@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: Helvetica Neue;
  src: url(../fonts/helveticaneue.woff);
}

body {
  overflow-x: hidden;
}

body.fixed {
  overflow: hidden;
}

body * {
  font-family: 'Noto Sans TC';
  font-size: 16px;
}

section {
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 991px) {
  .pc {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .mobile {
    display: block !important;
  }
}

i[class*=icon-] {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
}

i[class*=icon-].icon-arrow-up {
  width: 23px;
  height: 11px;
  background-image: url("../img/icon-arrow-up.svg");
  top: 2px;
}

input:focus {
  outline: none;
}

select {
  width: 100%;
  height: 36px;
  display: inline-block;
  padding: 0 60px 0 10px;
  font-size: 32px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  margin-bottom: 3.5%;
  border: 1px solid #322c25;
  background: url(../img/icon-arrow-down.svg) no-repeat -webkit-calc(100% - 22px) 27px;
  background: url(../img/icon-arrow-down.svg) no-repeat -moz-calc(100% - 22px) 27px;
  background: url(../img/icon-arrow-down.svg) no-repeat calc(100% - 22px) 27px;
  background-color: rgba(255, 255, 255, 0.85);
  -moz-background-size: 18px;
    -o-background-size: 18px;
       background-size: 18px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

select::-ms-expand {
  display: none;
}

select:disabled {
  color: #727171;
  display: none;
}

select:invalid {
  color: #727171;
}

select:focus {
  outline: none;
}

body {
  background-color: #F1F1F1;
  font-size: 32px;
  color: #000;
}

section {
  width: 750px;
  margin: 0 auto;
  padding-bottom: 50px;
  background-color: #ffffff;
  position: relative;
}

section .container {
  max-width: 100% !important;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 1.125rem;
}

p.subtitle {
  font-size: 28px;
  text-align: center;
}

ul {
  margin-left: 1.5rem;
}

ul.number li {
  margin-bottom: 30px;
  list-style: decimal;
  font-size: 24px;
}

ul.dot li {
  margin-bottom: 30px;
  list-style: disc;
  font-size: 24px;
}

a {
  text-decoration: none;
  display: block;
}

a.btn-primary {
  width: 628px;
  margin: 30px auto;
  padding: 15px 0;
  font-size: 28px;
  background: #000000;
  color: #ffffff;
  text-align: center;
}

a.btn-col2 {
  width: 302px;
  margin: 30px 0;
  display: inline-block;
  padding: 15px 0;
  font-size: 28px;
  background: #000000;
  color: #ffffff;
  text-align: center;
}

a.btn-col2:first-child {
  margin-left: 60px;
  margin-right: 25px;
}

button {
  border: 0;
}

.chkbox {
  cursor: pointer;
  font-size: 24px;
  position: relative;
  padding-left: 42px;
}

.chkbox input {
  display: none;
}

.chkbox:after {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 4px;
  left: 0;
  content: " ";
  color: #fff;
  display: inline-block;
  visibility: visible;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 1px solid #ffffff;
  outline: 1px solid #000;
  z-index: 1;
}

.chkbox.active:before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 4px;
  left: 0px;
  content: "";
  background: url("../img/icon-check.png") no-repeat center/22px;
  background-color: #fff;
  display: inline-block;
  visibility: visible;
  color: #ffffff;
  z-index: 2;
}

header {
  width: 750px;
  margin: 0 auto;
  padding: 0;
  background: #000000;
  text-align: center;
}

header img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

footer {
  width: 750px;
  margin: 0 auto;
  padding: 33px 0 36px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #2c2c2c;
  background-color: #fff;
}

#kv-section {
  height: 1487px;
  padding: 0;
}

#kv-section .bg {
  display: block;
  width: 100%;
}

#kv-section .logo, #kv-section .title, #kv-section .img1, #kv-section .img2 {
  width: initial;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}

#kv-section .logo {
  top: 95px;
}

#kv-section .title {
  top: 222px;
}

#kv-section .img1 {
  top: 370px;
}

#kv-section .img2 {
  top: 435px;
}

#kv-section button {
  width: 220px;
  display: block;
  background-color: transparent;
  position: absolute;
  top: 559px;
  left: -webkit-calc(50% - 110px);
  left: -moz-calc(50% - 110px);
  left: calc(50% - 110px);
  z-index: 1;
  margin: 0;
  padding: 0;
}

#kv-section button img {
  display: block;
}

#gotoform {
  margin-top: 500px;
}

#section-1 {
  height: 1551px;
  background: url(../img/form-bg.png) no-repeat 0;
  padding-top: 93px;
}

#section-1 h2 {
  font-family: Helvetica Neue, 'Noto Sans TC';
  font-size: 60px;
  font-weight: 500;
  line-height: 1.13;
  text-align: center;
  color: #181718;
}

#section-1 h2 span {
  font-family: Helvetica Neue, 'Noto Sans TC';
  font-size: 60px;
  font-weight: bold;
  line-height: 1.13;
  color: #181718;
}

