.tabwrap {
  width: 100%;
  margin: 0 auto;
  height: 100px;
  display: none;
  text-align: center;
  margin-top: 10vw;
}

.tabwrap ul {
  width: 95%;
  height: 8.3333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #c5c5c5; */
  box-sizing: border-box;
  margin: 0 auto;
}

.tabwrap ul li {
  height: 100%;
  background: #092340;
  /* border-left: 1px solid white; */
  border: 1px solid #fff;
  box-sizing: border-box;
  width: 100%;
}
.tabwrap ul li a {
  width: 100%;
  height: 100%;
  font-size: 2.9vw;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.tabwrap ul li a.tab_on {
  font-weight: 600;
  background-color: #938479;
  color: #fff !important;
}
