CINXE.COM

Welcome to the Official Website of Busan Metropolitan City

<!DOCTYPE html> <html lang="en" class="en"> <head> <meta name="google-site-verification" content="6iNUbci2roAUMkirJKZBDp7Irr1-ZZGbEcnQlmeqFLo" /> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="Content-Security-Policy" content=""/> <meta name="X-Content-Type-Options" content="nosniff" /> <meta name="X-XSS-Protection" content="1" /> <meta name="viewport" content="width=device-width,maximum-scale=1,minimum-scale=1,user-scalable=no" /> <!-- <meta name="author" content="Busan Metropolitan City" /> <meta name="keywords" content="The official website of Busan Metropolitan City. Find information about the city government, news, events, residents, business, recreation and tourism." /> <meta name="copyright" content="1001, Jungang-daero, Yeonje-gu, Busan 47545, Republic of Korea" /> --> <meta name="description" content="The official website of Busan Metropolitan City. Find information about the city government, news, events, residents, business, recreation and tourism." /> <meta property="og:title" content="The official website of Busan Metropolitan City."> <meta property="og:description" content="The official website of Busan Metropolitan City. Find information about the city government, news, events, residents, business, recreation and tourism."> <meta property="og:image" content="/humanframe/theme/global_dev/assets/img/common/thumb_v01.jpg"> <title> Welcome to the Official Website of Busan Metropolitan City </title> <!--[if lt IE 9]> <script type="text/javascript" src="/humanframe/theme/global_newdev/assets/js/common/html5.js"></script> <script type="text/javascript" src="/humanframe/theme/global_newdev/assets/js/common/css3-mediaqueries.js"></script> <script type="text/javascript" src="/humanframe/theme/global_newdev/assets/js/jquery_ui/jquery-1.11.3.min.js"></script> <![endif]--> <script type="text/javascript" src="/humanframe/theme/global_newdev/assets/js/jquery_ui/jquery.min.js"></script> <script type="text/javascript" src="/humanframe/theme/global_newdev/assets/js/jquery_ui/jquery-ui.min.js"></script> <script type="text/javascript" src="/humanframe/theme/global_newdev/assets/js/jquery_ui/jquery.mmenu.min.all.js"></script> <script type="text/javascript" src="/humanframe/theme/global_newdev/assets/js/jquery_ui/jquery.scrollbar.min.js"></script> <script type="text/javascript" src="/humanframe/theme/global_newdev/assets/js/common/navigation.js?v=202208110925"></script> <!-- header gnb menu --> <script type="text/javascript" src="/humanframe/theme/global_newdev/assets/js/common/owl.carousel.min.js"></script> <!-- 하단 배너 롤링 --> <script src="/humanframe/global/assets/vendor/netfunnel/netfunnel.js"></script> <script src="/humanframe/theme/global_newdev/assets/js/common/datepicker_en.js"></script> <script src="/humanframe/global/assets/vendor/swiper/swiper.jquery.min.js"></script> <script src="/humanframe/global/assets/vendor/swiper/swiper.js"></script> <script src="/humanframe/global/assets/vendor/TweenMax.min.js"></script> <script src="/humanframe/global/assets/script/global.js"></script> <script src="/humanframe/global/assets/script/busan.function.js"></script> <script src="/humanframe/global/assets/vendor/plugins/jquery.cookie.js"></script> <script src="/humanframe/global/assets/script/jquery.fancybox.js"></script> <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> <link type="text/css" rel="stylesheet" href="/humanframe/global/assets/vendor/swiper/swiper.css"> <link type="text/css" rel="stylesheet" href="/humanframe/theme/global_newdev/assets/css/common/base.css"> <link type="text/css" rel="stylesheet" href="/humanframe/theme/global_newdev/assets/css/common/layout.css?v=2023-05-23-1324"> <link type="text/css" rel="stylesheet" href="/humanframe/theme/global_newdev/assets/css/common/style.css?v=202211041416"> <link type="text/css" rel="stylesheet" href="/humanframe/theme/global_newdev/assets/css/common/table_foreign.css?v=202211011516"> <link rel="stylesheet" href="/humanframe/global/assets/css/jquery.fancybox.css"/> <script src="/humanframe/global/assets/script/weather.js"></script> <script> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en' , includedLanguages: 'ar,my,bg,fr,el,de,id,kk,km,mn,pt,ru,es,tr,tl,th,vi,sw,sl,uz' , autoDisplay: false, multilanguagePage: true }, 'google_translate_element'); } </script> <link type="text/css" rel="stylesheet" href="/humanframe/theme/global_newdev/assets/css/main.css?v=2024-02-28-1306"> <!-- 추가내용 20231102 --> <link type="text/css" rel="stylesheet" href="/humanframe/theme/global_newdev/assets/css/slide_expo.css?v=2024-02-14-1408"> <script type="text/javascript" src="/humanframe/global/assets/vendor/plugins/jquery.bxslider-rahisified.js"></script> <script type="text/javascript" src="/humanframe/theme/global_newdev/assets/js/main/main.js?v=2023-06-22-1545"></script> <!-- 상단 레이어 팝업 --> <script src="/humanframe/global/assets/vendor/plugins/jquery.validate.min.js"></script> <script src="/humanframe/global/assets/vendor/plugins/jquery.validate.rule.js"></script> <script type="text/javascript"> $(function () { const dateObj = new Date(); var mon = dateObj.toLocaleString("en-US", { month: "long" }); var day = dateObj.getDate(); $('.evt-date-dd').text(mon+" "+day); $(window).scroll(function () { if ($(this).scrollTop() > 100) { $('#scrollup').fadeIn(); } else { $('#scrollup').fadeOut(); } }); $('#scrollup').click(function () { $('html, body').animate({ scrollTop: 0 }, 400); return false; }); $('.searchbtn > a').click(function(){ if ($('.searchbtn').attr('class') == "searchbtn hide"){ $(this).parent().removeClass('hide').addClass('active'); } else { $(this).parent().removeClass('active').addClass('hide'); } }); //search btn $('button.all').click(function(){ $('.gnb #navWrap').show(); }); $('button.all_close').click(function(){ $('.gnb #navWrap').hide(); }); //모바일메뉴 var $mobileMenu = $('.mobileMenu'); $mobileMenu.find('.btnMenuDropDown').on('click', function() { if ($(this).parent('li').is('.on') || $(this).parent('li').is('.active')) { $(this).siblings('ul').slideUp(100, function() { $(this).parent('li').removeClass('on active'); }); } else { $(this).closest('ul').find('li').removeClass('on active').find('>ul').hide(); $(this).siblings('ul').hide().slideDown(100, function() { $(this).parent('li').addClass('on active'); }); } }); //메뉴 슬라이드 weatherInfo("global_dev"); //탭스타일 컨텐츠 }); </script> <script type="text/javascript" src="/humanframe/theme/global_newdev/assets/js/main/jquery.dotdotdot.min.js"></script> <script type="text/javascript"> $(function() { $('.dot1').dotdotdot(); $('.dot2').dotdotdot(); }); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-BRRX67MP70"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-BRRX67MP70'); </script> <!--<script src="https://t1.kakaocdn.net/kakao_js_sdk/2.6.0/kakao.min.js" integrity="sha384-6MFdIr0zOira1CHQkedUqJVql0YtcZA1P0nbPrQYJXVJZUkTk/oX4U9GhUIs3/z8" crossorigin="anonymous"></script>--> <script src="/humanframe/global/assets/script/kakao.min.2.6.0.js"></script> <script> Kakao.init('e3e59d502dacbc8fd6599e38fcd59a79'); </script> </head> <body> <script> var pop; var siteNo = "57"; function stopCookie(popupNo){ return document.cookie.match("STOP_VIEW_AT_"+siteNo+"_"+popupNo); } function mainPopupShow(id,popupNo){ pop = document.querySelector(id); if(siteNo == 213){ if(!stopCookie(popupNo)) { pop.style.display = "block"; pop.style.height = "auto"; pop.style.position= "absolute"; pop.style.top = "auto"; pop.style.bottom = "0"; pop.style.right = "0"; pop.style.left = "auto"; } }else{ if(!stopCookie(popupNo)) { pop.style.display = "flex"; pop.style.height = window.innerHeight+"px"; document.querySelector("html").classList.add("overflow-hidden"); } } window.addEventListener("resize", function(){ pop.style.height = window.innerHeight+"px"; }); } function mainPopupClose(idx){ try { var stopViewAt = $('#stopViewAt'+idx); var isStop = stopViewAt.is(':checked'); if(isStop){ if(!stopCookie(idx)){ var today = new Date(); var timestamp = today.getTime() + (1000 * 60 * 60 * 24); var setday = new Date(timestamp); document.cookie = "STOP_VIEW_AT_"+siteNo+"_"+idx+"=Y; expires="+setday.toUTCString()+"; path=/;"; } } } catch(err){ console.log("오늘하루보이지않기 기능 해제"); } pop = document.querySelector('.mainPopup'+idx); pop.style.display = "none"; document.querySelector("html").classList.remove("overflow-hidden"); } </script> <!-- skip navigation --> <div id="accessibility"> <ul> <li><a href="#container">Go To Contents</a></li> <li><a href="#navWrap">Go to Main Menu</a></li> </ul> </div> <!-- //skip navigation --> <!-- Header Top --> <!-- start:header --> <div class="global eng"> <!-- 일반용 --> <header id="header" class="header"> <!-- 재난알림용 --> <div class="infoTop"> <div class="headerInner"> <div class="utilWrap"> <ul class="utilMenu aftB"> <!-- <li class="txt-blue"><a href="/eng/covid-19"><i class="icon-covid"></i>COVID-19</a></li> --> <li class="globalUrl"> <a href="./" class="clickArrow"><i class="icon-global"></i>eng<i class="icon-arrow"></i></a> <ul> <li><a href="https://www.busan.go.kr" target="_blank" title="open new window" rel="noopener noreferrer">한국어</a></li> <li><a href="https://www.busan.go.kr/jpn" target="_blank" title="open new window" rel="noopener noreferrer">日本語</a></li> <li><a href="https://www.busan.go.kr/zhs" target="_blank" title="open new window" rel="noopener noreferrer">简体中文</a></li> <li><a href="https://www.busan.go.kr/zht" target="_blank" title="open new window" rel="noopener noreferrer">繁體中文</a></li> <li><a href="https://www.busan.go.kr/eng/worldwide">WorldWide</a></li> </ul> </li> <!-- li><a href="https://www.busan.go.kr/eng/covid-19">COVID-19</a></li--> </ul> </div> </div> </div> <div class="headerTop"> <div class="headerInner"> <!-- <div class="searchLink mobile"><a href="https://www.busan.go.kr/search/total?Lang=en&LangCode=57"><span class="blind">search</span></a></div> --> <div class="searchLink searchWrap mobile"><button class="btn btn-open"><span class="blind">search</span></button></div> <h1 class="logo"><a href="/eng/index"><span>Busan is good</span><!--img src="/humanframe/theme/global_newdev/assets/img/common/logo.png" alt="The First to the Future Green Smart City, Busan"--></a></h1> <button class="headerBtn_mo"> <span><i class="blind">menu</i></span> <span></span> <span></span> </button> <!-- SearchBar <div class="searchWrap"> <form name="searchForm" action="https://www.busan.go.kr/search/total" method="get" target="_blank"> <fieldset> <legend class="invisible">search</legend> <div class="searchInput"> <label for="searchText2"></label> <input id="searchText2" name="searchText" type="text" placeholder="Search"> <input id="LangCode2" name="LangCode" type="hidden" value="57"> <input id="Lang2" name="Lang" type="hidden" value="en"> </div> <input type="submit" class="btnSearch" value="" title="Search"> </fieldset> </form> </div> --> </div> </div> <div class="headerBody"> <div class="headerInner"> <div class="gnb-shadow"></div> <div class="gnbWrap"> <div class="gnb"> <!-- navigation 주메뉴 --> <div id="navWrap" class="nav-wrap"> <div id="gnb_site_menu" class="gnb-menu"> <ul class="mobileArea gnb-area"> <li class="Nav"> <a href="/eng/introduction" ><strong>About Busan</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button> <ul class="dropNav mobileTax"> <li> <a href="/eng/introduction" ><strong>Busan at a Glance</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/introduction"><strong>Introduction</strong></a> </li><li> <a href="/eng/city-environment"><strong>City Environment</strong></a> </li><li> <a href="/eng/four-seasons"><strong>Four Seasons</strong></a> </li><li> <a href="/eng/origin-of-busan"><strong>Origin of Busan</strong></a> </li><li> <a href="/eng/autonomous-districts"><strong>Autonomous Districts</strong></a> </li><li> <a href="/eng/bsrole"><strong>Role & History</strong></a> </li></ul></li><li> <a href="/eng/bsglance04" ><strong>Busan's Symbols</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/bsglance04"><strong>City Symbols</strong></a> </li><li> <a href="/eng/bsglance06"><strong>Busan Citizen's Charter</strong></a> </li></ul></li><li> <a href="/eng/history-of-busan"><strong>History of Busan</strong></a> </li><li> <a href="https://www.busan.go.kr/wartime_capital_eng/" target="_blank" title="새창"><strong>World Heritage in Busan</strong></a> </li><li> <a href="/eng/bsfacts01" ><strong>Facts & Statistics</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/bsfacts01"><strong>On an average day in Busan</strong></a> </li><li> <a href="/eng/bsfacts02"><strong>Busan Statistics by Category</strong></a> </li></ul></li></ul></li><li class="Nav"> <a href="/eng/inaugural-address" ><strong>City Government</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button> <ul class="dropNav mobileTax"> <li> <a href="/eng/inaugural-address" ><strong>About the Mayor</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/inaugural-address"><strong>Inaugural Address</strong></a> </li><li> <a href="/eng/mayors-profile"><strong>Profile</strong></a> </li><li> <a href="/eng/bsvision"><strong>Vision of Busan</strong></a> </li><li> <a href="/eng/bsmayor03"><strong>Former Mayors of Busan</strong></a> </li></ul></li><li> <a href="/eng/bsorganiz01" ><strong>Organization</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/bsorganiz01"><strong>City Organization</strong></a> </li><li> <a href="http://council.busan.go.kr/eng/" target="_blank" title="새창"><strong>Council</strong></a> </li><li> <a href="/eng/bsorganiz03" ><strong>City Hall</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul><li> <a href="/eng/bsorganiz03"><strong>Virtual Tour</strong></a> </li><li> <a href="/eng/bsorganiz02"><strong>Directions</strong></a> </li><li> <a href="/eng/bsorganiz04"><strong>Floor Directory</strong></a> </li><li> <a href="/eng/bsglance07"><strong>Busan Dream Space</strong></a> </li></ul></li></ul></li><li> <a href="/eng/future-of-busan-at-a-glance"><strong>Key City Projects</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/gadeokdo01" ><strong>Gadeokdo New Airport</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul><li> <a href="/eng/gadeokdo01"><strong>Construction Objectives</strong></a> </li><li> <a href="/eng/gadeokdo03"><strong>Status and Expected Effects</strong></a> </li></ul></li><li> <a href="/eng/15-minute-city-busan"><strong>15-Minute City Busan </strong></a> </li><li> <a href="/eng/bsprproject01" ><strong>North Port Redevelopment Project</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul><li> <a href="/eng/bsprproject01"><strong>Phase 1</strong></a> </li><li> <a href="/eng/bsprproject02"><strong>Phase 2</strong></a> </li></ul></li><li> <a href="/eng/tourism01" ><strong>Busan International Tourism City Project</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul><li> <a href="/eng/tourism01"><strong>Vision Roadmap</strong></a> </li><li> <a href="/eng/tourism02"><strong>The Five Promotion Strategies</strong></a> </li><li> <a href="/eng/tourism03"><strong>Performance Goals and Area Strategy</strong></a> </li></ul></li><li> <a href="/eng/ecodelta01"><strong>Busan Eco Delta Smart City</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul><li> <a href="/eng/ecodelta01"><strong>Overview of EDSC</strong></a> </li><li> <a href="/eng/ecodelta02"><strong>Vision and Objectives</strong></a> </li><li> <a href="/eng/ecodelta0301" ><strong>Ten Innovations</strong></a> </li></ul></li><li> <a href="/eng/bsfine"><strong>Fine Dust Reduction Measures </strong></a> </li></ul></li><li> <a href="/eng/bsordinan"><strong>Ordinances</strong></a> </li><li> <a href="/eng/bscitizen"><strong>Honorary Citizenship</strong></a> </li><li> <a href="/eng/SisterCities" ><strong>Sister and Friendship Cities</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/SisterCities"><strong>List of Sister Cities</strong></a> </li><li> <a href="/eng/Kaohsiung" ><strong>Sister Cities of Busan</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul><li> <a href="/eng/Kaohsiung"><strong>Kaohsiung</strong></a> </li><li> <a href="/eng/LosAngeles"><strong>Los Angeles</strong></a> </li><li> <a href="/eng/Shimonoseki"><strong>Shimonoseki</strong></a> </li><li> <a href="/eng/Barcelona"><strong>Barcelona</strong></a> </li><li> <a href="/eng/RiodeJaneiro"><strong>Rio de Janeiro</strong></a> </li><li> <a href="/eng/Vladivostok"><strong>Vladivostok</strong></a> </li><li> <a href="/eng/Shanghai"><strong>Shanghai</strong></a> </li><li> <a href="/eng/Surabaya"><strong>Surabaya</strong></a> </li><li> <a href="/eng/Victoria"><strong>Victoria</strong></a> </li><li> <a href="/eng/Tijuana"><strong>Tijuana</strong></a> </li><li> <a href="/eng/HoChiMihn"><strong>Ho Chi Mihn</strong></a> </li><li> <a href="/eng/Auckland"><strong>Auckland</strong></a> </li><li> <a href="/eng/Valparaiso"><strong>Valparaiso</strong></a> </li><li> <a href="/eng/WesternCape"><strong>Western Cape</strong></a> </li><li> <a href="/eng/Montreal"><strong>Montreal</strong></a> </li><li> <a href="/eng/Istanbul"><strong>Istanbul</strong></a> </li><li> <a href="/eng/Dubai"><strong>Dubai</strong></a> </li><li> <a href="/eng/Fukuoka"><strong>Fukuoka</strong></a> </li><li> <a href="/eng/Chicago"><strong>Chicago</strong></a> </li><li> <a href="/eng/StPetersburg"><strong>St. Petersburg</strong></a> </li><li> <a href="/eng/PhnomPenh"><strong>Phnom Penh</strong></a> </li><li> <a href="/eng/Mumbai"><strong>Mumbai</strong></a> </li><li> <a href="/eng/Thessaloniki"><strong>Thessaloniki</strong></a> </li><li> <a href="/eng/Casablanca"><strong>Casablanca</strong></a> </li><li> <a href="/eng/Cebu"><strong>Cebu</strong></a> </li><li> <a href="/eng/Yangon"><strong>Yangon</strong></a> </li><li> <a href="/eng/mombasa"><strong>Mombasa</strong></a> </li><li> <a href="/eng/luanda"><strong>Luanda</strong></a> </li><li> <a href="/eng/daressalaam"><strong>Dar es Salaam</strong></a> </li></ul></li><li> <a href="/eng/FriendshipCities"><strong>List of Friendship Cities</strong></a> </li><li> <a href="/eng/shenzhen" ><strong>Friendship Cities of Busan</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul><li> <a href="/eng/shenzhen"><strong>Shenzhen(深圳市)</strong></a> </li><li> <a href="/eng/tianjin"><strong>Tianjin(天津市)</strong></a> </li><li> <a href="/eng/osaka"><strong>Osaka</strong></a> </li><li> <a href="/eng/chongqing"><strong>Chongqing(重庆市)</strong></a> </li><li> <a href="/eng/bangkok"><strong>Bangkok</strong></a> </li><li> <a href="/eng/beijing"><strong>Beijing</strong></a> </li><li> <a href="/eng/nagasaki"><strong>Nagasaki</strong></a> </li><li> <a href="/eng/bandarabbas"><strong>Bandar Abbas</strong></a> </li><li> <a href="/eng/ulaanbaatar"><strong>Ulaanbaatar</strong></a> </li><li> <a href="/eng/panama"><strong>Panama City</strong></a> </li><li> <a href="/eng/guangzhou"><strong>Guangzhou</strong></a> </li><li> <a href="/eng/almaty"><strong>Almaty</strong></a> </li><li> <a href="/eng/tunis"><strong>Tunis</strong></a> </li><li> <a href="/eng/sofia"><strong>Sofia</strong></a> </li><li> <a href="/eng/hamburg"><strong>Hamburg</strong></a> </li><li> <a href="/eng/dili"><strong>Dili Municipality</strong></a> </li><li> <a href="/eng/koper"><strong>Koper</strong></a> </li><li> <a href="/eng/liverpoolcityregion"><strong>Liverpool City Region</strong></a> </li><li> <a href="/eng/belizecity"><strong>Belize City</strong></a> </li><li> <a href="/eng/samarkand"><strong>Samarkand</strong></a> </li><li> <a href="/eng/rijeka"><strong>City of Rijeka</strong></a> </li><li> <a href="/eng/genoa"><strong>Genoa</strong></a> </li></ul></li></ul></li></ul></li><li class="Nav"> <a href="/eng/media-hub" target="_blank" title="새창"><strong>News</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button> <ul class="dropNav mobileTax"> <li> <a href="/eng/media-hub" target="_blank" title="새창"><strong>Busan English Media Hub</strong></a> </li><li> <a href="/eng/bsnews01"><strong>News & Notices</strong></a> </li><li> <a href="https://www.busan.go.kr/bige/daily-busan?bbsNo=10&srchCl=Daily+Busan" target="_blank" title="새창"><strong>Daily Busan</strong></a> </li><li> <a href="https://www.busan.go.kr/bige" target="_blank" title="새창"><strong>Busan is good(English Newspaper)</strong></a> </li><li> <a href="/eng/e-newsletter"><strong>e-Newsletter</strong></a> </li><li> <a href="/eng/bsview01" ><strong>Media</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/bsview01"><strong>Brochures</strong></a> </li><li> <a href="https://www.befm.or.kr/main.php?lang=eng" target="_blank" title="새창"><strong>BeFM Busan English Broadcasting</strong></a> </li><li> <a href="/eng/bsview04"><strong>Photo Gallery</strong></a> </li><li> <a href="/eng/videos"><strong>Videos</strong></a> </li></ul></li><li> <a href="/eng/bsnews04" ><strong>Events & Surveys</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/bsnews04"><strong>Event</strong></a> </li><li> <a href="/eng/bsnews05"><strong>Website Satisfaction Survey</strong></a> </li></ul></li><li> <a href="/eng/ai-translated-press-releases"><strong>AI-translated Press Releases</strong></a> </li></ul></li><li class="Nav"> <a href="/eng/bsevents?pagingYn=Y" ><strong>Visit</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button> <ul class="dropNav mobileTax"> <li> <a href="/eng/bsevents"><strong>Calendar of Events</strong></a> </li><li> <a href="/eng/visitbusan"><strong>Visit Busan </strong></a> </li><li> <a href="/eng/busan-pay"><strong>Busan Pay</strong></a> </li><li> <a href="https://www.bsmeditour.go.kr/" target="_blank" title="새창"><strong>Medical Tourism</strong></a> </li><li> <a href="http://www.citytourbusan.com/en2/00main/main.php " target="_blank" title="새창"><strong>City Tour</strong></a> </li><li> <a href="https://www.visitbusan.net/index.do?menuCd=DOM_000000302008000000&ucc2_seq=57&search_keyword=&list_type=TYPE_SMALL_CARD&order_type=NEW&listCntPerPage2=16" target="_blank" title="새창"><strong>City Cruises</strong></a> </li><li> <a href="https://www.busan.go.kr/wetland_eng/index" target="_blank" title="새창"><strong>Nakdong Estuary Eco Center</strong></a> </li><li> <a href="/eng/bswifi"><strong>Free Wi-Fi Service</strong></a> </li><li> <a href="/eng/bsfacility01" ><strong>Cultural Facilities</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/bsfacility01"><strong>Arts & Culture</strong></a> </li></ul></li><li> <a href="/eng/park01" ><strong>Parks and Arboretums</strong></a> </li><li> <a href="/eng/beaches"><strong>Beaches</strong></a> </li><li> <a href="/eng/the-seven-bridges-of-busan"><strong>Busan’s Seven Bridges</strong></a> </li><li> <a href="https://www.busan.go.kr/galmaetgil_eng/" target="_blank" title="새창"><strong>Busan Galmaet-gil</strong></a> </li></ul></li><li class="Nav"> <a href="/eng/bsport" ><strong>Business</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button> <ul class="dropNav mobileTax"> <li> <a href="/eng/bsport"><strong>Port Logistics</strong></a> </li><li> <a href="/eng/invest-busan" ><strong>Invest Busan</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/invest-busan"><strong>Digital Innovative City</strong></a> </li><li> <a href="/eng/investment-site"><strong>Investment Site</strong></a> </li><li> <a href="/eng/workcation-city"><strong>Workcation City</strong></a> </li><li> <a href="/eng/investment-procedures-and-incentives"><strong>Investment Procedures and Incentives</strong></a> </li></ul></li><li> <a href="/eng/bsfilm01" ><strong>Film and Visual Culture</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/bsfilm01"><strong>Organizations and Facilities</strong></a> </li><li> <a href="/eng/bsfilm02"><strong>Festivals and Events</strong></a> </li><li> <a href="/eng/bsfilm03"><strong>Busan International Film Festival (BIFF)</strong></a> </li></ul></li><li> <a href="/eng/bsmice01" ><strong>MICE Industry</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/bsmice01"><strong>MICE Industry</strong></a> </li><li> <a href="/eng/bsmice02"><strong>Exhibition & Convention</strong></a> </li><li> <a href="https://www.busan.go.kr/nurimaru/english.jsp" target="_blank" title="새창"><strong>Nurimaru APEC House</strong></a> </li></ul></li></ul></li><li class="Nav"> <a href="/eng/forecenter01" ><strong>Residents</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button> <ul class="dropNav mobileTax"> <li> <a href="/eng/forecenter01" ><strong>Support Centers for Foreigners</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/forecenter01"><strong>Busan Global City Foundation</strong></a> </li><li> <a href="/eng/forecenter03"><strong>Busan Foreign Residents Center</strong></a> </li><li> <a href="/eng/busan-international-students-support-center"><strong>Busan International Students Support Center</strong></a> </li><li> <a href="/eng/busan-support-center-for-foreign-workers"><strong>Busan Support Center for Foreign Workers</strong></a> </li></ul></li><li> <a href="/eng/infobank" ><strong>General Information</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/infobank"><strong>Banking</strong></a> </li><li> <a href="/eng/infodrive01" ><strong>Driving</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul><li> <a href="/eng/infodrive01"><strong>Driving License</strong></a> </li><li> <a href="/eng/infodrive02"><strong>Car Registration</strong></a> </li><li> <a href="/eng/infodrive03"><strong>Two-wheeled Vehicle Registration</strong></a> </li></ul></li><li> <a href="https://www.hikorea.go.kr/Main.pt?locale=en" target="_blank" title="새창"><strong>Immigration</strong></a> </li><li> <a href="https://www.nts.go.kr/english/main.do" target="_blank" title="새창"><strong>Taxation</strong></a> </li><li> <a href="/eng/bscommu"><strong>Communication</strong></a> </li><li> <a href="/eng/bsland"><strong>Land Purchase</strong></a> </li></ul></li><li> <a href="/eng/bsmap" ><strong>Transportation</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/bsmap"><strong>Maps of Busan</strong></a> </li><li> <a href="/eng/bscard"><strong>Transportation Cards</strong></a> </li><li> <a href="/eng/public-transportation"><strong>Public Transportation</strong></a> </li><li> <a href="/eng/demand-responsive-bus-tabara"><strong>Demand Responsive Bus TABARA</strong></a> </li><li> <a href="/eng/prepaid-dongbaekpass"><strong>Prepaid Dongbaek Pass</strong></a> </li><li> <a href="/eng/bicycle-rental-shops"><strong>Bicycle Rental Shops</strong></a> </li></ul></li><li> <a href="/eng/bshouse01" ><strong>Housing</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/bshouse01"><strong>Types of Housing</strong></a> </li><li> <a href="/eng/bshouse02"><strong>Finding Housing</strong></a> </li><li> <a href="/eng/bshouse03"><strong>Real Estate Agencies for Foreigners</strong></a> </li><li> <a href="/eng/bshouse04"><strong>Jeonse and Monthly Rent Contracts</strong></a> </li><li> <a href="/eng/bsmove01" ><strong>Moving</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul><li> <a href="/eng/bsmove01"><strong>Types of Housing</strong></a> </li><li> <a href="/eng/bsmove02"><strong>Using a Moving Company</strong></a> </li><li> <a href="/eng/bsmove03"><strong>Moving Overseas</strong></a> </li></ul></li><li> <a href="/eng/bsacqui"><strong>Acquiring Living Conveniences</strong></a> </li><li> <a href="/eng/bsgarbage"><strong>Garbage Disposal</strong></a> </li></ul></li><li> <a href="/eng/bssystem" ><strong>Education</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/bssystem"><strong>Education System</strong></a> </li><li> <a href="/eng/bsforei"><strong>Foreign Schools in Busan</strong></a> </li><li> <a href="/eng/bscollege"><strong>Colleges & Universities</strong></a> </li><li> <a href="/eng/bslearning"><strong>Learning Korean</strong></a> </li></ul></li><li> <a href="/eng/emergency-medical-service-guide" ><strong>Medical Services</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/emergency-medical-service-guide" ><strong>Medical Services</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul><li> <a href="/eng/emergency-medical-service-guide"><strong>Emergency Medical Service Guide</strong></a> </li><li> <a href="https://krguide.kr/ENG/1179/contents.do" target="_blank" title="새창"><strong>National Health Insurance</strong></a> </li><li> <a href="/eng/bsmedical03"><strong>Community Health Center</strong></a> </li><li> <a href="/eng/bsmedical04"><strong>Hospitals</strong></a> </li><li> <a href="/eng/bsmedical06"><strong>Pharmacy Information</strong></a> </li><li> <a href="/eng/bsmedical05"><strong>Emergency Rescue Call 112, 119</strong></a> </li></ul></li><li> <a href="https://www.bsmeditour.go.kr/eng/index.do" target="_blank" title="새창"><strong>Medical Tourism</strong></a> </li><li> <a href="/eng/medical-care-assistance"><strong>Medical Care Assistance Program for Foreign Workers</strong></a> </li></ul></li><li> <a href="/eng/bsfamily01" ><strong>Multicultural Family Support Project</strong></a> <button type="button" class="btnMenuDropDown">Open submenu</button><ul class="dp01"><li> <a href="/eng/bsfamily01"><strong>Multicultural Family Support Project</strong></a> </li><li> <a href="/eng/bsfamily02"><strong>Multicultural Family Support Centers</strong></a> </li><li> <a href="/eng/bsfamily04"><strong>Institution of Korean Education</strong></a> </li></ul></li><li> <a href="https://www.busan.go.kr/stadium_eng/index" target="_blank" title="새창"><strong>Sports Facilities</strong></a> </li><li> <a href="/eng/safety"><strong>Public Safety</strong></a> </li><li> <a href="/eng/apartment-fire-evacuation-manual"><strong>Apartment Fire Evacuation Manual </strong></a> </li><li> <a href="/eng/bssafetip"><strong>Earthquake Safety Tips</strong></a> </li></ul></li></ul> </div> <div id="mnb_background_area"><span></span></div> </div> </div> </div> </div> </div> <div class="headerBtn_pc"> <ul> <!-- <li class="searchLink"><a href="https://www.busan.go.kr/search/total?Lang=en&LangCode=57"><span class="blind">search</span></a></li> --> <li class="searchLink searchWrap"><button class="btn btn-open"><span class="blind">search</span></button></li> <li class="sitemapLink"> <a href="./sitemap1" class="headerBtn_mo" title="sitemap"> <span><i class="blind">menu</i></span> <span></span> <span></span> </a> </li> </ul> </div> </header> </div> <!-- //header --><!-- end:header --> <!-- start:content --> <div id="container" class="container"> <!-- section --> <div class="global eng"> <div class="main-visual"> <div class="visual-video pc"> <video preload="auto" class="video-bg tempClass" loop muted autoplay playsinline> <!--<source src="/humanframe/global/assets/video/main_vod_2024Oct_02.mp4?v=0" type="video/mp4">--> <source src="/humanframe/global/assets/video/main_vod_2025apr_01.mp4?v=0" type="video/mp4"> </video> </div> <div class="visual-video mo"> <video preload="auto" class="video-bg tempClass" loop muted autoplay playsinline> <!--<source src="/humanframe/global/assets/video/main_vod_2024Oct_02.mp4?v=0" type="video/mp4">--> <source src="/humanframe/global/assets/video/main_vod_2025apr_01.mp4?v=0" type="video/mp4"> </video> </div> <div class="shadow_bx type2"> <p class="video_text">Oryukdo Sunrise Park</p></div> <!-- <a href="https://classicbusan.busan.go.kr/Home/en/Main" title="새창열림" target="_blank"> --> </a> <!-- <div class="video_logo_bx"> <img src="/humanframe/global/assets/img/common/IGC2024(eng).png" alt="IGC2024logo" class="video_logo"/> </div>--> <!-- Weather --> <div class="weather-info"> <div class="weather-inner"> <h2 class="title">Busan</h2> <div class="weather-icon"></div> <div class="weather-txt"><span class="weather-temp"></span></div> </div> </div> <div class="searchWrap"> <div class="searchBtn"><button class="btn btn-open"><span class="blind">open</span></button></div> </div> <div class="searchBox"> <div class="searchShadow"></div> <div class="closeBtn"><button class="btn btn-close"><span class="blind">close</span></button></div> <form name="searchForm" action="https://www.busan.go.kr/search/total" method="get"> <fieldset> <legend class="invisible">search</legend> <div class="searchInput"> <label for="searchText3"></label> <input id="searchText3" name="searchText" type="text" placeholder="Search"> <input id="LangCode3" name="LangCode" type="hidden" value="57"> <input id="Lang3" name="Lang" type="hidden" value="en"> </div> <input type="submit" class="btnSearch" value="" title="Search"> </fieldset> </form> </div> <!-- <div class="visual-scrolldown"> <p><span class="txt">Scroll down</span><i class="ico ico-bottom"></i></p> </div> --> </div> <div class="mobilesearchBox "> <form name="searchForm" action="https://www.busan.go.kr/search/total" method="get"> <fieldset> <legend class="invisible">검색</legend> <div class="searchInput"> <img src="/humanframe/global/assets/img/common/logo_line_mg.svg" alt="부산시 앰블럼" class="icon_bs"/> <label for="searchText3"></label> <input id="searchText3" name="searchText" type="text" placeholder="Search"> <input id="LangCode3" name="LangCode" type="hidden" value="57"> <input id="Lang3" name="Lang" type="hidden" value="en"> </div> <input type="submit" class="btnSearch" value="" title="Search"> </fieldset> </form> </div> <div class="section se01"> <div class="cont cont01"> <div class="quickmenu-slider"> <ul class="quickmenu-ul swiper-wrapper"> <li class="swiper-slide"><a href="https://www.busan.go.kr/bige/daily-busan?bbsNo=10&srchCl=Daily+Busan" class="link" target="_blank" title="open new window" rel="noopener noreferrer"><span>Daily Busan News</span></a></li> <li class="swiper-slide"><a href="https://www.busan.go.kr/eng/media-hub" class="link" target="_blank" title="open new window" rel="noopener noreferrer"><span>English Media Hub</span></a></li> <li class="swiper-slide"><a href="https://www.visitbusan.net/en/index.do" class="link" target="_blank" title="open new window" rel="noopener noreferrer"><span>Visit Busan</span></a></li> <li class="swiper-slide"><a href="https://www.visitbusanpass.com/" class="link" target="_blank" title="open new window" rel="noopener noreferrer"><span>VISIT BUSAN PASS</span></a></li> <li class="swiper-slide"><a href="http://www.citytourbusan.com/en2/00main/main.php" class="link" target="_blank" title="open new window" rel="noopener noreferrer"><span>City Tour Bus</span></a></li> <li class="swiper-slide"><a href="https://lifeinbusan.kr/" class="link" target="_blank" title="open new window" rel="noopener noreferrer"><span>Life in Busan</span></a></li> <li class="swiper-slide"><a href="https://www.bsmeditour.go.kr/" class="link" target="_blank" title="open new window" rel="noopener noreferrer"><span> Medical Tourism</span></a></li> <li class="swiper-slide"><a href="https://www.busan.go.kr/eng/bsview01" class="link" target="_blank" title="open new window" rel="noopener noreferrer"><span>e-book </span></a></li> </ul> <!-- Add Arrows --> <div class="swiper-button-prev quickmenu-prev swiper-button-black"></div> <div class="swiper-button-next quickmenu-next swiper-button-black"></div> </div> </div> <div class="cont cont02"> <!-- Swiper --> <div class="swiper policy-banner"> <div class="swiper-wrapper banner-wrapper"> <div class="swiper-slide banner-slide"> <a href="https://classicbusan.busan.go.kr/Home/en/Main" class="banner-link" target="_blank" title="open new window" rel="noopener noreferrer"> <img src="/comm/getImage?srvcId=BANNER&amp;upperNo=7613&amp;fileTy=PCIMG&amp;fileNo=1" alt="Busan Concert Hall 관련 이미지"> </a> </div> <div class="swiper-slide banner-slide"> <a href="https://www.busan.go.kr/galmaetgil_eng/notice" class="banner-link" target="_blank" title="open new window" rel="noopener noreferrer"> <img src="/comm/getImage?srvcId=BANNER&amp;upperNo=7218&amp;fileTy=PCIMG&amp;fileNo=2" alt="Galmaet-gil: Busan's Seagull Trails 관련 이미지"> </a> </div> <div class="swiper-slide banner-slide"> <a href="https://www.busan.go.kr/bige/daily-busan?bbsNo=10&srchCl=Daily+Busan" class="banner-link" target="_blank" title="open new window" rel="noopener noreferrer"> <img src="/comm/getImage?srvcId=BANNER&amp;upperNo=6076&amp;fileTy=PCIMG&amp;fileNo=1" alt="Daily Busan 관련 이미지"> </a> </div> <div class="swiper-slide banner-slide"> <a href="https://www.busan.go.kr/wartime_capital_eng/index" class="banner-link" target="_blank" title="open new window" rel="noopener noreferrer"> <img src="/comm/getImage?srvcId=BANNER&amp;upperNo=7391&amp;fileTy=PCIMG&amp;fileNo=2" alt="World Heritage in Busan 관련 이미지"> </a> </div> <div class="swiper-slide banner-slide"> <a href="https://www.visitbusanpass.com/" class="banner-link" target="_blank" title="open new window" rel="noopener noreferrer"> <img src="/comm/getImage?srvcId=BANNER&amp;upperNo=7467&amp;fileTy=PCIMG&amp;fileNo=1" alt="Visit Busan Pass 관련 이미지"> </a> </div> </div> <!-- Add Arrows --> <div class="swiper-button-prev banner-button-prev swiper-button-black"></div> <div class="swiper-button-next banner-button-next swiper-button-black"></div> <!-- Add Pagination --> <div class="swiper-pagination banner-pagination"></div> <button class="btn btn-play banner-play">일시정지</button> </div> <!-- <div class="banner-link-group"> <a href="#" class="banner-link"><span><i class="icon-photo"></i>Busan Banner</span></a> </div> --> </div> </div> <div class="section se02"> <div class="inner"> <h2 class="se-title">The Official Website of <b>Busan Metropolitan City</b></h2> <div class="ct-group notice" data-length="3"> <div class="ct-list events"> <a href="./bsevents?pagingYn=Y" class="notice-link" target="_blank" title="open new window"> <div class="txt"> <b>Upcoming<br>Events</b> <i class="evt-date-dd"></i> </div> <div class="evt-group"> <ul class="evt-list"> <li>Armor of Armor: Joseon Armor Unearthed in Busan</li> <li>Sosopung Festival</li> <li>Reimagining Heritage: Shaping the Future Through Art</li> <li>A Tale of Two Cities</li> </ul> </div> </a></div> <div class="ct-list social"> <div class="txt"> <b>Social<br>Media</b> </div> <ul class="social-list"> <li><a href="https://www.instagram.com/busancity_globe/" class="insta" target="_blank" title="open new window" rel="noopener noreferrer" ><span class="blind">insta</span></a></li> <li><a href="https://twitter.com/BusanCity_globe" class="twitter" target="_blank" title="open new window" rel="noopener noreferrer" ><span class="blind">twitter</span></a></li> <li><a href="https://www.facebook.com/DynamicBusan" class="facebook" target="_blank" title="open new window" rel="noopener noreferrer" ><span class="blind">facebook</span></a></li> <li><a href="https://www.youtube.com/@Busan_is_good" class="youtube" target="_blank" title="open new window" rel="noopener noreferrer" ><span class="blind">youtube</span></a></li> <!-- <li><a href="http://weibo.com/dynamicbusan" class="Weibo" target="_blank" title="open new window" rel="noopener noreferrer" ><span class="blind">Weibo</span></a></li> --> </ul> </div> <div class="ct-list mayor"> <a href="inaugural-address" class="notice-link" > <div class="txt"> <b>Park Heong-joon</b> <i>Mayor of Busan</i> </div> </a> </div> </div> <div class="ct-group inform" data-length="3"> <div class="ct-list inform-list"> <a href="https://www.befm.or.kr/main.php" class="inform-link broadcasting" target="_blank" title="open new window" rel="noopener noreferrer"><span>Busan English<br>Broadcasting</span><i class="view-ico">view</i></a> </div> <div class="ct-list inform-list"> <a href="e-newsletter" class="inform-link" ><span>e-Newsletter</span><i class="view-ico">view</i></a> </div> <div class="ct-list inform-list"> <a href="https://www.busan.go.kr/bige" class="inform-link" target="_blank" title="open new window" rel="noopener noreferrer"><span> Busan is good <i class="small">(English Newspaper of Busan)</i></span><i class="view-ico">view</i></a> </div> </div> </div> </div> <div class="section se03"> <div class="inner"> <ul class="tab-list"> <li><a href="#art_tab01" class="tab-link se-title active"><span>News & Notice</span></a></li> <li><a href="#art_tab02" class="tab-link se-title"><span>Videos</span></a></li> </ul> <div class="tab-cont"> <div id="art_tab01" class="swiper atnews-slider tab-detail article active show"> <h2 class="blind">News & Notice</h2> <ul class="news-group swiper-wrapper" id="ul_news"> <!--데일리부산 --> <li class="news-list swiper-slide"> <a href="https://www.busan.go.kr/bige/./daily-busan/view?srchCl=Daily+Busan&bbsNo=10&dataNo=71141" class="news-link" target="_blank" title="open new window" rel="noopener noreferrer"> <div class="image-wrap"> <div class="image" style="background-image: url('/ImagePrint.do?dir=smartEditor&amp;savename=5e60c34434c44d3ba796bf9d4b242b29&amp;realname=1211.jpg&amp;fileext=jpg&amp;filetype=image/jpeg&amp;filesize=177384')"> <span class="badge_bbs daily">Daily Busan</span></div> </div> <div class="txt"> <div class="news_date" style="display: none;"> 2025-04-09</div> <i class="txt-date"></i> <p class="txt-title">Sign Up for a Chance to Win a Copy of the Busan English Textbook for Kids!</p> <p class="txt-subtitle">&nbsp;Busan Metropolitan City is excited to introduce English Waves, a fun and engaging English-language program designed especially for young learners up to the second grade of elementary school!Unlike traditional methods that rely heavily on memorization, English Waves takes a more child-friendly approach. Using the Content and Language Integrated Learning (CLIL) method, children get to explore fascinating subjects like science, history, and geography all while naturally picking up English.This thoughtful curriculum supports each child’s unique learning style and encourages well-rounded growth?intellectually, emotionally, and socially. It’s all about making learning joyful and meaningful!The textbooks are full of delightful illustrations and lovable characters, including Boogi, Busan’s cheerful seagull mascot. Children will also discover the wonders of Busan, from Haeundae Beach and Yongdusan Park to the dazzling Busan Fireworks Festival.To celebrate the launch, Busan City is giving away 30 printed copies of English Waves through a special raffle! Don’t miss your chance! entries are open until April 30.◎Event Period: Through April 30◎Winners announced: May 4 (Winners will receive a text message)☎Inquiries: Busan City Creative Education Division (051-888-2212)※Busan City may contact you regarding the English textbook satisfaction survey.participate :&nbsp;https://naver.me/FjbKwoQJ</p> </div> </a></li> <!--데일리부산 --> <li class="news-list swiper-slide"><a href="bsnews01/1676275" class="news-link"> <div class="image-wrap"> <div class="image" style="background-image: url('/comm/getImage?srvcId=MEDIA&amp;upperNo=21199&amp;fileTy=MEDIA&amp;fileNo=1')"></div> </div> <div class="txt"> <div class="news_date" style="display: none;">2025-04-10</div> <i class="txt-date"></i> <p class="txt-title">LCK Road to MSI 2025 in Busan - June 13-15 | Sajik Gymnasium </p> <p class="txt-subtitle">LCK Road to MSI 2025 in Busan - June 13-15 | Sajik Gymnasium◈ The LCK Road to MSI 2025 will take place at Sajik Indoor Gymnasium from June 13 to 15, 2025.◈ Co-hosted by Busan Metropolitan City and League of Legends Champions Korea (LCK), this new national selection tournament will determine the teams advancing to the Mid-Season Invitational (MSI).◈ Mayor Park Heong-joon commented, “The LCK Road to MSI 2025 will serve as a milestone in positioning Busan as an Esports leader. We look forward to welcoming even more prestigious international competitions.”□ Busan Metropolitan City, along with League of Legends Champions Korea, will host the LCK Road to MSI 2025 from June 13 to 15 at Sajik Indoor Gymnasium.○ Over five intense days, the LCK Road to MSI will determine which two national teams will qualify for the mid-season invitational, one of the premier events in the League of Legends calendar. With a revamped single-season format replacing the previous spring and summer split, the new format is set to debut in 2025.○ Sajik Indoor Gymnasium, already familiar to many due to its role in the 2023 Worlds Quarterfinals and Semifinals, will once again be the stage for elite-level play during the third, fourth, and fifth rounds of the LCK Road to MSI 2025.□ The top six ranked teams from the regular season will compete in a mix of a No. 1 Seed Decision Match and King of the Hill Playoffs, battling for the final two spots at the Mid-Season Invitational.○ With an average daily viewership of four million—more than half from overseas, League of Legends Champions Korea is recognized as a global premium Esports product. The LCK Road to MSI 2025 is expected to draw worldwide attention and further reinforce Busan’s reputation as an Esports mecca.□ The city’s comprehensive support, from planning through execution, will help ensure a smooth and successful tournament. The influx of domestic and international Esports enthusiasts will not only boost Busan’s glo</p> </div> </a> </li> <li class="news-list swiper-slide"><a href="bsnews01/1676029" class="news-link"> <div class="image-wrap"> <div class="image" style="background-image: url('/data/synap/20250408/files/824f6433-a6a1-4ae4-b949-86360cc45c8e.png')"></div> </div> <div class="txt"> <div class="news_date" style="display: none;">2025-04-08</div> <i class="txt-date"></i> <p class="txt-title">Busan Publishes ‘2025 Taste of Busan’, Bridging Culinary Tradition and Modernity</p> <p class="txt-subtitle">Busan Publishes ‘2025 Taste of Busan’, Bridging Culinary Tradition and Modernity□ On March 31, 2025, Busan Metropolitan City announced the release of the guidebook, 2025 Taste of Busan, which celebrates the city's dynamic gastronomy culture at the crossroads of tradition and modernity.□ The guidebook introduces 150 of Busan’s top restaurants and rich gastronomic heritage in four languages: Korean, English, Chinese, and Japanese.□ 2025 Taste of Busan shares intriguing stories behind beloved eateries, interviews with influential chefs who shape current trends, and insights into iconic food alleys and regional specialty dishes.○ It showcases 13 specialty dishes*, detailing their origins, key characteristics, and recommended spots to enjoy them.* Dongnae Pajeon (green onion pancake), sliced raw fish, black goat bulgogi, grilled hagfish, Haemultang (spicy seafood soup), braised monkfish, Jaecheopguk (marsh clam soup), Nakjibokkeum (spicy stir-fried small octopus), Milmyeon (cold wheat noodles), Dwaejigukbap (pork soup), Bokguk (pufferfish soup), braised crucian carp, and grilled conger eel○ B-FOOD Recipes, crafted with signature local ingredients like Myeongji green onions, Daejeo Jjapjjari tomatoes, and Yeong-do Jonaegi sweet potatoes, also promise a uniquely flavorful experience.□ A standout addition this year is the inclusion of QR codes linking to multilingual menus at 50 restaurants selected through Busan’s Multilingual Digital Menu Project in 2024, improving accessibility for international travelers.○ These digital menus are available in English, Simplified Chinese, Traditional Chinese, Japanese, Vietnamese, Russian, and Arabic.□ 2025 Taste of Busan can be viewed or downloaded via the Busan Tourism Portal (www.visitbusan.net Traveler Guides Guidebook Map).○ Printed copies will be distributed to participating restaurants, tourist information centers, consulates, the Busan Tourism Organization, and relevant divisions in each of the city’s </p> </div> </a> </li> </ul> <div class="swiper-pagination atnews-pagination"></div> <a href="./bsnews01" class="btn more-btn">View All News</a> </div> <div id="art_tab02" class="swiper atvideo-slider tab-detail article"> <h2 class="blind">Videos</h2> <ul class="news-group swiper-wrapper" id="ul_news2"> <li class="news-list swiper-slide"> <div class="news-link"> <div class="image-wrap"> <div class="image" style="background-image: url('/comm/getImage?srvcId=MEDIA&amp;upperNo=21082&amp;fileTy=MEDIA&amp;fileNo=1')"></div> </div> <div class="txt"> <div class="news_date" style="display: none;">2025-03-21</div> <i class="txt-date">Ministry of Justice</i> <a href="https://www.youtube.com/watch?v=of3J8Pu-wdg" target="_blank" title="new open window" rel="noopener noreferrer"> <p class="txt-title">A Must-Watch Video for 2.62 Million Foreign Residents in Korea</p></a> </div> </div> </li> <li class="news-list swiper-slide"> <div class="news-link"> <div class="image-wrap"> <div class="image" style="background-image: url('/comm/getImage?srvcId=MEDIA&amp;upperNo=20894&amp;fileTy=MEDIA&amp;fileNo=1')"></div> </div> <div class="txt"> <div class="news_date" style="display: none;">2025-03-17</div> <i class="txt-date">BusanTube</i> <a href="https://www.youtube.com/watch?v=YKeUvuZlDqY" target="_blank" title="new open window" rel="noopener noreferrer"> <p class="txt-title">‘Busan is good’ (Music Video)</p></a> </div> </div> </li> <li class="news-list swiper-slide"> <div class="news-link"> <div class="image-wrap"> <div class="image" style="background-image: url('/comm/getImage?srvcId=MEDIA&amp;upperNo=20820&amp;fileTy=MEDIA&amp;fileNo=1')"></div> </div> <div class="txt"> <div class="news_date" style="display: none;">2025-02-19</div> <i class="txt-date">BusanTube</i> <a href="https://www.youtube.com/watch?v=HOl1ViI8pVs" target="_blank" title="new open window" rel="noopener noreferrer"> <p class="txt-title">Busan Concert Hall </p></a> </div> </div> </li> </ul> <div class="swiper-pagination atvideo-pagination"></div> <a href="https://www.busan.go.kr/eng/videos" class="btn more-btn" target="_blank" title="new open window" rel="noopener noreferrer">View All Videos</a> </div> </div> </div> </div> <!-- <div class="section se06"> <div class="inner"> <h2 class="se-title">World EXPO 2030 BUSAN, KOREA</h2> <div class="cont cont01"> <div class="expo-slider"> <ul class="expo-ul swiper-wrapper"> <li class="swiper-slide"> <a href="https://www.youtube.com/watch?v=rm7ISQIQX8o" class="link" target="_blank" rel="noopener noreferrer" title="Busan’s 2030 World Expo Candidacy Presentation youtube"> <img src="/humanframe/theme/global_newdev/assets/img/main/expo_thm_04.png" alt="Busan’s 4th Expo 2030 Presentation banner image"/> <span>Busan’s 4th Expo 2030 Presentation</span> </a> </li> <li class="swiper-slide"> <a href="https://www.youtube.com/watch?v=WeuYNAmwVc8" class="link" target="_blank" rel="noopener noreferrer" title="Busan’s 2030 World Expo Candidacy Presentation youtube"> <img src="/humanframe/theme/global_newdev/assets/img/main/expo_thm_01.png" alt="Busan’s 3rd Expo 2030 Presentation banner image"/> <span>Busan’s 3rd Expo 2030 Presentation</span> </a> </li> <li class="swiper-slide"> <a href="https://www.busan.go.kr/eng/promotional-space-of-expo2030busan" class="link" title="Promotional Space of 2030 World Expo Busan, Korea open link"> <img src="/humanframe/theme/global_newdev/assets/img/main/expo_thm_02.png" alt="Promotional Space of 2030 World Expo Busan, Korea banner image"/> <span>Promotional Space of 2030 World Expo Busan, Korea</span> </a> </li> <li class="swiper-slide"> <a href="https://www.expo2030busan.kr/eng/index.do" class="link" target="_blank" title="open new window Homepage of 2030 World Expo Busan, Korea" rel="noopener noreferrer"> <img src="/humanframe/theme/global_newdev/assets/img/main/expo_thm_03.png" alt="Homepage of 2030 World Expo Busan, Korea banner image"/> <span>Homepage of 2030 World Expo Busan, Korea</span> </a> </li> </ul> <div class="swiper-button-prev quickmenu-prev swiper-button-black"></div> <div class="swiper-button-next quickmenu-next swiper-button-black"></div> </div> </div> </div> </div> --> </div> <!-- //section --></div> <!-- end:content --> <!-- start:footer --> <!-- footer --> <div id="footer_wrap"> <div id="footer" class="footer"> <div class="footer-info"> <div class="inner"> <div class="footer-gnb"> <ul class="footer-ul"> <li> <a href="#" class="clickArrow">Autonomous Districts<i class="icon-arrow"></i></a> <ul> <li><a href="http://www.bsjunggu.go.kr/eng/index.junggu" target="_blank" title="open new window">Jung-gu Office</a></li> <li><a href="http://www.bsseogu.go.kr/eng/index.bsseogu" target="_blank" title="open new window">Seo-gu Office</a></li> <li><a href="http://www.bsdonggu.go.kr/english/index.donggu" target="_blank" title="open new window">Dong-gu Office</a></li> <li><a href="http://www.yeongdo.go.kr/english.web" target="_blank" title="open new window">Yeongdo-gu Office</a></li> <li><a href="https://www.busanjin.go.kr/eng/index.busanjin" target="_blank" title="open new window">Busanjin-gu Office</a></li> <li><a href="http://www.dongnae.go.kr/english/index.dongnae" target="_blank" title="open new window">Dongnae-gu Office</a></li> <li><a href="http://www.bsnamgu.go.kr/index.namgu?menuCd=DOM_000000108000000000" target="_blank" title="open new window">Nam-gu Office</a></li> <li><a href="http://www.bsbukgu.go.kr/eng/index.bsbukgu" target="_blank" title="open new window">Buk-gu Office</a></li> <li><a href="https://www.haeundae.go.kr/eng/index.do" target="_blank" title="open new window">Haeundae-gu Office</a></li> <li><a href="https://www.saha.go.kr/portalEn/main.do" target="_blank" title="open new window">Saha-gu Office</a></li> <li><a href="http://www.geumjeong.go.kr/eng/index.geumj" target="_blank" title="open new window">Geumjeong-gu Office</a></li> <li><a href="http://www.bsgangseo.go.kr/bsgangseoEn/main.do" target="_blank" title="open new window">Gangseo-gu Office</a></li> <li><a href="http://yeonje.go.kr/eng/main.do" target="_blank" title="open new window">Yeonje-gu Office</a></li> <li><a href="http://www.suyeong.go.kr/eng/index.suyeong" target="_blank" title="open new window">Suyeong-gu Office</a></li> <li><a href="http://www.sasang.go.kr/eng/index.sasang" target="_blank" title="open new window">Sasang-gu Office</a></li> <li><a href="https://www.gijang.go.kr/eng/index.gijang" target="_blank" title="open new window">Gijang-gun Office</a></li> </ul> </li> </ul> <ul class="footer-ul"> <li> <a href="#" class="clickArrow">Related Agency Websites<i class="icon-arrow"></i></a> <ul> <li><a href="./relatedagencywebsites#related" target="_blank" title="open new window">Related to Busan</a></li> <li><a href="./relatedagencywebsites#affiliated" target="_blank" title="open new window">Affiliated Office</a></li> <li><a href="./relatedagencywebsites#enterprises" target="_blank" title="open new window">Local Public Enterprises</a></li> <li><a href="https://council.busan.go.kr/eng/index" target="_blank" title="open new window">Busan Metropolitan Council</a></li> <li><a href="./relatedagencywebsites#funded" target="_blank" title="open new window">City-Invested and -Funded Institutions</a></li> <li><a href="./relatedagencywebsites#public" target="_blank" title="open new window">Busan-based Public Institutions</a></li> </ul> </li> </ul> <ul class="footer-ul"> <li> <a href="#" class="clickArrow">Sister Cities<i class="icon-arrow"></i></a> <ul> <li><a href="https://www.kcg.gov.tw/" target="_blank" title="open new window">Kaohsiung</a></li> <li><a href="http://www.lacity.org/" target="_blank" title="open new window">Los Angeles</a></li> <li><a href="http://www.city.shimonoseki.lg.jp/" target="_blank" title="open new window">Shimonoseki</a></li> <li><a href="https://www.barcelona.cat/en/" target="_blank" title="open new window">Barcelona</a></li> <li><a href="http://www.rio.rj.gov.br" target="_blank" title="open new window">Rio de Janeiro</a></li> <li><a href="http://www.vlc.ru/" target="_blank" title="open new window">Vladivostok</a></li> <li><a href="https://www.shanghai.gov.cn/" target="_blank" title="open new window">Shanghai</a></li> <li><a href="http://www.surabaya.go.id/" target="_blank" title="open new window">Surabaya</a></li> <li><a href="http://www.vic.gov.au" target="_blank" title="open new window">State of Victoria</a></li> <li><a href="http://www.tijuana.gob.mx" target="_blank" title="open new window">Tijuana</a></li> <li><a href="http://www.hochiminhcity.gov.vn" target="_blank" title="open new window">Ho Chi Minh</a></li> <li><a href="http://www.aucklandcouncil.govt.nz/" target="_blank" title="open new window">Auckland</a></li> <li><a href="http://www.municipalidaddevalparaiso.cl" target="_blank" title="open new window">Valparaiso</a></li> <li><a href="http://capegateway.gov.za/" target="_blank" title="open new window">Western Cape</a></li> <li><a href="https://montreal.ca/" target="_blank" title="open new window">Montreal</a></li> <li><a href="http://www.ibb.gov.tr/en-US/Pages/Home_Page.aspx" target="_blank" title="open new window">Istanbul</a></li> <li><a href="http://www.dm.gov.ae" target="_blank" title="open new window">Dubai</a></li> <li><a href="http://www.city.fukuoka.jp" target="_blank" title="open new window">Fukuoka</a></li> <li><a href="https://www.chicago.gov/city/en.html" target="_blank" title="open new window">Chicago</a></li> <li><a href="http://www.gov.spb.ru" target="_blank" title="open new window">St. Petersburg</a></li> <li><a href="http://www.phnompenh.gov.kh" target="_blank" title="open new window">Phnom Penh</a></li> <li><a href="http://www.mcgm.gov.in" target="_blank" title="open new window">Mumbai</a></li> <li><a href="http://www.thessaloniki.gr/" target="_blank" title="open new window">Thessaloniki</a></li> <li><a href="https://casablanca.ma/" target="_blank" title="open new window">Casablanca</a></li> <li><a href="http://www.cebu.gov.ph/" target="_blank" title="open new window">Cebu</a></li> <li><a href="https://www.busan.go.kr/eng/Yangon" target="_blank" title="open new window">Yangon</a></li> <li><a href="https://web.mombasa.go.ke/" target="_blank" title="open new window">Mombasa</a></li> <li><a href="https://luanda.gov.ao/ao/" target="_blank" title="open new window">Luanda</a></li> <li><a href="http://www.dcc.go.tz/" target="_blank" title="open new window">Dar es Salaam</a></li> </ul> </li> </ul> </div> </div> </div> <div class="footer-cont"> <div class="inner"> <ul class="footer-ul"> <li class="footer-list"><a href="./privacy" style="font-weight:bold; color:#0f6ca1;">Privacy Policy</a></li> <li class="footer-list"><a href="./bsorganiz02">City Hall Hours & Directions</a></li> <li class="footer-list"><a href="https://www.busan.go.kr/eng/sitemap1">Site Map</a></li> <li class="footer-list"><a href="./relatedagencywebsites">Help</a></li> </ul> <!-- SNS --> <div class="snsWrap"> <ul class="snsMenu aftB"> <li> <a href="https://www.instagram.com/busancity_globe" target="_blank" title="open new window"><img src="/humanframe/theme/global_newdev/assets/img/icon/instagram_icon.png" alt="instagram" /></a> </li> <li> <a href="https://twitter.com/BusanCity_globe" target="_blank" title="open new window"><img src="/humanframe/theme/global_newdev/assets/img/icon/twitter_icon.png" alt="twitter" /></a> </li> <li> <a href="https://www.facebook.com/DynamicBusan" target="_blank" title="open new window"><img src="/humanframe/theme/global_newdev/assets/img/icon/facebook_icon.png" alt="facebook" /></a> </li> <li> <a href="https://www.youtube.com/@Busan_is_good" target="_blank" title="open new window"><img src="/humanframe/theme/global_newdev/assets/img/icon/youtube_icon.png" alt="youtube" /></a> </li> <li> <a href="http://www.befm.or.kr" target="_blank" title="open new window"><img src="/humanframe/theme/global_newdev/assets/img/icon/befm_icon.png" alt="BeFM logo" /></a> </li> </ul> </div> <!-- //SNS --> <div class="footLogo"> <img src="/humanframe/global/assets/img/common/ft_logo_eng.svg" alt="Busan Metropolitan City"> </div> <div class="address"> <ul> <li>1001, Jungang-daero, Yeonje-gu, Busan, 47545, Republic of Korea</li> <li>Phone: +82 (51) 120</li> </ul> </div> <div class="copyright"> <p>Copyright © Busan Metropolitan City. All rights reserved.</p> </div> </div> </div> </div> </div> <!-- //footer --><!-- end:footer --> <div style="visibility:hidden;width:0px;height:0px;" > <div id="google_translate_element"></div> </div> <div class="searchBox"> <div class="searchShadow"></div> <div class="closeBtn"><button class="btn btn-close"><span class="blind">close</span></button></div> <form name="searchForm" action="https://www.busan.go.kr/search/total" method="get"> <fieldset> <legend class="invisible">search</legend> <div class="searchInput"> <label for="searchText2"></label> <input id="searchText2" name="searchText" type="text" placeholder="Search" title="search"> <input id="LangCode2" name="LangCode" type="hidden" value="57"> <input id="Lang2" name="Lang" type="hidden" value="en"> </div> <!-- <div class="searchKeyword"> <ul> <li><a href="#">BTS</a></li> <li><a href="#">Haeundae</a></li> <li><a href="#">galmaetgil</a></li> </ul> </div> --> <input type="submit" class="btnSearch" value="" title="Search"> </fieldset> </form> </div> <!-- <a href="#" id="scrollup">위로</a> --> <button title="클릭하시면 화면 최상단으로 이동합니다" id="scrollup"><span>TOP</span></button> <!-- LOGGER(TM) TRACKING SCRIPT V.40 FOR logger.co.kr / 113618 : COMBINE TYPE / DO NOT ALTER THIS SCRIPT. --> <script type="text/javascript">var _TRK_LID = "113618";var _L_TD = "ssl.logger.co.kr";var _TRK_CDMN = "";</script> <script type="text/javascript">var _CDN_DOMAIN = location.protocol == "https:" ? "https://fs.bizspring.net" : "http://fs.bizspring.net"; (function (b, s) { var f = b.getElementsByTagName(s)[0], j = b.createElement(s); j.async = true; j.src = "//fs.bizspring.net/fs4/bstrk.1.js"; f.parentNode.insertBefore(j, f); })(document, "script"); </script> <noscript><img alt="Logger Script" width="1" height="1" src="http://ssl.logger.co.kr/tracker.1.tsp?u=113618&amp;js=N"/></noscript> <!-- END OF LOGGER TRACKING SCRIPT --> </body> </html>

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