@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 본문 공통 */
* html { height: 1px; }
* { margin: 0; padding: 0; }

body {
	overflow:auto;
	font:15px/1.5 'Droid Serif', 'PT Serif', Cambria, Times New Roman, 나눔명조, 'Nanum Myeongjo', 나눔고딕, 'Nanum Gothic', 맑은 고딕, HY신명조, 바탕, Batang, Serif;
	color:#7C7C7C;
	background: #FFFFFF;
	margin: 0; padding: 0;
}
a:link    {
	color:#3366AA;
	text-decoration:none;
}
a:visited {
	color:#3366AA;
	text-decoration:none;
}
a:hover   {
	color:#AA3366;
	text-decoration:none;
	background-color: #FFCC00;
	border-bottom: 1px dashed #AA3366;
}
a:active  {
	color:#AA3366;
	text-decoration:none;
}
pre {
	font:15px/1.5 Vera Sans Mono, Courier New, Monaco, Menlo, Andale Mono, Consolas, Courier, 나눔고딕코딩, Lucida Sans, Lucida Grande, 'Nanum Gothic Coding’;
}


/* 페이징 - 현재 페이지 */
	.selected     { font-weight:bold;  color:#f30;}
	.no-more-prev { padding-left:6px; color:#aaa;}
	.no-more-next { padding-right:6px; color:#aaa;}

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

/* 달력 월 표시 */
	.cal_month              { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; }
/* 달력 요일 표시(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; }

/* 달력 Week(tr 영역)  */
	.cal_week               { }
	.cal_current_week       { }

/* 달력 Day(td 영역) */
	.cal_day                { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#666;  text-align:center; }
/* 달력 Day, 일요일 (td 영역)  */
	.cal_day_sunday         { }
	.cal_day_sunday a        { }

/* 달력 지난 달 날짜 표시(td)   */
	.cal_day1               { color:#ccc;}
/* 달력 다음 달 날짜 표시(td)   */
	.cal_day2               { color:#ccc;}
/* 달력 이번 달 날짜 표시(td) */
	.cal_day3               { color:#666;}
/* 달력 오늘 날짜 표시(td) */
	.cal_day4               { color:#666;  text-decoration:underline; font-weight: bold; }
/* 달력 글쓴 날 링크 스타일 */
	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             { margin:0 auto;}
/* 왼쪽 */
	.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/icon_view_more.gif) top left no-repeat;  padding-left:20px; color:#000;}
	.moreless_top           { background:url(images/icon_stop_view.gif) top left no-repeat;  padding-left:20px; color:#000;}
	.moreless_body          { }
	.moreless_bottom        { background:url(images/icon_stop_view.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.6em; }
h2              { font-size: 1.4em; }
h3              { font-size: 1.2em; }
h4              { font-size: 1em; }
input, textarea {
	color: #999;
	font-size: 12px;
	border-style: hidden;
	background-color: transparent;
	border: 1px solid #D5D5D5;
	padding: 2px;
}
input { height: 16px; }
table { border-collapse: collapse; border-spacing: 0; }

/* 블로그 레이아웃 */
/* wrapContainer */

#container {
	height: 100%;
	_width: 100%;
	margin:0 auto;
}
#header {
	height: 24px;
	width: 100%;
	position: absolute;
}
#contentWrap {
}
#content {
	width: 940px;
	height: auto;
	margin: 0 auto;
	overflow: visible;
	padding-bottom: 30px;
}
#sidebar {
	width: 900px;
	margin:0 auto;
	clear:both;
	padding:10px;
	padding-top: 0px;
	background-color: #fff;
	clear: both;
	overflow: auto;
	border: 1px dashed #ccc;
	z-index: 10;
	display:none;
}

#footer { clear:both;}

/* ***** Header ***** */
#header a              { /*@title-color=:#000000*/color:#999/*@*/ }
#header h1             { }
#header h1 a           {letter-spacing:3px;font-size: 11px;font-weight: normal;}
#header h1 a:hover     { color: #be92f3;  text-decoration:none;}


/* blog menu */

ul#blogmenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-right: 1px;
	z-index: 10;
	position: relative;
	float: right;
}
ul#blogmenu li{
	width: 47px;
	margin-left: 1px;
	display: inline;
	float: left;
}
ul#blogmenu li a{
	display: block;
	float: left;
	margin-top: -45px;
	width: 46px;
	height: 20px;
	border: 1px solid #444;
	background-color: #111;
	background-repeat: no-repeat;
	background-position: center 10px;
	text-decoration: none;
	text-align: center;
	padding-top:45px;
	opacity: 0.7;
	cursor:pointer;;
}
ul#blogmenu .tab_sidebar {
	display: block;
	float: left;
	margin-top: 2px;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url(images/arrow_down.png);
	margin-right: 4px;
}

