@charset "UTF-8";

* {
	font-family: Meiryo, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;
}

html,
body {
	background-color: #000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	min-width: 1200px;
}

::-webkit-scrollbar {
  /*隱藏滾輪*/
  display: none;
  }

img {
	max-width: 100%;
	height: auto;
}

p {
	margin: 0;
}
ul,li{
	list-style: none;
	padding: 0;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background-color: #333;
}

::-webkit-scrollbar-thumb {
	background-color: #666;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #999;
}

header {
	background-color: #000;
	width: 100%;
	min-width: 1200px;
	position: relative;
	z-index: 400;
}

.home {
	position: absolute;
	top: 3px;
	left: 52px;
	z-index: 999;
	display: block;
}

.fb {
	position: absolute;
	top: 12px;
	right: 30px;
}

/* top navbar */

.navbar-brand {
	display: none;
}

.navbar {
	margin: 0;
}

.navbar-fixed-top {
	position: fixed !important;
	max-width: 1920px;
	margin: 0 auto;
	z-index:9999;
  }
  

.dropdown-menu {
	border: 1px solid #101010;
	border-radius: 0px;
	background-color: #101010;
	background-color: rgba(0, 0, 0, .85);
}

.dropdown-menu>li>a {
	color: #9d9d9d;
	font-size: 15px;
	line-height: 1.5;
}

.dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #101010;
}

.dropdown-header {
	font-size: 15px;
	color: #fff;
	line-height: 1.5;
}

.dropdown-menu>li {
	border-bottom: 1px solid #333;
}

ul.dropdown-menu {
	max-height: 600px;
	min-width: 320px;
	overflow-y: auto;
}

.navbar-nav>li>a {
	font-size: 14px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	background-color: unset !important;
}

/* top navbar */
.headercontent {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}

.headertext {
	float: left;
	margin-top: 12px;
	margin-left: 16px;
}

.headerfb {
	float: right;
}
/* aside */
.aside{
  position: fixed;
  z-index: 1000;
  right: 0;
  text-align: center;
  top: 25%;
}

.aside a{
	display: block;
}


.reg{
  height: 62px;
}

.download{
  height: 62px;
}

/*wrapper*/
.wrapper {
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	position: relative;
	margin: 0 auto;
}

.main_content {
	background: url("../img/s0-bg.png") 50% 0 no-repeat;
	height: 939px;
	position: relative;
	/* margin-top: -52px; */
}

.main_content::before{
  content: "";
  width: 100vw;
  height: 192px;
  background: -webkit-linear-gradient(180deg, rgba(13, 13, 26,0), rgb(13, 13, 26));
  background: linear-gradient(180deg, rgba(13, 13, 26,0), rgb(13, 13, 26));
  position: absolute;
  bottom: 0;
  z-index: 98;
}

.mainbox {
  position: absolute;
  z-index: 99;
  top: 42%;
  left: 0;
  right: 0;
  text-align: center;
}

.logo{
  width: 516px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: -14px;
  opacity: 0;
  animation: opacity1 .7s 2s forwards ease;
}

.logo img {
  max-width: 98%;
}

.champion {
	z-index: 1;
	position:absolute;
}

.champion_mask {
	-webkit-animation: opacity2 .5s infinite ease-in-out;
	animation: opacity2 2.5s infinite ease-in-out;
	opacity: 1;
	z-index: 0;
	position: absolute;
}

.btn-up{
  margin-top: 0;
}

.btn-up ul{
	display: flex;
	justify-content: center;
}

.btn-up ul li{
	width:140px ;
	height: 59px;
	background: url(../img/s0-btn-up.png) no-repeat;
	margin: 0 1rem;
  animation: fadeindown 2s 2s forwards;
  opacity: 0;
  transform: translateY(100%);
}

@keyframes fadeindown{
  50%,100%{
  opacity:1 ;
  transform: translateY(0%);
  }

}

.btn-up ul li a{
  display: inline-block;
  width: 100%;
  height: 100%;
}

.btn-up ul li:nth-child(2){
	background-position-x: -152px;
}

.btn-up ul li:nth-child(3){
	background-position-x: -304px;
}

.btn-down{
	background: url(../img/s0-btn-down-bg.png) no-repeat;
	padding: 1rem 0 0.2rem 0;
  margin-top: 4rem;
}

.btn-down.fixed {
    position: fixed;
    top:50px;
	margin-top: 0;
	width: 100%;
}

.btn-down ul{
	display: flex;
	justify-content: center;
}

.btn-down ul li{
  padding-top: 3px;
}

.btn-down ul li a{
	width:172px ;
	height: 47px;
	background: url(../img/s0-btn-down.png) no-repeat;
	margin: 0 1rem;
  opacity: 0;
  transform: translateY(100%);
  animation: fadeindown 2s 2.2s forwards;
}

.btn-down ul li a:hover,.btn-down ul li a:focus{
	background: url(../img/s0-btn-down-hover.png) no-repeat;
}

.btn-down ul li:nth-child(2) a,.btn-down ul li a:nth-child(2){
	background-position-x: -190px;
}

.btn-down ul li:nth-child(3) a,.btn-down ul li a:nth-child(3){
	background-position-x: -380px;
}

.btn-down ul li:nth-child(4) a,.btn-down ul li a:nth-child(4){
	background-position-x: -570px;
}

/* role------------------------------------- */
.role{
	max-width: 100%;
position: absolute;
  left: 0;
  bottom: 50px;
	z-index: 1;
  width: 1920px;
  height: 100vh;
}

.role img {
  max-width: 95%;
}

