@charset "UTF-8";
:root {
  --base-font-size: 16px;
}

body, html {
  background-color: #D9D9D9;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

a, img {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.relative {
  position: relative;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.text-center {
  text-align: center;
}

.red {
  color: #CE0E2D;
}

.org {
  color: #FF8300;
}

.isMobile {
  display: none;
}

.container {
  max-width: 1440px;
  margin: auto;
  padding-left: calc(70 / 16 * var(--base-font-size));
  padding-right: calc(70 / 16 * var(--base-font-size));
}

header .nav_ctn {
  position: relative;
  font-size: calc(17 / 16 * var(--base-font-size));
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .nav_box {
  padding: 0 1.25em !important;
  margin-right: 0.4em !important;
  height: auto !important;
  line-height: 2.35;
}
header .nav_box.active {
  background-color: #ff8200;
  border-radius: 99em;
}
header .nav_box.active .nav_item {
  color: #fff;
}
@media (hover: hover) {
  header .nav_box:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: #ff8200;
    border-radius: 99em;
  }
  header .nav_box:hover .nav_item {
    color: #fff;
  }
}

footer {
  width: 22em;
  position: relative;
  margin: auto;
}
footer a {
  display: inline;
}

a.goTop {
  display: block;
  position: fixed;
  right: 1rem;
  bottom: 3rem;
  margin-left: auto;
  width: calc(40 / 16 * var(--base-font-size));
  z-index: 1;
}

.float_frame.hideOn:not(.active) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.float_frame.hideOn.ready {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.space_frame {
  max-width: 1540px;
  padding: 0 calc(74 / 16 * var(--base-font-size));
}

.card {
  background-color: #fff;
  border-radius: calc(20 / 16 * var(--base-font-size));
  padding: calc(60 / 16 * var(--base-font-size));
  margin-top: calc(40 / 16 * var(--base-font-size));
}

.float_frame {
  right: calc(16 / 16 * var(--base-font-size));
}

.applyNow {
  width: calc(117 / 16 * var(--base-font-size));
  position: relative;
}
.applyNow a {
  -webkit-animation: gloveJump 1.8s 1s ease-in infinite;
          animation: gloveJump 1.8s 1s ease-in infinite;
}

.toolball {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  width: 60.7%;
  bottom: 22%;
  right: 15%;
  -webkit-transform: translateY(-230%) rotate(-155deg);
          transform: translateY(-230%) rotate(-155deg);
  opacity: 1;
  -webkit-animation: ballFall 1.8s 1s ease-in infinite;
          animation: ballFall 1.8s 1s ease-in infinite;
}

@-webkit-keyframes ballFall {
  0% {
    -webkit-transform: translateY(-230%) rotate(-155deg);
            transform: translateY(-230%) rotate(-155deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(11%) rotate(0deg);
            transform: translateY(11%) rotate(0deg);
    opacity: 1;
  }
  36% {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    opacity: 1;
  }
  42% {
    -webkit-transform: translateY(7%) rotate(0deg);
            transform: translateY(7%) rotate(0deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    opacity: 0;
  }
}

@keyframes ballFall {
  0% {
    -webkit-transform: translateY(-230%) rotate(-155deg);
            transform: translateY(-230%) rotate(-155deg);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(11%) rotate(0deg);
            transform: translateY(11%) rotate(0deg);
    opacity: 1;
  }
  36% {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    opacity: 1;
  }
  42% {
    -webkit-transform: translateY(7%) rotate(0deg);
            transform: translateY(7%) rotate(0deg);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes gloveJump {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  31% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  32% {
    -webkit-transform: scale(1.12, 0.8);
            transform: scale(1.12, 0.8);
  }
  40% {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  55% {
    -webkit-transform: scale(1.1, 0.88);
            transform: scale(1.1, 0.88);
  }
  63% {
    -webkit-transform: scale(1.05, 0.95);
            transform: scale(1.05, 0.95);
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes gloveJump {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  31% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  32% {
    -webkit-transform: scale(1.12, 0.8);
            transform: scale(1.12, 0.8);
  }
  40% {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  55% {
    -webkit-transform: scale(1.1, 0.88);
            transform: scale(1.1, 0.88);
  }
  63% {
    -webkit-transform: scale(1.05, 0.95);
            transform: scale(1.05, 0.95);
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.creditGift {
  width: calc(103 / 16 * var(--base-font-size));
  position: relative;
  margin-left: auto;
}
.creditGift img {
  position: relative;
}
@media (hover: hover) {
  .creditGift:hover .tool_suitcase {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.tool_suitcase {
  width: 72.8%;
  margin: auto;
  z-index: 5;
  -webkit-animation: shineCase_tool 5s ease-out infinite;
          animation: shineCase_tool 5s ease-out infinite;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.toolball2 {
  margin-top: calc(-45 / 16 * var(--base-font-size)) !important;
}

@-webkit-keyframes shineCase_tool {
  0% {
    -webkit-filter: drop-shadow(0 0 0px #fdffce) drop-shadow(0 0 0px #fdffce);
            filter: drop-shadow(0 0 0px #fdffce) drop-shadow(0 0 0px #fdffce);
  }
  30% {
    -webkit-filter: drop-shadow(0 0 7px #fdffce) drop-shadow(0 0 5px #fdffce);
            filter: drop-shadow(0 0 7px #fdffce) drop-shadow(0 0 5px #fdffce);
  }
  80% {
    -webkit-filter: drop-shadow(0 0 7px #fdffce) drop-shadow(0 0 5px #fdffce);
            filter: drop-shadow(0 0 7px #fdffce) drop-shadow(0 0 5px #fdffce);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 0px #fdffce) drop-shadow(0 0 0px #fdffce);
            filter: drop-shadow(0 0 0px #fdffce) drop-shadow(0 0 0px #fdffce);
  }
}

@keyframes shineCase_tool {
  0% {
    -webkit-filter: drop-shadow(0 0 0px #fdffce) drop-shadow(0 0 0px #fdffce);
            filter: drop-shadow(0 0 0px #fdffce) drop-shadow(0 0 0px #fdffce);
  }
  30% {
    -webkit-filter: drop-shadow(0 0 7px #fdffce) drop-shadow(0 0 5px #fdffce);
            filter: drop-shadow(0 0 7px #fdffce) drop-shadow(0 0 5px #fdffce);
  }
  80% {
    -webkit-filter: drop-shadow(0 0 7px #fdffce) drop-shadow(0 0 5px #fdffce);
            filter: drop-shadow(0 0 7px #fdffce) drop-shadow(0 0 5px #fdffce);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 0px #fdffce) drop-shadow(0 0 0px #fdffce);
            filter: drop-shadow(0 0 0px #fdffce) drop-shadow(0 0 0px #fdffce);
  }
}
._pop ul {
  padding-left: 1.5em;
  list-style: decimal;
}
._pop ul li.redT {
  margin-bottom: calc(30 / 16 * var(--base-font-size));
}
._pop ul li.redT::marker {
  color: #CE0E2D;
  font-weight: 700;
}
@supports (-webkit-touch-callout: none) {
  ._pop ul {
    padding-left: 2em;
  }
}
._pop ol {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 1.3em;
}
._pop ol li {
  text-indent: 0;
  counter-increment: list-counter;
  position: relative;
  padding-left: 0.5em;
}
._pop ol li::before {
  content: "(" counter(list-counter) ") ";
  position: absolute;
  right: 100%; /* 確保編號貼齊左側 */
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
  width: 3em;
  text-align: right;
}
._pop .infos {
  margin-top: calc(20 / 16 * var(--base-font-size));
  margin-bottom: calc(20 / 16 * var(--base-font-size));
}
._pop a {
  color: blue;
}
@media (hover: hover) {
  ._pop a {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}
._pop .newTag {
  width: calc(60 / 16 * var(--base-font-size));
  margin-right: calc(10 / 16 * var(--base-font-size));
  vertical-align: middle;
}
._pop .p_frame {
  border-radius: calc(15 / 16 * var(--base-font-size));
}
._pop .p_frame:before {
  display: none;
}

@media (max-width: 1024px) {
  .float_frame.hideOn.ready {
    display: block;
    left: auto;
    bottom: 30%;
  }
}
@media (max-width: 768px) {
  .float_frame.hideOn.ready {
    right: calc(5 / 16 * var(--base-font-size));
    bottom: 6rem;
  }
  .applyNow {
    width: calc(98 / 16 * var(--base-font-size));
  }
  .creditGift {
    width: calc(83 / 16 * var(--base-font-size));
  }
  .p_frame .p_ctn {
    padding: 3em calc(20 / 16 * var(--base-font-size));
  }
}
.kv {
  position: relative;
  z-index: 5;
  padding-top: 60px;
  margin-top: -60px;
}
.kv h2 {
  font-size: calc(90 / 16 * var(--base-font-size));
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5;
  letter-spacing: 0.03em;
  -webkit-transition: 1.1s 1.3s;
  transition: 1.1s 1.3s;
}
.kv h3 {
  font-size: calc(36 / 16 * var(--base-font-size));
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 1em;
  -webkit-transition: 0.8s 1.9s;
  transition: 0.8s 1.9s;
}
.kv.unShow .logoPic {
  opacity: 0;
  -webkit-transform: translate(0%, calc(50 / 16 * var(--base-font-size)));
          transform: translate(0%, calc(50 / 16 * var(--base-font-size)));
}
.kv.unShow .phonePic {
  opacity: 0;
  -webkit-transform: translate(0%, calc(50 / 16 * var(--base-font-size)));
          transform: translate(0%, calc(50 / 16 * var(--base-font-size)));
}
.kv.unShow h2, .kv.unShow h3 {
  opacity: 0;
  -webkit-transform: translate(0%, calc(50 / 16 * var(--base-font-size)));
          transform: translate(0%, calc(50 / 16 * var(--base-font-size)));
}

.logoPic {
  width: calc(460 / 16 * var(--base-font-size));
  margin: calc(45 / 16 * var(--base-font-size)) auto;
  -webkit-transition: opacity 1.1s 0s, -webkit-transform 0.9s 0.8s ease-out;
  transition: opacity 1.1s 0s, -webkit-transform 0.9s 0.8s ease-out;
  transition: opacity 1.1s 0s, transform 0.9s 0.8s ease-out;
  transition: opacity 1.1s 0s, transform 0.9s 0.8s ease-out, -webkit-transform 0.9s 0.8s ease-out;
}

.phonePic {
  width: calc(660 / 16 * var(--base-font-size));
  margin: calc(63 / 16 * var(--base-font-size)) auto 0 auto;
  -webkit-transition: 1s 2.1s;
  transition: 1s 2.1s;
}

.kvSec1 {
  padding-bottom: 0;
  overflow: hidden;
}

.kvSec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: calc(38 / 16 * var(--base-font-size));
  vertical-align: center;
}
.kvSec2 ._check {
  margin-right: 0.8em;
}

.kvSec3 {
  text-align: center;
  font-size: calc(36 / 16 * var(--base-font-size));
  padding-top: calc(130 / 16 * var(--base-font-size));
  padding-bottom: calc(140 / 16 * var(--base-font-size));
}
.kvSec3 .big {
  font-size: calc(56 / 16 * var(--base-font-size));
  font-weight: 500;
  margin-bottom: 0.5em;
}

.kvSecPic {
  background-color: #F2F1F7;
  border-radius: calc(20 / 16 * var(--base-font-size));
  width: calc(605 / 16 * var(--base-font-size));
  height: calc(728 / 16 * var(--base-font-size));
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.kvSecPic img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.kvSecText {
  letter-spacing: 0.02em;
}
.kvSecText h4 {
  font-size: calc(48 / 16 * var(--base-font-size));
  font-weight: 500;
  text-align: left;
  margin-bottom: 0.5em;
  margin-top: 0.2em;
}
.kvSecText p {
  font-size: calc(28 / 16 * var(--base-font-size));
  letter-spacing: 0.04em;
}

.kvSec4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kvSec4 .kvSecPic {
  margin-right: calc(75 / 16 * var(--base-font-size));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kvSec4 .kvSecPic img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
  width: 62.15%;
}
.kvSec4 .iconSVG {
  width: calc(92 / 16 * var(--base-font-size));
}

.kvSec5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kvSec5 .kvSecPic {
  margin-left: calc(75 / 16 * var(--base-font-size));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
}
.kvSec5 .kvSecPic img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  height: 100%;
  width: 63.8%;
}
.kvSec5 .iconSVG {
  width: calc(78 / 16 * var(--base-font-size));
}

.iconSVG._pay {
  display: inline-block;
  width: 2.04em;
  margin-right: 0.3em;
  margin-left: 0.3em;
  vertical-align: middle;
}

.kvSec6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.kvSec6 .kvSecPic {
  margin-right: calc(75 / 16 * var(--base-font-size));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kvSec6 .kvSecPic img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
  width: 87.27%;
}
.kvSec6 .iconSVG {
  width: calc(78 / 16 * var(--base-font-size));
}

.kvSec7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kvSec7 .kvSecPic {
  margin-left: calc(80 / 16 * var(--base-font-size));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
}
.kvSec7 .kvSecPic img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  height: 100%;
  width: 81.98%;
  -webkit-transform: translateX(1.5%);
          transform: translateX(1.5%);
}
.kvSec7 .iconSVG {
  width: calc(52 / 16 * var(--base-font-size));
}

@media (max-width: 768px) {
  .kv h2 {
    font-size: calc(27 / 16 * var(--base-font-size));
  }
  .kv h3 {
    font-size: calc(14 / 16 * var(--base-font-size));
    margin-top: 2em;
    letter-spacing: 0;
    margin-left: -0.5em;
  }
  .logoPic {
    width: calc(181 / 16 * var(--base-font-size));
    margin: calc(10 / 16 * var(--base-font-size)) auto calc(25 / 16 * var(--base-font-size)) auto;
  }
  .phonePic {
    width: calc(253 / 16 * var(--base-font-size));
    margin: calc(42 / 16 * var(--base-font-size)) auto 0 auto;
  }
  .kvSec1 {
    padding-bottom: 0 !important;
  }
  .kvSec2 {
    display: block;
    font-size: calc(14 / 16 * var(--base-font-size));
    padding-top: calc(30 / 16 * var(--base-font-size)) !important;
    padding-bottom: calc(20 / 16 * var(--base-font-size)) !important;
  }
  .kvSec2 ._check {
    margin: auto;
    width: calc(25 / 16 * var(--base-font-size));
    margin-bottom: 0.5em;
  }
  .kvSec3 {
    font-size: calc(17 / 16 * var(--base-font-size));
    padding: calc(33 / 16 * var(--base-font-size)) calc(20 / 16 * var(--base-font-size)) !important;
    line-height: 1.6;
  }
  .kvSec3 .big {
    font-size: calc(24 / 16 * var(--base-font-size));
  }
  .kvSecPic {
    border-radius: calc(10 / 16 * var(--base-font-size));
    width: auto;
    aspect-ratio: 1;
    height: auto;
    margin-top: 3em;
  }
  .kvSecText {
    letter-spacing: 0.02em;
  }
  .kvSecText h4 {
    font-size: calc(20 / 16 * var(--base-font-size));
    margin-bottom: calc(20 / 16 * var(--base-font-size));
  }
  .kvSecText p {
    font-size: calc(12 / 16 * var(--base-font-size));
  }
  .kvSec4 {
    display: block;
  }
  .kvSec4 .kvSecPic {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kvSec4 .iconSVG {
    width: calc(46 / 16 * var(--base-font-size));
    margin-bottom: 1.5em;
  }
  .kvSec5 {
    display: block;
  }
  .kvSec5 .kvSecPic {
    margin-left: 0;
  }
  .kvSec5 .iconSVG {
    width: calc(39 / 16 * var(--base-font-size));
    margin-bottom: 1.5em;
  }
  .iconSVG._pay {
    display: inline-block;
    width: 2.04em;
    margin-right: 0.3em;
    margin-left: 0.3em;
    margin-bottom: 0;
  }
  .kvSec6 {
    display: block;
  }
  .kvSec6 .kvSecPic {
    margin-right: 0;
  }
  .kvSec6 .iconSVG {
    width: calc(39 / 16 * var(--base-font-size));
    margin-bottom: 1.5em;
  }
  .kvSec7 {
    display: block;
  }
  .kvSec7 .kvSecPic {
    margin-left: 0;
  }
  .kvSec7 .iconSVG {
    width: calc(26 / 16 * var(--base-font-size));
    margin-bottom: 1.5em;
  }
}
.sec_01 .card {
  padding: calc(22 / 16 * var(--base-font-size));
  padding-top: calc(190 / 16 * var(--base-font-size));
  padding-bottom: calc(120 / 16 * var(--base-font-size));
}
.sec_01 h2 {
  font-size: calc(56 / 16 * var(--base-font-size));
  font-weight: 500;
  text-align: center;
}

.stepBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(1165 / 16 * var(--base-font-size));
  margin: auto;
}

.stepB {
  width: calc(33.333% - 80 / 16 * var(--base-font-size));
  padding: 0 calc(10 / 16 * var(--base-font-size));
  font-size: calc(42 / 16 * var(--base-font-size));
  line-height: 1.6;
  letter-spacing: 0em;
  margin-top: calc(48 / 16 * var(--base-font-size));
}
.stepB .stepB_txt {
  letter-spacing: -0.01em;
}
.stepB .iconSVG {
  width: calc(82 / 16 * var(--base-font-size));
  margin-bottom: 1em;
}

.stepB2 {
  width: calc(346 / 16 * var(--base-font-size));
}

.addCardBox {
  padding-top: calc(80 / 16 * var(--base-font-size));
}
.addCardBox h3 {
  font-weight: normal;
  font-size: calc(28 / 16 * var(--base-font-size));
  text-align: center;
  margin-top: 1em;
}

.stepSwiperBox {
  font-size: calc(24 / 16 * var(--base-font-size));
  overflow: hidden;
  line-height: 2.5;
  text-align: center;
  margin: auto;
  margin-bottom: calc(54 / 16 * var(--base-font-size));
  margin-top: calc(62 / 16 * var(--base-font-size));
  color: #1d1d1f;
  letter-spacing: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stepSwiper_inner {
  background-color: #E9E8EE;
  border-radius: 99em;
  position: relative;
}

.stepBx {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  padding: 0 1.5em;
  cursor: pointer;
  text-align: center;
}
.stepBx.active {
  color: #fff;
}

.stepSwiper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.moveBar_step {
  position: absolute;
  width: 13.25em;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 99em;
  z-index: 0;
  border: 2px solid #1B6AB7;
  -webkit-transition: 0.5s 0.1s ease-out;
  transition: 0.5s 0.1s ease-out;
}
.moveBar_step div {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  border-radius: 99em;
  background-color: #000;
}
.moveBar_step.atEnd {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.stepPage {
  display: none;
  position: relative;
}
.stepPage.stepPage1 {
  display: block;
}
.stepPage .naviBox {
  display: block;
}
.stepPage .naviBox .naviBtn {
  width: 36px;
}
.stepPage .naviBox .naviBtn.isEND {
  opacity: 0.4;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.stepPage .naviBox .naviPrev {
  right: calc(100% + -4 / 16 * var(--base-font-size));
  background-image: url(../images/ic_naviL.svg);
}
.stepPage .naviBox .naviNext {
  left: calc(100% + 5 / 16 * var(--base-font-size));
  background-image: url(../images/ic_naviR.svg);
}

.stepPageTlt {
  font-size: calc(24 / 16 * var(--base-font-size));
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
  min-height: calc(77 / 16 * var(--base-font-size));
}

.stepPage {
  width: calc(1132 / 16 * var(--base-font-size));
  margin: auto;
}
.stepPage .swiper-container {
  overflow: hidden;
  margin-top: calc(60 / 16 * var(--base-font-size));
}
.stepPage .swiper-slide {
  width: 33.33%;
}
.stepPage .swiper-slide img {
  width: 60.3%;
  margin: auto;
}
.stepPage .swiper-slide.spsw img {
  width: 67%;
}

.stepPaginBox {
  text-align: center;
  margin-top: calc(50 / 16 * var(--base-font-size));
}
.stepPaginBox span {
  opacity: 1;
  background-color: #706F74;
  width: 10px;
  height: 10px;
  border-radius: 99em;
  margin: 0 5px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.stepPaginBox .swiper-pagination-bullet-active {
  width: 20px;
  background-color: #29292B;
}

@media (max-width: 768px) {
  .sec_01 .card {
    padding-top: calc(58 / 16 * var(--base-font-size));
    padding-bottom: calc(60 / 16 * var(--base-font-size));
  }
  .sec_01 h2 {
    font-size: calc(20 / 16 * var(--base-font-size));
    text-align: left;
  }
  .stepBox {
    display: block;
    width: auto;
  }
  .stepB {
    width: auto;
    padding: 0;
    font-size: calc(14 / 16 * var(--base-font-size));
    margin-top: calc(25 / 16 * var(--base-font-size));
  }
  .stepB .stepB_txt {
    font-size: calc(14 / 16 * var(--base-font-size));
  }
  .stepB .iconSVG {
    width: calc(42 / 16 * var(--base-font-size));
  }
  .addCardBox {
    padding-top: calc(44 / 16 * var(--base-font-size));
  }
  .addCardBox h2 {
    text-align: center;
  }
  .addCardBox h3 {
    font-weight: normal;
    font-size: calc(14 / 16 * var(--base-font-size));
  }
  .stepSwiperBox {
    font-size: calc(12 / 16 * var(--base-font-size));
    margin-bottom: calc(26 / 16 * var(--base-font-size));
    margin-top: calc(28 / 16 * var(--base-font-size));
    display: block;
    overflow: visible;
  }
  .stepSwiperBox .naviBox .naviBtn {
    width: calc(18 / 16 * var(--base-font-size));
  }
  .stepSwiperBox .naviBox .stepTltPrev {
    right: calc(100% + 2 / 16 * var(--base-font-size));
  }
  .stepSwiperBox .naviBox .stepTltNext {
    left: calc(100% + 2 / 16 * var(--base-font-size));
    background-image: url(../images/ic_arrR.svg);
  }
  .stepBx {
    padding: 0 1.5em;
  }
  .stepSwiper_inner {
    width: 100%;
    overflow: hidden;
  }
  .stepPage .naviBox .naviBtn {
    width: 36px;
  }
  .stepPage .naviBox .naviPrev {
    right: calc(100% - 18px);
  }
  .stepPage .naviBox .naviNext {
    left: calc(100% - 18px);
  }
  .stepPageTlt {
    font-size: calc(12 / 16 * var(--base-font-size));
    min-height: calc(40 / 16 * var(--base-font-size));
  }
  .stepPage {
    width: auto;
  }
  .stepPage .swiper-container {
    margin-top: calc(30 / 16 * var(--base-font-size));
  }
  .stepPage .swiper-slide {
    width: 50%;
  }
  .stepPage .swiper-slide img {
    width: 64%;
    margin: auto;
  }
  .stepPage .swiper-slide.spsw img {
    width: 71.5%;
  }
  .stepPaginBox {
    margin-top: calc(25 / 16 * var(--base-font-size));
  }
  .stepPaginBox span {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
  }
  .stepPaginBox .swiper-pagination-bullet-active {
    width: 20px;
  }
}
.sec_02 .card {
  font-size: calc(48 / 16 * var(--base-font-size));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_02 .videoBox {
  background-color: #000000;
  border-radius: calc(20 / 16 * var(--base-font-size));
  width: calc(754 / 16 * var(--base-font-size));
  aspect-ratio: 754/418;
  position: relative;
  overflow: hidden;
}
.sec_02 .videoBox video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.sec_02 .videoBox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/sec_02/play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_02 .videoBox a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 768px) {
  .sec_02 .card {
    font-size: calc(20 / 16 * var(--base-font-size));
    display: block;
    padding-top: calc(45 / 16 * var(--base-font-size));
    padding-bottom: calc(35 / 16 * var(--base-font-size));
  }
  .sec_02 .videoBox {
    width: auto;
    aspect-ratio: 468/260;
    margin-top: calc(30 / 16 * var(--base-font-size));
    border-radius: calc(10 / 16 * var(--base-font-size));
  }
}
.sec_03 {
  text-align: center;
  font-size: calc(34 / 16 * var(--base-font-size));
  letter-spacing: 0;
}
.sec_03 .card {
  padding: calc(50 / 16 * var(--base-font-size));
  padding-top: calc(90 / 16 * var(--base-font-size));
  padding-bottom: calc(80 / 16 * var(--base-font-size));
}
.sec_03 .big {
  font-size: calc(54 / 16 * var(--base-font-size));
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.sec_03 ._check {
  width: calc(78 / 16 * var(--base-font-size));
  margin: auto;
}

@media (max-width: 768px) {
  .sec_03 {
    font-size: calc(14 / 16 * var(--base-font-size));
    white-space: nowrap;
  }
  .sec_03 .card {
    padding-top: calc(50 / 16 * var(--base-font-size));
    padding-bottom: calc(40 / 16 * var(--base-font-size));
  }
  .sec_03 .big {
    font-size: calc(20 / 16 * var(--base-font-size));
    margin-bottom: 1em;
    margin-top: 1em;
    line-height: 1.6;
  }
  .sec_03 ._check {
    width: calc(39 / 16 * var(--base-font-size));
  }
}
.sec_04 .card {
  padding-top: calc(200 / 16 * var(--base-font-size));
  padding-bottom: calc(108 / 16 * var(--base-font-size));
}
.sec_04 .card h3 {
  font-size: calc(56 / 16 * var(--base-font-size));
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
}

.titleSwiperBox {
  font-size: calc(24 / 16 * var(--base-font-size));
  overflow: hidden;
  line-height: 2.5;
  text-align: center;
  margin: auto;
  margin-bottom: calc(86 / 16 * var(--base-font-size));
  color: #1d1d1f;
  letter-spacing: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.titleSwiper_inner {
  background-color: #E9E8EE;
  border-radius: 99em;
  position: relative;
}

.titleSwiper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}

.titBx {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  padding: 0 1.5em;
  cursor: pointer;
  text-align: center;
}
.titBx.active {
  color: #fff;
}

.moveBar {
  position: absolute;
  width: 9.8em;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 99em;
  z-index: 0;
  border: 2px solid #1B6AB7;
  -webkit-transition: 0.5s 0.1s ease-out;
  transition: 0.5s 0.1s ease-out;
}
.moveBar div {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  border-radius: 99em;
  background-color: #000;
}
.moveBar.atEnd {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.qaPage {
  display: none;
  max-width: 940px;
  width: calc(940 / 16 * var(--base-font-size));
  margin: auto;
  letter-spacing: 0em;
  line-height: 1.6;
}
.qaPage.qaP1 {
  display: block;
}
.qaPage .q {
  font-size: calc(22 / 16 * var(--base-font-size));
  font-weight: bold;
  padding-bottom: calc(25 / 16 * var(--base-font-size));
  cursor: pointer;
  padding-right: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qaPage .q .qNum {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.qaPage .q .qTxt {
  padding-left: 0.5em;
}
.qaPage .a {
  font-size: calc(17 / 16 * var(--base-font-size));
  padding-left: 2.8em;
  padding-right: 2em;
  padding-bottom: calc(50 / 16 * var(--base-font-size));
  display: none;
}
.qaPage ul {
  list-style: decimal;
}

ul.subList {
  list-style: none; /* 先移除預設數字 */
  counter-reset: item; /* 初始化計數器 */
  padding-left: 0;
}
ul.subList li {
  counter-increment: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.subList li::before {
  content: "(" counter(item) ") "; /* 加上括號樣式 */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.2em;
}

.question {
  border-bottom: 1px solid #BCBCBC;
  position: relative;
  margin-bottom: 1.875rem;
}
.question:before {
  content: "";
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  right: 0.3em;
  top: 0;
  width: calc(32 / 16 * var(--base-font-size));
  aspect-ratio: 1;
  background-image: url(../images/ic_arrT.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% auto;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.question.open:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.naviBox {
  display: none;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  z-index: 50;
}
.naviBox .naviBtn {
  cursor: pointer;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(20 / 16 * var(--base-font-size));
  aspect-ratio: 1;
  background-image: url(../images/ic_arrL.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 78%;
}
.naviBox .titPrev {
  right: calc(100% + 2 / 16 * var(--base-font-size));
}
.naviBox .titNext {
  left: calc(100% + 2 / 16 * var(--base-font-size));
  background-image: url(../images/ic_arrR.svg);
}

@media (max-width: 768px) {
  .sec_04 .card {
    padding: calc(20 / 16 * var(--base-font-size));
    padding-top: calc(50 / 16 * var(--base-font-size));
    padding-bottom: calc(40 / 16 * var(--base-font-size));
    min-height: 40em;
  }
  .sec_04 .card h3 {
    font-size: calc(20 / 16 * var(--base-font-size));
  }
  .titleSwiperBox {
    font-size: calc(12 / 16 * var(--base-font-size));
    margin-bottom: calc(33 / 16 * var(--base-font-size));
    border-radius: 99em;
    display: block;
    overflow: visible;
  }
  .titleSwiper_inner {
    width: 100%;
    overflow: hidden;
  }
  .titBx {
    padding: 0 2.5em;
  }
  .naviBox {
    display: block;
  }
  .moveBar {
    width: 11.8em;
  }
  .qaPage {
    width: auto;
  }
  .qaPage .q {
    font-size: calc(16 / 16 * var(--base-font-size));
    padding-bottom: calc(20 / 16 * var(--base-font-size));
    padding-right: 1.5em;
  }
  .qaPage .a {
    font-size: calc(14 / 16 * var(--base-font-size));
    padding-left: 2em;
    padding-right: 1em;
    padding-bottom: 3em;
  }
  ul.subList {
    list-style: none; /* 先移除預設數字 */
    counter-reset: item; /* 初始化計數器 */
    padding-left: 0;
  }
  ul.subList li {
    counter-increment: item;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  ul.subList li::before {
    content: "(" counter(item) ") "; /* 加上括號樣式 */
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0.2em;
  }
  .question {
    margin-bottom: 1.5625rem;
  }
  .question:before {
    width: calc(16 / 16 * var(--base-font-size));
    right: -0.3em;
    top: 0.5em;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

th,
td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

th {
  background-color: #ffe9d2;
  font-weight: bold;
}

.giftbut a {
  display: inline;
  color: red;
  font-size: calc(16 / 16 * var(--base-font-size));
}

#sec_rules {
  font-size: calc(16 / 16 * var(--base-font-size));
  line-height: 1.8;
  color: #6E6E73;
  padding-bottom: calc(150 / 16 * var(--base-font-size));
  padding-top: calc(110 / 16 * var(--base-font-size));
  letter-spacing: 0.01em;
}
#sec_rules ul {
  list-style: decimal;
  margin-left: 0.5em;
}

.ruleSec {
  margin-bottom: 2em;
}
.ruleSec a {
  display: inline;
  text-decoration: underline;
}
.ruleSec a:hover {
  opacity: 0.8;
}

@media (max-width: 1540px) {
  :root {
    --base-font-size: 1.039vw;
  }
}
@media (max-width: 1024px) {
  header .nav_box.active {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
  }
}
@media (max-width: 768px) {
  :root {
    --base-font-size: 4.2667vw;
  }
  .isPC {
    display: none;
  }
  .isMobile {
    display: block;
  }
  .container {
    padding-left: calc(20 / 16 * var(--base-font-size));
    padding-right: calc(20 / 16 * var(--base-font-size));
  }
  .space_frame {
    padding: 0 calc(27 / 16 * var(--base-font-size));
  }
  header .nav_box {
    padding: 0 1.25em !important;
    margin-right: 0em !important;
  }
  header .nav_box.active {
    background-color: #ff8200;
    border-radius: 0;
  }
  .card {
    padding: calc(33 / 16 * var(--base-font-size));
    margin-top: calc(20 / 16 * var(--base-font-size));
    border-radius: calc(10 / 16 * var(--base-font-size));
  }
  #sec_rules {
    font-size: 12px;
    text-align: left;
    padding-bottom: calc(50 / 16 * var(--base-font-size));
    padding-top: calc(70 / 16 * var(--base-font-size));
  }
  #sec_rules ul {
    margin-left: 0.2em;
  }
}