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

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

.custom-class-popup-5 .popup-content .top-view {
    padding: 30px 65px 46px;
    width: 100%;
}

@media (max-width: 769px) {
    .custom-class-popup-5 .popup-content .top-view {
        padding: 30px 10px 46px;
    }
}

.custom-class-popup-5 .popup-content .top-view .title {
    font-size: 40px;
    font-weight: 700;
}

.custom-class-popup-5 .popup-content .top-view .subtitle {
    color: #E5E5E6;
    word-break: break-word;
    font-size: 16px;
}

.custom-class-popup-5 .popup-content .top-view .count_down {
    margin: 60px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.custom-class-popup-5 .popup-content .top-view .count_down .time-box {
    display: flex;
}

.custom-class-popup-5 .popup-content .top-view .count_down .time-box .time-msg {
    width: 42px;
    height: 69px;
    line-height: 69px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 30px;
    margin-right: 5px;
}

@media (max-width: 769px) {
    .custom-class-popup-5 .popup-content .top-view .count_down .time-box .time-msg {
        width: 29px;
        height: 48px;
        line-height: 48px;
        font-size: 21px;
        border-radius: 2px;
        font-weight: bold;
    }
}

.custom-class-popup-5 .popup-content .top-view .count_down .time-box .time-msg:nth-last-child(1) {
    margin-right: 0;
}

.custom-class-popup-5 .popup-content .top-view .count_down .time-symbol {
    margin: 0 3px;
    font-weight: bold;
    font-size: 30px;
}

@media (max-width: 769px) {
    .custom-class-popup-5 .popup-content .top-view .count_down .time-symbol {
        font-size: 24px;
    }
}

.custom-class-popup-5 .popup-content .bottom-button {
    padding: 40px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 769px) {
    .custom-class-popup-5 .popup-content .bottom-button {
        padding: 40px 66px;
    }
}

.custom-class-popup-5 .popup-content .bottom-button .continue-btn {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 25px;
    min-height: 48px;
    border-radius: 4px;
    line-height: 50px;
    outline: none;
    cursor: pointer;
    min-width: 180px;
    font-size: 16px;
}

@media (max-width: 769px) {
    .custom-class-popup-5 .popup-content .bottom-button .continue-btn {
        width: 100%;
    }
}

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

.custom-class-popup-5 .popup-content .discount-coupon {
    position: relative;
    margin: 0 auto 20px;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    min-width: 178px;
    line-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    border: 2px dashed;
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width: 769px) {
    .custom-class-popup-5 .popup-content .discount-coupon {
        width: 100%;
    }
}

.custom-class-popup-5 .popup-content .discount-coupon .coupon-number {
    font-size: 20px;
}

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

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

.custom-class-popup-5 .popup-content .cancel-box {
    margin-top: 20px;
}

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