@charset "UTF-8";
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; }

.fc_white {
  color: #FFF; }

.clearfix {
  display: block;
  clear: both; }

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; }

.br_style {
  display: none; }
  @media all and (max-width: 1279px) {
    .br_style {
      display: block; } }

.txt-algin {
  text-align: center; }

.txt-mid {
  vertical-align: middle; }

ol.disc {
  padding-left: 1.5em; }
  ol.disc > li {
    list-style: disc; }

ol.decimal {
  padding-left: 1.3em; }
  ol.decimal > li {
    list-style: decimal; }

ol.square {
  margin-left: 1em; }
  ol.square > li {
    list-style: square; }

ol.decimal1em {
  margin-left: 1em; }
  ol.decimal1em > li {
    list-style: decimal; }

ol.decimal-arc {
  counter-reset: counter;
  position: relative;
  padding-left: 1.3em; }
  ol.decimal-arc > li:before {
    counter-increment: counter;
    content: "(" counter(counter) ")";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    text-indent: -2em;
    text-align: right;
    margin-left: -0.2em; }
  ol.decimal-arc > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-indent: -1em;
    padding-left: 1em; }

ol.lower-alpha {
  padding-left: 1.2em; }
  ol.lower-alpha > li {
    list-style: lower-alpha; }

ol.cjk-ideographic {
  margin-left: 2em; }
  ol.cjk-ideographic > li {
    list-style: cjk-ideographic; }

ol.comment {
  padding-left: 1.8em;
  counter-reset: my-awesome-counter; }
  ol.comment > li {
    counter-increment: my-awesome-counter;
    list-style: none !important;
    position: relative;
    list-style: none;
    text-align: justify;
    text-justify: inter-ideograph; }
    ol.comment > li::before {
      content: "(" counter(my-awesome-counter) ")";
      position: absolute;
      left: -1.9em; }

@media (max-width: 768px) {
  .main .main-wrapper {
    width: 100%; } }

#header {
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 1020px) {
    #header {
      height: 72px; }
      #header.active {
        border-color: #fff; } }
  #header .wrapper {
    max-width: 1440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 0 20px;
    margin: 0 auto; }
    @media (max-width: 1020px) {
      #header .wrapper {
        padding: 0;
        max-width: none; } }
    #header .wrapper__logo {
      text-align: center; }
      @media (max-width: 1020px) {
        #header .wrapper__logo {
          margin: 0 auto; } }
      #header .wrapper__logo a {
        display: inline-block; }
        #header .wrapper__logo a img {
          height: 32px; }
          @media (max-width: 1020px) {
            #header .wrapper__logo a img {
              max-width: 118px;
              height: 27px; } }
    #header .wrapper__menu {
      display: none; }
      @media (max-width: 1020px) {
        #header .wrapper__menu {
          display: block;
          width: 24px;
          margin: 8px;
          background: url("../images/menu-close.png") center no-repeat;
          background-size: 0 0;
          cursor: pointer;
          position: absolute;
          left: 0; }
          #header .wrapper__menu.active {
            background: url("../images/menu-close.png") center no-repeat;
            background-size: 100% 100%; }
            #header .wrapper__menu.active img {
              opacity: 0; }
            #header .wrapper__menu.active + nav ul {
              height: 100svh; } }
      #header .wrapper__menu img {
        display: block;
        width: 100%; }
    #header .wrapper__nav {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 1020px) {
        #header .wrapper__nav {
          width: 100%;
          position: absolute;
          top: 72px;
          left: 0;
          display: none; } }
      #header .wrapper__nav.active {
        display: block; }
      #header .wrapper__nav li {
        display: inline-block;
        vertical-align: top; }
        @media (max-width: 1020px) {
          #header .wrapper__nav li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            background: #ceb071;
            border-bottom: 1px solid #fff; } }
        #header .wrapper__nav li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 16px;
          font-weight: 500;
          padding: 8px 20px;
          color: #fff;
          text-decoration: none;
          position: relative; }
          @media (max-width: 1020px) {
            #header .wrapper__nav li a {
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              width: 100%;
              padding: 24px 0; } }
          #header .wrapper__nav li a:before {
            content: "";
            opacity: 0;
            position: absolute;
            bottom: -3px;
            height: 2px;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            width: 63%;
            background: #fff; }
            @media (max-width: 1020px) {
              #header .wrapper__nav li a:before {
                display: none; } }
          #header .wrapper__nav li a:hover:before {
            opacity: 1; }

