
/* 검색 박스 */
.contentBoxBottom > .informationBoxList > .select-box {
    height: 85 !important;
    margin-bottom: 30px;
}

/* 셀렉트 박스 */
/* div로 만든 셀렉트 영역 스타일 */
.select > div {
    width: 80%;
}
/* 옵션 영역 스타일 */
.select ul li{
    font-size: 12px;
}

/* 검색어 입력 */
.contentBoxBottom > .informationBoxList > .select-box > div > div:nth-child(2) {
    width: 300;
}
input {
    font-size: 12px;
}


/* 지원 리스트 */

.post > div > .post-cnt {
    font-size: 14px;
}
.post > div > .post-create {
    width: 101;
    height: 37px;
    font-size: 12px;
}

th, td { 
    height: 45;
    padding: 5px 10px;
}
.post > table th{
    height: 55px;
    font-size: 16px;
}
.post > table td{
    font-size: 14px;
}

/* 페이징 */
#mainComtents > .pagination {
    margin-top: 30px;
}