.h_noti{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    align-items: baseline;
    justify-content: center;
    z-index: 999;
}
.h_noti_container{
    width: 300px;
    height: auto;
    min-height: auto;
    border-radius: 4px;
    position: relative;
    margin: 1.75em;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.h_noti_content{
    min-height: 88px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
}

.h_noti_footer{
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.h_noti_btn_alert{
    outline: none;
    border: 1px solid #d1d1d1;
    border-width: 1px 1px 0 0;
    background: transparent;
    width: 100%;
    height: 100%;
}
.h_noti_btn_close{
    outline: none;
    background: #fff !important;
    color: #a3a3a3;
    border: 1px solid #d1d1d1;
    border-width: 1px 1px 0 0;
    width: 50%;
    height: 100%;
}
.h_noti_btn_confirm{
    outline: none;
    border: none;
    background: #0052f9 !important;
    color: #fff;
    width: 50%;
    height: 100%;
}

@media (min-height: 1850px) {
    .d_flex {
        align-items: center;
    }
}

@media (min-height: 1850px) {
    .h_noti_container {
        width: 768px !important;
        margin: 0 !important;
    }
}

@media (min-height: 1850px) {
    .h_noti_content {
        height:264px;
        border: none;
        padding: 0;
    }
}

@media (min-height: 1850px) {
    .h_noti_message_area {
        font-size: 40px;
        color: #474747;
    }
}

@media (min-height: 1850px) {
    .h_noti_footer {
        height: 136px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
}

@media (min-height: 1850px) {
    .h_noti_btn_alert {
        background: #0052f9 !important;
        color: #fff;
        width: 320px !important;
        height: 96px !important;
        padding: 0;
        border: none !important;
        font-size: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-height: 1850px) {
    .h_noti_btn_confirm {
        background: #0052f9 !important;
        color: #fff;
        width: 320px !important;
        height: 96px !important;
        padding: 0;
        border: none !important;
        font-size: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-height: 1850px) {
    .h_noti_btn_close {
        background: #fff !important;
        color: #a3a3a3;
        border: solid 1px #a3a3a3!important;
        width: 320px !important;
        height: 96px !important;
        padding: 0;
        font-size: 40px;
        margin-right: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

