@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;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.slide-caption h2 {
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: 6px;
  font-weight: 400;
  color: #fff ;
}
.slide-caption p {
  font-size: 19px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 40px;
}

/* section01 */
.section01 {
    padding: 10% 0;
}
/* 각 라인 */
.section01 .line { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    gap: 10%;
}
.section01 .line.line02 {
    gap: 8%;
}
/* 각 여행지 박스 */
.list-wrap {
    width: max-content;
    max-width: 30%;
    padding: 30px;
    background: #fff;
    box-shadow: 8px 8px 0px #c98d5826;
    margin-bottom: 100px;
}
.list-wrap h3 {
    font-size: 22px;
    letter-spacing: 2.2px;
    color: #3B1F07;
    font-weight: 400;
    margin-bottom: 15px;
}
.list-wrap h3 strong {
    font-size: 1.1em;
}
.list-wrap img {
    max-width: 100%;
}
.list-wrap p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.8;
    color: #3B1F07;
    font-family: 'NeoBold','sans-serif';
    margin: 30px 0 35px;
}
.tour-btnbox {
    display: flex;
    justify-content: center;
}
.list-wrap.title-wrap {
    box-shadow: none;
    background: none;
    padding: 0;
    text-align: center;
}
.title-wrap h2 {
    font-size: 54px;
    letter-spacing: 2.7px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.title-wrap h4 {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1.4;
}
@media(max-width:1600px){
    .title-wrap h2 {
        font-size: 46px;
        letter-spacing: 2.3px;
    }
    .title-wrap h4 {
        font-size: 35px;
        letter-spacing: 1.8px;
    }
}

@media(max-width:1200px){
    .title-wrap h2 {
        font-size: 40px;
        letter-spacing: 2px;
    }
    .title-wrap h4 {
        font-size: 27px;
        letter-spacing: 1.5px;
    }
}


@media(max-width:768px){
    .tourslide{
        margin-top: 50px;
        height: 78.125vw;
        background: url('/html/images/tour/m/01_01.jpg');   
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .slide-caption h2 {
        font-size: 27px;
        line-height: 1.3;
        letter-spacing: 6px;
        font-weight: 400;
        color: #fff ;
    }
    .slide-caption p {
        font-size: 15px;
        line-height: 1.5;
        color: #fff;
        margin-bottom: 0;
    }
    .section01 .line { flex-direction: column;}
    .list-wrap { max-width: 90%; margin-bottom: 60px;}
    .list-wrap h3 { font-size: 17px; letter-spacing: 1.7px;}
    .list-wrap h3 strong { font-size: 1.17em; letter-spacing: 2px;}
    .list-wrap p {
        font-size: 14px;
        letter-spacing: 0.7px;
        margin: 30px 0 35px;
    }
    .list-wrap a.common-btn {
        padding: 8px 23px;
        background: #3B1F07;
        font-size: 13px;
        color: #fff;
        font-weight: 400;
        border-radius: 50px;
    }
    .title-wrap h2 {
        font-size: 33px;
        letter-spacing: 1.65px;
    }
    .title-wrap h4 {
        font-size: 25px;
        letter-spacing: 1.25px;
    }

}

@media(max-width:400px){
    .title-wrap h2 {
        font-size: 30px;
    }
    .title-wrap h4 {
        font-size: 18px;
    }
}