/*  =============================================================================
	=============================================================================
	=============================================================================
	客製化 CSS 設計
	=============================================================================
	=============================================================================
	=============================================================================
	========================================================================== */

/* =============================================================================
   基本設定
   ========================================================================== */
.section{
	width: 100%;
	overflow: hidden;
}

.section#banner {
	height: 491px;
	position: relative;
}

.section#banner .text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background-color: rgba(0,0,0,0.7);
}

.section#banner .text .container{
	height: 100%;
	display: table;
}

.section#banner .text .container .text_container{
	display: table-cell;
	vertical-align: middle;
}

.section#banner .text .container .text_container h1{
	color: white;
	margin-top: 0px;
	font-size: 57px;
	text-align: center;
	margin-bottom: 5px;
}

.section#banner .text .container .text_container h2{
	color: white;
	margin-top: 0px;
	font-size: 17px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
}

.section#banner .text .container .text_container p{
	padding-left: 150px;
	padding-right: 150px;
	color: white;
	font-size: 17px;
	line-height: 28px;
	text-align: justify;
}

.section#banner .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.section#section_1{
	width: 100%;
	background-color: #E6E6E6;
	padding-top: 80px;
	padding-bottom: 100px;
}

.section#section_1 h3{
	font-size: 30px;
	text-align: center;
	padding-top: 0px;
	float: left;
	width: 100%;
	
}

.section#section_1 p{
	color: #000;
	font-size: 17px;
	line-height: 28px;
	text-align: justify;
}

.section#section_1 p a{
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.section#section_1 p a:after{
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: -2px;
	content: '';
	left: 0px;
}

.section#section_2{
	margin-bottom: 20px;
}

.section#section_2 .intro{
	background-color: #2C2C2C;
	padding-top: 60px;
	padding-bottom: 60px;
}

.section#section_2 .intro h3{
	font-size: 30px;
	text-align: center;
	padding-top: 0px;
	float: left;
	width: 100%;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 27px;
}

.section#section_2 .intro hr{
	width: 68px;
	margin: 0 auto;
	border-bottom: 0px;
	border-top: 1px solid #fff;
}

.section#section_2 .intro p{
	padding: 0px;
	margin: 0px;
	margin-top: 27px;
	width: 100%;
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	text-align: justify;
	padding-left: 150px;
	padding-right: 150px;
	box-sizing: border-box;
}


.section#section_2 .chapter{
	width: 100%;
	float: left;
	height: 440px;
	position: relative;
	overflow: hidden;
}

.section#section_2 .chapter a{
	text-decoration: none;
}

.section#section_2 .chapter .text{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.section#section_2 .chapter .text .container{
	height: 100%;
}


.section#section_2 .chapter .text .container .text_container{
	display: table-cell;
	vertical-align: middle;
}

.section#section_2 .chapter .text .container .first_text{
	width: 793px;
	position: absolute;
	left: 0px;
	height: 100%;
	display: table;
}

.section#section_2 .chapter .text .container .first_text h1{
	font-size: 36px;
	color: #fff;
	transition: 400ms all ease;
	margin-top: 0px;
	margin-bottom: 8px;
	-webkit-backface-visibility: hidden;
}

.section#section_2 .chapter .text .container .first_text p{
	font-size: 17px;
	color: #fff;
	transition: 400ms all ease;
	-webkit-backface-visibility: hidden;
	margin-bottom: 18px;
}

.section#section_2 .chapter .text .container .first_text p.additional{
	font-size: 14px;
	color: #fff;
	transition: 400ms all ease;
	-webkit-backface-visibility: hidden;
	margin-bottom: 36px;
}

.section#section_2 .chapter .text .container .first_text .more{
	font-size: 14px;
	color: #000;
	position: relative;
	transition: 400ms all ease;
	text-align: left;
	float: left;
	width: 160px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	transition: 400ms all ease;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border-radius: 5px;
	padding: 0px;
}

.section#section_2 .chapter .text .container .first_text .more .fa{
	padding-left: 10px;
	display: none;
	color: #000;
	transition: 400ms all ease;
}

.section#section_2 .chapter .text .container .first_text a:hover .more .fa{
	right: 0px;
}

.section#section_2 .chapter .text .container .second_text{
	width: 200px;
	height: 100%;
	position: absolute;
	left: 480px;
	display: table;
	opacity: 0;
	transition: 600ms all ease;
}

.section#section_2 .chapter .text .container .second_text a{
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 14px;
	color: #4A4A4A;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

.section#section_2 .chapter .text .container .second_text a .fa{
	position: absolute;
	left: -20px;
	top: 4px;
	transition: 400ms all ease;
}

