@charset "utf-8";

/************************************************************************
 * 파일명      : board.css
 * 설명        : board  CSS import
 * 작성자      : 전영창
 * 작성일      : 2009.09.07
************************************************************************/

/**  공통 테이블**/
table{width:690px; text-align:center;}

table th{height:31px;}
table th.gubun{background:url('/images/board/border_cust_gubun.gif') right 10px no-repeat;}
table th.gubun2{background:url('/images/board/border_cust_gubun2.gif') right bottom no-repeat;}

table td{text-align:left;}
table td.gubun2{background:url('/images/board/border_cust_gubun2.gif') right bottom no-repeat;}

span.gubun{padding: 0px 3px 0px 3px}
dl dt.gubun{background:url('/images/board/border_cust_gubun.gif') right 10px no-repeat;}

.var_t{padding-top:8px; vertical-align:top;}
.wd_t{padding: 5px 0px 0px 0px;}
.em_t{padding: 3px 3px 0px 3px}
.mar_t3{margin-top:3px;}
.wid{width:140px;}


.tablePop{text-align:center;}

/**  input box 공통 **/
input{height:14px; padding: 2px 2px ; border:1px solid #DCDCDC; color:#989898;}
input.insert{height:54px; border:none;}
input.r_ck{margin: 0px 2px 0px 2px; border-style:none; vertical-align:middle;}
input.in_wid{width:130px;}
input.in_wid2{width:103px;}
input.in_wid3{width:43px;}
input.in_wid4{width:566px;}
input.in_wid5{width:185px; background-color:#F7F6F6;}
input.in_wid6{width:253px;}
input.in_wid7{width:106px;}
input.in_wid8{width:117px;}
input.in_wid9{width:380px;}
input.in_wid10{width:145px; background-color:#F7F6F6;}
input.in_wid11{width:60px; background-color:#F7F6F6;}
input.in_wid12{background-color:#F7F6F6;}


/**  쓰기폼  공통  **/
.write_form{width:690px; margin-bottom:30px; }
.write_form table{width:690px; border-top:1px solid #81A1B8;}
.write_form table th{padding-left:10px; border-bottom:1px solid #DFDFDF; text-align:left;}
.write_form table td{padding-left:10px; border-bottom:1px solid #DFDFDF;}
.write_form table th.bor_cl{padding: 0px 0px 0px 0px; border-bottom:none;}
.write_form table td.bor_cl{padding: 0px 0px 0px 0px; border-bottom:none;}


/**  textarea 공통 **/
textarea{
	width:560px;
	margin: 3px 0px 3px 0px; 
	padding: 5px 5px;
	font-size:12px;
	color:#666666;
	border:1px solid #DADCDE;		
	}