/* news.html
---------------------------------------------------- */
.sec-news-list .news-list {
  padding-top: 5em;
}
@media screen and (max-width: 767px) {
  .sec-news-list .news-list {
    padding-top: 52px;
  }
}

.paging-wrap {
  margin-top: 6em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  .paging-wrap {
    margin-bottom: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .paging-wrap {
    margin-top: 52px;
  }
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging > span {
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  font-size: 1.125em;
  width: 3.75em;
  height: 3.75em;
  color: #103364;
  background-color: #fff;
  border: solid 1px #3966af;
  border-radius: 50%;
  overflow: clip;
  margin: 0 0.4em;
}
@media screen and (max-width: 1199px) {
  .paging > span {
    width: 3.25em;
    height: 3.25em;
  }
}
@media screen and (max-width: 767px) {
  .paging > span {
    font-size: 1em;
  }
}
.paging > span.paging-text a {
  cursor: pointer;
  font-size: 1em;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.24s ease;
}
.paging > span.paging-text a:hover {
  background-color: rgba(57, 102, 175, 0.1);
}
.paging > span.current {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #3966af;
}
.paging > span.paging-prev {
  width: auto;
  background-color: initial;
  border: none;
  margin-right: 1em;
}
.paging > span.paging-prev a {
  color: #222222;
  font-weight: 600;
  font-size: 0.9em;
}
.paging > span.paging-prev a img {
  width: 1.2em;
  height: auto;
  margin-right: 0.6em;
  transform: scaleX(-1);
}
.paging > span.paging-prev a:hover {
  background-color: initial;
  opacity: 0.6;
}
.paging > span.paging-next {
  width: auto;
  background-color: initial;
  border: none;
  margin-left: 1em;
}
.paging > span.paging-next a {
  color: #222222;
  font-weight: 600;
  font-size: 0.9em;
}
.paging > span.paging-next a img {
  width: 1.2em;
  height: auto;
  margin-left: 0.6em;
}
.paging > span.paging-next a:hover {
  background-color: initial;
  opacity: 0.6;
}

/* news-detail
---------------------------------------------------- */
.sec-news-detail .item-ttl h3::before {
  margin-right: 0.6em;
}
.sec-news-detail .sec-content {
  margin-top: 3em;
}
.sec-news-detail .sec-content .item-img {
  position: relative;
  width: min(100%, 720px);
  margin: 0 auto;
  padding-bottom: 4em;
}
@media screen and (max-width: 991px) {
  .sec-news-detail .sec-content .item-img {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-news-detail .sec-content .item-img {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-news-detail .sec-content .item-img .item-slider {
  width: 100%;
  aspect-ratio: 4/3;
  box-shadow: 4px 4px 8px rgba(60, 60, 60, 0.2);
}
.sec-news-detail .sec-content .item-img .item-slider .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.sec-news-detail .sec-content .item-img .item-slider .swiper-wrapper .swiper-slide .swiper-img {
  background-color: #efefef;
  width: 100%;
  height: 100%;
}
.sec-news-detail .sec-content .item-img .item-slider .swiper-wrapper .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.01);
}
.sec-news-detail .sec-content .item-img .swiper-button-next,
.sec-news-detail .sec-content .item-img .swiper-button-prev {
  width: -moz-fit-content;
  width: fit-content;
  --swiper-navigation-color: #3966af;
  padding-bottom: 4em;
}
.sec-news-detail .sec-content .item-img .swiper-button-next::after,
.sec-news-detail .sec-content .item-img .swiper-button-prev::after {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .sec-news-detail .sec-content .item-img .swiper-button-next::after,
  .sec-news-detail .sec-content .item-img .swiper-button-prev::after {
    font-size: 1.375em;
  }
}
.sec-news-detail .sec-content .item-img .swiper-button-next {
  right: -3rem;
}
@media screen and (max-width: 991px) {
  .sec-news-detail .sec-content .item-img .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-news-detail .sec-content .item-img .swiper-button-next {
    right: -4px;
  }
}
.sec-news-detail .sec-content .item-img .swiper-button-prev {
  left: -3rem;
}
@media screen and (max-width: 991px) {
  .sec-news-detail .sec-content .item-img .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-news-detail .sec-content .item-img .swiper-button-prev {
    left: -4px;
  }
}
.sec-news-detail .sec-content .item-img .swiper-pagination {
  bottom: 1em;
}
.sec-news-detail .sec-content .item-img .swiper-pagination-bullet {
  background-color: #222222;
}
.sec-news-detail .sec-content .item-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-news-detail .sec-content .item-content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-news-detail .sec-content .item-content {
    margin-top: 3em;
  }
}
.sec-news-detail .sec-content .item-content .txt-wrap {
  width: 100%;
  font-weight: 400;
}
.sec-news-detail .sec-content .item-content .txt-wrap a {
  display: inline;
}
.sec-news-detail .sec-content .item-content .img-wrap {
  flex-shrink: 0;
  width: 30rem;
  margin-left: 8.75rem;
  box-shadow: 4px 4px 8px rgba(60, 60, 60, 0.2);
}
@media screen and (max-width: 991px) {
  .sec-news-detail .sec-content .item-content .img-wrap {
    width: 100%;
    aspect-ratio: 3/2;
    margin-left: 0;
    margin-top: 3em;
  }
}
.sec-news-detail .sec-content .item-content .img-wrap img {
  width: 100%;
  height: auto;
}
.sec-news-detail .sec-content .item-content:nth-of-type(even) {
  flex-direction: row-reverse;
}
.sec-news-detail .sec-content .item-content:nth-of-type(even) .img-wrap {
  margin-left: 0;
  margin-right: 8.75rem;
}
@media screen and (max-width: 991px) {
  .sec-news-detail .sec-content .item-content:nth-of-type(even) .img-wrap {
    margin-right: 0;
  }
}
.sec-news-detail .sec-content .item-link {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
}
.sec-news-detail .sec-content .item-link .__linkbtn02 {
  margin-right: 1em;
  margin-top: 1em;
}
.sec-news-detail .sec-content .item-link .__linkbtn02 a i {
  margin-right: 1em;
}
.sec-news-detail .sec-content .item-link .__linkbtn02.__pdf a i {
  color: #df2020;
}
.sec-news-detail .sec-content .item-link .__linkbtn02.__word a i {
  color: #206cdf;
}
.sec-news-detail .sec-content .item-link .__linkbtn02.__excel a i {
  color: #009900;
}
.sec-news-detail .back-btn {
  margin-top: 6em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec-news-detail .back-btn {
    margin-top: 52px;
  }
}
.sec-news-detail .back-btn .__linkbtn01 {
  margin: 0 auto;
}
.sec-news-detail .back-btn .__linkbtn01 a {
  cursor: pointer;
}/*# sourceMappingURL=news.css.map */