@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tiro+Devanagari+Hindi&display=swap');

#layout-main {display: flex; flex: 0 1 auto; flex-flow: row wrap; justify-content: center; max-width: 1280px; min-height: calc(100vh - 100px); margin: 0 auto; padding-top: 40px; padding-bottom: 80px; box-sizing: border-box;}
#container-area {flex-basis: 100%; max-width: 100%;}
#right-rail {flex-basis: 100%; max-width: 100%;}
.iframe-box {display: none;}
.iframe-box .most-read-tit {font-size: 16px; padding-bottom: 12px; color: #222; font-family: "ChosunMGothicBold",sans-serif;}
.banner-box {display: block; width: 100%; font-size: 0;}
.banner-box a {display: inline-block; width: 100%;}
.banner-box img {display: block; width: 100%;}
.ad-box {padding-bottom: 16px; text-align: center;}
.ad-box.pc {display: none;}
.ad-box.m {display: none;}

.alc_desktop{display: block !important;}
.alc_ly_t{display: none !important;}
.alc_mobile{display: none !important;}

.alc_board_banner{width: 100%; height: 104px; background: #eaeaea; font-family: 'Noto Sans KR';}
.alc_board_banner .inner{padding: 0 0 0 20px; display: flex; flex-direction: column; justify-content: center; width: 100%; height: 100%; position: relative; box-sizing: border-box;}
.alc_board_banner .inner .bg{position: absolute; right: 0; top: 0; width: 263px; height: 104px;}
.alc_board_banner .inner .bg img{width: 100%; display: block; line-height: 0;}
.alc_board_banner .title{margin-bottom: 2px; font-size: 26px; font-weight: 400; color: #222; font-family: 'Tiro Devanagari Hindi', serif;}
.alc_board_banner .title strong{font-weight: 400; color: #8c1e2c;}
.alc_board_banner .date{font-size: 18px; color: #707070;}

@media only screen and (min-width: 1024px) {
  #container-area {flex-basis: 100%; max-width: 100%; padding-right: 16px;}
  #right-rail {flex-basis: 25%; max-width: 25%; padding-left: 16px;}
  .iframe-box {display: block; width: 100%; height: 930px;}
  .iframe-box iframe {display: block; border: 0 none;}
  .banner-box {padding-bottom: 16px;}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #layout-main {padding: 24px 36px 80px;}
  #container-area, #right-rail {max-width: 768px;}
  .banner-box {padding-top: 30px;}

  .alc_desktop{display: none !important;}
  .alc_ly_t{display: block !important;}
  .alc_mobile{display: none !important;}

  .alc_board_banner .title{font-size: 22px;}
}

@media only screen and (max-width: 767px) {
  #layout-main {min-height: calc(100vh - 120px); padding: 16px calc((16) * 1px) 56px;}
  .ad-box.m {display: block; padding-top: 16px;}

  .alc_board_banner{height: 140px;}
  .alc_board_banner .inner{padding-left: 10px;}
  .alc_board_banner .bg{display: none;}
  .alc_board_banner .bg.alc_mobile{width: 163px; height: auto;}
  .alc_board_banner .title{margin-bottom: 4px; font-size: 18px; line-height: 25px;}
  .alc_board_banner .date{font-size: 14px;}

  .alc_desktop{display: none !important;}
  .alc_ly_t{display: none !important;}
  .alc_mobile{display: block !important;}
}

/* https://alc.chosun.com/2023/img/alc_board_banner.png */

/* font-family: 'Tiro Devanagari Hindi', serif; */