@charset "utf-8"; 

/* 전체 폰트 : Noto Sans / Noto Serif */
@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');
@import url('https://cdn.rawgit.com/kattergil/NotoSerifKR-Web/76eb9ebf/stylesheet/NotoSerif-Web.css'); /* Noto Serif 400 700 */
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo&subset=korean'); /* 나눔명조 400 700 800 */


/* 이모티콘 폰트 */
@font-face {
  font-family: 'FontAwesome5';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); 
}
@font-face {
  font-family: 'FontAwesome5';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'FontAwesome5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); 
}
*, *:before, *:after {   
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}

/* ======= 일반 태그 설정 ======= */

/* 뷰표트 변환시 폰트크기 자동확대 방지 */
*{-webkit-text-size-adjust:none;word-break:break-word;} 
*{
	margin:0; padding:0; resize:none; outline:0;
	-webkit-box-sizing:border-box;	box-sizing:border-box; -moz-box-sizing:border-box;
}
html { /* 기준 폰트 */
	font-size:10px;
	letter-spacing: 0em; 
}
html,body {
	position:relative;
	width:100%;
	height:100%;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
    padding:0;
    margin:0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
/*	vertical-align: baseline; */
}
hr              { display:none; margin-top:25px; margin-bottom:25px; }
img             { border:0;}
h1              { font-size:1.8rem; }
h2              { font-size:1.7rem;}
h3              { font-size:1.6rem; }
h4              { font-size:1.5rem;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body, h5, h6 {
	line-height: 1.5;
	color:rgb(51,51,51);
    font-family: 'Noto Sans KR', sans-serif, AppleGothic, Tahoma, Arial, Helvetica ;
	font-weight: 400;
    font-size:1.5rem; /* 본문 폰트 */
	background-color:#000000;
	padding:0px 20px 20px 20px;  
}
/* ======= 스크린 사이즈별 폰트 ======= */
@media only screen and (min-width:1001px){
	html{font-size:10px}
}
@media (min-width:501px) and (max-width: 1000px)  { 
	html{font-size:10px}
}
@media (max-width:500px) { 
    html{font-size:9px}
}

@media screen and (max-device-width:1024px) { body { padding:0px 5px 5px 5px; }}

p {	margin:13px 0 13px 0; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, object, embed, video { max-width:100%; }


/* -------------------------------------------- */

.red { color:red; }
.blue{ color:#378EC0; }
.blue a:link { color:#378EC0; }
.blue a:visited { color:#378EC0; }
.blue a:hover { color:#378EC0; }

.lightgray{ color:#666666; }
.lightgray a:link { color:#666666; }
.lightgray a:visited { color:#666666; }
.lightgray a:hover { color:#666666; }

.gray{ color:#333333; }
.gray a:link { color:#333333; }
.gray a:visited { color:#333333; }
.gray a:hover { color:#333333; }

.white { color:#FFFFFF; }
.white a:link { color:#FFFFFF; }
.white a:visited { color:#FFFFFF; }
.white a:hover { color:#FFFFFF; }

.title
{
font-weight : bold;
}

.11p {
	font-size : 0.8em;
	line-height:14px;
}

.11p a:link {
	font-size : 0.8em;
	text-decoration:none;
}

.11p a:visited {
	font-size : 0.8em;
	text-decoration:none;
}

.11p a:hover {
	font-size : 0.8em;
	text-decoration:none;
}
.tab {
	font-size:0;
	color:rgba(0,0,0,0.5);
}
.tab {
	margin-bottom:0.2rem;
	border-bottom:solid 1px rgba(150,150,150,1);
}
.tab li { 
	display:inline-block;
	font-size:1.4rem;
	text-align:center;
	background:white;
	margin:-0.1rem;
	border:solid 1px rgba(150,150,150,1);
}
.tab li:hover { 
	background:rgba(150,150,150,1);
}
.tab li.on {
	background:rgba(150,150,150,1);
}
.tab li a {
	text-decoration: none;
	color:rgba(51,51,51,1);
    display:block;
    padding:0.8rem 1.2rem;
}
.tab li a:hover {
	color:white;
}
.tab li.on a {
	color:white;
}
/* 전체 레이아웃 관련------------------------------------------ */

#wrapper { position:relative; margin: 0px auto 0px auto; border-right:solid 1px #6e6e6e; border-left:solid 1px #6e6e6e; border-bottom:solid 1px #6e6e6e; width:95%; max-width:800px; }
#home_pc .logo { width:800px; color:#dddddd; margin: 0px auto 5px auto; }
#home_pc #wrapper { max-height:514px; border-top:solid 1px #6e6e6e; }
#home_pc #footer { width:800px; }
#home_pc #wrapper p { color:#ffffff; }

#footer { position:relative; margin: 5px auto 20px auto; color:#696969; width:95%; max-width:800px; }
#footer a:link, #footer a:visited { color:#D8D8D8; }

#content { padding:20px; }

.prev_next { padding:0 2rem 2rem 2rem; }

#mobile
html, #mobile body, #mobile td { }
#mobile #wrapper { background-color:#0099ff; padding: 20px; }
#mobile ul { list-style-type:none;}
#mobile a:link, #mobile a:visited { color:#ffffff; text-decoration:none; }
#mobile img { vertical-align:middle; }
.prev_next { clear:both; font-size:1.3rem; margin:20px 0 0 0; text-decoration:none; }
.starfish .prev_next a:visited { color:#888888; }

	@media screen and (max-width:800px) { 
	#content { padding:20px 10px; }
	.prev_next { padding:0 0 20px 10px; }
	}
/* 블로그------------------------------------------ */
#weblog a:link, #weblog a:visited, #travelog a:link, #travelog a:visited { color:#333333; text-decoration:none; }
#weblog #wrapper, #travelog #wrapper { background-color:#ffffff; }
/* ***** Header ***** */
#blogheader { background-color:#E3ECF5; margin-bottom:10px; width:100%; padding:5px 15px 3px 15px;}
#blogheader a { color:#000000; }
#blogheader h1             {  }
#blogheader .blogMenu      { position:absolute; top: 5px; right:15px;   }
#blogheader .blogMenu ul   { margin:0;  padding:0;  list-style:none;}
#blogheader .blogMenu li   { display:inline;}
#blogheader li.tab_intro { background:none;}
#blogheader li.tab_rss { background:none;}

/* 레이아웃 */
#weblog #content, #travelog #content { float:left; width:73%; } /* 컨텐트 영역 넓이 */
#weblog #sidebar, #travelog #sidebar { float:right; width:27%; padding-right:15px; } /* 사이드바 */
	@media screen and (max-width:800px) { 
	#weblog #content, #travelog #content { float:none; width:92%; }
	#weblog #sidebar, #travelog #sidebar { float:none; width:92%; padding-left:15px; } 
	}
#weblog #footer, #travelog #footer { clear:both; padding:0 0 0 0; }

/* 블로그 글-------------------------------------- */
#content .entry             {  }
#content .entry .titlewrap h2 { border-bottom:solid 1px #cccccc; padding-bottom:3px;} /* 글 제목 */
#content .entry .titlewrap .category_date { font-size:1.2rem; text-align:right; padding:7px 0; } /* 글 카테고리와 날짜 */
#content .nonEntry h3   { border-bottom:1px solid #ccc;  margin-bottom:10px;  color:#222;}

#content .entryNotice, #content .entryProtected, .entryNotice h2, .entryProtected h2, .entry h2 { }
.category a   { color:#888;  margin-right:5px;}
.entry .admin { width:100%; :#cccccc; float:left; border-bottom:dotted 1px #c0c0c0; margin:15px 0; } /* 글 수정 삭제 링크 */
.entry .admin a:link, .admin a:visited { color:#cccccc; }
.branch3 { font-size:1.3rem; } /* 사이드바 카테고리 */

.article                 { text-align:left; clear:both; padding:0; }
#weblog .article a:link, 
#travelog .article a:link,
#weblog .article a:visited, 
#travelog .article a:visited
{ color:#5a5194;  text-decoration:underline;}
.article img, .article video, .article object { max-width:100%; margin:20px 0; } /* 글 이미지 */

.article dt              { text-decoration:underline;}
.article dd              { padding-bottom:15px;}
.article ul { border-top:solid 1px #cccccc; padding-top:5px; } /* 블로그글 UL */
.article li { padding-bottom:10px; margin-bottom:10px; border-bottom:dotted 1px #c0c0c0; }
ul.noborder { 
	list-style-type:disc;
	border-top:0; 
	padding-top:0;
	padding-left:1.5rem;
}
.noborder li {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0
}
.datetime, .datetime a:link, .datetime a:visited, datetime a:active { color:#cccccc; font-size:1.2rem; text-decoration: none; }

#searchList ol, 
#searchRplist ol            { list-style:none;  padding:5px;  margin: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.75em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#f60;} 
#searchRplist .name         { font:0.95em Dotum, Arial, sans-serif;    color:#999;  padding-left:8px;}

/* 블로그 사이드바 이하 --------------------------------------------- */
/* ***** sidebar ***** */
#sidebar {  }
#sidebar ul                    { padding-left:8px; margin-left:8px; list-style:disc;  }
#sidebar li { font-size:1.3rem; }
#sidebar #translation ul { padding-left:0; margin-left:0; list-style-type : none; text-align:center; }
#sidebar #translation li { padding:1rem; font-size:1.2rem; }
#sidebar #translation img { width:9rem; border:solid 1px rgba(0,0,0,0.2); }
#sidebar h3                    { font-weight:bold; color:#999999; padding-top:20px; border-bottom:1px solid #999999; margin-bottom:5px;}
#sidebar .cnt                  { color:#f60; }
#sidebar .date                 { color:#888;}
#sidebar .name                 { color:#888;}

#blogImage img        { width:190px; max-width:100%; margin-bottom:10px; border:solid 1px #cccccc }
#blogDesc             { color:#888;  line-height:1.2em; }
#userID               { color:#888;  background:url(images/iconBy.gif) 3px 0 no-repeat; }

#notice               { margin:10px 0;  padding:0;}
#notice li            { border-bottom:1px dotted #ddd;  margin:0 0 2px 0; padding:0 0 1px 0; background:none;}
#notice a:link,
#notice a:visited     { background:url(images/iconNotice.gif) 0 0 no-repeat; padding:1px 0 5px 27px;}
#notice a:hover       { background:url(images/iconNotice_on.gif) 0 0 no-repeat;  padding:0 0 5px 27px; text-decoration:none; color:#f60;}

#adminMenu            { margin:5px 0 10px 0; text-align:center; padding:5px;}
#adminMenu li         { display:inline; background:none;}

#searchBox               { }
#searchBox input         { width:70%;  border:1px solid #a197b9;}
#searchBox .submit       { width:45px;  height:20px; cursor:pointer; color:#ffffff; background-color:#666666; border:solid 1px #333333; }


#category li          { background:none;}
#category li ul li    { 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;}
#tagbox a             { }	
#tagbox li .cloud1    { background-color:#eee;  font-weight:bold;  font-size:16px;  color:#a2348f;}
#tagbox li .cloud2    { background-color:#eee;  font-weight:bold;  font-size:15px;  color:#5a5194;}
#tagbox li .cloud3    { background-color:#eee;  font-weight:bold;  font-size:14px;  color:#7870ab;}
#tagbox li .cloud4    { background-color:#eee;  font-size:13px;  color:#666;}
#tagbox li .cloud5    { color:#888;}	
#tagbox a:hover       { background-color:#eee;  text-decoration:none;  color:#000;}

#recentComment        { overflow:hidden; }
#recentComment .info_wrap  {  margin-bottom:3px; color:#999; display:block;}
#recentComment a:link, #recentComment a:visited  {  color:#666666;}

#recentTrackback      { overflow:hidden;}
#recentTrackback .info_wrap  {  margin-bottom:3px; color:#999; display:block;}
#recentTrackback a:link, #recentTrackback a:visited  {  color:#666666;}

#archive li           { }
#calendar td             { }

#counter              { padding:5px 0;  margin:10px 0;  text-align:center; }
#counter li           { background:none;  display:inline;  padding:0 5px;}
#counter li.total     { display:block;  }

#adTistory      { text-align:center;}
#btnRSS         { text-align:center; }


/* for 2-column articles ------------------------------------------------------------- */
.left { float:left; width:45%; }
.right { float:right; width:45%; }
	@media screen and (max-width:800px) { 
	.left { float:none; width:100%; } 
	.right { float:none; width:100%; } 
	}
.left img { margin:20px; }
	@media screen and (max-device-width:1024px) {
	.left { float:none; width:100%; } 
	.right { float:none; width:100%; } 
	}

/* =============== Responsive menu in pure CSS (http://blog.lavoie.sl/2013/11/responsive-menu-in-pure-css.html) ====*/
.logotype { float:left; padding:15px; }
.logotype a:link, .logotype a:visited { text-decoration:none; color:#000000; }
.menu { position:relative; height:52px; margin: 0px auto 0px auto; background-color:#0099ff; border:solid 1px #0099ff; width:95%; max-width:800px; min-height: 2em; z-index:100; }
.menu img { vertical-align:middle; }

.menu > ul { float:right; }
.menu li {
	background-color:#0099ff;
	display: inline-block;
	position: relative;
	width:56px;
	height:44px; 
	overflow:hidden;
}
@media (min-width: 651px) { /* 일정 크기보다 클 때 */
	/*.menu li ul {
    display: none;
    position: absolute;
    top: 100%;
	}
	.menu li { 
	}*/
}
@media (max-width: 650px) { /* 일정 크기보다 작을 때 */
	.menu ul {
		max-height: 0;
		overflow: hidden;
		position: absolute;
		top: 52px;
		right: 0;
	}
	.menu li {
		display:block;
		width:100%;
	}
	.menu li a:link, .menu li a:visited { 
		color:#ffffff;
		text-decoration:none;
		padding:5px 10px 5px 5px;
	}
	.menu .navbar-handle {
		display: block;
	}
	#navbar-checkbox:checked + .menu ul {
    max-height: 500px;
	}
	#navbar-checkbox:checked + .menu li {
	visibility: visible;
	}
	#navbar-checkbox:checked + .menu .navbar-handle,
	#navbar-checkbox:checked + .menu .navbar-handle:after,
	#navbar-checkbox:checked + .menu .navbar-handle:before {
	border-color:white;
	}
}
.navbar-checkbox { /* 숨겨진 체크박스(클릭이벤트를 checked로 대체하기 위한) */
	display: none;
	}
.navbar-handle { /* 햄버거 버튼 */
	display: none;
	cursor: pointer;
	position: absolute;
	padding: 0.5rem 0;
	height: 0;
	width: 1.6666666666666667rem;
	border-top: 0.13333333333333333rem solid;
	top: 1rem;
	right: 12px;
	z-index: 100;
}
.navbar-handle:before,
.navbar-handle:after { /* 햄버거 줄 2개 */
  position: absolute;
  left: 0;
  right: 0;
  content: ' ';
  border-top: 0.13333333333333333rem solid;
}
.navbar-handle:before {
  top: 0.37777777777777777rem;
}
.navbar-handle:after {
  top: 0.8888888888888888rem;
}









@charset "utf-8";
/* 페이징 - 현재 페이지 */
    .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;}

/* 카테고리 - 이미지 버튼 */
    .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) 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:0;  padding:0px;  margin: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; }

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

#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 a:link             { color:#5a5194;}
#localog a:visited          { color:#5a5194;}
#localog a:hover            { color:#7870ab;  text-decoration:underline;}

#taglog ul                  { padding:5px; margin:0; text-align:justify;}
#taglog li                  { display:inline;}
#taglog a:hover             { background-color:#eee;  color:#000;}
#taglog li .cloud1          { background-color:#eee;  color:#a2348f;  font-weight:bold;  font-size:16px;}
#taglog li .cloud2          { background-color:#eee;  color:#5a5194;  font-weight:bold;  font-size:15px;}
#taglog li .cloud3          { background-color:#eee;  color:#7870ab;  font-weight:bold;  font-size:14px;}
#taglog li .cloud4          { background-color:#eee;  color:#666;     font-size:13px;}
#taglog li .cloud5          { font-size:12px;  color:#999; }

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

#guestWrite                 { padding:10px;  background-color:#f5f5f5;  border:1px solid #ddd;}
#guestWrite input           { width:150px;}
#guestWrite textarea        { width:100%;  padding:5px;}
#guestWrite .homepage       { width:100%;}
#guestWrite .submit         { width:100%;  height:22px;  background-color:#ccc;  font:1.1em Dotum, Arial, sans-serif; padding-top:3px;}

#guestList                  { padding:10px 0 0 0;}
#guestList ol,
#guestList ul               { margin:0; padding:0;  list-style:none;}
#guestList li p             { border-top:1px dashed #ccc; margin-top:5px; padding-top:5px;}
#guestList ol li            { border:5px solid #eee;  padding:10px;  margin-bottom:10px;  width:490px; 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:440px; overflow:hidden;}
#guestList li .name         { color:#666;  font-weight:bold;}
#guestList li .date         { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;}

#guestList .control a.modify       { background:url(images/iconModify.gif) no-repeat;  padding:0 0 2px 53px;  text-decoration:none;}
#guestList .control a.modify span  { display:none;}
#guestList .control a.write        { background:url(images/iconWrite.gif) no-repeat;  padding:0 5px 2px 53px;  text-decoration:none;}
#guestList .control a.write span   { display:none;}


.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;}


.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% Verdana, Arial, Helvetica, sans-serif;}


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

.actionTrail             { border-top:1px dotted #ccc;  padding:7px 5px;  clear:both;}
.actionTrail .cnt        { color:#f60;}

.trackback               { border-top:1px solid #ddd;  background-color:#f5f5f5; padding:10px; margin-bottom:4px;  width:490px;  overflow:hidden;}
.trackback a             { color:#000;}
.trackback h3            { font:11px Verdana; color:#333;  border-bottom:1px solid #f5f5f5;  margin:5px 5px 10px 5px;}
.trackback h4            { font:12px Verdana; 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;}


.comment                          { border-top:1px solid #ddd;  background-color:#f5f5f5; padding:10px; margin-bottom:4px;  width:100%; overflow:hidden;} 
.comment p                        { margin:3px 0 0 0; padding:0;}

.comment h3                       { display:none;}
.comment ol,
.comment ul                       { margin:0;  padding:0;  list-style:none;}
.comment .date                    { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#777;}
.comment .name                    { color:#666; font-weight:bold;}
.comment .name a                  { color:#333; font-weight:bold;}
.comment ol li                    { padding:10px 5px; border-bottom:1px dashed #999; margin-top:10px;}
.comment li ul li                 { padding:5px 10px 5px 25px;  background:url("images/iconIndentArrow_local.gif") no-repeat 12px 6px; border:none;}
.comment .control a.address       { background:url(images/iconAddress.gif) no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.address span  { display:none;}
.comment .control a.modify        { background:url(images/iconModify.gif) no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.modify span   { display:none;}
.comment .control a.write         { background:url(images/iconWrite.gif) no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.write span    { display:none;}

.commentWrite                     { padding:5px; margin-top:20px;}
.commentWrite input               { width:150px;}
.commentWrite textarea            { width:100%;  padding:5px; position:relative; top:-16px;}
.commentWrite .homepage           { width:100%;}
.commentWrite .submit             { width:100%;  height:22px;  background-color:#ccc;  font:1.1em Dotum, Arial, sans-serif; padding-top:3px; position:relative; top:-18px;}
.commentWrite .secretWrap         { float:right; position:relative; top:-23px; left:-10px;}
.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 #ccc; padding-left:6px; margin-left:6px;  font:0.95em verdana;} 
#paging .num       { border-right:1px solid #ccc; padding-right:8px; margin-right:5px;}
#paging #prevPage { background:url(images/ico_prev.gif) left 1px no-repeat; padding-left:6px;}
#paging #nextPage { background:url(images/ico_next.gif) right 1px no-repeat; padding-right:6px;}