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: 0px;
	padding: 0px;
	border: 0px;
	font-size:10pt;
	font-family:ng,Arial,Verdana;

	/*font-size: 100%;*/
	/*font: inherit;
	vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin:0px; 
	padding:0px;
}
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;
} */

/* Nanum Gothic */
@font-face {
	font-family:'ng';
	src:url('/css/font/ng.eot');	
	src:local(¡Ø),
		url('/css/font/ng.eot?#iefix') format('embedded-opentype'),
		url('/css/font/ng.woff') format('woff'),		
		url('/css/font/ng.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Nanum Gothic Bold */
@font-face {
	font-family:'ngb';
	src:url('/css/font/ng_b.eot');	
	src:local(¡Ø),
		url('/css/font/ng_b.eot?#iefix') format('embedded-opentype'),		
		url('/css/font/ng_b.woff') format('woff'),		
		url('/css/font/ng_b.ttf') format('truetype');	
	font-weight: normal;
	font-style: normal;
}

/* Nanum Gothic ExtraBold */
@font-face {
	font-family:'ngeb';
	src:url('/css/font/ng_eb.eot');	
	src:local(¡Ø),
		url('/css/font/ng_eb.eot?#iefix') format('embedded-opentype'),
		url('/css/font/ng_eb.woff') format('woff'),		
		url('/css/font/ng_eb.ttf') format('truetype');	
	font-weight: normal;
	font-style: normal;
}


.clfix:after {content:"."; display:block; clear:both; visibility:hidden; height:0;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* hides from ie-mac */
.clfix {zoom:1;} /*for ie 5.5-7*/

/* none */
.blind {position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;}