@charset "utf-8";

/* ---------------------------------------- Error Page 403, 404, 500 ---------------------------------------- */
/*김대현20170420*/
body {
	margin: 0;
	padding: 0;
}

.wrap {
	width: 100%;
	margin-top: 100px;
}

.imgbox {
	width: 980px;
	height: 426px;
	margin: auto;
}

.btn {
	float: right;
	padding: 20px 50px;
	background: #00a8ff;
	border-radius: 20px;
	margin-right: 23px;
	color: #fff;
	font-weight: bold;
	border: 0;
}

.btn:hover {
	color: #000;
}
/*김대현20170420*/
#error_messege {
	width: 100%;
	height: 437px;
	background: url(/resources/img/bg_box.jpg) repeat-x;
	margin-top: 10%;
	padding-top: 70px;
}

.error_messege_contents {
	width: 930px;
	height: 280px;
	margin: 0px auto;
}

.error_messege_contents img.error_img {
	float: left;
	margin-right: 20px;
}

.error_messege_table {
	width: 500px;
	height: 150px;
}

.404error_title {
	display: block;
	width: 455px;
	height: 39px;
	float: left;
}

.404error_text {
	display: block;
	width: 583px;
	height: 86px;
}

.500error_title {
	display: block;
	width: 463px;
	height: 39px;
	float: left;
}

.500error_text {
	display: block;
	width: 626px;
	height: 87px;
}

.button_back {
	margin-top: 20px;
}