

body {
    font-family: Univers;
}

.lp-container {
    width: 896px;
    margin: 0 auto;
}

.main-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 94px 0 56px 0;
}

.guarantee-logos {
    display: flex;
}

.guarantee-logos div {
    width: 50%;
}

    .guarantee-logos div:nth-child(1) {
        border-right: 1px solid #E6E6E6;
    }

    .guarantee-logo-sub {
        font-family: Univers;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 3px 0;
        text-align: center;
        text-transform: uppercase;
        color: #245991;
    }

    .guarantee-logo-main {
        font-family: Univers;
        font-style: normal;
        font-weight: bold;
        font-size: 48px;
        line-height: 48px;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
        color: #245991;
    }

.main-video {
    width: 100%;
    height: 504px;
    background-color: #E6E6E6;
    margin: 64px 0 0 0;
}

.section-one {
    margin-top: 152px;
}

.section-two {
    margin-top: 128px;
}

.features {
    display: flex;
    flex-direction: column;
}

    .features .feature-item {
        display: flex;
        justify-content: center;
    }

        .features .feature-image-one {
            margin: 40px 0 0 0;
        }

        .features .feature-image-two {
            margin: 24px 0 0 0;
        }

        .features .feature-item div {
            width: 256px;
            padding: 0 64px;
        }

        .features .feature-item div:nth-child(1) {
            border-right: 1px solid #E6E6E6;
        }

            .features .feature-item div p {
                font-family: Univers;
                font-style: normal;
                font-weight: 500;
                font-size: 24px;
                line-height: 30px;
                text-align: center;
                color: #2C2C2D;
            }

.small-features {
    width: 768px;
    display: inline-block;
    margin: 165px 0 0 64px;
}

    .small-features .small-feature-item {
        width: 256px;
        padding: 0 64px;
        float: left;
    }

        .small-features .small-feature-item div img:nth-child(1) {
            height: 60px;
        }

        .small-features .small-feature-item div p {
            font-family: Univers;
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 24px;
            color: #2B2C2D;
            margin: 0 0 35px 0;
        }

