@charset "utf-8";

form[name=boardForm] {
    max-width: 760px;
    margin: 0 auto;
}

h3 {
	font-size: 24px;
	text-align: center;
	margin: 20px;
}

#report {
    table-layout: fixed;
	border-collapse: collapse;
    line-height: 28px;
}
#report thead tr {
	height: 30px;
	background: #ccc;
}
#report th,
#report td {
	border: 1px solid #000;
	border-width: 1px 0;
	padding: 2px;
}
#report td.label {
	border-left-width: 1px;
	padding: 0 4px;
}
#report thead td.label:first-child {
	border-left: 0;
}
#report tbody td:first-child:not(.label):not(:last-child) {
	border-right-width: 1px;
}
#report tbody tr:not(.empty-line),
#report tbody tr:not(.empty-line) td {
	height: 36px;
}
#report tr.empty-line {
	height: 8px;
}
#report tr.empty-line td {
	border-right-width: 0;
}
#report label {
	display: inline-block;
	width: 100%;
}
#report td.for-proxy {
	opacity: 0;
}
#report .disabled td,
#report td.disabled,
#report td.disabled * {
	background: #eee;
	color: #888;
}
#report input[type=text],
#report textarea {
	border: 1px solid #ddd;
	padding: 2px;
	width: 100%;
}
#report textarea[name=cnts] {
	height: 100%;
	margin-top: 10px;
}
#report tfoot td {
	border-width: 0;
	padding: 8px;
}
#report td.for-type1 { padding: 2px 10px; }
#report tfoot tr.empty-line { height: 40px; }
#report tfoot tr.empty-line td { border-width: 2px 0; }
#report tfoot tr:last-child td { border-bottom-width: 1px; }
#report tfoot ol li {
	list-style: decimal;
	margin-left: 16px;
}

.for-pdf table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}
.for-pdf h3 {
	font-family: 'Nanum';
}