CINXE.COM

허핑턴포스트코리아

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- 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="is_facebook_client" value="0" /> <esi:choose> <esi:when test="$(HTTP_USER_AGENT) has 'facebookexternalhit' && $(REQUEST_PATH) has 'ogpublishing/'"> <esi:assign name="is_facebook_client" value="1" /> </esi:when> </esi:choose> <esi:choose> <esi:when test="$(is_facebook_client) == 0 && $(REQUEST_PATH) has 'ogpublishing/'"> $set_response_code(301) $add_header('Location', 'http://www.huffingtonpost.com/') </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> --> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="ko" lang="ko" xmlns:fb="http://www.facebook.com/2008/fbml"> <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/","20160818045301","https://web.archive.org/","web","/_static/", "1471495981"); </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 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/> <title>허핑턴포스트코리아</title> <meta name="Description" content="인생은 뉴스로 가득하다. 정치, 경제, IT, 사회, 국제, 엔터테인먼트, 스포츠, 라이프스타일 뉴스와 블로그, 취재 기사를 모두 한자리에."/> <meta name="Keywords" content="korea,korea news,korea blog"/> <meta name="robots" content="noodp,noydir"/> <meta http-equiv="Content-Language" content="ko_KR"/> <meta property="og:site_name" content="허핑턴포스트"/> <meta property="og:type" content="blog"/> <meta property="fb:app_id" content="284021941754241"/> <link rel="canonical" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/"/> <link rel="alternate" href="https://web.archive.org/web/20160818045301/android-app://com.huffingtonpost.android/http/www.huffingtonpost.kr/"/> <link rel="alternate" href="https://web.archive.org/web/20160818045301/ios-app://306621789/huffpostnews/?editionID=kr§ionName=korea§ionTitle=Korea§ionType=vertical"/> <link rel="alternate" media="only screen and (max-width: 640px)" href="https://web.archive.org/web/20160818045301/http://m.huffpost.com/kr/"> <link rel="alternate" type="application/rss+xml" title="Korea Feed" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/feeds/verticals/korea/index.xml"/> <link rel="alternate" type="application/rss+xml" title="Korea Blog" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/feeds/verticals/korea/blog.xml"/> <link rel="alternate" type="application/rss+xml" title="Korea News" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/feeds/verticals/korea/news.xml"/> <link rel="“alternate”" href="“http://www.huffingtonpost.com/“" hreflang="“en-us”"> <link rel="“alternate”" href="“http://www.huffingtonpost.com.au”" hreflang="“en”"> <link rel="alternate" href="https://web.archive.org/web/20160818045301/http://www.huffpostarabi.com/" hreflang="ar"/> <link rel="alternate" href="https://web.archive.org/web/20160818045301/http://www.brasilpost.com.br/" hreflang="pt-br"/> <link rel="alternate" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.ca/" hreflang="en-ca"/> <link rel="alternate" href="https://web.archive.org/web/20160818045301/http://quebec.huffingtonpost.ca/" hreflang="fr-ca"/> <link rel="alternate" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.de/" hreflang="de"/> <link rel="alternate" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.es/" hreflang="es-es"/> <link rel="alternate" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.fr/" hreflang="fr-fr"/> <link rel="alternate" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.gr/" hreflang="el-gr"/> <link rel="alternate" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.in/" hreflang="en-in"/> <link rel="alternate" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.it/" hreflang="it-it"/> <link rel="alternate" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.jp/" hreflang="ja-jp"/> <link rel="alternate" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/" hreflang="ko-kr"/> <link rel="alternate" href="https://web.archive.org/web/20160818045301/http://www.huffpostmaghreb.com/" hreflang="fr"/> <link rel="alternate" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.co.uk/" hreflang="en-gb"/> <!--esi <esi:choose> <esi:when test="$(HTTP_USER_AGENT) has 'Windows NT 6.2'"> <esi:text> <meta name="msapplication-TileColor" content="#2D695A"/> <meta name="msapplication-TileImage" content="/images/windows8_pin_en.png"/> </esi:text> </esi:when> </esi:choose> <esi:choose> <esi:when test="$(HTTP_USER_AGENT) has 'Trident/5.0'"> <esi:text> <link rel="shortcut icon" href="/images/sitemode/verts/korea.ico" /> <meta name="msapplication-starturl" content="/korea/" /> <meta name="msapplication-task" content="name=Home;action-uri=http://www.huffingtonpost.com;icon-uri=/favicon.ico" /> <meta name="msapplication-task" content="name=Politics;action-uri=http://www.huffingtonpost.com/politics/;icon-uri=http://s.huffpost.com:80/images/sitemode/verts/politics.ico" /> <meta name="msapplication-task" content="name=Business;action-uri=http://www.huffingtonpost.com/business/;icon-uri=http://s.huffpost.com:80/images/sitemode/verts/business.ico" /> <meta name="msapplication-task" content="name=Media;action-uri=http://www.huffingtonpost.com/media/;icon-uri=http://s.huffpost.com:80/images/sitemode/verts/media.ico" /> <meta name="msapplication-task" content="name=Entertainment;action-uri=http://www.huffingtonpost.com/entertainment/;icon-uri=http://s.huffpost.com:80/images/sitemode/verts/entertainment.ico" /> <meta name="msapplication-task" content="name=Sports;action-uri=http://www.huffingtonpost.com/sports/;icon-uri=http://s.huffpost.com:80/images/sitemode/verts/sports.ico" /> <meta name="msapplication-task" content="name=Comedy;action-uri=http://www.huffingtonpost.com/comedy/;icon-uri=http://s.huffpost.com:80/images/sitemode/verts/comedy.ico" /> </esi:text> </esi:when> <esi:otherwise> <esi:text> <link rel="shortcut icon" href="/favicon.ico" /></esi:text> </esi:otherwise> </esi:choose> --><link rel="stylesheet" href="https://web.archive.org/web/20160818045301cs_/http://s.huffpost.com/assets/css.php?v=1470760434&amp;f=verticals%2Fkorea.css%2Cpage_type%2Ffrontpages.css%2Chp_modules%2Fmodule.sponsor-widgets.css%2Cmaster.css%2Cfonts%2Fopensans-condbold%2Fstylesheet.css%2Ctopnav_new%2Fall_pages.css%2Ctopnav_new%2Ftop_nav.css%2Ctopnav_new%2Fmodule.edition_nav.css%2Cbasic.css%2Cverticals%2Fcolor_scheme.css%2Cadd%2Ffront.css" type="text/css" media="screen"/><link rel="stylesheet" href="https://web.archive.org/web/20160818045301cs_/http://s.huffpost.com/assets/css.php?v=1470760434&amp;f=buttons.css%2Cmost_popular.css%2Ccommercial.css%2Chuff_promo.css%2Csnp_friends.css%2Csnn-header.css%2Chp_modules%2Fmodule.splash_slideshow.css%2Chp_modules%2Fmodule.apps_feeds.css%2Chp_modules%2Fmodule.most_popular_celebrity.css%2Chufflists.css%2Csignup_modal.css%2Cdirect_message.css%2Cbadges_v2.css%2Chp_modules%2Ffacebook.css" type="text/css" media="screen"/><link rel="stylesheet" href="https://web.archive.org/web/20160818045301cs_/http://s.huffpost.com/assets/css.php?v=1470760434&amp;f=user_levels.css%2Ctwitter_splash.css%2Cbing.css%2Cgrouping.css%2Cmodal_window.css%2Chp_modules%2Fmodule.bubble.css%2Cemail_share.css" type="text/css" media="screen"/><link rel="stylesheet" href="https://web.archive.org/web/20160818045301cs_/http://s.huffpost.com/assets/css.php?v=1470760434&amp;f=social-navbar.css%2Chp_modules%2Fmodule.bubble-tags.css%2Chp_modules%2Fmodule.fb_like_button.css%2Csearch_autocomplete.css%2Cap_wires_scroll.css%2Cmod-follow.css%2Clogos.css" type="text/css" media="screen"/><!--esi <esi:choose><esi:when test="$(HTTP_USER_AGENT{'browser'})=='MSIE' & $(HTTP_USER_AGENT{'version'}) matches '^6\.[0-9]+' & !($(HTTP_USER_AGENT) has_i 'Trident')"><link rel="stylesheet" href="http://s.huffpost.com/assets/css.php?v=1470760434&f=ie.css%2Cie6.css%2Cconversations%2Fapp.css" type="text/css" media="screen" /></esi:when></esi:choose> --><!--esi <esi:choose><esi:when test="$(HTTP_USER_AGENT{'browser'})=='MSIE' & $(HTTP_USER_AGENT{'version'}) matches '^7\.[0-9]+' & !($(HTTP_USER_AGENT) has_i 'Trident')"><link rel="stylesheet" href="http://s.huffpost.com/assets/css.php?v=1470760434&f=ie.css%2Cie7.css%2Cconversations%2Fapp.css%2Cconversations%2Fie.css" type="text/css" media="screen" /></esi:when></esi:choose> --><!--esi <esi:choose><esi:when test="$(HTTP_USER_AGENT) has_i 'Trident/4.0'"><link rel="stylesheet" href="http://s.huffpost.com/assets/css.php?v=1470760434&f=ie.css%2Cie8.css%2Cconversations%2Fapp.css%2Cconversations%2Fie.css" type="text/css" media="screen" /></esi:when></esi:choose> --><!--esi <esi:choose><esi:when test="$(HTTP_USER_AGENT) has_i 'Trident/5.0'"><link rel="stylesheet" href="http://s.huffpost.com/assets/css.php?v=1470760434&f=ie9.css" type="text/css" media="screen" /></esi:when></esi:choose> --><!--esi <esi:choose><esi:when test="$(HTTP_USER_AGENT{'browser'})=='MSIE' & $(HTTP_USER_AGENT{'version'}) matches '^7\.[0-9]+' & !($(HTTP_USER_AGENT) has_i 'Trident')"><link rel="stylesheet" href="http://s.huffpost.com/assets/css.php?v=1470760434&f=topnav_new%2Fie7.css" type="text/css" media="screen" /></esi:when></esi:choose> --><!--esi <esi:choose><esi:when test="$(HTTP_USER_AGENT) has_i 'Trident/4.0'"><link rel="stylesheet" href="http://s.huffpost.com/assets/css.php?v=1470760434&f=topnav_new%2Fie8.css" type="text/css" media="screen" /></esi:when></esi:choose> --><!--esi <esi:choose><esi:when test="$(HTTP_USER_AGENT) has_i 'Trident/5.0'"><link rel="stylesheet" href="http://s.huffpost.com/assets/css.php?v=1470760434&f=topnav_new%2Fie9.css" type="text/css" media="screen" /></esi:when></esi:choose> --> <link rel="stylesheet" href="https://web.archive.org/web/20160818045301cs_/http://s.huffpost.com/assets/css.php?v=1470760434&amp;f=korea%2Ffont-css.css" type="text/css" media="screen"/> <!-- RUM header --> <script type="text/javascript">(window.NREUM||(NREUM={})).loader_config={xpid:"Vg4HV1FADAMAUFlSBg=="};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> <script type="text/javascript" src="https://web.archive.org/web/20160818045301js_/http://s.huffpost.com/assets/js.php?v=1470760434&amp;f=yui_sub.js%2Cjquery.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20160818045301js_/http://s.huffpost.com/assets/js.php?v=1470760434&amp;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/20160818045301js_/http://s.huffpost.com/assets/js.php?v=1470760434&amp;f=huff.js%2Chp_config.js%2Cjsonmin.js%2Ccookiesmin.js%2Chp_track.js%2Chp_util.js%2Chp_browser.js%2Cget_font.js%2Cpreload_topnav_font.js%2C_tmp%2Fcommon.js%2C_tmp%2Fclick_tracker.js%2C_tmp%2Fcommon_paginator.js%2C_tmp%2Fhp_ads.js%2C_tmp%2Fquick_login.js%2Cfacebook.js%2Csnproject.js%2Chuff_promo.js%2Chptwitter_anywhere.js%2Ctwitter%2Ffrontpage.js%2Csearch_focus.js%2Csearch_autocomplete.js%2Cmod-follow.js%2Cconversations%2Fbootstrap.js%2Cmodules%2Fconnect_xd.js%2C_front%2Ftopnav_new.js%2Cap_scroll_fastnews.js"></script> <script type="text/javascript">huff.v()</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"> jQuery.getScript('https://web.archive.org/web/20160818045301/http://s.huffpost.com/assets/js.php?v=1470760434&f=flashobjectmin.js%2Cjquery%2Fcolor.jquery.js%2C_tmp%2Ffloating_promt.js%2C_tmp%2Fquick_subscribe_user.js%2C_tmp%2Fquick_fan.js%2Cprovider.js%2Cposts.js%2Cmost_popular.js%2Clazyload-min.js%2Cuser.js%2Csocial_friends.js%2Cuser%2Frecommendations.js%2Csitemode.js%2Csplash_slideshow.js%2Cpopup_manager.js%2Cbadges_v2.js%2Cuser_levels.js%2Csharer.js%2Chuffconnect.js%2Cconnect_overview.js%2Cbing.js%2Chptwitter.js%2Cjquery%2Fui%2Fjquery.ui.core.min.js%2Cjquery%2Fui%2Fjquery.ui.widget.min.js%2Cjquery%2Fui%2Fjquery.ui.position.min.js%2Cjquery%2Fui%2Fjquery.ui.autocomplete.min.js%2Cjquery%2Fjquery.backgroundPosition.js%2Cjquery%2Fjquery.mousewheel-min.js%2C_tmp%2Fevent_module.js%2C_tmp%2Fdoc_status.js%2C_tmp%2Fview_tracker.js%2C_tmp%2Fslider.js%2C_tmp%2Fstructured_image.js%2C_tmp%2Fcurtain.js%2C_tmp%2Fpaginator.js%2C_tmp%2Fon_focus_timer.js%2C_tmp%2Ftwitter_util.js%2C_tmp%2Faol_search.js%2C_tmp%2Felection_widgets.js%2C_tmp%2Fhot_keys.js', function(){ huff.emit('ready'); }); </script> <script type="text/javascript"> // common modules huff.use('conf', 'modal', 'image', 'layout', 'cookies', 'user', 'track', 'common', 'promo'); // front modules huff.use('app-feeds', 'front/balance', 'front/blogroll', 'front/geopromo', 'front/quickread', 'front'); </script> <script type="text/javascript"> HPAds.full_page_config = {"flights":[{"mode":"all_but","name":"devil","spots":["left_lower"]}]}; HPAds.current_platform = "desktop"; </script> <!-- RealMedia Korea START --> <script type="text/javascript"> var realmedia_page_tag = 'a_front'; var korea_realmedia_page_tag_slideshow = realmedia_page_tag.replace(/^a_/, 's_'); </script> <!-- RealMedia Korea END --> <script type="text/javascript"> commercial_video = { "site_and_category":"korea.homepage", "package":"" }; </script><!-- tacProp object and commercial asset inserts--> <script type="text/javascript"> tacProp={vert:"Korea",tags:"kvpagetype=homepage:atf:desktop;kvvert=homepage;"}; 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><!-- end of tacProp object --> <script type="text/javascript"> ClickTracker.vertical_id = 133; ClickTracker.sample = 20; </script> <script type="text/javascript"> HPFB.app_id = "284021941754241"; HPFB.api_key = "284021941754241"; HPFB.app_namespace = "FACEBOOK_APP_NAMESPACE"; HPConfig.hp_static_domain = "s.huffpost.com"; HPConfig.twitter_signature = "@huffpostkorea"; </script> <script type="text/javascript"> // google+ huff.use('google', function(g) { g.init(); }); // load the widgets.js file asynchronously 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/20160818045301/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")); </script> <!-- Google Json Markup start --> <!-- Google Json Markup end --> <!-- Parsely header code start --> <script type="application/ld+json"> { "@context": "https://web.archive.org/web/20160818045301/http://schema.org", "@type": "webpage" } </script><!-- Parsely header code end --> <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> --> </head> <body id="korea" class="loadimages frontpage korea ko_KR"> <div id="view_mobile_banner" style="display: none; min-width: 1000px; width: 100%; height: 105px; background: url(/web/20160818045301im_/http://www.huffingtonpost.kr/images/mobile/view-mobile-bkg.png);background-size: cover; text-align: center;"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/?m=true" style="color: #FFF; font-size: 40px; display: inline-block; padding-top: 18px; text-transform: uppercase; width: 100%; height: 105px;"> <img src="/web/20160818045301im_/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> <div id="ad_top_1x1" class="ad_wrapper"><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 }</style></div><div id="ad_top_1x1" class="ad_wrapper"><style type="text/css"> #snp_friends_module{display: none;} #all_frontpage_widgets #snp_friends_module{display: block !important;} .snp_module_pagination {display: none !important;} </style></div><div id="ad_top_1x1" class="ad_wrapper"><script type="text/javascript"> var __gravity_params_most_popular = { type: "content", site_guid: "72ef14275a4db480ac8010c74ede260c", pl: 27, title: "인기 기사" }; </script> </div><div id="ad_top_1x1" class="ad_wrapper"><style> .korea #the_blogs h2 a, .korea div#center_entries h2 a, .korea div#right_col h2 a, .korea div#right_column h2 a { font-family: "Nanum Gothic","Gulim",sans-serif!important; line-height: 1.5 !important; letter-spacing: -1px !important; } </style></div><div id="ad_top_1x1" class="ad_wrapper"><style type="text/css"> .preview.sgc_promo.top_left_edit_promo.entry_news_type .last .preview_a, .preview.sgc_promo.right_rail_edit_promo.entry_news_type .last .preview_a { display:none; } </style></div><div id="ad_top_1x1" class="ad_wrapper"><style> body#news.hpsn.us_body #threeup_top_wrapper {display: none !important;} </style></div> <div id="fb-root"></div> <!--esi <esi:choose> <esi:when test="$(HTTP_USER_AGENT) has 'MSIE 6'"> <esi:text> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script> <style> .chromeFrameOverlayContent { margin-top:-200px; } </style> <script> // You may want to place these lines inside an onload handler CFInstall.check({ mode: "overlay", destination: "http://www.huffingtonpost.com" }); </script> </esi:text> </esi:when> </esi:choose> --> <div id="_snp_tracking" style="width:0px; height:0px;"></div> <script type="text/javascript"> HPConfig.locale = "ko_KR.utf8"; HPConfig.enable_fb_widgets = 1; HPConfig.current_vertical_name = "korea"; HPConfig.current_vertical_id = 133; HPConfig.current_channel = "kr.hpmg"; HPConfig.current_web_address = "www.huffingtonpost.kr"; HPConfig.current_uri = "/"; HPConfig.inst_type = "prod"; HPConfig.timestamp_for_clearing_js = "0"; 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.display_domain = "i.huffpost.com"; HPConfig.hp_static_domain = "s.huffpost.com"; HPConfig.page_type = "frontpage"; HPConfig.terms_link = "https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr"; HPConfig.privacy_link = "https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr"; HPConfig.huffsite = "www.huffingtonpost.com"; HPConfig.current_time = "18 8월 2016, 13:52"; HPConfig.site='korea';HPAds.doubleclick = "korea.homepage"; //Synchronise the user login status on multi-domain with huffingtonpost.com window.XDAuth && XDAuth.syncLocalWithRemote(); </script> <script> HPFB.init(); TwitterAnywhere.anywhere(); </script> <script type="text/javascript"> HPConfig.fb_recom_version = 1; HPConfig.most_popular_version = 1; </script> <noscript> <h2>모바일 장치를 사용하십니까? 허핑턴포스트 모바일(<a href="https://web.archive.org/web/20160818045301/http://m.huffingtonpost.com/">m.huffingtonpost.com</a>) 페이지로 이동하십시오..</h2> </noscript> <div id="mobile_promo"></div> <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/20160818045301/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":"front","dL_blogID":10,"a_type":"vertical","a_value":"korea","cobrand":"HuffPost"} }; 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 = 'page'; s_265.prop1 = 'front'; s_265.pageName = "" + document.title; s_265.prop12 = "" + document.URL.split('?')[0]; s_265.t(); } s_265_account ="aolkrhuffpo,aolkr"; (function(d){ var s = d.createElement('script'); s.src = "https://web.archive.org/web/20160818045301/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> <div id="wrapper"> <div class="big-news-container relative" id="topnav_big_news_module" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;topnav_big_news_module&quot;,&quot;mlid&quot;:&quot;topnav_bignews&quot;}}"> <div id="big_news_update"> <ul class="big_news_ontop"> <li><a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-business/" class="big_news_item bn_v_korea" onclick="HPTrack.trackPageview('/t/a/topnav_bignews/v2');">경제</a></li><li><a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-society/" class="big_news_item bn_v_korea" onclick="HPTrack.trackPageview('/t/a/topnav_bignews/v2');">사회</a></li><li><a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-movie/" class="big_news_item bn_v_korea" onclick="HPTrack.trackPageview('/t/a/topnav_bignews/v2');">영화·MOVIE</a></li><li><a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-world/" class="big_news_item bn_v_korea" onclick="HPTrack.trackPageview('/t/a/topnav_bignews/v2');">국제</a></li></ul> </div> <div class="more_in_bignews"> <a href="/web/20160818045301/http://www.huffingtonpost.kr/big-news/#korea" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bgNewsMore&quot;}}" onclick="HPTrack.trackPageview('/t/a/topnav_bignews/v2');">더 보기</a> </div> <div class="clear"></div> </div> <div class="hp_auth" id="hp_auth"> <div id="not_logged_user" class="login"> <span class="hidden"><button class="hp_desktop_alerts">Desktop Alerts</button></span> </div> <script type="text/javascript"> HPUtil && HPUtil.updateNavByReferrer(); </script> <div id="wendybird_user" class="absolute display_none"> <ul class="user-nav no-select"> <li class="wendybird_user_data"> <div class="clearfix display_none" id="avatar_logged_in"></div> <div class="arrow-user-active" style="border-top-color: #058b7b;"></div> <ul class="dropdown popup"> <li><a href="/web/20160818045301/http://www.huffingtonpost.kr/social/" class="profile">프로필</a></li> <li><a href="/web/20160818045301/http://www.huffingtonpost.kr/users/preferences/">설정</a></li> <li> <a href="/web/20160818045301/http://www.huffingtonpost.kr/users/logout/?referer=%2F" onclick="QuickLogin.SocialLogout('/users/logout/?referer=%2F'); return false;"> 로그아웃 </a> </li> </ul> </li> </ul> </div> </div> <div class="wrapper_h clearfix"> <div class="modal_inner topnav_margin_btm" id="topnav_margin_btm"></div> <style type="text/css">#topnav_margin_btm { margin:0 !important }</style><div id="ad_leaderboard_flex" class="ad_wrapper_ homepage_modal_inner"> <script type="text/javascript"> if(HPAds.ad_check_page_config('leaderboard_flex')) { var adId = 'null'; var ord = window.ord || Math.floor(Math.random() * 1e16); document.write('<script type="text/javascript" src="https://web.archive.org/web/20160818045301/http://ad.hani.co.kr/RealMedia/ads/adstream_jx.ads/www.huffingtonpost.kr/a_front@Top?"></s'+'cript>');; var debugadcode = ''; document.write(debugadcode); } </script> </div><script type="text/javascript">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 id="wrapper_inner"> <!-- <esi:assign name="is_canada" value="$(HTTP_HOST) has 'huffingtonpost.ca'" /> <esi:choose> <esi:when test="$(GEO{'country_code'}) == 'CA' && $(is_canada) && !$exists($(HTTP_COOKIE{'canada_region_popup_hide'})) "> <esi:assign name="canada_huffpo_regions" value="['AB', 'BC', 'QC' ]" /> <esi:assign name="is_canada_qc" value="$(HTTP_HOST) has 'quebec'" /> <esi:assign name="is_canada_ab" value="$(REQUEST_PATH) has 'alberta'" /> <esi:assign name="is_canada_bc" value="$(REQUEST_PATH) has 'british-columbia'" /> <esi:choose> <esi:when test="$(is_canada_ab) || $(is_canada_bc) || $(is_canada_qc) "> <esi:assign name="is_canada" value="0" /> </esi:when> </esi:choose> <esi:choose> <esi:when test="!(!($(canada_huffpo_regions) has $(GEO{'region_code'})) && $(is_canada) ) "> <esi:choose> <esi:when test="$(GEO{'region_code'}) == 'QC' && $(is_canada_qc) " > <esi:assign name="region_msg"> '''To switch to the main Canada edition, or to make another English-speaking region your default view, please use this menu.''' </esi:assign> </esi:when> <esi:when test="$(GEO{'region_code'}) == 'QC' && $(is_canada) " > <esi:assign name="region_msg"> '''Pour consulter le HuffPost Qu&eacute;bec (en fran&ccedil;ais), s&eacute;lectionnez l&#8217;&eacute;dition dans le menu "R&eacute;gions"''' </esi:assign> </esi:when> <esi:when test="$(GEO{'region_code'}) == 'AB' && $(is_canada_qc) " > <esi:assign name="region_msg"> '''Want to get Alberta news, plus the best of Huffington Post Canada's English edition?<br/>Select "Alberta" to switch to the english edition and localize your front page.''' </esi:assign> </esi:when> <esi:when test="$(GEO{'region_code'}) == 'AB' && $(HTTP_COOKIE{'region_view'})!='CA_AL' " > <esi:assign name="region_msg"> '''Want to get Alberta news, plus the best of Huffington Post Canada?<br/><br/>Select "Alberta" to localize your front page.''' </esi:assign> </esi:when> <esi:when test="$(GEO{'region_code'}) == 'BC' && $(is_canada_qc) " > <esi:assign name="region_msg"> '''Want to get BC news, plus the best of Huffington Post Canada's English edition?<br/>Select "British Columbia" to switch to the english edition and localize your front page.''' </esi:assign> </esi:when> <esi:when test="$(GEO{'region_code'}) == 'BC' && $(HTTP_COOKIE{'region_view'})!='CA_BC' " > <esi:assign name="region_msg"> '''Want to get BC news, plus the best of Huffington Post Canada?<br/>Select "British Columbia" to localize your front page.''' </esi:assign> </esi:when> <esi:when test="$(is_canada_qc) " > <esi:assign name="region_msg"> '''Want to view Huffington Post Canada's English edition?<br/><br/>Select "All Canada" from the region menu.''' </esi:assign> </esi:when> </esi:choose> <esi:choose> <esi:when test="$exists($(region_msg)) "> --> <!--esi <style type="text/css"> div.speech { Font: 12px/14px Arial; float:left; position: absolute; width: 300px; height: 70px; text-align: left; background-color: #303030; color: #fff; border: 5px solid #303030; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; z-index:2; } div.speechcontent { padding-left:10px; padding-top:6px; } div.speechclose { float:right; width: 12px; height: 12px; background: url('/images/white_close.png') no-repeat; cursor: pointer; opacity:0.5; } div.speech:before { content: ' '; position: absolute; width: 0; height: 0; left: 150px; top: 70px; border: 15px solid; border-color: #303030 transparent transparent transparent; } </style> <div id="speech_popup" class="speech"> <div class="speechclose"></div> <div class="speechcontent"> $(region_msg) </div> </div> <script src="/include/lib/jquery/jquery.cookie.js"></script> <script> jQuery(".speechclose").click(function () { jQuery.cookie("canada_region_popup_hide","hide",{expires:999}); jQuery(".speech").remove(); }); var count; if (jQuery.cookie("canada_region_popup_count")) { count = parseInt(jQuery.cookie("canada_region_popup_count")) + 1; } else { count = 1; } jQuery.cookie("canada_region_popup_count",count, {expires:999}); if (parseInt(count) >= 20) { jQuery.cookie("canada_region_popup_hide","hide",{expires:999}); } </script> --> <!-- </esi:when> </esi:choose> </esi:when> </esi:choose> </esi:when> </esi:choose> --> <div id="masthead"> <div id="mast_date" class="data center georgia_12 margin_top_7 color_747474"> 2016년 08월 18일 </div> <div id="logo" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;logo&quot;,&quot;mlid&quot;:&quot;masthead&quot;}}" class="logo_korea center"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/"> <h1> <img src="https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/images/v/logos/v4/korea.gif?40" alt="허핑턴포스트" border="0"/> </h1> <img src="https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/images/v/logos/geo/korea.gif?v1" class="tagline-logo" alt="Korea"/><div class="padding_5"></div> </a> </div> <div id="masthead_sub"> <div class="clearfix margin_5_0 social_search_mod "> <div class="float_left margin_bottom_10 width_ad"><div class="float_right"></div></div> <div class="clear"></div> <div class="float_left"> <div id="edition_nav" class="arial_11 float_left relative edition_nav"> <div class="edition">에디션: <strong>KR</strong> <span class="arrow-down"></span></div> <ul class="absolute edition_nav_list"> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/?country=AR"> <span>AR</span> عربي (Arabic) </a> </li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/?country=AU"> <span>AU</span> Australia </a> </li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/?country=BR"> <span>BR</span> Brasil </a> </li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/?country=CA"> <span>CA</span> Canada </a> </li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/?country=DE"> <span>DE</span> Deutschland </a> </li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/?country=ES"> <span>ES</span> Espa&ntilde;a </a> </li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/?country=FR"> <span>FR</span> France </a> </li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/?country=GR"> <span>GR</span> Ελλάδα (Greece) </a> </li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/?country=IN"> <span>IN</span> India </a> </li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/?country=IT"> <span>IT</span> Italia </a> </li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/?country=JP"> <span>JP</span> &#26085;&#26412; (Japan) </a> </li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/?country=KR"> <span>KR</span> &#54620;&#44397; (Korea) </a> </li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/?country=MG"> <span>MG</span> Maghreb </a> </li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/?country=UK"> <span>UK</span> United Kingdom </a> </li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/?country=US"> <span>US</span> United States </a> </li> </ul> </div> </div> <script type="text/javascript"> (function($) { $('#edition_nav, #region_nav') .click(function(){ $(this).toggleClass('edition_nav_selected'); }) .mouseleave(function(){ var e = $(this), t = e.data('timer'); t && clearTimeout(t); t = setTimeout(function(){ e.hasClass('edition_nav_selected') && e.removeClass('edition_nav_selected') }, 1000); e.data('timer', t); }) .mouseenter(function(){ var t = $(this).data('timer'); t && clearTimeout(t); }); })(jQuery); </script> <div class="float_right social_list"> <div class="fb-like" data-href="http://www.facebook.com/HuffPostKorea" data-send="false" data-layout="button_count" data-width="142" data-show-faces="false" data-colorscheme="light" data-font="trebuchet ms" data-action="like" ref="" style="width: 142px" hp_track="Vertical Page"></div><script type="text/javascript"> jQuery('#fb_like_vertical').mouseenter(function() { var html = "<div id=\"fb-tooltip\" class=\"fb-tooltip-main\"><div class=\"fb-tooltip-wrapper\"><span>Facebook에서 허핑턴포스트 팔로우</span><br/>다음에서 업데이트 받기 HuffPost Korea 뉴스 피드로 바로 게시됨<div class=\"corner\"><div class=\"first\"></div><div class=\"second\"></div></div></div></div>"; var coords = [-5, -78]; if( HPConfig.current_vertical_name == 'homepage' ) { coords = [-5, -70]; } else if( HPConfig.current_vertical_name == 'mapquest' ) { coords = [-5, -68]; } FloatingPrompt.embed(this, html, undefined, 'top', {fp_intersects:1, timeout_remove:2000,ignore_arrow: true, width:236, add_xy:coords, class_name: 'clear-overlay'}); }); </script> <span data-placement="Header/Korea"> <a href="https://web.archive.org/web/20160818045301/https://twitter.com/HuffPostKorea" class="twitter-follow-button" data-show-screen-name="false" data-show-count="false" data-lang="ko" data-width="70px">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/20160818045301/http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </span> </div> </div> <script type="text/javascript"> HPUtil.initUserNavStatus(false); </script> <!-- Top nav --> <div id="top_nav" class="top_nav_menu"> <div id="topnav_top" class="topnav_first_row relative clearfix" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;topnav_first_row&quot;,&quot;mlid&quot;:&quot;topnav&quot;}}"> <script type="text/javascript"> huff.emit('topnav/load-start', document.getElementById('topnav_top')); </script> <ul class="jd_menu jd_menu_slate star_for_local"> <li class="n_home first" id="li_homepage" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;homepage&quot;}}"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/" title="Home">프론트 페이지</a> </li> <li class="n_korea- n_empty" id="li_korea-" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;korea-&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/politics">정치</a> </div> </li> <li class="n_korea- n_empty" id="li_korea-" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;korea-&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/society">사회</a> </div> </li> <li class="n_korea- n_empty" id="li_korea-" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;korea-&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/business">경제</a> </div> </li> <li class="n_korea- n_empty" id="li_korea-" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;korea-&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/world">국제</a> </div> </li> <li class="n_korea-it n_empty" id="li_korea-it" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;korea-it&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/tech">IT·과학</a> </div> </li> <li class="n_korea- n_empty" id="li_korea-" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;korea-&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/lifestyle">라이프스타일</a> </div> </li> <li class="n_korea- n_empty" id="li_korea-" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;korea-&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/entertainment">문화</a> </div> </li> <li class="n_korea- n_empty" id="li_korea-" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;korea-&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/sports">스포츠</a> </div> </li> <li class="n_korea- n_empty" id="li_korea-" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;korea-&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/comedy">코미디</a> </div> </li> <li class="n_korea- n_empty" id="li_korea-" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;korea-&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/travel">여행</a> </div> </li> <li class="n_korea- n_empty" id="li_korea-" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;korea-&quot;}}"> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/the-blog/">블로그</a> </div> </li> </ul> </div> <div class="new-topnav_second_row clearfix" id="topnav_top_row" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;topnav_subnav&quot;,&quot;mlid&quot;:&quot;topnav&quot;}}"> <div class="featured"> <ul> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/huffbooks" class="modal_inner ftd_korea">허프북스</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/green-light" class="modal_inner ftd_korea">청신호</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/sewol-ferry" class="modal_inner ftd_korea">세월호</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/gay-voice" class="modal_inner ftd_korea">Gay Voices</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/women" class="modal_inner ftd_korea">여성</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/young-voice" class="modal_inner ftd_korea">Young Voices</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/green" class="modal_inner ftd_korea">환경</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/animal" class="modal_inner ftd_korea">동물</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/north-korea" class="modal_inner ftd_korea">북한</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/media" class="modal_inner ftd_korea">미디어</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/religion" class="modal_inner ftd_korea">종교</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/sex" class="modal_inner ftd_korea">섹스</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/movie" class="modal_inner ftd_korea">영화</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/style" class="modal_inner ftd_korea">스타일</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/kr-art/" class="modal_inner ftd_korea">아트</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/good-news" class="modal_inner ftd_korea">굿 뉴스</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/weird-news" class="modal_inner ftd_korea">이상한 뉴스</a></li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/news/interview" class="modal_inner ftd_korea">허핑턴 인터뷰</a></li> </ul> </div> </div> <script type="text/javascript"> huff.emit('topnav/loaded', document.getElementById('topnav_top')); </script> </div> <!-- /Top nav --> <div id="updated_and_search" class="clearfix white_bg" data-beacon="{&quot;p&quot;:{&quot;mlid&quot;:&quot;wires_and_alert_signup&quot;}}"> <div class="left" style="margin:0 auto;float:none;"> <div id="ap_wire_container"> </div> <script type="text/javascript"> if ($('ap_array_size')) { var ap_wires_unit = new CommonPaginator({'moduleName': 'ap_wires', 'maxPage': $('ap_array_size').innerHTML, 'is_update_current_page': false, 'is_circle': true, 'is_whole_circle': true}); } </script> </div> </div> </div> </div> <!-- AVATAR LOADER --> <script type="text/javascript"> HuffPoUtil.AvatarLoader.loadAvatar('https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr'); </script> <div class="clear"></div><div id="curtain_wrapper"><div id="curtainunit"></div></div> <div class="clear"></div> <!-- Placeholder for promo on front pages --> <div id="huff_promo_space"></div> <a name="slide_image_frontpage"></a> <!-- In scroll_vertical_top.html --> <div id="top_wrapper" class="layout_1 clearfix" data-beacon="{&quot;p&quot;:{&quot;mlid&quot;:&quot;splash&quot;}}"> <!-- CURRENT LAYOUT 1 --> <!-- BEGIN_CONDITIONAL top_wrapper CONTENT --> <div id="featured_content" class="splashed grid_block"> <!-- BEGIN featured_content CONTENT --> <!-- Splash-takeover Ad here --> <div id="splash_takeover_wrapper" style="margin:0; display: none;"></div> <div id="top_featured_news" class="grid full flush_top"> <!-- Entry Blog 2 --> <div id="entry_11577202" onmouseover="TrackingData.entry_11577202={id:11577202,blog_id:2,rank:1,zone:1,vertical:133,ab_headline:'a'};" class="entry centered_entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11577202,&quot;mpid&quot;:1}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577202.html?utm_hp_ref=korea"> <div id="splash_block" style="width: 918px; margin: auto; "> <h2> <span style="font-size: 65px;"> <a data-beacon="{" p":{"mnid":"newsa", "plid":"11577202", "mpid":"1", "ln_id":"hdln"}}" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577202.html?utm_hp_ref=korea" style="font-size: 65px; color: #000 !important; font-family: 'Nanum Gothic',Gulim,sans-serif !important;letter-spacing:-3px; line-height: 1.2;">이것이 금메달의 표정이다 </a> </span> </h2> <div id="splash_hdr_spacer" class="splash_hdr_spacer"></div> <div style="text-align:center"> <div id="headline_image_container" class="relative"> <a data-beacon="{" p":{"mnid":"newsa", "plid":"11577202", "mpid":"2", "ln_id":"img"}}" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577202.html?utm_hp_ref=korea" id="entry_id_11577202"> <img id="headline_image" class="quickread_link" width="900" height="370" src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4612232/images/r-KIM-SO-HUI-huge.jpg"/> </a> </div> </div> <span id="sub_headline_preview" style="word-wrap: break-word;"> <span style="font-size: 27px;"> <a data-beacon="{" p":{"mnid":"newsa", "plid":"11577202", "mpid":"3", "ln_id":"hdln"}}" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577202.html ?utm_hp_ref=korea" style="font-size: 27px; color: #000000 !important; font-family: 'Nanum Gothic',Gulim,sans-serif !important;letter-spacing:-3px; line-height: 1.2;">김소희, 태권도 여자 49kg급 금메달... 김태훈, 남자 58kg급 동메달 획득</a> </span> </span> </div> <div id="twitter_splash" class="hidden"> </div> <div id="splash_hdr_spacer" class="splash_hdr_spacer"></div> </a></h2> <ul class="meta_links"> <li> <div id="webslice_icon_home" class="webslice_icons" style="display:none"> <span id="home_slice" class="hslice" style="display:none;"> <span style="display:none" class="entry-title">Home</span> <a rel="entry-content" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/webslices/?v=home" style="display:none;"></a> <span style="display:none;"> <span class="ttl">10</span>분마다 업데이트 </span> </span> <a href="#" onclick="javascript:window.external.AddToFavoritesBar('https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/webslices/?v=home#home_slice', 'Home', 'slice');"> <img src="https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/images/webslice12x12.png" width="12" height="12" alt="IE8 Web Slice"/> </a> </div> </li> <li class="hidden" id="read_post_11577202">http://www.huffingtonpost.kr/2016/08/18/story_n_11577202.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577202.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11577202"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-sports/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">스포츠 </a> </li> </ul> </div> </div> <!-- END featured_content CONTENT --> </div> <!-- END_CONDITIONAL top_wrapper CONTENT --> </div> <!-- End scroll_vertical_top.html --> <script type="text/javascript">huff.emit('content/update', '#top_wrapper');</script> <div class="top_rule clear" id="after_featured_content"></div> <div class="grid_block left"> <div id="the_blogs" class="grid last third col full_border" data-beacon="{&quot;p&quot;:{&quot;mlid&quot;:&quot;col1&quot;}}"> <!-- The Blogs --> <div class="margin_10_0 center"><script type="text/javascript"> HPUtil.trackerImg('https://web.archive.org/web/20160818045301/http://ad.hani.co.kr/RealMedia/ads/adstream_sx.ads/www.huffingtonpost.kr/native_ad@Position1', document.body); </script> <div class="preview sgc_promo top_left_edit_promo entry_news_type" style=""> <div class="feature_title_wrap feature_title_bg"> <div class="commercial_title"> PRESENTED BY 한샘 </div> </div> <ul id="carousel_147148184683a3fdad45" class="carousel" style="width:300px;"> <li class="unbordered" style="display:inline-block;"> <div class="preview_entry preview_no_border" id="entry_11444464"> <div class="preview_clear"></div> <div class="preview_image_wrapper"> <a href="https://web.archive.org/web/20160818045301/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?redirect=http://www.huffingtonpost.kr/2016/08/18/story_n_11444464.html" class="preview_a"> <img width="282" height="206" alt="" src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4609006/images/s-BLUEROOMPS-large300.jpg"/> </a> </div> <span class="preview_h4"><a href="https://web.archive.org/web/20160818045301/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?redirect=http://www.huffingtonpost.kr/2016/08/18/story_n_11444464.html" class="preview_a">당장 결혼하고 싶어지는 신혼집 꾸미는 방법 7</a></span> <ul class="preview_meta_links"> <li class="first"><a class="preview_a" onclick="return QV.pop(this);" href="https://web.archive.org/web/20160818045301/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?redirect=http://www.huffingtonpost.kr/2016/08/18/story_n_11444464.html">빠른 읽기</a> |</li> <li><a class="preview_a" href="https://web.archive.org/web/20160818045301/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?redirect=http://www.huffingtonpost.kr/2016/08/18/story_n_11444464.html#comments">댓글</a> |</li> <li class="last"><span class="preview_a">2016년 08월 18일</span></li> </ul> </div> </li> </ul> <div style="clear:both"></div> </div> <script type="text/javascript"> jQuery('#carousel_147148184683a3fdad45').children('li').css('float', 'left').each(function(i){ jQuery(this).addClass('jcarousel-item-'+(i+1)); }); if(false) { // working out wrong on ajax update of 'featured blogs' column if(jQuery.browser.webkit) { setTimeout(function(){ jQuery('#carousel_147148184683a3fdad45').animate({ height: jQuery('#carousel_147148184683a3fdad45 .jcarousel-item-1').outerHeight(true) }); },1000); } else { jQuery('#carousel_147148184683a3fdad45').animate({ height: jQuery('#carousel_147148184683a3fdad45 .jcarousel-item-1').outerHeight(true) }); } } jQuery('#jcarousel-next-horizontal_147148184683a3fdad45').live('click', function(){ var slide = parseInt(jQuery('#slide_147148184683a3fdad45').html()); if(++slide > 1) slide = 1; jQuery('#slide_147148184683a3fdad45').html(slide); if(jQuery('#carousel_147148184683a3fdad45').outerHeight(true) < jQuery('#carousel_147148184683a3fdad45 .jcarousel-item-' + slide).outerHeight(true)) jQuery('#carousel_147148184683a3fdad45').animate({ height: jQuery('#carousel_147148184683a3fdad45 .jcarousel-item-' + slide).outerHeight(true) }); jQuery('#carousel_147148184683a3fdad45').animate({ marginLeft: 0-300 }, 300, function(){ var a = jQuery(this).children('li:first').detach(); jQuery(this).css({ marginLeft: 0 }).append(a); }); jQuery('#carousel_147148184683a3fdad45').animate({ height: jQuery('#carousel_147148184683a3fdad45 .jcarousel-item-' + slide).outerHeight(true) }); }); jQuery('#jcarousel-prev-horizontal_147148184683a3fdad45').live('click', function(){ var slide = parseInt(jQuery('#slide_147148184683a3fdad45').html()); if(--slide < 1) slide = 1; jQuery('#slide_147148184683a3fdad45').html(slide); if(jQuery('#carousel_147148184683a3fdad45').outerHeight(true) < jQuery('#carousel_147148184683a3fdad45 .jcarousel-item-' + slide).outerHeight(true)) jQuery('#carousel_147148184683a3fdad45').animate({ height: jQuery('#carousel_147148184683a3fdad45 .jcarousel-item-' + slide).outerHeight(true) }); var a = jQuery('#carousel_147148184683a3fdad45').children('li:last').detach(); jQuery('#carousel_147148184683a3fdad45').css({ marginLeft: 0-300 }).prepend(a).animate({ marginLeft: 0 }, 300); jQuery('#carousel_147148184683a3fdad45').animate({ height: jQuery('#carousel_147148184683a3fdad45 .jcarousel-item-' + slide).outerHeight(true) }); }); </script> <script type="text/javascript"> </script> </div> <h3 class="featured-blog-header uppercase">TOP POST 추천 블로그</h3> <div class="clear"></div> <div class="highlights" id="highlights"> </div> <!-- In scroll_vertical_featured_posts.html --> <div id="top_featured_post"> <!-- BEGIN top_featured_post CONTENT --> <div id="top_blog" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;topBlog&quot;,&quot;plid&quot;:11578212,&quot;mpid&quot;:1}}"> <div class="entry no_border" id="blog_11578212"> <div class="top_blog"> <div class="author_bottom_desc"> <div class="first_blog_headshot"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jiwoong-huh"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/jiwoong-huh/headshot.jpg);"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jiwoong-huh/">허지웅</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">영화평론가</p> </div> </div> </div> <div class="clear"></div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jiwoong-huh/story_b_11578212.html?utm_hp_ref=korea" style="line-height: 18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">'좋은 어른'은 불가능한 꿈일까</a></h2> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left;"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jiwoong-huh/story_b_11578212.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4612376/images/n-1-medium.jpg" alt="1"/> </a> <span class="absolute image-credit arial_11">허지웅</span> </div> <p>내게는 문신이 있다. 적지 않은 사람들이 오른쪽 팔에 쓰인 글귀가 무슨 뜻인지 물어왔고 나는 그때마다 비밀이라고 말했다. 실은 '현실주의자가 되자, 하지만 가슴속에는 불가능한 꿈을 간직하자' 라고 쓰여 있다. 이 생각은 내게 참 소중했다. 내가 만난 많은 어른들은 정확히 그와 반대로 행동했기 때문이다. 그들은 겉으로 몽상가처럼 세상에 관한 따뜻하고 근사한 말을 늘어놓되 정작 중요한 순간에는 단 한치의 손해도 용납할 수 없다는 뜨거움으로 그를 믿어왔던 주변의 많은 이들을 집어삼켰다.</p> </div> </div> </div> <!-- top_blog --> <!-- END top_featured_post CONTENT --> </div><!-- top_featured_post --> <style>#ad_left_lower {border-top: 3px solid #DDDDDD; padding-top: 12px !important;}</style><div id="ad_left_lower" class="ad_wrapper_top"> <script type="text/javascript"> if(HPAds.ad_check_page_config('left_lower')) { var adId = 'null'; var ord = window.ord || Math.floor(Math.random() * 1e16); document.write('<script type="text/javascript" src="https://web.archive.org/web/20160818045301/http://ad.hani.co.kr/RealMedia/ads/adstream_jx.ads/www.huffingtonpost.kr/a_front@Left1?"></s'+'cript>');; var debugadcode = ''; document.write(debugadcode); } </script> </div> <div class="clear"></div> <div id="featured_posts_long" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;featBlg&quot;}}"> <div id="featured_upper"> <div id="hp_featured_posts_main"> <div id="hp_featured_posts_all_pages"> <!-- BEGIN hp_featured_posts_all_pages CONTENT --> <div id="hp_featured_posts_page_1"> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11577326" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11577326,&quot;mpid&quot;:2}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jieun-jung/story_b_11577326.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">그래, 나 빠순이다!</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jieun-jung/story_b_11577326.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4612192/images/n-1-medium.jpg" alt="1"/> </a> <span class="absolute image-credit arial_11">facebook.com/BIGBANG</span> </div> <p>여성 수용자에 의해 흥행에 성공한 대중문화는 여성팬과 함께 폄하된다. 팬덤 자체에 의미를 부여하는 것은 바라지도 않되, '팬질'에 대한 인정을 원하는 것은 과도한 요구일까? 최소한 '팬질'을 할 때 '일코'를 하지 않아도 되는 정도의 인정만으로도 충분하다. 팬덤이 엔터테인먼트 산업을 움직이는 '큰손'임에도 소비자로서의 대우는커녕 '지갑' 취급을 받는 상황에서 이들은 어떻게 사회적 인정을 획득할 수 있을까?</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jieun-jung"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/jieun-jung/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jieun-jung/">정지은</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">문화평론가</p> </div> </div> </div> </div> <div id="all_sponsored_posts_page_1_wrapper"> <div id="all_sponsored_posts"> <script type="text/javascript"> var blog_column_edit_promo_position = 1; </script> </div> </div> <div id="ad_deal_lower_left_wrapper"> </div> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11385112" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11385112,&quot;mpid&quot;:3}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/nakyeong-lee/story_b_11385112.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">딥클렌징 마스크 제대로 활용하는 5단계 사용법</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/nakyeong-lee/story_b_11385112.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4609600/images/n-1-medium.jpg" alt="1"/> </a> <span class="absolute image-credit arial_11">Gettyimage/이매진스</span> </div> <p>"팩을 하다가 깜빡 잠이 들었지 뭐예요" 우습게 들리겠지만 팩을 하면서 제일 많이 저지르는 실수 중 하나이다. 팩이 마르는 동안 침대에 누워 잠시 쉴 계획이라면 핸드폰으로 알람설정을 하도록 한다. 딥클렌징 마스크를 바르고 도대체 얼마나 기다려야 하는가를 궁금해 하는 사람들이 많다. 그도 그럴 것이 어떤 제품은 10분 안에 바짝! 마르고 어떤 마스크는 20분이 지나도 도대체 마를 기미가 안 보일 정도로 촉촉하기 때문이다.</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/nakyeong-lee"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/nakyeong-lee/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/nakyeong-lee/">이나경</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">화장품 칼럼니스트, &lt;화장품에 대한 50가지 거짓말&gt; 저자</p> </div> </div> </div> </div> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11576902" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11576902,&quot;mpid&quot;:4}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jongyup-kim/story_b_11576902.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">학생부의 배신이 지속되는 이유</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jongyup-kim/story_b_11576902.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4612068/images/n-1-medium.jpg" alt="1"/> </a> <span class="absolute image-credit arial_11">연합뉴스</span> </div> <p>왜 그런 것일까? 내가 보기에 그 이유는 우리 사회에서 입시제도에 영향력이 큰 집단들이 나름의 이유로 수시전형에 찬성하고 있기 때문이다. 우선 대학이 이 제도를 좋아하는데, 그 이유는 입시에서 막대한 재량권 행사와 불투명성이 허용되기 때문이다. 몇 년 전 고려대는 고교등급제를 실행한 것이 들켜 홍역을 치렀다. 하지만 지금은 '사실상' 고교등급제를 실시한다고 해도 그 모든 과정이 학생부 위주 전형 안에 녹아든 재량 속에서 은폐되어 버린다. 교사들도 학생부 위주 전형이 마음에 든다.</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jongyup-kim"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/jongyup-kim/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jongyup-kim/">김종엽</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">사회학자, 한신대 사회학과 재직</p> </div> </div> </div> </div> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11559692" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11559692,&quot;mpid&quot;:5}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jungwook-lim/story_b_11559692.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">한국에서 혁신 스타트업이 나오기 어려운 이유</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jungwook-lim/story_b_11559692.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4609140/images/n-1-medium.jpg" alt="1"/> </a> <span class="absolute image-credit arial_11">KMC</span> </div> <p>앞으로 각종 생체정보를 이용해서 본인인증을 하는 것도 가능해질 텐데 우리나라는 온라인에서 천년만년 휴대폰만을 이용해서 본인임을 증명해야 하는가? 민간기업이 알아서 하면 안되나? 문제가 생기면 그 기업이 끝까지 책임지고 고객에게 보상하도록 하면 안되나. 휴대폰이 없는 사람은 사람도 아닌가? 자기 명의의 휴대폰이 없는 사람은 온라인에서 어떻게 본인임을 증명하라는 것인가. 외국에 살고 있는 한국인은 아예 고국의 온라인 서비스는 절대 쓰지 말라는 것인가? 이런 식으로 하는데 어떻게 글로벌서비스를 만들겠는가.</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jungwook-lim"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/jungwook-lim/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jungwook-lim/">임정욱</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">스타트업 얼라이언스 센터장</p> </div> </div> </div> </div> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11558810" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11558810,&quot;mpid&quot;:6}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/changkeum-kim/story_b_11558810.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">중요한 건 메달이 아니다</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/changkeum-kim/story_b_11558810.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4608844/images/n-1-medium.jpg" alt="1"/> </a> <span class="absolute image-credit arial_11">연합뉴스</span> </div> <p>올림픽 레슬링 규정에는 코치진은 선수의 부상 등 특별한 사정이 아니면 매트 위로 올라올 수 없도록 돼 있다. 안한봉 감독과 코치는 이런 규칙에 아랑곳 않고 매트로 올라왔고, 특히 안 감독은 심판진 앞에서 무릎을 꿇고 억울하다며 눈물까지 흘렸다. 그러나 애원하고 떼쓰는 듯한 이런 항의는 국제 무대에서 통할 수 없다. 류태호 고려대 교수는 "기술적인 부분에서 그것이 4점인지 2점인지 논란이 있을 수 있다. 하지만 항의할 때도 격을 갖춰야 한다. 심판진 앞에서 무릎을 꿇는 모습은 보기에도 민망했다"고 밝혔다.</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/changkeum-kim"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/changkeum-kim/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/changkeum-kim/">김창금</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">스포츠 칼럼니스트, 한겨레 기자</p> </div> </div> </div> </div> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11556382" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11556382,&quot;mpid&quot;:7}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/dohoon-kim/story_b_11556382.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">송로버섯은 죄가 없다</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/dohoon-kim/story_b_11556382.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4605652/images/n-TRUFFLE-medium.jpg" alt="Truffle"/> </a> <span class="absolute image-credit arial_11">Herwig Prammer / Reuters</span> </div> <p>청와대가 오찬 자리에 송로버섯을 올린 것은 호사였다. 어쩌면 그것은 보기에 따라 지나친 호사였을지도 모른다. 송로버섯이 호사라면 샥스핀은 비윤리다. 지구상의 어떠한 이성적인 국가 정상도 공식 식탁에 샥스핀을 올리지는 않는다. 항상 말하지만 지금은 2016년이고, 식탁 위의 윤리는 매우 중요한 윤리 중 하나가 된 지 오래다. 중국은 샥스핀을 열심히 먹지 않냐고? 바로 그게 문제다. 그게 상어를 멸종시키고 있다. 그리고 중국이 식욕에 도취되어 가만히 앉아 있는 것도 아니다. 시진핑 주석은 이미 샥스핀을 공식 연회에서 금지시켰다.</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/dohoon-kim"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/dohoon-kim/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/dohoon-kim/">김도훈</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">허핑턴포스트코리아 편집장</p> </div> </div> </div> </div> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11558876" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11558876,&quot;mpid&quot;:8}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/michael-moore/story_b_11558876.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">트럼프가 선거운동을 사보타주하는 이유는 애초에 대통령이 될 생각이 없었기 때문이다</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/michael-moore/story_b_11558876.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4608932/images/n-TRUMP-medium.jpg" alt="Trump"/> </a> <span class="absolute image-credit arial_11">ERIC THAYER / Reuters</span> </div> <p>그가 마침내 깨달은 순간을 볼 수 있다. "이런 젠장!"하는 깨달음이었다. "나는 정말로 공화당 후보가 되겠구나. 부유한 나의 아름다운 삶은 끝장이야!" 그건 뉴 저지 경선에서 승리를 거두었던 밤이었다. 헤드라인은 '뉴 저지 승리 뒤 도널드 트럼프의 가라앉은 승리 연설'이었다. 그는 늘 하던 요란하고 자신만만한 연설 대신 순전히 우울한 연설을 했다. 에너지도 행복도 없었다. 그는 자신이 이목을 끌기 위해 시작한 이 짓을 끝까지 계속해야 한다는 걸 깨달은 것이다. 이젠 더 이상 연기가 아닐 것이다. 그는 일하러 가야 하게 되었다.</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/michael-moore"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/michael-moore/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/michael-moore/">Michael Moore</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">마이클 무어 · 영화감독</p> </div> </div> </div> </div> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11557592" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11557592,&quot;mpid&quot;:9}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/amnesty-korea/story_b_11557592.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">휴대용 배터리 속에 숨겨진 아동노동</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/amnesty-korea/story_b_11557592.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4608750/images/n-1-medium.jpg" alt="1"/> </a> <span class="absolute image-credit arial_11">Amnesty International and Afrewatch</span> </div> <p>애플, 삼성, 소니, 폭스바겐 등 세계적인 기업에서 만드는 휴대용 배터리의 원재료인 코발트가 아동노동 착취로 채굴되고 있다는 사실을 알고 있는가? 수백만 명이 최신기술의 혜택을 누리고 있지만, 그 제조과정을 궁금해하는 사람은 극히 드물다. 국제앰네스티와 아프리워치는 7세의 어린아이부터 성인까지 위험한 환경에서 노동하고 있는 광산에서부터 기업에 유통되기까지의 과정을 추적해 보았다.</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/amnesty-korea"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/amnesty-korea/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/amnesty-korea/">국제앰네스티 한국지부</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">모든 사람이 차별 없이 인권을 누릴 수 있는 세상을 위해 행동하는 국제인권단체입니다</p> </div> </div> </div> </div> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11556066" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11556066,&quot;mpid&quot;:10}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/sukchun-kwon/story_b_11556066.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">"우린 소모품이 아니라 사람이다"</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/sukchun-kwon/story_b_11556066.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4608480/images/n-1-medium.jpg" alt="1"/> </a> <span class="absolute image-credit arial_11">연합뉴스</span> </div> <p>"기자님들 오시게 하려고 머리 밀었어요. 창피한 것보다 진실이 중요하잖아요. 4년 전 면접할 때 본부장이 제게 묻더군요. 불의를 보고 참을 수 있느냐고. 그땐 참을 수 있다고 했지만 도저히 참을 수가 없었어요. 성추행·성희롱은 관리자 한두 사람의 문제가 아니에요. 그런 일로 잘리면 다른 사람이 와서 또 그러고...."</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/sukchun-kwon"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/sukchun-kwon/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/sukchun-kwon/">권석천</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">중앙일보 논설위원</p> </div> </div> </div> </div> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11560794" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11560794,&quot;mpid&quot;:11}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/seungho-baek/story_b_11560794.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">우리에겐 여전히 '역차별'이 필요하다</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/seungho-baek/story_b_11560794.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/2438886/images/n-GENDER-medium.jpg" alt="Gender"/> </a> <span class="absolute image-credit arial_11">shutterstock</span> </div> <p>엄밀히 말하면 역차별이라는 것도 사실 근시안적인 관점에서나 가능한 이야기다. 사회적 자원을 과점하는 집단이 그 과점을 통해 더 나은 결과를 얻었다면 그 결과만 가지고 능력을 평가를 하는 게 과연 정당한가. 역차별이라는 이야기는 특정 집단에 의한 사회적 자원의 과점이 어느 정도 해소된 상태에서야 비로소 나올 수 있는 이야기다. 그래서 지금 우리 사회에서 논의되는 많은 차별시정조치들은 '역차별'이라고 부를 것이 아니라 차별을 개선하기 위한 '잠정적인 조치'라고 불러야 함이 마땅하다.</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/seungho-baek"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/seungho-baek/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/seungho-baek/">백승호</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">백스프, 음반기획사 '퀴들사운드' 대표</p> </div> </div> </div> </div> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11556988" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11556988,&quot;mpid&quot;:12}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/aftertherain/story_b_11556988.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">채식만으로 건강하게 살 수 있을까?</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/aftertherain/story_b_11556988.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4608662/images/n-VEGETABLE-medium.jpg" alt="Vegetable"/> </a> <span class="absolute image-credit arial_11">shutterstock</span> </div> <p>만약 영혜가 아이를 낳았다면, 아이에게도 채식주의를 강요했을까? 이탈리아에서 미성년자인 자녀에게 채식을 강요하면 처벌받을 수 있다. 이탈리아의 엘비라 새비노 의원이 16세 이하 자녀에게 채식을 강요하는 부모를 징역에 처하게 하는 법안을 제출했다고 한다. 한창 자라나는 아이들에게 채식은 필수 영양요소를 갖지 못할 위험이 크기 때문이다. 채식만으로 영양적으로 건강하게 살 수 있을까? 채식주의의 허와 실을 짚어보자.</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/aftertherain"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/aftertherain/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/aftertherain/">비온뒤</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">의학전문채널</p> </div> </div> </div> </div> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11561096" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11561096,&quot;mpid&quot;:13}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/myungbok-bae/story_b_11561096.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">우리시대의 반지성주의</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/myungbok-bae/story_b_11561096.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/3347802/images/n-GETTYIMAGESBANK-medium.jpg" alt="Gettyimagesbank"/> </a> <span class="absolute image-credit arial_11">gettyimagesbank</span> </div> <p>서울대 국제대학원의 이근 교수는 듣기보다 말하기 좋아하는 한국 꼰대 세대의 문제점을 신랄하게 비판한다. '닥치고 따르라는 세상에 맞서는 힘'이란 부제가 달린 『도발하라』는 제목의 저서에서다. 그는 단군 이래 가장 교육을 많이 받고, 외국어 실력이 가장 뛰어나고, 정보력이 가장 우수하고, 가장 민주주의적인 환경에서 자라난 '2040세대'가 외국어도 잘못하고, 정보기술(IT)도 잘 다룰 줄 모르고, 정보 획득 능력도 훨씬 떨어지는 꼰대 세대로부터 "시키는 것이나 하고 가만히 있으라"는 지시를 받는 답답한 현실에 우리 사회의 심각한 모순과 불일치가 있다고 지적한다.</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/myungbok-bae"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/myungbok-bae/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/myungbok-bae/">배명복</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">중앙일보 논설위원·순회특파원</p> </div> </div> </div> </div> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11542424" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11542424,&quot;mpid&quot;:14}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/taekyung-lee/story_b_11542424.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">박근혜의 건국절 발언이 의미하는 것</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/taekyung-lee/story_b_11542424.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4608560/images/n-1-medium.jpg" alt="1"/> </a> <span class="absolute image-credit arial_11">청와대</span> </div> <p>만약 나라가 1948년 8월 15일에 세워진 것이라고 한다면 친일반민족행위자들의 친일반민족행위는 비난 가능성이 한결 줄어든다. 존재한 적도 없는 나라의 재건을 위해 헌신하고 희생하는 걸 기대하기란 어렵기 때문이다. 충성을 바칠 대상이 없는 사람들이 일제를 위해 부역했다 한들 그게 그리 큰 흠도 아니다. 거기에서 멈추는 것이 아니다. 1948년 8월 15일이 건국절이 되면 친일반민족행위자들은 건국의 아버지들이 된다. 그들이 대한민국의 거의 전 부면을 장악했고 조직했기 때문이다.</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/taekyung-lee"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/taekyung-lee/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/taekyung-lee/">이태경</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">토지정의시민연대 사무처장</p> </div> </div> </div> </div> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11524148" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11524148,&quot;mpid&quot;:15}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jaeyeon-jang/story_b_11524148.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">청와대 오찬, 진짜 문제는 샥스핀이다</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jaeyeon-jang/story_b_11524148.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4604834/images/n-1-medium.jpg" alt="1"/> </a> <span class="absolute image-credit arial_11">그린피스</span> </div> <p>우리나라도 가입되어 있는 '멸종 위기에 처한 야생 동식물의 국제거래에 관한 협약(CITES)'에 의해 샥스핀의 수입이 규제를 받게 되었다. CITES의 운송 허용 증명을 받아야만 수입이 가능하다. 이처럼 샥스핀은 전 세계적으로 비난의 대상이고 퇴출되고 있는 식재료다. 많은 종류의 상어들이 멸종 위기에 처해 있고, 지느러미만 채취하고 몸통을 버려 상어를 극도로 고통스럽게 하는 야만스럽고 잔인한 어업 행태 때문이다. 그래서 특히 국가수반들은 국제적 여론의 비난 대상에 오르지 않게 조심해야 한다. 이런 일은 진짜 국격에 영향을 미치기 때문이다.</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jaeyeon-jang"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/jaeyeon-jang/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/jaeyeon-jang/">장재연</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">아주대학교 예방의학교실 교수, 환경운동연합 대표</p> </div> </div> </div> </div> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11537460" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11537460,&quot;mpid&quot;:16}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/hyungju-lee/story_b_11537460.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">알고나 먹었나</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/hyungju-lee/story_b_11537460.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4605042/images/n-1-medium.jpg" alt="1"/> </a> <span class="absolute image-credit arial_11">연합뉴스</span> </div> <p>호화오찬에 대한 비난이 이어지자 청와대는 송로버섯은 '풍미를 위해 사용한 정도'라고 해명했다. 샥스핀에 대해서도, 멸종위기에 처한 상어 보호를 위한 국제적인 노력을 알고나 있었는지 묻고 싶다. 본고장인 중국의 정부까지 나서서 금지해 나가고 있는 샥스핀을 청와대와 정부여당이 공식 오찬에서 내놓고 즐기는 '국격'은 창피하고 낯 뜨겁다. 이번 호화오찬 논란은 현 정부의 공감과 소통 능력만큼이나 야생 보전에 대한 인식 또한 걱정스러운 수준이라는 것을 증명했다.</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/hyungju-lee"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/hyungju-lee/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/hyungju-lee/">이형주</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">동물보호운동가, 칼럼니스트</p> </div> </div> </div> </div> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11539078" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11539078,&quot;mpid&quot;:17}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/taesup-keum-/story_b_11539078.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">공수처가 정답일까</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/taesup-keum-/story_b_11539078.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/3569448/images/n-124-medium.jpg" alt="124"/> </a> <span class="absolute image-credit arial_11">한겨레</span> </div> <p>외국의 검사들이 우리나라의 검사들보다 특별히 청렴하거나 그 나라들의 검찰권이 올바르게 행사될 수 있는 특별한 장치가 있어서 유독 우리나라에서만 검찰이 문제가 되는 것이 아닙니다. 우리가 수십 년째 검찰개혁이라는 과제를 놓고 골머리를 앓는 근본 원인은 대한민국의 검찰권이 잘못된 방향으로 행사되고 있기 때문이 아닙니다. 올바른 방향이든 틀린 방향이든, 그 권한 자체가 너무나 크기 때문입니다. 흔히 검찰개혁에 대해서 이야기 할 때 "절대 권력은 절대 부패한다."는 경구를 인용하곤 합니다. 그렇다면 우리가 추진해야 할 검찰개혁의 방향은, 검찰의 권한을 줄여서 절대 권력이 아닌 것으로 만들어야지 그 권한을 유지한 채 올바르게 행사하기를 기대하는 것이 되어서는 안 됩니다.</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/taesup-keum-"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/taesup-keum-/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/taesup-keum-/">금태섭</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">더불어민주당 국회의원, 변호사</p> </div> </div> </div> </div> <!-- In featured_blog_new_design.html --> <div class="entry " id="blog_11538266" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11538266,&quot;mpid&quot;:18}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/twophase/story_b_11538266.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">에어컨 냉방 vs. 제습 소비전력 비교 측정</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/twophase/story_b_11538266.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4605166/images/n-1-medium.jpg" alt="1"/> </a> <span class="absolute image-credit arial_11">투페이즈</span> </div> <p>세상엔, 경우에 따라 다른 현상이 있고, 어떤 경우라도 적용되는 법칙이나 원리도 있다. 그런데, 경우에 따라 다른 현상을 일반화해서 말을 많이 하고, 불변의 진리를 경우에 따라 다르다고 주장하기도 한다. 물론 이 둘을 섞어서 아예 소설을 쓰기도 한다. 아무튼 공통점은 거짓 또는 무지, 막지이다. 요즈음 근거를 알 수 없이 퍼지던 풍문처럼, 과연 에어컨을 제습 모드로 운전하면 소비전력, 즉 전기요금이 크게 절감이 되는지 직접 측정을 하였다.</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/twophase"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/twophase/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/twophase/">투페이즈</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">기업체 연구소 수석연구원</p> </div> </div> </div> </div> <!-- In featured_blog_new_design.html --> <div class="entry no_border" id="blog_11538930" data-beacon="{&quot;p&quot;:{&quot;plid&quot;:11538930,&quot;mpid&quot;:19}}"> <div class="col entry_left"> </div> <div class="col entry_right"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/wagl/story_b_11538930.html?utm_hp_ref=korea" style="line-height:18px !important;font-weight: bold;font-size: 16px;font-family: arial;color: #1A1A1A;">'길냥이'를 위한 헌법</a></h2> <div class="green_entry_bar"></div> </div> <div class="clear"></div> <div class="image_wrapper relative" style="width: 300px;float:left"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/wagl/story_b_11538930.html?utm_hp_ref=korea"> <img src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4605560/images/n-1-medium.jpg" alt="1"/> </a> <span class="absolute image-credit arial_11">2015 Amigo ñao se compra</span> </div> <p>멕시코시티의 새 헌법은 우리가 '헌법'하면 떠올리는 엄숙한 내용과 다른 '파격적인' 내용들이 눈에 띕니다. 동물 보호, 출산 휴가 확대, 공직자 재산 공개 등이 새 헌법에 제안되었기 때문인데요. 소수의 국회의원들이 아니라 수십만 명의 평범한 시민들이 온라인을 통해 헌법을 쓴 결과입니다.</p> <div class="author_bottom_desc"> <div class="blogger_img"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/wagl"><span id="blogger-headshot" style="background-image: url(https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/contributors/wagl/headshot.jpg);" class="unloaded-image"></span></a> </div> <div class="blogger_credit"> <div class="byline_timestamp blogger_name"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/wagl/">와글(WAGL)</a> <p class="author_teaser" style="margin-top: 3px;margin-left: 0px !important; float:left; width:234px;">와글와글한 군중의 힘으로 만들어가는 더 나은 민주주의 이야기</p> </div> </div> </div> </div> <!-- hp_featured_posts_page_1 --> <!-- END hp_featured_posts_all_pages CONTENT --> </div><!-- hp_featured_posts_all_pages --> <script type="text/javascript"> huff.emit('content/update', '#hp_featured_posts_page_1'); var curr_page = 1; var blog_column_edit_promo = '<div id="all_sponsored_posts_page_1_wrapper">' + jQuery('#all_sponsored_posts_page_1_wrapper').html() + '</div>'; jQuery('#all_sponsored_posts_page_1_wrapper').remove(); jQuery('#hp_featured_posts_page_1 div.entry').eq(blog_column_edit_promo_position - 1).after(blog_column_edit_promo); jQuery('#hp_featured_posts_main>.preview').remove(); </script> </div><!-- hp_featured_posts_main --> </div><!-- featured_upper --> </div><!-- featured_posts_long --> </div><!-- all_featured_posts --> <div id="recent-blogs-display-container"></div> </div> <!-- /The Blogs --> <script type="text/javascript">huff.emit('content/update', '#the_blogs');</script> </div> <!-- ALL NEWS --> <div class="grid_block right" id="news_column"> <!-- Center entries --> <div class="grid third col left_border" id="center_entries"> <div id="center_entries_container" data-beacon="{&quot;p&quot;:{&quot;mlid&quot;:&quot;col2&quot;}}"> <!-- BEGIN center_entries_container CONTENT --> <!-- Entry Blog 2 --> <div id="entry_11577868" onmouseover="TrackingData.entry_11577868={id:11577868,blog_id:2,rank:1,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11577868,&quot;mpid&quot;:1}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577868.html?utm_hp_ref=korea">태권도 금메달 김소희는 편견을 극복했다(영상)</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577868.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11577868" longdesc="http://i.huffpost.com/gen/4612298/thumbs/n-E-large300.jpg" alt="E" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">연합뉴스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11577868">http://www.huffingtonpost.kr/2016/08/18/story_n_11577868.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577868.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11577868"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-women/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">여성 </a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11577390" onmouseover="TrackingData.entry_11577390={id:11577390,blog_id:2,rank:2,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11577390,&quot;mpid&quot;:2}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577390.html?utm_hp_ref=korea">탈북한 태영호는 '빨치산' 가문으로 추정된다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577390.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11577390" longdesc="http://i.huffpost.com/gen/4612190/thumbs/n-42-large300.jpg" alt="42" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">연합뉴스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11577390">http://www.huffingtonpost.kr/2016/08/18/story_n_11577390.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577390.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11577390"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-north-korea/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">북한 </a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11576920" onmouseover="TrackingData.entry_11576920={id:11576920,blog_id:2,rank:3,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11576920,&quot;mpid&quot;:3}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576920.html?utm_hp_ref=korea">DJ 서거 7주기 행사 앞두고 생가서 불이났다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576920.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11576920" longdesc="http://i.huffpost.com/gen/4612084/thumbs/n-24-large300.jpg" alt="24" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">연합뉴스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11576920">http://www.huffingtonpost.kr/2016/08/18/story_n_11576920.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576920.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11576920"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-society/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">사회</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11576926" onmouseover="TrackingData.entry_11576926={id:11576926,blog_id:2,rank:4,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11576926,&quot;mpid&quot;:4}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576926.html?utm_hp_ref=korea">결국, '아현동 포차 거리'가 강제로 철거됐다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576926.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11576926" longdesc="http://i.huffpost.com/gen/4612076/thumbs/n-E-large300.jpg" alt="E" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">아현포차지킴이</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11576926">http://www.huffingtonpost.kr/2016/08/18/story_n_11576926.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576926.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11576926"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-society/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">사회</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11577302" onmouseover="TrackingData.entry_11577302={id:11577302,blog_id:2,rank:5,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11577302,&quot;mpid&quot;:5}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577302.html?utm_hp_ref=korea">인도네시아 상어가 멸종위기에 빠진 이유</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577302.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11577302" longdesc="http://i.huffpost.com/gen/4612160/thumbs/n-INDONESIA-SHARK-large300.jpg" alt="Indonesia Shark" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Sigit Pamungkas / Reuters</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11577302">http://www.huffingtonpost.kr/2016/08/18/story_n_11577302.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577302.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11577302"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-green/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">환경·GREEN</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11577212" onmouseover="TrackingData.entry_11577212={id:11577212,blog_id:2,rank:6,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11577212,&quot;mpid&quot;:6}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577212.html?utm_hp_ref=korea">'동성애자 난민' 알제리인, 강제출국 위기</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577212.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11577212" longdesc="http://i.huffpost.com/gen/4612128/thumbs/n-GAY-large300.jpg" alt="Gay" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Gettyimagebank/이매진스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11577212">http://www.huffingtonpost.kr/2016/08/18/story_n_11577212.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577212.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11577212"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-world/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">국제</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11577304" onmouseover="TrackingData.entry_11577304={id:11577304,blog_id:2,rank:7,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11577304,&quot;mpid&quot;:7}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577304.html?utm_hp_ref=korea">돌고래 근처에서 제트 스키 타면 안 되는 이유를 보여주는 한장의 사진</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577304.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11577304" longdesc="http://i.huffpost.com/gen/4612132/thumbs/n-E-large300.jpg" alt="E" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">제주대-이화여대 돌고래 연구팀 제공/연합뉴스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11577304">http://www.huffingtonpost.kr/2016/08/18/story_n_11577304.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577304.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11577304">(2)</span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-animal/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">동물</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11576282" onmouseover="TrackingData.entry_11576282={id:11576282,blog_id:2,rank:8,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11576282,&quot;mpid&quot;:8}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576282.html?utm_hp_ref=korea">태권도 김소희, 결승 진출하다(사진 동영상)</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576282.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11576282" longdesc="http://i.huffpost.com/gen/4612044/thumbs/n-THE-large300.jpg" alt="The" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">연합뉴스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11576282">http://www.huffingtonpost.kr/2016/08/18/story_n_11576282.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576282.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11576282"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-sports/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">스포츠 </a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11576242" onmouseover="TrackingData.entry_11576242={id:11576242,blog_id:2,rank:9,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11576242,&quot;mpid&quot;:9}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576242.html?utm_hp_ref=korea">분양권 수익률이 가장 높은 곳은 서울이 아니다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576242.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11576242" longdesc="http://i.huffpost.com/gen/4612016/thumbs/n-43-large300.jpg" alt="43" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">gettyimagesbank</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11576242">http://www.huffingtonpost.kr/2016/08/18/story_n_11576242.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576242.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11576242"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-business/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">경제</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11576244" onmouseover="TrackingData.entry_11576244={id:11576244,blog_id:2,rank:10,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11576244,&quot;mpid&quot;:10}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576244.html?utm_hp_ref=korea">트럼프의 위기대응책 : '더 트럼프 답게'</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576244.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11576244" longdesc="http://i.huffpost.com/gen/4612024/thumbs/n-TRUMP-large300.jpg" alt="Trump" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">ASSOCIATED PRESS</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11576244">http://www.huffingtonpost.kr/2016/08/18/story_n_11576244.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576244.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11576244"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-world/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">국제</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11558822" onmouseover="TrackingData.entry_11558822={id:11558822,blog_id:2,rank:11,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11558822,&quot;mpid&quot;:11}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/sm-3_n_11558822.html?utm_hp_ref=korea">사드와는 다르다, 사드와는</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/sm-3_n_11558822.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11558822" longdesc="http://i.huffpost.com/gen/4608860/thumbs/n-STANDARD-MISSILE-3-large300.jpg" alt="Standard Missile 3" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">U.S. Navy</div></div> <ul class="meta_links"> <li> <div id="webslice_icon_home" class="webslice_icons" style="display:none"> <span id="home_slice" class="hslice" style="display:none;"> <span style="display:none" class="entry-title">Home</span> <a rel="entry-content" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/webslices/?v=home" style="display:none;"></a> <span style="display:none;"> <span class="ttl">10</span>분마다 업데이트 </span> </span> <a href="#" onclick="javascript:window.external.AddToFavoritesBar('https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/webslices/?v=home#home_slice', 'Home', 'slice');"> <img src="https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/images/webslice12x12.png" width="12" height="12" alt="IE8 Web Slice"/> </a> </div> </li> <li class="hidden" id="read_post_11558822">http://www.huffingtonpost.kr/2016/08/17/sm-3_n_11558822.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/sm-3_n_11558822.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11558822"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-north-korea/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">북한 </a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11576260" onmouseover="TrackingData.entry_11576260={id:11576260,blog_id:2,rank:12,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11576260,&quot;mpid&quot;:12}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11576260.html?utm_hp_ref=korea">박인비와 김세영이 공동 2위를 기록하다(영상)</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11576260.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11576260" longdesc="http://i.huffpost.com/gen/4612026/thumbs/n-21-large300.jpg" alt="21" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">연합뉴스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11576260">http://www.huffingtonpost.kr/2016/08/17/story_n_11576260.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11576260.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11576260"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-sports/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">스포츠 </a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11576230" onmouseover="TrackingData.entry_11576230={id:11576230,blog_id:2,rank:13,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11576230,&quot;mpid&quot;:13}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576230.html?utm_hp_ref=korea">폭염이 이번 주말부터 '끝'이라고 발표됐다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576230.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11576230" longdesc="http://i.huffpost.com/gen/4612008/thumbs/n-E-large300.jpg" alt="E" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">연합뉴스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11576230">http://www.huffingtonpost.kr/2016/08/18/story_n_11576230.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576230.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11576230"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-society/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">사회</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11564952" onmouseover="TrackingData.entry_11564952={id:11564952,blog_id:2,rank:14,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11564952,&quot;mpid&quot;:14}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11564952.html?utm_hp_ref=korea">한강에 돼지 사체 30여구를 버린 사람을 찾았다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11564952.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11564952" longdesc="http://i.huffpost.com/gen/3660334/thumbs/n-SLAUGHTER-large300.jpg" alt="Slaughter" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">youtube</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11564952">http://www.huffingtonpost.kr/2016/08/17/story_n_11564952.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11564952.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11564952"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-society/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">사회</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11565250" onmouseover="TrackingData.entry_11565250={id:11565250,blog_id:2,rank:15,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11565250,&quot;mpid&quot;:15}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11565250.html?utm_hp_ref=korea">기체 결함으로 항공기 승객 150명의 발이 묶였다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11565250.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11565250" longdesc="http://i.huffpost.com/gen/4575472/thumbs/n-ASIANA-AIRLINES-large300.jpg" alt="Asiana Airlines" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">ASSOCIATED PRESS</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11565250">http://www.huffingtonpost.kr/2016/08/17/story_n_11565250.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11565250.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11565250"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-society/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">사회</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11560946" onmouseover="TrackingData.entry_11560946={id:11560946,blog_id:2,rank:16,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11560946,&quot;mpid&quot;:16}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560946.html?utm_hp_ref=korea">김종인의 '더민주가 이대로는 망하는 이유 7'</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560946.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11560946" longdesc="http://i.huffpost.com/gen/4609302/thumbs/n-24-large300.jpg" alt="24" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">연합뉴스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11560946">http://www.huffingtonpost.kr/2016/08/17/story_n_11560946.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560946.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11560946"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-politics/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">정치</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11562214" onmouseover="TrackingData.entry_11562214={id:11562214,blog_id:2,rank:17,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11562214,&quot;mpid&quot;:17}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11562214.html?utm_hp_ref=korea">영국 주재 북한 공사는 사실 한국에 와 있었다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11562214.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11562214" longdesc="http://i.huffpost.com/gen/4609792/thumbs/n-YONHAP-large300.jpg" alt="Yonhap" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">연합뉴스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11562214">http://www.huffingtonpost.kr/2016/08/17/story_n_11562214.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11562214.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11562214"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-politics/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">정치</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11563526" onmouseover="TrackingData.entry_11563526={id:11563526,blog_id:2,rank:18,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11563526,&quot;mpid&quot;:18}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11563526.html?utm_hp_ref=korea">멸종 위기의 여우는 어떻게 번창했나?</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11563526.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11563526" longdesc="http://i.huffpost.com/gen/4609982/thumbs/n-CHUCK-GRAHAM-large300.jpg" alt="Chuck Graham" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">USFWS/CHUCK GRAHAM</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11563526">http://www.huffingtonpost.kr/2016/08/17/story_n_11563526.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11563526.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11563526"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-world/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">국제</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11562492" onmouseover="TrackingData.entry_11562492={id:11562492,blog_id:2,rank:19,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11562492,&quot;mpid&quot;:19}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11562492.html?utm_hp_ref=korea">올해 온열질환 사망자가 전국에 14명이다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11562492.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11562492" longdesc="http://i.huffpost.com/gen/4609884/thumbs/n-YONHAP-large300.jpg" alt="Yonhap" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">연합뉴스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11562492">http://www.huffingtonpost.kr/2016/08/17/story_n_11562492.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11562492.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11562492"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-society/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">사회</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11563232" onmouseover="TrackingData.entry_11563232={id:11563232,blog_id:2,rank:20,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11563232,&quot;mpid&quot;:20}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11563232.html?utm_hp_ref=korea">한강에 잘린 돼지 사체 30여구가 떠내려왔다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11563232.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11563232" longdesc="http://i.huffpost.com/gen/3660334/thumbs/n-SLAUGHTER-large300.jpg" alt="Slaughter" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">youtube</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11563232">http://www.huffingtonpost.kr/2016/08/17/story_n_11563232.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11563232.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11563232"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-society/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">사회</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11557540" onmouseover="TrackingData.entry_11557540={id:11557540,blog_id:2,rank:21,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11557540,&quot;mpid&quot;:21}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11557540.html?utm_hp_ref=korea">개각이 진보·보수 언론 대통합을 이룩하다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11557540.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11557540" longdesc="http://i.huffpost.com/gen/4605074/thumbs/n-DEFAULT-large300.jpg" alt="Default" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">연합뉴스</div></div> <ul class="meta_links"> <li> <div id="webslice_icon_home" class="webslice_icons" style="display:none"> <span id="home_slice" class="hslice" style="display:none;"> <span style="display:none" class="entry-title">Home</span> <a rel="entry-content" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/webslices/?v=home" style="display:none;"></a> <span style="display:none;"> <span class="ttl">10</span>분마다 업데이트 </span> </span> <a href="#" onclick="javascript:window.external.AddToFavoritesBar('https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/webslices/?v=home#home_slice', 'Home', 'slice');"> <img src="https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/images/webslice12x12.png" width="12" height="12" alt="IE8 Web Slice"/> </a> </div> </li> <li class="hidden" id="read_post_11557540">http://www.huffingtonpost.kr/2016/08/17/story_n_11557540.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11557540.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11557540"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-president-park/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">박근혜</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11559702" onmouseover="TrackingData.entry_11559702={id:11559702,blog_id:2,rank:22,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11559702,&quot;mpid&quot;:22}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11559702.html?utm_hp_ref=korea">다들 알겠지만, 낙동강 녹조는 이렇게 심각하다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11559702.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11559702" longdesc="http://i.huffpost.com/gen/4609064/thumbs/n-42-large300.jpg" alt="42" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">한겨레</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11559702">http://www.huffingtonpost.kr/2016/08/17/story_n_11559702.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11559702.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11559702"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-society/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">사회</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11560862" onmouseover="TrackingData.entry_11560862={id:11560862,blog_id:2,rank:23,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11560862,&quot;mpid&quot;:23}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560862.html?utm_hp_ref=korea">강남구 태극기 게양률 90%는 좀 기괴하다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560862.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11560862" longdesc="http://i.huffpost.com/gen/4609298/thumbs/n-KOREA-FLAG-SEOUL-large300.jpg" alt="Korea Flag Seoul" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">ASSOCIATED PRESS</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11560862">http://www.huffingtonpost.kr/2016/08/17/story_n_11560862.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560862.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11560862">(2)</span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-society/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">사회</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11558590" onmouseover="TrackingData.entry_11558590={id:11558590,blog_id:2,rank:24,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11558590,&quot;mpid&quot;:24}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11558590.html?utm_hp_ref=korea">새누리당이 '건국절'을 만들겠다고 선포했다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11558590.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11558590" longdesc="http://i.huffpost.com/gen/4608822/thumbs/n-24-large300.jpg" alt="24" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">연합뉴스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11558590">http://www.huffingtonpost.kr/2016/08/17/story_n_11558590.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11558590.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11558590"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-politics/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">정치</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11561126" onmouseover="TrackingData.entry_11561126={id:11561126,blog_id:2,rank:25,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11561126,&quot;mpid&quot;:25}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561126.html?utm_hp_ref=korea">[속보] 광주에서 메르스 의심환자가 발생했다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561126.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11561126" longdesc="http://i.huffpost.com/gen/4609404/thumbs/n-MERS-KOREA-HOSPITAL-large300.jpg" alt="Mers Korea Hospital" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Kim Hong-Ji / Reuters</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11561126">http://www.huffingtonpost.kr/2016/08/17/story_n_11561126.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561126.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11561126"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-society/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">사회</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11559682" onmouseover="TrackingData.entry_11559682={id:11559682,blog_id:2,rank:26,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11559682,&quot;mpid&quot;:26}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11559682.html?utm_hp_ref=korea">신태용 감독이 올림픽에 대한 아쉬움을 전했다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11559682.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11559682" longdesc="http://i.huffpost.com/gen/4609018/thumbs/n-PREGNANCY-DELIVERY-large300.jpg" alt="Pregnancy Delivery" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">연합뉴스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11559682">http://www.huffingtonpost.kr/2016/08/17/story_n_11559682.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11559682.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11559682"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-sports/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">스포츠 </a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11555482" onmouseover="TrackingData.entry_11555482={id:11555482,blog_id:2,rank:27,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11555482,&quot;mpid&quot;:27}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11555482.html?utm_hp_ref=korea">온열질환 사망자가 역대 최고치를 기록했다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11555482.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11555482" longdesc="http://i.huffpost.com/gen/4608394/thumbs/n-42-large300.jpg" alt="42" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">연합뉴스</div></div> <ul class="meta_links"> <li> <div id="webslice_icon_home" class="webslice_icons" style="display:none"> <span id="home_slice" class="hslice" style="display:none;"> <span style="display:none" class="entry-title">Home</span> <a rel="entry-content" href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/webslices/?v=home" style="display:none;"></a> <span style="display:none;"> <span class="ttl">10</span>분마다 업데이트 </span> </span> <a href="#" onclick="javascript:window.external.AddToFavoritesBar('https://web.archive.org/web/20160818045301/http://www.huffingtonpost.com/webslices/?v=home#home_slice', 'Home', 'slice');"> <img src="https://web.archive.org/web/20160818045301im_/http://s.huffpost.com/images/webslice12x12.png" width="12" height="12" alt="IE8 Web Slice"/> </a> </div> </li> <li class="hidden" id="read_post_11555482">http://www.huffingtonpost.kr/2016/08/17/story_n_11555482.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11555482.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11555482"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-society/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">사회</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11561048" onmouseover="TrackingData.entry_11561048={id:11561048,blog_id:2,rank:28,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11561048,&quot;mpid&quot;:28}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561048.html?utm_hp_ref=korea">전국민 수강신청에서 가장 경쟁이 치열한 노선은 예상을 벗어나지 않는다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561048.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11561048" longdesc="http://i.huffpost.com/gen/4609356/thumbs/n-STATION-KTX-large300.jpg" alt="Station Ktx" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Reuters Photographer / Reuters</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11561048">http://www.huffingtonpost.kr/2016/08/17/story_n_11561048.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561048.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11561048"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-society/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">사회</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11537438" onmouseover="TrackingData.entry_11537438={id:11537438,blog_id:2,rank:29,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11537438,&quot;mpid&quot;:29}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/15/story_n_11537438.html?utm_hp_ref=korea">다가올 무인자동차 시대에 궁금한 점 3가지</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/15/story_n_11537438.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11537438" longdesc="http://i.huffpost.com/gen/4605004/thumbs/n-THE-large300.jpg" alt="The" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">gettyimagesbank</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11537438">http://www.huffingtonpost.kr/2016/08/15/story_n_11537438.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/15/story_n_11537438.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11537438"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-tech/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">IT·과학</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11559282" onmouseover="TrackingData.entry_11559282={id:11559282,blog_id:2,rank:30,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11559282,&quot;mpid&quot;:30}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11559282.html?utm_hp_ref=korea">출산 후 '직장질루'의 증상은 정말 고통스럽다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11559282.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11559282" longdesc="http://i.huffpost.com/gen/4608944/thumbs/n-PREGNANCY-DELIVERY-large300.jpg" alt="Pregnancy Delivery" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">ASSOCIATED PRESS</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11559282">http://www.huffingtonpost.kr/2016/08/17/story_n_11559282.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11559282.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11559282"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-women/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">여성 </a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11557498" onmouseover="TrackingData.entry_11557498={id:11557498,blog_id:2,rank:31,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11557498,&quot;mpid&quot;:31}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11557498.html?utm_hp_ref=korea">BBC가 망명 신청 북한 외교관 신분을 밝혔다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11557498.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11557498" longdesc="http://i.huffpost.com/gen/4608692/thumbs/n-24-large300.jpg" alt="24" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">youtube/Tri Continental</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11557498">http://www.huffingtonpost.kr/2016/08/17/story_n_11557498.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11557498.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11557498"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-world/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">국제</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11560044" onmouseover="TrackingData.entry_11560044={id:11560044,blog_id:2,rank:32,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11560044,&quot;mpid&quot;:32}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560044.html?utm_hp_ref=korea">남편과 아내가 각각 저수지와 호수에서 시체로 발견된 사건의 개요</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560044.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11560044" longdesc="http://i.huffpost.com/gen/4609058/thumbs/n-YONHAP-large300.jpg" alt="Yonhap" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">연합뉴스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11560044">http://www.huffingtonpost.kr/2016/08/17/story_n_11560044.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560044.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11560044"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-society/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">사회</a> </li> </ul> </div> <!-- Entry Blog 3 --> <div id="entry_11557710" onmouseover="TrackingData.entry_11557710={id:11557710,blog_id:3,rank:33,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11557710,&quot;mpid&quot;:33}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/allen-frances/story_b_11557710.html?utm_hp_ref=korea">우리가 흔히 쓰는 약 상당수는 쓸모가 없다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/allen-frances/story_b_11557710.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11557710" longdesc="http://i.huffpost.com/gen/4608756/thumbs/n-DRUGS-large300.jpg" alt="Drugs" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Getty Images </div></div> <ul class="meta_links"> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/allen-frances/story_b_11557710.html?utm_hp_ref=korea" class="quick_read_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;read&quot;}}">게시물 읽기</a> |</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/allen-frances/story_b_11557710.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11557710"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-tech/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">IT·과학</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11557542" onmouseover="TrackingData.entry_11557542={id:11557542,blog_id:2,rank:34,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11557542,&quot;mpid&quot;:34}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11557542.html?utm_hp_ref=korea">태양계의 새 물체가 괴상하게 움직이고 있다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11557542.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11557542" longdesc="http://i.huffpost.com/gen/4608718/thumbs/n-NIKU-large300.jpg" alt="Niku" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">New Scientist</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11557542">http://www.huffingtonpost.kr/2016/08/16/story_n_11557542.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11557542.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11557542"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-tech/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">IT·과학</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11555502" onmouseover="TrackingData.entry_11555502={id:11555502,blog_id:2,rank:35,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11555502,&quot;mpid&quot;:35}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11555502.html?utm_hp_ref=korea">시몬 바일스, 올림픽 4관왕 등극하다(동영상)</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11555502.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11555502" longdesc="http://i.huffpost.com/gen/4608414/thumbs/n-THE-large300.jpg" alt="The" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Getty Images/이매진스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11555502">http://www.huffingtonpost.kr/2016/08/17/story_n_11555502.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11555502.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11555502"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-sports/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">스포츠 </a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11556318" onmouseover="TrackingData.entry_11556318={id:11556318,blog_id:2,rank:36,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11556318,&quot;mpid&quot;:36}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11556318.html?utm_hp_ref=korea">터키 검찰이 이 남자에게 '2회 종신형 1900년형'을 구형한 이유</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11556318.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11556318" longdesc="http://i.huffpost.com/gen/4608490/thumbs/n-GULEN-large300.jpg" alt="Gulen" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">ASSOCIATED PRESS</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11556318">http://www.huffingtonpost.kr/2016/08/17/story_n_11556318.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11556318.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11556318"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-world/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">국제</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11558856" onmouseover="TrackingData.entry_11558856={id:11558856,blog_id:2,rank:37,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11558856,&quot;mpid&quot;:37}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11558856.html?utm_hp_ref=korea">중식이는 페미니즘을 열심히 공부하고 있다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11558856.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11558856" longdesc="http://i.huffpost.com/gen/4608644/thumbs/n-E-large300.jpg" alt="E" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11"> </div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11558856">http://www.huffingtonpost.kr/2016/08/17/story_n_11558856.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11558856.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11558856"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-society/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">사회</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11557504" onmouseover="TrackingData.entry_11557504={id:11557504,blog_id:2,rank:38,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11557504,&quot;mpid&quot;:38}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11557504.html?utm_hp_ref=korea">이 선수가 정말로 볼트를 이길지도 모른다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11557504.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11557504" longdesc="http://i.huffpost.com/gen/4608696/thumbs/n-GETYIMAGES-large300.jpg" alt="Getyimages" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Gettyimages/MBC 방송 캡처</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11557504">http://www.huffingtonpost.kr/2016/08/17/story_n_11557504.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11557504.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11557504"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-world/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">국제</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11557600" onmouseover="TrackingData.entry_11557600={id:11557600,blog_id:2,rank:39,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11557600,&quot;mpid&quot;:39}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11557600.html?utm_hp_ref=korea">'원티드'가 가습기 살균제 사건을 다룬 이유</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11557600.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11557600" longdesc="http://i.huffpost.com/gen/4608734/thumbs/n-1-large300.jpg" alt="1" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">sbs</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11557600">http://www.huffingtonpost.kr/2016/08/16/story_n_11557600.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11557600.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11557600"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-entertainment/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">문화</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11538036" onmouseover="TrackingData.entry_11538036={id:11538036,blog_id:2,rank:40,zone:5,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11538036,&quot;mpid&quot;:40}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/15/story_n_11538036.html?utm_hp_ref=korea">브렉시트(Brexit)를 이해하기 위해 읽어야 하는 셰익스피어 작품 3개</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/15/story_n_11538036.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11538036" longdesc="http://i.huffpost.com/gen/4469338/thumbs/n-GLOBALIZATION-large300.jpg" alt="Globalization" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Toru Hanai / Reuters</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11538036">http://www.huffingtonpost.kr/2016/08/15/story_n_11538036.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/15/story_n_11538036.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11538036"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-world/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">국제</a> </li> </ul> </div> <!-- END center_entries_container CONTENT --> </div> <div id="recent-blogs-overflow-container-left" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;overflow_entry&quot;}}"></div> </div><!-- center_entries --> <!-- /Center entries --> <script type="text/javascript">huff.emit('content/update', '#center_entries');</script> <div class="grid last third col" id="right_col" data-beacon="{&quot;p&quot;:{&quot;mlid&quot;:&quot;col3&quot;}}"> <!-- Top ad --> <script type="text/javascript"> try { if ('function' === typeof(adSetSyncDelay)) { adSetSyncDelay('125');} } catch (e) {} </script> <div id="ad_right_rail_flex" class="ad_wrapper_top"> <script type="text/javascript"> if(HPAds.ad_check_page_config('right_rail_flex')) { var adId = 'null'; var ord = window.ord || Math.floor(Math.random() * 1e16); document.write('<script type="text/javascript" src="https://web.archive.org/web/20160818045301/http://ad.hani.co.kr/RealMedia/ads/adstream_jx.ads/www.huffingtonpost.kr/a_front@Right1?"></s'+'cript>');; var debugadcode = ''; document.write(debugadcode); } </script> </div><div class="margin_10_0 center"><script type="text/javascript"> HPUtil.trackerImg('https://web.archive.org/web/20160818045301/http://ad.hani.co.kr/RealMedia/ads/adstream_sx.ads/www.huffingtonpost.kr/native_ad@Position2', document.body); </script> <div class="preview sgc_promo right_rail_edit_promo entry_news_type" style=""> <div class="feature_title_wrap feature_title_bg"> <div class="commercial_title"> PRESENTED BY 미스 페레그린 </div> </div> <ul id="carousel_14714832363a33fb2089" class="carousel" style="width:300px;"> <li class="unbordered" style="display:inline-block;"> <div class="preview_entry preview_no_border" id="entry_11538820"> <div class="preview_clear"></div> <div class="preview_image_wrapper"> <a href="https://web.archive.org/web/20160818045301/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?redirect=http://www.huffingtonpost.kr/2016/08/17/story_n_11538820.html" class="preview_a"> <img width="282" height="206" alt="" src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4608880/images/s-PEREGRINE-large300.jpg"/> </a> </div> <span class="preview_h4"><a href="https://web.archive.org/web/20160818045301/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?redirect=http://www.huffingtonpost.kr/2016/08/17/story_n_11538820.html" class="preview_a">팀 버튼표 판타지 영화에서 절대 놓칠 수 없는 5가지 비밀</a></span> <ul class="preview_meta_links"> <li class="first"><a class="preview_a" onclick="return QV.pop(this);" href="https://web.archive.org/web/20160818045301/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?redirect=http://www.huffingtonpost.kr/2016/08/17/story_n_11538820.html">빠른 읽기</a> |</li> <li><a class="preview_a" href="https://web.archive.org/web/20160818045301/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?redirect=http://www.huffingtonpost.kr/2016/08/17/story_n_11538820.html#comments">댓글</a> |</li> <li class="last"><span class="preview_a">2016년 08월 18일</span></li> </ul> </div> </li> </ul> <div style="clear:both"></div> </div> <script type="text/javascript"> jQuery('#carousel_14714832363a33fb2089').children('li').css('float', 'left').each(function(i){ jQuery(this).addClass('jcarousel-item-'+(i+1)); }); if(false) { // working out wrong on ajax update of 'featured blogs' column if(jQuery.browser.webkit) { setTimeout(function(){ jQuery('#carousel_14714832363a33fb2089').animate({ height: jQuery('#carousel_14714832363a33fb2089 .jcarousel-item-1').outerHeight(true) }); },1000); } else { jQuery('#carousel_14714832363a33fb2089').animate({ height: jQuery('#carousel_14714832363a33fb2089 .jcarousel-item-1').outerHeight(true) }); } } jQuery('#jcarousel-next-horizontal_14714832363a33fb2089').live('click', function(){ var slide = parseInt(jQuery('#slide_14714832363a33fb2089').html()); if(++slide > 1) slide = 1; jQuery('#slide_14714832363a33fb2089').html(slide); if(jQuery('#carousel_14714832363a33fb2089').outerHeight(true) < jQuery('#carousel_14714832363a33fb2089 .jcarousel-item-' + slide).outerHeight(true)) jQuery('#carousel_14714832363a33fb2089').animate({ height: jQuery('#carousel_14714832363a33fb2089 .jcarousel-item-' + slide).outerHeight(true) }); jQuery('#carousel_14714832363a33fb2089').animate({ marginLeft: 0-300 }, 300, function(){ var a = jQuery(this).children('li:first').detach(); jQuery(this).css({ marginLeft: 0 }).append(a); }); jQuery('#carousel_14714832363a33fb2089').animate({ height: jQuery('#carousel_14714832363a33fb2089 .jcarousel-item-' + slide).outerHeight(true) }); }); jQuery('#jcarousel-prev-horizontal_14714832363a33fb2089').live('click', function(){ var slide = parseInt(jQuery('#slide_14714832363a33fb2089').html()); if(--slide < 1) slide = 1; jQuery('#slide_14714832363a33fb2089').html(slide); if(jQuery('#carousel_14714832363a33fb2089').outerHeight(true) < jQuery('#carousel_14714832363a33fb2089 .jcarousel-item-' + slide).outerHeight(true)) jQuery('#carousel_14714832363a33fb2089').animate({ height: jQuery('#carousel_14714832363a33fb2089 .jcarousel-item-' + slide).outerHeight(true) }); var a = jQuery('#carousel_14714832363a33fb2089').children('li:last').detach(); jQuery('#carousel_14714832363a33fb2089').css({ marginLeft: 0-300 }).prepend(a).animate({ marginLeft: 0 }, 300); jQuery('#carousel_14714832363a33fb2089').animate({ height: jQuery('#carousel_14714832363a33fb2089 .jcarousel-item-' + slide).outerHeight(true) }); }); </script> <script type="text/javascript"> </script> </div><!-- ESI MostPopular EndTime:1471495955 --><div id="all_frontpage_widgets" class="margin_10_0 most_popular_stories_module" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;mostPopularEntry&quot;}}"> <h3 class="uppercase most_popular margin_bottom_10 black">인기 기사</h3> <div class="most_popular_cycle" id="mp_cycle"> <div class="most_popular_entry_wrapper"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11557494.html?utm_hp_ref=mostpopular"> <div class="most_popular_entry" data-beacon="{&quot;p&quot;:{&quot;mpid&quot;:0, &quot;plid&quot;:11557494}}"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11557494.html?utm_hp_ref=mostpopular" class="black most_popular_entry_title" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;headline&quot;}}">의외의 한국 브랜드가 일본 힙스터들에게서 유행하고 있다 (사진)</a> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11557494.html?utm_hp_ref=mostpopular" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;img&quot;}}"> <img border="0" width="300" height="125" src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4608684/images/n-FILA-medium.jpg" alt="FILA"/> </a> <span class="absolute image-credit">dancemiku.0611/Instagram</span> </div> <div class="clear"></div> </div> </a> </div> <div class="most_popular_entry_wrapper"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11556360.html?utm_hp_ref=mostpopular"> <div class="most_popular_entry" data-beacon="{&quot;p&quot;:{&quot;mpid&quot;:1, &quot;plid&quot;:11556360}}"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11556360.html?utm_hp_ref=mostpopular" class="black most_popular_entry_title" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;headline&quot;}}">"왜 아직도 혼자야?"에 대한 멋진 대답 18가지</a> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11556360.html?utm_hp_ref=mostpopular" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;img&quot;}}"> <img border="0" width="300" height="125" src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4608524/images/n-E-medium.jpg" alt="E"/> </a> <span class="absolute image-credit">gettyimagesbank</span> </div> <div class="clear"></div> </div> </a> </div> <div class="most_popular_entry_wrapper"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11556352.html?utm_hp_ref=mostpopular"> <div class="most_popular_entry" data-beacon="{&quot;p&quot;:{&quot;mpid&quot;:2, &quot;plid&quot;:11556352}}"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11556352.html?utm_hp_ref=mostpopular" class="black most_popular_entry_title" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;headline&quot;}}">본업이 따로 있는 리우 올림픽 국가대표 선수 6</a> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11556352.html?utm_hp_ref=mostpopular" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;img&quot;}}"> <img border="0" width="300" height="125" src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4608622/images/n-IBTIHAJ-MUHAMMAD-FENCING-medium.jpg" alt="IBTIHAJ MUHAMMAD FENCING"/> </a> <span class="absolute image-credit">Issei Kato / Reuters</span> </div> <div class="clear"></div> </div> </a> </div> <div class="most_popular_entry_wrapper"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11538818.html?utm_hp_ref=mostpopular"> <div class="most_popular_entry" data-beacon="{&quot;p&quot;:{&quot;mpid&quot;:3, &quot;plid&quot;:11538818}}"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11538818.html?utm_hp_ref=mostpopular" class="black most_popular_entry_title" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;headline&quot;}}">지금 가장 유명해진 한 유치원의 숙제(사진)</a> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11538818.html?utm_hp_ref=mostpopular" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;img&quot;}}"> <img border="0" width="300" height="125" src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4605194/images/n-UCHIMURA-medium.jpg" alt="UCHIMURA"/> </a> <span class="absolute image-credit">네이트 판</span> </div> <div class="clear"></div> </div> </a> </div> <div class="most_popular_entry_wrapper"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561446.html?utm_hp_ref=mostpopular"> <div class="most_popular_entry" data-beacon="{&quot;p&quot;:{&quot;mpid&quot;:4, &quot;plid&quot;:11561446}}"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561446.html?utm_hp_ref=mostpopular" class="black most_popular_entry_title" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;headline&quot;}}">스마트폰을 쓰는 우리가 이 여성에게 감사해야 하는 이유</a> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561446.html?utm_hp_ref=mostpopular" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;img&quot;}}"> <img border="0" width="300" height="125" src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4609426/images/n-HEDY-LAMARR-medium.jpg" alt="HEDY LAMARR"/> </a> <span class="absolute image-credit">ASSOCIATED PRESS</span> </div> <div class="clear"></div> </div> </a> </div> <div class="most_popular_entry_wrapper"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561630.html?utm_hp_ref=mostpopular"> <div class="most_popular_entry" data-beacon="{&quot;p&quot;:{&quot;mpid&quot;:5, &quot;plid&quot;:11561630}}"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561630.html?utm_hp_ref=mostpopular" class="black most_popular_entry_title" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;headline&quot;}}">남자 수구가 올림픽서 가장 섹시한 종목인 25가지 증거(화보)</a> <div class="relative"> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561630.html?utm_hp_ref=mostpopular" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;img&quot;}}"> <img border="0" width="300" height="125" src="https://web.archive.org/web/20160818045301im_/http://i.huffpost.com/gen/4609486/images/n-WATER-POLO-MEN-medium.jpg" alt="WATER POLO MEN"/> </a> <span class="absolute image-credit">ASSOCIATED PRESS</span> </div> <div class="clear"></div> </div> </a> </div> </div> </div> <div class="clear full"></div> <div class="mod mod-follow tabs" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;mod-follow&quot;}}"> <div class="mod-head"> <h3>허핑턴포스트 팔로우</h3> </div> <div class="mod-body"> <ul class="platform tabs-control"> <li class="email sprite" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;email&quot;}}"> <a href="#">이메일</a> </li> <li class="fb sprite" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;fb&quot;}}"> <a href="#">Facebook</a> </li> <li class="twitter sprite" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;twitter&quot;}}"> <a href="#">Twitter</a> </li> <li class="gplus sprite" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;gplus&quot;}}"> <a href="#">Google Plus</a> </li> <li class="rss sprite" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;rss&quot;}}"> <a href="#">RSS</a> </li> <li class="mobile sprite" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;mobile&quot;}}"> <a href="#">Mobile</a> </li> </ul> <ul class="platform-content tabs-content"> <li class="email"> <form class="subscribe"> <input 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" type="submit" value="가입하기!"/> <label class="signup_error" style="display:none;">동의를 표시하려면 확인란을 선택하십시오.</label> <div class="options"> <label> </label> <label> <input type="checkbox" class="list" name="vertical-brief" checked="checked"/> 뉴스레터 </label> </div> <p class="instructions"> 뉴스레터 발송을 위한 이메일주소를 수집하는데 동의하며, 수집된 이메일주소는 뉴스레터 구독 취소하는 즉시 삭제됩니다. </p> </form> </li> <!-- /.email --> <li class="fb"> <ol class="options"> <li> <span class="name">HuffPost</span> <div class="share-button"> <div class="fb-like" data-href="http://www.facebook.com/HuffPostKorea" data-send="false" data-layout="button_count" data-width="95" data-show-faces="false" data-colorscheme="light" data-font="trebuchet ms" data-action="like" ref="" style="width: 95px" hp_track="Vertical Page"></div><script type="text/javascript"> jQuery('#fb_like_vertical').mouseenter(function() { var html = "<div id=\"fb-tooltip\" class=\"fb-tooltip-main\"><div class=\"fb-tooltip-wrapper\"><span>Facebook에서 허핑턴포스트 팔로우</span><br/>다음에서 업데이트 받기 HuffPost Korea 뉴스 피드로 바로 게시됨<div class=\"corner\"><div class=\"first\"></div><div class=\"second\"></div></div></div></div>"; var coords = [-5, -78]; if( HPConfig.current_vertical_name == 'homepage' ) { coords = [-5, -70]; } else if( HPConfig.current_vertical_name == 'mapquest' ) { coords = [-5, -68]; } FloatingPrompt.embed(this, html, undefined, 'top', {fp_intersects:1, timeout_remove:2000,ignore_arrow: true, width:236, add_xy:coords, class_name: 'clear-overlay'}); }); </script> </div> </li> </ol> </li> <!-- /.fb --> <li class="twitter"> <ol class="options"> <li> <span class="name">HuffPost</span> <div class="share-button"> <span data-placement="Header/Korea"> <a href="https://web.archive.org/web/20160818045301/https://twitter.com/HuffPostKorea" class="twitter-follow-button" data-show-screen-name="false" data-show-count="false" data-lang="ko" data-width="70px">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/20160818045301/http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </span> </div> </li> </ol> </li> <!-- /.twitter --> <li class="gplus"> <ol class="options"> <li> <span class="name">HuffPost</span> <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> </ol> </li> <!-- /.gplus --> <li class="rss"> <ol class="options"> <li> <a href="/web/20160818045301/http://www.huffingtonpost.kr/feeds/verticals/korea/index.xml" class="name sprite">HuffPost</a> </li> <li> <a class="more" href="/web/20160818045301/http://www.huffingtonpost.kr/syndication/">View all RSS feeds</a> </li> </ol> </li> <!-- /.rss --> <li class="mobile"> <ol class="options"> <li> <a class="ios sprite" href="https://web.archive.org/web/20160818045301/http://itunes.apple.com/kr/app/the-huffington-post/id306621789?mt=8"></a> </li> <li> <a class="android sprite" href="https://web.archive.org/web/20160818045301/https://play.google.com/store/apps/details?id=com.huffingtonpost.android&amp;hl=ko_KR"></a> </li> <li> <a class="blackberry sprite" href="https://web.archive.org/web/20160818045301/https://appworld.blackberry.com/webstore/content/19143/"></a> </li> </ol> </li> <!-- /.mobile --> </ul> </div> <div class="mod-footer"></div> </div> <!-- /.mod-follow --> <div class="clear margin_top_10"></div> <div id="gravity_most_popular_widget"></div> <script type="text/javascript">window.HPUtil && window.HPUtil.gravityMostPopularWidget();</script> <!-- Content --> <div class="fb_module"><div class="fb-like-box" data-href="http://www.facebook.com/HuffPostKorea" data-width="300" data-height="260" data-show-faces="true" data-stream="false" data-header="false"></div><div style="font-size:8px; padding-left:10px"></div></div> <div id="ad_sponsorship_2" class="ad_wrapper"> <script type="text/javascript"> if(HPAds.ad_check_page_config('sponsorship_2')) { var adId = 'null'; var ord = window.ord || Math.floor(Math.random() * 1e16); document.write('<script type="text/javascript" src="https://web.archive.org/web/20160818045301/http://ad.hani.co.kr/RealMedia/ads/adstream_jx.ads/www.huffingtonpost.kr/a_front@Right2?"></s'+'cript>');; var debugadcode = ''; document.write(debugadcode); } </script> </div> <div class="clear"></div> <!-- /Content --> <!-- Right entries --> <div id="right_column_entries"> <div id="rc_upper"> <!-- BEGIN rc_upper CONTENT --> <!-- Entry Blog 2 --> <div id="entry_11577942" onmouseover="TrackingData.entry_11577942={id:11577942,blog_id:2,rank:1,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11577942,&quot;mpid&quot;:1}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11577942.html?utm_hp_ref=korea">청소년에게 자위행위를 권하는 목사님</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11577942.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11577942" longdesc="http://i.huffpost.com/gen/4612340/thumbs/n-THE-large300.jpg" alt="The" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Facebook/임정혁</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11577942">http://www.huffingtonpost.kr/2016/08/17/story_n_11577942.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11577942.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11577942"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-lifestyle/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">라이프스타일</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11577946" onmouseover="TrackingData.entry_11577946={id:11577946,blog_id:2,rank:2,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11577946,&quot;mpid&quot;:2}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577946.html?utm_hp_ref=korea">나탈리 포트만, "이제 마블영화에 출연 안한다"</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577946.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11577946" longdesc="http://i.huffpost.com/gen/4612338/thumbs/n-THE-large300.jpg" alt="The" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Marvel Studios</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11577946">http://www.huffingtonpost.kr/2016/08/18/story_n_11577946.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577946.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11577946"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-movie/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">영화·MOVIE</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11577878" onmouseover="TrackingData.entry_11577878={id:11577878,blog_id:2,rank:3,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11577878,&quot;mpid&quot;:3}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577878.html?utm_hp_ref=korea">봉황대기에서 끝내기가 취소된 황당한 이유</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577878.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11577878" longdesc="http://i.huffpost.com/gen/4612326/thumbs/n-24-large300.jpg" alt="24" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">IB SPORTS/ 아프리카TV</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11577878">http://www.huffingtonpost.kr/2016/08/18/story_n_11577878.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11577878.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11577878"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-baseball/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">야구 </a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11577944" onmouseover="TrackingData.entry_11577944={id:11577944,blog_id:2,rank:4,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11577944,&quot;mpid&quot;:4}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11577944.html?utm_hp_ref=korea">조선일보가 보도한 '공포의 초4병'은 말이 될까? </a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11577944.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11577944" longdesc="http://i.huffpost.com/gen/4612346/thumbs/n-SCHOOL-VIOLENCE-large300.jpg" alt="School Violence" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">GettyImagesbank</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11577944">http://www.huffingtonpost.kr/2016/08/17/story_n_11577944.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11577944.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11577944"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-weird-news/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">이상한 뉴스·Weird News</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11576234" onmouseover="TrackingData.entry_11576234={id:11576234,blog_id:2,rank:5,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11576234,&quot;mpid&quot;:5}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11576234.html?utm_hp_ref=korea">'부산행' 하루 전날의 이야기가 나왔다(영상)</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11576234.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11576234" longdesc="http://i.huffpost.com/gen/4446122/thumbs/n-DEFAULT-large300.jpg" alt="Default" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">BIFAN</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11576234">http://www.huffingtonpost.kr/2016/08/17/story_n_11576234.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11576234.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11576234"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-movie/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">영화·MOVIE</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11577396" onmouseover="TrackingData.entry_11577396={id:11577396,blog_id:2,rank:6,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11577396,&quot;mpid&quot;:6}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11577396.html?utm_hp_ref=korea">100년간의 웨딩케이크 트렌드 변화 (영상)</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11577396.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11577396" longdesc="http://i.huffpost.com/gen/4612228/thumbs/n-THE-large300.jpg" alt="The" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Mode/YouTube</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11577396">http://www.huffingtonpost.kr/2016/08/17/story_n_11577396.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11577396.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11577396"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-lifestyle/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">라이프스타일</a> </li> </ul> </div> <!-- END rc_upper CONTENT --> </div> <div id="rc_lower"> <!-- BEGIN rc_lower CONTENT --> <!-- Entry Blog 2 --> <div id="entry_11576906" onmouseover="TrackingData.entry_11576906={id:11576906,blog_id:2,rank:7,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11576906,&quot;mpid&quot;:7}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11576906.html?utm_hp_ref=korea">힘든 일을 겪은 당신을 위한 판다 영상(16초)</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11576906.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11576906" longdesc="http://i.huffpost.com/gen/4612114/thumbs/n-5-large300.jpg" alt="5" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">에버랜드via연합뉴스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11576906">http://www.huffingtonpost.kr/2016/08/17/story_n_11576906.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11576906.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11576906"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-animal/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">동물</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11576822" onmouseover="TrackingData.entry_11576822={id:11576822,blog_id:2,rank:8,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11576822,&quot;mpid&quot;:8}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11576822.html?utm_hp_ref=korea">엑소의 신곡이 '방송 부적격 판정'을 받았다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11576822.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11576822" longdesc="http://i.huffpost.com/gen/4612062/thumbs/n-THE-large300.jpg" alt="The" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">OSEN</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11576822">http://www.huffingtonpost.kr/2016/08/17/story_n_11576822.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11576822.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11576822"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-entertainment/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">문화</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11576904" onmouseover="TrackingData.entry_11576904={id:11576904,blog_id:2,rank:9,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11576904,&quot;mpid&quot;:9}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576904.html?utm_hp_ref=korea">이국주가 비욘세로 변신했다(동영상)</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576904.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11576904" longdesc="http://i.huffpost.com/gen/4612066/thumbs/n-THE-large300.jpg" alt="The" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">네이버 TV캐스트/Mnet</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11576904">http://www.huffingtonpost.kr/2016/08/18/story_n_11576904.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/18/story_n_11576904.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11576904"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-media/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">미디어</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11576264" onmouseover="TrackingData.entry_11576264={id:11576264,blog_id:2,rank:10,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11576264,&quot;mpid&quot;:10}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11576264.html?utm_hp_ref=korea">미국 육상 10종 경기 선수의 독특한 모자(사진)</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11576264.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11576264" longdesc="http://i.huffpost.com/gen/4612032/thumbs/n-ASHTON-EATON-large300.jpg" alt="Ashton Eaton" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">ASSOCIATED PRESS</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11576264">http://www.huffingtonpost.kr/2016/08/17/story_n_11576264.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11576264.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11576264"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-sports/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">스포츠 </a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11564370" onmouseover="TrackingData.entry_11564370={id:11564370,blog_id:2,rank:11,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11564370,&quot;mpid&quot;:11}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11564370.html?utm_hp_ref=korea">홍상수 신작에 영화제 초청이 이어지고 있다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11564370.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11564370" longdesc="http://i.huffpost.com/gen/4610244/thumbs/n-DEFAULT-large300.jpg" alt="Default" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">전원사 필름</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11564370">http://www.huffingtonpost.kr/2016/08/17/story_n_11564370.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11564370.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11564370"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-entertainment/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">문화</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11563816" onmouseover="TrackingData.entry_11563816={id:11563816,blog_id:2,rank:12,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11563816,&quot;mpid&quot;:12}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html?utm_hp_ref=korea">한 뉴스 앵커가 티파니에게 축하를 전하다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11563816" longdesc="http://i.huffpost.com/gen/4610064/thumbs/n-MBN-large300.jpg" alt="Mbn" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">MBN 방송 캡처</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11563816">http://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11563816.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11563816">(3)</span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-politics/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">정치</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11561630" onmouseover="TrackingData.entry_11561630={id:11561630,blog_id:2,rank:13,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11561630,&quot;mpid&quot;:13}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561630.html?utm_hp_ref=korea">남자 수구가 가장 섹시한 종목인 25가지 증거</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561630.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11561630" longdesc="http://i.huffpost.com/gen/4609486/thumbs/n-WATER-POLO-MEN-large300.jpg" alt="Water Polo Men" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">ASSOCIATED PRESS</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11561630">http://www.huffingtonpost.kr/2016/08/17/story_n_11561630.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561630.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11561630"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-sports/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">스포츠 </a> </li> </ul> </div> <!-- Entry Blog 3 --> <div id="entry_11556338" onmouseover="TrackingData.entry_11556338={id:11556338,blog_id:3,rank:14,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11556338,&quot;mpid&quot;:14}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/byeogjin-kang/story_b_11556338.html?utm_hp_ref=korea">[허핑턴포스트 인터뷰] 영화 '터널'을 본 당신이 감독에게 묻고 싶을 몇 가지</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/byeogjin-kang/story_b_11556338.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11556338" longdesc="http://i.huffpost.com/gen/4608676/thumbs/n-THE-large300.jpg" alt="The" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">쇼박스</div></div> <ul class="meta_links"> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/byeogjin-kang/story_b_11556338.html?utm_hp_ref=korea" class="quick_read_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;read&quot;}}">게시물 읽기</a> |</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/byeogjin-kang/story_b_11556338.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11556338"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-entertainment/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">문화</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11560432" onmouseover="TrackingData.entry_11560432={id:11560432,blog_id:2,rank:15,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11560432,&quot;mpid&quot;:15}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560432.html?utm_hp_ref=korea">비싼 송로버섯을 대신할 7가지 식재료가 있다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560432.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11560432" longdesc="http://i.huffpost.com/gen/4609292/thumbs/n-DEFAULT-large300.jpg" alt="Default" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Huffington</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11560432">http://www.huffingtonpost.kr/2016/08/17/story_n_11560432.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560432.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11560432"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-lifestyle/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">라이프스타일</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11558892" onmouseover="TrackingData.entry_11558892={id:11558892,blog_id:2,rank:16,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11558892,&quot;mpid&quot;:16}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11558892.html?utm_hp_ref=korea">송로버섯에 대해 당신이 알아야 할 10가지</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11558892.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11558892" longdesc="http://i.huffpost.com/gen/4608916/thumbs/n-DEFAULT-large300.jpg" alt="Default" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Huffington</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11558892">http://www.huffingtonpost.kr/2016/08/17/story_n_11558892.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11558892.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11558892"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-lifestyle/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">라이프스타일</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11561446" onmouseover="TrackingData.entry_11561446={id:11561446,blog_id:2,rank:17,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11561446,&quot;mpid&quot;:17}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561446.html?utm_hp_ref=korea">스마트폰을 쓰는 우리 모두가 이 여성에게 감사해야 하는 이유</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561446.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11561446" longdesc="http://i.huffpost.com/gen/4609426/thumbs/n-HEDY-LAMARR-large300.jpg" alt="Hedy Lamarr" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">ASSOCIATED PRESS</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11561446">http://www.huffingtonpost.kr/2016/08/17/story_n_11561446.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561446.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11561446"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-tech/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">IT·과학</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11561092" onmouseover="TrackingData.entry_11561092={id:11561092,blog_id:2,rank:18,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11561092,&quot;mpid&quot;:18}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561092.html?utm_hp_ref=korea">일본 마을의 특산품 광고는 ‘광기'가 있다(영상)</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561092.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11561092" longdesc="http://i.huffpost.com/gen/4609074/thumbs/n-SEKICITY-large300.jpg" alt="Sekicity" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">YouTube/関市公式チャンネル</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11561092">http://www.huffingtonpost.kr/2016/08/17/story_n_11561092.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561092.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11561092"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-comedy/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">코미디</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11561142" onmouseover="TrackingData.entry_11561142={id:11561142,blog_id:2,rank:19,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11561142,&quot;mpid&quot;:19}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561142.html?utm_hp_ref=korea">올림픽 선수들이 피자를 나눠 먹는 모습(영상)</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561142.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11561142" longdesc="http://i.huffpost.com/gen/4609406/thumbs/n-OLYMPIC-PIZZA-large300.jpg" alt="Olympic Pizza" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">imgur / Ze-skywalker</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11561142">http://www.huffingtonpost.kr/2016/08/17/story_n_11561142.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561142.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11561142"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-sports/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">스포츠 </a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11561152" onmouseover="TrackingData.entry_11561152={id:11561152,blog_id:2,rank:20,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11561152,&quot;mpid&quot;:20}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561152.html?utm_hp_ref=korea">엘런 드제너러스가 이 사진을 올렸다가 인종차별이 아니라고 해명했다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561152.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11561152" longdesc="http://i.huffpost.com/gen/4609324/thumbs/n-ELLEN-DEGENERES-large300.jpg" alt="Ellen Degeneres" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Twitter/Ellen DeGeneres</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11561152">http://www.huffingtonpost.kr/2016/08/17/story_n_11561152.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11561152.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11561152"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-world/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">국제</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11560736" onmouseover="TrackingData.entry_11560736={id:11560736,blog_id:2,rank:21,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11560736,&quot;mpid&quot;:21}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560736.html?utm_hp_ref=korea">펠프스가 수많은 금메달과 화보 찍는 방법</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560736.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11560736" longdesc="http://i.huffpost.com/gen/4609216/thumbs/n-THE-large300.jpg" alt="The" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Sports Illustrated</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11560736">http://www.huffingtonpost.kr/2016/08/17/story_n_11560736.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560736.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11560736"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-comedy/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">코미디</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11560274" onmouseover="TrackingData.entry_11560274={id:11560274,blog_id:2,rank:22,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11560274,&quot;mpid&quot;:22}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560274.html?utm_hp_ref=korea">게으른 사람은 더 천재일 가능성이 높다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560274.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11560274" longdesc="http://i.huffpost.com/gen/4605206/thumbs/n-LAZY-large300.jpg" alt="Lazy" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Zoonar RF via Getty Images</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11560274">http://www.huffingtonpost.kr/2016/08/17/story_n_11560274.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560274.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11560274"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-tech/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">IT·과학</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11560102" onmouseover="TrackingData.entry_11560102={id:11560102,blog_id:2,rank:23,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11560102,&quot;mpid&quot;:23}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560102.html?utm_hp_ref=korea">알츠하이머 환자가 아들과 노래를 부르며 활기를 되찾는 모습은 정말 감동적이다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560102.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11560102" longdesc="http://i.huffpost.com/gen/4609106/thumbs/n-THE-large300.jpg" alt="The" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Youtube/songaminuteman</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11560102">http://www.huffingtonpost.kr/2016/08/17/story_n_11560102.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11560102.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11560102"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-good-news/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">굿 뉴스·Good News</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11559670" onmouseover="TrackingData.entry_11559670={id:11559670,blog_id:2,rank:24,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11559670,&quot;mpid&quot;:24}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11559670.html?utm_hp_ref=korea">브리트니가 9년만에 VMA에 복귀하며 던진 말</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11559670.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11559670" longdesc="http://i.huffpost.com/gen/4608992/thumbs/n-GETTYIMAGES-large300.jpg" alt="Gettyimages" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">gettyimages/이매진스</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11559670">http://www.huffingtonpost.kr/2016/08/17/story_n_11559670.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11559670.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11559670"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-entertainment/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">문화</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11558180" onmouseover="TrackingData.entry_11558180={id:11558180,blog_id:2,rank:25,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11558180,&quot;mpid&quot;:25}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11558180.html?utm_hp_ref=korea">엄마도 눈감아줄 작은 타투 70가지(화보)</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11558180.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11558180" longdesc="http://i.huffpost.com/gen/4608936/thumbs/n-00-large300.jpg" alt="00" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">pinterest/allijenb95, Xplore World</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11558180">http://www.huffingtonpost.kr/2016/08/17/story_n_11558180.html?utm_hp_ref=korea</li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-style/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">STYLE</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11558802" onmouseover="TrackingData.entry_11558802={id:11558802,blog_id:2,rank:26,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11558802,&quot;mpid&quot;:26}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11558802.html?utm_hp_ref=korea">시몬 바일스가 꿈을 이뤘다. 금메달 말고</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11558802.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11558802" longdesc="http://i.huffpost.com/gen/4608842/thumbs/n-THE-large300.jpg" alt="The" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">NBC</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11558802">http://www.huffingtonpost.kr/2016/08/17/story_n_11558802.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11558802.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11558802"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-entertainment/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">문화</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11557634" onmouseover="TrackingData.entry_11557634={id:11557634,blog_id:2,rank:27,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11557634,&quot;mpid&quot;:27}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11557634.html?utm_hp_ref=korea">'조회수 1천2백만', 올림픽 1위 영상의 인기 비결은 정말 알 수가 없다</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11557634.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11557634" longdesc="http://i.huffpost.com/gen/4608730/thumbs/n-JBLANKS9-large300.jpg" alt="Jblanks9" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">jblanks9/인스타그램</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11557634">http://www.huffingtonpost.kr/2016/08/17/story_n_11557634.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/17/story_n_11557634.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11557634"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-sports/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">스포츠 </a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11556350" onmouseover="TrackingData.entry_11556350={id:11556350,blog_id:2,rank:28,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11556350,&quot;mpid&quot;:28}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11556350.html?utm_hp_ref=korea">채식주의 피라냐와 인간은 공통점이 있다</a></h2><div class="image_wrapper relative"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11556350.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11556350" longdesc="http://i.imgur.com/5pblDCf.gif?1" alt="" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a></div> <ul class="meta_links"> <li class="hidden" id="read_post_11556350">http://www.huffingtonpost.kr/2016/08/16/story_n_11556350.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11556350.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11556350"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-animal/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">동물</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11557494" onmouseover="TrackingData.entry_11557494={id:11557494,blog_id:2,rank:29,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11557494,&quot;mpid&quot;:29}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11557494.html?utm_hp_ref=korea">의외의 한국 브랜드가 일본 힙스터들에게서 엄청나게 유행하고 있다(사진)</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11557494.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11557494" longdesc="http://i.huffpost.com/gen/4608684/thumbs/n-FILA-large300.jpg" alt="Fila" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">dancemiku.0611/Instagram</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11557494">http://www.huffingtonpost.kr/2016/08/16/story_n_11557494.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11557494.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11557494"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-style/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">STYLE</a> </li> </ul> </div> <!-- Entry Blog 2 --> <div id="entry_11557550" onmouseover="TrackingData.entry_11557550={id:11557550,blog_id:2,rank:30,zone:6,vertical:133,ab_headline:'a'};" class="entry" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;newsa&quot;,&quot;plid&quot;:11557550,&quot;mpid&quot;:30}}"> <h2><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11557550.html?utm_hp_ref=korea">금메달을 받아도 될 만큼 근사한 '올림픽 네일'</a></h2><div class="image_wrapper relative" style="width: 300px;"><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11557550.html?utm_hp_ref=korea"><img class="unloaded-image quickread_link" id="image_11557550" longdesc="http://i.huffpost.com/gen/4608724/thumbs/n-FILA-large300.jpg" alt="Fila" width="300" height="219" src="/web/20160818045301im_/http://www.huffingtonpost.kr/images/trans.gif"/></a><div class="absolute image-credit arial_11">Instagram</div></div> <ul class="meta_links"> <li class="hidden" id="read_post_11557550">http://www.huffingtonpost.kr/2016/08/16/story_n_11557550.html?utm_hp_ref=korea</li> <li> <a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/2016/08/16/story_n_11557550.html?utm_hp_ref=korea#comments" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;cmnts&quot;}}">댓글 <span class="comment_count" id="comment_count_11557550"></span></a> </li> <li> | <a href="/web/20160818045301/http://www.huffingtonpost.kr/news/kr-sports/" class="topic_link" data-beacon="{&quot;p&quot;:{&quot;lnid&quot;:&quot;bigNws&quot;}}">스포츠 </a> </li> </ul> </div> <!-- END rc_lower CONTENT --> </div> <div id="recent-blogs-overflow-container-right" data-beacon="{&quot;p&quot;:{&quot;mnid&quot;:&quot;overflow_entry&quot;}}"></div> </div> <!-- right_column_entries --> </div> <!-- right_col --> <div class="ad_lower_right_commercials_wrapper"></div> <!-- Right entries --> <script type="text/javascript">huff.emit('content/update', '#right_col');</script> <div class="clear white_bg" style="height: 4px;"></div> </div> <!-- news_column --> <div class="clear full"></div> <div class="center"></div> <!-- --------------------FEATUREBAR----------------------------- --> <div id="footer"> <!-- HP topnav --> <div class="top_nav_menu margin_bottom_5"> </div> <div> <!-- <esi:choose> <esi:when test="$(HTTP_HOST) has 'quebec.' || $(QUERY_STRING{'ir'}) has 'Quebec'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.huffingtonpost.com/jobs/">경력</a> | </li> <li><a href=" http://quebec.huffingtonpost.ca/p/faq-fr-ca.html">자주 묻는 질문들</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://quebec.huffingtonpost.ca/p/modalites-quebec.html">서비스 약관</a> | </li> <li><a href="http://quebec.huffingtonpost.ca/p/confidentialite-ca-fr.html">개인정보 취급방침</a> | </li> <li><a href=" http://quebec.huffingtonpost.ca/p/politique-commentaires-cafr.html">댓글 작성 및 조정 정책</a> | </li> <li><a href="http://quebec.huffingtonpost.ca/p/a-notre-sujet-ca.html">회사소개</a> | </li> <li><a href="http://quebec.huffingtonpost.ca/p/tierces-partie-cafr.html" target="_blank">광고 정보</a> | </li> <li><a href="http://quebec.huffingtonpost.ca/p/nous-joindre-ca.html">오시는길</a> | </li> <li><a href="/archive">아카이브</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li> &copy; 2016 TheHuffingtonPost.com Inc.| Le "Huffington Post" est une marque enregistr&eacute;e de TheHuffingtonPost.com Inc. Tous droits r&eacute;serv&eacute;s.</li> </ul> --> <!-- </esi:when> <esi:when test="$(GEO{'country_code'}) == 'CA' || $(HTTP_HOST) has '.ca' || $(QUERY_STRING{'country'}) has 'CA' || $(QUERY_STRING{'ir'}) has 'Canada'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="http://advertising.aol.com/brands/huffington-post" target="_blank">Advertise</a> | </li> <li><a href="/makehome/">Make HuffPost your Home Page</a> | </li> <li><a href="/syndication/">RSS</a> | </li> <li><a href="http://www.huffingtonpost.com/jobs/">Careers</a> | </li> <li><a href="http://www.huffingtonpost.com/faq/">FAQ</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.com/p/huffingtonpostca-terms-and-con.html">User Agreement</a> | </li> <li><a href="http://www.huffingtonpost.com/p/huffingtonpostca-privacy-policy.html">Privacy</a> | </li> <li><a href="http://www.huffingtonpost.com/p/community-guidelines-ca.html">Comment Policy</a> | </li> <li><a href="http://www.huffingtonpost.com/p/huffingtonpostca-about-us.html">About Us</a> | </li> <li><a href="http://adinfo.aol.com/about-our-ads/" target="_blank">About Our Ads</a> | </li> <li><a href="/contact/">Contact Us</a> | </li> <li><a href="/archive">아카이브</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy; 2016 TheHuffingtonPost.com, Inc. | </li> <li>&quot;The Huffington Post&quot; is a registered trademark of TheHuffingtonPost.com, Inc. All rights reserved.</li> </ul> --> <!-- </esi:when> <esi:when test="$(GEO{'country_code'}) == 'UK' || $(HTTP_HOST) has '.co.uk' || $(QUERY_STRING{'country'}) has 'UK' || $(QUERY_STRING{'ir'}) has 'UK'"> --> <!--esi <ul id="footer_nav_0" class="footer_nav"> <li><a href="https://itunes.apple.com/ie/app/the-huffington-post/id306621789?mt=8">Mobile App for iPhone / iPad</a> | </li> <li><a href="https://play.google.com/store/apps/details?id=com.huffingtonpost.android&hl=en">Mobile App for Android</a></li> </ul> <ul id="footer_nav_1" class="footer_nav"> <li><a href="http://advertising.aol.co.uk/brands" target="_blank">Advertise</a> | </li> <li><a href="/makehome/">Make HuffPost your Home Page</a> | </li> <li><a href="/syndication/">RSS</a> | </li> <li><a href="http://www.huffingtonpost.co.uk/p/huffingtonpostcouk-careers.html">Careers</a> | </li> <li><a href="http://www.huffingtonpost.co.uk/p/huffingtonpostcouk-faq.html">FAQ</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.co.uk/p/huffingtonpostcouk-terms-of-service.html">User Agreement</a> | </li> <li><a href="http://privacy.aol.co.uk/">Privacy</a> | </li> <li><a href="http://privacy.aol.co.uk/cookie-information/">Cookie Policy</a> | </li> <li><a href="http://www.huffingtonpost.co.uk/p/huffingtonpostcouk-comment-policy.html">Comment Policy</a> | </li> <li><a href="http://www.huffingtonpost.co.uk/p/huffingtonpostcouk-about-us.html">About Us</a> | </li> <li><a href="http://adinfo.aol.com/about-our-ads/" target="_blank">About Our Ads</a> | </li> <li><a href="http://www.huffingtonpost.co.uk/p/huffpost-uk-contact-us.html">Contact Us</a> | </li> <li><a href="/archive">아카이브</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>&quot;The Huffington Post UK&quot; is provided by AOL (UK) Limited. &copy; 2016 AOL (UK) Limited its affiliates and licensors</li> </ul>--> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has '.fr'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="http://www.mpublicite.fr/">AD</a> | </li> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.huffingtonpost.fr/p/mentions-legales.html">법적 고지</a> | </li> <li><a href="http://www.huffingtonpost.fr/p/huffpost-france-faq.html">자주 묻는 질문들</a> | </li> <li><a href="http://www.huffingtonpost.fr/p/cookies-et-autres-technologies.html">Cookies</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.fr/p/conditions-generales.html">서비스 약관</a> | </li> <li><a href="http://www.huffingtonpost.fr/p/charte-de-confidentialite.html">개인정보 취급방침</a> | </li> <li><a href="http://www.huffingtonpost.fr/p/charte-des-commentaires.html">댓글 작성 및 조정 정책</a> | </li> <li><a href="http://www.huffingtonpost.fr/p/a-propos-de-nous.html">회사소개</a> | </li> <li><a href="http://www.mpublicite.fr/pdf/HuffingtonPost_MPublicite.pdf" target="_blank">광고 정보</a> | </li> <li><a href="http://www.huffingtonpost.fr/p/nous-contacter.html">오시는길</a> | </li> <li><a href="/archive">아카이브</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>&copy; 2016 Le Huffington Post SAS. Tous droits r&eacute;serv&eacute;s.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has 'voces.'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="http://voces.huffingtonpost.com/p/voces-cookies-y-otras-tecnologi.html">Política de cookies</a> | </li> <li><a href="http://voces.huffingtonpost.com/syndication/">RSS</a> | </li> <li><a href="http://www.huffingtonpost.com/jobs/">경력</a> | </li> <li><a href="http://voces.huffingtonpost.com/p/faq-es-us.html">자주 묻는 질문들</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://voces.huffingtonpost.com/p/acuerdo-del-usuario.html">서비스 약관</a> | </li> <li><a href="http://privacy.aol.com/">Pol&iacute;tica de Privacidad</a> | </li> <li><a href="http://www.huffingtonpost.com/faq/#moderation">댓글 작성 및 조정 정책</a> | </li> <li><a href="http://voces.huffingtonpost.com/p/quiene-somos-es-us.html">회사소개</a> | </li> <li><a href="http://voces.huffingtonpost.com/p/acerca-de-nuestros-anuncios.html">광고 정보</a> | </li> <li><a href="http://voces.huffingtonpost.com/p/contacto-es-us.html">오시는길</a> | </li> <li><a href="/archive">아카이브</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy; 2016 TheHuffingtonPost.com, Inc. | </li> <li>&copy;%s HuffingtonPostKorea, Ltd. All Rights Reserved.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has '.es'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="http://www.huffingtonpost.es/p/cookies-y-otras-tecnologias.html">Política de cookies</a> | </li> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.huffingtonpost.es/p/preguntas-frecuentes.html">자주 묻는 질문들</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.es/p/terminos-y-condiciones-de-uso.html">서비스 약관</a> | </li> <li><a href="/privacy/">개인정보 취급방침</a> | </li> <li><a href="http://www.huffingtonpost.es/p/politica-en-cuanto-a-comentari.html">댓글 작성 및 조정 정책</a> | </li> <li><a href="http://www.huffingtonpost.es/p/quienes-somos.html">회사소개</a> | </li> <li><a href="http://www.huffingtonpost.es/p/contacto.html">오시는길</a> | </li> <li><a href="/archive">아카이브</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy; 2016 Espa&ntilde;a Prisa Noticias S.L.U. o sus licenciadores (en particular HUFFINGTON POST INTERNATIONAL)</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has '.it'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.huffingtonpost.it/p/domande-frequenti.html">자주 묻는 질문들</a> | </li> <li><a href="http://www.huffingtonpost.it/p/cookie-ed-altre-tecnologie.html">Cookie</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.it/p/termini-e-condizioni.html">서비스 약관</a> | </li> <li><a href="http://www.huffingtonpost.it/p/informativa-sulla-privacy.html">개인정보 취급방침</a> | </li> <li><a href="http://www.huffingtonpost.it/p/moderazione-dei-commenti.html">댓글 작성 및 조정 정책</a> | </li> <li><a href="http://www.huffingtonpost.it/p/chi-siamo.html">회사소개</a> | </li> <li><a href="http://www.huffingtonpost.it/p/contattaci.html">오시는길</a> | </li> <li><a href="/archive">아카이브</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy; 2016 , HuffingtonPost Italia s.r.l., o i Suoi licenzianti (in particolare THEHUFFINGTONPOST Holdings LLC) IVA n. 07942470969</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has '.jp'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication">RSS</a> | </li> <li><a href=" http://www.huffingtonpost.jp/p/huffingtonpostjp-faq.html">자주 묻는 질문들</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.jp/p/huffingtonpostjp-terms-and-conditions.html">서비스 약관</a> | </li> <li><a href="http://www.huffingtonpost.jp/p/huffingtonpostjp-privacy-policy.html">개인정보 취급방침</a> | </li> <li><a href="http://www.huffingtonpost.jp/p/huffingtonpostjp-comment-policy.html">댓글 작성 및 조정 정책</a> | </li> <li><a href="http://www.huffingtonpost.jp/p/huffingtonpostjp-about-us.html">회사소개</a> | </li> <li><a href="http://www.huffingtonpost.jp/p/huffingtonpostjp-contact-us.html">오시는길</a> | </li> <li><a href="/archive">아카이브</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy; 2016 , &copy;%s HuffingtonPostKorea, Ltd. All Rights Reserved.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has 'huffpostmaghreb.com'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.huffpostmaghreb.com/p/maghreb-faq.html">자주 묻는 질문들</a> | </li> <li><a href="http://www.huffpostmaghreb.com/p/maghreb-terms.html">서비스 약관</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffpostmaghreb.com/p/maghreb-privacy.html">개인정보 취급방침</a> | </li> <li><a href="http://www.huffpostmaghreb.com/p/huffpostmaghreb-charte-des-commentaires.html ">댓글 작성 및 조정 정책</a> | </li> <li><a href="http://www.huffpostmaghreb.com/p/huffpostmaghreb-a-propos-de-nous.html">회사소개</a> | </li> <li><a href="http://www.huffpostmaghreb.com/p/huffpostmaghreb-nous-contacter.html">오시는길</a> | </li> <li><a href="/archive">아카이브</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>&copy; 2016 TheHuffingtonPost International. Tous droits r&eacute;serv&eacute;s.</li><ul id="footer_nav_1" class="footer_nav"> </ul>--> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has 'huffingtonpost.com.au'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/makehome/">Make HuffPost your Home Page</a> | </li> <li><a href="/syndication/">RSS</a> | </li> <li><a href="http://www.huffingtonpost.com.au/p/huffpost-australia-faqs.html">FAQ</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.com.au/p/huffpost-australia-terms.html">User Agreement</a> | </li> <li><a href="http://www.huffingtonpost.com.au/p/huffpost-australia-privacy-policy.html">Privacy</a> | </li> <li><a href="http://www.huffingtonpost.com.au/p/huffpost-australia-about-us.html">About Us</a> | </li> <li><a href="http://www.huffingtonpost.com.au/p/huffpost-australia-contact-us.html">Contact Us</a></li> <li><a href="/archive">아카이브</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy; 2016 The Huffington Post Australia Pty Ltd. | </li> <li>All rights reserved.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has '.de'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.huffingtonpost.de/p/huffpostdefaq.html">자주 묻는 질문들</a> | </li> <li><a href="http://www.huffingtonpost.de/p/cookies-und-andere-technologien.html">Cookies</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.de/p/nutzungsbedingungen.html">서비스 약관</a> | </li> <li><a href="http://www.huffingtonpost.de/p/datenschutz.html">개인정보 취급방침</a> | </li> <li><a href="http://www.huffingtonpost.de/p/kommentaren.html">댓글 작성 및 조정 정책</a> | </li> <li><a href="http://www.huffingtonpost.de/p/impressum.html">회사소개</a> | </li> <li><a href="http://www.huffingtonpost.de/p/kontakt.html">오시는길</a> | </li> <li><a href="http://www.hubert-burda-media.de/karriere/stellenangebote/?persis_city[]=all&persis_area[]=all&experience[]=all&keywords=Huffington+Post">경력</a> | </li> <li><a href="/archive">아카이브</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>&copy;2016 HuffingtonPostKorea, Ltd. All Rights Reserved.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has 'brasilpost.com.br'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.brasilpost.com.br/p/perguntas-frequentes.html">자주 묻는 질문들</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.brasilpost.com.br/p/termos-do-servico.html">서비스 약관</a> | </li> <li><a href="http://www.brasilpost.com.br/p/politica-de-privacidade.html">개인정보 취급방침</a></a> | </li> <li><a href="http://www.brasilpost.com.br/p/politica-de-comentarios.html">댓글 작성 및 조정 정책</a> | </li> <li><a href="http://www.brasilpost.com.br/p/quem-somos.html">회사소개</a> | </li> <li><a href="http://www.brasilpost.com.br/p/contatenos.html">오시는길</a> | </li> <li><a href="/archive">아카이브</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>&copy;2016 HuffingtonPostKorea, Ltd. All Rights Reserved.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has '.kr'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.huffingtonpost.kr/p/huffpostkoreafaq.html">자주 묻는 질문들</a> | </li> <li><a href="http://www.huffingtonpost.kr/p/huffpostkoreaterms.html">서비스 약관</a> | </li> <li><a href="http://www.huffingtonpost.kr/p/huffpostkoreaprivacypolicy.html">개인정보 취급방침</a> | </li> <li><a href="http://www.huffingtonpost.kr/p/huffpostkoreacommentpolicy.html">댓글 작성 및 조정 정책</a> | </li> <li><a href="http://www.huffingtonpost.kr/p/huffpostkoreaaboutus.html">회사소개</a> | </li> <li><a href="http://www.huffingtonpost.kr/p/huffpostkoreacontactus.html">오시는길</a> | </li> <li><a href="/archive">아카이브</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <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> <ul id="footer_nav_3" class="footer_nav"> <li>&copy;2016 HuffingtonPostKorea, Ltd. All Rights Reserved.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has '.gr'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication">RSS</a> | </li> <li><a href="http://www.huffingtonpost.gr/p/huffpost-gr-faq.html">자주 묻는 질문들</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.gr/p/huffpost-gr-terms.html">서비스 약관</a> | </li> <li><a href="http://www.huffingtonpost.gr/p/huffpost-greece-privacy-policy.html">개인정보 취급방침</a> | </li> <li><a href="http://www.huffingtonpost.gr/p/huffpost-gr-comment-policy.html">댓글 작성 및 조정 정책</a> | </li> <li><a href="http://www.huffingtonpost.gr/p/huffpost-gr-about-us.html">회사소개</a> | </li> <li><a href="http://www.huffingtonpost.gr/p/huffpost-gr-contact-us.html">오시는길</a> | </li> <li><a href="/archive">아카이브</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>&copy;2016 HuffingtonPostKorea, Ltd. All Rights Reserved.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has '.in'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/makehome/">Make HuffPost your Home Page</a> | </li> <li><a href="/syndication/">RSS</a> | </li> <li><a href="http://www.huffingtonpost.in/p/huffpost-india-faqs.html">FAQ</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffingtonpost.in/p/huffpost-india-terms.html">User Agreement</a> | </li> <li><a href="http://www.huffingtonpost.in/p/huffpost-india-privacy-policy.html">Privacy</a> | </li> <li><a href="http://www.huffingtonpost.in/p/huffpost-india-about-us.html">About Us</a> | </li> <li><a href="http://www.huffingtonpost.in/p/huffpost-india-contact-us.html">Contact Us</a> | </li> <li><a href="/archive">아카이브</a></li> </ul> <ul id="footer_nav_3" class="footer_nav"> <li>Copyright &copy; 2016 Times Internet Limited (and its licensors). | </li> <li>All rights reserved.</li> </ul> --> <!-- </esi:when> <esi:when test="$(HTTP_HOST) has 'huffpostarabi.com'"> --> <!--esi <ul id="footer_nav_1" class="footer_nav"> <li><a href="/syndication/">RSS</a> | </li> <li><a href="http://www.huffpostarabi.com/p/huffpost-arabi-faqs.html">자주 묻는 질문들</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <li><a href="http://www.huffpostarabi.com/p/huffpost-arabi-terms.html">서비스 약관</a> | </li> <li><a href="http://www.huffpostarabi.com/p/huffpost-arabi-privacy-policy.html">개인정보 취급방침</a> | </li> <li><a href="http://www.huffpostarabi.com/p/huffpost-arabi-about-us.html">회사소개</a> | </li> <li><a href="http://www.huffpostarabi.com/p/huffpost-arabi-contact-us.html">오시는길</a> | </li> <li><a href="/archive">아카이브</a></li> </ul> <ul id="footer_nav_3" class="footer_nav" syle="direction:rtl;"> <li> &copy;%s HuffingtonPostKorea, Ltd. All Rights Reserved. 2016&copy;</li> </ul> --> <!-- </esi:when> <esi:otherwise> --> <ul id="footer_nav_1" class="footer_nav"> <li><a href="/web/20160818045301/http://www.huffingtonpost.kr/syndication">RSS</a> | </li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/p/huffpostkoreafaq.html">자주 묻는 질문들</a> | </li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/p/huffpostkoreaterms.html">서비스 약관</a> | </li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/p/huffpostkoreaprivacypolicy.html">개인정보 취급방침</a> | </li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/p/huffpostkoreacommentpolicy.html">댓글 작성 및 조정 정책</a> | </li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/p/huffpostkoreaaboutus.html">회사소개</a> | </li> <li><a href="https://web.archive.org/web/20160818045301/http://www.huffingtonpost.kr/p/huffpostkoreacontactus.html">오시는길</a> | </li> <li><a href="/web/20160818045301/http://www.huffingtonpost.kr/archive">아카이브</a></li> </ul> <ul id="footer_nav_2" class="footer_nav"> <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> <ul id="footer_nav_3" class="footer_nav"> <li>&copy;2016 HuffingtonPostKorea, Ltd. All Rights Reserved.</li> </ul> <!-- </esi:otherwise> </esi:choose> --> <ul id="footer_nav_4" class="footer_nav"> <li>다음의 일부분 <strong> HPMG News </strong></li> </ul> <br/> </div> </div> <script type="text/javascript">huff.emit('content/update', '#twitter_promo');</script> <script type="text/javascript"> //ads processing if (HuffPoUtil.WEDGJE.ad_renders && HuffPoUtil.WEDGJE.ad_renders.length) { for (var i=0; i<HuffPoUtil.WEDGJE.ad_renders.length; i++) { HuffPoUtil.WEDGJE.ad_renders[i](); } } </script> <div style="width:300px" id="ad_store_realmedia_page_config" class="ad_store "></div><div style="width:300px" id="ad_store_realmedia_header" class="ad_store "></div><div style="width:300px" id="ad_store_leaderboard_flex" class="ad_store "></div><div style="width:300px" id="ad_store_left_lower" class="ad_store "></div><div style="width:300px" id="ad_store_right_rail_flex" class="ad_store "></div><div style="width:300px" id="ad_store_sponsorship_2" class="ad_store "></div> <div id="console"></div> <script type="text/javascript"> if(HPAds.ad_check_page_config('realmedia_page_config'))HPAds.ad_store_push('realmedia_page_config', '', 300, false, false, false, false);if(HPAds.ad_check_page_config('realmedia_header'))HPAds.ad_store_push('realmedia_header', '', 300, false, false, false, false);if(HPAds.ad_check_page_config('leaderboard_flex'))HPAds.ad_store_push('leaderboard_flex', '', 300, false, false, false, false);if(HPAds.ad_check_page_config('left_lower'))HPAds.ad_store_push('left_lower', '', 300, false, false, false, false);if(HPAds.ad_check_page_config('right_rail_flex'))HPAds.ad_store_push('right_rail_flex', '', 300, false, false, false, false);if(HPAds.ad_check_page_config('sponsorship_2'))HPAds.ad_store_push('sponsorship_2', '', 300, false, false, false, false); HPAds.ad_store_move_to_place(false); HPAds.page_spots["leaderboard_flex"]=true; HPAds.page_spots["left_lower"]=true; HPAds.page_spots["realmedia_header"]=true; HPAds.page_spots["realmedia_page_config"]=true; HPAds.page_spots["right_rail_edit_promo"]=true; HPAds.page_spots["right_rail_flex"]=true; HPAds.page_spots["sponsorship_2"]=true; HPAds.page_spots["top_1x1"]=true; HPAds.page_spots["top_left_edit_promo"]=true; </script> </div> <!-- #wrapper_inner --> </div> <!-- .wrapper_h --> <div id="tfm_skyscraper" class="top_right_skyscraper"></div> </div> <!-- #wrapper --> <!-- Begin:Survey scripts --> <!-- End:Survey scripts --> <!-- Begin Entry Tweets Updater --> <script type="text/javascript"> EntryTweets.update(); </script> <!-- End Entry Tweets Updater --> <!-- Begin comScore Tag --> <script type="text/javascript"> document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://web.archive.org/web/20160818045301/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/20160818045301im_/http://b.scorecardresearch.com/p?c1=2&amp;c2=6723616&amp;c3=&amp;c4=&amp;c5=korea&amp;c6=&amp;c15=&amp;cj=1"/> </noscript> <!-- End comScore Tag --> <script type="text/javascript"> var HPS = HPTrack.Services; HPS.setOptions('Quantcast', { labels:"Korea", qacct:"p-6fTutip1SMLM2" }); HPS.trackTo(['Quantcast']); </script> <noscript> <img src="//web.archive.org/web/20160818045301im_/http://pixel.quantserve.com/pixel/p-6fTutip1SMLM2.gif?labels=Korea" style="display:none" height="1" width="1" alt="Quantcast"/> </noscript> <script type="text/javascript" src="https://web.archive.org/web/20160818045301js_/http://pixel.quantserve.com/seg/p-6fTutip1SMLM2.js"></script> <!-- BEGIN Nielsen Tracking --> <script type="text/javascript"> HPTrack.Services.trackTo(['Nielsen']); </script> <noscript> <img src="//web.archive.org/web/20160818045301im_/http://secure-us.imrworldwide.com/cgi-bin/m?ci=us-703240h&amp;cg=0&amp;cc=1&amp;ts=noscript" width="1" height="1" alt=""/> </noscript> <!-- END Nielsen Tracking --> <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> <!-- RUM footer --> <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"a2134792db","applicationID":"4004801","transactionName":"YFIDbEBYVhJYURBaXFkYIk1BTVcMFloUHlVFWA9M","queueTime":0,"applicationTime":321,"ttGuid":"","agentToken":"","atts":"TBUAGghCRRw=","errorBeacon":"bam.nr-data.net","agent":""}</script> <!-- Served from: production-mt-wfe-58-119.use1 --> <script type="text/javascript"> jQuery('body').addClass(HPBrowser.browser_class().toLowerCase() + (HPBrowser.version() + '').replace('.', '-')); </script> <div id="ad_bottom_1x1" class="ad_wrapper"><!-- 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/20160818045301/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/20160818045301im_/https://www.facebook.com/tr?ev=6025355461629&amp;cd[value]=0.00&amp;cd[currency]=KRW&amp;noscript=1"/></noscript></div><div id="ad_bottom_1x1" class="ad_wrapper"><!-- 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/20160818045301/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/20160818045301im_/https://www.facebook.com/tr?ev=6025355461629&amp;cd[value]=0.00&amp;cd[currency]=KRW&amp;noscript=1"/></noscript></div> <script type="text/javascript">huff.use('conf', function(c){ c.set({"mtime":1471495954,"entry":0,"vertical":"korea","vertical-id":133,"vertical-name":"","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":"133","primary_vertical_name":"Korea","primary_vertical_facebook_name":"HuffPostKorea","primary_vertical_twitter_name":"HuffPostKorea","current_vertical_facebook_name":"HuffPostKorea","current_vertical_twitter_name":"HuffPostKorea","vertical\/bignews":"korea"}); });</script> <!--if user has AOL's referrer we display AOL NavBar --> </body> </html> <!-- FILE ARCHIVED ON 04:53:01 Aug 18, 2016 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 02:17:08 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.639 exclusion.robots: 0.032 exclusion.robots.policy: 0.022 esindex: 0.012 cdx.remote: 25.55 LoadShardBlock: 266.458 (6) PetaboxLoader3.datanode: 163.096 (7) PetaboxLoader3.resolve: 164.595 (2) load_resource: 148.412 -->

Pages: 1 2 3 4 5 6 7 8 9 10