* {
  min-width: 0;
  font: inherit;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img, video, svg {
  display: block;
  height: auto;
  max-width: 100%;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100dvh;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

@font-face {
  font-family: "GenSenRounded";
  src: url("../font/GenSenRounded-R.woff2") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "GenSenRounded";
  src: url("../font/GenSenRounded-M.woff2") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "GenSenRounded";
  src: url("../font/GenSenRounded-M.woff2") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "GenSenRounded";
  src: url("../font/GenSenRounded-B.woff2") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "GenSenRounded";
  src: url("../font/GenSenRounded-H.woff2") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "GenSenRounded";
  src: url("../font/GenSenRounded-H.woff2") format("truetype");
  font-weight: 900;
}
.banner {
  background: url("../images/banner/banner-main-s.png") no-repeat center top/cover;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .banner {
    padding-top: 65px;
  }
}
@media (min-width: 768px) {
  .banner {
    background: url("../images/banner/banner-main-m.png") no-repeat center top/cover;
  }
}
@media (min-width: 1680px) {
  .banner {
    background: url("../images/banner/banner-main.png") no-repeat center top/cover;
  }
}
.banner header ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .banner header ul {
    max-width: 350px;
  }
}
.banner header li {
  width: 50%;
}
.banner header img {
  width: 100%;
  height: auto;
}
.banner .banner-main {
  margin: 123px auto 0px auto;
  text-align: center;
  max-width: 520px;
}
.banner .banner-main h1 {
  margin: 0;
}
.banner .banner-main h1 span {
  display: inline-block;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
}
.banner .banner-main .banner-title {
  display: inline-block;
  max-width: 277px;
}
@media (min-width: 768px) {
  .banner .banner-main .banner-title {
    max-width: 420px;
  }
}
.banner .banner-main .banner-subTitle {
  display: inline-block;
  max-width: 343px;
  margin-top: -20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .banner .banner-main .banner-subTitle {
    max-width: 100%;
  }
}
.banner .banner-main button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: #033DD6;
  border-radius: 25px;
  border: 3px solid #FFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 155%;
  letter-spacing: 0.84px;
  padding: 11px 0;
  text-align: center;
  width: 100%;
  max-width: 300px;
  color: #fff;
  cursor: pointer;
}
.banner .banner-main button:hover {
  background: #1051fc;
}

.question {
  min-height: 100vh;
  padding: 40px 0;
  text-align: center;
  background: url("../images/question/stars.png") no-repeat center bottom/1067px 200px;
}
@media (min-width: 768px) {
  .question {
    padding: 80px 0 20px 0;
    background: url("../images/question/stars.png") no-repeat center 120%/1920px 360px;
  }
}
@media (min-width: 1240px) {
  .question {
    padding: 80px 0 20px 0;
    background: url("../images/question/stars.png") no-repeat center bottom/contain;
  }
}
.question h2 {
  background-image: url("../images/question/line-t.svg"), url("../images/question/line-b.svg");
  background-size: 24px 7.5px, 24px 7.5px;
  background-position: 0 0, 0 100%;
  background-repeat: repeat-x;
  display: inline-block;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  line-height: 150%;
  padding: 6px 0;
  margin: 0 0 20px 42px;
  position: relative;
}
@media (min-width: 768px) {
  .question h2 {
    margin: 0 0 40px 0;
    font-size: 24px;
  }
}
@media (min-width: 1240px) {
  .question h2 {
    background-size: 48px 15px, 48px 15px;
    margin: 0 0 80px 0;
    padding: 10px 0;
    font-size: 32px;
  }
}
.question h2 > img {
  aspect-ratio: 136/137;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 54px;
  transform: translateX(-80%);
}
@media (min-width: 768px) {
  .question h2 > img {
    height: 70px;
  }
}
@media (min-width: 1240px) {
  .question h2 > img {
    height: 96px;
  }
}
.question h2 > p {
  margin: 0;
  padding: 4px 6px;
  background: #364356;
  font-size: 16px;
  line-height: 150%;
  font-weight: 900;
}
@media (min-width: 768px) {
  .question h2 > p {
    padding: 4px 16px;
    font-size: 24px;
  }
}
@media (min-width: 1240px) {
  .question h2 > p {
    font-size: 32px;
  }
}

