.qx-step-lead {
    max-width: 500px;
    margin: 0 auto;
}

.qx-step-box {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.qx-step-box>div {
    width: calc((100% - 10px) / 2);
    padding: 5px;
    border: 2px solid #415093;
    border-radius: 15px;
}

.qx-step-ttl {
    text-align: center;
    background-color: #415093;
    border-radius: 999px;
}

.qx-step-ttl__step1 img {
    height: 11.75px;
}

.qx-step-ttl img {
    max-width: 50px;
}

.qx-step-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    max-width: 300px;
    height: calc(100% - 21px);
    margin: 0 auto;
    padding: 20px 0;
}

.qx-step-box>div:first-child .qx-step-content>img {
    width: 75%;
}

.qx-step-btn {
    position: relative;
    width: 85%;
}

.qx-step-btn img:last-child {
    position: absolute;
    right: -30px;
    bottom: -12px;
    width: 50px;
}

.qx-example-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.qx-voice-wrapper {
    max-width: 816px;
    margin: 0 auto;
}

.qx-voice-wrapper p {
    padding: 0 0 0 20px;
    color: #666666;
}

.qx-voice-wrapper p:nth-of-type(1) {
    padding-left: 2rem;
    text-indent: -1rem;
}

.qx-voice-wrapper p:nth-of-type(2) {
    padding-left: 2rem;
}

.qx-img-space {
    margin-top: 60px;
}

.qx-floating-bnr {
    background-color: rgba(255, 255, 255, .5);
    position: fixed;
    bottom: 0;
    right: 0;
    width: calc(100% - 280px);
    z-index: 10;
    padding-block: 13px;
    transform: translateY(0);
    transition: .4s;
}

.qx-floating-bnr.is-hidden {
    transform: translateY(100%);
}

.qx-floating-bnr-link {
    position: relative;
    display: block;
    width: 350px;
    margin: 0 auto;
    padding: 20px 5px;
    text-align: center;
    color: #ffffff;
    background-color: #fe6641;
}

.qx-floating-bnr-link:before,
.qx-floating-bnr-link:after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: '';
    display: block;
    transform: translateY(-50%);
}

.qx-floating-bnr-link:before {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 50%;
}

.qx-floating-bnr-link:after {
    width: 25px;
    height: 25px;
    background-image: url(/-/media/aeoncard/campaign/member/202512-21/images/arrow-right.svg);
    background-repeat: no-repeat;
}

.qx-cp-detail {
    padding-top: 20px;
}

@media screen and (max-width: 1365px) {
    .qx-floating-bnr {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .qx-cp-detail {
        max-width: 500px;
        margin: 0 auto;
    }

    .qx-step-box {
        flex-direction: column;
        gap: 20px;
    }

    .qx-step-box>div {
        width: 100%;
        border: 4px solid #415093;
        border-radius: 8px;
    }

    .qx-step-box>div:first-child .qx-step-content>img {
        width: 70%;
    }

    .qx-step-box>div:last-child .qx-step-content>img {
        width: 90%;
    }

    .qx-step-content {
        max-width: 400px;
    }

    .qx-step-btn {
        width: 65vw;
        max-width: 350px;
    }

    .qx-voice-wrapper p {
        padding: 0;
    }

    .qx-voice-wrapper p:nth-of-type(1) {
        padding-left: 1rem;
    }

    .qx-voice-wrapper p:nth-of-type(2) {
        padding-left: 1rem;
    }

    .qx-present-wrapper>p {
        font-size: min(20px, 3.6vw);
    }

    .qx-floating-bnr {
        padding-block: calc(20 / 750* 100vw);
        padding-inline: calc(40 / 750* 100vw);
        bottom: 65px;
    }

    .qx-floating-bnr.is-scroll-down {
        bottom: 0;
    }

    .qx-floating-bnr-link {
        width: 100%;
        max-width: 350px;
    }

    .qx-img-space {
        margin-top: 40px;
    }
}

.qx-kv-img {
    aspect-ratio: 4 / 3;
    width: 100%;
}

.qx-buttons-container-wrapper {
    position: fixed;
    left: 280px;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .5);
    padding:13px;
}

@media (max-width: 1365px) {
    .qx-buttons-container-wrapper {
        left: 0;
    }
}

@media (max-width: 768px) {
    .qx-buttons-container-wrapper {
        bottom: 65px;
        margin-bottom: -15px;
       }
}

.qx-buttons-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .qx-buttons-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .qx-buttons-container img {
        width: 100%;
    }
}

.qx-floating-bnr {
    transform: translateY(0);
    transition: .4s;
}

.qx-floating-bnr-link {
    max-width: 489px;
    margin-inline: auto;
    display: block;
}

.qx-floating-bnr-link img {
    width: 100%;
}

.qx-floating-bnr.is-hidden {
    transform: translateY(calc(100% + 16px));
}

@media screen and (max-width:768px) {
    .qx-floating-bnr {
        bottom: 65px;
    }

    .qx-floating-bnr.is-scroll-down {
        bottom: 15px;
    }
}