@charset "utf-8";

/*기본 인풋박스 */
.sg_input{ 
	color:#5d5d5d;  
	background:#ffffff; 
	border:1px solid #bcbcbc; 
	height:15px;
} 
select	 { 
	color:#5D5D5D; 
	line-height:16px; 
}
.sg_textarea{ 
	color:#5d5d5d;  
	background:#ffffff; 
	border:1px solid #bcbcbc; 
	height:250px; 
	width:640px;
} 
.raeck{
	border:0;
	vertical-align:middle;
	margin-bottom:3px;
}

a.sg_b_txt  {
	color:#5d5d5d;
	text-decoration:none;
}
a.sg_b_txt:hover{
	color:#478cac;
	text-decoration:none;
}

.sg_icon{
	vertical-align:-2px;
}
.sg_red{
	color:#fe5d43;
}
/***************************** 게시판리스트 *****************************/

/*게시판 카테고리*/
#sg_part{
	background:url(../../../../../wdBoard/img/dotted_line.gif) repeat-x left bottom;
	padding:0 0 6px 0;
	text-align:right;
	margin-bottom:15px;
}
#sg_part img{
	vertical-align:middle;
	margin:0 0 2px 0;
}

/* 첨부파일별 바로가기 */
#sg_file{
	background:url(../../../../../wdBoard/img/dotted_line.gif) repeat-x left bottom;
	padding:0 8px 6px 0;
	text-align:right;
	margin-bottom:15px;
}
#sg_file img{
	vertical-align:middle;
	margin-left:7px;
}

#sg_info{
	clear:both;
	margin:0;
	padding:0;
	position:relative;
	height:25px;
}
#sg_total{
	position: absolute;
	top:0;
	left:0;
	background:url(../img/bullet_arrow.gif) no-repeat 0 9px;
	font-size:0.92em;
	padding:8px 0 0 14px;
}
#sg_search{
	position: absolute;
	top:0;
	right:0;
	text-align:right;
	font-size:0.92em;
}
#sg_search .btn_search{
	vertical-align:middle;;
}
.table_blist { 
	clear:both;
}
.table_blist table{ 
	line-height:140%;
	border-collapse:collapse;
	border-top:2px solid #b5b5b5; 
	border-bottom:2px solid #d2d2d2; 
	width:100%;
}
.table_blist thead th { 
	background:#f5f5f5 url(../img/list_title_line.gif) no-repeat right; 
	border-bottom:1px solid #d2d2d2; 
	color:#000000; 
	font-size:0.92em;
	font-weight:bold;
	padding:7px 0px 5px 0px;
	text-align:center;
	letter-spacing:-0.1em;
}
.table_blist thead th.th_end{ 
	background-image:none;
}	
.table_blist tbody td{
	padding:7px 0 5px 0;
	border-bottom:1px solid #d2d2d2;
	text-align:center;	
}
.table_blist tbody td.sg_t_subject{ 
	text-align:left;
	padding-left:10px;
}
#sg_btn_area{
	width:100%;
	margin:10px 0 20px 0;
	text-align:right;
	position:relative;
	clear:left;
}
#sg_btn_area .sg_admin{
	position:absolute;
	top:0;
	left:0;
}
#sg_paging{
	width:100%;
	background:#f4f4f4;
	padding-top:3px;
}

/***************************** 글읽기 *****************************/

div.sg_read{ 
	line-height:140%;
	border-top:2px solid #d2d2d2; 	
}
div.sg_read h3 { 
	background:#f8f8f8; 
	border-bottom:1px solid #d2d2d2; 
	color:#333; 
	font-size:1em; 
	font-weight:bold;
	padding:7px 0px 5px 0px;
	text-align:center;
	margin:0;
}	
div.sg_read .row_info {
	float:left;
	border-bottom:1px solid #d2d2d2;
	font-weight:normal;
	width:100%;
}
div.sg_read .row_info dt,div.sg_read .row_info dd{	
	display:inline;	
}
div.sg_read .row_info dt{
	width:80px;
	background: url(../img/bullet_dotted.gif) no-repeat 7px 45%;
	padding:7px 0 5px 15px;
	color:#000000; 
	font-size:0.92em; 
	font-weight:bold;
	float:left;
	width:80px;
}
div.sg_read .row_info dd{
	background: url(../img/list_title_line.gif) no-repeat left;
	padding:7px 15px 5px 10px;
	float:left;
}
div.sg_read .row_info dd.wpix{
	width:160px;
}
div.sg_read .row_info dd img{
	vertical-align:middle;
}
div.sg_read .sg_contents{
	padding:15px 10px;
	min-height:200px;
	vertical-align:top;
	clear:left;
	border-bottom:2px solid #d2d2d2; 
}
*html div.sg_read .sg_contents{
	height:200px;
}
/*********** 덧글 영역 ************/
div.sg_reply{
	width:100%;
}
div.sg_reply .writing{
	background: url(../img/line_dotted.gif) repeat-x bottom;
	padding:10px;
	font-size:0.92em;

}
/*덧글내용*/
div.sg_reply .writing .info .id{
	font-weight:bold;
}
div.sg_reply .writing .info .day{
	color:#ff6f6f;
}
div.sg_reply .writing .info img{
	vertical-align:middle;
	margin-bottom:2px;
}
div.sg_reply .writing .con{
	line-height:16px;
	padding-top:7px;
}

