#mainComtents {
    padding-bottom: 100px;
}

/* 지원 리스트 */
table{ 
    text-overflow: ellipsis;
}  
th,
td {
    padding: 10px 2px;
}
.post > table th{
    font-size: 12px;
    height: 37;
}

.post > table td{
    overflow: hidden;
    text-overflow :ellipsis;
}

