@charset "utf-8";
/**************************************************
프로그램 ID : CmnJnr.css
프로그램 명 : 메인 -> 커뮤니티 -> 해사모 후배방
작   성   자 : IDENVI 퍼블리셔 서정민(dark@idenvi.com)
최초 작성일 : 2007/08/16
최종 작성일 : 
참고 사항 :  
*****************************************************/

/* ************************************* 리스트 부분(공지사항) ************************************ */
/* 게시판 TOP*/
table.bbsListMain thead tr th { border-top:2px solid #A1C61B;background-color:#F4F4F4;height: 28px;}



/* 게시판 내역 공통 */
/* 게시물 번호 */
table.bbsListMain tbody tr td.bbsNo {border-top:1px solid #ECECEC; height:27px;}
/* 게시물 제목 */
table.bbsListMain tbody tr td.bbsSubject {
	border-top:1px solid #ECECEC;
	height:27px;
	text-align: left;
	padding-left:4px;
	}
/* 게시물 작성자 */
table.bbsListMain tbody tr td.bbsWriter{
	border-top:1px solid #ECECEC; 
	height:27px;
	text-align: left;
	padding-left:4px;
	color:#FF7E00;
	}
table.bbsListMain tbody tr td.bbsSubject img{ vertical-align: middle;}
table.bbsListMain tbody tr td.bbsSubject a, a:hover, a:visited, a.:active {color:#666;}
/* 게시물 날짜 */
table.bbsListMain tbody tr td.bbsDate {border-top:1px solid #ECECEC; height:27px;}
/* 게시물 히트 */
table.bbsListMain tbody tr td.bbsCount {border-top:1px solid #ECECEC; height:27px;}
/* 게시물 답변상태 */
table.bbsListMain tbody tr td.bbsQna {border-top:1px solid #ECECEC; height:27px;}


/* 네비게이션 감싸기 */
table.bbsListMain tfoot tr td.naviWrap {border-top:1px solid #A1C61B;}

/* 네비게이션 */
table#navi {border:0; height: 15px;margin:0 auto;}

table#navi tr td.preView {
	background: url('/jpn/images/community/CmnBul_04.gif') 34px 0 no-repeat;
	text-align:left;
	height:15px;
	}

table#navi tr td.no {
	background: url('/jpn/images/community/CmnBul_04.gif') 23px 0 no-repeat;
	padding-top:2px;
	height:15px;
	text-align:center;
	}
table#navi tr td.no a, a:hover, a:visited, a.:active {color:#828282;}
table#navi tr td.no a.on {color:#FF6600;font-weight:bold;}
table#navi tr td.nextView {text-align:right;height:15px;}



/* 검색 */
div.searchWrap {
	margin-top:12px;
	height:31px;
	width:680px;
	background-color:#F7F7F7;
	padding-top:10px;
	}
ul#search {width:380px;margin:0 auto;height:20px;}
ul#search li.tit {float:left;padding-top:5px;padding-right:9px;}
ul#search li.term {float:left;padding-right:4px;}
ul#search li.ipt {float:left;padding-right:5px;}
ul#search li.btn {float:left;}
ul#search li.ipt  .searchIpt{width:210px;height:16px;border:1px solid #DADADA; background-color:#fff;}




/* ************************************* 읽기 부분(공지사항) ************************************ */

/* 제목 */
ul.cmmMainDate li.bbsViewTit {
	border-top:2px solid #A1C61B; 
	font-weight:bold;
	margin-top:5px;
	width:660px;
	color:#666;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:5px;
	}

/* 날짜 */
ul.cmmMainDate li.bbsViewData {
	border-top:1px solid #E3EAC7; 
	background-color:#F5F8E9;
	width:668px;
	height:18px;
	color:#828282;
	padding-top:8px;
	padding-left:12px;
	}

ul.cmmMainDate li.bbsViewData img{margin-right: 30px;}


ul.cmmMainDate li.bbsViewCon {
	width:640px;
	line-height:18px;
	padding: 22px 20px 60px 20px; 
	border-top:1px solid #A1C61B;
	border-bottom:2px solid #A1C61B;
	}

/* 이전글보기 */
dl.bbsPreCon {
	border-top:2px solid #E2EBC2; 
	background-color:#F5F8E9; 
	width:668px;
	height:22px;
	padding-top:8px;
	padding-left:12px;
	margin-top:25px;
	}
dl.bbsPreCon dt.bbsPreIcon {
	background: url('/jpn/images/community/CmnBul_05.gif')  62px 0 no-repeat;
	width:73px;
	float:left;
	}
dl.bbsPreCon dd.bbsPreDate {float:left;}
dl.bbsPreCon dd.bbsPreDate a, a:hover, a:visited{color:#666;}

/* 다음글보기 */
dl.bbsNextCon {
	clear:both; 
	border-bottom:2px solid #E2EBC2;
	border-top:1px solid #E3EAC7; 
	background-color:#F5F8E9;
	width:668px;
	height:22px;
	padding-top:8px;
	padding-left:12px;
	}
dl.bbsNextCon dt.bbsNextIcon {
	background: url('/jpn/images/community/CmnBul_05.gif')  62px 0 no-repeat;
	width:73px;
	float:left;
	}
dl.bbsNextCon dd.bbsNextDate {float:left;}
dl.bbsNextCon dd.bbsNextDate a, a:hover, a:visited{color:#666;}

/* 리스트 가기 버튼 */
p.bbsGoList {margin: 10px 60px 0 0;text-align: right;}