@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,blockquote,th,td,input,select,textarea,button{margin:0;padding:0;}
fieldset,img{border:0 none;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}

/* 본문 공통 */
input,select,textarea,button {vertical-align:middle;}
button {border:0 none;background-color:transparent;cursor:pointer;}
body,th,td,input,select,textarea,button,h1,h2,h3,h4,h5,h6 {font:12px/1.5 Gulim, Verdana, AppleGothic, Sans-serif;color:#babbbd;}
a {color:#babbbd;text-decoration:none;}
a:active, a:hover {text-decoration:underline;}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal;}
hr {display:none;}

.hidden {overflow:hidden;position:absolute;left:-9999in;width:0;height:0;font-size:0;line-height:0;}
.hidden_date {overflow:hidden;position:absolute;left:-9999in;width:0;height:0;font-size:0;line-height:0;}
.btn {overflow:hidden;display:block;border:0 none;text-indent:-9999em;cursor:pointer;}
.btn_submit {width:63px;height:21px;background:url(images/btn_confirm.gif) no-repeat 0 0;}
.btn_submit_b {width:89px;height:24px;margin:0 auto 1px;background:url(images/btn_confirm_b.gif) no-repeat 0 0;}
.tf_name {background:#fff url(images/bg_name.gif) no-repeat 5px 5px;}
.tf_password {background:#fff url(images/bg_password.gif) no-repeat 5px 5px;}
.txt_em {color:#fee100;font-weight:bold;}

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

/* 본문 공통 */
body{
	background-color:/*@background-color=*/#fff/*@*/;
	background-image:/*@background-image=*/url("images/bodybg.jpg")/*@*/;
	background-position:/*@background-image-position=*/center 0/*@*/;
	background-repeat:/*@background-image-repeat=*/repeat/*@*/;
}

/* 블로그 레이아웃 */
#container {
	width:/*@post-width:222=*/1022px/*@*/;
	margin:0 auto;
	padding:0;
	word-wrap:break-word;
}
#header {
	padding:/*@title-height:-44=padding-top:*/32px/*@*/ 10px 0 80px;
	background-color:/*@title-background-color=*/transparent/*@*/;
	background-image:/*@title-background-image=*/none/*@*/;
	background-position:/*@title-background-image-position=*//*@*/;
	background-repeat:/*@title-background-image-repeat=*/no-repeat/*@*/;
}
#content {float:left;width:/*@post-width=*/800px/*@*/;margin-top:10px;}
#sidebar {float:right;width:200px;}
#footer {clear:both;padding:20px 0 0 0;}

/* ***** Header ***** */
#header h1 a {overflow:hidden;display:block;width:441px;height:76px;margin:0 auto;background:url(images/header_title.png) left top no-repeat;text-indent:-9999em;font-family:/*@title-font-family=*/inherit/*@*/;font-size:/*@title-font-size=*/inherit/*@*/;color:/*@title-color=*//*@*/;letter-spacing:-1px;cursor:pointer;}
* html #header h1 a {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/header_title.png', sizingMethod='crop');}
#header h1 a:hover {text-decoration:none;}

/* blog menu */
#header .list_blogmenu {padding:10px 0 27px 0;text-align:center;}
#header .list_blogmenu li {display:inline;padding:0 7px 0 9px;background:url(images/txt_line.gif) no-repeat right 2px;}
#header .list_blogmenu li.last {background-image:none;padding-right:28px;}
#header .list_blogmenu li.first {padding-left:0;}
#header .list_blogmenu a {font-size:11px;line-height:13px;font-family:dotum;color:#9d9ea3;white-space:nowrap;}

/* ***** content ***** */
#content .nonEntry {position:relative;width:100%;margin-bottom:21px;}
#content .nonEntry h3 {overflow:hidden;color:#bebec0;}
#content .entryNotice,
#content .entry,
#content .entryProtected {position:relative;width:100%;margin-bottom:21px;}
#content .cont {height:1%;margin-left:72px;padding:35px 27px 25px 26px;}

#content #searchList .cont {height:1%;margin-left:72px;padding:30px 27px 30px 26px;}/* 0830 padding값 수정 */
#content #searchList .line_fl {background:url(images/vline.png) repeat-y 0 0;_background:url(images/vline.gif) repeat-y 0 0;}

#content .line_top {position:absolute;top:3px;left:70px;width:/*@post-width:-70=*/730px/*@*/;height:7px;background:url(images/hline.png) repeat 0 0;_background:url(images/hline.gif) repeat-x;}
#content .line_fr {background:url(images/vline.png) repeat-y 100% 0;_background:url(images/vline.gif) repeat-y 100% 0;}
#content .line_fl {background:url(images/vline.png) repeat-y 0 0;_background:url(images/vline.gif) repeat-y 0 0;}
#content .line_bottom {position:absolute;bottom:3px;left:70px;width:/*@post-width:-70=*/730px/*@*/;height:7px;background:url(images/hline.png) repeat 0 0;_background:url(images/hline.gif) repeat-x 0 4px;}
#content .box_date {position:absolute;top:33px;left:3px;width:44px;height:37px;padding:14px 0 0 30px;background:url(images/box_date.png) no-repeat 0 0;}
* html #content .box_date {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/box_date.png', sizingMethod='crop');}

/*태그페이지*/
#content .nonEntry .line_fl {padding:39px 31px 27px 99px;width:/*@post-width:-132=*/668px/*@*/;background:url(images/vline.png) repeat-y 72px 0;_background:url(images/vline.gif) repeat-y 72px 0;}

#taglog .tit_tag {width:40px;height:16px;background:url(images/tit_tag.png) no-repeat;text-indent:-9999em;}
* html #taglog .tit_tag {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/tit_tag.png', sizingMethod='crop');}
#taglog ul {overflow:hidden;width:/*@post-width:-132=*/668px/*@*/;padding:5px 0;font-family:Dotum;text-align:justify;}
#taglog li {display:inline;height:22px;margin-right:5px;line-height:22px;}
#taglog li .cloud1,
#taglog li .cloud2 {background-color:#2e2e2e;font-weight:bold;font-size:16px;color:#fee100;}
#taglog li .cloud3,
#taglog li .cloud4 {background-color:#efefef;font-size:13px;color:#282828;}
#taglog li .cloud5 {}

/*location 페이지*/
#localog .tit_location {width:103px;height:16px;padding-bottom:5px;background:url(images/tit_location.png) no-repeat;text-indent:-9999em;}
* html #localog .tit_location {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/tit_location.png', sizingMethod='crop');}
#localog .spot {overflow:hidden;margin-top:2px;padding-left:37px;background:url(images/ico_local.gif)  no-repeat 10px 6px;}
#localog .info {overflow:hidden;margin-top:3px;padding-left:11px;background:url(images/ico_localinfo.gif) no-repeat 0 5px;}
#localog a:link {color:#fee100;}
#localog a:visited {color:#fee100;}
#localog a:hover {color:#fee100;text-decoration:underline;}
#content #localog .line_fl {padding-bottom:35px;}

/*미디어페이지*/

/*방명록페이지*/
#guestbook .tit_guest {width:103px;height:16px;padding-bottom:5px;background:url(images/tit_guest.png) no-repeat;text-indent:-9999em;}
* html #guestbook .tit_guest {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/tit_guest.png', sizingMethod='crop');}
.wrap_guestwrite {overflow:hidden;position:relative;width:/*@post-width:-133=*/667px/*@*/;margin:6px 0 0 1px;padding:12px 0 11px;background-color:#53545a;border:1px solid #3f3f45;}
.wrap_guestwrite .box_user {overflow:hidden;width:/*@post-width:-160=*/640px/*@*/;margin-left:14px;font-size:11px;line-height:14px;font-family:Dotum;}
.wrap_guestwrite .box_tf {float:left;height:19px;margin:2px 12px 0 0;border:1px solid #3f3f45;background-color:#fff;}
.wrap_guestwrite .text {float:left;height:14px;margin-top:4px;color:#000;background-color:#fff;text-indent:5px;letter-spacing:-1px;cursor:text;}
.wrap_guestwrite .tf_txt {float:left;height:14px;font-size:11px;line-height:14px;margin-top:4px;border:0 none;color:#666;}
.wrap_guestwrite .box_name {width:100px;}
.wrap_guestwrite .box_name .text {width:30px;}
.wrap_guestwrite .box_name .tf_txt {width:65px;}
.wrap_guestwrite .box_password {width:113px;margin-right:11px;}
.wrap_guestwrite .box_password .text {width:51px;}
.wrap_guestwrite .box_password .tf_txt {width:57px;}
.wrap_guestwrite .box_homepage {width:186px;margin-right:0;}
.wrap_guestwrite .box_homepage .text {width:52px;letter-spacing:0;}
.wrap_guestwrite .box_homepage .tf_txt {width:129px;}

.wrap_guestwrite .wrap_secret {float:right;padding:6px 4px 0 0;}
.wrap_guestwrite .wrap_secret .inp_check {float:left;width:13px;height:13px;}
.wrap_guestwrite .wrap_secret .txt {float:left;padding:0 4px 0 5px;line-height:15px;color:#bfbfc2;}
.wrap_guestwrite .tf_write {width:/*@post-width:-176=*/624px/*@*/;height:75px;margin:11px 0 10px 14px;padding:5px;border:1px solid #3f3f45;}
.wrap_guestwrite .btn_submit {width:70px;height:26px;margin:0 auto;background:url(images/btn_guestconfirm.gif) no-repeat;}

#guestList {}
#guestList .box_info {width:/*@post-width:-150=*/650px/*@*/;margin-top:31px;padding-left:10px;}
#guestList .list_guest {padding-bottom:8px;margin-top:-11px;}
#guestList .list_guest li {overflow:hidden;width:/*@post-width:-130=*/670px/*@*/;padding:10px 0 11px;margin-top:10px;background-image:url(images/list_line.png);background-repeat:no-repeat;font-size:11px;font-family:Dotum;color:#bfbfc2;vertical-align:top;}
* html #guestList .list_guest li {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/list_line.png', sizingMethod='crop');}
* html #guestList .list_guest .list_guest_reply li {filter:none;}
#guestList .name {font-weight:bold;letter-spacing:-1px;line-height:13px;}
#guestList .name img {margin-right:5px;}
#guestList .name a {margin-right:1px;color:#bfbfc2;}
#guestList .date {padding:3px 9px 0 0;font-size:10px;font-family:Tahoma;color:#9b9b9b;line-height:13px;white-space:nowrap;}


#guestList .btn_edit {display:inline-block;height:13px;padding-left:49px;background:url(images/btn_edit.png) no-repeat;cursor:pointer;margin-right:1px;}
* html #guestList .btn_edit {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/btn_edit.png', sizingMethod='crop');}
#guestList .btn_reply {display:inline-block;height:13px;padding-left:37px;background:url(images/btn_reply.png) no-repeat;text-indent:-99999em;cursor:pointer;}
* html #guestList .btn_reply {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/btn_reply.png', sizingMethod='crop');}
#guestList .desc {overflow:hidden;width:/*@post-width:-150=*/650px/*@*/;padding-top:2px;line-height:18px;} /* 0830 padding값 수정*/
#guestList .list_guest_reply .desc {overflow:hidden;width:/*@post-width:-167=*/633px/*@*/;}
#guestList li ul.list_guest_reply li {width:/*@post-width:-167=*/633px/*@*/;padding:5px 10px 5px 32px;background:url(images/icon_guestarrow.gif) no-repeat 13px 6px;}

/*분필과지우개 아이콘*/
.ico_chalk {display:none;position:absolute;top:32px;right:-10px;width:71px;height:49px;background:url(images/ico_chalk.png) no-repeat;}
.ico_eraser {display:none;position:absolute;top:18px;right:-8px;width:85px;height:73px;background:url(images/ico_eraser.png) no-repeat;}
* html .ico_chalk {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/ico_chalk.png', sizingMethod='crop');}
* html .ico_eraser {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/ico_eraser.png', sizingMethod='crop');}
.nonEntry .ico_chalk {display:block;}
.entryNotice .ico_chalk {display:none;}
.t_article_odd .ico_chalk {display:block;}
.t_article_even .ico_eraser {display:block;}

/*포스트작성날짜부분*/
#content .box_date .txt_month {overflow:hidden;display:block;width:31px;height:14px;margin:1px 0 0 3px;text-indent:-9999em;}
#content .box_date .txt_day {display:block;margin-left:11px;font-weight:bold;font-size:11px;color:#cac989;line-height:11px;}
#content .box_date .month1 {background:url(images/month1.png) no-repeat;}
#content .box_date .month2 {background:url(images/month2.png) no-repeat;}
#content .box_date .month3 {background:url(images/month3.png) no-repeat;}
#content .box_date .month4 {background:url(images/month4.png) no-repeat;}
#content .box_date .month5 {background:url(images/month5.png) no-repeat;}
#content .box_date .month6 {background:url(images/month6.png) no-repeat;}
#content .box_date .month7 {background:url(images/month7.png) no-repeat;}
#content .box_date .month8 {background:url(images/month8.png) no-repeat;}
#content .box_date .month9 {background:url(images/month9.png) no-repeat;}
#content .box_date .month10 {background:url(images/month10.png) no-repeat;}
#content .box_date .month11 {background:url(images/month11.png) no-repeat;}
#content .box_date .month12 {background:url(images/month12.png) no-repeat;}

* html #content .box_date .month1 {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/month1.png', sizingMethod='crop');}
* html #content .box_date .month2 {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/month2.png', sizingMethod='crop');}
* html #content .box_date .month3 {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/month3.png', sizingMethod='crop');}
* html #content .box_date .month4 {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/month4.png', sizingMethod='crop');}
* html #content .box_date .month5 {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/month5.png', sizingMethod='crop');}
* html #content .box_date .month6 {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/month6.png', sizingMethod='crop');}
* html #content .box_date .month7 {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/month7.png', sizingMethod='crop');}
* html #content .box_date .month8 {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/month8.png', sizingMethod='crop');}
* html #content .box_date .month9 {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/month9.png', sizingMethod='crop');}
* html #content .box_date .month10 {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/month10.png', sizingMethod='crop');}
* html #content .box_date .month11 {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/month11.png', sizingMethod='crop');}
* html #content .box_date .month12 {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/month12.png', sizingMethod='crop');}

.wrap_search .list_search {margin-top:9px;}
.wrap_search .list_search  li {line-height:20px;font-family:Dotum;color:#bcbdbf;}
.wrap_search .list_search  li .date {padding-right:8px;}
.wrap_search .list_search  li .cnt {color:#fee100;}

/* entry */
.entryNotice h2,
.entryProtected h2,
.entry h2 {overflow:hidden;width:/*@post-width:-150=*/650px/*@*/;margin-bottom:4px;}
.t_article_even h2 {width:/*@post-width:-170=*/630px/*@*/;}
.titleWrap {overflow:hidden;padding-bottom:2px;margin-bottom:11px;}
.titleWrap h2 a {font-weight:bold;font-size:/*@post-title-font-size=*/20px/*@*/;font-family:/*@post-title-font-family=*/'돋움',dotum,Sans-serif/*@*/;line-height:1.3em;color:/*@post-title-color=*/#80cfcc/*@*/;word-wrap:break-word;letter-spacing:-1px; }
.titleWrap .category {margin:0 4px 0 2px;font-size:11px;color:#adaeb2;}
.titleWrap .category a {margin-left:-1px;color:#adaeb2;}
.titleWrap .date {font-size:10px;font-family:Verdana;color:#adaeb2;}
.entryProtected .wrap_prot {width:/*@post-width:-135=*/665px/*@*/;margin-top:16px;padding:37px 0 42px 1px;border:1px solid #3f3f45;background-color:#53545a;}
.entryProtected .text {text-align:center;}
.entryProtected .wrap_pass {overflow:hidden;width:246px;margin:12px auto 0;}
.entryProtected .tf_pass {float:left;width:167px;height:19px;margin-right:4px;padding:0 5px;border-color:#B6B6B6 #D0D0D0 #D0D0D0 #B6B6B6;border-left:1px solid #B6B6B6;border-style:solid;border-width:1px;}
.entryProtected .btn_submit {float:left;background:url(images/btn_confirm.gif) no-repeat;}
.nonEntry .wrap_search {overflow:hidden;width:/*@post-width:-175=*/625px/*@*/;margin:3px 0 0 3px;padding:20px 23px 16px 23px;border:1px solid #3f3f45;}
.nonEntry .wrap_search .tit {letter-spacing:-1px;}

.article {overflow:hidden;padding:0 0 15px 1px;width:/*@post-width:-132=*/668px/*@*/;letter-spacing:-1px;font-size: /*@post-body-font-size=*/inherit/*@*/;font-family:/*@post-body-font-family=*/inherit/*@*/;color:/*@post-body-color=*/#bebfc1/*@*/;word-wrap:break-word;}
.article a:link {color:#80CFCC;text-decoration:none;}
.article a:visited {color:#80CFCC;text-decoration:none;}
.article a:hover {color:#80CFCC;text-decoration:underline;}
.article a:active {color:#80CFCC;text-decoration:none;}
.article dt {text-decoration:underline;}
.article dd {margin-left:20px;padding-bottom:10px;}
.article blockquote {width:/*@post-width:-127=*/673px/*@*/;background:url(images/iconBlockquote.png) no-repeat;text-indent:19px;}
* html .article blockquote {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/iconBlockquote.png', sizingMethod='crop');}

.tagTrail a {font-size:11px;line-height:19px;font-family:Dotum;color:#9b9b9b;letter-spacing:-1px;}
.entry .cont .tagTrail {overflow:hidden;margin-top:2px;width:/*@post-width:-167=*/633px/*@*/;padding:5px 5px 0 30px;background:url(images/tag.png) no-repeat 0 0;clear:both;}
* html .entry .cont .tagTrail {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/tag.png', sizingMethod='crop');}

.actionTrail {width:/*@post-width:-132=*/668px/*@*/;height:24px;margin:11px 0 15px 2px;background:url(images/bg_trackback.png) no-repeat 0 0;clear:both;}
.actionTrail .tb, .actionTrail .rp {position:relative;display:block;float:left;height:24px;background-repeat:no-repeat;cursor:pointer;}
.actionTrail .cnt {font-weight:bold;font-size:12px;line-height:23px;font-family:Verdana;color:#fee100;}
.actionTrail .tb {margin-left:8px;padding-left:83px;background-image: url(images/txt_trackback.png);}
.actionTrail .rp {margin-left:16px;padding-left:78px;background-image: url(images/txt_comment.png);}
* html .actionTrail {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/bg_trackback.png', sizingMethod='scale');}
* html .actionTrail .tb {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/txt_trackback.png', sizingMethod='crop');}
* html .actionTrail .rp {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/txt_comment.png', sizingMethod='crop');}

.cont .admin {overflow:hidden;;margin:15px 0 15px 10px;font-size:11px;line-height:14px;font-family:Dotum;color:#838387;}
.cont .admin a {color:#9b9b9b;letter-spacing:-1px;} /*0830 컬러값 수정*/
.cont .admin .new_open {display:inline-block;float:left;margin-left:7px;}
.cont .admin .txt_bar {display:block;float:left;padding:0 7px;filter:alpha(opacity=50);opacity:0.5;}
.cont .admin .txt_admin {float:left;}
.cont .admin .txt_correct{float:left;}
.trackback {overflow:hidden;width:/*@post-width:-142=*/658px/*@*/;margin:5px 0 0 5px;padding-bottom:14px;}
.trackback a {color:#bebec0;}
.trackback h3 {margin:3px 5px 0 7px;font-size:11px;font-family:Tahoma;color:#bebec0;text-align:right;}
.trackback h3 .trackback-url {float:left;}
.trackback h3 a:hover {text-decoration:none;}
.trackback .list_trackback {width:/*@post-width:-142=*/658px/*@*/;margin-top:5px;}
.trackback li {padding:0 5px;}
.trackback li .tit {overflow:hidden;width:/*@post-width:-152=*/648px/*@*/;padding-bottom:4px;line-height:14px;font-family:Dotum;}
.trackback .from,
.trackback .date {font-size:11px;font-family:Tahoma;color:#b2b2b2;line-height:14px;}
.trackback .from .name {color:#bebec0;}
.trackback p {padding:5px 0 10px;line-height:20px;font-family:Dotum;color:#bebec0;}
.trackback a.delete {height:11px;padding-left:11px;background:url(images/iconDelete.gif) left top no-repeat;text-decoration:none;}

/*코멘트*/
.wrap_comment {width:/*@post-width:-127=*/673px/*@*/;padding-bottom:10px;margin-bottom:4px;}
.wrap_comment p {overflow:hidden;width:/*@post-width:-152=*/648px/*@*/;padding-top:2px;line-height:17px;}
.wrap_comment .list_comment {padding:0 0 8px 10px;}
.wrap_comment .list_comment li {padding:10px 0;font-size:11px;font-family:Dotum;color:#bfbfc2;vertical-align:top;}
.wrap_comment .date {padding-right:8px;color:#9b9b9b;white-space:nowrap;}
.wrap_comment .name {height:16px;padding-right:5px;font-weight:bold;letter-spacing:-1px;}
.wrap_comment .name img {margin-right:5px;}
.wrap_comment .name a {margin-top:3px;color:#bfbfc2;}
.wrap_comment .list_comment .reply {padding-bottom:0;background:none;}
.wrap_comment .reply div {padding:5px 0 5px 23px;background:url(images/icon_arrow.gif) no-repeat 4px 6px;}
.wrap_comment .reply p {width:/*@post-width:-175=*/625px/*@*/;}
.wrap_comment .btn_address {display:inline-block;height:13px;padding-left:34px;margin-right:3px;background:url(images/btn_addr.png) no-repeat;}
.wrap_comment .btn_modify {display:inline-block;height:13px;padding-left:49px;margin-right:3px;background:url(images/btn_edit.png) no-repeat;}
.wrap_comment .btn_write {display:inline-block;height:13px;padding-left:37px;background:url(images/btn_reply.png) no-repeat;}
* html .wrap_comment .btn_address {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/btn_addr.png', sizingMethod='crop');}
* html .wrap_comment .btn_modify {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/btn_edit.png', sizingMethod='crop');}
* html .wrap_comment .btn_write {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/btn_reply.png', sizingMethod='crop');}

/*댓글*/
.wrap_comment .wrap_write {overflow:hidden;width:/*@post-width:-133=*/667px/*@*/;margin-left:1px;padding:12px 0;background-color:#53545a;border:1px solid #3f3f45;}
.box_user {display:inline;float:left;margin-left:14px;}
.wrap_comment .box_tf {float:left;height:19px;margin:2px 12px 0 0;border:1px solid #3f3f45;color:#000;background-color:#fff;}
.wrap_comment .text {float:left;height:14px;margin-top:3px;font-size:11px;line-height:14px;background-color:#fff;text-indent:5px;letter-spacing:-1px;cursor:text;}
.wrap_comment .tf_txt {float:left;height:14px;line-height:14px;margin-top:4px;border:0 none;}
.wrap_comment .box_name {width:120px;}
.wrap_comment .box_name .text {width:30px;}
.wrap_comment .box_name .tf_txt {width:87px;}
.wrap_comment .box_password {width:123px;margin-right:11px;}
.wrap_comment .box_password .text {width:51px;}
.wrap_comment .box_password .tf_txt {width:67px;}
.wrap_comment .box_homepage {width:246px;margin-right:0;}
.wrap_comment .box_homepage .text {width:42px;letter-spacing:0;}
.wrap_comment .box_homepage .tf_txt {width:199px;}
.wrap_comment .wrap_secret {float:right;padding:7px 14px 7px 0;}
.wrap_comment .wrap_secret .inp_check {float:left;width:13px;height:13px;}
.wrap_comment .wrap_secret .txt {float:left;padding:0 4px 0 5px;font-size:11px;line-height:15px;font-family:Dotum;color:#bfbfc2;letter-spacing:-1px;}
.wrap_comment .tf_desc {width:/*@post-width:-174=*/626px/*@*/;height:75px;margin:0 0 13px 14px;padding:5px;border:1px solid #3f3f45;line-height:14px;clear:both;}
/*페이징*/
.wrap_paging {width:/*@post-width:-74=*/726px/*@*/;margin-left:72px;padding-bottom:30px;font-size:10px;font-family:Verdana;color:#bcbdbe;text-align:center;}
.wrap_paging .inner {display:table;display:inline-block;margin:0 auto;text-align:center;}
.wrap_paging .numbox {float:left;margin:0 9px 0 10px;background:url(images/txt_line_paging.gif) no-repeat left 5px;line-height:18px;}
.wrap_paging .interword,
.wrap_paging .num {float:left;}
.wrap_paging .interword,
.wrap_paging .num span {display:block;padding:0 11px 0 10px;background:url(images/txt_line_paging.gif) no-repeat right 5px;cursor:pointer;}
.wrap_paging .link_prev {overflow:hidden;float:left;width:17px;height:19px;background:url(images/ico_prev.png) no-repeat;text-indent:-9999em;cursor:pointer;}
.wrap_paging .link_next {overflow:hidden;float:left;width:17px;height:19px;background:url(images/ico_next.png) no-repeat;text-indent:-9999em;cursor:pointer;}
* html .wrap_paging .link_prev {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/ico_prev.png', sizingMethod='crop');}
* html .wrap_paging .link_next {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/ico_next.png', sizingMethod='crop');}

/* 비밀 댓글 (로그아웃시 비밀글 표현) */
.hiddenComment .name {padding-right:0;}

/* 티에디션 */
div#ttCanvas .tt-item-title-inner {word-wrap:normal;}

/* 미디어로그 */
#mediaLogLimit {overflow:hidden;width:/*@post-width=*/800px/*@*/;}

/* ***** sidebar ***** */
#sidebar .cnt {font-size:11px;color:#868686;}
.box_sidebar a {color:#5b5c62;}
#sidebar .box_top {width:200px;height:27px;background:url(images/box_bg_top.gif) no-repeat;} /*0830 bg png이미지 수정*/
#sidebar .box_bottom {width:200px;height:16px;background:url(images/box_bg_bottom.png) no-repeat;}
* html #sidebar .box_top {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/box_bg_top.gif', sizingMethod='crop');}
* html #sidebar .box_bottom {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/box_bg_bottom.png', sizingMethod='crop');}

.box_sidebar {overflow:hidden;width:100%;padding-bottom:6px;}
.box_sidebar .selected {font-weight:normal;color:#5b5c62;}
.box_sidebar .tit_side {height:20px;padding-top:17px;background:url(images/tit_side.gif) no-repeat;text-indent:-9999em;}
#sidebar .box_search {overflow:hidden;width:195px;height:25px;margin-top:12px;padding:10px 0 0 5px;background:url(images/bg_search.png) no-repeat;text-align:center;}
* html #sidebar .box_search {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/bg_search.png', sizingMethod='crop');}
#sidebar .box_search .tf {display:inline;float:left;width:145px;height:18px;margin:0 5px 3px;padding-left:3px;background:none;border:0 none;}
#sidebar .box_search .btn {float:left;width:28px;height:20px;background:none;cursor:pointer;}
/*타이틀*/
#sidebar .tit_category {background-position:19px 13px;}
#sidebar .tit_recent_post {background-position:18px -27px;}
#sidebar .tit_comment {background-position:18px -64px;}
#sidebar .tit_link {background-position:20px -102px;}
#sidebar .tit_archive {background-position:18px -142px;}
#sidebar .tit_tag {background-position:19px -179px;}
#sidebar .tit_notice {background-position:19px -217px;}
#sidebar .tit_trackback {background-position:20px -253px;}

.box_category {width:200px;padding-bottom:22px;background-color:#fdfcc4;}
.box_category ul {border-bottom:1px solid #9fc2aa;color:#5b5c62;letter-spacing:0;}
.box_category ul a {display:block;padding:6px 5px 4px 0;font-size:11px;line-height:14px;color:#5b5c62;}
.box_category ul li {padding-left:20px;border-top:1px solid #9fc2aa;font-size:11px;}
.box_category ul ul {margin-left:-20px;border:0 none;}
.box_category ul li li {padding-left:20px;}
.box_category ul li li li {padding-left:25px;}
.box_category ul li li li a {padding-left:10px;background:url(images/bar_category.gif) no-repeat 0 13px;}

.box_body {width:200px;padding-bottom:22px;background-color:#fdfcc4;}
.box_body .list {border-top:1px solid #9fc2aa;}
.box_body .list li {padding:6px 5px 4px 19px;border-bottom:1px solid #9fc2aa;color:#5b5c62;line-height:14px;letter-spacing:-1px;}

#archive .list li {letter-spacing:0;}
#archive .list li a {font-family:Gulim;}
#archive .list li .cnt {letter-spacing:-1px;}

.box_tagbox {width:200px;padding-bottom:22px;background-color:#fdfcc4;}
.box_tagbox .list {overflow:hidden;width:170px;padding:0 10px 0 20px;border-top:1px solid #9fc2aa;background:url(images/list_side.gif) repeat-y ;}
.box_tagbox .list li {float:left;height:20px;padding:5px 17px 0 0;color:#5b5c62;line-height:14px;}
.box_tagbox a {letter-spacing:-1px;white-space:nowrap;}
.box_tagbox li .cloud1,
.box_tagbox li .cloud2 {background-color:#2e2e2e;font-weight:bold;font-size:16px;color:#fee100;}
.box_tagbox li .cloud3,
.box_tagbox li .cloud4 {background-color:#efefef;font-size:13px;color:#282828;}
.box_tagbox li .cloud5 {}

.box_calendar {width:180px;padding:12px 10px 4px 10px;background-color:#fdfcc4;}
.box_calendar .cal_month {overflow:hidden;width:178px;height:14px;margin:0 auto;padding-left:2px;background-color:#acab85;}
.box_calendar .cal_month .prev,
.box_calendar .cal_month .next {overflow:hidden;width:11px;height:9px;margin-top:4px;font:0pt/0pt arial;text-indent:-9999em;}
.box_calendar .cal_month .now {float:left;width:140px;font-weight:bold;font-size:11px;line-height:14px;font-family:Tahoma;color:#fdfcc4;text-align:center;}
.box_calendar .cal_month .next {float:right;background:url(images/cal_next.gif) no-repeat 2px 1px;}
.box_calendar .cal_month .prev {float:left;margin-right:3px;background:url(images/cal_pre.gif) no-repeat 2px 1px;}
.box_calendar .tbl {width:170px;margin:4px auto 0;}

#adTistory .btn_tistory, #btnRSS .btn_rss {overflow:hidden;display:block;font:0pt/0pt arial;text-indent:-9999em;}
#adTistory {margin:15px 0 9px 4px;text-align:left;}
#adTistory .btn_tistory {width:99px;height:20px;background:url(images/tistoryBanner01.png) no-repeat;cursor:pointer;}
* html #adTistory .btn_tistory {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/tistoryBanner01.png', sizingMethod='crop');}
#btnRSS {margin:14px 0 0 1px;padding-bottom:20px;text-align:left;}
#btnRSS .btn_rss {width:44px;height:16px;background:url(images/rss.png) no-repeat;cursor:pointer;}
* html #btnRSS .btn_rss {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/rss.png', sizingMethod='crop');}

/* 모듈 */
.module {overflow:hidden;width:200px;margin-bottom:20px;}
.module h3 {margin-bottom:10px;font-weight:bold;font-size:13px;}

/* ***** footer ***** */
.wrap_foot {width:/*@post-width:152=*/952px/*@*/;margin-left:72px;background:url(images/bottom_line.png) repeat-x;font-size:11px;font-family:Verdana,dotum;color:#97989d;text-align:center;}
* html .wrap_foot {background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i1.daumcdn.net/cfs.tistory/blog/skin/tis_boardDoodle/images/bottom_line.png', sizingMethod='crop');}
.wrap_foot a { color:#97989d;}
.wrap_foot .copyright {margin-bottom:30px;}


/* 페이징 - 현재 페이지 */
.selected {font-weight:bold;color:#fffc6c;}
.wrap_paging .no-more-prev, .wrap_paging .no-more-next {float:left;cursor:default;}

/* 카테고리 - 이미지 버튼 */
.ib {cursor:pointer;}
/* 카테고리 - 트리 셀 */
.branch3 {cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
.c_cnt {}

/* 달력 월 표시 */
.cal_month {}
/* 달력 요일 표시(th 영역) */
.cal_week1 {}
/* 달력 일요일 표시(th 영역) */
.cal_week2 {}
/* 달력 Week(tr 영역)  */
.cal_week {}
.cal_current_week {}

/* 달력 Day(td 영역) */
.cal_day {font-size:11px;line-height:11px;font-family:Tahoma;color:#5b5c62;text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
.cal_day_sunday {color:#ff0000 !important;}
.cal_day_sunday a {color:#ff0000 !important;}
.cal_day .txt {display:block;width:22px;}

/* 달력 지난 달 날짜 표시(td)   */
.cal_day1 {padding:3px 0 2px;line-height:12px;color:#5b5c62;}
/* 달력 다음 달 날짜 표시(td)   */
.cal_day2 {padding:3px 0 2px;color:#5b5c62;}
/* 달력 이번 달 날짜 표시(td) */
.cal_day3 {padding:3px 0 3px;color:#5b5c62;}
/* 달력 오늘 날짜 표시(td) */
.cal_day4 {font-weight:bold;}
/* 달력 글쓴 날 링크 스타일 */
a.cal_click:link {color:#80cfcc;font-weight:bold;}
a.cal_click:visited {color:#80cfcc;font-weight:bold;}
a.cal_click:hover {color:#80cfcc;font-weight:bold;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_general {}
.rp_admin {}
.rp_secret {}


/* 이미지 아래 캡션 스타일 */
.cap1 { color:#999;text-align:center;padding:4px 0;margin:0;}
/* 그림 */
.imageblock {}
/* 왼쪽 */
.left { }
/* 가운데 */
.center { }
/* 오른쪽 */
.right { }
/* 그림 2개 배치 */
.dual { background-color:#fff; margin-bottom:5px;}
/* 그림 3개 배치 */
.triple { background-color:#fff; margin-bottom:5px;}

/* 본문 - more / less */
.moreless_fold span {display:block;width:37px;height:9px;margin:5px 0;background:url(images/ico_more.gif) no-repeat;text-indent:-9999em;font-size:0;line-height:9px;}
.moreless_top span, .moreless_bottom span {display:block;width:33px;height:9px;margin:10px 0;font-size:0;text-indent:-9999em;line-height:9px;background:url(images/ico_less.gif) no-repeat;}
.moreless_bottom span {margin-top:10px;}

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