@charset "utf-8";

* {
	margin:0;
	padding:0;
	border:0;
	font-family:돋움, Dotum, AppleGothic, sans-serif;
}

body {
	background-color:/*@background-color*/#fff/*@*/;
	background-image:/*@background-image*/url(images/bg.jpg)/*@*/;
	background-repeat:/*@background-image-repeat*/repeat/*@*/;
	background-position:/*@background-image-position*/ /*@*/;
	font-size:12px;
}

a {
	text-decoration:none;
	color:#333;
}

a:hover {
	text-decoration:underline;
}


/* 페이징 - 현재 페이지 */
#paging span.selected {
	color:#35b74c;
}

#paging .no-more-prev, 
#paging .no-more-prev a {
	padding-left:6px;
	color:#7c7c7c;
	font-weight:bold;
}

#paging .no-more-next,
#paging .no-more-next a {
	padding-right:6px;
	color:#7c7c7c;
	font-weight:bold;
}


/* 카테고리 - 이미지 버튼 */
.ib {
	cursor:pointer;
}

/* 카테고리 - 트리 셀 */
.branch3 {
	cursor:pointer;
}

/* 카테고리 - 카테고리 옆 개수 스타일 */
.c_cnt {
	color:#97212F;
}


/* 달력 월 표시 */
.cal_month {
	font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;
	height:18px;
}

/* 달력 요일 표시(th 영역) */
.cal_week1 {
	font:0.95em Dotum, Arial, sans-serif;
	height:18px;
	font-weight:normal;
}

/* 달력 일요일 표시(th 영역) */
.cal_week2 {
	font:0.95em Dotum, Arial, sans-serif;
}

/* 달력 Week(tr 영역) */
.cal_week {}

.cal_current_week {}

/* 달력 Day(td 영역) */
#calendar .cal_day {
	color:#B4B4B4;
	font:10px/15px verdana;
	text-align:left;
}

/* 달력 Day, 일요일 (td 영역) */
#calendar .cal_day_sunday {
	color:#D3BB91;
	font-weight:bold;
}

#calendar .cal_day_sunday a {
	color:#D3BB91;
	font-weight:bold;
	text-decoration:underline;
}

/* 달력 지난 달 날짜 표시(td)  */
.cal_day1 {
	display:none;
	color:#ccc;
}

/* 달력 다음 달 날짜 표시(td)  */
.cal_day2 {
	color:#ccc;
}

/* 달력 이번 달 날짜 표시(td) */
.cal_day3 {
	color:#666;
}

/* 달력 오늘 날짜 표시(td) */
#calendar .tt-calendar td.cal_day4 {
	color:#97212F;
	font-weight:bold;
}

#calendar .tt-calendar td.cal_day4	a {}

/* 달력 글쓴 날 링크 스타일 */
	a.cal_click {
	text-decoration:underline;
}

	a.cal_click:visited {
	text-decoration:underline;
}

	a.cal_click:hover {
	text-decoration:underline;
}


/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_general {padding-left:5px;}

.rp_secret {
	color:#f30;
	padding-left:5px;
}

/* 종류별 방명록 글 [##_guest_rep_class_##] */
.guest_general {padding-left:5px;}

/* 비밀 댓글 */
.hiddenComment {
	background:url(images/iconSecret.gif) no-repeat;
	font-weight:normal;
}


/* 이미지 아래 캡션 스타일 */
.cap1 {
	color:#999;
	text-align:center;
	padding:4px 0;
	margin:0;
}

/* 그림 */
.imageblock {
	margin:5px 0;
}

/* 왼쪽 */
.left {}

/* 가운데 */
.center {}

/* 오른쪽 */
.right {}

/* 그림 2개 배치 */
.dual {
	margin-bottom:5px;
}

/* 그림 3개 배치 */
.triple {
	margin-bottom:5px;
}


/* 본문 - more / less */
.moreless_fold,
.moreless_top,
.moreless_bottom {
	width:/*@post-width*/650px/*@*/;
	color:#404040;
	font:11px dotum;
}

.moreless_fold {
	height:22px;
	padding-top:5px;
}

.moreless_fold span {
	padding:4px 0 0 90px;
	background:url(images/iconMore.gif) no-repeat left top;
	display:block;
	height:27px;
}

