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

/* 1. 본문 전체  */
	body, table, td, input, textarea {
		font:13px 나눔고딕;
		color:#000; 
		margin:0px;
		line-height:140%;
}
/* 2. 기본 링크 */
	a:link, a:visited { color : #C49182; text-decoration: none; }
	a:hover { color : #AF5856;}

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

/* 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: 11px;
	font-weight:bold;
	color: #FFFFCC;
	background-color: #B8AA92;
}
	#sidebar .cal_day4 a.cal_click:link, #sidebar .cal_day4 a.cal_click:visited{
	color: #645F5A;
}

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

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

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

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

/* 19. 최신글 옆 개수 스타일 */
	.ps_cnt {
	font:10px 나눔고딕;
	color : #AD966B;
}

/* 본문 - more / less */
    .moreless_fold          { background:url(images/iconMore.gif) top left no-repeat;  padding-left:30px; color:#CB7C7C;}
    .moreless_top           { background:url(images/iconLess.gif) top left no-repeat;  padding-left:30px; color:#993333;}
    .moreless_body          { }
    .moreless_bottom        { background:url(images/iconLess.gif) top right no-repeat;  padding-right:30px; color:#993333; text-align:right;}

/* 그림 */
    .imageblock             {padding-bottom: 7px; }

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

/* body 설정 */
body {
	margin:20px;
	background: #D8D4C6 url(images/a1.jpg) fixed;
}

/* container 설정 */
#container {
	width:980px;
	margin:auto;
	text-align: left;
	height: 25px;
    }

/* header 설정 */
#header {
	margin-right: 0px;
}
h1, h2, h3, h4 {
	margin: 0px;
}
.blog_title {
        font : verdana;
        font-size : 23px;
        font-color : #ccc;
        font-weight : bold;
	letter-spacing: 1px;
	padding-left: 20px;
}
.blog_title a {
color : #fff;
}
.blog_info {
	font-family:나눔고딕;
	font-size:11px;
	color:#ffffff;
	padding-left: 21px;
	float: left;
}

/* 블로그 메뉴 설정 */
.top_menu {
	font-size:9px;
	color: #968B65;
	float: right;
	margin-top: 14px;
}
.top_menu a:link, .top_menu a:visited {
	color: #f5f5f5;
        font-weight: bold; 
        font-size : 11px; 
	padding-right: 4px;
	padding-left: 4px;
        letter-spacing: -1px;
	
}
.top_menu a:hover {
	
	text-decoration: none;
	color: #D4D4D4;
}
.top_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.top_menu li {
	display: inline;
	margin-bottom: 6px;
	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-guestbook .guestbook a:link, #tt-body-guestbook .guestbook a:visited,
#tt-body-keylog .keylog a:link, #tt-body-keylog .keylog a:visited
{
	color: #f5f5f5;
	
 }

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

.post a:hover {
        color: #D4D4D4;
}




/* Side 설정 */
#sidebar {padding-top: 4px;
	float:right;
	width:210px;
	overflow:hidden;
	clear: both;
}
/* ***** sidebar 사이드바 ***** */


#sidebar .side_item		       {
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background: #FFFFFF url(images/bg_e.gif) repeat-x left top;
	padding: 15px;
}

#sidebar a:link          { color:#000;  text-decoration:none;}
#sidebar a:visited       { color:#000;  text-decoration:none;}
#sidebar a:hover         { color:#BE5A5A; text-decoration:none;}
#sidebar a:active        { color:#006699;  text-decoration:none;}


#sidebar ul	{ 

	list-style:none;
}
	
#sidebar li	{ 
	padding-left:0px;
}

#sidebar h3	{
	cursor:pointer;
	font-family:나눔고딕;
	font-size:11px;
	font-weight:bold;
	color:#C49182;
	margin-top: 10px;
	border-bottom-width: 1px;
	
	border-bottom-color: #006666;
	margin-bottom: 5px;
}

#sidebar .item_title            { font-family:나눔고딕; font-size:11px;  font-weight:bold; color:#999966; margin-bottom:35px;}

#sidebar .cnt                  {
	color:#999966;
	font-family: 나눔고딕;
	font-size: 11px;
}

#sidebar .date                 { font:11px 나눔고딕;  color:#7A9FA5;}
#sidebar .name                 { font:11px 나눔고딕;  color:#7A9FA5;}
#sidebar .blogImage img        {
	width:100%;
}
#sidebar .notice               { margin-top:10px; padding:0;}
#sidebar .notice li            { margin:0px; padding:0px; padding-bottom:1px; background:none;}
#sidebar .notice a:link,
#sidebar .notice a:visited     { background:url(images/iconNotice.gif) 0 0 no-repeat; padding:2px 0 5px 19px;}
#sidebar .notice a:hover       { background:url(images/iconNotice_on.gif) 0 0 no-repeat; padding:2px 0 5px 19px;}

#sidebar .category             { margin-top:10px;  margin-bottom:0px;background:none;}
#sidebar .category h3          { margin-bottom:10px;}
#sidebar .category li          { background:none;}
#sidebar .category li ul li    { background:url(images/bul.gif) 0 6px no-repeat;  padding-left:10px;}
#sidebar .category li ul li ul li { background:none; border-left:1px dotted #ccc; padding-left:6px; margin-left:2px;}
#sidebar .category li ul li ul li a{ color:#999;}

