@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;
  font-style: normal;
  height: 100%;
}
@media (max-width: 62em) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 48em) {
  html {
    font-size: 14px;
  }
}

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;
}

#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: 48em) {
  * {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}

h1 {
  font-size: clamp(3rem, 5.8vw, 5.5rem);
  font-weight: 800;
  line-height: 130%;
}
@media (max-width: 62em) {
  h1 {
    font-size: 5rem;
    line-height: 120%;
  }
}

h2 {
  font-size: clamp(2.2rem, 3.5vw, 3.25rem);
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 48em) {
  h2 {
    font-size: 3.5rem;
    line-height: 120%;
  }
}

h3 {
  font-size: clamp(1.9rem, 2.5vw, 2.75rem);
  line-height: 140%;
}
@media (max-width: 48em) {
  h3 {
    font-size: 3.5rem;
    line-height: 130%;
  }
}

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: 48em) {
  h4 {
    font-size: 2.5rem;
    line-height: 130%;
  }
}
h4 img {
  height: 2.6rem;
  margin-right: 1rem;
  margin-top: -0.5rem;
}
@media (max-width: 48em) {
  h4 img {
    height: 4rem;
  }
}

h5 {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 140%;
  font-weight: 400;
}
@media (max-width: 48em) {
  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: 48em) {
  h6 {
    font-size: 2.1rem;
  }
}

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

.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: 48em) {
  header .logo {
    height: 3rem;
  }
}

#pageWrap {
  margin-top: 4rem;
}

.navbar-nav a {
  color: white;
  -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 {
  color: white;
  text-decoration: underline;
}
@media (max-width: 48em) {
  .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: 48em) {
  main {
    padding: 2.5rem;
  }
}

.block {
  background-color: white;
  border-radius: 2rem;
  padding: 3rem;
  position: relative;
  min-width: 0;
  max-width: 100%;
  scroll-margin: 100px;
}
@media (max-width: 75em) {
  .block {
    padding: 3rem 2rem;
  }
}
@media (max-width: 62em) {
  .block {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 48em) {
  .block {
    padding: 4rem 2rem;
  }
  .block.pd-lg {
    padding: 4rem;
  }
}
.block > * {
  min-width: 0;
}
.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 -2.9rem;
}
@media (max-width: 48em) {
  .block.main .phone {
    height: auto;
    width: 90%;
	margin: 3rem auto -4rem;
  }
}

.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: 60px;
  padding: 0.5rem 2rem;
}
.logo-row img:not(:first-child) {
  border-left: 2px solid #1d1d1f;
}

.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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .title {
    font-size: 4rem;
    margin: 1rem 0;
  }
}

ul.list-star {
  list-style-type: "★";
  font-size: 1.25rem;
  text-align: center;
}
@media (max-width: 48em) {
  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: 48em) {
  .info-row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.info-img {
  background-color: #f0f0f0;
  border-radius: 1.5rem;
  overflow: hidden;
  max-width: 100%;
}
.info-img img {
  max-width: 100%;
}
@media (max-width: 48em) {
  .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;
}
@media (max-width: 48em) {
  .info-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2rem;
  }
}
.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: 48em) {
  .info-text img {
    height: 5.5rem;
  }
}
.info-text h3,
.info-text h6 {
  width: 100%;
}
.info-text h3 {
  font-weight: 600;
}
.info-text h6 img {
  height: 1.2rem;
  width: auto;
  margin-top: -5px;
}
@media (max-width: 48em) {
  .info-text h6 img {
    height: 1.8rem;
  }
}

.tab-row {
  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;
  gap: 1.5rem;
}
.tab-row .nav-link {
  width: 100%;
  font-size: 2rem;
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#dcdcdc));
  background: linear-gradient(to bottom, #f0f0f0, #dcdcdc);
  overflow: hidden;
}
.tab-row .nav-link .content {
  background: #f0f0f0;
  color: #646464;
  padding: 0.15rem 1.3rem;
  border-radius: calc(2rem - 3px) 0 calc(2rem - 3px) 0;
}
.tab-row .nav-link.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#0b80ff), to(#dcdcdc));
  background: linear-gradient(to bottom, #0b80ff, #dcdcdc);
}
.tab-row .nav-link.active .content {
  background: #0b80ff;
  color: white;
  padding: 0.15rem 1.3rem;
}

/* 主幻燈片樣式 */
@media (max-width: 48em) {
  .main-slides-col {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 390px;
  }
}
.main-slides-container {
  height: 100%;
  position: relative;
}
.main-swiper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.main-swiper .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;
}
.main-swiper img {
  max-height: 100%;
  width: auto;
  border-radius: 6px;
}

