@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html,
body {
  font-size: 10px;
  font-family: "DM Sans", sans-serif, "Noto Sans TC";
}

/****************\
* IMG
\****************/
/**************\
* Nav
\**************/
.menu-bar {
  position: fixed;
  height: 76px;
  width: 100%;
  background-color: #fff;
  border-bottom: #d72a17 6px solid;
  z-index: 999;
  top: 0;
}
.menu-bar .logo {
  position: absolute;
  top: 18px;
  left: 23px;
}
@media only screen and (max-width: 736px) {
  .menu-bar .logo {
    left: calc(50% - 76px);
  }
}
.menu-bar .logo img {
  width: 152px;
  height: 45px;
}
.menu-bar .href-link {
  display: block;
  position: absolute;
  right: 5px;
  top: 37px;
}
@media only screen and (max-width: 736px) {
  .menu-bar .href-link {
    display: none;
  }
}
.menu-bar .href-link ul li {
  display: inline-block;
}
.menu-bar .href-link ul li:first-child {
  margin-right: -3px;
  border-right: #979797 1px solid;
}
.menu-bar .href-link ul li:nth-child(2) a {
  padding-left: 52px;
}
.menu-bar .href-link ul li a {
  position: relative;
  display: block;
  color: #888888;
  text-decoration: none;
  padding: 0px 30px 0px 36px;
}
.menu-bar .href-link ul li .icon {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  left: 10px;
  top: 0px;
}
.menu-bar .href-link ul li .icon-location {
  left: 28px;
}
.menu-bar .href-link ul li .txt-href {
  display: block;
  font-size: 14px;
}
.menu-bar .href-link .icon-service {
  background-image: url(../images/default/icon-notice.png);
}
.menu-bar .href-link .icon-location {
  background-image: url(../images/default/icon-location.png);
}