.moreless_top {
	height:18px;
	padding-top:5px;
}

.moreless_top span {
	background:url(images/iconLess.gif) no-repeat left top;
	padding:4px 0 0 58px;
	display:block;
	height:23px;
}

.moreless_content {
	margin:10px 0;
}

.moreless_bottom {
	height:20px;
	padding-top:3px;
}

.moreless_bottom span {
	background:url(images/iconLess.gif) no-repeat left top;
	padding:4px 0 0 58px;
	display:block;
	height:23px;
}


/* 키워드 */
.key1 {
	cursor: pointer;
	border-bottom: 1px dotted #ccc;
}

hr {
	display:none;
}

img {
	border:0;
}

/* 태그 */
#taglog ul,
#tagbox ul {
	text-align:justify;
}

#counter li,
#blogMenu li,
#tagbox li,
#taglog li {
	display:inline;
}

#blogMenu li,
#sidebar li,
#searchList li,
#searchRplist li,
#guestList li,
.trackback li,
.keylog li,
.commentList li {
	list-style-type:none;
}

/* 포스트 본문 마크업 */
.article ol,
.article ul,
.article il {
	padding-left:25px;
}

.article dt {
	padding-top:5px;
	text-decoration:underline;
}

.article dd {
	padding-left:25px;
	padding-bottom:5px;
}

.dual table td,
.triple table td {
	background-color:transparent;
}

.author {
	clear:both;
}


/* 블로그 레이아웃 */
#container {
	width:/*@post-width:330*/980px/*@*/;
	margin:0 auto;
}

#content {
	float:left;
	width:/*@post-width*/650px/*@*/;
	overflow:hidden;
	word-break:break-all;
}

#sidebar {
	float:right;
	width:290px;
	overflow:hidden;
	word-break:break-all;
	padding-top:10px;
}

#footer {
	clear:both;
}

/* 해더 */
#header {
	background-color:/*@title-background-color*/ /*@*/;
	background-image:/*@title-background-image*/ /*@*/;
	background-repeat:/*@title-background-image-repeat*/ /*@*/;
	background-position:/*@title-background-image-position*/ /*@*/;
}

#header h1 a {
	background-color:/*@title-background-color*/ /*@*/;
	color:/*@title-color*/#060606/*@*/;
	font-weight:normal;
	font-size:/*@title-font-size*/25px/*@*/;
	font-family:/*@title-font-family*/dotum, verdana/*@*/;
	letter-spacing:-1px;
}


/* 메뉴 */
#blogMenu {
	height:32px;
	margin-bottom:29px;
	background-repeat:no-repeat;
}

#blogMenu ul li {
	float:left;
}

#blogMenu a {
	height:32px;
	margin-right:22px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
	position:relative;
}

.tab_home a {
	width:60px;
	background-image:url(images/tab_home.png);
}

.tab_tag a {
	width:45px;
	background-image:url(images/tab_tag.png);
}

.tab_media a {
	width:74px;
	background-image:url(images/tab_media.png);
}

.tab_key a {
	width:70px;
	background-image:url(images/tab_key.png);
}

.tab_location a {
	width:87px;
	background-image:url(images/tab_location.png);
}

.tab_guestbook a {
	width:67px;
	background-image:url(images/tab_guestbook.png);
}

.tab_admin a {
	width:58px;
	margin-left:28px;
	background-image:url(images/tab_admin.png);
}

.tab_write a {
	width:48px;
	margin-left:28px;
	background-image:url(images/tab_write.png);
}

#tt-body-page .tab_home a {
	background-image:url(images/tab_home_on.png);
}

#tt-body-tag .tab_tag a {
	background-image:url(images/tab_tag_on.png);
}

#tt-body-media .tab_media a {
	background-image:url(images/tab_media_on.png);
}

#tt-body-keylog .tab_key a {
	background-image:url(images/tab_key_on.png);
}

#tt-body-location .tab_location a {
	background-image:url(images/tab_location_on.png);
}

#tt-body-guestbook .tab_guestbook a {
	background-image:url(images/tab_guestbook_on.png);
}

