@charset "UTF-8";
/* CSS Document */
body {
	font-family:"微軟正黑體","蘋果儷中黑",Arial;
	word-break: normal;
	text-align:justify; 
	padding: 0;
	margin: 0;
}

#layout{
	width: 100%;
	height: 100vh;
	background: url(../img/maintain-pc.jpg)   no-repeat ;
	background-size: cover;
	background-position: center center;
}

@media screen and (max-width: 800px){
	#layout{
		height: 100vh;
		background: url(../img/maintain-mob.jpg)  no-repeat ;
		background-size: cover;
		background-position: top center;
	}
}
