/*------------------------------------------------------------
	Media
------------------------------------------------------------*/
/*------------------------------------------------------------
	Flex Box
------------------------------------------------------------*/
:root {
  --font-pri: "Inter", sans-serif;
  --font-title: "Archivo Condensed", sans-serif;
  --header-index: 99;
  --header-fixed: 3.6rem;
  --header-height: 12rem;
}
@media screen and (max-width: 576px) {
  :root {
    --header-height: 10.2rem;
  }
}
:root {
  --pi-4: 0.4rem;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1024px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --pi-8: 0.4rem;
  }
}

.swiper-navigation {
  top: 50%;
  left: 50%;
  z-index: 5;
  user-select: none;
  position: absolute;
  pointer-events: none;
  display: flex;
  align-items: center;
  width: calc(100% + 15rem);
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1366px) {
  .swiper-navigation {
    width: calc(100% + 2.8rem);
  }
}
@media screen and (max-width: 1200px) {
  .swiper-navigation {
    display: none;
  }
}
.swiper-navigation > * {
  z-index: 5;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  width: 4.8rem;
  height: 4.8rem;
  pointer-events: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #Fafafa;
  border: 0.1rem solid #BD2C20;
}
@media screen and (min-width: 1201px) {
  .swiper-navigation > *:hover {
    background-color: #BD2C20;
  }
  .swiper-navigation > *:hover img {
    filter: unset;
  }
}
.swiper-navigation > * img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(49%) saturate(2482%) hue-rotate(342deg) brightness(99%) contrast(99%);
}
.swiper-navigation .prev {
  left: -8rem;
}
.swiper-navigation .prev img {
  transform: rotate(180deg);
}

