/*�쒕툕��찓��*/

.smenu_wrap {
  display: none;
  width: 100%;
  /*height: 57px;*/
  background: #f2f2f2;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10vw;
  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;
}

.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: #636363;
  font-size: 3vw;
}


.smtab_on {
  background: #c70037 !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: #002a4e !important;
}
