@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
html{	 }

/* 본문 공통 */
body{
		font:0.75em/1.5 Tahoma, AppleGothic, Sans-serif;
		BACKGROUND-COLOR: #transparent; background:url(images/bg.gif);
		color:#777777;
}


a:link          { color:3b3b3b;  text-decoration:none;}
a:visited       { color:#3b3b3b;  text-decoration:none;}
a:hover         { color:#3b3b3b;  text-decoration:underline;}
a:active        { color:#3b3b3b;  text-decoration:none;}

/* 페이징 - 현재 페이지 */
    .selected               { font-weight:bold;  color:#bdbdbd;}
    .no-more-prev,
	.no-more-next { color:#ccc;}


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

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

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

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

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

/* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general             { }
    .rp_admin               { background:url(./images/iconAdmin.gif) no-repeat;  padding-left:20px; }
    .rp_secret              { color:#f30;   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:#999;  text-align:center;}
/* 그림 */
    .imageblock             { border:1px dotted  #ddd;  padding:5px;  margin:5px 0;}
/* 왼쪽 */
    .left                   { }
/* 가운데 */
    .center                 { }
/* 오른쪽 */
    .right                  { }
/* 그림 2개 배치 */
    .dual                   { background-color:#fff; margin-bottom:5px;}
/* 그림 3개 배치 */
    .triple                 { background-color:#fff; margin-bottom:5px;}

/* 본문 - more / less */
    .moreless_fold          { background:url(./images/iconMore.gif) top left no-repeat;  padding-left:20px; color:#666;}
    .moreless_top           { background:url(./images/iconLess.gif) top left no-repeat;  padding-left:20px; color:#666;}
    .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; }


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

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

/* 블로그 레이아웃 */
#backskin {
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		border:0px;
}
#container {
		width:979px;
		margin:0 auto; 
		background:#FFF url(./images/w_bg2.jpg) repeat-y;
		

}
#header {
		margin:0 auto; 
		width:100%;
		height:90px;
}
#content {
		float:left;
		width:800px;
		overflow:hidden;
		margin-left:50px;
}
#wrapper {
	background:#FFF url(./images/w_bg2.jpg) repeat-y;
	clear:both;
	padding:0px 40px 0px 35px;
}
#sidebar {
		float:right;
		width:190px;
		margin-top:100px;
		overflow:hidden;
}

#footer {clear:both;
	    margin:10px 0 0 0;  
		width:100%;
		height:30px;
}

/* ***** Header ***** */
#header a              { color:#EBB3AD;  padding:0 0px 0 0; }

#header h1 a           { font-family:Arial;  font-weight:bold;  letter-spacing:1px; font-size:1em;}
#header h1 a:hover     { color:#ccf;  text-decoration:none;}

#header .blogTitle {margin:0;padding:5em 0 0 15em;font:0.9em 'Arial';color:#999999;letter-spacing:1px;
}
#header .blogMenu { float:left;	padding:160px 0px 0px 0px; font-weight:bold;}
#header li.tab_meta { background:none;}


/* ***** content ***** */
#content .localog, 
#content .taglog, 
#content .entryNotice, 
#content .entryProtected, 
#content .entry             { padding:10px;  margin-bottom:10px;}
#content .guestbook, 
#content .searchList, 
#content .searchRplist,
#content .searchTblist,
#content .metapage			{ padding:10px;}

#content .localog h3, 
#content .taglog h3, 
#content .guestbook h3, 
#content .searchList h3, 
#content .searchRplist h3,
#content .searchTblist h3   { margin-bottom:10px;  color:#3b3b3b;}

.searchList ol, 
.searchRplist ol,
.searchTblist ol            { list-style:none;  padding:5px;  margin:0;}
.searchList li, 
.searchRplist li,
.searchTblist li            { border-bottom:1px dotted #eee;  padding-bottom:2px;  margin-bottom:4px;}
.searchList .date, 
.searchRplist .date,
.searchTblist .date         { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  margin-right:10px; }
.searchList .cnt            { font:0.75em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#666666;} 
.searchRplist .name,
.searchTblist .subject      { font:0.95em Tahoma, Arial, sans-serif;    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:#666666;}
.localog a:visited          { color:#666666;}
.localog a:hover            { color:#666666;  text-decoration:none;}

.taglog ul                  { padding:5px; margin:0; text-align:justify;}
.taglog li                  { display:inline;}
.taglog a:hover             { background-color:#FFEEE7;  color:#414141;}
.taglog li .cloud1          { background-color:#FFEEE7;  color:#FFCC00;  font-weight:bold;  font-size:16px;}
.taglog li .cloud2          { background-color:#FFEEE7;  color:#414141;  font-weight:bold;  font-size:15px;}
.taglog li .cloud3          { background-color:#FFEEE7;  color:#66CC00;  font-weight:bold;  font-size:14px;}
.taglog li .cloud4          { background-color:#FFEEE7;  color:#666;     font-size:13px;}
.taglog li .cloud5          { font-size:12px;  color:#999; }

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

.guestWrite                 { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif; padding:10px;}
.guestWrite input           { width:150px; background:#f5f5f5;}
.guestWrite textarea        { width:465px;  padding:5px;background:#f5f5f5;}
.guestWrite .homepage       { width:300px;}

.guestList                  { padding:10px 0 0 0;}
.guestList ol,
.guestList ul               { margin:0; padding:0;  list-style:none;}
.guestList li p             { border-top:1px dashed #ccc; margin-top:5px; padding-top:5px;}
.guestList ol li            { padding:10px;  margin-bottom:10px;  width:580px; overflow:hidden;}
.guestList li ul li         { margin-left:20px;  background:url("images/iconIndentArrow_local.gif") no-repeat 0px 0px;padding-left:10px;  border:none;  width:440px; overflow:hidden;}
.guestList li .name         { color:#666;  font-weight:bold;}
.guestList li .date         { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;}

.guestList .control			{ font-size:7pt; color:#999;}
.guestList .control a		{ color:#999;}
.guestList .control a:hover	{
	font-size:7pt;
	color:#666;
}

/* entry */
.entryNotice h2, 
.entryProtected h2, 
.entry h2                { font-size:1.2em;  line-height:1.2em;}
.titleWrap               {   padding-bottom:5px;  margin-bottom:10px;}
.titleWrap .category a:link   { font:1em Tahoma, Arial, sans-serif;  color:#bdbdbd;  margin-right:6px;}
.titleWrap .date         { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#bdbdbd;}
.titleWrap  a:link       { color:#3b3b3b; }
.titleWrap  a:visited    { color:#3b3b3b; }
.titleWrap  a:hover      { color:#3b3b3b; }
.titleWrap  a:active     { color:#3b3b3b; }


.entryProtected p.text   { background:url(./images/imgProtected.gif) no-repeat ; padding-left:50px;}
.entryProtected input    { width:200px;}
.entryProtected .submit  { width:50px; padding-top:2px; height:20px; background-color:#ccc;}

/* page error*/ 
#page-error 
{ 
	font-weight          : bold; 
	padding              : 200px 0; 
	text-align           : center; 
}

.article                 { width:580px; margin:5px 5px 30px 5px; overflow:hidden; font:宋体,Verdana 12px; color:#626262; line-height:20px;}
.article a:link          { color:#666666;  text-decoration:none;}
.article a:visited       { color:#666666;  text-decoration:none;}
.article a:hover         { color:#414141;  text-decoration:none;}
.article a:active        { color:#666666;  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;}

.tagTrail                { padding:5px 5px 5px 5px;  clear:both;}
.tagTrail a:link       { color:#666666;  text-decoration:none;}
.tagTrail a:visited       { color:#666666;  text-decoration:none;}
.tagTrail a:hover         { color:#414141;  text-decoration:none;}
.tagTrail a:active        { color:#666666;  text-decoration:none;}
.tagText       { }

.actionTrail             { border-top:1px dotted #ccc;  padding:7px 5px;  font:11px verdana; clear:both;}
.actionTrail a:link       { color:#666666;  text-decoration:none;}
.actionTrail a:visited       { color:#666666;  text-decoration:none;}
.actionTrail a:hover         { color:#414141;  text-decoration:none;}
.actionTrail a:active        { color:#666666;  text-decoration:none;}
.actionTrail .cnt        { color:#666666;}

.trackback               { border-top:1px dotted  #ddd;  background-color:#f5f5f5f; padding:10px; margin-bottom:4px;  width:580px;  overflow:hidden;}
.trackback a             { color:#666666;}
.trackback h3            { font:11px Verdana; color:#666666;  border-bottom:1px dotted #f5f5f5;  margin:5px 5px 10px 5px;}
.trackback h4            { font:12px Verdana; font-weight:normal;  margin:0;}
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            { border-top:1px dotted #ccc;  padding:5px;}
.trackback .date         { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#777;}
.trackback p             { font:0.95em Tahoma, Arial, sans-serif;  color:#999;  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                          { padding:10px; margin-bottom:4px;  width:580px; overflow:hidden;} 
.comment p                        { margin:3px 0 0 0; padding:0;}

.comment h3                       { display:none;}
.comment ol,
.comment ul                       { margin:0;  padding:0;  list-style:none;}
.comment .date                    { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#777;}
.commentList .reply li .name                    { font-weight:bold; color:#666;}
.comment ol li                    { padding:10px 5px;}
.comment li ul li                 { padding:5px 10px 5px 25px;  background:url("./images/iconIndentArrow_local.gif") no-repeat 12px 6px;}
.comment .control			{ font-size:7pt; color:#999;}
.comment .control a		{ color:#999;}
.comment .control a:hover	{ font-size:7pt; color:#414141;}

.commentWrite                     { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif; padding:5px; margin-top:20px;}
.commentWrite input               { width:150px; background:#f5f5f5;}
.commentWrite textarea            { width:465px;  padding:5px; background:#f5f5f5;}
.commentWrite .homepage           { width:300px;}
.commentWrite .button,
.guestWrite .submit            
                                  { width:80px;  height:22px;  background-color:#3b3b3b;  font:9px Tahoma, Arial, sans-serif; padding-top:3px; color:#CCC;}
.commentWrite .secretWrap         { }
.commentWrite .checkbox           {	border:none; padding:0;	margin:0; width:auto; background:none;}

.paging           { padding-top:10px;  text-align:left;  font-size:0.95em;}
.paging a:link          { color:#666666;  text-decoration:none;}
.paging a:visited       { color:#666666;  text-decoration:none;}
.paging a:hover         { color:#414141;  text-decoration:none;}
.paging a:active        { color:#666666;  text-decoration:none;}
.paging .numbox   { border-left:1px solid #ccc; padding-left:6px; margin-left:6px;  font:0.95em verdana;}
.paging .num      { border-right:1px solid #ccc; padding-right:8px; margin-right:5px;}


/* ***** sidebar ***** */
#sidebar                       { padding-top:5px; text-align:right;}
#sidebar a:link          { color:#626262;  text-decoration:none;}
#sidebar a:visited        { color:#626262;  text-decoration:none;}
#sidebar a:hover          { color:#414141;  text-decoration:underline;}
#sidebar a:active         { color:#414141;  text-decoration:none;}
#sidebar ul                    { padding:0;  margin:0;  list-style:none;}
#sidebar li                    { background:url(./images/bul.gif) 2px no-repeat;padding-left:15px;}
#sidebar h3                    { font-size:11px; color:#666666;padding-top:20px; margin-bottom:5px;}
#sidebar .cnt                  { font:0.85em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#bdbdbd;}
#sidebar .date                 { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#bdbdbd;}
#sidebar .name                 { font:0.9em Tahoma, Arial, sans-serif;  color:#bdbdbd;}

#sidebar .blogImage img        { padding-bottom:5px;padding-top:5px; }
#sidebar .blogDesc             { color:#666666; padding-left:0px; font-size:11p; letter-spacing:0px; line-height:1;  }

#sidebar .notice               { margin:10px 0;  padding:0;}
#sidebar .notice li            { border-bottom:1px dotted #ddd;  margin:0 0 2px 0; padding:0 0 1px 0; background:none;}
#sidebar .notice a:link,
#sidebar .notice a:visited     { }
#sidebar .notice a:hover       {  text-decoration:none; color:#666666;}

#sidebar .adminMenu            { padding:8px 5px 6px 5px;  background-color:#eee; margin:5px 0 10px 0;}
#sidebar .adminMenu li         { background:none;  display:inline; width:100px;}
#sidebar .adminMenu a          { padding:3px 20px 1px 20px;  border:1px solid #999;  color:#666;  text-decoration:none;  background-color:#fff;}


#sidebar .category li          { background:none;}
#sidebar .category li ul li    { }
#sidebar .category li ul li ul li {background:url(./images/bul.gif) no-repeat;  padding-left:6px; margin-left:2px;}

#sidebar .tagbox ul            { padding:2px 2px;	}
#sidebar .tagbox li            { background:none; display:inline;}
#sidebar .tagbox a             { letter-spacing:1px;}	
#sidebar .tagbox li .cloud1    { background-color:#FFEFEF;  font-weight:bold;  font-size:14px;  color:#FFCC00;}
#sidebar .tagbox li .cloud2    {
	background-color:#FFEFEF;
	font-weight:bold;
	font-size:13px;
	color:#999;
}
#sidebar .tagbox li .cloud3    { background-color:#FFEFEF;  font-weight:bold;  font-size:12px;  color:#66CC00;}
#sidebar .tagbox li .cloud4    { background-color:#FFEFEF;  font-size:12px;  color:#666;}
#sidebar .tagbox li .cloud5    { font-size:12px;  color:#666666;}	
#sidebar .tagbox a:hover       { background-color:#FFEFEF;  text-decoration:none;  color:#414141;}

#sidebar .recentComment        {width:190px; overflow:hidden;}
#sidebar .recentTrackback      {width:190px; overflow:hidden;}


#sidebar .archive              { font-family:verdana;}
#sidebar .calendar             { font-family:verdana;}

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

#sidebar .botton          { text-align:right;  padding:5px;}

/* ***** footer ***** */
#footer .copyright     {  font:10px Verdana, Tahoma;	color:#666666;}
#footer a        { color:#666666;}
#footer a:hover  { color:#414141;}
.letterT
{
	color: #666;
}
.letterE
{
	color: #666;
}

.letterX
{
	color: #e80478;
}

.letterT2
{
	color: #b71767;
}

.letterC
{
	color: #fdc11f;
}

.letterU
{
	color: #f39424;
}

.letterB
{
	color: #b1d04d;
}

.letterE2
{
	color: #8daa41;
}

.titleWrap h2 { font-size:28px; font:宋体,Verdana, Geneva, sans-serif; font-weight:normal; }

.commentList .reply li .name a { color:#666;}

