
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>DBPIA - 아이디 비밀번호 찾기</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../css/style.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="../js/common.js"></script>
<script language="JavaScript">
function checkForm(){
  var thisFrm = document.idSearchForm;
 
  if( thisFrm.name.value == '' ){
    alert("이름을 입력하세요");
    thisFrm.name.focus();
    return false;	
  }
  if( !thisFrm.email.value ){
    alert("이메일을 입력하세요");
    thisFrm.email.focus();
    return false;	
  }
     /*
     if( thisFrm.jumin1.value == '' ){
         alert("주민등록번호 앞자리를 입력하세요");
         thisFrm.jumin1.focus();
         return false;
     }
	
	if( thisFrm.jumin1.value.length != 6 ){
         alert("유효한 주민등록번호가 아닙니다");
         thisFrm.jumin1.focus();
         return false;
     }

     if( thisFrm.jumin2.value == '' ){
         alert("주민등록번호 뒷자리를 입력하세요");
         thisFrm.jumin2.focus();
         return false;
     }

	if( thisFrm.jumin2.value.length != 7){
         alert("유효한 주민등록번호가 아닙니다");
         thisFrm.jumin2.focus();
         return false;
     }


    var socno = (thisFrm.jumin1.value + thisFrm.jumin2.value);
    var rVal1 = checkDigit_socno(socno);
    if( rVal1 == 'N' ){
        alert("주민등록번호가 유효하지 않습니다. 다시 입력하세요");
        thisFrm.jumin1.value = '';
        thisFrm.jumin2.value = '';
        thisFrm.jumin1.focus();
        return false;
    }
	*/
    thisFrm.action = "../member/find_idpw.asp"; 
    thisFrm.submit();
}

function checkForm1(){
  var thisFrm = document.idSearchForm1;
 
  if( thisFrm.userid.value == '' ){
    alert("아이디를 입력하세요");
    thisFrm.userid.focus();
    return false;	
  }

  if( thisFrm.name.value == '' ){
    alert("이름을 입력하세요");
    thisFrm.name.focus();
    return false;	
  }
  if( !thisFrm.email.value ){
    alert("이메일을 입력하세요");
    thisFrm.email.focus();
    return false;	
  }
   /*  
     if( thisFrm.jumin1.value == '' ){
         alert("주민등록번호 앞자리를 입력하세요");
         thisFrm.jumin1.focus();
         return false;
     }
	
	if( thisFrm.jumin1.value.length != 6 ){
         alert("유효한 주민등록번호가 아닙니다");
         thisFrm.jumin1.focus();
         return false;
     }

     if( thisFrm.jumin2.value == '' ){
         alert("주민등록번호 뒷자리를 입력하세요");
         thisFrm.jumin2.focus();
         return false;
     }

	if( thisFrm.jumin2.value.length != 7){
         alert("유효한 주민등록번호가 아닙니다");
         thisFrm.jumin2.focus();
         return false;
     }


    var socno = (thisFrm.jumin1.value + thisFrm.jumin2.value);
    var rVal1 = checkDigit_socno(socno);
    if( rVal1 == 'N' ){
        alert("주민등록번호가 유효하지 않습니다. 다시 입력하세요");
        thisFrm.jumin1.value = '';
        thisFrm.jumin2.value = '';
        thisFrm.jumin1.focus();
        return false;
    }
	*/
    thisFrm.action = "../member/find_idpw.asp"; 
    thisFrm.submit();
}

