#container_main{ width:100%; margin:2px 0; background:#fff; height:100%; float:left;
}

#slide_container{
	width: 100%;
	height: 600px;
	position: relative;
}

#slide_container #slide{
	width: 100%;
	height: 100%;
	position: relative;
}

#slide_container .bg_01{background:url(/images/agent/dcrent/main/slide01.jpg) no-repeat center;}
#slide_container .bg_02{background:url(/images/agent/dcrent/main/slide02.jpg) no-repeat center;}
#slide_container .bg_03{background:url(/images/agent/dcrent/main/slide03.jpg) no-repeat center;}
#slide_container .bg_04{background:url(/images/agent/dcrent/main/slide04.jpg) no-repeat center;}
#slide_container .bg_05{background:url(/images/agent/dcrent/main/slide05.jpg) no-repeat center;}

#slide_container .slide_arrow{
	display: block;
	position: absolute;
	width: 40px;
	height: 60px;
	top: 280px;
	z-index: 3;
}

#slide_container #next{
	right:13%;
}
#slide_container #prev{
	left:13%;
}


#container_main #content_btm{ width:1100px; margin:40px auto;}


/*  서비스정보*/ 
#content_btm .info_area { clear:both; width:100%; float:left; }
#content_btm .info_area > ul li{ height:200px; width:275px; box-sizing:border-box; float:left; display:inline-block; border-left:#e4e4e4 1px solid; text-align: center;  padding-top:80px;}
#content_btm .info_area > ul li:last-child{border-right:#e4e4e4 1px solid;}
#content_btm .info_area > ul li.ico-info1{ background:url(/images/agent/dcrent/main/icon_info01.jpg) center top no-repeat;}
#content_btm .info_area > ul li.ico-info2{ background:url(/images/agent/dcrent/main/icon_info02.jpg) center top no-repeat;}
#content_btm .info_area > ul li.ico-info3{ background:url(/images/agent/dcrent/main/icon_info03.jpg) center top no-repeat;}
#content_btm .info_area > ul li.ico-info4{ background:url(/images/agent/dcrent/main/icon_info04.jpg) center top no-repeat;}
#content_btm .info_area > ul li p{ text-align:center; width:80%; color:#363636; margin:0 auto; line-height:1.4em; font-size:16px; margin-bottom:15px;}
#content_btm .info_area > ul li h4{ display:block; width:60%; background:#1f9983;border-radius: 4px; color:#fff; text-align:center; font-size:16px; margin:0 auto; padding:3px 0; }

/* 공지영역*/ 
#content_btm  .news_area{ clear:both; float:left; width:100%; background:#f8f8f8; padding:20px 25px; box-sizing:border-box; margin-top:40px;}
#content_btm .news{ width:600px; float:left;}
#content_btm .news h3{ font-size:24px;  font-weight:600px; color:#000; margin-right:15px; float:left;}
#content_btm .news  ul{ width:380px; float:left;}
#content_btm .news  ul li{ width:100%; line-height:2.2em; }
#content_btm .news  ul li a{ color:#6d6d6d; font-size:14px; }
#content_btm .news  ul li a span{ color:#a7a7a7; font-size:11px; padding-left:10px; }
#content_btm .news .btn{}


/* sns*/ 
.news_area .sns{ width:450px; float:left; background: url(/images/agent/dcrent/main/icon_kakao.png) 0 0 no-repeat; display:block; box-sizing:border-box; padding-left:90px; height:75px;}
.news_area .sns p{ font-size:14px; text-align: left;  margin-top:5px;width:100%;}
.news_area .sns .tit{ color:#646464;  }
.news_area .sns h4{ display:block; width:53%; background:#3b1e1e;border-radius:20px; color:#fff; text-align:center; font-size:16px;  padding:3px 0; margin-top:5px; }
