@charset "UTF-8";
/* style.css ==============================================*/
@import url("https://fonts.googleapis.com/css?family=Oswald");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  list-style: none; }

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

img {
  border: 0;
  display: block; }

legend, hr {
  display: none; }

th {
  font-style: inherit;
  font-weight: inherit; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

a {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
  text-decoration: none;
  cursor: pointer; }

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

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

/* main.css ==============================================*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  display: block; }

.hide {
  display: none !important; }

::-moz-selection {
  background: #c0a48b;
  color: #fff; }

::selection {
  background: #c0a48b;
  color: #fff;
  text-decoration: none; }

::-webkit-input-placeholder {
  color: #333; }

::-moz-placeholder {
  color: #333; }

*:focus {
  outline: none; }

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s; }

a:hover {
  color: #ccc; }

html, body {
  height: 100%; }

body {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-family: 微軟正黑體, Arial;
  background: #000;
  text-align: center;
  overflow-x: hidden; }

.font-en {
  font-family: 'Arapey', serif; }

sup {
  font-size: 12px; }

* {
  -webkit-text-size-adjust: none; }

.g-btn {
  background: white;
  display: inline-block;
  padding: 10px 70px;
  color: rgba(0, 0, 0, 0.8); }
  .g-btn:hover {
    -webkit-transition: .2s !important;
    -o-transition: .2s !important;
    transition: .2s !important;
    background: rgba(0, 0, 0, 0.8);
    color: #fff; }

.g-section {
  margin: 0 auto;
  background-position: center;
  overflow: hidden; }
  .g-section img {
    max-width: 100%; }

.color-blue {
  color: #3b6aa0; }

.color-red {
  color: #a93b3b; }

.color-green {
  color: #627a2b; }

.underline {
  text-decoration: underline; }

.counter {
  position: relative;
  height: 50px;
  margin: 5%;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .counter * {
    margin: 0;
    padding: 0; }
  .counter > div {
    position: relative;
    top: 100%;
    -webkit-transform: translateY(-800%);
    -ms-transform: translateY(-800%);
    transform: translateY(-800%);
    -webkit-transition-timing-function: cubic-bezier(0, 0.575, 0.565, 1.05);
    -o-transition-timing-function: cubic-bezier(0, 0.575, 0.565, 1.05);
    transition-timing-function: cubic-bezier(0, 0.575, 0.565, 1.05); }
    .counter > div:nth-child(1) {
      -webkit-transition-duration: 1s;
      -o-transition-duration: 1s;
      transition-duration: 1s; }
    .counter > div:nth-child(2) {
      -webkit-transition-duration: 1.2s;
      -o-transition-duration: 1.2s;
      transition-duration: 1.2s; }
    .counter > div:nth-child(3) {
      -webkit-transition-duration: 1.4s;
      -o-transition-duration: 1.4s;
      transition-duration: 1.4s; }
    .counter > div:nth-child(4) {
      -webkit-transition-duration: 1.6s;
      -o-transition-duration: 1.6s;
      transition-duration: 1.6s; }
    .counter > div:nth-child(5) {
      -webkit-transition-duration: 1.8s;
      -o-transition-duration: 1.8s;
      transition-duration: 1.8s; }
    .counter > div:nth-child(6) {
      -webkit-transition-duration: 2s;
      -o-transition-duration: 2s;
      transition-duration: 2s; }
    .counter > div:nth-child(7) {
      -webkit-transition-duration: 2.2s;
      -o-transition-duration: 2.2s;
      transition-duration: 2.2s; }
    .counter > div:nth-child(8) {
      -webkit-transition-duration: 2.4s;
      -o-transition-duration: 2.4s;
      transition-duration: 2.4s; }
    .counter > div:nth-child(9) {
      -webkit-transition-duration: 2.6s;
      -o-transition-duration: 2.6s;
      transition-duration: 2.6s; }
    .counter > div:nth-child(10) {
      -webkit-transition-duration: 2.8s;
      -o-transition-duration: 2.8s;
      transition-duration: 2.8s; }
    .counter > div > span {
      display: block;
      font-size: 45px;
      font-weight: normal;
      line-height: 1;
      font-family: 'Oswald'; }
  .counter > span {
    display: block;
    font-size: 45px;
    font-weight: normal;
    line-height: 1; }
  .counter.active > div {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .counter.delay200 > div:nth-child(1) {
    -webkit-transition-duration: 1.4s;
    -o-transition-duration: 1.4s;
    transition-duration: 1.4s; }
  .counter.delay200 > div:nth-child(2) {
    -webkit-transition-duration: 1.6s;
    -o-transition-duration: 1.6s;
    transition-duration: 1.6s; }
  .counter.delay200 > div:nth-child(3) {
    -webkit-transition-duration: 1.8s;
    -o-transition-duration: 1.8s;
    transition-duration: 1.8s; }
  .counter.delay400 > div:nth-child(1) {
    -webkit-transition-duration: 1.8s;
    -o-transition-duration: 1.8s;
    transition-duration: 1.8s; }
  .counter.delay400 > div:nth-child(2) {
    -webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s; }
  .counter.delay400 > div:nth-child(3) {
    -webkit-transition-duration: 2.2s;
    -o-transition-duration: 2.2s;
    transition-duration: 2.2s; }
  .counter.delay600 > div:nth-child(1) {
    -webkit-transition-duration: 2.2s;
    -o-transition-duration: 2.2s;
    transition-duration: 2.2s; }
  .counter.delay600 > div:nth-child(2) {
    -webkit-transition-duration: 2.4s;
    -o-transition-duration: 2.4s;
    transition-duration: 2.4s; }
  .counter.delay600 > div:nth-child(3) {
    -webkit-transition-duration: 2.6s;
    -o-transition-duration: 2.6s;
    transition-duration: 2.6s; }
  .counter.delay800 > div:nth-child(1) {
    -webkit-transition-duration: 2.6s;
    -o-transition-duration: 2.6s;
    transition-duration: 2.6s; }
  .counter.delay800 > div:nth-child(2) {
    -webkit-transition-duration: 2.8s;
    -o-transition-duration: 2.8s;
    transition-duration: 2.8s; }
  .counter.delay800 > div:nth-child(3) {
    -webkit-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s; }

#g-footer {
  clear: both;
  padding: 30px; }
  #g-footer p {
    font-size: 12px; }
    #g-footer p.note {
      opacity: .6;
      padding-bottom: 20px; }

#g-loader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: #0d1f4b;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  #g-loader-wrap #g-loader {
    width: 191px;
    height: 20px;
    position: absolute;
    font-family: 'Arial';
    font-size: 12px;
    color: #bea48d;
    top: 50%;
    left: 50%;
    opacity: .5;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

#g-loader-wrap.loaded {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0); }

@keyframes lds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0; } }

@-webkit-keyframes lds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0; } }

.lds-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  -ms-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px); }
  .lds-ripple div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 3s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 3s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
    .lds-ripple div:nth-child(1) {
      border-color: #bea48d; }
    .lds-ripple div:nth-child(2) {
      border-color: #bea48d;
      -webkit-animation-delay: -1.5s;
      animation-delay: -1.5s; }

.msg-box {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  z-index: 101;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-perspective: 700px;
  perspective: 700px; }
  .msg-box.is-active {
    opacity: 1;
    visibility: visible; }
  .msg-box .msg-wrap {
    background: #fff;
    width: 600px;
    height: 60%;
    max-width: 600px;
    max-height: 90%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 30px;
    -webkit-transform: rotateX(-40deg) translate3d(0, -70%, 0);
    transform: rotateX(-40deg) translate3d(0, -70%, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden; }
    .msg-box .msg-wrap > .close {
      cursor: pointer;
      position: absolute;
      top: -35px;
      right: -40px;
      width: 75px;
      height: 75px;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      background: rgba(98, 122, 43, 0.7);
      border-radius: 50%;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s;
      -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .msg-box .msg-wrap > .close:before, .msg-box .msg-wrap > .close:after {
        content: '';
        width: 3px;
        height: 50px;
        background: #fff;
        -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
        transform: rotate(45deg) translate3d(0, 0, 0);
        position: absolute;
        top: 12px;
        left: 35px; }
      .msg-box .msg-wrap > .close:before {
        -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
        transform: rotate(45deg) translate3d(0, 0, 0); }
      .msg-box .msg-wrap > .close:after {
        -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
        transform: rotate(-45deg) translate3d(0, 0, 0); }
  .msg-box.is-active .msg-wrap {
    -webkit-transform: rotateX(0deg) translate3d(0, -50%, 0);
    transform: rotateX(0deg) translate3d(0, -50%, 0);
    opacity: 1;
    visibility: visible; }
    .msg-box.is-active .msg-wrap > .close {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
      .msg-box.is-active .msg-wrap > .close:hover {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .msg-box .msg-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 95%;
    text-align: left;
    font-size: 20px; }
    .msg-box .msg-content header {
      font-size: 40px;
      font-weight: bold; }
    .msg-box .msg-content p {
      line-height: 2;
      margin: 10px 0; }
    .msg-box .msg-content img {
      max-width: 100%; }
    .msg-box .msg-content .bt {
      background-color: #627a2b;
      width: auto;
      display: block;
      margin: 10px auto;
      padding: 5px 20px;
      cursor: pointer;
      color: #fff;
      font-weight: bold;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      position: relative; }
      .msg-box .msg-content .bt:hover {
        background: rgba(171, 131, 187, 0.3);
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }

#msg-alert .msg-wrap {
  height: auto;
  min-height: 100px; }

#msg-alert .msg-content {
  text-align: center; }
  #msg-alert .msg-content header {
    font-size: 30px; }

#video-player-lightbox {
  background: rgba(59, 106, 160, 0.8);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 11; }
  #video-player-lightbox #video-player-iframe-contain {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    #video-player-lightbox #video-player-iframe-contain iframe {
      position: absolute;
      top: 10%;
      left: 5%;
      width: 90%;
      height: 80%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      opacity: 0; }
  #video-player-lightbox #video-player-btn-stop {
    position: absolute;
    top: 5%;
    right: 2%;
    z-index: 2;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
    #video-player-lightbox #video-player-btn-stop:before, #video-player-lightbox #video-player-btn-stop:after {
      content: '';
      width: 25px;
      height: 2px;
      background: #000;
      position: absolute;
      top: 25px;
      left: 12px; }
    #video-player-lightbox #video-player-btn-stop:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #video-player-lightbox #video-player-btn-stop:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #video-player-lightbox.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    #video-player-lightbox.active #video-player-iframe-contain iframe {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    #video-player-lightbox.active #video-player-btn-stop {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }

.stars-1 {
  width: 50%;
  height: 300px;
  bottom: 60px;
  left: 0%;
  pointer-events: none;
  position: absolute;
  z-index: 1; }
  .stars-1 .star {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    background-size: cover;
    -webkit-animation: stars1 4s linear infinite;
    animation: stars1 4s linear infinite;
    -webkit-filter: blur(10px);
    filter: blur(10px); }

@-webkit-keyframes stars1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  25% {
    opacity: .3;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes stars1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  25% {
    opacity: .3;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
    .stars-1 .star:nth-child(1) {
      position: absolute;
      left: 12.98613%;
      top: 31.34412%;
      -webkit-animation-delay: -1s;
      animation-delay: -1s; }
    .stars-1 .star:nth-child(2) {
      position: absolute;
      left: 67.80071%;
      top: 23.08749%;
      -webkit-animation-delay: -2s;
      animation-delay: -2s; }
    .stars-1 .star:nth-child(3) {
      position: absolute;
      left: 62.04458%;
      top: 13.74851%;
      -webkit-animation-delay: -3s;
      animation-delay: -3s; }
    .stars-1 .star:nth-child(4) {
      position: absolute;
      left: 87.94169%;
      top: 64.60545%;
      -webkit-animation-delay: -4s;
      animation-delay: -4s; }
    .stars-1 .star:nth-child(5) {
      position: absolute;
      left: 80.37586%;
      top: 49.45575%;
      -webkit-animation-delay: -5s;
      animation-delay: -5s; }
    .stars-1 .star:nth-child(6) {
      position: absolute;
      left: 35.44047%;
      top: 46.84351%;
      -webkit-animation-delay: -6s;
      animation-delay: -6s; }
    .stars-1 .star:nth-child(7) {
      position: absolute;
      left: 20.29767%;
      top: 22.84818%;
      -webkit-animation-delay: -7s;
      animation-delay: -7s; }
    .stars-1 .star:nth-child(8) {
      position: absolute;
      left: 93.4677%;
      top: 48.11037%;
      -webkit-animation-delay: -8s;
      animation-delay: -8s; }
    .stars-1 .star:nth-child(9) {
      position: absolute;
      left: 52.88217%;
      top: 65.48645%;
      -webkit-animation-delay: -9s;
      animation-delay: -9s; }
    .stars-1 .star:nth-child(10) {
      position: absolute;
      left: 19.1426%;
      top: 50.52178%;
      -webkit-animation-delay: -10s;
      animation-delay: -10s; }
    .stars-1 .star:nth-child(11) {
      position: absolute;
      left: 26.56681%;
      top: 71.59712%;
      -webkit-animation-delay: -11s;
      animation-delay: -11s; }
    .stars-1 .star:nth-child(12) {
      position: absolute;
      left: 17.71008%;
      top: 66.36915%;
      -webkit-animation-delay: -12s;
      animation-delay: -12s; }
    .stars-1 .star:nth-child(13) {
      position: absolute;
      left: 78.08957%;
      top: 34.75212%;
      -webkit-animation-delay: -13s;
      animation-delay: -13s; }
    .stars-1 .star:nth-child(14) {
      position: absolute;
      left: 91.15197%;
      top: 36.07287%;
      -webkit-animation-delay: -14s;
      animation-delay: -14s; }
    .stars-1 .star:nth-child(15) {
      position: absolute;
      left: 20.56468%;
      top: 32.90765%;
      -webkit-animation-delay: -15s;
      animation-delay: -15s; }
    .stars-1 .star:nth-child(16) {
      position: absolute;
      left: 1.17125%;
      top: 70.07039%;
      -webkit-animation-delay: -16s;
      animation-delay: -16s; }
    .stars-1 .star:nth-child(17) {
      position: absolute;
      left: 61.59222%;
      top: 26.95125%;
      -webkit-animation-delay: -17s;
      animation-delay: -17s; }
    .stars-1 .star:nth-child(18) {
      position: absolute;
      left: 39.66282%;
      top: 68.8568%;
      -webkit-animation-delay: -18s;
      animation-delay: -18s; }
    .stars-1 .star:nth-child(19) {
      position: absolute;
      left: 0.40895%;
      top: 7.79681%;
      -webkit-animation-delay: -19s;
      animation-delay: -19s; }
    .stars-1 .star:nth-child(20) {
      position: absolute;
      left: 88.51813%;
      top: 76.25694%;
      -webkit-animation-delay: -20s;
      animation-delay: -20s; }

.stars-2 {
  width: 100%;
  height: 300px;
  bottom: 60px;
  left: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1; }
  .stars-2 .star {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background-size: cover;
    -webkit-animation: stars2 8s linear infinite;
    animation: stars2 8s linear infinite; }

@-webkit-keyframes stars2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  25% {
    opacity: .3;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes stars2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  25% {
    opacity: .3;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
    .stars-2 .star:nth-child(1) {
      position: absolute;
      left: 63.40483%;
      top: 58.31673%;
      -webkit-animation-delay: -1.5s;
      animation-delay: -1.5s; }
    .stars-2 .star:nth-child(2) {
      position: absolute;
      left: 31.93376%;
      top: 77.50054%;
      -webkit-animation-delay: -3s;
      animation-delay: -3s; }
    .stars-2 .star:nth-child(3) {
      position: absolute;
      left: 47.59799%;
      top: 20.01596%;
      -webkit-animation-delay: -4.5s;
      animation-delay: -4.5s; }
    .stars-2 .star:nth-child(4) {
      position: absolute;
      left: 34.5684%;
      top: 10.91776%;
      -webkit-animation-delay: -6s;
      animation-delay: -6s; }
    .stars-2 .star:nth-child(5) {
      position: absolute;
      left: 94.64392%;
      top: 78.87014%;
      -webkit-animation-delay: -7.5s;
      animation-delay: -7.5s; }
    .stars-2 .star:nth-child(6) {
      position: absolute;
      left: 50.15077%;
      top: 68.74184%;
      -webkit-animation-delay: -9s;
      animation-delay: -9s; }
    .stars-2 .star:nth-child(7) {
      position: absolute;
      left: 9.92272%;
      top: 70.42279%;
      -webkit-animation-delay: -10.5s;
      animation-delay: -10.5s; }
    .stars-2 .star:nth-child(8) {
      position: absolute;
      left: 15.56129%;
      top: 7.14998%;
      -webkit-animation-delay: -12s;
      animation-delay: -12s; }
    .stars-2 .star:nth-child(9) {
      position: absolute;
      left: 32.42135%;
      top: 6.11517%;
      -webkit-animation-delay: -13.5s;
      animation-delay: -13.5s; }
    .stars-2 .star:nth-child(10) {
      position: absolute;
      left: 61.37967%;
      top: 77.01406%;
      -webkit-animation-delay: -15s;
      animation-delay: -15s; }

.g-center {
  max-width: 1110px;
  margin: 0 auto; }

#g-wrap {
  width: 100%; }

#g-header {
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#eee), color-stop(50%, #fff), color-stop(70%, #eee), color-stop(80%, #fff), to(#ddd));
  background: -webkit-linear-gradient(left, #eee 0%, #fff 50%, #eee 70%, #fff 80%, #ddd 100%);
  background: -o-linear-gradient(left, #eee 0%, #fff 50%, #eee 70%, #fff 80%, #ddd 100%);
  background: linear-gradient(to right, #eee 0%, #fff 50%, #eee 70%, #fff 80%, #ddd 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3; }
  #g-header #g-logo {
    background-image: url(../img/item.png?v2);
    text-indent: -9999px;
    width: 134px;
    height: 53px;
    background-position: -458px -85px;
    display: block;
    float: left;
    margin: 15px 0; }
  #g-header nav {
    float: right; }
  #g-header ol li {
    float: left;
    border-right: 2px solid #3b6aa0;
    margin: 20px 0; }
    #g-header ol li:last-child {
      border-right: 0; }
    #g-header ol li a {
      display: block;
      padding: 5px 50px;
      color: #000; }
      #g-header ol li a:hover {
        color: #3b6aa0; }

#kv {
  height: 925px;
  background: url(../img/g_bg_1.jpg?v2) no-repeat center top;
  position: relative; }
  #kv .circle {
    width: 545px;
    height: 545px;
    position: absolute;
    top: 17.5%;
    left: 50%;
    margin-left: -510px; }
    #kv .circle:before, #kv .circle:after {
      content: '';
      background-image: url(../img/item.png?v2);
      text-indent: -9999px;
      display: block;
      position: absolute;
      -webkit-animation: circle 3s linear infinite;
      animation: circle 3s linear infinite; }

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

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
    #kv .circle:before {
      width: 514px;
      height: 512px;
      background-position: 0 -423px; }
    #kv .circle:after {
      width: 545px;
      height: 545px;
      background-position: -519px -423px;
      top: -15px;
      left: -7px;
      -webkit-animation-delay: -.2s;
      animation-delay: -.2s;
      -webkit-transform-origin: 49% 50%;
      -ms-transform-origin: 49% 50%;
      transform-origin: 49% 50%; }
    #kv .circle h1 p {
      background-image: url(../img/item.png?v2);
      text-indent: -9999px;
      position: absolute;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      #kv .circle h1 p:nth-of-type(1) {
        width: 440px;
        height: 62px;
        background-position: -20px -14px;
        top: 185px;
        left: 33px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
      #kv .circle h1 p:nth-of-type(2) {
        width: 453px;
        height: 86px;
        background-position: 0 -85px;
        top: 254px;
        left: 34px;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s; }
        #kv .circle h1 p:nth-of-type(2):before {
          content: '';
          background-image: url(../img/item.png?v2);
          text-indent: -9999px;
          width: 136px;
          height: 86px;
          background-position: -460px -320px;
          display: block;
          position: absolute;
          top: 0;
          left: 124px;
          -webkit-animation: motion .5s infinite alternate;
          animation: motion .5s infinite alternate; }

@-webkit-keyframes motion {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }

@keyframes motion {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }
    #kv .circle p {
      background-image: url(../img/item.png?v2);
      text-indent: -9999px;
      width: 275px;
      height: 31px;
      background-position: -90px -176px;
      position: absolute;
      top: 345px;
      left: 125px;
      -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
      transform: translateX(50px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
  #kv.active .circle h1 p:nth-of-type(1) {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; }
  #kv.active .circle h1 p:nth-of-type(2) {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; }
  #kv.active .circle p {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }

#product {
  height: 1053px;
  background: url(../img/g_bg_2.jpg) center; }
  #product h3 {
    background-image: url(../img/item.png?v2);
    text-indent: -9999px;
    width: 614px;
    height: 103px;
    background-position: 0 -212px;
    margin: 0 auto; }
  #product.active .pd-list img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; }
  #product.active .pd-list li {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; }

.pd-list {
  height: 495px;
  margin-top: 87px;
  position: relative; }
  .pd-list img {
    margin: 0 auto;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
  .pd-list li {
    position: absolute;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .pd-list li:nth-child(1) {
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .pd-list li:nth-child(2) {
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .pd-list li:nth-child(3) {
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .pd-list li:nth-child(4) {
      -webkit-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    .pd-list li h2 {
      font-size: 23px; }
    .pd-list li:nth-child(1) {
      top: 8px;
      left: 8.2%;
      color: #cef1f0; }
    .pd-list li:nth-child(2) {
      top: 335px;
      left: 1.5%;
      color: #ddd9ff; }
    .pd-list li:nth-child(3) {
      top: 170px;
      right: 0%;
      color: #e5e5e7; }
    .pd-list li:nth-child(4) {
      top: 350px;
      right: 28.2%;
      color: #ffdced; }

.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 32px auto; }
  .feature li i {
    background-image: url(../img/item.png?v2);
    text-indent: -9999px;
    width: 110px;
    height: 98px;
    display: block;
    margin: 0 auto;
    -webkit-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    -webkit-transition-timing-function: cubic-bezier(0.595, 0.01, 0.275, 1.165);
    -o-transition-timing-function: cubic-bezier(0.595, 0.01, 0.275, 1.165);
    transition-timing-function: cubic-bezier(0.595, 0.01, 0.275, 1.165); }
    .feature li i.icon-fea-1 {
      background-position: 0 -320px; }
    .feature li i.icon-fea-2 {
      background-position: -115px -320px;
      -webkit-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s; }
    .feature li i.icon-fea-3 {
      background-position: -230px -320px;
      -webkit-transition-delay: .4s;
      -o-transition-delay: .4s;
      transition-delay: .4s; }
    .feature li i.icon-fea-4 {
      background-position: -345px -320px;
      -webkit-transition-delay: .6s;
      -o-transition-delay: .6s;
      transition-delay: .6s; }
  .feature li h4 {
    font-size: 25px;
    font-weight: bold;
    line-height: 3.3;
    position: relative;
    margin-bottom: 20px; }
    .feature li h4:before {
      content: '';
      width: 30px;
      height: 1px;
      background-color: #e6d786;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -15px; }
  .feature.active li i {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1); }

#tech {
  height: 855px;
  position: relative;
  background: url(../img/g_bg_3.jpg) center; }
  #tech header {
    margin-top: 100px;
    padding-bottom: 50px;
    margin-bottom: 40px;
    position: relative; }
    #tech header:before {
      content: '';
      width: 90px;
      height: 1px;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      left: 50%;
      display: block;
      margin-left: -45px; }
    #tech header h2 {
      font-size: 54px;
      font-weight: bold;
      line-height: 1.2;
      background: -webkit-linear-gradient(left, #fff 0%, #ddd 24%, #ccc 36%, #fff 46%, #ccc 52%, #fff 58%, #ccc 67%, #fff 100%);
      background-size: 100%;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-size: 300%;
      -webkit-animation: font-shine 10s infinite;
      animation: font-shine 10s infinite; }
      #tech header h2 sup {
        position: relative;
        top: -13px; }
    #tech header p {
      font-size: 35px;
      letter-spacing: 2px; }
  #tech > p {
    line-height: 2; }
  #tech .play {
    background-image: url(../img/item.png?v2);
    text-indent: -9999px;
    width: 260px;
    height: 260px;
    background-position: -619px 0;
    position: absolute;
    top: 52%;
    left: 50%;
    margin-left: -130px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-animation: play .5s infinite alternate;
    animation: play .5s infinite alternate; }

@-webkit-keyframes play {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes play {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
    #tech .play:hover {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
  #tech p.note {
    font-size: 12px;
    opacity: .5;
    padding-top: 340px; }

@-webkit-keyframes font-shine {
  0% {
    background-position: 0% 0; }
  100% {
    background-position: -300% 0; } }

@keyframes font-shine {
  0% {
    background-position: 0% 0; }
  100% {
    background-position: -300% 0; } }

#use {
  height: 1343px;
  background: url(../img/g_bg_4.jpg) center; }
  #use header {
    padding-top: 75px;
    font-size: 52px;
    line-height: 1.2;
    background: -webkit-linear-gradient(left, #fff 0%, #ddd 24%, #ccc 36%, #fff 46%, #ccc 52%, #fff 58%, #ccc 67%, #fff 100%);
    background-size: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300%;
    -webkit-animation: font-shine 10s infinite;
    animation: font-shine 10s infinite; }
    #use header h2 {
      font-weight: bold; }
    #use header p {
      font-weight: bold; }
  #use h3 {
    font-size: 40px;
    font-weight: bold; }
  #use p.note {
    padding-top: 70px;
    font-size: 12px;
    opacity: .5; }

.part {
  margin-top: 100px;
  margin-bottom: 140px;
  position: relative;
  height: 400px; }
  .part li {
    position: absolute;
    font-size: 50px;
    white-space: nowrap;
    -webkit-animation: parts 5s linear infinite;
    animation: parts 5s linear infinite;
    text-shadow: 0 0 10px #99ecff; }

@-webkit-keyframes parts {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1; }
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; } }

@keyframes parts {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1; }
  75% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; } }
    .part li:nth-of-type(1) {
      top: 5%;
      left: 3%;
      -webkit-animation-delay: -3s;
      animation-delay: -3s; }
    .part li:nth-of-type(2) {
      top: 16%;
      left: 17%;
      -webkit-animation-delay: -1.5s;
      animation-delay: -1.5s; }
    .part li:nth-of-type(3) {
      top: 36%;
      left: 1%; }
    .part li:nth-of-type(4) {
      top: 49%;
      left: 17%;
      -webkit-animation-delay: -3s;
      animation-delay: -3s; }
    .part li:nth-of-type(5) {
      top: 58%;
      left: 2%;
      -webkit-animation-delay: -1.5s;
      animation-delay: -1.5s; }
    .part li:nth-of-type(6) {
      top: 81%;
      left: 16%; }
    .part li:nth-of-type(7) {
      top: 0%;
      left: 83%;
      -webkit-animation-delay: -3s;
      animation-delay: -3s; }
    .part li:nth-of-type(8) {
      top: 24%;
      left: 66%;
      -webkit-animation-delay: -1.5s;
      animation-delay: -1.5s; }
    .part li:nth-of-type(9) {
      top: 36%;
      left: 82%;
      -webkit-animation-delay: -1.5s;
      animation-delay: -1.5s; }
    .part li:nth-of-type(10) {
      top: 62%;
      left: 67%; }
    .part li:nth-of-type(11) {
      top: 55%;
      left: 91%;
      -webkit-animation-delay: -3s;
      animation-delay: -3s; }
    .part li:nth-of-type(12) {
      top: 83%;
      left: 84%;
      -webkit-animation-delay: -1.5s;
      animation-delay: -1.5s; }

.feel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .feel li {
    width: 25%;
    position: relative; }
    .feel li .pie {
      width: 200px;
      height: 200px;
      margin: 25px auto;
      position: relative; }
    .feel li .deco-1 {
      width: 180px;
      height: 180px;
      background-color: #11295b;
      -webkit-box-shadow: 0 0 10px #8ee8ff, 0 0 50px #8ee8ff, 0 0 20px #8ee8ff, 0 0 50px #8ee8ff, 0 0 20px #8ee8ff;
      box-shadow: 0 0 10px #8ee8ff, 0 0 50px #8ee8ff, 0 0 20px #8ee8ff, 0 0 50px #8ee8ff, 0 0 20px #8ee8ff;
      border-radius: 50%;
      position: relative;
      top: 10px;
      left: 10px; }
    .feel li .deco-2 {
      width: 200px;
      height: 200px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      border-radius: 50%;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s; }
      .feel li .deco-2:before {
        content: '';
        width: 100px;
        height: 200px;
        background: -webkit-gradient(linear, left top, left bottom, from(#8ee8ff), to(rgba(142, 232, 255, 0)));
        background: -webkit-linear-gradient(top, #8ee8ff 0%, rgba(142, 232, 255, 0) 100%);
        background: -o-linear-gradient(top, #8ee8ff 0%, rgba(142, 232, 255, 0) 100%);
        background: linear-gradient(to bottom, #8ee8ff 0%, rgba(142, 232, 255, 0) 100%);
        position: absolute;
        top: 0;
        right: 0; }
    .feel li .deco-3 {
      width: 120px;
      height: 120px;
      background-color: #000;
      position: absolute;
      top: 40px;
      left: 40px;
      z-index: 3;
      border-radius: 50%; }
    .feel li .counter {
      width: 100%;
      position: absolute;
      margin: 0;
      z-index: 4;
      top: 38%;
      left: 0;
      font-family: 'Oswald'; }
      .feel li .counter span {
        color: #92e9ff; }
      .feel li .counter > span {
        display: inline-block;
        font-size: 43px;
        margin-left: -5px;
        -webkit-transform: scale(0.7, 1);
        -ms-transform: scale(0.7, 1);
        transform: scale(0.7, 1); }
    .feel li svg {
      position: absolute;
      top: 0;
      z-index: 1; }
    .feel li .txt {
      padding-top: 10px; }
      .feel li .txt p {
        white-space: nowrap; }
    .feel li svg {
      border-radius: 50%;
      display: block;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      .feel li svg circle {
        fill: transparent;
        stroke: #19d3ff;
        stroke-width: 100;
        stroke-dasharray: 0 1000;
        -webkit-transition: 1.5s;
        -o-transition: 1.5s;
        transition: 1.5s;
        -webkit-transition-timing-function: cubic-bezier(0.595, 0.01, 0.275, 1.165);
        -o-transition-timing-function: cubic-bezier(0.595, 0.01, 0.275, 1.165);
        transition-timing-function: cubic-bezier(0.595, 0.01, 0.275, 1.165); }
  .feel.active li .deco-2 {
    opacity: 1;
    visibility: visible; }
  .feel.active li:nth-of-type(1) circle {
    stroke-dasharray: 630, 1000; }
  .feel.active li:nth-of-type(2) circle {
    stroke-dasharray: 590, 400;
    -webkit-transition: 1.7s;
    -o-transition: 1.7s;
    transition: 1.7s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
  .feel.active li:nth-of-type(3) circle {
    stroke-dasharray: 570, 400;
    -webkit-transition: 1.9s;
    -o-transition: 1.9s;
    transition: 1.9s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s; }
  .feel.active li:nth-of-type(4) circle {
    stroke-dasharray: 630, 400;
    -webkit-transition: 2.1s;
    -o-transition: 2.1s;
    transition: 2.1s;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s; }