/* My Comment */
.tab_category {
	z-index: 5;
	margin: 0 auto;
	margin-right: 2px;
	cursor: pointer;
	right: 0;
	padding: 10px 5px 0px 5px;
	float: right;
	border: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-align: center;
	_text-align:left;
	position: relative;
	font-size: 0.85em;
	width: 180px;
	_width: 180px;
}
.tab_category p {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
ul#blogmenu .tab_home a{
	background-image: url(images/home.png);
}
ul#blogmenu .tab_localog a{
	background-image: url(images/map_red.png);
}
ul#blogmenu .tab_taglog a{
	background-image: url(images/tag_blue.png);
}
ul#blogmenu .tab_guestbook a{
	background-image: url(images/picture.png);
}

ul#blogmenu li a:hover {
	opacity: 0.9;
}
ul#blogmenu li a span {
	font-family: 'Ubuntu', Lucida Sans, Lucida Grande, Tahoma, Verdana, Arial, serif;
	letter-spacing: 1px;
	font-size: 0.85em;
	font-weight: normal;
}

/* nav button */
.nav_prev {
	position:absolute;
	width: 20px;
	height: 30px;
	left: 10px;
	margin-top: -50px;
	background: url(images/arrow_left1.png) no-repeat;

	display: block;
	cursor: pointer;
}
.nav_prev:hover {
	background: url(images/arrow_left2.png) no-repeat;
}
.nav_next {
	position:absolute;
	width: 20px;
	height: 30px;
	right: 10px;
	margin-top: -50px;
	background: url(images/arrow_right1.png) no-repeat;
	display: block;
	cursor: pointer;
}
.nav_next:hover {
	background: url(images/arrow_right2.png) no-repeat;
}

/* ***** content ***** */
#content .nonEntry h3   { border-bottom:1px solid #666;  margin-bottom: 30px; }

#content .entryNotice,
#content .entryProtected,
#content .entry {
	margin-bottom: 80px;
}
#searchList{
	position: relative;
	text-align: left;
	float: right;
	margin-right: 9px;
	margin-top: 8px;
}
#searchList ol,
#searchRplist ol            { list-style:none;  padding:0;  margin:0 0 30px 0;}
#searchList li,
#searchRplist li            { border-bottom:1px solid #eee;  padding-bottom:2px;  margin-bottom:4px;}
#searchList .date,
#searchRplist .date         { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  margin-right:10px; }
#searchList .cnt            { font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#51A1A1;	font-weight: bold;}
#searchList span            {  color:#51A1A1;
	font-size: 14px;
}


#searchRplist .name         { font:0.95em Dotum, Arial, sans-serif;    color:#999;  padding-left:8px;}

#localog .spot              { padding-left:30px;  margin-bottom: 6px; }
#localog .info              { padding-left:15px;  margin-bottom: 6px; }
#localog a { color:#51A1A1; text-decoration: none; }

#taglog ul                  { padding: 0; margin:0; text-align:justify;}
#taglog li                  { display:inline;}
#taglog li .cloud1          { color:#699;  font-weight:bold;  font-size:14px;}
#taglog li .cloud2          { color:#84bbdd;  font-weight:bold;  font-size:14px;}
#taglog li .cloud3          { color:#333; }
#taglog li .cloud4          { color:#999; }
#taglog li .cloud5          { color:#999; }

