@charset "utf-8";
/* Board Reset */
.bd p,.bd h1,.bd h2,.bd h3,.bd h4,.bd h5,.bd h6,.bd ul,.bd ol,.bd li,.bd dl,.bd dt,.bd dd,.bd table,.bd th,.bd td,.bd form,.bd fieldset,.bd legend,.bd input,.bd textarea,.bd button,.bd select{margin:0;padding:0}
.bd,.bd input,.bd textarea,.bd select,.bd button,.bd table{font:12px/1.5 '나눔고딕',NanumGothic,ng,'맑은 고딕','Malgun Gothic',Helvetica,AppleGothic,Arial}
.bd ul,.bd ol{list-style:none}
.bd a{text-decoration:none;*cursor:pointer}
.bd a:hover,.bd a:active,.bd a:focus{text-decoration:underline}
.bd em{font-style:normal}
.bd fieldset{border:0}
.bd legend{position:absolute;top:0;left:0;width:0;height:0;overflow:hidden;visibility:hidden;font-size:0;line-height:0}
.bd button{border:0;background:none;cursor:pointer}

/* Common */
/* Clear */
.bd .clear{display:block;border:0;*visibility:hidden}
/* Button */
.bd .btn{display:inline-block;position:relative;margin:4px;padding:3px 16px;outline:none;cursor:pointer;text-decoration:none !important;text-align:center;font-size:13px;text-shadow:1px 1px 0 #FFF;background:#EEE url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0RERERERCIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzk4KSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#FFF,#DDD);background:-webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#DDD));border:solid 1px #FFF;border-radius:2px;-webkit-box-shadow:0 1px 3px #666;box-shadow:0 1px 3px #666;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-pie-background:linear-gradient(#FFF,#DDD)}
.bd .btn:hover,.bd .btn:focus{font-weight:bold;-webkit-box-shadow:0 1px 6px #666;box-shadow:0 1px 6px #666}
.bd .btn.blue{font-weight:bold;color:#FFF;text-shadow:0 1px 1px #000;border-color:#366;background:#369 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczMDYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM5OTk5Q0MiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMzMzY2OTkiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2czMDYpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(top,#99C,#369);background:-webkit-gradient(linear,0% 0%,0% 100%,from(#99C),to(#369));-pie-background:linear-gradient(#99C,#369)}
/* Form, Select, Textarea */
.bd .itx,.bd .et_vars input,.bd select{display:inline-block;padding:3px;font-size:13px;background:#FAFAFA;border-radius:3px;border:1px solid;border-color:#AAA #DDD #DDD #AAA}
.bd .itx,.bd .et_vars input{height:19px;margin:3px 1px;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease}
.bd .itx:hover,.bd .itx:focus,.bd .et_vars input:hover,.bd .et_vars input:focus{background:#FFF;border-color:#888 #BBB #BBB #888}
.bd .itx_wrp{position:relative}
.bd .itx_wrp .itx{position:relative;z-index:0}
.bd .itx_wrp label{position:absolute;top:-3px;left:5px;*top:8px}
.bd .itx_wrp .btn{margin:3px 0}
.bd textarea{border:1px solid #CCC;border-radius:3px;-webkit-box-shadow:inset 1px 1px 2px #DDD;box-shadow:inset 1px 1px 2px #DDD;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;overflow:auto\9}
.bd textarea:hover,.bd textarea:focus{border-color:#999}
/* Arrow */
.bd .arrow{display:inline-block;margin:1px 3px;border-left:3px solid #FFF;border-right:3px solid #FFF;*height:3px;*vertical-align:middle}
.bd .arrow.up{border-bottom:3px solid #666}
.bd .arrow.down{border-top:3px solid #666}
/* Icon */
.bd .ico_16px,.bd .ico_24px,.bd .ico_32px,.bd .to_sns b{display:inline-block;width:16px;height:16px;overflow:hidden;font-size:0;line-height:0;vertical-align:top;text-indent:-100px;background:url(../img/white/ico_16px.png) no-repeat;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;*text-indent:0}
.bd a:hover .ico_16px,.bd .to_sns a:hover b{transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg)}
.bd .ico_16px.file{background-position:0 -32px}
.bd .ico_16px.write{background-position:0 -96px}
.bd .ico_16px.search{background-position:0 -64px}
.bd .ico_16px.setup{background-position:0 -128px}
.bd .ico_16px.manage{background-position:0 -160px}
.bd .ico_16px.love{background-position:0 -224px}
.bd .ico_16px.hate{background-position:0 -256px}
.bd .ico_16px.home{background-position:0 -352px}
.bd .ico_16px.delete{background-image:url(../img/white/ico_16px.png) !important;background-position:0 -384px}
.bd .ico_16px.modify{background-image:url(../img/white/ico_16px.png) !important;background-position:0 -416px}
.bd .ico_16px.web{background-position:0 -448px}
.bd .ico_24px{width:24px;height:24px;background-image:url(../img/white/ico_24px.png)}
.bd .ico_24px.facebook{background-image:url(../img/white/ico_24px.png) !important;background-position:0 -96px}
.bd .ico_24px.twitter{background-image:url(../img/white/ico_24px.png) !important;background-position:0 -144px}
.bd .ico_24px.me2day{background-image:url(../img/white/ico_24px.png) !important;background-position:0 -192px}
.bd .ico_24px.yozm{background-image:url(../img/white/ico_24px.png) !important;background-position:0 -240px}
.bd .ico_32px{width:32px;height:32px;background-image:url(../img/white/ico_32px.png)}
.bd .ico_32px.deco2{background-position:0 -64px}
/* Icon + Text */
.bd .ico_tx{display:inline-block;padding:0 4px;text-align:center;letter-spacing:-1px;line-height:16px;opacity:.8}
.bd .ico_tx:hover,.bd .ico_tx:focus{opacity:1}
.bd .ico_tx .tx{display:block;padding-top:4px}
.bd .ico_tx .tx2{display:inline-block;padding-left:2px}
/* Text Menu */
.bd .tx_mn{position:relative;white-space:nowrap;font-size:11px}
.bd .tx_mn li{display:inline-block;margin-left:2px;color:#CCC;*display:inline}
.bd .tx_mn a{padding-right:2px;color:#666}
/* Bubble */
.bd .bubble{position:relative;text-decoration:none !important}
.bd .bubble .wrp{display:none;position:absolute;left:50%;bottom:100%;z-index:100;margin-bottom:8px;font-size:11px;background:#FFF;border:1px solid #999;border-radius:5px;white-space:nowrap}
.bd .bubble .speech{display:inline-block;padding:3px 6px}
.bd .bubble .edge{display:inline-block;position:absolute;bottom:-6px;left:50%;width:9px;height:6px;margin-left:-5px;background:url(../img/edge.png) no-repeat}
.bd .bubble:hover .wrp,.bd .bubble:focus .wrp{display:block}
/* Board Nav */
.bd .bd_nav a{text-decoration:none}
.bd .bd_nav li{position:relative;float:left}
.bd .bd_nav ul{display:none;position:absolute;top:-38px;left:-8px;z-index:100;padding:2px 6px;font-size:11px;white-space:nowrap;border:1px solid #888;border-radius:5px;background:#FFF}
.bd .bd_nav .edge{display:inline-block;position:absolute;left:0;bottom:-8px;width:100%;height:8px;background:url(../img/edge.png) no-repeat 24px 0}
.bd .bd_nav .li2{float:none;display:inline;padding:0 6px}
.bd .bd_nav .li2 a{color:#999}
.bd .bd_nav .li2 a:hover,.bd .bd_cnb .li2 a:focus,.bd .bd_cnb .li2.on a{font-weight:bold;color:#333}

/* Color */
.bd{color:#444}
.bd a{color:#333;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease}
.bd a:hover{color:#000}

.bd.c333333 em{color:#333}
.bd.c333333 .bolder{color:#333;text-shadow:#999 2px 2px 4px}
.bd.c3399FF em{color:#39F;text-shadow:#36C 1px 1px 1px}
.bd.c3399FF .bolder{color:#39F;text-shadow:#36C 2px 2px 4px}
.bd.cFF0033 em{color:#F03;text-shadow:#C33 1px 1px 1px}
.bd.cFF0033 .bolder{color:#F03;text-shadow:#C33 2px 2px 4px}
.bd.cFF6666 em{color:#F66;text-shadow:#F06 1px 1px 1px}
.bd.cFF6666 .bolder{color:#F66;text-shadow:#F06 2px 2px 4px}
.bd.c66CC00 em{color:#6C0;text-shadow:#090 1px 1px 1px}
.bd.c66CC00 .bolder{color:#6C0;text-shadow:#090 2px 2px 4px}
.bd.cFF3399 em{color:#F39;text-shadow:#C39 1px 1px 1px}
.bd.cFF3399 .bolder{color:#F39;text-shadow:#C39 2px 2px 4px}
.bd.cEEEEEE em{color:#EEE;text-shadow:#000 1px 1px 1px}
.bd.cEEEEEE .bolder{color:#EEE;text-shadow:#000 2px 2px 4px}
.bd.cFFCC33 em{color:#FC3;text-shadow:#EA0 1px 1px 1px}
.bd.cFFCC33 .bolder{color:#FC3;text-shadow:#EA0 2px 2px 4px}
.bd.c3366CC em{color:#36C;text-shadow:#039 1px 1px 1px}
.bd.c3366CC .bolder{color:#36C;text-shadow:#039 2px 2px 4px}
.bd.cCC0066 em{color:#C06;text-shadow:#C99 1px 1px 1px}
.bd.cCC0066 .bolder{color:#C06;text-shadow:#933 2px 2px 4px}
.bd.cFF6600 em{color:#F60;text-shadow:#C63 1px 1px 1px}
.bd.cFF6600 .bolder{color:#F60;text-shadow:#C63 2px 2px 4px}
.bd .btn em{text-shadow:none}

/* Header */
.bd .bd_hd{clear:both;padding-bottom:20px;zoom:1}
.bd .bd_hd:after{content:"";display:block;clear:both}
/* Breadclumb */
.bd .breadclumb span{font-size:9px;color:#AAA}
.bd .breadclumb a{padding:0 4px;font-size:11px;color:#444}
.bd .breadclumb em{text-shadow:none}
.bd .breadclumb strong,.bd .breadclumb em,.bd .breadclumb a:hover,.bd .breadclumb a:focus{font-weight:bold}
/* Setting */
.bd .setup li{float:left;margin-left:14px}
.bd .setup a{display:inline-block\9}
.bd .setup strong:hover,.bd .setup strong:focus{text-decoration:underline}
.bd .setup strong{padding:0 1px}
.bd .setup em{text-shadow:none}
.bd .setup_icon li{float:left;margin:1px 6px}
.bd .setup_icon a{float:left;opacity:.7}
.bd .setup_icon a:hover{opacity:1}

/* Title + Search */
.bd .tl_srch{clear:both;text-align:center}
.bd .tl_srch.if_bd_tl{float:left;*float:none}
.bd .tl_srch.if_bd_tl .bd_tl,.bd .tl_srch.if_bd_tl .bd_srch{float:left}
.bd .tl_srch.if_bd_tl .bd_srch{margin:0 0 28px 35px;*white-space:nowrap}
/* Title */
.bd .bd_tl{display:inline-block;margin:0 0 30px 15px;font-weight:bold;font-size:20px;line-height:40px}
.bd .bd_tl a{text-decoration:none}
.bd .bd_tl span{padding-left:20px;font-size:14px;color:#888;text-shadow:0 0 1px #EEE}
/* Search */
.bd .bd_srch{display:none;position:relative;margin-bottom:30px;zoom:1}
.bd .bd_srch *{vertical-align:middle}
.bd .bd_srch .select{display:inline-block;margin-right:-28px;padding:6px 24px 6px 4px;font-size:12px;border:4px solid #999;border-radius:30px}
.bd .bd_srch select{margin:0;padding:0;line-height:12px;background:transparent;border:0}
.bd .bd_srch .srch_itx{width:180px;height:32px;padding:0 50px 0 10px;font-size:14px;border:5px solid #888;border-radius:30px;*behavior:none}
.bd .bd_srch .srch_btn{right:40px}
.bd .bd_srch .ico_24px{background-color:#888}
.bd .bd_srch .select,.bd .bd_srch .srch_itx,.bd .bd_srch .srch_btn{position:relative;z-index:0}
.bd .bd_srch.btm{display:block;margin:20px 0 0;text-align:center}
.bd .bd_srch.btm .select{padding:4px 22px 4px 4px;border:4px solid #AAA}
.bd .bd_srch.btm .srch_itx{width:130px;height:28px;border:4px solid #999}
.bd .bd_srch.btm .srch_btn{right:38px}

/* List Style */
.bd .lst_btn{clear:both;float:right;position:relative;z-index:1;bottom:-34px;right:10px;margin-top:-24px;background:#FFF;border:1px solid #DDD;border-radius:3px}
.bd .lst_btn li{position:relative;float:left;border-left:1px solid #DDD}
.bd .lst_btn li:first-child{border:0}
.bd .lst_btn a{display:block;float:left;width:23px;height:23px;background:url(../img/white/list_style.png) no-repeat;opacity:.4;filter:alpha(opacity=40)}
.bd .lst_btn a:hover,.bd .lst_btn a:focus,.bd .lst_btn .on a{position:relative;z-index:1;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3);opacity:1;filter:alpha(opacity=100)}
.bd .lst_btn b{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;font-size:0;line-height:0}
.bd .lst_btn .zine a{background-position:-23px 0}
.bd .lst_btn .gall a{background-position:-46px 0}
.bd .lst_btn .cloud a{background-position:-69px 0}
.bd .lst_btn .slide a{background-position:-92px 0}
.bd .lst_btn.small{bottom:-21px;right:5px;margin-top:-23px}
.bd .lst_btn.small a{width:21px;height:21px;background-position:-1px -1px}
.bd .lst_btn.small .zine a{background-position:-24px -1px}
.bd .lst_btn.small .gall a{background-position:-47px -1px}
.bd .lst_btn.small .cloud a{background-position:-70px -1px}
.bd .lst_btn.small .slide a{background-position:-93px -1px}

/* Category List */
.bd .bd_cnb{position:relative;clear:both;margin:1px;padding:5px 120px 5px 7px;background:#FCFCFC;border:1px solid #DDD;border-radius:5px;-webkit-box-shadow:0 1px 1px #AAA;box-shadow:0 1px 1px #AAA;zoom:1}
.bd .bd_cnb:after{content:"";display:block;clear:both}
.bd .if_lst_btn .bd_cnb{padding-right:7px}
.bd .bd_cnb li{margin:3px 1px;*float:none;*display:inline;zoom:1}
.bd .bd_cnb a{line-height:25px}
.bd .bd_cnb .a1{padding:5px 10px;font-weight:bold;color:#888;text-shadow:0 0 1px #EEE;border:1px solid transparent;border-radius:4px}
.bd .bd_cnb .a1.home{margin-right:30px;color:#444}
.bd .bd_cnb .a1.on,.bd .bd_cnb .a1:hover{background:#FFF;color:#444;border-color:#999}
/* Tab Style (XE Official Skin) */
.bd .cTab{clear:both;position:relative;margin:0 0 35px 0;padding-right:110px;border-bottom:1px solid #999;zoom:1}
.bd .if_lst_btn .cTab{padding-right:0}
.bd .cTab:after{content:"";display:block;clear:both}
.bd .cTab li{float:left;margin:0 2px 0 0;border:1px solid #e0e0e0;border-top:0;border-bottom:0}
.bd .cTab li.on{border:1px solid #999;border-top:0;border-bottom:1px solid #fff;margin-bottom:-1px}
.bd .cTab li a{position:relative;top:-1px;border-top:1px solid #e0e0e0;float:left;height:25px;line-height:25px;padding:0 20px;color:#666;font-weight:bold;text-decoration:none}
.bd .cTab li.on a{color:#000;top:-1px;border-top:1px solid #999}
.bd .cTab ul{display:none;position:absolute;top:30px;left:0;margin:0;padding:0}
.bd .cTab li.on ul{display:block;overflow:hidden;white-space:nowrap}
.bd .cTab li.on ul li{position:relative;left:1px;float:none;display:inline;margin:0;padding:0 15px;list-style:none;border:0;border-right:1px solid #d0d0d0}
.bd .cTab li.on ul li a{border:0;top:0;float:none;line-height:none;padding:0;font-weight:normal}
.bd .cTab li.on ul li.on_ a{font-weight:bold;color:#000}

/* Bottom Image Menu */
.bd .btm_mn{padding-top:15px;border-top:1px solid #EEE}
.bd .btm_mn a{text-decoration:none}

/* Pagnation */
.bd .pag{clear:both;padding:30px 0;text-align:center}
.bd .pag a{color:#333;background:#EEE;text-decoration:none !important;opacity:.5;filter:alpha(opacity=50)}
.bd .pag strong{background:#333;color:#FFF}
.bd .pag a,.bd .pag strong{display:inline-block;min-width:12px;padding:0 5px;font:bold 14px/22px "Arial Black",Tahoma;letter-spacing:-1px;border:1px solid #999;border-radius:2px}
.bd .pag a.first,.bd .pag a.last{width:16px;height:16px;padding:4px;background:url(../img/white/ico_16px.png) no-repeat 4px -284px;border:0;overflow:hidden;font-size:0;line-height:0;vertical-align:top;text-indent:-100px;opacity:0.25;filter:alpha(opacity=25);*text-indent:0}
.bd .pag a.last{background-position:4px -316px}
.bd .pag strong,.bd .pag a:hover,.bd .pag a:focus{opacity:1;filter:alpha(opacity=100)}

/* Read */
/* Read Header */
.bd .rd_doc{clear:both;padding:0 30px;zoom:1}
/* Viewer button  */
.bd .extra_btn{transition:none;-moz-transition:none;-webkit-transition:none;display:inline-block\9}
.bd .extra_btn em{padding-right:16px;font-weight:bold;line-height:18px;letter-spacing:-1px;text-shadow:0 0 1px #EEE}
.bd .extra_btn .wrp{margin-left:-75px}
/* Read Header */
.bd .rd_hd{padding:40px 25px 20px;line-height:1;border-top:3px solid #333;border-bottom:1px solid #666}
.bd .rd_hd h1{position:relative;text-align:center;font:bold 28px/60px "나눔고딕 ExtraBold","NanumGothic ExtraBold",ngeb,"나눔고딕",NanumGothic,ng,'맑은 고딕','Malgun Gothic',휴먼모음T,"Arial Black",Gadget,sans-serif;letter-spacing:-1px;text-shadow:0 0 1px #EEE}
.bd .rd_hd h1.wave{margin:0 -10px}
.bd .rd_hd h1.font{-webkit-animation-name:rd_h1;-webkit-animation-duration:2s;-webkit-animation-timing-function:ease-in-out}
@-webkit-keyframes rd_h1 {
0%{opacity:0}
50%{-webkit-transform:rotateX(0deg)}
100%{-webkit-transform:rotateX(360deg)}
}
.bd .rd_hd.left h1{text-align:left}
.bd .rd_hd h2{max-width:360px;margin:20px auto 0;font-weight:normal;font-size:20px;word-break:keep-all;color:#777}
.bd .rd_hd.left h2{margin-left:0}
.bd .rd_hd h2,.bd .rd_hd .info_area{font-family:"Nanum Pen Script","나눔손글씨 펜",np,"Times New Roman", Times, serif}
.bd .rd_hd .info_area{padding-top:25px;font-style:italic;font-size:16px;text-align:right;color:#888}
.bd .rd_hd .info_area span{font-size:20px;color:#444}

/* XE official Home Style */
.bd .rd_hd3{margin:0 -30px}
.bd .rd_hd3 h1{margin:1px;padding:9px 14px;background:#FCFCFC;border:1px solid #DDD;border-radius:5px;-webkit-box-shadow:0 1px 1px #AAA;box-shadow:0 1px 1px #AAA;zoom:1}
.bd .rd_hd3 h1:after{content:"";display:block;clear:both}
.bd .rd_hd3 h1 .tl{font:bold 13px/23px "나눔고딕 ExtraBold","NanumGothic ExtraBold",ngeb,"나눔고딕",NanumGothic,ng,'맑은 고딕','Malgun Gothic',휴먼모음T,"Arial Black",Gadget,sans-serif;text-shadow:0 0 1px #EEE}
.bd .rd_hd3 h1 .cate{margin:5px 12px 0 0;padding-right:12px;font-size:12px;line-height:1;color:#888;border-right:1px solid #CCC}
.bd .rd_hd3 h1 .date{font:normal 12px/23px Tahoma;color:#666}
.bd .rd_hd3 .info_area{margin:0 3px;padding:8px 16px;background:#F9F9F9;border-bottom:1px solid #DDD}
.bd .rd_hd3 .info_area .auth{font-weight:bold;color:#555}
.bd .rd_hd3 .info_area strong{padding-left:10px;font-weight:normal;font-size:11px;color:#777}
.bd .rd_hd3 .info_area .go_cmt strong{color:#333}
.bd .rd_hd3 .info_area .bubble{display:inline-block\9}
.bd .rd_hd3 .info_area .fr{*margin:-28px 12px 0 0}

/* Read Body */
.bd .rd_body{margin:60px 0 30px}
/* Read Footer */
.bd .rd_ft{padding:20px 0}
/* Signature */
.bd .rd_ft .sign{position:relative;margin:0 25px 50px;padding:27px;font-family:"Nanum Pen Script","나눔손글씨 펜",np,"Times New Roman", Times, serif;border-radius:10px;background:#F9F9F9 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0Y5RjlGOSIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzIwKSIgLz4KPC9zdmc+);background:linear-gradient(top, #FFF, #F6F6F6);background:-moz-linear-gradient(top, #FFF, #F6F6F6);background:-webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#F6F6F6));-webkit-box-shadow:0 1px 4px rgba(0,0,0,.5);box-shadow:0 1px 4px rgba(0,0,0,.5)}
.bd .rd_ft .sign:before{content:"";position:absolute;z-index:-2;top:50%;bottom:0;left:10px;right:10px;-webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);box-shadow:0 0 15px rgba(0,0,0,0.6);border-radius:100px / 10px}
.bd .rd_ft .sign .by{position:absolute;top:-18px;left:20px;padding:0 8px;font-size:22px;font-weight:bold;background:#FFF;color:#444}
.bd .rd_ft .sign .by span{font-size:19px;font-weight:normal;color:#999}
.bd .rd_ft .sign img{float:left;width:90px;margin-right:25px;border:1px solid #999;-webkit-box-shadow:3px 3px 8px #999;box-shadow:3px 3px 8px #999}
.bd .rd_ft .get_sign{font-size:18px;line-height:1.3}
/* SNS, Etc */
.bd .to_sns{padding-bottom:50px;text-align:center}
.bd .to_sns a{display:inline-block}
.bd .to_sns b{width:29px;height:29px;margin:1px;background-image:url(../img/sns.png)}
.bd .to_sns .facebook{background-position:0 -29px}
.bd .to_sns .me2day{background-position:0 -58px}
.bd .to_sns .yozm{background-position:0 -87px}
.bd .rd_edit{position:relative;z-index:1;margin-bottom:-3px;padding:5px 8px;border:1px solid #CCC;border-bottom-color:#FFF;border-radius:3px 3px 0 0;*margin-bottom:-31px}
/* Tag, Files */
.bd .doc_opt{margin-bottom:40px;*clear:both}
.bd .doc_opt.tab .tab_ol{position:relative;border-bottom:1px solid #CCC;zoom:1}
.bd .doc_opt.tab .tab_ol:after{content:"";display:block;clear:both}
.bd .doc_opt.tab .tab_li{float:left;margin-bottom:-1px}
.bd .doc_opt.tab .click{position:relative;float:left;margin-right:-1px;border:1px solid #EEE;border-bottom-color:#CCC;border-radius:3px 3px 0 0;background:#FAFAFA;color:#666;transition:none;-moz-transition:none;-webkit-transition:none}
.bd .doc_opt.tab .click span{display:inline-block;padding:5px 22px;letter-spacing:-1px;cursor:pointer}
.bd .doc_opt.tab .tab_cnt{width:96%;padding:3% 2%;position:absolute;top:30px;left:0;border-bottom:1px solid #CCC;zoom:1}
.bd .doc_opt.tab .tab_cnt:after{content:"";display:block;clear:both}
.bd .doc_opt.tab .active .click{z-index:1;border-color:#CCC;border-bottom-color:#FFF;margin-top:-1px;background:transparent;color:#333}
.bd .doc_opt.tab .active .click span{padding-top:6px;font-weight:bold}

.bd .doc_opt h5{clear:both;margin-bottom:10px;padding:8px 10px;font:bold 14px/16px "Trebuchet MS";color:#777;border-bottom:1px dotted #AAA}
.bd .doc_opt h5 span{margin-right:6px;opacity:.7}
.bd .doc_opt .tags li,.bd .doc_opt .files li{float:left}
.bd .doc_opt .files a,.bd .doc_opt .tags a{padding-right:6px;line-height:22px}
.bd .doc_opt .files a{font-size:11px}
.bd .doc_opt .files .wrp{font-size:10px;line-height:14px}
.bd .doc_opt .info strong{display:inline-block;width:110px}
.bd .doc_opt .div{padding:0 10px 20px}
.bd .doc_opt .div .ico_tx{opacity:1}
.bd .doc_opt .this_doc .count{display:inline-block;position:relative;margin:-6px 0 0 8px;padding:0 8px;font:13px/17px Tahoma;background:#FFF;color:#888;border:1px solid #999;border-radius:5px;*left:8px}
.bd .doc_opt .this_doc .count .edge{display:inline-block;position:absolute;top:4px;left:-6px;width:6px;height:9px;background:url(../img/edge.png) no-repeat 0 -64px}
.bd .doc_opt .sns{padding:0 10px 38px}
.bd .doc_opt .sns .fl{margin-bottom:12px}
.bd .doc_opt .sns a.fl{margin-right:8px}

.bd .fdb_lst .doc_opt strong,.bd .fdb_lst .toggleFile{padding-left:22px;background:url(../img/white/ico_16px.png) no-repeat}
.bd .fdb_lst .doc_opt strong{display:inline-block;font-weight:normal}
.bd .doc_opt .toggleFile{margin:5px 0;background-position:0 -30px}
.bd .fdb_lst .doc_opt .files{display:none}

.bd .rd_ft_nav{padding:15px 5px 0;font:11px "Courier New", Courier, monospace;letter-spacing:-1px}

/* FeedBack */
.bd .fdb_lst_wrp{margin:20px 0 60px;padding:10px;background:#EEE;border:1px solid #DDD;zoom:1}
.bd .fdb_lst{padding:10px 20px;background:#FFF;border:1px solid #DDD;zoom:1}
.bd .fdb_lst .nametag{clear:both;float:left;margin:0 0 5px -40px;background:#FFF}
.bd .fdb_lst .nametag strong{display:block;height:28px;padding:0 15px;font:bold 14px/28px "Trebuchet MS";letter-spacing:-1px;color:#FFF;opacity:.6;filter:alpha(opacity=60)}
.bd .fdb_lst .nametag span{font-size:16px}
.bd .fdb_lst .nametag .speech{font-size:12px}
.bd .fdb_lst .leave_cmt{padding:7px 24px;font:bold 14px "Trebuchet MS";background:url(../img/white/ico_16px.png) no-repeat 2px -89px}
.bd .fdb_lst #trackback .leave_cmt{background-position:2px -185px}
.bd .fdb_lst .cmt_disable{height:50px;margin:10px 0;text-align:center;line-height:50px;border:1px solid #DDD;background:#F6F6F6}
.bd .fdb_lst .fdb_item{position:relative;padding:15px 10px;border-top:1px dashed #DDD;transition:background 0.5s ease;-moz-transition:background 0.5s ease;-webkit-transition:background 0.5s ease;zoom:1}
.bd .fdb_lst #trackback .fdb_item{padding:5px 15px 15px 25px}
.bd .fdb_lst .fdb_item:first-child{margin-top:15px}
.bd .fdb_lst .fdb_item.re{margin-bottom:15px;padding:15px;border:1px solid #EEE;border-radius:10px}
.bd .fdb_lst .fdb_item.bg1{background:#FAFAFA}
.bd .fdb_lst .fdb_item.bg1:hover{background:#FFF}
.bd .fdb_lst .fdb_item .re_bg{display:block;position:absolute;top:8px;left:-23px;width:20px;height:20px;background:url(../img/re.png) no-repeat}
.bd .fdb_lst .profile{position:relative;float:left;width:60px;height:60px;border:1px solid #DDD}
.bd .fdb_lst .profile .img{display:block;width:60px;height:60px;margin-bottom:5px}
.bd .fdb_lst .profile .no_img{line-height:60px;font-size:32px}
.bd .fdb_lst .item_cnt{padding-left:80px}
.bd .fdb_lst #trackback .item_cnt{padding-left:0}
.bd .fdb_lst .item_cnt .xe_content{margin:7px 0;font-size:12px;word-wrap:break-word}
.bd .fdb_lst .item_cnt .meta{font:16px/18px "Nanum Pen Script","나눔손글씨 펜",np,"Times New Roman", Times, serif;color:#999}
.bd .fdb_lst .item_cnt .meta span{font-size:18px;color:#333}
.bd .fdb_lst .item_cnt .meta img{vertical-align:baseline !important}
.bd .fdb_lst .vote{margin:0px 20px 0 0}
.bd .fdb_lst .vote strong{padding-right:5px;font:bold 11px/16px Tahoma;color:#999}

/* Write */
.bd .bd_wrt .btn{margin:2px;white-space:nowrap}
.bd .bd_wrt.main{clear:both;margin-bottom:40px;padding:15px;background:#F4F4F4;border:1px solid #DDD;border-radius:10px}
.bd .bd_wrt.main:after{content:"";display:block;clear:both}
.bd .bd_wrt_hd select{padding:4px}
.bd .bd_wrt_hd .itx{width:100%}
.bd .bd_wrt .get_editor{margin:12px 0}
.bd .bd_wrt .tag{clear:both}
.bd .bd_wrt .tag .itx{width:75%}
.bd .bd_wrt .edit_opt{position:relative;margin:6px 0}
.bd .bd_wrt .edit_opt .itx.name,.bd .bd_wrt .edit_opt .itx.pw{width:13%}
.bd .bd_wrt .edit_opt .itx.mail,.bd .bd_wrt .edit_opt .itx.hp{width:22%}
.bd .bd_wrt .opt_chk{display:inline-block}
.bd .bd_wrt .opt_chk *{vertical-align:middle}
.bd .bd_wrt .opt_chk label{margin-right:6px}
.bd .bd_wrt .opt_chk.cmt{position:relative;top:-3px}
.bd .bd_wrt .tl_color{margin-right:8px}
.bd .bd_wrt .sns_wrt,.bd .bd_wrt .regist{position:relative;margin-top:15px;padding:15px;text-align:center;border-top:1px solid #DDD}
.bd .bd_wrt .sns_wrt{padding:15px 0 0;text-align:left}
.bd .bd_wrt .sns_wrt p{padding-bottom:8px}
.bd .bd_wrt .regist .btn{padding:3px 9px}
.bd .bd_wrt .regist .btn.blue{margin-left:12px;padding:3px 20px}
.bd .bd_wrt .regist .btn.cancle{position:absolute;top:15px;right:0}
.bd .bd_wrt .simple_wrt .text{width:100%}
.bd .bd_wrt .simple_wrt textarea{width:100%;height:64px}
.bd .bd_wrt .simple_wrt .submit{padding-left:8px}
.bd .bd_wrt .simple_wrt .btn{width:64px;height:64px;margin:0;padding:0;line-height:64px}
/* Editor fix */
.bd .xd{margin:0}
.bd .xpress-editor select{font-size:12px;margin:0;padding:0;border-radius:0}

/* Context Data | Context Message */
.bd .cmt_h3{padding:10px}
.bd .cmt_line{padding:10px;text-align:center;border-top:1px solid #DDD}
/* comment_form.html | delete_form.html | delete_comment_form.html | input_password_form.html | message.html */
.bd .context_data{clear:both;margin:0 30px;padding:20px;background:#f8f8f8;border-top:2px solid #666}
.bd .context_data h3{margin-bottom:10px}
.bd .context_data p.author strong{font-weight:normal}
.bd .context_message{margin:0 30px;text-align:center;border-top:2px solid #666}
.bd .context_message h1{font-size:16px;margin:20px 0}
.bd .context_message .btnArea{margin:30px}

/* Extra Var */
.bd .et_vars{margin-bottom:40px;border:1px solid #D9D9D9;border-top:0;border-left-color:#E6E6E6}
.bd .et_vars th,.bd .et_vars td{text-align:left;border:0;border-top:1px solid #E9E9E9}
.bd .et_vars th{padding:5px 25px;white-space:nowrap;border-top:1px solid #E6E6E6;border-right:1px solid #DDD}
.bd .et_vars tr{color:#666}
.bd .et_vars tr.bg1{background:#F6F6F6}
.bd .et_vars tr.bg2{background:#ECECEC}
.bd .et_vars td{width:96%;padding:5px 2%;border-left:1px solid #FFF;background:rgba(255,255,255,0.6)}
.bd .et_vars.wrt th{padding-top:0;padding-bottom:0}
.bd .et_vars.wrt td{padding:0}
.bd .et_vars caption{padding:5px;text-align:right}
.bd .et_vars select{min-width:100px;margin:0}
.bd .et_vars input,.bd .et_vars textarea{margin:0;padding:3px 0;width:100%}
.bd .et_vars .mail,.bd .et_vars .hp,.bd .et_vars .address{width:300px}
.bd .et_vars .date{width:100px}
.bd .et_vars .tel{width:40px;margin-right:8px}
.bd .et_vars td p{display:block;margin:3px 0}
.bd .et_vars td ul *{vertical-align:middle}
.bd .et_vars td ul li{display:inline-block;margin:5px}
.bd .et_vars td ul li input{display:inline;margin-right:3px;width:13px;height:13px}

/* List Style */
/* Normal style */
#bd_lst{margin-top:20px;border-bottom:1px solid #AAA}
#bd_lst th,#bd_lst td{padding:8px;text-align:center;white-space:nowrap}
#bd_lst th{font-weight:normal;border-bottom:1px solid #AAA;-webkit-box-shadow:0 1px 0 #EEE;box-shadow:0 1px 0 #EEE}
#bd_lst td{border-bottom:1px solid #EEE;color:#555}
#bd_lst .notice td{font-weight:bold;background:#F9F9F9;border-color:#CCC}
#bd_lst .select,#bd_lst tbody tr:hover{background:#F6F6F6}
#bd_lst .no,#bd_lst .time,#bd_lst .num{font:11px Tahoma}
#bd_lst .cate{margin-right:6px;padding-right:9px;border-right:1px solid #EEE}
#bd_lst .title{width:100%}
#bd_lst td.title{text-align:left;white-space:normal;letter-spacing:-1px}
#bd_lst .hx:visited{color:#777}
#bd_lst .tx img{vertical-align:middle;margin-left:2px}
#bd_lst .bubble .wrp{left:0;margin-left:0 !important;letter-spacing:0;white-space:normal}
#bd_lst .bubble.pre_img{text-align:center}
#bd_lst .bubble .edge{left:25%}
#bd_lst .bubble .speech{min-width:240px;padding:6px}
#bd_lst .bubble.only .speech{display:none}
#bd_lst .bubble img{margin-left:0;padding:7px}
#bd_lst .author{font-size:11px}
#bd_lst .by{font-size:10px;line-height:10px}
#bd_lst .replyNum{color:#C44}
#bd_lst .trackbackNum{color:#36C}

/* Webzine */
#bd_zine{margin:0 2px}
#bd_zine li{border-bottom:1px solid #EEE}
#bd_zine a{display:block;clear:both;padding:18px 10px 18px 118px;border:2px dashed;border-color:transparent;text-decoration:none;word-break:break-all;*zoom:1}
#bd_zine a:after{content:"";display:block;clear:both}
#bd_zine a:hover,#bd_zine a:focus{z-index:100;border-coclor:#999}
#bd_zine .big_date{float:left;margin-left:-90px;text-align:center;white-space:nowrap}
#bd_zine .dd{font:bold 44px/52px Tahoma;letter-spacing:-2px}
#bd_zine .mmyy{display:block;font:bold 14px/1.6 Tahoma;letter-spacing:-1px;color:#777}
#bd_zine .yy{font-weight:normal}
#bd_zine .hh{letter-spacing:-1px;color:#888}
#bd_zine .rt_area{display:block}
#bd_zine .tmb_wrp{float:left;padding:1px;text-align:center;border:1px solid #CCC;transition:all 0.5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease}
#bd_zine li:hover .tmb_wrp{border-color:#666;transform:rotate(5deg);-ms-transform:rotate(5deg);-moz-transform:rotate(5deg);-webkit-transform:rotate(5deg)}
#bd_zine .tl{display:block;font:bold 16px "나눔고딕 ExtraBold","NanumGothic ExtraBold",ngeb,"나눔고딕",NanumGothic,ng,'맑은 고딕','Malgun Gothic',휴먼모음T,"Arial Black",Gadget,sans-serif;letter-spacing:-1px;color:#222;text-shadow:#F7E4C8 0 1px 0}
#bd_zine .cnt{display:block;margin-top:8px}
#bd_zine .info{display:block;font:11px/10px "Times New Roman";color:#333;*line-height:1}
#bd_zine .info span{display:inline-block}
#bd_zine .info .dl{margin:8px 6px 0 0;padding-right:8px;border-right:1px solid #DDD}
#bd_zine .info .dl:last-child{border:0}
#bd_zine .info .dt{padding-right:5px;color:#777}

/* Gallery */
.bd .tmb_wrp{display:inline-block;position:relative;*display:inline;*zoom:1}
.bd .tmb_wrp a{text-decoration:none !important}
.bd .tmb_wrp .fixed{display:block;position:absolute;color:#EEE}
.bd .tmb_wrp .info_wrp{display:block;top:0;left:0;width:100%;height:100%;overflow:hidden;background:rgba(0,0,0,0.5);opacity:0}
.bd .tmb_wrp .info_wrp:hover,.bd .tmb_wrp .info_wrp:focus{opacity:1}
.bd .tmb_wrp .info{display:inline-block;padding:6%}
.bd .tmb_wrp .ribbon{top:-1px;left:-1px;width:60px;height:60px;font:bold 13px/14px "Comic Sans MS",Arial, Helvetica;white-space:nowrap;text-shadow:1px 1px 1px #333;background:url(../img/ribbon/ribbon.png) no-repeat}
.bd .tmb_wrp .ribbon.line{width:60px;height:60px;line-height:20px;font-size:11px;letter-spacing:-1px}
.bd .tmb_wrp .ribbon.new{font-size:13px;letter-spacing:0;background-image:url(../img/ribbon/ribbon_red.png)}
.bd .tmb_wrp .ribbon.notice{background-image:url(../img/ribbon/ribbon_blue.png)}
.bd .tmb_wrp .ribbon.update{background-image:url(../img/ribbon/ribbon_orange.png)}
.bd .tmb_wrp .ribbon div,.bd .tmb_wrp .ribbon .div{display:block;padding:11% 32% 0 0}
.bd .tmb_wrp .ribbon .date{font:bold small-caps 16px/14px "Times New Roman",Times}
.bd .tmb_wrp .ribbon .extra{font:bold 12px/14px "나눔고딕",NanumGothic,ng}
.bd .tmb_wrp .ribbon b{display:block;font-size:11px}

#tmb_lst{padding:30px 0;text-align:center;zoom:1}
#tmb_lst li{position:relative;display:inline-block;width:130px;margin-right:-3px;vertical-align:top}
#tmb_lst li{*display:inline}
#tmb_lst .tmb_wrp{border:1px solid #DDD;background:#FFF}
#tmb_lst .tmb_wrp:before,#tmb_lst .tmb_wrp:after{content:"";position:absolute;z-index:-2;bottom:15px;left:5px;width:50%;height:20%;max-width:300px;-webkit-box-shadow:0 15px 10px rgba(0,0,0,0.7);box-shadow:0 15px 10px rgba(0,0,0,0.7);-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);transform:rotate(-3deg)}
#tmb_lst .tmb_wrp:after{right:5px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);transform:rotate(3deg)}
#tmb_lst .tmb_wrp .trans_window{bottom:5%;right:5%;margin-left:5%;padding:0 6px;font-size:10px;background:#000;background:rgba(0,0,0,.7);border:1px solid #666;border-radius:10px}
#tmb_lst .tmb_wrp .info_wrp{font-size:11px;white-space:nowrap;text-align:left}
#tmb_lst .tmb_wrp .info span{display:block}
#tmb_lst .tmb_wrp .tl{padding-bottom:8px;font-weight:bold;font-size:12px;line-height:1.1;white-space:normal;letter-spacing:-1px;color:#FFF}
#tmb_lst .deco1{top:-12px;left:-12px}
#tmb_lst .deco2{bottom:-12px;right:-12px}
#tmb_lst h4{margin:8px;max-height:48px;overflow:hidden;font-size:12px;line-height:16px;letter-spacing:-1px}
#tmb_lst h4 .cmt_count{padding:0 3px;font:normal 10px Tahoma;color:#777}
#tmb_lst li.notice h2{color:#000}

/* Cloud Gallery */
#cloud_gall{clear:both;position:relative}
#cloud_gall a{display:block;position:absolute;padding:11px 11px 40px;overflow:hidden;text-decoration:none;font:bold 18px "Nanum Pen Script","나눔손글씨 펜",np,"Times New Roman", Times, serif;letter-spacing:-1px;background:#FFF;-webkit-box-shadow:2px 2px 7px rgba(0,0,0,.6);box-shadow:2px 2px 7px rgba(0,0,0,.6);-moz-transition:-moz-transform .5s;-webkit-transition:-webkit-transform .5s;transition:transform .5s}
#cloud_gall img{border-width:1px;border-style:solid;border-color:#F3F3F3 #DDD #DDD #F3F3F3}
#cloud_gall .date{position:absolute;bottom:5%;right:5%;color:#FFF}
#cloud_gall .ico_32px{position:absolute;background-image:url(../img/white/ico_32px.png) !important}
#cloud_gall .deco1{top:-9px;left:-9px}
#cloud_gall .deco2{bottom:-9px;right:-9px}
#cloud_gall em{position:absolute;left:0;bottom:11px;width:90%;margin:0 5%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:none}
#cloud_gall.no_rotate a{-ms-transform:rotate(0deg) !important;-moz-transform:rotate(0deg) !important;-webkit-transform:rotate(0deg) !important}
#cloud_gall.no_rand{height:auto !important;margin:30px 0 !important;text-align:center;zoom:1}
#cloud_gall.no_rand li{display:inline-block;margin:10px;vertical-align:top;*display:inline;zoom:1}
#cloud_gall.no_rand a{position:relative !important;top:0 !important;left:0 !important}
#cloud_gall a:hover,#cloud_gall a:focus{z-index:99 !important;transform:scale(1.5) rotate(0) !important;-ms-transform:scale(1.5) rotate(0) !important;-moz-transform:scale(1.5) rotate(0) !important;-webkit-transform:scale(1.5) rotate(0) !important}
.bd .cloud_btn{position:relative;z-index:99}
.bd .cloud_btn button{display:inline-block;margin:8px 2px;padding:3px 6px;font:bold 10px "Trebuchet MS";color:#999;background:#EEE;border:1px solid #DDD;border-radius:4px}
.bd .cloud_btn button.on,.bd .cloud_btn button:hover{color:#FFF;background:#999;border-color:#777}

/* Guestbook */
#guestbook .sum{margin:0 20px 15px;padding-left:30px;font:bold 15px Tahoma;background:url(../img/white/ico_24px.png) no-repeat 0 -48px}
#guestbook .sum a{color:#999}
#guestbook .bd_wrt.main{margin:0 20px 20px}
#guestbook .sum em{font-size:20px}
#guestbook .fdb_lst{padding:0;background:none;border:0}
#guestbook .fdb_lst .cmt_disable{margin:15px;background:#EEE}
#guestbook .guest_doc{position:relative;padding:20px;border-top:2px dashed #EEE}
#guestbook .item_cnt.guest{padding-left:92px}
#guestbook .xe_content{margin:15px 0}
#guestbook .tx_mn{padding:0 5px}
#guestbook .tx_mn em{font:bold 12px Tahoma}
#guestbook .fdb_item.guest{display:none;margin:10px 0;padding:0;background:#FCFCFC;border:1px solid #EEE;border-radius:10px}
#guestbook .fdb_item.guest.sxc{padding:15px}
#guestbook .fdb_item{margin:0;padding:20px 15px 15px 25px;border:0;border-bottom:1px solid #EEE;border-radius:10px 10px 0 0}
#guestbook .fdb_item.re{margin-right:15px;padding:20px 0 15px 10px;border-style:dashed;background:transparent;border-radius:0}
#guestbook .fdb_item .re_bg{top:20px;left:-17px}
#guestbook .fdb_item .bd_wrt{padding:10px 20px}

/* Blog */
.bd .rd_doc_blog{clear:both;margin-bottom:80px;padding:40px 0;background:#FFF;border-radius:4px;-webkit-box-shadow:0 1px 3px #666;box-shadow:0 1px 3px #666}
.bd .rd_doc_blog .fdb_lst_wrp{margin-bottom:0}

/* FAQ */
.bd .faq{padding:2px;margin-top:20px}
.bd .faq .notice,.bd .faq .article{padding:8px;border-top:1px solid #EEE;color:#666}
.bd .faq .q{cursor:pointer}
.bd .faq .article:hover,.bd .faq .show{background:#FCFCFC}
.bd .faq .q span{padding:0 6px}
.bd .faq .q .num{display:inline-block;min-width:34px;padding-left:10px;font:bold 14px "Trebuchet MS"}
.bd .faq .q .tl{color:#666}
.bd .faq .q:hover .tl{text-decoration:underline}
.bd .faq .q .link{font-size:11px;letter-spacing:-1px;color:#999}
.bd .faq .q .fr{letter-spacing:-1px}
.bd .faq .notice .q{cursor:auto}
.bd .faq .notice .num{padding:0 7px;font:bold 14px "나눔고딕",NanumGothic,ng}
.bd .faq .notice .tl{font-weight:bold;color:#333}
.bd .faq .a{display:none;margin:10px 0 10px 40px;padding:20px;background:#FFF;border:1px solid #EEE;border-radius:10px}
.bd .faq .a .document_popup_menu{display:none}
.bd .faq .q .fr{*margin-top:-16px}

/* Common */
#bd_lst_fm,#guestbook{clear:both;border-bottom:1px solid #AAA}
#bd_lst.common_notice{margin-top:0;border-bottom:0}
#bd_zine li.notice,.bd .faq .notice{background:#F9F9F9}
.bd .faq .notice{border-color:#CCC}
.bd .no_doc{clear:both;padding:10px;text-align:center}
#bd_zine input,#tmb_lst input{margin-left:4px;vertical-align:middle}
#bd_zine .extraimages,#tmb_lst .extraimages{padding-left:4px;vertical-align:middle}
.bd .no_img{display:block;text-align:center;font-weight:bold;font-size:14px;font-family:"Trebuchet MS";background:#EEE;color:#FFF;text-shadow:0 0 3px #666;color:#CCC\0/;*color:#CCC}

/* NanumPen Fix */
.bd.no_np .rd_hd h2,.bd.no_np .rd_hd .info_area,.bd.no_np .rd_hd .info_area span,.no_np #cloud_gall a{font:15px/1.3 휴먼편지체,"Times New Roman",Times,serif}
.no_np #cloud_gall a{font-weight:bold}
.bd.no_np .rd_ft .sign .by{top:-12px;font:bold 18px 휴먼편지체,"Times New Roman",Times,serif}
.bd.no_np .rd_ft .sign .by span{font-size:16px}
.bd.no_np .rd_ft .get_sign{font:normal 14px/23px 휴먼편지체,"Times New Roman",Times,serif}
.bd.no_np .fdb_lst .item_cnt .meta{font:12px 휴먼편지체,"Times New Roman",Times,serif}
.bd.no_np .fdb_lst .item_cnt .meta span{font-size:12px;letter-spacing:1px}

/* Browser Fix */
/* FF */
@-moz-document url-prefix(){
.bd .bd_srch .srch_btn{right:42px}
}