@charset "utf-8";
/* 기본설정 */
@import "default.css";
.tourslide{
    width: 100%;
    height: 650px;
    background: url('/images/tour/01_01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    margin-bottom: 7%;
}
.tourslide img{
    display: block;
   width: 100%;
   height: 100%;
}
.tourslide .textbox{
    color: #fff;
    position: absolute;top: 50%;left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9997;
}
.tourslide .textbox h2 {
    font-size: 30px;
}
.tourinfo h2{
    font-size: 35px;
    text-align: center;
    margin-bottom: 7%;
}
.tourinfo h2::after{
    content:'';
    display: block;
    width: 4%;
    height: 2px;
    background-color:#000;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 70px;
}
.tourwrap{
    margin-bottom: 5%;
}
.tourbox{
    width: 30%;
    text-align: center;
    border: 1.5px solid #ccc;
    margin-bottom: 3%;
    transition: 0.5s;
    box-shadow: 5px 5px 7px #ccc;
}
.tourbox:hover {
    transform: translateY(-20px);
}
.tourbox img{
    display: block;
    width: 100%;
}
.tourflex{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tourbox .info_text{
    padding: 5% 8%;
}
.tourbox .info_text h3{
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 2% 4%;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'RIDIBatang';
}
.tourbox .info_text p{
    font-size: 20px;
    color: #707070;
}
.tourbox .info_text a.more{
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 21px 0 20px;
    font-size: 20px;
    color: inherit;
    border: 1px solid #A1A1A1;
    border-radius: 10px;
}
.tourbox .info_text a.more:hover {
    background: #373737;
    color: #fff;
    border: none;
}
@media (max-width:1200px) {
    .tourbox .info_text h3{
        font-size: 20px;
    }
    .tourbox .info_text p{
        font-size: 16px;
        color: #707070;
    }
    .tourbox .info_text a.more{
        display: block;
        width: 70%;
        margin: 0 auto;
        padding: 16px 0;
        font-size: 16px;
    }
}
@media(max-width:991px){
    .tourslide{
        height: 55%;
    }
}

@media(max-width:768px){
    .tourslide .textbox h2 {
        font-size: 25px;
    }
    .tourinfo h2::after{
        width: 10%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .tourinfo h2{
        font-size: 24px;
    }
    .tourbox{
        width: 48%;
    }
    .tourslide{
        width: 100%;
        height: 45%;
        background: url('/images/tour/m/01_01.jpg');   
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media(max-width:500px){

    .tourslide .textbox{
        /* display: none; */
    }
    .tourbox .info_text h3{
        font-size: 18px;
    }
    .tourbox .info_text p{
        font-size: 14px;
        line-height: 15px;
    }
    .tourbox .info_text a.more{
        display: block;
        width: 70%;
        margin: 0 auto;
        padding: 16px 0;
        font-size: 14px;
    }
    .tourflex{
        width: 90%;
        flex-direction: column;
    }
    .tourbox{
        width: 100%;
    }
    .tourbox .info_text h3{
        margin-bottom: 10px;
    }
    .tourbox .info_text h3{
        width: 75%;
    }
    .tourbox .info_text{
        padding-top: 5%;
    }
}