@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
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,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li,
a {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* for Chrome Firefox Edge */
}

select::-ms-expand {
  display: none;
  /* for IE11 */
}

textarea {
  -webkit-appearance: none;
}

input,
button {
  border-radius: 0;
}

body {
  font-family: "Roboto", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Noto Sans", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-display: swap;
}

/* 使用选择器指定字体 */
.f_NotoSansTC_light {
  font-family: "Noto Sans TC";
  font-weight: 300;
}

.f_NotoSansTC_heavy {
  font-family: "Noto Sans TC";
  font-weight: 900;
}

.f_NotoSansTC_regular {
  font-family: "Noto Sans TC";
  font-weight: 400;
}

.f_NotoSansTC_bold {
  font-family: "Noto Sans TC";
  font-weight: 700;
}

.roboto {
  font-family: "Roboto";
}

.roboto_bold {
  font-family: "Roboto";
  font-weight: bold;
}

/* 使用 font-spider 壓縮字體   END*/
#header {
  position: fixed;
  font-family: "Noto Sans TC";
  font-weight: 400;
  z-index: 105;
  top: 0;
  left: 0;
  height: 76px;
  width: 100%;
  background-color: #111;
  border-bottom: 1px solid #ceb071;
}
@media (max-width: 769px) {
  #header.header-zindex-adj-m {
    z-index: 102;
  }
}
#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#header .container #header-toggle {
  display: none;
}
@media (max-width: 1279px) {
  #header .container #header-toggle {
    display: inline-block;
    width: 76px;
    height: 76px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: url(../images/icon_hambuger_open.svg);
  }
}
#header .container #header-toggle.toggled {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../images/icon_hambuger_close.svg);
}
@media (max-width: 1279px) {
  #header .container .header-logo {
    margin: auto;
  }
}
#header .container .header-logo img {
  height: 36px;
}
#header .container nav {
  margin-left: auto;
  height: 100%;
}
@media (max-width: 1279px) {
  #header .container nav {
    position: fixed;
    z-index: 102;
    top: 76px;
    left: 0;
    height: calc(100% - 76px);
    width: 375px;
    background-color: #fff;
    padding: 40px 27px 60px;
    overflow-y: scroll;
    display: none;
  }
}
@media (max-width: 769px) {
  #header .container nav {
    width: 100%;
    padding: 32px 27px 120px;
  }
}
#header .container nav .nav-main-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 20px;
  color: #ceb071;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  height: 100%;
  margin-right: 30px;
  letter-spacing: 2px;
}
@media (min-width: 1280px) {
  #header .container nav .nav-main-link:hover {
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .container nav .nav-main-link:hover::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link {
    display: block;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    color: #111111;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#header .container nav .nav-main-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  display: inline-block;
  background-color: #ceb071;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
#header .container nav .nav-main-link .nav-main-link-desc:hover {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
#header .container nav .nav-main-link .nav-main-link-desc .icon {
  display: block;
  position: absolute;
  width: 28px;
  position: absolute;
  right: -15px;
  top: 15px;
  -webkit-animation: newAni infinite alternate 0.25s;
          animation: newAni infinite alternate 0.25s;
}
@-webkit-keyframes newAni {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes newAni {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link .nav-main-link-desc {
    font-size: 18px;
    font-weight: bold;
    color: #111;
    border-bottom: 1px solid #ceb071;
    line-height: 1.45;
  }
  #header .container nav .nav-main-link .nav-main-link-desc .icon {
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -5px;
    position: relative;
    right: auto;
    top: auto;
  }
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link .nav-main-link-desc#pad-submenu-toggle-how::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .container nav .nav-main-link .nav-main-link-desc#pad-submenu-toggle-how.mobile-slide-toggle {
    color: #af955f;
  }
  #header .container nav .nav-main-link .nav-main-link-desc#pad-submenu-toggle-how.mobile-slide-toggle::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
#header .container nav .nav-main-link.has-sub-menu .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .flex-wrap {
    display: block;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu {
  line-height: 1.45;
  color: #000;
  font-weight: normal;
  position: fixed;
  z-index: 99;
  width: 1200px;
  top: 75px;
  left: 0;
  right: 0;
  margin: auto;
  height: 360px;
  padding: 32px 0 35px 40px;
  background-color: #fff;
  display: none;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}
@media (min-width: 1280px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.slide-up {
    pointer-events: none;
    z-index: -99;
    opacity: 0;
  }
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    padding-top: 20px;
  }
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how {
    display: none;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul {
  margin-right: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul {
    margin-right: 0;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul:last-of-type {
  margin-right: 0;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul:last-of-type {
    margin-top: 40px;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul .sub-menu-how-title {
  font-size: 18px;
  font-weight: bold;
  color: #ceb071;
  margin-bottom: 20px;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul .sub-menu-how-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "Noto Sans TC";
    font-weight: 300;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul .sub-menu-how-item {
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul .sub-menu-how-item {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul .sub-menu-how-item:last-of-type {
  margin-bottom: 0;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul .sub-menu-how-item a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how ul .sub-menu-how-item a:hover {
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how .web-deco-how {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 552px;
  height: 100%;
  color: #c29041;
  text-align: center;
  padding-top: 25px;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how .web-deco-how {
    display: none;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how .web-deco-how .title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  z-index: 1;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how .web-deco-how .subtitle {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  z-index: 1;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-how .web-deco-how .deco-bg {
  position: absolute;
  width: 304px;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 40px;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about {
  padding-left: 40px;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about {
    padding-top: 0;
    padding-left: 0;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container {
  margin-right: 50px;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container {
    margin-right: 0;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container .sub-menu-how-title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #ceb071;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container .sub-menu-how-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    font-weight: bold;
    color: #111;
    border-bottom: 1px solid #ceb071;
    line-height: 1.45;
    margin-top: 40px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    font-family: "Noto Sans TC";
    font-weight: 300;
  }
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container .sub-menu-how-title.mobile-slide-toggle {
    color: #af955f;
  }
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container .sub-menu-how-title.mobile-slide-toggle::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container .sub-menu-how-title::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/expand_open.svg);
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container ul {
    display: none;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container ul:last-of-type {
  margin-right: 0;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container ul .sub-menu-how-item {
  font-size: 16px;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container ul .sub-menu-how-item {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container ul .sub-menu-how-item:last-of-type {
  margin-bottom: 0;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container ul .sub-menu-how-item a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .about-inner-container ul .sub-menu-how-item a:hover {
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .deco-bg {
  position: absolute;
  right: 40px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 304px;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.has-sub-menu .sub-menu.sub-menu-about .deco-bg {
    display: none;
  }
}
#header .container nav .nav-main-link.nav-main-link-how .sub-menu {
  width: 928px;
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.nav-main-link-how {
    margin-bottom: 0;
  }
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.nav-main-link-how .nav-main-link-desc {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    cursor: pointer;
  }
  #header .container nav .nav-main-link.nav-main-link-how .nav-main-link-desc::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/expand_open.svg);
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    -webkit-tap-highlight-color: transparent;
  }
}
@media (max-width: 1279px) {
  #header .container nav .nav-main-link.nav-main-link-about .nav-main-link-desc {
    display: none;
  }
}
#header .container nav #pad-only-link {
  display: none;
}
@media (max-width: 1279px) {
  #header .container nav #pad-only-link {
    width: 320px;
    height: 53px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    left: 24px;
    bottom: 21px;
    border-radius: 40px;
    background-color: #ceb071;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #111;
    top: 10px;
  }
}
@media (max-width: 769px) {
  #header .container nav #pad-only-link {
    bottom: 0;
    left: calc(50% - 160px);
  }
}
#header .container .header-button-link {
  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;
  width: 210px;
  height: 53px;
  border-radius: 40px;
  background-color: #ceb071;
  font-size: 22px;
  color: #111;
  letter-spacing: 2px;
}
@media (max-width: 1279px) {
  #header .container .header-button-link {
    position: absolute;
    right: 20px;
    top: 10px;
  }
}
@media (max-width: 769px) {
  #header .container .header-button-link {
    display: none;
  }
}

.menu {
  width: 1200px;
  margin: 0 auto;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1279px) {
  .menu {
    padding: 0px 0px 0px 0px;
    width: 100%;
    position: relative;
  }
}
.menu .btn_label {
  padding: 23px 20px 22px 20px;
}
@media (max-width: 1279px) {
  .menu .btn_label {
    position: absolute;
    right: 0;
  }
}
.menu .logo_a {
  margin: 0 auto;
}
.menu .label_block {
  display: none;
  opacity: 0;
}
@media (max-width: 1279px) {
  .menu .label_block {
    display: block;
    opacity: 1;
    width: 25px;
    height: 3px;
    border-radius: 8px;
    background: #cd9b1d;
    position: relative;
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .menu .label_block::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 25px;
    height: 3px;
    border-radius: 8px;
    background: #cd9b1d;
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu .label_block::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 25px;
    height: 3px;
    border-radius: 8px;
    background: #cd9b1d;
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.menu .logo {
  width: 145px;
  padding: 20px 0;
}
@media (max-width: 1279px) {
  .menu .logo {
    padding: 15px 0;
    width: 92px;
  }
}
.menu .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1279px) {
  .menu .nav {
    display: block;
  }
}
.menu .nav .menu_item {
  color: #000000;
  text-align: center;
}
.menu .nav .menu_item::after {
  display: block;
  content: "";
  width: 0px;
  height: 2px;
  background: #cd9b1d;
  margin: 0 auto;
  margin-top: 10px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.menu .nav .menu_item:hover {
  color: #cd9b1d;
}
.menu .nav .menu_item:hover::after {
  width: 80px;
}
.menu .nav .menu_item:nth-of-type(3), .menu .nav .menu_item:nth-of-type(4) {
  width: 80px;
}
@media (max-width: 1279px) {
  .menu .nav .menu_item:nth-of-type(3), .menu .nav .menu_item:nth-of-type(4) {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .menu .nav {
    position: absolute;
    top: 98%;
    z-index: 100;
    left: 0;
    padding-top: 25px;
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: #fff;
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
}
.menu .nav a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0px;
  margin-left: 28px;
}
@media (max-width: 1279px) {
  .menu .nav a {
    padding: 0px 20px 10px 20px;
    font-size: 18px;
    display: block;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.menu .nav .menu_btn_gold,
.menu .nav .menu_btn_black_line {
  line-height: 1;
  padding: 15px;
}
@media (max-width: 1279px) {
  .menu .nav .menu_btn_gold {
    height: 50px;
    font-size: 18px;
    margin: auto;
    margin-bottom: 20px;
    display: inline-block;
    white-space: nowrap;
  }
}
@media (max-width: 1279px) {
  .menu .nav .menu_btn_black_line {
    width: 140px;
    height: 50px;
    font-size: 18px;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 1279px) {
  .menu .nav a:nth-of-type(4) {
    margin-bottom: 25px;
  }
}
.menu .nav .login_desktop {
  display: block;
}
@media (max-width: 1279px) {
  .menu .nav .login_desktop {
    display: none;
  }
}
.menu .nav .login_mobile {
  display: none;
}
@media (max-width: 1279px) {
  .menu .nav .login_mobile {
    display: block;
  }
}
.menu .fb_icon,
.menu .line_icon {
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
@media (max-width: 1279px) {
  .menu .fb_icon,
  .menu .line_icon {
    width: 50px;
    height: 50px;
  }
}

.lboxed--overlay {
  opacity: 0;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-animation: overlayFadeIn forwards 0.5s 1.5s;
          animation: overlayFadeIn forwards 0.5s 1.5s;
}

.lboxed {
  opacity: 0;
  position: fixed;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  max-width: 800px;
  -webkit-animation: lightboxFadeIn forwards 0.5s 2s;
          animation: lightboxFadeIn forwards 0.5s 2s;
  font-family: "微體正黑體", "Microsoft JhengHei", "新細明體", Arial, Helvetica, sans-serif;
}
.lboxed__close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 3;
}
.lboxed__close::before, .lboxed__close::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 3px;
  background: #cd9b1d;
  border-radius: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.lboxed__close::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.lboxed__outer {
  width: 100%;
  height: 100%;
  background: white;
  padding: 40px;
  border-radius: 15px;
  margin: 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 95vh;
}
@media (max-width: 769px) {
  .lboxed__outer {
    padding: 1.5em;
  }
}
.lboxed .announce {
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lboxed .announce__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.6em;
}
@media (max-width: 769px) {
  .lboxed .announce__title {
    font-size: 22px;
  }
}
.lboxed .announce__center {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 769px) {
  .lboxed .btns .t_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lboxed .btns [class*=btn] {
    margin-top: 1em;
  }
  .lboxed .btns [class*=btn]:first-child {
    margin-top: 0em;
  }
}

@-webkit-keyframes lightboxFadeIn {
  from {
    opacity: 0;
    z-index: 105;
  }
  to {
    opacity: 1;
    z-index: 105;
  }
}

@keyframes lightboxFadeIn {
  from {
    opacity: 0;
    z-index: 105;
  }
  to {
    opacity: 1;
    z-index: 105;
  }
}
@-webkit-keyframes overlayFadeIn {
  from {
    opacity: 0;
    z-index: 103;
  }
  to {
    opacity: 1;
    z-index: 103;
  }
}
@keyframes overlayFadeIn {
  from {
    opacity: 0;
    z-index: 103;
  }
  to {
    opacity: 1;
    z-index: 103;
  }
}
#footer {
  font-family: "Noto Sans TC";
  font-weight: 400;
  padding: 64px 0;
  background-color: #111111;
}
@media (max-width: 1279px) {
  #footer {
    padding: 50px 0 80px;
  }
}
@media (max-width: 769px) {
  #footer {
    padding-bottom: 100px;
    overflow: hidden;
  }
}
#footer.hasfooterNotice {
  padding: 32px 0 64px 0;
}
@media (max-width: 1279px) {
  #footer.hasfooterNotice {
    padding: 20px 0 80px;
  }
}
@media (max-width: 769px) {
  #footer.hasfooterNotice {
    padding-bottom: 100px;
    overflow: hidden;
  }
}
#footer .footerNotice {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.5;
  padding: 0 2em 3em 3em;
  text-align: justify;
}
#footer .top-wrap {
  margin: 0 auto 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1279px) {
  #footer .top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 680px;
  }
}
@media (max-width: 769px) {
  #footer .top-wrap {
    width: 320px;
  }
}
@media (max-width: 320px) {
  #footer .top-wrap {
    max-width: 320px;
    margin: 0 20px;
  }
}
#footer .top-wrap .logo {
  width: 137px;
  margin-right: 60px;
}
@media (max-width: 1279px) {
  #footer .top-wrap .logo {
    margin-right: 0;
    margin-bottom: 65px;
  }
}
#footer .top-wrap .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media (max-width: 769px) {
  #footer .top-wrap .list-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#footer .top-wrap .list-wrap ul {
  margin-right: 80px;
}
@media (max-width: 1279px) {
  #footer .top-wrap .list-wrap ul {
    margin-right: 60px;
  }
}
@media (max-width: 769px) {
  #footer .top-wrap .list-wrap ul {
    margin-right: 0;
    width: 50%;
  }
}
@media (max-width: 769px) {
  #footer .top-wrap .list-wrap ul:first-of-type {
    margin-bottom: 50px;
  }
}
#footer .top-wrap .list-wrap ul:last-of-type {
  margin-right: 0;
}
#footer .top-wrap .list-wrap ul li.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
#footer .top-wrap .list-wrap ul li.link {
  margin-bottom: 20px;
}
#footer .top-wrap .list-wrap ul li.link a {
  font-size: 14px;
  color: #fff;
}
#footer .top-wrap .list-wrap ul li.link a.contact-web {
  display: inline-block;
}
@media (max-width: 769px) {
  #footer .top-wrap .list-wrap ul li.link a.contact-web {
    display: none;
  }
}
#footer .top-wrap .list-wrap ul li.link a.contact-mobile {
  display: none;
}
@media (max-width: 769px) {
  #footer .top-wrap .list-wrap ul li.link a.contact-mobile {
    display: inline-block;
  }
}
#footer .bottom-wrap {
  width: 960px;
  margin: auto;
  border-top: 1px solid #4f4f4f;
  padding-top: 16px;
  color: #4f4f4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1279px) {
  #footer .bottom-wrap {
    width: 680px;
  }
}
@media (max-width: 769px) {
  #footer .bottom-wrap {
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .bottom-wrap a {
  color: #A3A3A3;
}
#footer .bottom-wrap .links-container {
  font-size: 14px;
}
@media (max-width: 769px) {
  #footer .bottom-wrap .links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .bottom-wrap .links-container a {
  display: inline-block;
  margin-right: 30px;
  letter-spacing: 2px;
}
@media (max-width: 769px) {
  #footer .bottom-wrap .links-container a {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
#footer .bottom-wrap .links-container a .link-img-bank {
  margin-right: 12px;
  position: relative;
  top: 2px;
}
@media (max-width: 769px) {
  #footer .bottom-wrap .links-container p span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12px;
  }
}
#footer .bottom-wrap .copyright-desc {
  font-size: 14px;
  letter-spacing: 1px;
}
@media (max-width: 769px) {
  #footer .bottom-wrap .copyright-desc {
    text-align: center;
    margin-top: 20px;
  }
}
#footer .footer--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-top: 40px;
  width: 100%;
  max-width: 960px;
  color: #fff;
}
@media (max-width: 1279px) {
  #footer .footer--flex {
    margin-top: 35px;
    max-width: 680px;
  }
}
@media (max-width: 769px) {
  #footer .footer--flex {
    display: block;
    max-width: 320px;
    margin-top: 30px;
  }
}
@media (max-width: 320px) {
  #footer .footer--flex {
    max-width: 280px;
    margin: 30px 20px 0 20px;
  }
}
#footer .footer__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1279px) {
  #footer .footer__title {
    font-size: 22px;
  }
}
@media (max-width: 769px) {
  #footer .footer__title {
    margin: auto;
    margin-bottom: 15px;
  }
}
#footer .footer__text {
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 1279px) {
  #footer .footer__text {
    width: 470px;
  }
}
@media (max-width: 769px) {
  #footer .footer__text {
    width: auto;
  }
}
#footer .footer__text a {
  text-decoration: underline;
}

