.custom-class-popup-3 {
    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-3 .popup-content {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    background-color: #fff;
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
}

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

.custom-class-popup-3 .popup-content .subscription-before {
    padding: 50px 50px 40px 50px;
}

@media (max-width: 769px) {
    .custom-class-popup-3 .popup-content .subscription-before {
        padding: 20px 20px 35px 20px;
    }
}

.custom-class-popup-3 .popup-content .subscription-before .message-box {
    border: 1px solid;
    padding: 30px 90px;
    margin-bottom: 60px;
    width: 100%;
}

@media (max-width: 769px) {
    .custom-class-popup-3 .popup-content .subscription-before .message-box {
        padding: 22px 10px;
    }
}

.custom-class-popup-3 .popup-content .subscription-after {
    padding: 50px 50px 40px 50px;
}

@media (max-width: 769px) {
    .custom-class-popup-3 .popup-content .subscription-after {
        padding: 20px 20px 35px 20px;
    }
}

.custom-class-popup-3 .popup-content .subscription-after .message-box {
    padding: 30px 90px;
    margin-bottom: 40px;
}

@media (max-width: 769px) {
    .custom-class-popup-3 .popup-content .subscription-after .message-box {
        padding: 22px 10px 0 10px;
    }
}

.custom-class-popup-3 .popup-content .subscription-after .message-box .subtitle {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
}

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

.custom-class-popup-3 .popup-content .subtitle {
    padding: 0 10px;
    font-size: 22px;
    word-break: break-word;
    font-weight: bold;
}

.custom-class-popup-3 .popup-content .input-box {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}

.custom-class-popup-3 .popup-content .input-box input {
    flex: 1;
    border: none;
    padding: 0 20px;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    outline: none;
}

@media (max-width: 769px) {
    .custom-class-popup-3 .popup-content .input-box input {
        height: 38px;
        line-height: 38px;
    }
}

.custom-class-popup-3 .popup-content .sub-button {
    margin-top: 16px;
    padding: 0 25px;
    min-height: 48px;
    line-height: 50px;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    min-width: 100px;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 769px) {
    .custom-class-popup-3 .popup-content .sub-button {
        min-height: 38px;
        line-height: 38px;
    }
}

.custom-class-popup-3 .popup-content .cancel-btn {
    margin-top: 32px;
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
}

.custom-class-popup-3 .popup-content .discount-coupon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15% 15px;
}

@media (max-width: 769px) {
    .custom-class-popup-3 .popup-content .discount-coupon {
        padding: 0 0 15px;
    }
}

.custom-class-popup-3 .popup-content .discount-coupon .coupon-number {
    background: #ffffff;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    border: 2px dashed;
}

.custom-class-popup-3 .popup-content .discount-coupon .coupon-copy {
    font-size: 12px;
}

.custom-class-popup-3 .popup-content .continue-btn-box {
    padding: 0 15% 50px;
}

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

.custom-class-popup-3 .popup-content .continue-btn-box .continue-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 25px;
    min-height: 38px;
    line-height: 40px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    min-width: 100px;
    font-size: 16px;
    font-weight: bold;
}

.custom-class-popup-3 .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-3 .popup-content .close-icon {
        font-size: 16px;
    }
}

.custom-class-popup-3 .popup-content .cancel-box {
    margin-top: 50px;
}

@media (max-width: 769px) {
    .custom-class-popup-3 .popup-content .cancel-box {
        margin-top: 40px;
    }
}

.custom-class-popup-3 .popup-content .cancel-box span {
    text-decoration: underline;
}

.custom-class-popup-3 .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-3 .popup-content .close-icon {
        font-size: 16px;
    }
}

