#center_instruction_cotainer {}

#center_instruction_container .instruction_contents {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid var(--fmcpoint);
}

/* 안내 테이블 열 너비 (table-layout 미설정 — col 너비는 힌트로만 작용) */
#center_instruction_container .instruction_contents_table colgroup col:nth-child(1) { width: 10%; }
#center_instruction_container .instruction_contents_table colgroup col:nth-child(2) { width: 50%; }
#center_instruction_container .instruction_contents_table colgroup col:nth-child(3) { width: 10%; }

#center_instruction_container .instruction_contents_table {
	margin-bottom: 1rem;
	color: var(--base-dimgray);
	font-size: 1.1rem;
}

#center_instruction_container .contents_desc {
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

#center_instruction_container .contents_desc_list {
	margin-bottom: 1rem;
	color: var(--base-dimgray);
}