@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0}

/* 반드시 들어가야 하는 스타일 시작 */

/* 본문 공통 */
body{
		font:12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif;
		background :url(images/bodybg.jpg) no-repeat top center #D6EFEF;
		color:#464646;
		margin:0;
		padding:0;
}
a:link          { color:#464646;     text-decoration:none;}
a:visited       { color:#464646;     text-decoration:none;}
a:hover         { color:#007F7F;     text-decoration:none;}
a:active        { color:#464646;     text-decoration:none;}

/* 페이징 - 현재 페이지 */
    .selected      { font-weight:bold;  color:#FF5300;  background:#fff; text-decoration:none; padding:0px 2px 0px 3px;}
    .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:#FF5300;}

/* 달력 월 표시 */
    .cal_month              { color:#000; font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; font-weight:bold;}
	.cal_month  a           { color:#000 !important;}
	.cal_month  a:hover     { color:#000 !important; }
/* 달력 요일 표시(th 영역) */
    .cal_week1              { font:0.95em Dotum, Arial, sans-serif;  height:18px;  font-weight:normal; color:#FF5300; }
/* 달력 일요일 표시(th 영역) */
    .cal_week2              { font:0.95em Dotum, Arial, sans-serif;  color:#FF5300; }

/* 달력 Week(tr 영역)  */
    .cal_week               { background:none;}
    .cal_current_week       { background:#D6EFEF; padding: 3px 0 5px 0;}

/* 달력 Day(td 영역) */
    .cal_day                { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#464646;  text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
    .cal_day_sunday         { color:#FF5300 !important;}
    .cal_day_sunday a       { color:#FF5300 !important;}

/* 달력 지난 달 날짜 표시(td)   */
    .cal_day1               { color:#464646;}
/* 달력 다음 달 날짜 표시(td)   */
    .cal_day2               { color:#464646;}
/* 달력 이번 달 날짜 표시(td) */
    .cal_day3               { color:#464646;}
/* 달력 오늘 날짜 표시(td) */
    .cal_day4               { color:#000;  background:#fff; text-decoration:underline;}
	.cal_day4 a 			{ text-decoration:underline;}
	.cal_day4 a:hover 		{ text-decoration:underline;}
/* 달력 글쓴 날 링크 스타일 */
    a.cal_click:link        { color:#000;  font-weight:bold;}
    a.cal_click:visited     { color:#000;  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:970px; margin:0 auto;} */

#header    {width:560px; margin:0 auto; background:url("images/header_bg.gif") no-repeat  top center;  height:90px;}
#content   {width:560px; margin:0 auto; padding:0; background:#fff;}
.sidebar   {
	width:150px;
	overflow:hidden;
	position:absolute;
	top:115px;
}
.sidebar.left { right:50%; margin-right:290px;}
.sidebar.right { left:50%; margin-left:290px;}
#footer    {width:560px; margin:0 auto; background:url("images/content_bottom.gif") no-repeat top center;}



/* **** Header ***** */

#top { background:url("images/top.jpg") no-repeat top center; height:120px;}

#header a              { color:#D8FF00; padding:0 3px;}
#header h1			   { font-family:Dotum; font-size:16px; text-align:left; font-weight:bold; padding:25px 0 0 12px;}
#header h1 a           { color:#000;}
#header h1 a:hover     { color:#000;  text-decoration:underline;}

#header .blogMenu          {font-size:11px; color:#707070; text-align:right; padding:10px 0 0 0; position:absolute; margin:-30px 10px 0 275px;}
#header .blogMenu  a       {color:#707070;}
#header .blogMenu  a:hover {color:#707070;}
#header .blogDesc          {color:#999999;  font-size:0.9em;  letter-spacing:-1px; padding:5px 17px 0 15px; margin:0;}
/* --------------- */


.cnt   { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#FF5300;}
.date  { font:0.8em Tahoma, Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#007F7F;}
.name  { font:0.9em Dotum, sans-serif;  color:#007F7F;}



/* ***** sidebar ***** */

.blogInfo {}
	.blogImage         {background:url("images/blogimg_bg.gif") no-repeat top center; padding:10px; margin-top:5px;}
		.blogImage img {width:130px; height:130px; text-align:center;}
	.blogDesc          {color:#898989;  font-size:0.9em;  line-height:1.2em;  letter-spacing:-1px; background:#fff; padding:0 10px;}
	.blogID            {background:url("images/blogID_bg.gif") no-repeat bottom; padding:5px 10px 10px 10px; margin-bottom:15px;}
		.userID        {color:#898989;  font-size:0.9em; letter-spacing:-1px;  background:url("images/iconBy.gif") 3px 0 no-repeat;  padding-left:22px;  margin-bottom:5px;}


.sidebox { padding:5px 0 5px 0;}

.sidebar					h3  {margin:10px 0 5px 0; padding-top:17px; height:0; width:150px; overflow:hidden;}


.sidebar .category 			h3 { background:url("images/side_category.gif") no-repeat;}
.sidebar .recentPost 		h3 { background:url("images/side_recentPost.gif") no-repeat;}
.sidebar .recentComment		h3 { background:url("images/side_recentComment.gif") no-repeat;}
.sidebar .recentTrackback	h3 { background:url("images/side_trackback.gif") no-repeat;}
.sidebar .archive			h3 { background:url("images/side_archive.gif") no-repeat;}
.sidebar .link				h3 { background:url("images/side_link.gif") no-repeat;}


.sidebar ul            {list-style:none;}
.sidebar li            {background:url("images/bul.gif") 0 6px no-repeat;  padding-left:7px; line-height:140%;}
.sidebar li a		   {color:#464646;}
.sidebar li a:hover	   {color:#007F7F;}


.recentPost   {width:150px; overflow:hidden;}

.recentComment             { width:150px; overflow:hidden;}
.recentComment .info_wrap  {  margin-bottom:3px; color:#333; }

.recentTrackback             { width:150px; overflow:hidden;}
.recentTrackback .info_wrap  { margin-bottom:3px; color:#333;}


.archive      { width:150px; overflow:hidden;} 
.archive li   { font-size:11px; font-family:verdana; line-height:130%; margin-bottom:5px;}


.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:#0C9595;}


.search               { background:url("images/search_bg.gif") no-repeat center; text-align:center; padding:8px 0 8px 2px; margin:5px 0 5px 0;}
.search input         { width:80px;  height:14px; padding:3px; padding-top:3px;}
.search .submit       { font:0.9em Tahoma, Helvetica, Arial, Dotum, sans-serif; color:#000; width:38px; height:22px;}


.notice               { margin:5px 0 5px 0;  padding:0;}
.notice li            { background:none !important; padding:0;}
.notice a:link,
.notice a:visited     { color:#000; background:url("images/iconNotice.gif") 0 0 no-repeat; padding:0 0 0 13px; text-decoration:none;}
.notice a:hover       { color:#007F7F; background:url("images/iconNotice_on.gif") 0 0 no-repeat;  padding:0 0 0 13px; text-decoration:none;}





.calender  { background:url("images/calender_bg.gif") no-repeat; height:135px; margin:5px 0 5px 0;}
.calender h3 { display:none;}
.calender .sidebox { padding:10px;}


.sidebar	.tagLog	h3 { display:none; }

.sidebar	.tagLog ul            { text-align:justify;}
.sidebar 	.tagLog li            { background:none;  display:inline; padding-left:0;}
.sidebar 	.tagLog a:hover       { background:#5CDBD9;  color:#000; text-decoration:none;}
			
.sidebar 	.tagLog li  .cloud1         { font-size:16px;  color:#ED125A;  font-weight:bold;}
.sidebar 	.tagLog li a.cloud1:visited  { color:#ED125A;}
			
.sidebar	.tagLog li  .cloud2          { font-weight:bold;  font-size:14px;  color:#91268F;}
.sidebar 	.tagLog li a.cloud2:visited  { color:#91268F;}

.sidebar	.tagLog li  .cloud3          { font-weight:bold;  font-size:13px;  color:#605CA8;}
.sidebar	.tagLog li a.cloud3:visited   { color:#605CA8;}

.sidebar 	.tagLog li  .cloud4           { font-size:12px;  color:#2E3092; font-weight:bold; }
.sidebar 	.tagLog li a.cloud4:visited   { color:#2E3092;}
			
.sidebar	.tagLog li  .cloud5          { font-size:12px;  color:#000;}
.sidebar	.tagLog li a.cloud5:visited  { color:#000;}



/* ***** contents ***** */


/* content box style */
#content .localLog, 
#content .tagLog, 
#content .entryNotice, 
#content .entryProtected, 
#content .entry,             
#content .guestbook, 
#content .searchList, 
#content .searchRplist,    
#content .mediaList { padding:0 10px 20px 10px; width:540px;} 

/* h3 */
#content .localLog h3 { font-size:1em; color:#000; background:url("images/icon_locallog.gif") no-repeat 0 12px; padding:10px 0 5px 15px; }
#content .tagLog h3 { font-size:1em; color:#000; background:url("images/icon_taglog.gif") no-repeat 0 12px; padding:10px 0 5px 15px; }
#content .guestbook h3 { font-size:1em; color:#000; background:url("images/icon_bbs.gif") no-repeat 0 12px; padding:10px 0 5px 15px; }
#content .searchList h3,
#content .searchRplist h3 { font-size:1em; color:#000; background:url("images/icon_search.gif") no-repeat 0 12px; padding:10px 0 5px 15px; } 
#content .mediaList h3 { font-size:1em; color:#000; background:url("images/icon_medialog.gif") no-repeat 0 12px; padding:10px 0 5px 15px; }


/* 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:#FF5300;}
.localLog a:visited          { color:#FF5300;}
.localLog a:hover            { color:#FF5300;  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:#5CDBD9;  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;}
						
					





/* Search */
.searchList ol, 
.searchRplist ol            { list-style:none;  padding:0 0 5px 0;  margin:0 15px 0 15px; }
.searchList li, 
.searchRplist li            { border-bottom:1px dashed #E1E1E1; padding-top:5px; padding-bottom:3px;  margin-bottom:0;}

.searchList .date, 
.searchRplist .date         { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;   color:#464646;  margin-right:10px; }
.searchList .cnt            { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#FF5300; }
.searchRplist .name         { font:0.95em Tahoma, Dotum, Arial, sans-serif;    color:#000;  padding-left:8px;}

.searchList a 				{color:#464646; text-decoration:none;}
.searchList a:hover 		{color:#000; text-decoration:none;}

.searchRplist a       {color:#464646; text-decoration:none;}
.searchRplist a:hover {color:#000; text-decoration:none;}


/* Guest */
.guestbook p                { padding-bottom:3px ; margin:0; color:#D3D1D1;}

.guestWrite                 { padding:10px; color:#333; margin:10px 15px 10px 15px; background:#E9F6F6;}
.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:478px; 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:490px; font:0.9em Dotum, Arial, sans-serif; color:#fff; height:25px; background-color:#000; padding-top:3px;}

.guestList                  { width:510px; margin:0 15px 0 15px;}
.guestList ol,
.guestList ul               { margin:0; list-style:none;}
.guestList li p             { border-top:1px dashed #B7DEDE; margin-top:5px; padding-top:5px;}
.guestList ol li            { width:510px; padding-top:10px; margin-bottom:10px;  overflow:hidden;}
.guestList li ul li         { width:485px;  background:url("images/iconIndentArrow_local.gif") no-repeat 10px 10px;  
							padding-left:25px;  border:none;  overflow:hidden;}
								
.guestList li .name         { color:#000;  font-weight:bold;}
.guestList li .name a       { color:#000;  font-weight:bold; text-decoration:underline;}

.guestList li .date         { color:#898989; font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;}

.guestList p {padding-bottom:3px ; margin:0; color:#464646;}

.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:1em;   color:#000; background:url("images/icon_posttitle.gif") no-repeat 0 12px; padding:10px 0 0 15px;}

.titleWrap h2 a:link          { color:#000;     text-decoration:none;}
.titleWrap h2 a:visited       { color:#000;     text-decoration:none;}
.titleWrap h2 a:hover         { color:#000;  text-decoration:underline;}
.titleWrap h2 a:active        { color:#000;     text-decoration:none;}

.entry .admin   {font-size:11px;  line-height:1.2em; color:#898989; margin:5px 15px 0 15px; padding-top:5px; border-top:1px solid #EBEBEB;}
.entry .admin a {color:#898989; text-decoration:underline;}





/* post title */
		     .titleWrap               { font-size:1em; color:#896844; margin-bottom:5px;}
		     .titleWrap .category a   { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#898989; padding-left:15px;}
			 .titleWrap .category a:hover { color:#898989; text-decoration:none;}
.entryNotice .titleWrap .category     { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#898989; padding:15px;}
		     .titleWrap .date         { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#898989; 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:510px; overflow:hidden; color:#464646; margin:10px 15px 10px 15px;      }
.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  Tahoma, Verdana, Arial, Helvetica, sans-serif;  text-align:right;   color:#000; margin:0 15px 10px 15px;}
.author .text   { font:0.9em Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#000;}


.tagTrail                { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif; color:#5A340F; padding:5px 0 5px 35px;
						 background:url("images/entryTag.gif") left center no-repeat;  margin:3px 15px 0 15px;}
.tagText                 { display:none;}

.tagTrail a:link    {color:#000;}
.tagTrail a:visited {color:#000;}
.tagTrail a:active  {color:#000;}
.tagTrail a:hover   {color:#FE013B;}

.actionTrail             { font:0.9em Tahoma; color:#000; padding:5px 2px;   border-top:1px dashed #D6C59E; margin:0 15px 10px 15px;}
.actionTrail .cnt        { color:#FF5300; font-weight:bold;}
.actionTrail a:link         {color:#000;}
.actionTrail a:visited      {color:#000;}
.actionTrail a:hover        {color:#000; text-decoration:none;}




.trackback               { border-top:0; background:#E9F6F6; width:490px; overflow:hidden; padding:10px; margin:0 15px 10px 15px;}
.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; 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; width:510px; overflow:hidden;  background:#E9F6F6; margin: 0 15px 10px 15px;} 
		.comment li p                     { margin:3px 0 0 0; padding:0; color:#555555; border-top:1px dashed #B7DEDE; margin-top:5px; padding-top:5px;}
		.comment p                        { color:#555; 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:#555; font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif; padding:0 5px 0 10px;}
		.comment .name                    { color:#000; font-weight:bold;}
		.comment .name a       		      { color:#000;}
		
		.comment ol li                    { padding:10px; background:#E9F6F6;}
		.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: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:488px; padding:5px; position:relative; font:1em Dotum, Arial, sans-serif; line-height:18px;}
		.commentWrite .submit             { width:490px; 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:4px;}
		.commentWrite .secretWrap  label  { position:absolute; margin-top:1px;}
		.commentWrite .checkbox           {	border:none; padding:0;	margin:0; width:25px;}
		

		

/* 페이징 */
#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:#01A7A7; color:#fff;}
a.number:hover {background:#FF5300; color:#fff; text-decoration:none;}
#paging img {border:0;}


/* ***** 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;}
