@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600;700&display=swap");
.news_index-list {
  width: 58.5651537335vw;
  min-height: 58.5651537335vw;
  margin: 5.8565153734vw auto 0;
  padding-bottom: 10.8345534407vw;
}
@media (max-width: 767px) {
  .news_index-list {
    width: 100%;
    min-height: auto;
    padding: 0 5.3333333333vw 32vw;
  }
}
.news_index-list--more_btn {
  border: none;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 6.8814055637vw;
}
.news_index-list--more_btn:after {
  display: none;
}
@media (max-width: 767px) {
  .news_index-list--more_btn {
    margin-top: 19.2vw;
  }
}
.news_index-list--select {
  display: block;
  width: 11.859443631vw;
  height: 2.9282576867vw;
  margin-left: auto;
  margin-right: 0;
  padding-left: 2.0497803807vw;
  border: none;
  border-radius: 1.4641288433vw;
  background-color: #e3e3e3;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%3E%3Cg%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201398315%22%20transform%3D%22rotate(90%201590%20395)%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20fill%3D%22%23fff%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20transform%3D%22translate(1195%201963)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%230087d0%22%20stroke-width%3D%222%22%20d%3D%22m1203.5%201970.5%204.783%204.027-4.783%203.826%22%20data-name%3D%22%E3%83%91%E3%82%B9%20870221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 1.0248901903vw center;
  background-size: 1.6105417277vw;
  font-size: 1.0248901903vw;
  font-weight: 500;
  appearance: none;
}
@media (max-width: 767px) {
  .news_index-list--select {
    width: 32vw;
    height: 8.5333333333vw;
    margin-top: 10.6666666667vw;
    padding-left: 6.4vw;
    border-radius: 4.2666666667vw;
    background-position: right 3.2vw center;
    background-size: 4.2666666667vw;
    font-size: 3.2vw;
  }
}
.news_index-list--item {
  padding: 2.9282576867vw 0;
  border-bottom: #D9D9D9 1px solid;
}
@media (max-width: 767px) {
  .news_index-list--item {
    padding: 8.5333333333vw 0;
  }
}
.news_index-list--label_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.1713030747vw;
}
@media (max-width: 767px) {
  .news_index-list--label_wrapper {
    gap: 4.2666666667vw;
  }
}
.news_index-list--date {
  font-size: 1.1713030747vw;
  font-weight: bold;
}
@media (max-width: 767px) {
  .news_index-list--date {
    font-size: 3.7333333333vw;
  }
}
.news_index-list--detail_link {
  display: block;
  width: fit-content;
  margin-top: 1.1713030747vw;
  font-size: 1.1713030747vw;
  font-weight: 500;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.news_index-list--detail_link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .news_index-list--detail_link {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}

.news_detail-content {
  width: 58.5651537335vw;
  min-height: 54.1727672035vw;
  margin: 7.3206442167vw auto 0;
}
@media (max-width: 767px) {
  .news_detail-content {
    width: 100%;
    min-height: auto;
    margin-top: 21.3333333333vw;
    padding: 0 5.3333333333vw;
  }
}
.news_detail-content--label_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.1713030747vw;
}
@media (max-width: 767px) {
  .news_detail-content--label_wrapper {
    gap: 4.2666666667vw;
  }
}
.news_detail-content--date {
  font-size: 1.1713030747vw;
  font-weight: bold;
}
@media (max-width: 767px) {
  .news_detail-content--date {
    font-size: 3.7333333333vw;
  }
}
.news_detail-content--title {
  margin-top: 4.6852122987vw;
  font-size: 2.0497803807vw;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .news_detail-content--title {
    margin-top: 10.6666666667vw;
    font-size: 4.8vw;
  }
}
.news_detail-content--content {
  margin-top: 5.270863836vw;
  padding-top: 4.0995607613vw;
  border-top: #EBEBEB 2px solid;
}
@media (max-width: 767px) {
  .news_detail-content--content {
    margin-top: 10.6666666667vw;
    padding-top: 8.5333333333vw;
  }
}
.news_detail-content--content h1 {
  margin-bottom: 2.9282576867vw;
  font-size: 2.0497803807vw;
}
@media (max-width: 767px) {
  .news_detail-content--content h1 {
    margin-bottom: 9.6vw;
    font-size: 6.4vw;
  }
}
.news_detail-content--content h2 {
  margin-bottom: 2.635431918vw;
  font-size: 1.9033674963vw;
}
@media (max-width: 767px) {
  .news_detail-content--content h2 {
    margin-bottom: 8.5333333333vw;
    font-size: 5.8666666667vw;
  }
}
.news_detail-content--content h3 {
  margin-bottom: 2.3426061493vw;
  font-size: 1.756954612vw;
}
@media (max-width: 767px) {
  .news_detail-content--content h3 {
    margin-bottom: 7.4666666667vw;
    font-size: 5.3333333333vw;
  }
}
.news_detail-content--content h4 {
  margin-bottom: 2.0497803807vw;
  font-size: 1.6105417277vw;
}
@media (max-width: 767px) {
  .news_detail-content--content h4 {
    margin-bottom: 6.4vw;
    font-size: 4.8vw;
  }
}
.news_detail-content--content h5 {
  margin-bottom: 1.756954612vw;
  font-size: 1.4641288433vw;
}
@media (max-width: 767px) {
  .news_detail-content--content h5 {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.news_detail-content--content h6 {
  margin-bottom: 1.4641288433vw;
  font-size: 1.317715959vw;
}
@media (max-width: 767px) {
  .news_detail-content--content h6 {
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.news_detail-content--content p, .news_detail-content--content pre {
  margin-bottom: 1.1713030747vw;
  font-size: 1.1713030747vw;
}
@media (max-width: 767px) {
  .news_detail-content--content p, .news_detail-content--content pre {
    margin-bottom: 3.2vw;
    font-size: 3.7333333333vw;
  }
}
.news_detail-content--content a {
  text-decoration: underline;
}
.news_detail-content--content img {
  height: auto;
  margin: 2.9282576867vw auto;
}
@media (max-width: 767px) {
  .news_detail-content--content img {
    margin: 8.5333333333vw auto;
  }
}
.news_detail-content--content hr {
  margin: 4.0995607613vw auto;
}
@media (max-width: 767px) {
  .news_detail-content--content hr {
    margin: 12.8vw auto;
  }
}
.news_detail-content--content > *:last-child {
  margin-bottom: 0;
}
.news_detail-content--back_link {
  display: block;
  margin: 8.78477306vw auto 0;
}
@media (max-width: 767px) {
  .news_detail-content--back_link {
    margin-top: 21.3333333333vw;
  }
}

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