@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: 24px;
  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%;
}
.alc_board_banner > a {
  text-decoration: none;
}
.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: linear-gradient(92deg, #212021 0.34%, #717171 138.98%);
  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 a {
  border: 1px solid red;
}
.alc_board_banner .inner .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 263px;
  height: 104px;
}
.alc_board_banner .inner .bg img {
  width: 100%;
  height:100%;
  display: block;
  line-height: 0;
}
.alc_board_banner .title {
  margin-bottom: 2px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  /* 141.667% */
  letter-spacing: -0.12px;
  color: #ffffff;
  font-family: 'Noto Sans KR';
}
.alc_board_banner .sub {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-family: 'Noto Sans KR';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
  letter-spacing: -0.1px;
}
.alc_board_banner .title strong {
  font-weight: 400;
  color: #8c1e2c;
}
.alc_notice_date {
  font-size: 18px;
  color: #ffffff;
  font-family: 'Noto Sans KR';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.07px;
  opacity:0.6;
}
@media only screen and (min-width: 1024px) {
  #container-area {
    flex-basis: 75%;
    max-width: 75%;
    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: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
    letter-spacing: -0.1px;
  }
  .alc_board_banner .sub {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    /* 150% */
    letter-spacing: -0.09px;
  }
  .alc_notice_date {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.07px;
  }
}
@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: 204px;
    height: auto;
  }
  .alc_board_banner .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    /* 150% */
    letter-spacing: -0.09px;
  }
  .alc_board_banner .sub {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 19px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.08px;
  }
  .alc_notice_date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.07px;
  }
  .alc_desktop {
    display: none !important;
  }
  .alc_ly_t {
    display: none !important;
  }
  .alc_mobile {
    display: block !important;
  }
}