@charset "utf-8";
/* 기본설정 */
/* @import "default.css"; */
.roompre_slide{
    width: 100%;
    height: 75%;
    background: url('/html/images/roompre/01_01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* margin-bottom: 7%; */
}
.slide-caption { 
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}
.slide-caption h2 {
  font-size: 39px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  color: #fff ;
}


/* 배치도 영역 */
.mapbox{
    width: 85%;
    margin: 0 auto;
    max-height: 750px;
}
.mapbox img{
    width: 100%;
    max-height: 750px;
}


@media(max-width:1200px) {
    
}

@media(max-width:768px){
    .roompre_slide{
        width: 100%;
        height: 45%;
        background: url('/html/images/roompre/m/01_01.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .slide-caption h2 {
        display: none;
    }

    
    .mapbox {
        width: 100%;
    }
    .mapbox img {
        /* min-height: 260px; */
        object-fit: cover;
    }
    


}
@media(max-width:500px){
    
    
}