/* All--------------------------------------------------------------------------- */

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", Nanum Barun Gothic, sans-serif;
  background: #000;
  color: #3e3e3e;
  font-weight: 400;
  line-height: 24px;
}

*,
*:before,
*:after {
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes lightingScale {
  0%,
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
  }
  50% {
      opacity: 0.5;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
  }
  }
  @keyframes lightingScale {
  0%,
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
  }
  50% {
      opacity: 0.5;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
  }
  }

@-webkit-keyframes floating {
    0%,
      100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
    }
    }
    @keyframes floating {
    0%,
      100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
    }
    }

img {
  max-width: 100%;
  height: auto;
}

li,
ol,
ul {
  list-style: none;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

header{
  z-index: 999;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-button {
  display: none
}

#fullpage{
  margin: auto;
}

button{
  background-color: transparent !important;
}


/* 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(../imgs/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 {
  min-height: 88px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

.navbar>.container-fluid .navbar-brand {
  margin-left: 30px;
  margin-right: 30px;
}

.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-brand>img{
  max-width: 98%;
}

.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: #fc1aa7;
  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: #ff43b8;
  color: #fff;
}
/*-- navbar-end -- */

/*-- modal -- */
button.close {
  width: 54px;
  height: 54px;
  background: url(../imgs/close.png) no-repeat top;
  overflow: hidden;
  text-indent: -10000em;
  cursor: pointer;
  border: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -54px;
  z-index: 999;
  background-size: 100% auto;
}

.modal-dialog {
  top: 50%;
  pointer-events: auto;
  transform: translateY(-50%) !important;
}

#picModal .modal-body {
  padding: 0;
  text-align: center;
}

.modal-backdrop {
  opacity:0.5;
}

.modal-footer {
  padding: 10px 30px 10px;
  text-align: right;
  border: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
}
/* modal */

#fullpage .section .content{
  position: absolute;
  left: 50%;
}

#fullpage .section .content,
#fullpage .section .wow,
#fullpage .section .content:before,
#fullpage .section .content:after {
  opacity: 0;
  z-index: 1;
  -webkit-transition-property: opacity, background, -webkit-transform;
  transition-property: opacity, background, -webkit-transform;
  transition-property: opacity, background, transform;
  transition-property: opacity, background, transform, -webkit-transform;
}

#fullpage .section .content:before,
#fullpage .section .content:after {
  display: block;
  position: absolute;
  content: '';
}

