@charset "utf-8";
@import url(custom.css);

/* CSS Start */

/* Site Layout - Body Wrap */
body {
	position:relative;
	background-color: #FFF;
	font-size:12px;
	font-family:Arial, Apple Gothic, Dotum, Gulim;
	line-height:18px;
	color:#666666;
	margin: 0px auto; 
	padding: 0px;
	background: url(../../asset/images/common/bg.gif) repeat-x;
}

#topheader {
	width:100%;
	top:0px;
	left:0px;
	height:18px;
	z-index:5;
}


#bodywrap {
    width:990px;
	height:100%;
	margin: 0 auto;
}

/* Site Layout - Header */
#header { 
	position:relative; 
	width:990px; 
	height:71px;
	padding:0px;
}

/* Site Layout - Content Body */
#contentbody { 
	position:relative; 
	width:990px;
	width:100%;
	padding-bottom:30px; 
	overflow:hidden;
	background:#ffffff;
	padding:0;
	margin: 0 auto;
	background:url(../../asset/images/common/left_bg.gif) no-repeat; 
	background-position:bottom left; 
}
.text {padding-left:20px;}

/* Site Layout - Column Left */
#columnleft { 
	position:relative; 
	width:181px;
	float:left;
	padding:0px;
	margin-bottom:0px;
	margin-right:0px;
}


/* Site Layout - Column Left */
#columncenter { 
	position:relative; 
	width:804px;
    float:right;
	background:#fff;
	padding:0px;
	margin-bottom:0;
}


/* Site Layout - Column Right */



/* Site Layout - Content Footer */
#footer {	
	position:absolute;
	margin: 0px auto;
	text-align:center;
	width:100%; 
	height:122px; 
    background: url(../../asset/images/common/bottom_bg.gif) repeat-x;
	float:right;
}
.subfooter {position:relative; width:990px; margin:0 auto;}
.subfooterleft {position:relative; float:left; width:290px; height:50px; padding-left:23px; padding-top:10px;}
.subfooterright {position:relative; float:right; width:500px; height:50px; color:#444; font-weight:bold; text-align:right; padding-top:10px;}

.subfooterbtn {position:relative; top:5px;}
.subfooterspan{padding-left:10px; color:#fff; font-weight:bold; background:url(../../asset/images/menu/dot_line02.gif) left center no-repeat;}

#btn_go {width:40px; height:16px;}


img{

 list-style-type: none;
 border: 0 none;
}

/* CSS End */


