/* bbsHeader */
.bbsWrap{}
.bbsHeader{overflow:hidden;padding:15px 0}
.bbsHeader .sel{float:left;}
.bbsHeader .sel .tit_srch{width:128px;height:31px;padding:4px 0;border:none;margin-right:4px;font-size:19px;font-weight:bold;color:#0596bb;background-color:#fafafa}
.bbsHeader .bbs_search{float:right;overflow:hidden}
.bbsHeader .bbs_search > li{float:left}
.bbsHeader .bbs_search .txtSearchWord{float:left;width:165px;height:28px;padding:0 5px;border:1px solid #d8d8d8}
.bbsHeader .bbs_search .tit_srch2{width:128px;height:31px;padding:4px 0;border:1px solid #d8d8d8;margin-right:4px}


/* list */
.bbs_list{border-bottom:1px solid #4b4b4b}
.bbs_list table{table-layout:fixed;;width:100%;}
.bbs_list thead th {background-color:#1eb3c7;padding:10px 0;font-size:1.167em;color:#fff}
.bbs_list tbody td {padding:12px 15px;color:#898989;border-bottom:1px solid #e3e3e3;text-align:center}
.bbs_list tbody td:last-child{border-right:none}
.bbs_list .gray{color:#333333}
.bbs_list .left{text-align:left}



/* write */


/* view */
.bbs_view{border-top:2px solid #4b4b4b;border-bottom:1px solid #4b4b4b}
.bbs_view table{table-layout:fixed;border-top:1px solid #5c5856;width:100%;}
.bbs_view thead th{font-size:20px;color:#4b4b4b;padding:10px 0;text-align:left}
.bbs_view tbody th{font-weight:normal;color:#3aacc9;text-align:left;border-bottom:1px solid #e2e2e2}
.bbs_view tbody td{padding:8px 2px;text-align:left;border-bottom:1px solid #e2e2e2}
.bbs_view tbody td a:link,
.bbs_view tbody td a:visited,
.bbs_view tbody td a:hover{text-decoration:underline;color:#3aacc9;font-weight:bold}
.bbs_view .blue{color:#3aacc9}
.bbs_view .line{border-bottom:1px solid #0596bb}
.bbs_view .bbsContents{padding:35px 0}


/* btnGroup */
.btnGroup{text-align:right;padding-top:10px}


/* prev, next */
.bbs_prev-next{table-layout:fixed;width:100%}
.bbs_prev-next th{
	border:1px solid #dedede;
	border-right:none;
	border-left:none;
	font-weight:normal;
	color:#272727;
	padding:10px;
	text-align:center;
}
.bbs_prev-next tr:first-child th{background:#eeeeee url(/images/board/btn_bbs_next2.gif) no-repeat 43px 16px}
.bbs_prev-next tr:last-child th{background:#eeeeee url(/images/board/btn_bbs_prev2.gif) no-repeat 43px 17px}
.bbs_prev-next td{border:1px solid #dedede;border-right:none;border-left:none;color:#999999;padding:10px;text-align:center}
.bbs_prev-next .left{text-align:left;padding-left:35px;color:#272727}


/* paging */
.paging {text-align:center;margin-top:10px;font-size:15px}
.paging strong {display:inline-block;background-color:#2bbed2;width:35px;height:35px;line-height:2.2em;text-align:center;color:#fff;}
.paging .num {display:inline-block;background-color:#fafafa;width:35px;height:35px;line-height:2.2em;text-align:center;color:#565656;}
.paging .num:hover{text-decoration:none}
.paging a:hover{text-decoration:none}




