﻿@charset "UTF-8";
.text-blue {
  color: #49b6f9 !important;
}

.text-red {
  color: #de3c3c !important;
}

/* ==========================================================================
    defualt
 ==========================================================================*/
* {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100.1%;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans TC", Heiti TC, Microsoft JhengHei, "???????????????", Verdana;
  background-color: #141522;
  color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

.hidden {
  display: none;
}

.container {
  max-width: 1220px;
  margin: auto;
  padding: 0 20px;
  position: relative;
}

@media (max-width: 360px) {
  .container {
    padding: 0 15px;
  }
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.wp {
  min-height: 90vh;
  position: relative;
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

button, input, select, textarea {
  font-size: 16px;
  font-family: "Noto Sans TC", Heiti TC, Microsoft JhengHei, "???????????????", Verdana;
}

button, input[type="button"] {
  cursor: pointer;
}

textarea {
  height: auto !important;
  resize: none;
}

/* page scroll animation */
.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.fade-in.show {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-down.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-left {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-left.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-right {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-right.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-zoom {
  opacity: 0 !important;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-zoom.show {
  opacity: 1 !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fade-rotate {
  opacity: 0 !important;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, transform 1.5s;
  transition: opacity 1s, transform 1.5s, -webkit-transform 1.5s;
}

.fade-rotate.show {
  opacity: 1 !important;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* public */
::-moz-selection {
  color: #fff;
  background: #49b6f9;
}
::selection {
  color: #fff;
  background: #49b6f9;
}

::-moz-selection {
  color: #fff;
  background: #49b6f9;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

ul.no-style {
  margin: 0;
  padding: 0;
}

ul.no-style > li {
  list-style: none !important;
}

ul.no-style > li:before {
  content: normal !important;
}

ol ol {
  counter-reset: list;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding: 0;
}

ol ol li {
  list-style: none;
}

ol ol li:before {
  content: "(" counter(list) ") ";
  counter-increment: list;
}

ol.roman {
  -webkit-padding-start: 35px !important;
          padding-inline-start: 35px !important;
  color: #49b6f9;
}

ol.roman > li {
  list-style: upper-roman;
}

ol.roman > li .text {
  color: #888;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.scrollbar {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.tab-content {
  display: none;
}

.tab-content:first-of-type {
  display: block;
}

/*IE 10 */
label.radio, label.checkbox {
  display: table;
  cursor: pointer;
}

label.radio.inline, label.checkbox.inline {
  display: inline-block;
}

label input {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 767px) {
  label input {
    margin-right: 10px;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@media (max-width: 600px) {
  label input {
    margin-right: 5px !important;
    margin-left: 5px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@media (max-width: 480px) {
  label input {
    margin-right: 3px !important;
    margin-left: 3px;
    -webkit-transform: scale(1.2) translateY(1px);
            transform: scale(1.2) translateY(1px);
  }
}

.form .form-control {
  height: 46px;
  padding: 0 5px;
  border-radius: 7px;
  border: none;
  color: #000;
  font-size: 18px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .form .form-control {
    font-size: 1.8vw;
  }
}

@media (max-width: 767px) {
  .form .form-control {
    height: 8.8vw;
    font-size: 3vw;
  }
}

::-webkit-input-placeholder {
  color: #9d9d9d;
}

::-moz-placeholder {
  color: #9d9d9d;
}

::-o-placeholder {
  color: #9d9d9d;
}

::-ms-placeholder {
  color: #9d9d9d;
}

::-ms-input-placeholder {
  color: #9d9d9d;
}

.for-desktop {
  display: block;
}

@media (max-width: 767px) {
  .for-desktop {
    display: none;
  }
}

.for-mobile {
  display: none;
}

@media (max-width: 767px) {
  .for-mobile {
    display: block;
  }
}

.fixed-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.5s, visibility 0.5s, left 0s 0.5s;
  transition: opacity 0.5s, visibility 0.5s, left 0s 0.5s;
}

.fixed-box.show {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.fixed-box .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.fixed-box .block {
  display: table;
  width: 100%;
}

.fixed-box .block .middle {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  padding: 80px 30px;
  position: relative;
}

@media (max-width: 600px) {
  .fixed-box .block .middle {
    padding: 80px 20px;
  }
}

.fixed-box .inner {
  max-width: 860px;
  width: 100%;
  margin: auto;
  padding: 5px;
  position: relative;
  z-index: 2;
  background: #a68967;
  background: -webkit-gradient(linear, left top, right top, from(#a68967), color-stop(25%, #ffdfc2), color-stop(50%, #a68967), color-stop(75%, white), to(#a68967));
  background: linear-gradient(to right, #a68967 0%, #ffdfc2 25%, #a68967 50%, white 75%, #a68967 100%);
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}

@media (max-width: 767px) {
  .fixed-box .inner {
    padding: 2px;
  }
}

.fixed-box .inner .content {
  padding: 50px 30px;
  background-color: #273045;
}

@media (max-width: 767px) {
  .fixed-box .inner .content {
    padding: 30px 20px;
  }
}

.fixed-box .inner .title {
  font-size: 36px;
  line-height: normal;
}

@media (max-width: 767px) {
  .fixed-box .inner .title {
    font-size: 20px;
  }
}

.fixed-box .inner .close-btn {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 5px;
  top: -60px;
  z-index: 3;
  background: url("../Images/x.png") center no-repeat;
  background-size: contain;
  cursor: pointer;
  font-size: 0;
}

@media (max-width: 600px) {
  .fixed-box .inner .close-btn {
    width: 35px;
    height: 35px;
    right: 0;
    top: -45px;
  }
}

.play-video {
  width: 100%;
  height: 0;
  margin: auto;
  padding-bottom: 63%;
  position: relative;
}

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

.main {
  opacity: 0;
}

.main.show {
  -webkit-animation: fadeIn 1s ease-in 1 alternate forwards;
          animation: fadeIn 1s ease-in 1 alternate forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ==========================================================================
* header
 ==========================================================================*/
#header .menu-toggle {
  display: none;
  width: 8.6vw;
  height: 8.6vw;
  position: absolute;
  right: 4.2vw;
  top: 2.5vw;
  z-index: 5;
  cursor: pointer;
}

@media (max-width: 767px) {
  #header .menu-toggle {
    display: block;
  }
}

#header .menu-toggle div {
  width: 100%;
  height: 0.7vw;
  position: absolute;
  left: 0;
  background-color: #49b6f9;
  -webkit-box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header .menu-toggle div.bar1 {
  top: 1vw;
}

#header .menu-toggle div.bar2 {
  top: 4vw;
}

#header .menu-toggle div.bar3 {
  top: 7vw;
}

#header .menu-toggle.active div {
  width: 11.2vw;
}

@media (max-height: 600px) and (min-width: 500px) {
  #header .menu-toggle.active div {
    width: 8.2vw;
  }
}

#header .menu-toggle.active div.bar1 {
  top: 4.1vw;
  left: -1.3vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-height: 600px) and (min-width: 500px) {
  #header .menu-toggle.active div.bar1 {
    top: 5.1vw;
    left: -0.3vw;
  }
}

#header .menu-toggle.active div.bar2 {
  left: 5vw;
  opacity: 0;
}

@media (max-height: 600px) and (min-width: 500px) {
  #header .menu-toggle.active div.bar2 {
    top: 5vw;
  }
}

#header .menu-toggle.active div.bar3 {
  top: 4.1vw;
  left: -1.3vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-height: 600px) and (min-width: 500px) {
  #header .menu-toggle.active div.bar3 {
    top: 5.1vw;
    left: -0.3vw;
  }
}

/* ==========================================================================
* main
 ==========================================================================*/
.welcome {
  height: 100vh;
  min-height: 1100px;
  min-width: 320px;
  position: relative;
}

@media (min-width: 992px) {
  .welcome {
    min-height: 700px;
  }
}

@media (max-width: 991px) {
  .welcome {
    min-height: 800px;
  }
}

@media (max-width: 480px) {
  .welcome {
    height: 100vh;
    min-height: 570px;
  }
}

.welcome .menu {
  position: absolute;
  right: 57px;
  top: 162px;
  z-index: 10;
  width: 100%;
  right: 0;
  top: auto;
  bottom: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .welcome .menu {
    bottom: 20px;
  }
}

.welcome .menu ul li {
  margin-bottom: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

@media (max-width: 767px) {
  .welcome .menu ul li {
    display: block;
  }
}

.welcome .menu ul li:last-of-type() {
  margin-bottom: 0;
}

.welcome .menu ul li a {
  display: block;
  width: 282px;
  height: 46px;
  color: #fff;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  text-shadow: 0 5px 5px #251409, 0 5px 5px #251409, 0 5px 9px #251409, 0 5px 9px #251409;
  background: url("../Images/menu-bg.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .welcome .menu ul li a {
    width: 220px;
    height: 36px;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .welcome .menu ul li a {
    margin: auto;
    font-size: 18px;
  }
}

.welcome .menu ul li a:hover {
  text-shadow: 0 0 9px #fdffb9;
  background-image: url("../Images/menu-bg-hover.png");
}

.welcome .menu ul li.coming-soon a span {
  display: none;
  font-size: 24px;
  line-height: 46px;
  text-shadow: 0 0 9px #fdffb9;
}

@media (max-width: 767px) {
  .welcome .menu ul li.coming-soon a span {
    font-size: 18px;
  }
}

.welcome .menu ul li.coming-soon a:hover {
  font-size: 0;
  line-height: 0;
}

.welcome .menu ul li.coming-soon a:hover span {
  display: block;
}

.welcome .menu .video-box {
  width: 288px;
  height: 180px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.welcome .menu .video-box:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url("../Images/video-box.png") center no-repeat;
}

.welcome .menu .video-box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: url("../Images/icon-play.png") center no-repeat;
}

.welcome .menu .video-box .pic {
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.welcome .menu .video-box:hover .pic {
  -webkit-transform: scale(1.05) rotate(0.02deg);
          transform: scale(1.05) rotate(0.02deg);
}

.welcome .bg {
  width: 102%;
  height: 102%;
  position: absolute;
  left: -1% !important;
  top: -1% !important;
  z-index: 1;
  background-position: center top !important;
}

.welcome #leafs {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.welcome #leafs .leaf {
  width: 33px;
  height: 36px;
  background: url("../Images/leaf.png") center no-repeat;
  background-size: contain;
  position: absolute;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .welcome #leafs .leaf {
    width: 15px;
    height: 20px;
  }
}

.welcome #scene {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.welcome .swordsman {
  width: 1896px;
  height: 1455px;
  margin-left: -750px !important;
  position: absolute;
  top: 0 !important;
  left: 50% !important;
  z-index: 2;
  background: url("../Images/swordsman.png") center no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .welcome .swordsman {
    width: 84.8vw;
    height: 65.5vw;
    margin-left: -33.5vw !important;
  }
}

@media (max-width: 1403px) and (min-width: 992px) and (min-height: 900px) {
  .welcome .swordsman {
    width: 1896px;
    height: 1455px;
    margin-left: -750px !important;
  }
}

@media (max-width: 991px) {
  .welcome .swordsman {
    width: 1500px;
    height: 1200px;
    margin-left: -560px !important;
  }
}

@media (max-width: 480px) {
  .welcome .swordsman {
    width: 1100px;
    height: 900px;
    margin-left: -400px !important;
  }
}

@media (max-width: 360px) {
  .welcome .swordsman {
    height: 700px;
    margin-left: -420px !important;
  }
}

.welcome .fire {
  width: 2015px;
  height: 1025px;
  margin-left: -1055px !important;
  position: absolute;
  left: 50% !important;
  top: auto !important;
  bottom: -80px !important;
  z-index: 3;
  background: url("../Images/fire.png") center no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .welcome .fire {
    width: 90vw;
    height: 47.4vw;
    margin-left: -47vw !important;
    bottom: -5.5vw !important;
  }
}

@media (max-width: 991px) {
  .welcome .fire {
    width: 1400px;
    height: 775px;
    margin-left: -790px !important;
    bottom: -80px !important;
  }
}

@media (max-width: 480px) {
  .welcome .fire {
    width: 800px;
    height: 775px;
    margin-left: -400px !important;
  }
}

.welcome .logo {
  width: 542px;
  height: 177px;
  margin-left: -271px;
  position: absolute;
  left: 50%;
  bottom: 330px;
  z-index: 5;
  background: url("../Images/logo.png") center no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .welcome .logo {
    width: 28.25vw;
    height: 9.22vw;
    margin-left: -14.12vw;
    bottom: 17.2vw;
  }
}

@media (max-width: 1407px) {
  .welcome .logo {
    bottom: 19.5vw;
  }
}

@media (max-width: 1199px) {
  .welcome .logo {
    bottom: 220px;
  }
}

@media (max-width: 1403px) and (min-width: 992px) and (min-height: 900px) {
  .welcome .logo {
    width: 542px;
    height: 177px;
    margin-left: -271px;
    bottom: 330px;
  }
}

@media (max-width: 991px) {
  .welcome .logo {
    width: 100%;
    height: 13vw;
    margin-left: 0;
    left: 0;
    bottom: 270px;
  }
}

@media (max-width: 767px) {
  .welcome .logo {
    height: 100px;
    bottom: 300px;
  }
}

@media (max-width: 480px) {
  .welcome .logo {
    height: 16vw;
    bottom: 270px;
  }
}

@media (max-width: 360px) {
  .welcome .logo {
    min-height: 51px;
    bottom: 250px;
  }
}

.welcome .slogan {
  width: 1122px;
  height: 275px;
  margin-left: -561px !important;
  position: absolute;
  left: 50% !important;
  top: auto !important;
  bottom: 34px !important;
  z-index: 5;
  background: url("../Images/slogan.png") center no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .welcome .slogan {
    width: 50.2vw;
    height: 12.3vw;
    margin-left: -25.1vw !important;
    bottom: 7vw !important;
  }
}

@media (max-width: 1407px) {
  .welcome .slogan {
    bottom: 9vw !important;
  }
}

@media (max-width: 1403px) and (min-width: 992px) and (min-height: 900px) {
  .welcome .slogan {
    width: 1122px;
    height: 475px;
    margin-left: -598px !important;
    bottom: 134px !important;
  }
}

@media (max-width: 1199px) {
  .welcome .slogan {
    width: 100%;
    margin-left: 0 !important;
    left: 0 !important;
    bottom: 120px !important;
  }
}

@media (max-width: 991px) {
  .welcome .slogan {
    height: 20vw;
  }
}

@media (max-width: 767px) {
  .welcome .slogan {
    height: 150px;
    bottom: 175px !important;
  }
}

@media (max-width: 480px) {
  .welcome .slogan {
    height: 24vw;
  }
}

@media (max-width: 360px) {
  .welcome .slogan {
    min-height: 77px;
  }
}

.section {
  position: relative;
}