function checkDigit_socno(socno){
  var socnoStr = socno.toString();

     a = socnoStr.substring(0, 1);
     b = socnoStr.substring(1, 2);
     c = socnoStr.substring(2, 3);
     d = socnoStr.substring(3, 4);
     e = socnoStr.substring(4, 5);
     f = socnoStr.substring(5, 6);
     g = socnoStr.substring(6, 7);
     h = socnoStr.substring(7, 8);
     i = socnoStr.substring(8, 9);
     j = socnoStr.substring(9, 10);
     k = socnoStr.substring(10, 11);
     l = socnoStr.substring(11, 12);
     m = socnoStr.substring(12, 13);
	 month = socnoStr.substring(2,4);
	 day = socnoStr.substring(4,6);
	 socnoStr1 = socnoStr.substring(0, 7);
	 socnoStr2 = socnoStr.substring(7, 13);

	 if(month <= 0 || month > 12) return 'N';
	 if(day <= 0 || day > 31) return 'N';

	 if(g > 4 || g == 0) return 'N';

	 if (isNaN(socnoStr1) || isNaN(socnoStr2))
	 {
		 return 'N';
	 }

     temp=a*2+b*3+c*4+d*5+e*6+f*7+g*8+h*9+i*2+j*3+k*4+l*5;
     temp=temp%11;
     temp=11-temp;
     temp=temp%10;
    
     if(temp == m)
        return 'Y';
     else
        return 'N'; 
}
</script>
</head>

<body leftmargin="0" topmargin="0" onLoad="MM_preloadImages('../image/top_menu_6_r.gif','../image/top_menu_7_r.gif')">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td> 
      <!--내비게이션과 검색 인클루드 -->

