@charset "utf-8";


/* 
Used Hack 
IE6 & Below 
{ property:value; _property:value; }
IE7 Only
*:first-child+html #selector
IE7 & IE6 & Below
*:first-child+html #selector,
* html #selector {}
*/

/* default.css - Type Selector Definition */
body { margin:0;padding:0; font-size:9pt; }
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;}
*: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 { display:inline; border:2px solid #444444; background-color:#FFFFFF; padding:15px 20px 13px 20px; font-weight:bold; color:#444444; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }
#fororiginalimageareabg { z-index:1001; background-color:#FFFFFF; width:100%; height:100%; top:0px; left:0px; position:relative; padding:20px 10px 10px 10px; border:8px solid #DDDDDD; } 
#fororiginalimagearea { visibility:hidden; padding:0px; margin:0px; width:100%; height:100%; top:0px; left:0px; position:absolute; z-index:1000; text-align:left; overflow:hidden; }
#fororiginalimage { z-index:1002; }
#closeOriginalImageBtn { position:absolute; right:8px; top:5px; cursor:pointer; width:50px; height:12px; z-index:1003; }
#popup_menu_area { position:absolute; left:0px; top:0px; z-index:1003; visibility:hidden; border:2px solid #D9D9D9; background-color:#FFFFFF; padding:0; }
#popup_menu_area .box { border:1px solid #CACACA; background-color:#FFFFFF; padding:7px; }
#popup_menu_area .item { color:#333333; cursor:pointer; margin:0; padding:3px 0 3px 0; white-space:nowrap; }
#popup_menu_area .item_on { color:#333333; font-weight:bold; margin:0; cursor:pointer; padding:3px 0 3px 0; letter-spacing:-1px; white-space:nowrap;}

a.button_f2, span.button_f2, del.button_f2{
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
    
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	color:#2e523b;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;	
    vertical-align:middle;
	
    padding-top:-2px;
	_position:relative;
    _top:-4px;
	_width:10px;	
	_overflow-y:hidden;
}
*:first-child+html a.button_f2, *:first-child+html span.button_f2,*:first-child+html del.button_f2 {
	position:relative;
    top:-4px;
}



a.button_f2, span.button_f2, del.button_f2,
a.button_f2 span, span.button_f2 button_f2, span.button_f2 input, del.button_f2 span{
    background-image:url("../../../../addons/buttonchange/css/../images/form_buttons2.png");
    _background-image:url("../../../../addons/buttonchange/css/../images/form_buttons2.gif");
}


a.button_f2 span, span.button_f2 button_f2, span.button_f2 input, del.button_f2 span{
	
	white-space:nowrap;
	cursor:pointer;
    color:#eee;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:12px !important;
    font-style:normal;    
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:30px;
	padding:9px 20px 0 9px;
	margin:0 -16px 0 10px;
	border:none;
	zoom:1;
	_position:relative;
    _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;	
	_display:block;
	_right:-5px;
	
}

span.button_f2 button_f2{
   line-height:2.5;/*Opera need this*/
}

html.safari a.button_f2 span, 
html.safari del.button_f2 span{
  line-height:1.3;
}

html.safari span.button_f2 button_f2{
  line-height:2.6;
}

html.safari a.button_f2:focus,
html.safari span.button_f2 button_f2:focus{
    outline:none;
}



del.button_f2{
	/* cursor:not-allowed;	*/
	background-position:0 -120px;
	
}

del.button_f2 span{
	cursor:default;
    color:#aaa !important;
	background-position:100% -120px;
}


span.button_f2 button_f2, span.button_f2 input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}


/** optional **/
/*
a.button_f2:visited{
	color:#aaa;
}
*/


/*Hover Style*/

a.button_f2:hover, 
span.button_f2:hover,
a.button_f2:focus, 

a.dom-button_f2-focus, 
span.button_f2-behavior-hover{
	background-position:0 -60px;
	color:#222;
	text-decoration:none;
}





