@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: 17px;
}

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

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

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

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

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

*::selection {
  color: #FFE53C;
  background: #fff;
}

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

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

::-webkit-scrollbar-thumb {
  background: #00E8F0;
}
::-webkit-scrollbar-thumb:hover {
  background: #00E8F0;
}

*:not(body):not(html):not(header):not(.t_on):not(.pin-spacer) {
  -webkit-transform: translate3d(0, 0, 0);
}

@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 {
  overflow-x: hidden;
}

body {
  background-color: #000;
  font-size: 8px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

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

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

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

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

h1 {
  position: relative;
  margin: 0 auto;
  font-size: 4.5rem;
  line-height: 1.2;
  display: table;
  color: #fff;
  font-weight: 900;
  text-align: center;
  padding: 10px 0 0px 0;
  text-transform: uppercase;
}
h1 span {
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
}
@media screen and (max-width: 1366px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

h2 {
  font-size: 2.5vw;
  line-height: 1;
  width: 42vw;
  height: auto;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  border-radius: 30px;
  padding: 4% 2% 2% 2%;
  -webkit-filter: drop-shadow(0px 3px 10px #000);
          filter: drop-shadow(0px 3px 10px #000);
  color: #000;
  text-align: center;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    width: 80vw;
    height: auto;
    font-size: 1.5rem;
    line-height: 1;
    padding: 5% 4% 4% 4%;
    white-space: initial;
  }
}
h2 span {
  color: #FFFF00;
}

@media screen and (max-width: 991px) {
  #zh h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #zh h2 {
    font-size: 1.7rem;
    line-height: 1.5;
    padding: 4% 0% 1% 0%;
  }
}

h3 {
  position: relative;
  margin: 0 auto;
  display: table;
  font-size: 2vw;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  color: #FEF100;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

h3.black {
  color: #000;
}

h4 {
  position: relative;
  margin: 0 auto;
  display: table;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 900;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px #0277C3) drop-shadow(0px 0px 2px rgba(2, 119, 195, 0.3333333333));
          filter: drop-shadow(0px 0px 5px #0277C3) drop-shadow(0px 0px 2px rgba(2, 119, 195, 0.3333333333));
}
@media screen and (max-width: 1200px) {
  h4 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

p {
  font-size: 1.3vw;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 1200px) {
  p {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
p span {
  color: #0090FF;
  font-weight: 900;
}

p.tip {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #ddd;
  padding: 0% 1% 0 1%;
  margin-bottom: 0px;
  text-indent: -0.8rem;
}
@media screen and (max-width: 1024px) {
  p.tip {
    font-size: 0.9rem;
    line-height: 1.3;
  }
}

p.tip span {
  color: #00E8F0;
}

p.white {
  color: #ffffff;
  -webkit-filter: drop-shadow(0px 0px 3px #000000);
          filter: drop-shadow(0px 0px 3px #000000);
}

p.black {
  color: #000;
}

.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 5s linear infinite;
          animation: liquid 5s linear infinite;
}

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

.TC {
  text-align: center;
}

.bold {
  font-weight: bold;
}

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

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

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

.fz0 {
  font-size: 0;
}

.lh0 {
  line-height: 0;
}

.bgBlack {
  background: #000;
}

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

.bgColor {
  background: #191919;
}

.bgWhite {
  background: white;
}

.deco {
  position: absolute;
}

.decoLine {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 20px 0;
}

.decoLineInner {
  position: relative;
  margin: 0 auto;
  display: table;
  width: 150px;
  height: auto;
}

.decoLine.left .decoLineInner {
  margin: 0;
}

.decoLine.right .decoLineInner {
  margin: 0;
  float: right;
  clear: both;
}

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

.hrDeco {
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 15px;
  background: url(../images/h1_stripe.png) center 0;
  background-size: 15px auto;
  -webkit-animation: line1 2s linear infinite;
          animation: line1 2s linear infinite;
  margin-top: 20px;
  margin-bottom: 15px;
}

.hrDeco.white {
  background: url(../images/h1_stripe_white.png) center 0;
}

.feaImgWrap {
  font-size: 0;
}

.feaImgBox {
  pointer-events: none;
  overflow: hidden;
}

.mt0 {
  margin: 0 auto !important;
}

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

.menuBox {
  position: relative;
  width: calc(100% - 220px);
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .menuBox {
    width: calc(100% - 160px);
    height: auto;
  }
}

.navBox {
  position: relative;
  width: 100%;
  height: auto;
}
.navBox .navBg {
  position: absolute;
  width: 100%;
  height: 60px;
  background: black;
  top: 0;
  left: 0;
  z-index: 1;
}
.navBox .brookLogo {
  position: relative;
  width: 220px;
  height: 100px;
  top: 0;
  background-color: black;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .navBox .brookLogo {
    width: 160px;
    height: 80px;
  }
}
.navBox .brookLogo .logoBox {
  position: relative;
  width: 60%;
  height: auto;
  top: 25px;
  left: 23px;
  -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);
}
@media screen and (max-width: 800px) {
  .navBox .brookLogo .logoBox {
    left: 20px;
  }
}
.navBox .menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 140px);
  height: 60px;
  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: 60px;
  list-style-type: none;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 500;
  -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: 60px;
  -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: -20px;
  background: -webkit-gradient(linear, left top, right top, from(#00E8F0), to(#FEF100));
  background: linear-gradient(90deg, #00E8F0 0%, #FEF100 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 .kvBuyBtn {
  position: relative;
  padding: 7px 30px;
  margin-left: 20px;
  font-size: 1.5rem;
  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: #000;
}
@media screen and (max-width: 1366px) {
  .navBox .kvBuyBtn {
    font-size: 1.3rem;
    line-height: 1.3rem;
    padding: 7px 25px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .navBox .kvBuyBtn {
    display: none;
  }
}
.navBox .kvBuyBtn:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.navBox .kvBuyBtn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00E8F0), to(#FEF100));
  background: linear-gradient(90deg, #00E8F0 0%, #FEF100 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
.navBox .kvMbbuyBtn {
  position: absolute;
  top: 7px;
  right: 70px;
  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;
  text-align: center;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.3rem;
  padding: 7px 15px;
}
@media screen and (max-width: 1024px) {
  .navBox .kvMbbuyBtn {
    display: block;
  }
}
.navBox .kvMbbuyBtn:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.navBox .kvMbbuyBtn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00E8F0), to(#FEF100));
  background: linear-gradient(90deg, #00E8F0 0%, #FEF100 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
.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;
  }
}

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

.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;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  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: #FFE53C;
}
.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;
}

.socialBox {
  position: fixed;
  width: 50px;
  height: 100%;
  top: 60%;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
  z-index: 999;
  -webkit-filter: contrast(0.6);
          filter: contrast(0.6);
}
@media screen and (max-width: 800px) {
  .socialBox {
    display: none;
  }
}
.socialBox .socialWord {
  position: relative;
  font-size: 0.9rem;
  line-height: 1rem;
  width: auto;
  height: 140px;
  letter-spacing: 3px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  left: 20px;
  color: black;
}
@media screen and (max-width: 1366px) {
  .socialBox .socialWord {
    font-size: 0.8rem;
    line-height: 1rem;
    width: auto;
    height: 95px;
    letter-spacing: 0px;
  }
}
.socialBox .socialLine {
  position: relative;
  margin: 0 auto;
  width: 2px;
  height: 80px;
  background-color: black;
  top: 4px;
}
.socialBox .socialIconBOX {
  position: relative;
  margin: 0 auto;
  width: 30px;
  height: 120px;
  top: 20px;
}
.socialBox .socialIconBOX .iconBox {
  position: relative;
  margin: 0 auto;
  margin: 0 0 15px 0;
}
.socialBox .socialIconBOX .iconBox:hover span {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 1366px) {
  .socialBox .socialIconBOX .iconBox {
    margin: 0 0 8px 0;
  }
}
.socialBox .socialIconBOX .iconBox span {
  position: absolute;
  top: 5px;
  left: 40px;
  background-color: #fff;
  padding: 2px 5px 3px 7px;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s, opacity 0.3s 0.3s;
  transition: all 0.3s, opacity 0.3s 0.3s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  color: black;
}
.socialBox .navSocialBtnBox {
  display: none;
}

@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;
  }
}
@media screen and (max-width: 767px) {
  .navBox .brookLogo {
    width: 150px;
    height: 70px;
  }
}
footer {
  background: url(../images/footerBG.jpg) top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 40;
}
@media screen and (max-width: 767px) {
  footer {
    background: url(../images/footer-bg-m.jpg) top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
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 .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: #555;
}
@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 {
  width: 22%;
  cursor: pointer;
  margin: 0;
  max-width: 45px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
@media screen and (max-width: 1366px) {
  footer .footerIcon {
    max-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer .footerIcon {
    max-width: 50px;
  }
}
footer .footerIcon svg {
  position: relative;
  margin: 0 auto;
  height: auto !important;
  stroke: rgb(255, 255, 255);
  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;
}
footer .footerIcon svg:hover {
  color: #555;
  fill: #555;
  stroke: #555;
}
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: 150px;
  height: auto;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: -85px;
  padding: 5%;
  display: none;
}
@media screen and (max-width: 767px) {
  footer .IconMenu {
    width: 120px;
    height: auto;
  }
}
footer .IconMenu:after {
  position: absolute;
  content: "";
  top: 69px;
  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: #555;
}
footer .IconMenu .BoxLine {
  position: relative;
  margin: 0 auto;
  width: 80%;
  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;
  margin: 0;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}
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: 25px;
  height: 135px;
  bottom: 60px;
  z-index: 998;
  right: 15px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: none;
}
.scrollToTop:hover .topImg img {
  top: -10px;
}
.scrollToTop .topImg {
  position: relative;
  width: 25px;
  height: auto;
}
.scrollToTop .topImg img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-bottom: 5%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0px;
}
.scrollToTop .topWord {
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  color: black;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 3px;
  right: 5px;
  top: 5px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
@media screen and (max-width: 800px) {
  .scrollToTop {
    bottom: 75px;
  }
  .scrollToTop .topImg {
    width: 23px;
    height: auto;
  }
  .scrollToTop .topWord {
    top: 3px;
  }
}

.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: -1%;
}
.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;
}

@-webkit-keyframes pathAnim {
  0%, 100% {
    d: path("M0,192	C220,180,220,100,500,192 C880,290,1100,290,1320,192	L1320 300 L0 300");
  }
  25% {
    d: path("M0,150	C220,100,440,292,660,292 C880,292,1100,100,1320,150	L1320 300 L0 300");
  }
  50% {
    d: path("M0,192	C220,290,440,290,660,252 C880,200,1100,100,1320,192	L1320 300 L0 300");
  }
  75% {
    d: path("M0,292	C220,292,440,180,660,180 C880,180,1100,292,1320,292	L1320 300 L0 300");
  }
}

@keyframes pathAnim {
  0%, 100% {
    d: path("M0,192	C220,180,220,100,500,192 C880,290,1100,290,1320,192	L1320 300 L0 300");
  }
  25% {
    d: path("M0,150	C220,100,440,292,660,292 C880,292,1100,100,1320,150	L1320 300 L0 300");
  }
  50% {
    d: path("M0,192	C220,290,440,290,660,252 C880,200,1100,100,1320,192	L1320 300 L0 300");
  }
  75% {
    d: path("M0,292	C220,292,440,180,660,180 C880,180,1100,292,1320,292	L1320 300 L0 300");
  }
}
@-webkit-keyframes shine {
  0% {
    -webkit-box-shadow: 0 0 15px 0px rgba(255, 255, 255, 0.05);
            box-shadow: 0 0 15px 0px rgba(255, 255, 255, 0.05);
  }
  50% {
    -webkit-box-shadow: 0 0 15px 4px rgb(255, 255, 255);
            box-shadow: 0 0 15px 4px rgb(255, 255, 255);
  }
  100% {
    -webkit-box-shadow: 0 0 15px 0px rgba(255, 255, 255, 0.05);
            box-shadow: 0 0 15px 0px rgba(255, 255, 255, 0.05);
  }
}
@keyframes shine {
  0% {
    -webkit-box-shadow: 0 0 15px 0px rgba(255, 255, 255, 0.05);
            box-shadow: 0 0 15px 0px rgba(255, 255, 255, 0.05);
  }
  50% {
    -webkit-box-shadow: 0 0 15px 4px rgb(255, 255, 255);
            box-shadow: 0 0 15px 4px rgb(255, 255, 255);
  }
  100% {
    -webkit-box-shadow: 0 0 15px 0px rgba(255, 255, 255, 0.05);
            box-shadow: 0 0 15px 0px rgba(255, 255, 255, 0.05);
  }
}
@-webkit-keyframes topDown {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes topDown {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@-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(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@keyframes Downtop {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@-webkit-keyframes fadeIn {
  20%, 80% {
    opacity: 1;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  30%, 70% {
    opacity: 0;
    -webkit-filter: brightness(200%);
            filter: brightness(200%);
  }
}
@keyframes fadeIn {
  20%, 80% {
    opacity: 1;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  30%, 70% {
    opacity: 0;
    -webkit-filter: brightness(200%);
            filter: brightness(200%);
  }
}
@-webkit-keyframes getIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes getIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-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);
  }
}
@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.1);
            transform: scale(1.1);
  }
}
@keyframes scale1 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-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 shake {
  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 shake {
  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 sprite3 {
  to {
    background-position: 150%;
  }
}
@keyframes sprite3 {
  to {
    background-position: 150%;
  }
}
@-webkit-keyframes sprite4 {
  to {
    background-position: 133%;
  }
}
@keyframes sprite4 {
  to {
    background-position: 133%;
  }
}
@-webkit-keyframes sprite5 {
  to {
    background-position: 125%;
  }
}
@keyframes sprite5 {
  to {
    background-position: 125%;
  }
}
@-webkit-keyframes sprite6 {
  to {
    background-position: 120%;
  }
}
@keyframes sprite6 {
  to {
    background-position: 120%;
  }
}
@-webkit-keyframes sprite7 {
  to {
    background-position: 116.7%;
  }
}
@keyframes sprite7 {
  to {
    background-position: 116.7%;
  }
}
@-webkit-keyframes sprite10 {
  to {
    background-position: 111%;
  }
}
@keyframes sprite10 {
  to {
    background-position: 111%;
  }
}
@-webkit-keyframes sprite-10 {
  to {
    background-position: -111%;
  }
}
@keyframes sprite-10 {
  to {
    background-position: -111%;
  }
}
@-webkit-keyframes sprite13 {
  to {
    background-position: 108.4%;
  }
}
@keyframes sprite13 {
  to {
    background-position: 108.4%;
  }
}
@keyframes scale1 {
  0%, 100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scaleX(1.1);
            transform: scaleX(1.1);
    opacity: 1;
  }
}
@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scaleX(1) scaleY(0.95);
            transform: translateX(-50%) translateY(-50%) scaleX(1) scaleY(0.95);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scaleX(1.1) scaleY(1.4);
            transform: translateX(-50%) translateY(-50%) scaleX(1.1) scaleY(1.4);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scaleX(1) scaleY(0.95);
            transform: translateX(-50%) translateY(-50%) scaleX(1) scaleY(0.95);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scaleX(1.1) scaleY(1.4);
            transform: translateX(-50%) translateY(-50%) scaleX(1.1) scaleY(1.4);
    opacity: 0;
  }
}
#kvWarp {
  position: relative;
  z-index: 0;
  background: url(../images/kv-bg.jpg);
  background-size: cover;
  background-position: 30% 40%;
  background-attachment: fixed;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #kvWarp {
    background: url(../images/kv-bg-m.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: initial;
    background-position: -99999px -99999px;
  }
  #kvWarp:before {
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/kv-bg-m.jpg);
    background-size: cover;
    background-position: center center;
    z-index: -1;
  }
}

