section {
  /* 暫時亂寫 可刪除 start */
  --tw-bg-opacity: 1;
  background-color: rgb(248 244 236 / var(--tw-bg-opacity));
}
  /* 暫時亂寫 可刪除 end */
  section h2 {
    letter-spacing: 1.54px;
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(45 48 51 / var(--tw-text-opacity));
  }
  @media (min-width: 700px) {
  section h2 {
    margin-bottom: 2.5rem;
    font-size: 2.125rem;
    line-height: 1.5;
    font-weight: 500;
      letter-spacing: 2.38px;
  }
}
  section.color-bg {
    background-color: #fff0e5;
  }

.payment-method .swiper .swiper-slide {
  height: auto;
}

.payment-method .services-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.payment-method .services-card .img-box {
  aspect-ratio: 16 / 9;
  width: 100%;
}

@media (min-width: 700px) {

.payment-method .services-card .img-box {
        aspect-ratio: 620/300
    }
      }

.payment-method .services-card .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.payment-method .services-card .text-box {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
}

@media (min-width: 1024px) {
  .payment-method .services-card .text-box {
    padding: 2rem;
  }
}

.payment-method .services-card .text-box h4 {
        letter-spacing: 1.02px;
        margin-bottom: 1rem;
        font-size: 1.0625rem;
        line-height: 1.5;
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgb(255 103 0 / var(--tw-text-opacity));
      }

@media (min-width: 1024px) {
  .payment-method .services-card .text-box h4 {
    font-size: 1.3125rem;
    line-height: 1.5;
    font-weight: 500;
  }
}

@media (min-width: 700px) {

.payment-method .services-card .text-box h4 {
          letter-spacing: 1.26px
      }
        }

.payment-method .services-card .text-box p {
        letter-spacing: 1.5px;
        margin-bottom: 0.75rem;
        font-size: 0.9375rem;
        line-height: 1.5;
        --tw-text-opacity: 1;
        color: rgb(81 90 104 / var(--tw-text-opacity));
      }

@media (min-width: 1024px) {
  .payment-method .services-card .text-box p {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media (min-width: 700px) {

.payment-method .services-card .text-box p {
          letter-spacing: 1.8px
      }
        }

.payment-method .services-card .text-box p:last-child {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .payment-method .services-card .text-box p:last-child {
    margin-bottom: 2.5rem;
  }
}

.payment-method .services-card .text-box .to-payment {
  margin-top: auto;
  width: 100%;
}

@media (min-width: 576px) {
  .payment-method .services-card .text-box .to-payment {
    width: auto;
  }
}

.fqa-sec .drawer-number {
    flex: 0 0 auto;
    letter-spacing: 1.26px;
    font-size: 1.0625rem;
    line-height: 1.5;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 103 0 / var(--tw-text-opacity));
  }

.fqa-sec .drawer-content ol li,
    .fqa-sec .drawer-content p {
      letter-spacing: 1.5px;
      font-size: 0.9375rem;
      line-height: 1.5;
      --tw-text-opacity: 1;
      color: rgb(81 90 104 / var(--tw-text-opacity));
    }

@media (min-width: 700px) {
  .fqa-sec .drawer-content ol li,
    .fqa-sec .drawer-content p {
    font-size: 1.125rem;
    line-height: 1.5;
        letter-spacing: 1.8px;
  }
}

.fqa-sec .drawer-content ol {
  list-style-type: decimal;
  padding-left: 1.25rem;
}

@media (min-width: 700px) {
  .fqa-sec .drawer-content ol {
    padding-left: 1.5rem;
  }
}

.fqa-sec .drawer-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.download-now .white-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 700px) {
  .download-now .white-block {
    flex-direction: row;
    gap: 5rem;
    padding: 2.5rem;
  }
}