a.button_f2:hover span, 
span.button_f2:hover button_f2, 
span.button_f2:hover input, 
a.button_f2:focus span, 

span.button_f2-behavior-hover button_f2, 
span.button_f2-behavior-hover input{
	background-position:100% -60px;
	color:#FFF;
}


a.button_f2:active, a.button_f2:focus span{
	color:#444;
}




del.button_f2-behavior-hover, del.button_f2:hover{
	background-position:0 -180px;
	/* cursor:not-allowed; */
}


del.button_f2-behavior-hover span, del.button_f2:hover span{
	background-position:100% -180px;
	/* cursor:not-allowed; */
	
}




/*Optional hack for IE6 to simulate :hover selector*/

span.button_f2 button_f2, del.button_f2 span, span.button_f2 input{


	
	_behavior:expression(
		(function(el){

			if( typeof( behavior_onMouseEnter) == 'undefined'){

				
				behavior_onMouseEnter = function(el){
					
					var dEl = this.parentNode;					
					var sClass = dEl.className ;
					dEl.__defaultClassName = sClass ;
					dEl.className = sClass + ' button_f2-behavior-hover';	
					this.setCapture();
				};

				behavior_onMouseLeave = function(el) {
					var dEl = this.parentNode;
					dEl.className = dEl.__defaultClassName ;
					dEl.__defaultClassName = undefined;
					this.releaseCapture();
				};


			};
			
			
			el.runtimeStyle.behavior = 'none';
			el.onmouseenter = behavior_onMouseEnter;
			el.onmouseleave = behavior_onMouseLeave;
			
			
		})(this));




}

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; cursor: move; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url("../../../../addons/digist_lightbox/lytebox/images/loading.gif") center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 33%; height: 100%; background: transparent url("../../../../addons/digist_lightbox/lytebox/images/blank.gif") no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url("../../../../addons/digist_lightbox/lytebox/images/prev_grey.gif") left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url("../../../../addons/digist_lightbox/lytebox/images/prev_red.gif") left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url("../../../../addons/digist_lightbox/lytebox/images/prev_green.gif") left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url("../../../../addons/digist_lightbox/lytebox/images/prev_blue.gif") left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url("../../../../addons/digist_lightbox/lytebox/images/prev_gold.gif") left 15% no-repeat; }
	
#lbNext { width: 33%; height: 100%; background: transparent url("../../../../addons/digist_lightbox/lytebox/images/blank.gif") no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url("../../../../addons/digist_lightbox/lytebox/images/next_grey.gif") right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url("../../../../addons/digist_lightbox/lytebox/images/next_red.gif") right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url("../../../../addons/digist_lightbox/lytebox/images/next_green.gif") right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url("../../../../addons/digist_lightbox/lytebox/images/next_blue.gif") right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url("../../../../addons/digist_lightbox/lytebox/images/next_gold.gif") right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url("../../../../addons/digist_lightbox/lytebox/images/close_grey.png") no-repeat; }
	#lbClose.red { background: url("../../../../addons/digist_lightbox/lytebox/images/close_red.png") no-repeat; }
	#lbClose.green { background: url("../../../../addons/digist_lightbox/lytebox/images/close_green.png") no-repeat; }
	#lbClose.blue { background: url("../../../../addons/digist_lightbox/lytebox/images/close_blue.png") no-repeat; }
	#lbClose.gold { background: url("../../../../addons/digist_lightbox/lytebox/images/close_gold.png") no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url("../../../../addons/digist_lightbox/lytebox/images/play_grey.png") no-repeat; }
	#lbPlay.red { background: url("../../../../addons/digist_lightbox/lytebox/images/play_red.png") no-repeat; }
	#lbPlay.green { background: url("../../../../addons/digist_lightbox/lytebox/images/play_green.png") no-repeat; }
	#lbPlay.blue { background: url("../../../../addons/digist_lightbox/lytebox/images/play_blue.png") no-repeat; }
	#lbPlay.gold { background: url("../../../../addons/digist_lightbox/lytebox/images/play_gold.png") no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url("../../../../addons/digist_lightbox/lytebox/images/pause_grey.png") no-repeat; }
	#lbPause.red { background: url("../../../../addons/digist_lightbox/lytebox/images/pause_red.png") no-repeat; }
	#lbPause.green { background: url("../../../../addons/digist_lightbox/lytebox/images/pause_green.png") no-repeat; }
	#lbPause.blue { background: url("../../../../addons/digist_lightbox/lytebox/images/pause_blue.png") no-repeat; }
	#lbPause.gold { background: url("../../../../addons/digist_lightbox/lytebox/images/pause_gold.png") no-repeat; }

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

