@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
.w-100 {
  width: 100% !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

#app img {
  display: inline;
  width: auto;
  height: auto;
  max-width: none;
  border: none;
}
#app div {
  display: block;
  width: auto;
  height: auto;
}
#app span {
  display: inline;
  width: auto;
  height: auto;
}
#app button {
  display: inline-block;
  padding: 2px 6px;
  border: 2px outset;
  background: ButtonFace;
  color: ButtonText;
  cursor: pointer;
}
#app label {
  display: inline;
  cursor: default;
  font: inherit;
  color: inherit;
}
#app input {
  display: inline-block;
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 1px 2px;
  border: 1px solid #767676;
  background-color: Field;
  cursor: text;
  box-sizing: border-box;
}

body.popped {
  overflow: hidden;
}

#app {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  box-sizing: border-box;
  background-color: #FBE6EF;
  overflow-y: auto;
  z-index: 999999;
  font-family: "Noto Sans TC", sans-serif;
  display: none;
}
@media (max-width: 767px) {
  #app {
    padding-bottom: 6.518904824vw;
  }
}
@media (min-width: 768px) {
  #app {
    padding-bottom: 2.6041666667vw;
  }
}
#app > .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #app > .inner {
    padding-top: 26.075619296vw;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #app > .inner {
    padding-top: 6.5104166667vw;
    width: 69.7916666667vw;
  }
}
#app .btn-close-pop {
  position: fixed;
  z-index: 999;
}
@media (max-width: 767px) {
  #app .btn-close-pop {
    right: 2.3468057366vw;
    top: 3.1290743155vw;
    width: 8.3441981747vw;
    height: 8.3441981747vw;
  }
}
@media (min-width: 768px) {
  #app .btn-close-pop {
    right: 2.4479166667vw;
    top: 2.34375vw;
    width: 3.0208333333vw;
    height: 3.0208333333vw;
  }
}
#app .btn-close-pop:hover {
  cursor: pointer;
  opacity: 0.8;
}
#app .contents {
  position: relative;
}
#app .contents .step {
  position: fixed;
  top: -100000px;
}
#app .contents .step.active {
  position: relative;
  top: 0;
}
#app .contents .step .title {
  position: relative;
  width: 100%;
  display: flex !important;
  justify-content: center !important;
}
#app .contents .step .title .title-inner {
  position: relative;
  background: url("../../images/app/title.png") center top no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding: 0.6em 1.75em;
  line-height: 1.25;
}
@media (max-width: 767px) {
  #app .contents .step .title .title-inner {
    font-size: 6.518904824vw;
    -webkit-text-stroke: 0.1303780965vw #ffffff;
    text-stroke: 0.1303780965vw #ffffff;
    margin-top: -9.1264667536vw;
  }
}
@media (min-width: 768px) {
  #app .contents .step .title .title-inner {
    font-size: 2.9166666667vw;
    -webkit-text-stroke: 0.0520833333vw #ffffff;
    text-stroke: 0.0520833333vw #ffffff;
    margin-top: -2.0833333333vw;
  }
}
#app .contents .step .content {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  #app .form {
    background: url("../../images/app/content.png") center top;
    background-size: auto 100%;
  }
}
@media (min-width: 768px) {
  #app .form {
    background: url("../../images/app/content.png") center top;
    background-size: 100% 100%;
  }
}
#app .btns {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
#app .btns a {
  font-weight: bold;
  text-decoration: none;
  padding: 0.5em 0.6em;
  line-height: 1;
  background-color: #ffffff;
  color: #348fc9;
}
@media (max-width: 767px) {
  #app .btns a {
    font-size: 5.2151238592vw;
    border-radius: 2.6075619296vw;
    border: 0.6518904824vw solid #9bd8f9;
  }
}
@media (min-width: 768px) {
  #app .btns a {
    font-size: 1.5625vw;
    border-radius: 0.8333333333vw;
    border: 0.2604166667vw solid #9bd8f9;
  }
}
#app .form .in {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #app .form .in {
    width: 93.8722294654vw;
    padding-top: 5.6062581486vw;
  }
}
@media (min-width: 768px) {
  #app .form .in {
    width: 48.4375vw;
    padding-top: 2.2395833333vw;
    left: 0.5208333333vw;
  }
}
#app .form .in form {
  position: relative;
  margin: 0;
  padding: 0;
}
#app .form .in form .row1 {
  position: relative;
}
@media (max-width: 767px) {
  #app .form .in form .row1 {
    margin-bottom: 1.5645371578vw;
  }
}
@media (min-width: 768px) {
  #app .form .in form .row1 {
    margin-bottom: 0.625vw;
  }
}
#app .form .in form .row1 .row-in {
  position: relative;
  border: 2px solid #f28c6c;
  overflow: hidden;
}
@media (max-width: 767px) {
  #app .form .in form .row1 .row-in {
    display: flex !important;
    align-items: center !important;
    border-radius: 4.0417209909vw;
  }
}
@media (min-width: 768px) {
  #app .form .in form .row1 .row-in {
    display: flex !important;
    align-items: center !important;
    border-radius: 1.6145833333vw;
  }
}
#app .form .in form .row1 label {
  color: #ffffff;
  font-weight: 600;
  background: #f28c6c;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #app .form .in form .row1 label {
    width: 38.591916558vw;
    height: 8.0834419817vw;
    padding-left: 4.6936114733vw;
    line-height: 8.0834419817vw;
    font-size: 3.7809647979vw;
  }
}
@media (min-width: 768px) {
  #app .form .in form .row1 label {
    width: 15.4166666667vw;
    height: 3.2291666667vw;
    padding-left: 3.2291666667vw;
    line-height: 3.2291666667vw;
    font-size: 1.5104166667vw;
  }
}
#app .form .in form .row1 input {
  border: 0;
  margin: 0;
  padding: 0;
  background: #ffffff;
  flex: 1 1 auto !important;
  font-weight: 400;
  padding-left: 0.5em;
}
#app .form .in form .row1 input:focus {
  outline: 0;
}
@media (max-width: 767px) {
  #app .form .in form .row1 input {
    width: 82.1382007823vw;
    height: 8.0834419817vw;
    font-size: 3.7809647979vw;
  }
}
@media (min-width: 768px) {
  #app .form .in form .row1 input {
    width: 32.8125vw;
    height: 3.2291666667vw;
    font-size: 1.5104166667vw;
  }
}
#app .form .in form .row2 {
  position: relative;
}
@media (max-width: 767px) {
  #app .form .in form .row2 {
    margin-bottom: 1.5645371578vw;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  #app .form .in form .row2 {
    margin-bottom: 0.625vw;
    display: flex !important;
  }
}
#app .form .in form .row2 .row-in {
  position: relative;
  border: 2px solid #f28c6c;
  overflow: hidden;
}
@media (max-width: 767px) {
  #app .form .in form .row2 .row-in {
    display: flex !important;
    align-items: center !important;
    border-radius: 4.0417209909vw;
    height: 8.0834419817vw;
    width: 95.1760104302vw;
  }
}
@media (min-width: 768px) {
  #app .form .in form .row2 .row-in {
    display: flex !important;
    align-items: center !important;
    border-radius: 1.6145833333vw;
    height: 3.2291666667vw;
    width: 38.0208333333vw;
  }
}
#app .form .in form .row2 label {
  color: #ffffff;
  font-weight: 600;
  background: #f28c6c;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #app .form .in form .row2 label {
    width: 38.591916558vw;
    height: 8.0834419817vw;
    padding-left: 4.6936114733vw;
    line-height: 8.0834419817vw;
    font-size: 3.7809647979vw;
  }
}
@media (min-width: 768px) {
  #app .form .in form .row2 label {
    width: 15.4166666667vw;
    height: 3.2291666667vw;
    padding-left: 3.2291666667vw;
    line-height: 3.2291666667vw;
    font-size: 1.5104166667vw;
  }
}
#app .form .in form .row2 input {
  border: 0;
  margin: 0;
  padding: 0;
  background: #ffffff;
  flex: 1 1 auto !important;
  font-weight: 400;
  padding-left: 0.5em;
}
#app .form .in form .row2 input:focus {
  outline: 0;
}
@media (max-width: 767px) {
  #app .form .in form .row2 input {
    width: 38.591916558vw;
    height: 8.0834419817vw;
    font-size: 3.7809647979vw;
  }
}
@media (min-width: 768px) {
  #app .form .in form .row2 input {
    width: 22.9166666667vw;
    height: 3.2291666667vw;
    font-size: 1.5104166667vw;
  }
}
#app .form .in form .row2 .captcha_group {
  position: relative;
  display: flex !important;
  align-items: center !important;
}
#app .form .in form .row2 .captcha_group .captcha_str {
  color: #f28c6c;
  padding: 0 0.25em;
}
@media (max-width: 767px) {
  #app .form .in form .row2 .captcha_group .captcha_str {
    font-weight: 400;
    font-size: 6.258148631vw;
  }
}
@media (min-width: 768px) {
  #app .form .in form .row2 .captcha_group .captcha_str {
    font-weight: 600;
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  #app .form .in form .row2 .captcha_group .captcha_refresh {
    width: 6.518904824vw;
  }
}
@media (min-width: 768px) {
  #app .form .in form .row2 .captcha_group .captcha_refresh {
    width: 2.6041666667vw;
  }
}
#app .form .in form .row2 .captcha_group .captcha_refresh img:hover {
  cursor: pointer;
}
#app .form .in form .row3 {
  position: relative;
}
#app .form .in form .row3 .row-in {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #app .form .in form .row3 .row-in {
    padding: 1.3037809648vw 0;
  }
}
@media (min-width: 768px) {
  #app .form .in form .row3 .row-in {
    padding: 0.5208333333vw 0;
  }
}
#app .form .in form .row3 .row-in label {
  font-weight: 500;
}
@media (max-width: 767px) {
  #app .form .in form .row3 .row-in label {
    font-size: 3.9113428944vw;
  }
}
@media (min-width: 768px) {
  #app .form .in form .row3 .row-in label {
    font-size: 1.09375vw;
  }
}
#app .form .in form .circle-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#app .form .in form .circle-checkbox input {
  display: none;
}
#app .form .in form .circle-checkbox .checkmark {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid #f28c6c;
  border-radius: 50%;
  margin-right: 8px;
  transition: all 0.25s ease;
}
#app .form .in form .circle-checkbox:hover .checkmark {
  border-color: #f28c6c;
}
#app .form .in form .circle-checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  background-color: #f28c6c;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.25s ease;
}
#app .form .in form .circle-checkbox input:checked + .checkmark::after {
  transform: translate(-50%, -50%) scale(1);
}
#app .form .in form .notes {
  font-weight: 400;
  color: #8e8e8e;
}
@media (max-width: 767px) {
  #app .form .in form .notes {
    padding-left: 4em;
    padding-right: 4em;
    padding-top: 1em;
    font-size: 3.1290743155vw;
    line-height: 1.7;
  }
}
@media (min-width: 768px) {
  #app .form .in form .notes {
    line-height: 1.35;
    padding-left: 1.25em;
    padding-top: 0.25em;
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 767px) {
  #app .form .in form .btns {
    padding-top: 3.9113428944vw;
  }
}
@media (min-width: 768px) {
  #app .form .in form .btns {
    padding-top: 1.5625vw;
  }
}
#app .sharer .content .share_img {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 767px) {
  #app .sharer .content .share_img img {
    width: 96.479791395vw;
  }
}
@media (min-width: 768px) {
  #app .sharer .content .share_img img {
    width: 62.5vw;
  }
}
@media (max-width: 767px) {
  #app .sharer .btns {
    padding-top: 2.6075619296vw;
  }
}
@media (min-width: 768px) {
  #app .sharer .btns {
    padding-top: 1.0416666667vw;
  }
}
#app #myCanvas {
  position: fixed;
  top: -100000px;
}