/*덧글쓰기 폼*/
div.sg_reply .reply_form{
	margin-top:10px;
}
div.sg_reply .reply_form .outline{
	border:solid 1px #e3e3e3;
	background:#f9f9f9;
	margin:0;
	padding:20px 0;
}
div.sg_reply .reply_form .outline fieldset legend {
	padding:0;
	font-size:0;
	line-height:0;
	text-indent: -2000px; 
}
div.sg_reply .reply_form .outline .row_input{
	padding:2px 15px;
}
div.sg_reply .reply_form .outline .row_input input{
	vertical-align:middle;
	margin-bottom:2px;
}
div.sg_reply .reply_form .outline .row_input span.pad{
	padding-left:30px;
}
div.sg_reply .reply_form .outline textarea{
	color:#5d5d5d;  
	background:#ffffff; 
	border:1px solid #bcbcbc; 
	height:40px; 
	width:575px;
}

/***************************** 글쓰기 *****************************/
div.sg_write {
	width:100%;
}
div.sg_write .guide{
	padding:15px 0 3px 0;
	border-bottom:1px solid #d2d2d2;
	float:left;
	width:100%;
}
div.sg_write .guide_txt {
	line-height:150%;
	text-align:left;
	float:right;
	padding-top:3px;
}
div.sg_write span.required {
	color:#FF0000;
	margin-right:3px;
	font-weight:bold;
}
div.sg_write div.sg_write_wrapper{
	background-color:#FFFFFF;
	border: solid #d2d2d2;
	border-width:2px 0 1px;
	clear:both;
}

div.sg_write fieldset legend {
	padding:0;
	font-size:0;
	line-height:0;
	text-indent: -2000px; 
}

div.sg_write fieldset div.info_txt {
	line-height:150%;
	background:#f7f7f7;
	border-bottom:1px solid #dadada;
	padding:7px 12px;
}
div.sg_write div.row_input {
	clear: both;
	margin:0;
	padding:5px 0 5px 0;
	border-bottom:1px solid #d2d2d2;
	text-align:left;
}

div.sg_write div.row_input span.head {
	color:#464646;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:10px;
	padding:5px 10px 0 0;
	text-align:right;
	white-space: nowrap;
	width:90px;
	background: url(../img/list_title_line.gif) no-repeat right 0.4em;
}
div.sg_write div.row_input span.info {
	width:590px;
	margin:0;
	padding-top:6px;
	display:block;
	letter-spacing: -0.05em;
	border:none;
}
div.sg_write div.row_input input.long {
	width:520px;
}
div.sg_write div.row_input span.data {
	display:block;
	padding:4px 0 2px 0;
	line-height:140%;
}
div.sg_write .sg_write_file{
	border:1px solid #dfdfdf;
	height:22px;
	width:500px;	
}
div.sg_write div.sg_btn{
	text-align:right;
	padding-top:15px;
}

/***************************** 비밀번호 *****************************/
div.sg_pass{
	padding:20px 50px;
}
div.sg_pass .sg_pass_box{
	border:solid #d2d2d2;
	border-width:2px 0;
	padding:30px;
	text-align:center;
	background:#f9f9f9;
}

div.sg_pass .sg_pass_box span{
	padding:0 0 0 13px;
	background:url(../img/bullet_arrow.gif) no-repeat 0 0.2em;
}
div.sg_pass .sg_pass_box input{
	vertical-align:middle;
	margin-bottom:4px;
	width:150px;
}
div.sg_pass .sg_pass_btn{
	text-align:center;
	padding-top:15px;
}
div.sg_pass .sg_pass_btn img, div.sg_pass .sg_pass_btn input{
	vertical-align:middle;
}