@font-face {
  font-family: title01;
  src: url("../fonts/Starforge Regular.otf");
}

.common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 1921px) {
  .common__container {
    width: 1440px;
  }
}

@media (max-width: 1920px) and (min-width: 1300px) {
  .common__container {
    width: 1270px;
  }
}

@media (max-width: 1299px) and (min-width: 992px) {
  .common__container {
    width: 990px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .common__container {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .common__container {
    width: 100%;
  }
}

.mainarea {
  overflow: hidden;
  font-family: var(--fontB);
  background: #000000;
}

.mainarea .kv {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainarea .kv__bg-lg {
  display: block;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__bg-lg {
    display: none;
  }
}

.mainarea .kv__bg-sm {
  display: none;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__bg-sm {
    display: block;
  }
}

.mainarea .kv__another {
  position: absolute;
  width: 15%;
  left: 82%;
  top: 7.5%;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__another {
    width: 30%;
    left: 65%;
    top: 5%;
  }
}

.mainarea .kv canvas {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .mainarea .kv canvas {
    display: none;
  }
}

.mainarea .kv__textbox {
  position: absolute;
  top: 73%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__textbox {
    width: 100%;
  }
}

.mainarea .kv__textbox h1 {
  color: #f8f8f8;
  font-family: var(--fontC);
  font-size: 3vw;
  letter-spacing: 0.3vw;
  line-height: 1;
  text-shadow: 0 1px 0 #d3effb, 0 2px 0 #3a3a3a, 0 3px 0 #d3effb, 0 4px 0 #adc5cf, 0 5px 0 #adadad, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15), 0 0 15px #ffffff;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__textbox h1 {
    white-space: normal;
    font-size: 6.5vw;
    width: 60%;
    margin: auto;
  }
}

.mainarea .kv__textbox-left {
  position: absolute;
  width: 8vw;
  top: 50%;
  right: 105%;
}

.mainarea .kv__textbox-right {
  position: absolute;
  width: 8vw;
  top: 50%;
  left: 105%;
}

.mainarea .kv__textbox h2 {
  color: #d3effb;
  font-size: 1.3vw;
  font-weight: 300;
  letter-spacing: 0.3vw;
  line-height: 1;
  margin: auto;
  margin-top: 1vw;
  width: 90%;
}

@media screen and (max-width: 991px) {
  .mainarea .kv__textbox h2 {
    font-size: 2.2vw;
  }
}

.mainarea .sec1 {
  position: relative;
  width: 100%;
  height: 100vh;
}

.mainarea .sec1__bg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: auto;
  height: 100vh;
  max-width: none;
}

.mainarea .sec1__block {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}

.mainarea .sec1__block-01 {
  z-index: 10;
}

.mainarea .sec1__block-02 {
  z-index: 9;
}

.mainarea .sec1__block-03 {
  z-index: 8;
}

.mainarea .sec1__block-04 {
  z-index: 7;
}

.mainarea .sec1__block-05 {
  z-index: 6;
}

.mainarea .sec1__block-06 {
  z-index: 5;
}

.mainarea .sec1__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .mainarea .sec1__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.mainarea .sec1__box-re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .mainarea .sec1__box-re {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.mainarea .sec1__box-textbox {
  width: 50%;
}

@media (max-width: 991px) {
  .mainarea .sec1__box-textbox {
    width: 90%;
  }
}

.mainarea .sec1__box-textbox h4 {
  color: #f8f8f8;
  font-family: var(--fontC);
  font-size: 32px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-shadow: 0 1px 0 #d3effb, 0 2px 0 #3a3a3a, 0 3px 0 #d3effb, 0 4px 0 #adc5cf, 0 5px 0 #adadad, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15), 0 0 15px #ffffff;
}

@media (max-width: 1600px) {
  .mainarea .sec1__box-textbox h4 {
    font-size: 30px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec1__box-textbox h4 {
    font-size: 28px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec1__box-textbox h4 {
    font-size: 26px;
  }
}

.mainarea .sec1__box-textbox p {
  color: #d3effb;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .mainarea .sec1__box-textbox p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec1__box-textbox p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec1__box-textbox p {
    font-size: 14px;
  }
}

.mainarea .sec1__box-textbox a {
  color: #fff;
  -moz-border-radius: 5px;
       border-radius: 5px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  background: #00acee;
  background: -webkit-gradient(linear, left bottom, left top, from(#00acee), to(#027efb));
  background: -moz-linear-gradient(bottom, #00acee 0%, #027efb 100%);
  background: linear-gradient(0deg, #00acee 0%, #027efb 100%);
  border: none;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .mainarea .sec1__box-textbox a {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec1__box-textbox a {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec1__box-textbox a {
    font-size: 10px;
  }
}

.mainarea .sec1__box-textbox a:hover {
  background: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.mainarea .sec1__box-textbox a:hover:before {
  height: 100%;
}

.mainarea .sec1__box-textbox a:hover:after {
  width: 100%;
}

.mainarea .sec1__box-textbox a span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
}

.mainarea .sec1__box-textbox a span:hover {
  color: #027efb;
}

.mainarea .sec1__box-textbox a span:hover:before {
  height: 100%;
}

.mainarea .sec1__box-textbox a span:hover:after {
  width: 100%;
}

.mainarea .sec1__box-textbox a span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #027efb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 2px;
  height: 0%;
}

.mainarea .sec1__box-textbox a span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #027efb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0%;
  height: 2px;
}

.mainarea .sec1__box-textbox a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #027efb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0%;
  width: 2px;
}

.mainarea .sec1__box-textbox a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #027efb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0%;
  height: 2px;
}

.mainarea .sec1__box-imgbox {
  width: 50%;
  position: relative;
}

@media (max-width: 991px) {
  .mainarea .sec1__box-imgbox {
    width: 90%;
  }
}

.mainarea .sec1__box-imgbox--text--1 {
  position: absolute;
  font-size: 0.8vw;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  left: 86%;
  top: 23%;
}

.mainarea .sec1__box-imgbox--text--1::after {
  position: absolute;
  content: '';
  display: block;
  background: #bb05ff;
  height: 2.5vw;
  width: 1px;
  max-height: 55px;
  left: 50%;
  top: 105%;
}

@media (max-width: 991px) {
  .mainarea .sec1__box-imgbox--text--1::after {
    height: 6vw;
  }
}

.mainarea .sec1__box-imgbox--text--2 {
  position: absolute;
  font-size: 0.8vw;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  left: 15%;
  top: 77%;
}

.mainarea .sec1__box-imgbox--text--2::after {
  position: absolute;
  content: '';
  display: block;
  background: #bb05ff;
  height: 2.5vw;
  width: 1px;
  max-height: 45px;
  left: 50%;
  bottom: 105%;
}

@media (max-width: 991px) {
  .mainarea .sec1__box-imgbox--text--2::after {
    height: 6vw;
  }
}

.mainarea .sec1__box-imgbox--text--3 {
  position: absolute;
  font-size: 0.8vw;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  left: 70%;
  top: 77%;
}

.mainarea .sec1__box-imgbox--text--3::after {
  position: absolute;
  content: '';
  display: block;
  background: #bb05ff;
  height: 4vw;
  width: 1px;
  max-height: 80px;
  left: 50%;
  bottom: 105%;
}

@media (max-width: 991px) {
  .mainarea .sec1__box-imgbox--text--3::after {
    height: 10vw;
  }
}

.mainarea .sec1__box-imgbox--text--4 {
  position: absolute;
  font-size: 0.8vw;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  left: 85%;
  top: 85%;
}

.mainarea .sec1__box-imgbox--text--4::after {
  position: absolute;
  content: '';
  display: block;
  background: #bb05ff;
  height: 6vw;
  width: 1px;
  max-height: 120px;
  left: 50%;
  bottom: 105%;
}

@media (max-width: 991px) {
  .mainarea .sec1__box-imgbox--text--4::after {
    height: 12vw;
  }
}

.mainarea .sec1__box-imgbox img {
  width: 100%;
}

.mainarea .redeem__title {
  color: #f8f8f8;
  font-family: var(--fontC);
  font-size: 32px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-shadow: 0 1px 0 #d3effb, 0 2px 0 #3a3a3a, 0 3px 0 #d3effb, 0 4px 0 #adc5cf, 0 5px 0 #adadad, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15), 0 0 15px #ffffff;
}

@media (max-width: 1600px) {
  .mainarea .redeem__title {
    font-size: 30px;
  }
}

@media (max-width: 1300px) {
  .mainarea .redeem__title {
    font-size: 28px;
  }
}

@media (max-width: 1050px) {
  .mainarea .redeem__title {
    font-size: 26px;
  }
}

.mainarea .buynow {
  text-align: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
}

@media (max-width: 1300px) {
  .mainarea .buynow {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .mainarea .buynow {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .mainarea .buynow {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mainarea .buynow h5 {
  color: #f8f8f8;
  font-family: var(--fontC);
  font-size: 32px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-shadow: 0 1px 0 #d3effb, 0 2px 0 #3a3a3a, 0 3px 0 #d3effb, 0 4px 0 #adc5cf, 0 5px 0 #adadad, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15), 0 0 15px #ffffff;
}

@media (max-width: 1600px) {
  .mainarea .buynow h5 {
    font-size: 30px;
  }
}

@media (max-width: 1300px) {
  .mainarea .buynow h5 {
    font-size: 28px;
  }
}

@media (max-width: 1050px) {
  .mainarea .buynow h5 {
    font-size: 26px;
  }
}

.mainarea .buynow h6 {
  color: #d3effb;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .mainarea .buynow h6 {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .buynow h6 {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .buynow h6 {
    font-size: 14px;
  }
}

.mainarea .buynow__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .mainarea .buynow__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mainarea .buynow__block-item {
  width: -moz-calc( 30% - 20px);
  width: calc( 30% - 20px);
  margin: 10px;
  background: #525252;
}

@media (max-width: 991px) {
  .mainarea .buynow__block-item {
    width: -moz-calc( 90% - 20px);
    width: calc( 90% - 20px);
  }
}

.mainarea .buynow__block-item a {
  color: #fff;
  -moz-border-radius: 5px;
       border-radius: 5px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  background: #00acee;
  background: -webkit-gradient(linear, left bottom, left top, from(#00acee), to(#027efb));
  background: -moz-linear-gradient(bottom, #00acee 0%, #027efb 100%);
  background: linear-gradient(0deg, #00acee 0%, #027efb 100%);
  border: none;
  margin-bottom: 15px;
}

.mainarea .buynow__block-item a:hover {
  background: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.mainarea .buynow__block-item a:hover:before {
  height: 100%;
}

.mainarea .buynow__block-item a:hover:after {
  width: 100%;
}

.mainarea .buynow__block-item a span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  background: #ffffff00;
}

@media (max-width: 1600px) {
  .mainarea .buynow__block-item a span {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .mainarea .buynow__block-item a span {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .mainarea .buynow__block-item a span {
    font-size: 10px;
  }
}

.mainarea .buynow__block-item a span:hover {
  color: #027efb;
}

.mainarea .buynow__block-item a span:hover:before {
  height: 100%;
}

.mainarea .buynow__block-item a span:hover:after {
  width: 100%;
}

.mainarea .buynow__block-item a span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #027efb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 2px;
  height: 0%;
}

.mainarea .buynow__block-item a span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #027efb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0%;
  height: 2px;
}

.mainarea .buynow__block-item a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #027efb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0%;
  width: 2px;
}

.mainarea .buynow__block-item a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #027efb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0%;
  height: 2px;
}

.mainarea .influencer {
  text-align: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
}

@media (max-width: 1300px) {
  .mainarea .influencer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .mainarea .influencer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .mainarea .influencer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mainarea .influencer h5 {
  color: #f8f8f8;
  font-family: var(--fontC);
  font-size: 32px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-shadow: 0 1px 0 #d3effb, 0 2px 0 #3a3a3a, 0 3px 0 #d3effb, 0 4px 0 #adc5cf, 0 5px 0 #adadad, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15), 0 0 15px #ffffff;
}

@media (max-width: 1600px) {
  .mainarea .influencer h5 {
    font-size: 30px;
  }
}

@media (max-width: 1300px) {
  .mainarea .influencer h5 {
    font-size: 28px;
  }
}

@media (max-width: 1050px) {
  .mainarea .influencer h5 {
    font-size: 26px;
  }
}

.mainarea .influencer__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mainarea .influencer__block-item {
  width: -moz-calc( 50% - 20px);
  width: calc( 50% - 20px);
  margin: 10px;
}

@media screen and (max-width: 991px) {
  .mainarea .influencer__block-item {
    width: 80%;
  }
}

.mainarea .othersay {
  text-align: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
}

@media (max-width: 1300px) {
  .mainarea .othersay {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .mainarea .othersay {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .mainarea .othersay {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mainarea .othersay h5 {
  color: #f8f8f8;
  font-family: var(--fontC);
  font-size: 32px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-shadow: 0 1px 0 #d3effb, 0 2px 0 #3a3a3a, 0 3px 0 #d3effb, 0 4px 0 #adc5cf, 0 5px 0 #adadad, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15), 0 0 15px #ffffff;
}

@media (max-width: 1600px) {
  .mainarea .othersay h5 {
    font-size: 30px;
  }
}

@media (max-width: 1300px) {
  .mainarea .othersay h5 {
    font-size: 28px;
  }
}

@media (max-width: 1050px) {
  .mainarea .othersay h5 {
    font-size: 26px;
  }
}

.mainarea .othersay p {
  color: #d3effb;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .mainarea .othersay p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .othersay p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .othersay p {
    font-size: 14px;
  }
}

.mainarea .othersay__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mainarea .othersay__block-item {
  width: -moz-calc( 50% - 20px);
  width: calc( 50% - 20px);
  margin: 10px;
}

@media screen and (max-width: 991px) {
  .mainarea .othersay__block-item {
    width: 80%;
  }
}

.mainarea .experts {
  text-align: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
}

@media (max-width: 1300px) {
  .mainarea .experts {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .mainarea .experts {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .mainarea .experts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mainarea .experts h5 {
  color: #f8f8f8;
  font-family: var(--fontC);
  font-size: 32px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-shadow: 0 1px 0 #d3effb, 0 2px 0 #3a3a3a, 0 3px 0 #d3effb, 0 4px 0 #adc5cf, 0 5px 0 #adadad, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15), 0 0 15px #ffffff;
}

@media (max-width: 1600px) {
  .mainarea .experts h5 {
    font-size: 30px;
  }
}

@media (max-width: 1300px) {
  .mainarea .experts h5 {
    font-size: 28px;
  }
}

@media (max-width: 1050px) {
  .mainarea .experts h5 {
    font-size: 26px;
  }
}

.mainarea .experts p {
  color: #d3effb;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-top: 30px;
}

@media (max-width: 1600px) {
  .mainarea .experts p {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .mainarea .experts p {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .mainarea .experts p {
    font-size: 10px;
  }
}

.mainarea .experts__block .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainarea .experts__block .slick-dots li {
  color: #ffffff;
  margin: 10px;
}

.mainarea .experts__block .slick-dots li button {
  background: #525252;
  font-size: 0;
  height: 10px;
  width: 10px;
  -moz-border-radius: 50%;
       border-radius: 50%;
}

.mainarea .experts__block .slick-dots li.slick-active button {
  background: #00acee;
  font-size: 0;
  height: 10px;
  width: 10px;
  -moz-border-radius: 50%;
       border-radius: 50%;
}

.mainarea .experts__block-item {
  padding: 20px;
}

.mainarea .experts__block-item > div {
  padding: 20px;
  background: #525252;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainarea .experts__block-item a {
  color: #fff;
  -moz-border-radius: 5px;
       border-radius: 5px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  background: #00acee;
  background: -webkit-gradient(linear, left bottom, left top, from(#00acee), to(#027efb));
  background: -moz-linear-gradient(bottom, #00acee 0%, #027efb 100%);
  background: linear-gradient(0deg, #00acee 0%, #027efb 100%);
  border: none;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .mainarea .experts__block-item a {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .mainarea .experts__block-item a {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .mainarea .experts__block-item a {
    font-size: 10px;
  }
}

.mainarea .experts__block-item a:hover {
  background: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.mainarea .experts__block-item a:hover:before {
  height: 100%;
}

.mainarea .experts__block-item a:hover:after {
  width: 100%;
}

.mainarea .experts__block-item a span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
}

.mainarea .experts__block-item a span:hover {
  color: #027efb;
}

.mainarea .experts__block-item a span:hover:before {
  height: 100%;
}

.mainarea .experts__block-item a span:hover:after {
  width: 100%;
}

.mainarea .experts__block-item a span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #027efb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 2px;
  height: 0%;
}

.mainarea .experts__block-item a span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #027efb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0%;
  height: 2px;
}

.mainarea .experts__block-item a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #027efb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0%;
  width: 2px;
}

.mainarea .experts__block-item a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #027efb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0%;
  height: 2px;
}

.sec1__block-05--imgbox {
  position: relative;
}

.sec1__block-05--imgbox .secm-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec1__block-05--imgbox .secm-02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: opacityon 2.5s infinite -0.5s;
     -moz-animation: opacityon 2.5s infinite -0.5s;
          animation: opacityon 2.5s infinite -0.5s;
}

.sec1__block-03--imgbox {
  position: relative;
}

.sec1__block-03--imgbox .secm-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec1__block-03--imgbox .secm-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec1__block-03--imgbox .secm-02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: opacityon 2.5s infinite -2s;
     -moz-animation: opacityon 2.5s infinite -2s;
          animation: opacityon 2.5s infinite -2s;
}

.sec1__block-03--imgbox .secm-03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: opacityon 2.5s infinite -1.5s;
     -moz-animation: opacityon 2.5s infinite -1.5s;
          animation: opacityon 2.5s infinite -1.5s;
}

.sec1__block-03--imgbox .secm-04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: opacityon 2.5s infinite -1s;
     -moz-animation: opacityon 2.5s infinite -1s;
          animation: opacityon 2.5s infinite -1s;
}

.sec1__block-03--imgbox .secm-05 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: opacityon 2.5s infinite -0.5s;
     -moz-animation: opacityon 2.5s infinite -0.5s;
          animation: opacityon 2.5s infinite -0.5s;
}

@-webkit-keyframes opacityon {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes opacityon {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes opacityon {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes opacityons {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes opacityons {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes opacityons {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.sec1__block-04--imgbox .swap-text {
  position: relative;
}

.sec1__block-04--imgbox .swap-text-0 {
  position: relative;
}

.sec1__block-04--imgbox .swap-text-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.sec1__block-04--imgbox .swap-text-2 {
  position: absolute;
  top: 0;
  left: 0;
}

.sec1__block-04--imgbox .swap-text-3 {
  position: absolute;
  top: 0;
  left: 0;
}

.sec1__block-04--imgbox p {
  color: #d3effb;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .sec1__block-04--imgbox p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .sec1__block-04--imgbox p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .sec1__block-04--imgbox p {
    font-size: 14px;
  }
}

.sec1__block-04--imgbox .swap-img {
  position: relative;
  width: 100%;
}

.sec1__block-04--imgbox .swap-img #tab1 {
  position: relative;
  z-index: 1;
}

.sec1__block-04--imgbox .swap-img #tab2, .sec1__block-04--imgbox .swap-img #tab3, .sec1__block-04--imgbox .swap-img #tab4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.sec1__block-04--imgbox .swap-img #tab2 .tab_img, .sec1__block-04--imgbox .swap-img #tab3 .tab_img, .sec1__block-04--imgbox .swap-img #tab4 .tab_img {
  position: relative;
}

.sec1__block-04--imgbox .swap-img .tab_gif {
  position: absolute;
  z-index: 2;
  width: 60%;
  left: 33%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
}

.sec1__block-04--imgbox .swap-img .tab_video {
  position: absolute;
  z-index: 2;
  width: 60%;
  left: 33%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  padding-bottom: 33.75%;
}

.sec1__block-04--imgbox .swap-img .tab_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec1__block-02--textbox span {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-weight: 900;
}

@media (max-width: 1600px) {
  .sec1__block-02--textbox span {
    font-size: 22px;
  }
}

@media (max-width: 1300px) {
  .sec1__block-02--textbox span {
    font-size: 20px;
  }
}

@media (max-width: 1050px) {
  .sec1__block-02--textbox span {
    font-size: 18px;
  }
}

.sec1__block .subtitle {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-weight: 900;
}

@media (max-width: 1600px) {
  .sec1__block .subtitle {
    font-size: 22px;
  }
}

@media (max-width: 1300px) {
  .sec1__block .subtitle {
    font-size: 20px;
  }
}

@media (max-width: 1050px) {
  .sec1__block .subtitle {
    font-size: 18px;
  }
}

.buynow__alns {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #d3effb;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 1600px) {
  .buynow__alns {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .buynow__alns {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .buynow__alns {
    font-size: 14px;
  }
}

.influencer__block-btn .btn {
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 2em;
  position: relative;
  outline: none;
}

.influencer__block-btn .btn--play {
  fill: white;
  height: 2em;
  width: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.influencer__block-btn .btn--play::before, .influencer__block-btn .btn--play::after {
  -moz-border-radius: 100%;
       border-radius: 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.influencer__block-btn .btn--play::before {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 0 0.2rem white;
     -moz-box-shadow: 0 0 0 0.2rem white;
          box-shadow: 0 0 0 0.2rem white;
  -webkit-transition: background-color .3s ease, fill .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
  transition: background-color .3s ease, fill .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
  -moz-transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease, fill .3s ease, -moz-transform .3s ease, -moz-box-shadow .3s ease;
  transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease, fill .3s ease;
  transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease, fill .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -webkit-box-shadow .3s ease, -moz-box-shadow .3s ease;
}

.influencer__block-btn .btn--play:hover {
  fill: black;
}

.influencer__block-btn .btn--play:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 0.2rem black;
     -moz-box-shadow: 0 0 0 0.2rem black;
          box-shadow: 0 0 0 0.2rem black;
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
          transform: scale(1.2);
}

.influencer__block-btn .btn--play:hover:after {
  display: none;
}

.influencer__block-btn .btn--play::after {
  -webkit-animation: radiate 1.75s ease-out infinite;
     -moz-animation: radiate 1.75s ease-out infinite;
          animation: radiate 1.75s ease-out infinite;
  -webkit-box-shadow: inset 0 0 0 1em rgba(255, 255, 255, 0);
     -moz-box-shadow: inset 0 0 0 1em rgba(255, 255, 255, 0);
          box-shadow: inset 0 0 0 1em rgba(255, 255, 255, 0);
  opacity: 0;
  pointer-events: none;
}

.influencer__block-btn .icon {
  width: 6em;
  height: 6em;
}

.influencer__block-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.influencer__block-item {
  position: relative;
}

@-webkit-keyframes radiate {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
  }
  80% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
            box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0.1;
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
            box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1);
  }
}

@-moz-keyframes radiate {
  0% {
    opacity: 1;
    -moz-transform: scale3d(1.2, 1.2, 1);
         transform: scale3d(1.2, 1.2, 1);
  }
  80% {
    -moz-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
         box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0.1;
  }
  100% {
    -moz-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
         box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    -moz-transform: scale3d(1.5, 1.5, 1);
         transform: scale3d(1.5, 1.5, 1);
  }
}

@keyframes radiate {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
       -moz-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
  }
  80% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
       -moz-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
            box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0.1;
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
       -moz-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
            box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
       -moz-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1);
  }
}
/*# sourceMappingURL=index.css.map */