html,
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  border: none;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
a {
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  border: none;
}
a:not([default]) {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  font-size: inherit;
}
img {
  display: block;
  border: none;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
img:not([default]) {
  max-width: 100%;
}
img[src$=".svg"] {
  width: 100%;
}
svg {
  width: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
button {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
}
input,
select,
textarea {
  font-size: inherit;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  appearance: none;
  /*! autoprefixer: off */
  -webkit-appearance: none;
  -moz-appearance: none;
  /*! autoprefixer: on */
}
input:disabled,
select:disabled,
textarea:disabled {
  opacity: 1;
  color: inherit;
}
ul {
  margin: 0;
}
ul.cus > li {
  padding-left: 1.2em;
}
ul.cus._gh > li {
  padding-left: 1.5em;
}
ul.cus._num > li:nth-child(n + 10) {
  padding-left: 1.8em;
}
ul.cus._num._gh > li:nth-child(n + 10) {
  padding-left: 2.1em;
}
ul.decimal {
  list-style: decimal;
}
ul.disc {
  list-style: disc;
}
ul.upper_alpha {
  list-style: upper-alpha;
}
ul.cus {
  list-style: none;
  padding: 0;
}
ul.cus > li {
  position: relative;
}
ul.cus > li::before {
  content: attr(str);
  position: absolute;
  top: 0;
  left: 0;
}
ul.cus._gh > li::before {
  content: "(" attr(str) ")";
}
ul._dot {
  list-style: none;
  padding: 0;
}
ul._dot > li {
  padding-left: 1em;
}
ul._dot > li::before {
  content: "‧";
  position: relative;
  margin-left: -1em;
}
ul li::before {
  font-size: inherit;
}
ul li ::marker {
  text-indent: 0 !important;
}
@media (min-width: 1025px) {
  .up_lg_hide {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .lg_hide {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .up_md_hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .md_hide {
    display: none !important;
  }
}
@media (min-width: 601px) {
  .up_sm_hide {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .sm_hide {
    display: none !important;
  }
}
@-webkit-keyframes an_fade {
  100% {
    opacity: 1;
  }
}
@keyframes an_fade {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes an_none {
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes an_none {
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes an_cp_inset {
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes an_cp_inset {
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes an_scroll {
  0% {
    height: 0;
  }
  40% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes an_scroll {
  0% {
    height: 0;
  }
  40% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes an_rotate_cw {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes an_rotate_cw {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes an_rotate_acw {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes an_rotate_acw {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes bounceJump {
  0%,
  90% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  10% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
    -webkit-transform: translate(0, 5%) scaleY(1.1);
            transform: translate(0, 5%) scaleY(1.1);
  }
  45% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
    -webkit-transform: translate(0, -6%) scaleY(1);
            transform: translate(0, -6%) scaleY(1);
  }
  0%,
  to {
    -webkit-transform: translate(0, 6%) scaleY(0.9);
            transform: translate(0, 6%) scaleY(0.9);
  }
  90% {
    -webkit-transform: translate(0, 5%) scaleY(1);
            transform: translate(0, 5%) scaleY(1);
  }
}
@keyframes bounceJump {
  0%,
  90% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  10% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
            animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
    -webkit-transform: translate(0, 5%) scaleY(1.1);
            transform: translate(0, 5%) scaleY(1.1);
  }
  45% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
            animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
    -webkit-transform: translate(0, -6%) scaleY(1);
            transform: translate(0, -6%) scaleY(1);
  }
  0%,
  to {
    -webkit-transform: translate(0, 6%) scaleY(0.9);
            transform: translate(0, 6%) scaleY(0.9);
  }
  90% {
    -webkit-transform: translate(0, 5%) scaleY(1);
            transform: translate(0, 5%) scaleY(1);
  }
}
@media (max-width: 1024px) {
  html.nav_active,
  body.nav_active {
    overflow-y: hidden;
  }
}
html.no_scroll,
body.no_scroll {
  overflow-y: hidden;
}
.midline {
  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: 1em;
}
.midline[sto],
.midline[sto-sub] {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.midline[sto].active,
.midline[sto-sub].active {
  -webkit-animation-name: an_none;
          animation-name: an_none;
}
.midline[sto]::before,
.midline[sto-sub]::before,
.midline[sto]::after,
.midline[sto-sub]::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: 2s ease forwards;
          animation: 2s ease forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.midline[sto].active::before,
.midline[sto-sub].active::before,
.midline[sto].active::after,
.midline[sto-sub].active::after {
  -webkit-animation-name: an_none;
          animation-name: an_none;
}
.midline::after,
.midline::before {
  content: "";
  display: block;
  margin-top: -0.5px;
  border-bottom: 1px solid;
  width: 100%;
}
.midline::after {
  -webkit-transform-origin: left;
          transform-origin: left;
}
.midline::before {
  -webkit-transform-origin: right;
          transform-origin: right;
}
.midline > div {
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.midline > div::after {
  content: "";
  display: block;
  height: 0.1em;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 100;
  background-color: #ffffff;
  padding: 0 40px;
}
@media (max-width: 1300px) {
  .header {
    padding: 0 20px;
  }
}
.header .header_ctn {
  max-width: 1920px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media (max-width: 1500px) {
  .header .header_ctn {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .header .header_ctn {
    font-size: 18px;
  }
}
.header .header_logo:first-child {
  margin-right: auto;
}
.header .header_logo > img {
  width: 100%;
  display: block;
}
.header[scroll] {
  -webkit-box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.17);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header[scroll]:not(._scroll) {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header[scroll]:not(._scroll) .nav_frame,
.header[scroll]:not(._scroll) .nav_btn {
  display: none;
}
.header,
.header_fill {
  height: 48px;
}
@media (max-width: 1500px) {
  .header,
  .header_fill {
    height: 48px;
  }
}
@media (max-width: 768px) {
  .header,
  .header_fill {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .header,
  .header_fill {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .header .nav_frame {
    top: 48px;
  }
}
@media (max-width: 768px) {
  .header .nav_frame {
    top: 60px;
  }
}
@media (max-width: 600px) {
  .header .nav_frame {
    top: 60px;
  }
}
.float_frame_fill {
  padding-top: 15vw;
}
.float_frame {
  position: fixed;
  bottom: 20%;
  right: 3.9vw;
  font-size: 0;
  line-height: 1;
  z-index: 10;
}
@media (max-width: 1500px) {
  .float_frame {
    right: 1vw;
  }
}
@media (max-width: 768px) {
  .float_frame {
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.float_frame.hideOn.ready {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 769px) {
  .float_frame.hideOn:not(.active) {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@media (max-width: 768px) {
  .float_frame.hideOn {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .float_frame.hideOn:not(.active) {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
.float_frame > a {
  display: block;
}
@media (max-width: 768px) {
  .float_frame > a {
    width: 51.5%;
    margin-right: -2%;
    margin-left: 0.5%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .float_frame > a:last-child {
    margin-right: 0.5%;
    margin-left: -2%;
  }
}
@media (max-width: 768px) {
  .float_frame img {
    width: 100%;
  }
}
.pop_frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  overflow-x: hidden;
  overflow-y: auto;
}
.pop_frame:not(.active) {
  display: none;
}
.pop_frame._loading {
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px auto;
}
.pop_frame .pop_close {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pop_frame .pop_ctn {
  position: relative;
  left: 50%;
  width: 0;
  padding: 40px 0;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pop_frame .pop_ctn._ie {
  height: 100%;
}
.pop_frame .pop_ctn > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 94vw;
}
.pop_frame #video {
  position: relative;
  max-width: 900px;
}
.pop_frame #video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.pop_frame #video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gotop {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  position: fixed;
  cursor: pointer;
}
#gotop.active {
  -webkit-animation-name: an_fade;
          animation-name: an_fade;
}
#gotop:not(.active) {
  display: none;
}
.header .logo_right {
  margin-left: 10px;
}
.footer {
  background-color: #dddddd;
  font-size: 12px;
  text-align: center;
  color: #333;
  padding: 14px 0;
}
.footer .line {
  margin: 0 5px;
}
.footer .icon {
  display: inline-block;
  vertical-align: bottom;
  margin-top: -100%;
}
.wb_frame {
  position: relative;
  max-width: 650px;
  background-color: #ebebeb;
}
.wb_frame .wb_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: grey;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
}
.wb_frame .wb_title {
  height: 75px;
  background: url(../img/default/wb_bg.png) no-repeat center bottom;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wb_frame .wb_title img {
  width: 60px;
  margin-right: 10px;
}
.wb_frame .wb_title p {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #ff8200;
}
.wb_frame .wb_box {
  padding: 20px;
}
.wb_frame .wb_box > p {
  font-size: 18px;
  font-weight: 400;
}
.wb_frame .wb_box > p:not(:last-of-type) {
  margin-bottom: 10px;
}
.wb_frame .wb_box > p:last-of-type {
  margin-top: 20px;
  font-size: 16px;
  text-align: right;
}
.wb_frame .wb_box .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 20px;
}
.wb_frame .wb_box .btn_box .btn {
  width: 48%;
  max-width: 150px;
  height: 35px;
  border-radius: 1000px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  color: #ffffff;
}
.wb_frame .wb_box .btn_box .btn:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.wb_frame .wb_box .btn_box .btn.cancel {
  background-color: #adadad;
}
.wb_frame .wb_box .btn_box .btn.submit {
  background-color: #ff8200;
}
html,
body {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html {
  letter-spacing: 0.5px;
  font-size: 22px;
  font-weight: 400;
  overflow-x: hidden;
}
@media (max-width: 1300px) {
  html {
    font-size: 1.69vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 3.64vw;
  }
}
.ctn {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .header .nav_frame,
  .header .nav_ctn {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .header .nav_frame {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .header .nav_frame:not(.active) {
    height: 0;
  }
}
.header .nav_close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1025px) {
  .header .nav_close {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header .nav_ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .header .nav_ctn {
    position: relative;
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-top: 1px solid #ececec;
  }
  .header .nav_ctn:not(.active) {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.header .nav_box {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 1025px) {
  .header .nav_box {
    height: 100%;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .nav_box:not(:last-child) {
    margin-right: 12px;
  }
  .header .nav_box:hover {
    -webkit-box-shadow: inset 0 4px 0 0 #ff8200;
            box-shadow: inset 0 4px 0 0 #ff8200;
  }
  .header .nav_box:not(:hover) .sub_frame {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .header .nav_box {
    border-bottom: 1px solid #ececec;
  }
}
@media (max-width: 1024px) {
  .header .nav_box._sub .nav_item.active::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.header .nav_box._sub .nav_item::after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background: url("../img/default/arrow_sub.png") no-repeat center;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 1025px) {
  .header .nav_box._sub .nav_item::after {
    display: none;
  }
}
.header .nav_item {
  position: relative;
  display: block;
}
@media (min-width: 1025px) {
  .header .nav_item {
    color: #000000;
  }
}
@media (max-width: 1024px) {
  .header .nav_item {
    padding: 1.3em 0;
    text-align: center;
  }
  .header .nav_item:hover {
    background-color: #f6f5f3;
  }
}
.header .sub_frame {
  line-height: normal;
}
@media (min-width: 1025px) {
  .header .sub_frame {
    display: block !important;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    position: absolute;
    top: 100%;
    left: 50%;
  }
}
@media (max-width: 1024px) {
  .header .sub_frame {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header .sub_frame .sub_ctn {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header .sub_frame .sub_ctn > * {
  display: block;
}
@media (min-width: 1025px) {
  .header .sub_frame .sub_ctn > * {
    word-break: keep-all;
    background-color: #ffffff;
    padding: 10px 15px;
    border: 1px solid #ececec;
  }
  .header .sub_frame .sub_ctn > *:hover {
    background-color: #f6f5f3;
  }
}
@media (max-width: 1024px) {
  .header .sub_frame .sub_ctn > * {
    text-align: center;
    padding: 10px 0;
  }
  .header .sub_frame .sub_ctn > *:hover {
    background-color: #f6f5f3;
  }
}
.header .nav_btn {
  cursor: pointer;
  margin-left: 20px;
}
@media (min-width: 1025px) {
  .header .nav_btn {
    display: none;
  }
}
.header .nav_btn .nav_line {
  width: 32px;
  height: 3px;
  background-color: #ff8200;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header .nav_btn .nav_line:not(:last-child) {
  margin-bottom: 8px;
}
.header .nav_btn.active {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.header .nav_btn.active .nav_line:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
}
.header .nav_btn.active .nav_line:nth-child(2) {
  opacity: 0;
  background-color: transparent;
}
.header .nav_btn.active .nav_line:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
          transform: translateY(-11px) rotate(-45deg);
}
.header .header_logo {
  width: 200px;
}
@media (max-width: 600px) {
  .header .header_logo {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .header_fill {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 769px) {
  .float_frame:hover > a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .float_frame:hover > a:not(:hover) {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@media (min-width: 769px) {
  .float_frame > a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.space_frame {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .space_frame {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .space_frame:has(.final-frame) {
    padding-bottom: 45px;
  }
}
.space_frame__ctn {
  min-height: calc(100vh - 48px - 45px);
}
@media (max-width: 768px) {
  .space_frame__ctn {
    min-height: calc(100% - 45px);
  }
}
.index-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .index-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/index/bg.jpg) no-repeat bottom center / cover;
  opacity: 0;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
@media (max-width: 768px) {
  .index-frame::before {
    background-image: url(../img/index/bg_m.jpg);
  }
}
.index-frame.active::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 2s ease,
      -webkit-transform 2s ease;
  transition: opacity 2s ease,
      -webkit-transform 2s ease;
  transition: opacity 2s ease,
      transform 2s ease;
  transition: opacity 2s ease,
      transform 2s ease,
      -webkit-transform 2s ease;
}
.index-frame__text {
  padding-top: 6.77vw;
  padding-bottom: 10.88vw;
  margin-left: 13.02vw;
  width: 48.38vw;
}
@media (max-width: 1024px) {
  .index-frame__text {
    padding-top: 10vw;
    padding-bottom: 0;
    margin: 0 auto -6vw;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .index-frame__text {
    padding-top: 3rem;
    margin-bottom: -2rem;
    width: 24.5rem;
  }
}
.index-frame__main-box {
  position: relative;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.index-frame__main-box.active {
  -webkit-animation-name: an_none;
          animation-name: an_none;
}
.index-frame__main-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-frame__main-mask::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: linear-gradient(50deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 60%);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0.7;
  -webkit-animation: shark 12s 0.4s ease-in-out infinite;
          animation: shark 12s 0.4s ease-in-out infinite;
}
@-webkit-keyframes shark {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  20%,
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes shark {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  20%,
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.index-frame__sub {
  width: 54.7%;
  margin: 20px auto 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.index-frame__sub.active {
  -webkit-animation-name: an_none;
          animation-name: an_none;
}
.index-frame__sub.active {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media (max-width: 768px) {
  .index-frame__sub {
    width: 68%;
  }
}
.index-frame .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.77em;
  line-height: 2.25em;
  font-size: 1.875vw;
  margin: 0.83em auto 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.index-frame .btn.active {
  -webkit-animation-name: an_none;
          animation-name: an_none;
}
.index-frame .btn.active {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media (max-width: 1024px) {
  .index-frame .btn {
    font-size: 3.51vw;
  }
}
@media (max-width: 768px) {
  .index-frame .btn {
    font-size: 4.51vw;
  }
}
.index-frame .btn span {
  padding-left: 1em;
}
.index-frame .btn .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 1em;
}
.index-frame .btn .star .star1 {
  width: 0.55em;
}
.index-frame .btn .star .star2 {
  width: 1.08em;
  margin-top: 0.3em;
  margin-left: -0.4em;
  margin-right: -0.3em;
}
.index-frame .btn .star .star3 {
  width: 0.44em;
  margin-top: 0.15em;
}
.index-frame .btn:active .star1,
.index-frame .btn:hover .star1 {
  -webkit-animation: rotate 1.2s linear infinite;
          animation: rotate 1.2s linear infinite;
}
.index-frame .btn:active .star2,
.index-frame .btn:hover .star2 {
  -webkit-animation: rotate 1.8s linear infinite;
          animation: rotate 1.8s linear infinite;
}
.index-frame .btn:active .star3,
.index-frame .btn:hover .star3 {
  animation: rotate 1.6s linear infinite reverse;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.index-frame__people {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.index-frame__people.active {
  -webkit-animation-name: an_none;
          animation-name: an_none;
}
.index-frame__people.active {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media (min-width: 1025px) {
  .index-frame__people {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 54.375vw;
  }
}
@media (max-width: 1024px) {
  .index-frame__people {
    margin-top: auto;
  }
}
.index-frame__people img {
  width: 100%;
}
.loading-frame {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5% 5% 8%;
}
@media (max-width: 768px) {
  .loading-frame {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 40vw 12% 5%;
  }
}
.loading-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/loading/bg.jpg) no-repeat bottom center / cover;
}
@media (max-width: 768px) {
  .loading-frame::before {
    background-image: url(../img/loading/bg_m.jpg);
  }
}
.loading-frame:has(.loading-text.fade-out)::before {
  opacity: 0.1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease;
}
.loading-frame .loading-text {
  font-size: 2.09rem;
  font-weight: 700;
  text-align: center;
  white-space: pre-line;
}
@media (max-width: 768px) {
  .loading-frame .loading-text {
    font-size: 1.5rem;
  }
}
.loading-frame .loading-text.fade-out {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  opacity: 0;
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease;
}
.loading-frame .loading-text:not(.in) {
  opacity: 0;
}
.form-frame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5.18rem;
  padding-bottom: 8.72rem;
  background: url(../img/form/bg.jpg) no-repeat bottom center / cover;
}
@media (max-width: 1024px) {
  .form-frame {
    padding-bottom: 20rem;
  }
}
@media (max-width: 768px) {
  .form-frame {
    padding-top: 1.8rem;
    padding-bottom: 9.5rem;
    background-image: url(../img/form/bg_m.jpg);
  }
}
@-webkit-keyframes checkPop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes checkPop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes lineFillForward {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes lineFillForward {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes lineFillBackward {
  from {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes lineFillBackward {
  from {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.form-frame .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.31rem;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.form-frame .steps.active {
  -webkit-animation-name: an_none;
          animation-name: an_none;
}
@media (max-width: 1024px) {
  .form-frame .steps {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .form-frame .steps {
    margin-bottom: 2rem;
  }
}
.form-frame .steps__step-dot {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.8em;
  height: 1.8em;
  margin-right: 2.48em;
  font-size: 2.04rem;
  color: #68707a;
  border-radius: 50%;
  background-color: #c6ced9;
  -webkit-box-shadow: inset 3px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: inset 3px 2px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .form-frame .steps__step-dot {
    font-size: 1.28rem;
    margin-right: 1.88em;
  }
}
.form-frame .steps__step-dot.active,
.form-frame .steps__step-dot.done {
  color: #fff;
  background-color: #ff8200;
}
.form-frame .steps__step-dot.active {
  -webkit-box-shadow: inset 3px 2px 4px #ffe1c2, 0 0 0 4px rgba(255, 255, 0, 0.32), 0 0 0 2px #fff, 0 0 0 7px #ff8200, 0 0 0 11px rgba(255, 255, 0, 0.32);
          box-shadow: inset 3px 2px 4px #ffe1c2, 0 0 0 4px rgba(255, 255, 0, 0.32), 0 0 0 2px #fff, 0 0 0 7px #ff8200, 0 0 0 11px rgba(255, 255, 0, 0.32);
}
@media (max-width: 768px) {
  .form-frame .steps__step-dot.active {
    -webkit-box-shadow: inset 2px 1px 3px #ffe1c2, 0 0 0 3px rgba(255, 255, 0, 0.32), 0 0 0 1px #fff, 0 0 0 3px #ff8200, 0 0 0 5px rgba(255, 255, 0, 0.32);
            box-shadow: inset 2px 1px 3px #ffe1c2, 0 0 0 3px rgba(255, 255, 0, 0.32), 0 0 0 1px #fff, 0 0 0 3px #ff8200, 0 0 0 5px rgba(255, 255, 0, 0.32);
  }
}
.form-frame .steps__step-dot.done {
  -webkit-box-shadow: inset 0 4px 4px #ffe1c2;
          box-shadow: inset 0 4px 4px #ffe1c2;
}
.form-frame .steps__step-dot::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.045em);
  left: 100%;
  width: 2.48em;
  height: 0.09em;
  background-color: #c6ced9;
}
@media (max-width: 768px) {
  .form-frame .steps__step-dot::before {
    width: 1.88em;
  }
}
.form-frame .steps__step-dot::after {
  content: "";
  position: absolute;
  left: 100%;
  top: calc(50% - 0.045em);
  width: 2.48em;
  height: 0.09em;
  background-color: #f5821f;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .form-frame .steps__step-dot::after {
    width: 1.88em;
  }
}
.form-frame .steps__step-dot.active::before {
  margin-left: 7px;
}
@media (max-width: 768px) {
  .form-frame .steps__step-dot.active::before {
    margin-left: 4px;
  }
}
.form-frame .steps__step-dot.done::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.form-frame .steps__step-dot:last-child {
  margin-right: 0;
}
.form-frame .steps__step-dot:last-child::before,
.form-frame .steps__step-dot:last-child::after {
  display: none;
}
.form-frame .steps__step-dot img {
  width: 0.95em;
  -webkit-transform: translate(0.05em, 0.05em);
          transform: translate(0.05em, 0.05em);
}
.form-frame .steps__step-dot.just-done span {
  -webkit-animation: checkPop 0.25s ease forwards;
          animation: checkPop 0.25s ease forwards;
}
.form-frame .steps__step-dot.just-done::after {
  -webkit-animation: lineFillForward 0.3s ease 0.15s both;
          animation: lineFillForward 0.3s ease 0.15s both;
}
.form-frame .steps__step-dot.just-done + .step-dot {
  -webkit-transition: background 0.2s 0.23s;
  transition: background 0.2s 0.23s;
}
.form-frame .steps__step-dot.just-undone::after {
  -webkit-animation: lineFillBackward 0.3s ease both;
          animation: lineFillBackward 0.3s ease both;
}
.form-frame .question-box {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.form-frame .question-box.active {
  -webkit-animation-name: an_none;
          animation-name: an_none;
}
.form-frame .question-box.active {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.form-frame .question-card {
  position: relative;
  width: 42.32rem;
  max-width: 930px;
  min-height: 16rem;
  margin: 0 auto;
  padding: 2.04rem 2.5rem;
  font-size: 1rem;
  background-color: #fff;
  border: 2px solid #ffd1aa;
  -webkit-box-shadow: inset 3px 2px 4px rgba(255, 209, 170, 0.25), 4px 10px 4px 4px rgba(255, 209, 170, 0.25);
          box-shadow: inset 3px 2px 4px rgba(255, 209, 170, 0.25), 4px 10px 4px 4px rgba(255, 209, 170, 0.25);
  border-radius: 1.81rem;
}
@media (max-width: 1024px) {
  .form-frame .question-card {
    min-height: 27rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .form-frame .question-card {
    width: 91.14%;
    min-height: 24.75rem;
    font-size: 1rem;
    padding: 1.42rem 1.42rem 2.85rem;
  }
}
.form-frame .question-card::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 0.227em);
  left: 4%;
  width: 3.72em;
  height: 2.4em;
  background: url(../img/form/arrow.png) no-repeat bottom center / contain;
}
@media (max-width: 1024px) {
  .form-frame .question-card::after {
    left: 3.5%;
  }
}
@media (max-width: 768px) {
  .form-frame .question-card::after {
    left: 5%;
  }
}
.form-frame .question-card._2::after {
  left: 25%;
}
@media (max-width: 1024px) {
  .form-frame .question-card._2::after {
    left: 24.5%;
  }
}
@media (max-width: 768px) {
  .form-frame .question-card._2::after {
    left: 24%;
  }
}
.form-frame .question-card._3::after {
  left: 46%;
}
@media (max-width: 1024px) {
  .form-frame .question-card._3::after {
    left: 45%;
  }
}
@media (max-width: 768px) {
  .form-frame .question-card._3::after {
    left: 43%;
  }
}
.form-frame .question-card._4::after {
  left: 67%;
}
@media (max-width: 1024px) {
  .form-frame .question-card._4::after {
    left: 66%;
  }
}
@media (max-width: 768px) {
  .form-frame .question-card._4::after {
    left: 62%;
  }
}
.form-frame .question-card._5::after {
  left: 87%;
}
@media (max-width: 1024px) {
  .form-frame .question-card._5::after {
    left: 86.5%;
  }
}
@media (max-width: 768px) {
  .form-frame .question-card._5::after {
    left: 80.5%;
  }
}
.form-frame .question-card__title {
  padding-bottom: 1rem;
  font-size: 1.27em;
  font-weight: 500;
  border-bottom: 1px solid #252525;
  text-align: center;
}
.form-frame .question-card__title strong {
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
}
.form-frame .question-card__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.11em 0;
  margin-top: 1.4em;
}
.form-frame .question-card__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.27em;
  width: calc(100% / 3);
  padding-left: 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1024px) {
  .form-frame .question-card__option {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .form-frame .question-card__option {
    padding-right: 1em;
  }
}
.form-frame .question-card__option-radio {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.25em;
}
.form-frame .question-card__option-label {
  line-height: 1.4;
  font-weight: 500;
}
.form-frame .question-card .label.active .question-card__option-label {
  color: #ff8200;
}
.form-frame .question-card__option-sub {
  color: #ff8200;
  font-size: 0.72em;
}
.form-frame .btns {
  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: 2rem;
  margin-top: -0.8rem;
}
.form-frame .btns.fade-out {
  -webkit-animation: fadeOut 0.22s ease forwards;
          animation: fadeOut 0.22s ease forwards;
}
.form-frame .btns.fade-in {
  -webkit-animation: fadeIn 0.28s ease forwards;
          animation: fadeIn 0.28s ease forwards;
}
@media (max-width: 1024px) {
  .form-frame .btns {
    margin-top: -0.96rem;
  }
}
@media (max-width: 768px) {
  .form-frame .btns {
    gap: 0.35rem;
    padding-right: 3rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .form-frame .btns .btn {
    font-size: 1.2rem;
  }
}
.form-frame .man {
  position: absolute;
  bottom: 0;
  left: 55.5%;
  width: 39rem;
  pointer-events: none;
}
@media (max-width: 1500px) {
  .form-frame .man {
    left: 57.5%;
    width: 53vw;
  }
}
@media (max-width: 1024px) {
  .form-frame .man {
    left: auto;
    right: 0;
    width: 54.42%;
  }
}
@media (max-width: 768px) {
  .form-frame .man {
    width: 62.42%;
    z-index: 2;
  }
}
.form-frame .table {
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 36.36rem;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .form-frame .table {
    right: auto;
    left: 0;
    width: 47.52%;
  }
}
@media (max-width: 768px) {
  .form-frame .table {
    width: 57.52%;
  }
}
.final-frame {
  position: relative;
  padding: 4.18rem 5% 3.5rem;
  background: url(../img/final/bg.jpg) no-repeat bottom center / cover;
}
@media (max-width: 1024px) {
  .final-frame {
    padding-bottom: 54rem;
    background-image: url(../img/final/bg_m.jpg);
  }
}
@media (max-width: 768px) {
  .final-frame {
    padding-top: 2.6rem;
    padding-bottom: 27rem;
  }
}
@media (min-width: 1025px) {
  .final-frame__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1px;
  }
}
.final-frame .final-result {
  padding-bottom: 1.6em;
  font-size: 1rem;
  border: 1px solid #ffb48f;
  border-radius: 1.81em;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.final-frame .final-result.active {
  -webkit-animation-name: an_none;
          animation-name: an_none;
}
@media (min-width: 1025px) {
  .final-frame .final-result {
    width: 22.31em;
    max-width: 491px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .final-frame .final-result {
    font-size: 1.2rem;
  }
}
.final-frame .final-result__badge {
  width: 7.77em;
  margin-top: -0.72em;
  margin-left: 3.27em;
}
@media (max-width: 768px) {
  .final-frame .final-result__badge {
    width: 9.14em;
    margin-top: -0.8em;
    margin-left: 2.5em;
  }
}
.final-frame .final-result__title {
  margin-top: 0.25em;
  font-size: 1.45em;
  font-weight: 500;
  line-height: 1.4;
}
.final-frame .final-result__label {
  margin-top: 0.5em;
  font-size: 2.04em;
  font-weight: 900;
  color: #ff8200;
}
.final-frame .final-result__amount {
  position: relative;
  z-index: 1;
  width: 78.41%;
  line-height: 1;
  padding: 1.31em 0;
  margin: 0.59em auto 0.81em;
  font-weight: 900;
  color: #ff8200;
  border: 1px solid #ffb48f;
  border-radius: 0.9em;
  background-color: #fff;
}
@media (max-width: 768px) {
  .final-frame .final-result__amount {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.final-frame .final-result__amount::before {
  content: "";
  position: absolute;
  right: 3%;
  top: 33%;
  z-index: -1;
  width: 18.18em;
  height: 5.32em;
  background: url(../img/final/coin.png) no-repeat center / contain;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .final-frame .final-result__amount::before {
    right: 25%;
  }
}
@media (max-width: 768px) {
  .final-frame .final-result__amount::before {
    right: 3%;
    top: 20%;
    width: 20.42em;
    height: 6.29em;
    background-image: url(../img/final/coin_m.png);
  }
}
.final-frame .final-result__num {
  position: relative;
  font-size: 3.63em;
}
.final-frame .final-result__num::before {
  content: "";
  position: absolute;
  right: 93%;
  bottom: 63%;
  width: 0.56em;
  height: 0.826em;
  background: url(../img/final/star.png) no-repeat center / contain;
  pointer-events: none;
}
@media (max-width: 768px) {
  .final-frame .final-result__num::before {
    bottom: 97%;
    width: 0.37em;
    height: 0.37em;
    background-image: url(../img/final/star_m.png);
  }
}
.final-frame .final-result__unit {
  font-size: 2.04em;
}
.final-frame .final-result__currency {
  width: 78.61%;
  padding-bottom: 0.9em;
  margin: 0 auto 1.1rem;
  border-bottom: 1px solid #adadad;
}
@media (max-width: 768px) {
  .final-frame .final-result__currency {
    border-color: #dbdcdd;
  }
}
.final-frame .final-result__currency span {
  font-size: 0.9em;
}
.final-frame .final-result__note {
  width: 78.41%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.59em 0.7em;
  margin: 0 auto;
  background-color: #ededed;
  border-radius: 0.9em;
  text-align: left;
}
.final-frame .final-result__note::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.25em;
  margin-top: 0.15em;
  background: url(../img/final/lamp.png) no-repeat center / contain;
}
.final-frame .final-result__note span {
  display: block;
  font-size: 0.72em;
  color: #68707a;
}
.final-frame .final-result .btn {
  margin: 1.63em auto 0;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .final-frame .final-result .btn {
    font-size: 1.2rem;
  }
}
.final-frame .final-apply {
  position: relative;
  padding: 2.4em 1.54em 1.5em 1.95em;
  font-size: 0.9rem;
  border: 1px solid #ff8200;
  border-radius: 1.81em;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.final-frame .final-apply.active {
  -webkit-animation-name: an_none;
          animation-name: an_none;
}
.final-frame .final-apply.active {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media (min-width: 1025px) {
  .final-frame .final-apply {
    width: 22.31em;
    max-width: 491px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .final-frame .final-apply {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .final-frame .final-apply {
    font-size: 1rem;
  }
}
.final-frame .final-apply__title {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #252525;
  text-align: center;
}
.final-frame .final-apply__title strong {
  font-size: 1.4em;
  font-weight: 500;
}
.final-frame .final-apply__field {
  margin-top: 1.5em;
}
.final-frame .final-apply__field:first-child {
  margin-top: 1.2em;
}
.final-frame .final-apply__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em;
  padding: 0 1em;
  background-color: #fff;
  border: 1px solid #c6ced9;
  border-radius: 0.35em;
}
.final-frame .final-apply__input-wrap.error {
  border-color: #ff1500;
}
.final-frame .final-apply__icon {
  width: 1.15em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.final-frame .final-apply__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: transparent;
  outline: none;
  line-height: 1.8em;
}
.final-frame .final-apply__input::-webkit-input-placeholder {
  color: #9f9f9f;
}
.final-frame .final-apply__input::-moz-placeholder {
  color: #9f9f9f;
}
.final-frame .final-apply__input:-ms-input-placeholder {
  color: #9f9f9f;
}
.final-frame .final-apply__input::-ms-input-placeholder {
  color: #9f9f9f;
}
.final-frame .final-apply__input::placeholder {
  color: #9f9f9f;
}
.final-frame .final-apply__text {
  font-size: 0.8em;
  color: #ff8200;
  margin-top: 0.2em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .final-frame .final-apply__text {
    padding-left: 1.2em;
  }
}
.final-frame .final-apply__agree {
  margin-top: 1.5em;
  margin-left: -0.5em;
  margin-right: -0.25em;
}
.final-frame .final-apply__agree-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.7;
  color: #9f9f9f;
}
@media (min-width: 1025px) {
  .final-frame .final-apply__agree-label {
    letter-spacing: -0.05em;
  }
}
.final-frame .final-apply__agree-label a {
  color: #ff8200;
  text-decoration: underline;
}
.final-frame .final-apply__agree-label a:hover {
  text-decoration: none;
}
.final-frame .final-apply__agree-check {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.2em;
  margin-right: 0.2em;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .final-frame .final-apply__agree-check {
    font-size: 1.3rem;
  }
}
.final-frame .final-apply__agree-check.error {
  border: 1px solid #ff1500;
}
.final-frame .final-apply__captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6em;
  margin-top: 1.5em;
}
.final-frame .final-apply__captcha-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 4.45em;
  height: 1.8em;
}
.final-frame .final-apply__captcha-img img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #c6ced9;
}
.final-frame .final-apply__captcha-input {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  border: none;
  outline: none;
  width: 8.95em;
  padding: 0 0.5em;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #c6ced9;
  border-radius: 0.35em;
  text-align: center;
}
.final-frame .final-apply__captcha-input.error {
  border-color: #ff1500;
}
.final-frame .final-apply__captcha-input::-webkit-input-placeholder {
  color: #9f9f9f;
}
.final-frame .final-apply__captcha-input::-moz-placeholder {
  color: #9f9f9f;
}
.final-frame .final-apply__captcha-input:-ms-input-placeholder {
  color: #9f9f9f;
}
.final-frame .final-apply__captcha-input::-ms-input-placeholder {
  color: #9f9f9f;
}
.final-frame .final-apply__captcha-input::placeholder {
  color: #9f9f9f;
}
.final-frame .final-apply__captcha-refresh {
  width: 1rem;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.final-frame .final-apply__captcha-refresh img {
  width: 100%;
}
.final-frame .final-apply__submit {
  position: relative;
  margin-top: 3.5em;
}
@media (max-width: 1024px) {
  .final-frame .final-apply__submit {
    margin-top: 2em;
  }
}
.final-frame .final-apply__submit .btn {
  margin: 0 auto;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .final-frame .final-apply__submit .btn {
    font-size: 1.2rem;
  }
}
.final-frame .final-apply__submit .tip {
  position: absolute;
  top: 0;
  left: calc(50% + 5em);
  z-index: 2;
  width: 16.25em;
  height: 4.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1500px) {
  .final-frame .final-apply__submit .tip {
    top: auto;
    bottom: calc(100% + 1.5em);
    left: 50%;
    width: 20em;
    height: 4em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .final-frame .final-apply__submit .tip {
    bottom: calc(100% + 2em);
    width: 22em;
    height: 4em;
  }
}
.final-frame .final-apply__submit .tip::before {
  content: "";
  position: absolute;
  top: -1.6em;
  left: -4.5em;
  right: -5.5em;
  bottom: -2.2em;
  z-index: -1;
  background: url(../img/final/tip.png) no-repeat center / contain;
}
@media (max-width: 1500px) {
  .final-frame .final-apply__submit .tip::before {
    top: -1.2em;
    left: -3em;
    right: -4em;
    background-image: url(../img/final/tip_m.png);
  }
}
@media (max-width: 768px) {
  .final-frame .final-apply__submit .tip::before {
    top: -1.5em;
    left: -4em;
    right: -5em;
    bottom: -2.7em;
  }
}
.final-frame .final-apply__submit .tip__text {
  font-size: 0.8em;
  color: #fff;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .final-frame .final-apply__submit .tip__text {
    font-size: 0.85em;
  }
}
.final-frame .final-apply__submit .tip__text strong {
  font-weight: 700;
}
.final-frame .final-reset-m {
  display: block;
  margin: 2.07rem auto 0;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .final-frame .final-reset-m {
    font-size: 1.2rem;
  }
}
.final-frame .man {
  position: absolute;
  bottom: 0;
  right: calc(50% + 18rem);
  width: 22.5rem;
  pointer-events: none;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.final-frame .man.active {
  -webkit-animation-name: an_none;
          animation-name: an_none;
}
@media (min-width: 1025px) {
  .final-frame .man.active {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media (max-width: 1700px) {
  .final-frame .man {
    right: calc(50% + 16rem);
    width: 25vw;
  }
}
@media (max-width: 1300px) {
  .final-frame .man {
    right: calc(50% + 17rem);
    width: 15rem;
  }
}
@media (max-width: 1024px) {
  .final-frame .man {
    right: auto;
    left: 0;
    width: 36.64rem;
  }
}
@media (max-width: 768px) {
  .final-frame .man {
    width: 18.32rem;
  }
}
.final-frame .man img {
  width: 100%;
}
.final-apply-btn {
  position: fixed;
  top: 37%;
  left: calc(50% + 27rem);
  z-index: 10;
  width: 5.45rem;
}
@media (min-width: 1025px) {
  .final-apply-btn {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  .final-apply-btn.active {
    -webkit-animation-name: an_none;
            animation-name: an_none;
  }
  .final-apply-btn.active {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}
@media (max-width: 1500px) {
  .final-apply-btn {
    left: auto;
    right: 1rem;
  }
}
@media (max-width: 1024px) {
  .final-apply-btn {
    top: auto;
    bottom: 2rem;
    width: 8rem;
  }
}
@media (max-width: 768px) {
  .final-apply-btn {
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
.final-apply-btn img {
  width: 100%;
}
@media (min-width: 769px) {
  .final-apply-btn img {
    -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;
  }
  .final-apply-btn:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.radio {
  position: relative;
  font-size: 1rem;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #dbdcdd;
  -webkit-box-shadow: inset 3px 2px 4px rgba(50, 56, 59, 0.25);
          box-shadow: inset 3px 2px 4px rgba(50, 56, 59, 0.25);
}
.radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74%;
  height: 74%;
  background-color: #ff8200;
  -webkit-box-shadow: inset 0 1px 4px #ffe1c2, 0 0 0 4px rgba(255, 255, 0, 0.32);
          box-shadow: inset 0 1px 4px #ffe1c2, 0 0 0 4px rgba(255, 255, 0, 0.32);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.label.active .radio {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 0, 0.32);
          box-shadow: 0 0 0 4px rgba(255, 255, 0, 0.32);
}
.label.active .radio::after {
  opacity: 1;
}
.btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 7.09em;
  line-height: 1.636em;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffbe7a), to(#f23c00));
  background: linear-gradient(180deg, #ffbe7a 0%, #f23c00 100%);
  text-align: center;
}
.btn::before {
  content: "";
  position: absolute;
  top: -1.2px;
  left: -1px;
  right: 1px;
  bottom: 1.2px;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle, #ffb261 0%, #ffab54 6%, #ff9c36 22%, #ff901e 39%, #ff880d 56%, #ff8303 76%, #ff8200 100%);
}
.btn:hover {
  -webkit-box-shadow: 0 0 10px #ffb261;
          box-shadow: 0 0 10px #ffb261;
}
.btn.disabled {
  cursor: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#6c6c6c));
  background: linear-gradient(180deg, #cacaca 0%, #6c6c6c 100%);
}
.btn.disabled::before {
  background: radial-gradient(circle, #c0c0c0 0%, #bbbbbb 6%, #aeaeae 22%, #a5a5a5 39%, #9e9e9e 56%, #9a9a9a 76%, #999999 100%);
}
.btn.disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.reset {
  color: #252525;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffed7a), to(#ffaa00));
  background: linear-gradient(180deg, #ffed7a 0%, #ffaa00 100%);
}
.btn.reset::before {
  background: radial-gradient(circle, #fffe66 0%, #fff759 6%, #ffe83b 22%, #ffdc23 39%, #ffd412 56%, #ffcf08 76%, #ffe228 100%);
}
.btn.reset:hover {
  -webkit-box-shadow: 0 0 10px #fffe66;
          box-shadow: 0 0 10px #fffe66;
}
/* ── 進退場動畫 ── */
@-webkit-keyframes exitLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-48px);
            transform: translateX(-48px);
    opacity: 0;
  }
}
@keyframes exitLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-48px);
            transform: translateX(-48px);
    opacity: 0;
  }
}
@-webkit-keyframes exitRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(48px);
            transform: translateX(48px);
    opacity: 0;
  }
}
@keyframes exitRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(48px);
            transform: translateX(48px);
    opacity: 0;
  }
}
@-webkit-keyframes enterRight {
  from {
    -webkit-transform: translateX(48px);
            transform: translateX(48px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes enterRight {
  from {
    -webkit-transform: translateX(48px);
            transform: translateX(48px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes enterLeft {
  from {
    -webkit-transform: translateX(-48px);
            transform: translateX(-48px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes enterLeft {
  from {
    -webkit-transform: translateX(-48px);
            transform: translateX(-48px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.exit-left {
  -webkit-animation: exitLeft 0.22s ease forwards;
          animation: exitLeft 0.22s ease forwards;
}
.exit-right {
  -webkit-animation: exitRight 0.22s ease forwards;
          animation: exitRight 0.22s ease forwards;
}
.enter-right {
  -webkit-animation: enterRight 0.28s ease forwards;
          animation: enterRight 0.28s ease forwards;
}
.enter-left {
  -webkit-animation: enterLeft 0.28s ease forwards;
          animation: enterLeft 0.28s ease forwards;
}
