.sub_header {
  width: 100%;
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: rgb(35, 37, 41);
  box-sizing: border-box;
  z-index: 99;
  opacity: 1;
  transform: translateY(0);
  transition: none !important;
}
.sub_header::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  z-index: -1;
}
.sub_header.initialized {
  transition-property: top !important;
  transition-duration: 0.5s !important;
  transition-timing-function: ease-in-out !important;
  transition-delay: 0s !important;
}

.sub_header.on {
  position: fixed;
  z-index: 10;
}

.sub_header ul {
  padding: 0 150px;
  display: flex;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 1596px) {
  .sub_header ul {
    margin: 0 auto;
    padding: 0 90px;
    max-width: 1476px;
  }
}

@media only screen and (max-width: 1280px) {
  .sub_header {
    position: fixed !important;
  }
  .sub_header ul li a.pc {
      display: none;
    }
    .sub_header ul li a.mo {
      display: block;
    }
  
  }

@media only screen and (max-width: 1024px) {
  .sub_header {
    top: 60px;
    position: fixed !important;
  }
  .sub_header ul li a,
  .sub_header ul li:first-child a {
    padding: 9px 24px;
  }
}

.sub_header ul li {
  padding: 0;
  float: none;
  display: flex;
  align-items: center;
}

.sub_header ul li a {
  display: block;
  padding: 9px 24px;
  position: relative;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background-color: transparent;
  transition: 0.3s;
}

.sub_header ul li a.pc {
  display: block;
}

.sub_header ul li a.mo {
  display: none;
}

.sub_header ul li a:hover {
  color: #bc481f;
}

.sub_header ul li a.active {
  color: #bc481f;
}

.sub_header ul li:first-child a {
  padding: 9px 24px;
}


/* PC Info 페이지용 sub_header 스타일 */
.wrap.pc.info .sub_header {
  top: 82px;
  transition-property: all;
  transition-duration: 650ms;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.wrap.pc .sub_header {
  transition-property: top;
  transition-duration: 650ms;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.wrap.pc .header_wrap {
  transition-property: all;
  transition-duration: 650ms;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/* subPage sub-header */
.sub_header.fixed_head {
  display: none;
  position: fixed;
}

.sub_header.fixed_head.on {
  display: block;
}

@media only screen and (max-width: 1280px) {
  .wrap.pc.info .sub_header {
    top: 77px;
    transition-property: all;
    transition-duration: 0ms;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .sub_header ul li a.mo {
    display: block;
  }

  .wrap.pc.info .sub_header {
    top: 77px;
    transition-property: all;
    transition-duration: 0ms;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
}

@media only screen and (max-width: 1024px) {
  header .header_wrap .m-nav {
    padding: 0 30px;
  }
  .sub_header ul li a.active {
    color: #bc481f;
  }
  .wrap.pc.info .sub_header {
    top: 73px;
    transition-property: all;
    transition-duration: 0ms;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .wrap.pc.cloud .sub_header {
    top: 248px;
  }
}



@media only screen and (max-width: 1024px) {
  .sub_header ul {
    padding: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .sub_header {
    padding: 0 24px;
    height: 60px;
  }
  .sub_header.info-mo,
  .fix_media_header {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .sub_header.info-mo::-webkit-scrollbar {
    display: none;
  }
  .fix_media_header::-webkit-scrollbar {
    display: none;
  }
  .sub_header.info-mo {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .fix_media_header {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .wrap.mo .sub_header.info-mo ul {
    margin: 0 auto 0 0;
    padding: 0;
    width: 530px;
  }
  .sub_header ul {
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .sub_header ul li {
    padding: 0;
  }
  .sub_header ul li a {
    padding: 9px 16px;
    font-weight: 700;
  }
  .sub_header ul li:first-child a {
    padding: 10px 16px;
  }
}

@media only screen and (max-width: 425px) {
  .sub_header ul li a {
    font-size: 12px;
  }
}