/* layer default --------------------*/
body{
  margin:0px;
  padding:0px;
}
div, ul, ol, li, dl, dt, dd{
	margin:0px;
	padding:0px;
}

#wrapper{
	position:relative;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	float:left;
	font-size:12px;
	font-family:dotum;
	color:#000;
}
#top{
	width:100%;
	height:99px;
}
#center{
	width:100%;
	height:auto;
}
#bottom01{
	width:100%;
	height:66px;
	background:url(../images/a/bg_copy.gif) repeat-x;
	clear:both;
	float:left;
}
h1,h2,h3,h4,h5,h6,h7{
	font-size:0px;
	font-weight:bold;
}
select{
	height:21px;
}
hr{
	display:none;
}
a{
	text-decoration:none;
}
img{
	border:0px;
}
.hide{
	display:none;
}
.clear{
	clear:both;
}
.small_text{
	font-size:11px;
}
