/*view mode*/

.employee-box {padding-top: 10px;display:flex;gap:0 10px;}
.employee-box .ul-type-dot li{padding-top:4px;}
.employee-box .ul-type-dot li:before{top: 9px;}
.employee-box .employee-box-title{white-space: nowrap;}


/*list mode*/
.board.list .depart_employee table tbody tr td.b-td-left {position:relative;}
.board.list .depart_employee table thead tr th.b-no-right:before {display:none;}

.board.list .depart_employee table tbody td.b-no-post {width: 100%;margin: 0 auto;text-align: center;padding: 215px 0 0 0;font-weight: 700;font-size: 24px;line-height: 100%;letter-spacing: -0.1px;color: #001A54;padding-top: 124px;background: url(/_res/unist/_share/img/board/ico-no-post.png) no-repeat top 140px center;height: 400px;border-right: 0;border-bottom: 0;}


@media screen and (max-width: 768px) {
    //.board.list .depart_employee table tbody td.b-no-post {display: flex !important;align-items: center;justify-content: center;height: 300px;background-position: top 80px center;}
	
}