#foot {
  position: relative;
  width: 100%;
  padding: 50px;
  background: #000000;
}
@media (max-width: 1279px) {
  #foot {
    padding: 30px 40px;
  }
}
@media (max-width: 769px) {
  #foot {
    padding: 30px;
  }
}
#foot .footer--flex {
  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-bottom: 40px;
}
@media (max-width: 1279px) {
  #foot .footer--flex {
    margin-bottom: 35px;
  }
}
@media (max-width: 769px) {
  #foot .footer--flex {
    display: block;
    margin-bottom: 30px;
  }
}
#foot .footer__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-right: 60px;
}
@media (max-width: 1279px) {
  #foot .footer__title {
    font-size: 22px;
    margin-right: 30px;
  }
}
@media (max-width: 769px) {
  #foot .footer__title {
    margin: auto;
    margin-bottom: 15px;
  }
}
#foot .footer__text {
  width: 725px;
  font-size: 14px;
  line-height: 1.71;
}
@media (max-width: 1279px) {
  #foot .footer__text {
    width: 470px;
    font-size: 12px;
  }
}
@media (max-width: 769px) {
  #foot .footer__text {
    width: auto;
  }
}
#foot .footer_smart {
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
}
#foot .footer_smart span {
  display: inline-block;
}
#foot .footer_smart span::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 7px;
  margin-right: 8px;
  background: url("../img/sinopac-logo.svg") no-repeat 0 0;
  position: relative;
  top: 5px;
}
#foot .footer_smart a {
  display: inline-block;
  letter-spacing: 0;
  margin: 10px 5px 0 5px;
  vertical-align: middle;
}
#foot .footer_smart #cdic {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.footer_ico {
  margin-right: 0.2em;
}

@media (max-width: 1279px) {
  #download {
    display: block;
  }
}

#footer_download {
  position: relative;
  width: 100%;
  height: 505px;
  padding: 90px 20px;
  background: url(../img/index/bg_curve.svg) center/cover no-repeat;
  color: white;
  overflow: hidden;
  line-height: 1;
}
@media (max-width: 769px) {
  #footer_download {
    height: auto;
    position: unset;
    padding: 47px 20px 0 20px;
  }
}
#footer_download .footer_download_title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 8px;
  text-align: center;
  margin-left: 69px;
}
@media (max-width: 1279px) {
  #footer_download .footer_download_title {
    font-size: 20px;
    letter-spacing: 5px;
    margin-left: 115px;
  }
}
@media (max-width: 769px) {
  #footer_download .footer_download_title {
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-left: 0;
  }
}
#footer_download .footer_download_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 760px;
  }
}
@media (max-width: 769px) {
  #footer_download .footer_download_con {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    min-width: auto;
  }
}
#footer_download .footer_download_con .footer_download_img {
  margin-right: 40px;
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_img {
    margin-right: 26px;
    margin: 9% auto -4% auto;
    text-align: center;
    width: 64%;
    max-width: 236px;
  }
  #footer_download .footer_download_con .footer_download_img img {
    width: 100%;
  }
}
#footer_download .footer_download_con .footer_download_text {
  margin-top: 24px;
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text {
    margin-top: 16px;
  }
}
#footer_download .footer_download_con .footer_download_text h6 {
  font-size: 24px;
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text h6 {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_text h6 {
    display: none;
  }
}
#footer_download .footer_download_con .footer_download_text > p {
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin: 20px 0 45px 0;
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text > p {
    font-size: 12px;
    margin: 14px 0 30px 0;
  }
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_text > p {
    display: none;
  }
}
#footer_download .footer_download_con .footer_download_text > p span {
  color: #825f14;
}
#footer_download .footer_download_con .footer_download_text .footer_download_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box {
    display: block;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
  margin-right: 24px;
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
    margin-right: 10px;
  }
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img img {
    width: 100%;
  }
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
    display: none;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
  font-size: 14px;
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
    font-size: 13px;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
  font-size: 36px;
  margin-bottom: 19px;
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 4px;
  }
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
    margin-bottom: 11px;
    margin-top: 24px;
    text-align: center;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
  line-height: 1.1em;
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
    text-align: center;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(3) {
  line-height: 1.1em;
  margin-top: 0.5em;
  white-space: nowrap;
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(3) {
    text-align: center;
    margin-bottom: 22px;
    white-space: normal;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
    margin-top: 12px;
  }
}
@media (max-width: 769px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a {
  margin-right: 5px;
  border-radius: 5px;
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a img {
  width: 100%;
  display: block;
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a:last-child {
  margin-right: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.br_style {
  display: none;
}
@media (max-width: 769px) {
  .br_style {
    display: block;
  }
}

.br_desk {
  display: block;
}
@media (max-width: 769px) {
  .br_desk {
    display: none;
  }
}

.desk_show {
  display: block;
  opacity: 1;
}
@media (max-width: 769px) {
  .desk_show {
    display: none;
    opacity: 0;
  }
}

.mobile_show {
  display: none;
  opacity: 0;
}
@media (max-width: 769px) {
  .mobile_show {
    display: block;
    opacity: 1;
  }
}

html {
  width: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

body {
  width: 100%;
  height: 100%;
}
body.no-scroll {
  position: fixed;
  top: 0;
  overflow: hidden;
}

br {
  font-family: unset !important;
  font: unset !important;
  opacity: 0;
}

.container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .container {
    width: 100%;
  }
}

#nav_selected {
  color: #cd9b1d;
}
#nav_selected::after {
  width: 80px;
}

.red {
  color: #d00f24;
}

.fc_gold {
  color: #cd9b1d;
}

.fc_gold2 {
  color: #ceb071;
}

.fc_gold3 {
  color: #af955f;
}

.fc_black {
  color: #000000;
}

.fc_white {
  color: white !important;
}

.fc_red {
  color: #d3304b;
}

.fc_gray {
  color: #999999;
}

a {
  color: #0000ee;
}

.red_underline {
  position: relative;
}
.red_underline:before {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0.5em;
  background-color: #d00f24;
  content: "";
  display: inline-block;
}

.ff_arial {
  font-family: Arial, Helvetica, sans-serif;
}

.fwb {
  font-weight: bold;
}

.fs_basic {
  font-size: 16px;
  line-height: 1.5;
}

.fs_bigger {
  font-size: 1.25em;
}

.lh_2 {
  line-height: 2em;
}

.t_justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.pr2em {
  padding-right: 2em;
}
@media (max-width: 1279px) {
  .pr2em__reset {
    padding-right: 0;
  }
}

.pb2em {
  padding-bottom: 2em;
}
@media (max-width: 1279px) {
  .pb2em__reset {
    padding-bottom: 0;
  }
}

.ml-40 {
  margin-left: 40px;
}

.shadow {
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
}

.goto {
  cursor: pointer;
}

ol.disc {
  padding-left: 2em;
}
ol.disc > li {
  list-style: disc;
}
ol.decimal {
  padding-left: 2em;
}
ol.decimal > li {
  list-style: decimal;
}
ol.square {
  margin-left: 1em;
}
ol.square > li {
  list-style: square;
}
ol.decimal1em {
  margin-left: 1em;
}
ol.decimal1em > li {
  list-style: decimal;
}
ol.decimal-arc { /*更新*/
  counter-reset: counter;
  position: relative;
  padding-left: 1.3em;
}
ol.decimal-arc > li:before {
  counter-increment: counter;
  content: "(" counter(counter) ")";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  text-indent: -2em;
  text-align: right;
  margin-left: -0.2em;
}
ol.decimal-arc > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-indent: -1em;
  padding-left: 1em;
}
ol.lower-alpha { /*更新*/
  padding-left: 1.2em;
}
ol.lower-alpha > li {
  list-style: lower-alpha;
}
ol.upper-alpha {
  padding-left: 1.2em;
}
ol.upper-alpha > li {
  list-style: upper-alpha;
  line-height: 2;
}
ol.cjk-ideographic {
  margin-left: 2em;
}
ol.cjk-ideographic > li {
  list-style: cjk-ideographic;
}
ol.step-circle {
  counter-reset: step-counter;
}
ol.step-circle > li {
  counter-increment: step-counter;
  list-style: none !important;
  position: relative;
}
ol.step-circle > li::before {
  content: counter(step-counter);
  position: absolute;
  left: -1.8em;
  top: 5px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  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: 14px;
  font-weight: 500;
}
ol.pl-0 {
  padding-left: 0;
}

ol.comment {
  counter-reset: my-awesome-counter;
}
ol.comment > li {
  counter-increment: my-awesome-counter;
  list-style: none !important;
  position: relative;
  list-style: none;
  margin-left: 2em !important;
  text-align: justify;
  text-justify: inter-ideograph;
}
ol.comment > li::before {
  content: "註" counter(my-awesome-counter) "：";
  position: absolute;
  left: -2.5em;
}

.list-disc {
  list-style-type: disc;
}

.datatable {
  margin: 10px auto;
  border-collapse: collapse;
}
.datatable th,
.datatable td {
  border: 1px solid #3b3332;
  padding: 6px 10px;
  vertical-align: middle;
}
.datatable th {
  background-color: #fff8e6;
}
.datatable .deeper {
  background-color: #c48c33;
  color: #ffffff;
}
.datatable .deep {
  background-color: #ffdba2;
}
.datatable .lighter {
  background-color: #fff8e6;
}
.datatable.date {
  width: 100%;
}
.datatable.date th {
  font-weight: 700;
}
.datatable.date th, .datatable.date td {
  padding: 6px 0;
  vertical-align: top;
  width: 14%;
}

span.number {
  margin-left: 10%;
}
@media (max-width: 1279px) {
  span.number {
    margin-left: 8%;
  }
}
@media (max-width: 769px) {
  span.number {
    margin-left: 5%;
    font-size: 14px;
  }
}
span.event {
  display: block;
  margin: 5px 5%;
  border-radius: 2px;
  font-size: 14px;
  background-color: #c48c33;
  color: #fff;
  text-align: center;
  position: relative;
  min-height: 23px;
}
span.event-2 {
  width: calc(190% + 1px);
}
span.event-3 {
  width: calc(290% + 2px);
}
span.event-4 {
  width: calc(390% + 3px);
}
span.event-5 {
  width: calc(490% + 4px);
}
span.event-6 {
  width: calc(590% + 5px);
}
span.event-7 {
  width: calc(690% + 6px);
}

.Calc {
  text-align: center;
  vertical-align: middle;
}
.Calc img {
  max-width: 525px;
  width: 100%;
}

.btn_gold {
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 25px 50px;
  border-radius: 42.5px;
  background-color: #cd9b1d;
  color: white;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn_gold:hover {
  background-color: transparent;
}
@media (max-width: 1279px) {
  .btn_gold {
    padding: 20px 40px;
    font-size: 18px;
  }
}
.btn_gold:hover {
  color: white;
}
.btn_gold:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 100%;
  border-radius: 42.5px;
  background: #8d6500;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn_gold:hover::before {
  opacity: 1;
  width: 100%;
}

.btn_white_bg {
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 25px 50px;
  border-radius: 42.5px;
  background-color: white;
  position: relative;
  color: #cd9b1d;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .btn_white_bg {
    padding: 20px 40px;
    font-size: 22px;
  }
}
@media (max-width: 769px) {
  .btn_white_bg {
    padding: 20px 40px;
    font-size: 20px;
  }
}
.btn_white_bg:hover {
  background-color: transparent;
  color: white;
}
.btn_white_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 100%;
  border-radius: 42.5px;
  background: #8d6500;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn_white_bg:hover::before {
  opacity: 1;
  width: 100%;
}
.btn_white_bg.btn_border {
  border: 1px solid #cd9b1d;
}
.btn_white_bg.btn_pri_color:hover::before {
  background: #cd9b1d;
}