.swiper-pagination {
  position: static;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1201px) {
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination-bullet {
  transition: 0.4s ease-in-out;
  background-color: white;
}
.swiper-pagination-bullet-active {
  width: 2.8rem;
  border-radius: 0.8rem;
  background-color: #BD2C20;
}

.swiper-link {
  z-index: 5;
  margin-top: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .swiper-link {
    margin-top: 2.4rem;
  }
}
.swiper-link .swiper-pagination {
  margin: 0;
  display: block;
  width: fit-content;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

ul.page-numbers {
  gap: 0.6rem;
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
ul.page-numbers li {
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.8rem;
}
ul.page-numbers li:has(.current) {
  background-color: #BD2C20;
}
ul.page-numbers li:has(.current) a,
ul.page-numbers li:has(.current) span {
  color: white;
}
@media screen and (min-width: 1201px) {
  ul.page-numbers li:not(:has(.disable)):hover {
    background-color: #BD2C20;
  }
  ul.page-numbers li:not(:has(.disable)):hover a {
    color: white;
  }
  ul.page-numbers li:not(:has(.disable)):hover img {
    filter: brightness(0) invert(1);
  }
}
ul.page-numbers li .disable {
  pointer-events: none;
}
ul.page-numbers li .prev img {
  transform: rotate(90deg);
}
ul.page-numbers li .next img {
  transform: rotate(-90deg);
}
ul.page-numbers li a,
ul.page-numbers li span {
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #656565;
  font-size: 1.4rem;
  line-height: 150%;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.video-splide {
  margin-bottom: 3.2rem;
}
.video-splide .splide__slide {
  padding: 0 0.8rem;
  width: 18.1818181818%;
}
@media screen and (max-width: 1200px) {
  .video-splide .splide__slide {
    width: 22.2222222222%;
  }
}
@media screen and (max-width: 767px) {
  .video-splide .splide__slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 576px) {
  .video-splide .splide__slide {
    width: 50%;
  }
}
.video-splide_img {
  width: 100%;
  position: relative;
}
.video-splide_img .img {
  border-radius: 1.2rem;
  padding-top: 177.5%;
}

.aside-btn {
  top: 50%;
  z-index: 11;
  width: 3.2rem;
  right: 0.5rem;
  position: fixed;
  cursor: pointer;
  padding: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #fff;
  transform: translateY(-50%);
  border: 0.1rem solid #FCC300;
}
@media screen and (min-width: 1201px) {
  .aside-btn {
    display: none;
  }
}
.aside-wrap {
  transition: 0.6s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .aside-wrap {
    top: 10rem;
    position: sticky;
  }
}
@media screen and (max-width: 1200px) {
  .aside-wrap {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 102;
    width: 32rem;
    display: flex;
    height: 100dvh;
    position: fixed;
    flex-direction: column;
    background-color: white;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .aside-wrap {
    width: 28rem;
  }
}
@media screen and (max-width: 1200px) {
  .aside-wrap.is-active {
    transform: none;
  }
}
.aside-close {
  flex-shrink: 0;
  padding: 1.2rem;
  border-bottom: 0.1rem solid #d0d0d0;
}
@media screen and (min-width: 1201px) {
  .aside-close {
    display: none;
  }
}
.aside-close img {
  margin-left: auto;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .aside-block {
    overflow: hidden auto;
  }
}
.aside-cate {
  padding: 2.4rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  background-color: white;
}
@media screen and (min-width: 1201px) {
  .aside-cate {
    border-radius: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .aside-cate {
    padding: 2rem;
  }
}
.aside-cate .title-24 {
  color: #BD2C20;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #f0f0f0;
}
.aside-cate .list .text-16 {
  line-height: 150%;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .aside-cate .list .text-16:hover {
    color: #BD2C20;
  }
}
.aside-cate .list-item {
  width: 100%;
}
.aside-bn {
  height: 40rem;
  position: relative;
}
.aside-bn_bg {
  inset: 0;
  z-index: -1;
  overflow: hidden;
  user-select: none;
  position: absolute;
}
@media screen and (min-width: 1201px) {
  .aside-bn_bg {
    border-radius: 1.2rem;
  }
}
.aside-bn_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aside-bn_pos {
  z-index: 5;
  position: relative;
}
.aside-bn_content {
  padding: 2.8rem;
}
@media screen and (max-width: 1200px) {
  .aside-bn_content {
    padding: 2rem;
  }
}
.aside-bn_content .title-24 {
  font-size: 2.4rem;
  line-height: 133%;
}
.aside-bn_content .btn {
  padding: 1.2rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .aside-bn_content .btn {
    padding: 0.8rem 1.6rem;
  }
}
.aside-bn_content .decor {
  right: -5%;
  width: 100%;
  max-width: 20.5rem;
  position: absolute;
  top: calc(100% + 2rem);
}
@media screen and (max-width: 1200px) {
  .aside-bn_content .decor {
    right: 0;
    top: 100%;
    max-width: 18rem;
  }
}
.aside-bn_content .decor .img {
  padding-top: 134.1463414634%;
  filter: drop-shadow(0 0.8rem 2.4rem rgba(0, 0, 0, 0.5));
}
.aside-recruit {
  padding: 1.6rem;
}
@media screen and (min-width: 1201px) {
  .aside-recruit {
    box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
    border-radius: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .aside-recruit {
    padding: 1.2rem;
  }
}
.aside-recruit > .text-18 {
  line-height: 130%;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #F0F0F0;
}
@media screen and (min-width: 1201px) {
  .aside-recruit_box:hover .img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.aside-recruit_img .img {
  border-radius: 0.4rem;
  padding-top: 72.5806451613%;
}
.aside-recruit_content ul li {
  gap: 0.4rem;
  display: flex;
  align-items: center;
}
.aside-recruit_content ul li img {
  flex-shrink: 0;
  object-fit: contain;
  width: 1.6rem;
  height: 1.6rem;
}
.aside-recruit_content ul li .text-12 {
  line-height: 133%;
}

.article {
  height: 100%;
  padding: 1.6rem;
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 1.2rem;
  background-color: white;
}
@media screen and (min-width: 1201px) {
  .article:hover .img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (max-width: 1024px) {
  .article {
    gap: 1.2rem;
    padding: 1.2rem;
  }
}
.article-img .img {
  border-radius: 0.8rem;
  padding-top: 64.2045454545%;
}
.article-content {
  height: 100%;
}
.article-author {
  flex-wrap: wrap;
  row-gap: var(--pi-16);
  display: flex;
  align-items: center;
  margin: 0 calc(-1 * var(--pi-16));
}
.article-author .item {
  padding: 0 var(--pi-16);
}
.article-author .item:not(:last-child) {
  position: relative;
}
.article-author .item:not(:last-child)::before {
  content: "";
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 1.6rem;
  position: absolute;
  transform: translateY(-50%);
  background-color: #999;
}
.article-author .item-box {
  gap: 0.4rem;
  display: flex;
  align-items: center;
}
.article-author .item-box img {
  flex-shrink: 0;
  object-fit: cover;
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .article-author .item-box img {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.article-author .item-box .text-14 {
  line-height: 140%;
  color: #999;
}
@media screen and (max-width: 1024px) {
  .article-author .item-box .text-14 {
    font-size: 1.2rem;
  }
}
.article-title > * {
  line-height: 140%;
}
.article-title .text-20 {
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .article-title .text-20:hover {
    color: #BD2C20;
  }
}
.article-title .text-20 > * {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.article-title .text-14 {
  color: #656565;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.article .article-link {
  margin-top: auto;
}
@media screen and (min-width: 1201px) {
  .article .view-link {
    margin-top: 0.8rem;
  }
}

.fb {
  margin: 14rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .fb {
    margin: 6rem 0rem;
  }
}
.fb-container {
  margin-left: auto;
  padding-left: 1.6rem;
  width: calc(100vw - (100vw - 124.6rem) / 2);
}
@media screen and (max-width: 1200px) {
  .fb-container {
    width: 100%;
    padding-right: 1.6rem;
  }
}
.fb-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .fb-col {
    width: 100%;
  }
}
.fb-heading {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .fb-heading .title-40 {
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  .fb-heading .title-40 {
    margin: 0 auto;
    max-width: 32rem;
  }
}
.fb-box {
  gap: 1.6rem;
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  border-radius: 1.2rem;
  padding: 1.6rem 1.6rem 1.6rem 3.2rem;
}
@media screen and (max-width: 1200px) {
  .fb-box {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 576px) {
  .fb-box {
    flex-direction: column;
  }
}
.fb-box > * {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .fb-box > * {
    width: 100%;
  }
}
.fb-img {
  cursor: pointer;
}
.fb-img .img {
  padding-top: 100%;
  border-radius: 1.2rem;
}
@media screen and (min-width: 1201px) {
  .fb-img .img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (max-width: 1024px) {
  .fb-content {
    gap: 2.4rem;
  }
}
.fb-user {
  gap: 1.2rem;
  display: flex;
  align-items: center;
}
.fb-user img {
  flex-shrink: 0;
  object-fit: cover;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.fb-user_name {
  width: 100%;
}
.fb-user_name .text-16 {
  line-height: 125%;
}
.fb-user_name .text-14 {
  color: #656565;
  line-height: 140%;
}
.fb-desc .text-14 {
  line-height: 140%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 10;
  -webkit-line-clamp: 10;
}
.fb-video {
  gap: 0.8rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .fb-video {
    font-size: 1.4rem;
  }
}
.fb-video {
  cursor: pointer;
  font-weight: 600;
  user-select: none;
  line-height: 125%;
  width: fit-content;
  color: #BD2C20;
  display: flex;
  align-items: center;
  font-family: var(--font-title);
}
.fb-video img {
  flex-shrink: 0;
  object-fit: contain;
  width: 2.4rem;
  height: 2.4rem;
}
.fb-swiper {
  position: relative;
}
.fb-swiper .swiper {
  padding-block: 4rem;
  margin: -4rem calc(-1 * var(--pi-16));
}
@media screen and (max-width: 1200px) {
  .fb-swiper .swiper-control {
    display: none;
  }
}
.fb-swiper .swiper-slide {
  transition: 0.4s ease-in-out;
  width: 66.6666666667%;
  padding: 0 var(--pi-16);
}
@media screen and (min-width: 1201px) {
  .fb-swiper .swiper-slide {
    opacity: 0.5;
    pointer-events: none;
  }
}
@media screen and (max-width: 991px) {
  .fb-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .fb-swiper .swiper-slide {
    width: 100%;
  }
}
.fb-swiper .swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}
.fb-swiper .swiper-navigation {
  width: 100%;
  gap: 0.8rem;
  position: static;
  transform: unset;
  justify-content: unset;
}

@media screen and (max-width: 1024px) {
  .nwp-col {
    width: 100%;
  }
}
.nwp-heading {
  gap: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nwp-swiper {
  position: relative;
}
.nwp-swiper .swiper {
  margin: 0 calc(-1 * var(--pi-16));
}
.nwp-swiper .swiper-slide {
  padding: 0 var(--pi-16);
}
.nwp-swiper .swiper-navigation {
  width: calc(100% - 4.8rem);
}
.nwp-swiper .swiper-navigation > * {
  width: 4rem;
  height: 4rem;
  border-color: white;
  background-color: transparent;
}
@media screen and (min-width: 1201px) {
  .nwp-swiper .swiper-navigation > *:hover {
    background-color: white;
  }
  .nwp-swiper .swiper-navigation > *:hover img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(49%) saturate(2482%) hue-rotate(342deg) brightness(99%) contrast(99%);
  }
}
.nwp-swiper .swiper-navigation > * img {
  filter: brightness(0) invert(1);
}
.nwp-swiper .swiper-pagination {
  display: none;
}
@media screen and (max-width: 1024px) {
  .nwp-swiper .swiper-pagination {
    display: block;
  }
}
.nwp-video_box {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .nwp-video_box:hover .img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (max-width: 576px) {
  .nwp-video_box {
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
  }
}
.nwp-video_img {
  overflow: hidden;
  position: relative;
  border-radius: 1.2rem;
}
.nwp-video_img::before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
}
.nwp-video_img .img {
  padding-top: 56.25%;
}
.nwp-video_content {
  z-index: 5;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .nwp-video_content {
    max-width: 45.6rem;
  }
}
@media screen and (min-width: 577px) {
  .nwp-video_content {
    left: 0;
    bottom: 0;
    padding: 2.4rem;
    position: absolute;
  }
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
  .nwp-video_content {
    padding: 1.6rem;
  }
}
.nwp-video_content .title-28 {
  line-height: 130%;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .nwp-video_content .title-28:hover {
    color: #FCC300;
  }
}
@media screen and (min-width: 577px) {
  .nwp-video_content .title-28 {
    color: white;
  }
}
@media screen and (min-width: 1025px) {
  .nwp-gallery .nwp-swiper {
    max-height: 45rem;
    padding-right: 2rem;
    overflow: hidden auto;
  }
}
@media screen and (min-width: 1025px) {
  .nwp-gallery .swiper-wrapper {
    flex-wrap: wrap;
    row-gap: 3.2rem;
    transform: unset !important;
  }
}
.nwp-gallery .swiper-slide {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .nwp-gallery .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 576px) {
  .nwp-gallery .swiper-slide {
    width: 50%;
  }
}
.nwp-gallery_img {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 1.2rem;
}
@media screen and (min-width: 1201px) {
  .nwp-gallery_img:hover .img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
  .nwp-gallery_img:hover::before {
    opacity: 0;
  }
}
@media screen and (min-width: 1025px) {
  .nwp-gallery_img::before {
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.4s ease-in-out;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  }
}
.nwp-gallery_img .img {
  padding-top: 74.7252747253%;
}
.nwp-article .swiper {
  padding: 4rem 0;
  margin-block: -4rem;
}
.nwp-article .swiper-slide {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .nwp-article .swiper-slide {
    width: 83.3333333333%;
  }
}
.nwp-article .swiper-pagination {
  display: block;
}
@media screen and (min-width: 1201px) {
  .nwp-article .swiper-pagination {
    margin-top: 5rem;
  }
}
.nwp-exp {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .nwp-exp .view-link {
    left: 0;
    bottom: -4rem;
    position: absolute;
  }
}
@media screen and (max-width: 1024px) {
  .nwp-exp .view-link {
    margin: 2.4rem auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .nwp-exp .js-nwp-exp {
    position: static;
    max-height: 46rem;
    padding-right: 2rem;
    overflow: hidden auto;
  }
}
@media screen and (min-width: 1025px) {
  .nwp-exp .swiper-wrapper {
    row-gap: 2rem;
    flex-wrap: wrap;
    transform: unset !important;
  }
}
.nwp-exp .swiper-slide {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .nwp-exp .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .nwp-exp .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .nwp-exp .swiper-slide {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1025px) {
  .nwp-exp .swiper-slide:not(:last-child) .nwp-exp_box {
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #D9D9D9;
  }
}
.nwp-exp_content > * {
  line-height: 140%;
}
.nwp-exp_content .text-20 {
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .nwp-exp_content .text-20:hover {
    color: #BD2C20;
  }
}
.nwp-exp_content .text-14 {
  color: #656565;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.prd {
  height: 100%;
  padding: 1.6rem;
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 1.6rem;
  background-color: white;
}
@media screen and (min-width: 1201px) {
  .prd:hover .img img {
    transform: translate(-50%, -50%) rotate(8deg) scale(1.05);
  }
}
.prd-img .img {
  padding-top: 100%;
}
.prd-content {
  height: 100%;
}
.prd-content .title-24 {
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .prd-content .title-24:hover {
    color: #BD2C20;
  }
}
.prd-content .title-24 > * {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.prd-content .text-14 {
  line-height: 140%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.prd-action {
  margin-top: auto;
}
.prd-action .btn {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .prd-action .btn {
    margin-top: 1.2rem;
  }
}

.news {
  margin: 7.2rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .news {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 1200px) {
  .news-row {
    --rg: 0;
    --cg: 0;
  }
}
@media screen and (max-width: 1200px) {
  .news-col {
    width: 100%;
  }
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--pi-16));
  margin: 0 calc(-1 * var(--pi-16));
}
.news-item {
  width: 33.3333333333%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 991px) {
  .news-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .news-item {
    width: 100%;
  }
}

.update {
  position: relative;
  margin: 7.2rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .update {
    margin: 6rem 0rem;
  }
}
.update::before {
  content: "";
  left: 0;
  z-index: -1;
  top: -7.2rem;
  width: 47.2rem;
  height: 73.1rem;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/news/nwp-decor1.png");
}
@media screen and (max-width: 992px) {
  .update::before {
    top: 0;
    width: 27.2rem;
    height: 42.1rem;
  }
}
.update-heading .text-16 {
  margin: 0 auto;
  max-width: 80rem;
  line-height: 150%;
  text-align: center;
}

.outs {
  position: relative;
  margin: 14rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .outs {
    margin: 6rem 0rem;
  }
}
.outs::before {
  content: "";
  right: 0;
  z-index: -1;
  bottom: -14rem;
  width: 47.2rem;
  height: 73.1rem;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/news/outs-decor1.png");
}
@media screen and (max-width: 992px) {
  .outs::before {
    bottom: -6rem;
    width: 27.2rem;
    height: 42.1rem;
  }
}
@media screen and (max-width: 576px) {
  .outs-inner {
    gap: 2.4rem;
  }
}
.outs-swiper {
  position: relative;
}
.outs-swiper .swiper {
  padding-block: 4rem;
  margin: -4rem calc(-1 * var(--pi-16));
}
@media screen and (min-width: 1201px) {
  .outs-swiper .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: unset;
    transform: unset !important;
    row-gap: calc(2 * var(--pi-16));
  }
}
.outs-swiper .swiper-slide {
  width: 33.3333333333%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 991px) {
  .outs-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .outs-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 576px) {
  .outs-heading_swiper {
    --pi-8: 0.4rem;
  }
}
.outs-heading_swiper .swiper {
  margin: 0 calc(-1 * var(--pi-8));
}
.outs-heading_swiper .swiper-slide {
  cursor: pointer;
  width: fit-content;
  padding: 0 var(--pi-8);
}
.outs-heading_swiper .swiper-slide.is-active .text-16 {
  color: white;
  border-color: #BD2C20;
  background-color: #BD2C20;
}
.outs-heading_swiper .text-16 {
  transition: 0.4s ease-in-out;
  border-radius: 4rem;
  padding: 0.8rem 1.6rem;
  background-color: transparent;
  border: 0.1rem solid #131313;
}
@media screen and (min-width: 1201px) {
  .outs-heading_swiper .text-16:hover {
    color: white;
    border-color: #BD2C20;
    background-color: #BD2C20;
  }
}
@media screen and (max-width: 576px) {
  .outs-heading_swiper .text-16 {
    font-size: 1.4rem;
    padding: 0.8rem 1.2rem;
  }
}
/*# sourceMappingURL=news.css.map */
