@charset 'utf-8';

/* 플러그인을 위한 설정 */
#jinboblog-header-menubar, /* 최상단 메뉴막대 */
.jinboblog-i-like-this-buttons, /* 추천 버튼 */
.jinboblog-trackback-shortcut, /* 빠른트랙백 단추 */
.jinboblog-blog-icon, /* 블로그 아이콘 */
.scposts { /* 관련글 플러그인 */
	display: none;
}

/* 각주 */
	.identifier {
		font-weight: bold !important;
	}
	.identifier:before {
		display: inline !important;
		content: '[' !important;
	}
	.identifier:after {
		display: inline !important;
		content: ']' !important;
	}
	.footnotes {
		margin: 1.5em 0 0 0 !important;
		padding: 1em 0 0 0 !important;
		border-top: 1px solid #CCCCCC !important;
	}
		.footnotes ol {
			margin: 0 !important;
			padding: 0 !important;
		}
			.footnotes ol li {
				list-style-type: decimal !important;
				margin: 0 0 0 2em !important;
				padding: 0 !important;
				font-size: 11px !important;
				font-family: 돋움, Dotum, '애플고딕', 'AppleGothic', 나눔고딕, 'NanumGothic', '맑은 고딕', 'Malgun Gothic', Verdana, Tahoma, sans-serif !important;
			}
				.footnotes ol li img {
					margin-left: 0.5em !important;
					border: 0 none !important;
					background-color: transparent !important;
					background-image: none !important;
					vertical-align: middle !important;
				}


/* 블로그를 위한 설정 */
* {
	margin: 0;
	padding: 0;
	border: 0 none;
}
body {
	color: #000000;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: black !important;
}

cite {
	font-style: normal;
}
.hidden {
	display: none;
}
#jump {
	display: none;
}
#header {
	display: none;
}
#navigation {
	display: none;
}
.fordisplaynone { /*외부 스킨 가져올 때 안 보이게 하기 위한 목적 */
	display: none;
}
	.entry {
		clear: both;
		font-family: 나눔고딕, NanumGothic, '맑은 고딕', 'Malgun Gothic', 돋움, Dotum, 굴림, Gulim, 애플고딕, AppleGothic, sans-serif;
		page-break-after: always;
	}
		.toolbox {
			display: none;
		}
		.text {
			margin-top: 1em;
			text-align: justify;
			line-height: 140%;
		}
			.text img {
				 max-width:100%;
			}
			.text a:after {
				display: inline;
				content: '(' attr(href) ')';
				font-weight: normal;
				font-size: smaller;
			}
			.text a.identifier:after,
			.text a.backToTextAnchor:after,
			.text a.key1:after {
				display: none;
			}
			.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
				margin: 1.5em 0 1em 0;
				color: gray;
			}
			.text blockquote,
			.text pre,
			.text xmp,
			.text code,
			.text kbd {
				margin: 1em;
				color: navy;
				font-size: smaller;
			}
			.text pre {
				white-space: pre-wrap;
			}
			.text ul, .text ol, .text dl {
				margin: 1em 0 1em 2em;
				padding: 0;
			}
			.text li {
				margin: 0;
				padding: 0;
			}
			.text table {
				border-collapse: collapse;
			}
				.text table a:after {
					display: none;
				}
				.text table caption {
				}
				.text table tr th, .text table tr td {
					padding: 0.5em 1em;
					border: 1px solid black;
				}
				.text table tr th {
					background-color: #EEEEEE;
				}
				.text table tr td {
					vertical-align: top;
				}
		.metadata {
			font-size: smaller;
		}
		.entry>.metadata {
			margin-top: 5em;
			padding-top: 0.5em;
		}
			.metadata ul {
				margin: 0;
				padding: 0;
			}
				.metadata ul li {
					display: inline;
					margin: 0 0 0 1em;
					padding: 0;
				}
					.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.author {
				}
				.metadata ul li.tags {
					display: block;
					margin: 1em 0;
				}
				.metadata ul li.updated {
					display: none;
				}
				.metadata ul li.category {
				}
				.metadata ul li.trackback-count {
				}
				.metadata ul li.comment-count {
				}
		.feedback {
			clear: both;
			list-style-type: none;
			margin-top: 15px;
			padding-top: 15px;
			border-top: 1px solid gray;
		}
		.feedbacks {
			border-top: 1px solid gray;
			margin-top: 15px;
		}
			.feedback .title a:after {
				display: inline;
				content: '(' attr(href) ')';
				font-weight: normal;
				font-size: smaller;
			}
			.trackback-address * {
				font-size: 12px;
				display: inline;
			}
			.feedbacks li ol,
			.feedbacks li ul {
				margin-left: 20px;
			}
			.feedback.comment-form, .comment-form {
				display: none;
			}
		/* 트랙백은 기존 것을 그대로... 다만 툴박스만 앞에서 기술한 것을 따라 안 보이게 될 것 */
.paging,
.sidebar,
#sidebar,
#sidebar1,
#sidebar2,
#sidebar3,
#sidebar4,
#sidebar5,
#footer {
	display: none;
}
