@font-face {
  font-family: "Jalnan";
  font-weight: normal;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/goodchoice/Jalnan.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/goodchoice/Jalnan.eot?#iefix") format("embedded-opentype"), url("https://cdn.jsdelivr.net/gh/webfontworld/goodchoice/Jalnan.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/webfontworld/goodchoice/Jalnan.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/webfontworld/goodchoice/Jalnan.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "pretendard-light";
  src: url("/fonts/Pretendard-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "pretendard-bold";
  src: url("/fonts/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "NotoSansKr-bold";
  src: url("/fonts/NotoSansKr-Bold.ttf") format("ttf");
  font-weight: 700;
}
@font-face {
  font-family: "NotoSansKr-Medium";
  src: url("/fonts/NotoSansKr-Medium.ttf") format("ttf");
  font-weight: 500;
}
@font-face {
  font-family: "NotoSansKr-Regular";
  src: url("/fonts/NotoSansKr-Regular.ttf") format("ttf");
  font-weight: 400;
}
@font-face {
  font-family: "NotoSansKr-Light";
  src: url("/fonts/NotoSansKr-Light.ttf") format("ttf");
  font-weight: 300;
}
section.page-news {
  max-width: 1920px;
  margin: auto;
}

@media (max-width: 1000px) {
  section.page-news {
    padding: 0;
  }
  section.page-news {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
section.page-news .news {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
}

@media (max-width: 1000px) {
  section.page-news .news {
    padding: 0 60px;
  }
  section.page-news .news {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
section.page-news .news .article-link {
  padding: 0 0 30px;
  font-size: 25px;
  color: #43ccde;
}

section.page-news .news .news-content {
  padding-bottom: 30px;
}

section.page-news .news .news-content.view-2024 .img-pc {
  display: block;
}

section.page-news .news .news-content.view-2024 .img-m {
  display: none;
}

@media (max-width: 1000px) {
  section.page-news .news .news-content.view-2024 > div {
    width: auto !important;
  }
  section.page-news .news .news-content.view-2024 div, section.page-news .news .news-content.view-2024 p {
    font-size: 22px !important;
  }
  section.page-news .news .news-content.view-2024 > div > div > div {
    display: block !important;
  }
  section.page-news .news .news-content.view-2024 img {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
  }
  section.page-news .news .news-content.view-2024 .img-pc {
    display: none;
  }
  section.page-news .news .news-content.view-2024 .img-m {
    display: block;
  }
  section.page-news .news .news-content.view-2024 {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
section.page-news .news .news-info {
  padding: 141px 0 119px;
}

@media (max-width: 1000px) {
  section.page-news .news .news-info {
    padding: 142px 0 120px;
  }
  section.page-news .news .news-info {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
section.page-news .news .news-info .news-list-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 55px;
  margin-top: 66px;
}

@media (max-width: 1000px) {
  section.page-news .news .news-info .news-list-info {
    grid-template-columns: 1fr;
    grid-row-gap: 91px;
  }
  section.page-news .news .news-info .news-list-info {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
section.page-news .news .news-info .news-list-info .news-item .news-icon {
  position: relative;
  width: 380px;
  height: 240px;
}

@media (max-width: 1000px) {
  section.page-news .news .news-info .news-list-info .news-item .news-icon {
    width: 100%;
    height: 409px;
  }
  section.page-news .news .news-info .news-list-info .news-item .news-icon {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
section.page-news .news .news-info .news-list-info .news-item .news-icon img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

section.page-news .news .news-info .news-list-info .news-item .news-icon .news-icon-date-info {
  position: absolute;
  background: white;
  border-top-right-radius: 10px;
  color: #444444;
  left: 0;
  bottom: 0;
  padding: 3px 10px;
  text-align: center;
}

section.page-news .news .news-info .news-list-info .news-item .news-icon .news-icon-date-info .year-month {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 1000px) {
  section.page-news .news .news-info .news-list-info .news-item .news-icon .news-icon-date-info .year-month {
    font-size: 25px;
  }
  section.page-news .news .news-info .news-list-info .news-item .news-icon .news-icon-date-info .year-month {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
section.page-news .news .news-info .news-list-info .news-item .news-icon .news-icon-date-info .date {
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 1000px) {
  section.page-news .news .news-info .news-list-info .news-item .news-icon .news-icon-date-info .date {
    font-size: 52px;
  }
  section.page-news .news .news-info .news-list-info .news-item .news-icon .news-icon-date-info .date {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
section.page-news .news .news-info .news-list-info .news-item .news-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  color: #444444;
}

@media (max-width: 1000px) {
  section.page-news .news .news-info .news-list-info .news-item .news-title p {
    font-size: 36px;
    font-weight: bold;
  }
  section.page-news .news .news-info .news-list-info .news-item .news-title p {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
section.page-news .news .news-info .news-list-info .news-item .news-title:before {
  content: "NEWS";
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.16;
  color: #69d6e5;
  margin: 26px 0 5px;
}

@media (max-width: 1000px) {
  section.page-news .news .news-info .news-list-info .news-item .news-title:before {
    font-size: 30px;
    margin: 28px 0 3px;
  }
  section.page-news .news .news-info .news-list-info .news-item .news-title:before {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
section.page-news .news .news-info .news-more-info {
  text-align: center;
  margin-top: 37px;
}

section.page-news .news .news-info .news-more-info .news-more {
  display: inline-block;
  border: 1px solid #69d6e5;
  border-radius: 32px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  color: #43ccde;
  padding: 20px 93px;
  margin-top: 37px;
}

section.page-news .news .news-detail-info {
  padding: 141px 0 160px;
}

section.page-news .news .news-detail-info .news-detail-content {
  text-align: center;
  margin-top: 56px;
}



/*# sourceMappingURL=news.css.map */
