
.feature-tit {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0.85rem;
    font-family: "Poppins", "Noto Sans KR", -apple-system;
    color: #121212;
}

.con-txt {
    width: 100%;
    /*max-width: 800px;*/
}

.feature-sub-tit {
    font-size: 1.875rem;
    color: #232323;
}

.page--product-feature .video-section-wrapper {
    background: url("../images/product/feature/02-bg.jpg") no-repeat 50% 50%;
    background-size: cover
}

.fe-bg-gray {
    background-color: #aeaaab;
}

.fe-bg-red {
    background-color: #c8afa9;
}

.fe-flex-wrap {
    flex-direction: column;
}

.fe-flex-reverse {
    flex-direction: row;
}

.fe-flex-reverse .fe-txt-box {
    display: flex;
    color: #fff;
    left: 0;
}

.fe-flex-wrap .fe-img-box {
    width: 100%;
    max-width: 100%;
    height: 340px;
    position: relative;
    overflow: hidden;
}

.fe-flex-wrap .fe-img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fe-flex-wrap .fe-txt-box {
    position: relative;
    top: 0;
    max-width: 100%;
    padding: 1.5rem;
    display: flex;
    color: #fff;
    margin-bottom: 3rem;
}

.fe-flex-wrap .fe-txt-box br {
    display: none;
}

.fe-flex-wrap .fe-txt-box img {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 2.5rem;
    right: 1.5rem;
    opacity: 0.2;
}

.fe-flex-wrap .fe-txt-box .fe-header-box {
    padding: 1rem;
}

.fe-flex-wrap .fe-txt-box .fe-header-box .card-title {
    font-weight: 700;
    font-family: "Poppins", "Noto Sans KR", -apple-system;
}

.fe-flex-wrap .fe-txt-box .fe-body-box {
    padding: 1rem;
}

.page--product-feature .header-section-wrapper__bg {
    padding-top: 35rem;
}

.video-section .section-media {
    text-align: center;
}

.feature-section--en .fe-flex-wrap,
.feature-section--en .fe-flex-wrap .fe-txt-box {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.feature-section--en .fe-flex-wrap .fe-img-box {
    height: auto;
}
.feature-section--en .fe-flex-wrap .fe-img-box img {
    position: static;
    transform: none;
    width: 100%;
}

@media (min-width: 960px) {

    .page--product-feature .header-section-wrapper__bg {
        padding-top: 38rem;
        background-position: bottom;
    }

    .section-gutter {
        /*padding-top: 6rem;*/
        /*padding-bottom: 6rem;*/
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .page--product-feature .header-section-wrapper .header-section {
        margin-top: -6rem;
    }


    .fe-flex-wrap {
        display: flex;
        position: relative;
        margin-bottom: 100px;
    }

    .fe-flex-wrap .fe-img-box {
        width: 100%;
        max-width: 700px;
        height: 340px;
        position: relative;
        overflow: hidden;
    }

    .fe-flex-wrap .fe-txt-box {
        display: flex;
        width: 100%;
        max-width: 600px;
        float: right;
        position: absolute;
        right: 0;
        color: #fff;
        padding: 3.5rem;
        top: -50px;
    }

    .fe-flex-wrap .fe-txt-box img {
        width: 120px;
        height: 120px;
        position: relative;
        opacity: 1;
        bottom: 0;
        right: 0;
    }

    .fe-flex-reverse {
        flex-direction: row-reverse;
    }

    .feature-section--en .fe-flex-wrap {
        max-width: 100%;
        margin-bottom: 0;
    }

    .feature-section--en .fe-flex-wrap + .fe-flex-wrap {
        margin-top: 4.5rem;
    }

    .feature-section--en .fe-flex-wrap .fe-img-box {
        position: absolute;
        z-index: 0;
        /*top: 3rem;*/
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        max-width: 600px;
    }

    .feature-section--en .fe-flex-wrap .fe-img-box img {
        max-height: 340px;
    }

    .feature-section--en .fe-flex-wrap:nth-child(1) .fe-img-box img,
    .feature-section--en .fe-flex-wrap:nth-child(2) .fe-img-box img {
        max-height: 400px;
    }

    .feature-section--en .fe-flex-wrap:nth-child(3) .fe-img-box img,
    .feature-section--en .fe-flex-wrap:nth-child(4) .fe-img-box img,
    .feature-section--en .fe-flex-wrap:nth-child(6) .fe-img-box img {
        max-height: 280px;
    }

    .feature-section--en .fe-flex-wrap .fe-txt-box {
        position: static;
        z-index: 1;
        top: auto;
        float: none;
        width: auto;
        max-width: 600px;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 0;
        padding-left: 2rem;
        padding-right:2rem;
    }
    .feature-section--en .fe-flex-wrap .fe-txt-box img {
        width: 100px;
        height: 100px;
    }

    .feature-section--en .fe-flex-reverse .fe-img-box {
        left: auto;
        right: 0;
    }

    .feature-section--en .fe-flex-reverse .fe-txt-box {
        margin-left: 0;
        margin-right: auto;
    }
}


@media (max-width: 960px) {
    .feature-tit {
        font-size: 2rem;
    }

    .feature-sub-tit {
        font-size: 1.4rem;
    }

    .feature-section.section-gutter {
        margin-top: -30px !important;
    }

    .section-gutter {
        padding-bottom: 0;
    }
}
