
<!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" xml:lang="ko" lang="ko">
<head>
    <title>DMAGAZINE</title>
    <meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
    <link rel="stylesheet" type="text/css" href="css/sub_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>


</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')">
    <!-- container -->
    <div id="container">
        <!-- wrapper -->
        <div id="wrapper">
                <!-- header include ½ÃÀÛ-->
                <div id="header">
                    <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:1;">
		      
		<table width="124" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><a href="http://designer-group.com" target="_blank"><img src="/images/main/dg_book_banner.gif" border="0" /></a></td>
          </tr>
          <tr>
            <td><a href="http://www.d-magazine.co.kr/sub_view.asp?uid=1337" ><img src="/images/main/0607_wented.gif" border="0" /></a>  </td>
          </tr>
          <!--<tr>
            <td><a href="http://d-magazine.co.kr/dm_info.asp"><img src="/images/main/0607_dmbook.gif" border="0" /></a>  </td>
          </tr> -->
        </table>
        </div>
        
        <!-- side banner -->
        <!--<div style="position:absolute; left:50%; margin-left:-567px; top:365px; width:100px; z-index:999;">

        <a href="http://www.d-magazine.co.kr/sub_view.asp?uid=1337"><img src='/images/main/20120605_recu.gif'  onMouseOver="this.src='/images/main/20120605_recu_ov.gif'" onMouseOut="this.src='/images/main/20120605_recu.gif'" border="0"></a>


             </div>-->
             
   <!--ê·¸ëž¨ ì‹œìž‘-->
             <div style="position:absolute; right:50%; margin-right:-650px; top:250px; width:160px; height:600px; z-index:1;">
       <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_on.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_event.asp"><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="140" 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="http://www.facebook.com/dmagazines" target="_blank"/>
                                <area shape="rect" coords="82,1,151,15" href="http://twitter.com/dg_dmagazine" 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 ³¡-->
             
				<!--¼­ºê ÄÁÅÙÃ÷ ½ÃÀÛ-->
				<div id="history">
				   <table cellspacing="0" cellpadding="0" width="100%" >
                    <tr>
						<td valign="top" align="left">
                        
                        
                        </td>
						<td valign="top" align="right" class="txt">HOME > FASHION</td>
				    </tr>		
				   </table>
				</div>

				<!--ÁÂÃø¸Þ´º-->
				<div id="leftmenu">
                    
<script type="text/javascript">
//newsletter ìž…ë ¥
function checkTopSearch1() {
	if (document.frmWrite.n_email.value=="") {
		alert("ë‰´ìŠ¤ë ˆí„°ë¥¼ ë°›ìœ¼ì‹¤ ì´ë©”ì¼ ì£¼ì†Œë¥¼ ìž…ë ¥í•´ ì£¼ì„¸ìš”.");
		document.frmWrite.n_email.focus();
		return false;
	}
	
	if(document.frmWrite.n_email.value != ''){
		aIndex=document.frmWrite.n_email.value.indexOf("@");
		dotIndex=document.frmWrite.n_email.value.indexOf(".");
	
	    if(aIndex ==-1 || dotIndex ==-1){       
			alert( "ì •í™•í•œ ì´ë©”ì¼ ì£¼ì†Œë¥¼ ìž…ë ¥í•´ ì£¼ì„¸ìš”." );  
			document.frmWrite.n_email.select();  
			document.frmWrite.n_email.focus();
			return false;
		}  
		var e1 = document.frmWrite.n_email;
		var xc=e1.value.length;
		var num ="@.-_1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
		var stt="@.";

		if((-1 != stt.indexOf(e1.value.charAt(0))) || (-1 != stt.indexOf(e1.value.charAt(xc-1)))){
			alert( "ì •í™•í•œ ì´ë©”ì¼ ì£¼ì†Œë¥¼ ìž…ë ¥í•´ ì£¼ì„¸ìš”." ); 
			document.frmWrite.n_email.select();   
			document.frmWrite.n_email.focus();
			return false;
		}
		for (var i=0;i<e1.value.length;i++){
			if(-1 == num.indexOf(e1.value.charAt(i))){
				alert( "ì •í™•í•œ ì´ë©”ì¼ ì£¼ì†Œë¥¼ ìž…ë ¥í•´ ì£¼ì„¸ìš”." );  
				document.frmWrite.n_email.select();
				document.frmWrite.n_email.focus();
				return false;  
			}
		}
	}
	
	if(window.ActiveXObject) 
	{
		xmlHttps = new ActiveXObject("Microsoft.XMLHTTP");
	} 
	else if(window.XMLHttpRequest) 
	{
		xmlHttps = new XMLHttpRequest();
    }

	xmlHttps.Open("POST","/include/news_letter_ok.asp?txt=" + document.frmWrite.n_email.value, false);
	xmlHttps.setRequestHeader("Content-Type","application/x-www-form-urlencoded");
	xmlHttps.send(null);

	var Divs = xmlHttps.responseText;

	//alert(Divs);
	if(Divs == "new") {
	    alert("ë“±ë¡ë˜ì—ˆìŠµë‹ˆë‹¤.");
	} else {
	    alert("ì´ë¯¸ ë“±ë¡ëœ ë©”ì¼ì£¼ì†Œìž…ë‹ˆë‹¤.");
	}
	document.frmWrite.n_email.value = "";
	return false;

}