#fullpage .section.active .content,
#fullpage .section.active .wow,
#fullpage .section.active .content:before,
#fullpage .section.active .content:after {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/*-- section0 --*/
.s0 {
  width: 100%;
  height: 100%;
  background: url(../imgs/main-bg1.jpg) no-repeat center 89px;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.s0 .role1{
  top: 429px;
  margin-left: -900px;
  width: 234px;
  height: 315px;
  background: url(../imgs/main-role1.png)no-repeat center center;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
      transform: translateX(-100px);
  -webkit-transition-duration: 1s;
      transition-duration: 1s;
  -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s;
}
.s0 .role2{
  top: 114px;
  margin-left: -754px;
  width: 814px;
  height: 1147px;
  background: url(../imgs/main-role2.png)no-repeat center center;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
      transform: translateX(-100px);
  -webkit-transition-duration: 1s;
      transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
      transition-delay: 0.5s;
}
.s0 .role3{
  top: 99px;
  margin-left: -514px;
  width: 1458px;
  height: 1129px;
  background: url(../imgs/main-role3-dec.png)no-repeat 0 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
      transform: translateY(100px);
  -webkit-transition-duration: 1s;
      transition-duration: 1s;
}
.s0 .role3::before{
  content: "";
  position: absolute;
  top: -28px;
  left: 407px;
  width: 400px;
  height: 497px;
  background: url(../imgs/main-role3-fire.png)no-repeat 0 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
    transform: translateY(50px);
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
  -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
  -webkit-animation: floating 2s 3.8s forwards infinite;
    animation: floating 2s 3.8s forwards infinite;
}
.s0 .role3::after{
  content: "";
  position: absolute;
  top: -8px;
  left: -317px;
  width: 1636px;
  height: 1102px;
  background: url(../imgs/main-role3.png)no-repeat 0 0;
}
.s0 .role4{
  top: 99px;
  margin-left: -112px;
  width: 232px;
  height: 330px;
  background: url(../imgs/main-role4.png)no-repeat center center;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
  -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.s0 .role5{
  top: 182px;
  margin-left: -100px;
  width: 1040px;
  height: 863px;
  background: url(../imgs/main-role5.png)no-repeat center center;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
    transform: translateX(100px);
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.s0 .logo{
  top: 424px;
  margin-left: -341px;
  width: 704px;
  height: 512px;
  overflow: hidden;
  background: url(../imgs/main-logo.png)no-repeat center center;
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
  -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.s0 .logo-dec{
  position: relative !important;
  margin: auto !important;
  left: 0 !important;
  top: 424px;
  width: 704px;
  height: 512px;
  overflow: hidden;
  background: url(../imgs/main-logo-dec.png)no-repeat center center;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  animation: 60s linear infinite rotate_p;
  animation-delay: 3s;
}

.s0 .logo-star{
  top: 424px;
  margin-left: -341px;
  width: 704px;
  height: 512px;
  overflow: hidden;
  background: url(../imgs/main-logo-star.png)no-repeat center center;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  animation: 3s linear infinite light;
  animation-delay: 3s;
  filter: opacity(0);
}

@keyframes rotate_p {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes light {
  0% {
    opacity: 0.5;
    filter: brightness(70%);
  }
  50% {
    opacity: 1;
    filter: brightness(300%);
  }
  100% {
    opacity: 0.5;
    filter: brightness(70%);
  }
}

@keyframes opacity{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.s0 .start{
  top: 348px;
  width: 207px;
  height: 208px;
  margin-left: -103px;
  cursor: pointer;
  z-index: 3;
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
  -webkit-transition-delay: 3s;
    transition-delay: 3s;
  outline: none;
  border: none;
  background: none;
}
.s0 .start:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 207px;
  height: 208px;
  -webkit-animation: lightingScale 3s infinite;
  animation: lightingScale 3s infinite;
  background: url(../imgs/main-btn1.png)no-repeat center center;
}
.s0 .start:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 207px;
  height: 208px;
  background: url(../imgs/main-btn1-hover.png)no-repeat center center;
}
.s0 .flower1{
  top: 273px;
  margin-left: -960px;
  width: 1158px;
  height: 954px;
  background: url(../imgs/main-flower1.png) no-repeat 0 0;
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
  -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.s0 .flower2{
  top: 295px;
  margin-left: -929px;
  width: 71px;
  height: 69px;
  background: url(../imgs/main-flower2.png) no-repeat 0 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
    transform: scale(0);
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
  -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.s0 .flower3{
  top: 740px;
  margin-left: -918px;
  width: 205px;
  height: 244px;
  background: url(../imgs/main-flower3.png) no-repeat 0 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
    transform: scale(0);
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
  -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}
.s0 .flower4{
  top: 748px;
  margin-left: -732px;
  width: 143px;
  height: 188px;
  background: url(../imgs/main-flower4.png) no-repeat 0 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
    transform: scale(0);
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
  -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
}
.s0 .flower5{
  top: 904px;
  margin-left: -979px;
  width: 159px;
  height: 146px;
  background: url(../imgs/main-flower5.png) no-repeat 0 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
    transform: scale(0);
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
  -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.s0 .flower6{
  top: 985px;
  margin-left: -515px;
  width: 132px;
  height: 127px;
  background: url(../imgs/main-flower6.png) no-repeat 0 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
    transform: scale(0);
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
  -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
}
.s0 .flower7{
  top: 877px;
  margin-left: 0;
  width: 230px;
  height: 150px;
  background: url(../imgs/main-flower7.png) no-repeat 0 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
    transform: scale(0);
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
  -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
}
.s0 .flower8{
  top: 962px;
  margin-left: 68px;
  width: 214px;
  height: 164px;
  background: url(../imgs/main-flower8.png) no-repeat 0 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
    transform: scale(0);
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
  -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}
.s0 .flower9{
  top: 85px;
  margin-left: -910px;
  width: 1564px;
  height: 990px;
  background: url(../imgs/main-flower9.png) no-repeat 0 0;
  -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
  -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
}
.s0 .effect1{
  top: 77px;
  margin-left: -119px;
  width: 1079px;
  height: 486px;
  background: url(../imgs/mian-effect1.png) no-repeat 0 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
    transform: translateX(100px);
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
  -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.s0 .effect2{
  top: 79px;
  margin-left: 140px;
  width: 895px;
  height: 1042px;
  background: url(../imgs/mian-effect2.png) no-repeat 0 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
    transform: translateX(100px);
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
  -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.s0 .effect3{
  top: -10px;
  margin-left: -802px;
  width: 1661px;
  height: 1001px;
  background: url(../imgs/mian-effect3.png) no-repeat 0 0;
}
/*-- section0 end -- */

/* section1--*/
.s1 {
  height: 100%;
  background: url(../imgs/main-bg2.jpg) no-repeat center 0;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.s1 .title{
  top: 80px;
  margin-left: -320px;
  width: 640px;
  height: 194px;
  text-indent: -9999px;
  background: url(../imgs/main-title.png)no-repeat 0 0;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
    transform: translateY(80px);
  -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.item {
  display: table;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 30px auto;
}

.item-all {
  margin-top: 300px;
}

.item-1 {
  width: 401px;
  height: 445px;
  background-image: url(../imgs/main-btn2-1.png);
  transform: translate(113px, -47px);
}

.item-1:hover {
  background-image: url(../imgs/main-btn2-1-hover.png);
}

.item-2 {
  width: 401px;
  height: 445px;
  background-image: url(../imgs/main-btn2-2.png);
  transform: translate(0, 47px);
}
.item-2:hover {
  background-image: url(../imgs/main-btn2-2-hover.png);
}
.item-3 {
  width: 401px;
  height: 445px;
  background-image: url(../imgs/main-btn2-3.png);
  transform: translate(-120px, -47px);
}
.item-3:hover {
  background-image: url(../imgs/main-btn2-3-hover.png);
}

/*-- section1 end--*/


#footer {
  width: 100%;
  position: absolute;
  z-index: 2;
  margin: auto;
  margin-top: -73px;
}

  .copyright {
    text-align: center;
  }
  /* footer-end */


  /* media---------------------------------------------------------------------- */
  @media (min-width: 2100px){
    .s0,.s1 {
      height: 1100px !important;
    }
    #fullpage .section .content, #fullpage .section .wow, #fullpage .section .content:before, #fullpage .section .content:after {
      opacity: 1;
    }
  }
  @media (max-width: 1800px){
    .navbar_basic li {
      width: 80px;
  }
  /* s0 */
    .s0 .logo {
      transform: translateX(-50%) !important;
      margin-left: unset;
      top: 310px;
      width: 40% !important;
      background-size: contain;
  }
  .s0 .logo-dec{
    top: 310px;
    width: 40% !important;
    background-size: contain;
  }
  .s0 .logo-star{
    transform: translateX(-50%) !important;
    margin-left: unset;
    top: 310px;
    width: 40% !important;
    background-size: contain;
  }
  .s0 .start {
    top: 300px;
  }
  
/* s1 */
  .s1 .title{
    max-width: 40%;
    background-size: contain;
    transform:translateX(-50%) !important ;
    margin-left: unset;
  }
  .item-all {
    margin-top: 204px;
  }
  .item-1,.item-2,.item-3{
    max-width: 70%;
    }
  }

  @media (max-width: 1200px){
    .navbar_basic li {
      width: 50px;
  }
    #fullpage .section .content {
      width: 70%;
      background-size: contain;
  }
  /* s0 */
    .s0 .role3::before {
      left: 427px;
      width: 35% !important;
      background-size: contain;
  
  }
  .s0 .role3::after {
    content: "";
    position: absolute;
    top: -57px;
    left: -137px;
    width: 160% !important;
    height: 1102px;
    background: url(../imgs/main-role3.png)no-repeat 0 0;
    background-size: contain;
  }
    .s0 .logo{
      top: 150px;
      width: 41% !important;
  }
  .s0 .logo-star {
    top: 150px;
    width: 41% !important;
  }
  .s0 .logo-dec{
    top: 150px;
    width: 41% !important;
  }

    .s0 .start {
      top: 180px;
    }
  
  /* s1 */
  .item-1,.item-2,.item-3{
    max-width: 50%;
    }
    .item-all {
      margin-top: 220px;
  }
  }
  
  
/* 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 {
        display: block;
      }
    
    
      .sideBtn ul>li>a {
        display: inline-block;
        background-color: #ba6fd8c6;
        width: 100px;
        height: 50px;
        color: #fff;
        font-size: 20px;
        text-align: center;
        line-height: 50px;
        margin: 4px;
        opacity: .85;
        border-radius: 7px;
        border: 1px solid #cd8af7;
      }
      .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,   */
  a#lataleevent210415 {
    display: none;
  }

  .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;
  }

  .btn-bd-box ul{
display: none;
  }

  /* hamburger */

  /* s0 */
  #fullpage .section .content{
    width: 100%;
  }
  .s0{
  background-position: center 0;
}
/* s1 */
.s1{
  display: table;
  table-layout: fixed;
  width: 100%;
}

.item-1,.item-2,.item-3{
  transform: unset;
  margin-bottom: 100px;
}

}

@media (max-width: 480px){
  #fullpage {
    overflow: hidden;
  }
.navbar-brand>img {
  max-width: 74%;
}
  /* s0 */
.s0 .role1 {
  top: 371px;
  margin-left: -321px;
}
.s0 .role4{
  top: 23px;
}
.s0 .role5 {
  top: 98px;
}
.s0 .role3::before {
  left: 497px;
  width: 65% !important;
  background-size: contain;

}
.s0 .role3::after {
content: "";
position: absolute;
top: -57px;
left: 37px;
width: 280% !important;
height: 1102px;
background: url(../imgs/main-role3.png)no-repeat 0 0;
background-size: contain;
}
.s0 .effect1{
  top: 0px;
}
.s0 .logo{
  top: 240px;
  width: 110% !important;
}
.s0 .logo-dec {
  top: 240px;
  width: 110% !important;
}
.s0 .logo-star {
  top: 240px;
  width: 110% !important;
}
.s0 .start {
  top: 239px;
}
/* s1 */
.s1 .title{
top:-107px;
max-width:unset;
width: 100%;
height: 100%;
background-size: contain;
}
.item-all {
  margin-top: 150px;
}
.item-1,.item-2,.item-3{
  width: 120%;
  max-width: 100%;
}
#footer {
  margin-top: -35px;
}
}
@media (max-width: 320px){
  .navbar-brand>img{
    display: none;
  }
}
/* 手機橫向 */
  /* orientation: landscape and max-device-width: 850px */
  @media only screen and (orientation: landscape) and (max-device-width: 850px) {
    .landscape {
      display: block
    }
  }
  /* media-end------------------------------------------------------------------ */