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

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

/* 페이징 - 현재 페이지 */
    .selected               { text-align:center;   font-weight:bold;  color:#f30;} 
	.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;} 



/* 공통영역 */
 * 								{ 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/bg.gif) top center #e9e9e9; margin:15px 0;  }
#container						{ background:url(images/mainBg.gif) top left white repeat-y;  clear:both;}
	#content					{ overflow:hidden;  }
	#sideinfo 					{ width:230px; float:left; margin-left:26px; display:inline; overflow:hidden; }
#containerBottom 		 		{ background:url(images/bgBox3.gif) top left no-repeat; }
#containerBottom div.inner		{ background:url(images/bgBox4.gif) top right no-repeat; }



/* 상단 */



#container .logo		 		{ background:url(images/top3.jpg) 0 0 no-repeat; height:212px; padding-top:13px;} 
#container .logo h1 a			{ height:0; width:400px; margin-left:40px; overflow:hidden; display:block; padding:122px 0 0 0;}
#container .logo .ownerLink		{ overflow:hidden; height:0; padding:19px 0 0 0; width:130px; display:block; margin:0 0 0 12px}

.blogMenu						{ height:44px; margin:9px 15px 0 12px; overflow:hidden;}
.blogMenu li 					{ float:left; margin-right:1px;}
.blogMenu li a 					{ display:block; height:0; padding:44px 0 0 0; overflow:hidden; margin-right:5px;}
.blogMenu li.tab_1 a			{ width:73px; }
.blogMenu li.tab_2 a			{ width:80px; }
.blogMenu li.tab_3 a			{ width:122px;  }
.blogMenu li.tab_4 a			{ width:100px; }
.blogMenu li.tab_5 a			{ width:100px; }
.blogMenu li a:hover			{ background-position:left top;}

.search 						{  overflow:hidden; margin-bottom:8px;}
.search input.text				{  height:17px; line-height:20px; padding:3px 0 0 3px; font:11px dotum; background:url(images/searchBg2.gif) 0 0 repeat-x; margin:0x; width:164px; border:3px solid #eee; }
.search input.submit			{ cursor:pointer; border:none; vertical-align:bottom;}


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

		
#content .titleWrap							 	 { padding:0; overflow:hidden;}
#content .titleWrap h2 						 	 { background:url(images/titleBg.gif) 0 0 no-repeat; height:40px; padding:0 0 0 38px; line-height:40px;}
#content .titleWrap h2 a		 				 { color:black; font:bold 15px/40px gulim;}
#content .titleWrap h2 a:hover				   	 { text-decoration:none;}

#content .titleWrap .author 					 { display:block; color:#777;  font:0.9em/26px dotum;  padding-top:4px; border-bottom:1px solid #ddd; padding-left:3px; height:26px; }
#content .titleWrap .author .owner 				 { height:0; padding:11px 0 0 0; width:35px;   float:left; margin:1px 3px 0 0; overflow:hidden;}
#content .titleWrap .author.inbox 				 { color:#ccc;}
#content .titleWrap a							 { font-weight:bold;}
#content .admin									 { letter-spacing:-1px; font:11px dotum; padding:3px 4px; background:#fafafa; margin-top:5px; text-align:right;}



#content .entry					 { margin:0 0 40px 0; color:#5d5d5d; 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:#2799aa;}

#content .article 				 { font-family:"굴림";  padding:20px 10px 15px 10px; margin-bottom:5px;}
#content .entry .tagTrail 		 { margin:15px 5px 0 0; padding-left:19px; padding-top:2px; height:auto; background:url(images/bullet_tag.gif) 0 1px no-repeat;  clear:both; letter-spacing:normal; font:1em dotum;}
#content .entry .tagTrail span   { display:none; }
#content .entry .tagTrail a		 { color:#666;}
#content .entry .actionTrail  	 { color:#909090; padding: 6px 0 0 0; border-top:1px dashed #c4c4c4;  margin-top:15px; height:18px; clear:both;}
#content .entry .actionTrail a	 {color:black;}
#content .entry .actionTrail .cnt{ font-weight:bold; color:#ff4f4f;}

.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:10px;}
#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;}
#content .article p 		 { margin-bottom:15px;}



.categoryBtn 			{  padding-top:5px; height:16px;}
a.categoryBtn			{color:#777 !important; }
.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;}
.notice h3 				{ display:none;}
 
