/* All--------------------------------------------------------------------------- */

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", Nanum Barun Gothic, sans-serif;
  color: #3e3e3e;
  font-weight: 400;
  line-height: 24px;
  background-color: #01091a;
}

img {
  max-width: 100%;
  height: auto;
}

li,
ol,
ul {
  list-style: none;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;

}

::-webkit-scrollbar {
  width: 8px;
  height: 8px
}

::-webkit-scrollbar-button {
  display: none
}

::-webkit-scrollbar-track {
  margin: -1px 0;
  border-left: 1px solid #bdbdbd;
  background: #e0e0e0
}

::-webkit-scrollbar-thumb {
  border: 1px solid #9e9e9e;
  border-right: 0;
  background: #bdbdbd
}
.modal-dialog {
  top: 50%;
}

.modal.in .modal-dialog,
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.modal-backdrop.in {
  opacity: 0.8;
}

/* gototop-------------------------------------------------------------------- */

#gotop {
  position: fixed;
  z-index: 80;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
}


/* landscape------------------------------------------------------------------- */
.landscape {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: #33313e;
  display: none;
  z-index: 9999;
}

.landscape span {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.landscape span>p {
  color: #ccc;
  margin: 0;
  font-size: 16px;
}
/* landscape-end-------------------------------------------------------------- */
/* navbar----------------------------------------------------------------------- */

/* ANIMATED X */

.sideBtn {
  display: none;
}


.navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */

.sidebar {
  display: none;
}

/* audio play */
.jp-play {
  position: absolute;
  z-index: 5;
  display: block;
  text-indent: -99999em;
  background: transparent url(../img/navbar-icon.png) no-repeat -104px 0;
  border: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jp-play:focus {
  outline: none;
}

.jp-play:hover {
  background-position: -104px -40px;
}

.jp-state-playing .jp-play {
  background-position: -64px 0;
}

.jp-state-playing .jp-play:hover {
  background-position: -64px -40px;
}

/* audio play */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* END ANIMATED X */

.dropdown-submenu {
  position: relative;

}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown-menu {
  border-radius: 0;
  background-color: #2d2b36;
  width: 100%;
  min-width: 90px;
  border: none;
  margin: 0;
  padding: 0;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #3c3a44;
  color: #316de8;
}

.navbar-inverse {
  background-color: #33313e !important;
  border: none;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #33313e;
}

.navbar {
  position: relative;
  min-height: 88px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

.navbar>.container-fluid .navbar-brand {
  margin-left: 30px;
  margin-right: 30px;
  padding: 5px 0 0;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #2a2833;
}

.nav-link {
  padding: 2rem 0 !important;
}

.navbar-right {
  margin-right: 0;
}

.navbar-brand {
  padding: 0;
  height: auto;
}

.navbar_basic li {
  width: 160px;
  text-align: center;
}

.navbar_basic li>a {
  color: #c8c8c8;
  font-size: 16px;
  padding: 35px 0;
}

.navbar_basic>li>a:after {
  display: block;
  opacity: 0;
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: url(../img/navbar-icon.png) no-repeat 0 0;
  content: "";
  transition: opacity .3s;
  border: none;
}

.navbar_basic>li>a:hover:after,
.open .dropdown-toggle:after,
.dropdown:hover>.dropdown-toggle:after,
.navbar-inverse .navbar-nav>.active .dropdown-toggle:after {
  opacity: 1;
}

.navbar-inverse .navbar-nav>.active>a {
  background: transparent;
}

.dropdown:hover>.dropdown-toggle {
  color: #fff;
}

.navbar-nav .dropdown-menu>li>a,
.navbar-nav .open .dropdown-menu>li>a {
  padding: 20px 0;
}

.navbar-btn {
  margin-top: 25px;
  margin-bottom: 0;
}

.navbar-btn li {
  width: 40px;
  height: 40px;
  margin: 0 3px;
  overflow: hidden;
  text-indent: -10000em;
  background: transparent url(../img/navbar-icon.png) no-repeat;
}

.navbar-btn li:first-child {
  background-position: -24px 0;
}

.navbar-btn li:hover:first-child {
  background-position-y: -40px;
}

.navbar-btn li:nth-child(2) {
  background: transparent;
}

.navbar-btn li:nth-child(3) {
  background-position: -184px 0;
}

.navbar-btn li:hover:nth-child(3) {
  background-position: -184px -40px;
}

.navbar-btn li:last-child {
  background-position: -224px 0;
}

.navbar-btn li:hover:last-child {
  background-position: -224px -40px;
}

.navbar-btn li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}

.navbar-toggle {
  margin: 0;
  padding: 23px 19px;
  border: none;
  border-radius: 0;
}

.newbie {
  position: fixed;
  right: 10px;
  top: 102px;
}

.newbie a {
  width: 120px;
  height: auto;
  display: block;
  opacity: .85;
}

.newbie a:hover {
  opacity: 1;
}
.newbie ul li:first-child{
  display: none;
}

ul.mobile-icon {
  padding: 0;
  margin: 0;
  display: none;
  float: right;
}

ul.mobile-icon li {
  float: left;
  display: block;
  position: relative;
  width: 60px;
  text-align: center;
}

ul.mobile-icon li:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  overflow: hidden;
  background: #474456;
  content: "";
}

ul.mobile-icon li a {
  display: inline-block;
  padding: 16px;
}

ul.mobile-icon li:nth-child(3) a {
  padding: 9px;
}

.btn-bd-box {
  margin-left: 20px;
}

.btn-bd-box ul {
  padding: 0;
  margin: 0;
}

.btn-bd-box ul>li {
  display: block;
  float: left;
  margin-right: 1px;
}

.btn-bd-box ul>li:last-child {
  margin-right: 0;
}

.btn-bd-box ul>li>a {
  vertical-align: middle;
  background: #255ccc;
  color: #fff;
  display: inline-block;
  padding: 33px 50px;
  font-size: 18px;
}

.btn-bd-box ul>li>a:hover,
.btn-bd-box ul>li>a:focus {
  background: #316de8;
  color: #fff;
}

/* navbar-end------------------------------------------------------------------- */

/* section0--------------------------------------------------------------------- */
.s0 {
  background: url(../img/s0-bg.jpg) no-repeat center 0;
  height: 100vh;
  text-align: center;
  position: relative;
  background-size: cover;
  margin: 0;
  overflow: hidden;
}
.bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.light1{
  background-image: url(../img/light-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: -230px;
  left: 90px;
  width: 1653px;
  height: 1026px;
  animation:effect-light1 3s cubic-bezier(0.4, 0, 0.2, 1) .2s infinite;
  opacity: 0;
}
.char1 {
  z-index: 10;
  background: transparent url(../img/s0-char.png) no-repeat 0 0;
  top: -616px;
  margin-left: -1160px;
  width: 2373px;
  height: 1730px;
  position: absolute;
  left: 50%;
}

.light2{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute
}

.light2-1{
  bottom:-280px;
  margin-left: -1330px;
  width: 2656px;
  height: 1778px;    
  left: 50%;
  background-image: url(../img/light2-1.png);
  z-index: 11;
}

.light2-2{
  margin-left: -290px;
  width: 599px;
  height: 360px;
  background-image: url(../img/light2-2.png);
  z-index: 12;
  left: 50%;
  bottom: -100px;
}

.light2-3{
  background-image: url(../img/light2-3.png);
  z-index: 13;
  bottom: 0;
  /* margin-left: -964px; */
  /* width: 1938px; */
  width: 2560px;
  height: 1370px;
}

.light2-4{
  background-image: url(../img/light2-4.png);
  z-index: 14;
  top: 50px;
    /* margin-left: -914px; */
    width: 1966px;
    height: 1291px;
}

.light2-5{
  background-image: url(../img/light2-5.png);
  z-index: 15;
bottom: 0;
    /* margin-left: -926px; */
    /* width: 1962px; */
    width: 2560px;
    height: 1387px;
}

.light2-6{
  background-image: url(../img/light2-6.png);
  z-index: 6;
  top: 855px;
  width: 2020px;
  height: 147px;
}


@keyframes effect-light1{
  0%{
    opacity: 0.3;
  }

  50%{
  opacity: 0.8;
  }
  100%{
    opacity: 0.3;
  }
}
.bg2{
  z-index: 8;
  position: absolute;
}





.bg3{
  z-index: 10;
  position: absolute;
}

.light3{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.light3-1{
  background-image: url(../img/light3-1.png);
  z-index: 17;
  bottom: 450px;
  opacity: 0;
  animation: effect-light2 2s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.light3-2{
  background-image: url(../img/light3-2.png);
  z-index: 18;
  opacity: 0;
  bottom: 0;
  animation: effect-light2 2s cubic-bezier(0.075, 0.82, 0.165, 1) infinite reverse;
}

.tittle{
  width: 100%;
  height: 100%;
  z-index: 20;
  position: absolute;
}

.tittle-logo{
  background-image: url(../img/s0-logo.png);
  top: 440px;
  width: 737px;
  height: 448px;
  overflow: hidden;
  left: 50vw;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  animation:tittle-logo ease 1.9s 1.3s 1;
  opacity: 0;
  animation-fill-mode: forwards;
}

@keyframes tittle-logo{
  0%{
    opacity: 0;
    top: 50%;
  }
  50%{
    opacity: 0;
    top: 50%;
  }
  100%{
    opacity: 1;
    top: 440px;
  }
}

.tittle-logo-light{
  z-index: 999;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
  width: 685px;
  height: 27px;
  /* left: 50vw;
  transform: translateX(-50%); */
  background-image: url(../img/s0-tittle-light.png);
  background-repeat: no-repeat;
  display: block;
  opacity: 0;
  animation:tittle-logo-light steps(30, end) 4s 3s infinite both;
  animation-fill-mode: forwards;
}

@keyframes tittle-logo-light{
  0%{
    opacity: 0;
  }


  50%{
    opacity: 1;
  }

  100%{
    opacity: 0;
  }
}

.subtittle{
  background-image: url(../img/s0-subtittle.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 775px;
  left: 50vw;
  transform: translateX(-50%);
  width: 573px;
  height: 38px;
  opacity: 0;
  animation:tittle-subtittle ease 1.9s 1.4s 1;
  animation-fill-mode: forwards;
}

@keyframes tittle-subtittle{
  0%{
    opacity: 0;
    top: 85%;
  }
  50%{
    opacity: 0;
    top: 85%;
  }
  100%{
    opacity: 1;
    top: 775px;
  }
}
.sub.play{
  position: absolute;
  width: 100%;
  height: 100%;
}


.button>button{
  z-index: 999;
  position: absolute;
  width: 185px;
  height: 185px;
  left: 50vw;
  top: 33vh;
  transform: translateX(-50%);
  background: url('../img/movie.png');
  border: none;
  animation:tittle-btn ease 2.2s 1.3s;
  opacity: 0;
  animation-fill-mode: forwards;
  background-repeat: no-repeat;
  background-size: contain;
}
.button::after{
  z-index: 999;
  content: '';
  display: block;
  /* position: absolute; */
  left: 50vw;
  top: 33vh;
  width:185px;
  height:185px;
  transform: translateX(-50%);
  background: url('../img/movie-light.png');
  animation: effect-light2 1.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s 1.3s infinite;
  animation:tittle-btn ease 2.2s 1.3s;
  opacity: 0;
  animation-fill-mode: forwards;
}

@keyframes tittle-btn{
  0%{
    opacity: 0;
    top: 35%;
  }
  50%{
    opacity: 0;
    top: 35%;
  }
  100%{
    opacity: 1;
    top: 33vh;
  }
}
.button>button.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  outline: none;
}
.button>button.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  background-color: unset;
}

.button>button.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover{
  background-color: unset;
  border: none;
  color: unset;
  outline-offset: unset;
  box-shadow: none;
}


.modal-dialog{
  width: 1280px;
  height: 720px;
}
.modal-header{
  padding: 0px;
  border: none;
  width: 100%;
}
.modal-content{
  width: 100%;
  height:100%;
}
.modal-body{
  width:100%;
  height: 100%;
  padding: 0 !important;
}
.modal-body iframe{
  width: 100%;
  height: 100%;
}
button.close {
  width: 54px;
  height: 54px;
  background: url(../img/close.png) no-repeat top;
  overflow: hidden;
  text-indent: -10000em;
  cursor: pointer;
  border: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -54px;
  background-size: 100% auto;
  padding: 0;
  appearance: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
}
/* section0 end----------------------------------------------------------------  */
/* section1--------------------------------------------------------------------- */
.s1 {
  padding: 170px 0 300px;
  height: 100%;
  background: url(../img/s1-bg.jpg) no-repeat center 0;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.s1 h2 {
  margin: 0 0 66px;
}
.item-all-s{
  display:none;
}
.light{
  width: 100%;
  height: 100%;
  background-image: url(../img/light4.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  animation: effect-light2 1.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s infinite;
  -webkit-animation: effect-light2 1.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s infinite;
}

@keyframes effect-light2{
  0%{
    opacity: 0.4;
  }

  50%{
    opacity: 1;
  }

  100%{
    opacity: 0.4;
  }
}

@keyframes effect-light3{
  0%{
    opacity: 1;
  }

  50%{
    opacity: 1;
  }

  100%{
    opacity: 1;
  }
}


.item-all{
  margin-top: 0.5rem;
}

.item {
  display: table;
  overflow: visible;
  height: auto;
  width: 140%;
  max-width: 380px;
  height: 0;
  padding-top: 140%;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}


.item-1 {
  transform: translateX(-50px);
  background-image: url(../img/item-1.png);
}

.item-1:hover {
  background-image: url(../img/item-1-hover.png);
}

.item-1::before{
  content: "";
  background-image: url(../img/item-1-tittle.png);
  bottom: 38px;
  left: 63%;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

.item-2 {
  transform: translate(-50px,40px);
  background-image: url(../img/item-2.png);
}

.item-2:hover {
  background-image: url(../img/item-2-hover.png);
}
.item-2::before{
  content: "";
  background-image: url(../img/item-2-title.png);
  bottom: 38px;
  left: 57.5%;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

.item-3 {
  transform: translate(0px,10px);
  background-image: url(../img/item-3.png);
}

.item-3:hover {
  background-image: url(../img/item-3-hover.png);
}

.item-3::before{
  content: "";
  background-image: url(../img/item-3-tittle.png);
  bottom: 32px;
  left: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

.item-4 {
  transform: translate(0px,-10px);
  background-image: url(../img/item-4.png);
}

.item-4:hover {
  background-image: url(../img/item-4-hover.png);
}

.item-4::before{
  content: "";
  background-image: url(../img/item-4-tittle.png);
  bottom: 38px;
  left: 52.5%;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

/* footer*/
#s0-footer{
  display: none;
}
footer {
  background: #01091a;
    position: relative;
    bottom: 0;
    overflow: hidden;
    width: 100%;
  }
  
  .copyright {
    text-align: center;
    padding: 20px 15px;
  }
  /* footer-end */


/* section1 end----------------------------------------------------------------- */

/* animation css---------------------------------------------------------------- */
/* flipinX */
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(8800px) rotate3d(1, 0, 0, 45deg);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    opacity: 0;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(800px) rotate3d(1, 0, 0, 45deg);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    opacity: 0;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }
}
/* fadeInLeft */
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* fadeInUp */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* fadeInRight */
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* fadeInDown */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

  
  /* media---------------------------------------------------------------------- */
  /* max-width: 1600px */
  @media (max-width: 1600px){
    .navbar_basic li {
      width: 140px;
    }
  
    .btn-bd-box ul>li>a {
      padding: 34px 30px;
    }
  
    .navbar>.container-fluid .navbar-brand {
      margin-right: 5px;
      margin-left: 0;
    }
  
    .btn-bd-box {
      margin-left: 10px;
    }

    .tittle-logo{
      width: 3.5rem;
      top: 2.3rem;
      background-size: contain;
      animation: tittle-logo ease 1.9s 1.3s 1;
      animation-fill-mode: forwards;
    }
    @keyframes tittle-logo{
      0%{
        opacity: 0;
        top: 60%;
      }
      50%{
        opacity: 0;
        top: 60%;
      }
      100%{
        opacity: 1;
        top: 2.3rem;
      }
    }

    .subtittle{
      width: 2.2rem;
      top: 4.2rem;
      background-repeat: no-repeat;
      background-size: contain;
      animation-fill-mode: forwards;
    }
  
    @keyframes tittle-subtittle{
      0%{
        opacity: 0;
        top: 92%;
      }
      50%{
        opacity: 0;
        top: 92%;
      }
      100%{
        opacity: 1;
        top: 4.2rem;
      }
    }

    .tittle-logo-light{
      /* width: 3.8rem;
      top: 3.55rem; */
      background-repeat: no-repeat;
      background-size: contain;
    }
    .modal-dialog{
      width: 1200px;
      height: 570px;
    }
  }
  @media (max-width: 1300px){
    .navbar_basic li {
      width: 110px;
    }
  }
  /* max-width: 1200px */
  @media (max-width: 1200px){
    .navbar_basic li {
      width: 90px;
    }
  
    .navbar-btn li {
      margin: 0 1px;
    }
  
    .navbar>.container-fluid .navbar-brand {
      margin-right: 0;
    }
    .modal-dialog{
      width: 1000px;
    }
  }
  /* max-width: 1024px */
  @media (max-width: 1024px){
      /* sidebar */

  .sideBtn {
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 999;
    display: block;
  }

  .sideBtn ul {
    margin: 0;
    padding: 0;
  }

  .sideBtn ul>li {
    /* float: left; */
    display: block;
  }


  .sideBtn ul>li>a {
    display: inline-block;
    color: #fff;
    width: 130px;
    height: auto;
    text-align: center;
    line-height: 1.2;
    opacity: .85;
  }

  .sideBtn ul>li>a:hover {
    opacity: 1;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 441px;
  }
  .newbie ul li:first-child{
    display: block;
  }
  
  .movie-btn:hover {
    background-position-y: -1.6rem;
  }

  .system-btn {
    margin: 0.62rem auto;
    width: 4.54rem;
    height: 0.94rem;
  }

  .system-btn:after {
    width: 4.91rem;
    background-position: -0.46rem 0;
  }

  ul.mobile-icon,
  .navbar-toggle {
    display: block;
  }

  .navbar_basic li {
    width: 100%;
  }

  .btn-bd-box {
    margin-left: 10px;
  }

  .dropdown-submenu .dropdown-menu {
    display: block;
  }

  .dropdown-toggle::after {
    top: 5px;
  }

  /* hamburger */
  /* .dropdown:hover .dropdown-menu,   */
  .navbar-btn {
    display: none !important;
  }

  .open>.dropdown-menu {
    display: block !important;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #2d2b36;
  }

  .navbar>.container-fluid .navbar-brand {
    width: 101px;
    margin-left: 15px;
    margin-right: 0;
    padding: 0;
  }

  .navbar {
    min-height: 60px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #474456;
  }

  .navbar_basic>li>a:after {
    top: 6px;
  }

  .item-btn {
    width: 2.16rem;
    height: 0.77rem;
  }

  a.item .item-btn:after {
    width: 2.43rem;
    background-position: -0.32rem 0;
  }

  .collapse.in {
    display: block !important;
  }

  /* hamburger */

  .btn-bd-box ul>li>a {
    display: none !important;
  }
  #scene {
    margin-top: 60px;
    height: calc(100vh + 60px);
  }
    /* section01 */
  .item-all{
    display: none;
    }

    .s1{
      padding:49px 0 0;
    }
    .item-all-s{
      display: block;
    }
    .item{
      width: 100%;
      max-width:100%
    }
    .item-1 {
      transform: translateX(0.5%);
      background-image: url(../img/item-1-s.jpg);
    }
    
    .item-1:hover {
      background-image: url(../img/item-1-s.jpg);
    }
    
    .item-1::before{
      content: "";
      background-image: url(../img/item-1-tittle.png);
      bottom: 38px;
      left: 57.5%;
      width: 100%;
      height: 100%;
      position: absolute;
      background-repeat: no-repeat;
    }
    
    .item-2 {
      transform: translateX(0.5%);
      background-image: url(../img/item-2-s.jpg);
    }
    
    .item-2:hover {
      background-image: url(../img/item-2-s.jpg);
    }
    .item-2::before{
      content: "";
      background-image: url(../img/item-2-title.png);
      bottom: 38px;
      left: 57.5%;
      width: 100%;
      height: 100%;
      position: absolute;
      background-repeat: no-repeat;
    }
    
    .item-3 {
      transform: translateX(0.5%);
      background-image: url(../img/item-3-s.jpg);
    }
    
    .item-3:hover {
      background-image: url(../img/item-3-s.jpg);
    }
    
    .item-3::before{
      content: "";
      background-image: url(../img/item-3-tittle.png);
      bottom: 38px;
      left: 57.5%;
      width: 100%;
      height: 100%;
      position: absolute;
      background-repeat: no-repeat;
    }
    
    .item-4 {
      transform: translateX(0.5%);
      background-image: url(../img/item-4-s.jpg);
    }
    
    .item-4:hover {
      background-image: url(../img/item-4-s.jpg);
    }
    
    .item-4::before{
      content: "";
      background-image: url(../img/item-4-tittle.png);
      bottom: 38px;
      left: 57.5%;
      width: 100%;
      height: 100%;
      position: absolute;
      background-repeat: no-repeat;
    }
    
  .newbie {
    position: absolute;
    right: 10px;
    top: 80px;
  }
    
  .newbie a {
    width: 120px;
    height: auto;
    display: block;
    opacity: .85;
  }
  .char1 {
    width: 60rem;
    height: 19.05rem;
    margin-left: -12.8rem;
    top: -7.8rem;
    background-size: contain;
  }
  .button>button{
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: contain;
    animation-fill-mode: forwards;
  }

  .button::after{
    width:160px;
    height:160px;
    background-size: contain;
    background-repeat: no-repeat;
    animation-fill-mode: forwards;
  }

  .tittle-logo{
    top: 45%;
    width: 4rem;
    animation:none;
    background-size: contain;
    animation: tittle-logo ease 1.9s 1.3s 1;
    animation-fill-mode: forwards;
  }

  @keyframes tittle-logo{
    0%{
      opacity: 0;
      top: 50%;
    }
    50%{
      opacity: 0;
      top: 50%;
    }
    100%{
      opacity: 1;
      top: 45%;
    }
  }

  .tittle-logo-light{
    /* width: 5rem;
    top: 4.6rem; */
    background-repeat: no-repeat;
    background-size: contain;
    animation-fill-mode: forwards;
  }

  .subtittle{
    width: 3.3rem;
    top: 68%;
    background-repeat: no-repeat;
    background-size: contain;
    animation-fill-mode: forwards;
  }

  @keyframes tittle-subtittle{
    0%{
      opacity: 0;
      top: 82%;
    }
    50%{
      opacity: 0;
      top: 82%;
    }

    100%{
      opacity: 1;
      top: 75%;
    }
  }
  .modal-dialog{
    width: 768px;
    height: 450px;
  }
}
/* (max-width: 1024px) and (max-height:1366px ) */
@media (max-width: 1024px) and (max-height:1366px ) {

  .tittle-logo{
    top: 45%;
    width: 5rem;
    animation:none;
    background-size: contain;
    animation: tittle-logo ease 1.9s 1.3s 1;
    animation-fill-mode: forwards;
  }

  @keyframes tittle-logo{
    0%{
      opacity: 0;
      top: 50%;
    }
    50%{
      opacity: 0;
      top: 50%;
    }
    100%{
      opacity: 1;
      top: 45%;
    }
  }

  .tittle-logo-light{
    /* width: 5rem;
    top: 6.4rem; */
    background-repeat: no-repeat;
    background-size: contain;
    animation-fill-mode: forwards;
  }
}
  /* max-width: 991px */
  @media (max-width: 991px){
  
    .tittle-logo{
      top: 4rem;
      width: 5rem;
      animation:none;
      background-size: contain;
      animation: tittle-logo ease 1.9s 1.3s 1;
      animation-fill-mode: forwards;
    }
  
    @keyframes tittle-logo{
      0%{
        opacity: 0;
        top: 60%;
      }
      50%{
        opacity: 0;
        top: 60%;
      }
      100%{
        opacity: 1;
        top: 4rem;
      }
    }
  
    .tittle-logo-light{
      /* width: 5rem;
      top: 5.8rem; */
      background-repeat: no-repeat;
      background-size: contain;
    }
  
    .subtittle{
      width: 3.3rem;
      top: 6.5rem;
      background-repeat: no-repeat;
      background-size: contain;
      animation-fill-mode: forwards;
    }
  
    @keyframes tittle-subtittle{
      0%{
        opacity: 0;
        top: 88%;
      }
      50%{
        opacity: 0;
        top: 88%;
      }
  
      100%{
        opacity: 1;
        top: 6.5rem;
      }
    }

  }
  /* max-width: 768px */
  @media (max-width: 768px){
  .char1 {
    width: 60rem;
    height: 19.05rem;
    margin-left: -12.8rem;
    top: -6.8rem;
    background-size: contain;
  }

  .tittle-logo{
    width: 100%;
    max-width: 100%;
    height: 448px;
    max-height: 448px;
    left: 53vw;
    background-size: contain;
    animation: tittle-logo ease 1.9s 1.3s 1;
    animation-fill-mode: forwards;
  }
  @keyframes tittle-logo{
    0%{
      opacity: 0;
      top: 45%;
    }
    50%{
      opacity: 0;
      top: 45%;
    }
    100%{
      opacity: 1;
      top: 4.7rem;
    }
  }

  .button>button{
    width: 2.1rem;
    height: 2.1rem;
    left: 50vw;
    top: 30vh;
    background-repeat: no-repeat;
    background-size: contain;
    animation-fill-mode: forwards;
  }
  .button::after{
    width: 2.1rem;
    height: 2.1rem;
    left: 50vw;
    top: 30vh;
    background-repeat: no-repeat;
    background-size: contain;
    animation-fill-mode: forwards;
  }
  
  @keyframes tittle-btn{
    0%{
      opacity: 0;
      top: 32%;
    }
    50%{
      opacity: 0;
      top: 32%;
    }
    100%{
      opacity: 1;
      top: 30vh;
    }
  }
  .subtittle{
    width: 4.1rem;
    top: 8.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    animation-fill-mode: forwards;
  }

  @keyframes tittle-subtittle{
    0%{
      opacity: 0;
      top: 92%;
    }
    50%{
      opacity: 0;
      top: 92%;
    }
    100%{
      opacity: 1;
      top: 8.5rem
    }
  }
  .sub.play{
    position: absolute;
    width: 100%;
    height: 100%;
  }
  

  .tittle-logo-light{
    /* width: 5.2rem;
    top: 7.25rem; */
    background-repeat: no-repeat;
    background-size: contain;
  }

  .light3-1{
    background-image: url(../img/light3-1.png);
    z-index: 7;
    bottom: 620px;
  }
  .light3-2{
    left: 200px;
    bottom: 400px;
    background-image: url(../img/light3-2.png);
    z-index: 9;
  }
  .modal-dialog{
    width: 100vw;
    height: 32vh;
  }
  .modal-dialog{
    margin: 0px auto;
  }
  }
  /* max-width: 480px */
  @media (max-width: 480px){
    
  /* sidebar */
  /* .sidebar {
    position: fixed;
    display: block;
    right: -80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 95;
    width: 80px;
    height: auto;
    background: #ff005a;
  }

  .sidebar.show {
    right: 0;
  }

  .sidebar a {
    display: inline-block;
    padding: 5px;
  } */

  .copyright {
    padding: 10px 15px;
  }
/* 
  .side-btn {
    position: absolute;
    top: 0;
    width: 35px;
    height: 100%;
    background: #ff005a;
    z-index: 999;
    left: -35px;
    border: none;
    border-right: 1px solid #ff5a95;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 0;
    text-align: center;
  }

  .side-btn i {
    display: block;
    padding: 5px;
    margin: 0 auto;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .sidebar.show .side-btn i {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  } */
  /* sidebar */

  .sideBtn {
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 999;
    display: block;
  }

  .sideBtn ul {
    margin: 0;
    padding: 0;
  }

  .sideBtn ul>li {
    /* float: left; */
    display: block;
  }


  .sideBtn ul>li>a {
    display: inline-block;
    color: #fff;
    width: 80px;
    height: auto;
    text-align: center;
    line-height: 1.2;
    opacity: .85;
  }

  .sideBtn ul>li>a:hover {
    opacity: 1;
  }

  #gotop,
  .newbie {
    display: none !important;
  }

  .nopadding {
    padding: 0;
  }

  .navbar>.container-fluid .navbar-brand {
    margin-left: 5px;
  }

  .char1 {
    width: 65rem;
    margin-left: -12.8rem;
    top: -4.8rem;
    background-size: contain;
  }

  .tittle-logo{
    max-width: 100%;
    max-height: 448px;
    width: 100%;
    height: 448px;
    left: 50%;
    background-size: contain;
    animation: tittle-logo ease 1.9s 1.3s 1;
    animation-fill-mode: forwards;
  }
  @keyframes tittle-logo{
    0%{
      opacity: 0;
      top: 55%;
    }
    50%{
      opacity: 0;
      top: 55%;
    }
    100%{
      opacity: 1;
      top:53vh;
    }
  }

  .button>button{
    width: 2.1rem;
    height: 2.1rem;
    left: 50vw;
    top: 40vh;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .button::after{
    width: 2.1rem;
    height: 2.1rem;
    left: 50vw;
    top: 40vh;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  @keyframes tittle-btn{
    0%{
      opacity: 0;
      top: 45%;
    }
    50%{
      opacity: 0;
      top: 45%;
    }
    100%{
      opacity: 1;
      top: 40vh;
    }
  }
  .subtittle{
    width: 6.1rem;
    height: 6.1rem;
    top:83vh;
    background-repeat: no-repeat;
    background-size: contain;
    
  }

  @keyframes tittle-subtittle{
    0%{
      opacity: 0;
      top: 85%;
    }
    50%{
      opacity: 0;
      top: 85%;
    }
    100%{
      opacity: 1;
      top: 83vh;
    }
  }
  .sub.play{
    position: absolute;
    width: 100%;
    height: 100%;
  }
  

  .tittle-logo-light{
    width: 100%;
    top: 2.8rem;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .light2-2{
    bottom: -50px;
    left: 40%;
  }
  .light2-3{
    top: -180px;
    left: -150px;
    width: 15rem;
    background-repeat: no-repeat;
    background-size:cover;
  }

  .light2-4{
    top: 240px;
    width: 12rem;
    left: 40px;
    background-repeat: no-repeat;
    background-size: contain;

  }

  .light2-5{
      z-index: 15;
      top: -24px;
      width: 20rem;
      left: 0;
      background-repeat: no-repeat;
      background-size: contain;
  }



  .light3-1{
    bottom:500px;
    left: 0;
    /* left: -50px; */
  }
  .light3-2{
    bottom:450px;
    left: 0;
  }
}
/* (max-width: 375px) and (device-height:812px) */

@media (max-width: 375px) and (device-height:812px){
  .s0 {
    height: 95vh;
  }
  .light2-5 {
      z-index: 15;
      bottom: 0;
      width: 24rem;
      left: 0;
      background-repeat: no-repeat;
      background-size: contain;
  }

  .char1 {
    width: 70rem;
    margin-left: -12.8rem;
    top: -4.5rem;
    background-size: contain;
  }

  .button>button{
    width: 2.1rem;
    height: 2.1rem;
    left: 50vw;
    top: 35vh;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .button::after{
    width: 2.1rem;
    height: 2.1rem;
    left: 50vw;
    top: 35vh;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  @keyframes tittle-btn{
    0%{
      opacity: 0;
      top: 45%;
    }
    50%{
      opacity: 0;
      top: 45%;
    }
    100%{
      opacity: 1;
      top: 35vh;
    }
  }

}
  /* max-width: 320px */
  @media (max-width: 320px){
    .navbar>.container-fluid .navbar-brand {
      width: 102px;
    }
  
    .navbar {
      min-height: 50px;
    }
  
    .navbar-toggle {
      padding: 18px 14px;
    }
  
    ul.mobile-icon li {
      width: 50px;
    }
  
    ul.mobile-icon li a {
      padding: 11px;
    }
  
    .s0 {
      height: calc(100vh - 48px);
    }
  }
  /* orientation: landscape and max-device-width: 850px */
  @media only screen and (orientation: landscape) and (max-device-width: 850px) {
    .landscape {
      display: block
    }
  }
  /* media-end------------------------------------------------------------------ */