#ko .kvMain .kvSlogan, #zh .kvMain .kvSlogan {
  font-size: 5vw;
  line-height: 1.2;
  letter-spacing: 10px;
}
#ko .kvMain .kvSlogan:after, #zh .kvMain .kvSlogan:after {
  content: attr(data-text);
  font-size: 5vw;
  line-height: 1.2;
  letter-spacing: 10px;
}
@media screen and (max-width: 767px) {
  #ko .kvMain .kvSlogan, #zh .kvMain .kvSlogan {
    font-size: 12.5vw;
    line-height: 1.2;
    letter-spacing: 0px;
  }
  #ko .kvMain .kvSlogan:after, #zh .kvMain .kvSlogan:after {
    font-size: 12.5vw;
    line-height: 1.2;
    -webkit-text-stroke: 1.5vw #000;
    letter-spacing: 0px;
  }
}

.kv {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: calc(100% - 60px);
  top: 60px;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 1149px) {
  .kv {
    width: 100%;
    height: calc(100% - 50px);
    margin-top: 50px !important;
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    padding-top: 3%;
  }
}
.kv:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3333333333)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3333333333) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.kv .redDot {
  width: 13%;
  height: auto;
  top: 6%;
  left: 1%;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3333333333)) drop-shadow(0px 0px 3px #000);
          filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3333333333)) drop-shadow(0px 0px 3px #000);
}
@media screen and (max-width: 767px) {
  .kv .redDot {
    width: 35%;
    height: auto;
    top: 3%;
  }
}

.svgContainer {
  width: 100%;
  height: 50%;
  border: 1px dashed #aaa;
  top: 10%;
  z-index: 5;
}

.kvSvg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: initial !important;
}

.kvLight {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36%;
  height: auto;
  left: 12%;
  z-index: 10;
  -webkit-animation: ufoAnim 2s ease-in-out forwards;
          animation: ufoAnim 2s ease-in-out forwards;
}
.kvLight .aniInner {
  margin-top: -50%;
}
@media screen and (max-width: 767px) {
  .kvLight .aniInner {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    margin-top: 0%;
  }
}
@media screen and (max-width: 767px) {
  .kvLight {
    width: 70%;
    height: auto;
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    left: initial;
    margin: 0 auto;
    padding: 25% 0 5% 0;
    -webkit-animation: ufoAnim-m 1.5s ease-in-out forwards;
            animation: ufoAnim-m 1.5s ease-in-out forwards;
  }
}

.titleDeco {
  width: 45%;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 1;
}

.kvButtom {
  width: 100%;
  height: auto;
  bottom: -1%;
  left: 0%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kvButtom {
    width: 200%;
    height: auto;
  }
}

