@charset "utf-8";
.news__detail__wrap .sub__sec__heading__wrap time {
  color: var(--main-color);
}

@media (max-width: 767px) {
  .news__detail__wrap .sub__sec__heading {
    margin-bottom: 30px;
  }
  .news__detail__wrap .sub__sec__heading__wrap {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .news__detail__wrap .sub__sec__heading__wrap time {
    font-size: 14px;
  }
  .news__detail__content p + p {
    margin-top: 2.25em;
  }
}

@media (min-width: 768px) {
  .news__detail__wrap .sub__sec__heading {
    margin-bottom: 30px;
  }
  .news__detail__wrap .sub__sec__heading__wrap {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .news__detail__wrap .sub__sec__heading__wrap time {
    font-size: 14px;
  }
  .news__detail__content p + p {
    margin-top: 2.25em;
  }
}