.tabwrap {
  width: 100%;
  margin: 0 auto;
  height: 60px;
  display: none;
  text-align: center;
  margin-bottom: 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: #ffffff;
  /* border-left: 1px solid white; */
  border: 1px solid #3f3b53;
  box-sizing: border-box;
  width: 100%;
}
.tabwrap ul li a {
  width: 100%;
  height: 100%;
  font-size: 2.4vw;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #353535;
}

.tabwrap ul li a.tab_on {
  font-weight: 600;
  background-color: #3f3b53;
  color: #fff;
}