.side {
  position: fixed;
  z-index: 999;
  margin: auto;
  top: 0;
  right: 10px;
  width: 80px;
  height: 160px;
  bottom: -1px; }
  .side .web_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media all and (max-width: 1280px) {
      .side .web_view {
        display: none; } }
  .side .mob_view {
    display: none; }
    @media all and (max-width: 1280px) {
      .side .mob_view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .side a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #af955f;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
    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-bottom: 20px; }
    .side a p {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.1em; }
    .side a:first-child {
      background: #68492d; }
    .side a:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .side a img {
      width: 15px;
      height: 15px;
      position: relative;
      left: 10px;
      -webkit-animation: bounce2 2s infinite;
      animation: bounce2 2s infinite; }
    .side a p {
      font-weight: 500;
      font-size: 14px;
      line-height: 18px; }
  .side img {
    width: 100%; }
  @media all and (max-width: 1280px) {
    .side {
      top: unset;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 0px;
      height: 50px;
      right: 0; }
      .side a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 49%;
        right: 0;
        height: auto;
        margin-bottom: 0;
        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;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px; }
        .side a img {
          top: unset;
          left: 15px; } }

.footer-bg {
  position: relative;
  z-index: 1; }
  @media all and (max-width: 1280px) {
    .footer-bg {
      padding-bottom: 50px; } }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 20;
  font-family: "Microsoft JhengHei";
  background-color: #000; }
  footer .selection1 {
    color: #fff;
    text-align: center;
    padding: 15px;
    width: 100%;
    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; }
    footer .selection1 a {
      color: #fff; }
      footer .selection1 a:hover {
        text-decoration: underline; }
    footer .selection1 img.copyRight {
      width: 12px;
      margin-right: 10px;
      height: 12px; }
    footer .selection1 .logo {
      margin: 0 10px;
      margin-left: 15px;
      width: 22px;
      height: 22px; }
      footer .selection1 .logo img {
        width: 22px;
        height: 22px; }
    footer .selection1 p {
      color: #fff !important;
      display: inline-block; }
  footer .selection2 {
    width: 20%;
    padding: 15px; }
    footer .selection2 .logo {
      width: 113px;
      height: 30px; }

#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;
          width: 16px; }
      @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%);
    -ms-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);
        -ms-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; }