.left-down{
  position: absolute;
  bottom: -47px;
  left: 197px;
  z-index: 1;
  opacity: 0;
  animation: opacity1 2s forwards ease-in;
}

@keyframes opacity1{
  0%{
  opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.left-up{
  position: absolute;
  left: 323px;
  top: 84px;
  opacity: 0;
  animation: opacity1 1.4s 1s forwards ease-in;
}

.middle{
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-269px,-335px);
  opacity: 0;
  animation: opacity1 1s 1.5s forwards ease-in;
}
.right-up{
  position: absolute;
  right: 104px;
  top: 146px;
  opacity: 0;
  animation: opacity1 1.4s 1s forwards ease-in;
}

.right-down{
  position: absolute;
  bottom: -47px;
  right: 247px;
  z-index: 1;
  opacity: 0;
  animation: opacity1 2s forwards ease-in;
}

/* bg animation */
@keyframes opacity {
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes opacity {
	50% {
		opacity: 1;
	}
}

@keyframes opacity2 {
	50% {
		opacity: 0;
	}
}

@-webkit-keyframes opacit2 {
	50% {
		opacity: 0;
	}
}
/*content*/
.content {
	position: relative;
	margin: -55px 0 0;
	overflow: hidden;
	text-align: center;
}

.tab-pane.active {
	display: block;
}

.tab-pane {
	display: none;
}

.toggle-btn ul li,
.tab-btn,
.togglenew-btn ul li,
.publish-btn {
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}


#tab {
	padding: 98px 0 0;
}

#tab-1 {
	background: url(../img/s1-bg.jpg) no-repeat 50% 0;
	height: 2660px;
}

#tab-2 {
	background: url(../img/s2-bg.jpg) no-repeat 50% 0;
	height: 1750px;
}

#tab-3 {
	background: url(../img/s3-bg.jpg) no-repeat 50% 0;
	height: 1500px;
}

#tab-4 {
	background: url(../img/s4-bg.jpg) no-repeat 50% 0;
	height: 4413px;
}

#tab-4 iframe{
	position: absolute;
	transform: translateX(-50%);
	top: 493px;
}

.btn04{
	position: absolute;
	top: 2923px;
	transform: translateX(-50%);
}

.btn04 img:hover{
 background: url(../img/btn-on.png);
}

.btn-aside,.btn-up ul li{
  -webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.btn-aside:hover,.btn-up ul li:hover{
	-webkit-filter: brightness(130%);
	filter: brightness(130%);
}

.tab-btn {
	width: 175px;
	height: 40px;
	z-index: 10;
	display: inline-block;
	position: relative;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}


.tab-btn:hover,
.toggle-btn ul li:hover,
.togglenew-btn ul li:hover,
.publish-btn:hover {
	-webkit-filter: brightness(130%);
	filter: brightness(130%);
}

/* move animation */
@keyframes baloon {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(-5px);
	}
}

.og-tabbox {
	width: 100%;
	background: rgba(0, 0, 0, .8) url(../images/line.png) repeat-x center 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	overflow: hidden;
	height: 98px;
}

.og-tabbox.fixed {
	position: fixed;
	top: 0;
	z-index: 999;
}

/* 頁籤ul */
#tab>.og-tabbox>ul {
	overflow: hidden;
	padding: 29px 0;
	position: relative;
	z-index: 1;
	display: inline-block;
}

#tab>.og-tabbox>ul>li {
	list-style-type: none;
	float: left;
	margin: 0 12px;
}

#tab>.og-tabbox>ul>li:first-child {
	margin-left: 0;
}

#tab>.og-tabbox>ul>li:last-child {
	margin-right: 0;
}

#tab>.og-tabbox>ul>li>a {
	display: block;
	text-indent: -9999px;
}

/*footer*/
.copyright {
	text-align: center;
	background-color: #682640;
  padding: 2rem;
}

.pop {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}

.pop .popArea {
  z-index: 1070;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-35%) translateX(-50%);
  width:536px ;
  height:317px;
  /* display: none; */
  text-align: center;
}

.pop .popArea img {
  height: 100%;
}

.popStart {
  cursor: pointer;
  z-index: 1;
  outline: none;
  border: none;
  opacity: .9;
  transition: .3s;
}

.pop .btnclose {
  position: absolute;
  right: 3%;
  top: 11px;
  display: block;
  z-index: 1070;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.pop .btnclose:hover {
  transform: rotateZ(180deg);
}

.pop .btnclose button {
  display: block;
  text-indent: -99999em;
  width: 36px;
  height: 36px;
  background: transparent url(../img/s0-close.png) no-repeat 0 100%;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
}
.overlay {
  z-index: 1050;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 回到頂端 */
#go_top_page {
  width: 50px;
  height: 50px;
  background: #ffffff33;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 9999;
  box-shadow: inset 0 0 0 2px #4e0000, inset 0 0 0 4px #7703044a;
}

#go_top_page a {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  line-height: 50px;
  color: #f2d790;
  text-decoration: none;
}
@media (max-width: 1200px){
	.main_content {
		height: 1200px;
		background-size: cover;
	}
	.mainbox{
		top: 59%;
	}
	.role{
		height: 100%;
	}
	.left-down {
		left: 17px;
		z-index: 10;
	}
	.right-down {
		right: 0;
		z-index: 6;
	}
	.middle {
		z-index: 3;
		transform: translate(-243px,-244px);
	}
	.left-up {
		left: 61px;
		top: 147px;
	}
	.right-up {
		right: 4px;
		top: 151px;
	}


}