@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; }

.zbxe_widget_output { background:url("../../../../common/css/../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/css/../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;}

 
/* 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/css/../tpl/images/buttonWhite.gif") no-repeat; cursor:pointer; white-space:nowrap; vertical-align:middle; *vertical-align:top;}
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;}
a.button, x:-moz-any-link { font:0/23px Sans-serif; padding:12px 0; top:1px;} /* Firefox 2 Fix */
a.button, x:-moz-any-link, x:default { padding:0; top:0;} /* Firefox 2 Fix */
/* 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;}
a.button.large, x:-moz-any-link { font:0/29px Sans-serif; padding:15px 0;} /* Firefox 2 Fix */
a.button.large, x:-moz-any-link, x:default { padding:0;} /* Firefox 2 Fix */
/* 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;}
a.button.xLarge, x:-moz-any-link { font:0/35px Sans-serif; padding:18px 0;} /* Firefox 2 Fix */
a.button.xLarge, x:-moz-any-link, x:default { padding:0;} /* Firefox 2 Fix */
/* 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;}
a.button.small, x:-moz-any-link { font:0/18px Sans-serif; padding:9px 0;} /* Firefox 2 Fix */
a.button.small, x:-moz-any-link, x:default { padding:0;} /* Firefox 2 Fix */

/* 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/css/../tpl/images/buttonWhite.gif") no-repeat; vertical-align:middle;}
span.button { padding:0; background-position:left top;}
span.button, x:-moz-any-link{ font:0/23px Sans-serif; padding:11px 0;} /* Firefox 2 Fix */
span.button, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button button,
span.button input { height:23px; left:2px; *top:-1px; _top:0; padding:0 10px 0 8px; *padding:0 5px 0 3px; line-height:24px; background-position:right top; cursor:pointer;}
/* Large Size */
span.button.large { background-position:left -30px;}
span.button.large, x:-moz-any-link{ font:0/29px Sans-serif; padding:14px 0;} /* Firefox 2 Fix */
span.button.large, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button.large button,
span.button.large input { height:30px; *top:0; _top:-1px; padding:0 10px 0 8px; *padding:0 5px 0 3px; font:16px/30px Sans-serif; background-position:right -30px;}
/* xLarge Size */
span.button.xLarge { background-position:left -65px;}
span.button.xLarge, x:-moz-any-link{ font:0/35px Sans-serif; padding:17px 0;} /* Firefox 2 Fix */
span.button.xLarge, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button.xLarge button,
span.button.xLarge input { height:35px; padding:0 10px 0 8px; *padding:0 5px 0 3px; font:20px/36px Sans-serif; background-position:right -65px;}
/* Small Size */
span.button.small { background-position:left -107px;}
span.button.small, x:-moz-any-link{ font:0/18px Sans-serif; padding:9px 0;} /* Firefox 2 Fix */
span.button.small, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button.small button,
span.button.small input { height:18px; *top:0; _top:-1px; padding:0 6px 0 4px; *padding:0 3px 0 2px; font:11px/18px Sans-serif; background-position:right -107px;}
span.button.small button, x:-moz-any-link,
span.button.small input, x:-moz-any-link{ top:-1px;} /* Firefox 2 Fix */
span.button.small button, x:-moz-any-link, x:default,
span.button.small input, x:-moz-any-link, x:default{ top:0;} /* Firefox 2 Fix */

/* 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/css/../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/css/../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/css/../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/css/../tpl/images/buttonBlue.gif"); color:#fff;}

/* Offset Debug */
a.button,
span.button{ margin-right:2px;}



/*
The Uyano.com (http://www.uyano.com/)
Directed by Yun Seong-hwan 080403
*/
a { selector-dummy : expression(this.hideFocus=true);} 
/* Default Skin - Start */
#selectLang { margin:0; padding:0; }
#gnb { margin:0; padding:0; }
.gnb_sub { margin:0; padding:0; }
#lnb { margin:0; padding:0; }
#lnb ul { margin:0; padding:0; }
#isSearch { margin:0; padding:0; }
#isSearch ul { margin:0; padding:0; }
#footer { margin:0; padding:0; }

/* Site Layout - Body Wrap */
body { background:url("../../../../layouts/uyano_main/css/../images/default/top_bg.png") repeat-x left top; }
#bodyWrap { width:980px; margin:0 auto; }

/* Site Layout - Header */
#header { position:relative; width:980px; height:143px; margin-bottom: 5px; background:url("../../../../layouts/uyano_main/css/../images/default/bgHeader.gif") no-repeat bottom; z-index:97; }

#header .logo { position:absolute; top:10px; left:0px; text-align:left; }
#header .login { position:absolute; top:57px; right:0px; }

#map {position:absolute; left:200px; top:35px; }
#shopping {position:absolute; left:430px; top:35px; }
#pano { position:absolute; right:300px; top:97px; }
#pano a { text-decoration:none; color:#ffffff; font:1.2em; font-weight:bold; }

#nav {margin:0; padding:0; list-style:none; float:right; margin-top:6px; margin-right:0px; overflow:hidden; }
#nav li {float:left; padding:0 5px;}
#nav li a {text-decoration:none; font-family:Arial, "돋움"; font-size:12px; color:#4e76a9; }
#nav li a:hover, #nav li a:focus { text-decoration:underline !important;}

 /* Site Layout - Header 상단주메뉴 및 서브메뉴 처리 부분 */
#gnb { position:absolute; left: 25px; top:80px; overflow:hidden; white-space:nowrap; }
#gnb li { float:left; list-style:none; position:relative; white-space:nowrap;}
#gnb li a { display:block; float:left; padding:12px 0px 0px 0px; background:url("../../../../layouts/uyano_main/css/../images/default/bgGnbOff.gif") no-repeat center top; width:82px; height:20px; color:#666666; white-space:nowrap; text-align:center; font-size:1.12em; font-weight:bold; text-decoration:none; }
#gnb li a:hover, 
#gnb li a:focus { color:#000000; background:url("../../../../layouts/uyano_main/css/../images/default/bgGnbOn.gif") no-repeat center top; }
#gnb li.on a { font-weight:bold; color:#2f2f2f; background:url("../../../../layouts/uyano_main/css/../images/default/bgGnbOn.gif") no-repeat center top;}

.gnb_sub { position:absolute; top:115px; left:30px; height:24px; overflow:hidden; white-space:nowrap;  }
.gnb_sub li { float:left; list-style:none; background:url("../../../../layouts/uyano_main/css/../images/default/sub_part.gif") no-repeat left center; padding-left:2px; position:relative; left:-2px; white-space:nowrap;}
.gnb_sub li a { display:block; float:left; padding:6px 15px 0 15px; height:18px; color:#ffffcc; white-space:nowrap; text-decoration:none; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
.gnb_sub li a:hover,
.gnb_sub li a:focus { color:yellow; }
.gnb_sub li.on a, .gnbin li.on a:hover { font-weight:bold; color:yellow; background:url("../../../../layouts/uyano_main/css/../images/default/arrow_3.gif") no-repeat center bottom; }

/* Site Layout - Header 언어 선택 */
#language { position:absolute; top:95px; right:30px; z-index:100;}
#language strong { color:#ffffff; font:.75em Tahoma; margin-right:3px;}
#language a img { vertical-align:-5px;}
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #b23628; background:#de4332;}
#language ul li { list-style:none; }
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#ffffff; text-decoration:none;}
#language ul li a:hover { background:#bc4032;}

#it_search_form { position:absolute; top:8px; right:10px;}
#it_search_form .input { border:1px solid #bc4032; height:17px; width:120px; color:#888888; font-size:.9em;} 
#it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }

/* 검색창 설정 부분 */
#isSearch { position:absolute; top:65px; right:25px; width:216px; text-align:right;}
#isSearch .searchOrder { display:none;}
#isSearch .checked { position:absolute; left:0; top:0; text-align:left; display:block; padding:5px 0 0 5px; width:64px; height:14px; background:url("../../../../layouts/uyano_main/css/../images/default/bgSearchTerm.gif") no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#000000; line-height:normal;}
*:first-child+html #isSearch .checked { top:1px; }
#isSearch ul { display:none; position:absolute; left:0; top:18px; padding:2px 0 3px 0; text-align:left; border:1px solid #919898; background:#ffffff;}
#isSearch ul li { width:67px; height:18px; list-style:none; }
#isSearch ul li input { display:none;}
#isSearch ul li label { display:block; padding:4px 0 0 4px; width:63px; height:15px; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#000000;}
#isSearch ul li label.on { background:#ffffff; }
#isSearch ul li label:hover,
#isSearch ul li label:focus { background:#ffffff;}
#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#000000; border:1px solid #8E8E8D; background-color:#ffffff; }
#isSearch .inputText:hover,
#isSearch .inputText:focus { border:1px solid #B0B0AF; background-color:#ffffff; }
*:first-child+html body#default #isSearch .inputText { position:relative; top:-1px;}
#isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;}
*:first-child+html body#default #isSearch .submit { position:relative; top:-1px;}

/* Site Layout - Content Body */
#contentBody { position:relative; width:980px; padding-bottom:10px; overflow:hidden; border-bottom:1px solid #dddddd;}

/* Site Layout - #columnCenter */
#columnMain { position:relative; float: left; width: 700px; }
#visualArea { width: 770px; background:#f5f5f5; position:relative; left:-10px; margin-right:-10px;}
#content { width:100%; overflow:hidden; }

/* Site Layout - #columnRight */
#columnRight { float: right; width: 250px; padding-right:15px; overflow:hidden; }
#columnRight .banner { padding:30px 0 30px; }
#columnRight .in { text-align:center; padding-bottom:30px }
#columnRight .memo { padding-left:5px; border:0px dotted #6BB9D6; }

#columnRight .mask { width:270px; height:5px; background:#ffffff; display:block; clear:both;}

/* Site Layout - Footer */
#bottom .bottom_l { float:left; width:180px; border-right:1px solid #dddddd; margin-top:5px; text-align:center; }
#bottom .bottom_r { float:right; width:774px; margin:20px 10px 0px 0px; text-align:right; font-weight:bold; color:#8C8C8C; font:1em Tahoma; text-decoration:none; overflow:hidden; }
#bottom .bottom_r a { background:url("../../../../layouts/uyano_main/css/../images/default/email.gif") no-repeat; padding-left:20px; padding-bottom:10px; text-align:right; font-weight:bold; color:#8C8C8C; font:1em Tahoma; text-decoration:none; overflow:hidden; }

/* Default Skin - End */
.logo { filter:revealTrans(transition=23,duration=0.5) blendTrans(duration=0.5); }
.logo1 { text-align:center; width:308px; background-color:#ffffff; } 

.box_banner { position:absolute; overflow:hidden; }

.box_banner .box .board { margin:0; vertical-align:top; padding-bottom:5px;}

.box_banner .box .box_top_title { padding-bottom:2px; overflow:hidden; }
.box_banner .box .box_top_title h2 { margin:0; height:18px; padding:5px 0 0 9px; font-size:1.2em; display:block; }
.box_banner .box .box_top_title .more { position:absolute; top:2px; right:2px; }

.box_banner .box .bottom1 { position:relative; padding:2px 0 0 5px; text-align:left; float:left; }
.box_banner .box .bottom1 a { text-decoration:none; }
.box_banner .box .bottom1 a:hover { font-weight:bold; }
.box_banner .box .bottom2 { position:relative; padding:2px 5px 0 0; text-align:right; overflow:hidden; }
.box_banner .box .bottom2 a { text-decoration:none;}
.box_banner .box .bottom2 a:hover {  font-weight:bold;}

.box_banner .box .content_view { padding:5px 0; }
.box_banner .box .content_view a { text-decoration:none; }
.nb_bar {position:relative; padding:5px;  border:0px solid #fef; overflow:hidden;}
.nb_bar .bg{ background: url("../../../../widgets/scr_document/skins/img_scroll/css/../images/top_bg.png ") repeat-x left top; height:20px;}
.nb_bar .titler { font-family:tahoma; font-size:1em; text-decoration:none; font-weight:bold; color:#333; border-bottom:1px solid #fef;}
.nb_bar .titler a { text-decoration:none; color:#333;}
.nb_bar .butten {position:absolute; top:4px; right:5px; cursor:pointer; z-index:2;}

.nb_bar .thumbnail_box { table-layout:fixed; margin:2px 0px 25px 0px; overflow:hidden;}
.nb_bar .thumbnail_box tr td { border-bottom:none; padding:none; margin:none; }
.nb_bar .thumbnail_box .thumbnail { text-align:center; white-space:nowrap;}
.nb_bar .thumbnail_box .thumbnail img { border:0px solid #DEDEDE; }
.nb_bar .thumbnail_box .thumbnail img:hover { border:0px solid #54564b; }

.nb_bar .thumbnail_box a { color:#777; text-decoration:none;}
.nb_bar .thumbnail_box a:visited { color:#AAAAAA; text-decoration:none; }

.nb_bar .thumbnail_box .sub_title { overflow:hidden; margin:2px 0px 2px 0px;}
.nb_bar .thumbnail_box .sub_title .ttle { font-family:tahoma; font-size:9pt; margin-top:0px; overflow:hidden; }
.nb_bar .thumbnail_box .sub_title .ttle a { color:#000; }
.nb_bar .thumbnail_box .sub_title .ttle a:hover { text-decoration:underline;}

.nb_bar .thumbnail_box .sub_title .doc { font-family:tahoma; font-size:8pt; }
.nb_bar .thumbnail_box .sub_title .doc a { color:#888; }
.nb_bar .thumbnail_box .sub_title .doc a:hover { text-decoration:underline;}

.nb_bar .thumbnail_box div.author { font-family:tahoma; font-size:8pt; color:#888;  overflow:hidden;}
.nb_bar .thumbnail_box div.author a { color:#777; }
.nb_bar .thumbnail_box div.regdate { font-size:8pt; color:#04A0C1; margin-top:2px;}

.nb_bar .thumbnail_box div.readAndVoted { font-family:tahoma; color:#888; font-size:8pt;}
.nb_bar .thumbnail_box div.readAndVoted span.div_block { color:#DDDDDD; font-size:8pt; }
.nb_bar .thumbnail_box div.readAndVoted strong { color:#FE6700; }

/* 각종 브라우져의 수치 통일을 위해 초기화 */
.rnq_newest_white * { margin:0; padding:0; }

/* Header */
.rnq_newest_white .rnq_newest_mh { position:relative; margin:1px; padding:1px; width:188px; font-family:dotum; background-color:#ffffff; color:#505050; }
.rnq_newest_white .rnq_newest_mh .info_title { height:100%; white-space:normal; overflow:none; }
.rnq_newest_white .rnq_newest_mh .skin_info { position:absolute; top:7px; right:13px; padding:0; margin:0; z-index:1;}
.rnq_newest_white .rnq_newest_mh .top { margin:5px 0 0 0; padding:0 5px 0 5px; overflow:hidden; }
.rnq_newest_white .rnq_newest_mh .top .title { float:left; font:bold 1.2em tahoma; overflow:hidden; }
.rnq_newest_white .rnq_newest_mh .top .sub { border-bottom:1px dashed #f0f0f0; margin:1px 0 0 0; font:bold 1.1em tahoma; white-space:nowrap; overflow:hidden;}

/*  Page Navigation */
.rnq_newest_white .rnq_newest_mh .navigation { float:right; margin:0 5px 0 5px;  }
.rnq_newest_white .rnq_newest_mh .navigation div { float:left; padding:0.9px; }
*:first-child+html .rnq_newest_white .rnq_newest_mh .navigation div { padding:0 1px; }
body:first-of-type .rnq_newest_white .rnq_newest_mh .navigation div { padding-right:4px; }
.rnq_newest_white .rnq_newest_mh .navigation .page { }
.rnq_newest_white .rnq_newest_mh .navigation .page .current { font-weight:bold; text-decoration:underline; }
.rnq_newest_white .rnq_newest_mh .status_clear { clear:both; height:0px; }

/* Body */
.rnq_newest_white .rnq_newest_mh ol { white-space:nowrap; overflow:hidden; width:100%; }
.rnq_newest_white .rnq_newest_mh ol li { height:24px; white-space:nowrap; overflow:hidden; }
.rnq_newest_white .rnq_newest_mh ol li ul { white-space:nowrap; overflow:hidden; }

.rnq_newest_white .rnq_newest_mh ol li ul .li { background-color:none; position:relative; padding:5px 5px 0 5px; height:18px; border-bottom:1px dashed #f0f0f0; white-space:nowrap; overflow:hidden; text-align:center; font-size:.9em; letter-spacing:-0.5px; color:#a0a4ab; }
.rnq_newest_white .rnq_newest_mh ol li ul .li { display:none; }
.rnq_newest_white .rnq_newest_mh ol li ul .list { position:relative; margin-bottom:1px; padding:5px 5px 0 5px; height:18px; border-bottom:1px dashed #f0f0f0; white-space:nowrap; overflow:hidden; }
.rnq_newest_white .rnq_newest_mh ol li ul .content { position:relative; margin-bottom:1px; padding:5px 5px 0 5px; height:18px; border-bottom:1px dashed #f0f0f0; white-space:nowrap; overflow:hidden; }
.rnq_newest_white .rnq_newest_mh ol li ul .underline { border-bottom-width:0px; }

.rnq_newest_white .rnq_newest_mh ol li ul li .document { padding-left:35px; white-space:nowrap; width:100%; font-size:.9em tahoma; letter-spacing:-0.5px; overflow:hidden; }
*:first-child+html .rnq_newest_white .rnq_newest_mh ol li ul li .document { line-height:12px; } 
.rnq_newest_white .rnq_newest_mh ol li ul li .document img { vertical-align:middle; }
.rnq_newest_white .rnq_newest_mh ol li ul li .document .thumbnail { float:left; margin:3px 5px 0 0; padding:1px; border:1px solid #cccccc; }
.rnq_newest_white .rnq_newest_mh ol li ul li .document .regdate { font:bold .9em Georgia, serif; color:#ff6600; padding:0 3px; }
.rnq_newest_white .rnq_newest_mh ol li ul li .document .read { font:.9em Georgia, serif; color:#ff6600; padding:0 2px; }
.rnq_newest_white .rnq_newest_mh ol li ul li .document .message_star { color:#ffd700; }
.rnq_newest_white .rnq_newest_mh ol li ul li .document .message_star span { color:#c71585; }
.rnq_newest_white .rnq_newest_mh ol li ul li .mid { font:.9em dotum; }
.rnq_newest_white .rnq_newest_mh ol li ul li .category { font:.9em dotum; }
.rnq_newest_white .rnq_newest_mh ol li ul li .author { font:.9em dotum; color:#C0C0C0; }
.rnq_newest_white .rnq_newest_mh ol li ul li .author1 { font:.9em tahoma; }
.rnq_newest_white .rnq_newest_mh ol li ul li .button { position:absolute; top:3px; z-index:1; width:32px; height:16px; background:url("../../../../widgets/rnq_newest_document/skins/rnq_newest_mh/css/../images/back_button_out.gif") no-repeat; overflow:hidden; }
.rnq_newest_white .rnq_newest_mh ol li ul li .button div { text-align:center; font:bold .75em Georgia, serif; color:#a8acb3; }
.rnq_newest_white .rnq_newest_mh ol li ul li .nobutton { padding:0 0 1px 0; white-space:normal; }
.rnq_newest_white .rnq_newest_mh ol li ul li .nobutton a { font:1em tahoma; }

/* Footer */
.rnq_newest_white .rnq_newest_mh dl { overflow:hidden; background:url("../../../../widgets/rnq_newest_document/skins/rnq_newest_mh/css/../images/white/xe_back.gif") no-repeat; }

.rnq_newest_white .rnq_newest_mh dl dd { height:20px; }
.rnq_newest_white .rnq_newest_mh dl .slide { float:left; }
.rnq_newest_white .rnq_newest_mh dl .slide img { margin:5px 0 0 5px; cursor:pointer; }
.rnq_newest_white .rnq_newest_mh dl .slide .close { }
.rnq_newest_white .rnq_newest_mh dl .slide .open { display:none; }
.rnq_newest_white .rnq_newest_mh dl .novalue { margin-top:5px; height:0px; }
.rnq_newest_white .rnq_newest_mh dl .lasttime { margin-top:5px; float:right; font-size:.9em; letter-spacing:-0.5px; color:#a0a4ab; }
.rnq_newest_white .rnq_newest_mh dl .under { float:right; width:44px; background:url("../../../../widgets/rnq_newest_document/skins/rnq_newest_mh/css/../images/under_background.gif") no-repeat right -1px; }
.rnq_newest_white .rnq_newest_mh dl .under div { margin:0 0 0 auto; width:44px; height:18px; background:url("../../../../widgets/rnq_newest_document/skins/rnq_newest_mh/css/../images/under_box.gif") no-repeat center; text-align:center; color:#ffffff; cursor:pointer; }
.rnq_newest_white .rnq_newest_mh dl .under div .folding { }
.rnq_newest_white .rnq_newest_mh dl .under div .unfolding { }
.rnq_newest_white .rnq_newest_mh dl .clear { height:0; clear:both; }

/* Background */
.rnq_newest_white .rnq_newest_mh .xe1 { background:url("../../../../widgets/rnq_newest_document/skins/rnq_newest_mh/css/../images/white/xe_background.gif") no-repeat center center; }
.rnq_newest_white .rnq_newest_mh .xeb1 { background:url("../../../../widgets/rnq_newest_document/skins/rnq_newest_mh/css/../images/white/xe_background2.gif") no-repeat center center; }

/* 기본 클래스 */
.rnq_newest_white .rnq_newest_mh .H100per { height:100%; }
/* 드래그 시 선택되는 영역의 색을 바꿔준다. CSS3  */
.green .rnq_newest_mh ::-moz-selection { background:#899d01;color:#ffffff; } /*//////// FF ////////*/
.green .rnq_newest_mh ::selection { background:#899d01;color:#ffffff; }  /*//////// SAFARI ////////*/

/* 링크글 및 타이틀 색상 */
.rnq_newest_white .green .rnq_newest_mh a { color:#505050; text-decoration:none; }
.rnq_newest_black .green .rnq_newest_mh a { color:#818181; text-decoration:none; }
.rnq_newest_white .green .rnq_newest_mh .title a { color:#505050; text-decoration:none; }
.rnq_newest_black .green .rnq_newest_mh .title a { color:#818181; text-decoration:none; }

/* 마우스 오버시 변화
#b2c917(green) , #de4332(red) , #a0a4ab(black title)
*/
.green .rnq_newest_mh ol li ul .over { background-color:#b2c917; color:#ffffff; }
.green .rnq_newest_mh ol li ul .over a { color:#ffffff; text-decoration:none; }
.green .rnq_newest_mh ol li ul .over .button { background:url("../../../../widgets/rnq_newest_document/skins/rnq_newest_mh/css/../images/back_button_over.gif") no-repeat; }
.green .rnq_newest_mh ol li ul .over .button div {  }

.rnq_newest_white .rnq_newest_mh .top .sub :hover { background-color:#000000; color:#ffffff; }
.rnq_newest_white .rnq_newest_mh .top .sub a:hover { color:#ffffff; }
.rnq_newest_black .rnq_newest_mh .top .sub :hover { background-color:#ffffff; color:#ffffff; }
.rnq_newest_black .rnq_newest_mh .top .sub a:hover { color:#000000; }
.rtop_white, .rbottom_white{display:block;}
.rtop_white *, .rbottom_white *{display:block; height:1px; overflow:hidden;}

.r1_white{margin:0 5px; background:#ddd;}
.r2_white{margin:0 3px; border-left:2px solid #ddd; border-right:2px solid #ddd; background:#ddd;}
.r3_white{margin:0 2px; border-left:1px solid #ddd; border-right:1px solid #ddd; background:#ddd;}
.r4_white{margin:0 1px; height:2px; border-left:1px solid #ddd; border-right:1px solid #ddd; background:#ddd;}

.r5_white{margin:0 1px; height:2px; border-left:1px solid #ddd; border-right:1px solid #ddd; background:#ddd;}
.r6_white{margin:0 2px; border-left:1px solid #ddd; border-right:1px solid #ddd; background:#ddd;}
.r7_white{margin:0 3px; border-left:2px solid #ddd; border-right:2px solid #ddd; background:#ddd;}
.r8_white{margin:0 5px; background:#ddd;}

.box_white { border-color:#ddd; overflow:hidden; position:relative; }
.box_white .box { }

.box_white .box .box_top_title { position:relative; background-color:#ddd; overflow:hidden; padding-bottom:5px;}
.box_white .box .box_top_title h2 { margin:0; height:15px; padding:2px 0 0 10px; font-size:1.2em; color:#808080; display:block; }
.box_white .box .box_top_title .more { position:absolute; top:5px; right:10px; font:1em Tahoma; color:#ff6600; text-decoration:none; }

.box_white .box .board { margin:0; vertical-align:top; position:relative; height:22px; background:url("../../../../widgets/mh_multi/skins/mh_newdoc_txt/css/../images/white/line.gif") repeat-x left bottom; width:100%;}

.box_white .box .board .main { width:65%; padding:5px 5px 0 5px; table-layout:fixed; word-break:break-all; float:left; overflow:hidden; list-style:none; vertical-align:top;}
.box_white .box .board .main a { background:url("../../../../widgets/mh_multi/skins/mh_newdoc_txt/css/../images/white/bullet.gif") no-repeat left 5px; padding-left:5px; color:#808080; font:1em Tahoma; text-decoration:none; overflow:hidden;}
.box_white .box .board .main .comment a { color:#ddd; font:.8em Tahoma; }
.box_white .box .board .main .regdate { color:#FF9900; font:1em Tahoma; margin-right:5px; font-weight:bold;}
.box_white .box .board .main .author a { color:#9B9BFF; font:1em seevaa9; font-weight:bold; }
.box_white .box .board .main .read { color:#FE6700; font-size:0.8em; }
.box_white .box .board .main .voted { color:#FE6700; font-size:0.8em; }
.box_white .box .board .main .summary { text-indent:5px; padding-top:5px; overflow:hidden; display:block; }
.box_white .box .board .main .summary a { color:#ddd; font:1em Tahoma; }
.box_white .box .board .main .summary a:hover { color:#000; font:1em Tahoma; }
.box_white .box .board .ext { width:35%; color:#FF0000; margin-left:10px; font:1em Tahoma; font-weight:bold; clear:both; }

.box_white .box .bottom { color:#808080; background-color:#ddd; padding:2px 5px 0 0; text-decoration:none; text-align:right;}
.box_white .box .bottom a { color:#808080; text-decoration:none; }
.box_white .box .bottom a:hover { color:#808080; text-decoration:none; font-weight:bold;}
.comtop_normal, .combottom_normal { display:block; }
.comtop_normal *, .combottom_normal * { display:block; height:1px; overflow:hidden; }

.mhcomm_normal { overflow:hidden; display:block; position:relative; }
.mhcomm_normal .top { position:relative; overflow:hidden; }
.mhcomm_normal .top h2 { margin:0; height:15px; padding:2px 0 5px 9px; font:bold 1.2em tahoma; display:block; }

.mhcomm_normal .board ul { margin:0; padding:5px; }
.mhcomm_normal .board ul li { background:url("../../../../widgets/mh_c_comment/skins/mh_c_comment/css/../images/bullet.gif") no-repeat left 8px; padding:3px 0 2px 5px; }
.mhcomm_normal .board ul li :hover { background-color:#b2c917; color:#ffffff; }

.mhcomm_normal .board ul li a { text-decoration:none; font:1em; color:#808080; overflow:hidden; list-style:none; }
.mhcomm_normal .board ul li a:hover { color:#ffffff; }

.mhcomm_normal .board ul li .date { color:#FF9900; font-size:.8em; padding:0 5px 0 5px; }

.mhcomm_normal .board ul li .name { position:absolute; color:#868686; font-size:.9em; right:10px; margin-left:5px; z-index:1;}
