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

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

.section#section_1 {
	height: 600px;
	position: relative;
	background-color: #fff;
}

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

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

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

.section#section_1 .text .container .text_container h1{
	color: #000;
	margin-top: 0px;
	font-size: 57px;
	text-align: center;
	margin-bottom: 10px;
}

.section#section_1 .text .container .text_container h2{
	color: #000;
	margin-top: 45px;
	font-size: 17px;
	text-align: center;
	margin-bottom: 10px;
}

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

.section#section_1 .text .container .text_container .multiple_btns{
	width: 100%;
	float: left;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}

.section#section_1 .text .container .text_container .multiple_btns a{
	display: inline-block;
	color: #000;
	margin-right: 8px;
	margin-left: 8px;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 12px 8px 15px;
	transition: 400ms all ease;
	border-radius: 4px;
	box-sizing: border-box;
}

.section#section_1 .text .container .text_container .multiple_btns a.scroll-link{
	width: 187px;
	background-color: #BCBCBC;
}

.section#section_1 .text .container .text_container .multiple_btns a.gotoPage{
	width: 153px;
	background-color: rgba(0,0,0,1);
	color: #fff;
}

.section#section_1 .text .container .text_container .multiple_btns a .fa{
	padding-left: 10px;
	transition: 400ms padding-left ease;
}

.section#section_1 .text .container .text_container .multiple_btns a.scroll-link:hover{
	width: 220px;
}

.section#section_1 .text .container .text_container .multiple_btns a.gotoPage:hover{
	width: 170px;
}

.section#section_1 .text .container .text_container .multiple_btns a:hover .fa{
	padding-left: 25px;
}

.section#section_1 .text .container .text_container .arrow{
	width: 50px;
	margin: 0 auto;
	text-align: center;
	margin-top: 80px;
}

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


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

.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: 400px;
	position: absolute;
	left: 0px;
	height: 100%;
	display: table;
}

.section#section_2 .chapter .text .container .first_text h2{
	font-size: 48px;
	color: #000;
	transition: 400ms all ease;
	margin-top: 0px;
	margin-bottom: 40px;
	-webkit-backface-visibility: hidden;
}

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

.section#section_2 .chapter .text .container .first_text .more{
	font-size: 11px;
	color: #000;
	width: 65px;
	position: relative;
	transition: 400ms all ease;
	text-align: left;
	float: left;
}

.section#section_2 .chapter .text .container .first_text .more .fa{
	padding-left: 10px;
	position: absolute;
	right: 10px;
	top: 3px;
	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: 250px;
	height: 100%;
	position: absolute;
	left: 480px;
	display: table;
	opacity: 0;
	transition: 600ms all ease;
}

.section#section_2 .chapter .text .container .second_text a{
	width: 100%;
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 17px;
	transition: 400ms all ease;
	position: relative;
	overflow: hidden;
	-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:after{
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	opacity: 1;
	transition: 700ms all ease;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0) 100%);
}

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

.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 center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	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-position: center center;
	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{
	opacity: 1;
	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,
.section#section_2 .chapter:hover .text .container .first_text .more .fa{
	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);
}

@media (max-width: 992px) {
	.section#section_1 .text .container .text_container p{
		padding-left: 0px;
		padding-right: 0px;
	}
	.section#section_2 .chapter{
		height: 350px;
	}
	.section#section_2 .chapter.align-1 .text .container .first_text{
		right: 20px;
	}
	.section#section_2 .chapter.align-0 .text .container .first_text{
		left: 20px;
	}
}

@media (max-width: 600px) {
	.section#section_1 {
		height: 420px;
	}
	.section#section_1 .text .container .text_container h1{
		font-size: 30px;
	}
	.section#section_1 .text .container .text_container h2{
		font-size: 13px;
	}
	.section#section_1 .text .container .text_container p{
		font-size: 13px;
		line-height: 20px;
		text-align: left;
	}
	.section#section_1 .text .container .text_container .arrow{
		margin-top: 30px;
	}
	.section#section_2 .chapter{
		height: auto;
		margin-bottom: 15px;
	}
	.section#section_2 .chapter .gallery{
		position: relative;
		height: 200px;
		width: 100%;
		float: left;
	}
	.section#section_2 .chapter .text{
		position: relative;
		height: 200px;
		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 h2,
	.section#section_2 .chapter .text .container .first_text p,
	.section#section_2 .chapter .text .container .second_text a,
	.section#section_2 .chapter .text .container .first_text .more{
		color: #000 !important;
		text-align: left;
	}
	.section#section_2 .chapter .text .container .first_text{
		left: 15px !important;
		right: auto !important;
		width: 50%;
	}
	.section#section_2 .chapter .text .container .first_text h2{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.section#section_2 .chapter .text .container .first_text p{
		font-size: 13px;
		line-height: 20px;
	}
	.section#section_2 .chapter .text .container .first_text p br{
		display: none;
	}
	.section#section_2 .chapter .text .container .first_text .more{
		float: left !important;
	}
	.section#section_2 .chapter .text .container .first_text a:hover .more .fa{
		right: 10px;
	}
	.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;
	}
}

@media (max-width: 380px) {
	.section#section_1 .text .container .text_container .multiple_btns{
		margin-top: 30px;
	}
	.section#section_1 .text .container .text_container .multiple_btns a{
		margin-right: 4px;
		margin-left: 4px;
	}
	.section#section_1 .text .container .text_container .multiple_btns a.scroll-link,
	.section#section_1 .text .container .text_container .multiple_btns a.scroll-link:hover{
		width: 160px;
	}
	
	.section#section_1 .text .container .text_container .multiple_btns a.gotoPage,
	.section#section_1 .text .container .text_container .multiple_btns a.gotoPage:hover{
		width: 130px;
	}
}

@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;
	}
	.section#section_1 .text .container .text_container h2{
		text-align: left;
	}
	
	.section#section_1 .text .container .text_container .multiple_btns a.scroll-link,
	.section#section_1 .text .container .text_container .multiple_btns a.scroll-link:hover{
		width: 130px;
	}
	
	.section#section_1 .text .container .text_container .multiple_btns a.gotoPage,
	.section#section_1 .text .container .text_container .multiple_btns a.gotoPage:hover{
		width: 130px;
	}
}
