@font-face {
  font-family: "SVN-Kimberley";
  src: url("fonts/SVN-Kimberley.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archistico";
  src: url("fonts/Archistico Simple.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin-bottom: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: unset;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  background: none;
  border: none;
  outline: none;
  appearance: none;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

picture {
  height: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  font-optical-sizing: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

body {
  font-family: "SVN-Gilroy", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1rem;
  background: linear-gradient(137deg, rgba(255, 255, 255, 0) 17.75%, rgba(135, 185, 216, 0.3) 79.21%);
  background-size: cover;
}

/* Width */
body::-webkit-scrollbar {
  width: 6px;
}

/* Track */
body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

/* Thumb */
body::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 8px;
}

::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0px;
}

.s-icon {
  width: 1.25rem;
  height: 1.25rem;
  aspect-ratio: 1;
  object-fit: cover;
}

.container {
  width: 100%;
  padding: 0 7.5rem;
  margin: 0 auto;
  max-width: 100%;
}

.heading-90 {
  color: #0D50A7;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -4.5px;
}

.heading-72-kim {
  font-family: "SVN-Kimberley";
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.44px;
}

.heading-60-kim {
  font-family: "SVN-Kimberley";
  font-size: 3.75rem;
  font-weight: 400;
  letter-spacing: -0.9px;
  line-height: 120%;
  padding-bottom: 0.875rem;
}

.heading-48 {
  color: #0D0D0D;
  font-size: 3rem;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.75px;
}

.heading-36-kim {
  font-size: 2.25rem;
  line-height: 122%;
  font-family: "SVN-Kimberley";
}

.heading-36 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 122%;
  letter-spacing: -0.36px;
}

.heading-30 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 126%;
  letter-spacing: -0.3px;
  font-style: italic;
}

.heading-24 {
  font-size: 1.5rem;
  line-height: 133%;
  letter-spacing: -0.12px;
}
.heading-24.bold {
  font-weight: 700;
}

.heading-24-kim {
  font-size: 1.5rem;
  line-height: 133%;
  font-family: "SVN-Kimberley";
}

.normal-text-20 {
  color: #0D50A7;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.1px;
  font-weight: 400;
}

.text-18-bold {
  color: #0D50A7;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 155%;
}

.normal-text-18 {
  color: #0D50A7;
  font-size: 1.125rem;
  letter-spacing: -0.54px;
}

.normal-text-16 {
  color: #0D50A7;
  font-size: 1rem;
  letter-spacing: -0.48px;
}
.normal-text-16.bold {
  font-weight: bold;
}
.normal-text-16.medium {
  font-weight: 500;
}

.normal-text-14 {
  font-size: 0.875rem;
  font-weight: 500;
}
.normal-text-14.bold {
  font-weight: bold;
}
.normal-text-14.italic {
  font-style: italic;
}

.normal-text-12 {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.06px;
}

.uppercase {
  text-transform: uppercase;
}

