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

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

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

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

*::selection {
  color: #85d400;
  background: #fff;
}

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

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

::-webkit-scrollbar-thumb {
  background: #85d400;
}
::-webkit-scrollbar-thumb:hover {
  background: #85d400;
}

@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: #000;
  font-size: 8px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

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

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

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

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

h1 {
  font-size: 4.5vw;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  letter-spacing: -4px;
  text-align: center;
  display: table;
  margin: 0 auto;
}
h1:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 6px;
  background: #85d400;
  bottom: -2%;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 6vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 11vw;
    line-height: 1.5;
  }
}

h1.textNone {
  text-transform: none;
}

h2 {
  font-size: 4vw;
  line-height: 1.5;
  font-weight: 700;
  color: white;
  -webkit-filter: drop-shadow(0px 5px 2px black);
          filter: drop-shadow(0px 5px 2px black);
  text-align: center;
}
h2 span {
  color: #85d400;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 6vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 9vw;
    line-height: 1.2;
  }
}

h3 {
  position: relative;
  margin: 0 auto;
  font-size: 1.8vw;
  line-height: 2.3vw;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -webkit-filter: drop-shadow(0px 5px 3px black) drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.3333333333));
          filter: drop-shadow(0px 5px 3px black) drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.3333333333));
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 7vw;
    line-height: 7.5vw;
  }
}

p {
  font-size: 1.2vw;
  line-height: 1.8;
  color: white;
  font-weight: 500;
  -webkit-filter: drop-shadow(0px 3px 3px rgb(10, 10, 10)) drop-shadow(0px 3px 10px rgba(10, 10, 10, 0.2));
          filter: drop-shadow(0px 3px 3px rgb(10, 10, 10)) drop-shadow(0px 3px 10px rgba(10, 10, 10, 0.2));
}
@media screen and (max-width: 1200px) {
  p {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1023px) {
  p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
p span {
  font-size: 1.2rem;
  line-height: 2.5rem;
  font-weight: 900;
  color: #85d400;
}
@media screen and (max-width: 1200px) {
  p span {
    font-size: 1.5vw;
    line-height: 2.2vw;
  }
}
@media screen and (max-width: 1023px) {
  p span {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

#jp p span {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 1200px) {
  #jp p span {
    font-size: 1.5vw;
    line-height: 2.2vw;
  }
}
@media screen and (max-width: 1023px) {
  #jp p span {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

a.wordLink {
  border-bottom: dotted 2px #85d400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.wordLink:hover {
  color: #fff;
  border-bottom: dotted 2px #fff;
}

p.white {
  color: white;
}

p.tip {
  font-size: 1vw;
  line-height: 1.2;
  padding: 0px 20px 0 20px;
}
p.tip span {
  font-size: 1vw;
  line-height: 1;
  margin-left: -20px;
  margin-right: 5px;
  font-weight: bold;
  background-clip: initial;
  background: initial;
  -webkit-filter: initial;
          filter: initial;
}
@media screen and (max-width: 767px) {
  p.tip {
    font-size: 0.9rem;
    line-height: 1.2;
  }
  p.tip span {
    font-size: 0.9rem;
    line-height: 1.2;
  }
}

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

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

.mainColor {
  color: #85d400;
}

.blurBox {
  border-radius: 10px;
  backdrop-filter: blur(5px);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.22), transparent);
  padding: 3% 4% !important;
}
@media screen and (max-width: 767px) {
  .blurBox {
    padding: 6% 6% !important;
  }
}

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

.bold {
  font-weight: bold;
}

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

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

.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%);
          transform: translateX(-50%) translateY(-50%);
}

.TC {
  text-align: center;
}

.indep {
  position: absolute;
}

.bgBlack {
  background: black !important;
}

.bgGray {
  background: #333;
}

.bgMainDark {
  background: #111119;
}

