.edpslide_wrap {
    background-color: #F7FFF0;
}

.productHeader .contents .header_wrap>.en_h2 {
    width: 100%;
}

.slideshow {
    padding-top: 100px;
    width: 1200px;
    height: 463px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.slides-text-container,
.slides-container {
    width: 48%;
}

.slides-container {
    position: relative;
}

.slides-text-container {
    padding-top: 25px;
    padding-right: 30px;
}

.epd_card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 4px;
    transform-origin: center;
    transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
    cursor: pointer;
    height: 381px;
    object-fit: cover;
}

.epd_card img {
    display: block;
    width: 100%;
}

.epd_card:nth-child(1) {
    z-index: 10;
    top: 0px;
    transform-origin: top;
    opacity: 1;
}

.epd_card:nth-child(2) {
    z-index: 8;
    top: -15px;
    transform-origin: top;
    transform: translateX(-15px);
    opacity: 0.5;
}

.epd_card:nth-child(3) {
    z-index: 7;
    top: -25px;
    transform-origin: top;
    transform: translateX(-25px);
    opacity: 0.4;
}

.epd_card:nth-child(4) {
    z-index: 6;
    top: -35px;
    transform-origin: top;
    transform: translateX(-35px);
    opacity: 0.3;
}

.epd_card:nth-child(5) {
    z-index: 5;
    top: -45px;
    transform-origin: top;
    transform: translateX(-45px);
    opacity: 0.2;
}

.epd_card:nth-child(6) {
    z-index: 4;
    top: -55px;
    transform-origin: top;
    transform: translateX(-55px);
    opacity: 0.1;
}

/* .epd_card:nth-child(7) {
    z-index: 3;
    top: -70px;
    transform-origin: top;
    transform: translateX(-140px);
    opacity: 0;
} */

.epd_card:last-child {
    opacity: 0;
}

.slides-text-container .side-text {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: opacity 0.2s;
}

.slides-text-container .side-text.active {
    visibility: visible;
    height: auto;
    opacity: 1;
}

.slides-indicator {
    list-style: none;
    position: absolute;
    top: 20px;
    right: 0;
}

.slides-indicator li {
    background: #D4E7C5;
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
    transition: background 0.2s;
    cursor: pointer;
}

.slides-indicator li.active {
    background: #99BC85;
}

.hexagon_wrap {
    display: flex;
    position: relative;
    width: 1104px;
    height: 426px;
    margin-bottom: 20px;
}

.hexagon {
    position: absolute;
    width: 320px;
    height: 277px;
    overflow: hidden;
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.4))
}

.hexagon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.hexagon:nth-child(1) {
    top: 0;
    left: 0;
}

.hexagon:nth-child(2) {
    top: 144px;
    left: 262px;
}

.hexagon:nth-child(3) {
    top: 0;
    right: 262px;
}

.hexagon:nth-child(4) {
    top: 144px;
    right: 0px;
}

.epd_btn {
    background: linear-gradient(90.27deg, #D4E7C5 2.78%, #BFD8AF 99.76%);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    word-spacing: 2px;
    margin-top: 24px;
    margin-bottom: 40px;
    border-radius: 50px;
    user-select: none;
    transition: all 0.3s;
}

.subtitle {
    font-weight: unset;
}

.en_subtitle {
    width: 1100px;
}

#requirements {
    margin-top: -70px;
    padding-top: 70px;
}

@media only screen and (max-width: 1440px) {
    .productHeader .contents .header_wrap>.en_h2 {
        max-width: 318px;
    }

    .productHeader .contents .header_wrap>.es_h2 {
        max-width: 356px;
    }
}

@media only screen and (max-width: 1200px) {
    .hexagon_wrap {
        width: 720px;
        height: 278px;
    }

    .hexagon {
        width: 209px;
        height: 181px;
    }

    .hexagon:nth-child(1) {
        top: 0;
        left: 0;
    }

    .hexagon:nth-child(2) {
        top: 97px;
        left: 170px;
    }

    .hexagon:nth-child(3) {
        top: 0;
        right: 170px;
    }

    .hexagon:nth-child(4) {
        top: 97px;
        right: 0px;
    }

    .edpslide_wrap {
        padding-bottom: 60px;
    }

    .slideshow {
        width: 100%;
        height: 100%;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .slides-indicator {
        position: relative;
        display: flex;
    }

    .slides-text-container h3 {
        text-align: center;
    }

    .slides-text-container {
        max-width: 720px;
        padding: 0;
    }

    .slides-indicator li {
        margin: 0;
        margin-right: 10px;
    }

    .slides-text-container,
    .slides-container {
        width: 100%;
    }

    .slides-container {
        padding: 0;
        margin: 0 auto;
        width: 575px;
        height: 421px;
    }

    .epd_card {
        width: 576px;
        height: 381px;
    }
}

@media only screen and (max-width: 1100px) {
    .en_subtitle {
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .hexagon_wrap {
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
    }

    .hexagon {
        position: relative;
        display: block;
        margin-bottom: 10px;
    }

    .hexagon:nth-child(1) {
        top: 0;
        left: 0;
    }

    .hexagon:nth-child(2) {
        top: 0;
        left: 0;
    }

    .hexagon:nth-child(3) {
        top: 0;
        left: 0;
    }

    .hexagon:nth-child(4) {
        top: 0;
        left: 0;
    }

    .edpslide_wrap {
        width: 100%;
    }

    .epd_card,
    .slides-container {
        width: 283px;
        height: 230px;
    }

    .slides-text-container span {
        font-size: 16px;
    }

    .slides-text-container .side-text {
        position: absolute;
    }

    .slides-text-container .side-text.active {
        padding: 0 5%;
        position: relative;
        margin: 0 auto;
    }

    .intro .contents .box.w785 {
        width: 100%;
        padding: 0 5%;
    }

}

@media only screen and (max-width: 400px) {
    .epd_card {
        width: 100%;
        height: 230px;
    }

    .slides-container {
        width: 90%;
        height: 230px;
    }
}