.btn_gold_line {
  display: inline-block;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #cd9b1d;
  padding: 25px 50px;
  border-radius: 42.5px;
  border: solid 1px #bb9a54;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1279px) {
  .btn_gold_line {
    padding: 20px 40px;
    font-size: 18px;
  }
}
.btn_gold_line:hover {
  color: white;
}
.btn_gold_line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 100%;
  border-radius: 42.5px;
  background: #bb9a54;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn_gold_line:hover::before {
  opacity: 1;
  width: 100%;
}
.btn_gold_line::after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow_gold.svg) center/contain no-repeat;
}
@media (max-width: 1279px) {
  .btn_gold_line::after {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
  }
}
.btn_gold_line:hover::after {
  background: url(../img/arrow_white.svg) center/contain no-repeat;
}

.btn_white_line {
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #cd9b1d;
  padding: 25px 50px;
  border-radius: 42.5px;
  color: white;
  background-color: #cd9b1d;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1279px) {
  .btn_white_line {
    padding: 20px 40px;
    font-size: 18px;
  }
}
.btn_white_line:hover {
  background: transparent;
}
.btn_white_line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 100%;
  border-radius: 42.5px;
  background: #ae8419;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn_white_line:hover::before {
  opacity: 1;
  width: 100%;
}
.btn_white_line::after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow_white.svg) center/contain no-repeat;
}
@media (max-width: 1279px) {
  .btn_white_line::after {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
  }
}

.btn_black_line {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding: 15px 25px;
  border-radius: 50px;
  border: solid 1px #000000;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_black_line:hover {
  background: #000000;
  color: white;
}

#fix_btn {
  width: 100px;
  height: 100px;
  background: #cd9b1d;
  border-radius: 50%;
  position: fixed;
  z-index: 4;
  color: white;
  top: 140px;
  right: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#fix_btn:hover {
  background: #ae8419;
}
@media (max-width: 1279px) {
  #fix_btn {
    line-height: 1.3rem;
    font-size: 18px;
    width: 88px;
    height: 88px;
    top: auto;
    bottom: 278px;
    right: 20px;
  }
}
@media (max-width: 769px) {
  #fix_btn {
    font-size: 14px;
    line-height: 1rem;
    width: 66px;
    height: 66px;
    bottom: 310px;
    right: 10px;
  }
}
#fix_btn .fix_btn_loan {
  display: none;
  color: inherit;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#fix_btn .fix_btn_loan.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fix_btn2 {
  width: 100px;
  height: 100px;
  background: #de0000;
  border-radius: 50%;
  position: fixed;
  z-index: 4;
  color: white;
  top: 260px;
  text-align: center;
  right: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#fix_btn2:hover {
  background: #ca0101;
}
@media (max-width: 1279px) {
  #fix_btn2 {
    line-height: 1.3rem;
    font-size: 18px;
    width: 88px;
    height: 88px;
    top: auto;
    bottom: 30px;
    bottom: 170px;
    right: 20px;
  }
}
@media (max-width: 769px) {
  #fix_btn2 {
    font-size: 14px;
    line-height: 1rem;
    width: 66px;
    height: 66px;
    bottom: 230px;
    right: 10px;
  }
}

#fix_btn.fix_btn_active,
#fix_btn2.fix_btn2_active {
  visibility: visible;
}

.btn_white_bg_page {
  display: block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 18px 52px;
  border-radius: 40px;
  border: solid 1px #cd9b1d;
  background-color: white;
  position: relative;
  color: #cd9b1d;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0 20px;
}
@media (max-width: 1279px) {
  .btn_white_bg_page {
    padding: 15px 40px;
    font-size: 18px;
  }
}
@media (max-width: 769px) {
  .btn_white_bg_page {
    padding: 15px 0;
    font-size: 16px;
    width: 124px;
    margin: 10px 15px;
  }
}
.btn_white_bg_page:hover {
  background-color: transparent;
  color: white;
}
.btn_white_bg_page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 100%;
  border-radius: 42.5px;
  background: #cd9b1d;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn_white_bg_page:hover::before {
  opacity: 1;
  width: 100%;
}

.btns_now {
  color: white;
  background-color: #cd9b1d;
}

.btn_pad_thin {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn_mg {
  margin: 0 20px;
}

#gdpr-cookie-block {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #aaa;
  background: #fff;
  padding: 15px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 769px) {
  #gdpr-cookie-block {
    display: block;
  }
}
#gdpr-cookie-block p {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  padding-right: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#gdpr-cookie-block p a {
  text-decoration: underline;
  color: blue;
}
#gdpr-cookie-block .gdpr-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (max-width: 769px) {
  #gdpr-cookie-block .gdpr-btn-block {
    margin-top: 0.85em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#gdpr-cookie-block .gdpr-btn-block button {
  cursor: pointer;
  -webkit-appearance: none;
  background: white;
  margin: 0 5px;
  line-height: 1.5;
  border: 1px solid currentColor;
  font-size: 1em;
  border-radius: 5px;
  padding: 5px 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#gdpr-cookie-block .gdpr-btn-block button:hover {
  background-color: #ceb071;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 769px) {
  .robot-wrap.hidden-min {
    display: none !important;
  }
}
.robot-inner {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0px 0px 100px 100px rgba(200, 200, 200, 0.02);
          box-shadow: inset 0px 0px 100px 100px rgba(200, 200, 200, 0.02);
}
@media (max-width: 769px) {
  .robot-inner {
    right: 10px;
    bottom: 90px;
  }
}
.robot-inner.is-on {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 106;
}
@media (max-width: 414px) {
  .robot-inner.is-on {
    width: 100%;
    margin: 0 auto;
    right: auto;
    bottom: 4px;
  }
}
.robot-box {
  width: 400px;
  margin: 0 auto;
  height: 0px;
  border-radius: 16px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  background-color: #fceed6;
  display: none;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.is-on .robot-box {
  height: calc(100vh - 80px - 80px);
  max-height: 630px;
}
@media (max-width: 769px) {
  .is-on .robot-box {
    height: calc(100vh - 120px - 100px);
  }
}
@media (max-width: 414px) {
  .is-on .robot-box {
    width: 100%;
  }
}
.robot-box_iframe {
  width: 100%;
  min-height: 100%;
  border-radius: 16px;
}
.robot-icon {
  border: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  margin-left: -2px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  z-index: -1;
}
@media (max-width: 1279px) {
  .robot-icon {
    width: 80px;
    height: 80px;
    margin-right: 4px;
  }
}
.robot-icon-people {
  position: absolute;
  left: 50%;
  bottom: -0.2em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  opacity: 1;
}
.robot-icon-people > img {
  max-width: 100%;
}
.is-on .robot-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 20px;
  color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #cd9b1d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.7' height='19.7' viewBox='0 0 19.7 19.7' overflow='visible'%3E%3Cpath fill='%23FFF' d='M18 8.1h-6.4V1.7c0-1-.8-1.7-1.7-1.7S8.1.8 8.1 1.7v6.4H1.7C.8 8.1 0 8.9 0 9.9s.8 1.7 1.7 1.7h6.4V18c0 1 .8 1.7 1.7 1.7s1.7-.8 1.7-1.7v-6.4H18c1 0 1.7-.8 1.7-1.7 0-1-.7-1.8-1.7-1.8z'/%3E%3C/svg%3E") center center no-repeat;
}
@media (max-width: 769px) {
  .is-on .robot-icon {
    margin-top: 40px;
  }
}
.is-on .robot-icon-people {
  opacity: 0;
}

