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

  display: flex;
  justify-content: center;
  align-items: center;
  /* background: black; */
}

.smenu_wrap ul li {
  flex: 1;
  height: 100%;

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

  position: relative;
  /* border-right: 1px solid white; */
  /* background: skyblue; */
}
.smenu_wrap ul li:last-child {
  /* border-right: 0; */
}
.smenu_wrap ul li a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  color: white;
  text-align: center;
  height: 100%;

  padding: 0 30px;
  opacity: 0.8;

  width: 100%;
  /* border: 1px solid black; */
}

.smenu_wrap ul li a.smtab_on {
  width: 100%;
  opacity: 1;
  font-weight: 700;

  background: #EC6627;
}
.smenu_wrap.asso_amenu ul li a.smtab_on {
  width: 100%;
}
