#toast_next_article {
    display: none;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    padding: 40px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
    z-index: 10000;
}

#toast_next_article .toast_next_article {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    background: #04051A;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 20px;
}

#toast_next_article .displayB_alpha { color: rgba(255,255,255,.5); }
#toast_next_article .displayB_news { color: rgba(255,255,255,1); }

#toast_next_article .toast_next_article_title {
    width: 362px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#toast_next_article .toast_next_article_title {
    font-weight: 600;
}

/*#toast_next_article .toast_next_article_title span {*/
/*    color: rgba(255, 255, 255, 0.50);*/
/*}*/

#toast_next_article .toast_next_article_title p {
    color: #fff;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#toast_next_article .toast_next_article_btn_wrap {
    display: flex;
    align-items: center;
    gap: 9px;
}

#toast_next_article .btn_close_toast {
    background: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
}

#toast_next_article .gauge_bar {
    position: relative;
    z-index:2;
}

#toast_next_article .gauge_bar span {
    z-index: 2;
}

#toast_next_article .gauge_bar .gauge {
    position: absolute;
    top:0; left:0;
    height: 100%;
    width: 0;
    background: #E6F1FF;
    z-index: 1;
}

#toast_next_article .gauge_bar .gauge.active {
    width: 100%;
    transition: width 7s linear;
}

#toast_next_article .toast_next_article_btn_wrap a > .new_btn07 { color : #4294ff; }

@media (max-width: 969px) {
    #toast_next_article { padding: 40px 0 100px 0; }

    #toast_next_article .toast_next_article {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 20px;
    }

    #toast_next_article .toast_next_article_title { width: calc(100vw - 80px); }
    #toast_next_article .toast_next_article_btn_wrap { width: 100%; }
    #toast_next_article .toast_next_article_btn_wrap span { width: calc(100vw / 2 - 44px); }
}
