@charset "utf-8";
/* CSS Document */

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}


#box {
	font-family: "돋움";
	font-size: 12px;
	margin:0 auto;
}

#top {
	background-color: #252525;
	margin: 0 auto;
	height: 155px;
	width: 100%;
	
}
#log {
	width:984px; 
	height:20px; 
	text-align:right;
}

#blank {
	width:970px;
	height:20px;
	margin: 0 auto;
}
#space {
	width:50px;
	height:95px;
	margin:0 auto;
	float:left;
	text-align:center;
}

#navy {
	width:984px;
	height:95px;
	margin: 0 auto;
	position: relative;
    left: 50%;    
    margin-left: -492px;
}

#main {
	width:984px;
	position: relative;
    left: 50%;    
    margin-left: -492px;
	clear:both;
}
#m-banner {
	width:984px;
	height:371px;
	position: relative;
    left: 50%;    
    margin-left: -492px;
	z-index:0;

}
#m-banner1 {
	width:984px;
	height:240px;
	margin:0 auto;
	position: relative;
    left: 50%;    
    margin-left: -492px;
	z-index:0;
}
#main_font {
	font-family:"돋움"
	font-size: 11px;
	color: #898989;
	width: 300px;
	height: 200px;
}

#quick {
	background-image:url(img/bottom_bg.jpg)
	width:auto;
	height:80px;
	margin:0 auto;
}
#quckmain {
	width:984px;
	height:auto;
	margin:0 auto;
	position: relative;
    left: 50%;    
    margin-left: -492px;
	clear:both;
}

#bottom {
	width:984px;
	height:95px;
	font-family: "돋움"
	font-size: 11px;
	color: #898989;
	position: relative;
    left: 50%;    
    margin-left: -492px;

	
}
