/* 테이블 */
table caption {
	text-indent: -2000px;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	overflow:hidden;
}
table.tstyle {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid rgba(237, 243, 252, 1);
	border-width: 1px 0 0 0;
    font-size: 16px;
}
table.tstyle caption {
	text-indent: -2000px;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	overflow:hidden;
}
table.tstyle th {
    border-bottom: 1px dotted #0e549c !important;
	padding: 16.5px;
	line-height:160%;
}
table.tstyle td {
	border: 1px solid rgba(237, 243, 252, 1);
    border-top: none;
	padding: 16.5px;
	line-height:160%;
}
table.tstyle thead th {
	background: rgba(237, 243, 252, 1);
	font-weight: bold;
	color:#3767bd;
	text-align: center;
	vertical-align: middle;
}

table.tstyle tfoot td {
	background: #f4f4f4;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
table.tstyle tbody td {
	background: #fff;
	text-align:center;
}
table.tstyle tbody td a {
    font-size: 15px;
}
table.tstyle tbody .textleft {
	text-align:left;
}
table.tstyle td.item {
	background: #f4f4f4;
}