@charset 'utf-8';

/* Reset */
body, h1, h2, h3, h4, h5, h6,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td,
form, fieldset, legend,
hr {
	margin:0;
	padding:0;
}


*+html table {border-collapse:collapse;}
img, fieldset, abbr, acronym {
	border:0;
}



select {height:21px;}

/* Base */
body {
	color:#666;
	font:12px Malgun Gothic, '돋움', '나눔고딕', sans-serif;
}
 hr {display:none}
caption, legend { height:0; line-height:0; font-size:0; overflow:hidden;}



