@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
* { margin:0; padding:0;}
/* 본문 공통 */
body{
		font:0.75em/1.6 'Nanum Gothic', 'Malgun Gothic', Verdana, AppleGothic, Sans-serif;
		background:url("images/bg_tree.gif") center 0 no-repeat #f1f1f1;
		color:#777;
}
a:link      	{ color:#666; text-decoration:none;}
a:visited  	{ color:#666; text-decoration:none;}
a:hover   	{ color:#000; text-decoration:none;}
a:active     { color:#666; text-decoration:none;}

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


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

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

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

/* 달력 Day(td 영역) */
    .cal_day                { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  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:#666;}
/* 달력 오늘 날짜 표시(td) */
    .cal_day4               { color:#000;  text-decoration:underline;}
/* 달력 글쓴 날 링크 스타일 */
    a.cal_click:link        { color:#333;  font-weight:bold;}
    a.cal_click:visited     { color:#333;  font-weight:bold;}
    a.cal_click:hover       { color:#f30;  font-weight:bold;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general             { }
    .rp_admin               { background:url(images/iconAdmin.gif) 0 3px no-repeat;  padding-left:25px; }
    .rp_secret              { color:#f30;   font-weight:bold;}
/* 종류별 코멘트 [##_guest_rep_class_##] */
    .guest_general          { }
    .guest_admin            { background:url(images/iconAdmin.gif) no-repeat; padding-left:20px;}
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
    .hiddenComment { background:url(images/iconSecret.gif) no-repeat;  padding-left:20px;  font-weight:normal;}


/* 이미지 아래 캡션 스타일 */
    .cap1                   { color:#999;  text-align:center; font-size:0.9em;}
/* 그림 */
    .imageblock             { padding:5px;  margin:5px 0;}
/* 왼쪽 */
    .left                   { }
/* 가운데 */
    .center                 { }
/* 오른쪽 */
    .right                  { }
/* 그림 2개 배치 */
    .dual                   { background-color:#fff; margin-bottom:5px;}
/* 그림 3개 배치 */
    .triple                 { background-color:#fff; margin-bottom:5px;}

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


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

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

.clear	{ clear:both;}
.cnt { font-family:Tahoma, Helvetica, Arial, Gulim, sans-serif; color:#f30; } 
.name { font:0.9em Dotum, Arial, sans-serif; color:#999; }
.date { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif;  }


/* round corner */
.commentWrite,
.commentWrite input,
.commentWrite textarea,
.commentWrite .submit { -moz-border-radius:5px; -webkit-border-radius:5px;}

#bodyContent { -moz-border-radius:5px; -webkit-border-radius:5px; }
.topSidebar { -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; }

/* twitterFollowBadge */
#tfbTab { top:150px!important;}
#tfbAbout { top:255px!important;}


/* ----- layout ----- */
#container { width:980px; margin:15px auto 30px;}
	#header {}
	#bodyContent {clear:both; background:url("images/bg_content.gif") 700px center repeat-y #fff; border:1px solid #ddd}
		#content {float:left; width:640px; padding:30px; padding-right:0; overflow:hidden;}
		#sidebar {float:right; width:240px; padding:30px 20px; margin-left:0; overflow:hidden;}
		#footer {clear:both; padding:20px 0 0 0;}


/* ----- header -----  */
#header { padding-bottom:12px; background:url("images/slogan.gif") 252px 20px no-repeat; height:63px; }
#header h1   { float:left;}
#header h1 a { background:url("images/logo.gif") 0 0 no-repeat; width:246px; height:63px; display:block; text-indent:-999px; overflow:hidden;}
#header .bloghome a { float:left; margin:40px 0 0 8px; background:url("images/blog.gif") 0 0 no-repeat; width:41px; height:19px; overflow:hidden; text-indent:-999px;}
.nav { float:right; margin-top:35px;}


/* ----- topSidebar -----*/
.topSidebar { clear:both; background-color:#72685C; height:44px; overflow:hidden;}
.topSidebar .blogmenu { float:left; list-style:none; }
.topSidebar .search { float:right;}

.blogmenu { }
.blogmenu li { float:left;  background:url("images/tabmenu_sep.gif") right center no-repeat;}
.blogmenu li.lastTab { background:none;}
.blogmenu a { display:block; color:#fff; padding:13px 25px; font-weight:bold;}
	
	body#tt-body-entry .tab_blog a,
	body#tt-body-pages .tab_blog a,
	body#tt-body-search .tab_blog a,
	body#tt-body-notice  .tab_notice a,
	body#tt-body-stats  .tab_stats a,
	body#tt-body-help .tab_help a {color:#fff;  background-color:#534741;}

	.tab_blog a { -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; }
	

.search dt { display:none;}
.search dd { position:relative; background:url("images/searchform.gif") center center no-repeat; width:270px; margin:8px 10px 0 0;}
.search input { font:1em Tahoma, Geneva, sans-serif; color:#fff; border:none; padding:7px 0 7px 15px; width:220px;}
.search input,
.search input:hover,
.search input:focus { background:transparent;}
.search button { position:absolute; right:6px; top:2px; cursor:pointer; border:0; background:transparent; width:30px; height:25px; vertical-aliign:middle; overflow:hidden; text-indent:-999px;}

/*  ----- content ----- */
.searchList h3, 
.searchRplist h3,
.searchTblist h3   { font-size:1.1em; border-bottom:1px solid #ddd; padding-bottom:3px; }

.searchList h3 span, 
.searchRplist h3 span,
.searchTblist h3 span { color:#f30;} 
.searchList h3 .search_cnt, 
.searchRplist h3 .search_cnt,
.searchTblist h3 .search_cnt { color:#00A0DD;}

.searchList, 
.searchRplist,
.searchTblist { border:1px solid #eee; border-bottom-color:#ddd; padding:15px; background-color:#fcfcfc;}

.searchList {}
.searchRplist { margin:0 0 10px;}
.searchTblist { margin-bottom:30px;}

.searchList ol, 
.searchRplist ol,
.searchTblist ol            { list-style:none;   margin:0; margin-top:10px;}
.searchList li, 
.searchRplist li,
.searchTblist li            { border-bottom:1px solid #eee;  padding-bottom:2px;  margin-bottom:4px;}
.searchList .date, 
.searchRplist .date,
.searchTblist .date         { margin-right:10px; }
.searchTblist .subject      { font:0.9em Dotum, Arial, sans-serif; color:#999;  padding-left:8px;}
.searchList .name,
.searchRplist .name{ margin-left:10px;}


/* entry */
.entryNotice,
.entryProtected,
.entry { padding-bottom:30px;}

.entryNotice h2, 
.entryProtected h2, 
.entry h2 { font-size:1.8em;  line-height:1.5em;}

.titleWrap             	{ border-bottom:1px dotted #e5e5e5; padding-bottom:15px; }
.titleWrap h2		   	{ font-family:'Malgun Gothic', Dotum; letter-spacing:-0.05em; margin-bottom:8px;}
.titleWrap h2 a			{ color:#534741;}
.titleWrap h2 a:hover	{ color:#333; text-decoration:none;}
.titleWrap .category	{ font-size:0.9em; }
.titleWrap .category a 	{ color:#7aba00;}
.titleWrap .admin 		{ margin-top:5px; font-size:0.9em; color:#999;}
.titleWrap .admin a 	{ color:#999;}
.titleWrap .admin a:hover { color:#666;}

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

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

/* article */
.article                 { padding:20px 0; overflow:hidden; color:#555; line-height:1.8;}
.article a:link          { color:#00A0DD;  text-decoration:none;}
.article a:visited       { color:#00A0DD;  text-decoration:none;}
.article a:hover         { color:#00A0DD;  text-decoration:none; border-bottom:1px dotted #00c2ff;}
.article a:active        { color:#00A0DD;  text-decoration:none;}
.article dt              { text-decoration:underline;}
.article dd              { margin-left:20px;  padding-bottom:10px;}
.article blockquote      { background:url(images/iconBlockquote.gif) top left no-repeat;  padding-left:25px;  margin:10px 20px;}
.article fieldset {	clear: both;}
.article hr{	display: block;	margin-bottom: 1em;}
.article ol{	margin: 1em 0 1.5em 50px;}
.article ul{	list-style: none;	margin: 1em 0 1.5em 30px;}
.article ul li {	padding-left: 20px;	background: url('./images/bullet_atricleUl.gif') no-repeat 0 .5em;}
.article .infoAuthor {	line-height: 1.2em;	margin-top: 20px;	text-align: right;}
.article .infoAuthor dfn {	background: url('./images/bullet_author.gif') no-repeat 0 50%;	padding: 2px 0 2px 18px;}
.article .infoAuthor span {	color: #999;	font: 0.92em/2 'Trebuchet MS', Helvetica, sans-serif;}
.tt-gallery-box {	clear: both;}
.galleryControl a{	border-bottom: none !important;}
.imageblock {	margin: 0 0 1.5em 0;	padding: 0;	border: none;}
.imageblock.left, .imageblock.right{	margin: 0 0 .5em 0 !important;}
.imageblock.left {	padding-right: 10px;}
.imageblock.right {	padding-left: 7px;}
.imageblock * {	border: 0 none !important;}
.imageblock img {	vertical-align: middle;}
.imageblock .extensionIcon img {	border: none !important;	margin-right: 2px;}
.imageblock .cap1 {	color: #999;	font-size: 0.85em;	 padding: 5px;	text-align: center;}
.moreless_fold {	padding-left: 20px;	background: url('./images/ico_plus.gif') no-repeat left 50%;}
.moreless_top {	margin-bottom: 10px;	padding-left: 20px;	background: url('./images/ico_minus.gif') no-repeat left 50%;}
.moreless_bottom {	display: none;}
.moreless_fold span, .moreless_top span, .moreless_bottom span{	background: #f5f5f5;	color: #333;}
.moreless_content {	padding: 1em 10px;	border-top: solid 1px #eee;	border-bottom: solid 1px #eee;	background-color: #faf9f8;}
.article table {	border-collapse: collapse;	margin: 0.5em;}
.article th, 
.article td {	padding: 0.2em 0.5em;	border: 1px solid #ccc;}
.article dt {	font-weight: bold;}
.article dd {	padding-left: 1.2em;}
div.footnotes {	padding: 1em 0.5em 0 0.2em;	font-size: 0.9em;	line-height: 150%;	color: #555;}
div.footnotes hr {	margin-bottom: 8px;	border: 0 none;	background: #999;	width: 30%;	height: 1px;}
div.footnotes ol {	margin-left: 25px;}
div.footnotes ol p {	margin: 0.7em;}

/* tag, comments btn */
.miscInfo{	clear: both;	margin: 2em 0 1em;	padding: 0 0 .3em;	border-top: 1px solid #eee;	border-bottom: 1px solid #eee;	font-size: 0.92em;	line-height: 1.5em;}
.miscInfo dl{	padding: .2em 0;}
.miscInfo dt{	float: left;	width: 6em;	margin: .3em 0 0;	padding-left: 20px;}
.miscInfo .postTag{	background: url('./images/bullet_tag.gif') no-repeat 0 45%;}
.miscInfo .response{	background: url('./images/bullet_comment.gif') no-repeat 0 50%;}
.miscInfo .rss{	background: url('./images/btn_rss.png') no-repeat 0 50%;}
.miscInfo dd{	margin: .3em 0 0 8em;	padding-left: .5em;}




.tagTrail { padding:10px 5px 5px 40px;  background:url(images/entryTag.gif) 0 10px no-repeat;  font-size:0.9em; clear:both;}
.tagTrail a { color:#999;}
.tagTrail a:hover { color:#7aba00;}
.tagText { display:none;}

.actionTrail { border-top:1px dotted #aaa;  padding:10px 5px;  font:11px verdana; clear:both; text-align:right;}
.actionTrail a { color:#777; font-weight:bold; font-family:Tahoma, Geneva, sans-serif;}
.actionTrail a:hover { color:#7aba00;}


.trackback,
.comment { padding:10px 0; overflow:hidden;} 
.trackback h3,
.comment h3 { font:1.4em  Tahoma, Geneva, sans-serif ; color:#777; font-weight:bold;}

.trackback .trackbackAddress { font:Tahoma, Geneva, sans-serif; margin-top:5px; border:1px solid #eee; background-color:#f8f8f8; padding:10px;}
.trackback a             { color:#000;}
.trackback h4            { font:11px tahoma; font-weight:normal;  margin:0;}
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            { border-top:1px dotted #ccc;  padding:5px;}
.trackback .date         { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#777;}
.trackback p             { font:0.95em Dotum, Arial, sans-serif;  color:#999;  margin:3px 0 0 0; padding:0;  letter-spacing:-1px}
.trackback a.delete      { background:url(images/iconDelete.gif) left top no-repeat;  padding-left:8px;  text-decoration:none;}
.trackback a.delete span { display:none;}

.commentList p { margin:10px 0 0 0; padding:0;}
.commentList ol,
.commentList ul { margin:0;  padding:0;  list-style:none;}
.commentList .name { color:#666; font-size:1.2em; font-family:'Malgun Gothic', 'Nanum Gothic',  Dotum; font-weight:bold;}
.commentList .name a { color:#0D59A7; }
.commentList .control a { color:#888; font:0.9em tahoma; margin-left:5px;}
.commentList ol li { padding:10px 5px; border-bottom:1px dotted #ccc;}
.commentList li li { padding:10px 10px 5px 25px;  background:url("images/iconIndentArrow_local.gif") no-repeat 12px 12px; border-bottom:0; border-top:1px dotted #eee; margin-top:10px;}

.commentWrite  { border:1px solid #eee; background-color:#f5f5f5; padding:15px; margin-top:10px;}
.commentWrite p { margin-bottom:12px;}
.commentWrite label { display:block; color:#999; font: 0.9em Tahoma, Geneva, sans-serif; font-weight:bold; padding-bottom:5px;}
.commentWrite input { width:300px; padding:8px; font-family:Tahoma, Geneva, sans-serif;}
.commentWrite textarea { width:550px; padding:5px; font-size:1em; }
.commentWrite input,
.commentWrite textarea {border-color:#bbb #ddd #ddd #bbb;}
.commentWrite input:hover,
.commentWrite textarea:hover,
.commentWrite input:focus,
.commentWrite textarea:focus { background-color:#ebf6ff;}

.commentWrite .secretWrap { margin-bottom:3px;}
.commentWrite .secretWrap label { display:inline; }
.commentWrite .secretWrap .checkbox { vertical-align:middle; border:none; padding:0; margin:0; width:25px;}
.commentWrite .submitWrap { padding-top:10px;}
.commentWrite .submit { width:562px; height:40px; background-color:#eee; border-color:#ddd #bbb #bbb #ddd; color:#777; font:1em Tahoma, Geneva, sans-serif; padding-top:3px; cursor:pointer; }
.commentWrite .submit:hover { background-color:#ebf6ff; border-color:#bbb #ddd #ddd #bbb; color:#f30; font-weight:bold;}



/* --------- badge --------- */
#badge { position:absolute; left:0; top:200px;}
#badge li { list-style:none; margin-bottom:1px;}
#badge a { display:block; background: 0 0 no-repeat; overflow:hidden; text-indent:-999px;}
#badge a.b_follow { background-image:url(images/badge_follow.png); width:25px; height:85px;}
#badge a.b_tweetmix { background-image:url(images/badge_tweetmix.png); width:29px; height:113px; }
#badge a.b_feedback { background-image:url(images/badge_feedback.png); width:25px; height:98px; }



/* paging */
.paging { padding:10px 0 30px;  text-align:center; font:0.95em verdana;}
.paging .numbox { padding:0 5px; border:solid #eee; border-width:0 1px; margin:0 5px;}
.paging .numbox a {padding:1px 5px;}
.paging .numbox a:hover { color:#7aba00;}

/* ***** sidebar ***** */
#sidebar ul { padding:0;  margin:0;  list-style:none;}
#sidebar li { background:url(images/bul.gif) 0 7px no-repeat;  padding-left:8px;}
#sidebar h3 { font-size:1em; font-family:Tahoma, Geneva, sans-serif;  font-weight:bold; color:#333;margin-bottom:5px;}
#sidebar .module { padding-bottom:20px;  }

#sidebar .date                 { color:#888;}
#sidebar .name                 { color:#888;}
#sidebar .cnt					{ font-size:0.85em;}

#sidebar .recentComment        { overflow:hidden;}
#sidebar .recentTrackback      { overflow:hidden;}

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

/* ***** footer ***** */
#footer          { text-align:center;  padding:40px 10px 10px 10px;  font:11px Verdana, dotum;	color:#666;}
#footer a        { color:#666;}
#footer a:hover  { color:#333;}
#footer img { vertical-align:middle;}
