﻿@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */


/* 1. 본문 전체  */

.entry-content { color: #000; }
.admin { color: #000; }
body .admin { color: #0000000; }
.tagTrail .tagText { color: #000; }
.author .ownerBtn { color: #000; }
/* 2. 기본 링크 */
	a:link, a:visited { color : #666666; text-decoration: none; }
	a:hover { color : #1890e4;	text-decoration: underline;	}

/* 3. 이미지 */
	img { border-width: 0px; border: none; }
	
/* 4. 이미지 버튼 */
	.ib { cursor: pointer; }

/* 5. 입력 텍스트 */
	.text { border:1px solid #999; }

/* 6. 트리 테이블 */
	.branch2 {	}
	
/* 7. 트리 셀 */
	.branch3 { cursor: pointer;	height: 10px; }

/* 8. 달력 월 표시 */
	.cal_month { font-size : 11px; height: 18px; }

/* 9. 달력 요일 표시 */
	.cal_week1 { font-size : 11px; height:18px; }

/* 10. 달력 일요일 표시 */2011-02-13x; text-align: center; }

/* 11. 달력 지난 달 날짜 표시 */
	.cal_day1 {	color: #000; font-size:12px; text-align:center; }

/* 12. 달력 다음 달 날짜 표시 */
	.cal_day2 {	color: #000; font-size : 11px; text-align: center; }

/* 13. 달력 이번 달 날짜 표시 */
	.cal_day3 {	font-size : 11px; text-align: center; }

/* 14. 달력 오늘 날짜 표시 */
	.cal_day4 {
	text-align: center;
	font-size: 11px;
	border-bottom:1px solid #777;
	font-weight:bold;
	color: #0066CC;
}

/* 15. 달력 글쓴 날 링크 스타일 */
	a.cal_click:link, a.cal_click:visited {	color : #777; font-weight: bold; }
	a.cal_click:hover {	color : #369; font-weight: bold; }

/* 16. 이미지 아래 캡션 스타일 */
	.cap1 {
	color: #666666;
	text-align: center;
	font: 11px "돋움", "돋움체";
}

/* 17. 키워드 스타일 */
	.key1 {	cursor: pointer; border-bottom: 1px dashed #ccc; }

/* 18. 카테고리 옆 개수 스타일 */
	.c_cnt { font:9px Tahoma; color : #666; }

/* 19. 최신글 옆 개수 스타일 */
	.ps_cnt { font:10px Tahoma;	color : #B4B4B4; }



/* 본문 공통 */

a:link          { color:#333333;     text-decoration:none;}
a:visited       { color:#333333;     text-decoration:none;}
a:hover         { color:#3095db;  text-decoration:underline;}
a:active        { color:#3095db;     text-decoration:none;}


/* 페이징 - 현재 페이지 */
    .selected               { text-align:center;   font-weight:bold;  color:#f30;} 
	.no-more                { color:#cfcfcf;}

/* 카테고리 - 이미지 버튼 */
    .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:#000;  }
/* 달력 일요일 표시(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:#cfcfcf;}
/* 달력 다음 달 날짜 표시(td)   */
    .cal_day2               { color:#cfcfcf;}
/* 달력 이번 달 날짜 표시(td) */
    .cal_day3               { color:#aaa;}
/* 달력 오늘 날짜 표시(td) */
    .cal_day4               { color:#333;  font-weight:bold;}
/* 달력 글쓴 날 링크 스타일 */
    a.cal_click:link        { color:#cfcfcf;  font-weight:bold;}
    a.cal_click:visited     { color:#cfcfcf;  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 #cfcfcf; } 

/* 반드시 들어가야하는 스타일 끝 */

/* 공통영역 */
 * { margin: 0; padding: 0; }
hr              { display:none;}
img             { border: none;}
h1, h2, h3, h4  { margin:0;  padding:0;}
input           { border:1px solid #404040;}
textarea        { border:1px solid #404040;}
ol, ul, li { list-style:none;}

body, table, td, input, textarea {font:12px/150% "맑은 고딕";}


/* 블로그 레이아웃 */
body { background:#000000; }
.mainBox3 { background: url(images/bg.jpg) no-repeat center 0; }
.mainBox2 { position:relative;margin:0 auto; width:1020px; background:url(images/bg_content.png) repeat-y 0 0;zoom:1;}
.mainBox { background:url(images/bg.jpg) no-repeat center 0;zoom:1;}
.mainBox:after {content:"";display:block;clear:both;}

.header {position:relative;width:1020px;height:244px;overflow:hidden;zoom:1;}
/* .header:after {content:"";display:block;clear:both;} */

#container {float:left;width:700px;padding:25px 0 0 35px;/* margin-left :35px ; */} 
/* IE 7 및 하위버전 */
*:first-child+html  #cnt {float:left;width:700px; padding:0 0 0 35px;} 
            	#content { position:relative;left:5px;/*  #left:-17px;_left:5px; */}
	div#ttCanvas {margin:0 0 0 17px !important;#position:relative;#left:-32px;_left:0px;}
	div#ttCanvas .tt-component-border-bottom {#width:635px;_width:630px;#margin-left:32px;_margin-left:0px;}
	#sideinfo {float:right;width:238px;padding:35px 40px 0 0; /* margin-right:40px; margin-left:3px; margin-top: -60px; */ }
		 *html #sideinfo { display:inline;}
	#sideinfo .left { float:left; width:236px; overflow:hidden;}
	#sideinfo .right { float:right; width:226px; overflow:hidden;}
 
.header .logo { height:244px; }
.header .logo h1 a { display:block; padding:250px 0 0 0; height:0;}
#containerTop div.inner { background:url(images/boxTopLeft.png) left bottom no-repeat; height:35px; width:50%; float:left; clear:both;}
#containerTop div.inner2 { background:url(images/boxTopRight.png) right bottom repeat-x; width:50%; height:35px;  float:left;}


#containerBottom {background:url(images/bgBox3.gif) top left no-repeat; }
#containerBottom div.inner {background:url(images/bgBox4.gif) top right no-repeat; }

.gita1 {position:absolute; top:92px;right:0; /* left: 600px; */}
.gita1 a { display:block;width: 400px; height: 50px; color:#cfcfcf;}
.gita { position:absolute; top:38px; right:27px;/* left: 930px; */}
.gita a { display:block;width: 38px; height: 38px; color:#cfcfcf;}

.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; background:url(images/category0.gif) 0 0 repeat-x; margin:0 -3px 0 0px; height:80px; overflow:hidden;}
#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;}
#content .titleWrap .admin {  padding:0 0 5px 0; margin:0 0 2px 0; text-align:right; padding-right:10px; font:0.9em dotum;color:#666;}
#content .titleWrap .admin a { color:#444; font:1em dotum;}
#content .titleWrap .bottomLine { height:20px; }

/*

#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 #cfcfcf;  margin-bottom:3px; padding-bottom:1px;  color:#222; font:1.1em "맑은 고딕"; font-weight:bold;}
#content .entry a { color:#147dba;}

#content .article { font-family:"맑은 고딕";  padding:10px 10px 15px 10px; margin-bottom:5px;}
#content .entry .tagTrail { margin:15px 5px 0 0; padding-left:32px; height:auto; background:url(images/entryTag.gif) 0 1px no-repeat;  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: 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;}
#content .titleWrap .author a { }
.author { display:block; color:#aaa; font:1.1em gulim; text-align:center;  padding-top:1px; padding-left:3px; padding-bottom:6px; }
.author .owner { height:0; padding:11px 0 0 0; width:35px;   float:left; margin:1px 3px 0 0; overflow:hidden; }
.author.inbox { color:#cfcfcf;}
.author .category a	{ font-weight:bold !important; color:#176fa6 !important;}
.admin { letter-spacing:-1px; padding:10px;}

.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 !important; color:#aaa !important;}

.guestbook .commentWrite,
.localog .article, 
.taglog .article,
.taglog .tagbox
 { border-bottom:1px solid #e6e6e6;background:url(images/titlebg.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:px 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;}
.commentList { color: #000; }
.teamMain .teamImage .teamDesc  { border: 1px solid #000; color #000; }
.comment {position:relative; clear:both; width:690px;}
.comment h3 { display:none;}
.commentList {background:#fcfcfc; border-top:1px solid #eee; margin-top:4px;}
.commentList li { margin-top:6px; border:1px solid #e5e5e5; padding:10px;}
.commentList li .date { font:0.8em tahoma; letter-spacing:normal; color:#cfcfcf; padding-bottom:4px; display:block;}
.commentList li .name { float:left; font-weight:bold; margin-right:7px;  color:black;}
.commentList li .name a { color:black;}
.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 -5px -5px -5px; padding:0 !important;}
.commentList li ul li { border:none; margin-top:1px; padding-left:30px; width:auto;  background:url(images/bgReply.gif) 4px 3px no-repeat #f4f4f4;}
.commentList li a { color:#147dba !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/titlebg.gif) top repeat-x; margin-bottom:5px;}

.trackback { padding-bottom:3px; width:670px;}
.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 { 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 #cfcfcf;}
.trackback li .date { font:0.8em tahoma; letter-spacing:normal; color:#cfcfcf;}
.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:#cfcfcf;}


/* 태그로그 */
.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/titlebg.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; color:#aaa;}
.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:#f180ba; text-decoration:none;}

/* 사이드바 센터 */


/* 사이드바 공통 스타일 */
.sideinfoTop { text-align:center; height:0;}
.sideinfo { font:11px 맑은고딕, dotum;}
.sideinfo a:link, .sideinfo a:visited {color:#333333; }
.sidebarBox { background:url(images/bgLine.gif) center top repeat-y; padding-top:0px;}

.sideinfo .category h3 { background:url(images/barCategory.gif) no-repeat !important; height: 34px;}
.sideinfo .recentPost h3 { background:url(images/barRecentPost.gif) no-repeat;}
.sideinfo .recentPost li { background:url(images/dot.png) no-repeat 0 4px;}

.sideinfo .recentComment h3 { background:url(images/barRecentComment.gif) no-repeat;}
.sideinfo .recentTrackback h3 { background:url(images/barRecentTrackback.gif) no-repeat;}
.sideinfo .link h3 { background:url(images/barLink.gif) no-repeat;}
.sideinfo .calender h3 { background:url(images/barCalendar.gif) no-repeat;}
.sideinfo .tagbox h3 { background:url(images/barTagcloud1.gif) no-repeat;}

.sideinfo ul{margin:0 2px 0px 2px;}
.sideinfo li { line-height:140%; padding-bottom:4px; padding-left:4px; margin-bottom:4px; margin-left:4px; background:url(images/sideDot.gif) 0 2px no-repeat; padding:0 0 0 13px; }
.sideinfo li .cnt { color:#aeaeae; font:70% tahoma;}
.sideinfo li .name { color:#555;}
.sideinfo li .date { color:#555; font:90% Verdana;}
.sideinfo li a:hover { color:#999999; text-decoration:none;}

.sideinfo h3{width:224px; height:0; padding:23px 0 0 0; margin:0 0 10px 0 !important; padding-bottom:0 ; border-bottom:0 !important; overflow:hidden;}
.sideinfo.right h3 { width:247px;}

.sideinfo .calender,
.sideinfo .category,
.sideinfo .twitter,
.sideinfo .calender,
.sideinfo .recentPost,
.sideinfo .icotable,
.sideinfo .recentComment,
.sideinfo .recentTrackback,
.sideinfo .tagbox,
.sideinfo .link,
.sideinfo .notice,
.sideinfo .search,
.sideinfo .banners { margin-left: 16px; margin-bottom: 20px;}

.sideinfo .title { font:12px gulim; font-weight:bold;  display:block; color:white;} 
.sideinfo .blogdesc { padding:1px 0 3px 0; color:#999;}
.sideinfo .blogimage img { border:6px solid #f2f2f2; margin-bottom:5px; width:228px;} 

.sideinfo .banners { padding:10px;}
.sideinfo .banners img { display:block; margin:4px auto; margin-bottom:10px;}

/* 태그 클라우드 */
.sideinfo .tagbox { margin-top:-1px;}
.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 .tagbox li { margin:0 3px -1px 0; display:inline; border:none; padding:0; background:none;}
.sideinfo .tagbox a:hover { text-decoration:underline; }  


/* 공지 */
.sideinfo .notice h3{ background:url(images/barRecentPost.gif); display:none;}
.sideinfo .notice li { background:url(images/iconNotice2.gif) 1px 2px no-repeat; padding-left:12px; }

/* 하단 배너  */
.sideinfo .search { width: 220px;height:22px; /* margin-top: 50px; */ text-align:left;overflow:hidden;zoom:1;}
.sideinfo .search input {float:left;width:173px;padding-left:52px;padding-top:5px;#margin-left:-16px;color:#000; font:12px/14px gulim; height:17px; border:none; background:url(images/bgSearch.gif) no-repeat 0 0;}
.sideinfo .search .submit { display:none;}


.adminSide { border:6px solid #2a2929; background:#2a2929; margin-bottom:5px; text-align:center; margin-bottom:13px;}

/* 카테고리 */
#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 { background:url(images/barCalendarBg.gif) no-repeat; padding:20px 4px 17px 4px; }

.sideinfo .archive{font-family: Verdana;}
.sideinfo .archive ul{ padding: 0 20px 0 10px; }
.sideinfo .archive .cnt{ padding-left:5px;}
#treeComponent  * { width:auto!important;}

.sideinfo .name	{ color:#555;}


/* 오른쪽 사이드*/
.sideinfo.right div ul li { background:url(images/sideDot.gif) 1px 1px no-repeat; padding-left:27px; }

.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;}

.toTop { background:url(); position:absolute;  margin-left:455px;}

/* ***** footer ***** */
#footer { clear:both; text-align:center; position:relative; margin:0 0 0 0; padding:100px 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:100px; 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 { background: url(images/bgBottom.png) no-repeat 0 0; clear:both; position:relative; height:108px; padding:0 0 0 100px; overflow:hidden;}
.bottom .poweredBtn { position:absolute; top:0; right:0; background:url(images/bottomRight.gif) top right no-repeat; height:170px; padding:40px 10px;}

.bottom h5 a {  overflow:hidden; display:block; height:0; padding:0px 0 0 0; width:0px;  float:left; }
.bottom ul li { float:left; padding:13px 0 0 4px;}
.bottom ul li a { display:block;   margin-right:1px; padding:15px 0 0 0; height:0; overflow:hidden;}
.bottom ul li.review a { width:100px;}
.bottom ul li.life a { width:88px;}
.bottom ul li.culture a { width:105px;}
.bottom ul li.info a { width:125px;}
.bottom ul li.world a { width:100px;}

/** for Skin Wizard **/

#containerTop { width:680px; margin-left:-4px; margin-right:-4px; }
/* #container { width : 680px;} */
/*  *html #container { display :inline; } */
#content { width : 680px;  padding:0;}
/* 	*html #content { min-height:800px;} */

/* IE 7 및 하위버전 */
*:first-child+html #content {_margin-left :35px;} 
*:first-child+html #container {width : 600px; }
#content .commentWrite textarea { width:590px;}
#containerBottom {width:620px;  height:38px; display:none;}

#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 .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:13px gulim; color:black; font-weight:bold; padding-bottom:2px; }

#content .searchList h2 span, #content .searchList h3 span {}

#content .titleWrap h2 a { display:none;}
#content .titleWrap h2 a:hover { text-decoration:none;}


/* for cover */
.post_tags { background:url(images/entryTag.gif) no-repeat 5px 7px !important; clear:both; height:auto; color:#aaa; line-height:normal !important; padding-left:34px !important;}
.post_tags a{ color:#aaa; line-height:normal !important; }
.coverpost h2 { font-size:12px !important;}
.post_info .category a, .post_info .date, .post_info .author  { color:#ccc !important;}

.coverTop				{ background:url(images/coverTop.gif); height:21px; overflow:hidden;}
.coverBottom			{ background:url(images/coverBottom.gif); margin-top:-10px; height:21px; overflow:hidden;}
.coverpost .img_preview { padding:4px; border:1px solid #ccc; float:left; margin-right:10px;}
.coverpost .img_preview img { border:none !important;}
.coverpage .author{ display:inline; border:none;}
.coverpage { border-left:4px solid #13357d; border-right:4px solid #13357d;}
.coverpost { border-bottom:1px dotted #ddd !important; margin:0 12px 10px 12px !important; padding-top:10px;}
.coverContents { float:none !important; }

.two_column { height:182px;}
.two_column .left,
.two_column .right 
{ border:1px solid #dfdfdf; padding:10px; width:240px; padding-top:40px; height:130px;}
.two_column h3 { display:none;}
.two_column span.date { font:10px tahoma; color:#ccc;}
.two_column span.author { font:11px 맑은 고딕; color:#ccc; padding-bottom:0;}
.two_column .left { float:left; background:url(images/coverLeft.gif) 0 0 no-repeat; }
.two_column .right { float:right; background:url(images/coverRight.gif) 0 0 no-repeat;}
.two_column.ss .left {background:url(images/coverLeft1.gif) 0 0 no-repeat; }
.two_column.ss .right {background:url(images/coverRight1.gif) 0 0 no-repeat;}
.two_column { line-height:100%; margin-top:15px; }
.two_column li { padding:5px 3px 3px 16px; background:url(images/variety_topicDot.gif) 3px 9px no-repeat;}
.two_column li a { font-weight:bold;}


.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:bold !important; padding:10px 0 0 0 !important; width:140px !important; height:auto; margin:0 !important;}

/* for plugin */
#variety_topic h3 { display:none;}
#variety_topic { border:1px solid #e5e5e5; padding:4px; height:125px; margin-bottom:10px; margin-top:30px; background:url(images/variety_topicBg.gif) center top repeat-y;}
#variety_topic .widget h4 { padding:5px 14px !important; display:block; height:18px; margin:0 6px; font:12px gulim !important; border-bottom:1px solid #e5e5e5 !important; font-weight:bold !important;}
#variety_topic .widget { width:50%; float:left;}
#variety_topic .widget ul { padding:5px 0 0 13px; margin:0;}
#variety_topic .widget ul li { padding:0 0 0 12px; background:url(images/variety_topicDot.gif) 0 7px no-repeat; margin:0; list-style:none;}
#variety_topic #tag_related.widget  h4 { padding-left:22px !important; background:url(images/variety_icon01.gif) 0 2px no-repeat;}
#variety_topic #weekly_popular.widget  h4 { padding-left:22px !important; background:url(images/variety_icon02.gif) 0 -2px no-repeat;}
#variety_topic #category_related.widget  h4 { padding-left:22px !important; background:url(images/variety_icon01.gif) 0 2px no-repeat;}

#variety_topic .widget .comments { font:10px tahoma; color:#7b7b7b;}
#variety_topic .widget ul li a {color:#7b7b7b;} 


/* for cover  */


/*- cover 롤링 ---------------------------------*/
.rollingBtn				{ text-align:right;}
.rollingBtn	a			{ background:#ffffff; color:#5195c6; font:bold .8em verdana; padding:2px 6px;}
.rollingBtn	a:hover		{ background:white; color:#009; text-decoration:none;}

#cover01.over1 li.item0 { display:block;}
#cover01.over2 li.item1 { display:block;}
#cover01.over3 li.item2 { display:block;}


/* Product Review */
#cover02Title			{ background:url(images/lego02Title.gif) 10px center #f5f5f5 no-repeat;height:12px; padding:0px 20px 0; width:580px;}

#cover02 { position:relative; z-index:22;}
#cover02 li { display:none !important;}
#cover02.over1 .item0,
#cover02.over1 .item1, 
#cover02.over1 .item2 { display:block !important; }
#cover02.over1 .item2 { border-right:none;}

#cover02 .prev { position:absolute; top:50px; left:0; cursor:pointer;}
#cover02 .next { position:absolute; top:50px; left:610px;  cursor:pointer;}

#cover02.over2 .item3,
#cover02.over2 .item4,
#cover02.over2 .item5 { display:block !important;}
#cover02.over2 .item5 { border-right:none !important;}


.news  { padding:10px 0 10px 0; }

.news h2 { float:left; }
.news h2 a { padding-left:20px; background:url(images/dot.gif) 0 2px no-repeat; font:12px/22px gulim; height:22px; float: left;}
.news .post_info {float:left;}

#coverPageWebslice { width:650px !Important; overflow:hidden;}

.searchList.result.group .thumb_image img { border:1px solid #ccc !important; padding:2px !important; margin:3px !important;}
.searchList.result.group .thumb_item { padding-bottom:10px !important;}

#DivBox {border: 0px solid #000; height: 250px;} 
#DivBox .DivBox01 { color: #000; border: 0px solid #000; float:left; padding-right:3px;} 
#DivBox .DivBox02 { color: #000;  border-bottom: 1px dashed #ddd; float:left; position:relative; height: 63px; width: 360px; }  
#DivBox .DivBox03 {margin-top: 2px; border: 0px solid #000; float:left; } 

.blogMenu { height:40px; margin-left:5px; width:680px; position:absolute; top: 280px; left:52px; z-index: 100;}
.blogMenu a { color:#aaa;  display: block; float:left;}
.blogMenu .desc { margin-top:-4px;  font:0.9em dotum; letter-spacing:-1px; display:none;}
.blogMenu li { z-index: 1000px; float:left; position:relative; }
.blogMenu li a { padding: 30px 0 0 0; height: 0px; overflow:hidden; display:block; width:50px; background-position:0 30px;}

.blogMenu .tab_1 a { width:173px; height: 9px; background:url(images/menu_01.jpg) 0 40px; }
.blogMenu .tab_2 a { width:137px; height: 9px; background:url(images/menu_02.jpg) 0 40px; }
.blogMenu .tab_3 a { width:159px; height: 9px; background:url(images/menu_03.jpg) 0 40px; }
.blogMenu .tab_4 a { width:181px; height: 9px; background:url(images/menu_04.jpg) 0 40px; }

.blogMenu li a:hover { background-position:0 0;}

.blogMenu .tab_2 ul {  z-index: 1000px; background:url() 0 0 no-repeat; width:690px; overflow:hidden; height: 122px; top:30px; left:-155px; }

/* padding: 5px; */

.blogMenu .tab_2 ul .tab1 { border: 0px solid #000; }
.blogMenu .tab_2 ul .tab2 { border: 0px solid #000; }
.blogMenu .tab_2 ul .tab3 { border: 0px solid #000; }
.blogMenu .tab_2 ul .tab4 { border: 0px solid #000; }

/* width:153px; */

.blogMenu .tab_2 ul .tab1 a { padding: 100px; width:153px; height: 107px; border: 0px solid #000;}
.blogMenu .tab_2 ul .tab2 a { width:153px; height: 107px; border: 0px solid #000;}
.blogMenu .tab_2 ul .tab3 a { width:153px; height: 107px; border: 0px solid #000;}
.blogMenu .tab_2 ul .tab4 a { width:153px; height: 107px; border: 0px solid #000;}

.blogMenu ul li ul { border: 0px solid #000; width:80px; position:absolute; z-index:10000; }
.blogMenu ul li ul li a { background:none !important; padding:10px 0 0 0 !important; }

.gitamenu { position: absolute;  top: 150px; left: 620px; width: 430px; border: 0px solid #FFF;}
.gitamenu a { padding-top: 44px; height: 52px; color:#aaa; display: block; float:left; }
.gitamenu .desc { font:0.9em dotum; letter-spacing:-1px; display:none;}
.gitamenu li { height: 52px;  z-index: 1000px; float: left; }
.gitamenu li a { height: 52px; overflow:hidden; display:block; }

.gitamenu .sub_1 a { width: 90px; height: 39px; background:url(images/menu_01.jpg) 0 90px; border: 0px solid #FFF; }
.gitamenu .sub_2 a { width: 90px; height: 39px; background:url(images/menu_02.jpg) 0 90px; border: 0px solid #FFF; }
.gitamenu .sub_3 a { width: 90px; height: 39px; background:url(images/menu_03.jpg) 0 90px; border: 0px solid #FFF; }
.gitamenu .sub_4 a { width: 90px; height: 39px; background:url(images/menu_04.jpg) 0 90px; border: 0px solid #FFF; }


.gitamenu li a:hover { background-position:0 0;}
.gitamenu ul li ul { width:80px; position:absolute; z-index:10000; }
.gitamenu ul li ul li a { background:none !important; padding:10px 0 0 0 !important; }

/*mc_cover01*/

#sc {  width: 650px; height: 600px; background: url("./images/wish_bg_01.png"); position: relative; margin-bottom: 30px; }

#sc .imsi1 { position: absolute; top: 260px; left: 270px; cursor: hand; }

#sc .imsi2 { position: absolute; top: 410px;  border: 0px solid #000;}
#sc .imsi2 .a1 { width: 140px; border: 0px solid #000; float: left; margin-left: 76px;}
#sc .imsi2 .a2 { width: 140px; border: 0px solid #000; float: left; margin-left: 44px;}
#sc .imsi2 .a3 { width: 140px; border: 0px solid #000; float: left; margin-left: 44px;}

#sc .imsi3 { position: absolute; top: 445px; width: 100%; border: 0px solid #000;}
#sc .imsi3 .a1 { width: 140px; border: 0px solid #000; float: left; margin-left: 76px; letter-spacing: -1px;}
#sc .imsi3 .a2 { width: 140px; border: 0px solid #000; float: left; margin-left: 44px; letter-spacing: -1px;}
#sc .imsi3 .a3 { width: 140px; border: 0px solid #000; float: left; margin-left: 44px; letter-spacing: -1px;}

#sc .imsi4 { position: absolute; top: 480px; width: 100%; display: none;}
#sc .imsi4 .a1 { width: 140px; border: 0px solid #000; float: left; margin-left: 140px; } 
#sc .imsi4 .a2 { width: 140px; border: 0px solid #000; float: left; margin-left: 44px;}
#sc .imsi4 .a3 { width: 140px; border: 0px solid #000; float: left; margin-left: 44px;}

#sc .imsi5 { position: absolute; top: 440px; width: 100%;}
#sc .imsi5 .a1 { cursor: hand; border: 0px solid #000; float: left; margin-left: 4px;}
#sc .imsi5 .a2 { cursor: hand; border: 0px solid #000; float: left; margin-left: 554px;}

#MC_Cover02 { border: 0px solid #000; margin-bottom: 30px; height: 310px; }

#MC_Cover02 .item0 {float: left; margin-right: 15px; margin-top: 6px; margin-bottom: 6px;}
#MC_Cover02 .item1 {float: left; margin: 6px; }
#MC_Cover02 .item2 {float: left; margin-left: 15px; margin-top: 6px; margin-bottom: 6px; }

#MC_Cover02 .item0 img { border: 10px solid #d9dbda; margin-right: 2px; margin-top:2px; margin-bottom: 2px; }
#MC_Cover02 .item1 img { border: 10px solid #d9dbda; margin: 2px; }
#MC_Cover02 .item2 img { border: 10px solid #d9dbda; margin-left: 2px; margin-top:2px; margin-bottom: 2px; }

#MC_Cover02 h2{ font-size: 9pt; color: #6c366c; display: none; }

#MC_Cover02 h2 a { color: #6c366c; }
#MC_Cover02 .content { width: 198px; border: 0px solid #000; }
#MC_Cover02 .tags { display: none; }
#MC_Cover02 .rm a { color: #1a93ec; }

#MC_Cover02 .item0 .comments { display:none; }
#MC_Cover02 .item0 .post_info { text-align:right; }
#MC_Cover02 .item0 .category { display:none; }

#MC_Cover02 .item1 .comments { display:none; }
#MC_Cover02 .item1 .post_info { text-align:right; }
#MC_Cover02 .item1 .category { display:none; }

#MC_Cover02 .item2 .comments { display:none; }
#MC_Cover02 .item2 .post_info { text-align:right; }
#MC_Cover02 .item2 .category { display:none; }

#MC_Cover03 { }

#MC_Cover03 .item0 {float: left; margin-right: 15px; margin-top: 6px; margin-bottom: 6px; }
#MC_Cover03 .item1 {float: left; margin: 6px; }
#MC_Cover03 .item2 {float: left; margin-left: 15px; margin-top: 6px; margin-bottom: 6px; }

/* Image Size 192X 132 */
#MC_Cover03 .item0 img { border: 10px solid #d9dbda; margin-right: 2px; margin-top:2px; margin-bottom: 2px; }
#MC_Cover03 .item1 img { border: 10px solid #d9dbda; margin: 2px; }
#MC_Cover03 .item2 img { border: 10px solid #d9dbda; margin-left: 2px; margin-top: 2px; margin-bottom: 2px; }

#MC_Cover03 h2{ font-size: 9pt; color: #6c366c; display: none; }

#MC_Cover03 h2 a { color: #6c366c; }

#MC_Cover03 .item0 .comments { display:none; }
#MC_Cover03 .content { width: 198px; }
#MC_Cover03 .tags { display: none; }
#MC_Cover03 .rm a { color: #1a93ec; }
#MC_Cover03 .item0 .post_info { text-align:right; }
#MC_Cover03 .item0 .category { display:none; }

#MC_Cover03 .item1 .comments { display:none; }
#MC_Cover03 .item1 .post_info { text-align:right; }
#MC_Cover03 .item1 .category { display:none; }

#MC_Cover03 .item2 .comments { display:none; }
#MC_Cover03 .item2 .post_info { text-align:right; }
#MC_Cover03 .item2 .category { display:none; }



#article_tab { border: 0px solid #000; }

#article_tab .menu001 img { width: 160px; height: 100px;}
#article_tab .menu002 img { width: 160px; height: 100px;}
#article_tab .menu003 img { width: 160px; height: 100px;}

#article_tab .menu001 { width: 140px; height: 100px; clear: both; border: 0px solid #000; position: absolute; left: 500px; }
#article_tab .menu002 { width: 140px; height: 100px; clear: both; border: 0px solid #000; position: absolute; left: 500px; top: 109px;}
#article_tab .menu003 { width: 140px; height: 100px; clear: both; border: 0px solid #000; position: absolute; left: 500px; top: 219px;}

#article_tab .moviea1 { margin-top: -54px;  margin-left: -526px;  }
#article_tab .moviea2 { margin-top: -163px; margin-left: -526px;   }
#article_tab .moviea3 { margin-top: -273px; margin-left: -526px; }

#mvc { margin-top: -28px; margin-left: 24px; width: 470px;  border: 0px solid #000; height: 30px; padding-left: 2px; background: #DDD; color: #636363; position: absolute; }
