html, body {
	margin:0px;padding:0px;
}
body {
	background:#221B4B;
	font-family: Noto Sans CJK KR;
}

.contents {
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	padding: 30px 40px;
	width:830px;
	height:430px;
	background:url(images/errorBgText.png) no-repeat #fff;
	border-radius: 20px;
}
h1.h1 {
	position:relative;
	color:#00C17C;
	font-size:34px;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 50px;
}

h1.h1>strong {
	color:#2a2a5e;
	font-weight:bold;
}
p {
	color:#383838;
	font-size:13px;
	line-height: 19px;
}
div.page__line {
	height: 1px;
	background-color: #000000;
	opacity: 0.1;
	margin: 22px 0;
}