/* Mirtech Co. */ 
/*============================================================
	
	[MIRL - 미르도서관 전용 css 페이지 입니다.]
	mir_home_sub_common 이용자용 css
	
	copyright (c)all mirtech

============================================================*/

/* 테이블 기본 설정 ************************************************************************************ */
table caption{display:none;}
table.table_default{
	width:100%;
	margin:5px 0px;
	border-top:1px solid #050505;
	border-bottom:1px solid #cfcfcf;
	}
table.table_default th,table.table_default td{
	padding:10px 5px 12px;
	border:1px solid #cfcfcf;
	border-top:none;
	}
table.table_default thead th{
	color:#474646;
	font-weight:600;
	border-top:1px solid #050505;
	border-bottom:1px solid #c1c1c1;
	background-color:#f7f7f7;
	}
table.table_default tbody th{
	background-color:#f7f7f7;
	vertical-align:middle;
	}
table.table_default tbody td.center{text-align:center;}
table.table_default th:first-child,table.table_t1 td:first-child{border-left:none;}
table.table_default th:last-child,table.table_t1 td:last-child{border-right:none;}

table.table_guide{
	border-top: 3px solid #0b2e59;
}

/* 참고정보원 테이블 설정 */
.table-info tr td:last-child{
	text-align: center;
	}
.table-info>tbody>tr>td{
	vertical-align: middle; 
	padding: 10px 5px;
	}
.table-info>tbody>tr>th{
	vertical-align: middle; 
	min-width: 120px;
	}

/* 테이블 리스트 설정 ********************************************************************************* */
table.table thead tr th,
table.table tbody tr th{
	text-align:center;
	}
table.table thead tr th{
	background-color:#e5e5e5;
	font-size:13px;
	text-align:center;
	white-space:nowrap;
	word-break:break-all;
	}
table.table tbody tr td{
	word-break: break-all;
	}
	
/* 리스트 설정 */
ul.list1{
	padding: 0 0 0px 5px;	
}
ul.list3{
	padding: 0 0 0 10px;
}