/* 게시판 뷰파일 관련 시작 */
.board_view_div{width:930px;min-height:500px;margin:0 auto;}
.bbs_view_list{clear:both;width:100%;}
.bbs_sty_title{width:100%;height:44px;font-weight:bold;background-color:#fff;border-top:#c8c9c9 2px solid;border-left:#ddd 1px solid;border-right:#ddd 1px solid;border-bottom:#ddd 1px solid;padding:5px;float:left;}
.bbs_sty_td{padding:10px 0 0 0;border-bottom:#ebebeb 1px solid;}
.bbs_view_td{color:#666;font-weight:bold;background-color:#f6f6f6;border-top:#ddd 1px solid;	border-left:#ddd 1px solid;border-right:#ddd 1px solid;padding:5px 15px 3px 15px;float:left;}
.bbs_view_td_cont{padding:5px 30px 3px 5px;float:left;}
.bbs_view_subject{color:#666;font-size:1.2em;text-align:left;text-indent:10px;}
.whites{color:#f4f4f4;}


/* 게시판 글쓰기 관련 시작 */
.board_write_div{width:930px;margin:0 auto;}
.bbs_write_list{clear:both;width:100%;}
.write_head{height:35px;width:20%;text-align:center;background-color:#f7f7f7;}
.write_head_subject{height:50px;width:20%;text-align:center;background-color:#828282;	color:#fff;}
.field_subject{padding:0 0 0 10px;height:50px;text-align:left;background-color:#828282;}
.field{padding:5px 0 5px 10px;text-align:left;}


/* 게시판 리스트 관련 시작 */
.board_list_div{width:930px;min-height:500px;margin:0 auto;}
.bbs_list_list{clear:both;width:100%;}
.board_top{clear:both;}
.board_list{clear:both;width:100%;}
/*.board_list th{background:url(<?=$board_skin_path?>/img/title_bg.gif) repeat-x;}*/
.board_list th{	background-color:#fff;border-top:#c8c9c9 2px solid;white-space:nowrap;height: 50px;overflow:hidden;text-align:center;font-weight:bold;font-size:12px;}
.board_list tr.bg0{background-color:#ebebeb;height:45px;} 
.board_list tr.bg1{background-color:#ebebeb;height:45px;} 
.board_list td{	border-bottom:5px solid #fff;}
.board_list td a{color:#333;}
.board_list td a:hover{color:#666;}
.board_list td.num{color:#6a6a6a text-align:center;}
.board_list td.checkbox{text-align:center;}
.board_list td.subject{overflow:hidden;text-align:left;}
.board_list td.name{text-align:center;}
.board_list td.datetime{font:normal 11px tahoma;color:#6a6a6a text-align:center;}
.board_list td.hit{	font:normal 11px tahoma;color:#6a6a6a text-align:center;}
.board_list td.good{	font:normal 11px tahoma;color:#6a6a6a text-align:center;}
.board_list td.nogood{font:normal 11px tahoma;color:#6a6a6a text-align:center;}
.board_list .notice{font-weight:normal;}
.board_list .current{	font:bold 14px 돋움, gulim, Verdana, Sans-Serif, tahoma;color:#000;background-color:#ffc5ae;padding:8px 12px 3px 12px;}
.board_list .comment{font-family:Tahoma;font-size:10px;color:#ee5a00;}
.board_button{clear:both;width:100%;margin:10px 0 0 0;}
.board_page{clear:both;text-align:center;margin:3px 0 0 0;}
.board_page a:link{color:#777;}
.board_search{clear:both;width:100%;text-align:center;padding:30px 0;border:1px solid #ccc;background-color:#f0f0f0;}
.board_search .stx{	height:20px;width:300px;border:1px solid #bbbaba;font-size:1.2em;color:#666;background:#f8f8f8;}
.h_n{height:100px;width:100%;}
.subject_style{font:bold; 돋움, gulim, Verdana, Sans-Serif, tahoma;color:#000;background-color:#ffc5ae;padding:5px;}


/* 갤러리 게시판 리스트 관련 시작 */
.gallery_board_list{width:930px;height:100%;margin:0 auto;min-height:350px;}
.gallery_board_list a {color:#333;}
.gallery_board_list a:hover {color:#666;}
