@charset "utf-8";
body {
  background-color: #F5F5F5;
}
.news {
      width: clamp(32.5rem, -5.75rem + 79.69vw, 89.875rem);
    margin-left: auto;
    padding-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
  padding-bottom: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.news__inner {
  padding-right: clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
}
.news__container {
      max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.newsDetailTit {
      font-size: clamp(1.25rem, 0.917rem + 0.69vw, 1.75rem);
    font-weight: 500;
}
.newsDetail-header {
      margin-top: clamp(1rem, 0.583rem + 0.87vw, 1.625rem);
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.newsItemCate {
      font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 500;
    color: #fff;
    background-color: #2A60B6;
    text-align: center;
    padding: clamp(0.25rem, 0.167rem + 0.17vw, 0.375rem) 20px;
    min-width: clamp(6.25rem, 3.5rem + 5.73vw, 10.375rem);
    border-radius: 18px;
}
.newsDetailTime {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 500;
    color: #84888D;
}
.newsDetailImg {
  margin-top: clamp(2rem, 0.208rem + 3.73vw, 4.688rem);
}
.newsDetailTxt {
      margin-top: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    font-weight: 500;
    line-height: 1.7;
  word-break: break-all;
}
.news-pdf {
  margin-top: 20px;
}

.news__bottom {
      margin-top: clamp(3.125rem, 1.042rem + 4.34vw, 6.25rem);
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
  .news {
    width: 100%;
  }
  .news__inner {
        padding-left: clamp(1.25rem, -2.337rem + 15.31vw, 5rem);
    padding-right: clamp(1.25rem, -2.337rem + 15.31vw, 5rem);
  }
  .newsDetailTit {
    font-size: clamp(1rem, 0.761rem + 1.02vw, 1.25rem);
  }
}