@charset "utf-8";

/*
gray font
	#aaaaaa text light
	#555555	text normal
	#ffffff	h2
	#000000	h1, h3, h4, article

color
	#cc3300	a:hover		red
	#0066cc	article a	blue
	#4488cc				light blue
	#ffffcc				highlight yellow

box
	#fafafa box light
	#f5f5f5	box normal
	#e5e5e5	box dark

border
	#eeeeee border light
	#cccccc	border normal
	#999999 border dark

0.875em	body
0.8em	date
0.925em	2nd level
0.85em	3rd level


*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 기본 양식 */

p {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* hr, */ .hidden {
	display: none;
}

.newwin {
	vertical-align: 0px;
	margin: 1px;
}

body, input, textarea {
	font-family: "맑은 고딕", "Malgun Gothic", "나눔고딕", NanumGothic, "돋움", Dotum, AppleGothic, sans-serif;
}

body {
	font-size: 0.875em;
	color: #555555;
	line-height: 1.5em;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	background-color: #fafafa;
}

a {
	color: #555555;
	text-decoration: none;
}

a:hover {
	color: #cc3300;
	text-decoration: underline;
}

.anchor {
	cursor: pointer;
}

#container {
	width: 917px; /* 15+1+678+1+15 + 15 + 1+190+1 / */
	margin: auto;
	padding-top: 40px;
}

/* .lightBg { background-color: #fafafa !important; }
.darkBg { background-color: #e5e5e5 !important; }
.lightBd { border-color: #eeeeee !important; }
.darkBd { border-color: #999999 !important; } */

#header {
	padding-left: 16px;
}

/* 1-1. 블로그 제목 */
#header h1 {
	font-size: 1.75em;
	font-weight: bold;
	color: #000000;
	line-height: 2em;
	margin: 0px;
}

#header h1 a {
	color: #000000;
}

#header .blogDesc {
	font-size: 0.8em;
}

/* 1-2. 블로그 메뉴 */
#content {
	width: 678px;
	float: left;
	background: #ffffff url("images/gradient.gif") repeat-x left top;
	/* position: relative; */
	overflow: hidden;
	z-index: 2;
	min-height: 300px;
	border: 1px solid #cccccc;
	padding: 25px 15px 20px 15px;
}

/* 2-1. 검색 결과 리스트 */
.searchList {
	margin: 30px 40px;
}

	.searchList li {
		margin: 0px 0px 10px 0px;
		padding-bottom: 2px;
		border-bottom: 1px solid #eeeeee;
	}

	.date {
		font-size: 0.8em;
		font-family: Tahoma;
		letter-spacing: -0.03em;
		color: #aaaaaa;
		margin-right: 20px;
	}

/* 2-2. 검색 결과 댓글 리스트 */

/* 2-3. 위치 로그 */

/* 2-4. 태그 클라우드 */
.taglog {
	line-height: 2.5em;
	margin: 30px;
}

.taglog li {
	display: inline;
}

	.taglog .cloud1 {
		font-size: 2em;
	}

	.taglog .cloud2 {
		font-size: 1.75em;
	}

	.taglog .cloud3 {
		font-size: 1.5em;
	}

	.taglog .cloud4 {
		font-size: 1.25em;
	}

	.taglog .cloud5 {
		font-size: 1em;
	}

/* 2-5. 방명록 */

/* 2-6. 공지사항 글 */

/* 2-7. 보호 글 */

/* 2-8. 글 */
.article {
	padding-bottom: 30px;
}

/* 글 제목 */
#content h2 {
	background-color: #0066cc;
	padding: 0px 20px 6px 20px;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	word-spacing: 4px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}

	#content h2 a {
		color: #ffffff;
		text-decoration: none;
	}

/* 글 카테고리 */
.articleCategory {
	position: relative;
	float: right;
	margin: -29px 10px 0px 0px;
	font-weight: normal;
	font-size: 0.8em;
	font-family: Tahoma;
	word-spacing: 0px;
	letter-spacing: 0px;
}

	.articleCategory a {
		color: #ffffff;
		text-decoration: none;
	}

