CINXE.COM
유럽축구 공식웹사이트 – UEFA.com
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html lang="ko" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"><!--mobileredirection enabled--> <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://kr.uefa.com:80/","20120330202336","https://web.archive.org/","web","/_static/", "1333139016"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>유럽축구 공식웹사이트 – UEFA.com</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="description" content="유럽 축구 사이트, uefa.com,은 UEFA의 공식 사이트이자, 유럽 축구 연맹, 과 유럽 축구 행정 기관입니다. UEFA는 UEFA 챔피언스 리그, UEFA 컵과 UEFA 유럽피언 챔피언쉽 (UEFA 유로 2008, UEFA 유로 2012, 등)과 같은 유럽 대륙의 가장 유명하고 권위있는 대회를 조직합니다. 우리 사이트는 방대한 자료를 바탕으로 UEFA에서 주최하는 대회의 라이브 동영상과 모바일 서비스를 제공합니다. 또한, 유럽 축구 섹션을 통해 UEFA 클럽 대항전의 출전권이 걸린 유럽 내 53개국 리그 결과를 보도합니다. UEFA 조직 섹션은 UEFA에서 주관하는 모든 활동을 보도하며, 연습구장 섹션은 축구의 저변을 넓히기 위해 축구의 기본적인 E-러닝 프로그램을 제공합니다."/><meta name="keywords" content="유에파,유럽 축구 연맹,유럽 축구 연맹,유럽,축구,풋볼,싸커,칼치오,푸스볼,UEFA 챔피언스 리그,챔피언스 리그,UEFA 컵,유로 2008,유로 2012,유럽피언 챔피언쉽,피파,피파 월드컵,월드컵,미셸 플라티니,매치 센터,매치센터,유럽 축구,판타지 풋볼,팬존,매거진,라이브 동영상,다시보기,Vod캐스트,모바일,스타디움,연습 구장,심판,선수,감독,트릭스와 플릭스"/><meta name="author" content="uefa.com"/><meta property="og:title" content="UEFA.com"/><meta property="og:type" content="sport_league"/><meta property="og:url" content="https://web.archive.org/web/20120330202336/http://kr.uefa.com/index.html"/><meta property="og:image" content="https://web.archive.org/web/20120330202336im_/http://img.uefa.com/imgml/icons/social/og/uefacom.jpg"/><meta property="og:site_name" content="UEFA.com"/><meta property="og:description" content="Europe’s football website, now on Facebook."/><meta property="fb:app_id" content="241194762579707"/><link rel="canonical" href="https://web.archive.org/web/20120330202336/http://kr.uefa.com/index.html"/><link rel="image_src" href="https://web.archive.org/web/20120330202336im_/http://img.uefa.com/imgml/icons/social/og/uefacom.jpg"> </link><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120330202336cs_/http://kr.uefa.com/inc/css/main.css?20120329171916"/><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120330202336cs_/http://kr.uefa.com/inc/css/asian.css?20120329171931"/><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120330202336cs_/http://kr.uefa.com/inc/css/homepage.css?20120323155046"/><link type="text/css" title="standard" rel="stylesheet" media="screen" href="/web/20120330202336cs_/http://kr.uefa.com/inc/css/light.css?20110422112256"/> <script type="text/javascript" src="/web/20120330202336js_/http://kr.uefa.com/inc/js/main.js?20120323121008"> </script><link rel="shortcut icon" href="/web/20120330202336im_/http://kr.uefa.com/imgml/favicon/favicon.ico"/></head><body id="index.html" class=" langK index_homepage"><script type="text/javascript"><!-- SCW.Initialize();SCW.AllowedJSContent = new Array();SCW.ContentProperties = {"type":"homepage","sec":"uefacom","lang":"KO"};SCW.Events = new Array();SCW.EVars = {};SCW.Props = {"43":"web"};SCW.CustomSocialNetwork = {"hp":"uefacom hp"};SCW.CustomValues = {};//--></script><div id="fb-root"> </div><div class="d3cmsMaster"><div class="d3cmsHeader"><!--googleoff: all--><script type="text/javascript"> function setCookie(name, value, expires, path, domain, secure) { var today = new Date(); today.setTime(today.getTime()); if (expires) { expires = expires * 1000 * 60 * 60 * 24; }; var expires_date = new Date(today.getTime() + (expires)); var d = (domain !== undefined && domain != null && domain != '') ? ";domain=" + domain : ((cookieDomain !== undefined && cookieDomain != null && cookieDomain != '') ? ";domain=" + cookieDomain : ""); document.cookie = name + "=" + escape(value) + ((expires) ? ";expires=" + expires_date.toGMTString() : "") + ((path) ? ";path=" + path : ";path=" + "/") + d + ((secure) ? ";secure" : ""); //alert(name + "=" + escape(value) + ((expires) ? ";expires=" + expires_date.toGMTString() : "") + ((path) ? ";path=" + path : ";path=" + "/") + d + ((secure) ? ";secure" : "")); }; function getCookie(name) { var cookie = document.cookie.match(new RegExp('(^|;)\\s*' + escape(name) + '=([^;\\s]*)')); return (cookie ? unescape(cookie[2]) : null); }; function getIEVersionNumber() { var ua = navigator.userAgent; var MSIEOffset = ua.indexOf("MSIE "); if (MSIEOffset == -1) { return 1000; } else { return parseFloat(ua.substring(MSIEOffset + 5, ua.indexOf(";", MSIEOffset))); }; } var isIE5Min = getIEVersionNumber() < 6; if ((isIE5Min) && (location.pathname != '/redirect/ie55/index.html')) location.href = '/redirect/ie55/index.html'; var _DOMAIN =''; if (location.host=='localhost') _DOMAIN = 'localhost'; </script><!--googleon: all--><!--googleoff: snippet--><div class="masterNav"><p class="uefacomLogo"><a title="UEFA.com" href="/web/20120330202336/http://kr.uefa.com/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});"><img src="/web/20120330202336im_/http://kr.uefa.com/imgml/template/uefacomLogo.png" width="142" height="25" alt="UEFA.com"/></a></p><a title="유럽축구 공식웹사이트" class="uefacomBlurb" href="/web/20120330202336/http://kr.uefa.com/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});"><img src="/web/20120330202336im_/http://kr.uefa.com/img/template/HeaderString.png" width="254" height="12" alt="유럽축구 공식웹사이트"/></a><div class="beta"> </div> </div><!--googleon: snippet--> <!--googleoff:snippet--><div id="menuLevel1"><ul><li id="ml1A_cl" class=""><a href="/web/20120330202336/http://kr.uefa.com/uefachampionsleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA 챔피언스리그</a></li><li id="ml1A_el" class=""><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA 유로파리그</a></li><li id="ml1A_eu" class=""><a href="/web/20120330202336/http://kr.uefa.com/uefaeuro2012/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">UEFA EURO 2012</a></li><li id="ml1A_ma" class=""><a href="/web/20120330202336/http://kr.uefa.com/memberassociations/leaguesandcups/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">각국 리그 및 컵대회</a></li><li id="ml1A_nc" class=""><a href="/web/20120330202336/http://kr.uefa.com/news/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">뉴스센터</a></li><li id="ml1A_ls" class=""><a href="/web/20120330202336/http://kr.uefa.com/livescores/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">라이브 스코어</a></li><li id="ml1A_st" class=""><a href="/web/20120330202336/http://kr.uefa.com/store/index.html" onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Header'});">스토어</a></li></ul></div><!--googleon:snippet--> </div><div class="d3cmsBCtop"><!--googleoff:snippet--><div class="bcMenu"><ol class="fl bcLinks"> <!--googleoff:snippet--><li> <a title="UEFA.com" class="bcLink" href="/web/20120330202336/http://kr.uefa.com/index.html">UEFA.com</a></li><!--googleon:snippet--> </ol><span class="closer fl"> </span><strong class="bcOfficial">유럽축구 공식웹사이트</strong><a href="https://web.archive.org/web/20120330202336/http://www.interoute.com/" target="_blank" title="UEFA.COM - 제공 interoute " class="irtLogo"><img src="/web/20120330202336im_/http://kr.uefa.com/img/template/interoute_blu.png" alt="UEFA.COM - 제공 interoute " height="48"/></a><div class="fblike"><fb:like class="bcfb" xmlns:fb="http://www.facebook.com/2008/fbml"> </fb:like></div></div><!--test:/inc/breadcrumbs/index.html--><!--googleon:snippet--> </div><div class="d3cmsContentWrap"><div class="d3cmsContent"><div class="d3cmsCHeader"><span class="hiddenssi">SSI Err</span> </div><div class="d3cmsCBody"><div class="grid_8 "><div class="row "><div style="" class="newsList "><div class="bH"><!--googleoff:index--><!--googleon:index--> </div><div class="bC"><!--googleoff:index--><div class="innerText"><ul><li id="A0001_1" class=" w5"><div class="fl"><a class="newsThumb" href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/news/newsid=1777118.html"><img src="/web/20120330202336im_/http://kr.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/68/18/1776818_w5.jpg" alt="디에고 카펠, "2차전에서도 사기 높을 것"" width="241" height="136"/></a> </div><div class="nlbody"><p class="newsRoofline"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/index.html" title="UEFA 유로파리그">UEFA 유로파리그</a></p><h2 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/news/newsid=1777118.html" title="디에고 카펠, "2차전에서도 사기 높을 것"">디에고 카펠, "2차전에서도 사기 높을 것"</a></h2><div class="newsComment innerText"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/news/newsid=1777118.html">스포르팅 클럽 데 포르투갈의 윙어 디에고 카펠은 FC 메탈리스트 카르키프전에서 2-1로 승리해 리턴매치에서 "사기가 오를 것"이라고 말했으나, 메탈리스트는 마지막 순간에 터진 원정 골에서 희망을 발견했다.</a></div><div class="newsDate">2012년 3월 30일, 금요일 13.22중앙유럽 표준시</div> </div></li><li id="A0001_2" class=" w5"><div class="fl"><a class="newsThumb" href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/news/newsid=1777108.html"><img src="/web/20120330202336im_/http://kr.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/69/52/1776952_w5.jpg" alt="실비오, "결승골 넣어 기쁘다"" width="241" height="136"/></a> </div><div class="nlbody"><p class="newsRoofline"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/index.html" title="UEFA 유로파리그">UEFA 유로파리그</a></p><h2 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/news/newsid=1777108.html" title="실비오, "결승골 넣어 기쁘다"">실비오, "결승골 넣어 기쁘다"</a></h2><div class="newsComment innerText"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/news/newsid=1777108.html">클럽 아틀레티코 데 마드리드가 마지막 순간에 에두아르도 실비오가 결승골을 터뜨려 "어려운" 경기에서 2-1로 승리해 기쁜 마음으로 그라운드를 떠났다. 한편 하노버 96은 홈에서 승부를 뒤집을 수 있다는 자신감을 드러냈다.</a></div><div class="newsDate">2012년 3월 30일, 금요일 13.12중앙유럽 표준시</div> </div></li><li id="A0001_3" class=" w5"><div class="fl"><a class="newsThumb" href="/web/20120330202336/http://kr.uefa.com/memberassociations/news/newsid=1776454.html"><img src="/web/20120330202336im_/http://kr.uefa.com/MultimediaFiles/Photo/competitions/DomesticLeague/01/77/42/80/1774280_w5.jpg" alt="큰 싸움 앞둔 브라가와 바르셀로나" width="241" height="136"/></a> </div><div class="nlbody"><p class="newsRoofline"><a href="/web/20120330202336/http://kr.uefa.com/memberassociations/index.html" title="주말경기 프리뷰">주말경기 프리뷰</a></p><h2 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/memberassociations/news/newsid=1776454.html" title="큰 싸움 앞둔 브라가와 바르셀로나">큰 싸움 앞둔 브라가와 바르셀로나</a></h2><div class="newsComment innerText"><a href="/web/20120330202336/http://kr.uefa.com/memberassociations/news/newsid=1776454.html">갈 길 바쁜 FC 바르셀로나가 이번 시즌 UEFA 유로파리그에서 돌풍을 일으키고 있는 아틀레틱 클럽과 격돌하는 가운데, 잉글랜드와 포르투갈, 이탈리아에서 리그 판도를 뒤엎을 수 있는 중요한 일전이 펼쳐진다.</a></div><div class="newsDate">2012년 3월 30일, 금요일 9.40중앙유럽 표준시</div> </div></li><li id="A0001_4" class=" w5"><div class="fl"><a class="newsThumb" href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/news/newsid=1777049.html"><img src="/web/20120330202336im_/http://kr.uefa.com/MultimediaFiles/Photo/competitions/Comp_Matches/01/77/65/72/1776572_w5.jpg" alt="아틀레틱의 자만을 경계하는 요렌테" width="241" height="136"/></a> </div><div class="nlbody"><p class="newsRoofline"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/index.html" title="UEFA 유로파리그">UEFA 유로파리그</a></p><h2 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/news/newsid=1777049.html" title="아틀레틱의 자만을 경계하는 요렌테">아틀레틱의 자만을 경계하는 요렌테</a></h2><div class="newsComment innerText"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/news/newsid=1777049.html">아틀레틱 클럽의 스트라이커 페르난도 요렌테가 FC 샬케 04와의 원정경기에서 4-2로 승리한 후, "정당한" 결과지만 준결승전 진출을 확신하면 안 된다고 말했다.</a></div><div class="newsDate">2012년 3월 30일, 금요일 9.05중앙유럽 표준시</div> </div></li></ul> </div><!--googleon:index--> </div><div class="bF"> </div> </div> </div><div class="row "><div style="" class="newsList box boxSimple"><div class="bH"><!--googleoff:index--><h3 class="bigTitle">UCL 뉴스 </h3><!--googleon:index--> </div><div class="bC"><!--googleoff:index--><div class="innerText"><ul class="box boxSimple"><li id="A0001_1" class=""><div class="nlbody"><h2 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/uefachampionsleague/news/newsid=1776158.html" title="디아라, "경험의 차이가 승패를 갈랐다"">디아라, "경험의 차이가 승패를 갈랐다"</a></h2><div class="newsComment innerText"><a href="/web/20120330202336/http://kr.uefa.com/uefachampionsleague/news/newsid=1776158.html">올랭피크 드 마르세유의 미드필더 알루 디아라가 스타드 벨로드롬에서 열린 8강 홈 1차전에서 FC 바이에른 뮌헨에 2-0으로 패한 후 "경험의 차이가 승패를 갈랐다"고 말했다.</a></div> </div></li><li id="A0001_2" class=""><div class="nlbody"><h2 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/uefachampionsleague/news/newsid=1776101.html" title="안토니니, "바르셀로나 저지해 기뻐"">안토니니, "바르셀로나 저지해 기뻐"</a></h2><div class="newsComment innerText"><a href="/web/20120330202336/http://kr.uefa.com/uefachampionsleague/news/newsid=1776101.html">루카 안토니니의 결의는 AC 밀란이 산 시로에서 FC 바르셀로나와 무득점 무승부를 거두는데 결정적인 역할을 했다. 레프트-백인 그는 "팀과 내가 보여준 활약에 기쁘고 자부심을 느낀다"고 말했다.</a></div> </div></li></ul> </div><!--googleon:index--> </div><div class="bF"> </div> </div> </div><div class="row "><div style="" class="newsList box boxSimple"><div class="bH"><!--googleoff:index--><h3 class="bigTitle">UEL 뉴스 </h3><!--googleon:index--> </div><div class="bC"><!--googleoff:index--><div class="innerText"><ul class="box boxSimple"><li id="A0001_1" class=""><div class="nlbody"><h2 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/season=2012/matches/round=2000275/match=2007469/prematch/preview/index.html" title="스테벤스, "아틀레틱은 종잡을 수 없는 팀"">스테벤스, "아틀레틱은 종잡을 수 없는 팀"</a></h2><div class="newsComment innerText"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/season=2012/matches/round=2000275/match=2007469/prematch/preview/index.html">목요일에 열리는 8강전을 앞둔 FC 샬케 04의 훕 스테벤스 감독은 유럽대회에서의 성적과 자국리그에서의 성적이 상당히 다른 "아틀레틱 클럽이 진정 얼마나 강한지 알지 못하겠다"고 인정했다.</a></div> </div></li><li id="A0001_2" class=""><div class="nlbody"><h2 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/news/newsid=1775383.html" title="아틀레티코에서 재기에 성공한 후안프란">아틀레티코에서 재기에 성공한 후안프란</a></h2><div class="newsComment innerText"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/news/newsid=1775383.html">후안프란은 소속팀 클럽 아틀레티코 데 마드리드가 UEFA 유로파리그 준준결승전을 위한 모든 준비를 마쳤다고 자신한다: "감독님께서 하노버에 대한 모든 정보를 입수했다."</a></div> </div></li></ul> </div><!--googleon:index--> </div><div class="bF"> </div> </div> </div> </div><div class="grid_4 "><div class="row "><div style="" class="newsBulList box barsList boxSimple"><div class="bH"><!--googleoff:index--><h3>에디터의 선택</h3><!--googleon:index--> </div><div class="bC"><!--googleoff:index--><ul class="box barsList boxSimple"><li><h4 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/news/newsid=1777118.html">디에고 카펠, "2차전에서도 사기 높을 것"</a></h4></li><li><h4 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/news/newsid=1777108.html">실비오, "결승골 넣어 기쁘다"</a></h4></li><li><h4 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/memberassociations/news/newsid=1776454.html">큰 싸움 앞둔 브라가와 바르셀로나</a></h4></li><li><h4 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/news/newsid=1777049.html">아틀레틱의 자만을 경계하는 요렌테</a></h4></li><li><h4 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/news/newsid=1777031.html">모이산데르, "우리에게 경기 운이 따랐다"</a></h4></li><li><h4 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/uefaeuro/news/newsid=1776929.html">알란 자고예프, 부상으로 유로 출전 불투명</a></h4></li><li><h4 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/uefachampionsleague/news/newsid=1776914.html">APOEL, 주축선수 두 명 부상</a></h4></li><li><h4 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/memberassociations/news/newsid=1776847.html">무득점의 바르셀로나, 루마니아에선 골풍년</a></h4></li></ul><!--googleon:index--> </div><div class="bF"> </div> </div> </div><div class="row "><div class="box jcBox newsSlide photo" style=""><div class="bH"><!--googleoff:index--><h3>사진 </h3><!--googleon:index--> </div><div class="bC"><!--googleoff:index--><div class="jboxdiv scroll_1 animation_slow" id="newsSlidePhoto"><div class="jc-clip"><ul class="jc-list"><li><a href="/web/20120330202336/http://kr.uefa.com/memberassociations/association=none/photos/photoid=1777348.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/DomesticLeague/01/77/73/48/1777348_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Jakub Błaszczykowski (Borussia Dortmund)"/><img src="/web/20120330202336im_/http://kr.uefa.com/MultimediaFiles/Photo/competitions/DomesticLeague/01/77/73/48/1777348_w4.jpg" width="324" height="182" alt="Jakub Błaszczykowski (Borussia Dortmund)"/></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Jakub Błaszczykowski (Borussia Dortmund)</div></div></li><li><a href="/web/20120330202336/http://kr.uefa.com/memberassociations/association=none/photos/photoid=1777347.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/DomesticLeague/01/77/73/47/1777347_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Jakub Błaszczykowski (Borussia Dortmund)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Jakub Błaszczykowski (Borussia Dortmund)</div></div></li><li><a href="/web/20120330202336/http://kr.uefa.com/memberassociations/association=none/photos/photoid=1777346.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/DomesticLeague/01/77/73/46/1777346_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Jakub Błaszczykowski (Borussia Dortmund)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Jakub Błaszczykowski (Borussia Dortmund)</div></div></li><li><a href="/web/20120330202336/http://kr.uefa.com/memberassociations/association=none/photos/photoid=1777342.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/DomesticLeague/01/77/73/42/1777342_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Tamás Hajnal (VfB Stuttgart) & Sebastian Kehl (Borussia Dortmund)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Tamás Hajnal (VfB Stuttgart) & Sebastian Kehl (Borussia Dortmund)</div></div></li><li><a href="/web/20120330202336/http://kr.uefa.com/memberassociations/association=none/photos/photoid=1777339.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/DomesticLeague/01/77/73/39/1777339_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Sebastian Kehl & Shinji Kagawa (Borussia Dortmund)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Sebastian Kehl & Shinji Kagawa (Borussia Dortmund)</div></div></li><li><a href="/web/20120330202336/http://kr.uefa.com/memberassociations/association=none/photos/photoid=1777338.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/DomesticLeague/01/77/73/38/1777338_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Sebastian Kehl & Shinji Kagawa (Borussia Dortmund)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Sebastian Kehl & Shinji Kagawa (Borussia Dortmund)</div></div></li><li><a href="/web/20120330202336/http://kr.uefa.com/memberassociations/association=none/photos/photoid=1777337.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/DomesticLeague/01/77/73/37/1777337_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Shinji Kagawa (Borussia Dortmund)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Shinji Kagawa (Borussia Dortmund)</div></div></li><li><a href="/web/20120330202336/http://kr.uefa.com/memberassociations/association=none/photos/photoid=1777336.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/DomesticLeague/01/77/73/36/1777336_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Shinji Kagawa (Borussia Dortmund)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Shinji Kagawa (Borussia Dortmund)</div></div></li><li><a href="/web/20120330202336/http://kr.uefa.com/memberassociations/association=none/photos/photoid=1777335.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/DomesticLeague/01/77/73/35/1777335_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Shinji Kagawa (Borussia Dortmund)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Shinji Kagawa (Borussia Dortmund)</div></div></li><li><a href="/web/20120330202336/http://kr.uefa.com/memberassociations/association=none/photos/photoid=1777334.html" class="newsThumb"><input type="hidden" class="src" value="/MultimediaFiles/Photo/competitions/DomesticLeague/01/77/73/34/1777334_w4.jpg"/><input type="hidden" class="width" value="324"/><input type="hidden" class="height" value="182"/><input type="hidden" class="title" value="Shinji Kagawa (Borussia Dortmund)"/><span class="placeholder">loading...</span></a><div class="vBgTitle noeffect"><div class="vTitle innerText">Shinji Kagawa (Borussia Dortmund)</div></div></li></ul></div></div><!--googleon:index--> </div><div class="bF"><!--googleoff:index--><div class="panel"> <div class="bgMore"><div class="startMore fl"> </div><a class="morelink fl" href="/web/20120330202336/http://kr.uefa.com/news/photos/index.html">사진 더보기</a><div class="endMore fl"> </div></div><div class="jc-pgstat"><span class="jc-pgstat-newsSlidePhoto">1</span> / 10</div></div><!--googleon:index--> </div> </div> </div><div class="row "><div class="box "><div class="bH"><!--googleoff:index--><h3>UEFA 키 인포메이션 </h3> <!--googleon:index--> </div><div class="bC"><div style="" class="newsBulList box noborder barsList"><div class="bH"><!--googleoff:index--><h3> </h3><!--googleon:index--> </div><div class="bC"><!--googleoff:index--><ul class="box noborder barsList"><li><h4 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/news/newsid=1737792.html">축구의 가치를 지키다 - 미셸 플라티니</a></h4></li><li><h4 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/uefachampionsleague/news/newsid=1687795.html">UEFA 회장, 스트라스부르 유럽 의회서 기조연설</a></h4></li><li><h4 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/news/newsid=813985.html">UEFA, 재정적 페어플레이, 경기조작과의 전쟁선언</a></h4></li><li><h4 class="nTitle"><a href="/web/20120330202336/http://kr.uefa.com/news/newsid=1671028.html">UEFA와 명장들, 트렌드를 말하다</a></h4></li></ul><!--googleon:index--> </div><div class="bF"> </div> </div> </div><div class="bF"> </div> </div> </div><div class="row "><div style="" class="box ADBox "><div class="bH"><!--googleoff:index--><!--googleon:index--> </div><div class="bC"><div><!-- begin ad tag (tile=1) --><script type="text/javascript">if (typeof ord=='undefined') {ord=Math.random()*10000000000000000;}var AD_uefacom_UEFACOMhome_internal_1='https://web.archive.org/web/20120330202336/http://ad.ch.doubleclick.net/adj/uefacom.korean/UEFACOMhome;pos=internal;tile=1;sect=;kw=;dcopt=ist;sz=300x100;ord=' + ord + '?'; addADLinkScript(AD_uefacom_UEFACOMhome_internal_1); </script><noscript><p><a href="https://web.archive.org/web/20120330202336/http://ad.ch.doubleclick.net/jump/uefacom.korean/UEFACOMhome;pos=internal;tile=1;sect=;kw=;sz=300x100;ord=123456789" onclick="window.open(this.href); return false;"><img src="https://web.archive.org/web/20120330202336im_/http://ad.ch.doubleclick.net/ad/uefacom.korean/UEFACOMhome;pos=internal;tile=1;sect=;kw=;sz=300x100;ord=123456789" width="300" height="100" alt=""/></a></p></noscript><!-- End ad tag --> </div> </div><div class="bF"> </div> </div> </div> </div> </div></div></div><div class="d3cmsBCbot"><!--googleoff:snippet--><div class="bcMenu"><ol class="fl bcLinks"> <!--googleoff:snippet--><li> <a title="UEFA.com" class="bcLink" href="/web/20120330202336/http://kr.uefa.com/index.html">UEFA.com</a></li><!--googleon:snippet--> </ol><span class="closer fl"> </span><strong class="bcOfficial">유럽축구 공식웹사이트</strong><a href="https://web.archive.org/web/20120330202336/http://www.interoute.com/" target="_blank" title="UEFA.COM - 제공 interoute " class="irtLogo"><img src="/web/20120330202336im_/http://kr.uefa.com/img/template/interoute_blu.png" alt="UEFA.COM - 제공 interoute " height="48"/></a><div class="fblike"><fb:like class="bcfb" xmlns:fb="http://www.facebook.com/2008/fbml"> </fb:like></div></div><!--test:/inc/breadcrumbs/index.html--><!--googleon:snippet--> </div><div class="d3cmsFooter"><!--googleoff: all--><div class="d3cmsCFooter"><div class="competition fl"><span class="footerLbl">대회</span><div class="competitionlist fl"><span>- 클럽 - </span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330202336/http://kr.uefa.com/uefachampionsleague/index.html" title="UEFA 챔피언스리그">UEFA 챔피언스리그</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330202336/http://kr.uefa.com/uefaeuropaleague/index.html" title="UEFA 유로파리그">UEFA 유로파리그</a></li></ul> </div><div class="competitionlist fl"><span>국가 </span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330202336/http://kr.uefa.com/uefaeuro/index.html" title="UEFA 유로">UEFA 유로</a></li></ul> </div></div><div class="chnw fl"><div class="channel"><span class="footerLbl">UEFA 관련사이트</span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="https://web.archive.org/web/20120330202336/http://twitter.com/uefacom_kr" target="_blank" title="UEFA.com 트위터">UEFA.com 트위터</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330202336/http://kr.uefa.com/store/index.html" title="스토어">스토어</a></li></ul></div></div><div class="tlmyu fl"><div class="tools"><span class="footerLbl">UEFA 키 인포메이션</span><ul class="clean clearfix"><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330202336/http://kr.uefa.com/news/rssfeeds/index.html" title="RSS">RSS</a></li></ul></div></div><div class="languages row"><span class="langLbl">언어변경:</span><ul class="changeLang"><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'en', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120330202336/http://en.uefa.com/" title="영어">English</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'fr', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120330202336/http://fr.uefa.com/" title="Français">Français</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'de', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120330202336/http://de.uefa.com/" title="Deutsch">Deutsch</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'ru', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120330202336/http://ru.uefa.com/" title="Русский">Русский</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'es', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120330202336/http://es.uefa.com/" title="Español">Español</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'it', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120330202336/http://it.uefa.com/" title="Italiano">Italiano</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'pt', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120330202336/http://pt.uefa.com/" title="Português">Português</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'pl', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120330202336/http://pl.uefa.com/" title="Polski">Polski</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'uk', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120330202336/http://ua.uefa.com/" title="Українська">Українська</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'jp', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120330202336/http://jp.uefa.com/" title="日本語">日本語</a></li><li class="other"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'cn', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120330202336/http://cn.uefa.com/" title="中文">中文</a></li><li class="last"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});setCookie('Language', 'kr', 365, '/', _DOMAIN);" href="https://web.archive.org/web/20120330202336/http://kr.uefa.com/" title="한국어">한국어</a></li></ul></div></div><div class="d3cmsBFooter"><div class="d3cmsBCFooter"> <div class="footerL fl"><div class="footerLogo"> <!--googleoff:snippet--><li> <a title="UEFA.com" class="bcLink" href="/web/20120330202336/http://kr.uefa.com/index.html">UEFA.com</a></li><!--googleon:snippet--> </div></div><div class="footerR fl"><ul class="fOfficial"><li class="sendFeedback"><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330202336/http://kr.uefa.com/community/feedback/index.html" title="피드백">피드백</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330202336/http://kr.uefa.com/uefa/aboutuefa/organisation/contactuefa/index.html" title="연락처">연락처</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330202336/http://kr.uefa.com/uefa/faq/index.html" title="도움말 / FAQ">도움말 / FAQ</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330202336/http://kr.uefa.com/uefa/termsconditions.html" title="이용약관">이용약관</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330202336/http://kr.uefa.com/uefa/privacypolicy.html" title="개인정보취급방침">개인정보취급방침</a></li><li><a onclick="SCW.TL(this,'o','HP Content Area Click',{linkTrackVars:'events,eVar46',linkTrackEvents:'event3',events:'event3',eVar46:'Footer'});" href="/web/20120330202336/http://kr.uefa.com/sitemap/index.html" title="sitemap">sitemap</a></li></ul><ul class="disclaimer"><li>© 1998-2012 UEFA. 모든 권리 보유.</li><li>UEFA 명칭과 로고, UEFA 주관대회와 관련한 모든 마크는 UEFA가 보유한 상표권 및 저작권에 의해 보호된다. 상업적 목적으로 이와 같은 등록상표들을 무단전제 사용하는 것은 금지된다. UEFA.com을 이용하는 것은 곧 개인정보정책 약관에 동의함을 의미한다.</li></ul></div><script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://web.archive.org/web/20120330202336/https://ssl." : "https://web.archive.org/web/20120330202336/http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script><script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-12554578-1"); pageTracker._trackPageview(); } catch(err) {} </script><script type="text/javascript"> var _sf_async_config={uid:342,domain:"kr.uefa.com",pingServer:"pdeltatre.chartbeat.net"}; (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src', (("https:" == document.location.protocol) ? "https://web.archive.org/web/20120330202336/https://s3.amazonaws.com/" : "http://") + "static.chartbeat.com/js/chartbeat.js"); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script></div></div><!--googleon: all--> </div> </div><script type="text/javascript"><!-- SCW.Execute();//--></script><script type="text/javascript"><!-- if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')//--></script><noscript><!--Web Analytics--></noscript><!--/DO NOT REMOVE/--><!-- End SiteCatalyst code version: H.20.3. --> </body></html><!-- FILE ARCHIVED ON 20:23:36 Mar 30, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 16:53:22 Dec 14, 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: 2.205 exclusion.robots: 1.76 exclusion.robots.policy: 0.033 esindex: 0.008 cdx.remote: 93.996 LoadShardBlock: 382.198 (3) PetaboxLoader3.datanode: 114.176 (4) PetaboxLoader3.resolve: 225.378 (2) load_resource: 163.549 -->