.banner-bar {
    background: #C00000
}

.notice-box {
    padding: 10px;
    background: #303030;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.notice-date {
    float: right;
    white-space: nowrap
}

.count-down {
    user-select: none;
    font-size: 16px
}

.notice-box-hidden {
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    font-size: 14px
}