@charset "utf-8";
/* CSS Document */

#header_wrap{
	width:100%;
	height:100px;
	position:relative;
	z-index:10000;
	background:url(../../images/efine/bg_header_wrap.png) repeat-x 0 0;
}
#header_wrap_main{
	width:100%;
	height:100px;
	position:relative;
	z-index:10000;
	background:#eaeaea url(../../images/efine/bg_header_wrap.png) repeat-x 0 0;
}
#header{
	width:1024px;
	height:100px;
	margin:0 auto;
}
#contents_wrap,
#bottom_contents_wrap{
	width:100%;
	position:relative;
	z-index:1000;
	background:#eaeaea;
}
#bottom_contents_wrap{
	height:280px;
	padding:10px 0 45px 0;
}
#top_contents{
	width:1024px;
	margin:0 auto;
}
#bottom_contents{
	width:1024px;
	margin:0 auto;
}
#copyright_wrap{
	height:85px;
	background:#FFFFFF;
	border:1px solid #d8d8d8;
	clear:both;	
}
.copyright_line{
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}
.copyright{
    clear:both;
    text-align:left;
    width:1024px;
    font-size:11px;
    margin:0 auto;
    color:#999999;
/*  border-top:1px solid #CCCCCC; */
    padding:10px 0;
    line-height: 12px;
}

.copyright_img{
    float:left;
    width:1024px;
}
.copyright_text{
    float:right;
    text-align:left;
    font-size:11px;
    width: 900px;
    padding-top:7px;
    
}
/*기존 efine foot img
#copyright{
	width:1024px;
	height:60px;
	margin:0 auto;
	background:url(../../images/common/copyimg.gif) no-repeat 0 0;
}
*/
.script_error{
	border-bottom:2px solid #FF3333;
	font-size:11px;
	font-weight:bold;
	color:#FF3333;
	width:100%;
	height:20px;
	text-align:center;
	padding-top:8px;
}