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

.fc_gold {
  color: #ceb071; }

body {
  overflow-x: hidden; }

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: 1024px) {
    .web_view {
      display: none !important; } }

.mob_view {
  display: none !important; }
  @media all and (max-width: 1024px) {
    .mob_view {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

body {
  background-color: #d2dcee;
  overflow-x: hidden;
  background: #111111;
  background-size: cover; }

.main-wrapper {
  position: relative;
  max-width: 100%;
  width: 1200px;
  margin: auto;
  z-index: 5; }

.main {
  position: relative;
  margin: auto; }

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

@keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes shinyStart {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes float {
  0%,
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes shakeRotate {
  from,
  to,
  30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  3%,
  9% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  6%,
  12% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  15%,
  21%,
  27% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  18%,
  24% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); } }

#header {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  height: 76px;
  width: 100%;
  background-color: #111;
  border-bottom: 1px solid #ceb071; }
  @media all and (max-width: 768px) {
    #header.header-zindex-adj-m {
      z-index: 102; } }
  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    #header .container #header-toggle {
      display: none; }
      @media all and (max-width: 1024px) {
        #header .container #header-toggle {
          display: inline-block;
          width: 76px;
          height: 76px;
          position: absolute;
          left: 0;
          top: 0;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          background-image: url(../img/icon_hambuger_open.svg); } }
      #header .container #header-toggle.toggled {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background-image: url(../img/icon_hambuger_close.svg); }
    @media all and (max-width: 1279px) {
      #header .container .header-logo {
        margin: auto; } }
    #header .container .header-logo img {
      height: 36px; }
    #header .container nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      height: 100%;
      font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.75;
      letter-spacing: normal;
      text-align: left;
      color: #fff;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media all and (max-width: 1024px) {
        #header .container nav {
          display: none; }
          #header .container nav.toggled {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            top: 76px;
            left: 0;
            background-color: #fff;
            height: auto;
            width: 100%;
            padding: 50px 0; }
            #header .container nav.toggled ul {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column; }
              #header .container nav.toggled ul li a {
                color: #ceb071; } }
      #header .container nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #header .container nav ul li {
          padding: 10px 20px;
          cursor: pointer; }
          #header .container nav ul li.active {
            border-bottom: 1px solid #ceb071; }
            #header .container nav ul li.active a {
              color: #ceb071; }
          #header .container nav ul li a {
            display: block;
            color: #fff; }

.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: 1024px) {
      .side .web_view {
        display: none; } }
  .side .mob_view {
    display: none; }
    @media all and (max-width: 1024px) {
      .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: 1024px) {
    .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; }
  @media all and (max-width: 1024px) {
    .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;
  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: 320px) {
      #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;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
        #footer .top-wrap .list-wrap ul li.link {
          margin-bottom: 20px; }
          #footer .top-wrap .list-wrap ul li.link a {
            font-size: 14px;
            color: #fff; }
            #footer .top-wrap .list-wrap ul li.link a.contact-web {
              display: inline-block; }
              @media all and (max-width: 768px) {
                #footer .top-wrap .list-wrap ul li.link a.contact-web {
                  display: none; } }
            #footer .top-wrap .list-wrap ul li.link a.contact-mobile {
              display: none; }
              @media all and (max-width: 768px) {
                #footer .top-wrap .list-wrap ul li.link a.contact-mobile {
                  display: inline-block; } }
  #footer .bottom-wrap {
    width: 960px;
    margin: auto;
    border-top: 1px solid #4f4f4f;
    padding-top: 16px;
    color: #4f4f4f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media all and (max-width: 1279px) {
      #footer .bottom-wrap {
        width: 680px; } }
    @media all and (max-width: 768px) {
      #footer .bottom-wrap {
        width: 320px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #footer .bottom-wrap a {
      color: #A3A3A3; }
    #footer .bottom-wrap .links-container {
      font-size: 14px; }
      @media all and (max-width: 768px) {
        #footer .bottom-wrap .links-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      #footer .bottom-wrap .links-container a {
        display: inline-block;
        margin-right: 30px;
        letter-spacing: 2px; }
        @media all and (max-width: 768px) {
          #footer .bottom-wrap .links-container a {
            margin-right: 0;
            margin-bottom: 12px; } }
        #footer .bottom-wrap .links-container a .link-img-bank {
          margin-right: 12px;
          position: relative;
          top: 2px; }
      @media all and (max-width: 768px) {
        #footer .bottom-wrap .links-container p span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          text-align: center;
          margin: auto;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 12px; } }
    #footer .bottom-wrap .copyright-desc {
      font-size: 14px;
      letter-spacing: 1px; }
      @media all and (max-width: 768px) {
        #footer .bottom-wrap .copyright-desc {
          text-align: center;
          margin-top: 20px; } }
  #footer .footer--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    margin-top: 40px;
    width: 100%;
    max-width: 960px;
    color: #fff; }
    @media all and (max-width: 1279px) {
      #footer .footer--flex {
        margin-top: 35px;
        max-width: 680px; } }
    @media all and (max-width: 768px) {
      #footer .footer--flex {
        display: block;
        max-width: 320px;
        margin-top: 30px; } }
    @media all and (max-width: 320px) {
      #footer .footer--flex {
        max-width: 280px;
        margin: 30px 20px 0 20px; } }
  #footer .footer__title {
    font-size: 30px;
    font-weight: bold;
    text-align: center; }
    @media 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; }

@keyframes float {
  0%,
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes floatX {
  0%,
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); } }

@keyframes slideFloat {
  0%,
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes shakeRotate {
  from,
  to,
  30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  3%,
  9% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  6%,
  12% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  15%,
  21%,
  27% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  18%,
  24% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); } }

@keyframes shinyStart {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  70% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes shineAni {
  50% {
    background-position: -100%; } }

@keyframes shineAni2 {
  50% {
    background-position: 0 -100%; } }

.float {
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite; }

@keyframes move {
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }

@keyframes move2 {
  50% {
    -webkit-transform: scaleX(-1) translateX(-50px);
    transform: scaleX(-1) translateX(-50px); } }

@keyframes float {
  50% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px); } }

@keyframes float2 {
  50% {
    -webkit-transform: scaleX(-1) translate(0, 20px);
    transform: scaleX(-1) translate(0, 20px); } }

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px);
    transform: rotateZ(3deg) translateZ(-1px); }
  25% {
    -webkit-transform: rotateZ(-4deg) translateZ(-1px);
    transform: rotateZ(-4deg) translateZ(-1px); }
  50% {
    -webkit-transform: rotateZ(2deg) translateZ(-1px);
    transform: rotateZ(2deg) translateZ(-1px); }
  75% {
    -webkit-transform: rotateZ(-6deg) translateZ(-1px);
    transform: rotateZ(-6deg) translateZ(-1px); }
  100% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px);
    transform: rotateZ(3deg) translateZ(-1px); } }

@keyframes wave2 {
  0% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px) scaleX(-1);
    transform: rotateZ(3deg) translateZ(-1px) scaleX(-1); }
  25% {
    -webkit-transform: rotateZ(-4deg) translateZ(-1px) scaleX(-1);
    transform: rotateZ(-4deg) translateZ(-1px) scaleX(-1); }
  50% {
    -webkit-transform: rotateZ(2deg) translateZ(-1px) scaleX(-1);
    transform: rotateZ(2deg) translateZ(-1px) scaleX(-1); }
  75% {
    -webkit-transform: rotateZ(-6deg) translateZ(-1px) scaleX(-1);
    transform: rotateZ(-6deg) translateZ(-1px) scaleX(-1); }
  100% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px) scaleX(-1);
    transform: rotateZ(3deg) translateZ(-1px) scaleX(-1); } }

@keyframes wave3 {
  0% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px) rotate(-90deg);
    transform: rotateZ(3deg) translateZ(-1px) rotate(-90deg); }
  25% {
    -webkit-transform: rotateZ(-4deg) translateZ(-1px) rotate(-90deg);
    transform: rotateZ(-4deg) translateZ(-1px) rotate(-90deg); }
  50% {
    -webkit-transform: rotateZ(2deg) translateZ(-1px) rotate(-90deg);
    transform: rotateZ(2deg) translateZ(-1px) rotate(-90deg); }
  75% {
    -webkit-transform: rotateZ(-6deg) translateZ(-1px) rotate(-90deg);
    transform: rotateZ(-6deg) translateZ(-1px) rotate(-90deg); }
  100% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px) rotate(-90deg);
    transform: rotateZ(3deg) translateZ(-1px) rotate(-90deg); } }

@keyframes bounce2 {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  20% {
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  80% {
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  1000% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@-webkit-keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes shinyStart {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes shinyStart {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes float {
  0%,
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes float {
  0%,
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@-webkit-keyframes shakeRotate {
  from,
  to,
  30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  3%,
  9% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  6%,
  12% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  15%,
  21%,
  27% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  18%,
  24% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); } }

@keyframes shakeRotate {
  from,
  to,
  30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  3%,
  9% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  6%,
  12% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  15%,
  21%,
  27% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  18%,
  24% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); } }

@keyframes float {
  0%,
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@-webkit-keyframes floatX {
  0%,
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); } }

@keyframes floatX {
  0%,
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); } }

@-webkit-keyframes slideFloat {
  0%,
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); } }

@keyframes slideFloat {
  0%,
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes shakeRotate {
  from,
  to,
  30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  3%,
  9% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  6%,
  12% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  15%,
  21%,
  27% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  18%,
  24% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); } }

