a img {border:none;}
.new_main {
	 position:relative;
	  height:660px;
}
#carousel_inner {
	margin:0 auto;
	width:100%;   /* 이미지슬라이드 가로사이즈 */
	height:700px;  /* 이미지슬라이드 세로사이즈 */
	overflow: hidden;
	position: relative; }
	
#carousel_inner_caption {
	margin:0 auto;
	width:100%;  /* 이미지슬라이드 가로사이즈 */
	height:700px;  /* 이미지슬라이드 세로사이즈 */
	overflow: hidden;
	position: absolute; top:0;}
.navigation {position:relative; width:1146px; margin:0 auto;}
.navigation .left {background: url('../images/ico_arrow_l.png') no-repeat;	width: 50px; height: 50px; position: absolute; left: 0; top:200px; cursor: pointer;}
.navigation .left:hover {background: url('../images/ico_arrow_l.png') no-repeat;	width: 50px; height: 50px; position: absolute; left: 0; top: 200px; cursor: pointer;}
.navigation .right {background: url('../images/ico_arrow_r.png') no-repeat; width: 50px; height: 50px; position: absolute; right: 0; top: 200px; cursor: pointer;}
.navigation .right:hover {background: url('../images/ico_arrow_r.png') no-repeat; width:50px; height:50px; position:absolute; right:0; top:200px; cursor:pointer;}
.titles {margin-top:40px;}
.titles h3 {font-family: 'Quicksand', sans-serif; font-size:22px; color:#a87c50; font-weight:bold; text-align:center; text-transform:uppercase; margin:0; letter-spacing: 1px;}
.titles h3 b {font-size: 30px; vertical-align: bottom; line-height: 22px;}
.titles h4 {text-align:center;	font-family: 'Bitter', serif; font-size: 28px; color: #5f483a; font-weight: bold; margin:0;}

.slide { position:relative; width:100%;}
.caption {	
	width:1146px;
	position: relative;
    top:-370px; 
	 margin:0 auto;
}
.caption h3 {
	width:462px; 
	margin-left:120px;
}