#sub-visual .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#sub-visual small {
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    color: #006ffb;
}
#sub-visual h1 {
    margin-top: 1rem;
    font-weight: 700;
    font-size: 4.4rem;
    letter-spacing: -0.03em;
    text-align: center;
    color: #121212;
}
#sub-visual h1 + p {
    margin-top: 2.2rem;
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    line-height: 1.4;
    text-align: center;
    color: #5a6e81;
}
#sub-visual .review-swiper {
    margin-top: 13rem;
    width: 100dvw;
    overflow-x: hidden;
}
#sub-visual .review-swiper .swiper-wrapper {
    transition: transform linear;
}
#sub-visual .review-swiper .swiper-slide {
    border-radius: 10px;
    border: solid 1px #ecf4fc;
    background-color: #fff;
    padding: 2rem 3rem 4rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 38.4rem;
    height: 36.4rem;
    transition: box-shadow 0.2s;
}
#sub-visual .review-swiper .swiper-slide .logo-box {
    flex-basis: 7.5rem;
    flex-shrink: 0;
}
#sub-visual .review-swiper .swiper-slide span {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -0.03em;
    color: #121212;
}
#sub-visual .review-swiper .swiper-slide .review {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.73;
    letter-spacing: -0.04em;
    color: #5a6e81;
}
#sub-visual .review-swiper .swiper-slide .sub-text {
    margin-top: auto;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: -0.03em;
    color: #a0a0b1;
}
#sub-visual .review-swiper .swiper-slide::before {
    content: "";
    background: url("/images/review/review-bg.webp") center/contain no-repeat;
    display: block;
    width: 76px;
    height: 46px;
    opacity: 0.1;
    position: absolute;
    top: 3.5rem;
    right: 4rem;
}
#sub-visual .review-swiper .swiper-slide.new::after {
    content: "New";
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    color: #ff4800;
    position: absolute;
    top: 2.4rem;
    right: 3rem;
}
#sub-visual .review-swiper .swiper-slide .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s;
}
#sub-visual .review-swiper .swiper-slide .overlay span {
    display: inline-block;
    background-color: #fff;
    padding: 1rem 1.2rem;
    font-size: 1.4rem;
    letter-spacing: -0.03em;
    border-radius: 1.84rem;
    color: #121212;
    opacity: 1;
}
#sub-visual .review-swiper .swiper-slide:hover {
    box-shadow: 0 0 16px 0 rgba(121, 148, 186, 0.1);
}
#sub-visual .review-swiper .swiper-slide:hover .overlay {
    opacity: 1;
}

#customer {
    background: linear-gradient(to top, rgba(241, 245, 251, 0.15), rgba(223, 237, 254, 0.76)) #f5f7fa;
}
#customer .inner {
    display: flex;
    gap: 2.4rem;
    padding: 0;
}
#customer .text {
    display: flex;
    flex-direction: column;
    margin-right: auto;
}
#customer .text::after {
    margin-top: 9.5rem;
    content: "Review";
    font-family: "Poppins";
    font-weight: 700;
    font-size: 15rem;
    color: #fff;
    -webkit-text-stroke: 1px #c1d4e8;
    opacity: 0.35;
    mix-blend-mode: multiply;
}
#customer .logo-reverse-swiper, #customer .logo-swiper {
    height: 60rem;
    overflow-y: hidden;
}
#customer .logo-reverse-swiper .swiper-wrapper, #customer .logo-swiper .swiper-wrapper {
    transition: transform linear;
}
#customer .logo-reverse-swiper img, #customer .logo-swiper img {
    height: 5.5rem;
    opacity: 0.17;
}
#customer h2 {
    margin-top: 12rem;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.39;
    letter-spacing: -0.06em;
    color: #243853;
}
#customer a {
    margin-top: 5.6rem;
    align-self: flex-start;
    border-radius: 5px;
    background: #ff4800;
    padding: 1rem 2.8rem;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    color: #fff;
}

#survey .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#survey small {
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    text-align: center;
    color: #5a6e81;
}
#survey h2 {
    margin-top: 2rem;
    font-weight: 700;
    font-size: 3.6rem;
    letter-spacing: -0.03em;
    text-align: center;
    color: #283b5d;
}
#survey ul {
    margin-top: 6rem;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
#survey li {
    display: flex;
    align-items: center;
    padding: 0 3rem 0 6rem;
    height: 6.6rem;
    background: url("/images/review/ic_check.svg") left 3rem center no-repeat;
}
#survey li p {
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    color: #121212;
}
#survey li span {
    margin-left: auto;
    font-weight: 500;
    font-size: 1.8rem;
    color: #121212;
}
#survey li .meter-track {
    margin-left: 3.5rem;
    width: 38.4rem;
    background: #ebf0f9;
    border-radius: 8px;
    height: 16px;
}
#survey li .meter-track .meter-thumb {
    background: #bfc8d8;
    width: 0;
    border-radius: inherit;
    height: inherit;
    transition: width ease-in-out;
}
#survey li.active {
    margin-bottom: 1rem;
    border-radius: 3.3rem;
    border: dashed 1px #55a3ff;
}
#survey li.active p {
    font-weight: 700;
    font-size: 2.2rem;
    position: relative;
    isolation: isolate;
}
#survey li.active p::before {
    content: "";
    display: block;
    width: calc(100% + 6px);
    height: 1.4rem;
    position: absolute;
    left: -2px;
    bottom: -6px;
    background: #c6e0ff;
    z-index: -1;
}
#survey li.active span {
    font-weight: 700;
    font-size: 2.2rem;
    color: #006ffb;
}
#survey li.active .meter-thumb {
    background: #0076ff;
}
#survey .banner {
    margin-top: 7.5rem;
    align-self: stretch;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 5rem;
    position: relative;
    background: linear-gradient(101deg, #0342b4 14%, #2467aa 95%);
    overflow: hidden;
}
#survey .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: lighten;
    background: url("/images/review/banner-bg.webp") center/cover no-repeat;
    pointer-events: none;
}
#survey .banner p {
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    color: #cce1f8;
}
#survey .banner p strong {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: -0.05em;
    color: #fff;
}
#survey .banner a {
    margin-left: auto;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: -0.03em;
    color: #fff;
    padding: 1.4rem 2.2rem;
    border: solid 1px #fff;
}