@-webkit-keyframes down {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  20% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  40% {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes down {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  20% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  40% {
    -webkit-transform: translate(0);
    transform: translate(0); } }

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  background: #ffffff;
  inset: 0; }

.loader {
  position: fixed;
  z-index: 1003;
  top: 50%;
  margin-top: -115px;
  left: 50%;
  margin-left: -86.5px; }

.dawho-logo {
  width: 173px;
  height: 177px; }
  .dawho-logo img {
    width: 173px;
    height: 177px; }

.loading {
  position: relative;
  margin-top: -60px; }
  .loading img {
    width: 173px;
    height: 173px; }

.sinopac-logo {
  width: 173px;
  margin-bottom: 20px; }
  .sinopac-logo img {
    width: 100%; }

.loading {
  position: relative;
  margin-top: -60px; }
  .loading img {
    width: 173px;
    height: 173px; }

.lightbox {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(1, 0, 0, 0.6);
  z-index: -1;
  display: none;
  opacity: 0;
  text-align: center;
  letter-spacing: normal; }
  .lightbox--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
    z-index: 10; }
  .lightbox__box {
    position: relative;
    max-width: 676px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    margin: 10px auto;
    background: #FFF;
    border: #fee1a8 5px solid;
    padding: 1.875em 3.75em;
    border-radius: 2.5em;
    max-height: 120vh; }
    .lightbox--active .lightbox__box {
      -webkit-animation: fadeIn 0.35s;
      animation: fadeIn 0.35s; }
  .lightbox__title {
    font-size: 40px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    padding-bottom: 24px;
    color: #000; }
  .lightbox__desc {
    font-size: 20px;
    text-align: left;
    line-height: 1.5;
    color: #000;
    font-family: "Noto Sans TC"; }
    .lightbox__desc-center {
      text-align: center; }
    .lightbox__desc + .lightbox__desc {
      margin-top: 24px; }
  .lightbox__btnblock {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 28px; }
  .lightbox__btn {
    display: inline-block;
    border: 3px solid #CD9B1D;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    padding: 10px 24px;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 10px;
    text-wrap: nowrap;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    background-color: #666666;
    font-weight: 500; }
    .lightbox__btn:hover {
      background-color: #db9415; }
  @media all and (max-width: 768px) {
    .lightbox__box {
      padding: 5.20833vw; }
    .lightbox__title {
      font-size: 5.98958vw;
      padding-bottom: 5.72917vw; }
    .lightbox__desc {
      font-size: 3.64583vw; }
      .lightbox__desc + .lightbox__desc {
        margin-top: 5.20833vw; }
    .lightbox__btnblock {
      margin-top: 5.20833vw;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 46.875vw;
      margin: 5.20833vw auto auto auto; }
    .lightbox__btn {
      width: 100%;
      font-size: 4.42708vw;
      min-width: 23.4375vw;
      margin: 1.30208vw;
      padding: 2.08333vw 2.08333vw; } }
  @media (max-width: 390px) {
    .lightbox__btn {
      padding: 2.60417vw 2.60417vw; }
    .lightbox__desc {
      font-size: 3.90625vw; } }

body {
  font-family: "Rubik", "Noto Sans TC", sans-serif;
  padding: 80px 0 0 0;
  color: #fff;
  overflow: hidden;
  overflow-y: auto;
  background: #131313;
  -webkit-text-size-adjust: 100%; }
  @media all and (max-width: 1279px) {
    body {
      padding: 20px 0 0 0; } }

.animate-on-scroll {
  opacity: 0; }
  .animate-on-scroll.animate__animated {
    opacity: 1; }

.h2title {
  text-align: center;
  margin: 0 auto 40px auto;
  position: relative;
  z-index: 1; }
  .h2title img {
    display: inline-block;
    height: 36px; }
    @media all and (max-width: 1279px) {
      .h2title img {
        height: auto;
        max-width: 320px;
        padding: 0 10px;
        display: none; } }
    .h2title img + img {
      display: none; }
      @media all and (max-width: 1279px) {
        .h2title img + img {
          display: block;
          margin: auto; } }

.txt-title {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  z-index: -999; }

.kv {
  width: 100%;
  height: 690px;
  background: url(../images/kv-bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 185px; }
  @media all and (max-width: 1279px) {
    .kv {
      height: 700px;
      max-width: 450px;
      margin: 0 auto;
      background: url(../images/kv-bg-m.jpg) center center no-repeat;
      background-size: 100% auto;
      padding-top: 90px; } }
  .kv__scroll {
    display: block;
    position: absolute;
    width: 42px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    -webkit-animation: down 1.5s infinite;
    animation: down 1.5s infinite; }
    .kv__scroll img {
      display: block;
      width: 100%; }
    @media all and (max-width: 1279px) {
      .kv__scroll {
        display: none; } }
  .kv__car {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(../images/kv-car.png) center no-repeat;
    background-size: cover; }
    @media all and (max-width: 1279px) {
      .kv__car {
        background: url(../images/kv-car-m.png) center no-repeat;
        background-size: 100% auto;
        top: 37px; } }
    @media (max-width: 390px) {
      .kv__car {
        top: 1.8em; } }
  .kv__box {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px; }
  @media all and (max-width: 1279px) {
    .kv__title {
      max-width: 375px; } }
  .kv__title h1 {
    margin: 0 auto 10px; }
    .kv__title h1 img + img {
      display: none; }
    @media all and (max-width: 1279px) {
      .kv__title h1 img {
        display: none; }
        .kv__title h1 img + img {
          display: block; } }
  .kv__right {
    max-width: 600px;
    width: 100%;
    float: right;
    position: relative;
    z-index: 2; }
    @media all and (max-width: 1279px) {
      .kv__right {
        max-width: 320px;
        float: none;
        margin: 320px auto 0; } }
    .kv__right h2 {
      margin: 0 auto 20px auto; }
      @media all and (max-width: 1279px) {
        .kv__right h2 {
          width: 80%; } }
      .kv__right h2 img + img {
        display: none; }
      @media all and (max-width: 1279px) {
        .kv__right h2 img {
          display: none; }
          .kv__right h2 img + img {
            display: block; } }
    .kv__right small {
      display: block;
      margin: 0 auto 8px auto;
      width: 60%; }
      @media all and (max-width: 1279px) {
        .kv__right small {
          width: 80%; } }
    .kv__right h3 {
      width: 94%;
      margin: 0 auto; }
      @media all and (max-width: 1279px) {
        .kv__right h3 {
          width: 100%; } }
  .kv__black1 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: url(../images/black-1.png) center no-repeat;
    background-size: cover; }
    @media all and (max-width: 1279px) {
      .kv__black1 {
        background: url(../images/black-1-m.png) left top no-repeat;
        background-size: 90% auto;
        left: -1px; } }
  .kv__black2 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 0;
    background: url(../images/black-2.png) center no-repeat;
    background-size: cover; }
    @media all and (max-width: 1279px) {
      .kv__black2 {
        background: url(../images/black-2-m.png) right bottom no-repeat;
        background-size: 100% auto;
        left: -1px;
        top: 1px;
        width: 101%; } }
  .kv img {
    display: block;
    width: 100%; }

.sec2 {
  position: relative; }
  .sec2__wrapper1 {
    width: 100%;
    height: 0;
    background: url(../images/red-box-bg1.png) top no-repeat;
    background-size: auto 840px;
    position: absolute;
    left: 0;
    top: 500px;
    z-index: 1;
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out; }
    .sec2__wrapper1.animate__animated {
      height: 840px; }
    @media all and (max-width: 1279px) {
      .sec2__wrapper1 {
        background: url(../images/red-box-bg1-m.png) top right no-repeat;
        background-size: auto 120px;
        top: 1040px;
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out; }
        .sec2__wrapper1.animate__animated {
          height: 120px; } }
  .sec2__wrapper2 {
    width: 100%;
    height: 0;
    background: url(../images/red-box-bg2.png) top no-repeat;
    background-size: auto 1052px;
    position: absolute;
    left: 0;
    top: 1480px;
    z-index: 1;
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out; }
    .sec2__wrapper2.animate__animated {
      height: 1052px; }
    @media all and (max-width: 1279px) {
      .sec2__wrapper2 {
        background: url(../images/red-box-bg2-m.png) top right no-repeat;
        background-size: 100% 193px;
        top: 2730px;
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out; }
        .sec2__wrapper2.animate__animated {
          height: 193px; } }
  .sec2__wrapper3 {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out; }
    @media all and (max-width: 1279px) {
      .sec2__wrapper3 {
        background: url(../images/red-box-bg3-m.png) top right no-repeat;
        background-size: 100% 193px;
        top: 3980px;
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out; }
        .sec2__wrapper3.animate__animated {
          height: 193px; } }
  .sec2__task {
    padding: 80px 0 60px 0;
    background: url(../images/bg1.jpg) center no-repeat;
    background-size: cover;
    position: relative; }
    @media all and (max-width: 1279px) {
      .sec2__task {
        padding: 100px 0 120px;
        margin-top: 20px;
        background: none; } }
    .sec2__task:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(4.81%, rgba(19, 19, 19, 0.95)), color-stop(49.52%, rgba(19, 19, 19, 0.85)), to(rgba(19, 19, 19, 0.95)));
      background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0.95) 4.81%, rgba(19, 19, 19, 0.85) 49.52%, rgba(19, 19, 19, 0.95) 100%);
      background: -o-linear-gradient(top, rgba(19, 19, 19, 0.95) 4.81%, rgba(19, 19, 19, 0.85) 49.52%, rgba(19, 19, 19, 0.95) 100%);
      background: linear-gradient(180deg, rgba(19, 19, 19, 0.95) 4.81%, rgba(19, 19, 19, 0.85) 49.52%, rgba(19, 19, 19, 0.95) 100%); }
    .sec2__task > div {
      text-align: center;
      position: relative;
      z-index: 1; }
      .sec2__task > div > small {
        display: block;
        font-size: 18px;
        line-height: 25px;
        font-weight: 500;
        margin-bottom: 5px; }
        @media all and (max-width: 1279px) {
          .sec2__task > div > small {
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 21px; } }
      .sec2__task > div > strong {
        display: block;
        font-size: 24px;
        line-height: 24px;
        font-weight: 700; }
        @media all and (max-width: 1279px) {
          .sec2__task > div > strong {
            font-size: 20px;
            line-height: 29px; } }
        .sec2__task > div > strong img {
          display: inline-block;
          vertical-align: bottom;
          width: 91px;
          margin: 0 6px; }
          @media all and (max-width: 1279px) {
            .sec2__task > div > strong img {
              width: 80px; } }
        .sec2__task > div > strong br {
          display: none; }
          @media all and (max-width: 1279px) {
            .sec2__task > div > strong br {
              display: block; } }
      .sec2__task > div > ul {
        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: 39px auto 0 auto; }
        @media all and (max-width: 1279px) {
          .sec2__task > div > ul {
            display: block;
            margin-top: 40px; } }
        .sec2__task > div > ul li {
          width: 439px;
          height: 179px;
          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 20px;
          font-size: 20px;
          line-height: 32px;
          font-weight: 800;
          background: url(../images/silver-card.png) no-repeat;
          background-size: 100% 100%;
          position: relative; }
          @media all and (max-width: 1279px) {
            .sec2__task > div > ul li {
              width: 320px;
              height: 130px;
              margin: 0 auto 20px auto;
              font-size: 16px;
              line-height: 25px; } }
          .sec2__task > div > ul li a {
            display: block;
            color: #fff;
            margin-top: 10px;
            line-height: 1.5; }
            .sec2__task > div > ul li a i {
              display: inline-block;
              margin: 0 8px;
              font-size: 30px;
              background: var(--Linear, linear-gradient(144deg, #ffbf46 15.17%, #ffce4c 29.35%, #ffcd81 45.78%, #db9415 69.67%, #fee1a8 82.36%, #ffc975 86.09%));
              background-clip: text;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
              @media all and (max-width: 1279px) {
                .sec2__task > div > ul li a i {
                  font-size: 24px;
                  line-height: 25px; } }
              .sec2__task > div > ul li a i small {
                display: block;
                font-size: 16px; }
            .sec2__task > div > ul li a > img {
              display: block;
              width: 163px;
              position: absolute;
              right: 0;
              bottom: -27px; }
              @media all and (max-width: 1279px) {
                .sec2__task > div > ul li a > img {
                  right: -50px;
                  bottom: -50px; } }
      .sec2__task > div .buttons {
        margin: 40px auto 0 auto; }
        @media all and (max-width: 1279px) {
          .sec2__task > div .buttons {
            margin-top: 50px; } }
        .sec2__task > div .buttons br {
          display: none; }
          @media all and (max-width: 1279px) {
            .sec2__task > div .buttons br {
              display: block; } }
        .sec2__task > div .buttons a {
          display: inline-block;
          vertical-align: middle;
          margin: 0 20px;
          width: 225px;
          height: 110px; }
          @media all and (max-width: 1279px) {
            .sec2__task > div .buttons a {
              margin: 5px 20px; } }
          .sec2__task > div .buttons a img {
            display: block;
            width: 100%;
            margin-top: 9.89px; }
          .sec2__task > div .buttons a:nth-of-type(3) img {
            margin-top: 14px; }
          .sec2__task > div .buttons a:hover img {
            opacity: 0; }
          .sec2__task > div .buttons a:hover:nth-of-type(1) {
            background: url(../images/btn1-hover.png) bottom no-repeat;
            background-size: 100% auto; }
          .sec2__task > div .buttons a:hover:nth-of-type(2) {
            background: url(../images/btn2-hover.png) bottom no-repeat;
            background-size: 100% auto; }
          .sec2__task > div .buttons a:hover:nth-of-type(3) {
            background: url(../images/btn3-hover.png) bottom no-repeat;
            background-size: 100% auto; }
  .sec2__login {
    background: url(../images/bg2.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 1px; }
    .sec2__login:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(4.81%, rgba(19, 19, 19, 0.95)), color-stop(49.52%, rgba(19, 19, 19, 0.85)), to(rgba(19, 19, 19, 0.95)));
      background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0.95) 4.81%, rgba(19, 19, 19, 0.85) 49.52%, rgba(19, 19, 19, 0.95) 100%);
      background: -o-linear-gradient(top, rgba(19, 19, 19, 0.95) 4.81%, rgba(19, 19, 19, 0.85) 49.52%, rgba(19, 19, 19, 0.95) 100%);
      background: linear-gradient(180deg, rgba(19, 19, 19, 0.95) 4.81%, rgba(19, 19, 19, 0.85) 49.52%, rgba(19, 19, 19, 0.95) 100%); }
  .sec2__box {
    margin: 30px auto 70px;
    padding: 50px 55px;
    background: url(../images/form-bg.png) no-repeat;
    background-size: 100% 100%;
    max-width: 965px;
    position: relative;
    z-index: 2; }
    @media all and (max-width: 1279px) {
      .sec2__box {
        margin: 120px auto 135px auto;
        padding: 60px 0;
        max-width: 400px;
        background: url(../images/form-bg-m.png) no-repeat;
        background-size: 100% 100%; } }
  .sec2__form {
    margin: 0 20px; }
    .sec2__form label {
      font-size: 14px;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 28px auto 0; }
      @media all and (max-width: 1279px) {
        .sec2__form label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          line-height: 1.5;
          margin: 12px auto 0; } }
      .sec2__form label:last-of-type {
        display: block;
        color: #fff;
        line-height: 1.5;
        font-weight: 400;
        position: relative;
        margin: 28px auto 0 auto;
        padding-top: 28px;
        border-top: 1px solid #c2c2c2;
        padding-left: 28px;
        cursor: pointer; }
        @media all and (max-width: 1279px) {
          .sec2__form label:last-of-type {
            font-size: 12px;
            line-height: 19px;
            margin: 20px auto 0;
            padding-top: 20px;
            padding-left: 20px; } }
        .sec2__form label:last-of-type a {
          color: #fff;
          text-decoration: underline; }
          .sec2__form label:last-of-type a:hover {
            text-decoration: none; }
        .sec2__form label:last-of-type span {
          display: inline-block;
          max-width: unset;
          padding-left: 10px; }
        .sec2__form label:last-of-type > input {
          display: none; }
          .sec2__form label:last-of-type > input:checked + i {
            background: url(../images/check-box-checked.png) no-repeat;
            background-size: 100% 100%; }
        .sec2__form label:last-of-type > i {
          display: block;
          width: 26px;
          height: 26px;
          position: absolute;
          left: 0;
          top: 28px;
          background: url(../images/check-box.png) no-repeat;
          background-size: 100% 100%; }
          @media all and (max-width: 1279px) {
            .sec2__form label:last-of-type > i {
              top: 20px; } }
    .sec2__form span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      max-width: 110px;
      width: 100%; }
      @media all and (max-width: 1279px) {
        .sec2__form span {
          width: 100%;
          max-width: unset;
          margin-bottom: 4px; } }
      .sec2__form span i {
        font-style: normal;
        color: #c12d2d;
        display: inline-block;
        margin-left: 4px; }
    .sec2__form input[type="text"] {
      border-radius: 8px;
      border: 1px solid #000;
      background: #fff;
      color: #000;
      font-weight: 500;
      padding: 0 20px;
      height: 48px;
      width: 100%;
      margin-left: 20px; }
      @media all and (max-width: 1279px) {
        .sec2__form input[type="text"] {
          height: 38px;
          padding: 0 12px;
          margin: auto;
          font-size: 14px; } }
      .sec2__form input[type="text"].sm {
        width: 64%; }
        @media all and (max-width: 1279px) {
          .sec2__form input[type="text"].sm {
            width: 100%;
            display: inline-block;
            vertical-align: middle; } }
    .sec2__form > img {
      display: block;
      width: 120px;
      margin: 0 8px; }
      @media all and (max-width: 1279px) {
        .sec2__form > img {
          width: 72px;
          display: inline-block; } }
    .sec2__form .number {
      margin: 0 8px; }
    .sec2__form .reload {
      width: 26px;
      height: 26px;
      display: inline-block;
      background: url(../images/reload-icon.png) no-repeat;
      background-size: 100% 100%; }
      @media all and (max-width: 1279px) {
        .sec2__form .reload {
          width: 30px;
          height: 30px; } }
    .sec2__form .button-btn {
      display: block;
      margin: 28px auto 0 auto;
      background: url(../images/submit.png) no-repeat;
      background-size: 100% 100%;
      width: 200px;
      height: 54px;
      text-indent: -9999999px;
      cursor: pointer; }
      @media all and (max-width: 1279px) {
        .sec2__form .button-btn {
          margin-top: 40px; } }
      .sec2__form .button-btn:hover {
        background: url(../images/submit-hover.png) no-repeat;
        background-size: 100% 100%; }
    .sec2__form .box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media all and (max-width: 1279px) {
        .sec2__form .box {
          margin-top: 8px; } }
  .sec2__gift {
    text-align: center;
    margin: 0 auto 28px auto;
    background: url(../images/form-line.png) center no-repeat;
    background-size: 68px auto; }
    @media all and (max-width: 1279px) {
      .sec2__gift {
        margin: 0 auto 40px auto;
        background: none; } }
    .sec2__gift img {
      display: inline-block;
      vertical-align: top;
      max-width: 285px;
      margin: 0 50px; }
      @media all and (max-width: 1279px) {
        .sec2__gift img {
          display: block;
          margin: 20px auto; } }
  .sec2__desc {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 0 auto 40px; }
    @media all and (max-width: 1279px) {
      .sec2__desc {
        font-size: 14px;
        line-height: 21px;
        margin: 0 20px 22px; } }
  .sec2__download {
    padding: 75px 0 60px 0;
    position: relative;
    z-index: 2; }
    @media all and (max-width: 1279px) {
      .sec2__download {
        padding: 135px 0 230px 0; } }
    .sec2__download ul {
      text-align: center; }
      .sec2__download ul li {
        display: inline-block;
        vertical-align: top;
        width: 305px;
        height: 559px;
        margin: 0 30px;
        position: relative;
        padding-top: 345px; }
        @media all and (max-width: 1279px) {
          .sec2__download ul li {
            display: block;
            width: 251px;
            height: 440px;
            margin: 40px auto;
            padding-top: 270px; } }
        .sec2__download ul li:nth-of-type(1) {
          background: url(../images/qrcode-card1.png) no-repeat;
          background-size: 100% 100%; }
        .sec2__download ul li:nth-of-type(2) {
          background: url(../images/qrcode-card2.png) no-repeat;
          background-size: 100% 100%; }
        .sec2__download ul li a {
          display: block;
          width: calc(100% - 80px);
          margin: 12px auto; }
          @media all and (max-width: 1279px) {
            .sec2__download ul li a {
              margin: 10px auto; } }
          .sec2__download ul li a img {
            display: block;
            width: 100%; }
          .sec2__download ul li a:hover img {
            opacity: 0; }
          .sec2__download ul li a:hover:nth-of-type(1) {
            background: url(../images/apple-download-hover.png) no-repeat;
            background-size: 100% 100%; }
          .sec2__download ul li a:hover:nth-of-type(2) {
            background: url(../images/google-download-hover.png) no-repeat;
            background-size: 100% 100%; }

