.why-lg-ultragear-best {
    background-color: #000;
    .c-title {
        color: #fff;
    }
    .swiper-container-wrap {
        max-width: 1070px;
        margin: 0 auto;
    }
    .swiper-slide {
        width: calc(350 / 1070 * 100%);
    }
    .c-swiper.c-swiper {
        .swiper-pagination-bullet-active {
            &::after {
                border: solid 2px #fff;
            }
        }
    }
    .why-lg-ultragear-best__desc {
        text-align: left;
        color: #A7A7A7;
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
    }
    @media (max-width: 767px) {
        .c-tab__content {
            padding: 0 calc(20 / 390 * 100vw);
        }
        .why-lg-ultragear-best__desc {
            font-size: calc(18 / 390 * 100vw);
            line-height: 140%;
        }
    }
}

.lge-benefits {
    .c-tab {
        background-color: #fff;
    }
    .c-tab__content {
        row-gap: 40px;
    }
    .lge-benefits__coupon-download {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    .lge-benefits__coupon {
        display: flex;
        justify-content: center;
    }
    .c-custom-accordion__area--fade {
        height: 160px;

        &::after {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.70) 51.13%, #FFF 85.22%);
        }
    }

    @media (max-width: 767px) {
        .c-tab__content {
            row-gap: calc(40 / 390 * 100vw);
        }
        .c-custom-accordion__area--fade {
            height: calc(188 / 390 * 100vw);
            &::after {
                background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.70) 39.93%, #FFF 85.22%);
            }
        }
    }
}