/*  목록 */
div.WorkCenterList div.wcAlt{border:1px dashed #cecece; background:#fafafa; padding:14px 0; margin-bottom:20px;}
div.WorkCenterList div.wcAlt p{text-align:center;}
div.WorkCenterList div.wcAlt p a{text-decoration:underline;}

div.WorkCenterList ul.wcList li.whatJob{
	width: 270px;
	height: 220px;
	list-style: none;
	position: relative;
    float: left;
    margin: 0 15px 15px 0;
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-top: 2px solid #80b6e4;
    box-sizing:border-box;
    padding:10px 15px;
	}

div.WorkCenterList ul.wcList li.whatJob a{
    display: block;
    width: 100%;
    height: 100%;
	}

div.WorkCenterList ul.wcList li.whatJob a span.tit{
    display: block;
	margin:5px 5px 15px 5px;
    font-size: 16px;
    font-family: NanumGothicBold;
    font-weight: bold;
    color: #444;
    line-height:160%;
    border-bottom:1px dashed #ddd;
    padding-bottom:15px;
	}

div.WorkCenterList ul.wcList li.whatJob a span.part{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #444;
    text-align: center;
	}

div.WorkCenterList ul.wcList li.whatJob span.status {
    position: absolute;
    left: 18px;
    bottom: 18px;
	}


/* 내용 */

div.WorkCenterRead h4{font-size:20px; margin-top:40px; background:url(images/read_h4_ico.png) no-repeat left center; padding-left:20px; color:#06506e;}

div.WorkCenterRead table {border-collapse:collapse; width:100%; margin: 15px 0px 40px 0px; border: 1px solid #bad1e3; border-width: 2px 0px 0px 0px;}
div.WorkCenterRead table th,
div.WorkCenterRead table td {border: 1px solid #d2d8de; padding:4px; text-align:center; line-height:18px; height: auto;}
div.WorkCenterRead table thead,
div.WorkCenterRead table tfoot {background: #f2f7fe; font-weight: bold; color:#4d6070;}
div.WorkCenterRead table thead th {font-weight: bold; height:30px;}
div.WorkCenterRead table tbody th {background: #f8f8f8; font-weight: bold; height:40px;}
div.WorkCenterRead table tbody td {height:40px;}

div.WorkCenterRead div.btm{height:0px;}

div.WorkCenterRead ul{width:100%; height:90px; overflow:hidden; border-top:1px dashed #ccc; border-bottom:2px solid #222; margin:30px 0 40px 0; background: #f8f8f8; padding:20px 0;}

div.WorkCenterRead ul li{
	width: 50%;
	height:100%;
	list-style: none;
	position: relative;
    float: left;
    background: #f8f8f8;
    text-align:center;
    box-sizing:border-box;
    margin:0;
    padding:0;
    padding:35px 65px 0 65px;
	}

div.WorkCenterRead ul li.prev{border-right:1px solid #ccc; background:url(images/read_arrow_pre.png) no-repeat 20px center;}
div.WorkCenterRead ul li.next{background:url(images/read_arrow_next.png) no-repeat 534px center;}
div.WorkCenterRead ul li a{display:block; width:100%; height:100%;}
div.WorkCenterRead ul li.prev a{text-align:left;}
div.WorkCenterRead ul li.next a{text-align:right;}

div.WorkCenterRead div.list a{display:block; width:180px; text-align:center; font-size:16px; color:#fff; font-weight:600; background:#18469C; padding:18px 0; position:relative; left:50%; margin-left:-90px;}
