html {
  font-family: "Noto Sans TC", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}

h2 {
  font-size: 2.5em;
  text-align: center;
  color: #444;
  letter-spacing: .1em;
}

h3 {
  font-size: 28px;
  font-weight: bold;
}

h5 {
  font-size: 1.375em;
  font-weight: bolder;
  color: #888;
  border: #888 solid 2px;
  border-radius: 50px;
  display: table;
  margin: 40px auto 60px;
  padding: 4px 30px;
}

p {
  font-size: 1.375em;
  ;
}

.spline {
  width: 100%;
  background-color: white;
}

.kv {
  background: transparent url("../img/kv-bg-m.jpg") scroll no-repeat center;
  width: 100%;
  height: auto;
  font-size: 0;
  position: relative;
  z-index: 99;
  overflow: hidden;
  height: 100vh;
}

.logo {
  width: 215px;
  height: auto;
  padding: 10px;
  display: block;
  position: relative;
  z-index: 100;
}

.mainTxt {
  position: relative;
  width: 80%;
  margin: 60px auto;
}

.logos {
  background: transparent url('../img/logos.svg') 0 0 no-repeat;
  width: 355px;
  height: 40px;
  margin-bottom: 20px;
}

.digiwin {
  background: transparent url('../img/main01.svg') 0 0 no-repeat;
  width: 320px;
  height: 92px;
}

.update {
  background: transparent url('../img/main02.svg') 0 0 no-repeat;
  width: 500px;
  height: 180px;
  margin-bottom: 20px;
}

