@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: 10px;
  left: 7.8%;
  z-index: 5;
}
.slide-caption h2 {
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: 6px;
  font-weight: 400;
  color: #fff ;
}
.slide-caption p {
  font-size: 19px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 40px;
}
.preview h2{
    font-size: 50px;
    text-align: center;
}
.preview p{
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    margin-bottom: 70px;
}
.flex_parent{
    display: flex;
    justify-content: center;
    gap: 10%;
}
.mapbox{
    width: 85%;
    margin: 0 auto;
    max-height: 750px;
    margin-bottom: 5%;
}
.mapbox img{
    width: 100%;
    max-height: 750px;
}
/* .swiper2 {
    margin-bottom: 5%;
}
.swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 2%;
    flex-wrap: wrap;
    padding: 0 10%;
}
.swiper-slide {
    display: block;
    position: relative;
    width: 30%;
    margin-bottom: 2%;
}
.swiper-slide .imgcover img {
    width: 100%;
}
.preview_text{
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    font-size: 42px;
    line-height: 59px;
    padding: 20px 26px;
    text-shadow: 1px 2px 3px #e1e1e1;
}
.preview_text span{
    display: block;
    font-size: 28px;
}
.preview_arrow {
  position: absolute;
  bottom: 14px;
  right: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.preview_arrow img {
  transform: translateX(-16px);
  transition: 0.5s;
  width: 41px;
}
.swiper-slide:hover .preview_arrow img {
  transform: translateX(19px);
} */

.banner{
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)),
    url('/html/images/roompre/roompre_bg.png') no-repeat center center;
    width: 100%;
    height: 334px;
    margin-bottom: 5%;
    overflow: hidden;
}
.banner::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 53px;
    background-color: rgb(255, 255, 255);
}
.banner::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 53px;
    background-color: rgb(255, 255, 255);
}
.banner h3{
    width: 90%;
    font-size: 60px;
    line-height: 1.8;
    letter-spacing: 3.6px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.banner h3 span{
  font-family: 'gowun';
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.36px;
}

@media(max-width:1200px) {
    .preview h2 {
        font-size: 35px;
    }
    .preview p {
        font-size: 14px;
    }
    .preview_text{
        padding: 10px 13px;
        font-size: 30px;
        line-height: 40px;
    }
}

@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;
        margin-bottom: 7%;
    }
    .slide-caption h2 {
        font-size: 27px;
        line-height: 1.3;
        letter-spacing: 6px;
        font-weight: 400;
        color: #fff ;
    }

    .slide-caption p {
        font-size: 12px;
        line-height: 1.5;
        color: #fff;
        margin-bottom: 17px;
    }
    .preview {
        margin: 13% 0 0;
    }
    /* .preview2 {
        margin-bottom: 10%;
    } */
    .preview h2{
        margin-bottom: 0;
    }
    .preview p {
        margin-bottom: 30px;
    }
    .mapbox {
        width: 100%;
        margin-bottom: 50px;
    }
    .mapbox img {
        min-height: 260px;
        object-fit: cover;
    }
    /* .swiper-wrapper {
        padding: 0 8%;
    }
    .swiper-slide { 
        width: 90%;
        margin-bottom: 4%;
    }
    .preview_arrow {
        bottom: 9px;
        right: 12px;
      }
    .preview_arrow img {
        height: auto;
    }
    .swiper-slide:hover .preview_arrow img {
        transform: none;
    } */
    .banner {
        height: 50vw;
        background: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)),
        url('/html/images/roompre/m/roompre_bg.png');
        background-size: cover;
    }
    .banner::before {
        height: 37px;
    }
    .banner::after {
        height: 37px;
    }
    .banner h3{
        width: 100%;
        font-size: 25px;
        line-height: 2;
        letter-spacing: 4px;
    }
    .banner h3 span {
        font-size: 11px;
        line-height: 1.7;
        letter-spacing: 0.22px;
    }
    


}
@media(max-width:500px){
    
    .preview h2{
        font-size: 24px;
    }
    
}