@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;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	margin: 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;
}

.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;
}

/* top navbar */
.headercontent {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}

.headertext {
	float: left;
	margin-top: 12px;
	margin-left: 16px;
}

.headerfb {
	float: right;
}

/*wrapper*/
.wrapper {
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	position: relative;
	margin: 0 auto;
}

.main_content {
	background: url("../images/header_bg.jpg") 50% 0 no-repeat;
	height: 1000px;
	position: relative;
	margin-top: -52px;
}

.mainbox {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 99;
	text-align: center;
	margin: 86px 0 0;
}

.champion {
	width: 384px;
	height: 375px;
	background: transparent url(../images/champion.png) no-repeat 0 0;
	display: inline-block;
	position: relative;
}

.champion_mask {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url(../images/champion-lighter.png) no-repeat 50% 0;
	pointer-events: none;
	-webkit-animation: opacity .5s infinite ease-in-out;
	animation: opacity 2.5s infinite ease-in-out;
}

.date {
	margin: 0 0 15px;
}

/* bg animation */
@keyframes opacity {
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes opacity {
	50% {
		opacity: 1;
	}
}

/*content*/
.content {
	position: relative;
	margin: -55px 0 0;
	overflow: hidden;
	text-align: center;
}

/*btn*/

.publish-btn {
	background: transparent url(../images/btn.png) no-repeat -199px 0;
	width: 175px;
	height: 40px;
	margin: 0 auto;
	z-index: 7;
	display: block;
}

.down-btn {
	display: inline-block;
	margin: 50px 0 0;
	animation: baloon 2s infinite;
}

/* tab1 內容 */
.togglebg {
	background: url(../images/con_1.jpg) no-repeat 50% 0;
	height: 3250px;
}

.toggle-btn {
	padding: 15px 0;
	background: #2e2928;
	position: relative;
}

.toggle-btn:after {
	content: '';
	position: absolute;
	right: 50%;
	height: 87%;
	width: 1px;
	background: #fff;
	text-align: center;
	top: 0;
	margin: 8px 0 0;
}

.toggle-btn:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 50%;
	background: transparent url(../images/paragraphline.png) no-repeat 0 0;
	height: 1px;
	width: 1100px;
	margin-right: -550px;
}

.toggle-btn ul {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

.toggle-btn ul li {
	background: transparent url(../images/rule-btn.png) no-repeat 0 0;
	width: 155px;
	height: 37px;
	display: inline-block;
	margin: 0 141px;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.toggle-btn ul li:first-child {
	background-position-y: -52px;
}

.toggle-btn ul li:first-child.active {
	background-position-y: 0;
}

.toggle-btn ul li:first-child+li {
	background-position-y: -155px;
}

.toggle-btn ul li:first-child+li.active {
	background-position-y: -103px;
}

.toggle-btn ul li a {
	text-indent: -9999px;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.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;
}

#rule,
#sign {
	background: #413a38;
	text-align: center;
	padding: 40px 0;
}

#tab {
	padding: 98px 0 0;
}

/* tab1 內容 */

#tab-2 {
	background: url(../images/con_2.jpg) no-repeat 50% 0;
	height: 869px;
}

/* tab3 內容 */
.newbox {
	position: absolute;
	bottom: 180px;
	left: 50%;
	width: 882px;
	margin-left: -442px;
}

.togglenew-btn {
	position: relative;
}

.togglenew-btn:after {
	content: '';
	position: absolute;
	right: 50%;
	height: 100%;
	width: 1px;
	background: #000;
	text-align: center;
	top: 0;
	margin-right: -0.5px;
	display: inline-block;
}

.togglenew-btn ul {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 8px 0;
}

.togglenew-btn ul li {
	background: transparent url(../images/new-btn.png) no-repeat 0 0;
	width: 236px;
	height: 57px;
	display: inline-block;
	margin: 0 36px;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.togglenew-btn ul li:first-child {
	background-position-y: 0;
}

.togglenew-btn ul li:first-child.active {
	background-position-y: -69px;
}

.togglenew-btn ul li:first-child+li {
	background-position-y: -138px;
}

.togglenew-btn ul li:first-child+li.active {
	background-position-y: -207px;
}

.togglenew-btn ul li a {
	text-indent: -9999px;
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* tab3 內容 */
#tab-3 {
	background: url(../images/con_3.jpg) no-repeat 50% 0;
	height: 1509px;
}

.tab-btn {
	background: transparent url("../images/btn.png") no-repeat 0 0;
	width: 175px;
	height: 40px;
	z-index: 10;
	display: inline-block;
	position: relative;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.btn1 {
	background-position-x: -398px;
}

.tab-btn:hover,
.toggle-btn ul li:hover,
.togglenew-btn ul li:hover,
.publish-btn:hover {
	-webkit-filter: brightness(130%);
	filter: brightness(130%);
}

.btn2 {
	background-position-x: -597px;
}

.btn3 {
	background-position-x: -796px;
}

.btn3:before {
	position: absolute;
	background: transparent url(../images/coming.png) no-repeat 0 0;
	top: -21px;
	left: -5px;
	content: '';
	width: 50px;
	height: 24px;
	animation: baloon 2s infinite;
}

.btn4 {
	background-position-x: -994px;
}

.btn4:before {
	position: absolute;
	background: transparent url(../images/coming.png) no-repeat 0 -31px;
	top: -21px;
	right: -5px;
	content: '';
	width: 116px;
	height: 26px;
	animation: baloon 2s infinite;
}

.btn5 {
	background-position-x: -1194px;
}

/* 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: #2e2928;
}