.cctable {
	width:640px; background-image:url('../img/table_topbg.png'); background-repeat:no-repeat; border-spacing:0px;
}

.thtr {
	height:48px; line-height:48px;
}
.thtr .thtrth {
	border:0; text-align:center; font-size:16px; color:#333; font-family:'Nanum Gothic'; font-weight:bold; border-bottom: 1px solid #eee;
}

.tdstep {
	padding:10px 0; border-bottom: 1px solid #eee; font-size:12px; color:#333; font-family:'Nanum Gothic'; font-weight:bold; border-right:1px solid #eee;

}
.tdcc {
	padding:10px 0; border-bottom: 1px solid #ddd;text-align:center; font-size:14px; color:#333; font-family:'Nanum Gothic'; font-weight:bold;
	background-color:#f8f8f8; line-height:28px;
}
.tdcctextarea {
	padding:10px 20px; border-bottom: 1px solid #eee; font-size:14px; color:#333; font-family:'Nanum Gothic';
}
.tdcctextarea ul li{
	font-size:14px; color:#333; font-family:'Nanum Gothic'; line-height:24px; padding:5px 0;
}
.tdcctextarea strong{ display:block; padding:5px 0;}


.cstable {
	width:640px;
}
.cstable .f_dotum{
	font-family:'Dotum'; font-size:12px; color:#333;
}
.cstable .tdcc {
	background-image:url('../img/table_topbg.png'); background-repeat:no-repeat; border-spacing:0px;
}

.cstable .tdcctextarea {
	text-align:left;
}



/*list*/
.table_bg { width:640px; height:3px; background:url('../img/table_topbg.png') no-repeat; margin:30px auto 0; }

.tableA { width:640px; margin:0 auto;  }
.tableA tr {  }
.tableA th { padding:10px 0; border-bottom: 1px solid #ddd;text-align:center; font-size:14px; color:#333; font-family:'Nanum Gothic'; font-weight:bold;
								background-color:#fff; line-height:28px; }
.tableA td { font-size:12px; font-weight:normal; font-family: 'Dotum'; text-align:center; border-bottom: 1px solid #ddd; height:30px; color:#666;  }
.tableA td a { font-family: 'Dotum'; color:#666; }
.tableA tr.notice td { background-color:#f8f8f8; }
.tableA tr.notice .number { font-weight:bold;  }
.tableA td.subject { text-align:left; cursor:pointer; padding:0 10px;  }
.tableA td.subject a { display:block; width:100%; height:100%; line-height:30px;  overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

.tableB { width:640px; margin:0 auto; }
.tableB th {padding:10px 0; border-bottom: 1px solid #ddd;text-align:center; font-size:14px; color:#333; font-family:'Nanum Gothic'; font-weight:bold;
								background-color:#fff; line-height:28px;  }
.tableB td { font-size:12px; font-weight:normal; font-family: 'Dotum'; text-align:center; border-bottom: 1px solid #ddd;  border-right: 1px solid #ddd; background-color:#fff; height:30px; }
.tableB td a { font-family: 'Dotum';  }
.tableB td.name { background-color:#f8f8f8; font-weight:bold;   }
.tableB td:last-child ,
.tableB td:first-child { border-right:0;  }

/*list paging*/
.paging { padding-top:20px; clear:both; }

.paging .prev,
.paging .next ,
.paging ol { display:inline-block; overflow:hidden; }
.paging li { display:block; cursor:pointer; float:left; }
.paging li a { display:inline-block;  font-size:13px; font-weight:normal; font-family: 'Dotum'; padding:3px 7px 3px 5px; margin:0 3px;  text-align:center; border:1px solid #d3d3d3;
					border-radius:3px; background:#fff; color:#999; letter-spacing:-0.05em; transition: all 0.2s; }

.paging li:last-child:after { content: none;  }
.paging li a.active { font-size:13px; font-weight:bold; font-family: 'Dotum'; background:#27469d;  border:1px solid #27469d;  color:#fff;  }
.paging li a:hover { border:1px solid #27469d; }
.paging img { vertical-align:top; }
/*.paging li:after { width:1px; height:8px; background:url('../img/bar.jpg'); content: ""; display:inline-block; } */

/*view*/
.table_view { width:640px; margin:30px auto 0;  font-size:12px;  border-top: 1px solid #ccc;  }
.table_view tr { width:100%;  }
.table_view th { font-weight:normal; border-bottom: 1px solid #ddd; height:30px; text-align:left; padding-left:10px;  }
.table_view td { font-weight:normal; border-bottom: 1px solid #ddd; height:30px;}
.table_view tr.title td{  height:50px; font-size:14px; background:#f8f8f8;  font-weight:bold; text-align:center;  }
.table_view tr .cont { min-height:300px; padding:20px 10px;   font-family: 'Dotum'; max-width:100%;  overflow:hidden;}
.table_view tr .cont p ,
.table_view tr .cont span {font-family: 'Dotum'; line-height:1.5em; color:#666;  }
.table_view tr .cont img {  max-width:100%; }
.table_view td img { float:left; }
.table_view iframe { width:100%; max-width:620px; }

.table_view .cont td { border:0; }

/*view paging*/
.view_paging { width:100%; margin:10px 0 50px;   }
.view_paging li { display:inline-block; margin-left:10px;  }
.view_paging li a { font-size:12px;  padding-right:10px;  }
.view_paging li:after { width:1px; height:8px; background:url('../img/bar.jpg'); content: ""; display:inline-block; }
.view_paging li:last-child:after { content: none;  }