.section#section_2 .chapter .text .container .second_text a:hover{
	padding-left: 30px;
}

.section#section_2 .chapter .text .container .second_text a:hover .fa{
	left: 10px;
}

.section#section_2 .chapter .gallery{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.section#section_2 .chapter .gallery:before{
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	opacity: 0.64;
	transition: 700ms all ease;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.57) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.57) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.57) 0%, rgba(0,0,0,1) 100%);
	padding-left: 0px;
	left: 0px;
}

.section#section_2 .chapter.chapter-2 .gallery:before{
	opacity: 0.53;
}
.section#section_2 .chapter.chapter-3 .gallery:before{
	opacity: 0.71;
}


.section#section_2 .chapter .gallery .hover_gallery{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	opacity: 0;
	transition: 700ms all ease;
}

.section#section_2 .chapter .gallery .hover_gallery > *{
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 1;
	transition: 1000ms all ease;
}

.section#section_2 .chapter .gallery .hover_gallery .active{
	opacity: 1;
}

.section#section_2 .chapter .gallery .bg_pic{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
}

.section#section_2 .chapter .gallery .bg_pic > *{
	width: 100%;
	height: 100%;
}

.section#section_2 .chapter:hover .gallery .hover_gallery{
	opacity: 1;
}

.section#section_2 .chapter:hover .gallery:after{
	opacity: 0;
}
.section#section_2 .chapter:hover .gallery:before,
.section#section_2 .chapter.chapter-2:hover .gallery:before,
.section#section_2 .chapter.chapter-3:hover .gallery:before{
	opacity: 0.8;
	left: 0px;
	padding: 0px;
}
.section#section_2 .chapter:hover .text .container .first_text h2,
.section#section_2 .chapter:hover .text .container .first_text p{
	color: #fff;
}
.section#section_2 .chapter:hover .text .container .second_text a{
	color: #fff
}
.section#section_2 .chapter:hover .text .container .first_text .more{
	background-color: #333;
	color: #fff;
}

.section#section_2 .chapter.align-1 .text .container .first_text{
	left: auto;
	right: 0px;
	text-align: right;
}

.section#section_2 .chapter.align-1 .text .container .first_text .more{
	float: right;
}

.section#section_2 .chapter.align-1 .text .container .second_text{
	left: auto;
	right: 480px;
}
.section#section_2 .chapter.align-1:hover .text .container .second_text{
	right: 450px;
	opacity: 1;
}
.section#section_2 .chapter.align-0:hover .text .container .second_text{
	left: 450px;
	opacity: 1;
}

.section#section_2 .chapter.align-1 .gallery:after,
.section#section_2 .chapter.align-1 .gallery:before{
	transform: rotate(180deg);
}

.section#section_link{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.section#section_link a{
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	
}

.section#section_link a .container{
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 3;
}

.section#section_link .game_btns{
	width: 160px;
	margin: 0 auto;
	margin-top: 20px;
	transition: 400ms width ease;
}

.section#section_link .game_btns .button{
	display: block;
	color: #000;
	margin-right: 15px;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 12px 8px 15px;
	transition: 400ms all ease;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
	z-index: 3;
	text-align: center;
	font-weight: 500;
}

.section#section_link a:hover .game_btns{
	width: 180px;
}

.section#section_link a:hover .game_btns .button{
	background-color: rgba(0,0,0,1);
	color: #fff;
}


.section#section_link {
	margin-bottom: 20px;
	background-color: #e6e6e6;
}

.section#section_link:after{
	width: 100%;
	height: 100%;
	opacity: 0.45;
	background-color: #000;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	transition: 400ms all ease;
}

.section#section_link:hover:after{
	opacity: 0.6;
}

.section#section_link  h2{
	margin-top: 0px;
	font-size: 48px;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
	position: relative;
	z-index: 3;
}

.section#section_link  p{
	margin-top: 0px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 45px;
	font-weight: 500;
	color: #fff;
	position: relative;
	z-index: 3;
}



@media (max-width: 992px) {
	.section#banner .text .container .text_container p{
		padding-left: 0px;
		padding-right: 0px;
	}

	
	.section#section_2 .chapter{
		height: 350px;
	}
	.section#section_2 .chapter .text .container .first_text{
		width: 100%;
	}
}

@media (max-width: 768px) {
	.section#section_2 .chapter .text .container .first_text{
		left: 15px !important;
		right: auto !important;
		width: 100%;
	}
	
	.section#section_1{
		padding-top: 20px;
		padding-bottom: 2px;
	}
	
	.section#section_1 h3{
		font-size: 30px;
	}
	.section#section_1 p{
		font-size: 13px;
		line-height: 20px;
	}
	
	.section#section_1 p a{
		text-decoration: none;
		position: relative;
		display: inline-block;
	}
}