<!--탑 영역 시작 -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="10" rowspan="2"><img src="../image/blank.gif" width="10" height="1"></td>
    <td width="185" height="56" rowspan="2"><a href="/" onfocus='this.blur()'><img src="../image/logo.gif" width="185" height="56" border="0"></a></td>
    <td height="23" align="right" class="small">

        <a href="#" onClick="JavaScript:goToLogin('/member/find_idpw.asp?');" class="default">로그인</a>
        <img src="../image/top_etc_bar.gif" width="21" height="16" align="absmiddle">
        <a href="/member/member_step1.asp" class="default">개인회원가입</a>
        <img src="../image/top_etc_bar.gif" width="21" height="16" align="absmiddle">
        <a href="javascript:b2cLoginCheck('/Shop/Shop_Cart.asp')" class="default">장바구니</a>

        <img src="../image/top_etc_bar.gif" width="21" height="16" align="absmiddle">
        <a href="/helpdesk/helpdesk.asp" class="default">고객지원센터</a>
        <img src="../image/top_etc_bar.gif" width="21" height="16" align="absmiddle">
        <a href="/helpdesk/sitemap.asp" class="default">사이트맵</a>
        <img src="../image/top_etc_bar.gif" width="21" height="16" align="absmiddle">
        <a href="/help/help_Info1.asp" class="default">도움말</a>
    </td>
    <td width="10"></td>
    <td width="10"></td>
  </tr>
  <tr>
    <td height="33" background="../image/top_bg_menu.gif"><!--메뉴 시작 -->
        <table width="789" height="33" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="104" style="cursor:hand" onMouseOut="view('')" onMouseOver="view('1')"><a href="/search/search_detail.asp?topmenu=1"><img src="../image/top_menu_1.gif" width="103" height="33" border="0"></td>
            <td width="104" style="cursor:hand" onMouseOut="view('')" onMouseOver="view('2')"><img src="../image/top_menu_2.gif" width="103" height="33"></td>
            <td width="104" style="cursor:hand" onMouseOut="view('')" onMouseOver="view('3')"><img src="../image/top_menu_3.gif" width="103" height="33"></td>
            <td width="104" style="cursor:hand" onMouseOut="view('')" onMouseOver="view('4')"><img src="../image/top_menu_4.gif" width="103" height="33"></td>
            <td width="104" style="cursor:hand" onMouseOut="view('')" onMouseOver="view('5')"><img src="../image/top_menu_5.gif" width="103" height="33"></td>
            <td width="10"></td>
            <td width="259" align="center">
                <a href="/best/best_list.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','../image/top_menu_6_r.gif',1)">
                <img src="../image/top_menu_6.gif" name="Image12" width="74" height="13" border="0" align="absmiddle"></a>
                <img src="../image/top_menu_bar.gif" width="34" height="13" align="absmiddle">
                <a href="/new/new_list.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image14','','../image/top_menu_7_r.gif',1)">
                <img src="../image/top_menu_7.gif" name="Image14" width="65" height="13" border="0" align="absmiddle"></a>
            </td>
          </tr>
        </table>
      <!--메뉴 끝 -->

      <!--메뉴 1 시작 -->
      <div id="menu1" style="position:absolute; left:195px; top:23px; width:103px; height:33px; z-index:1; visibility:hidden; cursor:hand" onMouseOut="view('')" onMouseOver="view('1')" onclick=window.location='/search/search_detail.asp?topmenu=1'><img src="../image/top_menu_1_r.gif" width="103" height="33"></div>
      <!--메뉴 1 끝 -->
      <!--메뉴 2 시작 -->
      <div id="menu2" style="position:absolute; left:299px; top:23px; width:103px; height:33px; z-index:1; visibility:hidden; cursor:hand" onMouseOut="view('')" onMouseOver="view('2')" onclick=window.location='/publication/view_result.asp?topmenu=2'><img src="../image/top_menu_2_r.gif" width="103" height="33"></div>
      <!--메뉴 2 끝 -->
      <!--메뉴 3 시작 -->
      <div id="menu3" style="position:absolute; left:403px; top:23px; width:103px; height:33px; z-index:1; visibility:hidden; cursor:hand" onMouseOut="view('')" onMouseOver="view('3')" onclick=window.location='/publisher/view_result01.asp?topmenu=3'><img src="../image/top_menu_3_r.gif" width="103" height="33"></div>
      <!--메뉴 3 끝 -->
      <!--메뉴 4 시작 -->
      <div id="menu4" style="position:absolute; left:507px; top:23px; width:103px; height:33px; z-index:1; visibility:hidden; cursor:hand" onMouseOut="view('')" onMouseOver="view('4')" onclick=window.location='/subject/view_result01.asp?topmenu=4'><img src="../image/top_menu_4_r.gif" width="103" height="33"></div>
      <!--메뉴 4 끝 -->
      <!--메뉴 5 시작 -->
      <div id="menu5" style="position:absolute; left:611px; top:23px; width:103px; height:33px; z-index:1; visibility:hidden; cursor:hand" onMouseOut="view('')" onMouseOver="view('5')" onclick=window.location='javascript:b2cLoginCheck(\'/mydbpia/myfolder.asp?topmenu=5\');'><img src="../image/top_menu_5_r.gif" width="103" height="33"></div>
      <!--메뉴 5 끝 -->

    </td>
    <td width="10" background="../image/top_bg_menu_right.gif"></td>
    <td width="10"></td>
  </tr>
  <tr>
    <td></td>
    <td height="69" background="../image/top_bg.gif"><img src="../image/top_banner.gif" width="185" height="69"></td>
    <td valign="top" background="../image/top_bg.gif" style="padding-top:22">
    <!--검색 시작 -->
	<form name="frmSearchSort" method="get" action="/search/search_result.asp">

	<input type=hidden name=start_page>
	<input type=hidden name=end_page value="10">
	<input type=hidden name=view_flag value="1">
	<input type=hidden name=code1 value="">
	<input type=hidden name=code2 value="">
	<input type=hidden name=code2name value="">
	<input type=hidden name=code3 value="">
	<input type=hidden name=code3name value="">
	<input type=hidden name=code4 value="">
	<input type=hidden name=code4name value="">
	<input type=hidden name=code5 value="">
	<input type=hidden name=code5name value="">
	<input type=hidden name=code7 value="">
	<input type=hidden name=code7name value="">
	<input type=hidden name=code8 value="">
	<input type=hidden name=issn value="">
	<input type=hidden name=isbn value="">
	<input type=hidden name=date value="">
	<input type=hidden name=uciYN value="">

	<input type=hidden name=order_field value="weight">
	<input type=hidden name=order_flag value="DESC">
	<input type=hidden name=max_cnt value="10">
	<input type=text name=case_fld size=0 style='display:none' value="1">
	<input type=hidden name=field_r value="">
	<input type=hidden name=rquery value="">
	      <table width="100%" border="0" cellspacing="0" cellpadding="0">
	      <tr>
	        <td width="45"><img src="../image/top_search.gif" width="45" height="20"></td>
	        <td width="141"><select name="field" style="width:137">
		      
			<option value='v_F0' >전체</option>
		        <option value='art_title' >제목</option>
		        <option value='v_F1' >제목+목차+초록</option>
		        <option value='art_author' >저자</option>
		        <option value='v_F2' >발행기관+간행물명</option>
		        <option value='art_kwd' >키워드</option>
	        </select></td>
	        <td width="188">
			<!--onKeyUp="get_query(this.value);"-->
			<input type="text" name="query" style="width:184; height:20" value="" onkeydown="press_event(event);"  autocomplete="off" onfocus="javascript:get_focus(this);" class="p_textbox_lang">
	        </td>
          <td width="34"><a href="javascript:initSearch(1);"><img src="../image/top_search_btn.gif" width="30" border="0"></a></td>
          <td width="54"><a href="javascript:open_page_language();"><img src="../image/top_language_btn.gif" width="45" height="18" border="0"></a></td>
	        <td width="50" valign="middle" class="small" style="padding-top:4"><a href="/search/search_detail.asp" class="search">상세검색</a></td>
	        <td align="right" class="small">
	           &nbsp;&nbsp;&nbsp;
	           <img src="../image/top_search_bul.gif" width="7" height="20" align="absmiddle">
	           <font color="#f58989">인기검색어 : </font><font color="#ffffff">
	        <a href="javascript:key_search('다문화');" class='whiten'>다문화</a>,&nbsp;&nbsp;<a href="javascript:key_search('나노');" class='whiten'>나노</a>,&nbsp;&nbsp;<a href="javascript:key_search('노인');" class='whiten'>노인</a>
	        </font>
	        </td>
	      </tr>
	    </table>
    <!--검색 끝 -->
    </td>
    <td background="../image/top_bg_right.gif"></td>
    <td></td>
  </tr>
