@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Roboto", "Noto Sans", "Microsoft JhengHei", sans-serif !important;
  overflow: hidden;
  overflow-y: auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  letter-spacing: 0.8px;
  background: #EEE;
}
@media (max-width: 1264px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
body.overflow {
  overflow: hidden;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-input-placeholder {
  color: #9B9B9B;
}

input::-moz-placeholder {
  color: #9B9B9B;
}

input:-ms-input-placeholder {
  color: #9B9B9B;
}

input::-ms-input-placeholder {
  color: #9B9B9B;
}

input::placeholder {
  color: #9B9B9B;
}

/* IE */
select::-ms-expand {
  display: none;
}

select {
  border-radius: 0;
}

input {
  border-radius: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix {
  clear: both;
  display: block;
  width: 100%;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

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

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  padding: 20px 40px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1030px) {
  header {
    padding: 12px 24px;
  }
}
header .logo {
  float: left;
  width: 228px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1030px) {
  header .logo {
    width: 116px;
  }
}
header .logo img {
  display: block;
  width: 100%;
}
header i {
  display: none;
}
@media (max-width: 1030px) {
  header i {
    display: block;
    float: right;
    width: 24px;
    height: 24px;
    background: url(../img/menu-white.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  header i.active {
    z-index: 1;
    position: relative;
    background: url(../img/menu-close.png) no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 1030px) {
  header .mobile-menu {
    opacity: 0;
    pointer-events: none;
    background: rgba(61, 61, 61, 0.6);
    width: 100%;
    height: 100svh;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  header .mobile-menu > div {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    right: -100vw;
    float: right;
    width: 288px;
    height: 100%;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 0 #72C0D5;
            box-shadow: 0 0 20px 0 #72C0D5;
  }
  header .mobile-menu.active {
    pointer-events: all;
    opacity: 1;
  }
  header .mobile-menu.active > div {
    right: 0;
  }
}
header .mobile-menu nav {
  float: right;
}
header .mobile-menu nav a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
  line-height: 54px;
  margin: 0 0 0 3vw;
  color: #fff;
}
@media (max-width: 1264px) {
  header .mobile-menu nav a {
    font-size: 16px;
    margin: 0 10px;
  }
}
header .mobile-menu nav a:hover {
  color: #72C0D5 !important;
}
@media (max-width: 1030px) {
  header .mobile-menu nav {
    padding: 45px 0;
    width: 100%;
  }
  header .mobile-menu nav a {
    display: block;
    padding: 16px;
    border-bottom: 1px dashed #72C0D5;
    line-height: 24px;
    color: #000;
    position: relative;
  }
  header .mobile-menu nav a:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/arrow-right.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
header .mobile-menu .mobile-btn {
  display: none;
}
@media (max-width: 1030px) {
  header .mobile-menu .mobile-btn {
    display: block;
  }
  header .mobile-menu .mobile-btn a {
    width: 100%;
    display: block;
    margin: 0 auto 16px auto;
  }
  header .mobile-menu .mobile-btn a img {
    display: block;
    width: 100%;
  }
}
header.active {
  border-bottom: 1px solid #72C0D5;
  background: #FFF;
}
header.active .logo {
  background: url(../img/logo-blue.png) no-repeat;
  background-size: 100% 100%;
}
header.active .logo img {
  opacity: 0;
}
header.active i {
  background: url(../img/menu-color.png) no-repeat;
  background-size: 100% 100%;
}
header.active i.active {
  background: url(../img/menu-close.png) no-repeat;
  background-size: 100% 100%;
}
header.active .mobile-menu nav a {
  color: #2C3CB8;
}

.fix-btn {
  position: fixed;
  z-index: 999;
  right: 24px;
  bottom: 24px;
}
@media (max-width: 1030px) {
  .fix-btn {
    right: 16px;
    bottom: 0;
  }
}
.fix-btn a {
  display: block;
  width: 60px;
  margin-bottom: 16px;
}
@media (max-width: 1030px) {
  .fix-btn a {
    width: 40px;
    margin-bottom: 8px;
  }
}
.fix-btn a img {
  display: block;
  width: 100%;
}
.fix-btn a img + img {
  display: none;
}
.fix-btn a:hover img {
  display: none;
}
.fix-btn a:hover img + img {
  display: block;
}

footer {
  padding: 24px 0;
  background: #2C3CB8;
}
@media (max-width: 1030px) {
  footer {
    padding: 24px 0 16px 0;
  }
}
footer .logo {
  float: left;
  width: 224px;
  margin-right: 24px;
}
@media (max-width: 1264px) {
  footer .logo {
    width: 150px;
    margin: 5px 24px 0 0;
  }
}
@media (max-width: 1030px) {
  footer .logo {
    width: 117px;
    display: block;
    float: none;
    margin: 0 auto 24px auto;
  }
}
footer .logo img {
  display: block;
  width: 100%;
}
footer span {
  font-size: 16px;
  line-height: 54px;
  color: #fff;
}
footer span em {
  font-style: normal;
}
@media (max-width: 1030px) {
  footer span {
    float: none;
    display: block;
    font-size: 14px;
    line-height: 25px;
    margin: 12px auto;
    text-align: center;
  }
  footer span em {
    text-indent: -9999999px;
    display: block;
    height: 0;
  }
}
footer .right {
  float: right;
}
@media (max-width: 1030px) {
  footer .right {
    float: none;
  }
}
footer .right .btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 40px;
  border: 1px solid #fff;
  line-height: 54px;
  padding: 0 56px 0 16px;
  font-size: 16px;
  color: #fff;
  position: relative;
  margin: 0 8px;
}
@media (max-width: 1030px) {
  footer .right .btn {
    display: block;
    max-width: 330px;
    line-height: 38px;
    padding: 0 44px 0 12px;
    margin: 0 auto 10px auto;
  }
}
footer .right .btn img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin-right: 15px;
}
footer .right .btn:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/link-out-white.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}
@media (max-width: 1030px) {
  footer .right .btn:after {
    width: 16px;
    height: 16px;
    right: 12px;
  }
}
footer .right .btn:hover {
  background: #fff;
  color: #2C3CB8;
}
footer .right .btn:hover:after {
  background: url(../img/link-out.png) no-repeat;
  background-size: 100% 100%;
}

.kv {
  width: 100%;
  height: 100svh;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.3s ease-out;
  transition: transform 0.2s ease-out, opacity 0.3s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform, opacity;
  /* KV縮小效果 - 由JavaScript控制 */
  /* KV wipe animation like h2/h3 */
}
.kv .img {
  width: 60vw;
  margin: 7vw auto 0 auto;
  position: relative;
  z-index: 1;
  opacity: 0;
}
.kv .img.img2 {
  display: none;
}
@media (max-width: 1030px) {
  .kv .img {
    display: none;
  }
  .kv .img.img2 {
    display: block;
    width: 88.5vw;
    margin: 10vw auto 0 auto;
  }
}
.kv a.btn {
  display: block;
  width: 280px;
  margin: -7vw auto 0 auto;
  line-height: 64px;
  color: #fff;
  padding: 0 66px 0 40px;
  border-radius: 100px;
  background: url(../img/arrow-right-white.png) #72C0D5 center right 24px no-repeat;
  background-size: 32px 32px;
  position: relative;
  z-index: 1;
  opacity: 0;
}
.kv a.btn:hover {
  background-color: #2C3CB8;
}
@media (max-width: 1030px) {
  .kv a.btn {
    width: 240px;
    line-height: 48px;
    padding: 0 46px 0 20px;
    background: url(../img/arrow-right-white.png) #72C0D5 center right 12px no-repeat;
    background-size: 24px 24px;
    margin: -10vw auto 0 auto;
  }
}
.kv.active > div {
  background: url(../img/kv-img.jpg) top center no-repeat;
  background-size: 100vw auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.kv.active > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/kv-cover.png) no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 1030px) {
  .kv.active > div {
    background: url(../img/kv-img-m.jpg) top center no-repeat;
    background-size: 100vw auto;
  }
}
.kv.active > div:before,
.kv.active > div .img,
.kv.active > div a.btn {
  opacity: 1;
}
.kv > div {
  width: 100%;
  height: 100%;
  will-change: width, height;
}
.kv .left {
  display: block;
  width: 25vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.kv .right {
  display: block;
  width: 25vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.kv .kv-wipe {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
}
.kv .kv-wipe img,
.kv .kv-wipe a.btn {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.kv .kv-wipe.has-animation img,
.kv .kv-wipe.has-animation a.btn {
  opacity: 0;
}
.kv .kv-wipe.has-animation.animate-in img,
.kv .kv-wipe.has-animation.animate-in a.btn {
  -webkit-animation: kvTextReveal 0.6s 0.9s forwards;
          animation: kvTextReveal 0.6s 0.9s forwards;
}
.kv .kv-wipe.has-animation.animate-in:before, .kv .kv-wipe.has-animation.animate-in:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.kv .kv-wipe.has-animation.animate-in:before {
  background-color: var(--color--main);
}
.kv .kv-wipe.has-animation.animate-in:after {
  background-color: rgb(114, 192, 213);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.kv .kv-wipe.has-animation.animation-ltr.animate-in:before {
  -webkit-animation: revealLTR 1.8s ease;
          animation: revealLTR 1.8s ease;
}
.kv .kv-wipe.has-animation.animation-ltr.animate-in:after {
  -webkit-animation: revealLTR 1s 0.6s ease;
          animation: revealLTR 1s 0.6s ease;
}
.kv .kv-wipe.has-animation.animation-rtl.animate-in:before {
  -webkit-animation: revealRTL 1.8s ease;
          animation: revealRTL 1.8s ease;
}
.kv .kv-wipe.has-animation.animation-rtl.animate-in:after {
  -webkit-animation: revealRTL 1s 0.6s ease;
          animation: revealRTL 1s 0.6s ease;
}

section {
  padding: 104px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1264px) {
  section {
    padding: 48px 0;
  }
}
section.section1 {
  background: url(../img/section1-bg.png) center no-repeat;
  background-size: cover;
}
@media (max-width: 1264px) {
  section.section1 {
    background: url(../img/section1-bg-m.png) center no-repeat;
    background-size: cover;
  }
}
section.section1 .wrapper {
  max-width: none;
  white-space: nowrap;
  margin: -25px auto 0 auto;
}
@media (max-width: 1264px) {
  section.section1 .wrapper {
    margin: 0 auto;
  }
}
section.section1 .wrapper title {
  color: #2C3CB8;
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 auto 25px auto;
}
@media (max-width: 1264px) {
  section.section1 .wrapper title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
}
section.section1 .wrapper .txt {
  display: inline-block;
  vertical-align: middle;
  width: 608px;
  height: 608px;
  border-radius: 608px;
  padding-top: 148px;
  position: relative;
}
@media (max-width: 1264px) {
  section.section1 .wrapper .txt {
    display: block;
    width: 327px;
    height: 327px;
    padding-top: 32px;
    margin: 0 auto;
  }
}
section.section1 .wrapper .txt.left {
  background: url(../img/section1-left-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 144px;
  text-align: left;
}
@media (max-width: 1264px) {
  section.section1 .wrapper .txt.left {
    background: url(../img/section1-left-bg-m.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 32px 0 0 0;
  }
}
section.section1 .wrapper .txt.left:after {
  content: "";
  width: 88px;
  height: 88px;
  background: url(../img/section1-arrow.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 320px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1264px) {
  section.section1 .wrapper .txt.left:after {
    width: 24px;
    height: 21px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 0;
    right: 0;
    top: auto;
    bottom: 107px;
  }
}
section.section1 .wrapper .txt.right {
  background: url(../img/section1-right-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-right: 144px;
  text-align: right;
}
@media (max-width: 1264px) {
  section.section1 .wrapper .txt.right {
    background: url(../img/section1-right-bg-m.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 139px 0 0 0;
  }
}
section.section1 .wrapper .txt.right:after {
  content: "";
  width: 88px;
  height: 88px;
  background: url(../img/section1-arrow.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 320px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1264px) {
  section.section1 .wrapper .txt.right:after {
    width: 24px;
    height: 21px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: 0;
    right: 0;
    bottom: auto;
    top: 107px;
  }
}
section.section1 .wrapper .txt span {
  display: block;
  margin: 0 auto 24px auto;
}
@media (max-width: 1264px) {
  section.section1 .wrapper .txt span {
    margin-bottom: 8px;
  }
}
section.section1 .wrapper .txt span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #FF863A;
}
section.section1 .wrapper .txt span:nth-of-type(1) {
  padding: 0 8px;
}
@media (max-width: 1264px) {
  section.section1 .wrapper .txt span:nth-of-type(1) {
    padding: 0;
  }
}
section.section1 .wrapper .txt span:nth-of-type(2) {
  padding: 0 16px;
}
@media (max-width: 1264px) {
  section.section1 .wrapper .txt span:nth-of-type(2) {
    padding: 0;
  }
}
section.section1 .wrapper .txt span:nth-of-type(3) {
  padding: 0 24px;
}
@media (max-width: 1264px) {
  section.section1 .wrapper .txt span:nth-of-type(3) {
    padding: 0;
  }
}
section.section1 .wrapper .txt span:nth-of-type(4) {
  padding: 0 32px;
}
@media (max-width: 1264px) {
  section.section1 .wrapper .txt span:nth-of-type(4) {
    padding: 0;
  }
}
section.section1 .wrapper .circle {
  position: absolute;
  width: 392px;
  height: 392px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border-radius: 392px;
  background: var(--gradient-color-light, linear-gradient(180deg, #72C0D5 0%, #2C3CB8 100%));
  -webkit-box-shadow: 0 0 28px 0 #FFF inset;
          box-shadow: 0 0 28px 0 #FFF inset;
  padding-top: 87px;
}
@media (max-width: 1264px) {
  section.section1 .wrapper .circle {
    width: 187px;
    height: 187px;
    padding-top: 37px;
  }
}
section.section1 .wrapper .circle title {
  color: #fff;
}
section.section1 .wrapper .circle img {
  display: block;
  width: 120px;
  margin: 0 auto;
}
@media (max-width: 1264px) {
  section.section1 .wrapper .circle img {
    width: 80px;
  }
}
section.section2 {
  background: var(--gradient-color-background-blue, linear-gradient(180deg, #2C3CB8 0%, #4350B6 100%));
}
section.section2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/section2-cover.png) center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1264px) {
  section.section2:before {
    background: url(../img/section2-cover-m.png) center no-repeat;
    background-size: auto 100%;
  }
}
section.section2 .wrapper {
  max-width: none;
}
@media (max-width: 1264px) {
  section.section2 ul.list {
    max-width: 500px;
    margin: 0 auto;
  }
}
section.section2 ul.list li.detail {
  display: inline-block;
  vertical-align: top;
  width: 386px;
  margin: 0 10px;
  position: relative;
}
@media (max-width: 1264px) {
  section.section2 ul.list li.detail {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
section.section2 ul.list li.detail img {
  display: block;
  width: 100%;
  margin: 0 auto 24px auto;
}
@media (max-width: 1264px) {
  section.section2 ul.list li.detail img {
    margin-bottom: 16px;
  }
}
section.section2 ul.list li.detail:nth-of-type(2) {
  margin-top: 64px;
}
@media (max-width: 1264px) {
  section.section2 ul.list li.detail:nth-of-type(2) {
    margin-top: 0;
  }
}
section.section2 ul.list li.detail b {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1264px) {
  section.section2 ul.list li.detail b {
    font-size: 22px;
    line-height: 32px;
    top: 2%;
  }
}
section.section2 ul.list li.detail b:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(../img/triangle-arrow.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 0 0 4px;
}
section.section2 ul.list li.detail a {
  display: block;
  width: 280px;
  margin: 0 auto;
  line-height: 64px;
  color: #fff;
  padding: 0 66px 0 40px;
  border-radius: 100px;
  border: 2px solid #FFF;
  background: url(../img/arrow-right-white.png) center right 24px no-repeat;
  background-size: 32px 32px;
}
section.section2 ul.list li.detail a:hover {
  background-color: #72C0D5;
}
@media (max-width: 1264px) {
  section.section2 ul.list li.detail a {
    width: 240px;
    line-height: 48px;
    padding: 0 46px 0 20px;
    background: url(../img/arrow-right-white.png) center right 12px no-repeat;
    background-size: 24px 24px;
  }
}
section.section3 .wrapper {
  max-width: none;
}
@media (max-width: 1264px) {
  section.section3 ul.list {
    max-width: 500px;
    margin: 0 auto;
  }
}
section.section3 ul.list li.detail {
  display: inline-block;
  vertical-align: top;
  width: 129px;
  margin: 0 58px;
}
@media (max-width: 1264px) {
  section.section3 ul.list li.detail {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
section.section3 ul.list li.detail:nth-of-type(even) {
  margin-top: 40px;
}
@media (max-width: 1264px) {
  section.section3 ul.list li.detail:nth-of-type(even) {
    margin-top: 0;
  }
}
section.section3 ul.list li.detail b {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #2C3CB8;
}
@media (max-width: 1264px) {
  section.section3 ul.list li.detail b {
    font-size: 26px;
  }
}
section.section3 ul.list li.detail b i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  margin: 0 4px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
  border-bottom: 1px solid #72C0D5;
}
@media (max-width: 1264px) {
  section.section3 ul.list li.detail b i {
    font-size: 16px;
    line-height: 24px;
  }
}
section.section3 ul.list li.detail img {
  display: block;
  width: 100%;
  margin: 22px auto 16px auto;
}
@media (max-width: 1264px) {
  section.section3 ul.list li.detail img {
    max-width: 120px;
  }
}
section.section3 ul.list li.detail p {
  font-size: 18px;
  color: #1C284D;
  white-space: nowrap;
}
@media (max-width: 1264px) {
  section.section3 ul.list li.detail p {
    font-size: 16px;
  }
}
section.section4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 0;
}
section.section4:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -104px;
  width: 700px;
  height: 700px;
  border-radius: 700px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
@media (max-width: 1264px) {
  section.section4:before {
    top: -48px;
    width: 244px;
    height: 244px;
  }
}
section.section4 .about {
  padding: 0 0 92px 0;
  margin: 104px auto 0 auto;
}
@media (max-width: 1264px) {
  section.section4 .about {
    padding-bottom: 46px;
    margin: 48px auto 0 auto;
    max-width: 375px;
  }
}
section.section4 .about .wrapper > div {
  float: left;
  width: calc(33% - 24px);
  margin: 0 12px 24px 12px;
  padding: 24px;
  border-radius: 20px;
  background: #72C0D5;
  font-size: 28px;
  line-height: 72px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1264px) {
  section.section4 .about .wrapper > div {
    width: calc(50% - 8px);
    max-width: 500px;
    margin: 0 16px 17px 0;
    font-size: 22px;
    line-height: 32px;
    padding: 16px 23px;
    min-height: 144px;
  }
}
@media (max-width: 1264px) {
  section.section4 .about .wrapper > div:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (max-width: 1264px) {
  section.section4 .about .wrapper > div:nth-of-type(2) {
    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;
    background: #2C3CB8;
  }
}
section.section4 .about .wrapper > div:nth-of-type(3) {
  background: #2C3CB8;
}
@media (max-width: 1264px) {
  section.section4 .about .wrapper > div:nth-of-type(3) > br {
    display: none;
  }
}
section.section4 .about .wrapper > div:nth-of-type(4) {
  float: right;
  margin: 0 19px 24px 12px;
}
@media (max-width: 1264px) {
  section.section4 .about .wrapper > div:nth-of-type(4) {
    float: none;
    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;
    padding: 16px;
  }
  section.section4 .about .wrapper > div:nth-of-type(4) > br {
    display: none;
  }
}
section.section4 .about .wrapper > div:nth-of-type(5) {
  background: #2C3CB8;
}
section.section4 .about .wrapper > div strong {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1264px) {
  section.section4 .about .wrapper > div strong {
    display: block;
  }
}
section.section4 .about .wrapper > div strong i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-size: 48px;
  line-height: 72px;
  margin-top: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1264px) {
  section.section4 .about .wrapper > div strong i {
    font-size: 32px;
    line-height: 48px;
  }
}
section.section4 .about .wrapper > div.lg {
  width: calc(66% - 20px);
  margin-top: -75px;
  line-height: 40px;
  padding: 20px 24px;
}
@media (max-width: 1264px) {
  section.section4 .about .wrapper > div.lg {
    width: 100%;
    margin: 0 auto 17px auto;
    line-height: 32px;
    padding: 16px 16px 8px 16px;
  }
}
section.section4 .about .wrapper > div.lg > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px auto 0 auto;
}
@media (max-width: 1264px) {
  section.section4 .about .wrapper > div.lg > ul {
    display: block;
    max-width: 310px;
  }
}
section.section4 .about .wrapper > div.lg > ul li {
  width: 100%;
  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;
  border-radius: 16px;
  background: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #1C284D;
  margin-right: 16px;
  cursor: pointer;
}
@media (max-width: 1264px) {
  section.section4 .about .wrapper > div.lg > ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    margin: 0 8px 8px 0;
    width: calc(33.3333333333% - 10px);
    max-width: 93px;
  }
}
section.section4 .about .wrapper > div.lg > ul li:hover {
  background: #D8E7EB;
}
section.section4 .about .wrapper > div.lg > ul li span {
  display: block;
  padding: 22.2px 0;
}
section.section4 .about .wrapper > div.lg > ul li:nth-of-type(6) {
  margin-right: 0;
}
@media (max-width: 1264px) {
  section.section4 .about .wrapper > div.lg > ul li:nth-of-type(3), section.section4 .about .wrapper > div.lg > ul li:nth-of-type(6) {
    margin-right: 0;
  }
}
section.section4 .about .wrapper > div.lg > ul li a {
  display: block;
  padding: 22.2px 0;
  width: 100%;
}
@media (max-width: 1264px) {
  section.section4 .about .wrapper > div.lg > ul li a {
    padding: 28px 0;
  }
}
section.section4 .about .wrapper > div.lg > ul li a img {
  display: block;
  width: 60px;
  margin: 0 auto;
}
@media (max-width: 1264px) {
  section.section4 .about .wrapper > div.lg > ul li a img {
    width: 40px;
  }
}
@media (max-width: 1264px) {
  section.section4 .about .wrapper > div:last-of-type {
    margin-bottom: 0;
  }
}
section.section4 .courses {
  background: url(../img/section1-bg.png) center no-repeat;
  background-size: cover;
  padding: 104px 0 0 0;
}
@media (max-width: 1264px) {
  section.section4 .courses {
    background: url(../img/section1-bg-m.png) center no-repeat;
    background-size: cover;
    padding: 48px 0 0 0;
    text-align: left;
    overflow: hidden;
    overflow-y: visible;
  }
  section.section4 .courses .wrapper {
    max-width: 540px;
  }
}
section.section4 .courses a.search-btn {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 50px;
  border-radius: 16px;
  background: #72C0D5;
}
section.section4 .courses a.search-btn:hover {
  background: #2C3CB8;
}
section.section4 .courses a.search-btn img {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1264px) {
  section.section4 .courses a.search-btn {
    width: 40px;
    height: 40px;
    top: 0;
    right: 20px;
    border-radius: 12px;
  }
  section.section4 .courses a.search-btn img {
    width: 24px;
    height: 24px;
  }
}
section.section4 .courses h3 {
  padding-right: 60px;
}
@media (max-width: 1264px) {
  section.section4 .courses h3 {
    padding-right: 0;
  }
}
section.section4 .courses .slider {
  padding: 0 24px;
  position: relative;
  /* 3D Slider state (scoped, non-breaking) */
}
@media (max-width: 1264px) {
  section.section4 .courses .slider {
    padding: 0;
  }
}
section.section4 .courses .slider .slider-prev {
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 9;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: url(../img/arrow-right-white.png) #72C0D5 center no-repeat;
  background-size: 32px 32px;
}
section.section4 .courses .slider .slider-prev:hover {
  background-color: #2C3CB8;
}
section.section4 .courses .slider .slider-prev.disabled {
  background-color: #000;
  pointer-events: none;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-prev {
    width: 32px;
    height: 32px;
    background: url(../img/arrow-right-white.png) #72C0D5 center no-repeat;
    background-size: 24px 24px;
    left: -16px;
  }
}
section.section4 .courses .slider .slider-next {
  display: block;
  position: absolute;
  top: 50%;
  right: -30px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: url(../img/arrow-right-white.png) #72C0D5 center no-repeat;
  background-size: 32px 32px;
}
section.section4 .courses .slider .slider-next:hover {
  background-color: #2C3CB8;
}
section.section4 .courses .slider .slider-next.disabled {
  background-color: #000;
  pointer-events: none;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-next {
    width: 32px;
    height: 32px;
    background: url(../img/arrow-right-white.png) #72C0D5 center no-repeat;
    background-size: 24px 24px;
    right: -16px;
  }
}
section.section4 .courses .slider .slider-list {
  position: relative;
}
section.section4 .courses .slider .slider-list .slider-detail {
  border-radius: 20px;
  background: #fff;
  padding: 24px 40px;
  text-align: left;
  position: relative;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-list .slider-detail {
    padding: 16px;
  }
}
section.section4 .courses .slider .slider-list .slider-detail > strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #1C284D;
  margin: 0 10px 0 0;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-list .slider-detail > strong {
    font-size: 22px;
    line-height: 32px;
    margin: 0 5px 0 0;
  }
}
section.section4 .courses .slider .slider-list .slider-detail .info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1265px) {
  section.section4 .courses .slider .slider-list .slider-detail .info:hover > p {
    opacity: 1;
    pointer-events: all;
  }
  section.section4 .courses .slider .slider-list .slider-detail .info:hover > a:before {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-list .slider-detail .info {
    position: static;
  }
  section.section4 .courses .slider .slider-list .slider-detail .info.active > p {
    opacity: 1;
    pointer-events: all;
  }
  section.section4 .courses .slider .slider-list .slider-detail .info.active > a:before {
    opacity: 1;
    pointer-events: all;
  }
}
section.section4 .courses .slider .slider-list .slider-detail .info > a {
  display: block;
  width: 32px;
  overflow: visible;
  position: relative;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-list .slider-detail .info > a {
    width: 24px;
  }
}
section.section4 .courses .slider .slider-list .slider-detail .info > a img {
  display: block;
  width: 100%;
}
section.section4 .courses .slider .slider-list .slider-detail .info > a:before {
  opacity: 0;
  pointer-events: none;
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background: url(../img/slider-detail-info-icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 6px;
  top: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-list .slider-detail .info > a:before {
    left: 2px;
    top: 28px;
  }
}
section.section4 .courses .slider .slider-list .slider-detail .info > p {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: -24px;
  top: 48px;
  width: 280px;
  padding: 20px;
  border-radius: 12px;
  background: #4764A4;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  z-index: 1;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-list .slider-detail .info > p {
    font-size: 14px;
    line-height: 20px;
    left: 0;
    right: 0;
    margin: auto;
    top: 60px;
  }
}
section.section4 .courses .slider .slider-list .slider-detail > span {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #2C3CB8;
  margin: 12px 0 24px 0;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-list .slider-detail > span {
    font-size: 18px;
    line-height: 28px;
    margin: 4px 0 0 0;
  }
}
section.section4 .courses .slider .slider-list .slider-detail .right {
  position: absolute;
  right: 40px;
  top: 24px;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-list .slider-detail .right {
    position: relative;
    right: 0;
    top: 0;
  }
}
section.section4 .courses .slider .slider-list .slider-detail .right li {
  display: block;
  line-height: 32px;
  font-weight: 500;
  color: #4764A4;
  margin: 6px auto;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-list .slider-detail .right li {
    font-size: 16px;
    line-height: 24px;
    margin: 12px auto 0 auto;
  }
}
section.section4 .courses .slider .slider-list .slider-detail .right li i {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  font-style: normal;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-list .slider-detail .right li i {
    width: 80px;
  }
}
section.section4 .courses .slider .slider-list .slider-detail .right li img {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  margin-left: 4px;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-list .slider-detail .right li img {
    width: 24px;
    margin-left: 0;
  }
}
section.section4 .courses .slider .slider-list .slider-detail .image img {
  float: left;
  margin-bottom: 24px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-list .slider-detail .image img {
    margin-bottom: 12px;
  }
}
section.section4 .courses .slider .slider-list .slider-detail .image img:nth-of-type(1) {
  width: 616px;
  aspect-ratio: 1/0.558;
  margin-right: 24px;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-list .slider-detail .image img:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
    aspect-ratio: 0;
  }
}
section.section4 .courses .slider .slider-list .slider-detail .image img:nth-of-type(2) {
  width: 392px;
  aspect-ratio: 1/0.408;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-list .slider-detail .image img:nth-of-type(2) {
    width: calc(50% - 6px);
    margin-right: 12px;
    aspect-ratio: 0;
  }
}
section.section4 .courses .slider .slider-list .slider-detail .image img:nth-of-type(3) {
  width: 392px;
  aspect-ratio: 1/0.408;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-list .slider-detail .image img:nth-of-type(3) {
    width: calc(50% - 6px);
    aspect-ratio: 0;
  }
}
section.section4 .courses .slider .slider-list .slider-detail > small {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #2C3CB8;
}
@media (max-width: 1264px) {
  section.section4 .courses .slider .slider-list .slider-detail > small {
    font-size: 14px;
    line-height: 20px;
  }
}
section.section4 .courses .slider.is-3d {
  perspective: 900px;
  -webkit-perspective: 900px;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
  /* 3D 模式時，非 active 禁止互動；提供保底模糊與半透明，避免切換瞬間變清楚 */
  /* 非中心卡片加遮罩，降低可讀性以凸顯中心卡 */
}
section.section4 .courses .slider.is-3d .slider-list {
  position: relative;
  overflow: visible; /* 允許左右卡片邊緣露出 */
  height: auto; /* JS 控制實高 */
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
section.section4 .courses .slider.is-3d .slider-list .slider-detail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform, opacity, -webkit-filter, filter;
  contain: paint;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: transform 0.6s ease, opacity 0.6s ease, z-index 0.6s ease, filter 0.6s ease, -webkit-transform 0.6s ease, -webkit-filter 0.6s ease;
  -webkit-box-shadow: 0 10px 30px rgba(28, 40, 77, 0.15);
          box-shadow: 0 10px 30px rgba(28, 40, 77, 0.15);
}
section.section4 .courses .slider.is-3d .slider-list .slider-detail:not(.state-active) {
  pointer-events: none;
  opacity: 0.4;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}
section.section4 .courses .slider.is-3d .slider-list .slider-detail.state-off {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(0) translateZ(-600px) scale(0.86);
          transform: translateX(0) rotateY(0) translateZ(-600px) scale(0.86);
  z-index: 0;
  -webkit-filter: blur(14px);
  filter: blur(14px);
}
section.section4 .courses .slider.is-3d .slider-list .slider-detail.state-prev2 {
  -webkit-transform: translateX(-16%) rotateY(68deg) translateZ(-400px) scale(0.88);
          transform: translateX(-16%) rotateY(68deg) translateZ(-400px) scale(0.88);
  z-index: 1;
  opacity: 0.15;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}
section.section4 .courses .slider.is-3d .slider-list .slider-detail.state-prev {
  -webkit-transform: translateX(-22%) rotateY(55deg) translateZ(-220px) scale(0.92);
          transform: translateX(-22%) rotateY(55deg) translateZ(-220px) scale(0.92);
  z-index: 2;
  opacity: 0.35;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
section.section4 .courses .slider.is-3d .slider-list .slider-detail.state-active {
  -webkit-transform: translateX(0) rotateY(0) translateZ(0) scale(1);
          transform: translateX(0) rotateY(0) translateZ(0) scale(1);
  z-index: 3;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  pointer-events: auto;
}
section.section4 .courses .slider.is-3d .slider-list .slider-detail.state-next {
  -webkit-transform: translateX(22%) rotateY(-55deg) translateZ(-220px) scale(0.92);
          transform: translateX(22%) rotateY(-55deg) translateZ(-220px) scale(0.92);
  z-index: 2;
  opacity: 0.35;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
section.section4 .courses .slider.is-3d .slider-list .slider-detail.state-next2 {
  -webkit-transform: translateX(16%) rotateY(-68deg) translateZ(-400px) scale(0.88);
          transform: translateX(16%) rotateY(-68deg) translateZ(-400px) scale(0.88);
  z-index: 1;
  opacity: 0.15;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}
section.section4 .courses .slider.is-3d .slider-list .slider-detail:not(.state-active):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  border-radius: inherit;
  pointer-events: none;
}
section.section4 .courses .slider.is-3d .slider-list .slider-detail.state-prev2:after,
section.section4 .courses .slider.is-3d .slider-list .slider-detail.state-next2:after {
  background: rgba(0, 0, 0, 0.35);
}
section.section5 {
  position: relative;
}
section.section5:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--gradient-color-background-blue, linear-gradient(180deg, #2C3CB8 0%, #4350B6 100%));
  z-index: 0;
}
section.section5 .list {
  position: relative;
  z-index: 1;
}
@media (max-width: 1264px) {
  section.section5 .list {
    max-width: 500px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  section.section5 .list .slick-arrow {
    top: auto;
    bottom: 60px;
  }
}
section.section5 .list .detail {
  display: inline-block;
  vertical-align: top;
  width: 394px;
  margin: 0 10px;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0 8px 0 0 #72C0D5;
          box-shadow: 0 8px 0 0 #72C0D5;
  padding-bottom: 24px;
}
@media (max-width: 1264px) {
  section.section5 .list .detail {
    display: block;
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    padding-bottom: 0;
  }
}
section.section5 .list .detail:nth-of-type(2) {
  margin-top: 60px;
}
@media (max-width: 1264px) {
  section.section5 .list .detail:nth-of-type(2) {
    margin-top: 0;
  }
}
section.section5 .list .detail img {
  display: block;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1264px) {
  section.section5 .list .detail img {
    border-radius: 20px;
  }
}
section.section5 .list .detail b {
  display: block;
  margin: 24px auto 8px auto;
  color: #2C3CB8;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
@media (min-width: 1265px) {
  section.section5 .list .detail b span, section.section5 .list .detail b img {
    display: none;
  }
  section.section5 .list .detail b .white {
    display: block;
  }
}
@media (max-width: 1264px) {
  section.section5 .list .detail b {
    margin: 16px auto 12px auto;
    font-size: 18px;
    line-height: 28px;
    color: #72C0D5;
  }
  section.section5 .list .detail b .white {
    color: #fff;
  }
  section.section5 .list .detail b img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px;
    width: 16px;
  }
}
section.section5 .list .detail p {
  color: #1C284D;
}
@media (max-width: 1264px) {
  section.section5 .list .detail p {
    color: #fff;
  }
}
section.section6 .testimony {
  position: relative;
}
section.section6 .testimony > * {
  position: relative;
  z-index: 1;
}
section.section6 .testimony:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 1224px;
  background: radial-gradient(50% 50% at 50% 50%, #C6EDF8 0%, rgba(238, 238, 238, 0) 100%);
}
section.section6 .testimony .detail {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 24px 10px;
  line-height: 32px;
  color: #1C284D;
  text-align: left;
  width: calc(50% - 23px);
  cursor: pointer;
}
@media (max-width: 1264px) {
  section.section6 .testimony .detail {
    display: block;
    margin: 0 auto 16px auto;
    line-height: 24px;
    width: 100%;
    max-width: 500px;
  }
}
section.section6 .testimony .detail .icon {
  display: block;
  width: 60px;
  margin-right: 16px;
}
@media (max-width: 1264px) {
  section.section6 .testimony .detail .icon {
    width: 40px;
    margin-right: 8px;
  }
}
section.section6 .testimony .detail .arrow {
  display: block;
  width: 40px;
  margin-left: 16px;
}
@media (max-width: 1264px) {
  section.section6 .testimony .detail .arrow {
    width: 28px;
    margin-left: 8px;
  }
}
section.section6 .testimony .detail span {
  display: block;
  width: 100%;
}
section.section6 .testimony .detail span img {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  margin-bottom: 8px;
}
@media (max-width: 1264px) {
  section.section6 .testimony .detail span img {
    width: 24px;
    margin-bottom: 4px;
  }
}
section.section6 .testimony .detail .flip-card {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 100%;
  height: 144px;
  cursor: pointer;
}
@media (max-width: 1264px) {
  section.section6 .testimony .detail .flip-card {
    height: 124px;
  }
}
section.section6 .testimony .detail .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
section.section6 .testimony .detail .flip-card.flipped .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
section.section6 .testimony .detail .flip-card-front,
section.section6 .testimony .detail .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  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;
  border-radius: 20px;
}
section.section6 .testimony .detail .flip-card-front {
  padding: 0 24px 0 32px;
  background: #FFF;
}
@media (max-width: 1264px) {
  section.section6 .testimony .detail .flip-card-front {
    padding: 0 12px 0 16px;
  }
}
section.section6 .testimony .detail .flip-card-back {
  background: #E8FAFF;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  border: 4px solid #E8FAFF;
}
section.section6 .testimony .detail .flip-card-back > div {
  border: 1px dashed #2C3CB8;
  padding: 0 24px;
  border-radius: 18px;
  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;
  height: 100%;
}
@media (max-width: 1264px) {
  section.section6 .testimony .detail .flip-card-back > div {
    padding: 0 16px;
  }
}
section.section6 .logos {
  margin: 80px auto 0 auto;
}
@media (max-width: 1264px) {
  section.section6 .logos {
    margin-top: 48px;
  }
}
section.section6 .logos .wrapper {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1264px) {
  section.section6 .logos .wrapper {
    max-width: 500px;
  }
}
section.section6 .logos .wrapper:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#EEE), to(rgba(238, 238, 238, 0)));
  background: linear-gradient(90deg, #EEE 0%, rgba(238, 238, 238, 0) 100%);
  pointer-events: none;
}
section.section6 .logos .wrapper:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#EEE), to(rgba(238, 238, 238, 0)));
  background: linear-gradient(90deg, #EEE 0%, rgba(238, 238, 238, 0) 100%);
  pointer-events: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.section6 .logos .wrapper img {
  display: block;
  height: 88px;
}
@media (max-width: 1264px) {
  section.section6 .logos .wrapper img {
    height: 60px;
  }
}
section.section6 .logos .wrapper img:first-of-type {
  margin: 0 24px 24px 0;
}
@media (max-width: 1264px) {
  section.section6 .logos .wrapper img:first-of-type {
    margin: 0 16px 16px 0;
  }
}
section.section6 .contact {
  margin: 104px auto;
  background: url(../img/contact-bg.png) center no-repeat;
  background-size: cover;
  padding: 104px 100px;
  border-radius: 20px;
}
@media (max-width: 1264px) {
  section.section6 .contact {
    margin: 48px auto;
    padding: 48px 16px;
    max-width: 500px;
  }
}
section.section6 .contact .btn {
  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;
}
@media (max-width: 1264px) {
  section.section6 .contact .btn {
    display: block;
  }
}
section.section6 .contact .btn a {
  display: block;
  width: calc(50% - 12px);
  margin-right: 24px;
  padding: 16px;
  background: url(../img/arrow-icon-right.png) #fff center right 24px no-repeat;
  background-size: 24px 24px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #1C284D;
}
@media (max-width: 1264px) {
  section.section6 .contact .btn a {
    width: 100%;
    margin: 0 auto;
    padding: 8px;
  }
}
section.section6 .contact .btn a:last-of-type {
  margin-right: 0;
}
@media (max-width: 1264px) {
  section.section6 .contact .btn a:last-of-type {
    margin: 16px auto 0 auto;
  }
}
section.section6 .contact .btn a > img {
  display: block;
  width: 40px;
  margin-right: 16px;
}
section.section6 .contact .btn a:hover {
  background: url(../img/arrow-icon-right.png) #D8E7EB center right 24px no-repeat;
  background-size: 24px 24px;
}
section.section6 .faq {
  position: relative;
}
section.section6 .faq h3 {
  float: left;
}
@media (max-width: 1264px) {
  section.section6 .faq h3 {
    float: none;
  }
}
section.section6 .faq .detail {
  float: right;
  width: 800px;
  text-align: left;
  border-bottom: 1px solid #72C0D5;
}
@media (max-width: 1264px) {
  section.section6 .faq .detail {
    width: 100%;
    max-width: 500px;
  }
}
section.section6 .faq .detail li {
  display: block;
  position: relative;
  padding: 24px 64px 24px 24px;
  border-top: 1px solid #72C0D5;
  background: url(../img/faq-more.png) top 24px right 24px no-repeat;
  background-size: 40px 40px;
  cursor: pointer;
}
@media (max-width: 1264px) {
  section.section6 .faq .detail li {
    padding: 16px 56px 16px 16px;
    background: url(../img/faq-more.png) top 16px right 16px no-repeat;
    background-size: 24px 24px;
  }
}
section.section6 .faq .detail li.active {
  background: url(../img/faq-reduce.png) top 24px right 24px no-repeat;
  background-size: 40px 40px;
}
@media (max-width: 1264px) {
  section.section6 .faq .detail li.active {
    background: url(../img/faq-reduce.png) top 16px right 16px no-repeat;
    background-size: 24px 24px;
  }
}
section.section6 .faq .detail li title {
  display: block;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 1264px) {
  section.section6 .faq .detail li title {
    font-size: 16px;
    line-height: 24px;
  }
}
section.section6 .faq .detail li p {
  display: none;
  padding-top: 16px;
  font-size: 18px;
  line-height: 28px;
  color: #1C284D;
}
@media (max-width: 1264px) {
  section.section6 .faq .detail li p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 12px;
  }
}

.slick-slider .slick-arrow {
  width: 32px;
  height: 32px;
  background: url(../img/arrow-right-white.png) #72C0D5 center no-repeat;
  background-size: 24px 24px;
  border-radius: 32px;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 40%;
  right: -10px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-slider .slick-arrow.slick-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: auto;
  left: -10px;
}
.slick-slider .slick-arrow.slick-disabled {
  background-color: #000;
}
.slick-slider .slick-dots {
  margin: 24px auto 0 auto;
}
.slick-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: relative;
  background: url(../img/slick-dot.png) no-repeat;
  background-size: 100% 100%;
}
.slick-slider .slick-dots li.slick-active {
  background: url(../img/slick-dot-active.png) no-repeat;
  background-size: 100% 100%;
}
.slick-slider .slick-dots li button {
  display: none;
}
.slick-slider.color .slick-dots li {
  background: url(../img/slick-dot-color.png) no-repeat;
  background-size: 100% 100%;
}
.slick-slider.color .slick-dots li.slick-active {
  background: url(../img/slick-dot-color-active.png) no-repeat;
  background-size: 100% 100%;
}

:root {
  --color--main: rgb(44, 60, 184);
}

h2,
h3 {
  text-align: center;
  display: inline-block;
  margin: 0 auto 40px auto;
}
@media (max-width: 1030px) {
  h2,
  h3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1030px) {
  h2.special img,
  h3.special img {
    display: none;
  }
}
h2.special img + img,
h3.special img + img {
  display: none;
}
@media (max-width: 1030px) {
  h2.special img + img,
  h3.special img + img {
    display: block;
    height: 80px;
  }
}
h2 img,
h3 img {
  display: block;
  height: 72px;
  margin: 0 auto;
}
h2 img.lg,
h3 img.lg {
  height: 112px;
}
@media (max-width: 1030px) {
  h2 img,
  h3 img {
    height: 40px;
  }
  h2 img.lg,
  h3 img.lg {
    height: 72px;
  }
}
h2.has-animation,
h3.has-animation {
  position: relative;
}
h2.has-animation p, h2.has-animation img,
h3.has-animation p,
h3.has-animation img {
  opacity: 0;
}
h2.has-animation.animate-in p, h2.has-animation.animate-in img,
h3.has-animation.animate-in p,
h3.has-animation.animate-in img {
  -webkit-animation: textHidden 0.1s 1.1s forwards;
          animation: textHidden 0.1s 1.1s forwards;
}
h2.has-animation.animate-in:before, h2.has-animation.animate-in:after,
h3.has-animation.animate-in:before,
h3.has-animation.animate-in:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
h2.has-animation.animate-in:before,
h3.has-animation.animate-in:before {
  background-color: var(--color--main);
}
h2.has-animation.animate-in:after,
h3.has-animation.animate-in:after {
  background-color: rgb(114, 192, 213);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
h2.has-animation.animation-ltr.animate-in:before,
h3.has-animation.animation-ltr.animate-in:before {
  -webkit-animation: revealLTR 1.8s ease;
          animation: revealLTR 1.8s ease;
}
h2.has-animation.animation-ltr.animate-in:after,
h3.has-animation.animation-ltr.animate-in:after {
  -webkit-animation: revealLTR 1s 0.6s ease;
          animation: revealLTR 1s 0.6s ease;
}
h2.has-animation.animation-rtl.animate-in:before,
h3.has-animation.animation-rtl.animate-in:before {
  -webkit-animation: revealRTL 1.8s ease;
          animation: revealRTL 1.8s ease;
}
h2.has-animation.animation-rtl.animate-in:after,
h3.has-animation.animation-rtl.animate-in:after {
  -webkit-animation: revealRTL 1s 0.6s ease;
          animation: revealRTL 1s 0.6s ease;
}
@-webkit-keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@-webkit-keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-webkit-keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kvTextReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kvTextReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  background: rgba(61, 61, 61, 0.6);
  z-index: 9999999999;
  display: none;
}
.modal > div {
  width: 920px;
  height: 720px;
  margin: 0 auto;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px 0 #72C0D5;
          box-shadow: 0 0 20px 0 #72C0D5;
  padding: 40px;
  position: relative;
}
@media (max-width: 1264px) {
  .modal > div {
    width: 90%;
    height: auto;
    max-width: 500px;
    padding: 20px 20px 8px 20px;
  }
}
.modal > div h4 {
  display: block;
  text-align: center;
  color: #2C3CB8;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 1264px) {
  .modal > div h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.modal > div .close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 24px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1264px) {
  .modal > div .close {
    right: 20px;
    top: 20px;
  }
}
.modal > div .select {
  display: block;
  margin: 24px auto;
  white-space: nowrap;
  text-align: center;
}
.modal > div .select > br {
  display: none;
}
@media (max-width: 1264px) {
  .modal > div .select {
    display: block;
    margin: 16px auto 8px auto;
    white-space: normal;
    text-align: left;
  }
  .modal > div .select > br {
    display: block;
  }
}
.modal > div .select span {
  display: inline-block;
  vertical-align: middle;
  border-radius: 16px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  margin-right: 12px;
  border: 2px solid #9D9D9D;
  color: #9D9D9D;
  width: auto;
  white-space: nowrap;
}
.modal > div .select span:last-of-type {
  margin-right: 0;
}
.modal > div .select span img {
  vertical-align: middle;
  width: 24px;
  margin-right: 4px;
  display: none;
}
@media (max-width: 1030px) {
  .modal > div .select span img {
    width: 16px;
  }
}
.modal > div .select span.active {
  border: 2px solid #2C3CB8;
  color: #2C3CB8;
  padding: 12px 16px 12px 12px;
}
.modal > div .select span.active img {
  display: inline-block;
}
@media (max-width: 1264px) {
  .modal > div .select span {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    width: auto;
    margin: 0 8px 8px 0;
  }
  .modal > div .select span.active {
    padding: 8px 12px 8px 8px;
  }
}
.modal > div .scroll {
  height: 410px;
  overflow: auto;
}
@media (max-width: 1264px) {
  .modal > div .scroll {
    height: 40svh;
  }
}
@media (max-width: 1030px) {
  .modal > div .scroll {
    height: 30svh;
  }
}
.modal > div .scroll li {
  float: left;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #EEE;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(50% - 20px);
  margin: 0 10px 20px 10px;
}
@media (max-width: 1264px) {
  .modal > div .scroll li {
    width: 100%;
    margin: 0 auto 12px auto;
  }
}
.modal > div .scroll li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1264px) {
  .modal > div .scroll li:last-of-type {
    margin-bottom: 0;
  }
}
.modal > div .scroll li img {
  width: 160px;
  height: 120px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 16px;
  border-radius: 12px;
}
@media (max-width: 1264px) {
  .modal > div .scroll li img {
    width: 80px;
    height: 60px;
  }
}
.modal > div .scroll li p {
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 1264px) {
  .modal > div .scroll li p {
    font-size: 16px;
    line-height: 24px;
  }
}
.modal > div .scroll li p small {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #2C3CB8;
  margin-top: 16px;
}
@media (max-width: 1264px) {
  .modal > div .scroll li p small {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
}
.modal > div .btn {
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 1264px) {
  .modal > div .btn {
    margin-top: 16px;
  }
}
.modal > div .btn a {
  display: inline-block;
  vertical-align: middle;
  width: 280px;
  margin: 0 10px;
  line-height: 64px;
  color: #fff;
  border-radius: 100px;
  background: #72C0D5;
}
.modal > div .btn a:hover {
  background: #2C3CB8;
}
.modal > div .btn a.cancel {
  background: #EEE;
  color: #72C0D5;
}
.modal > div .btn a.cancel:hover {
  background: #72C0D5;
  color: #2C3CB8;
}
@media (max-width: 1264px) {
  .modal > div .btn a {
    display: block;
    width: 240px;
    line-height: 48px;
    margin: 12px auto;
  }
}

/* THAR REGISTER-like hover effect (preserves existing colors and fonts) */
.thar-enabled {
  position: relative;
  overflow: hidden;
}
.thar-enabled .thar-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  pointer-events: none;
}
.thar-enabled .thar-label,
.thar-enabled .thar-overlay {
  display: block;
  line-height: inherit;
  color: inherit;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  pointer-events: none;
}
.thar-enabled .thar-label {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.thar-enabled .thar-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.thar-enabled:hover .thar-label, .thar-enabled:focus-visible .thar-label {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.thar-enabled:hover .thar-overlay, .thar-enabled:focus-visible .thar-overlay {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* THAR REGISTER - thar-three: background sweep + gradient text */
.thar-three {
  --thar-text-color: currentColor;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  --thar-bg: rgba(255, 255, 255, 0.22);
  --thar-gradient: linear-gradient(90deg, #FFFFFF 0%, #E8FAFF 50%, #FFFFFF 100%);
}
.thar-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - var(--thar-reserve-right, 0px));
  background: var(--thar-hover-bg, var(--thar-bg));
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
  z-index: 0;
}
.thar-three.is-hovered::before, .thar-three:hover::before, .thar-three:focus-visible::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.thar-three.is-leaving::before {
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.thar-three > * {
  position: relative;
  z-index: 1;
}
.thar-three .thar-text {
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-transition: background-position 0.45s ease;
  transition: background-position 0.45s ease;
}
.thar-three:hover .thar-text, .thar-three:focus-visible .thar-text, .thar-three.is-hovered .thar-text {
  background-image: var(--thar-gradient, linear-gradient(90deg, var(--thar-text-color) 0%, var(--thar-text-color) 100%));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100% 50%;
}

/* Map existing design colors to sweep effect without changing base styles */
/* KV main CTA */
.kv a.btn.thar-three {
  --base-bg: #72C0D5;
  --thar-hover-bg: #2C3CB8;
  --thar-reserve-right: 0px;
}

.kv a.btn.thar-three:hover {
  background-color: var(--base-bg);
}

/* 讓箭頭顯示在滑層之上（KV） */
.kv a.btn.thar-three::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  background: url(../img/arrow-right-white.png) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

@media (max-width: 1030px) {
  .kv a.btn.thar-three::after {
    right: 12px;
    width: 24px;
    height: 24px;
  }
}
/* Section2 links */
.section2 .section2-link.thar-three {
  --base-bg: transparent;
  --thar-hover-bg: #72C0D5;
  --thar-reserve-right: 0px;
}

.section2 .wrapper ul.list li.detail a.section2-link.thar-three:hover {
  background-color: transparent !important;
}

/* 讓箭頭顯示在滑層之上（section2） */
.section2 .section2-link.thar-three::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  background: url(../img/arrow-right-white.png) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

@media (max-width: 1030px) {
  .section2 .section2-link.thar-three::after {
    right: 12px;
    width: 24px;
    height: 24px;
  }
}
/* Footer buttons */
footer .btn.thar-three {
  --base-bg: transparent;
  --thar-hover-bg: #FFFFFF; /* 滑層為純白不透明 */
}

footer .btn.thar-three:hover {
  --thar-text-color: #2C3CB8;
}

footer .btn.thar-three:hover .thar-text {
  background-image: -webkit-gradient(linear, left top, right top, from(#2C3CB8), to(#2C3CB8)) !important;
  background-image: linear-gradient(90deg, #2C3CB8 0%, #2C3CB8 100%) !important;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

/* footer icon 與文字對齊修正：確保箭頭與 icon 不被覆蓋且文字在 icon 後面 */
footer .right .btn.thar-three {
  position: relative;
}

footer .right .btn.thar-three img {
  position: relative;
  z-index: 1;
  margin-right: 15px;
}

footer .right .btn.thar-three .thar-text {
  margin-left: 0;
}

footer .btn.thar-three:hover {
  background: none;
  background-color: var(--base-bg);
}

/* Modal primary button */
.modal .btn a.thar-three {
  --base-bg: #72C0D5;
  --thar-hover-bg: #2C3CB8;
}

.modal .btn a.thar-three:hover {
  background-color: var(--base-bg);
}

/* Modal cancel button */
.modal .btn a.cancel.thar-three {
  --base-bg: #EEE;
  --thar-hover-bg: #72C0D5;
}

.modal .btn a.cancel.thar-three:hover {
  --thar-text-color: #2C3CB8;
}

.modal .btn a.cancel.thar-three:hover .thar-text {
  background-image: -webkit-gradient(linear, left top, right top, from(#2C3CB8), to(#2C3CB8)) !important;
  background-image: linear-gradient(90deg, #2C3CB8 0%, #2C3CB8 100%) !important;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

.modal .btn a.cancel.thar-three:hover {
  background-color: var(--base-bg);
}