
 


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">    
<title>DMAGAZINE</title>
<!--<script language="JavaScript" src="js/flash.js"></script>-->

<link rel="stylesheet" type="text/css" href="css/main_style.css" />
<script src="/Commonjs/jquery-1.4.1.min.js" type="text/javascript"></script>
<script language="JavaScript" src="js/flash.js"></script>
<script type="text/javascript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<script language="JavaScript">
/*
function setCookie( name, value, expiredays ) {
   var todayDate = new Date();
   todayDate.setDate( todayDate.getDate() + expiredays );
   document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}
function closeWin() {
   if ( document.notice_form.chkbox.checked ) {

      setCookie( "maindiv","done",1 );

   }
   document.all['divpop'].style.visibility = "hidden";
}

function closeWin2() {
   if ( document.notice_form2.chkbox.checked ) {

      setCookie( "maindiv2","done",1 );

   }
   document.all['divpop2'].style.visibility = "hidden";
}
*/
</script>
<script language="javascript" type="text/javascript">
//	$(document).ready(function(){
//		$( '#r_outcnt' ).scrollFollow();
//	});
	
	//레이어팝업
		function setCookie(pop_cookie){
		var expire = new Date();
		expire.setDate(expire.getDate() + 1 );
		document.cookie = pop_cookie + "=1; expires=" +  expire.toGMTString()+ "; path=/";
		}

        function ReadCookie( name )
        {
            var nameOfcookie = name + "=";
             var x = 0;
             while ( x <= document.cookie.length )
             {
                     var y = (x+nameOfcookie.length);
                     if ( document.cookie.substring( x, y ) == nameOfcookie ) {
                             if ( (endOfcookie=document.cookie.indexOf( ";", y )) == -1 )
                                     endOfcookie = document.cookie.length;
                             return unescape( document.cookie.substring( y, endOfcookie ) );
                     }
                     x = document.cookie.indexOf( " ", x ) + 1;
                     if ( x == 0 )
                             break;
             }
             return "";
     
        }

		var n = (document.layers) ? 1:0;
		var ie = (document.all) ? 1:0;

		function overTip(boxObj) 
		{
			if (ie) {
					boxObj.style.visibility = "visible";
					boxObj.filters.item(0).stop();
			}          
		}

		function outTip(boxObj) 
		{
			if (ie) {
				boxObj.style.visibility = "visible";
				boxObj.filters.item(0).transition = 100;
				boxObj.filters.item(0).apply();
				boxObj.style.visibility = "hidden";
				boxObj.filters.item(0).play();
			}else {
			    //boxObj.style.visibility = "hidden";
			    boxObj.style.display = "none";
			}
		}

		function noMoreview()
		{
			setCookie("Event");
			outTip(Layer2);
		}

		function open_Event()
		{
			var ck = ReadCookie( 'Event' );
			//alert(ck);
			if ( ck == '1' ){
				document.all.Layer2.style.visibility = "hidden";
			}else{
			    document.all.Layer2.style.visibility = "visible";
			}
		}

		function noMoreview_1()
		{
			setCookie("Event2");
			outTip(Layer2);
		}

		function open_Event2()
		{
			var ck = ReadCookie( 'Event2' );
			if ( ck == '1' ){
				document.all.Layer2.style.visibility = "hidden";
			}
		} 
		
		window.onload = function() {
	        open_Event();
	    }
		//레이어 팝업 
</script>
</head>

<!--<body onload="MM_preloadImages('images/top/topicon_01_on.gif','images/top/topicon_02_on.gif','images/top/topicon_03_on.gif','images/top/topicon_04_on.gif','images/top/topicon_05_on.gif','images/top/topicon_06_on.gif')">-->
<body>


<!-- 구글로그분석 시작 -->
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-23034460-2']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<!-- 구글로그분석 끝 -->
<!-- container -->

<!--페이스북 플러그인 사용-->
<div id="fb-root">
</div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/ko_KR/all.js#xfbml=1&appId=107949846001107";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!--//페이스북 플러그인 사용-->

<!-- 레이어 팝업 시작-->
<div id="Layer2" style="position:absolute; left:40%; top:207px; width:405; height:350; z-index:1; vertical-align:bottom;  FILTER:revealTrans(duration=1); ">
  <table width="405" height="350" border="0" cellpadding="0" cellspacing="0" style="background-image:url(images/popup/20120508_pop.gif); background-repeat:no-repeat;">
                                    
                                    <tr>
                                      <td></td>
                                      <td height="320" colspan="3"><a href="http://www.d-magazine.co.kr/sub_view.asp?uid=1322"><img src="images/popup/20120508_pop_img.gif" border="0" /></a></td>
                                    </tr>
                                    
                                    <tr style="padding-top:4px;">
                                      <td width="5"></td>
                                      <td width="25" align="right" valign="top"><input type="checkbox" name="checkbox" id="checkbox" onClick="noMoreview();"></td>
                                      <td width="110" align="left" class="style1">&nbsp;</td>
                                      <td height="29" align="right"><a href="javascript:outTip(Layer2);"><img src="images/popup/pop_close.gif"></a></td>
    </tr>
                                  </table>
</div>
				<!--레이어 팝업 끝-->  

            
<div id="container">
       <!--tab-->
					<!--div id="Layer1" style="position:absolute; left:50%; margin-left:-550px; top:50px; width:70px; height:70px; z-index:999;">
					 <script language="javascript">flash('70','70',"images/tab1.swf");</script>
					</div-->
			 <!--tab-->

    <!-- wrapper -->
    <div id="wrapper">

            <!-- header include 시작-->
            <div id="header" style="margin-bottom:10px;">
                <link rel="SHORTCUT ICON" href="http://d-magazine.co.kr/images/dm_favicon.ico" />

<script type="text/javascript">
    function focusTopSearch(item) {
        if (item.className == "input_search") {
            item.value = "";
            item.className = "input_search_clk";
        }
    }

    
