묻고답하기

홈페이지는 http://korea.realmind.net/xe 입니다 제일 위에 보면 상단이 10픽셀 정도 벌어 집니다 ;;

모든 지식인을 활용해 봐도 제 인내심과 힘이 한계가 왔습니다.ㅠㅠ 1주 일동안 이거에 시간 쏟은거 생각하면 울컥

도와주세요 고수님들 ~! 당신을 사부로 모시겠습니다

혹시라도 네이트온 : hkmof@nate.com  항시 로그인 대기중 !

 

이것은 layout.html

 

<!-- js 파일 import -->
<!--%import("js/xe_official.js")-->

<!-- 레이아웃과 연동될 css 파일 import -->
<!--@if($layout_info->colorset == "default")-->
    <!--%import("css/default.css")-->
<!--@else-->
    <!--%import("css/default.css")-->
<!--@end-->

<!--@if($layout_info->background_image)-->
<style type="text/css">
    body { 
 background: <!--@if(!$layout_info->background_color)-->#ffffff<!--@else-->{$layout_info->background_color}<!--@end-->
 url({getUrl()}{$layout_info->background_image}) {$layout_info->background_image_repeat} left top; }
</style>
<!--@end-->

<!--@if(!$layout_info->colorset)-->
 {@$layout_info->colorset = "default"}
<!--@end-->

 


<div id="bodyWrap" style="margin:{$layout_info->layout_align}">
 <div id="header">
  <div class="logo"><a href="{$layout_info->index_url}" onfocus="this.blur();"><!--@if(!$layout_info->logo_image)--><img src="./images/{$layout_info->colorset}/zeroBoardXE.png" alt="ZeroBoard™  XE" class="iePngFix" /><!--@else--><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><   <strong title="{$lang_type}">{$lang_supported[$lang_type]}</strong> <a href="#selectLang" onclick="showHide('selectLang');return false;"><img src="./images/{$layout_info->colorset}/buttonLang.gif" alt="Select Language" width="87" height="15" /></a>
   <ul id="selectLang">
                <
