.tourCon01 {  /*최상단 사진*/
    width: 100%;
    background: url(/images/travel/01_01.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 35%;
}


.tour_container .textbox a { /*바로가기 버튼 */
    display: block;
    position: relative;
    width: max-content;
    margin: 0 auto;
    margin-top: 15px;
    padding: 5px 12px;
    border: 1px solid #777;
    border-radius: 10px;
    color: #000;
    background: #fff;
    box-shadow: 1px 1px 1px #979797;
    overflow: hidden;
}
.tour_container .textbox a em {
    position: relative;
    z-index: 5;
    font-style: normal;
}
.tour_container .textbox a::before{
    content: '';
    display: block;
    width: 0;
    height: 110%;
    background: #333;
    position: absolute;
    left: -12.5%;
    top: -2%;
    transition: all .3s linear;
    transform: skew(-20deg);
}
.tour_container .textbox a:hover em{
    color: #fff;
    -webkit-text-stroke:0.7px #fff;
}
.tour_container .textbox a:hover::before{
    width: 120%;
}



.tour_container{
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    /* -webkit-text-stroke: 0.3px #000; */
}
.tour_container .textbox{
    position: relative;
    padding: 3%;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}
.tour_container .textbox h2{
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 3%;
    -webkit-text-stroke: 0px #000;
}
.tour_container .textbox p{
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 13px;
    color: #7a7a7a;
}
.tour_container .leftbox {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #707070;
    border-collapse: separate;
    width: 40%;
    height: 100%;
    margin-bottom: 3%;
    padding-bottom: 0%;
}
.tour_container .leftbox .textbox{
    width: 100%;
    height: 30%;
}
.tour_container .leftbox img{
    width: 100%;
    height: 70%;
    object-fit: cover;
}
.mo{
    display: none;
}
@media(max-width:1200px){
    .title{
        font-size: 48px;
    }
    .tour_container .textbox{
        font-size: 13px;
        line-height: 23px;
    }
    .tour_container .textbox p{
        position: absolute;
        bottom: 0;
        right: 10px;
        font-size: 10px;
    }
}

@media(max-width:991px){
    .tour_container .textbox h2{
        font-size: 18px;
    }
}

@media(max-width:768px){
    .Listwrap_t .ListTitle{
        width: 80%;
        text-align: center;
        margin: 0 auto;
        padding: 10% 0 21px 0;
    }
    .Listwrap_t .ListTitle h2{
        font-size: 30px;
        width: 120px;
    }
    .Listwrap_t .ListTitle p{
        font-size: 17px;
    }
    .tourslide .textbox h2{
        font-size: 22px;
        line-height: 30px;
    }
    .tourslide .textbox h2 span{
        font-size: 28px;
    }
    .title{
        font-size: 36px;
    }
    .mo{
        display: block;
    }
    .tour_container .leftbox {
        width: 90%;
        margin-bottom: 5%;
        padding-bottom: 4%;
    }
    .tour_container .leftbox .textbox{
        width: 100%;
        height: 40%;
        font-size: 12px;
        line-height: 15px;
    }
    .tour_container .textbox h2 {
        margin-top: 5%;
    }
    .tour_container .textbox p{
        position: absolute;
        bottom: -10px;
        right: 10px;
        font-size: 10px;
    }
    .tour_container .leftbox img{
        width: 100%;
        height: 60%;
        object-fit: cover;
    }
    .tourslide{
        height: 40%;
    }
    
}


@media(max-width:500px){
    .title{
        font-size: 26px;
    }
    .tourslide .textbox h2{
        font-size: 20px;
        line-height: 26px;
    }
    .tourslide .textbox h2 span{
        font-size: 14px;
    }
    .tour_container .textbox span.distance {
        font-size: 12px;
    }
    .Listwrap_t .ListTitle p{
        font-size: 15px;
    }
}

@media(max-width:375px){
    
    .tour_container .leftbox .textbox{
        font-size: 10px;
        line-height: 15px;
    }
    .tour_container .textbox h2 {
        font-size: 15px;
    }
}