/*�쒕툕��찓��*/
.smenu_wrap {
  display: none;
  width: 100%;
  height: auto;
  background: #FFF;
  margin-top: 5vw;
}

.smenu_wrap ul {
  width: 100%;
  height: 8vw;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #181818;
}

.smenu_wrap.amazing_menu ul {
  height: 7.5vw;
}

.smenu_wrap ul li {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-right: 1px solid #181818;
  /*letter-spacing: -1px;*/
}

.smenu_wrap ul :last-child {
  border-right: 0;
}

.smenu_wrap ul .l_s {
  letter-spacing: -1px;
}

.smenu_wrap ul .l_s02 {
  letter-spacing: -2px;
}

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

.smenu_wrap ul li a {
  display: block;
  font-size: 2.1vw;
  font-weight: 300;
  line-height: 8vw;

  color: #181818;
  text-align: center;
  width: 100%;
  height: 100%;
}

.smenu_wrap ul li a.smtab_on {
  background: #3F3B53;
  color: #ffffff;
  font-weight: bold;
}