.top_notice_wrapper {
    border: 1px dotted black;
    padding: 15px 10px 10px;
}
.top_notice_wrapper > .title {
    color: #666666;
    font-size: medium;
    font-weight: bold;
}
.top_notice {
    margin-top: 15px;
    max-height: 200px;
    overflow-y: scroll;
    padding: 0 0 0 8px;
}