@charset "utf-8";
.pg-fv__left {
      background-image: none;
    height: clamp(2rem, 0.833rem + 2.43vw, 3.75rem);
}
.breadcrumb__text {
  color: #000;
}
.pg-fv__title {
  display: none;
}
.pg-fv__right {
  display: none;
}

.news {
  padding-top: clamp(3.125rem, 1.875rem + 2.6vw, 5rem);
}
.news__inner {
      padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
    position: relative;
}
.news__deco {
      position: absolute;
    z-index: 10;
    width: clamp(10rem, -2.542rem + 26.13vw, 28.813rem);
    right: 0;
    bottom: -10%;
}
.news__container {
      position: relative;
      background-color: #fff;
    padding: clamp(3.75rem, 2.25rem + 3.13vw, 6rem) clamp(0.813rem, -6.646rem + 15.54vw, 12rem) clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
      display: flex;
    flex-direction: column;
    align-items: center;
}
.newsDetailTit  {
      font-size: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem);
    font-weight: 500;
    padding-left: clamp(1rem, 0.333rem + 1.39vw, 2rem);
    border-left: clamp(0.188rem, -0.021rem + 0.43vw, 0.5rem) solid #000;
    line-height: 1.4;
}
.newsDetail-header {
      margin-top: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    padding-top: 24px;
    border-top: 1px solid #000;
    display: flex;
    column-gap: clamp(0.813rem, 0.688rem + 0.26vw, 1rem);
    align-items: center;
}
.newsDetailTime {
  font-weight: 500;
}
.newsItemCate {
      font-size: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
    font-weight: 400;
    padding: 4px 8px;
    border: 0.5px solid #000;
    white-space: nowrap;
}
.newsDetailImg {
  margin-top: clamp(1.875rem, 1.458rem + 0.87vw, 2.5rem);
}
.newsDetailTxt {
  margin-top: clamp(1.875rem, 1.458rem + 0.87vw, 2.5rem);
  word-break: break-all;
}
.news-pdf {
  margin-top: 20px;
}

.news__bottom {
  margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
}

@media (max-width: 767px) {
  .news__deco {
    width: clamp(8.75rem, 7.457rem + 5.31vw, 10rem);
  }
}