/*  =============================================================================
	=============================================================================
	=============================================================================
	客製化 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-top: 40px;
	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 p{
	color: #000;
	font-size: 17px;
	line-height: 28px;
	text-align: justify;
}


@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;
	}
}
