@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", "Noto Sans TC";
}

/****************\
* 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: #254a91;
}
footer div {
  letter-spacing: 0.1em;
  padding: 20px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 414px) {
  footer div span {
    display: block;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-left: 21px;
}
footer a.under-line {
  text-decoration: underline;
}

.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: #666666;
}
.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", "Noto Sans TC";
  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;
}

@-webkit-keyframes arrowBounceIcon {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}

@keyframes arrowBounceIcon {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}
/**************\
* 變數
\**************/
/**************\
* 通用
\**************/
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: 26px;
  width: 114px;
  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: 650px) {
  .fixed-icon-area {
    width: 52px;
    bottom: 30px;
    right: 10px;
  }
}
.fixed-icon-area a {
  display: block;
  cursor: pointer;
}

/**************\
* Main
\**************/
.section-kv {
  margin-top: 81px;
  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-subtitle,
.section-kv .kv-8,
.section-kv .kv-0,
.section-kv .kv-airplane,
.section-kv .kv-bubble {
  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: 0.5s;
          animation-delay: 0.5s;
  width: 26.5277777778%;
  left: 20%;
  top: 26.9550748752%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-title {
    width: 67.4666666667%;
    left: 16.5333333333%;
    top: 6.0755336617%;
  }
}
.section-kv .kv-subtitle {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  width: 26.5277777778%;
  left: 20.0694444444%;
  top: 52.0798668885%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-subtitle {
    width: 68%;
    left: 16%;
    top: 20.197044335%;
  }
}
.section-kv .kv-8 {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  width: 36.8055555556%;
  left: 47.2222222222%;
  top: 1.3311148087%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-8 {
    width: 100%;
    left: 0%;
    top: 31.1986863711%;
  }
}
.section-kv .kv-airplane {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  width: 9.0277777778%;
  left: 48.1944444444%;
  top: 13.3111480865%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-airplane {
    width: 25.0666666667%;
    left: 5.3333333333%;
    top: 41.0509031199%;
  }
}
.section-kv .kv-bubble {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  width: 30.2083333333%;
  left: 49.8611111111%;
  top: 7.6539101498%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-bubble {
    width: 84%;
    left: 5.6%;
    top: 33.4975369458%;
  }
}

/********************\
* 幣倍99｜外幣活存加碼優惠
\********************/
.section-nine {
  padding-bottom: 20px;
  z-index: 100;
}
.section-nine .container {
  position: relative;
  margin-top: -20px;
}
@media only screen and (max-width: 500px) {
  .section-nine .container {
    padding: 40px 10px;
  }
}
.section-nine .bg-icon {
  position: absolute;
}
@media only screen and (max-width: 1200px) {
  .section-nine .bg-icon {
    display: none;
  }
}
.section-nine .bg-icon.bg-icon-1 {
  width: 344px;
  left: 0px;
  bottom: -1px;
}
@media only screen and (max-width: 500px) {
  .section-nine .bg-icon.bg-icon-1 {
    display: none;
  }
}
.section-nine .bg-icon.bg-icon-2 {
  width: 340px;
  right: 0;
  bottom: -30px;
}
.section-nine .bg-icon.bg-icon-2 .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-nine .bg-icon.bg-icon-2 .mobile {
    display: block;
  }
}
.section-nine .bg-icon.bg-icon-2 .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-nine .bg-icon.bg-icon-2 .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-nine .bg-icon.bg-icon-2 {
    width: 164px;
    display: block;
    bottom: -6px;
  }
}
.section-nine .bg-icon.bg-icon-3 {
  width: 197px;
  left: 44px;
  top: 50px;
}
@media only screen and (max-width: 500px) {
  .section-nine .bg-icon.bg-icon-3 {
    display: none;
  }
}
.section-nine .bg-icon.bg-icon-4 {
  width: 33px;
  right: 104px;
  top: 361px;
}
@media only screen and (max-width: 500px) {
  .section-nine .bg-icon.bg-icon-4 {
    display: none;
  }
}
.section-nine .container {
  max-width: 1050px;
}
.section-nine .container .title-area {
  margin-top: 18px;
}
@media only screen and (max-width: 640px) {
  .section-nine .container .title-area {
    text-align: center;
    line-height: 1.3;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media only screen and (max-width: 640px) {
  .section-nine .container .title-area .mobile-hide {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .section-nine .container .title-area .mobile-break {
    display: block;
  }
}
.section-nine .container .sub-title {
  margin: 10px 0 14px;
  font-size: 22px;
  line-height: 30px;
  color: #3ca4e9;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .section-nine .container .sub-title {
    margin: 10px 0 23px;
    font-size: 20px;
    line-height: 18px;
  }
}
.section-nine .container .txt-blue {
  color: #0071bc;
}
.section-nine .container .flex-dsc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #333333;
  line-height: 29px;
  max-width: 670px;
  margin: 4px auto 0;
}
@media only screen and (max-width: 500px) {
  .section-nine .container .flex-dsc {
    padding: 0 10px;
    margin-top: 0;
    font-size: 17px;
    line-height: 26px;
    max-width: 340px;
  }
}
.section-nine .container .flex-dsc .right-dsc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-nine .container .notice-dsc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  max-width: 670px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .section-nine .container .notice-dsc {
    padding: 0 16px 4px;
    font-size: 16px;
    line-height: 1.57;
    letter-spacing: 0.2px;
    display: block;
    max-width: 312px;
  }
  .section-nine .container .notice-dsc > div {
    display: inline;
  }
  .section-nine .container .notice-dsc > p {
    display: inline;
  }
}
.section-nine .container .notice-dsc .txt-underline {
  font-weight: 600;
  text-decoration: underline;
}
.section-nine .container .image-area {
  max-width: 823px;
  margin: 0 auto;
  margin-top: -100px;
}
.section-nine .container .image-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-nine .container .image-area .mobile {
    display: block;
  }
}
.section-nine .container .image-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-nine .container .image-area .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-nine .container .image-area {
    margin-top: 0;
  }
}
.section-nine .container .dot-line {
  max-width: 534px;
  margin: 35px auto 0;
}
.section-nine .container .dot-line .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-nine .container .dot-line .mobile {
    display: block;
  }
}
.section-nine .container .dot-line .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-nine .container .dot-line .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-nine .container .dot-line {
    max-width: 312px;
    margin: 30px auto 0;
  }
}
.section-nine .container .image-title {
  font-size: 22px;
  color: #0071bc;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 36px;
}
@media only screen and (max-width: 500px) {
  .section-nine .container .image-title .mobile-break {
    display: block;
  }
}
.section-nine .container .image-block-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;
  max-width: 828px;
  margin: 10px auto 0;
}
.section-nine .container .image-block-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-nine .container .image-block-area .mobile {
    display: block;
  }
}
.section-nine .container .image-block-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-nine .container .image-block-area .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-nine .container .image-block-area {
    max-width: 374px;
    margin: 20px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section-nine .container .image-block-area .txt-block {
  width: 122px;
  min-width: 122px;
  height: 102px;
  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;
  border-radius: 13px;
  border: #808080 1px solid;
  text-align: center;
  color: #808080;
  line-height: 1.3;
}
@media only screen and (max-width: 500px) {
  .section-nine .container .image-block-area .txt-block {
    width: 239px;
    min-width: 239px;
    height: 44px;
    margin-bottom: 10px;
  }
}
.section-nine .container .image-block-area .txt-block .txt-top {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .section-nine .container .image-block-area .txt-block .txt-top {
    display: inline-block;
  }
}
.section-nine .container .image-block-area .txt-block .txt-bottom {
  font-size: 14px;
}
.section-nine .container .image-block-area .txt-block .txt-bottom .desktop-break {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-nine .container .image-block-area .txt-block .txt-bottom .desktop-break {
    display: inline;
  }
}
@media only screen and (max-width: 500px) {
  .section-nine .container .image-block-area .txt-block .txt-bottom {
    display: inline-block;
  }
}
.section-nine .container .image-block-area .image-block {
  width: 102px;
}

/********************\
* 如何兌領呢？
\********************/
.section-flow {
  background-image: url(../images/section_flow_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 500px) {
  .section-flow {
    background-image: url(../images/mobile/section_flow_bg_m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.section-flow .container {
  max-width: 926px;
}
@media only screen and (max-width: 500px) {
  .section-flow .container {
    padding-bottom: 0;
  }
}
.section-flow .container .sub-title {
  max-width: 374px;
  margin: auto;
}
.section-flow .container .sub-title.sub-title-1 {
  margin-top: 18px;
}
@media only screen and (max-width: 500px) {
  .section-flow .container .sub-title.sub-title-1 {
    margin-top: 10px;
    max-width: 324px;
  }
}
.section-flow .container .sub-title.sub-title-2 {
  margin-top: 34px;
}
@media only screen and (max-width: 500px) {
  .section-flow .container .sub-title.sub-title-2 {
    max-width: 324px;
  }
}
.section-flow .container .block-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 26px;
  gap: 8px;
}
@media only screen and (max-width: 730px) {
  .section-flow .container .block-area {
    display: block;
  }
}
.section-flow .container .block-area .block {
  max-width: 249px;
}
@media only screen and (max-width: 730px) {
  .section-flow .container .block-area .block {
    max-width: 230px;
    margin: 0 auto;
  }
}
.section-flow .container .block-area .arrow {
  width: 56px;
  margin: 9% -7px 0;
}
.section-flow .container .block-area .arrow .mobile {
  display: none;
}
@media only screen and (max-width: 730px) {
  .section-flow .container .block-area .arrow .mobile {
    display: block;
  }
}
.section-flow .container .block-area .arrow .desktop {
  display: block;
}
@media only screen and (max-width: 730px) {
  .section-flow .container .block-area .arrow .desktop {
    display: none;
  }
}
@media only screen and (max-width: 730px) {
  .section-flow .container .block-area .arrow {
    margin: -15px auto 6px auto;
    width: 84px;
  }
}
@media only screen and (max-width: 730px) {
  .section-flow .container .block-area .arrow.sp-arrow {
    margin: 5px auto 6px auto;
    width: 84px;
  }
}
.section-flow .container .block-area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 26px;
  gap: 8px;
}
@media only screen and (max-width: 730px) {
  .section-flow .container .block-area2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.section-flow .container .block-area2 .block {
  position: relative;
  max-width: 298px;
}
@media only screen and (max-width: 730px) {
  .section-flow .container .block-area2 .block {
    max-width: 276px;
    margin: 0 auto;
  }
}
.section-flow .container .block-area2 .arrow {
  position: absolute;
  width: 56px;
  right: -12%;
  top: 23%;
}
.section-flow .container .block-area2 .arrow .mobile {
  display: none;
}
@media only screen and (max-width: 730px) {
  .section-flow .container .block-area2 .arrow .mobile {
    display: block;
  }
}
.section-flow .container .block-area2 .arrow .desktop {
  display: block;
}
@media only screen and (max-width: 730px) {
  .section-flow .container .block-area2 .arrow .desktop {
    display: none;
  }
}
@media only screen and (max-width: 730px) {
  .section-flow .container .block-area2 .arrow {
    top: 96%;
    right: 34%;
    width: 84px;
  }
}
@media only screen and (max-width: 730px) {
  .section-flow .container .block-area2 .arrow.sp-arrow {
    margin: 5px auto 6px auto;
    width: 84px;
  }
}