!--@foreach($lang_supported as $key => $val)--><!--@if($key!= $lang_type)-->
    <li><a href="#" onclick="doChangeLangType('{$key}');return false;">{$val}</a></li>
                <!--@end--><!--@end-->
   </ul>
  </div>

  <!--GNB-->
  <ul id="gnb">
            <!-- main_menu 1차 시작 -->
   {@$menu_cnt=0}
            <!--@foreach($main_menu->list as $key => $val)-->
    <!--@if($val['menu_btn'] || $val['active_btn'] || $val['hover_btn'+ '+ '])-->
     <!--이미지 메뉴일때-->
     <!--@if($val['link'])-->
      <!--@if($val['+ 'selected'])-->
       {@ $menu_1st = $val }
      <!--@end-->
      <!--@if($menu_cnt < $layout_info->top_menu_count)-->
      <li <!--@if($val['selected'])-->class="on"<!--@end-->>
       <span class="img_btn">
        <a href="{$val['href']}"
         <!--@if($val['open_window']=='Y')-->
          onclick="window.open(this.href);return false;"
         <!--@end-->
         onfocus="this.blur();"
        >
         
          <!--@if($val['selected'])--><img src='{$val['+ 'active_btn']}' border='0'><!--@else-->{$val['link']}<!--@end-->
         
        </a>
       </span>
      </li><li id='gnb_middle' style='padding:0px {$layout_info->menu_padding} 0px {$layout_info->menu_padding};'><img src='./images/{$layout_info->colorset}/bgGnbMiddle.gif'></li>
      <!--@end-->
     <!--@end-->
    <!--@else-->
      <!--텍스트 메뉴일때-->

      <!--@if($val['link'])-->
      <!--@if($val['selected'])-->
       {@ $menu_1st = $val }
      <!--@end-->

      <!--@if($menu_cnt < $layout_info->top_menu_count)-->
       <!--@if($val['selected'])--><li><img src='./images/{$layout_info->colorset}/bgGnbOn_left.png' alt='right'  /></li><!--@end-->
       <li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end--> onfocus="this.blur();">{$val['link']}</a></li>
       <!--@if($val['selected'])--><li><img src='./images/{$layout_info->colorset}/bgGnbOn_right.png' alt='right'  /></li><!--@end-->
       <li id='gnb_middle' style='padding:0px {$layout_info->menu_padding} 0px {$layout_info->menu_padding};'><img src='./images/{$layout_info->colorset}/bgGnbMiddle.gif'></li>

      <!--@end-->
     <!--@end-->
    <!--@end-->
    {@$menu_cnt++}

   <!--@end-->

            <!-- main_menu 1차 끝 -->
  </ul>
  <!--//GNB-->
  
  <!--top_date-->
  <div id="top_date">
  {@$n_date = date('Y년 m월 d일')}
  오늘은 {$n_date} 입니다.
  </div>

  <!--top_index-->
  <div id="top_index">
   
   <is_admin=="Y")-->!--@if($logged_info->is_admin=="Y")--><a href={$layout_info->index_url}/admin><img src="images/{$layout_info->colorset}/btn_admin.gif" border="0" align="absmiddle"></a><!--@end-->
   <!--@if($logged_info)-->
    <is_admin=="Y'>!--@if(!$logged_info->is_admin=="Y")-->
    <a href="{$layout_info->index_url}/?&act=dispMemberMessages&member_srl=4"><img src="images/{$layout_info->colorset}/btn_mbox.gif" border="0" align="absmiddle"></a>
    <!--@end-->
   <a href="{$layout_info->index_url}/?act=dispMemberLogout&member_srl="><img src="images/{$layout_info->colorset}/btn_logout.gif" border="0" align="absmiddle"></a>
   <!--@else-->
   <a href="{$layout_info->index_url}/?act=dispMemberLoginForm"><img src="images/{$layout_info->colorset}/btn_login.gif" border="0" align="absmiddle"></a>
   <!--@end-->
   <!--@if(!$logged_info)-->
   <a href="{$layout_info->index_url}/?act=dispMemberSignUpForm&member_srl=" onfocus="this.blur();"><img src="images/{$layout_info->colorset}/btn_join.gif" border="0" align="absmiddle"></a>
   <!--@end-->
   <a href="{$layout_info->index_url}/sitemap" onfocus="this.blur()"><img src="images/{$layout_info->colorset}/btn_sitemap.gif" border="0" align="absmiddle"></a>
  </div>

  
 <!--top_banner-->

  
  <div id="gnb_sub">
   i hope you enjoying here :p
  </div>


  <div id="Search_icon">
   <img src='./images/{$layout_info->colorset}/searchtitle.gif'>
  </div>

  <form action="{getUrl()}" method="post" id="isSearch">
            <input type="hidden" name="mid" value="{$mid}" />
            <input type="hidden" name="act" value="IS" />

   <input name="search_target" type="radio" value="title" id="search_target" class="searchOrder" checked="checked" title="search option" />
   <label for="search_target" class="checked" id="search_target_label" onclick="showHide('selectOrder'); return false">{$lang->title}</label>
   <ul id="selectOrder">
    <li>
     <input type="radio" name="search_target" value="title" id="search_target1" />
     <label for="search_target1" onclick="chkIsKind(1, '{$lang->title}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->title}</label>
    </li>
    <li>
     <input type="radio" name="search_target" value="content" id="search_target2" />
     <label for="search_target2" onclick="chkIsKind(2, '{$lang->content}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->content}</label>
    </li>
    <li>
     <input type="radio" name="search_target" value="title_content" id="search_target3" />
     <label for="search_target3" onclick="chkIsKind(3, '{$lang->title}+{$lang->content}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->title}+{$lang->content}</label>
    </li>
    <li>
     <input type="radio" name="search_target" value="comment" id="search_target4" />
     <label for="search_target4" onclick="chkIsKind(4, '{$lang->comment}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->comment}</label>
    </li>
    <li>
     <input type="radio" name="search_target" value="tag" id="search_target5" />
     <label for="search_target5" onclick="chkIsKind(5, '{$lang->tag}'); return false;" onmouseover="this.className='on'" onmouseout="this.style.background='none'">{$lang->tag}</label>
    </li>
   </ul>
   <input name="is_keyword" type="text" class="inputText" title="keyword" />

   <input type="image" src="./images/{$layout_info->colorset}/buttonSearch.gif" alt="{$lang->cmd_search}" class="submit" />
  </form>

 </div>
 <!--@if($act)-->
 <div id="contentBody">
 {$content}
 </div>
 <!--@else-->

 <div id="contentBody">

  <div id="columnLeft">
   <!-- 로그인 위젯 -->
   <img width="100%" height="100" src="/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="login_info" body="" skin="jdh_default" colorset="default" widget_cache="0"/>
   <br>
   <!--최근인기게시물-->
   <img width="100%" height="100" src="/common/tpl/images/widget_bg.jpg"  class="zbxe_widget_output" style="clear:both;" widget="popular_document" body="" skin="jdh_default" colorset="normal" widget_cache="0" title="최근인기게시물" order_target="readed_count" order_type="desc" list_count="10" view_date="7" mid_list=""
   subject_cut_size="12"
   widget_margin_top="5"
   widget_margin_left="0"
   widget_margin_right="0"  widget_fix_width="" widget_width="50" widget_width_type="200px" widget_position="" widget_sequence="673"
   design_top="./images/mweekbest_top.gif"
   design_middle="./images/mleftbox_middle.gif"
   design_bottom="./images/mleftbox_bottom.gif"/>
   <br>

   <!--명언한마디-->
   <img class="zbxe_widget_output" widget="saying" skin="HG_saying" list_count="100" />
   <br>

   <!--포토갤러리-->
   <img width="100%" height="100" src="/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="newest_images" body="" skin="jdh_default" colorset="normal" widget_cache="0" title="최근이미지"
   mid_list="koreapicture"
   title_length="20"
   thumbnail_type="crop"
   thumbnail_width="80"
   thumbnail_height="80" cols_list_count="2" rows_list_count="2" display_author="N" display_regdate="N" display_readed_count="N" display_voted_count="N"
   design_top="./images/photo_title.gif"
   design_middle="./images/sbox_middle.gif"
   design_bottom="./images/sbox_bottom.gif"
   design_img="./images/sbox_middle.gif"
   widget_sequence="598416" />
   <br>


   <!--서식/양식-->
   <img width="100%" height="100" src="http://jobdahan.net/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="newest_document" body="" skin="jdh_default" colorset="white" widget_cache="0" title="서식/양식" order_target="regdate" order_type="asc" list_count="10" duration_new="" subject_cut_size="18" mid_list="document"
   design_top="./images/form_title.gif"
   design_middle="./images/sbox_middle.gif"
   design_bottom="./images/sbox_bottom.gif"
   design_img="" widget_sequence="598403" />
   <br>


   <!--로그인회원-->

   <img class="zbxe_widget_output" widget="logged_members" skin="default" colorset="normal" list_count="5" use_mid="total"
   design_top="./images/nowlogin_title.gif"
   design_middle="./images/sbox_middle.gif"
   design_bottom="./images/sbox_bottom.gif"
   />


   
   <is_admin=="Y'>!--@if($logged_info->is_admin=="Y")-->
   <img width="200px" height="100" src="/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="counter_status" skin="styx_flash" colorset="normal" widget_cache="0" widget_margin_top="5" widget_margin_left="10" widget_margin_right="10"  widget_fix_width="" widget_width="50" widget_width_type="200px" widget_position="" >
   <!--@end-->

   <!--@if($grant->is_admin)-->
   <a href="{getUrl('','mid',$layout_info->target_mid,'act','dispLayoutAdminModify','layout_srl',$layout_info->layout_srl)}">관리</a>|
   <a href="{getUrl('','+ 'mid',$layout_info->target_mid,'act','dispLayoutAdminEdit','layout_srl',$layout_info->layout_srl)}">편집</a>
   <!--@end-->


   

  </div>

  <div id="columnCenter">
   
   <!--매인배너-->
   
   <img src=./images/2main_banner.gif align='absmiddle' border="0">
   <br>


   <!-중간 템플부분-->

