@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0}

/* 반드시 들어가야 하는 스타일 시작 */

/* 본문 공통 */
body{
		font:12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif;
		background:/*@background-image=*/ url("https://tistory3.daumcdn.net/tistory/193610/skin/https://tistory2.daumcdn.net/tistory/193610/skin/images/bg.gif") /*@*/
		/*@background-image-position=top center*/ top center /*@*/
		/*@background-image-repeat=no-repeat*/ no-repeat /*@*/
		/*@background-color=#F0EDE4*/ #F0EDE4 /*@*/;
		color:#fff;
		margin:0;
		padding:0;
}
a:link          { color:#333;     text-decoration:none;}
a:visited       { color:#333;     text-decoration:none;}
a:hover         { color:#333;     text-decoration:none;}
a:active        { color:#333;     text-decoration:none;}

/* 페이징 - 현재 페이지 */
	.selected      { font-weight:bold;  color:#ED125A; text-decoration:none;}
	.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:#ED125A;}

/* 달력 월 표시 */
	.cal_month              { color:#DF1150; font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; font-weight:bold;}
	.cal_month  a           { color:#DF1150 !important;}
	.cal_month  a:hover     { color:#DF1150 !important; }
/* 달력 요일 표시(th 영역) */
	.cal_week1              { font:0.95em Dotum, Arial, sans-serif;  height:18px;  font-weight:normal; color:#000; }
/* 달력 일요일 표시(th 영역) */
	.cal_week2              { font:0.95em Dotum, Arial, sans-serif;  color:#DF1150; }

/* 달력 Week(tr 영역)  */
	.cal_week               { background:none;}
	.cal_current_week       { background:#C4B58F; padding: 3px 0 5px 0;}

/* 달력 Day(td 영역) */
	.cal_day                { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#000;  text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
	.cal_day_sunday         { color:#DF1150 !important;}
	.cal_day_sunday a       { color:#DF1150 !important;}

/* 달력 지난 달 날짜 표시(td)   */
	.cal_day1               { color:#000;}
/* 달력 다음 달 날짜 표시(td)   */
	.cal_day2               { color:#000;}
/* 달력 이번 달 날짜 표시(td) */
	.cal_day3               { color:#000;}
/* 달력 오늘 날짜 표시(td) */
	.cal_day4               { color:#000;  background:#D0C3A2; text-decoration:underline;}
	.cal_day4 a 			{ text-decoration:underline;}
	.cal_day4 a:hover 		{ text-decoration:underline;}
/* 달력 글쓴 날 링크 스타일 */
	a.cal_click:link        { color:#896844;  font-weight:bold;}
	a.cal_click:visited     { color:#896844;  font-weight:bold;}
	a.cal_click:hover       { color:#000;  font-weight:bold;}


	.calendar td  { font-family:verdana;}


/* 종류별 코멘트 [##_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:#000;  text-align:center;}
/* 그림 */
	.imageblock             { border:0;  padding:5px;  margin:5px 0; }
/* 왼쪽 */
	.left                   { }
/* 가운데 */
	.center                 { }
/* 오른쪽 */
	.right                  { }
/* 그림 2개 배치 */
	.dual                   { background:none; margin-bottom:5px;}
/* 그림 3개 배치 */
	.triple                 { background:none; 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:#000 !important;}
.galleryControl {color:#000 !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;}




/* ***** Layout ***** */

#container {width:/*@post-width:450=*/ 970px /*@*/; margin:0 auto;}

#header    {padding:/*@title-height:-179=padding-top:*/ 21px /*@*/ 0 0; margin:0;
		/*@title-background-color=background-color:;*/ background-color: transparent; /*@*/
		/*@title-background-image=background-image:;*/ background-image: url("https://tistory3.daumcdn.net/tistory/193610/preview/blog-title-corrected.jpg"); /*@*/
		/*@title-background-image-position=background-position:;*/ background-position: left top; /*@*/
		/*@title-background-image-repeat=background-repeat:;*/ background-repeat: no-repeat; /*@*/

}

#cbody         {width:/*@post-width:235=*/ 755px /*@*/; margin-right:10px; float:left;}
	#content   {width:/*@post-width:20=*/ 540px /*@*/; float:right;}
	#side_lt    {width:200px; float:left; }
	#blog      {width:200px;}
	#sidebar   {width:200px;}

#side_rt  {width:200px; float:right;}
#footer    {clear:both;}



/* **** Header ***** */

#header a              { color:#D8FF00; padding:0 3px;}
#header h1			   { font-family:/*@title-font-family=*/ inherit /*@*/; /*@title-font-size=font-size:;*/ font-size: 8px; /*@*/ text-align:right; font-weight:bold; padding:110px 0 5px 0;}
#header h1 a           { color:/*@title-color=*/  /*@*/;}
#header h1 a:hover     { color:/*@title-color=*/  /*@*/;  text-decoration:underline;}

#header .blogMenu          {font-size:11px; color:#DBCEAC; text-align:right; padding:10px 0 10px 0;}
#header .blogMenu  a       {color:#726257;}
#header .blogMenu  a:hover {color:#726257;}

/* --------------- */


.cnt   { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#ED125A;}
.date  { font:0.8em Tahoma, Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#ED125A;}
.name  { font:0.9em Dotum, sans-serif;  color:#ED125A;}



/* ***** sidebar ***** */

.blogInfo {}
	.blogImage         {background:url("images/blogimg_bg.gif") no-repeat top center; padding:60px 25px 0 25px;}
		.blogImage img {width:150px; height:130px; text-align:center;}
	.blogDesc          {color:#5A340F;  font-size:0.9em;  line-height:1.2em;  letter-spacing:-1px; background:url("images/blogdesc_bg.gif"); padding:10px 25px 0 25px;}
	.blogID            {background:url("images/blogid_bg.gif") no-repeat bottom; padding:5px 25px 20px 25px; margin-bottom:10px;}
		.userID        {color:#5A340F;  font-size:0.9em; letter-spacing:-1px;  background:url("images/iconBy.gif") 3px 0 no-repeat;  padding-left:22px; }


.sidebox { padding:0 10px 10px 10px;}

#sidebar h3  {font-size:12px; color:#000; margin:10px 0 0 10px; padding-bottom:2px;}
#side_rt h3  {font-size:12px; color:#000; margin:10px 0 0 10px; padding-bottom:2px;}


#sidebar ul            {list-style:none;}
#sidebar li            {background:url("images/bul.gif") 0 6px no-repeat;  padding-left:7px;}
#sidebar li a		   {color:#333;}
#sidebar li a:hover	   {color:#ED125A;}

#side_rt ul            {list-style:none;}
#side_rt li            {background:url("images/bul.gif") 0 6px no-repeat;  padding-left:7px;}
#side_rt li a		   {color:#333;}
#side_rt li a:hover	   {color:#ED125A;}


.recentPost   {width:200px; overflow:hidden;}

.recentComment             { width:200px; overflow:hidden;}
.recentComment .info_wrap  {  margin-bottom:3px; color:#333; }

.recentTrackback             { width:200px; overflow:hidden;}
.recentTrackback .info_wrap  { margin-bottom:3px; color:#333;}


.archive      { width:200px; overflow:hidden;}
.archive li   { font-size:11px; font-family:verdana; line-height:130%; margin-bottom:3px;}


.category li ul li          { background:url("images/bul.gif") 0 6px no-repeat;  padding-left:10px;}
.category li ul li ul li    { background:none; border-left:1px dotted #FFF; padding-left:6px; margin-left:10px;}
.category li ul li ul li a  { color:#D3D1D1;}


.search               { background:url("images/sidebar_search_bg.gif") no-repeat center; text-align:center; padding:14px 0 16px 0; margin:5px 0 10px 0}
.search input         { width:100px;  height:14px; padding:3px; padding-top:2px;}
.search .submit       { font:11px Verdana, Helvetica, Arial, Dotum, sans-serif; color:#fff; width:40px;  height:20px;  background-color:#000;  padding-top:2px;}


.notice               { margin:5px 10px 15px 5px;  padding:0;}
.notice li            { padding:5px 0 0 0; background:none !important;}
.notice a:link,
.notice a:visited     { color:#333; background:url("images/iconNotice_on.gif") 0 0 no-repeat; padding:0 0 0 27px; text-decoration:none;}
.notice a:hover       { color:#ED125A; background:url("images/iconNotice.gif") 0 0 no-repeat;  padding:0 0 0 27px; text-decoration:none;}




.calender  { background:url("images/calender_bg.gif") no-repeat; height:184px;}
.calender h3 { display:none;}
.calender .sidebox { padding:25px 13px 10px 13px;}





/* ***** contents ***** */

/* content box style */
#content .localLog,
#content .tagLog,
#content .entryNotice,
#content .entryProtected,
#content .entry,
#content .guestbook,
#content .searchList,
#content .searchRplist,
#content .mediaList { margin:0 0 10px 0; width:/*@post-width:20=*/ 540px /*@*/;}

/* h3 */
#content .localLog h3,
#content .tagLog h3,
#content .guestbook h3,
#content .searchList h3,
#content .searchRplist h3,
#content .mediaList h3 { font-size:1em; color:#000; background:url("images/h3bg.gif") no-repeat; padding:23px 0 20px 20px;}


/* localLog */
.localLog .postbox           { padding:10px 10px 0 10px;}
.localLog .spot              { background:url("images/iconIndentArrow_local.gif") 5px 0 no-repeat;  color:#000; padding-left:20px;  margin-top:5px;}
.localLog .info              { background:url("images/iconIndentArrow_localinfo.gif") 5px 3px no-repeat; color:#000; padding-left:15px;  margin-top:2px;}
.localLog a:link             { color:#588526;}
.localLog a:visited          { color:#588526;}
.localLog a:hover            { color:#588526;  text-decoration:underline;}


/* tagLog */
#content .tagLog .postbox { padding:10px 10px 0 10px;}


			.tagLog ul                  { margin:0; text-align:justify;}
			.tagLog li                  { display:inline;}
			.tagLog a                   { letter-spacing:-1px;}
			.tagLog a:hover             { background-color:#D8FF00;  color:#000; text-decoration:none;}

			.tagLog li  .cloud1          { font-size:16px;  color:#ED125A;  font-weight:bold;}
			.tagLog li a.cloud1:visited  { color:#ED125A;}

			.tagLog li  .cloud2          { font-weight:bold;  font-size:14px;  color:#91268F;}
			.tagLog li a.cloud2:visited  { color:#91268F;}

			.tagLog li  .cloud3          { font-weight:bold;  font-size:13px;  color:#605CA8;}
			.tagLog li a.cloud3:visited  { color:#605CA8;}

			.tagLog li  .cloud4          { font-size:12px;  color:#2E3092; font-weight:bold; }
			.tagLog li a.cloud4:visited  { color:#2E3092;}

			.tagLog li  .cloud5          { font-size:12px;  color:#000;}
			.tagLog li a.cloud5:visited  { color:#000;}


#side_rt	.tagLog ul            { text-align:justify;}
#side_rt 	.tagLog li            { background:none;  display:inline; padding-left:0;}
#side_rt 	.tagLog a:hover       { background-color:#D8FF00;  color:#000; text-decoration:none;}

#side_rt 	.tagLog li  .cloud1,
#sidebar 	.tagLog li  .cloud1         { font-size:16px;  color:#ED125A;  font-weight:bold;}
#side_rt 	.tagLog li a.cloud1:visited,
#sidebar 	.tagLog li a.cloud1:visited  { color:#ED125A;}

#side_rt 	.tagLog li  .cloud2,
#sidebar 	.tagLog li  .cloud2          { font-weight:bold;  font-size:14px;  color:#91268F;}
#side_rt 	.tagLog li a.cloud2:visited,
#sidebar 	.tagLog li a.cloud2:visited  { color:#91268F;}

#side_rt 	.tagLog li  .cloud3,
#sidebar 	.tagLog li  .cloud3          { font-weight:bold;  font-size:13px;  color:#605CA8;}
#side_rt 	.tagLog li a.cloud3:visited,
#sidebar 	.tagLog li a.cloud3:visited   { color:#605CA8;}

#side_rt 	.tagLog li  .cloud4,
#sidebar 	.tagLog li  .cloud4           { font-size:12px;  color:#2E3092; font-weight:bold; }
#side_rt 	.tagLog li a.cloud4:visited,
#sidebar 	.tagLog li a.cloud4:visited   { color:#2E3092;}

#side_rt 	.tagLog li  .cloud5,
#sidebar 	.tagLog li  .cloud5          { font-size:12px;  color:#000;}
#side_rt 	.tagLog li a.cloud5:visited,
#sidebar 	.tagLog li a.cloud5:visited  { color:#000;}




/* Search */
.searchList ol,
.searchRplist ol            { list-style:none;  padding:0 10px 5px 10px;  margin:0; }
.searchList li,
.searchRplist li            { border-bottom:1px dashed #AA9E73; padding-top:5px; padding-bottom:3px;  margin-bottom:0;}

.searchList .date,
.searchRplist .date         { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;   color:#5A340F;  margin-right:10px; }
.searchList .cnt            { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#ED125A; }
.searchRplist .name         { font:0.95em Tahoma, Dotum, Arial, sans-serif;    color:#938464;  padding-left:8px;}

.searchList a 				{color:#000; text-decoration:none;}
.searchList a:hover 		{color:#ED125A; text-decoration:none;}

.searchRplist a       {color:#000; text-decoration:none;}
.searchRplist a:hover {color:#ED125A; text-decoration:none;}


/* Guest */
.guestbook p                { padding-bottom:3px ; margin:0; color:#D3D1D1;}

.guestWrite                 { padding:10px; color:#333;}
.guestWrite label           { color:#333;}
.guestWrite input           { width:150px; font:1em Dotum, Arial, sans-serif;  padding:3px 0 0 3px; line-height:16px; height:16px;}
.guestWrite textarea        { width:508px; font:1em Dotum, Arial, sans-serif; line-height:18px; padding:5px; }
.guestWrite .homepage       { width:300px; font:1em Dotum, Arial, sans-serif; line-height:18px;}
.guestWrite .submit         { width:520px; font:0.9em Dotum, Arial, sans-serif; color:#000; height:25px; background-color:#C4B58F; padding-top:3px;}

.guestList                  { width:520px; padding:0 10px 0 10px;}
.guestList ol,
.guestList ul               { margin:0; list-style:none;}
.guestList li p             { border-top:1px dashed #AA9E73; margin-top:5px; padding-top:5px;}
.guestList ol li            { width:520px; padding-top:10px; margin-bottom:10px;  overflow:hidden;}
.guestList li ul li         { margin-left:0; width:500px;  background:url("images/iconIndentArrow_local.gif") no-repeat 10px 10px;
							padding-left:25px;  border:none;  overflow:hidden;}

.guestList li .name         { color:#008B6B;  font-weight:bold;}
.guestList li .name a       { color:#008B6B;  font-weight:bold; text-decoration:underline;}

.guestList li .date         { color:#5A340F; font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;}

.guestList p {padding-bottom:3px ; margin:0; color:#000;}

.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;}




/* h2 */
.entryNotice h2,
.entryProtected h2,
.entry h2                {  font-size:/*@post-title-font-size=*/ 1em /*@*/; /*@post-title-font-family=font-family:;*/ font-family: inherit; /*@*/ color:#000; background:url("images/h3bg.gif") no-repeat; padding:23px 0 20px 20px;}

.titleWrap h2 a:link          { color:/*@post-title-color=*/ #000000 /*@*/;     text-decoration:none;}
.titleWrap h2 a:visited       { color:/*@post-title-color=*/ #000000 /*@*/;     text-decoration:none;}
.titleWrap h2 a:hover         { color:/*@post-title-color=*/ #000000 /*@*/;  text-decoration:underline;}
.titleWrap h2 a:active        { color:/*@post-title-color=*/ #000000 /*@*/;     text-decoration:none;}

.entry .admin   {font-size:11px;  line-height:1.2em; color:#5A340F; padding-top:5px; padding-left:15px;}
.entry .admin a {color:#5A340F;}





/* post title */
		     .titleWrap               { font-size:1em; color:#896844; margin-bottom:5px;}
		     .titleWrap .category a   { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#896844; padding-left:15px;}
			 .titleWrap .category a:hover { color:#ED125A; text-decoration:none;}
.entryNotice .titleWrap .category     { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#896844; padding-left:15px;}
		     .titleWrap .date         { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#896844; padding-left:5px;}


.entryProtected p.text   { background:url(images/imgProtected.gif) no-repeat ; margin:20px; padding-left:50px; color:#333;}
.entryProtected p        { color:#333; margin-left:10px; margin-bottom:10px;}
.entryProtected p label  { color:#ED125A; }
.entryProtected input    { width:200px; height:18px;}
.entryProtected .submit  { font:11px Verdana; color:#fff; width:50px; height:20px; background-color:#000; padding-top:2px;}


.article                 { width:/*@post-width=*/ 520px /*@*/; overflow:hidden; color:#000; margin:10px; /*@post-body-color=color:;*/ color: #3E3E3E; /*@*/ /*@post-body-font-family=font-family:;*/ font-family: inherit; /*@*/ /*@post-body-font-size=font-size:;*/ font-size: inherit; /*@*/}
.article a:link          { color:#ED125A;  text-decoration:none;}
.article a:visited       { color:#ED125A;  text-decoration:none;}
.article a:hover         { color:#ED125A;  text-decoration:underline;}
.article a:active        { color:#ED125A;  text-decoration:none;}
.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;}


.entry .article h1 {font-size:1.6em !important; font-weight:bold;  color:#000; padding:5px 0;}
.entry .article h2 {font-size:1.4em !important; border:none; margin:0; padding:5px 0; background:none;}
.entry .article h3 {font-size:1.2em !important; font-weight:bold;  color:#000; padding:5px 0;}
.entry .article h4 {font-size:1em !important; font-weight:bold;  color:#000; padding:5px 0;}
.entry .article h5 {font-size:1em !important; font-weight:bold;  color:#000; padding:5px 0;}
.entry .article h6 {font-size:1em !important; font-weight:bold;  color:#000; padding:5px 0;}

.entry .article ol  {margin:15px 0 !important;}
.entry .article ul  {margin:15px 0 !important;}
.entry .article ol li {list-style:decimal; margin-left:30px;}
.entry .article ul li {list-style:disc; margin-left:30px;}



.author         { font:11px  ahoma, Verdana, Arial, Helvetica, sans-serif;  text-align:right;   color:#000; margin:20px 10px 10px 10px;}
.author .text   { font:0.9em ahoma, Verdana, Arial, Helvetica, sans-serif; color:#000;}


.tagTrail                { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif; color:#5A340F; padding:5px 5px 3px 35px;
						 background:url(images/entryTag.gif) left center no-repeat; clear:both;  margin:3px 10px 0 10px;}
.tagText                 { display:none;}

.tagTrail a:link    {color:#5A340F;}
.tagTrail a:visited {color:#5A340F;}
.tagTrail a:active  {color:#5A340F;}
.tagTrail a:hover   {color:#ED125A; text-decoration:none;}

.actionTrail             { font:0.9em Tahoma; color:#5A340F; padding:3px 2px;  clear:both; border-top:1px dashed #D6C59E; margin:0 10px 10px 10px;}
.actionTrail .cnt        { color:#ED125A; font-weight:bold;}
.actionTrail a:link         {color:#5A340F;}
.actionTrail a:visited      {color:#5A340F;}
.actionTrail a:hover        {color:#ED125A; text-decoration:none;}




.trackback               { border-top:0; background:#E9E4D1; width:/*@post-width:-20=*/ 500px /*@*/; overflow:hidden; padding:13px 10px  10px; margin:0 10px 10px 10px; }
.trackback a             { color:#000;}
.trackback h3            { font:11px Verdana; color:#000;  border-bottom:0; padding-bottom:3px; margin: 5px 0 5px 0;}
.trackback .from,
.trackback h4            { font:11px Verdana; font-weight:normal; color:#000;}
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            { border-top:1px dotted #fff;  padding-top:5px;}
.trackback .date         { font:0.9em Tahoma, Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#5A340F;}
.trackback p             { font:0.95em Dotum, Arial, sans-serif;  color:#000;  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:0;  background:#E9E4D1;  width:/*@post-width:-20=*/ 500px /*@*/; overflow:hidden; padding:0 10px 10px 10px; margin:0 10px 15px 10px;}
		.comment li p                     { margin:3px 0 0 0; padding:0; color:#000; border-top:1px dashed #FFF; margin-top:5px; padding-top:5px;}
		.comment p                        { color:#000; margin:3px 0 0 0; padding:0;}

		.comment h3                       { display:none;}
		.comment ol,
		.comment ul                       { margin:0;  padding:0;  list-style:none; }
		.comment .date                    { color:#5A340F; font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;}
		.comment .name                    { color:#008B6B; font-weight:bold;}
		.comment .name a       		      { color:#008B6B;}

		.comment ol li                    { padding:10px 0;}
		.comment li ul li                 { padding:5px 0 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-top:10px;}
		.commentWrite input               { width:150px; font:1em Dotum, Arial, sans-serif; padding:3px 0 0 3px;line-height:18px; height:18px;}
		.commentWrite .homepage           { width:300px; font:1em Dotum, Arial, sans-serif; line-height:18px; margin-bottom:2px;}
		.commentWrite textarea            { width:/*@post-width:-22=*/ 498px /*@*/; padding:5px; position:relative; font:1em Dotum, Arial, sans-serif; line-height:18px;}
		.commentWrite .submit             { width:/*@post-width:-20=*/ 500px /*@*/; font:0.9em Dotum, Arial, sans-serif; color:#fff; height:25px; background-color:#1A1712; padding-top:5px;  position:relative;}
		.commentWrite label { position:absolute; margin-top:5px;}
		.commentWrite .secretWrap  label  { position:absolute; margin-top:1px;}
		.commentWrite .checkbox           {	border:none; padding:0;	margin:0; width:25px;}
		.commentWrite label               { padding-bottom:3px;}




/* 페이징 */
#paging { text-align:center; font:9px Verdana; font-weight: bold; letter-spacing:normal; padding-bottom:30px;}
.number { margin-right:2px; padding:0px 2px 0px 3px; font:9px Verdana; font-weight: bold;}
a.number:link, a.number:visited  { background:#b7b7b7; color:#fff;}
a.number:hover {background:#A88A59; text-decoration:none;}


/* ***** footer ***** */

/* rss */
.rss  { text-align:center; padding-left:10px; display:inline;}

#footer #logo a		  {color:#896844;}
#footer #logo a:hover {color:#896844;}

#footer .counter		 { font:0.9em Tahoma, Gulim, sans-serif; color:#896844; padding:0;  margin:5px 0 10px 0; text-align:center; letter-spacing:0;}
#footer .counter li      { background:none;  display:inline;  padding:0 5px;}
/* #sidebar .counter li.total     { display:block;} */

#footer          { font:0.9em Verdana, dotum; color:#896844; text-align:center; line-height:20px; padding-top:30px; padding-bottom:20px;}
#footer a        { color:#896844;}
#footer a:hover  { color:#896844;}