@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 1. 본문 전체  */
body, td, input, textarea {
	font: 13px/1.5 나눔고딕; font-color : #000; 
 	margin: 0;
}
/* 2. 기본 링크 */
	a:link {
			color: #000;
			font: 12px 나눔고딕;
			text-decoration: none;
	}
	a:visited {
			color: #000;
			font: 12px 나눔고딕;
			text-decoration: none;
	}
	a:hover {
		color: #993333;
		text-decoration: none;
	}
	a:active {
		text-decoration: none;	
		color : #666;
	}
/* 3. 이미지 */
	img {
		border-width: 0px;
	}
/* 4. 이미지 버튼 */
	.ib {
		cursor: pointer;
	}
/* 5. 입력 텍스트 */
	.text {
	border:1px solid #999;
	}
/* 6. 트리 테이블 */
	.branch2 {
	}
/* 7. 트리 셀 */
	.branch3 {
		cursor: pointer;
		height: 10px;
	}

/* 16. 이미지 아래 캡션 스타일 */
	.cap1 {
		color: #876;
		text-align: center;
	}
/* 16. 키워드 스타일 */
	.key1 {
		cursor: help;
		border-bottom: 1px dashed #993333;
	}
/* 16. 카테고리 옆 개수 스타일 */
	.c_cnt {
		font: 9pt 나눔고딕;
		color : #999;
	}
/* 17. 최신글 옆 개수 스타일 */
	.ps_cnt {
		font: 9pt 나눔고딕;
		color : #999;
	}


/* 1.1 추가부분 ---------------------------------------------------------------------------------- */

/* ####### 페이징 ####### */
.paging .selected { font-size: 20px; font-weight: bold; }
.no-more-prev a.prev,
.no-more-next a.next { color:#333; }
.paging{
	clear: both;
	padding: 30px;
	color: #444;
	font-size: 25px;
	text-align: center;
	letter-spacing: -1px;
}
.prevPage { float: left;}
.nextPage { float: right; }
.prevPage a,
.nextPage a { display: block; width: 90px; height: 70px; text-indent: -9999px; }
.prevPage a { background: transparent url(images/btn_prevNext.gif) no-repeat 0 0; }
.nextPage a { background: transparent url(images/btn_prevNext.gif) no-repeat -90px 0; }
.prevPage a:hover { border: none; background-position: 0 -70px; }
.nextPage a:hover { border: none; background-position: -90px -70px; }
.numbox { font-size: 13px; padding-top: 25px; }
.num { padding: 5px; }



/* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general             { background:url(images/iconGuestbook.gif) no-repeat; padding-left:20px;}
    .rp_admin               { background:url(images/iconAdmin.gif) no-repeat; padding-left:20px;}
    .rp_secret              { color:#CB7C7C;}
/* 종류별 코멘트 [##_guest_rep_class_##] */
    .guest_general          { background:url(images/iconGuestbook.gif) no-repeat; padding-left:20px;}
    .guest_admin            { background:url(images/iconAdmin.gif) no-repeat; padding-left:20px;}
.guest_secret	{ color:#CB7C7C; }
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
    .hiddenComment { background:url(images/iconSecret.gif) no-repeat; color:#CB7C7C;  padding-left:20px;  font-weight:normal;}

/* 방명록 코멘트 [##_rp_rep_class_##] */
    body#tt-body-guestbook .rp_general             { background:url(images/comment_on.gif) no-repeat; padding-top:7px; padding-left:20px;}
    body#tt-body-guestbook .rp_admin               { background: url(images/comment_on_admin.gif) no-repeat; padding-top:7px; padding-left:20px;}
    body#tt-body-guestbook .rp_secret              { color:#CB7C7C;}
/* 방명록 코멘트 [##_guest_rep_class_##] */
    body#tt-body-guestbook .guest_general          { background:url(images/comment_on.gif) no-repeat; padding-top:7px; padding-left:20px;}
    body#tt-body-guestbook .guest_admin            { background: none; padding-top:7px; padding-left:20px;}

/* 그림 */
    .imageblock             {padding-bottom: 7px;}
/* 왼쪽 */
    .left                   { }
/* 가운데 */
    .center                 { }
/* 오른쪽 */
    .right                  { }
/* 그림 2개 배치 */
    .dual                   { background-color:#fff; margin-bottom:5px;}
/* 그림 3개 배치 */
    .triple                 {
			padding: 6px;
			background: #f6f6f6;
			border-right: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			border-top: #eee;
			border-left: #eee;
			margin: 4px 0;
}
/* 본문 - more / less */
    .moreless_fold          { background:url(images/iconMore.gif) top left no-repeat;  padding-left:30px; color:#CB7C7C;}
    .moreless_top           { background:url(images/iconLess.gif) top left no-repeat;  padding-left:30px; color:#993333;}
    .moreless_body          { }
    .moreless_bottom        { background:url(images/iconLess.gif) top right no-repeat;  padding-right:30px; color:#993333; text-align:right;}

#keyList
{
	text-align              : justify;
	margin-top              : 20px;
}
#keyList li
{
	display                 : inline;
	list-style              : none;
	white-space             : nowrap;
}
#keyList li a {
	font-size: 13px;
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #fff;
}

#keyList li a:hover {
	border-bottom: 1px dashed #993333;
}

/* 1.1 추가부분 끝---------------------------------------------------------------------------------- */


/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */
body {
	background:#fff;
	padding:0;
}

hr {
	display:none;
}

#timg {
	text-align: left;
	padding: 85px 15px 0px;
	background: #000 url('images/c1.jpg') repeat;
	height: 50px;
}

#timg a {
	padding-left: 50px;
	font: 17pt 나눔고딕;
	color:#fff;
	font-weight: 800;
	letter-spacing:-1px;
	text-decoration: none;
}

#timg a:hover {
	padding-left: 51px;
	font: 17pt 나눔고딕;
	color:#d7d7d7;
	font-weight: 800;
	text-decoration: none;
}

#menu1 {
	width:940px;
}


/*- Menu Tabs H--------------------------- */

	#tabsB {
          
		float:center;
		width:100%;
		font-size:93%;
		line-height:normal;
	}
	#tabsB ul {
		margin:0;
		padding:10px 10px 0 50px;       
		list-style:none;
	}
	#tabsB li {
		display:inline;
		margin:0;
		padding:0;
	}
	#tabsB a {
		float:left;
		background:url("images/tableftB.gif") no-repeat left top;
		margin:0;
		padding:0 0 0 4px;
		text-decoration:none;
	}
	#tabsB a span {
		float:left;
		display:block;
		background:url("images/tabrightB.gif") no-repeat right top;
		font: 11px 나눔고딕;
		padding:5px 15px 4px 6px;
		color:#666;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabsB a span {float:none;}
	/* End IE5-Mac hack */
	#tabsB a:hover span {
	color:#000;
	}
	#tabsB a:hover {
		background-position:0% -41px;
	}
	#tabsB a:hover span {
		background-position:100% -41px;
	}

		#tabsB #current a {
			background-position:0% -42px;
		}
		#tabsB #current a span {
			background-position:100% -42px;
		}

