@charset "UTF-8";

/* CSS 초기화 */
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 초기화 완료 */
body, input, button, textarea{font-family:'맑은 고딕','돋움';}
body, input, button, textarea{font-family:'나눔고딕','Nanum','맑은 고딕','돋움';}

/* 오류 페이지 */
dl{text-align:center; width:100%; min-width:400px; height:400px; margin:80px auto 0 auto; padding:120px 0 0 0; background:url('errpage/open.jpg') no-repeat center top;}
dl dt{margin:0; padding:0; color:#0065b0; font-size:40px; font-weight:600; height:100px;}
dl dt small{font-size:24px}
dl dd{margin:0; padding:0 16px; color:#ec6200; font-size:21px; font-weight:600;}