</table>
<table width="100%" height="0" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td height="0"></form></td>
  </tr>
</table>

<!--탑 영역 끝 -->
    </td>
  </tr>
</form>
  <tr> 
    <td valign="top"><!--본문 영역 시작 -->
      <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="10" valign="top"></td>
          <td valign="top"><!--현재위치 정보 시작 -->
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td height="21" class="directory"><a href="#" class="directoryn">홈</a> &gt; <a href="#" class="directoryn">아이디, 비밀번호 찾기</a></td>
                </tr>
              </table>
            <!--현재위치 정보 끝 -->
              <!--타이틀과 검색결과 개요 시작 -->
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td class="title"><img src="../image/bul_title.gif" width="13" height="25" align="absmiddle">아이디, 비밀번호 찾기</td>
                </tr>
                <tr>
                  <td height="1" bgcolor="#e5e5e5"></td>
                </tr>
                <tr>
                  <td height="20"></td>
                </tr>
                <tr>
                  <td height="20" style="padding-left:15">아이디, 비밀번호를 찾기 전에 <!--a href="#"><img src="../image/btn_help.gif" width="53" height="20" border="0" align="absmiddle"></a--><br>
                      <img src="../image/blank.gif" width="1" height="10"><br>
                    <img src="../image/bul_round_yellow.gif" width="12" height="18" align="absmiddle">기관회원 로그인에 문제가 있다면 소속되어 있는 기관에 문의를 해주세요.<br>
                    <img src="../image/bul_round_yellow.gif" width="12" height="18" align="absmiddle">일반회원 로그인에 문제가 있다면 아래에서 아이디나 비밀번호를 찾아주세요.</td>
                </tr>
                <tr>
                  <td height="20"></td>
                </tr>
              </table>
              <!--타이틀과 검색결과 개요 끝 -->
              <!--본문 시작 -->
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="14" valign="top"></td>
                  <td valign="top"><!--아이디 찾기 타이틀 시작 -->
                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