.flex-column-gap-96 {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.flex-column-gap-80 {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.flex-column-gap-40 {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.flex-column-gap-48 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.flex-column-gap-32 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.flex-column-gap-24 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.flex-column-gap-20 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.flex-column-gap-16 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.animate__animated {
  visibility: hidden;
}

.animate__animated.animate__visible {
  visibility: visible;
}

@media screen and (max-width: 1440px) {
  .container {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 0.875rem;
  }
  .container {
    padding: 0 1.25rem;
  }
  .flex-column-gap-4 {
    gap: 1.25rem;
  }
  .heading-90 {
    font-size: 4.25rem;
    letter-spacing: -3.4px;
  }
  .heading-72-kim {
    font-size: 2.25rem;
    padding-bottom: 8px;
  }
  .heading-60-kim {
    font-size: 2.25rem;
    padding-bottom: 8px;
  }
  .heading-48 {
    font-size: 1.75rem;
    line-height: 140%;
    letter-spacing: -0.84px;
  }
  .heading-30 {
    font-size: 1.4rem;
  }
  .heading-36 {
    font-size: 1.25rem;
  }
  .heading-32 {
    color: #0D50A7;
    font-size: 2rem;
    font-weight: 500;
    line-height: 112%;
    letter-spacing: -1.6px;
    text-transform: uppercase;
  }
  .heading-24 {
    font-size: 1.25rem;
  }
  .normal-text-20 {
    font-size: 1rem;
    letter-spacing: -0.48px;
  }
  .normal-text-18 {
    font-size: 1rem;
  }
  .normal-text-16 {
    color: #0D50A7;
    font-size: 0.875rem;
    letter-spacing: 0;
  }
  .flex-column-gap-96 {
    gap: 4rem;
  }
  .flex-column-gap-80 {
    gap: 3rem;
  }
  .flex-column-gap-40 {
    gap: 1.5rem;
  }
  .flex-column-gap-20 {
    gap: 1rem;
  }
  .flex-column-gap-48 {
    gap: 2rem;
  }
  .flex-column-gap-12 {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  background: rgba(233, 233, 233, 0.88);
  z-index: 999;
  padding: 20px 0;
}
.header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo-link {
  width: 207px;
}
.header .logo-link img {
  width: 100%;
}
.header .nav-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header .nav-menu .nav-list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header .nav-menu .nav-item.has-sub {
  position: relative;
  cursor: pointer;
}
.header .nav-menu .nav-item.has-sub .box-has {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.header .nav-menu .nav-item.has-sub .box-has .blue-arrow-icon {
  width: 20px;
  display: none;
}
.header .nav-menu .nav-item.has-sub .nav-link {
  transition: all 0.3s;
}
.header .nav-menu .nav-item.has-sub:hover .sub-box {
  display: block;
  opacity: 1;
}
.header .nav-menu .nav-item.has-sub .sub-box {
  position: absolute;
  top: 100%;
  left: -7rem;
  transition: all 0.3s;
  padding-top: 14px;
  min-width: 20rem;
  opacity: 0;
  display: none;
}
.header .nav-menu .nav-item.has-sub .sub-box .nav-has-sub {
  border-radius: 1rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
}
.header .nav-menu .nav-item.has-sub .sub-box .nav-has-sub .sub-link {
  padding: 1.25rem 1.5rem;
  text-align: center;
  color: #0D50A7;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 155%;
  display: inline-block;
  width: 100%;
  border-radius: 1rem;
  transition: all 0.3s;
}
.header .nav-menu .nav-item.has-sub .sub-box .nav-has-sub .sub-link:hover {
  background-color: #E9E9E9;
}
.header .nav-menu .nav-item.has-sub .sub-box .nav-has-sub .sub-link.active {
  font-weight: 500;
}
.header .nav-menu .nav-item.has-sub .sub-box .nav-has-sub .menu-item.sub-item .nav-has-sub {
  display: none;
}
.header .nav-menu .nav-link {
  padding: 8px;
  color: #0D50A7;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}
.header .nav-menu .nav-link.active {
  border-bottom: 1px solid #0D50A7;
  font-weight: 700;
}
.header .nav-menu .languages {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .nav-menu .languages .lang-name {
  color: #0D50A7;
  font-size: 1.125rem;
  font-weight: 500;
  margin-left: 8px;
}
.header .nav-menu .languages .lang-flag {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  overflow: hidden;
}
.header .nav-menu .languages .lang-flag img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.header .menu-button {
  display: none;
}
.header .language-switcher {
  position: relative;
  display: inline-block;
}
.header .language-switcher-toggle {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.header .lang-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.header .lang-text {
  font-size: 1.125rem;
  color: #0D50A7;
  font-weight: 500;
}
.header .language-switcher-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 999;
  width: 5.5rem;
}
.header .language-switcher-dropdown .lang-item {
  justify-content: flex-end;
  width: 100%;
}
.header .language-switcher-dropdown .lang-item .lang-flag {
  flex-shrink: 0;
}
.header .language-switcher-dropdown .lang-item {
  text-decoration: none;
  color: inherit;
}
.header .language-switcher.is-open .language-switcher-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .flag-img {
  display: block;
  width: 2.25rem;
  height: auto;
}

@media screen and (max-width: 1440px) {
  .header {
    padding: 16px 0;
  }
  .header .logo-link {
    width: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    border-radius: 0;
    padding: 1rem 0;
    position: fixed;
  }
  .header .logo-link {
    width: 150px;
  }
  .header .nav-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: -100%;
    background-color: #ffffff;
    transition: all 0.75s;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    padding: 16px 0;
    height: calc(100vh - 74px);
    background: linear-gradient(0deg, #058DE0 0%, #0D50A7 99.19%);
  }
  .header .nav-menu .languages {
    padding: 8px 20px;
  }
  .header .nav-menu .languages .lang-name {
    margin-left: 0;
  }
  .header .nav-menu .languages .lang-flag {
    width: 28px;
    height: 28px;
  }
  .header .nav-menu .nav-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
  .header .nav-menu .nav-item {
    width: 100%;
  }
  .header .nav-menu .nav-item.has-sub {
    position: relative;
  }
  .header .nav-menu .nav-item.has-sub .box-has {
    width: 100%;
    padding-right: 20px;
  }
  .header .nav-menu .nav-item.has-sub .box-has .blue-arrow-icon {
    display: block;
  }
  .header .nav-menu .nav-item.has-sub .nav-link {
    transition: all 0.3s;
  }
  .header .nav-menu .nav-item.has-sub:hover .sub-box {
    display: block;
    opacity: 1;
  }
  .header .nav-menu .nav-item.has-sub .sub-box {
    position: static;
    opacity: 1;
    display: flex;
    padding-top: 6px;
    display: none !important;
    width: 92%;
  }
  .header .nav-menu .nav-item.has-sub .sub-box.active {
    display: block !important;
  }
  .header .nav-menu .nav-item.has-sub .sub-box .nav-has-sub {
    border-radius: 0;
    gap: 12px;
    margin-left: 2rem;
    background-color: transparent;
  }
  .header .nav-menu .nav-item.has-sub .sub-box .nav-has-sub .sub-link {
    padding: 8px 12px;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
  }
  .header .nav-menu .nav-link {
    padding: 4px 0px;
    margin-left: 20px;
    font-size: 1.125rem;
    color: #ffffff;
  }
  .header .nav-menu .nav-link.active {
    border-bottom: 1px solid transparent;
    font-weight: 700;
    width: fit-content;
    border-bottom: 1px solid #ffffff;
  }
  .header .nav-menu.active {
    left: 0;
  }
  .header .menu-button {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }
  .header .menu-button span {
    width: 26px;
    height: 2px;
    background: #0D50A7;
    transition: all 0.5s;
    border-radius: 8px;
  }
  .header .menu-button.clicked span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .header .menu-button.clicked span:nth-child(2) {
    opacity: 0;
  }
  .header .menu-button.clicked span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .header .lang-text {
    color: #ffffff;
  }
  .header .language-switcher .language-switcher-dropdown .lang-text {
    color: #0D50A7;
  }
}
@media screen and (max-width: 767px) {
  .header .logo-link {
    width: 120px;
  }
  .header .language-switcher {
    padding: 8px 20px;
  }
  .header .language-switcher .language-switcher-dropdown {
    right: unset;
  }
  .header .language-switcher .language-switcher-dropdown .lang-item {
    justify-content: flex-start;
  }
}
.footer {
  border-radius: 24px 24px 0 0;
  background: #0D50A7;
  padding: 3rem 0;
  color: #E9E9E9;
}
.footer .footer-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.footer .ft-left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer .ft-left .ft-left-top .vn-name {
  font-weight: bold;
}
.footer .ft-left .ft-left-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .ft-left .ft-left-bottom .ct-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 420px;
}
.footer .ft-left .ft-left-bottom .ct-item img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  object-fit: cover;
  flex-shrink: 0;
}
.footer .ft-right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.footer .ft-right .cur-lang {
  padding: 4px 12px;
  border-radius: 6px;
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer .ft-right .cur-lang .lang-text {
  font-weight: bold;
}
.footer .ft-right .social-list-footer {
  display: flex;
  gap: 10px;
}
.footer .ft-right .social-list-footer a img {
  width: 36px;
  height: 36px;
  aspect-ratio: 1;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .footer {
    border-radius: 16px 16px 0 0;
    padding: 3rem 0;
  }
  .footer .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.5rem;
  }
  .footer .ft-left .ft-left-bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .footer .ft-left .ft-left-bottom .ct-item img {
    width: 20px;
    height: 20px;
  }
  .footer .ft-right .cur-lang {
    padding: 4px 12px;
    border-radius: 6px;
    border: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .footer .ft-right .cur-lang .lang-text {
    font-weight: bold;
  }
}
.faq-sect {
  padding: 5rem 0 6rem;
}
.faq-sect .faq-box .primary-button {
  align-self: center;
}
.faq-sect .faq-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  transition: all 0.3s;
  border-radius: 24px;
}
.faq-sect .faq-item > a {
  display: block;
  width: 25.6%;
  flex-shrink: 0;
}
.faq-sect .faq-item > a img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.faq-sect .faq-item .faq-item-content {
  flex-grow: 1;
}
.faq-sect .faq-item .faq-item-content .flex-column-gap-32 {
  align-items: flex-start;
}
.faq-sect .faq-item .faq-item-content .faq-title {
  margin-bottom: 4px;
  color: #0D0D0D;
  text-transform: uppercase;
}
.faq-sect .faq-item .faq-item-content .excerpt {
  color: #0D0D0D;
}
.faq-sect .faq-item:hover {
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.25);
}

.slider-section {
  padding: 5rem 0;
  height: auto;
  overflow-x: hidden;
}
.slider-section .js-hero-slider {
  overflow: visible;
  width: 100%;
}
.slider-section .js-hero-slider .swiper-slide {
  border-radius: 2.5rem;
  padding: 3rem 3rem;
  position: relative;
  transition: width 0.5s ease, transform 0.5s ease;
  color: #ffffff;
  min-height: 643px;
  cursor: pointer;
}
.slider-section .js-hero-slider .swiper-slide:not(.swiper-slide-active) {
  overflow: hidden;
}
.slider-section .js-hero-slider .swiper-slide:not(.swiper-slide-active) .slide-content {
  opacity: 0;
  transform: translateX(-120%);
}
.slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content {
  max-width: 396px;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
.slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .head {
  margin-bottom: 2rem;
}
.slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .head .heading-60-kim {
  margin-bottom: 1rem;
  line-height: 130%;
  font-size: 3rem;
}
.slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .head .sub {
  font-size: 1.5rem;
}
.slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .bottom p {
  color: #ffffff;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
}
.slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .bottom p:last-child {
  margin-bottom: 0;
}
.slider-section .js-hero-slider .swiper-slide .slide-innder .slide-thumb {
  position: absolute;
  transition: all 0.5s;
}
.slider-section .js-hero-slider .swiper-slide .slide-innder .slide-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.5rem;
}
.slider-section .js-hero-slider .swiper-slide.swiper-slide-active {
  overflow: visible;
}
.slider-section .js-hero-slider .swiper-slide.swiper-slide-prev .slide-thumb {
  inset: 0 -6vw 0 0 !important;
}
.slider-section .js-hero-slider .swiper-slide.swiper-slide-prev .slide-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}
.slider-section .js-hero-slider .swiper-slide:nth-child(1) {
  background: #058DE0;
}
.slider-section .js-hero-slider .swiper-slide:nth-child(1):before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(261deg, rgba(5, 141, 224, 0) 49.39%, #0D50A7 99.5%);
  z-index: 2;
  border-radius: 2.5rem;
}
.slider-section .js-hero-slider .swiper-slide:nth-child(1) .slide-thumb {
  inset: 0 -6vw 0 0;
}
.slider-section .js-hero-slider .swiper-slide:nth-child(1) .slide-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}
.slider-section .js-hero-slider .swiper-slide:nth-child(1).swiper-slide-active .slide-thumb {
  inset: 0;
}
.slider-section .js-hero-slider .swiper-slide:nth-child(2) {
  background: #E9E9E9;
  color: #0D50A7;
}
.slider-section .js-hero-slider .swiper-slide:nth-child(2) p {
  color: #0D50A7 !important;
}
.slider-section .js-hero-slider .swiper-slide:nth-child(2) .slide-thumb {
  inset: 0 42% 0rem -40%;
}
.slider-section .js-hero-slider .swiper-slide:nth-child(2) .slide-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}
.slider-section .js-hero-slider .swiper-slide:nth-child(2).swiper-slide-active .slide-thumb {
  inset: 0;
}
.slider-section .js-hero-slider .swiper-slide:nth-child(3) {
  background: #00AB66;
}
.slider-section .js-hero-slider .swiper-slide:nth-child(3) .slide-thumb {
  inset: 0 42% 0rem -40%;
}
.slider-section .js-hero-slider .swiper-slide:nth-child(3) .slide-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}
.slider-section .js-hero-slider .swiper-slide:nth-child(3).swiper-slide-active .slide-thumb {
  inset: 0;
}
.slider-section .js-hero-slider.story-1 .swiper-slide:nth-child(1) {
  background: #E9E9E9;
  color: #0D50A7;
}
.slider-section .js-hero-slider.story-1 .swiper-slide:nth-child(1).swiper-slide-active .slide-thumb {
  inset: 0 -7vw 0 7vw;
}
.slider-section .js-hero-slider.story-1 .swiper-slide:nth-child(1)::before {
  display: none;
}
.slider-section .js-hero-slider.story-1 .swiper-slide:nth-child(1) p {
  color: #0D50A7 !important;
}
.slider-section .js-hero-slider.story-1 .swiper-slide:nth-child(2) {
  background: #00AB66;
  color: #ffffff;
}
.slider-section .js-hero-slider.story-1 .swiper-slide:nth-child(2) p {
  color: #ffffff !important;
}
.slider-section .js-hero-slider.story-1 .swiper-slide:nth-child(2) .slide-content .bottom .normal-text-16 {
  color: #ffffff !important;
}
.slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(1) {
  background: #00AB66;
  color: #ffffff;
}
.slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(1)::before {
  display: none;
}
.slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(1) p {
  color: #ffffff !important;
}
.slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(1) .slide-content .bottom .normal-text-16 {
  color: #ffffff !important;
}
.slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(2) {
  background: #058DE0;
  color: #ffffff;
  overflow: hidden;
}
.slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(2):before {
  position: absolute;
  transition: all 0.3s;
  content: "";
  inset: 0;
  background: linear-gradient(261deg, rgba(5, 141, 224, 0) 49.39%, #0D50A7 99.5%);
  z-index: 2;
  border-radius: 2.5rem;
  opacity: 0;
}
.slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(2).swiper-slide-active:before {
  opacity: 1;
}
.slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(2) p {
  color: #ffffff !important;
}
.slider-section .js-hero-slider.story-1 .swiper-slide:nth-child(1) {
  background: #E9E9E9;
  color: #0D50A7;
}
.slider-section .js-hero-slider.story-1 .swiper-slide:nth-child(1)::before {
  display: none;
}
.slider-section .js-hero-slider.story-1 .swiper-slide:nth-child(1) p {
  color: #0D50A7 !important;
}
.slider-section .js-hero-slider.story-1 .swiper-slide:nth-child(2) {
  background: #00AB66;
  color: #ffffff;
}
.slider-section .js-hero-slider.story-1 .swiper-slide:nth-child(2) p {
  color: #ffffff !important;
}
.slider-section .js-hero-slider.story-1 .swiper-slide:nth-child(2) .slide-content .bottom .normal-text-16 {
  color: #ffffff !important;
}
.slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(1) {
  background: #00AB66;
  color: #ffffff;
}
.slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(1)::before {
  display: none;
}
.slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(1) p {
  color: #ffffff !important;
}
.slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(1) .slide-content .bottom .normal-text-16 {
  color: #ffffff !important;
}
.slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(2) {
  background: #058DE0;
  color: #ffffff;
  overflow: hidden;
}
.slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(2):before {
  position: absolute;
  transition: all 0.3s;
  content: "";
  inset: 0;
  background: linear-gradient(261deg, rgba(5, 141, 224, 0) 49.39%, #0D50A7 99.5%);
  z-index: 2;
  border-radius: 2.5rem;
  opacity: 0;
}
.slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(2).swiper-slide-active:before {
  opacity: 1;
}
.slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(2) p {
  color: #ffffff !important;
}
.slider-section .swiper-button-next {
  right: -5rem;
}
.slider-section .swiper-button-prev {
  left: -5rem;
}

.page-id-350 .hero .about-hero-content h1 {
  color: #ffffff;
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #fff;
}
.page-id-350 .hero .about-hero-content p {
  color: #ffffff !important;
}

.page-id-494 .hero .about-hero-content h1 {
  color: #ffffff;
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #fff;
}
.page-id-494 .hero .about-hero-content p {
  color: #ffffff !important;
}

@media screen and (max-width: 1440px) {
  .slider-section .js-hero-slider .swiper-slide {
    min-height: 555px;
  }
  .slider-section .js-hero-slider .swiper-slide:nth-child(2).swiper-slide-active .slide-thumb {
    inset: 0 -7vw 0 7vw;
  }
  .slider-section .swiper-button-next {
    right: -2rem;
  }
  .slider-section .swiper-button-prev {
    left: -2rem;
  }
  .page-id-481 .slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .head .heading-60-kim {
    font-size: 2.5rem;
  }
  .page-id-481 .slider-section .js-hero-slider .swiper-slide:nth-child(3).swiper-slide-active .slide-thumb {
    inset: 0 -3rem 0 3rem;
  }
  .page-id-541 .slider-section .js-hero-slider .swiper-slide:nth-child(3).swiper-slide-active .slide-thumb {
    inset: 0 -3rem 0 3rem;
  }
  .page-id-541 .slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .head .heading-60-kim {
    font-size: 2.5rem;
  }
  .page-id-465 .slider-section .js-hero-slider .swiper-slide:nth-child(2).swiper-slide-active .slide-thumb {
    inset: 0 -3rem 0 3rem;
  }
  .page-id-465 .slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .head .heading-60-kim {
    font-size: 2.5rem;
  }
  .page-id-446 .slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .head .heading-60-kim {
    font-size: 2.5rem;
  }
  .page-id-446 .slider-section .js-hero-slider .swiper-slide:nth-child(1).swiper-slide-active .slide-thumb {
    inset: 0 -3rem 0 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .slider-section {
    padding: 3rem 0 4rem;
  }
  .slider-section .js-hero-slider .swiper-slide {
    border-radius: 1rem;
    padding: 2rem 1.25rem 0;
    min-height: 710px;
    position: relative;
  }
  .slider-section .js-hero-slider .swiper-slide:not(.swiper-slide-active) {
    overflow: hidden;
  }
  .slider-section .js-hero-slider .swiper-slide:not(.swiper-slide-active) .slide-content {
    opacity: 1;
    transform: translateX(0);
  }
  .slider-section .js-hero-slider .swiper-slide .slide-innder {
    min-height: 700px;
  }
  .slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content {
    max-width: 100%;
    position: static !important;
    transition: none;
    transform: none !important;
  }
  .slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .head {
    margin-bottom: 0.5rem;
  }
  .slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .head .heading-60-kim {
    margin-bottom: 0;
    font-size: 1.75rem;
  }
  .slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .head .sub {
    font-size: 1rem;
  }
  .slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .bottom {
    gap: 1rem;
  }
  .slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .bottom .normal-text-16 {
    font-size: 0.75rem;
  }
  .slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .bottom .primary-button {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.25rem !important;
    z-index: 5 !important;
    opacity: 1;
  }
  .slider-section .js-hero-slider .swiper-slide .slide-innder .slide-thumb img {
    border-radius: 1rem;
  }
  .slider-section .js-hero-slider .swiper-slide.swiper-slide-active {
    overflow: hidden;
  }
  .slider-section .js-hero-slider .swiper-slide.swiper-slide-prev .slide-thumb {
    inset: 41% -2.5rem -2rem 0rem !important;
  }
  .slider-section .js-hero-slider .swiper-slide.swiper-slide-prev .slide-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
  }
  .slider-section .js-hero-slider .swiper-slide:nth-child(1) {
    background: #058DE0;
  }
  .slider-section .js-hero-slider .swiper-slide:nth-child(1):before {
    inset: 0;
    background: none;
    z-index: 2;
    border-radius: 1rem;
  }
  .slider-section .js-hero-slider .swiper-slide:nth-child(1) .slide-thumb {
    inset: 41% -2.5rem -2rem 0rem;
  }
  .slider-section .js-hero-slider .swiper-slide:nth-child(1) .slide-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
  }
  .slider-section .js-hero-slider .swiper-slide:nth-child(1).swiper-slide-active .slide-thumb {
    inset: 41% -2.5rem -2rem 0rem;
  }
  .slider-section .js-hero-slider .swiper-slide:nth-child(2) {
    background: #E9E9E9;
    color: #0D50A7;
  }
  .slider-section .js-hero-slider .swiper-slide:nth-child(2) p {
    color: #0D50A7 !important;
  }
  .slider-section .js-hero-slider .swiper-slide:nth-child(2) .slide-thumb {
    inset: 41% -2.5rem -2rem 0rem;
  }
  .slider-section .js-hero-slider .swiper-slide:nth-child(2) .slide-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
  }
  .slider-section .js-hero-slider .swiper-slide:nth-child(2).swiper-slide-active .slide-thumb {
    inset: 41% -2.5rem -2rem 0rem;
  }
  .slider-section .js-hero-slider .swiper-slide:nth-child(3) {
    background: #00AB66;
  }
  .slider-section .js-hero-slider .swiper-slide:nth-child(3) .slide-thumb {
    inset: 41% -2.5rem -2rem 0rem;
  }
  .slider-section .js-hero-slider .swiper-slide:nth-child(3) .slide-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
  }
  .slider-section .js-hero-slider .swiper-slide:nth-child(3).swiper-slide-active .slide-thumb {
    inset: 41% -2.5rem -2rem 0rem;
  }
  .slider-section .js-hero-slider.story-1 .swiper-slide:nth-child(1).swiper-slide-active .slide-thumb {
    inset: 41% -2.5rem -2rem 0rem;
  }
  .slider-section .swiper-button-next {
    right: -16px;
  }
  .slider-section .swiper-button-prev {
    left: -16px;
  }
  .slider-section .js-hero-slider.story-3 .swiper-slide:nth-child(2):before {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .slider-section {
    padding: 3rem 0;
  }
  .faq-sect {
    padding: 3rem 0 3rem;
  }
  .faq-sect .list-faq-item {
    gap: 0.5rem;
  }
  .faq-sect .faq-item {
    gap: 1rem;
    flex-direction: column;
    padding: 1.5rem;
  }
  .faq-sect .faq-item > a {
    display: block;
    width: 100%;
  }
  .faq-sect .faq-item .faq-item-content .flex-column-gap-32 {
    gap: 12px;
  }
  .faq-sect .faq-item .faq-item-content .faq-title {
    margin-bottom: 4px;
    color: #0D0D0D;
  }
  .faq-sect .faq-item .faq-item-content .excerpt {
    color: #0D0D0D;
  }
  .page-id-481 .slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .head .heading-60-kim {
    font-size: 2rem;
  }
  .page-id-481 .slider-section .js-hero-slider .swiper-slide.swiper-slide-active .slide-thumb,
  .page-id-481 .slider-section .js-hero-slider .swiper-slide .slide-thumb {
    inset: 43% -2.5rem -2rem 0rem !important;
  }
  .page-id-481 .slider-section .js-hero-slider .swiper-slide:nth-child(3).swiper-slide-active .slide-thumb {
    inset: 43% -2.5rem -2rem 0rem;
  }
  .page-id-541 .slider-section .js-hero-slider .swiper-slide:nth-child(3).swiper-slide-active .slide-thumb {
    inset: 43% -2.5rem -2rem 0rem;
  }
  .page-id-541 .slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .head .heading-60-kim {
    font-size: 2rem;
  }
  .page-id-465 .slider-section .js-hero-slider .swiper-slide:nth-child(2).swiper-slide-active .slide-thumb {
    inset: 43% -2.5rem -2rem 0rem;
  }
  .page-id-465 .slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .head .heading-60-kim {
    font-size: 2rem;
  }
  .page-id-446 .slider-section .js-hero-slider .swiper-slide .slide-innder .slide-content .head .heading-60-kim {
    font-size: 2rem;
  }
  .page-id-446 .slider-section .js-hero-slider .swiper-slide:nth-child(1).swiper-slide-active .slide-thumb {
    inset: 43% -2.5rem -2rem 0rem;
  }
}
.primary-button {
  border-radius: 12px;
  border: 1px solid #A6D5F1;
  background: linear-gradient(93deg, #058DE0 0%, #058DE0 99.19%);
  transition: all 0.2s;
  min-width: 232px;
  padding: 1rem;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 150%;
}
.primary-button:hover {
  background: linear-gradient(93deg, #058DE0 0%, #0D50A7 99.19%);
  color: #ffffff;
}
.primary-button:focus {
  background: linear-gradient(93deg, #0D50A7 0%, #0D50A7 99.19%);
}

.underline-link {
  color: #0D50A7;
  line-height: 150%;
  border-bottom: 1px solid #0D50A7;
}
.underline-link:hover {
  color: #0D50A7;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 5;
  width: 3.5rem !important;
  height: 3.5rem !important;
  border-radius: 50%;
  background: #058DE0;
  padding: 12px;
  transition: all 0.3s;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  color: #ffffff;
  fill: #ffffff;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  background-color: #E9E9E9;
}
.swiper-button-next.swiper-button-disabled svg,
.swiper-button-prev.swiper-button-disabled svg {
  fill: #A3A5AE;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: linear-gradient(93deg, #058DE0 0%, #0D50A7 99.19%);
}
.swiper-button-next:active,
.swiper-button-prev:active {
  background: #0D50A7;
}

.swiper-button-prev {
  z-index: 5;
}

.scroll-icon-ne {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  overflow: hidden;
}

.social-list {
  position: fixed !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 15;
  right: 1rem !important;
}
.social-list .social-link {
  width: 2.25rem;
  height: 2.25rem;
  overflow: hidden;
}
.social-list .social-link img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.is-post-slider {
  width: 100%;
}
.is-post-slider .swiper-button-next {
  right: -5rem;
}
.is-post-slider .swiper-button-prev {
  left: -5rem;
}
.is-post-slider .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #A6D5F1;
  background: linear-gradient(90deg, #A6D5F1 0%, #E9E9E9 100%);
  box-shadow: 1px 3px 5px 0 rgba(16, 24, 40, 0.08);
}
.is-post-slider .swiper-slide .post-link {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/3;
  min-height: 205px;
  display: inline-block;
}
.is-post-slider .swiper-slide .post-link .post-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.is-post-slider .swiper-slide .post-content {
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.is-post-slider .swiper-slide .post-content .post-name {
  color: #0D50A7;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 155%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  min-height: 4.5em;
}
.is-post-slider .swiper-slide .post-content .post-button-link {
  color: #0D50A7;
  font-weight: 700;
  line-height: 150%;
  border-bottom: 1px solid #0D50A7;
}
.is-post-slider .swiper-slide:hover .post-thumb {
  transform: scale(1.1);
}

@media screen and (max-width: 1440px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 3rem !important;
    height: 3rem !important;
  }
  .is-post-slider .swiper-button-next {
    right: -2rem;
  }
  .is-post-slider .swiper-button-prev {
    left: -2rem;
  }
}
@media screen and (max-width: 1023px) {
  .primary-button {
    min-width: 200px;
    font-size: 0.875rem;
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-icon-ne {
    display: none;
  }
  .social-list {
    display: none;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 2rem !important;
    height: 2rem !important;
    padding: 8px;
  }
  .is-post-slider {
    padding-bottom: 0rem !important;
  }
  .is-post-slider .swiper-button-prev {
    top: -2rem;
    right: 2.8rem !important;
    left: auto !important;
    transform: translateX(0%);
  }
  .is-post-slider .swiper-button-next {
    top: -2rem;
    right: 0 !important;
    transform: translateX(0%);
  }
  .is-post-slider .swiper-slide {
    border-radius: 16x;
  }
  .is-post-slider .swiper-slide .post-content {
    padding: 24px 12px;
    gap: 24px;
  }
  .is-post-slider .swiper-slide .post-content .post-name {
    font-size: 1rem;
  }
}
body {
  background: linear-gradient(137deg, rgba(255, 255, 255, 0) 54.75%, rgba(135, 185, 216, 0.3) 79.21%);
}

.banner-blog-detail {
  position: relative;
  height: 75vh;
}
.banner-blog-detail .blog-detail-banner {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-blog-detail:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 37, 78, 0) 23.7%, #06254E 100%);
}
.banner-blog-detail .social-list {
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  z-index: 3;
}
.banner-blog-detail .post-head-box {
  position: absolute;
  color: #E9E9E9;
  z-index: 3;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  width: 100%;
}
.banner-blog-detail .post-head-box h1 {
  text-transform: uppercase;
}
.banner-blog-detail .post-head-box .excerpt {
  color: #E9E9E9;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.1px;
  font-style: italic;
}

.blog-main-content {
  padding: 5rem 0;
}
.blog-main-content .blog-richtext {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.blog-main-content .blog-richtext .fck_detail {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.blog-main-content .blog-richtext .fck_detail > div {
  width: 100% !important;
}
.blog-main-content .blog-richtext h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.blog-main-content .blog-richtext h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
.blog-main-content .blog-richtext img {
  width: 100%;
}
.blog-main-content .blog-richtext .wp-caption.aligncenter {
  margin: 0 auto;
  width: 100% !important;
}
.blog-main-content .blog-richtext .wp-caption.aligncenter .wp-caption-text {
  text-align: center;
  margin-top: 4px;
}
.blog-main-content .blog-richtext > div {
  width: 100% !important;
}
.blog-main-content .blog-richtext .wp-caption-text {
  font-size: 0.875rem;
  margin-top: 6px;
  text-align: center;
  font-style: italic;
}

.related-post {
  padding: 5rem 0;
  overflow-x: hidden;
}
.related-post .js-related-post-slider {
  overflow: visible;
}

@media screen and (max-width: 1023px) {
  .banner-blog-detail {
    height: 600px;
  }
  .banner-blog-detail .post-head-box {
    width: 100%;
    padding: 0 20px;
    bottom: 2rem;
  }
  .banner-blog-detail .social-list {
    right: 20px;
    top: 30%;
    transform: translateY(-30%);
  }
  .banner-blog-detail .heading-36-kim {
    font-size: 1.75rem;
  }
  .blog-main-content {
    padding: 4rem 0 2rem;
  }
  .blog-main-content .blog-richtext h2 {
    font-size: 1.25rem;
  }
  .blog-main-content .blog-richtext h3 {
    font-size: 1.125rem;
  }
  .related-post {
    padding: 3rem 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-blog-detail {
    margin-top: 74px;
    height: 590px;
  }
  .banner-blog-detail .social-list {
    top: 50%;
    transform: translateY(-50%);
  }
  .banner-blog-detail .post-head-box .excerpt {
    font-size: 1rem;
  }
  .blog-main-content .blog-richtext h2 {
    line-height: 140%;
  }
  .blog-main-content .blog-richtext h3 {
    line-height: 140%;
  }
}
/*# sourceMappingURL=style.css.map */
