@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
.modally:has(.app-popup) .modally-close-button {
  z-index: 999;
  color: transparent;
}
@media (max-width: 991px) {
  .modally:has(.app-popup) .modally-close-button {
    width: 9.1145833333vw;
    height: 9.1145833333vw;
  }
}
@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 form {
  position: relative;
}
@media (max-width: 991px) {
  .app-popup form {
    padding-top: 2.6041666667vw;
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 992px) {
  .app-popup form {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }
}
.app-popup form ul {
  list-style-type: none;
}
.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 {
    flex-flow: row wrap;
    margin-bottom: 1.1067708333vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li {
    justify-content: space-between;
    margin-bottom: 0.4427083333vw;
  }
}
.app-popup form ul li .forms_item {
  display: block;
  color: #5ec7ff;
  background: #fff000;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 2em;
}
@media (max-width: 991px) {
  .app-popup form ul li .forms_item {
    padding-left: 3.2552083333vw;
    font-size: 3.3854166667vw;
    line-height: 6.5104166667vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .forms_item {
    padding-left: 1.3020833333vw;
    width: 11.8229166667vw;
    height: 2.6041666667vw;
    font-size: 1.3541666667vw;
    line-height: 2.6041666667vw;
  }
}
.app-popup form ul li .forms_input {
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .app-popup form ul li .forms_input {
    height: 6.5104166667vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .forms_input {
    width: 26.875vw;
    height: 2.6041666667vw;
  }
}
.app-popup form ul li .forms_input input {
  color: #666;
  width: 100%;
  padding: 0 2.5%;
  box-sizing: border-box;
  border-radius: 2em;
  background: #efefef;
  border: 0;
}
@media (max-width: 991px) {
  .app-popup form ul li .forms_input input {
    height: 6.5104166667vw;
    font-size: 3.3854166667vw;
    line-height: 6.5104166667vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .forms_input input {
    height: 2.6041666667vw;
    font-size: 1.3541666667vw;
    line-height: 2.6041666667vw;
  }
}
.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: 49.7395833333vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .forms_input input.pw {
    width: 19.8958333333vw;
  }
}
.app-popup form ul li .forms_input .v-code {
  background: #515151;
  padding: 0 2.5%;
  text-align: center;
  box-sizing: border-box;
  color: #ffffff;
}
@media (max-width: 991px) {
  .app-popup form ul li .forms_input .v-code {
    height: 6.5104166667vw;
    font-size: 3.3854166667vw;
    line-height: 6.5104166667vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .forms_input .v-code {
    flex: 1 1 auto !important;
    height: 2.6041666667vw;
    font-size: 1.3541666667vw;
    line-height: 2.6041666667vw;
  }
}
.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: 6.5104166667vw;
    height: 6.5104166667vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .forms_input .btn-reset {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
@media (max-width: 991px) {
  .app-popup form ul li .forms_input .btn-reset img {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
  }
}
@media (min-width: 992px) {
  .app-popup form ul li .forms_input .btn-reset img {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.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: #333333;
  text-align: center;
}
@media (max-width: 991px) {
  .app-popup form ul li p.note {
    font-size: 2.34375vw;
    padding-top: 0.390625vw;
    padding-bottom: 0.390625vw;
  }
}
@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: #333333;
  /* 可自訂大小 */
}
@media (max-width: 991px) {
  .app-popup form ul li .checkbox_g {
    font-size: 2.34375vw;
    padding-top: 5.859375vw;
    padding-bottom: 2.6041666667vw;
  }
}
@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: #333333;
}
@media (max-width: 991px) {
  .app-popup form ul li .checkbox_g .checkbox {
    font-size: 2.34375vw;
  }
}
@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: #333333;
}
@media (max-width: 991px) {
  .app-popup form ul li .checkbox_g a {
    font-size: 2.34375vw;
  }
}
@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 #333333;
  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 .inner {
  position: relative;
  margin: 0 auto;
  background: #ffffff;
}
@media (max-width: 991px) {
  .app-popup .inner {
    padding-top: 6.5104166667vw;
    padding-bottom: 6.5104166667vw;
    border-radius: 7.8125vw;
  }
}
@media (min-width: 992px) {
  .app-popup .inner {
    padding-top: 2.6041666667vw;
    padding-bottom: 2.6041666667vw;
    width: 75.78125vw;
    border-radius: 3.125vw;
  }
}
.app-popup .result-wrapper {
  display: none;
  width: 75.78125vw;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: #fff;
  border-radius: 3.125vw;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
}
@media (max-width: 992px) {
  .app-popup .result-wrapper {
    width: 100%;
    border-radius: 7.8125vw;
    padding-top: 6.5104166667vw;
    padding-bottom: 6.5104166667vw;
  }
}
.app-popup .result_title {
  width: auto;
  position: relative;
  margin: 0 auto 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.app-popup .result_title .kr {
  font-size: 1.5vw;
  font-weight: bold;
  color: #5ec7ff;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .app-popup .result_title .kr {
    font-size: 3.5vw;
  }
}
.app-popup .result_title h2 {
  display: inline-block;
  width: auto;
  font-size: 2.2vw;
  font-weight: 800;
  color: #5ec7ff;
  line-height: 1.5;
  border: 2px solid #5ec7ff;
  border-radius: 5vw;
  padding: 0vw 1.5vw;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .app-popup .result_title h2 {
    font-size: 5vw;
    padding: 0.5vw 2.5vw;
  }
}
.app-popup .contents {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .app-popup .contents {
    width: 90%;
    padding-top: 6.5104166667vw;
  }
}
@media (min-width: 992px) {
  .app-popup .contents {
    width: 39.1666666667vw;
    padding-top: 2.6041666667vw;
  }
}
.app-popup h1 {
  position: relative;
}
.app-popup h1 span {
  font-weight: bold;
  line-height: 1.5;
  color: #5ec7ff;
  text-align: center;
  font-family: "cwTeXYen", sans-serif;
  padding-left: 1em;
  padding-right: 1em;
  width: auto;
}
@media (max-width: 991px) {
  .app-popup h1 span {
    font-size: 5.859375vw;
  }
}
@media (min-width: 992px) {
  .app-popup h1 span {
    font-size: 2.34375vw;
  }
}
.app-popup h2 {
  position: relative;
  display: flex !important;
  justify-content: center !important;
  margin-top: 0;
  margin-bottom: 0;
}
.app-popup h2 span {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.09em;
  color: #5ec7ff;
  text-align: center;
  font-family: "cwTeXYen", sans-serif;
  border: 2px solid #5ec7ff;
  padding-left: 1em;
  padding-right: 1em;
  width: auto;
  border-radius: 2em;
}
@media (max-width: 991px) {
  .app-popup h2 span {
    font-size: 5.2083333333vw;
  }
}
@media (min-width: 992px) {
  .app-popup h2 span {
    font-size: 2.0833333333vw;
  }
}
.app-popup .btn_g {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.app-popup .btn_g .btn_send {
  display: block;
  text-align: center;
  background: #5ec7ff;
  border-style: Solid;
  border-color: #5ec7ff;
  border-width: 1px;
}
@media (max-width: 991px) {
  .app-popup .btn_g .btn_send {
    width: 32.2916666667vw;
    height: 6.7708333333vw;
    border-radius: 3.3854166667vw;
    margin-left: 2.2135416667vw;
    margin-right: 2.2135416667vw;
  }
}
@media (min-width: 992px) {
  .app-popup .btn_g .btn_send {
    width: 12.9166666667vw;
    height: 2.7083333333vw;
    border-radius: 1.3541666667vw;
    margin-left: 0.8854166667vw;
    margin-right: 0.8854166667vw;
  }
}
.app-popup .btn_g .btn_send a {
  text-decoration: none;
  font-weight: 500;
  color: #fff000;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 991px) {
  .app-popup .btn_g .btn_send a {
    font-size: 3.3854166667vw;
    line-height: 6.7708333333vw;
  }
}
@media (min-width: 992px) {
  .app-popup .btn_g .btn_send a {
    font-size: 1.3541666667vw;
    line-height: 2.7083333333vw;
  }
}