<!--

/* 반드시 들어가야 하는 스타일 시작 */

/* 1. 본문 전체  */

	body,td {
		font-size: 9pt;
		font-family: Arial, tahoma, 돋음, verdana, Trebuchet MS,  ;
		color:#333333,
		line-height: 166%;
	}


<!-- 폰트지정 --><!-- 폰트지정 --><!-- 폰트지정 --><!-- 폰트지정 --><!-- 폰트지정 -->
.font_post {font-size: 9pt; 
            font-family: tahoma, 돋음, Arial, tahoma, verdana, tahoma,  Trebuchet MS,;
            font-color:#ffffff;
            line-height: 142%;
            }
.font1 {font-family: Verdana, Arial Narrow, 돋움,  Arial Black; line-height: 142%}

.font2 {font-size: 8pt; font-color:#ffffff; 
       font-family: Arial, 돋움,;  line-height: 142%}

.font3 {font-size: 20pt; 
        font-family: tahoma, 돋음, Arial, tahoma, verdana, tahoma,  Trebuchet MS,;
        font-color:#ffffff;
        line-height: 142%;
        }
.font5 {font-size: 9pt; 
        font-family: tahoma, 돋음, Arial, tahoma, verdana, tahoma,  Trebuchet MS,  ;
        color:#999999;
        line-height: 142%
        }
.font6 {font-size: 9pt; 
        font-family: 돋음, Arial, tahoma, verdana, tahoma,  Trebuchet MS,  ;
        color:#222233;
	line-height: 142%;
        }


<!-- 폰트지정 --><!-- 폰트지정 --><!-- 폰트지정 --><!-- 폰트지정 --><!-- 폰트지정 -->


