/* NoticeBoard Table */
.tbl {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.tbl a {
    color: #333;
    text-decoration: none;
}

.tbl_comm {
    overflow: hidden;
    border-top: 2px solid #4d4d4d;
    word-break: normal;
}

.tbl th {
    border-bottom: 1px solid #e6e6e6;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
}

.tbl td {
    border-bottom: 1px solid #e6e6e6;
    line-height: 26px;
    font-size: 14px;
}

.tbl .ta_left {text-align: left;}

.tbl thead th {
    padding: 15px 20px;
    color: #1e1e1e;
}

.tbl .inner_cell {padding: 15px 20px 14px;}

.tbl .txt_public {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding-right: 17px;
    vertical-align: top;
}

.tbl .loss_word {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.step-links {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.step-links a {
    color: #333;
    text-decoration: none;
}

.inner-step-links {
    display: inline-block;
}

.inner-step-links .left_arrow {
    display: block;
    float: left;
    border: 1px solid #e6e6e6;
    width: 28px;
    height: 28px;
    background: url(../img/left-arrow-52.png) no-repeat;
    background-size: 15px 15px;
    background-position: 5px 5px;
}

.inner-step-links .right_arrow {
    display: block;
    float: left;
    border: 1px solid #e6e6e6;
    width: 28px;
    height: 28px;
    background: url(../img/right-arrow-52.png) no-repeat;
    background-size: 15px 15px;
    background-position: 5px 5px;
    margin-left: 25px;
}

.inner-step-links .link_page {
    float: left;
    margin-left: 25px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    text-decoration: none;
}

.inner-step-links .active {
    font-weight: bold;
    line-height: 27px;
    color: #1e1e1e;
    text-decoration: underline;
}

/* Notice contents */
.notice-date {color: #666; font-size: 14px;}

.notice-btn a {
    text-decoration: none;
}

.notice-btn .list-btn {
    display: block;
    line-height: 40px;
    color: #fff;
    background-color: #4d4d4d;
    text-align: center;

}