@charset 'utf-8';


.carousel-control-next, .carousel-control-prev { display: none;}
.carousel .img-wrap { background-size: cover; background-position: center; background-repeat: no-repeat;}
.carousel .img-wrap .slogun { position: absolute; top:50% ; transform: translateY(-50%); width: 100%; color: #fff; text-align: center; }
.carousel .img-wrap .slogun h2 {padding: 0 0 25px; font-size: 55px; line-height: .9; font-weight: 400; }
.carousel .img-wrap .slogun p { font-size: 20px; line-height: 1.2; font-weight: 300; word-break: keep-all; }
/* .carousel:after { content:''; display: block; position: absolute; left: 50%; bottom: 0; transform: translateY(50%); width: 1px; height: 70px; background-image: linear-gradient(to bottom, #fff 50%, #c69c6d 50%); } */


@media(max-width:768px){

    .carousel .img-wrap .slogun h2 { font-size: 50px;}
    .carousel .img-wrap .slogun p { font-size: 18px;}
    /* .carousel:after { height: 60px;} */
}
@media(max-width:576px){

    .carousel .img-wrap .slogun h2 { font-size: 46px;}
    .carousel .img-wrap .slogun p { font-size: 16px;}
    /* .carousel:after { height: 40px;} */
}
