@charset "UTF-8";


/* default.css - Type Selector Definition */
body { margin:0;padding:0; font-size:.75em;}

img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }

/* Special Class Selector */
.fr { float:right; }
.fl { float:left; }
.clear { clear:both; }
.fwB { font-weight:bold;}
.tCenter { text-align:center; }
.tRight { text-align:right; }
.tLeft { text-align:left; }
.gap1 { margin-top:.8em; }
.nowrap { white-space:nowrap; }

.iePngFix { behavior:url("./common/js/iePngFix.htc"); } 
.zbxe_info { vertical-align:middle; behavior:url("./common/js/iePngFix.htc"); }

/* Input Style Definition */
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1.4em; padding:.2em 0 0 .3em; background:#ffffff; font-size:1em; _font-size:9pt; }
*:first-child+html .inputTypeText { font-size:9pt; }
.inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4; }
.inputTypeTextArea { border:1px solid !important; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff; font-size:1em; _font-size:9pt; height:100px;}
*:first-child+html .inputTypeTextArea { font-size:9pt; }

.w40 { width:40px; }
.w60 { width:60px; }
.w70 { width:70px; }
.w80 { width:80px; }
.w90 { width:90px; }
.w100 { width:100px; }
.w110 { width:110px; }
.w120 { width:120px; }
.w130 { width:130px; }
.w140 { width:140px; }
.w150 { width:150px; }
.w160 { width:160px; }
.w170 { width:170px; }
.w180 { width:180px; }
.w190 { width:190px; }
.w200 { width:200px; }
.w210 { width:210px; }
.w220 { width:220px; }
.w230 { width:230px; }
.w240 { width:240px; }
.w250 { width:250px; }
.w260 { width:260px; }
.w270 { width:270px; }
.w280 { width:280px; }
.w290 { width:290px; }
.w300 { width:300px; }
.w400 { width:400px; }

/* editor style */
a.bold { font-weight:bold; }

