
<!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=UTF-8" />
    <link rel="stylesheet" type="text/css" href="css/sub_style.css" />
    <script language="JavaScript" src="js/flash.js"></script>

    <script src="/Commonjs/jquery-1.4.1.min.js" type="text/javascript"></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 iframeResize(height) {
            $('#auto_iframe').height(height);
    }
</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_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_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 > Viewer</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_article.gif" alt="articles" /></td>
					  </tr>
                      
					   <tr>
						 <td class="left_txt">
                            <a href="sub_sub_article.asp?cate=19" target="_self">PROJECT</a>
						</td>
					  </tr>
                      
					   <tr>
						 <td class="left_txt">
                            <a href="sub_sub_article.asp?cate=38" target="_self">INTERVIEWS</a>
						</td>
					  </tr>
                      
					   <tr>
						 <td class="left_txt">
                            <a href="sub_sub_article.asp?cate=20" target="_self">REPORTING</a>
						</td>
					  </tr>
                      
					   <tr>
						 <td class="left_txt">
                            <a href="sub_sub_article.asp?cate=66" target="_self">COLUMN</a>
						</td>
					  </tr>
                      
					   <tr>
						 <td class="left_txt">
                            <a href="sub_sub_article.asp?cate=94" target="_self">SHOWROOM</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 />
                                                
                                                                  <a href="sub_sub_article.asp?cate=20&code=young001"> - REPORTING</a><br />
                                                
                                                                  <a href="sub_sub_article.asp?cate=66&code=young001"> - COLUMN</a><br />
                                                
                                                                  <a href="sub_sub_article.asp?cate=94&code=young001"> - SHOWROOM</a><br />
                                                NOTICE&NEWS<br />                                                    
                                                
                                                                  <a href="sub_view.asp?uid=1660"> - 디매거진 공지사항</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">
				   

						<!--best-->
						<table cellspacing="0" cellpadding="0" width="100%" height="100%">
							 <tr>
								<td >
                                    
<link rel="stylesheet" type="text/css" href="http://designer-group.com/css/common.css" />
<link rel="stylesheet" type="text/css" href="http://designer-group.com/css/common22.css" />
<link rel="stylesheet" type="text/css" href="http://designer-group.com/css/lounge.css" />
<link rel="stylesheet" type="text/css" href="/css/sub_style.css" />

<script type="text/javascript">
    function edit() {
        location.href = "sub_write.asp?uid=1332";
    }

    function del() {
        var f = document.Frm;

        if (confirm("삭제하시겠습니까?")) {
            f.mode.value = "DEL";
            f.action = "http://designer-group.com/lounge/registOk_test.asp";
            f.submit();
        }
    }

    function regRecom() {
        new shAjax("POST", "./post_recom.ajax.asp", "uid=1332", function (r) {
            var value = r.responseText;
            var span = document.getElementById("recom").getElementsByTagName('span')[0];

            switch (value) {
                case '-1':
                    alert("로그인 후 이용할 수 있습니다.");
                    break;
                case '0':
                    alert("이미 상품신청을 하신 게시물입니다.");
                    break;
                default:
                    this.innerHTML(span, value);
            }
        });
    }
</script>

<script type="text/javascript">
    function getComment() {
        var bodyCmt = document.getElementById("bodyCmt");

        if (bodyCmt) {
            new shAjax("GET", "./post_comment.ajax.asp", "uid=1332", function (r) {
                this.innerHTML(bodyCmt, r.responseText);
            });
        }
    }

    function checkAuthComment() {
        if ("" == "") {
            alert("로그인 후 댓글을 쓸수 있습니다.");
            return false;
        }
        return true;
    }

    function regComment() {
        var f = document.FrmCmt;

        if (!checkAuthComment()) {
            return false;
        }

        if (checkEmpty(f.comment)) {
            alert("댓글을 입력해 주세요.");
            f.comment.focus();
            return false;
        }

        if (confirm("댓글을 등록하시겠습니까?")) {
            f.mode.value = "REG";
            f.target = "hiddenZone";
            f.action = "post_commentOk.asp";
            f.submit();
        }
    }

    function removeComment(uid) {
        var f = document.FrmCmt;

        if (confirm("댓글을 삭제하시겠습니까?")) {
            f.mode.value = "DEL";
            f.cuid.value = uid;
            f.target = "hiddenZone";
            f.action = "post_commentOk.asp";
            f.submit();
        }
    }

    //addEvent(window, "load", getComment);


