@charset "utf-8";

body{min-width:1000px;}
.wrapper{}


.mainContent{
	background:url('../img/main/main_bg.jpg') repeat-x center top;
}
.mainContent .topGnb{
	position:relative;
	width:1000px; margin:0 auto;
	z-index:99;
	background:url('../img/main/gnb_shadow.png') repeat-x left bottom;
}
.mainContent .mainConWrap{
	position:relative;
	top:-17px;
	background:url('../img/main/main_background.jpg') no-repeat center top;
	width:1000px; height:609px;
	margin:0 auto;
}
.mainConWrap .mainText{
	position:absolute;
	left:0; top:60px;
}
.mainConWrap .mainEle{
	position:absolute;
	left:137px; top:336px;
}
.mConBox{width:1000px; margin:0 auto;;}
.mConBox:after{display:block; clear:both; height:0; content:"";}
.mConBox dl{float:left; width:250px;}
.mConBox dl dt{
	position:relative;
	height:31px;
}
.mConBox dl dt .btnMore{
	display:block; 
	position:absolute; 
	right:0px; 
	top:0px; 
	width:31px; 
	height:31px;
	z-index:999999;
}
.mConBox dl dd{
	border-right:1px solid #e5e5e5;
	height:106px;
}

.mConBox dl.notice dd{
	background:url('../img/main/icon_news.jpg') no-repeat right 43px;
	padding-right:75px;
}
.mConBox dl.workList dd{
	background:url('../img/main/icon_collunm.jpg') no-repeat right 43px;
	padding-right:75px;
}
.mConBox dl.customer dd{
	padding:18px 0 0 10px;
	height:91px;
}
.mConBox dl.location dd{
	padding:18px 0 0 17px;
	border-right:0;
	height:91px;
}

.footer{
	text-align:center;
	padding:20px 0 15px 0;
	border-top:1px solid #e3e3e3;
	margin-top:20px;
	color:#b3b2b2;
	font-size:11px;
}


/* subLayout */
.subTop{
	text-align:center;
	margin-bottom:30px;
	height:250px;
	background:url('../img/sub/top_bg.jpg') repeat-x left top;
}
.subTop .topGnb{
	position:relative;
	width:1000px; margin:0 auto;
	z-index:99;
	background:url('../img/main/gnb_shadow.png') repeat-x left bottom;
}
.subTop .subVisual{
	position:relative;
	top:-17px;
	background-color:#f3f6fb ;
	width:1000px; height:167px;
	margin:0 auto;
}
.container{width:1000px; margin:0 auto;}
.container:after{display:block; clear:both; height:0; content:"";}
.container .lnbBox{
	float:left;
	width:200px;
	padding-left:13px;
}
.container .sConWrap{
	float:right;
	width:700px;
	padding-right:48px;
	padding-bottom:30px;
	min-height:400px;
	height:auto !important;
	height:400px;
}
.container .sConWrap .conTop{
	width:100%; height:32px;
	border-bottom:1px solid #c3c3c3;
	margin-bottom:23px;
}
.container .sConWrap .conTop:after{display:block; clear:both; height:0; content:"";}
.container .sConWrap .conTop .title{
	float:left;
}
.container .sConWrap .conTop .localArea{
	float:right;
	text-align:right;
	color:#343434;
	font-size:11px;
}



