.p-news {
  position: relative;
}

.p-news__title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4d4944;
}

.p-news__list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-news__item {
  display: block;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b3b3b2;
  max-width: 500px;
  margin-inline: auto;
  transition: 0.3s;
}

.p-news__item:hover {
  opacity: 0.7;
}

.p-news__date {
  font-size: 12px;
  color: #4d4944;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Geologica", sans-serif;
}

.p-news__term {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 10px;
}

.p-news__img {
  margin-top: 20px;
  overflow: hidden;
}

.p-news__img img {
  transition: 0.3s;
}

.p-news__item:hover .p-news__img img {
  transform: scale(1.1);
}

.newsDetail {
  position: relative;
}

.newsDetail__body {
  margin-top: 40px;
}

.newsDetail__content {
  background-color: #fff;
  padding: 20px;
}

.newsDetail__title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4d4944;
}

.newsDetail__date {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Geologica", sans-serif;
  color: #b2aca5;
  margin-top: 10px;
}

.newsDetail__img {
  margin-top: 20px;
}

.newsDetail__text {
  margin-top: 40px;
  font-size: 12px;
  line-height: 2;
}

.newsDetail__text a {
  color: #4d4944;
  text-decoration: underline;
  transition: 0.3s;
}

.newsDetail__text a:hover {
  opacity: 0.7;
}

.newsDetail__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}

.newsDetail__btn a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #b2aca5;
  transition: 0.3s;
}

.newsDetail__btn a:hover {
  color: #4d4944;
}

.newsDetail__btn a svg {
  width: 9px;
}

.newsDetail__btn a svg path {
  transition: 0.3s;
}

.newsDetail__btn a:hover svg path {
  fill: #4d4944;
}

.newsDetail__back {
  margin-top: 20px;
  width: 200px;
  margin-inline: auto;
  text-align: center;
}

.newsDetail__back a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  border: 1px solid #b2aca5;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #b2aca5;
  padding: 15px 0;
  transition: 0.3s;
}

.newsDetail__back a:hover {
  border: 1px solid #4d4944;
  color: #4d4944;
}

.newsDetail__back a svg {
  width: 9px;
}

.newsDetail__back a svg path {
  transition: 0.3s;
}

.newsDetail__back a:hover svg path {
  fill: #4d4944;
}

@media screen and (min-width: 1024px) {
  .p-news__title {
    margin-top: 40px;
    font-size: 32px;
  }
  .p-news__list {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-news__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    padding-bottom: 60px;
    gap: 10px;
    max-width: none;
  }
  .p-news__date {
    font-size: 16px;
  }
  .p-news__term {
    font-size: 18px;
    margin-top: 20px;
  }
  .p-news__img {
    max-width: 320px;
    width: 100%;
    margin-top: 0;
  }
  .newsDetail__body {
    margin-top: 80px;
  }
  .newsDetail__content {
    padding: 80px 100px;
  }
  .newsDetail__title {
    font-size: 32px;
  }
  .newsDetail__date {
    font-size: 18px;
    margin-top: 40px;
  }
  .newsDetail__img {
    margin-top: 40px;
  }
  .newsDetail__text {
    margin-top: 80px;
    font-size: 15px;
  }
  .newsDetail__btns {
    margin-top: 60px;
  }
  .newsDetail__btn a {
    font-size: 18px;
  }
  .newsDetail__back {
    margin-top: 40px;
    width: 270px;
  }
  .newsDetail__back a {
    font-size: 18px;
    padding: 20px 0;
  }
}
/*# sourceMappingURL=news.css.map */