/* 관리자 */
.articleAdmin {
	position: absolute;
	margin: -60px 0px 0px 10px;
	font-size: 0.925em;
}

/* 글 */
.articleDesc {
	/* width: 600px; */
	margin: 50px 30px 0px 30px;
	padding: 0px;
	line-height: 1.7em;
	overflow: visible;
	font-size: 1em;
	color: #000000;
}

	.articleDesc > *:first-child {
		margin-top: 0px !important;
	}

	.articleDesc > .imageblock.left:first-child {
		width: 340px !important;
		margin-right: 0px !important;
		margin-bottom: 10px !important;
		line-height: 0em !important;
		float: none !important;
	}

	.articleDesc a {
		color: #555555;
		text-decoration: underline;
	}

	.articleDesc a:hover, .articleDesc strong {
		color: #0066cc;
	}

	.articleDesc strong {
		font-weight: bold;
	}

	.articleDesc ol, .articleDesc ul {
		padding-left: 1.5em;
	}
	
	.articleDesc ol {
		list-style-type: decimal;
	}
	
	.articleDesc ul {
		list-style-type: circle;
	}
	
	.articleDesc ul ul {
		list-style-type: square;
	}
	
	.articleDesc li {
		margin-top: 30px;
		line-height: 1.4em;
	}

	.articleDesc li li {
		margin-top: 20px;
	}
	
	.articleDesc li li li{
		margin-top: 5px;
	}

/* 인용문, code, 이미지 */
.block, .articleDesc blockquote, .articleDesc code, .imageblock {
	color: #555555;
	background-color: #f5f5f5;
	border: 1px dashed #cccccc;
	padding: 5px 15px;
	font-size: 0.925em;
	line-height: 1.6em;
	clear: both;
}

	.block, .articleDesc blockquote, .articleDesc code, .imageblock.center, .imageblock.dual {
		width: 500px;
		margin: 0px 0px 10px 60px;
	}

	.imageblock {
		background-color: transparent !important;
		line-height: 1.1em;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.block > *, .articleDesc blockquote > *, .articleDesc code > *, .imageblock > * {
		margin-top: 1em;
		margin-bottom: 0.5em;
	}

	.block p, .articleDesc blockquote p, .articleDesc code p, .imageblock p, .block q, .articleDesc blockquote q, .articleDesc code q, .imageblock q {
		display: block;
		text-align: justify;
		white-space: normal;
	}

	.block > *:first-child, .articleDesc blockquote > *:first-child, .articleDesc code > *:first-child, .imageblock > *:first-child {
		margin-top: 0px;
	}

	.imageblock.dual .first {
		float: left;
		margin-right: 20px;
	}

	.left {
		float: left;
		margin: 0px 10px 0px 0px;
		clear: none;
	}

	.right {
		float: right;
		margin: 0px 0px 0px 10px;
		clear: none;
	}
	
	.articleDesc code {
		display: block;
		font-family: "나눔고딕코딩", NanumGothicCoding, "돋움체", DotumChe, "굴림체", GulimChe;
		text-align: left;
	}

	.block2 {
		border: 1px dashed #cccccc !important;
		width: 450px !important;
		margin: 0px 0px 5px 30px !important;
		padding: 5px 10px !important;
		background-color: #ffffff !important;
		font-size: 0.925em !important;
		line-height: 1.5em !important;
	}

	.src {
		display: block !important;
		text-align: right !important;
	}

/* 테이블 */
.articleDesc table {
	color: #555555;
	border-collapse: collapse;
	margin: 0px 30px 0px 60px;
	width: 530px;
}

	.articleDesc table th, .articleDesc table td {
		border: 1px solid #cccccc;
		padding: 0px 10px;
		background-color: #f5f5f5;
		font-size: 0.925em;
		line-height: 1.5em;
		vertical-align: middle;
	}

	.articleDesc table th {
		background-color: #e5e5e5;
		font-weight: bold;
		text-align: center;
	}

table caption {
	caption-side: bottom;
	font-size: 0.925em;
	line-height: 1.5em;
}

/* 소제목 */
.articleDesc h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	margin: 50px 0px -10px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	line-height: 1.7em;
}

