﻿@charset "utf-8";


#body_wrap{
	width:100%;
	/* background:url('/oak/images/oak_seoul/common/body_bg_img.png') no-repeat top center; */
	margin:auto;
}

/*header_wrapper*/
#header_wrapper{
	width:100%;
	height:auto;
	margin:auto;
	padding:0;
	border:0px solid black;
}


/*header_wrapper > utility_wrapper*/
#utility_wrapper{
	width:100%;
	height:48px;
	margin:0 0 20px 0;
	padding:0;
/* 	background-image:url('../common/utility_bg.gif'); */
}

.utility_logo{
	float:left;
	margin:9px 0 7px 0;
}

.utility{
	width:980px;
	height:37px;
	margin:auto;
	color:#ffffff;
	font:italic 11px;
	text-decoration:none;	
}

.utility ul{
	float:right;
	margin-top:11px;
}

.utility li{
	padding-left:5px;
}

.utility a:link{
	color:#ffffff;
	font:italic 11px;
	text-decoration:underline;
}

.utility a:visited{
	color:#ffffff;
	font:italic 11px;
	text-decoration:underline;
}

.utility a:active{
	color:#ffffff;
	font:italic 11px;
	text-decoration:underline;
}

.utility a:hover{
	color:#ffffff;
	font:italic 11px;
	text-decoration:underline;
}


/*container_wrapper*/
#container_wrapper{
	width:980px;
	margin:auto;
	padding:0;
	overflow:hidden;
	background-color:#ffffff;
/*
	border:1px solid #c4c4c4;
    box-shadow:         0px 0px 10px #bbb;
*/
}


/*container*/
#container {
	position: relative;
	width:980px;
	margin:auto;
	padding:20px 0 20px 0;
	overflow:hidden;
	border:0px solid red;
	
}

.sub_container {
	min-height: 760px;
}

/*submenu_wrapper*/
#submenu_wrapper{
	width:208px;
	float:left;
}




/*submenu_wrapper > submenu*/
#submenu{
	width:198px;
	border-left:1px solid #bdc9d1;
	border-bottom:1px solid #bdc9d1;
	border-right:1px solid #bdc9d1;
/* 	padding-bottom:15px; */
	margin-top: -4px;
}

#submenu dl{
	padding-bottom:8px;
}

#submenu dt {
	color: #0b416e;
	line-height: 15px;
	text-decoration: none;
	padding: 12px 0 0 15px;
	margin-bottom: 15px;
	font-size: 1.3em;
	font-weight: bold;}

#submenu dd {
	border-bottom:1px dotted #dee4e8;
	padding:8px 8px 8px 8px;
	word-break: break-word;
}

#submenu dd.last{
	border-top:0;
	border-bottom:1px solid #bdc9d1;
	padding:8px 0 8px 0; 
}

#submenu dd p{
	 padding:0 0 0 8px;
	 display:inline;
	 color: #6083a1; 
	 line-height: 15px; 
	 text-decoration: none;
}

#submenu dd p a:link{
	 color: #6083a1; 
	 line-height: 15px; 
	 text-decoration: none;
}

#submenu dd p a:visited{
	 color: #05569a; 
	 line-height: 15px; 
	 text-decoration: none;
}

#submenu dd p a:active{
	 color: #6083a1; 
	 line-height: 15px; 
	 text-decoration: none;
}

#submenu dd p a:hover{
	 color: #6083a1; 
	 line-height: 15px; 
	 text-decoration: none;
}

.rss{
	text-align:center;
	margin:8px 0 0 0;
}


/*content_wrapper*/
#content_wrapper{
	width:760px;
	float:left;
	margin-left: 10px;
}


/*location*/
#location{
	width:100%;
	margin:4px 0 0 0;
	padding:0 0 25px 0;
	color: #5a5a5a; 
	line-height: 18px; 
	font-size:13px; 
	text-decoration: none;
}

#location a:link{
	color: #5a5a5a; 
	line-height: 18px; 
	font-size:13px; 
	text-decoration: none;
}

#location a:visited{
	color: #5a5a5a; 
	line-height: 18px; 
	font-size:13px; 
	text-decoration: none;
}

#location a:active{
	color: #5a5a5a; 
	line-height: 18px; 
	font-size:13px; 
	text-decoration: none;
}

#location a:hover{
	color: #afafaf; 
	line-height: 18px; 
	font-size:13px; 
	text-decoration: underline;
}


/*content*/
#content{
	width:100%;
}


/*footer_wrapper*/
#footer_wrapper{border-top:1px solid #bababa; }

#footer{
	width:980px;
	margin:0 auto;
	padding: 24px 0;
}



.footer_oak { float: left; }
.footer_address { margin: 0 0 0 150px; }

#footer .txt{
	font-size: 11px; color: #3f3f3f;
	display:block;

}
