@charset "UTF-8";


/* default.css - Type Selector Definition */
body { margin:0;padding:0; font-size:.75em;}

img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }

/* Special Class Selector */
.fr { float:right; }
.fl { float:left; }
.clear { clear:both; }
.fwB { font-weight:bold;}
.tCenter { text-align:center; }
.tRight { text-align:right; }
.tLeft { text-align:left; }
.gap1 { margin-top:.8em; }
.nowrap { white-space:nowrap; }

.iePngFix { behavior:url("./common/js/iePngFix.htc"); } 
.zbxe_info { vertical-align:middle; behavior:url("./common/js/iePngFix.htc"); }

/* Input Style Definition */
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1.4em; padding:.2em 0 0 .3em; background:#ffffff; font-size:1em; _font-size:9pt; }
*:first-child+html .inputTypeText { font-size:9pt; }
.inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4; }
.inputTypeTextArea { border:1px solid !important; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff; font-size:1em; _font-size:9pt; height:100px;}
*:first-child+html .inputTypeTextArea { font-size:9pt; }

.w40 { width:40px; }
.w60 { width:60px; }
.w70 { width:70px; }
.w80 { width:80px; }
.w90 { width:90px; }
.w100 { width:100px; }
.w110 { width:110px; }
.w120 { width:120px; }
.w130 { width:130px; }
.w140 { width:140px; }
.w150 { width:150px; }
.w160 { width:160px; }
.w170 { width:170px; }
.w180 { width:180px; }
.w190 { width:190px; }
.w200 { width:200px; }
.w210 { width:210px; }
.w220 { width:220px; }
.w230 { width:230px; }
.w240 { width:240px; }
.w250 { width:250px; }
.w260 { width:260px; }
.w270 { width:270px; }
.w280 { width:280px; }
.w290 { width:290px; }
.w300 { width:300px; }
.w400 { width:400px; }

/* editor style */
a.bold { font-weight:bold; }

