@charset "UTF-8";

.is_fix_reissue {
}
.is_fix .isstop_visual01 {
  margin-top: inherit;
}

.is_fix_reissue .stock_wrap {
  margin-top: 9px;
}

/* issue_box 영역 */
@media (min-width: 820px) {
  .component_bx:has(.top_issue_box) {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
  }
}
.top_issue_box > .inner {
}
.top_issue_box > .inner > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.top_issue_box > .inner > .item > .top_thumb {
  position: relative;
}
.top_issue_box > .inner > .item > .top_thumb > a {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 2;
}
.top_issue_box > .inner > .item > .top_thumb > a > figure,
.top_issue_box > .inner > .item > .top_thumb > a > figure > span {
  position: relative;
  width: 100%;
  height: 100%;
}
.top_issue_box > .inner > .item > .top_thumb > a > figure > span {
  display: block;
}

.top_issue_box > .inner > .item > .top_thumb .badge {
  position: absolute;
  bottom: 16px;
  left: 24px;
  min-width: 75px;
  height: 37px;
  padding: 0 15px;
  color: #000;
  font-size: 1.9rem;
  font-weight: 700;

  letter-spacing: -0.04em;
  line-height: 37px;
  border-radius: 40px;
  background-color: #fff;
}

.top_issue_box > .inner > .item > .top_textarea {
  position: relative;
}
.top_issue_box > .inner > .item > .top_textarea > .top_txt {
}

.top_issue_box > .inner > .item > .top_textarea > .top_txt > dt {
  position: relative;
  color: #000;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  /* letter-spacing: -1px; */
}
.top_issue_box > .inner > .item > .top_textarea > .top_txt > dt > a {
  position: relative;
}
.top_issue_box > .inner > .item > .top_textarea > .top_txt > dt:hover > a {
  text-underline-offset: 6px;
  text-decoration: underline;
  text-underline-position: inherit;
}
.top_issue_box > .inner > .item > .top_textarea > .top_txt > dt > a > strong {
  overflow: hidden;
  max-height: 100px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  word-break: break-all;
  font-family: var(--font-serif);
  /* letter-spacing: -0.25px; */
}

.top_issue_box > .inner > .item > .top_textarea > .top_txt > dd {
  padding-top: 17px;
}
.top_issue_box > .inner > .item > .top_textarea > .top_txt > dd > ul > li {
}
.top_issue_box > .inner > .item > .top_textarea > .top_txt > dd > ul > li + li {
  margin-top: 8px;
}
.top_issue_box > .inner > .item > .top_textarea > .top_txt > dd > ul > li > a,
.top_issue_box > .inner > .item > .top_textarea > .top_txt > dd > ul > li > a * {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  /* letter-spacing: -0.5px; */
}
.top_issue_box > .inner > .item > .top_textarea > .top_txt > dd > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 9px;
}
.top_issue_box > .inner > .item > .top_textarea > .top_txt > dd > ul > li > a:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #111;
  border-radius: 100%;
}
.top_issue_box > .inner > .item > .top_textarea > .top_txt > dd > ul > li > a > span {
  display: block;
  overflow: hidden;
  max-height: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_issue_box .paging_btn {
  position: absolute;
  bottom: 80px;
  left: 51.5%;
  margin: 0;
  z-index: 2;
}
.top_issue_box .paging_btn > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.top_issue_box .paging_btn > .inner > .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  padding-top: 1px;
}
.top_issue_box .paging_btn > .inner > .swiper-pagination * {
  color: #bbb;
  font-size: 1.5rem;

  line-height: 18px;
  font-weight: 300;
  /* letter-spacing: -1px; */
}
.top_issue_box .paging_btn > .inner > .swiper-pagination > .swiper-pagination-current {
  color: #111;
  font-weight: 700;
  text-align: left;
}
.top_issue_box .paging_btn > .inner > .swiper-pagination > .barSpace {
  margin-left: 6px;
  margin-right: 7px;
  padding-top: 1px;
}

.top_issue_box .paging_btn > .inner > [class*='swiper-button'] {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 20px !important;
  height: 20px !important;
  margin-top: 0 !important;
}
.top_issue_box .paging_btn > .inner > [class*='swiper-button']:after {
  content: '' !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: contain !important;
}

