@charset "utf-8";
.news {
  padding-top: clamp(3.75rem, 1.25rem + 5.21vw, 7.5rem);
   padding-bottom: clamp(5rem, 2.5rem + 5.21vw, 8.75rem);
}
.news__inner {
  padding: 0 clamp(1.25rem, -19.583rem + 43.4vw, 32.5rem);
}
.newsDetail-header {
      display: flex;
    align-items: center;
    column-gap: 20px;
}
.newsDetailTime {
   font-weight: 700;
}
.newsItemCate {
    font-weight: 700;
}
.newsDetailTit {
         margin-top: 20px;
    font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    line-height: 1.5;
    font-weight: 700;
}
.newsDetailImg {
  margin-top: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.newsDetailTxt {
        margin-top: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    font-weight: 500;
    line-height: 1.7;
}
.newsDetailTxt a {
  overflow-wrap: anywhere; 
}
.news-pdf {
      margin-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
}
.newsBtnBox {
      margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.webgene-item-prevPageLink {
      font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    font-weight: 400;
    color: #C60808;
}
.webgene-item-prevPageLink a {
    font-weight: 700;
    transition: all 0.5s;
}
.webgene-item-prevPageLink a:hover {
  opacity: 0.5;
}
.webgene-item-nextPageLink a {
    font-weight: 700;
    transition: all 0.5s;
}
.webgene-item-nextPageLink a:hover {
  opacity: 0.5;
}
.newsdetail__bottom {
      margin-top: clamp(2.5rem, 0.625rem + 3.91vw, 5.313rem);
    display: flex;
    justify-content: center;
}
.newsdetail__btn {
  width: clamp(14.375rem, 7rem + 15.36vw, 25.438rem);
}

@media (max-width: 389px) {
  .newsdetail__btn {
    width: 280px;
  }
}