@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;}




.system_message {
    color:#666666;
    text-align:center;
    padding:1em 0 1em 0;
}

.system_button {
    margin-top:1em;
}

.system_message a {
    margin-top:1em;
}


/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Jeong, Chan Myeong 070601~070630
*/

/* default Skin - Start */
#selectLang { margin:0; padding:0; }
#gnb { margin:0; padding:0; }
#lnb { margin:0; padding:0; }
#lnb ul { margin:0; padding:0; }

/* Site Layout - Body Wrap */
body { background:#ffffff;}
#bodyWrap { position:relative; width:950px; margin:0 auto; padding:0 0 0 0px;}

/* Site Layout - Header */
#header { position:relative; width:950px; height:190px; border-top:0px solid #323232; border-left:0px solid #d9d9d9; border-right:0px solid #d9d9d9; background:url("../../../../layouts/jdh_xe_5m/css/../images/default/bgHeader2.png") no-repeat right bottom;margin-top:80px margin-bottom:10px; z-index:98;}
#header h1 { position:absolute; top:0px; left:0px;}

#logo { position:absolute; top:75px; left:15px; width:200px; text-align:left;z-index:98;}

#language { position:absolute; top:5px; right:5px; z-index:100;}
#language strong { color:#5c5c5c; 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 #d9d9d9; background:#ffffff;}
#language ul li { list-style:none; }
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#5c5c5c; text-decoration:none;}
#language ul li a:hover { background:#f4f4f4;}

#top_index { position:absolute; top:0px; left:220px; width:500px; text-align:left;}

#top_banner { position:absolute; top:48px; left:220px; width:500px; text-align:left;}

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

#gnb { position:absolute; top:80px; left:0px; height:48px; overflow:hidden; default-space:nowrap; margin-bottom:0px;}
#gnb li { list-style:none; float:left; background:url("../../../../layouts/jdh_xe_5m/css/../images/default/bgGnbVr.gif") no-repeat left center; padding-left:0px; position:relative; left:-2px; default-space:nowrap;}
#gnb li a { text-align:center; display:block; float:left; padding:20px 20px 0 20px; height:48px; color:#ffff66; default-space:nowrap; font-size:15px; font-weight:bold; text-decoration:none; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
#gnb li a:hover,
#gnb li a:focus { color:#000000;}
#gnb li.on a { height:48px;font-weight:bold; color:#3f3f3f; background:url("../../../../layouts/jdh_xe_5m/css/") repeat-x center top;}

#gnb_sub { position:absolute; top:135px; left:240px; height:40px; overflow:hidden; default-space:nowrap; margin-bottom:0px;}

#Search_icon { position:absolute; top:55px; right:240px; width:284px; text-align:right;}
#isSearch { position:absolute; top:55px; right:25px; width:214px; 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/jdh_xe_5m/css/../images/default/bgSearchTerm.gif") no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c; line-height:normal;}
#isSearch ul { display:none; position:absolute; left:0; top:18px; padding:2px 0 3px 0; text-align:left; border:1px solid #b2b2b2; background:#ffffff; overflow:hidden;}
#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:#5c5c5c;}
#isSearch ul li label.on { background:#ededed; }
#isSearch ul li label:hover,
#isSearch ul li label:focus { background:#ededed;}
#isSearch .inputText { vertical-align:middle; _position:relative; _top:-1px; padding:3px 3px 1px 3px; width:94px; height:15px; color:#5c5c5c; border:none; background:url("../../../../layouts/jdh_xe_5m/css/../images/default/bgSearch.gif") no-repeat;}
#isSearch .inputText:hover,
#isSearch .inputText:focus { background:url("../../../../layouts/jdh_xe_5m/css/../images/default/bgSearchOn.gif") no-repeat;}
*:first-child+html #isSearch .inputText { position:relative; top:-1px;}
#isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;}
*:first-child+html #isSearch .submit { position:relative; top:-1px;}
#isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;}



/* Site Layout - Content Body */
#contentBody { position:relative; width:950px; padding-bottom:30px; padding-left:0px; padding-right:0px; overflow:hidden; background:url("../../../../layouts/jdh_xe_5m/css/../images/default/bgContentBody.gif") repeat-y left top; border-bottom:0px solid #dddddd;}

/* Site Layout - Column Left */
#columnLeft { position:relative; width:200px; float:left;}
#columnLeft .mask { width:201px; height:5px; background:#ffffff; display:block;}

#lnb { border-top:1px solid #dddddd; padding:4px 5px; width:190px;}
#lnb li { list-style:none; padding-bottom:4px;}
#lnb li a { padding:6px 5px 6px 13px; width:170px; display:block; border:1px solid #e8e8e8; background:url("../../../../layouts/jdh_xe_5m/css/../images/default/bgLnbOff.gif") repeat-x; color:#3e3e3e; position:relative; z-index:99; text-decoration:none;}
#lnb li a:hover,
#lnb li a:focus { color:#ffffff; background:#de4332; border:1px solid #de4332;}
#lnb li.on a { color:#ffffff; background:#de4332; border:1px solid #de4332;}
#lnb li.on a:hover,
#lnb li.on a:focus { font-weight:bold;}
#lnb li ul { display:none; position:relative; width:184px; padding:0 3px; position:relative; border-top:1px solid #ffffff; overflow:hidden;}
#lnb li.on ul { display:block;}
#lnb li ul li { padding:0; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
#lnb li ul li a { padding:6px 5px 6px 10px; width:169px; color:#818181 !important; border:none; background:none !important; border:none !important;}
#lnb li ul li a:hover,
#lnb li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url("../../../../layouts/jdh_xe_5m/css/../images/default/bulletLnb.gif") no-repeat 175px center  !important;}

/* Site Layout - Column Right */
#columnCenter {position:relative; top:0px; left:10px; width:500px; height:100%; text-align:left; float:left;}

#center_1 {position:relative; top:0px; left:0px; width:245px; height:100%; text-align:left; float:left;z-index:100}
#center_2 {position:relative; top:0px; left:0px; width:245px; height:100%; text-align:left; float:right;z-index:100}

#columnRight { position:relative; top:0px; right:0px; width:230px; text-align:left;float:right;}
#columnRight .index_link { width:230px;overflow:hidden;white-space:nowrap;}
#visualArea { width:770px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px;}
#content { width:100%; overflow:hidden;}

/* Site Layout - Footer */
#footer { border-top:0px solid #f4f4f4; text-align:center;height:50px; padding:18px 0px 0px 0px; clear:both; background:url("../../../../layouts/jdh_xe_5m/css/../images/default/bottom_barbg.gif") no-repeat;}
#footer li { display:inline; padding:0 .6em 0 1em; background:url("../../../../layouts/jdh_xe_5m/css/../images/default/vrType1.gif") no-repeat left center;}
#footer li.first-child { background:none;}
#footer li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
#footer li address { display:inline; }

#copyright {width:950px; border-top:0px solid #f4f4f4; text-align:center;height:25px; padding:0px 0px 10px 0px; clear:both;}
/* deepblue Skin - End */

.news_ticker_none { height:25px; overflow:hidden; clear:both; white-space:nowrap; }

.news_ticker_none table { width:100%; height:25px; margin:0; padding:0; table-layout:fixed;}
.news_ticker_none table td { white-space:nowrap; overflow:hidden; height:25px; vertical-align:top; }

.news_ticker_none .tickerBox { height:25px; padding-top:6px; white-space:nowrap; overflow:hidden; }

.news_ticker_none ul { margin:0; padding:0; white-space:nowrap; overflow:hidden; }
.news_ticker_none li { list-style:none; height:25px; overflow:hidden; white-space:nowrap; font-size:9pt;}

.news_ticker_none ul li .title a { color:#555555; text-decoration:none;  font-size:9pt;}
.news_ticker_none ul li .title a:hover { text-decoration:underline; }
.news_ticker_none ul li .title span.comment { color:#FE6700; font:.8em Tahoma; }
.news_ticker_none ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; text-decoration:none; }

.news_ticker_none ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;}



/*박스 설정*/
.orange_log_bodyl {background:url("../../../../widgets/orange_login_info/skins/default/./css/../images/middle01.gif") repeat-y left;width:10px;vertical-align:top;}
.orange_log_bodyr {background:url("../../../../widgets/orange_login_info/skins/default/./css/../images/middle02.gif") repeat-y right;width:10px;vertical-align:top;}

/*상단박스 색상 선택별 탑이미지 불러오기*/
.orange_log_bodym_orange	{background:url("../../../../widgets/orange_login_info/skins/default/./css/../images/orange/top02.gif") repeat-x left top;}
.orange_log_bodym_black {background:url("../../../../widgets/orange_login_info/skins/default/./css/../images/black/top02.gif") repeat-x left top;}
.orange_log_bodym_gray	 {background:url("../../../../widgets/orange_login_info/skins/default/./css/../images/gray/top02.gif") repeat-x left top;}
.orange_log_bodym_cyan {background:url("../../../../widgets/orange_login_info/skins/default/./css/../images/cyan/top02.gif") repeat-x left top;}
.orange_log_bodym_blue	{background:url("../../../../widgets/orange_login_info/skins/default/./css/../images/blue/top02.gif") repeat-x left top;}
.orange_log_bodym_red {background:url("../../../../widgets/orange_login_info/skins/default/./css/../images/red/top02.gif") repeat-x left top;}
.orange_log_bodym_purple {background:url("../../../../widgets/orange_login_info/skins/default/./css/../images/purple/top02.gif") repeat-x left top;}
.orange_log_bodym_white {background:url("../../../../widgets/orange_login_info/skins/default/./css/../images/white/top02.gif") repeat-x left top;}

/*본문박스 설정*/
.orange_log_body {padding:10px 0px 0px 0px;}

/*하단박스설정*/
.orange_log_bottom {height:7px; background:url("../../../../widgets/orange_login_info/skins/default/./css/../images/bottom02.gif") repeat left top;}

.orange_log_body .member_names {vertical-align:top;}
.orange_log_body .member_logouts {right:5px; top:5px;}

.orange_log_body .nobreak {white-space:nowrap;width:50%;float:left;padding: 3px 0px 1px 0px;font:11px "돋음", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
.orange_log_body .lastlogin {color:#787878;font:9px verdana;height:10px; }

.orange_log_body .pointlevel {font:11px "돋음", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}

.orange_log_body .hr_dot_01 {margin-bottom:5px;border-bottom:1px dotted #DEDEDE;}


.orange_log_body form .idpw input { border:1px solid #c9c9c9; color:#282828; background:#fbfbfb; font:11px Tahoma; line-height:100%; }
.orange_log_body form .idpw {float:left;}

.orange_log_body a{ color:#787878; text-decoration:none;}
.orange_log_body a:hover { color:#ff0000; text-decoration:none;}
.orange_log_body a:focus{ color:#787878; text-decoration:none;}
.orange_log_body .on a{ color:#787878; text-decoration:none;}

.freesize_newdoc { overflow:hidden; position:relative; width:100%; background:#ffffff url("../../../../widgets/newest_document/skins/freesize_newdoc/css/../images/white/tb_mid.png") top left repeat-x; padding-bottom:0px;}
.freesize_newdoc .bottom_mid {  position:relative; background:url("../../../../widgets/newest_document/skins/freesize_newdoc/css/../images/white/bottom_mid.png") 0 100% repeat-x; }
.freesize_newdoc .box_mid_left { position:relative; background:url("../../../../widgets/newest_document/skins/freesize_newdoc/css/../images/white/box_mid_dot.png") left repeat-y;}
.freesize_newdoc .box_mid_right { position:relative; background:url("../../../../widgets/newest_document/skins/freesize_newdoc/css/../images/white/box_mid_dot.png") top right repeat-y;}
.freesize_newdoc .bottom_left { position:relative; background:url("../../../../widgets/newest_document/skins/freesize_newdoc/css/../images/white/bottom_left.png") 0 100% no-repeat; }
.freesize_newdoc .bottom_right {position:relative; background:url("../../../../widgets/newest_document/skins/freesize_newdoc/css/../images/white/bottom_right.png") 100% 100% no-repeat;}

.freesize_newdoc h2 { background:url("../../../../widgets/newest_document/skins/freesize_newdoc/css/../images/white/title_bullet.gif") top left no-repeat; font:11px verdana; display:block; height:15px; margin:0; padding:2px 0 0 12px; margin-bottom:7px; color:#000000; }

.freesize_newdoc ul { margin:0; padding:0; list-style:none; }
.freesize_newdoc ul li { position:relative; height:22px; background:url("../../../../widgets/newest_document/skins/freesize_newdoc/css/../images/white/line.gif") repeat-x left bottom; width:100%; }
* html .freesize_newdoc ul li { height:20px; }
*:first-child+html .latest_default ul li { margin:-2px 0 -1px 0; } 
.freesize_newdoc ul li .title { position:absolute; z-index:0; left:4px; text-decoration:none; background:url("../../../../widgets/newest_document/skins/freesize_newdoc/css/../images/white/bulletD0.gif") no-repeat left 9px; padding-left:8px; padding-top:3px; white-space:nowrap; overflow:hidden; }
.freesize_newdoc ul li .title a { color:#555555; text-decoration:none; }
.freesize_newdoc ul li .title a:hover { text-decoration:underline; }
.freesize_newdoc ul li .title span.comment { color:#FE6700; font:.9em Tahoma; }
.freesize_newdoc ul li .title span.comment a { color:#FE6700; font:.9em Tahoma; }

.freesize_newdoc ul li .date { position:absolute; z-index:1; right:0px; margin-left:5px; margin-top:6px; font:.95em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif, Tahoma; }

.freesize_newdoc .left-corner{ position:relative; background:url("../../../../widgets/newest_document/skins/freesize_newdoc/css/../images/white/tb_left.png") top left no-repeat;}
.freesize_newdoc .right-corner{ background:url("../../../../widgets/newest_document/skins/freesize_newdoc/css/../images/white/tb_right.png") top right no-repeat; padding: 6px; }

.freesize_newdoc .more { position:absolute; top:6px; right:9px; color:#ffffff; font:.8em Tahoma;} 
.freesize_newdoc a.more { text-decoration:none;} 
.freesize_newdoc a.more:hover { text-decoration:underline;} 


.freesize_webzine { overflow:hidden; position:relative; width:100%; background:url("../../../../widgets/webzine/skins/freesize_webzine/css/../images/white/tb_mid.png") top left repeat-x;padding-bottom:0px;}
.freesize_webzine .bottom_mid {  position:relative; background:url("../../../../widgets/webzine/skins/freesize_webzine/css/../images/white/bottom_mid.png") 0 100% repeat-x; }
.freesize_webzine .box_mid_left { position:relative; background:url("../../../../widgets/webzine/skins/freesize_webzine/css/../images/white/box_mid_dot.png") left repeat-y;}
.freesize_webzine .box_mid_right { position:relative; background:url("../../../../widgets/webzine/skins/freesize_webzine/css/../images/white/box_mid_dot.png") top right repeat-y;}
.freesize_webzine .bottom_left { position:relative; background:url("../../../../widgets/webzine/skins/freesize_webzine/css/../images/white/bottom_left.png") 0 100% no-repeat; }
.freesize_webzine .bottom_right {position:relative; background:url("../../../../widgets/webzine/skins/freesize_webzine/css/../images/white/bottom_right.png") 100% 100% no-repeat;}

.freesize_webzine h2 { background:url("../../../../widgets/webzine/skins/freesize_webzine/css/../images/white/title_bullet.gif") no-repeat top left; font:10px verdana; font-size:1em; display:block; height:15px; margin:0; padding:2px 0 0 12px; margin-bottom:5px; color:#000000;}

.freesize_webzine ul {}
.freesize_webzine ul li { height:16px; background:url("../../../../widgets/webzine/skins/freesize_webzine/css/../images/white/bulletD0.gif") no-repeat left 7px; margin-left:0px; margin-right: 5px; padding: 3px 0 0 8px; overflow:hidden; list-style:none; white-space:nowrap; } 
.freesize_webzine ul li .title a { color:#555555; font:10px verdana;  text-decoration:none; }
.freesize_webzine ul li .title a:hover { font:10px verdana;  text-decoration:underline; }
.freesize_webzine ul li .title span.comment { color:#FE6700; font:10px verdana; }
.freesize_webzine ul li .title span.comment a { color:#FE6700; font:10px verdana; }

.freesize_webzine ul li .date { color:#999999; font:.8em verdana; white-space:nowrap; margin-right:5px;}

.freesize_webzine .left-corner{ position:relative; background:url("../../../../widgets/webzine/skins/freesize_webzine/css/../images/white/tb_left.png") top left no-repeat;}
.freesize_webzine .right-corner{ background:url("../../../../widgets/webzine/skins/freesize_webzine/css/../images/white/tb_right.png") top right no-repeat; padding: 6px }

.freesize_webzine .more { position:absolute; top:6px; right:9px; color:#ffffff; font:.8em verdana;} 
.freesize_webzine a.more { text-decoration:none;} 
.freesize_webzine a.more:hover { text-decoration:underline;} 


.freesize_webzine .listTable { width:100%; table-layout:fixed; border:none;}

.freesize_webzine .listTable tr td { border-bottom:1px dotted #DEDEDE; padding:0;margin:0; vertical-align:top; overflow:hidden; }

.freesize_webzine .thumbnailBox { width:100%; margin:0;padding:0;border:none; table-layout:fixed; }
.freesize_webzine .thumbnailBox tr td { border-bottom:none; padding:none; margin:none; }

.freesize_webzine .thumbnailBox .thumbnail { text-align:left; padding:5px; white-space:nowrap;}
.freesize_webzine .thumbnailBox .thumbnail img { padding:4px; border:1px solid #DEDEDE; }
.freesize_webzine .thumbnailBox .thumbnail img:hover { border:1px solid #54564b; }

.freesize_webzine .thumbnailBox .desc { padding-left:0px; padding-bottom:5px; }

.freesize_webzine .thumbnailBox .titleBox { margin-top:8px; margin-bottom:5px;}

.freesize_webzine .thumbnailBox .titleBox .title { }
.freesize_webzine .thumbnailBox .titleBox .title strong { font-weight:bold; font-size:0.9em; color:#ed2a32; }
.freesize_webzine .thumbnailBox .titleBox .title a { font-weight:bold; color:#666666; text-decoration:none; }
.freesize_webzine .thumbnailBox .titleBox .title a:hover { font-weight:bold; text-decoration:underline; }


.freesize_webzine .thumbnailBox .titleBox .regdate { font-size:0.9em; color:#AAAAAA; }

.freesize_webzine .thumbnailBox .contentBox { overflow:hidden; margin-bottom:5px;}

.freesize_webzine .thumbnailBox .authorBox { margin-top:5px; }

.freesize_webzine .thumbnailBox .author { color:#54564b; margin-right:10px;}
.freesize_webzine .thumbnailBox .author span,div { color:#54564b; }

.freesize_webzine .thumbnailBox .readAndVoted { color:#999999; font-size:0.9em; }
.freesize_webzine .thumbnailBox .readAndVoted span.div_block { color:#333333; font-size:0.9em; }
.freesize_webzine .thumbnailBox .readAndVoted strong { color:#FE6700; }

.freesize_webzine .thumbnailBox td.bottomBorder { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }



/* Calendar */
.widget_calendar { padding:1.2em .8em; position:relative; border:1px solid #e0e1db; margin-bottom:.7em;}
.widget_calendar table { width:100%;}
.widget_calendar table caption { font:bold 1em Tahoma; color:#9a9a9a; padding-bottom:.6em; background:url("../../../../widgets/calendar/skins/blog_calendar_list/css/none");}
.widget_calendar table caption .mm { font:bold 1em Tahoma; color:#54564b;}
.widget_calendar table caption a { padding:.2em;}
.widget_calendar table caption a img { width:13px; height:13px;}
.widget_calendar table caption a.back { background:url("../../../../widgets/calendar/skins/blog_calendar_list/css/../images/buttonArrowCalendarLeft.gif") no-repeat left 3px; width:13px; height:13px;}
.widget_calendar table caption a.next { background:url("../../../../widgets/calendar/skins/blog_calendar_list/css/../images/buttonArrowCalendarRight.gif") no-repeat left 3px; width:3px; height:13px;}
.widget_calendar table th,
.widget_calendar table td { padding:.25em 0;}
.widget_calendar table th { font-weight:normal; font-size:.9em; color:#9a9a9a;}
.widget_calendar table th.sun { color:#fe3614;}
.widget_calendar table td { text-align:center;}
.widget_calendar table td a { font:.9em Tahoma; color:#9a9a9a;}
.widget_calendar table td.sun { color:#fe3614;}
.widget_calendar table td.sun a { color:#fe3614;}
.widget_calendar table td.today { font-weight:bold; color:#54564b;}
.widget_calendar table td.today a { font-weight:bold; color:#54564b;}
.widget_calendar table td.posted a { text-decoration:underline;}

.counter_widget {
    border:3px solid #DDDDDD;
    padding:6px;
    margin-bottom:10px;
    color:#999999;
    font-family:tahoma;
    font-size:8pt;
}

.counter_widget ul { margin:0; padding:0; list-style:none; }

.freesize_imgbox {  overflow:hidden; position:relative; width:100%; background:#ffffff url("../../../../widgets/newest_images/skins/freesize_new_images/css/../images/normal/tb_mid.png") top left repeat-x; margin:0; padding-bottom:0px; }

.freesize_imgbox .bottom_mid { position:relative;  background:url("../../../../widgets/newest_images/skins/freesize_new_images/css/../images/normal/bottom_mid.png") 0 100% repeat-x;}
.freesize_imgbox .box_mid_left {position:relative;  background:url("../../../../widgets/newest_images/skins/freesize_new_images/css/../images/normal/box_mid_dot.png") top left repeat-y;}
.freesize_imgbox .box_mid_right { position:relative; background:url("../../../../widgets/newest_images/skins/freesize_new_images/css/../images/normal/box_mid_dot.png") top right repeat-y;}
.freesize_imgbox .bottom_left {position:relative;  background:url("../../../../widgets/newest_images/skins/freesize_new_images/css/../images/normal/bottom_left.png") 0 100% no-repeat; }
.freesize_imgbox .bottom_right {position:relative; background:url("../../../../widgets/newest_images/skins/freesize_new_images/css/../images/normal/bottom_right.png") 100% 100% no-repeat;}

.freesize_imgbox .top_left{ position:relative; background:url("../../../../widgets/newest_images/skins/freesize_new_images/css/../images/normal/tb_left.png") top left no-repeat;}
.freesize_imgbox .top_right{ right:1px; background:url("../../../../widgets/newest_images/skins/freesize_new_images/css/../images/normal/tb_right.png") top right no-repeat; padding: 5px }

.freesize_imgbox h2 { background:url("../../../../widgets/newest_images/skins/freesize_new_images/css/../images/normal/title_bullet.gif") no-repeat left 2px; font:11px verdana; display:block; margin:0; height:15px; padding:3px 0 0 12px; margin-bottom:5px; color:#000000; }

.freesize_imgbox .more { position:absolute; top:6px; right:10px; color:#ffffff; font:.8em Tahoma;}
.freesize_imgbox a.more { text-decoration:none;} 
.freesize_imgbox a.more:hover { text-decoration:underline;} 

.freesize_imgbox .thumbnail_box { margin:0; padding:0; width:100%; table-layout:fixed; }
.freesize_imgbox .thumbnail_box .thumbnail { margin:2px; padding:2px; border:none; text-align:center; }
.freesize_imgbox .thumbnail_box .thumbnail img { border:1px solid #DEDEDE; }
.freesize_imgbox .thumbnail_box .thumbnail img:hover { border:1px solid #54564b; }

.freesize_imgbox .thumbnail_box .title {  margin:0; text-align:center; }

.freesize_imgbox .thumbnail_box a { color:#000000; text-decoration:none; }
.freesize_imgbox .thumbnail_box a:visited { color:#54564b; text-decoration:none; }

.freesize_imgbox .thumbnail_box td.bottomBorder { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }
.freesize_imgbox .thumbnail_box div strong { font-weight:bold; font-size:0.9em; color:#ed2a32; }
.freesize_imgbox .thumbnail_box div.author { color:#54564b; text-align:center;}
.freesize_imgbox .thumbnail_box div.author span,div { color:#54564b; }
.freesize_imgbox .thumbnail_box div.regdate { font-size:0.9em; color:#AAAAAA; margin-top:2px;text-align:center;}

.freesize_imgbox .thumbnail_box div.readAndVoted { color:#999999; font-size:0.9em; text-align:center;}
.freesize_imgbox .thumbnail_box div.readAndVoted span.div_block { color:#333333; font-size:0.9em; }
.freesize_imgbox .thumbnail_box div.readAndVoted strong { color:#FE6700; }

.scrWidget {position:relative; padding-bottom:2px; overflow:hidden;  z-index:1; background: url("../../../../widgets/scr_modules_document/skins/scr_modules/css/../images/top_bg.png") repeat-x left top;  border:1px solid #fef;}
.scrWidget .butten {position:absolute; top:2px; right:5px; cursor:pointer; z-index:2;}

.scrWidget .scrBox .titler { font:11px verdana;  color:#000000; margin-left:5px; margin-bottom:5px;}
.scrWidget .scrBox .titler a { text-decoration:none; color:#000000;}
.scrWidget .scrBox .titler a:hover { text-decoration:underline; color:#000000;}

.scrWidget .scrContent { border:0px solid #DEDEDE; padding:2px; border-top:none;}
.scrWidget .scrContent table { width:100%; table-layout:fixed; overflow:hidden; margin-bottom:5px;}

.scrWidget .scrContent .thumbnail { text-align:center;  margin:0px 3px 0px 5px; padding:1px;}
.scrWidget .scrContent .thumbnail img { border:1px solid #EEEEEE;}
.scrWidget .scrContent .thumbnail img:hover { border:1px solid #555;}

.scrWidget .scrContent .titleBox { padding-top:2px; margin-left:5px; color:#888888; vertical-align:top; overflow:hidden;}
.scrWidget .scrContent .titleBox .regdate { font-family:tahoma; font-size:.85em; color:#04A0C1; margin-right:5px;:}
.scrWidget .scrContent .titleBox .title { background:url("../../../../widgets/scr_modules_document/skins/scr_modules/css/../images/normal/bullet.gif") no-repeat 1px 5px; padding-left:6px; margin:4px 4px 0px 0px; height:16px; overflow:hidden; }
.scrWidget .scrContent .titleBox .title .comment_cnt { font-weight:normal; font-size:0.85em; color:#F48A23;}
.scrWidget .scrContent .titleBox .title a { font-family:tahoma; font-size:9pt; color:#333; text-decoration:none;}
.scrWidget .scrContent .titleBox .title a:hover { text-decoration:underline; }

.scrWidget .scrContent .titleBox .title .author { font-family:tahoma; font-size:8pt; color:#04A0C1; }
.scrWidget .scrContent .titleBox .title .readAndVoted { font-family:tahoma; font-size:.8em; color:#05C2EB;}
.scrWidget .scrContent .titleBox .title .readAndVoted .readed { color:#333;}
.scrWidget .scrContent .titleBox .title .readAndVoted .voted { color:#05C2EB;}
 
.freesize_mentbox { overflow:hidden; position:relative; width:100%; background:#ffffff url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/tb_mid.png") top left repeat-x;padding-bottom:0px;}
.freesize_mentbox h2 { background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/title_bullet.gif") top left no-repeat; font:11px verdana; display:block; height:15px; margin:0; padding:0px 0 0 12px; margin-bottom:5px; color:#000000; }
.freesize_mentbox .bottom_mid {  position:relative; background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/bottom_mid.png") 0 100% repeat-x;}
.freesize_mentbox .box_mid_left { position:relative; background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/box_mid_dot.png") left repeat-y;}
.freesize_mentbox .box_mid_right { position:relative; background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/box_mid_dot.png") top right repeat-y;}
.freesize_mentbox .bottom_left { position:relative; background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/bottom_left.png") 0 100% no-repeat;}
.freesize_mentbox .bottom_right {position:relative; background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/bottom_right.png") 100% 100% no-repeat;}
.freesize_mentbox .left-corner{ position:relative; background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/tb_left.png") top left no-repeat;}
.freesize_mentbox .right-corner{ background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/tb_right.png") top right no-repeat; padding: 6px}
.freesize_mentbox ul.commentList { margin:0; padding:3px; }
.freesize_mentbox ul.commentList li { height:16px; background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/old.gif") no-repeat left; margin-left:0px; margin-right: 7px; padding: 3px 0 0 10px; overflow:hidden; list-style:none; white-space:nowrap; }
.freesize_mentbox ul.commentList li a { color:#555555; line-height:1.5em;  text-decoration:none; font:1.0em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif, Tahoma;}
.freesize_mentbox ul.commentList li .date {  position:absolute; right:0px; margin-right:8px; margin-top:3px; color:#999999; font:.95em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif, Tahoma; white-space:nowrap; }
.freesize_mentbox ul.commentList li .name { color:#609060; font:.95em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif, Tahoma; white-space:nowrap; margin-right:5px;}
div#tag_naver { position:relative; border:0px solid #e0e1db; margin-bottom:0px; padding:0px; 15px 0px 15px;}
div#tag_naver h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:0px 0 0 0px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;}
/*:first-child+html .boxTypeB h2 { height:20px;} */
div#tag_naver .tagList { overflow:hidden; margin-left:15px;margin-right:15px;}
div#tag_naver .tagList li { display:inline; color:#a4a4a4; line-height:200%;}
div#tag_naver .tagList li a { color:#7C8A8D; text-decoration:none;}
div#tag_naver .tagList li a:hover { background-color:#000033; color:#ffff00;}

div#tag_naver .tagList li.typeA a { font-weight:bold; background-color:#12d763; color:#ffffff; font-size:16pt;}
div#tag_naver .tagList li.typeA a:hover { background-color:#1E4F55; color:#ffff00;}

div#tag_naver .tagList li.typeB a { color:#3D7B66; font-weight:bold; font-size:14pt;}
div#tag_naver .tagList li.typeB a:hover { background-color:#000033; color:#ffff00;}

div#tag_naver .tagList li.typeC a { color:#00B4B5; font-weight:bold; font-size:12pt;}
div#tag_naver .tagList li.typeC a:hover { background-color:#000033; color:#ffff00;}


A.himini:link{color:#666666; text-decoration:none;}
A.himini:visited{color:#666666; text-decoration:none;} 
A.himini:hover{color:#666666;text-decoration:underline;}
A.himini:active{color:#666666; font-weight:bold; text-decoration:none;}

/*1차메뉴*/
#mapmenu .menu_top {font:11px verdana;font-weight:bold; border-left: 3px solid #3C467D;line-height:16px;padding:0px 10px 0px 6px;margin:20px 5px 3px 5px;overflow:hidden;white-space:nowrap; }


/*2,3차메뉴*/
#mapmenu .menu_second,
#mapmenu .menu_first {font:11px verdana;border-left: 2px solid #9696FF;line-height:16px;padding:0px 0px 0px 6px;margin:2px 5px 0px 5px;overflow:hidden;white-space:nowrap; }
#mapmenu .menu_second2 {font:11px verdana;border-left: 2px solid #D2D2FF;line-height:16px;padding:0px 5px 0px 6px;margin:2px 5px 0px 5px;overflow:hidden;white-space:nowrap; }
#mapmenu .menu_third {font:11px verdana;border-left: 1px solid #D2D2FF;line-height:16px;padding:0px 0px 0px 6px;margin:2px 5px 0px 5px;overflow:hidden;white-space:nowrap; }
#mapmenu .listall2 a {color:#000000; }

/*하단메뉴*/
#mapmenu .menu_bottom {font:11px verdana;border-left: 2px solid #9696FF;line-height:14px;padding:0px 5px 0px 6px;margin:2px 5px 0px 5px;overflow:hidden;white-space:nowrap; }


/*박스 설정*/
.map_menu_bodyl {background:url("../../../../widgets/orange_map_menu/skins/default/css/../images/middle01.gif") repeat-y left;width:10px;vertical-align:top;}
.map_menu_bodyr {background:url("../../../../widgets/orange_map_menu/skins/default/css/../images/middle02.gif") repeat-y right;width:10px;vertical-align:top;}

/*상단박스 색상 선택별 탑이미지 불러오기*/
.map_menu_orange	{background:url("../../../../widgets/orange_map_menu/skins/default/css/../images/orange/top02.gif") repeat-x left top;}
.map_menu_black {background:url("../../../../widgets/orange_map_menu/skins/default/css/../images/black/top02.gif") repeat-x left top;}
.map_menu_gray	 {background:url("../../../../widgets/orange_map_menu/skins/default/css/../images/gray/top02.gif") repeat-x left top;}
.map_menu_cyan {background:url("../../../../widgets/orange_map_menu/skins/default/css/../images/cyan/top02.gif") repeat-x left top;}
.map_menu_blue	{background:url("../../../../widgets/orange_map_menu/skins/default/css/../images/blue/top02.gif") repeat-x left top;}
.map_menu_red {background:url("../../../../widgets/orange_map_menu/skins/default/css/../images/red/top02.gif") repeat-x left top;}
.map_menu_purple {background:url("../../../../widgets/orange_map_menu/skins/default/css/../images/purple/top02.gif") repeat-x left top;}
.map_menu_none {}

/*하단박스설정*/
.map_menu_bottom {height:7px; background:url("../../../../widgets/orange_map_menu/skins/default/css/../images/bottom02.gif") repeat left top;}