.top_issue_box .paging_btn > .inner > .swiper-button-prev {
  margin-right: 30px;
  background-image: url('https://cwstatic.asiae.co.kr/asiae_v3/com/btn_prev.svg');
}
.top_issue_box .paging_btn > .inner > .swiper-button-next {
  margin-left: 30px;
  background-image: url('https://cwstatic.asiae.co.kr/asiae_v3/com/btn_next.svg');
}

.top_issue_box .badge {
  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;
  flex-shrink: 0;
}

.top_issue_box .bt_more {
  position: relative;
  margin-top: 25px;
}
.top_issue_box .bt_more > a,
.top_issue_box .bt_more > 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;
}
.top_issue_box .bt_more > a,
.top_issue_box .bt_more * {
  color: #297fff;
  /* font-size: 1.4rem; */
  font-size: 16px;
  font-weight: 400;
  /* letter-spacing: -0.5px; */
  line-height: 1.2;
}
.top_issue_box .bt_more > a:hover {
  text-decoration: none !important;
}
/* .top_issue_box .bt_more > a:hover:after {content:""; position:absolute; bottom:0; left:0; width:100%; border-bottom:1px solid #297fff;} */
.top_issue_box .bt_more > a > strong {
  padding-left: 27px;
}
.top_issue_box .bt_more > a > strong:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 21px;
  height: 19px;
  background-image: url('https://cwstatic.asiae.co.kr/asiae_v3/com/icon_aticle01.svg');
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: contain !important;
}

.w3_container {
  margin-top: 19px;
}
.w3_container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.w3_container > ul > li {
  position: relative;
  width: calc(100% / 3);
  padding-left: 40px;
  padding-right: 40px;
}
.w3_container > ul > li:after {
  content: '';
  position: absolute;
  top: 11px;
  right: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #efefef;
}
.w3_container > ul > li:nth-child(3n + 1) {
  padding-left: 26px;
}
.w3_container > ul > li:nth-child(3n + 3) {
  padding-right: 26px;
}
.w3_container > ul > li:nth-child(3n + 3):after {
  content: none;
}

.w3_container > ul > li > a,
.w3_container > ul > li > a * {
  color: #111;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  /* letter-spacing: -1px; */
}
.w3_container > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 7px;
  text-underline-offset: 1px;
}
.w3_container > ul > li > a:before {
  content: '';
  position: absolute;
  top: 19px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #111;
  border-radius: 50%;
}
.w3_container > ul > li > a > strong {
  display: block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w3_container > [class*='year_list'] {
}

/* .is_fix_reissue footer > .footer_wrap > .ft_service > .inner {
  border-top: 1px solid #e2e6e5;
} */

[class*='isstop_visual'] {
  position: relative;
  width: 100%;
  min-height: 280px;
  margin-top: -30px;
}
[class*='isstop_visual']:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 280px;
  background: rgba(0, 0, 0, 0.6) !important;
}
[class*='isstop_visual'] > .img_thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 280px;
  background-repeat: no-repeat !important;
  background-position: 50% 40% !important;
  background-size: 100% auto !important;
}
[class*='isstop_visual'] > .img_thumb > .no_text {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}
[class*='isstop_visual'] > .inner {
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
[class*='isstop_visual'] > .inner .badge {
  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;
  border-radius: 200px;
}
[class*='isstop_visual'] > .inner > .card_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
[class*='isstop_visual'] > .inner > .card_box > .card_image {
}
[class*='isstop_visual'] > .inner > .card_box > .card_image > figure {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
[class*='isstop_visual'] > .inner > .card_box > .card_image > figure > .badge {
  position: absolute;
  display: none;
  min-width: 55px;
  height: 30px;
  padding: 0 13px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
  background-color: #111;
  border-radius: 200px;
}
[class*='isstop_visual'] > .inner > .card_box > .card_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
[class*='isstop_visual'] > .inner > .card_box > .card_body > .badge {
  min-width: 70px;
  height: 34px;
  padding: 0 19px;
  color: #111;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 30px;
  background-color: #fff;
}
[class*='isstop_visual'] > .inner > .card_box > .card_body > h1 {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  color: #fff;
  font-size: 4rem;

  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.25px;
  font-family: var(--font-serif);
  text-underline-offset: 6px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  word-break: break-all;
}
[class*='isstop_visual'] > .inner > .card_box > .card_body > h1 strong {
}

[class*='isstop_visual'] > .inner > .card_box > .card_body > .btn_share {
  margin-top: 17px;
}
[class*='isstop_visual'] > .inner > .card_box > .card_body > .btn_share > 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;
}
[class*='isstop_visual'] > .inner > .card_box > .card_body > .btn_share > button > i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: contain !important;
}
[class*='isstop_visual'] > .inner > .card_box > .card_body > .btn_share > button > 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*='isstop_visual'] + .sub_inner {
  margin-top: 20px;
}

