@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: 7.8%;
  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;
}
.list-wrap { 
    display: flex;
    position: relative;
    background: url('/html/images/tour/tour_bg.png') no-repeat center center / cover;
    background-attachment: fixed;
    padding-top: 7%;
}
.list-wrap .title {
    width: 30%;
    position: sticky;
    top: 22%;
    left: 0;
    max-height: 100vh;
}
.list-wrap .title h2 {
    width: 70%;
    margin-bottom: 73%;
    text-align: center;
    font-size: 50px;
    line-height: 2;
    letter-spacing: 1.5px;
    font-weight: 600;
    border-bottom: 1px solid #707070;
}
.list-wrap .title h3 {
    padding-left: 12%;
    margin-bottom: 30px;
    font-size: 70px;
}
.list-wrap .title p {
    padding-left: 12%;
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: 0.36px;
    color: #6D5D52;
}
.list-wrap .list {
    width: 75%;
}
.list-wrap .list li {
    display: flex;
    margin-bottom: 130px;
}
.list-wrap .list li:nth-of-type(2n+1) {
    margin-right: 18%;
}
.list-wrap .list li:nth-of-type(2n) {
    margin-left: 18%;
}
.list .tourimg {
    width: 45.5%;
    position: relative;
    z-index: 1;
    display: block;
    max-width: 500px;
    border-radius: 72px;
}
.list .text {
    width: 54.6%;
    max-width: 600px;
    padding: 4% 3% 4% 11%;
    background-color: #9E8C7F;
    color: #fff;
    border-radius: 72px;
    opacity: 0;
    transform: translate(-114px, 88px);
    -webkit-transform: translate(-114px, 88px);
    /* transform: translate(-64px, 88px);
    -webkit-transform: translate(-64px, 88px); */
}
.list li:nth-of-type(2n) .text {
    color: #6D5D52;
    background-color: #fff;
}
.list .text .small-title {
    font-size: 28px;
    letter-spacing: 2.8px;
    font-family: 'nelp';
}
.list .text h4 {
    margin-bottom: 35px;
    font-size: 38px;
    letter-spacing: 0;
    line-height: 2;
    font-weight: 600;
    color: #fff;
}
.list li:nth-of-type(2n) .text h4 {
    color: #6D5D52;
}
.list .text p.address {
    margin-bottom: 65px;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.list li:nth-of-type(2n+1) a.more_btn_diamond {
    border: 1px solid #fff;
}
.list li:nth-of-type(2n+1) a.more_btn_diamond span {
    color: #fff;
}
.list li:nth-of-type(2n+1) a.more_btn_diamond .arrowbox::before {
    border: 1px solid #fff;
}

@media(max-width:1500px){
    .list-wrap .title h2 { font-size: 40px;}
    .list-wrap .title h3 {
        font-size: 55px;
    }
    .list-wrap .title p {
        font-size: 14px;
    }
    .list .text {padding-left: 13%; }
    .list .text .small-title { font-size: 23px;}
    .list .text h4 { font-size: 33px;}
    .list .text p.address {font-size: 15px; }
}
@media(max-width:1200px){
    .list-wrap {
        display: block;
        background: url(/html/images/tour/m/tour_bg.png) no-repeat top center / cover;
        background-attachment: fixed;
    }
    .list-wrap .title {
        width: 100%;
        position: static;
        max-height: 100vh;
    }
    .list-wrap .title h2 {
        margin: 0 auto;
        border-bottom: 2px solid #979797;
    }
    .list-wrap .title h3 {
        text-align: center;
        padding: 0;
        margin-top: 13px;
    }
    .list-wrap .title p {
        text-align: center;
        padding: 0 0 50px;
    }
    .list-wrap .list { width: 100%;}
    .list-wrap .list li { 
        position: relative;
        justify-content: center;
        margin: 0 0 600px !important;
    }
    .list-wrap .list li:last-of-type {
        padding-bottom: 600px;
        margin-bottom: 0 !important;
    }
    .list .tourimg, .list .text { 
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 75%;
        height: 57.3vw;
        max-width: 400px;
        max-height: 306px;
        border-radius: 40px;
    }
    .list .text {
        top: 240px;
        left: 51vw;
        padding: 100px 5% 3%;
    }
    .list .text .small-title {
        font-size: 18px;
    }
    .list .text h4 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .list .text p.address {
        margin-bottom: 30px;
    }
}


@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: 12px;
        line-height: 1.5;
        color: #fff;
        margin-bottom: 17px;
    }
    .list-wrap .title h2 { font-size: 30px; }
    .list-wrap .title h3 { 
        font-size: 25px;
        letter-spacing: 1.5px;
        margin-bottom: 15px;
    }
    .list-wrap .title p {
        font-size: 11px;
        letter-spacing: 0.22px;
    }
    .list li a.more_btn_diamond {
        transform-origin: top left;
    }
}

@media(max-width:500px){
    .list .tourimg, .list .text {
        left: 43%;
    }
    .list .text {
        top: 45vw;
        padding: 17% 2% 2% 8%;
    }
    .list-wrap .list li { 
        margin: 0 0 114% !important;
    }
    .list-wrap .list li:last-of-type {
        padding-bottom: 114%;
    }
    .list .text .small-title {
        font-size: 15px;
        letter-spacing: 1.5px;
    }
    .list .text h4 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .list .text p.address {
        font-size: 12px;
        letter-spacing: 0.24px;
        margin-bottom: 20px;
    }
    .list a.more_btn_diamond { transform: scale(0.7);}
    
}
@media(max-width:350px){
    .list .text {
        padding: 15% 2% 2% 8%;
    }
}