/* (2018.5.20, 차재복, Cha Jae Bok, http://www.ktword.co.kr) */
/* body */
	body {
		font-size: 13px;
	}
/* 검색 form */
	form[name=srch_form] button, form[name=srch_form] input { 
		font-size: 13px;
	}
/* 목차 내 모든 자식 ol 를 대상으로 함 */
	#contents ol, #contents_right_down ol, .ol_items { 
		padding-left : 15px;
	}
/* 목차 내 제일 좌측 ol 만 대상으로 함 */
	#contents > ol { 
		padding-left : 5px;
	}
    #contents_right_down > ol {
		margin-left : 0px;
		padding-left : 0px;
	}
/* 목차 내 모든 li 요소를 대상으로 함 */
	#contents li, #contents_right li, .li_items {
		list-style:none;
		margin-top : 8px;
		margin-bottom : 8px;
		white-space: nowrap;
		font-size : 13px;
		line-height: 160%;
	}
/* 목차 내 a 요소를 대상으로 함 */
	#contents a, #contents_right a {
		text-decoration : none;
	}
/* 목차 내 edit 클릭 항목들의 color => red */
	.edit_span a {
		color : red;
	}
/* Edit 버튼 눌렀을때, 산하 텍스트, input, button 들의 폰트 크기 */
	.more_sub, .more_sub input, .more_sub button,
	.more_gen, .more_gen input, .more_gen button
	{ 
		font-size: 12px; 
	}
/* View 버튼 눌렀을때, 산하 텍스트 폰트 크기 */
	.detail_view, .detail_view button  { 
		font-size: 12px; 
	}
/* View 버튼 눌렀을때, 산하 버튼 스타일 */
	.detail_view button  { 
		display:inline-box; 
/*		float:left; */
		margin-bottom:5px;
/*		margin-right:5px; */
	}
/* 토글 클래스 */
	.toggleBold {
		font-weight : bold;
	}
/* 우측 화면 */
	button.id_move_submit, button.no_move_submit {
		font-size: 12px;
	}
/* 모든 버튼 폰트 크기 */
	button {
		font-size: 12px;
		padding: 2 3 2 3px;
		margin-left: 2px;
	}
/* 모든 테이블 요소 폰트 크기 */
	table#no_edit td {
		font-size: 12px;
	}