@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 16px !important;
  font-style: normal;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}
@media (max-width: 62em) {
  html {
    font-size: 15px !important;
  }
}
@media (max-width: 47.999em) {
  html {
    font-size: 14px !important;
  }
}

body {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif;
  background-color: #f0f0f0;
  -webkit-animation: fadeInAnimation ease 0.8s;
          animation: fadeInAnimation ease 0.8s;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}

#pageWrap {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

* {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 47.999em) {
  * {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}

h1 {
  font-size: clamp(1rem, 2.5vw, 6rem);
  font-weight: 700;
  line-height: 130%;
  width: 100%;
}
@media (max-width: 47.999em) {
  h1 {
    font-size: 3.5rem;
    line-height: 120%;
    text-align: center;
  }
}

h2 {
  font-size: clamp(1.85rem, 2.75vw, 2.75rem);
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 47.999em) {
  h2 {
    font-size: 3.75rem;
    line-height: 120%;
    text-align: center;
    width: 100%;
  }
}

h3 {
  font-size: clamp(1.75rem, 2.25vw, 2rem);
  line-height: 140%;
}
@media (max-width: 47.999em) {
  h3 {
    font-size: 2.75rem;
    line-height: 130%;
  }
  h3.lg {
    font-size: 3.5rem;
  }
  h3.md-s {
    font-size: 2.4rem;
  }
}

@media (max-width: 47.999em) {
  #payment h3,
  #payment2 h3,
  #use h3 {
    text-align: left;
  }
}

h4 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 140%;
  font-weight: 400;
}
@media (max-width: 62em) {
  h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 47.999em) {
  h4 {
    font-size: 2.5rem;
    line-height: 130%;
  }
}
h4 img {
  height: 2.6rem;
  margin-right: 1rem;
  margin-top: -0.5rem;
}
@media (max-width: 47.999em) {
  h4 img {
    height: 4rem;
  }
}

h5 {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 140%;
  font-weight: 400;
}
@media (max-width: 47.999em) {
  h5 {
    font-size: 2.3rem;
  }
}
h5 span {
  color: #0b80ff;
  padding: 0 0.3rem;
}

h6 {
  font-size: clamp(1.2rem, 1.5vw, 1.3rem);
  line-height: 140%;
  font-weight: 400;
}
@media (max-width: 47.999em) {
  h6 {
    font-size: 2.1rem;
  }
  h6.md-s {
    font-size: 2.08rem;
  }
}

p {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
}
@media (max-width: 47.999em) {
  p {
    font-size: 1.5rem;
  }
}

ol,
ul {
  line-height: 150%;
}
@media (max-width: 47.999em) {
  ol,
  ul {
    text-align: left;
  }
}

@media (max-width: 47.999em) {
  .ls-s {
    letter-spacing: -1px;
  }
}

.nowrap {
  white-space: nowrap !important;
  display: inline-block !important;
}
.nowrap-xxl {
  white-space: inherit;
}
@media (min-width: 90em) {
  .nowrap-xxl {
    white-space: nowrap !important;
    display: inline-block !important;
  }
}
.nowrap-xl {
  white-space: inherit;
}
@media (min-width: 75em) {
  .nowrap-xl {
    white-space: nowrap !important;
    display: inline-block !important;
  }
}
.nowrap-lg {
  white-space: inherit;
}
@media (min-width: 62em) {
  .nowrap-lg {
    white-space: nowrap !important;
    display: inline-block !important;
  }
}
.nowrap-md {
  white-space: inherit;
}
@media (min-width: 47.999em) {
  .nowrap-md {
    white-space: nowrap !important;
    display: inline-block !important;
  }
}
.nowrap-sm {
  white-space: inherit;
}
@media (min-width: 36em) {
  .nowrap-sm {
    white-space: nowrap !important;
    display: inline-block !important;
  }
}

.no-style {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}

.color-green {
  color: #009844;
}

header {
  top: 0;
  left: 0;
  position: fixed;
  background-color: #009844;
  color: white;
  z-index: 99;
  width: 100%;
}
header .logo {
  height: 3.5rem;
  width: auto;
}
@media (max-width: 62em) {
  header .logo {
    height: 3.25rem;
  }
}
@media (max-width: 47.999em) {
  header .logo {
    height: 3rem;
  }
}