.section-reviews {
    width: 768px;
    margin: 176px auto 128px auto;
}

    .section-reviews h4 {
        font-family: Univers;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 29px;
        color: #2C2C2D;
        margin: 0;
        margin-bottom: 37px;
        padding-left: 64px;
    }

    .section-reviews .review-item {
        padding: 40px 64px 40px 64px;
        background: rgba(196, 196, 196, 0.2);
        border-radius: 24px;
        position: relative;
        margin-bottom: 48px;
    }

    .section-reviews .review-item::after {
        content : url(http://project.clcdatahub.com/KR/images/why-buy/GRAY-ANGLE.svg);
        position: absolute;
        bottom: -20px;
    }


    .section-reviews .review-item div p {
        font-family: Univers;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.04em;
        color: #2C2C2D;
    }

        .section-reviews .review-item .rating-stars {
        }

        .section-reviews .review-item .rating-stars img {
            margin-right: 4px;
        }

        .section-reviews .review-item .review-name {
            display: flex;
        }

        .section-reviews .review-item .review-name p {
            font-style: italic;
            margin: 0 0 0 18px;
        }

    a  {
        text-decoration: none;
    }
    
    .review-all {
        display: flex;
        font-size: 20px;
        line-height: 40px;
        letter-spacing: 0.04em;
        color: #2C2C2D;
        justify-content: center;
        border: 1px solid #E6E6E6;
        border-radius: 16px;
    }

        .review-all img {
            margin-left: 12px;
        }

    .review-all:hover {
        border: 1px solid #245991;
        color: #245991;
    }



@media screen and (max-width: 1000px) {

    .lp-container {
        max-width: 688px;
        padding: 0 40px;
    }

    .main-logo img {
        width: 382px;
        height: 128px;
    }

    .guarantee-logo-main {
        font-size: 32px;
        line-height: 32px;
    }

    .guarantee-logo-sub {
        font-size: 18px;
        line-height: 18px;
    }

    .main-video {
        height: 394px;
    }

    .section-one {
        margin-top: 128px;
    }

    .section-two {
        margin-top: 104px;
    }

    .features .feature-item div {
        width: 344px;
        padding: 0;
    }

    .features .feature-image-one img {
        width: 100%;
    }

    .features .feature-image-two img {
        width: 100%;
    }

    .small-features {
        max-width: 688px;
        margin: 130px 0 0 0;
    }

    .small-features .small-feature-item {
        padding: 0 48px 0 40px;
    }

    .small-features .small-feature-item:nth-child(2n) {
        padding: 0 40px 0 48px;
    }

    .section-reviews {
        max-width: 688px;
        margin: 128px auto 128px auto;
    }

    .section-reviews .review-item {
        padding: 40px 40px 40px 40px;
    }

    .section-reviews .review-item {
        margin-bottom: 40px;
    }

    .section-reviews .review-item div p {
        font-size: 18px;
    }

    .section-reviews .review-item .rating-stars img {
        margin-right: 2px;
    }

}


@media screen and (max-width: 500px) {

    .lp-container {
        width: 100%;
        padding: 0 5vw;
    }

    .main-logo {
        margin: 15vw 0 11.250vw 0;
    }

    .main-logo img {
        width: 67.188vw;
        height: 22.500vw;
    }

    .guarantee-logos {
        flex-direction: column;
    }

    .guarantee-logo-sub {
        font-size: 4.375vw;
        line-height: 4.375vw;
    }

    .guarantee-logos div:nth-child(1) {
        border-right: none;
        margin-bottom: 32px;
    }

    .guarantee-logo-main {
        font-size: 7.500vw;
        line-height: 7.500vw;
        position: relative;
    }

    .guarantee-logos div:nth-child(1)::after {
        content: url(https://project.clcdatahub.com/KR/images/why-buy/SEPARATOR.svg);
        position: absolute;
        left: 50%;
    }

    .guarantee-logos div {
        width: 100%;
    }

    .main-video {
        height: 56vw;
        margin: 14.063vw 0 0 0;
    }

    .section-one {
        margin-top: 18vw;
    }

    .section-two {
        margin-top: 20vw;
    }

    .features .feature-item {
        flex-direction: column;
    }

    .features .feature-item div {
        width: 100%;
    }

    .features .feature-item div p {
        font-size: 5.625vw;
        line-height: 7.500vw;
    }

    .features .feature-item div:nth-child(1) {
        border-right: none;
        position: relative;
    }

    .features .feature-item div:nth-child(1)::after {
        content: url(https://project.clcdatahub.com/KR/images/why-buy/SEPARATOR.svg);
        position: absolute;
        left: 45%;
        bottom: -4px;
    }

    .features .feature-image-one {
        margin: 6vw 0 0 0;
    }

    .small-features {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 30vw 0 0 0;
    }

    .small-features .small-feature-item {
        float: none;
        width: 75vw;
        text-align: center;
    }

    .small-features .small-feature-item div p  {
        font-size: 4.375vw;
        line-height: 7.500vw;
    }

    .small-features .small-feature-item div img {
        height: 17.500vw!important;
        margin-left: 7.500vw;
    }

    .small-features .small-feature-item div p {
        margin: 0 0 16.875vw 0;
    }

    .section-reviews {
        width: 100%;
        margin: 20vw auto 20vw auto;
    }

    .section-reviews h4 {
        width: 70vw;
        font-size: 7.500vw;
        line-height: 8.750vw;
        text-align: center;
        margin-bottom: 10.938vw;
        padding-left: 14%;
    }

    .section-reviews .review-item {
        padding: 7.500vw;
        margin-bottom: 5vw;
        border-radius: 5vw;
    }

    .section-reviews .review-item::after {
        bottom: -16px;
    }

    .section-reviews .review-item div p {
        font-size: 4.375vw;
        line-height: 7.500vw;
    }

    .section-reviews .review-item .rating-stars img {
        width: 5vw;
        height: 5vw;
        margin-right: 0.625vw;
    }

   

    
}