@charset "UTF-8";
#header > * {
  margin-left: auto;
  margin-right: auto;
}

.header #header > aside {
  display: none;
}

.header_wrap > .header_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_wrap > .header_area > .header_nav,
.header_wrap > .header_area > .header_extra > .utile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_wrap > .header_area > .header_nav > ul,
.header_wrap > .header_area > .header_extra > .utile > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sitemap,
.header_wrap > .header_area {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[class*=header_n] {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 200;
}
[class*=header_n] > h1 {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

[class*=is_fix70] #header[class*=header_n]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgb(225, 225, 225);
  z-index: 201;
}
[class*=is_fix70] [class*=header_n] .sec_l > .logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
[class*=is_fix70] #header[class*=header_n] .sec_l > .hd_stit {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  height: 100%;
  margin: 0 0 0 10px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
[class*=is_fix70] #header[class*=header_n] .sec_l > .hd_stit > strong {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-top: -2px;
}
[class*=is_fix70] [class*=header_n_ty] .sec_r > .gnb_me {
  display: none;
}

.pc[class*=is_fix] #header[class*=header_n] .sec_r .utile_w {
  margin-top: 0;
}
.pc[class*=is_fix] #header > .inner::after {
  border-bottom: none;
}

[class*=header_n] i > em {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}
[class*=header_n] > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding-top: 26px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}
[class*=header_n] > .inner > section {
  position: relative;
}
[class*=header_n] .sec_l .logo {
  display: block;
}
[class*=header_n] .sec_l .logo a {
  display: block;
  width: 461px;
  aspect-ratio: 461/72;
  background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/logo_asiae_en.svg");
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: contain !important;
  position: relative;
}
@media (max-width: 1023.98px) {
  [class*=header_n] .sec_l .logo a {
    width: 400px;
  }
}
[class*=header_n] .sec_l .logo a strong {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}
[class*=header_n] .sec_l .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[class*=header_n] .sec_l .header_nav > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  /* 좌측 고정으로 작업 */
}
@media all and (min-width: 820px) {
  body:not(.is_fix) .header_n .sec_l .header_nav > button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    position: absolute;
    left: 0;
    top: -3px;
  }
}

[class*=header_n] .sec_l .header_nav > button > i {
  height: 3px;
  background-color: rgb(31, 31, 31);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  margin: 0 auto 0 !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: visibility 0.3s, opacity 0.3s, background-color 0.3s;
  transition: visibility 0.3s, opacity 0.3s, background-color 0.3s;
}
[class*=header_n] .sec_l .header_nav > button > i:before, [class*=header_n] .sec_l .header_nav > button > i:after {
  height: 3px;
  background-color: rgb(31, 31, 31);
}
[class*=header_n] .sec_l .header_nav > button > i:before, [class*=header_n] .sec_l .header_nav > button > i:after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
[class*=header_n] .sec_l .header_nav > button > i:before {
  top: -7px;
  width: 100%;
}
[class*=header_n] .sec_l .header_nav > button > i:after {
  bottom: -7px;
  width: 16px;
}

.is_actmap [class*=header_n] .sec_l .header_nav > button > i {
  background-color: transparent !important;
  height: 2px;
}
.is_actmap [class*=header_n] .sec_l .header_nav > button > i:before, .is_actmap [class*=header_n] .sec_l .header_nav > button > i:after {
  height: 2px;
}
.is_actmap [class*=header_n] .sec_l .header_nav > button > i:before, .is_actmap [class*=header_n] .sec_l .header_nav > button > i:after {
  top: 100%;
  bottom: auto;
  width: 100%;
}
.is_actmap [class*=header_n] .sec_l .header_nav > button > i:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is_actmap [class*=header_n] .sec_l .header_nav > button > i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

[class*=header_n] .sec_l .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
}
[class*=header_n] .sec_l .header_nav ul a {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  padding: 0 13px;
}
[class*=header_n] .sec_l .header_nav ul a > * {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
}
[class*=header_n] .sec_l .header_nav ul a:hover {
  text-decoration: none !important;
}

.header_n .sec_l {
  width: 100%;
}
.header_n .sec_l .header_nav > button {
  margin: 0 13px 0 0;
}
.header_n .sec_r {
  position: absolute !important;
  bottom: 11px;
  right: 40px;
}
@media (min-width: 1280px) {
  .header_n .sec_r {
    right: 0;
  }
}
.header_n .sec_l > .nav_area {
  margin-top: 29px;
  margin-left: -5px;
  position: relative;
}
body:not(.is_fix) .header_n .sec_l > .nav_area {
  max-width: calc(100% - 120px);
}

.header_n .scroll-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  cursor: default;
  overflow: scroll hidden;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.header_n .scroll-wrap ::-webkit-scrollbar {
  display: none;
}
.header_n .sec_l .header_nav [class*=news_menu] * {
  color: #794dff;
  font-weight: 600;
}
.header_n .sec_l .header_nav .news_menu {
  padding-left: 5px;
}
.header_n .sec_l .header_nav .news_menu li {
  position: relative;
  padding-left: 7px;
}
.header_n .sec_l .header_nav .news_menu li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 1px;
  height: 14px;
  background-color: #e1e1e1;
}