/* Structured */

#container {
	width:1070px;
	margin:0 auto; 
	text-align: left;
	background: url("images/container_bg.gif") repeat-y;
	background-position: top right;
}
#content {
	font: 14px 나눔고딕;
	float:left;
	width:700px;
	line-height: 1.7em;
	padding:0px 70px 5px 65px;
	overflow: hidden;
}

#sidebar {
	float:right;
	width: 200px;
	line-height: 150%;
	padding-top: 20px;
	padding-right: 20px;
	overflow: hidden;
}
#footer {
	clear:both;
	font: 12px 나눔고딕;
	color : #000;
	background:url("images/foot.gif") repeat-y;
	background-position: top right;
	width: 840px;
	height: 110px;
	text-align: center;
}
#footer a {
	font: 12px 나눔고딕;
	font-weight: bold;
}

/* sidebar common*/
#sidebar ul{
	margin:0;
	padding:10px;
	list-style:none;
	overflow: hidden;
	width:100%;
	}
#sidebar .name {
	font:12px 나눔고딕;
	color:#999;
}
#sidebar .date {
	font :12px 나눔고딕;
	color:#999;
}	
#sidebar .cnt {
	font :12px 나눔고딕;
	color:#999;
}
#sidebar h3 {
	font:14px 나눔고딕;
	font-weight:800;
	letter-spacing:-1px;
	color:#CB7C7C;
	padding:3px 5px;
	margin:0;
}

#sidebar a { 
        font-size:13px;
	color:#000;
}

#sidebar a:hover {
	color: #993333;
	text-decoration: none;
}

#sidebar .box {
	padding:8px;
}

/* admin menu */
#sidebar .owner {
	padding-top : 20px;
	font-size:12px;
	text-align:center;
}

