/*서브탭메뉴*/

.smenu_wrap {
  display: none;
  width: 90%;
  background: #ffffff;
  margin: 0 auto;
  position: relative;
  margin-bottom: 7vw;
  z-index: 6;
  overflow: hidden;
}

.smenu_wrap ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #7f0224;
}

.smenu_wrap li {
  display: block;
  font-size: 7vw;
  line-height: 10vw;
  transform: rotate(-0.03deg);
  width: 100%;
  text-align: center;
  position: relative;
  font-family: "s-core_dream5", sans-serif;
  /* border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2; */
}

.smenu_wrap li:last-child {
  border-right: none;
}

.smenu_wrap ul a {
  display: block;
  box-sizing: border-box;
  color: #222;
  font-size: 3vw;
}

.smtab_on {
  background: #7f0224 !important;
  color: #fff !important;
  font-family: "s-core_dream5", sans-serif;
  box-sizing: border-box;
}

.pmtab_on {
  background: #fff !important;
  color: #222 !important;

  box-sizing: border-box;
}
.intab_on {
  color: #001740 !important;
}