.bgRamp {
  background: -webkit-gradient(linear, left top, right top, from(#85d400), to(#009943));
  background: linear-gradient(90deg, #85d400 0%, #009943 100%);
}

.decoHr {
  width: 60%;
  height: 4px;
  background: white;
  margin: 20px 0 !important;
  -webkit-filter: drop-shadow(0px 5px 10px black);
          filter: drop-shadow(0px 5px 10px black);
}
@media screen and (max-width: 767px) {
  .decoHr {
    width: 100%;
    height: 4px;
    margin: 10px 0 !important;
  }
}

.decoHr1 {
  margin-left: 20% !important;
}

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

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

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

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

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

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

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

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

.navSocialBtnBox {
  display: none;
}

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

.langBox {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 30px;
  background: white;
  vertical-align: bottom;
  cursor: pointer;
  background: #555;
}
.langBox:hover .langWord {
  background: #eee;
}
.langBox .langWord {
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  background: white;
}
.langBox span {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          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%);
          transform: translateY(-50%);
  width: 20px;
  height: auto;
  font-family: "fontello";
  vertical-align: middle;
  text-align: center;
  right: 0px;
  color: white;
}

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

@media screen and (max-width: 1023px) {
  .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%);
            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);
            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);
            transform: translateY(-9px) rotate(45deg);
    bottom: 4px;
  }
  .navBtnBox {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
    width: 100%;
    height: auto;
    right: initial;
  }
  .langBox {
    position: relative;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
  }
  .lanMenu {
    position: relative;
    margin: 0 auto;
    top: 0;
  }
  .navSocialBtnBox {
    position: relative;
    text-align: center;
    right: 0px;
    display: block;
  }
  .navBox {
    width: 100%;
    height: 60px;
  }
  .navBox .webLogo {
    width: 120px;
    height: 60px;
    top: 0px;
    left: 0px;
  }
  .navBox .mbbuyBtn {
    font-size: 1.2rem;
    line-height: 1.2rem;
    position: absolute !important;
    z-index: 6;
    color: white;
    padding: 5px 20px !important;
    right: 65px;
    top: 10px;
    display: block;
  }
  .navSocialBtnBox .navSocial .iconBox {
    margin: 10px;
  }
}
footer {
  background: -webkit-gradient(linear, left bottom, left top, from(#009943), color-stop(90%, #001A0B));
  background: linear-gradient(0deg, #009943 0%, #001A0B 90%);
  margin-top: -5% !important;
  z-index: 40;
}
footer a {
  color: #eee;
}
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: #0055FF;
}
@media screen and (max-width: 767px) {
  footer .footerList a {
    font-size: 0.9rem;
    line-height: 1.1;
  }
}
footer .footerIconBox {
  padding: 30px 0 30px 0;
}
footer .footerIcon {
  position: relative;
  width: 22%;
  cursor: pointer;
  margin: 0;
  max-width: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1366px) {
  footer .footerIcon {
    max-width: 39px;
  }
}
@media screen and (max-width: 767px) {
  footer .footerIcon {
    max-width: 45px;
  }
}
footer .footerIcon svg {
  position: relative;
  margin: 0 auto;
  height: auto !important;
  stroke-miterlimit: 10;
  stroke-width: 1.5;
  fill: #fff;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid #fff;
  border-radius: 100%;
}
footer .footerIcon svg:hover {
  color: #0055FF;
  fill: #0055FF;
  border: 2px solid #0055FF;
}
footer .footerIcon a svg {
  width: 100%;
}
footer .IconMenu.active {
  display: block;
}
footer .IconMenu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  height: auto;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  bottom: calc(100% + 20px);
  padding: 5%;
  display: none;
}
@media screen and (max-width: 767px) {
  footer .IconMenu {
    width: 120px;
    height: auto;
  }
}
footer .IconMenu:after {
  position: absolute;
  content: "";
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          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: #0055FF;
}
footer .IconMenu .BoxLine {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 1px;
  background: #333;
}
footer .contactBtn {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
footer .contactBtn:before {
  content: "";
  width: 45%;
  height: 1px;
  background: white;
}
footer .contactBtn span {
  margin: 0 10px;
  white-space: nowrap;
}
footer p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}
footer .rightWarp {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-color: black;
}
footer .rightWarp .rightWord {
  position: relative;
  margin: 0 auto;
  width: 80%;
  height: auto;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: center;
  padding: 0.5%;
  color: white;
}
@media screen and (max-width: 450px) {
  footer .rightWarp .rightWord {
    font-size: 0.6rem;
    line-height: 1rem;
    width: 90%;
    height: auto;
    padding: 3%;
  }
}
footer .companyTitle {
  font-size: 1.1rem;
  line-height: 1;
  display: table;
  text-align: center;
  background: #fff;
  border-radius: 100px;
  margin: 0 auto;
  padding: 8px 20px !important;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  footer .companyTitle {
    font-size: 0.9rem;
    line-height: 1;
  }
}

.scrollToTop {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 0px;
  z-index: 995;
  right: 30px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: none;
  background: linear-gradient(45deg, #85d400 0%, #009943 100%);
}
@media screen and (max-width: 767px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
  }
}
.scrollToTop:before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 20%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .scrollToTop:before {
    width: 35%;
    height: 35%;
    bottom: 20%;
  }
}
.scrollToTop:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  background: #860000;
  -webkit-transition: 0.5s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.5s cubic-bezier(0.475, 0.425, 0, 0.995);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
  top: 0;
  left: -50px;
  z-index: -1;
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
}
.scrollToTop:hover:before {
  bottom: 30%;
}

