.tabwrap {
  width: 100%;
  margin-top: 52px;
  display: none;
  /* background: green; */
}
.tabwrap.unit_tab {
  margin-top: 32px;
}

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

.tabwrap ul li {
  height: 100%;
  flex: 1;
  background: #ffffff;
  border-left: 1px solid #c5c5c5;
  box-sizing: border-box;
  /* border: 1px solid #c5c5c5; */
}
.tabwrap ul li:nth-child(1) {
  /* border-left: 0; */
}
.tabwrap.stab_4_4 ul li {
  flex: 1;
}
.tabwrap.stab_4_4 ul li:nth-child(5) {
  flex: 1.4;
}
.tabwrap ul li a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #444444;
}

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

/* vr_tab */
/* .tabwrap.vr_tab {
}
.tabwrap.vr_tab ul {
  border: 0;
}
.tabwrap.vr_tab ul:nth-of-type(1) {
  border: 1px solid #c5c5c5;
}

.tabwrap.vr_tab ul:nth-of-type(2) {
  border: 1px solid #c5c5c5;
  border-top: none;
}
.tabwrap.vr_tab ul li {
  border-left: 1px solid #c5c5c5;
}
.tabwrap.vr_tab ul li:nth-child(1) {
  border-left: 0;
} */
