section.news .container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 100px 0 0 0;
}
@media (max-width: 768px) {
  section.news .container {
    padding: 70px 32px;
  }
}
@media (max-width: 768px) {
  section.news .container {
    padding: 70px 28px 0 28px;
  }
}
section.news .container .news_box {
  margin-bottom: 3em;
}
section.news .container .news_box:nth-last-child(1) {
  margin-bottom: 4em;
}
section.news .container .news_box .swiper {
  width: 100%;
  height: auto;
}
section.news .container .news_box .swiper .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
section.news .container .news_box .swiper .swiper-button-next,
section.news .container .news_box .swiper .swiper-button-prev,
section.news .container .news_box .swiper .swiper-pagination {
  color: #fff;
}
@media (max-width: 576px) {
  section.news .container .news_box .br {
    content: "\a";
    white-space: pre;
  }
}
section.news .container .news_box .head {
  font-family: "Noto Sans KR";
  font-weight: 500;
  font-size: 2.18rem;
  line-height: 1.5em;
  padding: 0.4em 0.25em 0em 0;
  letter-spacing: -0.035em;
  color: #6d6ea6;
}
@media (max-width: 576px) {
  section.news .container .news_box .head {
    font-size: 1.9rem;
  }
}
section.news .container .news_box .sub {
  font-family: "Noto Sans KR";
  font-weight: 600;
  font-size: 1.125em;
  line-height: 2em;
  letter-spacing: -0.03em;
  word-wrap: break-word;
}
section.news .container .news_box .body {
  margin-top: 1em;
}
section.news .container .news_box .body p {
  font-family: "Noto Sans KR";
  font-weight: 400;
  font-size: 1.03rem;
  line-height: 2em;
  text-align: justify;
  padding: 0.3em 0 0.9em 0;
  letter-spacing: -0.03em;
}
section.news .container .news_box .siteLink {
  background-color: #8282a8;
  padding: 0.8em 1.5em;
  border-radius: 0.5em;
  color: #fff;
  margin-top: 1em;
  text-align: center;
}
section.news .container .news_box .siteLink:hover {
  background-color: #676791;
  cursor: pointer;
}
section.news .container .news_box .siteLink a:hover {
  color: #fff;
}
section.news .container .news_box .banner-wrapper {
  display: flex;
  max-width: 700px;
  width: 100%;
  gap: 1em;
  margin-top: 1em;
}
section.news .container .news_box .banner-wrapper .insta-banner,
section.news .container .news_box .banner-wrapper .youtube-banner {
  text-align: center;
  color: #fff;
  width: 50%;
  background-color: #415874;
  padding: 1em;
  border-radius: 5em;
}
section.news .container .news_box .banner-wrapper .insta-banner:hover,
section.news .container .news_box .banner-wrapper .youtube-banner:hover {
  background-color: #28394e;
  cursor: pointer;
}
section.news .container .news_colorBox {
  padding: 3.125em;
  background-color: rgb(238, 234, 243);
  position: relative;
  margin-bottom: 3em;
}
@media (max-width: 1200px) {
  section.news .container .news_colorBox {
    padding: 2.5em;
  }
}
@media (max-width: 768px) {
  section.news .container .news_colorBox {
    padding: 2.375em;
  }
}
@media (max-width: 576px) {
  section.news .container .news_colorBox {
    padding: 2.18em;
  }
}
@media (max-width: 576px) {
  section.news .container .news_colorBox .br {
    content: "\a";
    white-space: pre;
  }
}
section.news .container .news_colorBox .head {
  font-family: "Noto Sans KR";
  font-weight: 500;
  font-size: 2.18rem;
  line-height: 1.5em;
  letter-spacing: -0.035em;
  color: #6d6ea6;
}
section.news .container .news_colorBox .sub {
  font-family: "Noto Sans KR";
  font-weight: 600;
  font-size: 1.125em;
  line-height: 2em;
  padding-bottom: 1em;
  letter-spacing: -0.03em;
  word-wrap: break-word;
}
section.news .container .news_colorBox .body p {
  font-family: "Noto Sans KR";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625em;
  text-align: justify;
  padding: 1.3em 0 0 0;
  letter-spacing: -0.03em;
}
section.news .container .news_colorBox .siteLink {
  background-color: #8282a8;
  padding: 0.8em 1.5em;
  border-radius: 0.5em;
  color: #fff;
  margin-top: 2em;
  text-align: center;
}
section.news .container .news_colorBox .siteLink:hover {
  background-color: #676791;
  cursor: pointer;
}
section.news .container .news_colorBox .siteLink a:hover {
  color: #fff;
}
section.news .container .news_photo {
  max-width: 676px;
}
section.news .container .news_photo img {
  width: 100%;
  display: block;
}
section.news .container .member {
  border: 3px solid #b3b4d8;
  margin-top: 3em;
}
section.news .container .member .member-news-wrap {
  width: 100%;
  max-width: 640px;
  display: flex;
  padding: 60px 20px 40px 20px;
}
@media (max-width: 576px) {
  section.news .container .member .member-news-wrap {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
}
section.news .container .member .member-news-wrap .member-title {
  padding-right: 1em;
  margin-right: 1.2em;
  width: 30%;
  display: flex;
  justify-content: flex-end;
  color: #256771;
}
@media (max-width: 576px) {
  section.news .container .member .member-news-wrap .member-title {
    width: 100%;
    justify-content: flex-start;
  }
}
section.news .container .member .member-news-wrap .member-title h2 {
  font-size: 1.3rem;
  font-weight: bold;
  padding-right: 1em;
}
section.news .container .member .member-news-wrap .member-title .member-line {
  width: 1px;
  height: 100px;
  background-color: #8f899d;
}
@media (max-width: 576px) {
  section.news .container .member .member-news-wrap .member-title .member-line {
    height: 30px;
  }
}
section.news .container .member .member-news-wrap .member-news {
  width: auto;
  width: 70%;
}
@media (max-width: 576px) {
  section.news .container .member .member-news-wrap .member-news {
    width: 100%;
  }
}
section.news .container .member .member-news-wrap .member-news .happy-news,
section.news .container .member .member-news-wrap .member-news .sad-news {
  margin-bottom: 2em;
}
section.news .container .member .member-news-wrap .member-news .happy-news .news-tit,
section.news .container .member .member-news-wrap .member-news .sad-news .news-tit {
  color: #fff;
  padding: 5px 4px;
}
section.news .container .member .member-news-wrap .member-news .happy-news .news-tit.happy,
section.news .container .member .member-news-wrap .member-news .sad-news .news-tit.happy {
  background-color: #2796a7;
}
section.news .container .member .member-news-wrap .member-news .happy-news .news-tit.sad,
section.news .container .member .member-news-wrap .member-news .sad-news .news-tit.sad {
  background-color: #415874;
}
section.news .container .member .member-news-wrap .member-news .happy-news .month,
section.news .container .member .member-news-wrap .member-news .sad-news .month {
  font-weight: bold;
  margin-top: 10px;
}
section.news .container .member .member-news-wrap .member-news .happy-news .month {
  color: #2796a7;
}
section.news .container .member .member-news-wrap .member-news .sad-news .month {
  color: #415874;
}
section.news .container .member .line-v {
  width: 100%;
  height: 1px;
  margin: 0.625em 0;
  background-color: rgba(0, 0, 0, 0.2);
}
section.news .container .member .line-v-end {
  width: 20%;
  height: 5px;
  margin: 3em 0;
  background-color: rgba(0, 0, 0, 0.3);
}
section.news .container .table_box,
section.news .container .table_box2 {
  text-align: center;
  margin: 0 auto;
}
section.news .container .table_box table {
  width: 100%;
  max-width: 700px;
  margin-top: 2em;
}
section.news .container .table_box table thead th {
  width: 33%;
  font-family: "Noto Sans KR";
  font-weight: 500;
  line-height: 1.1em;
  font-size: 1rem;
  color: #ffffff;
  padding: 12px;
  text-align: center;
}
section.news .container .table_box table .box_tit {
  background-color: #aeafdc;
}
section.news .container .table_box table tbody tr {
  text-align: center;
}
section.news .container .table_box table tbody tr.left {
  text-align: left;
}
section.news .container .table_box table tbody td.box_body {
  border-bottom: 1px solid #cacada;
  font-family: "Noto Sans KR";
  font-size: 1rem;
  line-height: 1.1em;
  font-weight: 400;
  padding: 12px;
  letter-spacing: -0.7px;
}
section.news .container .table_box table tbody td.box_body:nth-of-type(1) {
  font-weight: 500;
}
section.news .container .table_box table .boxbg_grey {
  background-color: #a3a3cb;
}
section.news .container .table_box table .boxbg_no {
  background-color: #fff;
}
section.news .container .table_box .news_box_tit {
  font-size: 16px;
  background-color: #6d6ea6;
  color: #fff;
  font-family: "Noto Sans KR";
  font-weight: 500;
  text-align: center;
  border-radius: 999px;
  padding: 5px 0;
  margin: 30px 0;
}
section.news .container .table_box2 table {
  width: 100%;
  max-width: 700px;
  margin-top: 2em;
}
section.news .container .table_box2 table thead th {
  font-family: "Noto Sans KR";
  font-weight: 500;
  line-height: 1.1em;
  font-size: 1rem;
  color: #ffffff;
  padding: 12px;
  text-align: center;
}
section.news .container .table_box2 table .box_tit {
  background-color: #aeafdc;
}
section.news .container .table_box2 table tbody tr {
  text-align: center;
}
section.news .container .table_box2 table tbody tr.left {
  text-align: left;
}
section.news .container .table_box2 table tbody td.box_body {
  border-bottom: 1px solid #cacada;
  font-family: "Noto Sans KR";
  font-size: 1rem;
  line-height: 1.1em;
  font-weight: 400;
  padding: 12px;
  letter-spacing: -0.7px;
}
section.news .container .table_box2 table tbody td.box_body:nth-of-type(1) {
  font-weight: 500;
}
section.news .container .table_box2 table .boxbg_grey {
  background-color: #a3a3cb;
}
section.news .container .table_box2 table .boxbg_no {
  background-color: #fff;
}
section.news .container .table_box2 .news_box_tit {
  font-size: 16px;
  background-color: #6d6ea6;
  color: #fff;
  font-family: "Noto Sans KR";
  font-weight: 500;
  text-align: center;
  border-radius: 999px;
  padding: 5px 0;
  margin: 30px 0;
}/*# sourceMappingURL=news_new.css.map */