#section-1 h6 {
  width: 576px;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.7px;
  text-align: justify;
  color: #454545;
  margin: 28px auto 0;
}

#section-1 form {
  margin-top: 470px;
}

#section-1 form input {
  display: block;
  width: 541px;
  height: 61px;
  line-height: 61px;
  margin: 0 auto 13px;
  border: 0;
  padding: 0 20px;
  font-size: 27px;
  letter-spacing: 1.35px;
  text-align: left;
  color: #000;
}

#section-1 form input::-webkit-input-placeholder {
  color: #666;
}

#section-1 form input:-moz-placeholder {
  color: #666;
}

#section-1 form input::-moz-placeholder {
  color: #666;
}

#section-1 form input:-ms-input-placeholder {
  color: #666;
}

#section-1 form input::-ms-input-placeholder {
  color: #666;
}

#section-1 form input::placeholder {
  color: #666;
}

#section-1 form input:focus {
  outline: none;
}

#section-1 form select {
  display: block;
  width: 541px;
  height: 61px;
  line-height: 61px;
  font-size: 27px;
  text-align: left;
  color: #666;
  margin: 0 auto;
  padding: 0 20px;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: url(../img/icon-arrow-down.png) no-repeat -webkit-calc(100% - 22px) 24px;
  background: url(../img/icon-arrow-down.png) no-repeat -moz-calc(100% - 22px) 24px;
  background: url(../img/icon-arrow-down.png) no-repeat calc(100% - 22px) 24px;
  background-color: #fff;
}

#section-1 form select:focus {
  outline: none;
}

#section-1 form button {
  display: block;
  width: 340px;
  height: 61px;
  line-height: 61px;
  margin: 41px auto 24px;
  background-color: #4d4d4d;
  font-size: 30px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
}

#section-1 form p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: 0.5px;
  text-align: center;
  color: #0d0d0d;
  margin: 0;
}

#section-1 form a {
  display: block;
  width: 275px;
  font-size: 23.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.59px;
  text-align: center;
  color: #0d0d0d;
  margin: 34px auto 0;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

#section-2 {
  padding-bottom: 0;
}

#section-3 {
  padding-bottom: 20px;
  background-color: #ebebeb;
}

#section-3 ul {
  margin: 29px auto 0;
  width: 454px;
}

#section-3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

#section-3 ul li img {
  width: initial;
  height: initial;
}

#section-3 ul li img:first-of-type {
  margin-right: 42px;
}

#section-3 ul li:last-of-type {
  margin-bottom: 0;
}

#section-form {
  height: 1603px;
  background: url(../img/form-bg2.png) no-repeat 0;
  padding-top: 87px;
}

#section-form .logo {
  display: block;
  margin: 0 auto;
}

#section-form h6 {
  width: 535px;
  display: block;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: 0.65px;
  text-align: justify;
  color: #1e1e1e;
  margin: 510px auto 0;
}

#section-form ul {
  display: block;
  width: 543px;
  margin: 33px auto 0;
  padding: 0;
}

#section-form ul li {
  font-size: 25.5px;
  text-align: left;
  color: #666;
  border-bottom: 1px solid #666;
  margin-bottom: 15px;
  padding: 12px 0;
}

#section-form ul li span {
  display: inline-block;
  width: 104px;
  font-size: 25.5px;
  text-align: left;
  color: #666;
}

#section-form a.change, #section-form a.done {
  display: block;
  width: 473px;
  height: 79px;
  line-height: 79px;
  margin: 59px auto 29px;
  background-color: #434343;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: center;
  color: #fff;
}

#section-form a.done {
  cursor: default;
  background-color: #b3b3b3;
  color: #464646;
}

#section-form .warning {
  font-size: 24px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #555;
  margin-bottom: 85px;
}

#section-form .note {
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.55px;
  text-align: justify;
  color: #1e1e1e;
  margin-bottom: 0;
  margin-left: 102px;
}

.modal-dialog {
  max-width: 550px;
}

.modal-content {
  border: 10px solid rgba(255, 255, 255, 0.5);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
  padding: 50px 30px 30px 30px;
}

.modal-body .close {
  background-color: transparent;
}

.modal-body .close span {
  font-size: 42px;
  color: #999;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-body h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.modal-body p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1.3px;
  text-align: justify;
}

#thank-section {
  margin: 0 auto;
  padding: 20px;
  position: relative;
  background: #fcedf4;
}

#thank-section .content {
  padding-top: 50px;
  background-color: #FBFBFB;
}

#thank-section h1 {
  width: 100%;
  font-size: 58px;
  color: #e74483;
  text-align: center;
  margin-bottom: 50px;
}

#thank-section img {
  display: block;
  width: 100%;
}

.progress {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  background-color: #F1F1F1;
}

.progress__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  padding-bottom: 20px;
  z-index: 0;
  text-align: center;
}

.progress__inner:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

.progress__bar {
  position: absolute;
  display: block;
  bottom: 0;
  z-index: 1;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
}

.preloadWrp,
.preload {
  display: none;
}
