@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, 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;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:active, a:hover {
  outline: none;
}
a img {
  border: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table, tbody, tr, th, td {
  margin: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: iddle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

body {
  font-family: "Darker Grotesque", "Helvetica Neue", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}

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

html:lang(en) {
  font-size: 16px;
}

html:lang(zh) {
  font-size: 16px;
}

html:lang(jp) {
  font-size: 16px;
}

html:lang(ko) {
  font-size: 16px;
}

* {
  -webkit-tap-highlight-color: transparent;
  image-rendering: -webkit-optimize-contrast;
}

*::-moz-selection {
  color: #fff;
  background: #43BCC7;
}

*::selection {
  color: #fff;
  background: #43BCC7;
}

::-webkit-scrollbar {
  width: 10px;
  -webkit-appearance: none;
}

::-webkit-scrollbar-track {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #43BCC7;
}
::-webkit-scrollbar-thumb:hover {
  background: #43BCC7;
}

@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot");
  src: url("../font/fontello.eot#iefix") format("embedded-opentype"), url("../font/fontello.woff") format("woff"), url("../font/fontello.ttf") format("truetype"), url("../font/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  display: block;
}

html, body {
  background: #031019;
  font-size: 8px;
  -webkit-overflow-scrolling: touch;
  display: block;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
@media screen and (max-width: 991px) {
  html, body {
    scroll-behavior: smooth;
  }
}

div {
  display: block;
}

body#en {
  font-family: "Montserrat", "Noto Sans Symbols 2", "Noto Sans TC", Arial, sans-serif;
}

body#zh {
  font-family: "Montserrat", "Noto Sans Symbols 2", "Noto Sans TC", Arial, sans-serif;
}

body#jp {
  font-family: "Montserrat", "Noto Sans Symbols 2", "Noto Sans JP", Arial, sans-serif;
}

body#ko {
  font-family: "Montserrat", "Noto Sans Symbols 2", "Noto Sans KR", Arial, sans-serif;
}

h1 {
  font-size: 4vw;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  -webkit-filter: drop-shadow(0px 5px 2px black) drop-shadow(0px 5px 3px black);
          filter: drop-shadow(0px 5px 2px black) drop-shadow(0px 5px 3px black);
  font-family: "Orbitron", "Montserrat", "Noto Sans JP", sans-serif;
  text-align: center;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 6vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 9vw;
    line-height: 1.2;
  }
}
h1 span {
  color: #00E8F0;
}

