@import url(./images/?fontface=GodoM.ttf);
@font-face{font-family:GodoM; src:url(./images/GodoM.ttf)}
@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 본문 공통 */
	body {
	   font-family: Gulim;
	   font-size:12px;
	   line-height: 1.8;
	 /*  letter-spacing: -1px;/*@*/;
	   background-color:#f0f0f0;

	   /*@background-image=background-image:*/background-image: none/*@*/;
	   /*@background-image-position=background-position:*/background-position: left top/*@*/;
	   /*@background-image-repeat=background-repeat:*/background-repeat: repeat-x/*@*/;
	   /*@background-color=background-color:*/background-color: #f0f0f0/*@*/;
	   padding:0; margin:0;
	}
	a:link { color:#666; text-decoration:none;}
	a:visited { color:#666; text-decoration:none;}
	a:hover { color:#666; text-decoration:underline;}
	a:active { color:#666; text-decoration:none;}
	img { border: 0; }


/* 페이징 - 현재 페이지 */
  .selected               { font-weight:bold;  color:#f30;}
	.no-more-prev { background:url(images/ico_prev_no.gif) left 1px no-repeat !important; padding-left:6px; color:#999;}
	.no-more-next { background:url(images/ico_next_no.gif) right 1px no-repeat !important; padding-right:6px; color:#999;}
	.gap { width: 27px; height:1px; float:left; padding-top: 15px; border-bottom: 1px solid #ccc;}
/* 카테고리 - 이미지 버튼 */
	.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:#f0f0f0;;}
	.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) no-repeat;  padding-left:20px; }
	.rp_secret              { color:#f30;}
/* 종류별 방명록 글 [##_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; padding:4px 0; margin:0;}
/* 그림 */
	.imageblock             { border:1px solid #ddd;  padding:5px;  margin:5px 0;}
/* 왼쪽 */
	.left                   { }
/* 가운데 */
	.center                 { }
/* 오른쪽 */
	.right                  { }
/* 그림 2개 배치 */
	.dual                   { background-color:#f0f0f0;; margin-bottom:5px;}
/* 그림 3개 배치 */
	.triple                 { background-color:#f0f0f0;; 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; }



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

	#container { /*@post-width:295=width:;*/width: 1245px;/*@*/ margin: 0 auto; background-color:#f0f0f0;}
	#header {
		background-color:#f0f0f0;
		float: left;
		/*@post-width:215=width:;*/width: 1165px;/*@*/
		height:/*@title-height=*/150px/*@*/;
	/*	border-bottom: 1px solid #989898; */
   	    margin: 0 0 12px 40px; display: inline;
   	   /*@title-background-image=background-image:*/background-image: none/*@*/;
	   /*@title-background-image-position=background-position:*/background-position: left top/*@*/;
	   /*@title-background-image-repeat=background-repeat:*/background-repeat: repeat/*@*/;
	   /*@title-background-color=background-color:*/background-color: #f0f0f0/*@*/;
	}
	#header h1{
		float: left;
		margin-top: 48px;
		/*@title-font-size=font-size:*/font-size: 16px/*@*/;
		/*@title-font-family=font-family:*/font-family: Gulim/*@*/;
		/*@title-color=color:*/color: #333/*@*/;
		font-weight:bold;
	  }

	#header h1 a {
		/*@title-font-size=font-size:*/font-size: 16px/*@*/;
		/*@title-font-family=font-family:*/font-family: Gulim/*@*/;
	    /*@title-color=color:*/color: red/*@*/;
	}
	#searchBox { float: right; margin-top: 10px; margin-bottom: 10px; margin-right: 15px; width:210px; height: 31px;  display: inline;}
	#searchBox input.search_keyword { border: 1px solid #e1e1e1; background-color: #f3f3f3; float: left;  width:150px; height: 29px; margin-right: 4px; }
	#searchBox input.button {background: url(./images/search_btn.jpg) no-repeat; text-indent: -1000em; width:50px; height: 31px; border: 0px; cursor: pointer; float: left; }

	/* sidebar */
	#sidebar { clear: both; float: left; width: 190px; margin-left: 40px; display: inline; padding-bottom: 30px; }
	#blogImage {margin-bottom: 5px; }
	#blogImage img { width: 190px; }
	#blogDesc { font-size: 11px; color: #999; padding: 5px 0 10px 0; border-bottom: 1px solid #ececec;}

  #blogMenu { margin: 0; padding: 0; }
	#blogMenu ul { list-style:none; margin: 0; padding: 0;}
	#blogMenu li {
		border-bottom:1px solid #efefef;
	}

	#blogMenu li a {
		list-style:none;
		text-decoration:none;
		display:block;
		color:#666;
		letter-spacing:-1px;
		font-family:GodoM;
		font-size:12px;
		font-weight:bold;
		padding:10px 0;
	}

	#blogMenu li a:hover {
		color:#ff000a;
	}

	/* category */
	#category { border: 0px solid #ececec; margin-top: 10px; }
	#treeComponent #cafegoryWrapTd { padding: 10px; }
	#category h4 { width: 190px; padding: 5px 0; margin: 5px auto; font-family: GodoM; font-size: 14px; font-weight: bold; color: #000; border-bottom: 1px solid #424242;}
	#category .wrapAbContent { padding: 0 10px 10px 10px; font-family: GodoM; font-size: 12px; font-weight: normal; color: #000; }

	.category .tit_category {width:61px;height:8px;}
	* html .category .tit_category {background-image: none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_RealStory/images/tit_category.png', sizingMethod='crop');}
	.category ul li {overflow:hidden;}
	.category ul li li li a {display:inline;margin-left:3px;padding-left:9px;background:url(images/bar_category.gif) no-repeat left 4px;}
	.category .selected a {}
	.category .ib { cursor:pointer;} /* 카테고리 - 이미지 버튼 */
	.category .branch3 { cursor:pointer;} /* 카테고리 - 트리 셀 */
	.category .c_cnt { margin-right:3px;color:#7d7d7d;} /* 카테고리 - 카테고리 옆 개수 스타일 */
	.category .selected .c_cnt {color:#7d7d7d;}

	/* tag cloud */
	#tagbox { border: 1px solid #ececec; margin-top: 12px;  }
	#tagbox ul {text-align: justify; margin: 0px;}
	#tagbox li { display: inline; line-height: 1.8; margin-right: 3px; }
	#tagbox li .cloud1 { font-weight:bold; font-size : 14px; color : #fc010a; letter-spacing: -1px; }
	#tagbox li .cloud2 { font-size : 12px; color : #000; }
	#tagbox li .cloud3 { font-size : 12px; color : #ddd; }
	#tagbox li .cloud4 { font-size : 12px; color : #999; }
	#tagbox li .cloud5 { font-size : 12px; color : #999; }
	#tagbox h3 { width: 190px; padding: 10px 0; margin: 5px auto; font-family: Gulim; font-size: 11px; font-weight: normal; color: #068e97; border-bottom: 1px solid #424242;}


	/* notice */
	#notice { border: 0px solid #ececec; margin-top: 10px; }
	#sidebar ul { padding: 0; list-style: none; margin: 0px;}
	#notice ul { padding: 0; list-style: none; margin: 0px;}
	#notice li { list-style: none; line-height: 1.8; }
	#notice h3 { width: 190px; padding: 5px 0; margin: 0px auto; font-family: Gulim; font-size: 12px; font-weight: normal; color: #068e97; border-bottom: 1px solid #424242;}

	/* recentPost */
	#recentPost { border: 0px solid #ececec; margin-top: 10px; }
	#recentPost ul { padding: 0; list-style: none; margin: 0px;}
	#recentPost li { list-style: none; line-height: 1.6; }
	#recentPost li .cnt { font-family: Gulim; font-size: 11px; color: #bb4d93; }
	#recentPost h3 { width: 190px; padding: 5px 0; margin: 5px auto; font-family: Gulim; font-size: 12px; font-weight: normal; color: #666; border-bottom: 1px solid #424242;}

	/* recentComment */
	#recentComment { border: 0px solid #ececec; margin-top: 10px; }
	#sidebar ul { padding: 0; list-style: none; margin: 0px;} /* 카테고리 메뉴 마진 */
	#recentComment li { list-style: none; line-height: 1.8; }
	#recentComment li.cnt { font-family: Gulim; font-size: 10px; color: #bb4d93; }
	#recentComment h3 { width: 190px; padding: 5px 0; margin: 5px auto; font-family: Gulim; font-size: 12px; font-weight: normal; color: #068e97; border-bottom: 1px solid #424242;}
	#recentComment li .info { color: #999; }

	/* recentTrackback */
	#recentTrackback { border: 1px solid #ececec; margin-top: 0px; }
	#recentTrackback ul { padding: 0; list-style: none; margin: 0px;}
	#recentTrackback li { list-style: none; line-height: 1.4; }
	#recentTrackback h3 { width: 190px; padding: 5px 0; margin: 5px auto; font-family: Gulim; font-size: 12px; font-weight: normal; color: #068e97; border-bottom: 1px solid #424242;}
	#recentTrackback li .info { color: #999; }

	/* archive */
	#archive { border: 1px solid #ececec; margin-top: 10px; }
	#archive ul { padding: 0; list-style: none; margin: 10px;}
	#archive li { list-style: none; line-height: 1.4; }
	#archive li .cnt { font-family: Gulim; font-size: 10px; color: #999; }
	#archive h3 { width: 190px; padding: 5px 0; margin: 5px auto; font-family: Gulim; font-size: 11px; font-weight: normal; color: #068e97; border-bottom: 1px solid #424242;}

	/* calendar */
	#calendar { border: 1px solid #ececec; margin-top: 10px; }
	#calendar .tt-calendar { width: 190px; }
	#calendar .wrapAbContent { padding: 0 10px 10px 10px; }

	/* Links */
	#link { border: 1px solid #ececec; margin-top: 10px; }
	#link ul { padding: 0; list-style: none; margin: 0px;}
	#link li { list-style: none; line-height: 1.4; }
	#link h3 { width: 170px; padding: 5px 0; margin: 5px auto; font-family: Gulim; font-size: 11px; font-weight: normal; color: #068e97; border-bottom: 1px solid #424242;}

	/* Counter */
	#counter { width: 190px; height: 31px; border-bottom: 1px solid #ececec; font-family: Gulim; font-size:10px; color: #999;}
	#counter li { display: inline; margin-right: 7px; }

	/* RSS */
	#btnRSS { width: 190px; border-bottom: 1px solid #ececec; }
	#btnRSS img {margin-left: 6px;}

	/* content */
	#content{ float:right; width:/*@post-width=*/950px/*@*/; margin-right: 40px; padding-bottom: 20px; display: inline; }

	/* ***** content ***** */
	#content .nonEntry {  }
	#content .nonEntry h3 {
		  /*@post-title-font-size=font-size:*/font-size: 14px/*@*/;
		  /*@post-title-font-family=font-family:*/font-family: Gulim/*@*/;
		  /*@post-title-color=color:*/color: #333333/*@*/;
		  margin: 0; padding: 10px 0;
		  font-weight: bold;
		  border-bottom: 1px solid #f6f6f6;
		  margin-bottom: 14px;
		}
	#content .entry          { width:/*@post-width=*/950px/*@*/; margin: 0; padding:0 0 15px 0; overflow:hidden; }

	#searchList ol,
	#searchRplist ol            { list-style:none;  padding:5px 0;  margin:0;}
	#searchList li,
	#searchRplist li            { border-bottom:1px solid #f6f6f6;  padding: 6px 0;}
	#searchList .date,
	#searchRplist .date         { color: #999; margin-right:10px; }
	#searchList .cnt            { color: #999; }
	#searchRplist .name         { color:#999;  padding-left:8px;}

	#localog .spot              { background:url(./images/iconIndentArrow_local.gif) 5px 0 no-repeat;  padding-left:20px;  margin-top:5px;}
	#localog .info              { background:url(./images/iconIndentArrow_localinfo.gif) 5px 3px no-repeat;  padding-left:15px;  margin-top:2px;}
	#localog                    { color: #666;}
	#localog a:link             { color: #999;}
	#localog a:visited          { color: #999;}
	#localog a:hover            { color: #999;  text-decoration: none;}

	#taglog ul                  { padding:5px; margin:0; text-align:justify;}
	#taglog li                  { display:inline;}
	#taglog a:hover             { background-color:#eee;  color:#000;}
	#taglog li .cloud1 { font-weight:bold; font-size : 14px; color : #fc010a; letter-spacing: -1px; }
	#taglog li .cloud2 { font-size : 12px; color : #000; }
	#taglog li .cloud3 { font-size : 12px; color : #ddd; }
	#taglog li .cloud4 { font-size : 12px; color : #999; }
	#taglog li .cloud5 { font-size : 12px; color : #999; }

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

	#guestWrite                 { padding:10px;  background-color:#f8f8f8; border:1px solid #f5f5f5; color: #666;}
	#guestWrite input           { width:150px; border:1px solid #f5f5f5; color: #666; }
	#guestWrite textarea        { width:/*@post-width:-38=*/912px/*@*/; overflow: hidden;  padding:5px; border:1px solid #f5f5f5;}
	#guestWrite .homepage       { width:300px;}
	#guestWrite .submit         { background:url(./images/btn_comment.gif) no-repeat; width:120px; height:31px; overflow:hidden; display:block; text-indent:-1000em; border:0; cursor:pointer; margin:0 auto; margin-top: 10px;}

	#guestList                  { padding:10px 0 0 0; color: #666; }
	#guestList ol,
	#guestList ul               { margin:0; padding:0;  list-style:none;}
	#guestList li p             { border-top:1px solid #ededed; margin-top:5px; padding-top:5px;}
	#guestList ol li            { border:5px solid #f5f5f5;  padding:10px;  margin-bottom:10px;  overflow:hidden;}
	#guestList li ul li         { margin-left:20px;  background:url("images/iconIndentArrow_local.gif") no-repeat 10px 10px;  background-color:#f5f5f5;  padding-left:25px;  border:none;  width:/*@post-width:-102=*/848px/*@*/; overflow:hidden;}
	#guestList li .name         { color:#666; }
	#guestList li .date         { font-family: Gulim; font-size: 11px; color: #999; }
	#guestList .control a span { font-size: 11px; color: #999; }



/* 본문 - 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;}




	   /* entry */
	.entryNotice h2,
	.entryProtected h2,
	.entry h2                {
		/*@post-title-font-size=font-size:*/font-size: 14px/*@*/;
		/*@post-title-font-family=font-family:*/font-family: Gulim/*@*/;
		/*@post-title-color=color:*/color: #333333/*@*/;
		border-bottom: 1px solid #f6f6f6;
	}
	.entryNotice h2 a,
	.entryProtected h2 a,
	.entry h2 a	{
		/*@post-title-font-size=font-size:*/font-size: 14px/*@*/;
		/*@post-title-font-family=font-family:*/font-family: Gulim/*@*/;
		/*@post-title-color=color:*/color: #333333/*@*/;
	}
	.titleWrap { width:/*@post-width=*/950px/*@*/; overflow: hidden; color: #999;}
	.titleWrap h2 { margin: 0; padding: 10px 0; /*@post-title-color=color:*/color: #333333/*@*/; margin-bottom: 14px; }
	.titleWrap h2 a:link { /*@post-title-color=color:*/color: #333333/*@*/; text-decoration:none; }
	.titleWrap h2 a:visited { /*@post-title-color=color:*/color: #333333/*@*/; text-decoration:none; }
	.titleWrap h2 a:hover { /*@post-title-color=color:*/color: #333333/*@*/; text-decoration:none; }
	.titleWrap h2 a:active { /*@post-title-color=color:*/color: #333333/*@*/; text-decoration:none; }

	.entryProtected { color: #666; }
	.entryProtected p.text   { padding:15px; border: 1px solid #f8f8f8; background-color: #f5f5f5; }
	.entryProtected input    { width:200px; border: 1px solid #e1e1e1; background-color: #f3f3f3;}
	.entryProtected .submit { background:url(./images/btn_ok.gif) 0 50% no-repeat; width:50px; height:23px; overflow:hidden; display:inline; text-indent:-1000em; border:0; cursor:pointer; margin-top: 13px;}

	.article                 {  width:/*@post-width:-68=*/882px/*@*/; font-size:/*@post-body-font-size=*/12px/*@*/; font-family: /*@post-body-font-family=*/Gulim/*@*/; color:/*@post-body-color=*/#666666/*@*/; overflow:hidden; padding: 40px 0; margin-left: 34px; }

	.article a:link          { color:#666;  text-decoration:none;}
	.article a:visited       { color:#666;  text-decoration:none;}
	.article a:hover         { color:#666;  text-decoration:underline;}
	.article a:active        { color:#666;  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;}

	.author                  { text-align:right; color:#888; padding:20px 20px;}
	.author .text            { font:90% Gulim;}

	.tagTrail                { padding:8px 5px 5px 30px;  background:url(./images/iconTag.gif) center left no-repeat; clear:both;}
	.tagText                 { display:none;}

	#articleBtmWrap { width:/*@post-width:-68=*/882px/*@*/; background: #f8f8f8; border: 1px solid #f5f5f5; padding: 7px 0 5px 0; font-family: Gulim; font-size: 11px; color: #999; margin: 0 auto; }

	.actionTrail             { width:/*@post-width:-98=*/852px/*@*/; overflow: hidden; border-bottom: 1px solid #fff; margin: 0 15px; padding-bottom: 5px; }
	.actionTrail .cnt        { color:#ff000a; font-weight: bold; }
	.actionTrail a:hover { text-decoration: none; }

	.trackback               { width:/*@post-width:-98=*/852px/*@*/; overflow:hidden;  margin: 0 15px;}
	.trackback a             { color:#666; text-decoration: none;}
	.trackback h3          { font-size: 11px; margin: 0; padding: 8px 0; font-weight: normal; border-bottom:1px solid #fff;}
	.trackback h4            { font-family: Gulim; font-size: 11px; font-weight:normal;  margin:0; }
	.trackback ol            { margin:0;  padding:0; }
	.trackback li, .trackback .name, .trackback p { font-family: Gulim; font-size: 11px; }
	.trackback li            { border-bottom:1px solid #fff;  padding:5px 0;}
	.trackback .date         { font:10px Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#999;}
	.trackback p             { margin:2px 0 0 0; padding:0;}

	.comment                          { width:/*@post-width:-98=*/852px/*@*/; overflow:hidden;  margin-left: 15px; }
	.comment p                        { margin:3px 0 0 0; padding:0;}
	.comment h3                       { display:none; }
	.comment ol,
	.comment ul                       { padding: 0; margin: 0; }
	.comment ol li                    { padding: 3px 0; border-bottom:1px solid #fff; }
	.comment li ul li                 { padding:5px 10px 5px 35px;  background:url("images/iconReComment.gif") no-repeat 12px 6px; border:none;}
	.commentWrite                     { overflow: hidden; color:#666; }
	.commentWrite input               { width:150px; color:#666; border: 1px solid #b3b3b3; }
	.commentWrite textarea            {  width:/*@post-width:-98=*/840px/*@*/; overflow: hidden;  padding: 5px; margin: 5px 0 0 0; color: #666; border: 1px solid #b3b3b3;}
	.commentWrite .homepage           { width:300px;}
	.commentWrite .submit             { background:url(./images/btn_comment.gif) no-repeat; width:120px; height:31px; overflow:hidden; display:block; text-indent:-1000em; border:0; cursor:pointer; margin:10px auto; }
	.commentWrite .secretWrap         { clear:both; float:right; position:relative; top:0px; left:-10px; margin-bottom: 5px;}
	.commentWrite .checkbox           {	border:none; padding:0; margin:0; width:25px;}

	#paging            { padding-top:10px;  text-align:center;  font-size:0.95em;}
	#paging .numbox    { border-left:1px solid #ddd; padding-left:6px; margin-left:6px;  font:0.95em verdana;}
	#paging .num       { border-right:1px solid #ddd; padding-right:8px; margin-right:5px;}
	#paging #prevPage { background:url(./images/icon_left_page.gif) left 1px no-repeat; padding-left:12px;}
	#paging #nextPage { background:url(./images/icon_right_page.gif) right 1px no-repeat; padding-right:12px;}
	#paging span .selected { color: #ff000a; }

	/* footer */
	#footer { clear:both; width: 1245px; margin: 0 40px; padding-top: 8px; border-top: 1px solid #989898; }
	#footer .adTistory { float:left; }
	#footer .copyright {float: right; font-family: Gulim; font-size: 11px; text-align: right; padding: 0; margin: 0; }
	#footer .copyright p, #footer .copyright p a { color: #999; }
	#footer .copyright .tistory, #footer .copyright .tistory a { color: #666; }

	#blogMenu ul {margin: 0; padding: 0;}

	#footer .adTistory .logoTistory {
		background: url(./images/logo2.png) no-repeat; width: 105px; height: 34px; text-indent: -100em; display: block; overflow: hidden;
	}
	* html #footer .adTistory .logoTistory {
		background-image:none;
		cursor: pointer;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tisStudioWhite/images/logo2.png', sizingMethod='crop');
	}

	/* fixed_img_col */
.fixed_img_col .hx{margin:0;background:#d3d3d3;padding:6px 10px;font-size:15px;line-height:normal;color:#000;margin-top:5px;/*@title-font-family=font-family:*/ font-family: Verdana,Malgun Gothic,nanumgothic,sans-serif /*@*/;}
.fixed_img_col .hx em{color:#000;font-size:11px;font-style:normal}
.fixed_img_col ul{overflow:hidden;position:relative;margin:0;padding:0;border:0px solid #ddd;border-left:0;border-right:0;font-size:12px;font-family:Tahoma, Geneva, sans-serif;list-style:none;*zoom:1}
.fixed_img_col ul:after{display:block;clear:both;content:""}
.fixed_img_col li{overflow:hidden;float:left;position:relative;top:1px;width:316px;padding-left:0px;height:260px;border-bottom:0px solid #eee}
.fixed_img_col li.odd{padding-left:0}
.fixed_img_col .thumb{display:block;overflow:hidden;position:relative;width:278px;height:180px;background:#eee;color:#666;line-height:180px;text-align:center;white-space:nowrap;border:1px solid #e7e5e6}
.fixed_img_col .thumb img{display:block;width:278px;height:180px;text-align:center;border:0}
.fixed_img_col a{display:block;width:278px;margin:0 auto;padding:20px 0 0 0;text-decoration:none;cursor:pointer}
.fixed_img_col a strong{display:inline-block;margin:8px 0 0 0;color:#333}
.fixed_img_col p{width:278px;margin:0 auto;font-size:11px;color:#767676}
.fixed_img_col a:hover strong,
.fixed_img_col a:active strong,
.fixed_img_col a:focus strong{text-decoration:underline}
.fixed_img_col a:hover .thumb,
.fixed_img_col a:active .thumb,
.fixed_img_col a:focus .thumb{border:0px solid #999}
.fixed_img_col .thumb .dno{display:none}
.fixed_img_col .w180 li{width:180px;padding-left:10px;height:165px}
.fixed_img_col .w180 .thumb{width:172px;height:90px}
.fixed_img_col .w180 .thumb img{width:172px;height:90px}
.fixed_img_col .w180 a{width:180px}


/* 카테고리 메뉴 */
.list_blogmenu {list-style:none;}
.list_blogmenu ul { margin:0px; padding:0px; list-style:none; }
.list_blogmenu li {border-bottom: 1px solid #eee;overflow: hidden;}
.list_blogmenu a { color:#000; font-weight:bold;letter-spacing: 0px;font-size: 13px;text-align: left;width: 190px;display: block;padding: 7px;}
.list_blogmenu a:hover { color:#fff;font-weight:bold;letter-spacing: 0px;font-size: 13px; width: 190px;  display: block; background-color: #18b398;}




/* 상단메뉴 css

/* 기본 설정*/
         a{text-decoration:none; color:#000000;}         
         a:hover{color:#000000;}                     
         
         /* nav tag */
         nav ul{padding-top:15px;padding-left:0px;}                     /*  상단 여백 10px  */
         nav ul li {
			color:#000000;
            display:inline;                         /*  세로나열을 가로나열로 변경 */
            border-left:1px solid #999;             /* 각 메뉴의 왼쪽에 "|" 표시(분류 표시) */
            font:bold 14px Gulim;                     /* 폰트 설정 - 12px의 돋움체 굵은 글씨로 표시 */
            padding:0 30px;                         /* 각 메뉴 간격 */
        }
         nav ul li:first-child{border-left:none;}     /* 메뉴 분류중 제일 왼쪽의 "|"는 삭제        