</script>
<div id="wrapBody" class="fclear">
    <div id="fcontents">
        <div class="head">
            <table id="listHead">
                <colgroup>
                    <col width="*">
                    <col width="70">
                    <col width="70">
                    <col width="70">
                    <col width="135">
                </colgroup>
                <tr height="50">
                    <td class="title" style="padding-left:20px;">
                        INTERVIEWS<span>(52)</span>
                    </td>
                    <td>
                        <label style="display: none">
                            RT</label>
                    </td>
                    <td>
                        <label style="display: none">
                            조회수</label>
                    </td>
                    <td>
                        <label style="display: none">
                            상품신청수</label>
                    </td>
                    <td class="button">
                   
                    </td>
                </tr>
            </table>
            <!-- 목록 : 시작 -->
            <div id="listBody" style="display: none">
            </div>
            <!-- 목록 : 끝 -->
        </div>
        
        
        <div id="article">
            <form name="Frm" method="post">
            <input type="hidden" name="mode" />
            <input type="hidden" name="uid" value="1332" />
            <input type="hidden" name="cate" value="38" />
            <table class="atop">
                <tr height="42">
                    <th width="*">
                        SAMUEL MERCURE
                    </th>
                    <td width="120">
                        2012/05/25 10:32
                    </td>
                    <!--td width="70" class="tweet"><a href="http://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></td-->
                    <!--td width="70" class="tweet"><a href="http://twitter.com/home?status=RT @loveweb:[##_article_rep_title_##](http://designer-group.com[##_article_rep_link_**]" target="_blank"><img src="http://리트윗버튼이미지.png" alt="리트윗하기"></a></td-->
                    
                </tr>
            </table>
            </form>
            <table id="content1332" cellpadding="0" cellspacing="0" border="0" width="660"
                style="table-layout: fixed">
                <!--			<tr valign="top">
				<td style="padding:10px 0 10px 0; word-wrap:break-word; word-break:break-all;">
					<div style="overflow:auto; width:100%;"><img class="wyditor_img" border="0" src="http://designer-group.com/data/rental/editor/201205/179x165.jpg"><br></div>
				</td>
			</tr>-->
			    <tr valign="top" align="left">
                    <td style="padding: 10px 0 10px 0; word-wrap: break-word; word-break: break-all;">
                        <div style="overflow: auto; width: 100%;">
                            <p><img class="wyditor_img" border="0" src="http://designer-group.com/data/rental/editor/201205/1%2E%2Dtitle%28interviews%29.jpg"><br></p><p><font size="3">