/* 컨텐츠 */
/* 지역로그 */
#localog h3 {
	padding-top:19px;
	padding-bottom:25px;
	background:url(images/line.gif) no-repeat 0 0;
}

#localog h3 span {
	display:block;
	width:122px;
	height:23px;
	background:url(images/title_location.png) no-repeat;
	text-indent:-1000px;
	overflow:hidden;
}

#localog .spot {
	height:20px;
	padding-left:17px;
	background:url(images/iconIndentArrow_local.png) no-repeat;
	color:#636363;
	font:12px/20px dotum, sans-serif;
}

#localog .info {
	height:20px;
	padding-left:12px;
	background:url(images/iconIndentArrow_localinfo.png) no-repeat;
}

#localog .info a {
	color:#97212F;
	font:12px/20px dotum, sans-serif;
}

/* 태그로그 */
#taglog h3 {
	padding-top:19px;
	padding-bottom:14px;
	background:url(images/line.gif) no-repeat 0 0;
}

#taglog h3 span {
	display:block;
	width:52px;
	height:31px;
	background:url(images/title_tag.png) no-repeat;
	text-indent:-1000px;
	overflow:hidden;
}

#taglog li {
	font:12px/25px dotum;
	vertical-align:middle;
}

#taglog li .cloud1 {
	background-color:#97212F;
	color:#FAF9F9 !important;
	font-weight:bold;
	font-size:15px;
}

#taglog li .cloud2 {
	color:#97212F;
	font-weight:bold;
	font-size:15px;
}

#taglog li .cloud3 {
	background-color:#636363;
	color:#F4F4F5;
	font-weight:bold;
}

#taglog li .cloud4 {
	color:#636363;
	font-weight:bold;
}

#taglog li .cloud5 {
	color:#999;
}

/* 방명록&댓글 */
#guestbook h3 {
	padding-top:19px;
	padding-bottom:21px;
	/* background:url(images/line.gif) no-repeat 0 0; */
}

#guestbook h3 span {
	display:block;
	width:90px;
	height:31px;
	background:url(images/title_guestbook.png) no-repeat;
	text-indent:-1000px;
	overflow:hidden;
}

/* 방명록&댓글 쓰기 */
.commentWrite {
	padding-bottom:20px;
}

#guestWrite .write-wrap textarea,
.commentWrite .write-wrap textarea {
	width:98%;
	margin-top:10px;
}

#guestWrite .info-write,
.commentWrite .info-write {
	width:628px;
	height:22px;
	border-bottom:1px solid #D5D5D5;
}


#guestWrite input,
#guestWrite label {
	vertical-align:middle;
}


#guestWrite .name input.text,
.commentWrite .name input.text {
	width:90px;
}

#guestWrite .password input.text,
.commentWrite .password input.text {
	width:91px;
}

#guestWrite .homepage input.text,
.commentWrite .homepage input.text {
	width:/*@post-width:-305*/345px/*@*/;
}


#guestWrite .info-write label,
.commentWrite .info-write label {
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-position:0 4px;
	font-size:18px;
	line-height:18px;
	text-indent:-5000px;
	overflow:hidden;
}

#guestWrite .info-write input,
.commentWrite .info-write input {
	float:left;
}

#guestWrite .name label,
.commentWrite .name label {
	width:34px;
	margin-right:5px;
	background-image:url(images/txt_name.png);
}

#guestWrite .password label,
.commentWrite .password label {
	width:20px;
	margin:0 5px;
	background-image:url(images/txt_password.png);
}

#guestWrite .homepage label,
.commentWrite .homepage label {
	width:23px;
	margin:0 5px;
	background-image:url(images/txt_homepage.png);
}

.secretWrap {
	height:21px;
	padding-top:2px;
}

.secretWrap label {
	padding-left:42px;
	background:url(images/txt_secret.gif) no-repeat 0 4px;
}

.secretWrap label span {
	display:none;
}

input.text {
	height:18px;
	background-color:transparent;
	color:#222;
	line-height:14px;
}

textarea {
	width:/*@post-width:-32*/618px/*@*/;
	height:76px;
	padding:5px;
	background-color:#fafafa;
	color:#222;
	font-size:11px;
	border:1px solid #e0e0e0;
}