.articleDesc h4 {
	font-size: 1.15em;
	font-weight: bold;
	color: #000000;
	margin: 30px 0px -10px 0px;
	padding-bottom: 0px;
	line-height: 1.7em;
}

.articleDesc h3 a, .articleDesc h4 a {
	color: #000000;
	text-decoration: none;
}

	.articleDesc h3 a:hover, .articleDesc h4 a:hover {
		color: #0066cc;
	}

	.articleDesc h3 span, .articleDesc h4 span {
		font-size: 0.8em;
		font-weight: normal;
	}

.articleDesc h3 + *, .articleDesc h4 + * {
	margin-top: 22px !important;
}

.articleDesc h3 + p, .articleDesc h4 + p {
	margin-top: 16px !important;
}

/* 펼치기 접기 */
.morelessFold, .morelessTop, .morelessBottom {
	padding-left: 18px;
}

.morelessFold {
	background: url("images/more.gif") no-repeat 0px 6px;
}

.morelessTop {
	background: url("images/less.gif") no-repeat 0px 6px;
}

.morelessBottom {
	padding-right: 18px;
	background: url("images/less.gif") no-repeat right top;
	text-align: right;
	display: none;
}

.morelessContent {
	margin: 10px 0px 10px 0px;
}

/* 글 작성자, CCL */
.articleAuthor {
	margin: 50px 30px 0px 30px;
	padding: 0px;
	font-size: 0.925em;
	color: #555555;
	letter-spacing: 0px;
	text-align: right;
}

/* 글 태그 */
.articleTag {
	background: url("images/tag.gif") no-repeat left 14px;
	margin: 30px 30px 0px 30px;
	padding: 10px 0px 10px 40px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	font-size: 0.925em;
}

	.articleTag a {
		color: #0066cc;
	}

	.articleTag a:hover {
		color: #cc3300;
	}

/* 카테고리의 다른 글 */
/* .another_category {
	border: 1px solid #cccccc;
	clear: both;
	color: #555555;
	width: 550px;
	margin: 0px auto;
}

	.another_category h4 {
		border-bottom: 1px dashed #cccccc;
		padding: 4px 10px 6px 10px;
		font-size: 1em;
		font-weight: normal;
	}

		.another_category h4 a {
			text-decoration: underline;
		}

	.another_category table {
		table-layout: fixed;
		width: 100%;
		margin: 5px 0px;
	}

		.another_category th, .another_category td {
			padding: 2px 10px 1px 10px;
		}

		.another_category th {
			text-align: left;
			font-size: 0.925em;
			font-weight: normal;
			overflow: hidden;
		}

		.another_category th a.current {
			font-weight: bold;
			text-decoration: underline;
		}

		.another_category th span {
			font-size: 0.8em;
			font-family: Tahoma;
		}

		.another_category td {
			text-align: right;
			width: 70px;
			font-size: 0.8em;
		}

.feedback {
	font-size: 0.925em;
}
*/

/* 추천 버튼 */
.recommend {
	height: 100px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 0px;
	text-align: center;
}

	.recommend > * {
		margin-left: 5px;
	}

	.recommend > iframe, .recommend > object, .recommend > embed {
		margin-right: 5px;
	}

	.recommend .fb_edge_widget_with_comment iframe {
		vertical-align: baseline !important;
		height: 60px !important;
	}

/* 트랙백, 댓글 보이기/감추기 */
.actionTrail {
	display: block;
	font-size: 0.85em;
	font-family: Tahoma;
	/* font-weight: bold; */
	text-align: right;
	margin-top: 20px;
	padding: 5px 5px 0px 5px;
	border-bottom: 1px solid #cccccc;
}