<img class="zbxe_widget_output"  page_count="1" widget="tab_newest_document" skin="xe_official" colorset="normal" order_target="list_order" order_type="desc" duration_new="24" thumbnail_type="crop" display_author="Y" display_regdate="Y" display_readed_count="Y" display_voted_count="Y" mid_list="newstoday,opinion,arts" design_top="./images/test.gif" />
   <br>
   
   <!--탭메뉴1-->
<img class="zbxe_widget_output" widget="webzine" skin="notice_style" colorset="normal" order_target="list_order" order_type="desc" duration_new="24" subject_cut_size="70" content_cut_size="600" thumbnail_type="crop" cols_list_count="1" rows_list_count="1" display_author="N" display_regdate="N" display_readed_count="N" display_voted_count="N" module_srls="320" />
   <!--탭메뉴2-->
<img class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" order_target="list_order" order_type="desc" list_count="5" duration_new="24" mid_list="event" />
   <br>

   <!--탭메뉴3-->
   <img class="zbxe_widget_output" widget="tab_newest_document" skin="xe_official" colorset="normal" order_target="list_order" order_type="desc" duration_new="24" subject_cut_size="25" thumbnail_type="crop" display_author="Y" display_regdate="Y" display_readed_count="Y" display_voted_count="Y"
   mid_list="notice,wise_saying,document,freeboard"
   design_top="./images/tabtest_title.gif" />

 


 
   <br>      
   <!--최근댓글-->
   <img width="100%" height="100" src="/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="newest_comment" body="" skin="blog_newest_comment" colorset="normal" widget_cache="0" title="최근댓글" list_count="15" duration_new="" mid_list=""
   design_top="./images/reply_title.gif"
   design_middle="./images/reply_middle.gif"
   design_bottom="./images/reply_bottom.gif" 
   design_img="./images/reply_middle.gif"
   widget_sequence="598436" />

  </div>
  <div id="columnRight" >
                <!--오른쪽 배너 부분-->
