@charset "utf-8";
/*
Author : 김윤정
Version : 1.0
*/

body{background:url('../img/inc/body_bg.gif') repeat-x left top;}

.clear{clear:both;}

#wrap #contetnsBody h1 {
	display: none;
}

#wrap {
		width:100%;
		height:100%;
		min-width:1000px;
		margin:0 auto;
		}
		* html #wrap {
			width:expression(d=document.compatMode=="CSS1Compat"?documentElement:document)&&(d.clientWidth<990?"1000px":"auto");
			margin:0 auto 0 auto;
			} /* For IE6 */


#contetnsBody {
		overflow:hidden;
		width:1000px;
		min-height: 100%;
		margin:0 auto;
		}

#head{width:1000px; margin:0 auto; background:url('../img/main/top_line.gif') no-repeat 0 105px; padding:0; position:relative;}

 

#leftNavi {
			float:left;
			width:160px;
			padding-top:0;
			}

#contents {
			float:left;
			width:820px;
			border-left:1px solid #dcdcdc;
			padding:0 0 20px 19px;
			}
#viewRight{width:210px; float:right;}
#searchRight{width:180px; float:right;}

#footer{margin-top:50px; height:90px;}

.right{text-align:right;}

#pop_wrap600{width:600px;}
#pop_head{background:url('../img/inc/pop_tit_bg.gif') repeat-x left top; padding:17px 0 20px 10px;}
#pop_contents{padding:30px 20px 40px 20px;}
#pop_footer{background:#82b73c;}

#pop_wrap700{width:700px;}
#pop_wrap270{width:270px; height:467px; background:#505050; text-align:center;}


#searchCon{
			float:left;
			width:780px;
			border-right:1px solid #dcdcdc;
			padding:0 19px 20px 0;
			}