/* 트랙백 주소 */
.trackbackAddress {
	font-size: 0.925em;
	font-family: Tahoma;
	margin-top: 10px;
	padding: 12px 30px;
	clear: both;
	background-color: #fafafa;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

/* 받은 트랙백, 달린 댓글 */
.trackbackContainer, .commentContainer {
	margin-top: 10px;
	padding: 10px 20px;
	background-color: #fafafa;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

	.trackbackInfo, .commentInfo {
		font-size: 0.925em;
	}

	.trackbackName, .commentName {
		font-weight: bold;
	}

	.favicon {
		margin-right: 2px;
		vertical-align: -3px;
		width: 16px;
		height: 16px;
	}

	.trackbackDate, .commentDate {
		font-size: 0.8em;
		font-family: Tahoma;
		text-transform: uppercase;
	}

	.trackbackDesc, .commentDesc {
		padding-left: 5px;
		font-size: 1em;
	}

	.trackbackDesc a, .commentDesc a {
		text-decoration: underline;
	}

	.replyConrainer {
		margin: 10px 0px 5px 40px;
		padding: 10px;
		background-color: #f5f5f5;
		border: 1px dashed #cccccc;
	}

/* 댓글 쓰기 */
.commentWrite {
	font-family: Tahoma;
	margin-top: 10px;
	padding: 15px 20px;
	background-color: #fafafa;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-align: left;
	font-size: 0.925em;
}

	.commentWrite input {
		margin: 0px;
	}

.commentWrite label, .commentWrite a {
	font-size: 0.925em;
}
		.commentWrite .text {
		margin-bottom: 4px;
		padding: 1px;
		border: 1px solid #cccccc;
		height: 18px;
		vertical-align: 3px;
	}

	.commentWrite .checkbox {
		vertical-align: 0px;
	}

	.guest {
		margin-bottom: -21px;
	}
	
	.guest .tistoryLogin {
		font-weight: bold;
	}

	.secret {
		float: right;
		margin-bottom: 4px;
		height: 18px;
	}

	.textarea {
		font-weight: normal;
		height: 100px;
		width: 100%;
		border: 1px solid #cccccc;
		overflow: visible;
		clear: both;
	}

	.submit {
		font-size: 0.925em;
		font-family: Tahoma;
		border: 1px solid #cccccc;
		background-color: #e5e5e5;
		height: 25px;
		width: 100%;
		cursor: pointer;
		text-align: center;
	}

/* sidebar */
#sidebar {
	float: right;
	width: 192px;
	overflow: hidden;
	font-size: 0.925em;
}

/* 모듈 여백 */
.margin-bottom {
	margin-bottom: 15px;
}

/* 모듈 */
.module {
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

/* 모듈 타이틀 */
.module h4 {
	font-size: 0.925em;
	font-weight: bold;
	font-family: Tahoma;
	color: #000000;
	text-transform: uppercase;
	margin: 0px;
	padding: 3px 10px 4px 15px;
	text-align: left;
	border-bottom: 1px dashed #cccccc;
}

.module h4 a {
	color: #000000;
}

.module h4 a:hover {
	color: #cc3300;
}

/* 모듈 디테일 */
.module .desc {
	margin: 0px 8px;
	padding: 6px 0px 8px 0px;
	width: 174px;
	white-space: nowrap;
	overflow: hidden;
}

/* 3-1. 블로그 이미지 + 블로그 설명 */
#blogImage {
	text-align: center;
	white-space: normal;
	overflow: auto;
}

/* 3-2. 공지사항 리스트 */

/* 3-3. 관리자 메뉴 */

/* 3-4. 검색 */
#search {
	text-align: center;
}

	/* 검색어 입력란 */
	#search .searchInput {
		width: 100px;
		height: 14px;
		font-size: 1em;
		padding-left: 4px;
		background-color: #e5e5e5;
		border-top: 1px solid #999999;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #999999;
	}

	/* 제출 버튼 */
	#search .submit {
		border: 1px solid #999999;
		font-weight: bold;
		font-size: 0.925em;
		font-family: Tahoma;
		color: #ffffff;
		width: 62px;
		height: 18px;
		background-color: #999999;
		cursor: pointer;
		text-transform: uppercase;
		text-align: center;
	}