.question-wrap {
  padding: 0 16px;
  max-width: 425px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .question-wrap {
    max-width: 600px;
  }
}

.question-main {
  border-radius: 400px 400px 20px 20px;
  border: 5px solid #fff;
  padding: 0 21px 35px 21px;
  background: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .question-main {
    border-radius: 400px 400px 40px 40px;
  }
}
.question-main img {
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .question-main img {
    max-width: 450px;
    margin: 0 auto 20px auto;
  }
}
.question-main ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 300px;
  margin: 0 auto;
}
.question-main ul li {
  margin-bottom: 20px;
  text-align: center;
  border-radius: 25px;
  border: 3px solid #fff;
  padding: 5px 0;
  color: #364356;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: rgba(255, 255, 255, 0.4);
}
@media (any-hover: hover) {
  .question-main ul li:hover {
    border: 3px solid #006BCF;
    background: #fff;
  }
}
.question-main ul li:active {
  border: 3px solid #006BCF;
  background: #fff;
}
.question-main ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .question-main ul li {
    font-size: 18px;
    padding: 10px 0;
  }
}

.form {
  background: url("../images/banner/banner-main-s.png") no-repeat center top/cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .form {
    background: url("../images/banner/banner-main-m.png") no-repeat center top/cover;
  }
}
@media (min-width: 1680px) {
  .form {
    background: url("../images/banner/banner-main.png") no-repeat center top/cover;
  }
}
.form h2 {
  margin: 0;
}
.form form {
  max-width: 515px;
  width: 100%;
  border-radius: 20px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 20px 0px rgba(216, 200, 182, 0.3019607843);
  background: rgba(255, 255, 255, 0.8);
  padding: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .form form {
    padding: 40px;
  }
}
.form form h2 {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 900;
  line-height: 135%;
  color: #35485A;
}
.form form h2 span {
  color: #033DD6;
}
.form form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: #033DD6;
  border-radius: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  letter-spacing: 0.84px;
  padding: 11px 0;
  text-align: center;
  width: 100%;
  color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
}
.form form button:hover {
  background: #1051fc;
}
@media (min-width: 1240px) {
  .form form button {
    margin-bottom: 40px;
  }
}
.form form .signUp-form > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.84px;
  color: #35485A;
}
.form form .signUp-form > p span {
  color: #033DD6;
}
.form form .signUp-input {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #033DD6;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 27px;
  background: #fff;
}
.form form .signUp-input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  padding: 8px 6px;
  flex-grow: 1;
  width: 100%;
  font-size: 16px;
}
.form form .signUp-input input::-moz-placeholder {
  color: #919191;
}
.form form .signUp-input input::placeholder {
  color: #919191;
}
.form form .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-right: 1px solid #033DD6;
}
.form form .icon img {
  display: block;
  aspect-ratio: 1;
}

.privacy {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #505050;
  line-height: 150%;
  margin-top: 47px;
  margin-bottom: 20px;
  cursor: pointer;
}
.privacy a {
  color: #033DD6;
  font-size: 14px;
  margin-left: 8px;
  text-decoration: none;
}
.privacy label {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.privacy input {
  display: none;
}
.privacy label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  margin-right: 4px;
  margin-bottom: 0;
  border: 1px solid #505050;
  background: #fff;
}
.privacy input:checked ~ label::before {
  background: #033DD6;
  border: 1px solid #033DD6;
}
.privacy label::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 10px;
  left: 6px;
  top: 50%;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: translate(-23%, -68%) rotate(45deg);
}

