@charset "utf-8";
/* CSS Document */



#main_img {
	width:970px;
	height:312px;
	background-image: url(../images/img_back3.png);
	background-repeat: no-repeat;
	background-position: center top;	
}

#wrap .sub_main_img{
	width:970px;
	height:94px;
	background-image: url(../images/img_back2_2.png);
	background-repeat: no-repeat;
	background-position: center top;	
}
#main_img img {
	margin:9px 0 0 0 ;
} 

article#front {
	 margin:50px 0 5px 0;
} 

article#front_sub {
	 margin:-10px 0 0px 10px;
} 

#solution {
	border:solid 1px #FFFFFF;
	width:910px;
	min-height:160px;
	background: #e9eef3;
     padding:10px;
	border-radius:10px;
	margin:0 0 0 20px;	
}

#ecoffice, #ecpartners, #customer {
	width:260px;
	float:left;
	padding:10px;
	margin-right:22px; 
	
}



#ecoffice h3, #ecpartners h3, #customer h3{
	font-family: "맑은 고딕", 굴림;
	font-size: 14px;
	font-weight:600;
	color: #333;
	margin:0 0 10px 80px ;	
}

#ecoffice p, #ecpartners p, #customer p{
	font-family: "맑은 고딕", 굴림;
	font-size: 12px;
	color: #333;
	margin:0 0 0 80px;	
}

#ecoffice {
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position: left 15px;	
	border-right: 1px solid #ccc;
	text-decoration:none
}

#ecpartners {
	background-image: url(../images/icon2.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	border-right: 1px solid #ccc;
	
}

#customer {
	background-image: url(../images/icon3.png);
	background-repeat: no-repeat;
	background-position: left 15px;	
}


#sec_news {
	float:left;
	width:700px;
	margin:15px 0 0 140px;
	font-family: "맑은 고딕", 굴림;
	color: #333;
	/* display:inline;   ie6 bgu fix */
}

#sec_news h3 {
	font-family:"맑은 고딕", 굴림;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	width:700px;
	height:24px;
	background-image: url(../images/h3_back.jpg);
	background-repeat: no-repeat;
	padding:8px 0 0 22px;
}

#sec_news .orange {
	color:#f26522;
}

#news_notice .blue {
	color:#0c4a99;
}

#sec_news dl {
	margin-left:6px;	
}

#sec_news dt {
	font-family:  "맑은 고딕", 굴림;
	font-size: 13px;
	margin:5px 0;
	color: #000;	
}
#sec_news dt a{
	color: #000;
	text-decoration: none;
}
#sec_news dt a:hover{
	color: #f26522;
	text-decoration: underline;
}

#sec_news dd {
	margin-left:0;
	color: #333;
}
#sec_news dd a {
	color: #333;
	text-decoration:none;

}

#sec_news dd a:hover {
	color: #F90;
	text-decoration:underline;
}



/*news_notice*/

#news_notice {
	float:left;
	width:700px;
	margin:15px 0 0 140px;
	font-family: "맑은 고딕", 굴림;
	color: #333;
	/* display:inline;   ie6 bgu fix */
}

#news_notice h3 {
	font-family:"맑은 고딕", 굴림;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	width:700px;
	height:24px;
	background-image: url(../images/h3_back.jpg);
	background-repeat: no-repeat;
	padding:8px 0 0 22px;
}

#sec_news .orange {
	color:#f26522;
}

#news_notice .blue {
	color:#0c4a99;
}

#news_notice dl {
	margin-left:6px;	
}

#news_notice dt {
	font-family:  "맑은 고딕", 굴림;
	font-size: 16px;
	margin:5px 0;
	color: #F00;	
}
#news_notice dt a{
	color: #F00;
	text-decoration: none;
}
#news_notice dt a:hover{
	color: #F90;
	text-decoration: underline;
}

#news_notice dd {
	margin-left:0;
	color: #333;
}
#news_notice dd a {
	color: #333;
	text-decoration:none;

}

#news_notice dd a:hover {
	color: #F90;
	text-decoration:underline;
}



/* s3Silder */
#s3slider { 
   width: 970px; /* important to be same as image width */ 
   height: 308px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
 }
#wrap .sub_s3slider{ 
   width: 970px; /* important to be same as image width */ 
   height: 85px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
 }

#s3sliderContent {
    width: 970px; /* important to be same as image width or wider */
    position: absolute; /* important */
    top: 0; /* important */
    margin: 0 0 0 -40px; /* important */	
 }


 .s3sliderImage {
    float: left; /* important */
    position: relative; /* important */
    display: none; /* important */
	margin-top:9px;
 }

 .s3sliderImage span {
    position: absolute; /* important */
    left: 0;
    font: 13px/20px Arial, Helvetica, sans-serif, "맑은 고딕";
    padding:19px;
    width: 970px;
	margin:0px 0 0 0;
    background-color: #000;
    filter: alpha(opacity=70); /* here you can set the opacity of box with text */
    -moz-opacity: 0.7; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
    opacity: 0.7; /* here you can set the opacity of box with text */
    color: #fff;
    display: none; /* important */
    top: 0;

    /*
        if you put
        top: 0; -> the box with text will be shown at the top of the image 
       if you put
        bottom: 0; -> the box with text will be shown at the bottom of the image
    */
 }

