.section-product-testimonial {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 0;
    overflow: hidden;
}
.section-product-testimonial .wrap {
    width: 100%;
    max-width: 1440px;
    padding: 80px 200px;
}
.section-product-testimonial .wrap .columns {
    display: flex;
    flex-flow: column nowrap;
    gap: 40px;
    align-items: center;
}
.section-product-testimonial .wrap .columns .column {
    width: 100%;
}
.section-product-testimonial .wrap .columns .column-header {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.section-product-testimonial .wrap .columns .column-header h2 {
    font-family: "Nanum Myeongjo", serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.section-product-testimonial .wrap .columns .column-body {
    display: flex;
    flex-flow: column nowrap;
}
.section-product-testimonial .wrap .columns .column-body .testimonials {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
}
.section-product-testimonial .wrap .columns .column-body .testimonials .testimonial {
    width: 100%;
    background: #ECECEC;
    padding: 40px;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
    border-radius: 20px;
}
.section-product-testimonial .wrap .columns .column-body .testimonials .testimonial .testimonial-header {
    margin-top: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
}
.section-product-testimonial .wrap .columns .column-body .testimonials .testimonial .testimonial-header {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}
.section-product-testimonial .wrap .columns .column-body .testimonials .testimonial .testimonial-icon {
    margin-bottom: 20px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
}
.section-product-testimonial .wrap .columns .column-body .testimonials .testimonial .testimonial-icon .icon {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    max-width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.section-product-testimonial .wrap .columns .column-body .testimonials .testimonial .testimonial-icon .icon svg {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.section-product-testimonial .wrap .columns .column-body .testimonials .testimonial .testimonial-contents {
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
}
.section-product-testimonial .wrap .columns .column-body .testimonials .testimonial .testimonial-contents h4 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #707070;
    text-transform: uppercase;
}
.section-product-testimonial .wrap .columns .column-body .testimonials .testimonial .testimonial-contents .wysiwyg-content * {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #5C5C5C;
}
@media only screen and (max-width: 1439px) {
    .section-product-testimonial .wrap {
        padding: 80px 40px;
    }
}
@media only screen and (max-width: 1279px) {
    .section-product-testimonial .wrap {
        padding: 80px 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .section-product-testimonial .wrap {
        padding: 60px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .section-product-testimonial .wrap {
        padding: 40px 0px;
    }
    .section-product-testimonial .wrap .columns {
        gap: 20px;
    }
    .section-product-testimonial .wrap .columns .column-header {
        padding: 0;
    }
    .section-product-testimonial .wrap .columns .column-header h2 {
        font-size: 30px;
        line-height: 42px;
    }
    .section-product-testimonial .wrap .columns .column-body .testimonials.slick-initialized .slick-list .slick-track {
        display: flex;
        gap: 16px;
    }
    .section-product-testimonial .wrap .columns .column-body .testimonials .testimonial {
        display: flex!important;
        padding: 32px 20px;
    }
}