</script>          
<script type="text/javascript" language="javascript">

    $(function () {

        $("#blog").click(function () {    //blog 클릭

            $(this)
                .removeAttr("src")
                .attr("src", "/images/leftmenu/ico_blog_on.gif");

            $("#blogDiv")
                .css("display", "block");

            $("#contributor")
                .removeAttr("src")
                .attr("src", "/images/leftmenu/ico_contri_off.gif");

            $("#contributorDiv")
                .css("display", "none");
        });

        $("#contributor").click(function () {    //contributor 클릭

            $(this)
                .removeAttr("src")
                .attr("src", "/images/leftmenu/ico_contri_on.gif");

            $("#contributorDiv")
                .css("display", "block");

            $("#blog")
                .removeAttr("src")
                .attr("src", "/images/leftmenu/ico_blog_off.gif");

            $("#blogDiv")
                .css("display", "none");
        });

        $("#LoginOK").click(function () {        //로그인처리

            if ($("#UserID").val() == '') {
                alert('Check Your ID');
                return false;
            }

            if ($("#Passwd").val() == '') {
                alert('Check Your Password');
                return false;
            }

            var UserID = $("#UserID").val();
            var Passwd = $("#Passwd").val();

            $.post("login_proc.asp", { UserID: UserID, Passwd: Passwd }, function (data, textStatus) {

                if (data == "true") {
                    //alert(data);
                    document.location.replace('pass_site.asp');
                }
                else if (data == "false2") {
                    //alert('회원가입을 하셔야 합니다.');
                    document.location.href('join.asp');
                }
                else if (data == "false1") {
                    //alert('등록된 아이디와 비밀번호가 일치하지 않습니다.\n\n다시한번 확인해 주시기 바랍니다.');
                    document.location.href('find.asp');
                }

            });
        });


        $("#FindOK").click(function () {        //회원아이디 검색

            if ($("#name").val() == '') {
                alert('Check Your Name');
                return false;
            }

            if ($("#resNo1").val() == '') {
                alert('Check Your resNo1');
                return false;
            }

            if ($("#resNo2").val() == '') {
                alert('Check Your resNo2');
                return false;
            }

            var name = $("#name").val();
            var resNo1 = $("#resNo1").val();
            var resNo2 = $("#resNo2").val();

            if (fnJuminCheck(resNo1, resNo2) == 'false') {
                alert('Invaild resNo');
                return false;
            }

            $.post("find_proc.asp", { name: name, resNo1: resNo1, resNo2: resNo2 }, function (data, textStatus) {

                if (data == "") {
                    alert('Invalid ID & Password');
                    return false;
                }
                else {

                    $("#FindOKDiv")
                        .css("display", "block");

                    $("#FindOKSpan").text(data);

                }
            });
        });

    });
</script>
		<!-- designer group swf -->
        <div id="Layer1" style="position:absolute; left:50%; margin-left:-590px; top:210px; width:124px; height:152px; z-index:999;">
		<a href="http://designer-group.com" target="_blank"><img src="/images/main/dg_book_banner.gif" border="0" /></a>        </div>
        
        <!-- side banner -->
        <div style="position:absolute; left:50%; margin-left:-600px; top:237px; width:100px; z-index:999;">
        <!--<img src="/images/main/banner_bg1.gif" />
        <a href="http://d-magazine.co.kr/sub_view.asp?uid=1191"><img src='/images/main/dm_socks.gif'  onMouseOver="this.src='/images/main/dm_socks_over.gif'" onMouseOut="this.src='/images/main/dm_socks.gif'"></a>-->
        <!--<img src="/images/main/banner_bg2.gif" />
        <a href="http://d-magazine.co.kr/sub_view.asp?uid=1244"><img src='/images/main/museum.gif'  onMouseOver="this.src='/images/main/museum_over.gif'" onMouseOut="this.src='/images/main/museum.gif'"></a>-->
		<!--<img src="/images/main/banner_bg2.gif" />-->
      <!--   <img src="/images/main/banner_bg2.gif" />
        <a href="http://www.d-magazine.co.kr/sub_view.asp?uid=820"><img src='/images/main/banner3.gif'  onMouseOver="this.src='/images/main/banner3_on.gif'" onMouseOut="this.src='/images/main/banner3.gif'"></a> -->
      
             </div>
             
             <!--그램 시작-->
             <div style="position:absolute; right:50%; margin-right:-650px; top:250px; width:160px; height:600px; z-index:999;">
       <script type="text/javascript" language="javascript" src="http://www2.glam.com/app/site/affiliate/viewChannelModule.act?mName=viewAdJs&affiliateId=1641403706&adSize=160x600"></script>
        </div>
             
             <!--그램 끝-->
