@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
#selectionDetail-description-innerWrapper p,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: 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 {
  list-style: none;
}

a {
  list-style: none;
  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;
}

input[type=number] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fc_white {
  color: #FFF;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 640px) {
  .container {
    padding: 0 15px;
  }
}

.web_view {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media all and (max-width: 1280px) {
  .web_view {
    display: none !important;
  }
}

.mob_view {
  display: none !important;
}
@media all and (max-width: 1280px) {
  .mob_view {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

body {
  background-color: #d2dcee;
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  background: #111111;
  background-size: cover;
}

.main-wrapper {
  position: relative;
  max-width: 100%;
  width: 1200px;
  margin: auto;
  z-index: 5;
}

.main {
  position: relative;
  margin: auto;
}

@media (max-width: 768px) {
  .main .main-wrapper {
    width: 100%;
  }
}
.basic-btn-style {
  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;
  position: relative;
  background: #EDCC94;
  overflow: hidden;
}
.basic-btn-style span {
  position: relative;
  z-index: 2;
  color: #000;
  display: block;
  line-height: 45px;
  font-size: 16px;
  font-weight: 500;
}

#header {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  height: 76px;
  width: 100%;
  background-color: #000;
  border-bottom: 1px solid #EDCC94;
}
@media all and (max-width: 1279px) {
  #header {
    height: 60px;
  }
  #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%;
  padding: 0 37.5px;
}
@media all and (max-width: 1279px) {
  #header .container {
    padding: 0 15px;
  }
}
#header .container #header-toggle {
  display: none;
}
@media all and (max-width: 1279px) {
  #header .container #header-toggle {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-image: url(../images/icon_hambuger_open.svg);
  }
}
#header .container #header-toggle.toggled {
  background-image: url(../images/icon_hambuger_close.svg);
}
#header .container .header-logo img {
  height: 36px;
}
@media all and (max-width: 768px) {
  #header .container .header-logo img {
    height: 32px;
  }
}
#header .container nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1279px) {
  #header .container nav {
    display: none;
  }
  #header .container nav.toggled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 56px;
    left: 0;
    background-color: #111;
    height: auto;
    width: 100%;
  }
  #header .container nav.toggled::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
  }
  #header .container nav.toggled ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#header .container nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
}
@media all and (max-width: 1279px) {
  #header .container nav ul {
    position: relative;
    width: 100%;
    gap: 0;
  }
}
@media all and (max-width: 1279px) {
  #header .container nav ul li {
    height: 72px;
    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%;
    border-bottom: 0.5px solid #CEB071;
  }
  #header .container nav ul li:last-of-type {
    height: 88px;
  }
}
@media all and (min-width: 1280px) {
  #header .container nav ul li.active a, #header .container nav ul li:hover a {
    color: #FFC45B;
    border-bottom-color: #FFC45B;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
#header .container nav ul li a {
  border-bottom: 1px solid transparent;
  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%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  text-decoration: none;
}
#header .container nav ul li a.header-acc-link {
  width: 160px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 40px;
}
#header .container nav ul li a.header-acc-link::before {
  border-radius: 40px;
}
#header .container nav ul li a img.hot-icon {
  width: 22px;
  margin-right: 8px;
}

footer {
  font-family: "Noto Sans TC";
  font-weight: 400;
  padding: 64px 0;
  background-color: #111111;
}
@media all and (max-width: 1279px) {
  footer {
    padding: 50px 0 80px;
  }
}
@media all and (max-width: 768px) {
  footer {
    padding-bottom: 100px;
    overflow: hidden;
  }
}
footer.hasfooterNotice {
  padding: 32px 0 64px 0;
}
@media all and (max-width: 1279px) {
  footer.hasfooterNotice {
    padding: 20px 0 80px;
  }
}
@media all and (max-width: 768px) {
  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 all and (max-width: 1279px) {
  footer .top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 680px;
  }
}
@media all and (max-width: 768px) {
  footer .top-wrap {
    width: 320px;
  }
}
@media all and (max-width: 375px) {
  footer .top-wrap {
    max-width: 320px;
    margin: 0 20px;
  }
}
footer .top-wrap .logo {
  width: 137px;
  margin-right: 60px;
}
@media all and (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 all and (max-width: 768px) {
  footer .top-wrap .list-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .top-wrap .list-wrap ul {
  margin-right: 80px;
}
@media all and (max-width: 1279px) {
  footer .top-wrap .list-wrap ul {
    margin-right: 60px;
  }
}
@media all and (max-width: 768px) {
  footer .top-wrap .list-wrap ul {
    margin-right: 0;
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  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 all and (max-width: 768px) {
  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 all and (max-width: 768px) {
  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 all and (max-width: 1279px) {
  footer .bottom-wrap {
    width: 680px;
  }
}
@media all and (max-width: 768px) {
  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 all and (max-width: 768px) {
  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 all and (max-width: 768px) {
  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 all and (max-width: 768px) {
  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 all and (max-width: 768px) {
  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 all and (max-width: 1279px) {
  footer .footer--flex {
    margin-top: 35px;
    max-width: 680px;
  }
}
@media all and (max-width: 768px) {
  footer .footer--flex {
    display: block;
    max-width: 320px;
    margin-top: 30px;
  }
}
@media all and (max-width: 375px) {
  footer .footer--flex {
    max-width: 280px;
    margin: 30px 20px 0 20px;
  }
}
footer .footer__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 1279px) {
  footer .footer__title {
    font-size: 22px;
  }
}
@media all and (max-width: 768px) {
  footer .footer__title {
    margin: auto;
    margin-bottom: 15px;
  }
}
footer .footer__text {
  font-size: 14px;
  line-height: 1.7;
}
@media all and (max-width: 1279px) {
  footer .footer__text {
    width: 470px;
  }
}
@media all and (max-width: 768px) {
  footer .footer__text {
    width: auto;
  }
}
footer .footer__text a {
  text-decoration: underline;
}

#foot {
  position: relative;
  width: 100%;
  padding: 50px;
  background: #000000;
}
@media all and (max-width: 1279px) {
  #foot {
    padding: 30px 40px;
  }
}
@media all and (max-width: 768px) {
  #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 all and (max-width: 1279px) {
  #foot .footer--flex {
    margin-bottom: 35px;
  }
}
@media all and (max-width: 768px) {
  #foot .footer--flex {
    display: block;
    margin-bottom: 30px;
  }
}
#foot .footer__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-right: 60px;
}
@media all and (max-width: 1279px) {
  #foot .footer__title {
    font-size: 22px;
    margin-right: 30px;
  }
}
@media all and (max-width: 768px) {
  #foot .footer__title {
    margin: auto;
    margin-bottom: 15px;
  }
}
#foot .footer__text {
  width: 725px;
  font-size: 14px;
  line-height: 1.71;
}
@media all and (max-width: 1279px) {
  #foot .footer__text {
    width: 470px;
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  #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 all and (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 all and (max-width: 768px) {
  #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 all and (max-width: 1279px) {
  #footer_download .footer_download_title {
    font-size: 20px;
    letter-spacing: 5px;
    margin-left: 115px;
  }
}
@media all and (max-width: 768px) {
  #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%);
          transform: translateX(-50%);
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 760px;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    min-width: auto;
  }
}
#footer_download .footer_download_con .footer_download_img {
  margin-right: 40px;
}
@media all and (max-width: 768px) {
  #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 all and (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 all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text h6 {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  #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 all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text > p {
    font-size: 12px;
    margin: 14px 0 30px 0;
  }
}
@media all and (max-width: 768px) {
  #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 all and (max-width: 768px) {
  #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 all and (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 all and (max-width: 768px) {
  #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 all and (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 all and (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 all and (max-width: 768px) {
  #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 all and (max-width: 768px) {
  #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 all and (max-width: 768px) {
  #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 all and (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 all and (max-width: 768px) {
  #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;
}