/* [class*="isstop_visual"] {position:relative; width:100%; min-height:280px; margin-top:-30px;}
[class*="isstop_visual"]:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; width:100% !important; height:280px; background:rgba(0, 0, 0, 0.6) !important;}
[class*="isstop_visual"] > div {position:relative; overflow:hidden; min-height:280px;}
[class*="isstop_visual"] > div > .img_thumb {position:absolute; top:0; left:0; right:0; bottom:0; width:100% !important; height:280px; background-repeat:no-repeat !important; background-position:50% 40% !important; background-size:100% auto !important; filter:blur(15px); transform:scale(1.05);}
[class*="isstop_visual"] > div > .img_thumb > .no_text {clip:rect(0,0,0,0); position:absolute; overflow:hidden; width:1px; height:1px; margin:-1px; padding:0; white-space:nowrap; border:0;}
[class*="isstop_visual"] > .inner {position:absolute; margin:0 auto; z-index:2;top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;}
[class*="isstop_visual"] > .inner .badge {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; border-radius:200px;}
[class*="isstop_visual"] > .inner > .card_box {display:-webkit-box; display:-ms-flexbox; display:flex; width:100%;}
[class*="isstop_visual"] > .inner > .card_box > .card_image {}
[class*="isstop_visual"] > .inner > .card_box > .card_image > figure {overflow:hidden; position:relative; width:100%; height:100%;}
[class*="isstop_visual"] > .inner > .card_box > .card_image > figure > .badge {position:absolute; display:none; min-width:55px; height:30px; padding:0 13px; color:#fff; font-size:1.5rem; font-weight:700; line-height:30px; background-color:#111; border-radius:200px;}
[class*="isstop_visual"] > .inner > .card_box > .card_body {display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;}
[class*="isstop_visual"] > .inner > .card_box > .card_body > .badge {min-width:70px; height:34px; padding:0 19px; color:#111; font-size:1.5rem; font-weight:700; line-height:30px; background-color:#fff;}
[class*="isstop_visual"] > .inner > .card_box > .card_body > h1 {margin-top:17px;display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; width:100%; color:#fff; font-size:4.0rem; font-family:'Gmarket Sans'; font-weight:700; line-height:1.3; letter-spacing:-1px; text-underline-offset:6px; overflow:hidden; width:100%; text-overflow:ellipsis; -webkit-line-clamp:2; display:-webkit-box; -webkit-box-orient:vertical; text-overflow:ellipsis; white-space:nowrap; white-space:normal; word-break:break-all;}
[class*="isstop_visual"] > .inner > .card_box > .card_body > h1 strong {}

[class*="isstop_visual"] > .inner > .card_box > .card_body > .btn_share {margin-top:17px;}
[class*="isstop_visual"] > .inner > .card_box > .card_body > .btn_share > 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;}
[class*="isstop_visual"] > .inner > .card_box > .card_body > .btn_share > button > i {display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; background-repeat:no-repeat !important; background-position:0 0 !important; background-size:contain !important;}
[class*="isstop_visual"] > .inner > .card_box > .card_body > .btn_share > button > 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*="isstop_visual"]+.sub_inner {margin-top:60px;} 
기획이슈 블러처리
*/

