/*서브탭메뉴*/
.smenu_wrap {
  display: none;
  width: 100%;
  height: auto;
}
.smenu_wrap ul {
	max-width: 1920px;
  width: 100%;
  height: 60px;
  /*margin: 0 auto;*/

  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid white;
}
.smenu_wrap.amazing_menu ul {
  height: 60px;
}
.smenu_wrap ul li {
  flex: 1;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  border-right: 1px solid white;
}

.smenu_wrap ul li:last-child {
  border-right: 0;
  border-bottom: none;
}
.smenu_wrap ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 100%;
  /* padding-top: 30px; */
  background: #061e36;
  /* border-bottom: 1px solid #ffffff; */
  /* opacity: 0.8; */
}

.smenu_wrap ul li a.smtab_on {
  opacity: 1;
  font-weight: 600;
  /* border-bottom: 3px solid #222222; */
  background-color: #ffff;
  color: #1a1a1a;
}
