* {
	margin:0;
	padding:0;
	font-size:100%;
}

body {
	font-size:75%;
	font-family:dotum,돋움;
	color: #333333;
	position:relative;
}

img, fieldset {
	border:none;
}


legend, caption {
	display:none;
}

li {
	list-style: none;
	}

img, input, select, textarea, button {
	vertical-align: middle;
	}

.disNone	{
	display: none;
	}

 a	{
	text-decoration: none;
	color: #333333;
	}

a:hover, a:focus, a:active	{
	text-decoration: underline;
	color: #333333;
	}

#wrap {
	position:relative; width:904px; margin:0 auto;
}

.clearB{clear:both; width:100%;}

hr { border-top:1px solid #9C9C9C; border-bottom:1px solid #F6F6F6; }