#bulletin {
  position: fixed;
  z-index: 5;
  width: 1120px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  bottom: 30px;
  left: calc(50% - 560px);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  border: solid 1px rgb(206, 176, 113);
}
@media (max-width: 1279px) {
  #bulletin {
    width: calc(100% - 88px);
    left: 44px;
    bottom: 120px;
  }
}
@media (max-width: 769px) {
  #bulletin {
    width: calc(100% - 36px);
    left: 18px;
    padding: 0 15px;
    height: 68px;
    bottom: 30px;
  }
}
#bulletin.with-gdpr {
  bottom: 90px;
}
@media (max-width: 1279px) {
  #bulletin.with-gdpr {
    bottom: 120px;
  }
}
@media (max-width: 769px) {
  #bulletin.with-gdpr {
    bottom: 170px;
  }
}
#bulletin .deco-speaker {
  width: 36px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 769px) {
  #bulletin .deco-speaker {
    width: 28px;
    margin-right: 12px;
  }
}
#bulletin p {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #111111;
  width: 100%;
}
@media (max-width: 1279px) {
  #bulletin p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 769px) {
  #bulletin p {
    white-space: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
  }
}
#bulletin #close-bulletin-btn {
  cursor: pointer;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../images/img_close_bulletin.svg);
}
@media (max-width: 769px) {
  #bulletin #close-bulletin-btn {
    width: 22px;
    height: 22px;
  }
}

.adbanner {
  background: #CEB071;
  font-size: 24px;
  color: #111;
  line-height: 1.5;
  position: fixed;
  z-index: 104;
  top: 76px;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  height: 80px;
  overflow: hidden;
}
.adbanner--hidden {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1279px) {
  .adbanner {
    line-height: 1.458em;
  }
}
@media (max-width: 769px) {
  .adbanner {
    font-size: 18px;
    line-height: 1.44em;
    z-index: 101;
    height: 66px;
  }
}
.adbanner__container {
  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;
  width: 100%;
  max-width: 1200px;
  padding: 16px 24px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .adbanner__container {
    padding: 8px 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 769px) {
  .adbanner__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.adbanner__icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.adbanner__icon > img {
  width: 100%;
  max-width: 100%;
}
.adbanner__link {
  color: #111;
  display: inline;
  text-decoration: none;
}

body {
  padding-top: 76px;
  background: #000;
}

a.btn {
  display: block;
  margin: 0px auto;
  width: 200px;
  line-height: 50px;
  text-align: center;
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: #ceb071;
  border-radius: 50px;
  outline: 0;
}
a.btn:hover {
  background: #af955f;
}

img.card {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.blackalert {
  padding: 60px 0;
  background: #111;
}
@media (max-width: 1024px) {
  .blackalert {
    padding: 30px 0;
  }
}
.blackalert .wrapper {
  max-width: 1000px;
}
.blackalert .wrapper h3 {
  line-height: 65px;
  font-size: 24px;
  color: #ceb071;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1024px) {
  .blackalert .wrapper h3 {
    font-size: 20px;
    line-height: 55px;
  }
}
.blackalert .wrapper h3:hover {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.blackalert .wrapper h3.ui-state-active {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
@media (max-width: 1024px) {
  .blackalert .wrapper h3.ui-state-active {
    font-size: 20px;
  }
}
.blackalert .wrapper h3:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: block;
  background: url("../img/how/upgrade/icon-collapse-defult@3x.png") center no-repeat;
  background-size: cover;
}
.blackalert .wrapper h3.ui-state-active:after {
  background: url("../img/how/upgrade/icon-collapse-active@3x.png") center no-repeat;
  background-size: cover;
}
.blackalert .wrapper h3 + div {
  padding: 15px 0;
  color: #fff;
}
.blackalert .wrapper h3 + div p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 5px;
}
.blackalert .wrapper h3 + div ol li {
  list-style: decimal;
  margin-left: 25px;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 5px;
}
.blackalert .wrapper h3 + div ol li p.point {
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .blackalert .wrapper h3 + div ol li p.point {
    text-align: left;
  }
}
.blackalert .wrapper h3 + div ol li p.point:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
.blackalert .wrapper h3 + div ol li .scroll {
  margin: 0 0 30px -25px;
  overflow: auto;
}
.blackalert .wrapper h3 + div ol li > b {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.blackalert .wrapper h3 + div ol li table {
  margin: 10px 0 0 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 1024px) {
  .blackalert .wrapper h3 + div ol li table {
    min-width: 800px;
  }
}
.blackalert .wrapper h3 + div ol li table tr th {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 19px 0;
  background: #af955f;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-right: 2px solid #434343;
}
@media (max-width: 1024px) {
  .blackalert .wrapper h3 + div ol li table tr th {
    padding: 10px;
    font-size: 14px;
  }
}
.blackalert .wrapper h3 + div ol li table tr th:last-of-type {
  border-right: 0px;
}
.blackalert .wrapper h3 + div ol li table tr th.firstleft {
  border-right: 0px;
}
.blackalert .wrapper h3 + div ol li table tr th.firstleft:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #434343;
}
.blackalert .wrapper h3 + div ol li table tr th.no {
  border-bottom: 2px solid #434343;
}
.blackalert .wrapper h3 + div ol li table tr th:not(.no):first-of-type {
  position: sticky;
  left: 0;
  z-index: 1;
}
.blackalert .wrapper h3 + div ol li table tr td {
  padding: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  border-right: 2px solid #434343;
  border-bottom: 2px solid #434343;
}
@media (max-width: 1024px) {
  .blackalert .wrapper h3 + div ol li table tr td {
    font-size: 14px;
    line-height: 21px;
    padding: 10px;
  }
}
.blackalert .wrapper h3 + div ol li table tr td b {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.blackalert .wrapper h3 + div ol li table tr:first-of-type td {
  border-top: 2px solid #434343;
}
.blackalert .wrapper h3 + div ol li table tr td.left {
  text-align: left;
}
.blackalert .wrapper h3 + div ol li table tr th.lefttitle {
  width: 200px;
}
@media (max-width: 1024px) {
  .blackalert .wrapper h3 + div ol li table tr th.lefttitle {
    width: auto;
  }
}
.blackalert .wrapper h3 + div ol li table tr td:last-of-type {
  border-right: 0;
}
.blackalert .wrapper h3 + div ol li table tr td.firstleft {
  font-family: "Noto Sans TC";
  font-weight: 700;
  position: sticky;
  left: 0;
  z-index: 1;
  background: #111;
  color: #ceb071;
  white-space: nowrap;
  text-align: left;
  border-right: 0;
  border-bottom: 0;
}
.blackalert .wrapper h3 + div ol li table tr td.firstleft:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #434343;
}
.blackalert .wrapper h3 + div ol li table tr td.firstleft:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #434343;
}
.blackalert .wrapper h3 + div ol li table.sm {
  max-width: 512px;
}
@media (max-width: 1024px) {
  .blackalert .wrapper h3 + div ol li table.sm {
    min-width: 0;
  }
}
.blackalert .wrapper h3 + div ol li table.sm tr td,
.blackalert .wrapper h3 + div ol li table.sm tr th {
  width: 50%;
}
.blackalert .wrapper h3 + div ol li.color {
  color: #ceb071;
}
.blackalert .wrapper h3 + div ol li.bold {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.blackalert .wrapper h3 + div a {
  color: #ceb071;
  text-decoration: underline;
}
.blackalert .wrapper h3 + div a:hover {
  font-family: "Noto Sans TC";
  font-weight: 700;
}

.leftrightdetail .flex {
  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-top: 100px;
}
@media (max-width: 1024px) {
  .leftrightdetail .flex {
    display: block;
    margin-top: 60px;
    text-align: center;
  }
}
.leftrightdetail .flex img {
  width: 40.5%;
  display: block;
}
@media (max-width: 1024px) {
  .leftrightdetail .flex img {
    width: 100%;
    max-width: 300px;
    margin: 0px auto 20px auto;
  }
}
.leftrightdetail .flex div {
  width: 42%;
  padding: 0 0 0 3%;
}
@media (max-width: 1024px) {
  .leftrightdetail .flex div {
    width: 100%;
    padding: 0;
  }
}
.leftrightdetail .flex div .strong,
.leftrightdetail .flex div strong {
  display: block;
  font-size: 36px;
  line-height: 53px;
  font-family: "Noto Sans TC";
  font-weight: 700;
  margin-bottom: 20px;
  color: #af955f;
}
@media (max-width: 1024px) {
  .leftrightdetail .flex div .strong,
  .leftrightdetail .flex div strong {
    font-size: 28px;
    line-height: 41px;
    margin: 30px auto 17px auto;
  }
}
.leftrightdetail .flex div p {
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
}
@media (max-width: 1024px) {
  .leftrightdetail .flex div p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .leftrightdetail .flex div p.left {
    text-align: left;
  }
}
.leftrightdetail .flex div .check {
  font-size: 24px;
  line-height: 36px;
  font-family: "Noto Sans TC";
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .leftrightdetail .flex div .check {
    margin-bottom: 10px;
    text-align: left;
  }
}
.leftrightdetail .flex div .check:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/about/debit/icon-yellow-check@3x.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.leftrightdetail .flex div p.point {
  padding-left: 20px;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 1024px) {
  .leftrightdetail .flex div p.point {
    text-align: left;
  }
}
.leftrightdetail .flex div p.point b {
  font-family: "Noto Sans TC";
}
.leftrightdetail .flex div p.point:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.leftrightdetail .flex div p.bg {
  padding: 10px 20px;
  background: #e1e1e1;
  border-radius: 10px;
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px;
  max-width: 360px;
}
@media (max-width: 1024px) {
  .leftrightdetail .flex div p.bg {
    margin: 20px auto 0 auto;
  }
}
.leftrightdetail .flex div > b {
  display: block;
  font-family: "Noto Sans TC";
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 8px;
}
.leftrightdetail .flex div p + b {
  margin-top: 15px;
}
.leftrightdetail .flex.other {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .leftrightdetail .flex.other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: none;
            flex-direction: none;
  }
}
.leftrightdetail .flex.other div {
  width: 42%;
  padding: 0 3% 0 0;
}
@media (max-width: 1024px) {
  .leftrightdetail .flex.other div {
    width: 100%;
    padding: 0;
  }
}

.leftrightdetail.lg .flex img {
  width: 55%;
  display: block;
}
@media (max-width: 1024px) {
  .leftrightdetail.lg .flex img {
    width: 100%;
    max-width: 300px;
    margin: 0px auto 20px auto;
  }
}
.leftrightdetail.lg .flex div {
  width: 47%;
}
@media (max-width: 1024px) {
  .leftrightdetail.lg .flex div {
    width: 100%;
    padding: 0;
  }
}
.leftrightdetail.lg .flex div .strong,
.leftrightdetail.lg .flex div strong {
  font-size: 28px;
  line-height: 41px;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .leftrightdetail.lg .flex div .strong,
  .leftrightdetail.lg .flex div strong {
    font-size: 24px;
    line-height: 36px;
    margin: 0 auto 5px auto;
  }
}
.leftrightdetail.lg .flex div p {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .leftrightdetail.lg .flex div p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 414px) {
  #tabs {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
}
#tabs ul {
  max-width: 600px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e1e1e1;
  border-radius: 70px;
}
@media (max-width: 1024px) {
  #tabs ul {
    margin: 20px auto 30px auto;
  }
}
#tabs ul li {
  width: 25%;
}
#tabs ul li a {
  display: block;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  color: #111;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  #tabs ul li a {
    line-height: 60px;
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  #tabs ul li a {
    line-height: 50px;
    font-size: 16px;
  }
}
#tabs ul li.ui-tabs-active a {
  background: #ceb071;
  color: #fff;
  font-family: "Noto Sans TC";
  font-weight: 700;
  border-radius: 70px;
}
#tabs .ui-tabs-panel {
  display: block !important;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
#tabs .ui-tabs-panel[aria-hidden=false] {
  height: auto;
  opacity: 1;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  overflow: visible;
  pointer-events: auto;
}
#tabs .table {
  background: #e2ded5;
  padding: 60px 94px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  #tabs .table {
    padding: 20px 10px;
    border-radius: 10px;
  }
}
#tabs .table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#tabs .table table tr th {
  padding: 0 7px 20px 7px;
  font-size: 28px;
  text-align: center;
  vertical-align: bottom;
  line-height: 40px;
}
@media (max-width: 1024px) {
  #tabs .table table tr th {
    padding: 0 0 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
#tabs .table table tr th:nth-of-type(1) {
  font-size: 18px;
  color: #af955f;
  text-align: left;
}
@media (max-width: 1024px) {
  #tabs .table table tr th:nth-of-type(1) {
    font-size: 14px;
  }
}
#tabs .table table tr th:nth-of-type(2) {
  color: #af955f;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
