@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: 1350px;
  padding: 0;
}

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

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

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

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

#kv-section button {
  width: 220px;
  display: block;
  background-color: transparent;
  position: absolute;
  top: 1178px;
  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;
}

#section-1 {
  padding: 0;
}

#section-1 .title {
  width: initial;
  position: absolute;
  top: 91px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}

#section-2 {
  padding: 0;
}

#section-2 .title {
  width: initial;
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}

#section-form {
  background: url(../img/form-bg.png) no-repeat center top;
  background-color: #aeaeae;
}

#section-form h2 {
  font-size: 48px;
  font-weight: normal;
  letter-spacing: 3.6px;
  text-align: center;
  color: #181718;
}

#section-form h2 span {
  display: block;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

#section-form h6 {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.7px;
  text-align: justify;
  color: #101010;
  margin: 26px 82px 474px;
}

#section-form h6 p {
  font-size: 23.5px;
  letter-spacing: 0.59px;
  margin: 6px 0 0;
}

#section-form form {
  margin-top: 70px;
}

#section-form 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-form form input::-webkit-input-placeholder {
  color: #666;
}

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

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

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

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

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

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

#section-form 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-form form select:focus {
  outline: none;
}

#section-form 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-form 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-form 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-form2 {
  height: 1603px;
  background: url(../img/form-bg2.png) no-repeat 0;
  padding-top: 87px;
}

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

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

#section-form2 h6 p {
  font-size: 22px;
}

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

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

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

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

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

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

#section-form2 .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;
}

#thanks-section {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#thanks-section .logo {
  display: block;
  width: initial;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#thanks-section h1 {
  width: 100%;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 4.8px;
  text-align: center;
  color: #000;
  position: absolute;
  top: 269px;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

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