<img class="zbxe_widget_output" widget="tab_newest_document" skin="xe_official" colorset="normal"
order_target="list_order" order_type="desc" duration_new="24" thumbnail_type="crop" display_author="n"
display_regdate="Y" display_readed_count="Y" display_voted_count="y" mid_list="want,offer" design_top="./images/jobinfo.gif" />

   <br>

   <br>

   <!--공지사항-->
   <img width="100%" height="100" src="/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="newest_document" body="" skin="jdh_default" colorset="white" widget_cache="0" title="공지사항" order_target="regdate" order_type="asc" list_count="5" duration_new="" subject_cut_size="18"
   mid_list="notice"
   design_top="./images/notice_title.gif"
   design_middle="./images/sbox2_middle.gif"
   design_bottom="./images/sbox2_bottom.gif"
   design_img="" widget_sequence="598403" />
   <br>
   <!--자유토크-->
   <img width="100%" height="100" src="/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="newest_document" body="" skin="jdh_default" colorset="white" widget_cache="0" title="freetalk" order_target="regdate" order_type="asc" list_count="5" duration_new="" subject_cut_size="16"
   mid_list="freetalk"
   design_top="./images/freetalk_title.gif"
   design_middle="./images/sbox2_middle.gif"
   design_bottom="./images/sbox2_bottom.gif"
   design_img="" widget_sequence="598403" />
   <br>
   <!--최근게시물-->    
   <img width="100%" height="100" src="/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="newest_document" body="" skin="jdh_default" colorset="white" widget_cache="0" title="최근게시물" order_target="regdate" order_type="asc" list_count="15" duration_new="" subject_cut_size="39"  mid_list="travel,music,coarts,education"
   design_top="./images/newlist_title.gif"
   design_middle="./images/sbox2_middle.gif"
   design_bottom="./images/sbox2_bottom.gif"
   design_img="" widget_sequence="598403" />
   <br>
   <!--최근질문-->    
   <img width="100%" height="100" src="http://jobdahan.net/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="newest_document" body="" skin="jdh_default" colorset="white" widget_cache="0" title="새롭게 등록된 질문" order_target="regdate" order_type="asc" list_count="15" duration_new="" subject_cut_size="39"  mid_list="offred,wanted,learnkorea"
   design_top="./images/qa_title.gif"
   design_middle="./images/sbox2_middle.gif"
   design_bottom="./images/sbox2_bottom.gif"
   design_img="" widget_sequence="598403" />

   <br>
   <img width="100%" height="100" src="http://jobdahan.net/common/tpl/images/widget_bg.jpg" class="zbxe_widget_output" style="clear:both;" widget="tag_list" body="" skin="color_text" colorset="naver" widget_cache="0" title="태그" list_count="" mid_list=""
   design_top="./images/tag_title.gif"
   design_middle="./images/sbox2_middle.gif"
   design_bottom="./images/sbox2_bottom.gif"
   widget_sequence="598413" />
   <br>
  </div>
  <div>
  {$content}
  </div>

 </div>
 

 <!--@end-->

 <div id="footer">
  <li class="first-child">
   <address>
   <a href="http://jobdahan.net" onclick="window.open(this.href);return false;"><img src="./images/{$layout_info->colorset}/jobdahan.gif" alt="Designed by jobdahan.net" /></a>
   </address>

  </li>
     {@$menu_cnt=0}
        <!--@foreach($bottom_menu->list as $key => $val)-->
   <!--@if($menu_cnt> 0 && $menu_cnt < 7)-->
    <li><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->
   {@$menu_cnt++}
        <!--@end-->
 </div>


 <!--카피라이터 부분-->
 <div id="copyright">Copyright ⓒ <b><font color="#ff9900">koreaprose.com</font></b>. All rights reserved.<br><br></div>

