@charset "utf-8";
/* 기본설정 */
@import "default.css";
body{background: #fff;}
.topSlide{
    width: 100%;
    background: url('/images/food/01_01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.topSlide 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{
    padding: 3%;
}
.tourwrap .textbox a { /*more 버튼*/
    display: block;
    position: relative;
    width: max-content;
    /* margin: 0 auto; */
    margin-top: 70px;
    padding: 8px 27px;
    color: #fff;
    background: #6188AF;
    overflow: hidden;
    font-size: 18px;
}
.tourwrap .textbox a em {
    position: relative;
    z-index: 5;
    font-style: normal;
}
.tourwrap .textbox a::before{
    content: '';
    display: block;
    width: 0;
    height: 110%;
    background: #0F4275;
    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 #link_1 {
    transform: translateY(-300px);
}
.tourwrap{
    margin-bottom: 5%;
}
.tour_container{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    
}
.tour_container .textbox{
    font-size: 18px;
    line-height: 35px;
    position: relative;
}
.tour_container .textbox h2{
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 4%;
    
}
.tour_container .textbox p{
    font-size: 18px;
    line-height: 35px;
}
.tour_container .textbox .ref{
    font-size: 14px;
    line-height: 25px;
}
.tour_container .leftbox {
    position: relative;
    display: flex;
    border: 1px solid #000;
    border-collapse: separate;
    border-radius: 60px;
    width: 74%;
    margin-bottom: 6%;
    padding-bottom: 0%;
    overflow: hidden;
    box-shadow: 0px 5px 15px #00000029;
}
.tour_container .leftbox:nth-of-type(2n+1) {
    margin-left: 6%;
}
.tour_container .leftbox:nth-of-type(2n) {
    margin-left: auto;
    margin-right: 6%;
}
.tour_container .leftbox .textbox{
    width: 100%;
}
.tour_container .leftbox img{
    width: 100%;
    object-fit: cover;
    max-width: 46%;
}
.tour_container .leftbox .layer_mask {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 46%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
}

.mo{
    display: none;
}
@media(max-width:1200px){
    .tour_container .textbox{
        font-size: 13px;
        line-height: 23px;
    }
    .tour_container .textbox h2 {
        font-size: 32px;
        line-height: 50px;
    }
    .tour_container .textbox p{
        position: absolute;
        bottom: 0;
        right: 10px;
        font-size: 10px;
    }
}

@media(max-width:991px){
    .tour_container .textbox h2{
        font-size: 24px;
    }
}

@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;
    }
    .Listwrap_t #link_1 {
        transform: translateY(-200px);
    }
    .tourslide .textbox h2{
        font-size: 22px;
        line-height: 30px;
    }
    .tourslide .textbox h2 span{
        font-size: 28px;
    }
    .mo{
        display: block;
    }
    .tourwrap .textbox {
        padding: 5% 8%;
    }
    .tour_container .leftbox {
        flex-wrap: wrap;
        width: 90%;
        margin-bottom: 5%;
        padding-bottom: 4%;
        border-radius: 40px;
    }
    .tour_container .leftbox:nth-of-type(2n+1) {
        margin: 0 auto 6%;
    }
    .tour_container .leftbox:nth-of-type(2n) {
        margin: 0 auto 6%;
    }
    .tour_container .leftbox .textbox{
        width: 100%;
        font-size: 13px;
        line-height: 22px;
    }
    .tourwrap .textbox a { /*more 버튼*/
        display: block;
        position: relative;
        width: max-content;
        margin-top: 30px;
        padding: 8px 27px;
        color: #fff;
        background: #6188AF;
        overflow: hidden;
        font-size: 14px;
    }

    .tour_container .textbox h2 {
        margin-top: 5%;
    }
    .tour_container .textbox p{
        position: absolute;
        bottom: -10px;
        right: 20px;
        font-size: 10px;
    }
    .tour_container .textbox .ref {
        font-size: 11px;
        line-height: 20px;
    }
    .tour_container .leftbox img{
        width: 100%;
        object-fit: cover;
        max-width: 100%;
    }
    .tour_container .leftbox .layer_mask {
        max-width: 100%;
        width: 100%;
        height: 61vw;
        background: linear-gradient(180deg, rgba(255,255,255,0) 60%,rgba(255,255,255,1) 100%);
    }
}


@media(max-width:500px){
    
    .tourslide .textbox h2{
        font-size: 20px;
        line-height: 26px;
    }
    .tourslide .textbox h2 span{
        font-size: 14px;
    }
    .Listwrap_t .ListTitle p{
        font-size: 15px;
    }
}

@media(max-width:375px){
    
    .tour_container .textbox{
        font-size: 12px;
        line-height: 23px;
    }
    .tour_container .textbox p {
        bottom: -16px;
    }
}