CINXE.COM
한 뉴스 앵커가 소녀시대 티파니에게 축하를 전하다
<!DOCTYPE html> <!-- Mobile redirect: 80 --> <!--esi <esi:assign name="is_mobile" value="0" /> <esi:choose> <esi:when test="$(done)!='1'"> <esi:assign name="done" value="0"/> </esi:when> </esi:choose> <esi:assign name="query_param" value="''"/> <esi:choose> <esi:when test="$(QUERY_STRING)"> <esi:assign name="query_param">'?'+$(QUERY_STRING)</esi:assign> </esi:when> </esi:choose> <esi:choose> <esi:when test="$(HTTP_USER_AGENT) matches_i '''SCH-I535|SPH-L710|SGH-N064|SGH-N035|SGH-T999|SGH-I747|GT-I9305|GT-I9300|android.+mobile|iphone|ipod|webos|blackberry.+webkit.+mobile|htc|opera\ mini|operamini|iemobile|opera\ mobi|lge|lg|palm|samsung|nokia|windows\ phone|windows\ ce|bb10|blackberry|Mobile.+Firefox|tizen.+mobile'''"> <esi:assign name="is_mobile" value="1" /> </esi:when> </esi:choose> <esi:choose> <esi:when test="$(HTTP_USER_AGENT) matches_i '''SAMSUNG\ SM-T'''"> <esi:assign name="is_mobile" value="0" /> </esi:when> </esi:choose> <esi:choose> <esi:when test="$(is_mobile) == '1' && $(HTTP_HOST) has 'huffingtonpost.com' && $(REQUEST_PATH) matches_i '/jobs'"> <esi:assign name="done" value="1"/> </esi:when> </esi:choose> <esi:choose> <esi:when test="$(is_mobile) == '1' && $(HTTP_HOST) has 'huffingtonpost.com' && $(REQUEST_PATH) matches_i '/hill/signup\.html'"> <esi:assign name="done" value="1"/> </esi:when> </esi:choose> <esi:choose> <esi:when test="($exists($(QUERY_STRING{'m'})) && $(QUERY_STRING{'m'}) == 'false') && $(is_mobile)=='1'"> $add_header('Set-Cookie','mobileview=false; path=/;') $set_redirect('http://www.huffingtonpost.kr'+$(REQUEST_PATH)) <esi:assign name="done" value="1"/> </esi:when> </esi:choose> <esi:choose> <esi:when test="($exists($(QUERY_STRING{'m'})) && $(QUERY_STRING{'m'}) == 'true') && $(is_mobile)=='1'"> $add_header('Set-Cookie','mobileview=true; path=/;') <esi:assign name="ignore_mobile_cookie" value="1"/> </esi:when> </esi:choose> <esi:choose> <esi:when test="($exists($(QUERY_STRING{'tm'})) && $(QUERY_STRING{'tm'}) == 'false') && $(is_mobile)=='1'"> <esi:assign name="done" value="1"/> </esi:when> </esi:choose> <esi:choose> <esi:when test="$(is_mobile) == '1' && $(HTTP_HOST) has 'huffingtonpost.com' && $(REQUEST_PATH) matches_i 'special\/disney_travel'"> $set_redirect('http://m.news.travel.aol.com/disney/') <esi:assign name="done" value="1"/> </esi:when> </esi:choose> <esi:choose> <esi:when test="( $(ignore_mobile_cookie) == '1' || !$exists($(HTTP_COOKIE{'mobileview'}) ) || $(HTTP_COOKIE{'mobileview'})=='true' ) && $(is_mobile) == '1' && $(done)=='0'"> <esi:choose> <esi:when test="!$exists($(HTTP_COOKIE{'mobileview'}))"> $add_header('Set-Cookie','mobileview=true; path=/;') </esi:when> </esi:choose> <esi:choose> <esi:when test="$(REQUEST_PATH) matches_i '/?([0-9]+)/([0-9]+)/([0-9]+)/([^/]+)_([0-9]+)\.html#(.+)$' "> <esi:assign name="redirect_to">'http://m.huffpost.com/kr/entry/'+$(MATCHES{5})+'#$(MATCHES{6})'+$(query_param)</esi:assign> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '/?([0-9]+)/([0-9]+)/([0-9]+)/([^/]+)_([0-9]+)\.html' "> <esi:assign name="redirect_to">'http://m.huffpost.com/kr/entry/'+$(MATCHES{5})+$(query_param)</esi:assign> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '/([^/]+)/([^/]+)_([0-9]+)\.html'"> <esi:assign name="redirect_to">'http://m.huffpost.com/kr/entry/'+$(MATCHES{3})+$(query_param)</esi:assign> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '/(news|tag|actualites)/([a-z0-9-_]+)' "> <esi:assign name="redirect_to">'http://m.huffpost.com/kr/news/'+$(MATCHES{2})+'/'+$(query_param)</esi:assign> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '/newsletter/([a-z0-9-_]+)'"> <esi:assign name="redirect_to">'http://m.huffpost.com/kr/?pop=nls&nls='+ $(MATCHES{1})</esi:assign> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '/imageblog'"> <esi:assign name="redirect_to">'http://m.huffpost.com/kr/news/imageblog/'+$(query_param)</esi:assign> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '/thirdmetric'"> <esi:assign name="redirect_to">'http://m.huffpost.com/kr/news/third-metric/'+$(query_param)</esi:assign> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '/p/horoscopos-([a-z]+)\.html' "> <esi:assign name="redirect_to">'http://m.huffpost.com/kr/horoscopos/'+$(MATCHES{1})+$(query_param)</esi:assign> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '^\/(subscription|users\/notifications|terms)' "> <esi:assign name="done" value="1"/> </esi:when> <esi:when test="$(REQUEST_PATH) matches_i '^\/([a-z0-9-_]{2,})' "> <esi:assign name="redirect_to">'http://m.huffpost.com/kr/vertical/'+$(MATCHES{1})+'/'+$(query_param)</esi:assign> </esi:when> <esi:when test="$is_empty($(REQUEST_PATH)) || $(REQUEST_PATH) =='/'"> <esi:choose> <esi:when test="($(GEO{'country_code'}) == 'AU')"> <esi:assign name="redirect_to">'http://m.huffpost.com/au'+$(query_param)</esi:assign> </esi:when> <esi:otherwise> <esi:assign name="redirect_to">'http://m.huffpost.com/kr'+$(query_param)</esi:assign> </esi:otherwise> </esi:choose> </esi:when> </esi:choose> <esi:choose> <esi:when test="$exists($(redirect_to)) && !$is_empty($(redirect_to))"> $set_redirect($(redirect_to)) </esi:when> </esi:choose> <esi:assign name="done" value="1"/> </esi:when> </esi:choose> --> <!--esi <esi:assign name="ads_ord" value="$rand()" /> <esi:assign name="is_aol_referer" value="0" /> <esi:choose> <esi:when test="$(HTTP_REFERER) has '.aol.com'"> <esi:assign name="is_aol_referer" value="1" /> </esi:when> </esi:choose> --> <!--esi <esi:assign name="IS_US" value="$(HTTP_HOST) has 'huffingtonpost.com'" /> <esi:choose> <esi:when test="$(IS_US) && $(GEO{'country_code'}) == 'IN' && $(done)!='1'"> <esi:choose> <esi:when test="!$(QUERY_STRING)"> <esi:assign name="done" value="1"/> $set_redirect('http://' + $(HTTP_HOST) + $(REQUEST_PATH) + '?ir=India&adsSiteOverride=in') </esi:when> <esi:when test="!$(QUERY_STRING{'ir'})"> <esi:assign name="done" value="1"/> $set_redirect('http://' + $(HTTP_HOST) + $(REQUEST_PATH) + '?' + $(QUERY_STRING) + '&ir=India&adsSiteOverride=in') </esi:when> </esi:choose> </esi:when> </esi:choose> --> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8 ie7"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9 ie8"> <![endif]--> <!--[if IE 9]> <html lang="ko" class="no-js modern ie9"> <![endif]--> <!--[if gt IE 9]><!--> <html lang="ko" class="no-js modern"> <!--<![endif]--> <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://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html","20160818155413","https://web.archive.org/","web","/_static/", "1471535653"); </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>한 뉴스 앵커가 소녀시대 티파니에게 축하를 전하다</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/> <meta name="keywords" content="티파니,mbn,뉴스앵커,욱일승천기,정치,일본"/> <meta name="description" content=" MBN의 '뉴스파이터' 김명준 앵커는 오늘(17일) 우리나라 배드민턴 국가대표팀이 준결승 전에서 일본 대표팀에 완패한 소식을 전하며 이렇게 말했다. "/> <meta name="category" content="Korea"/> <meta http-equiv="Content-Language" content="ko_KR"/> <meta name="robots" content="noodp,noydir"/> <meta property="twitter:card" value="summary_large_image"/> <meta property="twitter:site" value="@HuffPostKorea"/> <meta name="twitter:description" content=" MBN의 '뉴스파이터' 김명준 앵커는 오늘(17일) 우리나라 배드민턴 국가대표팀이 준결승 전에서 일본 대표팀에 완패한 소식을 전하며 이렇게 말했다. "> <meta property="fb:app_id" content="284021941754241"/> <meta property="og:site_name" content="허핑턴포스트"/> <meta property="og:title" content="한 뉴스 앵커가 소녀시대 티파니에게 축하를 전하다"/> <meta property="og:type" content="article"/> <meta property="og:url" content="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html"/> <meta property="og:image" content="https://web.archive.org/web/20160818155413im_/http://i.huffpost.com/gen/4610064/images/o-MBN-facebook.jpg"/> <meta property="og:description" content=" MBN의 '뉴스파이터' 김명준 앵커는 오늘(17일) 우리나라 배드민턴 국가대표팀이 준결승 전에서 일본 대표팀에 완패한 소식을 전하며 이렇게 말했다. "/> <meta property="og:locale" content="ko_KR"/> <meta name="sailthru.date" content="Wed, 17 Aug 2016 21:23:43 -0400"> <meta name="sailthru.expire_date" content="Thu, 18 Aug 2016 21:23:43 -0400"> <meta name="sailthru.image.thumb" content="http://i.huffpost.com/gen/4610064/images/s-MBN-small.jpg"> <meta name="sailthru.tags" content="티파니,mbn,뉴스앵커,욱일승천기,정치,일본"> <meta property="article:publisher" content="https://www.facebook.com/HuffPostKorea"/> <meta property="article:section" content="Korea"/> <link rel="image_src" href="https://web.archive.org/web/20160818155413im_/http://i.huffpost.com/gen/4610064/images/s-MBN-large.jpg"/> <meta name="image" content="http://i.huffpost.com/gen/4610064/images/s-MBN-small.jpg"/> <meta name="thumbnail" content="http://i.huffpost.com/gen/4610064/images/o-MBN-facebook.jpg"/> <link rel="shortcut icon" href="/web/20160818155413im_/http://www.huffingtonpost.kr/favicon.ico"> <link rel="alternate" hreflang="ko" href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html"/> <link rel="alternate" href="https://web.archive.org/web/20160818155413/android-app://com.huffingtonpost.android/http/www.huffingtonpost.kr/2016/08/17/story_n_11563816.html"/> <link rel="alternate" href="https://web.archive.org/web/20160818155413/ios-app://306621789/huffpostnews/?editionID=kr&entryID=11563816"/> <link rel="alternate" media="only screen and (max-width: 640px)" href="https://web.archive.org/web/20160818155413/http://m.huffpost.com/kr/entry/11563816"> <link rel="stylesheet" href="https://web.archive.org/web/20160818155413cs_/http://s1.huffpost.com/assets/css.php?v=1470760434&f=phoenix%2Fapp.css" type="text/css"> <link rel="stylesheet" href="https://web.archive.org/web/20160818155413cs_/http://s0.huffpost.com/assets/css.php?v=1470760434&f=phoenix%2Fcore.css%2Cphoenix%2Fpageheader.css%2Cphoenix%2Frightrail.css%2Cphoenix%2Fauthor_article.css%2Cphoenix%2Fted.css%2Cphoenix%2Fcolorbox.css%2Cphoenix%2Femail_form.css%2Cphoenix%2Fslideshow%2Fflexslider.css%2Cphoenix%2Fslideshow%2Fstyles.css" type="text/css"> <link rel="stylesheet" href="https://web.archive.org/web/20160818155413cs_/http://s0.huffpost.com/assets/css.php?v=1470760434&f=liveblog.css%2Cbasic.css%2Csailthru_concierge.css%2Crecipe_gadget.css%2Chp_modules%2Fmodule.sponsor-widgets.css%2Chp_modules%2Fmodule.apps_feeds.css%2C_slideshows%2Finline.css%2C_slideshows%2Fmodules%2Finline.css%2C_slideshows%2Fmodules%2Fparticipation.css%2C_slideshows%2Fmodules%2Fparticipation_new.css%2Ccommercial.css%2Cadd%2Finner.css%2Cemail_share.css%2Cbuttons.css" type="text/css"> <link rel="stylesheet" href="https://web.archive.org/web/20160818155413cs_/http://s0.huffpost.com/assets/css.php?v=1470760434&f=" type="text/css"> <link rel="stylesheet" href="https://web.archive.org/web/20160818155413cs_/http://s1.huffpost.com/assets/css.php?v=1470760434&f=phoenix%2Fverticals%2Fkorea.css%2Cphoenix%2Fverticals%2F.css" type="text/css"> <link rel="canonical" href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html"> <!--[if lt IE 9]><link rel="stylesheet" href="http://s1.huffpost.com/assets/js.php?v=1470760434&f=conversations%2Fstylesheets%2Fapp.css" /><![endif]--> <!--[if lte IE 7]><link rel="stylesheet" href="http://s0.huffpost.com/assets/css.php?v=1470760434&f=phoenix%2Fie7.css" type="text/css" /><![endif]--> <!--[if IE 8]><link rel="stylesheet" href="http://s1.huffpost.com/assets/css.php?v=1470760434&f=phoenix%2Fie8.css" type="text/css" /><![endif]--> <script type="text/javascript" src="https://web.archive.org/web/20160818155413js_/http://s1.huffpost.com/assets/js.php?v=1470760434&f=jquery-1.7.2.min.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20160818155413js_/http://s1.huffpost.com/assets/js.php?v=1470760434&f=jquery%2Fjquery.I18N.js%2Clocale%2Fko_KR%2Fpublic.js%2Csprintf-0.7.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20160818155413js_/http://s0.huffpost.com/assets/js.php?v=1470760434&f=huff.js%2Chp_config.js%2Clazyload-min.js%2Chp_util.js%2Chp_track.js%2Cyui_sub.js%2Chp_liveblog.js%2Chptwitter_anywhere.js%2Cphoenix%2Fcustom.modernizr.js%2Cphoenix%2Ffoundation.min.js%2C_tmp%2Fquick_fan.js%2C_tmp%2Fhp_ads.js%2C_tmp%2Fcommon.js%2Chp_browser.js%2Csubmissions.js%2Cphoenix%2Funderscore.js%2Cphoenix%2Fbackbone.js%2Cphoenix%2Fthreeup.js%2Crecipe_gadget.js%2Clivebetteramerica%2Fmodule.jquerydl.js%2Cphoenix%2Ffollow-huffpost.js%2Cphoenix%2Fsocial-sidebar.js%2Cposts.js%2Cphoenix%2Fnumeral.js%2Cphoenix%2Fsocial_widget_views.js%2Cconversations%2Fbootstrap.js%2Cscroll-track.js%2Cphoenix%2Fjquery.colorbox.js%2Cphoenix%2Fthreeup-carousel.js%2Cphoenix%2Flightbox.js%2Cphoenix%2Fjquery.formparams.js%2Cphoenix%2Fsubmit_correction.js%2C_tmp%2Fquick_subscribe_user.js%2Cphoenix%2Fnewsletter.js%2Chptwitter.js%2Cphoenix%2Flogin.js%2C_tmp%2Fclick_tracker.js%2Cphoenix%2Fimage_loader.js%2Cphoenix%2Fcaption.js%2Cconnect_overview.js%2Cimage_embed.js%2Cswfobject.js%2Cphoenix%2Fhulu_to_5min.js%2C_tmp%2Fevent_module.js%2Cphoenix%2Fslideshow%2Fjquery.flexslider.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-html.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-tracking.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-share.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-main.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-participation.js%2Cphoenix%2Fslideshow%2Fhp-slideshow-participation_new.js%2Cphoenix%2Fyoutube_to_5min.js%2Con-hover-pinterest.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20160818155413js_/http://s1.huffpost.com/assets/js.php?v=1470760434&f=facebook.js%2Ccookiesmin.js%2Csnproject.js%2C_tmp%2Fquick_login.js%2Chuffconnect.js%2Cprovider.js%2Cpopup_manager.js%2C_util%2Fuser.js%2Cuser.js"></script> <script type="text/javascript"> huff.v({"last_deploy_commit_id":"9448676f94eb3a3a8739e8a3fc0d85c6b51c8838","deploy_commit_id":"f75899926af7cc4499a5fde4de7ecc5f0030c1d2","deploy_seq":1470760434,"last_deploy_seq":1470163362,"deploy_date":"Tue, 09 Aug 2016 12:33:54 -0400","last_deploy_date":"Tue, 02 Aug 2016 14:42:42 -0400"}); </script> <script type="text/javascript"> // common modules huff.use('conf', 'modal', 'image', 'layout', 'cookies', 'user', 'track', 'common', 'promo'); </script> <!-- modulous header --> <meta name="taboola.category" content="정치"/> <!-- Friendly iframe setup --> <script> window.setIframeHeight = function(obj) { if (!obj.contentDocument) { return; } var ad = obj.contentDocument.getElementById('ad_holder'); if (ad.offsetWidth > 1) { obj.width = ad.offsetWidth; obj.height = ad.offsetHeight; } else { obj.height = obj.contentDocument.body.offsetHeight; } if (obj.height>1) { obj.style.display = ''; obj.style.visibility = 'visible'; } else { obj.style.display = 'none'; } }; window.asyncLoadIframe = function(js, iframe) { var iDoc = iframe.contentDocument || iframe.contentWindow.document; iDoc.open('text/html', 'replace'); iDoc.write('<html><head></head><body><div id="ad_holder"><script src="'+js+'"></scr'+'ipt></div></body></html>'); iDoc.close(); iframe.onload = function() { setIframeHeight(iframe); }; if (typeof iframe.attachEvent === 'function') { iframe.attachEvent('load', iframe.onload, false); } return iframe; }; window.adsIframe = function(w, h, div) { var iframe = document.createElement('iframe'); var props = { width: w, height: 0, marginWidth: 0, marginHeight: 0, frameBorder: 0, scrolling: 'no', src: 'about:blank' } iframe.style.visibility = 'hidden'; for (var key in props) { if (props.hasOwnProperty(key)) { iframe.setAttribute(key, props[key]); } } div.appendChild(iframe); return iframe; }; window.asyncLoadAd = function(js, w, h, div) { var iframe = adsIframe(w, h, div); return window.asyncLoadIframe(js, iframe); }; (function(){ var n=navigator.userAgent.toLowerCase(),ieVer=-1!=n.indexOf("msie")?parseInt(n.split("msie")[1]):!1; if (ieVer && ieVer <= 9) { window.asyncLoadAd = function(js, w, h, div) { return document.write(['<script src="', js, '"></scr','ipt>'].join('')); } window.asyncLoadIframe = function(iframe) {} } }()); </script> <!-- RealMedia Korea START --> <script> var realmedia_allowed = ['politics', 'business', 'world', 'entertainment', 'lifestyle', 'comedy', 'front', 'all']; var realmedia_page_tag = "a_entry" ; var entry_tags = ["@instantarticle","@no_cover_image","mbn","뉴스앵커","욱일승천기","일본","정치","티파니"].map(function(t) { return 'tags=' + encodeURI(t); }); var realmedia_params = [ "entryID=11563816", ].concat(entry_tags).join('&'); var korea_realmedia_page_tag_slideshow = realmedia_page_tag.replace(/^a_/, 's_'); </script> <script>var crtg_nid="1150"; var crtg_cookiename="hankyoreh_ctorta"; function crtg_getCookie(c_name){var i,x,y,ARRcookies=document.cookie.split(";");for(i=0;i<ARRcookies.length;i++){x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("="));y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1);x=x.replace(/^\s+|\s+$/g,"");if(x==c_name){return unescape(y);} }return'';} var crtg_content=crtg_getCookie(crtg_cookiename);var crtg_rnd=Math.floor(Math.random()*99999999999);var crtg_url='https://web.archive.org/web/20160818155413/http://rtax.criteo.com/delivery/rta/rta.js?netId='+escape(crtg_nid);crtg_url+='&cookieName='+escape(crtg_cookiename);crtg_url+='&rnd='+crtg_rnd;crtg_url+='&varName=crtg_content';var crtg_script=document.createElement('script');crtg_script.type='text/javascript';crtg_script.src=crtg_url;crtg_script.async=true;if(document.getElementsByTagName("head").length>0)document.getElementsByTagName("head")[0].appendChild(crtg_script);else if(document.getElementsByTagName("body").length>0)document.getElementsByTagName("body")[0].appendChild(crtg_script);</script> <!-- RealMedia Korea END --> <script> if (window.HPAds) { HPAds.ad_reload = function(placement, id) { window.jQuery && jQuery(document).trigger('reloadAd', document.getElementById(id)); }; } </script> <script> function doTaboola(taboolaParams) { if (typeof taboolaParams == 'undefined') return; window._taboola = window._taboola || []; if (!doTaboola.loaded) { _taboola.push({article:'auto'}); !function (e, f, u) { e.async = 1; e.src = u; f.parentNode.insertBefore(e, f); }(document.createElement('script'), document.getElementsByTagName('script')[0], taboolaParams.loader); doTaboola.loaded = true; } _taboola.push({ "listenTo": 'render', "handler": function(e) { var detail = e.detail; var i = 0; while ( window.jQuery && window.JSON && detail.items[i] ) { var dataItemId = detail.items[i].id; var itemUrl = detail.items[i].url; var taboolaDomNode = window.jQuery("[data-item-id='" + dataItemId + "']"); var dataBeacon = { "p": { "mpid": (i+1).toString(), "plid": itemUrl, "mlid": "taboola" } }; taboolaDomNode.attr('data-beacon', window.JSON.stringify(dataBeacon)); i++; } } }); var cb = function(o){}; // function(o){ o.container.removeAttribute('id'); } _taboola.push({onrender: cb, mode:taboolaParams.mode, container:taboolaParams.container, placement:taboolaParams.placement, target_type:taboolaParams.target_type}); } </script> <style>.trc-auto-size { height: auto !important; }</style> <script> var _HPJS = (function (_mod) { "use strict"; _mod.loadJS = function (src, options) { var options = options || {}; var ref = window.document.getElementsByTagName("script")[0]; var script = window.document.createElement("script"); script.src = src; script.async = options.async; script.defer = options.defer; ref.parentNode.insertBefore(script, ref); return script; } _mod.loadJSLater = function (url, timeout) { var ran = false; var loader = function () { if (ran) { return; } ran = true; _mod.loadJS(url, {async:true}); } window.addEventListener ? window.addEventListener("load",loader,false) : window.attachEvent && window.attachEvent("onload",loader); // in case the load event never fires setTimeout(loader, timeout || 15000); } _mod.waitForGlobal = function(identifier, cb, poll) { var test = typeof identifier === "function" ? identifier : function() { return !!window[identifier]; }; var interval; if(test()) { cb(); } else { interval = setInterval(function(){ if(test()) { cb(); clearInterval(interval); } }, poll || 50); } }; return _mod; }(_HPJS || {})); </script> <!-- top_1x1 header --> <!-- /top_1x1 header --> <!-- debugadcode --> <style> .debugadcode-box { z-index:10000; position:relative; } .debugadcode { position:absolute; padding:5px; background-color:rgba(232, 212, 244, 0.85); font-size:0.8rem; color:black; } </style> <script> window.debugadcode = function(title, properties, div) { if (window.location.search.indexOf('debug_ad_code') < 0) return; var head = '<div><strong>'+title+'</strong></div>'; var body = ''; for (key in properties) { body += '<div><em>'+key+'</em>: '+properties[key]+'</div>'; } var s = document.getElementsByTagName('script'); var sLast = div || s[s.length - 1]; var d = document.createElement('div'); d.className = 'debugadcode-box'; d.innerHTML = '<div class="debugadcode">'+head+body+'</div>'; sLast.parentNode.insertBefore(d, sLast); } </script> <!-- /debugadcode --> <script> document.trackerImg = function(url, holder) { var matches = url.match(/http[^"']+/); if (!matches) return; url = matches[0]; if (!holder) holder = document.body; window.ord = window.ord || 1e16*Math.random(); var img = new Image(); img.src = url.replace('%n', ord); img.width = img.height = 1; img.style.display = 'none'; try { holder.appendChild(img); } catch(e) { return; } } </script> <!-- END modulous header --> <!-- ads_adtech_header --> <!-- ads_init_functions --> <!-- ads_commercial_video --> <!-- ads_asset_insert --> <script type="text/javascript"> tacProp={vert:"Homepage",tags:"kvpagetype=atf:desktop;kvvert=news;"}; tacProp.tags += ( (typeof HPAds!=="undefined") && (typeof HPAds.adtech_client_side_inf=="function") ) ? HPAds.adtech_client_side_inf() : ""; if (typeof adSetOthAT=="function") adSetOthAT(tacProp.tags); </script> <script type="text/javascript"> var ads_ext_ref_sig = ''; </script> <!--esi <esi:choose> <esi:when test="$(HTTP_REFERER) has '|dl' || $(QUERY_STRING) has '|dl' || $(HTTP_REFERER) has 'fundrace.' || $(QUERY_STRING) has 'fundrace.'"> <esi:choose> <esi:when test="($(HTTP_REFERER) has '|dl') || ($(QUERY_STRING) has '|dl')"> <esi:text> <script type="text/javascript"> var ads_ext_ref_sig = 'aol_welcome_screen'; </script> </esi:text> </esi:when> <esi:when test="($(HTTP_REFERER) has 'fundrace.') || ($(QUERY_STRING) has 'fundrace.')"> <esi:text> <script type="text/javascript"> var ads_ext_ref_sig = 'fundrace'; </script> </esi:text> </esi:when> </esi:choose> </esi:when> </esi:choose> --> <!--esi <esi:choose> <esi:when test="($exists($(HTTP_COOKIE{'ad_ops_bookmarklet'})) && !($(HTTP_HOST) has 'editorial'))"> <script type="text/javascript" src="/ads/bookmarklet/bookmarklet.js"></script> </esi:when> </esi:choose> --> <script type="text/javascript" src="https://web.archive.org/web/20160818155413js_/http://www.google.com/recaptcha/api/js/recaptcha_ajax.js" async defer></script> <!-- Parsely tracking params start --> <script type="application/ld+json"> { "@context": "https://web.archive.org/web/20160818155413/http://schema.org", "@type": "NewsArticle", "mainEntityOfPage":{ "@type":"URL", "@id":"https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html" }, "headline": "한 뉴스 앵커가 소녀시대 티파니에게 축하를 전하다", "author": { "@type":"Person", "name":"박세회" }, "image": { "@type":"ImageObject", "url":"https://web.archive.org/web/20160818155413/http://i.huffpost.com/gen/4610064/images/o-MBN-facebook.jpg", "width":2000,"height":1000 }, "dateCreated": "2016-08-17T08:23:46Z", "datePublished": "2016-08-17T08:23:46Z", "dateModified": "2016-08-18T01:39:22Z", "publisher":{ "@type":"Organization", "name":"The Huffington Post", "logo":{ "@type":"ImageObject","url":"https://web.archive.org/web/20160818155413/http://s.huffpost.com/images/v/logos/v4/homepage.gif", "width":497, "height":60 } }, "description": "MBN의 '뉴스파이터' 김명준 앵커는 오늘(17일) 우리나라 배드민턴 국가대표팀이 준결승 전에서 일본 대표팀에...", "articleSection": "정치", "keywords": ["@no_cover_image","@instantarticle","티파니","mbn","뉴스앵커","욱일승천기","일본","type:news"], "thumbnailUrl": "https://web.archive.org/web/20160818155413/http://i.huffpost.com/gen/4610064/images/s-MBN-small.jpg", "url": "https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html" } </script> <!-- Parsely tracking params end --> <!-- Google Json Markup start --> <!-- Google Json Markup end --> </head> <body> <!-- Newsletter ads popup --> <!-- END Newsletter ads popup --> <!-- Pinterest follow popup --> <!-- END Pinterest follow popup --> <!--modulous_debug_header --> <!-- END modulous_debug_header --> <div id="view_mobile_banner" style="display: none; min-width: 1000px; width: 100%; height: 105px; background: url(/web/20160818155413im_/http://www.huffingtonpost.kr/images/mobile/view-mobile-bkg.png);background-size: cover; text-align: center;"> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html?m=true" style="color: #FFF; font-size: 40px; display: inline-block; padding-top: 18px; text-transform: uppercase; width: 100%; height: 105px;"> <img src="/web/20160818155413im_/http://www.huffingtonpost.kr/images/mobile/view-mobile-icon.png" style="height: 68px; margin-bottom: -16px;"/> 모바일 사이트 보기 </a> </div> <script> if(window.navigator.userAgent.match(/SCH-I535|SPH-L710|SGH-N064|SGH-N035|SGH-T999|SGH-I747|GT-I9305|GT-I9300|android.+mobile|iphone|ipod|webos|blackberry.+webkit.+mobile|htc|opera\ mini|operamini|iemobile|opera\ mobi|lge|lg|palm|samsung|nokia|windows\ phone|windows\ ce|bb10|blackberry|Mobile.+Firefox/i)) { document.getElementById("view_mobile_banner").style.display = 'block'; } </script> <!-- RUM header --> <script type="text/javascript">(window.NREUM||(NREUM={})).loader_config={xpid:"Vg4HV1FADAMCXFhRDw=="};window.NREUM||(NREUM={}),__nr_require=function(t,e,n){function r(n){if(!e[n]){var o=e[n]={exports:{}};t[n][0].call(o.exports,function(e){var o=t[n][1][e];return r(o||e)},o,o.exports)}return e[n].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<n.length;o++)r(n[o]);return r}({1:[function(t,e,n){function r(t){try{s.console&&console.log(t)}catch(e){}}var o,i=t("ee"),a=t(15),s={};try{o=localStorage.getItem("__nr_flags").split(","),console&&"function"==typeof console.log&&(s.console=!0,o.indexOf("dev")!==-1&&(s.dev=!0),o.indexOf("nr_dev")!==-1&&(s.nrDev=!0))}catch(c){}s.nrDev&&i.on("internal-error",function(t){r(t.stack)}),s.dev&&i.on("fn-err",function(t,e,n){r(n.stack)}),s.dev&&(r("NR AGENT IN DEVELOPMENT MODE"),r("flags: "+a(s,function(t,e){return t}).join(", ")))},{}],2:[function(t,e,n){function r(t,e,n,r,o){try{d?d-=1:i("err",[o||new UncaughtException(t,e,n)])}catch(s){try{i("ierr",[s,(new Date).getTime(),!0])}catch(c){}}return"function"==typeof f&&f.apply(this,a(arguments))}function UncaughtException(t,e,n){this.message=t||"Uncaught error with no additional information",this.sourceURL=e,this.line=n}function o(t){i("err",[t,(new Date).getTime()])}var i=t("handle"),a=t(16),s=t("ee"),c=t("loader"),f=window.onerror,u=!1,d=0;c.features.err=!0,t(1),window.onerror=r;try{throw new Error}catch(l){"stack"in l&&(t(8),t(7),"addEventListener"in window&&t(5),c.xhrWrappable&&t(9),u=!0)}s.on("fn-start",function(t,e,n){u&&(d+=1)}),s.on("fn-err",function(t,e,n){u&&(this.thrown=!0,o(n))}),s.on("fn-end",function(){u&&!this.thrown&&d>0&&(d-=1)}),s.on("internal-error",function(t){i("ierr",[t,(new Date).getTime(),!0])})},{}],3:[function(t,e,n){t("loader").features.ins=!0},{}],4:[function(t,e,n){function r(t){}if(window.performance&&window.performance.timing&&window.performance.getEntriesByType){var o=t("ee"),i=t("handle"),a=t(8),s=t(7),c="learResourceTimings",f="addEventListener",u="resourcetimingbufferfull",d="bstResource",l="resource",p="-start",h="-end",m="fn"+p,w="fn"+h,v="bstTimer",y="pushState";t("loader").features.stn=!0,t(6);var g=NREUM.o.EV;o.on(m,function(t,e){var n=t[0];n instanceof g&&(this.bstStart=Date.now())}),o.on(w,function(t,e){var n=t[0];n instanceof g&&i("bst",[n,e,this.bstStart,Date.now()])}),a.on(m,function(t,e,n){this.bstStart=Date.now(),this.bstType=n}),a.on(w,function(t,e){i(v,[e,this.bstStart,Date.now(),this.bstType])}),s.on(m,function(){this.bstStart=Date.now()}),s.on(w,function(t,e){i(v,[e,this.bstStart,Date.now(),"requestAnimationFrame"])}),o.on(y+p,function(t){this.time=Date.now(),this.startPath=location.pathname+location.hash}),o.on(y+h,function(t){i("bstHist",[location.pathname+location.hash,this.startPath,this.time])}),f in window.performance&&(window.performance["c"+c]?window.performance[f](u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance["c"+c]()},!1):window.performance[f]("webkit"+u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance["webkitC"+c]()},!1)),document[f]("scroll",r,!1),document[f]("keypress",r,!1),document[f]("click",r,!1)}},{}],5:[function(t,e,n){function r(t){for(var e=t;e&&!e.hasOwnProperty(u);)e=Object.getPrototypeOf(e);e&&o(e)}function o(t){s.inPlace(t,[u,d],"-",i)}function i(t,e){return t[1]}var a=t("ee").get("events"),s=t(17)(a),c=t("gos"),f=XMLHttpRequest,u="addEventListener",d="removeEventListener";e.exports=a,"getPrototypeOf"in Object?(r(document),r(window),r(f.prototype)):f.prototype.hasOwnProperty(u)&&(o(window),o(f.prototype)),a.on(u+"-start",function(t,e){if(t[1]){var n=t[1];if("function"==typeof n){var r=c(n,"nr@wrapped",function(){return s(n,"fn-",null,n.name||"anonymous")});this.wrapped=t[1]=r}else"function"==typeof n.handleEvent&&s.inPlace(n,["handleEvent"],"fn-")}}),a.on(d+"-start",function(t){var e=this.wrapped;e&&(t[1]=e)})},{}],6:[function(t,e,n){var r=t("ee").get("history"),o=t(17)(r);e.exports=r,o.inPlace(window.history,["pushState","replaceState"],"-")},{}],7:[function(t,e,n){var r=t("ee").get("raf"),o=t(17)(r),i="equestAnimationFrame";e.exports=r,o.inPlace(window,["r"+i,"mozR"+i,"webkitR"+i,"msR"+i],"raf-"),r.on("raf-start",function(t){t[0]=o(t[0],"fn-")})},{}],8:[function(t,e,n){function r(t,e,n){t[0]=a(t[0],"fn-",null,n)}function o(t,e,n){this.method=n,this.timerDuration="number"==typeof t[1]?t[1]:0,t[0]=a(t[0],"fn-",this,n)}var i=t("ee").get("timer"),a=t(17)(i),s="setTimeout",c="setInterval",f="clearTimeout",u="-start",d="-";e.exports=i,a.inPlace(window,[s,"setImmediate"],s+d),a.inPlace(window,[c],c+d),a.inPlace(window,[f,"clearImmediate"],f+d),i.on(c+u,r),i.on(s+u,o)},{}],9:[function(t,e,n){function r(t,e){d.inPlace(e,["onreadystatechange"],"fn-",s)}function o(){var t=this,e=u.context(t);t.readyState>3&&!e.resolved&&(e.resolved=!0,u.emit("xhr-resolved",[],t)),d.inPlace(t,w,"fn-",s)}function i(t){v.push(t),h&&(g=-g,b.data=g)}function a(){for(var t=0;t<v.length;t++)r([],v[t]);v.length&&(v=[])}function s(t,e){return e}function c(t,e){for(var n in t)e[n]=t[n];return e}t(5);var f=t("ee"),u=f.get("xhr"),d=t(17)(u),l=NREUM.o,p=l.XHR,h=l.MO,m="readystatechange",w=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"],v=[];e.exports=u;var y=window.XMLHttpRequest=function(t){var e=new p(t);try{u.emit("new-xhr",[e],e),e.addEventListener(m,o,!1)}catch(n){try{u.emit("internal-error",[n])}catch(r){}}return e};if(c(p,y),y.prototype=p.prototype,d.inPlace(y.prototype,["open","send"],"-xhr-",s),u.on("send-xhr-start",function(t,e){r(t,e),i(e)}),u.on("open-xhr-start",r),h){var g=1,b=document.createTextNode(g);new h(a).observe(b,{characterData:!0})}else f.on("fn-end",function(t){t[0]&&t[0].type===m||a()})},{}],10:[function(t,e,n){function r(t){var e=this.params,n=this.metrics;if(!this.ended){this.ended=!0;for(var r=0;r<d;r++)t.removeEventListener(u[r],this.listener,!1);if(!e.aborted){if(n.duration=(new Date).getTime()-this.startTime,4===t.readyState){e.status=t.status;var i=o(t,this.lastSize);if(i&&(n.rxSize=i),this.sameOrigin){var a=t.getResponseHeader("X-NewRelic-App-Data");a&&(e.cat=a.split(", ").pop())}}else e.status=0;n.cbTime=this.cbTime,f.emit("xhr-done",[t],t),s("xhr",[e,n,this.startTime])}}}function o(t,e){var n=t.responseType;if("json"===n&&null!==e)return e;var r="arraybuffer"===n||"blob"===n||"json"===n?t.response:t.responseText;return h(r)}function i(t,e){var n=c(e),r=t.params;r.host=n.hostname+":"+n.port,r.pathname=n.pathname,t.sameOrigin=n.sameOrigin}var a=t("loader");if(a.xhrWrappable){var s=t("handle"),c=t(11),f=t("ee"),u=["load","error","abort","timeout"],d=u.length,l=t("id"),p=t(14),h=t(13),m=window.XMLHttpRequest;a.features.xhr=!0,t(9),f.on("new-xhr",function(t){var e=this;e.totalCbs=0,e.called=0,e.cbTime=0,e.end=r,e.ended=!1,e.xhrGuids={},e.lastSize=null,p&&(p>34||p<10)||window.opera||t.addEventListener("progress",function(t){e.lastSize=t.loaded},!1)}),f.on("open-xhr-start",function(t){this.params={method:t[0]},i(this,t[1]),this.metrics={}}),f.on("open-xhr-end",function(t,e){"loader_config"in NREUM&&"xpid"in NREUM.loader_config&&this.sameOrigin&&e.setRequestHeader("X-NewRelic-ID",NREUM.loader_config.xpid)}),f.on("send-xhr-start",function(t,e){var n=this.metrics,r=t[0],o=this;if(n&&r){var i=h(r);i&&(n.txSize=i)}this.startTime=(new Date).getTime(),this.listener=function(t){try{"abort"===t.type&&(o.params.aborted=!0),("load"!==t.type||o.called===o.totalCbs&&(o.onloadCalled||"function"!=typeof e.onload))&&o.end(e)}catch(n){try{f.emit("internal-error",[n])}catch(r){}}};for(var a=0;a<d;a++)e.addEventListener(u[a],this.listener,!1)}),f.on("xhr-cb-time",function(t,e,n){this.cbTime+=t,e?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof n.onload||this.end(n)}),f.on("xhr-load-added",function(t,e){var n=""+l(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),f.on("xhr-load-removed",function(t,e){var n=""+l(t)+!!e;this.xhrGuids&&this.xhrGuids[n]&&(delete this.xhrGuids[n],this.totalCbs-=1)}),f.on("addEventListener-end",function(t,e){e instanceof m&&"load"===t[0]&&f.emit("xhr-load-added",[t[1],t[2]],e)}),f.on("removeEventListener-end",function(t,e){e instanceof m&&"load"===t[0]&&f.emit("xhr-load-removed",[t[1],t[2]],e)}),f.on("fn-start",function(t,e,n){e instanceof m&&("onload"===n&&(this.onload=!0),("load"===(t[0]&&t[0].type)||this.onload)&&(this.xhrCbStart=(new Date).getTime()))}),f.on("fn-end",function(t,e){this.xhrCbStart&&f.emit("xhr-cb-time",[(new Date).getTime()-this.xhrCbStart,this.onload,e],e)})}},{}],11:[function(t,e,n){e.exports=function(t){var e=document.createElement("a"),n=window.location,r={};e.href=t,r.port=e.port;var o=e.href.split("://");!r.port&&o[1]&&(r.port=o[1].split("/")[0].split("@").pop().split(":")[1]),r.port&&"0"!==r.port||(r.port="https"===o[0]?"443":"80"),r.hostname=e.hostname||n.hostname,r.pathname=e.pathname,r.protocol=o[0],"/"!==r.pathname.charAt(0)&&(r.pathname="/"+r.pathname);var i=!e.protocol||":"===e.protocol||e.protocol===n.protocol,a=e.hostname===document.domain&&e.port===n.port;return r.sameOrigin=i&&(!e.hostname||a),r}},{}],12:[function(t,e,n){function r(){}function o(t,e,n){return function(){return i(t,[(new Date).getTime()].concat(s(arguments)),e?null:this,n),e?void 0:this}}var i=t("handle"),a=t(15),s=t(16),c=t("ee").get("tracer"),f=NREUM;"undefined"==typeof window.newrelic&&(newrelic=f);var u=["setPageViewName","setCustomAttribute","finished","addToTrace","inlineHit"],d="api-",l=d+"ixn-";a(u,function(t,e){f[e]=o(d+e,!0,"api")}),f.addPageAction=o(d+"addPageAction",!0),e.exports=newrelic,f.interaction=function(){return(new r).get()};var p=r.prototype={createTracer:function(t,e){var n={},r=this,o="function"==typeof e;return i(l+"tracer",[Date.now(),t,n],r),function(){if(c.emit((o?"":"no-")+"fn-start",[Date.now(),r,o],n),o)try{return e.apply(this,arguments)}finally{c.emit("fn-end",[Date.now()],n)}}}};a("setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(t,e){p[e]=o(l+e)}),newrelic.noticeError=function(t){"string"==typeof t&&(t=new Error(t)),i("err",[t,(new Date).getTime()])}},{}],13:[function(t,e,n){e.exports=function(t){if("string"==typeof t&&t.length)return t.length;if("object"==typeof t){if("undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer&&t.byteLength)return t.byteLength;if("undefined"!=typeof Blob&&t instanceof Blob&&t.size)return t.size;if(!("undefined"!=typeof FormData&&t instanceof FormData))try{return JSON.stringify(t).length}catch(e){return}}}},{}],14:[function(t,e,n){var r=0,o=navigator.userAgent.match(/Firefox[\/\s](\d+\.\d+)/);o&&(r=+o[1]),e.exports=r},{}],15:[function(t,e,n){function r(t,e){var n=[],r="",i=0;for(r in t)o.call(t,r)&&(n[i]=e(r,t[r]),i+=1);return n}var o=Object.prototype.hasOwnProperty;e.exports=r},{}],16:[function(t,e,n){function r(t,e,n){e||(e=0),"undefined"==typeof n&&(n=t?t.length:0);for(var r=-1,o=n-e||0,i=Array(o<0?0:o);++r<o;)i[r]=t[e+r];return i}e.exports=r},{}],17:[function(t,e,n){function r(t){return!(t&&"function"==typeof t&&t.apply&&!t[a])}var o=t("ee"),i=t(16),a="nr@original",s=Object.prototype.hasOwnProperty,c=!1;e.exports=function(t){function e(t,e,n,o){function nrWrapper(){var r,a,s,c;try{a=this,r=i(arguments),s="function"==typeof n?n(r,a):n||{}}catch(u){d([u,"",[r,a,o],s])}f(e+"start",[r,a,o],s);try{return c=t.apply(a,r)}catch(l){throw f(e+"err",[r,a,l],s),l}finally{f(e+"end",[r,a,c],s)}}return r(t)?t:(e||(e=""),nrWrapper[a]=t,u(t,nrWrapper),nrWrapper)}function n(t,n,o,i){o||(o="");var a,s,c,f="-"===o.charAt(0);for(c=0;c<n.length;c++)s=n[c],a=t[s],r(a)||(t[s]=e(a,f?s+o:o,i,s))}function f(e,n,r){if(!c){c=!0;try{t.emit(e,n,r)}catch(o){d([o,e,n,r])}c=!1}}function u(t,e){if(Object.defineProperty&&Object.keys)try{var n=Object.keys(t);return n.forEach(function(n){Object.defineProperty(e,n,{get:function(){return t[n]},set:function(e){return t[n]=e,e}})}),e}catch(r){d([r])}for(var o in t)s.call(t,o)&&(e[o]=t[o]);return e}function d(e){try{t.emit("internal-error",e)}catch(n){}}return t||(t=o),e.inPlace=n,e.flag=a,e}},{}],ee:[function(t,e,n){function r(){}function o(t){function e(t){return t&&t instanceof r?t:t?s(t,a,i):i()}function n(n,r,o){t&&t(n,r,o);for(var i=e(o),a=l(n),s=a.length,c=0;c<s;c++)a[c].apply(i,r);var u=f[w[n]];return u&&u.push([v,n,r,i]),i}function d(t,e){m[t]=l(t).concat(e)}function l(t){return m[t]||[]}function p(t){return u[t]=u[t]||o(n)}function h(t,e){c(t,function(t,n){e=e||"feature",w[n]=e,e in f||(f[e]=[])})}var m={},w={},v={on:d,emit:n,get:p,listeners:l,context:e,buffer:h};return v}function i(){return new r}var a="nr@context",s=t("gos"),c=t(15),f={},u={},d=e.exports=o();d.backlog=f},{}],gos:[function(t,e,n){function r(t,e,n){if(o.call(t,e))return t[e];var r=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return t[e]=r,r}var o=Object.prototype.hasOwnProperty;e.exports=r},{}],handle:[function(t,e,n){function r(t,e,n,r){o.buffer([t],r),o.emit(t,e,n)}var o=t("ee").get("handle");e.exports=r,r.ee=o},{}],id:[function(t,e,n){function r(t){var e=typeof t;return!t||"object"!==e&&"function"!==e?-1:t===window?0:a(t,i,function(){return o++})}var o=1,i="nr@id",a=t("gos");e.exports=r},{}],loader:[function(t,e,n){function r(){if(!g++){var t=y.info=NREUM.info,e=u.getElementsByTagName("script")[0];if(t&&t.licenseKey&&t.applicationID&&e){c(w,function(e,n){t[e]||(t[e]=n)});var n="https"===m.split(":")[0]||t.sslForHttp;y.proto=n?"https://":"http://",s("mark",["onload",a()],null,"api");var r=u.createElement("script");r.src=y.proto+t.agent,e.parentNode.insertBefore(r,e)}}}function o(){"complete"===u.readyState&&i()}function i(){s("mark",["domContent",a()],null,"api")}function a(){return(new Date).getTime()}var s=t("handle"),c=t(15),f=window,u=f.document,d="addEventListener",l="attachEvent",p=f.XMLHttpRequest,h=p&&p.prototype;NREUM.o={ST:setTimeout,CT:clearTimeout,XHR:p,REQ:f.Request,EV:f.Event,PR:f.Promise,MO:f.MutationObserver},t(12);var m=""+location,w={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-963.min.js"},v=p&&h&&h[d]&&!/CriOS/.test(navigator.userAgent),y=e.exports={offset:a(),origin:m,features:{},xhrWrappable:v};u[d]?(u[d]("DOMContentLoaded",i,!1),f[d]("load",r,!1)):(u[l]("onreadystatechange",o),f[l]("onload",r)),s("mark",["firstbyte",a()],null,"api");var g=0},{}]},{},["loader",2,10,4,3]);</script> <!-- GA, Data Layer and Omniture --> <script type="text/javascript"> var _gaq = _gaq || []; HPTrack.async = true; HPTrack.gaUpgrade = true; (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//web.archive.org/web/20160818155413/http://www.google-analytics.com/analytics.js','__gaTracker'); HPTrack.getTracker('UA-54436896-1'); HPTrack.trackPageview(); bN_cfg = { h: location.hostname, p: {"dL_ch":"kr.hpmg","dL_flid":"_","dL_dpt":"default","dL_cmsID":"hpo:11563816","dL_author":"\ubc15\uc138\ud68c","dL_crtdt":"2016-08-17 21:23:43","dL_pubts":1471436626000,"dL_blogID":2,"dL_tags":"@no_cover_image,@instantarticle,\ud2f0\ud30c\ub2c8,mbn,\ub274\uc2a4\uc575\ucee4,\uc6b1\uc77c\uc2b9\ucc9c\uae30,\uc815\uce58,\uc77c\ubcf8","cobrand":"HuffPost","dL_vid":"video_novideo"} }; function runOmni() { if(typeof HuffPoUtil != "undefined"){ if (HuffPoUtil.getCookie('huffpost_user_id') != '') s_265.eVar17 = 'huffpost_' + HuffPoUtil.getCookie('huffpost_user_id'); } s_265.prop54 = 'huffpost'; s_265.pfxID = 'hpo'; s_265.channel = 'kr.hpmg'; s_265.linkInternalFilters = 'javascript:,huffingtonpost.kr'; s_265.prop16 = 'news'; s_265.prop1 = 'default'; s_265.prop62 = 'video_novideo'; s_265.prop65 = 'original_content'; s_265.pageName = '한 뉴스 앵커가 소녀시대 티파니에게 축하를 전하다'; s_265.prop9 = 'hpo:11563816'; s_265.prop22 = '박세회'; s_265.prop23 = '08-17-2016'; s_265.prop12 = "" + document.URL.split('?')[0]; s_265.prop19 = '|no_cover_image|instantarticle|티파니|mbn|뉴스앵커|욱일승천기|정치|일본|'; s_265.t(); } s_265_account ="aolkrhuffpo,aolkr"; (function(d){ var s = d.createElement('script'); s.src = "https://web.archive.org/web/20160818155413/http://o.aolcdn.com/os_merge/?file=/aol/beacon.min.js&file=/aol/omniture-intl.min.js"; d.getElementsByTagName('head')[0].appendChild(s); })(document); </script> <!-- comScore Tag --> <script type="text/javascript"> document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://web.archive.org/web/20160818155413/https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E")); </script> <script type="text/javascript"> var comscore_data = { c1:2, c2:6723616, c3:"", c4:"", c5:"korea", c6:"", c15:"", options: { url_append: "comscorekw=korea" } } COMSCORE.beacon(comscore_data); </script> <noscript> <img src="https://web.archive.org/web/20160818155413im_/http://b.scorecardresearch.com/p?c1=2&c2=6723616&c3=&c4=&c5=korea&c6=&c15=&cj=1" width="1" height="1" alt=""/> </noscript> <!-- end Rum --> <!-- ads_top_1x1 --> <div id="modulous_top_1x1" class="ad_spot"> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script><style> .follow-huffpost {margin-bottom: 30px !important;} </style><style type="text/css">.shares .email{display: none !important;}</style><!-- top_1x1 --> <style>.featured-blog-header { font-size: 22px!important } .top_blog .author_bottom_desc, #featured_posts_long .author_bottom_desc { margin-bottom: 0px!important } #top_featured_post #top_blog .entry { padding-top:0px!important } #modulous_below_entry_recirc span { font-family:"Nanum Gothic","Gulim",sans-serif; } </style> <!-- /top_1x1 --></div> <!-- Facebook stuff --> <div id="fb-root"></div> <script type="text/javascript"> HPFB.app_id = "284021941754241"; HPFB.api_key = "284021941754241"; HPFB.app_namespace = "FACEBOOK_APP_NAMESPACE"; HPFB.init(); // modal form that encourages user to like HP FB page huff.use('yahoofacebook', function(y) { y.likesFromYahoo(); }); </script> <!--User auth stuff --> <script type="text/javascript"> HPConfig.locale = "ko_KR"; HPConfig.enable_fb_widgets = 1; HPVertical = ""; </script> <script type="text/javascript"> var zone_info = "korea.news"; HPConfig.current_vertical_name = "korea"; HPConfig.current_vertical_id = 133; HPConfig.current_web_address = "www.huffingtonpost.kr"; HPConfig.current_uri = "/2016/08/17/story_n_11563816.html"; HPConfig.entry_bitly_url = "https://web.archive.org/web/20160818155413/http://huff.to/2bn05vp"; HPConfig.entry_seo_title = "한 뉴스 앵커가 소녀시대 티파니에게 축하를 전하다"; HPConfig.hp_static_domain = "s.huffpost.com"; HPConfig.inst_type = "prod"; HPConfig.timestamp_for_clearing_js = "0"; HPConfig.wide_format = 0; HPConfig.entry_id = 11563816; HPConfig.blog_id = 2; HPConfig.display_domain = ""; HPConfig.page_type = "bpage"; HPConfig.twitter_signature = "@huffpostkorea"; HPConfig.current_vertical_color = "#058b7b"; HPConfig.current_vertical_color_light = "#005F4C"; HPConfig.entry_tags = new Array(''); HPConfig.huffsite = "www.huffingtonpost.com"; HPConfig.fb_lang = "ko_KR"; HPConfig.googleplus_lang = "en-US"; HPConfig.image = "https:\/\/web.archive.org\/web\/20160818155413\/http:\/\/i.huffpost.com\/gen\/4610064\/images\/s-MBN-large.jpg"; HPConfig.fb_page_id = "296869857127346"; HPConfig.fb_vertical_name = "Korea"; HPConfig.fb_vertical_handle = "HuffPostKorea"; HPConfig.site='korea'; HPConfig.recaptcha_key = "6Ld6ZcISAAAAAIhkL02obhQNn6tdW47W-t-HcPAO"; HPConfig.bit_ly_key = {"_Note":"bit.ly public key, will generate huff.to links only for whitelisted domains","user_name":"huffpostapi","user_key":"R_d7766e99c939e9f2b0c074c155e98b83"}; HPConfig.terms_link = "https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr"; HPConfig.privacy_link = "https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr"; HPConfig.slideshow_video_interstitial = ""; </script> <!-- ads_pushdown --> <!-- / working --> <script> jQuery(window).bind( 'load', function() { //Twitter window.twttr = (function (d,s,id) { var t, js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js=d.createElement(s); js.id=id; js.src="//web.archive.org/web/20160818155413/http://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); return window.twttr || (t = { _e: [], ready: function(f){ t._e.push(f) } }); }(document, "script", "twitter-wjs")); //Google+ (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://web.archive.org/web/20160818155413/https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); //StumbleUpon (function() { var li = document.createElement('script'); li.type = 'text/javascript'; li.async = true; li.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + '//web.archive.org/web/20160818155413/http://platform.stumbleupon.com/1/widgets.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(li, s); })(); //LinkedIn jQuery.getScript( '//web.archive.org/web/20160818155413/http://platform.linkedin.com/in.js', function() { lang: 'en_us' } ); //Pintrest /* jQuery.getScript( '//web.archive.org/web/20160818155413/http://assets.pinterest.com/js/pinit.js', function() {}); */ }); </script> <!-- Tuenti <script type="text/javascript" src="http://widgets.tuenti.com/widgets.js"></script> --> <!--[if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif]--> <!-- ads_pushdown --> <!-- ads_quickread --> <!-- ads_quickread_most_popular --> <!-- page_wrapper --> <!-- classes for page wrapper: wrapper bpage [[entry/blog], wide] --> <div id="wrapper" class="wrapper bpage entry korea regular"> <!-- ads_sponsored_content_logo --> <!-- Phoenix buglist --> <!-- page_header --> <section class="header"> <!-- AOL navbar for UK --> <!-- visual_header_area --> <header class="masthead group"> <!-- ads_leaderboard_flex --> <div id="modulous_leaderboard_flex" class="ad_spot"> <style type="text/css">#topnav_margin_btm { margin0 !important }</style> <div id="ad_leaderboard_flex" class="ad_wrapper_"><div id="ad_Top"> <script> (function() { var url = [ 'https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/adstream_jx.ads/www.huffingtonpost.kr/', window.realmedia_page_tag, '@Top?',window.realmedia_params ].join(''); var div = document.getElementById('ad_Top'); var iframe = asyncLoadAd(url, 728, 90, div); div.removeAttribute('id'); }()); </script> </div> </div> <script type="text/javascript">if (typeof HPAds !== 'undefined') { HPAds.ad_onload('div[id^="ad_leaderboard_flex"] iframe','HPAds.ad_uac_onload_handler(\' iframe[class^="uac_"]\',this,\'bottom_ad_border_div\',10)') }</script></div> <!-- ads_leaderboard_top --> <!-- page branding and current date --> <div class="tophead_wrapper"> <div class="branding"> <time datetime="2016-08-18">2016년 08월 19일</time> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/korea"> <strong class="title korea">Huffpost Korea</strong> <strong class="subtitle kr-subtitle">kr</strong> </a> </div> <!-- edition dropdown --> <!-- edition dropdown --> <div class="edition geo_dropdown"> <span class="current"> 에디션: <strong class="this-region">kr</strong> <span class="arrow-down"></span> <button class="show-hide" data-target=".editions">Show/Hide</button> </span> <menu class="editions inner off"> <ul> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.com/?country=AR"> <span>عربي (Arabic) </span> <strong>AR</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.com/?country=AU"> <span>Australia</span> <strong>AU</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.com/?country=BR"> <span>Brasil</span> <strong>BR</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.com/?country=CA"> <span>Canada</span> <strong>CA</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.com/?country=DE"> <span>Deutschland</span> <strong>DE</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.com/?country=ES"> <span>España</span> <strong>ES</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.com/?country=FR"> <span>France</span> <strong>FR</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.com/?country=GR"> <span>Ελλάδα (Greece)</span> <strong>GR</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.com/?country=IN"> <span>India</span> <strong>IN</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.com/?country=IT"> <span>Italia</span> <strong>IT</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.com/?country=JP"> <span>日本 (Japan)</span> <strong>JP</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.com/?country=KR"> <span>한국 (Korea)</span> <strong>KR</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.com/?country=MG"> <span>Maghreb</span> <strong>MG</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.com/?country=UK"> <span>United Kingdom</span> <strong>UK</strong> </a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.com/?country=US"> <span>United States</span> <strong>US</strong> </a> </li> </ul> </menu> </div> <!-- wrapper of line of social, newsletter --> <div id="social-subscribe-search" class="social-subscribe-search group"> <ul class="group"> <li class="facebook"> <div class="content like"> <!-- facebook button code --> <div class="fb-like" data-href="http://www.facebook.com/HuffPostKorea/" data-send="false" data-layout="button_count" data-width="40" data-show-faces="false" data-colorscheme="light" data-font="trebuchet ms" data-action="like" ref="" style="width: 40px" hp_track=""></div> </div> </li> <li class="twitter"> <div class="content tweet"> <!-- twitter button code --> <a href="https://web.archive.org/web/20160818155413/https://twitter.com/HuffPostKorea" class="twitter-follow-button" data-show-screen-name="false" data-show-count="false" data-lang="ko" data-width="220px">Follow</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//web.archive.org/web/20160818155413/http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </div> </li> <li class="newsletters" data-fx="hover"> <div class="content"> <strong>뉴스레터</strong> <div class="form"> <!-- sign up for vertical newsletter --> <div class="newsletters"> <form action="#"> <fieldset> <legend>Get Korea뉴스레터</legend> <label for="newsletter-email">이메일 주소</label> <input class="input-email" placeholder="이메일 입력" id="newsletter-email" type="text"/> <input type="checkbox" value="1" name="email_subscribe_check" class="email_subscribe_check" style="display:none;"/> <label for="newsletter-submit">이메일 주소 입력</label> <input data-vertical="korea" class="submit" id="newsletter-submit" type="submit" value="가기"/> </fieldset> </form> </div> </div> </div> </li> </ul> </div> <div class="clear"></div> </div><!-- .tophead_wrapper ENDS --> </header> <!-- line of links that sit on top of the visual header and user account controls --> <div class="topnav"> <!-- line of links that sit on top of the visual header --> <div class="links-products"> <!-- big news links that are vertical specific --> <div class="big-news-links"> <ul> <li class="commercial_big_news_links"> <!-- ads_big_news_link --> </li> </ul> </div> <!-- links to HP products that are the same across all verticals --> <div class="products"> <ul> <li><a href="https://web.archive.org/web/20160818155413/http://itunes.apple.com/kr/app/the-huffington-post/id306621789?mt=8">아이폰/아이패드 앱</a></li> <li><a href="https://web.archive.org/web/20160818155413/https://play.google.com/store/apps/details?id=com.huffingtonpost.android&hl=ko">안드로이드 앱</a></li> <li><a href="/web/20160818155413/http://www.huffingtonpost.kr/big-news/#korea">더 보기</a></li> </ul> </div> </div> <!-- user account controls --> <!-- user account controls --> <div id="wendybird_user" class="user"> <div class="not-logged-in"> <ul class="group"> <li><span class="hidden"><a href="javascript:void(0);" onclick="return false;" class="hp_desktop_alerts">Desktop Alerts</button></span></li> </ul> </div> <div class="logged-in off"> <div id="wendybird_user_data" class="account vcard"> <div class="top group"> <figure> <img src="/web/20160818155413im_/http://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html" alt="" width="20" height="20"/> </figure> <span class="username">$USERNAME</span> </div> <menu class="controls"> <ul> <li> <span class="hidden"><a href="javascript:void(0);" onclick="return false;" class="hp_desktop_alerts">Desktop Notifications</button></span> </li> <li> <a href="/web/20160818155413/http://www.huffingtonpost.kr/social/" class="profile">프로필</a> </li> <li> <a href="/web/20160818155413/http://www.huffingtonpost.kr/users/preferences/">설정</a></li> <li> <a href="/web/20160818155413/http://www.huffingtonpost.kr/users/logout/?referer=%2F" onclick="QuickLogin.SocialLogout('/users/logout/?referer=%2F'); return false;"> 로그아웃 </a> </li> </ul> </menu> </div> </div> </div> <script type="text/javascript"> HPUtil.initUserNavStatus(false); //SocialNotifications.setEvents(); //huff.use('desktop_stream'); </script> </div> <!-- large banner ad --> </section> <script> (function($){ // no Conflict $(function() { // dom ready var socialSubSearch = $('#social-subscribe-search'), newsletter = socialSubSearch.find('.newsletters'), rollout = socialSubSearch.find('[data-fx="hover"]'), liContent = socialSubSearch.find('.content'); var searchcheck="허핑턴포스트 검색"; var checkInputContent = function(evt){ }; newsletter.find('.content').hover( function(){ var inputVal = ""; if (inputVal != searchcheck && inputVal != "") { } }, function(){ var inputVal = ""; if (inputVal != searchcheck && inputVal != "") { } } ); // rollover effects liContent .on('mouseenter', function() { var that = $(this), thatParent = that.parent('li'), inputField = that.find('input[type="text"]'); if(thatParent.data('fx') === 'hover') { thatParent.addClass('hover'); inputField.focus(); } }) .on('mouseleave', function() { var that = $(this), thatParent = that.parent('li'), inputField = that.find('input[type="text"]'); thatParent.removeClass('hover'); inputField.blur(); }); // end liContent }); })(jQuery); </script> <!-- END page_header --> <!-- page_navigation --> <nav class="main group"> <!-- top nav bar --> <section class="verticals korea group" data-beacon="{"p":{"mnid":"topnav_first_row","mlid":"topnav"}}"> <ul class="verticals-ul"> <li class="front-page toplevel" data-beacon="{"p":{"lnid":"homepage"}}"> <a class="toplevel-a" href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/" title="Home" tabindex="1" class="link">프론트 페이지</a> </li> <li class=" toplevel" data-beacon="{"p":{"lnid":false}}"> <a class="toplevel-a" tabindex="" href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/politics">정치</a> </li> <li class=" toplevel" data-beacon="{"p":{"lnid":false}}"> <a class="toplevel-a" tabindex="" href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/society">사회</a> </li> <li class=" toplevel" data-beacon="{"p":{"lnid":false}}"> <a class="toplevel-a" tabindex="" href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/business">경제</a> </li> <li class=" toplevel" data-beacon="{"p":{"lnid":false}}"> <a class="toplevel-a" tabindex="" href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/world">국제</a> </li> <li class=" toplevel" data-beacon="{"p":{"lnid":false}}"> <a class="toplevel-a" tabindex="" href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/tech">IT·과학</a> </li> <li class=" toplevel" data-beacon="{"p":{"lnid":false}}"> <a class="toplevel-a" tabindex="" href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/lifestyle">라이프스타일</a> </li> <li class=" toplevel" data-beacon="{"p":{"lnid":false}}"> <a class="toplevel-a" tabindex="" href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/entertainment">문화</a> </li> <li class=" toplevel" data-beacon="{"p":{"lnid":false}}"> <a class="toplevel-a" tabindex="" href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/sports">스포츠</a> </li> <li class=" toplevel" data-beacon="{"p":{"lnid":false}}"> <a class="toplevel-a" tabindex="" href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/comedy">코미디</a> </li> <li class=" toplevel" data-beacon="{"p":{"lnid":false}}"> <a class="toplevel-a" tabindex="" href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/travel">여행</a> </li> <li class=" toplevel" data-beacon="{"p":{"lnid":false}}"> <a class="toplevel-a" tabindex="" href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/the-blog/">블로그</a> </li> <!-- START UK BLOGS DROP DOWN --> <!-- END UK BLOGS DROP DOWN --> </ul> </section> <!-- bottom nav bar --> <section class="stories group" data-beacon="{"p":{"mnid":"topnav_subnav","mlid":"topnav"}}"> <ul class="group"> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/huffbooks">허프북스</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/green-light">청신호</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/sewol-ferry">세월호</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/gay-voice">Gay Voices</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/women">여성</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/young-voice">Young Voices</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/green">환경</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/animal">동물</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/north-korea">북한</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/media">미디어</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/religion">종교</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/sex">섹스</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/movie">영화</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/style">스타일</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/kr-art/">아트</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/good-news">굿 뉴스</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/weird-news">이상한 뉴스</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/news/interview">허핑턴 인터뷰</a> </li> </ul> </section> </nav> <!-- ads_leaderboard_below_nav --> <!-- ads_curtain --> <div id="curtain_wrapper"> <div id="curtainunit"></div> </div> <!-- ads_status_bar --> <!-- ads_edit_banner --> <!-- END page_navigation --> <!-- page_content --> <section class="content"> <!-- breaking_news module --> <!-- 3up carousel module --> <!-- ads_threeup_edit_promo --> <section id="carousel" class="three-up" data-beacon="{"p":{"mnid":"threeup_top_wrapper","mlid":"threeup"}}"> <div class="group three-up-list"> <ul class="three-up-holder"> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11556356","mpid":0}}"> <figure> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11556356.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818155413/http://i0.huffpost.com/gen/4608534/images/r-THE-medium260.jpg" src="https://web.archive.org/web/20160818155413im_/http://s1.huffpost.com/images/blank.gif" alt="Image for 현아가 눈물로 포미닛 해체 심경을 밝혔다(동영상)" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11556356.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">현아가 눈물로 포미닛 해체 심경을 밝혔다(동영상)</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11578288","mpid":1}}"> <figure> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/18/story_n_11578288.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818155413/http://i0.huffpost.com/gen/4612398/images/r-GETTY-medium260.jpg" src="https://web.archive.org/web/20160818155413im_/http://s1.huffpost.com/images/blank.gif" alt="Image for 두 남자가 200m를 19초대로 주파하며 담소를 나눴다(영상)" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/18/story_n_11578288.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">두 남자가 200m를 19초대로 주파하며 담소를 나눴다(영상)</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11578292","mpid":2}}"> <figure> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/18/story_n_11578292.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818155413/http://i0.huffpost.com/gen/4612432/images/r-CHINA-GYMNASTICS-medium260.jpg" src="https://web.archive.org/web/20160818155413im_/http://s1.huffpost.com/images/blank.gif" alt="Image for 중국 올림픽 체조팀이 선보인 기술에 모두가 충격에 빠졌다" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/18/story_n_11578292.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">중국 올림픽 체조팀이 선보인 기술에 모두가 충격에 빠졌다</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11577878","mpid":3}}"> <figure> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/18/story_n_11577878.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818155413/http://i1.huffpost.com/gen/4612326/images/r-24-medium260.jpg" src="https://web.archive.org/web/20160818155413im_/http://s1.huffpost.com/images/blank.gif" alt="Image for 봉황대기 야구 결승에서 끝내기가 취소된 황당한 이유(영상)" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/18/story_n_11577878.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">봉황대기 야구 결승에서 끝내기가 취소된 황당한 이유(영상)</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11561446","mpid":4}}"> <figure> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11561446.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818155413/http://i0.huffpost.com/gen/4609426/images/r-HEDY-LAMARR-medium260.jpg" src="https://web.archive.org/web/20160818155413im_/http://s1.huffpost.com/images/blank.gif" alt="Image for 스마트폰을 쓰는 우리가 이 여성에게 감사해야 하는 이유" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11561446.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">스마트폰을 쓰는 우리가 이 여성에게 감사해야 하는 이유</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11557494","mpid":5}}"> <figure> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/16/story_n_11557494.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818155413/http://i1.huffpost.com/gen/4608684/images/r-FILA-medium260.jpg" src="https://web.archive.org/web/20160818155413im_/http://s1.huffpost.com/images/blank.gif" alt="Image for 의외의 한국 브랜드가 일본 힙스터들에게서 유행하고 있다 (사진)" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/16/story_n_11557494.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">의외의 한국 브랜드가 일본 힙스터들에게서 유행하고 있다 (사진)</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11580086","mpid":6}}"> <figure> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/18/story_n_11580086.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818155413/http://i1.huffpost.com/gen/4612742/images/r-DNA-medium260.jpg" src="https://web.archive.org/web/20160818155413im_/http://s1.huffpost.com/images/blank.gif" alt="Image for 웹툰 작가 레바가 페미니즘 도서를 읽었고, 그 여파가 엄청나다 (트윗반응)" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/18/story_n_11580086.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">웹툰 작가 레바가 페미니즘 도서를 읽었고, 그 여파가 엄청나다 (트윗반응)</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11580608","mpid":7}}"> <figure> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/18/story_n_11580608.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818155413/http://i0.huffpost.com/gen/4612800/images/r-MICHAEL-PHELPS-medium260.jpg" src="https://web.archive.org/web/20160818155413im_/http://s1.huffpost.com/images/blank.gif" alt="Image for 펠프스가 은퇴 첫날 한 일은 참 아이러니하다(사진)" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/18/story_n_11580608.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">펠프스가 은퇴 첫날 한 일은 참 아이러니하다(사진)</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11578876","mpid":8}}"> <figure> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/18/story_n_11578876.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818155413/http://i0.huffpost.com/gen/4612482/images/r-THE-medium260.jpg" src="https://web.archive.org/web/20160818155413im_/http://s1.huffpost.com/images/blank.gif" alt="Image for 김연경이 올림픽 일정 종료에 남긴 소감은 정말 감동적이다" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/18/story_n_11578876.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">김연경이 올림픽 일정 종료에 남긴 소감은 정말 감동적이다</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11555668","mpid":9}}"> <figure> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11555668.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818155413/http://i0.huffpost.com/gen/4608476/images/r-LOST-PHONE-medium260.jpg" src="https://web.archive.org/web/20160818155413im_/http://s1.huffpost.com/images/blank.gif" alt="Image for 당신이 잃어버린 스마트폰은 아마 이렇게 됐을 것이다" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11555668.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">당신이 잃어버린 스마트폰은 아마 이렇게 됐을 것이다</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11578310","mpid":10}}"> <figure> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/18/story_n_11578310.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818155413/http://i1.huffpost.com/gen/4612462/images/r-YEONPYEONG-medium260.jpg" src="https://web.archive.org/web/20160818155413im_/http://s1.huffpost.com/images/blank.gif" alt="Image for 해병대 부사관, 총상입고 숨진 채 발견" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/18/story_n_11578310.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">해병대 부사관, 총상입고 숨진 채 발견</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11576234","mpid":11}}"> <figure> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11576234.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818155413/http://i0.huffpost.com/gen/4446122/images/r-DEFAULT-medium260.jpg" src="https://web.archive.org/web/20160818155413im_/http://s1.huffpost.com/images/blank.gif" alt="Image for '부산행' 하루 전날의 이야기가 나왔다(영상)" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11576234.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">'부산행' 하루 전날의 이야기가 나왔다(영상)</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11558892","mpid":12}}"> <figure> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11558892.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818155413/http://i1.huffpost.com/gen/4608916/images/r-DEFAULT-medium260.jpg" src="https://web.archive.org/web/20160818155413im_/http://s1.huffpost.com/images/blank.gif" alt="Image for 송로버섯에 대해 당신이 알아야 할 10가지" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11558892.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">송로버섯에 대해 당신이 알아야 할 10가지</a></strong> </article> </li> <li class="three-up-item"> <article data-beacon="{"p":{"plid":"11556360","mpid":13}}"> <figure> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11556360.html" data-beacon="{"p":{"lnid":"img"}}" onclick="HPTrack.trackPageview('');"><img data-img-path="https://web.archive.org/web/20160818155413/http://i0.huffpost.com/gen/4608524/images/r-E-medium260.jpg" src="https://web.archive.org/web/20160818155413im_/http://s1.huffpost.com/images/blank.gif" alt="Image for " 왜 아직도 혼자야?"에 대한 멋진 대답 18가지" class="async-img-load"/></a> </figure> <strong><a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11556360.html" data-beacon="{"p":{"lnid":"hdln"}}" onclick="HPTrack.trackPageview('');">"왜 아직도 혼자야?"에 대한 멋진 대답 18가지</a></strong> </article> </li> </ul> </div> <button class="previous">Previous Story</button> <button class="next">Next Story</button> </section> <script> (function($){ $('.lnid-threeup_left_nav').on('click', function(){ HPTrack.trackPageview('/t/a/threeupnav.v6/left.v2/Korea'); }); $('.lnid-threeup_right_nav').on('click', function(){ HPTrack.trackPageview('/t/a/threeupnav.v6/right.v2/Korea'); }); })(jQuery); </script> <!-- main entry body --> <section class="main group"> <!-- Breaking news bar --> <!-- main entry body --> <div class="column entry"> <!-- Article content --> <!-- entry header --> <article class="entry" id="printable"> <header> <!-- Title --> <h1 class="title">한 뉴스 앵커가 소녀시대 티파니에게 축하를 전하다</h1> <!-- Author Information --> <div class="author editor"> <div class="byline vcard group "> <div class="info"> <span class="thirdparty-logo"> 허핑턴포스트코리아 </span> <span class="name fn"> | 작성자 <a rel="author" href="/web/20160818155413/http://www.huffingtonpost.kr/sehoi-park/"> 박세회 </a> </span> </div> <!-- author social buttons --> <ul class="social group"> <li class="email"> <a href="/web/20160818155413/http://www.huffingtonpost.kr/users/login/" onclick="QuickFan.emailAlerts('hp_blogger_박세회', '박세회');return false;"> <button>이메일</button> </a> </li> <li class="facebook like"> <a href="#" class="fb-tooltip-352732 fb-tooltip" sl-processed="1"></a> <script type="text/javascript"> (function($){ huff.js('jquery/jquery.tooltip.hp.js', function(){ $('.fb-tooltip-352732').toolTip({ toolTipWidth : 250, namespacevlaue: '.aol_tooltip_352732 .aol_tooltip', html : '<div class="fb-follow-tooltip"><b>다음에서 업데이트 받기 박세회</b><div class="fb-like-container"><div class="fb-like" data-href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/sehoi-park/" data-send="false" data-layout="button_count" data-width="40" data-show-faces="false" data-colorscheme="light" data-font="trebuchet ms" data-action="like" ref="" style="width: 40px" hp_track=""></div></div></div>' }); }); }(jQuery)); </script> </li> </ul> </div> </div> <!-- Article Byline Information --> <div class="headline group"> <div class="times"> <span class="posted"> 게시됨: <time datetime="2016-08-17T08:23:46-04:00"> 2016년 08월 17일 21시 23분 KST </time> </span> <span class="updated"> 업데이트됨: <time datetime="2016-08-18T01:39:22-04:00"> 2016년 08월 18일 14시 39분 KST </time> </span> </div> </div> <!-- Article Main Image --> <!-- article image/video (if applicable) --> <div class="main-visual group embedded-image"> </div> <!-- Imageblog Social Share Bar --> <!-- Social Share Bar --> <menu id="social_badges" class="social_badges_ko social-bar group floating"> <section class="social-badge" data-url="/ajax/social/phoenix_social_badge_json.php?badges=facebook_like%2Cfacebook%2Ctwitter%2Cgoogleshare%2Cemail%2Ccomments&id=11563816&url=http%3A%2F%2Fwww.huffingtonpost.kr%2F2016%2F08%2F17%2Fstory_n_11563816.html" data-entry-id="11563816"> <ul class="shares group"> <li class="share facebook_like VERB_LIKE" data-type="fblike"><a href="https://web.archive.org/web/20160818155413/javscript:void(0)"><div class="fb-like" data-href="http://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html" data-send="false" data-layout="box_count" data-width="450" data-show-faces="false" data-colorscheme="light" data-font="arial" data-action="like" ref="" style="width: 450px"></div></a></li><li class="share facebook" data-type="facebook"> <a class="social-fb-share-btn" href="https://web.archive.org/web/20160818155413/https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.huffingtonpost.kr%2F2016%2F08%2F17%2Fstory_n_11563816.html" data-url="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html" data-title="한 뉴스 앵커가 소녀시대 티파니에게 축하를 전하다" data-caption="www.huffingtonpost.kr" data-image="http://i.huffpost.com/gen/4610064/images/o-MBN-facebook.jpg"> <span class="facebook-share-btn label">페이스북</span> <span class="facebook-share-count count"></span> </a> </li> <li class="share twitter" data-type="twitter"> <div class="social-twitter-btn" data-size="131" data-account="HuffPostKorea"> <a class="twitter-tweet-btn" href="https://web.archive.org/web/20160818155413/https://twitter.com/intent/tweet?lang=ko&text=%ED%95%9C+%EB%89%B4%EC%8A%A4+%EC%95%B5%EC%BB%A4%EA%B0%80+%EC%86%8C%EB%85%80%EC%8B%9C%EB%8C%80+%ED%8B%B0%ED%8C%8C%EB%8B%88%EC%97%90%EA%B2%8C+%EC%B6%95%ED%95%98%EB%A5%BC+%EC%A0%84%ED%95%98%EB%8B%A4+http%3A%2F%2Fwww.huffingtonpost.kr%2F2016%2F08%2F17%2Fstory_n_11563816.html"> <span class="twitter-tweet-btn label">트윗</span> <span class="twitter-tweet-count count"></span> </a> </div> </li> <li class="share googleshare" data-type="googleshare"><div class="g-plus" data-action="share" data-annotation="vertical-bubble" data-href="http://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html"></div> </li><li class="share email" data-type="email"> <div class="social-email-btn"> <a href="#" class="hp-email-btn label">이메일</a> <span class="hp-email-count count"></span> </div> </li> <li class="share comment" data-type="comments"> <div class="social-comment-btn"> <span class="hp-comment-btn label">댓글</span> <span class="hp-comment-count count"></span> </div> </li> </ul> </section> <section class="chicklets"> <ul class="group"> <script src="https://web.archive.org/web/20160818155413js_/https://developers.kakao.com/sdk/js/kakao.min.js"></script> <li class="share kakao" data-type="kakao"> <div class="social-kakao-btn"> <a href="javascript:kakaoEntrySharer()" id="custom-login-btn"> <img src="/web/20160818155413im_/http://www.huffingtonpost.kr/images/badges/kakaostory_chicklet.png"></img> </a> </div> </li> <script> function kakaoEntrySharer() { var kakaoShareUrl = 'https://web.archive.org/web/20160818155413/https://story.kakao.com/share?url=http://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html'; window.open(kakaoShareUrl, "StoryShare", "width=480, height=450, resizable=no, scrollbars=no, status=no"); } </script> </ul> </section> </menu> <!-- Print Icon for Canada and Quebect verticals in permalink page --> <a href="javascript:window.print()" title="인쇄" class="print_btn print_common"><img src="https://web.archive.org/web/20160818155413im_/http://www.huffingtonpost.com/images/v/print_icon.png" width="20" height="17" alt="인쇄"/></a> <div style="clear:both"></div> </header> <!-- Article Text Body --> <div class="float_right padding_left_10"> </div> <!-- Entry main text --> <div class="content" id="mainentrycontent"> <div class="float_left"> <!-- AD ads_sharebox_260x60 --> <div class="ad_share_box"> <div id="modulous_sharebox_260x60" class="ad_spot"> <div class="ad_share_box"> <div style="display:none;line-height:normal;font:0.6em sans-serif;color:#909090;" class="sharebox-label">ADVERTISEMENT</div> <style>#ad_sharebox_260x60 img {padding:0;margin:0;}</style> <div id="ad_sharebox_260x60" class="ad_wrapper" style="padding:0;background:none;"><div id="ad_Left3"> <script> (function() { var url = [ 'https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/adstream_jx.ads/www.huffingtonpost.kr/', window.realmedia_page_tag, '@Left3?',window.realmedia_params ].join(''); var div = document.getElementById('ad_Left3'); var iframe = asyncLoadAd(url, 260, 60, div); div.removeAttribute('id'); }()); </script> </div> </div></div> <script> (function(){ var box = document.getElementById('ad_sharebox_260x60').parentNode; var label = box.querySelector('.sharebox-label'); function resize() { var ifr = box.querySelector('iframe'); if ((!ifr && box.offsetWidth > 10 && box.offsetHeight > 10) || (ifr && ifr.offsetWidth > 10 && ifr.offsetHeight > 10)) { box.style.paddingBottom = '5px'; box.style.marginRight = '20px'; label.style.display = ''; } else { label.style.display = 'none'; box.style.marginRight = box.style.paddingBottom = ''; } } for (i=0; i<10000; i+= 500) { window.setTimeout(resize, i); } }()); </script> </div> <script type="text/javascript"> if ( 'undefined' != typeof(HPAds.ad_sharebox_260x60_fix) ) { HPAds.ad_sharebox_260x60_fix(); } </script> </div> </div> <!-- Entry Text --> <p><img alt="mbn" src="https://web.archive.org/web/20160818155413im_/http://i.huffpost.com/gen/4610064/thumbs/o-MBN-570.jpg?6"/></p><p>MBN의 '뉴스파이터' 김명준 앵커는 오늘(17일) 우리나라 배드민턴 국가대표팀이 준결승 전에서 일본 대표팀에 완패한 소식을 전하며 이렇게 말했다. </p><p><strong>"축하합니다, 티파니씨"</strong></p><div id="modulous_mid_article" class="ad_spot"> <div id="ad_mid_article" class="ad_wrapper"><div id="ad_Left2"> <script> (function() { var url = [ 'https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/adstream_jx.ads/www.huffingtonpost.kr/', window.realmedia_page_tag, '@Left2?',window.realmedia_params ].join(''); var div = document.getElementById('ad_Left2'); var iframe = asyncLoadAd(url, 300, 250, div); div.removeAttribute('id'); }()); </script> </div> </div></div> <p>소녀시대 티파니가 광복절 전날(14일) SNS에 욱일기가 그려진 스티커를 올려 논란에 휩싸인 바 있다.</p><blockquote><p>관련기사 : <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/2016/08/15/story_n_11522118.html" target="_hplink">소녀시대 티파니, 욱일기 사진 논란에 자필 사과하다(전문)</a></p></blockquote><p>김 씨는 지난 16일 같은 프로그램 오프닝에서는 이렇게 말했다. </p><blockquote><p>TV로 방영된 광복절 특선 영화들 어떻게 보셨나요? 먼저, '티파니에서 아침을'!<br/> 네? 언제 영화 '티파니에서 아침을'이 TV로 방영됐냐고요? 했잖습니까?<br/> 소녀시대의 티파니가 광복절 아침에 일으킨 욱일승천기 소동! 정말 짜증나는 아침을 선물했습니다. _MBN<a href="https://web.archive.org/web/20160818155413/http://mbn.mk.co.kr/pages/news/newsView.php?news_seq_no=2979668&page=1" target="_hplink">(8월 16일)</a></p></blockquote><p>아래는 해당 발언의 동영상이다. </p><p><iframe width="570" height="321" src="https://web.archive.org/web/20160818155413if_/http://www.mbn.co.kr/player/movieContents.mbn?content_cls_cd=10&content_id=2979668&autoPlay=true&captionMotion=true&controlbarMotion=true&useThumbnail=true&setMenualQuality=360&relay_type=1&isIframe=true&width=629&height=354" frameborder="0" scrolling="no" hspace="0" vspace="0" marginwidth="0" marginheight="0" allowfullscreen></iframe></p> </div> <!-- article_foot ad --> <div class="margin_10_0"> </div> <footer> <!-- Also On --> <!-- article_bottom ad --> <div id="modulous_article_bottom" class="ad_spot"> <!-- Ad source --> <div id="admaru" style="position:relative;width:100%;max-width:640px;margin:0 auto;display:block;margin-top:50px;"> <script type="text/javascript" src="//web.archive.org/web/20160818155413js_/http://imasdk.googleapis.com/js/sdkloader/ima3.js"></script> <script src="https://web.archive.org/web/20160818155413js_/http://www.microbizit.com/admaru/codes/js/ads_huffingtonpost_article_body_us.js"></script> </div> </div> <!-- Follow Tag Links Bottom --> <div class="follow bottom-tags"> <h2>더 보기:</h2> <span class="group"> <span class="entrytag"> <a href="/web/20160818155413/http://www.huffingtonpost.kr/news/ti-pa-ni/">티파니</a> </span> <span class="entrytag"> <a href="/web/20160818155413/http://www.huffingtonpost.kr/news/mbn/">Mbn</a> </span> <span class="entrytag"> <a href="/web/20160818155413/http://www.huffingtonpost.kr/news/nyu-seu-aeng-keo/">뉴스앵커</a> </span> <span class="entrytag"> <a href="/web/20160818155413/http://www.huffingtonpost.kr/news/uk-il-seung-cheon-gi/">욱일승천기</a> </span> <span class="entrytag"> <a href="/web/20160818155413/http://www.huffingtonpost.kr/news/jeong-chi/">정치</a> </span> <span class="entrytag"> <a href="/web/20160818155413/http://www.huffingtonpost.kr/news/il-bon/">일본</a> </span> </span> </div> <!-- Contribute --> <section class="contribute group"> <h3><a id="submissions_send_correction" href="#">수정 사항 제안</a></h3> </section> <!-- ads_submissions_captcha --> <!--end of content--> </footer> </article> <!-- ads_below_entry_recirc --> <div id="modulous_below_entry_recirc" class="ad_spot"> <div id="taboola-below-article-thumbnails" class="taboola hp-entry-you_may_like"></div> <div id="hp-more-gravity"></div> <script> (function(){ var c = document.getElementById('taboola-below-article-thumbnails'); c.id += '-' + Math.round(Math.random()*1e16); var taboolaParams = { loader: "https://web.archive.org/web/20160818155413/http://cdn.taboola.com/libtrc/huffingtonpost-korea/loader.js", mode: "organic-thumbnails-a", container: c.id, placement: "Below Article Thumbnails", target_type: "mix" }; doTaboola(taboolaParams); }()); </script><div id="ad_Middle1"> <script> (function() { var url = [ 'https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/adstream_jx.ads/www.huffingtonpost.kr/', window.realmedia_page_tag, '@Middle1?',window.realmedia_params ].join(''); var div = document.getElementById('ad_Middle1'); var iframe = asyncLoadAd(url, 570, 270, div); div.removeAttribute('id'); }()); </script> </div> </div> <!-- Orbitz Module --> <!-- 4Wnet_feed Module --> <!-- ads_bottom_article_text --> <!-- Sailthru flyout --> <!-- Around the web --> <!-- Conversations --> <div id="floaterTarget"> <div id="conversations-huffpost-web"> <div class="clear"></div> <div style="margin:10px 0"> <div class="clear"> </div> </div> <a name="comments"></a> <div id="huffpost-web-fb-comments-opener" style="display: none;">Click here to view Conversations</div> <div id="huffpost-web-fb-comments"> <div class="related" style="padding-left:3px"> <h3 class=""><span class="text">대화</span></h3> </div> <div class="fb_comments"> <fb:comments colorscheme="light" width="570" href="http://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html"/> </div> <div class="clear_first"></div> </div> <script type="text/javascript"> var initializeFBPing = function() { // Attach the scroll event ping to send to data layer if (typeof window.bN_scrollTrack === 'function') { window.bN_scrollTrack('cmts_fb', '#huffpost-web-fb-comments'); } }; jQuery(window).bind('load', function(){ initializeFBPing(); }); </script> </div> </div> </div> <!-- right rail --> <section class="rail" data-beacon="{"p":{"mlid":"sidebar_right"}}"> <!-- ads_right_rail_flex --> <div id="modulous_right_rail_flex" class="ad_spot"> <script type="text/javascript"> if ( "function" === typeof(adSetSyncDelay) ) { adSetSyncDelay('125'); } </script> <div id="ad_right_rail_flex" class="ad_wrapper_top"><div id="ad_Right1"> <script> (function() { var url = [ 'https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/adstream_jx.ads/www.huffingtonpost.kr/', window.realmedia_page_tag, '@Right1?',window.realmedia_params ].join(''); var div = document.getElementById('ad_Right1'); var iframe = asyncLoadAd(url, 300, 250, div); div.removeAttribute('id'); }()); </script> </div> </div></div> <!-- ads_text_sponsorship --> <div id="modulous_sponsorship" class="ad_spot"> <div class="margin_10_0 center"> <script>document.trackerImg('https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/adstream_sx.ads/www.huffingtonpost.kr/native_ad@Position1');</script> <div class="preview"> <div class="commercial_title commercial_title_korea i18n">PRESENTED BY 한샘</div> <ul class="carousel" style="width:300px;"> <li class="unbordered jcarousel-item-1" style="display: inline-block; float: left;"> <div class="preview_entry preview_no_border"> <div class="preview_clear"></div> <div class="preview_image_wrapper"> <a href="https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/click_lx.ads/www.huffingtonpost.kr/native_ad/L31/1891284751/Position1/Hani/huff_hanssem_nativead_tracking/becon.gif/50556b4431315731373630414465664e" class="preview_a" rel="nofollow"> <img width="282" src="https://web.archive.org/web/20160818155413im_/http://i.huffpost.com/gen/4609006/thumbs/s-BLUEROOMPS-large300.jpg"/> </a> </div> <span class="preview_h4"><a href="https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/click_lx.ads/www.huffingtonpost.kr/native_ad/L31/1891284751/Position1/Hani/huff_hanssem_nativead_tracking/becon.gif/50556b4431315731373630414465664e" class="preview_a" rel="nofollow">당장 결혼하고 싶어지는 신혼집 꾸미는 방법 7</a></span> <ul class="preview_meta_links"> <li class="first"><a class="preview_a i18n" href="https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/click_lx.ads/www.huffingtonpost.kr/native_ad/L31/1891284751/Position1/Hani/huff_hanssem_nativead_tracking/becon.gif/50556b4431315731373630414465664e" rel="nofollow">Quick Read</a> |</li> <li><a class="preview_a i18n" href="https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/click_lx.ads/www.huffingtonpost.kr/native_ad/L31/1891284751/Position1/Hani/huff_hanssem_nativead_tracking/becon.gif/50556b4431315731373630414465664e#comments" rel="nofollow">Comments</a></li> </ul> </div> </li> </ul> <div style="clear:both"></div> </div> <script> if (typeof __ === 'function') { var txt = document.getElementsByClassName('i18n'); for(i=0; i<txt.length; i++) { txt[i].innerHTML = __(txt[i].innerHTML); } } </script></div></div> <!-- ads_right_rail_edit_promo --> <div id="modulous_right_rail_edit_promo" class="ad_spot"> <div class="margin_10_0 center"> <script>document.trackerImg('https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/adstream_sx.ads/www.huffingtonpost.kr/native_ad@Position2');</script> <div class="preview"> <div class="commercial_title commercial_title_korea i18n">PRESENTED BY 미스 페레그린</div> <ul class="carousel" style="width:300px;"> <li class="unbordered jcarousel-item-1" style="display: inline-block; float: left;"> <div class="preview_entry preview_no_border"> <div class="preview_clear"></div> <div class="preview_image_wrapper"> <a href="https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/click_lx.ads/www.huffingtonpost.kr/native_ad/L31/1300922531/Position2/Hani/huff_peregrine_nativead_tracking/becon.gif/50556b4431315731373630414465664e" class="preview_a" rel="nofollow"> <img width="282" src="https://web.archive.org/web/20160818155413im_/http://i.huffpost.com/gen/4608880/thumbs/s-PEREGRINE-large300.jpg"/> </a> </div> <span class="preview_h4"><a href="https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/click_lx.ads/www.huffingtonpost.kr/native_ad/L31/1300922531/Position2/Hani/huff_peregrine_nativead_tracking/becon.gif/50556b4431315731373630414465664e" class="preview_a" rel="nofollow">팀 버튼표 판타지 영화에서 절대 놓칠 수 없는 5가지 비밀</a></span> <ul class="preview_meta_links"> <li class="first"><a class="preview_a i18n" href="https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/click_lx.ads/www.huffingtonpost.kr/native_ad/L31/1300922531/Position2/Hani/huff_peregrine_nativead_tracking/becon.gif/50556b4431315731373630414465664e" rel="nofollow">Quick Read</a> |</li> <li><a class="preview_a i18n" href="https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/click_lx.ads/www.huffingtonpost.kr/native_ad/L31/1300922531/Position2/Hani/huff_peregrine_nativead_tracking/becon.gif/50556b4431315731373630414465664e#comments" rel="nofollow">Comments</a></li> </ul> </div> </li> </ul> <div style="clear:both"></div> </div> <script> if (typeof __ === 'function') { var txt = document.getElementsByClassName('i18n'); for(i=0; i<txt.length; i++) { txt[i].innerHTML = __(txt[i].innerHTML); } } </script></div></div> <!-- HPIN unit --><section class="most-popular"> <div id="modulous_gravity_most_popular" class="ad_spot"> <div id="taboola-right-rail-thumbnails"></div> <script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({ mode: 'organic-thumbnails-rr', container: 'taboola-right-rail-thumbnails', placement: ' Right Rail Thumbnails', target_type: 'mix' }); </script></div> </section> <div id="modulous_sponsorship_2" class="ad_spot"> <div id="ad_Right2"> <script> (function() { var url = [ 'https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/adstream_jx.ads/www.huffingtonpost.kr/', window.realmedia_page_tag, '@Right2?',window.realmedia_params ].join(''); var div = document.getElementById('ad_Right2'); var iframe = asyncLoadAd(url, 300, 250, div); div.removeAttribute('id'); }()); </script> </div> </div> <section class="follow-huffpost" data-beacon="{"p":{"mnid":"mod-follow"}}"> <h2>허핑턴포스트 팔로우</h2> <ul class="untouched follow-links group"> <li class="email selected" data-beacon="{"p":{"lnid":"email"}}"> <button>이메일</button> <div class="content"> <form class="subscribe"> <fieldset class="email"> <legend>이메일 주소</legend> <input id="subscribe_user_email" class="text" name="email" onfocus="if(this.value=='이메일 주소')this.value=''" value="이메일 주소" type="text"> <input type="checkbox" value="1" name="email_subscribe_check" class="email_subscribe_check" style="display:none;"/> <input type="hidden" name="vertical" value="korea"> <input class="button right_rail_signup" type="submit" value="가입하기!"> <label class="signup_error" style="display:none;">동의를 표시하려면 확인란을 선택하십시오.</label> <fieldset class="options"> <legend>옵션</legend> <input type="hidden" name="daily-brief" id="daily-brief" value="0"> <div class="item"> <input type="checkbox" class="list" id="vertical-brief" checked="checked"> <label for="vertical-brief">뉴스레터</label> </div> </fieldset> </fieldset> <p class="instructions"> 뉴스레터 발송을 위한 이메일주소를 수집하는데 동의하며, 수집된 이메일주소는 뉴스레터 구독 취소하는 즉시 삭제됩니다. </p> </form> </div> </li> <li class="facebook" data-beacon="{"p":{"lnid":"fb"}}"> <button>Facebook</button> <div class="content off"> <ul> <li class="group"> <strong class="name">HuffPost</strong> <div class="share-button"> <div class="fb-like" data-href="http://www.facebook.com/HuffPostKorea" data-send="false" data-layout="button_count" data-width="100" data-show-faces="false" data-colorscheme="light" data-font="trebuchet ms" data-action="like" ref="" style="width: 100px" hp_track=""></div> </div> </li> </ul> </div> </li> <li class="twitter" data-beacon="{"p":{"lnid":"twitter"}}"> <button>Twitter</button> <div class="content off"> <ul> <li class="group"> <div class="share-button"> <strong class="name">HuffPost</strong> <div class="share-button"> <a href="https://web.archive.org/web/20160818155413/https://twitter.com/HuffPostKorea" class="twitter-follow-button" data-show-screen-name="false" data-show-count="false" data-lang="ko" data-width="100px">Follow</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//web.archive.org/web/20160818155413/http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </div> </li> </ul> </div> </li> <li class="google" data-beacon="{"p":{"lnid":"gplus"}}"> <button>Google Plus</button> <div class="content off"> <ul> <li class="group"> <strong class="name">HuffPost</strong> <div class="share-button"> <div class="g-plusone" data-annotation="bubble" data-size="medium" data-width="32" data-href="http://www.huffingtonpost.kr/korea"></div> </div> </li> </ul> </div> </li> <li class="rss no-ad" data-beacon="{"p":{"lnid":"rss"}}"> <button>RSS</button> <div class="content off"> <ul> <li> <a href="/web/20160818155413/http://www.huffingtonpost.kr/feeds/verticals/korea/index.xml" class="name sprite">허핑턴포스트</a> </li> <li> <a class="more" href="/web/20160818155413/http://www.huffingtonpost.kr/syndication/">전체 RSS / 피드</a> </li> </ul> </div> </li> <li class="phone no-ad" data-beacon="{"p":{"lnid":"mobile"}}"> <button>전화</button> <div class="content off"> <ul> <li> <a class="ios sprite" href="https://web.archive.org/web/20160818155413/http://itunes.apple.com/kr/app/the-huffington-post/id306621789?mt=8" target="_blank">Available on the App Store</a> </li> <li> <a class="android sprite" href="https://web.archive.org/web/20160818155413/https://play.google.com/store/apps/details?id=com.huffingtonpost.android&hl=ko" target="_blank">Android App on Google Play</a> </li> <li> <a class="blackberry sprite" href="https://web.archive.org/web/20160818155413/http://appworld.blackberry.com/webstore/content/19143/?countrycode=KR&lang=ko" target="_blank">Get it at Blackberry App World</a> </li> </ul> </div> </li> </ul> </section> <!-- ads_text_sponsorship --> <!-- ads_snn_234x60 --> <!-- ads_most_popular_edit_promo --> <!-- ads_sponsorship_2 --> <!-- ads_lower_promo --> <!-- ads_right_rail_300x100_upper --> <!-- ads_right_rail_lower --> <!-- ads_btf_300x100 --> <div class="ad_lower_right_commercials_wrapper"> <!-- ads_right_rail_300x100_lower --> <div id="modulous_right_rail_300x100_lower" class="ad_spot"> <div id="ad_Right3"> <script> (function() { var url = [ 'https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/adstream_jx.ads/www.huffingtonpost.kr/', window.realmedia_page_tag, '@Right3?',window.realmedia_params ].join(''); var div = document.getElementById('ad_Right3'); var iframe = asyncLoadAd(url, 300, 100, div); div.removeAttribute('id'); }()); </script> </div> </div> <!-- ads_text_sponsorship_2 --> <!-- ads_commercial_module --> <!-- ads_right_rail_300x250_lower --> <div id="modulous_right_rail_300x250_lower" class="ad_spot"> <div id="ad_right_rail_300x250_lower" class="ad_wrapper_"><div id="ad_BottomRight"> <script> (function() { var url = [ 'https://web.archive.org/web/20160818155413/http://ad.hani.co.kr/RealMedia/ads/adstream_jx.ads/www.huffingtonpost.kr/', window.realmedia_page_tag, '@BottomRight?',window.realmedia_params ].join(''); var div = document.getElementById('ad_BottomRight'); var iframe = asyncLoadAd(url, 300, 250, div); div.removeAttribute('id'); }()); </script> </div> </div></div> </div> <script type="text/javascript"> try { var ad_els = jQuery("#ad_right_rail_300x250_lower"); var right_rail_el = jQuery(".rail"); if ( ad_els.length && right_rail_el.length ) { ad_els.bind("mouseover", function(){ if ( right_rail_el.hasClass("fix") ) { window.scrollTo(window.scrollX, window.scrollY - 1); } return; }); } } catch (e) { } </script> <script type="text/javascript"> jQuery( document ).ready(function( $ ) { jQuery('#ad_right_rail_flex').prepend("<span class='adflex'></span>"); jQuery('.adflex').append( __('Advertisement')); } ); </script> <style> #ad_right_rail_flex .adflex { color: #999; text-transform: uppercase; font-size: 9px; font-family: arial; padding-bottom: 4px; display: inline-block; padding-left: 2px; } .ad_wrapper_top { background: none !important; } </style> </section> </section> </section> <!-- END page_content --> <!-- page_footer --> <section class="footer"> <!-- Served from: production-mt-wfe-56-191.use1 --> <!-- ads_leaderboard_bottom --> <!-- visual footer --> <footer> <!-- Search Box --> <div class="search"> </div> <!-- Legal and Informational Links --> <menu class="links"> <ul class="group row1"> <li> <a href="/web/20160818155413/http://www.huffingtonpost.kr/syndication">RSS</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/p/huffpostkoreafaq.html">자주 묻는 질문들</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/p/huffpostkoreaterms.html">서비스 약관</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/p/huffpostkoreaprivacypolicy.html">개인정보 취급방침</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/p/huffpostkoreacommentpolicy.html">댓글 작성 및 조정 정책</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/p/huffpostkoreaaboutus.html">회사소개</a> </li> </ul> <ul class="group row2"> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/p/huffpostkoreacontactus.html">오시는길</a> </li> <li> <a href="https://web.archive.org/web/20160818155413/http://www.huffingtonpost.kr/archive">아카이브</a> </li> </ul> </menu> <ul class="address"> <li>허핑턴포스트코리아(유) | </li> <li>등록번호 : 서울 아 03003 | </li> <li>등록일자 : 2014 년 2 월 10 일 | </li> <li>제호: 허핑턴포스트코리아 </li> <li>발행・편집인: 정영무 </li> <li>주소: 서울 마포구 마포대로 144 </li> <li>발행일자: 2014년 2월 28일 </li> <li>청소년보호책임자: 유강문 </li> </ul> <!-- Legal Disclaimers --> <div class="legal"> <span class="copyright">©2016 HuffingtonPostKorea, Ltd. All Rights Reserved.</span> <span class="trademark"> ©%s HuffingtonPostKorea, Ltd. All Rights Reserved. 2016© </span> </div> <div class="part-of">다음의 일부분 <span class="part-of-group">HPMG News</span></div> </footer> </section> <!-- END page_footer --> <div id="tfm_skyscraper" class="top_right_skyscraper"></div> </div> <!-- ads_bottom_code_blocks --> <!-- ads_bottom_1x1 --> <div id="modulous_bottom_1x1" class="ad_spot"> <script type="text/javascript"> var _sf_async_config = { uid: 59208, domain: 'huffingtonpost.kr', useCanonical: true }; (function() { function loadChartbeat() { window._sf_endpt = (new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src','//web.archive.org/web/20160818155413/http://static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); }; var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script><!-- Facebook Conversion Code for 페이지 조회수 --> <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/20160818155413/http://connect.facebook.net/en_US/fbds.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(fbds, s); _fbq.loaded = true; } })(); window._fbq = window._fbq || []; window._fbq.push(['track', '6025355487429', {'value':'0.00','currency':'KRW'}]); </script> <noscript><img height="1" width="1" alt="" style="display:none" src="https://web.archive.org/web/20160818155413im_/https://www.facebook.com/tr?ev=6025355487429&cd[value]=0.00&cd[currency]=KRW&noscript=1"/></noscript><!-- Facebook Conversion Code for 웹사이트 전환 --> <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/20160818155413/http://connect.facebook.net/en_US/fbds.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(fbds, s); _fbq.loaded = true; } })(); window._fbq = window._fbq || []; window._fbq.push(['track', '6025355461629', {'value':'0.00','currency':'KRW'}]); </script> <noscript><img height="1" width="1" alt="" style="display:none" src="https://web.archive.org/web/20160818155413im_/https://www.facebook.com/tr?ev=6025355461629&cd[value]=0.00&cd[currency]=KRW&noscript=1"/></noscript><!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','//web.archive.org/web/20160818155413/http://connect.facebook.net/en_US/fbevents.js'); fbq('init', '107420059600728'); fbq('track', 'PageView'); fbq('track', 'ViewContent'); </script> <noscript><img height="1" width="1" style="display:none" src="https://web.archive.org/web/20160818155413im_/https://www.facebook.com/tr?id=107420059600728&ev=PageView&noscript=1"/></noscript> <!-- End Facebook Pixel Code --><script type="text/javascript"> try { // Make sure the adsDevilAd object exists before putting your function on it window.adsDevilAd=window.adsDevilAd||{}; adsDevilAd.adinfo=function(n,d,w,h){ // n will be the ad number, we assume the LB ad is #1. // NOTE: d=divName if you'd rather use that. And w,h are width and height respectively. if (window.adsDevilAd.ad[1].aolFormat == "Wallpaper") { window.floater.destroy(); jQuery('#badges_v2_1').css('display','none !important'); } } // end function } catch (e) {} </script></div> <!--modulous footer --> <script> window._taboola = window._taboola || []; _taboola.push({flush:true}); </script> <!-- top_1x1 footer --> <!-- /top_1x1 footer --> <!-- END modulous footer --> <!-- Aol Universal Navbar module --> <!-- correction --> <style type="text/css"> span.error { margin-top: 0; display: none; } span.error.show { display: block; } .hp_blue_lb_head_subimage { text-align: center; } </style> <div style="display: none;"> <div id="lightbox"> <div class="content"> <div class="social_modal_content"> <div id="submissions_modal" class="sbm_modal"> <h4 id="submission_header" class="sbm_heading hd_title">이 기사의 사실관계 오류 또는 오타를 허핑턴포스트 편집자에게 알리려면 이 양식을 사용하십시오.</h4> <div id="submission_notify" class="sbm_notify">알림 메시지</div> <span class="required">* 필수</span> <form id="submissions_form"> <input type="hidden" name="entry_id" value="11563816"> <div class="smb-line clearfix group"> <span class="sbm_asterisk ar_right">*</span> <input class="bordered" type="text" placeholder="이름" name="submission_name" id="submission_name" value=""> <span class="sbm_asterisk ar_right">*</span> <input class="bordered nomargin" type="text" placeholder="이메일 주소" name="submission_email" id="submission_email" value=""> </div> <div class="smb-line clearfix"> <span class="submission_name error"></span> <span class="submission_email error"></span> </div> <div class="sbm_fc"> <span class="sbm_l"><span class="sbm_asterisk">*</span> <strong>어떤 종류의 오류인가요?</strong></span> <select name="submission_error_kind" id="submission_error_kind" class="sbm_koe sbm_r"> <option value="">옵션 선택</option> <option value="Factual or typographical">사실상 또는 인쇄상</option> <option value="Comment moderation problem">댓글 중재 문제</option> <option value="Rights and permissions">권한 및 사용 권한</option> <option value="Other">기타</option> </select> </div> <div class="smb-line clearfix"> <span class="submission_error_kind error"></span> </div> <div class="sbm_fc"> <span class="sbm_l float_left"><span class="sbm_asterisk">*</span> 수정 내용이 무엇인가요?</span> <span class="sbm_counter" id="sbm_counter">0 조회수</span> <div class="clear_first"></div> <textarea id="submission_body" class="basic sbm_textarea sbm_r arial_12" name="submission_body" rows="9" cols="22">오류에 대해 기술하십시오(최대 1,000자).</textarea> </div> <div class="smb-line clearfix"> <span class="submission_body error"></span> </div> <div class="bottom_block clearfix"> <p class="small smb_note"> <span class="sbm_asterisk">*</span> 사람인지 알 수 있도록 아래 단어를 입력하십시오. </p> <!--captcha--> <div class="float_left recaptcha_nothad_incorrect_sol recaptcha_isnot_showing_audio" id="submission_recaptcha"> <!-- Insert PHP captcha code here --> </div> <!-- end captcha --> <div class="float_left" style="padding:20px; width: 227px;"> <input id="submission_opt_in" class="sbm_checkbox" name="submission_opt_in" type="checkbox"> <label for="submission_opt_in">허핑턴포스트 데일리 브리프 가입</label> <br> <br> <div class="centered" id="submissions_bottom_area"> <input type="submit" value="보내기" id="submission_submit" href="javascript:void(0);" class="button double-extra-large light-blue sbm_send"> </div> <div id="submission_ajax_loader" class="submission_ajax_loader"></div> </div> </div> </form> </div> </div> <div id="submission_thanks" class="sbm_thanks">보고해주셔서 감사합니다!</div> </div> </div> <!-- Tracking --> <!-- Nielson Feed --> <!-- BEGIN Nielsen Tracking --> <script type="text/javascript"> HPTrack.Services.trackTo(['Nielsen']); </script> <noscript> <img src="//web.archive.org/web/20160818155413im_/http://secure-us.imrworldwide.com/cgi-bin/m?ci=us-703240h&cg=0&cc=1&ts=noscript" width="1" height="1" alt=""/> </noscript> <!-- END Nielsen Tracking --> <!-- Webtrekk Feed --> <!-- Xiti Tracking --> <!-- VGWort Tracking --> <!-- quantcast Tracking --> <!-- Parsely Tracking --> <!-- START Parse.ly Include: Standard --> <div id="parsely-root" style="display: none"> <div id="parsely-cfg" data-parsely-site="huffingtonpost.kr"></div> </div> <script> (function(s, p, d) { var h=d.location.protocol, i=p+"-"+s, e=d.getElementById(i), r=d.getElementById(p+"-root"), u=h==="https:"?"d1z2jf7jlzjs58.cloudfront.net" :"static."+p+".com"; if (e) return; e = d.createElement(s); e.id = i; e.async = true; e.src = h+"//"+u+"/p.js"; r.appendChild(e); })("script", "parsely", document); </script> <!-- END Parse.ly Include --> <!-- END page_wrapper --> <!-- end RUM --> <script type="text/javascript">huff.use('conf', function(c){ c.set({"mtime":1471535567,"entry":"11563816","vertical":"korea","vertical-id":"133","vertical-name":"Korea","ads\/zone":"","topnav\/version":"2","cookie\/domain":"huffingtonpost.kr","websocket\/enabled":false,"websocket\/url":"fiji-production-ws.use1.huffpo.net","websocket\/init":false,"site_blog_id":44,"auth_secure_domain":"secure.huffingtonpost.com","auth_secure_protocol":"https","auth_method":"frame","static_secure_domain":"s-s.huffpost.com","images_secure_domain":"s-i.huffpost.com","images_secure_www_domain":"s-i.huffpost.com","social_tracking":true,"primary_vertical_id":-1,"primary_vertical_name":false,"primary_vertical_facebook_name":"HuffingtonPost","primary_vertical_twitter_name":"HuffingtonPost","current_vertical_facebook_name":"HuffingtonPost","current_vertical_twitter_name":"HuffingtonPost"}); });</script> <!-- RUM footer --> <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"a2134792db","applicationID":"4028938","transactionName":"YFIDbEBYVhJYURBaXFkYIk1BTVcMFkIMXFZZXhkXaVxWFUtLORxYRRgqV0BcWQ==","queueTime":0,"applicationTime":178,"ttGuid":"","agentToken":"","atts":"TBUAGghCRRw=","errorBeacon":"bam.nr-data.net","agent":""}</script> <script type="text/javascript" src="https://web.archive.org/web/20160818155413js_/http://s1.huffpost.com/assets/js.php?v=1470760434&f=phoenix%2Feditions.js%2Clayouts%2F13.js%2Cphoenix%2Ffloating_share.js" async></script> <script> jQuery(document).foundation(); </script> </body> </html> <!-- FILE ARCHIVED ON 15:54:13 Aug 18, 2016 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 04:34:55 Dec 01, 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.496 exclusion.robots: 0.028 exclusion.robots.policy: 0.017 esindex: 0.01 cdx.remote: 24.894 LoadShardBlock: 89.256 (3) PetaboxLoader3.datanode: 131.749 (4) load_resource: 114.652 PetaboxLoader3.resolve: 47.93 -->