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

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

.section#section_1 {
	height: 375px;
	position: relative;
	background-color: #f2f2f2;
}

.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_2{
	margin-bottom: 20px;
	padding-bottom: 40px;
	position: relative;
	background-color: #fff;
}

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

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

.section#section_2 .text .container .text_container{
	display: block;
}

.section#section_2 .text .container .text_container .links{
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}

.section#section_2 .text .container .text_container .links .link{
	display: inline-block;
	width: 150px;
	height: 37px;
	background-color: #aaaaaa;
	margin-left: 5px;
	margin-right: 5px;
	transition: 400ms all ease;
}

.section#section_2 .text .container .text_container .links .link_1{
	background-color: #5a5a5a;
}

.section#section_2 .text .container .text_container .links .link_2{
	background-color: #7f7f7f;
}

.section#section_2 .text .container .text_container .links .link a{
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 8px;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000;
	transition: 400ms all ease;
}

.section#section_2 .text .container .text_container .links .link:hover{
	background-color: #fff;
}

.section#section_2 .text .container .text_container .links .link:hover a{
	color: #000;
}

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

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

.section#section_2 .text .container .text_container .pic{
	width: 100%;
/* 	height: 400px; */
	float: left;
/* 	background-color: #b8b8b8; */
	margin-top: 30px;
/*
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
*/
}

.section#section_2 .text .container .text_container .pic img{
	margin: 0 auto;
}

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

@media (max-width: 600px) {
	.section#section_1 {
		height: 270px;
	}
	.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_2 .text .container .text_container h2{
		font-size: 25px;
	}
	.section#section_2 .text .container .text_container p{
		font-size: 13px;
		line-height: 20px;
		text-align: left;
	}
	.section#section_2 .text .container .text_container .links .link{
		width: 95px;
	}
	.section#section_2 .text .container .text_container .pic{
		height: 260px;
	}
}

@media (max-width: 330px) {
	.section#section_1 .text .container .text_container h2{
		text-align: left;
	}
	.section#section_2 .text .container .text_container .links .link{
		zoom: 0.7;
	}
	.section#section_2 .text .container .text_container .pic{
		height: 200px;
	}
}
