@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% + 4.5rem) ; transform: translateY(-50%); width: 100%;  color: #fff; text-align: center; }
.carousel .img-wrap .slogun h2 { font-size: 5rem; font-weight: 500;  line-height: 1; }
.carousel .img-wrap .slogun p { padding-top: 2rem; font-size: 1.8rem; font-weight: 300; line-height: 1;}

@media(max-width:768px){
    .carousel .img-wrap .slogun h2 { font-size: 4.6rem; }
    .carousel .img-wrap .slogun p { padding-top: 2.2rem; font-size: 1.8rem; }
}