@charset "utf-8";

/* 반드시 들어가야 하는 스타일 시작 */
* {margin:0; padding:0; border:0; }
a {text-decoration:none; }
a:hover {text-decoration:underline; }

/* 페이징 - 현재 페이지 */
	.selected		{color:#545252; font-weight:bold; }
/*	.no-more-prev	{background:url(images/icon_prev_no.gif) no-repeat left 4px !important; }
	.no-more-next	{background:url(images/icon_next_no.gif) right 4px no-repeat !important; }
*/
/* 카테고리 - 이미지 버튼 */
	.ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
	.branch3                { cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
	.c_cnt                  { font:9px/9px tahoma; letter-spacing:0px; color: #717171; }

/* 달력 월 표시 */
	.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                { height:16px; color:#A3A3A3; font:10px/10px tahoma; text-align:center; }
/* 달력 Day, 일요일 (td 영역)  */
	.cal_day_sunday         { }
	.cal_day_sunday a		{ }
/* 달력 지난 달 날짜 표시(td)   */
	.cal_day1               { }
/* 달력 다음 달 날짜 표시(td)   */
	.cal_day2               { }
/* 달력 이번 달 날짜 표시(td) */
	.cal_day3               { }
/* 달력 오늘 날짜 표시(td) */
	.cal_day4               { background:url(images/bg_today.gif) no-repeat 5px 2px; color:#fff; }
/* 달력 글쓴 날 링크 스타일 */
	#sidebar .cal_click		{ color:#fff; font:10px/12px tahoma; }
	a.cal_click:link        { }
	a.cal_click:visited     { }
	a.cal_click:hover       { }

/* 종류별 코멘트 [##_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:5px 0;}
/* 왼쪽 */
	.left                   { }
/* 가운데 */
	.center                 { }
/* 오른쪽 */
	.right                  { }
/* 그림 2개 배치 */
	.dual                   { margin-bottom:5px;}
/* 그림 3개 배치 */
	.triple                 { margin-bottom:5px;}

/* 본문 - more / less */
	.moreless_fold, .moreless_top, .moreless_bottom {color:#424242; font:12px tahoma; text-decoration:underline; }
	.moreless_fold {margin-top:18px; padding-left:14px; background:url(images/iconMore.gif) no-repeat left 5px; }
	.moreless_top {margin-top:18px; padding-left:14px; background:url(images/iconLess.gif) no-repeat left 5px; }
	.moreless_content {margin:5px 0 2px 0; }
	.moreless_bottom {padding-right:14px; background:url(images/iconLess.gif) no-repeat right 5px; text-align:right; }

/* 키워드 */
	.key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }

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

html, body { color:#878787; font-size:12px; font-family: Dotum, Gulim, Arial, AppleGothic, Sans-serif;}

ul, ol, li {list-style:none;}
h1 {height:16px; font-size:16px; font-weight:bold; }
h2 {height:14px; font-size:14px; font-weight:bold; }
h3 { font-size:12px; font-weight:bold; color:#414141;}

a:link, a:hover, a:active, a:visited { color:#878787; text-decoration:none; }
h3 a:link, h3 a:hover, h3 a:active, h3 a:visited { color:#414141; text-decoration:none; }

img { border:none; vertical-align:middle; }
table { border-collapse:collapse; table-layout:fixed;}
table th {font-weight:bold;}
table td {word-wrap:break-word; word-break:keep-all; position:relative;}

select {vertical-align:middle; height:24px; line-height:24px; border:1px solid #cccccc; padding-left:5px; width:120px;}
input {vertical-align:middle; height:22px; line-height:22px; border:1px solid #cccccc; padding-left:5px;}
textarea { height:100px; width:98%; border:1px solid #cccccc; padding-left:5px;  margin:4px 0 4px 0;}
.overflow {text-overflow:ellipsis; white-space:nowrap;  overflow:hidden !important;}

.wth40 {width:40px !important;}
.wth80 {width:80px !important;}
.wth100 {width:100px !important;}
.wth120 {width:120px !important;}
.wth135 {width:135px !important;}
.wth140 {width:140px !important;}
.wth160 {width:160px !important;}
.wth200 {width:200px !important;}
.wthHalf {width:93% !important;}
.wthFull {width:97% !important;}

.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}

.pt10 {padding-top:10px !important;}
.pt20 {padding-top:20px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}

div.nav, div.footer, div.section, div.articel, div.aside {display:block; clear:both; text-align:left;}
div.articel {width:961px;}

.header {position:relative;text-align:center;display:block; clear:both; background:#f8f8f8}
.nav {padding: 0; display:table; width:100%;}
.nav li {float:left; padding-right:0px;}
.nav li.last {background:url('images/bg_search.gif') left top no-repeat; width:186px; height:36px; padding:8px 0 0 18px; }
.nav li.last input {border:none;}

.top_nav { background-color: #17213e; width:960px; margin:0 auto; }


.nav_div {position:relative;background-color:#17213e;}
.nav li div {position:absolute; top:43px; left:0; height:30px; line-height:30px; width:100%; background:#EFEFEF; z-index:999; display:none; text-align: left;}
.nav li div p a {display:inline-block; margin-right:10px;}
.nav li div.nav01 p {width: 935px; margin: 0 auto; padding-left:25px; font-weight : bold; } 
.nav li div.nav02 p {width: 880px; margin: 0 auto; padding-left:80px;  font-weight : bold;}
.nav li div.nav06 p {width: 120px; margin: 0 auto; padding-left:240px;  font-weight : bold;}
.nav li div.nav07 p {padding-left:410px;  font-weight : bold;}
div.on {display:block !important;}

.aside {width:961px; margin:0 auto;  padding-bottom:60px;}

.footer_div {height:100px; background:#e5e5e5;}
.footer {width:961px; margin:0 auto; padding-top:22px;}
.footer .navi {}
.footer .navi li {float:left;}
.footer .navi li.nav {width:630px; padding:5px 0 0 40px;}
.footer .navi li.nav p {padding-top:10px;}
.footer .navi li.nav p.copyright {font-size:12px;font-weight: bold; }
.footer .navi li.nav p a {font-weight: bold; color: #1c1c1c;}
.footer .navi li.nav p a:hover { color: #3864a3;}
.footer .navi li.icon {padding-top:7px;}

#quick_wrap { width: 960px; margin: 0 auto; position: relative; }
.quick {width:63px; position:absolute; top:27px; right:-65px;}



.slidesjs_div {width:961px; height:283px; position:relative;}

.slidesjs-container {width:961px; }
.slidesjs-navigation {position:absolute; width:51px; height:0px; padding-top:51px; overflow:hidden;  z-index:999; top:50%; margin-top:-25px; } 
.slidesjs-previous {background:url('images/btn_prev.png') left top no-repeat; left:0; }
.slidesjs-next {background:url('images/btn_next.png') left top no-repeat; right:0;}

.slidesjs-pagination {position:absolute; right:26px; bottom:20px; z-index:999;}
.slidesjs-pagination li {float:left;}
.slidesjs-pagination li a {display: block; float:left; background:url('images/slide_off.png') left top no-repeat; margin-left:7px;  width:12px; height:0; padding-top:12px; overflow: hidden; }
.slidesjs-pagination li a.active {background:url('images/slide_on.png') left top no-repeat;}


.titMore {text-align:right; display:table; width:961px; height:100%; padding:30px 0 12px 0; margin-bottom:24px; border-bottom:1px solid #b2b2b2;}
.titMore img.tit {float:left;}
.titMore a {margin-right:2px;}

.hotnew {}
.hotnew li {float:left; margin-right:20px; width:225px;}
.hotnew li img {border:1px solid #c7c7c7; width:223px; height:147px; }
.hotnew li h3 {padding:14px 0 10px 0;}
.hotnew li p {line-height:17px; }

.tube {}
.tube li {float:left; height:300px; position:relative;}
.tube li.txt {width:341px; padding:0 10px 0 25px;}
.tube li.txt p {line-height:17px; }
.tube li.txt span {display:block; }
.tube li.img {width:152px;}
.tube li.img img {margin-bottom:11px;}
.tube li h3 {padding:14px 0 10px 0;}
.tube li.big p {padding-left:8px; width:424px; height:36px; line-height:36px; color:#ffffff; background:url('images/bg_tube.png') left top repeat-x; position:absolute; top:238px; left:0;}
.tube li.big h3 {padding:10px 0 0 0;}


.photo {}
.photo li {float:left; margin-right:20px; width:225px; position:relative;}
.photo li img {border:1px solid #c7c7c7; width:223px; height:147px; }
.photo li p {padding-left:8px; width:215px; height:26px; line-height:26px; color:#ffffff; background:#000000; position:absolute; bottom:0; left:0;}



/* 컨텐츠 페이지 스타일 */



/* 포스트 본문 마크업 */
.entry .article ol,
.entry .article ul,
.entry .article il {
	padding-left:25px;
}

.article dt {
	padding-top:5px;
	text-decoration:underline;
}

.article dd {
	padding-left:25px;
	padding-bottom:5px;
}

.author {
	clear:both;
}


/* 포스트 */
/* 타이틀 */
.listEntry h3,
.titleWrap h2 a {
	color:/*@post-title-color=*/#B71517/*@*/;
	font:bold /*@post-title-font-size=*/14px/*@*/ /*@post-title-font-family=*/dotum/*@*/;
}

.listEntry h3 {
	margin-bottom:13px;
	padding-top:10px;
}

.titleWrap h2 {
	padding-top:55px;
	padding-bottom:1px;
}

.titleWrap .author {
	float:right;
	color:#B2B2B2;
	font:11px/18px dotum, sans-serif;
	text-align:right;
}

.titleWrap .category, .titleWrap .category a {
	color:#B2B2B2;
	font:11px/18px dotum, sans-serif;
}

.titleWrap .date {
	color:#B2B2B2;
	font:11px/18px dotum, sans-serif;
}

.titleWrap .admin,
.titleWrap .admin a {
	color:#A7A7A7;
	font:11px/18px dotum, sans-serif;
}

.titleWrap .admin .open,
.titleWrap .admin .open a {
	color:#A7A7A7;
	font:11px/18px dotum, sans-serif;
}


/*검색 리스트*/
.listEntry li {
	padding-left:10px;
	background:url(images/bul.gif) no-repeat 8px 10px;
}

.listEntry li,
.listEntry a {
	color:#717171;
	font-size:13px;
}
.listEntry ol li a {font-size:14px; color: #717171; font-weight:bold;}
.listEntry ol li a:visited { color: #717171;}
.listEntry ol li a:hover { color: #40B301;} 
.listEntry  li .date {
	padding-right:12px;
}

.listEntry  ol {
	margin-bottom:-11px;
}
#searchList > h3 { font-size: 15px; }

/*보호글*/
.entryProtected {
	margin-bottom:50px;
}

.entryProtected .wrapper {
	margin-top:13px;
	padding:23px;
	background-color:#DEDEDE;
	color:#717171;
	text-align:center;
}

.entryProtected .input {
	margin-top:4px;
}

.entryProtected .input label {
	padding-left:13px;
	background:url(images/bul2.gif) no-repeat 0px 2px;
	font:10px verdana, sans-serif;
}

.entryProtected .input input {
	width:150px;
	height:17px !important;
	border:1px solid #DADADA;
	vertical-align:middle;
}

.entryProtected .input .submit {
	width:75px;
	height:17px;
	border:0;
	background:url(images/btn_confirm2.gif) no-repeat;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
	vertical-align:middle;
}


/* 포스트 */
.entryNotice, .entry {
	margin-bottom:0;
}

.entryNotice .article {
	margin-top:11px;
}

.article {
	width:/*@post-width=*/961px/*@*/;
	margin-top:11px;
	margin-bottom:17px;
	color:/*@post-body-color=*/#7B7B7B/*@*/;
	font-size:/*@post-body-font-size=*/11px/*@*/;
	font-family:/*@post-body-font-family=*/dotum/*@*/;
	line-height:1.6;
	word-break:break-all;
	word-wrap:break-word;
	overflow:hidden;
}

.article a {
	color:/*@post-body-color=*/#7B7B7B/*@*/;
	text-decoration:underline;
}


/*태그트레일*/
.tagTrail {
	clear:both;
	margin-top:32px;
}

.tagTrail,
.tagTrail a {
	color:#B2B2B2;
	font:11px/18px dotum, sans-serif;
}

.tagTrail span {
	color:#7B7B7B;
}


/*엑션트레일*/
.actionTrail {
	clear:both;
	padding-top:2px;
	padding-bottom:4px;
	border-top:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
}

.actionTrail, .actionTrail a, .actionTrail a span {
	color:#B2B2B2;
	font:10px verdana, sans-serif;
	letter-spacing:0px;
}

.actionTrail .cnt {
	color:#B71517;
}


/*트랙백*/
.trackback {
	padding-bottom:7px;
	border-bottom:1px solid #DEDEDE;
}

.trackback h3 {
	margin-top:19px;
	margin-bottom:12px;
	padding-left:75px;
	background:url(images/txt_trackback.gif) no-repeat 0px center;
}

.trackback h3 span {
	color:#7B7B7B;
	font:normal 11px verdana;
	cursor:pointer;
}

.trackback h3 span.title {
	display:none;
}

.trackback ol li {
	width:/*@post-width=*/1000px/*@*/;
	margin-bottom:6px;
	overflow:hidden;
}

.trackback h4 {
	width:/*@post-width:-110=*/890px/*@*/;
	line-height:16px !important;
	word-break:break-all;
	word-wrap:break-word;
	overflow:hidden;
}

.trackback h4 a {
	color:#7B7B7B;
	font:12px/16px dotum, sans-serif !important;
	word-break:break-all;
	word-wrap:break-word;
}

.trackback h4 span,
.trackback a.delete span {
	display:none;
	line-height:16px !important;
}

.trackback a.delete {
	padding-left:10px;
	background:url(images/iconDelete.gif) no-repeat 0px 1px;
	line-height:16px !important;
	text-decoration:none;
}

.trackback .date {
	float:right;
	color:#B2B2B2;
	font:10px/16px verdana, sans-serif;
}

.trackback p {
	padding-top:6px;
	padding-bottom:3px;
	color:#B2B2B2;
	font:11px/16px dotum, sans-serif;
	word-break:break-all;
	word-wrap:break-word;
}

.trackback .from {
	color:#B2B2B2;
	font:10px/20px verdana, sans-serif;
}

.trackback .name {
	font:11px/20px dotum, sans-serif;
}



#guestList ol li,
.commentList ol li {
	padding-bottom:12px;
}

#guestList ol li ul li,
.commentList ol li ul li {
	padding-left:40px;
	padding-bottom:0;
	background:url(images/iconIndentArrow_re.gif) no-repeat 1px 10px;
}

#guestList ol li p,
.commentList ol li p {
	padding-top:2px;
	padding-bottom:8px;
	color:#A4A3A3;
	font:11px/15px dotum, sans-serif;
}

#guestList ol li ul li p,
.commentList ol li ul li p {
	padding-bottom:5px;
}



/* 페이징 */
.paging           { text-align:center; margin-top:10px;}
.paging img { vertical-align:middle;}
.paging .numbox   {  font:1.5em Tahoma; margin-left:10px; margin-right:10px;}
.paging .num      { padding-left:2px; padding-right:2px;}
.paging .numbox a span {display:inline-block;width:35px;height:35px;line-height: 35px; color:#000; font-weight:bold;}
.paging .numbox a span:hover { color:#FF2400;  text-decoration:underline;}
.paging .numbox a .selected { background-color:#354366; color:#fff;}
.paging .numbox a .selected:hover { color: #fff;text-decoration:none;}
.paging #prevPage span { display: inline-block; width: 35px; height: 35px; background: url(images/btn_prev.gif) 0 0 no-repeat; text-indent: -9999px; vertical-align:top; }
.paging #nextPage span { display: inline-block; width: 35px; height: 35px; background: url(images/btn_next.gif) 0 0 no-repeat; text-indent: -9999px; vertical-align:top; }



/* 컨텐츠 */

/* 컨텐츠 박스 */
#content .localLog,
#content .tagLog,
#content .entryNotice,
#content .entryProtected,
#content .entry,
#content .guestbook,
#content .searchList,
#content .searchRplist,
#content .mediaList   {width:961px; margin:20px 0 30px 0;}
#mediaLogLimit {margin:-15px 0 5px -5px;}

/* 컨텐츠 타이틀 */
#content .localLog h3,
#content .tagLog h3,
#content .guestbook h3,
#content .searchList h3,
#content .searchRplist h3,
#content .mediaList h3 {font-size:1.2em; color:#000; overflow:hidden; border-bottom:2px solid #40B301;}


/* 컨텐츠 박스 설정 */
.localLog     .postbox,
.tagLog       .postbox,
.mediaList    .postbox,
.searchList   .postbox,
.guestbook    .postbox,
.mediaList    .postbox,
.searchRplist .postbox  {font-size:1em; color:#000; overflow:hidden; border-top:1px solid #D4D4D4; padding:15px 0 0 0; clear:both;}


/* 지역로그 */
.localLog .spot { background:url(images/iconIndentArrow_local.gif) 5px 0 no-repeat;  color:#666; padding-left:20px;  margin-top:5px;}
.localLog .info { background:url(images/iconIndentArrow_localinfo.gif) 5px 3px no-repeat; color:#666; padding-left:15px;  margin-top:2px;}
.localLog a:link    { color:#F1654E;}
.localLog a:visited { color:#F1654E;}
.localLog a:hover   { color:#F1654E;  text-decoration:underline;}


/* 포스트 타이틀 */
.entryProtected .titleWrap,
.entryNotice .titleWrap { clear:both; height:30px;}

.entryProtected .titleWrap h2,
.entryNotice .titleWrap h2 {font-size:1em; color:#000; overflow:hidden; margin-bottom:5px; }

.entryProtected .titleWrap h2 a:link     { color:#000;  border-bottom:3px solid #40B301; text-decoration:none;}
.entryProtected .titleWrap h2 a:visited  { color:#000;  border-bottom:3px solid #40B301; text-decoration:none;}
.entryProtected .titleWrap h2 a:hover    { color:#40B301;  border-bottom:3px solid #40B301; text-decoration:none;}
.entryProtected .titleWrap h2 a:active   { color:#000;  border-bottom:3px solid #40B301; text-decoration:none;}
.entryProtected .titleWrap .date {font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#666; margin:3px 5px 0 10px;}

.entryNotice .titleWrap h2 a:link     { color:#000;  border-bottom:3px solid #40B301; text-decoration:none;}
.entryNotice .titleWrap h2 a:visited  { color:#000;  border-bottom:3px solid #40B301; text-decoration:none;}
.entryNotice .titleWrap h2 a:hover    { color:#40B301;  border-bottom:3px solid #40B301; text-decoration:none;}
.entryNotice .titleWrap h2 a:active   { color:#000;  border-bottom:3px solid #40B301; text-decoration:none;}
.entryNotice .category  { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif; color:#666; margin:3px 5px 0 10px;}

/* 포스트 타이틀 */
.entry h2 {  font-size:1em;   color:#000; border-bottom:2px solid #40B301; overflow:hidden; margin-bottom:10px; display:inline;}
.entry .titleWrap h2 a:link     { color:#000;   text-decoration:none;}
.entry .titleWrap h2 a:visited  { color:#000;   text-decoration:none;}
.entry .titleWrap h2 a:hover    { color:#40B301;  text-decoration:none;}
.entry .titleWrap h2 a:active   { color:#000;   text-decoration:none;}
.entry .titleWrap .category     { font:90% Tahoma, Helvetica, Arial, Dotum, sans-serif; margin:5px 5px 0 10px;  display:inline;}
.entry .titleWrap .category a   { color:#666;}
.entry .titleWrap .date         { font:0.8em Tahoma, Helvetica, Arial, Dotum, sans-serif;  color:#666;  display:inline;}
.entry .admin   { font:90% Tahoma, Helvetica, Arial, Dotum, sans-serif; line-height:1.2em; color:#666; clear:both;  padding:5px; background-color:#F6F6F6; border:1px solid #EEE; margin-top:5px;}
.entry .admin a { color:#666;}
.entry .admin a:hover {color:#666; text-decoration:underline;}



/* 보호글 */
.entryProtected p.text   { background:url(images/imgProtected.gif) 0 10px no-repeat; margin-left:10px; padding-left:50px; color:#000;}
.entryProtected p        { color:#000; margin-left:10px; margin-bottom:10px; padding-top:10px;}
.entryProtected p label  { color:#000;}
.entryProtected input    { width:200px;}
.entryProtected .submit  { font:11px Verdana; color:#fff; width:50px; height:20px; background-color:#000; padding-top:2px;}

/* 포스트-내용 */
.article                 { width:961px; overflow:hidden; color:#666; padding:10px 0 0 0 ; clear:both;    }
.article a:link          { color:#3EB801;  text-decoration:none;}
.article a:visited       { color:#3EB801;  text-decoration:none;}
.article a:hover         { color:#3EB801;  text-decoration:underline;}
.article a:active        { color:#3EB801;  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;}



.entry .article h1 {font-size:1.6em !important; font-weight:bold;  color:#000; padding:5px 0;}
.entry .article h2 {font-size:1.4em !important; font-weight:bold; color:#000; border:none; margin:0; padding:5px 0; background:none;}
.entry .article h3 {font-size:1.2em !important; font-weight:bold;  color:#000; padding:5px 0;}
.entry .article h4 {font-size:1em !important; font-weight:bold;  color:#000; padding:5px 0;}
.entry .article h5 {font-size:1em !important; font-weight:bold;  color:#000; padding:5px 0;}
.entry .article h6 {font-size:1em !important; font-weight:bold;  color:#000; padding:5px 0;}

.entry .article ol  {margin:15px 0 !important;}
.entry .article ul  {margin:15px 0 !important;}
.entry .article ol li {list-style:decimal; margin-left:30px;}
.entry .article ul li {list-style:disc; margin-left:30px;}



/* */
.author         { font:11px  Tahoma, sans-serif,Dotum;  text-align:right; color:#000; padding:0 15px 10px 0;}
.author .text   { font:0.9em Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#666;}

/* 포스트- 태그 */
.tagText  { display:none;}
.tagTrail { font:0.9em Verdana,Dotum; color:#588526; background:url(images/entryTag.gif) 0 12px no-repeat; padding:10px 0 5px 30px; clear:both;}
.tagTrail a:link    {color:#65B012;}
.tagTrail a:visited {color:#65B012;}
.tagTrail a:active  {color:#65B012;}
.tagTrail a:hover   {color:#000; text-decoration:underline;}

/* */
.actionTrail  { font:11px Tahoma; color:#352E2C; clear:both; padding:5px 0 0 0; margin-bottom:15px; border-top:1px dotted #747474; }
.actionTrail .cnt        { font:11px Tahoma; color:#019925; font-weight:bold;}
.actionTrail a:link         {color:#000;}
.actionTrail a:visited      {color:#000;}
.actionTrail a:active       {color:#000;}
.actionTrail a:hover        {color:#000;text-decoration:underline;}

/* 트랙백 */
.trackback { width:628px;  background:#FAF9F9; border:1px solid #EBEBEB;  overflow:hidden; padding:10px; margin:5px 0 0 0; }
.trackback a             { color:#000;}
.trackback h3            { font:11px Verdana; color:#444;  border-bottom:0; padding-bottom:3px; margin: 5px 0 5px 0;}
.trackback .from,
.trackback h4            { font:11px Verdana,Dotum; font-weight:normal; color:#444;}
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            { border-top:1px dotted #ccc;  padding-top:5px;}
.trackback .date         { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#999;}
.trackback p             { font:0.95em Dotum, Arial, sans-serif;  color:#333;  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 { width:961px; background:#FAF9F9; border:1px solid #EBEBEB; overflow:hidden; padding:10px; margin:5px 0 0 0; }
.comment li p                     { margin:5px 0; padding:0; color:#898989;}
.comment p                        { color:#898989; margin:0; padding:0;}
.comment h3                       { display:none;}
.comment ol,
.comment ul                       { margin:0;  padding:0;  list-style:none; }
.comment .date                    { font:10px Tahoma,Verdana, Helvetica, Gulim, sans-serif;  color:#988675;}
.comment .name                    { font-weight:bold; color:#352E2C;}
.comment .name a                  {color:#352E2C;}
.comment ol li                    { padding:10px 0 10px 0;}
.comment li ul li                 { padding:10px 0 0 30px;  background:url("images/iconIndentArrow_local.gif") no-repeat 12px 10px;}
.comment .control a.address       { background:url(images/iconAddress.gif) no-repeat;  padding-left:52px;  padding-bottom:5px;  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:5px;  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:5px;  text-decoration:none;}
.comment .control a.write span    { display:none;}

/* 댓글쓰기 */
.commentWrite                     {background:#fff; padding:10px;}
.commentWrite input  { width:553px; font:11px  Dotum, Arial, sans-serif; border:1px solid #C7C7C7; padding:3px 0 0 55px; margin-bottom:2px; line-height:18px; height:18px;}
.commentWrite input.inputname    { background:url(images/inputName.gif) 6px 7px no-repeat #fff;}
.commentWrite input.inputpass    { background:url(images/inputPassword.gif) 6px 7px no-repeat #fff;}
.commentWrite input.inputhome    { background:url(images/inputHomepage.gif) 6px 7px no-repeat #fff;}
.commentWrite label { display:none; padding-bottom:3px;}
.commentWrite .checkbox           {	border:none; background:none; padding:0; margin:0; width:25px;}
.commentWrite .secretWrap         { margin-bottom:2px; background:url("images/inputSecret.gif") 25px 5px no-repeat;}
.commentWrite textarea           { background:url(images/inputComment.gif) 6px 7px no-repeat #fff; width:920px; border:1px solid #C7C7C7; font:1em Dotum, Arial, sans-serif; line-height:18px; padding:20px 5px 5px 5px !important; margin-bottom:5px;}
.commentWrite .submit             { width:920px; padding:0; margin:0; color:#fff; background:#609F1A; height:26px;}


/* 검색 리스트  */
.searchList ol,
.searchRplist ol            { list-style:none;  padding:0 0 5px 0;  margin:0; }
.searchList li,
.searchRplist li            { border-bottom:1px solid #D4D4D4; padding-top:10px; padding-bottom:6px;  margin-bottom:0;}
.searchList .date,
.searchRplist .date         { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;   color:#666;  margin:0 10px 0 13px; }
.searchList .cnt,
.searchRplist .cnt { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#019925;}
.searchRplist .name         { font:0.95em Dotum, Arial, sans-serif; color:#938464;  padding-left:8px;}
.searchList a {color:#000; text-decoration:none;}
.searchList a:visited {color:#000;}
.searchList a:hover {color:#5A9801; text-decoration:none;}
.searchRplist a {color:#000; text-decoration:none;}
.searchRplist a:visited {color:#000;}
.searchRplist a:hover {color:#5A9801; text-decoration:none;}



