@CHARSET "UTF-8";
/**
 * 1. 파일명 : layout.css
 * 2. 작성자 : 김현섭
 * 3. 작성일 : 2013.07.17
 * 4. 파일설명 : 페이지 전체 레이아웃 설정(이씨스 표준 레이아웃)
 */
body{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#container{
	background:white;
	width:1170px;
	position:relative;
	margin:0 auto;
}

#container:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}

#header
{	
	position:relative;
	width:100%;
	height:85px;
	z-index:105;
	margin: 0;
	padding: 0;
}

#logo
{
	position:relative;
	width:305px;
	margin:0 auto;
	font-size: 200%;
	text-align:center;
	top:24px;
}

#content_main{
	position:relative;
	width:100%;
	margin-top:0px;
}

#content_main:after{
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	margin-top:10px;
}


#content_left{
	position:relative;
	float:left;
	width:180px;
	
}

#content_left:after{
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}

#content{
	position:relative;
	width:980px;
	float:right;
	
}

#content_body{
	position:relative;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	text-align:left;
  	overflow: hidden;
}

#leftMenu{
	padding-top:50px;
	padding-left:20px;
	width:160px;
	position:relative;
}

#leftBanner{
	position:relative;
	width:100%;
}

#leftBanner > a{
	display: block;
	margin: 0 auto 5px;
	text-align: center;
	width: 98%;
}

#leftBanner > a > img{ width:95%;}

#PrivateInfo{
	position:relative;
	width:100%;
	height:100%;	
}

dl.private{
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #C9E0ED;
	border-radius: 0px 0px 10px 10px;
	margin: 5px auto;
	padding: 5px;
	position: relative;
	width: 89%;
}

dl.private > *{
	font-size: 12px;
	line-height: 20px;
	word-spacing: 2px;
}

h3.privateInfo{
	height: 25px;
	line-height: 20px;
	position: relative;
	border: 1px solid #C9E0ED;
	background-color:#4297D7;
	border-radius: 10px 10px 0px 0px;
	top: 10px;
	width: 72px;
	text-align:center;
	color:white;
}


dl.private > dt{
	width:40%;
	float:left;
	display:block;
}

dl.private > dd{
	display: block;
	text-align: right;
	width: 60%;
}


div.span-19{
	position:relative;
	width:740px;
	float:right;
	margin-left:10px;
	margin-right:10px;
	margin-top:25px;
}

div.span-5{
	position:relative;
	width:160px;
	padding-left:20px;
}

#sidebar
{
	padding: 20px 10px 20px 0;
}

#subMenu, #subMenu ul{
	position:relative;
	width:100%;
	list-style-type:square;
	list-style:inside;
	text-align:left;
}

#subMenu li{
	padding-left:5px;
	
}
#subMenu ul{
	padding-left:7px;
	
}
#subMenu > li a{
	color: black;
	font-weight: bold;
}
#footer {
	/*background:url('/images/common/footer/bg_footer.gif') repeat-x;*/
	position:relative;
	font-size: 0.8em;
	text-align: center;
	width:100%;
	padding:20px 0;	
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
	text-align:right;
}


div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

iframe body{ height:380px;}



div.view
{
	padding: 10px;
	margin: 10px;
	border: 1px solid #C9E0ED;
}


div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 40px 0 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
	text-align:left;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 15px;
	padding: 5px 8px 5px 0;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}
