/*NoticeBoard*/
.nb-all{
    /*height: 150px;*/
}

.nb-contents {
    width: 100%;
}

.nb-all .mini{
    height: 120px;
}

.nb-all .multiline{
    height: 400px;
    width: 100%;
}


.nb-contents .S {
    font-size: 12px;
}

.nb-contents .N {
    font-size: 16px;
}

.nb-contents .L {
    font-size: 24px;
}