.kv p {
  font-size: 24px;
  font-weight: 500;
  color: #666;
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.btn-apply {
  text-align: left;
  width: 300px;
  height: 80px;
  position: relative;
  cursor: pointer;
  filter: drop-shadow(2px 2px 3px #fff);
}

.btn-apply:hover {
  filter: brightness(120%);
  filter: drop-shadow(none);
}

.step {
  padding-top: 0px;
  position: relative;
  padding: 100px 30px;
}

.step::before {
  content: '';
  width: 0;
  height: 0;
  margin-left: 14px;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 50px solid #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
}

.step ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.step ul li {
  width: 70%;
  margin-left: 10%;
}

.step ul li:last-child {
  width: 90%;
  margin-left: 10%;
}

.objs {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 900;
}

.c1 {
  background: transparent url('../img/cloud-p.svg') 0 0 no-repeat;
  width: 82px;
  height: 83px;
  position: absolute;
  left: -120px;
  top: -400px;
  animation: move 4s infinite;
}

.c3 {
  background: transparent url('../img/cloud-p.svg') 0 0 no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 20px;
  top: -650px;
  animation: move 5.5s infinite;
}

.c2 {
  background: transparent url('../img/cloud-b.svg') 0 0 no-repeat;
  width: 62px;
  height: 63px;
  position: absolute;
  top: -5px;
  left: 0;
  animation: move 4.2s infinite;
}

.c4 {
  background: transparent url('../img/cloud-b.svg') 0 0 no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -900px;
  right: 0;
  animation: move 3.2s infinite;
}

.c5 {
  background: transparent url('../img/cloud-b.svg') 0 0 no-repeat;
  width: 188px;
  height: 221px;
  position: absolute;
  right: 0%;
  top: -50px;
  animation: move 2.2s infinite;
}



.apply-btn {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  z-index: 1000;
  display: none;

}

.apply-btn a {
  background: transparent url('../img/apply-btn.svg') 0 0 no-repeat;
  display: block;
  width: 50px;
  height: 216px;
  display: block;
  color: white;
  text-align: center;
  font-size: 0;
  text-decoration: none;
  text-indent: -9999;
  box-shadow: 4px 4px 12px 4px rgba(241, 250, 255, 0.8);
}




@keyframes talk {
  0% {
    transform: rotate(0);
  }

  30% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  60% {
    transform: rotate(1deg);
  }

  65% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes move {
  0% {
    margin-top: 0;
  }


  50% {
    margin-top: 20px
  }

  100% {
    margin-top: 0;
  }
}

.scroll {
  width: 100px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 45vw;
}

.scroll .txt {
  height: auto;
  display: inline-block;
  font-size: 24px;
  color: #555;
  text-align: center;
  display: none;
}

.scroll .line {
  animation: scrollMove .8s infinite;
  position: relative;
}

.apply-btn {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  z-index: 1000;
  animation: moveUp .8s infinite;
}

.apply-btn a {
  width: 100%;
  height: auto;
  display: block;
  color: white;
  text-align: center;
  font-size: 24px;
  padding: 20px 0;
  text-decoration: none;
  background: #1ADCE8;
  background: linear-gradient(-90deg, rgba(26, 220, 232, 1) 3%, rgba(50, 103, 255, 1) 100%);

}

.apply-btn:hover {
  filter: brightness(120%);
}

@keyframes scrollMove {
  0% {
    top: 0;
  }

  50% {
    top: 5px;
  }

  100% {
    top: 0;
  }
}

.w1200 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.w1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.w1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

/*intro block*/
.intro {
  width: 100%;
  height: auto;
  background: transparent url("../img/bg-p2-m.png") scroll no-repeat top;
  position: relative;
  z-index: 101;
  overflow: hidden;
  padding: 120px 30px 0;
  margin-top: -65px;
}

.p1,
.p2 {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.p1 {
  justify-content: flex-start;
  align-items: center;
}

.p2 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -10px;
}

.p1 .peo {
  width: 150px;
  height: 150px;
  background: transparent url("../img/p2-ch1.png") scroll no-repeat top;
  z-index: 2;
  background-size: contain;
  position: relative;
  top: 30px;
}


.p2 .peo {
  width: 150px;
  height: 150px;
  background: transparent url("../img/p2-ch2.png") scroll no-repeat top;
  z-index: 2;
  order: 2;
  position: relative;
  background-size: contain;
  top: -220px;
}

.p1 .txt {
  background: transparent url(../img/p2-txt1.svg) scroll no-repeat top;
  background-size: contain;
  width: 510px;
  height: 165px;
  left: 50px;
  top: -75px;
  position: relative;
}

.p2 .txt {
  background: transparent url(../img/p2-txt2.svg) scroll no-repeat top;
  background-size: contain;
  width: 534px;
  height: 165px;
  position: relative;
  right: 15px;
  order: 1;
}

.intro2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 101;
  display: flex;
  flex-wrap: wrap;
  background: #f2f2f2 url('../img/bg-p3-m.png') center top no-repeat;
  padding: 0 30px 60px;
  margin-top: -100px;
}

.left {
  width: 100%;
  height: 572px;
}

.right {
  width: 100%;
  height: auto;
  padding: 60px 0 0;
  color: #555;
}

.right h2 .line {
  display: block;
  text-align: left;
  line-height: 1.5;
}

.right h3 {
  color: #3267ff;
  letter-spacing: 0.1em;
}

.right ul {
  padding-left: 60px;
  margin-top: 40px;
}

.right ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.right ul li::before {
  content: '';
  background: transparent url('../img/icon-check.svg') 0 0 no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: -50px;
  top: 10px
}




/*form block*/
.form {
  width: 100%;
  height: auto;
  background: transparent url("../img/form-bg-m.jpg") scroll no-repeat top;
  padding: 100px 30px 80px;
  color: white;
  background-size: cover;
  position: relative;
  font-size: 18px;
}

.form::before {
  content: '';
  width: 0;
  height: 0;
  margin-left: 14px;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 50px solid #ffffff;
  position: absolute;
  top: -1px;
  left: 0;
}

.form .title {
  font-size: 2.5em;
  letter-spacing: 0.2em;
  color: white;
  text-align: center;
  padding-bottom: 20px;
}

.form .title::after,
.form .title::before {
  content: '';
  background: transparent url('../img/arrow.svg') 0 0 no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 5px;
}

.center {
  margin: 0 auto;
  display: table;
}

.form h3 {
  line-height: 2.5;
}

h3 span {
  color: #fef48c;
  font-size: 16px;
}

.form h4 {
  color: #fef48c;
  font-size: 18px;
  display: none;
}

.form h4:before {
  content: " X ";
  font-size: 18px;
}

.form a {
  color: white;
}

ul li {
  width: 100%;
  list-style: none;
  vertical-align: middle;
}

.info li label {
  width: 100%;
  display: block;
  font-size: 1.35em;
  line-height: 2;
}

li input[type="text"],
li input[type="email"] {
  width: 100%;
  height: 60px;
  border-radius: 15px;
  border: none;
  padding: 0 20px;
}

li.num .content {
  display: flex;
  align-items: center;
}

li.num #front {
  width: 25%;
  height: 60px;
  border-radius: 15px;
  border: none;
}

li.num #back {
  width: 70%;
  height: 60px;
  border-radius: 15px;
  border: none;
}

