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


/* 1. 본문 전체  */
	body, table, td, input, textarea {
		font:12px Tahoma;
		color:#333; 
		margin:0px;
		line-height:150%;
		word-break:break-all; 		
	}

/* 2. 기본 링크 */
	a:link, a:visited { color : #333; text-decoration: none; }
	a:hover { color : #FF8000;	text-decoration: underline;	}

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

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

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

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

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

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

/* 11. 달력 지난 달 날짜 표시 */
	.cal_day1 {	color: #000; font-size:12px; text-align:center; }

/* 12. 달력 다음 달 날짜 표시 */
	.cal_day2 {	color: #000; font-size : 11px; text-align: center; }

/* 13. 달력 이번 달 날짜 표시 */
	.cal_day3 {	font-size : 11px; text-align: center; }

/* 14. 달력 오늘 날짜 표시 */
	.cal_day4 {	text-align: center;	font-size: 16px; color: #CB5725; font-weight:bold; }

/* 15. 달력 글쓴 날 링크 스타일 */
	a.cal_click:link, a.cal_click:visited {	color : #777; font-weight: bold; }
	a.cal_click:hover {	color : #369; font-weight: bold; }

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

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

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

/* 19. 최신글 옆 개수 스타일 */
	.ps_cnt { font:10px Tahoma;	color : #a0a0a0; }


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

/* body 설정 */
body {
	margin:10;
	}

/* Side 설정 */

 #side {
	float:right;
	width:305px;
	overflow:hidden;
	margin-left: 5px;
	clear: both;
	}

/* 사이드 리스트 박스 설정 */
.side_list_box {
	padding-left:6px;
	}

/* 사이드 리스트 설정 */
.side_list { 
	font:12px Dotum;
	color:#777;
	word-break:break-all;
	padding-left:6px;
	padding-bottom:8px;
	background:url("./images/bul.gif") no-repeat 0px 4px;
	}
	#side A:link, #side A:visited { color:#666666; text-decoration:none;}
	#side A:hover { color:#FF8000; text-decoration:underline;}


/* 사이드 태그 설정 */
.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 :#bb88bb!important ;
	}
	
.cloud2 {
	font-family:돋움;
	font-weight: bold;
	font-size :11px;
	color :#22bbee!important ;
	}

.cloud3 {
	font-family:돋움;
	font-size :11px;
	color :#22bbee!important ;
	}

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

/* 검색폼 설정 */

.search {
	width: 180px;
	margin:0px;
	text-align: center;
	}

.search_input {
	border: 0px none; 
	background-color:#fff;	
	height:16px; 
	color: #666; 
	font-size: 9pt; 
	font-family: Tahoma, Verdana; 
	margin-top:1px;
	}
	
.submit {
	border:1px solid #808080;
	background-color:#555555;
	font:7pt tahoma bold;
	color:#FF8000;
	width:50px;	
	height:18px;
	}


/* 카운트 Total부분 설정 */
.side_counter_T {
	font-family:"Times New Roman Italic";
	font-style:italic;
	font-size:22px;
	letter-spacing:-3px;
	}


/* main 설정 */
 #main {
	float:left;
	width:647px;
	padding:0px 0px 30px 0px;
	overflow:hidden;
	}


/* 메인 영역 공통 설정 */

/* 컨텐츠 내용 설정*/
.article { 
	line-height:180%;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	word-break:break-all;
	text-align: justify;
	}


.article blockquote {
		margin: 10px 10px 10px 20px;
		padding-left: 10px;
		word-break:break-all;	
		}	

.article a:link, .article a:visited {
	color:#0010FF;
}	
.article a:hover{ text-decoration:none}
.imageblock a {	border-bottom-width: 0px; }


/* 날짜 설정*/
.date, .notice_date { 
	font:10px tahoma; 
	letter-spacing:-1px;
	padding-right:8px;
	}

.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:10px tahoma;
	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:#f7f7f7;
	border:1px dashed #ddd;
	}	

/* 입력폼 설정 */
.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:100px;
	width:100%;
	border:1px solid #ddd;
	overflow:visible;
	clear: both;
	}

.form_submit {
	font:11px tahoma;
	color:#444;
	margin-top:4px;
	border:1px solid #ddd;
	background-color:#f1f1f1;
	height:25px;
	width:100%;
	cursor: pointer;
	}


/* 태그 설정*/
.tag_cloud {
	font:13px Dotum;
	line-height:24px;
	word-break:break-all;
	margin: 20px;
	}	

.tag_cloud .cloud1 {
	background-color:#dfdfdf;
	font-weight:bold;
  	font-size : 20px;
	color : #FF8000;
    }
.tag_cloud .cloud2 {
	background-color:#dfdfdf;
	font-weight:bold;	
	font-size : 18px;
  	color : #FF80FF;
    }
.tag_cloud .cloud3 {
	background-color:#dfdfdf;
	font-weight:bold;	
  	font-size : 16px;
  	color : #E0FFE0;
    }
.tag_cloud .cloud4 {
	background-color:#dfdfdf;
  	font-size : 14px;
  	color : #FFC0C0;
    }
.tag_cloud .cloud5 {
	font-size : 12px;
  	color : #E0E0E0;
    }	
.tag_cloud a:hover{
	background-color:#f5f5f5;
	color:#555;
    }	
.tag_cloud a:visited {color:#777}


/* title, info 설정, 관리자 */

h1 {
	font:14px "바탕";
	font-weight:bold;
	color:#333333;
	padding: 0,0,0,10px;
         margin: 0;
	}

.head_title {
	font:28px "바탕";
	font-weight:bold;
	color:#333333;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:0px;
	letter-spacing:-3px;
	word-spacing:4px;
	}
	.head_title a:link, .head_title a:visited {color:#333; text-decoration:none;}
	.head_title a:hover{color:#D93343; text-decoration:none;}

.info, .owner {
	font:10px/120% "verdana";
	color:#aaa;
	margin-top: 5px;
	margin-left: 10px;
	letter-spacing: -1px;
	}
	.info a:link, .info a:visited, .owner a:link, .owner a:visited {color:#888; text-decoration:none;}
	.info a:hover, .owner a:hover{color:#D93343; text-decoration:none;}


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

.rplist_box {
	padding:10px;
	border-bottom:1px solid #ddd;
	}

.list {
	color:#777;
	word-break:break-all;
	padding-left:10px;
	padding-bottom:4px;
	background:url('images/bullet2.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;
	padding-top:8px;
	padding-left:10px;
	word-break:break-all;
	}
	.rplist a:link, .rplist a:visited { color:#777; text-decoration:none;}
	.rplist a:hover{ color:#D93343; text-decoration:none;}


/* 위치로그 설정 */
.location_spot {
	color:#777;
}	
.location_info { color:#369; }	
.location_info a:link, .location_info a:visited { color:#369; text-decoration:none;}
.location_info a:hover{ color:#D93343; text-decoration:none;}


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


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

/* 트랙백, 코멘트 버튼 설정*/
.tb_cmt_btn {
	font:11px tahoma;
	color:#369;
	text-align:right;
	float: right;
	margin-right: 8px;
	}
	.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;}

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

.tb_address {
	font: 11px tahoma;
	color:#666;
	padding:12px;
	clear: both;
	background: #FAFAFA;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 8px;
	}

.tb_list_box {
	padding:10px;
	}

.tb_name {
	font:11px Tahoma;
	letter-spacing:0px;
	padding-left:10px;
	}

.tb_title {
	color:#444;
	font-weight:bold;
	}
	.tb_title a:link, .tb_title a:visited { color:#444; text-decoration:none;}
	.tb_title a:hover { color:#369; text-decoration:none;}

.cmt_form_box { 
		font:11px tahoma;
		color:#555;
		padding:10px;
		margin-bottom:20px;
	border-bottom:1px solid #ddd;
		}
.cmt_box {
	border-top:1px solid #ddd;
	padding:10px;
		}

/* 페이징 */
.paging{
	font:10px "verdana";
	color:111;
	margin-top:12px;
	margin-bottom:0px;
	padding-top:5px;
	text-align:center;
	}
.paging a:link, .paging a:visited { color:#777; text-decoration:none;}
.paging a:hover { color:#D93343; text-decoration:none;}


.menu_left {
	font: bold 16px "verdana";
	line-height:24px;
	color:#505050;
}

.menu_right {
	font: bold 9px "verdana";
	color: #dddddd;
	cursor: pointer;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	text-align: right;
}
.menu_center {
	font: bold 10px Tahoma, "굴림";
	color: #888;
	cursor: pointer;
	margin-top: 8px;
	margin-bottom: 4px;
	text-transform: uppercase;
	padding: 2px 2px 2px 4px;
	text-align: center;
}
.menu_mail {
	font: bold 9px "verdana";
	color: #dddddd;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	padding: 0;
}
.menu_mail a:link, .menu_mail a:visited {color:#999999; text-decoration:none;}	
.menu_mail a:hover{color:#D93343; text-decoration:none;}


.menu_left a:link, .menu_left a:visited {color:#999999; text-decoration:none;}	
.menu_left a:hover{color:#D93343; text-decoration:none;}

.menu_right a:link, .menu_right a:visited {color:#999999; text-decoration:none;}	
.menu_right a:hover{color:#D93343; text-decoration:none;}

.sidebar_title {
	font: bold 10px Tahoma, "굴림";
	color: #808080;
	margin-top: 0px;
	margin-bottom: 4px;
	text-transform: uppercase;
	padding: 2px 2px 2px 4px;
	text-align: left;
	border-bottom: 1px solid #dddddd;
	background: #FFFFFF;
}
	.sidebar_title	A:link, .sidebar_title A:visited	{ color:#808080; text-decoration:none;}
	.sidebar_title	A:hover { color:#FF8000; text-decoration:none;}

.findingNemo_title {
	font: bold 12px Tahoma, "굴림";
	color: #606060;
	margin-top: 15px;
	margin-bottom: 4px;
	text-transform: uppercase;
	padding: 2px 2px 2px 4px;
	text-align: left;
	border-bottom: 1px solid #dddddd;
	background: #FFFFFF;
}
#side .blog_img {
	text-align: center;
	margin-top: 8px;
}
.top_menu {
	margin-right: 30px;
	text-align: right;
}
.f11 {
	font-family:돋움,dotum;
	font-size:11px;
	letter-spacing:-1px;
	}
.gray3 {
	color: #a0a0a0;
	}
.q_menu {
	width: 17px;
	float: left;
	margin-top: 40px;
}
#footer {
	font-size: 11px;
	margin-top: 10px;
	color: #999999;
}
.s_search {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
.article_bottom {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 16px;
	margin-bottom: 8px;
}
.td_info {
	padding-left: 4px;
}
.td_info a:link, .td_info a:visited {color:#808080; text-decoration:none;}	
.td_info a:hover{color:#D93343; text-decoration:none;}

.notice {
	padding-left: 4px;
}
#recentComments, #recentTrackbacks {
	line-height: 130%;
}
.secret {
	margin-top: -20px;
	position: absolute;
	margin-left: 560px;
}

.poombar{
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
	}

.jwtitle {BORDER-BOTTOM: #ccc 1px solid; COLOR: #4070aa; TEXT-ALIGN: left; font:12px Tahoma; font-weight: bold; margin-top:40px}
.jwsource {
  color:#333;
  background-color:#f0f0f0;
  border: #ccc 1px solid;
  margin: 10px, 10px, 10px, 40px;
  padding: 10px;
  font-family:"돋움체", Seoul; line-height:140%; font-size:12px;
  TEXT-ALIGN: left;}
.jwlib {
  color:#333;
  background-color:#f0f0f0;
  border: #ccc 1px solid;
  margin: 0, 0, 10px, 0;
  padding: 10px;
  font-family:"돋움체", Seoul; line-height:140%; font-size:12px;
  TEXT-ALIGN: left;
  }
.faterm {
  color:#FFF;
  background-color:#333333;
  border: #ccc 1px solid;
  margin: 0, 0, 10px, 0;
  padding: 10px;
  font-family:"돋움체", Seoul; line-height:140%; font-size:12px;
  TEXT-ALIGN: left;
  }
.sidebar_eolin {
	margin-left: 0px;
	margin-top: 5px;
	}

/* 사이드 리스트 설정 */
.sidebar_eolin ul{ 
	word-break:break-all;
	margin-top: 2px;
	margin-left: 0px;
	padding-left:4px;
	padding-bottom:8px;
	background:url("./images/bul.gif") no-repeat 0px 4px;
	}
	.sidebar_eolin A:link, .sidebar_eolin A:visited { color:#808080; text-decoration:none;}
	.sidebar_eolin A:hover { color:#FF8000; text-decoration:none;}
.jwfs ul{ 
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-left:4px;
	padding-bottom:0px;
	}
.line_break{clear:both;padding-top:8px;padding-bottom:0px;}
.google3{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}

.google3 a:link, .google3 a:visited {color:#0033FF; text-decoration:none;}	
.google3 a:hover{color:#D93343; text-decoration:none;}