@charset "utf-8";

body {
  margin: 0 auto;
  padding: 0;
  font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
  max-width: 1920px;
  min-width: 1200px;
}

body,
html {
  width: 100%;
  height: 100%;
  background: #000f10;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

.cls_nav {
  position: absolute;
  top: 17px;
  right: 386px;
  font-size: 16px;
}

.cls_nav li {
  float: left;
  margin-left: 20px;
}

.cls_nav li a {
  color: #e8e8e8;
}

.cls_nav li a:hover {
  color: #878787;
  text-decoration: none;
}

.home {
  position: absolute;
  top: 3px;
  left: 52px;
  z-index: 999;
  display: block;
}

.youtube {
  display: block;
  position: absolute;
  top: 12px;
  right: 245px;
}

.fb {
  position: absolute;
  top: 12px;
  right: 30px;
}

.map {
  position: absolute;
  width: 346px;
  height: 323px;
  right: 50%;
  bottom: 173px;
  margin-right: 177px;
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-width: 1200px;
}

#scene {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.char {
  width: 100%;
  height: 100%;
}

.char0 {
  z-index: 7;
}

.char1 {
  z-index: 1;
}

.char-main0,
.char-main1,
.char-main2 {
  position: absolute;
  left: 50%;
  top: 100px;
  background-size: 100% auto !important;
}

.char-main0 {
  background: transparent url(../images/cabbage_man1.png) no-repeat 0 0;
  margin-left: -672px;
  top: 160px;
  width: 665px;
  height: 933px;
}

.char-main1 {
  background: transparent url(../images/cabbage_man2.png) no-repeat 0 0;
  margin-left: -361px;
  top: 70px;
  width: 555px;
  height: 900px;
}

.char-main2 {
  background: transparent url(../images/cabbage_man3.png) no-repeat 0 0;
  margin-left: 517px;
  top: 335px;
  width: 399px;
  height: 529px;
}

header {
  background: url(../images/header.jpg) no-repeat 50% 0;
  height: 1077px;
  position: relative;
  border-bottom: 8px solid #151515;
  overflow: hidden;
}

header h1.tit {
  position: absolute;
  left: 50%;
  top: 199px;
  width: 656px;
  height: 317px;
  text-indent: -99999em;
  margin-left: 0;
  z-index: 88;
  background: transparent url(../images/title.png) no-repeat 0 0;
}

header h2.subtit {
  position: absolute;
  left: 50%;
  top: 480px;
  width: 611px;
  height: 203px;
  text-indent: -99999em;
  margin-left: 0;
  z-index: 87;
  background: transparent url(../images/subtit.png) no-repeat 0 0;
}

header p.narrate {
  position: absolute;
  left: 50%;
  top: 664px;
  width: 605px;
  height: 139px;
  text-indent: -99999em;
  margin-left: 0;
  z-index: 86;
  background: transparent url(../images/narrate.png) no-repeat 0 0;
}

.sidebar {
  position: fixed;
  top: 60px;
  right: 10px;
  z-index: 999;
}

.sidebar ul li {
  display: block;
  margin: 0;
}

.sidebar ul>li>a {
  display: block;
  height: 114px;
  width: 150px;
  text-indent: -99999px;
  overflow: hidden;
  background: transparent url(../images/sidebtn.png) no-repeat 0 0;
}

.sidebar ul>li>a:hover {
  animation: rubberBand .5s ease-in-out;
}
nav .navbar {
  width: 100%;
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  text-align: center;
}

nav .navbar ul {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}

nav .navbar ul>li {
  list-style-type: none;
  float: left;
  margin: 0;
}

nav .navbar .tab-btn {
  background: transparent url(../images/navbtn.png) no-repeat 0 0;
  width: 238px;
  height: 67px;
  z-index: 10;
  display: inline-block;
  position: relative;
  text-indent: -9999px;
}

nav .navbar .tab-btn:hover,
nav .navbar li.active .tab-btn {
  background: transparent url(../images/navbtn_on.png) no-repeat;
}