</font></p><font size="3"><p style="margin-bottom: 8pt;" class="바탕글"><span style="color: rgb(75, 75, 75);" lang="EN-US"><img class="wyditor_img" border="0" src="http://designer-group.com/data/rental/editor/201203/3.-article.3.jpg"></span><font face="돋움"></font></p><font face="돋움"><p style="margin-bottom: 8pt;" class="바탕글" align="right"><span style="color: rgb(75, 75, 75); font-family: 바탕; mso-fareast-font-family: 바탕; mso-hansi-font-family: 바탕;" lang="EN-US"><img class="wyditor_img" border="0" src="http://designer-group.com/data/rental/editor/201205/2%2E6.jpg"><br><em><font size="1">2012 Spring / Semmer</font></em></span></p></font><p style="margin-bottom: 8pt;" class="바탕글" align="right"></p></font><p style="margin-bottom: 8pt;" class="바탕글" align="right"></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><font size="2"><font face="맑은 고딕">언제 지금 이 일<span lang="EN-US">(</span>패션<span lang="EN-US">)</span>에 매료되기 시작했나<span lang="EN-US"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></span></font></font></b></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2"><font face="맑은 고딕">제가 이런 일들에 가장 강하게 관심을 가지게 된 게<span lang="EN-US"> 2009</span>년도 즈음이었다<span lang="EN-US">. </span>실제 남성복을 만드는데 매료된 건 작년 처음으로 이 라인에서 일하게 되었을 때다<span lang="EN-US">.<o:p></o:p></span></font></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><o:p><font size="2" face="맑은 고딕">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><font size="2"><font face="맑은 고딕">가장 큰 영향을 받았다던가 지금 이 자리까지
오게 이끌어준 무언가가 있다면 얘기해달라<span lang="EN-US"><o:p></o:p></span></font></font></b></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;'><font size="2">라프 시몬스</font></span><span style="font-family: ArialMT; font-size: 8pt; mso-bidi-font-family: ArialMT; mso-font-kerning: 0pt;" lang="EN-US"><font face="굴림">Raf
Simons</font></span><font size="2"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;' lang="EN-US"> </span><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;'>에서 일했던 게 가장 크게 영향이 미치지 않았나 싶다<span lang="EN-US">. </span>내가 시몬스</span></font><span style='font-family: "바탕","serif"; font-size: 8pt; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;' lang="EN-US">Simsons</span><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;'><font size="2">를
알게된 게<span lang="EN-US"> 15</span>살 때였다<span lang="EN-US">. </span>옷 입는 스타일이 변화될 정도였고
그때가 처음으로 패션에 대해 관심을 가지게 된 계기가 됐다<span lang="EN-US">. </span>하지만 그때 당시만 해도 패션디자이너가
되겠다는 생각은 없었다<span lang="EN-US">.<o:p></o:p></span></font></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;' lang="EN-US"><o:p><font size="2">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;'><font size="2">어디서
이 관련된 공부할 수 있었나<span lang="EN-US"><o:p></o:p></span></font></span></b></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;'><font size="2">프랑스<span lang="EN-US">, </span>파리<span lang="EN-US">.<o:p></o:p></span></font></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;' lang="EN-US"><o:p><font size="2">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><font size="2"><font face="맑은 고딕">당신이 일할 때 가장 큰 주제나 테마가
무엇인가<span lang="EN-US"><o:p></o:p></span></font></font></b></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2"><font face="맑은 고딕">검정색<span lang="EN-US">. </span>나는 검정색만 사용한다<span lang="EN-US">. </span>질감과
구조<span lang="EN-US">, </span>레이어링 등<span lang="EN-US">- </span>나는 디자인할 때 여러 검정계열을 활용해서
일한다<span lang="EN-US">.<o:p></o:p></span></font></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><o:p><font size="2" face="맑은 고딕">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2"><font face="맑은 고딕"><b style="mso-bidi-font-weight: normal;">대중에게는 어떻게 보이고 싶은가</b><span lang="EN-US"><o:p></o:p></span></font></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2"><font face="맑은 고딕">나는 대중만큼은 내가 원하는 방식대로 통제를 할 수 없는 것 중 하나라 생각한다<span lang="EN-US">. </span>내 생각에 모든 브랜드는 그들의 위치가 있고<span lang="EN-US">, </span>미학적으로 그들 각자의
정체성을 나타낸다<span lang="EN-US">. </span>하지만 결국 사람들은 스스로 옷에 대한 아이디어를 가지기 시작한다<span lang="EN-US">. </span>나는 내 옷이 최대한 많은 매장을 돌아다니며 판매되는 것은 좋다고 생각되지만 나는 내 스스로 백그라운드에 있으려고
한다<span lang="EN-US">.<o:p></o:p></span></font></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><o:p><font size="2" face="맑은 고딕">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2"><font face="맑은 고딕"><b style="mso-bidi-font-weight: normal;">일에 집중하시기 전에 준비과정에서 특별하게
하는 어떤 것들이 있나</b><span lang="EN-US"><o:p></o:p></span></font></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt 10pt; text-indent: -10pt; mso-char-indent-count: -1.0;" class="MsoNormal"><font size="2"><font face="맑은 고딕">일하기 전에 뭐 특별히 하는 건 없다<span lang="EN-US">. </span>영감을 얻기 위해서 특별한 공간에 있어야 한다던가
그런<span lang="EN-US"><o:p></o:p></span></font></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2"><font face="맑은 고딕"><span lang="EN-US"><span style="mso-spacerun: yes;">&nbsp;</span></span>건
없다<span lang="EN-US">. </span>저는<span lang="EN-US">. </span>대부분 아이디어들은 갑자기 자발적으로 떠오르거나
어떤 포인트에서 생각이 나기도 한다<span lang="EN-US">. </span>당연히 창의적인 공간이라던가 창의적인 아이디어가 많은 곳에 있으면
훨씬 도움이 되긴 하다<span lang="EN-US">. </span>내 스스로가 집중하고 동기부여만 확실하면 프로토콜이 일어나지 않는다<span lang="EN-US">.<o:p></o:p></span></font></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><o:p><font size="2" face="맑은 고딕">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><font size="2"><font face="맑은 고딕"><span lang="EN-US">(</span>일
외에<span lang="EN-US">) </span>어떤 일 또는 무엇이<span lang="EN-US"> (</span>최근에<span lang="EN-US">) </span>가장 흥미를 주는가<span lang="EN-US"><o:p></o:p></span></font></font></b></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2"><font face="맑은 고딕">요즘은 시끄러운 음악에 흥미를 가지고 있다<span lang="EN-US">. </span>많은 다양한 밴드의 음악들과
옛날 음악 그리고 최신 음악 등 다양하게 듣기 시작했다<span lang="EN-US">. </span>거칠고 강한 밴드들의 노래가 나를 고무적으로
만든다<span lang="EN-US">.<o:p></o:p></span></font></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2"><font face="맑은 고딕">최근에 만난 새로운 사람들과 새로운 프로젝트를 하고 있다<span lang="EN-US">. </span>이 프로젝트는
주로 기계<span lang="EN-US">(</span>장치<span lang="EN-US">), </span>일렉트로 어쿠스틱 그리고 소리에 관한
것이다<span lang="EN-US">.<o:p></o:p></span></font></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><o:p><font size="2" face="맑은 고딕">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><font size="2"><font face="맑은 고딕">혹시 라이벌로 생각되는 사람은 없는가<span lang="EN-US"><o:p></o:p></span></font></font></b></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2"><font face="맑은 고딕">없어요<span lang="EN-US">.<o:p></o:p></span></font></font></p><p><font size="3">

