@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&family=Noto+Serif+TC:wght@300;400;500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html,
body {
  font-size: 10px;
  font-family: "Inter", "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif;
}

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

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

.card-notice {
  background-color: #717071;
  color: white;
}
.card-notice .wrap-content {
  max-width: 1040px;
  padding: 25px 20px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .card-notice .wrap-content {
    display: block;
  }
}
.card-notice .wrap-content .big-title {
  font-size: 32px;
  margin-right: 18px;
  letter-spacing: -1.6px;
}
@media only screen and (max-width: 1100px) {
  .card-notice .wrap-content .big-title {
    display: block;
    margin: 0px auto 10px auto;
    width: 100%;
    font-size: 22px;
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .card-notice .wrap-content .big-title {
    font-size: 25px;
  }
}
.card-notice .wrap-content .descript {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 22px;
}
.card-notice .wrap-content .descript a {
  color: white;
}
@media only screen and (max-width: 1100px) {
  .card-notice .wrap-content .descript {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
  }
}
.card-notice .wrap-content .clear {
  clear: both;
}

.wrapper {
  overflow: hidden;
}

.notice-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 10px 5px 10px;
  background-color: #e6e6e6;
}
.notice-area .txt-red {
  color: #c1272d;
}
.notice-area .txt-bold {
  font-weight: bold;
}
.notice-area .txt-regular {
  font-weight: 500;
}
.notice-area .txt-normal {
  font-weight: normal;
}
.notice-area .txt-blue {
  color: #0071bc;
}
.notice-area .txt-brown {
  color: #754c24;
}
.notice-area .txt-center {
  text-align: center;
}
.notice-area .under-line {
  text-decoration: underline;
}
.notice-area .txt-sup {
  font-size: 12px;
  vertical-align: super;
}
.notice-area .txt-black {
  color: #333333;
}
.notice-area .font-16 {
  font-size: 16px;
}
.notice-area .font-18 {
  font-size: 18px;
}
.notice-area .mg-top-6 {
  margin-top: 6px;
}
.notice-area .mg-top-10 {
  margin-top: 10px;
}
.notice-area .mg-top-30 {
  margin-top: 30px;
}
.notice-area .notice-container {
  font-family: "Inter", "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif;
  font-size: 16px;
  color: #333333;
  max-width: 980px;
  margin: 0 auto;
  padding: 0px 10px;
  font-weight: normal;
}
.notice-area .notice-container .sub-notice {
  position: relative;
  text-align: justify;
  padding-left: 18px;
}
.notice-area .notice-container .sub-notice .list-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.notice-area .notice-container .sub-notice .list-icon.muti-line {
  top: 4px;
}
@media only screen and (max-width: 750px) {
  .notice-area .notice-container .sub-notice .list-icon.muti-line {
    top: 0px;
  }
}
.notice-area .notice-container ul {
  list-style: decimal;
  text-align: justify;
}
.notice-area .notice-container ul li {
  line-height: 26px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.notice-area .notice-container ul li .sp-txt {
  color: #f35f67;
}
.notice-area .notice-container ul li.list-red {
  color: #e50012;
}
.notice-area .notice-container ul li a {
  color: #333333;
  text-decoration: none;
  word-break: break-all;
}
.notice-area .notice-container ul li a:hover {
  text-decoration: underline;
}
.notice-area .notice-container ul li .talbe-dsc {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}
.notice-area .notice-container ul li .image-area {
  margin-bottom: 6px;
}
.notice-area .notice-container ul li .image-area.image-0 {
  margin-top: 12px;
}
.notice-area .notice-container ul li .image-area.image-1 {
  margin-top: 0px;
}
.notice-area .notice-container ul li .image-area.image-2 {
  margin-top: 0px;
}
.notice-area .notice-container ul li .image-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li .image-area .mobile {
    display: block;
  }
}
.notice-area .notice-container ul li .image-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li .image-area .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container ul li .image-area {
    max-width: 340px;
  }
  .notice-area .notice-container ul li .image-area.image-1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .notice-area .notice-container ul li .image-area.image-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .notice-area .notice-container ul li .image-area {
    max-width: 340px;
  }
  .notice-area .notice-container ul li .image-area.image-1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .notice-area .notice-container ul li .image-area.image-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .notice-area .notice-container ul li .image-area {
    max-width: 320px;
  }
  .notice-area .notice-container ul li .image-area.image-1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .notice-area .notice-container ul li .image-area.image-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.notice-area .notice-container ul .sub-ul {
  list-style: disc;
  padding-top: 5px;
  padding-bottom: 0px;
}
.notice-area .notice-container ul .sub-ul.sub-ul-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  padding-top: 5px;
  padding-bottom: 0px;
}
.notice-area .notice-container ul .sub-ul.sub-ul-table li {
  margin-left: 5px;
}
.notice-area .notice-container ul .sub-ul.sub-ul-table .icon-check {
  width: 14px;
  padding-top: 8px;
  display: inline-block;
}
.notice-area .notice-container .top-notice {
  line-height: 26px;
  margin-bottom: 10px;
  text-align: justify;
}
.notice-area .notice-container .other-notice {
  position: relative;
  line-height: 26px;
  font-size: 18px;
  margin-left: 18px;
  text-align: justify;
  padding-left: 20px;
  margin-bottom: 5px;
}
.notice-area .notice-container .other-notice.last-notice {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.notice-area .notice-container .other-notice.no-margin {
  margin-left: 0;
}
.notice-area .notice-container .other-notice.has-padding {
  padding-left: 30px;
}
.notice-area .notice-container .other-notice.font-16 {
  font-size: 16px;
}
.notice-area .notice-container .other-notice .list-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.notice-area .notice-container .other-notice .list-icon.muti-line {
  top: 4px;
}
@media only screen and (max-width: 750px) {
  .notice-area .notice-container .other-notice .list-icon.muti-line {
    top: 0px;
  }
}
.notice-area .notice-container .other-notice-sub {
  margin-left: 0px;
  line-height: 26px;
  text-align: justify;
}
.notice-area .notice-container .notice-title {
  width: 130px;
  position: relative;
  text-align: center;
  font-size: 18px;
  margin: 0 auto 30px auto;
  cursor: pointer;
}
.notice-area .notice-container .notice-title .icon-plus {
  position: absolute;
  top: 3px;
  right: 6px;
  width: 12px;
  height: 12px;
}
.notice-area .notice-container .notice-title .icon-plus .icon {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
}
.notice-area .notice-container .notice-title .icon-plus .icon.close {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.notice-area .notice-container .notice-title .icon-plus .icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #666666;
  position: absolute;
  bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.notice-area .notice-container .notice-title .icon-plus .icon.close::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 2px #666666;
  position: absolute;
  bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.notice-area .notice-container .notice-title .icon-plus .icon::after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #666666;
  position: absolute;
  bottom: 5px;
}
.notice-area .notice-container .notice-tag-title {
  padding-bottom: 10px;
}
.notice-area .notice-container .icon-arrow-down,
.notice-area .notice-container .icon-arrow-up {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 15px;
  height: 10px;
  background-image: url(../images/default/triangle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.notice-area .notice-container .icon-arrow-up {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.notice-area .notice-container .other-notice-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
.notice-area .notice-container .other-notice-block .title {
  min-width: 45px;
  max-width: 45px;
  width: 45px;
}

/**************\
* 變數
\**************/
/**************\
* 通用
\**************/
img {
  width: 100%;
}

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

.title-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #6d78ef;
}
.title-area .mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .title-area .mobile {
    display: block;
  }
}
.title-area .desktop {
  display: block;
}
@media only screen and (max-width: 600px) {
  .title-area .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .title-area {
    font-size: 30px;
    line-height: 1.17;
  }
}
.title-area .icon {
  margin-right: 10px;
  gap: 10px;
  background-size: 100% 100%;
}
@media only screen and (max-width: 500px) {
  .title-area .icon {
    margin-right: 8px;
  }
}

.fixed-icon-area {
  position: fixed;
  bottom: 50px;
  right: 14px;
  width: 118px;
  z-index: 300;
}
.fixed-icon-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area .mobile {
    display: block;
  }
}
.fixed-icon-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area {
    width: 66px;
    right: 0;
    bottom: 30px;
  }
}
.fixed-icon-area a {
  display: block;
  cursor: pointer;
  margin-bottom: -7px;
}
.fixed-icon-area a:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area a {
    margin-bottom: -5px;
  }
}

