html, body {
	margin:0px;padding:0px;
}
body {
	background:#ebeff3;
	font-family:'맑은 고딕', Dotum;
}

.contents {
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	padding:50px 80px 50px;
	width:900px;
	height:550px;
	background:url(/resources/error/bgError.png) no-repeat 580px 250px, #fff;
	border:1px solid #dee6ef;
}
h1.h1 {
	position:relative;
	color:#323d65;
	font-size:41px;
	font-weight:normal;
}
h1.h1:before {
	content:url(/resources/error/barError.png);
	display:block;
	margin-bottom:25px;
	font-size:0px;
}
h1.h1>strong {
	color:#2a2a5e;
	font-weight:bold;
}
p {
	margin-top:15px;
	color:#355487;
	font-size:16px;
}
div.logo {
	margin-top:50px;
	text-align:center;
}