@keyframes shinyStart {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  70% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes shineAni {
  50% {
    background-position: -100%; } }

@keyframes shineAni {
  50% {
    background-position: -100%; } }

@-webkit-keyframes shineAni2 {
  50% {
    background-position: 0 -100%; } }

@keyframes shineAni2 {
  50% {
    background-position: 0 -100%; } }

@-webkit-keyframes move {
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }

@keyframes move {
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }

@-webkit-keyframes move2 {
  50% {
    -webkit-transform: scaleX(-1) translateX(-50px);
    transform: scaleX(-1) translateX(-50px); } }

@keyframes move2 {
  50% {
    -webkit-transform: scaleX(-1) translateX(-50px);
    transform: scaleX(-1) translateX(-50px); } }

@keyframes float {
  50% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px); } }

@-webkit-keyframes float2 {
  50% {
    -webkit-transform: scaleX(-1) translate(0, 20px);
    transform: scaleX(-1) translate(0, 20px); } }

@keyframes float2 {
  50% {
    -webkit-transform: scaleX(-1) translate(0, 20px);
    transform: scaleX(-1) translate(0, 20px); } }

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px);
    transform: rotateZ(3deg) translateZ(-1px); }
  25% {
    -webkit-transform: rotateZ(-4deg) translateZ(-1px);
    transform: rotateZ(-4deg) translateZ(-1px); }
  50% {
    -webkit-transform: rotateZ(2deg) translateZ(-1px);
    transform: rotateZ(2deg) translateZ(-1px); }
  75% {
    -webkit-transform: rotateZ(-6deg) translateZ(-1px);
    transform: rotateZ(-6deg) translateZ(-1px); }
  100% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px);
    transform: rotateZ(3deg) translateZ(-1px); } }

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px);
    transform: rotateZ(3deg) translateZ(-1px); }
  25% {
    -webkit-transform: rotateZ(-4deg) translateZ(-1px);
    transform: rotateZ(-4deg) translateZ(-1px); }
  50% {
    -webkit-transform: rotateZ(2deg) translateZ(-1px);
    transform: rotateZ(2deg) translateZ(-1px); }
  75% {
    -webkit-transform: rotateZ(-6deg) translateZ(-1px);
    transform: rotateZ(-6deg) translateZ(-1px); }
  100% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px);
    transform: rotateZ(3deg) translateZ(-1px); } }

@-webkit-keyframes wave2 {
  0% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px) scaleX(-1);
    transform: rotateZ(3deg) translateZ(-1px) scaleX(-1); }
  25% {
    -webkit-transform: rotateZ(-4deg) translateZ(-1px) scaleX(-1);
    transform: rotateZ(-4deg) translateZ(-1px) scaleX(-1); }
  50% {
    -webkit-transform: rotateZ(2deg) translateZ(-1px) scaleX(-1);
    transform: rotateZ(2deg) translateZ(-1px) scaleX(-1); }
  75% {
    -webkit-transform: rotateZ(-6deg) translateZ(-1px) scaleX(-1);
    transform: rotateZ(-6deg) translateZ(-1px) scaleX(-1); }
  100% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px) scaleX(-1);
    transform: rotateZ(3deg) translateZ(-1px) scaleX(-1); } }

@keyframes wave2 {
  0% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px) scaleX(-1);
    transform: rotateZ(3deg) translateZ(-1px) scaleX(-1); }
  25% {
    -webkit-transform: rotateZ(-4deg) translateZ(-1px) scaleX(-1);
    transform: rotateZ(-4deg) translateZ(-1px) scaleX(-1); }
  50% {
    -webkit-transform: rotateZ(2deg) translateZ(-1px) scaleX(-1);
    transform: rotateZ(2deg) translateZ(-1px) scaleX(-1); }
  75% {
    -webkit-transform: rotateZ(-6deg) translateZ(-1px) scaleX(-1);
    transform: rotateZ(-6deg) translateZ(-1px) scaleX(-1); }
  100% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px) scaleX(-1);
    transform: rotateZ(3deg) translateZ(-1px) scaleX(-1); } }

@-webkit-keyframes wave3 {
  0% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px) rotate(-90deg);
    transform: rotateZ(3deg) translateZ(-1px) rotate(-90deg); }
  25% {
    -webkit-transform: rotateZ(-4deg) translateZ(-1px) rotate(-90deg);
    transform: rotateZ(-4deg) translateZ(-1px) rotate(-90deg); }
  50% {
    -webkit-transform: rotateZ(2deg) translateZ(-1px) rotate(-90deg);
    transform: rotateZ(2deg) translateZ(-1px) rotate(-90deg); }
  75% {
    -webkit-transform: rotateZ(-6deg) translateZ(-1px) rotate(-90deg);
    transform: rotateZ(-6deg) translateZ(-1px) rotate(-90deg); }
  100% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px) rotate(-90deg);
    transform: rotateZ(3deg) translateZ(-1px) rotate(-90deg); } }

@keyframes wave3 {
  0% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px) rotate(-90deg);
    transform: rotateZ(3deg) translateZ(-1px) rotate(-90deg); }
  25% {
    -webkit-transform: rotateZ(-4deg) translateZ(-1px) rotate(-90deg);
    transform: rotateZ(-4deg) translateZ(-1px) rotate(-90deg); }
  50% {
    -webkit-transform: rotateZ(2deg) translateZ(-1px) rotate(-90deg);
    transform: rotateZ(2deg) translateZ(-1px) rotate(-90deg); }
  75% {
    -webkit-transform: rotateZ(-6deg) translateZ(-1px) rotate(-90deg);
    transform: rotateZ(-6deg) translateZ(-1px) rotate(-90deg); }
  100% {
    -webkit-transform: rotateZ(3deg) translateZ(-1px) rotate(-90deg);
    transform: rotateZ(3deg) translateZ(-1px) rotate(-90deg); } }

@-webkit-keyframes bounce2 {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  20% {
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  80% {
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  1000% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

@keyframes bounce2 {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  20% {
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  80% {
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  1000% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }

/* lb */
.note-wrapper {
  background: #111 url(../img/bg/img_note_bg.svg) no-repeat bottom center;
  color: #fff;
  position: relative;
  padding: 50px 15px; }
  .note-wrapper .bg-light {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0px;
    height: 50px;
    width: 300px; }
    .note-wrapper .bg-light img {
      width: 100%; }
    @media all and (max-width: 768px) {
      .note-wrapper .bg-light {
        display: none; } }
  .note-wrapper .main-wrapper {
    max-width: 800px;
    margin: auto; }
  .note-wrapper .note-title {
    font-size: 28px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.8px;
    text-align: center;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ceb071;
    margin-bottom: 50px;
    line-height: 1.5; }
    @media all and (max-width: 640px) {
      .note-wrapper .note-title {
        font-size: 20px; } }
    .note-wrapper .note-title p {
      margin-bottom: 20px; }
  .note-wrapper .note-description {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    position: relative; }
    .note-wrapper .note-description li {
      color: #fff;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 20px;
      position: relative; }
      .note-wrapper .note-description li .title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .note-wrapper .note-description li .title:after {
          display: none; }
      .note-wrapper .note-description li a {
        color: #fff; }
      .note-wrapper .note-description li b {
        min-width: 25px;
        height: 25px;
        background-color: #ceb071;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 15px; }
      .note-wrapper .note-description li .sub {
        margin-top: 20px; }

.selectionPlatform-bg-wrapper .star {
  right: 30px;
  top: 0px; }

.selectionPlatform-bg-wrapper .container {
  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;
  padding: 50px 0; }

.selectionPlatform-bg-wrapper .bg-light {
  position: absolute;
  right: 0px;
  bottom: 50px; }
  @media all and (max-width: 640px) {
    .selectionPlatform-bg-wrapper .bg-light {
      width: 250px;
      bottom: 0; }
      .selectionPlatform-bg-wrapper .bg-light img {
        width: 100%; } }

.selectionPlatform-bg-wrapper .swiper-slide .subContainer {
  padding: 0 20px; }

.selectionPlatform-bg-wrapper .swiper-slide .subContainerContent {
  padding: 0 20px; }

.selectionPlatform-bg-wrapper .swiper-pagination {
  position: relative;
  padding: 30px 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; }
  .selectionPlatform-bg-wrapper .swiper-pagination .swiper-pagination-bullet {
    min-width: 35px;
    height: 35px;
    margin: 0 3px;
    background-color: #333333;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    opacity: 1; }
    .selectionPlatform-bg-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #ceb071;
      color: #000; }
    .selectionPlatform-bg-wrapper .swiper-pagination .swiper-pagination-bullet span {
      font-size: 25px; }

#tabs {
  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;
  padding-top: 50px; }
  @media all and (max-width: 640px) {
    #tabs {
      padding-top: 25px; } }
  #tabs li a {
    font-size: 24px;
    cursor: pointer;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px 20px;
    border-bottom: 3px solid #333;
    min-width: 230px; }
    @media all and (max-width: 640px) {
      #tabs li a {
        min-width: 100px;
        font-size: 15px; } }
    #tabs li a:hover, #tabs li a.inactive {
      border-color: #fff; }

.swiper .banner {
  position: relative; }

.swiper .star {
  right: -50px;
  top: -20px; }
  @media all and (max-width: 640px) {
    .swiper .star {
      right: -10px; } }

.subtabContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .subtabContainer .banner {
    margin-top: 30px; }
  .subtabContainer .subContainerTitle {
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #ceb071; }
    @media all and (max-width: 640px) {
      .subtabContainer .subContainerTitle {
        font-size: 20px; } }
  .subtabContainer .subContainerContent {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    max-width: 500px;
    margin: auto; }
    .subtabContainer .subContainerContent b {
      color: #ceb071;
      display: inline; }
    .subtabContainer .subContainerContent b.more {
      display: inline;
      text-decoration: underline;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      cursor: pointer;
      color: #fff; }
    .subtabContainer .subContainerContent p {
      text-align: left; }
    .subtabContainer .subContainerContent ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .subtabContainer .subContainerContent ul li::before {
        content: "";
        display: block;
        min-width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ceb071;
        margin-right: 15px;
        margin-top: 10px; }
  .subtabContainer .banner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto;
    text-align: center; }
    .subtabContainer .banner img {
      width: 100%;
      max-width: 300px;
      margin: auto; }
      @media all and (max-width: 640px) {
        .subtabContainer .banner img {
          max-width: 200px; } }
      .subtabContainer .banner img.website {
        max-width: 500px; }
        @media all and (max-width: 640px) {
          .subtabContainer .banner img.website {
            max-width: 300px; } }
  .subtabContainer .circle {
    position: absolute;
    width: 556px;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 556px;
    background: url(../img/main/img_kv_mobile_circle.svg);
    background-size: cover;
    -webkit-animation: circle 10s linear infinite;
    animation: circle 10s linear infinite; }
    @media all and (max-width: 640px) {
      .subtabContainer .circle {
        width: 300px;
        height: 300px;
        bottom: unset;
        top: 50px; } }

#subtabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  #subtabs li {
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    #subtabs li .detail {
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.56;
      letter-spacing: normal;
      text-align: left;
      color: #fff;
      width: 100%;
      display: none; }
      #subtabs li .detail b {
        color: #ceb071;
        display: inline; }
      #subtabs li .detail b.more {
        display: inline;
        text-decoration: underline;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        cursor: pointer;
        color: #fff; }
      #subtabs li .detail p {
        text-align: left; }
      #subtabs li .detail ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        #subtabs li .detail ul li::before {
          content: "";
          display: block;
          min-width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #ceb071;
          margin-right: 15px;
          margin-top: 10px; }
  #subtabs li a {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    #subtabs li a:hover {
      border-color: #fff; }
    #subtabs li a.inactive {
      border-bottom: 1px solid #ceb071;
      color: #ceb071; }
      #subtabs li a.inactive p {
        color: #ceb071; }
      #subtabs li a.inactive + .detail {
        display: block; }
    #subtabs li a p {
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.08;
      letter-spacing: normal;
      text-align: left;
      color: #fff; }
    #subtabs li a b {
      font-size: 32px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      margin-right: 20px; }