.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);
          transform: rotate(180deg);
}
.topWave svg path {
  -webkit-animation: pathAnim 15s;
          animation: pathAnim 15s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

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

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

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

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

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

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

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

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

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

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

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

@-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 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 scale {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.85);
            transform: translateX(-50%) translateY(-50%) scale(0.85);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
    opacity: 0.3;
  }
}
@keyframes scale {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.85);
            transform: translateX(-50%) translateY(-50%) scale(0.85);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
    opacity: 0.3;
  }
}
@-webkit-keyframes scale2 {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
    opacity: 0.7;
  }
}
@keyframes scale2 {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
    opacity: 0.7;
  }
}
@-webkit-keyframes grow {
  0%, 100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0.9);
            transform: scaleX(0.9);
  }
}
@keyframes grow {
  0%, 100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0.9);
            transform: scaleX(0.9);
  }
}
@-webkit-keyframes topDown {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes topDown {
  0%, 100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-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 fade {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes Downtop {
  0%, 100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes Downtop {
  0%, 100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes walk {
  0%, 100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@keyframes walk {
  0%, 100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@-webkit-keyframes walk2 {
  0%, 100% {
    -webkit-transform: translateX(280%);
            transform: translateX(280%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes walk2 {
  0%, 100% {
    -webkit-transform: translateX(280%);
            transform: translateX(280%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes fadeIn {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes getIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes getIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes glow {
  0%, 100% {
    -webkit-filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.3333333333));
            filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.3333333333));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 20px #ffffff);
            filter: drop-shadow(0 0 20px #ffffff);
  }
}
@keyframes glow {
  0%, 100% {
    -webkit-filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.3333333333));
            filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.3333333333));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 20px #ffffff);
            filter: drop-shadow(0 0 20px #ffffff);
  }
}
@-webkit-keyframes moveSlideshowPC {
  from {
    background-position: 3600px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes moveSlideshowPC {
  from {
    background-position: 3600px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes pounter {
  0%, 100% {
    left: 45%;
  }
  50% {
    left: 125%;
  }
}
@keyframes pounter {
  0%, 100% {
    left: 45%;
  }
  50% {
    left: 125%;
  }
}
@-webkit-keyframes line {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes line {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes colors {
  0% {
    stop-color: #ffffff;
  }
  20% {
    stop-color: #8455E7;
  }
  40% {
    stop-color: #FF00FF;
  }
  60% {
    stop-color: #8455E7;
  }
  80% {
    stop-color: #50AFFF;
  }
  100% {
    stop-color: #ffffff;
  }
}
@keyframes colors {
  0% {
    stop-color: #ffffff;
  }
  20% {
    stop-color: #8455E7;
  }
  40% {
    stop-color: #FF00FF;
  }
  60% {
    stop-color: #8455E7;
  }
  80% {
    stop-color: #50AFFF;
  }
  100% {
    stop-color: #ffffff;
  }
}
@-webkit-keyframes colors2 {
  0% {
    stop-color: #ffffff;
  }
  20% {
    stop-color: #9BF00B;
  }
  40% {
    stop-color: #5069FF;
  }
  60% {
    stop-color: #23F9F9;
  }
  80% {
    stop-color: #FCEE21;
  }
  100% {
    stop-color: #ffffff;
  }
}
@keyframes colors2 {
  0% {
    stop-color: #ffffff;
  }
  20% {
    stop-color: #9BF00B;
  }
  40% {
    stop-color: #5069FF;
  }
  60% {
    stop-color: #23F9F9;
  }
  80% {
    stop-color: #FCEE21;
  }
  100% {
    stop-color: #ffffff;
  }
}
@-webkit-keyframes kvSlider {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -100vh;
  }
}
@keyframes kvSlider {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -100vh;
  }
}
@-webkit-keyframes kvSliderMB {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -100vw 0;
  }
}
@keyframes kvSliderMB {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -100vw 0;
  }
}
@-webkit-keyframes kvSliderPhone {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -150vw 0;
  }
}
@keyframes kvSliderPhone {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -150vw 0;
  }
}
@-webkit-keyframes kvSliderReverse {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 100vh;
  }
}
@keyframes kvSliderReverse {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 100vh;
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinReverse {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spinReverse {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate1 {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}
@keyframes rotate1 {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}
@-webkit-keyframes scale1 {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.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);
  }
}
@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 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 moveUp {
  0% {
    background-position: -50px -50px, -1px -1px;
  }
  100% {
    backgroosition: -1px -1px, -1px -1px;
  }
}
@keyframes moveUp {
  0% {
    background-position: -50px -50px, -1px -1px;
  }
  100% {
    backgroosition: -1px -1px, -1px -1px;
  }
}
@-webkit-keyframes moveDown {
  0% {
    backgroosition: -1px -1px, -1px -1px;
  }
  100% {
    background-position: -50px -50px, -1px -1px;
  }
}
@keyframes moveDown {
  0% {
    backgroosition: -1px -1px, -1px -1px;
  }
  100% {
    background-position: -50px -50px, -1px -1px;
  }
}
@keyframes scale {
  0%, 100% {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
            transform: scale(1) translateX(-50%) translateY(-50%);
  }
  50% {
    -webkit-transform: scale(1.2) translateX(-50%) translateY(-50%);
            transform: scale(1.2) translateX(-50%) translateY(-50%);
  }
}
@-webkit-keyframes rotar {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotar {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
#kvWarp {
  margin-top: 70px !important;
  z-index: 0;
  overflow: hidden;
  background: url(../images/kv-bg.jpg);
  background-size: cover;
  background-position: 36% 70px;
  background-attachment: fixed;
}
@media screen and (max-width: 1023px) {
  #kvWarp {
    background-size: 130%;
    background-position: 36% 50px;
  }
}
@media screen and (max-width: 992px) {
  #kvWarp {
    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 right;
    z-index: -1;
  }
}
#kvWarp:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  z-index: 2;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  #kvWarp {
    margin-top: 50px !important;
  }
}

.kvMain {
  z-index: 1;
  margin: -5% 0 0 0vw !important;
  z-index: 2;
  top: -12%;
  padding-right: 2% !important;
}
@media screen and (max-width: 992px) {
  .kvMain {
    width: 100%;
    height: auto;
    margin: 20% 0;
    padding-top: 50%;
  }
}
.kvMain .decoBar {
  width: 80%;
  height: 5px;
  background: white;
  margin: 4vh 0;
}
@media screen and (max-width: 767px) {
  .kvMain .decoBar {
    margin: 3vh 0;
  }
}
.kvMain .warmDate, .kvMain .warmText {
  display: block;
  font-size: 2vw;
  line-height: 1.2;
  color: #85d400;
  text-align: center;
  font-weight: 500;
  font-weight: bold;
  -webkit-filter: drop-shadow(0px 5px 5px black);
          filter: drop-shadow(0px 5px 5px black);
}
@media screen and (max-width: 992px) {
  .kvMain .warmDate, .kvMain .warmText {
    font-size: 4.5vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .kvMain .warmDate, .kvMain .warmText {
    font-size: 6.5vw;
    line-height: 1;
  }
}
.kvMain .warmText {
  font-weight: 900;
}

.kvText {
  font-size: 2vw;
  line-height: 1;
  font-weight: 700;
  color: white;
  text-align: center;
  -webkit-filter: drop-shadow(0px 5px 5px black);
          filter: drop-shadow(0px 5px 5px black);
}
@media screen and (max-width: 992px) {
  .kvText {
    font-size: 3.5vw;
    line-height: 1;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 767px) {
  .kvText {
    font-size: 6vw;
    line-height: 1;
  }
}

#jp .kvText {
  font-size: 1.8vw;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  #jp .kvText {
    font-size: 3.3vw;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  #jp .kvText {
    font-size: 6vw;
    line-height: 1;
  }
}

.kvProductBox {
  position: relative;
  width: 50%;
  height: auto;
  top: -12%;
  padding-top: 35%;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .kvProductBox {
    width: 100%;
    height: auto;
    top: initial;
    margin: 15% 0 40% 0vw !important;
    padding-top: 0;
  }
}
.kvProductBox .kvProduct {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 68%;
  height: auto;
  left: 55%;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .kvProductBox .kvProduct {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
    position: relative;
    margin: 0 auto;
    width: 70%;
    height: auto;
  }
}
.kvProductBox .kvProductImg {
  position: relative;
  margin: 0 auto;
  padding-top: 70%;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .kvProductBox .kvProductImg {
    width: 90%;
    height: auto;
  }
}
.kvProductBox .DowntopAni {
  top: -15%;
}
@media screen and (max-width: 992px) {
  .kvProductBox .DowntopAni {
    top: -7%;
  }
}
.kvProductBox .kvProductBG {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 78%;
  height: auto;
  z-index: -1;
}
.kvProductBox .kvItemBox {
  padding: 3% 3%;
  width: 50%;
  height: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.kvProductBox .kvItemBox:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  border-radius: 10px;
  backdrop-filter: blur(20px);
  z-index: -1;
}
.kvProductBox .kvItemBox3:after, .kvProductBox .kvItemBox4:after {
  background: linear-gradient(155deg, rgba(120, 255, 130, 0.13), transparent);
}
.kvProductBox .kvItemBox1 {
  top: -18%;
  left: 0%;
}
.kvProductBox .kvItemBox2 {
  top: 10%;
  right: -8%;
}
.kvProductBox .kvItemBox3 {
  bottom: 10%;
  left: -10%;
}
.kvProductBox .kvItemBox4 {
  bottom: -12%;
  right: -5%;
}
.kvProductBox .kvIcon {
  width: 20%;
  height: auto;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(10, 10, 10, 0.9));
          filter: drop-shadow(0px 3px 5px rgba(10, 10, 10, 0.9));
}
.kvProductBox .kvItemNe {
  width: 80%;
  height: auto;
  font-size: 1vw;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  padding-left: 5%;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(10, 10, 10, 0.9));
          filter: drop-shadow(0px 3px 5px rgba(10, 10, 10, 0.9));
}
@media screen and (max-width: 992px) {
  .kvProductBox .kvItemNe {
    font-size: 2vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .kvProductBox .kvItemNe {
    font-size: 0.6rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  #zh .kvProductBox .kvItemBox {
    width: 57%;
    height: auto;
  }
}

.mbs {
  mix-blend-mode: screen;
}

.kvMainBG {
  width: 40%;
  height: auto;
  top: 5%;
  left: -10%;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .kvMainBG {
    width: 100%;
    height: auto;
    left: -20%;
  }
}

.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 6s infinite ease-in-out;
          animation: Downtop 6s 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;
}

.fadeAni {
  -webkit-animation: fade 6s infinite ease-in-out;
          animation: fade 6s infinite ease-in-out;
}

.deco {
  position: absolute;
}

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

.videoBg {
  background: url(../images/video-bg.jpg);
  background-size: cover;
  background-position: center top;
}
.videoBg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  z-index: 2;
  top: -1%;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.videoWarp {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  margin: 0 auto;
}
.video-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(320deg, rgb(0, 0, 0) 0%, rgba(0, 72, 0, 0.1607843137) 50%);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.video-container:hover:before {
  opacity: 0;
}

.decoLine {
  width: 100%;
  height: auto;
  z-index: 0;
}
.decoLine svg {
  -webkit-filter: drop-shadow(0px 0px 10px #85d400) drop-shadow(0px 0px 5px #36FFE4);
          filter: drop-shadow(0px 0px 10px #85d400) drop-shadow(0px 0px 5px #36FFE4);
  mix-blend-mode: screen;
}

.line {
  stroke-width: 7px;
  stroke: #fff;
}
@media screen and (max-width: 992px) {
  .line {
    stroke-width: 15px;
  }
}

.line1 {
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
}

.line2 {
  stroke-dasharray: 2500;
  stroke-dashoffset: -2500;
}

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

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

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

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

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

.videodeco {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3%;
  height: auto;
  right: 8%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-filter: drop-shadow(0px 0px 50px #85d400);
          filter: drop-shadow(0px 0px 50px #85d400);
}
.videodeco:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 320%;
  height: auto;
  padding-top: 320%;
  border-radius: 500px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%239BF00B' stroke-width='10' stroke-dasharray='50%25%2c 13%25' stroke-dashoffset='86' stroke-linecap='butt'/%3e%3c/svg%3e");
  -webkit-animation: scale 3s infinite linear;
          animation: scale 3s infinite linear;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  left: 45%;
}
@media screen and (max-width: 767px) {
  .videodeco {
    width: 4%;
    height: auto;
    right: 10%;
  }
  .videodeco:after {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%239BF00B' stroke-width='5' stroke-dasharray='50%25%2c 13%25' stroke-dashoffset='86' stroke-linecap='butt'/%3e%3c/svg%3e");
  }
}

.videoWarp {
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 5px 10px black) drop-shadow(0px 5px 30px rgba(0, 0, 0, 0.3333333333));
          filter: drop-shadow(0px 5px 10px black) drop-shadow(0px 5px 30px rgba(0, 0, 0, 0.3333333333));
}

.video-container:hover .videodeco {
  -webkit-filter: drop-shadow(0px 0px 10px #85d400);
          filter: drop-shadow(0px 0px 10px #85d400);
}

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

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

.section1 {
  background: #000;
  padding-top: 6% !important;
}
.section1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  z-index: 2;
  top: -1%;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.section1 .introImgBox {
  z-index: -1;
  padding-top: 38% !important;
  background: url(../images/intro-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  margin-top: -10% !important;
}
@media screen and (max-width: 992px) {
  .section1 .introImgBox {
    padding-top: 100% !important;
    background: url(../images/intro-bg-m.jpg);
    background-size: cover;
    background-position: center bottom;
  }
}
.section1 .introImgBox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  top: -1%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.section1 .deco0 {
  width: 25%;
  height: auto;
  z-index: 1;
  bottom: 110%;
}
.section1 .deco0 .aniInner {
  padding-top: 60%;
}
@media screen and (max-width: 992px) {
  .section1 .deco0 {
    width: 60%;
    height: auto;
    bottom: 100%;
  }
}
.section1 .deco1 {
  width: 25%;
  height: auto;
  z-index: 0;
  bottom: 10%;
}
@media screen and (max-width: 992px) {
  .section1 .deco1 {
    width: 60%;
    height: auto;
    bottom: 8%;
  }
}
.section1 .introBG {
  width: 220%;
  height: auto;
  left: -50%;
  z-index: -1;
  top: -60%;
  pointer-events: none;
}
.section1 .decoLineWrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
  padding-top: 50%;
}
@media screen and (max-width: 992px) {
  .section1 .decoLineWrap {
    padding-top: 80%;
  }
}
.section1 .decoLine1 {
  top: 0;
}
.section1 .decoLine2 {
  bottom: -15%;
}
.section1 .videoMark.aos-animate .lineSvgAni1 {
  -webkit-animation: line 1s ease-out forwards;
          animation: line 1s ease-out forwards;
}
.section1 .videoMark.aos-animate .lineSvgAni2 {
  -webkit-animation: line 1s 0.8s ease-out forwards;
          animation: line 1s 0.8s ease-out forwards;
}
.section1 .deco5 {
  width: 49%;
  height: auto;
  text-align: right;
  bottom: 2%;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .section1 .deco5 {
    width: 92%;
    height: auto;
    right: 5%;
  }
  .section1 .deco5 p {
    font-size: 0.9rem;
    line-height: 1.3;
  }
}

#ko .section1 .deco5, #zh .section1 .deco5, #jp .section1 .deco5 {
  width: 45%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #ko .section1 .deco5, #zh .section1 .deco5, #jp .section1 .deco5 {
    width: 92%;
    height: auto;
  }
}

.section2 {
  background: #000;
}
.section2 .fea1 {
  overflow: hidden;
}
.section2 .fea1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: -1%;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7098039216)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7098039216) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.section2 .fea1 .robDeco {
  padding-top: 20% !important;
}
.section2 .fea1 .decoRob img {
  transition: transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
}
.section2 .fea1 .decoRob1 {
  width: 55%;
  height: auto;
  bottom: -140%;
  right: -5%;
}
@media screen and (max-width: 767px) {
  .section2 .fea1 .decoRob1 {
    width: 80%;
    height: auto;
    bottom: -80%;
    right: -18%;
  }
}
.section2 .fea1 .decoRob2 {
  width: 60%;
  height: auto;
  bottom: -190%;
  left: -10%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .section2 .fea1 .decoRob2 {
    width: 85%;
    height: auto;
    bottom: -90%;
    left: -22%;
  }
}
.section2 .fea1 .decobg1 {
  width: 100%;
  height: 100%;
  top: 0%;
  right: 0%;
  z-index: -2;
}
.section2 .fea1 .decobg1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
}
.section2 .fea1 .decobg2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 101%;
  height: 101%;
  z-index: -1;
}
.section2 .fea1 .decobg2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.section2 .listBtn, .section2 .goDownBtn {
  position: relative;
  width: 75%;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .section2 .listBtn, .section2 .goDownBtn {
    width: 90%;
    height: auto;
  }
}
.section2 .listBtn:hover, .section2 .goDownBtn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.section2 .listBtnInner {
  border: 1px solid #85d400;
  background: -webkit-gradient(linear, left top, left bottom, from(#009943), to(#000000));
  background: linear-gradient(180deg, #009943 0%, #000000 100%);
  padding: 2% 2% !important;
  -ms-flex-wrap: initial;
      flex-wrap: initial;
}
@media screen and (max-width: 767px) {
  .section2 .listBtnInner {
    padding: 4% 4% !important;
  }
}
.section2 .btnDeco {
  width: 5%;
  height: auto;
  padding-top: 2%;
  background: #85d400;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section2 .btnDeco {
    width: 8%;
    height: auto;
    padding-top: 3%;
  }
}
@media screen and (max-width: 576px) {
  .section2 .btnDeco {
    width: 12%;
    height: auto;
    padding-top: 5%;
  }
}
.section2 .btnDeco1 {
  clip-path: polygon(0 0, 71% 0, 100% 100%, 0% 100%);
  left: 0;
  top: -12%;
}
.section2 .btnDeco2 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
  right: 0;
  bottom: -12%;
}
.section2 .listIcon {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .section2 .listIcon {
    width: 15px;
    height: auto;
  }
}
.section2 .listNe p {
  font-size: 1.5vw;
  line-height: 1;
  color: #fff;
  -webkit-filter: initial;
          filter: initial;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .section2 .listNe p {
    font-size: 2vw;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .section2 .listNe p {
    font-size: 0.9rem;
    line-height: 1;
  }
}
.section2 .fea2 {
  overflow: hidden;
}
.section2 .fea2 .bgBox {
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/intro-bg.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .section2 .fea2 .bgBox {
    background: url(../images/intro-bg-m.jpg);
    background-size: cover;
    background-position: center bottom;
  }
}
.section2 .fea2 .bgBox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7254901961)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7254901961) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.section2 .fea2 .slideshow {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 20%;
}
@media screen and (max-width: 992px) {
  .section2 .fea2 .slideshow {
    padding-top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea2 .slideshow {
    padding-top: 60%;
  }
}
.section2 .fea2 .entire-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 10%;
  height: auto;
  margin: auto;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  padding-top: 80px;
  top: 20%;
}
@media screen and (max-width: 992px) {
  .section2 .fea2 .entire-content {
    width: 15%;
    height: auto;
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea2 .entire-content {
    width: 30%;
    height: auto;
  }
}
.section2 .fea2 .content-carrousel {
  width: 100%;
  position: absolute;
  float: right;
  -webkit-animation: rotar 15s infinite linear;
          animation: rotar 15s infinite linear;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.section2 .fea2 figure {
  width: 100%;
  height: auto;
  padding-top: 80%;
  overflow: hidden;
  position: absolute;
}
.section2 .fea2 figure:nth-child(1) {
  -webkit-transform: rotateY(0deg) translateZ(400px);
          transform: rotateY(0deg) translateZ(400px);
}
@media screen and (max-width: 1440px) {
  .section2 .fea2 figure:nth-child(1) {
    -webkit-transform: rotateY(0deg) translateZ(270px);
            transform: rotateY(0deg) translateZ(270px);
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea2 figure:nth-child(1) {
    -webkit-transform: rotateY(0deg) translateZ(160px);
            transform: rotateY(0deg) translateZ(160px);
  }
}
.section2 .fea2 figure:nth-child(2) {
  -webkit-transform: rotateY(45deg) translateZ(400px);
          transform: rotateY(45deg) translateZ(400px);
}
@media screen and (max-width: 1440px) {
  .section2 .fea2 figure:nth-child(2) {
    -webkit-transform: rotateY(45deg) translateZ(270px);
            transform: rotateY(45deg) translateZ(270px);
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea2 figure:nth-child(2) {
    -webkit-transform: rotateY(45deg) translateZ(160px);
            transform: rotateY(45deg) translateZ(160px);
  }
}
.section2 .fea2 figure:nth-child(3) {
  -webkit-transform: rotateY(90deg) translateZ(400px);
          transform: rotateY(90deg) translateZ(400px);
}
@media screen and (max-width: 1440px) {
  .section2 .fea2 figure:nth-child(3) {
    -webkit-transform: rotateY(90deg) translateZ(270px);
            transform: rotateY(90deg) translateZ(270px);
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea2 figure:nth-child(3) {
    -webkit-transform: rotateY(90deg) translateZ(160px);
            transform: rotateY(90deg) translateZ(160px);
  }
}
.section2 .fea2 figure:nth-child(4) {
  -webkit-transform: rotateY(135deg) translateZ(400px);
          transform: rotateY(135deg) translateZ(400px);
}
@media screen and (max-width: 1440px) {
  .section2 .fea2 figure:nth-child(4) {
    -webkit-transform: rotateY(135deg) translateZ(270px);
            transform: rotateY(135deg) translateZ(270px);
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea2 figure:nth-child(4) {
    -webkit-transform: rotateY(135deg) translateZ(160px);
            transform: rotateY(135deg) translateZ(160px);
  }
}
.section2 .fea2 figure:nth-child(5) {
  -webkit-transform: rotateY(180deg) translateZ(400px);
          transform: rotateY(180deg) translateZ(400px);
}
@media screen and (max-width: 1440px) {
  .section2 .fea2 figure:nth-child(5) {
    -webkit-transform: rotateY(180deg) translateZ(270px);
            transform: rotateY(180deg) translateZ(270px);
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea2 figure:nth-child(5) {
    -webkit-transform: rotateY(180deg) translateZ(160px);
            transform: rotateY(180deg) translateZ(160px);
  }
}
.section2 .fea2 figure:nth-child(6) {
  -webkit-transform: rotateY(225deg) translateZ(400px);
          transform: rotateY(225deg) translateZ(400px);
}
@media screen and (max-width: 1440px) {
  .section2 .fea2 figure:nth-child(6) {
    -webkit-transform: rotateY(225deg) translateZ(270px);
            transform: rotateY(225deg) translateZ(270px);
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea2 figure:nth-child(6) {
    -webkit-transform: rotateY(225deg) translateZ(160px);
            transform: rotateY(225deg) translateZ(160px);
  }
}
.section2 .fea2 figure:nth-child(7) {
  -webkit-transform: rotateY(270deg) translateZ(400px);
          transform: rotateY(270deg) translateZ(400px);
}
@media screen and (max-width: 1440px) {
  .section2 .fea2 figure:nth-child(7) {
    -webkit-transform: rotateY(270deg) translateZ(270px);
            transform: rotateY(270deg) translateZ(270px);
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea2 figure:nth-child(7) {
    -webkit-transform: rotateY(270deg) translateZ(160px);
            transform: rotateY(270deg) translateZ(160px);
  }
}
.section2 .fea2 figure:nth-child(8) {
  -webkit-transform: rotateY(315deg) translateZ(400px);
          transform: rotateY(315deg) translateZ(400px);
}
@media screen and (max-width: 1440px) {
  .section2 .fea2 figure:nth-child(8) {
    -webkit-transform: rotateY(315deg) translateZ(270px);
            transform: rotateY(315deg) translateZ(270px);
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea2 figure:nth-child(8) {
    -webkit-transform: rotateY(315deg) translateZ(160px);
            transform: rotateY(315deg) translateZ(160px);
  }
}
.section2 .fea2 .content-carrousel img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  image-rendering: auto;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: 90%;
  height: auto;
  -webkit-filter: drop-shadow(0px -5px 5px #2cd2be);
          filter: drop-shadow(0px -5px 5px #2cd2be);
}
.section2 .fea3 {
  background-image: url(../images/fea3-bg.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 {
    background-image: url(../images/fea3-bg-m.jpg);
    background-attachment: initial;
  }
}
.section2 .fea3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  z-index: 2;
  top: -1%;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #191919), to(rgba(25, 25, 25, 0)));
  background: linear-gradient(180deg, #191919 10%, rgba(25, 25, 25, 0) 100%);
  z-index: -1;
}
.section2 .fea3 .turboImg {
  width: 19%;
  height: auto;
  margin: 0 0.5% !important;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .turboImg {
    width: 22%;
    height: auto;
    margin: 2% 4% !important;
  }
}
.section2 .fea3 .decoNumber {
  font-size: 1vw;
  line-height: 1;
  color: white;
  font-weight: bold;
  top: 12%;
  right: 16%;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .decoNumber {
    font-size: 0.9rem;
    line-height: 1;
    top: 11%;
    right: 12%;
  }
}
.section2 .fea3 .decoNumber1 {
  right: 20%;
}
.section2 .fea3 .deco1 {
  width: 100%;
  height: auto;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section2 .fea3 .deco1 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200%;
    height: auto;
  }
}
.section2 .fea3 .bullet {
  width: 115%;
  height: auto;
  z-index: -1;
}
.section2 .fea3 .bullet1 {
  top: -20%;
  left: -50%;
}
.section2 .fea4 {
  background-image: url(../images/fea4-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section2 .fea4 {
    background-attachment: initial;
  }
}
.section2 .fea4 .fea4Img {
  width: 100%;
  height: auto;
  padding-top: 115% !important;
}
@media screen and (max-width: 992px) {
  .section2 .fea4 .fea4Img {
    padding-top: 120% !important;
  }
}
.section2 .fea4 .deco1 {
  width: 110%;
  height: auto;
  top: 0%;
  left: 10%;
}
@media screen and (max-width: 992px) {
  .section2 .fea4 .deco1 {
    width: 100%;
    height: auto;
    left: 0%;
  }
}
.section2 .fea4 .deco2 {
  width: 60%;
  height: auto;
  top: 10%;
  left: -1%;
  z-index: -2;
}
.section2 .fea4 .deco2 img {
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .section2 .fea4 .deco2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 105%;
    height: auto;
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .section2 .fea4 .deco2 {
    top: 45%;
  }
}
.section2 .fea4 .decoLineWrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
  padding-top: 50%;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .section2 .fea4 .decoLineWrap {
    padding-top: 80%;
  }
}
.section2 .fea4 .decoLine1 {
  top: 0;
}
.section2 .fea4 .decoLine2 {
  bottom: -15%;
}
.section2 .fea4 .fea4Mark.aos-animate .lineSvgAni1 {
  -webkit-animation: line 1s 0.5s ease-out forwards;
          animation: line 1s 0.5s ease-out forwards;
}
.section2 .fea4 .fea4Mark.aos-animate .lineSvgAni2 {
  -webkit-animation: line 1s 1.3s ease-out forwards;
          animation: line 1s 1.3s ease-out forwards;
}
.section2 .fea5:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0%;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
.section2 .fea5 .decobg1 {
  width: 100%;
  height: 100%;
  top: 0%;
  right: 0%;
  z-index: -2;
  opacity: 0.5;
}
.section2 .fea5 .decobg1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section2 .fea5 .lighting, .section2 .fea5 .deco {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 1;
  mix-blend-mode: lighten;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.section2 .fea5 .lighting .deco, .section2 .fea5 .deco .deco {
  opacity: 0;
  -webkit-transition: all 0.02s ease-in-out;
  transition: all 0.02s ease-in-out;
}
.section2 .fea5 .lightingImg.triggerBasic.active .lighting .deco {
  -webkit-animation: flash 0.5s 3;
          animation: flash 0.5s 3;
}
.section2 .fea6:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0%;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.section2 .fea6 .decoLineWrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
  padding-top: 50%;
}
@media screen and (max-width: 992px) {
  .section2 .fea6 .decoLineWrap {
    padding-top: 80%;
  }
}
.section2 .fea6 .decoLine1 {
  top: 0;
}
.section2 .fea6 .videoMark.aos-animate .lineSvgAni1 {
  -webkit-animation: line 1s ease-out forwards;
          animation: line 1s ease-out forwards;
}
.section2 .BrookConverterCenter .BrookConverterCenterImg {
  padding-top: 40% !important;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .section2 .BrookConverterCenter .BrookConverterCenterImg {
    padding-top: 100% !important;
  }
}
.section2 .BrookConverterCenter .BrookConverterCenterImg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0%;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .section2 .BrookConverterCenter .BrookConverterCenterImg:after {
    width: 100%;
    height: 20%;
  }
}
.section2 .BrookConverterCenter .BrookConverterCenterImg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.section2 .BrookConverterCenter .BrookConverterCenterImgBg {
  width: 100%;
  height: auto;
  top: -20%;
}
@media screen and (max-width: 992px) {
  .section2 .BrookConverterCenter .BrookConverterCenterImgBg {
    top: -20%;
  }
}
.section2 .BrookConverterCenter .Content {
  margin-top: -8% !important;
}
.section2 .BrookConverterCenter .goDownBtn {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .section2 .BrookConverterCenter .goDownBtn {
    width: 90%;
    height: auto;
  }
}

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

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

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

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

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

.sectionParallax {
  background: #000;
  font-size: 0;
}

.section3 {
  font-size: 0;
}
.section3 .js-modal-btn {
  cursor: pointer;
}
.section3 .swiper-container1 .swiper-wrapper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .section3 .swiper-container1 .swiper-wrapper .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section3 .unboxVideoWrap {
  position: relative;
  width: 35%;
  height: auto;
  -webkit-filter: drop-shadow(0px 3px 10px rgb(10, 10, 10));
          filter: drop-shadow(0px 3px 10px rgb(10, 10, 10));
}
@media screen and (max-width: 767px) {
  .section3 .unboxVideoWrap {
    width: 70%;
    height: auto;
  }
}
.section3 .unboxVideoWrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #004800;
  opacity: 0.4;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.section3 .unboxContent {
  position: relative;
  width: 45%;
  height: auto;
  margin-left: 5%;
  -ms-grid-column-align: center;
      justify-self: center;
}
@media screen and (max-width: 767px) {
  .section3 .unboxContent {
    width: 85%;
    height: auto;
    margin-left: 0%;
    margin-top: 5%;
  }
}
.section3 .videoTitle {
  font-size: 3vw;
  line-height: 3vw;
  font-weight: bold;
  color: #85d400;
  -webkit-filter: drop-shadow(0px 3px 3px rgb(10, 10, 10));
          filter: drop-shadow(0px 3px 3px rgb(10, 10, 10));
}
@media screen and (max-width: 767px) {
  .section3 .videoTitle {
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
  }
}
.section3 .videoNe {
  font-size: 1.4vw;
  line-height: 2.3vw;
  -webkit-filter: drop-shadow(0px 3px 3px rgb(10, 10, 10));
          filter: drop-shadow(0px 3px 3px rgb(10, 10, 10));
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section3 .videoNe {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.section3 .playbtnBG {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
  -webkit-animation: scale2 3s infinite linear;
          animation: scale2 3s infinite linear;
}
.section3 .playbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 25%;
  height: auto;
  padding-top: 25%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 500px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%2385d400' stroke-width='10' stroke-dasharray='50%25%2c 13%25' stroke-dashoffset='86' stroke-linecap='butt'/%3e%3c/svg%3e");
  -webkit-animation: scale 3s infinite linear;
          animation: scale 3s infinite linear;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-filter: drop-shadow(0px 0px 20px #85d400) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.3333333333));
          filter: drop-shadow(0px 0px 20px #85d400) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.3333333333));
}
@media screen and (max-width: 767px) {
  .section3 .playbtn:after {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%2385d400' stroke-width='5' stroke-dasharray='50%25%2c 13%25' stroke-dashoffset='86' stroke-linecap='butt'/%3e%3c/svg%3e");
  }
}
.section3 .playImg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 30%;
  height: auto;
  z-index: 3;
}
.section3 .swiper-wrapper {
  height: auto;
}
.section3 .articleWrap {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  padding: 5% 2% 3% 2%;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(7, 35, 57, 0.1882352941);
          box-shadow: 0px 0px 20px 10px rgba(7, 35, 57, 0.1882352941);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: linear-gradient(110deg, #85d400 20%, #009943 100%);
}
@media screen and (max-width: 767px) {
  .section3 .articleWrap {
    padding: 10% 5% 8% 5%;
  }
}
.section3 .articleWrap:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.section3 .articleDeco {
  position: absolute;
  top: -10%;
  left: 4%;
  font-size: 6vw;
  line-height: 6vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section3 .articleDeco {
    top: -5%;
    left: 5%;
    font-size: 18vw;
    line-height: 18vw;
  }
}
.section3 .articleBox {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.section3 .articleBoxInner {
  position: relative;
  margin: 0 auto;
  width: 80%;
  height: auto;
}
.section3 .articleTitle {
  font-size: 2vw;
  line-height: 1.5vw;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5% 0% 2% 0%;
}
@media screen and (max-width: 767px) {
  .section3 .articleTitle {
    font-size: 0.7rem;
    line-height: 0.7rem;
    margin: 12% 0% 0% 0%;
  }
}
.section3 .articleTitle img {
  width: 40%;
  height: auto;
  margin: 0% 0% 0 3%;
}
@media screen and (max-width: 767px) {
  .section3 .articleTitle img {
    width: 50%;
    height: auto;
  }
}
.section3 .articleTitle.large img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section3 .articleTitle.large img {
    width: 60%;
    height: auto;
  }
}
.section3 .articleTitle.squre img {
  width: 15%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section3 .articleTitle.squre img {
    width: 25%;
    height: auto;
  }
}
.section3 .articleNe {
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .section3 .articleNe {
    font-size: 2vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .section3 .articleNe {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
.section3 .swiper-slide:hover .unboxVideoWrap:after {
  opacity: 0.1;
}
.section3 .swiper-slide:hover .playbtn {
  -webkit-filter: drop-shadow(0px 0px 10px #85d400) drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.3333333333));
          filter: drop-shadow(0px 0px 10px #85d400) drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.3333333333));
}
.section3 .swiper-button-prev, .section3 .swiper-button-next {
  color: #85d400;
  font-weight: bolder;
}
.section3 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #00ff5d;
}
.section3 .swiper-pagination-bullet-active {
  background: #85d400;
}
.section3 .decoLine1 {
  bottom: 5%;
  z-index: -1;
}
.section3 .decoLine2 {
  top: -30%;
  z-index: -1;
}
.section3 .lineMark1.aos-animate .lineSvgAni2 {
  -webkit-animation: line 1s ease-out forwards;
          animation: line 1s ease-out forwards;
}
.section3 .lineMark2.aos-animate .lineSvgAni1 {
  -webkit-animation: line 1s ease-out forwards;
          animation: line 1s ease-out forwards;
}

.buySection {
  background: url(../images/buy-bg.jpg);
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
@media screen and (max-width: 992px) {
  .buySection {
    background: url(../images/buy-bg-m.jpg);
    background-size: cover;
    background-position: center top;
  }
}
.buySection:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  z-index: 2;
  bottom: -1%;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.buySection:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  z-index: 2;
  top: -1%;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.buySection .buyImg {
  padding-top: 40% !important;
}
@media screen and (max-width: 767px) {
  .buySection .buyImg {
    padding-top: 0 !important;
  }
}
.buySection .TAL {
  text-align: left;
}
.buySection h3 {
  margin: 0;
}
.buySection p {
  color: #fff;
  -webkit-filter: none;
          filter: none;
  font-size: 0.8vw;
  line-height: 1;
  font-weight: 700;
  padding: 4px 0 0 0;
  -webkit-filter: drop-shadow(0px 0px 3px #000);
          filter: drop-shadow(0px 0px 3px #000);
}
@media screen and (max-width: 767px) {
  .buySection p {
    font-size: 4vw;
    line-height: 1;
  }
}
.buySection p.none {
  color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 767px) {
  .buySection p.none {
    display: none;
  }
}
.buySection .deco1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 90%;
  height: auto;
  top: 52%;
}
@media screen and (max-width: 767px) {
  .buySection .deco1 {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
    width: 60%;
    height: auto;
    padding-bottom: 5%;
  }
}
.buySection .ProductBG {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 78%;
  height: auto;
  z-index: -1;
}
.buySection .productWrap {
  overflow: hidden;
}
.buySection .productName {
  font-size: 8vw;
  line-height: 8vw;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .buySection .productName {
    font-size: 15vw;
    line-height: 15vw;
  }
}
.buySection .productImg {
  margin-top: -10% !important;
}
.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);
          transform: scale(1.1);
}
.buySection .buyLogo {
  background: #fff;
}
.buySection .buyLogo.blue {
  background: #01375e;
}
.buySection .CSW {
  font-size: 4vw;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  color: #36FFE4;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 232, 240, 0.5333333333));
          filter: drop-shadow(0px 0px 5px rgba(0, 232, 240, 0.5333333333));
}
@media screen and (max-width: 767px) {
  .buySection .CSW {
    font-size: 10vw;
    line-height: 10vw;
  }
}
.buySection .buyBG {
  width: 140%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  left: 40%;
}
@media screen and (max-width: 767px) {
  .buySection .buyBG {
    width: 450%;
    height: auto;
  }
}

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

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

.section5 {
  z-index: 3;
  padding: 50px 0 !important;
}
.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: 70px;
  font-weight: bold;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#85d400), color-stop(30%), to(#009943));
  background: linear-gradient(90deg, #85d400, 30%, #009943 100%);
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section5 .downloadBtn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 1366px) {
  .section5 .downloadBtn {
    font-size: 1.2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 992px) {
  .section5 .downloadBtn {
    font-size: 1rem;
    line-height: 1;
  }
  .section5 .downloadBtn img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section5 .downloadBtn {
    width: 100%;
    height: 50px;
    font-size: 1rem;
    line-height: 1;
  }
}
.section5 .downloadBtn img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .section5 .downloadBtn img {
    width: 20px;
    height: 20px;
  }
}
.section5 .downloadBtnInner {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section5 p {
  padding-bottom: 0px;
}

.section6 {
  z-index: 5;
  padding-bottom: 10% !important;
}
.section6 .deco1 {
  width: 60%;
  height: auto;
  z-index: -1;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  bottom: -15%;
  left: -20%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .section6 .deco1 {
    bottom: -50%;
  }
}
@media screen and (max-width: 767px) {
  .section6 .deco1 {
    width: 100%;
    height: auto;
    bottom: -10%;
  }
}

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

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

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

.specbody {
  display: none;
  z-index: 0;
}
.specbody:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 1rem);
  z-index: -1;
  background: #272940;
  top: -1rem;
  left: 0;
}

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

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

.specSecondbody {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .specSecondbody {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}

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

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

.speContentTitle, .speContent {
  padding: 8px 0px !important;
}
.speContentTitle a, .speContent a {
  color: #fff;
}

.speContentTitle {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .speContentTitle {
    padding: 8px 0px 0 0px !important;
  }
}

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

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

.speContentBtn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 5px solid #fff;
  padding: 5px 10px;
  margin-left: 3px;
  cursor: pointer;
  font-weight: 600;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  margin: 10px 0;
  background: linear-gradient(150deg, #85d400 0%, #009943 100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.speContentBtn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.speContentBtn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.speContentBtn .icon {
  width: 15px;
  height: auto;
  margin-right: 10px;
}

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