.kvMain {
  margin-top: -5% !important;
}
@media screen and (max-width: 767px) {
  .kvMain {
    padding-bottom: 20% !important;
  }
}
.kvMain .kvText {
  font-size: 2.5vw;
  line-height: 1;
  font-weight: 700;
  color: #000;
  text-align: left;
  letter-spacing: 3px;
  padding: 15px 0 15px 1.5vw;
}
.kvMain .kvText:after {
  content: attr(data-text);
  font-size: 2.5vw;
  line-height: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: auto;
  font-weight: 700;
  top: 0;
  -webkit-text-stroke: 0.2vw #FFF;
  z-index: -1;
  letter-spacing: 3px;
  padding: 15px 0 15px 1.5vw;
}
@media screen and (max-width: 1366px) {
  .kvMain .kvText {
    padding: 10px 0 10px 1.5vw;
  }
  .kvMain .kvText:after {
    padding: 10px 0 10px 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .kvMain .kvText {
    font-size: 5.5vw;
    line-height: 1;
    letter-spacing: 1px;
  }
  .kvMain .kvText:after {
    font-size: 5.5vw;
    line-height: 1;
    -webkit-text-stroke: 0.8vw #FFF;
    letter-spacing: 1px;
  }
}
.kvMain .kvSlogan {
  font-size: 4.2vw;
  line-height: 1.2;
  color: white;
  text-align: left;
  font-weight: 900;
  padding-left: 1.8vw;
}
.kvMain .kvSlogan:after {
  content: attr(data-text);
  font-size: 4.2vw;
  line-height: 1.2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: auto;
  font-weight: 900;
  top: 0;
  -webkit-text-stroke: 0.9vw #000;
  z-index: -1;
  -webkit-filter: drop-shadow(0px 5px 5px #000);
          filter: drop-shadow(0px 5px 5px #000);
  padding-left: 1.8vw;
}
@media screen and (max-width: 767px) {
  .kvMain .kvSlogan {
    font-size: 10vw;
    line-height: 1.2;
  }
  .kvMain .kvSlogan:after {
    font-size: 10vw;
    line-height: 1.2;
    -webkit-text-stroke: 1.5vw #000;
  }
}
.kvMain .kvSlogan.yellow {
  color: #FEF100;
}
.kvMain .kvDate {
  font-size: 1.3vw;
  line-height: 1;
  color: #000;
  padding: 2.5% 5%;
  font-weight: 500;
  background: #fff;
  border-radius: 25px;
  margin-left: 2vw;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .kvMain .kvDate {
    font-size: 4vw;
    line-height: 1;
    border-radius: 15px;
    padding: 3% 8%;
  }
}

@-webkit-keyframes raise {
  to {
    top: -10vw;
  }
}
@keyframes raise {
  to {
    top: -10vw;
  }
}
@-webkit-keyframes float {
  0%, 50%, 100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  75% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes float {
  0%, 50%, 100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  75% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(0.2) rotate(90deg);
            transform: scale(0.2) rotate(90deg);
  }
  60% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-150deg);
            transform: scale(1) rotate(-150deg);
    offset-distance: 100%;
  }
}
@keyframes move {
  0% {
    -webkit-transform: scale(0.2) rotate(90deg);
            transform: scale(0.2) rotate(90deg);
  }
  60% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-150deg);
            transform: scale(1) rotate(-150deg);
    offset-distance: 100%;
  }
}
@-webkit-keyframes ufoAnim {
  0% {
    -webkit-transform: translateY(-50%) translateX(200%) rotate(0deg) scale(0);
            transform: translateY(-50%) translateX(200%) rotate(0deg) scale(0);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(0%) rotate(360deg) scale(1);
            transform: translateY(-50%) translateX(0%) rotate(360deg) scale(1);
  }
}
@keyframes ufoAnim {
  0% {
    -webkit-transform: translateY(-50%) translateX(200%) rotate(0deg) scale(0);
            transform: translateY(-50%) translateX(200%) rotate(0deg) scale(0);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(0%) rotate(360deg) scale(1);
            transform: translateY(-50%) translateX(0%) rotate(360deg) scale(1);
  }
}
@-webkit-keyframes ufoAnim-m {
  0% {
    -webkit-transform: translateX(100%) rotate(180deg) scale(0);
            transform: translateX(100%) rotate(180deg) scale(0);
  }
  100% {
    -webkit-transform: translateX(0%) rotate(360deg) scale(1);
            transform: translateX(0%) rotate(360deg) scale(1);
  }
}
@keyframes ufoAnim-m {
  0% {
    -webkit-transform: translateX(100%) rotate(180deg) scale(0);
            transform: translateX(100%) rotate(180deg) scale(0);
  }
  100% {
    -webkit-transform: translateX(0%) rotate(360deg) scale(1);
            transform: translateX(0%) rotate(360deg) scale(1);
  }
}
@-webkit-keyframes ufoAnim2 {
  0% {
    -webkit-transform: translateY(-150%) rotate(5deg);
            transform: translateY(-150%) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0%) rotate(5deg);
            transform: translateY(0%) rotate(5deg);
  }
}
@keyframes ufoAnim2 {
  0% {
    -webkit-transform: translateY(-150%) rotate(5deg);
            transform: translateY(-150%) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0%) rotate(5deg);
            transform: translateY(0%) rotate(5deg);
  }
}
@-webkit-keyframes spain {
  0% {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes spain {
  0% {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes spain360 {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes spain360 {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes spain360Reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spain360Reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate1 {
  0%, 100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes rotate1 {
  0%, 100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes rotate2 {
  0%, 100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes rotate2 {
  0%, 100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-125%);
            transform: translateX(-125%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-125%);
            transform: translateX(-125%);
  }
}
@-webkit-keyframes lightRed {
  0%, 100% {
    background: #F4313F;
  }
  100% {
    background: #999;
  }
}
@keyframes lightRed {
  0%, 100% {
    background: #F4313F;
  }
  100% {
    background: #999;
  }
}
@-webkit-keyframes lightYellow1 {
  0%, 100% {
    background: #FEF100;
  }
  50% {
    background: #999;
  }
}
@keyframes lightYellow1 {
  0%, 100% {
    background: #FEF100;
  }
  50% {
    background: #999;
  }
}
@-webkit-keyframes lightGreen1 {
  0%, 100% {
    background: #1fef3f;
  }
  50% {
    background: #999;
  }
}
@keyframes lightGreen1 {
  0%, 100% {
    background: #1fef3f;
  }
  50% {
    background: #999;
  }
}
@-webkit-keyframes lightWhite {
  0%, 100% {
    background: #fff;
  }
  50% {
    background: #999;
  }
}
@keyframes lightWhite {
  0%, 100% {
    background: #fff;
  }
  50% {
    background: #999;
  }
}
@-webkit-keyframes lightRGB {
  0%, 100% {
    background: radial-gradient(#60ff79, #006a10);
  }
  33% {
    background: radial-gradient(#ff505d, #bf000e);
  }
  66% {
    background: radial-gradient(#4b71ff, #1b00a0);
  }
}
@keyframes lightRGB {
  0%, 100% {
    background: radial-gradient(#60ff79, #006a10);
  }
  33% {
    background: radial-gradient(#ff505d, #bf000e);
  }
  66% {
    background: radial-gradient(#4b71ff, #1b00a0);
  }
}
.aniInner {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
}

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

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

@media screen and (max-width: 1200px) {
  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-166.65%);
              transform: translateX(-166.65%);
    }
  }
  @keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-166.65%);
              transform: translateX(-166.65%);
    }
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-333.3%);
              transform: translateX(-333.3%);
    }
  }
  @keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-333.3%);
              transform: translateX(-333.3%);
    }
  }
}
picture {
  width: 100%;
}

.contentWrap {
  position: relative;
  width: 100%;
  height: auto;
}

.secWarp {
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px 0;
}

.videoWarp {
  position: relative;
  margin: 0 auto;
  width: 70%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .videoWarp {
    width: 80%;
    height: auto;
  }
}
.videoWarp .videoDeco1 {
  width: 22%;
  height: auto;
  top: -23%;
  left: -5%;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .videoWarp .videoDeco1 {
    width: 40%;
    height: auto;
    top: -22%;
  }
}

.video-container {
  position: relative;
  margin: 0 auto;
  padding-bottom: 56.25%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .video-container {
    padding-bottom: 110%;
  }
}

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

.blockNone {
  display: none;
}

.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: 10%;
  height: auto;
  padding-top: calc(10% - 20px);
  border-radius: 500px;
  border: 10px solid #FEF100;
  -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;
}
@media screen and (max-width: 991px) {
  .playbtn {
    width: 20%;
    height: auto;
    border: 5px solid #FEF100;
    padding-top: calc(20% - 10px);
  }
}
.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;
}

.videoImgBox {
  -webkit-clip-path: polygon(0 49%, 100% 33%, 100% 33%, 0 49%);
          clip-path: polygon(0 49%, 100% 33%, 100% 33%, 0 49%);
  margin-top: -5% !important;
  margin-bottom: -5% !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .videoImgBox {
    -webkit-clip-path: polygon(0 49%, 100% 33%, 100% 33%, 0 49%);
            clip-path: polygon(0 49%, 100% 33%, 100% 33%, 0 49%);
    margin-top: 5% !important;
    margin-bottom: 0% !important;
  }
}
.videoImgBox .videoCover {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  pointer-events: none;
  mix-blend-mode: soft-light;
  z-index: 1;
}

.videoImgDeco {
  -webkit-clip-path: polygon(0 38%, 100% 19%, 100% 80%, 0 64%);
          clip-path: polygon(0 38%, 100% 19%, 100% 80%, 0 64%);
  margin-top: -5% !important;
  margin-bottom: -5% !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .videoImgDeco {
    -webkit-clip-path: polygon(0 30%, 100% 8%, 100% 94%, 0 78%);
            clip-path: polygon(0 30%, 100% 8%, 100% 94%, 0 78%);
    margin-top: 5% !important;
    margin-bottom: 0% !important;
  }
}

