

/* 전체 적용 스타일 */

	.btnbg { background-color: #000; filter: alpha(opacity=100); }



/* 레이아웃 공통 */
#ls_frame, #vc_frame, #wf_frame { clear:both; margin:0 auto; text-align:center; white-space:nowrap; }
	#ls_layout, #vc_layout, #wf_layout { margin:0 auto; width:95%; text-align:left; }


/* 리스트 - 레이아웃 스타일 */
	#ls_layout form { margin:0; }
	#ls_top_left { float:left; padding-top:0.6em; font-size:10px; font-family:Arial; }
	#ls_top_right { float:right; font-size:11px; font-family:Verdana; }

	#ls_title { clear:both; height:2.5em; padding:0.5em; border:1px solid #eee; }
		#ls_title h4 { margin:0; font-weight:normal; font-size:1em; text-align:center; }
		div.ls_content { clear:both; height:2.5em; padding:0.5em; border-bottom:1px solid #eee; }
			div.ls_content:hover { background-color:#fafbf7; }
			div.ls_content p, div.ls_content h5 { margin:0; }

		.ls_body1 { float:left; width:3%; text-align:center; } .ls_body1 input { margin-top:-0.22em; }
		.ls_body2 { float:left; width:6%; text-align:center; }
		.ls_body3 { float:left; width:7%; text-align:center; }
		.ls_body4 { float:left; width:60%; text-align:left; }
		.ls_body5 { float:left; width:13%; text-align:center; }
		.ls_body6 { float:left; width:12%; text-align:center; }
		.ls_body7 { float:right; width:6%; text-align:center; }

		.ls_bodyn { color:silver; text-align:center; }

	/* 페이지 바로가기 */
	#ls_page { clear:both; padding:0.25em; text-align:center; }
		#ls_page p { margin:0; }

	/* 버튼 */
	#ls_btn { text-align:right; }

	/* 검색 */
	#ls_srh { text-align:center; }
		#ls_srh form { margin:0; }
		#ls_srh table, #ls_srh td { margin:0 auto; padding:0; }
		#srhstr { border:1px solid #ccc; } /* background:url('/fsboard/img/clip/rqfi.gif') no-repeat right top; */


/* 리스트 - 공통 스타일 */
	/* 링크버튼 */
	a.ls_sbtn { font-family:Arial; font-size:11px; }
	a.ls_sbtn:link, a.ls_sbtn:visited { color:#333333; text-decoration: none; }
	a.ls_sbtn:hover, a.ls_sbtn:active { color: #0000FF; text-decoration: underline; }

	/* 제목, 작성자 링크 */
	a.ls_lnk { font-family:돋움; font-size:15px; }
	a.ls_lnk:link, a.ls_lnk:visited { color:#333333; text-decoration: none; }
	a.ls_lnk:hover, a.ls_lnk:active { color: #00f; text-decoration: underline; }

	a.ls_lnk_b { font-family:돋움; font-size:12px; font-weight:bold; }
	a.ls_lnk_b:link, a.ls_lnk_b:visited { color:#333333; text-decoration: none; }
	a.ls_lnk_b:hover, a.ls_lnk_b:active { color: #f00; text-decoration: underline; }

	/* 페이지 바로가기 링크 */
	.ls_psc, .ls_psc_s { font-family:Verdana; font-size:11px; }
	.ls_psc_s { color:red; }
	a.ls_psc:link, a.ls_psc:visited { color:#333333; text-decoration: none; }
	a.ls_psc:hover, a.ls_psc:active { color: #00f; text-decoration: underline; }

	/* 번호, 작성일, 조회수 */
	.ls_body2, .ls_body6, .ls_body7 { font-family:Verdana; font-size:10px; }
	.ls_body3 { font-size:11px; }

	/* 메모 갯수 */
	.ls_mnum, .ls_mnum_b { font-family:Verdana; font-size:11px; white-space:nowrap; }
	.ls_mnum_b { font-weight:bold; }


/* 내용보기 - 레이아웃 스타일 */
	#vc_layout form { margin:0; }

	/* 게시물 정보 영역 */
	.vc_row { clear:both; border-top:1px solid #e1e1e1; }
		.vc_label { float:left; width:10%; padding:0.5em; }
		.vc_right { padding:0.5em 0.5em 0 0.5em; text-align:left;}

	/* 내용 정보 부분 */
	#vc_body_info { position:relative; height:0; clear:both; right:0.3em; top:-2em; font-size:10px; font-family:Arial; text-align:right;  }

	/* 내용 부분 */
	#vc_body { clear:both; margin:0; border-top:1px solid #e1e1e1; }
		#vc_body_vtfix { float:left; width:1px; height:250px; }
		#vc_body_content { padding:1em 0.5em 1.5em 0.5em; line-height:150%; white-space:normal; }

	/* 첨부파일 */
	#vc_file_layout { clear:both; float:left; width:99%; margin:auto; margin-bottom:1em; padding:0.22em 0.22em 0.6em 0.22em; background-color:#fafbf7; border:1px solid #e1e1e1; }
		.vc_file { float:left; width:49%; margin:0.3em; text-align:left; }

	/* 댓글 내용 */
	.vc_cmt_content_top { clear:both; padding:0.5em 0 1em 0; border-top:1px solid #e1e1e1; }
		.vc_cmt_ct_left { float:left; font-weight:bold; }
		.vc_cmt_ct_right { float:right; font-family:Verdana; font-size:10px; }
	.vc_cmt_content { clear:both; margin:0.5em; line-height:150%; text-align:left; white-space:normal; }

	/* 댓글 페이징 */
	#vc_cmt_page { clear:both; margin:1em 0 1em 0; padding:0.2em; text-align:center; border-top:1px solid #e1e1e1; }

	/* 댓글입력 및 수정 폼 */
	.vc_cmt { clear:both; float:left; padding:0.22em; background-color:#fafbf7; border:1px solid #eee; }
		.vc_cmt form { margin:0; }
		.vc_cmt_top_left { float:left; }
		.vc_cmt_top_right { float:right; }
		.vc_cmt_body { clear:both; text-align:center; }

	/* 버튼 */
	#vc_btn { clear:both; padding:0.5em 0 1em 0; border-top:1px solid #e1e1e1; }
		#vc_btn p { margin:0; }
		#vc_btn_left { float:left; }
		#vc_btn_right { float:right; }


/* 내용보기 - 공통 스타일 */
	/* 입력필드 */
	.vc_txtbox1 { border:0; }
	.vc_txtbox2 { width:99%; padding:3px; border:0; ime-mode:active; }

	/* 링크 */
	a.vc_lnk { font-family:돋움; font-size:12px; }
	a.vc_lnk:link, a.vc_lnk:visited { color:#333333; text-decoration: none; }
	a.vc_lnk:hover, a.vc_lnk:active { color: #00f; text-decoration: underline; }

	/* 작성자 링크 */
	a.vc_namelnk { font-family:돋움; font-size:12px; }
	a.vc_namelnk:link, a.vc_namelnk:visited { color:#333333; text-decoration: none; }
	a.vc_namelnk:hover, a.vc_namelnk:active { color: #00f; text-decoration: underline; }

	/* 파일 링크 */
	a.vc_flnk { font-family:Verdana; font-size:10px; }
	a.vc_flnk:link, a.vc_flnk:visited { color:#333333; text-decoration: none; }
	a.vc_flnk:hover, a.vc_flnk:active { color: #00f; text-decoration: underline; }

	/* 첨부파일 */
	.uploaded_img,.uploaded_flash { margin-bottom:1.75em; }
	.uploaded_media, .uploaded_audio { margin-bottom:3em; }

	/* 기타 */
	#vc_date1, #vc_date2 { font-family:Arial; font-size:11px; }
	#vc_subject { font-weight:bold; }
	#vc_body_content a, vc_cmt_content a { text-decoration:none; }


/* 글쓰기 - 레이아웃 스타일 */
	.wf_title { padding:0.3em; font-weight:bold; border-bottom:1px solid silver; }
	.wf_label { float:left; width:14%; padding:0.4em; }
	.wf_input, .wf_input_cr { padding:0.3em; }
	.wf_input_cr { border-bottom:1px solid #e1e1e1; }
		.wf_lblfile { margin-left:14%; padding-left:1em; }
	#wf_btn { margin:0.7em; text-align:center; }


/* 글쓰기 - 공통 스타일 */
	input.wf_txtbox1 { border:1px solid #e0e0e0; }
	textarea.wf_txtbox2 { border:1px solid #e0e0e0; }
	input.wf_filebox { border:1px solid #e0e0e0; }
	span.wf_fl { font-family:돋움, Dottum, Arial; font-size:11px; }
	#subject { width:80%; }

	/* 링크 */
	a.lnk_write,a:visited.lnk_write { color:#555555; text-decoration:none; }
		a:hover.lnk_write,a:active.lnk_write { color:#0000ff; text-decoration:underline; }
	a.wf_lnk { font-family:돋움; font-size:12px; }
	a.wf_lnk:link, a.wf_lnk:visited { color:#333333; text-decoration: none; }
	a.wf_lnk:hover, a.wf_lnk:active { color: #00f; text-decoration: underline; }


/* 에러메시지 - 레이아웃 스타일 */
	#err_msg, #err_msg_btn { clear:both; width:450px; font-size:100.01%; font-family:돋움, Dottum, Verdana; color:#555555; }
	#err_msg { margin:0em auto; text-align:center; border:1px solid #f0f0f0; }
		#err_msg_title { padding:0.5em; font-family:Verdana; font-weight:bold; background-color:#fafbf7; border-bottom:1px solid #f0f0f0; }
		#err_msg_body { margin:1.7em; }
			#err_msg_body p { margin:0; }
	#err_msg_btn { margin:0.7em auto; text-align:center; }


/* 인증페이지 - 레이아웃 스타일 */
#af_layout { width:420px; margin:0 auto; }
	#af_layout form { margin:0; }
	#af_layout div h3 { margin:0; padding:0.35em; font-size:1.12em; background-color:#fafbf7; border-bottom:1px solid #eee; text-align:center; }
	#af_body { border:1px solid #eee; }
		#af_layout div ul { clear:both; width:390px; margin:0 auto; padding:1em; list-style:none; }
			#af_layout div ul li { clear:both; height:18px; margin:0em; padding:0.22em; text-align:center; }
				#af_layout div ul li p { margin:0; float:left; }
				.af_label { width:100px; padding-right:1em; padding-top:0.22em; text-align:right; }
					#af_layout div ul li p input { border:1px solid #e1e1e1; }
		#af_pwmsg { clear:left; font-size:11px; color:red; text-align:center; white-space:nowrap; }
	#af_btn, #af_btn2 { margin:0.5em; text-align:center; }
	#af_btn2 { padding:2em; }

