@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
.overflow-hidden {
  overflow: hidden !important;
}

.modally:has(.app-popup) .modally-close-button {
  z-index: 999;
  color: transparent;
}
@media (max-width: 991px) {
  .modally:has(.app-popup) .modally-close-button {
    width: 7.0635721493vw;
    height: 7.0635721493vw;
  }
}
@media (min-width: 992px) {
  .modally:has(.app-popup) .modally-close-button {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
}
.modally:has(.app-popup) .modally-close-button::before {
  position: absolute;
  display: block;
  content: "";
  width: 65%;
  height: 2px;
  background: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: center center;
  transform: rotate(45deg);
}
.modally:has(.app-popup) .modally-close-button::after {
  position: absolute;
  display: block;
  content: "";
  width: 65%;
  height: 2px;
  background: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: center center;
  transform: rotate(-45deg);
}

.app-popup * {
  all: revert;
}

body:not(.modally-open) .app-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
body:not(.modally-open) .app-popup .popup-inner {
  border: 2px solid red;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body:not(.modally-open) .app-popup .close-app-popup {
  z-index: 2;
  border: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  position: fixed;
  top: 0px;
  right: 2%;
  padding: 12px 12px;
  font-size: 32px;
  line-height: 23px;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
  font-weight: 300;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+*/
}
body:not(.modally-open) .app-popup .close-app-popup::-moz-focus-inner {
  border: 0;
  padding: 0;
}
body:not(.modally-open) .app-popup .close-app-popup::-moz-focus-inner {
  border: 0;
  padding: 0;
}
body:not(.modally-open) .app-popup .close-app-popup {
  display: none;
  font-size: 5vw;
  padding: 2%;
  color: #5a5a5a;
}
@media (max-width: 768px) {
  body:not(.modally-open) .app-popup .close-app-popup {
    font-size: 8vw;
    padding: 6%;
  }
}

.app-popup .img-fluid {
  max-width: 100%;
  height: auto;
}
.app-popup .w-100 {
  width: 100% !important;
}
.app-popup .d-none {
  display: none !important;
}
.app-popup .d-block {
  display: block !important;
}
@media (min-width: 992px) {
  .app-popup .d-lg-block {
    display: block !important;
  }
  .app-popup .d-lg-none {
    display: none !important;
  }
}
.app-popup ._btn:hover img {
  scale: 0.95;
}
.app-popup .modally-content {
  background: none;
  border-radius: 0;
  padding-top: 0;
}
@media (max-width: 992px) {
  .app-popup .modally-content {
    padding-top: 0;
  }
}
.app-popup .step {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.app-popup .step-inner {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.app-popup #app-step1 {
  background: #dce5f7 url("../../images/app/bg2_01.jpg") center top no-repeat;
  background-size: 100% auto;
}
.app-popup #app-step1 .step-inner {
  background: url("../../images/app/bg2_03.jpg") center bottom no-repeat;
  background-size: 100% auto;
}
.app-popup #app-step2 {
  background: #f9dcdc url("../../images/app/bg1_01.jpg") center top no-repeat;
  background-size: 100% auto;
}
.app-popup #app-step2 .step-inner {
  background: url("../../images/app/bg1_03.jpg") center bottom no-repeat;
  background-size: 100% auto;
}
.app-popup #app-step3 {
  background: #cec0e2 url("../../images/app/bg3_01.jpg") center top no-repeat;
  background-size: 100% auto;
}
.app-popup #app-step3 .step-inner {
  background: url("../../images/app/bg3_03.jpg") center bottom no-repeat;
  background-size: 100% auto;
}
.app-popup #app-step4 {
  background: #cec0e2 url("../../images/app/bg3_01.jpg") center top no-repeat;
  background-size: 100% auto;
}
.app-popup #app-step4 .step-inner {
  background: url("../../images/app/bg3_03.jpg") center bottom no-repeat;
  background-size: 100% auto;
}
.app-popup .app-selects .q {
  display: none;
}
@media (max-width: 991px) {
  .app-popup .app-selects .q {
    padding-top: 5.0454086781vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-selects .q {
    padding-top: 3.6458333333vw;
  }
}
.app-popup .app-selects .q.q1 {
  display: block;
}
@media (max-width: 991px) {
  .app-popup .app-selects .q.q1 .q-title img {
    width: 70.3834510595vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-selects .q.q1 .q-title img {
    width: 29.0625vw;
  }
}
@media (max-width: 991px) {
  .app-popup .app-selects .q.q2 .q-title img {
    width: 84.2583249243vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-selects .q.q2 .q-title img {
    width: 34.7916666667vw;
  }
}
@media (max-width: 991px) {
  .app-popup .app-selects .q.q3 .q-title img {
    width: 121.0898082745vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-selects .q.q3 .q-title img {
    width: 52.6041666667vw;
  }
}
@media (max-width: 991px) {
  .app-popup .app-selects .q.q4 .q-title img {
    width: 97.3763874874vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-selects .q.q4 .q-title img {
    width: 40.2083333333vw;
  }
}
@media (max-width: 991px) {
  .app-popup .app-selects .q.q5 .q-title img {
    width: 104.9445005045vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-selects .q.q5 .q-title img {
    width: 43.3333333333vw;
  }
}
@media (max-width: 991px) {
  .app-popup .app-selects .q.q6 .q-title img {
    width: 121.0898082745vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-selects .q.q6 .q-title img {
    width: 56.875vw;
  }
}
.app-popup .app-selects .q .q-title {
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  .app-popup .app-selects .q .q-title {
    padding-bottom: 3.1533804238vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-selects .q .q-title {
    padding-bottom: 1.3020833333vw;
  }
}
.app-popup .app-selects .q .q-items {
  position: relative;
}
.app-popup .app-selects .q .q-items .item {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: url("../../images/app/select.png") center top no-repeat;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .app-popup .app-selects .q .q-items .item {
    width: 75.5549949546vw;
    height: 9.7124117053vw;
    margin-bottom: 3.1533804238vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-selects .q .q-items .item {
    width: 31.1979166667vw;
    height: 4.0104166667vw;
    margin-bottom: 1.3020833333vw;
  }
}
.app-popup .app-selects .q .q-items .item span {
  color: #3a3a3a;
  font-weight: bold;
}
@media (max-width: 991px) {
  .app-popup .app-selects .q .q-items .item span {
    font-size: 4.1624621594vw;
    line-height: 9.7124117053vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-selects .q .q-items .item span {
    font-size: 1.71875vw;
    line-height: 4.0104166667vw;
  }
}
.app-popup .app-selects .q .q-items .item:hover, .app-popup .app-selects .q .q-items .item.active {
  background: url("../../images/app/select_a.png") center top no-repeat;
  background-size: 100% auto;
}
.app-popup .app-selects .q .q-items .item:hover span, .app-popup .app-selects .q .q-items .item.active span {
  color: #ffffff;
}
.app-popup .app-selects .q .q-items .item:hover {
  cursor: pointer;
}
.app-popup .app-selects .q .q_btn {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  .app-popup .app-selects .q .q_btn {
    margin-top: 6.3067608476vw;
  }
}
@media (max-width: 991px) {
  .app-popup .app-selects .q .q_btn img {
    width: 25.3847124117vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-selects .q .q_btn img {
    width: 8.3854166667vw;
  }
}
@media (max-width: 991px) {
  .app-popup .app-selects .q.q6 .q_btn img {
    width: 36.2638748739vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-selects .q.q6 .q_btn img {
    width: 11.9791666667vw;
  }
}
.app-popup .app-result .a_btns {
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  .app-popup .app-result .a_btns a {
    margin-left: 3.6326942482vw;
    margin-right: 3.6326942482vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-result .a_btns a {
    margin-left: 1.875vw;
    margin-right: 1.875vw;
  }
}
@media (max-width: 991px) {
  .app-popup .app-result .a_btns .btn1 img {
    width: vwm2(272);
  }
}
@media (min-width: 992px) {
  .app-popup .app-result .a_btns .btn1 img {
    width: 14.1666666667vw;
  }
}
@media (max-width: 991px) {
  .app-popup .app-result .a_btns .btn2 img {
    width: vwm2(273);
  }
}
@media (min-width: 992px) {
  .app-popup .app-result .a_btns .btn2 img {
    width: 14.21875vw;
  }
}
.app-popup form {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .app-popup form {
    width: 88.6730575177vw;
    padding-top: 6.3067608476vw;
  }
}
@media (min-width: 992px) {
  .app-popup form {
    width: 36.6145833333vw;
    padding-top: 8.0729166667vw;
  }
}
.app-popup form h1 {
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  .app-popup form h1 {
    padding-bottom: 7.1897073663vw;
  }
}
@media (min-width: 992px) {
  .app-popup form h1 {
    padding-bottom: 2.96875vw;
  }
}
@media (max-width: 991px) {
  .app-popup form h1 img {
    width: 47.3007063572vw;
  }
}
@media (min-width: 992px) {
  .app-popup form h1 img {
    width: 19.53125vw;
  }
}
.app-popup form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.app-popup form ul li {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .app-popup form ul li {
    justify-content: space-between;
    margin-bottom: 3.7840565086vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li {
    justify-content: space-between;
    margin-bottom: 1.5625vw;
  }
}
.app-popup form ul li .forms_item {
  color: #ffffff;
  background: url("../../images/app/forms_item.png") left top no-repeat;
  background-size: 100% 100%;
  font-weight: 600;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .app-popup form ul li .forms_item {
    padding-left: 3.1533804238vw;
    width: 23.4611503532vw;
    height: 9.7124117053vw;
    font-size: 4.1624621594vw;
    line-height: 10.721493441vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .forms_item {
    padding-left: 1.8229166667vw;
    width: 9.6875vw;
    height: 4.0104166667vw;
    font-size: 1.71875vw;
    line-height: 4.4270833333vw;
  }
}
.app-popup form ul li .forms_input {
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .app-popup form ul li .forms_input {
    width: 64.3289606458vw;
    height: 9.8385469223vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .forms_input {
    width: 26.5625vw;
    height: 4.0625vw;
  }
}
.app-popup form ul li .forms_input input {
  background: url("../../images/app/forms_input.png") center top no-repeat;
  background-size: 100% 100%;
  color: #666;
  width: 100%;
  padding: 0 2.5%;
  box-sizing: border-box;
  border: 0;
}
@media (max-width: 991px) {
  .app-popup form ul li .forms_input input {
    height: 9.8385469223vw;
    font-size: 4.1624621594vw;
    line-height: 9.8385469223vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .forms_input input {
    height: 4.0625vw;
    font-size: 1.71875vw;
    line-height: 2.6041666667vw;
  }
}
.app-popup form ul li .forms_input input:focus, .app-popup form ul li .forms_input input:active {
  border: 0;
  outline: none;
}
.app-popup form ul li .forms_input.forms_input2 {
  display: flex;
}
@media (max-width: 991px) {
  .app-popup form ul li .forms_input input.pw {
    width: 37.8405650858vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .forms_input input.pw {
    width: 15.625vw;
  }
}
.app-popup form ul li .forms_input .v-code {
  background: rgb(255, 255, 255);
  padding: 0 2.5%;
  text-align: center;
  box-sizing: border-box;
  color: #000000;
}
@media (max-width: 991px) {
  .app-popup form ul li .forms_input .v-code {
    flex: 1 1 auto !important;
    height: 9.8385469223vw;
    font-size: 4.1624621594vw;
    line-height: 9.8385469223vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .forms_input .v-code {
    flex: 1 1 auto !important;
    height: 4.0625vw;
    font-size: 1.71875vw;
    line-height: 4.0625vw;
  }
}
.app-popup form ul li .forms_input .btn-reset {
  position: relative;
}
@media (max-width: 991px) {
  .app-popup form ul li .forms_input .btn-reset {
    width: 9.8385469223vw;
    height: 9.8385469223vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .forms_input .btn-reset {
    width: 4.0625vw;
    height: 4.0625vw;
  }
}
@media (max-width: 991px) {
  .app-popup form ul li .forms_input .btn-reset img {
    width: 9.8385469223vw;
    height: 9.8385469223vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .forms_input .btn-reset img {
    width: 4.0625vw;
    height: 4.0625vw;
  }
}
.app-popup form ul li .forms_input .btn-reset img:hover {
  cursor: pointer;
}
.app-popup form ul li p.note {
  position: relative;
  width: 100%;
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .app-popup form ul li p.note {
    font-size: 2.2704339051vw;
    padding-top: 0.3784056509vw;
    padding-bottom: 0.3784056509vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li p.note {
    font-size: 0.9375vw;
    padding-top: 0.15625vw;
    padding-bottom: 0.15625vw;
  }
}
.app-popup form ul li .checkbox_g {
  display: inline-flex;
  width: 100%;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  color: #000000;
  /* 可自訂大小 */
}
@media (max-width: 991px) {
  .app-popup form ul li .checkbox_g {
    font-size: 2.2704339051vw;
    padding-top: 5.6760847629vw;
    padding-bottom: 2.5227043391vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .checkbox_g {
    font-size: 0.9375vw;
    padding-top: 2.34375vw;
    padding-bottom: 1.0416666667vw;
  }
}
.app-popup form ul li .checkbox_g .checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 6px;
  color: #000000;
}
@media (max-width: 991px) {
  .app-popup form ul li .checkbox_g .checkbox {
    font-size: 2.2704339051vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .checkbox_g .checkbox {
    font-size: 0.9375vw;
  }
}
.app-popup form ul li .checkbox_g a {
  color: #000000;
}
@media (max-width: 991px) {
  .app-popup form ul li .checkbox_g a {
    font-size: 2.2704339051vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .checkbox_g a {
    font-size: 0.9375vw;
  }
}
.app-popup form ul li .checkbox_g .checkbox input {
  display: none; /* 隱藏原生 checkbox */
}
.app-popup form ul li .checkbox_g .checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: 0.2s;
}
.app-popup form ul li .checkbox_g .checkbox input:checked + .checkmark {
  background: #2196f3;
  border-color: #2196f3;
}
.app-popup form ul li .checkbox_g .checkbox .checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.app-popup form ul li .checkbox_g .checkbox input:checked + .checkmark::after {
  opacity: 1;
}
.app-popup form .form_btns {
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  .app-popup form .form_btns a {
    margin-left: 4.5408678103vw;
    margin-right: 4.5408678103vw;
  }
}
@media (min-width: 992px) {
  .app-popup form .form_btns a {
    margin-left: 1.875vw;
    margin-right: 1.875vw;
  }
}
@media (max-width: 991px) {
  .app-popup form .form_btns .btn-submit {
    padding-top: 3.7840565086vw;
  }
}
@media (min-width: 992px) {
  .app-popup form .form_btns .btn-submit {
    padding-top: 1.5625vw;
  }
}
@media (max-width: 991px) {
  .app-popup form .form_btns .btn-submit img {
    width: 30.461654894vw;
  }
}
@media (min-width: 992px) {
  .app-popup form .form_btns .btn-submit img {
    width: 8.3854166667vw;
  }
}
@media (max-width: 991px) {
  .app-popup .app-fbshare {
    padding-top: 7.5681130172vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-fbshare {
    padding-top: 8.0729166667vw;
    padding-top: 5.2083333333vw;
  }
}
.app-popup .app-fbshare .fbshare {
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  .app-popup .app-fbshare .fbshare {
    padding-bottom: 5.751765893vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-fbshare .fbshare {
    padding-bottom: 2.96875vw;
  }
}
@media (max-width: 991px) {
  .app-popup .app-fbshare .fbshare img {
    width: 92.8355196771vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-fbshare .fbshare img {
    width: 62.5vw;
  }
}
.app-popup .app-fbshare .btn-share {
  display: flex !important;
  justify-content: center !important;
}
.app-popup .app-fbshare .btn-share a {
  text-align: center;
  background: #d0ebfa;
  border-style: Solid;
  border-color: rgb(222, 241, 251);
  border-width: 2px;
  text-decoration: none;
  font-weight: 500;
  color: #ffffff;
  color: #52afe8;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 991px) {
  .app-popup .app-fbshare .btn-share a {
    width: 37.2351160444vw;
    height: 7.8708375378vw;
    border-radius: 3.9354187689vw;
    margin-left: 2.5731584258vw;
    margin-right: 2.5731584258vw;
    font-size: 4.9949545913vw;
    line-height: 7.8708375378vw;
  }
}
@media (min-width: 992px) {
  .app-popup .app-fbshare .btn-share a {
    width: 12.9166666667vw;
    height: 2.7083333333vw;
    border-radius: 1.3541666667vw;
    margin-left: 0.8854166667vw;
    margin-right: 0.8854166667vw;
    font-size: 1.71875vw;
    line-height: 2.7083333333vw;
  }
}
.app-popup .app-fbshare .btn-share a:hover {
  scale: 0.95;
}