@charset "utf-8";

/*
 * =================================================================================
 * INFORMATION
   ATRIUM.co.kr , Tel : 0505-901-9000 
 * ---------------------------------------------------------------------------------
 * @File Name 	: layout.css
 * @Description : layout Style Sheet
 * @Version 	: 1.0.0
 * @Create Date : 2016.07.25
 * @Update Date : N/A
 * @History		: N/A
 * =================================================================================
 */



#wrap {	margin:0px; padding:0px;}


/* header */
#header {background:url("../images/header/top_bg.jpg") repeat-x; height:122px;}
#header_area { width:1000px; margin:0px auto; height:115px; position:relative;}



#container { min-height:890px; margin:0 auto; width:1000px; position:relative;}/* ¸ÞÀÎ ÄÁÅÙÃ÷¿µ¿ª */



#visible_sub { background:url("../images/content/sub_visible_bg.jpg"); height:150px;}
#cbcotnainer { margin:0px auto; width:1000px; min-height:630px; position:relative;}/* ¼­ºê ÄÁÅÙÃ÷¿µ¿ª */
#sub_left { width:240px; position:absolute; left:0px;}
#sub_right { margin-left:290px;}
#content { clear:both; margin:0px auto; position:relative; margin-bottom:100px;}



#footer { background-color:#fff; height:90px; border-top:1px #ccc solid; position: relative;}




















#visible_main {
	background: url("../images/main/visible_mainbg.gif") repeat-x; width: 100%; height: 230px; margin-bottom: 30px; position: relative;
}

#cbmaincotnainer {
	margin: 0px auto; width: 994px; position: relative;
}
#main_left {
	width: 326px; margin-right: 30px; float: left; position: relative;
}
#main_center {
	width: 388px; margin-right: 30px; float: left; position: relative;
}
#main_right {
	width: 220px; float: left; position: relative;
}