.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; }
.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; }
.editor_red_text { color: #f42126 !important; text-decoration:underline !important; }
.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; }
.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_green_text { color: #08830B !important; text-decoration:underline !important; }
.editor_green_text a { color: #08830B !important; text-decoration:underline !important; }

.folder_opener { display: block; }
.folder_closer { display: none; }
.folder_area { display: none; }

.xe_content { line-height:1.6; overflow:hidden; }

.zbxe_widget_output { background:url("/common/tpl/images/widget_text.gif") no-repeat center bottom; display:block;}

/* xe layer */
#waitingforserverresponse { border:2px solid #444444; font-weight:bold; color:#444444; padding: 7px 5px 5px 25px; background:#FFFFFF url("/common/tpl/images/loading.gif") no-repeat 5px 5px; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }

#popup_menu_area{ position:absolute; background:#fff; border:2px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0; padding:0;}
#popup_menu_area *{ margin:0; padding:0; list-style:none; font-size:12px; line-height:normal;}
#popup_menu_area ul{ border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px 10px 5px 10px;}
#popup_menu_area li{ padding:2px 0 2px 20px; background-repeat:no-repeat; background-position:left center; margin-bottom:3px; white-space:nowrap;}
#popup_menu_area li a{ text-decoration:none; color:#000;}
#popup_menu_area li a:hover,
#popup_menu_area li a:active,
#popup_menu_area li a:focus{ font-weight:bold; letter-spacing:-1px;}

/* xe faceoff */
.faceOffManager { position:fixed; _position:absolute; right:3px; top:3px;  height:23px; }

 
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* Anchor Button */
a.button,
a.button span { position:relative; display:inline-block; text-decoration:none !important; background:url("/common/tpl/images/buttonWhite.gif") no-repeat; cursor:pointer; white-space:nowrap; vertical-align:middle;}
a.button { padding:0; background-position:left top; overflow:visible;}
a.button span { left:2px; padding:6px 10px 5px 8px; color:#000; font:12px/12px Sans-serif; background-position:right top; *vertical-align:top;}
/* Large Size */
a.button.large { background-position:left -30px; }
a.button.large span { padding:7px 10px 6px 8px; font:16px/16px Sans-serif; background-position:right -30px;}
/* xLarge Size */
a.button.xLarge { background-position:left -65px; }
a.button.xLarge span { padding:8px 10px 7px 8px; font:20px/20px Sans-serif; background-position:right -65px;}
/* Small Size */
a.button.small { background-position:left -107px; }
a.button.small span { padding:4px 6px 3px 4px; font:11px/11px Sans-serif; background-position:right -107px;}

/* Control Button + Submit Button */
span.button,
span.button button,
span.button input { position:relative; margin:0; display:inline-block; border:0; font:12px Sans-serif; white-space:nowrap; background:url("/common/tpl/images/buttonWhite.gif") no-repeat; vertical-align:middle;}
span.button { padding:0; background-position:left top;}
span.button button,
span.button input { height:23px; left:2px; *vertical-align:top; padding:0 10px 0 8px; line-height:24px; background-position:right top; cursor:pointer; *overflow:visible;}
/* Large Size */
span.button.large { background-position:left -30px;}
span.button.large button,
span.button.large input { height:30px; padding:0 10px 0 8px; font:16px/30px Sans-serif; background-position:right -30px;}
/* xLarge Size */
span.button.xLarge { background-position:left -65px;}
span.button.xLarge button,
span.button.xLarge input { height:35px; padding:0 10px 0 8px; font:20px/36px Sans-serif; background-position:right -65px;}
/* Small Size */
span.button.small { background-position:left -107px;}
span.button.small button,
span.button.small input { height:18px; padding:0 6px 0 4px; font:11px/18px Sans-serif; background-position:right -107px;}

/* Strong Button */
a.button.strong *,
span.button.strong * { font-weight:bold !important;}

/* Icon Add */
a.button .icon { position:relative; border:0; vertical-align:middle;}
span.button .icon { position:relative; left:10px; margin-right:8px; vertical-align:middle;}

/* Color Preset */
a.button.green,
a.button.green span,
span.button.green,
span.button.green button,
span.button.green input { background-image:url("/common/tpl/images/buttonGreen.gif"); color:#fff;}
a.button.black,
a.button.black span,
span.button.black,
span.button.black button,
span.button.black input { background-image:url("/common/tpl/images/buttonBlack.gif"); color:#fff;}
a.button.red,
a.button.red span,
span.button.red,
span.button.red button,
span.button.red input { background-image:url("/common/tpl/images/buttonRed.gif"); color:#fff;}
a.button.blue,
a.button.blue span,
span.button.blue,
span.button.blue button,
span.button.blue input { background-image:url("/common/tpl/images/buttonBlue.gif"); color:#fff;}

/* Offset Debug */
a.button,
span.button{ margin-right:2px;}

/* Button Set */
.buttonSet{ width:16px; height:16px; background-image:url("/common/tpl/images/buttonSet.gif"); background-repeat:no-repeat; border:0; background-color:transparent; vertical-align:middle; display:inline-block; text-decoration:none;}
.buttonSet span{ z-index:-1; font-size:0; line-height:0; visibility:hidden;}
.buttonSet.buttonUp{ background-position:0 0;}
.buttonSet.buttonDown{ background-position:0 -16px;}
.buttonSet.buttonLeft{ background-position:0 -32px;}
.buttonSet.buttonRight{ background-position:0 -48px;}
.buttonSet.buttonInfo{ background-position:0 -64px;}
.buttonSet.buttonCopy{ background-position:0 -80px;}
.buttonSet.buttonSetting{ background-position:0 -96px;}
.buttonSet.buttonActive{ background-position:0 -112px;}
.buttonSet.buttonDisable{ background-position:0 -128px;}
.buttonSet.buttonDelete{ background-position:0 -144px;}
.buttonSet.buttonHomepage{ background-position:0 -160px;}
.buttonSet.buttonBlog{ background-position:0 -176px;}
.buttonSet.buttonCalendar{ background-position:0 -192px;}
.buttonSet.buttonLayoutEditor{ background-position:0 -208px;}
.buttonSet.buttonAddWidget{ background-position:0 -224px;}
.buttonSet.buttonAddContent{ background-position:0 -240px;}



/*
NHN UIT 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 url("/layouts/newPain/images/default/bgBody.gif") repeat-x left top;}
#bodyWrap { width:900px; margin:0em auto 0 auto; }

/* Site Layout - Header */
#header { position:relative; width:900px; height:190px; background:url("/layouts/newPain/images/default/bgHeader.gif") no-repeat left top; margin-bottom:2px; z-index:99;}
#header h1 { margin:0; padding:0; position:absolute; top:35px; left:5px;}
#language { position:absolute; top:18px; right:19px; z-index:100; display:none;}
#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:50px; right:15px;}
#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; }

/*텍스트메뉴일때*/
#gnb { position:absolute; top:120px; left:15px; height:31px; overflow:hidden; white-space:nowrap; margin-bottom:10px;}
#gnb li { float:left; list-style:none; background:url("/layouts/newPain/images/default/bgGnbVr.gif") no-repeat left top; padding-left:2px; position:relative;top:10px;left:-2px; white-space:nowrap;}
#gnb li a { display:block; float:left; padding:0px 15px 0 15px; height:31px; color:#e8e8e8; white-space:nowrap; text-decoration:none; }
#gnb li a {position:relative;top:-8px;float:left; padding:0px 15px 0 15px; height:31px; }
#gnb li a:hover,
#gnb li a:focus { color:#99ffff;}
#gnb li.on a { font-weight:bold; color:#99ffff;}


#gnb_sub { position:absolute;top:165px; left:25px; height:40px; overflow:hidden;  margin:0px;}
#gnb_sub a{text-decoration:none;padding:15px 7px 0 7px;color:#333333;}
#gnb_sub a:hover{color:#ff9900;}
#gnb_sub span.on a{font-weight:bold; color:#ff9900; padding:15px 7px 0 7px;}

/*상단메뉴 플래시 일때*/
#gnb_flash { position:absolute; top:105px; left:0px; height:80px; overflow:hidden; white-space:nowrap; margin-bottom:10px;z-index:100;}



/* Site Layout - Content Body_top */
#contentBody_top { position:relative; width:900px;height:180px; padding-bottom:6px;display:block; background:#ffffff;}
#contentBody_top .columnLeft{ position:relative; width:201px; float:left;overflow:hidden;}
#contentBody_top .columnRight{ position:relative; width:690px; float:right;overflow:hidden;right:0px;}

/* Site Layout - Content Body */
#contentBody {width:900px; padding-bottom:0px; overflow:hidden; background:#ffffff; border-bottom:0px solid #dddddd;display:block;}
/* Site Layout - Column Left */
#columnLeft { position:relative; width:310px; float:left;overflow:hidden;background:url("/layouts/newPain/css/") repeat-y left top;border:0px solid #ff6600;}
#columnLeft .mask { width:310px; height:5px; background:#ffffff; display:block; clear:both;}
#columnLeft .cont1{height:145px; margin-bottom:10px;}
#columnLeft .cont2{margin-bottom:10px;}
#columnLeft .cont1_1{height:268px; margin-bottom:8px;}



/* Site Layout - Column Center */
#columnCenter { width:310px; float:left; overflow:hidden;margin-left:15px;border:0px solid #ff6600;}
#columnCenter .cont1{height:145px; margin-bottom:10px;}
#columnCenter .cont2{margin-bottom:7px;}
#columnCenter .cont1_1{height:290px; margin-bottom:10px;}
#columnCenter .cont3{margin-bottom:0px;}

/* Site Layout - Bottom Banner */
#bottom_banner{height:50px;border:1px solid #dddddd;margin-bottom:3px;padding:1px;}

/* Site Layout - Sitemap */
#sitemap{position:relative;border:0px solid #dddddd;margin-bottom:0px;padding:0px;height:220px;}
#sitemap .poll{position:absolute;border:0px solid #dddddd; margin:0px;padding:0px;top:25px;z-index:100;text-align:right;float:right;right:160px;}
#sitemap .sms{position:absolute;border:0px solid #dddddd; margin:0px;padding:0px;top:110px;z-index:101;text-align:right;float:right;right:160px;}

/* Site Layout - Column Right */
#columnRight { width:240px; float:right; overflow:hidden; border:0px solid #dddddd; height:100%;padding:0px}
#columnRight .cont1{height:35px;text-align:left; background:url("/layouts/newPain/images/default/code_search_back.gif") no-repeat left top;z-index:90;}
#columnRight .cont2{margin-bottom:10px;}
#columnRight .cont3{margin-bottom:0px;}
#columnRight .cont4{height:150px;}


/* Default Skin - End */

/*한글로고*/
#top_logo{position:absolute; float:left; left:15px; top:0;}

/*상단*/
#top_index{position:relative; display:block; width:600px; float:right; right:0px;height:15px; border-top:0px solid #000000;margin-top:3px;}
#top_index a{color:#777777;text-decoration:none;}
#top_index ul{ float:right; margin:0px;padding:0px; }
#top_index ul li{list-style:none; float:left; padding-left:5px; left:-5px; background:url("/layouts/include/images/div_btn.gif") no-repeat left center;}
#top_index ul li a{padding:0px 10px 0 10px;}
#top_index .li_div{}


/* 검색*/
#isSearch { position:absolute; top:50px; left:250px; width:460px;height:45px;padding:0px; text-align:right;  background:url("/layouts/include/images/search_back.gif") no-repeat left top;z-index:100;}
#search_target_label {border:0px solid #B0B0AF;height:15px;overflow:hidden;}
#isSearch .searchOrder { display:none;}
#isSearch .checked { position:absolute; left:10px; top:10px; text-align:left; display:block; padding:5px 0 0 5px; width:64px; height:15px; background:url("/layouts/include/images/bgSearchTerm.gif") no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c; line-height:normal;}
#isSearch ul { margin:0px; display:none; position:absolute; left:10px; top:28px; 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:70px; 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:absolute;float:left; margin-top:10px; _top:-1px;margin-left:90px; left:1px; padding:3px 0px 1px 3px; width:290px; height:18px; color:#000000; border:0px solid #B0B0AF;}
#isSearch .inputText:hover,
#isSearch .inputText:focus { border:0px solid #8E8E8D; background-color:#FFFFFF; }
*:first-child+html  #isSearch .inputText { position:relative; top:-1px;}
#isSearch .submit { position:absolute;vertical-align:middle; _position:relative; _top:-1px;text-align:right;right:0px;}
*:first-child+html #isSearch .submit { position:absolute; top:-1px;}


#isSearch2 { position:absolute; top:50px; left:250px; width:460px;height:45px;padding:0px; text-align:right;  background:url("/layouts/include/images/search_back2.gif") no-repeat left top;z-index:100;}
#isSearch2 .searchOrder { display:none;}
#isSearch2 .checked { position:absolute; left:10px; top:10px; text-align:left; display:block; padding:5px 0 0 5px; width:64px; height:15px; background:url("/layouts/include/images/bgSearchTerm.gif") no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c; line-height:normal;}
#isSearch2 ul { margin:0px; display:none; position:absolute; left:10px; top:28px; padding:2px 0 3px 0; text-align:left; border:1px solid #b2b2b2; background:#ffffff; overflow:hidden;}
#isSearch2 ul li { width:67px; height:18px; list-style:none;}
#isSearch2 ul li input { display:none;}
#isSearch2 ul li label { display:block; padding:4px 0 0 4px; width:70px; height:15px; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c;}
#isSearch2 ul li label.on { background:#ededed; }
#isSearch2 ul li label:hover,
#isSearch2 ul li label:focus { background:#ededed;}
#isSearch2 .inputText { vertical-align:middle; position:absolute;float:left; margin-top:10px; _top:-1px;margin-left:90px; left:1px; padding:3px 0px 1px 3px; width:290px; height:18px; color:#000000; border:0px solid #B0B0AF;}
#isSearch2 .inputText:hover,
#isSearch2 .inputText:focus { border:0px solid #8E8E8D; background-color:#FFFFFF; }


#isSearch3 { position:absolute; top:50px; left:250px; width:460px;height:45px;padding:0px; text-align:right;  background:url("/layouts/include/images/search_back3.gif") no-repeat left top;z-index:100;}
#isSearch3 .searchOrder { display:none;}
#isSearch3 .checked { position:absolute; left:10px; top:10px; text-align:left; display:block; padding:5px 0 0 5px; width:64px; height:15px; background:url("/layouts/include/images/bgSearchTerm.gif") no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c; line-height:normal;}
#isSearch3 ul { margin:0px; display:none; position:absolute; left:10px; top:28px; padding:2px 0 3px 0; text-align:left; border:1px solid #b2b2b2; background:#ffffff; overflow:hidden;}
#isSearch3 ul li { width:67px; height:18px; list-style:none;}
#isSearch3 ul li input { display:none;}
#isSearch3 ul li label { display:block; padding:4px 0 0 4px; width:70px; height:15px; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c;}
#isSearch3 ul li label.on { background:#ededed; }
#isSearch3 ul li label:hover,
#isSearch3 ul li label:focus { background:#ededed;}
#isSearch3 .inputText { vertical-align:middle; position:absolute;float:left; margin-top:10px; _top:-1px;margin-left:90px; left:1px; padding:3px 0px 1px 3px; width:290px; height:18px; color:#000000; border:0px solid #B0B0AF;}
#isSearch3 .inputText:hover,
#isSearch3 .inputText:focus { border:0px solid #8E8E8D; background-color:#FFFFFF; }


/*좌측배너*/
.left_banner {background:url("/layouts/include/images/blank.gif") repeat-y left top !important; margin:0px;z-index:100;width:200px;}

/* 상병검색 */
#search_target_labe2 {border:0px solid #B0B0AF;height:15px;overflow:hidden;}

#code_isSearch { position:relative;left:0px; width:220px;padding:0px 10px 10px 10px; text-align:left;  background:url("/layouts/include/css/") no-repeat left top;z-index:100;top:5px;}
#code_isSearch .searchOrder2 { display:none;}
#code_isSearch .checked { position:absolute; left:5px; top:0px; text-align:left; display:block; padding:5px 0 0 5px; width:80px; height:15px; background:url("/layouts/include/images/bgSearchTerm2.gif") no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c; line-height:normal;}
#code_isSearch ul { margin:0px; display:none; position:absolute; left:10px; top:20px; padding:2px 0 3px 0; text-align:left; border:1px solid #b2b2b2; background:#ffffff; overflow:hidden;}
#code_isSearch ul li { width:67px; height:18px; list-style:none;}
#code_isSearch ul li input { display:none;}
#code_isSearch ul li label { display:block; padding:4px 0 0 4px; width:70px; height:15px; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c;}
#code_isSearch ul li label.on { background:#ededed; }
#code_isSearch ul li label:hover,
#code_isSearch ul li label:focus { background:#ededed;}
#code_isSearch .inputText { vertical-align:middle; position:relative;float:right; margin-top:10px; _top:-1px;margin-left:90px; right:1px; padding:3px 0px 1px 3px; width:150px; height:18px; color:#000000; border:3px solid #B0B0AF;}
#code_isSearch .inputText:hover,
#code_isSearch .inputText:focus { border:0px solid #8E8E8D; background-color:#FFFFFF; }

#code_isSearch .inputTypeText{position:absolute; background:#ffffff;border:1px solid #dddddd;float:left;left:90px;width:110px;margin-top:0px;}
#code_isSearch .submit {float:right;position:absolute;margin:0px;right:0px:text-align:right;left:210px;}
#code_isSearch select{background:#ffffff;}



/* 상병검색 서브 */
#code_isSearch2 {left:0px; width:200px;padding:0px 0px 10px 0px; text-align:left;  background:url("/layouts/include/css/") no-repeat left top;z-index:100;top:5px;}
#code_isSearch2 .searchOrder2 { display:none;}
#code_isSearch2 .checked { position:absolute; left:0px; top:5px; text-align:left; display:block; padding:5px 0 0 5px; width:80px; height:15px; background:url("/layouts/include/images/bgSearchTerm2.gif") no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c; line-height:normal;}
#code_isSearch2 ul { margin:0px; display:none; position:absolute; left:5px; top:20px; padding:2px 0 3px 0; text-align:left; border:1px solid #b2b2b2; background:#ffffff; overflow:hidden;}
#code_isSearch2 ul li { width:67px; height:18px; list-style:none;}
#code_isSearch2 ul li input { display:none;}
#code_isSearch2 ul li label { display:block; padding:4px 0 0 4px; width:70px; height:15px; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c;}
#code_isSearch2 ul li label.on { background:#ededed; }
#code_isSearch2 ul li label:hover,
#code_isSearch2 ul li label:focus { background:#ededed;}
#code_isSearch2 .inputText { vertical-align:middle; position:relative;float:right; margin-top:10px; _top:-1px;margin-left:20px; right:1px; padding:3px 0px 1px 3px; width:50px; height:18px; color:#000000; border:3px solid #B0B0AF;}
#code_isSearch2 .inputText:hover,
#code_isSearch2 .inputText:focus { border:0px solid #8E8E8D; background-color:#FFFFFF; }

#code_isSearch2 .inputTypeText{position:absolute; background:#ffffff;border:1px solid #dddddd;float:left;left:80px;width:80px;margin-top:0px;}
#code_isSearch2 .submit {float:right;position:absolute;margin:0px;right:0px:text-align:right;left:170px;}
#code_isSearch2 select{background:#ffffff;}

/*학회바로가기*/
#top_right{position:absolute; float:right; right:0px; top:40px;}


/* 본문 서브타이틀*/
#sub_title{position:relative;margin-bottom:10px; width:350px;overflow:hidden;}
/* Site Layout - Footer */
#bottom{ position:relative; background:url("/layouts/include/images/bottom_back.gif") repeat-x left top;height:150px;}
#footer { width:900px;margin:0 auto; padding:0; border-top:0px solid #f4f4f4; text-align:right; padding:7px 0px 0px 0px; clear:both;height:35px;}
#footer li { display:inline; padding:0 .6em 0 1em; background:url("/layouts/include/images/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; }
#bottom .copyright { position:relative; width:900px; margin:0px auto;clear:both; text-align:right; }

.login_default { margin:0; padding:0; border:0px solid #d9d9d9; width:200px;height:133px; position:relative; _padding-top:2px; display:block;background:url("/widgets/fee_login/skins/xe_official/images/default/login_middle.gif") repeat-y left top;}
*:first-child+html body .login_default { padding-top:2px;}
.login_default legend { display:none; width:0; height:0; overflow:hidden; font-size:0;}
.login_default form { position:relative; border:0px solid #cacaca; padding:5px 11px 7px 11px; width:172px;}
.login_default form .idpwWrap { overflow:hidden; clear:both; width:172px;}
.login_default form .idpw { float:left; width:110px; }
.login_default form .idpw input { border:1px solid #c9c9c9; color:#282828; width:105px; background:#fbfbfb; padding:1px 5px; margin-bottom:2px; font:.9em Tahoma;}
.login_default form .login { float:right;}

.login_default form p.securitySignIn { clear:both; padding:0 0 0 18px; margin:4px 0 0 0; }
.login_default form p.noneSSL { background:url("/widgets/fee_login/skins/xe_official/images/none_ssl.png") no-repeat left top; }
.login_default form p.SSL { background:url("/widgets/fee_login/skins/xe_official/images/ssl.png") no-repeat left top; }
.login_default form p.noneSSL a { color:#BF6801; text-decoration:none; }
.login_default form p.SSL a { color:#9CAC74; text-decoration:none; }

.login_default form p.save { margin:0; clear:both; padding:.3em 0;}
.login_default form p.save input { vertical-align:middle; _margin:-3px;}
*:first-child+html body .login_default form p input { margin:-3px; }
.login_default form p.save label { font:.9em; color:#999999;}
.login_default form ul.help { margin:0; border-top:1px solid #e4e4e4; overflow:hidden; padding:.5em 0 0 0; white-space:nowrap; list-style:none; }
.login_default form ul.help li { display:block; padding:0 3px 0 0; }
.login_default form ul.help li.first-child { background:none; padding-left:0; margin-bottom:3px; }
.login_default form ul.help li a { color:#54564b; font:.9em; white-space:nowrap; text-decoration:none; }
.login_default form ul.help li.first-child a { color:#54564b; text-decoration:none;}
.login_default form ul.help li a:hover { text-decoration:underline; }
.login_default form .userName { position:relative; width:172px; overflow:hidden; border-bottom:1px solid #e4e4e4; padding:0 0 6px 0; margin-top:-5px;}
.login_default form .userName strong { color:#282828; padding:4px 0 0 2px; font:bold .9em Tahoma;}
.login_default form .userName a { position:relative; right:0px; }
.login_default form ul.userMenu { margin:0; position:relative; padding:0 0 6px 4px; margin-top:10px;}
.login_default form ul.userMenu li { float:left;width:74px; list-style:none; padding-left:10px; background:url("/widgets/fee_login/skins/xe_official/images/default/bulletFF1A00.gif") no-repeat left 4px;  margin-bottom:5px;}
.login_default form ul.userMenu li a { color:#54564b; text-decoration:none;}
.login_default form ul.userMenu li a:hover { text-decoration:underline;}
.login_default form p.latestLogin { margin:0; color:#999999; font:.9em;}
.login_default form p.latestLogin span { font:1em Tahoma;}

img.login_mask { width:201px; height:5px; background:#ffffff; display:block;}
.openid_login_default { margin:0; padding:0; border:2px solid #d9d9d9; width:196px; position:relative; _padding-top:2px; display:block; }
*:first-child+html body .openid_login_default { padding-top:2px;}
.openid_login_default legend { display:none; width:0; height:0; overflow:hidden; font-size:0;}
.openid_login_default form { position:relative; border:1px solid #cacaca; padding:11px 11px 7px 11px; width:172px; }
.openid_login_default form .idpwWrap { overflow:hidden; clear:both; width:172px;}
.openid_login_default form .idpw { float:left;}
.openid_login_default form .idpw p { margin:0; padding:0; margin-bottom:5px; background: url("/widgets/fee_login/skins/xe_official/images/openid_login_bg.gif") left no-repeat; padding-left:18px; font-size:.9em Tahoma;color:#999999}
.openid_login_default form .idpw input { border:1px solid #c9c9c9; color:#282828; width:105px; background:#fbfbfb; padding:1px 5px; margin-bottom:2px; font:.9em Tahoma; }
.openid_login_default form .login { float:right;}
.openid_login_default form p.save { margin:0; padding:0; clear:both; padding:.3em 0;}
.openid_login_default form p.save input { vertical-align:middle; _margin:-3px;}
*:first-child+html body .openid_login_default form p input { margin:-3px; }
.openid_login_default form p.save label { font:.9em; color:#999999;}

.latest1_default { width:100%; padding-bottom:15px; overflow:hidden; position:relative;}
.latest1_default h2 { margin:0; display:block; height:21px; padding:9px 0 0 15px; margin-bottom:12px; color:#333333; background:url("/widgets/jdh_newest_document/skins/jdh_style1/images/default/lineNotice.gif") no-repeat left bottom; font-size:1em;}

.latest1_default ul { margin:0; padding:0; }
.latest1_default ul li { height:20px; background:url("/widgets/jdh_newest_document/skins/jdh_style1/images/default/bulletD0.gif") no-repeat 5px 5px; padding-left:15px; overflow:hidden; list-style:none; default-space:nowrap;}

.latest1_default ul li .title a { color:#333333; text-decoration:none; }
.latest1_default ul li .title a:hover { text-decoration:underline; }
.latest1_default ul li .title span.comment { color:#FE6700; font:.9em Tahoma; }
.latest1_default ul li .title span.comment a { color:#FE6700; font:.9em Tahoma; }

.latest1_default ul li .date { font-size:.8em; display:block; color:#a4a4a4; default-space:nowrap; margin-right:0px; float:right;}

.latest1_default .more { position:absolute; top:12px; right:0px; color:#333333; font:.8em Tahoma;}
.latest1_default a.more { text-decoration:none;} 
.latest1_default a.more:hover { text-decoration:underline;} 

.nw_box { padding-bottom:5px; overflow:hidden; }
.nw_box h2 { margin:0; font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:5px; color:#000000; background:url("/widgets/jdh_webzine/skins/xe_official/lineNotice.gif") no-repeat left bottom;}

.nw_box a.more { text-decoration:none;} 
.nw_box a.more:hover { text-decoration:underline;} 

.nw_box .listTable { width:100%; table-layout:fixed; border:none;}

.nw_box .listTable tr td { padding:0;margin:0; vertical-align:top; overflow:hidden; }

.nw_box .thumbnailBox { width:100%; margin:0;padding:0;border:none;}
.nw_box .thumbnailBox tr td { border-bottom:none; padding:none; margin:none; }

.nw_box .thumbnailBox .thumbnail { text-align:center; padding:0px 10px 10px 0px; white-space:nowrap;}
.nw_box .thumbnailBox .thumbnail img { padding:4px; border:1px solid #DEDEDE; }
.nw_box .thumbnailBox .thumbnail img:hover { border:1px solid #54564b; }

.nw_box .thumbnailBox .desc { padding-left:0px; padding-bottom:0px; }

.nw_box .thumbnailBox .titleBox { margin-top:0px; margin-bottom:5px;}

.nw_box .thumbnailBox .titleBox .title { }
.nw_box .thumbnailBox .titleBox .title a { color:#000000; text-decoration:none; }
.nw_box .thumbnailBox .titleBox .title a:hover { text-decoration:underline; }


.nw_box .thumbnailBox .titleBox .regdate { font-size:0.9em; color:#AAAAAA; }

.nw_box .thumbnailBox .contentBox { overflow:hidden; margin-bottom:5px;}
.count { font-weight:normal; font-size:0.9em; color:#ed2a32;}
.count a{ font-weight:normal; font-size:0.9em; color:#ed2a32; text-decoration:none;}

.nw_box .thumbnailBox .authorBox { margin-top:5px; }

.nw_box .thumbnailBox .author { color:#54564b; margin-right:10px;}
.nw_box .thumbnailBox .author span,div { color:#54564b; }

.nw_box .thumbnailBox .readAndVoted { color:#999999; font-size:0.9em; }
.nw_box .thumbnailBox .readAndVoted span.div_block { color:#333333; font-size:0.9em; }
.nw_box .thumbnailBox .readAndVoted strong { color:#FE6700; }

.nw_box .thumbnailBox td.bottomBorder { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }




