/*서브탭메뉴*/
.smenu_wrap {
  display: none;
  width: 100%;
  height: auto;
  background: #fff;
}
.smenu_wrap ul {
  width: 100%;
  height: 52px;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #3e3a39;
}
.smenu_wrap.amazing_menu ul {
  height: 100%;
}
.smenu_wrap ul li {
  position: relative;
  /* margin: 0 12px; */
}
.smenu_wrap ul li:last-child {
  border-right: 0;
}
.smenu_wrap ul li a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #3e3a39;

  margin-right: 26px;
  padding-right: 25px;
  border-right: 2px solid #3e3a39;

  /* background: #000; */
  opacity: 1;
}
.smenu_wrap ul li:last-child a {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}

.smenu_wrap ul li a.smtab_on {
  color: #c70037;
  font-weight: 700;
}
