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

/* 1. 본문 전체  */

	body,td {
	  color: #b0b0b0;
		font-size: 9pt;
		font-family: 굴림;
		padding:0px;
		line-height:150%;
	}

/* 2. 기본 링크 */
	A:link { color: #ffffff; text-decoration:none; }
	A:visited { color: #ffffff; text-decoration:none; }
	A:hover { text-decoration:underline; }

/* 3. 이미지 */

	img {
		border-width:0px;
	}

/* 4. 이미지 버튼 */

	.ib {
		cursor:pointer;
	}

/* 5. 입력 텍스트 */

	.text {
		color:#ffffff;
		background-color:#404040;
		font-family: 굴림;
		font-size:9pt;
		padding-top:2px;
		border:0px;
	}

/* 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: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:#CC0000;
		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;
	}

	A.cal_click:visited {
		font-weight:bold;
	}

	A.cal_click:hover {
		font-weight:bold;
	}

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

	.cap1 {
		text-align:center;
		color:#ffffff;
		word-break:break-all;
		text-decoration:underline;
	}

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

	.key1 {
		cursor:pointer;
		text-decoration:none;
		border-bottom: 1px solid gray;
		color:#308FC9;
	}

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

	.c_cnt {
		font-size:8pt;
		font-family:verdana;
	}

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

	.ps_cnt {
		font-size:7pt;
		font-family:verdana;
	}

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

	.l1 {
		color: #308FC9;
		font-size:13px;
		font-weight: bold;
		font-family:verdana, 굴림;
	}

	.h3 {
		color:#202020;
		padding:30 0 5 0;
		font-size:10pt;
		font-weight:bold;
	}

	.h4 {
		font-size:7pt;
		font-family: verdana, 굴림;
	}

	.box1 {
		background-color:#505050;
		border-style:solid;
		border-width:1px;
		border-color:#333333;
		margin-top:5px;
		color:#b0b0b0;
	}
	.box2 {
		border-style:solid;
		border-width:1px;
		border-color:#333333;
		margin-top:5px;
	}

	.rp_rep {
		color:#606060;
		font-size:8pt;
		line-height:11px;
		padding-bottom:7px;
	}

	.ib01 {
		width:14px;
		height:14px;
	}

	.l3 {
		font-size:10px;
		font-family:tahoma;
	}

        .text2 {
                color:#000000;
                background-color:#ffffff;
                font-family: 굴림;
                font-size:9pt;
                padding-top:2px;
                border:0px;
        }