/* 1. 바디스타일  */
body {scrollbar-face-color:#EAEAEA;
	scrollbar-highlight-color:#EAEAEA;
	scrollbar-3dlight-color:#EAEAEA;
	scrollbar-shadow-color:#EAEAEA;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#666666}



A:link {color:#227799;text-decoration:none;}
A:visited {color:#227799;text-decoration:none;} 
A:active {color:#227799;text-decoration:none;} 
A:hover  {color:#990000;text-decoration:NONE;position:relative; top:1; RIGHT:-1}

A.occ02:link {color:#000000;text-decoration:none;}
A.occ02:visited {color:#000000;text-decoration:none;} 
A.occ02:active {color:#000000;text-decoration:none;}   
A.occ02:hover  {color:#ffffff;text-decoration:none;background-color:#AC4040;} 

A.occ00:link {color:#888888;text-decoration:none;}
A.occ00:visited {color:#888888;text-decoration:none;} 
A.occ00:active {color:#888888;text-decoration:none;}   
A.occ00:hover  {color:#ffffff;text-decoration:none;background-color:#AC4040;} 



/* 3. 이미지 */

	img {
		border-width:0;
	}

/* 4. 이미지 버튼 */

	.ib {
		cursor:pointer;
	}

/* 5. 입력 텍스트 */

	.text2 {
		font-size:12px;
		font-family: Arial, 돋움체, Trebuchet MS;
		line-height:150%;
		padding-top:2;
	}

/* 6. 트리 테이블 */

.branch2 {
}

/* 7. 트리 셀 */

.branch3 {
font-size:9pt;
line-height:9pt;
cursor:pointer;
height:17px;
padding:2 2 0 2;
}


/* 8. 달력 월 표시 */

	.cal_month {
		vertical-align:top;
		height:18px;
		font-size:8pt;
		font-family:Trebuchet MS, Tahoma;
		text-align:center;
		font-weight:bold;
	}

/* 9. 달력 요일 표시 */

	.cal_week1 {
		text-align:center;
		font-size:7pt;
		font-family:Trebuchet MS, Tahoma;
		font-weight:bold;
	}

/* 10. 달력 일요일 표시 */

	.cal_week2 {
		color:#b32b2b;
		text-align:center;
		font-size:7pt;
		font-family:Trebuchet MS, tahoma;
		font-weight:bold;
	}

/* 11. 달력 지난 달 날짜 표시 */

	.cal_day1 {
		color:#ffffff;
		font-size:8pt;
		font-family:tahoma;
		text-align:center;
		line-height:15px;
	}

/* 12. 달력 다음 달 날짜 표시 */

	.cal_day2 {
		color:#ffffff;
		font-size:8pt;
		font-family:tahoma;
		text-align:center;
		line-height:15px;
	}

/* 13. 달력 이번 달 날짜 표시 */

	.cal_day3 {
		font-size:8pt;
		font-family:Tebuchet MS, tahoma;
		text-align:center;
		line-height:15px;
	}

/* 14. 달력 오늘 날짜 표시 */

	.cal_day4 {
		font-size:8pt;
		font-family:Trebuchet MS, tahoma;
		text-align:center;
		padding-left:1;
		color:#C94E52;
		font-weight:bold;
		background:#E8EEF5;
		line-height:15px;
	}

/* 15. 달력 글쓴 날 링크 스타일 */

	// A.cal_click:link { color:#b32b2b; }
	// A.cal_click:visited { color:#b32b2b; }

/* 16. 이미지 아래 캡션 스타일 */

	.cap1 {
		text-align:center;
		color:#888888;
		word-break:break-all;
	}

/* 16. 키워드 스타일 */

	.key1 {
		cursor:pointer;
		text-decoration:none;
		border-bottom: 1px solid #CCCCCC;
		color:#227799;
	}

/* 16. 카테고리 옆 개수 스타일 */

	.c_cnt {
		font-size:8pt;
		color:#C1C1C1;
		font-family: Arial, tahoma;
	}

/* 17. 최신글 옆 개수 스타일 */

	.ps_cnt {
		font-size:6pt;
		font-family: tahoma;
	}

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

	.listcount {
		color: #b32b2b;
		font-size: 22px;
		font-weight:bold;
		padding: 5 0 3 0;
		font-family:Trebuchet MS, 돋움;
	}
	.listcount22 {
		color: #666666;
		font-size: 11px;
		font-family:돋움, Trebuchet MS, Arial, 돋움, Trebuchet MS, 돋움;
	}
	.listbody {
		color: #666666;
		font-size: 12px;
		padding: 5 0 3 0;
		font-family:Trebuchet MS, 돋움;
	}

	.h1 {
		color: #666666;
		font-size:7pt;
		font-family: tahoma, 돋움;
		text-decoration:none;
	}

	.h2 {
		font-size:8pt;
		font-family: Arial, tahoma;

	.h222 {
	font-size:12pt;
	font-family: 돋움, tahoma;

	}

	.h3 {
		color: #666666;
		font-size:8pt;
		font-family: tahoma, 돋움;
		text-decoration:none;
	}

	.h4 {
		color: #87B459;
		font-size:8pt;
		font-family: tahoma, 돋움;
		text-decoration:none;
	}
	.box1 {
		background-color:#ffffff;
		border-style:solid;
		border-width:0;
		border-color:#C0C0C0;
		margin-top:5;
	}

	.rss_name {
		font-size:8pt;
		font-family:돋움;
		color:#808080;
	}

	a.subheadline {font-family: Trebuchet MS, 돋움; font-size: 12px; color:#666666; font-weight:bold;letter-spacing:-1; line-height:15px; }
	a.subheadline:hover {font-family: Trebuchet MS, 돋움; font-size: 12px; color:#b32b2b; font-weight:bold;letter-spacing:-1;}
	a.subheadline:visited {font-family: Trebuchet MS, 돋움; color:#666666;}

/* tag */
.wrap_taglog {padding:16px 0 0 42px;}
.wrap_taglog .tit_tag {width:32px;height:12px;background:url(images/txt_tag.gif) no-repeat 0 0;font-size:0;}
.wrap_taglog ul {overflow:hidden;width:/*@post-width:-85*/585px/*@*/;padding:24px 8px 0 0;text-align:justify;}
.wrap_taglog li {display:inline;line-height:22px;}
.wrap_taglog li .cloud1 {font-weight:bold;font-size:14px;color:#9ba27a;}
.wrap_taglog li .cloud2 {color:#9ba27a;}
.wrap_taglog li .cloud3,
.wrap_taglog li .cloud4 {color:#858585;background-color:#e0e0e0;}
.wrap_taglog li .cloud5 {font-size:12px;color:#858585;}


/* 태그 클라우드 스타일 *//* 18.태그클라우드 */

.cloud1 {font-family: 돋움;  font-size : 19px;  color : #d41a01 !important ; }
.cloud2 {font-family: 돋움;  font-size : 16px;  color : #ff9900 !important ;  }
.cloud3 {font-family: 돋움;  font-size : 13px;  color : #669900 !important ;  }
.cloud4 {font-family: 돋움;  font-size : 11px;  color : #0099CC !important ;  }
.cloud5 {font-family: 돋움;  font-size :   9pt;   color : #999999 !important ;  }



/* 게스트북 쓰기 폼 텍스트 에어리어 스크롤바 */
	.textbody {
		scrollbar-face-color:#A9B6CB;
		scrollbar-shadow-color:#ffffff;
		scrollbar-highlight-color:#ffffff;
		scrollbar-3dlight-color:#ffffff;
		scrollbar-darkshadow-color:#ffffff;
		scrollbar-track-color:#ffffff;
		scrollbar-arrow-color:#ffffff;
	}

/* 블로그 제목  */

	.title {
		font-size:12px;
		font-family:Tahoma;
		font-weight:bold;
		line-height:150%;
		color:#023165;
	}

	.titletime {
		font-size:10px;
		font-family:Tahoma;
		line-height:150%;
		color:#D36556;
	}

/* 페이지 목록 색상 */
	.paging{
		color: #D45E44;
		font-size:7pt;
		font-family: tahoma, 돋움;
	}

/*  관리자메뉴(수정, 공개, 비공개 버튼) */
	.admin {
		font-size:8pt;
		font-family: tahoma, 돋움;
		text-decoration:none;
		color:#023165;
	}