</div>

 

 

 

이것은 css 소스

@charset "utf-8";
/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Jeong, Chan Myeong 070601~070630
*/

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


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

/* Site Layout - Header */
#header { position:relative; width:950px; height:180px; border-top:0px solid #ffffff; border-left:0px solid #d9d9d9; border-right:0px solid #d9d9d9; background:url(../images/default/bgHeader.gif) no-repeat right bottom; margin-bottom:10px; z-index:99;}
#header .logo { position:absolute; top:10px; left:0px;}
#language { position:absolute; top:6px; right:19px; z-index:100;}
#language strong { color:#5c5c5c; font:.75em Tahoma; margin-right:3px;}
#language a img { vertical-align:-5px;}
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #d9d9d9; background:#ffffff;}
#language ul li { list-style:none; }
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#5c5c5c; text-decoration:none;}
#language ul li a:hover { background:#f4f4f4;}

#top_date {position:absolute; top:7px; left:400px; width:480px; text-align:left;}
#top_index { position:absolute; top:7px; right:150px; width:500px; text-align:right;}
#top_banner { position:absolute; top:35px; left:220px; width:500px; text-align:left;}

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

#gnb { position:absolute; top:87px; left:19px; height:48px; overflow:hidden; white-space:nowrap; margin-bottom:0px;}
#gnb li {list-style:none; float:left; background:url() no-repeat left center; padding-left:0px; position:relative; left:0px; white-space:nowrap;}
#gnb li a { display:block; float:left; padding:17px 17px 0 17px; height:48px; color:#e0f9ff; white-space:nowrap; text-decoration:none;font-size:15px;font-weight:bold; }
#gnb li a:hover,
#gnb li a:focus { color:#ffcf28;}
#gnb li.on a { font-weight:bold; color:#3f3f3f;  padding:17px 10px 0 10px;background:url(../images/default/bgGnbOn.png) no-repeat center top;}
#gnb_middle{width:6px;text-align:center;}

