@charset "UTF-8";
/*
    Theme Name: Việt Nam Design Week
    Theme URI: 
    Author: Mai Dung
    Author URI: 
    Description: A starter theme
    Version: 1.0
    Text Domain: corex
    Tags: theme, starter theme,
*/
@font-face {
  font-family: "SVN-Gilroy Medium.otf";
  src: url("./assets/fonts/SVN-Gilroy Medium.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #05527A;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #05527A;
}

button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.85);
  font-family: "SVN-Gilroy Medium.otf";
}

.site-container {
  overflow: hidden;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.typography html,
.typography body,
.typography p,
.typography ol,
.typography ul,
.typography li,
.typography dl,
.typography dt,
.typography dd,
.typography blockquote,
.typography figure,
.typography fieldset,
.typography legend,
.typography textarea,
.typography pre,
.typography iframe,
.typography hr,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin: 0;
  padding: 0;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  font-size: 100%;
  font-weight: normal;
}
.typography ul {
  list-style: none;
}

@keyframes draw2 {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 2000;
  }
}
@keyframes signature1 {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes signature2 {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes opacityKey {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes colorTextWhite {
  0% {
    stroke: #000;
    stroke-width: 0;
    fill: #000;
  }
  50% {
    stroke: #000;
    stroke-width: 3.46544;
    fill: #fff;
  }
  100% {
    stroke: #000;
    stroke-width: 0;
    fill: #000;
  }
}
@keyframes colorTextBlack {
  0% {
    stroke: #000;
    stroke-width: 3.46544;
    fill: #fff;
  }
  50% {
    stroke: #000;
    stroke-width: 0;
    fill: #000;
  }
  100% {
    stroke: #000;
    stroke-width: 3.46544;
    fill: #fff;
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.3);
    /* Kích thước ban đầu của ảnh */
  }
  to {
    transform: scale(1);
    /* Kích thước cuối cùng của ảnh (zoom out) */
  }
}
@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@-moz-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@-o-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@keyframes drawLine {
  from {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
  }
  to {
    stroke-dasharray: 300;
    stroke-dashoffset: 0;
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.3);
    /* Kích thước ban đầu của ảnh */
  }
  to {
    transform: scale(1);
    /* Kích thước cuối cùng của ảnh (zoom out) */
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes draw {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1500;
  }
}
@keyframes bounceY {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}
@keyframes scrollDownHint {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, 8px);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-moz-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.cm-title {
  font-family: "Fahkwang", sans-serif;
  font-size: clamp(50px, calc(50px + (64 - 50) * ((100vw - 576px) / (1400 - 576))), 64px) !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 110%;
  letter-spacing: -0.08rem;
  text-transform: uppercase;
  color: #05527A;
  width: max-content;
}
.cm-title.gradient {
  background: var(--gradient, linear-gradient(90deg, #85D4F2 0%, #F2D3B8 52.4%, #F26B24 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: transform 0.4s ease, background-color 0.4s ease;
}
.site-header.is-open:after {
  width: 100%;
}
.site-header:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  content: "";
  background: rgba(255, 247, 241, 0.1);
  transition: width 0.4s ease;
}
.site-header.is-scrolled {
  background: #013D5C;
}
.site-header.is-scrolled .site-header__inner {
  padding: 1.5rem 3.920171062%;
}
@media (max-width: 1280px) {
  .site-header.is-scrolled .site-header__inner {
    padding: 1rem 3rem;
  }
}
@media (max-width: 576px) {
  .site-header.is-scrolled .site-header__inner {
    padding: 1rem 1.5rem;
  }
}
.site-header.is-hidden {
  transform: translateY(-100%);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.7rem 3.920171062%;
  transition: padding 0.4s ease;
}
@media (max-width: 1280px) {
  .site-header__inner {
    padding: 1rem 3rem;
    background: #013D5C;
  }
}
@media (max-width: 576px) {
  .site-header__inner {
    padding: 1rem 1.5rem;
  }
}
.site-header__logos {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
@media (max-width: 576px) {
  .site-header__logos {
    gap: 1.5rem;
  }
}
.site-header__logos a {
  display: block;
  line-height: 0;
  width: 9.1rem;
}
@media (max-width: 576px) {
  .site-header__logos a {
    width: 8rem;
  }
}
.site-header__logos img {
  height: auto;
  width: 100%;
  display: block;
}
.site-header .right {
  display: flex;
  align-items: center;
}
.site-header__menu {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
}
.site-header__menu li {
  list-style: none;
}
.site-header__menu li a {
  display: block;
  padding: 0.3rem 1.5rem 0.3rem;
  color: #FFF7F1;
  font-family: "SVN-Gilroy Medium.otf";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  border-radius: 0;
}
.site-header__menu li:not(.active):not(.current-menu-item):not(.current-page-item) a:hover {
  background: var(--gradient, linear-gradient(90deg, #85D4F2 0%, #F2D3B8 52.4%, #F26B24 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.site-header__menu li.active a, .site-header__menu li.current-menu-item a, .site-header__menu li.current-page-item a {
  border-radius: 9999px;
  border: 1px solid rgba(255, 247, 241, 0);
  background: #05527A;
  box-shadow: 0 0 6px 0 #FFF7F1;
  backdrop-filter: blur(20px);
}
@media (max-width: 768px) {
  .site-header__menu li.active a, .site-header__menu li.current-menu-item a, .site-header__menu li.current-page-item a {
    border-radius: none;
    border: none;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
  }
}
.site-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 3.6rem;
  height: 3.6rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.site-header__hamburger span {
  display: block;
  width: 2.4rem;
  height: 2px;
  background: #FFF7F1;
  transition: all 0.3s ease;
}

@media (max-width: 1280px) {
  .site-header__menu li a {
    padding: 0rem 1rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .site-header__menu {
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .site-header__hamburger {
    display: flex;
  }
  .site-header__menu {
    position: fixed;
    top: 7.18rem;
    left: 0;
    right: 0;
    flex-direction: column;
    background: #013D5C;
    padding: 0 1.5rem;
    gap: 0;
    transform: translateY(-150%);
    overflow: hidden;
    transition: transform 0.6s ease;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .site-header__menu {
    top: 6.561rem;
  }
}
@media (max-width: 768px) {
  .site-header__menu li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 247, 241, 0.1);
  }
  .site-header__menu li a {
    padding: 1.5rem 1rem 1rem;
    font-size: 1.4rem;
    border: none !important;
    border-radius: 0;
  }
  .site-header__menu li.active a, .site-header__menu li.current-menu-item a {
    color: #F36C24;
    border: none !important;
  }
}
@media (max-width: 768px) {
  .site-header.is-open .site-header__menu {
    transform: translateY(0);
  }
  .site-header.is-open .site-header__hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .site-header.is-open .site-header__hamburger span:nth-child(2) {
    opacity: 0;
  }
  .site-header.is-open .site-header__hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
.site-footer {
  width: 100%;
  padding: 11.5rem 6.0584461867% 0 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 1280px) {
  .site-footer {
    padding: 6rem 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .site-footer {
    padding: 6rem 0rem 0 0;
  }
}
.site-footer > picture {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.site-footer > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.site-footer .content {
  display: flex;
}
@media (max-width: 768px) {
  .site-footer .content {
    flex-direction: column-reverse;
    gap: 5rem;
  }
}
.site-footer .content .left {
  width: 41.2746585736%;
}
@media (max-width: 768px) {
  .site-footer .content .left {
    width: 75%;
  }
}
@media (max-width: 576px) {
  .site-footer .content .left {
    width: 78.8372093023%;
  }
}
.site-footer .content .left > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.site-footer .content .right {
  width: 58.7253414264%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 1280px) {
  .site-footer .content .right {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .site-footer .content .right {
    width: 100%;
    gap: 6rem;
  }
}
.site-footer .content .right .list_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
}
@media (max-width: 576px) {
  .site-footer .content .right .list_logo {
    gap: 3rem;
    justify-content: flex-start;
    padding-left: 2.4rem;
  }
}
.site-footer .content .right .list_logo a {
  display: block;
}
.site-footer .content .right .list_logo img {
  width: auto;
  display: block;
}
.site-footer .content .right .text {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .site-footer .content .right .text {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .site-footer .content .right .text {
    max-width: 62%;
    float: right;
    margin-left: auto;
    margin-right: 2.4rem;
  }
}
.site-footer .content .right .text ul {
  max-width: 25rem;
  padding: 0 1.6rem;
  border-right: 0.647px solid #FFF7F1;
}
@media (max-width: 768px) {
  .site-footer .content .right .text ul {
    border-right: none;
    border-bottom: 0.647px solid #FFF7F1;
    max-width: 100%;
    padding: 1.3rem 0;
  }
}
.site-footer .content .right .text ul:first-child {
  padding-left: 0;
}
.site-footer .content .right .text ul:last-child {
  padding-right: 0;
  border-right: none;
}
.site-footer .content .right .text li {
  color: #FFF7F1;
  font-family: "Fahkwang", sans-serif;
  font-size: 1.2946rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8125rem;
  /* 140% */
}
.site-footer .content .right .text li:first-child {
  font-family: "SVN-Gilroy Medium.otf";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.0357rem;
  /* 86.309% */
  letter-spacing: 0.0388rem;
  text-transform: uppercase;
  margin-bottom: 0.518rem;
}
.site-footer .content .right .text li a {
  color: #FFF7F1;
}

/*-----*/
.h_ss7 {
  background-color: #013D5C;
  padding: 10rem 2.2808267997% 11.8rem 0.7127583749%;
}
@media (max-width: 1280px) {
  .h_ss7 {
    padding: 7rem 2.2808267997% 8rem 0.7127583749%;
  }
}
@media (max-width: 768px) {
  .h_ss7 {
    padding: 7rem 2.2808267997% 6rem 0.7127583749%;
  }
}
.h_ss7 .cm-title {
  margin-bottom: 1.6rem;
  padding-left: 2.9432878679%;
}
@media (max-width: 576px) {
  .h_ss7 .cm-title {
    margin-bottom: 6rem;
    padding-left: 1.5rem;
  }
}
.h_ss7 .h_ss7__top {
  display: flex;
  justify-content: flex-end;
  padding-left: 53.9309331374%;
}
@media (max-width: 576px) {
  .h_ss7 .h_ss7__top {
    padding-left: 67.4418604651%;
  }
}
.h_ss7 .h_ss7__thumb-wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
}
@media (max-width: 576px) {
  .h_ss7 .h_ss7__thumb-wrap {
    gap: 0.5rem;
  }
}
.h_ss7 .h_ss7__thumb-wrap .h_ss7__swiper-thumb {
  overflow: hidden;
  flex: 1;
}
.h_ss7 .h_ss7__thumb-wrap .h_ss7__swiper-thumb .swiper-slide {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.h_ss7 .h_ss7__thumb-wrap .h_ss7__swiper-thumb .swiper-slide img {
  width: 100%;
  aspect-ratio: 158/90;
  object-fit: cover;
  display: block;
}
@media (max-width: 1280px) {
  .h_ss7 .h_ss7__thumb-wrap .h_ss7__swiper-thumb .swiper-slide img {
    aspect-ratio: 158/110;
  }
}
@media (max-width: 576px) {
  .h_ss7 .h_ss7__thumb-wrap .h_ss7__swiper-thumb .swiper-slide img {
    aspect-ratio: 117/66.23;
  }
}
.h_ss7 .h_ss7__thumb-wrap .h_ss7__thumb-next {
  cursor: pointer;
  flex-shrink: 0;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
@media (max-width: 576px) {
  .h_ss7 .h_ss7__thumb-wrap .h_ss7__thumb-next {
    width: 0.8rem;
  }
}
.h_ss7 .h_ss7__thumb-wrap .h_ss7__thumb-next img {
  width: 1rem;
  height: auto;
  display: block;
  transform: rotate(180deg);
}
@media (max-width: 576px) {
  .h_ss7 .h_ss7__thumb-wrap .h_ss7__thumb-next img {
    width: 0.8rem;
  }
}
.h_ss7 .h_ss7__thumb-wrap .h_ss7__thumb-next:hover {
  opacity: 0.7;
}
.h_ss7 .h_ss7__bottom {
  display: flex;
  gap: 1.7634092579%;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .h_ss7 .h_ss7__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.h_ss7 .h_ss7__main-slider {
  position: relative;
  width: 52.1675238795%;
  flex-shrink: 0;
  padding-left: 3.0859662013%;
}
@media (max-width: 576px) {
  .h_ss7 .h_ss7__main-slider {
    width: 63.9534883721%;
    padding-left: 5.5813953488%;
  }
}
.h_ss7 .h_ss7__main-slider .h_ss7__swiper-main {
  overflow: hidden;
  width: 100%;
}
.h_ss7 .h_ss7__main-slider .h_ss7__swiper-main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 709/404;
}
@media (max-width: 1280px) {
  .h_ss7 .h_ss7__main-slider .h_ss7__swiper-main .swiper-slide img {
    aspect-ratio: 709/500;
  }
}
@media (max-width: 768px) {
  .h_ss7 .h_ss7__main-slider .h_ss7__swiper-main .swiper-slide img {
    aspect-ratio: 249/141;
  }
}
.h_ss7 .h_ss7__main-slider .h_ss7__nav-prev,
.h_ss7 .h_ss7__main-slider .h_ss7__nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
@media (max-width: 1280px) {
  .h_ss7 .h_ss7__main-slider .h_ss7__nav-prev,
.h_ss7 .h_ss7__main-slider .h_ss7__nav-next {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss7 .h_ss7__main-slider .h_ss7__nav-prev,
.h_ss7 .h_ss7__main-slider .h_ss7__nav-next {
    width: 1.1rem;
    height: auto;
  }
}
.h_ss7 .h_ss7__main-slider .h_ss7__nav-prev img,
.h_ss7 .h_ss7__main-slider .h_ss7__nav-next img {
  width: 1.8rem;
  height: auto;
  display: block;
}
@media (max-width: 1280px) {
  .h_ss7 .h_ss7__main-slider .h_ss7__nav-prev img,
.h_ss7 .h_ss7__main-slider .h_ss7__nav-next img {
    width: 1.4rem;
  }
}
.h_ss7 .h_ss7__main-slider .h_ss7__nav-prev:hover,
.h_ss7 .h_ss7__main-slider .h_ss7__nav-next:hover {
  opacity: 0.7;
}
.h_ss7 .h_ss7__main-slider .h_ss7__nav-prev {
  left: 0rem;
}
.h_ss7 .h_ss7__main-slider .h_ss7__nav-next {
  right: -2rem;
}
.h_ss7 .h_ss7__main-slider .h_ss7__nav-next img {
  transform: rotate(180deg);
}
.h_ss7 .h_ss7__accordion {
  display: flex;
  flex-direction: column;
  width: 25.2020573108%;
  margin-left: 7rem;
}
@media (max-width: 1280px) {
  .h_ss7 .h_ss7__accordion {
    margin-left: auto;
    width: 40%;
  }
}
@media (max-width: 768px) {
  .h_ss7 .h_ss7__accordion {
    width: 52.1675238795%;
    margin: 0;
    padding-left: 3.0859662013%;
    margin-top: 4rem;
  }
}
@media (max-width: 576px) {
  .h_ss7 .h_ss7__accordion {
    width: 63.9534883721%;
    padding-left: 5.5813953488%;
  }
}
.h_ss7 .h_ss7__accordion .h_ss7__accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 0;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media (max-width: 1280px) {
  .h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-header {
    padding: 1rem 0;
  }
}
.h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-header span {
  font-family: "Fahkwang", sans-serif;
  color: #FFF7F1;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 1280px) {
  .h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-header span {
    font-size: 1.4rem;
  }
}
.h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-header img {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
@media (max-width: 576px) {
  .h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-header img {
    width: 0.6rem;
    height: auto;
  }
}
.h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-header img.arrow-right {
  transform: rotate(180deg);
}
.h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-header img.arrow-down {
  transform: rotate(-90deg);
}
.h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-header:hover span {
  color: #F36C24;
}
.h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-body ul {
  list-style: disc !important;
  padding: 0 0 1.6rem 2rem !important;
  margin: 0;
}
@media (max-width: 1280px) {
  .h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-body ul {
    padding: 0 0 1rem 2rem !important;
  }
}
.h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-body ul li {
  list-style-type: disc !important;
  display: list-item !important;
  margin-bottom: 0.4rem;
  color: #FFF7F1;
}
@media (max-width: 1280px) {
  .h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-body ul li {
    margin-bottom: 0.2rem;
  }
}
.h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-body ul li a {
  font-family: "Fahkwang", sans-serif;
  color: #FFF7F1;
  font-size: 1.6rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (max-width: 1280px) {
  .h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-body ul li a {
    font-size: 1.4rem;
  }
}
.h_ss7 .h_ss7__accordion .h_ss7__accordion-item .h_ss7__accordion-body ul li a:hover {
  color: #F36C24;
}
.h_ss7 .h_ss7__accordion .h_ss7__accordion-item.open .h_ss7__accordion-header .arrow-down {
  transform: rotate(90deg);
}
.h_ss7 .h_ss7__accordion .h_ss7__accordion-item.open .h_ss7__accordion-header .arrow-right {
  transform: rotate(-90deg);
}
.h_ss7 .h_ss7__accordion .h_ss7__accordion-item.open .h_ss7__accordion-body {
  max-height: 20rem;
}

.h_ss6 {
  background-color: #013D5C;
  padding: 0rem 0 0rem 3.635067712%;
}
@media (max-width: 576px) {
  .h_ss6 {
    padding: 0rem 0 0rem 2.4rem;
  }
}
.h_ss6 .content {
  z-index: 0;
  position: relative;
  background: #FFF7F1;
  padding: 10.3rem 3.7721893491% 4.6rem 7.2485207101%;
}
@media (max-width: 1280px) {
  .h_ss6 .content {
    padding: 6rem 3rem 3rem;
  }
}
@media (max-width: 576px) {
  .h_ss6 .content {
    padding: 6rem 4rem 6rem 2.5rem;
  }
}
.h_ss6 .content > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 576px) {
  .h_ss6 .content > img {
    min-height: 50%;
  }
}
.h_ss6 .content .top {
  display: flex;
  justify-content: space-between;
  padding-right: 13.216957606%;
  margin-bottom: 7.7rem;
}
@media (max-width: 1280px) {
  .h_ss6 .content .top {
    padding-right: 0;
    margin-bottom: 4rem;
  }
}
@media (max-width: 576px) {
  .h_ss6 .content .top {
    flex-direction: column;
    gap: 1.4rem;
    margin-bottom: 6rem;
  }
}
.h_ss6 .content .top p {
  color: #606060;
  line-height: 2.4rem;
  /* 150% */
  max-width: 33.3rem;
}
@media (max-width: 576px) {
  .h_ss6 .content .top p {
    max-width: 100%;
  }
}
.h_ss6 .content .bottom {
  padding-left: 14.2144638404%;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .h_ss6 .content .bottom {
    padding-left: 3rem;
  }
}
@media (max-width: 576px) {
  .h_ss6 .content .bottom {
    padding-left: 0rem;
  }
}
.h_ss6 .content .bottom .swiper {
  overflow: hidden;
}
.h_ss6 .content .bottom .swiper .swiper-slide {
  cursor: pointer;
}
.h_ss6 .content .bottom .swiper .swiper-slide:hover .img .desc {
  top: 0;
  opacity: 1;
}
.h_ss6 .content .bottom .swiper .swiper-slide .img {
  aspect-ratio: 340/194;
  overflow: hidden;
  margin-bottom: 2.211rem;
  position: relative;
}
@media (max-width: 1280px) {
  .h_ss6 .content .bottom .swiper .swiper-slide .img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .h_ss6 .content .bottom .swiper .swiper-slide .img {
    aspect-ratio: 341/194;
  }
}
.h_ss6 .content .bottom .swiper .swiper-slide .img .desc {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 2.71rem 30% 2.71rem 2.71rem;
  color: #FFF7F1;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 120%;
  /* 14.4px */
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: calc(70% - 2.71rem);
  height: calc(100% - 2.71rem - 2.71rem);
  pointer-events: none;
  background: linear-gradient(337deg, #FFF7F1 -3.88%, #F36C24 80.39%);
}
@media (max-width: 1024px) {
  .h_ss6 .content .bottom .swiper .swiper-slide .img .desc {
    padding: 2rem 30% 2rem 2rem;
    width: calc(70% - 2rem);
    height: calc(100% - 2rem - 2rem);
  }
}
@media (max-width: 576px) {
  .h_ss6 .content .bottom .swiper .swiper-slide .img .desc {
    padding: 2rem 45% 2rem 2rem;
    width: calc(55% - 2rem);
    height: calc(100% - 2rem - 2rem);
  }
}
.h_ss6 .content .bottom .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease-in-out;
}
.h_ss6 .content .bottom .swiper .swiper-slide .img .num {
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: #FFF;
  font-family: "Fahkwang", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1280px) {
  .h_ss6 .content .bottom .swiper .swiper-slide .img .num {
    font-size: 4rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
@media (max-width: 576px) {
  .h_ss6 .content .bottom .swiper .swiper-slide .img .num {
    font-size: 6rem;
  }
}
.h_ss6 .content .bottom .swiper .swiper-slide h4 {
  color: #05527A;
  font-family: "Fahkwang", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.486px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .h_ss6 .content .bottom .swiper .swiper-slide h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .h_ss6 .content .bottom .swiper .swiper-slide h4 {
    font-size: 1.6rem;
  }
}
.h_ss6 .content .bottom .swiper-pagination {
  position: relative;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  float: right;
  width: max-content;
  margin-top: 4rem;
}
@media (max-width: 1280px) {
  .h_ss6 .content .bottom .swiper-pagination {
    margin-top: 2rem;
  }
}
@media (max-width: 576px) {
  .h_ss6 .content .bottom .swiper-pagination {
    float: left;
  }
}
.h_ss6 .content .bottom .swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background: #E4C6C8 !important;
  border-radius: 50%;
  margin: 0 0.55rem !important;
}
.h_ss6 .content .bottom .swiper-pagination .swiper-pagination-bullet-active {
  background: #F36C24 !important;
}

.h_ss5 {
  background-color: #013D5C;
  position: relative;
  padding-top: 6.5rem;
}
@media (max-width: 768px) {
  .h_ss5 {
    padding-top: 5rem;
  }
}
.h_ss5 > img, .h_ss5 > svg {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.h_ss5 .content {
  position: absolute;
  top: 6.5rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 5.5595153243% 0 3.5637918746%;
}
@media (max-width: 1280px) {
  .h_ss5 .content {
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss5 .content {
    flex-direction: column-reverse;
    gap: 2rem;
    position: unset;
    top: unset;
    left: unset;
    right: unset;
  }
}
@media (max-width: 576px) {
  .h_ss5 .content {
    gap: 5.6rem;
    padding: 0;
  }
}
.h_ss5 .content .left {
  width: 41.4117647059%;
}
@media (max-width: 768px) {
  .h_ss5 .content .left {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .h_ss5 .content .left {
    width: 100%;
  }
}
.h_ss5 .content .left .swiper {
  overflow: hidden;
}
.h_ss5 .content .left .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.h_ss5 .content .left .swiper .swiper-slide .icon {
  width: 9.6rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 576px) {
  .h_ss5 .content .left .swiper .swiper-slide .icon {
    width: 6.9rem;
  }
}
.h_ss5 .content .left .swiper .swiper-slide .icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.h_ss5 .content .left .swiper .swiper-slide .icon p {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.h_ss5 .content .left .swiper .swiper-slide .icon p span {
  display: block;
  width: max-content;
}
.h_ss5 .content .left .swiper .swiper-slide .icon p span:nth-child(1) {
  font-family: "Fahkwang", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 4.2rem */
  background: var(--gradient, linear-gradient(90deg, #85D4F2 0%, #F2D3B8 52.4%, #F26B24 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -0.5rem;
}
@media (max-width: 576px) {
  .h_ss5 .content .left .swiper .swiper-slide .icon p span:nth-child(1) {
    font-size: 2.167rem;
  }
}
.h_ss5 .content .left .swiper .swiper-slide .icon p span:nth-child(2) {
  text-align: center;
  font-family: "Fahkwang", sans-serif;
  font-size: 1.197rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 1.7951rem */
  background: var(--gradient, linear-gradient(90deg, #85D4F2 0%, #F2D3B8 52.4%, #F26B24 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  .h_ss5 .content .left .swiper .swiper-slide .icon p span:nth-child(2) {
    font-size: 0.865rem;
  }
}
.h_ss5 .content .left .swiper .swiper-slide > p {
  color: #FFF7F1;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 1.82rem */
}
@media (max-width: 576px) {
  .h_ss5 .content .left .swiper .swiper-slide > p {
    font-size: 0.939rem;
  }
}
@media (max-width: 768px) {
  .h_ss5 .content .right .cm-title {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .h_ss5 .content .right .cm-title {
    text-align: left;
  }
}

.home-section_bg {
  position: relative;
  background-image: url(./assets/images/home/s2-bg.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.h_ss1 {
  position: relative;
  background: #013D5C;
}
.h_ss1__img {
  position: relative;
  line-height: 0;
}
.h_ss1__decor1, .h_ss1__decor2, .h_ss1__decor3, .h_ss1__img1, .h_ss1__img2, .h_ss1__img4 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
}
.h_ss1__img3 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.h_ss1__decor2 {
  z-index: 1;
}
.h_ss1__decor3 {
  z-index: 2;
}
.h_ss1__img2 {
  z-index: 4;
}
.h_ss1__img1 {
  z-index: 5;
}
.h_ss1__img4 {
  z-index: 5;
}
.h_ss1__content {
  position: absolute;
  z-index: 6;
  width: 29.7142857143%;
  max-width: 41.6rem;
  right: 8.9285714286%;
  bottom: 16.0101651842%;
}
.h_ss1__des {
  margin-top: 2rem;
  color: #606060;
  font-family: "SVN-Gilroy Medium.otf";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.h_ss2 {
  position: relative;
  overflow: hidden;
  padding: 10rem 0 10rem 3.5714285714%;
}
@media (max-width: 1024px) {
  .h_ss2 {
    padding: 8rem 0 8rem 3.5714285714%;
  }
}
@media (max-width: 768px) {
  .h_ss2 {
    padding: 6rem 0 6rem 5.5813953488%;
  }
}
.h_ss2__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.h_ss2__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  gap: 2.6666666667%;
}
@media (max-width: 1280px) {
  .h_ss2__inner {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss2__inner {
    flex-direction: column;
    gap: 6rem;
  }
}
.h_ss2__left {
  flex: 1;
  min-width: 0;
}
.h_ss2__info-grid {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  width: 50.1481481481%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 1.4rem;
}
@media (max-width: 1024px) {
  .h_ss2__info-grid {
    width: 100%;
    padding-right: 3.5714285714%;
    margin-top: 6.2rem;
  }
}
@media (max-width: 768px) {
  .h_ss2__info-grid {
    gap: 0.9rem 1.4rem;
    padding-right: 5.5813953488%;
  }
}
.h_ss2__info-item {
  width: calc((100% - 2.8rem) / 3);
  padding-bottom: 1.2rem;
  border-bottom: 0.647px solid #05527A;
}
.h_ss2__info-item:nth-of-type(7) {
  width: calc(((100% - 1.4rem) / 3) * 2);
}
@media (max-width: 768px) {
  .h_ss2__info-item {
    padding-bottom: 0.6rem;
  }
}
.h_ss2__info-label {
  font-family: "SVN-Gilroy Medium.otf";
  color: #F26C21;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 103.57%;
  letter-spacing: 0.388px;
  text-transform: uppercase;
  margin-bottom: 0.5rem !important;
}
@media (max-width: 768px) {
  .h_ss2__info-label {
    font-size: 0.8rem;
    line-height: 0.8;
    letter-spacing: 0.218px;
  }
}
.h_ss2__info-special {
  font-family: "Fahkwang", sans-serif;
  color: #05527A;
  font-size: 2.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .h_ss2__info-special {
    font-size: 1.6rem;
  }
}
.h_ss2__info-des {
  font-family: "Fahkwang", sans-serif;
  color: #05527A;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 768px) {
  .h_ss2__info-des {
    font-size: 1rem;
  }
}
.h_ss2__right {
  flex-shrink: 0;
  width: 47.1851851852%;
}
@media (max-width: 768px) {
  .h_ss2__right {
    width: 100%;
  }
}
.h_ss2__video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.25));
  cursor: pointer;
  transition: all 0.3s ease;
}
.h_ss2__video-wrap:hover {
  filter: drop-shadow(0 6px 25px rgba(0, 0, 0, 0.35));
}
.h_ss2__video-wrap:hover img {
  transform: scale(1.05);
}
.h_ss2__video-wrap:hover .h_ss2__play-btn {
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.25));
  transform: translate(-50%, -50%) scale(1.08);
}
.h_ss2__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.h_ss2__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  height: 8rem;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  padding: 0;
}
.h_ss2__play-btn svg {
  width: 8rem;
}
@media (max-width: 576px) {
  .h_ss2__play-btn {
    width: 5rem;
    height: 5rem;
  }
  .h_ss2__play-btn svg {
    width: 5rem;
  }
}
.h_ss2__iframe-wrap {
  position: absolute;
  inset: 0;
  display: none;
  z-index: 5;
}
.h_ss2__iframe-wrap.active {
  display: block;
}
.h_ss2__iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.h_ss3 {
  --ss3-slides: 6;
  height: calc(100vh * var(--ss3-slides));
  position: relative;
  margin-right: 3.9285714286%;
}
.h_ss3__sticky {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #05527A;
}
.h_ss3__track {
  position: absolute;
  inset: 0;
}
.h_ss3__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 4.8327137546%;
  padding: 10rem 3.717472119% 0;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  box-sizing: border-box;
}
.h_ss3__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.h_ss3__col-left {
  flex: 0 0 auto;
  width: 59.5180722892%;
}
.h_ss3__col-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.7rem;
}
.h_ss3__circles {
  position: relative;
  width: 100%;
}
.h_ss3__circle {
  overflow: hidden;
  position: relative;
}
.h_ss3__circle--main {
  width: 100%;
  top: 0;
  left: 0;
}
.h_ss3__circle-img {
  width: 100%;
  display: block;
}
.h_ss3__mirror {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 45%, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.9) 49%, white 50%, rgba(255, 255, 255, 0.9) 51%, rgba(255, 255, 255, 0) 54%, transparent 55%);
  background-repeat: no-repeat;
  background-size: 400% 100%;
  background-position: -200% 0;
  opacity: 0;
  pointer-events: none;
  will-change: background-position, opacity;
}
.h_ss3__big-label {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  padding-left: 0.5rem;
}
.h_ss3__big-deg {
  font-family: "Fahkwang", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 500;
  color: #f26c21;
  line-height: 1;
}
.h_ss3__big-word {
  font-family: "Fahkwang", serif;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.h_ss3__badge {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  max-height: 44.6rem;
  max-width: 44.6rem;
  background-color: #05527A;
  border-radius: 50%;
}
.h_ss3__badge::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(51.12% 51.12% at 50% 50%, rgba(255, 255, 255, 0) 61.06%, rgba(255, 255, 255, 0.7) 100%);
  background-blend-mode: overlay;
  mix-blend-mode: overlay;
  opacity: 0.5;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  transition: all 0.5s ease;
}
.h_ss3__slide.is-active .h_ss3__badge::before {
  animation: pearlGlow 3s ease-in-out infinite;
}
.h_ss3__badge-title {
  position: relative;
  z-index: 3;
  font-family: "Fahkwang", serif;
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  background: var(--Linear, linear-gradient(41deg, #FFF7F1 55.94%, #85D4F2 85.88%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.h_ss3__desc {
  width: 75.7847533632%;
  color: #FFF7F1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.h_ss3__big-text {
  position: absolute;
  left: 3.7142857143%;
  bottom: -1.9rem;
  font-family: "Fahkwang", serif;
  font-size: clamp(75px, calc(75px + (152 - 75) * ((100vw - 576px) / (1400 - 576))), 152px);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.349px;
  text-transform: uppercase;
  background: var(--gradient, linear-gradient(90deg, #85D4F2 0%, #F2D3B8 52.4%, #F26B24 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes flipExitLeft {
  0% {
    transform: perspective(1200px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1200px) rotateY(-90deg);
    opacity: 0;
  }
}
@keyframes flipExitRight {
  0% {
    transform: perspective(1200px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1200px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipEnterRight {
  0% {
    transform: perspective(1200px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1200px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipEnterLeft {
  0% {
    transform: perspective(1200px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1200px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes pearlGlow {
  0% {
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0);
  }
  50% {
    opacity: 0.85;
    background-color: rgba(255, 255, 255, 0.15);
  }
  100% {
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0);
  }
}
.h_ss3__slide.flip-exit-left {
  animation: flipExitLeft 0.55s ease-in forwards;
}
.h_ss3__slide.flip-exit-right {
  animation: flipExitRight 0.55s ease-in forwards;
}
.h_ss3__slide.flip-enter-right {
  animation: flipEnterRight 0.55s ease-out 0.1s forwards;
}
.h_ss3__slide.flip-enter-left {
  animation: flipEnterLeft 0.55s ease-out 0.1s forwards;
}

.h_ss4 {
  position: relative;
  z-index: 2;
  height: 100vh;
  overflow: hidden;
}
.h_ss4__swiper {
  width: 100%;
  height: 100%;
}
.h_ss4__slide {
  display: flex;
  align-items: center;
  height: 100%;
  background: #FFF7F1;
}
.h_ss4__container {
  width: 100%;
  padding-left: 3.9285714286%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .h_ss4__container {
    padding: 6rem 2rem;
  }
}
.h_ss4__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  padding-right: 4.0892193309%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .h_ss4__header {
    flex-direction: column;
    gap: 2rem;
  }
}
.h_ss4__link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: "Fahkwang", serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  color: #05527A;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.h_ss4__link:hover {
  opacity: 0.7;
  letter-spacing: 1px;
}
.h_ss4__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .h_ss4__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
}
.h_ss4__desc-col {
  width: 25.1301115242%;
  flex-shrink: 0;
  padding-bottom: 4.8rem;
}
@media (max-width: 991px) {
  .h_ss4__desc-col {
    width: 100%;
    padding-bottom: 0;
  }
}
.h_ss4__desc {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #606060;
}
.h_ss4__list {
  padding-left: 2.4rem;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.h_ss4__list li {
  list-style: disc;
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #606060;
}
.h_ss4__img-col {
  width: 62.0817843866%;
  min-width: 0;
  position: relative;
}
.h_ss4__img-col .swiper {
  padding-bottom: 4.8rem;
}
.h_ss4__img-wrap {
  overflow: hidden;
  line-height: 0;
}
.h_ss4__img-wrap img {
  width: 100%;
  aspect-ratio: 521/386;
  height: 100%;
  object-fit: cover;
  max-height: 446px;
}
.h_ss4__pagination {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
}
.h_ss4__pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0.4;
  background: rgba(0, 0, 0, 0.25);
  margin: 0 !important;
  transition: all 0.3s ease;
}
.h_ss4__pagination .swiper-pagination-bullet-active {
  background-color: #F36C24;
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