p.button {
	margin-top:4px;
	text-align:right;
}

p.button input.submit {
	width:50px;
	height:22px;
	background:url("./images/btn_write.gif") no-repeat;
	text-indent:-5000px;
	vertical-align:top;
	overflow:hidden;
	cursor:pointer;
	margin:3px;
}

/* 방명록&댓글 읽기 */
#guestList {
	padding-top:20px;
}

#guestList .floatWrapper {
	width:/*@post-width*/650px/*@*/;
}

.commentList .floatWrapper {
	width:/*@post-width*/640px/*@*/;
}

#guestList li,
.commentList li {
	padding-top:8px;
	border-bottom:1px solid #e0e0e0;
}

#guestList li li,
.commentList li li {border:0;}

#guestList li,
.commentList li,
#guestList li a,
.commentList li a {
	font-family:dotum;
	font-size:11px;
	line-height:19px;
}

#guestList .name,
.commentList .name,
#guestList .name a,
.commentList .name a {
	color:#7c7c7c;
	font-weight:bold;
	font-size:12px;
}

#guestList .date,
.commentList .date {
	color:#989898;
}

#guestList p,
.commentList p {
	padding-bottom:10px;
	color:#7c7c7c;
	font-size:12px;
}

#guestList ul li .floatWrapper,
.commentList ul li .floatWrapper {
	width:/*@post-width:-22*/628px/*@*/;
}

#guestList ul li,
.commentList ul li {
	width:/*@post-width:-22*/628px/*@*/;
	padding-left:22px;
	background:url(images/bg_depth.gif) no-repeat 5px 3px;
}

.control {
	float:right;
}

.control a {
	display:block;
	float:right;
	height:14px;
	font-size:14px;
	line-height:14px;
	text-decoration:none;
	text-indent:-5000px;
	overflow:hidden;
}

.control a.modify {
	width:27px;
	background:url(images/iconModify.gif) no-repeat;
}

.control a.write {
	width:26px;
	padding:0 10px 0 5px;
	background:url(images/iconWrite.gif) no-repeat;
}

/* 검색결과 */
#searchList,
#searchRplist {
	/* background:url(images/line.gif) repeat-x left top; */
	padding-top:6px;
	padding-bottom:3px;
}

#searchList h3,
#searchRplist h3 {
	width:/*@post-width:-10*/640px/*@*/;
	height:17px;
	margin-bottom:7px;
	padding-top:4px;
	padding-left:10px;
	/* background:url(images/bg_actionTrail.png) no-repeat right top; */
	/* color:#97212F; */
	font:14px dotum;
}

#searchList li { clear:both; padding-top:2px; }
#searchRplist li {
	clear:both;
	width:/*@post-width*/650px/*@*/;
	padding-top:2px;
}

#searchList li,
#searchRplist li,
#searchList li a ,
#searchRplist li a {
	color:#636363;
	font:14px/16px dotum;
	height:16px;
}

#searchList li a ,
#searchRplist li a {
	display:block;
	height:16px;
	padding-top:2px;
	padding-left:23px;
	background:url(images/iconList.png) no-repeat;
}

#searchList li a:visited ,
#searchRplist li a:visited {
	background:url(images/iconChecked.png) no-repeat;
}

#searchList li a ,
#searchRplist li a,
#searchList .cnt,
#searchRplist .cnt,
#searchList .name,
#searchRplist .name {
	float:left;
}

#searchList .date,
#searchRplist .date {
	float:right;
}

/* 보호글 */
.entryProtected p.floatWrapper {
	padding-top:10px;
	padding-bottom:24px;
}

.entryProtected label,
.entryProtected input {
	float:left;
	vertical-align:middle;
}

.entryProtected label {
	display:block;
	width:60px;
	height:18px;
	background:url(images/txt_protected.png) no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}

.entryProtected input.text {
	height:18px;
	margin-right:5px;
	border:1px solid #DFE0E0;
	background-color:#fff;
	color:#222;
}

.entryProtected input.submit {
	width:67px;
	height:25px;
	background:url(images/btn_confirm.png) no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}

