@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  text-decoration: none;
  display: inline-block;
}

img, iframe, video {
  width: 100%;
  vertical-align: middle;
  height: auto;
}

span, label {
  display: inline-block;
}

@-webkit-keyframes cameraFrame {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  9% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  12% {
    -webkit-transform: translate(-50%, 0%) scale(1.06);
            transform: translate(-50%, 0%) scale(1.06);
  }
  16% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes cameraFrame {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  9% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  12% {
    -webkit-transform: translate(-50%, 0%) scale(1.06);
            transform: translate(-50%, 0%) scale(1.06);
  }
  16% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.photo .photoBox {
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 4rem 2rem;
}
.photo .photoBox .step {
  display: none;
}
.photo .photoBox .step.active {
  display: block;
}
.photo .photoBox .stepTitle {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.photo .photoBox .stepDesc {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.photo .photoBox .rejectReason {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: #e0453c;
}
.photo .photoBox input#cameraInput {
  display: none;
}
.photo .photoBox .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 15rem;
  padding: 1rem 2rem;
  border-radius: 10rem;
  background: var(--green);
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  cursor: pointer;
  border: none;
}
.photo .photoBox .btn.btnGhost {
  background: transparent;
  border: 0.1rem solid var(--green);
  color: var(--green);
}
.photo .photoBox .btn:disabled {
  opacity: 0.5;
  cursor: default;
}
.photo .photoBox .btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.photo .photoBox .photoPreview, .photo .photoBox .photoResult {
  max-width: 31.25rem;
  margin: 0 auto 2rem auto;
  border-radius: 0.8rem;
  overflow: hidden;
}
.photo .photoBox .photoPreview img, .photo .photoBox .photoResult img {
  width: 100%;
  display: block;
}
.photo .photoBox .spinner {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 0.4rem solid #d9d9d9;
  border-top-color: var(--green);
  margin: 0 auto 2rem auto;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
  color: var(--green);
}

html {
  font-size: 16px;
  font-size: 1.482vh;
  font-size: 1.482dvh;
  height: 100%;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  height: 100%;
}

.cp {
  cursor: pointer;
}

.m {
  display: none;
}

.pc {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
.loading.on {
  display: none;
}
.loading .img {
  width: 4.2666666667rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page {
  height: calc(100% - 6.6rem);
}

.wrapper {
  overflow: hidden;
  height: 100%;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  background: #77b1ff;
}

header {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  padding: 2rem 3rem;
}
header > a {
  width: 9.125rem;
}
header .menu input, header .menu label {
  display: none;
}
header .menuContent .contentKv {
  display: none;
}
header .menuContent .contentLine {
  background: transparent;
}
header .menuContent .contentLine ul li {
  padding: 0.5rem 2rem;
  border-right: 0.1rem solid var(--green);
  border-right: 0.1rem solid #c1c1c1;
}
header .menuContent .contentLine ul li:last-child {
  border-right: none;
}
header .menuContent .contentLine ul li a p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}

@media screen and (min-aspect-ratio: 1025/1820) and (max-aspect-ratio: 3/4) {
  html {
    font-size: 0.875vh !important;
    font-size: 0.875dvh !important;
  }
}
@media screen and (max-aspect-ratio: 1024/1024) {
  .m {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .page {
    height: calc(100% - 9.8rem);
  }
  header {
    padding: 0.8rem 1.8rem 0.8rem 2.8rem;
  }
  header > a {
    width: 13.4375rem;
  }
  header .menu input:checked + label i {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  header .menu input:checked + label o {
    opacity: 0;
  }
  header .menu input:checked + label u {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .menu input:checked + label + .menuContent {
    bottom: 0%;
  }
  header .menu > label {
    width: 7.9375rem;
    height: 8rem;
    position: relative;
    padding: 1rem;
    display: block;
  }
  header .menu > label i, header .menu > label o, header .menu > label u {
    width: calc(100% - 2rem);
    background-color: #c1c1c1;
    height: 0.75rem;
    border-radius: 10rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header .menu > label i {
    top: calc(50% - 3rem + 0.375rem);
  }
  header .menu > label u {
    top: calc(50% + 3rem - 0.375rem);
  }
  header .menu .menuContent {
    position: fixed;
    width: 100%;
    top: 9.5rem;
    left: 0;
    overflow-y: scroll;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    bottom: 100%;
    z-index: 2;
  }
  header .menu .menuContent .contentKv {
    display: block;
  }
  header .menu .menuContent > .contentLine {
    height: calc(100% - 25.8rem);
  }
  header .menu .menuContent > .contentLine ul {
    padding: 8rem 0 5rem 0;
    display: block;
  }
  header .menu .menuContent > .contentLine ul li {
    padding: 0;
  }
  header .menu .menuContent > .contentLine ul li a {
    width: 42.25rem;
    background: -webkit-gradient(linear, left top, right top, from(#a0c225), to(var(--green)));
    background: linear-gradient(90deg, #a0c225 0%, var(--green) 100%);
    padding: 1.5rem 0 2rem 0;
    border-radius: 0.8rem;
    margin: 1.8rem 0;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  header .menu .menuContent > .contentLine ul li a:hover {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  header .menu .menuContent > .contentLine ul li a::after {
    content: "";
    position: absolute;
    bottom: 12%;
    right: 1.5%;
    width: 2.5rem;
    height: 2.5625rem;
    background: url("../images/arrow1.png") no-repeat center center/100%;
  }
  header .menu .menuContent > .contentLine ul li a p {
    color: #fff;
    font-size: 4.24375rem;
    letter-spacing: 0.2em;
  }
  header .menu .menuContent > .contentLine ul li a p.ls {
    letter-spacing: 0em;
  }
}