@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: calc(50% + 45px); left: 50%;  transform: translate(-50%,-50%); padding: 0 10px; width: 100%; max-width: 1320px; color: #fff; text-align: center; }
.carousel .img-wrap .slogun h2 { padding: 0 0 17px; line-height: 1; font-size: 50px; font-weight: 500;}
@media(max-width:991px){
    .carousel .img-wrap .slogun h2 { font-size: 48px;}
}
@media(max-width:768px){
    .carousel .img-wrap .slogun h2 {  padding: 0 0 15px; font-size: 44px;}
}
@media(max-width:576px){
    .carousel .img-wrap .slogun { text-align: center;}
    .carousel .img-wrap .slogun h2 {padding: 0 0 13px;   font-size: 40px;}
}
