@charset "UTF-8";
.fixed_header .header_wrap .header, .fixed_header .header_wrap .header .gnb a, .fixed_header .header_wrap .header .search_wrap {
  height: 70px;
}
.fixed_header .header_wrap.shrink .header, .fixed_header .header_wrap.shrink .header .gnb a, .fixed_header .header_wrap.shrink .header .search_wrap {
  height: 56px;
}
.fixed_header .header_wrap .header .gnb ul li, #gnb_all .gnb_al_ul .gnb_al_li {
  min-width: 170px;
}
.fixed_header .header_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 900;
  padding: 0;
  border-bottom: 1px solid #e7eeef;
  font-family: var(--basicFont);
}
.fixed_header .header_wrap .header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: var(--bodyWidth);
  z-index: 2;
  margin: 0 auto;
  padding: var(--mobilePadding);
}
.fixed_header .header_wrap .header .logo-item {
  width: 100%;
  height: 100%;
  margin-right: 32px;
  line-height: 60px;
}
.fixed_header .header_wrap .header .logo-item a {
  display: inline-block;
  font-size: 24px;
  color: #888;
}
.fixed_header .header_wrap .header .logo-item a:hover {
  color: #444;
}
.fixed_header .header_wrap .header .logo-item a img {
  display: block;
  vertical-align: top;
  margin-top: 1px;
  max-height: 44px;
  transition: all 0.5s;
}
.fixed_header .header_wrap .header .gnb {
  position: relative;
  display: var(--displayPC);
  z-index: 1;
  max-width: 742px;
  width: 100%;
}
.fixed_header .header_wrap .header .gnb ul {
  display: flex;
  justify-content: flex-end;
}
.fixed_header .header_wrap .header .gnb ul li {
  position: relative;
  text-align: left;
}
.fixed_header .header_wrap .header .gnb ul li a {
  position: relative;
  display: block;
  line-height: 74px;
  white-space: nowrap;
  font-size: 1.1rem;
  font-weight: 500;
  color: #222;
  padding-left: 15px;
}
.fixed_header .header_wrap .header .gnb ul li a i {
  font-size: 1.3rem;
  color: #777;
  vertical-align: -1px;
}
.fixed_header .header_wrap .header .gnb ul li a[data-active] {
  color: var(--bodyColor);
}
.fixed_header .header_wrap .header .gnb ul li.magnifier {
  min-width: 32px;
}
.fixed_header .header_wrap .header .gnb ul li.magnifier a {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 0;
}
.fixed_header .header_wrap .header .search_wrap {
  position: absolute;
  top: 0;
  right: 30px;
  padding: 18px 8px 14px 18px;
  width: 0;
  background-color: #FFF;
  z-index: 950;
}
.fixed_header .header_wrap .header .search_wrap .search_area {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.fixed_header .header_wrap .header .search_wrap .search_area .search input[type=text] {
  width: 100%;
  height: 36px;
  padding-left: 10px;
  border-radius: 4px;
  background: #F3F3F3;
  border: 1px solid #CCC;
  font-family: var(--basicFont);
  font-size: 0.85rem;
  color: #000;
}
.fixed_header .header_wrap .header .search_wrap .search_area .search input[type=text]:focus {
  outline: 0;
}
.fixed_header .header_wrap .header .search_wrap .search_area .search input[type=text]::-ms-clear {
  display: none;
}
.fixed_header .header_wrap .header .search_wrap .search_area .search_close_btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-size: 22px;
  color: #888;
  text-align: center;
  line-height: 20px;
}
.fixed_header .header_wrap .header .sponsorship a {
  position: absolute;
  top: 7px;
  right: 14px;
  bottom: 6px;
  display: var(--displayMO);
  width: 70px;
  font-size: 0.95em;
  font-weight: 600;
  color: #FFF;
  line-height: 29px;
  border-radius: 5px;
  text-align: center;
  background-color: #00AAE6;
}
.fixed_header .header_wrap .side_info {
  display: var(--displayPC);
  height: 50px;
  text-align: right;
  width: var(--bodyWidth);
  margin: 0 auto;
  padding: var(--mobilePadding);
}
.fixed_header .header_wrap .side_info ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.fixed_header .header_wrap .side_info ul li a {
  display: block;
  font-size: 0.85rem;
  color: #333;
  padding: 10px 10px 10px 0;
  line-height: 13px;
}
.fixed_header .header_wrap .side_info ul li a::after {
  content: "|";
  font-weight: 100;
  font-size: 0.9em;
  color: #555;
  margin-left: 10px;
  vertical-align: 1px;
}
.fixed_header .header_wrap .side_info ul li:last-child a::after {
  content: none;
}
.fixed_header .header_wrap.shrink {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 1000;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fff;
  -webkit-animation: ani-header 0.5s forwards;
  animation: ani-header 0.5s forwards;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.fixed_header .header_wrap.shrink .header .logo-item a {
  font-size: 18px;
}
.fixed_header .header_wrap.shrink .header .logo-item a img {
  max-height: 32px;
  transition: all 0.5s;
  margin-top: 11px;
}
.fixed_header .header_wrap.shrink .header .search_wrap {
  padding: 10px 8px 14px 18px;
}
.fixed_header .header_wrap.shrink .gnb > ul > li > a {
  line-height: 60px;
}
.fixed_header .header_wrap.shrink .side_info {
  display: none;
}
#gnb_all {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 900;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #e7eeef;
}
#gnb_all .gnb_al_ul {
  display: flex;
  justify-content: flex-end;
  width: var(--bodyWidth);
  margin: auto;
  padding: var(--mobilePadding);
}
#gnb_all .gnb_al_ul .gnb_al_li {
  min-height: 150px;
  padding: 10px 0 16px 0;
  border-left: 1px solid #e7eeef;
}
#gnb_all .gnb_al_ul .gnb_al_li:nth-child(5n) {
  border-left: 0;
}
#gnb_all .gnb_al_ul .gnb_al_li ul li {
  line-height: 2.2;
}
#gnb_all .gnb_al_ul .gnb_al_li ul li a {
  display: block;
  color: #222;
  padding-left: 15px;
  width: 100%;
  font-size: 0.95rem;
}
#gnb_all .gnb_al_ul .gnb_al_li ul li a[data-active] {
  color: var(--bodyColor);
}
#gnb_all .gnb_al_ul .gnb_al_li ul li:hover a {
  font-weight: 500;
}
#gnb_all .gnb_al_ul .gnb_al_li.gnb_close_li {
  position: relative;
  min-width: 32px;
}
#gnb_all .gnb_al_ul .gnb_al_li.gnb_close_li .gnb_close_btn {
  background: #fff;
  width: 32px;
  height: 32px;
  border: 0;
  vertical-align: top;
  font-size: 17px;
  position: absolute;
  right: 0;
  bottom: 8px;
}
#gnb_all .gnb_al_ul .gnb_al_li.gnb_close_li .gnb_close_btn img {
  max-width: 30px;
  opacity: 0.2;
}
#side-gnb {
  display: var(--displayMO);
  font-family: var(--basicFont);
}
#viewnavi_wrap {
  display: var(--displayFlexMO);
  position: fixed;
  justify-content: space-between;
  align-items: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  left: 0;
  right: 0;
  bottom: 0;
  height: 46px;
  z-index: 2000;
  background-color: #11223a;
}
#viewnavi_wrap div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#viewnavi_wrap div img {
  min-height: 26px;
  filter: invert(100%);
  margin-bottom: 2px;
}
#viewnavi_wrap div i {
  color: #eee;
  margin-bottom: 3px;
}
#viewnavi_wrap div i.search {
  font-size: 1.4rem;
}
#dimmed {
  display: var(--displayFlexMO);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
