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/","20170903103124","https://web.archive.org/","web","/_static/", "1504434684"); </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/20170903103124cs_/http://res.heraldm.com/superich/version01/css/reset.css"/> <link rel="stylesheet" type="text/css" href="//web.archive.org/web/20170903103124cs_/http://res.heraldm.com/superich/version01/css/common.css"/> <script src="https://web.archive.org/web/20170903103124js_/http://code.jquery.com/jquery-latest.min.js"></script> <script type="text/javascript" src="//web.archive.org/web/20170903103124js_/http://res.heraldm.com/superich/version01/js/jquery.blockUI.js?pp=20170903073126"></script> <script type="text/javascript" src="//web.archive.org/web/20170903103124js_/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/20170903103124/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/20170903103124/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/20170903103124if_/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/20170903103124/http://nbiz.heraldcorp.com/" target="_blank" class="mr10 pt5 pb5">헤럴드경제</a></li> <li><a href="https://web.archive.org/web/20170903103124/http://www.koreaherald.com/" target="_blank" class="mr10 pt5 pb5">코리아헤럴드</a></li> <li><a href="https://web.archive.org/web/20170903103124/http://www.theinvestor.co.kr/" target="_blank" class="mr10 pt5 pb5">더인베스터</a></li> <li><a href="https://web.archive.org/web/20170903103124/http://www.realfoods.co.kr/" target="_blank" class="mr10 pt5 pb5">리얼푸드</a></li> <li><a href="https://web.archive.org/web/20170903103124/http://pop.heraldcorp.com/" target="_blank" class="mr10 pt5 pb5">헤럴드POP</a></li> <li><a href="https://web.archive.org/web/20170903103124/http://kpopherald.koreaherald.com/" target="_blank" class="mr10 pt5 pb5">K-POP헤럴드</a></li> <li><a href="https://web.archive.org/web/20170903103124/http://www.juniorherald.co.kr/" target="_blank" class="mr10 pt5 pb5">주니어헤럴드</a></li> <li><a href="https://web.archive.org/web/20170903103124/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/20170903103124/https://www.facebook.com/TheHeraldSuperich" target="_blank"><img src="//web.archive.org/web/20170903103124im_/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/20170903103124/https://www.instagram.com/superich_herald" target="_blank"><img src="//web.archive.org/web/20170903103124im_/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/20170903103124/https://story.kakao.com/ch/superich" target="_blank"><img src="//web.archive.org/web/20170903103124im_/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/20170903103124/http://biz.heraldcorp.com/custom/newsletter.php" target="_blank"><img src="//web.archive.org/web/20170903103124im_/http://res.heraldm.com/superich/version01/img/sns_4.png" width="22" height="21" alt="mail" title="mail"/></a></li> </ul> <a href="/web/20170903103124/http://superich.heraldcorp.com/" class="logo mt30"><img src="//web.archive.org/web/20170903103124im_/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/20170903103124/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/20170903103124im_/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/20170903103124im_/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/20170903103124im_/http://res.heraldm.com/superich/version01/img/sns_7.png"/>소개</a></li> <li><a href="javascript:loginBox();"><img src="//web.archive.org/web/20170903103124im_/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/20170903103124/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/20170903103124/http://superich.heraldcorp.com/list.php?sec=01-74-01">Data&Ranking;</br>(데이터&랭킹)</a></li> <li><a href="/web/20170903103124/http://superich.heraldcorp.com/list.php?sec=01-74-08">StartUp</br>(혁신&창업)</a></li> <li><a href="/web/20170903103124/http://superich.heraldcorp.com/list.php?sec=01-74-04">Life</br>(라이프)</a></li> <li><a href="/web/20170903103124/http://superich.heraldcorp.com/list.php?sec=01-74-07">China</br>(차이나)</a></li> <li><a href="/web/20170903103124/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/20170903103124im_/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/20170903103124/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/20170903103124/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/20170903103124/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/20170903103124im_/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/20170903103124im_/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/20170903103124/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="AgEESDA1MTeB68xoWsXhPMp5C7365ivWrz3H9Jo73o2agpGC8FOvBUF22JZBUXodvMpIP6brqfunvWGwLsDC887+JuN3LHFRMi0SjC8UP5OIizobSfIXaXstNkY84GFdUCIaJX4XcK3EW41gYHQAWOSbXS1qAVjhEBO9hyozz7eZKWzemVdLlxtDRH1Q4sLqLvc+LY/JQ+I7jJmcSE/FAEs/iBipEpCpftv3JzBuBS5mFktmTAHZiW4490J92cmtaDzfdRwdHLOtRpKYvERQD6rO7fk50dODSwt4Z2qwNWe/a7KsFa7IzP8GdLRNtn4I/+/7Gv77/A=="/> <input type="hidden" id="EncodeData" name="EncodeData" value="AgAFRzQ1NDgukl36UE0MkDL7P+XgQZCAmnQMRLTDbLo9LXsQ3WzORfXEeBv6BcyMLrqLCaOuNq3ML2vsGaWxgu4HgRfgpVjaQdfKzobjPTVQmzUuNtrlI5wNVcjGfpIK1F+UnOQ+tACjKZn7fdxJpq/XpCPtLUcs4RATvYcqM8+3mSls3plXS2sUSSSIOrcbW/RIbNFg/mRau2QQsqZ0HRdG6UqbgNBvLZ5uHwx6TkAXFFALAhOtVn+VNGK/TMWIvhcCBD4PtMMMr/+ex+fGyMwV2EcxFO8D1GON+DgrphYBTTO+5tPmPtftisUnhivNzFlnfDIDyAERtXQFxD4sknMRxgA+sIIe3OmXZcqJlICzjMzTUnHdL0tvWHw+nyTWxETGfIjLlzk5zMQDH3V9mB+pK1Tqj/qvONmNU1XMsWAb3fZXuYfM8xsJ+P6kZwoDZ68dAtk0z4HJ+FZhVxJZ8C98jeBUgarOcZG/INMAePF/wBUIj8GaBA=="> <!-- 휴대폰 인증값위에서 업체정보를 암호화 한 데이타입니다. --> <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/20170903103124im_/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/20170903103124/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/20170903103124/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/20170903103124im_/http://res.heraldm.com/content/superich/2017/09/01/20170901141648110322.jpg) 50% 0 #999 no-repeat fixed; background-size:cover"></div> <!--// main--> <!--main_t_bg--> <a href="https://web.archive.org/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170901000485&sec=01-74-02" class="main_t_bg mauto"> <div class="main_t1 f800 ellipsis3">'AI 비서 동맹' MS-아마존, 적과의 동침 이유는?</div> <div class="main_t2_bg"> <div class="main_t2 f200 common_t3 ellipsis6">마이크로소프트와 아마존의 인공지능(AI) 비서들이 ‘전략적 동거’에 들어갔다. 두 회사는 30일 마이크로소프트의 ‘코타나(Cortana)’와 아마존의 ‘알렉사(Alexa)’를 상호 연동하기 위한 파트너쉽을 구축했다고 밝혔다. 이로써 알렉사에게 코타나 호출을 요청할 수 있고, 코타나에게 알렉사를 소환할 수 있다. 다시 말해 아마존 홈 스피커 ‘에코(Echo)’를 가지고 있거나 윈도우10 운영체제를 쓰는 사람이 기존 알렉사와 코타나의 기능을 상호 교차 이용할 수 있도록 한 것이 주요 내용이다.</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/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170808000344&sec=01-74-07"> <div class="main_li1_img"><div class="sum_over"></div><img src="https://web.archive.org/web/20170903103124im_/http://res.heraldm.com/content/superich/2017/08/14/20170814104828134016.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"> 한 손에 밀크티를 들고 환하게 웃고 있던 ‘중국 얼짱 밀크티녀’를 기억하시나요? 지난 2009년 이 한 장의 사진으로 중국은 물론 한국, 일본에서까지 유명세를 탔죠. 그의 이름은 바로 장저티엔(章泽天ㆍ24). 2015년에는 19살 연상인 중국 징둥닷컴(JD.com) 창업주 류창둥(劉强東ㆍ43)과의 결혼으로 엄청난 관심을 끌어모으기도 했습니다. 징동닷컴은 마윈의 알리바바 계열 쇼핑몰(타오바오, 티몰)과 쌍벽을 이루는 중국 최대 인터넷 쇼핑몰입니다. </div> </a> </li> <li> <a href="https://web.archive.org/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170804000450&sec=01-74-01"> <div class="main_li1_img"><div class="sum_over"></div><img src="https://web.archive.org/web/20170903103124im_/http://res.heraldm.com/content/superich/2017/08/14/20170814105347126886.jpg"/></div> <div class="common_t2 f600 ellipsis transition" style="margin-bottom:4px">[랭킹]최고 건설비 들어간 전세계 마천루 TOP7</div> <div class="line_1 clr transition"></div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; padding-top:9px"> 도시의 빌딩들은 더 광활해지고, 더 높아지고 있다. 건설은 그야말로 초대형 프로젝트로 실행된다. 막대한 돈은 물론이고 착공부터 완공까지 몇년이 걸리는 일도 많다. 너도나도 ‘최고층’ㆍ‘초고가’ 빌딩 건설에 뛰어드는 이유는 한결같다. 각 도시의 상징이면서 문화를 대변하고 관광 명소로도 이름을 떨치는 이 건물의 가치가 단순한 숫자 이상이기 때문이다. </div> </a> </li> <li> <a href="https://web.archive.org/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170721000627&sec=01-74-08"> <div class="main_li1_img"><div class="sum_over"></div><img src="https://web.archive.org/web/20170903103124im_/http://res.heraldm.com/content/superich/2017/08/14/20170814105420834271.jpg"/></div> <div class="common_t2 f600 ellipsis transition" style="margin-bottom:4px">[Start Up] 실리콘밸리 기업학교 Y콤비네이터</div> <div class="line_1 clr transition"></div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; padding-top:9px"> 세계적인 스타트업 에어비앤비(Airbnb), 드롭박스(Dropbox), 스트라이프(Stripe)는 알고 보면 ‘같은 학교’ 출신 동문이다. 스타트업의 성지, 미국 실리콘밸리에는 엑셀러레이터(accelerator)라는 이름의 기업학교들이 있다. 될성부른 스타트업에 자금과 교육을 지원하고, 시장에 안착시키는 것이 이 학교의 역할이다. 그중에서도 에어비앤비와 드롭박스를 키워낸 와이콤비네이터(Y Combinator)는 모든 스타트업들의 꿈의 학교다. </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/20170903103124if_/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/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170901000484&sec=01-74-03" class="ellipsis f400"> “경영권 승계는 없다” 락앤락 매각한 창업주 김준일</a></dd> <dd><span class="f600">2. </span><a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170901000485&sec=01-74-02" class="ellipsis f400"> ‘AI 비서 동맹’ 맺은 마이크로소프트-아마존, 적과의 동침 이유는?</a></dd> <dd><span class="f600">3. </span><a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170822000377&sec=01-74-02" class="ellipsis f400">고객 선택 받은 정용진의 ‘스벅코리아’, 장사도 잘 했네</a></dd> <dd><span class="f600">4. </span><a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170829000347&sec=01-74-02" class="ellipsis f400"> ‘가격폭등’ 천연 바닐라 둘러싼 부호들의 눈치게임</a></dd> <dd><span class="f600">5. </span><a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170818000474&sec=01-74-04" class="ellipsis f400"> 전 재산 처분하고 세계여행 ‘버킷리스트 패밀리’는 지금…여행하고, 돈도 벌고!</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/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170901000484&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/08/29/20170829001092_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=민상식ㆍ윤현종 기자] 밀폐용기로 유명한 국내 1위 주방생활용품업체 락앤락이 아시아 최대 사모투자펀드(PEF)로 경영권이 넘어간다.락앤락은 지난달 25일 최대주주 김준일(65) 회장과 특수관계인 김창호(57) 씨의 경영권을 포함한 보유 지분 63.56%를 6293억원에 PEF인 어피너티에쿼티파트너스(어피너티)에 양도하는 계약을...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170829000346&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/08/28/20170828000932_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">AI 챗봇 내놓은 정태영의 디지털혁신 전략</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식ㆍ이세진 기자] 현대카드가 IBM의 인공지능(AI) 시스템 ‘왓슨’(Watson)을 활용한 챗봇 서비스 ‘현대카드 버디(Buddy)’를 지난 18일 시작했다. 챗봇은 ‘채팅 로봇’의 줄임말로, AI를 기반으로 사람과 자동으로 대화를 나누는 소프트웨어다.[출처=정태영 페이스북 계정]버디 출시 이후 정태영(57) 현대카드 부회장...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170829000347&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/08/28/20170828000686_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=민상식ㆍ윤현종 기자] 바닐라콩의 주 산지는 아프리카의 섬나라 ‘마다가스카르’다. 마다가스카르에서 전 세계 바닐라콩의 80~85% 정도가 생산된다.물론 우리가 자주 먹는 바닐라 아이스크림, 초콜릿, 쿠키 등 디저트에는 인공 바닐라가 주로 쓰인다. 전 세계 사용되는 바닐라 90%는 화학 합성이지만, 최근 인공 첨가제에 ...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170824000559&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/08/24/20170824000566_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=민상식ㆍ이세진 기자] 지나가던 달이 태양빛을 완전히 가리는 ‘개기일식’은 한 사람이 일생에 한 번 볼까 말까 한 ‘빅 이벤트’다. 밝았던 세상이 2분 남짓 어두컴컴하게 변하는데, 새벽빛도 석양빛도 아닌 난생처음 보는 빛의 세상이 펼쳐진다. 어두운 밤에 지구 그림자가 달빛을 가리면서 일어나는 개기월식보다 드물기...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170824000575&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/08/18/20170818000937_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=민상식ㆍ이세진 기자] 오래 전부터 잉글랜드 프리미어리그(EPL) 아스널을 인수하겠다는 의지를 공개적으로 드러내온 아프리카 갑부가 있다. 그 주인공은 아프리카 최고 재벌인 알리코 단고테(Aliko Dangoteㆍ60) 단고테그룹 회장이다.2010년부터 아스널 지분 인수를 시도해온 단고테 회장은 최근에는 “아스널을 인수한 뒤 ...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170822000377&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/08/21/20170821000963_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=윤현종 기자] 각종 굿즈(goods)를 선보이며 끊임없이 ‘팬’을 늘리고 있는 커피프랜차이즈가 있습니다. 바로 스타벅스입니다. 이 체인은 어떻게 한국으로 왔을까요. 미국 브라운 대학교를 나온 한 ‘재벌 3세’의 공이 컸습니다. 바로 상장사 주식 자산만 8480억여 원(18일 종가기준)을 갖고 있는 정용진 신세계 부회장입니...</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/20170903103124im_/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/20170903103124im_/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조 9828억</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/20170903103124im_/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조 5948억</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/20170903103124im_/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/20170903103124im_/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/20170903103124im_/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조 5479억</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/20170903103124im_/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/20170903103124im_/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/20170903103124im_/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조 6707억</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/20170903103124im_/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/20170903103124im_/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조 5089억</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/20170903103124js_/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/20170903103124/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/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170822000385&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/08/21/20170821001103_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=민상식ㆍ윤현종 기자] 파산 위기에 몰린 이탈리아 국적 항공사 알리탈리아의 예비 입찰에 전 세계 항공사 10여개사가 참여했다.이탈리아 언론에 따르면 지난달 21일 마감된 알리탈리아 인수를 위한 예비 입찰에는 유럽 최대 항공사인 라이언에어(Ryan Air), 현재 알리탈리아의 지분 49%를 보유하고 있는 아랍에미리트(UAE) ...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170818000475&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/08/17/20170817000936_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">30대 美청년이 인류애 담아 만든 ‘인공 계란’</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식ㆍ이세진 기자] “진짜 계란과 맛이 똑같지만, 놀랍게도 콜레스테롤은 없다.”빌 게이츠(61) 마이크로소프트(MS) 창업자는 2013년 자신의 이름을 건 웹사이트에 ‘미래 음식’(The Future of Food)에 관한 글을 올려, 계란의 대체 음식이 될 한 식품을 극찬했다. 요리했을 때 모양이 같을 뿐만 아니라 맛을 보더라도 ...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170818000474&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/08/17/20170817000964_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=윤현종ㆍ이세진 기자] 45개 나라, 150번의 비행, 네팔 지진 복구부터 아프리카 고래 관찰 다이빙까지…….지난 2015년 8월부터 2년 동안이나 세계여행을 하고 있는 한 가족의 기록입니다. 주인공은 개렛(Garrett), 제시카(Jessica)두 부부와 두 자녀 도로시(Dorothy)와 마닐라(Manilla). 이들은 ‘버킷리스트 패밀리(The Bu...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170816000675&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/08/11/20170811000375_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=민상식ㆍ윤현종 기자] 세계에서 두 번째로 큰 과자 제조업체인 몬델리즈(Mondelez)는 지난해 6월 허쉬초콜릿으로 유명한 세계 5위 과자 제조사 허쉬(Hershey)를 230억달러(약 26조원)에 인수하는 시도에 나섰다.당시 몬델리즈와 허쉬의 합병으로 세계 최대 과자업계 공룡이 탄생할 것인가에 관심이 쏠렸지만, 수 개월간 협상...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170816000676&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/08/11/20170811000703_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">‘연봉 1000억원’ 작가는…‘해리포터’ 조앤 K. 롤링</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=이세진 기자] 세계 최고 베스트셀러 작가의 ‘연봉’은 어느 수준일까? 대부분의 작가들은 회사원이 아니기 때문에 집필에 들어간 장고의 시간이면 돈을 거의 벌지 못하는 일도 파다하다. 하지만 정상의 자리에 있는 작가라면 이야기는 달라진다. 잘 팔리는 프랜차이즈(이야기 시리즈)가 새로운 작품활동에 동력을 가져다주...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170811000274&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/08/08/20170808000908_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=윤현종ㆍ이세진 기자] 독보적인 인터넷 기업 구글(Google)이 개최하는 여름 캠프(Summer Camp)에도 모닥불이 등장할까?보통 사람들의 상식(?) 속 여름 캠프라면 모닥불을 둘러싸고 앉아 노래를 부르며 친목을 다지는 소박하기 그지없는 모습이다. 하지만 구글의 스케일은 상상 이상이다. ‘톱 시크릿(일급비밀)’로 여겨지는...</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/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170322000210&sec=01-74-01" style="background:url(https://web.archive.org/web/20170903103124im_/http://res.heraldm.com/content/superich/2017/08/04/20170804152327641850.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>서경배 회장 일가의 ‘사드 무풍지대’ </div> </a> </li> <li> <a href="https://web.archive.org/web/20170903103124/http://superich.heraldcorp.com/superich/view.php?ud=20170410000214&sec=01-74-01" style="background:url(https://web.archive.org/web/20170903103124im_/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/20170903103124/http://superich.heraldcorp.com/superich/view.php?ud=20170109000973&sec=01-74-01" style="background:url(https://web.archive.org/web/20170903103124im_/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/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170811000273&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/08/02/20170802000819_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=민상식ㆍ이세진 기자] “우리는 이 차에 모든 걸 쏟아냈습니다.”미국 전기차 업체 ‘테슬라’(Tesla) 최고경영자(CEO)인 엘론 머스크(Elon Muskㆍ45)는 지난 2일 자신의 사회관계망서비스(SNS) 트위터 계정에 글을 올려, 테슬라의 첫 대중형 전기자동차(EV)인 ‘모델 3’에 대해 이같이 설명했다. 이 글을 게시하기 3일 전...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170808000030&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/08/04/20170804000710_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=민상식ㆍ윤현종 기자] 구글이 300억달러(33조7000억원)를 들여 인수하려고 시도 중인 사회관계망서비스(SNS) 기업이 밝혀졌다. 바로 ‘일정 시간이 지나면 사라지는 메시지’로 유명한 미국의 사진공유 소셜네트워크 스냅챗(Snapchat)이다.미국 경제전문매체 비즈니스 인사이더 등 최근 보도에 따르면 구글은 지난해 5월 스...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170804000451&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/08/03/20170803000935_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=이세진 기자] 지난달 27일 세계 최고부자 자리를 꿰찼던 제프 베조스(Jeff Bezosㆍ53) 아마존 CEO가 2042년 이내로 인류 최초 ‘트릴리어네어(trillionaireㆍ조만장자)’에 오를 가능성이 크다는 분석이 나왔다. 3일 블룸버그가 집계한 ‘빌리어네어 인덱스’에 따르면 제프 베조스의 현재 자산은 853억달러(96조원), 빌 게...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170801000755&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/07/31/20170731000970_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">실리콘밸리 기업학교 Y콤비네이터 대표가 꿈꾸는 ‘유토피아’</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=이세진 기자] 세계적인 스타트업 에어비앤비(Airbnb), 드롭박스(Dropbox), 스트라이프(Stripe)는 알고 보면 ‘같은 학교’ 출신 동문이다. 스타트업의 성지, 미국 실리콘밸리에는 엑셀러레이터(accelerator)라는 이름의 기업학교들이 있다. 될성부른 스타트업에 자금과 교육을 지원하고, 시장에 안착시키는 것이 이 학교의 ...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170728000462&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/07/27/20170727000967_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">IT 공룡들의 ‘헬스케어’ 비밀 프로젝트</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식ㆍ이세진 기자] 글로벌 전자상거래 공룡 ‘아마존’(Amazon)이 진행 중인 비밀 프로젝트 하나가 최근 공개됐다. 프로젝트 명은 1492. 탐험가 콜럼버스가 아메리카 대륙에 첫 발을 디딘 1492년에서 따온 것으로, 새로운 분야를 개척하겠다는 의미가 담겼다.아마존이 주목한 새로운 분야는 바로 ‘디지털 헬스케어’이다...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170728000461&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/07/27/20170727001003_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=윤현종ㆍ이세진 기자] “중국 물건을 팔기 위해 온 게 아닙니다(I didn‘t come to Africa to sell Chinese products).” 아프리카로 간 마윈(馬雲ㆍ52) 회장의 이야기다. 물건을 팔려는 것이 아니라면, 세계 최대 전자상거래기업 알리바바를 일군 그가 아프리카로 간 까닭은? 그가 꿈꾸는 ‘큰 그림’을 발표하기 위해서다...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170726000665&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/07/26/20170726000775_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=민상식ㆍ윤현종 기자] 전 세계 슈퍼리치가 선호하는 투자 사치품의 순위가 최근 뒤집혔다. 클래식카는 10여년간 투자 사치품 지수 1위 자리를 지켜오다 고급 와인의 추격을 받아 2위로 밀렸다. 고급 와인에 대한 선호도가 큰 폭으로 뛴 것은 현금을 가진 중국 부호들이 고급 와인 매수에 몰리고 있기 때문으로 분석된다. ...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170726000664&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/07/25/20170725000878_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">‘놀란’의 손에서 탄생한 영화, 전세계 수익 ‘5조원’</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=이세진 기자] 발음하기도 어렵고 생소하기만 한 이름의 영화 ‘덩케르크(Dunkirk)’가 여름 극장가를 달구고 있다. ‘덩케르크’를 찾은 관객의 팔할(?)은 감독 이름을 보고 영화를 선택했다. 개봉 5일째인 24일 150만 관객을 끌어모으며 그의 영화를 기다려온 관객들의 기대를 입증했다. 올해 47세의 ‘젊은 거장’ 크리스...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170721000626&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/07/20/20170720001043_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=민상식ㆍ이세진 기자] 미국 초대형 영화 제작ㆍ배급사인 월트 디즈니(Walt Disney)가 할리우드 블록버스터의 원조 격인 ‘스타워즈’를 테마로 한 리조트-호텔을 짓는다.디즈니는 지난 15일(현지시간) 미 캘리포니아 주 로스앤젤레스(LA)에서 미디어 관계자를 초청해 ‘스타워즈 인스파이어드 리조트ㆍ호텔 설명회’를 열었...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170719000661&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/07/18/20170718000812_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=민상식ㆍ윤현종 기자] 지난 3월 미국의 거대 반도체회사 인텔이 이스라엘의 자율주행차(Autonomous Car) 기술 업체 ‘모빌아이’(Mobileye)를 인수했다.인수 금액은 153억달러, 우리 돈으로 17조2000억원에 이른다. 이는 외국 기업의 이스라엘 업체 인수 역사상 최대 규모이다. 이전에는 미국 IT기업 시스코가 2012년 이스라...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170719000662&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/07/18/20170718001044_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=이세진 기자] 자산 35조원을 지닌 중국 최고부자 왕젠린(王建林ㆍ63) 완다그룹 회장의 꿈인 ‘문화제국’ 건설에 급제동이 걸렸다. 중국 국내외 기업들을 쇼핑하듯 사모으며 덩치를 키우던 완다의 행보로선 드물게 최근 호텔과 테마파크 사업부문 ‘매각’에 나선 것을 두고 중국 당국의 규제라는 암초를 제대로 만났다는 분...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170714000347&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/07/07/20170707000966_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=민상식ㆍ윤현종 기자] 중국의 ‘지리’(Geelyㆍ吉利) 자동차의 행보가 거침없다. 스웨덴의 자동차 제조사 볼보(Volvo)를 사들여 전기차를 내세운 브랜드 ‘링크앤코’(Lynk & Co)를 출범한 후 지난 5월 영국 슈퍼카 제조업체인 로터스(Lotus)를 인수했다. 이어 최근 하늘을 나는 자동차 ‘플라잉 카’(flying car) 선도기업...</div> </div> </a> </li> </ul> </div> <!--// con--> <!--visual--> <div class=" con_gray" style="background:url(//web.archive.org/web/20170903103124im_/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/20170903103124js_/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/20170903103124js_/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/20170903103124/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/20170903103124im_/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/20170903103124/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/20170903103124im_/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/20170903103124/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/20170903103124im_/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/20170903103124/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/20170903103124im_/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/20170903103124/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/20170903103124im_/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/20170903103124/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/20170903103124im_/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/20170903103124/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/20170903103124im_/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/20170903103124/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/20170903103124im_/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/20170903103124/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/20170903103124im_/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/20170903103124/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/20170903103124im_/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/20170903103124/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/20170903103124im_/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/20170903103124/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/20170903103124im_/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/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170710000655&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/07/07/20170707000867_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">삼성전자 2분기 14조원 벌고…이건희 회장 자산 17조원 육박</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=민상식ㆍ이세진 기자] 삼성전자가 사상 최대 분기 영업이익을 기록했다. 2017년 2분기 매출 60조원, 영업이익 14조원을 기록하며 최대 ‘어닝 서프라이즈(깜짝 실적)’로 영업이익률이 23.3%이나 된다. 1000원짜리 물건을 팔아 233원을 남긴 셈이다. 이는 전세계 시가총액 1위 애플(Apple)의 영업이익도 추월한 것으로 확실...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170710000654&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/07/06/20170706001006_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/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170707000480&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/07/06/20170706001047_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=민상식ㆍ이세진 기자] 세계적인 유명인이 사회관계망서비스(SNS) 인스타그램의 자신 계정에 사진 1장씩 올릴 때마다 벌어들이는 수익은 얼마나 될까.사진 한 장당 수익이 가장 높은 유명인은 현존하는 세계 최고의 축구 선수 중 한 명인 크리스티아누 호날두(Cristiano Ronaldoㆍ32)라는 분석이 나왔다.1억600만명이 넘는 팔...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170707000481&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/07/06/20170706001017_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/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170706000614&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/07/04/20170704001105_p.jpg"/></div> <div class="main_li2"> <div class="common_t2 f600 ellipsis2 transition" style="max-height:56px">IT가 ‘노동집약적’ 산업이었다니?</div> <div class="common_t3 clr ellipsis5 f300" style="max-height:127px; margin-top:8px">[SUPERICH=이세진 기자] 번듯한 ‘제품’ 보단 무형의 ‘서비스’를 주로 판매하는, 정보통신(IT) 기업들에 대한 편견 하나. “적은 수의 직원으로도 회사가 큰 이윤을 벌어들일 수 있지 않을까?” 다소 거칠지만 답은 “아니오”다. 저마다 ‘일당백’ 하는 직원들이 두뇌를 맞대고 첨단 지식이나 혁신을 창출하는, 고부가가치 산업인...</div> </div> </a> </li> <li> <a href="/web/20170903103124/http://superich.heraldcorp.com/view.php?ud=20170703000797&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/20170903103124im_/http://res.heraldm.com/phpwas/restmb_idxmake.php?idx=98&simg=/content/image/2017/06/30/20170630000909_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=윤현종ㆍ이세진 기자] 아이폰(iPhone)이 사람들 손에 쥐어진 날로부터 10년이 지났다. 2009년 6월29일 판매를 시작한 아이폰은 전 세계적 열풍을 불러일으켰고, 아이폰에 처음 적용된 기술은 계속해서 더 큰 혁신들을 몰고 왔다. 아이폰의 성공으로 애플(Apple) 창업주 고(故) 스티브 잡스(1955~2011)는 21세기 초반 가장 위...</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/20170903103124/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/20170903103124/http://ads-optima.com/www/delivery/ck.php?n=abc39f52&cb=INSERT_RANDOM_NUMBER_HERE" target="_blank"><img src="https://web.archive.org/web/20170903103124im_/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/20170903103124im_/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/20170903103124js_/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/20170903103124/http://res.heraldm.com/js/acecounter_V70.js'></scr"+"ipt>"); } </script><script type="text/javascript" src="https://web.archive.org/web/20170903103124js_/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 10:31:24 Sep 03, 2017 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 21:53:24 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.5 exclusion.robots: 0.026 exclusion.robots.policy: 0.016 esindex: 0.01 cdx.remote: 10.182 LoadShardBlock: 149.945 (3) PetaboxLoader3.datanode: 109.059 (4) PetaboxLoader3.resolve: 168.198 (2) load_resource: 167.213 -->