</font></p><p><font size="3"></font>&nbsp;</p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal" align="right"><span lang="EN-US"><o:p><font size="2" face="맑은 고딕"><img class="wyditor_img" border="0" src="http://designer-group.com/data/rental/editor/201205/3%2E4.jpg"><br><font size="1"><em>2012 Fall / Winter</em></font>&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2"><font face="맑은 고딕"><b style="mso-bidi-font-weight: normal;">주위에서 당신의 일에 가장 크게 영향을
주는 사람은 없나</b><span lang="EN-US"><o:p></o:p></span></font></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2"><font face="맑은 고딕">우리는 매우 소수 인원인데 되도록 한 사람 한 사람의 생각을 듣고 반영하려고 노력하고 있다<span lang="EN-US">.<o:p></o:p></span></font></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2" face="맑은 고딕">내 스타일리스트<span lang="EN-US">, </span>사이먼 벤느</font><span style="font-family: ArialMT; font-size: 8pt; mso-bidi-font-family: ArialMT; mso-font-kerning: 0pt;" lang="EN-US"><font face="굴림">Simon Venne</font></span><font size="2"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;' lang="EN-US"> </span><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;'>가
우리 컬렉션을 발전 시키는데 가장 영향이 컸고<span lang="EN-US">, </span>그는 항상 조언 혹은 내가 신뢰할만한 요점을 준다<span lang="EN-US">. <o:p></o:p></span></span></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;' lang="EN-US"><o:p><font size="2">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;'><font size="2">무엇에서부터
강한 인상을 많이 받나요<span lang="EN-US"><o:p></o:p></span></font></span></b></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;'><font size="2">내 생각에 나는 어느 곳이던 둘러보고 내 주위에 시각적으로 보이는 것들을 섬세하게 둘러보는 편이다<span lang="EN-US">. </span>나는 아름다움을 정말 다양한 것들로부터 찾는다<span lang="EN-US">. </span>어쩔 땐 무엇인지도
모를 때가 있다<span lang="EN-US">. </span>그냥 뭔가 딱 붙어있듯이 보인다<span lang="EN-US">. </span>억제라는
것이 없다<span lang="EN-US">.<o:p></o:p></span></font></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;' lang="EN-US"><o:p><font size="2">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;'><font size="2">과거에
좋아했던 이미지라던지<span lang="EN-US"> Props</span>가 있었는지 알고싶네요<span lang="EN-US"><o:p></o:p></span></font></span></b></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;'>파리에 있을 때로 돌아가보면 </span><span style="font-family: ArialMT; mso-bidi-font-family: ArialMT; mso-font-kerning: 0pt;" lang="EN-US"><font face="굴림">Steven
Parrino</font></span><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;' lang="EN-US"> </span><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;'>에 일하러 갔어요<span lang="EN-US">. </span>바람처럼
날라가서 그의 작품이 얼마나 심플하고 파워풀한지 확인해보고 싶었죠<span lang="EN-US">. </span>그것이 저에게 강한 임펙트를 줬고
영감을 많이 주었죠<span lang="EN-US">. <o:p></o:p></span></span></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;' lang="EN-US"><o:p><font size="2">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;'><font size="2">그때
당시 사랑했던 사람이 있었나<span lang="EN-US"><o:p></o:p></span></font></span></b></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2"><span style="font-family: ArialMT; mso-bidi-font-family: ArialMT; mso-font-kerning: 0pt;" lang="EN-US"><font face="굴림">Lydie Bochatay</font></span><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;' lang="EN-US">.<o:p></o:p></span></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;' lang="EN-US"><o:p><font size="2">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;'><font size="2">당신은
최근 그립고 보고 싶은 장소 혹은 사람이 있나<span lang="EN-US"><o:p></o:p></span></font></span></b></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;'><font size="2">가끔 파리가 그립다<span lang="EN-US">. </span>거기에서 만난 사람들도<span lang="EN-US">. </span>그런데
솔직하자면<span lang="EN-US">, </span>몬트리올은 내 집이나 다름없다<span lang="EN-US">. </span>나는 더 많은
곳을 여행 다니고 싶고<span lang="EN-US">, </span>다른 나라에서 최대한 많은 시간을 보내고 싶다<span lang="EN-US">. </span>그렇지만 나는 알았다<span lang="EN-US">. </span>나는 항상 몬트리올로 돌아가고 있다는 걸<span lang="EN-US">. </span>그곳이 내가 가장 기반을 두었다고 할 수 있죠<span lang="EN-US">. </span>가끔은 한번도 가보지
못한 곳에서 살아보는 꿈도 꿔보고 있다<span lang="EN-US">. <o:p></o:p></span></font></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;' lang="EN-US"><o:p><font size="2">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;'><font size="2">어느 나라에서<span lang="EN-US">, </span>언제 태어났는가<span lang="EN-US"><o:p></o:p></span></font></span></b></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;' lang="EN-US">1987</span><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;'>년
캐나다에서 태어났다<span lang="EN-US">.<o:p></o:p></span></span></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;' lang="EN-US"><o:p><font size="2">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;'><font size="2">당신의 일과 당신에 대해 더 많이 알고 싶어하는
사람들에 대해 어떻게 생각하는가<span lang="EN-US"><o:p></o:p></span></font></span></b></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;'><font size="2">글쎄<span lang="EN-US">, </span>뭐 딱히 할 얘기가 없다<span lang="EN-US">. </span>나는 굉장히 심플한
사람이고 나의<span lang="EN-US">(</span>그의<span lang="EN-US">) </span>아이디어를 강하고 아름답게 표현하기
위해서 많은 노력을 하고 있는 사람이라고 알면 될 것 같다<span lang="EN-US">. </span>내 인생의 포커스는 나의 일 그리고 내
주위에 있는 사람들이다<span lang="EN-US">.<o:p></o:p></span></font></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;' lang="EN-US"><o:p><font size="2">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;'><font size="2">당신이 어렸을 땐 어른이 되면 어떤 사람이
될 것 같았나<span lang="EN-US"><o:p></o:p></span></font></span></b></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;'><font size="2">저는 제가 적어도 창의적인 아티스트가 되어 있을 거라 생각했다<span lang="EN-US">. </span>나는 음악가도 되어보고 싶었고<span lang="EN-US">, </span>페인터<span lang="EN-US">, </span>목수도 되어보고 싶었다<span lang="EN-US">.<o:p></o:p></span></font></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;' lang="EN-US"><o:p><font size="2">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;'><font size="2">올해 가장 큰 계획은 무엇인가<span lang="EN-US"><o:p></o:p></span></font></span></b></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;'><font size="2">올해 내 가장 큰 계획은 내 브랜드를 더 넓게 캐나다 밖으로 수출시키는 거다<span lang="EN-US">.<o:p></o:p></span></font></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;' lang="EN-US"><o:p><font size="2">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2"><b style="mso-bidi-font-weight: normal;"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;'>당신의 인생에서 가장 큰 목표는 무엇인가요</span></b><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;' lang="EN-US"><o:p></o:p></span></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;'><font size="2">항상 행복하고 나 스스로 만족하는 것이다<span lang="EN-US">.<o:p></o:p></span></font></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;' lang="EN-US"><o:p><font size="2">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;' lang="EN-US"><o:p><font size="2">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;' lang="EN-US"><o:p><font size="2">&nbsp;</font></o:p></span></p><p><font size="3">

