* ,*::after ,*::before {
	box-sizing: border-box;
}
body {
	font-family: Arial,"Heiti TC","微軟正黑體","Microsoft JhengHei","新細明體","PMingLiU", Sans-Serif;
	line-height: 1.444;
	letter-spacing: 1px;
	background-color: #F8F8F8;
}
body.repair {
    background-color: #FFF;
}
.wrap-box {
	position: absolute;
	width: 90%;
	max-width: 960px;
	height: 300px;
	top: -60px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	color: #555;
}
.box-1 {
	float: left;
	width: 50%;
	height: auto;
	padding-right: 20px;
	line-height: 1.5em;
}
.box-2 {
	float: left;
	width: 50%;
	height: auto;
}
.err-h1 {
	font-size: 48px;
	font-weight: bold;
}
.err-cont {
	line-height: 28px;
	margin: 20px 0;
}
.back-btn {
	display: block;
	height: 50px;
	width: 260px;
	line-height: 50px;
	text-align: center;
	background-color: #4AA3DF;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
	text-decoration: none;
}
.back-btn a {
	display: block;
	width: 100%;
	height: 100%;

}
.err-img {
  	position: relative;
	height: 480px;
	width: 480px;
	top: -140px;
  	margin: 0 auto;
	background: url('../images/404.png') 0 0 no-repeat;
	background-size: cover;
}
.repair-img {
  	position: relative;
	height: 480px;
	width: 480px;
	top: -140px;
  	margin: 0 auto;
	background: url('../images/temp-closed.png') 0 0 no-repeat;
	background-size: cover;
}
@media screen and (max-width: 960px) {
	.wrap-box {
		position: relative;
		padding-top: 40px;
	}
	.box-1 {
		position: absolute;
		float: none;
		width: 100%;
		top: 500px;
		padding-right: 20px;
		text-align: center;
		z-index: 10;
	}
	.box-2 {
		float: none;
		width: 100%;
		top: 30px;
		margin-top: 50px;
	}
	.back-btn {
		margin: auto;
	}
	.err-img, .repair-img {
		top: 0;
		z-index: 9;
	}
}
@media screen and (max-width: 767px) {
	.wrap-box {
		position: relative;
		padding-top: 340px;
		min-width: 320px;
	}
	.box-1 {
	    /*position: relative;*/
		top: 280px;
		padding: 0 10px;
		z-index: 10;
	}
	.box-2 {
		width: 100%;
		float: none;
		position: absolute;
		top: 10px;
		margin-top: 30px;
	}
	.err-h1 {
		font-size: 38px;
	}
	.err-cont {
		width: 90%;
		margin: 5px auto;
	}
	.back-btn {
		margin: 10px auto 0;
	}
	.err-img, .repair-img {
		height: 240px;
		width: 240px;
		margin-top: 30px;
		z-index: 9;
	}
}