@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; }

.pl-0 {
  padding-left: 0 !important; }

a,
a:hover,
a:active,
a:focus {
  text-decoration: none; }

.desktop {
  display: block !important; }
  @media all and (max-width: 1279px) {
    .desktop {
      display: none !important; } }

.mobile {
  display: none !important; }
  @media all and (max-width: 1279px) {
    .mobile {
      display: block !important; } }

.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;
  color: #111; }

.main-wrapper {
  position: relative;
  max-width: 100%;
  width: 1200px;
  margin: auto;
  z-index: 5; }

.main {
  position: relative;
  margin: auto; }

img {
  width: 100%; }

@media (max-width: 768px) {
  .main .main-wrapper {
    width: 100%; } }

.header {
  width: 100%;
  background-color: #fff;
  padding: 9px 0px;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  border-bottom: 2px solid #F2BC62;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.menu {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header-logo {
  max-width: 137px;
  width: 100%;
  display: inline-block; }

.menu_inner {
  max-width: calc(100% - 137px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .menu_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .menu_inner li {
    padding: 0 1.25rem; }
    .menu_inner li:last-child {
      padding-right: 0; }
      .menu_inner li:last-child .header-sec-link {
        background-color: #C29F56;
        color: #fff;
        padding: 0.5rem 1.25rem;
        border-radius: 40px;
        font-size: 1.125rem;
        line-height: 28px;
        font-weight: 700;
        letter-spacing: 0.36px;
        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;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        max-width: 142px; }
        .menu_inner li:last-child .header-sec-link::after {
          content: '';
          position: relative;
          top: auto;
          background-image: url(../images/icon-arrow.svg);
          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          padding-left: 8px; }
        .menu_inner li:last-child .header-sec-link:hover {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
          .menu_inner li:last-child .header-sec-link:hover:after {
            width: 20px; }
    .menu_inner li .header-sec-link {
      color: #000000;
      font-size: 1rem;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 0.32px;
      position: relative;
      background-color: transparent; }
      .menu_inner li .header-sec-link::after {
        content: "";
        position: absolute;
        top: calc(100% + 2px);
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        width: 0px;
        height: 2px;
        background-color: #c29f56; }
      .menu_inner li .header-sec-link:hover::after {
        width: 32px; }

.header-toggle {
  display: none; }

@media all and (max-width: 1279px) {
  .header {
    width: 100%;
    padding: 12px 20px; } }

@media all and (max-width: 768px) {
  .header {
    padding: 14px 0px; }
    .header:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 0vh;
      top: 210px;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6); }
    .header.active::before {
      height: 100vh; }
    .header.active .menu_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .header-toggle {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0.625rem;
    position: absolute;
    top: 5px;
    left: 0;
    margin: auto;
    z-index: 5; }
  .menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2; }
    .menu_inner {
      max-width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: none; }
      .menu_inner ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 10px 0;
        background-color: #fff; }
      .menu_inner li {
        width: 100%;
        padding: 10px 0;
        display: inline-block; }
      .menu_inner .header-sec-link {
        width: 100%;
        text-align: center;
        display: block;
        margin: auto;
        padding: 0.5rem 1.25rem; } }

.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;
          letter-spacing: 0; }
          #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 cloudx {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }

@keyframes cloudx {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }

@-webkit-keyframes twinkle {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes twinkle {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@-webkit-keyframes moverx {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); } }

@keyframes moverx {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); } }

@-webkit-keyframes tigerRun {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); } }

@keyframes tigerRun {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); } }

.img-run-tiger {
  -webkit-animation: tigerRun 2s ease-in-out infinite;
  animation: tigerRun 2s ease-in-out infinite; }

@-webkit-keyframes shine {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); } }

@keyframes shine {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); } }

