.tabwrap {
  width: 95vw;
  margin: 0 auto;
  height: 7vw;
  margin: 0vw auto 6vw;
  display: none;
}

.tabwrap ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #c5c5c5; */
  box-sizing: border-box;
  
  gap: 0 0.7vw 0 0.7vw;
  border: 1px solid  #2f2a24;
}

.tabwrap ul li {
  height: 100%;
  background: white;
  border-left: 1px solid  #2f2a24;
/*    border: 1px solid #fff;*/
  box-sizing: border-box;
  width: 100%;
}
.tabwrap ul li:first-child { border: none; }
.tabwrap ul li a {
 width: 100%;
  height: 100%;
  font-size: 2.5vw;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color:  #2f2a24;
}

.tabwrap ul li a.tab_on {
  font-weight: 600;
   background: #2f2a24;
  color:#fff;
  /*border: 1px solid #142c56;*/
  box-sizing: border-box;
}