.collapse {
  background: #000;
  position: relative; }
  .collapse__link {
    color: #CEB071;
    text-decoration: underline; }
  .collapse:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/collapse-bg.png) top repeat-y;
    background-size: 100% auto;
    opacity: 0.15; }
  .collapse > img {
    display: block;
    width: 100%;
    height: 81px;
    position: relative;
    z-index: 1; }
    @media all and (max-width: 1279px) {
      .collapse > img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top; } }
    .collapse > img.top {
      margin: 0 auto 60px auto; }
      @media all and (max-width: 1279px) {
        .collapse > img.top {
          margin-bottom: 50px; } }
    .collapse > img.down {
      margin: 120px auto 0 auto; }
      @media all and (max-width: 1279px) {
        .collapse > img.down {
          margin-top: 0; } }
  .collapse__container {
    max-width: 885px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    .collapse__container h3 {
      display: block;
      height: 58px;
      background: url(../images/collapse-btn-bg.png) no-repeat;
      background-size: 100% 100%;
      position: relative;
      cursor: pointer; }
      @media all and (max-width: 1279px) {
        .collapse__container h3 {
          background: url(../images/collapse-btn-bg-m.png) no-repeat;
          background-size: 100% 100%; } }
      .collapse__container h3 img {
        display: block;
        position: absolute;
        width: 224px;
        height: 28px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
        @media all and (max-width: 1279px) {
          .collapse__container h3 img {
            width: 176px;
            height: 22px; } }
      .collapse__container h3 i {
        display: block;
        position: absolute;
        right: 28px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 28px;
        height: 28px;
        background: url(../images/plus-icon.png) no-repeat;
        background-size: 100% 100%; }
        @media all and (max-width: 768px) {
          .collapse__container h3 i {
            right: 1.2em; } }
      .collapse__container h3.active i {
        background: url(../images/minus-icon.png) no-repeat;
        background-size: 100% 100%; }
  .collapse__txt {
    background: #7b7b7b;
    border-radius: 0 0 8px 8px;
    border: 4px solid #c2c2c2;
    border-top: 0;
    width: calc(100% - 20px);
    margin-left: 3px;
    display: none; }
    @media all and (max-width: 1279px) {
      .collapse__txt {
        margin-left: 2px;
        width: 97%; } }
  .collapse__title {
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    color: #e6e6e6;
    line-height: 1.5;
    text-align: justify;
    overflow: hidden; }
    @media all and (max-width: 1279px) {
      .collapse__title {
        padding: 12px 20px;
        font-size: 12px; } }
    .collapse__title h4 {
      display: block;
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      position: relative;
      cursor: pointer; }
      @media all and (max-width: 1279px) {
        .collapse__title h4 {
          font-size: 16px; } }
      .collapse__title h4 i {
        display: block;
        width: 24px;
        height: 24px;
        background: url(../images/icon-more.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .collapse__title h4.active i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .collapse__info {
    display: none;
    margin: 22px auto 0 auto; }
    @media all and (max-width: 1279px) {
      .collapse__info {
        margin-top: 12px;
        font-size: 14px; } }
    .collapse__info .mark {
      color: #CEB071;
      text-decoration: underline; }
  .collapse__box {
    overflow: auto;
    width: 100%; }
    .collapse__box table {
      margin: 8px 0;
      border-collapse: collapse;
      width: 100%; }
      @media all and (max-width: 1279px) {
        .collapse__box table {
          min-width: 732px !important; } }
      .collapse__box table th, .collapse__box table td {
        border: 1px solid #000;
        padding: 4px 8px;
        text-align: center; }
      .collapse__box table th {
        background-color: #000; }
  .collapse__indent {
    padding-left: 2em; }