<strong>Samuel Mercure,</strong></font></p><p>&nbsp;</p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="2"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;'>나는 본질적으로 예술 현장에서 왔다<span lang="EN-US">. </span>나는 몬트리올에서 시각 예술을 배우기 시작했지만 그닥 그것에
관해 해본 일은 없다<span lang="EN-US">. </span>학교를 끝마치기 전에 나는 패션을 배우러 파리로 떠나기로 했다<span lang="EN-US">. </span>내가 몬트리올로 다시 돌아왔을 때<span lang="EN-US">, </span></span><span style="font-family: ArialMT; mso-bidi-font-family: ArialMT; mso-font-kerning: 0pt;" lang="EN-US"><font face="굴림">Trusst</font></span><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;' lang="EN-US">(</span><span style="color: rgb(0, 0, 115); font-family: ArialMT; mso-bidi-font-family: ArialMT; mso-font-kerning: 0pt;" lang="EN-US"><font face="굴림">www.trusstclub.com</font></span><span style='color: rgb(0, 0, 115); font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;' lang="EN-US">)</span><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;' lang="EN-US"> </span><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕; mso-font-kerning: 0pt;'>라는 단체를 만났고<span lang="EN-US">, </span>그들은 몬트리올 패션 위크와 협력을 맺어 쇼케이스 프로젝트를 진행하고 있었다<span lang="EN-US">.
</span>그리고 그들은 친절하게 나에게 그들과 함께 일하지 않겠냐는 제의를 했다<span lang="EN-US">. </span>예술가가 되기
위해선 나는 패션과 미술이 동시에 필요했다<span lang="EN-US">. </span>나는 이것이 서로를 주도 한다고 생각되고 점점 작게 만들어서
그들의 차이를 없애도록 노력하고 있다<span lang="EN-US">.<o:p></o:p></span></span></font></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;' lang="EN-US"><o:p><font size="2">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;' lang="EN-US"><o:p><font size="2">&nbsp;</font></o:p></span></p><p><font size="3">