#guestWrite                 { padding:15px;border-left: 12px solid #746352;}
#guestWrite p                { clear: both; padding: 0; margin:0;}
#guestWrite p.writerInfo label {
	width: 80px;
	float: left;
	font: 0.85em verdana;
	padding-top: 2px;
	vertical-align: middle;
}
#guestWrite p.writerInfo input {
	float: left;
	width: 150px;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 2px 0 0 8px;
	background-color: #eeeeee;
}
#guestWrite textarea            { width:/*@post-width:-100=*/530px/*@*/;  padding: 5px; height: 120px;
}
#guestWrite .homepage           { width: /*@post-width:-180=*/450px/*@*/ !important; font: 0.85em verdana; color: #999; height: 16px; }
#guestWrite input.submit {
	width: 76px;
	height: 25px;
	display: block;
	margin: 5px auto 0;
	border: 1px solid #aaa;
	padding: 0 0 0 0;
	cursor: pointer;
	margin-top: 15px;
	background-color: white;
}
#guestWrite input.submit:hover {
	border: 1px solid #AA3366;
	background-color: #FFCC00;
	color: #AA3366;
}
#guestWrite input.submit:active {
	border: 1px solid #333;
}
#guestWrite .secretWrap         { clear: both; padding: 15px 0 5px;}
#guestWrite .checkbox           {	border:none; padding:0;	margin:0; width:25px;}

#guestList                  { padding:10px 0 0 0;}
#guestList ol,
#guestList ul               { margin:0; padding:0;  list-style:none; }
#guestList .guest_general { padding-top: 15px; }
#guestList p.ctrlGuest, #guestList p.ctrlGuestRe { border-bottom: 1px dotted #ccc; padding-bottom: 4px; margin-bottom: 13px; height: 15px; }
#guestList p.ctrlGuestRe { margin-bottom: 7px; }
#guestList ol li            { padding: 0 20px 10px;  margin-bottom:10px; width:/*@post-width:-50=*/530px/*@*/; overflow:hidden;}
#guestList li ul li         { width:/*@post-width:-90=*/530px/*@*/;padding :0 20px 10px;  border:none;  overflow:hidden; margin-top: 15px; }
#guestList li .name         { float: left; font-weight:bold; padding-right: 15px; font: 14px 나눔명조,'Nanum Myeongjo',SeoulHangang,batang,gulim bold;  }
#guestList li .name a { font-weight:bold; }
#guestList li .date         { float: left; font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif; color:#999; padding-right: 15px; }
#guestList .control {float: right;}
#guestList .control a{text-decoration: none;margin-left: 10px; color: #51A1A1;
	font-weight: bold;
	font-size: 11px; float: left;}
#guestList .control a.modify       { padding-bottom:2px;height: 15px; display: block; float: left; text-decoration: none; }
#guestList .control a.modify span  {}
#guestList .control a.write        {padding-bottom:2px; width: 39px; height: 15px; display: block; float: left; text-decoration: none; }
#guestList .control a.write span   {}

/* entry */




/* @end */
.entryNotice h2,
.entryProtected h2,
.entry h2 {
	font-size:1.2em;
	line-height:1.4em;
}
.titleWrap {
	text-align: left;
	position: fixed;
	left: 5px;
	top: 8px;
	z-index: 2;
	min-width: 70px;
}
.titleWrap h2 a {
	font-style: normal;
	font-weight: bold;
	color: #ddd;
	font-size: 1.3em;
	padding: 20px 12px 10px 12px;
	background-color: #882244;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.titleWrap .date_bg {
	position:relative;
	text-align:left;
	left: 12px;
	margin-top: 20px;
}
.titleWrap .date {
	font: 0.9em Lucida Sans, verdana;
	color: #5181A1;
}
.titleWrap .date_time {
	font: 0.9em Lucida Sans, verdana;
	color: #ccc;
}
.titleWrap .category, .titleWrap .category a {
	margin-bottom: 0px;
	font:12px;
	color:#aaa;
	text-align: left;
	margin-left: 6px;
}
.titleWrap .blogTitleBody {
	font-family: 'Maiden Orange', Cambria, Times New Roman, Times, serif;
	font-size: 1.8em;
	padding: 6px 0 0 10px;
	float: left;
}
.titleWrap #btnRSS {
	padding: 8px 0px 0px 8px;
	float: left;
}

