@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;}


/* RESET */
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size:1em;}
.blank { clear:both; display:block; margin:0; padding:0; height:0; line-height:1px; font-size:1px; width:0; overflow:hidden;}
fieldset,img { border: none; }
caption,th { text-align: left; }

body { color:#636363; font-family: Verdana, Arial, "굴림"; background:url("/layouts/elkha_graystyle/img/bg.gif") fixed;}
a { color:#888; text-decoration:none;}
a:hover { color:#b00; text-decoration:underline; }
p { margin:0; padding:0;}

#outerWrapper_shadow { width:980px; margin:20px auto 30px; }
#outerWrapper_top { background:url("/layouts/elkha_graystyle/img/shadow_top.jpg") repeat-x center top; display:block; overflow:hidden; height:5px; margin:0 5px;}
#outerWrapper_left { background:url("/layouts/elkha_graystyle/img/shadow_left.jpg") repeat-y left center;}
#outerWrapper_right { background:url("/layouts/elkha_graystyle/img/shadow_right.jpg") repeat-y right center;}
#outerWrapper_bottom { background:url("/layouts/elkha_graystyle/img/shadow_bottom.jpg") repeat-x center top; display:block; height:5px; overflow:hidden; margin:0 5px;}

#outerWrapper { margin:0 5px; position:relative; width:970px; overflow:hidden;}
#header { background:#fff; position:relative; width:100%; z-index:96;}
#header h1 { clear:both; margin:5px; padding:0; display:block; width:500px; height:50px;}
#header h1 a { display:block; width:100%; height:100%; background:url("/layouts/elkha_graystyle/img/logo.gif") no-repeat;}
#header h1.red a { background:url("/layouts/elkha_graystyle/img/logo_red.gif") no-repeat;}
#header h1.orange a { background:url("/layouts/elkha_graystyle/img/logo_orange.gif") no-repeat;}
#header h1.green a { background:url("/layouts/elkha_graystyle/img/logo_green.gif") no-repeat;}
#header h1 a span { width:0; height:0; overflow:hidden; display:block;}

#header .header_search { position:absolute; top:48px; right:30px;}
#header .header_search input.inputText { border:1px solid #ddd; background:#fff; width:120px; padding:3px; font:11px Verdana;}
#header .header_search input.inputText:focus { border:1px solid #bbb; background:#fffff9;}
#header .header_search input.submit { width:18px; height:18px; background:url("/layouts/elkha_graystyle/img/search.gif") no-repeat; border:none; cursor:pointer;}
#header .select_language { position:absolute; top:7px; right:30px; width:185px; font:11px Arial, "돋움";}
#header .select_language .language_title { margin:2px 7px; float:left; display:inline; }
#header .select_language .language_line { width:82px; float:right; border:1px solid #ccc; display:inline; background:#fff; }
#header .select_language .language_line .select_language_button { background:url("/layouts/elkha_graystyle/img/language_arrow.gif") no-repeat right top; }
#header .select_language .language_line .select_language_button button { text-indent:2px; cursor:pointer; background:none; width:80px; font:11px Arial, "돋움" !important; border:0 solid #eee; height:17px; overflow:hidden; vertical-align:middle; text-align:left; position:relative; margin:0; padding:0; display:inline-block; color:#555; white-space:nowrap;}
#header .select_language .language_line ul { display:none; margin:0; padding:0; list-style:none; background:#fff; border-top:1px solid #eee; overflow:hidden; }
#header .select_language .language_line li { margin:0; padding:0 0 0 3px; font:11px Arial, "돋움"; color:#555; }
#header .select_language .language_line li em { font-style:normal; }
#header .select_language .language_line li button { font:11px Arial, "돋움"; cursor:pointer; white-space:nowrap; background:none; border:0; width:100%; margin:0; padding:0; text-align:left;}
#header .select_language .language_line li:hover { background:#eee;}

#header_login { position:relative; padding:8px 7px 0; height:24px; width:100%; background:url("/layouts/elkha_graystyle/img/header_login.gif") repeat; border-bottom:1px dashed #ddd; display:block;}
#header_login span { display:inline-block; padding:1px; font:11px Arial; color:#777; }
#header_login span a { float:left; padding:1px 4px; color:#777; text-decoration:none; }
#header_login span a:hover { text-decoration:underline;}
#header_login span.header_title { float:left; }
#header_login span.header_title a { font-weight:bold; padding-right:10px; background:url("/layouts/elkha_graystyle/img/form_bg.gif") no-repeat right center; }
#header_login form { float:left; margin:0 6px; display:inline-block; padding:0 10px 0 0; background:url("/layouts/elkha_graystyle/img/form_bg.gif") no-repeat right center;}
#header_login form.typeB { display:none;}
#header_login form fieldset { float:left; margin:0; padding:0;}
#header_login form fieldset legend { position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; padding:0; visibility:hidden; font-size:0; line-height:0;}
#header_login form fieldset dl { float:left; margin:0; padding:0;}
#header_login form fieldset dl dt { position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; padding:0; visibility:hidden; font-size:0; line-height:0;}
#header_login form fieldset dl dd { float:left; margin:0; padding:0;}
#header_login form fieldset dl dd input { margin:0; padding:0;}
#header_login form fieldset dl dd input.inputText { width:70px; font:11px Arial; color:#777; background:#fafafa; border:1px solid #ddd; margin:0 5px 0; padding:1px;}
#header_login form fieldset dl dd input.inputText:focus { border:1px solid #bbb; background:#fffffc;}
#header_login form fieldset span.keep { width:15px; margin:0 5px; padding:0; display:inline-block;}
#header_login form fieldset span.keep input.inputCheck { top:10px; margin:0; padding:0; position:absolute;}
#header_login form fieldset span.keep label { position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; padding:0; visibility:hidden; font-size:0; line-height:0;}
#header_login form fieldset span.loginButton { padding:1px;}
#header_login form fieldset span.loginButton input { vertical-align:middle; background:none; border:0; white-space:nowrap; padding:0; margin:0; font:11px Arial; color:#777; overflow:visible; }
#header_login form fieldset span.loginButton input:hover { text-decoration:underline; }

#gnb { background:#333; height:29px; padding:0 20px; border-top:1px solid #ccc; }
#gnb ul,
#gnb li { margin:0; list-style:none; padding:0; line-height:0; font-size:0; }
#gnb .first_ul { }
#gnb .first_ul a { text-decoration:none; display:block; font:12px Verdana, "굴림"; }
#gnb .first_ul .first_li { float:left; position:relative; }
#gnb .first_ul .selected { background:url("/layouts/elkha_graystyle/img/first_a_bg.gif") no-repeat center top; }
#gnb .first_ul .first_li .first_a { padding:0 25px; height:29px; overflow:hidden; display:inline-block; color:#999; text-align:center; font-weight:bold; cursor:pointer; border-left:1px solid #555; }
#gnb .first_ul .first_li .first_a span { display:block; padding:8px 0;}
#gnb .first_ul .first_li .first_a:hover,
#gnb .first_ul .first_li .first_a:focus { background:#111; color:#eee;}
#gnb .first_ul .first_li .first_sub { background:url("/layouts/elkha_graystyle/img/first_sub_bg.gif") no-repeat right top;}
#gnb .first_ul .first_li .second_ul { z-index:101; left:10px; top:29px; }
#gnb .first_ul .first_li ul { display:none; position:absolute; width:180px; border:1px solid #5a5a5a; border-bottom:0; background:#454545;}
#gnb .first_ul .first_li ul li { position:relative; text-indent:0; width:100%;}
#gnb .first_ul .first_li ul li a { height:25px; overflow:hidden; display:block; padding:0 0 0 15px; white-space:nowrap; color:#ccc; cursor:pointer; border-top:2px solid #454545; border-bottom:1px solid #5a5a5a;}
#gnb .first_ul .first_li ul li a span { display:block; padding:5px 0; }
#gnb .first_ul .first_li ul li a:hover,
#gnb .first_ul .first_li ul li a:focus { border-top:2px solid #292929; border-bottom:1px solid #717171; background:#363636; color:#fff; }
#gnb .first_ul .first_li ul li .sub { background:url("/layouts/elkha_graystyle/img/second_sub_bg.gif") no-repeat right bottom;}
#gnb .first_ul .first_li ul li ul { left:180px; top:-1px;}
#gnb .first_ul .first_li ul .selected { background:#363636 url("/layouts/elkha_graystyle/img/arrow_blue.gif") no-repeat left 2px; text-indent:23px; }
#gnb .first_ul .first_li ul .selected_2 .second_a,
#gnb .first_ul .first_li ul .selected_3 .third_a,
#gnb .first_ul .first_li ul .selected_4 a { border-top:2px solid #292929; border-bottom:1px solid #717171; color:#fff; }
#gnb .first_ul .first_li ul .selected_2 .second_a:hover,
#gnb .first_ul .first_li ul .selected_3 .third_a:hover,
#gnb .first_ul .first_li ul .selected_4 a:hover,
#gnb .first_ul .first_li ul .selected_2 .second_a:focus,
#gnb .first_ul .first_li ul .selected_3 .third_a:focus,
#gnb .first_ul .first_li ul .selected_4 a:focus { background:none;}

#contentWrapper { clear:both; display:block; width:100%; background:#fff url("/layouts/elkha_graystyle/img/widget_bg.gif") repeat-y right top;}
#category { margin:0; padding:0; list-style:none; background:#f7f7f7 url("/layouts/elkha_graystyle/img/fff.gif") repeat-x center bottom; border-top:2px solid #fff; border-left:1px solid #fff; border-bottom:1px solid #e2e2e2; border-right:1px solid #e2e2e2; height:27px; overflow:hidden;}
#category .category { display:inline; margin:6px 0 0; padding:0 10px; background:url("/layouts/elkha_graystyle/img/arrow.gif") no-repeat right 4px; float:left;}
#category .category a { text-decoration:none; color:#555; font:11px Arial,"굴림"; }
#category .category a.category_home { overflow:hidden; display:block; background:url("/layouts/elkha_graystyle/img/home.gif") no-repeat center top; width:24px; height:14px; padding:0; margin:0;}
#category .category a:hover { color:#0189dd; text-decoration:underline; background-position: center -14px;}
#category .c_notice { margin-right:15px; float:right;}
#category.red .category a:hover { color:#cc0000; background-position: center -28px;}
#category.orange .category a:hover { color:#f89a20; background-position: center -42px;}
#category.green .category a:hover { color:#8cc01d; background-position: center -56px;}

#content { background:#fff; padding-bottom:20px; }
#content .content_margin { overflow:hidden; }

#widget { float:right; display:block;}
#widget .widget_div { margin-bottom:15px;}
#widget .widget_div .widget_title { width:100%; height:30px; overflow:hidden; display:block; margin:0; background:#a5a5a5 url("/layouts/elkha_graystyle/img/widget_bg_title.gif") repeat-y; font:bold 12px Verdana; color:#eee;}
#widget .third_menu .widget_title { background:#0189dd url("/layouts/elkha_graystyle/img/widget_bg_title_blue.gif") repeat-y left top;}
#widget .widget_div .widget_title span { padding:8px 0 0 15px; display:block; }
#widget .widget_div .widget_title span a { color:#eee; text-decoration:none;}
#widget .widget_div .widget_title span a:hover { text-decoration:underline;}
#widget .widget_div .widget_content { padding:10px 15px; width:210px; }
#widget .widget_div .widget_content a { text-decoration:none; color:#555;}
#widget .widget_div .widget_content a:hover { text-decoration:underline; }
#widget.red .third_menu p.widget_title { background:#cc0000 url("/layouts/elkha_graystyle/img/widget_bg_title_red.gif") repeat-y left top;}
#widget.orange .third_menu p.widget_title { background:#f89a20 url("/layouts/elkha_graystyle/img/widget_bg_title_orange.gif") repeat-y left top;}
#widget.green .third_menu p.widget_title { background:#8cc01d url("/layouts/elkha_graystyle/img/widget_bg_title_green.gif") repeat-y left top;}

#widget .widget_div .widget_content ol,
#widget .widget_div .widget_content ol li { position:relative; width:100%; height: 1%; margin:0; padding:0; list-style:none;}
#widget .third_menu .widget_content ol li a { display:block; padding:7px 5px; text-decoration:none; color:#777; background:transparent url("/layouts/elkha_graystyle/img/menu_second_widget_bg.gif") repeat-x center bottom; }
#widget .third_menu .widget_content ol li a.selected,
#widget .third_menu .widget_content ol li a:hover { text-indent:2px; color:#0189dd; text-decoration:none;}
#widget .third_menu .widget_content ol li .more { width:30px; height:30px; display:none; position:absolute; top:0; right:0; }
#widget .third_menu .widget_content ol li ol { display:none; }
#widget .third_menu .widget_content ol li ol.selected { display:block;}
#widget .third_menu .widget_content ol li ol li a { margin-left:20px; display:inline-block; padding:4px; background:none; border:none;}
#widget.red div.widget_content ol li a.selected,
#widget.red div.widget_content ol li a:hover { color:#cc0000;}
#widget.orange div.widget_content ol li a.selected,
#widget.orange div.widget_content ol li a:hover { color:#f89a20;}
#widget.green div.widget_content ol li a.selected,
#widget.green div.widget_content ol li a:hover { color:#639100;}

#footerWrapper { background:#000; border-top:5px solid #0189dd;}
#footerWrapper #sitemap { display:block; padding:17px 0;}
#footerWrapper #sitemap .section { float:left; width:160px; margin:0 17px; display:inline;}
#footerWrapper #sitemap .section a:hover { color:#0189dd;}
#footerWrapper #sitemap .section h2 { margin:0 0 5px; font:bold 12px Arial; border-bottom:3px solid #363636;}
#footerWrapper #sitemap .section h2 a{ display:block; padding:3px; color:#999; text-decoration:none;}
#footerWrapper #sitemap .section ul { list-style:none; margin:0; padding:0;}
#footerWrapper #sitemap .section ul li { margin:0; padding:3px 4px; }
#footerWrapper #sitemap .section ul li a { color:#777; text-decoration:none; }
#footerWrapper.red { border-top:5px solid #cc0000;}
#footerWrapper.green { border-top:5px solid #8cc01d;}
#footerWrapper.orange { border-top:5px solid #f89a20;}
#footerWrapper.red #sitemap div.section a:hover { color:#cc0000;}
#footerWrapper.orange #sitemap div.section a:hover { color:#f89a20;}
#footerWrapper.green #sitemap div.section a:hover { color:#8cc01d;}

#footer { border-top:1px solid #444; padding:20px; background:url("/layouts/elkha_graystyle/img/footer_bg.gif"); }
#footer ol { list-style:none; margin:0; padding:0;}
#footer ol li { margin:0; padding:0; float:left; }
#footer ol li a { background:url("/layouts/elkha_graystyle/img/menu_line.gif") no-repeat left 3px; display:block; padding:0 7px; color:#aaa; font:11px Arial; text-decoration:none;}
#footer ol li a.footer_menu_first { background:none; padding-left:0;}
#footer ol li a:hover { text-decoration:underline; color:#ccc;}
#footer p { margin:2px 0; padding:0; color:#888; font:11px Arial; display:inline;}
#footer p a { color:#ccc; text-decoration:none;}
#footer p a:hover { text-decoration:underline;}
#footer p.copyright { clear:left; float:left; display:inline;}
#footer p.powered { float:right; margin:0; text-align:right;}

#web { display:inline; clear:both; float:right; padding:5px 10px; }
#web p { margin:5px; padding:0; display:block; width:80px; height:15px; float:left;}
#web p.xhtml { background:url("/layouts/elkha_graystyle/img/xhtml10-blue.png") no-repeat;}
#web p.xhtml_red { background:url("/layouts/elkha_graystyle/img/xhtml10-red.png") no-repeat;}
#web p.xhtml_orange { background:url("/layouts/elkha_graystyle/img/xhtml10-orange.png") no-repeat;}
#web p.xhtml_green { background:url("/layouts/elkha_graystyle/img/xhtml10-green.png") no-repeat;}
#web p.css { background:url("/layouts/elkha_graystyle/img/css-blue.png") no-repeat;}
#web p.css_red { background:url("/layouts/elkha_graystyle/img/css-red.png") no-repeat;}
#web p.css_orange { background:url("/layouts/elkha_graystyle/img/css-orange.png") no-repeat;}
#web p.css_green { background:url("/layouts/elkha_graystyle/img/css-green.png") no-repeat;}
#web p span { display:block; width:0; height:0; overflow:hidden;}

/* Colorset */

.red #gnb .first_ul .first_li ul .selected { background-image:url("/layouts/elkha_graystyle/img/arrow_red.gif");}
.green #gnb .first_ul .first_li ul .selected { background-image:url("/layouts/elkha_graystyle/img/arrow_green.gif");}
.orange #gnb .first_ul .first_li ul .selected { background-image:url("/layouts/elkha_graystyle/img/arrow_orange.gif");}


/* Avril Lavigne */

.avril_sample { display:block; height:200px;}
.avril_sample:hover { background-position:left top;}
.avril_sample span { display:block; width:0; height:0; overflow:hidden;}
.avril_blue { background:url("/layouts/elkha_graystyle/sample/avril_blue.jpg") no-repeat left bottom;}
.avril_red { background:url("/layouts/elkha_graystyle/sample/avril_red.jpg") no-repeat left bottom;}
.avril_green { background:url("/layouts/elkha_graystyle/sample/avril_green.jpg") no-repeat left bottom;}
.avril_orange { background:url("/layouts/elkha_graystyle/sample/avril_orange.jpg") no-repeat left bottom;}


/* Main Topic */
.ideationBanner{ position:relative; height:170px; margin:0 0 26px 0; background:#F2F2F1 url("/widgets/ideationBanner/skins/default/img/bgMainTopic.gif") no-repeat right top; border:1px solid #DBDBDB; position:relative; overflow:hidden; padding-right:30px;}
.ideationBanner .topicContainer{ position:relative; height:170px; overflow:auto; margin-right:-20px; overflow:hidden;}
.ideationBanner dl{ position:relative; margin:0; padding:50px 25px 0 25px; display:none; overflow:hidden;}
.ideationBanner dl.show { display:block; }
.ideationBanner dt{ margin:0; padding:0; font-family:AppleGothic, NanumGothic, "Malgun Gothic"; font-size:21px; font-weight:bold; letter-spacing:-1px; line-height:1;}
.ideationBanner dt em,
.ideationBanner dt em span{ position:relative; font-style:normal; font-size:11px; color:#fff; display:inline-block; height:19px; line-height:17px; background:url("/widgets/ideationBanner/skins/default/img/bgTopicLabel.gif") no-repeat;}
.ideationBanner dt em{ position:absolute; top:26px; left:25px; background-position:left top; margin-right:8px;}
.ideationBanner dt em span{ left:8px; background-position:right top; padding:0 10px 0 2px;}
.ideationBanner dt strong{ color:#6caedf;}
.ideationBanner dd { margin:0; padding:0; color:#7d7d7d; font-size:11px; line-height:1.5; letter-spacing:-1px;}
.ideationBanner dd p{ margin-top:0; padding-top:0.5em;}
.ideationBanner dd a{ color:#7d7d7d; font-weight:bold; background:url("/widgets/ideationBanner/skins/default/img/iconJoin.gif") no-repeat right center; padding-right:8px;}

.ideationNavigation {position:absolute; right:24px; bottom:18px; list-style:none; margin:0; padding:0;}
.ideationNavigation li{ display:inline;}
.ideationNavigation li a{ display:inline-block; width:19px; height:13px; overflow:hidden; background-image:url("/widgets/ideationBanner/skins/default/img/buttonTopicNavigator.gif"); background-repeat:no-repeat;}
.ideationNavigation li.nav1 a{ background-position:0 0;}
.ideationNavigation li.nav2 a{ background-position:0 -13px;}
.ideationNavigation li.nav3 a{ background-position:0 -26px;}
.ideationNavigation li a span{ font-size:0; line-height:0;}
.ideationNavigation.topic1 .nav1 a{ background-position:-19px 0;}
.ideationNavigation.topic2 .nav2 a{ background-position:-19px -13px;}
.ideationNavigation.topic3 .nav3 a{ background-position:-19px -26px;}



