@import url(common.scss);
.container.main-page {
  margin-top: 40px;
}
.container.main-page .main-content-wrap .content-left .headline-section {
  /* Headline layout */
}
.container.main-page .main-content-wrap .content-left .headline-section .main-headline {
  padding-bottom: 40px;
}
.container.main-page .main-content-wrap .content-left .headline-section .main-headline .item:nth-last-child(1) {
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: none;
}
.container.main-page .main-content-wrap .content-left .headline-section .main-headline .item:nth-last-child(1)::after {
  display: none;
}
.container.main-page .main-content-wrap .content-left .headline-section .main-headline .item:nth-last-child(2) {
  margin-bottom: 0;
  border-bottom: none;
}
.container.main-page .main-content-wrap .content-left .headline-section .main-headline .item:nth-last-child(2)::after {
  display: none;
}
.container.main-page .main-content-wrap .content-left .headline-section .main-headline .item {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
}
.container.main-page .main-content-wrap .content-left .headline-section .main-headline .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #DEDEDE;
}
.container.main-page .main-content-wrap .content-left .headline-section .main-headline .item:nth-child(odd)::after {
  left: 0;
  right: 12px;
}
.container.main-page .main-content-wrap .content-left .headline-section .main-headline .item:nth-child(even)::after {
  left: 16px;
  right: 0;
}
.container.main-page .main-content-wrap .content-left .headline-section .main-headline .item .img-wrap {
  width: 158px;
  height: 115px;
  margin-right: 12px;
  flex-shrink: 0;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}
.container.main-page .main-content-wrap .content-left .headline-section .main-headline .item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.main-page .main-content-wrap .content-left .headline-section .main-headline .item .item-info h5 {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -1px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.container.main-page .main-content-wrap .content-left .headline-section .main-headline .item .item-info p {
  overflow: hidden;
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container.main-page .main-content-wrap .content-left .category-section {
  border-top: 2px solid #000;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .main-title {
  margin-bottom: 20px;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .main-title h3 {
  margin-top: 10px;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .main-title span.highlight {
  color: #4177BF;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.44px;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .main-title span {
  color: #000;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.44px;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .category-items {
  padding-right: 0px;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .category-items .item {
  margin-bottom: 40px;
  padding-right: 18px;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .category-items .item:nth-child(3n) {
  padding-right: 0 !important;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .category-items .item .item-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .category-items .item .item-title .title {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.36px;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .category-items .item .item-title img {
  width: 6px;
  height: 10px;
  align-self: center;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .category-items .item .item-title a {
  display: flex;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .category-items .item .img-wrap {
  width: 100%;
  height: 152px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .category-items .item .img-wrap img {
  width: 100%;
  height: 100%;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .category-items .item ul.item-info li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DDDDDD;
  height: 72px;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .category-items .item ul.item-info li a {
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-style: normal;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .category-items .item ul.item-info li.description a {
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.36px;
}
.container.main-page .main-content-wrap .content-left .category-section .main-category .category-items .item ul.item-info li.reference a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.32px;
  border-radius: 0px;
}
.container.main-page .ads-bottom-wrap .ads-bottom {
  overflow: hidden;
  height: 140px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #EEE;
  display: flex;
  margin-bottom: 20px;
}

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