/**************\
* Footer
\**************/
footer {
  width: 100%;
  background-color: #254a91;
}
footer p {
  letter-spacing: 0.1em;
  padding: 20px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 414px) {
  footer p span {
    display: block;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-left: 21px;
}

.wrapper {
  overflow: hidden;
}

.notice-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 10px 8px;
  background-color: #dadbdb;
}
.notice-area .notice-container {
  text-align: justify;
  font-size: 16px;
  color: #747474;
  line-height: 1.56;
  max-width: 968px;
  margin: 0 auto;
  padding: 0px 10px;
}
.notice-area .notice-container ul {
  list-style: decimal;
  padding-bottom: 10px;
}
.notice-area .notice-container ul li {
  line-height: 27px;
  margin-left: 26px;
  padding-left: 10px;
  margin-bottom: 3px;
  font-size: 16px;
  text-align: justify;
}
.notice-area .notice-container ul li a {
  color: #747474;
  text-decoration: none;
  word-break: break-all;
}
.notice-area .notice-container ul li a:hover {
  text-decoration: underline;
}
.notice-area .notice-container ul .bold {
  font-weight: bold;
}
.notice-area .notice-container ul .deep-black {
  color: #4d4d4d;
}
.notice-area .notice-container ul.inner {
  padding-bottom: 0;
}
.notice-area .notice-container ul.inner li {
  list-style: none;
  margin-left: -10px;
}
.notice-area .notice-container .other-notice {
  padding-top: 10px;
  line-height: 26px;
  font-size: 16px;
  padding-bottom: 30px;
}
.notice-area .notice-container .list-ab {
  position: relative;
  padding-left: 22px;
}
.notice-area .notice-container .list-ab .ab-num {
  position: absolute;
  top: 0;
  left: 0;
}
.notice-area .notice-container .notice-title {
  width: 130px;
  position: relative;
  text-align: center;
  font-size: 18px;
  margin: 0 auto 20px;
  cursor: pointer;
  font-weight: bold;
}
.notice-area .notice-container .notice-tag-title {
  padding-bottom: 10px;
}
.notice-area .notice-container .icon-arrow-down,
.notice-area .notice-container .icon-arrow-up {
  position: absolute;
  top: 11px;
  right: 1px;
  width: 13px;
  height: 8px;
  background-image: url(../images/default/notice.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.notice-area .notice-container .icon-arrow-up {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.notice-area .notice-container .other-notice-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
.notice-area .notice-container .other-notice-block .title {
  min-width: 45px;
  max-width: 45px;
  width: 45px;
}

/**************\ 
* 變數
\**************/
/**************\
* 通用
\**************/
@-webkit-keyframes fly {
  0% {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fly {
  0% {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
img {
  width: 100%;
}

.section {
  position: relative;
}
.section > .container {
  position: relative;
  margin: 0 auto;
  padding: 60px 20px;
  max-width: 850px;
}
@media only screen and (max-width: 500px) {
  .section > .container {
    padding: 34px 20px;
  }
}

.fixed-icon-area {
  position: fixed;
  bottom: 20px;
  right: 37px;
  width: 146px;
  z-index: 300;
}
@media only screen and (max-width: 650px) {
  .fixed-icon-area {
    width: 84px;
    bottom: 20px;
    right: 10px;
  }
}
.fixed-icon-area .first-btn {
  margin-bottom: 0px;
}
@media only screen and (max-width: 650px) {
  .fixed-icon-area .first-btn {
    margin-bottom: 0px;
  }
}
.fixed-icon-area a {
  position: relative;
  display: block;
  cursor: pointer;
}

/**************\
* Main
\**************/
.section-kv {
  overflow: hidden;
  margin-top: 80px;
  z-index: 100;
}
.section-kv .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-kv .mobile {
    display: block;
  }
}
.section-kv .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-kv .desktop {
    display: none;
  }
}
.section-kv .kv-title,
.section-kv .kv-sub-title,
.section-kv .kv-girl {
  position: absolute;
}
.section-kv .kv-girl {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 29.8611111111%;
  left: 17.6388888889%;
  top: 13.8972809668%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-girl {
    width: 84.2666666667%;
    left: 1.8666666667%;
    top: 44.5151033386%;
  }
}
.section-kv .kv-title {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  width: 38.0555555556%;
  left: 48.3333333333%;
  top: 6.0422960725%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-title {
    width: 86.1333333333%;
    left: 9.3333333333%;
    top: -1.1128775835%;
  }
}
.section-kv .kv-sub-title {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  width: 38.1944444444%;
  left: 47.7083333333%;
  top: 57.7039274924%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-sub-title {
    width: 93.6%;
    left: 2.6666666667%;
    top: 30.5246422893%;
  }
}

/********************\
* 數時貸線上申貸
\********************/
.section-card {
  z-index: 101;
  margin-top: -2px;
  background-image: url(../images/section_1_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 500px) {
  .section-card {
    background-image: none;
  }
}
.section-card .container {
  position: relative;
  max-width: 970px;
  padding: 40px 20px 50px 20px;
}
@media only screen and (max-width: 750px) {
  .section-card .container {
    padding: 30px 20px 30px 20px;
  }
}
.section-card .container .main-title {
  position: relative;
  font-size: 32px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  text-align: center;
  color: #1683ff;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 560px;
  padding-left: 40px;
  padding-right: 40px;
}
.section-card .container .main-title .space {
  margin-right: 20px;
}
@media only screen and (max-width: 670px) {
  .section-card .container .main-title {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
    max-width: 310px;
  }
  .section-card .container .main-title .space {
    margin-right: 7px;
  }
}
.section-card .container .main-title::before, .section-card .container .main-title::after {
  content: "";
  position: absolute;
  top: -6px;
  width: 55px;
  height: 58px;
  background-size: 100% 100%;
}
@media only screen and (max-width: 670px) {
  .section-card .container .main-title::before, .section-card .container .main-title::after {
    top: 4px;
  }
}
.section-card .container .main-title::before {
  background-image: url(../images/title_icon_left.png);
  left: 0;
}
@media only screen and (max-width: 670px) {
  .section-card .container .main-title::before {
    left: -3px;
  }
}
.section-card .container .main-title::after {
  background-image: url(../images/title_icon_right.png);
  right: 0;
}
@media only screen and (max-width: 670px) {
  .section-card .container .main-title::after {
    right: -3px;
  }
}
.section-card .container .main-title .txt-purple {
  color: #9932e2;
}
.section-card .container .section-card-title {
  position: relative;
  z-index: 1;
  font-size: 32px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  max-width: 550px;
  margin: 0 auto;
}
@media only screen and (max-width: 670px) {
  .section-card .container .section-card-title {
    font-size: 30px;
    max-width: 225px;
    padding-left: 55px;
  }
}
.section-card .container .section-card-title .title-icon {
  position: absolute;
  width: 56px;
  left: 51%;
  top: -5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 670px) {
  .section-card .container .section-card-title .title-icon {
    -webkit-transform: translate(0);
            transform: translate(0);
    top: 10px;
    left: 0;
    width: 56px;
  }
}
.section-card .container .section-card-title .section-title {
  text-align: center;
}
@media only screen and (max-width: 670px) {
  .section-card .container .section-card-title .section-title {
    text-align: left;
    line-height: 36px;
  }
}
.section-card .container .section-card-title .section-title .txt-blue {
  color: #1583ff;
  margin-right: -6px;
}
.section-card .container .section-card-title .section-title .dot-txt {
  position: relative;
  display: inline-block;
  color: #0462b7;
  margin-right: -6px;
}
.section-card .container .section-card-title .section-title .dot-txt::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffe8ba;
  bottom: -5px;
  right: -5px;
}
@media only screen and (max-width: 670px) {
  .section-card .container .section-card-title .section-title .dot-txt::after {
    width: 18px;
    height: 18px;
    bottom: -3px;
    right: -3px;
  }
}
.section-card .container .section-card-title .section-title .icon-margin {
  margin-right: 47px;
}
@media only screen and (max-width: 670px) {
  .section-card .container .section-card-title .section-title .icon-margin {
    margin-right: 0;
  }
}
.section-card .container .number-area {
  max-width: 965px;
  margin: 45px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-card .container .number-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-card .container .number-area .mobile {
    display: block;
  }
}
.section-card .container .number-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-card .container .number-area .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-card .container .number-area {
    display: block;
    max-width: 330px;
    margin: 40px auto 0 auto;
  }
}
.section-card .container .number-area .separator {
  width: 0.4798464491%;
}
@media only screen and (max-width: 500px) {
  .section-card .container .number-area .separator {
    width: 100%;
    max-width: 175px;
    margin: 12px auto;
  }
}
.section-card .container .number-area .number-block {
  position: relative;
}
@media only screen and (max-width: 500px) {
  .section-card .container .number-area .number-block {
    margin: auto;
  }
}
.section-card .container .number-area .number-block-1 {
  width: 35.1247600768%;
}
@media only screen and (max-width: 500px) {
  .section-card .container .number-area .number-block-1 {
    max-width: 313px;
    width: 100%;
  }
}
.section-card .container .number-area .number-block-2 {
  width: 33.7811900192%;
}
@media only screen and (max-width: 500px) {
  .section-card .container .number-area .number-block-2 {
    width: 301px;
    margin-top: 25px;
  }
}
.section-card .container .number-area .number-block-3 {
  width: 23.2245681382%;
}
@media only screen and (max-width: 500px) {
  .section-card .container .number-area .number-block-3 {
    width: 100%;
    max-width: 207px;
    margin-top: 25px;
  }
}
.section-card .container .btn-area {
  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-top: 40px;
}
@media only screen and (max-width: 650px) {
  .section-card .container .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 280px;
    margin: 24px auto 0 auto;
  }
}
.section-card .container .btn-area .btn-href {
  position: relative;
  max-width: 280px;
}
.section-card .container .btn-area .btn-contact {
  margin-right: 20px;
}
@media only screen and (max-width: 650px) {
  .section-card .container .btn-area .btn-contact {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.section-card .container .other-notice {
  position: relative;
  font-size: 18px;
  color: #504137;
  text-align: center;
  line-height: 26px;
  margin: 34px auto 0 auto;
  max-width: 389px;
}
@media only screen and (max-width: 650px) {
  .section-card .container .other-notice {
    max-width: 205px;
  }
}
.section-card .container .other-notice .icon-star {
  position: absolute;
  top: 0;
  left: -6px;
}
.section-card .container .other-notice .txt {
  position: relative;
  z-index: 1;
}
.section-card .container .other-notice .txt-red {
  position: relative;
  z-index: 1;
  color: #ec1c24;
}
.section-card .container .step-area {
  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: 20px auto 0 auto;
}
.section-card .container .step-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-card .container .step-area .mobile {
    display: block;
  }
}
.section-card .container .step-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-card .container .step-area .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-card .container .step-area {
    display: block;
    max-width: 325px;
    margin: 0px auto 0 auto;
  }
}
.section-card .container .circle-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 930px;
  margin: 40px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .section-card .container .circle-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 335px;
    margin-top: 20px;
  }
}
.section-card .container .circle-list .circle {
  width: 110px;
}
@media only screen and (max-width: 768px) {
  .section-card .container .circle-list .circle {
    margin-bottom: 24px;
    width: 88px;
  }
}

.section-step-content {
  background-image: url(../images/section_3_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 500px) {
  .section-step-content {
    background-image: url(../images/mobile/section_3_bg_m.png);
  }
}
.section-step-content .container {
  max-width: 900px;
  position: relative;
  margin: 0 auto;
  padding: 100px 20px 65px 20px;
}
.section-step-content .container.no-pd-top {
  padding-top: 0;
}
@media only screen and (max-width: 500px) {
  .section-step-content .container {
    padding: 30px 10px;
  }
}
.section-step-content .container .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  margin: 32px 0;
}
@media only screen and (max-width: 500px) {
  .section-step-content .container .txt {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.5;
  }
}
.section-step-content .container .txt-brown {
  font-weight: 700;
  color: #925f1e;
}
.section-step-content .section-step-title {
  max-width: 631px;
  margin: 0 auto;
}
.section-step-content .section-step-title .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-step-content .section-step-title .mobile {
    display: block;
  }
}
.section-step-content .section-step-title .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-step-content .section-step-title .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-step-content .section-step-title {
    max-width: 375px;
  }
}
.section-step-content .step-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px auto 45px auto;
  max-width: 888px;
}
@media only screen and (max-width: 500px) {
  .section-step-content .step-container {
    -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;
    margin: 20px auto 40px auto;
    max-width: 300px;
  }
}
.section-step-content .step-container .step {
  width: 29.2792792793%;
}
@media only screen and (max-width: 500px) {
  .section-step-content .step-container .step {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.section-step-content .step-container .step.last-step {
  margin-right: 0;
}
.section-step-content .step-container > .arrow {
  width: 5.1801801802%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 500px) {
  .section-step-content .step-container > .arrow {
    display: none;
  }
}
.section-step-content .people-block-area {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  border: solid 1px #fff;
  max-width: 726px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 58px 22px 47px;
}
@media only screen and (max-width: 500px) {
  .section-step-content .people-block-area {
    max-width: 350px;
    padding: 11px 34px;
  }
}
.section-step-content .people-block-area .people-block-title {
  max-width: 420px;
  margin: 0 auto;
}
.section-step-content .people-block-area .people-block-title .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-step-content .people-block-area .people-block-title .mobile {
    display: block;
  }
}
.section-step-content .people-block-area .people-block-title .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-step-content .people-block-area .people-block-title .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-step-content .people-block-area .people-block-title {
    max-width: 247px;
  }
}
.section-step-content .people-block-area .people-block-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}
@media only screen and (max-width: 500px) {
  .section-step-content .people-block-area .people-block-bottom {
    display: block;
  }
}
.section-step-content .people-block-area .people-block-bottom .block-people {
  width: 211px;
  margin-right: 8px;
}
@media only screen and (max-width: 500px) {
  .section-step-content .people-block-area .people-block-bottom .block-people {
    margin: 16px auto 0 auto;
  }
}
.section-step-content .people-block-area .people-block-bottom .block-dsc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  line-height: 1.6;
  color: #504137;
  max-width: 382px;
  margin-top: 5px;
}
@media only screen and (max-width: 500px) {
  .section-step-content .people-block-area .people-block-bottom .block-dsc {
    margin-top: 16px;
  }
}
.section-step-content .people-block-area .people-block-bottom .block-dsc .txt-margin {
  margin-right: 1px;
}
.section-step-content .people-block-area .people-block-bottom .block-dsc .txt-blue {
  color: #0071bb;
  margin-left: 2px;
}
.section-step-content .people-block-area .people-block-bottom .block-dsc .txt-bold {
  font-weight: bold;
}
.section-step-content .people-block-area .people-block-bottom .block-dsc .href-btn {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  display: block;
  position: relative;
  max-width: 270px;
  margin: 15px auto 0 auto;
}
@media only screen and (max-width: 500px) {
  .section-step-content .people-block-area .people-block-bottom .block-dsc .href-btn {
    margin: 30px auto 0 auto;
  }
}

