@charset "utf-8";

input.calendar {behavior:url('/common/js/calendar.htc');}

/*  Board table type 01 */
.boardtable_qna_list { width:100%; }
.boardtable_qna_list caption { display:none; }
.boardtable_qna_list thead { background:url("/images/korea/board/title_bg.gif") repeat-x; }
.boardtable_qna_list th { height:33px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
.boardtable_qna_list td { border-bottom:1px solid #eee; padding:5px 0 5px 0; text-align:center; }

.boardtable_photo_list { width:100%; }
.boardtable_photo_list caption { display:none; }
.boardtable_photo_list .bartop { clear:both; height:2px; background:#888; margin-bottom:5px; }
.boardtable_photo_list .barbottom { clear:both; height:2px; background:#888; margin-top:5px; }
.boardtable_photo_list .barclear { clear:both; height:1px; font-size:1px; }
.boardtable_photo_list .boardphotoarticle { width:140px; padding:7px 9px 7px 14px; float:left; }
.boardtable_photo_list .boardphotoarticle { text-align:center; }
.boardtable_photo_list .boardphotoarticle .photo { width:120px; padding:3px; }
.boardtable_photo_list .boardphotoarticle .photo { border:1px solid #ccc; }
.boardtable_photo_list .boardphotoarticle .subject { margin-top:2px; text-align:center; }

.boardtable_view { width:600px; overflow:hidden; }
.boardtable_view caption { display:none; }
.boardtable_view thead { background:url("/images/korea/board/title_bg.gif") repeat-x; }
.boardtable_view th { height:33px; border-top:1px solid #ddd; border-bottom:1px solid #ddd;  padding:0 10px; font-weight:bold;}
.boardtable_view tbody tr td.boardhead { background:url("/images/korea/board/view_dot.gif") repeat-x; height:30px; padding-left:10px; padding-right:10px;}
.boardtable_view tbody tr td.boardbody { padding:20px 0 20px 10px; height:250px; border-bottom:2px solid #ddd; width:600px;}

.boardtable_write { width:100%; }
.boardtable_write caption { display:none; }
.boardtable_write thead { background:url("/images/korea/board/title_bg.gif") repeat-x; }
.boardtable_write thead tr td { height:33px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; font-weight:bold; padding:0 10px; }
.boardtable_write tbody tr td { height:28px; border-bottom:1px dotted #ddd; }
.boardtable_write tbody tr td.boardhead { font-weight:bold; text-align:center; }

.boardtable_pass { width:100%; }
.boardtable_pass caption { display:none; }
.boardtable_pass thead { background:url("/images/korea/board/title_bg.gif") repeat-x; }
.boardtable_pass thead tr td { height:33px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; font-weight:bold; padding:0 10px; }
.boardtable_pass tbody tr td { height:28px; border-bottom:1px dotted #ddd; }
.boardtable_pass tbody tr td.boardhead { font-weight:bold; text-align:center; }
.boardtable_pass .boardwrong { text-align:center; height:40px; color:#f00; }

.boardtable_box { border:1px solid #b2b967; padding:7px 0 7px 0; }
.boardtable_box ul li { background:none !important; display:inline; margin:0; padding:0; }
.boardtable_box ul li.on a { font-weight:bold; color:#b2b967; }
.boardtable_boxcontent dl dd { margin-bottom:10px; }


/* 게시물이 없는 경우 */
.boardnoarticle { width:100%; height:100px; text-align:center; }


/* 페이지 처리와 버튼 */
#pageNav { float:left; width:100%; clear:both; margin:10px 0 0 0; display:block; text-align:center; }
	#pageNav .page { }
	#pageNav .button { text-align:right; }

/* 검색 부분 */
#search { clear:both; text-align:center; }
    #search legend { display:none; }
    #search label { position:absolute; width:1px; height:1px; overflow:hidden; font-size:0; line-height:0; z-index:-1; }
	#search select { vertical-align:middle; }
	#search input { vertical-align:middle; }