/* 우측유틸 absolute고정, 좌측 nav 스크롤로 수정 */
@media (min-width: 820px) {
  body:not(.is_fix) .header_n .sec_l .header_nav {
    background-color: transparent;
    padding-left: 45px;
  }
}
[class*=header_n] .sec_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
[class*=header_n] .sec_r .utile_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
[class*=header_n] .sec_r .utile_menu > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  position: relative;
  margin-right: 10px;
  padding: 0 11px 0 0;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.2px;
}
[class*=header_n] .sec_r .utile_menu > li > a.main_login {
  margin-right: 0;
  padding: 0;
}
[class*=header_n] .sec_r .utile_menu > li > a.main_login span {
  padding-right: 12px;
}
[class*=header_n] .sec_r .utile_menu > li > a.main_login span:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 56px;
  width: 1px;
  height: 12px;
  background-color: #b4b4b4;
}
[class*=header_n] .sec_r .utile_menu > li > a * {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.2px;
}
[class*=header_n] .sec_r .utile_menu > li > a:hover,
[class*=header_n] .sec_r .utile_menu > li > a *:hover {
  text-decoration: none;
}
[class*=header_n] .sec_r .utile_menu > li:nth-child(2) > a {
  margin-right: 0;
  padding-right: 0;
}
[class*=header_n] .sec_r .utile_menu > li:nth-child(2) > a:before {
  content: none;
}
[class*=header_n] .sec_r .utile_menu > li.user {
  display: none;
}
[class*=header_n] .sec_r .utile_menu > li.user > a {
  margin-right: 0;
  padding-right: 0;
}
[class*=header_n] .sec_r .utile_menu.mem_user > li {
  display: none;
}
[class*=header_n] .sec_r .utile_menu.mem_user > li.user {
  display: block;
}
[class*=header_n] .sec_r .utile_menu.mem_user a {
  height: 29px;
  padding-left: 0;
}
[class*=header_n] .sec_r .utile_menu.mem_user a:before {
  content: none;
  background-color: transparent !important;
}
[class*=header_n] .sec_r .utile_menu.mem_user i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 21px;
  height: 21px;
  margin: 1px 9px 0 0;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 27px 27px !important;
}
[class*=header_n] .sec_r .utile_menu.mem_user i > em {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}
[class*=header_n] .sec_r .utile_menu.mem_user a > strong {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 2px 11px 1px 0;
  font-weight: 500;
}
[class*=header_n] .sec_r .utile_menu.mem_user a > strong:after {
  content: "";
  display: inline-block;
  position: absolute;
}
[class*=header_n] .sec_r .utile_menu.mem_user a:hover > strong:before {
  top: 0;
  left: 0;
  bottom: 3px;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #333;
}
[class*=header_n] .sec_r .utile_menu.mem_user a > strong:after {
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  margin: 1px 0 0 0;
  border: 1px solid #111;
  border-width: 2px 2px 0 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
[class*=header_n] .sec_r .utile_menu.mem_user a > strong > span {
  display: inline-block;
  overflow: hidden;
  max-width: 72px;
  padding-right: 1px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: baseline !important;
}
[class*=header_n] .sec_r .utile_menu.mem_user li.user.sns_asiae > a > i {
  background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/ico_a.svg");
}
[class*=header_n] .sec_r .utile_menu.mem_user li.user.sns_naver > a > i {
  background-image: url("https://cwstatic.asiae.co.kr/member/ico_n.jpg");
}
[class*=header_n] .sec_r .utile_menu.mem_user li.user.sns_kko > a > i {
  background-image: url("https://cwstatic.asiae.co.kr/member/ico_k.jpg");
}
[class*=header_n] .sec_r .utile_menu.mem_user li.user.sns_facebook > a > i {
  background-image: url("https://cwstatic.asiae.co.kr/member/ico_f.jpg");
}
[class*=header_n] .sec_r .utile_menu.mem_user li.user.sns_google > a > i {
  background-image: url("https://cwstatic.asiae.co.kr/member/ico_g.jpg");
}
[class*=header_n] .sec_r > .gnb_me {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -moz-box-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin-top: 28px;
}
[class*=header_n] .sec_r > .gnb_me > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
}
[class*=header_n] .sec_r > .gnb_me > a:hover {
  text-decoration: none;
}

#header .sec_r .lang_btn {
  color: #111;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.19px;
  padding-right: 13px;
  margin-right: 11px;
  position: relative;
}
#header .sec_r .lang_btn .icon {
  width: 20px;
  margin-right: 4px;
  aspect-ratio: 1;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M22.0151 11.0812C18.9991 9.12254 14.9517 9.99787 12.9983 13.0087C11.0431 16.0195 7.01307 16.8705 3.99707 14.9119C1.18907 13.0884 0.2496 9.47614 1.70733 6.55721C0.622267 8.45694 0 10.6548 0 13C0 20.1795 5.80667 26 12.9705 26C17.8724 26 22.1641 23.2752 24.3863 19.2556C25.7036 16.3713 24.7555 12.8631 22.0133 11.0829L22.0151 11.0812Z' fill='%23003478'/%3E%3Cpath d='M12.9705 0C8.14666 0 3.94159 2.6416 1.70733 6.5572C0.251328 9.47613 1.19079 13.0884 3.99706 14.9119C7.01306 16.8705 11.0448 16.0195 12.9983 13.0087C14.9535 9.99787 18.9991 9.12253 22.0151 11.0812C24.7572 12.8613 25.7036 16.3696 24.388 19.2539C25.4141 17.3975 26 15.2672 26 12.9983C26 5.82053 20.1344 0 12.9705 0Z' fill='%23C60C30'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  background-color: #c60c30;
  border-radius: 50%;
  overflow: hidden;
}
#header .sec_r .lang_btn:after {
  content: "";
  height: 14px;
  margin-top: -7px;
  top: 50%;
  right: 0;
  background-color: #ddd;
  width: 1px;
  display: block;
  position: absolute;
}

@media (min-width: 1023.02px) {
  body:not(.is_fix) #header.header_n .sec_r .lang_btn {
    font-size: 19px;
  }
  body:not(.is_fix) #header.header_n .sec_r .lang_btn .icon {
    width: 26px;
    margin-right: 6px;
  }
}
[class*=header_n] .sec_r .btn_search {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  /* padding-top: 4px; */
}
[class*=header_n] .sec_r .btn_search > i {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  position: relative;
  width: 22px;
  height: 22px;
  background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/ico_sch_light.svg");
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: contain !important;
}
[class*=header_n].open_anb .sec_l .header_nav > button {
  top: 0;
}
[class*=header_n].open_anb .sec_l .header_nav ul {
  opacity: 0;
}

[class*=header_n_ty] {
  position: relative;
}
[class*=header_n_ty] > .inner {
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
}

[class*=is_fix70] #header[class*=header_n_ty] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* 헤더 스크롤시 */
.pc.is_fix [class*=header_n] > .inner {
  border-color: transparent;
}
.pc.is_fix [class*=header_n] > .inner > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pc.is_fix [class*=header_n] .sec_l .header_nav ul {
  display: none;
}
.pc.is_fix [class*=header_n] .sec_r .utile_w .today,
.pc.is_fix [class*=header_n] .sec_r .btn_paper {
  display: none;
}
.pc.is_fix [class*=header_n] .sec_l > h1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.pc.is_fix [class*=header_n] .sec_l > h1 > a {
  width: 307.3333333333px;
}
.pc.is_fix [class*=header_n] .sec_l > div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.pc.is_fix [class*=header_n] .sec_l > div > a {
  width: 285px;
  position: relative;
}
.pc.is_fix [class*=header_n] .sec_l > .nav_area {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0;
}
.pc.is_fix [class*=header_n] .sec_l > .nav_area > .header_nav {
  margin-top: 0;
}
.pc.is_fix [class*=header_n] .sec_r {
  bottom: auto;
  top: 0;
  height: 100%;
  right: 0;
  font-size: 0;
}
.pc.is_fix .header_n .sec_r {
  right: 40px;
}
@media (min-width: 1280px) {
  .pc.is_fix .header_n .sec_r {
    right: 0;
  }
}

.pc.is_fix [class*=header_n] .sec_r > .gnb_me {
  margin-top: 0;
}

.header_n .sec_r {
  padding-right: 1px;
}
.pc.is_fix .header_n .sec_l > .nav_area > .header_nav {
  top: 0;
}
.pc.is_fix .header_n .sec_l .header_nav > button {
  top: 0;
  margin-right: 12px;
}

/* 섹션, 아티클 헤더타입 */
[class*=is_fix_re] [class*=header_n_ty] {
  position: fixed !important;
}

