.pagenation {
  margin-top: 9.2rem;
}
@media only screen and (max-width: 640px) {
  .pagenation {
    margin-top: 6.25vw;
    margin-bottom: 31.25vw;
  }
}
.pagenation ul {
  display: flex;
  gap: 4rem;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .pagenation ul {
    gap: 6.25vw;
  }
}
.pagenation ul a {
  color: #000;
  font-family: Inter;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2.4px;
  text-decoration-line: underline;
}
.pagenation ul a.-colorGreen {
  text-decoration-line: none;
  color: #5CB531;
}

@media only screen and (max-width: 640px) {
  .kv__titlearea.-position {
    top: 58%;
  }
}

@media only screen and (max-width: 640px) {
  .news-detail .content {
    margin-bottom: 28.125vw;
  }
}

.news-detail__date {
  color: #000;
  font-family: Inter;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
}

.news-detail__ttl {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 3.6px;
  margin: 0.6rem 0 5.7rem;
}
@media only screen and (max-width: 640px) {
  .news-detail__ttl {
    margin-bottom: 6.25vw;
  }
}

.news-detail__txt {
  color: #000;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.news-detail__pagination {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  margin-top: 11.5rem;
}
@media only screen and (max-width: 640px) {
  .news-detail__pagination {
    margin-top: 7.8125vw;
  }
}
.news-detail__pagination a {
  display: flex;
  align-items: center;
}
.news-detail__pagination a img {
  margin-right: 1.6rem;
  width: 2rem;
  height: 2rem;
}
@media only screen and (max-width: 640px) {
  .news-detail__pagination a img {
    width: 3.125vw;
    height: 3.125vw;
    margin-right: 1.5625vw;
  }
}
.news-detail__pagination a span {
  color: #000;
}
.news-detail__pagination .prev img {
  transform: rotate(180deg);
}
.news-detail__pagination .list img {
  transform: rotate(-90deg);
}
.news-detail__pagination .next a {
  flex-direction: row-reverse;
}
.news-detail__pagination .next a img {
  margin-left: 1.6rem;
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .news-detail__pagination .next a img {
    margin-left: 1.5625vw;
  }
}/*# sourceMappingURL=news.css.map */