/* 코멘트 */
.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;}
.comment h3, 
.comment h4 							{ display:none;}
.commentList li 						{ overflow:hidden;  margin-top:6px; border-bottom:1px dotted #e6e6e6; padding:5px 4px 8px 4px;}
.commentList li a 						{ color:black;}
.commentList li .name 					{ font-weight:bold; color:#333; }
.commentList li .name a 				{ color:black !important;}
.commentList li .name a:hover			{ color:#ff0066 !important;}
.commentList li .name img 				{ vertical-align:middle;}
 li .170 				{ font:0.8em tahoma; display:block; letter-spacing:normal; color:#bbb; line-height:18px;}
 li .170 a				{ color:#333;}
 li .170 a:link,
 li .170 a:visited 		{ color:#888 !important;}
 li .170 a:hover		{ color:#F06;}
 li .170 .name			{  font:bold 11px gulim !important;}
.commentList li ul li img 				{ display:none;}

.1702 { font:11px dotum;}
.1702 .name { font-weight:bold; color:#333;}

.commentList li p						{ padding-top:4px; padding-bottom:3px; overflow:hidden; color:#777;}
.commentList li ul 					    { margin:0; padding:0 !important; }
.commentList li ul li					{ border-bottom:none; margin-top:5px;padding-left:25px; background:url(images/iconIndentArrow_local.gif) 10px 9px no-repeat  #fbfbfb;}
.commentList li ul li p 				{ font:11px dotum;}


.name2 { background:url(images/dot22.gif) 0 0 no-repeat; padding-left:17px; height:18px; display:block; line-height:18px;}
.commentP { background:#fbfbfb; padding:12px !important;}

.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-bottom:1px solid #e6e6e6;  padding:10px 0 8px 0; width:100%; overflow:hidden;} 
.trackback li h4 { border:none !important;}
.trackback li h4 a		{ font:12px gulim; background:url(images/dot22.gif) 0 0 no-repeat; padding-left:17px; height:18px; display:block; line-height:18px; 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;}



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


.sideinfo ul					{ margin:0 2px 15px 2px;}
.sideinfo li					{ line-height:130%; padding-bottom:4px; padding-left:4px; margin-bottom:4px;}
.sideinfo li .cnt 				{ color:#F30; font:70% tahoma;}
.sideinfo li .name				{ color:#aaa; font:11px dotum;}
.sideinfo li .date				{ color:#aaa; font:9px Verdana;}
.sideinfo li a:hover 			{ color:blue; text-decoration:none;}

/* 사이드바 제목 */
.sideinfo h3					{ width:230px; height:0; padding:25px 0 0 0; margin:0 0 10px 0 !important; padding-bottom:0 ; border-bottom:0 !important; overflow:hidden;}
.sideinfo .category h3			{ background:url(images/barCategory.gif) !important; }
.sideinfo .recentPost h3 		{ background:url(images/barPosts.gif);}
.sideinfo .recentComment h3		{ background:url(images/barComments.gif);}
.sideinfo .recentTrackback h3   { background:url(images/barTrackback.gif);}
.sideinfo .link h3 				{ background:url(images/barLinka.gif);}
.sideinfo .calender h3 			{ background:url(images/barCalendar.gif);}
.sideinfo .tagbox h3 			{ background:url(images/barTagcloud.gif);}
.sideinfo .twitter h3            { background:url(images/barTwitter.gif);}

/* 프로필 박스 */
.sideinfo .title		 { font:13px gulim; font-weight:bold;  display:block; color:black; padding-top:10px; } 
.sideinfo .blogdesc 	 { padding:2px 0 10px 0; color:#7f7f7f; font:11px dotum; letter-spacing:-1px;}
.sideinfo .blogimage 	 { }
.sideinfo .blogimage img { }

.sideinfo .line li		 { background:url(images/dash.gif) 0 3px no-repeat; padding-left:16px;}


/* 공지 */
.sideinfo .notice h3				{ display:none; clear:both}
.sideinfo .notice	 				{ padding-top:2px; clear:both;}
.sideinfo .notice li 				{ background:url(images/iconNotice2.gif) 0 1px no-repeat; padding-left:38px; border:none; padding-bottom:2px; }
.sideinfo .notice li a				{ font:bold 12px gulim; color:black}


/* 카테고리 */
.sideinfo .category 				 { border-top:1px solid #eee; padding-bottom:10px; padding-top:7px;}
.sideinfo #treeComponent			 { float:none !important;}
.sideinfo #treeComponent table		 { float:none !important;}
.sideinfo #treeComponent div  		 { float:none !important;}
.sideinfo #treeComponent a 			 { font:bold 12px dotum !important; }
.sideinfo #text_0 				     {  !important; font-weight:bold !important;}
.sideinfo ul { padding-bottom:4px; margin-bottom:3px;}

/* 사이드바 태그 */

.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;}


.sideinfo .calender			{ font:100% Verdana;}
.sideinfo .calender h3 		{ display:none;}
.sideinfo .calender 		{ padding:20px 4px 17px 4px; }

.sideinfo .archive			{font-family: Verdana;}
.sideinfo .archive ul		{ padding: 0 20px 0 10px; }
.sideinfo .archive .cnt		{ padding-left:5px;}


.sideinfo .banners			{ background:url(images/bgDot.gif) 0 0 repeat-x; padding-top:10px; padding-bottom:10px; }
.sideinfo .banners img		{ margin-bottom:5px;}

/** for Skin Wizard **/

#containerTop 					 { width:962px;  margin:0 auto;}
#container 						 { width:962px;   margin:0 auto; padding-bottom:30px;}
#content 						 { width:650px;   padding:0 10px 0 20px; float:left; margin-left:2px;}
#content .inner 				 { }
#content .commentWrite textarea  { width:626px ;}
#containerBottom 				 { width:962px;  margin:0 auto; height:12px; background:url(images/bottom.gif) -1px 0 no-repeat; height:51px;}


#containerBottom ul				{ margin-left:705px;}
#containerBottom ul li			{ float:left; margin-right:5px; margin-top:10px;}
#containerBottom ul li a		{ display:block; overflow:hidden; height:0; padding:25px 0 0 0; }

#containerBottom ul li.rss a	{ width:70px;}
#containerBottom ul li.hanrss a	{ width:63px;}
#containerBottom ul li.googlerss a	{ width:100px;}


#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.1em gulim; font-weight:bold; color:black;  letter-spacing:normal; padding:22px 0 3px 0; }



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

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


/* 페이징 */
#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:#f180ba; text-decoration:none;}

.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;}


.toTop			  { position:absolute; left:50%; margin-left:479px;}

 
 



/*동영상*/
.menuBar  {  clear:both; }
.TD_htmlbox object { width:360px !important; height:290 !important;}
.TD_htmlbox embed {width:360px !important; height:290 !important;}

.TD_recent22 .TD_headline { height:24px;  overflow:hidden;}
.TD_recent22 .TD_headline a { font:bold 12px/24px gulim; color:black;}
.TD_recent22 .box2			{ font:11px/18px gulim; height:108px; overflow:hidden; color:#999;}

.TD_recent22 { float:right; padding-right:10px; clear:both;}
.TD_recent22 .TD_thumblist { position:relative;  height:140px; padding:10px 0 5px 0; width:252px; overflow:hidden; border-bottom:1px solid #eee; margin:0 !important;}
.TD_recent22 .TD_thumbnail {margin-right:7px !important;}
.TD_recent22 table td { vertical-align:top !important;}

.youtubeBox { float:left; padding-left:10px; padding-top:15px;}



/* 슬라이드 이미지 */
.td_slidemargin { margin-right:20px; padding-right:20px; border-right:1px solid #ddd; margin-bottom:20px;}

.td_slidemargin .TD_headline {height:36px !important; padding-top:5px;  overflow:hidden; text-align:left !important}
.td_slidemargin .TD_headline a { font:bold 12px/18px gulim; color:black;}

.td_slidemargin .TD_album { padding:0 5px !important; margin:0 !important; }
.td_slidemargin .TD_thumbimg { width:180px !important; height:120px !important; margin:0; background:white; }
.td_slidemargin .TD_thumbimg table { background:#fafafa; }


.bxSlider_container {border : 0px solid red;height:290px; width:360px; overflow:hidden;float:left; padding-top:15px;  padding-left:10px;}



.module.module_plugin { font:11px dotum; letter-spacing:-1px; text-align:left !Important; padding-top:20px; background:url(images/bgDot.gif) 0 0 no-repeat;}
.module.module_plugin center { text-align: left !important;}
.flickr { background:url(images/flickrBg.gif) -5px -10px; no-repeat;}

#flickr_badge_wrapper { padding:0 0 0 3px; height:104px; overflow:hidden; margin-bottom:14px;}
.flickr_badge_image { float:left;}
.flickr_badge_image img { width:50px !important; height:50px !important; margin:2px; }

#Twitts.line { font:11px dotum;}
#Twitts.line a { color:ccc; font-weight:bold;}


.TD_recent { width:640px !important;} 
.td_selectedpost_1 {}

.td_selectedpost_1 .TD_thumbnail img { width:240px; height:200px; }