.step-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step-row > div {
  padding: 2rem;
  font-weight: 400;
}
@media (max-width: 75em) {
  .step-row > div {
    padding: 1rem 0;
  }
}
@media (max-width: 48em) {
  .step-row > div {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.step-row p {
  font-size: 1.8rem;
  margin-top: 0.8rem;
}
@media (max-width: 75em) {
  .step-row p {
    font-size: 1.7rem;
  }
}
@media (max-width: 62em) {
  .step-row p {
    font-size: 1.5rem;
  }
}
@media (max-width: 48em) {
  .step-row p {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 2.5rem;
  }
}
.step-row p img {
  height: 2.75rem;
  margin-top: -2px;
  width: auto;
}
@media (max-width: 48em) {
  .step-row p img {
    height: 3.5rem;
  }
}
.step-count {
  width: 4rem;
  height: 4rem;
  padding: 0.8rem;
  border: 4px solid #0b80ff;
  border-radius: 10rem;
  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;
}
.step-count span {
  font-size: 2.8rem;
  color: #0b80ff;
  margin-top: -6px;
}

.swiper-prev, .swiper-next {
  cursor: pointer;
  width: 5rem;
}
.swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 48em) {
  .swiper-navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.swiper-thumbnails {
  margin: 20px 0;
  height: 300px; /* 固定高度確保每次只顯示一張 */
  overflow: hidden;
}
@media (max-width: 48em) {
  .swiper-thumbnails {
    height: 950px;
  }
}
.swiper-slide {
  font-size: 2rem;
  font-weight: 400;
}
.swiper-slide p {
  font-size: 1.6rem;
  margin-top: 0.3rem;
}
@media (max-width: 62em) {
  .swiper-slide p {
    font-size: 1.4rem;
  }
}
@media (max-width: 48em) {
  .swiper-slide p {
    font-size: 2.5rem;
  }
}
.swiper-slide p img {
  height: 1.8rem;
  width: auto;
}
@media (max-width: 48em) {
  .swiper-slide p img {
    height: 2.5rem;
    margin-top: -2px;
  }
}
.swiper-intro-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 48em) {
  .swiper-intro-wrap {
    -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;
  }
}

.slide-step {
  color: #0b80ff;
  font-weight: 700;
  margin-right: 1rem;
}
@media (max-width: 62em) {
  .slide-step {
    font-size: 1.7rem;
  }
}
@media (max-width: 48em) {
  .slide-step {
    font-size: 2.5rem;
  }
}
.slide-content {
  display: none;
  height: 100%;
}
.slide-content.active {
  display: block;
}
.slide-card {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
  height: 70vh;
  width: 100%;
  text-align: center;
}
@media (max-width: 48em) {
  .slide-card {
    height: 680px;
  }
}

.toggle-notice {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fafafa;
  font-size: 1.5rem;
  text-decoration: none;
}
.toggle-notice h5 {
  color: #1d1d1f;
  margin-bottom: 0;
  padding: 0.3rem 0rem;
  border-left: 1px solid #dcdcdc;
}
@media (max-width: 48em) {
  .toggle-notice h5 {
    font-size: 2rem;
  }
}
.toggle-notice .arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0.5rem;
  background-color: #d8d8d8;
  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;
}
.toggle-notice .arrow span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #6e6e73;
}
.toggle-notice:not(.collapsed) span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

ol {
  font-size: 1.15rem;
  list-style: none;
  counter-reset: chinese-counter;
  padding-left: 3rem;
}
@media (max-width: 48em) {
  ol {
    font-size: 1.75rem;
  }
}
ol > li {
  counter-increment: chinese-counter;
  position: relative;
  margin-bottom: 0.5em;
}
ol > li::before {
  content: "(" counter(chinese-counter, cjk-ideographic) ")";
  position: absolute;
  left: -5rem;
  text-align: right;
  width: 5rem;
}
@media (max-width: 48em) {
  ol > li::before {
    left: -12rem;
    width: 12rem;
  }
}
ol > li > ol {
  list-style: none;
  counter-reset: arabic-counter;
  padding-left: 1rem;
}
ol > li > ol > li {
  counter-increment: arabic-counter;
  position: relative;
  margin-bottom: 0.3em;
}
ol > li > ol > li::before {
  content: counter(arabic-counter) "、";
  position: absolute;
  left: -5rem;
}
@media (max-width: 48em) {
  ol > li > ol > li::before {
    left: -12rem;
  }
}
ol > li > ol > li > ol {
  list-style: none;
  counter-reset: paren-counter;
  padding-left: 1.5rem;
}
ol > li > ol > li > ol > li {
  counter-increment: paren-counter;
  position: relative;
  margin-bottom: 0.2em;
}
ol > li > ol > li > ol > li::before {
  content: "(" counter(paren-counter) ")";
  position: absolute;
  left: -5.5rem;
}
@media (max-width: 48em) {
  ol > li > ol > li > ol > li::before {
    left: -12.5rem;
  }
}

.statement {
  color: #6e6e73;
  font-size: 1rem;
  line-height: 140%;
}
.statement a {
  color: #1d1d1f;
}
@media (max-width: 48em) {
  .statement {
    font-size: 1.5rem;
  }
}

.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: 48em) {
  .apple-info h2 {
    padding: 2rem 0rem 2rem 4.5rem;
  }
}