@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
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 {
  overflow-x: hidden;
}

body {
  color: #333333;
  font-family: "Microsoft JhengHei", "Noto Sans TC", sans-serif, Arial;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  body {
    padding-bottom: 72px;
  }
}
@media (max-width: 576px) {
  body {
    padding-bottom: 66px;
  }
}

img {
  display: block;
  border: 0;
}

@media (max-width: 900px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}
@media (max-width: 900px) {
  .mb {
    display: block;
  }
}

.container {
  position: relative;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 576px) {
  .container {
    width: 100%;
  }
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt,
dd {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

@media (max-width: 768px) {
  .kvContent .rightB .kvRight_bTx {
    left: 163px;
    top: -80px;
  }
  .kvContent .rightB .kvRight_b {
    left: 59px;
    top: -21px;
  }
}
.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 30%;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .owl-theme .owl-nav {
    margin: 0 auto;
  }
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.owl-theme .owl-nav button {
  outline: none;
  width: 60px;
  height: 60px;
  background: transparent;
  transition: 0.5s;
}
.owl-theme .owl-nav button img {
  margin: 0 auto;
}
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: -70px;
}
@media screen and (max-width: 576px) {
  .owl-theme .owl-nav .owl-prev {
    left: -50px;
  }
}
.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -70px;
}
@media screen and (max-width: 576px) {
  .owl-theme .owl-nav .owl-next {
    right: -50px;
  }
}
.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.sidebar {
  position: fixed;
  right: 45px;
  top: 50%;
  margin-top: -192px;
  width: 90px;
  text-align: center;
  z-index: 200;
}
@media (max-width: 1440px) {
  .sidebar {
    right: 15px;
  }
}
@media (max-width: 992px) {
  .sidebar {
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
.sidebar ul {
  background: #fff;
  border-radius: 30px;
  border: 5px solid #efe3d1;
}
@media (max-width: 992px) {
  .sidebar ul {
    border-radius: 0;
    display: flex;
    justify-content: space-around;
    border-top: 5px solid #efe3d1;
    border-bottom: 5px solid #efe3d1;
    border-right: none;
    border-left: none;
  }
}
@media (max-width: 992px) {
  .sidebar ul li {
    width: 25%;
  }
}
.sidebar ul li:first-child {
  border-radius: 24px 24px 0 0;
}
@media (max-width: 992px) {
  .sidebar ul li:first-child {
    border-radius: 0;
  }
}
.sidebar ul li:last-child {
  border-radius: 0 0 24px 24px;
}
@media (max-width: 992px) {
  .sidebar ul li:last-child {
    border-radius: 0;
  }
}
.sidebar ul li:last-child a::before {
  display: none;
}
.sidebar ul li:hover {
  background: #f25353;
  color: #fff;
}
.sidebar ul li:hover a::before {
  background: #f25353;
}
@media (max-width: 992px) {
  .sidebar ul li:hover a::before {
    border-right: 1px solid #f25353;
  }
}
.sidebar a {
  padding: 20px 15px;
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #91764d;
}
@media (max-width: 1680px) {
  .sidebar a {
    padding: 15px 10px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .sidebar a {
    font-size: 22px;
    padding: 24px 10px;
  }
}
@media (max-width: 576px) {
  .sidebar a {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .sidebar a {
    font-size: 15px;
  }
}
.sidebar a:hover {
  color: #fff;
}
.sidebar a:hover::before {
  background: #f25353;
}
.sidebar a::before {
  position: absolute;
  content: "";
  width: 67%;
  height: 1px;
  background: #c7b9a4;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .sidebar a::before {
    display: block;
    left: auto;
    right: 0;
    bottom: 0;
    top: 0;
    width: 0;
    height: 30px;
    margin: auto;
    border-right: 1px solid #c7b9a4;
    background: none;
  }
}
@media (max-width: 992px) {
  .sidebar a br {
    display: none;
  }
}
.sidebar .active {
  background: #f25353;
  color: #fff;
  border-radius: 24px 24px 0 0;
}
@media (max-width: 992px) {
  .sidebar .active {
    border-radius: 0;
  }
}

.fontRed-200 {
  color: #e72929;
}

.fontRed-300 {
  color: #ff484f;
}

.fontRed-400 {
  color: #f25353;
}

.fontRed-700 {
  color: #6e4545;
}

.fontBlue-700 {
  color: #305161;
}

.fontBlack-300 {
  color: #333;
}

.ft-orange-500 {
  color: #ff6600;
}

.ft-yellow-500 {
  color: #fff000;
}

.ft-yellow-1 {
  color: #fff60c;
}

.ft-green-1 {
  color: #156a6b;
}

.ft-green-2 {
  color: #abf0ed;
}

.bgGray-200 {
  background: #dfdfdf;
}

.bgWhite {
  background: #fff;
}

.bgBrown {
  background: #fbf8f1;
}

.bgGreen-200 {
  background: #dafafb;
}

.bgOrange-500 {
  background: #ff6600;
}

.bd-2-White {
  border: 2px solid #fff;
}

.textUnderline {
  text-decoration: underline;
}

.mywayLogo {
  position: absolute;
  left: 30px;
  top: 38px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .mywayLogo {
    left: 15px;
  }
}
@media (max-width: 1366px) {
  .mywayLogo {
    width: 115px;
    top: 24px;
  }
}
@media (max-width: 1200px) {
  .mywayLogo {
    width: 115px;
  }
}
@media (max-width: 768px) {
  .mywayLogo {
    top: 11px;
  }
}
@media (max-width: 576px) {
  .mywayLogo {
    width: 90px !important;
  }
}
@media (max-width: 390px) {
  .mywayLogo {
    top: 8px;
  }
}
@media (max-width: 320px) {
  .mywayLogo {
    top: 4px;
  }
}

.anchor {
  width: 50px;
  height: 50px;
  position: absolute;
}

.anchorStep {
  width: 50px;
  height: 50px;
  top: -50px;
  position: absolute;
}

@media (max-width: 390px) {
  .mb390-none {
    display: none;
  }
}

.mb390-inline-block {
  display: none;
}
@media (max-width: 390px) {
  .mb390-inline-block {
    display: inline-block;
  }
}

.mb360-inline-block {
  display: none;
}
@media (max-width: 360px) {
  .mb360-inline-block {
    display: inline-block;
  }
}

@media (max-width: 380px) {
  .mb375-none {
    display: none;
  }
}

@media (max-width: 360px) {
  .mb360-none {
    display: none;
  }
}

.mb320-block {
  display: none;
}
@media (max-width: 320px) {
  .mb320-block {
    display: block;
  }
}

.shinyAnimate {
  overflow: hidden;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.shinyAnimate::before {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 80px 200px;
  opacity: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: mask-ani;
  animation-name: mask-ani;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (max-width: 576px) {
  .shinyAnimate::before {
    padding: 30px 200px;
  }
}

@-webkit-keyframes mask-ani {
  0% {
    -webkit-transform: rotate(-36deg) translate(0px, -600px);
    transform: rotate(-36deg) translate(0px, -600px);
  }
  70%, 100% {
    -webkit-transform: rotate(-36deg) translate(0px, 600px);
    transform: rotate(-36deg) translate(0px, 600px);
  }
}
@keyframes mask-ani {
  0% {
    -webkit-transform: rotate(-36deg) translate(0px, -600px);
    transform: rotate(-36deg) translate(0px, -600px);
  }
  70%, 100% {
    -webkit-transform: rotate(-36deg) translate(0px, 600px);
    transform: rotate(-36deg) translate(0px, 600px);
  }
}
@media (max-width: 576px) {
  @-webkit-keyframes mask-ani {
    0% {
      -webkit-transform: rotate(-36deg) translate(0px, -200px);
      transform: rotate(-36deg) translate(0px, -200px);
    }
    70%, 100% {
      -webkit-transform: rotate(-36deg) translate(0px, 200px);
      transform: rotate(-36deg) translate(0px, 200px);
    }
  }
  @keyframes mask-ani {
    0% {
      -webkit-transform: rotate(-36deg) translate(0px, -200px);
      transform: rotate(-36deg) translate(0px, -200px);
    }
    70%, 100% {
      -webkit-transform: rotate(-36deg) translate(0px, 200px);
      transform: rotate(-36deg) translate(0px, 200px);
    }
  }
}
.verAlignMiddle {
  vertical-align: middle;
}

.NumberType {
  padding-left: 0;
  counter-reset: myIndex 0;
}
.NumberType > li {
  counter-increment: myIndex 1;
  padding-left: 25px;
  list-style: none;
}
.NumberType > li::before {
  margin-left: -25px;
  content: "" counter(myIndex) "";
  float: left;
  color: #887456;
}
.NumberType > li:last-child {
  padding-bottom: 0;
}
.NumberType.tdinner {
  padding-left: 0 !important;
}

.counterType {
  padding-left: 0;
  counter-reset: myIndex 0;
}
.counterType > li {
  counter-increment: myIndex 1;
  padding-left: 25px;
  list-style: none;
}
.counterType > li::before {
  margin-left: -25px;
  content: "(" counter(myIndex) ").";
  float: left;
}
.counterType > li:last-child {
  padding-bottom: 0;
}
.counterType.tdinner {
  padding-left: 0 !important;
}

.counterTypeNoDot > li::before {
  content: "(" counter(myIndex) ")";
}

.noteNbrLister {
  padding-left: 0;
}
.noteNbrLister > li {
  counter-increment: noteIndex;
  padding-left: 40px;
  list-style: none;
  padding-bottom: 0.5rem;
  margin-bottom: 0 !important;
}
.noteNbrLister > li::before {
  margin-left: -35px;
  content: "註" counter(noteIndex) "：";
  float: left;
}
.noteNbrLister > li:last-child {
  padding-bottom: 0;
}
.noteNbrLister.tdinner {
  padding-left: 0 !important;
}

.btnBlock_two {
  display: flex;
}
@media (max-width: 576px) {
  .btnBlock_two {
    text-align: center;
    justify-content: center;
  }
}
.btnBlock_two a {
  width: 300px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .btnBlock_two a {
    width: 250px;
  }
}
.btnBlock_two p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 576px) {
  .btnBlock_two p {
    font-size: 16px;
  }
}
.btnBlock_two p a {
  color: #156a6b;
  text-decoration: underline;
}
@media (max-width: 576px) {
  .btnBlock_two p a {
    font-size: 16px;
    padding: 0;
  }
}

.brief {
  font-size: 22px;
  color: #444;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  line-height: 150%;
}
@media (max-width: 992px) {
  .brief {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .brief {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .brief {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .brief {
    font-size: 12px;
  }
}

.card-bd-brown {
  background: #fff;
  border: 2px solid #eae1d4;
  border-radius: 10px;
  box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.06);
  font-weight: 600;
  line-height: 150%;
}

.h3Title {
  font-size: 32px;
  font-weight: 600;
  color: #156a6b;
}
@media (max-width: 1440px) {
  .h3Title {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .h3Title {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .h3Title {
    font-size: 20px;
  }
}

.h4Title {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .h4Title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .h4Title {
    margin-bottom: 10px;
  }
}

.brief_p {
  font-size: 18px;
  text-align: left;
  display: inline-block;
  line-height: 150%;
  color: #444;
}
@media (max-width: 1440px) {
  .brief_p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .brief_p {
    font-size: 14px;
  }
}
.brief_p abbr {
  font-size: 34px;
}
@media (max-width: 1440px) {
  .brief_p abbr {
    font-size: 24px;
  }
}

.btn {
  position: relative;
  padding: 4px 22px;
  font-weight: 500;
  background: transparent;
  transition: all 0.3s ease;
  display: inline-block;
  color: #218485;
  z-index: 1;
  border-radius: 30px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.btn-white {
  background: #fff;
  color: #218485;
}
@media (max-width: 576px) {
  .btn-white {
    font-size: 15px;
    padding: 2px 16px;
  }
}
.btn-white:hover {
  color: #218485;
  background: #fff000;
}

.btnGo {
  font-size: 22px;
  display: inline-flex;
  padding: 2px 20px;
  margin-top: 20px;
}
.btnGo img {
  width: 7px;
  margin-left: 8px;
}

.btnGoBlue {
  color: #467186;
  border: 3px solid #b7c4cd;
  background: #f5f6f9;
}
.btnGoBlue span {
  position: relative;
  display: block;
  padding-right: 17px;
}
.btnGoBlue span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 11px;
  margin: auto;
  background: url(../../images/arrowBlue.svg) no-repeat;
  background-size: 100%;
}
.btnGoBlue:hover {
  background: #467186;
  color: #fff;
}
.btnGoBlue:hover span::after {
  content: "";
  background: url(../../images/arrowWhite.svg) no-repeat;
  background-size: 100%;
}

.btnGoRed {
  color: #c06969;
  border: 3px solid #e9c2c2;
  background: #fff2f2;
}
.btnGoRed span {
  position: relative;
  display: block;
  padding-right: 17px;
}
.btnGoRed span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 11px;
  margin: auto;
  background: url(../../images/arrowRed.svg) no-repeat;
  background-size: 100%;
}
.btnGoRed:hover {
  background: #c06969;
  color: #fff;
}
.btnGoRed:hover span::after {
  background: url(../../images/arrowWhite.svg) no-repeat;
  background-size: 100%;
}

.btnGoGreen {
  color: #257273;
  border: 3px solid #c4dbd6;
  background: #fff;
}
@media (max-width: 992px) {
  .btnGoGreen {
    font-size: 18px;
  }
}
.btnGoGreen span {
  position: relative;
  display: block;
  padding-right: 17px;
}
.btnGoGreen span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 11px;
  margin: auto;
  background: url(../../images/arrowGreen.svg) no-repeat;
  background-size: 100%;
}
.btnGoGreen:hover {
  background: #257273;
  color: #fff;
}
.btnGoGreen:hover span::after {
  background: url(../../images/arrowWhite.svg) no-repeat;
  background-size: 100%;
}

.btnGreenBd {
  color: #257273;
  background: #fff;
  border: 3px solid #c4dbd6;
}
@media (max-width: 992px) {
  .btnGreenBd {
    font-size: 18px;
  }
}
.btnGreenBd span {
  position: relative;
  display: block;
}
.btnGreenBd:hover {
  background: #257273;
  color: #fff;
}

.btnOrange {
  color: #fff;
  background: #ff6600;
  border: 3px solid #fff;
}
@media (max-width: 992px) {
  .btnOrange {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .btnOrange {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .btnOrange {
    font-size: 12px;
    padding: 2px 22px;
  }
}
.btnOrange span {
  position: relative;
  display: block;
}
.btnOrange:hover {
  background: #fff;
  color: #ff6600;
}

.btnBrownBd {
  color: #817055;
  background: #fff;
  border: 3px solid #d6cab7;
}
@media (max-width: 992px) {
  .btnBrownBd {
    font-size: 18px;
  }
}
.btnBrownBd span {
  position: relative;
  display: block;
  margin: 0 auto;
}
.btnBrownBd:hover {
  background: #887456;
  color: #fff;
}

.moreBtn {
  color: #ff484f;
  text-decoration: underline;
}
.moreBtn:hover {
  color: #ff484f;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .twoBtnFz {
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .twoBtnFz {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .twoBtnFz {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .twoBtnFz {
    padding: 2px 15px;
  }
}
@media (max-width: 380px) {
  .twoBtnFz {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .twoBtnFz {
    padding: 2px 12px;
  }
}
@media (max-width: 320px) {
  .twoBtnFz {
    font-size: 12px;
    padding: 2px 7px;
  }
}

.twoBtnW {
  margin-right: 0.5rem;
}
@media (max-width: 390px) {
  .twoBtnW {
    width: 158px;
    margin-bottom: 1rem;
    margin-right: 0;
  }
}

.btn-x {
  display: flex;
  margin-left: -20px;
}
@media (max-width: 1440px) {
  .btn-x {
    margin-left: -15px;
  }
}
@media (max-width: 576px) {
  .btn-x {
    margin-left: -8px;
  }
}
.btn-x li:first-child a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 18px;
  background: #127872;
}
.btn-x a {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #077b74;
  padding: 2px 20px;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .btn-x a {
    font-size: 18px;
    padding: 2px 15px;
  }
}
@media (max-width: 1200px) {
  .btn-x a {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .btn-x a {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .btn-x a {
    font-size: 12px;
    padding: 2px 8px;
  }
}
@media (max-width: 320px) {
  .btn-x a {
    padding: 2px 6px;
  }
}
.btn-x a:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}

.btn-x-one {
  margin-left: -20px;
}
@media (max-width: 1440px) {
  .btn-x-one {
    margin-left: -15px;
  }
}
@media (max-width: 576px) {
  .btn-x-one {
    margin-left: -8px;
  }
}
.btn-x-one a {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #077b74;
  padding: 2px 20px;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .btn-x-one a {
    font-size: 18px;
    padding: 2px 15px;
  }
}
@media (max-width: 1200px) {
  .btn-x-one a {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .btn-x-one a {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .btn-x-one a {
    font-size: 12px;
    padding: 2px 8px;
  }
}
@media (max-width: 320px) {
  .btn-x-one a {
    padding: 2px 6px;
  }
}
.btn-x-one a:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}

.greenImgBtn {
  background: #1a8e8f;
  border-radius: 5px;
  color: #fff;
  padding: 16px 50px;
}
@media (max-width: 1280px) {
  .greenImgBtn {
    padding: 16px 30px;
  }
}
@media (max-width: 1200px) {
  .greenImgBtn {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .greenImgBtn {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .greenImgBtn {
    font-size: 16px;
    padding: 15px;
  }
}
.greenImgBtn span {
  position: relative;
  padding-left: 46px;
}
@media (max-width: 576px) {
  .greenImgBtn span {
    padding-left: 35px;
  }
}
.greenImgBtn span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 36px;
  margin: auto;
  background: url(../../images/money/bell.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 576px) {
  .greenImgBtn span::after {
    width: 23px;
    height: 26px;
  }
}
.greenImgBtn:hover {
  color: #fed716;
}
.greenImgBtn:hover span::after {
  background: url(../../images/money/bell_hover.png) no-repeat;
  background-size: 100%;
}

.redBtn {
  border-radius: 5px;
  color: #fff;
  padding: 16px 50px;
  background: #f25353;
  min-width: 268px;
}
@media (max-width: 1280px) {
  .redBtn {
    min-width: 228px;
  }
}
@media (max-width: 1200px) {
  .redBtn {
    font-size: 18px;
    min-width: 198px;
  }
}
@media (max-width: 992px) {
  .redBtn {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .redBtn {
    font-size: 16px;
    min-width: 147px;
    padding: 15px;
  }
}
@media (max-width: 320px) {
  .redBtn {
    min-width: 127px;
  }
}
.redBtn:hover {
  color: #fff;
  background: #ffa300;
}

.btnMoney {
  font-size: 26px;
  min-width: 200px;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .btnMoney {
    font-size: 20px;
    min-width: 160px;
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .btnMoney {
    font-size: 16px;
    min-width: 0;
    padding: 4px 10px;
  }
}
@media (max-width: 390px) {
  .btnMoney {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .btnMoney {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .btnMoney {
    font-size: 12px;
  }
}

.btnGray {
  background: #d5d5d5;
  cursor: auto !important;
}
.btnGray:hover {
  background: #d5d5d5;
  color: #fff;
}
.btnGray:hover span::after {
  background: url(../../images//money/bell.png) no-repeat;
  background-size: 100%;
}

.btn-ft-sm {
  font-size: 20px;
}
@media (max-width: 992px) {
  .btn-ft-sm {
    font-size: 18px;
  }
}

.header .qrcode--ctbc {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 51px;
  background: url(qrcode/phishing_btn.svg) no-repeat 100%/100% auto, #016060;
  z-index: 500;
  color: #fff;
  font-size: 0;
}

.popup,
.popup2 {
  width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  text-align: center;
  position: fixed;
  z-index: 999999;
  background-color: #ffffff;
  display: none;
  border-radius: 10px;
  padding: 30px;
  color: #156a6b;
  border: 3px solid #77e6d2;
}
@media (max-width: 576px) {
  .popup,
  .popup2 {
    width: 90%;
  }
}
.popup h2,
.popup2 h2 {
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .popup h2,
  .popup2 h2 {
    font-size: 26px;
  }
}
@media (max-width: 320px) {
  .popup h2,
  .popup2 h2 {
    font-size: 22px;
  }
}
.popup .closeBtn,
.popup2 .closeBtn {
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}

.popup_bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  display: none;
  top: 0;
}

.notePopup {
  padding: 20px 0 10px 0;
}
@media (max-width: 576px) {
  .notePopup {
    padding: 0 0 30px 0;
  }
}
.notePopup a {
  display: block;
  font-size: 22px;
  color: #156a6b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .notePopup a {
    font-size: 18px;
  }
}

.popupNote {
  width: 900px;
  color: #333333;
}
@media (max-width: 992px) {
  .popupNote {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .popupNote {
    padding: 15px;
  }
}
.popupNote h2 {
  font-size: 22px;
  padding-bottom: 10px;
}
.popupNote ol {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0;
  padding-inline-start: 23px;
  font-size: 14px;
}
@media (max-width: 576px) {
  .popupNote ol {
    margin-inline-start: 5px;
  }
}
.popupNote ol li {
  text-align: left;
  list-style-type: decimal;
  margin: 0.3em 0;
  line-height: 170%;
}
@media (max-width: 576px) {
  .popupNote ol li {
    padding-left: 0;
  }
}
.popupNote ol ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 23px;
}
.popupNote ol ul li {
  list-style-type: disc;
  padding-left: 0em;
  margin: 0.7em 0;
  line-height: 150%;
}
@media (max-width: 576px) {
  .popupNote ol ul li {
    padding-left: 0;
  }
}
.popupNote ol .counterType {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.popupNote ol .counterType li {
  list-style: none;
}

.popupBlock {
  overflow-y: auto;
  max-height: 500px;
}
@media (max-width: 576px) {
  .popupBlock {
    max-height: 300px;
  }
}

.stepBlock {
  position: relative;
  padding: 60px 0 20px 0;
  color: #444;
}
@media (max-width: 992px) {
  .stepBlock {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 576px) {
  .stepBlock {
    padding: 25px 0 0 0;
  }
}
.stepBlock::before {
  content: "";
  position: absolute;
  background: #fbf8f1;
  height: 83px;
  width: 100%;
  bottom: 0;
}
@media (max-width: 576px) {
  .stepBlock .container {
    padding-left: 6px;
    padding-right: 0;
  }
}
.stepBlock p {
  font-size: 28px;
  font-weight: bold;
  line-height: 140%;
}
@media (max-width: 1440px) {
  .stepBlock p {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .stepBlock p {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .stepBlock p {
    font-size: 18px;
    padding: 0 8px;
  }
}
@media (max-width: 360px) {
  .stepBlock p {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .stepBlock p {
    font-size: 15px;
  }
}
.stepBlock .stepItem li {
  position: relative;
}
.stepBlock .stepItem li a {
  position: relative;
  display: block;
  border: 2px solid #cdeded;
  background: #fff;
  border-radius: 10px;
  margin: 56px 5px 30px 5px;
  text-align: center;
  padding: 30px 0;
  font-size: 36px;
  color: #156a6b;
  font-weight: bold;
  box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1440px) {
  .stepBlock .stepItem li a {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .stepBlock .stepItem li a {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .stepBlock .stepItem li a {
    margin-top: 42px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .stepBlock .stepItem li a {
    font-size: 18px;
    padding: 25px 0;
  }
}
@media (max-width: 576px) {
  .stepBlock .stepItem li a {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 390px) {
  .stepBlock .stepItem li a {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .stepBlock .stepItem li a {
    font-size: 12px;
  }
}
.stepBlock .stepItem li a span {
  position: relative;
}
.stepBlock .stepItem li a span::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 10px;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../../images/arrowRed-300.svg) no-repeat;
}
@media (max-width: 992px) {
  .stepBlock .stepItem li a span::after {
    right: -26px;
  }
}
@media (max-width: 576px) {
  .stepBlock .stepItem li a span::after {
    width: 12px;
    height: 8px;
    background-size: 100%;
    right: -20px;
  }
}
@media (max-width: 320px) {
  .stepBlock .stepItem li a span::after {
    right: -17px;
  }
}
.stepBlock .stepItem .step1 {
  padding-left: 45px;
}
@media (max-width: 1440px) {
  .stepBlock .stepItem .step1 {
    padding-left: 17px;
  }
}
@media (max-width: 576px) {
  .stepBlock .stepItem .step1 {
    padding-left: 0;
  }
}
.stepBlock .stepItem .step1::before {
  content: "";
  display: block;
  position: absolute;
  width: 63px;
  height: 101px;
  left: -7px;
  top: -56px;
  background: url(../../images/invest/step1.png) no-repeat;
}
@media (max-width: 1440px) {
  .stepBlock .stepItem .step1::before {
    width: 50px;
    height: 80px;
    background-size: 100%;
    left: -22px;
    top: -48px;
  }
}
@media (max-width: 576px) {
  .stepBlock .stepItem .step1::before {
    width: 40px;
    height: 64px;
    left: -29px;
    top: -42px;
  }
}
@media (max-width: 390px) {
  .stepBlock .stepItem .step1::before {
    width: 35px;
    height: 64px;
    top: -38px;
  }
}
@media (max-width: 380px) {
  .stepBlock .stepItem .step1::before {
    left: -25px;
  }
}
@media (max-width: 320px) {
  .stepBlock .stepItem .step1::before {
    width: 30px;
    height: 48px;
    top: -33px;
  }
}
.stepBlock .stepItem .step2 {
  padding-left: 18px;
}
@media (max-width: 1200px) {
  .stepBlock .stepItem .step2 {
    padding-left: 11px;
  }
}
@media (max-width: 768px) {
  .stepBlock .stepItem .step2 {
    padding-left: 0;
  }
}
.stepBlock .stepItem .step2::before {
  content: "";
  display: block;
  position: absolute;
  width: 63px;
  height: 101px;
  left: -29px;
  top: -56px;
  background: url(../../images/invest/step2.png) no-repeat;
}
@media (max-width: 1440px) {
  .stepBlock .stepItem .step2::before {
    width: 50px;
    height: 80px;
    background-size: 100%;
    left: -22px;
    top: -48px;
  }
}
@media (max-width: 1200px) {
  .stepBlock .stepItem .step2::before {
    left: -25px;
  }
}
@media (max-width: 576px) {
  .stepBlock .stepItem .step2::before {
    width: 40px;
    height: 64px;
    left: -27px;
    top: -42px;
  }
}
@media (max-width: 390px) {
  .stepBlock .stepItem .step2::before {
    width: 35px;
    height: 64px;
    top: -38px;
  }
}
@media (max-width: 380px) {
  .stepBlock .stepItem .step2::before {
    left: -23px;
  }
}
@media (max-width: 320px) {
  .stepBlock .stepItem .step2::before {
    width: 30px;
    height: 48px;
    top: -33px;
    left: -20px;
  }
}
.stepBlock .stepItem .step3 {
  padding-left: 18px;
}
@media (max-width: 1200px) {
  .stepBlock .stepItem .step3 {
    padding-left: 11px;
  }
}
@media (max-width: 768px) {
  .stepBlock .stepItem .step3 {
    padding-left: 0;
  }
}
.stepBlock .stepItem .step3::before {
  content: "";
  display: block;
  position: absolute;
  width: 63px;
  height: 101px;
  left: -28px;
  top: -56px;
  background: url(../../images/invest/step3.png) no-repeat;
}
@media (max-width: 1440px) {
  .stepBlock .stepItem .step3::before {
    width: 50px;
    height: 80px;
    background-size: 100%;
    left: -22px;
    top: -48px;
  }
}
@media (max-width: 1200px) {
  .stepBlock .stepItem .step3::before {
    left: -25px;
  }
}
@media (max-width: 576px) {
  .stepBlock .stepItem .step3::before {
    width: 40px;
    height: 64px;
    left: -27px;
    top: -42px;
  }
}
@media (max-width: 390px) {
  .stepBlock .stepItem .step3::before {
    width: 35px;
    height: 64px;
    top: -38px;
  }
}
@media (max-width: 380px) {
  .stepBlock .stepItem .step3::before {
    left: -23px;
  }
}
@media (max-width: 320px) {
  .stepBlock .stepItem .step3::before {
    width: 30px;
    height: 48px;
    top: -33px;
    left: -20px;
  }
}
.stepBlock .stepItem img {
  width: auto;
}
.stepBlock .stepItem-2 {
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .stepBlock .stepItem-2 {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .orderBlock .container {
    padding-left: 0;
  }
}

.stepH2 {
  font-size: 36px;
  color: #156a6b;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .stepH2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .stepH2 {
    font-size: 28px;
  }
}
.stepH2 span {
  position: relative;
  z-index: 1;
}
.stepH2 span::after {
  position: absolute;
  content: "";
  background: #ffbe4e;
  height: 15px;
  width: 100%;
  border-radius: 30px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.breifBlock {
  background: #fff;
  border: 2px solid #eae1d4;
  border-radius: 15px;
  box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 35px;
}
.breifBlock .title {
  font-size: 42px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .breifBlock .title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .breifBlock .title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .breifBlock .title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .breifBlock .title {
    text-align: center;
  }
}
.breifBlock p {
  color: #444444;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 1440px) {
  .breifBlock p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .breifBlock p {
    text-align: center;
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  .breifBlock p {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .breifBlock p {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .breifBlock p {
    font-size: 13px;
  }
}
.breifBlock p span {
  color: #e30000;
}
.breifBlock .left {
  position: relative;
  padding: 60px 70px 20px 60px;
  border-right: 2px solid #eae1d4;
}
@media (max-width: 1200px) {
  .breifBlock .left {
    padding: 60px 50px 20px 60px;
  }
}
@media (max-width: 992px) {
  .breifBlock .left {
    padding: 40px 40px 20px 40px;
  }
}
@media (max-width: 576px) {
  .breifBlock .left {
    padding: 25px 15px 30px 15px;
    border-right: none;
    border-bottom: 2px solid #eae1d4;
  }
}
.breifBlock .left::after {
  content: "";
  display: block;
  position: absolute;
  width: 43px;
  height: 43px;
  right: -21px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../../images/invest/stepArrow.png) no-repeat;
  z-index: 1;
}
@media (max-width: 576px) {
  .breifBlock .left::after {
    right: 0;
    left: 0;
    bottom: -21px;
    top: auto;
    margin: 0 auto;
    transform: rotate(90deg);
  }
}
.breifBlock .left .title {
  color: #887456;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .breifBlock .left .title {
    margin-bottom: 15px;
  }
}
.breifBlock .left figure {
  margin-top: 35px;
}
@media (max-width: 576px) {
  .breifBlock .left figure {
    margin-top: 20px;
  }
}
.breifBlock .left img {
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .breifBlock .left img {
    width: 100%;
  }
}
.breifBlock .img-b {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.breifBlock .right {
  padding: 10px 0 50px 60px;
  background: #f9f9f9;
  border-radius: 0 15px 15px 0;
}
@media (max-width: 1440px) {
  .breifBlock .right {
    padding: 10px 30px 50px 60px;
  }
}
@media (max-width: 1280px) {
  .breifBlock .right {
    padding: 10px 60px 50px 60px;
  }
}
@media (max-width: 1200px) {
  .breifBlock .right {
    padding: 10px 40px 50px 40px;
  }
}
@media (max-width: 992px) {
  .breifBlock .right {
    padding: 10px 10px 50px 40px;
  }
}
@media (max-width: 834px) {
  .breifBlock .right {
    padding: 10px 10px 50px 50px;
  }
}
@media (max-width: 576px) {
  .breifBlock .right {
    padding: 10px 5px 30px 5px;
    border-radius: 0 0 15px 15px;
  }
}
@media (max-width: 390px) {
  .breifBlock .right {
    padding: 10px 5px 30px 5px;
  }
}
.breifBlock .right .txt {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .breifBlock .right .txt {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .breifBlock .right .txt .btnBlock {
    text-align: center;
  }
}
.breifBlock .right .title {
  color: #156a6b;
  margin-bottom: 17px;
}

.step1Area {
  position: relative;
  background: #fbf8f1;
  padding: 45px 0;
}
@media (max-width: 1440px) {
  .step1Area {
    padding-top: 15px;
  }
}
@media (max-width: 576px) {
  .step1Area {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.step1Area .breifBlock .step_b1 {
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .step1Area .breifBlock .step_b1 {
    margin: 0 auto;
  }
}

.step2Area {
  position: relative;
  padding: 45px 0;
}
@media (max-width: 576px) {
  .step2Area {
    padding: 30px 0 10px 0;
  }
}

.step3Area {
  position: relative;
  background: #fbf8f1;
  padding: 45px 0 0 0;
  border-bottom: 2px solid #cdcdcd;
}
@media (max-width: 576px) {
  .step3Area {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 992px) {
  .step3Area .container {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .step3Area .container {
    padding: 0 10px;
  }
}
.step3Area .subTitle {
  font-size: 22px;
  color: #686868;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
  line-height: 150%;
}
@media (max-width: 576px) {
  .step3Area .subTitle {
    margin-bottom: 40px;
  }
}

.orderBox {
  position: relative;
}

.anchorOrder {
  top: -100px;
}
@media (max-width: 576px) {
  .anchorOrder {
    top: -80px;
  }
}

.orderItem {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .orderItem {
    max-width: 100%;
  }
}
.orderItem li {
  position: relative;
}
.orderItem li a {
  position: relative;
  display: block;
  border: 2px solid #cdeded;
  background: #fff;
  border-radius: 10px;
  margin: 56px 5px 30px 5px;
  text-align: center;
  padding: 30px 0;
  font-size: 30px;
  color: #156a6b;
  font-weight: bold;
  box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1440px) {
  .orderItem li a {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .orderItem li a {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .orderItem li a {
    margin-top: 42px;
  }
}
@media (max-width: 768px) {
  .orderItem li a {
    padding: 25px 0;
  }
}
@media (max-width: 576px) {
  .orderItem li a {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 320px) {
  .orderItem li a {
    font-size: 12px;
  }
}
.orderItem li a span {
  position: relative;
}
.orderItem li a span::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 10px;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../../images/arrowRed-300.svg) no-repeat;
}
@media (max-width: 992px) {
  .orderItem li a span::after {
    right: -26px;
  }
}
@media (max-width: 576px) {
  .orderItem li a span::after {
    width: 12px;
    height: 8px;
    background-size: 100%;
    right: -20px;
  }
}
@media (max-width: 320px) {
  .orderItem li a span::after {
    right: -17px;
  }
}
.orderItem li a small {
  font-size: 20px;
}
@media (max-width: 992px) {
  .orderItem li a small {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .orderItem li a small {
    font-size: 12px;
  }
}
.orderItem img {
  width: auto;
}

.orderH2 {
  font-size: 36px;
  color: #156a6b;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .orderH2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .orderH2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.orderH2 span {
  font-size: 28px;
  color: #fff;
  background: #156a6b;
  border-radius: 30px 30px 30px 0;
  padding: 6px 20px;
  margin-right: 15px;
}
@media (max-width: 992px) {
  .orderH2 span {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .orderH2 span {
    font-size: 16px;
    margin-right: 10px;
  }
}
.orderH2 .bgOrange-500 {
  background: #ff6600;
}
.orderH2 abbr {
  position: relative;
  z-index: 1;
}
.orderH2 abbr::after {
  position: absolute;
  content: "";
  background: #ffbe4e;
  height: 15px;
  width: 100%;
  border-radius: 30px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 576px) {
  .orderH2 abbr::after {
    height: 8px;
  }
}

@media (max-width: 576px) {
  .orderH2-sm {
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .orderH2-sm {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .orderH2-sm {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .orderH2-sm span {
    padding: 6px 10px;
    font-size: 12px;
  }
}

.briefBlock_icon {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  .briefBlock_icon {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .briefBlock_icon {
    margin-bottom: 50px;
  }
}
.briefBlock_icon .left {
  border: none;
  padding: 60px 0px 35px 70px;
}
@media (max-width: 992px) {
  .briefBlock_icon .left {
    padding: 40px 0px 20px 20px;
  }
}
@media (max-width: 576px) {
  .briefBlock_icon .left {
    padding: 25px 10px 30px 10px;
  }
}
.briefBlock_icon .left::after {
  display: none;
}
@media (max-width: 1200px) {
  .briefBlock_icon .left img {
    width: auto;
  }
}
.briefBlock_icon .right {
  background: transparent;
  padding: 60px;
  padding-bottom: 35px;
}
@media (max-width: 992px) {
  .briefBlock_icon .right {
    padding: 0;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .briefBlock_icon .right {
    padding: 20px 0;
  }
}
@media (max-width: 1440px) {
  .briefBlock_icon .right img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .briefBlock_icon .right img {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .briefBlock_icon .right img {
    width: 80%;
  }
}
@media (max-width: 1440px) {
  .briefBlock_icon .right .img-b {
    width: auto;
  }
}
@media (max-width: 1200px) {
  .briefBlock_icon .right .img-b {
    width: 100%;
  }
}
.briefBlock_icon .img-bBlock {
  align-self: flex-end;
}
@media (max-width: 992px) {
  .briefBlock_icon .mark {
    width: 90%;
    margin: 0 auto;
  }
}
.briefBlock_icon .iconList li {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #444;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .briefBlock_icon .iconList li {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .briefBlock_icon .iconList li {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .briefBlock_icon .iconList li {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .briefBlock_icon .iconList li {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .briefBlock_icon .iconList li dt img {
    width: 25px;
  }
}
.briefBlock_icon .iconList li dd {
  font-weight: 600;
  line-height: 150%;
  color: #444;
  margin-left: 7px;
  margin-top: 5px;
  width: 100%;
}
@media (max-width: 576px) {
  .briefBlock_icon .iconList li dd {
    margin-top: 0;
  }
}
.briefBlock_icon .iconList li dd span {
  color: #156a6b;
}
.briefBlock_icon .iconList li li {
  display: block;
  padding-bottom: 4px;
}
.briefBlock_icon .iconList li li small {
  font-size: 15px;
}

.collapseLister {
  margin: 0 auto;
  text-align: left;
  padding: 0;
  line-height: 1.5;
}
.collapseLister .collapse.show {
  height: 100%;
}
.collapseLister .card {
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 2px solid #eae1d4;
  background-clip: border-box;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #ffffff;
}
.collapseLister .card-body {
  background: #f9f9f9;
  padding: 1rem;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-height: 1px;
}
.collapseLister .card-link + .card-link {
  margin-left: 1.25rem;
}
.collapseLister .card-header {
  padding: 0;
  background-color: #ffffff;
  border-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
.collapseLister .card-header > .card-link[data-toggle=collapse] {
  text-decoration: none;
  display: block;
  padding: 1rem 2.5rem 1rem 50px;
  color: #026c6b;
  cursor: pointer;
}
.collapseLister .card-header > .card-link[data-toggle=collapse]::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 32px;
  top: 12px;
  left: 1rem;
  background: url("../../images/QA_icon_q.png");
}
.collapseLister .card-header > .card-link[data-toggle=collapse]::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 20px;
  width: 20px;
  display: block;
  transform: rotate(0deg);
  transition: -webkit-transform 0.2s ease-in-out;
  background: url("../../images/QA_icon_plus.png") no-repeat center center/20px;
}
.collapseLister .card-header > .card-link[data-toggle=collapse][aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("../../images/QA_icon_minus.png") no-repeat center center/20px;
}
.collapseLister .txtBlk {
  color: #222222;
  position: relative;
  padding: 1rem 2.5rem 1rem 50px;
  border-top: 2px solid #eae1d4;
}
.collapseLister .txtBlk::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 32px;
  top: 12px;
  left: 1rem;
  background: url("../../images/QA_icon_a.png") no-repeat center;
}
.collapseLister .txtBlk a {
  color: #026c6b;
  text-decoration: underline;
}

header {
  position: relative;
}
header.active {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  z-index: 500;
}
@media screen and (max-width: 576px) {
  header.active {
    padding: 5px 0;
  }
}
header.active .container {
  padding: 0 50px;
}
@media screen and (max-width: 576px) {
  header.active .container {
    padding: 0 1rem;
  }
}
header.active .container .logo img {
  width: 160px;
}
@media screen and (max-width: 576px) {
  header.active .container .logo img {
    width: 150px;
  }
}
header .container {
  display: flex;
  max-width: 100%;
  width: 100%;
  padding: 50px 50px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  header .container {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 992px) {
  header .container {
    padding: 1rem;
  }
}
header .container .logo {
  padding-top: 7px;
}
@media screen and (max-width: 576px) {
  header .container .logo {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  header .container .logo {
    padding: 5px 0;
  }
}
@media (max-width: 576px) {
  header .container .logo {
    padding: 0;
    margin-left: -20px;
  }
}
header .container .logo img {
  width: 200px;
}
@media (max-width: 1366px) {
  header .container .logo img {
    width: 200px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 1200px) {
  header .container .logo img {
    width: 150px;
  }
}
@media (max-width: 992px) {
  header .container .logo img {
    width: 170px;
    padding-top: 4px;
  }
}
@media (max-width: 576px) {
  header .container .logo img {
    width: 150px;
  }
}
header .container .btn_mobile_inst {
  color: #238a85;
  font-weight: bold;
  padding: 0.75rem;
  border-radius: 3rem;
  background-image: linear-gradient(#00e2d8 0%, #86fff2 100%);
  font-size: 14px;
  line-height: 6px;
  display: inline-block;
  height: 32px;
  position: absolute;
  right: 1rem;
}
header .container .menu ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
header .container .menu ul .ham img {
  display: inline-block;
  width: 26px;
}
@media screen and (max-width: 992px) {
  header .container .menu ul {
    background: #fff;
  }
}
header .container .menu ul > a {
  padding: 10px 23px 30px;
}
@media screen and (max-width: 992px) {
  header .container .menu ul > a {
    display: block;
    width: 100%;
    padding: 10px 23px 15px;
  }
}
header .container .menu ul li {
  display: inline-block;
  position: relative;
}
header .container .menu ul li > a {
  color: #199b9c;
  font-weight: bold;
  padding: 20px 23px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
header .container .menu ul li > a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
header .container .menu ul li > a span {
  line-height: 32px;
  vertical-align: top;
}
@media screen and (max-width: 992px) {
  header .container .menu ul li > a {
    font-size: 16px;
    padding: 16px 23px;
    color: #007c7e;
  }
}
header .container .menu ul li > a:hover {
  color: #75e0e1;
}
header .container .menu ul li {
  /* ✅ 改良過的子選單 */
}
header .container .menu ul li .sub-menu {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
  margin-top: -5px;
  z-index: 90;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
header .container .menu ul li .sub-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 992px) {
  header .container .menu ul li .sub-menu {
    position: relative;
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding: 0;
    height: auto !important;
  }
}
header .container .menu ul li .sub-menu a {
  color: #199b9c;
  min-width: 220px;
  font-size: 20px;
  text-align: center;
  padding: 25px 23px;
}
header .container .menu ul li .sub-menu a:hover {
  color: #75e0e1;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  header .container .menu ul li .sub-menu a {
    color: #666;
    padding: 15px 23px;
    font-size: 14px;
    text-align: left;
  }
}
header .container .menu ul {
  /* ✅ Mobile Menu */
}
@media screen and (max-width: 992px) {
  header .container .menu ul {
    width: 50vw;
    height: 100vh;
    margin: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    left: -50vw;
    transition: 0.6s;
    z-index: 999;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    padding: 20px 0;
  }
  header .container .menu ul.active {
    left: 0;
    background-color: #f5ffff;
  }
  header .container .menu ul > li {
    display: block;
    text-align: left;
  }
  header .container .menu ul > li > ul.sub-menu {
    position: relative;
    display: block;
    box-shadow: none;
    height: 0;
    overflow: hidden;
  }
  header .container .menu ul > li > ul.sub-menu > li a {
    text-align: left;
  }
  header .container .menu ul > li:hover > ul.sub-menu {
    height: auto;
    top: 0;
  }
}
header .container .ham {
  padding: 9px;
}
@media screen and (max-width: 992px) {
  header .container .ham img {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  header .container .ham img {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  header .container > .ham {
    position: absolute;
  }
}

.footerMenuArea {
  position: relative;
  background: #19a69e;
  padding: 60px 0 80px 0;
  color: #fff;
}
@media (max-width: 1280px) {
  .footerMenuArea {
    padding: 60px 0 70px 0;
  }
}
@media (max-width: 992px) {
  .footerMenuArea {
    padding: 40px 0 60px 0;
  }
}
@media (max-width: 576px) {
  .footerMenuArea {
    padding: 40px 0 25px 0;
  }
}
@media (max-width: 992px) {
  .footerMenuArea .container {
    width: 95%;
    padding: 0;
  }
}
.footerMenuArea h2 {
  position: relative;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .footerMenuArea h2 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .footerMenuArea h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 380px) {
  .footerMenuArea h2 {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .footerMenuArea h2 {
    font-size: 26px;
  }
}
.footerMenuArea h2 .footerMenu_b {
  position: absolute;
  top: -97px;
  left: 270px;
}
@media (max-width: 1440px) {
  .footerMenuArea h2 .footerMenu_b {
    left: 215px;
  }
}
@media (max-width: 1280px) {
  .footerMenuArea h2 .footerMenu_b {
    left: 145px;
  }
}
@media (max-width: 1200px) {
  .footerMenuArea h2 .footerMenu_b {
    left: 35px;
  }
}
@media (max-width: 992px) {
  .footerMenuArea h2 .footerMenu_b {
    width: 140px;
    left: 0;
    top: -67px;
  }
}
@media (max-width: 576px) {
  .footerMenuArea h2 .footerMenu_b {
    right: 0;
    margin: 0 auto;
    top: -134px;
  }
}
.footerMenuArea .footerMenu {
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .footerMenuArea .footerMenu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .footerMenuArea .footerMenu li {
    width: 50%;
  }
}
.footerMenuArea .footerMenu li:not(:last-child) {
  border-right: 1px solid #91d4d1;
}
@media (max-width: 576px) {
  .footerMenuArea .footerMenu li:not(:last-child) {
    border: none;
  }
}
.footerMenuArea .footerMenu a {
  position: relative;
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 0 20px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .footerMenuArea .footerMenu a {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .footerMenuArea .footerMenu a {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .footerMenuArea .footerMenu a {
    padding: 16px;
  }
}
@media (max-width: 360px) {
  .footerMenuArea .footerMenu a {
    padding: 20px 15px;
  }
}
.footerMenuArea .footerMenu a h3 {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  padding-right: 32px;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .footerMenuArea .footerMenu a h3 {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .footerMenuArea .footerMenu a h3 {
    font-size: 24px;
    padding-right: 26px;
  }
}
@media (max-width: 1200px) {
  .footerMenuArea .footerMenu a h3 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .footerMenuArea .footerMenu a h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .footerMenuArea .footerMenu a h3 {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .footerMenuArea .footerMenu a h3 {
    font-size: 24px;
  }
}
.footerMenuArea .footerMenu a h3::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 13px;
  height: 21px;
  margin: auto;
  background: url(../../images/arrowWhite.svg) no-repeat;
  background-size: 100%;
}
@media (max-width: 1280px) {
  .footerMenuArea .footerMenu a h3::after {
    width: 10px;
    height: 16px;
  }
}
.footerMenuArea .footerMenu a p {
  font-size: 22px;
  color: #acece8;
}
@media (max-width: 1440px) {
  .footerMenuArea .footerMenu a p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .footerMenuArea .footerMenu a p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .footerMenuArea .footerMenu a p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .footerMenuArea .footerMenu a p {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .footerMenuArea .footerMenu a p {
    font-size: 16px;
  }
}
.footerMenuArea .footerMenu a:hover {
  transition: all 0.3s ease;
}
.footerMenuArea .footerMenu a:hover h3 {
  color: #fff000;
}
.footerMenuArea .footerMenu a:hover h3::after {
  background: url(../../images/arrowYellow.svg) no-repeat;
  background-size: 100%;
}
.footerMenuArea .footerMenu_b_m {
  position: absolute;
  width: 116px;
  right: 50px;
  bottom: -10px;
  transform: scaleX(-1);
}
@media (max-width: 360px) {
  .footerMenuArea .footerMenu_b_m {
    right: 20px;
  }
}
@media (max-width: 320px) {
  .footerMenuArea .footerMenu_b_m {
    right: 15px;
  }
}

.taxNoteArea {
  position: relative;
  padding: 40px 0;
  background: #fff;
}
@media (max-width: 576px) {
  .taxNoteArea {
    padding: 20px 0;
  }
}
@media (max-width: 1440px) {
  .taxNoteArea .container {
    max-width: 1000px;
  }
}
@media (max-width: 1200px) {
  .taxNoteArea .container {
    max-width: 750px;
  }
}
@media (max-width: 992px) {
  .taxNoteArea .container {
    max-width: 100%;
  }
}
.taxNoteArea ul,
.taxNoteArea ul li {
  margin: auto;
  margin-bottom: 1rem;
  padding-inline-start: revert;
  list-style: none;
  font-size: 14px;
  line-height: 150%;
}
.taxNoteArea ol {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 23px;
  font-size: 14px;
}
.taxNoteArea ol li {
  list-style-type: decimal;
  padding-left: 1em;
  margin: 0.7em 0;
  line-height: 170%;
}
@media (max-width: 576px) {
  .taxNoteArea ol li {
    padding-left: 0;
  }
}
.taxNoteArea ol ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 23px;
}
.taxNoteArea ol ul li {
  list-style-type: disc;
  padding-left: 0em;
  margin: 0.7em 0;
  line-height: 150%;
}
@media (max-width: 576px) {
  .taxNoteArea ol ul li {
    padding-left: 0;
  }
}
.taxNoteArea .title {
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 576px) {
  .taxNoteArea .title {
    font-size: 18px;
  }
}
.taxNoteArea article {
  display: none;
}
.taxNoteArea h4 {
  font-size: 19px;
  margin-top: 40px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .taxNoteArea h4 {
    font-size: 16px;
  }
}
.taxNoteArea a {
  color: #008a8f;
  text-decoration: underline;
}
.taxNoteArea p {
  font-size: 14px;
  line-height: 150%;
}

footer {
  position: relative;
  padding: 32px 0;
  background: #0a7d77;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 576px) {
  footer {
    padding: 20px 0;
    font-size: 15px;
  }
}

.onlineArea {
  position: relative;
  border-top: 2px solid #eae0cb;
  background: url(../../images/onLineBg.jpg) repeat-x;
  background-position: top center;
  padding: 50px 0 80px 0;
}
@media (max-width: 576px) {
  .onlineArea {
    padding: 20px 0 50px 0;
  }
}

.blackboardOnLine {
  position: relative;
  width: 100%;
  max-width: 670px;
  background: #218485;
  border: 9px solid #c1a476;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 30px;
  color: #fff;
  text-align: center;
}
@media (max-width: 320px) {
  .blackboardOnLine {
    padding: 30px 15px;
  }
}
@media (max-width: 576px) {
  .blackboardOnLine {
    box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
}
.blackboardOnLine h3 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .blackboardOnLine h3 {
    font-size: 36px;
    margin-bottom: 18px;
  }
}
@media (max-width: 320px) {
  .blackboardOnLine h3 {
    font-size: 30px;
  }
}
.blackboardOnLine .ft-sm {
  font-size: 36px;
}
@media (max-width: 400px) {
  .blackboardOnLine .ft-sm {
    font-size: 30px;
  }
}
.blackboardOnLine .txt {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .blackboardOnLine .txt {
    font-size: 18px;
  }
}
.blackboardOnLine .txt h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff000;
}
@media (max-width: 576px) {
  .blackboardOnLine .txt h4 {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 320px) {
  .blackboardOnLine .txt h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .blackboardOnLine .txt h4 span {
    display: block;
  }
}
.blackboardOnLine .txt p {
  margin-bottom: 15px;
  line-height: 150%;
}
@media (max-width: 576px) {
  .blackboardOnLine .txt p {
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  .blackboardOnLine .txt p {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .blackboardOnLine .txt p {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .blackboardOnLine .txt p {
    font-size: 13px;
  }
}
.blackboardOnLine::before {
  content: "";
  display: block;
  position: absolute;
  width: 98px;
  height: 124px;
  left: -150px;
  top: 95px;
  background: url(../../images/onLineEle_L.png) no-repeat;
}
@media (max-width: 992px) {
  .blackboardOnLine::before {
    display: none;
  }
}
.blackboardOnLine::after {
  content: "";
  display: block;
  position: absolute;
  width: 99px;
  height: 132px;
  right: -150px;
  top: 95px;
  background: url(../../images/onLineEle_R.png) no-repeat;
}
@media (max-width: 992px) {
  .blackboardOnLine::after {
    display: none;
  }
}
.blackboardOnLine .lineBrown {
  height: 20px;
  width: 710px;
  background: #b2986e;
  border-radius: 99em;
  position: absolute;
  bottom: -20px;
  left: -28px;
  box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .blackboardOnLine .lineBrown {
    background: transparent;
    box-shadow: none;
  }
}
.blackboardOnLine .lineBrown::before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 20px;
  top: -20px;
  left: 60px;
  background: url(../../images/onLineEle_chalk.png) no-repeat;
}

/*
* Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format("opentype");
}
body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif !important;
  padding-bottom: 0;
}

[data-exchange-cu] .page-full-width-block {
  display: none !important;
}
[data-exchange-cu] .js-parent {
  display: flex !important;
  flex-direction: column !important;
}
[data-exchange-cu] .divider-content {
  order: 2 !important;
}
[data-exchange-cu] .form-group + .form-group {
  order: 3 !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}
[data-exchange-cu] .justify-between {
  order: 4 !important;
}

[data-exchange-qr] .pl-7 {
  display: none !important;
}
[data-exchange-qr] .root {
  background: #ebfffe !important;
}
[data-exchange-qr] .list-border-btm .list-item:nth-child(even) {
  background-color: #c7f4e9 !important;
}

.indexBody {
  background-image: url(../images/new_index/upper_bg_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: content-box;
  background-attachment: local;
}
@media screen and (max-width: 576px) {
  .indexBody {
    padding-bottom: 40px;
  }
}

.kvWarp {
  background: url(../images/new_index/peopleAreaBg.png) no-repeat left bottom, url(../images/new_index/upper_bg_kv_dot.png) no-repeat center 20%/contain;
}
@media screen and (max-width: 992px) {
  .kvWarp {
    background: url(../images/new_index/upper_bg_kv_dot.png) no-repeat center/contain;
  }
}

.kvIndex {
  max-width: 1440px;
  margin: 0 auto;
  height: 100vh;
  width: 100%;
  position: relative;
  max-height: clamp(330px, 36vw, 600px);
  display: grid;
  grid-template-rows: 65% 20% 15%;
  grid-template-columns: 60% 40%;
  grid-template-areas: "kvInfoBlk kvTitle" "kvInfoBlk kvBtn" "kvPeriod .";
}
@media screen and (max-width: 992px) {
  .kvIndex {
    max-height: clamp(440px, 70vw, 675px);
    grid-template-rows: 15% 56% 11% 10%;
    grid-template-columns: 100%;
    grid-template-areas: "kvTitle" "kvInfoBlk" "kvPeriod" "kvBtn";
  }
}
@media screen and (max-width: 576px) {
  .kvIndex {
    grid-template-rows: 15% 56% 11% 20%;
  }
}
.kvIndex .kvTitle {
  grid-area: kvTitle;
  display: flex;
  align-self: center;
  justify-self: start;
  font-size: clamp(32px, 6vw, 120px);
  font-weight: 900;
  font-style: italic;
  color: #2f9f8b;
  color: transparent;
  background-image: linear-gradient(-20deg, #0d7b77 0%, #0d7b77 20%, #13b9b1 50%, #0d7b77 80%, #0d7b77 100%);
  background-clip: text;
  width: 100%;
  visibility: hidden;
}
@media screen and (max-width: 992px) {
  .kvIndex .kvTitle {
    font-size: clamp(32px, 32px + 2.5vw, 92px);
    justify-self: center;
  }
}
@media screen and (max-width: 992px) {
  .kvIndex .kvTitle {
    width: auto;
    padding-right: 10px;
  }
}
.kvIndex .btn_block {
  grid-area: kvBtn;
  visibility: hidden;
}
@media screen and (max-width: 992px) {
  .kvIndex .btn_block {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .kvIndex .btn_block {
    margin-top: 20px;
  }
}
.kvIndex .btn_inst {
  background: linear-gradient(rgb(255, 148, 148) 0%, rgb(241, 26, 26) 100%);
  font-size: 26px;
  font-weight: bold;
  color: #FFF;
  width: auto;
  padding: 1.5rem 2.5rem;
  text-align: center;
  display: flex;
  align-self: center;
  justify-self: start;
  border-radius: 44px 44px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .kvIndex .btn_inst {
    padding: 1.5rem 1.8rem;
  }
}
.kvIndex .btn_inst:hover {
  background: linear-gradient(0deg, rgb(255, 81, 81) 0%, rgb(255, 181, 181) 110%);
  transform: translateY(-5px);
}
@media screen and (max-width: 992px) {
  .kvIndex .btn_inst {
    font-size: 22px;
    padding: 1.2rem 2.2rem;
  }
}
.kvIndex .period {
  grid-area: kvPeriod;
  color: #000;
  font-size: clamp(14px, 10px + 0.8vw, 20px);
  font-weight: bold;
  transform: skewX(-10deg);
  text-align: center;
  margin-top: -40px;
}
@media screen and (max-width: 1600px) {
  .kvIndex .period {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1440px) {
  .kvIndex .period {
    margin-top: -10px;
  }
}
@media screen and (max-width: 576px) {
  .kvIndex .period {
    margin-top: 10px;
  }
}
.kvIndex .period > span {
  display: inline-block;
  background-color: #20a5a0;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
}

.kvInfoBlk {
  grid-area: kvInfoBlk;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  visibility: hidden;
}
@media screen and (max-width: 992px) {
  .kvInfoBlk {
    justify-content: center;
  }
}
.kvInfoBlk .kvInfoItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 36%;
  max-height: clamp(230px, 30vw, 500px);
  height: 100%;
}
@media screen and (max-width: 992px) {
  .kvInfoBlk .kvInfoItem {
    max-height: clamp(230px, 60vw, 455px);
  }
}
.kvInfoBlk .kvInfoItem:nth-child(1) {
  background-image: url(../images/new_index/kv_spot_01.png);
}
.kvInfoBlk .kvInfoItem:nth-child(2) {
  margin-left: -4%;
  margin-right: -4%;
  background-image: url(../images/new_index/kv_spot_02.png);
}
.kvInfoBlk .kvInfoItem:nth-child(3) {
  background-image: url(../images/new_index/kv_spot_03.png);
}
.kvInfoBlk .kvInfoItem > strong {
  color: #3b3b3b;
  font-size: clamp(12px, 12px + 0.8vw, 28px);
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.kvInfoBlk .kvInfoItem .txt {
  color: #3b3b3b;
  font-size: clamp(10px, 8px + 1vw, 18px);
  margin-bottom: 0.5rem;
}
.kvInfoBlk .kvInfoItem .number {
  color: #11a6a0;
  font-size: clamp(28px, 28px + 2.5vw, 68px);
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 552px) {
  .kvInfoBlk .kvInfoItem .number {
    font-size: 32px;
  }
}
.kvInfoBlk .kvInfoItem .unit {
  color: #11a6a0;
  font-size: clamp(10px, 10px + 0.8vw, 22px);
  font-weight: bold;
}

@keyframes fadeInLeftShyoShyo {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightShyoShyo {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft.ShyoShyo {
  animation-name: fadeInLeftShyoShyo;
}

.fadeInRight.ShyoShyo {
  animation-name: fadeInRightShyoShyo;
}

.peopleArea {
  position: relative;
}
@media screen and (max-width: 576px) {
  .peopleArea .kv_pic_01 {
    margin-left: 12px;
  }
}
@media screen and (max-width: 400px) {
  .peopleArea .kv_pic_01 {
    margin-left: 0;
  }
}
@media screen and (max-width: 360px) {
  .peopleArea .kv_pic_01 {
    margin-left: -10px;
  }
}
.peopleArea .kv_pic_02 {
  position: absolute;
  left: 28%;
  top: 0;
}
@media screen and (max-width: 1500px) {
  .peopleArea .kv_pic_02 {
    left: 31%;
  }
}
@media screen and (max-width: 1200px) {
  .peopleArea .kv_pic_02 {
    top: auto;
    bottom: -1px;
  }
}
@media screen and (max-width: 992px) {
  .peopleArea .kv_pic_02 {
    left: 38%;
  }
}
@media screen and (max-width: 576px) {
  .peopleArea .kv_pic_02 {
    left: 50%;
  }
}
.peopleArea .kv_pic_03_1 {
  position: absolute;
  left: 62%;
  bottom: -9%;
}
@media screen and (max-width: 1200px) {
  .peopleArea .kv_pic_03_1 {
    width: 360px;
  }
}
@media screen and (max-width: 992px) {
  .peopleArea .kv_pic_03_1 {
    left: 75%;
  }
}
@media screen and (max-width: 576px) {
  .peopleArea .kv_pic_03_1 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .peopleArea figure {
    width: 300px;
  }
}
@media screen and (max-width: 576px) {
  .peopleArea figure {
    width: 180px;
  }
}
@media screen and (max-width: 1200px) {
  .peopleArea figure img {
    width: 100%;
    height: auto;
  }
}

.currencyExchangeCalcBlock {
  max-width: 65%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-rows: 36% 64%;
  grid-template-columns: 50% 50%;
  grid-template-areas: "exchangePic exchangePic" "exchangeCalculator exchangeQuery";
}
@media screen and (max-width: 1600px) {
  .currencyExchangeCalcBlock {
    max-width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .currencyExchangeCalcBlock {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .currencyExchangeCalcBlock {
    max-height: 680px;
    grid-template-rows: 20% repeat(2, 1fr);
    grid-template-columns: 100%;
    grid-template-areas: "exchangePic" "exchangeQuery" "exchangeCalculator";
  }
}
.currencyExchangeCalcBlock .pic_block {
  grid-area: exchangePic;
  position: relative;
  width: 100%;
  height: 50vh;
  max-height: 290px;
}
@media screen and (max-width: 992px) {
  .currencyExchangeCalcBlock .pic_block {
    max-height: 160px;
  }
}
.currencyExchangeCalcBlock .pic_block img {
  display: block;
  position: absolute;
  left: 0;
  visibility: hidden;
}
@media screen and (max-width: 992px) {
  .currencyExchangeCalcBlock .pic_block img {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .currencyExchangeCalcBlock .pic_block img {
    width: 40%;
    bottom: -5px;
  }
}
.currencyExchangeCalcBlock .pic_block img.pic_1 {
  left: 5%;
}
@media screen and (max-width: 576px) {
  .currencyExchangeCalcBlock .pic_block img.pic_1 {
    left: 10%;
  }
}
.currencyExchangeCalcBlock .pic_block img.pic_2 {
  left: 28%;
}
@media screen and (max-width: 992px) {
  .currencyExchangeCalcBlock .pic_block img.pic_2 {
    left: 50%;
  }
}
.currencyExchangeCalcBlock .pic_block img.pic_3 {
  left: 62%;
  bottom: -9%;
}
@media screen and (max-width: 992px) {
  .currencyExchangeCalcBlock .pic_block img.pic_3 {
    display: none;
  }
}
.currencyExchangeCalcBlock .exchangeCalculatorBlock {
  grid-area: exchangeCalculator;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .currencyExchangeCalcBlock .exchangeCalculatorBlock {
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    border-radius: 24px;
    box-shadow: 0px 0px 25px rgba(83, 160, 150, 0.6);
  }
}
.currencyExchangeCalcBlock .exchangeCalculatorBlock .exchangeEmbedContainer {
  position: absolute;
  margin: 50px 25px 50px 50px;
  top: 0;
  left: 0;
  width: calc(100% - 75px);
  height: calc(100% - 125px);
}
@media screen and (max-width: 992px) {
  .currencyExchangeCalcBlock .exchangeCalculatorBlock .exchangeEmbedContainer {
    margin: 10px 15px 15px 40px;
    width: calc(100% - 77px);
    height: calc(100% - 60px);
  }
}
.currencyExchangeCalcBlock .exchangeCalculatorBlock:before {
  content: "";
  display: block;
  max-width: 930px;
  width: calc(100% - 25px);
  min-height: 470px;
  background-color: #FFF;
  border-radius: 24px;
  box-shadow: 0px 0px 25px rgba(83, 160, 150, 0.6);
  margin-left: 25px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .currencyExchangeCalcBlock .exchangeCalculatorBlock:before {
    width: calc(100% - 3rem);
    min-height: 91%;
    margin-right: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: none;
  }
}
.currencyExchangeCalcBlock .exchangeCalculatorBlock:after {
  content: "";
  display: block;
  border-color: #48cac5;
  border-style: dashed;
  border-width: 0 1px 0 0;
  width: 5px;
  height: 390px;
  position: absolute;
  top: 11%;
  right: 0;
}
@media screen and (max-width: 992px) {
  .currencyExchangeCalcBlock .exchangeCalculatorBlock:after {
    border-width: 0 0 1px 0;
    top: -4px;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.currencyExchangeCalcBlock .exchangeQueryBlock {
  grid-area: exchangeQuery;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.currencyExchangeCalcBlock .exchangeQueryBlock .exchangeEmbedContainer {
  position: absolute;
  margin: 50px 50px 50px 25px;
  top: 0;
  left: 0;
  width: calc(100% - 75px);
  height: calc(100% - 125px);
}
@media screen and (max-width: 992px) {
  .currencyExchangeCalcBlock .exchangeQueryBlock .exchangeEmbedContainer {
    margin: 40px 15px 15px 40px;
    width: calc(100% - 75px);
    height: calc(100% - 53px);
  }
}
.currencyExchangeCalcBlock .exchangeQueryBlock:before {
  content: "";
  display: block;
  max-width: 930px;
  width: calc(100% - 25px);
  min-height: 470px;
  background-color: #FFF;
  border-radius: 24px;
  box-shadow: 0px 0px 25px rgba(83, 160, 150, 0.6);
  margin-right: 25px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .currencyExchangeCalcBlock .exchangeQueryBlock:before {
    width: calc(100% - 3rem);
    min-height: 250px;
    margin-left: 25px;
    margin-bottom: 0px;
    margin-top: 25px;
  }
}

.ticket_block {
  width: 100%;
}
.ticket_block .content_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ticket_block .ticket_upper_cont {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.ticket_block .ticket_upper_cont:before {
  content: "";
  display: block;
  max-width: 800px;
  width: calc(100% - 3rem);
  min-height: 150px;
  background-color: #FFF;
  border-radius: 24px;
  box-shadow: 0px 0px 25px rgba(83, 160, 150, 0.6);
  margin-right: 25px;
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  .ticket_block .ticket_upper_cont:before {
    min-height: 120px;
    width: calc(100% - 1.5rem);
    box-shadow: 0px 0px 13px rgba(83, 160, 150, 0.6);
    margin-right: 13px;
    margin-left: 13px;
    margin-top: 13px;
  }
}
.ticket_block .ticket_upper_cont:after {
  content: attr(data-hr-text);
  display: block;
  border-color: #48cac5;
  border-style: dashed;
  border-width: 0 0 1px 0;
  height: 24px;
  padding-top: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #00a4a7;
  text-shadow: -2px -2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px 2px 0 #FFF;
  position: absolute;
  bottom: 0;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
  .ticket_block .ticket_upper_cont:after {
    padding-top: 14px;
    font-size: 14px;
  }
}
.ticket_block .ticket_lower_cont {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.ticket_block .ticket_lower_cont:before {
  content: "";
  display: block;
  max-width: 800px;
  width: calc(100% - 3rem);
  min-height: 200px;
  background: linear-gradient(#FFFFFF -40%, #e8fffe 100%);
  border-radius: 24px;
  box-shadow: 0px 0px 25px rgba(83, 160, 150, 0.6);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
  margin-top: 0px;
}
@media screen and (max-width: 992px) {
  .ticket_block .ticket_lower_cont:before {
    min-height: 130px;
    width: calc(100% - 1.5rem);
    box-shadow: 0px 0px 13px rgba(83, 160, 150, 0.6);
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 13px;
  }
}
.ticket_block .ticket_lower_cont:after {
  content: attr(data-hr-text);
  display: block;
  height: 24px;
  margin-top: -12px;
  font-size: 20px;
  font-weight: bold;
  color: #00a4a7;
  text-shadow: -2px -2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px 2px 0 #FFF;
  position: absolute;
  top: 0;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
  .ticket_block .ticket_lower_cont:after {
    margin-top: -9px;
    font-size: 14px;
  }
}

.sweet_price_block {
  text-align: center;
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
.sweet_price_block:hover {
  transition: transform 0.2s ease-in-out;
  transform: translateY(-5px);
}
.sweet_price_block a {
  display: block;
}
.sweet_price_block .sweet_price_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sweet_price_block .sweet_price_info .sweet_price_period {
  color: #00a4a7;
  font-size: 18px;
  line-height: 40px;
}
.sweet_price_block .sweet_price_info .sweet_price_title {
  color: #444444;
  font-size: clamp(25px, 1.125vw, 36px);
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .sweet_price_block .sweet_price_info .sweet_price_title {
    font-size: 25px;
  }
}
@media screen and (max-width: 400px) {
  .sweet_price_block .sweet_price_info .sweet_price_title {
    font-size: 20px;
  }
}
.sweet_price_block .sweet_price_data {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .sweet_price_block .sweet_price_data .important_note {
    width: 66px;
    height: 66px;
    font-size: 16px;
    border-radius: 33px;
  }
}
.sweet_price_block .sweet_price_data .number {
  font-size: clamp(64px, 1.125vw, 100px);
  font-weight: bold;
  font-style: italic;
  color: #00a4a7;
}
@media screen and (max-width: 992px) {
  .sweet_price_block .sweet_price_data .number {
    font-size: 64px;
  }
}
.sweet_price_block .sweet_price_data .unit {
  font-size: 26px;
  font-weight: bold;
  color: #00a4a7;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .sweet_price_block .sweet_price_data .unit {
    margin-top: 38px;
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .sweet_price_block .sweet_price_data .btn_redirect_to {
    bottom: 20px;
    right: 20px;
  }
}

.important_note {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  background: linear-gradient(90deg, #35ceab 0%, #00a4a7 100%);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
}

.btn_redirect_to {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #dcf7f3;
  border-radius: 10px;
  background-image: url(../images/new_index/icon_redirect_to.png);
  background-color: #f3fffe;
  background-position: center center;
  background-repeat: no-repeat;
}

.owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
}
.owl-prev:before,
.owl-next:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #94e2d8;
  border-width: 7px 7px 0 0;
  cursor: pointer;
}
.owl-prev span,
.owl-next span {
  display: none;
}

.owl-next {
  right: -30px;
  transform: rotateZ(45deg);
}

.owl-prev {
  transform: rotateZ(-135deg);
}

.owl-dots {
  display: flex;
  height: 2rem;
  justify-content: center;
}

.owl-dot {
  display: block;
  width: 15px;
  height: 10px;
  margin: 0 0.3rem;
  border-radius: 5px;
  background-color: #84f5f1 !important;
}
@media (max-width: 576px) {
  .owl-dot {
    width: 12px;
    height: 7px;
  }
}
.owl-dot.active {
  background-color: #fff !important;
}

.blockTitle {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.howToExchangeBlock {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0;
  background: url(../images/new_index/howToExchangeBlock_Bg.png) no-repeat center -60px, #13b7b0;
}
@media screen and (max-width: 992px) {
  .howToExchangeBlock {
    background: url(../images/new_index/howToExchangeBlock_Bg.png) no-repeat center -40px/100%, #13b7b0;
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 992px) {
  .howToExchangeBlock .blockTitle {
    font-size: 32px;
  }
}
.howToExchangeBlock .carousel-wrap {
  width: 65%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .howToExchangeBlock .carousel-wrap {
    width: 75%;
  }
}
@media screen and (max-width: 992px) {
  .howToExchangeBlock .carousel-wrap {
    max-width: 100%;
    width: auto;
  }
}

.withdrawHintBlock {
  position: relative;
  padding: 100px 0;
  background: url(../images/new_index/withdrawHintBlock_line.png) no-repeat center/100%, url(../images/new_index/withdrawHintBlock_Bg.jpg) no-repeat center/cover;
  position: relative;
}
.withdrawHintBlock:before {
  content: "";
  display: block;
  position: absolute;
  right: 18%;
  top: -18px;
  width: 37px;
  height: 37px;
  background: url(../images/new_index/coin.png) no-repeat center;
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock:before {
    display: none;
  }
}
.withdrawHintBlock .pic_block {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 330px;
  z-index: 200;
  min-height: 350px;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .pic_block {
    max-height: 160px;
  }
}
.withdrawHintBlock .pic_block:first-child {
  top: 0;
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .pic_block:first-child {
    top: -20px;
  }
}
.withdrawHintBlock .pic_block:last-child {
  bottom: 0;
}
.withdrawHintBlock .pic_block img {
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .pic_block img {
    width: 110%;
  }
}
.withdrawHintBlock .pic_block img.pic_5 {
  top: 50px;
  left: 50%;
  transform: translateX(-70%);
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .pic_block img.pic_5 {
    width: 130%;
  }
}
@media screen and (max-width: 576px) {
  .withdrawHintBlock .pic_block img.pic_5 {
    left: 55%;
  }
}
.withdrawHintBlock .pic_block img.pic_6 {
  bottom: 0px;
  left: 50%;
  transform: translateX(-25%);
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .pic_block img.pic_6 {
    width: 150%;
    transform: translateX(-31%);
  }
}
@media screen and (max-width: 576px) {
  .withdrawHintBlock .pic_block img.pic_6 {
    width: 190%;
    transform: translateX(-36%);
  }
}
.withdrawHintBlock .withdrawHintWrap {
  max-width: 65%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 1600px) {
  .withdrawHintBlock .withdrawHintWrap {
    max-width: 75%;
  }
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .withdrawHintWrap {
    max-width: 100%;
  }
}
.withdrawHintBlock .withdrawHintWrap .hint {
  color: #10a8a1;
  font-size: 18px;
  line-height: 50px;
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .withdrawHintWrap .hint {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}
.withdrawHintBlock .withdrawHintWrap .withdrawHintGotoLink {
  display: inline-block;
  font-size: 28px;
  color: #FFF;
  font-weight: bold;
  background: linear-gradient(90deg, rgb(53, 206, 171) 0%, rgb(0, 164, 167) 70%);
  padding: 1rem 2rem;
  border-radius: 30px;
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
.withdrawHintBlock .withdrawHintWrap .withdrawHintGotoLink:hover {
  transition: transform 0.2s ease-in-out;
  transform: translateY(-5px);
  background: linear-gradient(90deg, rgb(0, 164, 167) 0%, rgb(53, 206, 171) 70%);
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .withdrawHintWrap .withdrawHintGotoLink {
    font-size: 16px;
  }
}
.withdrawHintBlock .blockTitle {
  color: #00a4a7;
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .blockTitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 380px) {
  .withdrawHintBlock .blockTitle {
    font-size: 26px;
  }
}
.withdrawHintBlock .blockTitle > span {
  color: #ff4848;
}
.withdrawHintBlock .blockTitle strong {
  font-size: 90px;
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .blockTitle strong {
    font-size: 46px;
  }
}
.withdrawHintBlock .withdrawHintContent {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .withdrawHintContent {
    flex-direction: column;
  }
}
.withdrawHintBlock .withdrawHintContent .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 800px;
  width: calc(100% - 3rem);
  min-height: 200px;
  background: linear-gradient(#FFFFFF -40%, #e8fffe 100%);
  border-radius: 24px;
  box-shadow: 0px 0px 50px rgb(83, 160, 150);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
  margin-top: 0px;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding: 1rem;
  cursor: pointer;
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
.withdrawHintBlock .withdrawHintContent .item:hover {
  transition: transform 0.2s ease-in-out;
  transform: translateY(-5px);
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .withdrawHintContent .item {
    max-height: 120px;
    padding-top: 0;
  }
}
.withdrawHintBlock .withdrawHintContent .item .period {
  color: #00a4a7;
  font-size: 18px;
  line-height: 50px;
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .withdrawHintContent .item .period {
    font-size: 14px;
    line-height: 35px;
  }
}
.withdrawHintBlock .withdrawHintContent .item .line_1 {
  color: #444444;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: bold;
  line-height: 50px;
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .withdrawHintContent .item .line_1 {
    font-size: 22px;
    line-height: 35px;
  }
}
.withdrawHintBlock .withdrawHintContent .item .line_2 {
  color: #444444;
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: bold;
  line-height: 50px;
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .withdrawHintContent .item .line_2 {
    font-size: 28px;
    line-height: 35px;
  }
}
.withdrawHintBlock .withdrawHintContent .item .ps {
  color: #00a4a7;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .withdrawHintContent .item .ps {
    font-size: 12px;
    line-height: 25px;
  }
}
.withdrawHintBlock .withdrawHintContent .item .important_note {
  position: absolute;
  top: -20px;
  right: -28px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 992px) {
  .withdrawHintBlock .withdrawHintContent .item .important_note {
    width: 66px;
    height: 66px;
    font-size: 16px;
    border-radius: 33px;
    right: -14px;
  }
}
.withdrawHintBlock .withdrawHintContent .item .btn_redirect_to {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.depositForeignCurrencyBlock {
  width: 100%;
  padding: 50px 0 0;
  background: url(../images/new_index/last_bg_kv_dot.png) no-repeat center 20%/cover, url(../images/new_index/depositForeignCurrencyBlock_Bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 992px) {
  .depositForeignCurrencyBlock {
    background-position: 0 bottom;
  }
}
@media screen and (max-width: 576px) {
  .depositForeignCurrencyBlock {
    background: url(../images/new_index/last_bg_kv_dot.png) no-repeat 0 72%/contain, url(../images/new_index/depositForeignCurrencyBlock_Bg.jpg) no-repeat center/cover;
  }
}
@media screen and (max-width: 992px) {
  .depositForeignCurrencyBlock .blockTitle {
    font-size: 32px;
  }
}
.depositForeignCurrencyBlock .depositForeignCurrencyWarp {
  max-width: 65%;
  margin: 4rem auto;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .depositForeignCurrencyBlock .depositForeignCurrencyWarp {
    max-width: 75%;
  }
}
@media screen and (max-width: 992px) {
  .depositForeignCurrencyBlock .depositForeignCurrencyWarp {
    max-width: 100%;
  }
}
.depositForeignCurrencyBlock .depositForeignCurrencyContent {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .depositForeignCurrencyBlock .depositForeignCurrencyContent {
    flex-direction: column;
  }
}
.depositForeignCurrencyBlock .depositForeignCurrencyContent .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 800px;
  width: calc(100% - 3rem);
  min-height: 270px;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #eafffe 50%, #eafffe 100%);
  border-radius: 24px;
  box-shadow: 0px 0px 25px rgba(83, 160, 150, 0.6);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 25px;
  margin-top: 0px;
  padding-bottom: 1rem;
  padding-top: 1rem;
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}
.depositForeignCurrencyBlock .depositForeignCurrencyContent .item:hover {
  transition: transform 0.2s ease-in-out;
  transform: translateY(-5px);
}
@media screen and (max-width: 1200px) {
  .depositForeignCurrencyBlock .depositForeignCurrencyContent .item {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .depositForeignCurrencyBlock .depositForeignCurrencyContent .item {
    margin-left: auto;
    margin-right: auto;
    min-height: 225px;
  }
}
.depositForeignCurrencyBlock .depositForeignCurrencyContent .item:after {
  content: "";
  display: block;
  border-color: #48cac5;
  border-style: dashed;
  border-width: 1px 0 0 0;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.depositForeignCurrencyBlock .depositForeignCurrencyContent .item .period {
  color: #00a4a7;
  font-size: 18px;
  line-height: 50px;
}
@media screen and (max-width: 992px) {
  .depositForeignCurrencyBlock .depositForeignCurrencyContent .item .period {
    font-size: 14px;
    line-height: 35px;
  }
}
.depositForeignCurrencyBlock .depositForeignCurrencyContent .item .line_1 {
  color: #444444;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
}
@media screen and (max-width: 992px) {
  .depositForeignCurrencyBlock .depositForeignCurrencyContent .item .line_1 {
    font-size: 22px;
    line-height: 35px;
  }
}
.depositForeignCurrencyBlock .depositForeignCurrencyContent .item .through {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  background: linear-gradient(90deg, #35ceab 0%, #00a4a7 100%);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 3rem;
  margin: 1.25rem auto 1.75rem;
  z-index: 100;
}
@media screen and (max-width: 992px) {
  .depositForeignCurrencyBlock .depositForeignCurrencyContent .item .through {
    font-size: 16px;
    padding: 0.5rem 2rem;
    margin: 0.5rem auto 1.25rem;
  }
}
.depositForeignCurrencyBlock .depositForeignCurrencyContent .item .number_block {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.depositForeignCurrencyBlock .depositForeignCurrencyContent .item .number_block .ps {
  display: inline-block;
  min-width: 125px;
  font-size: 24px;
  font-weight: bold;
  color: #444;
}
@media screen and (max-width: 992px) {
  .depositForeignCurrencyBlock .depositForeignCurrencyContent .item .number_block .ps {
    min-width: 85px;
    font-size: 20px;
  }
}
.depositForeignCurrencyBlock .depositForeignCurrencyContent .item .number_block .number {
  font-size: 90px;
  font-weight: bold;
  font-style: italic;
  color: #00a4a7;
}
@media screen and (max-width: 1200px) {
  .depositForeignCurrencyBlock .depositForeignCurrencyContent .item .number_block .number {
    font-size: 80px;
  }
}
@media screen and (max-width: 992px) {
  .depositForeignCurrencyBlock .depositForeignCurrencyContent .item .number_block .number {
    font-size: 64px;
  }
}
.depositForeignCurrencyBlock .depositForeignCurrencyContent .item .number_block .unit {
  font-size: 26px;
  font-weight: bold;
  color: #00a4a7;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .depositForeignCurrencyBlock .depositForeignCurrencyContent .item .number_block .unit {
    margin-top: 38px;
    font-size: 18px;
  }
}
.depositForeignCurrencyBlock .depositForeignCurrencyContent .item .btn_redirect_to {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 1200px) {
  .depositForeignCurrencyBlock .depositForeignCurrencyContent .item .btn_redirect_to {
    right: 10px;
    bottom: 10px;
  }
}
.depositForeignCurrencyBlock .pic_block {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 330px;
  z-index: 200;
  min-height: 350px;
}
@media screen and (max-width: 992px) {
  .depositForeignCurrencyBlock .pic_block {
    max-height: 180px;
  }
}
@media screen and (max-width: 576px) {
  .depositForeignCurrencyBlock .pic_block {
    min-height: 170px;
  }
}
.depositForeignCurrencyBlock .pic_block img {
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 992px) {
  .depositForeignCurrencyBlock .pic_block img {
    width: 50%;
  }
}
.depositForeignCurrencyBlock .pic_block img.pic_4 {
  left: 50%;
  top: 30px;
  transform: translateX(-105%);
}
@media screen and (max-width: 1200px) {
  .depositForeignCurrencyBlock .pic_block img.pic_4 {
    left: 60%;
  }
}
@media screen and (max-width: 992px) {
  .depositForeignCurrencyBlock .pic_block img.pic_4 {
    display: none;
  }
}
.depositForeignCurrencyBlock .pic_block img.pic_3 {
  left: 53%;
  transform: translateX(1%);
  bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .depositForeignCurrencyBlock .pic_block img.pic_3 {
    left: 50%;
  }
}
@media screen and (max-width: 992px) {
  .depositForeignCurrencyBlock .pic_block img.pic_3 {
    width: 80%;
    transform: translateX(-44%);
    bottom: 56px;
  }
}
@media screen and (max-width: 576px) {
  .depositForeignCurrencyBlock .pic_block img.pic_3 {
    bottom: 27px;
  }
}
.depositForeignCurrencyBlock .pic_block:before {
  content: "";
  display: block;
  width: 100vw;
  height: 27%;
  max-height: 100px;
  position: absolute;
  bottom: 0;
  background-color: #188178;
  z-index: 0;
}
.depositForeignCurrencyBlock .warningBlock {
  width: 100%;
  background: #188178;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.depositForeignCurrencyBlock .warningBlock .container {
  width: 100%;
  max-width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .depositForeignCurrencyBlock .warningBlock .container {
    max-width: 750px;
  }
}
.depositForeignCurrencyBlock .warningBlock p {
  border-bottom: 1px solid #469a93;
  padding-bottom: 60px;
}

.taxNoteArea {
  background-color: #188178;
  color: #FFF;
}
.taxNoteArea .title {
  color: #FFF;
}
.taxNoteArea a {
  color: #fff60c;
}

.sideIcon {
  position: fixed;
  right: 10px;
  top: 0%;
  transform: translateY(170%);
  width: 90px;
  text-align: center;
  z-index: 200;
  cursor: pointer;
}
.sideIcon .howToWithdrawWithZeroFee {
  border: 2px solid #FFF;
  background-image: linear-gradient(to Right, #26beb7 0%, #0d7b77 100%);
  box-shadow: 0px 0px 25px rgba(83, 160, 150, 0.6);
  border-radius: 24px;
  padding: 1rem 3rem 1rem 0.5rem;
  min-width: 145px;
  min-height: 150px;
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
.sideIcon .howToWithdrawWithZeroFee:hover {
  transition: transform 0.2s ease-in-out;
  transform: translateY(-5px);
}
.sideIcon .howToWithdrawWithZeroFee .text {
  color: #FFF;
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.sideIcon .howToWithdrawWithZeroFee .bigZero {
  position: relative;
  color: transparent;
  background-image: linear-gradient(-45deg, #FFF 0%, #FFF 30%, #88fffb 50%, #FFF 70%, #FFF 100%);
  background-color: #FFF;
  background-clip: text;
  display: block;
  font-weight: 700;
  font-size: 72px;
  animation: bounce 4s infinite;
  /* 4秒一輪 */
}
@keyframes bounce {
  0% {
    top: 0;
  }
  10% {
    top: 7px;
  }
  /* 第一次下墜 */
  20% {
    top: 0;
  }
  /* 彈回 */
  30% {
    top: 5px;
  }
  /* 第二次 */
  40% {
    top: 0;
  }
  50% {
    top: 7px;
  }
  /* 第三次 */
  60% {
    top: 0;
  }
  70% {
    top: 5px;
  }
  /* 第四次 */
  80% {
    top: 0;
  }
  100% {
    top: 0;
  }
  /* 休息在頂端，持續到6秒結束 */
}
.sideIcon .howToWithdrawWithZeroFee .bigZero:after {
  content: "";
  display: block;
  width: 50%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: -5px auto 8px;
}

.footerBtn {
  display: none;
  z-index: 600;
}
@media screen and (max-width: 576px) {
  .footerBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
  }
}
.footerBtn li {
  width: 50%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(0deg, rgb(10, 169, 161) 0%, rgb(56, 209, 180) 100%);
}
.footerBtn li:first-child {
  background: linear-gradient(0deg, rgb(243, 33, 33) 0%, rgb(255, 148, 148) 100%);
}
.footerBtn li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 20px 0;
}
.footerBtn li a::after {
  content: "";
  width: 25px;
  height: 23px;
  display: inline-block;
  background: url(../images/new_index/arrow_topRight.png) no-repeat center center/100%;
  margin-left: 10px;
}
/*# sourceMappingURL=app_new.css.map */
