/* CSS Document */

/* base */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, feldset, input, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;
}

body {
	color:#666666;
	font-size:12px; 
	font-family:"µ¸¿ò",Dotum,"±¼¸²",Gulim,Verdana,AppleGothic,sans-serif;
	line-height:15px;
	
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:12px;
}

ol, ul, li {
	list-style:none;
}

form, fieldset, img{border:0;}
img {vertical-align:middle;}
label {cursor:pointer;}
address, cation, em {
	font-weight:normal;
	font-style:normal;
}

/* a */

a{font-size:12px; color:#919191; text-decoration:none;}
/*a:hover{color:#df6e13;letter-spacing:-1px;}*/
a:hover{color:#df6e13;}
a:active{color:#000000;}
a:focus{color:#666666;}

#accessibility, .skip, hr, legend{
	position:absolute;
	width:1px;
	height:1px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
	z-index:-1;
}
