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

* { font-style:normal;}

/* 본문 공통 */
body{
		font:0.75em/1.5 Gulim, Verdana, AppleGothic, Sans-serif;
		background-color:white;
		color:##2D2C2D;
}
a:link          { color:#333;     text-decoration:none;}
a:visited       { color:#333;     text-decoration:none;}
a:hover         { color:red;  text-decoration:underline;}
a:active        { color:red;     text-decoration:none;}

/* 페이징 - 현재 페이지 */
    .selected               { text-align:center;   font-weight:bold;  color:#0860A8;} 
	.no-more                { color:#ccc;}

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

/* 달력 월 표시 */
    .cal_month              { font:0.9em Verdana;  height:23px; font-weight:bold; color:black !important; letter-spacing:normal;}
    .cal_month a { color:black !important;}
/* 달력 요일 표시(th 영역) */
    .cal_week1              { font:1em dotum; color:#black;  }
/* 달력 일요일 표시(th 영역) */
    .cal_week2              { font:1em dotum;  color:#f30;  }

/* 달력 Week(tr 영역)  */
    .cal_week               {  height:10px;}
    .cal_current_week       { background-color:#eee;}
	
/* 달력 Day(td 영역) */
    .cal_day                { font:0.85em Verdana;  color:#999;  text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
    .cal_day_sunday         { color:#f30 !important;}
    .cal_day_sunday a       { color:#f30 !important;}
		
/* 달력 지난 달 날짜 표시(td)   */
    .cal_day1               { color:#ccc;}
/* 달력 다음 달 날짜 표시(td)   */
    .cal_day2               { color:#ccc;}
/* 달력 이번 달 날짜 표시(td) */
    .cal_day3               { color:#aaa;}
/* 달력 오늘 날짜 표시(td) */
    .cal_day4               { color:#333;  font-weight:bold;}
/* 달력 글쓴 날 링크 스타일 */
    a.cal_click:link        { color:#ccc;  font-weight:bold;}
    a.cal_click:visited     { color:#ccc;  font-weight:bold;}
    a.cal_click:hover       { color:white;  font-weight:bold;}
	
/* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general             { }
    .rp_admin               { }
    .rp_secret              { color:#f30;   font-weight:bold;}
/* 종류별 코멘트 [##_guest_rep_class_##] */
    .guest_general          { }
    .guest_admin            { }	
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
    .hiddenComment { }
	
/* 이미지 아래 캡션 스타일 */
    .cap1                   { color:#999;  text-align:center;}	
/* 그림 */
    .imageblock             {  padding:0;  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:#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; } 

/* 반드시 들어가야하는 스타일 끝 */

/* 공통영역 */
 * 				{ margin: 0; padding: 0; }
hr              { display:none;}
img             { border:0;}
h1, h2, h3, h4  { margin:0;  padding:0;}
input           { border:1px solid #aaa;}
textarea        { border:1px solid #aaa;}
ol, ul, li { list-style:none;}

/* 블로그 레이아웃 */


body 					 { background:url(images/bgbg.gif) top left repeat-x white; margin:0;  }
#container				 { clear:both;}
	#content			 { overflow:hidden;  }
	#sideinfo 			 {width:316px; float:right; display:inline; overflow:hidden; padding-top:4px; }
	#sideinfo .left 	 { float:left; width:316px; overflow:hidden;}
	#sideinfo .right 	 { float:right;  width:316px; overflow:hidden;}



/*

#container .logo 		 { height:158px; background:url(images/mainImage.jpg); width:634px; float:left;}
#container .logo h1 a    { display:block; overflow:hidden; padding:123px 0 0 0; height:0;} 
*/

#container .logo		 { background:url(images/logo.gif) 0 0 no-repeat; width:386px; }
#container .logo h1 a    { height:0; padding:74px 0 0 0; overflow:hidden; display:block; }
#container .logo span    { display:none;}

#containerTop			 { background:url(images/bgBoxTop.gif) top left no-repeat; height:8px; width:984px; clear:both;}


#containerBottom 		   {background:url(images/bgBox3.gif) top left no-repeat; }
#containerBottom div.inner {background:url(images/bgBox4.gif) top right no-repeat; }



.blogMenu { overflow:hidden; width:960px; }
.blogMenu a { color:#ccc;  display: block; font:10px tahoma; color:white; font-weight:bold; float:left;}
.blogMenu .desc  { margin-top:-4px;  font:0.9em dotum; letter-spacing:-1px; display:none;}
.blogMenu li { float:left; }
.blogMenu li a { padding:37px 0 0 0; overflow:hidden; height:0;   display:block;}

.blogMenu .tab_1 a	{ width:62px; background:url(images/menu3.gif) 0 0;}
.blogMenu .tab_2 a	{ width:84px; background:url(images/menu3.gif) -62px 0; }
.blogMenu .tab_3 a	{ width:87px; background:url(images/menu3.gif) -146px 0;}
.blogMenu .tab_4 a	{ width:90px; background:url(images/menu3.gif) -233px 0;}
.blogMenu .tab_5 a	{ width:109px; background:url(images/menu3.gif) -323px 0;}
.blogMenu .tab_6 a	{ width:108px; background:url(images/menu3.gif) -434px 0;}
.blogMenu .tab_7 a	{ width:90px; background:url(images/menu3.gif) -541px 0;}
.blogMenu .tab_1 a:hover { background-position:0 -38px;}
.blogMenu .tab_2 a:hover { background-position:-62px -38px;}
.blogMenu .tab_3 a:hover { background-position:-146px -38px;}
.blogMenu .tab_4 a:hover { background-position:-233px -38px;}
.blogMenu .tab_5 a:hover { background-position:-323px -38px;}
.blogMenu .tab_6 a:hover { background-position:-434px -38px;}
.blogMenu .tab_7 a:hover { background-position:-541px -38px;}
.tt-body-cover .blogMenu .tab_1 a { background-position:0 -38px;}

.copyright				 {margin-top:60px; color:#999; font:0.9em tahoma; letter-spacing:normal; clear:both; padding:4px 0 6px 7px;}
.copyright a:link, 
.copyright a:visited, 
.copyright a:hover		 { color:#999 !important;}

/* ***** content ***** */ 

#content .titleWrap				 { clear:both; }
#content .titleWrap .category a  { font:0.9em dotum; letter-spacing:-1px; color:#999; }
#content .titleWrap .date 		 { font:0.8em tahoma; margin-left:5px; color:#aaa; letter-spacing:normal; float:right; margin-top:-14px;}
#content .titleWrap .admin 		 { padding:4px; margin:0 -10px; font-weight:bold !important; background:#f3f3f3;  font:0.8em dotum;color:#666;}
#content .titleWrap .admin a	 { color:black; font:1em dotum; }
.eleganceText					 { padding:16px 0 4px 0;}

#content .entry					 { margin:0 0 40px 0; font:1.1em/1.8 gulim; padding:0; }
#content .entry h1, 
#content .entry h4, 
#content .entry h5, 
#content .entry h6 				 { border-bottom:1px solid #ccc;  margin-bottom:3px; padding-bottom:1px;  color:#222; font:1.1em "굴림"; font-weight:bold;}

#content .entry a				 { color:#0000CC; font-weight:bold;}

#content .article 				 { font-family:"굴림"; font-size:13px; line-height:200% !important; padding:0 3px 15px 3px; margin-bottom:5px; text-align:justify;}
#content .entry .tagTrail 		 { margin:15px 0 0 0;  padding:7px 5px 7px 45px; height:auto; background:url(images/entryTag.gif) 0 3px no-repeat #f8f8f8;  clear:both; letter-spacing:normal; font:1em dotum;}
#content .entry .tagTrail span   { display:none; }
#content .entry .tagTrail a		 { color:#aaa;}
#content .entry .actionTrail  	 { color:#909090; padding: 4px 0 4px 5px; border-top:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0;  margin-top:3px; height:18px; clear:both;}
#content .entry .actionTrail a	 {color:black;}
#content .entry .actionTrail .cnt{ font-weight:bold; color:#ff4f4f;}
#content .article table { margin:0 auto !important;}

.btnTB 							 { background:url(images/btnBg.gif); height:21px; display:block; width:95px; text-align:center; float:left; overflow:hidden; padding-top:5px; margin-right:3px;}
.btnComment						 { background:url(images/btnBg.gif); height:21px; display:block; width:95px; text-align:center; float:left; overflow:hidden; padding-top:5px; }

#content .guestList 			 {margin:0 0 40px 0;}

#content .article h2, 
#content .article h3 			 { color:#222; font:1.1em "굴림"; font-weight:bold;}

#content .article p 		 { padding-bottom:5px;}
#content .article ol, 
#content .article ul  	 	 { margin:10px 0; padding:0 0 0 30px;}
#content .article ol li  	 { list-style:decimal outside; margin:0; padding:0;}
#content .article ul li  	 { list-style:circle outside; margin:0; padding:0;}
#content .article dt 		 { font-weight:bold;}
#content .article dd 		 { margin-left:10px;}
#content .article BLOCKQUOTE { margin:10px 0 10px 20px; padding-left:6px; border-left:3px solid #eee;}

.author2 					 {color:#777;  font:0.9em dotum; padding:12px 0 5px 0; margin:-15px -11px 0 -11px; border-bottom:4px solid #3042a7; background:url(images/bar.gif) 0 0 repeat-x;}
.author2 .owner 				 { height:0; padding:11px 0 0 0; width:35px;   float:right; margin:1px 3px 0 0; overflow:hidden;}
.author2 a 					{ font-weight:bold; color:black !important; letter-spacing:-1px;}
.author2.inbox 				 { color:#ccc;}
.admin						 { letter-spacing:-1px; padding-left:10px;}

.categoryBtn 			{  padding-top:5px; height:16px;}
.author .date 			{ padding-top:5px; height:16px; padding-left:4px; font:10px tahoma;}
.author .ownerBtn		{ font:11px dotum; padding-top:5px; padding-left:4px; height:16px;}
.author .ownerBtn span 	{ font:10px tahoma;}

.guestbook .commentWrite,
.localog .article, 
.taglog .article,
.taglog .tagbox 		{ border-bottom:1px solid #e6e6e6;background:url(images/titlebg2.gif) top repeat-x;  margin-bottom:5px;}
 
/* 코멘트 */
.commentWrite 				{ padding:8px 0;}
.commentWrite label 		{ display:none;}
.commentWrite input, 
.commentWrite textarea				{ width:302px; border:3px solid #e1e1e1; margin:1px 0; padding-left:60px; padding-top:3px; color:#808080; font:1em gulim; height:15px;}
.commentWrite textarea  			{ height:70px; background:url(images/bgComment.gif) 0 0 no-repeat #ffffff; padding:22px 9px 9px 9px; }
.commentWrite input.name 			{ background:url(images/bgName.gif) 0 0 no-repeat;}
.commentWrite input.home 			{ background:url(images/bgHome.gif) 0 0 no-repeat; font:0.8em tahoma;}
.commentWrite input.pass 			{ background:url(images/bgPass.gif) 0 0 no-repeat; }
.commentWrite p 					{ border:1px solid white;}
.commentWrite .submit 				{ border:0; padding:0; margin:0; width:325px; height:28px; margin-top:4px;}
.commentWrite .secretWrap .checkbox { border:0; padding:0; margin:0; position:absolute; width:20px; height:20px; margin:124px 0 0 328px;}
.commentWrite .secretWrap label 	{ font:0.8em tahoma; letter-spacing:normal; display:block; position:absolute;  margin:128px 0 0 348px; cursor:pointer;}


.comment 				  { position:relative; clear:both; width:100%;}
.comment h3				  { display:none;}
.commentList 			  { margin-top:4px;}
.commentList li			  { overflow:hidden;  margin-top:6px; padding:5px 0 0 0; border-top:1px dotted #ccc;}
.commentList li .date	  { font:0.8em tahoma; letter-spacing:normal; color:#ccc; padding-bottom:4px; display:block;}
.commentList li .name     { float:left; font-weight:bold; margin-right:7px;  color:black;}
.commentList li .name a   { color:black !important;}
.commentList li .name img { vertical-align:middle;}
.commentList li p		  { clear:left; padding-top:4px; padding-bottom:3px; overflow:hidden;}
.commentList li ul		  { margin:0 0 0 0; padding:0 !important;}
.commentList li ul li	  { border-bottom:none; margin-top:1px; padding-left:30px; width:auto;  background:url(images/bgReply.gif) 4px 3px no-repeat #f9f9f9;  border-top:1px dotted #ccc;}
.commentList li a		  { color:#007ec3 !important;}

.commentList li .control		  { float:right; margin-right:5px;}
.commentList li .control a 		  { display:block; height:0; padding:9px 0 0 0; overflow:hidden; float:left; margin-top:2px; margin-right:3px;}
.commentList li .control .address { background:url(images/iconAdd.gif); width:23px; }
.commentList li .control .modify  { background:url(images/iconModify.gif); width:24px;}
.commentList li .control .write   { background:url(images/iconReply.gif); width:28px; }

.guestbook .commentWrite		  { border-bottom:1px solid #e6e6e6; background:url(images/titlebg2.gif) top repeat-x; margin-bottom:5px;}

.trackback 				{ padding-bottom:3px;}
.trackback h3			{ margin-top:6px; border:1px solid #e6e6e6 !important; background:#ededed;  padding:8px 10px !important; display:block; font:0.8em tahoma !important; color:#888 !important; letter-spacing:normal;}
.trackback h3 span 		{ border:0 !important; font-weight:normal;}
.trackback li 			{ margin:5px 0; border-top:1px solid #e6e6e6;  padding:10px 0 8px 0; width:100%; overflow:hidden;} 
.trackback li h4 		{ font:0.8em gulim; border-bottom:none !important; letter-spacing:normal; font-weight:bold;}
.trackback li p 		{ clear:left; color:#aaa; padding-top:7px; margin-top:4px; padding-bottom:3px; font:0.9em dotum; border-top:1px dashed #ccc;}
.trackback li .date		{ font:0.8em tahoma; letter-spacing:normal; color:#ccc;}
.trackback li .delete   { display:block; height:0; padding:9px 0 0 0; overflow:hidden; float:right; margin-top:-33px;  background:url(images/iconDelete.gif); width:22px;}
.trackback li a			{ color:black !important;}

/* 공지 */
.entryNotice			{ margin-bottom:40px;}

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


/* 태그로그 */
.taglog .tagbox			{ padding:10px 0 30px 0;}
.taglog .tagbox .cloud1, .sidebarCenter .tagbox a.cloud1:visited {font-size:14px; color:#ff6600;}
.taglog .tagbox .cloud2, .sidebarCenter .tagbox a.cloud2:visited {font-size:13px; color:#ff9900;}
.taglog .tagbox .cloud3, .sidebarCenter .tagbox a.cloud3:visited {font-size:12px; color:#669900;}
.taglog .tagbox .cloud4, .sidebarCenter .tagbox a.cloud4:visited {font-size:12px; color:#0099CC;}
.taglog .tagbox .cloud5, .sidebarCenter .tagbox a.cloud5:visited {font-size:11px; color:#999;}
.taglog .tagbox li	    { display:inline; margin-right:5px;}
.taglog .tagbox a:hover { text-decoration:underline; }	

/* 위치로그 */
.localog				    { padding-bottom:20px;}
.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; font-weight:bold;}
.localog a:link             { color:#ff6600;}
.localog a:visited          { color:#ff6600;}
.localog a:hover            { color:#ff6600;  text-decoration:underline;}

/* 검색 리스트 */
.searchList ol, 
.searchRplist ol            { list-style:none;  padding:15px 5px 5px 5px; background:url(images/titlebg2.gif) repeat-x; margin:0; margin-bottom:30px; }
.searchList li, 
.searchRplist li            { border-bottom:1px solid #eee;  padding-bottom:2px;  margin-bottom:4px; letter-spacing:normal;}
.searchList .date, 
.searchRplist .date         { font:0.8em tahoma;  margin-right:10px; }
.searchList .cnt            { font:0.75em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#f60;} 
.searchRplist .name         { font:0.95em Dotum, Arial, sans-serif;    color:#999;  padding-left:8px;}

/* 페이징 */
#paging 			{ text-align:center; font:9px Verdana; font-weight: bold; letter-spacing:normal; padding-bottom:40px;}
.number 		    { margin:0px; padding:0px 2px 0px 3px; font:9px Verdana; font-weight: bold;}
a.number:link, 
a.number:visited    { background:#b7b7b7; color:#fff;}
a.number:hover 	    {background:#0860A8; text-decoration:none;}

/* 사이드바 센터 */


/* 사이드바 공통 스타일 */
.sideinfoTop 					{ text-align:center; padding-bottom:10px; background:white; margin-bottom:10px; border-bottom:1px solid #eee;}
.sideinfo 						{ font:0.9em dotum;}
.sideinfo a:link, 
.sideinfo a:visited				{color:#222; }
.sidebarBox					    { background:url(images/bgLine.gif) center top repeat-y; padding-top:10px;}

.sideinfo .category h3				{ background:url(images/barCategory.gif) !important; }
.sideinfo .recentPost h3 			{ background:url(images/barRecentPost.gif);}
.sideinfo .recentComment h3	{ background:url(images/barComment.gif) no-repeat;}
.sideinfo .recentTrackback h3   { background:url(images/barTrackback.gif) no-repeat;}
.sideinfo .link h3 					{ background:url(images/barLink.gif);}
.sideinfo .calender h3 				{ background:url(images/barCalendar.gif);}
.sideinfo .tagbox h3 				{ background:url(images/barTagcloud1.gif);}


.sideinfo li .cnt 		{ color:#bbb; font:70% tahoma;}
.sideinfo li .name		{ color:#999;}
.sideinfo li .date		{ color:#999; font:70% Verdana;}
.sideinfo li a:hover 	{ color:red; text-decoration:none;}

.sideinfo h3			{ height:0; padding:16px 0 0 0; padding-bottom:0 ; border-bottom:0 !important; overflow:hidden;}
.sideinfo.right h3 	    { }

.sideinfo .calender,
.sideinfo .category,
.sideinfo .calender,
.sideinfo .link,
.sideinfo .notice,
.sideinfo .search,
.sideinfo .banners       { margin-bottom:13px;}

.sideinfo .title		 { font:12px gulim; font-weight:bold;  display:block; color:black;} 
.sideinfo .blogdesc 	 { padding:6px 0 15px 0; color:#999;}
.sideinfo .blogimage	 { background:url(images/line2.gif) bottom left repeat-x; margin-bottom:3px; }
.sideinfo .blogimage img { width:145px; margin-bottom:10px; }

.sideinfo .banners 		 { background:url(images/bannerBg.gif) 0 0 no-repeat; height:34px; padding-top:18px; padding-left:44px;}
.sideinfo .banners img   { display:block; margin:4px auto; margin-bottom:10px; float:left; margin-right:10px; vertical-align:middle;}

/* 태그 클라우드 */
.sideinfo .tagbox 			{ margin-top:-1px;}
.sideinfo .tagbox li		{ margin:0 3px -1px 0; display:inline; border:none;}
.sideinfo .tagbox a:hover 	{ text-decoration:underline; }  
.sideinfo .tagbox .cloud1, .sideinfo .tagbox a.cloud1:visited {font-size:14px; color:#ff6600;}
.sideinfo .tagbox .cloud2, .sideinfo .tagbox a.cloud2:visited {font-size:13px; color:#ff9900;}
.sideinfo .tagbox .cloud3, .sideinfo .tagbox a.cloud3:visited {font-size:12px; color:#669900;}
.sideinfo .tagbox .cloud4, .sideinfo .tagbox a.cloud4:visited {font-size:12px; color:#0099CC;}
.sideinfo .tagbox .cloud5, .sideinfo .tagbox a.cloud5:visited {font-size:11px; color:#999;}


/* 하단 배너  */
.search 			{ margin-bottom:3px; width:145px; position:absolute; top:77px; right:5px;}
.search input		{ width:94px; padding-left:45px; border:3px solid #8e8e8e; padding-top:3px; color:#626262; font:1em gulim; height:15px; background:url(images/bgSearch.gif); margin-top:3px;}
.search .submit 	{ display:none;}


/* 카테고리 */
#treeComponent		  { float:none !important;}
#treeComponent table { float:none !important;}
#treeComponent div    { float:none !important;}

/* 사이드바 태그 */
.sideinfo .tag a			{ text-decoration:none; font-family:dotum;}
.sideinfo .tag 				{ display:inline; padding:0; text-align:justify;}
.sideinfo .tag .cloud1 		{ font-weight:bold; font-size:130%; color:#222; background-color:#b0aba1; }
.sideinfo .tag .cloud2 		{ font-weight:bold; font-size:120%; color:#333; background-color:#b0aba1; }
.sideinfo .tag .cloud3 		{ font-weight:bold; font-size:110%; color:#555;}
.sideinfo .tag .cloud4		{ font-size:100%; color:#666;}
.sideinfo .tag .cloud5		{ font-size:90%; color:#666;}	
.sideinfo .tag a:hover		{ background-color:#a09b91; color:#000;}	
.sideinfo .tag li			{ background:none; display:inline; padding:0;}


.sideinfo .calender			{font:100% Verdana;}
.sideinfo .calender h3 		{ display:none;}
.sideinfo .calender 		{}

.sideinfo .archive			{font-family: Verdana;}
.sideinfo .archive ul		{ padding: 0 20px 0 10px; }
.sideinfo .archive .cnt		{ padding-left:5px;}
#treeComponent  * 			{ width:auto !important;}

.sideinfo .notice h3 { background:url(images/barNotice.gif) top left no-repeat; height:0; padding:42px 0 0 0; overflow:hidden;}
.sideinfo .notice li   { padding:0 14px; background:url(images/noticeBg.gif) 0 0 no-repeat; margin:0; padding:8px 0 4px 43px; font-weight:bold; letter-spacing:-1px; }
.sideinfo .notice ul  { background:url(images/sideBgBottom.gif) left bottom no-repeat; padding-bottom:4px;}

.sideinfo .recentPost { margin-top:-6px; margin-bottom:12px;}
.sideinfo .recentPost h3 { background:url(images/barNewpost.gif) 0 -10px no-repeat; height:0; padding:32px 0 0 0; overflow:hidden;}
.sideinfo .recentPost li   { padding:0 14px; background:url(images/boxBgline.gif) 0 0 no-repeat; margin:0; font-size:12px; padding:8px 25px 4px 32px;   }
.sideinfo .recentPost ul  { background:url(images/sideBgBottom.gif) left bottom no-repeat; padding-bottom:4px;}


.sideinfo .nobox h3 { background:url(images/barCommu.gif) 0 0 no-repeat; padding:47px 0 0 0; height:0; overflow:hidden;}
.sideinfo .nobox.recentTrackback h3 { background:url(images/barCommu.gif) 0 40px; padding:40px 0 0 0;} 
.sideinfo .nobox li { padding:7px 20px 6px 27px; background:url(images/liDot.gif) 0 0 no-repeat; font-size:12px;}

.sideinfo .ad300x250 { width:300px; margin:0 auto; margin-bottom:10px;}

.sideinfo .ownerinfo { text-align:center; background:url(images/sideBar.gif) 0 0 no-repeat; padding-top:17px; padding-bottom:10px;}
.sideinfo .ownerinfo h3 { display:none;}

.counter 						{ border-top:1px solid #e2e2e2;}
.counter li						{ border:none;} 
.counter li.total 				{ background:url(images/counterTotal.gif) 0 4px no-repeat; text-align:right; font:26px Arial; color:black; font-weight:bold; padding:8px 2px 0 30px;}
.counter li.detail 				{ background:url(images/counterBg.gif) no-repeat; height:21px; padding-top:4px;}
.counter li.detail .today 		{ display:block; float:left; width:53px; padding-left:21px;}
.counter li.detail .yesterday   { float:right; display:block; width:52px; padding-left:21px;}

/* ***** footer ***** */
#footer 			  { clear:both; text-align:center; position:relative; margin:0 0 0 0; padding:35px 0 0 0;  font:11px dotum; letter-spacing:-1px; color:white;}
#footer .menu		  { border:none;}
#footer a 			  { color:white;}
#footer a:hover       { color:#333; background:white;}
.copyright 			  { padding-bottom:120px; margin:0; text-align:center; color:white; position:relative; }
.copyright a:link, 
.copyright a:visited  { font-weight:bold; color:white !important;}
.copyright a:hover    {color:white !important;}


.bottom 			{ display:none; background: url(images/bottomLeft.gif) no-repeat 0 0 #353535; clear:both;width:916px; margin:0 auto; position:relative; height:77px; overflow:hidden; }
.bottom .poweredBtn { position:absolute; top:0; right:0; background:url(images/bottomRight.gif) top right no-repeat; height:77px; padding:15px 10px;}

.bottom h1 a		{ overflow:hidden; display:block; height:0; padding:35px 0 0 0; width:320px; }
.bottom .copy 	    { font:9px tahoma; color:#9a9a9a; padding-left:16px;}
.bottom .copy a 	{ color:#9a9a9a;}


/** for Skin Wizard **/

#containerTop 					 { width:984px;  margin:0 auto;}
#container 						 { width:960px;padding:0 1px;  margin:0 auto; position:relative;  }
#content 						 { width:615px;  float:left; margin-left:0; padding-top:14px; margin-top:5px; padding-left:15px;  }
  .tt-body-cover #content 						 { width:630px;  float:left; margin-left:0; background:url(images/bar.gif) top left repeat-x; padding-top:14px; padding-left:0; margin-top:5px;  }
#content .inner 				 { padding:0; }
#content .commentWrite textarea  { width:530px;}
#containerBottom 				 { width:984px;  margin:0 auto; height:12px; background:url(images/bgBoxBottom.gif);}

.boxbox							{background:url(images/line.gif) top right repeat-y; }
  .tt-body-cover .boxbox 	{background:url(images/line02.gif) top right repeat-y; }

#containerBottom div.inner 	 { background:url(images/boxBottomLeft.gif) left bottom no-repeat; height:35px; width:50%; float:left; clear:both;}
#containerBottom div.inner2  { background:url(images/boxBottomRight.gif) right bottom repeat-x; width:50%; height:35px;  float:left;}


#containerTop h1		 { font:3em Verdana;   letter-spacing:-1px; text-align:center; padding:50px 0 6px 0;}
#containerTop h1 a 		 { color:white; }
#containerTop h1 a:hover { color:red;  text-decoration:none;}

#containerTop p			 { text-align:center; color:white; font:10px tahoma, dotum; padding-bottom:15px;}
#containerTop p a 	 	 { color:white; font-weight:bold;}

#content .titleWrap h2, #content .titleWrap h3,
#content .guestbook h2, #content .guestbook h3,
#content .taglog h2, #content .taglog h3,
#content .localog h2, #content .localog h3,
#content .searchRplist h3,
#content .searchList h2, 
#content .searchList h3  { font:1.4em gulim; font-weight:bold; color:black;  letter-spacing:-1px; padding:17px 0 20px 10px; border-bottom:1px dotted #ccc; margin:0 -11px; }

#content .titleWrap h2 a { color:black;}

#content .titleWrap				 {  padding:0 11px;}

#content .searchRplist h2 span, 
#content .searchRplist h3 span,
#content .searchList h2 span, 
#content .searchList h3 span { border-bottom:2px solid #0860A8; color:#0860A8; }


#content .searchList h2, 
#content .searchList h3  { padding-top:10px !important;}

/* bottomCopy  */
.bottomCopy { background: #f4f5f5; clear:both; padding:4px 0 20px 0;  position:relative;}


/* for cover */
.post_tags 				{ background:url(images/entryTag.gif) no-repeat 0 7px !important; color:#aaa; padding:4px 0 !important; height:1%; padding-left:31px !important; }
.post_tags a			{ color:#aaa; }
.coverpost			{ margin:13px 0 !important;}
.coverpost h2			{ font-size:13px !important;}

.post_info .category a, 
.post_info .date, 
.post_info .author  	{ color:#777 !important; font-weight:11px;}
.coverpost .img_preview { padding:4px;}
.coverpost .post_content { color:#555;}
.coverpost h2 {  height:17px;} 
.coverpost h2 a { float:left; padding-right:3px;}
.coverpost .post_comments{ background:url(images/cntBg.gif) 0 0 no-repeat; font:8px tahoma; font-weight:bold; color:white; display:block; width:23px; margin-top:1px;  text-align:center; padding:1px 0 1px 2px; float:left; clear:right;}
.new_feature .coverpost .img_preview img { border:none !Important;}


.paging           { padding-top:10px;  text-align:center;  font-size:0.95em;}
.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;}

.assort h3		  { font:10px tahoma !important; font-weight:blod !important; padding:10px 0 0 0 !important; width:140px !important; height:auto; margin:0 !important;}

.bar { background:url(images/bar.gif); height:7px; clear:both;   }


.coverpost { border-bottom:1px dotted #ccc !important;}




.topAD { position:absolute; top:7px; right:5px;}





.two_column { background:url(images/recentColumns3.gif) 0 0 no-repeat; height:168px; overflow:hidden; margin:0; clear:both;}
.two_column h2 { font:12px/1.5 gulim; font-weight:normal;}
.two_column .left { float:left; width:273px!important; margin:74px 0 0 33px!important; display:inline!important;}
.two_column .right { float:right;  width:273px!important; margin:74px 17px 0 0!important; display:inline!important;}
.two_column .post_info { display:none;}
.two_column li { padding-bottom:4px!important; height:1%;}
.two_column .content,
.two_column .date, 
.two_column .author,
.two_column .tags,
.two_column .comments,
.two_column .trackbacks { display:none;}

*html .two_column,
*:first-child+html .two_column { margin-top:-15px;}
*html .two_column li, 
*:first-child+html .two_column li { padding-bottom:4px;}

/* cover */
.hotIssue0 .trackbacks { display:none;}
.hotIssue0 .left { float:left;width:325px; height:241px; position:relative; overflow:hidden; margin:0;}
.hotIssue0 .left h2 a {  position:absolute; top:0; left:0; height:61px; width:305px; background:url(images/hotIssue.png) 0 0 no-repeat; padding:180px 0 0 20px; color:white; font:14px gulim; font-weight:bold; }

/*
.hotIssue0 .left h2 a { position:absolute; top:181px; color:white; font:14px gulim; font-weight:bold; left:20px;}
*/
.hotIssue0 .left .post_content { position:absolute; top:201px; color:white; left:21px; font:11px gulim;}
.hotIssue0 .left img { width:325px; height:241px;}
.hotIssue0 .left .comments { display:none;}
.hotIssue0 .left .post_info { position:absolute; top:201px; color:white; left:21px; font:12px gulim; }

.hotIssue0 .right	{width:280px; padding-left:14px;  float:right; height:221px; overflow:hidden; padding-top:5px; background:url(images/barSero.gif) 0 0 repeat-y;  }
.hotIssue0 .right li  {  position:relative; padding:5px 0 11px 47px; margin-bottom:6px; border-bottom:1px solid #eee; background:url(images/noIMG.gif) 0 1px no-repeat; }
.hotIssue0 .right li img { position:absolute; top:1px; left:0; width:40px; height: 40px; border:1px solid #ccc;}
.hotIssue0 .right .comments { display:none;}

*html .hotIssue0 .right li  { border: 1px solid white; border-bottom:1px solid #eee; border-left:none; }
*html .hotIssue0 .right li img { position:absolute; top:1px; left:-47px;; width:40px; height: 40px;}

.hotIssue0 .right li h2 { font:12px gulim; font-weight:bold; padding:0; height:15px; margin:0;}
.hotIssue0 .right li h2 a { float:left; letter-spacing:-1px;}
.hotIssue0 .right li .post_comments{ background:url(images/cntBg.gif) 0 0 no-repeat; font:8px tahoma; font-weight:bold; color:white; display:block; width:23px;  text-align:center; padding:1px 0 1px 2px; float:left; }
.hotIssue0 .right li .info { clear:left; display:block;}

.hotIssue0 .right .content { display:none;}
.hotIssue0 .right .author { display:none;}
.hotIssue0 .right .date { font:10px tahoma;}
.hotIssue0 .right .tags { display:none; }

.new_feature				{ }
.new_feature h2 			{ height:17px; font-size:13px; padding:0 0 3px; } 
.new_feature h2 a 			{ float:left; padding-right:6px;}
.new_feature .comments		{ background:url(images/cntBg.gif) 0 0 no-repeat; font:8px tahoma; font-weight:bold; color:white; display:block; width:23px; margin-top:3px;  text-align:center; padding:1px 0 1px 2px; float:left; clear:right;}
.new_feature li				{ border-bottom:1px dotted #ddd; float:left; height:86px; padding:10px 0 10px 100px!important; overflow:hidden; position:relative; width:520px; }
.new_feature img 			{ background:#fff; border:1px solid #ddd; padding:2px; position:absolute; top:10px; left:0;} 
.new_feature .post_info 	{ }
.new_feature .content 		{ color:#999; clear:both; padding:5px 0 0; text-align:justify;}
.new_feature li.item4		{ border-bottom:none; }
.new_feature .author		{ display:none; }

#variety_topic.recent.module { padding-bottom:10px;}
#variety_topic.recent.module h3 { background:url(images/popularTitle.gif) 0 0 no-repeat; padding-top:42px;}
#variety_topic.recent.module li { font:12px gulim; letter-spacing:-1px; background:url(images/popular01.gif) 0 0 no-repeat; padding:7px 2px 6px 33px;} 
#variety_topic.recent.module li span { display:none; }
#variety_topic.recent.module li.top-order-1 { font-weight:bold;  }
#variety_topic.recent.module li.top-order-2 { font-weight:bold; background:url(images/popular02.gif) 0 0 no-repeat;  }
#variety_topic.recent.module li.top-order-3 { background:url(images/popular03.gif) 0 0 no-repeat;  }
#variety_topic.recent.module li.top-order-4 { background:url(images/popular04.gif) 0 0 no-repeat;  }
#variety_topic.recent.module li.top-order-5 { background:url(images/popular05.gif) 0 0 no-repeat;  }

.hotpost { padding-bottom:10px;}
.hotpost h3 { background:url(images/popularTitle.gif) 0 0 no-repeat; padding-top:42px;}
.hotpost li { font:12px gulim; letter-spacing:-1px; background:url(images/popular01.gif) 0 0 no-repeat; padding:7px 2px 6px 33px;} 
.hotpost li span { display:none; }
.hotpost li.item0 { font-weight:bold;  }
.hotpost li.item1  { font-weight:bold; background:url(images/popular02.gif) 0 0 no-repeat;  }
.hotpost li.item2  { background:url(images/popular03.gif) 0 0 no-repeat;  }
.hotpost li.item3  { background:url(images/popular04.gif) 0 0 no-repeat;  }
.hotpost li.item4  { background:url(images/popular05.gif) 0 0 no-repeat;  }

.sideinfo .recent_entries_with_thumbnail { margin-top:-6px; margin-bottom:12px;}
.sideinfo .recent_entries_with_thumbnail h3 { background:url(images/barNewpost.gif) 0 0 no-repeat; height:0; padding:42px 0 0 0; overflow:hidden;}
.sideinfo .recent_entries_with_thumbnail li   {position:relative; margin:0; font-size:12px; padding:8px 18px 4px 72px; clear:both; height:52px; background:url(images/popularLi.gif) 0 0 no-repeat; }
.sideinfo .recent_entries_with_thumbnail li h3 { overflow:auto; height:auto; padding:5px 0 0 0; background:none; font:12px gulim; letter-spacing:-1px; font-weight:bold; }
.sideinfo .recent_entries_with_thumbnail ul  { background:url(images/sideBgBottom.gif) left bottom no-repeat; padding-bottom:4px; }
.sideinfo .recent_entries_with_thumbnail li .post_content { display:none;}

.sideinfo .recent_entries_with_thumbnail .img_preview { float:left; margin-right:7px; position:absolute; top:8px; left:15px; } 
.sideinfo .recent_entries_with_thumbnail .img_preview img { border:1px solid #ccc !important;}

.sideinfo .recent_entries_with_thumbnail li h3 a { display:inline;  }
.sideinfo .recent_entries_with_thumbnail li .post_comments  { background:url(images/cntBg.gif) 0 0 no-repeat; font:8px tahoma; font-weight:bold; color:white; display:inline; width:23px;  text-align:center;  padding:1px 5px 1px 7px; }


#qwer999  { display:block; font:12px gulim;}
#qwer999 a { }
#qwer999 .tabComment,
#qwer999 .tabTrackback,
#qwer999 .tabTag	{ display:none; padding:10px; clear:both;}

#qwer999.over1 .tabComment { display:block;}
#qwer999.over2 .tabTrackback { display:block;}
#qwer999.over3 .tabTag { display:block;}


#qwer999 .title01 {cursor:default; width:99px; display:block;float:left; text-align:center; border-right:1px solid #c5c5c5; border-bottom:1px solid #c5c5c5; line-height:25px; background:#f0f0f0;}
#qwer999 .title02 {cursor:default; width:99px; display:block;float:left; text-align:center; border-right:1px solid #c5c5c5; border-bottom:1px solid #c5c5c5; line-height:25px; background:#f0f0f0;}
#qwer999 .title03 {cursor:default; width:100px; display:block;  text-align:center;  border-bottom:1px solid #c5c5c5; float:left; line-height:25px; background:#f0f0f0;}

*html #qwer999 .title03 { margin-right:-3px; }

#qwer999.over1 .title01 { font-weight:bold; border-bottom:1px solid white; background:white;}
#qwer999.over2 .title02 { font-weight:bold; border-bottom:1px solid white; background:white;}
#qwer999.over3 .title03 { font-weight:bold; border-bottom:1px solid white; background:white;}

#qwer999 { background:white; border:1px solid #c5c5c5; margin:7px;  }

#qwer999 li { border-bottom:1px solid #f3f3f3; padding:8px; padding-left:16px; background:url(images/iconIndentArrow_localinfo.gif) 3px 10px no-repeat;}
#qwer999 .tabTag li  { display:inline; border:none; padding:0 7px 0 0; line-height:180%;}

#qwer999 .tabTag  li .cloud1    { background-color:#eee;  font-weight:bold;  font-size:16px;  color:#a2348f;}
#qwer999 .tabTag  li .cloud2    { background-color:#eee;  font-weight:bold;  font-size:15px;  color:#5a5194;}
#qwer999 .tabTag  li .cloud3    { background-color:#eee;  font-weight:bold;  font-size:14px;  color:#7870ab;}
#qwer999 .tabTag  li .cloud4    { background-color:#eee;  font-size:13px;  color:#666;}
#qwer999 .tabTag  li .cloud5    { font-size:12px;  color:#888;}	
#qwer999 .tabTag  li a:hover       { background-color:#eee;  text-decoration:none;  color:#000;}




.globalBottom { display:none;}
.globalBottom { display:block; background:url(images/gnbbg.gif) 0 0 repeat-x white; width:960px; border:1px solid #CCC; margin:0 auto; margin-bottom:30px;}

.globalBottom .familySite { padding:0 20px; }
.globalBottom .familySite a { height:0; padding:33px 0 0 0; width:122px; float:left; margin:10px 30px; overflow:hidden; display:block;}
.globalBottom .familySite a:hover { background-position:0 -33px;}

.globalBottom .familySite .btn2yagootimes { background:url(images/btn2yagootimes.gif);}
.globalBottom .familySite .btn2carholic { background:url(images/btn2carholic.gif);}
.globalBottom .familySite .btn2playpc { background:url(images/btn2playpc.gif);}
.globalBottom .familySite .btn2enterfactory { background:url(images/btn2enterfactory.gif);}
.globalBottom .familySite .btn2segyewa { background:url(images/btn2segyewa.gif);}

.globalBottom .submenu { padding:17px 0 2px 0;}
.globalBottom .submenu a { font-weight:bold; margin-right:20px; padding-right:20px; }
.globalBottom .bottomDesc { overflow:hidden; padding:0px 0 20px 0; font:11px gulim; color:#666; display:block; line-height:13px;}
.globalBottom .gnbBox { clear:both;}
.globalBottom .tnmLogo { float:left; padding:15px 20px 25px 50px;}d