#sidelinks {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media all and (max-width: 1279px) {
  #sidelinks {
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
#sidelinks a {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  border: 2px solid #000;
  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;
  text-align: center;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#3A3A3A), color-stop(19.39%, #353535), color-stop(35.93%, #282828), color-stop(70.42%, #121212), to(#000000));
  background: linear-gradient(180deg, #3A3A3A 0%, #353535 19.39%, #282828 35.93%, #121212 70.42%, #000000 100%);
}
@media all and (max-width: 1279px) {
  #sidelinks a {
    width: 50%;
    height: 56px;
    border-radius: 0;
  }
}
#sidelinks a:hover::before {
  opacity: 1;
}
#sidelinks a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#6D6D6D), to(#282828));
  background: linear-gradient(180deg, #6D6D6D 0%, #282828 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sidelinks a .inner-text {
  z-index: 2;
  width: 68px;
  height: 68px;
  border: 1px solid #fff;
  border-radius: 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;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
}
@media all and (max-width: 1279px) {
  #sidelinks a .inner-text {
    border-radius: 0;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    font-size: 16px;
    line-height: 1.5;
  }
}

.gradient-btn-black {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  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: 240px;
  height: 52px;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#6D6D6D), to(#282828));
  background: linear-gradient(180deg, #6D6D6D 0%, #282828 100%);
  -webkit-box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.1019607843);
}
@media all and (max-width: 1279px) {
  .gradient-btn-black {
    height: 48px;
  }
}
.gradient-btn-black:hover::before {
  opacity: 0;
}
.gradient-btn-black::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#3A3A3A), color-stop(19.39%, #353535), color-stop(35.93%, #282828), color-stop(70.42%, #121212), to(#000000));
  background: linear-gradient(180deg, #3A3A3A 0%, #353535 19.39%, #282828 35.93%, #121212 70.42%, #000000 100%);
  pointer-events: none;
}
.gradient-btn-black * {
  position: relative;
  z-index: 2;
}
.gradient-btn-black img {
  width: 24px;
  margin-left: 8px;
}

