	@charset "UTF-8";

	@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css"); 
	@import url("http://cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css");

	#Lst_PC .box{
		width:990x;
		text-align:center;
		border-width:1px;
		border-color:#fff;
		color:#222;
	}

	#Lst_PC .tr-tle{
		background-color:#cdcdcd;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		margin-bottom:5px;
	}

	#Lst_PC .th{
		display:inline-block;
		background-color:#efefef;
		color:#000;
		height:35px;
		line-height:35px;
		font-size:11pt;
		font-weight:600;
		border-left:1px solid #cdcdcd;
		border-bottom:1px solid #cdcdcd;
	}
	#Lst_PC .th:first-child{border-left:0px;}
	#Lst_PC .th:last-child{border-right:0px;}

 	#Lst_PC .th1{width:6%;}	#Lst_PC .th2{width:12%;	}	#Lst_PC .th3{width:35%;	}	
	#Lst_PC .th4{width:20%;	} 	#Lst_PC .th5{width:12%;	}	#Lst_PC .th6{width:15%;}

	#Lst_PC .tr-item{}

	#Lst_PC .td{
		display:inline-block;
		height:35px;
		line-height:35px;
		font-size:11pt;
		margin:0 auto;
		border-bottom:1px solid #cdcdcd;
		text-overflow:ellipsis; overflow:hidden;
		display: -webkit-line-clamp:2; -webkit-box-orient:vertical; -webkit-box;
	}

	#Lst_PC .td1{
		width:6%;
	}

	#Lst_PC .td2{
		width:12%;
		border-left:1px solid #cdcdcd;
	}

	#Lst_PC .td3{
		width:35%;
		text-align:left;
		border-left:1px solid #cdcdcd;
		padding-left:5px;
	}

	#Lst_PC .td4{
		width:20%;
		border-left:1px solid #cdcdcd;
		text-align:right;padding-right:5px;
	}

	#Lst_PC .td5{
		width:12%;
		border-left:1px solid #cdcdcd;
		text-align:right;padding-right:5px;
	}

	#Lst_PC .td6{
		width:15%;
		border-left:1px solid #cdcdcd;
	}

	#Lst_PC .lst-subj{
		color:#000;
		font-weight:600;
		border-left:0px solid #cdcdcd;
	}

	#Lst_PC img{
		margin-bottom:-3px; padding:0;
	}

	#Lst_PC .lst-item-height {
		height:15px;border-width:0px;border-color:#fff;
	}