/* blog info (desc, image) */
#sidebar .blogimg {
	width:200px; 
	overflow:hidden;
	text-align:center;
}
#sidebar .bloginfo {
	font:12px 나눔고딕;
	text-align:center;
}
#sidebar .bloginfo img{
	padding-right:10px;
}
/* notice list */
#sidebar .notice {
	padding:5px 10px;
	margin:5px 0;
}
#sidebar .notice li {
	background:url(images/iconNotice.gif) no-repeat 0 50%;
	padding-left:38px;
	white-space: nowrap;
}
#sidebar .notice li a{
	font-size:12px;
	letter-spacing:-1px;
	color:#333;
}
#sidebar .notice li a:hover{
	color:#993333;
}

/* search */
#sidebar .search {
	text-align:right;
	padding:10px 0;
	overflow: hidden;
	background: transparent url(images/search_bg.gif) no-repeat bottom right;
	width:95%;
}

#sidebar .search input{
	font: 13px 나눔고딕;
	font-weight:bold;
	border: 0px none ;
	padding: 7px 8px 1px 5px;
	background: transparent none repeat;
	color: #333; width: 170px;
}
#sidebar .search .submit{
width: 1px; display: none; 
}

/* category, category_list*/
#sidebar .category .box li ul li ul li{
	font: 12px 나눔고딕;
	list-style-image:none;
	padding-left:10px;
	margin-left:7px;
	border-left:1px dotted #999;
}
#sidebar .category .box a{
 	font: 12px 나눔고딕;
	color:#000;
}

/* recent posts, recent comment, recent trackback, archive, link */
#sidebar .listbox {
	padding:15px 0;
}
#sidebar .listbox ul {
	padding:15px 0;
	margin-left:3px;
}
#sidebar .listbox li {
	background:url(images/bul.gif) no-repeat 0 5px;
	line-height:16px;
	padding-left:8px;
	white-space: nowrap;
}

#sidebar .listbox2 {
	padding:15px 0;
}
#sidebar .listbox2 ul {
	padding:15px 0;
	margin-left:3px;
	list-style:none;
	width:100%;

}
#sidebar .listbox2 li {
	display:inline;
}

/* content common */

#content h2 {    /* post title */
	margin-top: 40px;
}

#content h2 a{    /* post title Link*/
	font-size: 29px; 
	color: #555;
	font-weight: bold;
	letter-spacing:-3px;
	text-decoration:none;
	padding: 15px 15px 3px 10px;
	border-bottom: 2px solid #f4f4f4;	
}

#content h2 a:hover{    /* post title mouseover*/
	padding: 15px 15px 3px 10px;
	text-decoration:none;
	color: #993333;
}
#content h3 {    /* tag, search, location, guestbook title */
	background: url(images/title2.gif) no-repeat top left;
	padding: 15px 15px 3px 50px;  
	font-size: 29px;
	color: #555;
	font-size: 29px;
	font-weight: bold;
	letter-spacing:-3px;
	text-decoration:none;
	margin:10px 0;
	border-bottom:1px solid #ddd;	
}

#content .admin {
	position: static;
	font 12px 나눔고딕;
	color: #bbb;
}

#content .admin a {
	color: #bbb;
}

#content ol, #content ul {
	padding-left:30px;
	margin-left:0;
}
#content .name {
	font-size:12px;
	color:#666;
	letter-spacing:-1px;
}

 #content .name a {font-size: 13px;}

#content .cnt {
	font:12px 나눔고딕;
	color:#666;
}
#content .date {
	font:13px 나눔고딕;
	letter-spacing:-1px;
	padding-bottom: 50px;
	color:#666;
	margin-left:5px;
	margin-right:5px;
}
#content cite {
	font-size:12px;
	font-style:normal;
	color:#666;
}
/* tag  */
#content .tagcloud li a { text-shadow:0 1px 0 #f3f2f1; }

#content .tagcloud ul {
	padding:10px;
	text-align:justify;
}
#content .tagcloud li {
	display:inline;
}
#content .tagcloud a {
	letter-spacing:-1px;
	padding-left:3px;
}
#content .tagcloud li .cloud1 {
	font-weight:bold;
	font-size : 28px;
	color : #CB7C7C!important;
}
#content .tagcloud li .cloud2 {
	font-weight:bold;
	font-size : 26px;
	color:#719E71!important;
}
#content .tagcloud li .cloud3 {
	font-weight:bold;
	font-size : 20px;
	color:#D6BE6B!important;
}
#content .tagcloud li .cloud4 {
	font-size : 13px;
	font-weight:bold;
	color:#6086A2;
}
#content .tagcloud li .cloud5 {
	font-size : 12px;
	color:#817E7E;

}
#content .tagcloud a:hover{
	background-color:#F6F6F6;
	color:#6086A2;
}