</font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal" align="right"><span style="font-family: Arial-BoldMT; mso-bidi-font-weight: bold; mso-bidi-font-family: Arial-BoldMT; mso-font-kerning: 0pt;" lang="EN-US"><font size="2">IMPORTANT IMAGES
CREDITS:</font></span></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal" align="right"><span style="font-family: Arial-BoldMT; mso-bidi-font-weight: bold; mso-bidi-font-family: Arial-BoldMT; mso-font-kerning: 0pt;" lang="EN-US"><font size="2">SS12 CAMPAIGN,
FW12 LOOKBOOK, SS12 LOOKBOOK CREDIT : MATHIEU FORTIN</font></span><font face="굴림"><span style="font-family: Arial-BoldMT; mso-bidi-font-weight: bold; mso-bidi-font-family: Arial-BoldMT; mso-font-kerning: 0pt;" lang="EN-US"><br></span></font></p><font face="굴림"></font><font size="2"><font face="굴림"><span style="font-family: Arial-BoldMT; mso-bidi-font-weight: bold; mso-bidi-font-family: Arial-BoldMT; mso-font-kerning: 0pt;" lang="EN-US"><p></p><p><font size="3"></font>&nbsp;</p><p><font size="3"></font>&nbsp;</p><p><font size="3"></font>&nbsp;</p><p>&nbsp;</p><p><br><img class="wyditor_img" border="0" src="http://designer-group.com/data/rental/editor/201204/4.-Interviewee-Contact.jpg"></p><p align="right"><strong><u><em><font face="Times New Roman">Samuel Mercure</font></em></u></strong></p><p align="right"><strong><em><u><font face="Times New Roman"><a href="http://samuelmercure.com" target="_blank">samuelmercure.com</a></font></u></em></strong></p><p align="right"><a href="mailto:sunwoo.pak@gmail.com"></a><u> </u></p><p align="center"><br><img class="wyditor_img" border="0" src="http://designer-group.com/data/rental/editor/201204/5.-Editor_%2339%3Bs-Contact.jpg"></p><p align="right"><strong><u><em><font face="Times New Roman">The Collected Presents</font></em></u></strong></p><p align="right"><strong><u><em><font face="Times New Roman">@the_collected</font></em></u></strong></p><p align="right"><u><font face="Times New Roman">Official Website <a href="http://thecollectedblack.tumblr.com/" target="_blank">The Collected</a></font></u></p><p align="right"><a href="mailto:sunwoo.pak@gmail.com"></a><u> </u></p><p align="center"><u> </u></p><p align="center"><u> </u></p><p align="center"><u></u>&nbsp;</p><p align="center"><u></u>&nbsp;</p><p align="center"> </p><p align="center"><u> </u></p><p align="center"><a href="http://d-magazine.co.kr/"><img class="wyditor_img" border="0" src="http://designer-group.com/data/rental/editor/201204/back-to-main.2.jpg"></a><br><img class="wyditor_img" border="0" src="http://designer-group.com/data/rental/editor/201202/copyrighit.1.jpg"></p><p align="center"><font size="3"></font><u> </u></p><p align="center"><br></p></span><span style='font-family: "바탕","serif"; mso-bidi-font-family: 바탕;' lang="EN-US"><o:p></o:p></span></font></font><p><font size="3">