#pageWrap {
  margin-top: 4rem;
}

.navbar-nav a {
  color: white !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 1.8rem;
  padding: 0rem 1rem;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}
.navbar-nav a:hover, .navbar-nav a:active, .navbar-nav a.active, .navbar-nav a:focus {
  color: white !important;
  text-decoration: underline !important;
}
@media (max-width: 47.999em) {
  .navbar-nav a {
    padding: 0.3rem 1rem;
  }
}
.navbar-toggler {
  border: none;
  color: white;
  padding: 0;
  font-size: 2rem;
}
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

main {
  padding: 2.5rem 0;
}
@media (max-width: 47.999em) {
  main {
    padding: 2.5rem;
  }
}

.block {
  background-color: white;
  border-radius: 2rem;
  padding: 2.5rem;
  position: relative;
  min-width: 0;
  max-width: 100%;
  scroll-margin: 100px;
}
@media (max-width: 62em) {
  .block {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 47.999em) {
  .block {
    padding: 4rem;
  }
  .block.pd-lg {
    padding: 4rem;
  }
}
@media (max-width: 47.999em) and (max-width: 47.999em) {
  .block.pd-lg {
    padding: 3rem;
  }
}
.block > * {
  min-width: 0;
}
.block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media (max-width: 47.999em) {
  .block-row {
    gap: 2.75rem;
  }
}
.block-row .block {
  padding: 1.3rem;
}
@media (max-width: 47.999em) {
  .block-row .block {
    padding: 3rem 3rem 4rem;
  }
}
.block-row .info-text {
  padding: 1rem;
}
.block-row .info-text h3 {
  text-align: center;
  font-weight: 500;
}
@media (max-width: 90em) {
  .block-row .info-text h3 {
    min-height: 8rem;
  }
}
.block-row .info-text h6 {
  text-align: left;
}
@media (max-width: 47.999em) {
  .block-row .info-text h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.block.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block.main .phone {
  height: 500px;
  margin: 3rem auto -4rem;
}
@media (max-width: 47.999em) {
  .block.main .phone {
    height: auto;
    width: 90%;
  }
}

.btn-cta {
  text-decoration: none;
  color: #1d1d1f;
  border: 2px solid #1d1d1f;
  padding: 1rem 2rem;
  border-radius: 3rem;
  font-size: 1.25rem;
  font-weight: 400;
}
@media (max-width: 47.999em) {
  .btn-cta {
    margin: 3rem 0rem;
    font-size: 2rem;
  }
}

.tag {
  font-size: 1.5rem;
  border-radius: 2rem 0 2rem 0;
  padding: 3px;
  background-clip: padding-box, border-box;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 47.999em) {
  .tag {
    font-size: 1.25rem;
  }
}
.tag.primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#0b80ff), to(#dcdcdc));
  background: linear-gradient(to bottom, #0b80ff, #dcdcdc);
}
.tag.primary .content {
  background: #0b80ff;
  color: white;
  padding: 0.15rem 1.3rem;
}
.tag.secondary {
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#dcdcdc));
  background: linear-gradient(to bottom, #f0f0f0, #dcdcdc);
}
.tag.secondary .content {
  background: #f0f0f0;
  color: #646464;
  padding: 0.15rem 1.3rem;
}
.tag.left {
  position: absolute;
  top: 0;
  left: 0;
}
.tag.left .content {
  border-radius: calc(2rem - 3px) 0 calc(2rem - 3px) 0;
}
.tag.right {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 2rem 0 2rem;
}
.tag.right .content {
  border-radius: 0 calc(2rem - 3px) 0 calc(2rem - 3px);
}

.title {
  color: #0b80ff;
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 47.999em) {
  .title {
    font-size: 4rem;
    margin: 1rem 0;
  }
}

ul.list-star {
  list-style-type: "★";
  font-size: 1.25rem;
  text-align: center;
}
@media (max-width: 47.999em) {
  ul.list-star {
    font-size: 1.8rem;
  }
}
ul.list-star a {
  color: #1d1d1f;
}

.info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  max-width: 100%;
}
.info-row > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  max-width: 100%;
}
@media (max-width: 47.999em) {
  .info-row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.info-bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  max-width: 100%;
}
@media (max-width: 47.999em) {
  .info-bn {
    gap: 0;
  }
}
.info-bn > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  max-width: 100%;
}
@media (max-width: 47.999em) {
  .info-bn > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.info-img {
  background-color: transparent;
  border-radius: 1.5rem;
  overflow: hidden;
  max-width: 100%;
}
.info-img.color-bg {
  background-color: #f5f5f7;
}
.info-img img {
  max-width: 100%;
}
@media (max-width: 47.999em) {
  .info-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  text-align: left;
}
@media (max-width: 47.999em) {
  .info-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2rem;
    text-align: left;
  }
}
.info-text img {
  height: 85px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 62em) {
  .info-text img {
    height: 65px;
  }
}
@media (max-width: 47.999em) {
  .info-text img {
    height: 5.5rem;
  }
}
.info-text h3,
.info-text h6 {
  width: 100%;
}
.info-text h3 {
  font-weight: 600;
}
@media (max-width: 47.999em) {
  .info-text h3 {
    text-align: center;
  }
}
.info-text h6 img {
  height: 1.2rem;
  width: auto;
  margin-top: -5px;
}
@media (max-width: 47.999em) {
  .info-text h6 img {
    height: 1.8rem;
  }
}
.info-notice {
  color: #6e6e73;
  font-size: 0.95rem;
}
@media (max-width: 47.999em) {
  .info-notice {
    font-size: 1.6rem;
  }
}
.info-notice a {
  color: #6e6e73;
  text-decoration: none;
}

.logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
.logo-row img {
  height: 40px;
}
.logo-row img:not(:first-child) {
  border-left: 2px solid #1d1d1f;
  margin-left: 2rem;
  padding-left: 2rem;
}

#step2List li {
  cursor: pointer;
}
#step2List .active {
  color: #0b80ff;
}

.swiper-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border-radius: 1.5rem;
  overflow: hidden;
  max-width: 100%;
}
.swiper-col.color-bg {
  background-color: #f5f5f7;
}
.swiper-col img {
  max-width: 100%;
}
.swiper-col .info-img.color-bg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.swiper-col .swiper-btn-prev,
.swiper-col .swiper-btn-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 4rem;
  height: 4rem;
  background-color: transparent;
  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;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #dcdcdc;
}
@media (max-width: 47.999em) {
  .swiper-col .swiper-btn-prev,
  .swiper-col .swiper-btn-next {
    color: #0b80ff;
    width: 6rem;
    height: 6rem;
    font-size: 6rem;
  }
}
.swiper-col .swiper-btn-prev::after,
.swiper-col .swiper-btn-next::after {
  font-size: 2rem;
  font-weight: 900;
  color: #dcdcdc;
}
@media (max-width: 47.999em) {
  .swiper-col .swiper-btn-prev::after,
  .swiper-col .swiper-btn-next::after {
    font-size: 8rem;
  }
}
.swiper-col .swiper-btn-prev {
  left: 1rem;
}
.swiper-col .swiper-btn-prev img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.swiper-col .swiper-btn-next {
  right: 1rem;
}

.swiper-slide {
  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: 3rem;
}
.swiper-slide img {
  max-height: 600px;
  height: auto;
}
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -1.5rem;
  margin-bottom: 2rem;
}
.swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 5rem;
  margin: 0rem 0.2rem;
  background-color: white;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #9b9b9b;
  width: 12px;
  height: 12px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fade-up {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.fade-down {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
.fade.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: var(--delay, 0s);
          transition-delay: var(--delay, 0s);
}

.d-100 {
  --delay: 0.1s;
}

.d-200 {
  --delay: 0.2s;
}

.d-300 {
  --delay: 0.3s;
}

.d-400 {
  --delay: 0.4s;
}

.d-500 {
  --delay: 0.5s;
}

.d-600 {
  --delay: 0.6s;
}

.d-700 {
  --delay: 0.7s;
}

.d-800 {
  --delay: 0.8s;
}

.d-900 {
  --delay: 0.9s;
}

.d-1000 {
  --delay: 1s;
}

@media (max-width: 47.999em) {
  .apple-info h2 {
    padding: 2rem 0rem 2rem 4.5rem;
  }
}