/* 배너 - 20240502 */
.banner_wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 50px;
  color: #fff;

  border-radius: 10px;
  background: #0bbb6b;
  overflow: hidden;
}
.banner_wrap:hover,
.banner_wrap:focus,
.banner_wrap:active {
  color: #fff;
}
.banner_wrap::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 10.8%;
  width: 150px;
  height: 150px;
  background: url('https://cwstatic.asiae.co.kr/asiae_v3/com/banner_bg.png') no-repeat;
  background-size: contain;
}
.banner_wrap .text {
  position: absolute;
  top: 52%;
  left: 26.9%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner_wrap .text p {
  font-size: 16px;
  font-weight: 300;
  /* letter-spacing: -0.8px; */
  line-height: 27px;
}
.banner_wrap .text h4 {
  margin-top: -2px;
  font-size: 26px;
  font-weight: 700;
  /* letter-spacing: -1.3px; */
  line-height: 36px;
}
.banner_wrap .btn_area {
  position: absolute;
  top: 51%;
  right: 4.8%;
  font-size: 17px;
  /* font-family: 'Noto Sans KR'; */
  font-weight: 400;
  /* letter-spacing: -0.85px; */
  line-height: 27px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner_wrap:hover .btn_area {
  text-decoration: underline;
}
.banner_wrap .btn_area::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 1px 4px;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.readit_wr {
  padding: 21px 35px 19px;
  background-color: #f8f8fa;
}
.readit_wr,
.readit_wr * {
  color: #666;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.46;
}
.readit_wr > p > strong {
  color: #000;
  font-weight: 700;
}

.readit_wr + .stock_wrap {
  margin-top: 20px;
}

@media (min-width: 1280px) {
  .top_issue_box > .inner > .item > .top_thumb {
  }
  .top_issue_box > .inner > .item > .top_thumb > a {
    width: 570px;
    padding-bottom: 41px;
  }
  .top_issue_box > .inner > .item > .top_thumb > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 41px;
    background-image: url('https://cwstatic.asiae.co.kr/asiae_v3/com/top_shadow.png');
    background-repeat: no-repeat !important;
    background-position: 0 -20px !important;
    background-size: cover !important;
  }
  .top_issue_box > .inner > .item > .top_thumb > a > figure {
    height: 320px;
  }
  .top_issue_box > .inner > .item > .top_textarea {
    width: calc(100% - 620px);
    margin-top: 42px;
  }

  [class*='isstop_visual'] > .inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  [class*='isstop_visual'] > .inner > .card_box > .card_image {
    flex-shrink: 0;
    width: 570px;
    margin-right: 50px;
  }
  [class*='isstop_visual'] > .inner > .card_box > .card_body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    max-width: 100%;
    position: relative;
  }

  /*
    .top_issue_box .paging_btn > .inner > .swiper-pagination {-webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; width:50px !important; text-align:center;}
    */
  .top_issue_box .paging_btn > .inner > .swiper-button-prev {
    margin-right: 30px;
  }
  .top_issue_box .paging_btn > .inner > .swiper-pagination > .swiper-pagination-current {
    width: 17px;
  }
  .top_issue_box .paging_btn > .inner > .swiper-pagination > .barSpace {
    margin-left: 0;
  }
}