@media (max-width: 600px) {
	.section#banner .bg,
	.section#section_2 .pic_section .bg{
		background-attachment: inherit;
	}
	.section#banner {
		height: 300px;
	}
	.section#banner .text .container .text_container h1{
		font-size: 30px;
	}
	.section#banner .text .container .text_container h2{
		font-size: 13px;
		margin-bottom: 30px;
	}
	.section#banner .text .container .text_container p,
	.section#section_2 .intro p{
		font-size: 13px;
		line-height: 20px;
		padding: 0px;
		padding-right: 0px;
	}
	.section#section_1 h3,
	.section#section_2 .intro h3{
		font-size: 18px;
		box-sizing: border-box;
		margin-top: 0px;
	}
	
	.section#section_2 .intro h3{
		margin-bottom: 10px;
	}
	
	.section#section_2 .intro p{
		margin-top: 10px;
	}
	
	.section#section_1 h3 br,
	.section#section_2 .intro br{
		display: none;
	}
	
	.section#section_2 .intro hr{
		width: 30px;
	}
	
	.section#section_2 .intro{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section#section_2 .chapter{
		height: auto;
		margin-bottom: 0px;
		background-color: #fff;
	}
	.section#section_2 .chapter .gallery{
		position: relative;
		height: 200px;
		width: 100%;
		float: left;
	}
	.section#section_2 .chapter .text{
		position: relative;
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	.section#section_2 .chapter .gallery:after,
	.section#section_2 .chapter:hover .gallery:before,
	.section#section_2 .chapter:hover .gallery .hover_gallery{
		opacity: 0 !important;
	}
	.section#section_2 .chapter .text .container .first_text h1,
	.section#section_2 .chapter .text .container .first_text h2,
	.section#section_2 .chapter .text .container .first_text p,
	.section#section_2 .chapter .text .container .second_text a{
		color: #000 !important;
		text-align: left;
	}
	.section#section_2 .chapter .text .container .first_text{
		left: 0px !important;
		right: auto !important;
		width: 100%;
		position: relative;
	}
	.section#section_2 .chapter .text .container .first_text h1{
		font-size: 24px;
		margin-bottom: 0px;
	}
	.section#section_2 .chapter .text .container .first_text h2{
		font-size: 13px;
		margin-bottom: 20px;
	}
	.section#section_2 .chapter .text .container .first_text p{
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.section#section_2 .chapter .text .container .first_text p br{
		display: none;
	}
	.section#section_2 .chapter .text .container .first_text p.additional{
		margin-bottom: 16px;
	}
	.section#section_2 .chapter .text .container .first_text .more{
		float: left !important;
		text-align: center;
		color: #000;
		margin-bottom: 20px;
		opacity: 1 !important;
		background-color: #fff;
		color: #000;
		width: 100%;
		border: 1px solid #000;
	}
	.section#section_2 .chapter .text .container .first_text a .more .fa{
		display: inline-block;
		color: #000;
	}
	.section#section_2 .chapter .text .container .second_text{
		left: 55% !important;
		opacity: 1 !important;
		width: 45%;
		padding-left: 15px;
		box-sizing: border-box;
		border-left: 1px solid #d9d9d9;
	}
	.section#section_2 .chapter .text .container .second_text a{
		margin-bottom: 4px;
		margin-top: 4px;
		font-size: 12px;
	}
	.section#section_2 .chapter .text .container .second_text a:hover{
		padding-left: 0px;
	}
	.section#section_2 .chapter .text .container .second_text a:hover .fa{
		left: -20px;
	}
	
	.section#section_2 .chapter .gallery:before,
	.section#section_2 .chapter.chapter-2 .gallery:before,
	.section#section_2 .chapter.chapter-3 .gallery:before,
	.section#section_2 .chapter:hover .gallery:before,
	.section#section_2 .chapter.chapter-2:hover .gallery:before,
	.section#section_2 .chapter.chapter-3:hover .gallery:before{
		opacity: 0;
	}
	
	.section#section_link a .container{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section#section_link  h2{
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.section#section_link  p{
		margin-bottom: 25px;
	}
}

@media (max-width: 330px) {
	.section#section_2 .chapter .text .container .first_text{
		width: 100%;
	}
	.section#section_2 .chapter .text .container .second_text{
		display: none;
	}
	.section#section_2 .chapter .text{
		height: 150px;
	}
}