@charset "utf-8";
/* CSS Document */


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

/* 본문 공통 */
body{
		font:16px/1.7 Gungsuh, Dotum, Verdana, AppleGothic, Sans-serif;
		background :url(images/bodybg.gif);
		color:#E3D1B0;
		margin:0;
		padding:0;
		background-image:/*@background-image=url(images/bodybg.gif)*/url("images/bodybg.gif")/*@*/;
		/*@background-image-position=background-position:;*/background-position: ;/*@*/
		background-repeat:/*@background-image-repeat=*/repeat/*@*/;
		/*@background-color=background-color:;*/background-color: ;/*@*/
}
a:link          { color:#0000ff;     text-decoration:none;}
a:visited       { color:#0000ff;     text-decoration:none;}
a:hover         { color:#0000ff;  text-decoration:underline;}
a:active        { color:#0000ff;     text-decoration:none;}

/* 페이징 - 현재 페이지 */
	.selected      { font-weight:bold;  color:#FFF200; text-decoration:underline;}
	.no-more-prev,
	.no-more-next  { color:#fff;}


/* 카테고리 - 이미지 버튼 */
	.ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
	.branch3                { cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
	.c_cnt                  { font:0.75em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#FFF200;}

/* 달력 월 표시 */
	.cal_month              { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; font-weight:bold;}
/* 달력 요일 표시(th 영역) */
	.cal_week1              { font:0.95em Dotum, Arial, sans-serif;  height:18px;  font-weight:normal; color:#fff; }
/* 달력 일요일 표시(th 영역) */
	.cal_week2              { font:0.95em Dotum, Arial, sans-serif;  color:#FFF200; }

/* 달력 Week(tr 영역)  */
	.cal_week               { background-color:#8E703B;}
	.cal_current_week       { background-color:#8E703B;}

/* 달력 Day(td 영역) */
	.cal_day                { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#D7D7D7;  text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
	.cal_day_sunday         { color:#FFF200 !important;}
	.cal_day_sunday a        { color:#FFF200 !important;}

/* 달력 지난 달 날짜 표시(td)   */
	.cal_day1               { color:#fff;}
/* 달력 다음 달 날짜 표시(td)   */
	.cal_day2               { color:#fff;}
/* 달력 이번 달 날짜 표시(td) */
	.cal_day3               { color:#fff;}
/* 달력 오늘 날짜 표시(td) */
	.cal_day4               { color:#fff;  text-decoration:underline;}
/* 달력 글쓴 날 링크 스타일 */
	a.cal_click:link        { color:#fff;  font-weight:bold;}
	a.cal_click:visited     { color:#fff;  font-weight:bold;}
	a.cal_click:hover       { color:#FFF200;  font-weight:bold;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
	.rp_general             { }
	.rp_admin               { background:url(images/iconAdmin.gif) no-repeat;  padding-left:20px; }
	.rp_secret              { color:#FFF200;   font-weight:bold;}
/* 종류별 코멘트 [##_guest_rep_class_##] */
	.guest_general          { }
	.guest_admin            { background:url(images/iconAdmin.gif) no-repeat; padding-left:20px;}
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
	.hiddenComment { background:url(images/iconSecret.gif) no-repeat;  padding-left:20px;  font-weight:normal;}


/* 이미지 아래 캡션 스타일 */
	.cap1                   { color:#fff;  text-align:center;}
/* 그림 */
	.imageblock             { border:1px solid #9D7D46;  padding:5px;  margin:5px 0;}
/* 왼쪽 */
	.left                   { }
/* 가운데 */
	.center                 { }
/* 오른쪽 */
	.right                  { }
/* 그림 2개 배치 */
	.dual                   { background-color:#fff; margin-bottom:5px;}
/* 그림 3개 배치 */
	.triple                 { background-color:#fff; margin-bottom:5px;}

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

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


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

.galleryCaption {color:#fff !important;}
.galleryControl {color:#fff !important;}


hr              { display:none;}
img             { border:0;}
h1, h2, h3, h4  { margin:0;  padding:0;}
h1              { font-size:1.5em;}
h2              { font-size:1.4em;}
h3              { font-size:1.2em;}
h4              { font-size:1em;}
input           { border:1px solid #aaa;}
textarea        { border:1px solid #aaa;}






#container {width:/*@post-width:410=*/1087px/*@*/; margin:0 auto;	}



#header {
	padding-top:/*@title-height:-58=padding-top:*/260px/*@*/; padding-bottom:30px;
	/*@title-background-color=background-color:;*/background-color: transparent;/*@*/
	margin-bottom:8px;
	background:/*@title-background-image=*/url("images/조조.jpg")/*@*/
	/*@title-background-image-position=top center*/left top/*@*/
	/*@title-background-image-repeat=no-repeat*/no-repeat/*@*/;
}


/* left sidebar + content  */
#contentbody  { width:/*@post-width:230=*/907px/*@*/; float:left;}
#sidebar_lt   { width:180px; float:left;}
#content      { width:/*@post-width:50=*/727px/*@*/;  float:right; vertical-align:top;}

/* right sidebar */
#sidebar_rt { width:180px; float:right; }

#footer {clear:both;}



/* ***** content ***** */


/* content box style */
#content .localog,
#content .taglog,
#content .entryNotice,
#content .entryProtected,
#content .entry             { border:3px solid #8E703B; padding:10px;  margin:0 10px 10px 10px;}
#content .guestbook,
#content .searchList,
#content .searchRplist      { border:3px solid #8E703B; padding:10px;  margin:0 10px 10px 10px;}

#content .searchList a {color:#fff; text-decoration:none;}
#content .searchList a:hover {color:#FFF200; text-decoration:none;}



#content .localog h3,
#content .taglog h3,
#content .guestbook h3,
#content .searchList h3,
#content .searchRplist h3   { font-size:1em; border-bottom:2px solid #8E703B;  margin-bottom:5px;  color:#FFFFFF;}


.searchList ol,
.searchRplist ol            { list-style:none;  padding:5px;  margin:0;}
.searchList li,
.searchRplist li            { border-bottom:1px solid #AB8D57; padding-top:3px; padding-bottom:1px;  margin-bottom:0;}
.searchList .date,
.searchRplist .date         { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  margin-right:10px; }

.searchList .cnt            { font:0.75em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#FFF200; } /* search list comment count */
.searchRplist .name         { font:0.95em Dotum, Arial, sans-serif;    color:#603811;  padding-left:8px;}

.localog .spot              { background:url(images/iconIndentArrow_local.gif) 5px 0 no-repeat;  color:#fff; padding-left:20px;  margin-top:5px;}
.localog .info              { background:url(images/iconIndentArrow_localinfo.gif) 5px 3px no-repeat; color:#fff; padding-left:15px;  margin-top:2px;}
.localog a:link             { color:#fff;}
.localog a:visited          { color:#fff;}
.localog a:hover            { color:#fff;  text-decoration:underline;}

.taglog ul                  { padding:5px; margin:0; text-align:justify;}
.taglog li                  { display:inline;}
.taglog a:hover             { background-color:#8E703B;  color:#FFF200;  text-decoration:none;}



.taglog li .cloud1          { background-color:#8E703B;  color:#FFF200;  font-weight:bold;  font-size:16px;}
.taglog li .cloud2          { background-color:#8E703B;  color:#fff;     font-weight:bold;  font-size:15px;}
.taglog li .cloud3          { background-color:#8E703B;  color:#FFF200;  font-weight:bold;  font-size:14px;}
.taglog li .cloud4          { background-color:#8E703B;  color:#fff;     font-size:13px;}
.taglog li .cloud5          { background-color:#8E703B; font-size:12px;  color:#FFF200; }

.guestbook p                { padding:2px 0; margin:0; color:#E3D1B0;}

.guestWrite                 { padding:10px;  background-color:#A78A55;  border:0;}
.guestWrite input           { width:150px; font:1em Dotum, Arial, sans-serif;  padding:3px 0 0 3px; line-height:18px; height:18px;}
.guestWrite textarea        { width:520px;  padding:5px; font:1em Dotum, Arial, sans-serif; line-height:18px;}
.guestWrite .homepage       { width:300px; font:1em Dotum, Arial, sans-serif; line-height:18px;}
.guestWrite .submit         { width:532px;  height:22px;  background-color:#D8C096;  font:1em Dotum, Arial, sans-serif; padding-top:3px;}

.guestList                  { padding:10px 0 0 0;  width:530px;}
.guestList ol,
.guestList ul               { margin:0; padding:0;  list-style:none;}
.guestList li p             { border-top:1px dashed #B19D7A; margin-top:5px; padding-top:5px;}

.guestList ol li            { padding:10px;  margin-bottom:10px;  width:530px; overflow:hidden;}

.guestList li ul li         { margin-left:20px;  background:url("images/iconIndentArrow_local.gif") no-repeat 10px 10px;
								  padding-left:25px;  border:none;  width:440px; overflow:hidden;}

.guestList li .name         { color:#666;  font-weight:bold;}
.guestList li .date         { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;}


.guestList .control a.modify       { background:url(images/iconModify.gif) no-repeat;  padding:0 0 2px 53px;  text-decoration:none;}
.guestList .control a.modify span  { display:none;}
.guestList .control a.write        { background:url(images/iconWrite.gif) no-repeat;  padding:0 5px 2px 53px;  text-decoration:none;}
.guestList .control a.write span   { display:none;}


/* entry */
.entryNotice h2,
.entryProtected h2,
.entry h2                { font-size:/*@post-title-font-size=1em*/24px/*@*/; line-height:1.2em; color:#FFF; padding-bottom:3px; /*@post-title-font-family=font-family:;*/font-family: gungsuh;/*@*/}
.titleWrap h2 a:link          { color:/*@post-title-color=#FFF*/#FFF/*@*/;     text-decoration:none;}
.titleWrap h2 a:visited       { color:/*@post-title-color=#FFF*/#FFF/*@*/;     text-decoration:none;}
.titleWrap h2 a:hover         { color:#FFF;  text-decoration:underline;}
.titleWrap h2 a:active        { color:#FFF;     text-decoration:none;}


/* post title */
.titleWrap               { border-bottom:2px solid #8E703B;  padding-bottom:5px;  margin-bottom:10px;}
.titleWrap .category a   { font:0.9em Dotum, Arial, sans-serif;  color:#D5C9B3;  margin-right:6px;}
.titleWrap .date         { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#D5C9B3;}


.entryProtected p.text   { background:url(images/imgProtected.gif) no-repeat ; padding-left:50px; color:#FFF;}
.entryProtected p        {color:#FFF;}
.entryProtected input    { width:200px;}
.entryProtected .submit  { width:50px; height:20px; background-color:#D8C096; font:1em Verdana;}


.article                 { width:/*@post-width=*/677px/*@*/; overflow:hidden; color:#E3D1B0; padding-bottom:10px; /*@post-body-color=color:;*/color: #FFFFFF;/*@*/ /*@post-body-font-family=font-family:;*/font-family: batang;/*@*/ /*@post-body-font-size=font-size:;*/font-size: inherit;/*@*/}
.article a:link          { color:#0000ff;  text-decoration:none;}
.article a:visited       { color:#0000ff;  text-decoration:none;}
.article a:hover         { color:#0000ff;  text-decoration:underline;}
.article a:active        { color:#0000ff;  text-decoration:;}
.article dt              { text-decoration:underline;}
.article dd              { margin-left:20px;  padding-bottom:10px;}
.article blockquote      { background:url(images/iconBlockquote.gif) top left no-repeat;  padding-left:25px;  margin:10px 20px;}


.article .author                  { text-align:right; color:#D4CABA; padding:20px 20px;}


.article .author .text            { font:0.9em Verdana, Arial, Helvetica, sans-serif;}


.tagTrail                { padding:8px 5px 3px 40px; background:url(images/entryTag.gif) left center no-repeat; clear:both;  margin-top:3px;}
.tagText                 { display:none;}

.tagTrail a:link    {color:#FFF200;}
.tagTrail a:visited {color:#FFF200;}
.tagTrail a:active   {color:#FFF200;}
.tagTrail a:hovor   {color:#FFF200; text-decoration:underline;}


.actionTrail             { padding:8px 2px;  clear:both; border-top:1px dotted #7B5E30;}
.actionTrail .cnt        { color:#FFF200; font-weight:bold;}

.actionTrail a:link         {color:#E3D1B0;}
.actionTrail a:visited      {color:#E3D1B0;}
.actionTrail a:active       {color:#E3D1B0;}
.actionTrail a:hovor        {color:#E3D1B0;text-decoration:underline;}

.trackback               { border-top:1px solid #B49F7B;  padding:10px; margin-bottom:4px;   overflow:hidden;  width:/*@post-width:-20=*/657px/*@*/;}
.trackback a             { color:#FFF;}
.trackback h3            { font:11px Verdana; color:#FFF;  border-bottom:1px solid #8E703B; padding-bottom:3px; margin:5px;}
.trackback .from,
.trackback h4            { font:12px Verdana; font-weight:normal; color:#D4CABA;}
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            { border-top:1px dotted #ccc;  padding:5px;}
.trackback .date         { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#D4CABA;}
.trackback p             { font:0.95em Dotum, Arial, sans-serif;  color:#D4CABA;  margin:3px 0 0 0; padding:0;  letter-spacing:-1px}

.trackback a.delete      { background:url(images/iconDelete.gif) left top no-repeat;  padding-left:8px;  text-decoration:none;}
.trackback a.delete span { display:none;}


.comment                          { border-top:1px solid #B49F7B;   padding:10px; margin-bottom:4px;  overflow:hidden; width:/*@post-width:-20=*/657px/*@*/;}
.comment li p                        { margin:3px 0 0 0; padding:0; color:#E3D1B0; border-top:1px dashed #B19D7A; margin-top:5px; padding-top:5px;}
.comment p  { margin:3px 0 0 0; padding:0;}

.comment h3                       { display:none;}
.comment ol,
.comment ul                       { margin:0;  padding:0;  list-style:none; }
.comment .date                    { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#E3D1B0;}
.comment .name                    { font-weight:bold; color:#fff;}

.comment ol li                    { padding:10px 5px;}
.comment li ul li                 { padding:5px 10px 5px 25px;  background:url("images/iconIndentArrow_local.gif") no-repeat 12px 6px;}
.comment .control a.address       { background:url(images/iconAddress.gif) no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.address span  { display:none;}
.comment .control a.modify        { background:url(images/iconModify.gif) no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.modify span   { display:none;}
.comment .control a.write         { background:url(images/iconWrite.gif) no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.write span    { display:none;}


.commentWrite                     { padding:10px; margin-top:20px; background:#A78A55;}
.commentWrite input               { width:150px; font:1em Dotum, Arial, sans-serif; padding:3px 0 0 3px;line-height:18px; height:18px;}
.commentWrite textarea            { width:/*@post-width:-40=*/637px/*@*/;  padding:5px; position:relative; font:1em Dotum, Arial, sans-serif; line-height:18px;}
.commentWrite .homepage           { width:300px; font:1em Dotum, Arial, sans-serif; line-height:18px; margin-bottom:2px;}
.commentWrite .submit             { width:512px;  height:22px;  background-color:#D8C096;  font:1em Dotum, Arial, sans-serif;  position:relative;}
.commentWrite .secretWrap         { position: absolute; margin:-20px 0 0 420px;} /* 비밀글 */
.commentWrite .checkbox           {	border:none; padding:0;	margin:0; width:25px;}

.commentWrite label {vertical-align:middle; padding-bottom:20px;}

.paging           { text-align:center;  font-size:0.95em; margin:10px 10px 30px 10px;}
.paging .numbox   { border-left:1px solid #8E703B; padding-left:6px; margin-left:6px;  font:0.95em verdana;}
.paging .num      { border-right:1px solid #8E703B; padding-right:8px; margin-right:5px;}
.paging .numbox a       { color:#FFF200;  font-family:dotum;  font-weight:bold;}
.paging .numbox a:hover { color:#FFF200;  text-decoration:underline;}




/******** header *********/

#header a              {  color:/*@title-color=*/#FFF200/*@*/; padding:0 3px;}
#header h1				{ float:left;  padding-top:5px; padding-left:30px; }
#header h1 a           { font-family:/*@title-font-family=*/dotum/*@*/;  font-weight:bold; /*@title-font-size=font-size:;*/font-size: inherit;/*@*/}
#header h1 a:hover     { color:/*@title-color=*/#FFF200/*@*/;  text-decoration:underline;}


#header .blogMenu      { text-align:right; padding-right:30px; padding-top:10px;}
#header .blogMenu ul   { margin:0;  padding:0;  list-style:none;}
#header .blogMenu li   { display:inline;  background:url(images/bullBar.gif) no-repeat;  margin-left:3px;  padding-left:7px;}
#header li.tab_localog { background:none;}


/*****************  sidebar *****************/

.sidebox 			  { border:1px solid #74572B; border-top:none; padding:5px; margin-bottom:10px;}
.cnt                  { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#FFF200;}
.date                 { font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#E3D1B0;}
.name                 { font:0.9em Dotum, Arial, sans-serif;  color:#E3D1B0;}


/********* Left sidebar **********/
#sidebar_lt .blogImage img        { width:180px; padding-bottom:6px;}
#sidebar_lt .blogDesc             { color:#FFF;  font-size:0.9em;  line-height:1.2em;  letter-spacing:-1px;}
#sidebar_lt .userID               { color:#FFF;  background:url(images/iconBy.gif) 3px 0 no-repeat;  padding-left:22px;  letter-spacing:-1px;}

#sidebar_lt .adminMenu            { padding:8px 0 6px 0;   margin:5px 0 10px 0; text-align:center; }
#sidebar_lt .adminMenu li         { background:none;  display:inline;  width:85px;}
#sidebar_lt .adminMenu a          { padding:3px 15px 1px 15px;  border:1px solid #74572B;  color:#000;  text-decoration:none;  background-color:#977843;}
#sidebar_lt .adminMenu a:hover    { color:#fff;  text-decoration:none;}

#sidebar_lt h3		{ font-size:12px;  font-weight:bold; color:#FFF; padding:8px 3px 4px 8px;
					background:url(images/sidebar_h3bg.gif) no-repeat left top;}

#sidebar_lt                     { }
#sidebar_lt ul                  { padding:0;  margin:0;  list-style:none;}
#sidebar_lt li                  { background:url(images/bul.gif) 0 6px no-repeat;  padding-left:7px;}
#sidebar_lt li a				{ color:#FFF;}
#sidebar_lt li a:hover			{ color:#FFF;  text-decoration:underline;}


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




#sidebar_lt .counter  { font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;  padding:5px 0;  margin:10px 0;  text-align:center; letter-spacing:0; }
#sidebar_lt .counter li           { background:none;  display:inline;  padding:0 5px;   color:#fff;}
#sidebar_lt .counter li.total     { display:block;  color:#fff;}


#sidebar_lt .bottom          { text-align:center;  padding:5px;}



/************ Right sidebar **************/

#sidebar_rt                       { }
#sidebar_rt ul                    { padding:0;  margin:0;  list-style:none;}
#sidebar_rt li                    { background:url(images/bul.gif) 0 6px no-repeat;  padding-left:7px;}
#sidebar_rt li a				  { color:#FFF;}
#sidebar_rt li a:hover    		  { color:#FFF;  text-decoration:underline;}


#sidebar_rt h3		{ font-size:12px;  font-weight:bold; color:#FFF; padding:8px 3px 4px 8px;
					background:url(images/sidebar_h3bg.gif) no-repeat left top;}

#sidebar_rt .tagbox ul            { padding:5px 2px;	text-align:justify;}
#sidebar_rt .tagbox li            { background:none;  display:inline;}
#sidebar_rt .tagbox a             { letter-spacing:-1px;}
#sidebar_rt .tagbox li .cloud1    { background-color:#fff;  font-weight:bold;  font-size:16px;  color:#a2348f;}
#sidebar_rt .tagbox li .cloud2    { background-color:#fff;  font-weight:bold;  font-size:15px;  color:#5a5194;}
#sidebar_rt .tagbox li .cloud3    { background-color:#fff;  font-weight:bold;  font-size:14px;  color:#7870ab;}
#sidebar_rt .tagbox li .cloud4    { background-color:#fff;  font-size:13px;  color:#FFF200;}
#sidebar_rt .tagbox li .cloud5    { font-size:12px;  color:#FFF200;}
#sidebar_rt .tagbox a:link        {background-color:#8E703B;  text-decoration:none;  color:#fff;}
#sidebar_rt .tagbox a:hover       { background-color:#8E703B;  text-decoration:none;  color:#FFF200;}
#sidebar_rt .tagbox a:visited       { background-color:#8E703B;  text-decoration:none;  color:#FFF200;}


#sidebar_rt .recentComment        { width:180px; overflow:hidden;}
#sidebar_rt .recentComment .info_wrap  {  margin-bottom:3px; color:#999; display:block;}

#sidebar_rt .recentTrackback      { width:180px; overflow:hidden;}
#sidebar_rt .recentTrackback .info_wrap  { margin-bottom:3px; color:#999; display:block;}


#sidebar_rt .archive           {width:180px; }
#sidebar_rt .archive li           { font-family:verdana;}

#sidebar_rt .calendar td             { font-family:verdana;}





/* ***** footer ***** */
#footer          { text-align:center; padding:10px 0 10px 0; border-top:2px solid #7E673D; font:0.9em Verdana, dotum; line-height:20px; color:#FFF; margin-top:10px;}
#footer a        { color:#fff;}
#footer a:hover  { color:#fff;}