.custom-class-popup-6 {
    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-6 .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-6 .popup-content {
        max-width: 328px ;
    }
}

.custom-class-popup-6 .popup-content .subscription-before {
    padding: 45px;
    border-radius: 4px;
}

@media (max-width: 769px) {
    .custom-class-popup-6 .popup-content .subscription-before {
        padding: 43px 24px;
    }
}

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

@media (max-width: 769px) {
    .custom-class-popup-6 .popup-content .title {
        font-size: 37px;
    }
}

.custom-class-popup-6 .popup-content .subtitle {
    margin: 24px auto 0;
    line-height: 24px;
    font-size: 20px;
    word-break: break-word;
}

.custom-class-popup-6 .popup-content .discount-coupon .coupon-number {
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 97px 0;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
}

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

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

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

.custom-class-popup-6 .popup-content .continue-btn-box .continue-btn {
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 0 25px;
    min-height: 43px;
    line-height: 45px;
    outline: none;
    cursor: pointer;
    min-width: 100px;
    margin: 20px 97px 0;
    font-size: 16px;
}

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

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

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