.videoImgDeco1 {
  width: 100%;
  height: auto;
  padding-top: 55% !important;
  background: -webkit-gradient(linear, right top, left top, from(#00E8F0), to(#FEF100));
  background: linear-gradient(-90deg, #00E8F0 0%, #FEF100 100%);
  top: -10%;
  z-index: -1;
}

.videoImgDeco2 {
  width: 100%;
  height: auto;
  padding-top: 57% !important;
  background: -webkit-gradient(linear, left top, right top, from(#0090FF), to(#FEF100));
  background: linear-gradient(90deg, #0090FF 0%, #FEF100 100%);
  top: 10%;
  z-index: -1;
}

.aos-animate .videoImgBox {
  -webkit-clip-path: polygon(0 33%, 100% 19%, 100% 80%, 0 69%);
          clip-path: polygon(0 33%, 100% 19%, 100% 80%, 0 69%);
}
@media screen and (max-width: 767px) {
  .aos-animate .videoImgBox {
    -webkit-clip-path: polygon(0 26%, 100% 12%, 100% 87%, 0 85%);
            clip-path: polygon(0 26%, 100% 12%, 100% 87%, 0 85%);
  }
}

.blurBox {
  border-radius: 20px;
  -webkit-backdrop-filter: blur(30px) brightness(110%);
          backdrop-filter: blur(30px) brightness(110%);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.22), transparent);
  padding: 10% 3% !important;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.33), inset 0 0 15px rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.33), inset 0 0 15px rgba(0, 0, 0, 0.33);
}
@media screen and (max-width: 767px) {
  .blurBox {
    border: 5px solid #fff;
  }
}

.blurBox.light {
  -webkit-backdrop-filter: blur(8px) brightness(100%);
          backdrop-filter: blur(8px) brightness(100%);
  padding: 7% 3% !important;
}

.section1 {
  background: #000;
  z-index: 5;
}
.section1 .introImgBox {
  padding-top: 40% !important;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section1 .introImgBox {
    padding-top: 100% !important;
  }
}
.section1 .introImg {
  width: 110%;
  height: 80%;
  top: -10%;
  background: url(../images/intro-bg.jpg);
  background-size: 150%;
  background-position: 40% 60%;
  z-index: 0;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}
@media screen and (max-width: 767px) {
  .section1 .introImg {
    background: url(../images/intro-bg-m.jpg);
    background-size: cover;
    background-position: center center;
  }
}
.section1 .decoTop {
  width: 100%;
  height: auto;
  top: -5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section1 .decoTop {
    width: 200%;
    height: auto;
  }
}
.section1 .decoBottom {
  width: 100%;
  height: auto;
  bottom: -5%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section1 .decoBottom img {
    width: 200%;
    height: auto;
  }
}
.section1 .introLight {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28%;
  height: auto;
  top: 50%;
  left: 35%;
}
@media screen and (max-width: 767px) {
  .section1 .introLight {
    width: 50%;
    height: auto;
    top: 65%;
    left: 10%;
  }
}
.section1 .introImg.active .introLight {
  -webkit-animation: ufoAnim2 1s ease-out forwards;
          animation: ufoAnim2 1s ease-out forwards;
}
.section1 .introImg.active .introLightSpain {
  -webkit-animation: spain 1s ease-out forwards;
          animation: spain 1s ease-out forwards;
}
.section1 .redDot {
  width: 50%;
  height: auto;
  top: 3%;
  right: -40%;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3333333333)) drop-shadow(0px 0px 3px #000);
          filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3333333333)) drop-shadow(0px 0px 3px #000);
}
.section1 .redDot img {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media screen and (max-width: 767px) {
  .section1 .redDot {
    width: 60%;
    height: auto;
    top: -15%;
    right: -50%;
  }
}
.section1 .introWord {
  font-size: 3vw;
  line-height: 1;
  color: #eee;
  -webkit-text-stroke: 0.5px #b7b7b7;
  -webkit-text-fill-color: transparent;
  z-index: -1;
  white-space: nowrap;
  bottom: -3.5vw;
}
@media screen and (max-width: 767px) {
  .section1 .introWord {
    font-size: 6vw;
    line-height: 1;
    bottom: -6.5vw;
  }
}
.section1 .introDeco {
  width: 80%;
  height: auto;
  z-index: -1;
  bottom: -50%;
  right: -20%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .section1 .introDeco {
    width: 200%;
    height: auto;
    bottom: 0%;
    right: -80%;
  }
}
.section1 .bottomRotate {
  width: 100%;
  height: auto;
  padding-top: 7% !important;
  -webkit-transform: rotate(356deg) scale(1.5);
      -ms-transform: rotate(356deg) scale(1.5);
          transform: rotate(356deg) scale(1.5);
  background: #000;
}
.section1 .videoDeco1 {
  width: 40%;
  height: auto;
  bottom: -15%;
  right: -5%;
  z-index: 5;
  pointer-events: none;
}
.section1 .videoImgWarp {
  margin-bottom: -10% !important;
}

.js-modal-btn {
  cursor: pointer;
}
.js-modal-btn: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);
}

.section1.videoNone:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: -10%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.section1.videoNone .section1Inner {
  padding-bottom: 10% !important;
  overflow: hidden;
  background: #000;
}
.section1.videoNone .section1Inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section1.videoNone .section1Inner {
    padding-bottom: 15% !important;
  }
}
.section1.videoNone .videoImgWarp {
  display: none;
}

#zh .lightIntroNe {
  font-size: 1.3vw;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #zh .lightIntroNe {
    font-size: 3vw;
    line-height: 1.1;
  }
}
@media screen and (max-width: 576px) {
  #zh .lightIntroNe {
    font-size: 4vw;
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  #zh .section2 .fea7 {
    padding-top: 350px !important;
  }
}

