.pds_popup {
	position:absolute;
	width:100%;
	height:100%;
	background:url('../images/pds.jpg') no-repeat;
	background-size:100% 100%;
	z-index:10000;
	display:none;
}

#pds_container {
	top:0px;
	left:0px;
	/* right:0px;
	margin:auto; */
	width: 1446px;
	height: 681px;
}

#pdstitle, .pdsclose, #pdscon {
	position:absolute;
	margin:auto;
}

#pdstitle {
	top: 21px;
	left: 0px;
	right: 0px;
	height: 80px;
	box-shadow:0 0 0px #666;
}

.pdsclose {
	width:90px;
	padding-left:1228px;
	top:15px; left:0px; right:0px;
	cursor:pointer;
}

#pdscon {
    margin: auto;
    top: 395px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1446px;
    height: 770px;
    border: 15px solid transparent;
    border-radius: 40px;
    /* border-image: url(../images/border01.png) 14 round; */
    /* padding: 10px; */
		overflow-x: scroll;
		border: 20px solid #99b3ce;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}

#pdscon table {
	text-align:center;
	background-color:#fff;
	font-family: 'KoPubDotum', sans-serif;
	font-weight:bold;
	font-size:17px;
	width : 100%;
	border-collapse:collapse;
	margin:0px;
}

#pdscon table,#pdscon th,#pdscon td {
	border: 1px solid #99b3ce;
	vertical-align : middle;
	height: 44px;
}
#pdscon th,#pdscon td {
	padding : 3px;
	color: #576a7d;
}
#pdscon th {
	line-height:35px;
	background:#83CEE3;
}
#pdscon td {
	line-height:28px;
}

#pdscon tr:nth-child(even) {background:#f7f7f7;}
#pdscon tr:hover {
	background:#f7f6f4;
}

#pdscon th:nth-child(1),
#pdscon th:nth-child(2),
#pdscon th:nth-child(3),
#pdscon th:nth-child(4),
#pdscon th:nth-child(5) {
	border-right:1px solid #fff;
}

#pdscon tr:nth-child(1)>th {
	width:35%;
	vertical-align:middle;
	color:#fff;
}

#pdscon tr:nth-child(2)>th {
	width:5%;
	vertical-align:middle;
	color:#fff;
	border-top:1px solid #fff;
}


/* #pdscon td:nth-child(1) { */
	/* /* text-align:right; */ */
	/* font-size:16px; */
/* } */
/* #pdscon td:nth-child(3) { */
	/* /* text-align:left; */ */
	/* font-family:'굴림'; */
	/* font-size:14px; */
/* } */
#pdscon span {
	cursor:pointer;
	display:inline-block;
	padding:0px 5px;
}

/* #pdscon td:nth-child(3) span { */
	/* box-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
	/* border-radius: 5px; */
	/* color: #4f6780; */
/* } */

#pdscon tr:nth-child(3)>td:nth-child(1),
#pdscon tr:nth-child(3)>td:nth-child(6) {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    background-color: #F8F2DF;
}

#pdscon tr:nth-child(5)>td:nth-child(1),
#pdscon tr:nth-child(5)>td:nth-child(6) {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    background-color: #FBEFC5;
}

#pdscon tr:nth-child(9)>td:nth-child(1),
#pdscon tr:nth-child(9)>td:nth-child(6) {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    background-color: #F8F2DF;
}

#pdscon tr:nth-child(13)>td:nth-child(5) {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    background-color: #FBEFC5;
}

#pdscon tr:nth-child(14)>td:nth-child(5) {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    background-color: #F8F2DF;
}

table img{
	width: 20px;
    height: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    vertical-align: middle;
    position: relative;
	cursor:pointer;
}

.folder { width:25px; }