@charset "utf-8";

/* 본문 공통 */

body{
font: 0.8em/2.0 나눔고딕, 맑은 고딕, Dotum, Tahoma, Verdana, AppleGothic, Sans-serif;
color:#333;
line-height:20px;
padding:0px;
margin:0px;
clear:both; 
background:#19cdff url(images/bg_header.gif) repeat-x;
}
a:link          { color:#333;     text-decoration:none;}
a:visited       { color:#333;     text-decoration:none;}
a:hover         { color:#44a1d0;  text-decoration:none;}
a:active        { color:#333;     text-decoration:none;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_general             { }
.rp_admin               { }
.rp_secret              { color:#f30; }
/* 종류별 코멘트 [##_guest_rep_class_##] */
.guest_general          {  }
.guest_admin            {  }
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
.hiddenComment { color:#17495f;  font-weight:normal;}

/* 이미지 아래 캡션 스타일 */
.cap1                   { color:#999;  text-align:center;}
/* 그림 */
.imageblock             { }
/* 왼쪽 */
.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/read.gif) top left no-repeat;  padding-left:27px; margin-right:100px; color:#44a1d0; }
.moreless_top           { background:url(images/more.gif) top left no-repeat;  padding-left:20px; color:#44a1d0;}
.moreless_body          { pading-bottom:15px;}
.moreless_bottom        { background:url(images/less.gif) top right no-repeat;  padding-right:20px; color:#44a1d0; text-align:right;} */

hr              { display:none; }
img             { border:0;}
h1, h2, h3, h4, h5  { margin:0;  padding:0;}
h1              { font-size:1.8em;}
h2              { font-family:나눔고딕, 맑은 고딕, dotum, tahoma; font-size:11px; padding-bottom:5px;}
h3              { font-family:나눔고딕, 맑은 고딕, verdana, tahoma; font-size:11px; padding-bottom:5px; padding-left:0px; }
h4              { font-size:11px; padding-bottom:5px;}
h5              { font-family: verdana, tahoma; font-size:13px; padding-bottom:5px; padding-left:0px;}
input           { border:1px solid #aaa; font-size:11px; }
textarea        { border:1px solid #aaa; font-size:11px; }

/* 블로그 레이아웃 */
/* 본문 글 넓이를 변경 하려면 아래에서 container와 content의 width를 변경하시기 바랍니다. */
/* 이때 index.xml에서 본문 넓이(contentWidth) 변경후 스킨 리셋 (다른 스킨으로 변경후 다시 현재 스킨 선택) 하시기를 권장합니다. */

#container {		
width:/*@post-width:200*/1100px/*@*/;
border:0px ;
margin:0px auto; 
padding:0px;  	/*상단 여백*/	
}

#header {
height: 140px;
margin-top: 0px;
border-bottom: solid 0px #f0f0f0;
position: relative;
color: #fff;
background:url("images/main-bg.jg") no-repeat top center; 
}

/*부타이틀*/
#slogan {
font-size: 12px;
color: #000000;
margin-top: 12px;
margin-left: 20px;
width: 600px;
}

/* Navbar */

#nav {
height: 26px;
background: #ecebeb;
position: relative;
}
#nbar {
position: relative;
width: auto;
height: 30px;
margin-left: 10px;
padding : 0 0 0 0;
font: bold 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}
#ad {
float: right;
padding-top: 5px;
}

#nbar ul {
float: left;
list-style : none;
margin: 0;
padding: 0;
padding-top: 0px;
}
#nbar ul li {
display: inline;
}
#nbar ul li a {
display: block;
float: left;
padding: 0 10px;
color: #333333;
text-decoration: none;
}
#nbar ul li a:hover {
        text-decoration: none;
	background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;
        color: #f0f0f0;
}
#nbar ul li#selected a {
	text-decoration: none;
	background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;
	color: #ffffff;
}

/* Search */ 

form.search {
	position: relative;
	background: none;
	width: 230px;
	border: none;
	float: right;
	margin: 0;
        margin-top: 100px;
        margin-right: 0px;
}

form.twitter {
	position: relative;
	background: none;
	width: 120px;
	border: none;
	float: left;
	margin: 0;
        margin-top: 30px;
        margin-left: 0px;
}

