@charset "utf-8";
.pg-fv__title {
  display: none;
}
.pg-deco1 {
      position: absolute;
    width: clamp(12.5rem, 1.958rem + 21.96vw, 28.313rem);
    top: 120px;
    right: 0;
    z-index: -1;
}
.pg-deco2 {
      position: absolute;
    bottom: 0;
    z-index: -1;
    width: clamp(17.188rem, 6.063rem + 23.18vw, 33.875rem);
}

.news {
  padding: 67px 0 80px 0;
  position: relative;
}
.news__inner {
  padding: 0 clamp(2.5rem, -13.708rem + 33.77vw, 26.813rem);
}

.newsDetail-header {
    display: flex;
    column-gap: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
}
.newsDetailTime {
     font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    font-weight: 400;
    white-space: nowrap;
}
.newsDetailCate {
      font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    background-color: #FDDAE6;
    padding: 2px clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    white-space: nowrap;
}
.newsDetailTit {
      margin-top: 14px;
    font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px dashed #000;
}
.newsDetailImg {
  margin-top: 24px;
}
.newsDetailTxt {
  margin-top: 20px;
      font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    font-weight: 400;
    line-height: 2.5;
}

.newsdetail__bottom {
      margin-top: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
  .news__inner {
    padding: 0 20px;
  }
}