@charset "UTF-8";

/* basic */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* html5 element reset */
article, aside, details, figcaption, figure, footer, header, hgroup,
	main, nav, section, summary {
	display: block;
}
body {
	background: #fff;
	color: #000;
	height: 100%;
	font-family: "맑은 고딕", "돋움", dotum, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a:focus, a:hover, a:link, a:active, a:visited {
	text-decoration: none;
}
table caption {
	font-size: 0;
	line-height: 0;
	visibility: hidden
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container-error-wrap {
	border-top: 7px solid #398eaf;
	width: 100%;
	text-align: center;
}
.container-error {
	margin-top: 130px;
	dispaly: inline-block;
}
.error-img-area {
	margin-bottom: 25px;
}
.container-error h2{
	padding-top: 20px;
	font-size: 27px;
}
.container-error h2 span {
	color:  #398eaf;
	font-size: 34px;
}
.container-error p{
	padding-top: 10px;
	font-size: 14px;
}
.container-error .btn-group {
	margin-top: 15px;
}
.container-error .btn-group .btn {
	border: 1px solid #398eaf;
	display: inline-block;
	padding : 9px 0;
	width: 150px;
	font-size: 15px;
}
.btn-home {
	color: white;
	background-color: #398eaf;
}
.error-table { 
	margin-top: 30px;
	display: inline-block;
	width: 700px;
	font-size: 15px;
}
.error-table tr .td-hd-gbn{
	width: 150px;
	background-color: #eaeaea;
}
.error-table tr .td-hd-call{
	width: 400px;
	background-color: #eaeaea;
}
.error-table tr .td-hd-time{
	width: 150px;
	background-color: #eaeaea;
}
.error-table td {
	border: 1px solid #d4d4d4;
	padding: 10px 10px;
}
.error-table td .td-hd {
	background-color: #d4d4d4;
}