/* search list, rplist */	
#content .list, .rplist{
	margin-bottom:50px;
font-size : 13px;
}
#content .list .date, .rplist .date{
	padding-right:8px;
font-size : 13px;
}
.list a:link, .list a:visited {font-size: 13px;}

/* guestbook > write */
.guestbook .write {
	font: 13px 나눔고딕;
	margin-bottom:20px;
	background:#f5f5f5;
	padding: 5px 0px 15px 10px;
}
.guestbook .write p{
	font: 13px 나눔고딕;
	padding:2px;
	margin:0;
}
.guestbook .write input{
	font: 13px 나눔고딕;
	border:1px solid #eee;
	height:18px;
	width:200px;
}
.guestbook .write input:hover, .guestbook .write .homepage:hover, .guestbook .write textarea:hover{
	background: #f9f9f9;
}

.guestbook .write .homepage{
	font: 13px 나눔고딕;
	border:1px solid #eee;
	height:18px;
	width:200px;
}

.guestbook .write .submit{
	font: 13px 나눔고딕;
	border:1px outset #aaa;
	background-color:#ddd;
	height:20px;
	width:200px;
	color:#333;
}
.guestbook .write label{
	font: 13px 나눔고딕;
}
.guestbook .write textarea{
	font: 13px 나눔고딕;
	width:98%;
	height:130px;
	border:1px solid #eee;
	overflow:visible;
}
.guestbook .write .checkbox{
	border:none;
	padding:0;
	margin:0;
	width:25px;
}

/* guestbook > list */
.guestbook p{
	padding:10px 0;
	margin:0;
}
.guestbook .list ol li{
	font-size:13px;
	padding:10px 10px 10px 10px;
	background: url('images/comment_off.gif') no-repeat bottom right;
}

.guestbook .list li ul li{
	font-size:13px;
	background:url("images/comment_on_admin.gif") no-repeat top left;
	list-style: none;
}

.guestbook .list .name a{
	font-size:15px;
	font-weight:bold;
	color:#993333;
	padding-right:0px;
}
.guestbook .name a:hover{
	color:#cc6666;
	font-weight:bold;
}
.guestbook .control a{
	font:9px 나눔고딕;
	background:url("images/iconControl.gif") no-repeat center right;	
	padding-right:10px;
	color:#999;
	margin-right:5px;
}
.guestbook .control a:hover{
	background-color:#e4e2e2;
	color:#993333;
}
.guestbook blockquote {
 	color: inherit;
	font-family: 나눔고딕;
	font-size: 1.0em;
	border-left: 7px double #E8E8E0;
	margin: 5px 10px 5px 10px;
	padding-left: 10px;
	padding-right: 20px;
}

/* entry > notice */
.entry_notice {
	margin-bottom:30px;
	}
.entry_notice .article {
	padding:10px 0;
}
/* entry > protected  */
.entry_protected {
	margin-bottom:25px;
}
.entry_protected h2 {
	color:#369;
}
.entry_protected input {
	border:1px solid #999;
	font:10px 나눔고딕;
}
.entry_protected .submit {
	border:1px solid #bbb;
	background-color:#ddd;
}


/* entry article*/
.entry .article {	
font-size: 1.1em;
line-height: 1.6em;
text-decoration: none;
text-align:justify;	
}

.entry .article blockquote {
	background: url(images/qu.gif) no-repeat top left;
	color: inherit;
	font-family: 나눔고딕;
	font-size: 1.0em;
	margin: 10px 10px 10px 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}

.entry .article a {
	font: 12px  나눔고딕;
	color: #CB7C7C;
	text-decoration: none;
}
.entry .article a:hover {
	color: #993333;
	text-decoration: none;
}
#content .entry .article ul{
	padding:10px 30px;
	list-style-type:disc;
}
#content .entry .article ol{
	padding:10px 30px;
	list-style-type:decimal;
}
/* entry top button*/
.entry .btn_top{
	text-align:right;
	float:right;
	clear: both;
	margin-top:3px;
}
/* entry tag */
.entry .tagbox{
	border:1px;
	padding:5px;
}

.entry .tagbox a {font-size: 13px;}
.entry .tagtext{
	font:9px 나눔고딕;
	font-weight:bold;
	background-color:#993333;
	color:#fff;
	padding:1px 3px;
	margin-right:8px;
}

