@charset "UTF-8";

/* 체험후기 페이지 */
#review-section {
    width: 100%;
    height: 100%;
}
.review-grid {
    width: 100%;
    position: relative;
}

.col-left {
    position: relative;
    width: 15%;
    height: 100%;
    float: left;
    background: #588067;
}
.col-left .col-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.col-left .review-container {
    width: 100%;
}
.left-background  {
    width: 100%;
    height: 100%;
    
}

.col-right {float: left;width: 85%;}
.col-right .col-inner {
    margin-left: 50px;
}
.col-right .col-inner .container {
    max-width: 1400px;
    margin: 0 auto;
}

/* 체험사례 타이틀 */
.review-header {
    overflow: hidden;
}
.review-section-header {
    margin-bottom: 100px;
    margin-top: 250px;
}
.review-section-header h1 {
    margin-bottom: 20px;
}
.review-section-header h1 a {
    font-size: 60px;
    color: #1C1C1C;
    font-family: 'ELAND_Choice_B';
}
.review-section-header p {
    font-size: 27px;
    color: #1C1C1C;
    font-family: 'ELAND_Choice_M';
    line-height: 150%;
}


.review-list {
    max-width: 1400px;
    height: 100%;
}
.review-list ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.review-list ul li {
    width: 33.33333%;
}
.review-list-gap {
    padding: 0 30px;
    margin-bottom: 70px;
}
.review-list ul li .tb {
    overflow: hidden;
    height: 23vw;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;

}
.review-list ul li:hover .tb img {
    transform: scale(1.07);
}
.review-list ul li .tb img {
    width: 100%;
    overflow: hidden;
    transition: transform .7s;
}
.desc {
    margin-left: 15px;
}
.desc h4 {
    font-size: 24px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 12px;
    color:#000;
}
.desc span {
    display: block;
    font-size: 18px;
    line-height: 1.44444em;
    font-weight: 400;
    color: #666;
    font-family: 'ELAND_Choice_M';
}


@media (max-width:1480px){

    .col-left .container {
        padding: 0 7vw;
    }


}


@media (max-width:1200px){

    .review-section-header h1 a {
        font-size: 55px;
        color: #1C1C1C;
        font-family: 'ELAND_Choice_B';
    }
    .desc h4 {
        font-size: 18px;
    }
    .desc span {
        font-size: 15px;
        line-height: 1.2em;
    }


}

@media (max-width:1000px){
    .review-header {
        margin-top: 70px;
    }
    .review-section-header {
        padding: 90px 50px;
        margin: 0;
        background: #588067;
    }
    .review-section-header h1 {
        margin-bottom: 12px;
    }
    .review-section-header h1 a {
        font-size: 50px;
        color: #fff;
    }
    .review-section-header p {
        font-size: 24px;
        line-height: 120%;
        color: #fff;
    }

    .col-left {
        float: none;
        display: none;
    }

    .col-right {float: none;width: 100%;}
    .col-right .col-inner {
        margin-left: 0;
    }
    .review-grid {
        width: 100%;
        position: relative;
    }
    .review-list {
        width: 90%;
        margin: 0 auto;
    }
    .review-list-gap {
        padding: 0 10px;
    }
    .review-list ul li .tb {
        height: 36vw;
    }

}


@media (max-width:760px){

    .review-section-header h1 {
        margin-bottom: 10px;
    }
    .review-section-header h1 a {
        font-size: 40px;
    }
    .review-section-header p {
        font-size: 22px;
        line-height: 110%;
    }
    .review-list ul li .tb {
        height: 28vw;
    }
    .desc {
        margin-left: 10px;
    }
}

@media (max-width:700px){

}

@media (max-width:600px){

    .review-section-header {
        padding: 70px 50px;
    }
    .review-section-header h1 {
        margin-bottom: 8px;
    }
    .review-section-header h1 a {
        font-size: 6vw;
    }
    .review-section-header p {
        font-size: 3vw;
        line-height: 120%;
    }

    .review-list ul li {
        width: 50%;
    }
    .review-list-gap {
        padding: 0 8px;
        margin-bottom: 30px;
    }
    .review-list ul li .tb {
        padding-bottom: 20px;
        height: 48vw;
    }
    .desc h4 {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .desc span {
        font-size: 12px;
        line-height: 150%;
    }
    
}


@media (max-width:500px){
    .review-section-header {
        margin-bottom: 0;
        margin-top: 0;
    }
    .col-right .col-inner {
        margin-left: 0;
    }

    .review-more .review-more-btn a {
        font-family: 'ELAND_Choice_M';
        font-size: 12px;
        padding: 13px 25px;
    }
}


@media (max-width:400px){
    .review-section-header {
        padding: 60px 30px;
    }
    .review-section-header h1 {
        margin-bottom: 10px;
    }
    .review-section-header h1 a {
        font-size: 7vw;
    }
    .review-section-header p {
        font-size: 4vw;
        line-height: 150%;
    }
    .review-list {
        margin-top: 50px;
    }
    .desc h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .desc span {
        font-size: 12px;
        line-height: 150%;
    }

}