@charset "utf-8";
#jinboblog-header {
	display: none;
}
.hidden {
	display: none;
}
#jump {
	display: none;
}
#header {
	display: none;
}
#navigation {
	display: none;
}
	.entry {
		font-family: 애플고딕, AppleGothic, 나눔고딕, NanumGothic, '맑은 고딕', 'Malgun Gothic', 돋움, Dotum, 굴림, Gulim, sans-serif;
		page-break-after: always;
	}
		.toolbox {
			display: none;
		}
		.text {
			text-align: justify;
			line-height: 180%;
		}
			.text a:after {
				display: inline;
				content: '(' attr(href) ')';
				font-weight: normal;
				font-size: smaller;
			}
			.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
				color: gray;
			}
			.text blockquote {
				color: navy;
			}
			.text ul, .text ol {
				margin: 0 0 0 2em;
				padding: 0;
			}
			.text li {
				margin: 0;
				padding: 0;
			}
			.text table {
				border-collapse: collapse;
			}
				.text table caption {
				}
				.text table tr * {
					padding: 0.5em 1em;
					border: 1px solid black;
				}
				.text table tr th {
					background-color: #EEEEEE;
				}
				.text table tr td {
					vertical-align: top;
				}
		.metadata {
		}
			.metadata ul {
				list-style-type: none;
				margin: 0;
				padding: 0;
				text-align: right;
			}
				.metadata ul li {
					display: inline;
					margin-right: 2em;
				}
					.metadata ul li dl {
						display: inline;
						margin: 0;
						padding: 0;
					}
						.metadata ul li dl dt {
							display: inline;
							margin: 0 0.5em 0 0;
							padding: 0;
							color: gray;
							font-weight: bold;
						}
						.metadata ul li dl dd {
							display: inline;
							margin: 0;
							padding: 0;
						}
				.metadata ul li.tags {
					display: block;
					margin: 1.5em 0;
					text-align: left;
				}
				.metadata ul li.author cite {
					font-style: normal;
				}
				.metadata ul li.updated {
					display: none;
				}
				.metadata ul li.category {
					margin-right: 0;
				}
				.metadata ul li.trackback-count {
					display: none;
				}
				.metadata ul li.comment-count {
					display: none;
				}
		.feedback {
		}
			.feedback h4.title a:after {
				display: inline;
				content: '(' attr(href) ')';
				font-weight: normal;
				font-size: smaller;
			}
			.feedback .comment-form {
				display: none;
			}
		/* 트랙백은 기존 것을 그대로... 다만 툴박스만 앞에서 기술한 것을 따라 안 보이게 될 것 */

	.paging {
		display: none;
	}
#sidebar1 {
	display: none;
}
#sidebar2 {
	display: none;
}
#sidebar3 {
	display: none;
}
#sidebar4 {
	display: none;
}
#sidebar5 {
	display: none;
}
#footer {
	display: none;
}