/* darkblue Skin - Start */
a { selector-dummy : expression(this.hideFocus=true);} // 8번째 빈줄에 첨부
/* Site Layout - Body Wrap */
body {BACKGROUND : #FFFFFF;Filter:Alpha(opacity=80);};
#bodyWrap { position:relative; width:950px; margin:0 auto; padding:0 0 0 0;}



/* Site Layout - Header */
#header { position:relative; width:950px; height:170px; border-top:0px solid #323232; border-left:0px solid #d9d9d9; border-right:0px solid #d9d9d9; background:url("../../../../layouts/jdh_xe_2m/css/../images/darkblue/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:10px; left:5px; width:200px; text-align:left;z-index:98; background:transparent;}

#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;Filter:Alpha(opacity=80);}
#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:5px;}
#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:85px; left:0px; height:48px; overflow:hidden; white-space:nowrap; margin-bottom:0px;}
#gnb li { list-style:none; float:left; background:url("../../../../layouts/jdh_xe_2m/css/") no-repeat left center; padding-left:0px; position:relative; left:-2px; white-space:nowrap;}
#gnb li a {text-align:center; display:block; float:left; padding:22px 10px 0 10px; height:48px; color:#ffffff; white-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:#ffff66;}
#gnb li.on a { height:48px;font-weight:bold; color:#333333; padding:20px 10px 0 10px;background:url("../../../../layouts/jdh_xe_2m/css/../images/darkblue/bgGnbOn.png") repeat-x center top;}

#gnb_add {position:absolute; top:103px; right:0px; width:325px; text-align:right;}

#gnb_sub { position:absolute; top:124px; left:10; height:40px; overflow:hidden; gray-space:nowrap; margin-bottom:0px;}

#gnb_sub .submenu {text-align:center; color:#333333;text-decoration:none;font-size:1.0em;} 
#gnb_sub .submenu:hover,
#gnb_sub .submenu:focus {color:#cc1111; font-weight:bold;}
/* 상단주메뉴 밑 서브메뉴 처리 부분 */

#Search_icon { position:absolute; top:55px; right:220px; width:284px; text-align:right;}
#isSearch { position:absolute; top:55px; right:5px; 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_2m/css/../images/darkblue/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_2m/css/../images/darkblue/bgSearch.gif") no-repeat;}
#isSearch .inputText:hover,
#isSearch .inputText:focus { background:url("../../../../layouts/jdh_xe_2m/css/../images/darkblue/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_2m/css/../images/deeporange/bgContentBody.gif") repeat-y left top; border-bottom:1px solid #dddddd;}

/* Site Layout - Column Left */
#columnLeft {top:0px; left:0px; width:200px;height:100%; text-align:left;}
#columnLeft .mask { width:200px; 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;}ent
#lnb li a { padding:6px 5px 6px 13px; width:170px; display:block; border:1px solid #e8e8e8; background:url("../../../../layouts/jdh_xe_2m/css/../images/darkblue/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_2m/css/../images/darkblue/bulletLnb.gif") no-repeat 175px center  !important;}

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

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

#columnRight { position:relative; top:0px; right:0px; width:230px; text-align:left;float:right;}
#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:35px; padding:10px 15px 10px 15px; clear:both; background:url("../../../../layouts/jdh_xe_2m/css/../images/darkblue/bottom_barbg.gif") no-repeat;}
#footer li { display:inline; padding:10px 5px 10px 5px; background:url("../../../../layouts/jdh_xe_2m/css/../images/darkblue/vrType1.gif") no-repeat left center;}
#footer li.first-child { background:none;}
#footer li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;padding:10px 5px 10px 5px;}
#footer li address { display:inline; }


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

/* White Skin - End */

/*site login css */
.login_form_v2{ position:relative;  width:200px;height:198px;}
.login_hi {position:absolute; left:34px; top:20px; height:24px; color:#444444;}
.login_form_head_b { left:0px; position:relative;  background:url("../../../../widgets/login_info/skins/login_FULL/./css/../images/login_bg3_01.gif"); width:200px;height:46px;}
.login_form_body_b { left:0px; position:relative;  background:url("../../../../widgets/login_info/skins/login_FULL/./css/../images/login_bg3_02.gif"); width:200px;height:100px;}
.login_form_foot_b { left:0px; position:relative;  background:url("../../../../widgets/login_info/skins/login_FULL/./css/../images/login_bg3_03.gif"); width:200px; height:50px;}
.login_id_f {position:absolute; left:23px; top:10px; height:14px; width:100px; }
.login_pw_f {position:absolute; left:23px; top:30px; height:14px; width:100px;}
.login_bt_f {position:absolute; left:134px; top:10px;}
.id_save {position:absolute; left:10px; top:60px;}
.login_pw_find_f {position:absolute; left:89px; top:88px; height:24px;}
.login_join_f {position:absolute; left:39px; top:88px; height:24px;}

/*site login_info css */
.login_form_head { left:0px; position:relative;  background:url("../../../../widgets/login_info/skins/login_FULL/./css/../images/login_bg3_01.gif"); width:200px;height:46px;}
.login_form_body { left:0px; position:relative;  background:url("../../../../widgets/login_info/skins/login_FULL/./css/../images/login_bg3_02.gif"); width:200px;height:100px;}
.login_form_foot { left:0px; position:relative;  background:url("../../../../widgets/login_info/skins/login_FULL/./css/../images/login_bg3_03.gif"); width:200px; height:50px;}
.login_form_bg { left:20px; position:absolute;  background:url("../../../../widgets/login_info/skins/login_FULL/./css/../images/login_bg2.gif"); width:150px;height:100px;}
.login_form_gp { left:75px; top:50px; position:absolute;  font-size:8pt;}
.login_form_nick {left:75px; top:8px; position:absolute; font-size:8pt; width:100px;}
.login_form_point {left:75px; top:27px; position:absolute; font-size:8pt; }
.admin_2{position:absolute; left:140px; top:20px; height:24px;}
.logout_1_f {position:absolute; left:18px; top:70px; height:24px;}
.login_form_ad{left:20px; position:absolute; top:20px; font-size:8pt; height:24px; color:#336699;}
.login_form_ad2{left:18px; position:absolute; top:20px; font-size:8pt; height:24px; color:#336699;}

/* Text css */
a:link,a:visited,a:active {
font: 9pt 돋움;
color:#555;
text-decoration:none;
}
a:hover {
font: 9pt 돋움;
color:#000;
text-decoration:none;
}

A.link_page:link,a.link_page:visited,a.link_page:active {
font: 8pt 돋움;
color: #9A9893;
text-decoration:none;
}

A.link_page:hover { 
font: 8pt 돋움;
color: #9A9893;
text-decoration:none;
}
.tabWdiget { overflow:hidden; }

.tabWdiget .tabBox { border-bottom:1px solid #DEDEDE; height:27px; z-index:1;  margin-right:10px; margin-left:155px;}
.tabWdiget .tabBox a { text-decoration:none; color:#666666; }
.tabWdiget .tab { position:relative; top:1px; border:1px solid #DEDEDE; margin-right:4px; float:right; cursor:pointer;  background-color:#FFFFFF; z-index:2; height:25px; }
.tabWdiget .on { position:relative; top:1px; border:1px solid #DEDEDE; border-bottom:1px solid #FFFFFF; margin-right:4px; float:right; cursor:pointer;  background-color:#FFFFFF; z-index:2; height:25px; }

.tabWdiget .tab div { float:left; height:15px; border-bottom:5px solid #EEEEEE; font:bold 9pt Tahoma;font-size:9pt; padding:5px 8px 0 8px; color:#666666; }
.tabWdiget .tab div a { color:#777777; font:bold 9pt Tahoma;}
.tabWdiget .on div { float:left; height:15px; border-bottom:5px solid #FFFFFF; font:bold 9pt Tahoma;font-size:9pt; padding:5px 8px 0 8px; color:#000000; }
.tabWdiget .on div a { color:#2266ff; font:bold 9pt Tahoma;}

.tabWdiget .tabContent { border:0px solid #DEDEDE; padding:10px 10px 0px 10px;  border-top:none;  z-index:1;}
.tabWdiget .show { display:block; }
.tabWdiget .hide { display:none; }

.tabWdiget .tabContent table { border:0; width:100%; table-layout:fixed; }

.tabWdiget .tabContent .thumbnail { text-align:center; }
.tabWdiget .tabContent .thumbnail img { border:1px solid #EEEEEE; padding:5px; float:left; }

.tabWdiget .tabContent .titleBox { padding-top:3px; padding-left:10px; color:#888888; vertical-align:top;}
.tabWdiget .tabContent .titleBox .regdate { font-family:tahoma; font-size:.85em; color:#AAAAAA;}
.tabWdiget .tabContent .titleBox .title { background:url("../../../../widgets/tab_newest_document/skins/jdh_xe_official/css/../images/normal/bullet.gif") no-repeat 3px 6px; padding-left:10px; margin-top:2px; height:18px; white-space:nowrap; overflow:hidden; }
.tabWdiget .tabContent .titleBox .title .comment_cnt { font-weight:normal; font-size:0.8em; color:#F48A23; }
.tabWdiget .tabContent .titleBox .title a { color:#666666; text-decoration:none; }
.tabWdiget .tabContent .titleBox .title a:hover { text-decoration:underline; color:#3399ff;}

.tabWdiget .tabContent .titleBox .title .author { color:#AAAAAA; }
.tabWdiget .tabContent .titleBox .title .readAndVoted { font-family:tahoma; font-size:.8em; color:#AAAAAA;}
.tabWdiget .tabContent .titleBox .title .readAndVoted .readed { color:#4BC4C8;}
.tabWdiget .tabContent .titleBox .title .readAndVoted .voted { color:#C8A64B;}


.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 { 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;}

.newest_document_default_normal {
}

.newest_document_default_normal .newest_document_default_box {
}

.newest_document_default_normal .newest_document_default_box .title_box {
    border:1px solid #ffffff;
    padding:10px 10px 10px 10px;
    height:10px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box .title_box .title {
    background:url("../../../../widgets/newest_document/skins/default/normal/./title_bullet.gif") no-repeat left;
    font-weight:bold; 
    color:#8899aa;
    height:14px;
    padding-left:20px;
    float:left;
}

.newest_document_default_normal .newest_document_default_box .title_box .more A {
    float:right;
    color:#ccccff;
    text-decoration:none;
    font-weight:bold;
    font-size:.75em;
}

.newest_document_default_normal .newest_document_default_box .document_box {
    padding:3px 3px 3px 2px;
    clear:both;
    border-bottom:1px solid #eeeeee;
    height:16px;
    margin:0px 0px 0px 0px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box .document {
    padding:0px 0px 5px 20px;
    background:url("../../../../widgets/newest_document/skins/default/normal/./document_bullet.gif") no-repeat left;
    float:left;
}

.newest_document_default_normal .newest_document_default_box .document A {
font-size:8pt;
    text-decoration:none;
    color:#666666;
}

.newest_document_default_normal .newest_document_default_box .document A:hover {
font-size:8pt;
    text-decoration:underline;
    color:#cc77ff;
}

.newest_document_default_normal .newest_document_default_box .document A:visited {
font-size:8pt;
    color:#AAAAAA;
}

.newest_document_default_normal .newest_document_default_box .document .comment A {
    font-size:7pt;
    color:#AAAAAA;
    letter-spacing:-1px;
}

.newest_document_default_normal .newest_document_default_box .document .writer {
font-size:7pt;
    color:#AAAAAA;
}


.newest_document_default_normal .newest_document_default_box .regdate {
    color:#AAAAAA;
    font-size:7pt;
    float:right;
    white-space:nowrap;
}

.newest_document_default_normal {
}

.newest_document_default_normal .newest_document_default_box1 {
}

.newest_document_default_normal .newest_document_default_box1 .title_box {
    border:1px solid #ffffff;
    padding:10px 10px 10px 10px;
    height:10px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box1 .title_box .title {
    background:url("../../../../widgets/newest_document/skins/default2/normal/./title_bullet.gif") no-repeat left;
    font-weight:bold; 
    color:#8899aa;
    height:14px;
    padding-left:20px;
    float:left;
}

.newest_document_default_normal .newest_document_default_box1 .title_box .more A {
    float:right;
    color:#ccccff;
    text-decoration:none;
    font-weight:bold;
    font-size:.75em;
}

.newest_document_default_normal .newest_document_default_box1 .document_box {
    padding:3px 3px 3px 2px;
    clear:both;
    border-bottom:1px solid #eeeeee;
    height:16px;
    margin:0px 0px 0px 0px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box1 .document {
    padding:0px 0px 5px 20px;
    background:url("../../../../widgets/newest_document/skins/default2/normal/./document_bullet.gif") no-repeat left;
    float:left;
}

.newest_document_default_normal .newest_document_default_box1 .document A {
font-size:8pt;
    text-decoration:none;
    color:#666666;
}

.newest_document_default_normal .newest_document_default_box1 .document A:hover {
font-size:8pt;
    text-decoration:underline;
    color:#cc77ff;
}

.newest_document_default_normal .newest_document_default_box1 .document A:visited {
font-size:8pt;
    color:#AAAAAA;
}

.newest_document_default_normal .newest_document_default_box1 .document .comment A {
    font-size:7pt;
    color:#AAAAAA;
    letter-spacing:-1px;
}

.newest_document_default_normal .newest_document_default_box1 .document .writer {
font-size:7pt;
    color:#AAAAAA;
}


.newest_document_default_normal .newest_document_default_box1 .regdate {
    color:#AAAAAA;
    font-size:7pt;
    float:right;
    white-space:nowrap;
}

div.commentBox { padding-bottom:0em;}
div.commentBox .header { padding:0px 0px 0px 0px; height:21px; _height:22px; background:#f5f5f5; }
*:first-child+html div.commentBox .header { height:22px; color:#ef2121;}

div.commentBox ul { color:#AAAAAA; padding:.1em; overflow:hidden; font-size:11px}
div.commentBox ul { color:#AAAAAA; margin-right:.1em; line-height:1.5em; font-size:11px}
div.commentBox ul a {text-decoration:none; color:#666666; font-size:11px}
div.commentBox ul a:hover {text-decoration:underline; color:#55aa44; font-size:11px}

div.commentBox .header h2 { font-size:1em; color:#ef2121;}
div.commentBox .date{ color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;}
.ni_box { overflow:hidden; }
.ni_box .title_box { border:1px solid #EEEEEE; padding:1px; height:14px; overflow:hidden; }
.ni_box .title_box .title { no-repeat left; color:#8899aa; font-weight:bold; height:14px; float:left; }
.ni_box .title_box .more A { float:right; color:#ccccff; text-decoration:none; font-weight:bold; font-size:.75em; }
.ni_box .title_box .bullet { float:left;}

.ni_box .thumbnail_box { width:100%; table-layout:fixed; }
.ni_box .thumbnail_box img.thumbnail { margin:1px; padding:1px; border:1px solid #EFEFEF; text-align:center; }
.ni_box .thumbnail_box img.thumbnail:hover { border:1px solid #888888; }

.ni_box .thumbnail_box a { color:#444444; text-decoration:none; }
.ni_box .thumbnail_box a:visited { color:#AAAAAA; text-decoration:none; }

.ni_box .thumbnail_box td div { text-align:center; }
.ni_box .thumbnail_box td.bottomBorder { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }
.ni_box .thumbnail_box div strong { font-weight:bold; font-size:0.75em; color:#CCCCCC; }
.ni_box .thumbnail_box div.author { color:#AAAAAA; }
.ni_box .thumbnail_box div.author a { color:#AAAAAA; }
.ni_box .thumbnail_box div.regdate { font-size:0.75em; color:#CCCCCC; margin-top:2px;}

.ni_box .thumbnail_box div.readAndVoted { color:#AAAAAA; font-size:0.75em; }
.ni_box .thumbnail_box div.readAndVoted span.div_block { color:#DDDDDD; font-size:0.75em; }
.ni_box .thumbnail_box div.readAndVoted strong { color:#FE6700; }

.ni_box { overflow:hidden; }
.ni_box .title_box { border:1px solid #EEEEEE; padding:5px; height:14px; overflow:hidden; }
.ni_box .title_box .title { no-repeat left; color:#8899aa; font-weight:bold; height:14px; float:left; }
.ni_box .title_box .more A { float:right; color:#ccccff; text-decoration:none; font-weight:bold; font-size:.75em; }
.ni_box .title_box .bullet { float:left;}

.ni_box .thumbnail_box { width:100%; table-layout:fixed; }
.ni_box .thumbnail_box img.thumbnail { margin:3px; padding:3px; border:1px solid #EFEFEF; text-align:center; }
.ni_box .thumbnail_box img.thumbnail:hover { border:1px solid #888888; }

.ni_box .thumbnail_box a { color:#444444; text-decoration:none; }
.ni_box .thumbnail_box a:visited { color:#AAAAAA; text-decoration:none; }

.ni_box .thumbnail_box td div { text-align:center; }
.ni_box .thumbnail_box td.bottomBorder { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }
.ni_box .thumbnail_box div strong { font-weight:bold; font-size:0.75em; color:#CCCCCC; }
.ni_box .thumbnail_box div.author { color:#AAAAAA; }
.ni_box .thumbnail_box div.author a { color:#AAAAAA; }
.ni_box .thumbnail_box div.regdate { font-size:0.75em; color:#CCCCCC; margin-top:2px;}

.ni_box .thumbnail_box div.readAndVoted { color:#AAAAAA; font-size:0.75em; }
.ni_box .thumbnail_box div.readAndVoted span.div_block { color:#DDDDDD; font-size:0.75em; }
.ni_box .thumbnail_box div.readAndVoted strong { color:#FE6700; }

#login_list {width:198px;height:290px;   
overflow:auto;   
SCROLLBAR-FACE-COLOR: #e7e7e7;       
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;       
SCROLLBAR-SHADOW-COLOR: #f2f2f2;       
SCROLLBAR-3DLIGHT-COLOR: #f2f2f2;       
SCROLLBAR-ARROW-COLOR: #ff9900;       
SCROLLBAR-DARKSHADOW-COLOR: #ffffff     
}   
.mg { padding-bottom:15px; overflow:hidden; position:relative;}   
.mg h2 { font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:4px; color:#000000; background:url("../../../../widgets/login_member/skins/default/css/../images/normal/lineNotice.gif") no-repeat left bottom;}   
.mg ul { overflow:hidden; width:180px;}   
.mg ul li { white-space:nowrap; padding:3px 0 3px 10px; overflow:hidden; border-bottom:1px dashed #EEEEEE; color:#54564b;}  

