@charset "utf-8";
@import url("_normalize.min.css");
@import url("_font.css");
@import url("_footer.css");
@import url("swiper.min.css");
@import url("animate.min.css");

/* ==========================================================================
Common
========================================================================== */
html, body {
	width: 100%;
	height: 100%;
	opacity: 1;
}
a {
	text-decoration: none;
	outline: none;
	hlbr:expression(this.onFocus=this.blur());
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	word-break: break-all;
	text-align: justify;
}

/* ==========================================================================
Wrap
========================================================================== */
.wrap {
	color: #111111;
	font-family: 'Microsoft JhengHei', Arial, sans-serif;
}

/* ==========================================================================
header
========================================================================== */
header {
	position: fixed;
	z-index: 99;
	top: 0;
	width: 100%;
	height: 60px;
	border-top: 5px #abdb4f solid;
	background: #ffffff;
	background: -webkit-linear-gradient(0deg, #e9e9e9 30%, #FFFFFF 100%);
	background: -ms-linear-gradient(0deg, #e9e9e9 30%, #FFFFFF 100%);
	background: linear-gradient(0deg, #e9e9e9 30%, #FFFFFF 100%);
}
.head {
	position: relative;
	padding-left: 20px;
	margin: 0 auto;
	max-width: 1100px;
	height: 100%;
}
.header_logo {
	display: inline-block;
	padding: 9.5px 0;
}
.header_logo h1 {
	font-size: 0;
}
nav {
	position: relative;
	float: right;
}
nav a {
	display: inline-block;
	padding: 0 20px;
	margin-right: -4px;
	height: 55px;
	font-size: 16px;
	color: #444444;
	line-height: 52px;
}
nav a:hover {
	background-color: #e9e9e9;
}
.nav_game {
	padding-right: 30px;
	background-image: url('../img/nav_icon.gif');
	background-position: 90px 23px;
	background-repeat: no-repeat;
	cursor: default;
}
.nav_game.open {
	background-color: #e9e9e9;
}
.navList {
	position: absolute;
	z-index: 99;
	top: 55px;
	width: 100%;
	background: rgba(0, 0, 0, 0.85);
}
.navList.open {
	display: block;
}
.navList ul {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
}
.navList ul:before {
	content: " ";
	position: absolute;
	right: 50%;
	bottom: 100%;
	margin-right: -417px;
	pointer-events: none;
	border: 8px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.85);
	/* border-bottom-color: rgba(68, 68, 68, 1); */
}
.navList,
.navList a.btn_close {
	display: none;
}
.navBtn {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.85);
}
.item {
	display: table-cell;
	vertical-align: top;
	border-left: 1px #333333 solid;
}
.item:first-child {
	border-left-width: 0;
}
.item a {
	position: relative;
	display: block;
	min-width: 208px;
	padding: 0 15px;
	font-size: 16px;
	color: #999999;
	line-height: 60px;
	border-bottom: 1px #333333 solid;
}
.item a:last-child {
	border-bottom-width: 0;
}
.item a:hover {
	color: #9FE01E;
	background: #333333;
}
.item .sort {
	display: none;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	cursor: default;
	background: #444444;
	border-bottom: 1px #555555 solid;
}
.item a:hover.sort {
	color: #ffffff;
	background: #444444;
}
.item img {
	padding-bottom: 3px;
	margin-right: 6px;
	width: 40px;
	height: auto;
}
.item b {
	position: absolute;
	top: 8px;
	left: 63px;
	font-size: 13px;
	color: #fe1a45;
	line-height: 13px;
	font-weight: 900;
	font-family: Arial;
}
@media screen and (max-width: 1100px) {
	.navList ul:before {
		right: 133px;
		margin-right: 0;
	}
}

/* ==========================================================================
	Game
========================================================================== */
.game {
	position: relative;
	padding-top: 60px;
	height: 865px;
}
.swiper-slide:before {
	content: '';
	display: block;
	width: 100%;
	height: 805px;
	background-position: top center;
	background-repeat: no-repeat;
}
.swiper-slide.m3:before { background-image: url('../img/bg_m3.jpg'); }
.swiper-slide.m4:before { background-image: url('../img/bg_m4.jpg'); }
.swiper-slide.m7:before { background-image: url('../img/bg_m7.jpg'); }
.swiper-slide.m7r:before { background-image: url('../img/bg_m7r.jpg'); }
.swiper-slide.m11:before { background-image: url('../img/bg_m11.jpg'); }
.swiper-slide.m12:before { background-image: url('../img/bg_m12.jpg'); }
.swiper-slide.m13:before { background-image: url('../img/bg_m13.jpg'); }
.swiper-slide.g2:before { background-image: url('../img/bg_g2.jpg'); }

.txtBox {
	position: absolute;
	top: 165px;
	left: 0;
	right: 0;
	margin: auto;
	color: #ffffff;
}
.txtBox h2 {
	margin-bottom: 30px;
	font-size: 100px;
	line-height: 100px;
}
.txtBox h3 {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 28px;
}
.txtBox h2,
.txtBox h3 {
	text-align: center;
}

/* ==========================================================================
	Button
========================================================================== */
.button,
.button a {
	text-align: center;
}
.button {
	margin-bottom: 50px;
}
.button a {
	display: inline-block;
	margin: 0 5px;
	/* -webkit-transition: all .3s;
	transition: all .3s; */
}
/* .button a:hover {
	-webkit-filter: brightness(60%);
	filter: brightness(60%);
}
 */
/* ==========================================================================
	App
========================================================================== */
.app {
	text-align: center;
}
.app a {
	display: inline-block;
	margin: 5px;
	width: 160px;
}
.app a img {
	width: 100%;
	/* -webkit-transition: all .3s;
	transition: all .3s; */
}
/* .app a:hover img {
	-webkit-filter: brightness(60%);
	filter: brightness(60%);
} */

/* ==========================================================================
	Menu
========================================================================== */
.swiper-container-horizontal>.swiper-pagination {
	bottom: 30px;
}
.swiper-pagination {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.swiper-pagination-bullet {
	margin: 0 1vw;
	width: 16px;
	height: 16px;
	background: #ffffff;
	opacity: 1;
	border-radius: 8px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.swiper-pagination-bullet-active {
	width: 30px;
	background: #85c800;
	opacity: 1;
}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	z-index: 10;
	top: 42%;
	margin-top: -53px;
	width: 58px;
	height: auto;
	background-image: none;
	cursor: pointer;
}
.swiper-button-prev {
	left: 20px;
}
.swiper-button-next {
	right: 20px;
}

/* ==========================================================================
	for Notebook
========================================================================== */
@media screen and (max-width: 1356px) and (max-height: 688px) {
	.game {
		height: 624px;
	}
	.swiper-slide:before {
		height: 564px;
		background-size: auto 100%;
	}
	.txtBox {
		top: 70px;
	}
	.txtBox h2 {
		margin-bottom: 30px;
		font-size: 80px;
		line-height: 80px;
	}
	.txtBox h3 {
		margin-bottom: 25px;
		font-size: 18px;
		line-height: 28px;
	}
	.menu,
	.swiper-container-horizontal>.swiper-pagination {
		height: 100px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		margin-top: -34px;
		width: 40px;
	}
	footer {
		padding: 20px;
		min-height: 60px;
	}
}