@charset "utf-8";
/* 기본설정 */
@import "default.css";
body{background: #fff;}
.tourslide{
    width: 100%;
    height: 75%;
    background: url('/images/tour/01_01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    margin-bottom: 3%;
}
.tourslide img{
    display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.tourslide .textbox{
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 9998;
    top: 45%;
    left: 50%;
    text-shadow: 5px 5px 5px #0000007A;
}
.tourslide .textbox h2{
    font-size: 4.1em;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 2%;
}
.tourslide .textbox p{
    font-size: 2.2em;
    color: #fff;
}
.tourslide .textbox p br{
  display: none;
}
@media all and (max-width:500px){
  .tourslide .textbox {font-size: 11px;}
  .tourslide .textbox h2{}
  .tourslide .textbox p {line-height: 40px;}
  .tourslide .textbox p br{ display: block; }
  .tourslide img{
    max-height: 305px;
    object-fit: cover;
}
}
.tourinfo h2{
    font-size: 35px;
    text-align: center;
    margin-bottom: 7%;
    font-family: 'medium';

}
.tourwrap .textbox{
    text-align: center;
    padding: 3%;
}
.tourwrap .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: 3px 3px 4px #333;
    overflow: hidden;
}
.tourwrap .textbox a em {
    position: relative;
    z-index: 5;
    font-style: normal;
}
.tourwrap .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);
}
.tourwrap .textbox a:hover em{
    color: #fff;
    -webkit-text-stroke:0.7px #fff;
}
.tourwrap .textbox a:hover::before{
    width: 120%;
}
.Listwrap_t{
    width: 100%;
    padding-bottom: 3%;
    box-sizing: border-box;
}
.Listwrap_t .ListTitle{
    width: 40%;
    text-align: center;
    margin: 0 auto;
    padding: 2% 0;
}
.Listwrap_t .ListTitle h2{
    font-size: 40px;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 1%;
    border-top: 1px solid #272727;
    border-bottom: 1px solid #272727;
}
.Listwrap_t .ListTitle p{
    font-size: 20px;
    color: #333;
    margin-top: 4%;
    -webkit-text-stroke: 0.5px #000;
}
.Listwrap_t .ListTitle span{
    font-size: 14px;
    line-height: 26px;
    word-break: keep-all;
}
.tourwrap{
    margin-bottom: 5%;
}
.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{
    font-size: 16px;
    line-height: 23px;
    position: relative;
}
.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;
}
.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;
    }
}