@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
@font-face{font-family:우리돋움; src:url(./images/wooriDotum.eot)}
/* 본문 공통 */
	body,pre {
	   font-family: 우리돋움,verdana,돋움,Dotum,AppleGothic,sans-serif;
	   font-size:12px;
	   line-height: 1.6; text-align:justify;

	   /*@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: #FFFFFF /*@*/;
	   padding:0; margin:0;
	}

	a:link { color:#666; text-decoration:none;}
	a:visited { color:#666; text-decoration:none;}
	a:hover { color:#999; text-decoration:none;}
	a:active { color:#666; text-decoration:none;}
	img { border: 0; }
         button { border:none; cursor:pointer;}

/* PNG 파일 투명하게 보여주기 */
.png24 {tmp:expression(setPng24(this))} 

/* 페이징 - 현재 페이지 */
	.selected               { font-weight:bold; color:#333; }
	.no-more-prev { background:url(./images/icon_left_page.gif) left 1px no-repeat !important; padding-left:6px; color:#999;}
	.no-more-next { background:url(./images/icon_right_page.gif) right 1px no-repeat !important; padding-right:6px; color:#999;}

/* 광고 배너 */
#ad_ban {
position:absolute;
	top:131px;
	right:12px;
	width:120px;
	text-align:center;
}

/* 카테고리 - 이미지 버튼 */
	.ib { 	cursor: pointer; }
/* 카테고리 레이아웃 */

#category {
	position:absolute;
	top:75px;
	left:800px;
	width:150px;
	text-align:center;
         background-color:#fff;
}

#category .btn_category {
	display:block;
	background:transparent url(./images/view_category.gif) no-repeat 50% bottom;
	padding-bottom:13px;
	margin:15px 0 0 0;
	font:10px '우리돋움, Franklin Gothic Medium', 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
	color:#666;
	width:150px;
}


.category ul {
         display:block;
	margin-top:10px;
	list-style:none;
	border:1px solid #eee; 
}

.category ul li {
	list-style:none;
	font-size:13px;
	text-align:left; 
}

.category ul li a {
	display:block;
	background-color:#fff;
padding:10px 0px 4px 11px;
}


/* 1 depth */
.category ul li ul {
	margin:0px;
	border:none;
}

.category ul li ul li {
	font-size:12px;
	letter-spacing:0;
	border-top:1px solid #f7f7f7; 
}

.category ul li ul li a {
	padding:2px 2px; 
}
.category ul li ul li a:link, .category ul li ul li a:visited {
	background-color:#fff;
}
.category ul li ul li a:hover, .category ul li ul li a:active {
	background-color:#fff;
}

/* 2 depth */
.category ul li ul li ul li a:link, .category ul li ul li ul li a:visited {
	color:#333 !important;
}
.category ul li ul li ul li a:hover, .category ul li ul li ul li a:active {
	color: #666 !important;
	background-color:#f7f7f7;
}

/* Selected */
.category ul li .selected a {
	font-weight:bold;
	color:#666 !important;
	background-color:#f5f5f5 !important;
}


/* moreless */

.moreless_fold {
	padding-left:18px; 
	background:url(./images/bullet_plus.gif) no-repeat left 50%;
}
.moreless_top {
	padding-left:18px; 
	background:url(./images/bullet_minus.gif) no-repeat left 50%;
}
.moreless_bottom {
	display:none;
}
.moreless_fold span, .moreless_top span, .moreless_bottom span {
	background:#f5f5f5; font-size:12px;
	
}
.moreless_content {
	margin-top:5px;
	padding:30px 0;
	background-color:#fff;
	border-top:dotted 1px #ccc;
	border-bottom:dotted 1px #ccc;
}



/* 5. 입력 텍스트 */
	.text { border:1px solid #ddd; }
/* 6. 트리 테이블 */
	.branch2 { }
/* 7. 트리 셀 */
	.branch3 { cursor: pointer; height: 10px; }
/* 8. 달력 월 표시 */
	.cal_month { font-family: 우리돋움,verdana, san-serif; font-size: 11px; color: #cc0000; width: 170px; padding: 10px 0; margin: 5px auto; font-weight: bold;}
	.cal_month a:link, .cal_month a:visited, .cal_month a:hover { color: #cc0000; font-weight: bold;}
/* 9. 달력 요일 표시 */
	.cal_week1 { font-family: 우리돋움,돋움,Dotum,AppleGothic,sans-serif; font-size: 11px; height:18px; color: #666; font-weight: normal; }
/* 10. 달력 일요일 표시 */
	.cal_week2 { font-family: 우리돋움,돋움,Dotum,AppleGothic,sans-serif; font-size: 11px; height:18px; color: #cc0000; font-weight: normal; }
	.cal_day { font-family: 우리돋움,verdana,san-serif; font-size:11px; color: #999; text-align:center; height:18px; }
/* 11. 달력 지난 달 날짜 표시 */
	.cal_day1 {   }
/* 12. 달력 다음 달 날짜 표시 */
	.cal_day2 { 	}
/* 13. 달력 이번 달 날짜 표시 */
	.cal_day3 { }
/* 14. 달력 오늘 날짜 표시 */
	.cal_day4 { background-color: #e5e5e5; }
/* 15. 달력 글쓴 날 링크 스타일 */
	.cal_click a:link, .cal_click a:visited, .cal_click a:hover { color: #999; text-decoration: none; }
/* 16. 이미지 아래 캡션 스타일 */
	.cap1 { color: #876; text-align: center; }
/* 16. 키워드 스타일 */
	.key1 { cursor: help; border-bottom: 1px dotted #bbb; }
/* 16. 카테고리 옆 개수 스타일 */
	.c_cnt { font-size: 10px; color : #999; font-family: 우리돋움,verdana;}
/* 17. 최신글 옆 개수 스타일 */
	.ps_cnt { font-size: 10px; color : #999; font-family: 우리돋움,verdana;}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */

	#container { /*@post-width:295=width:;*/ float: left; width: 845px; /*@*/ margin: 0 0}
	#header {
		float: left;
		/*@post-width:215=width:;*/ width: 755px; /*@*/
		height:/*@title-height=*/ 131px /*@*/;
		border-bottom: 1px solid #bbb;
   	    margin: 0 0 12px 20px; 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: #FFFFFF /*@*/;
	}
	#header h1{
		float: left;
		margin-top: 48px;
		/*@title-font-size=font-size:*/ font-size: 16px /*@*/;
		/*@title-font-family=font-family:*/ font-family: dotum /*@*/;
		/*@title-color=color:*/ color: #333 /*@*/;
		font-weight:bold;
                  letter-spacing:-1;
	  }

	#header h1 a {
		/*@title-font-size=font-size:*/ font-size: 16px /*@*/;
		/*@title-font-family=font-family:*/ font-family: dotum /*@*/;
	    /*@title-color=color:*/ color: red /*@*/;
                letter-spacing:-1;
	}
	#searchBox { float: right; margin-top: 98px; margin-right: 0px; display: inline;}
	#searchBox input.search_keyword { border: 1px solid #e1e1e1; background-color: #f9f9f9; float: left; margin-right: 4px; font-size: 11px; font-family: 우리돋움; color:#666}
	#searchBox input.button {background: url(./images/btn_search.gif) no-repeat; width: 35px; height: 18px;  text-indent: -1000em; border: 0px; cursor: pointer; float: left; }

	/* sidebar */
	#sidebar { clear: both; float: left; width: 180px; margin-left: 20px; display: inline; padding-bottom: 30px; }
         #sidebar2 { clear: both; float: center; padding-bottom: 30px; position:absolute; top:131px; right:12px; width:120px; text-align:center;}
	#blogImage {margin-bottom: 5px; }
	#blogImage img { width: 180px; }
	#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 a { list-style:none; width: 180px; height: 29px; text-indent: -100em; text-decoration: none; display:block; border-bottom: 1px solid #ececec;}
	#blogMenu li.tab_home a { background: url(http://blogfile.paran.com/BLOG_51239/200807/1216918040_m_home.jpg) no-repeat; overflow: hidden; }
	#blogMenu li.tab_home a:hover { background: url(http://blogfile.paran.com/BLOG_51239/200807/1216918040_m_home_over.jpg) no-repeat; overflow: hidden; }
	#blogMenu li.tab_localog a { background: url(./images/m_location.gif) no-repeat; overflow: hidden; }
	#blogMenu li.tab_localog a:hover { background: url(./images/m_location_over.gif) no-repeat; overflow: hidden; }
	#blogMenu li.tab_taglog a { background: url(http://blogfile.paran.com/BLOG_51239/200807/1216918040_m_tags.jpg) no-repeat; overflow: hidden; }
	#blogMenu li.tab_taglog a:hover { background: url(http://blogfile.paran.com/BLOG_51239/200807/1216918040_m_tags_over.jpg) no-repeat; overflow: hidden; }
	#blogMenu li.tab_media a { background: url(./images/m_media.gif) no-repeat; overflow: hidden; }
	#blogMenu li.tab_media a:hover { background: url(./images/m_media_over.gif) no-repeat; overflow: hidden; }
	#blogMenu li.tab_guestbook a { background: url(http://blogfile.paran.com/BLOG_51239/200807/1216918040_m_guestbook.jpg) no-repeat; overflow: hidden;}
	#blogMenu li.tab_guestbook a:hover { background: url(http://blogfile.paran.com/BLOG_51239/200807/1216918040_m_guestbook_over.jpg) no-repeat; overflow: hidden;}
	#blogMenu li.tab_admin a { background: url(http://blogfile.paran.com/BLOG_51239/200807/1216918040_m_admin.jpg) no-repeat; overflow: hidden;}
	#blogMenu li.tab_admin a:hover { background: url(http://blogfile.paran.com/BLOG_51239/200807/1216918040_m_admin_over.jpg) no-repeat; overflow: hidden;}
	#blogMenu li.tab_newpost a { background: url(./images/m_newpost.gif) no-repeat; overflow: hidden;}
	#blogMenu li.tab_newpost a:hover { background: url(./images/m_newpost_over.gif) no-repeat; overflow: hidden;}

	/* category */
	

	/* tag cloud */
	#tagbox { border: 1px solid #ececec; margin-top: 12px; }
	#tagbox ul {text-align: justify; margin: 10px;}
	#tagbox li { display: inline; line-height: 1.8; margin-right: 3px; }
	#tagbox li .cloud1 { font-weight:bold; font-size : 14px; color : #cc0000; font-family: 우리돋움;}
	#tagbox li .cloud2 { font-size : 13px; color : #333; font-weight:bold; font-family: 우리돋움;}
	#tagbox li .cloud3 { font-size : 13px; color : #888; font-weight:bold; font-family: 우리돋움;}
	#tagbox li .cloud4 { font-size : 12px; color : #aaa; }
	#tagbox li .cloud5 { font-size : 12px; color : #aaa; }
	#tagbox h3 { width: 170px; padding: 10px 0; margin: 5px auto; font-family: 우리돋움,Verdana; font-size: 12px; font-weight: normal; color: #666; border-bottom: 1px solid #f5f5f5;}
         #tagbox a:hover { background-color:#eee;  color:#000;}



	#tagbox2 { border: 1px solid #3b4b4d; margin-top: 0px; background-color:#708081; width:120px;}
	#tagbox2 ul {text-align: justify; margin: 7px 5px 7px 5px;}
	#tagbox2 li { display: inline; line-height: 1.7; margin-right: 0px; }
	#tagbox2 li .cloud1 { font-weight:bold; font-size : 14px; color : #f1f3f3; font-family: 우리돋움;}
	#tagbox2 li .cloud2 { font-size : 13px; color : #222; font-weight:bold; font-family: 우리돋움;}
	#tagbox2 li .cloud3 { font-size : 13px; color : #888; font-weight:bold; font-family: 우리돋움;}
	#tagbox2 li .cloud4 { font-size : 12px; color : #b8c0c0; }
	#tagbox2 li .cloud5 { font-size : 12px; color : #aaa; }
	#tagbox2 h3 { width: 110px; margin: 5px 0 0 5px; border-bottom: 1px solid #5a696a;}
         #tagbox2 a:hover { background-color:#eee;  color:#444;}




    /* notice */
	#notice { border: 1px solid #ececec; margin-top: 10px; }
	#notice ul { padding: 0; list-style: none; margin: 10px;}
	#notice li { list-style: none; line-height: 1.6; }
	#notice h3 { width: 170px; padding: 5px 0; margin: 5px auto; font-family: Verdana; font-size: 11px; font-weight: normal; color: #666; border-bottom: 1px solid #f5f5f5;}

	/* recentPost */
	#recentPost { border: 1px solid #ececec; margin-top: 10px; }
	#recentPost ul { padding: 0; list-style: none; margin: 10px;}
	#recentPost li { list-style: none; line-height: 1.6; }
	#recentPost li .cnt { font-family: 우리돋움,verdana; font-size: 11px; color: #999; }
	#recentPost h3 { width: 170px; padding: 5px 0; margin: 5px auto; font-family: 우리돋움,Verdana; font-size: 11px; font-weight: normal; color: #666; border-bottom: 1px solid #f5f5f5;}

	/* recentComment */
	#recentComment { border: 1px solid #ececec; margin-top: 10px; }
	#sidebar ul { padding: 0; list-style: none; margin: 10px;}
	#recentComment li { list-style: none; line-height: 1.6; }
	#recentComment li.cnt { font-family: 우리돋움,verdana; font-size: 10px; color: #999; }
	#recentComment h3 { width: 170px; padding: 5px 0; margin: 5px auto; font-family: 우리돋움,Verdana; font-size: 11px; font-weight: normal; color: #666; border-bottom: 1px solid #f5f5f5;}
	#recentComment li .info { color: #999;}

	/* recentTrackback */
	#recentTrackback { border: 1px solid #ececec; margin-top: 10px; }
	#recentTrackback ul { padding: 0; list-style: none; margin: 10px;}
	#recentTrackback li { list-style: none; line-height: 1.6; }
	#recentTrackback h3 { width: 170px; padding: 5px 0; margin: 5px auto; font-family: 우리돋움,Verdana; font-size: 11px; font-weight: normal; color: #666; border-bottom: 1px solid #f5f5f5;}
	#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.6; }
	#archive li .cnt { font-family: 우리돋움,verdana; font-size: 10px; color: #999; }
	#archive h3 { width: 170px; padding: 5px 0; margin: 5px auto; font-family: 우리돋움,Verdana; font-size: 11px; font-weight: normal; color: #666; border-bottom: 1px solid #f5f5f5;}

	/* calendar */
	#calendar { border: 1px solid #ececec; margin-top: 10px; }
    #calendar .tt-calendar { width: 170px; }
    #calendar .wrapAbContent { padding: 0 10px 10px 10px; }

	/* Links */
	#link { border: 1px solid #ececec; margin-top: 10px; }
	#link ul { padding: 0; list-style: none; margin: 10px;}
	#link li { list-style: none; line-height: 1.6; }
	#link h3 { width: 170px; padding: 5px 0; margin: 5px auto; font-family: 우리돋움,Verdana; font-size: 11px; font-weight: normal; color: #666; border-bottom: 1px solid #f5f5f5;}

	/* Counter */
	#counter { width: 190px; height: 31px; border-bottom: 1px solid #ececec; font-family: verdana,san-serif; font-size:10px; color: #999; font-weight:bold;}
    #counter li { display: inline; margin-right: 7px; }

    /* RSS */
    #btnRSS { width: 190px; border-bottom: 1px solid #ececec;}
    #btnRSS img {margin-left: 0px;}
#misc p.rss { margin-top:20px; }
.smallText {
	font:-family: 우리돋움; font-size:11px;
	letter-spacing:0;
	color:#999; margin-left:0px;
}
.smallText a:link, .smallText a:visited  { color:#999 !important; font:-family: 우리돋움; font-size:11px;}
.smallText a:hover, .smallText a:active { color:#666 !important; text-decoration:none !important; font:-family: 우리돋움; font-size:11px;}
	#rss h3 { width: 190px; padding: 5px 0; margin: 5px auto; font-family: 우리돋움,Verdana; font-size: 11px; font-weight: normal; color: #666; border-bottom: 1px solid #f5f5f5;}



/* banner */
#misc .banner { margin-top:35px;}
#misc .banner p {
	font:11px 우리돋움,verdana;
	color:#666;
	margin-bottom:15px;
}

#misc .banner img { 
	float:right;
	margin-left: 8px;
	margin-top:-2px;
}

.banner a:link span, .banner a:visited span { color:#999 !important; }
.banner a:hover span, .banner a:active span { color:#666 !important; background-color:transparent !important;}




#misc2 .banner { margin-top:0px;}
#misc2 .banner p {
	font:11px 우리돋움,verdana;
	color:#708081;
	margin-bottom:15px;
}

#misc2 .banner img { 
	float:left;
	margin-right: 5px;
	margin-top:-2px;
}

.banner a:link span, .banner a:visited span { color:#b7bfc0 !important; }
.banner a:hover span, .banner a:active span { color:#fff !important; background-color:transparent !important;}



    /* content */
	#content{ float:left; width:/*@post-width=*/ 540px /*@*/; margin-left: 33px; margin-right: 0px; padding-bottom: 56px; display: inline; }

	/* ***** content ***** */
	#content .nonEntry { }
    #content .nonEntry h3 {
          /*@post-title-font-size=font-size:*/ font-size: 20px /*@*/;
          /*@post-title-font-family=font-family:*/ font-family: 우리돋움,dotum /*@*/;
          /*@post-title-color=color:*/ color: #333333 /*@*/;
          margin: 0; padding: 10px 0;
          font-weight: bold;
          border-bottom: 1px solid #f6f6f6;
          margin-bottom: 14px; letter-spacing:-1;
        }
	#content .entry          { width:/*@post-width=*/ 540px /*@*/; 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: 1px 0;} /* 글목록 리스트의 줄 간격 */
	#searchList .date,
	#searchRplist .date         { color: #999; margin-right:10px; font-size:11px;}
	#searchList .cnt            { color: #999; font-size:10px;}
	#searchRplist .name         { color:#999;  padding-left:13px;}

	#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; line-height: 1.8;}
	#taglog a:hover             { background-color:#eee;  color:#000;}
	#taglog li .cloud1 { font-weight:bold; font-size : 14px; color : #cc0000; font-family: 우리돋움;}
	#taglog li .cloud2 { font-size : 13px; color : #333; font-weight:bold; font-family: 우리돋움;}
	#taglog li .cloud3 { font-size : 13px; color : #888; font-weight:bold; font-family: 우리돋움;}
	#taglog li .cloud4 { font-size : 12px; color : #aaa; font-family: 우리돋움;}
	#taglog li .cloud5 { font-size : 12px; color : #aaa; font-family: 우리돋움;}

	#guestbook p                { padding:2px 0; margin:0;}

	#guestWrite                 { padding:10px;  background-color:#f8f8f8; border:1px solid #f5f5f5; color: #666; font-size:11px;}
	#guestWrite input           { border:1px solid #f5f5f5; color: #666; font-family:우리돋움;}
#guestWrite .name {width:150px;}
#guestWrite .password {width:150px;}	
#guestWrite textarea        { width:/*@post-width:-38=*/ 512px /*@*/; overflow: hidden;  padding:5px; border:1px solid #f5f5f5; font-size:12px; font-family:우리돋움; color:#666; line-height:1.6em}
	#guestWrite .homepage       { width:300px; font-size:11px;}
	#guestWrite .submit         { background:url(./images/btn_comment.gif) no-repeat; width:150px; height:23px; overflow:hidden; display:block; text-indent:-1000em; border:0; cursor:pointer; margin:0 auto; margin-top: 10px;}
.guestbook .secretWrap .checkbox { border:0; padding:0; margin:0; position:absolute; width:20px; height:20px; margin:-20px 0 0 155px;}
.guestbook .secretWrap label { font:1.0em tahoma; letter-spacing:normal; display:block; position:absolute;  margin:-17px 0 0 175px; cursor:pointer;}
	#guestList                  { padding:10px 0 0 0; color: #666; line-height:1.6em}
	#guestList ol,
	#guestList ul               { margin:0; padding:0;  list-style:none;}
	#guestList li p             { border-top:1px solid #ededed; margin-top:6px; padding-top:15px; padding-bottom:14px;}
	#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:#f9f9f9;  padding-left:25px;  border:none;  width:/*@post-width:-102=*/ 448px /*@*/; overflow:hidden;}
	#guestList li .name         { color:#666; }
	#guestList li .date         { font-family: 우리돋움,verdana; font-size: 10px; color: #999; }
    #guestList .control a span { font-size: 11px; color: #999; }


       /* entry */
	.entryNotice h2,
	.entryProtected h2,
	.entry h2                {
		/*@post-title-font-size=font-size:*/ font-size: 20px /*@*/;
		/*@post-title-font-family=font-family:*/ font-family: 우리돋움,dotum /*@*/;
		/*@post-title-color=color:*/ color: #333333 /*@*/;
		border-bottom: 1px solid #f6f6f6; letter-spacing:-1;
	}
  

    .entryNotice h2 a,
	.entryProtected h2 a,
	.entry h2 a	{
		/*@post-title-font-size=font-size:*/ font-size: 20px /*@*/;
		/*@post-title-font-family=font-family:*/ font-family: 우리돋움,dotum /*@*/;
		/*@post-title-color=color:*/ color: #333333 /*@*/; letter-spacing:0;
	}
	.titleWrap { width:/*@post-width=*/ 540px /*@*/; overflow: hidden; color: #999; padding: 0px 0px 0 0px; }
	.titleWrap h2 { margin: 0; padding: 10px 0; /*@post-title-color=color:*/ color: #333 /*@*/; 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 .date { font-family:우리돋움; font-size:12px; }
	.entryProtected p.text   { padding:15px; border: 1px solid #fff background-color: #f5f5f5; font-family:우리돋움; font-size:12px; }
	.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:0=*/ 538px /*@*/; font-size:/*@post-body-font-size=*/ 12px /*@*/; font-family: /*@post-body-font-family=*/ 우리돋움,Verdana /*@*/; color:/*@post-body-color=*/ #666 /*@*/; overflow:hidden; padding: 40px 0px 20px 0px; margin-left: 2px; line-height:1.6; } /*본문 글자 높이 간격 조절*/

	.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:40px;  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:#666; padding:20px 20px;}
	.author .text            { font:90% 우리돋움,Verdana, Arial, Helvetica, sans-serif;}

	.tagTrail                { padding:8px 5px 5px 4px;  background:url(./images/iconTag.gif) center left no-repeat; clear:both; font-size:11px;}
	.tagText                 { display:none;}

	#articleBtmWrap { width:/*@post-width:-48=*/ 502px /*@*/; background: #f9f9f9; border: 1px solid #f5f5f5; padding: 7px 0 5px 0; font-family: 우리돋움,verdana; font-size: 12px; color: #999; margin: 0 auto; line-height:1.6; margin-top:20px;}

	.actionTrail             { width:/*@post-width:-48=*/ 502px /*@*/; overflow: hidden; border-bottom: 1px solid #ebebeb; margin: 0 15px; padding-bottom: 5px; }
	.actionTrail .cnt        { color:#cc0000; font-weight: bold; }
	.actionTrail a:hover { text-decoration: none; }

	.trackback               { width:/*@post-width:-48=*/ 502px /*@*/; 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 #ebebeb;}
	.trackback h4            { font-family: 우리돋움,dotum; font-size: 12px; font-weight:normal;  margin:0; }
	.trackback ol            { margin:0;  padding:0; }
	.trackback li, .trackback .name, .trackback p { font-family: 우리돋움,verdana,dotum; font-size: 12px; }
	.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:-48=*/ 502px /*@*/; overflow:hidden;  margin-left: 15px; }
	.comment p                        { margin:10px 0 0 0; padding:0;}
	.comment h3                       { display:none;}
	.comment ol,
	.comment ul                       { padding: 0; margin: 0;}
	.comment ol li                    { padding: 8px 10px 10px 0; border-bottom:1px solid #ebebeb;}
	.comment li ul li                 { padding: 10px 10px 3px 34px;  background:url("./images/iconIndentArrow_local.gif") no-repeat 15px 14px; border:none; background-color:#f3f3f3; margin:0 0 0 0px;}
         .comment li .date                 { font-size:11px; }
         .comment li .comm                 { padding: 4px 0 8px 0; }


.comment ol li div {
	position:relative;
	padding-top:2px;
	background: url(./images/bg_blogIcon.gif) no-repeat 0 5px; /* Alternative image */
}


.comment ol li span {
	display:block;
	padding-left:42px; 
}



.comment ol li img {
	position:absolute;
	left:-3px;
	top:2px;
	width:32px !important;
	height:32px !important;
	padding:3px;
	background-color:;
	border:0px solid #ddd;
}

.smallText {
	font:10px '우리돋움, Franklin Gothic Medium','Trebuchet MS',Helvetica, Arial, Sans-Serif;
	letter-spacing:0;
	color:#999;
}

	.commentWrite                     { overflow: hidden; color:#666; font-family:우리돋움; font-size:11px;}
	.commentWrite input               { width:150px; color:#666; border: 1px solid #eee; font-size:12px; font-family:우리돋움;}
	.commentWrite textarea            {  width:/*@post-width:-48=*/ 490px /*@*/; overflow: hidden;  padding: 5px; margin: 5px 0 5px 0; color: #666; border: 1px solid #eee; font-size:12px; line-height: 1.5em; font-family:우리돋움;}
	.commentWrite .homepage           { width:300px; font-family:우리돋움; font-size:11px;}
	.commentWrite .submit             { background:url(./images/btn_comment.gif) no-repeat; width:150px; height:23px; 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:0px; margin-bottom: 5px;}
	.commentWrite .checkbox           {	border:none; padding:0; margin:0; width:25px;}

	#paging            { padding-top:10px;  text-align:center;  font-size:10px;}
	#paging .numbox    { border-left:1px solid #ddd; padding-left:6px; margin-left:6px;  font:10px 우리돋움,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: #cc0000; }

	/* footer */
	#footer { clear:both; width: 770px; margin: 0 40px; padding-top: 16px; border-top: 1px solid #989898; padding-bottom: 20px;}
	#footer .adTistory { float:left; }
	#footer .copyright {float: right; font-family: 우리돋움,Vadana, san-serif; font-size: 12px; text-align: right; padding: 0; margin: 0; }
	#footer .copyright p, #footer .copyright p a { color: #bbb; }
	#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://cfs.tistory.com/blog/skin/tisStudioWhite/images/logo2.png', sizingMethod='crop');
	}