.sidebar ul>li>a {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#tab1 a.game:hover {
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
}

nav .navbar .tab-btn.tab-btn-2,
nav .navbar li.active .tab-btn.tab-btn-2 {
  background-position-x: -244px;
}

nav .navbar .tab-btn.tab-btn-3,
nav .navbar li.active .tab-btn.tab-btn-3 {
  background-position-x: -486px;
}

nav .navbar .tab-btn.tab-btn-4,
nav .navbar li.active .tab-btn.tab-btn-4 {
  background-position-x: -730px;
}

nav .navbar .tab-btn.tab-btn-5,
nav .navbar li.active .tab-btn.tab-btn-5 {
  background-position-x: -973px;
}

.content {
  min-width: 1200px;
  overflow: hidden;
}

#tab1 .popupBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

#tab1 a.game {
  position: absolute;
  bottom: 140px;
  left: 50%;
  background: transparent url(../images/btn.png) no-repeat 0 -91px;
  width: 294px;
  height: 78px;
  text-indent: -9999px;
  margin-left: -147px;
}

.videoWrap {
  height: 1080px;
  position: relative;
  overflow: hidden;
}

.videoWrap:before,
.videoWrap:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  background: transparent url(../images/dot.png) no-repeat 0 0;
  width: 326px;
  height: 352px;
  z-index: 2;
}

.videoWrap:after {
  right: auto;
  left: 0;
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}

.fullScreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

#myvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fullScreen:after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, .3) url(../images/ptn2.png) 50% 0 repeat;
  height: 100%;
  width: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  display: block;
}

.videoBtn {
  background: transparent url(../images/btn.png) no-repeat 0 -466px;
  width: 131px;
  height: 129px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 98;
  display: block;
  text-indent: -99999px;
  margin-left: -66px;
}

.videoWrap a.videoBtn {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.videoBtn:hover {
  background: transparent url(../images/btn.png) no-repeat 0 -595px;
  width: 128px;
  height: 121px;
}

#tab2 a.videoBtn, #tab3 a.videoBtn, #tab4 a.videoBtn {
  background-position-y: -288px;
  width: 86px;
  height: 90px;
}
#tab2 a.videoBtn:hover, #tab3 a.videoBtn:hover, #tab4 a.videoBtn:hover {
  background-position-y: -378px;
  height: 88px;
}

#tab3 a:first-child.videoBtn {
  top: 1148px;
  margin-left: -120px;
}

#tab3 a:nth-child(2).videoBtn {
  top: 1148px;
  margin-left: 511px;
}

#tab3 a:nth-child(3).videoBtn {
  top: auto;
  bottom: 150px;
  margin-left: -120px;
}

#tab3 a:nth-child(4).videoBtn {
  top: auto;
  bottom: 150px;
  margin-left: 511px;
}

#tab2 {
  background: url(../images/con2.jpg) no-repeat 50% 0;
  height: 3330px;
  position: relative;
  border-bottom: 8px solid #151515;
}

.tableBtn {
  background: transparent url(../images/btn.png) no-repeat 0 -716px;
  width: 343px;
  height: 74px;
  position: absolute;
  margin: 0 auto;
  display: block;
  top: 1582px;
  text-indent: -99999px;
  left: 0;
  right: 0;
}
.tableBtn:hover {
  background: transparent url(../images/btn.png) no-repeat 0 100%;
}
#tab2 a.videoBtn {
  top: 1273px;
  margin-left: 290px;
}
.popWrap {
  background: url(../images/con1.jpg) no-repeat 50% 0;
  height: 2643px;
  position: relative;
  border-top: 8px solid #151515;
  border-bottom: 8px solid #151515;
}

.popup {
  position: absolute;
  left: 50%;
  display: block;
}

.popupBtn {
  background: transparent url(../images/btn.png) no-repeat 0 -110px;
  width: 86px;
  height: 90px;
  top: 819px;
  /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  margin: 0 auto;
  margin-left: -45px;
}