@media (min-width: 820px) and (max-width: 1279px) {
  .top_issue_box {
  }

  .is_fix_reissue01 #container > .contents {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .top_issue_box > .inner > .item > .top_thumb,
  .top_issue_box > .inner > .item > .top_textarea > .top_txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .top_issue_box > .inner > .item > .top_thumb {
    width: 50%;
    padding-right: 20px;
  }
  /* .top_issue_box > .inner > .item > .top_thumb > a {
    padding-bottom: 23px;
  } */
  .top_issue_box > .inner > .item > .top_thumb > a > figure {
    z-index: 2;
  }
  .top_issue_box > .inner > .item > .top_thumb > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 41px;
    background-image: url('https://cwstatic.asiae.co.kr/asiae_v3/com/top_shadow.png');
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: contain !important;
  }
  .top_issue_box > .inner > .item > .top_textarea {
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(50% - 0px);
    padding-top: 3%;
  }

  .top_issue_box > .inner > .item > .top_textarea > .top_txt > dd {
    padding-top: 3%;
  }
  .top_issue_box .bt_more {
    margin-top: 4%;
  }

  .is_fix_reissue01 #container .sec_header,
  .is_fix_reissue01 #container .sub_inner,
  [class*='isstop_visual'] > .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  [class*='isstop_visual'] > .inner > .card_box > .card_body > .badge {
    font-size: 1.8rem;
  }
  [class*='isstop_visual'] > .inner > .card_box > .card_image,
  [class*='isstop_visual'] > .inner > .card_box > .card_body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  [class*='isstop_visual'] > .inner > .card_box {
    margin-left: -25px;
    margin-right: -25px;
  }
  [class*='isstop_visual'] > .inner > .card_box > * {
    padding-left: 25px;
    padding-right: 5px;
  }
  [class*='isstop_visual'] > .inner > .card_box > .card_image {
    width: 55%;
  }
  [class*='isstop_visual'] > .inner > .card_box > .card_body {
    width: 45%;
  }
  [class*='isstop_visual'] > .inner > .card_box > .card_body > h1 {
    color: #fff;
    font-size: 3.6rem;

    font-weight: 700;
    line-height: 37px;
    /* letter-spacing: -1px; */
  }

  .top_issue_box .paging_btn {
    bottom: 0;
    /* left: 58%; */
    left: calc(58% + 20px);
  }
  .top_issue_box .paging_btn > .inner > .swiper-button-prev {
    margin-right: 30px;
  }
  .top_issue_box .paging_btn > .inner > .swiper-pagination > .swiper-pagination-current {
    width: 13px;
  }
  .top_issue_box .paging_btn > .inner > .swiper-pagination > .barSpace {
    margin-left: 0;
  }

  .is_fix_reissue .top_issue_box + .stock_wrap {
    margin-top: 20px !important;
  }
}

@media (max-width: 1279px) {
  /*[class*="isstop_visual"] {margin-bottom:5.0%;}*/
}

@media (min-width: 1043px) and (max-width: 1180px) {
}

@media (min-width: 1024px) and (max-width: 1279px) {
  [class*='isstop_visual'] > .inner {
    max-width: 1180px;
  }
}

@media (min-width: 1023px) and (max-width: 1042px) {
  [class*='isstop_visual'] {
    margin-bottom: 0;
  }
}

@media (min-width: 820px) and (max-width: 1023px) {
  [class*='isstop_visual'] {
    min-height: 240px;
  }
  [class*='isstop_visual'] > div {
    min-height: 240px;
  }
  [class*='isstop_visual'] > .img_thumb {
    height: 240px;
  }
  [class*='isstop_visual'] > .inner {
    max-width: 920px;
  }
  [class*='isstop_visual'] > .inner > .card_box > .card_image {
    width: 58%;
  }
  [class*='isstop_visual'] > .inner > .card_box > .card_body {
    padding-left: 20px;
    width: 45%;
    height: 240px !important;
  }
  [class*='isstop_visual']:after {
    height: 240px;
  }
}

@media (max-width: 1100px) {
  .top_issue_box > .inner > .item > .top_thumb {
    width: 58%;
  }
  .top_issue_box > .inner > .item > .top_textarea {
    width: 42%;
    padding-bottom: 40px;
  }
}

@media (max-width: 1070px) {
}

@media (min-width: 1024px) {
  .w3_container > ul > li > a {
  }
}

@media (max-width: 1023px) {
  .top_issue_box > .inner > .item > .top_textarea > .top_txt > dt:hover > a {
    text-decoration: none;
  }

  /* 배너 - 20240502 */
  .banner_wrap::before {
    top: 7px;
    left: 3%;
    width: 140px;
    height: 140px;
  }
  .banner_wrap .text {
    left: 22%;
  }
  .banner_wrap .text h4 {
    font-size: 25px;
  }
  .banner_wrap .btn_area {
    right: 4%;
    font-size: 16px;
  }
}

