@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	font-family: "微軟正黑體", Arial;
	color: #666666;
	font-size: 1.2em;	
}

header{
	width: 100%;
	height: 118px;
}


#logo{
	width: 259px;
	height: 118px;
	margin: auto;
	background:url(../image/logo_l.jpg);
}


section{
	width: 100%;
	height: 400px;
	clear: both;
	background: #EEE;
}


article{
	width: 100%;
	height: auto;
	background: #FFF fixed;
}



footer{
	text-align: center;
	font-size: 0.6em;
	color: #808080;
	padding-top:3%;
	padding-bottom: 1%;
	margin-left: auto;
	clear: both;
}


#banner{
	width: 100%;
	height: 660px;
	background: url(../image/banner_l.jpg) no-repeat fixed;
	background-size:cover;
}

.banner_text{
	width: 30%;
	border-left: 1px solid #FFFFFF;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	color: #FFFFFF;
	line-height: 1.7em;
	float: left;
	margin-top: 320px;
	margin-left: 55%;
	text-align: justify;
	padding-left: 2%;
}

.banner_text_title{
	font-size: 1.5em;
	font-weight: bold;
}



#content1_left{
	width:40%;
	height: 400px;
	background: url(../image/content1_pic.jpg) no-repeat;
	background-size: cover;
	float:left;
}

.content1_left_text{
	color: #FFF;
	margin: auto;
	width: 80%;
	padding-top:140px; 
	text-align: center;
	line-height: 1.7em;
}


#content1_between{
	width: 40%;
	height: 400px;
	float: left;
}

.content1_between_text{
	font-size: 0.9em;
	line-height: 1.7em;
	margin-left: 20%;
	width: 63%;
}

.content1_between_title{
	font-size: 1.2em;
	color: #b9940e;
	margin-top:50px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

#content1_right{
	width:134px;
	height: 134px;
	float: left;
	margin-top: 120px;
	margin-left: 25px;
}


.content2_text{
	width: 60%;
	height:auto;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 80px;
	line-height: 1.7em;
	
}

.content2_text_title{
	width: 100px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: solid 3px #b9940e;
	padding-top: 80px;
	margin: auto;
	text-align: center;
}



#content2_down{
	width:100%;
	height: 400px;
	background: #b9940e;
}

.content2_left_text{
	width:40%;
	color: #FFF;
	line-height: 1.7em;
	text-align: center;
	margin-top: 130px;
	float: left;
}


.content2_left_title{
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
}

.content2_right{
	width: 60%;
	height:400px;
	float: right;
	background: url(../image/content2_ma_map.jpg) no-repeat local center;
	background-size: contain;
	background-color: #003d70;
}




@media (max-width:1100px) {
body{
	font-size: 1.1em;	
}

	
header{
	width: 100%;
	height: 62px;
}
	
	
#logo{
	width: 195px;
	height: 62px;
	margin: auto;
	background:url(../image/logo_s_195x62.jpg) no-repeat;
	background-size: contain;
}	

	
section{
	height: 360px;
}	
	
#content1_left{
	width:40%;
	height: 360px;
	float:left;
}	

.content1_left_text{
	width: 80%;
	padding-top:100px; 
}	
	
#content1_between{
	height: 360px;
}
	

.content1_between_text{
	font-size: 0.9em;
	line-height: 1.7em;
	margin-left: 10%;
	width: 80%;
}

	
.content2_text{
	width: 75%;
	
}	
	
	
#content2_down{
	width:100%;
	height: 340px;
	background: #b9940e;
}

.content2_left_text{
	width:40%;
	color: #FFF;
	line-height: 1.7em;
	text-align: center;
	margin-top: 130px;
	float: left;
}


.content2_left_title{
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
}

.content2_right{
	width: 60%;
	height:340px;
	float: right;
	background: url(../image/content2_ma_map.jpg) no-repeat local center;
	background-size: contain;
	background-color: #003d70;
}


	
	
}





@media (max-width:910px) {
.content1_between_text{
	font-size: 0.9em;
	line-height: 1.7em;
	margin-left: 10%;
	width: 90%;
}

}





@media (max-width:850px) {

#banner{
	width: 100%;
	height: 550px;
	background: url(../image/banner_s_450x564.jpg) no-repeat ;
	background-size:cover;
}

.banner_text{
	width: 60%;
	border-left: 1px solid #FFFFFF;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	color: #FFFFFF;
	line-height: 1.7em;
	float: left;
	margin-top: 300px;
	margin-left: 20%;
	text-align: justify;
	padding-left: 2%;
}

.banner_text_title{
	font-size: 1.5em;
	font-weight: bold;
}


section{
	width: 100%;
	height: 800px;
	clear: both;
	background-color: #FFF;
}	
	
	
#content1_left{
	width:100%;
	height: 300px;
	background: url(../image/content1_pic.jpg) no-repeat;
	background-size: cover;
	float:none;
}

.content1_left_text{
	color: #FFF;
	margin: auto;
	width: 70%;
	padding-top:100px; 
	text-align: center;
	line-height: 1.7em;
}


#content1_between{
	width: 100%;
	height: 320px;
}

.content1_between_text{
	font-size: 0.9em;
	line-height: 1.7em;
	margin-left:0;
	margin: 0;
	margin: auto;
	width: 330px;
}

.content1_between_title{
	font-size: 1.2em;
	color: #b9940e;
	margin-top:50px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	float: none;
}

#content1_right{
	width:134px;
	height: 134px;
	float: none;
	margin-top: 80px;
	margin: auto;
}
	
	
.content2_text{
	width: 70%;
	height:auto;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	line-height: 1.7em;
	
}

.content2_text_title{
	width: 100px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: solid 3px #b9940e;
	padding-top: 50px;
	margin: auto;
	text-align: center;
}

#content2_down{
	width:100%;
	height: auto;
	background: #b9940e;
	clear: both;
}

.content2_left_text{
	width:100%;
	color: #FFF;
	line-height: 1.7em;
	text-align: center;
	padding-top:50px;
	padding-bottom: 0px;
	float: none;
	clear: both;
	margin-top:0px; 
}


.content2_left_title{
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	float: none;
	clear: both;
}

.content2_right{
	width: 100%;
	height: 410px;
	background: url(../image/content2_ma_map.jpg) no-repeat center local;
	background-size: contain;
	float: none;
}	
	
}
	
	

@media (max-width:600px) {

.banner_text{
	width: 80%;
	margin-left: 10%;

}


.content1_left_text{
	width: 80%;
}
	
.content2_text{
	width: 80%;
}	
	

.content2_left_text{
	width:100%;
	color: #FFF;
	line-height: 1.7em;
	text-align: center;
	padding-top:50px;
	padding-bottom: 0px;
	float: none;
	clear: both;
	margin-top:0px; 
}


.content2_left_title{
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	float: none;
	clear: both;
}

.content2_right{
	width: 100%;
	height: 300px;
	background: url(../image/content2_ma_map.jpg) no-repeat center local;
	background-size: contain;
	float: none;
}		
	
	
}



@media (max-width:450px) {
	
.content2_right{
	width: 100%;
	height: 230px;
	background: url(../image/content2_ma_map.jpg) no-repeat center local;
	background-size: contain;
	float: none;
}		
	
}