[class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area .nav_l > li {
  padding-left: 16px;
  padding-right: 16px;
}

[class*=is_fix_re] [class*=header_n_ty] > .inner:after {
  content: none;
}

[class*=header_n_ty] > .inner > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[class*=header_n_ty] .sec_l .header_nav ul {
  display: none !important;
}
[class*=header_n_ty] .sec_r .utile_w .today,
[class*=header_n_ty] .sec_r .btn_paper {
  display: none !important;
}
[class*=header_n_ty] .sec_l > h1,
[class*=header_n_ty] .sec_l > div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
[class*=header_n_ty] .sec_l > h1 > a,
[class*=header_n_ty] .sec_l > div > a {
  width: 285px !important;
}
[class*=header_n_ty] .sec_l > .nav_area {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: -5px;
}
[class*=header_n_ty] .sec_l > .nav_area > .header_nav {
  margin-top: 0;
}
[class*=header_n_ty] .sec_r {
  padding-top: 0 !important;
  padding-right: 1px;
}
[class*=header_n_ty] .sec_r > .gnb_me {
  margin-top: 0;
  margin-left: 30px;
}
[class*=header_n_ty] .sec_r > .gnb_me > a {
  position: relative;
}

[class*=is_fix_new] [class*=header_n_ty] > .inner .real_news,
[class*=is_fix_new] [class*=header_n_ty] > .inner .scont_tit {
  position: absolute;
  height: 100%;
}
[class*=is_fix_new] [class*=header_n_ty] > .inner .scont_tit {
  display: none;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: left;
  font-size: 17px;
  color: #111;
  font-weight: 500;
  letter-spacing: -1px;
}
[class*=is_fix_new] [class*=header_n_ty] > .inner .scont_tit * {
  text-align: left;
  font-size: 17px;
  color: #111;
  font-weight: 500;
  letter-spacing: -1px;
}
[class*=is_fix_new] [class*=header_n_ty] > .inner .scont_tit > a {
  margin-right: 14px;
}
[class*=is_fix_new] [class*=header_n_ty] > .inner .scont_tit > a > strong {
  display: inline-block;
  position: relative;
  padding: 0 16px 0 0;
  white-space: nowrap;
}
[class*=is_fix_new] [class*=header_n_ty] > .inner .scont_tit > a > strong:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 16px;
  margin: 1px 0 0 0;
  border-right: 1px solid #e1e1e1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[class*=is_fix_new] [class*=header_n_ty] > .inner .scont_tit > p {
  overflow: hidden;
  width: 460px;
  text-align: left;
  font-weight: normal;
  padding: 0 0 0 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
[class*=is_fix_new].is_fix [class*=header_n_ty] > .inner .scont_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.pc[class*=is_fix_new] #header {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.pc[class*=is_fix_new] #header > .inner > .header_wrap {
  padding-left: 0 !important;
}
.pc[class*=is_fix_new] #header > .inner > .header_wrap > .header_area {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header #header > aside,
.hd_bx,
[class*=mem_] {
  display: none;
}

body.is_actmap [class*=header_n] + .dim_ly {
  background-color: transparent !important;
}

/* 섹션, 아티클 헤더타입(반응형신규) */
[class*=is_fix_re] [class*=header_n] > .inner {
  border-bottom: 0 none;
}
[class*=is_fix_re] [class*=header_n_ty] .real_news,
[class*=is_fix_re] [class*=header_n_ty] .scont_tit {
  position: absolute;
  height: 100%;
}
[class*=is_fix_re] [class*=header_n_ty] .scont_tit {
  display: none;
}
[class*=is_fix_re] .sec_l .header_nav > button {
  top: 0;
}
[class*=is_fix_re].is_fix [class*=header_n_ty] .real_news {
  display: none;
}
[class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 300;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 590px;
  width: 100%;
  height: 70px;
  -webkit-transform: translateX(-240px);
          transform: translateX(-240px);
}
[class*=is_fix_re].nav-up .sec_header > .h_wr > .h_area > dl > dd {
  height: 73px;
}
[class*=is_fix_re] [class*=header_n_ty] .real_news a:hover, [class*=is_fix_re] [class*=header_n_ty] .real_news a:focus {
  text-decoration: none;
}

.sec_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_header > .h_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding-bottom: 2px;
}
.sec_header > .h_wr > .h_area {
  height: 100%;
}
.sec_header > .h_wr > .h_area > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.sec_header > .h_wr > .h_area > dl > dd {
  height: 100%;
}
.sec_header > .h_wr > .h_area .nav_l > li > a {
  height: 100%;
}
.sec_header > .h_wr > .h_area a:hover {
  text-decoration: none !important;
}
.sec_header > .h_wr:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #1d1d1b;
}
.sec_header > .h_wr > .h_area {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.sec_header > .h_wr > .h_area > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
}
.sec_header > .h_wr > .h_area > dl > dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  color: #111;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  padding-right: 5px;
  line-height: 1;
}
.sec_header > .h_wr > .h_area > dl > dt * {
  color: #111;
  font-size: 40px;
  font-weight: 700;
  padding-right: 5px;
  font-family: var(--font-serif);
  letter-spacing: var(--font-serif-letter);
}
.sec_header > .h_wr > .h_area > dl > dd {
  position: relative;
  width: 100%;
  margin-top: 16px;
  overflow: visible;
}
.sec_header > .h_wr > .h_area > dl > dd:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  border-top: 1px solid #efefef;
}
.sec_header > .h_wr > .h_area > dl > dt > a.off {
  color: #999 !important;
  font-size: 21px;
}
.sec_header > .h_wr > .h_area > dl > dt > a.sp_air {
  padding-left: 50px;
  letter-spacing: -2px;
}
.sec_header > .h_wr > .h_area > dl > dt > a.sp_air > i {
  font-size: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 49px;
  margin-right: 8px;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/sp_air02.png");
  background-size: contain !important;
}
.sec_header > .h_wr > .h_area > dl > dt:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 1.5px;
  height: 24px;
  border-right: 0px solid #ddd;
  margin-right: 5px;
}
.sec_header > .h_wr > .h_area > dl > dd > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  cursor: default;
  overflow: scroll hidden;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scrollbar-width: none;
  height: 54px;
}
.sec_header > .h_wr > .h_area > dl > dd > nav::-webkit-scrollbar {
  display: none;
}
.sec_header > .h_wr > .h_area > dl > dd > nav:after {
  content: none;
  position: absolute;
  top: 15px;
  right: 0;
  width: 50px;
  height: 30px;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.sec_header > .h_wr > .h_area > dl > dt > a.menu {
  color: #999 !important;
  font-weight: 700;
  font-size: 31px;
}
.sec_header > .h_wr > .h_area > dl > dt > a.menu:before {
  content: "";
  display: inline-block;
  width: 1.5px;
  height: 21px;
  border-left: 1px solid #ddd;
  margin-right: 10px;
}
.sec_header > .h_wr > .h_area .nav_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
.sec_header > .h_wr > .h_area .nav_l > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 15px 20px;
  text-align: center;
}
.sec_header > .h_wr > .h_area .nav_l > li * {
  text-align: center;
}
.sec_header > .h_wr > .h_area .nav_l > li:first-child {
  padding-left: 0.2em;
}
.sec_header > .h_wr > .h_area .nav_l > li > strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.4;
}
.sec_header > .h_wr > .h_area .nav_l > li > strong > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  padding: 0 0.1em;
  padding-top: 2px;
}
.sec_header > .h_wr > .h_area .nav_l > li > strong > a:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: attr(title);
  font-weight: 700;
  opacity: 0;
  color: #000;
  white-space: nowrap;
  letter-spacing: inherit;
  word-spacing: -0.1em;
}
.sec_header > .h_wr > .h_area .nav_l > li > strong * {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.4;
}
.sec_header > .h_wr > .h_area .nav_l > li.is_on > strong > a, .sec_header > .h_wr > .h_area .nav_l > li:hover > strong > a {
  color: transparent;
}
.sec_header > .h_wr > .h_area .nav_l > li.is_on > strong > a:before, .sec_header > .h_wr > .h_area .nav_l > li:hover > strong > a:before {
  opacity: 1;
}
.sec_header > .h_wr > .h_area .nav_l > li.is_on > strong > a:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