#content {
float:left;
width:/*@post-width*/682px/*@*/;
overflow:hidden;		
}
#sidebar {
display:block; 
float:left;
width:210px;	
margin-left:0px;
overflow:hidden;	
}
#sidebar1 {
display:block; 
float:left;
width:208px;	
margin-left:0px;
overflow:hidden;	
}

/* ***** Header ***** */

#header .header_wrap   { }
#header .blogTitle     { padding-top:50px; padding-left:0px; }
#header .blogTitle  a  { 	
font-weight:bold;
font-size: 30px;
color: #fff;
position: relative;
width: 600px;}

/* Head Background Image */
body#tt-body-blog #header .blogMenu li.tab_blog a ,
body#tt-body-page #header .blogMenu li.tab_blog a,
body#tt-body-category #header .blogMenu li.tab_blog a,
body#tt-body-search #header .blogMenu li.tab_blog a,
body#tt-body-archive #header .blogMenu li.tab_blog a,
body#tt-body-entry #header .blogMenu li.tab_blog a,
body#tt-body-notice #header .blogMenu li.tab_blog a   { color:#90b6c7;}
body#tt-body-location #header .blogMenu li.tab_loc a  { color:#90b6c7;}
body#tt-body-tag #header .blogMenu li.tab_tag a    { color:#90b6c7;}
body#tt-body-keylog #header .blogMenu li.tab_key a    { color:#90b6c7;}
body#tt-body-media #header .blogMenu li.tab_media a    { color:#90b6c7;}
body#tt-body-guestbook #header .blogMenu li.tab_guest a   { color:#90b6c7;}

body#tt-body-media #content { background:url(images/media_page.gif) no-repeat; padding-top:42px; text-align:center;  }

