@charset "utf-8"; 

/* 공통 요소 */
body {margin: 0; padding: 0; color: #151415; font: small/1.3em "돋움", Dotum; 
		background:/*@background-color=*/#d0cab4/*@*/
		/*@background-image=*/none/*@*/
		/*@background-image-repeat=*/no-repeat/*@*/
		/*@background-image-position=*//*@*/; }
a {color: #4c493f; text-decoration: none; }
a:hover {text-decoration: underline; }
img {border: 0; }
hr {display: none; }
input {vertical-align: middle; }
ul, ol {margin: 0; padding: 0; list-style: none; }
li, dl, dt, dd {margin: 0; padding: 0; }
h1, h2, h3, h4 {margin: 0; padding: 0; font-size: x-large; line-height: 1em; }
.clear {clear: both; }
.count,
.c_cnt {color: #b0bb0b; font-size: 10px; font-family: Tahoma; }
.date {font-size: 11px; font-family: Tahoma; }

/* 카테고리 */
.branch3 {cursor: pointer; }

/* 달력 월 표시 */
.cal_month {font-size: 11px; font-family: Tahoma, "돋움", Dotum; }
/* 달력 요일 표시(th 영역) */
.cal_week1 {font-weight: normal; font-size: 11px; }
/* 달력 일요일 표시(th 영역) */
.cal_week2 {color: #fff; font-weight: normal; font-size: 11px; }
/* 달력 Week(tr 영역)  */
.cal_week {}
.cal_current_week {}
/* 달력 Day(td 영역) */
.cal_day {text-align: center; font-size: 11px; }
/* 달력 Day, 일요일 (td 영역)  */
.cal_day_sunday {}
.cal_day_sunday a {}
/* 달력 지난 달 날짜 표시(td)   */
.cal_day1 {}
/* 달력 다음 달 날짜 표시(td)   */
.cal_day2 {}
/* 달력 이번 달 날짜 표시(td) */
.cal_day3 {}
/* 달력 오늘 날짜 표시(td) */
.cal_day4 {background: url('./images/bg_calendar_today.gif') no-repeat 1px 1px; color: #5f6300; font-weight: bold; }
/* 달력 글쓴 날 링크 스타일 */
a.cal_click:link {color: #a6ae00; font-weight: bold; }
a.cal_click:visited {color: #a6ae00; font-weight: bold; }
a.cal_click:hover {color: #a6ae00; font-weight: bold; }

/* 태그 클라우드 */
.cloud1, .cloud1:hover {background: #4c493f; color: #b0bb0b !important; font-size: 1.3em; }
.cloud2, .cloud2:hover {background: #4c493f; color: #b0bb0b !important; font-size: 1.1em; }
.cloud3, .cloud3:hover {background: #666256; color: #f4f593 !important; font-size: 1em; }
.cloud4, .cloud4:hover {font-size: 1em; }
.cloud5, .cloud5:hover {font-size: 0.9em; }

/* 레이아웃 */
.header_bg { float: left; width: 100%; padding-bottom: 8px; 
			background:   
			/*@title-background-color=*/#282627/*@*/
			/*@title-background-image=*/url("./images/bg_header.gif")/*@*/
			/*@title-background-image-position=*/left top/*@*/
			/*@title-background-image-repeat=*/repeat-x/*@*/; }
#header {width: 880px; margin: 0 auto; padding: /*@title-height:-80=*/35px/*@*/ 0 0; }
#content {width:/*@post-width=*/1000px/*@*/; overflow: hidden; margin: 0 auto 195px auto; padding: 40px 0 0 0; }
.sidebar1 { clear: both; width: 100%; background: #2d2b26 url('./images/bg_sidebar1.gif') repeat-x left top; }
.sidebar2 {width: 100%; background: #2d2b26 url('./images/bg_sidebar2.gif') repeat-x left top; }
.sidebar_inside {width: 100%; background: url('./images/bg_sidebar.gif') repeat left top; }
.sidebar {position: relative; width: 896px; margin: 0 auto; }
#header_menu {position: absolute; top: -20px; right: 35px; width: 519px; height: 29px; overflow: hidden; color: #000; font-size: 12px; font-family: "Trebuchet MS", Tahoma,"돋움",Dotum; }
#footer {width: 880px; overflow: hidden; margin: 40px auto 0 auto; padding: 0 0 35px 0; color: #a9a7a0; text-align: center; font-size: 11px; }

/* 헤더 */
.blog_img {float: left; height: 72px; margin: 0 10px 0 0; border: 2px solid #fff;}
.blog_title {font-weight: bold; line-height: 1.3em; letter-spacing: -1px;
				font-size:/*@title-font-size=*/large/*@*/; 
				/*@title-font-family=font-family:;*/font-family: inherit;/*@*/}
.blog_title,
.blog_title a {color:/*@title-color=*/#fffffd/*@*/; }
.blog_description { margin: 0; padding: 10px 0 0 0; color: #939393; font-size: 11px; line-height: 13px; }
.blogger { margin: 2px 0 0 0; padding: 0; color: #b6b6b6; font-size: 11px; font-weight: bold; line-height: 13px; }

/* 헤더 메뉴 */
#header_menu a {color: #2e2c25; }
#header_menu li {display: block; float: left; height: 22px; padding: 7px 0 0 0; background: url('./images/bg_headermenu_02li.gif') no-repeat left top; text-align: center; }
#header_menu .tag {width: 63px; padding-left: 12px; background: url('./images/bg_headermenu_01tag.gif') no-repeat left top; }
#header_menu .media {width: 94px; }
#header_menu .location {width: 108px; }
#header_menu .guest {width: 95px; }
#header_menu .admin {width: 69px; }
#header_menu .write {width: 78px; background: url('./images/bg_headermenu_06write.gif') no-repeat left top; }

/* 본문 */
.article,
.article_etc {width:/*@post-width=*/1000px/*@*/; margin: 0 0 60px 0; }
.article_etc .article_post, .wrap_article_admin { margin-top: 3px; padding-top: 6px; border-top: 1px solid #9e9375; }
.article_head .title { display: inline; color: #181818; line-height: 1.5em; padding: 3px 0 3px 14px; background: url('./images/icon_title.gif') no-repeat 1px center;
						font-size:/*@post-title-font-size=*/1.1em/*@*/; 
						/*@post-title-font-family=font-family:;*/font-family: inherit;/*@*/}
.article_head .title a {color:/*@post-title-color=*/#181818/*@*/; }
.article_head .separate {margin: 0 4px 0 7px; color: #9e9375; }
.article_info {color: #4c493f; font-size: 11px; }
.article_info a {color: #4c493f; }
.article_info .date {margin: 0 0 0 5px; }
.article_admin {float: left; color: #696558; }
.article_admin a {color: #696558; }
.article_author {float: right; color: #696558; text-align: right; }

.article_post { clear: both; overflow: hidden; padding: 15px 0 25px 0; 
				/*@post-body-color=color:;*/color: ;/*@*/ 
				/*@post-body-font-family=font-family:;*/font-family: inherit;/*@*/ 
				/*@post-body-font-size=font-size:;*/font-size: inherit;/*@*/}
.article_tag {padding: 0 0 6px 0; color: #6f6b5d; }
.article_tag a {color: #6f6b5d; }
.article_tag .tag_img {vertical-align: middle; }

.article_guest {padding: 4px 0 0 0; border-top: 1px solid #b3aa93; color: #4c493f; font-size: 0.9em; font-family: "Trebuchet MS", Tahoma,"돋움", Dotum; }
.article_guest a {color: #4c493f; }
.article_guest .count {color: #7f8411; font-size: 0.9em; }

.article_action_tbadd {height: 32px; margin: 20px 0 0 0; background: url('./images/bg_trackbackadd_l.gif') no-repeat left top; color: #676767; }
.article_action_tbadd h3 {margin-left: 15px; padding: 7px 15px 12px 0; background: url('./images/bg_trackbackadd_r.gif') no-repeat right top; font-size: 11px; font-weight: normal; }
.article_action_tbadd .title_tbadd {padding: 0 15px 0 24px; background: url('./images/icon_trackback.gif') no-repeat 0 0; text-transform: uppercase; }

.article_action ol li {margin: 23px 0 0 0; padding: 23px 0 0 0; background: url('./images/line_dotted.gif') repeat-x left top; }
.article_action ol li li {margin: 0; padding: 23px 0 0 35px; background: url('./images/icon_reply.gif') no-repeat 17px 23px; }
.article_action ol li p {margin: 0; padding: 5px 0 0 0; }
.article_action .subject {color: #4c493f; font-size: 1em; }
.article_action .subject a,
.article_action .date,
.article_action .author {color: #4c493f; }
.article_action .reply .author {color: #676354; }
.article_action .reply .author a {color: #4c493f; }
.article_action .btn_img {margin: 0 0 0 1px; vertical-align: middle; }

/* 포스트 내부 */
.article_post ul {padding: 0 15px; list-style-type: disc; }
.article_post ol {padding: 0 15px 0 45px; list-style-type: decimal; }
.article_post blockquote {padding: 10px 0 10px 20px; background: url('./images/icon_quote.gif') no-repeat 5px 13px; color: #6d7404; }
.article_post blockquote a {color: #6d7404; }
.article_post .moreless_fold {padding-left: 14px; background: url('./images/btn_more.gif') no-repeat 0 7px; color: #54524d; }
.article_post .moreless_top {padding-left: 14px; background: url('./images/btn_less.gif') no-repeat 0 7px; color: #54524d; }
.article_post .moreless_bottom {padding-left: 14px; background: url('./images/btn_less.gif') no-repeat 0 7px; color: #54524d; }

.article_write_top_left { clear: both; width:/*@post-width=*/1000px/*@*/; margin: 23px auto 0 auto; background:url('./images/bg_write_top_l.gif') no-repeat left top;}
.article_write_top_right {width:/*@post-width:-5=*/995px/*@*/; margin-left: 5px; padding-top: 5px; background:url('./images/bg_write_top_r.gif') no-repeat right top;}
.article_write {width:/*@post-width:-105=*/895px/*@*/; padding: 12px 50px 17px 50px; background:#e6e1c8  url('./images/bg_write_c.gif') repeat-y right top;}
.article_write_bottom_left {width:/*@post-width=*/1000px/*@*/; margin: 0 auto; background: url('./images/bg_write_bottom_l.gif') no%2