[class*=is_fix_re] #container {
  padding-top: 70px;
}
[class*=is_fix_re] #container > .contents {
  position: relative;
}

#header.open_anb .sitemap_btn > i {
  background-color: transparent;
  height: 2px;
}
#header.open_anb .sitemap_btn > i:before, #header.open_anb .sitemap_btn > i:after {
  top: 100%;
  bottom: auto;
  width: 100%;
}
#header.open_anb .sitemap_btn > i:before, #header.open_anb .sitemap_btn > i:after {
  height: 2px;
}
#header.open_anb .sitemap_btn > i:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header.open_anb .sitemap_btn > i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body #header > aside {
  display: none;
  z-index: 200;
  position: absolute;
  width: calc(100% - 0px);
  left: 50%;
  width: 100%;
  max-width: none !important;
  max-height: 150px;
  border-top: 1px solid #e1e1e1;
  background-color: #fff !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body #header > aside > .anb_inner {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 69px);
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
}
body.pc #header > aside > .anb_inner {
  position: static;
  padding-top: 39px;
  padding-bottom: 32px;
}
body.mobile #header > aside > .anb_inner {
  padding-top: 39px;
  padding-bottom: 32px;
}
body.overHidden.is_actmap #header[class*=header_n] > aside {
  display: block !important;
  overflow: visible;
  height: auto;
  z-index: 200;
  opacity: 1;
}
body.pc #header.open_anb > .inner > .header_wrap > .header_area > .header_nav > ul {
  opacity: 0;
}
body.pc #header.open_anb > aside {
  pointer-events: auto;
}

.pc[class*=is_fix] #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0) !important;
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0) !important;
  z-index: 203;
  height: 70px;
  margin: 0 auto;
  padding: 0;
}
.pc[class*=is_fix] #header > .inner {
  height: 70px;
  margin: 0 auto;
  padding: 0;
}

body.pc[class*=is_fix_new] #header > aside {
  text-align: left;
}

.open_search [class*=header_n] .sec_r .btn_search > i {
  position: relative;
  height: 22px;
  background-image: none !important;
}
.open_search [class*=header_n] .sec_r .btn_search > i:before, .open_search [class*=header_n] .sec_r .btn_search > i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #1f1f1f !important;
}
.open_search [class*=header_n] .sec_r .btn_search > i:before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.open_search [class*=header_n] .sec_r .btn_search > i:after {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.search_wrap {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  overflow: hidden;
  width: 100vw;
  max-width: none !important;
  margin: 0 !important;
  background-color: #fff !important;
  border-bottom: 1px solid #e1e1e1;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0) !important;
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0) !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 200;
}
.search_wrap > .layout {
  max-width: 500px;
  width: 100%;
}
.search_wrap .sch_form > .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 39px;
  padding: 0px 6px 0 10px;
  border-bottom: 2px solid #000;
}
.search_wrap .sch_form > .input_box * {
  letter-spacing: -2px;
}
.search_wrap .sch_form > .input_box > label {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}
.search_wrap .sch_form > .input_box > input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: -1px;
  border: 0;
}
.search_wrap .sch_form > .input_box > input[type=text]::-webkit-input-placeholder {
  color: #666;
}
.search_wrap .sch_form > .input_box > input[type=text]::placeholder, .search_wrap .sch_form > .input_box > input[type=text]::-webkit-input-placeholder, .search_wrap .sch_form > .input_box > input[type=text]::-moz-placeholder, .search_wrap .sch_form > .input_box > input[type=text]::-ms-input-placeholder {
  color: #666;
}
.search_wrap .sch_form > .input_box > .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search_wrap .sch_form > .input_box > .remove_val {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: -2px;
  padding: 0 13px;
}
.search_wrap .sch_form > .input_box > .remove_val > i {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 23px;
  height: 23px;
  background-color: #d9d9d9;
  border-radius: 50%;
}
.search_wrap .sch_form > .input_box > .remove_val > i:before, .search_wrap .sch_form > .input_box > .remove_val > i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  margin: 0 0 0 -6.5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search_wrap .sch_form > .input_box > .remove_val > i:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search_wrap .sch_form > .input_box > .remove_val > i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search_wrap .sch_form > .input_box > .btn_ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  margin-top: -3px;
}
.search_wrap .sch_form > .input_box > .btn_ic > i {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/icon_sec.svg");
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: 100% 100% !important;
}