/* ***** ROUND BOX *** */
.rtop, .rbottom{display:block; }
.rtop * {display:block; height:1px; overflow:hidden; background: #ecebeb;}
.rbottom *{ margin-bottom:10px; display:block; height:1px; overflow:hidden; background: #ffffff; }

.htop, .hbottom{display:block; }
.htop * {display:block; height:1px; overflow:hidden; background: #ffffff;}
.hbottom *{ margin-bottom:10px; display:block; height:1px; overflow:hidden; background: #ffffff; }

.ntop, .nbottom{display:block; }
.ntop * {display:block; height:1px; overflow:hidden; background: #f9f9f9;}
.nbottom *{ margin-bottom:10px; display:block; height:1px; overflow:hidden; background: #f9f9f9; }

.r1{margin:0 5px; background:#cccccc;}
.r2{margin:0 3px; border-left:2px solid #999999; border-right:2px solid #cccccc;}
.r3{margin:0 2px; border-left:1px solid #999999; border-right:1px solid #cccccc;}
.r4{margin:0 1px; height:2px; border-left:1px solid #999999; border-right:1px solid #cccccc;}

.ftop, .fbottom{display:block; }
.ftop * {display:block; height:1px; overflow:hidden; }
.fbottom *{ margin-bottom:10px; display:block; height:1px; overflow:hidden; }

.f1{margin:0 5px; background:#BBBBBB}
.f2{margin:0 3px; border-left:2px solid #BBBBBB; border-right:2px solid #BBBBBB;}
.f3{margin:0 2px; border-left:1px solid #BBBBBB; border-right:1px solid #BBBBBB;}
.f4{margin:0 1px; height:2px; border-left:1px solid #BBBBBB; border-right:1px solid #BBBBBB;}
.box_hblank1 { padding:5px; }
.box_hblank2 { padding:10px; }

/* ***** title_wrap **** */
.titleWrap               { margin-bottom: 12px; }

/* ***** artice_title : h2 hover**** */

#content .notice,
#content .keylog,
#content .localog,
#content .taglog,
#content .entryNotice,
#content .entryProtected,
#content .guestbook,
#content .searchList,
#content .searchRplist,
#content .entry { padding:18px 18px 0px 18px;  border-left:0px solid #CCCCCC; border-right:1px solid #CCCCCC; repeat-x 0px 0px; background-color:#ffffff; border-bottom: solid 0px #D9D9D9;}

#content .prologue h3,
#content .notice h3,
#content .profile h3,
#content .keylog h3,
#content .localog h3,
#content .taglog h3,
#content .guestbook h3,
#content .searchList h5,
#content .searchRplist h3   { border-bottom:1px solid #ccc;  margin-bottom:10px;  color:#44a1d0;}

.searchList .kw,
.searchRplist .kw            { padding-left:3px; background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;
	color: #ffffff;     text-decoration:none;}
.searchList ol,
.searchRplist ol            { list-style:none;  padding:0px;  margin:0;}
.searchList li,
.searchRplist li            { background:url(images/line_dot_gray2.gif) 0px 19px repeat-x;   padding-bottom:2px;  margin-bottom:5px;}
.searchList .date,
.searchRplist .date         { font:10px Tahoma;  margin-right:10px; float:left; width:50px; text-align:right}
.keylog .title,
.searchList .title,
.searchRplist .title        { padding-left:10px;  font:11px 나눔고딕, 맑은 고딕,  Dotum, Tahoma;  margin-right:10px; float:left;}
.searchList .count,
.searchRplist .count        { padding-left:3px; font-weight:normal; font:8px tahoma;}
.searchList .cnt            { font:9px Tahoma;  color:#f60;}
.searchRplist .name         { font:10px 나눔고딕, 맑은 고딕,  Dotum, Tahoma;    color:#999;  padding-left:8px;}

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

.keylog ul                  { margin:0; text-align:justify; }
.keylog a:hover             { background-color:#eee;  color:#000;}
.key1      { cursor: pointer; border-bottom: 1px dotted #ccc; }

.taglog ul                  { margin:0; text-align:justify;}
.taglog li                  { display:inline;}
.taglog a:hover             { background-color:#eee;  color:#000;}
.taglog li .cloud1    { font-weight:bold;  color:#B80D0D}
.taglog li .cloud2    { font-weight:bold;  color:#0D66B8}
.taglog li .cloud3    { font-weight:bold;  color:#C45050;}
.taglog li .cloud4    { }
.taglog li .cloud5    { }


.guestbook p                { padding:6px 0 0 0; margin:0px;  }

.guestWrite                     {  margin:0px; padding:10px;  background-color:#f1f1f1;  border:5px solid #9ed6ed;}
.guestWrite .input_writer  { float:left; margin-bottom:4px;}
.guestWrite .input_sec      { float:right; margin-bottom:4px; }
.guestWrite input               { width:80px; border:4px solid #ff9fc0;}
.guestWrite textarea            { font:12px 나눔고딕, 맑은 고딕,  dotum, tahoma; margin-bottom:10px; width:98%; height:142px; clear:both; border:4px solid #fcce78;}
.guestWrite .homepage           { width:230px; border:4px solid #ff9fc0; }
.guestWrite .submit             { border:0px }
.guestWrite .checkbox           { border:none; padding:0; margin:0; width:20px;}

.guestList                  { padding:0px; }
.guestList ol    { padding:0px;}
.guestList ol,
.guestList ul               { list-style:none; font:12px 나눔고딕, 맑은 고딕,  Dotum, Tahoma; line-height:18px; margin:0px; padding:0px; margin-top:10px;  }
.guestList li p             { margin-top:5px; padding-top:5px;}
.guestList ol li            { border:5px solid #eee;  padding:10px;  margin-bottom:10px;  overflow:hidden;}
.guestList li ul li         { margin-left:20px; margin-top:10px; background:url("images/iconIndentArrow_local.gif") no-repeat 10px 10px;  background-color:#ffffff;  border:4px solid #9ed6ed; padding-left:25px; overflow:hidden;}
.guestList li .name         { color:#666;  font-weight:bold;}
.guestList li .name   a:hover { color:#3D8EC1;  text-decoration:none;}
.guestList li .date         { font:11px Tahoma;}
.guestList .control a.modify        { background:url(images/btn_comment_delete.gif) no-repeat;  padding:0 0 2px 20px;  text-decoration:none;}
.guestList .control a.modify span  { display:none;}
.guestList .control a.write        { background:url(images/btn_comment_reply.gif) no-repeat;  padding:0 0px 2px 27px;  text-decoration:none;}
.guestList .control a.write span   { display:none;}

/* entry */

.entryProtected h2,
.entry h2                { border-bottom: dotted 1px #CCCCCC; padding-left:0px; margin-bottom:10px;   font-size:14px;  font-family: 나눔고딕, 맑은 고딕,  돋움, tahoma; }
.entryNotice h2          { border-bottom:1px solid #ccc; padding-left:0px; margin-bottom:10px;  color:#222; font-size:13px;}

.titleWrap       a        { margin-bottom: 5px;  color: #333333;}
.titleWrap       a:hover {
	color: #44a1d0;
	text-decoration: none;
}
.titleWrap .admin        { padding-top:0px; }
.titleWrap .category     { font-size:12px;  ;  margin-right:5px; color:#2f2e2c;}
.titleWrap .category_notice  { font:12px tahoma;  margin-right:5px; color:#2f2e2c;}
.titleWrap .date         { font:12px Tahoma; color:#2f2e2c;}
.entryProtected .protected_box { background-color:#f9f9f9; padding:10px; color:#2f2e2c;}
.entryProtected .text    { background:url(images/imgProtected.gif) 15px 5px no-repeat ; font:10px Tahoma; font-weight:bold; padding-left:42px;  color:#2f2e2c;}
.entryProtected .text p  { padding:4px; margin:0px; color:#2f2e2c;}
.entryProtected input    { width:100px; height:12px; font:10px tahoma; color:#2f2e2c;}
.entryProtected .submit  { width:50px; height:16px;  font:10px tahoma;  background-color:#f5f5f5; color:#2f2e2c;}
.admin         { font:11px tahoma,Dotum; color:#2f2e2c;}
.article                 { text-align:justify; padding-left:2px; padding-right:2px; font-family: 나눔고딕, 맑은 고딕, 돋움, tahoma; width:99%; color:#000000; margin:0px 0px 22px 0px;  overflow:hidden;}
.article  a:link         { color:#44a1d0;     text-decoration:none;}
.article  a:visited      { color:#44a1d0;     text-decoration:none;}
.article  a:hover        { 	background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;
	color: #ffffff;     text-decoration:none;}
.article  a:active       { color:#44a1d0;     text-decoration:none;}

.article dt              { text-decoration:underline;}
.article dd              { margin-left:20px;  padding-bottom:10px;}
.article blockquote      { font-size:12px; background:url(images/iconBlockquote.gif) top left no-repeat;  padding-left:35px;  margin-left:5px;}

.post-footer {
margin-bottom: 10px;
text-align: right;
}
.dated {
padding-top: 0px;
background: url(./images/calendar.gif) left no-repeat;
padding-left: 20px;
float: left;
}
.article_category {
background: url(./images/article_category.gif) left no-repeat;
padding-left: 20px;
margin-left: 10px;
float: left;
height: 16px;
}
.author {
padding-left: 20px;
padding-bottom: 5px;
background: url(./images/user.png) no-repeat;
}

.goup                    { float:right; width:43px; text-align:right; }
.tagTrail                { padding:0px 0px 0px 20px; background:url(images/article_category.png) 0px 1px no-repeat; }
.tagItem                 { }

.actionTrail             { clear:both;  margin-top:5px; padding:12px 1px 22px 1px; font:11px Dotum, Tahoma; background-color:#ffffff; border-top:1px solid #cccccc  }
.tbcm      { font:11px tahoma; float:left; width:auto;padding-top:3px; background-color:#ffffff}
.tbcm_vbar     { color:#C6C6C6; padding:0px 4px 0px 4px;}
.actionTrail .cnt        { color:#f60; padding-left:4px; font-weight:bold;}

.trackback               { clear:both; padding:10px 0px 0px 0px;  width:100%;  overflow:hidden;}
.trackback ol,ul,li      { margin:0;  padding:0;   }
.trackback_address       { background:url(images/clip_tb.gif) 10px no-repeat; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background-color:#F6F4F0;font:11px/1 tahoma; cursor:pointer; padding:10px 10px 10px 110px; margin:0px;}
.trackback a             { color:#000;}
.trackback .from         { font-weight:normal;  padding:0px; margin:0px;}
.trackback h4            { font-weight:normal;  padding:0px; margin:0px;}
.trackback ol            { padding:0px; margin:0;  padding-top:5px; padding-bottom:5px;  list-style:none;}
.trackback li            { margin-bottom:5px; margin-top:0px; padding-top:5px; padding-bottom:10px; background:url(images/line_dot_gray2.gif) bottom left repeat-x; }
.trackback .date         { font:10px Tahoma;  color:#777;}
.trackback p             { font:11px 나눔고딕, 맑은 고딕,  Dotum, Tahoma; line-height:18px; margin:0px; margin-top:5px; padding:0px; padding-top:0px;color:#999;}

.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                          { clear:both; font:12px/1.8 나눔고딕, 맑은 고딕,  tahoma,dotum; padding:10px 0px 5px 0px; line-height:26px; width:100%; overflow:hidden;}
.comment_title                    { background:url(images/clip_reply.gif) 10px no-repeat; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background-color:#F6F4F0;font:11px tahoma,dotum; padding:10px 10px 10px 110px; }
.comment p                        { line-height:18px; margin:0px; padding:0px; margin-top:10px;margin-bottom:10px;}

.comment h3                       { display:none;}
.comment ol,
.comment ul                       { margin:0;  padding:0;  list-style:none;}
.comment .date                    { font:10px Tahoma;  color:#777;}
.comment .name                    { font-weight:bold;}
.comment ol li             { background:url(images/line_dot_gray2.gif) bottom repeat-x; padding:10px 0px 2px 0px; }
.comment li ul li                 { margin-top:10px; background:url("images/iconIndentArrow_local.gif") no-repeat 10px 10px; padding-left:25px; overflow:hidden; }

.comment .control a.address       { font-size:10px;background:url(images/btn_comment_permalink.gif) 0px 0px no-repeat;  padding-left:18px;  padding-bottom:0px;  text-decoration:none;}
.comment .control a.address span  { display:none;}
.comment .control a.modify        { font-size:10px;background:url(images/btn_comment_delete.gif) no-repeat;  padding-left:20px;  padding-bottom:0px;  text-decoration:none;}
.comment .control a.modify span   { display:none;}
.comment .control a.write         { font-size:10px;background:url(images/btn_comment_reply.gif) no-repeat;  padding-left:25px;  padding-bottom:0px;  text-decoration:none;}
.comment .control a.write span    { display:none;}

.commentWrite                     { padding:10px;  margin-top:10px; background-color:#f1f1f1;  border:5px solid #9ed6ed;}
.commentWrite .input_writer    { float:left; margin-bottom:4px; font:12px 나눔고딕, 맑은 고딕,  dotum,tahoma;}
.commentWrite .input_sec    { float:right; margin-right:6px; margin-bottom:5px; font:8px tahoma; }
.commentWrite input               { width:80px; border:4px solid #ff9fc0;}
.commentWrite textarea            { font:12px 나눔고딕, 맑은 고딕, dotum,tahoma;  margin-bottom:10px; background-color:#ffffff; color:#000000; width:98%; height:152px; clear:both; border:4px solid #fcce78;}
.commentWrite .homepage           { width:200px;border:4px solid #ff9fc0;}
.commentWrite .submit             { border:0px }
.commentWrite .checkbox           { border:none; padding:0; margin:0; width:10px; }


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

#sidebar                       { }
#sidebar .side_item         { padding:10px 10px 10px 10px;  padding-left:8px; border-left:0px solid #CCCCCC; border-right:0px solid #CCCCCC; background-color:#ffffff; border-bottom: solid 0px #D9D9D9; }

#sidebar a:link          { color:#333;  text-decoration:none;}
#sidebar a:visited       { color:#666666;  text-decoration:none;}
#sidebar a:hover         { color:#fafafa;  text-decoration:none;	background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;}
#sidebar a:active        { color:#333;  text-decoration:none;}

#sidebar ul                    { list-style:none;}
#sidebar li                    { padding-left:0px;	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 18px ;}
#sidebar h3                    { cursor:pointer; font-family:verdana, tahoma, dotum; font-size:12px;  font-weight:normal; color:#44a1d0; background:url(images/line_dot_gray.gif) 0px 22px repeat-x; margin-bottom:10px; }
#sidebar .item_title            { font-family:tahoma,dotum; font-size:11px;  font-weight:bold; color:#C45050; margin-bottom:35px; }
#sidebar .cnt                  { font:0.85em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#44a1d0;}
#sidebar .date                 { font:10px Tahoma;  color:#888;}
#sidebar .name                 { font:0.9em Dotum, Arial, sans-serif;  color:#888;}

#sidebar .recentPost           {margin-top:12px; margin-bottom:5px; font-size:11px; font-family:나눔고딕, 맑은 고딕,  tahoma;  background:url(images/entries_icon.bp) 0px 0px no-repeat;}
#sidebar .recentSc             { margin-top:10px; }

#sidebar .recentComment        { margin-top:10px; margin-bottom:0px; font-size:11px; font-family:나눔고딕, 맑은 고딕,  tahoma;  background:url(images/comment_icon.bp) 0px 0px no-repeat;}
#sidebar .recentTrackback      { margin-top:10px; font-size:11px; font-family:나눔고딕, 맑은 고딕,  tahoma; background:url(images/trackback_icon.bp) 0px 0px no-repeat;}

#sidebar .btn               { margin-top:10px;}
#sidebar .image               { margin-top:10px;}

/* ***** sidebar1 ***** */

#sidebar1                       { }
#sidebar1 .side_item         { padding:10px 10px 10px 10px;  padding-left:8px; border-left:0px solid #ffffff; border-right:0px solid #CCCCCC; background-color:#ffffff; border-bottom: solid 0px #D9D9D9; }

#sidebar1 a:link          { color:#333;  text-decoration:none;}
#sidebar1 a:visited       { color:#333;  text-decoration:none;}
#sidebar1 a:hover         { color:#34689c;  text-decoration:none;}
#sidebar1 a:active        { color:#333;  text-decoration:none;}

#sidebar1 ul                    { list-style:none;}
#sidebar1 li                    { padding-left:0px;	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 18px ;}
#sidebar1 h3                    { cursor:pointer; font-family:verdana, tahoma, dotum; font-size:12px;  font-weight:normal; color:#44a1d0; background:url(images/line_dot_gray.gif) 0px 22px repeat-x; margin-bottom:10px}
#sidebar1 .item_title            { font-family:tahoma,dotum; font-size:11px;  font-weight:bold; color:#C45050; margin-bottom:35px;}
#sidebar1 .cnt                  { font:0.85em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#f60;}
#sidebar1 .date                 { font:10px Tahoma;  color:#888;}
#sidebar1 .name                 { font:0.9em Dotum, Arial, sans-serif;  color:#888;}

#sidebar1 .blogImage img        { width:180px; padding-bottom:0px;padding-left:0px;}
#sidebar1 .blogDesc             { margin-top:10px; color:#888;  line-height:16px;  }

#sidebar1 .notice               { margin-top:10px; margin-bottom:5px; font-size:11px; font-family:나눔고딕, 맑은 고딕,  tahoma;  background:url(images/notice_icon.bp) 0px 0px no-repeat;}
#sidebar1 .notice li            { margin:0px; padding:0px; padding-bottom:1px; background:none;}
#sidebar1 .notice a:link,
#sidebar1 .notice a:visited     { background:url(images/iconNotice.gif) 0 0 no-repeat; padding:2px 0 5px 19px;}
#sidebar1 .notice a:hover       { background:url(images/iconNotice_on.gif) 0 0 no-repeat; padding:2px 0 5px 19px;}

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

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


#sidebar1 .archive              { margin-top:10px; margin-bottom:5px; font-size:11px; font-family:나눔고딕, 맑은 고딕,  tahoma; background:url(images/search_icon.bp) 0px 0px no-repeat;}
#sidebar1 .archive select       { font-size:10px;font-family:tahoma;width:163px;}
#sidebar1 .archive  input       { margin-top:5px; margin-bottom:5px;font:11px 나눔고딕, 맑은 고딕,  dotum,tahoma; width:158px;  height:14px; border:2px solid #7caae2;;}
#sidebar1 .archive  img         { margin-top:5px; }


#sidebar1 .tagbox               { margin-top:10px; margin-bottom:5px; font-size:11px; font-family:나눔고딕, 맑은 고딕,  tahoma;  background:url(images/tag_icon.bp) 0px 0px no-repeat; }
#sidebar1 .tagbox ul            { text-align:justify;}
#sidebar1 .tagbox li            { background:none;  display:inline;}
#sidebar1 .tagbox a             { letter-spacing:-1px;}
#sidebar1 .tagbox li .cloud1    { font-weight:bold;  color:#B80D0D}
#sidebar1 .tagbox li .cloud2    { font-weight:bold;  color:#0D66B8}
#sidebar1 .tagbox li .cloud3    { font-weight:bold;  color:#C45050;}
#sidebar1 .tagbox li .cloud4    { }
#sidebar1 .tagbox li .cloud5    { }

#sidebar1 .calendar             { margin-top:10px; margin-bottom:0px; font-size:11px; font-family:나눔고딕, 맑은 고딕,  tahoma;  background:url(images/calender_icon.bp) 0px 0px no-repeat;}
#sidebar1 #calendar_box     { }
#sidebar1 .calendar_box_d       { font:11px verdana; padding:0px 5px 0px 0px;}


#sidebar1 .heartring  {margin-top:10px; margin-bottom:5px; font-size:11px; font-family:나눔고딕, 맑은 고딕,  tahoma;  background:url(images/heartring_icon.bp) 0px 0px no-repeat;}

#sidebar1 .link  {margin-top:10px; margin-bottom:5px; font-size:11px; font-family:나눔고딕, 맑은 고딕,  tahoma;  background:url(images/link_icon.bp) 0px 0px no-repeat;}

#sidebar1 .counter  {margin-top:10px; margin-bottom:5px; font-size:11px; font-family:나눔고딕, 맑은 고딕,  tahoma;  background:url(images/counter_icon.bp) 0px 0px no-repeat;}

#sidebar1 .rss  {margin-top:10px; margin-bottom:5px; font-size:11px; font-family:나눔고딕, 맑은 고딕,  tahoma;  background:url(images/rss_icon.bp) 0px 0px no-repeat;}

/* 달력 월 표시 */
.cal_month { font-size:100%; height:20px; font-family:tahoma; text-align:center; color:#e1cdbd; }
/* 달력 요일 표시 */
.cal_week1 {font-size:100%; font-weight:normal; font-family:dotum; height:15px; text-align:center;}
/* 달력 일요일 표시 */
.cal_week2 {font-size:100%; font-weight:normal; font-family:dotum; color: #ff845e; text-align:center;}
/* 달력 지난 달 날짜 표시 */
.cal_day1 { font-size:100%; font-family:tahoma; color:#000; text-align:center;}
/* 달력 다음 달 날짜 표시 */
.cal_day2 {font-size:100%; font-family:tahoma; color: #000; text-align:center;}
/* 달력 이번 달 날짜 표시 */
.cal_day3 { font-size:100%; font-family:tahoma;   text-align:center;}
/* 달력 오늘 날짜 표시 */
.cal_day4 { font-size:100%; font-family:tahoma; text-decoration:underline; text-align:center; }
/* 달력 글쓴 날 링크 스타일 */
a.cal_click{ font-weight:bold; color:#B80D0D;}
a.cal_click:link { color:#B80D0D; text-align:center;}
a.cal_click:visited { color:#B80D0D;  text-align:center;}
a.cal_click:hover { color : #fff;  text-align:center;}

#sidebar1 .link                 { margin-top:10px; font-size:11px; font-family:나눔고딕, 맑은 고딕,  tahoma;}
#sidebar1 .link  li             { }
#sidebar1 .yag                  { margin-top:10px;}
#sidebar1 .counter              { margin-top:10px; font-size:11px; font-family:tahoma; }
#sidebar1 .detail               { font-size:10px; line-height:20px; margin-top:10px;}
#sidebar1 .counter .detail .total {  font-size:18px;  font-weight:bold; color:#44a1d0;  }
#sidebar1 .counter .detail .tynum { color:#44a1d0 }

#sidebar1 .btn               { margin-top:10px;}

#sidebar1 .image               { margin-top:10px;}

/* 페이징  */
.selected      { font:11px tahoma, dotum; font-weight:bold;  color:#f30;}
.no-more-prev,
.no-more-next     { font:11px; color:#44a1d0;}
.paging       { margin-bottom:15px;  text-align:center;  font:11px tahoma; color:#44a1d0;}
.paging .numbox     { border-left:1px solid #ccc; padding-left:6px; margin-left:6px;  font:11px verdana; color:#44a1d0;}
.paging .num     { border-right:1px solid #ccc; padding-right:8px; margin-right:5px; color:#44a1d0; }

/* ***** footer ***** */
#footer       { font:10px/1.8 tahoma,dotum; margin-top:10px;margin-bottom:20px;color:#3d3d3d;}
#footer .copyright    { text-align:center; }
#footer a:link     { color:#34689C;     text-decoration:none;}
#footer a:visited    { color:#f0f0f0;     text-decoration:none;}
#footer a:hover     { color:#000000;  text-decoration:none;}

#footer a:active    { color:#888888;     text-decoration:none;}

/* **** 블로거 뉴스 버튼 위치 **** */
.blogger-news-widget { text-align: center !important; }