/* 포스트 타이틀영역 */
.month-01,
.month-02,
.month-03,
.month-04,
.month-05,
.month-06,
.month-07,
.month-08,
.month-09,
.month-10,
.month-11,
.month-12 {
	width:43px;
	height:15px;
	background-repeat:no-repeat;
}

.month-01 {
	background-image:url(./images/month01.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month01.png', sizingMethod='crop');
}

.month-02 {
	background-image:url(./images/month02.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month02.png', sizingMethod='crop');

}

.month-03 {
	background-image:url(./images/month03.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month03.png', sizingMethod='crop');

}

.month-04 {
	background-image:url(./images/month04.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month04.png', sizingMethod='crop');

}

.month-05 {
	background-image:url(./images/month05.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month05.png', sizingMethod='crop');

}

.month-06 {
	background-image:url(./images/month06.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month06.png', sizingMethod='crop');

}

.month-07 {
	background-image:url(./images/month07.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month07.png', sizingMethod='crop');
}

.month-08 {
	background-image:url(./images/month08.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month08.png', sizingMethod='crop');
}

.month-09 {
	background-image:url(./images/month09.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month09.png', sizingMethod='crop');
}

.month-10 {
	background-image:url(./images/month10.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month10.png', sizingMethod='crop');
}

.month-11 {
	background-image:url(./images/month11.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month11.png', sizingMethod='crop');
}

.month-12 {
	background-image:url(./images/month12.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cfs.tistory.com/blog/skin/tis_Transparent_White/images/month12.png', sizingMethod='crop');
}


/* 포스트 */
.titleWrap h2 a {
	color:/*@post-title-color*/#2e2e2e/*@*/;
	font-size:/*@post-title-font-size*/16px/*@*/;
	font-family:/*@post-title-font-family*/dotum/*@*/;
	line-height:26px;
}

.article {
	width:/*@post-width*/660px/*@*/;
	padding-top:27px;
	color:/*@post-body-color*/#636363/*@*/;
	font-size:/*@post-body-font-size*/12px/*@*/;
	font-family:/*@post-body-font-family*/dotum/*@*/;
	word-break:break-all;
	word-wrap:break-word;
	overflow:hidden;
}

.article a {
	color:#404040;
}

.author {
	padding:8px 0 4px 0;
	color:#B1B3A6;
	font:12px dotum;
	text-align:right;
	width:660px;
}


/* 포스트 타이틀영역 */
.titleWrap {
	width:/*@post-width*/660px/*@*/;
	padding-bottom:5px;
	border-bottom:2px solid #6ebd80;
}

.titleWrap .dateImg {
	float:left;
	width:66px;
	height:68px;
	margin-right:12px;
	background:url(./images/bg_date.png) no-repeat;
	color:#222;
	font:bold 23px/23px verdana;
	text-align:center;
}

.titleWrap .dateImg img {
	margin-top:11px;
}

.titleWrap .imgdate {
	display:none;	
}

.titleWrap .title-right {
	float:left;
	width:/*@post-width:-83*/567px/*@*/;
	padding-top:10px;
}

.titleWrap .category,
.titleWrap .category a {
	color:#636363;
	font:12px/18px dotum;
}

.titleWrap .admin,
.titleWrap .admin a {
	color:#999;
	font:11px/14px verdana;
}

.titleWrap .admin span,
.titleWrap .admin  span a {
	font:11px/14px dotum;
}

/* 이미지 */
.imageblock img {
	border:1px solid #000;
}


/* 인용문 */
.article blockquote {
	width:/*@post-width*/650px/*@*/;
	min-height:46px;
	_height:46px;
	margin:5px 0;
	padding-left:50px;
	background:url(images/iconBlockquote.png) no-repeat;
}

/* 태그 트레일 */
.tagTrail {
	width:658px;
	padding:9px 0;
	margin-top:30px;
	border:1px solid #e0e0e0;
}

.tagHead {
	display:block;
	float:left;
	width:25px;
	margin:0 12px;
	height:15px;
	background:url("./images/txt_tag.gif") no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}

.tagText {
	float:left;
	width:/*@post-width:-69*/566px/*@*/;
	padding-left:15px;
	border-left:1px solid #e0e0e0;
}

.tagText,
.tagText a {
	color:#7c7c7c;
	font:12px dotum;
	line-height:150%;
}


/* 액션 트레일 */
.actionTrail {
	margin-top:3px;
}

.actionTrail,
.actionTrail a,
.actionTrail a span {/* 폰트 지정시 필수 */
	color:#343434;
	font:bold 15px/15px dotum;
	padding-left:5px;
}

.actionTrail {
	width:/*@post-width*/648px/*@*/;
	height:21px;
	border:1px solid #e0e0e0;
	padding:5px;
}

.actionTrail .tb,
.actionTrail .rp {
	float:left;
	display:block;
	height:20px;
	background-repeat:no-repeat;
	margin-top:4px;
}

.actionTrail .tb {
	margin-left:8px;
	padding-left:45px;
	background-image:url(images/txt_trackback.gif);
}

.actionTrail .rp {
	margin-left:25px;
	padding-left:30px;
	background-image:url(images/txt_comment.gif);
}

.actionTrail .txt {
	display:none;
}

/* 트랙백 */
.trackback h3 {
	padding-top:7px;
	padding-bottom:6px;
}

.trackback h3 span {
	color:#636363;
	font:11px/11px dotum;
}

.trackback h3 span.txt {
	display:none;
}

.trackback ol li {
	padding-top:8px;
	border-top:1px solid #e0e0e0;
}

.trackback h4 {
	margin-right:40px;
	width:580px;
}

.trackback h4 a {
	color:#7c7c7c;
	font:bold 12px/19px dotum;
}

.trackback .date,
.trackback .from {
	color:#989898;
	font:11px/19px verdana;
}

.trackback .name {
	font-family:dotum;
}

.trackback p {
	padding-bottom:10px;
	color:#636363;
	font:11px/19px dotum;
}

.trackback a.delete {
	float:right;
	display:block;
	width:27px;
	height:11px;
	background:url(images/iconDelete.gif) no-repeat;
	text-indent:-5000px;
	overflow:hidden;
	padding-right:8px;
}

/* 페이지 */
#paging {
	margin-top:22px;
}

#paging a,
#paging a img {
	vertical-align:middle;
}

#paging .numbox a {
	padding-left:2px;
	padding-right:3px;
	color:#7c7c7c;
}

#paging {
	text-align:center;
}

#paging span,
#paging span a {
	color:#7c7c7c;
	font:12px "굴림", gulim, sans-serif;
}


/* 푸터 */
#footMenu,
#footMenu a {
	color:#222;
	font:11px verdana;
}

#copyright {
	padding-top:10px;
}

#copyright,
#copyright a {
	color:#B6B5B6;
	font:9px verdana;
}


/* 사이드바 */
#searchBox {
	padding:6px 6px 8px 7px;
	background:url("./images/bg_search.gif") no-repeat left top;
}

#searchBox img {
	vertical-align:middle;
}

#searchBox input.text {
	width:201px;
	height:18px;
	padding:2px;
	border:1px solid #c2c2c2;
	background-color:#fff;
	font:12px/17px;
	vertical-align:middle;
}

#searchBox input.submit {
	width:22px;
	height:21px;
	background:url(images/btn_search.gif) no-repeat;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
	vertical-align:middle;
}