function focusTopSearch1(item) {
    item.className = "search02N";
}
</script>

 					<table cellspacing="0" cellpadding="0" width="100%">
					  <tr>
						 <td><img class="mb15" src="images/leftmenu/left_title_fashion.gif" alt="fashion" /></td>
					  </tr>
                      
					   <tr>
						 <td class="left_txt">
                            <a href="sub_sub_fashion.asp?cate=43" target="_self">LOOKBOOK</a>
						</td>
					  </tr>
                      
					   <tr>
						 <td class="left_txt">
                            <a href="sub_sub_fashion.asp?cate=44" target="_self">PHOTOGRAPHS</a>
						</td>
					  </tr>
                      
					   <tr>
						 <td class="left_txt">
                            <a href="sub_sub_fashion.asp?cate=45" target="_self">COLLECTION</a>
						</td>
					  </tr>
                      
					 </table>


					 <!--newsletter-->
            	     <form name="frmWrite" onSubmit="return checkTopSearch1()">
					     <table class="mt20" cellspacing="0" cellpadding="0" width="100%">
					      <tr>
						     <td><img src="images/leftmenu/title_news.gif" alt="newsletter" /></td>
					      </tr>
					       <tr>
						     <td><input class="input_news" type="text" name="n_email"  onFocus="focusTopSearch1(this);" size="17" maxlength="30" />&nbsp;<img align="absmiddle" src="images/leftmenu/btn_go.gif" alt="go" onclick="javascript:checkTopSearch1();" style="cursor:hand"/>
						    </td>
					      </tr>
					     </table>
                     </form>
					 <!--newsletter-->


					 <!--twitter-->
					 <table class="mt30" cellspacing="0" cellpadding="0" width="150px">
					  <tr>
						 <td><img src="images/leftmenu/title_twitter.gif" alt="twitter" /></td>
					  </tr>
					 <!--twitter-->

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1414">
                                RT ë£¨ì‹¸ì´íŠ¸í† ë¼ ë‹¨ë… ì½˜ì„œíŠ¸ ìžˆë˜ ë‚ ..
                            </a>
						</td>
					  </tr>

					  <tr>
						 <td height="1px" bgcolor="#e3e3e3">
						</td>
					  </tr>

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1342">
                                [KT&ampG ìƒìƒë§ˆë‹¹] ABO..
                            </a>
						</td>
					  </tr>

					  <tr>
						 <td height="1px" bgcolor="#e3e3e3">
						</td>
					  </tr>

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1333">
                                ë””ë§¤ê±°ì§„ ì°½ê°„í˜¸ ê¸°ë… íŒŒí‹° with LI..
                            </a>
						</td>
					  </tr>

					  <tr>
						 <td height="1px" bgcolor="#e3e3e3">
						</td>
					  </tr>

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1332">
                                [ë””ë§¤ê±°ì§„] SAMUEL MERC..
                            </a>
						</td>
					  </tr>

					  <tr>
						 <td height="1px" bgcolor="#e3e3e3">
						</td>
					  </tr>

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1331">
                                [ë””ë§¤ê±°ì§„] CHOSUNGVIN..
                            </a>
						</td>
					  </tr>

                    </table>

					 <!--facebook-->
					 <table class="mt30" cellspacing="0" cellpadding="0" width="150px">
					  <tr>
						 <td><img src="images/leftmenu/title_facebook.gif" alt="facebook" /></td>
					  </tr>
					 <!--facebook-->

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1596">
                                
                            </a>
						</td>
					  </tr>

					  <tr>
						 <td height="1px" bgcolor="#e3e3e3">
						</td>
					  </tr>

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1327">
                                ì•„ ì €ë„ ë‹¤ë…€ì™”ëŠ”ë°, &gt_&lt/ì „..
                            </a>
						</td>
					  </tr>

					  <tr>
						 <td height="1px" bgcolor="#e3e3e3">
						</td>
					  </tr>

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1326">
                                ì•„ì‰½ë‹¤.ã… _ã… 
                            </a>
						</td>
					  </tr>

					  <tr>
						 <td height="1px" bgcolor="#e3e3e3">
						</td>
					  </tr>

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=1250">
                                ì´ì•¼ê¸°ê°€ ëª¨ì´ëŠ” &#39ëª¨ìž„&#39..
                            </a>
						</td>
					  </tr>

					  <tr>
						 <td height="1px" bgcolor="#e3e3e3">
						</td>
					  </tr>

					   <tr>
						 <td>
                            <a href="/sub_view.asp?uid=738">
                                ì™€ìš°~!!! ëŠë‚Œì´ ì¢‹ë„¤ì—¬!!! ã…Žã…Žã…Ž
                            </a>
						</td>
					  </tr>

                    </table>


					 <!--ë¸”ë¡œê·¸-->
					 <!--
					 <table class="mt30" width="150px" border="0" cellspacing="0" cellpadding="0">
						  <tr>
							<td height="1px" colspan="3" bgcolor="#c8c8c8"></td>
						  </tr>
						  <tr>
							<td width="1px" bgcolor="#c8c8c8"></td>
							<td>
							           <table width="100%" border="0" cellspacing="0" cellpadding="0">
													  <tr>
														<td><img id="blog" src="images/leftmenu/ico_blog_on.gif" alt="BLOG" /><img id="contributor" src="images/leftmenu/ico_contri_off.gif" alt="CONTRIBUTOR" /></td>
													  </tr>
													  <tr>
														<td height="5px"></td>
													  </tr>
													  <tr>
														<td class="pad_l10 pad_r10 ss">
                                                           
                                                           <div id="blogDiv" style="display:block">
                                                
                                                                <a href="sub_sub_blog.asp?cate=88">DESIGNER PHANTOM</a><br />
                                                
                                                                <a href="sub_sub_blog.asp?cate=89">BANANAMORIN</a><br />
                                                
                                                                <a href="sub_sub_blog.asp?cate=90">LUDA</a><br />
                                                
                                                                <a href="sub_sub_blog.asp?cate=91">NO I AM</a><br />
                                                
                                                                <a href="sub_sub_blog.asp?cate=93">EVOKE KIM</a><br />
                                                
                                                                <a href="sub_sub_blog.asp?cate=101">KIRIN</a><br />
                                                
                                                                <a href="sub_sub_blog.asp?cate=105">KIMAN_Photo Essay</a><br />
                                                
                                                                <a href="sub_sub_blog.asp?cate=103">UNDRESSER</a><br />
                                                
                                                                <a href="sub_sub_blog.asp?cate=102">Dmag Clip</a>
                                                
                                                           </div>

                                                           <div id="contributorDiv" style="display:none">
                                                
                                                                  <a href="sub_fashion.asp?code=basic001">FASHION</a><br />
                                                EVENT<br />                                                    
                                                
                                                                  <a href="sub_sub_fashion.asp?cate=43&code=basic001"> - LOOKBOOK</a><br />
                                                
                                                                  <a href="sub_sub_fashion.asp?cate=44&code=basic001"> - PHOTOGRAPHS</a><br />
                                                
                                                                  <a href="sub_sub_fashion.asp?cate=45&code=basic001"> - COLLECTION</a><br />
                                                
                                                                  <a href="sub_art_design.asp?code=Viewport">ART/DESIGN</a><br />
                                                
                                                                  <a href="sub_videos.asp?code=Previewport">VIDEO</a><br />
                                                
                                                                  <a href="sub_article.asp?code=young001">ARTICLE</a><br />
                                                
                                                                  <a href="sub_sub_article.asp?cate=19&code=young001"> - PROJECT</a><br />
                                                
                                                                  <a href="sub_sub_article.asp?cate=38&code=young001"> - INTERVIEWS</a><br />
                                                
                                                           </div>
                                                        </td>
													  </tr>
													  <tr>
														<td height="5px"></td>
													  </tr>
													</table>

							</td>
							<td width="1px" bgcolor="#c8c8c8"></td>
						  </tr>
						  <tr>
							<td height="1px" colspan="3" bgcolor="#c8c8c8"></td>
						  </tr>
						</table>
				    -->
					<!--ë¸”ë¡œê·¸-->   
				</div>
				<!--ÁÂÃø¸Þ´º ³¡-->

				<!--contents-->
				<div id="contents">
				   
				    <!--ÄÁÅÙÃ÷ »ðÀÔ-->
					<div id="sub_contents">
						<!--best-->
						<table cellspacing="0" cellpadding="0" width="100%">
						   <colgroup>
						      <col width="209px">
							  <col width="47px">
							  <col width="209px">
							  <col width="*">
                              <col width="209px">
						   </colgroup>
							 <tr>
								<td valign="top" align="left">
                                       <table cellspacing="0" cellpadding="0" width="100%">
                                            <tr>
                                                <td>&nbsp;
                                                    
                                                </td>
                                            </tr>
                                            <tr>
												<td valign="bottom" align="right" style="padding-right:32px;"><span class="f_b ss">LOOBOOK</span></td>
											</tr>
									        <tr>
												<td valign="top" align="left">
                                                    <a href="sub_view.asp?uid=1668" target="_self">
                                                        <img src="http://www.designer-group.com/data/rental/editor/201304/209x209%2E25.jpg">
                                                    </a>
                                                </td>
											</tr>
											<tr>
												<td class="f_gray2" valign="top" width="216px">
                                                    <a href="sub_view.asp?uid=1668" target="_self">
                                                        WNDERKAMMER 2013 S..<!--&nbsp;&nbsp;<sub><span class="f_b ss">LOOBOOK</span></sub>-->
                                                    </a>
											</tr>
											<tr>
												<td class="f_gray" valign="top" width="216px">
                                                    <a href="sub_view.asp?uid=1668" target="_self">
                                                        â€˜ì‹œì• í‹€ì˜ ìž  ëª» ì´ë£¨ëŠ” ë°¤Sleepless InSeattle, 1..
                                                    </a>
                                                </td>
											</tr>
										</table>
                                </td>

								<td valign="top" align="left">
                                       <table cellspacing="0" cellpadding="0" width="100%" >
                                            <tr>
                                                <td>&nbsp;
                                                    
                                                </td>
                                            </tr>
                                            <tr>
												<td valign="bottom" align="right" style="padding-right:17px;"><span class="f_b ss">COLLECTION</span></td>
											</tr>
									        <tr>
												<td valign="top" align="center">
                                                    <a href="sub_view.asp?uid=1669" target="_self">
                                                        <img src="http://www.designer-group.com/data/rental/editor/201304/209x209%2E27.jpg">
                                                    </a>
                                                </td>
											</tr>
											<tr>
												<td class="f_gray2" valign="top" width="216px">
                                                    <a href="sub_view.asp?uid=1669" target="_self">
                                                        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HEOHWAN SIMULATION 2..<!--<sub><span class="f_b ss">AD/CAMPAIGN</span></sub>-->
                                                    </a>
											    </td>
											</tr>
											<tr>
												<td class="f_gray" valign="top" width="216px">
                                                    <table>
                                                        <tr>
                                                            <td width="14"></td>
                                                            <td class="f_gray" valign="top">
                                                                <a href="sub_view.asp?uid=1669" target="_self">
                                                                    1960ë…„ëŒ€ëŠ” ìƒë‹¹ížˆ í¥ë¯¸ë¡œìš´ ì‹œëŒ€ì´ë‹¤. ìˆ˜ë§Žì€ì—­ì‚¬ì ì¸ ìš´ë™ê¶Œ..
                                                                </a>
                                                            </td>
                                                        </tr>
                                                    </table>
                                                </td>
											</tr>
										</table>
                                </td>

								<td valign="top" align="left">
                                       <table cellspacing="0" cellpadding="0" width="100%" border=0>
                                            <tr>
                                                <td>&nbsp;
                                                    
                                                </td>
                                            </tr>
                                            <tr>
												<td valign="bottom" align="right" style="padding-right:17px;"><span class="f_b ss">PHOTOGRAPHS</span></td>
											</tr>
									        <tr>
												<td valign="top" align="center">
                                                    <a href="sub_view.asp?uid=1670" target="_self">
                                                        <img src="http://www.designer-group.com/data/rental/editor/201304/roomportraits%5F209x209.jpg">
                                                    </a>
                                                </td>
											</tr>
											<tr>
												<td class="f_gray2" valign="top" width="216px">
                                                    <a href="sub_view.asp?uid=1670" target="_self">
                                                        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Menno Aden - Room Portrai..<!--<sub><span class="f_b ss">STREET STYLE</span></sub>-->
                                                    </a>
                                                
											</tr>
											<tr>
												<td class="f_gray" valign="top" width="236px">
                                                    <table >
                                                        <tr>
                                                            <td width="22"></td>
                                                            <td class="f_gray" valign="top" >
                                                                <a href="sub_view.asp?uid=1670" target="_self">
                                                                    ê·¸ë™ì•ˆ ìš°ë¦¬ëŠ”ìŠ¤í…ŒíŒŒë‹ˆ ë“œ ë£¨ì¦ˆ(Stephanie de Rouge)ì˜ ..
                                                                </a>
                                                            </td>
                                                        </tr>
                                                    </table>
                                                </td>
											</tr>
										</table>
                                </td>			
							
							</tr>
							
						</table>
                         <!--°ø°£-->
						  <div class="sp50"></div>
						  <!--°ø°£-->
						<table cellspacing="0" cellpadding="0" width="100%">
						   <colgroup>
						      <col width="347px">
							  <col width="*">
							  <col width="347px">
                           </colgroup>
							 <tr>
								<td valign="top" align="left">
								    <!--lookbook-->
									     <table cellspacing="0" cellpadding="0" width="100%">
											 <colgroup>
												  <col width="160px">
												  <col width="*">
												  <col width="160px">
												  <col width="*">
												  <col width="160px">
												  <col width="*">
												  <col width="160px">
											  </colgroup>
										   <tr>
												<td valign="top"><img class="mb12" src="images/sub/title_lookbook.gif" alt="LOOKBOOK"></td>
												<td colspan="6" align="right" valign="top"><a href="/sub_sub_fashion.asp?cate=43" target="_self"><img class="mt12" src="images/sub/btn_more.gif" alt="more"></a></td>
											</tr>
									        <tr>
                                            
												<td valign="top">
												   <table cellspacing="0" cellpadding="0" width="100%">
														<tr>
															<td valign="top">
                                                                <a href="sub_view.asp?uid=1667" target="_self">
                                                                    <img src="http://www.designer-group.com/data/rental/editor/201304/rejinapyo_160x142.jpg">
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="black" valign="top">
                                                                <a href="sub_view.asp?uid=1667" target="_self">
                                                                    Rejina Pyo AW 13
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="btxt" valign="top" width="167px">
                                                               <a href="sub_view.asp?uid=1667" target="_self">
                                                                ë””ìžì´ë„ˆ í‘œì§€ì˜ì€ ì„¼íŠ¸ëŸ´ ì„¸ì¸íŠ¸ ë§ˆí‹´ ì„ì‚¬ë¥¼ ìš°ìˆ˜í•œ ì„±ì ìœ¼ë¡œ ì¡¸ì—…í•´ ..
                                                                </a>
                                                            </td>
														</tr>



													</table>
												</td>
												<td valign="top"></td>
                                            
												<td valign="top">
												   <table cellspacing="0" cellpadding="0" width="100%">
														<tr>
															<td valign="top">
                                                                <a href="sub_view.asp?uid=1653" target="_self">
                                                                    <img src="http://www.designer-group.com/data/rental/editor/201304/160x142%2E9.jpg" border="0">
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="black" valign="top">
                                                                <a href="sub_view.asp?uid=1653" target="_self">
                                                                    soulpot studio Black Editi..
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="btxt" valign="top" width="167px">
                                                               <a href="sub_view.asp?uid=1653" target="_self">
                                                                ì˜¤ëŠ˜ 4ì›” 15ì¼ë¶€í„° ì˜¨ë¼ì¸ ìƒ íšŒì› ë¶„ë“¤ì—ê²Œ ì„ ê³µê°œí•˜ëŠ” ë¸”ëž™ì—..
                                                                </a>
                                                            </td>
														</tr>



													</table>
												</td>
												<td valign="top"></td>
                                            
												<td valign="top">
												   <table cellspacing="0" cellpadding="0" width="100%">
														<tr>
															<td valign="top">
                                                                <a href="sub_view.asp?uid=1632" target="_self">
                                                                    <img src="http://www.designer-group.com/data/rental/editor/201304/160x142.2.jpg">
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="black" valign="top">
                                                                <a href="sub_view.asp?uid=1632" target="_self">
                                                                    ss13 Marc by Marc Jacobs..
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="btxt" valign="top" width="167px">
                                                               <a href="sub_view.asp?uid=1632" target="_self">
                                                                ì¸í…Œë¦¬ì–´ ë””ìžì´ë„ˆì´ìž,ìŠ¤íƒ€ì¼ ë¸”ë¡œê±°ë¡œ ìž˜ ì•Œë ¤ì§„ Aimee Song(..
                                                                </a>
                                                            </td>
														</tr>



													</table>
												</td>
												<td valign="top"></td>
                                            
												<td valign="top">
												   <table cellspacing="0" cellpadding="0" width="100%">
														<tr>
															<td valign="top">
                                                                <a href="sub_view.asp?uid=1595" target="_self">
                                                                    <img src="http://www.designer-group.com/data/rental/editor/201303/160x142%2E6.jpg">
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="black" valign="top">
                                                                <a href="sub_view.asp?uid=1595" target="_self">
                                                                    MACHAMBRE BY JUYEON 2..
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="btxt" valign="top" width="167px">
                                                               <a href="sub_view.asp?uid=1595" target="_self">
                                                                ìµœì£¼ì—° ë””ìžì´ë„ˆì˜ ë§ˆìƒ¹ë¸”MACHAMBREì˜ ì§€ë‚œ ì˜ìƒë“¤ì„ ì‚´íŽ´ ë³´..
                                                                </a>
                                                            </td>
														</tr>



													</table>
												</td>
												<td valign="top"></td>
                                            
											</tr>
											
										</table>
									<!--lookbook-->
								
								</td>
								<!--
								<td valign="top" align="left"></td>
								<td valign="top" align="left">
								     <table cellspacing="0" cellpadding="0" width="100%">
												 <colgroup>
													  <col width="160px">
													  <col width="*">
													  <col width="160px">
												  </colgroup>
											   <tr>
													<td valign="top"><img class="mb12" src="images/sub/title_ad.gif" alt="AD/CAMPAIGN"></td>
													<td valign="top"></td>
													<td align="right" valign="top"><a href="/sub_sub_fashion.asp?cate=44" target="_self"><img class="mt12" src="images/sub/btn_more.gif" alt="more"></a></td>
												</tr>
												<tr>
                                            
													<td valign="top">
													   <table cellspacing="0" cellpadding="0" width="100%">
															<tr>
																<td valign="top">
                                                                <a href="sub_view.asp?uid=1658" target="_self">
                                                                    <img src="http://www.designer-group.com/data/rental/editor/201304/toddjordan_209x209.jpg">
                                                                </a>
                                                                </td>
															</tr>
															<tr>
															    <td class="black" valign="top">
                                                                    <a href="sub_view.asp?uid=1658" target="_self">
                                                                        Todd Jordan - Our Legacy ..
                                                                    </a>
                                                                </td>
															</tr>
															<tr>
																<td class="btxt" valign="top" width="167px">
                                                                    <a href="sub_view.asp?uid=1658" target="_self">
                                                                    â€œì‚¬ì§„ì„ ì²˜ìŒ ì°ì–´ë³´ì•˜ë˜ ê±´ 1980ë…„ëŒ€ í›„ë°˜ ê°€ì¡±ì—¬í–‰ì„ ê°”ì„..
                                                                    </a>
                                                                </td>
															</tr>
														</table>
													</td>
													<td valign="top"></td>
                                            
													<td valign="top">
													   <table cellspacing="0" cellpadding="0" width="100%">
															<tr>
																<td valign="top">
                                                                <a href="sub_view.asp?uid=1640" target="_self">
                                                                    <img src="http://www.designer-group.com/data/rental/editor/201304/missmoss%5F160X142.jpg">
                                                                </a>
                                                                </td>
															</tr>
															<tr>
															    <td class="black" valign="top">
                                                                    <a href="sub_view.asp?uid=1640" target="_self">
                                                                        Miss Moss - Food + Fashio..
                                                                    </a>
                                                                </td>
															</tr>
															<tr>
																<td class="btxt" valign="top" width="167px">
                                                                    <a href="sub_view.asp?uid=1640" target="_self">
                                                                    ë©‹ì§„ ìŠ¤íƒ€ì¼ë§ê³¼íŒ¨ì…˜ì„ ì†Œí™”í•˜ê¸° ìœ„í•´ í˜¹ë…í•œ ë‹¤ì´ì–´íŠ¸ëŠ” ëŠ˜ ì¡´ìž¬í•´ì™”ë‹¤...
                                                                    </a>
                                                                </td>
															</tr>
														</table>
													</td>
													<td valign="top"></td>
                                            
												</tr>
												
										</table>
								</td>
								-->
							</tr>
						  </table>
						  <!--°ø°£-->
						  <div class="sp50"></div>
						  <!--°ø°£-->
						<table cellspacing="0" cellpadding="0" width="100%">
						   	 <tr>
								<td valign="top" align="left">
								    <!--collection-->
									     <table cellspacing="0" cellpadding="0" width="100%">
											 <colgroup>
												  <col width="160px">
												  <col width="*">
												  <col width="160px">
												  <col width="*">
												  <col width="160px">
												  <col width="*">
												  <col width="160px">
											  </colgroup>
										   <tr>
												<td valign="top"><img class="mb12" src="images/sub/title_collection.gif" alt="COLLECTION"></td>
												<td colspan="6" align="right" valign="top"><a href="/sub_sub_fashion.asp?cate=45" target="_self"><img class="mt12" src="images/sub/btn_more.gif" alt="more"></a></td>
											</tr>
									        <tr>
                                            
												<td valign="top">
												   <table cellspacing="0" cellpadding="0" width="100%">
														<tr>
															<td valign="top">
                                                                <a href="sub_view.asp?uid=1641" target="_self">
                                                                    <img src="http://www.designer-group.com/data/rental/editor/201304/160x142.5.jpg">
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="black" valign="top">
                                                                <a href="sub_view.asp?uid=1641" target="_self">
                                                                    FW 13/14 Nostalgic Fu..
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="btxt" valign="top" width="167px">
                                                                <a href="sub_view.asp?uid=1641" target="_self">
                                                                    â€œì•„ì£¼ ë¨¼ ì˜›ë‚  ì€í•˜ê³„ ì € ë„ˆë¨¸ì— (A long time ago ina..
                                                                </a>
                                                            </td>
														</tr>
													</table>
												</td>
												<td valign="top"></td>
                                            
												<td valign="top">
												   <table cellspacing="0" cellpadding="0" width="100%">
														<tr>
															<td valign="top">
                                                                <a href="sub_view.asp?uid=1636" target="_self">
                                                                    <img src="http://www.designer-group.com/data/rental/editor/201304/pushbutton%5F160x142.jpg">
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="black" valign="top">
                                                                <a href="sub_view.asp?uid=1636" target="_self">
                                                                    13 F/W &quotFa-Pe[fÃ¦p..
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="btxt" valign="top" width="167px">
                                                                <a href="sub_view.asp?uid=1636" target="_self">
                                                                    ì–¼ë§ˆì „ ì¼€ì´ë¸”ë°©ì†¡ì„í†µí•´ ë°©ì†¡ì¸ ê¹€ë‚˜ì˜ê³¼ ë””ìžì´ë„ˆ ë°•ìŠ¹ê±´ì˜ íŒŒë¦¬í–‰ì€ ì‚¬..
                                                                </a>
                                                            </td>
														</tr>
													</table>
												</td>
												<td valign="top"></td>
                                            
												<td valign="top">
												   <table cellspacing="0" cellpadding="0" width="100%">
														<tr>
															<td valign="top">
                                                                <a href="sub_view.asp?uid=1630" target="_self">
                                                                    <img src="http://www.designer-group.com/data/rental/editor/201304/lowclassic%5F160x142.jpg">
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="black" valign="top">
                                                                <a href="sub_view.asp?uid=1630" target="_self">
                                                                    13 F/W &quotPEEL&quot L..
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="btxt" valign="top" width="167px">
                                                                <a href="sub_view.asp?uid=1630" target="_self">
                                                                    ìŠ¤ëƒ…ë°± ëª¨ìž, í†±ë‹ˆëª¨ì–‘ì˜ í†µêµ½ ìš´ë™í™”, í¬ì¼“ë°± ë“± ì–´ëŠ í•œ ë¸Œëžœë“œì™€ ..
                                                                </a>
                                                            </td>
														</tr>
													</table>
												</td>
												<td valign="top"></td>
                                            
												<td valign="top">
												   <table cellspacing="0" cellpadding="0" width="100%">
														<tr>
															<td valign="top">
                                                                <a href="sub_view.asp?uid=1629" target="_self">
                                                                    <img src="http://www.designer-group.com/data/rental/editor/201304/johnnyhatesjazz_160x142.jpg">
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="black" valign="top">
                                                                <a href="sub_view.asp?uid=1629" target="_self">
                                                                    13 F/W &quotHunter on th..
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="btxt" valign="top" width="167px">
                                                                <a href="sub_view.asp?uid=1629" target="_self">
                                                                    1950,60ë…„ëŒ€ ë ˆì´ë”” ë¼ì´í¬ ë£©ì„ ë„ì‹œì ì¸ ê°ì„±ìœ¼ë¡œ ìž¬..
                                                                </a>
                                                            </td>
														</tr>
													</table>
												</td>
												<td valign="top"></td>
                                            
											</tr>
											
										</table>
									<!--collection-->
								
								</td>
								<!--
								<td valign="top" align="left"></td>
								<td valign="top" align="left">
									 <table cellspacing="0" cellpadding="0" width="100%">
												 <colgroup>
													  <col width="160px">
													  <col width="*">
													  <col width="160px">
												  </colgroup>
											   <tr>
													<td valign="top"><img class="mb12" src="images/sub/title_model.gif" alt="MODEL"></td>
													<td valign="top"></td>
													<td align="right" valign="top"><a href="/sub_sub_fashion.asp?cate=46" target="_self"><img class="mt12" src="images/sub/btn_more.gif" alt="more"></a></td>
												</tr>
												<tr>
                                            
													<td valign="top">
													   <table cellspacing="0" cellpadding="0" width="100%">
															<tr>
																<td valign="top">
                                                                    <a href="sub_view.asp?uid=1269" target="_self">
                                                                        <img src="http://www.designer-group.com/data/rental/editor/201202/160.jpg" border="0">

                                                                    </a>
                                                                 </td>
															</tr>
															<tr>
																<td class="black" valign="top">
                                                                    <a href="sub_view.asp?uid=1269" target="_self">
                                                                        ë°•ì§„íƒœ ( Park Jintae)
                                                                    </a>
                                                                </td>
															</tr>
															<tr>
																<td class="btxt" valign="top" width="167px">
                                                                    <a href="sub_view.asp?uid=1269" target="_self">
                                                                        Name : ë°•ì§„íƒœ ( Park Jintae)weight : 68k..
                                                                    </a>
                                                                </td>
															</tr>
														</table>
													</td>
													<td valign="top"></td>
                                            
													<td valign="top">
													   <table cellspacing="0" cellpadding="0" width="100%">
															<tr>
																<td valign="top">
                                                                    <a href="sub_view.asp?uid=1200" target="_self">
                                                                        <img src="http://www.designer-group.com/data/rental/editor/201112/160.3.jpg">
                                                                    </a>
                                                                 </td>
															</tr>
															<tr>
																<td class="black" valign="top">
                                                                    <a href="sub_view.asp?uid=1200" target="_self">
                                                                        ë°•ì€ì§€ (Park Eunji)
                                                                    </a>
                                                                </td>
															</tr>
															<tr>
																<td class="btxt" valign="top" width="167px">
                                                                    <a href="sub_view.asp?uid=1200" target="_self">
                                                                        Name : ë°•ì€ì§€ (Park Eunji)weight : 45kgh..
                                                                    </a>
                                                                </td>
															</tr>
														</table>
													</td>
													<td valign="top"></td>
                                            
												</tr>
												
										</table>
								</td>
								-->
							</tr>
						  </table>
						  <!--°ø°£-->
						  <div class="sp50"></div>
						  <!--°ø°£-->
						<table cellspacing="0" cellpadding="0" width="100%">
						   <colgroup>
						      <col width="347px">
							  <col width="*">
							  <col width="347px">
                           </colgroup>
							 <tr>
								<td valign="top" align="left">
								    <!--street-->
									     <table cellspacing="0" cellpadding="0" width="100%">
											 <colgroup>
												  <col width="160px">
												  <col width="*">
												  <col width="160px">
											  </colgroup>
										   <tr>
												<td valign="top"><img class="mb12" src="images/sub/title_ad.gif" alt="STREET STYLE"></td>
												<td valign="top"></td>
												<td align="right" valign="top"><a href="/sub_sub_fashion.asp?cate=44" target="_self"><img class="mt12" src="images/sub/btn_more.gif" alt="more"></a></td>
											</tr>
									        <tr>
                                            
												<td valign="top">
												   <table cellspacing="0" cellpadding="0" width="100%">
														<tr>
															<td valign="top">
                                                                <a href="sub_view.asp?uid=1658" target="_self">
                                                                    <img src="http://www.designer-group.com/data/rental/editor/201304/toddjordan_209x209.jpg">
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="black" valign="top">
                                                                <a href="sub_view.asp?uid=1658" target="_self">
                                                                    Todd Jordan - Our Legacy ..
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="btxt" valign="top" width="167px">
                                                                <a href="sub_view.asp?uid=1658" target="_self">
                                                                    â€œì‚¬ì§„ì„ ì²˜ìŒ ì°ì–´ë³´ì•˜ë˜ ê±´ 1980ë…„ëŒ€ í›„ë°˜ ê°€ì¡±ì—¬í–‰ì„ ê°”ì„..
                                                                </a>
                                                            </td>
														</tr>
													</table>
												</td>
												<td valign="top"></td>
                                            
												<td valign="top">
												   <table cellspacing="0" cellpadding="0" width="100%">
														<tr>
															<td valign="top">
                                                                <a href="sub_view.asp?uid=1640" target="_self">
                                                                    <img src="http://www.designer-group.com/data/rental/editor/201304/missmoss%5F160X142.jpg">
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="black" valign="top">
                                                                <a href="sub_view.asp?uid=1640" target="_self">
                                                                    Miss Moss - Food + Fashio..
                                                                </a>
                                                            </td>
														</tr>
														<tr>
															<td class="btxt" valign="top" width="167px">
                                                                <a href="sub_view.asp?uid=1640" target="_self">
                                                                    ë©‹ì§„ ìŠ¤íƒ€ì¼ë§ê³¼íŒ¨ì…˜ì„ ì†Œí™”í•˜ê¸° ìœ„í•´ í˜¹ë…í•œ ë‹¤ì´ì–´íŠ¸ëŠ” ëŠ˜ ì¡´ìž¬í•´ì™”ë‹¤...
                                                                </a>
                                                            </td>
														</tr>
													</table>
												</td>
												<td valign="top"></td>
                                            

											</tr>
											
										</table>
									<!--street-->
								
								</td>
								<td valign="top" align="left"></td>
								<td valign="top" align="left">
								     <!--event-->
									 <table cellspacing="0" cellpadding="0" width="100%">
												 <colgroup>
													  <col width="160px">
													  <col width="*">
													  <col width="160px">
												  </colgroup>
											   <tr>
													<td valign="top"><img class="mb12" src="images/sub/title_event.gif" alt="EVENT"></td>
													<td valign="top"></td>
													<td align="right" valign="top"><a href="/sub_sub_fashion.asp?cate=47"><img class="mt12" src="images/sub/btn_more.gif" alt="more"></a></td>
												</tr>
												<tr>
                                            
													<td valign="top">
													   <table cellspacing="0" cellpadding="0" width="100%">
															<tr>
																<td valign="top">
                                                                    <a href="sub_view.asp?uid=1673" target="_self">
                                                                        <img src="http://www.designer-group.com/data/rental/editor/201305/160x142.2.jpg">
                                                                    </a>
                                                                </td>
															</tr>
															<tr>
																<td class="black" valign="top">
                                                                    <a href="sub_view.asp?uid=1673" target="_self">
                                                                        ëŒ€ë¦¼ë¯¸ìˆ ê´€, ELECTRO-KITCHEN..
                                                                    </a>
                                                                </td>
															</tr>
															<tr>
																<td class="btxt" valign="top" width="167px">
                                                                    <a href="sub_view.asp?uid=1673" target="_self">
                                                                        Take1. í•œë‚¨ë™ì˜ ìž‡í”Œë ˆì´ìŠ¤ ë§ˆì¸ë“œì˜ í—¤ë“œì…°í”„ ê°•í˜„ì˜, ê·¸ì˜ ìž¥..
                                                                    </a>
                                                                </td>
															</tr>
														</table>
													</td>
													<td valign="top"></td>
                                            
													<td valign="top">
													   <table cellspacing="0" cellpadding="0" width="100%">
															<tr>
																<td valign="top">
                                                                    <a href="sub_view.asp?uid=1671" target="_self">
                                                                        <img src="http://www.designer-group.com/data/rental/editor/201305/160X142.jpg">
                                                                    </a>
                                                                </td>
															</tr>
															<tr>
																<td class="black" valign="top">
                                                                    <a href="sub_view.asp?uid=1671" target="_self">
                                                                        mah soyoung 2013ë…„ ë´„, ì—¬..
                                                                    </a>
                                                                </td>
															</tr>
															<tr>
																<td class="btxt" valign="top" width="167px">
                                                                    <a href="sub_view.asp?uid=1671" target="_self">
                                                                        ì•„íŠ¸ì¹´ì´ë¸Œ ìŠ¤íŠœë””ì˜¤ì—ì„œ ì§„í–‰í•˜ëŠ” ì¸í•˜ìš°ìŠ¤ ë¸Œëžœë“œ, mahsoyoungì˜..
                                                                    </a>
                                                                </td>
															</tr>
														</table>
													</td>
													<td valign="top"></td>
                                            
												</tr>
												
										</table>
										 <!--event-->
								</td>
							</tr>
						  </table>


						<!-- contents ³¡-->
					</div>
					<!--ÄÁÅÙÃ÷ »ðÀÔ ³¡-->	
            </div>
            <!--contents ³¡-->
        </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>