/* entry trackback, comment  트랙백과 코멘트박스*/
.entry .tbrp_box {
	border-bottom:3px solid #f5f5f5;
	padding:7px 5px 1px 8px;
	font:12px 나눔고딕;
	text-align: right;
}
.entry .tbrp_box .cnt{
	font:12px 나눔고딕;
	color:#666;
}
/* entry trackback */
.entry .trackback {
	font: 13px 나눔고딕;
	line-height: 150%;
	color:#000;
	background-color:#f5f5f5;
	padding:10px;
	margin-bottom:4px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 6px;
}

.entry .trackback li:hover {
	background: #fff;
}

.entry .trackback a{
	font: 13px 나눔고딕;
	color: #CB7C7C;
	text-decoration: none;
}

.entry .trackback a:hover {
	color: #993333;
	text-decoration: none;
}
.entry .trackback .add {
	margin:10px;
	font:12px 나눔고딕;
	color:#333;
}
.entry  .trackback li{
	border-top:1px dotted #ccc;
	padding:10px 0;
}
.entry .trackback h4{
	font:14px 나눔고딕;
	font-weight:normal;
	margin:0;
}
/* entry comment */
.entry .comment {
	background-color:#f5f5f5;
	margin: 10px 0 0 0;
	border: 1px solid #DDDDDD;
	font-size: 12px 나눔고딕;
	padding: 12px 10px 12px 15px;
	-moz-border-radius: 6px;

}	
.entry .comment p{
	margin:5px;
	padding-top:5px;
	padding-bottom:10px;
}

.entry .comment a{
	font: 12px 나눔고딕;
	color: #CB7C7C
	text-decoration: none;
}

.entry .comment .name a{
	font: 13px 나눔고딕;
	color: #CB7C7C;
	font-weight: 500;
	text-decoration: none;
}

.entry .comment a:hover {
	color: #993333;
	text-decoration: none;
}

.entry .comment ol li{
  color:#000;
	font-size:13px;
	line-height: 155%;
	padding:15px 3px 10px 3px;
	background-color:#f5f5f5;
	list-style-position: outside;
}

.rty {
	color:#000;
	font-size:13px;
	line-height: 155%;
	margin-bottom: 1px;
	padding:5px 1px 0px 3px;
	border: 1px solid #e9e9e9;
	-moz-border-radius: 6px;
	background-color:#f9f9f9;
}

.rty2 {
	padding:5px 1px 0 0;
}

.entry .comment .commentlist li {
	margin-right: 25px;
	border-bottom: 3px dashed #fff;
}

.entry .comment .commentlist li:hover {
	background-color:;
}

.entry .comment .commentlist li ul li:hover {
	background-color:#f9f9f9;
}
.entry .comment blockquote {
 	color: inherit;
	font-family: 나눔고딕;
	font-size: 1.0em;
	border-left: 7px double #E8E8E0;
	margin: 5px 10px 5px 10px;
	padding-left: 10px;
	padding-right: 20px;
}
.entry .control a{
	font:9px 나눔고딕;
	background:url("images/iconControl.gif") no-repeat center right;	
	padding-right:8px;
	color:#999;
	margin-left:5px;
}
.entry .control a:hover{
	background-color:#e4e2e2;
	color:#993333;
}

.comment .write {
	font: 12px 나눔고딕;
	margin-bottom:20px;
}

.comment .write h4{
	font:22px 나눔고딕;
	letter-spacing: -1px;
	font-weight: 500;
}

.comment .write p{
	font: 12px 나눔고딕;
	padding:2px;
	margin:0;
}
.comment .write input{
	font: 12px 나눔고딕;
	border:1px solid #d7d7d7;
	height:15px;
	width:160px;
}

.comment .write input:hover, .comment .write .homepage:hover, .comment .write .submit:hover, .comment .write textarea:hover{
  background : #f9f9f9;
}

.comment .write .homepage{
	font: 12px 나눔고딕;
	border:1px solid #d7d7d7;
	height:15px;
	width:160px;
}
.comment .write .submit{
	float:right;
	margin: 10px 15px 10px 0;
	font: 12px 나눔고딕;
	border:1px outset #aaa;
	background-color:#ddd;
	height:20px;
	width:160px;
	color:#000;
}
.comment .write label{
	font:10px 나눔고딕;
}
.comment .write textarea{
	font: 12px 나눔고딕;
	width:98%;
	height:120px;
	border:1px solid #d7d7d7;	
	overflow:visible;
}
.comment .write .checkbox{
	border:none;
	padding:0;
	margin:0;
	width:25px;
}

