@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

body {
  line-height: 1; }

ol,
ul,
li,
a {
  list-style: none; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

* {
  -webkit-tap-highlight-color: transparent; }

button {
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* for Chrome Firefox Edge */ }

select::-ms-expand {
  display: none;
  /* for IE11 */ }

textarea {
  -webkit-appearance: none; }

input,
button {
  border-radius: 0; }

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
summary:focus {
  outline: 0; }

.element {
  width: 5%; }

.element {
  width: 100px;
  height: 50px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  border-bottom: 1px solid transparent;
  z-index: 13;
  -webkit-transition: background 0.4s, border-bottom 0.4s;
  -o-transition: background 0.4s, border-bottom 0.4s;
  transition: background 0.4s, border-bottom 0.4s; }
  .header.is-fixed {
    position: fixed; }
  .header.scrolled {
    background: #fff;
    border-bottom: 1px solid #fdb9bd; }
    .header.scrolled .wrap__inner {
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (max-width: 1380px) {
        .header.scrolled .wrap__inner {
          padding: 20px 8.11594vw 20px 8.11594vw; } }
      @media (max-width: 768px) {
        .header.scrolled .wrap__inner {
          padding: 4.16667vw 8.33333vw; } }
  .header .wrap__inner {
    max-width: 1664px;
    width: 100%;
    padding: 32px 112px 24px; }
    @media (max-width: 1380px) {
      .header .wrap__inner {
        padding: 32px 8.11594vw 24px 8.11594vw; } }
    @media (max-width: 768px) {
      .header .wrap__inner {
        padding: 4.16667vw 8.33333vw; } }
  .header__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 768px) {
      .header__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .header__logo {
    display: inline-block;
    max-width: 184px;
    position: relative;
    z-index: 9; }
    @media (max-width: 1380px) {
      .header__logo {
        max-width: 13.33333vw; } }
    @media (max-width: 768px) {
      .header__logo {
        margin: auto;
        max-width: 27.34375vw; } }
    .header__logo-img {
      display: block;
      width: 100%;
      height: auto; }

.footer {
  width: 100%;
  background-color: #254a91; }
  .footer__inner {
    width: 90%;
    max-width: 1160px;
    letter-spacing: 0.02em;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px; }
    @media (max-width: 768px) {
      .footer__inner {
        width: 100%;
        display: block; } }
  .footer__link {
    margin-left: 20px; }
  .footer .hidden-sm {
    display: none; }
    @media (max-width: 598px) {
      .footer .hidden-sm {
        display: block; } }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  overflow-x: hidden;
  font-family: "Poppins", "Noto Sans TC", "Manrope", "Noto Sans TC", Helvetica, Arial, sans-serif; }
  body.scroll-fixed {
    overflow: hidden; }

.section {
  position: relative; }

.wrap {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*新增1210*/ }
  .wrap__inner {
    width: 89.745%;
    max-width: 1096px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .wrap__inner {
        padding: 0; } }
  .wrap .splide__arrows {
    display: none; }
    @media (max-width: 1024px) {
      .wrap .splide__arrows {
        display: block; } }

img {
  width: 100%; }

.content {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .content {
      min-height: calc(100vh - 64px); } }
  .content:before {
    content: "";
    display: block; }
  .content--no-padding > *:first-child {
    padding-top: 0; }

/* visible, hidden rwd */
.h1-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

@media (max-width: 1096px) {
  .hidden-middle {
    display: none !important; } }

@media (max-width: 768px) {
  .hidden-min {
    display: none !important; } }

@media (min-width: 769px) {
  .hidden-max {
    display: none !important; } }

hr {
  border: 0;
  height: 0;
  border-bottom: none;
  margin: 24px 0; }

svg {
  display: block;
  width: 100%; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.justify {
  text-align: justify; }

.underline {
  border-bottom: 1px solid currentColor;
  text-underline-offset: 0.15em; }

.lineblock {
  display: inline-block; }

.nowrap {
  white-space: nowrap; }

.svgbox {
  position: relative;
  pointer-events: none; }
  .svgbox img[src$=".svg"],
  .svgbox svg {
    width: 100%;
    height: 100%; }

.hide {
  display: none !important; }

.block {
  display: block !important; }

.bg-gray {
  background-color: #ededed; }

.mb-0 {
  margin-bottom: 0px; }

.mb-1 {
  margin-bottom: 4px; }

.mb-2 {
  margin-bottom: 8px; }

.mb-3 {
  margin-bottom: 12px; }

.mb-4 {
  margin-bottom: 16px; }

.mb-5 {
  margin-bottom: 20px; }

.mb-6 {
  margin-bottom: 24px; }

.mb-7 {
  margin-bottom: 28px; }

.mb-8 {
  margin-bottom: 32px; }

.mb-9 {
  margin-bottom: 36px; }

.mb-10 {
  margin-bottom: 40px; }

.mb-11 {
  margin-bottom: 44px; }

.mb-12 {
  margin-bottom: 48px; }

.mt-0 {
  margin-top: 0px; }

.mt-1 {
  margin-top: 4px; }

.mt-2 {
  margin-top: 8px; }

.mt-3 {
  margin-top: 12px; }

.mt-4 {
  margin-top: 16px; }

.mt-5 {
  margin-top: 20px; }

.mt-6 {
  margin-top: 24px; }

.mt-7 {
  margin-top: 28px; }

.mt-8 {
  margin-top: 32px; }

.mt-9 {
  margin-top: 36px; }

.mt-10 {
  margin-top: 40px; }

.mt-11 {
  margin-top: 44px; }

.mt-12 {
  margin-top: 48px; }

.ml-0 {
  margin-left: 0px; }

.ml-1 {
  margin-left: 4px; }

.ml-2 {
  margin-left: 8px; }

.ml-3 {
  margin-left: 12px; }

.ml-4 {
  margin-left: 16px; }

.ml-5 {
  margin-left: 20px; }

.ml-6 {
  margin-left: 24px; }

.ml-7 {
  margin-left: 28px; }

.ml-8 {
  margin-left: 32px; }

.ml-9 {
  margin-left: 36px; }

.ml-10 {
  margin-left: 40px; }

.ml-11 {
  margin-left: 44px; }

.ml-12 {
  margin-left: 48px; }

.mr-0 {
  margin-right: 0px; }

.mr-1 {
  margin-right: 4px; }

.mr-2 {
  margin-right: 8px; }

.mr-3 {
  margin-right: 12px; }

.mr-4 {
  margin-right: 16px; }

.mr-5 {
  margin-right: 20px; }

.mr-6 {
  margin-right: 24px; }

.mr-7 {
  margin-right: 28px; }

.mr-8 {
  margin-right: 32px; }

.mr-9 {
  margin-right: 36px; }

.mr-10 {
  margin-right: 40px; }

.mr-11 {
  margin-right: 44px; }

.mr-12 {
  margin-right: 48px; }

.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.flex-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.icon-md {
  font-size: 24px; }

.icon-sm {
  font-size: 20px; }

.icon-xxl {
  font-size: 50px; }

.fc-red {
  color: #df2229; }

.fc-pink {
  color: #ffb3ca; }

.fc-blue {
  color: #2d6dd7; }

.bold {
  font-weight: 700; }

.align-center {
  text-align: center; }

ol.disc {
  padding-left: 2em; }
  ol.disc > li {
    list-style: disc; }

ol.decimal {
  padding-left: 2em; }
  ol.decimal > li {
    list-style: decimal; }

ol.square {
  margin-left: 1em; }
  ol.square > li {
    list-style: square; }

ol.decimal1em {
  margin-left: 1em; }
  ol.decimal1em > li {
    list-style: decimal; }

ol.decimal-arc {
  counter-reset: counter; }
  ol.decimal-arc > li:before {
    counter-increment: counter;
    content: "(" counter(counter) ")"; }

.use-desk {
  display: block; }

.use-mobile {
  display: none !important; }

@media (max-width: 991px) {
  .use-desk {
    display: none !important; }
  .use-mobile {
    display: block !important; } }

@-webkit-keyframes flyOutIn {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  40% {
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
    /* 先飛往右上角 */
    opacity: 0; }
  60% {
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
    /* 再從左下出現 */
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    /* 回到原位 */
    opacity: 1; } }

@keyframes flyOutIn {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  40% {
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
    /* 先飛往右上角 */
    opacity: 0; }
  60% {
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
    /* 再從左下出現 */
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    /* 回到原位 */
    opacity: 1; } }

@-webkit-keyframes flyOut {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  80% {
    -webkit-transform: translate(19px, -19px);
    transform: translate(19px, -19px);
    opacity: 0.65; }
  100% {
    -webkit-transform: translate(24px, -24px);
    transform: translate(24px, -24px);
    opacity: 0; } }

@keyframes flyOut {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  80% {
    -webkit-transform: translate(19px, -19px);
    transform: translate(19px, -19px);
    opacity: 0.65; }
  100% {
    -webkit-transform: translate(24px, -24px);
    transform: translate(24px, -24px);
    opacity: 0; } }

@-webkit-keyframes flyIn {
  0% {
    -webkit-transform: translate(-24px, 24px);
    transform: translate(-24px, 24px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes flyIn {
  0% {
    -webkit-transform: translate(-24px, 24px);
    transform: translate(-24px, 24px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes scrolling {
  0% {
    top: -24px;
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 0.5; }
  100% {
    top: 84px;
    opacity: 0; } }

@keyframes scrolling {
  0% {
    top: -24px;
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 0.5; }
  100% {
    top: 84px;
    opacity: 0; } }

@-webkit-keyframes floatDown {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }

@keyframes floatDown {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }

@-webkit-keyframes starBlink {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

@keyframes starBlink {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

.js-animate {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
  .js-animate--fadein {
    opacity: 0; }
  .js-animate--fadein-up {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
  .js-animate--fadein-down {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px); }
    @media (min-width: 769px) {
      .js-animate--fadein-down-max {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        transform: translate(0, 50px); } }
    @media (max-width: 768px) {
      .js-animate--fadein-down-min {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        transform: translate(0, 50px); } }
  .js-animate--fadein-left {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0); }
  .js-animate--fadein-right {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0); }
  .js-animate--maskin-left {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  .js-animate--maskin-right {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
  .js-animate--maskin-up {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
  .js-animate--maskin-down {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); }
  .js-animate--darkin {
    -webkit-filter: brightness(65%);
    filter: brightness(65%); }
  .js-animate--smallin {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  .js-animate--active {
    opacity: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .js-animate--active {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    @supports not ((-webkit-transform: unset) or (transform: unset)) {
      .js-animate--active {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    .js-animate--active[class*="--maskin"] {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
    .js-animate--active[class*="--darkin"] {
      -webkit-filter: brightness(1);
      filter: brightness(1); }
    .js-animate--active.js-animate--path {
      stroke-dashoffset: 0px !important; }
  .js-animate--delay100 {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .js-animate--delay200 {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .js-animate--delay300 {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .js-animate--delay400 {
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .js-animate--delay500 {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .js-animate--delay600 {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  .js-animate--delay700 {
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .js-animate--delay800 {
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; }
  .js-animate--delay900 {
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms; }
  .js-animate--delay1000 {
    -webkit-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms; }

.section-kv {
  background: url(../images/kv/kv-bg.png) no-repeat top center;
  background-size: cover;
  border-radius: 0 0 60px 60px;
  padding: 154px 110px 40px;
  width: 100%; }
  .section-kv .kv-wrap {
    max-width: 1440px;
    margin: 0 auto; }
    .section-kv .kv-wrap .kv-scroll-wrap {
      cursor: pointer;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      bottom: 0; }
      .section-kv .kv-wrap .kv-scroll-wrap .circle {
        width: 60px;
        height: 60px;
        background-color: #fff;
        border-radius: 50%;
        z-index: 0; }
      .section-kv .kv-wrap .kv-scroll-wrap .line {
        width: 2px;
        height: 84px;
        background-color: #ffe1df;
        position: relative;
        overflow: hidden;
        z-index: 1;
        margin-top: -30px; }
        .section-kv .kv-wrap .kv-scroll-wrap .line::after {
          content: "";
          position: absolute;
          left: 0;
          width: 100%;
          height: 40px;
          background-color: #cf0209;
          -webkit-animation: scrolling 2.5s infinite;
          animation: scrolling 2.5s infinite; }
    .section-kv .kv-wrap .kv-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative; }
      .section-kv .kv-wrap .kv-content .kv-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .section-kv .kv-wrap .kv-content .kv-text .kv-title {
          font-size: 72px;
          font-weight: bold;
          letter-spacing: 0.12em;
          line-height: 1.4;
          color: #00345b;
          margin-bottom: 6px; }
        .section-kv .kv-wrap .kv-content .kv-text .kv-subtitle {
          font-size: 40px;
          font-weight: 700;
          letter-spacing: 0.12em;
          line-height: 1.6;
          color: #f3686f; }
      .section-kv .kv-wrap .kv-content .kv-banner {
        position: relative;
        width: 490px;
        height: 470px;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left; }
        .section-kv .kv-wrap .kv-content .kv-banner img {
          position: absolute;
          max-width: 100%;
          height: auto; }
        .section-kv .kv-wrap .kv-content .kv-banner .banner_bg {
          left: 3%;
          top: -5%;
          width: 87.35%; }
        .section-kv .kv-wrap .kv-content .kv-banner .money,
        .section-kv .kv-wrap .kv-content .kv-banner .arrow_1,
        .section-kv .kv-wrap .kv-content .kv-banner .arrow_2 {
          -webkit-animation: floatDown 2s ease-in-out infinite;
          animation: floatDown 2s ease-in-out infinite; }
        .section-kv .kv-wrap .kv-content .kv-banner .money {
          left: 22.5%;
          top: 13.5%;
          width: 47.35%;
          -webkit-animation-delay: 0s;
          animation-delay: 0s; }
        .section-kv .kv-wrap .kv-content .kv-banner .arrow_1 {
          left: 80.5%;
          top: 13%;
          width: 19.59%;
          -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
        .section-kv .kv-wrap .kv-content .kv-banner .arrow_2 {
          left: 0.5%;
          top: 57%;
          width: 19.59%;
          -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }
        .section-kv .kv-wrap .kv-content .kv-banner .star_1,
        .section-kv .kv-wrap .kv-content .kv-banner .star_2 {
          -webkit-animation: starBlink 2s ease-in-out infinite;
          animation: starBlink 2s ease-in-out infinite; }
        .section-kv .kv-wrap .kv-content .kv-banner .star_1 {
          left: 5.5%;
          top: 0%;
          width: 5.51%;
          -webkit-animation-delay: 0s;
          animation-delay: 0s; }
        .section-kv .kv-wrap .kv-content .kv-banner .star_2 {
          left: 80.5%;
          top: 72.5%;
          width: 6.53%;
          -webkit-animation-delay: 1s;
          animation-delay: 1s; }

@media (max-width: 1380px) {
  .section-kv {
    padding: 11.15942vw 7.97101vw 2.89855vw; }
    .section-kv .kv-wrap .kv-scroll-wrap .circle {
      width: 4.34783vw;
      height: 4.34783vw; }
    .section-kv .kv-wrap .kv-scroll-wrap .line {
      height: 6.08696vw;
      margin-top: -2.17391vw; }
      .section-kv .kv-wrap .kv-scroll-wrap .line::after {
        height: 2.89855vw; }
    .section-kv .kv-wrap .kv-content .kv-text .kv-title {
      font-size: 5vw; }
    .section-kv .kv-wrap .kv-content .kv-text .kv-subtitle {
      font-size: 2.89855vw; }
    .section-kv .kv-wrap .kv-content .kv-banner {
      width: 35.50725vw;
      height: 34.05797vw; } }

@media (max-width: 768px) {
  .section-kv {
    background: url(../images/kv/kv-bg-sm.png) no-repeat top center;
    background-size: cover;
    padding: 23.4375vw 2.60417vw 27.86458vw;
    border-radius: 0 0 40px 40px; }
    .section-kv .kv-wrap .kv-scroll-wrap {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .section-kv .kv-wrap .kv-scroll-wrap .circle {
        width: 11.97917vw;
        height: 11.97917vw; }
      .section-kv .kv-wrap .kv-scroll-wrap .line {
        height: 11.97917vw;
        margin-top: -5.98958vw; }
        .section-kv .kv-wrap .kv-scroll-wrap .line::after {
          height: 4.94792vw; }
    .section-kv .kv-wrap .kv-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .section-kv .kv-wrap .kv-content .kv-images {
        display: none; }
      .section-kv .kv-wrap .kv-content .kv-text {
        margin-bottom: 11.97917vw; }
        .section-kv .kv-wrap .kv-content .kv-text .kv-title {
          font-size: 9.89583vw;
          white-space: nowrap;
          letter-spacing: 0.075em;
          line-height: 1.3;
          margin-bottom: 2.86458vw; }
        .section-kv .kv-wrap .kv-content .kv-text .kv-subtitle {
          font-size: 7.16146vw;
          line-height: 1.2;
          letter-spacing: 0.04em; }
      .section-kv .kv-wrap .kv-content .kv-banner {
        width: 84.375vw;
        height: 80.98958vw; }
        .section-kv .kv-wrap .kv-content .kv-banner .banner_bg {
          left: 6%;
          top: 4%; }
        .section-kv .kv-wrap .kv-content .kv-banner .money {
          left: 25%;
          top: 22%; }
        .section-kv .kv-wrap .kv-content .kv-banner .arrow_1 {
          left: 83%;
          top: 23.5%;
          width: 18.59%; }
        .section-kv .kv-wrap .kv-content .kv-banner .arrow_2 {
          left: 3%;
          top: 67%;
          width: 18.59%; }
        .section-kv .kv-wrap .kv-content .kv-banner .star_1 {
          left: 8%;
          top: 10%; }
        .section-kv .kv-wrap .kv-content .kv-banner .star_2 {
          left: 82%;
          top: 81.5%; } }

.section-step {
  background-color: white;
  position: relative; }
  .section-step__wrapper {
    padding-top: 100px;
    padding-bottom: 130px; }
  .section-step__title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #4a4a4a;
    letter-spacing: 0.12em;
    line-height: 1.6;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #00345b; }
    .section-step__title .subtitle-text {
      position: relative;
      display: inline-block; }
      .section-step__title .subtitle-text__mb {
        display: none; }
  .section-step .title-underline {
    position: absolute;
    bottom: 6px;
    width: 103%;
    height: 30%;
    background-color: #ffe1df;
    opacity: 0.5;
    border-radius: 100px;
    z-index: -1; }
  .section-step__content {
    margin-right: 20px;
    margin-left: 20px; }
    .section-step__content .step-wrapper {
      position: relative;
      margin: 0 auto;
      width: auto;
      max-width: 794px;
      padding-top: 80px;
      padding-bottom: 120px;
      border-radius: 40px;
      border-color: #f99095;
      border-style: solid;
      border-width: 1px;
      background-color: #fff3f3; }
    .section-step__content .step-button {
      cursor: pointer;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
      padding: 24px 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: white;
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 0.12em;
      line-height: 1.4;
      border-radius: 100px;
      background-size: 200% auto;
      background-position: right center;
      background-image: -webkit-gradient(linear, left top, right top, from(#fdb9bd), color-stop(25%, #ea434b), color-stop(75%, #ea434b), to(#fdb9bd));
      background-image: -webkit-linear-gradient(left, #fdb9bd 0%, #ea434b 25%, #ea434b 75%, #fdb9bd 100%);
      background-image: -o-linear-gradient(left, #fdb9bd 0%, #ea434b 25%, #ea434b 75%, #fdb9bd 100%);
      background-image: linear-gradient(to right, #fdb9bd 0%, #ea434b 25%, #ea434b 75%, #fdb9bd 100%);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .section-step__content .step-button .search-button-icon {
        width: 24px;
        height: 24px;
        margin-left: 8px;
        overflow: hidden;
        position: relative; }
        .section-step__content .step-button .search-button-icon::before, .section-step__content .step-button .search-button-icon::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: url("../images/step/search-arrow.svg") no-repeat center/contain;
          opacity: 0;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
        .section-step__content .step-button .search-button-icon::before {
          opacity: 1; }
      .section-step__content .step-button:hover {
        background-position: left center; }
        .section-step__content .step-button:hover .search-button-icon::before {
          -webkit-animation: flyOut 0.8s forwards;
          animation: flyOut 0.8s forwards; }
        .section-step__content .step-button:hover .search-button-icon::after {
          -webkit-animation: flyIn 0.8s forwards;
          animation: flyIn 0.8s forwards;
          -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s; }
    .section-step__content .step-process {
      z-index: 1; }
      .section-step__content .step-process__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .section-step__content .step-process__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #00345b;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.12em;
        line-height: 1.4; }
        .section-step__content .step-process__item .item-icon-bg {
          background-color: white;
          border-radius: 50%;
          padding: 10px;
          margin-bottom: 12px;
          width: 160px;
          height: 160px; }
          .section-step__content .step-process__item .item-icon-bg img {
            width: 140px;
            height: 140px; }
      .section-step__content .step-process__icon {
        background-image: url("../images/step/process-arrow.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;
        position: relative;
        z-index: 10; }

.bg-light {
  border-radius: 50%;
  background: -webkit-radial-gradient(circle, #fdb9bd 0%, rgba(255, 229, 231, 0) 70%);
  background: -o-radial-gradient(circle, #fdb9bd 0%, rgba(255, 229, 231, 0) 70%);
  background: radial-gradient(circle, #fdb9bd 0%, rgba(255, 229, 231, 0) 70%);
  opacity: 0.7;
  width: 400px;
  height: 400px; }

.light-left {
  position: absolute;
  top: 467px;
  left: -117px; }

.light-right {
  position: absolute;
  top: 5px;
  right: -77px; }

@media (max-width: 768px) {
  .section-step__wrapper {
    padding-top: 15.625vw;
    padding-bottom: 44.27083vw; }
  .section-step__title {
    font-size: 6.11979vw;
    margin-bottom: 7.8125vw;
    letter-spacing: 0.04em;
    line-height: 1.6; }
    .section-step__title .subtitle-text__web {
      display: none; }
    .section-step__title .subtitle-text__mb {
      display: block; }
  .section-step__content {
    margin-right: 6.51042vw;
    margin-left: 6.51042vw; }
    .section-step__content .step-wrapper {
      padding: 3.90625vw;
      padding-bottom: 15.10417vw;
      border-radius: 5.20833vw; }
    .section-step__content .step-button {
      padding: 5.20833vw 7.8125vw 5.20833vw 7.8125vw;
      font-size: 5.85938vw;
      letter-spacing: 0.02em;
      line-height: 1.4;
      width: auto;
      min-width: 244px;
      white-space: nowrap;
      bottom: 1.30208vw; }
      .section-step__content .step-button .search-button-icon {
        width: 5.85938vw;
        height: 5.85938vw;
        margin-left: 1.5625vw; }
        .section-step__content .step-button .search-button-icon img {
          width: 100%;
          height: 100%;
          margin-bottom: 16px; }
    .section-step__content .step-process__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .section-step__content .step-process__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      font-size: 5.46875vw;
      width: 100%;
      background-color: white;
      border-radius: 10px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding-left: 2.60417vw; }
      .section-step__content .step-process__item .item-icon-bg {
        background-color: white;
        border-radius: 50%;
        padding: 0px;
        margin: 0;
        border-radius: 0;
        width: 28.64583vw;
        height: 28.64583vw; }
        .section-step__content .step-process__item .item-icon-bg img {
          width: 100%;
          height: 100%; }
      .section-step__content .step-process__item .item-text {
        margin-left: 3.38542vw; }
    .section-step__content .step-process__icon {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      margin: -3.25521vw;
      width: 8.33333vw;
      height: 8.33333vw; }
  .bg-light {
    opacity: 0.7;
    width: 61.97917vw;
    height: 61.97917vw; }
  .light-left {
    position: absolute;
    top: auto;
    bottom: 2.60417vw;
    left: -37.5vw; }
  .light-right {
    position: absolute;
    top: 0.26042vw;
    right: -29.94792vw; } }

@media (max-width: 390px) {
  .section-step__wrapper {
    padding-top: 16.40625vw;
    padding-bottom: 26.04167vw; }
  .section-step__content .step-button {
    padding: 20px 32px;
    font-size: 5.98958vw;
    letter-spacing: 0.02em;
    line-height: 1.4;
    width: auto;
    min-width: 244px;
    white-space: nowrap;
    bottom: 1.30208vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.section-faq {
  border-radius: 60px 60px 0 0;
  background-color: rgba(241, 190, 190, 0.3);
  overflow: hidden; }
  .section-faq .ball {
    border-radius: 50%;
    background-color: white;
    opacity: 65%;
    position: absolute;
    z-index: 1; }
    .section-faq .ball_S {
      width: 100px;
      height: 100px; }
    .section-faq .ball_M {
      width: 160px;
      height: 160px; }
    .section-faq .ball_L {
      width: 520px;
      height: 520px;
      opacity: 50%; }
    .section-faq .ball--1 {
      top: 135px;
      left: -16px;
      display: none; }
    .section-faq .ball--2 {
      top: 239px;
      right: -38px; }
    .section-faq .ball--3 {
      bottom: -360px;
      left: -160px; }
    .section-faq .ball--4 {
      bottom: 89px;
      right: -20px;
      display: none; }
  .section-faq__wrapper {
    padding: 125px 0 165px 0; }
  .section-faq__title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #00345b;
    letter-spacing: 0.12em;
    line-height: 1.25;
    margin-bottom: 50px;
    position: relative; }
    .section-faq__title::after {
      content: "";
      position: absolute;
      bottom: -25px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-image: url(../images/faq/divider.svg);
      background-size: contain;
      background-position: center;
      width: 40px;
      height: 2px; }

.faq-list {
  margin: 0 20px;
  position: relative;
  z-index: 2; }
  .faq-list__wrapper {
    margin: 0 auto;
    max-width: 996px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.faq-item {
  background-color: white;
  border-radius: 20px;
  border: 1px solid #fdb9bd;
  margin-bottom: 14px;
  padding: 24px; }
  .faq-item__toggle {
    all: unset;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .faq-item__toggle:hover .faq-item__icon {
      background: #ea434b; }
      .faq-item__toggle:hover .faq-item__icon .rec::after, .faq-item__toggle:hover .faq-item__icon .rec::before {
        background-color: white; }
  .faq-item__title .title-num {
    color: #f3686f;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin-bottom: 8px; }
  .faq-item__title .title-text {
    color: #00345b;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4; }
  .faq-item__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #fdb9bd;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
    -o-transition: all 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
    transition: all 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative; }
    .faq-item__icon .rec::after, .faq-item__icon .rec::before {
      position: absolute;
      content: "";
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #ea434b;
      -webkit-transition: all 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
      -o-transition: all 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
      transition: all 0.45s cubic-bezier(0.22, 0.61, 0.35, 1); }
    .faq-item__icon .rec::after {
      width: 1.5px;
      height: 36%; }
    .faq-item__icon .rec::before {
      width: 36%;
      height: 1.5px; }
  .faq-item [aria-expanded="true"] .faq-item__icon .rec::after, .faq-item [aria-expanded="true"] .faq-item__icon .rec::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg); }
  .faq-item [aria-expanded="true"] .faq-item__icon .rec::before {
    opacity: 0; }
  .faq-item__answer {
    max-height: 0;
    height: auto;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    color: #00345b;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.6; }
    .faq-item__answer .answer-content {
      margin-top: 18px;
      margin-bottom: 4px;
      padding-top: 20px;
      border-top: 1px solid #fdb9bd; }
    .faq-item__answer.active {
      max-height: 300px; }

@media (max-width: 768px) {
  .section-faq {
    border-radius: 10.41667vw 10.41667vw 0 0;
    background-color: rgba(241, 190, 190, 0.3); }
    .section-faq .ball--1 {
      display: block;
      top: 22.13542vw;
      left: -7px; }
    .section-faq .ball--2 {
      top: auto;
      bottom: -55px;
      right: auto;
      left: -6.51042vw; }
    .section-faq .ball--3 {
      display: none; }
    .section-faq .ball--4 {
      display: block;
      bottom: 23.4375vw;
      right: -6.51042vw; }
    .section-faq__wrapper {
      padding: 16.92708vw 0 31.25vw 0; }
    .section-faq__title {
      font-size: 5.85938vw;
      margin-bottom: 10.41667vw;
      position: relative; }
      .section-faq__title::after {
        bottom: -3.90625vw;
        width: 10.41667vw;
        height: 0.52083vw; }
  .faq-list {
    margin: 0 6.51042vw;
    position: relative;
    z-index: 2; }
    .faq-list__wrapper {
      margin: 0 auto;
      max-width: 996px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .faq-item {
    background-color: white;
    border-radius: 2.60417vw;
    border: 1px solid #fdb9bd;
    margin-bottom: 3.125vw;
    padding: 4.6875vw; }
    .faq-item__title .title-num {
      color: #f3686f;
      font-size: 3.90625vw;
      font-weight: 500;
      letter-spacing: 0.04em;
      line-height: 1.4;
      margin-bottom: 1.5625vw;
      font-family: "Poppins"; }
    .faq-item__title .title-text {
      color: #00345b;
      font-size: 4.16667vw;
      font-weight: 500;
      letter-spacing: 0.02em;
      line-height: 1.4; }
    .faq-item__icon {
      width: 10.9375vw;
      height: 10.9375vw;
      border-radius: 2.60417vw;
      margin-left: 3.125vw; }
    .faq-item__answer {
      max-height: 0;
      height: auto;
      overflow: hidden;
      -webkit-transition: max-height 0.3s ease;
      -o-transition: max-height 0.3s ease;
      transition: max-height 0.3s ease;
      color: #00345b;
      font-size: 3.64583vw;
      letter-spacing: 0.01em;
      line-height: 1.6; }
      .faq-item__answer .answer-content {
        margin-top: 3.90625vw;
        margin-bottom: 0px;
        padding-top: 3.90625vw;
        border-top: 1px solid #fdb9bd; }
      .faq-item__answer.active {
        max-height: 300px; } }

@media (max-width: 390px) {
  .faq-item {
    border-radius: 10px; } }

.section-notice {
  background-color: #00345b;
  color: white; }
  .section-notice__wrapper {
    padding: 60px 0 48px 0; }
  .section-notice .notice-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px; }
  .section-notice .notice-content__wrapper {
    margin: 0 auto;
    max-width: 1036px;
    padding: 0 20px; }
  .section-notice .notice-content .content-list {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.6; }
    .section-notice .notice-content .content-list li {
      margin-bottom: 10px;
      width: 100%; }
    .section-notice .notice-content .content-list ol {
      padding-left: 20px;
      font-family: "Manrope"; }

@media (max-width: 768px) {
  .section-notice__wrapper {
    padding: 10.41667vw 0 10.41667vw 0; }
  .section-notice .notice-title {
    font-size: 5.59896vw;
    line-height: 1.4;
    margin-bottom: 4.6875vw; }
  .section-notice .notice-content__wrapper {
    padding: 0 6.25vw; }
  .section-notice .notice-content .content-list {
    font-size: 3.64583vw;
    line-height: 1.6;
    letter-spacing: 0.02em; }
    .section-notice .notice-content .content-list li {
      margin-bottom: 2.08333vw; } }