.admin{font-family: sans-serif; clear: both;text-align: center; font-size:11px;margin-top:5px}
.entryProtected .protectedContentWrap { padding: 30px; }
.entryProtected .protectedForm { padding: 15px 0; text-align: center; margin-top: 30px; }
.entryProtected .protectedForm input.pass { border: 1px solid #ddd; vertical-align: middle; }
.entryProtected label { vertical-align: middle; }
.entryProtected p.text   { width:220px; background: url(images/img_protect.gif) no-repeat left top ; padding-left:50px; margin: 0 auto; }
.entryProtected input    { width:200px; }
.entryProtected .submit  { border: none; width: 41px; height: 21px; background: url(images/btn_pass_confirm.gif) no-repeat; text-indent: -1000em; display: inline; vertical-align: middle; }

.article {
	margin-top: 70px;
	line-height: 2em;
}
.article a:link {
	color: #3366AA;
	text-decoration:none;
}
.article a:visited {
	color: #3366AA;
	text-decoration:none;
}
.article a:hover {
	color: #AA3366;
	padding: 2px 0 2px 0;
	text-decoration: none;
}
.article a:active {
	color: #AA3366;
	text-decoration:none;
}

.article dt              { text-decoration:underline;}
.article dd              { margin-left:20px;  padding-bottom:10px;}
.article blockquote      { background: url(images/icon_quotation.gif) top left no-repeat;  padding-left:25px;  margin:10px 20px; }

.author {
	float: right;
	clear: right;
	text-align: right;
	padding: 10px 0;
}
.author .text {
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-style: italic;
}

.tagTrail                { color: #999; letter-spacing: -1px; padding: 0 0 5px 35px;  background: url(images/tag_green.png) no-repeat left -2px; clear:both; border-bottom: 1px solid #555; margin-bottom: 10px; }
.tagTrail a						   { color: #999; }
.tagText                 { display:none;}

.actionTrail             { padding:7px 15px;  clear:both;}
.actionTrail .cnt        { color:#51A1A1;font-size: 16px;}

.trackback               { overflow:hidden; }
.trackback a             { }
.trackback h3            {
	background-color: #FAF6F6;
	font-size: 11px;
	margin:0 25px 25px;
	padding: 7px 15px;
	border: 1px dashed #eebbbb;
}
.trackback .trackback-url { margin: 0 10px 0 10px; }
.trackback h3 span       { font: 11px Courier New, verdana; color: #999; cursor: pointer; }
.trackback h4            { font: 12px dotum; color: #999; margin:0;}
.trackback h4 a          { letter-spacing: -1px; }
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            { border-top: 1px solid #444; padding: 15px;}
.trackback ol li h4      {
	font-size: 1.3em;
	font-family: 'Nanum Gothic', 나눔고딕, Sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}
.trackback ol li p       {
	margin-top: 10px;
}
.trackback .date         { font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#999;}
.trackback p             { font:0.95em;  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;}

.comment {
	padding: 15px;
	margin-left: 35px;
	margin-bottom: 4px;
	width:640px;
	overflow:hidden;
}
.comment p {
	clear: both;
	margin: 3px 0 0 0;
	padding: 0;
}
.comment h3 {
	display: none;
}
.comment ol,
.comment ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment .date {
	float: left;
	font: 0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;
	color: #ccc;
	padding: 0 15px 5px 0;
}
.comment .name { 
	float: left;
	font: 1.2em Lucida Sans, Lucida Grande, 나눔고딕, 'Nanum Gothic', Sans-serif bold;
}
.comment .name a {
	font-weight:bold;
}
.comment .control {
	float: right;
}
.comment ol li {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.comment li ul li {
	padding: 10px 10px 5px 25px;
	margin-left: 30px;
	background: url("images/iconcommentRe.gif") no-repeat 6px 12px;
	border: none;
}
.comment .control a {
	text-decoration: none;
	margin-left: 10px;
	color: #51A1A1;
	font-weight: bold;
	font-size: 11px;
	float: left;
}
.comment .control a:hover {
	color: #AA3366;
}

.commentList {
	margin-top: -30px;
}

.commentWrite {
	padding: 40px 0 0 15px;
}
.commentWrite p.writerInfo label {
	width: 80px;
	float: left;
	font: 0.85em verdana;
	font-style: italic;
	padding: 2px;
	margin-left: 10px;
	vertical-align: middle;
}
.commentWrite p.writerInfo input {
	float: left;
	width: 150px;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 2px 0 0 8px;
	background-color: #eeeeee;
}
.commentWrite textarea {
	width: 590px;
	padding: 5px;
	margin-left: 5px;
	position: relative;
	background-color: #eeeeee;
}
.commentWrite .homepage {
	width:
	/*@post-width:-180=*/320px/*@*/ !important;
	font: 0.85em verdana;
	color: #999;
	height: 16px;
}
.commentWrite input.submit {
	width: 76px;
	height: 25px;
	display: block;
	margin: 5px auto 0;
	padding: 0 0 0 0;
	border: 1px solid #aaa;
	cursor: pointer;
	background-color: white
}
.commentWrite input.submit:hover {
	border: 1px solid #AA3366;
	background-color: #FFCC00;
	color: #AA3366;
}
.commentWrite input.submit:active {
	border: 1px solid #333;
}
.commentWrite .secretWrap {
	clear: both;
	padding: 0 0 15px 350px;
	margin-top: 10px;
}
.commentWrite .checkbox {
	border: none;
	padding: 0;
	margin: 0;
	width: 25px;
}

#paging {
	float: left;
	text-align: center;
	font-size: 0.95em;
	height: 100%;
	padding-top: 10px;
	margin-left: 5px;
}
#paging .numbox {
	font:1.2em Lucida Sans, Lucida Grande, Arial, Tahoma, sans-serif;
	padding: 0px;
}
#paging .num span      { width: 23px; height: 23px; padding: 2px 5px; margin-right: 3px;}
#paging .num span.selected { background-color: #333; border-color: #ddd; color: #ddd; }
#paging a { text-decoration: none; }
#paging #prevPage {}
#paging #nextPage {}

/* ***** sidebar ***** */
.sidebar_top{
	width: 100%;
	height: 32px;
}
#sidebar ul                    { padding-left:2px;  margin:0;  list-style:none;}
#sidebar li                    { background: url(images/bullet_dot.gif) 0 6px no-repeat;  padding-left: 12px;}
#sidebar li a { color: #666;}
#sidebar h3                    { font-family: 'Nanum Gothic',Tahoma; font-size: 1em;  letter-spacing: 2px;margin-bottom: 5px;}
#sidebar .cnt                  { font:0.85em 'Nanum Gothic',Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#51A1A1;}
#sidebar .date                 { font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#94a0a5;}
#sidebar .name                 { font:0.9em Dotum, Arial, sans-serif;  color:#94a0a5;}

/* */

#profile ,#notice, #adminMenu, #category, #tagbox, #recentPost, #recentComment, #recentTrackback, #archive, #calendar, #link, #counter {
	margin-top: 10px;
	width: 205px;float: left; margin:5px;
	min-height: 50px; border: 1px dashed #ccc; padding-left: 5px;
}

#profile { }
#blogImage img {width:50px;
	bottom: 0;
	border: 2px solid #000;
}
#blogDesc { color: #ADADAD;  font-size:0.9em;  line-height:1.2em;  letter-spacing:-1px; }
#blogDesc p { margin: 0; padding: 0; }
.userID { color: #999; line-height: 2em; }

#notice               { padding:5px;}
#notice li            { text-align:left;margin:0px; padding: 0 0px 0px 4px; background:none;border-left: 5px solid #51A1A1;}
#notice a	     {}
#notice a:hover {
	text-decoration: underline;
}
#adminMenu            { text-align: center;
	}
.tab_admin{
	width: 48px;height: 48px;float: left;display: block;
	background: url(images/lock.png) no-repeat;margin-left: 20px;
}
.tab_write{
	width: 48px;height: 48px;float: right;display: block;
	background: url(images/pencil.png) no-repeat;margin-right: 30px;
}
#searchBox {
	padding-top: 9px;
	height: 100%;
	padding-left: 6px;
	float: left;
}
#searchBox input         { width: 95px;border: 0;
	background-color: transparent;
}
#searchBox .submit       { width: 52px;  border:0; cursor:pointer;
}

#category li          { background:none;}
#category li ul li    { background:url(images/bul.gif) 0 6px no-repeat;  padding-left:10px;}
#category li ul li ul li { background:none; border-left:1px dotted #ccc; padding-left:6px; margin-left:2px;}
#category li ul li ul li a{ color:#999;}

#tagbox ul            { padding:5px 2px;	text-align: justify;}
#tagbox li            { background: none;  display: inline; padding: 0 7px 0 0; }
#tagbox li .cloud1    { font-weight:bold; font-size: 14px; color: #366; }
#tagbox li .cloud2    { font-weight:bold; font-size: 14px; color: #51A1A1; }
#tagbox li .cloud3    { font-weight:bold; font-size: 14px; color: #333; }
#tagbox li .cloud4    { font-size: 12px; color: #333; }
#tagbox li .cloud5    { font-size: 12px; color: #333; }
#tagbox a:hover       { text-decoration: none; background-color: #333; color: #fff;}

#recentComment        { overflow:hidden;}
#recentComment .info_wrap  {  margin-bottom:3px;  display:block;}

#recentTrackback      { overflow:hidden;}
#recentTrackback .info_wrap  {  margin-bottom:3px; display:block;}

#archive li           { }
#calendar td             { font-family:verdana;}

#counter              { font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;    color: #999; line-height: 1.5; }
#counter dl, #counter dt, #counter dd { padding: 0; margin: 0; }
#counter dt { float: left; width: 80px; }
#counter dd.total { font-weight: bold; color: #ddd; }

#adTistory       { text-align:center; margin-top: 20px; }
#adTistory .tistoryJoin a { font: 11px dotum; letter-spacing: -1px; color: #999; }

/* ***** footer ***** */
#footer {
	font:11px Lucida Sans, 나눔고딕, 'Nanum Gothic', Verdana, dotum;
	color:#666;
	position: fixed !important;
	position: absolute;
	bottom: 0px;
	width: 100%;
	border: 1px solid #000;
	z-index: 10;
	background-color:#212121;
}
#footer .footMenu {
	text-align: center;
	clear: both;
}
#footer .footMenu span { color: #b6b6b6;}
.copyright {
	font: 10px verdana;
	color: #333;
	clear: both;
	padding-top: 8px;
	text-align: center;
}
#foot_category {
	float: left;
	font-size: 12px;
	padding: 10px;
	letter-spacing: -1px;
}
#footer #thumb{
	height: 100%;
	margin-left: 120px;
	clear: both;
	float: left;
}
#footer #tooltip{
	margin-bottom: 10px;
	position: absolute;
	width: 150px;
	left: 300px;
	bottom: 35px;
	display: none;
	font-family: 나눔고딕, 'Nanum Gothic';
	overflow: hidden;
}
.tooltip_head{
	padding: 5px;
	background-color: #DDDDDD;
	text-align: center;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	font-weight: bold;
	font-size: 14px;
}
.tooltip_content{
	padding: 5px;
	text-align: center;
	background-color: #DDDDDD;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.tooltip_content img{
	display: none;
}

