.news_cont {
  color: #003856;
  min-height: 100vh;
}

.news_cont__inner {
  margin: 0 auto;
}
@media (max-width: 959px) {
  .news_cont__inner {
    max-width: 83.3vw;
    padding: 60px 0 0;
  }
}
@media (min-width: 960px) {
  .news_cont__inner {
    max-width: 960px;
    padding: 130px 0 0;
    width: 67.7vw;
  }
}

.news_cont__deco {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: itemInOpa 0.5s 0.5s forwards;
          animation: itemInOpa 0.5s 0.5s forwards;
  content: "";
  height: 110%;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}

.news_cont__title {
  -webkit-animation: itemInY 0.8s 0s forwards;
          animation: itemInY 0.8s 0s forwards;
  margin: 0 auto;
  opacity: 0;
  position: relative;
}
@media (max-width: 959px) {
  .news_cont__title {
    width: 115px;
  }
}
@media (min-width: 960px) {
  .news_cont__title {
    width: 243px;
  }
}

.news_cont__backtop {
  position: fixed;
  top: 20px;
  right: 20px;
  -webkit-animation: itemInOpa 0.5s 0.2s forwards;
          animation: itemInOpa 0.5s 0.2s forwards;
  height: 44px;
  opacity: 0;
  transition: all 0.3s 0s ease;
  width: 44px;
}
@media (min-width: 960px) {
  .news_cont__backtop {
    position: fixed;
    top: 32px;
    right: 32px;
    height: 80px;
    width: 80px;
  }
}
.news_cont__backtop:before {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #6E6E6E;
  content: "";
  height: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
}
.news_cont__backtop:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #6E6E6E;
  content: "";
  height: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
}
.news_cont__backtop:hover {
  opacity: 0.5;
  transform: scale(1.25);
}

.news_cont__detail {
  background: #e4f3ff;
  border-radius: 6px;
}

