/* 메인 레이아웃 */

/* 전체 css  */
#wrapper {float:left; width:100%; min-width:1200px;}

/* 헤더 css */
#header_wrap {
	float:left; 
	width:100%;
	min-width:1200px;
	height:33px;
	background:#49372b;
}
#header {
	width:1200px;
	height:33px;
	margin:0 auto;
	position:relative;
}

/* 상단탑메뉴 */
/*.topmenu {
	position:absolute;
	top:13px;
	right:0;
	z-index:999;
}
.topmenu li {
	float:left;
	display:inline;
	background:#49372b;
}
.topmenu li.bar {
	font-size:12px;
	padding:0 10px;
	color:#7a6856;
}
.topmenu li a {
	color:#b6afaa;
	font-size:12px;
}
.topmenu li a:hover {
	color:#fff;
}*/



/* 컨텐츠 css */
#content_wrap {
	float:left;
	width:100%;
	min-width:1200px;
}
#content {
	width:1200px;
	margin:0 auto;
	min-height:136px;
	background:url(../images/sub/sub_top_img.gif) no-repeat right top;
}

/* 왼쪽 메뉴 & 배너 css */
#l_area {
	float:left;
	width:210px;
	background:#71b200;
	position:fixed;
}

/* 로고 */
.logo {
	float:left;
	width:210px;
	padding:20px 0px 30px 50px;
}

/* 상단탑메뉴 */
.topmenu {
	float:left;
	width:210px;
	height:27px;
	line-height:30px;
	background:#f3f3e7;
	text-align:center;
}
.topmenu li {
	display:inline;
	background:none;
}
.topmenu li.bar {
	font-size:12px;
	padding:0 5px;
	color:#d2d2d2;
}
.topmenu li a {
	color:#505050;
	font-size:12px;
}
.topmenu li a:hover {
	color:#71b200;
}

/* 왼쪽메뉴 */
.left_menu {
	float:left;
	width:210px;
}
.left_menu li {
	width:180px;
	padding:0 30px;
	background:url(../images/common/left_bar.gif) no-repeat left bottom;
}
.left_menu li a {
	display:block;
	width:150px;
	padding:10px 0;
}
.left_menu li a.on {
	display:block;
	width:150px;
	background:url(../images/common/left_arrow.gif) no-repeat right center;
}


/* 링크 */
.left_link {
	float:left;
	width:180px;
	padding:15px 0 10px 30px;
}
.left_link li {
	width:180px;
	padding-bottom:8px;
}

/* 고객센터 */
.left_tel {
	float:left;
	width:210px;
}

/* 계좌안내 */
.left_bank {
	float:left;
	width:210px;
}
.copy_info {
	float:left;
	width:960px;
	font-size:11px;
	color:#969696;
	line-height:20px;
	padding:40px 0 30px 30px;
	border-top:solid 1px #dcdcdc;
	position:relative;
}
.copy_logo {
	position:absolute;
	left:310px;
	top:88px;	
}
.copy_logo li {
	float:left;
	padding-right:10px;
}
	







