@charset 'utf-8';

.carousel { }
.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: 45px; font-weight: 500; line-height: 0.9; }
.carousel .img-wrap .slogun p { line-height: 1.2; word-break: keep-all; color: #fff; font-weight: 400;}



@media(max-width:768px){
    .carousel .img-wrap .slogun h2 { font-size: 43px; }
}
@media(max-width:576px){
    .carousel .img-wrap .slogun h2 { padding: 0 0 20px; font-size: 41px; }
    
}
@media(max-width:480px){
    .carousel .img-wrap .slogun h2 {  }
}
@media(max-width:440px){
    .carousel .img-wrap .slogun h2 { font-size: 39px; }
    .carousel .img-wrap .slogun p { font-size: 13px;}
}
