
@charset "utf-8";

/*-------bbs search-------------------------------------*/
.bbsSearch {text-align:center;}
.bbsSearch select {vertical-align:middle;}
.bbsSearch input.tt {width:148px;height:16px;vertical-align:middle;}
.bbsSearch input.ti {vertical-align:middle;}

/*-------column width Fix-------------------------------------*/
.col85 {width:85px !important;}
.col94 {width:94px !important;}
.col110 {width:110px !important;}
.col120 {width:120px !important;}
.col130 {width:130px !important;}
.col140 {width:140px !important;}
.col150 {width:150px !important;}
.col189 {width:189px !important;}
.col250 {width:250px !important;}
.col325 {width:325px !important;}

.fixed {table-layout:fixed;} /* td(th)의 너비가 동일하게 고정된다.*/

tr.odd td { background-color:#FFFFFF;}
tr.even td { background-color:#FCFCFC;}

/*-------bbs LIST table-------------------------------------*/
table.bbsL {
	width:100%;
	border-bottom:2px solid #849662;
	margin-bottom:30px;
}

table.bbsL th {
	padding:8px 0 10px 0;
	border-top:1px solid #D9D8D7;
	border-bottom:1px solid #D9D8D7;
	text-align:center;
	vertical-align:middle;
	background-color:#E5E4E3;
}
table.bbsL th.first {border-left:1px solid #D9D8D7;}
table.bbsL th.end {border-right:1px solid #D9D8D7;}
table.bbsL td {
	padding:4px 20px 4px 20px;
	text-align:center;
	font-size:12px;
	font-family:"돋움","Dotum","san-serif";
	color:#666666;
	vertical-align:middle;
	border-bottom:1px solid #E2E2E2;
}
table.bbsL tbody td.title {
	text-align:left !important;
}

/*-------bbs VIEW table-------------------------------------*/
table.bbsV {
}
table.bbsV tbody th {
}
table.bbsV tbody td {
}
table.bbsV tbody th.thNone {
}
table.bbsV tbody td.tdNone {
}

table.bbsV td.tdTitle {}

/*-------bbs INPUT table-------------------------------------*/
table.bbsIn {
}
table.bbsIn tbody th {
}
table.bbsIn tbody td {
}
table.bbsIn tbody td.txt {
}
table.bbsIn tbody td img {vertical-align:top;}

/*-------bbs button & paging-------------------------------------*/
.btnGroup {
	clear:both;
	width:680px;
	height:24px;
}
.paging {
	text-align:center;
	height:11px;
	overflow:hidden;
}
.paging ul {display:inline;}
.paging ul li {
	display:inline;
	padding:0 4px 0 4px;
/*	background:url('http://joymax.co.kr/images/common/board/pagingHyphen.gif') no-repeat top left;*/
	vertical-align:top;
	font-size:11px;
	color:#F58028;
}
.paging ul li.first {background-image:none;}
/*.paging ul li.end {background-image:none;}*/
.paging ul li.on {color:#4E6A16;font-weight:bolder;}
.paging ul li.hyper {
	background-image:none;
	letter-spacing:-2px;
	font-size:9px;
	font-weight:bolder;
}

.paging ul li a{font-size:11px;}
.paging ul li a:link{color:#999;}
.paging ul li a:visited{color:#999;}
.paging ul li a:active{color:#999;}
.paging ul li a:hover{color:#F58028;}

.pageSelect {
	float:left;
	color:#8D98BA;
	font-weight:bolder;
	font-size:11px;
}
.pageSelect img {vertical-align:middle;}
.pageSelect select {
	vertical-align:middle;
	color:#8D98BA;
	font-weight:bolder;
	font-size:11px;
	background-color:#FFFFFF;
}
.btns {padding-right:2px;}
.btns img {vertical-align:middle;margin-right:-2px;position:relative;}
.btnGroup div.btns { float:right;}







/*-------Data Table-------------------------------------*/
table.data {
}
table.data thead th {
}
table.data tbody th {
}
table.data tbody td {
}







