.carousel-caption {z-index: 10;}
.carousel .item img {margin:0 auto;}
.carousel-inner, .item {height:100%;width:100%;}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {top: 45%;}
.carousel-caption { bottom: 50px; }
.carousel .item {
overflow:hidden;
background-position:center;
background-repeat:no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;	
}
.carousel-caption {font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";}

.carousel {
	margin-bottom: 10px;	
}
.carousel .item {				
}
.carousel .item img {width:auto;}