/* footer */
#footer {
	text-align:center;
}

code {
	display:block;
	padding:10px;
	width:570px;
	height:auto;
	overflow-x:auto;
	overflow-y:auto;
	color:#82786C;
	font: 11px 나눔고딕;
	line-height:1.4;
	white-space:pre;
	background-color:#F1F1F3;
	border:2px dotted #ccc;
}

/*bodyID TAB Navigation SET  ==========================================================================================================================================*/
body#tt-body-page #tabsB .tab_hm a,
body#tt-body-location .tab_lc a,
body#tt-body-tag #tabsB .tab_tag a,
body#tt-body-keylog #tabsB .tab_key a,
body#tt-body-guestbook #tabsB .tab_guest a {
	background:url("images/tableftB2.gif") no-repeat left top;
}
body#tt-body-page #tabsB .tab_hm a span,
body#tt-body-location .tab_lc a span,
body#tt-body-tag #tabsB .tab_tag a span,
body#tt-body-keylog #tabsB .tab_key a span,
body#tt-body-guestbook #tabsB .tab_guest a span {
	background:url("images/tabrightB2.gif") no-repeat right top;
	color:#993333;
}
body#tt-body-page #tabsB .tab_hm a:hover span,
body#tt-body-location .tab_lc a:hover span,
body#tt-body-tag #tabsB .tab_tag a:hover span,
body#tt-body-keylog #tabsB .tab_key a:hover span,
body#tt-body-guestbook #tabsB .tab_guest a:hover span {
	color:#000;
}

/*bodyID Layout SET  ==========================================================================================================================================*/
body#tt-body-guestbook #sidebar {
	display: none;
}
body#tt-body-guestbook #container {
	width: 770px;
	background: none;
}
body#tt-body-guestbook #content {
	width: 600px;
	background: none;
}
body#tt-body-guestbook #footer {
	width: 770px;
	background: none;
}
body#tt-body-guestbook #content, body#tt-body-guestbook #tabsB, body#tt-body-guestbook #footer
{background: none;}


	.entry .calendar { float:left; width:41px; height:46px; background:url(./images/calendar_bg.gif) no-repeat; }
	.entry .content_title_calender_month { color:#999999; font:11px 나눔고딕; font-weight:bold; padding-left:2px;   letter-spacing:1px; text-align:center; padding-top:7px; }
	.entry .content_title_calender_day { color:#d7d7d7; font:15px 나눔고딕; font-weight:bold;  padding-left:1px;  letter-spacing:1px; text-align:center; padding-top:4px; }

	span.credit {
		display: block;
		text-align: center;
		color: #555;
		margin: 15px 0 20px 0;
		font: 400 0.9em 'trebuchet ms', arial, sans-serif;
		}

#rss_icon a { padding: 0pt 0pt 3px 18px; background: transparent url('images/rss-icon.jpg') no-repeat; margin-left: 2px; height: 18px; }
#rss_icon a:hover { background-position: 0pt -18px; text-decoration: none;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++
               popeye 네비게이션 css
    +++++++++++++++++++++++++++++++++++++++++++++++++ */

#outer_btn_all  { position:fixed;  _display:none; right:10px; top:150px; width:30px; height:300px; padding:5px 2px 5px 2px; background:; border:0px solid #f0f0f0; }
#outer_btn_all a:hover img {border:0;}

.n04 {float:left; width:30px; height:30px}
a.mButton04 {display:block; width:30px; height:30px; background: url('images/n04.gif') no-repeat; }
a:hover.mButton04 {background-position:-32px -2px;}
a.mButton04 span{ display:none; }

.n06 {float:left; width:30px; height:30px}
a.mButton06 {display:block; width:30px; height:30px; background: url('images/n06.gif') no-repeat; }
a:hover.mButton06 {background-position:-32px -2px;}
a.mButton06 span{ display:none; }

.n08 {float:left; width:30px; height:30px}
a.mButton08 {display:block; width:30px; height:30px; background: url('images/n08.gif') no-repeat; }
a:hover.mButton08 {background-position:-32px -2px;}
a.mButton08 span{ display:none; }

/* CCL 마크 안보이게 */
.entry-ccl { display: none; }

.copyright { font-size : 13px;
color: #939393;}

/* 공감 안 보이게 */
div.daum_like_wrapper { display:none;}