#dimmed.on {
  z-index: 950;
  background-color: rgba(0, 0, 0, 0.4);
}
#dimmed.off {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
.scrollLock {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  touch-action: none;
}
@media (max-width: 1024px) {
  .fixed_header .header_wrap .header .gnb ul li, #gnb_all .gnb_al_ul .gnb_al_li {
    min-width: 150px;
  }
  .fixed_header .header_wrap .header .search_wrap {
    right: 42px;
  }
}
@media (max-width: 900px) {
  .fixed_header .header_wrap .header .gnb ul li, #gnb_all .gnb_al_ul .gnb_al_li {
    min-width: 130px;
  }
  #gnb_all .gnb_al_ul .gnb_al_li ul li a {
    font-size: 1.1em;
  }
}
@media (max-width: 800px) {
  .fixed_header .header_wrap .header .gnb ul li, #gnb_all .gnb_al_ul .gnb_al_li {
    min-width: 124px;
  }
}
@media (max-width: 767px) {
  /* 통합검색창 */
  .fixed_header .header_wrap .header {
    height: 42px;
    justify-content: center;
    align-items: center;
  }
  .fixed_header .header_wrap .header .logo-item {
    width: auto;
    margin-right: 0;
    line-height: normal;
  }
  .fixed_header .header_wrap .header .logo-item a {
    width: 100%;
    text-align: center;
  }
  .fixed_header .header_wrap .header .logo-item a img {
    max-height: 26px;
    margin-top: 9px;
  }
  .fixed_header .header_wrap .header .search_wrap {
    display: none;
    top: 55px;
    left: 10px;
    right: 10px;
    padding: 18px 20px;
    width: calc(100% - 24px);
    height: auto;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 0 #555;
  }
  .fixed_header .header_wrap .header .search_wrap .search_area .search input[type=text] {
    height: 42px;
  }
  .fixed_header .header_wrap.shrink .header {
    height: 42px;
  }
  .fixed_header .header_wrap.shrink .header .logo-item {
    width: auto;
    margin-right: 0;
  }
  .fixed_header .header_wrap.shrink .header .logo-item a {
    width: 100%;
    text-align: center;
  }
  .fixed_header .header_wrap.shrink .header .logo-item a img {
    max-height: 28px;
    margin-top: 8px;
  }
  #side-gnb .left_menu_ubody {
    position: relative;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100% - 40px);
    padding-left: 8px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 30px;
    background-color: #FFF;
    border-right: 0;
    border-bottom: 0;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  #side-gnb .left_menu_ubody .side_gnb_1ul {
    width: 100%;
  }
  #side-gnb .left_menu_ubody .side_gnb_1ul > li > .side_gnb_1div {
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 15px;
    text-decoration: none;
    margin: 15px 0 8px 0;
    background-color: #eae7e4;
    color: #000;
  }
  #side-gnb .left_menu_ubody .side_gnb_1ul > li:first-child > .side_gnb_1div {
    margin: 8px 0 8px 0;
  }
  #side-gnb .left_menu_ubody .side_gnb_1ul .side_gnb_2ul > li > a {
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 6px 0;
    padding-left: 15px;
  }
  #side-gnb .hookTab {
    display: block;
    position: absolute;
    right: -6px;
    bottom: 15%;
    width: 7px;
    height: 104px;
  }
  #side-gnb .hookTab img {
    max-width: 7px;
  }
  #gnb_all {
    display: none;
  }
}
/*# sourceMappingURL=99eb133ff06094c8493dccbc037afd1e073f20eb._header.scss.map */