<form name="idSearchForm" method="post" onSubmit="return checkForm();">
<input type="hidden" name="mode" value="id">
                      <tr>
                        <td class="title6">ㅣ 아이디 찾기 </td>
                      </tr>
                      <tr>
                        <td height="10"></td>
                      </tr>
                    </table>
                  <!--아이디 찾기 타이틀 끝 -->
                  <!--아이디 찾기 시작 -->
                  <table width="100%" border="0" cellpadding="20" cellspacing="1" bgcolor="#DDDDDD">
                    <tr>
                      <td align="center" valign="top" bgcolor="#FFFFFF"><!--입력 폼 시작 -->
                        <table border="0" cellspacing="0" cellpadding="0">
                          <tr>
                            <td align="right" style="padding-right:10">이름</td>
                            <td><input type="text" name="name" style="width:125" class="p_textbox" value=""></td>
                            <td></td>
                          </tr>
						  <tr>
                            <td align="right" style="padding-right:10">E-Mail</td>
                            <td>
                              <input type="text" name="email" style="width:125" class="p_textbox" maxlength="100" value=""></td>
                            <td style="padding-left:10"><input type="image" src="../image/btn_ok_1.gif" width="41" height="20" border="0" align="absmiddle"></td>
                          </tr>
                          <!--tr>
                            <td align="right" style="padding-right:10">주민등록번호</td>
                            <td><input type="text" name="jumin1" style="width:125" class="p_textbox" maxlength = "6">
                              -
                              <input type="password" name="jumin2" style="width:125" class="p_textbox" maxlength="7"></td>
                            <td style="padding-left:10"><input type="image" src="../image/btn_ok_1.gif" width="41" height="20" border="0" align="absmiddle"></td>
                          </tr-->
                        </table>
                        <!--입력 폼 끝-->
                        <table border="0" cellspacing="0" cellpadding="0">
                          <tr>
                            <td height="20"></td>
                          </tr>

                        </table>
                      </td>
                    </tr>
</form>
                  </table>
                  <!--아이디 찾기 끝 -->
                  <!--버튼 시작 -->
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td height="15"></td>
                    </tr>
                    <tr>
                      <td height="20" align="center"><a href="../member/login.asp"><img src="../image/btn_login.gif" width="70" height="20" border="0" align="absmiddle"></a></td>
                    </tr>
                    <tr>
                      <td height="35"></td>
                    </tr>
                  </table>
                  <!--버튼 끝 --><!--비밀번호 찾기 타이틀 시작 -->
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
<form name="idSearchForm1" method="post" onSubmit="return checkForm1();">
<input type="hidden" name="mode" value="pw">
                    <tr>
                      <td class="title6">ㅣ 비밀번호 찾기 </td>
                    </tr>
                    <tr>
                      <td height="10"></td>
                    </tr>
                  </table>
                  <!--비밀번호 찾기 타이틀 끝 -->
                  <!--비밀번호 찾기 시작 -->
                  <table width="100%" border="0" cellpadding="20" cellspacing="1" bgcolor="#DDDDDD">
                    <tr>
                      <td align="center" valign="top" bgcolor="#FFFFFF"><!--입력 폼 시작 -->
                          <table border="0" cellspacing="0" cellpadding="0">
                            <tr>
                              <td align="right" style="padding-right:10">아이디</td>
                              <td><input type="text" name="userid" style="width:125" class="p_textbox" value=""></td>
                              <td></td>
                            </tr>
                            <tr>
                              <td align="right" style="padding-right:10">이름</td>
                              <td><input type="text" name="name" style="width:125" class="p_textbox" value=""></td>
                              <td></td>
                            </tr>
							<tr>
                            <td align="right" style="padding-right:10">E-Mail</td>
                            <td>
                              <input type="text" name="email" style="width:125" class="p_textbox" maxlength="100" value=""></td>
                            <td style="padding-left:10"><input type="image" src="../image/btn_ok_1.gif" width="41" height="20" border="0" align="absmiddle"></td>
                          </tr>
                            <!--tr>
                              <td align="right" style="padding-right:10">주민등록번호</td>
                              <td><input type="text" name="jumin1" style="width:125" class="p_textbox">
                                -
                                <input type="password" name="jumin2" style="width:125" class="p_textbox"></td>
                              <td style="padding-left:10"><input type="image" src="../image/btn_ok_1.gif" width="41" height="20" border="0" align="absmiddle"></td>
                            </tr-->
                          </table>
                        <!--입력 폼 끝-->
                          <table border="0" cellspacing="0" cellpadding="0">
                            <tr>
                              <td height="20"></td>
                            </tr>

                        </table></td>
