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

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

#filter_bar{
	width: 100%;
	height: 40px;
	position: absolute;
	top: 370px;
	left: 0px;
	z-index: 4;
	background-color: #fff;
}

#filter_bar .button-group{
	text-align: center;
	margin: 0 auto;
	margin-top: 1px;
	transition: 300ms margin-top ease;
}

#filter_bar .button-group button{
	display: inline-block;
	background-color: #fff;
	border: 0px;
	font-size: 20px;
	margin-left: 4px;
	margin-right: 4px;
	border: 1px solid #c2c2c2;
	cursor: pointer;
	padding: 2px 10px 2px 10px;
	transition: 300ms all ease;
}

#filter_bar .button-group button.active,
#filter_bar .button-group button:hover{
	background-color: #5a5a5a;
	color: #fff;
}

#filter_bar.active{
	position: fixed;
	top: 60px;
}

#filter_bar.active .button-group{
	margin-top: 3px;
}

#filter_bar.active .button-group button{
	font-size: 16px;
}

.section#section_1 {
	height: 370px;
	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_2{
	margin-top: 40px;
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	.section#section_1 .text .container .text_container p{
		padding-left: 0px;
		padding-right: 0px;
	}
	#filter_bar .button-group button{
		font-size: 13px;
		padding: 2px 5px 2px 5px;
	}
	#filter_bar.active .button-group{
		margin-top: 7px;
	}
	#filter_bar.active .button-group button{
		font-size: 13px;
	}
}

@media (max-width: 600px) {
	.section#section_1 {
		height: 200px;
	}
	#filter_bar{
		top: 220px;
		height: 65px;
	}
	#filter_bar .button-group{
		width: 70%;
	}
	.section#section_1 .text .container .text_container h1{
		font-size: 28px;
	}
	.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;
	}
}

@media (max-width: 330px) {
	.section#section_1 .text .container .text_container h2{
		text-align: left;
	}
}