#tabs .table table tr td {
  text-align: center;
  vertical-align: middle;
  padding: 17px 24px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  #tabs .table table tr td {
    padding: 8px 10px;
    font-size: 24px;
  }
}
#tabs .table table tr td img {
  width: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#tabs .table table tr td:nth-of-type(1) {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 1024px) {
  #tabs .table table tr td:nth-of-type(1) {
    font-size: 16px;
  }
}
#tabs .table table tr td:nth-of-type(2) {
  font-size: 32px;
  font-family: "Noto Sans TC";
  font-weight: 700;
  color: #af955f;
}
@media (max-width: 1024px) {
  #tabs .table table tr td:nth-of-type(2) {
    font-size: 20px;
  }
}
#tabs .table table tr td:nth-of-type(3) {
  font-size: 24px;
}
@media (max-width: 1024px) {
  #tabs .table table tr td:nth-of-type(3) {
    font-size: 16px;
  }
}
#tabs .table table tr th.hide, #tabs .table table tr td.hide {
  display: none;
}
#tabs .table table tr:nth-of-type(even) td {
  background: rgba(255, 255, 255, 0.6);
}
#tabs .table table tr:nth-of-type(even) td:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
}
#tabs .table table tr:nth-of-type(even) td:nth-of-type(3) {
  border-radius: 0 10px 10px 0;
}
#tabs .content {
  padding: 0 90px;
  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;
}
@media (max-width: 1024px) {
  #tabs .content {
    padding: 0;
    display: block;
  }
}
#tabs .content .txt {
  padding-right: 30px;
  width: calc(100% - 450px);
}
@media (max-width: 1024px) {
  #tabs .content .txt {
    text-align: center;
    padding: 0;
    width: 100%;
  }
}
#tabs .content .txt strong {
  display: block;
  font-size: 36px;
  line-height: 53px;
  color: #af955f;
  margin-bottom: 24px;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
@media (max-width: 1024px) {
  #tabs .content .txt strong {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
#tabs .content .txt p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  #tabs .content .txt p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
#tabs .content .txt small {
  display: block;
  font-size: 14px;
  line-height: 21px;
}
#tabs .content .img {
  width: 450px;
  position: relative;
}
@media (max-width: 1024px) {
  #tabs .content .img {
    width: 300px;
    margin: 30px auto 0 auto;
  }
}
#tabs .content .img img {
  display: block;
  width: 266px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  #tabs .content .img img {
    width: 236px;
  }
}
#tabs .content .img:after {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  border-radius: 450px;
  background: #e2ded5;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
@media (max-width: 1024px) {
  #tabs .content .img:after {
    width: 300px;
    height: 300px;
  }
}

