* {
	margin:0;
	padding:0;
	font-size:100%;
}
html{width:100%; height:100%;}

body {
	font-size:75%;
	font-family:dotum,µ¸¿ò;
	color: #666666;
	background:#eeeeee;
}

img, fieldset {
	border:none;
}


legend, caption {
	display:none;
}

li {
	list-style: none;
	}

img, input, select, textarea, button {
	vertical-align: middle;
	}
input{padding: 0 0 0 3px;}

textarea{padding: 0 0 0 3px;}

.disNone	{
	display: none;
	}

 a	{text-decoration: none;	color: #666666;}

a:hover, a:focus, a:active	{
	text-decoration: underline;
	color: #666666;
	}
select{padding:2px}


/* PAGING*/
.paging {
	width: 100%;
	margin: 18px 0;
	text-align: center;
	font-size:0.9em;
	color:#999999
}
.paging img{vertical-align:middle;}
.paging a {
	/*font-weight: bold;*/
	color: #888888;
	height: 18px;
	padding:0 4px 0 3px;
}
.paging a:hover, .paging a:focus {
	/*font-weight: bold;*/
	text-decoration:none;
	color: #e76e03;
}
.paging a.bgNone {
	background: none;
	padding:0;
}
.paging  span {
	font-weight: bold;
	color: #ec6e2e;
	height: 18px;
	padding:0 4px 0 3px;
}

.clearB{clear:both; width:100%;}
.clear{display:block; float:none; clear:both; height:0; width:100%; font-size:0 !important; line-height:0 !important; overflow:hidden; margin:0 !important; padding:0 !important;}