.gradient-btn-yellow {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  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%;
  height: 52px;
  border-radius: 999px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  background: linear-gradient(117.17deg, #FFFDE5 -0.28%, #F5D5A3 43.8%);
  -webkit-box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.1019607843);
}
@media all and (max-width: 1279px) {
  .gradient-btn-yellow {
    height: 48px;
  }
}
.gradient-btn-yellow:hover::before {
  opacity: 0;
}
.gradient-btn-yellow::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(117.17deg, #FDF9C7 -0.28%, #F5ECB8 15.51%, #E1CB90 29.54%, #E1B97A 43.58%, #E8C388 73.4%);
  pointer-events: none;
}
.gradient-btn-yellow * {
  position: relative;
  z-index: 2;
}
.gradient-btn-yellow img {
  width: 24px;
  margin-left: 8px;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

html.os-html > .os-host > .os-padding {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

/* fix restricted measuring */
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: "";
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content > .os-textarea {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0px;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0px !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.os-resize-observer-host.observed {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.os-resize-observer-host.observed > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.os-resize-observer-host.observed > .os-resize-observer:before {
  content: "";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0;
}

.os-size-auto-observer {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  from {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
@keyframes os-resize-observer-dummy-animation {
  from {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999;
  /* highest z-index of the page */
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 8px;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: #E1E1E1;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #CEB071;
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  padding: 76px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FDFDFD;
  overflow: hidden;
  overflow-y: auto;
  background: #C02222;
  letter-spacing: 0.32px;
}
@media (max-width: 1020px) {
  body {
    padding: 56px 0 0 0;
    font-size: 14px;
    line-height: 22px;
  }
}

.clearfix {
  display: block;
  clear: both;
}

.wrapper {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 14px;
  position: relative;
}
@media (max-width: 1020px) {
  .wrapper {
    max-width: 375px;
  }
}

header {
  width: 100%;
  height: 76px;
  border-bottom: 2px solid #BB9056;
  position: fixed;
  left: 0;
  top: 0;
  background: #111;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1020px) {
  header {
    height: 56px;
  }
}
header .wrapper {
  max-width: 1440px;
  padding: 11px 100px;
}
@media (max-width: 1020px) {
  header .wrapper {
    padding: 11px 16px;
    max-width: none;
  }
}
header .logo {
  float: left;
  margin: 0 auto;
  text-align: center;
}
header .logo a {
  display: inline-block;
  vertical-align: middle;
}
header .logo a img {
  display: block;
  width: auto;
  height: 50px;
}
@media (max-width: 1020px) {
  header .logo a img {
    height: 32px;
  }
}
header .menu {
  display: none;
}
header .menu img {
  display: block;
  width: 100%;
}
@media (max-width: 1020px) {
  header .menu {
    display: block;
    position: absolute;
    right: 16px;
    top: 10px;
    width: 32px;
    height: 32px;
    background: url("../images/menu-close.png") center no-repeat;
    background-size: 0% 0%;
    cursor: pointer;
    z-index: 9;
  }
  header .menu.active {
    background: url("../images/menu-close.png") center no-repeat;
    background-size: 100% 100%;
  }
  header .menu.active img {
    opacity: 0;
  }
  header .menu.active + nav ul {
    height: 100svh;
  }
}
header nav ul {
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 7px auto;
}
@media (max-width: 1020px) {
  header nav ul {
    width: 100%;
    float: none;
    position: absolute;
    left: 0;
    top: 49px;
    background: rgba(17, 17, 17, 0.6);
    padding: 0;
    height: 0;
    overflow: hidden;
  }
}
header nav ul li {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1020px) {
  header nav ul li {
    display: block;
    margin: 0 auto;
    position: relative;
    background: #111;
    z-index: 1;
  }
  header nav ul li:first-of-type {
    padding-top: 20px;
  }
  header nav ul li:last-of-type {
    padding-bottom: 20px;
  }
}
header nav ul li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 8px 0;
  padding: 0 20px;
  color: #DEBA65;
  text-decoration: none;
  position: relative;
}
@media (max-width: 1020px) {
  header nav ul li a {
    text-align: center;
    border: 0;
    margin: 0 auto;
    padding: 24px 0;
  }
}
header nav ul li a:before {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: -5px;
  left: 20px;
  width: calc(100% - 40px);
  height: 2px;
  background: #DEBA65;
}
@media (max-width: 1020px) {
  header nav ul li a:before {
    display: none;
  }
}
header nav ul li a:hover:before {
  opacity: 1;
}
header nav ul li.btn {
  margin-left: 20px;
}
@media (max-width: 1020px) {
  header nav ul li.btn {
    margin: 0 auto;
    padding: 24px 0;
  }
}
header nav ul li.btn a {
  padding: 0;
  display: block;
  width: 160px;
  margin: 8px auto;
}
@media (max-width: 1020px) {
  header nav ul li.btn a {
    margin: 0 auto;
  }
}
header nav ul li.btn a img {
  display: block;
  width: 100%;
}
header nav ul li.btn a:before {
  display: none;
}

.fix-btn {
  position: fixed;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 284px;
  right: 20px;
}
@media (max-width: 767px) {
  .fix-btn {
    top: auto;
    right: 0;
    height: auto;
  }
}
.fix-btn a {
  display: block;
  width: 80px;
  margin: 0 auto;
  margin-bottom: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .fix-btn a {
    width: 50%;
    float: left;
    margin: auto;
  }
}
.fix-btn a img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .fix-btn a img {
    display: none;
  }
}
.fix-btn a img + img {
  display: none;
}
@media (max-width: 767px) {
  .fix-btn a img + img {
    display: block;
  }
}
.fix-btn a:last-of-type {
  width: 60px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .fix-btn a:last-of-type {
    position: absolute;
    bottom: 17vw;
    right: 15px;
    width: 32px;
  }
  .fix-btn a:last-of-type img {
    display: block;
  }
}
.fix-btn a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 767px) {
  .fix-btn a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

main {
  overflow: hidden;
}
main .up {
  position: relative;
  z-index: 1;
}
main h2 {
  width: 288px;
  margin: 0 auto 24px auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1020px) {
  main h2 {
    width: 196px;
    margin-bottom: 20px;
  }
}
main h2 img {
  display: block;
  width: 100%;
}
main h2.section-heading {
  font-size: 0;
  line-height: 0;
  color: transparent;
}
main h2.section-heading .heading-decoration {
  display: block;
  width: 100%;
  font-size: 0;
}
main h3.subH2 {
  font-family: "Noto Serif TC", sans-serif;
  padding: 12px 24px;
  border-radius: 16px;
  border: 2px solid #BB9056;
  background: #A41B14;
  display: inline-block;
  margin: -30px 0 48px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  position: relative;
}
@media (max-width: 1020px) {
  main h3.subH2 {
    padding: 12px 16px;
    font-size: 22px;
    line-height: 32px;
    margin: -20px 0 40px 0;
  }
}
main h3.subH2 br.desktop {
  display: block;
}
@media (max-width: 1020px) {
  main h3.subH2 br.desktop {
    display: none;
  }
}
main h3.subH2 br.mobile {
  display: none;
}
@media (max-width: 1020px) {
  main h3.subH2 br.mobile {
    display: block;
  }
}
main h3.subH2:before {
  content: "";
  display: block;
  width: 116px;
  height: 44px;
  background: url(../images/pattern.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -40px;
  right: calc(50% + 120px);
  z-index: -1;
}
@media (max-width: 1020px) {
  main h3.subH2:before {
    width: 84px;
    height: 32px;
    top: -30px;
    right: calc(50% + 60px);
  }
}
main h3.subH2:after {
  content: "";
  display: block;
  width: 116px;
  height: 44px;
  background: url(../images/pattern.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -40px;
  left: calc(50% + 120px);
  z-index: -1;
}
@media (max-width: 1020px) {
  main h3.subH2:after {
    width: 84px;
    height: 32px;
    top: -30px;
    left: calc(50% + 60px);
  }
}
main .kv {
  position: relative;
  padding: 32px 0 0 0;
  text-align: center;
}
@media (max-width: 1020px) {
  main .kv {
    padding-top: 56px;
  }
}
main .kv .bottom-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 150%;
  left: 0;
  bottom: auto;
  right: auto;
  background: #FFEB89;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
main .kv .bottom-layer.active {
  top: -100%;
}
main .kv .bottom-layer--2 {
  background: #C02222;
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
main .kv .number {
  display: block;
  width: 228px;
  position: absolute;
}
@media (max-width: 1020px) {
  main .kv .number {
    width: 100px;
  }
}
main .kv .number:nth-of-type(1) {
  left: -50px;
  top: -50px;
}
@media (max-width: 1020px) {
  main .kv .number:nth-of-type(1) {
    left: -20px;
    top: -20px;
  }
}
main .kv .number:nth-of-type(2) {
  right: -50px;
  top: -50px;
}
@media (max-width: 1020px) {
  main .kv .number:nth-of-type(2) {
    right: -20px;
    top: -20px;
  }
}
main .kv .number:nth-of-type(3) {
  left: -50px;
  bottom: -100px;
}
@media (max-width: 1020px) {
  main .kv .number:nth-of-type(3) {
    left: -20px;
    bottom: -90px;
  }
}
main .kv .number:nth-of-type(4) {
  right: -50px;
  bottom: -100px;
}
@media (max-width: 1020px) {
  main .kv .number:nth-of-type(4) {
    right: -20px;
    bottom: -90px;
  }
}
main .kv .number.aos-animate {
  -webkit-animation: clockwise-spin 1s linear;
          animation: clockwise-spin 1s linear;
}
main .kv .line img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 320px;
  left: 50px;
  z-index: -1;
}
main .kv .line img:last-of-type {
  left: auto;
  right: 50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1020px) {
  main .kv .line img {
    display: none;
  }
}
main .kv .money {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
main .kv .money img {
  display: block;
  width: 104px;
  position: absolute;
}
@media (max-width: 1020px) {
  main .kv .money img {
    width: 40px;
  }
}
main .kv .money img:nth-of-type(1) {
  right: calc(50% + 398px);
  top: 178px;
}
@media (max-width: 1020px) {
  main .kv .money img:nth-of-type(1) {
    right: calc(50% + 124px);
    top: 86px;
  }
}
main .kv .money img:nth-of-type(2) {
  left: calc(50% + 398px);
  top: 178px;
}
@media (max-width: 1020px) {
  main .kv .money img:nth-of-type(2) {
    left: calc(50% + 124px);
    top: 86px;
  }
}
main .kv .money img:nth-of-type(3) {
  right: calc(50% + 344px);
  top: 494px;
}
@media (max-width: 1020px) {
  main .kv .money img:nth-of-type(3) {
    right: calc(50% + 124px);
    top: 295px;
  }
}
main .kv .money img:nth-of-type(4) {
  left: calc(50% + 344px);
  top: 494px;
}
@media (max-width: 1020px) {
  main .kv .money img:nth-of-type(4) {
    left: calc(50% + 124px);
    top: 295px;
  }
}
main .kv .logos {
  display: block;
  width: 352px;
  margin: 0 auto 5px auto;
}
@media (max-width: 1020px) {
  main .kv .logos {
    width: 200px;
  }
}
main .kv strong.title {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-animation: kvPopOnce 0.5s ease-out 0.7s 1 both, kvPopLoop 2s ease-in-out 3.1s infinite;
          animation: kvPopOnce 0.5s ease-out 0.7s 1 both, kvPopLoop 2s ease-in-out 3.1s infinite;
}
main .kv strong.title img {
  display: block;
  width: 764px;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  main .kv strong.title img {
    width: 360px;
  }
}
main .kv .circle {
  margin: -218px auto 0 auto;
  position: relative;
  width: 560px;
  height: 560px;
  z-index: 0;
  background: url(../images/kv-wreath.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1020px) {
  main .kv .circle {
    width: 280px;
    height: 280px;
    margin-top: -110px;
  }
}
main .kv .circle:before {
  content: "";
  display: block;
  width: 83%;
  height: 83%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/kv-radiation.png) no-repeat;
  background-size: 100% 100%;
  -webkit-animation: clockwise-spin 30s linear infinite;
          animation: clockwise-spin 30s linear infinite;
}
main .kv .circle img {
  display: block;
  width: 360px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 70px;
  -webkit-animation: gallop 2s infinite ease-in-out;
          animation: gallop 2s infinite ease-in-out;
}
@media (max-width: 1020px) {
  main .kv .circle img {
    width: 188px;
    bottom: 20px;
  }
}
main .kv h1 {
  font-family: "Noto Serif TC", sans-serif;
  border-top: 2px solid #FFEB89;
  border-bottom: 2px solid #FFEB89;
  background: #A41B14;
  padding: 16px 64px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #FFEB89;
  max-width: 832px;
  margin: -60px auto 10px auto;
  position: relative;
  z-index: 1;
}
main .kv h1 .title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media (max-width: 1020px) {
  main .kv h1 {
    padding: 8px 28px;
    font-size: 18px;
    line-height: 30px;
    margin-top: -30px;
    max-width: 375px;
  }
}
main .kv h1:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/money-star.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1020px) {
  main .kv h1:before {
    width: 16px;
    height: 16px;
    left: 12px;
  }
}
main .kv h1:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/money-star.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1020px) {
  main .kv h1:after {
    width: 16px;
    height: 16px;
    right: 12px;
  }
}
main .kv h1 br.mobile {
  display: none;
}
@media (max-width: 1020px) {
  main .kv h1 br.mobile {
    display: block;
  }
}
main .kv h1 .visual-content {
  display: block;
}
main .kv h1 .visual-content br {
  display: block;
}
main .kv h1 .visual-content br.mobile {
  display: none;
}
@media (max-width: 1020px) {
  main .kv h1 .visual-content br.mobile {
    display: block;
  }
}
main .kv h1 img {
  display: inline-block;
  vertical-align: middle;
  width: 204px;
  margin: 0 5px;
  -webkit-animation: fade 1.5s ease-in-out infinite;
          animation: fade 1.5s ease-in-out infinite;
}
@media (max-width: 1020px) {
  main .kv h1 img {
    width: 123px;
  }
}
main .kv small.info {
  font-family: "Noto Serif TC", sans-serif;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 1020px) {
  main .kv small.info {
    font-size: 18px;
    line-height: 28px;
  }
}
main .kv small.info img {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  margin: -5px 15px 0 0;
}
@media (max-width: 1020px) {
  main .kv small.info img {
    width: 32px;
    margin-right: 7px;
  }
}
main .kv small.info img:last-of-type {
  margin: -5px 0 0 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1020px) {
  main .kv small.info img:last-of-type {
    margin-left: 7px;
  }
}
main .task {
  padding: 170px 0 0 0;
  background: url(../images/section2-bg.png) top center no-repeat;
  background-size: 1920px auto;
  position: relative;
  z-index: 0;
}
main .task:before {
  content: "";
  display: block;
  width: 100%;
  height: 960px;
  background: url(../images/task-gift-bg.png) center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
main .task img.lantern {
  display: block;
  width: 128px;
  background: url(../images/lantern.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50px;
}
@media (max-width: 1020px) {
  main .task img.lantern {
    width: 60px;
    top: 75px;
  }
}
main .task img.lantern:first-of-type {
  right: calc(50% + 552px);
}
@media (max-width: 1020px) {
  main .task img.lantern:first-of-type {
    right: calc(50% + 114px);
  }
}
main .task img.lantern:last-of-type {
  left: calc(50% + 552px);
}
@media (max-width: 1020px) {
  main .task img.lantern:last-of-type {
    left: calc(50% + 114px);
  }
}
main .task .flower li {
  display: block;
  position: absolute;
  width: 80px;
  height: 280px;
  top: 50%;
}
main .task .flower li img {
  display: block;
  width: 100%;
  margin: 0 auto 20px auto;
}
main .task .flower li img:last-of-type {
  margin-bottom: 0;
}
main .task .flower li:first-of-type {
  right: calc(50% + 665px);
}
main .task .flower li:first-of-type img {
  -webkit-animation: clockwise-spin 10s linear infinite;
          animation: clockwise-spin 10s linear infinite;
}
main .task .flower li:last-of-type {
  left: calc(50% + 665px);
}
main .task .flower li:last-of-type img {
  -webkit-animation: counter-clockwise-spin 10s linear infinite;
          animation: counter-clockwise-spin 10s linear infinite;
}
main .task h3.event-subtitle {
  display: block;
  font-family: "Noto Serif TC", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
  z-index: 1;
  margin: 0 auto 24px auto;
}
@media (max-width: 1020px) {
  main .task h3.event-subtitle {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
main .task h3.event-subtitle:before {
  content: attr(data-text);
  position: absolute;
  -webkit-text-stroke: 8px #A41B14;
  z-index: -1;
}
main .task h3.event-subtitle b {
  display: inline-block;
  color: #FFEB89;
}
main .task h3.event-subtitle.subtitle {
  font-size: 0;
  line-height: 0;
  color: transparent;
}
main .task h3.event-subtitle.subtitle:before {
  display: none;
}
main .task h3.event-subtitle img {
  display: inline-block;
  height: 48px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main .task h3.event-subtitle img + img {
  display: none;
}
@media (max-width: 1020px) {
  main .task h3.event-subtitle img {
    height: 96px;
    display: none;
  }
  main .task h3.event-subtitle img + img {
    display: block;
  }
}
@media (max-width: 1020px) {
  main .task .wrapper {
    padding: 0;
    max-width: 375px;
  }
}
@media (max-width: 430px) {
  main .task .wrapper {
    max-width: none;
  }
  main .task .wrapper + .wrapper {
    max-width: 375px;
    padding: 0 14px;
  }
}
main .task .slider {
  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;
}
main .task .slider .list {
  margin-right: 24px;
  width: calc(33% - 16px);
  text-align: center;
  padding: 32px 0 64px 0;
  background: url(../images/task-bg.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1020px) {
  main .task .slider .list {
    padding: 28px 0 56px 0;
    margin: 0 10px;
  }
}
main .task .slider .list:last-of-type {
  margin-right: 0;
}
main .task .slider .list .icon {
  display: block;
  width: 145px;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  main .task .slider .list .icon {
    width: 123px;
  }
}
main .task .slider .list .img {
  display: block;
  width: 216px;
  margin: 0 auto 12px auto;
}
@media (max-width: 1020px) {
  main .task .slider .list .img {
    width: 200px;
  }
}
main .task .slider .list > div {
  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;
  height: 56px;
}
main .task .slider .list > div h4 {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1020px) {
  main .task .slider .list > div h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
main .task .slider .list > div h4 b {
  display: inline-block;
  background: #C02222;
  color: #FFEB89;
}
main .task .buttons {
  margin: 60px auto 32px 0;
  text-align: center;
}
@media (max-width: 1020px) {
  main .task .buttons {
    margin: 75px auto 0 auto;
  }
}
main .task .buttons a {
  display: inline-block;
  vertical-align: middle;
  width: 248px;
  line-height: 60px;
  height: 60px;
  background: url(../images/button.png) no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  color: #1E1E1E;
  margin: 0 15px;
}
@media (max-width: 1020px) {
  main .task .buttons a {
    width: 294px;
    height: 71px;
    line-height: 71px;
    margin: 0 auto 24px auto;
  }
}
main .task .buttons a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/arrow.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .task .buttons a:hover {
  background: url(../images/button-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
main .task .buttons a:hover:after {
  background: url(../images/arrow-white.png) no-repeat;
  background-size: 100% 100%;
}
main .task .buttons a i {
  display: block;
  font-style: normal;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  top: -30px;
  color: #fff;
}
@media (max-width: 1020px) {
  main .task .buttons a i {
    font-size: 14px;
    line-height: 22px;
  }
}
main .task small.info {
  display: block;
  text-align: center;
  color: #E2DBD3;
  margin: 0 auto 56px auto;
  padding: 8px 16px;
  background: rgba(192, 34, 34, 0.8);
  border-radius: 20px;
}
@media (max-width: 1020px) {
  main .task small.info {
    margin-bottom: 40px;
    padding: 4px 8px;
    border-radius: 12px;
  }
}
main .task .gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1020px) {
  main .task .gift {
    display: block;
  }
}
main .task .gift ul {
  width: calc(50% - 12px);
}
@media (max-width: 1020px) {
  main .task .gift ul {
    width: 100%;
  }
}
main .task .gift ul.left li {
  margin-right: 24px;
}
@media (max-width: 1020px) {
  main .task .gift ul.left li {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
main .task .gift ul.left li:first-of-type {
  margin-bottom: 24px;
}
@media (max-width: 1020px) {
  main .task .gift ul.left li:first-of-type {
    margin-bottom: 16px;
  }
}
main .task .gift ul.right li {
  background: url(../images/gift-lg-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px 52px;
}
@media (max-width: 1020px) {
  main .task .gift ul.right li {
    padding: 24px 16px 16px 16px;
    background: url(../images/gift-lg-bg-mb.png) no-repeat;
    background-size: 100% 100%;
  }
}
main .task .gift ul li {
  display: block;
  background: url(../images/gift-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 42px 52px;
}
@media (max-width: 1020px) {
  main .task .gift ul li {
    padding: 24px 20px;
    background: url(../images/gift-bg-mb.png) no-repeat;
    background-size: 100% 100%;
  }
}
main .task .gift ul li .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;
}
main .task .gift ul li .center .img img {
  display: block;
  width: 228px;
  margin-right: 20px;
}
main .task .gift ul li .center .img img + img {
  display: none;
}
main .task .gift ul li .center .img img.active {
  display: none;
}
main .task .gift ul li .center .img img.active + img {
  display: block;
}
@media (max-width: 1020px) {
  main .task .gift ul li .center .img img {
    width: 136px;
    margin-right: 5px;
  }
}
main .task .gift ul li .center .txt {
  width: calc(100% - 248px);
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 900;
}
@media (max-width: 1020px) {
  main .task .gift ul li .center .txt {
    width: calc(100% - 141px);
    font-size: 20px;
    line-height: 28px;
  }
}
main .task .gift ul li .center .txt em {
  display: inline-block;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 1020px) {
  main .task .gift ul li .center .txt em {
    font-size: 18px;
  }
}
main .task .gift ul li small {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #E2DBD3;
  font-weight: 400;
}
@media (max-width: 1020px) {
  main .task .gift ul li small {
    font-size: 14px;
    line-height: 22px;
  }
}
main .task .gift ul li p {
  padding: 12px 40px 12px 96px;
  border-radius: 12px;
  background: #A41B14;
  position: relative;
  text-align: center;
  margin: 40px auto 0 auto;
}
@media (max-width: 1020px) {
  main .task .gift ul li p {
    padding: 12px 16px 12px 76px;
    margin-top: 8px;
  }
}
main .task .gift ul li p:last-of-type {
  margin-bottom: 40px;
}
@media (max-width: 1020px) {
  main .task .gift ul li p:last-of-type {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
main .task .gift ul li p br.mobile {
  display: none;
}
@media (max-width: 1020px) {
  main .task .gift ul li p br.mobile {
    display: block;
  }
}
main .task .gift ul li p > img {
  display: block;
  width: 40px;
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1020px) {
  main .task .gift ul li p > img {
    left: 20px;
  }
}
main .task .gift ul li p b {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #FFEB89;
  margin: 0 5px;
}
@media (max-width: 1020px) {
  main .task .gift ul li p b {
    font-size: 18px;
  }
}
main .task .gift ul li p a {
  display: block;
  text-decoration: underline;
  color: #fff;
}
main .task .gift ul li p a:hover {
  text-decoration: none;
}
main .login {
  padding: 182px 0 76px 0;
  background: url(../images/cloud-bg.png) bottom no-repeat;
  background-size: 100% auto;
  position: relative;
}
@media (max-width: 1020px) {
  main .login {
    padding: 124px 0 56px 0;
    background: url(../images/cloud-bg-mb.png) bottom no-repeat;
    background-size: 100% auto;
  }
}
main .login:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vw;
  background: url(../images/login-big-bg.png) right no-repeat;
  background-size: auto 100%;
}
@media (max-width: 1020px) {
  main .login:before {
    height: 160px;
    background: url(../images/login-big-bg-mb.png) center no-repeat;
    background-size: 100% 100%;
  }
}
main .login .box {
  padding: 62px 32px 32px 32px;
  background: url(../images/login-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: -80px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1020px) {
  main .login .box {
    padding: 28px 16px 20px 16px;
    background: url(../images/login-bg-mb.png) no-repeat;
    background-size: 100% 100%;
  }
}
main .login .box .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 24px 0;
}
@media (max-width: 1020px) {
  main .login .box .slider {
    margin: 35px auto 44px auto;
  }
}
main .login .box .slider .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 25px;
  width: calc(33% - 17px);
  background: url(../images/advantages-bg.png) no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 2.13/1;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 1020px) {
  main .login .box .slider .list {
    font-size: 18px;
    margin: 0 auto;
  }
}
main .login .box .slider .list b {
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  color: #FFEB89;
  margin: 0 2px;
}
@media (max-width: 1020px) {
  main .login .box .slider .list b {
    font-size: 20px;
  }
}
main .login .box .slider .list small {
  display: block;
  font-size: 18px;
}
@media (max-width: 1020px) {
  main .login .box .slider .list small {
    font-size: 16px;
  }
}
main .login .box .slider .list:last-of-type {
  margin-right: 0;
}
main .login .box .form {
  padding: 40px;
  background: #A41B14;
  border-radius: 40px;
}
@media (max-width: 1020px) {
  main .login .box .form {
    padding: 16px;
    border-radius: 20px;
  }
}
main .login .box .form label {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1020px) {
  main .login .box .form label {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
main .login .box .form label span {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
}
main .login .box .form label span i {
  font-style: normal;
  color: #F18A00;
}
@media (max-width: 1020px) {
  main .login .box .form label span {
    display: block;
    width: 100%;
  }
}
main .login .box .form label input[type=text] {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 156px);
  border-radius: 40px;
  border: 0;
  height: 48px;
  padding: 0 20px;
}
main .login .box .form label input[type=text].sm {
  width: calc(100% - 330px);
  padding: 0 12px;
}
main .login .box .form label input[type=text]:focus {
  outline: none;
  border: 0;
}
@media (max-width: 1020px) {
  main .login .box .form label input[type=text] {
    display: block;
    width: 95%;
    margin: 8px 0 12px 0;
    height: 38px;
  }
  main .login .box .form label input[type=text].sm {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 126px);
    margin-bottom: 0;
  }
}
main .login .box .form label .number {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 20px;
  width: 120px;
}
@media (max-width: 1020px) {
  main .login .box .form label .number {
    width: 72px;
  }
}
main .login .box .form label .reload {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(../images/icon_reload.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
main .login .box .form label .reload.rotating {
  -webkit-animation: rotate360 0.6s ease-in-out;
          animation: rotate360 0.6s ease-in-out;
}
main .login .box .form label.check {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
@media (max-width: 1020px) {
  main .login .box .form label.check {
    padding-top: 24px;
    font-size: 14px;
    line-height: 22px;
    padding-left: 22px;
    margin-top: -5px;
  }
}
main .login .box .form label.check a {
  text-decoration: underline;
  color: #fff;
}
main .login .box .form label.check a:hover {
  text-decoration: none;
}
main .login .box .form label.check input[type=checkbox] {
  display: none;
}
main .login .box .form label.check input[type=checkbox] + i {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/check-box.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1020px) {
  main .login .box .form label.check input[type=checkbox] + i {
    width: 16px;
    height: 16px;
    top: 26px;
  }
}
main .login .box .form label.check input[type=checkbox]:checked + i {
  background: url(../images/check-box-checked.png) no-repeat;
  background-size: 100% 100%;
}
main .login .box .form button {
  display: block;
  width: 248px;
  height: 60px;
  background: url(../images/button.png) no-repeat;
  background-size: 100% 100%;
  margin: 20px auto 0 auto;
  cursor: pointer;
  font-size: 18px;
  color: #1E1E1E;
  font-weight: 500;
}
@media (max-width: 1020px) {
  main .login .box .form button {
    width: 278px;
    height: 67px;
    font-size: 16px;
  }
}
main .login .box .form button:hover {
  background: url(../images/button-hover.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
main .download {
  border-radius: 0 0 40px 40px;
  background: #FFF8D6;
  padding: 92px 0 84px 0;
  position: relative;
}
@media (max-width: 1020px) {
  main .download {
    border-radius: 0 0 20px 20px;
    padding: 68px 0 62px 0;
  }
}
main .download .cloud1 {
  display: block;
  width: 204px;
  position: absolute;
  top: 44px;
  right: calc(50% + 480px);
  -webkit-animation: move-around1 2s ease-in-out infinite alternate;
          animation: move-around1 2s ease-in-out infinite alternate;
}
@media (max-width: 1020px) {
  main .download .cloud1 {
    top: 28px;
    right: calc(50% + 95px);
    width: 80px;
  }
}
main .download .cloud2 {
  display: block;
  width: 204px;
  position: absolute;
  top: 44px;
  left: calc(50% + 480px);
  -webkit-animation: move-around2 2.5s ease-in-out infinite alternate;
          animation: move-around2 2.5s ease-in-out infinite alternate;
}
@media (max-width: 1020px) {
  main .download .cloud2 {
    top: 28px;
    left: calc(50% + 95px);
    width: 80px;
  }
}
@-webkit-keyframes move-around1 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 起點 */
  }
  to {
    -webkit-transform: translateX(3vw);
            transform: translateX(3vw); /* 終點 (向右移動 200px) */
  }
}
@keyframes move-around1 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 起點 */
  }
  to {
    -webkit-transform: translateX(3vw);
            transform: translateX(3vw); /* 終點 (向右移動 200px) */
  }
}
@-webkit-keyframes move-around2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 起點 */
  }
  to {
    -webkit-transform: translateX(-3vw);
            transform: translateX(-3vw); /* 終點 (向右移動 200px) */
  }
}
@keyframes move-around2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 起點 */
  }
  to {
    -webkit-transform: translateX(-3vw);
            transform: translateX(-3vw); /* 終點 (向右移動 200px) */
  }
}
main .download .box {
  background: url(../images/download-bg.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1020px) {
  main .download .box {
    background: url(../images/download-bg-mb.png) no-repeat;
    background-size: 100% 100%;
    width: calc(100% - 28px);
  }
}
main .download .box > div {
  width: calc(50% - 12px);
  text-align: center;
  padding: 48px 0 64px 0;
}
@media (max-width: 1020px) {
  main .download .box > div {
    width: 100%;
    padding: 0;
  }
}
main .download .box > div .title {
  display: inline-block;
  height: 56px;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  main .download .box > div .title {
    height: 32px;
  }
}
main .download .box > div a {
  display: block;
  width: 296px;
  margin: 20px auto 0 auto;
}
@media (max-width: 1020px) {
  main .download .box > div a {
    width: 264px;
    margin: 16px auto 0 auto;
  }
}
main .download .box > div a img {
  display: block;
  width: 100%;
}
main .download .box > div:first-of-type {
  float: left;
}
@media (max-width: 1020px) {
  main .download .box > div:first-of-type {
    float: none;
    padding: 56px 0 0 0;
  }
}
main .download .box > div:last-of-type {
  float: right;
}
@media (max-width: 1020px) {
  main .download .box > div:last-of-type {
    float: none;
    padding: 198px 0 80px 0;
  }
}
main .qadetail {
  padding: 84px 0;
  position: relative;
}
main .qadetail .bg {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -25vw;
  z-index: -1;
}
@media (max-width: 1020px) {
  main .qadetail .bg {
    bottom: -100vw;
    width: 400%;
  }
}
main .qadetail .collapse > strong,
main .qadetail .collapse > h3 {
  margin-top: 24px;
  display: block;
  border-radius: 40px;
  border: 4px solid #BB9056;
  padding: 16px 104px 16px 112px;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  background: #C02222;
}
@media (max-width: 1020px) {
  main .qadetail .collapse > strong,
  main .qadetail .collapse > h3 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
    padding: 12px 48px;
  }
}
main .qadetail .collapse > strong img,
main .qadetail .collapse > h3 img {
  display: block;
  width: 80px;
  position: absolute;
  left: 32px;
  bottom: 12px;
}
@media (max-width: 1020px) {
  main .qadetail .collapse > strong img,
  main .qadetail .collapse > h3 img {
    left: 8px;
    bottom: auto;
    top: -8px;
    width: 40px;
  }
}
main .qadetail .collapse > strong i,
main .qadetail .collapse > h3 i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/qa-arrow-icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1020px) {
  main .qadetail .collapse > strong i,
  main .qadetail .collapse > h3 i {
    width: 24px;
    height: 24px;
    right: 16px;
  }
}
main .qadetail .collapse > strong.active i,
main .qadetail .collapse > h3.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .qadetail .collapse > div {
  display: none;
  padding: 24px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #BB9056;
  border-top: 0;
  background: #A41B14;
  max-width: 1064px;
  margin: 0 auto;
  line-height: 30px;
  color: #E2DBD3;
}
@media (max-width: 1020px) {
  main .qadetail .collapse > div {
    line-height: 25px;
    max-width: 312px;
    padding: 36px 16px 16px 16px;
    margin-top: -20px;
  }
}
main .qadetail .collapse > div h5 {
  display: block;
  border-radius: 8px;
  background: #E8B167;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #C02222;
}
@media (max-width: 1020px) {
  main .qadetail .collapse > div h5 {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
main .qadetail .collapse > div .txt {
  padding: 12px 24px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 1020px) {
  main .qadetail .collapse > div .txt {
    padding: 8px 16px;
  }
}
main .qadetail .collapse > div .txt b {
  background: #C02222;
  color: #FFEB89;
}
main .qadetail .collapse > div .txt ol li {
  list-style: decimal;
  margin-left: 20px;
}
main .qadetail .collapse > div .txt ol li ul li {
  list-style: lower-alpha;
  margin-left: 20px;
}
main .qadetail .collapse > div .txt ul li {
  list-style: disc;
  margin-left: 20px;
}
main .qadetail .collapse > div .txt a {
  text-decoration: underline;
  color: #fff;
}
main .qadetail .collapse > div .txt a:hover {
  text-decoration: none;
}

#footer {
  background: #111;
}

.slick-arrow {
  position: absolute;
  left: 20px;
  top: 40%;
  width: 32px;
  height: 32px;
  background: url(../images/iconbutton.png) no-repeat;
  background-size: 100% 100%;
  text-indent: -999999px;
  z-index: 1;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-arrow.slick-next {
  left: auto;
  right: 20px;
}
.slick-arrow.slick-disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 12px;
  border: 1px solid #FFF;
  background: #A41B14;
  width: 18px;
  height: 10px;
  margin: 0 6px;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #FFEB89;
}
.slick-dots li button {
  display: none;
}

@-webkit-keyframes clockwise-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes clockwise-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes counter-clockwise-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    /* 使用負值實現逆時鐘旋轉 */
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes counter-clockwise-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    /* 使用負值實現逆時鐘旋轉 */
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes kvPopOnce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kvPopOnce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes kvPopLoop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kvPopLoop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes gallop {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 起點與終點 */
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); /* 跳躍最高點 */
  }
}
@keyframes gallop {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 起點與終點 */
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); /* 跳躍最高點 */
  }
}
@-webkit-keyframes fade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
}