.news-detail-page {
  background-color: #f3f6f7 !important;
}
.news-detail-page .contents-area {
  padding-bottom: 0;
}

.news-detail-contents {
  background-color: #ffffff;
}
.news-detail-contents .banner {
  position: relative;
  overflow: hidden;
  background-color: #f3f6f7;
}
.news-detail-contents .banner .inner {
  padding: 24px 0 24px 72px !important;
  position: relative;
  z-index: 2;
}
.news-detail-contents .banner .breadcrumb {
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #231815;
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.news-detail-contents .banner .breadcrumb::-webkit-scrollbar {
  display: none;
}
.news-detail-contents .banner .breadcrumb a {
  flex-shrink: 0;
  text-decoration: none;
  color: #231815;
  transition: color 0.3s ease-out;
}
.news-detail-contents .banner .breadcrumb a:hover {
  color: #527081;
}
.news-detail-contents .banner .breadcrumb img {
  width: auto;
  height: 12px;
  flex-shrink: 0;
}
.news-detail-contents .banner .breadcrumb .current {
  color: #5a677d;
  white-space: nowrap;
}
.news-detail-contents .content-detail {
  background-color: #ffffff;
}
.news-detail-contents .content-detail .inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 72px;
}
.news-detail-contents .news-detail-container {
  padding: 0 72px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.news-detail-contents .news-detail-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.news-detail-contents .news-detail-published-at {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #5A677D;
  line-height: 17px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.03em;
}
.news-detail-contents .news-detail-published-at img {
  width: 18px;
  height: 18px;
}
.news-detail-contents .news-detail-categories-tags-and-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.news-detail-contents .news-detail-categories-and-tags {
  display: flex;
  align-items: center;
  gap: 16px;
}
.news-detail-contents .news-detail-categories-and-tags .news-detail-categories {
  line-height: 27px;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 8px;
  flex-wrap: wrap;
}
.news-detail-contents .news-detail-categories-and-tags .news-detail-categories a {
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #B9540F;
  line-height: 18px;
  letter-spacing: 0.03em;
  border-radius: 1000px;
  border: 1px solid #B9540F;
  background-color: #ffffff;
  padding: 4px 12px;
  transition: background-color 0.3s ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}
.news-detail-contents .news-detail-categories-and-tags .news-detail-categories a:hover {
  background-color: #FFF3E8;
}
.news-detail-contents .news-detail-categories-and-tags .news-detail-categories a.is-news-release, .news-detail-contents .news-detail-categories-and-tags .news-detail-categories a.news-release, .news-detail-contents .news-detail-categories-and-tags .news-detail-categories a.new_release {
  border-color: #0053A6;
  color: #0053A6;
  background-color: #ffffff;
}
.news-detail-contents .news-detail-categories-and-tags .news-detail-categories a.is-news-release:hover, .news-detail-contents .news-detail-categories-and-tags .news-detail-categories a.news-release:hover, .news-detail-contents .news-detail-categories-and-tags .news-detail-categories a.new_release:hover {
  background-color: #E6F3FF;
}
.news-detail-contents .news-detail-categories-and-tags .news-detail-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.news-detail-contents .news-detail-categories-and-tags .news-detail-tags a {
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #231815;
  line-height: 18px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.3s ease-out;
}
.news-detail-contents .news-detail-categories-and-tags .news-detail-tags a:hover {
  color: #527081;
}
.news-detail-contents .magazine-detail-social {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
.news-detail-contents .magazine-detail-social a {
  color: #231815;
}
.news-detail-contents .magazine-detail-social a .hover-icon path {
  transition: fill 0.3s ease-out;
}
.news-detail-contents .magazine-detail-social a:hover .hover-icon path {
  fill: #A9C0CC;
}
.news-detail-contents .magazine-detail-social.news-detail-social-bottom {
  padding: 0 72px;
}
.news-detail-contents .news-detail-title {
  font-size: 32px;
  font-weight: 700;
  color: #0053A6;
  line-height: 42px;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.news-detail-contents .news-detail-image {
  width: 100%;
}
.news-detail-contents .news-detail-image img {
  max-width: 604px;
  margin: 0 auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.news-detail-contents .news-detail-body {
  font-size: 16px;
  font-weight: 400;
  color: #231815;
  line-height: 26px;
  letter-spacing: 0.04em;
  padding: 0 72px;
}
.news-detail-contents .news-detail-body p {
  margin-bottom: 1.5em;
}
.news-detail-contents .news-detail-body a {
  cursor: pointer;
  color: #231815;
  text-decoration: underline;
  transition: color 0.3s ease-out;
}
.news-detail-contents .news-detail-body a:hover {
  color: #0053A6;
}
.news-detail-contents .news-detail-body img {
  max-width: 100% !important;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail-contents .news-related-section {
  background-color: #ffffff;
}
.news-detail-contents .news-related-section .inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 72px;
}
.news-detail-contents .news-related-title {
  font-size: 24px;
  font-weight: 700;
  color: #231815;
  line-height: 34px;
  letter-spacing: 0.02em;
  margin: 0 0 32px;
}
.news-detail-contents .news-related-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #e1eaee;
}
.news-detail-contents .news-related-list a {
  padding: 24px 32px;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #E1EAEE;
  transition: background-color 0.3s ease-out;
}
.news-detail-contents .news-related-list a:hover {
  background-color: #F3F6F7;
}
.news-detail-contents .news-related-list a:hover .news-item .news-item-title {
  color: #5A677D;
}
.news-detail-contents .news-related-list a .news-item {
  display: flex;
  gap: 8px;
}
.news-detail-contents .news-related-list a .news-item .news-item-content {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 280px;
}
.news-detail-contents .news-related-list a .news-item .news-item-content .news-item-date {
  font-size: 14px;
  font-weight: 400;
  color: #527081;
  line-height: 17px;
  white-space: nowrap;
  letter-spacing: 0.03em;
}
.news-detail-contents .news-related-list a .news-item .news-item-content .news-item-types {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 12px;
}
.news-detail-contents .news-related-list a .news-item .news-item-content .news-item-type {
  background-color: #ffffff;
  border: 1px solid #B9540F;
  padding: 4px 12px;
  border-radius: 1000px;
  font-size: 12px;
  font-weight: 500;
  color: #B9540F;
  line-height: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
.news-detail-contents .news-related-list a .news-item .news-item-content .news-item-type:hover {
  background-color: #FFF3E8;
}
.news-detail-contents .news-related-list a .news-item .news-item-content .news-item-type.is-news-release {
  border-color: #0053A6;
  color: #0053A6;
  transition: background-color 0.3s ease-out;
}
.news-detail-contents .news-related-list a .news-item .news-item-content .news-item-type.is-news-release:hover {
  background-color: #E6F3FF;
}
.news-detail-contents .news-related-list a .news-item .news-item-title {
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  line-height: 24px;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  transition: color 0.3s ease-out;
}
.news-detail-contents .news-related-item-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  min-width: 0;
}
.news-detail-contents .news-related-item-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.news-detail-contents .news-related-item-meta time {
  font-size: 13px;
  font-weight: 400;
  color: #527081;
  line-height: 17px;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
}
.news-detail-contents .news-related-item-meta .term-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.news-detail-contents .news-related-item-meta .term-categories span {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 1000px;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid #B9540F;
  color: #B9540F;
}
.news-detail-contents .news-related-item-meta .term-categories span.is-news-release, .news-detail-contents .news-related-item-meta .term-categories span.news-release {
  border-color: #0053A6;
  color: #0053A6;
}
.news-detail-contents .news-related-item-title {
  font-size: 15px;
  font-weight: 500;
  color: #231815;
  line-height: 23px;
  letter-spacing: 0.02em;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-detail-contents .news-related-btn-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .news-detail-contents .banner .inner {
    padding: 24px 0 24px 40px !important;
  }
  .news-detail-contents .content-detail .inner {
    padding: 48px 40px 64px;
  }
  .news-detail-contents .news-detail-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .news-detail-contents .banner .inner {
    padding: 20px 0 20px 24px !important;
  }
  .news-detail-contents .banner .breadcrumb {
    font-size: 11px;
  }
  .news-detail-contents .news-detail-container {
    padding: 0;
    gap: 24px;
  }
  .news-detail-contents .news-detail-container .news-detail-header .news-detail-categories-tags-and-social {
    flex-direction: column;
    gap: 8px;
    align-items: unset;
  }
  .news-detail-contents .news-detail-container .news-detail-header .news-detail-categories-tags-and-social .news-detail-categories-and-tags {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .news-detail-contents .news-detail-image img {
    max-width: 100%;
  }
  .news-detail-contents .news-detail-body {
    padding: 0;
  }
  .news-detail-contents .magazine-detail-social {
    padding: 0;
  }
  .news-detail-contents .magazine-detail-social.news-detail-social-bottom {
    padding: 0;
    margin-bottom: 24px;
  }
  .news-detail-contents .news-related-section {
    padding: 32px 24px;
  }
  .news-detail-contents .news-related-section .inner {
    padding: 0;
  }
  .news-detail-contents .news-related-section .common-header-center {
    margin-bottom: 24px !important;
  }
  .news-detail-contents .news-related-list a {
    padding: 24px 8px;
  }
  .news-detail-contents .news-related-list a .news-item {
    flex-direction: column;
    gap: 8px;
  }
  .news-detail-contents .news-related-list a .news-item .news-item-content {
    gap: 8px;
  }
  .news-detail-contents .news-related-list a .news-item .news-item-title {
    font-size: 14px;
    line-height: 21px;
  }
  .news-detail-contents .content-detail .inner {
    padding: 32px 24px;
  }
  .news-detail-contents .news-detail-title {
    font-size: 24px;
    line-height: 28px;
  }
  .button-common {
    font-size: 14px;
    padding: 12px 24px;
  }
}/*# sourceMappingURL=index.css.map */