/*------------------------------------------------------------
	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;
  }
}

.mona-content > * {
  color: #131313;
  line-height: 150%;
}
.mona-content b,
.mona-content strong {
  font-weight: 700;
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  font-weight: 600;
  margin-bottom: 1.6rem;
  font-family: var(--font-title);
}
.mona-content h1 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h1 {
    font-size: 2.1rem;
  }
}
.mona-content h2 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h2 {
    font-size: 2.1rem;
  }
}
.mona-content h3 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h3 {
    font-size: 1.6rem;
  }
}
.mona-content h4 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h4 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h4 {
    font-size: 1.5rem;
  }
}
.mona-content h5 {
  font-size: 1.4rem;
}
.mona-content h6 {
  font-size: 1.2rem;
}
.mona-content p {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .mona-content p {
    font-size: 1.4rem;
  }
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul li {
  position: relative;
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .mona-content ul li {
    font-size: 1.4rem;
  }
}
.mona-content ul li::before {
  content: "";
  left: 0rem;
  top: 0.9rem;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(45deg);
  background-color: #BD2C20;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  height: auto;
  margin: 4rem 0;
  user-select: none;
  border-radius: 0.8rem;
  max-width: 100% !important;
}
@media screen and (max-width: 1200px) {
  .mona-content img,
  .mona-content iframe {
    margin: 2.4rem 0;
  }
}
.mona-content blockquote {
  padding: 2.4rem;
  margin: 2.4rem 0;
  isolation: isolate;
  position: relative;
  border-radius: 0.8rem;
  background-color: rgba(189, 44, 32, 0.05);
}
@media screen and (max-width: 576px) {
  .mona-content blockquote {
    padding: 1.6rem;
    margin: 1.6rem 0;
  }
}
.mona-content blockquote::before {
  content: "";
  top: 0;
  z-index: -1;
  height: 65%;
  left: 2.4rem;
  width: 14.5%;
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/icons/icon-quote.svg");
}
.mona-content blockquote * {
  margin: 0;
  color: #BD2C20;
}
.mona-content blockquote * + * {
  margin-top: 1.6rem;
}
.mona-content blockquote .author-txt {
  gap: 1.2rem;
  display: flex;
  color: #BD2C20;
  align-items: center;
}
.mona-content blockquote .author-txt::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(-45deg);
  background-color: #BD2C20;
}
.mona-content table {
  width: 100%;
  margin: 2.4rem 0;
  overflow: hidden auto;
  border-radius: 1.6rem;
  height: auto !important;
  border-collapse: separate !important;
}
.mona-content table tbody {
  background-color: #fff;
}
.mona-content table tbody tr:first-child td:first-child {
  border-top-left-radius: 2rem;
}
.mona-content table tbody tr:first-child td:last-child {
  border-top-right-radius: 2rem;
}
.mona-content table tbody tr:first-child td:not(:last-child) {
  border-right: 0.1rem solid white;
}
.mona-content table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 2rem;
}
.mona-content table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 2rem;
}
.mona-content table tbody tr:not(:first-child) td:not(:last-child) {
  border-right: 0.1rem solid #f0f0f0;
}
.mona-content table td {
  text-align: left;
  vertical-align: middle;
  background-color: transparent;
}
.mona-content table th {
  color: #111;
  font-weight: 600;
  text-align: left;
}
.mona-content table th,
.mona-content table td {
  padding: 1.2rem 0;
  vertical-align: middle;
  border-bottom: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 576px) {
  .mona-content table th,
  .mona-content table td {
    font-size: 1.2rem;
  }
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}
.mona-content .wp-caption-text {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.mona-content .wp-caption {
  border: 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .mona-content .wp-caption {
    margin-bottom: 2.4rem;
  }
}
.mona-content .wp-caption-text {
  line-height: 140%;
  color: #656565;
  font-size: 1.4rem;
  padding: 1.2rem 0;
  text-align: center;
  margin: 0 !important;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.mona-content .wp-caption.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption.alignnone {
    margin: 2.4rem 0;
  }
}
.mona-content .wp-caption.alignright {
  float: right;
  display: inline;
  margin-bottom: 0;
  margin-left: 1.5rem;
}
.mona-content .wp-caption.aligncenter {
  margin: 2.4rem auto;
}
.mona-content .wp-caption.alignleft {
  float: left;
  display: inline;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.mona-content .wp-caption img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.mona-content a {
  font-weight: 700;
  color: #26A9EA;
  transition: all 0.5s ease;
}
.mona-content a:hover {
  text-decoration: underline;
  color: #FCC300;
}
.mona-content li {
  margin: 1em 0;
}
.mona-content figure {
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
.mona-content figure img {
  margin: 0;
}
.mona-content figcaption {
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}
.mona-content .img-full img {
  width: 100%;
}
.mona-content table {
  width: 100%;
}
.mona-content table td {
  text-align: left;
  vertical-align: middle;
}
.mona-content table th,
.mona-content table td {
  padding: 1.2rem 0;
}
.mona-content table td {
  background-color: transparent;
}
.mona-content table tbody {
  background-color: #fff;
}
.mona-content table th {
  color: #111;
  font-weight: 600;
  text-align: left;
}
.mona-content .table-resp {
  overflow-x: auto;
  margin-bottom: 3rem;
}
.mona-content img.size-full {
  width: 100%;
}
.mona-content img.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content img.alignnone {
    margin: 2.4rem 0;
  }
}
.mona-content img.aligncenter {
  margin: 3.2rem auto;
}
@media screen and (max-width: 576px) {
  .mona-content img.aligncenter {
    margin: 2.4rem auto;
  }
}
.mona-content img.alignright {
  margin-left: auto;
}
.mona-content img.alignleft {
  margin-right: auto;
}
.mona-content .gallery-columns {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .gallery-columns {
    margin: 2.4rem 0;
  }
}
.mona-content .gallery-columns img {
  margin: 0;
}
.mona-content .gallery-columns .gallery-icon {
  width: 100%;
  height: 100%;
}
.mona-content .gallery-columns .gallery-icon a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mona-content .gallery-columns-2 .gallery-item {
  width: calc(50% - 0.8rem) !important;
}
.mona-content .gallery-columns-3 .gallery-item {
  width: calc(33.3333333333% - 1.1rem) !important;
}

.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;
}

.banner {
  position: relative;
  height: calc(100vh - var(--header-height));
}
@media screen and (min-width: 1201px) {
  .banner {
    min-height: 81.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner {
    height: auto;
  }
}
.banner .swiper {
  height: 100%;
}
.banner-main {
  height: 100%;
}
.banner-thumb {
  left: 50%;
  z-index: 5;
  width: 100%;
  bottom: 2.4rem;
  padding: 0 1.6rem;
  position: absolute;
  max-width: 124.6rem;
  transform: translateX(-50%);
}
.banner-thumb .swiper {
  margin: 0 calc(-1 * var(--pi-20));
}
.banner-thumb .swiper-slide {
  cursor: pointer;
  width: 20%;
  padding: 0 var(--pi-20);
}
@media screen and (max-width: 767px) {
  .banner-thumb .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 576px) {
  .banner-thumb .swiper-slide {
    width: 40%;
  }
}
.banner-thumb .swiper-slide-thumb-active .banner-thumb_content::before {
  animation: thumbAni 5s linear forwards;
}
.banner-thumb_content {
  padding-top: 2rem;
  position: relative;
  border-top: 0.2rem solid white;
}
@media screen and (max-width: 767px) {
  .banner-thumb_content {
    padding-top: 1.2rem;
  }
}
.banner-thumb_content::before {
  content: "";
  left: 0;
  width: 0;
  z-index: 5;
  top: -0.2rem;
  height: 0.2rem;
  position: absolute;
  border-radius: 1rem;
  background-color: #BD2C20;
}
.banner-home {
  height: 100%;
  display: flex;
  position: relative;
}
.banner-home::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 1024px) {
  .banner-home::before {
    padding-top: 73.25%;
  }
}
@media screen and (max-width: 576px) {
  .banner-home::before {
    padding-top: 140%;
  }
}
.banner-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.banner-bg img {
  width: 100%;
  height: 100%;
  opacity: 0.1;
  object-fit: cover;
}
.banner-pos {
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner-wrap {
  height: 100%;
}
.banner-row {
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .banner-col {
    width: 100%;
  }
  .banner-col:has(.banner-img) {
    display: none;
  }
}
.banner-img {
  user-select: none;
}
.banner-img .img {
  padding-top: 100%;
}
@media screen and (max-width: 767px) {
  .banner-content {
    gap: 2.4rem;
  }
}
.banner-title .title-56 {
  line-height: 115%;
}
@media screen and (max-width: 767px) {
  .banner-title .title-56 br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .banner-title .title-56 {
    font-size: 2.4rem;
  }
}
.banner-title .text-18 {
  line-height: 150%;
}
@media screen and (max-width: 576px) {
  .banner-title .text-18 {
    font-size: 1.4rem;
  }
}

.hero {
  position: relative;
  margin-top: -4.8rem;
}
.hero-bg {
  inset: 0;
  z-index: -1;
  position: absolute;
}
.hero-bg::before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-pos {
  z-index: 5;
  color: white;
  padding: 22.6rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-pos {
    padding: 15rem 0;
  }
}

.choose {
  position: relative;
  padding: 14rem 0rem 14rem;
}
@media screen and (max-width: 991px) {
  .choose {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .choose {
    padding: 4rem 0rem;
  }
}
.choose:before {
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/blog/rel-bg1.jpg");
}
.choose-main {
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 576px) {
  .choose-main {
    gap: 2.4rem;
  }
}
.choose-swiper {
  position: relative;
}
.choose-swiper .swiper {
  padding-block: 4rem;
  margin: -4rem calc(-1 * var(--pi-16));
}
.choose-swiper .swiper-slide {
  padding: 0 var(--pi-16);
}
.choose-heading {
  gap: 1.2rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .choose-heading {
    text-align: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 450px) {
  .choose-heading .title-40 {
    width: 100%;
    margin: 0 auto;
    max-width: 35rem;
  }
}
.choose-heading .text-16 {
  line-height: 150%;
}
.choose-box {
  gap: 3.2rem;
  padding: 3.2rem;
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  border-radius: 1.6rem;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .choose-box {
    gap: 2.4rem;
    padding: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .choose-box {
    padding: 1.6rem;
    flex-direction: column;
  }
}
.choose-img {
  width: 100%;
  flex-shrink: 0;
  max-width: 35.2rem;
}
@media screen and (max-width: 1024px) {
  .choose-img {
    max-width: 30rem;
  }
}
.choose-img .img {
  padding-top: 126.7045454545%;
}
.choose-title .title {
  gap: 0.8rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.choose-title .title-hot {
  gap: 0.6rem;
  user-select: none;
  width: fit-content;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  padding: 0.8rem 1.6rem;
  background: linear-gradient(74deg, #FCC300 3.53%, #FFEE98 67.5%, #FEEC94 72.14%, #FEE988 76.77%, #FEE475 81.41%, #FDDC59 86.04%, #FDD236 90.68%, #FCC60C 95.31%, #FCC300 96.24%);
}
@media screen and (max-width: 1024px) {
  .choose-title .title-hot {
    padding: 0.4rem 1.2rem;
  }
}
.choose-title .title-hot img {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(22%) sepia(32%) saturate(2220%) hue-rotate(355deg) brightness(92%) contrast(99%);
}
.choose-title .title-hot .text-14 {
  color: #6E2F06;
}
.choose-content {
  width: 100%;
}
.choose-content .desc .text-16 {
  line-height: 150%;
}
.choose-info {
  padding: 2.4rem;
  border-radius: 0.8rem;
  background-color: #fafafa;
}
@media screen and (max-width: 1024px) {
  .choose-info {
    gap: 3.2rem;
    padding: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .choose-info {
    gap: 2.4rem;
  }
}
.choose-info_info .title-28 {
  line-height: 120%;
}
.choose-info_info .info li {
  position: relative;
  padding-left: 1.2rem;
}
.choose-info_info .info li::before {
  content: "";
  left: 0;
  top: 0.8rem;
  border-radius: 50%;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #131313;
}
.choose-info_info .info .text-14 {
  line-height: 140%;
}
.choose-info_para .para {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--pi-20));
  margin: 0 calc(-1 * var(--pi-20));
}
.choose-info_para .para-item {
  width: 25%;
  padding: 0 var(--pi-20);
}
@media screen and (max-width: 767px) {
  .choose-info_para .para-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .choose-info_para .para-item:not(:last-child) {
    border-right: 0.1rem solid #D9D9D9;
  }
}
.choose-info_para .para-box > * {
  line-height: 140%;
}
@media screen and (max-width: 576px) {
  .choose-info_para .para-box .text-14 {
    font-size: 1.2rem;
  }
}
.choose-info_para .para-box .text-20 {
  color: #BD2C20;
}
@media screen and (max-width: 576px) {
  .choose-info_para .para-box .text-20 {
    font-size: 1.4rem;
  }
}
.choose-action {
  gap: 0.8rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1201px) {
  .choose-action {
    margin-top: 0.8rem;
  }
}
.choose-action .btn {
  padding: 1.2rem 2.4rem;
}
@media screen and (max-width: 576px) {
  .choose-action .btn {
    padding: 0.8rem 1.6rem;
    width: calc(50% - 0.4rem);
  }
}
.choose-dropdown {
  user-select: none;
}
.choose-dropdown .dropdown {
  gap: 1.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .choose-dropdown .dropdown {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .choose-dropdown .dropdown {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .choose-dropdown .dropdown {
    gap: 0.8rem;
  }
}
.choose-dropdown .dropdown-group {
  position: relative;
}
.choose-dropdown .dropdown-group:hover .dropdown-heading .icon {
  transform: rotate(180deg);
}
.choose-dropdown .dropdown-group:hover .dropdown-list {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1025px) {
  .choose-dropdown .dropdown-group {
    flex: 1;
  }
}
@media screen and (max-width: 1024px) {
  .choose-dropdown .dropdown-group {
    width: calc(50% - 0.6rem);
  }
}
@media screen and (max-width: 576px) {
  .choose-dropdown .dropdown-group {
    width: calc(50% - 0.4rem);
  }
}
.choose-dropdown .dropdown-group:has(.is-active) .dropdown-heading span {
  color: #131313;
  font-style: normal;
}
.choose-dropdown .dropdown-heading {
  gap: 0.8rem;
  cursor: pointer;
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  user-select: none;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  background-color: white;
  justify-content: space-between;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
}
@media screen and (max-width: 576px) {
  .choose-dropdown .dropdown-heading {
    padding: 0.8rem 0.8rem 0.8rem 1.6rem;
  }
}
.choose-dropdown .dropdown-heading span {
  width: 100%;
  line-height: 150%;
  color: #999;
  font-style: italic;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 576px) {
  .choose-dropdown .dropdown-heading span {
    font-size: 1.4rem;
  }
}
.choose-dropdown .dropdown-heading .icon {
  flex-shrink: 0;
  user-select: none;
  transition: 0.4s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 576px) {
  .choose-dropdown .dropdown-heading .icon {
    width: 2rem;
    height: 2rem;
  }
}
.choose-dropdown .dropdown-heading .icon img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(49%) saturate(2482%) hue-rotate(342deg) brightness(99%) contrast(99%);
}
.choose-dropdown .dropdown-list {
  left: 0;
  z-index: 5;
  opacity: 0;
  width: 100%;
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  border-radius: 1.2rem;
  padding: 1.6rem 2.4rem;
  top: calc(100% + 0.8rem);
  background-color: white;
}
@media screen and (min-width: 1201px) {
  .choose-dropdown .dropdown-list::before {
    content: "";
    left: 0;
    width: 100%;
    bottom: 100%;
    height: 0.8rem;
    position: absolute;
    background-color: transparent;
  }
}
@media screen and (max-width: 576px) {
  .choose-dropdown .dropdown-list {
    padding: 1.2rem;
  }
}
.choose-dropdown .dropdown-item {
  cursor: pointer;
}
.choose-dropdown .dropdown-item.is-active > * {
  color: #BD2C20;
}
.choose-dropdown .dropdown-item > * {
  line-height: 150%;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .choose-dropdown .dropdown-item > *:hover {
    color: #BD2C20;
  }
}
@media screen and (max-width: 576px) {
  .choose-dropdown .dropdown-item > * {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .choose-dropdown .dropdown-action {
    margin-left: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .choose-dropdown .dropdown-action {
    width: 100%;
  }
  .choose-dropdown .dropdown-action .btn {
    width: inherit;
  }
}
.choose-dropdown .dropdown-action .btn {
  padding: 1.2rem 3.2rem;
  flex-direction: row-reverse;
}
.choose-dropdown .dropdown-action .btn img {
  filter: brightness(0) invert(1);
}

.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;
  }
}

.partner {
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  isolation: isolate;
  position: relative;
  background-color: #fdfdfd;
  padding: 10rem 0rem 6.4rem;
}
@media screen and (max-width: 991px) {
  .partner {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .partner {
    padding: 4rem 0rem;
  }
}
.partner::before, .partner:after {
  content: "";
  z-index: -1;
  width: 47.2rem;
  height: 73.1rem;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 992px) {
  .partner::before, .partner:after {
    width: 27.2rem;
    height: 42.1rem;
  }
}
.partner::before {
  top: 0;
  left: 0;
  background-image: url("../../assets/images/news/nwp-decor1.png");
}
@media screen and (max-width: 992px) {
  .partner::before {
    width: 27.2rem;
    height: 42.1rem;
  }
}
.partner::after {
  right: 0;
  bottom: -24rem;
  background-image: url("../../assets/images/news/outs-decor1.png");
}
@media screen and (max-width: 992px) {
  .partner::after {
    bottom: -6rem;
  }
}
.partner .decor {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -2;
  height: 42.2rem;
  position: absolute;
  max-width: 97.3rem;
}
@media screen and (max-width: 576px) {
  .partner .decor {
    display: none;
  }
}
.partner .decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .partner-col {
    width: 100%;
  }
}
.partner-img {
  width: 100%;
  margin: 0 auto;
  max-width: 35.2rem;
}
@media screen and (max-width: 767px) {
  .partner-img {
    max-width: 20rem;
  }
}
.partner-img .img {
  padding-top: 225%;
}
.partner-img .img::before {
  content: "";
  left: 0;
  z-index: 5;
  width: 100%;
  height: 0.4rem;
  bottom: -0.1rem;
  position: absolute;
  background-color: #fafafa;
}
@media screen and (min-width: 1201px) {
  .partner-content {
    margin-left: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .partner-content {
    margin-top: 8rem;
    max-width: 58.3rem;
  }
}
@media screen and (max-width: 767px) {
  .partner-content {
    gap: 2.4rem;
  }
}
.partner-content .title-36 {
  line-height: 122%;
}
.partner-content .title-56 {
  line-height: 120%;
}
@media screen and (max-width: 576px) {
  .partner-content .title-56 {
    font-size: 2.8rem;
  }
}
.partner-content .list-box {
  gap: 0.8rem;
  display: flex;
  align-items: center;
}
.partner-content .list-box img {
  flex-shrink: 0;
  object-fit: contain;
  width: 2.4rem;
  height: 2.4rem;
  filter: brightness(0) invert(0);
}
.partner-content .list-box .text-16 {
  line-height: 150%;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .partner-content .list-box .text-16:hover {
    color: #BD2C20;
  }
}
.partner-form {
  max-width: 100%;
}
@media screen and (min-width: 1201px) {
  .partner-form {
    margin: 17rem 0 0 0;
  }
}
.partner-action {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .partner-action {
    gap: 0.8rem;
  }
  .partner-action .btn {
    width: 100%;
  }
}

.sup {
  padding-bottom: 3.2rem;
}
.sup .splide__track {
  margin-block: -2rem;
  padding-block: 2rem;
}
.sup .splide__slide {
  padding: 0 var(--pi-16);
}
.sup-box {
  gap: 0.8rem;
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  transition: 0.4s ease-in-out;
  display: flex;
  align-items: center;
  border-radius: 0.8rem;
  padding: 1.2rem 1.6rem;
  background-color: white;
}
@media screen and (min-width: 1201px) {
  .sup-box:hover {
    background-color: #BD2C20;
  }
  .sup-box:hover .sup-ic img {
    filter: brightness(0) invert(1);
  }
  .sup-box:hover .sup-content .text-14 {
    color: white;
  }
}
.sup-ic {
  flex-shrink: 0;
  user-select: none;
  width: 3.6rem;
  height: 3.6rem;
}
@media screen and (max-width: 767px) {
  .sup-ic {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.sup-ic img {
  transition: 0.4s ease-in-out;
}
.sup-content {
  width: 100%;
}
.sup-content .text-14 {
  line-height: 140%;
  transition: 0.4s ease-in-out;
}

.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;
}

.deve {
  isolation: isolate;
  position: relative;
  padding: 2.4rem 0rem 20rem;
}
@media screen and (max-width: 991px) {
  .deve {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .deve {
    padding: 4rem 0rem;
  }
}
.deve::before, .deve:after {
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
.deve::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/system/deve-bg1.jpg");
}
.deve::after {
  background: linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 100%);
}
.deve-row {
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .deve-col {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .deve-content .btn {
    margin-top: 0.8rem;
  }
}
.deve-title .tt {
  max-width: 50rem;
}
.deve-title .text-16 {
  line-height: 150%;
}
.deve-number .list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--pi-32));
  margin: 0 calc(-1 * var(--pi-32));
}
.deve-number .list-item {
  width: 33.3333333333%;
  padding: 0 var(--pi-32);
}
.deve-number .list-item:not(:last-child) {
  border-right: 0.1rem solid #D9D9D9;
}
.deve-number .list-box .count-number {
  line-height: 110%;
  color: #BD2C20;
}
.deve-number .list-box .text-14 {
  line-height: 140%;
}
@media screen and (max-width: 576px) {
  .deve-number .list-box .text-14 {
    font-size: 1.2rem;
  }
}
.deve-img {
  margin: 0 auto;
  user-select: none;
  max-width: 48.8rem;
}
.deve-img .img {
  padding-top: 173.3606557377%;
}

.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;
  }
}

.fepr {
  position: relative;
  margin: 14rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .fepr {
    margin: 6rem 0rem;
  }
}
.fepr-heading {
  margin: 0 auto;
  max-width: 86.4rem;
}
@media screen and (max-width: 430px) {
  .fepr-heading .title-40 {
    width: 100%;
    margin: 0 auto;
    max-width: 30rem;
  }
}
.fepr-heading .text-16 {
  line-height: 150%;
  text-align: center;
}
.fepr-group {
  gap: 14rem;
}
@media screen and (max-width: 992px) {
  .fepr-group {
    gap: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .fepr-block_heading:has(.view-link) {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fepr-block_heading:has(.view-link) .tt {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .fepr-block_heading:has(.view-link) .view-link {
    display: none;
  }
}
.fepr-block_swiper {
  position: relative;
}
.fepr-block_swiper .swiper {
  padding-block: 4rem;
  margin: -4rem calc(-1 * var(--pi-16));
}
.fepr-block_swiper .swiper-slide {
  height: auto;
  width: 33.3333333333%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 767px) {
  .fepr-block_swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .fepr-block_swiper .swiper-slide {
    width: 83.3333333333%;
  }
}
.fepr-block_swiper .swiper-pagination {
  display: block;
}
.fepr-block_swiper .view-link {
  margin: 2.4rem auto 0;
}
@media screen and (min-width: 768px) {
  .fepr-block_swiper .view-link {
    display: none;
  }
}

.pri {
  position: relative;
  margin-top: 5.2rem;
}
.pri-heading {
  z-index: 5;
  width: 100%;
  padding: 0 1.6rem;
  max-width: 94.6rem;
  position: relative;
  margin: 0 auto -6rem;
}
@media screen and (max-width: 576px) {
  .pri-heading .title-40 br {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .pri-heading .title-40 {
    width: 100%;
    margin: 0 auto;
    max-width: 32rem;
  }
}
.pri-heading .text-16 {
  line-height: 150%;
  text-align: center;
}
.pri-heading .view-link {
  margin: 0.8rem auto 0;
}
.pri-bg {
  user-select: none;
  position: relative;
}
.pri-bg > .img {
  min-height: 73.4rem;
  padding-top: 42.4768518519%;
}
@media screen and (max-width: 1200px) {
  .pri-bg > .img {
    min-height: 60rem;
  }
}
@media screen and (max-width: 576px) {
  .pri-bg > .img {
    min-height: 40rem;
  }
}
.pri-bg > .img::before {
  content: "";
  left: 0;
  z-index: 1;
  width: 100%;
  height: 46.7rem;
  bottom: -0.1rem;
  position: absolute;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #FAFAFA 100%);
}
.pri-bg .decor {
  left: 50%;
  z-index: 5;
  width: 100%;
  bottom: 6.4rem;
  max-width: 64.5rem;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .pri-bg .decor {
    bottom: 2.4rem;
    max-width: 50rem;
  }
}
@media screen and (max-width: 576px) {
  .pri-bg .decor {
    max-width: 37.5rem;
  }
}
.pri-bg .decor .img {
  padding-top: 76.7441860465%;
}

.protect {
  isolation: isolate;
  position: relative;
  margin: 14rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .protect {
    margin: 6rem 0rem;
  }
}
.protect::before, .protect:after {
  content: "";
  z-index: -1;
  width: 47.2rem;
  height: 73.1rem;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 992px) {
  .protect::before, .protect:after {
    width: 27.2rem;
    height: 42.1rem;
  }
}
.protect::before {
  left: 0;
  top: -7.2rem;
  background-image: url("../../assets/images/news/nwp-decor1.png");
}
@media screen and (max-width: 992px) {
  .protect::before {
    top: 0;
  }
}
.protect::after {
  right: 0;
  bottom: -24rem;
  background-image: url("../../assets/images/news/outs-decor1.png");
}
@media screen and (max-width: 992px) {
  .protect::after {
    bottom: -6rem;
  }
}
.protect-heading {
  width: 100%;
  margin: 0 auto;
  max-width: 80rem;
}
.protect-heading .text-16 {
  line-height: 150%;
  text-align: center;
}
.protect-row {
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .protect-row {
    --rg: 2.4rem;
    --cg: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .protect-row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .protect-col {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .protect-extra .protect-row {
    flex-direction: row-reverse;
  }
}
.protect-extra .protect-img {
  margin-left: 0;
  margin-right: auto;
}
.protect-img {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .protect-img {
    max-width: 52rem;
  }
}
.protect-img .img {
  padding-top: 100%;
  border-radius: 0.8rem;
}
@media screen and (min-width: 1201px) {
  .protect-img .img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.protect-content {
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .protect-title {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .protect-title .title-40 br {
    display: none;
  }
}
.protect-title .text-16 {
  line-height: 150%;
}

.p-home .nwp,
.p-home .pri {
  margin: 14rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .p-home .nwp,
  .p-home .pri {
    margin: 6rem 0rem;
  }
}
/*# sourceMappingURL=home.css.map */