.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;
  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: 500px;
    -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;
    padding: 1.875em 3.75em;
    border-radius: 1.25rem;
    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: 5;
    color: #000; }
    .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;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #212121), color-stop(82.75%, #534633));
    background: -webkit-linear-gradient(top, #212121 25%, #534633 82.75%);
    background: -o-linear-gradient(top, #212121 25%, #534633 82.75%);
    background: linear-gradient(180deg, #212121 25%, #534633 82.75%);
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    padding: 10px 24px;
    border-radius: 60px;
    width: 174px;
    cursor: pointer;
    margin: 0 10px; }
    .lightbox__btn:hover {
      background: #c29f56;
      border-color: #666; }
  @media all and (max-width: 768px) {
    .lightbox__box {
      padding: 5.20833vw;
      max-width: 700px; }
    .lightbox__title {
      font-size: 6.51042vw;
      padding-bottom: 5.72917vw; }
    .lightbox__desc {
      font-size: 5.20833vw;
      width: 100%;
      line-height: 1.5; }
      .lightbox__desc + .lightbox__desc {
        margin-top: 4.94792vw; }
    .lightbox__btnblock {
      margin-top: 5.20833vw;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .lightbox__btn {
      font-size: 4.6875vw;
      max-width: 26.04167vw;
      margin: 1.95313vw;
      width: 180px;
      padding: 3.25521vw 2.60417vw; } }
  @media (max-width: 375px) {
    .lightbox__btnblock {
      max-width: 200px;
      margin: 5.20833vw auto auto auto; }
    .lightbox__btn {
      padding: 2.60417vw 2.60417vw; }
    .lightbox__desc {
      font-size: 3.90625vw; } }

.btn-lightbox {
  cursor: pointer; }

#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; }

.main-content {
  padding-top: 64px;
  overflow: hidden; }

.title-text {
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  z-index: -2; }

.section-title {
  width: 100%;
  color: #DC9219;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
  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: 30px; }
  .section-title.green {
    color: #F2EA98; }

.section {
  padding: 3.75rem 1.25rem; }

.btn-basic {
  max-width: 184px;
  padding: 12px 20px 12px 40px;
  border-radius: 63px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 540;
  line-height: 1.56;
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
  .btn-basic::after {
    content: '';
    position: relative;
    top: auto;
    background-image: url(../images/icon-arrow2.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-left: 12px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .btn-basic:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
    .btn-basic:hover:after {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }
  .btn-basic.block {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #212121), color-stop(82.75%, #534633));
    background: -webkit-linear-gradient(top, #212121 25%, #534633 82.75%);
    background: -o-linear-gradient(top, #212121 25%, #534633 82.75%);
    background: linear-gradient(180deg, #212121 25%, #534633 82.75%); }
    .btn-basic.block:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #2a2a2a), color-stop(82.75%, #5e5038));
      background: -webkit-linear-gradient(top, #2a2a2a 25%, #5e5038 82.75%);
      background: -o-linear-gradient(top, #2a2a2a 25%, #5e5038 82.75%);
      background: linear-gradient(180deg, #2a2a2a 25%, #5e5038 82.75%); }

.btn-gotop {
  width: 56px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
  -o-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s; }
  .btn-gotop.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.section-kv {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85.1%, #FFF0C2), to(#FFD75A));
  background: -webkit-linear-gradient(top, #FFF0C2 85.1%, #FFD75A 100%);
  background: -o-linear-gradient(top, #FFF0C2 85.1%, #FFD75A 100%);
  background: linear-gradient(180deg, #FFF0C2 85.1%, #FFD75A 100%);
  position: relative; }
  .section-kv:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 113px;
    display: inline-block;
    background-image: url(../images/bg-bottom.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .section-kv__content {
    padding: 77px 0px 100px 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative; }
  .section-kv__blackboard {
    position: relative;
    margin: auto;
    padding: 20px 0;
    width: 1031px;
    height: 514px;
    background-size: contain;
    background-repeat: no-repeat; }
    .section-kv__blackboard::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("../images/kv-blackboard.png");
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 1; }
  .section-kv__desc {
    max-width: 450px;
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2; }
  .section-kv__link {
    max-width: 450px;
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    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; }
    .section-kv__link .btn-basic {
      margin: 0 30px; }
  .section-kv .kv-subtitle {
    max-width: 384px;
    margin: 10px auto;
    margin-top: 24px;
    position: relative;
    z-index: 2; }
    .section-kv .kv-subtitle:before {
      content: '';
      display: inline-block;
      background-image: url("../images/kv-rainbow.svg");
      width: 54px;
      height: 36px;
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: -44px;
      margin-bottom: -30px;
      position: relative;
      z-index: 1; }
    .section-kv .kv-subtitle:after {
      content: '';
      float: right;
      background-image: url("../images/kv-mark.svg");
      width: 7px;
      height: 22px;
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: -30px;
      margin-top: 10px;
      position: relative;
      z-index: 1; }
  .section-kv .kv-title {
    max-width: 545px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    -webkit-animation: pulse 2s ease-in-out infinite;
    animation: pulse 2s ease-in-out infinite; }
  .section-kv .kv-desc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    font-family: Roboto;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 40px; }
    .section-kv .kv-desc::before {
      content: '';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-image: url("../images/kv-coin.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 1.5rem;
      height: 1.5rem;
      padding-left: 16px; }
  .section-kv .kv-tiger {
    max-width: 410px;
    width: 100%;
    height: 410px;
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 52px;
    margin-left: -620px; }
    .section-kv .kv-tiger:before {
      content: '';
      display: inline-block;
      background-image: url("../images/kv-tiger.svg");
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0; }
  .section-kv .kv-bgleft {
    max-width: 810px;
    width: 100%;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -1010px; }
    .section-kv .kv-bgleft::before {
      content: '';
      display: inline-block;
      background-image: url("../images/kv-bg-left.svg");
      width: 100%;
      padding-top: 82.09%;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0; }
  .section-kv .kv-bgright {
    max-width: 810px;
    width: 100%;
    position: absolute;
    top: 125px;
    right: 50%;
    margin-right: -1010px; }
    .section-kv .kv-bgright::before {
      content: '';
      display: inline-block;
      background-image: url("../images/kv-bg-right.svg");
      width: 100%;
      padding-top: 82.09%;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      right: 0; }
  .section-kv .kv-scroll {
    display: none; }

.section-intro {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4ca83));
  background: -webkit-linear-gradient(top, #FFF 0%, #f4ca83 100%);
  background: -o-linear-gradient(top, #FFF 0%, #f4ca83 100%);
  background: linear-gradient(180deg, #FFF 0%, #f4ca83 100%);
  position: relative; }
  .section-intro__content {
    max-width: 1200px;
    margin: auto;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2; }
  .section-intro .intro-list {
    max-width: 640px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .section-intro .intro-list__item {
      width: 100%;
      text-align: justify; }
    .section-intro .intro-list__title {
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 36px;
      color: #000000;
      letter-spacing: 2px;
      display: inline; }
      .section-intro .intro-list__title:after {
        content: ':';
        padding: 0 5px; }
    .section-intro .intro-list__desc {
      display: inline;
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 36px;
      color: #000000;
      letter-spacing: 2px; }
    .section-intro .intro-list__link {
      display: inline;
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 36px;
      color: #DC9219;
      text-decoration: underline;
      letter-spacing: 2px;
      padding: 0 4px; }
  .section-intro .intro-table {
    padding: 30px;
    max-width: 990px;
    width: 100%; }
    .section-intro .intro-table__content {
      width: 100%;
      border-radius: 10px;
      border: 10px solid #E1B97A;
      background: #fff; }
    .section-intro .intro-table-tr {
      padding: 20px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .section-intro .intro-table-tr + .intro-table-tr {
        border-top: 1px solid #E1B97A; }
    .section-intro .intro-table .table-time {
      width: 200px;
      text-align: center;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 32px;
      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; }
    .section-intro .intro-table .table-desc {
      width: calc(100% - 200px);
      padding: 0  0px 0 20px;
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 32px;
      text-align: justify;
      border-left: 1px solid #000000; }
      .section-intro .intro-table .table-desc__P {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 32px;
        text-align: left; }
  .section-intro .intro-img-study-tirger {
    max-width: 336px;
    width: 100%;
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -820px; }
    .section-intro .intro-img-study-tirger::before {
      content: '';
      display: inline-block;
      background-image: url("../images/img-study-tiger.svg");
      width: 100%;
      padding-top: 93.75%;
      background-size: contain;
      background-repeat: no-repeat; }
  .section-intro .intro-img-left-coin {
    max-width: 315px;
    width: 100%;
    position: absolute;
    bottom: 190px;
    left: 50%;
    margin-left: -900px; }
    .section-intro .intro-img-left-coin::before {
      content: '';
      display: inline-block;
      background-image: url("../images/img-coin.svg");
      width: 100%;
      padding-top: 143.5%;
      background-size: contain;
      background-repeat: no-repeat; }
  .section-intro .intro-img-right-coin {
    max-width: 315px;
    width: 100%;
    position: absolute;
    top: 154px;
    right: 50%;
    margin-right: -820px; }
    .section-intro .intro-img-right-coin::before {
      content: '';
      display: inline-block;
      background-image: url("../images/img-coin.svg");
      width: 100%;
      padding-top: 143.5%;
      background-size: contain;
      background-repeat: no-repeat; }
  .section-intro .intro-img-swim-tiger {
    max-width: 332px;
    width: 100%;
    position: absolute;
    bottom: 140px;
    right: 50%;
    margin-right: -850px; }
    .section-intro .intro-img-swim-tiger::before {
      content: '';
      display: inline-block;
      background-image: url("../images/img-swim-tiger.svg");
      width: 100%;
      padding-top: 106.9%;
      background-size: contain;
      background-repeat: no-repeat; }

.section-team {
  background-image: url("../images/bg-star.png"), -webkit-gradient(linear, left bottom, left top, from(#1E3E3F), color-stop(89.68%, #55875C));
  background-image: url("../images/bg-star.png"), -webkit-linear-gradient(bottom, #1E3E3F 0%, #55875C 89.68%);
  background-image: url("../images/bg-star.png"), -o-linear-gradient(bottom, #1E3E3F 0%, #55875C 89.68%);
  background-image: url("../images/bg-star.png"), linear-gradient(0deg, #1E3E3F 0%, #55875C 89.68%);
  background-blend-mode: overlay;
  background-repeat: repeat;
  background-position: center; }
  .section-team-content {
    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;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .section-team .team-item {
    max-width: 350px;
    width: 100%;
    padding: 16px 25px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
    margin: 0 20px; }
    .section-team .team-item .team__img {
      max-width: 250px;
      margin: auto;
      display: block; }
    .section-team .team-item .team-desc {
      width: 100%;
      text-align: center;
      margin-top: 24px;
      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;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .section-team .team-item .team-desc-title {
        width: 100%;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 30px; }
      .section-team .team-item .team-desc__h4 {
        width: 100%;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 25.2px;
        border-bottom: 1px solid #000000;
        padding: 8px 0; }
      .section-team .team-item .team-desc .disc {
        width: 100%;
        padding-top: 8px; }
        .section-team .team-item .team-desc .disc li {
          text-indent: -1.2rem;
          padding-left: 1rem;
          font-size: 1rem;
          font-weight: 400;
          line-height: 28.8px;
          text-align: left; }

.section-step {
  width: 100%;
  background-color: #FFE6BC; }
  .section-step__content {
    max-width: 1200px;
    margin: auto;
    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; }
  .section-step-item {
    max-width: 350px;
    width: 100%;
    padding: 1rem 1.25rem;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
    .section-step-item .step__img {
      max-width: 350px; }
    .section-step-item .step-desc {
      width: 100%;
      max-width: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 1.5rem;
      padding-bottom: 0.5rem;
      color: #111;
      font-size: 1.125rem;
      line-height: 33.6px;
      border-bottom: 1px solid #000000; }
      .section-step-item .step-desc .fn-orange {
        color: #DC9219; }
    .section-step-item .step-number {
      font-family: Roboto;
      font-size: 24px;
      font-style: italic;
      font-weight: 900;
      line-height: 33.6px;
      color: #111; }
    .section-step-item:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -1rem;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1.125rem 0 1.125rem 1.875rem;
      border-color: transparent transparent transparent #000000; }
    .section-step-item:last-child:after {
      display: none; }
  .section-step .img-run-tiger {
    max-width: 192px;
    width: 100%;
    position: absolute;
    top: 160px;
    right: 50%;
    margin-right: -820px; }
    .section-step .img-run-tiger::before {
      content: '';
      display: inline-block;
      background-image: url("../images/img-run-tiger.svg");
      width: 100%;
      padding-top: 132.2%;
      background-size: contain;
      background-repeat: no-repeat; }

.section-notice {
  padding: 20px;
  max-width: 1040px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  margin: 20px auto auto auto;
  text-align: justify; }
  .section-notice .notice-title {
    font-size: 16px;
    color: #111;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.64px; }
  .section-notice .decimal {
    padding-left: 1.5rem; }
    .section-notice .decimal li {
      list-style: decimal;
      font-size: 16px;
      color: #111;
      font-weight: 400;
      line-height: 22.4px;
      letter-spacing: 0.64px; }

@media all and (max-width: 1024px) {
  .section-kv:after {
    padding-top: 5.51%;
    height: auto; }
  .section-kv__content {
    padding: 6.02033vw 0px 7.81861vw 0px; }
  .section-kv__blackboard {
    width: 100%;
    height: auto;
    padding-bottom: 20px; }
    .section-kv__blackboard::before {
      background-size: contain;
      background-position: center; }
  .section-kv__desc {
    max-width: 39.09304vw;
    width: 100%;
    margin-top: 3.12744vw;
    margin-bottom: 3.12744vw; }
  .section-kv .kv-title {
    width: 46.91165vw; }
  .section-kv .kv-subtitle {
    width: 30.02346vw;
    margin-top: 1.87647vw; }
    .section-kv .kv-subtitle::before {
      width: 4.69116vw;
      height: 3.12744vw;
      margin-left: -3.12744vw;
      margin-bottom: -2.34558vw; }
    .section-kv .kv-subtitle::after {
      width: 0.5473vw;
      height: 1.72009vw;
      margin-right: -2.34558vw;
      margin-top: 0.78186vw; }
  .section-kv .kv-desc {
    font-size: 1.87647vw;
    line-height: 1.67; }
    .section-kv .kv-desc::before {
      width: 1.87647vw;
      height: 1.87647vw;
      padding-left: 1.25098vw; }
  .section-kv .kv-tiger {
    width: 29.71071vw;
    height: 29.71071vw;
    bottom: 7.81861vw;
    margin-left: -50.03909vw; }
  .section-team-content {
    max-width: 350px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto; }
  .section-team .team-item {
    margin-top: 40px; }
  .section-team .team-desc .disc li {
    text-align: justify !important; }
  .section-step__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 350px; }
  .section-step-item {
    max-width: 100%;
    margin-bottom: 40px;
    padding: 1rem 0; }
    .section-step-item .step-desc {
      width: 100%; }
    .section-step-item:after {
      left: 0;
      right: 0;
      top: auto;
      bottom: -45px;
      margin: auto;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .section-intro .intro-img-study-tirger {
    display: none; } }

@media all and (max-width: 768px) {
  .btn-gotop {
    bottom: 70px; }
  .section-title {
    font-size: 48px;
    line-height: 1; }
  .section {
    padding: 30px 30px; }
  .section-kv__content {
    padding: 5.20833vw;
    background-image: url("../images/kv-md-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  .section-kv__blackboard {
    background-image: url("../images/kv-md-blackboard.png");
    padding-top: 110%;
    background-size: contain;
    background-position: center top;
    padding-bottom: 0; }
    .section-kv__blackboard::before {
      display: none; }
  .section-kv__box {
    position: absolute;
    top: 6.51042vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%; }
  .section-kv__desc {
    max-width: 62.5vw; }
  .section-kv__link {
    max-width: 100%;
    position: fixed;
    width: 100%;
    bottom: 0%;
    left: 0;
    z-index: 3; }
    .section-kv__link .btn-basic {
      max-width: 100%;
      width: 50%;
      border-radius: 0;
      margin: 0;
      font-size: 5.20833vw; }
      .section-kv__link .btn-basic + .btn-basic {
        border-left: 1px solid #E1B97A; }
  .section-kv .kv-title {
    max-width: 63.80208vw;
    width: 100%;
    margin-top: 3.90625vw; }
  .section-kv .kv-subtitle {
    max-width: 61.19792vw;
    width: 100%; }
    .section-kv .kv-subtitle::before {
      width: 7.8125vw;
      height: 5.20833vw;
      margin-left: -5.20833vw;
      margin-bottom: -3.90625vw; }
    .section-kv .kv-subtitle::after {
      display: none; }
  .section-kv .kv-desc {
    font-size: 3.125vw;
    line-height: 1.67; }
    .section-kv .kv-desc::before {
      width: 3.125vw;
      height: 3.125vw;
      padding-left: 2.08333vw; }
  .section-kv .kv-tiger {
    width: 54.16667vw;
    height: 54.16667vw;
    position: relative;
    left: 6vw;
    bottom: 0px;
    margin-top: -19.53125vw;
    margin-left: 3.25521vw; }
    .section-kv .kv-tiger::before {
      background-image: url("../images/kv-md-tiger.svg");
      background-position: center top; }
  .section-kv .kv-bgright, .section-kv .kv-bgleft {
    display: none; }
  .section-kv .kv-scroll {
    display: block;
    width: 5.72917vw;
    margin: auto;
    margin-bottom: -2.60417vw;
    margin-top: -2.60417vw; }
  .section-intro {
    padding-top: 60px; }
    .section-intro .section-title {
      margin-bottom: 20px; }
    .section-intro .intro-list {
      position: relative; }
    .section-intro .intro-table {
      margin: 30px 0;
      padding: 0;
      overflow-x: scroll; }
      .section-intro .intro-table__content {
        width: 100%;
        min-width: 990px; }
    .section-intro .intro-img-left-coin {
      max-width: 100%;
      width: 100%;
      position: absolute;
      top: 10px;
      left: 0;
      margin-left: 0; }
      .section-intro .intro-img-left-coin::before {
        background-image: url("../images/img-md-coin.svg");
        padding-top: 13.89%; }
    .section-intro .intro-img-right-coin {
      display: none; }
    .section-intro .intro-md-img-coin {
      max-width: 9.11458vw;
      width: 100%;
      position: absolute;
      top: auto;
      bottom: -30px;
      right: 5.33333vw;
      margin-right: auto;
      z-index: -1; }
      .section-intro .intro-md-img-coin::before {
        content: '';
        width: 100%;
        display: inline-block;
        background-image: url("../images/img-md-coin2.svg");
        padding-top: 84.61%;
        background-size: contain; }
  .section-team {
    background-image: url("../images/bg-md-star.png"), -webkit-gradient(linear, left bottom, left top, from(#1E3E3F), color-stop(89.68%, #55875C));
    background-image: url("../images/bg-md-star.png"), -webkit-linear-gradient(bottom, #1E3E3F 0%, #55875C 89.68%);
    background-image: url("../images/bg-md-star.png"), -o-linear-gradient(bottom, #1E3E3F 0%, #55875C 89.68%);
    background-image: url("../images/bg-md-star.png"), linear-gradient(0deg, #1E3E3F 0%, #55875C 89.68%);
    background-size: contain;
    background-position: top center; }
    .section-team .team-item {
      margin-left: auto;
      margin-right: auto; }
      .section-team .team-item:first-child {
        margin-top: 1.30208vw; }
  .section-step-item {
    max-width: 100%;
    margin-bottom: 5.20833vw; }
    .section-step-item .step-desc {
      width: 100%; }
    .section-step-item:after {
      left: 0;
      right: 0;
      top: auto;
      bottom: -7.03125vw;
      margin: auto;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      border-width: 3.90625vw 0 3.90625vw 6.51042vw; }
  .section-notice {
    margin-top: 0; } }

@media (max-width: 375px) {
  .section-title {
    font-size: 12.8vw;
    line-height: 16vw; }
  .section-intro .intro-list {
    background-size: cover; }
    .section-intro .intro-list__item {
      width: 100%;
      display: block; }
  .section-intro .intro-md-img-coin {
    max-width: 11.71875vw;
    bottom: -20px; } }
