@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */

/* 1. 본문 전체  */
	body, table, td, input, textarea {
		font:12px Tahoma;
		color:#555; 
		margin:0px;
		line-height:140%;
}
/* 2. 기본 링크 */
	a:link, a:visited { color : #555; text-decoration: none; }
	a:hover { color : #369;	text-decoration: underline;}

/* 3. 이미지 */
	img { border-width: 0px; }
	
/* 4. 이미지 버튼 */
	.ib { cursor: pointer; }

/* 5. 입력 텍스트 */
	.text { border:1px solid #999; }

/* 6. 트리 테이블 */
	.branch2 {	}
	
/* 7. 트리 셀 */
	.branch3 { cursor: pointer; }




/* 8. 달력 월 표시 */
	.cal_month { font-size : 11px; height: 18px; text-align: center;}

/* 9. 달력 요일 표시 */
	.cal_week1 { font-size : 11px; height:18px; text-align: center;}

/* 10. 달력 일요일 표시 */
	.cal_week2 { color: #f30; font-size:12px; text-align: center; }

/* 달력 Week(tr 영역)  */
    .cal_week               { }
    .cal_current_week       { background-color:#f3f3f3;}

/* 달력 Day(td 영역) */
    .cal_day                { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#999;  text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
    .cal_day_sunday         { color:#f30 !important;}
    .cal_day_sunday a        { color:#f30 !important;}

/* 달력 지난 달 날짜 표시(td)   */
    .cal_day1               { color:#ccc;}
/* 달력 다음 달 날짜 표시(td)   */
    .cal_day2               { color:#ccc;}
/* 달력 이번 달 날짜 표시(td) */
    .cal_day3               { color:#666;}
/* 달력 오늘 날짜 표시(td) */
    .cal_day4               { color:#000;  text-decoration:underline;}
/* 달력 글쓴 날 링크 스타일 */
    a.cal_click:link        { color:#333;  font-weight:bold;}
    a.cal_click:visited     { color:#333;  font-weight:bold;}
    a.cal_click:hover       { color:#f30;  font-weight:bold;}

*/








/* 16. 이미지 아래 캡션 스타일 */
	.cap1 {
	color: #8C8364;
	text-align: center;
	font: 11px "돋움", "돋움체";
	margin: 4px;
	
}

/* 그림 
border:1px solid #ddd;  padding:5px;  margin:5px 0;
*/
	.imageblock             { }

/* 17. 키워드 스타일 */
	.key1 {	cursor: pointer; border-bottom: 1px dashed #ccc; }

/* 18. 카테고리 옆 개수 스타일 */
	.c_cnt { font: 9px Tahoma; color : #EE1F1F; }

/* 19. 최신글 옆 개수 스타일 */
	.ps_cnt {
	font:10px Tahoma;
	color : red;
}
/* 각종 글쓴이 스타일*/
	.n_name {
	font:11px Dotum;
	color : black;
}
/* 각종 글쓴이 옆 by 스타일*/
	.n_by {
	font:9px tahoma;
	color : gray;
}
.nright{
 text-align : right
}


/* More/Less 버튼 스타일 */
.moreless_fold {
	padding-left:20px; 
	background:url(./images/ico_plus.gif) left 4px no-repeat;
	margin:0;
	} 
.moreless_top  {
	padding-left:20px; 
	background:url(./images/ico_minus.gif) left 50% no-repeat;
	margin:0;
	}
.moreless_bottom {
	display:none;
	}
.moreless_fold span, .moreless_top span, .moreless_bottom span{
	background:#f5f5f5;
	color:#333;
	border-bottom:1px dashed tomato;
	margin:0;
	}
/* 감춰지는 영역 */
.moreless_content {
	background-color:#f7f7f7;
	padding:15px 0;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
	margin:0;
	}


/* 포스트 글쓴이 스타일*/
	.p_name {
	font:20px "HY견고딕";
	font-weight:bold;
	color : #252579;
}
/* 포스트 글쓴이 옆 by 스타일*/
	.p_by {
	font:18px tahoma;
	color : gray;
}

/* 포스트 글쓴이 전제척인 스타일*/
 	.author { text-align: right; margin:0px 0px 0px 0px;}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */


/* -----------------스킨설정?-------------------------- 

http://blogfiles6.naver.net/data19/2007/6/29/21/harukaze95-ghdtnfus777.jpg
*/
html, body {margin:0; padding:0; height:100%; min-height:100%;}
* html html {overflow: scroll; overflow-x: auto;}

#head-skin{
width:100%; min-height:100%; background-repeat:repeat-x; z-index:1;

}

* html #head-skin, #bottom-skin {height:100%;}

#bottom-skin{

width:100%; min-height:100%; background-repeat:repeat-x; z-index:1;
background-image:url();
background-position:50% 100%;

}
body, #head-skin {background-position:50% 0;}

/* -----------------레이 아웃 설정-------------------------- */

/* body 설정 */
body {
	margin:0px 0px 0px 0px;
background-color:#fff;
/*background-image:url();background-color:transparent;*/
}

/* container 설정 */
#container {
	width:960px;
	margin: 0px auto 0px;
	text-align: left;
	padding-top:15px;

    }

.blog_top {
	margin-right: 0px;
	width:100%; 
	height:0px;
}

/* 컨텐츠 설정 */
 #content {
	float:left;
	width:560px;
	overflow:hidden;
	padding-top:10px;
}

/* Side 설정	clear: both; */
#sidebar {display:block;
	float:left;
	width:190px;
	overflow:hidden;
	padding-top:10px;
	padding-left:10px;
}
#sidebar2 {
display:block;
	float:left;
	width:190px;
	overflow:hidden;
	padding-top:10px;
	padding-right:10px;


}
#side_b {
width:190px;
float:left;
}


/* header 설정margin-right: 0px; */
#header {
margin-top : 10px;	
}
h1, h2, h3, h4, h5 {
	margin: 0px;
}
.blog_title {
	font: bold 12px Verdana, "굴림";
	letter-spacing: 1px;
	padding-left: 5px;
	color:#000000;
}
.blog_title a {
}
.blog_info {
	font-family:Dotum;
	font-size:11px;
	color:#87805C;
	padding-left: 5px;
	padding-right: 5px;
}

/* 블로그 메뉴 설정 */
.top_menu {
	font-size:10px;
	color: #968B65;
	display:block;
	overflow: hidden;
}


.top_menu a:link, .top_menu a:visited {
	color: #4A4633;
	font: bold 11px Verdana;
	padding-right: 4px;
	padding-left: 4px;
	letter-spacing: -1px;
}
.top_menu a:hover {
	border-top: 1px solid #999966;
	text-decoration: none;
	color: #666666;
}
.top_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.top_menu li {
	display: inline;
	margin-bottom: 0px;
	margin-right: 6px;
}

/* 블로그 메뉴 Body Id 기능 추가 */
#tt-body-location .location a:link, #tt-body-location .location a:visited,
#tt-body-tag .tag a:link, #tt-body-tag .tag a:visited,
#tt-body-media .media a:link, #tt-body-media .media a:visited,
#tt-body-keylog .keylog a:link, #tt-body-keylog .keylog a:visited
{
	color: #000;
	border-top: 3px solid #999966;
 }

#tt-body-guestbook .guestbook a:link, #tt-body-guestbook .guestbook a:visited{
	color: #c00e0e;
	border-top: 3px solid #999966;
 }


/* 관리, 포스팅 메뉴 */
.admin {
	border-left: 1px solid #AAA484;
	padding-left: 8px;
}
.admin a:link, .admin a:visited, .post a:link, .post a:visited {
	color: #AAA484;
}
.admin a:hover {
	color: #837C5A;

}

.rss {
margin-left: 525px;
}

.rss  a:link, .rss a:visited,
.guestbook  a:link, .guestbook a:visited{
color: #c00e0e;
}



.hide{
	display:block;
	overflow: hidden;
}
/* Side 설정	clear: both; */

#sidebar ul {
	list-style: none;
}
#sidebar2 ul {
	list-style: none;
}
#sidebar A:link, #sidebar A:visited { color:#555; text-decoration:none;}
#sidebar2 A:link, #sidebar A:visited { color:#555; text-decoration:none;}
#sidebar A:hover { color:#009999; text-decoration:underline;}
#sidebar2 A:hover { color:#009999; text-decoration:underline;}

#sidebar h3                    { font:1em Georgia;  font-weight:bold; color:#333; padding-top:0px; border-bottom:0px solid #ddd; margin-bottom:0px; cursor:pointer;}  
#sidebar2 h3                    { font:1em Georgia;  font-weight:bold; color:#333; padding-top:0px; border-bottom:0px solid #ddd; margin-bottom:0px; cursor:pointer;}  

#sidebar h5                    { font:1em Georgia;  font-weight:bold; color:#333; padding-top:0px; border-bottom:1px solid #ddd; margin-bottom:5px;}  
#sidebar2 h5                    { font:1em Georgia;  font-weight:bold; color:#333; padding-top:0px; border-bottom:1px solid #ddd; margin-bottom:5px;}  

.s_up{ color:#333; background:url(./images/bu_up.gif) no-repeat; padding:0px 0 0 10px; height:10px; margin:0px 0px 0 0; cursor:pointer;}
.s_down{color:#333; background:url(./images/bu_down.gif) no-repeat; padding:0px 0 0 10px; height:10px; margin:0px 0px 0 0; cursor:pointer;}

.hide_all {

}

.bbh {
margin:10px;
}



/* 사이드 블로그 이미지 설정 */
#blog_img img {width:170px; padding-bottom:6px; 	display:block; overflow: hidden; cursor: pointer;}



/* 사이드 리스트 설정 */
.side_list, .notice { 
	word-break:break-all;
	padding-left:2px;
}
/* 최신글, 최신트랙백 info */
.recentInfo {
	font: 11px "돋움";
	color: #9B947D;
}

/* 사이드 태그 설정 */
.side_tagbox { text-align: justify; word-break:break-all; line-height:20px; }
.side_tagbox a { letter-spacing:-1px; }	

/* 태그 클라우드 스타일 */
.cloud1 {
	font-family:Tahoma;
	font-weight: bold;
	font-size :12px;
	color :#CC3300!important ;
}
	
.cloud2 {
	font-family:돋움;
	font-weight: bold;
	font-size :11px;
	color :#FF6600!important ;
}

.cloud3 {
	color :#0099CC!important;
	font: bold 11px "돋움";
}

.cloud4 {
	font-family:돋움;
	font-size :11px;
	color :#009966!important ;
}
	
.cloud5 {
	font-family:돋움;
	font-size :11px;
	color :#888888!important ;
}
.side_tagbox a:hover{
	background-color:#5B4F4A;
	color:#999;
}
.side_tagbox a:visited {color:#777}

/* 검색폼 설정 */
.s_search {
	margin-top: 0px;
	margin-bottom: 0px;
		display:block;
	overflow: hidden;

}
.search {
	width: 180px;
	margin:0px;
	text-align: center;
}
.search_input {
	width:100px;
	height:14px;
	color:#716A4D;
	font-size: 11px;
	padding-left: 4px;
	background: #E9E7DE;
	border-top: 1px solid #A2A086;
	border-right: 1px solid #DEDACC;
	border-bottom: 1px solid #DEDACC;
	border-left: 1px solid #A2A086;
}
.submit {
	border:1px solid #BBB59D;
	font:bold 7pt Verdana;
	color:#87805C;
	width:50px;
	height:18px;
	background: #D0CCBB;
	cursor: pointer;
	text-transform: uppercase;
}

#sidebar li                    { background:url(images/bul.gif) 0 6px no-repeat;  padding-left:7px;}
#sidebar2 li                    { background:url(images/bul.gif) 0 6px no-repeat;  padding-left:7px;}

/* 보관함 */
#sidebar .archive li {

	padding-left: 8px;
	margin-left: 2px;
	background: url(images/bul.gif) no-repeat left center;
}
#sidebar2 .archive li {

	padding-left: 8px;
	margin-left: 2px;
	background: url(images/bul.gif) no-repeat left center;
}
/* 링크 */
#sidebar .link li {

	padding-left: 8px;
	margin-left: 2px;
	background: url(images/bul.gif) no-repeat left center;
}
#sidebar2 .link li {

	padding-left: 8px;
	margin-left: 2px;
	background: url(images/bul.gif) no-repeat left center;
}

/* 카운트 설정 */
.side_counter {
	font:11px/16px tahoma;
	color: #666666;
	text-align: left;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
		display:block;
	overflow: hidden;
}

/* 배너 및 rss버튼 박스 설정 */
.side_button {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	display:block;
	overflow: hidden;
}



/* 전체 리스트 공통 설정 */
ul, li, p {
	margin: 0px;
	padding: 0px;
}

/* ***** ROUND BOX *** */
.rtop, .rbottom{display:block; } 
.rtop * {display:block; height:1px; overflow:hidden; background: #EEEEEE}  
.rbottom *{ margin-bottom:10px; display:block; height:1px; overflow:hidden; background: #ffffff; } 

/*
.htop, .hbottom{display:block; } 
.htop * {display:block; height:1px; overflow:hidden; background: #ffffff}  
.hbottom *{ margin-bottom:10px; display:block; height:1px; overflow:hidden; background: #ffffff; } 
*/
.ntop, .nbottom{display:block; } 
.ntop * {display:block; height:1px; overflow:hidden; background: #ffffff}  
.nbottom *{ margin-bottom:10px; display:block; height:1px; overflow:hidden; background: #ffffff; } 

.r1{margin:0 5px; background:#999999} 
.r2{margin:0 3px; border-left:2px solid #999999; border-right:2px solid #999999;} 
.r3{margin:0 2px; border-left:1px solid #999999; border-right:1px solid #999999;} 
.r4{margin:0 1px; height:2px; border-left:1px solid #999999; border-right:1px solid #999999;} 
/*
.ftop, .fbottom{display:block; } 
.ftop * {display:block; height:1px; overflow:hidden; }  
.fbottom *{ margin-bottom:10px; display:block; height:1px; overflow:hidden; } 

.f1{margin:0 5px; background:#BBBBBB} 
.f2{margin:0 3px; border-left:2px solid #BBBBBB; border-right:2px solid #BBBBBB;} 
.f3{margin:0 2px; border-left:1px solid #BBBBBB; border-right:1px solid #BBBBBB;} 
.f4{margin:0 1px; height:2px; border-left:1px solid #BBBBBB; border-right:1px solid #BBBBBB;} 
*/
.box_hblank1 { padding:5px; }
.box_hblank2 { padding:10px; }

/* ***** artice_title : h2 hover**** */
.box_cm{  padding:0px; border-left:1px solid #999999; border-right:1px solid #999999; background-color:#ffffff;  }
.box_c{ padding:0px;  border-left:1px solid #999999; border-right:1px solid #999999; background:url("images/bg_entry_top.jpg") repeat-x 0px 0px; background-color:#ffffff;  }
.box_cb{  padding:0px; border-left:1px solid #999999; border-right:1px solid #999999; background-color:#ffffff;  }
.box_s{ padding:0px; border-left:1px solid #999999; border-right:1px solid #999999; background-color:#ffffff;  }


.padding_cm{ padding:3px 10px;}
.padding_c{ padding:18px 18px 0px 18px;}
.padding_cb{ padding:3px 10px;}
.padding_s{ padding:8px 5px;}


/* 컨텐츠 내용 설정*/
.article {
	line-height:180%;
	padding: 20px 10px;
	word-break:break-all;
	text-align: justify;
	clear: both;
	margin-top: 4px;
	overflow: hidden;
}
.article p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.article ul, .article li {
	margin-left: 10px;
}
.article blockquote {
	border-left: 7px double #ccc;
	margin: 10px 10px 10px 20px;
	padding-left: 10px;
	word-break:break-all;	
}	
.article a:link, .article a:visited {
	color:#0066CC;
}	
.article a:hover{ 
	color:#FF0000;
	text-decoration:underline;
}	
.article_tag {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 16px;
	margin-top: 10px;
	margin-bottom: 1px;
}
.article_bottom {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	height: 16px;
	margin-bottom: 8px;
}
/* 날짜 설정*/
.date, .notice_date {
	font:bold 11px Tahoma;
	color: #BDAF9B;
	text-align: right;
}

/* 날짜 설정2*/
.date2, .notice_date2 {
	font:bold 17px Tahoma;
	color: #BDAF9B;
	text-align: right;
}


.list_box .date, .rplist_box .date, .list_box .notice_date, .rplist_box .notice_date {
	color: #BDAF9B;
}
.cnt { 
	font:10px Tahoma; 
}

/* 이름 설정*/
.name {
	font:bold 12px Tahoma;
	color:#444;
}
.name a:link, .name a:visited { color:#444; text-decoration:none;}
.name a:hover { color:#4990CC; text-decoration:none;}

/* 댓글 등 글내용 설정*/
.desc {
	padding-left:5px;
	word-break:break-all;
}

.opt { 
	font:normal 11px Verdana;
	color:#777;
	letter-spacing:-1px;
}
.opt a:link, .opt a:visited { color:#777; text-decoration:none;}
.opt a:hover{ color:#D93343; text-decoration:none;}

/* 댓글 등 기본 박스 설정*/
.box {
	padding:10px;
	border-bottom:1px solid #e9e9e9;
}
.reply_box {
	margin-top:10px;
	margin-left:40px;
	padding:10px;
	background-color:#FBFAF9;
	border:1px dashed #E3DFD5;
	}	

/* 입력폼 설정 */
.form_input {
	margin-top:4px;
	padding:1px;
	height:18px;
	border:1px solid #ddd;
	font-size: 11px;
}
.form_textarea {
	font-weight:normal;
	margin-top:4px;
	height:120px;
	width: 98%;
	border:1px solid #ddd;
	overflow:visible;
	clear: both;
}
.form_submit {
	font:11px tahoma;
	color:#444;
	margin-top:4px;
	border:1px solid #D0CCBB;
	background-color:#E7E3DA;
	height:19px;
	width:80px;
	cursor: pointer;
}

/* 태그 설정*/
.tag_cloud {
	font:13px Dotum;
	line-height:24px;
	text-align: justify;
	margin: 0px;
	text-decoration:none;
	word-Break:keep-all;

	}	
.tag_cloud .cloud1 {
	background-color:#eee;
	font-weight:bold;
  	font-size : 20px;
	color : #657700;
    }
.tag_cloud .cloud2 {
	background-color:#eee;
	font-weight:bold;	
	font-size : 18px;
  color : #5E7E7D;
    }
.tag_cloud .cloud3 {
	background-color:#eee;
	font-weight:bold;	
  	font-size : 16px;
  	color : #6B5E7E;
    }
.tag_cloud .cloud4 {
	background-color:#eee;
  	font-size : 14px;
  	color : #84604E;
    }
.tag_cloud .cloud5 {
	font-size : 12px;
  	color : #777;
    }	
.tag_cloud a:hover {
	background-color:#f5f5f5;
	color:#555;
    }	
.tag_cloud a:visited {
	color:#777
}
.tag_cloud li {
	display: inline;
}

/* title, info 설정, 관리자 */
.head_title {
	color:#000000;
	word-spacing:4px;
	padding: 2px 0px 0px 12px;
	font: bold 14px "돋움";
	background: url(images/content_seq_t.gif) no-repeat left top;
	height: 20px;
	border-bottom:1px solid #eee;
}
.head_title a:link, .head_title a:visited {color:#000; text-decoration:none;}
.head_title a:hover{
	text-decoration:none;
	color: #CC0000;
}

/* 포스팅 head 설정 */
.articleHead {
	background: url(images/content_seq.gif) no-repeat;
	border-bottom: none;
}
/* 
따로 설정 가능.tagHead, .noticeHead, .localHead, .guestHead, .mediaHead {  
}
*/
.info {
	font:11px "돋움";
	color:#999;
	background: url(images/content_seq.gif) no-repeat left bottom;
	height: 16px;
	text-align: right;
	padding: 0px 0px 0px 12px;
	border-bottom: 1px dashed #DAD5C7;
}
.owner {
	color:#777;
	font:11px "돋움";
	color:#777;
	letter-spacing: -1px;
	text-align: right;
	margin-right: 8px;
	margin-top : 8px;
}
.info a:link, .info a:visited {color:#339900; text-decoration:none;}
.owner a:link, .owner a:visited {color:#666; text-decoration:none;}
.info a:hover, .owner a:hover{color:#D93343; text-decoration:none;}

/* 리스트 & 검색 결과 설정*/
.list_box {
	margin: 0px;
}

.rplist_box {
	margin: 10px;
}

.list {
	color:#777;
	word-break:break-all;
	padding-left:10px;
	padding-bottom:4px;
	background:url(images/bul.gif) no-repeat 0px 6px;
}
.list a:link, .list a:visited { color:#777; text-decoration:none;}
.list a:hover{ color:#D93343; text-decoration:none;}
	
.rplist {
	color:#777;
	word-break:break-all;
	border-bottom:1px solid #eee;
	margin-bottom: 10px;
	padding: 8px;
}
.rplist a:link, .rplist a:visited { color:#777; text-decoration:none;}
.rplist a:hover{ color:#D93343; text-decoration:none;}


/* 위치로그 설정 */
#location {
	margin: 10px;
}
.location_spot {
	color:#777;
	margin-top: 4px;
}	
.location_info { color:#B75959; }	
.location_info a:link, .location_info a:visited { color:#B75959; text-decoration:none;}
.location_info a:hover{ color:#FF3300; text-decoration:none;}


/* 방명록 설정*/
.guestbook_form_box {
	font:11px tahoma;
	color:#555;
	border-bottom:1px solid #eee;
	padding: 10px;
	background: #FBFAF9;
}

/* 엔트리 설정*/
.tag_box {
	font :8pt Dotum;
	background:url('images/entry_tag.gif') no-repeat left;
	float: left;
	padding-left: 32px;
	padding-top: 2px;
}
.tag_box a:link, .tag_box a:visited { color:#A95671; text-decoration:none;}
.tag_box a:hover{ color:#D93343; text-decoration:none;}

/* 트랙백, 코멘트 버튼 설정*/
.tb_cmt_btn { font:11px tahoma; float:left; width:auto;padding-top:3px; background-color:#ffffff
}
.tb_cmt_btn a:link, .tb_cmt_btn a:visited { color:#777; text-decoration:none;}
.tb_cmt_btn a:hover{ color:#D93343; text-decoration:none;}

.cnt_n{ 
color:#f60; 
font-size: 17px;
font-weight:bold;
}
.tbcm_vbar	{ color:#C6C6C6; padding:0px 4px 0px 4px;}
.goup                    { float:right; width:43px; text-align:right; }

/* 트랙백 설정*/
.tb_box {
	padding-left:6px;
	padding-right:6px;
	background-color:#FAFAFA;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}


.tb_address {
background:url(images/clip_tb.gif) 10px no-repeat; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background-color:#F6F4F0;font:11px/1 "돋움"; cursor:pointer; padding:10px 10px 10px 110px; margin:0px;
}

.tb_list_box {
	padding:10px;
	border-top:1px dashed #ccc;
}
.tb_name {
	font:11px Tahoma;
	letter-spacing:0px;
	padding-left:10px;
}
.tb_title {
	color:#444;
	font-weight:bold;
	font-size: 12px;
}
.tb_title a:link, .tb_title a:visited { color:#444; text-decoration:none;}
.tb_title a:hover { color:#369; text-decoration:none;}

/* 코멘트(댓글/방명록 설정*/
.cmt_title {
background:url(images/clip_reply.gif) 10px no-repeat;
border-top:1px solid #ddd; 
border-bottom:1px solid #ddd; 
background-color:#F6F4F0;
font:11px "돋움"; 
padding:10px 10px 10px 110px;
}

.cmt_form_box { 

		font:11px tahoma;
		color:#555;
		padding:10px;
		background-color:#FBFAF9;
		margin-bottom:20px;
    border-bottom:1px solid #eee;
}
.cmt_box {
margin-top: 7px;
		border-top:1px solid #eee;
}
.secret {
	margin-top: -19px;
	position: absolute;
	margin-left: 50px;
}

/* 코멘트, 트랙백, 방명록의 리스트 설정 */
.cmt_box ul, .box ul, .tb_list_box ul, .list_box ul, .rplist_box ul {
	list-style: none;
}

/* 페이징 */
.paging{
	font:11px Tahoma;
	color:#CCCCCC;
	padding:0px;
	margin:0px;
	text-align:center;
	display:block;
	overflow: hidden;
}
.paging a:link, .paging a:visited { color:#7C6D49; text-decoration:none;}
.paging a:hover { color:#7C6D49; text-decoration:none;}

.paging .selected {
	font-weight:bold;
	color:#b6447c;
	border-bottom:1px solid tomato;
	}

/* 푸터 설정 */
#footer {
	font-size: 10px;
	color: #978F79;
	text-align: center;
	margin-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 30px;
	clear: left;
	width: 100%;

}
#footer a {
	color: #978F79;
	font-weight: bold;
}

/* 이올린 설정 */
.EolinBmVote {
	font-size: 11px;
	color: #777;
}
