.container.section-page {
  margin-top: 30px;
}
.container.section-page .section-header-wrap {
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}
.container.section-page .section-header-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 3px;
  background: #000;
}
.container.section-page .section-header-wrap .section-title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: -0.84px;
  margin-bottom: 14px;
}
.container.section-page .section-header-wrap .sub-sections {
  margin-bottom: 0;
  text-align: center;
}
.container.section-page .section-header-wrap .sub-sections li {
  display: inline-block;
  margin-right: 0;
  padding-top: 10px;
}
.container.section-page .section-header-wrap .sub-sections li:not(:last-child) {
  margin-right: 32px;
  position: relative;
}
.container.section-page .section-header-wrap .sub-sections li a {
  color: #000;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.54px;
  text-decoration: none;
}
.container.section-page .section-header-wrap .sub-sections li a:hover {
  color: #000;
}
.container.section-page .section-header-wrap .sub-sections li .active {
  color: #4177BF;
}
.container.section-page .main-content-wrap .content-left {
  padding-right: 40px;
}
.container.section-page .main-content-wrap .content-left .section-news-list {
  margin-bottom: 0px;
}
.container.section-page .main-content-wrap .content-left .section-news-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.container.section-page .main-content-wrap .content-left .section-news-list .news-item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.container.section-page .main-content-wrap .content-left .section-news-list .news-item:first-child {
  padding-top: 0;
}
.container.section-page .main-content-wrap .content-left .section-news-list .news-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.container.section-page .main-content-wrap .content-left .section-news-list .news-item a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}
.container.section-page .main-content-wrap .content-left .section-news-list .news-item a .text-wrap {
  flex-grow: 1;
}
.container.section-page .main-content-wrap .content-left .section-news-list .news-item a .text-wrap .title {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #222;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.48px;
  margin-bottom: 12px;
}
.container.section-page .main-content-wrap .content-left .section-news-list .news-item a .text-wrap .desc {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #666;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
  margin-bottom: 12px;
}
.container.section-page .main-content-wrap .content-left .section-news-list .news-item a .text-wrap .info-line .category {
  color: #777;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}
.container.section-page .main-content-wrap .content-left .section-news-list .news-item a .text-wrap .info-line .divider {
  color: #777;
  font-size: 14px;
  margin: 0 10px;
}
.container.section-page .main-content-wrap .content-left .section-news-list .news-item a .text-wrap .info-line .date {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}
.container.section-page .main-content-wrap .content-left .section-news-list .news-item a .img-wrap {
  width: 240px;
  height: 135px;
  flex-shrink: 0;
  margin-right: 20px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.container.section-page .main-content-wrap .content-left .section-news-list .news-item a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.section-page .main-content-wrap .content-left .section-news-list .news-item a:hover .title {
  text-decoration: none;
}
.container.section-page .main-content-wrap .content-left .section-news-list .ad-item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.container.section-page .main-content-wrap .content-left .section-news-list .ad-item img {
  width: 100%;
  height: 179px;
  display: block;
}
.container.section-page .main-content-wrap .content-left .section-news-list .no-data {
  padding: 60px 0;
  color: #333;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

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