@charset "utf-8";
/* 기본설정 */
/* @import "default.css"; */

.tourslide{
    width: 100%;
    height: 100%;
    background: url('/html/images/tour/01_01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.tourslide img{
    display: block;
    width: 100%;
    height: 100%;
}
.slide-caption {
  position: absolute;
  z-index: 5;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  text-align: center;
}
.slide-caption h2 {
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: 6px;
  font-weight: 400;
  color: #fff ;
}
.slide-caption p {
  font-size: 39px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #fff;
  font-family: 'gowun-b';
}


@media(max-width:768px){
    .tourslide{
        height: 78.125vw;
        background: url('/html/images/tour/m/01_01.jpg');   
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .slide-caption {
        display: none;
    }
    
}





/* tour-wrap */
.tour-wrap {
    padding: 200px 10vw 120px;
}

.tour-wrap h2.shadow-title {
    margin: 150px 0 55px;
    text-align: center;
}
.tour-wrap h2.shadow-title .shadow-text {
    top: 1.5vw;
    left: 50%;
    transform: translateX(-50%);
}
.tour-wrap { 
  display: flex;
  flex-direction: column;
}
.tour-wrap .row {
  display: flex;
  gap: 4.68vw;
}
.tour-wrap .row.right {
  justify-content: flex-end;
}
.tour-wrap .box {
  width: 40%;
  max-width: 600px;
  margin-bottom: 130px;
  box-shadow: 5px 5px 25px #0000001A;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.tour-wrap .row.bottom .box {
  margin-bottom: 0;
}
.tour-wrap .text { 
    display: flex;
    justify-content: space-between;
    padding: 2.24vw;
    background-color: #fff;
}
.tour-wrap .text > div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
}
.tour-wrap p {
    font-size: 20px;
    color: #BE9A71;
    font-weight: bold;
}
.tour-wrap .left p strong {
  font-size: 1.5em;
  color: #44372B;
  margin-left: 0.2em;
} 
.tour-wrap .left p:last-of-type {
    font-size: 17px;
    color: #707070;
}
.tour-wrap .text .right p {
    font-size: 13px;
    color: #ababab;
}
.tour-wrap .right .more-btn {
    margin-top: 0;
    margin-left: auto;
    line-height: 1.2;
    color: #44372B;
    font-size: 21px;
}
.tour-wrap .right .arrow {
    width: 15px;
    filter: invert(25%)
        sepia(64%)
        saturate(600%)
        hue-rotate(345deg)
        brightness(17%)
        contrast(60%);
    transition: 0.7s ease;
}
.tour-wrap .right .more-btn:hover .arrow {
    transform: translateX(10px);
}

/***** 반응형 ******/
@media(max-width:1400px){
    

    .tour-wrap p {
        font-size: 16px;
    }
    .tour-wrap .left p:last-of-type {
        font-size: 15px;
    }
    .tour-wrap .text .right p {
        font-size: 11px;
    }
    .tour-wrap .right .more-btn {
        width: 70px;
        font-size: 15px;
    }
}

@media (max-width:1024px) {
    .tour-wrap .box {
        width: 45%;
    }
    .tour-wrap p {
        font-size: 14px;
    }
    .tour-wrap .left p:last-of-type {
        font-size: 13px;
    }
    .tour-wrap .text .right p {
        font-size: 10px;
    }
    .tour-wrap .right .more-btn {
        font-size: 14px;
    }
}

@media(max-width:768px){
    
    .tour_slide img{
        height: auto;
    }
    .tour-wrap {
        padding: 70px 5vw 0px;
    }
    .tour-wrap .row {
        flex-direction: column;
        gap: 0;
    }
    .tour-wrap .box {
        width: 90vw;
        margin-bottom: 50px;
    }
    .tour-wrap .row.bottom .box {
        margin-bottom: 50px;
    }
    .tour-wrap .box:last-of-type {
        margin-left: 0;
    }
    .tour-wrap .text {
        padding: 24px 30px;
    }
    .tour-wrap p {
        font-size: 14px;
    }
    .tour-wrap .left p strong {
        margin-left: 0.4em;
    }
    .tour-wrap .right .more-btn {
        text-align: right;
    }
    
}


@media(max-width:350px){
   .tour-wrap .box {
        width: 89vw;
    }
}
