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

/* =============================================================================
   基本設定
   ========================================================================== */
body{
	background-color: #fff !important;
}

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

.lightbox-view .lightbox-container .pic-container .img .scale,
.lightbox-view .lightbox-container .pic-container .img .intro{
	display: none !important;
}

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

.isotope_section #isotop_container .load-more-posts_practice {
	margin: 0 auto;
	display: block;
	font-size: 14px;
	color: #000;
	text-align: center;
	width: 125px;
	height: 45px;
	border: 1px solid #5a5a5a;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	margin-top: 40px;
	margin-bottom: 60px;
	transition: 400ms all ease;
}

.isotope_section #isotop_container .load-more-posts_practice.disabled{
	opacity: 0.3;
	cursor: default;
}

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

.section#section_3{
	background-color: #fff;
}

.section#section_3 .game_btns{
	width: 160px;
	margin: 0 auto;
	margin-top: 30px;
	transition: 400ms width ease;
}

.section#section_3 .game_btns a{
	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;
}

.section#section_3 .game_btns a .fa{
	padding-left: 10px;
	transition: 400ms padding-left ease;
}

.section#section_3 .game_btns:hover{
	width: 175px;
}

.section#section_3 .game_btns a:hover{
	background-color: rgba(0,0,0,1);
	color: #fff;
}

.section#section_3 .game_btns a:hover .fa{
	padding-left: 25px;
}

.section#section_3 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #e6e6e6;
}

.section#section_3  h2{
	margin-top: 0px;
	font-size: 48px;
	text-align: center;
	margin-bottom: 10px;
}

.section#section_3  p{
	margin-top: 0px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 45px;
}



@media (max-width: 992px) {
	
}

@media (max-width: 600px) {
	.section#section_5 .game_btns{
		float: inherit;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.section#section_5 .game_btns a{
		float: inherit;
		display: inline-block;
	}
	
	.section#section_3  h2{
		font-size: 24px !important;
	}
	
	.section#section_3  .typeform-widget{
		height: 300px !important;
	}
}
