.custom-class-popup-8 {
    max-width: 100%;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: none;
}


.custom-class-popup-8 .popup-content {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 769px) {
    .custom-class-popup-8 .popup-content {
        max-width: 335px;
    }
}

.custom-class-popup-8 .popup-content .subscription-before {
    display: flex;
}

@media (max-width: 769px) {
    .custom-class-popup-8 .popup-content .subscription-before {
        display: block;
    }

    .custom-class-popup-8 .popup-content .subscription-before .left-box,
    .custom-class-popup-8 .popup-content .subscription-before .right-box {
        flex-shrink: 0;
        width: 100%;
    }
}

.custom-class-popup-8 .popup-content .subscription-before .left-box,
.custom-class-popup-8 .popup-content .subscription-before .right-box {
    flex-shrink: 0;
    width: 50%;
}

.custom-class-popup-8 .popup-content .subscription-before .left-box {
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (max-width: 769px) {
    .custom-class-popup-8 .popup-content .subscription-before .left-box {
        height: 248px;
    }
}

.custom-class-popup-8 .popup-content .subscription-before .right-box {
    padding: 62px 38px;
}

@media (max-width: 769px) {
    .custom-class-popup-8 .popup-content .subscription-before .right-box {
        padding: 30px 15px;
    }
}

.custom-class-popup-8 .popup-content .title {
    word-break: break-word;
    font-weight: 600;
    font-size: 38px;
}

.custom-class-popup-8 .popup-content .discount-coupon .coupon-number {
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 34px auto 0;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
}

@media (max-width: 769px) {
    .custom-class-popup-8 .popup-content .discount-coupon .coupon-number {
        margin: 31px 40px 0;
    }
}

.custom-class-popup-8 .popup-content .discount-coupon .coupon-copy {
    display: inline-block;
    padding-top: 8px;
    font-size: 12px;
}

.custom-class-popup-8 .popup-content .continue-btn-box {
    text-align: center;
    width: 100%;
}

.custom-class-popup-8 .popup-content .continue-btn-box .continue-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    min-height: 28px;
    outline: none;
    cursor: pointer;
    min-width: 100px;
    margin: 20px 0 0;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

@media (max-width: 769px) {
    .custom-class-popup-8 .popup-content .continue-btn-box .continue-btn {
        margin: 21px 40px 0;
    }
}

.custom-class-popup-8 .popup-content .close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000000;
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;
}

@media (max-width: 769px) {
    .custom-class-popup-8 .popup-content .close-icon {
        font-size: 16px;
    }
}