@charset "UTF-8" 

/**
 * create by 기효
 */
table.table {
	border-spacing: 0px;
	border-collapse: separate;
	table-layout: fixed;
}
table.table th,
table.table td {
	text-align: center;
	color: #666;
}
table.table td {padding: 5px 0;}
table.table td.lalign {
	text-align: left;
}
/* IE7 TABLE BORDER */
*:first-child+html table.table {
	border-collapse: collapse;
}
/* IE6 TABLE BORDER */
* html table.table {
	border-collapse: collapse;
}
/**
 * create by 승주 추가
 */
table.table1 {
	border-spacing: 0px;
	border-collapse: separate;
	table-layout: fixed;
}
table.table1 th,
table.table1 td {
	color: #666;
	
}
table.table1 td {padding: 5px 0;}
table.table td.lalign {
	text-align: left;
}
/* IE7 TABLE BORDER */
*:first-child+html table.table1{
	border-collapse: collapse;
}
/* IE6 TABLE BORDER */
* html table1.table {
	border-collapse: collapse;
}


/* 리스트 */
table.list_ tbody td {border-bottom: 1px solid #E2E2E2;}
table.list_ tfoot td {padding-top: 15px;}
table.list_ tfoot span.page_num {padding: 0 10px;}
table.list_ tfoot b {color: #F7941D;}
/* 뷰 */
table.view_ th,
table.view_ td {border-bottom: 1px solid #5EB0D4;}
table.view_ td {text-align: left;}

/* 자료실 게시판 */
table.pds {
	width: 690px;
}
table.pds thead th,
table.pds .head {
	padding: 0;
	height: 29px;
	background: #E1EDF2;
	border-top: 1px solid #5EB0D4;
	border-bottom: 1px solid #5EB0D4;
}

/* 센터 소개 테이블 */
table.center {
	width: 690px;
	border-top: 1px solid #CCC9C9;
	border-left: 1px solid #CCC9C9;	
}
table.center caption {
	text-align: left;
}
table.center thead th {
	background: #C2D18C;
	padding: 5px 0;
	color: white;
}
table.center th,
table.center td {
	border-right: 1px solid #CCC9C9;
	border-bottom: 1px solid #CCC9C9;
	padding-left:10px;
}

/* 보유 장비 테이블 */
table.equip {
	width: 497px;
	border-top: 2px solid #81ABDD;
	border-bottom: 1px solid #81ABDD;
}
table.equip th,
table.equip td {
	text-align: left;
	border: 0;
	border-top: 1px solid #E4EEF8;
}
table.equip th {
	background: #F6FAFD;
	color :#5084BE;
	padding-left: 9px;
}
table.equip td {
	color: black;
	padding-left: 23px;
}
table.equip .head {
	border-bottom: 1px solid #77A3D9;
}
table.equip .body {
	border-top: 2px solid #F5F5F5;
}
table.equip th.body {
	vertical-align: top;
	padding-top: 5px;
}

/**
 * create by 승주 추가
 */

table.blue { width: 690px;
	border-top: 1px solid #CCC9C9;
	border-left: 1px solid #CCC9C9;	}

table.blue  td {
	padding-left:10px;
	border: 1px solid #CCC9C9;
}

table.blue  th {
	color: #fff;
	background:#8cb5d1;
	text-align:left;
	padding-left:10px;
	border: 1px solid #CCC9C9;
}


table.blue th.Cen {
	text-align:center;
}

table.blue td.Cen {
	text-align:center;
}