#gnb li span.img_btn a  { display:block; float:left; padding:0px 0px 0 0px; height:48px; color:#e8e8e8; white-space:nowrap; text-decoration:none; }
#gnb li.on span.img_btn a   { font-weight:bold; color:#ffffff; background:url(../images/default/bgGnbOn.gif) no-repeat center top;}

 

#gnb_sub { position:absolute; top:145px; left:20px; height:40px; overflow:hidden; white-space:nowrap; margin-bottom:0px;color:#666666;}


#Search_icon { position:absolute; top:55px; right:230px; width:284px; text-align:right;}
#isSearch { position:absolute; top:55px; right:10px; 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(../images/default/bgSearchTerm.gif) no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c; line-height:normal;}
#isSearch ul { display:none; position:absolute; left:0; top:18px; padding:2px 0 3px 0; text-align:left; border:1px solid #b2b2b2; background:#ffffff; overflow:hidden;}
#isSearch ul li { width:67px; height:18px; list-style:none;}
#isSearch ul li input { display:none;}
#isSearch ul li label { display:block; padding:4px 0 0 4px; width:63px; height:15px; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c;}
#isSearch ul li label.on { background:#ededed; }
#isSearch ul li label:hover,
#isSearch ul li label:focus { background:#ededed;}
#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#000000; border:1px solid #B0B0AF; background-color:#FFFFFF; }
#isSearch .inputText:hover,
#isSearch .inputText:focus { border:1px solid #8E8E8D; background-color:#FFFFFF; }
*: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;}

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

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

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

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

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

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

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

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
okok xp제어판에서 셋팅할 때 zb4메인페이지가 열립니다. [4] 2010.01.23 by okok
천당의진실 게시판 글을 읽고 새로운 글을 클릭하면 화면이 올라가지 않네요 [1] 2010.01.22 by klaist
예님 갑자기 모든 게시판이 백지가 됩니다. [3] 2009.12.30 by 예님
모노로그 XE가 느려지고 글쓰기 장애가 발생합니다. [2] 2009.12.09 by 老姜君
oO나쁜토끼Oo 회원가입 창이 안뜨고 500 에러메시지가 ..  
예님 1.3.1.1 업뎃 후 작동 오류 [1] 2009.12.07 by 백성찬
예님 1.3.1.1 업글 후 게시판 작동에 이상한 오류가 있습니다. file  
임현수605 잡다한 3차 포토누리 레이아웃 썸네일 정렬 수정.. [1] 2009.11.29 by 김창환855
원고지용 [html] 로그인설치 문제인데요;;; [15] 2009.11.20 by likaida
박준희() 게시판 플래시 오류  
미고자라드 css가 다 깨집니다 [1] 2009.11.19 by 하늘03
hillary 외부페이지에서 로그인 출력하기  
auror 로그인, 회원가입 링크값 어케넣어야하나요?? [1] 2009.10.26 by fenriz
Fursys xe 에서 에디터로 태그로 작성된 글쓰기의 오류 file  
동건이 상단여백 없애는 방법 제발 플리즈~!! [4] 2010.01.11 by jsuimage
김용만381 최근이미지 게시물이 잘나오던것 갑자기 안옵니다. 도와주세요 file  
훈이님 제로보드 외국계정 설치 도와주세요 ㅠㅠ  
뮤랑이 XE 관리자 페이지가 접속이 안되고, 캐시파일 재생성이 안됩니다. [3] 2009.09.29 by 파산팩토리
솔파도 1.2.5를 새로 설치했는데 사이트가 이상해졌어요! [1] 2009.09.28 by ememo
맥문동 xe-official 게시판 스킨 사용자분들, 그리고 고수분들 확인 부탁드립니다. [1] file 2009.09.22 by yeum