@keyframes gradient-animation {
    0% {
        background-position: 15% 0;
    }
    50% {
        background-position: 85% 100%;
    }
    100% {
        background-position: 15% 0;
    }
}
@media (max-width: 1140px) {
    #customer .inner {
        gap: 0;
    }
    #customer .text::after {
        content: none;
    }
    #survey li {
        background: none;
        height: auto;
        display: grid;
        grid-template-columns: 1fr auto;
        padding: 1.6rem 3rem;
    }
    #survey li p {
        grid-column: 1/2;
        justify-self: flex-start;
        margin-bottom: 3rem;
    }
    #survey li span {
        grid-column: 2/3;
        align-self: start;
    }
    #survey li .meter-track {
        grid-column: 1/3;
        margin-left: 0;
        width: auto;
        border-radius: 7px;
        height: 14px;
    }
}
@media (max-width: 950px) {
    #customer h2 {
        font-size: 2.8rem;
    }
    #customer .logo-swiper:last-child {
        display: none;
    }
    #survey .banner {
        margin: 7.5rem -20px 0;
        border-radius: 0;
        padding: 5rem;
        align-items: flex-start;
        flex-direction: column;
        gap: 2rem;
    }
    #survey .banner a {
        margin-left: 0;
    }
}
@media (max-width: 660px) {
    #sub-visual h1 {
        font-size: 2.7rem;
    }
    #sub-visual h1 + p {
        font-size: 1.6rem;
    }
    #sub-visual .review-swiper {
        margin-top: 6rem;
    }
    #sub-visual .review-swiper .swiper-slide {
        width: 28.3rem;
        padding: 1.6rem 2rem 3rem;
    }
    #sub-visual .review-swiper .swiper-slide span {
        font-size: 1.6rem;
    }
    #sub-visual .review-swiper .swiper-slide .review {
        font-size: 1.4rem;
    }
    #sub-visual .review-swiper .swiper-slide::before {
        top: 2.7rem;
        right: 3rem;
    }
    #sub-visual .review-swiper .swiper-slide.new::after {
        top: 1.8rem;
        right: 2.2rem;
    }
    #customer .inner {
        flex-direction: column;
        gap: 0;
        padding-bottom: 1rem;
    }
    #customer h2 {
        margin-top: 5rem;
        text-align: center;
        font-size: 2.6rem;
    }
    #customer a {
        margin-top: 2rem;
        align-self: center;
        font-size: 1.6rem;
        padding: 1.3rem 2rem;
    }
    #customer .text {
        margin-right: 0;
        margin-bottom: 3rem;
    }
    #customer .logo-swiper:last-child {
        display: block;
    }
    #customer .logo-swiper, #customer .logo-reverse-swiper {
        height: 6rem;
        overflow-x: hidden;
    }
    #customer .logo-swiper img, #customer .logo-reverse-swiper img {
        width: 160px;
        height: auto;
    }
    #survey .inner {
        padding-bottom: 0;
    }
    #survey small {
        font-size: 1.6rem;
    }
    #survey h2 {
        font-size: 2.6rem;
    }
    #survey ul {
        margin-top: 3.5rem;
        gap: 0;
    }
    #survey li {
        padding: 1.2rem 2rem;
    }
    #survey li.active {
        border-radius: 1rem;
    }
    #survey li.active p {
        font-size: 1.6rem;
    }
    #survey li.active span {
        font-size: 2rem;
    }
    #survey li p {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    #survey li span {
        font-size: 1.6rem;
    }
    #survey li .meter-track {
        border-radius: 5px;
        height: 10px;
    }
    #survey .banner {
        margin-top: 6rem;
        padding: 2rem 4rem;
        flex-direction: row;
    }
    #survey .banner p {
        font-size: 1.3rem;
    }
    #survey .banner p strong {
        font-size: 1.8rem;
    }
    #survey .banner p strong .mobile-br {
        display: inline;
    }
    #survey .banner a {
        display: none;
        margin-left: auto;
        align-self: center;
    }
}
@media (max-width: 480px) {
    #survey li {
        padding: 1.2rem 1.6rem;
    }
    #survey li p {
        grid-column: 1/3;
        grid-row: 1/2;
        justify-self: flex-start;
    }
    #survey li span {
        grid-row: 2/3;
        align-self: center;
        margin-left: 2rem;
        width: 6rem;
        text-align: right;
    }
    #survey li .meter-track {
        grid-column: 1/2;
        grid-row: 2/3;
        align-self: end;
    }
    #survey .banner {
        padding: 2rem 3.2rem;
        flex-direction: column;
    }
    #survey .banner a {
        margin-left: 0;
    }
}