<div id="logo">
						 <table width="100%" cellspacing="0" cellpadding="0">
							<tr>
                            
								<td width="174px"><a href="/"><img src="/images/top/logo.gif" alt="DMAGAZINE"></a></td>
								<td width="677px" align="right">
									 <table width="400px" cellspacing="0" cellpadding="0">
											<tr>
												<td width="400px" align="right">
                                                <form name="searchFrm" method="post" action="/sub_search.asp">
                                                    <input class="input_search" type="text" size="30" maxlength="30" id="search_word" name="search_word"  onFocus="focusTopSearch(this);"/>
                                                </form>												</td>
											</tr>
											<tr>
												<td width="400px" height="54px"></td>
											</tr>
                                            
											<tr>
												<td width="400px">
												    <img src="/images/top/txt_id.gif" alt="ID" />
                                                    <input class="input_b" type="text" id="UserID" name="UserID" size="11" maxlength="30" />&nbsp;&nbsp;&nbsp;
                                                    <img src="/images/top/txt_pw.gif" alt="pw" />
                                                    <input class="input_b" type="password" id="Passwd" name="Passwd" size="12" maxlength="30" />&nbsp;&nbsp;
                                                    <input id="LoginOK" type="image" src="/images/top/btn_login.gif" value="submit">
                                                    <img src="../images/top/btn_join.gif" alt="JOIN DMAGAZINE / FIND ID/PW" usemap="#join" style="margin-top:5px;" />
												    <map name="join" id="join">
					                    <area shape="rect" coords="-2,0,99,18" href="/join.asp" />
												        <area shape="rect" coords="102,1,172,17" href="/find.asp" />
											      </map>												</td>
											</tr>
                                            
										 </table>
								
							  </td>
							</tr>
						 </table>
					</div>
					<div id="globalNav">
                        <table width="100%" cellspacing="0" cellpadding="0">
                        <tr>
                            <td align="left" width="60" height="14">
                            <a href="/sub_fashion.asp?code=basic001"><img src="/images/top/topicon_01_off.gif" alt="FASHION" id="Image1" onmouseover="MM_swapImage('Image1','','/images/top/topicon_01_on.gif',1)" onmouseout="MM_swapImgRestore()"  border="0"/></a></td>
                            <td align="left" width="89" height="14">
                            <a href="/sub_art_design.asp?code=Viewport"><img src="/images/top/topicon_02_off.gif" alt="ART/DESIGN" id="Image2" onmouseover="MM_swapImage('Image2','','/images/top/topicon_02_on.gif',1)" onmouseout="MM_swapImgRestore()"  border="0"/></a></td>
                            <td align="left" width="55" height="14">
                            <a href="/sub_videos.asp?code=Previewport"><img src="/images/top/topicon_03_off.gif" alt="VIDEOS" id="Image3" onmouseover="MM_swapImage('Image3','','/images/top/topicon_03_on.gif',1)" onmouseout="MM_swapImgRestore()"  border="0"/></a></td>
                          <td align="left" width="72" height="14">
                            <a href="/sub_article.asp?code=young001"><img src="/images/top/topicon_04_off.gif" alt="ARTICLES" id="Image4" onmouseover="MM_swapImage('Image4','','/images/top/topicon_04_on.gif',1)" onmouseout="MM_swapImgRestore()"  border="0"/></a></td>
                            <td align="left" width="63" height="14">
                            <a href="/sub_designer.asp?code=designer1"><img src="/images/top/topicon_05_off.gif" alt="YOUNG DESIGNERS" id="Image5" onmouseover="MM_swapImage('Image5','','/images/top/topicon_05_on.gif',1)" onmouseout="MM_swapImgRestore()"  border="0"/></a></td>
                            <td align="left">
                            <a href="/sub_blog.asp?code=BLOG1"><img src="/images/top/topicon_06_off.gif" alt="BLOG" id="Image6" onmouseover="MM_swapImage('Image6','','/images/top/topicon_06_on.gif',1)" onmouseout="MM_swapImgRestore()"  border="0"/></a></td>
                          <td align="right"><a href="http://designer-group.com/lounge/post.rss.asp" target="_blank"><img src="/images/main/rss.gif" alt="RSS"  /></a></td>
                            <td width="230" align="right">
                                <img src="/images/top/topico_sns.gif" alt="FACEBOOK / TWITTER / ME2DAY / NEWSLETTER" usemap="#sns" />
                                <map name="sns" id="sns">
                                <area shape="rect" coords="1,0,73,27" href="https://www.facebook.com/#!/dg.dmag" target="_blank"/>
                                <area shape="rect" coords="82,1,151,15" href="http://twitter.com/designer_group" target="_blank"/>
                                <area shape="rect" coords="163,1,222,16" href="http://me2day.net/dg_dmagazine" target="_blank"/>
                                </map>
                            </td>
                        </tr>
                        </table>
                        <table width="100%" cellpadding="0" cellspacing="0">
                        <tr><td height="8px"></td></tr>
                        <tr><td height="5px" bgcolor="#000000"></td></tr>
                        <tr><td height="10px"></td></tr>
                        </table>
                    </div>
			   <!--탑메뉴 끝-->

 </div>

            <!-- header include 끝-->

               <!--body 시작-->
            
                <!--contents-->
				<div id="visual">
				       <div id="fashion">
					      <table cellspacing="0" cellpadding="0">
									 <tr>
                                        
										<td valign="top">

												<table width="100%" cellspacing="0" cellpadding="0">
													 <tr>
														<td>
														     <a href="/sub_sub_fashion.asp?cate=43"><img src="images/top/m_lookbook.gif" style="padding-bottom:5px;"  border="0"/></a>
														</td>
													 </tr>
													 <tr>
														<td>
                                                            <a href="sub_view.asp?uid=1313" target="_self">
                                                             <img src="http://www.designer-group.com/data/rental/editor/201204/180x100%2E9.jpg">
                                                            </a>
														</td>
													 </tr>
													 <tr>
														<td class="title">
                                                            <a href="sub_view.asp?uid=1313" target="_self">
                                                             Lube : Pester 2012ss
                                                            </a>
														</td>
													 </tr>
													 <tr>
														<td class="btxt" >
                                                            <a href="sub_view.asp?uid=1313" target="_self">
                                                            페스터Pester의 설립자이자 디자이너 노모토 미에이코野元　美詠子는 1994년 여자 미술 단기 대학 의류학과를 졸업, 다음 해 1995년에 문화복장학원 복장과 복식 연구과에 편입하여 졸업을 마쳤다. 같은 해
                                                            </a>
														</td>
													 </tr>
												</table>
									   </td>
										 <td width="13px"></td>
                                         
										<td valign="top">

												<table width="100%" cellspacing="0" cellpadding="0">
													 <tr>
														<td>
														     <a href="/sub_designer.asp?code=designer1"><img src="images/top/m_contributor.gif" style="padding-bottom:5px;"  border="0"/></a>
														</td>
													 </tr>
													 <tr>
														<td>
                                                            <a href="sub_view.asp?uid=1328" target="_self">
                                                             <img src="http://www.designer-group.com/data/rental/editor/201205/180x100%2E2.jpg">
                                                            </a>
														</td>
													 </tr>
													 <tr>
														<td class="title">
                                                            <a href="sub_view.asp?uid=1328" target="_self">
                                                             왜 안돼&nbsp;<img src="images/main/ico_new.gif" valign="middle" alt="new" />
                                                            </a>
														</td>
													 </tr>
													 <tr>
														<td class="btxt" >
                                                            <a href="sub_view.asp?uid=1328" target="_self">
                                                            “나 옷에 안경달래..”“안경을 옷에 왜 달아…”“왜 안돼? 옷에 안경 달면안되?”“그걸 누가사”   “등 가운데 크게 터서 손 넣을 수 있게 어때?”“뒤를 그렇게 크게 왜 뚫어 바람 들어와”“왜 안돼? 남자 손도 따뜻할권리가 있어!”“니 맘대로 하세요 그걸 누가 사”    “자켓 엉덩이에 얼굴 달고 싶어!”“너 그..
                                                            </a>
														</td>
													 </tr>
												</table>
									   </td>
										 <td width="13px"></td>
                                        
									 </tr>
								</table>
								<table class="mt20"  width="100%" cellspacing="0" cellpadding="0">
									 <tr>
										<td valign="top">
										    <table width="100%" cellspacing="0" cellpadding="0">
													 <tr>
														<td>
														     <a href="/sub_sub_fashion.asp?cate=45"><img src="images/top/m_collection.gif" style="padding-bottom:5px;"  border="0"/></a>
														</td>
													 </tr>
													 <tr>
														<td>
                                                            <a href="sub_view.asp?uid=1324" target="_self">
                                                             <img src="http://www.designer-group.com/data/rental/editor/201205/180x100%2E1.jpg"> 
                                                            </a>
														</td>
													 </tr>
													  <tr>
														<td class="title">
                                                            <a href="sub_view.asp?uid=1324" target="_self">
                                                             FW 12 An homage to the ..
                                                            </a>
														</td>
													 </tr>
													 <tr>
														<td class="btxt">
                                                            <a href="sub_view.asp?uid=1324" target="_self">
                                                             쿠만 오은환 바이 유혜진(Kumann OH EUN HWAN by HyeJinYoo), 그녀의 미학에 기초한 감성은 12 f/w 이번 시즌에도 주목해야 할 부분이다. 지난 두 시즌은 ‘인터렉티브 LED라이팅’ 기능을 이용하여 시각의 미적 감각을 자극했다면,이번 시즌에는 진중한 조화의 아름다움을 보여주었다...
                                                            </a>                                                        
														</td>
													 </tr>
												</table>
										 </td>
										 <td width="13px">
										 </td>
                                         <td valign="top">
										      <table width="100%" cellspacing="0" cellpadding="0">
													 <tr>
														<td>
														     <a href="/sub_sub_fashion.asp?cate=46"><img src="images/top/m_model.gif" style="padding-bottom:5px;"  border="0"/></a>
														</td>
													 </tr>
													 <tr>
														<td>
                                                            <a href="sub_view.asp?uid=1269" target="_self">
                                                             <img src="http://www.designer-group.com/data/rental/editor/201202/180.jpg"> 
                                                            </a>
														</td>
													 </tr>
													 <tr>
														<td class="title">
                                                            <a href="sub_view.asp?uid=1269" target="_self">
                                                             박진태 ( Park Jintae)
                                                            </a>
														</td>
													 </tr>
													 <tr>
														<td class="btxt">
                                                            <a href="sub_view.asp?uid=1269" target="_self">
                                                             Name : 박진태 ( Park Jintae)weight : 68kgheight : 186cmshose : 280mm안녕하세요 :)이제 막 시작하는 신인 모델 입니다열심히 하겠습니다 ! ... project0126@naver.com
                                                            </a>                                                                
														</td>
													 </tr>
												</table>
										 </td>
									 </tr>
								</table>
					   
					   </div>
					   <!--fashion-->
					   <div id="young">
					                   <table width="100%" cellspacing="0" cellpadding="0">
													 <tr>
														<td width="300px" valign="top">
														    <!--young designer-->
															<table width="100%" cellspacing="0" cellpadding="0">
															    <tr>
																	<td>
																		   <a href="/sub_sub_article.asp?cate=19"><img src="images/top/m_project.gif" style="padding-bottom:5px;"  border="0"/></a>
																	</td>
																 </tr>
																 <tr>
																	<td width="300px">
                                                                        <a href="sub_view.asp?uid=1250" target="_self">
                                                                            <img src="http://www.designer-group.com/data/rental/editor/201201/300x148.3.jpg"> 
                                                                        </a>
																	</td>
																 </tr>
																 <tr>
																	<td class="title">
                                                                        <a href="sub_view.asp?uid=1250" target="_self">
                                                                         이야기가 모이는 &#39모임&#39 첫 번째
                                                                        </a>
																	</td>
																 </tr>
																 <tr>
																	<td class="btxt">
                                                                        <a href="sub_view.asp?uid=1250" target="_self">
                                                                         이야기가 모이는 &#39모임&#39 첫 번째 우리 개개인은 서로 다른 얼굴입니다. 하지만 우리는 서로 다르지 않습니다. 어쩌면 인간의 삶이란 서로 다른 생을 끊임없이 포개고 또 끌어안는 것일지도 모릅니다. 한 개인의 삶과 생각, 계획, 욕망들이 다른 사람의 것과 포개어 놓았을 때 나와 저가 그리 다르지 않다는 걸 안다는 것은 참..
                                                                        </a>            																		
																	</td>
																 </tr>
																
															</table>
															<!--young designer-->

														</td>
														<td width="24px"></td>
														<td width="179px" valign="top">
														    <!--young designer-->
															<table width="100%" cellspacing="0" cellpadding="0">
															    <tr>
																	<td>
																		   <a href="/sub_sub_article.asp?cate=38"><img src="images/top/m_interviews.gif" style="padding-bottom:5px;"  border="0"/></a>
																	</td>
																 </tr>
																 <tr>
																	<td width="300px">
                                                                        <a href="sub_view.asp?uid=1320" target="_self">
                                                                            <img src="http://www.designer-group.com/data/rental/editor/201205/179165.jpg"> 
                                                                        </a>
																	</td>
																 </tr>
																 <tr>
																	<td class="title">
                                                                        <a href="sub_view.asp?uid=1320" target="_self">
                                                                         LEE WONJUN
                                                                        </a>
																	</td>
																 </tr>
																 <tr>
																	<td class="btxt">
                                                                        <a href="sub_view.asp?uid=1320" target="_self">
                                                                         단편영화 작업와 함께 마이큐를 비롯한 수많은 가수의 뮤직비디오 작업을 한 이원준 감독 늘 갇혀있지 않은 새로운 시..
                                                                        </a>          
																	</td>
																 </tr>
																
															</table>
															<!--young designer-->
														</td>
													 </tr>
													 <tr>
													    <td height="25px">
														</td>
													  </tr>
													 <tr>
													    <td colspan="3" height="1px" bgcolor="#e3e3e3">
														</td>
													  </tr>
													 
												</table>
					   
					   </div>
					   <div id="article">
					          <table width="100%" cellspacing="0" cellpadding="0">
															    <tr>
																	<td colspan="4">
																		   <a href="/sub_sub_article.asp?cate=20"><img src="images/top/m_reporting.gif" style="padding-bottom:5px;"  border="0"/></a>
																	</td>
																	<td>
																		   <a href="/sub_sub_article.asp?cate=66"><img src="images/top/m_column.gif" style="padding-bottom:5px;"  border="0"/></a>
																	</td>
											                     </tr>
																 <tr>
                                                                    
																	<td width="159px" valign="top">
																	     <table width="100%" cellspacing="0" cellpadding="0">
																		    <tr>
																	           <td>
                                                                                <a href="sub_view.asp?uid=1327" target="_self">
                                                                                    <img src="http://www.designer-group.com/data/rental/editor/201205/159x138%2E1.jpg"> 
                                                                                </a>
                                                                               </td>
																			</tr>
																			<tr>
																	           <td class="title">
                                                                                <a href="sub_view.asp?uid=1327" target="_self">
                                                                                 DAF 2012
                                                                                </a>
																			   </td>
																			</tr>
																			<tr>
																	           <td class="btxt">
                                                                                <a href="sub_view.asp?uid=1327" target="_self">
                                                                                 예술의 전당 한가람미술관에서 4월21일부터 29일까지 전시를 가졌던Design&am..
                                                                                </a>          
																			   </td>
																			</tr>
																	  </table>
																   </td>
																	 <td width="13px">
																	 </td>
                                                                    
																	<td width="159px" valign="top">
																	     <table width="100%" cellspacing="0" cellpadding="0">
																		    <tr>
																	           <td>
                                                                                <a href="sub_view.asp?uid=1325" target="_self">
                                                                                    <img src="http://www.designer-group.com/data/rental/editor/201205/159x138.jpg"> 
                                                                                </a>
                                                                               </td>
																			</tr>
																			<tr>
																	           <td class="title">
                                                                                <a href="sub_view.asp?uid=1325" target="_self">
                                                                                 부산 소규모 출판 서점, SHOPMAKER..
                                                                                </a>
																			   </td>
																			</tr>
																			<tr>
																	           <td class="btxt">
                                                                                <a href="sub_view.asp?uid=1325" target="_self">
                                                                                 우리의 일상 속에 들어서는 특별한 책들을 이젠 부산에서도 만나볼 수 있게 되었다. 샵메이커즈..
                                                                                </a>          
																			   </td>
																			</tr>
																	  </table>
																   </td>
																	 <td width="13px">
																	 </td>
                                                                    
																	<td width="159px" valign="top">
																	     <table width="100%" cellspacing="0" cellpadding="0">
																		    <tr>
																	           <td>
                                                                                <a href="sub_view.asp?uid=1302" target="_self">
                                                                                    <img src="http://www.designer-group.com/data/rental/editor/201204/159x138%2E1.jpg"> 
                                                                                </a>
                                                                               </td>
																			</tr>
																			<tr>
																	           <td class="title">
                                                                                <a href="sub_view.asp?uid=1302" target="_self">
                                                                                 봄의 노랑남자
                                                                                </a>
																			   </td>
																			</tr>
																			<tr>
																	           <td class="btxt">
                                                                                <a href="sub_view.asp?uid=1302" target="_self">
                                                                                 잠이, 너어무 아니 온다. 일기나 쓰려고 책상에 앉았더니 꼬르륵 소리가 난다. 다행인지 집엔..
                                                                                </a>          
																			   </td>
																			</tr>
																	  </table>
																   </td>
																	 <td width="13px">
																	 </td>
                                                                    
																  <tr>
															</table>
                       </div>
					   <div>
					         <table width="100%" cellspacing="0" cellpadding="0">
							    <tr>
								   <td height="1px" bgcolor="#e3e3e3">
								   </td>
								 </tr>
							 </table>
					   </div>
                       <div id="video">
					          <table width="100%" cellspacing="0" cellpadding="0">
							      <colgroup>
								     <col width="277px">
									 <col width="13px">
									 <col width="*">
								  </colgroup>
									 <tr>
										 <td colspan="2"><a href="/sub_videos.asp?code=Previewport"><img src="images/top/m_video.gif" style="padding-bottom:5px;"  border="0"/></a></td>
										 <td><a href="/sub_sub_fashion.asp?cate=44"><img src="images/top/m_fashion.gif" style="padding-bottom:5px;"  border="0"/></a></td>
									  </tr>
									  <tr>
									    
										 <td>
										     <table width="100%" cellspacing="0" cellpadding="0">
												  <colgroup>
													 <col width="112px">
													 <col width="*">
												  </colgroup>
													  <tr>
														 <td>
                                                            <a href="sub_view.asp?uid=1314" target="_self">
                                                                <img src="http://www.designer-group.com/data/rental/editor/201204/101x101.jpg"> 
                                                            </a>
                                                         </td>
													     <td valign="top">
														     <table width="100%" cellspacing="0" cellpadding="0">
															     <tr>
																	  <td class="title" valign="top">
                                                                        <a href="sub_view.asp?uid=1314" target="_self">
                                                                            존재의 탄생, Erik Ohrstrom 20..
                                                                        </a>
                                                                      </td>
																 </tr>
																 <tr>
																	  <td class="btxt" valign="top">
                                                                        <a href="sub_view.asp?uid=1314" target="_self">
                                                                            세계는 사물들의 총체가 아니라 사실들의 총체이다.-      비트겐슈타인  비트겐슈타인은 사람들이 사물의 목적 또는 기능을 그 사물의 본질인 양 착각한다고 말했다. 이러한 사유는 플라톤과 아리스..
                                                                        </a>     
                                                                      </td>
																 </tr>
														   </table>
														</td>
											   </tr> 
										   </table>
										 </td>
										 <td></td>
                                        
										 <td>
										     <table width="100%" cellspacing="0" cellpadding="0">
												  <colgroup>
													 <col width="112px">
													 <col width="*">
												  </colgroup>
													  <tr>
														 <td>
                                                            <a href="sub_view.asp?uid=1228" target="_self">
                                                                <img src="http://www.designer-group.com/data/rental/editor/201201/101x101.1.jpg"> 
                                                            </a>
                                                         </td>
													     <td valign="top">
														     <table width="100%" cellspacing="0" cellpadding="0">
															     <tr>
																	  <td class="title" valign="top">
                                                                        <a href="sub_view.asp?uid=1228" target="_self">
                                                                            Karl Lagerfeld &quotwork i..
                                                                        </a>
                                                                      </td>
																 </tr>
																 <tr>
																	  <td class="btxt" valign="top">
                                                                        <a href="sub_view.asp?uid=1228" target="_self">
                                                                            시대가 영웅을 만드는 것 인가. 영웅이 시대를 이끄는 것 인가. 우리는 살면서 많은 이야기를 접하고, 그 안에서 새로운 이슈를 만나게된다. 적어도 패션에 관심이 있는 사람이라면, 칼 라거펠트라는..
                                                                        </a>     
                                                                      </td>
																 </tr>
														   </table>
														</td>
											   </tr> 
										   </table>
										 </td>
									    
									  </tr>
							  </table>
							  <!--art-->
					          <table class="mt30" width="100%" cellspacing="0" cellpadding="0">
												  <colgroup>
													 <col width="132px">
													 <col width="13px">
													  <col width="132px">
													 <col width="13px">
													  <col width="132px">
													 <col width="13px">
													  <col width="*">
													
												  </colgroup>
													  <tr>
														 <td colspan="4"><a href="/sub_art_design.asp?code=Viewport"><img src="images/top/m_art.gif" style="padding-bottom:10px;"  border="0"/></a></td>
														 <td colspan="2"><a href="/sub_sub_article.asp?cate=94"><img src="images/top/m_showroom.gif" style="padding-bottom:10px;"  border="0"/></td>
														 <td><a href="/sub_sub_fashion.asp?cate=65"><img src="images/top/m_re_coll.gif" style="padding-bottom:10px;"  border="0"/></a></td>
													  </tr>
													   <tr>
                                                        
													     <td valign="top">
														      <table width="100%" cellspacing="0" cellpadding="0">
															     <tr>
																    <td>
                                                                        <a href="sub_view.asp?uid=1315" target="_self">
                                                                            <img src="http://www.designer-group.com/data/rental/editor/201204/andrew131101.jpg"> 
                                                                        </a>
                                                                   </td>
																 </tr>
															     <tr>
																	  <td class="title" valign="top">
                                                                        <a href="sub_view.asp?uid=1315" target="_self">
                                                                            Andrew Myersar
                                                                        </a>
                                                                      </td>
																 </tr>
																 <tr>
																	  <td class="btxt" valign="top">
                                                                        <a href="sub_view.asp?uid=1315" target="_self">
                                                                            &#39Screw Art&#39 www...
                                                                        </a>
                                                                      </td>
																 </tr>
															  </table>
														 </td>
															<td></td>
                                                        
													     <td valign="top">
														      <table width="100%" cellspacing="0" cellpadding="0">
															     <tr>
																    <td>
                                                                        <a href="sub_view.asp?uid=1245" target="_self">
                                                                            <img src="http://www.designer-group.com/data/rental/editor/201201/131X101.4.jpg"> 
                                                                        </a>
                                                                   </td>
																 </tr>
															     <tr>
																	  <td class="title" valign="top">
                                                                        <a href="sub_view.asp?uid=1245" target="_self">
                                                                            마담롤리나, 주정아
                                                                        </a>
                                                                      </td>
																 </tr>
																 <tr>
																	  <td class="btxt" valign="top">
                                                                        <a href="sub_view.asp?uid=1245" target="_self">
                                                                            &quotI l l u s t r a t e r..
                                                                        </a>
                                                                      </td>
																 </tr>
															  </table>
														 </td>
															<td></td>
                                                        
													     <td valign="top">
														      <table width="100%" cellspacing="0" cellpadding="0">
															     <tr>
																    <td>
                                                                        <a href="sub_view.asp?uid=1263" target="_self">
                                                                            <img src="http://www.designer-group.com/data/rental/editor/201202/%B5%E5%B8%B5%C5%A9%BD%BA%C4%B5%C4%DA%B5%E5131x101.1.jpg"> 
                                                                        </a>
                                                                   </td>
																 </tr>
															     <tr>
																	  <td class="title" valign="top">
                                                                        <a href="sub_view.asp?uid=1263" target="_self">
                                                                            DRINKSCANCODE
                                                                        </a>
                                                                      </td>
																 </tr>
																 <tr>
																	  <td class="btxt" valign="top">
                                                                        <a href="sub_view.asp?uid=1263" target="_self">
                                                                            
                                                                        </a>
                                                                      </td>
																 </tr>
															  </table>
														 </td>
															<td></td>
													    
													     <td valign="top">
														      <table width="100%" cellspacing="0" cellpadding="0">
															     <tr>
																    <td>
                                                                        <a href="sub_view.asp?uid=1318" target="_self">
                                                                            <img src="http://www.designer-group.com/data/rental/editor/201204/131101%2E5.jpg"> 
                                                                        </a>
                                                                   </td>
																 </tr>
															     <tr>
																	  <td class="title" valign="top">
                                                                        <a href="sub_view.asp?uid=1318" target="_self">
                                                                            Hubert De Givenchy
                                                                        </a>
                                                                      </td>
																 </tr>
																 <tr>
																	  <td class="btxt" valign="top">
                                                                        <a href="sub_view.asp?uid=1318" target="_self">
                                                                            1927년 프랑스 보베(Beauvais)..
                                                                        </a>
                                                                      </td>
																 </tr>
															  </table>
														 </td>
													    
													   </tr> 
								</table>
							   <!--art-->
							   <!--ad-->
							   <table class="mt30" width="100%" cellspacing="0" cellpadding="0">
												  <colgroup>
													 <col width="295px">
													 <col width="30px">
													 <col width="231px">
													
												  </colgroup>
													  <tr>
														 <td valign="top">
														    <a href="/sub_sub_fashion.asp?cate=47"><img src="images/top/m_event.gif" style="padding-bottom:5px;"  border="0"/></a>
														        <!--ad/campaign--> 
                                                                  <table width="295px" cellspacing="0" cellpadding="0">
																		  <colgroup>
																			 <col width="141px">
																			 <col width="13px">
																			  <col width="*">
																		   </colgroup>
																		<tr>
                                                                        
																		   <td valign="top">
																		    <table width="100%" cellspacing="0" cellpadding="0">
																					<tr>
																					  <td>
                                                                                        <a href="sub_view.asp?uid=1326" target="_self">
                                                                                            <img src="http://www.designer-group.com/data/rental/editor/201205/141x119.jpg"> 
                                                                                        </a>
                                                                                      </td>
																					 </tr>
																					 <tr>
																						  <td class="title" valign="top">
                                                                                            <a href="sub_view.asp?uid=1326" target="_self">
                                                                                             디매거진 창간호 기념 파티 with LIE
                                                                                            </a>
                                                                                          </td>
																					 </tr>
																					 <tr>
																						  <td class="btxt" valign="top">
                                                                                            <a href="sub_view.asp?uid=1326" target="_self">
                                                                                             디매거진 첫 창간호 기념 파티가 오는 5월12일(토) 홍대 편집샵 LIE(라이)에서 열립니다.더불어 LIE..
                                                                                            </a>          
                                                                                          </td>
																					 </tr>
																				</table>
																		     </td>
																		      <td></td>
                                                                        
																		   <td valign="top">
																		    <table width="100%" cellspacing="0" cellpadding="0">
																					<tr>
																					  <td>
                                                                                        <a href="sub_view.asp?uid=1310" target="_self">
                                                                                            <img src="http://www.designer-group.com/data/rental/editor/201204/141x119%2E2.jpg"> 
                                                                                        </a>
                                                                                      </td>
																					 </tr>
																					 <tr>
																						  <td class="title" valign="top">
                                                                                            <a href="sub_view.asp?uid=1310" target="_self">
                                                                                             핀 율 탄생 100주년 전
                                                                                            </a>
                                                                                          </td>
																					 </tr>
																					 <tr>
																						  <td class="btxt" valign="top">
                                                                                            <a href="sub_view.asp?uid=1310" target="_self">
                                                                                             대림미술관이 오는 4월 26일부터 9월 23일까지 스칸디나비아 가구의 거장 핀 율(Finn Juhl, ..
                                                                                            </a>          
                                                                                          </td>
																					 </tr>
																				</table>
																		     </td>
																		      <td></td>
                                                                                                                                                

																		</tr>
																   </table>
																<!--ad/campaign--> 
														  </td>
                                                         <td></td>
														 <td rowspan="2" align="left" valign="top">
														 <!--column-->
														 <table width="100%" cellspacing="0" cellpadding="0">
															  <colgroup>
																 <col width="106px">
																 <col width="*">
															  </colgroup>
															      <tr>
																	 <td colspan="2"><a href="/sub_blog.asp?code=BLOG1"><img src="images/top/m_blog.gif" style="padding-bottom:10px;"  border="0"/></a></td>
																  </tr>
                                                                    
																  <tr>
																	 <td>
                                                                        <a href="sub_view.asp?uid=1308" target="_self">
                                                                            <img src="http://www.designer-group.com/data/rental/editor/201204/ghghghghio.jpg"></P> 
                                                                        </a>
                                                                     </td>
																	 <td valign="top">
																		 <table width="100%" cellspacing="0" cellpadding="0">
																			 <tr>
																				<td class="title" valign="top">
                                                                                    <a href="sub_view.asp?uid=1308" target="_self">
                                                                                        티이라 화보 스케치컷
                                                                                    </a></td>
																		   </tr>
																			 <tr>
																				<td class="btxt" valign="top">
                                                                                    <a href="sub_view.asp?uid=1308" target="_self">
                                                                                     안뇽하세요 오랜만!입니다.박수 짝짝짝~~~~~~~~~~~~~~~~~~~~~~~오늘 올릴 내용은 오랜만에 스케치컷들 입니다.이번 티아라 화보촬영때 노아이엠에서 소품..</a></td>
																			 </tr>
																		  </table>
																	</td>
																   </tr> 
                                                                    
																  <tr>
																	 <td>
                                                                        <a href="sub_view.asp?uid=1299" target="_self">
                                                                            <img src="http://www.designer-group.com/data/rental/editor/201204/94x91.jpg"> 
                                                                        </a>
                                                                     </td>
																	 <td valign="top">
																		 <table width="100%" cellspacing="0" cellpadding="0">
																			 <tr>
																				<td class="title" valign="top">
                                                                                    <a href="sub_view.asp?uid=1299" target="_self">
                                                                                        욕망의 삶
                                                                                    </a></td>
																		   </tr>
																			 <tr>
																				<td class="btxt" valign="top">
                                                                                    <a href="sub_view.asp?uid=1299" target="_self">
                                                                                     삶을 사는 법, 이랄까. 사실 삶을 산다는 것은 이 법칙을 세워 지켜 나가는 것일지도 모르겠다. 서로 다른 세계를 가진 사람들이 끊임없이 시간을 갉아먹..</a></td>
																			 </tr>
																		  </table>
																	</td>
																   </tr> 
                                                                    
																  <tr>
																	 <td>
                                                                        <a href="sub_view.asp?uid=1285" target="_self">
                                                                            <img src="http://www.designer-group.com/data/rental/editor/201203/94x91%2E2.jpg"> 
                                                                        </a>
                                                                     </td>
																	 <td valign="top">
																		 <table width="100%" cellspacing="0" cellpadding="0">
																			 <tr>
																				<td class="title" valign="top">
                                                                                    <a href="sub_view.asp?uid=1285" target="_self">
                                                                                        MONOLIK 대표 강인혜 씨 취재
                                                                                    </a></td>
																		   </tr>
																			 <tr>
																				<td class="btxt" valign="top">
                                                                                    <a href="sub_view.asp?uid=1285" target="_self">
                                                                                     0.새로 입사한 예진이와 인터뷰 취재를 다녀왔다. 1.강인혜 씨는 모놀릭 운영에 앞서 음악을 작곡, 편곡하는 DJ였고 현재도 지속적으로 음악 작업을..</a></td>
																			 </tr>
																		  </table>
																	</td>
																   </tr> 
                                                                    
														  </table>
                                                          <!--column-->

                                                         </td>
							   						  </tr>


													  <tr>
														 <td valign="top">
														       <!--notice-->
                                                               <table width="100%" cellspacing="0" cellpadding="0">
																	<tr>
																		<td><a href="http://d-magazine.co.kr/sub_sub_fashion.asp?cate=96"><img class="mt30 mb12" src="images/top/m_notice.gif" alt="notice&news" /></a></td>
															     </tr>
																	<tr>
																		<td>
																		     <!--list-->
																		     <table width="100%" cellspacing="0" cellpadding="0">
                                                                                
																					<tr>
																						<td class="notice">
                                                                                            <a href="sub_view.asp?uid=1322" target="_self">
                                                                                                Dare&#39s noting magazine - D-magazin..
                                                                                            </a>
																						</td>
																					</tr>
                                                                                
																					<tr>
																						<td class="notice">
                                                                                            <a href="sub_view.asp?uid=1317" target="_self">
                                                                                                [WANTED] 모델/피팅 모델 모집
                                                                                            </a>
																						</td>
																					</tr>
                                                                                
																					<tr>
																						<td class="notice">
                                                                                            <a href="sub_view.asp?uid=1281" target="_self">
                                                                                                Dare&#39s nothing Magazine &lt디매거진&gt..
                                                                                            </a>
																						</td>
																					</tr>
                                                                                
																			   </table>
																			 <!--list-->
																		</td>
																    </tr>
															   </table>
															   <!--notice-->
                                                         </td>
							   						  </tr>
					            </table>
								<!--ad-->
					   </div>
					   <!--sns-->
					   <div id="fb">
                               <table width="100%" cellspacing="0" cellpadding="0">
										<tr>
												<td height="555px" valign="top">
        	                                        <!--
        	                                        <div class="facebook-widget">
		                                                <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script>
                                                        <script type="text/javascript">
                                                            FB.init("dbafec47b4bf3c0b41d6a8de702acefa"); 
                                                        </script>
                                                        <fb:fan profile_id="157272624317979" stream="1" connections="10" logobar="1" width="303"></fb:fan> 
	                                                </div>
	                                                -->
	                                                <div class="fb-like-box" data-href="http://www.facebook.com/pages/%EB%94%94%EC%9E%90%EC%9D%B4%EB%84%88%EA%B7%B8%EB%A3%B9/247736671947356" data-width="303" data-height="555" data-show-faces="true" data-stream="true" data-header="true"></div>
                                                </td>
										 </tr>
										 <tr>
												<td height="1px"></td>
										 </tr>
										 <tr>
												<td height="209px" valign="top">
                                                    <div id="twtr-profile-widget"></div> 
                                                    <script src="http://widgets.twimg.com/j/1/widget.js"></script> 
                                                    <link href="http://widgets.twimg.com/j/1/widget.css" type="text/css" rel="stylesheet"> 
                                                    <script>
                                                        new TWTR.Widget({
                                                            profile: true,
                                                            id: 'twtr-profile-widget',
                                                            loop: true,
                                                            width: 303,
                                                            height: 80,
                                                            theme: {
                                                                shell: {
                                                                    background: '#f0f0f0',
                                                                    color: '#000000'
                                                                },
                                                                tweets: {
                                                                    background: '#ffffff',
                                                                    color: '#072261',
                                                                    links: '#1985b5'
                                                                }
                                                            }
                                                        }).render().setProfile('designer_group').start(); 
                                                    </script>                                                     
                                                </td>
										 </tr>
															    
								</table>
					   </div>
					   <!--sns-->
  
					  
				 </div>
			    <!--contents 끝-->
              
			    
		     <!--body 끝-->

           
      </div>
     <!-- // wrapper 끝-->


</div>
<!-- container 끝 -->

<!-- footer  -->
               <div id="footer">
                					<table cellspacing="0" cellpadding="0" width="100%" align="center">
					<tr>
                    <td style="padding-bottom:20px;"><img src="../images/footer/footer_new.gif" alt="" usemap="#Map" style="padding-top:5px;" />
                      <map name="Map" id="Map">
                        <area shape="rect" coords="235,20,285,40" href="/about.asp" />
                        <area shape="rect" coords="295,19,423,39" href="/ad.asp" />
                        <area shape="rect" coords="432,21,487,41" href="/contact.asp" />
                        <area shape="rect" coords="608,19,691,39" href="/sub_sub_fashion.asp?cate=96" />
                        <area shape="rect" coords="698,20,777,40" href="/privacy.asp" />
                        <area shape="rect" coords="786,20,839,42" href="/sitemap.asp" />
                      <area shape="rect" coords="494,19,551,39" href="stockist.asp" />
                      <area shape="rect" coords="557,19,603,39" href="dm_info.asp" />
                      </map></td>
  </tr>
                    </table>        
               
               </div>
<!-- footer 끝 -->

</body>
</html>