@media (max-width: 890px) {
  /* 배너 - 20240502 */
  .banner_wrap {
    height: 70px;
  }
  .banner_wrap::before {
    top: 4px;
    left: 7%;
    width: 100px;
    height: 100px;
  }
  .banner_wrap .text,
  .banner_wrap .btn_area {
    top: 15px;
    left: 25%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .banner_wrap .text p {
    font-size: 19px;
    font-weight: 700;
  }
  .banner_wrap .text h4 {
    display: none;
  }
  .banner_wrap:hover .btn_area {
    text-decoration: none;
  }
  .banner_wrap .btn_area {
    top: 36px;
    font-size: 14px;
  }
  .banner_wrap .btn_area::after {
    width: 7px;
    height: 7px;
    margin: 0 0 2px 2px;
  }
}

@media (min-width: 820px) {
  .is_fix_reissue.is_fix .sub_inner ~ .sub_inner {
    margin-top: 0 !important;
  }

  .top_issue_box > .inner > .item {
  }
  .top_issue_box > .inner > .item > .top_thumb {
  }

  .top_issue_box > .inner > .item > .top_textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top_issue_box > .inner > .item > .top_textarea > .top_txt,
  .top_issue_box > .inner > .item > .top_textarea > .top_txt > dd {
    overflow: hidden;
    width: 100%;
  }
  .top_issue_box .paging_btn > .inner > [class*='swiper-button'] {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }

  [class*='isstop_visual'] > .inner > .card_box > .card_image {
    overflow: hidden;
  }
  [class*='isstop_visual'] > .inner > .card_box > .card_body {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 280px;
  }
  [class*='isstop_visual'] > .inner > .card_box > .card_body > .btn_share > button > i {
    width: 30px;
    height: 30px;
    background-image: url('https://cwstatic.asiae.co.kr/asiae_v3/com/icon_sharing_p.svg');
  }

  .is_fix_reissue .top_issue_box + .stock_wrap {
    margin-top: 34px;
  }
}

@media (max-width: 819px) {
  .is_fix_reissue .component_bx > .stock_wrap {
    margin-bottom: 25px;
  }
  [class*='issue_list'] > [class*='article_type'] > .thumb,
  [class*='issue_list'] > [class*='article_type'] > .thumb *,
  [class*='board_list'] > ul > li > .details_bx > .thumb,
  [class*='board_list'] > ul > li > .details_bx > .thumb * {
    border-radius: 7px;
  }

  .top_issue_box {
    width: 100%;
    margin-top: 0;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .top_issue_box .swiper-wrapper {
    overflow: hidden;
    width: 100%;
  }
  .top_issue_box > .inner > .item > .top_thumb,
  .top_issue_box > .inner > .item > .top_thumb *,
  [class*='isstop_visual'] > .inner > .card_box > .card_image,
  [class*='isstop_visual'] > .inner > .card_box > .card_image * {
    border-radius: 10px;
  }
  [class*='isstop_visual'] > .inner {
    position: relative;
  }
  [class*='isstop_visual'] > div {
    display: none;
  }
  .top_issue_box > .inner > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .top_issue_box > .inner > .item > * {
    width: 100%;
  }
  .top_issue_box > .inner > .item > .top_textarea {
    padding-bottom: 0;
  }

  .top_issue_box > .inner > .item > .top_textarea > .top_txt > dt > a > strong {
  }

  .top_issue_box .paging_btn {
    position: absolute;
    /* bottom: 210px; */
    left: auto !important;
    /* background-color: red; */
    bottom: auto;
    padding-top: calc(48.3vw - 15px);
    right: 54px;
    z-index: 2;
  }
  .top_issue_box .paging_btn > .inner > [class*='swiper-button'] {
    display: none;
  }
  .top_issue_box .paging_btn > .inner > .swiper-pagination * {
    color: #fff !important;
    font-size: 1.4rem;
    line-height: 14px;
  }
  .top_issue_box .paging_btn > .inner > .swiper-pagination > .swiper-pagination-current {
    width: 13px;
    color: #fff;
    font-weight: 700;
  }
  .top_issue_box .paging_btn > .inner > .swiper-pagination > .barSpace {
    margin-left: 3px;
    margin-right: 5px;
    padding-top: 0;
    font-size: 1.4rem;
  }
  .top_issue_box .paging_btn > .inner > .swiper-pagination > .barSpace {
    margin-left: 0;
  }

  .top_issue_box > .inner > .item > .top_thumb {
    padding-right: 0 !important;
  }
  .top_issue_box > .inner > .item > .top_thumb,
  .top_issue_box > .inner > .item > .top_textarea {
    width: 100% !important;
  }
  .top_issue_box > .inner > .item > .top_thumb .badge {
    bottom: 10px;
    left: 12px;
    min-width: 55px;
    height: 28px;
    padding: 0 14px;
    font-size: 1.6rem;
    line-height: 28px;
    z-index: 2;
  }
  .top_issue_box > .inner > .item > .top_thumb > a > figure:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 105px;
    background: linear-gradient(0deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
    opacity: 0.7;
    border-radius: 0 0 10px 10px;
  }

  .top_issue_box {
    border-bottom: 1px solid #ddd;
  }
  .top_issue_box > .inner > .item > .top_textarea > .top_txt {
    margin-top: 17px;
  }

  .top_issue_box > .inner > .item > .top_textarea > .top_txt > dt {
    color: #111;
    font-size: 24px;
    /* font-weight: 500; */
    max-height: calc(1.2 * 24 * 2px);
    line-height: 1.2;
  }
  .top_issue_box > .inner > .item > .top_textarea > .top_txt > dt > a > strong {
    max-height: 64px;
  }

  .top_issue_box > .inner > .item > .top_textarea > .top_txt > dd {
    padding-top: 14px;
  }
  .top_issue_box > .inner > .item > .top_textarea > .top_txt > dd > ul > li + li {
    margin-top: 10px;
  }
  .top_issue_box > .inner > .item > .top_textarea > .top_txt > dd > ul > li > a,
  .top_issue_box > .inner > .item > .top_textarea > .top_txt > dd > ul > li > a * {
    color: #111;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 24px;
  }
  .top_issue_box > .inner > .item > .top_textarea > .top_txt > dd > ul > li > a:before {
    top: 10px;
  }

  .sct_cont_mid:has(.issue_list01) {
    margin-top: 25px !important;
  }

  .top_issue_box .bt_more {
    margin-top: 20px;
  }
  .top_issue_box .bt_more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #efefef;
  }
  .top_issue_box .bt_more > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .top_issue_box .bt_more > a:hover {
    text-decoration: none !important;
  }
  .top_issue_box .bt_more > a:hover:after {
    content: none !important;
  }
  .top_issue_box .bt_more > a,
  .top_issue_box .bt_more > a * {
    font-size: 1.5rem;
    line-height: 15px;
  }
  .top_issue_box .bt_more > a > strong {
    padding-left: 20px;
  }
  .top_issue_box .bt_more > a > strong:before {
    top: 0;
    width: 17px;
    height: 15px;
    background-image: url('https://cwstatic.asiae.co.kr/asiae_v3/com/icon_aticle01_m.svg');
  }

  .w3_container {
    margin-top: 18px;
  }
  .w3_container > ul > li {
    width: calc(100% / 2);
    padding: 0;
  }
  .w3_container > ul > li:after {
    content: none !important;
  }
  .w3_container > ul > li:nth-child(2n + 1) {
    padding-right: 10px !important;
  }
  .w3_container > ul > li:nth-child(2n + 2) {
    padding-left: 10px !important;
  }

  .w3_container > ul > li:nth-child(3n + 1) {
    padding-left: 0;
    padding-right: 0;
  }
  .w3_container > ul > li:nth-child(3n + 3) {
    padding-left: 0;
    padding-right: 0;
  }

  /* .is_fix_reissue .component_bx > .sct_cont_mid > .sec_aside {margin-top:40px !important;} */

  [class*='isstop_visual'] {
    min-height: auto;
    margin-top: 0px !important;
    margin-bottom: 32px;
    background-image: none !important;
  }
  [class*='isstop_visual'] > .img_thumb {
    display: none !important;
  }
  [class*='isstop_visual']:before,
  [class*='isstop_visual']:after {
    content: none !important;
  }
  [class*='isstop_visual'] > .inner > .card_box > .card_body > .badge,
  [class*='board_list'] > ul > li > .details_bx > .text_box > dl > dd.desc {
    display: none !important;
  }

  [class*='isstop_visual'] > .inner > .card_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  [class*='isstop_visual'] > .inner > .card_box > .card_image,
  [class*='isstop_visual'] > .inner > .card_box > .card_body {
    width: 100%;
  }

  [class*='isstop_visual'] > .inner > .card_box > .card_image > figure > .badge {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    bottom: 10px;
    left: 12px;
  }

  [class*='isstop_visual'] > .inner > .card_box > .card_body > h1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    max-width: 100%;
    max-height: 64px;
    margin-top: 18px;
    color: #111;
    font-size: 2.6rem;
    line-height: 32px;
  }
  [class*='isstop_visual'] > .inner > .card_box > .card_body > .btn_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    flex-shrink: 0;
    width: 54px;
  }
  [class*='isstop_visual'] > .inner > .card_box > .card_body > .btn_share > button {
    position: relative;
    top: -5px;
    left: -5px;
    width: 30px;
    height: 30px;
  }
  [class*='isstop_visual'] > .inner > .card_box > .card_body > .btn_share > button > i {
    width: 23px;
    height: 27px;
    background-image: url('https://cwstatic.asiae.co.kr/asiae_v3/com/icon_sharing_m.svg');
  }

  [class*='isstop_visual'] + .sub_inner {
    margin-top: -8px;
  }

  [class*='board_list'] {
    margin-top: 2px;
  }
  [class*='board_list'] > ul > li:after {
    left: 60px;
    margin-top: 0;
  }
  [class*='board_list'] > ul > li:first-child:after {
    margin-top: -9px !important;
  }
  [class*='board_list'] > ul > li > .date {
    width: 67px;
    margin-right: 18px;
    font-size: 1.2rem;
    line-height: 12px;
  }
  [class*='board_list'] > ul > li > .date > strong {
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 1.2rem;
    line-height: 12px;
  }
  [class*='board_list'] > ul > li > .details_bx {
    padding-bottom: 19px;
  }
  [class*='board_list'] > ul > li + li > .details_bx {
    padding-top: 21px;
  }
  [class*='board_list'] > ul > li > .details_bx > .thumb {
    width: 110px;
    height: 68px;
    margin-right: 13px;
  }
  [class*='board_list'] > ul > li > .details_bx > .text_box > dl > dt * {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 25px;
  }
  [class*='board_list'] > ul > li > .details_bx > .text_box > dl > dt > a > strong {
    max-height: 50px;
  }

  .readit_wr {
    display: none !important;
  }

  /* 배너 - 20240502 */
  .banner_wrap {
    margin-top: -11px;
    margin-bottom: 20px;
    border-radius: 0;
  }
  /* .banner_wrap::before {left:7%;} */
  .banner_wrap .text,
  .banner_wrap .btn_area {
    left: 20%;
  }
}