/* 3-5. 카테고리 */
#category li {
	margin-left: 10px;
	padding-left: 18px;
	background: url("images/category.gif") no-repeat left -76px;
	font-size: 1em;
	height: 100%;
}

	#category li li {
		margin-left: -18px;
		padding-left: 34px;
		background: url("images/category.gif") no-repeat left -2px;
		height: 20px;
	}

/*	#category li li:last-child {
		background-position: left -42px;
	} */

.c_cnt {
	font-size: 0.8em;
	font-family: Tahoma;
	letter-spacing: -0.03em;
}

/* 3-6. 태그박스 */
.module #tagbox {
	white-space: normal !important;
	line-height: 1.5em;
}

	#tagbox li {
		display: inline;
	}

/* 태그 클라우드 */
.cloud1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #cc3300 !important;
	background-color: #e5e5e5;
}

.cloud2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0066cc !important;
	background-color: #e5e5e5;
}

.cloud3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #4488cc !important;
	background-color: #f5f5f5;
}

.cloud4 {
	font-size: 1em;
	color: #555555 !important;
	background-color: #fafafa;
}

.cloud5 {
	font-size: 0.9em;
	color: #aaaaaa !important;
}

/* 3-7. 최근에 올라온 글 */

/* .recentLink {
}

.psCnt {
	font-size: 0.8em;
	font-family: Tahoma;
	color: #aaaaaa;
} */

/* 3-8. 최근에 달린 댓글 */
.desc .recentCommentchatii {
	display: none;
}

.desc .name {
	font-size: 0.85em;
	font-family: "돋움", Dotum, AppleGothic, sans-serif;
	letter-spacing: -0.03em;
	color: #aaaaaa;
}

/* 3-9. 최근에 받은 트랙백 */

/* 3-10. 글 보관함 */

/* 3-11. 달력 */

/* 3-12. 링크 */

/* 3-13. 방문자 수 */

/* 3-14. 티스토리 로고, 구독하기 버튼 */
#feed {
	text-align: center;
	line-height: 0px;
}

#feed img {
	margin: 0px 3px;
}

/* 배너 */
#banner {
	text-align: right;
	margin: 0px 5px 10px 5px;
}

	#banner img {
		margin: 0px 0px 5px 0px;
	}

/* footer */
#footer {
	clear: both;
	height: 100px;
	font-size: 0.8em;
	padding-right: 207px;
	color: #aaaaaa;
	text-align: right;
}

/* 2-9. 페이징 */
#paging {
	padding-top: 10px;
	text-align: center;
	font-family: Tahoma;
}

	#paging a {
		color: #555555;
		text-decoration: none;
		margin: 0px 1px;
		padding: 0px 2px;
	}

	#paging .selected {
		color: #000000;
		font-weight: bold;
	}

	#paging li {
		display: inline;
	}

#copyright {
	margin-top: 30px;
}

	#copyright a {
		color: #aaaaaa;
		font-weight: bold;
	}


/* nyroModal */
div#nyroModalFull {
	font-size: 0.925em;
	color: #555555;
	font-family: Tahoma;
}
div#nyroModalLoading {
	border: 8px solid #999999;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #ffffff url("images/nyroLoading.gif") no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 8px solid #cc3300;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #ffffff;
}
div#nyroModalWrapper {
	background: #ffffff;
	border: 8px solid #999999;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url("images/nyroClose.gif") no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 0.925em;
	color: #000000;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	/* opacity: 0.2; */
	/* filter: alpha(opacity=20); */
}
div.wrapperImg div#nyroModalContent div:hover {
	/* opacity: 0.5; */
	/* filter: alpha(opacity=50); */
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url("data:image/gif;base64,AAAA"); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background: url("images/nyroPrev.gif") left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext:hover {
	background: url("images/nyroNext.gif") right 20% no-repeat;
}

.adsense {
	text-align: center;
	overflow: hidden;
	line-height: 0em;
}
.adTop {
	background-color: #ffffff;
	float: right;
	width: 220px;
	height: 200px;
	margin: 0px 0px 10px 20px;
	padding: 0px;
}

.adBottom {
	background-color: #ffffff;
	margin-top: 20px;
}