#counter {
	padding-top:7px;
	padding-bottom:8px;
}

#counter li {
	margin-right:8px;
	color:#636363;
	font:11px verdana;
	text-transform:lowercase;
}

#counter li span {
	color:#97212F;
}

.bloger-top,
.bloger-mid,
.bloger-btm {
	width:290px;
}

.bloger-top,
.bloger-btm {
	height:3px;
	font-size:0;
	background-repeat:no-repeat;
}

.bloger-top {
	background-image:url(images/bloger_top.gif);
}

.bloger-mid {
	padding:10px 0;
	background:url(images/bloger_mid.gif) repeat-y;
}

.bloger-btm {
	background-image:url(images/bloger_btm.gif);
}

.bloger-left {
	float:left;
	width:128px;
	padding-left:15px;
}

#blogImage {
	float:right;
	padding-right:15px;
}

#blogImage img {
	width:120px;
}

#blogDesc {
	padding-bottom:15px;
	color:#636363;
	font:12px/18px dotum;
}

#userID {
	width:128px;
	padding-top:16px;
	background:url(images/iconBy.png) no-repeat;
	color:#999;
	font:12px/18px dotum;
}

/* 사이드바 타이틀 */
#sidebar .module_widget h3,
#sidebar .module_plugin h3 {
	margin:30px 0 5px;
	color:#222;
	font:bold 14px dotum;
}

