/*** Carousel ***/
.carousel-caption
{
    /* 좌우를 화면 양 끝으로 붙여 가로 전체를 차지 */
    left: 0;
    right: 0;

    bottom: -24;
}

.carousel-control-prev,
.carousel-control-next 
{
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon 
{
    width: 3rem;
    height: 3rem;
}