@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600&display=swap");
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,
sub,
sup,
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;
  font-family: "Noto Sans TC", "Apple LiGothic Medium", "Microsoft JhengHei", "LiHei Pro Medium", "STHeiti", "Microsoft YaHei", arial;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  background-color: #efece9;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

main {
  padding-top: 64px;
  overflow: hidden;
}
@media all and (max-width: 1279px) {
  main {
    padding-top: 50px;
  }
}

.container {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

section {
  box-sizing: border-box;
  position: relative;
  min-height: 500px;
  padding: 60px 0;
}

.section-title {
  font-size: 28px;
  color: #495387;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media all and (max-width: 1279px) {
  .section-title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.04em;
  }
}
.section-title.left {
  text-align: left;
}
@media all and (max-width: 1279px) {
  .section-title.left {
    text-align: center;
  }
}
.section-title .small {
  font-size: 16px;
  color: #707070;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-top: 2px;
}
@media all and (max-width: 1279px) {
  .section-title .small {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.04em;
  }
}

.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
}

.arrow-up {
  background-image: url("../icons/arrow-up.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

header {
  width: 100%;
  height: 64px;
  position: fixed;
  background: left/480px 64px no-repeat url("../img/header-bg.png"), linear-gradient(90.67deg, rgba(42, 48, 79, 0.99) -8.52%, #4a5480 75.5%);
  z-index: 1000;
}
@media all and (max-width: 1279px) {
  header {
    height: 50px;
    background: left/374px 50px no-repeat url("../img/header-bg-mob.png"), linear-gradient(90.67deg, rgba(42, 48, 79, 0.99) -8.52%, #4a5480 75.5%);
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 1440px;
  height: 100%;
  margin: auto;
  padding: 0 20px;
}
@media all and (max-width: 1279px) {
  header .container {
    padding: 0 16px;
  }
}
header .logo {
  width: 150px;
  height: 30px;
  display: block;
}
header .mainMenu {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  text-align: right;
  flex: 1;
}
@media all and (max-width: 1279px) {
  header .mainMenu {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 0;
    left: 0;
    top: 50px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 12px 8px 0px rgba(79, 79, 79, 0.0784313725);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    border-radius: 0 0 20px 20px;
    transition: opacity 0.2s, max-height 0.2s;
    pointer-events: none;
    overflow: hidden;
  }
}
header .mainMenu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
@media all and (max-width: 1279px) {
  header .mainMenu ul {
    height: auto;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
  }
}
header .mainMenu li {
  height: 100%;
}
header .mainMenu li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 18px;
  color: white;
  font-weight: 500;
  line-height: 24px;
  height: 100%;
  padding: 0 20px;
  cursor: pointer;
}
@media all and (max-width: 1279px) {
  header .mainMenu li a {
    padding: 16px 20px;
    font-size: 16px;
    color: #495387;
  }
}
header .mainMenu li a.account {
  padding: 0 29px;
  background-color: #d4a549;
}
@media all and (max-width: 1279px) {
  header .mainMenu li a.account {
    padding: 8px 40px;
    color: white;
    border-radius: 16px;
    background-color: #495387;
  }
}
@media all and (max-width: 1279px) {
  header .mainMenu.open {
    opacity: 1;
    pointer-events: auto;
    max-height: 300px;
  }
}

.menu-btn {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  display: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 1279px) {
  .menu-btn {
    display: flex;
  }
}
.menu-btn .menu-btn__burger::before, .menu-btn .menu-btn__burger::after, .menu-btn .menu-btn__burger {
  width: 18px;
  height: 2px;
  position: absolute;
  background: white;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.menu-btn .menu-btn__burger::before, .menu-btn .menu-btn__burger::after {
  content: "";
}
.menu-btn .menu-btn__burger::before {
  transform: translateY(-6px);
}
.menu-btn .menu-btn__burger::after {
  transform: translateY(6px);
}
.menu-btn.open .menu-btn__burger {
  width: 21px;
  background: transparent;
}
.menu-btn.open .menu-btn__burger::before {
  width: 21px;
  transform: rotate(45deg);
}
.menu-btn.open .menu-btn__burger::after {
  width: 21px;
  transform: rotate(-45deg);
}

footer {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  padding: 16px 20px;
  background: #383f60;
  text-align: center;
}
@media all and (max-width: 640px) {
  footer {
    padding: 12px;
    text-align: left;
  }
}
footer .selection {
  box-sizing: border-box;
  display: block;
}
footer .selection + .selection {
  margin-top: 12px;
}
footer .selection .item {
  font-size: 14px;
  color: #c3c9e0;
  font-weight: 400;
  line-height: 28px;
  padding: 0 8px;
  white-space: nowrap;
}
footer .selection .item::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1px;
  height: 16px;
  right: -8px;
  top: 2px;
  background-color: #c3c9e0;
}
footer .selection .item:last-child::after {
  display: none;
}
footer .selection a.item:hover {
  color: #bbbbbb;
  text-decoration: underline;
}
@media all and (max-width: 640px) {
  footer .selection .space {
    margin-top: 12px;
  }
}
@media all and (max-width: 640px) {
  footer .selection.copy-right-area .item {
    display: block;
    white-space: normal;
  }
  footer .selection.copy-right-area .item::after {
    display: none;
  }
}

aside {
  position: fixed;
  z-index: 800;
  right: 14px;
  bottom: 20%;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
aside.active {
  opacity: 1;
  pointer-events: all;
}
@media all and (max-width: 1279px) {
  aside {
    right: 8px;
  }
}
aside .aside-button {
  box-sizing: border-box;
  display: block;
  width: 102px;
  height: 107px;
  padding: 0 10px 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 16pxpx;
  color: #495387;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 0.2s;
}
@media all and (max-width: 1279px) {
  aside .aside-button {
    width: 68px;
    height: 71px;
    padding: 0 10px 16px 10px;
    font-size: 14px;
    line-height: 18px;
  }
}
aside .aside-button:hover {
  transform: scale(1.2);
}
aside .aside-button.go-account {
  background-image: url("../img/aside-btn-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media all and (max-width: 1279px) {
  aside .aside-button.go-account {
    margin-bottom: -6px;
  }
}
aside .aside-button.go-top {
  background-image: url("../img/aside-btn-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
aside .aside-button.go-top .icon {
  width: 24px;
  height: 24px;
}
@media all and (max-width: 1279px) {
  aside .aside-button.go-top .icon {
    width: 20px;
    height: 20px;
  }
}

.qrcode-dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: rgba(32, 32, 32, 0.6);
  overflow: hidden;
  z-index: 900;
  display: none;
  cursor: pointer;
}
.qrcode-dialog.active {
  display: flex;
}
.qrcode-dialog .dialog-card {
  box-sizing: border-box;
  padding: 40px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 12px 8px 0px rgba(79, 79, 79, 0.0784313725);
  font-size: 18px;
  color: #495387;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media all and (max-width: 1279px) {
  .qrcode-dialog .dialog-card {
    width: 100%;
    max-width: 335px;
    margin: auto 20px;
    font-size: 16px;
    line-height: 26px;
  }
}
.qrcode-dialog .dialog-card .icon {
  width: 60px;
  height: 60px;
  background-image: url("../img/kv/choose-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto 4px auto;
}
@media all and (max-width: 1279px) {
  .qrcode-dialog .dialog-card .icon {
    width: 48px;
    height: 48px;
  }
}
.qrcode-dialog .dialog-card .qrcode {
  width: 260px;
  height: 260px;
  background-image: url("../img/qrcode.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 20px auto 0 auto;
}
@media all and (max-width: 1279px) {
  .qrcode-dialog .dialog-card .qrcode {
    width: 200px;
    height: 200px;
  }
}

.section-kv {
  height: 800px;
  padding-top: 172px;
}
@media all and (max-width: 1279px) {
  .section-kv {
    height: 606px;
    padding-top: 52px;
    padding-bottom: 0;
  }
}
.section-kv .container {
  height: 100%;
  text-align: left;
}
@media all and (max-width: 1279px) {
  .section-kv .container {
    text-align: center;
  }
}
.section-kv .title {
  font-size: 60px;
  color: #2a2a2a;
  font-weight: 900;
  line-height: 68px;
  letter-spacing: 0.08em;
  margin-top: 8px;
}
@media all and (max-width: 1279px) {
  .section-kv .title {
    margin-top: 12px;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.04em;
  }
}
.section-kv .title span {
  color: #886cd2;
}
.section-kv .tag {
  display: inline-block;
  font-size: 18px;
  color: white;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.04em;
  padding: 4px 20px;
  background-color: #495387;
  border-radius: 30px;
}
@media all and (max-width: 1279px) {
  .section-kv .tag {
    padding: 4px 12px;
    font-size: 16px;
    line-height: 26px;
  }
}
.section-kv .small {
  font-size: 28px;
  color: #495387;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.08em;
  margin-top: 2px;
}
.section-kv .small br {
  display: none;
}
@media all and (max-width: 1279px) {
  .section-kv .small {
    margin-top: 4px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.04em;
  }
  .section-kv .small br {
    display: block;
  }
}
.section-kv .bg {
  -webkit-mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
          mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
}
.section-kv .marquee-container {
  width: 100%;
  height: auto;
  position: absolute;
  transform: translateY(105px) rotate(-4deg);
}
@media all and (max-width: 1279px) {
  .section-kv .marquee-container {
    transform: translateY(232px) rotate(-4deg);
  }
}
@keyframes marquee-ani {
  to {
    transform: translateX(-50%);
  }
}
.section-kv .marquee {
  box-sizing: border-box;
  position: absolute;
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  background-color: #e8e3df;
  animation: marquee-ani 25s linear infinite;
}
@media all and (max-width: 1279px) {
  .section-kv .marquee {
    padding: 12px;
    gap: 12px;
  }
}
.section-kv .marquee .item {
  width: 200px;
  height: 200px;
}
.section-kv .marquee .item:nth-child(12n+1) {
  background: center/contain url("../img/kv/bg-1.png");
}
.section-kv .marquee .item:nth-child(12n+2) {
  background: center/contain url("../img/kv/bg-2.png");
}
.section-kv .marquee .item:nth-child(12n+3) {
  background: center/contain url("../img/kv/bg-3.png");
}
.section-kv .marquee .item:nth-child(12n+4) {
  background: center/contain url("../img/kv/bg-4.png");
}
.section-kv .marquee .item:nth-child(12n+5) {
  background: center/contain url("../img/kv/bg-5.png");
}
.section-kv .marquee .item:nth-child(12n+6) {
  background: center/contain url("../img/kv/bg-6.png");
}
.section-kv .marquee .item:nth-child(12n+7) {
  background: center/contain url("../img/kv/bg-7.png");
}
.section-kv .marquee .item:nth-child(12n+8) {
  background: center/contain url("../img/kv/bg-8.png");
}
.section-kv .marquee .item:nth-child(12n+9) {
  background: center/contain url("../img/kv/bg-9.png");
}
.section-kv .marquee .item:nth-child(12n+10) {
  background: center/contain url("../img/kv/bg-10.png");
}
.section-kv .marquee .item:nth-child(12n+11) {
  background: center/contain url("../img/kv/bg-11.png");
}
.section-kv .marquee .item:nth-child(12n+12) {
  background: center/contain url("../img/kv/bg-12.png");
}
@media all and (max-width: 1279px) {
  .section-kv .marquee .item {
    width: 72px;
    height: 72px;
  }
}
.section-kv .marquee.reverse {
  top: 300px;
  animation-direction: reverse;
}
@media all and (max-width: 1279px) {
  .section-kv .marquee.reverse {
    top: 120px;
  }
}
.section-kv .scroll-down {
  width: 88px;
  height: 44px;
  position: absolute;
  background-image: url("../img/kv/scroll-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: 100px;
}
@media all and (max-width: 1279px) {
  .section-kv .scroll-down {
    left: calc(50% - 44px);
    bottom: 16px;
  }
}
.section-kv .people-area {
  width: 340px;
  height: 560px;
  position: absolute;
  left: calc(50% + 135px);
  top: 66px;
}
@media all and (max-width: 1279px) {
  .section-kv .people-area {
    width: 194px;
    height: 320px;
    left: calc(50% - 49px);
    top: 206px;
  }
}
.section-kv .people {
  width: 340px;
  height: 560px;
  position: absolute;
  background-image: url("../img/kv/people.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-mask-image: linear-gradient(to bottom, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
          mask-image: linear-gradient(to bottom, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
}
@media all and (max-width: 1279px) {
  .section-kv .people {
    width: 194px;
    height: 320px;
  }
}
@keyframes hand-ani {
  0%, 100% {
    transform: rotate(-5deg) translateX(-8%);
  }
  50% {
    transform: rotate(3deg);
  }
}
.section-kv .hand {
  width: 300px;
  height: 280px;
  position: absolute;
  left: -86px;
  top: 121px;
  background-image: url("../img/kv/hand.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform-origin: top right;
  animation: hand-ani 2s infinite;
}
@media all and (max-width: 1279px) {
  .section-kv .hand {
    width: 172px;
    height: 160px;
    left: -50px;
    top: 69px;
  }
}
@keyframes choose-ani {
  0%, 100% {
    transform: translateY(8%);
  }
  50% {
    transform: translateY(-8%);
  }
}
.section-kv .choose {
  animation: choose-ani 4s infinite;
}
.section-kv .choose-1 {
  width: 108px;
  height: 108px;
  position: absolute;
  left: -135px;
  top: 96px;
  background-image: url("../img/kv/choose-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  animation-delay: -0.5s;
}
@media all and (max-width: 1279px) {
  .section-kv .choose-1 {
    width: 62px;
    height: 62px;
    left: -78px;
    top: 55px;
  }
}
.section-kv .choose-2 {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -183px;
  top: 211px;
  background-image: url("../img/kv/choose-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  animation-delay: -1.5s;
}
@media all and (max-width: 1279px) {
  .section-kv .choose-2 {
    width: 48px;
    height: 48px;
    left: -106px;
    top: 119px;
  }
}
.section-kv .choose-3 {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -74px;
  top: 305px;
  background-image: url("../img/kv/choose-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  animation-delay: -0.7s;
}
@media all and (max-width: 1279px) {
  .section-kv .choose-3 {
    width: 48px;
    height: 48px;
    left: -44px;
    top: 173px;
  }
}

.section-features {
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
.section-features .features-area {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 24px;
}
.section-features .swiper-wrapper {
  align-items: center;
}
.section-features .swiper-slide {
  width: 228px;
  height: 320px;
  position: relative;
}
@media all and (max-width: 1279px) {
  .section-features .swiper-slide {
    height: 286px;
  }
}
@media all and (max-width: 1279px) {
  .section-features .swiper-slide.swiper-slide-active::before {
    transform: scale(1.23, 1.05);
  }
  .section-features .swiper-slide.swiper-slide-prev {
    transform: translateX(-13px);
  }
  .section-features .swiper-slide.swiper-slide-next {
    transform: translateX(13px);
  }
}
.section-features .features-card {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 40px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
}
.section-features .features-card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 12px 8px 0px rgba(79, 79, 79, 0.0784313725);
  z-index: -1;
  transition: transform 0.2s;
}
.section-features .pagination-area {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 32px;
}
.section-features .swiper-pagination {
  position: relative;
}
.section-features .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #c5c5c5;
  border-radius: 12px;
  opacity: 1;
}
.section-features .swiper-pagination-bullet-active {
  width: 22px;
  background-color: #495387;
}
.section-features .button-prev,
.section-features .button-next {
  width: 40px;
  height: 40px;
}
.section-features .button-prev.swiper-button-disabled,
.section-features .button-next.swiper-button-disabled {
  opacity: 0.3;
}
.section-features .button-prev {
  background-image: url("../img/swiper-prev.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.section-features .button-next {
  background-image: url("../img/swiper-next.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.section-features .features-img {
  width: 120px;
  height: 120px;
}
.section-features .features-img-1 {
  background-image: url("../img/feature-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.section-features .features-img-2 {
  background-image: url("../img/feature-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.section-features .features-img-3 {
  background-image: url("../img/feature-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.section-features .features-img-4 {
  background-image: url("../img/feature-4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.section-features h3 {
  font-size: 22px;
  color: #495387;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.04em;
  padding: 4px 20px;
  margin-top: 16px;
  border: 2px solid #495387;
  border-radius: 40px;
}
.section-features p {
  font-size: 18px;
  color: #707070;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.04em;
  margin-top: 8px;
}
.section-features p strong {
  color: #886cd2;
  font-weight: 700;
}

.section-calc p {
  margin-top: 8px;
  font-size: 18px;
  color: #707070;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media all and (max-width: 1279px) {
  .section-calc p {
    margin-top: 4px;
    font-size: 16px;
    line-height: 26px;
  }
}
.section-calc .calc-container {
  margin-top: 24px;
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
}
@media all and (max-width: 1279px) {
  .section-calc .calc-container {
    flex-direction: column;
  }
}
.section-calc .calc-area, .section-calc .calc-search-area {
  box-sizing: border-box;
  padding: 40px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 12px 8px 0px rgba(79, 79, 79, 0.0784313725);
}
@media all and (max-width: 1279px) {
  .section-calc .calc-area, .section-calc .calc-search-area {
    padding: 20px;
  }
}
.section-calc .calc-search-area {
  flex: 1;
}
.section-calc .calc-area {
  width: 299px;
  scroll-margin-top: 60px;
}
@media all and (max-width: 1279px) {
  .section-calc .calc-area {
    flex: 1;
    width: 100%;
  }
}
.section-calc .range-area .current-value-area input, .section-calc .search-box input {
  flex: 1 1 30%;
  width: 30%;
  padding: 0;
  font-size: 18px;
  color: #707070;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
  border: none;
  outline: none;
}
@media all and (max-width: 1279px) {
  .section-calc .range-area .current-value-area input, .section-calc .search-box input {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-calc .range-area .current-value-area input::-moz-placeholder, .section-calc .search-box input::-moz-placeholder {
  color: #c5c5c5;
}
.section-calc .range-area .current-value-area input::placeholder, .section-calc .search-box input::placeholder {
  color: #c5c5c5;
}
.section-calc .search-box {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  padding: 8px 8px 8px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
}
@media all and (max-width: 1279px) {
  .section-calc .search-box {
    padding: 8px 8px 8px 16px;
  }
}
.section-calc .search-box .icon {
  width: 24px;
  height: 24px;
  background-image: url("../icons/magnifier.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.section-calc .search-box .search-button {
  font-size: 18px;
  color: white;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.04em;
  padding: 4px 20px;
  border-radius: 20px;
  background-color: #495387;
  cursor: pointer;
}
@media all and (max-width: 1279px) {
  .section-calc .search-box .search-button {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-calc .fund-area {
  margin: 20px 0;
  width: 100%;
  height: auto;
  position: relative;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
}
@media all and (max-width: 1279px) {
  .section-calc .fund-area {
    margin: 16px 0;
  }
}
.section-calc .fund-area .item {
  box-sizing: border-box;
  padding: 8px 24px;
  font-size: 18px;
  color: #707070;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
@media all and (max-width: 1279px) {
  .section-calc .fund-area .item {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 26px;
  }
}
.section-calc .fund-area .item.hide {
  display: none;
}
.section-calc .fund-area .item .title {
  flex: 1;
  text-align: left;
}
.section-calc .fund-area .item .rate {
  position: relative;
  width: 120px;
  text-align: right;
  cursor: pointer;
}
.section-calc .fund-area .item .rate::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  background-color: #c5c5c5;
}
.section-calc .fund-area .item.active {
  background-color: #f8f5ff;
  color: #495387;
}
.section-calc .fund-area .fund-area-header {
  background-color: #f0f0f0;
  border-radius: 20px 20px 0 0;
}
.section-calc .fund-area .fund-area-body {
  height: 276px;
  border-radius: 0 0 20px 20px;
  overflow-y: auto;
}
@media all and (max-width: 1279px) {
  .section-calc .fund-area .fund-area-body {
    height: 318px;
  }
}
.section-calc .fund-area .fund-area-body .item {
  cursor: pointer;
  transition: background-color 0.2s;
}
.section-calc .fund-area .fund-area-body .item:hover {
  background-color: #f8f5ff;
}
.section-calc .fund-area .fund-area-body .item .highlight {
  color: #d4a549;
}
.section-calc .fund-area .sort-icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.section-calc .fund-area .sort-icon.triangle, .section-calc .fund-area .sort-icon::after, .section-calc .fund-area .sort-icon::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border: 4px solid #c5c5c5;
  border-top-color: transparent;
  border-left-color: transparent;
}
.section-calc .fund-area .sort-icon::before {
  left: 8px;
  top: 10px;
  transform: rotate(-135deg);
}
.section-calc .fund-area .sort-icon::after {
  left: 8px;
  top: 16px;
  transform: rotate(45deg);
}
.section-calc .fund-area .sort-icon.asc::after {
  border-right-color: #707070;
  border-bottom-color: #707070;
}
.section-calc .fund-area .sort-icon.desc::before {
  border-right-color: #707070;
  border-bottom-color: #707070;
}
.section-calc .fund-nodata {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 120px;
  font-size: 18px;
  color: #707070;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-align: center;
  display: none;
}
.section-calc .fund-nodata .nodata-img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 24px auto;
}
.section-calc .fund-nodata.show {
  display: block;
}
.section-calc .calc-buttons-area {
  margin-top: 12px;
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}
@media all and (max-width: 1279px) {
  .section-calc .calc-buttons-area {
    gap: 12px;
  }
}
.section-calc .calc-buttons-area .button {
  box-sizing: border-box;
  padding: 6px 38px;
  font-size: 18px;
  color: white;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.04em;
  background-color: #495387;
  border-radius: 16px;
  border: 2px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
@media all and (max-width: 1279px) {
  .section-calc .calc-buttons-area .button {
    padding: 4px 26px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 340px) {
  .section-calc .calc-buttons-area .button {
    padding: 4px 20px;
  }
}
.section-calc .calc-buttons-area .button.disabled {
  background-color: #c5c5c5;
  cursor: auto;
  pointer-events: none;
}
.section-calc .calc-buttons-area .button.outline {
  border: 2px solid #495387;
  color: #495387;
  background-color: white;
}
.section-calc .calc-buttons-area .button.outline.disabled {
  border-color: #c5c5c5;
  color: #c5c5c5;
  background-color: white;
}
.section-calc .tips {
  margin-top: 12px;
  font-size: 14px;
  color: #707070;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media all and (max-width: 1279px) {
  .section-calc .tips {
    margin-top: 8px;
    font-size: 12px;
    line-height: 22px;
  }
}
.section-calc .range-area {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
}
.section-calc .range-area + .range-area {
  margin-top: 12px;
}
.section-calc .range-area .title {
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-align: left;
}
@media all and (max-width: 1279px) {
  .section-calc .range-area .title {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-calc .range-area .current-value-area {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  padding: 7px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
}
@media all and (max-width: 1279px) {
  .section-calc .range-area .current-value-area {
    padding: 7px 16px;
  }
}
.section-calc .range-area .current-value-area input {
  color: #495387;
}
.section-calc .range-area .current-value-area .unit {
  font-size: 18px;
  color: #707070;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
}
@media all and (max-width: 1279px) {
  .section-calc .range-area .current-value-area .unit {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-calc .range-area .error-tips {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: absolute;
  font-size: 16px;
  color: white;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  bottom: calc(100% + 8px);
  padding: 6px;
  border-radius: 6px;
  display: none;
}
.section-calc .range-area .error-tips::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: calc(50% - 2px);
  top: calc(100% - 4px);
  border: 4px solid rgba(0, 0, 0, 0.7);
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotate(45deg);
}
.section-calc .range-area .error-tips.active {
  display: block;
}
.section-calc .range-area .range-area-input-box {
  width: 100%;
  height: auto;
  position: relative;
}
.section-calc .range-area .range-area-input-box input {
  padding: 0;
  cursor: pointer;
}
.section-calc .range-area .range-area-input-box .input-values {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 10px;
  font-size: 16px;
  color: #707070;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
}
@media all and (max-width: 1279px) {
  .section-calc .range-area .range-area-input-box .input-values {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-calc .range-area input[type=range] {
  width: 100%;
  height: 8px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #f0f0f0;
  border-radius: 4px;
}
.section-calc .range-area input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 8px;
}
.section-calc .range-area input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  border: 2px solid #c5c5c5;
  background-color: white;
  border-radius: 50%;
}
.section-calc .divider {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  position: relative;
  background-color: #c5c5c5;
}
@media all and (max-width: 1279px) {
  .section-calc .divider {
    margin: 16px 0;
  }
}
.section-calc .total-area {
  width: 100%;
  height: 72px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
}
@media all and (max-width: 1279px) {
  .section-calc .total-area {
    height: 58px;
  }
}
.section-calc .total-area .title {
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.04em;
}
@media all and (max-width: 1279px) {
  .section-calc .total-area .title {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-calc .total-area .total {
  font-size: 18px;
  color: #707070;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
}
@media all and (max-width: 1279px) {
  .section-calc .total-area .total {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-calc .total-area .total .num {
  font-size: 28px;
  color: #495387;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.08em;
}
@media all and (max-width: 1279px) {
  .section-calc .total-area .total .num {
    font-size: 22px;
    line-height: 30px;
  }
}

.section-cost {
  padding: 60px 0 40px 0;
}
.section-cost .container {
  padding: 0;
}
.section-cost .cost-area {
  box-sizing: border-box;
  margin: 24px auto 0 auto;
  padding: 8px 20px 28px 20px;
  width: 100%;
  height: 460px;
  position: relative;
}
@media all and (max-width: 1279px) {
  .section-cost .cost-area {
    height: 370px;
    overflow-x: auto;
  }
}
.section-cost .cost-grid {
  box-sizing: border-box;
  width: 960px;
  height: 416px;
  position: relative;
  display: grid;
  margin: 0 auto;
  padding: 20px 16px 12px 16px;
  grid-template-columns: 100px 268px repeat(3, 1fr);
  gap: 16px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 12px 8px 0px rgba(79, 79, 79, 0.0784313725);
}
@media all and (max-width: 1279px) {
  .section-cost .cost-grid {
    width: 768px;
    height: 333px;
    position: relative;
    grid-template-columns: 80px 214px repeat(3, 1fr);
    gap: 12px;
    padding: 16px 12px 10px 12px;
    box-shadow: 0px 9.6px 6.4px 0px rgba(79, 79, 79, 0.0784313725);
  }
}
.section-cost .cost-grid .column {
  display: grid;
  grid-template-rows: 88px 60px 60px 60px 96px;
  padding-top: 20px;
}
@media all and (max-width: 1279px) {
  .section-cost .cost-grid .column {
    grid-template-rows: 71px 48px 48px 48px 76px;
    padding-top: 16px;
  }
}
.section-cost .cost-grid .column .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 18px;
  color: #707070;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media all and (max-width: 1279px) {
  .section-cost .cost-grid .column .item {
    font-size: 14px;
    line-height: 22px;
  }
}
.section-cost .cost-grid .column .item.title {
  color: #495387;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}
@media all and (max-width: 1279px) {
  .section-cost .cost-grid .column .item.title {
    font-size: 18px;
    line-height: 26px;
  }
}
.section-cost .cost-grid .column.title .item {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}
@media all and (max-width: 1279px) {
  .section-cost .cost-grid .column.title .item {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }
}
.section-cost .cost-grid .column.mark {
  box-sizing: border-box;
  position: relative;
  height: 432px;
  top: -28px;
  padding-top: 48px;
  background: rgba(158, 136, 216, 0.6);
  border-radius: 20px;
}
@media all and (max-width: 1279px) {
  .section-cost .cost-grid .column.mark {
    top: -22px;
    height: 346px;
    padding-top: 38px;
  }
}
.section-cost .cost-grid .column.mark .item {
  font-size: 22px;
  color: white;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-shadow: 0px 12px 8px rgba(79, 79, 79, 0.0784313725);
}
@media all and (max-width: 1279px) {
  .section-cost .cost-grid .column.mark .item {
    font-size: 18px;
    line-height: 26px;
  }
}
.section-cost .frs-logo {
  width: 148px;
  height: 60px;
  position: absolute;
  background-image: url("../icons/frs-logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 30px;
}
@media all and (max-width: 1279px) {
  .section-cost .frs-logo {
    width: 118px;
    height: 48px;
    top: 24px;
  }
}
.section-cost .label {
  position: relative;
  top: 20px;
  font-size: 22px;
  color: #886cd2;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.04em;
  border-radius: 40px;
  padding: 4px 20px;
  background: white;
}
@media all and (max-width: 1279px) {
  .section-cost .label {
    top: 15px;
    padding: 3px 24px;
    font-size: 18px;
    line-height: 26px;
  }
}

@media all and (max-width: 1279px) {
  .section-step .container {
    padding: 0;
  }
}
.section-step .bg-left,
.section-step .bg-right {
  width: 600px;
  height: 650px;
  position: absolute;
}
@media all and (max-width: 1279px) {
  .section-step .bg-left,
  .section-step .bg-right {
    width: 300px;
    height: 325px;
    bottom: 0;
  }
}
.section-step .bg-left {
  left: calc(50% - 720px);
  top: 0;
  background-image: url("../img/step-bg-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media all and (max-width: 1279px) {
  .section-step .bg-left {
    left: calc(50% - 384px);
    top: unset;
  }
}
.section-step .bg-right {
  left: calc(50% + 120px);
  top: 0;
  background-image: url("../img/step-bg-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media all and (max-width: 1279px) {
  .section-step .bg-right {
    left: calc(50% + 84px);
    top: unset;
  }
}
.section-step .step-area {
  width: 100%;
  height: 440px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  margin-top: 24px;
}
@media all and (max-width: 1279px) {
  .section-step .step-area {
    height: auto;
    flex-direction: column;
  }
}
.section-step .step-text-area {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
@media all and (max-width: 1279px) {
  .section-step .step-text-area {
    width: 100%;
    gap: 16px;
  }
}
.section-step .steps-container {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.section-step .steps-container::-webkit-scrollbar {
  display: none;
}
@media all and (max-width: 1279px) {
  .section-step .steps-container {
    padding: 0 20px;
    overflow-x: auto;
  }
}
@media all and (max-width: 440px) {
  .section-step .steps-container {
    padding: 0 10px;
  }
}
.section-step .steps-area {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
@media all and (max-width: 1279px) {
  .section-step .steps-area {
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    gap: 16px;
  }
}
@media all and (max-width: 440px) {
  .section-step .steps-area {
    gap: 8px;
  }
}
.section-step .step-box {
  cursor: pointer;
}
.section-step .step-box .tag {
  box-sizing: border-box;
  width: 94px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 18px;
  color: #707070;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 40px;
  border: 2px #707070 solid;
  transition: color 0.2s;
}
@media all and (max-width: 1279px) {
  .section-step .step-box .tag {
    width: 87px;
    height: 34px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 440px) {
  .section-step .step-box .tag {
    width: 70px;
    height: 30px;
    font-size: 14px;
    line-height: 20px;
  }
}
.section-step .step-box h3 {
  margin-top: 8px;
  font-size: 22px;
  color: #707070;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-align: center;
  transition: color 0.2s;
}
@media all and (max-width: 1279px) {
  .section-step .step-box h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 440px) {
  .section-step .step-box h3 {
    margin-top: 4px;
    font-size: 16px;
    line-height: 24px;
  }
}
.section-step .step-box.active .tag {
  color: white;
  background: linear-gradient(180deg, #495387 1.25%, #9e88d8 101.25%);
  border-color: transparent;
  border-width: 0;
}
.section-step .step-box.active h3 {
  color: #495387;
}
@media (min-width: 1280px) {
  .section-step .step-box:hover .tag {
    color: white;
    background: linear-gradient(180deg, #495387 1.25%, #9e88d8 101.25%);
    border-color: transparent;
    border-width: 0;
  }
  .section-step .step-box:hover h3 {
    color: #495387;
  }
}
.section-step .content-area {
  width: 472px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 18px;
  color: #495387;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 12px 8px 0px rgba(79, 79, 79, 0.0784313725);
}
@media all and (max-width: 1279px) {
  .section-step .content-area {
    width: calc(100% - 40px);
    height: 50px;
    max-width: 482px;
    font-size: 16px;
    line-height: 26px;
  }
}
.section-step .step-phone-area {
  position: relative;
  flex: 1;
}
.section-step .step-phone-area::before {
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  left: calc(50% - 200px);
  top: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(176, 154, 233, 0.2) 11.3%, rgba(176, 154, 233, 0) 90.75%);
  z-index: -1;
}
@media all and (max-width: 1279px) {
  .section-step .step-phone-area::before {
    width: 284px;
    height: 284px;
    left: calc(50% - 142px);
    top: 2px;
  }
}
.section-step .swiper-wrapper {
  width: 200px;
  height: 406px;
}
@media all and (max-width: 1279px) {
  .section-step .swiper-wrapper {
    width: 142px;
    height: 288px;
  }
}
.section-step .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-faq {
  background-image: url("../img/faq-bg.png");
  background-repeat: no-repeat;
  background-position: center 32px;
  background-size: auto;
}
@media all and (max-width: 1279px) {
  .section-faq {
    background-image: url("../img/faq-bg-mob.png");
    background-position: center 16px;
  }
}
@media all and (max-width: 1279px) {
  .section-faq .container {
    padding: 0;
  }
}
.section-faq .faq-container {
  margin-top: 24px;
}
.section-faq .faq-group-area {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.section-faq .faq-group-area::-webkit-scrollbar {
  display: none;
}
@media all and (max-width: 1279px) {
  .section-faq .faq-group-area {
    padding: 0 20px;
    overflow-x: auto;
  }
}
.section-faq .faq-groups {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}
@media all and (max-width: 1279px) {
  .section-faq .faq-groups {
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
}
.section-faq .faq-box {
  box-sizing: border-box;
  padding: 2px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 22px;
  color: #707070;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 40px;
  border: 2px #c5c5c5 solid;
  background-color: #f0f0f0;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s;
}
@media all and (max-width: 1279px) {
  .section-faq .faq-box {
    padding: 0px 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
.section-faq .faq-box.active, .section-faq .faq-box:hover {
  color: white;
  background-color: #495387;
  border-color: transparent;
}
.section-faq .faq-list-container {
  box-sizing: border-box;
  margin-top: 24px;
  width: 100%;
  height: auto;
  position: relative;
}
@media all and (max-width: 1279px) {
  .section-faq .faq-list-container {
    padding: 0 20px;
  }
}
.section-faq .faq-list-area {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  display: none;
}
.section-faq .faq-list-area.active {
  display: flex;
}
.section-faq .faq-card {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  padding: 20px 32px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 12px 8px 0px rgba(79, 79, 79, 0.0784313725);
  cursor: pointer;
}
@media all and (max-width: 1279px) {
  .section-faq .faq-card {
    padding: 14px 24px;
  }
}
.section-faq .faq-card .title-area {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}
.section-faq .faq-card .num {
  font-size: 32px;
  color: #886cd2;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: 0.04em;
  font-style: italic;
}
@media all and (max-width: 1279px) {
  .section-faq .faq-card .num {
    font-size: 28px;
    line-height: 32px;
  }
}
.section-faq .faq-card .text {
  font-size: 22px;
  color: #495387;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.04em;
  flex: 1;
}
@media all and (max-width: 1279px) {
  .section-faq .faq-card .text {
    font-size: 20px;
    line-height: 30px;
  }
}
.section-faq .faq-card .arrow {
  width: 24px;
  height: 24px;
  background-image: url("../icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: transform 0.2s;
}
.section-faq .faq-card .content {
  font-size: 18px;
  color: #707070;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
}
@media all and (max-width: 1279px) {
  .section-faq .faq-card .content {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-faq .faq-card input {
  display: none;
}
.section-faq .faq-card input:checked ~ .title-area .arrow {
  transform: rotate(-180deg);
}
.section-faq .faq-card input:checked ~ .content {
  margin-top: 16px;
  max-height: 600px;
}
@media all and (max-width: 1279px) {
  .section-faq .faq-card input:checked ~ .content {
    margin-top: 4px;
  }
}

.section-note {
  padding: 0;
  background-color: #495387;
  font-size: 14px;
  color: #c3c9e0;
  font-weight: 400;
  line-height: 21px;
}
.section-note .container {
  max-width: 1440px;
  padding: 32px 40px;
}
@media all and (max-width: 640px) {
  .section-note .container {
    padding: 32px 20px;
  }
}
.section-note .decimal {
  list-style: decimal;
  padding-left: 1.5em;
}
.section-note a {
  color: #c3c9e0;
  word-break: break-all;
}
.section-note a:hover {
  text-decoration: underline;
}
@media all and (max-width: 1279px) {
  .section-note a {
    text-decoration: underline;
  }
}

fr-evaluation-statement .highlight {
  color: #ffca62; /* 你的顏色 */
}

fr-evaluation-statement::part(highlight) {
  color: #ffca62; /* 你的顏色 */
}