.banner-bg-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 75px;
  background: url(../img/bg/kv_bg.svg) no-repeat center center;
  background-size: 100%; }
  .banner-bg-wrapper .main-wrapper {
    width: 100%;
    max-width: 1300px; }
  .banner-bg-wrapper .icon_kv_arrow {
    position: relative;
    text-align: center;
    width: 77px;
    margin: auto;
    height: 80px;
    -webkit-animation: float infinite 2s linear;
    animation: float infinite 2s linear; }
    @media all and (max-width: 850px) {
      .banner-bg-wrapper .icon_kv_arrow {
        width: 40px;
        height: 54px; }
        .banner-bg-wrapper .icon_kv_arrow img {
          width: 100%; } }
  .banner-bg-wrapper .bg-light {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    height: 79px; }
    @media all and (max-width: 850px) {
      .banner-bg-wrapper .bg-light {
        bottom: 250px; } }
    @media all and (max-width: 640px) {
      .banner-bg-wrapper .bg-light {
        width: 200px;
        bottom: 100px; }
        .banner-bg-wrapper .bg-light img {
          width: 100%; } }
  .banner-bg-wrapper .bg-light2 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 79px;
    margin: auto; }
    @media all and (max-width: 850px) {
      .banner-bg-wrapper .bg-light2 {
        top: 250px; } }
    @media all and (max-width: 640px) {
      .banner-bg-wrapper .bg-light2 {
        width: 200px;
        top: 120px; }
        .banner-bg-wrapper .bg-light2 img {
          width: 100%; } }

#banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  z-index: 20;
  padding: 0 15px; }
  @media all and (max-width: 1024px) {
    #banner {
      margin: auto;
      padding: 0 50px; } }
  @media all and (max-width: 850px) {
    #banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 15px; } }

.slogan-banner {
  position: relative; }
  .slogan-banner .banner-detail {
    display: none; }
  @media all and (max-width: 850px) {
    .slogan-banner {
      width: 100%;
      margin: auto; }
      .slogan-banner .banner-detail {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 400px;
        margin: auto; }
        .slogan-banner .banner-detail .slogan4-text,
        .slogan-banner .banner-detail .slogan5-text {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          line-height: 30px;
          margin: 0px auto 15px;
          text-align: center; }
        .slogan-banner .banner-detail .slogan5-text {
          text-align: left; } }
    @media all and (max-width: 850px) and (max-width: 640px) {
      .slogan-banner .banner-detail {
        display: block; } }
  .slogan-banner .banner-box {
    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;
    position: relative;
    margin: 50px 0; }
    @media all and (max-width: 850px) {
      .slogan-banner .banner-box {
        width: 40%;
        margin: 50px auto; } }
    @media all and (max-width: 640px) {
      .slogan-banner .banner-box {
        width: 60%;
        margin: 25px auto; } }
    @media all and (max-width: 1024px) {
      .slogan-banner .banner-box .slogan1 {
        width: 350px; }
        .slogan-banner .banner-box .slogan1 img {
          width: 100%; } }
    @media all and (max-width: 640px) {
      .slogan-banner .banner-box .slogan1 {
        width: 200px; } }
    .slogan-banner .banner-box .slogan5,
    .slogan-banner .banner-box .slogan4 {
      position: absolute; }
    .slogan-banner .banner-box .slogan5 {
      margin: auto;
      top: 0;
      bottom: 0;
      z-index: -1;
      -webkit-animation: circle infinite 10s linear;
      animation: circle infinite 10s linear;
      width: 550px;
      height: 550px; }
      .slogan-banner .banner-box .slogan5 img {
        width: 100%; }
      @media all and (max-width: 1024px) {
        .slogan-banner .banner-box .slogan5 {
          width: 420px;
          height: 420px; } }
  .slogan-banner .slogan2,
  .slogan-banner .slogan3,
  .slogan-banner .slogan4 {
    position: absolute; }
  .slogan-banner .slogan2 {
    top: 0;
    left: 0; }
    .slogan-banner .slogan2 img {
      -webkit-animation: float infinite 5s linear;
      animation: float infinite 5s linear; }
    @media all and (max-width: 1024px) {
      .slogan-banner .slogan2 {
        width: 100px; }
        .slogan-banner .slogan2 img {
          width: 100%; } }
    @media all and (max-width: 640px) {
      .slogan-banner .slogan2 {
        width: 50px; }
        .slogan-banner .slogan2 img {
          width: 100%; } }
  .slogan-banner .slogan3 {
    right: 0;
    bottom: 0;
    position: absolute; }
    .slogan-banner .slogan3 img {
      -webkit-animation: float infinite 5s linear;
      animation: float infinite 5s linear; }
    @media all and (max-width: 1024px) {
      .slogan-banner .slogan3 {
        width: 100px; }
        .slogan-banner .slogan3 img {
          width: 100%; } }
    @media all and (max-width: 850px) {
      .slogan-banner .slogan3 {
        width: 80px; } }
    @media all and (max-width: 640px) {
      .slogan-banner .slogan3 {
        width: 50px; } }
  .slogan-banner .slogan4 {
    left: -120px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 202px; }
    @media all and (max-width: 1024px) {
      .slogan-banner .slogan4 {
        width: 130px; }
        .slogan-banner .slogan4 img {
          width: 100%; } }
    @media all and (max-width: 850px) {
      .slogan-banner .slogan4 {
        width: 80px;
        left: 0;
        top: 135px; } }

.slogan-wrapper {
  position: relative;
  margin: auto;
  z-index: 10;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media all and (max-width: 850px) {
    .slogan-wrapper {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; } }
  .slogan-wrapper img {
    width: 100%; }
  .slogan-wrapper .slogan {
    position: relative;
    z-index: 10;
    width: 458px;
    height: 60px;
    margin: 15px 0; }
    @media all and (max-width: 1024px) {
      .slogan-wrapper .slogan {
        width: 350px; } }
    @media all and (max-width: 850px) {
      .slogan-wrapper .slogan {
        max-width: 306px;
        width: 100%;
        height: 40px; } }
  .slogan-wrapper .slogan2 {
    width: 556px;
    height: 74px;
    margin-bottom: 20px; }
    @media all and (max-width: 1024px) {
      .slogan-wrapper .slogan2 {
        width: 340px;
        height: 46px; } }
    @media all and (max-width: 850px) {
      .slogan-wrapper .slogan2 {
        max-width: 340px;
        width: 100%;
        height: 46px; } }
  .slogan-wrapper .slogan3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 600px; }
    @media all and (max-width: 1024px) {
      .slogan-wrapper .slogan3 img {
        width: 130px; }
        .slogan-wrapper .slogan3 img:last-child {
          width: 150px; } }
    @media all and (max-width: 850px) {
      .slogan-wrapper .slogan3 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 400px; }
        .slogan-wrapper .slogan3 img {
          width: 100px; }
          .slogan-wrapper .slogan3 img:last-child {
            width: 120px; } }
  .slogan-wrapper .slogan4-text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media all and (max-width: 850px) {
      .slogan-wrapper .slogan4-text {
        display: none; } }
  .slogan-wrapper .slogan5-text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media all and (max-width: 850px) {
      .slogan-wrapper .slogan5-text {
        display: none; } }

.slogan4-text {
  width: 460px;
  height: 82px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-size: 28px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  color: #ceb071;
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 40px; }
  @media all and (max-width: 1024px) {
    .slogan4-text {
      font-size: 20px;
      margin: 15px 0;
      height: auto; } }
  @media all and (max-width: 850px) {
    .slogan4-text {
      width: 100%; } }

