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

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

.section#banner {
	height: 820px;
	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 .text .container .text_container .arrow{
	width: 50px;
	margin: 0 auto;
	text-align: center;
	margin-top: 80px;
}

.section#banner .text .container .text_container .arrow a{
	position: relative;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	display: block;
	margin-top: 0px;
}

.section#banner .text .container .text_container .arrow a:before{
	width: 100%;
	height: 1px;
	background-color: white;
	transform: rotate(45deg);
	position: absolute;
	left: -5px;
	top: 0px;
	content: "";
	transition: 400ms all ease;
}

.section#banner .text .container .text_container .arrow a:after{
	width: 100%;
	height: 1px;
	background-color: white;
	transform: rotate(-45deg);
	position: absolute;
	right: -5px;
	top: 0px;
	content: "";
	transition: 400ms all ease;
}

.section#banner .text .container .text_container .arrow:hover a:before,
.section#banner .text .container .text_container .arrow:hover a:after{
	top: 20px;
}

.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{
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 360px;
}

.section#section_1 .container{
	padding-left: 150px;
	padding-right: 150px;
}

.section#section_1 h3{
	font-size: 22px;
	color: white;
	text-align: center;
	padding-top: 110px;
	letter-spacing: 2px;
	float: left;
	width: 100%;
	
}

.section#section_1 h3:before{
	content: '“';
	font-size: 150px;
	color: white;
	position: absolute;
	left: -10px;
	top: 70px;
	font-family: 'Noto Sans TC';
	font-weight: 300;
	color: #000;
}

.section#section_1 h3:after{
	content: '”';
	font-size: 150px;
	color: white;
	position: absolute;
	right: -10px;
	top: 70px;
	font-family: 'Noto Sans TC';
	font-weight: 300;
	color: #000;
}

.section#section_1 label{
	color: white;
	font-size: 13px;
	float: right;
	text-align: right;
}

.section#section_2 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.section#section_2 .text_section{
	float: left;
	width: 100%;
}

.section#section_2 .text_section h3,
.section#section_2 .text_section h4,
.section#section_2 .text_section p{
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

.section#section_2 .text_section p{
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.section#section_2 .text_section .left{
	width: 50%;
}
.section#section_2 .text_section .right{
	width: 50%;
}

.section#section_2 .text_1 h3{
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.section#section_2 .text_1 h4{
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.section#section_2 .text_1 p{
	margin-top: 30px;
}

.section#section_2 .pic_section{
	width: 100%;
	height: 235px;
	margin-top: 40px;
	margin-bottom: 40px;
	float: left;
}

.section#section_2 .pic_section .bg{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.section#section_2 .text_3 hr{
	margin-top: 50px;
	margin-bottom: 50px;
}

.section#section_2 .text_4{
	margin-top: 0px;
	margin-bottom: 30px;
}

.section#section_2 .text_4 p{
	text-align: left;
	font-size: 14px;
	line-height: 23px;
}

.section#section_2 .text_4 br.br{
	display: none;
}

.section#section_2 .text_4 strong{
	font-size: 17px;
	font-weight: 100;
}

.section#section_2 .text_5 hr{
	margin-top: 50px;
	margin-bottom: 50px;
}

.section#section_2 .text_5 p{
	text-align: left;
	font-size: 14px;
	line-height: 23px;
}


.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_1 .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.section#section_1 h3:before{
		top: 20px;
		font-size: 100px;
		text-align: left;
	}
	
	.section#section_1 h3:after{
		top: 240px;
		font-size: 100px;
		text-align: right;
	}
	
	.section#section_2 .text_section h3,
	.section#section_2 .text_section h4,
	.section#section_2 .text_section p{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.section#section_2 .text_section .left,
	.section#section_2 .text_section .right{
		width: 100%;
		float: left;
	}
	
	.section#section_2 .text_section .right{
		margin-top: 40px;
	}
	
}

@media (max-width: 600px) {
	.section#banner .bg,
	.section#section_2 .pic_section .bg{
		background-attachment: inherit;
	}
	.section#banner {
		height: 600px;
	}
	.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{
		font-size: 13px;
		line-height: 20px;
	}
	.section#section_1 h3{
		font-size: 18px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		padding-top: 90px;
	}
	.section#section_1 h3 br{
		display: none;
	}
	.section#section_1 label{
		text-align: center;
		width: 100%;
		float: left;
	}
	.section#section_2 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.section#section_2 .text_1 h3{
		font-size: 18px;
	}
	
	.section#section_2 .text_1 h4{
		font-size: 13px;
	}
	
	.section#section_2 .text_section p{
		font-size: 13px;
		line-height: 20px;
	}
	
	.section#section_2 .text_3 hr{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.section#section_2 .text_4 p{
		font-size: 10px;
	}
	
	.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 .text_4 br.br{
		display: block;
	}
}