html,body {
	width: 100%;
	height: 100%;
}
body {
	font-size: 14px;
	line-height: 1.8;
	font-family: 'Apple Gothic','Helvetica','Arial',sans-serif;
	word-wrap: break-word;
	word-break: keep-all;
	background-color: #f7f7f7;
}
a {color: inherit;}
.error_page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.error_table {
	margin-top: 40px;
}
.error_table table tr {
	border-bottom:1px solid #e5e5e5;
}
.error_table table tbody th,
.error_table table tbody td {
	padding: 0.75rem 1rem;
	font-size: 14px;
	text-align: center;
	border: none;
	
}
.error_table table tbody th {
	font-weight: 600;
	color: #fff;
	background-color: #778088;
}
.error_table table tbody td {
	font-weight: 400;
}
.error_title {
	text-align: center;
}
.error_title a {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 14px;
	vertical-align: middle;
}
.error_title a i {
	margin-right: 4px;
}

.sitemap_area {
	display: table;
	margin: 40px auto 0;
}
.sitemap_area ul {
	display: table-cell;
}
.sitemap_area ul li {
	list-style: none;
	padding: 0 10px;
}
.sitemap_area h6 {
	background-color: #6c757d;
	padding: 10px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
}