.sch_form > .input_box > .remove_val.on {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.search_wrap .sch_form > .input_box > .btn > i > em {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

.open_search .search_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  padding-top: 40px;
  padding-bottom: 62px;
}
.open_search .search_wrap .bt1 {
  position: absolute;
  top: 0px;
  width: 1200px !important;
  border-top: 1px solid rgb(225, 225, 225);
}
.open_search.is_fix .search_wrap .bt1 {
  display: none;
}

.dim_ly {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 190;
}
.dim_ly > em {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

body.is_actmap .dim_ly {
  background-color: rgba(0, 0, 0, 0.4);
}
body.open_search .dim_ly {
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 1099px) {
  .header_n .sec_l .header_nav > [class*=add_menu] > li > a:last-child {
    padding-right: 0;
  }
  /* gnb 우측배너 숨김부분 : 2023.10 */
  [class*=header_n] .sec_r .btn_paper {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  #header > * {
    max-width: 1200px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pc[class*=is_fix] #header > .inner {
    max-width: 1180px;
  }
  #header > .inner {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  [class*=header_n] > .inner {
    max-width: 1100px;
  }
  [class*=is_fix_re] [class*=header_n_ty] .real_news, [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    max-width: 570px;
  }
  .sec_header > .h_wr > .h_area > dl > dd > nav:after {
    width: 20px;
  }
  .open_search .search_wrap .bt1 {
    width: 92.5% !important;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* kmy 2023.08~ : 2depth 변경용으로 수정 */
@media (min-width: 820px) and (max-width: 1023px) {
  [class*=is_fix_re] .sec_header {
    overflow: hidden;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl {
    width: 34%;
  }
}
@media (min-width: 820px) and (max-width: 1023px) {
  .pc[class*=is_fix] #header > .inner {
    max-width: 920px;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl {
    max-width: none !important;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    max-width: none !important;
  }
  [class*=is_fix_re] [class*=header_n_ty] .real_news, [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl {
    left: 50% !important;
    -webkit-transform: translateX(-185px) !important;
            transform: translateX(-185px) !important;
    -webkit-transform: translateX(-65px) !important;
            transform: translateX(-65px) !important;
  }
  .sec_header > .h_wr > .h_area .nav_l > li > strong {
    font-size: 15px;
  }
  .sec_header > .h_wr > .h_area .nav_l > li > strong * {
    font-size: 15px;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area .nav_l > li {
    padding-right: 4px;
    padding-left: 16px;
  }
  [class*=header_n] .sec_r .utile_menu > li > a {
    color: #666;
    margin-right: 6px;
    padding-right: 9px;
  }
  [class*=header_n] .sec_r .utile_menu > li > a * {
    color: #666;
  }
  .header_n .sec_l .header_nav > button {
    margin: 0 6px 0 0;
  }
  .pc[class*=is_fix] #header > .inner {
    max-width: 920px;
    padding-left: 40px;
    padding-right: 40px;
  }
  [class*=header_n] > .inner {
    max-width: 920px;
    padding-left: 40px;
    padding-right: 40px;
  }
  [class*=header_n] .sec_l > h1 > a {
    width: 223px;
    height: 50px;
  }
  [class*=header_n] .sec_l .header_nav ul a {
    padding: 0 12px;
    font-size: 16px;
  }
  [class*=header_n] .sec_l .header_nav ul a > * {
    font-size: 16px;
  }
  .header_n .sec_r > .gnb_me {
    margin-left: 12px;
  }
  .open_search .search_wrap .bt1 {
    position: absolute;
    top: 0px;
    width: 91% !important;
    border-top: 1px solid rgb(225, 225, 225);
  }
}
@media (min-width: 820px) and (max-width: 1279px) {
  #header > aside > .anb_inner {
    padding-left: 3.6vw;
    padding-right: 3.6vw;
  }
  .pc[class*=is_fix] #header > .inner {
    height: 70px;
    margin: 0 auto;
    padding: 0 40px;
  }
  [class*=is_fix_re] [class*=header_n_ty] .real_news {
    width: 42%;
  }
  [class*=header_n_ty] .sec_r > .gnb_me {
    margin-left: 12px;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area {
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area .nav_l > li > a {
    padding: 13px 16px 15px;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dt {
    width: auto;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100% - 240px);
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dd > nav {
    width: 100%;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl:after {
    right: 70px;
  }
}
@media (max-width: 1180px) {
  [class*=is_fix_re] [class*=header_n_ty] .real_news, [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl {
    left: 400px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 1023px) {
  #header > aside > .anb_inner {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  #header > aside > .anb_inner::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
  }
  [class*=is_fix_re] [class*=header_n_ty] .real_news > .roll_box > ul > li > a:hover > span {
    text-decoration: none !important;
  }
  /* 2023.11 : 법률메뉴추가로 간격수정 */
  /* 2023.10 : 임시추가 */
  html.landscape #header > aside > .anb_inner {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
  }
}
@media (max-width: 920px) {
  [class*=is_fix_re] [class*=header_n_ty] .real_news, [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl {
    left: 270px !important;
    -webkit-transform: translateX(110px) !important;
            transform: translateX(110px) !important;
  }
}
@media (max-width: 867px) {
  [class*=header_n] .sec_l .header_nav ul a {
    padding: 0 10px;
  }
}
@media (min-width: 820px) {
  [class*=is_fix_re].is_fix:not(.is_actmap) [class*=header_n_ty]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
  }
  [class*=is_fix_re].is_fix .sec_header {
    padding-bottom: 0;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl:after {
    top: 15px;
    right: -63px;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dt {
    height: 100%;
    padding-right: 14px;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dt > a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dt:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 18px;
    border-right: 1px solid #e1e1e1;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dd {
    height: 73px;
    width: 100% !important;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dd:before {
    content: none;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dd > nav {
    height: 100%;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area .nav_l {
    height: 100%;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area .nav_l > li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area .nav_l > li:last-child {
    margin-right: 10px;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area .nav_l > li > strong > a {
    padding-top: 0;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area .nav_l > li.is_on > strong > a:after {
    top: auto;
    bottom: -15px;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area .nav_l > li {
    height: 100%;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area .nav_l > li > strong > a {
    height: 100%;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dt {
    font-size: 19px;
    line-height: 27px;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dt * {
    font-size: 19px;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dt > a.sp_air {
    padding-left: 40px;
    letter-spacing: -2px;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dt > a.sp_air > i {
    font-size: 0px;
    position: absolute;
    top: 23%;
    left: 0px;
    width: 30px;
    height: 37px;
    margin-right: 8px;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/sp_air02.png");
    background-size: contain !important;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dd {
    width: auto;
    margin-top: 0;
    padding: 0;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dd > nav {
    max-width: calc(100% - 0px);
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dd > nav:after {
    content: none;
  }
}
@media all and (max-device-height: 767px) {
  body.pc #header > aside > .anb_inner {
    max-height: calc(100vh - 69px);
  }
}
@media (max-width: 819px) {
  html,
  body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl {
    height: 50px;
  }
  #header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    padding-right: 12px;
    background-color: #fff;
    -webkit-transition: none !important;
    transition: none !important;
    width: 100% !important;
  }
  .pc[class*=is_fix_new] #header {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  #header[class*=header_n] {
    padding-left: 0;
    padding-right: 0;
  }
  #header[class*=header_n] > .inner {
    position: relative;
    max-width: none !important;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px !important;
    padding-right: 31px !important;
    border-bottom: 0 none;
  }
  [class*=header_n] .sec_l .header_nav > ul {
    display: none !important;
  }
  [class*=header_n] .sec_r .utile_w,
  [class*=header_n] .sec_r .btn_paper {
    display: none !important;
  }
  body [class*=header_n] .sec_l > h1,
  body [class*=header_n] .sec_l > div {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  body [class*=header_n] .sec_l > .nav_area {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  /* kmy 2023.08~ : 2depth 변경용으로 수정 */
  .sec_header > .h_wr > .h_area {
    width: 100%;
  }
  .sec_header > .h_wr > .h_area .nav_l > li:hover > strong > a, .sec_header > .h_wr > .h_area .nav_l > li:focus > strong > a {
    font-weight: 400 !important;
  }
  .sec_header > .h_wr > .h_area .nav_l > li.is_on > strong > a {
    font-weight: 700 !important;
  }
  /* kmy 2023.08~ : 2depth 변경용으로 수정 : End */
  [class*=header_n] > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class*=header_n] > .inner > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [class*=header_n] .sec_l {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  [class*=is_fix70] #header[class*=header_n] {
    height: 60px;
  }
  [class*=is_fix70] #header[class*=header_n] > .inner {
    height: 100%;
  }
  [class*=is_fix70] #header[class*=header_n] .sec_l {
    position: static !important;
  }
  [class*=is_fix70] #header[class*=header_n] .sec_l > .nav_area {
    height: 100%;
  }
  [class*=is_fix70] #header[class*=header_n] .sec_l > .logo {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  [class*=is_fix70] #header[class*=header_n] .sec_l > .logo > a {
    width: 50px !important;
    background-image: none !important;
  }
  [class*=is_fix70] #header[class*=header_n] .sec_l > .logo > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px !important;
    height: 28px !important;
    background-image: url("https://cwstatic.asiae.co.kr/newsletter/com/icon_mlogo.svg");
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: contain !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  [class*=is_fix70] #header[class*=header_n] .sec_l > .hd_stit {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 1px;
  }
  [class*=is_fix70] #header[class*=header_n] .sec_l > .nav_area {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
    position: absolute;
    top: 0;
    right: 0;
  }
  [class*=is_fix70] #header[class*=header_n] .sec_l .header_nav {
    position: relative;
    right: 26px;
    height: 100%;
  }
  [class*=is_fix70] #header[class*=header_n] .sec_l .header_nav > button {
    -moz-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 50px !important;
    height: 100% !important;
  }
  [class*=is_fix70] #header[class*=header_n] > .inner {
    padding-left: 4px !important;
    padding-right: 10px !important;
  }
  [class*=is_fix70] #header[class*=header_n] > .inner:after {
    content: none !important;
  }
  [class*=is_fix70] #header[class*=header_n] > .inner > section {
    width: auto;
  }
  /* //로고 */
  [class*=header_n] .sec_l .logo a {
    width: 230px !important;
  }
  [class*=header_n] .sec_l .header_nav {
    margin-top: 0;
  }
  [class*=header_n] .sec_l .header_nav > button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    margin: 0 !important;
    width: 40px !important;
    height: 40px !important;
  }
  body [class*=header_n_ty] .sec_l .header_nav > button, body [class*=header_n_ty].is_fix .sec_l .header_nav > button {
    top: 0;
  }
  [class*=header_n] .sec_l .header_nav > button > i {
    width: 16px !important;
    height: 2px !important;
    margin-top: -1px !important;
    height: 2px !important;
    background-color: #000;
  }
  [class*=header_n] .sec_l .header_nav > button > i:before, [class*=header_n] .sec_l .header_nav > button > i:after {
    height: 2px !important;
    background-color: #000;
  }
  [class*=header_n] .sec_l .header_nav > button > i:before {
    top: -6px !important;
    width: 19px !important;
  }
  [class*=header_n] .sec_l .header_nav > button > i:after {
    bottom: -6px !important;
    width: 11px !important;
  }
  [class*=is_fix70_ty] #header[class*=header_n] > .inner {
    padding-left: 40px !important;
  }
  [class*=is_fix70_ty] #header[class*=header_n] .sec_l > .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100% !important;
  }
  [class*=is_fix70_ty] #header[class*=header_n] .sec_l > .logo > a {
    height: 100% !important;
    width: 150px !important;
  }
  [class*=is_fix70_ty] #header[class*=header_n] .sec_l > .logo > a:after {
    width: 150px !important;
    height: 34px !important;
    background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/logo_asiae.svg") !important;
  }
  [class*=is_fix70_ty] #header[class*=header_n] .sec_l > .hd_stit {
    display: none !important;
  }
  .overHidden {
    overflow: hidden;
  }
  .overHidden #header {
    padding-left: 0;
    padding-right: 0;
  }
  .overHidden #header > .inner {
    padding-left: 2rem;
    padding-right: 12px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
    z-index: 1;
  }
  .overHidden [class*=header_n] .sec_l .header_nav > button > i {
    width: 21px;
    margin: -2px 0 0 0;
    background-color: transparent;
  }
  .overHidden [class*=header_n] .sec_l .header_nav > button > i:before, .overHidden [class*=header_n] .sec_l .header_nav > button > i:after {
    top: 100%;
    bottom: auto;
    width: 100%;
  }
  .overHidden [class*=header_n] .sec_l .header_nav > button > i:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .overHidden [class*=header_n] .sec_l .header_nav > button > i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  [class*=header_n] .sec_r,
  [class*=header_n_ty] .sec_r {
    position: absolute !important;
    top: 0;
    height: 100%;
    padding-top: 0;
  }
  [class*=header_n] .sec_r {
    right: 70px;
    padding-right: 0;
  }
  [class*=header_n] .sec_r > .gnb_me {
    height: 100%;
    margin-top: 0;
    margin-left: 0 !important;
  }
  [class*=header_n] .sec_r .btn_search {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px !important;
    height: 40px !important;
    margin-right: 1px;
    padding-top: 0px;
    line-height: normal !important;
  }
  [class*=header_n] .sec_r .btn_search > i {
    width: 20px !important;
    height: 20px !important;
    background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/sch_btn04.svg") !important;
  }
  [class*=header_n_ty] .sec_r > .gnb_me > a {
    top: 0;
  }
  .overHidden [class*=header_n] {
    padding-right: 0;
  }
  .overHidden [class*=header_n] > .inner {
    padding-left: 2rem;
  }
  .header_n .scroll-wrap {
    display: none;
  }
  .header_n .sec_l > .nav_area {
    margin-top: 0;
    margin-left: 0;
  }
  .header_n .sec_r {
    padding-right: 0;
  }
  .header_n .sec_r > .gnb_me {
    padding-right: 0;
  }
  [class*=header_n_ty] .sec_r {
    padding-right: 0;
  }
  [class*=header_n_ty] .sec_r > .gnb_me {
    padding-right: 0;
  }
  #header .sec_r .lang_btn {
    display: none !important;
  }
  #header[class*=header_n_ty] .sec_l > h1,
  #header[class*=header_n_ty] .sec_l > div {
    margin-left: 0;
  }
  #header[class*=header_n_ty] .sec_l .header_nav > button > i {
    height: 3px;
    background-color: rgb(31, 31, 31);
    width: 22px;
  }
  #header[class*=header_n_ty] .sec_l .header_nav > button > i:before, #header[class*=header_n_ty] .sec_l .header_nav > button > i:after {
    height: 3px;
    background-color: rgb(31, 31, 31);
  }
  #header[class*=header_n_ty] .sec_l .header_nav > button > i:before {
    top: -7px;
    width: 100%;
  }
  #header[class*=header_n_ty] .sec_l .header_nav > button > i:after {
    bottom: -7px;
    width: 16px;
  }
  [class*=header_n] > .inner > .sec_r {
    position: absolute !important;
    top: 0;
    right: 70px;
    padding-top: 0;
  }
  [class*=header_n] > .inner > .sec_r > .gnb_me {
    margin-top: 0;
  }
  #header > aside > .anb_inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.is_actmap {
    overflow: hidden;
    height: 100vh;
  }
  body #header > aside {
    max-height: none !important;
    height: 100% !important;
    overflow: hidden;
  }
  body.is_actmap #header[class*=header_n] > aside {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    display: block !important;
    padding: 0 !important;
    border-top: 0 none !important;
    pointer-events: all !important;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    z-index: 400 !important;
  }
  body #header > aside > .anb_inner {
    overflow: hidden !important;
    max-height: none;
    height: 100% !important;
    padding-bottom: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  body.is_actmap [class*=header_n] {
    z-index: 340 !important;
  }
  [class*=header_n] > aside .hd_bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 60px;
    padding-left: 40px;
    padding-right: 31px;
  }
  [class*=header_n] > aside .hd_bx:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e1e1e1 !important;
  }
  [class*=header_n] > aside .hd_bx em {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
  }
  [class*=header_n] > aside .hd_bx > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  [class*=header_n] > aside .hd_bx > a strong {
    display: block;
    width: 230px;
    aspect-ratio: 461/72;
    background-image: url(https://cwstatic.asiae.co.kr/asiae_v3/com/logo_asiae_en.svg);
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: contain !important;
  }
  [class*=header_n] > aside .hd_bx > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [class*=header_n] > aside .hd_bx > article i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  [class*=header_n] > aside .hd_bx > article > a,
  [class*=header_n] > aside .hd_bx > article > button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px !important;
    height: 40px !important;
  }
  [class*=header_n] > aside .hd_bx > article > a {
    line-height: normal !important;
  }
  [class*=header_n] > aside .hd_bx > article > .btn_search {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-right: 0;
  }
  [class*=header_n] > aside .hd_bx > article > .btn_search > i {
    width: 20px !important;
    height: 20px !important;
    background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/sch_btn04.svg");
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: contain !important;
  }
  [class*=header_n] > aside .hd_bx > article > button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  [class*=header_n] > aside .hd_bx > article > button > i {
    width: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: visibility 0.3s, opacity 0.3s, background-color 0.3s;
    transition: visibility 0.3s, opacity 0.3s, background-color 0.3s;
    height: 2px;
    background-color: #000;
  }
  [class*=header_n] > aside .hd_bx > article > button > i:before, [class*=header_n] > aside .hd_bx > article > button > i:after {
    height: 2px;
    background-color: #000;
  }
  [class*=header_n] > aside .hd_bx > article > button > i:before, [class*=header_n] > aside .hd_bx > article > button > i:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    bottom: auto;
    width: 100%;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  [class*=header_n] > aside [class*=mem_] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    color: #000;
    letter-spacing: -1px;
  }
  [class*=header_n] > aside [class*=mem_] * {
    color: #000;
    letter-spacing: -1px;
  }
  [class*=header_n] > aside [class*=mem_] > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [class*=header_n] > aside [class*=mem_] > a:first-child {
    margin: 0;
  }
  [class*=header_n] > aside .mem_login {
    padding-top: 5px;
    padding-bottom: 19px;
  }
  [class*=header_n] > aside .mem_login > a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 89px;
    height: 40px;
    margin-left: 8px;
    padding: 0 24px;
    border: 1px solid #666;
    border-radius: 22px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
  }
  [class*=header_n] > aside .mem_login > .btn_join {
    width: 110px;
  }
  [class*=header_n] > aside .mem_login > .user {
    display: none;
  }
  [class*=header_n] > aside .mem_user {
    padding-bottom: 15px;
    font-size: 19px;
  }
  [class*=header_n] > aside .mem_user > [class*=btn_] {
    display: none;
  }
  .side_nav .mem_user * {
    font-size: 19px;
  }
  [class*=header_n] > aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  [class*=header_n] > aside .mem_user > a {
    width: 100%;
  }
  [class*=header_n] > aside .mem_user > a > i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin: 1px 12px 0 0;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: contain !important;
  }
  [class*=header_n] > aside .mem_user > a > i > em {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
  }
  [class*=header_n] > aside .mem_user > a.sns_asiae > i {
    background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/ico_a.svg");
  }
  [class*=header_n] > aside .mem_user > a.sns_naver > i {
    background-image: url("https://cwstatic.asiae.co.kr/member/ico_n.jpg");
  }
  [class*=header_n] > aside .mem_user > a.sns_kko > i {
    background-image: url("https://cwstatic.asiae.co.kr/member/ico_k.jpg");
  }
  [class*=header_n] > aside .mem_user > a.sns_facebook > i {
    background-image: url("https://cwstatic.asiae.co.kr/member/ico_f.jpg");
  }
  [class*=header_n] > aside .mem_user > a.sns_google > i {
    background-image: url("https://cwstatic.asiae.co.kr/member/ico_g.jpg");
  }
  [class*=header_n] > aside .mem_user > a > strong {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    font-weight: 500;
  }
  [class*=header_n] > aside .mem_user > a > strong > span {
    max-width: 82%;
    display: inline-block;
    overflow: hidden;
    padding-right: 2px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  [class*=header_n] > aside .mem_user > a > strong > em {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 34px;
    padding: 0 17px 0 0;
  }
  [class*=header_n] > aside .mem_user > a > strong > em:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    margin: 0;
    border: 2px solid #111;
    border-width: 2px 2px 0 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  [class*=header_n] > aside h3 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .search_wrap > .layout {
    width: 100%;
  }
  .open_search .search_wrap {
    height: auto;
    padding: 20px 20px 35px;
    border-bottom: 0 none;
  }
  .open_search .bt1 {
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid rgb(225, 225, 225);
  }
  [class*=header_n] > aside .line_map h3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [class*=header_n] > aside .line_map h3 span {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .overHidden [class*=header_n] {
    padding-right: 0;
  }
  .overHidden [class*=header_n] > aside .hd_bx > article {
    position: relative;
    height: 100%;
  }
  .overHidden [class*=header_n] > aside .hd_bx > article > button > i {
    margin-top: -2px;
    background-color: transparent;
  }
  .overHidden [class*=header_n] > aside .hd_bx > article > button > i:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .overHidden [class*=header_n] > aside .hd_bx > article > button > i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .overHidden [class*=header_n] .sec_l .header_nav > button > i {
    width: 21px;
    margin: -2px 0 0 0;
    background-color: transparent;
  }
  .overHidden [class*=header_n] .sec_l .header_nav > button > i:before, .overHidden [class*=header_n] .sec_l .header_nav > button > i:after {
    top: 100%;
    bottom: auto;
    width: 100%;
  }
  .overHidden [class*=header_n] .sec_l .header_nav > button > i:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .overHidden [class*=header_n] .sec_l .header_nav > button > i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .overHidden [class*=header_n] > .inner {
    padding-left: 2rem;
  }
  #header[class*=header_n_ty] .real_news,
  #header[class*=header_n_ty] .scont_tit,
  #header[class*=header_n_ty] .utile_w {
    display: none !important;
  }
  /* 섹션, 아티클 헤더타입 */
  [class*=is_fix_re] #header[class*=header_n_ty] > .inner {
    height: 60px;
  }
  [class*=is_fix_re] #container {
    padding-top: 60px;
  }
  [class*=is_fix_re] [class*=header_n_ty] .real_news,
  [class*=is_fix_re] [class*=header_n_ty] .scont_tit {
    display: none !important;
  }
  [class*=is_fix_re] .sec_header {
    margin-top: 8px;
    padding-left: 40px;
  }
  [class*=is_fix_re] .sec_header:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    z-index: 1;
  }
  [class*=is_fix_re] .sec_header > .h_wr {
    padding-bottom: 0 !important;
  }
  [class*=is_fix_re] .sec_header > .h_wr:after {
    content: none !important;
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area > dl > dd:before,
  [class*=is_fix_re] .sec_header > .h_wr > .h_area > dl > dd > nav:after {
    content: none !important;
  }
  .sec_header {
    height: 50px;
  }
  .sec_header > .h_wr {
    height: 50px;
  }
  .sec_header > .h_wr > .h_area > dl {
    height: 50px;
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area > dl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(100% - 1px);
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area > dl:after {
    content: none;
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area > dl > dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    top: 2px;
    min-width: 49px;
    font-size: 21px !important;
    line-height: 21px !important;
    padding-right: 0px;
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area > dl > dt * {
    font-size: 21px !important;
    line-height: 21px !important;
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area > dl > dt > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-right: 10px;
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area > dl > dt > a:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0px;
    width: 1px;
    height: 18px;
    background-color: #ddd;
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area > dl > dt > a.menu {
    font-weight: 500;
    font-size: 19px !important;
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area > dl > dt > a.menu:before {
    height: 17px;
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area > dl > dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    max-width: 100%;
    width: auto !important;
    height: 52px;
    margin-top: 0;
    margin-bottom: 0;
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area > dl > dd > nav {
    height: 100%;
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area .nav_l {
    height: 100%;
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area .nav_l > li {
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area .nav_l > li:last-child {
    margin-right: 10px;
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area .nav_l > li > strong > a {
    padding-top: 0;
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area .nav_l > li.is_on > strong > a:after {
    top: auto;
    bottom: -15px;
  }
  .sec_header > .h_wr > .h_area .nav_l > li > a {
    line-height: 16px;
  }
  .sec_header > .h_wr > .h_area .nav_l > li > a * {
    line-height: 16px;
  }
  [class*=is_fix_re].nav-up #header[class*=header_n] {
    background: transparent;
  }
  [class*=is_fix_re].nav-up #header[class*=header_n]:before {
    height: 100%;
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  [class*=is_fix_re].nav-up #header[class*=header_n]:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
  }
  [class*=is_fix_re].nav-up [class*=header_n_ty] .sec_l > div > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 40px !important;
    height: 70px !important;
    background-image: none !important;
  }
  [class*=is_fix_re].nav-up [class*=header_n_ty] .sec_l > div > a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 28px;
    background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/logo_sticky.png");
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: contain !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  [class*=is_fix_re].nav-up #header[class*=header_n_ty] {
    height: 60px;
  }
  [class*=is_fix_re].nav-up #header[class*=header_n_ty] > .inner {
    height: 100%;
    padding-left: 30px !important;
  }
  body.nav-up:has(.header_n_ty02.nav-sticky) .sec_header > .h_wr > .h_area > dl > dd > nav {
    width: calc(100vw - 50px - var(--dt-width) - 30px);
  }
  [class*=is_fix_re].nav-up .sec_header > .h_wr > .h_area > dl {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: -2px;
    left: 75px;
    overflow: visible;
    max-width: none !important;
    width: calc(100% - 76px);
    height: 60px;
    z-index: 300;
  }
  [class*=is_fix_re].nav-up .sec_header > .h_wr > .h_area > dl > dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 62px;
    margin-top: 21px;
    margin-left: 0 !important;
    margin-bottom: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  [class*=is_fix_re].nav-up .sec_header > .h_wr > .h_area > dl > dd > nav {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [class*=is_fix_re].nav-up .sec_header > .h_wr > .h_area .nav_l > li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 1px;
  }
  [class*=is_fix_re].nav-up .sec_header > .h_wr > .h_area .nav_l > li:first-child {
    padding-left: 10px;
  }
  [class*=is_fix_re].nav-up .sec_header > .h_wr > .h_area .nav_l > li.is_on > strong > a:after {
    bottom: -20px;
  }
  [class*=is_fix_re].nav-up .sec_l > .nav_area,
  [class*=is_fix_re].nav-up .sec_r > .gnb_me {
    display: none;
  }
  [class*=is_fix_re].nav-down #header[class*=header_n_ty] {
    height: 60px;
  }
  [class*=is_fix_re].nav-down #header[class*=header_n_ty] > .inner {
    height: 100%;
  }
  [class*=is_fix_re].nav-down .sec_header {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: 20;
  }
  [class*=is_fix_re].nav-down .sec_header:before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  [class*=is_fix_re].nav-down .sec_header > .h_wr > .h_area > dl {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
  }
  [class*=is_fix_re].nav-down #container > .contents {
    padding-top: 65px;
  }
  [class*=is_fix_re].nav-down .sec_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class*=is_fix_re].is_fix .sec_header > .h_wr > .h_area > dl > dd > nav {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 820px) and (max-device-height: 800px) {
  body.pc #header > aside > .anb_inner {
    max-height: calc(100vh - 69px);
  }
}
@media (max-width: 768px) {
  .overHidden #header {
    width: 100% !important;
    padding-right: 0px;
    background-color: #fff;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .overHidden #header > .inner {
    width: 100% !important;
    border-bottom: 1px solid #e1e1e1 !important;
  }
}
@media screen and (max-width: 640px) {
  #header[class*=header_n] > .inner {
    padding-left: 20px !important;
    padding-right: 11px !important;
  }
  [class*=header_n] > .inner > .sec_r {
    right: 50px;
  }
  [class*=is_fix70_ty] #header[class*=header_n] > .inner {
    padding-left: 2rem !important;
  }
  [class*=is_fix70] #header[class*=header_n] .sec_l .header_nav {
    right: 6px;
  }
  [class*=header_n] > aside .hd_bx {
    padding-left: 20px !important;
    padding-right: 11px !important;
  }
  /* 섹션, 아티클 헤더타입 */
  [class*=is_fix_re] .sec_header {
    padding-left: 20px;
  }
  [class*=is_fix_re].nav-up #header[class*=header_n_ty] > .inner {
    padding-left: 10px !important;
  }
  [class*=is_fix_re].nav-up .sec_header > .h_wr > .h_area > dl {
    left: 55px;
    width: calc(100% - 56px);
  }
  [class*=is_fix_re].nav-up .sec_header > .h_wr > .h_area .nav_l > li:last-child {
    padding-right: 2rem !important;
  }
  body.nav-up:has(.header_n_ty02.nav-sticky) .sec_header > .h_wr > .h_area > dl > dd > nav {
    width: calc(100vw - 50px - var(--dt-width) - 10px);
  }
  [class*=is_fix_re] .sec_header > .h_wr > .h_area > dl > dd {
    max-width: 100vw;
  }
}
/* Galaxy Fold 이하 */
@media (max-width: 359px) {
  #header[class*=header_n] > .inner {
    padding-left: 10px !important;
    padding-right: 1px !important;
  }
  [class*=header_n] > aside .hd_bx > a strong,
  [class*=header_n] .sec_l .logo a {
    max-width: 220px !important;
    width: 65vw !important;
  }
  [class*=header_n] > .inner > .sec_r {
    right: 39px;
  }
  [class*=header_n] > aside .hd_bx {
    padding-left: 10px !important;
    padding-right: 1px !important;
  }
  [class*=header_n] > aside .hd_bx > article > .btn_search {
    margin-right: -1px;
  }
  [class*=is_fix_re].nav-up #header[class*=header_n_ty] > .inner {
    padding-left: 0 !important;
  }
  [class*=is_fix70] #header[class*=header_n] .sec_l .header_nav {
    right: -4px;
  }
  [class*=is_fix70] #header[class*=header_n] .sec_l > div {
    margin-left: -10px;
  }
  .overHidden [class*=header_n] > aside .hd_bx {
    padding-right: 0px;
  }
  [class*=is_fix70].overHidden [class*=header_n] > aside .hd_bx > article,
  [class*=is_fix70].overHidden [class*=header_n] > aside > .hd_bx > article {
    right: -1px;
  }
  [class*=is_fix70_ty] #header[class*=header_n] > .inner {
    padding-left: 10px !important;
  }
  [class*=is_fix70_ty] #header[class*=header_n] .sec_l > div {
    margin-left: 0 !important;
  }
  /* 섹션, 아티클 헤더타입 */
  [class*=is_fix_re] .sec_header {
    padding-left: 10px;
  }
  [class*=is_fix_re].nav-up .sec_header > .h_wr > .h_area > dl {
    left: 45px;
    width: calc(100% - 46px);
  }
  [class*=is_fix_re].nav-up .sec_header > .h_wr > .h_area .nav_l > li:last-child {
    padding-right: 10px !important;
  }
}
/* Galaxy Fold 펼쳤을때 : 586px or 535~683px */