.news_cont__detail__head {
  -webkit-animation: itemInY 0.4s 0.2s forwards;
          animation: itemInY 0.4s 0.2s forwards;
  border-bottom: 1px solid rgba(0, 56, 86, 0.15);
  opacity: 0;
}
@media (max-width: 959px) {
  .news_cont__detail__head {
    margin-top: 45px;
    padding: 20px;
  }
}
@media (min-width: 960px) {
  .news_cont__detail__head {
    margin-top: 55px;
    padding: 40px 47px;
  }
}
.news_cont__detail__head .date {
  background: #003856;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 959px) {
  .news_cont__detail__head .date {
    font-size: 0.9375rem;
    padding: 2px 5px 3px;
  }
}
@media (min-width: 960px) {
  .news_cont__detail__head .date {
    font-size: 1.125rem;
    padding: 2px 5px 3px;
  }
}
.news_cont__detail__head .title {
  font-weight: 600;
}
@media (max-width: 959px) {
  .news_cont__detail__head .title {
    font-size: 1.25rem;
    line-height: 1.3888888889;
  }
}
@media (min-width: 960px) {
  .news_cont__detail__head .title {
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
}

.news_cont__detail__contents {
  -webkit-animation: itemInY 0.4s 0.4s forwards;
          animation: itemInY 0.4s 0.4s forwards;
  opacity: 0;
}
@media (max-width: 959px) {
  .news_cont__detail__contents {
    font-size: 0.875rem;
    line-height: 1.7692307692;
    padding: 20px;
  }
}
@media (min-width: 960px) {
  .news_cont__detail__contents {
    font-size: 1rem;
    line-height: 2;
    padding: 40px 47px;
  }
}
.news_cont__detail__contents a {
  color: #00bee6;
}
.news_cont__detail__contents img {
  max-width: 100%;
}
.news_cont__detail__contents iframe {
  max-width: 100%;
}

.news_cont__bottom {
  text-align: center;
}
@media (max-width: 959px) {
  .news_cont__bottom {
    margin-top: 45px;
  }
}
@media (min-width: 960px) {
  .news_cont__bottom {
    margin-top: 60px;
  }
}

.news_cont__back {
  -webkit-animation: itemInY 0.4s 0.5s forwards;
          animation: itemInY 0.4s 0.5s forwards;
  display: inline-block;
  font-weight: 900;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  text-align: center;
  transition: all 0.2s;
}
@media (max-width: 959px) {
  .news_cont__back {
    font-size: 0.8125rem;
  }
}
@media (min-width: 960px) {
  .news_cont__back {
    font-size: 1rem;
  }
}
.news_cont__back::before, .news_cont__back::after {
  position: absolute;
  top: 50%;
  border-radius: 999px;
  content: "";
  transform: translate(0, -50%);
  transition: all 0.2s;
}
@media (max-width: 959px) {
  .news_cont__back::before, .news_cont__back::after {
    height: 36px;
    left: -45px;
    width: 36px;
  }
}
@media (min-width: 960px) {
  .news_cont__back::before, .news_cont__back::after {
    height: 40px;
    left: -50px;
    width: 40px;
  }
}
.news_cont__back::before {
  background: #003856;
}
.news_cont__back::after {
  background: #fff;
  -webkit-mask: url(../img/common/ico/ico_arw_s_n.svg) no-repeat center/contain;
          mask: url(../img/common/ico/ico_arw_s_n.svg) no-repeat center/contain;
}
@media (min-width: 960px) {
  .news_cont__back::after {
    -webkit-mask: url(../img/common/ico/ico_arw_s_w.svg) no-repeat center/contain;
            mask: url(../img/common/ico/ico_arw_s_w.svg) no-repeat center/contain;
  }
}
@media (min-width: 960px) {
  .news_cont__back:hover::after {
    transform: translate(-5px, -50%);
  }
}
.news_cont__back a {
  display: block;
  height: 100%;
  width: 100%;
}

.news_cont__list {
  color: #003856;
}
@media (max-width: 959px) {
  .news_cont__list {
    margin-top: 45px;
  }
}
@media (min-width: 960px) {
  .news_cont__list {
    margin-top: 55px;
  }
}

.news_cont__item {
  -webkit-animation: itemInY 0.4s 0s forwards;
          animation: itemInY 0.4s 0s forwards;
  background: #e4f3ff;
  border-radius: 6px;
  opacity: 0;
}
.news_cont__item:nth-child(1) {
  -webkit-animation-delay: 0.82s !important;
          animation-delay: 0.82s !important;
}
.news_cont__item:nth-child(2) {
  -webkit-animation-delay: 0.94s !important;
          animation-delay: 0.94s !important;
}
.news_cont__item:nth-child(3) {
  -webkit-animation-delay: 1.06s !important;
          animation-delay: 1.06s !important;
}
.news_cont__item:nth-child(4) {
  -webkit-animation-delay: 1.18s !important;
          animation-delay: 1.18s !important;
}
.news_cont__item:nth-child(5) {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}
.news_cont__item:nth-child(6) {
  -webkit-animation-delay: 1.42s !important;
          animation-delay: 1.42s !important;
}
.news_cont__item:nth-child(7) {
  -webkit-animation-delay: 1.54s !important;
          animation-delay: 1.54s !important;
}
.news_cont__item:nth-child(8) {
  -webkit-animation-delay: 1.66s !important;
          animation-delay: 1.66s !important;
}
.news_cont__item:nth-child(9) {
  -webkit-animation-delay: 1.78s !important;
          animation-delay: 1.78s !important;
}
.news_cont__item:nth-child(10) {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}
.news_cont__item:nth-child(11) {
  -webkit-animation-delay: 2.02s !important;
          animation-delay: 2.02s !important;
}
.news_cont__item:nth-child(12) {
  -webkit-animation-delay: 2.14s !important;
          animation-delay: 2.14s !important;
}
.news_cont__item:nth-child(13) {
  -webkit-animation-delay: 2.26s !important;
          animation-delay: 2.26s !important;
}
.news_cont__item:nth-child(14) {
  -webkit-animation-delay: 2.38s !important;
          animation-delay: 2.38s !important;
}
.news_cont__item:nth-child(15) {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}
@media (max-width: 959px) {
  .news_cont__item + .news_cont__item {
    margin-top: 4px;
  }
}
@media (min-width: 960px) {
  .news_cont__item + .news_cont__item {
    margin-top: 10px;
  }
}
.news_cont__item .link {
  display: block;
  position: relative;
  transition: all 0.2s;
}
@media (max-width: 959px) {
  .news_cont__item .link {
    padding: 15px 40px 15px 15px;
  }
}
@media (min-width: 960px) {
  .news_cont__item .link {
    padding: 30px 50px 30px 24px;
  }
}
.news_cont__item .link::after {
  position: absolute;
  top: 50%;
  right: 0;
  border: 2px solid #003856;
  border-left: 0;
  border-bottom: 0;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s;
}
@media (max-width: 959px) {
  .news_cont__item .link::after {
    right: 15px;
    height: 9px;
    width: 9px;
  }
}
@media (min-width: 960px) {
  .news_cont__item .link::after {
    right: 20px;
    height: 9px;
    width: 9px;
  }
}
@media (min-width: 960px) {
  .news_cont__item .link:hover {
    border-radius: 6px;
    background: #c2e4ff;
  }
}
@media (min-width: 960px) {
  .news_cont__item .link:hover::after {
    right: 15px;
  }
}
@media (min-width: 960px) {
  .news_cont__item .row {
    align-items: center;
    display: flex;
  }
}
.news_cont__item .date {
  font-weight: 600;
  color: #809CAB;
}
@media (max-width: 959px) {
  .news_cont__item .date {
    font-size: 0.75rem;
  }
}
@media (min-width: 960px) {
  .news_cont__item .date {
    font-size: 1rem;
    min-width: 150px;
  }
}
.news_cont__item .title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 900;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 959px) {
  .news_cont__item .title {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
  }
}
@media (min-width: 960px) {
  .news_cont__item .title {
    font-size: 1rem;
    line-height: 1.7777777778;
  }
}