h2, .itemTitle {
  font-size: 3.3vw;
  line-height: 1.2;
  font-weight: 800;
  color: transparent;
  background: url(../images/h2-bg.jpg) 0 50%/100% 100% repeat-x text;
  -webkit-background-clip: text;
  background-clip: text;
  letter-spacing: -1px;
  -webkit-filter: drop-shadow(0 0 2px #000) drop-shadow(0 2px 5px #000);
          filter: drop-shadow(0 0 2px #000) drop-shadow(0 2px 5px #000);
  font-family: "Orbitron", "Montserrat", "Noto Sans JP", sans-serif;
  text-align: center;
  display: table;
  margin: 0 auto;
  will-change: background-position;
}
@media screen and (max-width: 991px) {
  h2, .itemTitle {
    font-size: 4vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  h2, .itemTitle {
    font-size: 8.5vw;
    line-height: 1.2;
    background: url(../images/h2-bg.jpg) 0 50%/1000% 100% repeat-x text;
  }
}

h3 {
  position: relative;
  margin: 0 auto;
  font-size: 1.5vw;
  line-height: 1.2;
  font-weight: 700;
  color: #00BDCA;
  text-align: center;
  border-radius: 30px;
  padding: 5px 25px;
  -webkit-filter: drop-shadow(0px 0px 2px black) drop-shadow(0px 2px 5px black);
          filter: drop-shadow(0px 0px 2px black) drop-shadow(0px 2px 5px black);
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 2vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 5vw;
    line-height: 1.2;
  }
}

h4 {
  font-size: 1.2vw;
  line-height: 1.2;
  color: white;
  font-weight: 700;
  font-family: "Orbitron", "Montserrat", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1200px) {
  h4 {
    font-size: 1.7vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 4.5vw;
    line-height: 1.2;
  }
}

h5 {
  font-size: 1.2vw;
  line-height: 1.2;
  color: white;
  font-weight: 800;
}
@media screen and (max-width: 1200px) {
  h5 {
    font-size: 1.5vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  h5 {
    font-size: 0.9rem;
    line-height: 1.2;
  }
}

p, ol {
  font-size: 1.2vw;
  line-height: 1.5;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  color: white;
  font-weight: 500;
  -webkit-filter: drop-shadow(0px 3px 3px rgb(10, 10, 10));
          filter: drop-shadow(0px 3px 3px rgb(10, 10, 10));
  text-align: left;
}
@media screen and (max-width: 1200px) {
  p, ol {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  p, ol {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
p span.kvTipBtn, ol span.kvTipBtn {
  border-bottom: dotted 4px #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
p span.kvTipBtn:hover, ol span.kvTipBtn:hover {
  color: #00E8F0;
  border-bottom: dotted 4px #00E8F0;
}
@media screen and (max-width: 767px) {
  p span.kvTipBtn, ol span.kvTipBtn {
    border-bottom: dotted 2px #fff;
  }
  p span.kvTipBtn:hover, ol span.kvTipBtn:hover {
    border-bottom: dotted 2px #00E8F0;
  }
}
p span.strong, ol span.strong {
  color: #00E8F0;
  font-weight: 900;
  font-size: 1.8vw;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  p span.strong, ol span.strong {
    font-size: 1.9vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  p span.strong, ol span.strong {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
p span.text-highlight, ol span.text-highlight {
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: color 0.25s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.25s cubic-bezier(0.25, 1, 0.5, 1), background-size 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.25s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.25s cubic-bezier(0.25, 1, 0.5, 1), background-size 1s cubic-bezier(0.25, 1, 0.5, 1);
  background-image: -webkit-gradient(linear, left top, right top, from(#00BDCA), to(#34AA79));
  background-image: linear-gradient(90deg, #00BDCA 0%, #34AA79 100%);
}
p span.text-highlight.aos-animate, ol span.text-highlight.aos-animate {
  background-size: 100% 100%;
}

.text-highlight {
  color: #00E8F0;
}

video {
  width: 100%;
  height: auto;
}

p.white {
  color: white;
}

p.black {
  color: black;
}

p.bold {
  font-weight: 600;
}

p.tip {
  padding-left: 0.8em;
  text-indent: -0.8em;
  font-size: 1vw;
  line-height: 1.3;
  color: #C2CCE0;
}
p.tip span {
  color: #00E8F0;
}
p.tip span.gotoSupport {
  cursor: pointer;
  text-decoration: underline;
}
p.tip span.gotoSupport:hover {
  color: #00BDCA;
}
@media screen and (max-width: 1200px) {
  p.tip {
    font-size: 1.2vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 991px) {
  p.tip {
    font-size: 0.8rem;
    line-height: 1.3;
  }
}
p.tip img {
  width: 1.3vw;
  height: auto;
  padding: 2px 2px 0px 2px;
}
@media screen and (max-width: 1200px) {
  p.tip img {
    width: 1.4vw;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  p.tip img {
    width: 1.1rem;
    height: auto;
  }
}

p.tipS {
  font-size: 1vw;
  line-height: 1.5vw;
}
@media screen and (max-width: 1200px) {
  p.tipS {
    font-size: 1.3vw;
    line-height: 1.8vw;
  }
}
@media screen and (max-width: 991px) {
  p.tipS {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}

p.tip.white {
  background: rgba(255, 255, 255, 0.7490196078);
}

ol li {
  list-style: circle;
}

sup {
  font-weight: normal;
}

.mt--15 {
  margin-top: -15% !important;
}

.mt--10 {
  margin-top: -10% !important;
}

.mt--5 {
  margin-top: -5% !important;
}

@media screen and (max-width: 767px) {
  .mdbr {
    display: none;
  }
}

.nonscroll {
  position: static;
  overflow-y: hidden;
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

.z--1 {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.inline {
  position: relative;
  display: inline-block;
}

.r_center {
  position: relative;
  margin: 0 auto;
}

.a_center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.TC {
  text-align: center;
}

.TE {
  text-align: end;
}

.bgBlack {
  background: black;
}

.bgGray {
  background: #333;
}

.bgMainDark {
  background: #111119;
}

.bgRamp {
  background: -webkit-gradient(linear, left top, right top, from(#00BDCA), to(#34AA79));
  background: linear-gradient(90deg, #00BDCA 0%, #34AA79 100%);
}

.decoHr {
  position: relative;
  margin: 0 auto;
  display: table;
  width: 15vw;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#1074F5), to(#2DE0FB));
  background: linear-gradient(90deg, #1074F5 0%, #2DE0FB 100%);
  -webkit-filter: drop-shadow(0px 0px 2px #00E8F0) drop-shadow(0px 0px 10px #00E8F0);
          filter: drop-shadow(0px 0px 2px #00E8F0) drop-shadow(0px 0px 10px #00E8F0);
}
@media screen and (max-width: 991px) {
  .decoHr {
    width: 20vw;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .decoHr {
    width: 35vw;
    height: 10px;
  }
}

#nav {
  position: fixed;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 995;
  top: 0px;
}

.bgBlack {
  background: #000 !important;
}

.menuBox {
  position: relative;
  width: calc(100% - 180px);
  height: auto;
  z-index: 1;
}

.shadow {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(10, 10, 10, 0.9)) drop-shadow(0px 0px 10px rgba(10, 10, 10, 0.9));
          filter: drop-shadow(0px 0px 5px rgba(10, 10, 10, 0.9)) drop-shadow(0px 0px 10px rgba(10, 10, 10, 0.9));
}

.navBox {
  position: relative;
  width: 100%;
  height: auto;
}
.navBox .navBg {
  position: absolute;
  width: 100%;
  height: 70px;
  background: black;
  top: 0;
  left: 0;
  z-index: 1;
}
.navBox .brookLogo {
  position: relative;
  width: 180px;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .navBox .brookLogo {
    width: 120px;
    height: 60px;
  }
}
.navBox .brookLogo .logoBox {
  position: relative;
  margin: 0 auto;
  width: 75%;
  height: auto;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navBox .brookLogo .logoBox:hover {
  -webkit-filter: drop-shadow(0px 0px 5px white);
          filter: drop-shadow(0px 0px 5px white);
}
.navBox .menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 140px);
  height: 70px;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navBox .menuItemBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 70px;
  list-style-type: none;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 600;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1366px) {
  .navBox .menuItemBox {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.navBox li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 70px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navBox li:hover .menuItem:after {
  width: 100%;
  height: 4px;
}
.navBox .menuItem {
  padding: 0 25px;
}
.navBox .menuItem:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 4px;
  left: 0;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, right top, from(#00BDCA), to(#34AA79));
  background: linear-gradient(90deg, #00BDCA 0%, #34AA79 100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1366px) {
  .navBox .menuItem {
    padding: 0 15px;
  }
  .navBox .menuItem:after {
    bottom: -22px;
  }
}
.navBox .navBtn {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  z-index: 995;
  cursor: pointer;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 1024px) {
  .navBox .navBtn {
    display: block;
  }
}

#zh .navBox .menuItemBox {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
@media screen and (max-width: 1366px) {
  #zh .navBox .menuItemBox {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}

.kvBuyBtn, .kvMbbuyBtn {
  position: relative;
  padding: 7px 15px;
  margin-left: 20px;
  margin-right: 10px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: white;
}
@media screen and (max-width: 1366px) {
  .kvBuyBtn, .kvMbbuyBtn {
    font-size: 1.3rem;
    line-height: 1.3rem;
    padding: 7px 25px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .kvBuyBtn, .kvMbbuyBtn {
    display: none;
  }
}
.kvBuyBtn:hover:before, .kvMbbuyBtn:hover:before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.kvBuyBtn:before, .kvMbbuyBtn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#7C10FF), to(#E60012));
  background: linear-gradient(90deg, #7C10FF 0%, #E60012 100%);
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.kvMbbuyBtn {
  position: absolute;
  top: 5px;
  right: 60px;
  z-index: 5;
  margin-left: 20px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: none;
  font-size: 1.3rem;
  line-height: 1.3rem;
  padding: 7px 10px;
}
@media screen and (max-width: 1024px) {
  .kvMbbuyBtn {
    display: block;
  }
  .kvMbbuyBtn:hover {
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .kvMbbuyBtn {
    top: 7px;
  }
}

.navBtnBox {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 995;
}

.navSocialBtnBox {
  display: none;
}

.navSocial {
  position: relative;
  display: inline-block;
}
.navSocial .iconBox {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 800px) {
  .navSocial .iconBox {
    display: inline-block;
  }
}

.langBox {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 30px;
  background: white;
  vertical-align: bottom;
  cursor: pointer;
  background: #555;
}
.langBox:hover .langWord {
  background: #eee;
}
.langBox .langWord {
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  background: white;
}
.langBox span {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 1rem;
  line-height: 1rem;
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: 500;
}
.langBox i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: auto;
  font-family: "fontello";
  vertical-align: middle;
  text-align: center;
  right: 0px;
  color: white;
}

.lanMenu {
  position: absolute;
  width: 100px;
  height: auto;
  top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
@media screen and (max-width: 800px) {
  .lanMenu {
    right: 0px;
  }
}
.lanMenu .lanBtn {
  position: relative;
  margin: 0 auto;
  width: 100px;
  height: 30px;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lanMenu .lanBtn:hover {
  background: #EAEAEA;
}
.lanMenu .lanBtn span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 1rem;
  line-height: 1rem;
  width: 90%;
  height: auto;
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .navBox .navBg {
    width: 100%;
    height: 50px;
  }
  .menuBox.active {
    top: 0;
  }
  .menuBox {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: -100vh;
    left: 0;
    background: black;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menuBox .menu {
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menuBox .menuItemBox {
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  .menuBox li {
    width: 100%;
    height: auto;
    padding: 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menuBox li:hover .menuItem:after {
    width: 0%;
    height: 0px;
  }
  .menuBox .buyBtn {
    width: 270px;
    height: auto;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 20px 0;
    padding: 15px 25px;
    text-align: center;
    display: none;
  }
  .icon_box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
  }
  .bar_1, .bar_2, .bar_3 {
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 100px;
    background-color: white;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
            transition-timing-function: cubic-bezier(1, 0, 0, 1);
    left: 2%;
    z-index: 888;
  }
  .bar_1 {
    top: 0px;
  }
  .bar_2 {
    top: 11px;
  }
  .bar_3 {
    bottom: 0px;
  }
  .icon_box.active .bar_1 {
    -webkit-transform: translateY(7px) rotate(-45deg);
        -ms-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
    top: 1px;
  }
  .icon_box.active .bar_2 {
    width: 0;
  }
  .icon_box.active .bar_3 {
    -webkit-transform: translateY(-9px) rotate(45deg);
        -ms-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
    bottom: 4px;
  }
  .navBtnBox {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    width: 100%;
    height: auto;
    right: initial;
  }
  .langBox {
    position: relative;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
  }
  .lanMenu {
    position: relative;
    margin: 0 auto;
    top: 0;
  }
  .navSocialBtnBox {
    position: relative;
    text-align: center;
    right: 0px;
    display: block;
  }
  .navBox {
    width: 100%;
    height: 60px;
  }
  .navBox .webLogo {
    width: 120px;
    height: 60px;
    top: 0px;
    left: 0px;
  }
  .navBox .mbbuyBtn {
    font-size: 1.2rem;
    line-height: 1.2rem;
    position: absolute !important;
    z-index: 6;
    color: white;
    padding: 5px 20px !important;
    right: 65px;
    top: 10px;
    display: block;
  }
  .navSocialBtnBox .navSocial .iconBox {
    margin: 10px;
  }
}
footer {
  background: url(../images/footer-bg.webp) top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -5% !important;
  z-index: 40;
  overflow: hidden;
}
footer .footerListTitle {
  font-size: 1.2rem;
  line-height: 1;
  color: #FFF;
  font-weight: 900;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  footer .footerListTitle {
    font-size: 1rem;
    line-height: 1;
  }
}
footer .footerList {
  padding: 5px 0;
  list-style: none;
}
footer .footerList a {
  font-size: 1rem;
  line-height: 1;
  color: #eee;
  font-weight: 500;
}
footer .footerList a:hover {
  text-decoration: underline;
  color: #00E8F0;
}
@media screen and (max-width: 767px) {
  footer .footerList a {
    font-size: 0.9rem;
    line-height: 1.1;
  }
}
footer .footerIconBox {
  padding: 30px 0 30px 0;
}
footer .footerIcon {
  position: relative;
  width: 22%;
  cursor: pointer;
  margin: 0;
  max-width: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1366px) {
  footer .footerIcon {
    max-width: 39px;
  }
}
@media screen and (max-width: 767px) {
  footer .footerIcon {
    max-width: 45px;
  }
}
footer .footerIcon svg {
  position: relative;
  margin: 0 auto;
  height: auto !important;
  stroke-miterlimit: 10;
  stroke-width: 1.5;
  fill: #fff;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid #fff;
  border-radius: 100%;
}
footer .footerIcon svg:hover {
  color: #00E8F0;
  fill: #00E8F0;
  border: 2px solid #00E8F0;
}
footer .footerIcon a svg {
  width: 100%;
}
footer .IconMenu.active {
  display: block;
}
footer .IconMenu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  height: auto;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  bottom: calc(100% + 20px);
  padding: 5%;
  display: none;
}
@media screen and (max-width: 767px) {
  footer .IconMenu {
    width: 120px;
    height: auto;
  }
}
footer .IconMenu:after {
  position: absolute;
  content: "";
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
footer .IconMenu .ContentBox {
  font-size: 1rem;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  color: #333;
}
footer .IconMenu .ContentBox:hover {
  text-decoration: underline;
  color: #00E8F0;
}
footer .IconMenu .BoxLine {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 1px;
  background: #333;
}
footer .contactBtn {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
footer .contactBtn:before {
  content: "";
  width: 45%;
  height: 1px;
  background: white;
}
footer .contactBtn span {
  margin: 0 10px;
  white-space: nowrap;
}
footer p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}
footer .rightWarp {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-color: black;
}
footer .rightWarp .rightWord {
  position: relative;
  margin: 0 auto;
  width: 80%;
  height: auto;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: center;
  padding: 0.5%;
  color: white;
}
@media screen and (max-width: 450px) {
  footer .rightWarp .rightWord {
    font-size: 0.6rem;
    line-height: 1rem;
    width: 90%;
    height: auto;
    padding: 3%;
  }
}
footer .companyTitle {
  font-size: 1.1rem;
  line-height: 1;
  display: table;
  text-align: center;
  background: #fff;
  border-radius: 100px;
  margin: 0 auto;
  padding: 8px 20px !important;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  footer .companyTitle {
    font-size: 0.9rem;
    line-height: 1;
  }
}

.scrollToTop {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 0px;
  z-index: 990;
  right: 30px;
  -webkit-tap-highlight-color: transparent;
  display: none;
}
@media screen and (max-width: 767px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
  }
}
.scrollToTop .topBtn {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  cursor: pointer;
  background: linear-gradient(56deg, #00BDCA 0%, #34AA79 100%);
}
@media screen and (max-width: 767px) {
  .scrollToTop .topBtn {
    width: 40px;
    height: 40px;
  }
}
.scrollToTop .topBtn:before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 20%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .scrollToTop .topBtn:before {
    width: 35%;
    height: 35%;
    bottom: 20%;
  }
}
.scrollToTop .topBtn:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  background: #860000;
  -webkit-transition: 0.5s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.5s cubic-bezier(0.475, 0.425, 0, 0.995);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
  top: 0;
  left: -50px;
  z-index: -1;
  -webkit-transform: skew(-40deg);
      -ms-transform: skew(-40deg);
          transform: skew(-40deg);
}
.scrollToTop .topBtn:hover:before {
  bottom: 30%;
}
.scrollToTop .guideDownload {
  position: absolute;
  width: 80px;
  height: 80px;
  background: linear-gradient(56deg, #00BDCA 0%, #34AA79 100%);
  top: -108px;
  right: 12px;
  padding: 2%;
  border-radius: 29px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .scrollToTop .guideDownload {
    width: 50px;
    height: 50px;
    top: -70px;
    right: 10px;
    border-radius: 14px;
  }
}
.scrollToTop .guideDownload:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .scrollToTop .guideDownload:hover {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
}
.scrollToTop .guideDownload .downloadImg {
  position: relative;
  margin: 0 auto;
  width: 25%;
  height: auto;
  padding-top: 4px;
}
.scrollToTop .guideDownload .downloadText {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1;
  color: white;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .scrollToTop .guideDownload .downloadText {
    font-size: 14px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #jp .scrollToTop .guideDownload {
    width: 60px;
    height: 60px;
    top: -70px;
    right: 6px;
  }
}
#jp .scrollToTop .guideDownload .downloadText {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #jp .scrollToTop .guideDownload .downloadText {
    font-size: 11px;
    line-height: 1;
  }
}

.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.cid-rgffffG41v .navbar-dropdown {
  position: relative;
  font-family: "Poppins", "Noto Sans TC", "Helvetica Neue", "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}

.cid-rgffffG41v .dropdown-item:before {
  font-family: "fontello";
  content: "\f682";
}

.topWave, .bottomWave {
  position: absolute;
  width: 100%;
  height: 10%;
  top: -0.5%;
  left: 0;
  z-index: 1;
  font-size: 0;
  pointer-events: none;
}

.topWave svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.topWave svg path {
  -webkit-animation: pathAnim 15s;
          animation: pathAnim 15s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.bottomWave {
  top: initial;
  bottom: -0.2%;
}
.bottomWave svg {
  position: absolute;
  bottom: 0%;
}
.bottomWave svg path {
  -webkit-animation: pathAnim 13s;
          animation: pathAnim 13s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.rotate1 {
  -webkit-animation: rotate1 20s infinite linear;
          animation: rotate1 20s infinite linear;
}

.topDown {
  -webkit-animation: topDown 10s infinite linear;
          animation: topDown 10s infinite linear;
}

.delay1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay2 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.delay2:nth-child(4) {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.liquid1 {
  -webkit-animation: liquid 6s linear infinite;
          animation: liquid 6s linear infinite;
}

.liquid2 {
  -webkit-animation: liquid2 7s linear infinite;
          animation: liquid2 7s linear infinite;
}

.liquid3 {
  -webkit-animation: liquid 7s linear infinite;
          animation: liquid 7s linear infinite;
}

.liquid4 {
  -webkit-animation: liquid2 6s linear infinite;
          animation: liquid2 6s linear infinite;
}

.fade1 {
  -webkit-animation: fadeIn 4s linear infinite;
          animation: fadeIn 4s linear infinite;
}

.fade2 {
  -webkit-animation: fadeIn 3s linear infinite;
          animation: fadeIn 3s linear infinite;
}

.aniInner {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
}

.topDownAni {
  -webkit-animation: topDown 8s infinite ease-in-out;
          animation: topDown 8s infinite ease-in-out;
}

.topDownAni1 {
  -webkit-animation: topDown 10s infinite ease-in-out;
          animation: topDown 10s infinite ease-in-out;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.DowntopAni {
  -webkit-animation: Downtop 10s infinite ease-in-out;
          animation: Downtop 10s infinite ease-in-out;
}

.topDownAni2 {
  -webkit-animation: topDown2 3s infinite ease-in-out;
          animation: topDown2 3s infinite ease-in-out;
}

.spin {
  -webkit-animation: spin 10s infinite linear;
          animation: spin 10s infinite linear;
}

.shake {
  -webkit-animation: shake 1s infinite linear;
          animation: shake 1s infinite linear;
}

.spinReverse {
  -webkit-animation: spinReverse 5s infinite linear;
          animation: spinReverse 5s infinite linear;
}

.scale {
  -webkit-animation: scale 2s infinite linear;
          animation: scale 2s infinite linear;
}

.deco {
  position: absolute;
}

@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.85);
            transform: translateX(-50%) translateY(-50%) scale(0.85);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
    opacity: 0.3;
  }
}
@keyframes scale {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.85);
            transform: translateX(-50%) translateY(-50%) scale(0.85);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
    opacity: 0.3;
  }
}
@-webkit-keyframes scale2 {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
    opacity: 0.7;
  }
}
@keyframes scale2 {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
    opacity: 0.7;
  }
}
@-webkit-keyframes grow {
  0%, 100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0.9);
            transform: scaleX(0.9);
  }
}
@keyframes grow {
  0%, 100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0.9);
            transform: scaleX(0.9);
  }
}
@-webkit-keyframes topDown {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes topDown {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@-webkit-keyframes topDown2 {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes topDown2 {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@-webkit-keyframes Downtop {
  0%, 100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes Downtop {
  0%, 100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes walk {
  0%, 100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@keyframes walk {
  0%, 100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@-webkit-keyframes walk2 {
  0%, 100% {
    -webkit-transform: translateX(280%);
            transform: translateX(280%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes walk2 {
  0%, 100% {
    -webkit-transform: translateX(280%);
            transform: translateX(280%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes fadeIn {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes getIn {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
            transform: translateX(-50%) translateY(-50%) scale(0);
    opacity: 0;
    border: 5px solid #00BDCA;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
            transform: translateX(-50%) translateY(-50%) scale(0.5);
    opacity: 1;
    -webkit-filter: drop-shadow(0px 0px 5px #00BDCA);
            filter: drop-shadow(0px 0px 5px #00BDCA);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
    border: 10px solid #00BDCA;
    -webkit-filter: drop-shadow(0px 0px 5px #00BDCA) blur(30px);
            filter: drop-shadow(0px 0px 5px #00BDCA) blur(30px);
    opacity: 0;
  }
}
@keyframes getIn {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
            transform: translateX(-50%) translateY(-50%) scale(0);
    opacity: 0;
    border: 5px solid #00BDCA;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
            transform: translateX(-50%) translateY(-50%) scale(0.5);
    opacity: 1;
    -webkit-filter: drop-shadow(0px 0px 5px #00BDCA);
            filter: drop-shadow(0px 0px 5px #00BDCA);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
    border: 10px solid #00BDCA;
    -webkit-filter: drop-shadow(0px 0px 5px #00BDCA) blur(30px);
            filter: drop-shadow(0px 0px 5px #00BDCA) blur(30px);
    opacity: 0;
  }
}
@-webkit-keyframes flash {
  0%, 100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00BDCA);
            filter: drop-shadow(0px 0px 0px #00BDCA);
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 20px #00BDCA);
            filter: drop-shadow(0px 0px 20px #00BDCA);
  }
}
@keyframes flash {
  0%, 100% {
    -webkit-filter: drop-shadow(0px 0px 0px #00BDCA);
            filter: drop-shadow(0px 0px 0px #00BDCA);
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 20px #00BDCA);
            filter: drop-shadow(0px 0px 20px #00BDCA);
  }
}
@-webkit-keyframes glow {
  0%, 100% {
    -webkit-filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.3333333333));
            filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.3333333333));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 20px #ffffff);
            filter: drop-shadow(0 0 20px #ffffff);
  }
}
@keyframes glow {
  0%, 100% {
    -webkit-filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.3333333333));
            filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.3333333333));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 20px #ffffff);
            filter: drop-shadow(0 0 20px #ffffff);
  }
}
@-webkit-keyframes pounter {
  0%, 100% {
    left: 45%;
  }
  50% {
    left: 125%;
  }
}
@keyframes pounter {
  0%, 100% {
    left: 45%;
  }
  50% {
    left: 125%;
  }
}
@-webkit-keyframes colors {
  0% {
    stop-color: #ffffff;
  }
  20% {
    stop-color: #8455E7;
  }
  40% {
    stop-color: #FF00FF;
  }
  60% {
    stop-color: #8455E7;
  }
  80% {
    stop-color: #50AFFF;
  }
  100% {
    stop-color: #ffffff;
  }
}
@keyframes colors {
  0% {
    stop-color: #ffffff;
  }
  20% {
    stop-color: #8455E7;
  }
  40% {
    stop-color: #FF00FF;
  }
  60% {
    stop-color: #8455E7;
  }
  80% {
    stop-color: #50AFFF;
  }
  100% {
    stop-color: #ffffff;
  }
}
@-webkit-keyframes colors2 {
  0% {
    stop-color: #ffffff;
  }
  20% {
    stop-color: #9BF00B;
  }
  40% {
    stop-color: #5069FF;
  }
  60% {
    stop-color: #23F9F9;
  }
  80% {
    stop-color: #FCEE21;
  }
  100% {
    stop-color: #ffffff;
  }
}
@keyframes colors2 {
  0% {
    stop-color: #ffffff;
  }
  20% {
    stop-color: #9BF00B;
  }
  40% {
    stop-color: #5069FF;
  }
  60% {
    stop-color: #23F9F9;
  }
  80% {
    stop-color: #FCEE21;
  }
  100% {
    stop-color: #ffffff;
  }
}
@-webkit-keyframes kvSlider {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -100vh;
  }
}
@keyframes kvSlider {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -100vh;
  }
}
@-webkit-keyframes kvSliderMB {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -100vw 0;
  }
}
@keyframes kvSliderMB {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -100vw 0;
  }
}
@-webkit-keyframes kvSliderPhone {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -150vw 0;
  }
}
@keyframes kvSliderPhone {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -150vw 0;
  }
}
@-webkit-keyframes kvSliderReverse {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 100vh;
  }
}
@keyframes kvSliderReverse {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 100vh;
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinReverse {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spinReverse {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate1 {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}
@keyframes rotate1 {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}
@-webkit-keyframes scale1 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes scale1 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes liquid {
  0% {
    border-radius: 47% 53% 35% 65%/55% 62% 38% 45%;
  }
  33% {
    border-radius: 72% 28% 55% 45%/40% 35% 65% 60%;
  }
  66% {
    border-radius: 56% 44% 60% 40%/45% 58% 42% 55%;
  }
  to {
    border-radius: 47% 53% 35% 65%/55% 62% 38% 45%;
  }
}
@keyframes liquid {
  0% {
    border-radius: 47% 53% 35% 65%/55% 62% 38% 45%;
  }
  33% {
    border-radius: 72% 28% 55% 45%/40% 35% 65% 60%;
  }
  66% {
    border-radius: 56% 44% 60% 40%/45% 58% 42% 55%;
  }
  to {
    border-radius: 47% 53% 35% 65%/55% 62% 38% 45%;
  }
}
@-webkit-keyframes liquid2 {
  0% {
    border-radius: 47% 53% 35% 65%/55% 62% 38% 45%;
  }
  33% {
    border-radius: 56% 44% 60% 40%/45% 58% 42% 55%;
  }
  66% {
    border-radius: 72% 28% 55% 45%/40% 35% 65% 60%;
  }
  to {
    border-radius: 47% 53% 35% 65%/55% 62% 38% 45%;
  }
}
@keyframes liquid2 {
  0% {
    border-radius: 47% 53% 35% 65%/55% 62% 38% 45%;
  }
  33% {
    border-radius: 56% 44% 60% 40%/45% 58% 42% 55%;
  }
  66% {
    border-radius: 72% 28% 55% 45%/40% 35% 65% 60%;
  }
  to {
    border-radius: 47% 53% 35% 65%/55% 62% 38% 45%;
  }
}
@-webkit-keyframes line1 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -40px 0;
  }
}
@keyframes line1 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -40px 0;
  }
}
@-webkit-keyframes sway {
  0%, 100% {
    -webkit-transform: rotateY(0deg) translateY(0px);
            transform: rotateY(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateY(10deg) translateY(-10px);
            transform: rotateY(10deg) translateY(-10px);
  }
}
@keyframes sway {
  0%, 100% {
    -webkit-transform: rotateY(0deg) translateY(0px);
            transform: rotateY(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateY(10deg) translateY(-10px);
            transform: rotateY(10deg) translateY(-10px);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
}
@-webkit-keyframes shake2 {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake2 {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes moveUp {
  0% {
    background-position: -50px -50px, -1px -1px;
  }
  100% {
    backgroosition: -1px -1px, -1px -1px;
  }
}
@keyframes moveUp {
  0% {
    background-position: -50px -50px, -1px -1px;
  }
  100% {
    backgroosition: -1px -1px, -1px -1px;
  }
}
@-webkit-keyframes moveDown {
  0% {
    backgroosition: -1px -1px, -1px -1px;
  }
  100% {
    background-position: -50px -50px, -1px -1px;
  }
}
@keyframes moveDown {
  0% {
    backgroosition: -1px -1px, -1px -1px;
  }
  100% {
    background-position: -50px -50px, -1px -1px;
  }
}
@keyframes scale {
  0%, 100% {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
            transform: scale(1) translateX(-50%) translateY(-50%);
  }
  50% {
    -webkit-transform: scale(1.2) translateX(-50%) translateY(-50%);
            transform: scale(1.2) translateX(-50%) translateY(-50%);
  }
}
@-webkit-keyframes shine {
  0%, 100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 0;
  }
  50% {
    -webkit-filter: blur(50px);
            filter: blur(50px);
    opacity: 1;
  }
}
@keyframes shine {
  0%, 100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 0;
  }
  50% {
    -webkit-filter: blur(50px);
            filter: blur(50px);
    opacity: 1;
  }
}
@-webkit-keyframes sprite12 {
  to {
    background-position: 109.1%;
  }
}
@keyframes sprite12 {
  to {
    background-position: 109.1%;
  }
}
@keyframes wifianimation {
  0% {
    opacity: 1;
  }
  50% {
    opactiy: 1;
  }
  100% {
    opactiy: 0.1;
  }
}
@-webkit-keyframes circleWave {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    width: 250%;
    padding-top: 250%;
    opacity: 0;
    border: 2.5px solid #fff;
  }
}
@keyframes circleWave {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    width: 250%;
    padding-top: 250%;
    opacity: 0;
    border: 2.5px solid #fff;
  }
}
@-webkit-keyframes moveSlideshowPC {
  from {
    background-position: -229% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes moveSlideshowPC {
  from {
    background-position: -229% 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes moveSlideshowMD {
  from {
    background-position: -149% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes moveSlideshowMD {
  from {
    background-position: -149% 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes flashIn {
  0%, 45%, 75% {
    opacity: 0;
  }
  25%, 68%, 100% {
    opacity: 1;
  }
}
@keyframes flashIn {
  0%, 45%, 75% {
    opacity: 0;
  }
  25%, 68%, 100% {
    opacity: 1;
  }
}
@keyframes scale {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scaleX(1);
            transform: translateX(-50%) translateY(-50%) scaleX(1);
  }
  20% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale3d(1.1, 1.1, 1.1);
            transform: translateX(-50%) translateY(-50%) scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale3d(0.9, 0.9, 0.9);
            transform: translateX(-50%) translateY(-50%) scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale3d(1.03, 1.03, 1.03);
            transform: translateX(-50%) translateY(-50%) scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale3d(0.97, 0.97, 0.97);
            transform: translateX(-50%) translateY(-50%) scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scaleX(1);
            transform: translateX(-50%) translateY(-50%) scaleX(1);
  }
}
@-webkit-keyframes swiper {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes swiper {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes maskAni {
  0% {
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
@keyframes maskAni {
  0% {
    -webkit-mask-size: 0% 100%;
            mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
@-webkit-keyframes motion-blur {
  0%, 30% {
    opacity: 0;
    -webkit-filter: url(#blur0);
            filter: url(#blur0);
    mix-blend-mode: unset;
  }
  5%, 80% {
    -webkit-filter: url(#blur1);
            filter: url(#blur1);
    mix-blend-mode: screen;
  }
  90% {
    -webkit-filter: url(#blur1);
            filter: url(#blur1);
    mix-blend-mode: unset;
  }
  10%, 40% {
    -webkit-filter: url(#blur2);
            filter: url(#blur2);
    mix-blend-mode: color-dodge;
  }
  15%, 60% {
    -webkit-filter: url(#blur3);
            filter: url(#blur3);
    opacity: 0.8;
    mix-blend-mode: screen;
  }
  20% {
    -webkit-filter: url(#blur1);
            filter: url(#blur1);
  }
  100% {
    opacity: 1;
    -webkit-filter: url(#blur0);
            filter: url(#blur0);
    mix-blend-mode: unset;
  }
}
@keyframes motion-blur {
  0%, 30% {
    opacity: 0;
    -webkit-filter: url(#blur0);
            filter: url(#blur0);
    mix-blend-mode: unset;
  }
  5%, 80% {
    -webkit-filter: url(#blur1);
            filter: url(#blur1);
    mix-blend-mode: screen;
  }
  90% {
    -webkit-filter: url(#blur1);
            filter: url(#blur1);
    mix-blend-mode: unset;
  }
  10%, 40% {
    -webkit-filter: url(#blur2);
            filter: url(#blur2);
    mix-blend-mode: color-dodge;
  }
  15%, 60% {
    -webkit-filter: url(#blur3);
            filter: url(#blur3);
    opacity: 0.8;
    mix-blend-mode: screen;
  }
  20% {
    -webkit-filter: url(#blur1);
            filter: url(#blur1);
  }
  100% {
    opacity: 1;
    -webkit-filter: url(#blur0);
            filter: url(#blur0);
    mix-blend-mode: unset;
  }
}
@-webkit-keyframes wipeIn {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes wipeIn {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes wipeOut {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 0;
  }
}
@keyframes wipeOut {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 0;
  }
}
@-webkit-keyframes flicker {
  0%, 100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  45%, 55% {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  50% {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
}
@keyframes flicker {
  0%, 100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  45%, 55% {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  50% {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
}
@-webkit-keyframes flicker2 {
  0%, 100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  45%, 55% {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  50% {
    -webkit-filter: brightness(2.5);
            filter: brightness(2.5);
  }
}
@keyframes flicker2 {
  0%, 100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  45%, 55% {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  50% {
    -webkit-filter: brightness(2.5);
            filter: brightness(2.5);
  }
}
@-webkit-keyframes getIn2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.5) translateX(-50%);
            transform: scale(0.5) translateX(-50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(-100%);
            transform: scale(1) translateX(-100%);
    opacity: 0;
  }
}
@keyframes getIn2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.5) translateX(-50%);
            transform: scale(0.5) translateX(-50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(-100%);
            transform: scale(1) translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes getIn3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.5) translateX(50%);
            transform: scale(0.5) translateX(50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(100%);
            transform: scale(1) translateX(100%);
    opacity: 0;
  }
}
@keyframes getIn3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.5) translateX(50%);
            transform: scale(0.5) translateX(50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(100%);
            transform: scale(1) translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes scalAni {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scalAni {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes axis {
  0%, 90% {
    -webkit-transform: rotate(350deg);
            transform: rotate(350deg);
  }
  50% {
    -webkit-transform: rotate(375deg);
            transform: rotate(375deg);
  }
  100% {
    -webkit-transform: rotate(350deg);
            transform: rotate(350deg);
  }
}
@keyframes axis {
  0%, 90% {
    -webkit-transform: rotate(350deg);
            transform: rotate(350deg);
  }
  50% {
    -webkit-transform: rotate(375deg);
            transform: rotate(375deg);
  }
  100% {
    -webkit-transform: rotate(350deg);
            transform: rotate(350deg);
  }
}
@-webkit-keyframes axisBg {
  0%, 90% {
    -webkit-transform: translateX(-3%) translateY(0%) rotate(355deg);
            transform: translateX(-3%) translateY(0%) rotate(355deg);
  }
  50% {
    -webkit-transform: translateX(-5%) translateY(-5%) rotate(375deg) scale(1.1);
            transform: translateX(-5%) translateY(-5%) rotate(375deg) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-3%) translateY(0%) rotate(355deg);
            transform: translateX(-3%) translateY(0%) rotate(355deg);
  }
}
@keyframes axisBg {
  0%, 90% {
    -webkit-transform: translateX(-3%) translateY(0%) rotate(355deg);
            transform: translateX(-3%) translateY(0%) rotate(355deg);
  }
  50% {
    -webkit-transform: translateX(-5%) translateY(-5%) rotate(375deg) scale(1.1);
            transform: translateX(-5%) translateY(-5%) rotate(375deg) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-3%) translateY(0%) rotate(355deg);
            transform: translateX(-3%) translateY(0%) rotate(355deg);
  }
}
@-webkit-keyframes wifianimation {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes wifianimation {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes waveScroll {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: 2400px 50%;
  }
}
@keyframes waveScroll {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: 2400px 50%;
  }
}
@-webkit-keyframes opacity {
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  to {
    opacity: 1;
  }
}
#kvWarp {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #031019;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
}
#kvWarp:after {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: -5%;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #031019), color-stop(95%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #031019 40%, rgba(0, 0, 0, 0) 95%);
  z-index: 2;
}
#kvWarp:before {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  bottom: -5px;
  right: 0%;
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, #031019), color-stop(95%, rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, #031019 40%, rgba(0, 0, 0, 0) 95%);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  #kvWarp:before {
    width: 100%;
    height: 30%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #031019), color-stop(95%, rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, #031019 40%, rgba(0, 0, 0, 0) 95%);
    bottom: initial;
    top: 0;
    opacity: 0.5;
  }
}
@media screen and (max-width: 991px) {
  #kvWarp {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #kvWarp p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #kvWarp h4 {
    font-size: 3.5vw;
    line-height: 1.2;
  }
}

.kvStage {
  position: sticky;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .kvStage {
    width: 100%;
    height: auto;
    padding-bottom: 30% !important;
  }
}

.kvProductName {
  width: 100%;
  height: auto;
  font-size: 2.5vw;
  line-height: 1.2;
  color: white;
  text-align: center;
  font-weight: 900;
  font-family: "Orbitron", "Montserrat", sans-serif;
}
@media screen and (max-width: 991px) {
  .kvProductName {
    font-size: 5.5vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .kvProductName {
    font-size: 6.5vw;
    line-height: 1.2;
  }
}

#ko .kvProductName {
  font-family: "Orbitron", "Montserrat", "Noto Sans KR", sans-serif;
}

.kvtitle {
  font-size: 1.7vw;
  line-height: 1.2;
  color: #00BDCA;
  font-weight: 600;
  font-family: "Orbitron", "Montserrat", "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .kvtitle {
    font-size: 3.7vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .kvtitle {
    font-size: 4.9vw;
    line-height: 1.2;
  }
}

.kvController {
  position: relative;
  margin: 0 auto;
  width: auto;
  height: calc(100vh - 8.4vw - 3.6vw - 20% - 4vh);
  -webkit-filter: drop-shadow(0px 15px 15px rgba(67, 199, 144, 0.6)) drop-shadow(0px -10px 10px #109BFF) drop-shadow(0px -80px 40px rgba(16, 155, 255, 0.4));
          filter: drop-shadow(0px 15px 15px rgba(67, 199, 144, 0.6)) drop-shadow(0px -10px 10px #109BFF) drop-shadow(0px -80px 40px rgba(16, 155, 255, 0.4));
  -webkit-animation: shake 10s infinite ease-in-out;
          animation: shake 10s infinite ease-in-out;
  will-change: transform;
}
@media screen and (max-width: 991px) {
  .kvController {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .kvController {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    margin-top: -7%;
  }
}

.kvControllerImg {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .kvControllerImg {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .kvProduct {
    margin: calc(50px + 20%) 0 15% 0 !important;
  }
}
.kvProduct img {
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.kvBg {
  width: 103%;
  height: auto;
  bottom: 0%;
  will-change: transform;
  min-height: 80vh;
}
@media screen and (max-width: 991px) {
  .kvBg {
    min-height: 120vh;
  }
}
@media screen and (max-width: 767px) {
  .kvBg {
    min-height: 150vh;
  }
}
.kvBg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 80vh;
}

.kvVideo {
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
@media screen and (max-width: 991px) {
  .kvVideo {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kvVideo {
    width: 100%;
    height: 45%;
  }
}
.kvVideo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 59%;
     object-position: 59%;
}
@media screen and (max-width: 767px) {
  .kvVideo video {
    -o-object-position: 10%;
       object-position: 10%;
  }
}

.contentWrap {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}

.teachvideoWarp {
  position: relative;
  margin: 0 auto;
  width: 70%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .teachvideoWarp {
    width: 85%;
    height: auto;
  }
}

.video-container {
  position: relative;
  margin: 0 auto;
  padding-bottom: 56.25%;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

picture {
  width: 100%;
  height: auto;
}

.videoWarp .videoImgBox {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.videoWarp .videoImgBox:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.videoWarp .videoImg {
  -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.videoWarp .videoDeco1 {
  width: 45%;
  height: auto;
  top: -30%;
  right: -10%;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .videoWarp .videoDeco1 {
    width: 75%;
    height: auto;
    top: -20%;
  }
}

.playbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 25%;
  height: auto;
  padding-top: calc(25% - 20px);
  border-radius: 100%;
  border: 10px solid #fff;
  -webkit-filter: drop-shadow(0px 5px 5px black);
          filter: drop-shadow(0px 5px 5px black);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
@media screen and (max-width: 1200px) {
  .playbtn {
    width: 25%;
    height: auto;
    border: 5px solid #fff;
    padding-top: calc(25% - 10px) !important;
  }
}
.playbtn img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 40%;
  height: auto;
}

.listBtn, .goDownBtn {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.listBtn p, .goDownBtn p {
  padding: 0;
}

.listBtnInner {
  border: 3px solid #fff;
  background: -webkit-gradient(linear, left top, right top, from(#7C10FF), to(#E60012));
  background: linear-gradient(90deg, #7C10FF 0%, #E60012 100%);
  padding: 15px 30px !important;
  -ms-flex-wrap: initial;
      flex-wrap: initial;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.listBtnInner:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .listBtnInner {
    padding: 4% 4% !important;
    max-width: 90%;
  }
}

.listIcon {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .listIcon {
    width: 25px;
    height: auto;
  }
}

.listBtnNe {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .listBtnNe {
    white-space: break-spaces;
  }
}
.listBtnNe p {
  font-size: 1.3vw;
  line-height: 1;
  color: white;
  -webkit-filter: initial;
          filter: initial;
  font-weight: bold;
  -webkit-filter: drop-shadow(0px 0px 5px black);
          filter: drop-shadow(0px 0px 5px black);
  padding: 0;
}
@media screen and (max-width: 991px) {
  .listBtnNe p {
    font-size: 2vw;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .listBtnNe p {
    font-size: 1rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .listNe.nowrap {
    white-space: nowrap;
  }
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.secWarp {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0;
}

.videoNe {
  font-size: 2vw;
  line-height: 2.5vw;
  color: #fff;
  text-align: center;
}

.modal-video-body {
  width: 70% !important;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .modal-video-body {
    width: 100% !important;
  }
}

.modal-video-close-btn {
  top: 5px !important;
  right: -35px !important;
}
@media screen and (max-width: 1024px) {
  .modal-video-close-btn {
    top: -35px !important;
    right: 0px !important;
  }
}

.introCard {
  padding: 1.75rem 1.5rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3333333333);
  backdrop-filter: blur(10px) brightness(0.95);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(194, 204, 224, 0.3333333333);
  color: rgba(194, 204, 224, 0.3333333333);
  -webkit-transition: background 0.45s ease, border-color 0.45s ease, -webkit-transform 0.45s ease, -webkit-box-shadow 0.45s ease;
  transition: background 0.45s ease, border-color 0.45s ease, -webkit-transform 0.45s ease, -webkit-box-shadow 0.45s ease;
  transition: transform 0.45s ease, box-shadow 0.45s ease, background 0.45s ease, border-color 0.45s ease;
  transition: transform 0.45s ease, box-shadow 0.45s ease, background 0.45s ease, border-color 0.45s ease, -webkit-transform 0.45s ease, -webkit-box-shadow 0.45s ease;
  padding: 8% 0% 5% 0 !important;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .introCard {
    background: rgba(0, 0, 0, 0.5333333333);
    backdrop-filter: blur(5px) brightness(0.95);
  }
}
.introCard:hover {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 18px 36px rgba(0, 0, 0, 0.45);
          box-shadow: 0 18px 36px rgba(0, 0, 0, 0.45);
}
.introCard:hover {
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
.introCard p.tip {
  padding-left: initial;
  text-indent: initial;
}

.glowBar {
  width: 7vw;
  height: 6px;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #00E8F0;
  -webkit-box-shadow: #00E8F0;
          box-shadow: #00E8F0;
  -webkit-filter: drop-shadow(0 0 6px rgba(86, 255, 255, 0.8)) drop-shadow(0 5px 10px rgba(86, 255, 255, 0.8));
          filter: drop-shadow(0 0 6px rgba(86, 255, 255, 0.8)) drop-shadow(0 5px 10px rgba(86, 255, 255, 0.8));
  -webkit-animation: glowSweep 3.2s linear infinite;
          animation: glowSweep 3.2s linear infinite;
}
@media screen and (max-width: 991px) {
  .glowBar {
    width: 12vw;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .glowBar {
    width: 20vw;
    height: 6px;
  }
}

.feaBg {
  width: 100%;
  height: auto;
  top: -15%;
}
@media screen and (max-width: 767px) {
  .feaBg {
    top: -25%;
  }
}

.feaImgBox {
  margin-top: -10% !important;
  padding-top: 35% !important;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .feaImgBox {
    margin-top: -21% !important;
    padding-top: 75% !important;
  }
}
.feaImgBox:after {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: -1%;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #031019), color-stop(95%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #031019 40%, rgba(0, 0, 0, 0) 95%);
  z-index: 2;
}
.feaImgBox:before {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  top: -1%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #031019), color-stop(95%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #031019 40%, rgba(0, 0, 0, 0) 95%);
  z-index: 2;
}

.section1 {
  z-index: 1;
  overflow: hidden;
  background: #031019;
}
.section1 .wipeBox {
  width: 100%;
  height: auto;
  padding-top: 20% !important;
}
@media screen and (max-width: 991px) {
  .section1 .wipeBox {
    padding-top: 42% !important;
  }
}
.section1 .wipe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  overflow: hidden;
  -webkit-transform: rotateX(100deg);
          transform: rotateX(100deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.section1 .wipe img {
  width: auto;
  height: 100%;
}
.section1 .wipeBox.aos-animate .wipe {
  width: 100%;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.section1 .introCardWrap {
  position: relative;
  margin-top: -8% !important;
  -webkit-perspective: 50vw;
          perspective: 50vw;
}
@media screen and (max-width: 767px) {
  .section1 .introCardWrap {
    margin-top: -14% !important;
  }
}
.section1 .introCardWrap .center {
  will-change: transform;
  -webkit-transform: rotate3d(0.5, 0, 0, 355deg) translateY(13px);
          transform: rotate3d(0.5, 0, 0, 355deg) translateY(13px);
}
@media screen and (max-width: 991px) {
  .section1 .introCardWrap .center {
    -webkit-transform: rotate3d(0, 0, 0, 355deg);
            transform: rotate3d(0, 0, 0, 355deg);
  }
}
.section1 .introCardWrap .tiltL {
  will-change: transform;
  -webkit-transform: rotate3d(0.5, 0, -0.2, 355deg);
          transform: rotate3d(0.5, 0, -0.2, 355deg);
}
@media screen and (max-width: 991px) {
  .section1 .introCardWrap .tiltL {
    -webkit-transform: rotate3d(0, 0, 0, 355deg);
            transform: rotate3d(0, 0, 0, 355deg);
  }
}
.section1 .introCardWrap .tiltR {
  will-change: transform;
  -webkit-transform: rotate3d(0.5, 0, 0.2, 355deg);
          transform: rotate3d(0.5, 0, 0.2, 355deg);
}
@media screen and (max-width: 991px) {
  .section1 .introCardWrap .tiltR {
    -webkit-transform: rotate3d(0, 0, 0, 355deg);
            transform: rotate3d(0, 0, 0, 355deg);
  }
}

.section2 {
  z-index: 0;
  background: #031019;
  overflow: hidden;
}
.section2 .goDownBtn {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .section2 .goDownBtn {
    width: 70%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section2 .goDownBtn {
    width: 100%;
    height: auto;
  }
}
.section2 .goDownBtn .listBtnInner {
  padding: 2% 5% !important;
}
@media screen and (max-width: 767px) {
  .section2 .videoBtnInner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.section2 .listBtnInner {
  padding: 1% 5% !important;
  -ms-flex-wrap: initial;
      flex-wrap: initial;
}
@media screen and (max-width: 767px) {
  .section2 .listBtnInner {
    padding: 3% 5% !important;
  }
}
.section2 .listIcon {
  width: 20px;
  height: auto;
  margin-right: 10px;
  -webkit-filter: drop-shadow(0px 0px 5px black);
          filter: drop-shadow(0px 0px 5px black);
}
@media screen and (max-width: 767px) {
  .section2 .listIcon {
    width: 18px;
    height: auto;
  }
}
.section2 .listNe {
  white-space: nowrap;
  -webkit-filter: drop-shadow(0px 0px 5px black);
          filter: drop-shadow(0px 0px 5px black);
}
@media screen and (max-width: 767px) {
  .section2 .listNe {
    white-space: nowrap;
  }
}
.section2 .listNe p {
  font-size: 1.3vw;
  line-height: 1;
  color: white;
  -webkit-filter: initial;
          filter: initial;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .section2 .listNe p {
    font-size: 2vw;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .section2 .listNe p {
    font-size: 1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .section2 .listNe.nowrap {
    white-space: nowrap;
  }
}
.section2 .iconImg {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 100%;
  border: 0.3vw solid #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .section2 .iconImg {
    border: 1.2vw solid #fff;
  }
}
.section2 .iconImg img {
  padding: 15%;
}
.section2 .iconBox {
  -webkit-filter: drop-shadow(0px 0px 5px black) drop-shadow(0px 0px 5px black);
          filter: drop-shadow(0px 0px 5px black) drop-shadow(0px 0px 5px black);
}
.section2 .iconBox p {
  text-align: center;
  font-size: 1.3vw;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .section2 .iconBox p {
    font-size: 1.6vw;
    line-height: 1;
  }
}
@media screen and (max-width: 1024px) {
  .section2 .iconBox p {
    font-size: 0.9rem;
    line-height: 1;
  }
}

.fea1 {
  overflow: hidden;
  background-size: cover;
  background-position: center top;
}
.fea1:after, .fea1:before {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: -5%;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #031019), color-stop(95%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #031019 40%, rgba(0, 0, 0, 0) 95%);
  z-index: 5;
}
.fea1:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #031019), color-stop(95%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #031019 40%, rgba(0, 0, 0, 0) 95%);
  bottom: initial;
  top: 0;
}
.fea1 .feaImgBox {
  padding-top: 45% !important;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .fea1 .feaImgBox {
    margin-top: -15% !important;
    padding-top: 100% !important;
  }
}
.fea1 .feaBg {
  top: -15%;
}
@media screen and (max-width: 767px) {
  .fea1 .feaBg {
    top: -15%;
  }
}
.fea1 .fea1Img {
  width: 5%;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
}
@media screen and (max-width: 991px) {
  .fea1 .fea1Img {
    width: 10%;
    height: auto;
    top: 55%;
  }
}
.fea1 .fea1WaveL {
  width: 250%;
  height: auto;
  top: -20%;
  -webkit-animation: getIn2 3s linear infinite;
          animation: getIn2 3s linear infinite;
  z-index: 0;
  left: -160%;
  opacity: 0;
}
.fea1 .fea1WaveR {
  width: 250%;
  height: auto;
  top: -20%;
  -webkit-animation: getIn3 3s linear infinite;
          animation: getIn3 3s linear infinite;
  z-index: 0;
  right: -160%;
  opacity: 0;
}
.fea1 .fea1Wave1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.fea1 .fea1Wave2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fea1 .fea1Wave3 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.fea1 .fea1Wave4 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.fea1 .fea1Wave5 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.fea1 .fea1Wave6 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.circleLight {
  border-radius: 100%;
  border: 2px solid #E60012;
  -webkit-box-shadow: inset 0px 0px 10px #E60012, inset 0px 0px 5px #E60012;
          box-shadow: inset 0px 0px 10px #E60012, inset 0px 0px 5px #E60012;
  background: rgba(150, 51, 255, 0.3333333333);
}
@media screen and (max-width: 991px) {
  .circleLight {
    -webkit-box-shadow: inset 0px 0px 5px #E60012;
            box-shadow: inset 0px 0px 5px #E60012;
  }
}

.feaNe {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fea2 {
  overflow: hidden;
  background: #031019;
}
.fea2 .fea2Box {
  position: relative;
  width: 100%;
  height: 150vh;
}
.fea2 .fea2BoxInner {
  position: sticky;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.fea2 .fea2Bg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  opacity: 0;
}
.fea2 .fea2Bg:before {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#031019), color-stop(95%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #031019 0%, rgba(0, 0, 0, 0) 95%);
  z-index: 5;
}
.fea2 .fea2Bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fea2 .feaNe {
  margin-top: -15%;
}
@media screen and (max-width: 991px) {
  .fea2 .feaNe {
    margin-top: -20%;
  }
}
@media screen and (max-width: 767px) {
  .fea2 .feaNe {
    margin-top: -40%;
  }
}

.fea2.aos-animate .fea2Bg {
  -webkit-animation: opacity 1s linear 1;
          animation: opacity 1s linear 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.stickyIndep {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fea3 .fea3Bg {
  width: 100%;
  height: 100vh;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .fea3 .fea3Bg {
    width: 100%;
    height: 80vh;
  }
}
.fea3 .fea3Bg video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  .fea3 .fea3Bg video {
    width: 100%;
    height: 80vh;
    -o-object-position: 40%;
       object-position: 40%;
  }
}
.fea3 .fea3Box {
  position: relative;
  width: 100%;
  height: 150vh;
}
@media screen and (max-width: 991px) {
  .fea3 .fea3Box {
    width: 100%;
    height: auto;
  }
}
.fea3 .fea3BoxInner {
  position: sticky;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  .fea3 .fea3BoxInner {
    width: 100%;
    height: 80vh;
  }
}
.fea3 .fea3Img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: auto;
  bottom: -16%;
  max-height: 60vh;
  overflow: hidden;
  padding-top: 4%;
}
@media screen and (max-width: 991px) {
  .fea3 .fea3Img {
    width: 150%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .fea3 .fea3Img {
    width: 280%;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .fea3 .fea3Img {
    bottom: -40%;
  }
}
.fea3 .fea3Img:before {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #031019), color-stop(95%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #031019 40%, rgba(0, 0, 0, 0) 95%);
  z-index: 1;
}
.fea3 .tableBoxNone {
  width: 100%;
  height: auto;
  padding-top: 5% !important;
}
@media screen and (max-width: 767px) {
  .fea3 .fea3Table {
    margin-left: -5% !important;
  }
}
.fea3 .table {
  background: -webkit-gradient(linear, left top, right top, from(#00BDCA), to(#34AA79));
  background: linear-gradient(90deg, #00BDCA 0%, #34AA79 100%);
  padding-top: 3% !important;
}
@media screen and (max-width: 1200px) {
  .fea3 .table {
    padding-top: 4.5% !important;
  }
}
@media screen and (max-width: 576px) {
  .fea3 .table {
    padding-top: 8% !important;
  }
}
@media screen and (max-width: 767px) {
  .fea3 .table p {
    font-size: 0.8rem;
    line-height: 1.2;
  }
}
.fea3 .table1 {
  width: 50%;
  height: auto;
}
.fea3 .table2 {
  width: 85%;
  height: auto;
  margin-left: 15%;
}
.fea3 .num {
  width: 1px;
  height: 100%;
  background: white;
  top: 0%;
}
@media screen and (max-width: 767px) {
  .fea3 .num {
    background: #C2CCE0;
  }
}
.fea3 .lineNone .num {
  background: initial;
}
.fea3 p.tip {
  text-indent: initial;
  padding-left: initial;
}
@media screen and (max-width: 767px) {
  .fea3 p.tip {
    font-size: 0.7rem;
    line-height: 1.2;
  }
}
.fea3 .numText {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4vw;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .fea3 .numText {
    width: 4.8vw;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .fea3 .numText {
    width: 3.2rem;
    height: auto;
  }
}
.fea3 .num0 {
  left: 0%;
}
.fea3 .num30 {
  left: 15%;
}
.fea3 .num100 {
  left: 50%;
}
.fea3 .num200 {
  left: 100%;
}

.fea3.aos-animate .fea3Bg {
  -webkit-animation: opacity 1s linear 1;
          animation: opacity 1s linear 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.fea4 .fea4Content {
  background: url(../images/fea4-img-2-bg.webp);
  background-size: cover;
  background-position: center center;
}
.fea4 .fea4Img {
  width: 200%;
  height: auto;
  margin-left: 10% !important;
}
@media screen and (max-width: 767px) {
  .fea4 .fea4Img {
    margin-top: -20%;
  }
}
.fea4 .fea4-swiper {
  padding: 10% 0 !important;
}
@media screen and (max-width: 767px) {
  .fea4 .fea4-swiper {
    margin-top: -25% !important;
    padding: 0% 0 10% 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .fea4 .fea4-swiper {
    margin-top: -60% !important;
  }
}
.fea4 .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.fea4 .introCard {
  width: 100%;
  height: 100%;
}
.fea4 .fea4-swiper .swiper-slide:has(~ .swiper-slide-active) {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .fea4 .fea4-swiper .swiper-slide:has(~ .swiper-slide-active) {
    opacity: initial;
  }
}
.fea4 .swiper-button-next, .fea4 .swiper-button-prev {
  position: relative;
  margin-top: 2% !important;
  left: initial;
  right: initial;
  color: #00E8F0;
  padding: 2% 3% 0 3% !important;
}
@media screen and (max-width: 991px) {
  .fea4 .swiper-button-next, .fea4 .swiper-button-prev {
    margin: 2% 2% 0 2% !important;
  }
  .fea4 .swiper-button-next:after, .fea4 .swiper-button-prev:after {
    font-size: 30px;
  }
}

.imgHeight {
  width: auto;
  height: 100%;
}

.fea5 {
  overflow: hidden;
}
.fea5:after {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #031019), color-stop(95%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #031019 40%, rgba(0, 0, 0, 0) 95%);
  z-index: 2;
}
.fea5 .feaImgBox {
  padding-top: 50% !important;
}
.fea5 .feaImgBox:after {
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .fea5 .feaImgBox {
    padding-top: 125% !important;
  }
}
.fea5 .feaBg {
  top: 0;
}
.fea5 .fea5ImgLight {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: fadeIn 5s linear infinite;
          animation: fadeIn 5s linear infinite;
}
.fea5 .fea5LightBox {
  width: 50%;
  height: auto;
  padding-top: 50%;
  top: -5%;
  left: 25%;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .fea5 .fea5LightBox {
    width: 100%;
    height: auto;
    padding-top: 100%;
    top: 5%;
    left: 18%;
  }
}
.fea5 .fea5Light {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}
.fea5 .fea5LightInner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  border: 5px solid #00BDCA;
  border-radius: 100%;
  -webkit-filter: drop-shadow(0px 0px 5px #00BDCA);
          filter: drop-shadow(0px 0px 5px #00BDCA);
  -webkit-animation: getIn 5s linear infinite;
          animation: getIn 5s linear infinite;
  opacity: 0;
}
.fea5 .fea5LightInner2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.fea5 .fea5LightInner3 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.fea5 .fea5LightInner4 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.fea5 .fea5LightInner4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.fea6 {
  background: url(../images/kv-bg.webp);
  background-size: cover;
  background-position: center center;
}
.fea6:after {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: -5%;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #031019), color-stop(95%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #031019 40%, rgba(0, 0, 0, 0) 95%);
  z-index: 0;
}
.fea6 .introCard h2 {
  color: #00BDCA;
}
@media screen and (max-width: 767px) {
  .fea6 .introCard h2 {
    font-size: 8vw;
    line-height: 1.2;
  }
}
.fea6 .introCard {
  -webkit-filter: drop-shadow(0px 5px 5px black) drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.3333333333));
          filter: drop-shadow(0px 5px 5px black) drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.3333333333));
}
.fea6 .introCard:hover .refraction {
  -webkit-transform: translate(10%);
      -ms-transform: translate(10%);
          transform: translate(10%);
}
@media screen and (max-width: 767px) {
  .fea6 .introCard:hover .refraction {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
}
.fea6 .introCard:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 767px) {
  .fea6 .introCard:hover {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
}
.fea6 .introCard1 {
  background: url(../images/kv-game.webp);
  background-size: cover;
  background-position: 30% center;
}
.fea6 .introCard2 {
  background: url(../images/fea6-img-2.webp);
  background-size: cover;
  background-position: center center;
}
.fea6 .refraction {
  width: 400%;
  height: 400%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: -30%;
  mix-blend-mode: plus-lighter;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media screen and (max-width: 767px) {
  .fea6 .refraction {
    display: none;
  }
}
.fea6 .refraction img {
  width: 100%;
  height: 100%;
}

.fea7 .fea7Bg {
  padding-top: 40% !important;
  background: url(../images/fea7-bg.webp);
  background-size: cover;
  background-position: center 100%;
}
@media screen and (max-width: 991px) {
  .fea7 .fea7Bg {
    padding-top: 80% !important;
  }
}
.fea7 .deco1 {
  margin-left: -3.5% !important;
}
@media screen and (max-width: 991px) {
  .fea7 .deco1 {
    margin-left: -1.5% !important;
  }
}
@media screen and (max-width: 767px) {
  .fea7 .deco1 {
    margin-left: -3% !important;
  }
}
@media screen and (max-width: 576px) {
  .fea7 .deco1 {
    margin-left: -4.5% !important;
  }
}

.feaTeach {
  overflow: hidden;
}
.feaTeach .videoWarp {
  margin: 0% 0 5% 0 !important;
}
.feaTeach .teachBtn {
  font-size: 1.5vw;
  line-height: 1;
  color: #fff;
  border: 3px solid white;
  padding: 10px 20px !important;
  margin: 0px 10px !important;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .feaTeach .teachBtn {
    font-size: 2vw;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .feaTeach .teachBtn {
    font-size: 1.2rem;
    line-height: 1;
    margin: 5px 5px !important;
    padding: 5px 10px !important;
  }
}
.feaTeach .teachBtn.active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #00BDCA), to(#34AA79));
  background: linear-gradient(180deg, #00BDCA 20%, #34AA79 100%);
}
.feaTeach .swiper-wrapper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .feaTeach .swiper-wrapper .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.feaTeach .teach-swiper-pagination .teach-swiper-pagination-bullet {
  background: #fff;
}
.feaTeach .teach-swiper-button-prev, .feaTeach .teach-swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5%;
  height: auto;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .feaTeach .teach-swiper-button-prev, .feaTeach .teach-swiper-button-next {
    width: 6%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .feaTeach .teach-swiper-button-prev, .feaTeach .teach-swiper-button-next {
    width: 8%;
    height: auto;
  }
}
.feaTeach .teach-swiper-button-prev:after, .feaTeach .teach-swiper-button-next:after {
  content: "";
}
.feaTeach .teach-swiper-button-prev {
  left: -8%;
}
.feaTeach .teach-swiper-button-next {
  right: -8%;
}
.feaTeach .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.feaTeach .swiper-pagination-bullet-active {
  background: #34AA79 !important;
}

.playbtnBG {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
  -webkit-animation: scale2 3s infinite linear;
          animation: scale2 3s infinite linear;
}

.sectionParallax {
  background: #031019;
  ont-size: 0;
  overflow: hidden;
}

.section3 {
  font-size: 0;
  overflow: hidden;
  background: #031019;
}
.section3 .js-modal-btn {
  cursor: pointer;
}
.section3 .swiper-container1 .swiper-wrapper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .section3 .swiper-container1 .swiper-wrapper .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section3 .swiper-pagination-bullet {
  background: #c8c8c8;
}
.section3 .unboxVideoWrap {
  position: relative;
  margin: 0 auto;
  width: 93%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .section3 .unboxVideoWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 93%;
    height: auto;
  }
}
.section3 .unboxVideo {
  position: relative;
  width: 35%;
  height: auto;
  -webkit-filter: drop-shadow(0px 3px 10px rgb(10, 10, 10));
          filter: drop-shadow(0px 3px 10px rgb(10, 10, 10));
}
@media screen and (max-width: 767px) {
  .section3 .unboxVideo {
    width: 70%;
    height: auto;
  }
}
.section3 .unboxContent {
  position: relative;
  width: 45%;
  height: auto;
  margin-left: 5%;
  -ms-grid-column-align: center;
      justify-self: center;
}
@media screen and (max-width: 767px) {
  .section3 .unboxContent {
    width: 85%;
    height: auto;
    margin-left: -5%;
    margin-top: 5%;
  }
}
.section3 .videoTitle {
  font-size: 3vw;
  line-height: 3vw;
  font-weight: bold;
  color: #00E8F0;
  -webkit-filter: drop-shadow(0px 3px 3px rgb(10, 10, 10));
          filter: drop-shadow(0px 3px 3px rgb(10, 10, 10));
}
@media screen and (max-width: 767px) {
  .section3 .videoTitle {
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
  }
}
.section3 .videoNe {
  font-size: 1.4vw;
  line-height: 2.3vw;
  -webkit-filter: drop-shadow(0px 3px 3px rgb(10, 10, 10));
          filter: drop-shadow(0px 3px 3px rgb(10, 10, 10));
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section3 .videoNe {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.section3 .swiper-wrapper {
  height: auto;
}
.section3 .articleWrap {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  padding: 5% 2% 3% 2%;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(7, 35, 57, 0.1882352941);
          box-shadow: 0px 0px 20px 10px rgba(7, 35, 57, 0.1882352941);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: linear-gradient(110deg, #34AA79 20%, #00BDCA 100%);
  top: 0%;
}
@media screen and (max-width: 767px) {
  .section3 .articleWrap {
    padding: 10% 5% 8% 5%;
  }
}
.section3 .articleWrap:hover {
  top: -2%;
}
.section3 .articleDeco {
  position: absolute;
  top: -10%;
  left: 4%;
  font-size: 6vw;
  line-height: 6vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section3 .articleDeco {
    top: -5%;
    left: 5%;
    font-size: 18vw;
    line-height: 18vw;
  }
}
.section3 .articleBox {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.section3 .articleBoxInner {
  position: relative;
  margin: 0 auto;
  width: 80%;
  height: auto;
}
.section3 .articleTitle {
  font-size: 2vw;
  line-height: 1.5vw;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5% 0% 2% 0%;
}
@media screen and (max-width: 767px) {
  .section3 .articleTitle {
    font-size: 0.7rem;
    line-height: 0.7rem;
    margin: 12% 0% 0% 0%;
  }
}
.section3 .articleTitle img {
  width: 40%;
  height: auto;
  margin: 0% 0% 0 3%;
}
@media screen and (max-width: 767px) {
  .section3 .articleTitle img {
    width: 50%;
    height: auto;
  }
}
.section3 .articleTitle.large img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section3 .articleTitle.large img {
    width: 70%;
    height: auto;
  }
}
.section3 .articleTitle.squre img {
  width: 15%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section3 .articleTitle.squre img {
    width: 25%;
    height: auto;
  }
}
.section3 .articleNe {
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .section3 .articleNe {
    font-size: 2vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .section3 .articleNe {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
.section3 .unboxVideoWrap:hover .unboxVideo:after {
  opacity: 0;
}
.section3 .unboxVideoWrap:hover .playbtn {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
          transform: translateX(-50%) translateY(-50%) scale(1.1);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.section3 .swiper-button-prev, .section3 .swiper-button-next {
  color: #00E8F0;
  font-weight: bolder;
}
.section3 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.section3 .swiper-pagination-bullet-active {
  background: #00E8F0;
}
.section3 .deco1 {
  width: 60%;
  height: auto;
  left: -15%;
  z-index: -5;
  bottom: 10%;
  opacity: 0.6;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .section3 .deco1 {
    width: 100%;
    height: auto;
    left: -35%;
  }
}
.section3 .playbtn {
  width: 25%;
  height: auto;
  padding-top: calc(25% - 20px) !important;
}
@media screen and (max-width: 767px) {
  .section3 .playbtn {
    width: 28%;
    height: auto;
    padding-top: calc(28% - 16px) !important;
  }
}
.section3 .deco1.type1 {
  bottom: -20%;
}
@media screen and (max-width: 767px) {
  .section3 .deco1.type1 {
    bottom: 20%;
  }
}

.buySection {
  background: #031019;
}
.buySection h3 {
  color: #fff;
}
.buySection .buyWrap {
  background: url(../images/kv-bg.webp);
  background-size: cover;
  background-position: center 65%;
}
.buySection .buyWrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #031019;
  opacity: 0.5;
  z-index: 0;
}
.buySection .buyBg {
  background: #14181A;
  -webkit-filter: drop-shadow(0px 10px 20px rgb(10, 10, 10)) drop-shadow(0px 5px 5px rgb(10, 10, 10));
          filter: drop-shadow(0px 10px 20px rgb(10, 10, 10)) drop-shadow(0px 5px 5px rgb(10, 10, 10));
  overflow: hidden;
}
.buySection .decoBg {
  width: 100%;
  height: auto;
  z-index: -1;
  top: -110%;
  right: -35%;
  opacity: 0.25;
  -webkit-filter: blur(57px);
          filter: blur(57px);
}
.buySection .buyImg .deco1 {
  margin-top: -20% !important;
  z-index: 1;
  -webkit-filter: drop-shadow(0px 10px 20px rgb(10, 10, 10)) drop-shadow(0px 5px 5px rgb(10, 10, 10));
          filter: drop-shadow(0px 10px 20px rgb(10, 10, 10)) drop-shadow(0px 5px 5px rgb(10, 10, 10));
}
.buySection .kvProductName {
  font-size: 2.5vw;
  line-height: 1;
  font-weight: 700;
  font-style: initial;
}
@media screen and (max-width: 991px) {
  .buySection .kvProductName {
    font-size: 4vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .buySection .kvProductName {
    font-size: 7vw;
    line-height: 1;
  }
}
.buySection p {
  color: #fff;
  -webkit-filter: none;
          filter: none;
  font-size: 0.8vw;
  line-height: 1;
  font-weight: 700;
  padding: 4px 0 0 0;
}
@media screen and (max-width: 767px) {
  .buySection p {
    font-size: 4vw;
    line-height: 1;
  }
}
.buySection p.none {
  color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 767px) {
  .buySection p.none {
    display: none;
  }
}
.buySection .buyBtn {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.buySection .buyBtn:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.buySection .buyLogo {
  background: #fff;
  -webkit-filter: drop-shadow(0px 5px 5px black);
          filter: drop-shadow(0px 5px 5px black);
}
.buySection .buyLogo.blue {
  background: #01375e;
}
.buySection .CSW {
  font-size: 3.5vw;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px black);
          filter: drop-shadow(0px 0px 5px black);
}
@media screen and (max-width: 767px) {
  .buySection .CSW {
    font-size: 10vw;
    line-height: 10vw;
  }
}

.parallax_1, .parallax_2, .parallax_3, .parallax_4, .parallax_5, .parallax_6, .parallax_7, .parallax_8, .parallax_9 {
  -webkit-transition: -webkit-transform 0.1s ease 0s;
  transition: -webkit-transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
}

.parallax_11, .parallax_22, .parallax_33, .parallax_44, .parallax_55, .parallax_66, .parallax_77, .parallax_88, .parallax_99 {
  -webkit-transition: -webkit-transform 0.1s ease 0s;
  transition: -webkit-transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
}

.section5 {
  background: #031019;
  -index: 3;
  padding: 50px 0 !important;
}
.section5 a {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section5 a {
    width: 90%;
    height: auto;
  }
}
.section5 .downloadBox {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(rgba(45, 45, 45, 0.4705882353) 0px 5px 3px);
          filter: drop-shadow(rgba(45, 45, 45, 0.4705882353) 0px 5px 3px);
  margin: 0 0 0 0;
}
.section5 .supportTip {
  position: relative;
  font-size: 1.3vw;
  line-height: 1.7;
  color: white;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0px 3px 3px rgb(10, 10, 10));
          filter: drop-shadow(0px 3px 3px rgb(10, 10, 10));
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: dotted 4px #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .section5 .supportTip {
    border-bottom: dotted 3px #fff;
  }
}
.section5 .supportTip img {
  width: 35px;
  height: auto;
  padding-right: 5px;
}
@media screen and (max-width: 1200px) {
  .section5 .supportTip {
    font-size: 1.6vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 1024px) {
  .section5 .supportTip {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.section5 .downloadBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  font-weight: bold;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#00BDCA), color-stop(30%), to(#34AA79));
  background: linear-gradient(90deg, #00BDCA, 30%, #34AA79 100%);
  font-size: 1.3rem;
  line-height: 1;
  margin: 0;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section5 .downloadBtn:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 1366px) {
  .section5 .downloadBtn {
    font-size: 1.1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 991px) {
  .section5 .downloadBtn {
    font-size: 1rem;
    line-height: 1;
  }
  .section5 .downloadBtn img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section5 .downloadBtn {
    width: 100%;
    height: 50px;
    font-size: 1rem;
    line-height: 1;
  }
}
.section5 .downloadBtn img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  vertical-align: middle;
}
.section5 .downloadBtnInner {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section5 p {
  padding-bottom: 0px;
}

.section6 {
  z-index: 5;
  padding-bottom: 10% !important;
  background: #031019;
  overflow: hidden;
}

.specTitle {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  padding: 10px 10px !important;
  cursor: pointer;
  border-top: 2px solid #eee;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #00BDCA), to(#34AA79));
  background: linear-gradient(90deg, #00BDCA 10%, #34AA79 100%);
  color: #fff;
}
.specTitle:first-child {
  border-top: 0px solid #20222D;
}
@media screen and (max-width: 1024px) {
  .specTitle {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .specTitle {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}

.specBtn {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 28px;
  margin-right: 10px;
}
.specBtn .icon_line {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
}
.specBtn .icon_line1, .specBtn .sub_icon_line1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.specBtn .icon_line2, .specBtn .sub_icon_line2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.specBtn .icon_line1.active, .specBtn .sub_icon_line1.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.specBtn .icon_line2.active, .specBtn .sub_icon_line2.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 50%;
}

.specSecondTitle {
  font-size: 1.8rem;
  line-height: 2rem;
  color: white;
  cursor: pointer;
  padding: 10px 10px !important;
  border-top: 2px solid #e4e4e4;
}
@media screen and (max-width: 1024px) {
  .specSecondTitle {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.specSecondTitle .specBtn .icon_line {
  background: black;
}

.specbody {
  display: none;
  overflow: hidden;
}
.specbody:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 1rem);
  z-index: -1;
  background: #3f436a;
  top: -1rem;
  left: 0;
}
.secondSpec {
  overflow-y: auto;
}

.specbody .listBodyInner {
  min-width: 550px;
}
.specbody .listBodyInner .specContentBox {
  border-bottom: 0px solid #b9b9b9;
}
.specbody .listBodyInner .specContentBox .specContentBox:after, .specbody .listBodyInner .specContentBox .speContentTitle:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #b9b9b9;
}
@media screen and (max-width: 767px) {
  .specbody .listBodyInner .specContentBox .specContentBox:after, .specbody .listBodyInner .specContentBox .speContentTitle:after {
    width: 100%;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .specbody .listBodyInner .specContentBox .speContentTitle {
    font-size: 0.9rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .specbody .listBodyInner .specContentBox {
    border-right: 1px solid #b9b9b9;
  }
}
.specbody .listBodyInner .speContentBtn {
  margin: 0;
}
.specbody .listNeTitle {
  z-index: 5;
  position: sticky;
  left: 0;
  background: #3f436a;
}

.list .specbody {
  max-height: 60vh;
  overflow-y: auto;
  background: #272940;
}

.spec {
  position: relative;
  display: inline-block;
  width: calc(100% - 35px);
  height: auto;
}

.specSecondbody {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .specSecondbody {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
.specSecondbody p.tip {
  font-size: 0.95rem;
  line-height: 1.5rem;
  -webkit-filter: initial;
          filter: initial;
}
@media screen and (max-width: 1024px) {
  .specSecondbody p.tip {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
}
.specSecondbody a {
  color: white;
}

.specContentBox {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-bottom: 1px solid #b9b9b9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.specContentBox:last-child {
  border-bottom: 0px solid #333333;
}
.specContentBox span {
  color: #00D3B4;
}

.specContentBox.title {
  background: #272940;
}

.specContentHeader {
  padding: 10px 0px !important;
  background: #111119;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #b9b9b9;
}

.speContentTitle {
  font-weight: 900;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 6px 15px !important;
}
@media screen and (max-width: 767px) {
  .speContentTitle {
    border-right: 0px solid #b9b9b9;
    padding: 6px 0px 6px 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .speContentTitle.listNeTitle {
    border-right: 1px solid #b9b9b9;
  }
}

@media screen and (max-width: 767px) {
  .speContentTitle.md {
    background: #272940;
  }
}

ol {
  list-style-type: disc;
  padding-left: 30px;
}

.speContent {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 8px 8px !important;
}

@media screen and (max-width: 991px) {
  .listspecbody .speContent {
    padding: 0px 8px 8px 8px !important;
  }
  .listspecbody .speContentTitle {
    padding: 8px 8px 0px 8px !important;
  }
}

@media screen and (max-width: 991px) {
  .speContent.title {
    padding: 8px 8px !important;
  }
}

.speContent.tip {
  text-indent: -12px;
  padding-left: 12px !important;
}
.speContent.tip span {
  color: #00D3B4;
}

.speContentBtn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 3px solid #fff;
  padding: 3px 10px !important;
  margin-left: 3px;
  cursor: pointer;
  font-weight: 600;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  z-index: 5;
  background: linear-gradient(150deg, #7C10FF 0%, #E60012 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.speContentBtn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.speContentBtn:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .speContentBtn {
    width: 100%;
    height: auto;
    padding: 5px 8px !important;
  }
}
.speContentBtn .icon {
  width: 15px;
  height: auto;
  margin-right: 10px;
}

#jp .specSecondbody {
  font-weight: 500;
}

.popup {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  display: none;
  font-size: 1.6vw;
  line-height: 2.1vw;
  color: white;
  background: initial;
}
@media screen and (max-width: 991px) {
  .popup {
    font-size: 3vw;
    line-height: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .popup {
    font-size: 0vw;
    line-height: 1vw;
  }
}
.popup .popBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.87);
  z-index: 0;
}
.popup .listMainTitle {
  width: 96%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .popup .listMainTitle {
    width: 94%;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .popup .listMainTitle {
    width: 88%;
    height: auto;
  }
}
.popup .listBtn {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  background: white;
  cursor: pointer;
  z-index: 1;
  padding-left: 4%;
}
@media screen and (max-width: 991px) {
  .popup .listBtn {
    padding-left: 6%;
  }
}
@media screen and (max-width: 576px) {
  .popup .listBtn {
    padding-left: 12%;
  }
}
.popup .listBtn:hover .icon_line {
  width: 70%;
  height: 5px;
}
.popup .listBtn .icon_line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 60%;
  height: 5px;
  background: #00BDCA;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.popup .listBtn .icon_line1 {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.popup .listBtn .icon_line2 {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
          transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.popup .listBody {
  height: 70vh;
  overflow-y: scroll;
  margin-top: calc(2.1vw + 16px);
  background: #202020;
}
@media screen and (max-width: 991px) {
  .popup .listBody {
    margin-top: calc(3.5vw + 16px);
  }
}
@media screen and (max-width: 767px) {
  .popup .listBody {
    margin-top: 40px;
  }
}
.popup .searchNotFound {
  height: calc(70vh - 74px);
  background: #202020;
}
.popup .searchNotFound .listTitle {
  background: initial;
  border-bottom: 0;
}
@media screen and (max-width: 991px) {
  .popup .searchNotFound {
    height: calc(70vh - 54px);
  }
}
.popup .listBoxTitle {
  position: fixed;
  width: 83.3333333333%;
  height: auto;
  background: linear-gradient(150deg, #34AA79 0%, #00BDCA 100%);
  font-weight: 900;
  text-transform: uppercase;
  padding: 8px 0 !important;
  z-index: 1;
  left: calc(8.3333333333% + 16px);
}
@media screen and (max-width: 767px) {
  .popup .listBoxTitle {
    width: 83.3333333333%;
    height: 40px;
    padding: 0px 0 !important;
  }
}
.popup .listTitle, .popup .listTitleNonEv {
  font-size: 1.4vw;
  line-height: 1.9vw;
  background: linear-gradient(150deg, #00BDCA 0%, #34AA79 100%);
  font-weight: 500;
  border-bottom: 2px solid #202020;
  padding: 8px 0 !important;
  position: sticky;
  z-index: 50;
  top: 70px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .popup .listTitle, .popup .listTitleNonEv {
    top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .popup .listTitle, .popup .listTitleNonEv {
    font-size: 2.4vw;
    line-height: 2.9vw;
  }
}
@media screen and (max-width: 576px) {
  .popup .listTitle, .popup .listTitleNonEv {
    font-size: 5vw;
    line-height: 5vw;
  }
}
.popup .listTitleNonEv {
  cursor: initial;
}
.popup .listNe {
  font-size: 1vw;
  line-height: 1.2;
  background: #202020;
  font-weight: 400;
  padding: 8px 0 !important;
  border-bottom: 2px solid #6d6d6d;
}
@media screen and (max-width: 991px) {
  .popup .listNe {
    font-size: 2vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .popup .listNe {
    font-size: 2.5vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 576px) {
  .popup .listNe {
    font-size: 0.9rem;
    line-height: 1.2;
  }
}
.popup .listNe:hover {
  background: #000;
}

.popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchContainer {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border: 2px solid #fff;
}
.searchContainer .inputGroup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px !important;
}
@media screen and (max-width: 1200px) {
  .searchContainer .inputGroup {
    padding: 5px 5px !important;
  }
}
.searchContainer .searchIcon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  line-height: 0;
}
.searchContainer .searchClear {
  width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 0;
}

.searchInput {
  width: calc(100% - 70px);
  height: auto;
}
.searchInput input {
  width: 100%;
  height: 50px;
  outline: none;
  border: 0px;
  background-color: #f8f9fa;
  font-size: 1.5vw;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .searchInput input {
    width: 100%;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .searchInput input {
    font-size: 2.5vw;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .searchInput input {
    font-size: 3vw;
    line-height: 1;
  }
}
@media screen and (max-width: 576px) {
  .searchInput input {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.searchInput input:focus {
  outline: none;
}

.searchContainer:has(.searchInput input:focus) {
  border: 2px solid #00BDCA;
}

.videoBtn {
  position: relative;
  cursor: pointer;
  border-bottom: dotted 4px white;
  padding: 0px 15px 0 10px;
}
.videoBtn:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0%;
  height: 4px;
  background: white;
  bottom: calc(0% - 4px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.videoBtn:hover:after {
  width: 100%;
  height: 4px;
}
@media screen and (max-width: 767px) {
  .videoBtn {
    max-width: 100%;
  }
}
.videoBtn .listBtnNe p {
  color: white;
  padding: 10px 0;
}