li.num span {
  width: 5%;
  font-weight: bold;
  text-align: center;
}

li.num .t-small {
  font-size: 14px;
}

.others p {
  display: inline-block;
  padding-right: 10px;
}

.others>p {
  display: block;
  padding-right: 0px;
  letter-spacing: 0;
  vertical-align: middle;
}

.others li {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

.others li label {
  font-size: 1.5em;
}

.others li label[for="other"] {
  padding-right: 10px;
}

input[type="radio"] {
  width: 26px;
  height: 26px;
  margin: 0 10px;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.others span.white {
  color: white;
  cursor: pointer;
  border-bottom: 1px solid white;
  padding-bottom: 4px;
}

.submit-btn {
  background: transparent url('../img/btn-submit.svg') 0 0 no-repeat;
  width: 285px;
  height: 80px;
  font-weight: bold;
  font-size: 0;
  color: white;
  padding: 0;
  margin: 40px auto 0;
  display: block;
  border: none;
  filter: drop-shadow(3px 3px 5px #0000007a);
  transition: all .7s;
  animation: moveRight 1.2s infinite;
}

.submit-btn:hover {
  filter: brightness(110%);
  filter: drop-shadow(none);
  cursor: pointer;
}

.others input[type="text"] {
  width: 41%;
}

.others #tips {
  width: 100%;
}

.others #vertifyCode {
  width: 150px;
}

.vertifyCode {
  padding-left: 20px;
}

.faq {
  background-color: #fef66a;
  padding: 80px 30px;
}

.faq h2 {
  background: transparent url('../img/title-faq.svg') 0 0 no-repeat;
  width: 185px;
  height: 81px;
  font-size: 0;
  margin: 0 auto 40px;
  display: block;
}

/* ============ FAQ base ============ */
:root {
  --faq-bg: #ffdd17;
  /* 問題區塊底色（亮黃） */
  --faq-fg: #444;
  --faq-accent: #2251ff;
  /* 指示箭頭/連結色（亮藍） */
  --faq-panel-bg: #fff;
  --faq-border: rgba(0, 0, 0, .08);
  --faq-radius: 40px;
  --faq-gap: 15px;
}


.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(15px, 1.6vw, 14px);
}

/* 每一題 */
.faq-list .item {
  background: var(--faq-bg);
  color: var(--faq-fg);
  border-radius: var(--faq-radius);
  box-shadow: 0 1px 0 var(--faq-border), 0 8px 24px rgba(0, 0, 0, .06);
  overflow: hidden;
}

/* 問題按鈕 */
.faq-list .qbtn {
  -webkit-tap-highlight-color: transparent;
  display: grid;
  grid-template-columns: 1fr auto;
  /* 文字 + 箭頭 */
  align-items: center;
  width: 100%;
  padding: clamp(20px, 2.4vw, 22px) clamp(30px, 3vw, 28px);
  background: transparent;
  border: 0;
  border-radius: var(--faq-radius);
  cursor: pointer;
  text-align: left;
  position: relative;
  line-height: 1.5;
  color: inherit;
}

/* 問題文字 */
.faq-list .q {
  font-weight: 500;
  font-size: clamp(1.5em, 1.8vw, 1.125em);
}

/* 右側小箭頭（藍色三角形） */
.faq-list .qbtn::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 14px;
  border-left: 10px solid var(--faq-accent);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform-origin: 50% 50%;
  transition: transform .28s ease;
  transform: rotate(90deg);
}

/* 展開時箭頭往下（旋轉 90deg） */
.faq-list .item[aria-expanded="true"] .qbtn::after {
  transform: rotate(-90deg);
  border-left: 10px solid #444;
}

/* 鍵盤可視焦點 */
.faq-list .qbtn:focus-visible {
  outline: 3px solid color-mix(in oklab, var(--faq-accent) 65%, white);
  outline-offset: 2px;
}

/* 答案面板（用 max-height 動畫；JS 也可直接切換 aria-expanded） */
.faq-list .panel {
  background: var(--faq-panel-bg);
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, opacity .2s ease;
  opacity: 0;
  border-top: 1px solid var(--faq-border);
}

/* 展開狀態：給一個夠大的 max-height 讓動畫能運作 */
.faq-list .item[aria-expanded="true"] .panel {
  max-height: 1000px;
  opacity: 1;
}

