@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

/* 반드시 들어가야 하는 스타일 시작 */

/* 본문 공통 */
body {font:12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif;
		color:#000;margin:0;padding:0;
		background:url("images/bodybg.jpg") top center no-repeat #D8E7DB;
		}

a:link          { color:#662C91;     text-decoration:none;}
a:visited       { color:#662C91;     text-decoration:none;}
a:hover         { color:#662C91;     text-decoration:underline;}
a:active        { color:#662C91;     text-decoration:none;}

/* 페이징 - 현재 페이지 */
	.selected      { font-weight:bold;  color:#FF2400; }
	.no-more-prev,
	.no-more-next  { color:#000;}


/* 카테고리 - 이미지 버튼 */
	.ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
	.branch3                { cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
	.c_cnt                  { font:0.75em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#8F008C;}

/* 달력 월 표시 */
	.cal_month              { color:#FFDE00; font:0.8em Tahoma, Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; font-weight:bold;}
	.cal_month  a           { color:#FFDE00 !important;}
	.cal_month  a:hover     { color:#FFDE00 !important; }
/* 달력 요일 표시(th 영역) */
	.cal_week1              { font:0.9em Tahoma, Dotum, Arial, sans-serif;  height:18px;  font-weight:normal; color:#FFDE00; }
/* 달력 일요일 표시(th 영역) */
	.cal_week2              { font:0.9em Tahoma, Dotum, Arial, sans-serif;  color:#FFF200; }

/* 달력 Week(tr 영역)  */
	.cal_week               { background:none;}
	.cal_current_week       { background-color:#39342A; padding: 3px 0 5px 0;}

/* 달력 Day(td 영역) */
	.cal_day                { font:0.8em Tahoma, Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#D3D1D1;  text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
	.cal_day_sunday         { color:#FFDE00 !important;}
	.cal_day_sunday a       { color:#FFDE00 !important;}

/* 달력 지난 달 날짜 표시(td)   */
	.cal_day1               { color:#D3D1D1;}
/* 달력 다음 달 날짜 표시(td)   */
	.cal_day2               { color:#D3D1D1;}
/* 달력 이번 달 날짜 표시(td) */
	.cal_day3               { color:#D3D1D1;}
/* 달력 오늘 날짜 표시(td) */
	.cal_day4               { color:#D3D1D1;  text-decoration:underline;}
	.cal_day4 a  {text-decoration:underline;}
	.cal_day4 a:hover {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:#D3D1D1;  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                   { border:0;}
/* 가운데 */
	.center                 { border:0;}
/* 오른쪽 */
	.right                  { border:0;}
/* 그림 2개 배치 */
	.dual                   { margin-bottom:5px;}
/* 그림 3개 배치 */
	.triple                 { 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:1em;}
h2              { font-size:1em;}
h3              { font-size:1em;}
h4              { font-size:1em;}

input           { border:1px solid #aaa;}
textarea        { border:1px solid #aaa;}




/* 레이아웃 */

#container { width:640px; margin:0 auto;}
#header    { padding-top:175px; background:url("images/headbg.gif") no-repeat 200px 20px; }
#content   { width:600px; margin:0; padding:60px 20px 20px 20px; background:url("images/contentbg.gif") no-repeat top center #E5EFE7;}
.sidebarCenter   {width:600px; background:#E5EFE7; padding:20px; margin-top:10px; clear:both; }
.click {text-align:center;}
#footer    {clear:both;}





/* 헤드 */

#header a              { color:#000; padding:0 3px;}
#header h1			   { font-family:Tahoma,Dotum; position:absolute; margin:-65px 0 0 300px;}
#header h1 a           {     color:#fff;}
#header h1 a:hover     { color:#fff;  text-decoration:underline;}

#header .blogMenu      { position:absolute;  margin:-20px 0 0 150px;}
#header .blogMenu ul   { margin:0;  padding:0;  list-style:none; }
#header .blogMenu li   { display:inline; margin-left:5px; padding-left:5px; font-size:10px; font-weight:bold; color:#000; font-family:Verdana;}

#header .blogMenu li span {display:none;}

#header .blogMenu a { color:#000;}
#header .blogMenu a:hover { color:#E72100; text-decoration:none;}


/* 카운트/날짜/이름 */


.cnt   { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#8F008C;}
.date  { font:0.8em Tahoma,Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#999;}
.name  { font:0.9em Dotum, Arial, sans-serif;  color:#999;}


/* 컨텐츠 */

/* 컨텐츠 박스 */
#content .localLog,
#content .tagLog,
#content .entryNotice,
#content .entryProtected,
#content .entry,
#content .guestbook,
#content .searchList,
#content .searchRplist,
#content .mediaList   {width:600px; margin:10px 0 30px 0;}




/* 컨텐츠 타이틀 */
#content .localLog h3,
#content .tagLog h3,
#content .guestbook h3,
#content .mediaList h3 {margin:20px 0 10px 0; padding-top:20px; height:0; overflow:hidden; border-bottom:1px solid #575AC2;}

#content .localLog h3 	{background:url(images/location.gif) no-repeat;}
#content .tagLog h3 	{background:url(images/tag.gif) no-repeat;}
#content .guestbook h3	{background:url(images/bbs.gif) no-repeat;}
#content .mediaList h3	{background:url(images/media.gif) no-repeat;}

#content .searchList h3,
#content .searchRplist h3  {font-size:1em; color:#000;}





/* 지역로그 */
.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:#8F008C;}
.localLog a:visited { color:#8F008C;}
.localLog a:hover   { color:#8F008C;  text-decoration:underline;}

/* 포스트 타이틀 */
.entry h2,
.entryProtected h2,
.entryNotice h2 {font-size:1em; color:#000; margin-bottom:3px;  display:inline;}

.entryProtected .titleWrap,
.entryNotice .titleWrap,
.entry .titleWrap { color:#000;}

.entry .admin   {font:90% Dotum;  line-height:1.2em; color:#666;}
.entry .admin a {color:#666; text-decoration:underline;}


/* 포스트 타이틀 */
.entry .titleWrap h2 a:link     { color:#000;    	text-decoration:none; border-bottom:2px solid #000;      }
.entry .titleWrap h2 a:visited  { color:#000;     	text-decoration:none; border-bottom:2px solid #000;}
.entry .titleWrap h2 a:hover    { color:#575AC2;    text-decoration:none; border-bottom:2px solid #575AC2;}
.entry .titleWrap h2 a:active   { color:#000;     	text-decoration:none; border-bottom:2px solid #000;}
.entry .titleWrap .category     { font:90% Dotum,Tahoma, Helvetica, Arial, Gulim, sans-serif;}
.entry .titleWrap .category a   { color:#1A1364;}
.entry .titleWrap .date         { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#1A1364; padding-left:10px;}
.entryNotice .category  { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif; color:#1A1364;}

.entryProtected .titleWrap h2 a:link     { color:#000;    	text-decoration:none; border-bottom:2px solid #000;}
.entryProtected .titleWrap h2 a:visited  { color:#000;     	text-decoration:none; border-bottom:2px solid #000;}
.entryProtected .titleWrap h2 a:hover    { color:#575AC2;    text-decoration:none; border-bottom:2px solid #575AC2;}
.entryProtected .titleWrap h2 a:active   { color:#000;     	text-decoration:none; border-bottom:2px solid #000;}

.entryNotice .titleWrap h2 a:link     { color:#000;    	text-decoration:none; border-bottom:2px solid #000;}
.entryNotice .titleWrap h2 a:visited  { color:#000;     	text-decoration:none; border-bottom:2px solid #000;}
.entryNotice .titleWrap h2 a:hover    { color:#575AC2;    text-decoration:none; border-bottom:2px solid #575AC2;}
.entryNotice .titleWrap h2 a:active   { color:#000;     	text-decoration:none; border-bottom:2px solid #000;}


/* 보호글 */
.entryProtected p.text   { background:url(images/imgProtected.gif) 0 10px no-repeat; margin-left:10px; padding-left:50px; color:#000;}
.entryProtected p        { color:#000; margin-left:10px; margin-bottom:10px; padding-top:10px;}
.entryProtected p label  { color:#000;}
.entryProtected input    { width:200px;}
.entryProtected .submit  { font:11px Verdana; color:#fff; width:50px; height:20px; background-color:#000; padding-top:2px;}

/* 포스트-내용 */
.article                 { width:600px; overflow:hidden; color:#464646; padding:15px 0 0 0;      }
.article a:link          { color:#662C91;  text-decoration:none;}
.article a:visited       { color:#662C91;  text-decoration:none;}
.article a:hover         { color:#662C91;  text-decoration:underline;}
.article a:active        { color:#E72100;  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         { clear:both; font:11px  Tahoma, sans-serif,Dotum;  text-align:right; color:#000; padding:0 15px 15px 30px;  border-bottom:1px dashed #855FA8;}
.author .text   { font:0.9em Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#666;}

/* 트랙백 댓글 보기 */
.tagText  { display:none;}
.tagTrail { font:90% Dotum,Verdana,Tahoma; color:#662C91; background:url(images/entryTag.gif) 0 10px no-repeat;  padding:10px 0 0 35px; clear:both;}
.tagTrail a:link    {color:#662C91;}
.tagTrail a:visited {color:#662C91;}
.tagTrail a:active  {color:#662C91;}
.tagTrail a:hover   {color:#8F008C; text-decoration:none;}

.actionTrail  { font:11px Tahoma; color:#000; clear:both; padding:10px 0 5px 0;}
.actionTrail .cnt        { font:11px Tahoma; color:#8F008C; font-weight:bold;}
.actionTrail a:link         {color:#662C91;}
.actionTrail a:visited      {color:#662C91;}
.actionTrail a:active       {color:#662C91;}
.actionTrail a:hover        {color:#8F008C;text-decoration:underline;}

/* 트랙백 */
.trackback { background:#D8E7DB;  overflow:hidden; padding:10px; margin:5px 0 0 0; }
.trackback a             { color:#000;}
.trackback h3            { font:11px Verdana; color:#444;  border-bottom:0; padding-bottom:3px; margin: 5px 0 5px 0;}
.trackback .from,
.trackback h4            { font:11px Verdana; font-weight:normal; color:#444;}
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            { border-top:1px dotted #666;  padding-top:5px;}
.trackback .date         { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#999;}
.trackback p             { font:0.95em Dotum, Arial, sans-serif;  color:#333;  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 {background:#D8E7DB; overflow:hidden; padding:10px; margin:5px 0 0 0;}
.comment li p                     { color:#666; margin-top:3px; padding:0;}
.comment p                        { color:#666; margin:0; padding:0;}
.comment h3                       { display:none;}
.comment ol,
.comment ul                       { margin:0;  padding:0;  list-style:none; }
.comment .date                    { font:10px Tahoma,Verdana, Helvetica, Gulim, sans-serif;  color:#666; padding:0 5px 0 10px;}
.comment .name                    { font-weight:bold; color:#000;}
.comment .name a                  { color:#000;}
.comment ol li                    { padding:10px 0 10px 0;}
.comment li ul li                 { background:url("images/iconIndentArrow_local.gif") no-repeat 12px 10px; padding:10px 0 0 30px; }
.comment .control a.address       { background:url(images/iconAddress.gif) no-repeat;  padding-left:52px;  padding-bottom:5px;  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:5px;  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:5px;  text-decoration:none;}
.comment .control a.write span    { display:none;}

/* 댓글쓰기 */
.commentWrite input { width:525px; font:11px  Dotum, Arial; background:#fff; border:none; padding:3px 0 0 55px; margin-bottom:2px; line-height:18px; height:18px;}
.commentWrite input.inputname    { background:url(images/inputName.gif) 6px 7px no-repeat #fff;}
.commentWrite input.inputpass    { background:url(images/inputPassword.gif) 6px 7px no-repeat #fff;}
.commentWrite input.inputhome    { background:url(images/inputHomepage.gif) 6px 7px no-repeat #fff;}
.commentWrite label { display:none; padding-bottom:3px;}
.commentWrite .checkbox           {	 width:25px;border:none; background:none; padding:0; margin:0;}
.commentWrite .secretWrap         { margin-bottom:3px; background:url("images/inputSecret.gif") 25px 5px no-repeat;}
.commentWrite textarea           {  width:570px; font:1em Dotum, Arial, sans-serif; line-height:18px; background:url(images/inputComment.gif) 6px 7px no-repeat #fff; border:none; padding:20px 5px 5px 5px !important;  margin-bottom:5px; }
.commentWrite .submit             { width:580px; padding:0;color:#000; background:#fff; height:26px; border:1px solid #86B9B3;}


/* 검색 리스트  */
.searchList ol,
.searchRplist ol            { list-style:none;  padding:0 0 5px 0;  margin:0; }
.searchList li,
.searchRplist li            { border-bottom:1px dashed #c4c4c4; padding-top:5px; padding-bottom:3px;  margin-bottom:0;}
.searchList .date,
.searchRplist .date         { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif; color:#666;  margin:0 10px 0 13px; }
.searchList .cnt,
.searchRplist .cnt { font:0.8em Tahoma;  color:#8F008C; }
.searchRplist .name         { font:90% Dotum, Arial, sans-serif; color:#666;  padding-left:8px;}
.searchList a {color:#333; text-decoration:none;}
.searchList a:visited {color:#333;}
.searchList a:hover {color:#000; text-decoration:none;}
.searchRplist a {color:#333; text-decoration:none;}
.searchRplist a:visited {color:#333;}
.searchRplist a:hover {color:#000; text-decoration:none;}


/* 방명록 */
.guestbook p                { padding-bottom:3px ; margin:0; color:#666;}
.guestWrite                 { padding:10px; background:#fff;}
.guestWrite input { width:525px; font:11px  Dotum, Arial, sans-serif; background:#E5EFE7; border:none; padding:3px 0 0 55px; margin-bottom:2px; line-height:18px; height:18px;}
.guestWrite input.inputname    { background:url(images/inputName.gif) 6px 7px no-repeat #E5EFE7;}
.guestWrite input.inputpass    { background:url(images/inputPassword.gif) 6px 7px no-repeat #E5EFE7;}
.guestWrite input.inputhome    { background:url(images/inputHomepage.gif) 6px 7px no-repeat #E5EFE7;}
.guestWrite label              { display:none; padding-bottom:3px;}
.guestWrite textarea           { background:url(images/inputComment.gif) 6px 7px no-repeat #E5EFE7; width:570px; border:none; position:relative; font:1em Dotum, Arial, sans-serif; line-height:18px; padding:20px 5px 5px 5px !important; margin-bottom:5px;}
.guestWrite .submit         { width:580px; padding:0; margin:0; color:#000; background:#E5EFE7;  height:27px; border:1px solid #C1D5C5;}


/* 방명록 리스트 */
.guestList                  { width:600px;}
.guestList ol,
.guestList ul               { margin:0; list-style:none;}
.guestList li p             { margin-top:5px; padding-top:5px;}
.guestList ol li            { width:600px; padding-top:10px; margin-bottom:10px;  overflow:hidden;}
.guestList li ul li         { margin-left:0; width:540px;  background:url("images/iconIndentArrow_local.gif") no-repeat 20px 15px;
								  padding-left:50px;  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:#666; 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;}


/* 페이징 */
.paging           { text-align:center;  font-size:1em; margin:0 0 0 0; padding:0;}
.paging .numbox   {  font:0.9em Tahoma; margin-left:5px; margin-right:5px; }
.paging .num      { padding-left:2px; padding-right:2px;}
.paging .numbox a       { color:#000;  font-family:Tahoma, Dotum;  font-weight:bold;}
.paging .numbox a:hover { color:#FF2400;  text-decoration:underline;}



/* 태그로그 */

.tagLog ul                  { padding:5px; margin:0; text-align:justify;}
.tagLog li                  { display:inline;}
.tagLog a                   { letter-spacing:-1px;}
.tagLog a:hover             { background-color:#C8E0CD;  color:#000 !important; text-decoration:none;}
.tagLog li  .cloud1          { font-weight:bold;  font-size:16px;  color:#ED1B23;}
.tagLog li a.cloud1:visited  { color:#ED1B23;}
.tagLog li  .cloud2          { font-weight:bold;  font-size:15px;  color:#64A60B;}
.tagLog li a.cloud2:visited  { color:#64A60B;}
.tagLog li  .cloud3          { font-weight:bold;  font-size:13px;  color:#2E3092;}
.tagLog li a.cloud3:visited  { color:#2E3092;}
.tagLog li  .cloud4          { font-size:13px;  color:#666; font-weight:bold;}
.tagLog li a.cloud4:visited  { color:#666;}
.tagLog li  .cloud5          { font-size:12px;  color:#666;}
.tagLog li a.cloud5:visited  { color:#666;}



/* 사이드바 태그로그 */
.sidebarCenter .tagLog ul                  { margin:0; text-align:justify;}
.sidebarCenter .tagLog li                  { display:inline; padding:0;}
.sidebarCenter .tagLog a                   { letter-spacing:-1px;}
.sidebarCenter .tagLog a:hover             { background-color:#C8E0CD;  color:#000; text-decoration:none;}
.sidebarCenter .tagLog li  .cloud1          { font-weight:bold;  font-size:12px;  color:#ED1B23;}
.sidebarCenter .tagLog li a.cloud1:visited  { color:#ED1B23;}
.sidebarCenter .tagLog li  .cloud2          { font-weight:bold;  font-size:12px;  color:#64A60B;}
.sidebarCenter .tagLog li a.cloud2:visited  { color:#64A60B;}
.sidebarCenter .tagLog li  .cloud3          { font-weight:bold;  font-size:12px;  color:#2E3092;}
.sidebarCenter .tagLog li a.cloud3:visited  { color:#2E3092;}
.sidebarCenter .tagLog li  .cloud4          { font-size:12px;  color:#666; font-weight:bold;}
.sidebarCenter .tagLog li a.cloud4:visited  { color:#666;}
.sidebarCenter .tagLog li  .cloud5          { font-size:12px;  color:#666;}
.sidebarCenter .tagLog li a.cloud5:visited  { color:#666;}



/* 블로그 정보 */
 .bloginfo { width:420px;}
 .blogImage {padding:0; width:85px;}
 .blogImage img {width:80px; height:80px; text-align:center; border:1px solid #f4f4f4;}
 .blogDesc { width:335px; color:#000;  font-size:0.9em;  line-height:1.2em;  letter-spacing:-1px;  position:absolute; margin:-80px 0 0 90px;}
 .userID{color:#000; font-size:90%; font-family:Dotum; letter-spacing:-1px;  background:url(images/iconBy.gif) 3px 0 no-repeat;  padding-left:20px; margin-left:10px; }




.calender { display:none; width:150px;}
.calender h3 {display:none;}

/* 사이드바 */
.sidebox { padding:0 5px 0 5px;}
.sideimg {position:absolute; width:550px; text-align:center; margin:-40px 0 0 -15px;}

/* 사이드바 타이틀 */
.sidebarCenter h3  {font:90% dotum; color:#000; font-weight:bold; margin-top:20px; padding-bottom:5px;}

.sidebarCenter ul            {list-style:none; text-align:justify;}
.sidebarCenter li            {display:inline; padding-right:8px;}
.sidebarCenter li a		     {font:12px Dotum,Tahoma,Arial; color:#444; letter-spacing:0;}
.sidebarCenter li a:visited	 {color:#444; text-decoration:none;}
.sidebarCenter li a:hover	 {color:#000; text-decoration:none; background-color:#C8E0CD;}

.sidebarCenter .search               { width:600px; text-align:right; position:absolute; margin:-90px 0 0 0;}
.sidebarCenter .search input         { width:120px;  height:18px;}
.sidebarCenter .search .submit       { font:0.9em Tahoma, Verdana, Helvetica, Arial, Dotum, sans-serif; color:#fff; width:50px;  height:20px;  background-color:#000;}

.sidebarCenter .notice               { margin-top:10px;}
.sidebarCenter .notice li            { display:inline; background:none;}
.sidebarCenter .notice a:link,
.sidebarCenter .notice a:visited     { color:#444; background:url(images/iconNotice.gif) 0 0 no-repeat; padding:0 0 0 38px;}
.sidebarCenter .notice a:hover       { color:#000; background:url(images/iconNotice_on.gif) 0 0 no-repeat;  padding:0 0 0 38px; text-decoration:none; background-color:#C8E0CD;}

.sidebarCenter .recentPost   {padding:0; margin-top:10px;}

.sidebarCenter .recentComment             {padding:0; margin-top:10px;}
.sidebarCenter .recentComment .info_wrap  {  margin-bottom:3px; color:#000; display:inline;}

.sidebarCenter .recentTrackback             {padding:0;}
.sidebarCenter .recentTrackback .info_wrap  { margin-bottom:3px; color:#000; display:inline;}

.sidebarCenter .archive      {padding:0; margin-top:10px;}
.sidebarCenter .archive li   {font:11px Tahoma,verdana;}

.sidebarCenter .category {display:none; margin-top:10px;}
.sidebarCenter .category .selected      {border:none !important;}
.sidebarCenter .categoryList ul,
.sidebarCenter .categoryList li {list-style:none; margin:0; padding:0; display:inline;}
.sidebarCenter .categoryList li {padding:0 0 0 13px; background:url(images/btn_category0.gif) 0 0 no-repeat;}
.sidebarCenter .categoryList li ul {padding:0; margin:0;}
.sidebarCenter .categoryList li ul li {padding:0 0 0 20px; background:url(images/btn_category2.gif) 7px 0 no-repeat;}
.sidebarCenter .categoryList li ul li ul {padding:0; margin:0;}
.sidebarCenter .categoryList li ul li ul li {padding:0 0 0 20px; background:url(images/btn_category.gif) 7px 0 no-repeat;}
.sidebarCenter .categoryList .c_cnt { font:0.8em Tahoma #8F008C; font-weight:normal; letter-spacing:normal;}

.counter h3 {display:none;}
.counter { font:0.85em Tahoma,Verdana, Helvetica, Arial, Gulim, sans-serif; color:#444; margin-bottom:5px;}
.counter li           { background:none;  display:inline;  padding:0 5px;}
.counter li.total     { display:inline;}


/* ***** footer ***** */
#footer          { font:0.9em Verdana, dotum; color:#444; text-align:center; line-height:20px; padding-top:10px; padding-bottom:20px;}
#footer a        { color:#444;}
#footer a:hover  { color:#000; text-decoration:none;}