.slogan5-text {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  width: 460px; }
  @media all and (max-width: 1024px) {
    .slogan5-text {
      font-size: 15px;
      width: 480px; } }
  @media all and (max-width: 850px) {
    .slogan5-text {
      width: 100%; } }

.dialog-wrapper {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  top: 0;
  display: none;
  padding: 15px; }
  .dialog-wrapper.on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .dialog-wrapper .main-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    border-radius: 25px;
    padding: 50px 20px 20px;
    border: 3px solid #ceb071; }
  .dialog-wrapper .dialog-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }
  .dialog-wrapper .content {
    padding: 20px;
    max-width: 500px; }
    .dialog-wrapper .content p {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; }
    .dialog-wrapper .content b {
      color: #ceb071; }
  .dialog-wrapper .qrcode-box {
    position: relative;
    padding: 20px; }
    .dialog-wrapper .qrcode-box .icon {
      position: absolute;
      left: -150px;
      bottom: -100px;
      width: 186px;
      height: 242px; }
      .dialog-wrapper .qrcode-box .icon img {
        width: 100%; }
  .dialog-wrapper .qrcode-content p {
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 5.6px;
    text-align: center;
    color: #000; }

/* lb */
.lboxed {
  display: none;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 600px; }

.lbox-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
  padding: 2em; }
  .lbox-block .close_x {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer; }
    .lbox-block .close_x:after, .lbox-block .close_x:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 50%;
      height: 3px;
      background: #cd9b1d;
      border-radius: 10px;
      -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg); }
    .lbox-block .close_x:after {
      -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
      transform: translateX(-50%) rotate(-45deg); }

.lbox-block__outer {
  width: 100%;
  background: white;
  padding: 40px;
  border-radius: 15px;
  margin: 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.lbox-block .announce {
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph; }

.lbox-block .announce__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  color: #424242; }

.lbox-block .announce__content {
  text-align: left; }

.announce__content {
  font-size: 16px;
  line-height: 1.4;
  color: #424242; }
  .announce__content .red {
    color: #d00f24; }

@-webkit-keyframes lightboxFadeIn {
  0% {
    opacity: 0;
    z-index: 10; }
  to {
    opacity: 1;
    z-index: 10; } }

@keyframes lightboxFadeIn {
  0% {
    opacity: 0;
    z-index: 10; }
  to {
    opacity: 1;
    z-index: 10; } }

@-webkit-keyframes overlayFadeIn {
  0% {
    opacity: 0;
    z-index: 9; }
  to {
    opacity: 1;
    z-index: 9; } }

@keyframes overlayFadeIn {
  0% {
    opacity: 0;
    z-index: 9; }
  to {
    opacity: 1;
    z-index: 9; } }

@media (max-width: 1120px) {
  .lboxed {
    max-width: 90vw;
    width: 100%; } }

.btn-block {
  text-align: center; }
  .btn-block .btn {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    padding: 0.9em 0.9em;
    margin: 1.5em auto;
    border-radius: 1.5em;
    background-color: white;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    border: #ffffff 3px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .btn-block .btn:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 40%;
      height: 100%;
      border-radius: 2em;
      z-index: -1;
      opacity: 0;
      -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
      -o-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
      transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1); }
    .btn-block .btn:hover {
      background-color: transparent;
      color: white; }
      .btn-block .btn:hover:before {
        opacity: 1;
        width: 100%; }
    .btn-block .btn.gold3 {
      font-size: 26px;
      letter-spacing: 1px;
      font-weight: bold;
      padding: 25px 50px;
      margin: 0 auto;
      border-radius: 42.5px;
      background-color: #cd9b1d;
      color: white;
      position: relative;
      border: 0px;
      z-index: 2;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      display: inline-block;
      border: solid 1px #cd9b1d; }
      .btn-block .btn.gold3:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 40%;
        height: 100%;
        border-radius: 42.5px;
        background: #8d6500;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
        -o-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
        transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1); }
      .btn-block .btn.gold3:hover {
        background-color: transparent;
        color: white; }
        .btn-block .btn.gold3:hover:before {
          opacity: 1;
          width: 100%; }
    .btn-block .btn.white {
      font-size: 26px;
      letter-spacing: 1px;
      font-weight: bold;
      padding: 25px 50px;
      margin: 0 auto;
      border-radius: 42.5px;
      position: relative;
      color: #cd9b1d;
      border: 0px;
      z-index: 2;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      display: inline-block;
      border: 1px solid #cd9b1d;
      background-color: white; }
      .btn-block .btn.white:hover {
        background-color: transparent;
        color: white; }
      .btn-block .btn.white:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 40%;
        height: 100%;
        border-radius: 42.5px;
        background: #8d6500;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
        -o-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
        transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1); }
      .btn-block .btn.white:hover:before {
        opacity: 1;
        width: 100%; }
    .btn-block .btn.btn_pad_thin {
      padding-top: 10px;
      padding-bottom: 10px; }
    .btn-block .btn.btn_mg {
      margin-right: 20px;
      margin-left: 20px; }

@media (max-width: 1120px) {
  .btn-block {
    text-align: center; }
    .btn-block .btn {
      font-size: 2.67857vw; } }

@media (max-width: 768px) {
  .btn-block {
    text-align: center; }
    .btn-block .btn {
      font-size: 3.25521vw;
      border-width: 2px; }
      .btn-block .btn.gold3, .btn-block .btn.white {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1em;
        font-size: 5vw;
        padding: 2.60417vw 5.20833vw;
        border-radius: 5.46875vw; }
      .btn-block .btn.gold3:first-child, .btn-block .btn.white:first-child {
        margin-top: 0em; }
  .lbox-block .btn-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

html {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
  font-family: "Noto Sans TC", "Roboto", system-ui, sans-serif;
  overflow-x: hidden;
  overflow-x: hidden;
  background: #111;
  background-size: cover; }

div {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

span {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

applet {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

object {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

h1 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

h4 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

h5 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

#selectionDetail-description-innerWrapper {
  position: relative;
  z-index: 20;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1e1e1e;
  padding: 10%;
  margin: 2%;
  max-width: 1200px;
  width: 100%;
  background: url(../img/bg/im_sec3_login_bg.svg) no-repeat center center;
  border-radius: 14px; }
  #selectionDetail-description-innerWrapper p {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline; }
  #selectionDetail-description-innerWrapper .check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 580px;
    margin: 15px auto;
    position: relative;
    padding-left: 20px; }
    #selectionDetail-description-innerWrapper .check input[type="checkbox"] {
      position: absolute;
      left: 0;
      top: 0;
      cursor: pointer;
      z-index: 2; }
      #selectionDetail-description-innerWrapper .check input[type="checkbox"]:before {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        background-color: white; }
      #selectionDetail-description-innerWrapper .check input[type="checkbox"]:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid black;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 2px;
        left: 6px; }
    #selectionDetail-description-innerWrapper .check p {
      padding: 0;
      margin: 0;
      margin-left: 15px;
      text-align: left;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 26px;
      color: #f4f4f4; }
  #selectionDetail-description-innerWrapper .captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #selectionDetail-description-innerWrapper .captcha #reload {
      position: relative;
      margin-left: 15px;
      cursor: pointer;
      z-index: 10; }
    #selectionDetail-description-innerWrapper .captcha #reload.on {
      -webkit-animation: circle 1 1s ease;
      animation: circle 1 1s ease; }
  #selectionDetail-description-innerWrapper .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 580px;
    margin: auto;
    width: 100%; }
    #selectionDetail-description-innerWrapper .input .label {
      font-style: normal;
      font-weight: bolder;
      font-size: 16px;
      line-height: 23px;
      color: #fff;
      margin: 15px 0; }
    #selectionDetail-description-innerWrapper .input input {
      background: transparent;
      border: 1px solid #fff;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 23px;
      color: #ceb071;
      width: 100%;
      height: 45px;
      padding: 15px;
      position: relative;
      z-index: 1;
      margin-right: 15px; }
  #selectionDetail-description-innerWrapper .detailList {
    padding: 15px;
    max-width: 550px;
    margin: auto; }
    #selectionDetail-description-innerWrapper .detailList li {
      list-style-type: none;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 32px;
      color: #fff; }
      #selectionDetail-description-innerWrapper .detailList li span {
        color: #cc9f50; }
  #selectionDetail-description-innerWrapper .title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 41px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #cc9f50;
    margin-top: 15px; }
  #selectionDetail-description-innerWrapper #schoolSubmit {
    position: relative;
    font-style: normal;
    font-weight: bolder;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 0px;
    color: #fff;
    background: url(../img/main/img_btn_bg.png) no-repeat center center;
    background-size: 100%;
    max-width: 335px;
    width: 100%;
    height: 90px;
    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: auto;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: flex;
    cursor: pointer; }
    #selectionDetail-description-innerWrapper #schoolSubmit p {
      font-size: 24px;
      font-weight: 900;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 4.8px;
      text-align: left;
      color: #fff; }
    #selectionDetail-description-innerWrapper #schoolSubmit b {
      width: 30px;
      display: block;
      height: 20px;
      margin-left: 20px;
      background: url(../img/icon_arrow_right.svg) no-repeat center center; }
  #selectionDetail-description-innerWrapper .detail1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #selectionDetail-description-innerWrapper .detail2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #selectionDetail-description-innerWrapper .mov-view {
    display: none; }
  #selectionDetail-description-innerWrapper .top {
    padding-left: 20px;
    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;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: bold; }
    #selectionDetail-description-innerWrapper .top:after {
      content: " ";
      display: block;
      width: 100%;
      border-bottom: 1px solid #cc9f50; }
    #selectionDetail-description-innerWrapper .top .detail1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 10px; }
    #selectionDetail-description-innerWrapper .top .detail2 {
      display: none; }
    #selectionDetail-description-innerWrapper .top .smallTitle {
      font-size: 22px;
      font-weight: bold;
      color: #cc9f50;
      white-space: nowrap;
      margin-right: 10px; }
  #selectionDetail-description-innerWrapper .bottom {
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px; }
    #selectionDetail-description-innerWrapper .bottom ul {
      list-style: square; }
    #selectionDetail-description-innerWrapper .bottom li {
      list-style: square; }
    #selectionDetail-description-innerWrapper .bottom p {
      font-size: 16px;
      font-weight: bold;
      margin: 0;
      margin-bottom: 0px;
      text-align: left;
      color: #fff; }

