.tabwrap{
  width: 95vw;
  height: 12.5vw;
  margin: 5vw auto 7vw;
  display: none;
  /* background: green; */
}
.tabwrap.special-tabwrap{
}
.tabwrap.special-tabwrap ul li{
  width: 33.3%;
}
.tabwrap ul{
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
}
.tabwrap ul:nth-child(2){
}
.tabwrap ul li{
  width: auto;
  height: 100%;
  flex: 1;
  background: #ffffff;
  border-right: 1px solid #c5c5c5;
  /* border: 1px solid black; */
}
.tabwrap ul li:first-child{
  border-left: 1px solid #c5c5c5;
}
.tabwrap ul:first-child{
  border-top: 1px solid #c5c5c5;
}


.tabwrap ul li a{
  width: 100%;
  height: 100%;
  font-size: 2.3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #444444;
}

.tabwrap ul li a.intab_on.tab_on{
  color: #fff;
  background: #005064;
}