.el-selectCustom {
  max-width: 400px;
  flex-grow: 1;
}
.el-selectCustom .el-select {
  width: 100%;
  height: 100%;
}
.el-selectCustom .el-select__wrapper {
  box-shadow: none !important;
  padding: 8px 6px !important;
}
.el-selectCustom .el-input__wrapper {
  border-radius: 20px;
  box-shadow: none !important;
}
.el-selectCustom .el-input__inner {
  font-family: "Open Sans", "Noto Sans TC", sans-serif;
  padding: 9px 12px 9px 0px;
  font-size: 14px;
  line-height: 19px;
  min-height: 37px;
  color: #212529;
}
.el-selectCustom .el-select__placeholder {
  color: #919191 !important;
  font-size: 16px;
}
.el-selectCustom .el-select__selected-item {
  color: #000;
}

.el-select-dropdown__item {
  height: auto;
}

.elCustom-option {
  color: #033DD6;
}
.elCustom-option > span {
  color: var(--el-color-primary);
}

.el-popper {
  border-radius: 20px;
  overflow: hidden;
}

.el-select__popper.el-popper {
  --el-box-light: var(--el-color-primary);
  --el-border-color-light:#216DDB;
}

body {
  font-family: GenSenRounded;
  font-weight: normal;
}

main {
  background: linear-gradient(112.76deg, #91D9FF 10.28%, #91CEFF 25.39%, #8FBDFF 58.43%, #7AA7FF 85.82%, #83ABFF 104.7%);
}

.result {
  background: url("../images/result/result.png") no-repeat center top/cover;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  padding: 40px 16px 0 16px;
}
@media (min-width: 768px) {
  .result {
    padding-top: 65px;
  }
}
@media (min-width: 768px) {
  .result {
    background: url("../images/result/result-m.png") no-repeat center top/cover;
  }
}
@media (min-width: 1680px) {
  .result {
    background: url("../images/result/result-l.png") no-repeat center top/cover;
  }
}

.result-wrap {
  max-width: 500px;
  margin: 0 auto 40px auto;
}
.result-wrap .result-imag {
  position: relative;
}
.result-wrap .result-imag .alert-tip {
  width: 260px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.result-wrap .result-imag .alert-tip img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.result-wrap .result-imag p {
  margin: 0;
  display: flex;
  align-items: flex-start;
}

.result-step {
  border-radius: 20px;
  border: 6px solid #033DD6;
  background: #FFF;
  position: relative;
  padding: 40px 20px;
  max-width: 425px;
  margin: 0 auto;
}
.result-step ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
.result-step ul p {
  margin: 0;
}
.result-step ul li {
  text-align: center;
  color: #364356;
  margin-bottom: 20px;
}
.result-step ul li span {
  color: #033DD6;
}
@media (min-width: 768px) {
  .result-step ul li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .result-step ul li:last-child {
    margin-bottom: 20px;
  }
  .result-step ul li br {
    display: none;
  }
}
.result-step .tag {
  padding: 2px 10px 0px 10px;
  border-radius: 20px;
  background: #364356;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
@media (min-width: 768px) {
  .result-step .tag {
    margin-right: 16px;
  }
}
.result-step button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: #033DD6;
  border-radius: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: 0.84px;
  padding: 11px 0;
  text-align: center;
  width: 100%;
  color: #fff;
  cursor: pointer;
}
.result-step button:hover {
  background: #1051fc;
}
@media (min-width: 768px) {
  .result-step {
    max-width: 609px;
    padding: 40px 40px 38px 40px;
  }
}

.result-title {
  background: #004B95;
  padding: 5px;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 300px;
}
@media (min-width: 768px) {
  .result-title {
    width: 460px;
  }
}
.result-title > h2 {
  position: relative;
  background: #FFFBC3;
  border-radius: 96px;
  height: 100%;
  margin: 0;
  padding: 10px 0;
  color: #364356;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.result-title > h2 span {
  color: #033DD6;
}
.result-title > h2::after {
  content: "";
  position: absolute;
  inset: -2px;
  border: 1px dashed #fff;
  border-radius: 96px;
}/*# sourceMappingURL=index.css.map */