h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

p {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

pre {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  text-decoration: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:active {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

abbr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

acronym {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

address {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

big {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

cite {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

code {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

del {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

dfn {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

em {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

img {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

ins {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

kbd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

q {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

s {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

samp {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

small {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

strike {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

strong {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

sub {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

sup {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

tt {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

var {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

b {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

u {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

i {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

center {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

dl {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

dt {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

ol {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  list-style: none; }

ul {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  list-style: none; }

li {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  list-style: none; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

form {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

label {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

legend {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

caption {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

tbody {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

tfoot {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

thead {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

tr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

th {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: block; }

aside {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: block; }

canvas {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

details {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: block; }

embed {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: block; }

figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: block; }

header {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: block; }

hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: block; }

menu {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: block; }

nav {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: block; }

output {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

ruby {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: block; }

summary {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

time {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

mark {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

audio {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

main {
  display: block; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none; }
  select::-ms-expand {
    display: none; }

textarea {
  -webkit-appearance: none; }

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.web_view {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.mob_view {
  display: none !important; }

.main-wrapper {
  position: relative;
  max-width: 100%;
  width: 1200px;
  margin: auto;
  z-index: 5; }

.main {
  position: relative;
  margin: auto; }

#header {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  height: 76px;
  width: 100%;
  background-color: #111;
  border-bottom: 1px solid #ceb071; }
  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    #header .container #header-toggle {
      display: none; }
    #header .container #header-toggle.toggled {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      background-image: url(../img/icon_hambuger_close.svg); }
    #header .container .header-logo img {
      height: 36px; }
    #header .container nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      height: 100%;
      font-size: 16px;
      font-weight: bolder;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.75;
      letter-spacing: normal;
      text-align: left;
      color: #fff;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #header .container nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #header .container nav ul li {
          padding: 10px 20px;
          cursor: pointer; }
          #header .container nav ul li a {
            display: block; }
        #header .container nav ul li.active {
          border-bottom: 1px solid #ceb071; }
          #header .container nav ul li.active a {
            color: #ceb071; }
        #header .container nav ul li.btn a {
          border-radius: 28px;
          border: 2px solid #C19E55;
          line-height: 40px;
          text-align: center;
          padding: 0 20px;
          font-size: 16px;
          font-weight: 700;
          color: #C19E55; }

.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; }
  .side .mob_view {
    display: none; }
  .side a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #af955f;
    font-style: normal;
    font-weight: bolder;
    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;
      font-weight: bolder;
      font-size: 14px;
      line-height: 18px; }
    .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 img {
    width: 100%; }

.footer-bg {
  position: relative; }

#foot {
  position: relative;
  width: 100%;
  padding: 50px;
  background: #000000; }
  #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; }
  #foot .footer__title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-right: 60px; }
  #foot .footer__text {
    width: 725px;
    font-size: 14px;
    line-height: 1.71; }
  #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; }

#footer {
  border-top: 2px solid #EAE3B8; }

#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; }
  #footer_download .footer_download_title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 8px;
    text-align: center;
    margin-left: 69px; }
  #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%); }
    #footer_download .footer_download_con .footer_download_img {
      margin-right: 40px; }
    #footer_download .footer_download_con .footer_download_text {
      margin-top: 24px; }
      #footer_download .footer_download_con .footer_download_text h6 {
        font-size: 24px; }
      #footer_download .footer_download_con .footer_download_text > p {
        white-space: nowrap;
        font-size: 16px;
        letter-spacing: 0.8px;
        margin: 20px 0 45px 0; }
        #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; }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
          margin-right: 24px; }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
          font-size: 14px; }
          #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
            font-size: 36px;
            margin-bottom: 19px; }
          #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
            line-height: 1.1em; }
          #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; }
        #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; }
          #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; }

.float {
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite; }

.note-wrapper {
  background: none;
  color: #fff;
  position: relative;
  padding: 50px 15px; }
  .note-wrapper.active {
    background: #111 url(../img/bg/img_note_bg.png) no-repeat bottom center;
    background-size: 100% auto; }
    .note-wrapper.active .nav-title {
      background: url(../img/minus.png) right center no-repeat;
      background-size: 32px 32px; }
  .note-wrapper .bg-light {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0px;
    height: 50px;
    width: 300px; }
    .note-wrapper .bg-light img {
      width: 100%; }
  .note-wrapper .main-wrapper {
    max-width: 800px;
    margin: auto; }
  .note-wrapper .note-title {
    font-size: 28px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.8px;
    text-align: left;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ceb071;
    margin-bottom: 50px;
    line-height: 1.5;
    background: url(../img/plus.png) right center no-repeat;
    background-size: 32px 32px;
    cursor: pointer;
    position: relative;
    padding: 20px 0; }
    .note-wrapper .note-title p {
      padding: 0;
      margin: 0; }
    .note-wrapper .note-title br {
      display: none; }
  .note-wrapper .note-description {
    font-size: 14px;
    font-weight: bolder;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: justify;
    color: #fff;
    position: relative;
    display: none;
    overflow: hidden; }
    .note-wrapper .note-description li {
      color: #fff;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 20px;
      position: relative; }
      .note-wrapper .note-description li .title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .note-wrapper .note-description li .title:after {
          display: none; }
      .note-wrapper .note-description li a {
        color: #fff; }
      .note-wrapper .note-description li b {
        min-width: 25px;
        height: 25px;
        background-color: #ceb071;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 15px; }
      .note-wrapper .note-description li .sub {
        margin: 0; }
        .note-wrapper .note-description li .sub > li {
          list-style: decimal;
          display: list-item;
          margin: 10px 0 0 60px; }
          .note-wrapper .note-description li .sub > li .point > li {
            list-style: disc;
            display: list-item;
            margin: 10px 0 0 25px; }
          .note-wrapper .note-description li .sub > li .number > li {
            list-style: decimal;
            display: list-item;
            margin: 10px 0 0 25px; }

.selectionPlatform-bg-wrapper {
  position: relative;
  overflow: hidden;
  padding: 180px 15px;
  background: url(../img/bg/bg_deco.png) center no-repeat;
  background-size: 100% auto; }
  .selectionPlatform-bg-wrapper .star {
    right: 30px;
    top: 0px; }
  .selectionPlatform-bg-wrapper .container {
    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;
    padding: 50px 0; }
  .selectionPlatform-bg-wrapper .bg-light {
    position: absolute;
    right: 0px;
    bottom: 50px; }
  .selectionPlatform-bg-wrapper .swiper-slide .subContainer {
    padding: 0 20px; }
  .selectionPlatform-bg-wrapper .swiper-slide .subContainerContent {
    padding: 0 20px; }
  .selectionPlatform-bg-wrapper .swiper-pagination {
    position: relative;
    padding: 30px 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; }
    .selectionPlatform-bg-wrapper .swiper-pagination .swiper-pagination-bullet {
      min-width: 35px;
      height: 35px;
      margin: 0 3px;
      background-color: #333333;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      opacity: 1; }
      .selectionPlatform-bg-wrapper .swiper-pagination .swiper-pagination-bullet span {
        font-size: 25px; }
    .selectionPlatform-bg-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #ceb071;
      color: #000; }
  .selectionPlatform-bg-wrapper:nth-child(4) {
    padding-top: 80px;
    background: #f0e7d9 url(../img/5555.jpeg) no-repeat center center;
    background-size: 100%; }
  .selectionPlatform-bg-wrapper .title {
    margin-bottom: 80px; }

#tabs {
  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;
  padding-top: 50px; }
  #tabs li a {
    font-size: 24px;
    cursor: pointer;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px 20px;
    border-bottom: 3px solid #333;
    min-width: 230px; }
    #tabs li a:hover {
      border-color: #fff; }
  #tabs li a.inactive {
    border-color: #fff; }

.swiper .banner {
  position: relative; }

.swiper .star {
  right: -50px;
  top: -20px; }

.subtabContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .subtabContainer .banner {
    margin-top: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto;
    text-align: center; }
    .subtabContainer .banner img {
      width: 100%;
      max-width: 300px;
      margin: auto; }
    .subtabContainer .banner img.website {
      max-width: 500px; }
  .subtabContainer .subContainerTitle {
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #ceb071; }
  .subtabContainer .subContainerContent {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    max-width: 500px;
    margin: auto; }
    .subtabContainer .subContainerContent b {
      color: #ceb071;
      display: inline; }
    .subtabContainer .subContainerContent b.more {
      display: inline;
      text-decoration: underline;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      cursor: pointer;
      color: #fff; }
    .subtabContainer .subContainerContent p {
      text-align: left; }
    .subtabContainer .subContainerContent ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .subtabContainer .subContainerContent ul li::before {
        content: "";
        display: block;
        min-width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ceb071;
        margin-right: 15px;
        margin-top: 10px; }
  .subtabContainer .circle {
    position: absolute;
    width: 556px;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 556px;
    background: url(../img/bg/circle.png);
    background-size: cover;
    -webkit-animation: circle 10s linear infinite;
    animation: circle 10s linear infinite; }

#subtabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  #subtabs li {
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    #subtabs li .detail {
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.56;
      letter-spacing: normal;
      text-align: left;
      color: #fff;
      width: 100%;
      display: none; }
      #subtabs li .detail b {
        color: #ceb071;
        display: inline; }
      #subtabs li .detail b.more {
        display: inline;
        text-decoration: underline;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        cursor: pointer;
        color: #fff; }
      #subtabs li .detail p {
        text-align: left; }
      #subtabs li .detail ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        #subtabs li .detail ul li::before {
          content: "";
          display: block;
          min-width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #ceb071;
          margin-right: 15px;
          margin-top: 10px; }
    #subtabs li a {
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.08;
      letter-spacing: normal;
      text-align: left;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      cursor: pointer;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 15px 0;
      margin-bottom: 20px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      #subtabs li a:hover {
        border-color: #fff; }
      #subtabs li a p {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.08;
        letter-spacing: normal;
        text-align: left;
        color: #fff; }
      #subtabs li a b {
        font-size: 32px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        margin-right: 20px; }
    #subtabs li a.inactive {
      border-bottom: 1px solid #ceb071;
      color: #ceb071; }
      #subtabs li a.inactive p {
        color: #ceb071; }
      #subtabs li a.inactive + .detail {
        display: block; }

.banner-bg-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 75px;
  background: url(../img/bg/kv_bg.jpg) no-repeat center center;
  background-size: 100% auto; }
  .banner-bg-wrapper .main-wrapper {
    width: 100%;
    max-width: 1130px; }
  .banner-bg-wrapper .icon_kv_arrow {
    position: relative;
    text-align: center;
    width: 77px;
    margin: auto;
    height: 80px;
    -webkit-animation: float infinite 2s linear;
    animation: float infinite 2s linear; }
  .banner-bg-wrapper .bg-light {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    height: 79px; }
  .banner-bg-wrapper .bg-light2 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 79px;
    margin: auto; }

#banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  z-index: 20;
  padding: 0 15px; }

.slogan-banner {
  position: relative; }
  .slogan-banner .banner-detail {
    display: none; }
  .slogan-banner .banner-box {
    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;
    position: relative;
    margin: 50px 0; }
    .slogan-banner .banner-box .slogan5 {
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      z-index: -1;
      width: 550px;
      height: 550px;
      -webkit-animation: none;
      animation: none; }
      .slogan-banner .banner-box .slogan5 img {
        width: 100%; }
    .slogan-banner .banner-box .slogan4 {
      position: absolute; }
  .slogan-banner .slogan2 {
    position: absolute;
    top: -5%;
    left: -30%; }
    .slogan-banner .slogan2 img {
      -webkit-animation: float infinite 5s linear;
      animation: float infinite 5s linear; }
  .slogan-banner .slogan3 {
    position: absolute;
    right: -20%;
    bottom: 0;
    position: absolute; }
    .slogan-banner .slogan3 img {
      -webkit-animation: float infinite 5s linear;
      animation: float infinite 5s linear; }
  .slogan-banner .slogan4 {
    position: absolute;
    left: -10%;
    top: -30%;
    bottom: 0;
    margin: auto;
    height: 202px; }

.slogan-wrapper {
  position: relative;
  margin: auto;
  z-index: 10;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .slogan-wrapper img {
    width: 100%; }
  .slogan-wrapper .slogan {
    position: relative;
    z-index: 10;
    width: 600px;
    height: auto;
    margin: 15px 0; }
    .slogan-wrapper .slogan.mobile {
      display: none; }
  .slogan-wrapper .slogan2 {
    width: 556px;
    height: 74px;
    margin-bottom: 20px; }
  .slogan-wrapper .slogan3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 600px; }
  .slogan-wrapper .slogan4-text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .slogan-wrapper .slogan5-text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.slogan4-text {
  width: 460px;
  height: 82px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-size: 28px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  color: #ceb071;
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 40px; }

.slogan5-text {
  font-size: 18px;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  width: 650px; }

.dialog-wrapper {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  top: 0;
  display: none;
  padding: 15px; }
  .dialog-wrapper .main-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    border-radius: 25px;
    padding: 50px 20px 20px;
    border: 3px solid #ceb071; }
  .dialog-wrapper .dialog-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }
  .dialog-wrapper .content {
    padding: 20px;
    max-width: 500px; }
    .dialog-wrapper .content p {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #000; }
    .dialog-wrapper .content b {
      color: #ceb071; }
  .dialog-wrapper .qrcode-box {
    position: relative;
    padding: 20px; }
    .dialog-wrapper .qrcode-box .icon {
      position: absolute;
      left: -150px;
      bottom: -100px;
      width: 186px;
      height: 242px; }
      .dialog-wrapper .qrcode-box .icon img {
        width: 100%; }
  .dialog-wrapper .qrcode-content p {
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 5.6px;
    text-align: center;
    color: #000; }

.dialog-wrapper.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.apply-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0; }

.apply-btn {
  width: 300px;
  height: 60px;
  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;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative; }
  .apply-btn:first-child {
    background: #68492d;
    border-radius: 14px;
    -webkit-box-shadow: 0 5px #3e3219;
    box-shadow: 0 5px #3e3219;
    margin-right: 50px; }
  .apply-btn:last-child {
    background: #af955f;
    border-radius: 14px;
    -webkit-box-shadow: 0 5px #8c7036;
    box-shadow: 0 5px #8c7036; }
  .apply-btn:hover {
    top: 5px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px; }
  .apply-btn:active {
    top: 5px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px; }

.selectionDetail-bg-wrapper {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  background: #111 url(../img/bg/img_bg_sec2+3.svg) no-repeat top center; }
  .selectionDetail-bg-wrapper .main-wrapper:nth-child(2) {
    padding-top: 200px; }
  .selectionDetail-bg-wrapper .bg1 {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .selectionDetail-bg-wrapper .bg_Select {
    background-image: url(../img/godown_bg2.svg); }

.selectionDetail-bg-wrapper.special {
  background: url(../img/bg/feature_introduction_bg.png) bottom no-repeat;
  background-size: 100% 100%; }

.performance_box {
  position: relative;
  padding: 50px 20px 100px;
  overflow: hidden; }
  .performance_box .star:first-child {
    left: 180px;
    top: 0px; }
  .performance_box .star:nth-child(2) {
    top: 550px;
    right: 150px; }

.performace-item {
  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;
  max-width: 730px;
  height: 200px;
  margin: auto;
  border-radius: 100px 0 0 100px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-9.06%, rgba(237, 204, 148, 0)), color-stop(47.47%, rgba(211, 187, 136, 0.5)), color-stop(92.58%, #C19E55));
  background: -webkit-linear-gradient(right, rgba(237, 204, 148, 0) -9.06%, rgba(211, 187, 136, 0.5) 47.47%, #C19E55 92.58%);
  background: -o-linear-gradient(right, rgba(237, 204, 148, 0) -9.06%, rgba(211, 187, 136, 0.5) 47.47%, #C19E55 92.58%);
  background: linear-gradient(270deg, rgba(237, 204, 148, 0) -9.06%, rgba(211, 187, 136, 0.5) 47.47%, #C19E55 92.58%);
  margin-bottom: 85px; }
  .performace-item.special {
    border-radius: 0 100px 100px 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(-9.06%, rgba(237, 204, 148, 0)), color-stop(47.47%, rgba(211, 187, 136, 0.5)), color-stop(92.58%, #C19E55));
    background: -webkit-linear-gradient(left, rgba(237, 204, 148, 0) -9.06%, rgba(211, 187, 136, 0.5) 47.47%, #C19E55 92.58%);
    background: -o-linear-gradient(left, rgba(237, 204, 148, 0) -9.06%, rgba(211, 187, 136, 0.5) 47.47%, #C19E55 92.58%);
    background: linear-gradient(90deg, rgba(237, 204, 148, 0) -9.06%, rgba(211, 187, 136, 0.5) 47.47%, #C19E55 92.58%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .performace-item.special .left .icon {
      margin-right: -25px; }
  .performace-item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.8px;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
    padding: 0 30px; }
    .performace-item .title p {
      font-size: 35px;
      font-weight: 900;
      color: #fff;
      line-height: 40px; }
    .performace-item .title:after {
      display: none; }
    .performace-item .title b {
      width: 30px;
      height: 30px;
      margin-left: 15px;
      background: url(../img/icon_arrow_right.svg) no-repeat left center; }
  .performace-item .left .icon {
    position: relative;
    margin-left: -25px; }
  .performace-item .right {
    width: 100%; }
    .performace-item .right .icon {
      position: relative;
      margin-right: -25px; }
  .performace-item .detail {
    padding: 0 30px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 32px; }

#selectionDetail-description {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 26px;
  padding: 0 15px; }

#selectionDetail-description-bg {
  position: absolute;
  top: 0; }

.nav-title {
  font-size: 52px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 5.2px;
  color: #fff;
  text-align: center; }
  .nav-title span {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ceb071; }
  .nav-title br {
    display: none; }

.star {
  position: absolute;
  -webkit-animation: shinyStart infinite 2s ease-in-out;
  animation: shinyStart infinite 2s ease-in-out; }

.select-box {
  margin: 50px auto;
  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; }
  .select-box .selectDetail-btn {
    height: 75px;
    width: 336px;
    background: url(../img/main/img_btn_bg.png) no-repeat center center;
    background-size: 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;
    -webkit-animation: floatX infinite 2s ease-in-out;
    animation: floatX infinite 2s ease-in-out;
    cursor: pointer; }
    .select-box .selectDetail-btn p {
      font-size: 24px;
      font-weight: 900;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 4.8px;
      text-align: left;
      color: #fff; }
    .select-box .selectDetail-btn b {
      width: 30px;
      display: block;
      height: 20px;
      margin-left: 20px;
      background: url(../img/icon_arrow_right.svg) no-repeat center center; }
  .select-box .step {
    position: relative; }
    .select-box .step:first-child {
      width: 270px;
      height: 200px;
      background: url(../img/main/img_sec2_step_1.svg) no-repeat center center;
      background-size: 100%; }
    .select-box .step:nth-child(2) {
      width: 420px;
      height: 200px;
      background: url(../img/main/img_sec2_step_2.svg) no-repeat center center;
      margin-left: -30px;
      background-size: 100%; }
    .select-box .step:nth-child(3) {
      width: 432px;
      height: 200px;
      background: url(../img/main/img_sec2_step_3.svg?v=20250529) no-repeat center center;
      background-size: 100%;
      margin-left: -30px; }
      .select-box .step:nth-child(3) .star {
        display: none; }
    .select-box .step:last-child {
      margin-left: -140px; }
    .select-box .step .star:nth-child(2) {
      right: -50px;
      bottom: -20px; }
    .select-box .step .star:first-child {
      left: 0px;
      top: -80px;
      -webkit-animation-delay: 500ms;
      animation-delay: 500ms; }

.role-bg {
  position: relative;
  z-index: 2; }

.mySwiper .swiper-slide:last-child .role:after {
  display: none; }

.mySwiper .role {
  width: 214px;
  height: 300px;
  background-color: #1e1e1e;
  border-radius: 120px;
  margin: auto;
  position: relative; }
  .mySwiper .role h4 b {
    color: #af955f; }
  .mySwiper .role:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -15%;
    width: 20px;
    height: 20px;
    background: url(../img/right.svg) no-repeat center center; }
  .mySwiper .role .role-wrapper {
    height: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .mySwiper .role .role-title {
    margin-top: 0px;
    max-width: 140px;
    margin-bottom: 20px; }
  .mySwiper .role .role-descritption {
    margin-top: 0px;
    padding: 0 25px; }
    .mySwiper .role .role-descritption h4 {
      font-style: normal;
      font-weight: bolder;
      font-size: 20px;
      line-height: 29px;
      text-align: center;
      color: #ffffff; }

.header_bg_role {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/header_bg_role.png) no-repeat top center;
  top: 0;
  z-index: 1; }

#selectionCoupon-description-innerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }

#selectionCoupon-description-bg {
  width: 935px;
  height: 316px;
  margin: auto;
  margin-top: 150px; }
  #selectionCoupon-description-bg img {
    width: 100%; }

#captcha {
  display: block;
  margin: auto;
  background-color: #e6e6e6; }

.title {
  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;
  position: relative; }
  .title p {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    color: #fff; }

.swiper-button-next {
  color: #cc9f50;
  background: url(../img/swiper-prev-icon.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  background-size: 100%;
  right: 0px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  right: 0px; }
  .swiper-button-next:after {
    display: none; }

.swiper-button-prev {
  color: #cc9f50;
  background: url(../img/swiper-prev-icon.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  background-size: 100%;
  left: 0px; }
  .swiper-button-prev:after {
    display: none; }

.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url(../img/swiper-prev-icon-disable.svg) no-repeat center center;
  background-size: 100%; }

.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../img/swiper-prev-icon-disable.svg) no-repeat center center;
  background-size: 100%; }

.fix-btn {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 320px;
  z-index: 9; }
  .fix-btn a {
    display: block; }
    .fix-btn a:first-of-type {
      margin-bottom: 40px; }
    .fix-btn a:hover img {
      opacity: 0; }
    .fix-btn a:hover.btn01 {
      background: url(../img/fix-btn-01-hover.png) center no-repeat;
      background-size: 100% 100%; }
    .fix-btn a:hover.btn02 {
      background: url(../img/fix-btn-02-hover.png) center no-repeat;
      background-size: 100% 100%; }
    .fix-btn a.mobile {
      display: none; }
    .fix-btn a img {
      display: block;
      width: 100%; }

.blocker {
  z-index: 9999999 !important; }
  .blocker .modal {
    border: 0;
    padding: 0;
    margin: auto;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .blocker .modal img {
      display: block;
      width: 460px;
      margin: 0px auto; }
    .blocker .modal a.close-modal {
      background: none;
      width: 25px;
      height: 25px;
      right: 40px;
      top: 20px; }

@media all and (max-width: 850px) {
  .container {
    padding: 0 15px; }
  .note-wrapper.active {
    background: #111 url(../img/bg/img_note_bg.png) no-repeat bottom center;
    background-size: 200% auto; }
  .note-wrapper .note-title {
    font-size: 20px; }
    .note-wrapper .note-title br {
      display: block; }
  .selectionPlatform-bg-wrapper .bg-light {
    width: 250px;
    bottom: 0; }
    .selectionPlatform-bg-wrapper .bg-light img {
      width: 100%; }
  #tabs {
    padding-top: 25px; }
    #tabs li a {
      min-width: 100px;
      font-size: 15px; }
  .swiper .star {
    right: -10px; }
  .subtabContainer .subContainerTitle {
    font-size: 20px; }
  .subtabContainer .banner img {
    max-width: 200px; }
  .subtabContainer .banner img.website {
    max-width: 300px; }
  .subtabContainer .circle {
    width: 300px;
    height: 300px;
    bottom: unset;
    top: 50px; }
  .banner-bg-wrapper .bg-light {
    width: 200px;
    bottom: 100px; }
    .banner-bg-wrapper .bg-light img {
      width: 100%; }
  .banner-bg-wrapper .bg-light2 {
    width: 200px;
    top: 120px; }
    .banner-bg-wrapper .bg-light2 img {
      width: 100%; }
  .slogan-banner .banner-box {
    width: 60%;
    margin: 25px auto; }
    .slogan-banner .banner-box .slogan1 {
      width: 200px; }
  .slogan-banner .slogan2 {
    width: 50% !important; }
    .slogan-banner .slogan2 img {
      width: 100%; }
  .slogan-banner .slogan3 {
    width: 50px; }
  .selectionDetail-bg-wrapper {
    padding: 20px 0; }
    .selectionDetail-bg-wrapper.special {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(94.49%, rgba(237, 204, 148, 0)), color-stop(107.07%, rgba(211, 187, 136, 0.5)), color-stop(113.81%, #C19E55));
      background: -webkit-linear-gradient(top, rgba(237, 204, 148, 0) 94.49%, rgba(211, 187, 136, 0.5) 107.07%, #C19E55 113.81%);
      background: -o-linear-gradient(top, rgba(237, 204, 148, 0) 94.49%, rgba(211, 187, 136, 0.5) 107.07%, #C19E55 113.81%);
      background: linear-gradient(180deg, rgba(237, 204, 148, 0) 94.49%, rgba(211, 187, 136, 0.5) 107.07%, #C19E55 113.81%);
      padding: 0; }
    .selectionDetail-bg-wrapper .main-wrapper:nth-child(2) {
      padding-top: 30px; }
  .performance_box {
    padding: 30px 20px; }
    .performance_box .star:first-child {
      z-index: 20;
      left: 50px; }
    .performance_box .star:nth-child(2) {
      right: 50px;
      z-index: 20;
      top: 500px; }
  .performace-item {
    background: url(../img/bg/item-bg-mb.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 25px;
    width: calc(100% - 10px);
    padding: 30px 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
    height: auto; }
    .performace-item .title {
      padding: 0 15px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .performace-item .title p {
        font-size: 24px; }
    .performace-item .detail {
      font-size: 18px;
      line-height: 28px; }
    .performace-item.special {
      background: url(../img/bg/item-bg-mb.png) no-repeat;
      background-size: 100% 100%;
      border-radius: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .performace-item.special .left .icon {
        margin-right: 0; }
    .performace-item:last-child {
      background: url(../img/bg/item-bg-mb.png) no-repeat;
      background-size: 100% 100%;
      border-radius: 25px; }
    .performace-item .detail {
      padding: 0 15px; }
    .performace-item .left .icon {
      margin-left: 0; }
      .performace-item .left .icon img {
        display: block;
        margin: 0 auto; }
    .performace-item .detail {
      text-align: center; }
  .select-box {
    margin: 25px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .select-box .selectDetail-btn {
      width: 250px; }
      .select-box .selectDetail-btn p {
        font-size: 18px; }
    .select-box .step:first-child {
      width: 100% !important;
      max-width: 340px;
      height: 100px;
      background: url(../img/main/img_sec2_step_1_mob.svg) no-repeat center center;
      background-size: 100%; }
    .select-box .step:nth-child(2) {
      width: 100% !important;
      margin-left: 0;
      max-width: 340px;
      height: 150px;
      background: url(../img/main/img_sec2_step_2_mob.svg) no-repeat center center;
      background-size: 100%; }
    .select-box .step:nth-child(3) {
      width: 100% !important;
      margin-left: 0;
      margin-top: -50px;
      max-width: 340px;
      height: 350px;
      background: url(../img/main/img_sec2_step_3_mob.svg?v=20250529) no-repeat center center;
      background-size: 100%;
      position: relative; }
      .select-box .step:nth-child(3) .star {
        display: block; }
        .select-box .step:nth-child(3) .star:first-child {
          left: 20px;
          top: 120px; }
        .select-box .step:nth-child(3) .star:last-child {
          bottom: 20px;
          right: 10px; }
    .select-box .step:last-child {
      width: 165px !important;
      margin: -150px auto 0 auto !important; }
      .select-box .step:last-child .star {
        display: none; }
  #selectionDetail-description-innerWrapper #schoolSubmit {
    max-width: 250px; }
    #selectionDetail-description-innerWrapper #schoolSubmit p {
      font-size: 18px; } }

@media all and (max-width: 1024px) {
  .web_view {
    display: none !important; }
  .mob_view {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  #header .container #header-toggle {
    display: inline-block;
    width: 76px;
    height: 76px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-image: url(../img/icon_hambuger_open.svg); }
  #header .container nav {
    display: none; }
  #header .container nav.toggled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 76px;
    left: 0;
    background: #111;
    height: auto;
    width: 100%;
    padding: 0; }
    #header .container nav.toggled:after {
      content: "";
      display: block;
      width: 100%;
      height: 100svh;
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      left: 0;
      top: 100%; }
    #header .container nav.toggled ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
      #header .container nav.toggled ul li {
        border-bottom: 1.5px solid #C19E55;
        width: 100%;
        display: block;
        text-align: center;
        padding: 20px 0; }
        #header .container nav.toggled ul li a {
          color: #C19E55;
          font-size: 18px;
          font-weight: bolder;
          padding: 0; }
      #header .container nav.toggled ul li.btn a {
        width: 120px;
        margin: 0px auto;
        line-height: 25px;
        padding: 8px 20px; }
  .side {
    top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px;
    height: 50px;
    right: 0; }
    .side .web_view {
      display: none; }
    .side .mob_view {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .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 {
    padding-bottom: 50px; }
  #banner {
    margin: auto;
    padding: 0 50px; }
  .slogan-banner .banner-box .slogan1 {
    width: 350px; }
    .slogan-banner .banner-box .slogan1 img {
      width: 100%; }
  .slogan-banner .banner-box .slogan5 {
    width: 420px;
    height: 420px; }
  .slogan-banner .slogan2 {
    width: auto; }
    .slogan-banner .slogan2 img {
      width: 100%; }
  .slogan-banner .slogan3 {
    width: auto; }
    .slogan-banner .slogan3 img {
      width: 100%; }
  .slogan-banner .slogan4 {
    width: auto; }
    .slogan-banner .slogan4 img {
      width: 100%; }
  .slogan-wrapper .slogan {
    display: none; }
    .slogan-wrapper .slogan.mobile {
      display: block;
      width: 335px; }
  .slogan-wrapper .slogan2 {
    width: 340px;
    height: 46px; }
  .slogan-wrapper .slogan3 img {
    width: 130px; }
    .slogan-wrapper .slogan3 img:last-child {
      width: 150px; }
  .slogan4-text {
    font-size: 20px;
    margin: 15px 0;
    height: auto; }
  .slogan5-text {
    font-size: 16px;
    line-height: 23px;
    width: 480px; }
  .apply-wrapper {
    display: none; }
  .select-box .step:first-child {
    width: 160px; }
  .select-box .step:nth-child(2) {
    width: 250px; }
  .select-box .step:nth-child(3) {
    width: 250px; }
  .select-box .step:last-child {
    margin-left: -80px;
    width: 150px; }
    .select-box .step:last-child img {
      width: 100%; }
  .selectionPlatform-bg-wrapper {
    padding: 50px 15px; }
  .mySwiper .role:after {
    display: none; } }

@media all and (max-width: 850px) {
  .fix-btn {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4.59%, rgba(17, 17, 17, 0)), color-stop(21.5%, rgba(17, 17, 17, 0.81)), color-stop(49.5%, #111));
    background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 4.59%, rgba(17, 17, 17, 0.81) 21.5%, #111 49.5%);
    background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 4.59%, rgba(17, 17, 17, 0.81) 21.5%, #111 49.5%);
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 4.59%, rgba(17, 17, 17, 0.81) 21.5%, #111 49.5%);
    padding: 32px 0 12px 0; }
    .fix-btn a {
      display: none;
      vertical-align: middle;
      margin: 0 auto; }
      .fix-btn a:first-of-type {
        margin: 0 auto; }
      .fix-btn a.mobile {
        display: inline-block; }
      .fix-btn a img {
        width: auto;
        height: 62px; }
      .fix-btn a:hover img {
        opacity: 1; }
  #header.header-zindex-adj-m {
    z-index: 102; }
  #foot {
    padding: 30px; }
    #foot .footer--flex {
      display: block;
      margin-bottom: 30px; }
    #foot .footer__title {
      margin: auto;
      margin-bottom: 15px; }
    #foot .footer__text {
      width: auto; }
  #footer_download {
    height: auto;
    position: unset;
    padding: 47px 20px 0 20px; }
    #footer_download .footer_download_title {
      font-size: 16px;
      letter-spacing: 3.2px;
      margin-left: 0; }
    #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: 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 h6 {
        display: none; }
      #footer_download .footer_download_con .footer_download_text > p {
        display: none; }
      #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 {
          display: none; }
        #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) {
          text-align: center; }
        #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 {
          text-align: center;
          margin: 0 auto;
          max-width: 300px; }
  .note-wrapper .bg-light {
    display: none; }
  .nav-title {
    font-size: 30px;
    line-height: 40px;
    padding-top: 20px; }
    .nav-title span {
      font-size: 15px; }
    .nav-title br {
      display: block; }
  .selectionPlatform-bg-wrapper {
    padding: 25px 15px; }
    .selectionPlatform-bg-wrapper .title {
      margin-bottom: 50px; } }

@media all and (max-width: 1279px) {
  #header .container .header-logo {
    margin: auto; }
  #foot {
    padding: 30px 40px; }
    #foot .footer--flex {
      margin-bottom: 35px; }
    #foot .footer__title {
      font-size: 22px;
      margin-right: 30px; }
    #foot .footer__text {
      width: 470px;
      font-size: 12px; }
  #download {
    display: block; }
  #footer_download .footer_download_title {
    font-size: 20px;
    letter-spacing: 5px;
    margin-left: 115px; }
  #footer_download .footer_download_con {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 760px; }
    #footer_download .footer_download_con .footer_download_text {
      margin-top: 16px; }
      #footer_download .footer_download_con .footer_download_text h6 {
        font-size: 16px; }
      #footer_download .footer_download_con .footer_download_text > p {
        font-size: 12px;
        margin: 14px 0 30px 0; }
      #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%; }
      #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: 24px;
          margin-bottom: 14px;
          margin-top: 4px; }
      #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: 850px) {
  .main .main-wrapper {
    width: 100%;
    max-width: 414px;
    margin: auto; }
  .banner-bg-wrapper {
    background: url(../img/bg/kv_bg_mb.png) top center no-repeat;
    background-size: 430px auto; }
    .banner-bg-wrapper .icon_kv_arrow {
      width: 40px;
      height: 54px; }
      .banner-bg-wrapper .icon_kv_arrow img {
        width: 100%; }
    .banner-bg-wrapper .bg-light {
      bottom: 250px; }
    .banner-bg-wrapper .bg-light2 {
      top: 250px; }
  #banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px; }
  .slogan-banner {
    width: 100%;
    margin: auto; }
    .slogan-banner .banner-detail {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 400px;
      margin: auto; }
      .slogan-banner .banner-detail .slogan4-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 30px;
        margin: 0px auto 15px;
        text-align: center; }
      .slogan-banner .banner-detail .slogan5-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 23px;
        margin: 0px auto 15px;
        text-align: center;
        text-align: left; }
    .slogan-banner .banner-box {
      width: 60%;
      margin: 50px auto; }
    .slogan-banner .slogan3 {
      width: 40%;
      right: -30%; }
    .slogan-banner .slogan4 {
      width: 70%;
      left: -35%;
      top: 10%; }
  .slogan-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .slogan-wrapper .slogan {
      max-width: 306px;
      width: 100%;
      height: 40px; }
    .slogan-wrapper .slogan2 {
      max-width: 340px;
      width: 100%;
      height: 46px; }
    .slogan-wrapper .slogan3 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      max-width: 400px; }
      .slogan-wrapper .slogan3 img {
        width: 100px; }
        .slogan-wrapper .slogan3 img:last-child {
          width: 120px; }
    .slogan-wrapper .slogan4-text {
      display: none; }
    .slogan-wrapper .slogan5-text {
      display: none; }
  .slogan4-text {
    width: 100%; }
  .slogan5-text {
    width: 100%; } }

@media all and (max-width: 850px) and (max-width: 640px) {
  .slogan-banner .banner-detail {
    display: block; } }

@media only screen and (max-width: 768px) {
  #selectionDetail-description-innerWrapper {
    background: url(../img/bg/form-bg-mb.png) no-repeat;
    background-size: 100% 100%;
    max-width: 340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 20px 48px 20px; }
    #selectionDetail-description-innerWrapper .check p {
      font-size: 14px;
      line-height: 24px; }
    #selectionDetail-description-innerWrapper .detailList li {
      font-size: 14px;
      line-height: 24px; }
    #selectionDetail-description-innerWrapper .detail1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    #selectionDetail-description-innerWrapper .detail2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    #selectionDetail-description-innerWrapper .captcha {
      display: block; }
      #selectionDetail-description-innerWrapper .captcha > img {
        display: inline-block;
        vertical-align: middle;
        margin-top: 10px; }
      #selectionDetail-description-innerWrapper .captcha #reload {
        display: inline-block;
        vertical-align: middle;
        margin-top: 10px; }
  #selectionCoupon-description-innerWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: -50px; } }

@media screen and (max-width: 768px) {
  #selectionDetail-description-innerWrapper .input input {
    width: 100%; }
  #selectionDetail-description-innerWrapper .mov-view {
    display: block; } }

@media all and (min-width: 1024px) {
  .mySwiper .role:after {
    right: -25%; } }

@media (max-width: 1366px) {
  #selectionCoupon-description-bg {
    margin-top: 50px;
    width: 768px;
    margin-bottom: 150px; } }