</font></p></div>
                    </td>
                </tr>
            </table>
        
            
        </div>
        
        <table id="recom">
            <colgroup>
                <col width="14">
                <col width="*">
                <col width="80">
            </colgroup>
            <tr height="30">
                <div style='float: right; margin: 0px 0px 0px 0px;'>
                    <!--
                    <iframe allowtransparency='true' frameborder='0' scrolling='no' src='http://www.facebook.com/plugins/like.php?href=http://designer-group.com/lounge/post_test.asp?uid=1332&layout=button_count&show_faces=false&width=100&action=like&font=arial&colorscheme=light'
                        style='border: none; overflow: hidden; width: 110px; height: 27px;'></iframe>
                    
                    
                    <a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php"><span style="font-size:10pt;line-height:90%;color:White; vertical-align:middle;">share</span></a>
                    <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
                    -->

                    <a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">share</a>
                    <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
                </div>
                <div style='float: right; margin: 0px 0px 0px 0px; padding: 0px;'>
                    <a class='twitter-share-button' data-count='horizontal' data-lang='en' data-related='D-magazine'
                        data-text='D-magazine' data-url='http://d-magazine.co.kr/sub_view.asp?uid=1332'
                        data-via='d-magazine' href='http://twitter.com/share' rel='nofollow'></a>
                </div>
                <script src='http://platform.twitter.com/widgets.js' type='text/javascript'> 
                </script>
                
            </tr>
        </table>
        <div id="bodySns" class="fclear">
            
            <table border="0" cellpadding="0" cellspacing="0" width="100%">   
                <tr>   
                    <td id="container2">
                       <iframe name="post_test_reply" id="post_test_reply" src="http://designer-group.com/lounge/post_test_reply.asp?uid=1332" width="100%" height="100%" frameborder="0" scrolling="no" style="background-color:transparent"></iframe>
                    </td>   
                </tr>   
            </table>

        </div>
        <!--<div id="bodyCmt"></div>-->
        <div class="bottom">
            <table id="btmListHead">
                <tr>
                    
                    <td width="60px" height="27px" align="left">
                        <a href="sub_view.asp?uid=1320"><img src="http://d-magazine.co.kr/images/button/bull_pre.gif" alt="이전글"></a>
                    </td>
                    <td width="*" align="left" >
                        <a href="sub_view.asp?uid=1320">LEE WONJUN</a>
                    </td>
                    
                </tr>
                <tr>
                    
                    <td width="60px" height="27px" align="left">
                        <a href="sub_view.asp?uid=1394"><img src="http://d-magazine.co.kr/images/button/bull_next.gif" alt="이전글"></a>
                    </td>
                    <!--td onclick="javascript:location.href='post_test.asp?uid=1394';" style="cursor:hand">
                        다음글 (image)
                    </td-->
                    <td width="*" align="left">
                        <a href="sub_view.asp?uid=1394">MIDNIGHT MONSTER, Designer 권총탄</a>
                    </td>
                    
                </tr>
                <tr>
                    <td colspan="2" height="15px">
                    </td>
                </tr>
            </table>
        </div>
        <!--전체목록버튼-->
        <table id="paging">
            <colgroup>
                <col width="40">
                <col width="*">
                <col width="93">
            </colgroup>
            <tr>
                <td>
                </td>
                <td>
                </td>
                <td align="right">
                     
                        <a href="/sub_article.asp?uid=1332&code=young001">
                     
                    <img id="pageend" name="pageend" src="http://d-magazine.co.kr/images/button/btn_list.gif"/></a>
                </td>
            </tr>
        </table>
        
        
    </div>
</div>
<script language="JavaScript">
<!--
    document.all.post_test_reply.height =85+200; 
-->
</script>


                                </td>
							</tr>
						</table>

                         <!--공간-->
						  <div class="sp50"></div>
						  <!--공간-->
						 
						<!-- contents 끝-->

            </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>