.popupBtn:hover {
  background: transparent url(../images/btn.png) no-repeat 0 -200px;
  height: 88px;
}

.popup-1 {
  margin-left: -578px;
  top: 1706px;
  width: 557px;
  height: 427px;
  clip-path: polygon(0 0, 87% 0, 100% 100%, 0 84%);
}

.popup-2 {
  margin-left: -578px;
  top: 2112px;
  width: 296px;
  height: 411px;
  clip-path: polygon(0 0, 100% 7.5%, 100% 100%, 0 100%);
}

.popup-3 {
  margin-left: -260px;
  top: 2138px;
  width: 322px;
  height: 371px;
  clip-path: polygon(0 0, 79% 6%, 100% 100%, 0 100%);
}

.popup-4 {
  margin-left: -80px;
  top: 1706px;
  width: 652px;
  height: 803px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}

#tab3 {
  background: url(../images/con3.jpg) no-repeat 50% 0;
  height: 2653px;
  border-bottom: 8px solid #151515;
  position: relative;
}

#tab4 {
  background: url(../images/con4.jpg) no-repeat 50% 0;
  height: 1820px;
  border-bottom: 8px solid #151515;
  position: relative;
}

#tab4 a:first-child.videoBtn {
  top: 701px;
  margin-left: -284px;
}

#tab4 a:nth-child(2).videoBtn {
  top: 701px;
  margin-left: 126px;
}

#tab4 a:nth-child(3).videoBtn {
  top: 701px;
  margin-left: 535px;
}

#tab4 a:nth-child(4).videoBtn {
  top: auto;
  bottom: 88px;
  margin-left: -284px;
}

#tab4 a:nth-child(5).videoBtn {
  top: auto;
  bottom: 88px;
  margin-left: 126px;
}

#tab4 a:nth-child(6).videoBtn {
  top: auto;
  bottom: 88px;
  margin-left: 535px;
}

#tab5 {
  background: url(../images/con5.jpg) no-repeat 50% 0;
  height: 1467px;
  border-bottom: 8px solid #151515;
}

/* .copyright {
  background: #222;
  text-align: center;
  overflow: hidden;
  padding: 50px 30px;
} */

.ft {
  text-align: center;
  vertical-align: middle;
  padding: 80px 0;
  background: #222;
}
.ft ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.ft ul > li {
  display: inline-block;
  padding: 0 1%;
}

/* animation */

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(300px);
    -ms-transform: translate(300px);
    transform: translate(300px);
    -webkit-transition-timing-function: cubic-bezier(.2, .7, .6, 1);
    transition-timing-function: cubic-bezier(.2, .7, .6, 1);
  }

  to {
    opacity: 1;
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(300px);
    -ms-transform: translate(300px);
    transform: translate(300px);
    -webkit-transition-timing-function: cubic-bezier(.2, .7, .6, 1);
    transition-timing-function: cubic-bezier(.2, .7, .6, 1);
  }

  to {
    opacity: 1;
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-300px);
    -ms-transform: translate(-300px);
    transform: translate(-300px);
    -webkit-transition-timing-function: cubic-bezier(.2, .7, .6, 1);
    transition-timing-function: cubic-bezier(.2, .7, .6, 1);
  }

  to {
    opacity: 1;
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-300px);
    -ms-transform: translate(-300px);
    transform: translate(-100px);
    -webkit-transition-timing-function: cubic-bezier(.2, .7, .6, 1);
    transition-timing-function: cubic-bezier(.2, .7, .6, 1);
  }

  to {
    opacity: 1;
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition-timing-function: cubic-bezier(.2, .7, .6, 1);
    transition-timing-function: cubic-bezier(.2, .7, .6, 1);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-timing-function: cubic-bezier(.2, .7, .6, 1);
    transition-timing-function: cubic-bezier(.2, .7, .6, 1);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes opacity {
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes opacity {
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* animation */