.news_cont__paging {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 959px) {
  .news_cont__paging {
    gap: 0 10px;
    margin-top: 45px;
  }
}
@media (min-width: 960px) {
  .news_cont__paging {
    gap: 0 15px;
    margin-top: 80px;
  }
}

.news_cont__paging__item {
  border-radius: 50%;
  border: 1px solid #003856;
}
@media (max-width: 959px) {
  .news_cont__paging__item {
    height: 36px;
    width: 36px;
  }
}
@media (min-width: 960px) {
  .news_cont__paging__item {
    height: 40px;
    width: 40px;
  }
}
.news_cont__paging__item.-num {
  font-weight: 700;
  position: relative;
}
@media (max-width: 959px) {
  .news_cont__paging__item.-num {
    font-size: 0.9375rem;
    line-height: 34px;
  }
}
@media (min-width: 960px) {
  .news_cont__paging__item.-num {
    font-size: 1.25rem;
    line-height: 40px;
  }
}
.news_cont__paging__item.-num.-active {
  pointer-events: none;
  background: #003856;
  color: #fff;
}
.news_cont__paging__item.-prev, .news_cont__paging__item.-next {
  display: block;
  border-radius: 50%;
  position: relative;
}
.news_cont__paging__item.-prev::after, .news_cont__paging__item.-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #003856;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
  border-left: none;
  border-bottom: none;
  height: 7px;
  width: 7px;
}
.news_cont__paging__item.-prev.-disable, .news_cont__paging__item.-next.-disable {
  opacity: 0.5;
  pointer-events: none;
}
.news_cont__paging__item.-prev {
  transform: scaleX(-1);
}
.news_cont__paging__item a {
  display: block;
  height: 100%;
  width: 100%;
}

.news_cont__paging__numwrap {
  gap: 0 10px;
  display: flex;
}