h3.stit {
	text-indent:-5000px;
	overflow:hidden;
}

#archive h3 {
	width:74px;
	height:35px;
	background:url(images/stit_archive.png) no-repeat;
}

/* 사이드바 리스트 */
.sbar-list {
	
}

.sbar-list li,
.sbar-list li a,
#archive li,
#archive li a,
#sidebar .module_widget li,
#sidebar .module_widget li a,
#sidebar .module_plugin li,
#sidebar .module_plugin li a {
	color:#636363;
	font:12px/18px dotum;
}

.sbar-list li {
	padding:2px 0 2px 9px;
	width:282px;
	background:url("./images/bu_post.gif") no-repeat 1px 10px;
}

.sbar-list li .cnt,
#archive li .cnt {
	color:#97212F;
}

#archive li {
	float:left;
	display:block;
	width:96px;
	padding-bottom:2px;
}

.line-dot {
	width:290px;
	height:3px;
	background:url(images/line_dot.png) no-repeat;
	font-size:0;
}

/* 카테고리 */
/*1depth*/
#category ul {
	border-bottom:1px solid #d3e5d7;
}

#category ul li {
	border-top:1px solid #d3e5d7;
}

#category ul li a {
	display:block;
	padding:5px 0 5px 16px;
	color:#7c7c7c;
	font:12px/18px dotum;
	background:url("./images/bu_category.gif") no-repeat 1px center;
}

/*2depth*/
#category ul li ul {
	margin:0;
	border-bottom:0;
}

/*3depth*/
#category ul li ul li ul {
	margin:0;
	border-bottom:0;
}

#category ul li ul li ul li {
	border-top:0;
}

#category ul li ul li ul li a {
	display:block;
	width:162px;
	padding:1px 0 1px 18px;
	background:url("./images/bg_depth.gif") no-repeat 4px -3px;
}

/*태그박스*/
#tagbox {
	padding-top:27px;
	padding-bottom:13px;
}

#tagbox h3 {
	display:none;
}

#tagbox li,
#tagbox li a {
	color:#636363;
	font:12px/20px dotum, sans-serif;
}

#taglog li .cloud1,
#taglog li .cloud2 {
	color:#97212F;
}

#taglog li .cloud3,
#taglog li .cloud4 {
	font-weight:bold;
}


#tagbox li .cloud1,
#tagbox li .cloud2 {
	color:#97212F;
}

#tagbox li .cloud3,
#tagbox li .cloud4 {
	font-weight:bold;
}


/* 공지사항 */
#notice {
	margin-top:20px;
}


/* 글보관함 */
#archive {
	padding-bottom:24px;
}

/* 달력 */
#calendar {
	width:288px;
	margin-top:20px;
	padding:12px 0;
	border:1px solid #D0D0D0;
	background-color:#FAFAFA;
}

#calendar .caption {
	float:left;
	width:102px;
	margin-right:10px;
	background-color:#ECECEC;
}

#calendar .caption .this {
	display:block;
	height:43px;
	padding-top:24px;
	color:#2F2F2F;
	font:bold 20px/20px dotum;
	text-align:center;
}

#calendar .caption .prev {
	background:url(images/btn_prev.gif) no-repeat;
	padding:0 0 0 47px;
	font-size:15px;
	line-height:15px;
	text-decoration:none;
}

#calendar .caption .next {
	background:url(images/btn_next.gif) no-repeat;
	padding:0 0 0 45px;
	font-size:15px;
	line-height:15px;
	text-decoration:none;
}

#calendar .caption span {
	display:none;
}

#calendar .tt-calendar {
	float:left;
	width:170px;
}

#calendar .tt-calendar th,
#calendar .tt-calendar td,
#calendar .tt-calendar td a {
	color:#999;
	font:11px/13px dotum;
	text-align:center;
}