.section2 {
  background: #000;
  line-height: 0;
  font-size: 0;
  z-index: 1;
}
.section2:before {
  content: "";
  width: 100%;
  height: 105%;
  position: absolute;
  background-image: url(../images/bg1.png);
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section2:before {
    width: 100%;
    height: 100%;
  }
}
.section2 .section2Inner {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section2 .fea1 .fea1Bg {
  background-image: url(../images/intro-bg.jpg);
  background-position: 85% center;
  background-size: 150%;
  padding-top: 35% !important;
}
@media screen and (max-width: 767px) {
  .section2 .fea1 .fea1Bg {
    background-image: url(../images/intro-bg-m.jpg);
    background-position: 60% center;
    background-size: 300%;
    padding-top: 120% !important;
  }
}
.section2 .fea1 .fea1Bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.section2 .fea1 .fea1Bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: -10%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.section2 .fea1 .fea1Content {
  margin-left: -8% !important;
  margin-top: -15% !important;
}
@media screen and (max-width: 767px) {
  .section2 .fea1 .fea1Content {
    margin-left: 0% !important;
    margin-top: -5% !important;
  }
}
.section2 .fea1 .fea1Img1 {
  width: 35%;
  height: auto;
  margin-right: 5%;
}
@media screen and (max-width: 991px) {
  .section2 .fea1 .fea1Img1 {
    margin-right: -4%;
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea1 .fea1Img1 {
    width: 75%;
    height: auto;
    margin: -50% 20% 15% 0%;
  }
  .section2 .fea1 .fea1Img1 .fea1Img1Inner {
    margin-left: -30%;
  }
}
.section2 .fea1 .decoWord {
  width: 30%;
  height: auto;
  top: 0%;
  right: 0%;
}
.section2 .fea1 .deco1 {
  width: 4%;
  height: auto;
  top: 20%;
  left: 40%;
  -webkit-animation: topDown 3.5s infinite linear;
          animation: topDown 3.5s infinite linear;
}
.section2 .fea1 .deco1 .decoInner {
  -webkit-animation: rotate1 3.5s infinite linear;
          animation: rotate1 3.5s infinite linear;
}
.section2 .fea1 .deco1 .decoArrow {
  width: 2vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section2 .fea1 .deco1 {
    width: 8%;
    height: auto;
    left: 30%;
    top: 15%;
  }
  .section2 .fea1 .deco1 .decoArrow {
    width: 4vw;
    height: auto;
  }
}
.section2 .fea1 .deco2 {
  width: 7%;
  height: auto;
  bottom: 10%;
  left: 33%;
  -webkit-animation: Downtop 3s infinite linear;
          animation: Downtop 3s infinite linear;
}
.section2 .fea1 .deco2 .decoInner {
  -webkit-animation: rotate2 3.5s infinite linear;
          animation: rotate2 3.5s infinite linear;
}
@media screen and (max-width: 767px) {
  .section2 .fea1 .deco2 {
    width: 12%;
    height: auto;
    bottom: 43%;
    left: 55%;
  }
}
.section2 .fea1 .deco3 {
  width: 15%;
  height: auto;
  top: 30%;
  right: -3%;
  -webkit-animation: topDown 3.8s infinite linear;
          animation: topDown 3.8s infinite linear;
}
.section2 .fea1 .deco3 .decoInner {
  -webkit-animation: rotate1 3.5s infinite linear;
          animation: rotate1 3.5s infinite linear;
  -webkit-filter: blur(2.5px);
          filter: blur(2.5px);
}
.section2 .fea1 .deco3 .decoArrow {
  width: 5vw;
  height: auto;
  bottom: 30%;
}
@media screen and (max-width: 767px) {
  .section2 .fea1 .deco3 {
    width: 25%;
    height: auto;
    right: -5%;
  }
  .section2 .fea1 .deco3 .decoArrow {
    width: 8vw;
    height: auto;
  }
}
.section2 .fea1 .deco4 {
  width: 6%;
  height: auto;
  top: 20%;
  left: 65%;
  -webkit-animation: Downtop 3.2s infinite linear;
          animation: Downtop 3.2s infinite linear;
}
.section2 .fea1 .deco4 .decoInner {
  -webkit-animation: rotate2 3.5s infinite linear;
          animation: rotate2 3.5s infinite linear;
}
@media screen and (max-width: 767px) {
  .section2 .fea1 .deco4 {
    width: 13%;
    height: auto;
    left: 50%;
    top: 15%;
  }
}
.section2 .fea1 .decoArrow {
  width: 3vw;
  height: auto;
  bottom: 0%;
  left: -10%;
  -webkit-filter: drop-shadow(0px 0px 3px #000) drop-shadow(0px 0px 2px #FEF100);
          filter: drop-shadow(0px 0px 3px #000) drop-shadow(0px 0px 2px #FEF100);
}
@media screen and (max-width: 767px) {
  .section2 .fea1 .decoArrow {
    width: 5vw;
    height: auto;
  }
}
.section2 .fea2 .feaDeco1, .section2 .fea2 .feaDeco2 {
  width: 100%;
  height: 30%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -16.5%;
  z-index: 5;
}
.section2 .fea2 .feaDeco1 img, .section2 .fea2 .feaDeco2 img {
  width: 100%;
  height: 100%;
}
.section2 .fea2 .feaDeco2 {
  top: initial;
  bottom: -16.5%;
}
.section2 .fea2 .deco1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 30vh;
  z-index: -1;
  top: -30vh;
}
.section2 .fea2 .deco1 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .section2 .fea2 .deco1 {
    width: auto;
    height: 20vh;
    top: -20vh;
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea2 .deco1 {
    width: auto;
    height: 15vh;
    top: -15vh;
  }
}
.section2 .fea2 .marqueeBox {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section2 .fea2 .marqueeImgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: marquee 30s infinite linear;
          animation: marquee 30s infinite linear;
}
.section2 .fea2 .marqueeImg {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section2 .fea2 .marqueeImg img {
  width: 100.5%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .section2 .fea2 .marqueeImg {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea2 .marqueeImg {
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
  }
}
.section2 .fea3 .fea3Content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 95%;
  bottom: 0;
  left: 0;
  background-image: url(../images/intro-bg.jpg);
  background-position: 10% -10%;
  background-size: 200%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Content:after {
    background-image: url(../images/kv-bg-m.jpg);
    background-position: center;
    background-size: cover;
  }
}
.section2 .fea3 .feaDeco1 {
  width: 100%;
  height: 150%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 26%;
  z-index: -1;
}
.section2 .fea3 .feaDeco1 img {
  width: 100%;
  height: 100%;
}
.section2 .fea3 .fea3Intro {
  background: rgba(0, 0, 0, 0.8666666667);
}
.section2 .fea3 .fea3Intro .top {
  border-top: 5px solid #00E8F0;
}
.section2 .fea3 .fea3Intro .lightBox {
  padding-top: 45% !important;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .lightBox {
    padding-top: 120% !important;
  }
}
.section2 .fea3 .fea3Intro .lightBox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  background-image: url(../images/fea3-grid-top.png);
  background-position: center bottom;
  background-size: cover;
  z-index: -2;
  opacity: 0.5;
}
.section2 .fea3 .fea3Intro .lightBox:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  background-image: url(../images/fea3-grid-bottom.png);
  background-position: center top;
  background-size: cover;
  z-index: -2;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .lightBox:after {
    background-size: 160%;
  }
}
.section2 .fea3 .fea3Intro .lightBoxInner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section2 .fea3 .fea3Intro .lightBoxInner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 10%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.section2 .fea3 .fea3Intro .lightBoxInner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.section2 .fea3 .fea3Intro .LightFront, .section2 .fea3 .fea3Intro .LightBack {
  width: 25%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .LightFront, .section2 .fea3 .fea3Intro .LightBack {
    width: 50%;
    height: auto;
  }
}
.section2 .fea3 .fea3Intro .LightFront {
  top: 10%;
  left: 25%;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .LightFront {
    top: 10%;
    left: 40%;
  }
}
.section2 .fea3 .fea3Intro .LightBack {
  bottom: 15%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .LightBack {
    bottom: 8%;
    left: 10%;
  }
}
.section2 .fea3 .fea3Intro .lightIntro1, .section2 .fea3 .fea3Intro .lightIntro2, .section2 .fea3 .fea3Intro .lightIntro3 {
  width: 80%;
  height: auto;
  top: 10%;
  left: -42%;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .lightIntro1, .section2 .fea3 .fea3Intro .lightIntro2, .section2 .fea3 .fea3Intro .lightIntro3 {
    width: 100%;
    height: auto;
    top: 6%;
    left: -60%;
  }
}
.section2 .fea3 .fea3Intro .lightIntro1 .lightIntroNe, .section2 .fea3 .fea3Intro .lightIntro2 .lightIntroNe, .section2 .fea3 .fea3Intro .lightIntro3 .lightIntroNe {
  top: -35%;
  right: 18%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .lightIntro1 .lightIntroNe, .section2 .fea3 .fea3Intro .lightIntro2 .lightIntroNe, .section2 .fea3 .fea3Intro .lightIntro3 .lightIntroNe {
    top: -40%;
  }
}
@media screen and (max-width: 576px) {
  .section2 .fea3 .fea3Intro .lightIntro1 .lightIntroNeEN, .section2 .fea3 .fea3Intro .lightIntro2 .lightIntroNeEN, .section2 .fea3 .fea3Intro .lightIntro3 .lightIntroNeEN {
    top: -72%;
  }
}
.section2 .fea3 .fea3Intro .lightIntro2 {
  top: 10%;
  left: 60%;
}
.section2 .fea3 .fea3Intro .lightIntro2 .lightIntroNe {
  top: -35%;
  right: 1%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .lightIntro2 .lightIntroNe {
    top: -40%;
  }
}
@media screen and (max-width: 576px) {
  .section2 .fea3 .fea3Intro .lightIntro2 .lightIntroNeEN {
    top: -72%;
  }
}
.section2 .fea3 .fea3Intro .lightIntro3 {
  width: 100%;
  height: auto;
  top: 54%;
  left: 70%;
}
.section2 .fea3 .fea3Intro .lightIntro3 .lightIntroNe {
  width: 70%;
  height: auto;
  top: -67%;
  right: 1%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .lightIntro3 .lightIntroNe {
    top: -110%;
  }
}
@media screen and (max-width: 576px) {
  .section2 .fea3 .fea3Intro .lightIntro3 .lightIntroNeEN {
    top: -285%;
  }
}
.section2 .fea3 .fea3Intro .lightIntroNe {
  width: 80%;
  height: auto;
  font-size: 1.1vw;
  line-height: 1.1;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 3px #000) drop-shadow(0px 0px 5px #000);
          filter: drop-shadow(0px 0px 3px #000) drop-shadow(0px 0px 5px #000);
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .lightIntroNe {
    font-size: 3vw;
    line-height: 1.1;
  }
}
@media screen and (max-width: 576px) {
  .section2 .fea3 .fea3Intro .lightIntroNe {
    font-size: 3.8vw;
    line-height: 1;
  }
}
@media screen and (max-width: 576px) {
  .section2 .fea3 .fea3Intro .lightIntroNeEN {
    font-size: 3.9vw;
    line-height: 1;
  }
}
.section2 .fea3 .fea3Intro .lightFrontBox {
  width: 23%;
  height: auto;
  padding-top: 20%;
  top: 18%;
  left: 31%;
  border-radius: 100px;
  z-index: -1;
  overflow: hidden;
}
.section2 .fea3 .fea3Intro .lightFront, .section2 .fea3 .fea3Intro .lightFrontNone {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 100px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -0.3vw -0.8vw 1vw 0px inset, rgba(255, 255, 255, 0.52) 0.2vw 0.6vw 1vw 0px inset;
          box-shadow: rgba(0, 0, 0, 0.2) -0.3vw -0.8vw 1vw 0px inset, rgba(255, 255, 255, 0.52) 0.2vw 0.6vw 1vw 0px inset;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .lightFront, .section2 .fea3 .fea3Intro .lightFrontNone {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) -0.5vw -1vw 2vw 0px inset, rgba(255, 255, 255, 0.52) 0.5vw 1vw 2.5vw 0px inset;
            box-shadow: rgba(0, 0, 0, 0.2) -0.5vw -1vw 2vw 0px inset, rgba(255, 255, 255, 0.52) 0.5vw 1vw 2.5vw 0px inset;
  }
}
.section2 .fea3 .fea3Intro .lightFront4.active, .section2 .fea3 .fea3Intro .lightBack4.active {
  -webkit-animation: lightRed 1s infinite ease-in-out;
          animation: lightRed 1s infinite ease-in-out;
}
.section2 .fea3 .fea3Intro .lightFront1.active, .section2 .fea3 .fea3Intro .lightBack1.active {
  -webkit-animation: lightYellow1 1s infinite ease-in-out;
          animation: lightYellow1 1s infinite ease-in-out;
}
.section2 .fea3 .fea3Intro .lightFront2.active, .section2 .fea3 .fea3Intro .lightBack2.active {
  -webkit-animation: lightGreen1 1s infinite ease-in-out;
          animation: lightGreen1 1s infinite ease-in-out;
}
.section2 .fea3 .fea3Intro .lightFront3.active, .section2 .fea3 .fea3Intro .lightBack3.active {
  background: #7255A0;
}
.section2 .fea3 .fea3Intro .lightFront5.active, .section2 .fea3 .fea3Intro .lightBack5.active {
  -webkit-animation: lightWhite 1s infinite ease-in-out;
          animation: lightWhite 1s infinite ease-in-out;
}
.section2 .fea3 .fea3Intro .lightFront6.active, .section2 .fea3 .fea3Intro .lightBack6.active {
  -webkit-animation: lightRGB 2s infinite ease-in-out;
          animation: lightRGB 2s infinite ease-in-out;
}
.section2 .fea3 .fea3Intro .lightBackBox {
  width: 27%;
  height: auto;
  padding-top: 22%;
  top: 20%;
  left: 42%;
  border-radius: 100px;
  z-index: -1;
  overflow: hidden;
}
.section2 .fea3 .fea3Intro .lightBack, .section2 .fea3 .fea3Intro .lightBackNone {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 100px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -0.5vw -0.8vw 1vw 0vw inset, rgba(255, 255, 255, 0.52) 0.1vw 0.4vw 1vw 0vw inset;
          box-shadow: rgba(0, 0, 0, 0.2) -0.5vw -0.8vw 1vw 0vw inset, rgba(255, 255, 255, 0.52) 0.1vw 0.4vw 1vw 0vw inset;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .lightBack, .section2 .fea3 .fea3Intro .lightBackNone {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) -0.5vw -1vw 2vw 0px inset, rgba(255, 255, 255, 0.52) 0.5vw 0.5vw 2.5vw 0px inset;
            box-shadow: rgba(0, 0, 0, 0.2) -0.5vw -1vw 2vw 0px inset, rgba(255, 255, 255, 0.52) 0.5vw 0.5vw 2.5vw 0px inset;
  }
}
.section2 .fea3 .fea3Intro .lightBackNone, .section2 .fea3 .fea3Intro .lightFrontNone {
  background: #999;
  z-index: -1;
}
.section2 .fea3 .fea3Intro .introLightBox {
  width: 30%;
  height: auto;
  background: #fff;
  bottom: 10%;
  left: 10%;
  border-top: 5px solid #00E8F0;
  -webkit-filter: drop-shadow(0px 3px 3px #000) drop-shadow(0px 3px 10px #000);
          filter: drop-shadow(0px 3px 3px #000) drop-shadow(0px 3px 10px #000);
}
.section2 .fea3 .fea3Intro .introLightBox p {
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  font-weight: 900;
  color: #000;
  padding: 2.5% 15% 2% 15%;
  background: #00E8F0;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  margin-top: -4px;
}
@media screen and (max-width: 1200px) {
  .section2 .fea3 .fea3Intro .introLightBox p {
    font-size: 1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .introLightBox p {
    width: 70%;
    height: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .introLightBox {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    bottom: initial;
    width: 100%;
    height: auto;
  }
}
.section2 .fea3 .fea3Intro .introLightBtnBox {
  padding: 7% 0 !important;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .introLightBtnBox {
    padding: 4% 0 !important;
  }
}
.section2 .fea3 .fea3Intro .introLight {
  width: 10%;
  height: auto;
  padding-top: calc(10% - 6px);
  border-radius: 100px;
  cursor: pointer;
  border: 3px solid #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 5px 0px inset;
          box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 5px 0px inset;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .introLight {
    border: 2px solid #fff;
  }
}
.section2 .fea3 .fea3Intro .introLight.active {
  border: 3px solid #000;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .introLight.active {
    border: 2px solid #000;
    padding-top: calc(10% - 4px);
  }
}
.section2 .fea3 .fea3Intro .introLight:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.section2 .fea3 .fea3Intro .introLight4 {
  background: #F4313F;
}
.section2 .fea3 .fea3Intro .introLight1 {
  background: #FEF100;
}
.section2 .fea3 .fea3Intro .introLight2 {
  background: #1fef3f;
}
.section2 .fea3 .fea3Intro .introLight3 {
  background: #7255A0;
}
.section2 .fea3 .fea3Intro .introLight5 {
  background: #fff;
}
.section2 .fea3 .fea3Intro .introLight6 {
  background: linear-gradient(45deg, #F4313F 20%, #FEF100 50%, #42C1D3 80%);
}
.section2 .fea3 .fea3Intro .introBox {
  background-image: url(../images/fea3-intro-bg.png);
  background-position: center;
  background-size: cover;
  margin-top: -5px !important;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .introBox {
    background: #fff;
  }
}
.section2 .fea3 .fea3Intro .fea3-introBox-swiper-container {
  overflow: hidden;
}
.section2 .fea3 .fea3Intro .introTitle {
  width: 100%;
  height: auto;
  font-size: 1.6vw;
  line-height: 1;
  font-weight: 700;
  background: #555;
  text-align: center;
  color: #000;
  padding: 4% 0 !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .introTitle {
    font-size: 1.3rem;
    line-height: 1;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.section2 .fea3 .fea3Intro .introTitle1 {
  background: #F4313F;
}
.section2 .fea3 .fea3Intro .introTitle2 {
  background: #FEF100;
}
.section2 .fea3 .fea3Intro .introTitle3 {
  background: #1fef3f;
}
.section2 .fea3 .fea3Intro .introTitle4 {
  background: #7255A0;
}
.section2 .fea3 .fea3Intro .introTitle5 {
  background: #fff;
}
.section2 .fea3 .fea3Intro .introTitle6 {
  background: linear-gradient(45deg, #F4313F 20%, #FEF100 50%, #42C1D3 80%);
}
.section2 .fea3 .fea3Intro .introNe {
  font-size: 1.4vw;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: #000;
  padding: 4% 0 10% 0 !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 1200px) {
  .section2 .fea3 .fea3Intro .introNe {
    font-size: 1.8vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .introNe {
    font-size: 1rem;
    line-height: 1.2;
    padding: 4% 0 15% 0 !important;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.section2 .fea3 .fea3Intro .swiper-slide-active .introTitle, .section2 .fea3 .fea3Intro .swiper-slide-active .introNe {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .swiper-slide-active .introTitle, .section2 .fea3 .fea3Intro .swiper-slide-active .introNe {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.section2 .fea3 .fea3Intro .decoBg {
  width: 50%;
  height: auto;
  top: -30%;
  right: -10%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .decoBg {
    width: 90%;
    height: auto;
    top: initial;
    bottom: -100%;
    right: 0%;
  }
}
.section2 .fea3 .fea3Intro .decoBo {
  width: 28%;
  height: auto;
  bottom: 0;
  right: -1%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .fea3Intro .decoBo {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    width: 50%;
    height: auto;
    margin-top: -10% !important;
    display: none;
  }
}
.section2 .fea4and5 {
  background: #EFEFEF;
  overflow: hidden;
  -webkit-clip-path: polygon(0 9%, 100% 0, 100% 92%, 0 100%);
          clip-path: polygon(0 9%, 100% 0, 100% 92%, 0 100%);
}
@media screen and (max-width: 767px) {
  .section2 .fea4and5 {
    -webkit-clip-path: polygon(0 4%, 100% 0, 100% 97%, 0% 100%);
            clip-path: polygon(0 4%, 100% 0, 100% 97%, 0% 100%);
  }
}
.section2 .fea4and5:after {
  content: "";
  width: 100%;
  height: 35%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 15%, 0 28%);
          clip-path: polygon(0 0, 100% 0, 100% 15%, 0 28%);
  background: -webkit-gradient(linear, right top, left top, from(#0090FF), to(#FEF100));
  background: linear-gradient(-90deg, #0090FF 0%, #FEF100 100%);
}
@media screen and (max-width: 767px) {
  .section2 .fea4and5:after {
    width: 100%;
    height: 21%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 11%, 0 24%);
            clip-path: polygon(0 0, 100% 0, 100% 11%, 0 24%);
  }
}
.section2 .fea4and5:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../images/bg1.png);
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: cover;
  top: 0;
  z-index: 0;
  opacity: 0.15;
}
.section2 .fea4and5 .fea4 {
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
}
.section2 .fea4and5 .fea4:after {
  content: "";
  width: 100%;
  height: 15%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  background: #FEF100;
  -webkit-clip-path: polygon(0 0, 100% 66%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 66%, 100% 100%, 0 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section2 .fea4and5 .fea4 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
  }
  .section2 .fea4and5 .fea4:after {
    width: 100%;
    height: 9%;
  }
}
.section2 .fea4and5 .fea4 .fea4Img1 {
  margin-left: -5% !important;
  margin-top: 5% !important;
}
@media screen and (max-width: 767px) {
  .section2 .fea4and5 .fea4 .fea4Img1 {
    margin-left: 0% !important;
    margin-top: 11% !important;
  }
}
.section2 .fea4and5 .fea4 .fea4Img2 {
  margin-bottom: 6% !important;
}
.section2 .fea4and5 .fea4 .deco1 {
  width: 30%;
  height: auto;
  top: 8%;
  left: 32%;
  z-index: 1;
}
.section2 .fea4and5 .fea4 .fea4Content {
  margin-top: -50% !important;
  margin-bottom: -50% !important;
  margin-left: -10% !important;
}
@media screen and (max-width: 767px) {
  .section2 .fea4and5 .fea4 .fea4Content {
    margin-top: 0% !important;
    margin-bottom: 0% !important;
    margin-left: 0% !important;
  }
}
.section2 .fea4and5 .fea4 .decoBg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60%;
  height: auto;
  left: -10%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section2 .fea4and5 .fea4 .decoBg {
    width: 130%;
    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%);
    opacity: 0.5;
  }
}
.section2 .fea4and5 .fea4 .decoBg img {
  -webkit-animation: spain360 60s infinite linear;
          animation: spain360 60s infinite linear;
}
.section2 .fea4and5 .fea5 {
  margin-top: -11% !important;
}
@media screen and (max-width: 767px) {
  .section2 .fea4and5 .fea5 {
    margin-top: 0% !important;
  }
}
.section2 .fea4and5 .fea5 .decoBg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 120%;
  height: auto;
  right: -5%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section2 .fea4and5 .fea5 .decoBg {
    width: 130%;
    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%);
    opacity: 0.5;
  }
}
.section2 .fea4and5 .fea5 .decoBg img {
  -webkit-animation: spain360Reverse 60s infinite linear;
          animation: spain360Reverse 60s infinite linear;
}
.section2 .fea4and5 .fea5 .fea5Img1 {
  z-index: 5;
}
.section2 .fea4and5 .fea5 .fea5Ani {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/fea5-spritesheet.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.section2 .fea4and5 .fea5 .fea5Img2 {
  margin-bottom: -40% !important;
  margin-left: 8% !important;
}
@media screen and (max-width: 991px) {
  .section2 .fea4and5 .fea5 .fea5Img2 {
    margin-left: 2% !important;
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea4and5 .fea5 .fea5Img2 {
    margin-left: 8% !important;
  }
}
@media screen and (max-width: 576px) {
  .section2 .fea4and5 .fea5 .fea5Img2 {
    margin-left: 2% !important;
  }
}
.section2 .fea4and5 .fea5 .fea5Img3 {
  margin-bottom: 10% !important;
}
.section2 .fea4and5 .fea5:after {
  content: "";
  width: 100%;
  height: 19%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  background: #FEF100;
  -webkit-clip-path: polygon(0 52%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 52%, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
  background: -webkit-gradient(linear, right top, left top, from(#FEF100), to(#00E8F0));
  background: linear-gradient(-90deg, #FEF100 0%, #00E8F0 100%);
}
@media screen and (max-width: 767px) {
  .section2 .fea4and5 .fea5:after {
    width: 100%;
    height: 9%;
  }
}
.section2 .fea4and5 .fea5 .lightFrontBox {
  width: 23%;
  height: auto;
  padding-top: 20%;
  top: 21%;
  left: 38%;
  border-radius: 100px;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
}
.section2 .fea4and5 .fea5 .lightFront {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 100px;
  -webkit-animation: lightRGB 2s infinite ease-in-out;
          animation: lightRGB 2s infinite ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -0.3vw -0.8vw 1vw 0px inset, rgba(255, 255, 255, 0.52) 0.2vw 0.6vw 1vw 0px inset;
          box-shadow: rgba(0, 0, 0, 0.2) -0.3vw -0.8vw 1vw 0px inset, rgba(255, 255, 255, 0.52) 0.2vw 0.6vw 1vw 0px inset;
}
@media screen and (max-width: 767px) {
  .section2 .fea4and5 .fea5 .lightFront {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) -0.5vw -1vw 2vw 0px inset, rgba(255, 255, 255, 0.52) 0.5vw 1vw 2.5vw 0px inset;
            box-shadow: rgba(0, 0, 0, 0.2) -0.5vw -1vw 2vw 0px inset, rgba(255, 255, 255, 0.52) 0.5vw 1vw 2.5vw 0px inset;
  }
}
.section2 .fea6 {
  width: 100%;
  height: calc(100vh - 65px);
  z-index: 100;
}
.section2 .fea6 p span {
  color: #00E8F0;
}
.section2 .fea6 .deco1 {
  width: 23%;
  height: auto;
  right: 15%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .section2 .fea6 .deco1 {
    width: 35%;
    height: auto;
    top: 70%;
    right: 0%;
  }
}
.section2 .fea6 .main, .section2 .fea6 .fea6Inner {
  width: 100%;
  height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .section2 .fea6 .main, .section2 .fea6 .fea6Inner {
    width: 100%;
    height: calc(100vh - 100px);
  }
}
.section2 .fea6 .main2 {
  width: 100%;
  height: 100%;
}
.section2 .fea6 .light {
  width: auto;
  height: 35vh;
}
.section2 .fea6 .light img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section2 .fea6 .light {
    width: auto;
    height: 20vh;
  }
}
.section2 .fea6 .fea6Img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .section2 .fea6 .fea6Img {
    border-radius: 10px;
  }
}
.section2 .fea6 .fea6Img1 {
  width: 9%;
  height: auto;
  padding-top: 13%;
  top: 25%;
  left: 13%;
  background: url(../images/fea6-img4.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .section2 .fea6 .fea6Img1 {
    width: 20%;
    height: auto;
    padding-top: 28%;
    top: 25%;
    left: 10%;
  }
}
.section2 .fea6 .fea6Img2 {
  width: 11%;
  height: auto;
  padding-top: 11%;
  top: 5%;
  left: 30%;
  background: url(../images/fea6-img1.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .section2 .fea6 .fea6Img2 {
    width: 25%;
    height: auto;
    padding-top: 25%;
    top: 5%;
    left: 29%;
    background-size: 150%;
  }
}
.section2 .fea6 .fea6Img3 {
  width: 7%;
  height: auto;
  padding-top: 7%;
  top: 10%;
  left: 55%;
  background: url(../images/fea6-img8.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .section2 .fea6 .fea6Img3 {
    width: 18%;
    height: auto;
    padding-top: 18%;
    top: 25%;
    left: 37%;
    background-size: 150%;
    background-position: 80% 80%;
  }
}
.section2 .fea6 .fea6Img4 {
  width: 20%;
  height: auto;
  padding-top: 10%;
  top: 5%;
  left: 70%;
  background: url(../images/fea6-img7.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .section2 .fea6 .fea6Img4 {
    width: 35%;
    height: auto;
    padding-top: 20%;
    top: 10%;
    left: 58%;
    background-size: 110%;
    background-position: 40% 15%;
  }
}
.section2 .fea6 .fea6Img5 {
  width: 20%;
  height: auto;
  padding-top: 13%;
  bottom: 8%;
  left: 10%;
  background: url(../images/fea6-img5.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .section2 .fea6 .fea6Img5 {
    width: 40%;
    height: auto;
    padding-top: 25%;
    bottom: 6%;
    left: 30%;
    background-size: 150%;
  }
}
.section2 .fea6 .fea6Img6 {
  width: 10%;
  height: auto;
  padding-top: 10%;
  bottom: 3%;
  left: 45%;
  background: url(../images/fea6-img6.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .section2 .fea6 .fea6Img6 {
    width: 20%;
    height: auto;
    padding-top: 20%;
    bottom: 25%;
    left: 10%;
    background-size: 150%;
    background-position: 50% 80%;
  }
}
.section2 .fea6 .fea6Img7 {
  width: 15%;
  height: auto;
  padding-top: 13%;
  bottom: 15%;
  left: 68%;
  background: url(../images/fea6-img2.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .section2 .fea6 .fea6Img7 {
    width: 25%;
    height: auto;
    padding-top: 25%;
    bottom: 25%;
    left: 60%;
  }
}
.section2 .fea6 .fea6Img8 {
  width: 10%;
  height: auto;
  padding-top: 10%;
  bottom: 43%;
  left: 83%;
  background: url(../images/fea6-img3.jpg);
  background-size: cover;
  background-position: 50% 80%;
}
@media screen and (max-width: 767px) {
  .section2 .fea6 .fea6Img8 {
    width: 20%;
    height: auto;
    padding-top: 20%;
    bottom: 60%;
    left: 75%;
    background-size: 120%;
  }
}
.section2 .fea6 .decoWord {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: auto;
  height: 45vh;
  z-index: -1;
}
.section2 .fea6 .decoWord img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section2 .fea6 .decoWord {
    width: auto;
    height: 35vh;
  }
}
.section2 .fea7 {
  padding-top: 550px !important;
}
@media screen and (max-width: 767px) {
  .section2 .fea7 {
    padding-top: 500px !important;
  }
}
.section2 .fea7 .appWarp:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00E8F0), to(#FEF100));
  background: linear-gradient(90deg, #00E8F0 0%, #FEF100 100%);
  border-radius: 20px;
  z-index: -1;
  opacity: 0.3;
}
.section2 .fea7 .appWarp:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  z-index: -2;
}
.section2 .fea7 .appDecoBar {
  background: -webkit-gradient(linear, left top, right top, from(#00E8F0), to(#FEF100));
  background: linear-gradient(90deg, #00E8F0 0%, #FEF100 100%);
  width: 100%;
  height: 40px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 767px) {
  .section2 .fea7 .appDecoBar {
    width: 100%;
    height: 20px;
  }
}
.section2 .fea7 .appImg1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 120%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section2 .fea7 .appImg1 {
    width: 250%;
    height: auto;
  }
}
.section2 .fea7 .decoLogo {
  width: 18%;
  height: auto;
  margin-top: -10% !important;
}
@media screen and (max-width: 767px) {
  .section2 .fea7 .decoLogo {
    margin-top: -14% !important;
  }
}
.section2 .fea7 .deco1 {
  width: 25%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -27%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .section2 .fea7 .deco1 {
    width: 45%;
    height: auto;
    right: -40%;
  }
}
.section2 .fea7 .deco2 {
  width: 40%;
  height: auto;
  left: -27%;
  z-index: 1;
  top: 20%;
}
@media screen and (max-width: 991px) {
  .section2 .fea7 .deco2 {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    width: 80%;
    height: auto;
    left: initial;
  }
  .section2 .fea7 .deco2 img {
    width: 100%;
    height: auto;
  }
}
.section2 .fea7 .deco3 {
  width: auto;
  height: 50%;
  left: 3%;
  top: -51%;
}
@media screen and (max-width: 991px) {
  .section2 .fea7 .deco3 {
    width: auto;
    height: 25%;
    top: -26%;
  }
}
.section2 .fea7 .deco3 img {
  width: auto;
  height: 100%;
}
.section2 .fea7 .appVideoWrap {
  padding-top: 80% !important;
}
.section2 .fea7 .appVideo {
  width: 140%;
  height: auto;
  top: 0;
  right: -45%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .section2 .fea7 .appVideo {
    right: -30%;
  }
}
.section2 .fea7 .appVideo:hover .playbtn {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
          transform: translateX(-50%) translateY(-50%) scale(1.2);
}
.section2 .fea7 .appVideo:hover {
  -webkit-transform: rotate(-5deg) scale(0.95);
      -ms-transform: rotate(-5deg) scale(0.95);
          transform: rotate(-5deg) scale(0.95);
}
.section2 .fea7 .appVideo:hover:before {
  opacity: 0;
}
.section2 .fea7 .appVideo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 10px solid #fff;
  z-index: 2;
}
.section2 .fea7 .appVideo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#00E8F0), to(#FEF100));
  background: linear-gradient(90deg, #00E8F0 0%, #FEF100 100%);
  opacity: 0.5;
  z-index: 1;
  mix-blend-mode: lighten;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section2 .fea7 .new {
  position: relative;
  margin: 0 auto;
  display: table;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 900;
  color: #000;
  background: #00FFFF;
  padding: 5px 10px !important;
}
@media screen and (max-width: 1200px) {
  .section2 .fea7 .new {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .section2 .fea7 .new {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea7 .new {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.section2 .fea7 p {
  font-weight: 500;
  text-align: left;
  color: #000;
}
.section2 .fea7 p span {
  color: #000;
}
.section2 .fea7 p span.color {
  color: #ff00c9;
}
.section2 .fea7 p span.bold {
  font-weight: bold;
}
.section2 .fea7 h3 {
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(#00E8F0), to(#FEF100));
  background: linear-gradient(90deg, #00E8F0 0%, #FEF100 100%);
  padding: 5px 50px !important;
  border-radius: 100px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section2 .fea7 h3 {
    padding: 5px 30px !important;
  }
}
.section2 .fea7 h3:after {
  content: "";
  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%;
  background: -webkit-gradient(linear, left top, right top, from(#00E8F0), to(#FEF100));
  background: linear-gradient(90deg, #00E8F0 0%, #FEF100 100%);
  z-index: -1;
  border-radius: 100px;
  opacity: 1;
  -webkit-animation: scale2 1.5s infinite linear;
          animation: scale2 1.5s infinite linear;
}
.section2 .fea7 .decoStar1 {
  width: 10%;
  height: auto;
  top: -25%;
  left: 0%;
}
.section2 .fea7 .decoStar1 img {
  -webkit-animation: scale1 1s infinite linear;
          animation: scale1 1s infinite linear;
}
.section2 .fea7 .decoStar2 {
  width: 13%;
  height: auto;
  top: 30%;
  left: -7%;
}
.section2 .fea7 .decoStar2 img {
  -webkit-animation: scale1 1.5s infinite linear;
          animation: scale1 1.5s infinite linear;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.section2 .fea7 .decoStar3 {
  width: 18%;
  height: auto;
  top: -43%;
  right: 0%;
}
.section2 .fea7 .decoStar3 img {
  -webkit-animation: scale1 1.8s infinite linear;
          animation: scale1 1.8s infinite linear;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.section2 .fea7 .decoStar4 {
  width: 10%;
  height: auto;
  top: 20%;
  right: -5%;
}
.section2 .fea7 .decoStar4 img {
  -webkit-animation: scale1 1s infinite linear;
          animation: scale1 1s infinite linear;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.section2 .fea7 .decoStar5 {
  width: 10%;
  height: auto;
  top: 70%;
  right: 5%;
}
.section2 .fea7 .decoStar5 img {
  -webkit-animation: scale1 1s infinite linear;
          animation: scale1 1s infinite linear;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.section2 .fea7 .appBtnWarp {
  padding: 5% 0 !important;
}
@media screen and (max-width: 767px) {
  .section2 .fea7 .appBtnWarp {
    padding: 15% 0 !important;
  }
}
.section2 .fea7 .appBtnWarp:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background: -webkit-gradient(linear, left top, right top, from(#00E8F0), to(#FEF100));
  background: linear-gradient(90deg, #00E8F0 0%, #FEF100 100%);
  border-radius: 20px;
  z-index: -1;
  border: 8px solid #fff;
}
.section2 .fea7 .appBtnBox {
  z-index: 5;
}
.section2 .fea7 .appBtn {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 123, 128, 0.3333333333));
          filter: drop-shadow(0px 0px 10px rgba(0, 123, 128, 0.3333333333));
  border-radius: 40px;
  overflow: hidden;
}
.section2 .fea7 .appBtn:hover {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.section2 .fea7 .downloadDecoBar {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  border-radius: 20px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section2 .fea7 .downloadDecoBar .appImg1 {
    width: 400%;
    height: auto;
  }
}
.section2 .fea7 .playbtn {
  width: 20%;
  height: auto;
  padding-top: calc(20% - 20px);
}
@media screen and (max-width: 991px) {
  .section2 .fea7 .playbtn {
    padding-top: calc(20% - 10px);
  }
}
.section2 .fea7 .playbtn img {
  position: relative;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
.section2 .fea7 .playImg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 30%;
  height: auto;
  z-index: 3;
}

.section4 .js-modal-btn {
  cursor: pointer;
}
.section4 .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) {
  .section4 .swiper-container1 .swiper-wrapper .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section4 .unboxVideoWrap {
  position: relative;
  width: 35%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section4 .unboxVideoWrap {
    width: 75%;
    height: auto;
  }
}
.section4 .unboxContent {
  position: relative;
  width: 45%;
  height: auto;
  margin-left: 5%;
  -ms-grid-column-align: center;
      justify-self: center;
}
@media screen and (max-width: 767px) {
  .section4 .unboxContent {
    width: 80%;
    height: auto;
    margin-left: 0%;
    margin-top: 5%;
  }
}
.section4 .videoTitle {
  font-size: 3vw;
  line-height: 3vw;
  font-weight: bold;
  color: yellow;
}
@media screen and (max-width: 767px) {
  .section4 .videoTitle {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.section4 .videoNe {
  font-size: 1.3vw;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section4 .videoNe {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.section4 .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: 10px solid #FEF100;
  border-radius: 100px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .section4 .playbtn {
    width: 30%;
    height: auto;
    padding-top: calc(30% - 10px);
    border: 5px solid #FEF100;
  }
}
.section4 .playImg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 70%;
  height: auto;
  z-index: 3;
  top: 39%;
  left: 37%;
}
@media screen and (max-width: 767px) {
  .section4 .playImg {
    width: 90%;
    height: auto;
    top: 29%;
  }
}
.section4 .swiper-wrapper {
  height: auto;
}
.section4 .articleWrap {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  padding: 5% 2% 3% 2%;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3333333333);
          box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3333333333);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: -webkit-gradient(linear, left top, right top, from(#00E8F0), to(#FEF100));
  background: linear-gradient(90deg, #00E8F0 0%, #FEF100 100%);
  top: 0;
}
@media screen and (max-width: 767px) {
  .section4 .articleWrap {
    padding: 10% 5% 8% 5%;
  }
}
.section4 .articleWrap:hover {
  top: -2%;
}
.section4 .articleDeco {
  position: absolute;
  top: -10%;
  left: 2%;
  font-size: 6vw;
  line-height: 6vw;
  color: #FFF;
  font-family: "Montserrat", "Noto Sans JP", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .section4 .articleDeco {
    top: -5%;
    left: 5%;
    font-size: 18vw;
    line-height: 18vw;
  }
}
.section4 .articleBox {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.section4 .articleBoxInner {
  position: relative;
  margin: 0 auto;
  width: 80%;
  height: auto;
}
.section4 .articleTitle {
  font-size: 2vw;
  line-height: 1.5vw;
  font-weight: bold;
  color: #333;
  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) {
  .section4 .articleTitle {
    font-size: 0.7rem;
    line-height: 0.7rem;
    margin: 12% 0% 0% 0%;
  }
}
.section4 .articleTitle img {
  width: 40%;
  height: auto;
  margin: 0% 0% 0 3%;
}
@media screen and (max-width: 767px) {
  .section4 .articleTitle img {
    width: 50%;
    height: auto;
  }
}
.section4 .articleTitle.large img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section4 .articleTitle.large img {
    width: 60%;
    height: auto;
  }
}
.section4 .articleTitle.squre img {
  width: 15%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section4 .articleTitle.squre img {
    width: 25%;
    height: auto;
  }
}
.section4 .articleNe {
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 991px) {
  .section4 .articleNe {
    font-size: 2vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .section4 .articleNe {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
.section4 .swiper-slide: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);
}
.section4 .swiper-button-prev, .section4 .swiper-button-next {
  color: #FEF100;
  font-weight: bolder;
}
.section4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.section4 .swiper-pagination-bullet-active {
  background: #FEF100;
}
.section4 .deco1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40%;
  height: auto;
  z-index: -1;
  left: -5%;
}
@media screen and (max-width: 767px) {
  .section4 .deco1 {
    width: 95%;
    height: auto;
    left: -40%;
  }
}

.buySection {
  padding: 80px 0 0 0;
}
.buySection .decoLogo {
  width: 350px;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  top: -80px;
}
@media screen and (max-width: 1366px) {
  .buySection .decoLogo {
    width: 250px;
    height: auto;
    top: -60px;
  }
}
@media screen and (max-width: 576px) {
  .buySection .decoLogo {
    width: 200px;
    height: auto;
    top: -50px;
  }
}
.buySection .buyBg {
  padding: 7% 0 2% 0 !important;
  background: url(../images/buy-Bg.jpg);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .buySection .buyBg {
    padding: 10% 0 2% 0 !important;
  }
}
.buySection h3 {
  color: #fff;
}
.buySection p {
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
  -webkit-filter: drop-shadow(0px 3px 5px black) drop-shadow(0px 0px 5px black);
          filter: drop-shadow(0px 3px 5px black) drop-shadow(0px 0px 5px black);
  padding-top: 5px;
}
.buySection p.none {
  display: none;
  pointer-events: none;
}
@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 {
  margin: 0 auto;
  font-size: 4vw;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  color: #fff;
  -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);
  letter-spacing: 3px;
  padding: 3% 3%;
}
@media screen and (max-width: 767px) {
  .buySection .CSW {
    font-size: 6vw;
    line-height: 0.9;
    padding: 5% 5%;
  }
}
@media screen and (max-width: 576px) {
  .buySection .CSW {
    font-size: 9vw;
    line-height: 0.9;
    padding: 8% 8%;
  }
}

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

.sectionParallax {
  background: #000;
  z-index: 0;
  padding-top: calc(500px + 2%) !important;
}
@media screen and (max-width: 767px) {
  .sectionParallax {
    padding-top: 0 !important;
  }
}
.sectionParallax .sectionParallaxDeco {
  margin-top: -5px !important;
}
@media screen and (max-width: 767px) {
  .sectionParallax .sectionParallaxDeco img {
    width: 200%;
    height: auto;
  }
}

.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 .downloadBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  font-weight: bold;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(#00E8F0), to(#FEF100));
  background: linear-gradient(90deg, #00E8F0 0%, #FEF100 100%);
  font-size: 1.4rem;
  line-height: 2rem;
  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(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
@media screen and (max-width: 1366px) {
  .section5 .downloadBtn {
    font-size: 1.2rem;
    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: 8px;
  vertical-align: middle;
}
.section5 .decoWrap {
  z-index: -1;
}
.section5 .decoBall1 {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 1366px) {
  .section5 .decoBall1 {
    left: -40%;
  }
}
.section5 .decoBall2 {
  left: 60%;
  top: 80%;
}
@media screen and (max-width: 991px) {
  .section5 .decoBall2 {
    left: 68%;
  }
}
.section5 .decoBall3 {
  left: 50%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.section5 .decoBall4 {
  left: 20%;
  top: 250%;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
.section5 .decoBall5 {
  left: -10%;
  top: 400%;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
.section5 .deco1 {
  width: 60%;
  height: auto;
  bottom: -80%;
  left: -10%;
}
.section5 p {
  color: #fff;
}
.section5 .proxyBox:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
          backdrop-filter: saturate(180%) blur(10px);
  border-radius: 30px;
  z-index: -1;
}
.section5 .proxyName {
  font-size: 1.5vw;
  line-height: 1.5;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .section5 .proxyName {
    font-size: 1.8vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .section5 .proxyName {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.section5 .proxyInfor {
  font-size: 1vw;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .section5 .proxyInfor {
    font-size: 1.3vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .section5 .proxyInfor {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}

.section6 .mainSpec {
  background: rgba(255, 255, 255, 0.8666666667);
}
.section6 .specTitle {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  padding: 10px 10px !important;
  cursor: pointer;
  border-top: 2px solid #000;
  background: -webkit-gradient(linear, left top, right top, from(#00E8F0), color-stop(80%, #FEF100));
  background: linear-gradient(90deg, #00E8F0 0%, #FEF100 80%);
  color: #000;
}
.section6 .specTitle:first-child {
  border-top: 0px solid #fff;
}
@media screen and (max-width: 1024px) {
  .section6 .specTitle {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .section6 .specTitle {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}
.section6 .specBtn {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 28px;
  margin-right: 10px;
}
.section6 .specBtn .icon_line {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #000;
}
.section6 .specBtn .icon_line1, .section6 .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;
}
.section6 .specBtn .icon_line2, .section6 .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;
}
.section6 .specBtn .icon_line1.active, .section6 .specBtn .sub_icon_line1.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section6 .specBtn .icon_line2.active, .section6 .specBtn .sub_icon_line2.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 50%;
}
.section6 .specSecondTitle {
  font-size: 1.8rem;
  line-height: 2rem;
  color: white;
  cursor: pointer;
  padding: 10px 10px !important;
  border-top: 2px solid #040304;
}
@media screen and (max-width: 1024px) {
  .section6 .specSecondTitle {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.section6 .specSecondTitle .specBtn .icon_line {
  background: black;
}
.section6 .specbody {
  display: none;
  background: #20222D;
}
.section6 .spec {
  position: relative;
  display: inline-block;
  width: calc(100% - 35px);
  height: auto;
}
.section6 .specSecondbody {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .section6 .specSecondbody {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
.section6 .specContentBox {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-bottom: 1px solid #707070;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section6 .specContentBox:last-child {
  border-bottom: 0px solid #707070;
}
.section6 .specContentBox span {
  color: #00D3B4;
  margin: 0 0 0 0px;
}
.section6 .speContentTitle, .section6 .speContent {
  padding: 10px 20px !important;
}
.section6 .speContentTitle {
  font-weight: 900;
}
@media screen and (max-width: 576px) {
  .section6 .speContentTitle {
    padding: 10px 20px 0 20px !important;
  }
}
.section6 .speContent, .section6 .detailBtn {
  font-family: "fontello", "Montserrat", "Helvetica Neue", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
}
.section6 ol {
  list-style-type: disc;
  padding-left: 30px;
}

#ko .section8 .specSecondbody {
  font-weight: initial;
}