@charset "UTF-8";

.news-article {
  width: 100%;
  padding: var(--sp-spacing-24) 0 var(--sp-spacing-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width: 961px) {
  .news-article {
    padding: var(--sp-spacing-24) 0 var(--sp-spacing-64);
    display: grid;
    grid-template-columns: 800px 240px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 961px) {
  .news-article .news__select-inner {
    grid-column: 1/-1
  }
}

.news-article .news__select-inner .news__sub-head {
  padding: var(--sp-spacing-40) 0 var(--sp-spacing-14)
}

@media (min-width: 961px) {
  .news-article .news__select-inner .news__sub-head {
    padding: var(--sp-spacing-40) 0 var(--sp-spacing-16)
  }
}

@media (min-width: 961px) {
  .news-article .news__aside {
    padding: 0;
    grid-column: 2/3;
    grid-row: 1/2
  }
}

.news-article__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.news-article__hero {
  width: 100%;
  padding-bottom: var(--sp-spacing-32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--sp-spacing-24)
}

.news-article__head {
  font-size: 32px;
  line-height: 125%;
  font-weight: 600;
  font-weight: 500
}

@media (min-width: 961px) {
  .news-article__head {
    font-size: 40px;
    line-height: 100%;
    font-weight: 600
  }
}

.news-article__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--sp-spacing-10)
}

.news-article__category {
  padding: 0 var(--sp-spacing-6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--rd-radius-Lv05);
  background: var(--clr-bg-palegray);
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  color: var(--clr-text-sub)
}

.news-article__date {
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  color: var(--clr-text-sub)
}

.news-article__thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: var(--rd-radius-Lv1);
  overflow: hidden
}

.news-article__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--sp-spacing-24)
}

.news-article__content h2 {
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
  font-weight: 600
}

@media (min-width: 961px) {
  .news-article__content h2 {
    font-size: 32px;
    line-height: 125%;
    font-weight: 600
  }
}

.news-article__content h3 {
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  font-weight: 600
}

@media (min-width: 961px) {
  .news-article__content h3 {
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    font-weight: 600
  }
}

.news-article__content p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: var(--clr-text-sub)
}

.news-article__content ul {
  list-style-type: disc
}

.news-article__content ol {
  list-style-type: decimal
}

.news-article__content ul, .news-article__content ol {
  padding-left: var(--sp-spacing-24)
}

.news-article__content li {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400
}

.news-article__user-engagement {
  width: 100%;
  padding: var(--sp-spacing-40) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--sp-spacing-24)
}

.news-article__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--sp-spacing-10)
}

.news-article__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--sp-spacing-24)
}

.news-article__sns-head {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400
}

.news-article__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--sp-spacing-10)
}

.news-article__sns-button {
  width: 32px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width: 961px) {
  .news-article__sns-button:hover {
    opacity: .7
  }
}

.news-article__sns-button.-facebook {
  background: url(/html/template/default/assets/img/icon_facebook-color.svg) no-repeat center/contain
}

.news-article__sns-button.-whatsapp {
  background: url(/html/template/default/assets/img/icon_whatsapp-color.svg) no-repeat center/contain
}

.news-article__sns-button.-x {
  background: url(/html/template/default/assets/img/icon_x-color.svg) no-repeat center/contain
}

.news-article__sns-button.-link {
  position: relative
}

.news-article__sns-button.-link:before {
  content: "";
  width: 100%;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background: var(--clr-text-sub);
  -webkit-mask: url(/html/template/default/assets/img/icon_link.svg) no-repeat center/contain;
  mask: url(/html/template/default/assets/img/icon_link.svg) no-repeat center/contain
}

.news-article__sns-button.-link:after {
  content: "";
  width: 100%;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background: var(--clr-prime);
  -webkit-mask: url(/html/template/default/assets/img/icon_check-bold.svg) no-repeat center/contain;
  mask: url(/html/template/default/assets/img/icon_check-bold.svg) no-repeat center/contain;
  opacity: 0
}

.news-article__sns-button.-link.-is-copied {
  pointer-events: none
}

.news-article__sns-button.-link.-is-copied:before {
  opacity: 0
}

.news-article__sns-button.-link.-is-copied:after {
  opacity: 1
}

.news-article__hr {
  width: 100%;
  height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--clr-border-middlegray)
}

@media (min-width: 961px) {
  .news-article__hr {
    grid-column: 1/-1
  }
}