/**************\
* Main
\**************/
.section-kv {
  margin-top: 82px;
  z-index: 100;
  overflow: hidden;
}
.section-kv .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-kv .mobile {
    display: block;
  }
}
.section-kv .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-kv .desktop {
    display: none;
  }
}
.section-kv .kv-title,
.section-kv .kv-8,
.section-kv .kv-ball,
.section-kv .kv-cloud {
  position: absolute;
}
.section-kv .title {
  font-size: 12px;
  text-indent: -123456px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.section-kv .kv-title {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  width: 32.1527777778%;
  left: 16.8055555556%;
  top: 24.0524781341%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-title {
    width: 90.4%;
    left: 4.8%;
    top: 12.3102866779%;
  }
}
.section-kv .kv-8 {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  width: 37.1527777778%;
  left: 47.7777777778%;
  top: 9.3294460641%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-8 {
    width: 93.3333333333%;
    left: 5.0666666667%;
    top: 37.2681281619%;
  }
}
.section-kv .kv-ball {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  width: 4.8611111111%;
  left: 78.4027777778%;
  top: 71.2827988338%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-ball {
    display: none;
  }
}
.section-kv .kv-cloud {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.section-kv .kv-cloud.kv-cloud-1 {
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  width: 13.8194444444%;
  left: 3.8888888889%;
  top: 12.3906705539%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-cloud.kv-cloud-1 {
    width: 26.1333333333%;
    left: -10.6666666667%;
    top: 38.1112984823%;
  }
}
.section-kv .kv-cloud.kv-cloud-2 {
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  width: 12.5694444444%;
  left: 91.5972222222%;
  top: 22.5947521866%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-cloud.kv-cloud-2 {
    width: 32.2666666667%;
    left: 82.1333333333%;
    top: 6.9139966273%;
  }
}

/********************\
* 仲夏幣倍+8%｜外幣活存加碼優惠
\********************/
.section-one {
  position: relative;
  background: #fff;
  z-index: 100;
  display: flow-root;
}
.section-one .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-one .mobile {
    display: block;
  }
}
.section-one .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-one .desktop {
    display: none;
  }
}
.section-one .bg-pattern {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .section-one .bg-pattern {
    display: none;
  }
}
.section-one .bg-pattern.bg-pattern-1 {
  width: 141px;
  left: 39px;
  top: 40px;
}
.section-one .bg-pattern.bg-pattern-2 {
  width: 135px;
  right: 60px;
  top: 286px;
}
.section-one .bg-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  font-size: 0;
}
.section-one .container {
  position: relative;
  z-index: 2;
  max-width: 830px;
  margin: 0 auto;
  padding: 0 20px 112px;
}
@media only screen and (max-width: 500px) {
  .section-one .container {
    max-width: 375px;
    padding: 0 16px 165px;
  }
}
.section-one .letter {
  max-width: 781px;
  margin: -86px auto 0;
}
@media only screen and (max-width: 500px) {
  .section-one .letter {
    max-width: 363px;
    margin: -48px auto 0;
  }
}
.section-one .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 8px;
}
@media only screen and (max-width: 500px) {
  .section-one .title-area {
    margin-top: 14px;
  }
}
.section-one .title-area .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 54px;
  line-height: 0;
}
.section-one .title-area .title-txt {
  font-size: 35px;
  font-weight: bold;
  line-height: 38px;
  color: #0071bc;
  letter-spacing: -0.35px;
}
@media only screen and (max-width: 500px) {
  .section-one .title-area .title-txt {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .section-one .title-area .title-txt .sep {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-one .title-area .title-txt .break {
    display: block;
  }
}
.section-one .sub-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
}
@media only screen and (max-width: 500px) {
  .section-one .sub-title {
    margin-top: 7px;
  }
}
.section-one .sub-title .txt-teal {
  color: #00a9ac;
  letter-spacing: 0.8px;
}
.section-one .sub-title .txt-gray {
  color: #666;
}
.section-one .info-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 23px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 500px) {
  .section-one .info-list {
    margin-top: 27px;
  }
}
.section-one .info-list .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 500px) {
  .section-one .info-list .info-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-one .info-list .info-row .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #eaf8ff;
  color: #0071bc;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 20px;
  border-radius: 100px;
  white-space: nowrap;
}
.section-one .info-list .info-row .value {
  color: #333;
  font-size: 18px;
  line-height: 38px;
}
@media only screen and (max-width: 500px) {
  .section-one .info-list .info-row .value {
    line-height: 32px;
    max-width: 185px;
    text-align: justify;
  }
}
.section-one .table-img {
  max-width: 851px;
  margin: 7px auto 0;
}
@media only screen and (max-width: 500px) {
  .section-one .table-img {
    max-width: 363px;
    margin: 18px auto 0;
  }
}
.section-one .limit-title {
  margin-top: 16px;
  font-size: 23px;
  font-weight: bold;
  line-height: 30px;
  color: #0071bc;
  text-align: center;
  letter-spacing: 1.61px;
}
@media only screen and (max-width: 500px) {
  .section-one .limit-title {
    margin-top: 6px;
    font-size: 22px;
    letter-spacing: 1.54px;
  }
}
@media only screen and (max-width: 500px) {
  .section-one .limit-title .m-break {
    display: block;
  }
}
.section-one .currency-area {
  width: 91.3253012048%;
  max-width: 758px;
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .section-one .currency-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    max-width: none;
    gap: 13px;
    margin-top: 10px;
  }
}
.section-one .currency-area .currency-label {
  width: 16.2269129288%;
}
@media only screen and (max-width: 500px) {
  .section-one .currency-area .currency-label {
    width: 245px;
  }
}
.section-one .currency-area .currency-items {
  width: 81.1345646438%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .section-one .currency-area .currency-items {
    width: 239px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 22px 25px;
  }
}
.section-one .currency-area .currency-items .item {
  width: 17.3983739837%;
}
@media only screen and (max-width: 500px) {
  .section-one .currency-area .currency-items .item {
    width: 107px;
  }
}
.section-one .note {
  max-width: 744px;
  margin: 27px auto 0;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  text-align: center;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 500px) {
  .section-one .note {
    max-width: 314px;
    margin-top: 22px;
    text-align: justify;
    letter-spacing: 0.48px;
  }
}