@-webkit-keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}
@keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}
/**************\
* 常見問題
\**************/
.section-question {
  background-color: #fff;
}
.section-question .section-question-title {
  max-width: 211px;
  margin: 0 auto;
}
.section-question .container {
  position: relative;
  max-width: 1000px;
}
.section-question .container .question-content-area {
  padding-top: 40px;
}
@media only screen and (max-width: 720px) {
  .section-question .container .question-content-area {
    padding-top: 30px;
  }
}
.section-question .container .question-content-area .question-block {
  cursor: pointer;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 80px;
}
@media only screen and (max-width: 790px) {
  .section-question .container .question-content-area .question-block {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 720px) {
  .section-question .container .question-content-area .question-block {
    border-top-right-radius: 8px;
    margin-left: 55px;
  }
}
.section-question .container .question-content-area .question-block.last-question-block {
  margin-bottom: 0;
}
.section-question .container .question-content-area .question-block .question-list-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #1683ff;
  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-left: -73px;
  border-radius: 50%;
}
@media only screen and (max-width: 720px) {
  .section-question .container .question-content-area .question-block .question-list-num {
    margin-left: -65px;
  }
}
.section-question .container .question-content-area .question-block .question-list-num .icon-num {
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}
.section-question .container .question-content-area .question-block .question-title {
  border-radius: 100px;
  position: relative;
  color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  padding-left: 20px;
  padding-right: 40px;
  background-color: #fafafa;
}
@media only screen and (max-width: 720px) {
  .section-question .container .question-content-area .question-block .question-title {
    padding-left: 20px;
    min-height: 54px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 50px;
    font-size: 16px;
    line-height: 20px;
  }
}
.section-question .container .question-content-area .question-block .question-title .question-list-num {
  font-family: "SF Compact Rounded";
  font-weight: normal;
}
.section-question .container .question-content-area .question-block .question-title .title-txt {
  display: block;
}
.section-question .container .question-content-area .question-block .answer-area {
  padding-top: 20px;
  font-weight: 300;
  color: #4d4d4d;
  font-family: "Noto Sans TC";
  background-color: transparent;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 720px) {
  .section-question .container .question-content-area .question-block .answer-area {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 790px) {
  .section-question .container .question-content-area .question-block .answer-area {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-question .container .question-content-area .question-block .answer-area .table-image {
  max-width: 410px;
}
.section-question .container .question-content-area .question-block .answer-area .num-list {
  list-style: decimal;
  margin-left: 20px;
}
@media only screen and (max-width: 720px) {
  .section-question .container .question-content-area .question-block .answer-area .num-list {
    margin-left: 20px;
  }
}
.section-question .container .question-content-area .question-block .answer-area .disc {
  list-style: disc;
  padding-left: 20px;
}
.section-question .container .question-content-area .question-block .answer-area .txt-red {
  color: #ff0000;
}
.section-question .container .question-content-area .question-block .answer-area .txt-bold {
  font-weight: bold;
}
.section-question .container .question-content-area .question-block .answer-area .tag-href {
  color: #fff;
  background-color: #9932e2;
  text-decoration: none;
  padding: 2px 12px;
  border-radius: 25px;
  margin-left: 8px;
}
.section-question .container .question-content-area .question-block .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
@media only screen and (max-width: 720px) {
  .section-question .container .question-content-area .question-block .tag-list {
    display: block;
  }
}
.section-question .container .question-content-area .question-block .tag-list .tag-txt {
  background-color: #004f9d;
  height: 30px;
  width: 150px;
  min-width: 150px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-right: 10px;
}
.section-question .container .question-content-area .question-block .tag-list .tag-txt.step-tag {
  width: 70px;
  min-width: 70px;
}
@media only screen and (max-width: 720px) {
  .section-question .container .question-content-area .question-block .tag-list .tag-txt {
    margin-bottom: 5px;
  }
}
.section-question .container .question-content-area .question-block .tag-list .tag-dsc {
  color: #666666;
}
.section-question .container .question-content-area .question-block .tag-list .tag-dsc .tag-notice-txt {
  display: block;
  color: #808080;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 790px) {
  .section-question .container .question-content-area .question-block .tag-list .tag-dsc .tag-notice-txt {
    font-size: 14px;
    line-height: 21px;
  }
}
.section-question .container .question-content-area .active-red .question-list-num {
  background-color: #1683ff;
}
.section-question .container .question-content-area .active-red .question-list-num .icon-num {
  color: #fff;
}
.section-question .container .question-content-area .active-red .question-title {
  color: #1683ff;
  background-color: rgba(22, 131, 255, 0.1);
}
.section-question .container .question-content-area .active-red .icon-plus .icon {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
}
.section-question .container .question-content-area .active-red .icon-plus .icon.close {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.section-question .container .question-content-area .active-red .icon-plus .icon::before {
  content: "";
  display: block;
  width: 22px;
  height: 0px;
  border-bottom: solid 1px #959595;
  position: absolute;
  bottom: 10.5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.section-question .container .question-content-area .active-red .icon-plus .icon.close::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 1px #959595;
  position: absolute;
  bottom: 10.5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.section-question .container .question-content-area .active-red .icon-plus .icon::after {
  content: "";
  display: block;
  width: 22px;
  height: 0px;
  border-bottom: solid 1px #959595;
  position: absolute;
  bottom: 10.5px;
}

.icon-plus-area {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 720px) {
  .icon-plus-area {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}

.icon-plus {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.icon-plus .icon {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
}
.icon-plus .icon.close {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.icon-plus .icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 0px;
  border-bottom: solid 1px #959595;
  position: absolute;
  bottom: 9.5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.icon-plus .icon.close::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 1px #959595;
  position: absolute;
  bottom: 9.5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon-plus .icon::after {
  content: "";
  display: block;
  width: 20px;
  height: 0px;
  border-bottom: solid 1px #959595;
  position: absolute;
  bottom: 9.5px;
}