@charset "UTF-8";

/* 체험사례 section3 */
#review-section3 {
    width: 100%;
    height: 100%;
}
.review-grid {
    width: 100%;
    height: 1780px;
    position: relative;
}

.col-left {
    position: relative;
    width: 17%;
    height: 100%;
    float: left;
    background: #588067;
}
.col-left .col-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.col-left .review-container {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 100%;
}
.left-background  {
    width: 100%;
    height: 100%;
    
}
.review-thumb img {
    width: 20vw;
}

.col-right {float: left;width: 80%;}
.col-right .col-inner {
    margin-left: 50px;
}
.col-right .col-inner .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* 체험사례 타이틀 */
.review-header {
    overflow: hidden;
}
.review-section-header {
    margin-bottom: 70px;
    margin-top: 150px;
    height: 160px;
}
.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;
    margin: 0 -25px;
}
.review-list ul li {
    box-sizing: border-box;
    width: 33.33333%;
    margin-bottom: 70px;
}
.review-list-gap {
    padding: 0 25px;
}
.review-list ul li .tb {
    display: block;
    margin-bottom: 24px;
    overflow: hidden;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}
.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:1980px){

    .review-section-header {
        overflow: hidden;
    }
    .review-grid {
        height: 1300px;
    }

}

@media (max-width:1480px){

    .col-left .container {
        padding: 0 7vw;
    }
    .review-grid {
        height: 1200px;
    }

}

@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;
    }
    .review-grid {
        height: 1100px;
    }


}

@media (max-width:1000px){
    .review-grid {
        height: 1500px;
    }
    
    .review-section-header {
        margin-bottom: 40px;
        height: 125px;
    }
    .review-section-header h1 {
        margin-bottom: 12px;
    }
    .review-section-header h1 a {
        font-size: 50px;
    }
    .review-section-header p {
        font-size: 24px;
        line-height: 120%;
    }

    .col-left {
        width: 100%;
        height: 400px;
        float: none;
    }
    .col-left .review-container {
        position: absolute;
        top: 20%;
        left: 0;
        overflow: hidden;
    }
    .review-thumb {
        text-align: center;
    }
    .review-thumb img {
        height: 100%;
    }
    .col-right {float: none;max-width: 880px;margin: 0 auto;}
    .col-right .col-inner {
        margin-left: 0;
    }
    .review-list-gap {
        padding: 0 10px;
    }


}


@media (max-width:760px){
    .review-grid {
        height: 1300px;
    }
    .col-left {
        height: 350px;
    }
    .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-thumb img {
        width: 35vw;
    }
    .desc {
        margin-left: 10px;
    }
}

@media (max-width:700px){
    .review-section-header {
        height: 100px;
    }
}

@media (max-width:600px){
    .review-grid {
        height: 1400px;
    }
    .col-left {
        height: 300px;
    }
    .review-section-header {
        height: 80px;
        margin-left: 50px;
    }
    .review-section-header h1 {
        margin-bottom: 8px;
    }
    .review-section-header h1 a {
        font-size: 5.56vw;
    }
    .review-section-header p {
        font-size: 3vw;
        line-height: 120%;
    }
    .col-right {width: 100%;}
    .review-list ul {
        margin: 0 10px;
    }
    .review-list ul li {
        width: 50%;
        margin-bottom: 30px;
    }
    .review-list-gap {
        padding: 0 8px;
    }
    .review-list ul li .tb {
        margin-bottom: 15px;
    }
    .desc h4 {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .desc span {
        font-size: 12px;
        line-height: 150%;
    }
    
}


@media (max-width:500px){
    .review-grid {
        height: 1350px;
    }
    .review-section-header {
        margin-bottom: 20px;
        margin-top: 24%;
    }
    .review-thumb img {
        width: 42vw;
    }
    .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:450px){
    .review-grid {
        height: 1300px;
    }
    
    .review-section-header {
        margin-bottom: 20px;
        margin-top: 21%;
    }

}

@media (max-width:400px){
    .review-grid {
        height: 1220px;
    }
    .review-section-header {
        margin-bottom: 20px;
        margin-top: 25%;
        margin-left: 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-thumb img {
        width: 47vw;
    }
    
    .desc h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .desc span {
        font-size: 12px;
        line-height: 150%;
    }

}


@media (max-width:350px){
    .review-grid {
        height: 1050px;
    }
    .col-left {
        height: 200px;
    }
}

@media (max-width:300px){

    .review-section-header {
        margin-top: 20%;
    }
    .review-thumb img {
        width: 50vw;
    }
}