/********************\
* 如何兌領呢？
\********************/
.section-flow {
  background: #eaf8ff;
}
.section-flow .container {
  max-width: 904px;
  margin: 0 auto;
  padding: 37px 20px 74px;
}
@media only screen and (max-width: 500px) {
  .section-flow .container {
    padding: 32px 16px;
  }
}
.section-flow .flow-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.section-flow .flow-title .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 54px;
  line-height: 0;
}
.section-flow .flow-title .title-txt {
  font-size: 35px;
  font-weight: bold;
  line-height: 38px;
  color: #0071bc;
  letter-spacing: -0.35px;
}
@media only screen and (max-width: 500px) {
  .section-flow .flow-title .title-txt {
    font-size: 32px;
  }
}
.section-flow .flow-block {
  margin-top: 26px;
}
.section-flow .flow-block + .flow-block {
  margin-top: 40px;
}
@media only screen and (max-width: 500px) {
  .section-flow .flow-block {
    margin-top: 10px;
  }
}
.section-flow .flow-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 26px;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 1.82px;
  color: #808080;
}
@media only screen and (max-width: 500px) {
  .section-flow .flow-subtitle {
    font-size: 22px;
    gap: 12px;
    letter-spacing: 1.54px;
  }
}
.section-flow .flow-subtitle .bar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4px;
  height: 36px;
  border-radius: 10px;
}
@media only screen and (max-width: 500px) {
  .section-flow .flow-subtitle .bar {
    height: 30px;
  }
}
.section-flow .flow-subtitle.flow-subtitle-web .bar {
  background: #29c0f4;
}
.section-flow .flow-subtitle.flow-subtitle-web .hl {
  color: #29c0f4;
}
.section-flow .flow-subtitle.flow-subtitle-app .bar {
  background: #0071bc;
}
.section-flow .flow-subtitle.flow-subtitle-app .hl {
  color: #0071bc;
}
.section-flow .steps {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .section-flow .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 28px;
  }
}
.section-flow .steps .step {
  width: 30.0884955752%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
@media only screen and (max-width: 500px) {
  .section-flow .steps .step {
    width: 272px;
    max-width: 100%;
  }
}
.section-flow .steps .step .step-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #595757;
  text-align: center;
}