.contents .box_content .inner_content h1 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #363636;
    font-weight: 600;
}

.sec_board {
    padding-bottom: 180px;
}

.sec_board .search {
    overflow: hidden;
    margin-bottom: 10px;
}

.sec_board .search>span:first-child {
    float: left;
    font-size: 16px;
    color: #363636;
    line-height: 28px;
}

.search>span:first-child strong {
    font-weight: 600;
}

.search>span:last-child {
    float: right;
    font-size: 0;
}

.search>span:last-child select {
    height: 28px;
    vertical-align: bottom;
}

.search>span:last-child input {
    height: 28px;
    margin-left: 10px;
    vertical-align: bottom;
    border: 1px solid #b1b1b1;
    padding-left: 10px;
}

.search>span:last-child button {
    background: #206043;
    margin-left: 10px;
    vertical-align: bottom;
}

.notice_content .select-box {
    width: 110px;
    border: 1px solid #b1b1b1;
    height: 28px;
}

.notice_content .select-box select {
    width: 130px;
}

.notice_content .select-box:after {
    height: 30px;
}

table td {
    text-align: center;
}

table td i.newIco {
    display: inline-block;
    margin-left: 5px;
    width: 15px;
    height: 18px;
    background: url("/images/ico_new.png") no-repeat;
    vertical-align: middle;
}

table tr th {
    border-top: 4px solid #279664;
    border-bottom: 1px solid #279664;
    background: #f8f8f8;
    border-left: 0;
    border-right: 0;
}

table tr td {
    border-bottom: 1px solid #ababab;
    color: #666;
    border-right: 0;
    height: 27px;
}

.btn-layer {
    margin-top: 20px;
}

.board-title {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.board-title a {
    line-height: 2;
}

img.attachIcon {
    vertical-align: middle;
}