/* 答案文字內距 */
.faq-list .panel .a {
  padding: 20px clamp(18px, 3vw, 28px) 22px;
  font-size: clamp(1.5em, 1.25em, 1.125em);
  line-height: 1.8;
  color: var(--faq-fg);
}

/* 讓你的內文裡的電話/連結顏色一致 */
.faq-list .panel .a a {
  color: var(--faq-accent);
  text-underline-offset: 2px;
}

@media (hover:hover) {
  .faq-list .qbtn:hover {
    filter: brightness(0.98);
  }
}

.footer {
  background-color: #2650bc;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  height: auto;
  padding: 20px 20px 80px;
}

.footer div {
  font-family: Microsoft JhengHei;
  font-size: inherit;
  color: white;
  display: block;
  margin: 0 20px;
}

.footer a {
  color: white;
  text-decoration: none;
  display: inline;
  font-family: Microsoft JhengHei;
  font-size: inherit;
}


.t-yellow {
  color: #ffe425;
}

.t-blue {
  color: #3267ff;
}

.t-small {
  font-size: 0.7em;
}

.large {
  font-size: 1.125em;
}

@keyframes moveRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes moveUp {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes shing {
  0% {}

  20% {
    filter: brightness(130%);
  }

  50% {
    filter: brightness(100%);
  }

  100% {}
}

.star {
  position: absolute;
  top: -60px;
  right: -60px;
  mix-blend-mode: luminosity;
  animation: shing 1.5s infinite;
  z-index: 1000;
}

.star2 {
  position: absolute;
  top: 50px;
  right: -10px;
  mix-blend-mode: lighten;
  animation: shing 2s infinite;
  z-index: 1000;
}

.star3 {
  position: absolute;
  top: 120px;
  right: 280px;
  mix-blend-mode: lighten;
  animation: shing 1.5s .5s infinite;
  z-index: 1000;
}

.star4 {
  position: absolute;
  top: 100px;
  left: 280px;
  mix-blend-mode: lighten;
  animation: shing .8s 1s infinite;
  z-index: 1000;
}

.star5 {
  position: absolute;
  top: 220px;
  left: -180px;
  mix-blend-mode: overlay;
  animation: shing 1.3s 1s infinite;
  z-index: 1000;
}

.star6 {
  position: absolute;
  top: 10px;
  left: 200px;
  mix-blend-mode: hard-light;
  animation: shing 1.3s infinite;
  z-index: 1000;
}

/*RWD*/
@media screen and (min-width: 750px) {
  .footer div {
    display: inline;
  }

  .kv {
    background: transparent url("../img/kv-p.jpg") scroll no-repeat top;
    height: 100vh;
    background-size: cover;
    z-index: 99;
  }

  .scroll {
    display: block;
    position: relative;
    top: 10px;
  }

  .apply-btn {
    width: 50px;
    height: auto;
    bottom: auto;
    right: 2%;
    top: 60%;
    z-index: 1000;
  }

  .apply-btn a {
    background: transparent url('../img/apply-btn.svg') 0 0 no-repeat;
    display: block;
    width: 50px;
    height: 216px;
    font-size: 0;
    box-shadow: none;
  }

  .intro {
    background: transparent url("../img/bg-p2-p.png") scroll no-repeat top;
    width: 100%;
    height: auto;
    background-size: cover;
  }

  .intro2 {
    background: transparent url("../img/bg-p3-p.png") scroll no-repeat top;
    width: 100%;
    height: auto;
    background-size: cover;
  }

  .objects {
    height: 180vw;
  }

  .intro p {
    width: 65%;
    margin: 0 auto;
    font-size: 14px;
  }

  .form {
    background: transparent url("../img/form-bg-p.jpg") scroll no-repeat top;
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 40px 0;

  }

  .footer {
    padding: 20px;
  }

  .footer a {
    margin-left: 10px;
  }

}


@media screen and (min-width: 1100px) {
  .logo {
    width: 160px;
  }

  h3 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.25em;
  }

  p {
    font-size: 1em;
  }

  li.num .t-small {
    font-size: 14px;
  }

  .kv {
    background: transparent url("../img/kv-bg.jpg") scroll no-repeat top;
    background-size: auto;
    overflow: hidden;
    height: 1080px;
    text-align: center;
  }

  .mainTxt {
    position: relative;
    width: 100%;
    margin-top: 60px;
  }

  .logos {
    width: 270px;
    height: 30px;
    margin-bottom: 20px;
  }

  .digiwin {
    width: 288px;
    height: 82px;
  }

  .update {
    width: 485px;
    height: 170px;
    margin-bottom: 20px;
  }

  .kv p {
    font-size: 16px;
  }

  .btn-apply {
    width: 228px;
    height: 64px;
  }

  .scroll {
    top: 160px;
  }

  .scroll .txt {
    display: block;
  }

  .intro {
    background: transparent url("../img/bg-p2.svg") no-repeat scroll top;
    background-size: cover;
    padding: 80px 0;
    padding: 220px 30px 80px;
    margin-top: -350px;
  }

  .p1 .peo {
    width: 185px;
    height: 173px;
    background: transparent url("../img/p2-ch1.png") scroll no-repeat top;
    z-index: 2;
    position: relative;
    left: -25px;
  }


  .p2 .peo {
    width: 171px;
    height: 172px;
    background: transparent url("../img/p2-ch2.png") scroll no-repeat top;
    z-index: 2;
    order: 2;
    position: relative;
    top: -100px;
    left: 20px;
  }

  .p1 .txt {
    background: transparent url(../img/p2-txt1.svg) scroll no-repeat top;
    background-size: contain;
    width: 424px;
    height: 125px;
    left: auto;
    top: auto;
  }

  .p2 .txt {
    background: transparent url(../img/p2-txt2.svg) scroll no-repeat top;
    background-size: contain;
    width: 434px;
    height: 125px;
    order: 1;
  }

  .intro2 {
    background: transparent url("../img/bg-p3.png") center top no-repeat;
    padding: 128px 30px 80px;
    margin-top: -140px;
  }

  .left {
    width: 50%;
    height: 20px;
    position: relative;
  }

  .right {
    position: relative;
    width: 50%;
    height: auto;
    padding: 80px 60px;
    color: #555;
  }

  .step {
    padding: 0;
  }

  .form::before,
  .step::before {
    content: none;
  }

  .form {
    background: white url("../img/form-bg.svg") no-repeat scroll top;
    background-size: cover;
    padding: 220px 30px 80px;
  }

  .step ul {
    flex-wrap: nowrap;
  }

  .step ul li {
    width: 25%;
    height: auto;
    margin-left: 5%;
  }

  .step ul li:last-child {
    width: 35%;
    height: auto;
    margin-left: 5%;
  }

  .c1 {
    left: -60px;
    top: -400px;
  }

  .c3 {
    top: -450px;
  }

  .c4 {
    top: -600px;
  }

  .c5 {
    right: 10%;
    top: 0;
  }

  .form .info li {
    width: 49%;
    float: left;
  }

  .form .info li:nth-child(odd) {
    margin-right: 2%;
  }

  .info li label,
  .others li label {
    font-size: 1.125em;
    line-height: 2;
    letter-spacing: 0.1rem;
  }

  .others p {
    font-size: 1.125em;
    line-height: 1.2;
    letter-spacing: 0.1rem;
  }

  .others>p {
    text-align: center;
  }

  .submit-btn {
    background: transparent url('../img/btn-submit.svg') 0 0 no-repeat;
    width: 215px;
    height: 50px;
    font-weight: bold;
    font-size: 0;
    color: white;
    padding: 1% 5%;
    margin: 40px auto 0;
    display: block;
    border: none;
    filter: drop-shadow(3px 3px 5px #0000007a);
    transition: all .7s;
  }

  li input[type="text"],
  li input[type="email"] {
    height: 40px;
    border-radius: 10px;
  }

  li.num #front {
    height: 40px;
    border-radius: 10px;
  }

  li.num #back {
    height: 40px;
    border-radius: 10px;
  }

  .faq-list .q,
  .faq-list .panel .a {

    font-size: 1.25em;
  }
}

@media screen and (orientation: landscape) and (max-width: 750px) {

  .kv {
    height: 1334px;
  }
}

.textarea {
  width: 100%;
  margin-top: 15px;
  height: 90px;
  padding: 5px 10px 5px 20px;
  border-radius: 15px;
  background-color: #fff;
}

.others #tips {
  height: 100%;
}

textarea.remark {
  /*border-radius: 15px;border: none;*/
  resize: none;
  outline: none;
  border: none;
}

textarea.remark::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

textarea.remark::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #c3c3c3;
}

textarea.remark::-webkit-scrollbar-track {
  background-color: transparent;
}