@charset "utf-8";


html, body {
	margin:0; padding:0;
	font-size:13px; line-height:1.2;
	font-family:'나눔고딕',NanumGothic,NG,NGCodingMalgun Gothic,'맑은 고딕',MalgunGothic,malgungothic,NanumGothic,NG,NGCoding,'돋움',dotum,AppleGothic,Helvetica,sans-serif;
	color: #333333;
}


div, p, ul, ol, li, dl, dt, dd, form, fieldset, button, blockquote, th, td, h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }
table { border-collapse:collapse; }
table caption { text-align:left; display:none; }
ul, ol, li { list-style:none; }
button { border:0; margin:0; padding:0; cursor:pointer; outline-style:none; }
fieldset { border:none; }
input, select, textarea { outline-style:none; margin:0; }
img { border:0; }
em { font-style:normal; }

@-moz-document url-prefix() {
	button { padding-bottom:3px !important; }
	label input { margin-top:0 !important; }
}



a { color:#666666; text-decoration:none; cursor:pointer; }
a:hover { color:#333333; text-decoration:none; cursor:pointer; }