CINXE.COM
Superich
<!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"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://superich.heraldcorp.com/","20170701004350","https://web.archive.org/","web","/_static/", "1498869830"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>Superich</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="Cache-Control" content="no-cache"/> <meta http-equiv="Pragma" content="no-cache"/> <link rel="stylesheet" type="text/css" href="//web.archive.org/web/20170701004350cs_/http://res.heraldm.com/superich/version01/css/reset.css"/> <link rel="stylesheet" type="text/css" href="//web.archive.org/web/20170701004350cs_/http://res.heraldm.com/superich/version01/css/common.css"/> <script src="https://web.archive.org/web/20170701004350js_/http://code.jquery.com/jquery-latest.min.js"></script> <script type="text/javascript" src="//web.archive.org/web/20170701004350js_/http://res.heraldm.com/superich/version01/js/jquery.blockUI.js?pp=20170701094343"></script> <script type="text/javascript" src="//web.archive.org/web/20170701004350js_/http://res.heraldm.com/js/jst_common.js"></script> <script>(function() { var _fbq = window._fbq || (window._fbq = []); if (!_fbq.loaded) { var fbds = document.createElement('script'); fbds.async = true; fbds.src = '//web.archive.org/web/20170701004350/http://connect.facebook.net/en_US/fbds.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(fbds, s); _fbq.loaded = true; } _fbq.push(['addPixelId', '1440573646257323']); })(); window._fbq = window._fbq || []; window._fbq.push(['track', 'PixelInitialized', {}]); </script> <script> //뉴스레터 배너링크 var outLink = ""; if(outLink=="premiumIntro") { $(document ).ready( function() { premiumIntro(); }); } // header 상단 고정 $( document ).ready( function() { var jbOffset = $( '.header' ).offset(); $( window ).scroll( function() { if ( $( document ).scrollTop() > jbOffset.top ) { $( '.header' ).addClass( 'header_fx' ); } else { $( '.header' ).removeClass( 'header_fx' ); } }); $('.menu').click(function(){ $(this).toggleClass('active'); $(".menu_open").fadeToggle(); }); }); // menu_open /* $(window).load(function(){ $('.menu').click(function(){ $(this).toggleClass('active'); $(".menu_open").fadeToggle(); }); }); */ // hide #back-top first $("#back-top").hide(); // fade in #back-top $(function () { $(window).scroll(function () { if ($(this).scrollTop() > 100) { $('#back-top').fadeIn(); } else { $('#back-top').fadeOut(); } }); // scroll body to 0px on click $('#back-top a').click(function () { $('body,html').animate({ scrollTop: 0 }, 200); return false; }); }); function loginBox(){ $('#backLayer').hide(); $('#premiumIntro').hide(); $.blockUI({ message: $('#loginBox') ,css: {width: '500px', top :'5%',}}); window.scrollTo(0, 0); } function loginCheck(){ if(jst_input_check('login_uid',' 아이디')==false){ $("#login_uid").focus(); return; } if(jst_input_check('login_upwd',' 비밀번호')==false){ $("#login_upwd").focus(); return; } if($("#sfd_id").is(':checked')==1){ setCookie('sfd_id', $('#login_uid').val(), 7); }else{ setCookie('sfd_id', "", -1); } $.ajax({ type: "post", url: "/member/login_process.php", dataType : "json", data: 'mode=idCheck&uid='+$("#login_uid").val()+'&upwd='+$("#login_upwd").val(), timeout : 3000, async: true, error:function(jqXHR,textStatus,errorThrown){ if(textStatus==="timeout") alert("접속시간이 초과되었습니다. 다시 시도해주세요."); else alert("잠시 오류가 발생하였습니다. 에러코드 : "+textStatus); }, success: function(result){ if(result.code==1){ $('#frmLogin').attr({action:"/member/login_process.php", method:'post'}).submit(); }else{ alert(result.msg); $("#login_upwd").val(''); return; } } }); } function setCookie(cookieName, cookieVal, days){ var todayDate = new Date(); todayDate.setDate(todayDate.getDate()+ days); document.cookie = cookieName+'='+escape(cookieVal)+ '; path=/; expires='+todayDate.toGMTString()+';'; } function getCookie(){ var cookies = document.cookie.split('; '); for(var i = 0;i<cookies.length;i++){ if(cookies[i].split('=')[0] == 'sfd_id' ){ $('#login_uid').val(cookies[i].split('=')[1]); $("#sfd_id").attr("checked", true); } } } function CheckSearchIt(){ if($('.search-wrapper').hasClass('focused')) { if($("#ssk").val().length==0){ alert("검색어를 입력해주세요"); return; }else{ document.searchH.submit(); } } } function CheckSearchItList(){ if($("#ssk_list").val().length==0){ alert("검색어를 입력해주세요"); return; }else{ document.searchL.submit(); } } function searchInfo(searchType){ switch(searchType){ case 'ID': //ID 찾기 $.blockUI({ message: $('#searchIdBox') ,css: {width: '500px', top :'5%',}}); break; case 'PW': //PW 찾기 $.blockUI({ message: $('#searchPwBox') ,css: {width: '500px', top :'5%',}}); break; } } function searchInfoId(){ if(jst_input_check('si_uname',' 이름')==false){ return;} if(jst_input_check('si_email',' 이메일')==false){ return;} if(jst_input_check('si_uhp1',' 휴대폰')==false){ return;} if(jst_input_check('si_uhp2',' 휴대폰')==false){ return;} if(jst_input_check('si_uhp3',' 휴대폰')==false){ return;} $.ajax({ type: "post", url: "/member/search_id_process.php", dataType : "html", data: 'uname='+$("#si_uname").val()+'&email='+$("#si_email").val()+'&uhp1='+$("#si_uhp1").val()+'&uhp2='+$("#si_uhp2").val()+'&uhp3='+$("#si_uhp3").val(), timeout : 3000, async: true, error:function(jqXHR,textStatus,errorThrown){ if(textStatus==="timeout") alert("접속시간이 초과되었습니다. 다시 시도해주세요."); else alert("잠시 오류가 발생하였습니다. 에러코드 : "+textStatus); }, success: function(result){ $.blockUI({ message: $('#searchIdResult') ,css: {width: '500px', top :'5%',}}); $("#searchIdResult").html(result); } }); } function searchInfoPw(){ if(jst_input_check('sp_uid','아이디')==false){ return;} if(jst_input_check('sp_uname',' 이름')==false){ return;} if(jst_input_check('sp_email',' 이메일')==false){ return;} var params = $("#sp_uid").val()+'|'+$("#sp_uname").val()+"|"+$("#sp_email").val(); if( $("input[id='sp_authtype']:checked").val() == "mobile") { //휴대폰 인증 //document.frmSearchPw.m.value='checkplusSerivce'; //$("#m").val('checkplusSerivce'); document.forms['frmSearchPw'].m.value='checkplusSerivce'; $("#param_r1").val(params); var objPopUpHP = window.open('about:blank', 'popupHpChk', 'width=500, height=550, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbar=no'); document.frmSearchPw.action = "https://web.archive.org/web/20170701004350/https://nice.checkplus.co.kr/CheckPlusSafeModel/checkplus.cb"; document.frmSearchPw.target = "popupHpChk"; document.frmSearchPw.submit(); } } function searchInfoPwResult(){ var pwResult = $("#searchPwResultHtml").val(); $("#searchPwResult").html(pwResult); $.blockUI({ message: $('#searchPwResult') ,css: {width: '500px', top :'5%',}}); } function premiumIntro(){ //$.blockUI({ message: $('#premiumIntro') ,css: {width: '767px', top :'2%', marginLeft:'-350px',}}); $(function(){$.unblockUI();}); var obj = $('#premiumIntro'); var scrollwidth = window.outWidth - window.innerWidth; var iHeight = 43; var iWidth = (window.innerWidth / 2) - obj.width() / 2; var maskW = window.innerWidth-scrollwidth; var maskH = $(document).height(); $('#html').css("overflow","hidden"); $('#backLayer').css({'width':maskW,'height':maskH}); $('#backLayer').fadeTo('300',0.5); obj.css({ position: 'absolute', display:'block', top: iHeight, left: iWidth }); } $(document).ready(function() { getCookie(); }); function logOut(){ $('#frmLogout').attr({action:"/member/logout.php", method:'post'}).submit(); } </script> <style type="text/css"> #backLayer {position:absolute; z-index:198; top:0; left:0; background-color:#000; display:none; overflow:hidden; width:100%;} .premiumIntro{position:absolute; width:767px; height:1342px; border:solid 2px #446cb2; background:#FFF; overflow:no; z-index:199; padding:0px; margin:0px;} </style> </head> <div id="backLayer"></div> <body> <!--top--> <p id="back-top"><a href="#top">Back To Top</a></p> <!--// top--> <!--bnn_1_goo--> <div class="bnn_1_goo"> <iframe src="https://web.archive.org/web/20170701004350if_/http://adw.heraldm.com/cgi-bin/conad.fcgi/superich/SR_Main_Top_970" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" width="970" height="90"></iframe> </div> <!--// bnn_1_goo--> <!--header--> <div class="header"> <!--gnb_bg--> <div class="gnb_bg"> <div class="gnb mauto"> <!--gnb_l--> <ul class="gnb_l f200"> <li><a href="https://web.archive.org/web/20170701004350/http://nbiz.heraldcorp.com/" target="_blank" class="mr10 pt5 pb5">헤럴드경제</a></li> <li><a href="https://web.archive.org/web/20170701004350/http://www.koreaherald.com/" target="_blank" class="mr10 pt5 pb5">코리아헤럴드</a></li> <li><a href="https://web.archive.org/web/20170701004350/http://www.theinvestor.co.kr/" target="_blank" class="mr10 pt5 pb5">더인베스터</a></li> <li><a href="https://web.archive.org/web/20170701004350/http://www.realfoods.co.kr/" target="_blank" class="mr10 pt5 pb5">리얼푸드</a></li> <li><a href="https://web.archive.org/web/20170701004350/http://pop.heraldcorp.com/" target="_blank" class="mr10 pt5 pb5">헤럴드POP</a></li> <li><a href="https://web.archive.org/web/20170701004350/http://kpopherald.koreaherald.com/" target="_blank" class="mr10 pt5 pb5">K-POP헤럴드</a></li> <li><a href="https://web.archive.org/web/20170701004350/http://www.juniorherald.co.kr/" target="_blank" class="mr10 pt5 pb5">주니어헤럴드</a></li> <li><a href="https://web.archive.org/web/20170701004350/http://hooc.heraldcorp.com/" target="_blank" class="mr10 pt5 pb5">HOOC</a></li> </ul> <!--// gnb_l--> <!--gnb_r--> <ul class="gnb_r f500"> <li><a href="javascript:premiumIntro();" class="pt5 pb5"><span class="col_black">SUPERICH</span> PREMIUM</a></li> </ul> <!--// gnb_r--> </div> </div> <!--// gnb_bg--> <!--lnb_bg--> <div class="lnb_bg"> <div class="lnb mauto"> <ul class="lnb_l mt50"> <li class="mr5"><a href="https://web.archive.org/web/20170701004350/https://www.facebook.com/TheHeraldSuperich" target="_blank"><img src="//web.archive.org/web/20170701004350im_/http://res.heraldm.com/superich/version01/img/sns_1.png" width="22" height="21" alt="Facebook" title="Facebook"/></a></li> <li class="mr5"><a href="https://web.archive.org/web/20170701004350/https://www.instagram.com/superich_herald" target="_blank"><img src="//web.archive.org/web/20170701004350im_/http://res.heraldm.com/superich/version01/img/sns_2.png" width="22" height="21" alt="Instagram" title="Instagram"/></a></li> <li class="mr5"><a href="https://web.archive.org/web/20170701004350/https://story.kakao.com/ch/superich" target="_blank"><img src="//web.archive.org/web/20170701004350im_/http://res.heraldm.com/superich/version01/img/sns_3.png" width="22" height="21" alt="Kakaostory" title="Kakaostory"/></a></li> <li class="mr5"><a href="https://web.archive.org/web/20170701004350/http://biz.heraldcorp.com/custom/newsletter.php" target="_blank"><img src="//web.archive.org/web/20170701004350im_/http://res.heraldm.com/superich/version01/img/sns_4.png" width="22" height="21" alt="mail" title="mail"/></a></li> </ul> <a href="/web/20170701004350/http://superich.heraldcorp.com/" class="logo mt30"><img src="//web.archive.org/web/20170701004350im_/http://res.heraldm.com/superich/version01/img/logo.png" width="170" height="50" alt="SUPERICH" title="SUPERICH"/></a> <ul class="lnb_r"> <li> <!--lnb_sch--> <form name="searchH" id="searchH" onsubmit="CheckSearchIt(); return false;" action="/web/20170701004350/http://superich.heraldcorp.com/search_list.php" method="get"> <div class="search-wrapper"><input class="search-input" type="text" name="ssk" id="ssk" placeholder="Search"/><img src="//web.archive.org/web/20170701004350im_/http://res.heraldm.com/superich/version01/img/sns_5.png" class="ion-search" onclick="CheckSearchIt(); return false;"/></div> </form> <script> var searchWrapper = document.querySelector('.search-wrapper'), searchInput = document.querySelector('.search-input'); document.addEventListener('click', function (e) { if (~e.target.className.indexOf('search')) { searchWrapper.classList.add('focused'); searchInput.focus(); } else { searchWrapper.classList.remove('focused'); } }); </script> <!--// lnb_sch--> </li> <li><a href="javascript:loginBox();" style="padding:7px 0 0 0"><img src="//web.archive.org/web/20170701004350im_/http://res.heraldm.com/superich/version01/img/sns_6.png"/></a></li> <li style="padding:7px 0 0 6px"> <button type="button" class="menu"><span class="bar1"></span><span class="bar2"></span><span class="bar3"></span></button> </li> </ul> </div> </div> <!--// lnb_bg--> <!--menu_open--> <div class="menu_open pt25"> <div class="menu_open_line"> <form name="frmLogout" id="frmLogout" method="post"> <input type="hidden" name="sru" id="sru" value="/index.php"/> <ul class="menu_open_li1 clr pb25 mauto f300"> <li> </li><li> </li> <li><a href="javascript:premiumIntro();"><img src="//web.archive.org/web/20170701004350im_/http://res.heraldm.com/superich/version01/img/sns_7.png"/>소개</a></li> <li><a href="javascript:loginBox();"><img src="//web.archive.org/web/20170701004350im_/http://res.heraldm.com/superich/version01/img/sns_8.png"/>로그인</a></li> </ul> </form> </div> <ul class="menu_open_li2 pt25 pb25 clr mauto f300"> <li><a href="/web/20170701004350/http://superich.heraldcorp.com/list.php?sec=01-74-03">Personality</br>(인물)</a></li> <li><a href="./list.php?sec=01-74-02">Issue</br> (이슈)</a></li> <li><a href="/web/20170701004350/http://superich.heraldcorp.com/list.php?sec=01-74-01">Data&Ranking;</br>(데이터&랭킹)</a></li> <li><a href="/web/20170701004350/http://superich.heraldcorp.com/list.php?sec=01-74-08">StartUp</br>(혁신&창업)</a></li> <li><a href="/web/20170701004350/http://superich.heraldcorp.com/list.php?sec=01-74-04">Life</br>(라이프)</a></li> <li><a href="/web/20170701004350/http://superich.heraldcorp.com/list.php?sec=01-74-07">China</br>(차이나)</a></li> <li><a href="/web/20170701004350/http://superich.heraldcorp.com/rich100_list.php">Korea 100</br>(100대부호)</a></li> </ul> <div class="menu_open_li3_bg"> <div class="menu_open_li3 mauto f300">고객센터 02.727.0073</div> </div> </div> <!--// menu_open--> </div><div class="header_blank"></div> <div class="loginbox" id="loginBox" style="display:none;background-color:#FFF;"> <div id="backLayer"></div> <div class="loginbox_tit">SUPERICH 로그인</div> <div class="loginbox_close" onclick="$(function(){$.unblockUI();});return false;"><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/hbom/superich/img/close.png" width="23" height="23"/></div> <div class="loginbox_text">회원 로그인 후 프리미엄 서비스(유료)를 이용하실 수 있습니다.</div> <form name="frmLogin" id="frmLogin" method="post" action="/web/20170701004350/http://superich.heraldcorp.com/member/login_process.php"> <input type="hidden" name="sru" value="/index.php"/> <table class="box_table1"> <tr> <td colspan="3"><input type="text" style="width:312px; border:1px solid #e0e0e0; height:25px;" id="login_uid" name="uid" placeholder="아이디"/></td> </tr> <tr> <td colspan="3"><input type="password" style="width:312px; border:1px solid #e0e0e0; height:25px;" id="login_upwd" name="upwd" placeholder="비밀번호"/></td> </tr> <tr> <td colspan="3"><a class="btn-org" href="javascript:loginCheck();" style="width:312px; height:35px; line-height:35px;" id="loginBtn">로그인 </a></td> </tr> <tr> <td width="138"><input type="checkbox" name="sfd_id" id="sfd_id" value="1" style="margin-right:5px;"/>아이디 저장</td> <td width="80"><a class="btn-org1" style="width:100px; margin-right:10px;" href="javascript:searchInfo('ID');">아이디 찾기</a></td> <td width="76"><a class="btn-org1" style="width:100px;" href="javascript:searchInfo('PW');">비밀번호 찾기</a></td> </tr> </table> </form> <div class="logoin_infor"> <div class="logoin_infor_t"><strong> * 슈퍼리치 프리미엄 서비스(유료) 회원가입</strong>을 원하시는 <br/>기업 또는 일반 회원님들은 고객센터로 문의바랍니다. </div> <div style="width:100%; overflow:hidden; text-align:center"> <div class="inforbox" style=" display:inline-block; vertical-align:top"><a href="javascript:premiumIntro();">슈퍼리치 프리미엄 서비스 안내 </a></div> <a href="https://web.archive.org/web/20170701004350/http://res.heraldm.com/hbom/superich/img/[슈퍼리치 프리미엄] 가입신청서.docx" style="background:#5477b1; color:#fff; width:100px; line-height:37px; display:inline-block; overflow:hidden; vertical-align:top; text-decoration:none; font-size:11px; margin-left:10px">가입신청서 ></a> </div> <h3><strong>회원 가입 및 이용문의 (고객센터)</strong></h3> <div class="customer_l" style="padding-right: 50px; padding-left: 50px; ">Tel : 02-727-0073</div> <div class="customer_r"><a href="https://web.archive.org/web/20170701004350/mailto:sulhwa@heraldcorp.com">E-mail : sulhwa@heraldcorp.com</a></br>Fax : 02-727-0670</div> </div> <div style="text-align:center; margin:15px 0px;" onclick="$(function(){$.unblockUI();}); return false;"><a class="btn-org1" style="width:60px;">닫기</a></div> </div> <div class="loginbox" id="searchIdBox" style="display:none;background-color:#FFF;"> <div class="loginbox_tit">SUPERICH 아이디 찾기</div> <div class="loginbox_close" onclick="$(function(){$.unblockUI();});return false;"><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/hbom/superich/img/close.png" width="23" height="23"/></div> <div class="loginbox_text">회원으로 등록된 담당자 이름/이메일/휴대폰 번호 확인 후 <br/>아이디 정보를 확인하실 수 있습니다.</div> <form name="frmSearchId" id="frmSearchId" method="post"> <table class="box_table1"> <tr> <td width="80">이름</td> <td width="250"><input type="text" style="width:250px; border:1px solid #e0e0e0; height:25px;" id="si_uname" name="uname" placeholder=""></td> </tr> <tr> <td>이메일</td> <td><input type="text" style="width:250px; border:1px solid #e0e0e0; height:25px;" id="si_email" name="email" placeholder=""></td> </tr> <tr> <td>휴대전화</td> <td><input type="text" style="width:60px; border:1px solid #e0e0e0; height:25px;" id="si_uhp1" name="uhp1" placeholder=""> - <input type="text" style="width:60px; border:1px solid #e0e0e0; height:25px;" id="si_uhp2" name="si_uhp2" placeholder=""> - <input type="text" style="width:60px; border:1px solid #e0e0e0; height:25px;" id="si_uhp3" name="uhp3" placeholder=""></td> </tr> <tr> <td colspan="2"><a class="btn-org" href="javascript:searchInfoId();" style="width:312px; height:35px; line-height:35px;">확인</a></td> </tr> <tr> <td colspan="2"> <table width="100%" border="0"> <tr> <td width="55%">비밀번호를 분실하셨나요?</td> <td style="text-align:right; "><a class="btn-org1" style="width:120px;" href="javascript:searchInfo('PW');">비밀번호 찾기</a></td> </tr> </table> </td> </tr> </table> </form> </div> <div class="loginbox" id="searchPwBox" style="display:none;background-color:#FFF;"> <div class="loginbox_tit">SUPERICH 비밀번호 찾기</div> <div class="loginbox_close" onclick="$(function(){$.unblockUI();});return false;"><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/hbom/superich/img/close.png" width="23" height="23"/></div> <div class="loginbox_text">회원으로 등록된 담당자 휴대폰 인증을 통해 임시비밀번호를 발급받으실 수 있습니다.</div> <form name="frmSearchPw" id="frmSearchPw" method="post" action="/web/20170701004350/http://superich.heraldcorp.com/member/search_pw_process.php"> <input type="hidden" id="m" name="m" value="pubmain"/> <input type="hidden" id="enc_data" name="enc_data" value="AgEESDA1MXtpw3y+RbWoHqEizG2hPMkKtNVfrHwKLEsn7OcFZpuzBUF22JZBUXodvMpIP6brqfunvWGwLsDC887+JuN3LHGBQgrLZnREfpXWaBSzXFuxjYoDtHI2BdbWMYP5WF/jOmknrgOAkIcEn/cf7Kza93zLaOLDYd8IR6IluEiNr4s40iXdwZbvuTWNMsfX7eicbogthhiAzmD6XIYHBFrfdmirJMSP7mEgVkkgQADahokUNQUZFyG2QgVt2tIBQVB6/dIwvWfqJlX9c127yOyN3S1n8Bw0FZ5nfY142V7o47ncIHueTMv9zMJb5TST7Jzu/A=="/> <input type="hidden" id="EncodeData" name="EncodeData" value="AgAFRzQ1NDgLmSCF4pIQrRlw4uj7lwYx1uE4TcKR7mwCMsxwBdgC8fXEeBv6BcyMLrqLCaOuNq3ML2vsGaWxgu4HgRfgpVja+3VHcYO0EHJaeBFC2EW7w3BKc2SBNgv8lnQRerl7mDOM1jbEXjN0tb7mXb3yY6i6y2jiw2HfCEeiJbhIja+LOLTV/kzC7R4CaTvHckJa0SeaAaMQmOv93muWctumxwwfc3sq9V4+4HGBNyByUuz3G/4h2mL+sH6FiqM46lk4gro+eeF6+O/DHTtdzBytsaoTim8dSrlV7IjDQI7jDPrq0m9Ch9UfJGWiGDhNSGgDNZq3p19Iddc674HFN2VCLJAKMex5RgQvOgZ8gvtMndwRdEt+GolBOmyL/oz7AvuYQj9PGLQnuwgOc5WCzMOgD8qqIR6+1xIrmYBpEj356Cxn/n4Khv1s81P8Yk2bpkzAD0MBJAKaRzyoxJslPLvUra22JjRcmS/B4HVNnCkAP7Zu0g=="> <!-- 휴대폰 인증값위에서 업체정보를 암호화 한 데이타입니다. --> <input type="hidden" id="param_r1" name="param_r1" value=""/> <input type="hidden" name="param_r2" value=""/> <input type="hidden" name="searchPwResultHtml" id="searchPwResultHtml"/> <table class="box_table1"> <tr> <td width="100">아이디</td> <td width="221"><input type="text" style="width:225px; border:1px solid #e0e0e0; height:25px;" id="sp_uid" name="uid" placeholder=" "></td> </tr> <tr> <td>이름</td> <td><input type="text" style="width:225px; border:1px solid #e0e0e0; height:25px;" id="sp_uname" name="uname" placeholder=""></td> </tr> <tr> <td>이메일</td> <td><input type="text" style="width:225px; border:1px solid #e0e0e0; height:25px;" id="sp_email" name="email" placeholder=""></td> </tr> <tr> <td>인증수단</td> <td><input type="radio" name="sp_authtype" id="sp_authtype" value="mobile" checked/><label for="radio"> 휴대폰 인증</label></td> </tr> <tr> <td colspan="2"><a class="btn-org" href="javascript:searchInfoPw();" style="width:312px; height:35px; line-height:35px;">확인</a></td> </tr> </table> </form> </div> <div id="searchIdResult"></div> <div id="searchPwResult" style="display:none; background-color:#FFF;"></div> <div id="premiumIntro" class="noticePopup" style="display:none; margin:0 auto; width:767px; z-index:2000;"><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/hbom/superich/img/superich.jpg" alt="" width="767" height="1342" usemap="#Map" border="0"> <map name="Map"> <area shape="rect" coords="243,1263,375,1297" href="https://web.archive.org/web/20170701004350/http://res.heraldm.com/hbom/superich/img/[슈퍼리치 프리미엄] 가입신청서.docx"/> <area shape="rect" coords="730,3,765,38" href="#" onclick="$('#backLayer').hide(); $('#premiumIntro').hide();"> <area shape="rect" coords="391,1263,523,1297" href="javascript:loginBox();"><!--변경--> <area shape="rect" coords="478,1059,614,1078" href="https://web.archive.org/web/20170701004350/mailto:gudok@heraldcorp.com"><!--변경--> </map> </div> <!--// header--><!--main--> <script> $(function() { var $window = $(window); $('.content').each(function(index) { var $self = $(this); var offsetCoords = $self.offset(); $(window).scroll(function() { // If this section is in view if (($window.scrollTop() + $window.height()) > offsetCoords.top && ((offsetCoords.top + $self.height()) > $window.scrollTop())) { var yPos = -($window.scrollTop() / 8); if ($self.attr('id') != 'first') { yPos += 126; } var coords = '50%' + yPos + 'px'; $self.css('backgroundPosition', coords); // Check for other sprites in this section $('.sprite', $self).each(function(index) { var $sprite = $(this); var yPos = -($window.scrollTop() / $sprite.data('speed')) + $sprite.data('offsety'); $sprite.css('top', yPos); }); } }); }); }); </script> <div id="first" class="content mauto" style="background: url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/06/28/20170628145608202010.jpg) 50% 0 #999 no-repeat fixed; background-size:cover"></div> <!--// main--> <!--main_t_bg--> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170628000621&sec=01-74-02" class="main_t_bg mauto"> <div class="main_t1 f800 ellipsis3">아마존이 인수한 ‘홀푸드마켓’ 어떻게 변할까?</div> <div class="main_t2_bg"> <div class="main_t2 f200 common_t3 ellipsis6">세계적인 전자상거래 기업 아마존(Amazon)이 미국 최대 유기농 식품 체인 홀푸드마켓(Whole Foods Market)을 인수했습니다. 온라인 만물상으로 활약하며 몸집을 불려온 ‘공룡’이 발표한 다소 의외인 선택이 미국 유통가를 뒤흔들고 있죠. 이를 두고 오프라인에서 강력한 유통망을 가지고 있으면서 최근 온라인 전장에 뛰어든 월마트(Walmart)와의 경쟁 구도가 점입가경이라는 해설이 지배적입니다.</div> <div class="line_1 clr transition"></div><div class="main_t3 f600 clr transition">VIEW DETAIL</div> </div> </a> <!--// main_t_bg--> <div class="con mauto" style="padding:0 4px"> <ul class="main_li1"> <li> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170614000385&sec=01-74-07"> <div class="main_li1_img"><div class="sum_over"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/06/23/20170623172529138585.jpg"/></div> <div class="common_t2 f600 ellipsis transition" style="margin-bottom:4px">[차이나] 중국의 ‘기부왕’들</div> <div class="line_1 clr transition"></div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; padding-top:9px"> 중국 부자연구소로 유명한 후룬(胡潤)연구소는 중국 부호 3000여명의 기부 현황을 조사해 ‘후룬 자선가 순위 2017’를 발표했다. 왕젠린, 마윈, 마화텅 등 잘 알려진 억만장자들의 이름이 눈에 띄는 한편, 이들보다는 국제적으로 덜 알려진 거부들의 이름도 다양하다. </div> </a> </li> <li> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/superich/view.php?ud=20170317000004&sec=01-74-07"> <div class="main_li1_img"><div class="sum_over"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/06/23/20170623172720580398.jpg"/></div> <div class="common_t2 f600 ellipsis transition" style="margin-bottom:4px">[라이프] 덴마크 왕세자빈이 극찬한 리퍼브 슈퍼마켓</div> <div class="line_1 clr transition"></div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; padding-top:9px"> 리퍼브 제품(Refurbished productㆍ재공급품)이 자원 재활용을 통해 환경보호에 기여하는 ‘착한 소비’ 방식으로 떠오르고 있다.덴마크 수도 쾨벤하운(코펜하겐)에 위치한 ‘위푸드’(WeFood)는 세계 최초의 식품 리퍼브 전문 슈퍼마켓이다. </div> </a> </li> <li> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170526000499&sec=01-74-08"> <div class="main_li1_img"><div class="sum_over"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/06/23/20170623173017700571.jpg"/></div> <div class="common_t2 f600 ellipsis transition" style="margin-bottom:4px">[Start Up] 실리콘밸리 급여업무 해결사 ‘거스토’</div> <div class="line_1 clr transition"></div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; padding-top:9px"> 세계 혁신 산업의 심장부 실리콘벨리. 많은 기업들이 '애용(?)'하는 기업이 있다. 2011년 설립한 핀테크 스타트업 ‘거스토(Gusto)’는 클라우드 시스템을 기반으로 자동 세금 계산과 함께 급여를 지급하는 등의 기업 회계업무 프로그램을 판매한다. 이곳의 공동창업자는 한국인 에드워드 김이다. </div> </a> </li> <li> <div class="bnn_1_goo" style="width:264px; height:239px; margin:8px 0 13px"><iframe src="https://web.archive.org/web/20170701004350if_/http://adw.heraldm.com/cgi-bin/conad.fcgi/superich/SR_Main_Right1_234" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" width="234" height="180"></iframe></div> <dl class="main_li3 ml10 mr10"> <dt class="common_t2 f600 ellipsis">MOST READ STORIES</dt> <dd><span class="f600">1. </span><a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170630000524&sec=01-74-03" class="ellipsis f400">구글 나와 스타트업과 ‘결혼’한 두 명의 데이비드 리</a></dd> <dd><span class="f600">2. </span><a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170630000525&sec=01-74-02" class="ellipsis f400">콘서트 같은 열기, ‘스파크랩 데모데이9’</a></dd> <dd><span class="f600">3. </span><a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170628000621&sec=01-74-02" class="ellipsis f400">아마존이 인수한 ‘홀푸드마켓’은 어떻게 변화할까?</a></dd> <dd><span class="f600">4. </span><a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170628000622&sec=01-74-04" class="ellipsis f400">그들이 ‘여행’으로 얻은 것? 어제와 다른 오늘</a></dd> <dd><span class="f600">5. </span><a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170623000662&sec=01-74-04" class="ellipsis f400">美 ‘IT 거물’ 5인방이 밝힌 ‘나의 인생 책’</a></dd> </dl> </li> </ul> </div> <!--tit--> <div class="con mauto" style="text-align:center"> <div class="tit_bg pt50"><div class="tit common_t1 f800">LATEST ARTICLE</div><div class="line_1 clr transition"></div></div> </div> <!--// tit--> <!--con--> <div class="con mauto"> <ul class="main_li1"> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170630000525&sec=01-74-02" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/29/20170629000448_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">콘서트 같은 열기, ‘스파크랩 데모데이9’</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=이세진 기자] 글로벌 스타트업들의 데뷔 무대가 서울에서 펼쳐졌다. 관객석을 가득 채운 2200여 명 청중은 아이디어를 현실화한 이들을 지켜봤다. 28일 오후 서울 강남구 코엑스 오디토리움에서는 글로벌 스타트업 액셀러레이터인 스파크랩(SparkLabs)이 개최한 ‘제9기 데모데이’가 열렸다. 2012년 출범한 스파크랩은 매년...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170630000524&sec=01-74-03" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/29/20170629000942_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">구글 나와 스타트업과 ‘결혼’한 두 명의 데이비드 리</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식ㆍ이세진 기자] 스타트업이 자금을 수혈받는 과정은 결혼과 비슷합니다. 창업자와 투자자(스타트업 인큐베이터)가 일종의 ‘의식’을 치릅니다. 그 뒤부터가 중요합니다. 창업 회사와 투자자는 사실상 한 배를 타는 것이니까요. 다양한 이력을 지닌 이들 투자자 가운데엔, 세계 최고의 정보기술기업으로 올라선 구글 ...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170628000622&sec=01-74-04" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/27/20170627000875_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">그들이 ‘여행’으로 얻은 것? 어제와 다른 오늘</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=윤현종ㆍ민상식 기자] “인도 여행은 우리가 하고 있는 일의 중요성을 다시 한 번 일깨웠다. 앞으로도 항상 (그 때의 경험을) 기억할 것이다” 개인자산 73조 4280억 원(647억 달러)을 소유한 마크 저커버그(33) 페이스북 창업자는 9년 전 배낭여행의 기억을 떠올리며 이렇게 말한 바 있다.그가 낯선 대륙을 찾은 것은 2008...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170623000661&sec=01-74-02" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/20/20170620000860_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">이 회사의 직원들은 더 이상 ‘난민’이 아닙니다</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=윤현종ㆍ민상식 기자] “인종ㆍ종교ㆍ국적ㆍ특정사회집단의 구성원 신분 또는 정치적 의견을 이유로 박해를 받을 우려가 있는 합리적인 근거가 있는 공포때문에,자신의 국적국 밖에 있는 자. 국적국의 보호를 받을 수 없거나, 또는 그러한 공포 때문에 국적국의 보호를 받기 원치 않는 자”1951년 ‘난민의 지위에 관한 협약...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170623000662&sec=01-74-04" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/23/20170623000586_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">美 ‘IT 거물’ 5인방이 밝힌 ‘나의 인생 책’</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=윤현종ㆍ이세진 기자] 개인자산 10억달러(1조 1400억원) 이상을 소유한 사람들을 일컫는 ‘빌리어네어(Billionaire) 클럽’에서 가장 큰 지분(?)을 쥐고 있는 이들은 미국인입니다. 그 가운데서도 정보통신기술(ICT)업계 출신이 가장 두각을 나타내고 있죠. 자산 기준 세계 1ㆍ2위부자도 모두 미국 IT업계가 낳은 기린아들입...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170621000669&sec=01-74-02" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/20/20170620001030_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">불매운동 1년여…‘침묵’ 중인 옥시 오너家</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=윤현종ㆍ이세진 기자] “OXY OUT”지난 15일 서울 여의도 서울국제금융센터(IFC) 빌딩 옥시 한국 본사 앞을 찾은 가습기 살균제 피해자ㆍ가족모임, 그리고 가습기 살균제참사 전국네트워크의 기자회견문 마지막 문장이다.이 단체들은 환경부가 한국환경보건학회에 의뢰한 연구결과를 인용해 “가습기 살균제 사용자 10명 중...</div> </div> </a> </li> </ul> </div> <!--// con--> <!--con_gray--> <div class="con_gray"> <div class="con mauto" style="overflow:visible"> <!--tit--> <div class="con mauto" style="text-align:center; padding:0 0 28px"> <div class="tit_bg pt50"><div class="tit common_t1 f800">KOREA SUPERICH 100 </div><div class="line_1 clr transition"></div><div class="tit2 f300" style="padding-bottom:16px">한국 100대 부호 순위</div></div> </div> <!--// tit--> <!--slide--> <div class="variable slider mauto"><!--10위까지 노출--> <!--2위--> <!--1위--> <div class="rich_bg p5" style="width:392px; background:url(//web.archive.org/web/20170701004350im_/http://res.heraldm.com/superich/version01/img/rich.png) no-repeat #fff"> <div class="rich_l"><div class="rich_t1" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=132&simg=/content/superich/2017/02/14/20170214124808_member_upicture_1_9612.jpg) center center; background-size:cover; margin:57px 0 0 35px"></div></div> <div class="rich_r"> <ul class="rich_li1" style="font-size:30px"> <li class="f800 ellipsis">No. 1 <span class="col_black f300" style="font-size:19.5px"><span style="font:16.5px">-</span></span></li> <li class="f800 ellipsis">이건희</li> <li class="f400 ellipsis" style="line-height:46px; letter-spacing:-1.6px">16조 9823억</li> <li class="f300 ellipsis" style="font-size:19.5px; color:#acacac; letter-spacing:-0.5px; line-height:45px">삼성전자, 회장</li> </ul> </div> <ul class="rich_li2 clr"> <li class="f300">전일대비 <span class="col_black ellipsis" style="float:right; max-width:250px"><span style="font-size:14px">- </span></span> </li><!--하락일경우--> <li class="f300">등락률 <div class="col_black ellipsis" style="float:right; max-width:250px"><span style="font-size:14px">- </span></div></li><!--상승일경우--> <!--변동이없는경우<div class="col_black ellipsis" style="float:right; max-width:250px">-</div>--> <li class="mt20"><a href="rich100_view.php?field=&search=&soption=&pg=1&num=1" class="rich_btn transition f300 mauto" style="text-align:center">자세히보기</a></li> </ul> </div> <!--// 1위--> <div class="rich_bg p5"> <ul class="rich_li3 pt15 pl10 pr10 pb5"> <li class="common_t2 f800 ellipsis" style="margin:3px 0 11px">No.2</li> <li class="rich_t1 mauto" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=132&simg=/content/superich/2016/03/23/20160323175310_member_upicture_2_9911.jpg) center center; background-size:cover; margin-bottom:13px"></li> <li class="rich_t2 col_black ellipsis" style="margin-bottom:9px">-</li> <li class="common_t2 f800 ellipsis">서경배</li> <li class="common_t2 f400 ellipsis" style="margin-bottom:3px">8조 5993억</li> <li class="common_t3 f300 ellipsis" style="margin-bottom:11px">아모레퍼시픽, 회장</li> <li><a href="rich100_view.php?field=&search=&soption=&pg=1&num=2" class="rich_btn transition f300 mauto">자세히보기</a></li> </ul> </div> <div class="rich_bg p5"> <ul class="rich_li3 pt15 pl10 pr10 pb5"> <li class="common_t2 f800 ellipsis" style="margin:3px 0 11px">No.3</li> <li class="rich_t1 mauto" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=132&simg=/content/superich/2016/02/11/20160211155646_member_upicture_3_5805.jpg) center center; background-size:cover; margin-bottom:13px"></li> <li class="rich_t2 col_black ellipsis" style="margin-bottom:9px">-</li> <li class="common_t2 f800 ellipsis">이재용</li> <li class="common_t2 f400 ellipsis" style="margin-bottom:3px">7조 7462억</li> <li class="common_t3 f300 ellipsis" style="margin-bottom:11px">삼성전자, 부회장</li> <li><a href="rich100_view.php?field=&search=&soption=&pg=1&num=3" class="rich_btn transition f300 mauto">자세히보기</a></li> </ul> </div> <div class="rich_bg p5"> <ul class="rich_li3 pt15 pl10 pr10 pb5"> <li class="common_t2 f800 ellipsis" style="margin:3px 0 11px">No.4</li> <li class="rich_t1 mauto" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=132&simg=/content/superich/2016/03/23/20160323175048_member_upicture_4_2229.jpg) center center; background-size:cover; margin-bottom:13px"></li> <li class="rich_t2 col_black ellipsis" style="margin-bottom:9px">-</li> <li class="common_t2 f800 ellipsis">정몽구</li> <li class="common_t2 f400 ellipsis" style="margin-bottom:3px">4조 9256억</li> <li class="common_t3 f300 ellipsis" style="margin-bottom:11px">현대차그룹, 회장</li> <li><a href="rich100_view.php?field=&search=&soption=&pg=1&num=4" class="rich_btn transition f300 mauto">자세히보기</a></li> </ul> </div> <div class="rich_bg p5"> <ul class="rich_li3 pt15 pl10 pr10 pb5"> <li class="common_t2 f800 ellipsis" style="margin:3px 0 11px">No.5</li> <li class="rich_t1 mauto" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=132&simg=/content/superich/2016/03/23/20160323175554_member_upicture_5_9286.jpg) center center; background-size:cover; margin-bottom:13px"></li> <li class="rich_t2 col_black ellipsis" style="margin-bottom:9px">-</li> <li class="common_t2 f800 ellipsis">최태원</li> <li class="common_t2 f400 ellipsis" style="margin-bottom:3px">4조 5481억</li> <li class="common_t3 f300 ellipsis" style="margin-bottom:11px">SK그룹, 회장</li> <li><a href="rich100_view.php?field=&search=&soption=&pg=1&num=5" class="rich_btn transition f300 mauto">자세히보기</a></li> </ul> </div> <div class="rich_bg p5"> <ul class="rich_li3 pt15 pl10 pr10 pb5"> <li class="common_t2 f800 ellipsis" style="margin:3px 0 11px">No.6</li> <li class="rich_t1 mauto" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=132&simg=/content/superich/2016/02/12/20160212135624_member_upicture_19_4741.jpg) center center; background-size:cover; margin-bottom:13px"></li> <li class="rich_t2 col_black ellipsis" style="margin-bottom:9px">-</li> <li class="common_t2 f800 ellipsis">박현주</li> <li class="common_t2 f400 ellipsis" style="margin-bottom:3px">3조 6408억</li> <li class="common_t3 f300 ellipsis" style="margin-bottom:11px">미래에셋금융그룹, 회장(창업자)</li> <li><a href="rich100_view.php?field=&search=&soption=&pg=1&num=19" class="rich_btn transition f300 mauto">자세히보기</a></li> </ul> </div> <div class="rich_bg p5"> <ul class="rich_li3 pt15 pl10 pr10 pb5"> <li class="common_t2 f800 ellipsis" style="margin:3px 0 11px">No.7</li> <li class="rich_t1 mauto" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=132&simg=/content/superich/2016/02/11/20160211163012_member_upicture_13_1032.jpg) center center; background-size:cover; margin-bottom:13px"></li> <li class="rich_t2 col_black ellipsis" style="margin-bottom:9px">-</li> <li class="common_t2 f800 ellipsis">신창재</li> <li class="common_t2 f400 ellipsis" style="margin-bottom:3px">2조 7706억</li> <li class="common_t3 f300 ellipsis" style="margin-bottom:11px">교보생명, 회장</li> <li><a href="rich100_view.php?field=&search=&soption=&pg=1&num=13" class="rich_btn transition f300 mauto">자세히보기</a></li> </ul> </div> <div class="rich_bg p5"> <ul class="rich_li3 pt15 pl10 pr10 pb5"> <li class="common_t2 f800 ellipsis" style="margin:3px 0 11px">No.8</li> <li class="rich_t1 mauto" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=132&simg=/content/superich/2016/06/22/20160622182157_member_upicture_8_3662.jpg) center center; background-size:cover; margin-bottom:13px"></li> <li class="rich_t2 col_black ellipsis" style="margin-bottom:9px">-</li> <li class="common_t2 f800 ellipsis">이재현</li> <li class="common_t2 f400 ellipsis" style="margin-bottom:3px">2조 6705억</li> <li class="common_t3 f300 ellipsis" style="margin-bottom:11px">CJ그룹, 회장</li> <li><a href="rich100_view.php?field=&search=&soption=&pg=1&num=8" class="rich_btn transition f300 mauto">자세히보기</a></li> </ul> </div> <div class="rich_bg p5"> <ul class="rich_li3 pt15 pl10 pr10 pb5"> <li class="common_t2 f800 ellipsis" style="margin:3px 0 11px">No.9</li> <li class="rich_t1 mauto" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=132&simg=/content/superich/2016/02/11/20160211161828_member_upicture_11_8598.jpg) center center; background-size:cover; margin-bottom:13px"></li> <li class="rich_t2 col_black ellipsis" style="margin-bottom:9px">-</li> <li class="common_t2 f800 ellipsis">이중근</li> <li class="common_t2 f400 ellipsis" style="margin-bottom:3px">2조 6608억</li> <li class="common_t3 f300 ellipsis" style="margin-bottom:11px">부영그룹, 회장(창업자)</li> <li><a href="rich100_view.php?field=&search=&soption=&pg=1&num=11" class="rich_btn transition f300 mauto">자세히보기</a></li> </ul> </div> <div class="rich_bg p5"> <ul class="rich_li3 pt15 pl10 pr10 pb5"> <li class="common_t2 f800 ellipsis" style="margin:3px 0 11px">No.10</li> <li class="rich_t1 mauto" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=132&simg=/content/superich/2016/03/23/20160323174419_member_upicture_9_7236.jpg) center center; background-size:cover; margin-bottom:13px"></li> <li class="rich_t2 col_black ellipsis" style="margin-bottom:9px">-</li> <li class="common_t2 f800 ellipsis">정의선</li> <li class="common_t2 f400 ellipsis" style="margin-bottom:3px">2조 5060억</li> <li class="common_t3 f300 ellipsis" style="margin-bottom:11px">현대차그룹, 부회장</li> <li><a href="rich100_view.php?field=&search=&soption=&pg=1&num=9" class="rich_btn transition f300 mauto">자세히보기</a></li> </ul> </div> </div> <script src="//web.archive.org/web/20170701004350js_/http://res.heraldm.com/superich/version01/js/slick.js"></script> <script type="text/javascript"> $(document).on('ready', function() { $(".variable").slick({ infinite: true, slidesToShow: 1, centerMode: true, variableWidth: true }); }); </script> <!--// slide--> <div class="btn_bg mt35"><a href="/web/20170701004350/http://superich.heraldcorp.com/rich100_list.php" class="btn btn_1 f300 pt5 pb5" style="width:200px">전체보기</a></div> </div> </div> <!--con_gray--> <!--tit--> <div class="con mauto" style="text-align:center"> <div class="tit_bg pt50"><div class="tit common_t1 f800">LATEST ARTICLE</div><div class="line_1 clr transition"></div></div> </div> <!--// tit--> <!--con--> <div class="con mauto"> <ul class="main_li1"> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170621000668&sec=01-74-02" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/20/20170620001015_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">본사 사무실도 없앤 전 직원 원격근무 기업 ‘오토매틱’</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식ㆍ이세진 기자] 직원들이 회사 외부에서 자유롭게 근무하는 ‘원격근무’(Remote Work)를 실시해온 기업 오토매틱(Automattic)이 최근 미국 샌프란시스코에 위치한 본사 사무실까지 없애기로 했다. 전 세계 50개국에서 약 550명의 직원 가운데 본사로 출근하는 직원 약 20명까지 이번에 원격 근무제로 전환되면서, 전...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170619000816&sec=01-74-02" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/15/20170615001066_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">워싱턴DC가 새로운 ‘테크 수도’로 떠오른다</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=윤현종ㆍ이세진 기자] 미국의 ‘원조 수도’인 워싱턴 D.C.가 기술기업들의 중심지로 부상하고 있다. 백악관, 국회의사당, 펜타곤 등이 밀집해 있어 ‘정치 일 번지’인 줄만 알았던 이곳이 어떻게 ‘넥스트 실리콘밸리(next Silicon Valley)가 됐을까. 워싱턴 D.C.에 본거지를 둔 스타트업 인큐베이터 ‘1776’ 팀과 만난...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170616000518&sec=01-74-03" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/16/20170616000621_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">유럽으로 간 이해진의 도전, 드비알레부터 스테이션F까지</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식ㆍ이세진 기자] 서울대 컴퓨터공학과를 나와 카이스트에서 석사 과정을 마친 20대 남성이 1992년 삼성SDS에 연구원으로 입사하며 사회생활을 시작했다. 2년 후인 1994년 그 남성은 삼성SDS에서 실시했던 ‘한계도전 프로그램’에 참여했다. 이 프로그램에 선발된 직원은 1년간 자신이 원하는 것에 도전할 수 있는 기회...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170616000519&sec=01-74-02" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/15/20170615001153_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">그들이 ‘냉정히(?)’ 털어놓는 조언 “엄청난 성공이란…”ㆍ“내 투자경험은…”</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=윤현종ㆍ민상식 기자] 자본주의 시스템에서 부자(富者)의 수는 극히 적다. 겉모습만 화려한 졸부(猝富)가 아닌 이른바 ‘슈퍼리치’들은 더욱 그렇다. 반대로 그들의 성공비결 혹은 사는 모습을 직접 듣거나 보고 싶어하는 이들은 부지기수다. 워런버핏 버크셔해서웨이 회장무려 86조 5500억 원이 넘는 개인자산(768억 달러...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170614000387&sec=01-74-02" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/14/20170614000459_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">‘가장 작은 돌고래’ 지키려는 통신재벌ㆍ할리우드 배우</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식ㆍ윤현종 기자] 판다를 닮은 외모 덕분에 ‘바다의 판다’로 유명한 바키타(Vaquita) 돌고래가 멸종 위기에 처했다. 몸길이 최대 1.5m, 몸무게 최대 55㎏가량으로 세상에서 가장 작은 돌고래 종인 바키타는 멕시코 인근 캘리포니아만에서 주로 서식하는데, 2012년 전 세계 200마리의 개체 수가 급감해 현재 20여 마리...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170612000002&sec=01-74-02" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/12/20170612000038_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">‘내우외환’ 우버의 다음 타킷은 대리주차 회사?</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식 기자] 사업 확장을 꾀하고 있는 ‘공유경제의 대명사’ 우버가 이번에는 주차 서비스 회사를 인수할 것으로 보인다. 미국의 경제전문매체인 비즈니스 인사이더(Business Insider)는 현지시간 8일 우버가 주차 서비스 스타트업인 럭스(Luxe)와 사업인수 여부를 논의하고 있다고 보도했다. 구체적인 인수가격이나 럭스...</div> </div> </a> </li> </ul> </div> <!--// con--><!--up--> <div class="con_gray mt5 mb5"> <ul class="up"> <li> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/superich/view.php?ud=20170512000578&sec=01-74-01" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/05/31/20170531153758205001.jpg) center center no-repeat; background-size:cover"> <div class="grid1 transition" style="position:absolute; width:100%; height:100%"><div class="sum_over2 transition"></div></div> <div class="up_tit common_t1 f800 ellipsis5" style="color:#fff"> <div class="col_blue ellipsis"></div>가문 자산 물려받은 ‘젊은 상속녀 TOP10’ </div> </a> </li> <li> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/superich/view.php?ud=20170410000214&sec=01-74-01" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/05/31/20170531153841457747.jpg) center center no-repeat; background-size:cover"> <div class="grid1 transition" style="position:absolute; width:100%; height:100%"><div class="sum_over2 transition"></div></div> <div class="up_tit common_t1 f800 ellipsis5" style="color:#fff"> <div class="col_blue ellipsis"></div>국내 TOP6 부호 재산, 서경배 빼고 모두 증가 </div> </a> </li> <li> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/superich/view.php?ud=20170109000973&sec=01-74-01" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/05/31/20170531153919684527.jpg) center center no-repeat; background-size:cover"> <div class="grid1 transition" style="position:absolute; width:100%; height:100%"><div class="sum_over2 transition"></div></div> <div class="up_tit common_t1 f800 ellipsis5" style="color:#fff"> <div class="col_blue ellipsis"></div>“뉴스 주인공에서 주인으로” 美 언론재벌 7인 </div> </a> </li> </ul> </div> <!--// up--> <!--tit--> <div class="con mauto" style="text-align:center"> <div class="tit_bg pt50"><div class="tit common_t1 f800">LATEST ARTICLE</div><div class="line_1 clr transition"></div></div> </div> <!--// tit--> <!--con--> <div class="con mauto"> <ul class="main_li1"> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170612000003&sec=01-74-01" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/12/20170612000034_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">“올해도 최고몸값”…크리스티아누 호날두 수입 ‘1045억원’</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=이세진 기자] 크리스티아누 호날두(32)가 2년 연속 최고 몸값 스포츠 스타 자리에 올랐다. 7일 미국 경제매체 포브스(Forbes)는 지난 12개월동안 ‘가장 많은 수입을 거둔 스포츠 선수 100인’을 발표했다. 선수가 구단 혹은 소속사에서 받는 연봉과 스폰서ㆍ기타 수입 등을 합친 금액으로 매긴 순위다. 크리스티아누 호날...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170609000606&sec=01-74-04" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/09/20170609000587_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">의료밴드ㆍ안마의자…‘디자인 1등’보유한 뜻밖의(?) 기업가들</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=윤현종ㆍ민상식 기자] 보통 “이 제품, 디자인 좋다!”고 감탄하며 가리키는 물건 종류가 몇 가지나 되는지 생각해 보셨나요. 관심 있는 분들이 아니라면, ‘디자인’을 주로 보는 상품 가짓수는 의외로 몇몇 품목에 그치는 경우가 많습니다. 대개는 자동차 또는 첨단제품군이죠.하지만 그렇지 않습니다. 사람이 만든 모든 ...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170609000608&sec=01-74-02" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/08/20170608000474_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">‘교육 영향력’ 욕심내는 테크 CEO 3인방</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식ㆍ이세진 기자] 개인 생활을 편리하게 하는 서비스를 개발ㆍ판매하던 ‘테크 공룡’들이 최근에는 학생들의 교육 환경까지 관여하고 나섰다. 세일스포스(Salesforce), 넷플릭스(Netflix), 페이스북(Facebook) 등 실리콘밸리 기술 대기업들이 이 흐름의 첨단에 서 있다. 이들의 막대한 자금, 그리고 기술력을 동원해 개...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170607000627&sec=01-74-03" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/02/20170602000566_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">“로켓 싣고 이륙”…우주 비행기 공개한 ‘또 한사람의 거부’ 폴 앨런</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=윤현종ㆍ이세진 기자] 우주 개발에 새로운 가능성을 열어 줄 것으로 기대되는 거대 비행기가 공개됐다. 일반적인 비행기 본체 두 대를 중앙 날개가 연결하는 구조로 된, 미식축구 경기장 크기에 버금가는 세계에서 가장 큰 비행기다. 이ㆍ착륙용 바퀴만 28개가 달렸다. 프로젝트를 지휘하는 사람은 미국의 빌리어네어 폴 앨...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170605000618&sec=01-74-02" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/02/20170602000574_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">‘목표주가’ 달성한 아마존, 최소 20조 불어난 그의 ‘곳간’…증가폭 세계 1위</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=윤현종ㆍ이세진 기자] 2017년 상반기의 끝을 한 달 가량 남겨 둔 현재. 지구촌 빌리어네어(개인자산 10억 달러 이상 소유자) 가운데 자산 가치가 가장 많이 오른 사람은 누구일까. 바로 제프 베조스(53)다. 세계 전자상거래 시장 거물인 아마존 창업자 겸 최고경영자(CEO)다. 회사의 성장세 또한 거침없다.블룸버그ㆍ포브스...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170605000619&sec=01-74-04" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/02/20170602000577_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">루이비통ㆍ프라다?…‘명품 피라미드’ 최상위 주인들</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=윤현종 기자] 명품이라고 다 같은 게 아니다. 급이 있다. 적어도 이 ‘계급표(?)’에 따르면 그렇다. 글로벌 은행 HSBC의 럭셔리 브랜드 전문가로 일한 에르완 람보우가 저서 ‘블링 다이너스티(Bling Dynastyㆍ2014)’에 소개했다. 세계 주요 명품 30여개의 피라미드다. 물론 여기에 적힌 물건 값들은 2014년 미국 달러 기...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170602000751&sec=01-74-04" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/02/20170602000583_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">바쁘게 사는 부자 7인, 그들의 각양각색 재충전 방식</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=윤현종ㆍ민상식 기자] 기업이나 조직을 만들고, 이를 굴리는 사람들 상당수는 말 그대로 바쁩니다. 정해진 시간을 잘게 나눠 여러가지 일을 해야 하기 때문이죠. 평일ㆍ주말을 막론하고 일에 빠져 헤어나지 못하는 ‘워커홀릭’과는 또 다릅니다. 부자 명단에 이름을 올린 이들 대부분은 그래서 재충전도 일 만큼이나 중요하...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170602000750&sec=01-74-02" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/02/20170602000570_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">구글ㆍ아마존ㆍ페이스북…이젠 거대 비행선 경쟁</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식ㆍ이세진 기자] 구글의 공동 창업자인 세르게이 브린(Sergey Brinㆍ43)은 2014년 미국 항공우주국(NASA)의 에임스연구센터(ARC)를 방문한 직후 어떤 영감을 얻어 새로운 프로젝트를 시작했다. 새 프로젝트는 미국 실리콘밸리에 있는 NASA 비행장의 격납고에서 비밀리에 진행되다 최근 관련 정보가 새어나왔다. 해당 프...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170531000760&sec=01-74-03" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/05/30/20170530001051_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">인공지능이 직원을 뽑는다고?…日 소프트뱅크의 실험</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식ㆍ이세진 기자] “인사(人事)가 만사(萬事)다.” 많은 인사 담당자들이 명심하고 있는 구절이다. 사람이 모여 공동의 목표를 가지고 일을 하는 곳이 회사인 만큼, 같이 일 할 사람을 뽑는 것은 그 어떤 일보다 중요하다. 그런데 최근, 사람이 아닌 인공지능(AI, Artificial Intelligent)이 이력서를 검토하고 심지어는...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170531000761&sec=01-74-03" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/05/30/20170530000627_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">“도덕준수 대신 소비촉진”…록펠러家의 해양자원 보호법은 독특(?)하다</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=윤현종ㆍ이세진 기자] 미국 자본주의 상징ㆍ기부 가문의 대표주자…19세기 중반 미국 석유정제사업에 뛰어든 ‘석유왕’ 존 데이비슨 록펠러(John Davison Rockefeller)가 일으킨 록펠러 가(家)에 붙은 수식어입니다. 자선사업은 5대 째 계속되고 있죠. 데이비드 록펠러 주니어 [게티이미지]이 집안의 장손 데이비드 록펠...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170529000725&sec=01-74-04" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/05/26/20170526000598_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">덴마크 왕세자빈이 극찬한 리퍼브 슈퍼마켓 ‘위푸드’</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식ㆍ윤현종 기자] 유통기한이 다 됐거나 포장이 손상돼 판매하지 못하는 상품은 폐기된다. 이렇게 버려진 식품, 생필품 등을 처리하는 데에는 비용이 추가로 들어가며, 처리과정에서 온실가스도 발생해 환경에 나쁜 영향을 끼친다.유엔 식량농업기구(FAO)에 따르면 해마다 전 세계에서 생산되는 식품 가운데 약 30%인 1...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170526000479&sec=01-74-07" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/05/26/20170526000603_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">볼보 삼킨 中지리 리수푸, 英스포츠카 로터스 인수</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식ㆍ윤현종 기자] 스웨덴의 자동차 제조사 볼보(Volvo)를 손에 넣은 중국의 ‘지리’(Geelyㆍ吉利) 자동차가 말레이시아 국민차 제조업체인 ‘프로톤’(PROTON)과 프로톤 자회사인 영국 스포츠카 제조업체인 로터스(Lotus)를 인수했다.파이낸셜타임스(FT) 등에 따르면 지리자동차는 최근 프로톤 지분 49%를 인수하기로 ...</div> </div> </a> </li> </ul> </div> <!--// con--> <!--visual--> <div class=" con_gray" style="background:url(//web.archive.org/web/20170701004350im_/http://res.heraldm.com/superich/version01/img/bg.jpg) center center no-repeat; background-size:cover"> <!--tit--> <div class="con mauto" style="text-align:center; padding-bottom:21px"> <div class="tit_bg pt50"><div class="tit common_t1 f800" style="color:#fff">VISUAL NEWS </div><div class="line_1 clr transition" style="background:#fff"></div></div> </div> <!--// tit--> <!--visual--> <script type="text/javascript" src="//web.archive.org/web/20170701004350js_/http://res.heraldm.com/superich/version01/js/jquery.event.drag-1.5.1.min.js"></script> <script type="text/javascript" src="//web.archive.org/web/20170701004350js_/http://res.heraldm.com/superich/version01/js/jquery.touchSlider.js"></script> <script> $(document).ready(function() { $("#touch").touchSlider({ initComplete : function (e) { var _this = this; var $this = $(this); var paging = $this.next(".tch_paging"); paging.html(""); $this.find(" > ul > li").each(function (i, el) { var num = (i+1) / _this._view; if((i+1) % _this._view == 0) { paging.append('<button type="button" class="tch_btn_page">page' + num + '</button>'); } }); paging.find(".tch_btn_page").bind("click", function (e) { _this.go_page($(this).index()); }); }, counter : function (e) { $(this).next(".tch_paging").find(".tch_btn_page").removeClass("on").eq(e.current-1).addClass("on"); } }); }); </script> <div class="visual_bg mauto"> <div id="touch"> <ul> <li> <div class="visual"> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/superich/view.php?ud=20170320000065&sec=01-74-06" class="visual_img1 mb10" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/05/31/20170531140232774416.jpg) center center no-repeat; background-size:cover"> <div class="grid1 transition" style="position:absolute; width:100%; height:100%"><div class="sum_over2 transition"></div></div> <div class="up_tit common_t1 f800 ellipsis5 transition" style="color:#fff; right:70px">日지브리 스튜디오로 ‘점프’, PUMA의 저력</div> </a> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/superich/view.php?ud=20170209000004&sec=01-74-06" class="visual_img1 mb10" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/05/31/20170531141830892149.jpg) center center no-repeat; background-size:cover"> <div class="grid1 transition" style="position:absolute; width:100%; height:100%"><div class="sum_over2 transition"></div></div> <div class="up_tit common_t1 f800 ellipsis5 transition" style="color:#fff; right:70px">인공지능(AI), 너의 미래는</div> </a> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/superich/view.php?ud=20170314000003&sec=01-74-03" class="visual_img2 mb10" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/05/31/20170531141351636974.jpg) center center no-repeat; background-size:cover"> <div class="grid1 transition" style="position:absolute; width:100%; height:100%"><div class="sum_over2 transition"></div></div> <div class="up_tit common_t1 f500 ellipsis3 transition" style="color:#fff; right:35px; font-size:17px; line-height:20px; max-height:60px; letter-spacing:-1px">아마존에 소송건 ‘힙합+패션 선구자’ 런-디엠씨</div> </a> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/superich/view.php?ud=20170224000822&sec=01-74-07" class="visual_img2 mb10" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/05/31/20170531142117048919.jpg) center center no-repeat; background-size:cover"> <div class="grid1 transition" style="position:absolute; width:100%; height:100%"><div class="sum_over2 transition"></div></div> <div class="up_tit common_t1 f500 ellipsis3 transition" style="color:#fff; right:35px; font-size:17px; line-height:20px; max-height:60px; letter-spacing:-1px">中, 졸업장 없는 부자 많은게 ‘자랑(?)’인가</div> </a> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/superich/view.php?ud=20170117000001&sec=01-74-06" class="visual_img2 mb10" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/05/31/20170531154510496883.jpg) center center no-repeat; background-size:cover"> <div class="grid1 transition" style="position:absolute; width:100%; height:100%"><div class="sum_over2 transition"></div></div> <div class="up_tit common_t1 f500 ellipsis3 transition" style="color:#fff; right:35px; font-size:17px; line-height:20px; max-height:60px; letter-spacing:-1px">“富 4분의1이 상위 1% 부자에”…영국ㆍ인도의 눈물</div> </a> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/superich/view.php?ud=20161215000002&sec=01-74-04" class="visual_img2 mb10" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/05/31/20170531143100732982.jpg) center center no-repeat; background-size:cover"> <div class="grid1 transition" style="position:absolute; width:100%; height:100%"><div class="sum_over2 transition"></div></div> <div class="up_tit common_t1 f500 ellipsis3 transition" style="color:#fff; right:35px; font-size:17px; line-height:20px; max-height:60px; letter-spacing:-1px">‘출범 1년’ 온라인 언급량으로 본 제네시스 EQ900</div> </a> </div> </li> <li> <div class="visual"> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/superich/view.php?ud=20161202000005&sec=01-74-02" class="visual_img1 mb10" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/05/31/20170531164207695365.jpg) center center no-repeat; background-size:cover"> <div class="grid1 transition" style="position:absolute; width:100%; height:100%"><div class="sum_over2 transition"></div></div> <div class="up_tit common_t1 f800 ellipsis5 transition" style="color:#fff; right:70px">‘1조원’이상 늘어난 김정은家 재산…사진으로 본 호화요트ㆍ전용 골프장</div> </a> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/superich/view.php?ud=20170103000002&sec=01-74-06" class="visual_img1 mb10" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/05/31/20170531154851647870.jpg) center center no-repeat; background-size:cover"> <div class="grid1 transition" style="position:absolute; width:100%; height:100%"><div class="sum_over2 transition"></div></div> <div class="up_tit common_t1 f800 ellipsis5 transition" style="color:#fff; right:70px">‘인턴 월 840만원’회사 이끄는 ‘세계 최연소 자수성가’부호</div> </a> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/superich/view.php?ud=20161014000850&sec=01-74-06" class="visual_img2 mb10" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/05/31/20170531162154585659.jpg) center center no-repeat; background-size:cover"> <div class="grid1 transition" style="position:absolute; width:100%; height:100%"><div class="sum_over2 transition"></div></div> <div class="up_tit common_t1 f500 ellipsis3 transition" style="color:#fff; right:35px; font-size:17px; line-height:20px; max-height:60px; letter-spacing:-1px">‘중국=창업 슈퍼리치 천국’ 진짜일까</div> </a> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/superich/view.php?ud=20161007000777&sec=01-74-06" class="visual_img2 mb10" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/05/31/20170531160142310003.jpg) center center no-repeat; background-size:cover"> <div class="grid1 transition" style="position:absolute; width:100%; height:100%"><div class="sum_over2 transition"></div></div> <div class="up_tit common_t1 f500 ellipsis3 transition" style="color:#fff; right:35px; font-size:17px; line-height:20px; max-height:60px; letter-spacing:-1px">노벨상 후보 아버지와 無해고 기업 만든 아들</div> </a> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/superich/view.php?ud=20160913000946&sec=01-74-06" class="visual_img2 mb10" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/05/31/20170531163328019065.jpg) center center no-repeat; background-size:cover"> <div class="grid1 transition" style="position:absolute; width:100%; height:100%"><div class="sum_over2 transition"></div></div> <div class="up_tit common_t1 f500 ellipsis3 transition" style="color:#fff; right:35px; font-size:17px; line-height:20px; max-height:60px; letter-spacing:-1px">사원 유족도 극진히 돌보는 창업자, ‘직원은 부품이 아니다’</div> </a> <a href="https://web.archive.org/web/20170701004350/http://superich.heraldcorp.com/superich/view.php?ud=20160909000988&sec=01-74-06" class="visual_img2 mb10" style="background:url(https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/content/superich/2017/05/31/20170531161804197055.jpg) center center no-repeat; background-size:cover"> <div class="grid1 transition" style="position:absolute; width:100%; height:100%"><div class="sum_over2 transition"></div></div> <div class="up_tit common_t1 f500 ellipsis3 transition" style="color:#fff; right:35px; font-size:17px; line-height:20px; max-height:60px; letter-spacing:-1px">구글 창업자는 매년 버닝맨으로 간다</div> </a> </div> </li> </ul> </div><div class="tch_paging"></div> </div> <!--// visual--> </div> <!--// visual--> <!--tit--> <div class="con mauto" style="text-align:center"> <div class="tit_bg pt50"><div class="tit common_t1 f800">LATEST ARTICLE</div><div class="line_1 clr transition"></div></div> </div> <!--// tit--> <!--con--> <div class="con mauto"> <ul class="main_li1"> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170524000002&sec=01-74-03" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/05/24/20170524000004_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">호주 자선문화 바꾼 광산재벌 포레스트 부부</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식ㆍ윤현종 기자] 호주의 나눔 문화를 바꿔놓은 ‘게임 체인저’. 호주의 광산재벌 앤드루 포레스트(Andrew Forrestㆍ55)를 두고 이런 평가가 나온다.4년 전 우리 돈 4조원이 넘는 재산 절반 이상을 생전에 사회에 환원하겠다는 뜻을 밝힌 포레스트는 최근 3000억원이 넘는 거액 기부를 발표하면서 호주의 기부 문화를 ...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170522000003&sec=01-74-03" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/05/22/20170522000016_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">‘하루 6시간 근무제’ 도입한 日재계 기린아 마에자와 유사쿠</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식ㆍ윤현종 기자] ‘검은 피카소’로 불리는 미국 천재 미술가 장 미셸 바스키아(1960∼1988)의 1982년작 회화 ‘무제’가 지난 18일 뉴욕 소더비 경매에서 1억1050만달러에 낙찰됐다. 우리 돈으로 1240억원이 넘는 가격이다. 이는 2015년 뉴욕 크리스티 경매에서 1억794만달러(1200억원)에 팔려, 역대 미술품 경매 최고...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170518000260&sec=01-74-03" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/05/18/20170518000432_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">엘론 머스크의 혁신적인 공기정화 시스템</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식 기자] “‘생물무기 방어 모드’(Bioweapon Defense Mode)는 진짜입니다. 그걸 작동하면 이렇게 됩니다.”미국 전기차 업체 ‘테슬라’(Tesla) 최고경영자(CEO)인 엘론 머스크(Elon Muskㆍ45)는 지난 3일 자신의 사회관계망서비스(SNS)에 한 장의 사진과 함께 이런 글을 올렸다.엘론 머스크(45)가 트위터에 올린 생물...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170518000261&sec=01-74-01" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/05/18/20170518000430_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">주목받은 자수성가 청년들의 시작 ‘빚 0원’</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=윤현종 기자] 냉정히 생각해 봅시다. 당신 주변의 한 젊은이가 무일푼으로 사업을 시작한다고 가정합니다. 결코 쉽지 않은 여정이 될 것입니다. 시작부터 난관에 부딪치겠죠. 소위 ‘성공’을 거두는 것은 더더욱 힘들 것입니다. 세상이 온갖 어려움을 이겨낸 청년 자수성가들을 주목하는 이유입니다.그런데, 이들에겐 감춰...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170516000006&sec=01-74-04" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/05/16/20170516000019_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">“세컨드 하우스로 집 하나 더”…남는 별장 돌려쓰는 ‘그들만의 공유경제’창업자</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=윤현종ㆍ민상식 기자] “두번 째 집 있으면 가입하세요, 세번 째 집을 드립니다. 파리(Paris)ㆍ낸터킷(Nantucket)ㆍ카보산루카스(Cabo San Lucas)ㆍ뉴욕(New York) 등 당신이 여행하고픈 곳 어디에나 있습니다”웨이드 실리(Wade Shealy)라는 이름의 트위터 계정에 있는 소개글이다. 말 그대로다. 이 계정 사용자가 본인이 ...</div> </div> </a> </li> <li> <a href="/web/20170701004350/http://superich.heraldcorp.com/view.php?ud=20170516000005&sec=01-74-08" style="width:520px"> <div class="main_li1_img" style="height:204px; float:left; margin-right:24px"><div class="sum_over" style="height:204px;"></div><img src="https://web.archive.org/web/20170701004350im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/05/16/20170516000016_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">20세기 우주소년, 우주 청소부 되다</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식ㆍ이세진 기자] 1988년 미국 앨라배마 주 헌츠빌의 미항공우주국(NASA) 마셜우주비행센터에서 열린 우주캠프에 참가한 14세 일본인 소년은 이 곳에서 일본인 연구자 모리 마모루(毛利衛) 박사를 만났다. 모리 박사는 소년에게 “우주는 당신의 도전을 기다리고 있다”는 직접 손글씨로 작성한 메시지를 전달하며 우주...</div> </div> </a> </li> </ul> </div> <!--// con--><div class="bnn_1_goo mb50"> <!--/* OptimaA Script Tag v3.0.5 */--> <script type="text/javascript"><!--//<![CDATA[ var m3_u = 'https://web.archive.org/web/20170701004350/http://ads-optima.com/www/delivery/ajs.php' var m3_r = Math.floor(Math.random()*99999999999); if (!document.MAX_used) document.MAX_used = ','; document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u); document.write ("?zoneid=603"); document.write ('&cb=' + m3_r); if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used); document.write (document.charset ? '&charset='+document.charset : (document.characterSet ? '&charset='+document.characterSet : '')); document.write ("&loc=" + escape(window.location)); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); if (document.mmm_fo) document.write ("&mmm_fo=1"); document.write ("'><\/scr"+"ipt>"); //]]>--></script><noscript><a href="https://web.archive.org/web/20170701004350/http://ads-optima.com/www/delivery/ck.php?n=abc39f52&cb=INSERT_RANDOM_NUMBER_HERE" target="_blank"><img src="https://web.archive.org/web/20170701004350im_/http://ads-optima.com/www/delivery/avw.php?zoneid=603&cb=INSERT_RANDOM_NUMBER_HERE&n=abc39f52" border="0" alt=""/></a></noscript> </div><!--footer--> <div class="footer_bg"> <div class="footer mauto f300"> (주)헤럴드<span class="bar_1 ml5 mr5">│</span>주소 : 서울시 용산구 후암로4길 10 헤럴드스퀘어<span class="bar_1 ml5 mr5">│</span>제호 : SUPERICH<span class="bar_1 ml5 mr5">│</span>인터넷신문등록번호 : 서울 아03325<br/> 등록일자 : 2014.09.12<span class="bar_1 ml5 mr5">│</span>발행인ㆍ편집인 : 권충원<span class="bar_1 ml5 mr5">│</span>청소년보호책임자 : 홍승완 </div> </div> <!--// footer--> <script language="javascript" type="text/javascript"> var histObj = document.getElementById("historybar"); if( histObj == null || typeof(histObj) == 'undefined' ) var historyText = 'superich_p'; else var historyText = histObj.innerText; _TRK_PI = "PDV"; _TRK_PN = ""; _TRK_MF = historyText; </script> <!-- LOGGER TRACKING SCRIPT V.31 FOR biz.heraldm.com / 1002 : FAIL-SAFE TYPE / DO NOT ALTER THIS SCRIPT. --> <!-- COPYRIGHT (C) 2002-2013 BIZSPRING INC. LOGGER(TM) ALL RIGHTS RESERVED. --> <script language="javascript" type="text/javascript">/* LOGGER TRACKING SCRIPT V.31 : 1002 *//*X*//* COPYRIGHT 2002-2013 BIZSPRING INC. *//*X*//* DO NOT MODIFY THIS SCRIPT. *//*X*/var _TRK_DOMAIN="vlog.heraldcorp.com";var _trk_bMSIE=(document.all)?true:false;var _trk_bJS12=(window.screen)?true:false;function _trk_escape(_str) { var str, ch; var bEncURI = "N"; eval("try{bEncURI=encodeURI('Y');}catch(_e){ }" ); if( bEncURI == "Y" ) str=encodeURI(_str); else str = escape(_str); str=str.split("+").join("%2B"); str=str.split("/").join("%2F"); str=str.split("&").join("%26"); str=str.split("?").join("%3F"); str=str.split(":").join("%3A"); str=str.split("#").join("%23"); return str;}function _trk_setCookie(name,value,expire) { var today=new Date(); today.setTime(today.getTime()+ expire ); document.cookie=name+"="+value+"; path=/; expires="+today.toGMTString()+";";}function _trk_getCookie(name) { var cookieName=name+"="; var x=0; while(x<=document.cookie.length) { var y=(x+cookieName.length); if(document.cookie.substring(x,y)==cookieName) { if((endOfCookie=document.cookie.indexOf(";",y))==-1) endOfCookie=document.cookie.length; return unescape(document.cookie.substring(y,endOfCookie)); } x=document.cookie.indexOf(" ",x)+1; if(x == 0) break; } return "";}function _trk_getParameter(name) { var paraName=name+"="; var URL=""+self.document.location.search; var tURL=""; eval("try{ tURL=top.document.location.search; }catch(_e){}"); URL=URL+"&"+tURL; if(URL.indexOf(paraName)!=-1) { var x=URL.indexOf(paraName)+paraName.length; var y=URL.substr(x).indexOf("&"); if(y!=-1) return URL.substring(x,x+y); else return URL.substr(x); } return "";}function _trk_make_code(_TRK_SERVER,_TRK_U) { var dt=document.title.toString(); dt=dt.substr(0,128); var dr=self.document.referrer; var tdr=""; eval("try{ tdr=top.document.referrer; }catch(_e){}"); var tdu=""; eval("try{ tdu=top.document.location.href; }catch(_e){}"); var bFrm=false; if(dr==tdu) { dr=tdr; bFrm=true; } if(dr=="undefined") dr=""; var du=self.document.location.href; if(du.substr(0,4)=="file") return ""; var adKeyVal = ""; if(bFrm) { adKeyVal=_trk_getParameter("OVKEY"); if(adKeyVal!="" && du.indexOf("OVKEY=")<0) { if(du.indexOf("?")!=-1) du=du+"&OVKEY="+adKeyVal; else du=du+"?OVKEY="+adKeyVal; adKeyVal=_trk_getParameter("OVRAW"); if(adKeyVal!="" && du.indexOf("OVRAW=")<0 ) if(du.indexOf("?")!=-1) du=du+"&OVRAW="+adKeyVal; else du=du+"?OVRAW="+adKeyVal; } else { adKeyVal=_trk_getParameter("netpia"); if(adKeyVal!="" && du.indexOf("netpia=")<0 ) if(du.indexOf("?")!=-1) du=du+"&netpia="+adKeyVal; else du=du+"?netpia="+adKeyVal; } adKeyVal=_trk_getParameter("logger_kw"); if(adKeyVal!="" && du.indexOf("logger_kw=")<0 ) if(du.indexOf("?")!=-1) du=du+"&logger_kw="+adKeyVal; else du=du+"?logger_kw="+adKeyVal; adKeyVal=_trk_getParameter("source"); if(adKeyVal!="" && du.indexOf("source=")<0 ) if(du.indexOf("?")!=-1) du=du+"&source="+adKeyVal; else du=du+"?source="+adKeyVal; adKeyVal=_trk_getParameter("keywd"); if(adKeyVal!="" && du.indexOf("keywd=")<0 ) if(du.indexOf("?")!=-1) du=du+"&keywd="+adKeyVal; else du=du+"?keywd="+adKeyVal; adKeyVal=_trk_getParameter("NVADKWD"); if(adKeyVal!="" && du.indexOf("NVADKWD=")<0) if(du.indexOf("?")!=-1) du=du+"&NVADKWD="+adKeyVal; else du=du+"?NVADKWD="+adKeyVal; adKeyVal=_trk_getParameter("NVKWD"); if(adKeyVal!="" && du.indexOf("NVKWD=")<0 ) if(du.indexOf("?")!=-1) du=du+"&NVKWD="+adKeyVal; else du=du+"?NVKWD="+adKeyVal; adKeyVal=_trk_getParameter("NVAR"); if(adKeyVal!="" && du.indexOf("NVAR=")<0 ) if(du.indexOf("?")!=-1) du=du+"&NVAR="+adKeyVal; else du=du+"?NVAR="+adKeyVal; adKeyVal=_trk_getParameter("DWIT"); if(adKeyVal!="" && du.indexOf("DWIT=")<0) if(du.indexOf("?")!=-1) du=du+"&DWIT="+adKeyVal; else du=du+"?DWIT="+adKeyVal; adKeyVal=_trk_getParameter("DWIC"); if(adKeyVal!="" && du.indexOf("DWIC=")<0 ) if(du.indexOf("?")!=-1) du=du+"&DWIC="+adKeyVal; else du=du+"?DWIC="+adKeyVal; adKeyVal=_trk_getParameter("gad"); if(adKeyVal!="" && du.indexOf("gad=")<0 ) if(du.indexOf("?")!=-1) du=du+"&gad="+adKeyVal; else du=du+"?gad="+adKeyVal; adKeyVal=_trk_getParameter("gclid"); if(adKeyVal!="" && du.indexOf("gclid=")<0 ) if(du.indexOf("?")!=-1) du=du+"&gclid="+adKeyVal; else du=du+"?gclid="+adKeyVal; adKeyVal=_trk_getParameter("gkw"); if(adKeyVal!="" && du.indexOf("gkw=")<0 ) if(du.indexOf("?")!=-1) du=du+"&gkw="+adKeyVal; else du=du+"?gkw="+adKeyVal; adKeyVal=_trk_getParameter("rcsite"); if(adKeyVal!="" && du.indexOf("rcsite=")<0 ) if(du.indexOf("?")!=-1) du=du+"&rcsite="+adKeyVal; else du=du+"?rcsite="+adKeyVal; adKeyVal=_trk_getParameter("rctype"); if(adKeyVal!="" && du.indexOf("rctype=")<0 ) if(du.indexOf("?")!=-1) du=du+"&rctype="+adKeyVal; else du=du+"?rctype="+adKeyVal; adKeyVal=_trk_getParameter("rc_code"); if(adKeyVal!="" && du.indexOf("rc_code=")<0 ) if(du.indexOf("?")!=-1) du=du+"&rc_code="+adKeyVal; else du=du+"?rc_code="+adKeyVal; adKeyVal=_trk_getParameter("_C_"); if(adKeyVal!="" && du.indexOf("_C_=")<0 ) if(du.indexOf("?")!=-1) du=du+"&_C_="+adKeyVal; else du=du+"?_C_="+adKeyVal; } var ce=navigator.cookieEnabled?"Y":"N"; var je=navigator.javaEnabled()?"Y":"N"; var ss=""; var cd = ""; if(_trk_bJS12) { ss=screen.width+"x"+screen.height; cd=screen.colorDepth; } if(!dt) dt=""; if(!dr) dr=""; if(!du) du=""; if(!ce) ce=""; if(!je) je=""; var t = new Date; var tye=(_trk_bMSIE)?(t.getYear()):(t.getFullYear()); var tmo=t.getMonth()+1; var tda=t.getDate(); var tho=t.getHours(); var tmi=t.getMinutes(); var tse=t.getSeconds(); var tzo=t.getTimezoneOffset(); var tc = ""; var prtcl=document.location.protocol.indexOf("https")!=-1?"https://":"http://"; if(prtcl=="https://") _TRK_SERVER=_TRK_DOMAIN; tc=tc+prtcl+_TRK_SERVER; var bPNF=((typeof _TRK_PI)!="undefined" && _TRK_PI=="PNF")?true:false; if(bPNF) tc=tc+"/tracker_click.tsp"; else tc=tc+"/tracker.tsp"; tc=tc+"?u="+_TRK_U+"&XU=&EXEN="+_EXEN; if(bPNF) { tc=tc+"&rnd="+Math.random()+"&CKFL="+_TRK_PI+"&CKDATA="+_trk_escape(du); } else { tc=tc+"&dr="+_trk_escape(dr)+"&XDR="+"&dt="+_trk_escape(dt)+"&du="+_trk_escape(du); if((typeof _TRK_CP)!="undefined" && _TRK_CP!="") tc=tc+"&CP="+_trk_escape(_TRK_CP)+"&XCP="; if((typeof _TRK_PI)!="undefined" && _TRK_PI!="") tc=tc+"&PI="+_TRK_PI; if((typeof _TRK_PN)!="undefined" && _TRK_PN!="") tc=tc+"&PN="+_trk_escape(_TRK_PN); if((typeof _TRK_MF)!="undefined" && _TRK_MF!="") tc=tc+"&MF="+_trk_escape(_TRK_MF); if((typeof _TRK_OA)!="undefined" && _TRK_OA!="") tc=tc+"&OA="+_TRK_OA; if((typeof _TRK_OP)!="undefined" && _TRK_OP!="") tc=tc+"&OP="+_trk_escape(_TRK_OP); if((typeof _TRK_OE)!="undefined" && _TRK_OE!="") tc=tc+"&OE="+_TRK_OE; if((typeof _TRK_CC)!="undefined" && _TRK_CC!="") tc=tc+"&CC="+_TRK_CC; if((typeof _TRK_RK)!="undefined" && _TRK_RK!="") tc=tc+"&RK="+_trk_escape(_TRK_RK); if((typeof _TRK_SX)!="undefined" && _TRK_SX!="") tc=tc+"&SX="+_TRK_SX; if((typeof _TRK_AG)!="undefined" && _TRK_AG!="") tc=tc+"&AG="+_TRK_AG; if((typeof _TRK_IK)!="undefined" && _TRK_IK!="") tc=tc+"&IK="+_trk_escape(_TRK_IK); tc=tc+"&js=Y"+"&ss="+escape(ss)+"&cd="+cd+"&ce="+ce+"&je="+je+"&tzo="+tzo+"&tye="+tye+"&tmo="+tmo+"&tda="+tda+"&tho="+tho+"&tmi="+tmi+"&tse="+tse; } return tc;}var _TRK_LIFE=_trk_getParameter("_L_");if(_TRK_LIFE=="") _TRK_LIFE=14;_TRK_LIFE = parseInt(_TRK_LIFE)*24*60*60*1000;var _TRK_U="";var _TRK_U_P=_trk_getParameter("_U_");var _TRK_U_C= _trk_getCookie("_TRK_U");if(_TRK_U_C!="") _TRK_U=_TRK_U_C;if(_TRK_U_P!="") _TRK_U=_TRK_U_P;if(_TRK_U!="" && _TRK_U_P!="") _trk_setCookie("_TRK_U",_TRK_U,_TRK_LIFE);var _TRK_CC_C=_trk_getCookie("_TRK_CC");var _TRK_CC_P=_trk_getParameter("_C_");if((typeof _TRK_CC)!="undefined" && _TRK_CC!="") _TRK_CC_P=_TRK_CC;if(_TRK_CC_C!="") _TRK_CC=_TRK_CC_C;if(_TRK_CC_P!="") _TRK_CC=_TRK_CC_P;if((typeof _TRK_CC)!="undefined" && _TRK_CC!="" && _TRK_CC_P!="") _trk_setCookie("_TRK_CC",_TRK_CC,_TRK_LIFE);var _TRK_RK_C=_trk_getCookie("_TRK_RK");var _TRK_RK_P=_trk_getParameter("_R_");if((typeof _TRK_RK)!="undefined" && _TRK_RK!="") _TRK_RK_P=_TRK_RK;if(_TRK_RK_C!="") _TRK_RK=_TRK_RK_C;if(_TRK_RK_P!="") _TRK_RK=_TRK_RK_P;if((typeof _TRK_RK)!="undefined" && _TRK_RK!="" && _TRK_RK_P!="") _trk_setCookie("_TRK_RK",_TRK_RK,_TRK_LIFE);var _SS_LIFE = 30*60*1000;var _EXEN = _trk_getCookie("_EXEN");if( _EXEN == "" ) _EXEN = 0; _EXEN ++;_trk_setCookie("_EXEN",_EXEN,_SS_LIFE);var _trk_code_base=_trk_make_code("vlog.heraldcorp.com","1002");var _trk_code_chan="";if(_TRK_U!="") _trk_code_chan=_trk_code_base.replace(/\?u=1002&XU=/g,"?u="+_TRK_U+"&XU=");var _trk_img_base=new Image();var _trk_img_chan=new Image();var _trk_img_base_click=new Image();var _trk_img_chan_click=new Image();if(_trk_bJS12==true) { if(_trk_bMSIE) { _trk_img_base.src=_trk_code_base; if(_TRK_U!="") _trk_img_chan.src=_trk_code_chan; } else { setTimeout("_trk_img_base.src=_trk_code_base;",1); if(_TRK_U!="") setTimeout("_trk_img_chan.src=_trk_code_chan;",1); }} else { if(_trk_bMSIE) document.write('<div style=\"display: none\">'); document.write('<img src=\"'+_trk_code_base+'\" height=\"0\" width=\"0\">'); if(_TRK_U!="") document.write('<img src=\"'+_trk_code_chan+'\" height=\"0\" width=\"0\">'); if(_trk_bMSIE) document.write('</div>');}function _trk_flashEnvView(env1,env2,env3,env4,env5,env6,env7,env8,env9,env10,env11,env12){ var _trk_code_flash=_trk_code_base; for (var envCnt=1; envCnt< 13; envCnt++){ if((eval("env"+envCnt) != "") && (typeof eval("env"+envCnt) != "undefined" )){ var trk_str = eval("env"+envCnt) ; if(trk_str.indexOf("_TRK_CP")>=0){ var trk_cp = trk_str.split('='); var _TRK_CP = trk_cp[1]; _trk_code_flash=_trk_code_flash.replace(/&CP=.*&XCP=/g,"&XCP="); _trk_code_flash=_trk_code_flash.replace(/&dr=.*&XDR=/g,"&XDR="); _trk_code_flash=_trk_code_flash+"&dr=&CP="+_trk_escape(_TRK_CP)+"&rnd="+Math.random(); if(_TRK_U!="") { _trk_code_flash=_trk_code_flash.replace(/\?u=1002&XU=/g,"?u="+_TRK_U+"&XU="); } } if((trk_str.indexOf("_TRK_PN")>=0) || (trk_str.indexOf("_TRK_MF")>=0) || (trk_str.indexOf("_TRK_RK")>=0) || (trk_str.indexOf("_TRK_OP")>=0) || (trk_str.indexOf("_TRK_IK")>=0)){ var trk_env = trk_str.split('='); var _TRK_ENV = _trk_escape(trk_env[1]); var tkr_env_name = trk_str.substring(trk_str.indexOf('_',1)+1,trk_str.lastIndexOf('=')); var _trk_envs = "&"+tkr_env_name+"="+ _TRK_ENV; if( _trk_code_flash.indexOf("&"+tkr_env_name+"=") > 0) { var regVal = "\&"+tkr_env_name+"\=(.*)(\&PN\=|\&MF\=|\&OA\=|\&OP\=|\&OE\=|\&CC\=|\&RK\=|\&SX\=|\&AG\=|\&IK\=|\&js\=)"; var envReg = new RegExp(regVal, 'gi'); var envRst = _trk_code_flash.match(envReg); var envRst = envRst.toString(); var envArr = envRst.split('&'); var envVar = envArr[1]; _trk_code_flash=_trk_code_flash.replace("&"+envVar+"&", _trk_envs); }else{ _trk_code_flash = _trk_code_flash+"&"+tkr_env_name+"="+_TRK_ENV; } } if((trk_str.indexOf("_TRK_PI")>=0) || (trk_str.indexOf("_TRK_OA")>=0) || (trk_str.indexOf("_TRK_OE")>=0) || (trk_str.indexOf("_TRK_CC")>=0) || (trk_str.indexOf("_TRK_SX")>=0) || (trk_str.indexOf("_TRK_AG")>=0)){ var trk_env = trk_str.split('='); var _TRK_ENV = trk_env[1]; var tkr_env_name = trk_str.substring(trk_str.indexOf('_',1)+1,trk_str.lastIndexOf('=')); var _trk_envs = "&"+tkr_env_name+"="+_TRK_ENV+"&"; if( _trk_code_flash.indexOf("&"+tkr_env_name+"=") > 0) { var regVal = "\&"+tkr_env_name+"\=(.*)(\&PN\=|\&MF\=|\&OA\=|\&OP\=|\&OE\=|\&CC\=|\&RK\=|\&SX\=|\&AG\=|\&IK\=|\&js\=)"; var envReg = new RegExp(regVal, 'gi'); var envRst = _trk_code_flash.match(envReg); var envRst = envRst.toString(); var envArr = envRst.split('&'); var envVar = envArr[1]; _trk_code_flash=_trk_code_flash.replace("&"+envVar+"&", _trk_envs); }else{ _trk_code_flash = _trk_code_flash+"&"+tkr_env_name+"="+_TRK_ENV; } } } } _trk_img_base_click.src=_trk_code_flash ;}function _trk_flashContentsView(_TRK_PI, _TRK_CP) { var _trk_code_flash=_trk_code_base; var _trk_piv = "&PI="+_TRK_PI+"&"; _trk_code_flash=_trk_code_flash.replace(/&CP=.*&XCP=/g,"&XCP="); _trk_code_flash=_trk_code_flash.replace(/&dr=.*&XDR=/g,"&XDR="); if( _trk_code_flash.indexOf("&PI=") > 0) { var regVal = "\&PI\=(.*)(\&PN\=|\&MF\=|\&OA\=|\&OP\=|\&OE\=|\&CC\=|\&RK\=|\&SX\=|\&AG\=|\&IK\=|\&js\=)"; var envReg = new RegExp(regVal, 'gi'); var envRst = _trk_code_flash.match(envReg); var envRst = envRst.toString(); var envArr = envRst.split('&'); var envVar = envArr[1]; _trk_code_flash=_trk_code_flash.replace("&"+envVar+"&", _trk_piv ); }else{ _trk_code_flash = _trk_code_flash+"&PI="+_TRK_PI; } _trk_img_base_click.src=_trk_code_flash+"&dr=&CP="+_trk_escape(_TRK_CP)+"&rnd="+Math.random(); if(_TRK_U!="") { _trk_code_flash=_trk_code_flash.replace(/\?u=1002&XU=/g,"?u="+_TRK_U+"&XU="); _trk_img_chan_click.src=_trk_code_flash+"&dr=&CP="+_trk_escape(_TRK_CP)+"&rnd="+Math.random(); }}function _trk_clickTrace(_TRK_CKFL,_TRK_CKDATA) { var _trk_code_click=_trk_code_base.substr(0,_trk_code_base.indexOf("tracker.tsp")); _trk_code_click=_trk_code_click+"tracker_click.tsp?rnd="+Math.random()+"&CKFL="+_TRK_CKFL+"&CKDATA="+_trk_escape(_TRK_CKDATA); _trk_img_base_click.src=_trk_code_click+"&u=1002"; if(_TRK_U!="") _trk_img_chan_click.src=_trk_code_click+"&u="+_TRK_U;}function _trk_adClick( adSvr, svcCode, adCode ) { var ac = ""; var prtcl=document.location.protocol.indexOf("https")!=-1?"https://":"http://"; if(prtcl=="https://") adSvr=_TRK_DOMAIN; ac=ac+prtcl+adSvr; _trk_img_base_click.src=ac+"/tracker_ad.tsp?u="+svcCode+"&mode=C&adCode="+adCode;}</script> <noscript><img src="https://web.archive.org/web/20170701004350im_/http://vlog.heraldcorp.com/tracker.tsp?u=1002&js=N" width="0" height="0/"></noscript> <!-- END OF LOGGER TRACKING SCRIPT --> <script language="javascript" type="text/javascript">var g_strDispType='SUPERICH'; var g_strCategory=''; var g_strNewsID=''; var g_strRemoteIP = 'NULL';</script> <script language="javascript" type="text/javascript" src="https://web.archive.org/web/20170701004350js_/http://res.heraldm.com/js/logcollectscript_201312.js?pp=001"></script> <script> var _GCD = 'superich'; // 사이트 구분 코드 var _AceTitle = ''; // 기사타이틀 var _aid = ''; // 기사아이디 var _aname = '슈퍼리치'; // 기자명 var _atype = '메인'; // 기사 분류 var _pd = '1970-01-01 09:00:00'; // 기사 생성 일시 </script> <script> if(typeof _GUL == 'undefined') { var _GUL = 'herald.loginside.co.kr'; var _GPT='80'; var _SGPT='443'; var _AIMG = new Image(); var _bn=navigator.appName; var _PR = location.protocol=="https:"?"https://"+_GUL+":"+_SGPT:"http://"+_GUL+":"+_GPT; if( _bn.indexOf("Netscape") > -1 || _bn=="Mozilla") { setTimeout("_AIMG.src = _PR+'/?cookie';",1); } else{ _AIMG.src = _PR+'/?cookie'; }; document.writeln("<scr"+"ipt language='javascript' src='//web.archive.org/web/20170701004350/http://res.heraldm.com/js/acecounter_V70.js'></scr"+"ipt>"); } </script><script type="text/javascript" src="https://web.archive.org/web/20170701004350js_/http://wcs.naver.net/wcslog.js"></script> <script type="text/javascript"> if(!wcs_add) var wcs_add = {}; wcs_add["wa"] = "2407dde4607230"; wcs_do(); </script> </body> </html><!-- FILE ARCHIVED ON 00:43:50 Jul 01, 2017 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 09:56:33 Nov 25, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.671 exclusion.robots: 0.048 exclusion.robots.policy: 0.034 esindex: 0.011 cdx.remote: 5.711 LoadShardBlock: 156.619 (3) PetaboxLoader3.datanode: 149.328 (4) PetaboxLoader3.resolve: 93.166 (2) load_resource: 131.67 -->