/* 카테고리 - 이미지 버튼 */
    .ib                     { font-size:12px: 나눔고딕; cursor:pointer;}
/* 카테고리 - 트리 셀 */
    .branch3                { padding-left:1px; font-size:11px; cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
    .c_cnt                  { font:10px 나눔고딕; color:#7A9FA5;}

/* 달력 */

#sidebar .calendar             { margin-top:10px;}
#sidebar #calendar_box		   { background-color: }
#sidebar .calendar_box_d       { font:11px 나눔고딕; padding:0px 5px 0px 0px;}

/* 달력 월 표시 */
	.cal_month { font-size:100%; height:20px; font-weight:bold; font-family:나눔고딕; text-align:center; color:#e1cdbd; }
/* 달력 요일 표시 */
	.cal_week1 {font-size:100%; font-weight:bold; font-family:나눔고딕; height:15px; text-align:center; color: #aaaaaa}
/* 달력 일요일 표시 */
	.cal_week2 {font-size:100%; font-weight:bold; font-family:나눔고딕; color: #D26E6E; text-align:center;}
/* 달력 지난 달 날짜 표시 */
	.cal_day1 {	font-size:100%; font-family:나눔고딕; color:#000; text-align:center;}
/* 달력 다음 달 날짜 표시 */
	.cal_day2 {font-size:100%; font-family:나눔고딕; color: #000; text-align:center;}
/* 달력 이번 달 날짜 표시 */
	.cal_day3 {	font-size:100%;  font-family:나눔고딕;   text-align:center; color: #aaaaaa}
/* 달력 오늘 날짜 표시 */
	.cal_day4 {	font-size:100%; font-family:나눔고딕; text-decoration:underline; text-align:center; color: #cccccc; background-color: #f2f2f2; }
/* 달력 글쓴 날 링크 스타일 */
a.cal_click{ font-weight:bold; color:#778C4B;}
a.cal_click:link { color:#B80D0D; text-align:center;}
a.cal_click:visited {	color:#B80D0D;	 text-align:center;}
a.cal_click:hover {	color : #fff;	 text-align:center;}


#sidebar .tagbox               { margin-top:5px;}
#sidebar .tagbox ul            { text-align:justify;}
#sidebar .tagbox li            { background:none;  display:inline;}
#sidebar .tagbox a             { letter-spacing:-1px;}	


#sidebar .recentComment        {
	margin-top:10px;
}

#sidebar .recentTrackback     	 { margin-top:10px;}
#sidebar .link                	 { margin-top:10px;}
#sidebar .link  li           	 { }
#sidebar .yag                	 { margin-top:10px;}


#sidebar .counter              {
	background:url(images/bg_counter.gif) no-repeat #fff;
	text-align:right;
	font:0.85em/1.8em 나눔고딕;
	font-weight:bold;
	margin-top: 10px;
}
#sidebar .counter dl { padding:3px 0; margin:0;}
#sidebar .counter dt { display:none;}
#sidebar .counter .today { color:#999966;}


#sidebar .copyright {
	font:0.75em/1.8em 나눔고딕;
	text-align: right;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
	}

/* 검색 모듈 */
.searchForm .sInput {
	background-color:#FFFFFF;
	width:100px;
	height:14px;
	border: 1px solid #C7D3B0;
	padding-left: 5px;
	}
	
/* 검색 버튼 */
.searchForm .searchSubmit {
	margin-left:3px;
	width:50px;
	height:18px;
	border:1px solid #C7D3B0;
	background-color: #FFFFFF;
	}
/* 컨텐츠 설정 */
 #content {
	float:left;
	width:760px;
        overflow:hidden;
}

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

/* 라운드 박스 - ncloud님 */
		.c_table { width:100%; }
		.c_table_lefttop {width:8px; height:8px; background-image: url(./images/contentbg_lefttop.gif); background-repeat:no-repeat;}
		.c_table_top {height:8px; background-image: url(./images/contentbg_top.gif); background-repeat:repeat-x;}
		.c_table_righttop {width:8px; height:8px;  background-image: url(./images/contentbg_righttop.gif); background-repeat:no-repeat;}
		.c_table_left {width:8px;background-image: url(./images/contentbg_left.gif); background-repeat:repeat-y;}
		.c_table_main {
	background: #FFFFFF url(images/bg_e.gif) repeat-x left top;
   
	vertical-align:top;
	padding: 15px 10px;
	overflow: hidden;
}
		.c_table_right {width:8px;background-image: url(./images/contentbg_right.gif); background-repeat:repeat-y;}
		.c_table_leftbottom {width:8px; height:8px; background-image: url(./images/contentbg_leftbottom.gif); background-repeat:no-repeat;}
		.c_table_bottom {height:8px;  background-image: url(./images/contentbg_bottom.gif); background-repeat:repeat-x;}
		.c_table_rightbottom {width:8px; height:8px; background-image: url(./images/contentbg_rightbottom.gif); background-repeat:no-repeat;}


/* ***** ROUND BOX *** */

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

.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;} 



/* 컨텐츠 내용 설정*/
.article {
        font-size : 10pt;
	line-height:180%;
	padding: 20px 10px;
	word-break:break-all;
	text-align: justify;
	clear: both;
	margin-top: 4px;
}
.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:#C17E75
}	
.article a:hover{ 
	color:#AF5856
}	
.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 나눔고딕;
	color: #83796C;
	text-align: right;
}
.list_box .date, .rplist_box .date, .list_box .notice_date, .rplist_box .notice_date {
	color: #83796C;
}
.cnt { 
	font:10px 나눔고딕; 
}

/* 이름 설정*/
.name {
	font:bold 12px 나눔고딕;
	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 10px 나눔고딕;
	color:#777;
	letter-spacing:-1px;


}
.opt a:link, .opt a:visited { color:#777; text-decoration:none;}
.opt a:hover{ color:#D26E6E; 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:99%;
	border:1px solid #ddd;
	clear: both;
}
.form_submit {
	font:11px 나눔고딕;
	color:#444;
	margin-top:4px;
	border:1px solid #D0CCBB;
	background-color:#E7E3DA;
	height:25px;
	width:99%;
	cursor: pointer;
}

/* 태그 설정*/
.tag_cloud {
	line-height:24px;
	text-align: justify;
	margin: 20px;
	}	
.tag_cloud .cloud1 {
	font-weight:bold;
  	font-size : 20px;
	color : #B86565;
    }
.tag_cloud .cloud2 {
	font-weight:bold;	
	font-size : 18px;
        color : #657700;
    }
.tag_cloud .cloud3 {
	font-weight:bold;	
  	font-size : 16px;
  	color : #668CB7;
    }
.tag_cloud .cloud4 {
  	font-size : 14px;
  	color : #84604E;
    }
.tag_cloud .cloud5 {
	font-size : 12px;
  	color : #777;
    }	
.tag_cloud a:hover {
	background-color:#f5f5f5;
    }	

.tag_cloud li {
	display: inline;
}

/* title, info 설정, 관리자 */
.head_title {
	color:#000000;
	word-spacing:4px;
	padding: 2px 0px 0px 12px;
	font: bold 14px "나눔고딕";
	margin-left: 4px;
	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: #666;
}

/* 포스팅 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;
	margin: 0px 4px 6px;
	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;
}
.info a:link, .info a:visited {color:#999; font-weight:bold; text-decoration:none;}
.owner a:link, .owner a:visited {color:#666;  text-decoration:none;}
.info a:hover, .owner a:hover{color:#D26E6E; text-decoration:none;}

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

.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:#D26E6E; 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:#D26E6E; 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:#A2A2A2; text-decoration:none;}


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

/* 엔트리 설정*/
.tag_box {
	font :8pt 나눔고딕;
	background:url('images/tag.gif') no-repeat left;
	float: left;
	padding-left: 50px;
	padding-top: 3px;
}
.tag_box a:link, .tag_box a:visited { color:#999; font-weight:bold; text-decoration:none;}
.tag_box a:hover{ color:#D26E6E; text-decoration:none;}

/* 트랙백, 코멘트 버튼 설정*/
.tb_cmt_btn {
	font:11px 나눔고딕;
	color:#369;
	text-align:right;
	float: right;
}
.tb_cmt_btn a:link, .tb_cmt_btn a:visited { color:#999; font-weight:bold; text-decoration:none;}
.tb_cmt_btn a:hover{ color:#D26E6E; text-decoration:none;}

/* 트랙백 설정*/
.tb_box {
	padding-left:6px;
	padding-right:6px;
	background-color:#FAFAFA;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.tb_address {
	font: 11px 나눔고딕;
	color:#666;
	text-align:center;
	padding:12px;
	clear: both;
	background: #FBFAF9;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 8px;
}
.tb_list_box {
	padding:10px;
	border-top:1px dashed #ccc;
}
.tb_name {
	font:11px 나눔고딕;
	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_form_box { 
		font:11px 나눔고딕;
		color:#555;
		padding:10px;
		background-color:#FBFAF9;
		margin-bottom:20px;
    border-bottom:1px solid #eee;
}
.cmt_box {
		border-top:1px solid #eee;
}
.secret {
	margin-top: -19px;
	position: absolute;
	margin-left: 540px;
}

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

/* 페이징 */
.paging{
	font:11px: 나눔고딕;
	color:#999;
	padding-top:16px;
	text-align:center;
        font-weight:bold;
}
.paging a:link, .paging a:visited { color:#999; text-decoration:none;  font-weight:bold;}
.paging a:hover { color:#f5f5f5; text-decoration:none;  font-weight:bold;}
.paging .selected {color:#fff; font-weight:bold;}

/* 푸터 설정 */
#footer {
	font-size: 10px;
	color: #999;
	text-align: center;
	margin-top: 4px;
	padding-bottom: 10px;
	clear: left;
	width: 100%;
}
#footer a {
	color: #999;
	font-weight: bold;
}
#footer a:hover {color: #f5f5f5; text-decoration:none;}

