@charset "utf-8";
.news {
      padding-top: clamp(4.375rem, 2.292rem + 4.34vw, 7.5rem);
    padding-bottom: 80px;
}
.news__inner {
      padding: 0 clamp(1.25rem, -13.917rem + 31.6vw, 24rem);
    padding-right: clamp(6rem, -6rem + 25vw, 24rem);
}
.news__container section {
      padding: 40px clamp(1.25rem, -1.917rem + 6.6vw, 6rem) 40px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.42);
}
.newsDetail-header {
    display: flex;
    flex-direction: column;
    row-gap: clamp(0.375rem, -0.042rem + 0.87vw, 1rem);
}
.newsDetailTime {
  font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
}
.newsDetailLine {
      width: 48px;
    height: clamp(0.063rem, 0.021rem + 0.09vw, 0.125rem);
    background-color: #000;
}
.newsDetailTit {
    font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 700;
}
.newsDetailImg img {
      margin-top: clamp(2rem, 1.333rem + 1.39vw, 3rem);
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.newsDetailTxt {
      margin-top: clamp(2rem, 1rem + 2.08vw, 3.5rem);
    padding-bottom: 40px;
    border-bottom: 1px solid #A2A2A2;
}
.news__bottom {
      margin-top: clamp(3.75rem, 2.917rem + 1.74vw, 5rem);
    display: flex;
    justify-content: center;
}
.newsdetail__btn {
      border: 1px solid #000;
    padding: clamp(0.438rem, 0.229rem + 0.43vw, 0.75rem) clamp(2.5rem, 1.5rem + 2.08vw, 4rem);
    font-size: 16px;
    font-weight: 700;
    border-radius: 27px;
    line-height: 1.5;
}

@media (max-width: 767px) {
  .news__inner {
    padding-right: 20px;
  }
  .news__container section {
      padding-top: 20px;
    padding-bottom: 20px;
  }
  .newsDetailTxt {
    padding-bottom: 20px;
  }
}