/* ---------------------------------------
	News
-----------------------------------------*/
.news-top__category {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (width > 1400px) {
  .news-top__category {
    gap: 1.5rem;
  }
}
@media screen and (width <= 1400px) {
  .news-top__category {
    gap: 1.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .news-top__category {
    gap: 2.1333333333vw 4.2666666667vw;
  }
}
.news-top__category li {
  font-weight: var(--font-thin);
  letter-spacing: 0.05em;
}
@media screen and (width > 1400px) {
  .news-top__category li {
    font-size: 1.125rem;
    padding-right: 1.5rem;
  }
}
@media screen and (width <= 1400px) {
  .news-top__category li {
    font-size: 18px;
    font-size: 1.2857142857vw;
    padding-right: 1.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .news-top__category li {
    font-size: 16px;
    font-size: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.news-top__category li:not(:last-child) {
  border-right: #d8d8d8 solid 1px;
}
.news-top__wrapper {
  display: grid;
}
@media screen and (width > 1400px) {
  .news-top__wrapper {
    gap: 3.625rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5rem;
  }
}
@media screen and (width <= 1400px) {
  .news-top__wrapper {
    gap: 4.1428571429vw;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .news-top__wrapper {
    gap: 8.5333333333vw;
    grid-template-columns: 1fr;
    margin-top: 10.6666666667vw;
  }
}

@media screen and (width > 1400px) {
  .news-detail {
    padding-block: 7rem 11.25rem;
  }
}
@media screen and (width <= 1400px) {
  .news-detail {
    padding-block: 8vw 12.8571428571vw;
  }
}
@media screen and (width <= 768px) {
  .news-detail {
    padding-block: 14.9333333333vw;
  }
}
.news-detail__wrapper {
  width: 100%;
  margin-inline: auto;
}
@media screen and (width > 1400px) {
  .news-detail__wrapper {
    max-width: 50rem;
  }
}
@media screen and (width <= 1400px) {
  .news-detail__wrapper {
    max-width: 57.1428571429vw;
  }
}
@media screen and (width <= 768px) {
  .news-detail__wrapper {
    max-width: calc(100% - 17.0666666667vw);
  }
}
.news-detail__head {
  display: grid;
  grid-template-areas: "title date" "title category";
  grid-template-rows: auto auto;
}
@media screen and (width > 1400px) {
  .news-detail__head {
    grid-template-columns: 37.5rem 1fr;
    gap: 0 2.5rem;
  }
}
@media screen and (width <= 1400px) {
  .news-detail__head {
    grid-template-columns: 42.8571428571vw 1fr;
    gap: 0 2.8571428571vw;
  }
}
@media screen and (width <= 768px) {
  .news-detail__head {
    grid-template-areas: "date" "category" "title";
    grid-template-columns: 1fr;
    gap: 2.1333333333vw;
  }
}
.news-detail__heading {
  grid-area: title;
  font-weight: var(--font-bold);
  line-height: 1.33;
}
@media screen and (width > 1400px) {
  .news-detail__heading {
    font-size: 2.25rem;
  }
}
@media screen and (width <= 1400px) {
  .news-detail__heading {
    font-size: 36px;
    font-size: 2.5714285714vw;
  }
}
@media screen and (width <= 768px) {
  .news-detail__heading {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}
.news-detail__date {
  grid-area: date;
  text-align: right;
  font-weight: var(--font-thin);
}
@media screen and (width > 1400px) {
  .news-detail__date {
    font-size: 0.75rem;
  }
}
@media screen and (width <= 1400px) {
  .news-detail__date {
    font-size: 12px;
    font-size: 0.8571428571vw;
  }
}
@media screen and (width <= 768px) {
  .news-detail__date {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.news-detail__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: auto;
}
@media screen and (width > 1400px) {
  .news-detail__category {
    gap: 0.25rem;
  }
}
@media screen and (width <= 1400px) {
  .news-detail__category {
    gap: 0.2857142857vw;
  }
}
@media screen and (width <= 768px) {
  .news-detail__category {
    gap: 1.0666666667vw;
  }
}
.news-detail__category li {
  background-color: var(--cl-bg);
  display: grid;
  place-content: center;
}
@media screen and (width > 1400px) {
  .news-detail__category li {
    font-size: 0.75rem;
    padding: 0.125rem 0.75rem;
  }
}
@media screen and (width <= 1400px) {
  .news-detail__category li {
    font-size: 12px;
    font-size: 0.8571428571vw;
    padding: 0.1428571429vw 0.8571428571vw;
  }
}
@media screen and (width <= 768px) {
  .news-detail__category li {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 0.5333333333vw 3.2vw;
  }
}
@media screen and (width > 1400px) {
  .news-detail__img {
    margin-top: 5rem;
  }
}
@media screen and (width <= 1400px) {
  .news-detail__img {
    margin-top: 5.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .news-detail__img {
    margin-top: 10.6666666667vw;
  }
}
.news-detail__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-detail__text {
  font-weight: var(--font-thin);
}
@media screen and (width > 1400px) {
  .news-detail__text {
    font-size: 1.125rem;
    margin-top: 5rem;
  }
}
@media screen and (width <= 1400px) {
  .news-detail__text {
    font-size: 18px;
    font-size: 1.2857142857vw;
    margin-top: 5.7142857143vw;
  }
}
@media screen and (width <= 768px) {
  .news-detail__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 10.6666666667vw;
  }
}