@charset "utf-8";
.news {
      padding-top: 80px;
    padding-bottom: 160px;
}
.news__inner {
  padding: 0 clamp(1.25rem, -14.5rem + 32.81vw, 24.875rem);
}
.news__container {
      padding: 64px clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    box-shadow: 0px 3px 6px rgba(0,0,0,37%);
    border-radius: 10px;
}
.newsDetail-header {
      display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    column-gap: 10px;
    align-items: center;
}
.newsDetailTime {
      font-size: 14px;
    color: #000;
    font-weight: 700;
}
.newsDetailCate {
      font-size: 14px;
    color: #FFF;
    font-weight: 700;
    background-color: #05BC91;
    padding: 8px 16px;
    border-radius: 15px;
    display: inline-block;
    line-height: 1;
    text-align: center;
}
.newsDetailTit {
      margin-top: 14px;
    font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 700;
    padding-bottom: 13px;
    border-bottom: 2px solid #000;
}
.newsDetailImg {
  margin-top: 26px;
}
.newsDetailTxt {
  margin-top: 40px;
}
.newsdetail__bottom {
      margin-top: 74px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
  .news {
        padding-top: 41px;
    padding-bottom: 120px;
  }
  .news__container {
    padding: 31px 19px 80px;
  }
  .newsDetailTit {
        margin-top: 10px;
    font-size: 16px;
    padding-bottom: 10px;
  }
  .newsDetailImg {
    margin-top: 16px;
  }
  .newsDetailTxt {
        margin-top: 20px;
    font-size: 14px;
  }
  .newsdetail__bottom {
    margin-top: 22px;
  }
}