/* 배너 */
.banner {
	padding:17px 0;
}

#adTistory,
#btnRSS {
	display:block;
	float:left;
	text-indent:-5000px;
	overflow:hidden;
}

#adTistory {
	width:120px;
	height:17px;
	margin-left:1px;
	background:url(images/tistory.png) no-repeat 0 0;
}

#btnRSS {
	width:70px;
	height:13px;
	margin-top:5px;
	margin-left:15px;
	background:url(images/rss.png) no-repeat 0 0;
}

.floatWrapper {
	display: inline-block;
}

/* Override */

/* layout */
body {background:#fff url("images/bg_body.gif") repeat-x left top;}
#container {position:relative; width:980px; margin:0 auto;}
#header {height:1%; background:url("images/bg_header_bar.jpg") no-repeat left bottom;}
#contents {float:left; width:660px; padding-bottom:29px;}
#sidebar {float:right; width:290px; margin:1px 0 20px;}
#footer {clear:both; border-top:2px solid #adadad; text-align:center;}

/* header */
#header h1 {margin-bottom:1px;}
#header ul {overflow:hidden;}
#header li {float:left; height:42px; padding-left:2px; list-style:none; background:url("images/bg_blogmenu.gif") no-repeat left center;}
#header .blogmenu1 {background:none;}
#header .blogmenu7 {padding-left:0; background:none;}

/* header : viewer */
#header .viewer {clear:both; position:relative; margin-top:10px; height:400px; background:url("images/bg_viewer.gif") no-repeat left top;}
#header .viewer .article {position:absolute; overflow:hidden; padding-top:0;}
#header .viewer .article img {float:left;}
#header .viewer .big {width:616px; height:268px;}
#header .viewer .big h2 {margin:10px 0 5px; font-size:16px;}
#header .viewer .big .text {float:left; width:352px; height:268px; padding:0 15px; font-size:14px; line-height:1.3;}
#header .viewer .small {width:262px; height:76px; padding:3px; right:23px;}
#header .viewer .small h2 {margin:5px 0 3px; font-size:12px; letter-spacing:-1px;}
#header .viewer .small .text {float:left; width:156px; height:76px; padding:0 10px; line-height:1.3;}
#header .viewer .small.selected {background:url("images/bg_selected.gif") no-repeat left top;}
#header .viewer .area1 {left:41px; top:55px;}
#header .viewer .area2 {top:48px;}
#header .viewer .area3 {top:148px;}
#header .viewer .area4 {top:248px;}

/* contents */
#searchRplist {border-top:2px solid #6ebd80; }
.titcontents {margin-top:11px; padding:7px 2px; border-bottom:2px solid #6ebd80;}
.keyvisual {margin-top:10px;}
/* .keyvisual img { border:1px solid #c5c5c5; } */
.subvisual { display:none; }

/* sidebar */
#sidebar .sidebox {position:relative;}
#sidebar .sidebox .morebtn {position:absolute; right:5px; top:15px;}
#sidebar .sidebox .moviearea {width:290px; margin-top:11px;}
#sidebar .sidebox .twitterarea {width:290px; margin-top:5px;}

/* footer */
#footer img {margin:13px 0;}

/* wing */
#wing {position:absolute; right:-255px; top:192px;}

/* display none */
.entry .dateImg, 
.entry .category,  
.sidebox .c_cnt,
.control a.address {display:none;}

/* comment */
.entry .comment {width:648px; margin-top:3px; padding:5px; border:1px solid #e0e0e0;}

/* pagi */
#prevPage, #nextPage {font-weight:bold; color:#35b74c;}
#prevPage {background:url("images/bg_pagi_prev.gif") no-repeat left 3px;}
#nextPage {padding-right:6px; background:url("images/bg_pagi_next.gif") no-repeat right 3px;}

/* Category */
/* #category ul li ul li ul li a { padding:1px 0 1px 16px; } */
#TD_content { color:#666; }
#TD_content a { color:#666; }
#TD_content .TD_headline,
#TD_content .TD_summary { padding:0 10px; text-align:left; line-height:150%; }
#TD_content .TD_summary { padding-top:10px; }

#searchList { border:1px solid #E5E5E5; margin:10px 0; padding:10px; }