</form>
                    </tr>
                  </table>
                  <!--비밀번호 찾기 끝 -->
                  <!--버튼 시작 -->
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td height="15"></td>
                    </tr>
                    <tr>
                      <td height="20" align="center"><a href="../member/login.asp"><img src="../image/btn_login.gif" width="70" height="20" border="0" align="absmiddle"></a></td>
                    </tr>
                    <tr>
                      <td height="35"></td>
                    </tr>
                  </table>
                  <!--버튼 끝 --></td>
                  <td width="14" valign="top"></td>
                </tr>
              </table>
              <!--본문 끝 --></td>
          <td width="23" valign="top"></td>
        </tr>
      </table>
    <!--본문 영역 끝 --></td>
  </tr>
  <tr> 
    <td height="80"><!--하단 카피라이트 시작 -->
			<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 ID="Table1">
				<TBODY>
				<TR>
					<TD>
						<TABLE style="BACKGROUND-POSITION: 50% bottom; BACKGROUND-REPEAT: repeat-x" cellSpacing=0 cellPadding=0 width="100%" background="/image/foot_bg.gif" border="0" ID="Table2">
							<TBODY>
							<TR>
								<TD bgColor=#d8d8d8 colSpan=4 height=1></TD>
							</TR>
							<TR>
								<TD colSpan=4 height=1></TD>
							</TR>
							<TR>
								<TD bgColor=#f3f3f3 colSpan=4 height=22>
									<!--하단 기타 메뉴 시작 -->
									<TABLE height=22 cellSpacing=0 cellPadding=0 width="100%" border=0 ID="Table3">
										<TBODY>
										<TR>
											<TD class=gray style="PADDING-TOP: 3px" align=middle height=22>
												<a href="/help/dbpia.asp" class="default">DBPIA 소개</a>
												&nbsp;&nbsp; | &nbsp;&nbsp;
												<a href="/helpdesk/notice_list.asp?leftmenu=1" class="default">공지사항</a>
												&nbsp;&nbsp; | &nbsp;&nbsp;
												<a href="/helpdesk/qna_list.asp?leftmenu=3" class="default">Q&amp;A</a>
												&nbsp;&nbsp; | &nbsp;&nbsp;
												<a href="/helpdesk/trial.asp?leftmenu=4" class="default">트라이얼 신청</a>
												&nbsp;&nbsp; | &nbsp;&nbsp;
												<a href="/helpdesk/contactus.asp?leftmenu=5" class="default">제휴 문의</a>
												&nbsp;&nbsp; | &nbsp;&nbsp;
												<a href="/member/Agree_New.asp?leftmenu=6" class="default">이용약관</a>
												&nbsp;&nbsp; | &nbsp;&nbsp;
												<a href="/helpdesk/privacy.asp" class="default"><b>개인정보취급방침</b></a>
											</TD>
											<TD width=53><a href="#"><img src="../image/btn_top.gif" width="53" height="17" border="0" align="absmiddle"></a></TD>
											<TD width=10></TD>
										</TR>
										</TBODY>
									</TABLE>
									<!--하단 기타 메뉴 끝 -->
								</TD>
							</TR>
							<TR>
								<TD bgColor=#b1b1b1 colSpan=4 height=1></TD>
							</TR>
							<TR>
								<TD width=193 rowSpan=2 valign="top"><IMG src="/image/foot_logo.gif" width=193></TD>
								<TD height=37  style="background-image:url(/image/foot_bg.gif); background-repeat:repeat-x">
									<table width="100%" border="0" cellspacing="0" cellpadding="0">
										<tr>
											<td bgcolor="#F0F0F0">
												<table width="200" border="0" cellpadding="0" cellspacing="0"  background="/image/foot_bg.gif" style="BACKGROUND-POSITION: 50% bottom; BACKGROUND-REPEAT: repeat-x" ID="Table5">
													<tbody>
													<tr>
														<td width="125" height="37"><img height="37" src="/image/foot_copy1.gif" width="125"></td>
														<td><a onmouseover="MM_swapImage('Image77','','../image/foot_copy_link2_r.gif',1)" onmouseout="MM_swapImgRestore()" href="http://www.nurimedia.co.kr/" target="_blank"><img src="/image/foot_copy_link2.gif" name="Image77" width="87" height="37" border="0" id="Image77"></a></td>
														<td><img height="37" src="/image/foot_copy2.gif" width="120"></td>
													</tr>
													</tbody>
												</table>
											</td>
										</tr>
										<tr>
											<TD class=foot vAlign=top height=70>
				


                상호 : ㈜누리미디어   대표이사 : 최순일   사업자등록번호 : 116-81-67057<br>
				통신판매업신고번호 :  마포통신 제 5724호   고객정보관리책임자 : 홍성숙<br>
				주소 : 서울시 마포구 대흥동 446번지 광성벤처플라자 5/6층<br>
				대표전화 : 02-707-0496   FAX : 02-717-4305   전자우편(E-mail) : <a href="#" onclick="location.href=('../mail/mail_contactus.asp?addr=dbpia@nurimedia.co.kr');" class="footn">dbpia@nurimedia.co.kr</a>
				
											</td>
										</tr>
									</table>
								</TD>
								<TD width=360 rowSpan=2 align="right" style="background-image:url(/image/foot_bg.gif); background-repeat:repeat-x" bgcolor="#F0F0F0">
									<table width="253" border="0" cellspacing="0" cellpadding="0" ID="Table6">
										<tr>
											<td align="right"><a href="http://krpia.co.kr/" target=_blank><img height=38 src="/image/foot_banner1.gif" width=123 align=absMiddle border=0></a></td>
											<td align="right"><a href="http://bookrail.co.kr/" target=_blank><img height=38 src="/image/foot_banner2.gif" width=123 align=absMiddle border=0></a></td>
										</tr>
									</table>
								</TD>
								<TD width=10 background="/image/foot_bg.gif" rowSpan=2  bgcolor="#F0F0F0">
								</TD>
							</TR>
							</TBODY>
						</TABLE>
					</TD>
				</TR>
				</TBODY>
			</TABLE>
<form name="word_form">

<DIV ID="word_div" style="position:absolute;left:381; top:98;visibility:hidden">

<table border="0" cellspacing="0" cellpadding="0" style="border:solid 0px;width:184;background-color:#fbefef;">
  <tr><td>&nbsp;<b>검색어 추천:</b></td></tr>
  <tr>
    <td align="center">
        <select name="word_select" size=0 style="border:solid 0px;width:182;background-color:#fdf7f7;" onKeyUp="get_query(this.value);" onClick="document.all.query.value=this.value;document.all.query.focus();">
    </td>
  </tr>
  <tr><td height="1"></td></tr>
</table>
</DIV>
</form>

<script type="text/javascript" src="http://log.inside.daum.net/dwi_log/js/dwi.js"></script>
<script type="text/javascript" >
	_dwiPID="d-72v-223";
	if(typeof(_dwiCatch) == "function") { _dwiCatch();}
</script>

    <!--하단 카피라이트 끝 --></td>
  </tr>
</table>
</body>
</html>
