@charset "utf-8";
.pg__fv {
    background-image: url(https://kisatosandworld.com/system_panel/uploads/images/pg-fv-news.png);
}

.news {
      padding-top: 80px;
    padding-bottom: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.news__inner {
  padding: 0 clamp(1.25rem, -13.75rem + 31.25vw, 23.75rem);
}
.news__container section {
      background-color: #fff;
    padding: clamp(2rem, 1.333rem + 1.39vw, 3rem) clamp(1.25rem, -4.083rem + 11.11vw, 9.25rem) clamp(2.5rem, 1.5rem + 2.08vw, 4rem);
}
.newsDetail-header {
      display: flex;
    column-gap: 20px;
    align-items: center;
}
.newsDetailTime,
.newsItemCate {
      font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.newsDetailTit {
      margin-top: 8px;
    font-size: 18px;
    font-weight: 900;
}
.newsDetailImg {
  margin-top: 24px;
}
.newsDetailTxt {
      margin-top: 40px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    line-height: 2;
  word-break: break-all;
}
.news-pdf {
  margin-top: 20px;
}
.newsdetail-btn__text {
      margin-top: 24px;
    font-weight: 900;
    transition: all 0.5s;
}
.newsdetail-btn__text:hover {
  opacity: 0.5;
}

@media (max-width: 389px) {
  .newsDetailTit {
    font-size: 16px;
  }
}