@charset "utf-8";
.news {
      padding-top: 80px;
    padding-bottom: 160px;
}
.news__inner {
      padding: 0 clamp(2.5rem, -9.833rem + 25.69vw, 21rem);
    padding-right: clamp(2.813rem, -9.313rem + 25.26vw, 21rem);
}
.news__container {
      display: flex;
    column-gap: clamp(2rem, -0.417rem + 5.03vw, 5.625rem);
}
.news__left {
  width: 27%;
}
.news-left-top__header,
.news-left-bottom__header {
      padding: 12px 16px;
    background-color: #C7081C;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 600;
    color: #fff;
}
.google-calendar iframe {
      width: 100%;
    height: 303px;
}
.news-left__bottom {
  margin-top: clamp(1.5rem, 0.5rem + 2.08vw, 3rem);
}
.news-detail__btn {
      padding: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem) 16px;
    padding-left: clamp(1.875rem, 0.875rem + 2.08vw, 3.375rem);
    border: 1px solid #B1B1B1;
    font-weight: 700;
  position: relative;
  transition: all 0.5s;
}
.news-detail__btn::before {
        content: '';
    width: clamp(0.5rem, 0.25rem + 0.52vw, 0.875rem);
    height: clamp(0.5rem, 0.25rem + 0.52vw, 0.875rem);
    border: 0;
    border-bottom: solid 3px #DD0000;
    border-right: solid 3px #DD0000;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 16px;
}
.news-detail__btn:hover {
  color: #DD0000;
}
.news-left__bottom section > article >a {
      font-weight: 700;
    display: block;
    height: 100%;
    width: 100%;
    padding: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem) 16px;
    padding-left: clamp(1.875rem, 0.875rem + 2.08vw, 3.375rem);
    border: 1px solid #B1B1B1;
    border-top: none;
  position: relative;
    transition: all 0.5s;
}
.news-left__bottom section > article >a::before {
        content: '';
    width: clamp(0.5rem, 0.25rem + 0.52vw, 0.875rem);
    height: clamp(0.5rem, 0.25rem + 0.52vw, 0.875rem);
    border: 0;
    border-bottom: solid 3px #DD0000;
    border-right: solid 3px #DD0000;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 16px;
}
.news-left__bottom section > article >a:hover {
  color: #DD0000;
}
.news__right {
  width: 73%;
}
.newsDetail-header {
      display: flex;
    align-items: center;
    column-gap: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
}
.newsDetailTime {
      font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 600;
    color: #C7081C;
}
.newsItemCate {
      font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    padding: 4px 12px;
    background-color: #F8DFE1;
    font-weight: 500;
}
.newsDetailTit {
      margin-top: 24px;
    font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
    font-weight: 500;
    padding-bottom: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    border-bottom: 1px solid #000;
}
.newsDetailImg {
  margin-top: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
}
.newsDetailTxt {
      margin-top: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
    line-height: 2;
    font-weight: 400;
    padding-bottom: clamp(2.5rem, 1.167rem + 2.78vw, 4.5rem);
    border-bottom: 2px solid #000;
}
.news__btn {
      margin-top: clamp(1.875rem, 1.042rem + 1.74vw, 3.125rem);
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(15rem, 13.167rem + 3.82vw, 17.75rem);
    height: clamp(2.5rem, 1.583rem + 1.91vw, 3.875rem);
    background-color: #C7081C;
    border-radius: 77px;
    font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 500;
    color: #Fff;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s;
}
.news__btn:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .news__inner {
    padding: 0 20px;
  }
  .news__container {
        flex-direction: column-reverse;
    row-gap: 40px;
  }
  .news__left {
        width: 100%;
    max-width: 350px;
  }
  .news__right {
    width: 100%;
  }
}