@media screen and (max-width: 660px) {
}

@media screen and (max-width: 640px) {
  .top_issue_box,
  .issue_years > .top_txt,
  .w3_container,
  [class*='isstop_visual'],
  [class*='board_list'] {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .top_issue_box .paging_btn {
    right: 34px;
  }

  /* 배너 - 20240502 */
  /* .banner_wrap::before {left:7%;} */
  .banner_wrap .text,
  .banner_wrap .btn_area {
    left: 25%;
  }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 400px) {
  /* 배너 - 20240502 */
  .banner_wrap::before {
    left: 2%;
  }
  .banner_wrap .text,
  .banner_wrap .btn_area {
    left: 21%;
  }
}

/* Galaxy Fold 이하 */
@media (max-width: 359px) {
  .top_issue_box,
  .issue_years > .top_txt,
  .w3_container,
  [class*='isstop_visual'],
  [class*='board_list'] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .top_issue_box .paging_btn {
    right: 24px;
  }

  /* 배너 - 20240502 */
  .banner_wrap {
    height: 60px;
  }
  .banner_wrap::before {
    top: 13px;
    left: 5%;
    width: 70px;
    height: 70px;
  }
  .banner_wrap .text,
  .banner_wrap .btn_area {
    left: 23%;
  }
  .banner_wrap .text {
    top: 11px;
  }
  .banner_wrap .text p {
    font-size: 16px;
    /* letter-spacing: -1.3px; */
  }
  .banner_wrap .btn_area {
    top: 30px;
    font-size: 13px;
  }
}