.download-now .white-block .info {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 700px) {
  .download-now .white-block .info {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}

.download-now .white-block .info img {
        width: 80px;
        height: 80px;
        margin-bottom: 1rem;
      }

@media (min-width: 700px) {
  .download-now .white-block .info img {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {

.download-now .white-block .info img {
          width: 100px;
          height: 100px
      }
        }

.download-now .white-block .info .text {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 700px) {
  .download-now .white-block .info .text {
    align-items: flex-start;
  }
}

.download-now .white-block .info .text h4 {
          letter-spacing: 1.02px;
          margin-bottom: 0.5rem;
          font-size: 1.0625rem;
          line-height: 1.5;
          font-weight: 500;
          --tw-text-opacity: 1;
          color: rgb(45 48 51 / var(--tw-text-opacity));
        }

@media (min-width: 700px) {
  .download-now .white-block .info .text h4 {
    font-size: 1.3125rem;
    line-height: 1.5;
    font-weight: 500;
            letter-spacing: 1.26px;
  }
}

.download-now .white-block .info .text p {
          letter-spacing: 0.52px;
          font-size: 0.8125rem;
          line-height: 1.5;
          --tw-text-opacity: 1;
          color: rgb(81 90 104 / var(--tw-text-opacity));
        }

@media (min-width: 700px) {
  .download-now .white-block .info .text p {
    font-size: 0.9375rem;
    line-height: 1.5;
            letter-spacing: 1.2px;
  }
}

.download-now .white-block .download-btn {
      flex: 0 0 auto;
      width: 207px;
    }

.gradient-footer {
  padding-top: 60px;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .gradient-footer {
    padding-top: 100px;
    padding-bottom: 5rem;
  }
}

.gradient-footer h2 {
  width: 100%;
  font-size: 1.375rem;
  font-weight: 500;
}

@media (min-width: 700px) {
  .gradient-footer h2 {
    font-size: 2.125rem;
    line-height: 1.5;
    font-weight: 500;
  }
}

@media (min-width: 1024px) {
  .gradient-footer h2 {
    max-width: 50%;
  }
}

.gradient-footer p {
  font-size: 0.8125rem;
  line-height: 1.5;
}

@media (min-width: 700px) {
  .gradient-footer p {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.gradient-footer {

  background-image: url('../images/opcard/op-footer-bg-s.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {

.gradient-footer {
    background-image: url('../images/opcard/op-footer-bg.png');
    background-size: 100% 100%
}
  }

.shape-top-group {
  background-image: url('../images/opcard/text-bg.jpg');
  background-position: center bottom;
  background-size: 900px auto;
}

.shape-top-group .v3-twm-breadcrumb {
  display: none;
}

@media (min-width: 700px) {

.shape-top-group {
    background-size: 1200px auto
}
  }

@media (min-width: 1024px) {

.shape-top-group {
    background-size: 2560px auto;
    background-position: center bottom
}

    .shape-top-group .v3-twm-breadcrumb {
    display: flex;
  }
  }

@media (min-width: 2561px) {

.shape-top-group {
    background-size: 100% auto
}
  }

.shape-kv {
  -webkit-mask-image: url('../images/opcard/mask-s.png');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: 100% 524px;
  mask-image: url('../images/opcard/mask-s.png');
  mask-repeat: no-repeat;
  mask-position: center top;
  mask-size: 100% 524px;
  max-width: 100%;
  overflow: hidden;
}

@media (min-width: 700px) {

.shape-kv {
    -webkit-mask-image: url('../images/opcard/mask-m.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    -webkit-mask-size: 100% 524px;
    mask-image: url('../images/opcard/mask-m.png');
    mask-repeat: no-repeat;
    mask-position: center top;
    mask-size: 100% 524px;
    max-width: 100%;
    overflow: hidden
}
  }

@media (min-width: 1024px) {

.shape-kv {
    -webkit-mask-image: url('../images/opcard/mask.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    -webkit-mask-size: 100% 695px;
    mask-image: url('../images/opcard/mask.png');
    mask-repeat: no-repeat;
    mask-position: center top;
    mask-size: 100% 695px
}
  }

/* 文字區塊 */

.shape-kv-wrap {
  position: relative;
  display: flex;
  height: 524px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 1024px) {
  .shape-kv-wrap {
    height: 695px;
    padding-left: 0px;
    padding-right: 0px;
      max-width: 624px;
      align-items: flex-end;
      justify-content: center;
  }
}

@media (min-width: 1440px) {

.shape-kv-wrap {
      max-width: 787px
  }
    }

.shape-kv .shape-kv-img-wrap {
  height: 524px;
}

@media (min-width: 1024px) {
  .shape-kv .shape-kv-img-wrap {
    height: 695px;
  }
}

.shape-kv .shape-kv-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

.shape-kv .shape-kv-img-wrap:after {
      content: '';
      width: 100%;
      height: 80%;
      position: absolute;
      bottom: 0;
      background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 42.64%,
        rgba(255, 255, 255, 0.8) 73.25%
      );
    }

@media (min-width: 1024px) {

.shape-kv .shape-kv-img-wrap:after {
        display: none
    }
      }

.shape-kv .shape-kv-img img {
      width: auto;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }

.top-triangle {
  margin-top: 58px;
  height: 60px;
  background-image: url('../images/opcard/top-triangle-s2.png');
  background-position: center bottom -1px;
  background-size: 101% 60px;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {

.top-triangle {
    margin-top: 60px;
    height: 124px;
    background-size: 100% 124px;
    background-image: url('../images/opcard/top-triangle2.png')
}
  }

/*# sourceMappingURL=services-payment.css.map */
