.aui-navBar{
    box-shadow: 0 2px 4px 0 #eeeeee;
}

.qualification{
    width: 100%;
    height: calc(100vh - 1rem);
    margin-top: 1rem;
    overflow-y: auto;
}

.qualimg{
    width: 100%;
}

.notic{
    width: 100%;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

.notic-icon{
    width: 2rem;
}

.notic-txt{
    font-size: 0.29rem;
    letter-spacing: 0.02rem;
    margin-top: 0.3rem;
}