@charset "utf-8";
.contact01 {
	font-family: "微軟正黑體";
	font-size: 1.05em;
	color: #FFF;
	margin-bottom: 3em;
}

.QRcode {
	text-align: center;
	color: #FFF;
	margin-bottom: 2em;
	font-family: "微軟正黑體";
}

.QRcode p {
	font-family: "微軟正黑體";
	font-size: 1.05em;
	color: #FFF;
	display: block;
	
	}
	
.QRcode img {
	width: 100%;	
	}
	
.contact02 {
	font-family: "微軟正黑體";
	font-size: 1.05em;
	color: #FFF;
	line-height: 30px;
	margin-bottom: 2em;
}

.map {
	margin-top: 3em;
	margin-bottom: 3ex;
	}
	
.contact03 {
	font-family: "微軟正黑體";
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	}
	
	
	
	
/******不同解析度*********/

@media(max-width:1440px){}
@media(max-width:1366px){}
@media(max-width:1280px){}
@media(max-width:1024px){}
@media(max-width: 991px){}
@media(max-width:768px){
.QRcode {
	margin-top: 3em;
}
	
	}
@media(max-width:640px){}
@media(max-width:480px){}
@media(max-width:320px){}	