.tooltip_bottom{
	height: 15px;
	background-color: #DDDDDD;
	background: url(images/tooltip_b.gif) no-repeat 65px;
}
#tistorytoolbarid{
	display: none;
}
.clear { clear: both; }
* html .clear { display: inline; }

/* My Comment */



/* -------------------------- E X I F E E D I -------------------------- */

.quote, .referto {
	margin:15px;
	border: 1px rgb(255, 220, 240) solid;
	padding: 15px;
	background-color:#FAF5F8;
}

.quote2, .referto2 {
	margin:12px;
	border: 1px #DDCCD0 dashed;
	padding: 12px;
	background-color:#FFF8FC;
}

.reference {
	font-weight: bold;
	font-size: 1.2em;
	color: #555555;
	border-bottom: 1px solid #555555;
	padding: 2px 5px 0px 5px;
	margin-bottom: 6px;
}

.box {
	border: 1px #AAAAAA solid;
	padding: 2px;
}

.indent {
	text-indent: 40px;
}

.mycode {
	font-family: Courier New, Monaco, Menlo, Andale Mono, Vera Sans Mono, Consolas, Courier, 나눔고딕코딩, Lucida Sans, Lucida Grande, 'Nanum Gothic Coding', 맑은 고딕, HY중고딕, 돋움;
	font-size: 14px;
	padding: 2px 4px;
	border: 1px solid #dddddd;
}

