.page-title .page-title-txt {
  width: 50%;
  max-width: 550px;
  left: 50%;
}
@media screen and (max-width: 1440px) {
  .page-title .page-title-txt {
    max-width: 38.194vw;
  }
}
@media screen and (max-width: 768px) {
  .page-title .page-title-txt {
    max-width: 45.349vw;
  }
}
.page-title .page-title-txt span {
  color: #000;
}

.sec01 {
  padding: 0 0 100px;
  margin-top: 70px;
}
@media screen and (max-width: 1440px) {
  .sec01 {
    padding: 0 0 6.944vw;
    margin-top: 4.861vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 0 4.651vw 11.628vw;
    margin-top: 8.14vw;
  }
}
.sec01 .inner {
  max-width: 1200px;
  padding: 60px 50px;
  background-color: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 1440px) {
  .sec01 .inner {
    max-width: 83.333vw;
    padding: 4.167vw 3.472vw;
    border-radius: 2.778vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .inner {
    max-width: 100%;
    padding: 6.977vw 3.488vw;
    border-radius: 4.651vw;
  }
}
.news-cate {
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .news-cate {
    margin-bottom: 3.472vw;
  }
}
@media screen and (max-width: 768px) {
  .news-cate {
    margin-bottom: 5.349vw;
  }
}
.news-cate ul {
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}
@media screen and (max-width: 1440px) {
  .news-cate ul {
    gap: 1.944vw;
  }
}
@media screen and (max-width: 768px) {
  .news-cate ul {
    gap: 2.093vw 4%;
  }
}
.news-cate ul li {
  min-width: 154px;
}
@media screen and (max-width: 1440px) {
  .news-cate ul li {
    min-width: 10.694vw;
  }
}
@media screen and (max-width: 768px) {
  .news-cate ul li {
    width: 48%;
    min-width: 0;
    max-width: 20.465vw;
  }
}
.news-cate ul li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.1111111111;
  text-align: center;
  color: #ADADAD;
  border: 1px solid #ADADAD;
  border-radius: 20px;
  padding: 0 1em;
}
@media screen and (max-width: 1440px) {
  .news-cate ul li a {
    font-size: 1.25vw;
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .news-cate ul li a {
    font-size: 2.093vw;
    line-height: 5.349vw;
    border-radius: 2.791vw;
  }
}
.news-cate ul li a:hover {
  color: #01528A;
  border-color: #01528A;
}
.news-cate ul li.current a {
  color: #01528A;
  border-color: #01528A;
}

.news-list {
  width: 100%;
}
.news-list ul {
  justify-content: flex-start;
  gap: 30px 2.9%;
}
@media screen and (max-width: 1440px) {
  .news-list ul {
    gap: 2.083vw 2.9%;
  }
}
@media screen and (max-width: 768px) {
  .news-list ul {
    gap: 6.977vw 4%;
  }
}
.news-list ul li {
  width: 31.4%;
  max-width: 345px;
}
@media screen and (max-width: 1440px) {
  .news-list ul li {
    max-width: 23.958vw;
  }
}
@media screen and (max-width: 768px) {
  .news-list ul li {
    width: 48%;
    max-width: 100%;
  }
}
.news-list ul li a {
  display: block;
}
.news-list ul li a figure {
  width: 100%;
  height: 221px;
  text-align: center;
  margin-bottom: 17px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .news-list ul li a figure {
    height: 15.347vw;
    margin-bottom: 1.181vw;
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .news-list ul li a figure {
    height: 25.581vw;
    margin-bottom: 3.488vw;
    border-radius: 2.326vw;
  }
}
.news-list ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list ul li a .txt-box {
  width: 100%;
}
.news-list ul li a .date-box {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .news-list ul li a .date-box {
    margin-bottom: 1.042vw;
  }
}
@media screen and (max-width: 768px) {
  .news-list ul li a .date-box {
    margin-bottom: 2.326vw;
  }
}
.news-list ul li a .date-box .date {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8125;
  color: #01528A;
}
@media screen and (max-width: 1440px) {
  .news-list ul li a .date-box .date {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .news-list ul li a .date-box .date {
    font-size: 2.791vw;
    line-height: 5.581vw;
  }
}
.news-list ul li a .date-box .cat {
  font-size: 15px;
  font-weight: bold;
  line-height: 27px;
  line-height: 1.6875;
  color: #01528A;
  border: 1px solid #01528A;
  border-radius: 14px;
  padding: 0 1em;
}
@media screen and (max-width: 1440px) {
  .news-list ul li a .date-box .cat {
    font-size: 1.042vw;
    border-radius: 0.972vw;
  }
}
@media screen and (max-width: 768px) {
  .news-list ul li a .date-box .cat {
    font-size: 2.326vw;
    line-height: 5.116vw;
    border-radius: 2.791vw;
  }
}
.news-list ul li a .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news-list ul li a .title {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .news-list ul li a .title {
    font-size: 3.256vw;
    line-height: 1.7857142857;
  }
}
.news-list ul li a:hover figure img {
  transform: scale(1.1);
}
.news-list ul li a:hover .txt-box {
  opacity: 0.6;
}

.pagination-wrap {
  width: 100%;
  position: relative;
  padding: 0 100px 20px;
  margin: 90px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .pagination-wrap {
    padding: 0 6.944vw 1.389vw;
    margin: 6.25vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pagination-wrap {
    padding: 0 4.651vw 13.953vw;
    margin: 18.605vw 0 0;
  }
}
.pagination-wrap .page-numbers {
  display: block;
  padding: 0 0.88em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #271C0C;
  opacity: 0.6;
}
@media screen and (max-width: 1440px) {
  .pagination-wrap .page-numbers {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .pagination-wrap .page-numbers {
    font-size: 3.023vw;
  }
}
.pagination-wrap .page-numbers span {
  position: relative;
}
.pagination-wrap .page-numbers span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: 0.3s opacity;
}
.pagination-wrap .page-numbers:hover {
  opacity: 1;
}
.pagination-wrap .page-numbers:hover span:before {
  opacity: 1;
}
.pagination-wrap .page-numbers.current {
  pointer-events: none;
  opacity: 1;
}
.pagination-wrap .page-numbers.current:before {
  display: none;
}
.pagination-wrap .page-numbers.dots {
  pointer-events: none;
}
.pagination-wrap .page-numbers.prev, .pagination-wrap .page-numbers.next {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #271C0C;
  opacity: 1;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1440px) {
  .pagination-wrap .page-numbers.prev, .pagination-wrap .page-numbers.next {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .pagination-wrap .page-numbers.prev, .pagination-wrap .page-numbers.next {
    font-size: 2.791vw;
    top: 11.628vw;
  }
}
.pagination-wrap .page-numbers.prev span:before, .pagination-wrap .page-numbers.next span:before {
  display: none;
}
.pagination-wrap .page-numbers.prev:before, .pagination-wrap .page-numbers.next:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
  background: url("../img/icon-arrow-right.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1440px) {
  .pagination-wrap .page-numbers.prev:before, .pagination-wrap .page-numbers.next:before {
    width: 1.111vw;
    height: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .pagination-wrap .page-numbers.prev:before, .pagination-wrap .page-numbers.next:before {
    width: 2.791vw;
    height: 2.791vw;
  }
}
.pagination-wrap .page-numbers.prev:hover, .pagination-wrap .page-numbers.next:hover {
  opacity: 0.6;
}
.pagination-wrap .page-numbers.prev {
  left: 0;
  padding-left: 43px;
}
@media screen and (max-width: 1440px) {
  .pagination-wrap .page-numbers.prev {
    padding-left: 2.986vw;
  }
}
@media screen and (max-width: 768px) {
  .pagination-wrap .page-numbers.prev {
    padding-left: 4.651vw;
  }
}
.pagination-wrap .page-numbers.prev:before {
  left: 0;
  transform: scale(-1, 1);
}
.pagination-wrap .page-numbers.next {
  right: 0;
  padding-right: 43px;
}
@media screen and (max-width: 1440px) {
  .pagination-wrap .page-numbers.next {
    padding-right: 2.986vw;
  }
}
@media screen and (max-width: 768px) {
  .pagination-wrap .page-numbers.next {
    padding-right: 4.651vw;
  }
}
.pagination-wrap .page-numbers.next:before {
  right: 0;
}

.news-detail {
  max-width: 1033px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .news-detail {
    max-width: 71.736vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail {
    max-width: 100%;
  }
}
.news-detail .news-detail-top {
  padding-bottom: 28px;
  margin-bottom: 42px;
  border-bottom: 1px solid #B9B9B9;
}
@media screen and (max-width: 1440px) {
  .news-detail .news-detail-top {
    padding-bottom: 1.944vw;
    margin-bottom: 2.917vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .news-detail-top {
    padding-bottom: 4.651vw;
    margin-bottom: 4.651vw;
  }
}
.news-detail .news-detail-top .date-box {
  display: flex;
  justify-content: flex-start;
  gap: 26px;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .news-detail .news-detail-top .date-box {
    gap: 1.806vw;
    margin-bottom: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .news-detail-top .date-box {
    gap: 3.023vw;
    margin-bottom: 2.326vw;
  }
}
.news-detail .news-detail-top .date-box .date {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  line-height: 39px;
  color: #01528A;
}
@media screen and (max-width: 1440px) {
  .news-detail .news-detail-top .date-box .date {
    font-size: 1.458vw;
    line-height: 2.708vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .news-detail-top .date-box .date {
    font-size: 3.023vw;
    line-height: 5.581vw;
  }
}
.news-detail .news-detail-top .date-box .cat {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  line-height: 37px;
  color: #01528A;
  border: 1px solid #01528A;
  border-radius: 20px;
  padding: 0 1em;
}
@media screen and (max-width: 1440px) {
  .news-detail .news-detail-top .date-box .cat {
    font-size: 1.319vw;
    line-height: 2.569vw;
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .news-detail-top .date-box .cat {
    font-size: 2.558vw;
    line-height: 5.116vw;
    border-radius: 2.791vw;
  }
}
.news-detail .news-detail-top .news-title {
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .news-detail .news-detail-top .news-title {
    font-size: 2.361vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .news-detail-top .news-title {
    font-size: 4.186vw;
  }
}
.news-detail .news-detail-eyecatch {
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .news-detail .news-detail-eyecatch {
    margin-bottom: 2.778vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .news-detail-eyecatch {
    margin-bottom: 4.651vw;
  }
}
.news-detail .news-detail-eyecatch figure {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .news-detail .news-detail-eyecatch figure {
    border-radius: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .news-detail-eyecatch figure {
    border-radius: 3.488vw;
  }
}
.news-detail .news-detail-eyecatch figure img {
  width: 100%;
}
.news-detail .news-content {
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .news-detail .news-content {
    margin-bottom: 6.944vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .news-content {
    margin-bottom: 11.628vw;
  }
}
.news-detail .news-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .news-detail .news-content p {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .news-content p {
    font-size: 3.256vw;
  }
}
.news-detail .news-content p + p {
  margin-top: 2em;
}
.news-detail .page-pagination {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .news-detail .page-pagination {
    margin-bottom: 2.083vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .page-pagination {
    margin-bottom: 3.488vw;
  }
}
.news-detail .page-pagination .link-btn a {
  display: block;
  border: 1px solid #000;
  border-radius: 23px;
  padding: 9px 1em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5625;
  text-align: center;
  min-width: 124px;
}
@media screen and (max-width: 1440px) {
  .news-detail .page-pagination .link-btn a {
    border-radius: 1.597vw;
    padding: 0.625vw 1em;
    font-size: 1.111vw;
    min-width: 8.611vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .page-pagination .link-btn a {
    border-radius: 3.256vw;
    padding: 1.163vw 1em;
    font-size: 2.326vw;
    line-height: 3.721vw;
    min-width: 17.209vw;
  }
}
.news-detail .page-pagination .link-btn a:hover {
  opacity: 0.6;
}
.news-detail .page-pagination .prev-link, .news-detail .page-pagination .next-link {
  display: block;
  width: fit-content;
  min-width: 138px;
}
@media screen and (max-width: 1440px) {
  .news-detail .page-pagination .prev-link, .news-detail .page-pagination .next-link {
    min-width: 9.583vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .page-pagination .prev-link, .news-detail .page-pagination .next-link {
    min-width: 21.163vw;
  }
}
.news-detail .page-pagination .prev-link a, .news-detail .page-pagination .next-link a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #271C0C;
}
@media screen and (max-width: 1440px) {
  .news-detail .page-pagination .prev-link a, .news-detail .page-pagination .next-link a {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .page-pagination .prev-link a, .news-detail .page-pagination .next-link a {
    font-size: 2.791vw;
  }
}
.news-detail .page-pagination .prev-link a:before, .news-detail .page-pagination .next-link a:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/icon-arrow-right.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .news-detail .page-pagination .prev-link a:before, .news-detail .page-pagination .next-link a:before {
    width: 1.111vw;
    height: 1.111vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .page-pagination .prev-link a:before, .news-detail .page-pagination .next-link a:before {
    width: 2.791vw;
    height: 2.791vw;
  }
}
.news-detail .page-pagination .prev-link a:hover, .news-detail .page-pagination .next-link a:hover {
  opacity: 0.6;
}
.news-detail .page-pagination .prev-link a {
  padding-left: 43px;
}
@media screen and (max-width: 1440px) {
  .news-detail .page-pagination .prev-link a {
    padding-left: 2.986vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .page-pagination .prev-link a {
    padding-left: 4.651vw;
  }
}
.news-detail .page-pagination .prev-link a:before {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.news-detail .page-pagination .next-link a {
  padding-right: 43px;
}
@media screen and (max-width: 1440px) {
  .news-detail .page-pagination .next-link a {
    padding-right: 2.986vw;
  }
}
@media screen and (max-width: 768px) {
  .news-detail .page-pagination .next-link a {
    padding-right: 4.651vw;
  }
}
