﻿<!--

/* 반드시 들어가야 하는 스타일 시작 */

/* 1. 본문 전체  */

body {
		text-align:center;
		font-size:14px;
        font-family: 맑은 고딕, 굴림, 돋움, Verdana, Arial, Tahoma ; 
		padding:0px;
                            color:#262626; 
		line-height:200%;
	}


td {
	font-size:14px;
        font-family: 맑은 고딕, 굴림, 돋움, Verdana, Arial, Tahoma ; 
		padding:0px;
                            color:#262626; 
		line-height:200%;
	}

/* 2. 기본 링크 */
	A:link  {color:#666666;text-decoration:none;font-family: 맑은 고딕, Verdana, 돋움;}
	A:visited {color:#666666;text-decoration:none;font-family: 맑은 고딕, Verdana, 돋움;}
	A:active {color:#666666;text-decoration:none;font-family: 맑은 고딕, Verdana, 돋움;}
	A:hover {color:#008000;text-decoration:underline;font-family: 맑은 고딕, Verdana, 돋움;}

/* 3. 이미지 */

	img {
		border-width:0px;
	}

/* 4. 이미지 버튼 */

	.ib {
		cursor:pointer;
	}

/* 5. 입력 텍스트 */

	.text {
		font-family: 돋움;
		font-size:10pt;
		padding-top:2px;
	}

/* 6. 트리 테이블 */

	.branch2 {
	}

/* 7. 트리 셀 */

	.branch3 {
		font-size:10pt;
		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:verdana;
		text-align:center;
		font-weight:bold;
	}

/* 9. 달력 요일 표시 */

	.cal_week1 {
		text-align:center;
		font-size:7pt;
		font-family:verdana;
		font-weight:bold;
	}

/* 10. 달력 일요일 표시 */

	.cal_week2 {
		color:#AA0000;
		text-align:center;
		font-size:7pt;
		font-family:verdana;
		font-weight:bold;
	}

/* 11. 달력 지난 달 날짜 표시 */

	.cal_day1 {
		color:#FAFAFA;
		font-size:8pt;
		font-family:verdana;
		text-align:center;
	}

/* 12. 달력 다음 달 날짜 표시 */

	.cal_day2 {
		color:#FAFAFA;
		font-size:8pt;
		font-family:verdana;
		text-align:center;
	}

/* 13. 달력 이번 달 날짜 표시 */

	.cal_day3 {
		font-size:8pt;
		font-family:verdana;
		text-align:center;
	}

/* 14. 달력 오늘 날짜 표시 */

	.cal_day4 {
		font-size:8pt;
		font-family:verdana;
		text-align:center;
		padding-left:2px;
		font-weight:bold;
	}

/* 15. 달력 글쓴 날 링크 스타일 */

	A.cal_click:link {
		font-weight:bold;
                            color: #008000;
	}

	A.cal_click:visited {
		font-weight:bold;
                            color: #008000;
	}

	A.cal_click:hover {
		font-weight:bold;
                            color: #008000;
	}

/* 16. 이미지 아래 캡션 스타일 */

	.cap1 {
		text-align:center;
		color:#006000;
		word-break:break-all;
	}

/* 16. 키워드 스타일 */

	.key1 {
		cursor:pointer;
		text-decoration:none;
		border-bottom: 1px solid gray;
		color:#177FCD;
	}

/* 16. 카테고리 옆 개수 스타일 */

	.c_cnt {
		font-size:7pt;
		font-family:verdana;
	}

/* 17. 최신글 옆 개수 스타일 */

	.ps_cnt {
		font-size:7pt;
		font-family:verdana;
	}

/* 18. 컨텐츠영역 태그 타이틀 표현  */

	.post_tagtxt {
		display : inline;
	}

	A.tag:link { color:#177FCD; text-decoration:underline; }
	A.tag:visited { color:#177FCD; text-decoration:none; }
	A.tag:hover { color:#177FCD; text-decoration:underline; }

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */

	.l1 {
		color: #008000;
		font-size:12px;
		/* font-weight: ; */
		font-family: 돋움;
	}

	.h3 {
		font-family: 돋움;
		color:#202020;
		padding:20 0 5 10;
		font-size:10pt;
		font-weight:bold;
	}

	.h4 {
		font-size:7pt;
		font-family: verdana, 돋움;
	}
	.h5 {
		font-family: 돋움;
		color:#1c1c1c;
		padding:0 0 5 10;
		font-size:10pt;
		font-weight:bold;
	}

	.box1 {
		background-color:#FAFAFA;
		border-style:solid;
		border-width:1px;
		border-color:#C0C0C0;
		margin-top:5px;
	}

	.rp_rep {
		font-family:돋움;
		color:#606060;
		font-size:9pt;
		line-height:11px;
		padding-bottom:7px;
	}

	.ib01 {
		width:14px;
		height:14px;
	}

	.l3 {
		font-size:10px;
		font-family:verdana;
	}

	.l2 {
		font-size:12px;
		font-family:돋움;
		font-color:#3C3C3C;
	}

	.search { 
		border:solid 1px #CCCCCC; 
		font-size:10pt; 
		color:#555555; 
		background-color:#FFFFFF; 
	}
-->