.mycodebg {
	background-color: #F5F5F5;
}

.mycolor {
	color: rgb(170, 51, 82);
}

.mybgcolor {
	background-color: rgb(255, 185, 215);
}

.blur {
	color: #cccccc;
}


.level1, .level2, .level3, .level4 {
	font-family: Lucida Sans, Lucida Grande, 나눔고딕, 'Nanum Gothic', 맑은 고딕, HY태고딕, HY중고딕, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	color: rgb(170, 51, 82);
}

.level1 {
	font-size: 1.8em;
	padding: 10px 10px 20px 0px;
	border-top: 5px solid rgb(170, 51, 82);
}

.level2 {
	font-size: 1.6em;
	padding: 5px 5px 15px 0px;
	border-top: 2px solid rgb(220, 110, 130);
}

.level3 {
	font-size: 1.3em;
}

.level4 {
	font-size: 1.1em;
}

.nobreak {
	white-space: nowrap;
}




/* -------------------------- F A C E B O O K -------------------------- */

.facebook_likesend_small {
	clear: both;
	padding: 10px 0 0 10px;
	margin-bottom: 20px;
}

.facebook_likesend {
	margin-top: -10px;
	margin-bottom: 40px;
}

.facebook_comment {
	margin-top: 20px;
	margin-bottom: 20px;
}




/* -------------------------- Y E S 2 4 -------------------------- */

.yes24_container {
	float: right;
	clear: right;
	width: 184px;
	padding: 20px 0 20px 20px;
	background-color: white;
}

.yes24_title {
	float: right;
	clear: right;
	padding: 0 10px 10px 10px;
	width: 160px;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
	font-size: 0.9em;
}

.yes24_single {
	float: right;
	clear: right;
	padding: 15px 0 5px 0;
	border: 2px solid #46A9C6;
	width: 180px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}

.yes24_logo {
	float: right;
	clear: right;
	margin: 0 7px 0 0;
	text-align: right;
	font-size: 11px;
}




/* -------------------------- T I S T O R Y -------------------------- */

.another_category {
	height: 282px;
}
.another_category_color_gray {
	width: 490px;
	line-height: 18px;
}
.another_category_daum_view {
	width: 420px;
	float: right;
	position: relative;
	top: -309px;
	margin-bottom: -290px;
}

.article ol, ul {
	margin-left: 50px;
}

.daumview_recommend {
	margin: 8px 0 0 8px;
}

.blogger-news-widget {
	margin-bottom: 20px;
}