@charset "UTF-8";
/* breakpoint */
/* breakpoint : content */
/* display */
/* Typography */
/*$colors: (
  "default": $default,
  "primary": $primary,
  "secondary": $secondary,
  "danger": $danger,
  "warning": $warning,
  "success": $success,
  "dark": $black,
  "information": $information,
  "ghost": $ghost,
  "light": $light,
);
*/
/*
$board-colors: (
  "color1": $base-main-color2,
  "color2": $base-main-color3,
  "color3": $base-main-color1,
  "color4": $ghost,
  "color5": $point,
  "color6": $light,
  "color7": $black,
);
*/
/*$colors: (
  "default": $default,
  "primary": $primary,
  "secondary": $secondary,
  "danger": $danger,
  "warning": $warning,
  "success": $success,
  "dark": $black,
  "information": $information,
  "ghost": $ghost,
  "light": $light,
);
*/
/*
$board-colors: (
  "color1": $base-main-color2,
  "color2": $base-main-color3,
  "color3": $base-main-color1,
  "color4": $ghost,
  "color5": $point,
  "color6": $light,
  "color7": $black,
);
*/
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("AppleSDGothicNeoM00"), url("/pcms/common/fonts/ko/AppleSDGothicNeo/AppleSDGothicNeo-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: local("AppleSDGothicNeoH00"), url("/pcms/common/fonts/ko/AppleSDGothicNeo/AppleSDGothicNeo-Black.woff2") format("woff2");
}
/* 공통 : s */
.section-wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.section {
  position: relative;
  display: block;
  width: 100%;
}
.section > .inner {
  position: relative;
  display: block;
  max-width: 1328px;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  margin: 0 auto;
}
.section > .inner a, .section > .inner button {
  transition: background-image 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media (max-width: 1376px) {
  .section > .inner {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .section > .inner {
    padding: 0 16px;
  }
}

.point-name {
  display: flex;
  align-items: center;
  color: #D72828;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
}
@media (max-width: 1023px) {
  .point-name {
    font-size: 18px;
    margin: 0 0 5px;
  }
}
@media (max-width: 499px) {
  .point-name {
    font-size: 16px;
  }
}
.point-name::before {
  display: block;
  width: 21px;
  height: 29px;
  margin: 0 5px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.5C5.348 9.534 9.534 5.348 10.5 0C11.466 5.348 15.652 9.534 21 10.5C15.652 11.466 11.466 15.652 10.5 21C9.534 15.652 5.348 11.466 0 10.5Z' fill='%23D72828'/%3E%3C/svg%3E%0A");
  content: "";
  background-size: contain;
}
@media (max-width: 1023px) {
  .point-name::before {
    height: 25px;
  }
}
@media (max-width: 499px) {
  .point-name::before {
    width: 17px;
    height: 22px;
  }
}

.common-title {
  display: block;
  width: 100%;
  color: #010101;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.01em;
}
@media (max-width: 1280px) {
  .common-title {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .common-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .common-title {
    font-size: 20px;
  }
}
@media (max-width: 499px) {
  .common-title {
    font-size: 18px;
  }
}
.common-title br {
  display: none;
}
@media (max-width: 1023px) {
  .common-title br {
    display: block;
  }
}

.more-link {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 5em;
  border: 1px solid rgba(51, 51, 51, 0.15);
  padding: 0 20px;
  height: 47px;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  background-color: #fff;
}
@media (max-width: 767px) {
  .more-link {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 40px;
    border-radius: 8px;
  }
}
.more-link::after {
  content: "";
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-left: 5px;
  background: linear-gradient(to right, currentColor, currentColor) no-repeat center/1px calc(100% - 2px), linear-gradient(to right, currentColor, currentColor) no-repeat center/calc(100% - 2px) 1px;
}
.more-link:hover {
  background-color: #002A4B;
  border-color: transparent;
  color: #FFF;
}

.large-more {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .large-more {
    order: 10;
    width: 100%;
  }
}
.large-more .link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 121px;
  background-color: rgba(0, 42, 75, 0.05);
  border-radius: 100%;
  z-index: 2;
}
@media (max-width: 1023px) {
  .large-more .link {
    width: 97px;
    height: 97px;
  }
}
@media (max-width: 767px) {
  .large-more .link {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    background-color: #fff;
    align-items: center;
    margin-top: 28px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    color: #010101;
    border: 1px solid rgba(51, 51, 51, 0.15);
    padding: 0 20px;
    white-space: nowrap;
    transition: border-color 0.3s, background-color 0.3s, color 0.3s;
    flex-direction: row;
  }
}
.large-more .link::before, .large-more .link::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
}
.large-more .link::before {
  width: 87px;
  height: 87px;
  border-radius: 100%;
  background-color: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 42, 75, 0.15);
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .large-more .link::before {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .large-more .link::before {
    display: none;
  }
}
.large-more .link::after {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 6.01172V7.50586H7.50586V13.5H5.99414V7.50586H0V6.01172H5.99414V0H7.50586V6.01172H13.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@media (max-width: 767px) {
  .large-more .link::after {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-left: 5px;
    background: linear-gradient(to right, currentColor, currentColor) no-repeat center/1px calc(100% - 2px), linear-gradient(to right, currentColor, currentColor) no-repeat center/calc(100% - 2px) 1px;
    visibility: visible;
    opacity: 1;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
}
.large-more .link .icon {
  position: relative;
  flex-shrink: 0;
  width: 63px;
  height: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='63' height='42' viewBox='0 0 63 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.459 30.5293L24.866 41.8164H34.6436L17.5673 24.9072L13.459 30.5293Z' fill='%23002A4B'/%3E%3Cpath d='M0 41.8152H6.91288V31.972H6.9043V23.0461H6.91288V14.0096H0V41.8152Z' fill='%23002A4B'/%3E%3Cpath d='M56.5982 0H56.5037C56.5037 3.05742 53.9822 5.55431 50.8946 5.55431C45.3197 5.23158 39.6846 6.24223 34.3929 8.04271C21.7593 12.4929 10.2235 21.4105 3.43929 33.0287C1.93835 35.7718 0.58322 38.7273 0 41.8186H8.64537C8.79119 41.1987 8.95415 40.5788 9.14284 39.9758C11.4843 32.6039 16.9477 25.4615 22.4969 20.0939C30.2244 12.6628 40.0877 7.05754 50.8946 5.64774C53.9822 5.64774 56.5037 8.14462 56.5037 11.202H56.5982C56.5982 8.13612 59.1111 5.64774 62.2073 5.64774V5.55431C59.1197 5.55431 56.5982 3.05742 56.5982 0Z' fill='url(%23paint0_linear_19185_3819)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_19185_3819' x1='29.6842' y1='25.6993' x2='21.4457' y2='42.842' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E83E30'/%3E%3Cstop offset='1' stop-color='%23CE2B30'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  margin: -6px 0 6px 28px;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, background-image 0.3s ease-in-out;
  z-index: 2;
}
@media (max-width: 1023px) {
  .large-more .link .icon {
    width: 50px;
    height: 34px;
  }
}
@media (max-width: 767px) {
  .large-more .link .icon {
    display: none;
  }
}
.large-more .link .name {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  transition: opacity 0.3s, color 0.3s;
  z-index: 2;
}
@media (max-width: 1023px) {
  .large-more .link .name {
    font-size: 15px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .large-more .link .name .mo-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}
@media (min-width: 768px) {
  .large-more .link:hover::before {
    background-color: #002A4B;
  }
  .large-more .link:hover::after {
    opacity: 1;
  }
  .large-more .link:hover .icon {
    opacity: 0;
  }
  .large-more .link:hover .name {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .large-more .link:hover {
    background-color: #002A4B;
    border-color: transparent;
    color: #FFF;
  }
}
.large-more .link:hover::after {
  opacity: 1;
}
@media (max-width: 499px) {
  .large-more .link:hover .icon {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 2.80078L10.5 17.2008' stroke='%23FFFFFF' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M17.6992 10L3.29922 10' stroke='%23FFFFFF' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }
}

.swiper-fraction {
  display: flex;
  align-items: center;
  font-family: "title_font", "gothic", sans-serif;
  font-size: 15px;
}
.swiper-fraction .swiper-btn {
  width: 28px;
  height: 28px;
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6124 4.91911C18.0955 4.3603 17.2575 4.3603 16.7407 4.91911L14.7308 7.22637L9.38764 12.9882C8.87079 13.547 8.87079 14.453 9.38764 15.0118L16.7407 23.0809C17.2575 23.6397 18.0955 23.6397 18.6124 23.0809C19.1292 22.5221 19.1292 21.6161 18.6124 21.0573L12.1952 14L18.6124 6.94273C19.1292 6.38392 19.1292 5.47791 18.6124 4.91911Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  transition: background-color 0.3s;
  border-radius: 3px;
}
.swiper-fraction .swiper-btn-next {
  transform: rotate(180deg);
}
.swiper-fraction .swiper-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.swiper-fraction .swiper-pager {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 0 0.2em;
}
.swiper-fraction .swiper-pager span {
  min-width: 1.5em;
  letter-spacing: normal;
  text-align: left;
  padding-top: 0.1em;
}
.swiper-fraction .swiper-pager .line {
  height: 0.8em;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  margin: 0 9px;
}
.swiper-fraction .swiper-pager .current {
  font-weight: 700;
  color: #E83E30;
  font-size: 1.2em;
  text-align: right;
}

.ib {
  display: inline-block;
}

/* 공통 : e */
.section.visual {
  height: calc(100vh - 32px);
  height: calc(100svh - 32px);
  max-height: 1048px;
  min-height: 800px;
  margin-bottom: 120px;
  background-color: #02355C;
}
@media (max-width: 1280px) {
  .section.visual {
    margin-bottom: 104px;
  }
}
@media (max-width: 1023px) {
  .section.visual {
    margin-bottom: 88px;
    max-height: 930px;
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .section.visual {
    margin-bottom: 72px;
    max-height: calc(388.00857px + 70.66381vw);
    min-height: 520px;
  }
}
@media (max-width: 499px) {
  .section.visual {
    margin-bottom: 60px;
  }
}
.section.visual .visual-wrap {
  font-family: "Apple SD Gothic Neo", "gothic", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  z-index: 5;
  text-align: center;
  text-transform: uppercase;
  padding: 162px 0 64px;
}
@media (max-width: 1023px) {
  .section.visual .visual-wrap {
    padding: 88px 0 60px;
  }
}
@media (max-width: 767px) {
  .section.visual .visual-wrap {
    padding: 70px 0 52px;
  }
}
@media (max-width: 639px) {
  .section.visual .visual-wrap {
    padding-top: 59px;
  }
}
@media (max-width: 499px) {
  .section.visual .visual-wrap {
    padding-bottom: 40px;
  }
}
.section.visual .visual-wrap .layout {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}
.section.visual .visual-wrap .txt-wrap {
  flex-direction: column;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 76px;
  padding-top: 1em;
}
@media (max-width: 1440px) {
  .section.visual .visual-wrap .txt-wrap {
    font-size: calc(27.53846px + 3.36538vw);
  }
}
@media (max-width: 1024px) {
  .section.visual .visual-wrap .txt-wrap {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .section.visual .visual-wrap .txt-wrap {
    font-size: calc(19.01493px + 5.59701vw);
  }
}
@media (max-width: 499px) {
  .section.visual .visual-wrap .txt-wrap {
    font-size: calc(4.5px + 8.5vw);
  }
}
.section.visual .visual-wrap .tit {
  line-height: 1;
  letter-spacing: -0.01em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}
.section.visual .visual-wrap .tit::first-letter {
  color: #E83E30;
}
.section.visual .visual-wrap .desc {
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-top: 0.5em;
  margin-bottom: 2.2em;
}
@media (max-width: 767px) {
  .section.visual .visual-wrap .desc {
    font-size: calc(12.50936px + 1.49813vw);
  }
}
@media (max-width: 499px) {
  .section.visual .visual-wrap .desc {
    font-size: calc(12.47739px + 1.50754vw);
  }
}
.section.visual .visual-wrap .swiper-fraction {
  padding: 20px 0;
}
.section.visual .swiper-toggle {
  width: 116px;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 1023px) {
  .section.visual .swiper-toggle {
    width: 104px;
  }
}
@media (max-width: 767px) {
  .section.visual .swiper-toggle {
    width: 92px;
  }
}
@media (max-width: 499px) {
  .section.visual .swiper-toggle {
    width: 80px;
  }
}
.section.visual .swiper-toggle::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.section.visual .swiper-toggle .timer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.section.visual .swiper-toggle .timer-thumb {
  stroke-dasharray: 349;
  stroke-dashoffset: 349;
  animation: toggle-timer linear;
}
@keyframes toggle-timer {
  from {
    stroke-dashoffset: 349;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.section.visual .swiper-toggle::after {
  content: "";
  width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' y='3.5' width='3' height='17' fill='white'/%3E%3Cpath d='M15 3.5H18V20.5H15V3.5Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
  transition: background-color 0.3s;
}
@media (max-width: 499px) {
  .section.visual .swiper-toggle::after {
    background-size: 20px;
  }
}
.section.visual .swiper-toggle.paused .timer-thumb {
  animation: none;
}
.section.visual .swiper-toggle.paused::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 12L7 20.6603L7 3.33974L19 12Z' fill='white'/%3E%3C/svg%3E%0A");
}
.section.visual .swiper-toggle:hover::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.section.visual .visual-swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section.visual .visual-swiper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.photo {
  margin: 0 0 120px;
}
@media (max-width: 1280px) {
  .section.photo {
    margin-bottom: 104px;
  }
}
@media (max-width: 1023px) {
  .section.photo {
    margin-bottom: 88px;
  }
}
@media (max-width: 767px) {
  .section.photo {
    margin-bottom: 72px;
  }
}
@media (max-width: 499px) {
  .section.photo {
    margin-bottom: 60px;
  }
}
.section.photo::before {
  position: absolute;
  right: 0;
  top: -53px;
  display: block;
  width: 323px;
  height: 1143px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/images/kor/main/2025/bg-text.png);
  content: "";
  z-index: -1;
}
@media (max-width: 1280px) {
  .section.photo::before {
    display: none;
  }
}
.section.photo .layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .section.photo .layout {
    align-items: flex-end;
  }
}
.section.photo .layout::after {
  display: none;
}
.section.photo .sec-header {
  width: 1px;
  flex-grow: 1;
  max-width: 1120px;
}
@media (min-width: 768px) {
  .section.photo .sec-header {
    margin-right: 20px;
  }
}
.section.photo .photo-box {
  width: 100%;
  margin-top: 34px;
  order: 5;
}
@media (max-width: 1023px) {
  .section.photo .photo-box {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section.photo .photo-box {
    margin-top: 24px;
  }
}
@media (max-width: 499px) {
  .section.photo .photo-box {
    margin-top: 20px;
  }
}
.section.photo .photo-box > .inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1023px) {
  .section.photo .photo-box > .inner {
    flex-direction: column;
  }
}
.section.photo .photo-box .item {
  width: 100%;
}
.section.photo .photo-box .item .thambnail {
  position: relative;
  display: block;
  width: 200px;
  height: 120px;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 1280px) {
  .section.photo .photo-box .item .thambnail {
    width: 58.645%;
    height: auto;
    padding-top: 21.951%;
  }
}
@media (max-width: 1023px) {
  .section.photo .photo-box .item .thambnail {
    width: 79.5%;
    padding-top: 26%;
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .section.photo .photo-box .item .thambnail {
    width: 48.88%;
    padding-top: 19.445%;
  }
}
@media (max-width: 499px) {
  .section.photo .photo-box .item .thambnail {
    width: 100%;
    padding-top: 0;
  }
}
.section.photo .photo-box .item .thambnail::before, .section.photo .photo-box .item .thambnail::after {
  position: absolute;
  display: block;
  content: "";
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.section.photo .photo-box .item .thambnail::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 42, 75, 0.8);
  z-index: 1;
}
.section.photo .photo-box .item .thambnail::after {
  left: calc(50% + 25px);
  top: calc(50% - 12px);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 61px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='63' height='42' viewBox='0 0 63 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.459 30.5293L24.866 41.8164H34.6436L17.5673 24.9072L13.459 30.5293Z' fill='%23FFFFFF'/%3E%3Cpath d='M0 41.8152H6.91288V31.972H6.9043V23.0461H6.91288V14.0096H0V41.8152Z' fill='%23FFFFFF'/%3E%3Cpath d='M56.5982 0H56.5037C56.5037 3.05742 53.9822 5.55431 50.8946 5.55431C45.3197 5.23158 39.6846 6.24223 34.3929 8.04271C21.7593 12.4929 10.2235 21.4105 3.43929 33.0287C1.93835 35.7718 0.58322 38.7273 0 41.8186H8.64537C8.79119 41.1987 8.95415 40.5788 9.14284 39.9758C11.4843 32.6039 16.9477 25.4615 22.4969 20.0939C30.2244 12.6628 40.0877 7.05754 50.8946 5.64774C53.9822 5.64774 56.5037 8.14462 56.5037 11.202H56.5982C56.5982 8.13612 59.1111 5.64774 62.2073 5.64774V5.55431C59.1197 5.55431 56.5982 3.05742 56.5982 0Z' fill='url(%23paint0_linear_19185_3819)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_19185_3819' x1='29.6842' y1='25.6993' x2='21.4457' y2='42.842' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E83E30'/%3E%3Cstop offset='1' stop-color='%23CE2B30'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  z-index: 2;
}
@media (max-width: 499px) {
  .section.photo .photo-box .item .thambnail::after {
    left: calc(50% + 20px);
    top: calc(50% - 6px);
    width: 70px;
    height: 47px;
  }
}
.section.photo .photo-box .item .thambnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 499px) {
  .section.photo .photo-box .item .thambnail img {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: auto;
  }
}
.section.photo .photo-box .item .word {
  width: calc(100% - 200px);
  padding: 15px 0 0 25px;
}
@media (max-width: 1280px) {
  .section.photo .photo-box .item .word {
    width: 100%;
    padding: 9px 0 0 15px;
    flex-grow: 1;
  }
}
@media (max-width: 499px) {
  .section.photo .photo-box .item .word {
    padding: 10px 0 0;
  }
}
.section.photo .photo-box .item .word .title {
  display: block;
  color: #010101;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 1.4;
  white-space: normal;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-wrap: break-word;
  height: 51px;
}
@media (max-width: 1280px) {
  .section.photo .photo-box .item .word .title {
    font-size: 16px;
    height: 45px;
  }
}
.section.photo .photo-box .item .word .date {
  display: block;
  color: #7A7A7A;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin: 21px 0 0;
}
@media (max-width: 1280px) {
  .section.photo .photo-box .item .word .date {
    font-size: 16px;
    margin: 14px 0 0;
  }
}
@media (max-width: 499px) {
  .section.photo .photo-box .item .word .date {
    margin: 8px 0 0;
  }
}
.section.photo .photo-box .item .link {
  display: flex;
  width: 100%;
}
@media (max-width: 499px) {
  .section.photo .photo-box .item .link {
    flex-direction: column;
  }
}
.section.photo .photo-box .item .link:hover .thambnail::before, .section.photo .photo-box .item .link:hover .thambnail::after {
  opacity: 1;
  visibility: visible;
}
.section.photo .photo-box .item .link:hover .word .title {
  text-decoration: underline;
  text-underline-position: under;
}
.section.photo .photo-box .left {
  width: 52.734375%;
  margin: 0 18px 0 0;
}
@media (max-width: 1280px) {
  .section.photo .photo-box .left {
    margin: 0 14px 0 0;
  }
}
@media (max-width: 1023px) {
  .section.photo .photo-box .left {
    width: 100%;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .section.photo .photo-box .left {
    margin: 0 0 20px;
  }
}
.section.photo .photo-box .left .item .link {
  flex-direction: column;
}
.section.photo .photo-box .left .item .thambnail {
  width: 100%;
  height: auto;
  padding-top: 60%;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1023px) {
  .section.photo .photo-box .left .item .thambnail {
    border-radius: 12px 12px 0 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .section.photo .photo-box .left .item .thambnail {
    border-radius: 8px 8px 0 0;
  }
}
@media (max-width: 1023px) {
  .section.photo .photo-box .left .item .thambnail img {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: auto;
  }
}
.section.photo .photo-box .left .item .word {
  width: 100%;
  padding: 30px;
  background-color: #0E1E71;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 1280px) {
  .section.photo .photo-box .left .item .word {
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .section.photo .photo-box .left .item .word {
    border-radius: 0 0 12px 12px;
  }
}
@media (max-width: 767px) {
  .section.photo .photo-box .left .item .word {
    padding: 20px;
    border-radius: 0 0 8px 8px;
  }
}
@media (max-width: 499px) {
  .section.photo .photo-box .left .item .word {
    padding: 15px;
  }
}
.section.photo .photo-box .left .item .word .title {
  color: #FFF;
  font-size: 26px;
  height: 37px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 1.4;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .section.photo .photo-box .left .item .word .title {
    font-size: 20px;
    height: 56px;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 1.4;
    white-space: normal;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
  }
}
@media (max-width: 767px) {
  .section.photo .photo-box .left .item .word .title {
    font-size: 18px;
    height: 51px;
  }
}
@media (max-width: 499px) {
  .section.photo .photo-box .left .item .word .title {
    font-size: 16px;
    height: 45px;
  }
}
.section.photo .photo-box .left .item .word .date {
  color: #FFF;
  margin: 30px 0 0;
}
@media (max-width: 1280px) {
  .section.photo .photo-box .left .item .word .date {
    margin: 15px 0 0;
  }
}
.section.photo .photo-box .right {
  width: 44.375%;
  margin: 0 0 0 18px;
}
@media (max-width: 1280px) {
  .section.photo .photo-box .right {
    margin: 0 0 0 14px;
  }
}
@media (max-width: 1023px) {
  .section.photo .photo-box .right {
    width: calc(100% + 20px);
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .section.photo .photo-box .right {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .section.photo .photo-box .right .item {
    padding: 10px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section.photo .photo-box .right .item {
    padding: 0;
    width: 100%;
  }
}
.section.photo .photo-box .right .item + .item {
  padding: 20px 0 0;
}
@media (max-width: 1023px) {
  .section.photo .photo-box .right .item + .item {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .section.photo .photo-box .right .item + .item {
    padding: 15px 0 0;
  }
}
@media (max-width: 499px) {
  .section.photo .photo-box .right .item + .item {
    padding: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .section.photo .photo-box .right .item:nth-child(3), .section.photo .photo-box .right .item:nth-child(4) {
    display: none;
  }
}
.section.photo .photo-box .right .item .thambnail::after {
  left: calc(50% + 20px);
  top: calc(50% - 6px);
  width: 70px;
  height: 47px;
}
.section.news {
  margin: 0 0 120px;
}
@media (max-width: 1280px) {
  .section.news {
    margin-bottom: 104px;
  }
}
@media (max-width: 1023px) {
  .section.news {
    margin-bottom: 88px;
  }
}
@media (max-width: 767px) {
  .section.news {
    margin-bottom: 72px;
  }
}
@media (max-width: 499px) {
  .section.news {
    margin-bottom: 60px;
  }
}
.section.news .layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .section.news .layout {
    align-items: flex-end;
  }
}
.section.news .layout::after {
  display: none;
}
.section.news .sec-header {
  width: 1px;
  flex-grow: 1;
}
.section.news .sec-header .common-title {
  margin-bottom: 0;
  padding-right: 0.5em;
}
@media (max-width: 767px) {
  .section.news .sec-header .common-title {
    padding-right: 0;
  }
}
@media (max-width: 499px) {
  .section.news .sec-header .common-title .ib {
    display: inline;
  }
}
.section.news .news-box {
  position: relative;
  order: 5;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 34px;
}
@media (max-width: 1023px) {
  .section.news .news-box {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section.news .news-box {
    margin-top: 24px;
  }
}
@media (max-width: 499px) {
  .section.news .news-box {
    margin-top: 20px;
  }
}
.section.news .news-box .swiper-inner {
  position: relative;
}
.section.news .news-box .swiper-control {
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1376px) {
  .section.news .news-box .swiper-control {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .section.news .news-box .swiper-control {
    display: none;
  }
}
.section.news .news-box .swiper-control .swiper-btn {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1023px) {
  .section.news .news-box .swiper-control .swiper-btn {
    width: 40px;
    height: 40px;
    background-size: 18px;
  }
}
.section.news .news-box .swiper-control .swiper-btn.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3 10.1238L19.3 11.95L6.302 11.95L11.4368 17.0633L10.1262 18.3738L2.80005 11.0262L10.1477 3.70001L11.4368 4.98907L6.302 10.1238L19.3 10.1238Z' fill='%23010101'/%3E%3C/svg%3E%0A");
  transform: translateX(-50%);
}
.section.news .news-box .swiper-control .swiper-btn.next {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.80005 10.1238L15.7981 10.1238L10.6633 4.98907L11.9524 3.70001L19.3 11.0262L11.9739 18.3738L10.6633 17.0633L15.7981 11.95L2.80005 11.95L2.80005 10.1238Z' fill='%23010101'/%3E%3C/svg%3E%0A");
  transform: translateX(50%);
}
.section.news .news-box .swiper-control .swiper-btn:hover {
  background-color: #002A4B;
}
.section.news .news-box .swiper-control .swiper-btn:hover.prev {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3 10.1238L19.3 11.95L6.302 11.95L11.4368 17.0633L10.1262 18.3738L2.80005 11.0262L10.1477 3.70001L11.4368 4.98907L6.302 10.1238L19.3 10.1238Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.section.news .news-box .swiper-control .swiper-btn:hover.next {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.80005 10.1238L15.7981 10.1238L10.6633 4.98907L11.9524 3.70001L19.3 11.0262L11.9739 18.3738L10.6633 17.0633L15.7981 11.95L2.80005 11.95L2.80005 10.1238Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.section.news .news-box .swiper-container {
  order: -5;
  margin: -12px;
}
@media (max-width: 1280px) {
  .section.news .news-box .swiper-container {
    margin: 0;
  }
}
.section.news .news-box .swiper-slide {
  height: auto;
  padding: 12px;
}
@media (max-width: 1280px) {
  .section.news .news-box .swiper-slide {
    padding: 0;
  }
}
.section.news .news-box .swiper-slide .link {
  padding: 35px;
  display: flex;
  height: 100%;
  border-radius: 20px;
  background: #F5F5F5;
  flex-direction: column;
  transition: box-shadow 0.3s;
}
@media (max-width: 1280px) {
  .section.news .news-box .swiper-slide .link {
    border-radius: 16px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .section.news .news-box .swiper-slide .link {
    padding: 25px;
    border-radius: 12px;
  }
}
.section.news .news-box .swiper-slide .link .tit {
  color: #010101;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0.75em;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-underline-position: under;
  transition: text-decoration-color 0.3s;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 1.45;
  white-space: normal;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-wrap: break-word;
}
@media (max-width: 1280px) {
  .section.news .news-box .swiper-slide .link .tit {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .section.news .news-box .swiper-slide .link .tit {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .section.news .news-box .swiper-slide .link .tit {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 1.45;
    display: inline-block;
    white-space: nowrap;
  }
}
@media (max-width: 499px) {
  .section.news .news-box .swiper-slide .link .tit {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 1.3;
    white-space: normal;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 18px;
  }
}
.section.news .news-box .swiper-slide .link .cont {
  font-size: 17px;
  color: #444;
  margin-bottom: 48px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 1.45;
  white-space: normal;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .section.news .news-box .swiper-slide .link .cont {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .section.news .news-box .swiper-slide .link .cont {
    margin-bottom: 32px;
    font-size: 16px;
  }
}
@media (max-width: 499px) {
  .section.news .news-box .swiper-slide .link .cont {
    line-height: 1.3;
    margin-bottom: 28px;
  }
}
.section.news .news-box .swiper-slide .link .date {
  margin-top: auto;
  font-size: 16px;
  line-height: 1.2;
  color: #606060;
}
.section.news .news-box .swiper-slide .link:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 1280px) {
  .section.news .news-box .swiper-slide .link:hover {
    box-shadow: none;
  }
}
.section.news .news-box .swiper-slide .link:hover .tit {
  text-decoration-color: currentColor;
}
.section.news .news-box .swiper-pager {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10px;
  position: relative;
  background: transparent;
}
@media (max-width: 1280px) {
  .section.news .news-box .swiper-pager {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  .section.news .news-box .swiper-pager {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .section.news .news-box .swiper-pager {
    position: relative;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
  }
}
@media (max-width: 499px) {
  .section.news .news-box .swiper-pager {
    margin-top: 24px;
  }
}
.section.news .news-box .swiper-pager .swiper-pagination-bullet {
  padding: 6px;
  opacity: 1;
  border-radius: 50px;
  background: transparent;
  height: auto;
  width: auto;
  width: 22px;
  display: flex;
  justify-content: center;
}
.section.news .news-box .swiper-pager .swiper-pagination-bullet::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 10px;
  transition: opacity 0.3s, width linear 0.2s;
  opacity: 0.1;
  background-color: #002A4B;
}
.section.news .news-box .swiper-pager .swiper-pagination-bullet:hover::before {
  opacity: 0.5;
}
.section.news .news-box .swiper-pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 38px;
}
.section.news .news-box .swiper-pager .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
  width: 26px;
}
.section.news .news-box .swiper-pager .swiper-pagination-progressbar-fill {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .section.news .more-link {
    order: 10;
    margin-top: 28px;
  }
}
.section.policy {
  padding: 136px 0;
  background: url(/images/eng/main/2025/policy-bg.jpg) no-repeat center/cover;
  color: #FFF;
}
@media (max-width: 1280px) {
  .section.policy {
    padding: 120px 0;
  }
}
@media (max-width: 1024px) {
  .section.policy {
    background-image: url(/images/eng/main/2025/policy-bg-1024.jpg);
  }
}
@media (max-width: 1023px) {
  .section.policy {
    padding: 104px 0;
  }
}
@media (max-width: 767px) {
  .section.policy {
    padding: 88px 0;
  }
}
@media (max-width: 499px) {
  .section.policy {
    padding: 72px 0;
  }
}
.section.policy .img-wrap {
  overflow: hidden;
  position: relative;
}
.section.policy .img-wrap::before {
  content: "";
  display: block;
}
.section.policy .img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.policy .layout {
  display: flex;
}
@media (max-width: 1023px) {
  .section.policy .layout {
    flex-direction: column;
  }
}
.section.policy .left-area {
  width: 36.5%;
  flex-shrink: 0;
  margin-right: 48px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .section.policy .left-area {
    margin-right: 32px;
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .section.policy .left-area {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .section.policy .left-area {
    margin-bottom: 32px;
  }
}
@media (max-width: 499px) {
  .section.policy .left-area {
    margin-bottom: 28px;
  }
}
.section.policy .left-area .point-name {
  margin-bottom: 3px;
}
.section.policy .txt-swiper {
  width: 100%;
  overflow: visible;
}
.section.policy .txt-swiper .swiper-slide {
  padding-bottom: 1px;
}
.section.policy .txt-swiper .common-title {
  color: inherit;
  line-height: 1.15;
  text-transform: capitalize;
  margin-bottom: 0.4em;
  font-size: 38px;
}
@media (max-width: 1023px) {
  .section.policy .txt-swiper .common-title {
    font-size: 36px;
  }
}
@media (max-width: 499px) {
  .section.policy .txt-swiper .common-title {
    font-size: 30px;
  }
}
.section.policy .txt-swiper .desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-bottom: 2.4em;
}
@media (max-width: 1280px) {
  .section.policy .txt-swiper .desc {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .section.policy .txt-swiper .desc {
    margin-bottom: 1.4em;
    font-size: 16px;
  }
}
.section.policy .txt-swiper .more-link {
  border-color: #FFF;
  background-color: transparent;
}
.section.policy .txt-swiper .more-link:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: transparent;
}
.section.policy .swiper-fraction {
  margin-top: auto;
  margin-left: auto;
  padding: 18px 0;
}
.section.policy .thumb-swiper {
  width: 100%;
}
.section.policy .thumb-swiper .swiper-slide .img-wrap {
  border-radius: 12px;
}
@media (max-width: 1023px) {
  .section.policy .thumb-swiper .swiper-slide .img-wrap {
    border-radius: 8px;
  }
}
@media (max-width: 499px) {
  .section.policy .thumb-swiper .swiper-slide .img-wrap {
    border-radius: 4px;
  }
}
.section.policy .thumb-swiper .swiper-slide .img-wrap::before {
  padding-top: 66.2068965517%;
}
.section.policy .thumb-swiper .swiper-slide .img-wrap::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 3px solid #FFF;
  content: "";
  transform: scale(1.05);
  opacity: 0;
  transition: 0.3s;
}
.section.policy .thumb-swiper .swiper-slide-thumb-active .img-wrap::after {
  transform: scale(1);
  opacity: 1;
}
.section.policy .img-swiper {
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .section.policy .img-swiper {
    width: 100%;
  }
}
.section.policy .img-swiper .img-wrap {
  border-radius: 20px;
  min-height: 100%;
}
@media (max-width: 1280px) {
  .section.policy .img-swiper .img-wrap {
    border-radius: 16px;
  }
}
@media (max-width: 1023px) {
  .section.policy .img-swiper .img-wrap {
    border-radius: 12px;
  }
}
@media (max-width: 499px) {
  .section.policy .img-swiper .img-wrap {
    border-radius: 8px;
  }
}
.section.policy .img-swiper .img-wrap::before {
  padding-top: 61.7992177314%;
}/*# sourceMappingURL=acego.main.css.map */