/* -----------------------------
	layout.css
	사이트 레이아웃을 정의 합니다
	제작 : seojoo@gmail.com
-------------------------------- */



/* footer */
#footer{}
#footer #bnb ul{height:50px;line-height:50px}
#footer #bnb .line{padding:0 5px;color:#fff;font-size:12px}
#footer #bnb a{color:#fff;font-size:12px;font-weight:bold}
#footer #info address{color:#666;line-height:150%;font-size:12px}

/* -----------------------------
	기본 레이아웃
-------------------------------- */
#wrapper{
	
}
	#header{
		
	}
		#ht{
			padding:12px 0 7px 0;
			overflow:hidden
		}
			#logo{
				float:left
			}
			#snsGroup{
				float:right
			}
		#gnb{
			clear:both;
			margin-top:10px;
			background:#144361
		}
	#container{
		padding:50px 0;
		overflow:hidden
	}
			#side{
				clear:both;
				float:left;
				width:180px
			}
			#content{
				float:right;
				width:760px     
			}
				#content .page-container{
					clear:both
				}
					#content .page-head{
						
					}
					#content .page-body{
						padding:50px 0
					}
	#footer{
		clear:both
	}
			#bnb{
				clear:both;
				background:#144361;
				overflow:hidden
			}
			#info{
				clear:both;
				padding:15px 0;
				overflow:hidden;
				background:#e7e7e7
			}
				#info address{
					float:left
				}
				#info #familySite{
					float:right
				}
				