.popup {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  z-index: 106;
}
.popup .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(17, 17, 17, 0.9);
}
.popup .center {
  width: 500px;
  height: 460px;
  border-radius: 20px;
  background: #fff;
  padding: 117px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.popup .center--lg {
  width: 800px;
  padding: 20px;
  text-align: start;
  overflow: hidden;
}
@media (max-width: 980px) {
  .popup .center--lg {
    margin: 0 10px;
    height: 450px;
  }
}
@media (max-width: 375px) {
  .popup .center--lg {
    padding: 10px;
  }
}
.popup .center img {
  display: block;
  width: 200px;
  margin: 0px auto 30px auto;
}
.popup .center strong {
  font-family: "Noto Sans TC";
  font-weight: 700;
  display: block;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 7px;
}
.popup .center strong h3 {
  border-bottom: 1px solid #E2DED5;
  padding-bottom: 20px;
  line-height: 24px;
}
@media (max-width: 375px) {
  .popup .center strong h3 {
    line-height: 44px;
  }
}
.popup .center small {
  display: block;
  font-size: 18px;
  line-height: 27px;
}
.popup .center i.close {
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  right: 18px;
  top: 18px;
  background: url("../img/about/saving/btn-close@3x.png") center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.popup .center .scroll {
  margin-top: 20px;
  overflow-y: auto;
}
.popup .center .scroll .container {
  height: 340px;
  width: 100%;
}
@media (max-width: 980px) {
  .popup .center .scroll .container {
    overflow: hidden;
    overflow-y: auto;
  }
}
.popup .center .scroll .container table {
  width: 100%;
  border-spacing: 0;
  overflow: hidden;
}
.popup .center .scroll .container table tr th {
  padding: 15px;
  width: 200px;
  background: #af955f;
  color: #fff;
  vertical-align: middle;
  border: 1px solid #E2DED5;
  font-weight: 700;
}
@media (max-width: 980px) {
  .popup .center .scroll .container table tr th {
    width: 150px;
  }
}
@media (max-width: 375px) {
  .popup .center .scroll .container table tr th {
    width: 100px;
    padding: 5px;
  }
}
.popup .center .scroll .container table tr td {
  padding: 15px;
  border: 1px solid #E2DED5;
}
.popup .center .scroll .container table tr:nth-child(even) {
  background-color: #f4f4f4;
}
.popup.show {
  opacity: 1;
  pointer-events: auto;
}

.hide {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sub-title {
  text-align: center;
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 48px;
  line-height: 71px;
  color: #af955f;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .sub-title {
    font-size: 28px;
    line-height: 41px;
  }
}

.kv_top {
  background: url("../img/about/remit/img-kv-bg@3x.png") center no-repeat;
  background-size: cover;
}
@media (max-width: 1279px) {
  .kv_top {
    padding: 41px 0;
  }
}
@media (max-width: 1024px) {
  .kv_top {
    padding: 10px 0 20px 0;
  }
}
@media (max-width: 769px) {
  .kv_top {
    background: url("../img/about/remit/img-kv-bg-mb@3x.png") center no-repeat;
    background-size: cover;
  }
}
.kv_top .wrapper h1 span {
  font-size: 48px;
}
@media (max-width: 769px) {
  .kv_top .wrapper h1 span {
    font-size: clamp(26px, 6vw, 48px);
  }
}
.kv_top .wrapper .kv-img {
  position: relative;
  width: 450px;
  height: 450px;
  background: url("../img/about/remit/img-kv@3x.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 1279px) {
  .kv_top .wrapper .kv-img {
    width: 300px;
    height: 300px;
    margin-top: 0;
    margin: 0 auto;
  }
}
.kv_top .wrapper .kv-img .coin {
  position: absolute;
  margin: 0 !important;
  height: auto;
  -webkit-animation: coinFloat 2.4s ease-in-out infinite;
          animation: coinFloat 2.4s ease-in-out infinite;
}
.kv_top .wrapper .kv-img .coin-01 {
  width: 14.66%;
  top: 44.88%;
  left: 19%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.kv_top .wrapper .kv-img .coin-02 {
  width: 8.3%;
  top: 50.22%;
  right: 15.77%;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.kv_top .wrapper .kv-img .coin-03 {
  width: 8.44%;
  top: 17.4%;
  right: 24.15%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.remit-detail {
  background-color: #E2DED5;
  text-align: center;
  padding: 64px 0 72px 0;
}
@media (max-width: 1024px) {
  .remit-detail {
    padding: 44px 16px 38px 16px;
  }
}
.remit-detail .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 8.5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .remit-detail .wrapper {
    -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;
    margin-bottom: 0px;
    padding: 0;
  }
}
.remit-detail .activity-area {
  text-align: center;
}
.remit-detail .activity-area__button {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font-family: inherit;
  margin: 0 auto;
  font-size: 21.86px;
  font-weight: 800;
  letter-spacing: 0.15em;
  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;
  cursor: pointer;
}
.remit-detail .activity-area__button img {
  width: 26px;
  height: 13px;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.remit-detail .activity-area__content {
  max-width: 960px;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#2B2B2B), to(#202020));
  background: linear-gradient(to bottom, #2B2B2B 0%, #202020 100%);
  -webkit-box-shadow: inset 5px 5px 20px #000000, inset -5px -5px 20px #383838;
          box-shadow: inset 5px 5px 20px #000000, inset -5px -5px 20px #383838;
  margin: 0 auto;
  border-radius: 30px;
  color: white;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-align: left;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.remit-detail .activity-area__content-inner {
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .remit-detail .activity-area__content-inner {
    padding: 0 20px;
  }
}
.remit-detail .activity-area__content .title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .remit-detail .activity-area__content .title {
    text-align: left;
  }
}
.remit-detail .activity-area__content ol > li {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .remit-detail .activity-area__content ol > li {
    letter-spacing: 0.02em;
  }
}
.remit-detail .activity-area__content ol.cjk {
  list-style: none;
  padding-left: 0;
  counter-reset: item;
}
.remit-detail .activity-area__content ol.cjk li {
  counter-increment: item;
  padding-left: 2em;
  text-indent: -2em;
}
.remit-detail .activity-area__content ol.cjk li::before {
  content: counter(item, cjk-ideographic) "、";
}
.remit-detail .activity-area__content ol.cjk-02 {
  counter-reset: item;
  margin-bottom: 0;
}
.remit-detail .activity-area__content ol.cjk-02 li {
  counter-increment: item;
  padding-left: 5em;
  text-indent: -4em;
}
.remit-detail .activity-area__content ol.cjk-02 li::before {
  content: "（" counter(item, cjk-ideographic) "）、 ";
}
.remit-detail .activity-area__content ol.num {
  counter-reset: item;
  margin-bottom: 0;
}
.remit-detail .activity-area__content ol.num li {
  counter-increment: item;
  padding-left: 2em;
  text-indent: -1.5em;
}
.remit-detail .activity-area__content ol.num li::before {
  content: counter(item) ". ";
  display: inline-block;
  width: 1em;
  text-align: right;
}
.remit-detail .activity-area__content ol.num-02 {
  counter-reset: item;
  margin-bottom: 0;
}
.remit-detail .activity-area__content ol.num-02 li {
  counter-increment: item;
  padding-left: 2em;
  text-indent: -1.5em;
}
.remit-detail .activity-area__content ol.num-02 li::before {
  content: "(" counter(item) ")";
  display: inline-block;
  width: 1em;
  margin-right: 4px;
  text-align: right;
}
.remit-detail .activity-area__content a.link {
  color: white;
  text-decoration: underline;
}
.remit-detail .activity-area__content ol {
  margin-bottom: 24px;
}
.remit-detail .activity-area__content .alarm-text {
  margin-left: 1em;
}
.remit-detail .activity-area__content.open {
  max-height: none;
  margin-top: 48px;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .remit-detail .activity-area__content.open {
    padding: 48px 0px;
  }
}
.remit-detail {
  /* 當 content 有 open class 時,旋轉 button 裡的圖片 */
}
.remit-detail .activity-area:has(.activity-area__content.open) .activity-area__button img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.remit-detail__title {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #050505;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .remit-detail__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media (max-width: 375px) {
  .remit-detail__title {
    font-size: 24px;
  }
}
.remit-detail__title span {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .remit-detail__title span {
    line-height: 1.8;
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .remit-detail__title span {
    font-size: 17px;
  }
}
.remit-detail__content {
  text-align: left;
  max-width: 539px;
  width: 100%;
}
@media (max-width: 1024px) {
  .remit-detail__content {
    max-width: none;
    margin: 0 auto;
    width: auto;
    margin-bottom: 24px;
  }
}
.remit-detail__content .luggage {
  position: relative;
  display: block;
  max-width: 329px;
  width: 100%;
  margin: 6px auto 16px auto;
}
@media (max-width: 1024px) {
  .remit-detail__content .luggage {
    max-width: 301px;
    margin: 0 auto;
    margin-top: -20px;
  }
}
.remit-detail__content .luggage .img-luggage {
  width: 100%;
  height: 100%;
}
.remit-detail__content .luggage .star-b {
  position: absolute;
  -webkit-transition: all 0.3 0.4 ease;
  transition: all 0.3 0.4 ease;
  -webkit-animation: spark-shine infinite;
          animation: spark-shine infinite;
}
.remit-detail__content .luggage .star-b-01 {
  top: 8.5%;
  right: 16.7%;
  width: 8.8%;
  height: auto;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}
.remit-detail__content .luggage .star-b-02 {
  top: 12.76%;
  right: 27.35%;
  width: 4.55%;
  height: auto;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.remit-detail__content .luggage .star-b-03 {
  top: 17.93%;
  right: 23.7%;
  width: 5.47%;
  height: auto;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
.remit-detail__content .content-text {
  position: relative;
  padding-left: 35px;
  margin-bottom: 6px;
  max-width: 500px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.01em;
}
@media (max-width: 414px) {
  .remit-detail__content .content-text {
    max-width: 316px;
    line-height: 40px;
    margin-bottom: 0;
  }
}
@media (max-width: 375px) {
  .remit-detail__content .content-text {
    font-size: 20px;
  }
}
.remit-detail__content .content-text::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 27px;
  left: 2px;
  top: 6px;
  background: url("../img/about/remit/num-02.png") center no-repeat;
  background-size: contain;
}
.remit-detail__content .content-text:first-child::before {
  background: url("../img/about/remit/num-01.png") center no-repeat;
  background-size: contain;
}
.remit-detail__content .content-text .highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #B40E14), to(#E04748));
  background: linear-gradient(to bottom, #B40E14 30%, #E04748 100%);
  background-size: 100% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.remit-detail__content .content-text .highlight-mb {
  color: red;
}
.remit-detail__content .content-text.only-desktop {
  display: block;
}
@media (max-width: 1024px) {
  .remit-detail__content .content-text.only-desktop {
    display: none;
  }
}
.remit-detail__content .content-text.only-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .remit-detail__content .content-text.only-mobile {
    display: block;
  }
}
.remit-detail__description {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #292929;
  line-height: 1.55;
  letter-spacing: 0.01em;
}
.remit-detail__description span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .remit-detail__description {
    margin-top: -20px;
    font-size: 19px;
  }
  .remit-detail__description span {
    font-size: 17.26px;
  }
}
@media (max-width: 375px) {
  .remit-detail__description {
    font-size: 16px;
  }
  .remit-detail__description span {
    font-size: 14px;
  }
}
.remit-detail__form {
  text-align: left;
  max-width: 588px;
  width: 100%;
}
@media (max-width: 1024px) {
  .remit-detail__form {
    max-width: 358px;
    margin-bottom: 24px;
  }
}
.remit-detail__form .form-box {
  width: 100%;
  height: 100%;
  background-color: #212121;
  border-radius: 20px;
  -webkit-box-shadow: inset 4px 4px 8px #676767, inset -4px -4px 8px #000;
          box-shadow: inset 4px 4px 8px #676767, inset -4px -4px 8px #000;
  padding: 48px 80px 45px 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .remit-detail__form .form-box {
    padding: 36px 20px 63px 20px;
  }
}
.remit-detail__form .form-box__title {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  text-align: center;
  color: #E7C48B;
}
@media (max-width: 1024px) {
  .remit-detail__form .form-box__title {
    font-size: 28px;
    letter-spacing: 0px;
    margin-bottom: 16px;
  }
}
.remit-detail__form .form-box__bg {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.8);
  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;
}
.remit-detail__form .form-box__bg .box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 174px;
  height: 174px;
}
.remit-detail__form .form-box__bg.closed {
  opacity: 1;
  pointer-events: auto;
}
.remit-detail__form .form-box #form {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .remit-detail__form .form-box #form {
    margin-bottom: 32px;
  }
}
.remit-detail__form .form-box__button {
  cursor: pointer;
  width: 100%;
  border-radius: 999px;
  height: 52px;
  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;
  background: -webkit-gradient(linear, left top, right bottom, from(#FDF9C7), color-stop(18%, #F5ECB8), color-stop(34%, #E1CB90), color-stop(50%, #E1B97A), color-stop(84%, #E8C388));
  background: linear-gradient(to right bottom, #FDF9C7 0%, #F5ECB8 18%, #E1CB90 34%, #E1B97A 50%, #E8C388 84%);
  background-size: 130% auto;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.remit-detail__form .form-box__button .btn-icon {
  margin-left: 8px;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url("../img/about/remit/img-arrow-right@3x.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .remit-detail__form .form-box__button {
    font-size: 16px;
    max-width: 287px;
    width: 100%;
    margin: 0 auto;
    height: 44px;
    font-size: 16px;
    line-height: 24px;
  }
}

.form__group {
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .form__group {
    margin-bottom: 16px;
  }
}
.form__label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: white;
}
@media (max-width: 1024px) {
  .form__label {
    font-weight: 400;
    margin-bottom: 8px;
  }
}
.form__input {
  padding: 16px 24px;
  border-radius: 999px;
  background-color: transparent;
  margin-top: 8px;
  font-size: 16px;
  border: 1px solid #CEB071;
  width: 100%;
  line-height: 1.4;
  -webkit-box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.5), inset -4px -4px 8px rgba(72, 72, 72, 0.5);
          box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.5), inset -4px -4px 8px rgba(72, 72, 72, 0.5);
  color: white;
}
@media (max-width: 1024px) {
  .form__input {
    padding: 10px 24px;
  }
}
.form__input.errorMessage {
  border-color: #B2050C;
  border-width: 2px;
}
.form__input::-webkit-input-placeholder {
  color: #A2A2A2;
}
.form__input::-moz-placeholder {
  color: #A2A2A2;
}
.form__input:-ms-input-placeholder {
  color: #A2A2A2;
}
.form__input::-ms-input-placeholder {
  color: #A2A2A2;
}
.form__input::placeholder {
  color: #A2A2A2;
}
.form__errorMessage {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  color: #820303;
}
@media (max-width: 375px) {
  .form__errorMessage {
    margin-top: 5px;
  }
}
.form__errorMessage.hidden {
  display: none;
}
.form__captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__captcha .captNum {
  margin-right: 16px;
  width: 252px;
}
@media (max-width: 1024px) {
  .form__captcha .captNum {
    max-width: 178px;
    width: 100%;
    margin-right: 8px;
  }
}
.form__captcha--img {
  width: 120px;
  height: 40px;
  margin-right: 16px;
}
@media (max-width: 1024px) {
  .form__captcha--img {
    width: 100px;
    height: 40px;
    margin-right: 8px;
  }
}
.form__captcha--reload {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.form__captcha--reload img {
  width: 24px;
  height: 24px;
}
@media (max-width: 375px) {
  .form__captcha--reload img {
    width: 20px;
    height: 20px;
  }
}
.form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: white;
}
.form__check input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #CEB071;
  background-color: transparent;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  outline: none;
}
.form__check input[type=checkbox]:checked {
  background-color: #BC111A;
  border-color: #fff;
}
.form__check input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  background-image: url("../img/about/remit/check.svg");
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .form__check input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}
.form__check--text {
  font-size: 16px;
  line-height: 24px;
  margin-left: 8px;
}
@media (max-width: 1024px) {
  .form__check--text {
    line-height: 23px;
  }
}
.form__check--text-link {
  color: #C08800;
  text-decoration: underline;
}
.form__check--text-link:hover {
  text-decoration: underline;
}

.currency-note {
  padding: 64px 0 90px 0;
  background-color: #181818;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .currency-note {
    padding: 34px 20px 20px 20px;
  }
}
.currency-note .star {
  position: absolute;
  background: url("../img/about/remit/star.svg") center no-repeat;
  background-size: 100%;
  -webkit-animation: spark-shine infinite;
          animation: spark-shine infinite;
  width: 23px;
  height: 24px;
}
.currency-note .star-01 {
  top: 190px;
  right: calc(50% + 632px);
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
}
.currency-note .star-02 {
  bottom: 281px;
  right: calc(50% + 771px);
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
.currency-note .star-03 {
  bottom: 349px;
  right: calc(50% + 410px);
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.currency-note .star-04 {
  top: 130px;
  left: calc(50% + 745px);
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
}
.currency-note .star-05 {
  bottom: 187px;
  left: calc(50% + 744px);
  width: 35px;
  height: 37px;
  -webkit-animation-duration: 1.9s;
          animation-duration: 1.9s;
}
@media (max-width: 1024px) {
  .currency-note .star {
    display: none;
  }
}
.currency-note__title {
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: 0.12em;
  font-weight: bold;
  margin-bottom: 87px;
  text-wrap: nowrap;
}
@media (max-width: 1024px) {
  .currency-note__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .currency-note__title {
    font-size: 20px;
  }
}
.currency-note__title.title-01 {
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .currency-note__title.title-01 {
    margin-bottom: 4px;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 1024px) {
  .currency-note__title.title-02 {
    font-size: 24px !important;
    margin-top: -4px;
  }
}
@media (max-width: 375px) {
  .currency-note__title.title-02 {
    font-size: 18px !important;
  }
}
.currency-note__img {
  width: 700px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .currency-note__img {
    max-width: 340px;
    width: 100%;
    margin-bottom: 0;
  }
}
.currency-note__img .main-img {
  width: 100%;
  height: auto;
}
.currency-note__img .star-w {
  position: absolute;
  background: url("../img/about/remit/star-w.svg") center no-repeat;
  background-size: 100%;
  aspect-ratio: 1/1;
  -webkit-animation: spark-shine infinite;
          animation: spark-shine infinite;
}
.currency-note__img .star-w-01 {
  top: 15%;
  left: 0;
  width: 6.28%;
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
}
.currency-note__img .star-w-02 {
  top: 17.39%;
  left: 8.75%;
  width: 2.85%;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
.currency-note__img .star-w-03 {
  top: 50.74%;
  left: 33.4%;
  width: 4.57%;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}
.currency-note__img .star-w-04 {
  top: 47%;
  right: 41.28%;
  width: 3%;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}
.currency-note__img .star-w-05 {
  top: 24.25%;
  right: 8.42%;
  width: 2.85%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.currency-note__img .star-w-06 {
  top: 15%;
  right: 2.18%;
  width: 6.28%;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.currency-note__list {
  max-width: 800px;
  text-align: left;
  margin: 0 auto;
  color: white;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 5px;
}
@media (max-width: 1024px) {
  .currency-note__list {
    max-width: 440px;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 375px) {
  .currency-note__list {
    font-size: 12px;
  }
}

.items-list {
  background: #E2DED5;
  padding: 64px 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .items-list {
    padding: 34px 16px 16px 16px;
  }
}
.items-list .star {
  position: absolute;
  background: url("../img/about/remit/star.svg") center no-repeat;
  background-size: 100%;
  -webkit-animation: spark-shine infinite;
          animation: spark-shine infinite;
  width: 23px;
  height: 24px;
}
.items-list .star-01 {
  top: 177px;
  right: calc(50% + 821px);
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.items-list .star-02 {
  top: 117px;
  left: calc(50% + 720px);
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
.items-list .star-03 {
  bottom: 111px;
  left: calc(50% + 814px);
  width: 35px;
  height: 37px;
  -webkit-animation-duration: 1.9s;
          animation-duration: 1.9s;
}
.items-list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1014px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media (max-width: 1024px) {
  .items-list .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    max-width: 358px;
  }
}
.items-list .item {
  display: inline-block;
  vertical-align: top;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .items-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 358px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.items-list .item__icon {
  display: block;
  max-width: 230px;
  width: 100%;
  margin: 0 auto 10px auto;
}
@media (max-width: 1024px) {
  .items-list .item__icon {
    margin: 0;
    width: 120px;
  }
}
@media (max-width: 375px) {
  .items-list .item__icon {
    width: 100px;
  }
}
.items-list .item__content-wrap {
  max-width: 260px;
  width: auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .items-list .item__content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    margin-left: 12px;
    text-align: left;
  }
}
.items-list .item__title {
  font-size: 32px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .items-list .item__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media (max-width: 375px) {
  .items-list .item__title {
    font-size: 22px;
  }
}
.items-list .item__text {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  display: nowrap;
}
@media (max-width: 1024px) {
  .items-list .item__text {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .items-list .item__text {
    font-size: 16px;
  }
}
.items-list .item__text span {
  display: block;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .items-list .item__text span {
    display: inline-block;
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .items-list .item__text span {
    font-size: 12px;
  }
}
.items-list .item__text .is-mb {
  display: none;
}
@media (max-width: 1024px) {
  .items-list .item__text .is-mb {
    display: block;
  }
}

.how-to-use {
  position: relative;
  padding: 64px 20px 10px 20px;
  background-color: #F4F4F4;
}
@media (max-width: 1024px) {
  .how-to-use {
    padding: 50px 20px;
  }
}
.how-to-use .star {
  position: absolute;
  background: url("../img/about/remit/star.svg") center no-repeat;
  background-size: 100%;
  -webkit-animation: spark-shine 2.2s infinite;
          animation: spark-shine 2.2s infinite;
  width: 23px;
  height: 24px;
  top: 362px;
  right: calc(50% + 821px);
}
.how-to-use__title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.12em;
  color: #AF955F;
  margin-bottom: 54px;
}
@media (max-width: 1024px) {
  .how-to-use__title {
    font-size: 26px;
    margin-bottom: 28px;
  }
}

.carousel {
  max-width: 1006px;
  width: 100%;
  margin: 0 auto;
}
.carousel__carousel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: auto;
  overflow: hidden;
  height: auto;
}
@media (max-width: 1024px) {
  .carousel__carousel {
    -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;
    height: auto;
  }
}
.carousel__steps {
  width: 524px;
}
@media (max-width: 1024px) {
  .carousel__steps {
    display: none;
  }
}
.carousel__step {
  width: 480px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #F5E2D0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.35;
}
.carousel__step:not(:last-child) {
  margin-bottom: 20px;
}
.carousel__step-label {
  color: #AE8561;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  font-family: "Manrope";
  font-weight: bold;
}
.carousel__step-title {
  color: #12213A;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 8px;
}
.carousel__step-text {
  color: #000000;
  font-size: 17.33px;
  line-height: 1.4;
  letter-spacing: 1.73px;
  font-weight: 100;
  margin-bottom: 13px;
}
.carousel__step__progress {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
}
.carousel__step.is-active .carousel__step__progress {
  background: -webkit-gradient(linear, left top, right top, from(#72451D), color-stop(50%, #C8A689), to(#72451D));
  background: linear-gradient(to right, #72451D 0%, #C8A689 50%, #72451D 100%);
  -webkit-animation: 5s linear progressLine forwards;
          animation: 5s linear progressLine forwards;
}
.carousel__step:hover .carousel__step__progress {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.carousel__swiper {
  position: relative;
  max-width: 482px;
  overflow: hidden;
  padding-bottom: 64px;
}
@media (max-width: 1024px) {
  .carousel__swiper {
    max-width: 320px;
    width: 100%;
    padding: 0 5px 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.carousel__swiper::before {
  content: "";
  position: absolute;
  width: 463px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #E2DED5;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 67px;
}
@media (max-width: 1024px) {
  .carousel__swiper::before {
    max-width: 310px;
    width: 100%;
    top: 45px;
  }
}
.carousel__swiper .swiper-slide {
  cursor: auto;
  max-width: 482px;
  width: 100%;
  height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .carousel__swiper .swiper-slide {
    max-width: none;
    height: auto;
  }
}
.carousel-slide__img {
  width: 100%;
  height: 623px;
  margin: 0 auto;
  cursor: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .carousel-slide__img {
    width: 310px;
    height: 417px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.carousel-slide__image {
  width: 314px;
  height: 100%;
}
@media (max-width: 1024px) {
  .carousel-slide__image {
    width: auto;
  }
}
.carousel-slide__step {
  position: relative;
}
@media (max-width: 1024px) {
  .carousel-slide__step {
    font-weight: bold;
    text-align: center;
    margin-top: 28px;
    max-width: 310px;
    width: 100%;
    padding-bottom: 50px;
  }
}
.carousel-slide__step-title {
  display: none;
}
@media (max-width: 1024px) {
  .carousel-slide__step-title {
    display: block !important;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #12213A;
  }
}
.carousel-slide__step-text {
  display: none;
}
@media (max-width: 1024px) {
  .carousel-slide__step-text {
    display: block !important;
    font-size: 17.33px;
    line-height: 1.4;
    letter-spacing: 1.73px;
    margin-top: 10px;
    font-weight: 100;
    text-align: left;
  }
  .carousel-slide__step-text .text-center {
    text-align: center;
  }
}
.carousel-slide__step-label {
  display: none;
}
@media (max-width: 1024px) {
  .carousel-slide__step-label {
    display: block !important;
    color: #AE8561;
    font-family: Noto Sans TC;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 4%;
    text-align: center;
  }
}
.carousel__wrap {
  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;
  width: auto;
  height: auto;
}
.carousel__image {
  margin: 0 auto;
  width: 240px;
  padding-top: 48px;
  -o-object-position: center top;
     object-position: center top;
}
@media (max-width: 1024px) {
  .carousel__image {
    width: 63%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.carousel__pagination {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .carousel__pagination {
    display: none;
  }
}
.carousel__pagination.is-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .carousel__pagination.is-mobile {
    display: block;
    bottom: 10px !important;
    text-wrap: nowrap;
  }
}
.carousel__button {
  display: none;
}
@media (max-width: 1024px) {
  .carousel__button {
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.swiper-pagination-bullet {
  background: #EDD2BB;
  width: 8px;
  height: 8px;
  margin: 0 8px !important;
  opacity: 1;
}
@media (max-width: 1024px) {
  .swiper-pagination-bullet {
    background: #EDD2BB;
    width: 8px;
    height: 8px;
    margin: 0 8px !important;
    opacity: 1;
  }
}
.swiper-pagination-bullet-active {
  background: #333;
}

.swiper-pagination-horizontal.swiper-pagination-bullets {
  bottom: auto;
}

.swiper-button-prev {
  display: none !important;
  border: 0;
  width: 40px;
  height: 40px !important;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/how/apply/btn-swtich-defult@3x.png") center no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .swiper-button-prev {
    display: block !important;
  }
}

.swiper-button-next {
  display: none !important;
  border: 0;
  width: 40px;
  height: 40px !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/how/apply/btn-swtich-defult-r@3x.png") center no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .swiper-button-next {
    display: block !important;
  }
}

.faq-section {
  padding: 64px 20px;
  background-color: #E2DED5;
  position: relative;
}
@media (max-width: 1024px) {
  .faq-section {
    padding: 40px 25px;
  }
}
.faq-section .line1 {
  position: absolute;
  right: calc(50% + 566px);
  top: -180px;
  width: 0;
  height: 489px;
  background: url("../img/about/remit/line.svg") right top no-repeat;
  background-size: 251px 347px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (max-width: 1420px) {
  .faq-section .line1 {
    display: none;
  }
}
.faq-section .line1.aos-animate {
  width: 436px;
}
.faq-section .star2 {
  position: absolute;
  width: 37px;
  right: calc(50% + 780px);
  top: 43px;
}
@media (max-width: 1420px) {
  .faq-section .star2 {
    display: none;
  }
}

.accordion {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
.accordion a.link {
  display: inline-block;
  margin-top: 10px;
  color: #af955f !important;
  position: relative;
}
.accordion a.link img {
  display: inline-block;
  width: 16px;
  margin: 6px 0 0 10px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  position: relative;
  right: 0;
}
.accordion a.link:hover {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.accordion a.link:hover .fwb {
  font-weight: bold;
}
.accordion a.link:hover img {
  right: -5px;
}
.accordion > .strong {
  display: block;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 30px;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
@media (max-width: 1024px) {
  .accordion > .strong {
    font-size: 24px;
    line-height: 36px;
  }
}
.accordion > .strong a.link {
  font-size: 20px;
  font-family: "Noto Sans TC";
  font-weight: 300;
  color: #111111 !important;
  float: right;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .accordion > .strong a.link {
    font-size: 16px;
  }
}
.accordion > .strong a.link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 9px;
  width: calc(100% - 25px);
  height: 1px;
  background: #111;
}
.accordion .accordion__header {
  width: 100%;
  display: block;
  line-height: 40px;
  position: relative;
  font-size: 20px;
  padding: 15px 40px 15px 50px;
  cursor: pointer;
  border-bottom: 1px solid #000;
  margin: 5px 0;
}
.accordion .accordion__header .fwb {
  font-weight: normal;
  text-shadow: none;
}
@media (max-width: 1024px) {
  .accordion .accordion__header {
    font-size: 16px;
    line-height: 25px;
    min-height: 35px;
    padding: 10px 42px 15px 42px;
  }
}
.accordion .accordion__header:hover {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.accordion .accordion__header:hover .fwb {
  font-weight: bold;
  text-shadow: 1px 0 0 #000;
}
.accordion .accordion__header.ui-state-active {
  font-family: "Noto Sans TC";
  font-weight: 700;
  border-bottom: 2px solid #ceb071;
}
.accordion .accordion__header.ui-state-active .fwb {
  font-weight: bold;
  text-shadow: 1px 0 0 #000;
}
@media (max-width: 1024px) {
  .accordion .accordion__header.ui-state-active {
    font-size: 16px;
  }
}
.accordion .accordion__header:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: block;
  background: url("../img/how/apply/icon-q@3x.png") center no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .accordion .accordion__header:before {
    width: 32px;
    height: 32px;
  }
}
.accordion .accordion__header.ui-state-active:before {
  background: url("../img/how/apply/icon-q-active@3x.png") center no-repeat;
  background-size: cover;
}
.accordion .accordion__header:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: block;
  background: url("../img/how/apply/icon-collaspse-defult@3x.png") center no-repeat;
  background-size: cover;
}
.accordion .accordion__header.ui-state-active:after {
  background: url("../img/how/apply/icon-collaspse-active@3x.png") center no-repeat;
  background-size: cover;
}
.accordion .accordion__header + div {
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .accordion .accordion__header + div {
    padding: 0;
  }
}
.accordion .accordion__header + div p {
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 5px;
}
.accordion .accordion__header + div p b {
  font-family: "Noto Sans TC";
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 1024px) {
  .accordion .accordion__header + div p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    word-break: break-all;
  }
}
.accordion .accordion__header + div p a {
  color: #111;
  text-decoration: underline;
}
.accordion .accordion__header + div p a:hover {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.accordion .accordion__header + div p.sm {
  font-size: 14px;
  line-height: 21px;
}
.accordion .accordion__header + div p.point, .accordion .accordion__header + div div.point {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 5px;
}
.accordion .accordion__header + div p.point:before,
.accordion .accordion__header + div div.point:before {
  content: "・";
  position: absolute;
  left: -15px;
  top: 0;
  color: #ceb071;
  font-size: 50px;
}
.accordion .accordion__header + div h4 {
  text-align: center;
  margin: 20px 0 15px 0;
  font-size: 18px;
  line-height: 27px;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
@media (max-width: 1024px) {
  .accordion .accordion__header + div h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 10px 0;
    text-align: left;
  }
}
.accordion .accordion__header + div ol li {
  list-style: decimal;
  margin: 0 0 5px 30px;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .accordion .accordion__header + div ol li {
    font-size: 16px;
    line-height: 24px;
  }
}
.accordion .accordion__header + div ol li b {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.accordion .accordion__header + div ol li small {
  font-size: 14px;
  color: #979797;
  display: block;
}
.accordion .accordion__header + div .scroll {
  margin-top: 15px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .accordion .accordion__header + div .scroll {
    overflow: auto;
  }
}
.accordion .accordion__header + div .scroll table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .accordion .accordion__header + div .scroll table {
    min-width: 500px;
  }
}
.accordion .accordion__header + div .scroll table tr.line th {
  border-right: 1px solid #e2ded5;
  border-bottom: 1px solid #e2ded5;
}
.accordion .accordion__header + div .scroll table tr th:first-of-type {
  border: 0;
}
.accordion .accordion__header + div .scroll table tr th:first-of-type:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #e2ded5;
}
.accordion .accordion__header + div .scroll table tr th {
  background: #af955f;
  font-size: 18px;
  font-family: "Noto Sans TC";
  font-weight: 700;
  padding: 17px 15px;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  line-height: 22px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .accordion .accordion__header + div .scroll table tr th {
    font-size: 16px;
    padding: 15px;
  }
}
.accordion .accordion__header + div .scroll table tr th.light {
  font-family: "Noto Sans TC";
  font-weight: 300;
}
.accordion .accordion__header + div .scroll table tr th small {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
  font-size: 12px;
  font-family: "Noto Sans TC";
  font-weight: 300;
}
.accordion .accordion__header + div .scroll table tr th:first-of-type {
  position: sticky;
  left: 0;
  z-index: 1;
}
.accordion .accordion__header + div .scroll table tr th:first-of-type.no {
  position: relative;
  z-index: auto;
  border-right: 1px solid #e2ded5;
}
.accordion .accordion__header + div .scroll table tr th:first-of-type.no:after {
  display: none;
}
.accordion .accordion__header + div .scroll table tr td {
  font-size: 16px;
  line-height: 24px;
  padding: 15px;
  vertical-align: middle;
  border-right: 1px solid #e2ded5;
  border-bottom: 1px solid #e2ded5;
  position: relative;
  background: #fff;
}
@media (max-width: 1024px) {
  .accordion .accordion__header + div .scroll table tr td {
    font-size: 14px;
    line-height: 21px;
    padding: 13px;
  }
}
.accordion .accordion__header + div .scroll table tr td b {
  font-family: "Noto Sans TC";
  font-weight: 700;
  display: block;
}
.accordion .accordion__header + div .scroll table tr td .colortxt {
  color: #af955f;
  text-shadow: 0px 0px #af955f;
  display: inline;
}
.accordion .accordion__header + div .scroll table tr td .colortxt b {
  text-decoration: underline;
  display: inline;
  text-shadow: none;
}
.accordion .accordion__header + div .scroll table tr td small {
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (max-width: 769px) {
  .accordion .accordion__header + div .scroll table tr td.fix {
    position: sticky;
    left: 88px !important;
    background: #fff !important;
    border-right: 0;
    z-index: 1;
  }
  .accordion .accordion__header + div .scroll table tr td.fix:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #e2ded5;
  }
  .accordion .accordion__header + div .scroll table tr td.fix.bgcolor {
    background: #f4f4f4 !important;
  }
}
.accordion .accordion__header + div .scroll table tr td img {
  width: 50%;
}
.accordion .accordion__header + div .scroll table tr td.color1 {
  background: #f4f4f4 !important;
}
.accordion .accordion__header + div .scroll table tr td.color2 {
  background: #e2ded5 !important;
}
.accordion .accordion__header + div .scroll table tr td.color-no {
  background: #f4f4f4 !important;
}
.accordion .accordion__header + div .scroll table tr td.bgcolor {
  background: #f4f4f4 !important;
}
.accordion .accordion__header + div .scroll table tr td:last-of-type {
  border-right: 0;
}
.accordion .accordion__header + div .scroll table tr td:first-of-type {
  position: sticky;
  left: 0;
  background: #fff;
  border-right: 0;
  border-bottom: 0;
  z-index: 1;
  width: 20%;
}
.accordion .accordion__header + div .scroll table tr td:first-of-type.no {
  position: relative;
  z-index: auto;
  border-right: 1px solid #e2ded5;
}
.accordion .accordion__header + div .scroll table tr td:first-of-type.no:after {
  display: none;
}
.accordion .accordion__header + div .scroll table tr td:first-of-type:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e2ded5;
}
.accordion .accordion__header + div .scroll table tr td:first-of-type:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #e2ded5;
}
.accordion .accordion__header + div .scroll table tr td:nth-of-type(2) {
  width: 37%;
}
.accordion .accordion__header + div .scroll table tr th.center,
.accordion .accordion__header + div .scroll table tr td.center {
  text-align: center;
}
.accordion .accordion__header + div .scroll table.sm {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .accordion .accordion__header + div .scroll table.sm {
    min-width: 500px;
  }
}
.accordion .accordion__header + div .scroll table.sm tr.line th {
  border-right: 1px solid #e2ded5;
  border-bottom: 1px solid #e2ded5;
}
.accordion .accordion__header + div .scroll table.sm tr th:first-of-type {
  border: 0;
}
.accordion .accordion__header + div .scroll table.sm tr th:first-of-type:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #e2ded5;
}
.accordion .accordion__header + div .scroll table.sm tr th {
  background: #af955f;
  font-size: 16px;
  font-family: "Noto Sans TC";
  font-weight: 700;
  padding: 15px 7px;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  line-height: 22px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .accordion .accordion__header + div .scroll table.sm tr th {
    font-size: 16px;
    padding: 15px;
  }
}
.accordion .accordion__header + div .scroll table.sm tr th.light {
  font-family: "Noto Sans TC";
  font-weight: 300;
}
.accordion .accordion__header + div .scroll table.sm tr th small {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
  font-size: 12px;
  font-family: "Noto Sans TC";
  font-weight: 300;
}
.accordion .accordion__header + div .scroll table.sm tr th:first-of-type {
  position: sticky;
  left: 0;
  z-index: 1;
}
.accordion .accordion__header + div .scroll table.sm tr th:first-of-type.no {
  position: relative;
  z-index: auto;
  border-right: 1px solid #e2ded5;
}
.accordion .accordion__header + div .scroll table.sm tr th:first-of-type.no:after {
  display: none;
}
.accordion .accordion__header + div .scroll table.sm tr td {
  font-size: 16px;
  line-height: 24px;
  padding: 15px;
  vertical-align: middle;
  border-right: 1px solid #e2ded5;
  border-bottom: 1px solid #e2ded5;
  position: relative;
  background: #fff;
}
@media (max-width: 1024px) {
  .accordion .accordion__header + div .scroll table.sm tr td {
    font-size: 14px;
    line-height: 21px;
    padding: 13px;
  }
}
.accordion .accordion__header + div .scroll table.sm tr td b {
  font-family: "Noto Sans TC";
  font-weight: 700;
  display: block;
}
.accordion .accordion__header + div .scroll table.sm tr td .colortxt {
  color: #af955f;
  text-shadow: 0px 0px #af955f;
  display: inline;
}
.accordion .accordion__header + div .scroll table.sm tr td .colortxt b {
  text-decoration: underline;
  display: inline;
  text-shadow: none;
}
.accordion .accordion__header + div .scroll table.sm tr td small {
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (max-width: 769px) {
  .accordion .accordion__header + div .scroll table.sm tr td.fix {
    position: sticky;
    left: 88px !important;
    background: #fff !important;
    border-right: 0;
    z-index: 1;
  }
  .accordion .accordion__header + div .scroll table.sm tr td.fix:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #e2ded5;
  }
  .accordion .accordion__header + div .scroll table.sm tr td.fix.bgcolor {
    background: #f4f4f4 !important;
  }
}
.accordion .accordion__header + div .scroll table.sm tr td.color1 {
  background: #f4f4f4 !important;
}
.accordion .accordion__header + div .scroll table.sm tr td.color2 {
  background: #e2ded5 !important;
}
.accordion .accordion__header + div .scroll table.sm tr td.color-no {
  background: #f4f4f4 !important;
}
.accordion .accordion__header + div .scroll table.sm tr td.bgcolor {
  background: #f4f4f4 !important;
}
.accordion .accordion__header + div .scroll table.sm tr td:last-of-type {
  border-right: 0;
}
.accordion .accordion__header + div .scroll table.sm tr td:first-of-type {
  position: sticky;
  left: 0;
  background: #fff;
  border-right: 0;
  border-bottom: 0;
  z-index: 1;
  width: 20%;
}
.accordion .accordion__header + div .scroll table.sm tr td:first-of-type.no {
  position: relative;
  z-index: auto;
  border-right: 1px solid #e2ded5;
}
.accordion .accordion__header + div .scroll table.sm tr td:first-of-type.no:after {
  display: none;
}
.accordion .accordion__header + div .scroll table.sm tr td:first-of-type:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e2ded5;
}
.accordion .accordion__header + div .scroll table.sm tr td:first-of-type:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #e2ded5;
}
.accordion .accordion__header + div .scroll table.sm tr td:nth-of-type(2) {
  width: 37%;
}
.accordion .accordion__header + div .scroll table.sm tr th.center,
.accordion .accordion__header + div .scroll table.sm tr td.center {
  text-align: center;
}
.accordion .accordion__header + div .scroll.scroll-max-width {
  overflow: auto;
}
.accordion .accordion__header + div .scroll table.scroll-col .fix {
  position: sticky;
  left: 101px !important;
  background: #fff !important;
  border-right: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .accordion .accordion__header + div .scroll table.scroll-col .fix {
    left: 87px !important;
  }
}
.accordion .accordion__header + div .scroll table.scroll-col .fix:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #e2ded5;
}
.accordion .accordion__header + div .scroll table.scroll-col td, .accordion .accordion__header + div .scroll table.scroll-col th {
  -webkit-text-size-adjust: 100%;
}
.accordion .accordion__header + div .scroll.scroll-max-width::-webkit-scrollbar {
  height: 6px;
}
.accordion .accordion__header + div .scroll.scroll-max-width::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}
.accordion .accordion__header + div .alert {
  margin: 20px 0;
  background: #e1e1e1;
  border-radius: 10px;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
}
.accordion .accordion__header + div .alert b {
  display: block;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.accordion .accordion__header + div .alert ul li {
  margin-left: 20px;
  list-style: none;
  position: relative;
}
.accordion .accordion__header + div .alert ul li a {
  text-decoration: underline;
  color: #111;
}
.accordion .accordion__header + div .alert ul li a:hover {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.accordion .accordion__header + div .alert ul li.bold {
  font-family: "Noto Sans TC";
  font-weight: 700;
}
.accordion .accordion__header + div .alert ul li:before {
  content: "・";
  position: absolute;
  left: -20px;
  top: 0;
}
.accordion .accordion__header.ui-state-active + div {
  margin: 10px auto 0 auto;
}

.blackalert-remit {
  padding: 100px 20px;
}
.blackalert-remit .wrapper {
  max-width: 1120px;
  padding: 0;
}
.blackalert-remit .wrapper ol {
  margin-bottom: 1rem;
}
.blackalert-remit .wrapper ol.lower-alpha li {
  list-style: lower-alpha;
}

.bling-title {
  font-size: 48px;
  letter-spacing: 0.12em;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  margin: 0;
  display: inline-block;
}
.bling-title__effect {
  background: linear-gradient(130deg, #F2D470 0%, #F2D470 30%, #fff 50%, #F2D470 60%, #F2D470 100%);
  background-size: 150% auto;
  background-position: 0 0;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-animation: shine-move-text 3s linear infinite;
          animation: shine-move-text 3s linear infinite;
}

.popup .box {
  width: 528px;
  min-height: 327px;
  height: auto;
  padding: 43px 54px 23px 53px;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2B2B2B), to(#202020));
  background: linear-gradient(to bottom, #2B2B2B 0%, #202020 100%);
  color: white;
  margin: auto 20px;
}
@media (max-width: 769px) {
  .popup .box {
    height: auto !important;
  }
}
.popup .box__btn-close {
  width: 24px;
  height: 21px;
  display: block;
  position: absolute;
  right: 18px;
  top: 18px;
  background: url(../img/about/saving/btn-close@3x.png) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  border: none;
}
.popup .box__title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right bottom, from(#FDF8C0), color-stop(23%, #F6EBB1), color-stop(44%, #E5C987), color-stop(71%, #E8B670), to(#EEC07F));
  background: linear-gradient(to right bottom, #FDF8C0 0%, #F6EBB1 23%, #E5C987 44%, #E8B670 71%, #EEC07F 100%);
  background-size: 150% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 24px;
}
.popup .box__content {
  width: 100%;
}
.popup .box__content p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.popup .box__button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 24px;
  margin-top: 24px;
  color: #000;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right bottom, from(#FDF9C7), color-stop(18%, #F5ECB8), color-stop(34%, #E1CB90), color-stop(50%, #E1B97A), color-stop(84%, #E8C388));
  background: linear-gradient(to right bottom, #FDF9C7 0%, #F5ECB8 18%, #E1CB90 34%, #E1B97A 50%, #E8C388 84%);
  background-size: 130% auto;
  border-radius: 999px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.popup .box__button .icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url("../img/about/remit/img-arrow-right@3x.png") center no-repeat;
  background-size: 100% 100%;
}
.popup .box__button:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

@-webkit-keyframes shine-move-text {
  0% {
    background-position: 150% 0;
  }
  100% {
    background-position: -150% 0;
  }
}

@keyframes shine-move-text {
  0% {
    background-position: 150% 0;
  }
  100% {
    background-position: -150% 0;
  }
}
@-webkit-keyframes progressLine {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes progressLine {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes spark-shine {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.5;
  }
}
@keyframes spark-shine {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.5;
  }
}
@-webkit-keyframes coinFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@keyframes coinFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
.swiper-navigation-icon {
  display: none;
}

.app-button {
  width: 100px;
  height: 100px;
  color: #111;
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
  background-color: #CEB071;
  position: fixed;
  right: 16px;
  bottom: 140px;
  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;
  z-index: 11;
  overflow: hidden;
  cursor: pointer;
  position: fixed !important;
}
.app-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 86%;
  height: 86%;
  border-radius: 100%;
  border: 2px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.app-button:after {
  background: #fff;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  left: -100%;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 2500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2500ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 8rem;
}
.app-button:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.app-button:hover:after {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  left: 200%;
  opacity: 0.6;
}
.app-button .btn-mortgagelink {
  width: 45px;
  display: inline-block;
  color: #111;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2px;
  margin-top: -1px;
  margin-left: 1px;
  cursor: pointer;
}
@media (max-width: 769px) {
  .app-button {
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 358px;
    width: 100%;
    height: auto;
    border-radius: 24px;
    padding: 12px 48px;
    border: none;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .app-button .btn-mortgagelink {
    width: 100%;
  }
  .app-button:before {
    display: none;
  }
}

.qrcode-img {
  width: 214px;
  height: 210px;
  overflow: hidden;
  background-color: #fff;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  position: relative;
}

.scroll-fixed {
  overflow: hidden;
}
/*# sourceMappingURL=about_remit.css.map */