.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; }
.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; }
.editor_red_text { color: #f42126 !important; text-decoration:underline !important; }
.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; }
.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_green_text { color: #08830B !important; text-decoration:underline !important; }
.editor_green_text a { color: #08830B !important; text-decoration:underline !important; }

.folder_opener { display: block; }
.folder_closer { display: none; }
.folder_area { display: none; }

.xe_content { line-height:1.6; overflow:hidden; }

.zbxe_widget_output { background:url("/common/tpl/images/widget_text.gif") no-repeat center bottom; display:block;}

/* xe layer */
#waitingforserverresponse { border:2px solid #444444; font-weight:bold; color:#444444; padding: 7px 5px 5px 25px; background:#FFFFFF url("/common/tpl/images/loading.gif") no-repeat 5px 5px; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }

#popup_menu_area{ position:absolute; background:#fff; border:2px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0; padding:0;}
#popup_menu_area *{ margin:0; padding:0; list-style:none; font-size:12px; line-height:normal;}
#popup_menu_area ul{ border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px 10px 5px 10px;}
#popup_menu_area li{ padding:2px 0 2px 20px; background-repeat:no-repeat; background-position:left center; margin-bottom:3px; white-space:nowrap;}
#popup_menu_area li a{ text-decoration:none; color:#000;}
#popup_menu_area li a:hover,
#popup_menu_area li a:active,
#popup_menu_area li a:focus{ font-weight:bold; letter-spacing:-1px;}

/* xe faceoff */
.faceOffManager { position:fixed; _position:absolute; right:3px; top:3px;  height:23px; }
 
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* Anchor Button */
a.button,
a.button span { position:relative; display:inline-block; text-decoration:none !important; background:url("/common/tpl/images/buttonWhite.gif") no-repeat; cursor:pointer; white-space:nowrap; vertical-align:middle;}
a.button { padding:0; background-position:left top; overflow:visible;}
a.button span { left:2px; padding:6px 10px 5px 8px; color:#000; font:12px/12px Sans-serif; background-position:right top; *vertical-align:top;}
/* Large Size */
a.button.large { background-position:left -30px; }
a.button.large span { padding:7px 10px 6px 8px; font:16px/16px Sans-serif; background-position:right -30px;}
/* xLarge Size */
a.button.xLarge { background-position:left -65px; }
a.button.xLarge span { padding:8px 10px 7px 8px; font:20px/20px Sans-serif; background-position:right -65px;}
/* Small Size */
a.button.small { background-position:left -107px; }
a.button.small span { padding:4px 6px 3px 4px; font:11px/11px Sans-serif; background-position:right -107px;}

/* Control Button + Submit Button */
span.button,
span.button button,
span.button input { position:relative; margin:0; display:inline-block; border:0; font:12px Sans-serif; white-space:nowrap; background:url("/common/tpl/images/buttonWhite.gif") no-repeat; vertical-align:middle;}
span.button { padding:0; background-position:left top;}
span.button button,
span.button input { height:23px; left:2px; *vertical-align:top; padding:0 10px 0 8px; line-height:24px; background-position:right top; cursor:pointer; *overflow:visible;}
/* Large Size */
span.button.large { background-position:left -30px;}
span.button.large button,
span.button.large input { height:30px; padding:0 10px 0 8px; font:16px/30px Sans-serif; background-position:right -30px;}
/* xLarge Size */
span.button.xLarge { background-position:left -65px;}
span.button.xLarge button,
span.button.xLarge input { height:35px; padding:0 10px 0 8px; font:20px/36px Sans-serif; background-position:right -65px;}
/* Small Size */
span.button.small { background-position:left -107px;}
span.button.small button,
span.button.small input { height:18px; padding:0 6px 0 4px; font:11px/18px Sans-serif; background-position:right -107px;}

/* Strong Button */
a.button.strong *,
span.button.strong * { font-weight:bold !important;}

/* Icon Add */
a.button .icon { position:relative; border:0; vertical-align:middle;}
span.button .icon { position:relative; left:10px; margin-right:8px; vertical-align:middle;}

/* Color Preset */
a.button.green,
a.button.green span,
span.button.green,
span.button.green button,
span.button.green input { background-image:url("/common/tpl/images/buttonGreen.gif"); color:#fff;}
a.button.black,
a.button.black span,
span.button.black,
span.button.black button,
span.button.black input { background-image:url("/common/tpl/images/buttonBlack.gif"); color:#fff;}
a.button.red,
a.button.red span,
span.button.red,
span.button.red button,
span.button.red input { background-image:url("/common/tpl/images/buttonRed.gif"); color:#fff;}
a.button.blue,
a.button.blue span,
span.button.blue,
span.button.blue button,
span.button.blue input { background-image:url("/common/tpl/images/buttonBlue.gif"); color:#fff;}

/* Offset Debug */
a.button,
span.button{ margin-right:2px;}

/* Button Set */
.buttonSet{ width:16px; height:16px; background-image:url("/common/tpl/images/buttonSet.gif"); background-repeat:no-repeat; border:0; background-color:transparent; vertical-align:middle; display:inline-block; text-decoration:none;}
.buttonSet span{ z-index:-1; font-size:0; line-height:0; visibility:hidden;}
.buttonSet.buttonUp{ background-position:0 0;}
.buttonSet.buttonDown{ background-position:0 -16px;}
.buttonSet.buttonLeft{ background-position:0 -32px;}
.buttonSet.buttonRight{ background-position:0 -48px;}
.buttonSet.buttonInfo{ background-position:0 -64px;}
.buttonSet.buttonCopy{ background-position:0 -80px;}
.buttonSet.buttonSetting{ background-position:0 -96px;}
.buttonSet.buttonActive{ background-position:0 -112px;}
.buttonSet.buttonDisable{ background-position:0 -128px;}
.buttonSet.buttonDelete{ background-position:0 -144px;}
.buttonSet.buttonHomepage{ background-position:0 -160px;}
.buttonSet.buttonBlog{ background-position:0 -176px;}
.buttonSet.buttonCalendar{ background-position:0 -192px;}
.buttonSet.buttonLayoutEditor{ background-position:0 -208px;}
.buttonSet.buttonAddWidget{ background-position:0 -224px;}
.buttonSet.buttonAddContent{ background-position:0 -240px;}
/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* 
A CSS framework begins here. We don't recommend modifying framework. You can override these properties by defining the styles outside the framework.
여기서 부터 CSS 프레임웍 입니다. 프레임웍 수정을 권장하지 않습니다. 스킨을 변형할 때 프레임웍 밖에서 선언된 속성으로 덮어쓰기 할 수 있습니다. 
*/

/* Layout */
#xe{ position:relative;}
#container{ position:relative;}
#header{ position:relative; clear:both; *zoom:1;}
#header:after{ content:""; display:block; clear:both;}
#body{ position:relative; clear:both; *zoom:1;}
#body:after{ content:""; display:block; clear:both;}
#content{ position:relative; text-align:justify; *zoom:1;}
#content:after{ content:""; display:block; clear:both;}
#footer{ position:relative; clear:both; *zoom:1;}
#footer:after{ content:""; display:block; clear:both;}
#footer address{ text-align:center;}

/* Layout Width */
.fixed #container{ width:960px; margin-left:auto; margin-right:auto;}
.liquid #container{ width:80%; margin-left:auto; margin-right:auto;}
.hybrid #container{ width:80%; margin-left:auto; margin-right:auto;}

/* Layout Align */
.aLeft #container{ margin-left:0;}
.aRight #container{ margin-right:0;}

/* Header Extension */
#header .extension{ position:relative; *zoom:1;}
#header .extension:after{ content:""; display:block; clear:both;}
#header .extension ul{ position:relative;}
#header .extension li{ position:relative; display:inline; list-style:none;}

/* Footer Extension */
#footer .extension{ position:relative; *zoom:1;}
#footer .extension:after{ content:""; display:block; clear:both;}
#footer .extension ul{ position:relative;}
#footer .extension li{ position:relative; display:inline; list-style:none;}

/* Body Extension */
#body .extension{position:relative; *zoom:1; display:none;}
#body .extension:after{ content:""; display:block; clear:both;}
#body .extension .section{position:relative;}

/* ----- Fixed 1 Column Layout ----- */
.fixed .c #body .e1{ display:block; margin-right:-30px;}
.fixed .c #body .e1 .section{ float:left; width:300px; margin-right:30px;}

/* ----- Liquid 1 Column Layout ----- */
.liquid .c #body .e1{ display:block; margin-right:-3.4%;}
.liquid .c #body .e1 .section{ float:left; width:30%; margin-right:3.3%;}

/* ----- Hybrid 1 Column Layout ----- */
.hybrid .c #body .e1{ display:block; margin-right:-30px;}
.hybrid .c #body .e1 .section{ float:left; width:240px; margin-right:30px;}

/* ----- Fixed 2 Column Layout ----- */
.fixed .ce #body .e1,
.fixed .ec #body .e1{ width:220px;}
.fixed .ce #body #content,
.fixed .ec #body #content{ width:720px;}
.fixed .ce #body #content{ float:left;}
.fixed .ec #body #content{ float:right;}
.fixed .ce #body .e1,
.fixed .ec #body .e1{ display:block;}
.fixed .ce #body .e1{ float:right; clear:right;}
.fixed .ec #body .e1{ float:left; clear:left;}

/* ----- Liquid 2 Column Layout ----- */
.liquid .ce #body .e1,
.liquid .ec #body .e1{ width:23%;}
.liquid .ce #body #content,
.liquid .ec #body #content{ width:75%;}
.liquid .ce #body #content{ float:left;}
.liquid .ec #body #content{ float:right;}
.liquid .ce #body .e1,
.liquid .ec #body .e1{ display:block;}
.liquid .ce #body .e1{ float:right; clear:right;}
.liquid .ec #body .e1{ float:left; clear:left;}

/* ----- Hybrid 2 Column Layout ----- */
.hybrid .ce #body{ padding-right:280px;}
.hybrid .ec #body{ padding-left:280px;}
.hybrid .ce #body .e1,
.hybrid .ec #body .e1{ width:260px;}
.hybrid .ce #body #content,
.hybrid .ec #body #content{ width:100%;}
.hybrid .ce #body #content{ float:left;}
.hybrid .ec #body #content{ float:right;}
.hybrid .ce #body .e1,
.hybrid .ec #body .e1{ display:block;}
.hybrid .ce #body .e1{ float:right; clear:right; margin-left:-260px; right:-280px;}
.hybrid .ec #body .e1{ float:left; clear:left; margin-right:-260px; left:-280px;}

/* ----- Fixed 3 Column Layout ----- */
.fixed .cee #body .e1,
.fixed .cee #body .e2,
.fixed .ece #body .e1,
.fixed .ece #body .e2,
.fixed .eec #body .e1,
.fixed .eec #body .e2{ display:block; width:200px;}

.fixed .cee #body #content,
.fixed .ece #body #content,
.fixed .eec #body #content{ width:520px;}

.fixed .cee #body #content{ float:left; margin-right:20px;}
.fixed .ece #body #content{ float:left; margin-right:-100%; left:220px;}
.fixed .eec #body #content{ float:right;}

.fixed .ece #body .e1,
.fixed .eec #body .e1{ float:left; margin-right:20px;}

.fixed .cee #body .e1,
.fixed .eec #body .e2{ float:left;}

.fixed .cee #body .e2,
.fixed .ece #body .e2{ float:right;}

/* ----- Liquid 3 Column Layout ----- */
.liquid .cee #body .e1,
.liquid .cee #body .e2,
.liquid .ece #body .e1,
.liquid .ece #body .e2,
.liquid .eec #body .e1,
.liquid .eec #body .e2{ display:block; width:20%;}

.liquid .cee #body #content,
.liquid .ece #body #content,
.liquid .eec #body #content{ width:56%;}

.liquid .cee #body #content{ float:left; margin-right:2%;}
.liquid .ece #body #content{ float:left; margin-right:-100%; left:22%;}
.liquid .eec #body #content{ float:right;}

.liquid .ece #body .e1,
.liquid .eec #body .e1{ float:left; margin-right:2%;}

.liquid .cee #body .e1,
.liquid .eec #body .e2{ float:left;}

.liquid .cee #body .e2,
.liquid .ece #body .e2{ float:right;}

/* ----- Hybrid 3 Column Layout ----- */
.hybrid .cee #body .e1,
.hybrid .cee #body .e2,
.hybrid .ece #body .e1,
.hybrid .ece #body .e2,
.hybrid .eec #body .e1,
.hybrid .eec #body .e2{ display:block; width:220px;}

.hybrid .cee #body{ padding-right:480px;}
.hybrid .ece #body{ padding-left:240px; padding-right:240px;}
.hybrid .eec #body{ padding-left:480px;}

.hybrid .cee #body #content,
.hybrid .ece #body #content,
.hybrid .eec #body #content{ width:100%;}

.hybrid .cee #body #content,
.hybrid .ece #body #content{ float:left; margin-right:-100%;}
.hybrid .eec #body #content{ float:right;}

.hybrid .ece #body .e1,
.hybrid .eec #body .e2{ float:left; left:-240px; margin-right:-220px;}
.hybrid .eec #body .e1{ float:left; left:-480px; margin-right:-220px;}

.hybrid .cee #body .e1,
.hybrid .ece #body .e2{ float:right; left:240px; margin-left:-220px;}
.hybrid .cee #body .e2{ float:right; left:480px; margin-left:-220px;}

/* 
A CSS framework ends here. We don't recommend modifying framework. You can override these properties by defining the styles outside the framework.
여기까지 CSS 프레임웍 입니다. 프레임웍 수정을 권장하지 않습니다. 스킨을 변형할 때 프레임웍 밖에서 선언된 속성으로 덮어쓰기 할 수 있습니다. 
*/
 

/* Menu Common */
.menu{
    z-index:2;position:relative; overflow:visible; font-size:12px; line-height:normal; *zoom:1; white-space:nowrap;;
}
.menu:after{ content:""; display:block; clear:both;}
.menu .inset{ position:relative; overflow:visible; z-index:2; *zoom:1; }
.menu .inset:after{ content:""; display:block; clear:both;}
.menu ul{ float:left; list-style:none; margin:-1px 0; padding:0;}
.menu ul:after{ content:""; display:block; clear:both;}
.menu li{ position:relative; z-index:1; float:left; display:block; }
.menu a{ position:relative; float:left; padding:0px; margin-bottom:-2px; text-decoration:none !important; cursor:pointer;}
.menu a span{ height:14px; color:#333; font-weight:bold; vertical-align:top;}


/* Menu Major */
.menu .major{ position:relative; z-index:2; float:left;}
.menu .major a{ overflow:hidden; position:relative; }
.menu .major span{ _zoom:1;}

/* Menu Hover */
.menu .major li.hover{ z-index:2; margin:0; border:0; }

.menu .major li.hover {
    background:#FFF;
}
.menu .major li.active {
    background:#FFF;
}
.menu .major li.hover span{ border:0;}

/* Menu Sub */
.menu .major .sub{ position:absolute; top:100%; *right:0%; margin:0; display:none; width:100%; *width:90px; font-size:11px; font-family:'돋움','Dotum'; }
.menu .major li.hover .sub{ display:block;}
.menu .major .sub ul{ margin:0 auto; padding:0px; border:1px solid #e9c0b0; border-bottom:none; background:#fff; overflow:hidden; width:90px; float:none; }
.menu .major .sub li{ width:100%; float:none; clear:both; display:block !important; _display:inline; border:0; margin:0; top:0px; }
.menu .major .sub a{ width:100%; _width:auto; float:none; clear:both; display:block; padding:6px 0; !important; margin:0; border-bottom:1px solid #e9c0b0; text-align:center}
.menu .major .sub a:hover { background:#fff7f4}
.menu .major .sub a span{ display:inline-block; height:auto; font-weight:normal; color:#91624f; border:0; padding:0 2px; }
.menu .major .sub a:hover span { font-weight:bold; color:#f57444; }
/* Menu Aside */
.menu .aside{ position:relative; z-index:2; float:right;  }
/* Menu Color Variation */

/* Menu White */


body, input, textarea, select, button { font-family:"굴림", "Gulim" } 
body { font-size:12px; line-height:1.5em; background-color:#fff }
a { text-decoration:none; }
a:hover { text-decoration:underline; }

.fixed #container { width:100%; }
.fixed .c #body .e1 { display:none; }
.fixed .ce #body .e1{ width:240px;}
.fixed .ce #body #content,
.fixed .ec #body #content{ width:720px; }

#header { z-index:10 }
#body { z-index:9; }
#body #body_top { z-index:20 } 
#body #content { z-index:18 }
#body .extension { z-index:19 }

#header .wrap,
#body,
#footer { margin:0 auto; width:975px; }

#xe #body { padding:0px 0 20px; }

#header { overflow:visible; background: #fff url("/layouts/meta201103/images/bg_header.gif") 0 0px repeat-x; }
#header .wrap { position:relative; padding-top:42px; }
#header h1 { margin:0; margin-bottom:10px; text-align:left; padding-left:4px;}
#header h1 a img {*display:block;/*block을 빼면 bottom에 공백생김(inline이면 white-space가 들어가는 듯*/}
#header .extension { position:absolute; top:50px; left:254px; }


/* #body_top */
#body #body_top { position:relative; margin-bottom:14px; _zoom:1 }
#body #body_top .wrap { position:relative; _zoom:1}
#body #body_top .t_left { position:relative; float:left; padding:0; width: 742px; height: 254px;}
#body #body_top .t_right { position:relative; width: 232px; height:252px; padding:0; float: right; border: 1px solid #d7d7d7; border-left: none; background: #fafafa; }
#body #body_top .t_right .loginfo { border-bottom: 1px solid #d7d7d7; }
#body #body_top .t_right .loginfo div { overflow: visible !important;}
#body #body_top .t_right .link_banner { }
#body #body_top .t_bottom { position:relative; clear:both; margin:0; height:32px; padding:6px 1px 2px 0; background: transparent url("/layouts/meta201103/images/bg_t_bottom.gif") left 0px repeat-x;}
#body #body_top .t_bottom:after { display:block; clear:both; content:"" }
#body #body_top .t_bottom .lineNotice { width:400px; float:left; margin-top:4px; padding-left:42px; background: transparent url("/layouts/meta201103/images/bg_lineNotice.gif") 0px 3px no-repeat; }
#body #body_top .t_bottom .lineNotice:after { display:block; clear:both; content:"" }
#body #body_top .t_bottom .lineNotice p { padding:0; margin:2px 0; *margin:3px 0 }
#body #body_top .t_bottom .lineNotice p a { color:#333333; font-weight:bold; font-family:'굴림','Gulim'; font-size:12px;}
#body #body_top .t_bottom .searchBox { float:right; background: transparent url("/layouts/meta201103/images/bg_searchBox.gif") 0 center no-repeat; padding-left:20px; }
#body #body_top .t_bottom .searchBox h4 { margin:0 3px 0 0; padding:0; display:block; float:left; background: transparent url("/layouts/meta201103/images/h4_meta_search.gif") 0 3px no-repeat; text-indent:-1000em; overflow:hidden; width:109px; height:23px;}
#body #body_top .t_bottom .searchBox div { overflow:visible !important; float:left; }


#body .extension .widget_section { margin-bottom:8px; float: right; clear:both; width:234px;}
#body .extension .widget_section_top{ padding-top:20px; }

#body .extension .widget_section h2 { }
#body .extension .blognews,
#body .extension .banner_writer {
    margin-bottom:20px
}
#body .extension .widget_section.banner { text-align:center; }

.snb { width:100%; position:absolute; top:0; clear:both; overflow:hidden; height:0; }
.snb a { display:block; width:100%; position:absolute; top:0; clear:both; overflow:hidden; height:0; text-decoration:none; text-align:center;}
.snb a:hover,
.snb a:active,
.snb a:focus{ height:auto; margin:0 0 10px 0; padding:5px;}


/* slogan */
#slogan { position:absolute; top:0px; left:4px; }
#slogan span { padding:6px 0 8px 0; line-height: 11px; display:block; }

/* q_menu */
#q_menu { position:absolute; top:0px; right:0px; }
#q_menu .wrap,
#q_menu .wrap span {
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    background: none;
    white-space: nowrap;
    vertical-align: middle;
    font-family:'돋움','Dotum';
    font-size:11px;
    line-height:11px;
}
#q_menu .wrap {
    padding: 0;
    margin: 0 2px 0 0; 
    background-position: left top;
    overflow: hidden;
    width:auto;
}
#q_menu .wrap span {
    margin:0 4px 0 0;
    left:4px;
    *vertical-align:top;
    padding: 0;
    background-position: right top;
    line-height:11px;
}
#q_menu .wrap span ul { display:block; float:left; margin:0; padding:6px 0 8px 0; overflow:hidden; }
#q_menu .wrap span li { display:block; margin-left:-1px; float:left; list-style: none; line-height:11px; padding:0 3px 0 5px; background:url("/layouts/meta201103/images/q_menu/partition.gif") no-repeat left center; }
#q_menu .wrap span li.feed { background:none; padding:0 2px; }
#q_menu .wrap span ul li a { display:block; float:left; border: none !important; margin-right:1px; color:#5a6d7d; }
/* END q_menu */


/* 검색폼 */
#form_search { margin-left:24px; padding:9px 0 2px; }
#form_search h4 { margin:0; padding:0; float:left; display:block; background: transparent url("/layouts/meta201103/images/h4_search.gif") no-repeat 0 1px; text-indent: -1000em; overflow: hidden; width:40px; height:20px; }
#form_search input { height:14px; padding:2px; border:1px solid #cacaca; font-size:1em; vertical-align:middle; }
#form_search input.search_word { width:162px; }
#form_search input.btn_search { margin:0; padding:0 5px 0 0; height:22px; border:none; width:30px; color:#FFF; font-weight:bold; background:url("/layouts/meta201103/images/search_btn_bg.gif") no-repeat left top; text-indent:-1000em; }

/* footer */
#footer { padding-bottom:30px; padding-top:4px; border-top:3px solid #727272; *zoom:1; }
#footer:after { display:block; clear:both; content:"" }
#footer .extension { *zoom:1 }
#footer .extension:after { display:block; clear:both; content:"" }
#footer .bottom_unb { position:relative; float:left; margin-top:5px; }
#footer .bottom_unb ul { overflow:hidden; margin:0; padding:0; }
#footer .bottom_unb li { float:left; padding:2px 16px ; *zoom:1; background:url("/layouts/meta201103/images/partition.gif") no-repeat left center; *background-position:left 4px;}
#footer .bottom_unb li.first { padding:2px 16px 2px 0; background:none; }
#footer .bottom_unb li:after{ content:""; display:block; clear:both;}

#footer .bottom_unb li a { display:block; color:#444; font-weight:bold; }

#footer .go_others { position:absolute; top:10px; right:0; }
#footer address { position:relative; padding-top:6px; font-style:normal; font-size:11px; color:#7e7e7e; text-align:left; line-height:1.3em; }

.floatLeft{ float:left;}
.floatRight{ float:right;}
.clearLeft{ clear:left;}
.clearRight{ clear:right;}

.tabContainer .open{ display:block !important;} 
.tabContainer a{ text-decoration:none;}
.tabContainer a:hover,
.tabContainer a:active,
.tabContainer a:focus{ text-decoration:underline;}
.tabContainer img{ border:0;}
.tabContainer sup{ position:relative; line-height:1; display:inline-block; margin:-5px 0; *padding:0 1px;}
.tabContainer form{ margin:0; padding:0;}
.tabContainer fieldset{ border:0; margin:0; padding:0;}

.tabContainer .tab{ position:relative; margin:0 0 10px 0; padding:0; *zoom:1; background: url("/layouts/meta201103/images/tabline_bg.gif") repeat-x scroll 0 100% transparent; }
.tabContainer .tab:after{ content:""; display:block; clear:both;} 
.tabContainer .tab li{ 
	float: left;
    list-style: none;
    margin-right: 1px;
    padding-top: 2px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    background: url("/layouts/meta201103/images/bg_tab.gif") no-repeat;
    height: 19px;
}
.tabContainer .tab li.active{ background: url("/layouts/meta201103/images/bg_tab_active.gif") no-repeat;} 
.tabContainer .tab a{ position:relative; font-weight:bold; text-decoration:none; font-size:11px; color: #B1B2B6;}
.tabContainer .tab li.active a{ color:#111; text-decoration:none;}

.tabContainer dl.divider{ margin:0;}
.tabContainer dl.divider dt{ position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0;}
.tabContainer dl.divider dd{ display:none; margin:0;}
.login_default { border:none; margin:0; padding:22px 22px 18px; height:97px; font-family:'돋움','Dotum'; }
.login_default legend { display:none; }
.login_default form { position:relative;}
.login_default form .keepLogin { margin-bottom:8px !important; overflow:hidden; clear:both; font-size:11px; color:#666666}
.login_default form .keepLogin .inputCheck { margin:0 }

.login_default form .idpwWrap { overflow:hidden; clear:both; *zoom:1; }
.login_default form .idpwWrap:after { display:block; clear:both; content:"" }
.login_default form .idpwWrap .idpw { float:left; margin:0 4px 5px 0; *margin:0 2px 5px 0; width:132px; }
.login_default form .idpwWrap .idpw input { border:1px solid #c9c9c9; color:#282828; background:#fff; padding:0 2px !important; font:11px Tahoma; width:126px; height:19px; }
.login_default form .idpwWrap .idpw input#user_id { margin-bottom:5px !important; *margin-bottom:2px !important; }
.login_default form .idpwWrap .login { float:left }
.login_default form .help { clear:both; font-weight:bold; margin:0; margin-top:3px !important; padding:0; *zoom:1; }
.login_default form .help:after { clear:both; display:block; content:''; }
.login_default form .help li{ display:block !important; list-style:none; float:left; }
.login_default form .help li.first { padding-right:6px; margin-right:4px; background:transparent url("/widgets/login_info/skins/meta201103/images/partition.gif") right center no-repeat; *background-position:right 3px; }
.login_default form .help li a { font-weight:normal !important; color:#666666 !important; font-size:11px; }
.login_default form .help li a strong { color:#333; }

.login_info { padding:18px 22px 5px; height:114px;}
.login_info .grade { color:#f26a00; font-weight:bold; margin-bottom:0px !important; }
.login_info .nickname { margin-bottom:7px !important; float:left;}
.login_info .nickname span { font-size:11px; }
.login_info .nickname span strong { font-size:12px; font-weight:bold; }
.login_info .logout { text-align:right; height:24px; *zoom:1; float:right; padding-right:6px; }
.login_info .logout:after { display:block; clear:both; content:"" }

.login_info .member_link { border-width:1px 0; border-color:#e7e7e7; border-style: solid; *zoom:1; width:160px; }
.login_info .member_link:after { display:block; content:""; clear:both; }
.login_info .member_link ul { padding:0; margin:0; *zoom:1 }
.login_info .member_link ul:after { display:block; content:""; clear:both; }
.login_info .member_link li{ position:relative; display:block !important; float:left; height:28px; z-index:3}
.login_info .member_link li.first { padding-right:2px !important; background: url("/widgets/login_info/skins/meta201103/images/bg_member_link.gif") right 0 no-repeat; z-index:4}

.login_info .member_link .memberProfile{ display:none; position:absolute; top:15px; left:5px; padding:10px 15px 10px 5px !important; background:#fff; border:2px solid #737373; z-index:200;}
.login_info .member_link .memberProfile.active{ display:block;}
.login_info .member_link .memberProfile .authorName{ margin:0 0 8px 0 !important; font-size:16px; font-weight:bold; color:#333; white-space:nowrap;}
.login_info .member_link .memberProfile ul{ position:relative; margin:0; padding:5px 15px 5px 10px !important; list-style:none; }
.login_info .member_link .memberProfile li{ float:none; white-space:nowrap; padding:0 0 0 10px !important; background:url("/widgets/login_info/skins/meta201103/images/bulletB.gif") no-repeat left center; height:16px}
.login_info .member_link .memberProfile li a{ background:none; color:#333; text-decoration:none;}
.login_info .member_link .memberProfile li a:hover,
.login_info .member_link .memberProfile li a:active,
.login_info .member_link .memberProfile li a:focus{ text-decoration:underline;}
.login_info .member_link .close{ position:absolute; cursor:pointer; border:0; padding:0; top:0; right:0; width:20px; height:20px; background:transparent url("/widgets/login_info/skins/meta201103/images/buttonCloseX.gif") no-repeat center center;}
.login_info .member_link .close span{ position:absolute; font-size:0; line-height:0; width:0; height:.; overflow:hidden; visibility:hidden;}


.login_info .mysite { margin:8px 0 !important; }
.login_info .mysite:after { display:block; content:""; clear:both; }
.login_info .mysite p { margin:0; float:left; font-size:11px; margin-right:10px; padding:3px 0;}
.login_info .mysite select { float:left; border:1px #bcbcbc solid; background:#fff; font-family:"Dotum","돋움"; width:130px; }
.login_info .mysite select option { padding:2px 4px 0 !important; }


.mediacast_meta201103_top_banner { position:relative; padding:0; }
.mediacast_meta201103_top_banner ul{overflow:hidden;position:relative;margin:0;padding:0;list-style:none;*zoom:1}
.mediacast_meta201103_top_banner ul:after{display:block;clear:both;content:""}
.mediacast_meta201103_top_banner li{overflow:hidden;display:block; float:left; clear:both; position:relative;width:232px;padding:1px 0 0;margin:0; background: transparent url("/widgets/mediacast/skins/meta201103_top_banner/images/bg_li.gif") 0 0 no-repeat; }
.mediacast_meta201103_top_banner li.first { background:none; padding:0; }
.mediacast_meta201103_top_banner {overflow:hidden;position:relative;width:232px; display:block;}
.mediacast_meta201103_top_banner img{display:block;border:0; width:232px; }
.mediacast_meta201103_top_banner a{display:block;width:232px;margin:0;padding:0;text-decoration:none;cursor:pointer}


.mediacast_meta201103_headline { position:relative; width:742px; height:254px;}
.mediacast_meta201103_headline ul{overflow:hidden;position:relative;margin:0;padding:0;font-size:12px;list-style:none;width:742px; height:208px; }
.mediacast_meta201103_headline ul:after{display:block;clear:both;content:""}
.mediacast_meta201103_headline li{overflow:hidden;float:left;position:relative;width:740px; _width:740px; height:208px; border:1px solid #ddd; border-bottom:none; }
.mediacast_meta201103_headline li.hide { display:none; }

.mediacast_meta201103_headline .navi { display: block; height: 44px; overflow:hidden; position: relative; width: 740px; background: transparent url("/widgets/mediacast/skins/meta201103_headline/images/partition.gif") 0 0 repeat-x; border:1px solid #000;}
.mediacast_meta201103_headline .navi a {position:relative; width:246px; height:44px; background-color:transparent; background-position:0 0; text-indent:-10000em; overflow:hidden; float: left; display:block; margin-right:1px; white-space: nowrap;}
.mediacast_meta201103_headline .navi a.active{ background-position: 0px -44px;}


.mediacast_meta201103_issue ul{ margin:0; padding:0; list-style:none; font-family:'굴림','Gulim';}
.mediacast_meta201103_issue li{ position:relative; margin:0px; padding:0; vertical-align:top; *zoom:1; line-height:23px}
.mediacast_meta201103_issue li a { text-decoration:none; cursor:pointer; background:url("/widgets/mediacast/skins/meta201103_issue/images/icon_dot.gif") no-repeat left center; padding-left:7px; }
.mediacast_meta201103_issue li a .title { color:#333; font-weight:normal; font-size:12px; }
.mediacast_meta201103_issue li.first-child { }
.mediacast_meta201103_issue li.first-child a { padding:0; background:none; }
.mediacast_meta201103_issue li.first-child a .title {color:#000; font-weight:bold; font-size:14px;}

.mediacast_meta201103_issue .thumb{ float:left; margin:4px 10px 0 0; border:1px solid #ccc;}

.mediacast_meta201103_issue .navi { display: block; height: 20px; position: relative; padding-top:5px;}
.mediacast_meta201103_issue a.goPrev,
.mediacast_meta201103_issue a.goNext { width:13px; height:15px; background: url("/widgets/mediacast/skins/meta201103_issue/images/bt_arrow.gif") 0 0 no-repeat transparent; text-indent:-1000em; overflow:hidden; float: right;}
.mediacast_meta201103_issue a.goPrev { background-position: 0 0; }
.mediacast_meta201103_issue a.goNext { background-position: -12px 0; }
div.meta201103WidgetStyle { position:relative; overflow:hidden; *zoom:1;}
div.meta201103WidgetStyle h2 { margin:0 0 10px 0; padding:0; color:#333; font-size:12px; }
div.meta201103WidgetStyle h2.underline { border-bottom:1px solid #E7E7E7; padding:0; }
div.meta201103WidgetStyle a.widgetMoreLink { position:absolute; top:1px; right:2px; text-decoration:none; color:#636363;}


.bloghub_category.column { width:220px; }
.bloghub_category a { text-decoration:none; }

.bloghub_category.column .content .post_item .post,
.bloghub_category.column .content .post_item.existThumb .post {
	width:220px;
}
.bloghub_category.column .title {
	text-align:center;
}
.bloghub_category.column .content .post_item a {
	font-size:9pt;
	font-weight:normal;

}
.bloghub_category.column .content .post_item .title {
	margin:0;
	padding:0;
	padding-top:15px;
	font-weight:normal;
	font-size:9pt;
}

.bloghub_category.column .content .post_item {
	padding:0;
}

.bloghub_category.column .content .post_item .photo {
	padding:0;
	padding-top:2px;
	float:none;
	text-align:center;
}
.bloghub_category.column .content .post_item .photo a {
	padding:0;
}


.mediacast_meta201103_focus { position:relative; width:208px; }
.mediacast_meta201103_focus ul{overflow:hidden;position:relative;margin:0;padding:0;font-size:12px;list-style:none;*zoom:1;clear:both;}
.mediacast_meta201103_focus ul:after{display:block;clear:both;content:""}
.mediacast_meta201103_focus li{overflow:hidden;float:left;position:relative;top:1px;}
.mediacast_meta201103_focus li.hide { display:none; }
.mediacast_meta201103_focus .thumb{overflow:hidden;position:relative;width:208px;white-space:nowrap}
.mediacast_meta201103_focus .thumb img{display:block;border:0; width:208px; height:125px; }
.mediacast_meta201103_focus ul li a{display:block;width:208px;margin:0 auto;padding:0;text-decoration:none;cursor:pointer}

.mediacast_meta201103_focus .navi { height: 20px; position: relative; overflow:hidden; float:right; }
.mediacast_meta201103_focus .navi a span{ width:13px; height:13px; background: url("/widgets/mediacast/skins/meta201103_focus/images/focus_num.gif") 0 0 no-repeat transparent; text-indent:-1000em; overflow:hidden; float: left; margin-left:6px;}

.mediacast_meta201103_focus a span.go_1 { background-position: 0 0; }
.mediacast_meta201103_focus a span.go_2 { background-position: -20px 0; }
.mediacast_meta201103_focus a span.go_3 { background-position: -40px 0; }
.mediacast_meta201103_focus a span.go_4 { background-position: -60px 0; }

.mediacast_meta201103_focus .active .go_1{ background-position: 0 -13px; }
.mediacast_meta201103_focus .active .go_2{ background-position: -20px -13px; }
.mediacast_meta201103_focus .active .go_3{ background-position: -40px -13px; }
.mediacast_meta201103_focus .active .go_4{ background-position: -60px -13px; }


.mediacast_meta201103_sns_banner { position:relative; padding:0; background: transparent url("/widgets/mediacast/skins/meta201103_sns_banner/images/bg_box.gif") 0 0 repeat-x; line-height:21px;}
.mediacast_meta201103_sns_banner h4 { position:relative; margin:0; padding:5px 0 6px ; background: transparent url("/widgets/mediacast/skins/meta201103_sns_banner/images/bg_h4.gif") 5px 8px no-repeat; text-indent:-1000em; overflow:hidden; }
.mediacast_meta201103_sns_banner ul{overflow:hidden;position:absolute;right:5px;top:5px;margin:0;padding:0;list-style:none;*zoom:1}
.mediacast_meta201103_sns_banner ul:after{display:block;clear:both;content:""}
.mediacast_meta201103_sns_banner li{overflow:hidden;position:relative;padding:0 0 0 3px;margin:0; float:left; display:block;}
.mediacast_meta201103_sns_banner a{display:block;margin:0;padding:0;text-decoration:none;cursor:pointer}


.mediacast_meta201103_sns { position:relative; }
.mediacast_meta201103_sns #sns_slider {position:relative;margin:0;padding:0;font-size:12px;list-style:none;*zoom:1; height: 70px;}
.mediacast_meta201103_sns #sns_slider ul:after{display:block;clear:both;content:""}
.mediacast_meta201103_sns #sns_slider li{float:left;position:relative;top:1px;width:68px; }
.mediacast_meta201103_sns .hide { display:none; }
.mediacast_meta201103_sns .thumb{display:block;overflow:hidden;position:relative;width:62px;white-space:nowrap;border: 3px solid #fff;}
.mediacast_meta201103_sns .thumb img{display:block;border:0; width:62px; height:62px; }
.mediacast_meta201103_sns a:hover .thumb{ border: 3px solid #fc7f3d;}

#content .sns_link { position: absolute; top: 40px; left:140px; width: 130px; height: 40px; border: 1px solid #111; background-color: #fff; z-index: 1000; padding:5px;}
#content .sns_link ul { padding:0; margin:0; }
#content .sns_link li { list-style: none; padding:0 0 0 20px; margin:0; line-height:20px; }
#content .sns_link li.twitter { background: transparent url("/widgets/mediacast/skins/meta201103_sns/images/bt_twitter_small.gif") 0 center no-repeat; _background-position:0 2px;}
#content .sns_link li.facebook { background: transparent url("/widgets/mediacast/skins/meta201103_sns/images/bt_facebook_small.gif") 0 center no-repeat; _background-position:0 2px;}
#content .sns_link li a { list-style: none; padding:0; margin:0; font-size:11px; color:#484848; font-family: '돋움','Dotum'; }
/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */

/*next button*/
.bx-next {
	background: url("/widgets/mediacast/skins/meta201103_sns/images/bt_arrow_sns.gif") no-repeat scroll -3px 0 transparent;
    height: 8px;
    position: absolute;
    right: 1px;
    text-indent: -999999px;
    top: 44%;
    width: 5px;
    z-index: 999;
    overflow:hidden;
}

/*previous button*/
.bx-prev {
	background: url("/widgets/mediacast/skins/meta201103_sns/images/bt_arrow_sns.gif") no-repeat scroll 0 0 transparent;
    height: 8px;
    left: 1px;
    position: absolute;
    text-indent: -999999px;
    top: 44%;
    width: 5px;
    z-index: 999;
    overflow:hidden;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url("/widgets/mediacast/skins/meta201103_sns/css/gray_pager.png") no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url("/widgets/mediacast/skins/meta201103_sns/css/gray_auto.png") no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url("/widgets/mediacast/skins/meta201103_sns/css/gray_auto.png") no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */




/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}

.bx-wrapper {
	padding: 0 6px;
}


.mediacast_meta201103_side_onair { position:relative; padding:0; }
.mediacast_meta201103_side_onair ul{overflow:hidden;position:relative;margin:0;padding:0;list-style:none;*zoom:1}
.mediacast_meta201103_side_onair ul:after{display:block;clear:both;content:""}
.mediacast_meta201103_side_onair li{overflow:hidden;position:relative;width:216px;margin:4px 0;padding:0; }
.mediacast_meta201103_side_onair li.first { padding:0; }
.mediacast_meta201103_side_onair .thumb{overflow:hidden;position:relative;width:216px; }
.mediacast_meta201103_side_onair .thumb img{display:block;border:0; width:216px; }
.mediacast_meta201103_side_onair a{display:block;width:216px;margin:0;padding:0;text-decoration:none;cursor:pointer}


.mediacast_meta201103_multimedia { position:relative; }
.mediacast_meta201103_multimedia ul{overflow:hidden;position:relative;margin:0;padding:0;font-size:12px;list-style:none;*zoom:1}
.mediacast_meta201103_multimedia ul:after{display:block;clear:both;content:""}
.mediacast_meta201103_multimedia li{overflow:hidden;float:left;position:relative;top:1px;padding-right: 14px; }
.mediacast_meta201103_multimedia li.hide { display:none; }
.mediacast_meta201103_multimedia .thumb{overflow:hidden;position:relative;width:214px;white-space:nowrap}
.mediacast_meta201103_multimedia .thumb img{display:block;border:0; width:214px; height:103px; }
.mediacast_meta201103_multimedia a{display:block;width:214px;margin:0 auto;padding:0;text-decoration:none;cursor:pointer}
.mediacast_meta201103_multimedia .title{ font-weight: bold; color:#333; margin-top: 15px; display: block; width:214px;}
.mediacast_meta201103_multimedia .subtitle{ color:#333; margin-top: 4px; display: block; width:214px;}
.mediacast_meta201103_multimedia a strong{display:inline-block;margin:8px 0 0 0;color:#333}
.mediacast_meta201103_multimedia p{width:188px;margin:0 auto;font-size:11px;color:#333;}
.mediacast_meta201103_multimedia p.summary {color:#767676}
.mediacast_meta201103_multimedia a:hover strong,
.mediacast_meta201103_multimedia a:active strong,
.mediacast_meta201103_multimedia a:focus strong{text-decoration:underline}

.mediacast_meta201103_multimedia .navi { display: block; width: 214px; height: 23px; position: relative; }
.mediacast_meta201103_multimedia .navi .navi_page{ float: right; color:#666; font-size: 11px; margin-right:10px;}
.mediacast_meta201103_multimedia .navi .navi_page .c_page{ font-weight: bold; color:#000; }
.mediacast_meta201103_multimedia a.goPrev,
.mediacast_meta201103_multimedia a.goNext { width:13px; height:15px; background: url("/widgets/mediacast/skins/meta201103_multimedia/images/bt_arrow.gif") 0 0 no-repeat transparent; text-indent:-1000em; overflow:hidden; float: right;}
.mediacast_meta201103_multimedia a.goPrev { background-position: 0 0; }
.mediacast_meta201103_multimedia a.goNext { background-position: -12px 0; }


.clearfix { *zoom:1; *display:block;}
.clearfix:after { content:'.'; display:block; height:0; clear:both; visibility:hidden; }

.mediacast_meta201107_calendar{padding:0;margin:0;font-size:12px;font-family:"malgun gothic","맑은 고딕";line-height:1.4em;color:#333}
.mediacast_meta201107_calendar img{display:block;border:none;padding:0;margin:0;}

.mediacast_meta201107_calendar .title{padding:0 0 4px 2px;color:#676767;font-size:10px;letter-spacing:-1px}
.mediacast_meta201107_calendar .title span.today{color:#343434;font-size:14px;font-weight:bold;}

.mediacast_meta201107_calendar .wrap{border:2px solid #99999a;width:230px;position:relative;}

.mediacast_meta201107_calendar .wrap_date{border-bottom: 1px solid #CCCCC2; color: #666666; font-family: "Gulim","굴림"; font-size: 14px; font-weight: bold; padding: 11px 13px 9px; position: relative;}
.mediacast_meta201107_calendar .wrap_date span.day{font-size:24px;color:#e832ae}
.mediacast_meta201107_calendar .wrap_date span.day_sub{position:absolute;*top:16px}
.mediacast_meta201107_calendar .wrap_date .more{position:absolute;top:12px;*top:17px;right:8px;}

.mediacast_meta201107_calendar .wrap_sub{color:#666;position:relative;background-color:#ffffea;font-size:11px;font-family:"Dotum", "돋움";padding:13px 0 9px}
.mediacast_meta201107_calendar .wrap_sub .month {float:left; padding-left:13px;/*position:absolute;left:13px;top:21px;*/}
.mediacast_meta201107_calendar .wrap_sub .month span.top{padding-left:2px;font-weight:bold}
.mediacast_meta201107_calendar .wrap_sub .month p.bottom{padding:0;margin:0}

.mediacast_meta201107_calendar ul{float:left; margin:0;padding:0 0 5px 15px;width:180px;}
.mediacast_meta201107_calendar li a{color:#666;text-decoration:none;cursor:pointer}
.mediacast_meta201107_calendar li{padding-left:8px;background:url("/widgets/mediacast/skins/meta201107_calendar/images/var_gray.gif") no-repeat left 7px;list-style:none outside none}
.sido_map {
    position:relative;
    width:232px;
    height:268px;
    border:1px solid #DDD;
	background:url("/widgets/sidomap/skins/meta201103/img/map.gif") no-repeat left top;
}
.sido_map .city.unactive {
    display:none;
}
.sido_map ul {
    display:block;
    height:268px;
    width:232px;
    margin:0;
    padding:0;
    list-style:none;
    background:url("/widgets/sidomap/skins/meta201103/img/map_on.gif") no-repeat left top;
}
.sido_map ul li {
    margin:0;
    padding:0;
    list-style:none;
}
.sido_map span.pin {
    display:block;
    width:33px;
    height:23px;
    text-align:center;
    font-weight:bold;
	background:url("/widgets/sidomap/skins/meta201103/img/pin.png") no-repeat left top;
}
.sido_map span.pin.hover,
.sido_map span.pin.active {
    background-position:0 -50px;
}
.sido_map span.pin a {
    display:block;
    padding-top:1px;
    font-family:돋움;
    font-size:8pt;
    color: #666;
    text-decoration: none;
}
.sido_map .hover a,
.sido_map .pin.active a{
    color:#FFF !important;
}
.sido_map a:hover {
    text-decoration:none !important;
}
.sido_map dl,
.sido_map dt,
.sido_map dd {
    margin:0;
    padding:0;
    font-size:9pt;
    white-space:nowrap;    
}
.sido_map dl a,
.sido_map dt a,
.sido_map dd a{
    color:#333;    
}
.sido_map dl {
    position:absolute;
    border: 1px solid #999999;
    padding: 10px 0 8px 13px;
    background:#FFF;
}
.sido_map dt {
    margin-bottom:5px;
    font-weight:bold;
}
.sido_map dd {
    width:65px;
    float:left;
}


.sido_map .city {
    position:absolute;
}
.sido_map .city dl {
    display:none;
    z-index:100;
}
.sido_map .city dd {
    padding:1px 0;
}

.sido_map .city.seoul { left:68px; top:57px; }
.sido_map .city.seoul dl { width:195px; }
.sido_map .city.incheon { left:36px; top:65px; }
.sido_map .city.incheon dl { width:132px; }
.sido_map .city.daejeon { left:82px; top:106px; }
.sido_map .city.daejeon dl { width:132px; }
.sido_map .city.gwangju { left:62px; top:157px; }
.sido_map .city.gwangju dl { width:132px; }
.sido_map .city.daegu { left:119px; top:125px; }
.sido_map .city.daegu dl { }
.sido_map .city.busan { left:140px; top:161px; }
.sido_map .city.busan dl { width:132px; }
.sido_map .city.ulsan { left:152px; top:139px; }
.sido_map .city.ulsan dl { }

.sido_map .city.gyeonggi { left:71px; top:77px; }
.sido_map .city.gyeonggi dl { width:195px; }
.sido_map .city.gangwon { left:111px; top:55px; }
.sido_map .city.gangwon dl { width:132px; }
.sido_map .city.gyeongnam { left:105px; top:156px; }
.sido_map .city.gyeongnam dl { width:132px; }
.sido_map .city.gyeongbuk { left:140px; top:103px; }
.sido_map .city.gyeongbuk dl { }
.sido_map .city.jeounnam { left:40px; top:179px; }
.sido_map .city.jeounnam dl { width:132px; }
.sido_map .city.jeonbuk { left:73px; top:134px; }
.sido_map .city.jeonbuk dl { width:132px; }
.sido_map .city.chungnam { left:48px; top:101px; }
.sido_map .city.chungnam dl { }
.sido_map .city.chungbuk { left:112px; top:82px; }
.sido_map .city.chungbuk dl { width:132px; }
.sido_map .city.jejudo { left:52px; top:202px; }




.sido_map ul.seoul { background-position:-265px 0; }
.sido_map ul.incheon { background-position:-515px 0; }
.sido_map ul.daejeon { background-position:-4015px 0; }
.sido_map ul.gwangju { background-position:-765px 0; }
.sido_map ul.daegu { background-position:-1015px 0; }
.sido_map ul.busan { background-position:-1265px 0; }
.sido_map ul.ulsan { background-position:-1515px 0; }

.sido_map ul.gyeonggi { background-position:-1765px 0; }
.sido_map ul.gangwon { background-position:-2015px 0; }
.sido_map ul.gyeongnam { background-position:-2265px 0; }
.sido_map ul.gyeongbuk { background-position:-2515px 0; }
.sido_map ul.jeounnam { background-position:-2765px 0; }
.sido_map ul.jeonbuk { background-position:-3015px 0; }
.sido_map ul.chungnam { background-position:-3265px 0; }
.sido_map ul.chungbuk { background-position:-3515px 0; }
.sido_map ul.jejudo { background-position:-3765px 0; }


.open{ display:block !important;} 
.floatLeft{ float:left;}
.floatRight{ float:right;}
.clearLeft{ clear:left;}
.clearRight{ clear:right;}

.widgetContainer a{ text-decoration:none;}
.widgetContainer a:hover,
.widgetContainer a:active,
.widgetContainer a:focus{ text-decoration:underline;}
.widgetContainer img{ border:0;}
.widgetContainer sup{ position:relative; line-height:1; display:inline-block; margin:-5px 0; *padding:0 1px;}
.widgetContainer form{ margin:0; padding:0;}
.widgetContainer fieldset{ border:0; margin:0; padding:0;}

.widgetTabA{ position:relative; margin:0 0 10px 0; padding:0; *zoom:1; width: 262px; overflow: hidden;}
.widgetTabA:after{ content:""; display:block; clear:both;} 
.widgetTabA li{ float:left; list-style:none; background-position:0 0; border:#ffffff 1px solid; background-color: #EAEAEA; width: 63px;}
.widgetTabA li.active{background-color: #FFFFFF} 
.widgetTabA li a{ position:relative; left:2px; float:left; height:20px; padding:8px 15px 0 15px; text-decoration:none; font-size:12px; background-color: #EAEAEA; background-position:right 0; width: 63px;}
.widgetTabA li.active a{background:url("/widgets/content_cat/skins/meta201103_notice/img/photo_menu_bg1.PNG"); font-weight:bold; letter-spacing:-1px;}

ul.widgetA { margin:0; padding:0; list-style:none; }
ul.widgetA li { margin:0; padding:0; list-style:none; }
.widgetTableA { width:100%; font-size:12px; position:relative; border:0;}
.widgetTableA td{ border:0; line-height:1.5; white-space:nowrap; vertical-align:top; padding:1px 5px 1px 5px;}
.widgetTableA td.title{ width:100%; white-space:normal;}
.widgetTableA td .board{ padding-right:5px;} 
.widgetTableA td .notice{ padding-right:5px;}
.widgetTableA td .category{ padding-right:5px; font-weight:normal;}
.widgetTableA td .replyNum a{ font:10px Tahoma;}
.widgetTableA td .trackbackNum a{ font:10px Tahoma;}
.widgetTableA td.author{}
.widgetTableA td.time{ font-size:11px; font-family:Tahoma;} 


.widgetTabC{ margin:0; padding:0; font-size:12px; border-top:1px solid;}
.widgetTabC li{ list-style:none; border-bottom:1px solid; *zoom:1; margin-bottom:1px;}
.widgetTabC li a{ display:block; padding:7px 0 6px 10px; text-decoration:none; *zoom:1;}

dl.widgetDivider{ margin-left: 16px; margin-top: 23px; width: 235px;}
dl.widgetDivider dt{ position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0;}
dl.widgetDivider dd{ display:none; margin:0;} 

.widgetNavigator{ margin:0; padding:0; text-align:right; clear:both;}
.widgetNavigator li{ list-style:none; display:inline;}
.widgetNavigator li button{ width:16px; height:16px; padding:0; background-color:transparent; background-image:url("/widgets/content_cat/skins/meta201103_notice/img/white/buttonWidgetNavigation.gif"); border:1px solid #999; cursor:pointer;}
.widgetNavigator li button.prev{ background-position:left center; *background-position:-1px center;}
.widgetNavigator li button.next{ background-position:right center; *background-position:13px center;}
.widgetNavigator li button span{ position:absolute; display:block; width:0; height:0; overflow:hidden; visibility:hidden;}

.widgetGalleryA{ position:relative; margin:0; padding:0; font-size:12px; line-height:1.5; *zoom:1; _margin-right:-100%;}
.widgetGalleryA:after{ content:""; display:block; clear:both;}
.widgetGalleryA li { float:left; overflow:hidden; width:100px; margin-right:13px; margin-bottom:15px; padding-bottom:0; white-space:nowrap; list-style:none;}
.widgetGalleryA li.clearRight{ margin-right:0;}
.widgetGalleryA li .thumb{ display:block; position:relative; width:100px; height:75px; margin-bottom:10px; overflow:hidden; text-decoration:none;}
.widgetGalleryA li .thumb img{ display:block; position:relative; width:100%;}
.widgetGalleryA li .thumb .imgNone{ display:block; position:relative; width:100%; height:70%; padding-top:30%; background:#eee; text-align:center; cursor:pointer; color:#000;}
.widgetGalleryA li .thumb .board{ display:block; position:absolute; width:100%; top:0; left:0; padding:2px 0 0 0 !important; cursor:pointer; text-align:center; font-weight:normal; background:#000; color:#fff; opacity:0.6;  filter:alpha(opacity=60); -ms-filter:alpha('opacity=60'); }
.widgetGalleryA li .thumb .category{ display:block; position:absolute; width:100%; bottom:0; left:0; padding:2px 0 0 0 !important; cursor:pointer; text-align:center; font-weight:normal; background:#000; color:#fff; opacity:0.6;  filter:alpha(opacity=60); -ms-filter:alpha('opacity=60'); }
.widgetGalleryA li .author{ display:block;}
.widgetGalleryA li .replyNum a{ font:10px Tahoma; margin:0 -1px;}
.widgetGalleryA li .trackbackNum a{ font:10px Tahoma; margin:0 -1px;}
.widgetGalleryA li .date{ font:11px Tahoma;}
.widgetGalleryA li .hour{ font:11px Tahoma;}

/* widgetThumb */
.widgetThumb{ position:relative; margin:0; text-align:center; font-size:12px; line-height:1.5;}
.widgetThumb .thumb{ display:block; margin-bottom:5px; position:relative; *zoom:1; text-decoration:none; _float:left;}
.widgetThumb .thumb img{ display:block; width:100%;}
.widgetThumb .thumb .imgNone{ display:block; position:relative; width:100%; padding-top:30px; padding-bottom:50px; background:#eee; text-align:center; cursor:pointer; color:#000;}
.widgetThumb .thumb .category{ display:block; position:absolute; width:100%; bottom:0; left:0; padding:2px 0 0 0 !important; cursor:pointer; text-align:center; font-weight:normal; background:#000; color:#fff; opacity:0.6;  filter:alpha(opacity=60); -ms-filter:alpha('opacity=60'); }
.widgetThumb .title{ display:block;}
.widgetThumb .author{ display:block;}
.widgetThumb .date{ font-size:11px; font-family:Tahoma;}
.widgetThumb .hour{ font-size:11px; font-family:Tahoma;}

.widgetZineA{ position:relative; margin:0; padding:0; font-size:12px; line-height:1.5; *zoom:1;}
.widgetZineA:after{ content:""; display:block; clear:both;}
.widgetZineA li { list-style:none; clear:both; margin-bottom:7px; *zoom:1; overflow:hidden; }
.widgetZineA li p{ margin:0; padding:0;}
.widgetZineA li p.thumbArea{ position:relative; float:left; width:100px; margin-right:-100px; overflow:hidden;}
.widgetZineA li p.titleArea{ margin-left:120px; margin-bottom:4px;}
.widgetZineA li p.titleArea .board{ padding-right:5px;}
.widgetZineA li p.text{ margin-left:120px; margin-bottom:4px;}
.widgetZineA li p.authorArea{ margin-left:120px;}
.widgetZineA li .thumb{ display:block; position:relative; width:100px; height:75px; text-decoration:none; overflow:hidden;}
.widgetZineA li .thumb img{ position:relative; width:100%;}
.widgetZineA li .thumb .imgNone{ display:block; position:relative; width:100%; height:80%; padding-top:20%; background:#eee; text-align:center; cursor:pointer; color:#000;}
.widgetZineA li .thumb .category{ display:block; position:absolute; width:100%; bottom:0; left:0; padding:2px 0 0 0 !important; cursor:pointer; text-align:center; font-weight:normal; background:#000; color:#fff; opacity:0.6;  filter:alpha(opacity=60); -ms-filter:alpha('opacity=60'); }
.widgetZineA li .category{ padding-right:5px; font-weight:normal;}
.widgetZineA li .title{ font-weight:bold;}
.widgetZineA li .replyNum a{ font:10px Tahoma; margin:0 -1px;}
.widgetZineA li .trackbackNum a{ font:10px Tahoma; margin:0 -1px;}
.widgetZineA li .author{ margin-right:10px;}
.widgetZineA li .date{ font:11px Tahoma;}
.widgetZineA li .hour{ font:11px Tahoma;}

.widgetTabC{ border-color:#e5e5e5;}
.widgetTabC li{ border-color:#e5e5e5; background:#f8f8f8;}
.widgetTabC li a{ color:#333;}
.widgetTabC li a:hover, 
.widgetTabC li a:active,
.widgetTabC li a:focus{ background:#eee;}

.widgetA a.board { color:#333; padding-right:5px; background:url("/widgets/content_cat/skins/meta201103_notice/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetA .notice{ color:#ff1a1a; background:url("/widgets/content_cat/skins/meta201103_notice/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetA .category{ color:#333; background:url("/widgets/content_cat/skins/meta201103_notice/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetA .replyNum a{ color:#ff1a1a;}
.widgetA .trackbackNum a{ color:#66c;}
.widgetA .author { color:#333;}
.widgetA .date{ color:#333;}
.widgetA .hour{ color:#888;}

.widgetTableA td.title a{ color:#333;}
.widgetTableA td .board{ color:#333; background:url("/widgets/content_cat/skins/meta201103_notice/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetTableA td .notice{ color:#ff1a1a; background:url("/widgets/content_cat/skins/meta201103_notice/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetTableA td .category{ color:#333; background:url("/widgets/content_cat/skins/meta201103_notice/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetTableA td .replyNum a{ color:#ff1a1a;}
.widgetTableA td .trackbackNum a{ color:#66c;}
.widgetTableA td .author { color:#333;}
.widgetTableA td .date{ color:#333;}
.widgetTableA td .hour{ color:#888;}

.widgetGalleryA li .title{ color:#333;}
.widgetGalleryA li .replyNum a{ color:#ff1a1a;}
.widgetGalleryA li .trackbackNum a{ color:#66c;}
.widgetGalleryA li .author{ color:#333;}
.widgetGalleryA li .date{ color:#333;}
.widgetGalleryA li .hour{ color:#888;}

.widgetThumb{ color:#333;}
.widgetThumb a{ color:#333;}
.widgetThumb .hour{ color:#888;}

.widgetZineA li .board{ color:#333; background:url("/widgets/content_cat/skins/meta201103_notice/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetZineA li .title{ color:#666;}
.widgetZineA li .replyNum a{ color:#ff1a1a;}
.widgetZineA li .trackbackNum a{ color:#66c;}
.widgetZineA li .author{ color:#333;}
.widgetZineA li .category{ color:#333; background:url("/widgets/content_cat/skins/meta201103_notice/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetZineA li .date{ color:#333;}
.widgetZineA li .hour{ color:#888;}
.widgetZineA li .text{ color:#888;}

.widgetContainer.black .widgetTabC{ border-color:#7f7f7f;}
.widgetContainer.black .widgetTabC li{ border-color:#7f7f7f; background:#222;}
.widgetContainer.black .widgetTabC li a{ color:#999;}
.widgetContainer.black .widgetTabC li a:hover,
.widgetContainer.black .widgetTabC li a:active,
.widgetContainer.black .widgetTabC li a:focus{ background:#333;}
.widgetContainer.black .widgetTabA{ border-color:#999;}
.widgetContainer.black .widgetTabA li, 
.widgetContainer.black .widgetTabA li a{ background-image:url("/widgets/content_cat/skins/meta201103_notice/img/black/buttonWidgetTab.gif");}
.widgetContainer.black .widgetTabA li a{ color:#999;}

.widgetContainer.black .widgetTableA td.title a{ color:#999;}
.widgetContainer.black .widgetTableA td .board{ color:#999; background:url("/widgets/content_cat/skins/meta201103_notice/img/black/lineTextDiv.gif") no-repeat right center;}
.widgetContainer.black .widgetTableA td .notice{ color:#ff1a1a; background:url("/widgets/content_cat/skins/meta201103_notice/img/black/lineTextDiv.gif") no-repeat right center;}
.widgetContainer.black .widgetTableA td .category{ color:#999; background:url("/widgets/content_cat/skins/meta201103_notice/img/black/lineTextDiv.gif") no-repeat right center;}
.widgetContainer.black .widgetTableA td .replyNum{ color:#ff1a1a;}
.widgetContainer.black .widgetTableA td .trackbackNum{ color:#66c;}
.widgetContainer.black .widgetTableA td .author { color:#999;}
.widgetContainer.black .widgetTableA td .date{ color:#999;}
.widgetContainer.black .widgetTableA td .hour{ color:#888;}

.widgetContainer.black .widgetGalleryA li .title{ color:#999;}
.widgetContainer.black .widgetGalleryA li .replyNum a{ color:#ff1a1a;}
.widgetContainer.black .widgetGalleryA li .trackbackNum a{ color:#66c;}
.widgetContainer.black .widgetGalleryA li .author{ color:#999;}
.widgetContainer.black .widgetGalleryA li .date{ color:#999;}
.widgetContainer.black .widgetGalleryA li .hour{ color:#888;}

.widgetContainer.black .widgetThumb{ color:#999;}
.widgetContainer.black .widgetThumb a{ color:#999;}
.widgetContainer.black .widgetThumb .hour{ color:#888;}

.widgetContainer.black .widgetZineA li .board{ color:#999; background:url("/widgets/content_cat/skins/meta201103_notice/img/black/lineTextDiv.gif") no-repeat right center;}
.widgetContainer.black .widgetZineA li .title{ color:#999;}
.widgetContainer.black .widgetZineA li .replyNum a{ color:#ff1a1a;}
.widgetContainer.black .widgetZineA li .trackbackNum a{ color:#66c;}
.widgetContainer.black .widgetZineA li .author{ color:#999;}
.widgetContainer.black .widgetZineA li .category{ color:#999; background:url("/widgets/content_cat/skins/meta201103_notice/img/black/lineTextDiv.gif") no-repeat right center;}
.widgetContainer.black .widgetZineA li .date{ color:#999;}
.widgetContainer.black .widgetZineA li .hour{ color:#888;}
.widgetContainer.black .widgetZineA li .text{ color:#888;}


.metaSearch_meta201103 { position:relative; letter-spacing: -0.5px; *zoom:1; font-family:'굴림','Gulim'; font-size: 12px; }
.metaSearch_meta201103:after { display:block; clear:both; content:"" }

.metaSearch_meta201103 .searchKeyword { position:relative; display:block; float:right; padding:0 20px 0 10px !important; line-height:26px; }
.metaSearch_meta201103 .searchKeyword:after { display:block; clear:both; content:"" }
.metaSearch_meta201103 .searchKeyword .inputText{ top:0; width:118px; padding:3px 5px !important; float:left; border-right:none; margin-top:1px !important; height:16px; font-size:12px; vertical-align:middle;}
.metaSearch_meta201103 .searchKeyword .inputText:focus{ background-position:0 0px;}
.metaSearch_meta201103 .searchKeyword .buttonSearch { margin-top:0px !important; *margin-top:0px !important; vertical-align:top;}

.metaSearch_meta201103 .goSite { position:relative; display:block; float:right; margin-top:1px !important; }
.metaSearch_meta201103 .goSite .target { display: inline-block; margin:1px 4px 0 0 !important; padding-left:8px !important;position:relative; float:left; background: transparent url("/widgets/meta_search/skins/meta201103/img/bg_selectbox.gif") 0 0 no-repeat; }
.metaSearch_meta201103 .goSite .target .wrap { position:static !important; display: inline-block; left:2px; height:15px; padding:4px 28px 4px 0px !important; background: transparent url("/widgets/meta_search/skins/meta201103/img/bg_selectbox.gif") right 0 no-repeat; overflow:visible;}
.metaSearch_meta201103 .goSite .target ul {display:none; position:absolute !important; border:1px #afafaf solid; top:0px; left:0px; padding:3px 12px !important; margin:0; list-style:none; background:#ffffff;}
.metaSearch_meta201103 .goSite .target ul li { display:block !important; padding:2px 0 !important;}
.metaSearch_meta201103 .goSite .target ul a { text-decoration:none; }
.metaSearch_meta201103 .goSite .target a { text-decoration:none; color:#000; overflow:hidden; white-space:nowrap; }
.metaSearch_meta201103 .goSite .target ul a:hover { color:#ff0000;}
.metaSearch_meta201103 .goSite .buttonSearch { margin-top:1px !important }


.bloghub_category { width:100%; }
.bloghub_category a { text-decoration:none; }
.bloghub_category.tab_simple .content .post_item .post {
	width:100%;
}
.bloghub_category.tab_simple .category li {
	width:33%;
}
.bloghub_category.tab_simple .content {
	padding-top:10px;
}
.bloghub_category.tab_simple .content .post_item {
	padding:0;
	padding-left:5px;
	margin-left:10px;
	line-height:23px;
	background:url("/widgets/bloghub_meta_category/skins/handypia201103_simple/img/icon_dot.gif") no-repeat left center;
}
.bloghub_category.tab_simple .content .post_item .title {
	color: #333333;
    font-size: 12px;
    font-weight: normal;
	margin:0;
	padding:0;
}
.bloghub_category.tab_simple .content .post_item .title .date {
	margin-left:5px;
	padding-left:5px;
	font-size:8pt;
	color:#999;
	background:url("/widgets/bloghub_meta_category/skins/handypia201103_simple/img/div.gif") no-repeat left 2px;
}


.clearfix { *zoom:1; *display:block; }
.clearfix:after { content:'.'; display:block; height:0; clear:both; visibility:hidden; }
.bloghub_category { width:100%; }
.bloghub_category a { text-decoration:none; }



.bloghub_category .category,
.bloghub_category .category li {
	margin:0;
	padding:0;
	list-style:none;
}
.bloghub_category .category {
	float:left;
	display:block;
	width:100%;
}

.bloghub_category .category li {
	float:left;
	margin:0;
	margin-left:-1px;
	border:1px solid #E1E1E1;
	width:142px;
	text-align:center;
	background:#F3F3F3;
}
.bloghub_category .category li a {
	display:block;
	padding:6px 5px;
	color:#333;
}

.bloghub_category .category li.active {
	margin:0;
	border-color:#737782;
	background:#91949E;
}
.bloghub_category .category li.active a {
	font-weight:bold;
	color:#FFF;
}

.bloghub_category .content {
	clear:both;
}

.bloghub_category .content .post_item {
	padding:12px 0;
	line-height:1.4em;
}

.bloghub_category .content .post_item .photo {
	float:left;
	padding:4px;
	background:url("/widgets/bloghub_meta_category/skins/handypia201103/img/thumbnail_border.gif") no-repeat center center;
}
.bloghub_category .content .post_item .photo a {
	display:block;
	padding:2px;
	background:url("/widgets/bloghub_meta_category/skins/handypia201103/img/photo_frame.gif") no-repeat right bottom;
}

.bloghub_category .content .post_item .post {
	float:left;
	width:690px;
}
.bloghub_category .content .post_item.existThumb .post {
	width:610px;
	margin-left:10px;
	letter-spacing:-0.5px;
}
.bloghub_category .content .post_item a {
	color:#000;
}
.bloghub_category .content .post_item .title {
	color:#343434;
	margin-bottom:5px;
	padding:3px 0;
	font-weight:bold;
	font-size:1.2em;
}
.bloghub_category .content .post_item .blog {
	color:#C6A081;
	font-size:8pt;
}
.bloghub_category .content .post_item .blog .date {
	color:#999;
}
.bloghub_category .content .post_item .blog .dash {
	color:#C6A081;
}

.bloghub_category .content .post_item .summary {
	font-family:Gulim, 굴림;
	font-size:8pt;
	color:#666;
	line-height: 1.5em;
}





.bloghub_category .pagination {
	clear:both;
	position:relative;
	margin-top:10px;
	padding:3px 5px;
	border:1px solid #CCC;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#F6F6F6;
}
.bloghub_category .pagination .viewNextPage {
	display:block;
	height:18px;
	text-indent:-1000em;
	overflow:hidden;
	background:url("/widgets/bloghub_meta_category/skins/handypia201103/img/viewmore.gif") no-repeat center center;
}
.bloghub_category .pagination .no_more_page {
}
.bloghub_category .pagination .go_top {
	position:absolute;
	width:42px;
	text-indent:-1000em;
	overflow:hidden;
	right:10px;
	top:5px;
	background:url("/widgets/bloghub_meta_category/skins/handypia201103/img/go_top.gif") no-repeat center center;
}


.csMonitor { position: relative ; height: 80px; width: 100%; margin: 0; padding: 0; background: transparent url("/widgets/cs_monitor/skins/meta201103/img/bg_box.gif") 0 0 no-repeat; color: #aaa; }
.csMonitor * { position: relative; }
.csMonitor h4 { display: none; }

.csMonitor .member { position:absolute; top:16px; right:15px; text-align: right; white-space: nowrap; color:#4d4d4d; }
.csMonitor .member span { font-size:24px; font-family:'돋움','Dotum' }
.csMonitor .btn_box { position:absolute; top:45px; right:15px; }


