@charset "utf-8";
/* 기본설정 */
@import "default.css";
body {background: #F9F7F4;}
.first {background: linear-gradient(to right, rgba(255,255,255,0) 50%, #D4C2B0 50%); background-size: 200%; transition: 1s; }
.first.write{ background-position: -100% 0; }
.second {background: linear-gradient(to right, rgba(255,255,255,0) 50%, #3A745E 50%); background-size: 200%; transition: 1s; }
.second.write{ background-position: -100% 0; }
.third {background: linear-gradient(to right, rgba(255,255,255,0) 50%, #8D7359 50%); background-size: 200%; transition: 1s; }
.third.write{ background-position: -100% 0; }

.tourslide{
    width: 100%;
    height: 75%;
    background: url(/images/preview/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    
}
.tourslide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tourslide .textbox{
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 100;
    top: 50%;
    left: 50%;
    text-shadow: 5px 5px 5px #0000007A;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    pointer-events: none; /* 터치 이벤트가 슬라이드에 전달되도록 설정 */
}
.tourslide .textbox h2{
    writing-mode: vertical-lr;
    font-size: 43px;
    line-height: 50px;
    letter-spacing: 25px;
    font-family: 'medium';
    font-weight: 500;
    color: #fff;
}
.tourslide .textbox p{
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 500;
}


@media all and (max-width:768px){
    .tourslide {
        height: 40%; 
        background: url(/images/preview/m/banner.jpg);
        background-size: cover ;
        background-position: center center;
    }
}

@media all and (max-width:500px){
    .tourslide .textbox {font-size: 11px;}
    .tourslide .textbox h2{font-size: 20px; line-height: 26px;}
    .tourslide .textbox p {font-size: 14px; line-height: 20px;}
    .tourslide .textbox p br{ display: block; }
    .tourslide img{
        max-height: 305px;
        object-fit: cover;
    }
    }

/* spa 페이지 상단과 동일*/
.tourwrap{
    background:#F9F7F4;
    padding: 5% 0;
}

.tourwrap .textbox{
    text-align: center;
}
.title{ /*배치도 타이틀*/
    width: 250px;
    margin: 0 auto;
    border-top: 1px solid #6A4F34;
    border-bottom: 1px solid #6A4F34;
    color: #6A4F34;
    text-align: center;
    font-size: 45px;
    margin-bottom: 5%;
}
.pre_box {text-align: center; width: 65%; height: 680px; margin: 0 auto; overflow: hidden;}
.pre_box img {width: 100%; height: 100%; object-fit: contain; }

.mo{
    display: none;
}


@media(max-width:768px){
    .pre_box {width: 100%; height: 300px;}
    .title{
        width: max-content;
        font-size: 36px;
    }
    }


@media(max-width:500px){
    
    .title{
        font-size: 26px;
        margin: 10px auto 25px auto;
    }
}
