CINXE.COM

WMEMC2023

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="//www.w3.org/1999/xhtml" xml:lang="ko" lang="ko"><head> <script>(function(i, s, o, g, r, w) { var a = s.createElement(o); var m = s.getElementsByTagName(o)[0]; a.src = g; a.onload = function() { i[r].HOST = 'https://js-error-tracer-api.cafe24.com'; i[r].TOKEN = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJoZWVyYTE5MDguY2FmZTI0LmNvbSIsImF1ZCI6ImpzLWVycm9yLXRyYWNlci1hcGkuY2FmZTI0LmNvbSIsIm1hbGxfaWQiOiJoZWVyYTE5MDgiLCJzaG9wX25vIjoyLCJwYXRoX3JvbGUiOiJNQUlOIiwibGFuZ3VhZ2VfY29kZSI6ImVuX1VTIiwiY291bnRyeV9jb2RlIjoiS1IiLCJvcmlnaW4iOiJodHRwczpcL1wvd3d3LndtZW1jMjAyMy5jb20iLCJpc19jb250YWluZXIiOmZhbHNlLCJob3N0bmFtZSI6InVlMTEyNCJ9.tl1jpy19bc5zh5H1pco1mNuZfxp6TLxkuMO6jvHsqMg'; i[r].init('https://js-error-tracer-api.cafe24.com', {"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJoZWVyYTE5MDguY2FmZTI0LmNvbSIsImF1ZCI6ImpzLWVycm9yLXRyYWNlci1hcGkuY2FmZTI0LmNvbSIsIm1hbGxfaWQiOiJoZWVyYTE5MDgiLCJzaG9wX25vIjoyLCJwYXRoX3JvbGUiOiJNQUlOIiwibGFuZ3VhZ2VfY29kZSI6ImVuX1VTIiwiY291bnRyeV9jb2RlIjoiS1IiLCJvcmlnaW4iOiJodHRwczpcL1wvd3d3LndtZW1jMjAyMy5jb20iLCJpc19jb250YWluZXIiOmZhbHNlLCJob3N0bmFtZSI6InVlMTEyNCJ9.tl1jpy19bc5zh5H1pco1mNuZfxp6TLxkuMO6jvHsqMg","collectWindowErrors":true,"preventDuplicateReport":true,"storageKeyPrefix":"EC_JET.MAIN"}); var a2 = s.createElement(o); var m2 = s.getElementsByTagName(o)[1]; a2.src = w; m2.parentNode.insertBefore(a2, m2); }; m.parentNode.insertBefore(a, m); }(window, document, 'script', '/', 'EC_JET', 'web-vitals/index.js'));</script> <script type="text/javascript">window.CAFE24 = window.CAFE24 || {};CAFE24.ROUTE = {"is_mobile":false,"is_need_route":false,"language_code":"ZZ","path":{"origin":"\/","result":"\/","prefix":""},"shop_no":0,"skin_code":"default","support_language_list":{"ar":"ar_EG","ar-EG":"ar_EG","de":"de_DE","de-DE":"de_DE","en":"en_US","en-IN":"en_IN","en-PH":"en_PH","en-US":"en_US","es":"es_ES","es-ES":"es_ES","hi":"hi_IN","hi-IN":"hi_IN","id":"id_ID","id-ID":"id_ID","it":"it_IT","it-IT":"it_IT","ja":"ja_JP","ja-JP":"ja_JP","ko":"ko_KR","ko-KR":"ko_KR","ms":"ms_MY","ms-MY":"ms_MY","pt":"pt_PT","pt-PT":"pt_PT","ru":"ru_RU","ru-RU":"ru_RU","th":"th_TH","th-TH":"th_TH","tr":"tr_TR","tr-TR":"tr_TR","vi":"vi_VN","vi-VN":"vi_VN","zh":"zh_CN","zh-CN":"zh_CN","zh-HK":"zh_HK","zh-MO":"zh_MO","zh-SG":"zh_SG","zh-TW":"zh_TW"}};</script></script><script type="text/javascript">if (typeof EC_ROUTE === "undefined") { /** * 프론트용 라우트 플러그인 * @type {{bInit: boolean, init: EC_ROUTE.init}} * CAFE24.ROUTE 참조 */ var EC_ROUTE = { EC_DOMAIN_PATH_INFO: 'EC_DOMAIN_PATH_INFO', bInit: false, aFromList: [], aToList: [], aCleanFilter: null, init: function () { if (this.bInit || typeof CAFE24.ROUTE === 'undefined') { return; } this.bInit = true; this.aCleanFilter = [ /^shop[1-9][0-9]*$/, /^(m|p)$/, new RegExp('^(' + Object.keys(CAFE24.ROUTE.support_language_list).join('|') + ')$'), /^skin-(base|skin[1-9][0-9]*|mobile[0-9]*)$/, ]; }, isNeedRoute: function () { return CAFE24.ROUTE.is_need_route; }, /** * * @param iShopNo * @param bMobile * @param sFrontLanguage * @param sSkinCode * @returns {*|string} */ getUrlDomain: function (iShopNo, bMobile, sFrontLanguage, sSkinCode) { var oRouteConfig = {}; if (typeof iShopNo == 'undefined') { oRouteConfig.shop_no = CAFE24.SDE_SHOP_NUM; } else { oRouteConfig.shop_no = iShopNo; } if (typeof bMobile == 'undefined') { oRouteConfig.is_mobile = false; } else { oRouteConfig.is_mobile = bMobile; } if (typeof sFrontLanguage == 'undefined') { oRouteConfig.language_code = ''; }else { oRouteConfig.language_code = sFrontLanguage; // 내부에서 로직으로 동작할땐 언어_지역 형태의 로케일 형태를 따른다. } if (typeof sSkinCode == 'undefined') { oRouteConfig.skin_code = ''; }else { oRouteConfig.skin_code = sSkinCode; } var sDomain = ''; if (oRouteConfig.shop_no != CAFE24.SDE_SHOP_NUM) { // 접근된 다른 멀티샵 도메인 정보는 primary domain 를 조회해야함으로 ajax 를 통해 정보를 얻는다. sDomain = this._getUrlDomainMultishop(oRouteConfig); } else { // 샵이 동일할 경우에는 접근된 domain 에 path 정보만 정리하여 반환함. sDomain = this._getUrlDomain(oRouteConfig); } return sDomain; }, _getUrlDomainMultishop: function (oRouteConfig) { var sDomain = ''; EC$.ajax({ type: 'GET', url: '/exec/front/Shop/Domain', data: { '_shop_no' : oRouteConfig.shop_no, 'is_mobile' : oRouteConfig.is_mobile, 'language_code' : oRouteConfig.language_code, 'skin_code' : oRouteConfig.skin_code, }, async: false, dataType: 'json', cache: true, success: function(oResult) { switch (oResult.code) { case '0000' : sDomain = oResult.data; break; default : break; } return false; } }); return sDomain; }, _getUrlDomain: function (oRouteConfig) { oRouteConfig.domain = this._getCreateHost(oRouteConfig); return location.protocol + '//' + oRouteConfig.domain + this._getCreateUri(oRouteConfig); }, _getCreateHost : function (oRouteConfig) { var sHost = location.host; var aHost = sHost.split('.'); if (this.isBaseDomain(sHost)) { if (aHost.length > 3) { aHost[0] = ''; } } else if (oRouteConfig.is_mobile) { if (this.isMobileDomain()) { oRouteConfig.is_mobile = false; } } return aHost.filter(Boolean).join('.'); }, _getCreateUri: function (oRouteInfo) { var aUrl = []; if (this.isBaseDomain() && oRouteInfo.shop_no > 1) { aUrl.push('shop' + oRouteInfo.shop_no); } if (oRouteInfo.is_mobile) { aUrl.push('m'); } if (oRouteInfo.language_code != 'ZZ' && oRouteInfo.language_code != '') { var iIndex = Object.values(CAFE24.ROUTE.support_language_list).indexOf(oRouteInfo.language_code); if (iIndex !== -1) { aUrl.push(Object.keys(CAFE24.ROUTE.support_language_list)[iIndex]); } } if (this.isBaseDomain() && oRouteInfo.skin_code != 'default' && oRouteInfo.skin_code != '') { aUrl.push('skin-' + oRouteInfo.skin_code); } var sUrl= '/'; if (aUrl.length > 0) { sUrl= '/' + aUrl.join('/'); sUrl = this.rtrim(sUrl, '/'); } return sUrl; }, /** * en, en-US => en_US */ convertValidLanguageCode: function (sUrlLanguageCode) { if (typeof CAFE24.ROUTE.support_language_list[sUrlLanguageCode] != 'undefined') { return CAFE24.ROUTE.support_language_list[sUrlLanguageCode]; } return false; }, isMobileDomain: function (sHost) { if (typeof sHost == 'undefined') { sHost = location.host; } var aMatched = sHost.match(/^(m|mobile|skin\-mobile|skin\-mobile[0-9]+[\-]{2}shop[0-9]+|skin\-mobile[0-9]+|mobile[\-]{2}shop[0-9]+)\./i); return aMatched != null; }, isBaseDomain: function (sHost) { if (typeof sHost == 'undefined') { sHost = location.host; } return sHost.indexOf(CAFE24.GLOBAL_INFO.getRootDomain()) !== -1; }, removePrefixUrl: function (sUrl) { if (this.isNeedRoute()) { sUrl = sUrl.replace(this.getPrefixUrl('/'), '/'); // 자동으로 prefix 붙은 영역을 제거해준다. } return sUrl; }, getPrefixUrl: function (sUrl) { if (this.isNeedRoute() === false) { return sUrl; } if (sUrl.indexOf('/') !== 0) { return sUrl; } if (sUrl.match(/^\/{2,}/) !== null) { return sUrl; } var iCachedPosition = this.aFromList.indexOf(sUrl); if (iCachedPosition > -1) { return this.aToList[iCachedPosition]; } var sCleanUrl = this.getCleanUrl(sUrl); var aPrefixPart = CAFE24.ROUTE.path.prefix.split('/'); var aUrlPart = sCleanUrl.split('/'); var bMatched = true; var sReturnUrl = sCleanUrl; if (aUrlPart.length < aPrefixPart.length) { bMatched = false; } else { for (var i = 0; i < aPrefixPart.length ; i++) { if (aPrefixPart[i] != aUrlPart[i]) { bMatched = false; break; } } } if (bMatched === false) { this.aFromList.push(sUrl); sReturnUrl = CAFE24.ROUTE.path.prefix + sCleanUrl; sReturnUrl = sReturnUrl == '/' ? sReturnUrl : this.rtrim(sReturnUrl, '/'); this.aToList.push(sReturnUrl); } return sReturnUrl; }, /** * document.location.pathname 이 필요할 경우 사용한다. * @returns {*} */ getPathName: function() { if (typeof CAFE24.ROUTE.path.result == 'undefined') { return document.location.pathname; } return CAFE24.ROUTE.path.result; }, rtrim: function (str, chr) { var rgxtrim = (!chr) ? new RegExp('\\s+$') : new RegExp(chr+'+$'); return str.replace(rgxtrim, ''); }, getShopNo: function () { return CAFE24.ROUTE.shop_no; }, getSkinCode: function () { return CAFE24.ROUTE.skin_code; }, getLanguageCode: function () { return CAFE24.ROUTE.language_code; }, getMobile: function () { return CAFE24.ROUTE.is_mobile; }, getIsMobile: function () { return CAFE24.ROUTE.is_mobile || CAFE24.ROUTE.skin_code.match(/^mobile[0-9]*$/); }, getCleanUrl: function (sUrl) { if (sUrl === '/') { return sUrl; } var aUrl = sUrl.split('/'); aUrl.shift(); if (aUrl.length < 1) { return sUrl; } // 현재 4 depth 까지 미리보기 기능이 구현되어있음 var iPos = 0; var bFind = false; for (var i =0, iCount = aUrl.length; i < iCount ; i++) { bFind = false; for (var iSub = iPos, iSubCount = this.aCleanFilter.length; iSub < iSubCount ; iSub++) { if (aUrl[i].match(this.aCleanFilter[iSub]) !== null) { bFind = true; iPos = iSub + 1; aUrl[i] = ''; break; } } if (bFind === false) { break; } } return '/' + aUrl.filter(Boolean).join('/'); }, getIsEasyUrl : function () { return !window.location.pathname.match(/^[\w\/\-\.]+(php|html|htm)$/i); } }; EC_ROUTE.init(); } </script><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=0,maximum-scale=10,user-scalable=yes"/><!-- PG크로스브라우징필수내용 --><meta http-equiv="Cache-Control" content="no-cache"/><meta http-equiv="Expires" content="0"/><meta http-equiv="Pragma" content="no-cache"/><!-- // PG크로스브라우징필수내용 --><!-- 해당 CSS는 쇼핑몰 전체 페이지에 영향을 줍니다. 삭제와 수정에 주의해주세요. --><link href="//fonts.googleapis.com/css?family=Nanum+Myeongjo&amp;display=swap&amp;subset=korean" rel="stylesheet"/><link href="//fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&amp;display=swap&amp;subset=korean" rel="stylesheet"/><link href="//fonts.googleapis.com/css?family=Poppins:300,400,500&amp;display=swap" rel="stylesheet"/><!-- 스마트디자인에서는 JQuery 1.4.4 버전이 내장되어있습니다. 추가로 호출하면 충돌이 생길 수 있습니다. --> <meta property="og:url" content="https://www.wmemc2023.com/"/> <meta property="og:site_name" content="WMEMC2022"/> <meta property="og:type" content="website"/> <script type="text/javascript" src="app/Eclog/js/cid.generate-vs-335babe3ad9b263e6e2abf9ffcd33337.js"></script> <script type="text/javascript"> window.CAFE24 = window.CAFE24 || {}; CAFE24.MANIFEST_CACHE_REVISION = '2301251173'; CAFE24.getDeprecatedNamespace = function(sDeprecatedNamespace, sSupersededNamespace) { var sNamespace = sSupersededNamespace ? sSupersededNamespace : sDeprecatedNamespace.replace(/^EC_/, ''); return CAFE24[sNamespace]; } CAFE24.FRONT_LANGUAGE_CODE = "en_US"; CAFE24.MOBILE = false; CAFE24.MOBILE_DEVICE = false; CAFE24.MOBILE_USE = false; var EC_MOBILE = CAFE24.MOBILE; var EC_MOBILE_DEVICE = CAFE24.MOBILE_DEVICE; var EC_MOBILE_USE = CAFE24.MOBILE_USE; CAFE24.SKIN_CODE = "skin5"; CAFE24.FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA = {"common_member_id_crypt":"","common_member_email":false,"common_member_zipcode":false,"common_member_mobile":false}; var EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA = CAFE24.getDeprecatedNamespace('EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA'); CAFE24.SDE_SHOP_NUM = 2;CAFE24.SHOP = {getLanguage : function() { return "en_US"; },getCurrency : function() { return "USD"; },getFlagCode : function() { return "US"; },getTimezone: function() { return "Asia/Seoul" },getDateFormat: function() { return "Y-m-d" },isMultiShop : function() { return true; },isDefaultShop : function() { return false; },isDefaultLanguageShop : function(sLanguageCode) { return SHOP.isDefaultShop() && SHOP.isLanguageShop(sLanguageCode); },isKR : function() { return false; },isUS : function() { return true; },isJP : function() { return false; },isCN : function() { return false; },isTW : function() { return false; },isES : function() { return false; },isPT : function() { return false; },isVN : function() { return false; },isPH : function() { return false; },getCountryAndLangMap : function() { return { "KR": "ko_KR", "US": "en_US", "JP": "ja_JP", "CN": "zh_CN", "TW": "zh_TW", "VN": "vi_VN", "PH": "en_PH" }},isLanguageShop : function(sLanguageCode) { return sLanguageCode === "en_US"; },getDefaultShopNo : function() { return 1; },getProductVer : function() { return 2; },isSDE : function() { return true; },isMode : function() {return false; },getModeName : function() {return false; },isMobileAdmin : function() {return false; },isNewProMode : function() {return true; },isExperienceMall : function() { return false; },getAdminID : function() {return ''},getMallID : function() {return 'heera1908'},getCurrencyFormat : function(sPriceTxt, bIsNumberFormat) { sPriceTxt = String(sPriceTxt); var aCurrencySymbol = ["$","",false]; if (typeof CAFE24.SHOP_PRICE !== 'undefined' && isNaN(sPriceTxt.replace(/[,]/gi, '')) === false && bIsNumberFormat === true) { // bIsNumberFormat 사용하려면 Ui(':libUipackCurrency')->plugin('Currency') 화폐 라이브러리 추가 필요 sPriceTxt = CAFE24.SHOP_PRICE.toShopPrice(sPriceTxt.replace(/[,]/gi, ''), true, CAFE24.SDE_SHOP_NUM); } try { var sPlusMinusSign = (sPriceTxt.toString()).substr(0, 1); if (sPlusMinusSign === '-' || sPlusMinusSign === '+') { sPriceTxt = (sPriceTxt.toString()).substr(1); return sPlusMinusSign + aCurrencySymbol[0] + sPriceTxt + aCurrencySymbol[1]; } else { return aCurrencySymbol[0] + sPriceTxt + aCurrencySymbol[1]; } } catch (e) { return aCurrencySymbol[0] + sPriceTxt + aCurrencySymbol[1]; } }};CAFE24.CURRENCY_INFO = {getOriginReferenceCurrency : function() {return 'EUR'},getCurrencyList : function(sCurrencyCode) { var aCurrencyList = {"KRW":{"currency_symbol":"\uffe6","decimal_place":0,"round_method_type":"F"},"JPY":{"currency_symbol":"&yen;","decimal_place":0,"round_method_type":"F"},"VND":{"currency_symbol":"&#8363;","decimal_place":0,"round_method_type":"F"},"PHP":{"currency_symbol":"&#8369;","decimal_place":2,"round_method_type":"R"},"CNY":{"currency_symbol":"&yen;","decimal_place":2,"round_method_type":"R"},"TWD":{"currency_symbol":"NT$","decimal_place":0,"round_method_type":"F"},"EUR":{"currency_symbol":"\u20ac","decimal_place":2,"round_method_type":"R"},"BRL":{"currency_symbol":"R$","decimal_place":2,"round_method_type":"R"},"AUD":{"currency_symbol":"A$","decimal_place":2,"round_method_type":"R"},"BHD":{"currency_symbol":".&#1583;.&#1576;","decimal_place":3,"round_method_type":"R"},"BDT":{"currency_symbol":"&#2547;","decimal_place":2,"round_method_type":"R"},"GBP":{"currency_symbol":"&pound;","decimal_place":2,"round_method_type":"R"},"CAD":{"currency_symbol":"C$","decimal_place":2,"round_method_type":"R"},"CZK":{"currency_symbol":"K&#269;","decimal_place":2,"round_method_type":"R"},"DKK":{"currency_symbol":"kr","decimal_place":2,"round_method_type":"R"},"HKD":{"currency_symbol":"HK$","decimal_place":2,"round_method_type":"R"},"HUF":{"currency_symbol":"Ft","decimal_place":2,"round_method_type":"R"},"INR":{"currency_symbol":"&#8377;","decimal_place":2,"round_method_type":"R"},"IDR":{"currency_symbol":"Rp","decimal_place":2,"round_method_type":"R"},"ILS":{"currency_symbol":"&#8362;","decimal_place":2,"round_method_type":"R"},"JOD":{"currency_symbol":" &#1583;&#1610;&#1606;&#1575;&#1585;","decimal_place":3,"round_method_type":"R"},"KWD":{"currency_symbol":"&#1583;&#1610;&#1606;&#1575;&#1585;","decimal_place":3,"round_method_type":"R"},"MYR":{"currency_symbol":"RM","decimal_place":2,"round_method_type":"R"},"MXN":{"currency_symbol":"Mex$","decimal_place":2,"round_method_type":"R"},"NZD":{"currency_symbol":"NZ$","decimal_place":2,"round_method_type":"R"},"NOK":{"currency_symbol":"kr","decimal_place":2,"round_method_type":"R"},"PKR":{"currency_symbol":"&#8360;","decimal_place":2,"round_method_type":"R"},"PLN":{"currency_symbol":"z\u0142","decimal_place":2,"round_method_type":"R"},"RUB":{"currency_symbol":"\u0440\u0443\u0431","decimal_place":2,"round_method_type":"R"},"SAR":{"currency_symbol":"&#65020;","decimal_place":2,"round_method_type":"R"},"SGD":{"currency_symbol":"S$","decimal_place":2,"round_method_type":"R"},"ZAR":{"currency_symbol":"R","decimal_place":2,"round_method_type":"R"},"SEK":{"currency_symbol":"kr","decimal_place":2,"round_method_type":"R"},"CHF":{"currency_symbol":"Fr","decimal_place":2,"round_method_type":"R"},"THB":{"currency_symbol":"&#3647;","decimal_place":2,"round_method_type":"R"},"TRY":{"currency_symbol":"TL","decimal_place":2,"round_method_type":"R"},"AED":{"currency_symbol":"&#1601;&#1604;&#1587;","decimal_place":2,"round_method_type":"R"}}; return aCurrencyList[sCurrencyCode] },isUseReferenceCurrency : function() {return true }};CAFE24.COMMON_UTIL = {convertSslForString : function(sString) { return sString.replace(/http:/gi, '');},convertSslForHtml : function(sHtml) { return sHtml.replace(/((?:src|href)\s*=\s*['"])http:(\/\/(?:[a-z0-9\-_\.]+)\/)/ig, '$1$2');},getProtocol : function() { return 'https'; },moveSsl : function() { if (CAFE24.COMMON_UTIL.getProtocol() === 'http') { var oLocation = jQuery(window.location); var sUrl = 'https://' + oLocation.attr('host') + oLocation.attr('pathname') + oLocation.attr('search'); } },setEcCookie : function(sKey, sValue, iExpire) {var exdate = new Date();exdate.setDate(exdate.getDate() + iExpire);var setValue = escape(sValue) + "; domain=." + CAFE24.GLOBAL_INFO.getBaseDomain() + "; path=/;expires=" + exdate.toUTCString();document.cookie = sKey + "=" + setValue;}};CAFE24.SHOP_LIB_INFO = {getBankInfo : function() { var oBankInfo = ""; $.ajax({ type: "GET", url: "/exec/front/Shop/Bankinfo", dataType: "json", async: false, success: function(oResponse) { oBankInfo = oResponse; } }); return oBankInfo; }}; var EC_SDE_SHOP_NUM = CAFE24.SDE_SHOP_NUM; var SHOP = CAFE24.getDeprecatedNamespace('SHOP'); var EC_COMMON_UTIL = CAFE24.getDeprecatedNamespace('EC_COMMON_UTIL'); var EC_SHOP_LIB_INFO = CAFE24.getDeprecatedNamespace('EC_SHOP_LIB_INFO'); var EC_CURRENCY_INFO = CAFE24.getDeprecatedNamespace('EC_CURRENCY_INFO'); CAFE24.ROOT_DOMAIN = "cafe24.com"; CAFE24.API_DOMAIN = "cafe24api.com"; CAFE24.TRANSLATE_LOG_STATUS = "F"; CAFE24.GLOBAL_INFO = (function() { var oData = {"base_domain":"heera1908.cafe24.com","root_domain":"cafe24.com","api_domain":"cafe24api.com","is_global":false,"is_global_standard":false,"country_code":"KR","language_code":"ko_KR","admin_language_code":"ko_KR"}; return { getBaseDomain: function() { return oData['base_domain']; }, getRootDomain: function() { return oData['root_domain']; }, getApiDomain: function() { return oData['api_domain']; }, isGlobal: function() { return oData['is_global']; }, isGlobalStandard: function() { return oData['is_global_standard']; }, getCountryCode: function() { return oData['country_code']; }, getLanguageCode: function() { return oData['language_code']; }, getAdminLanguageCode: function() { return oData['admin_language_code']; } }; })(); var EC_ROOT_DOMAIN = CAFE24.ROOT_DOMAIN; var EC_API_DOMAIN = CAFE24.API_DOMAIN; var EC_TRANSLATE_LOG_STATUS = CAFE24.TRANSLATE_LOG_STATUS; var EC_GLOBAL_INFO = CAFE24.getDeprecatedNamespace('EC_GLOBAL_INFO'); CAFE24.AVAILABLE_LANGUAGE = ["ko_KR","zh_CN","en_US","zh_TW","es_ES","pt_PT","vi_VN","ja_JP","en_PH"]; CAFE24.AVAILABLE_LANGUAGE_CODES = {"ko_KR":"KOR","zh_CN":"CHN","en_US":"ENG","zh_TW":"TWN","es_ES":"ESP","pt_PT":"PRT","vi_VN":"VNM","ja_JP":"JPN","en_PH":"PHL"}; var EC_AVAILABLE_LANGUAGE = CAFE24.AVAILABLE_LANGUAGE; var EC_AVAILABLE_LANGUAGE_CODES = CAFE24.AVAILABLE_LANGUAGE_CODES; CAFE24.GLOBAL_PRODUCT_LANGUAGE_CODES = { sClearanceCategoryCode: '', sManualLink: 'https://support.cafe24.com/hc/ko/articles/7739013909529', sHsCodePopupLink: 'https://www.wcotradetools.org/en/harmonized-system', aCustomRegex: '"PHL" : "^[0-9]{8}[A-Z]?$"', sCountryCodeData: 'kor', sEnglishExampleURlForGlobal: '', aReverseAddressCountryCode: ["VNM","PHL"], aSizeGuideCountryAlign: '["US","UK","EU","KR","JP","CN"]', aIsSupportTran: ["ja_JP","zh_CN","zh_TW","en_US","vi_VN","en_PH","pt_PT","es_ES"] }; var EC_GLOBAL_PRODUCT_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_PRODUCT_LANGUAGE_CODES'); CAFE24.GLOBAL_ORDER_LANGUAGE_CODES = { aModifyOrderLanguage: {"KR":"ko_KR","JP":"ja_JP","CN":"zh_CN","TW":"zh_TW","VN":"vi_VN","PH":"en_PH"}, aUseIdCardKeyCountry: ["CN","TW"], aLanguageWithCountryCode: {"zh_CN":["CN","CHN","HK","HNK"],"ja_JP":["JP","JPN"],"zh_TW":["TW","TWN"],"ko_KR":["KR","KOR"],"vi_VN":["VN","VNM"],"en_PH":["PH","PHL"]}, aCheckDisplayRequiredIcon: ["ja_JP","zh_CN","zh_TW","en_US","vi_VN","en_PH"], aSetReceiverName: {"zh_CN":{"sCountry":"CN","bUseLastName":true},"zh_TW":{"sCountry":"TW","bUseLastName":false},"ja_JP":{"sCountry":"JP","bUseLastName":true}}, aSetDeferPaymethodLanguage: {"ja_JP":"\uc77c\ubcf8","zh_CN":"\uc911\uad6d"}, aUseDeferPaymethod: ["ja_JP","zh_CN"], aCheckShippingCompanyAndPaymethod: ["ja_JP","zh_CN"], aSetDeferPaymethodLanguageForShipping: {"ja_JP":"\u65e5\u672c","zh_CN":"\uc911\uad6d"}, aCheckStoreByPaymethod: ["ja_JP","zh_CN"], aCheckIsEmailRequiredForJs: ["en_US","zh_CN","zh_TW","ja_JP","vi_VN","en_PH"], aSetIdCardKeyCountryLanguage: {"CN":"\uc911\uad6d\uc758","TW":"\ub300\ub9cc\uc758"}, aReverseGlobalAddress: ["en_PH","vi_VN","PHL","VNM","VN","PH"], aNoCheckZipCode: ["KOR","JPN"], aNotPostCodeAPICountryList: ["en_US","es_ES","pt_PT","en_PH"], aEnableSearchExchangeAddr: ["KR","JP","CN","VN","TW","PH"], aDuplicatedBaseAddr: ["TW","JP"], aReverseAddressCountryCode: ["VN","PH"], aCheckZipCode: ["PHL","en_PH","PH"] }; var EC_GLOBAL_ORDER_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_ORDER_LANGUAGE_CODES'); CAFE24.GLOBAL_MEMBER_LANGUAGE_CODES = { sAdminWebEditorLanguageCode: 'ko' , oNotAvailDecimalPointLanguages: ["ko_KR","ja_JP","zh_TW","vi_VN"], oAddressCountryCode: {"KOR":"ko_KR","JPN":"ja_JP","CHN":"zh_CN","TWN":"zh_TW","VNM":"vi_VN","PHL":"en_PH"}, }; var EC_GLOBAL_MEMBER_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_MEMBER_LANGUAGE_CODES'); CAFE24.GLOBAL_BOARD_LANGUAGE_CODES = { bUseLegacyBoard: true }; var EC_GLOBAL_BOARD_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_BOARD_LANGUAGE_CODES'); CAFE24.GLOBAL_MALL_LANGUAGE_CODES = { oDesign: { oDesignAddReplaceInfo: {"group_id":"SKIN.ADD.ADMIN.DESIGNDETAIL","replacement":{"KR":"KOREAN","US":"ENGLISH","JP":"JAPANESE","CN":"SIMPLIFIED.CHINESE","TW":"TRADITIONAL.CHINESE","ES":"SPANISH","PT":"PORTUGUESE","PH":"ENGLISH"}}, oDesignDetailLanguageCountryMap: {"KR":"ko_KR","JP":"ja_JP","CN":"zh_CN","TW":"zh_TW","US":"en_US","ES":"es_ES","PT":"pt_PT","PH":"en_PH"}, oSmartDesignSwitchTipLink: {"edibot":{"img":"\/\/https:\/\/img.echosting.cafe24.com\/smartAdmin\/img\/design\/img_editor_dnd.png","link":"\/\/https:\/\/ecsupport.cafe24.com\/board\/free\/list.html?board_act=list&board_no=12&category_no=9&cate_no=9"},"smart":{"img":"\/\/https:\/\/img.echosting.cafe24.com\/smartAdmin\/img\/design\/ko_KR\/img_editor_smart.png","link":"\/\/https:\/\/sdsupport.cafe24.com"}}, oSmartDesignDecoShopList: ["ko_KR","ja_JP","zh_CN","en_US","zh_TW","es_ES","pt_PT"], oSmartDesignDecoMultilingual: {"list":{"ko_KR":"KOREAN","en_US":"ENGLISH","ja_JP":"JAPANESE","zh_CN":"SIMPLIFIED.CHINESE","zh_TW":"TRADITIONAL.CHINESE","es_ES":"SPANISH","pt_PT":"PORTUGUESE","vi_VN":"VIETNAMESE"},"group_id":"EDITOR.LAYER.EDITING.DECO"}, aSmartDesignModuleShopList: ["ko_KR","ja_JP","zh_CN","en_US","zh_TW","es_ES","pt_PT"] }, oStore: { oMultiShopCurrencyInfo: {"en_US":{"currency":"USD"},"zh_CN":{"currency":"USD","sub_currency":"CNY"},"ja_JP":{"currency":"JPY"},"zh_TW":{"currency":"TWD"},"es_ES":{"currency":"EUR"},"pt_PT":{"currency":"EUR"},"ko_KR":{"currency":"KRW"},"vi_VN":{"currency":"VND"},"en_PH":{"currency":"PHP"}}, oBrowserRedirectLanguage: {"ko":{"primary":"ko_KR","secondary":"en_US"},"en":{"detail":{"en-ph":{"primary":"en_PH","secondary":"en_US"},"en-us":{"primary":"en_US","secondary":"es_ES"},"default":{"primary":"en_US","secondary":"es_ES"}}},"ja":{"primary":"ja_JP","secondary":"en_US"},"zh":{"detail":{"zh-cn":{"primary":"zh_CN","secondary":"en_US"},"zh-tw":{"primary":"zh_TW","secondary":"zh_CN"},"default":{"primary":"en_US","secondary":"ko_KR"}}},"es":{"primary":"es_ES","secondary":"en_US"},"pt":{"primary":"pt_PT","secondary":"en_US"},"vi":{"primary":"vi_VN","secondary":"en_US"},"default":{"primary":"en_US","secondary":"ko_KR"}}, aChangeableLanguages: ["en_US","vi_VN","ja_JP","ko_KR","zh_TW","th_TH"], aNoZipCodeLanguage: ["ko_KR","ja_JP"] }, oMobile: { sSmartWebAppFaqUrl: "https://support.cafe24.com/hc/ko/articles/8466586607641", sAmpFaqUrl: "https://ecsupport.cafe24.com/board/free/read.html?no=1864&board_no=5&category_no=13&cate_no=13&category_no=13&category_no=13", }, oPromotion: { bQrCodeAvailable: true, bSnsMarketingAvailable: true }, oShippingReverseAddressLanguage: ["vi_VN","en_PH"] , oGlobalStandardSwitchHelpCodeLink: {"SH.DS":{"link":"\/\/https:\/\/serviceguide.cafe24shop.com\/en_PH\/SH.DS.html"},"PR.DS":{"link":"\/\/https:\/\/serviceguide.cafe24shop.com\/en_PH\/PR.DS.html"},"OR.SM.BO":{"link":"\/\/https:\/\/serviceguide.cafe24shop.com\/en_PH\/OR.SM.BO.html"},"DE.DS":{"link":"\/\/https:\/\/serviceguide.cafe24shop.com\/en_PH\/DE.DS.html"},"MB.DS":{"link":"\/\/https:\/\/serviceguide.cafe24shop.com\/en_PH\/MB.DS.html"},"PM.DS":{"link":"\/\/https:\/\/serviceguide.cafe24shop.com\/en_PH\/PM.DS.html"}}, getAdminMainLocaleLanguage: function(sSkinLocaleCode) { var oLocaleData = []; var locale = ""; var shopLangName = ""; if (sSkinLocaleCode == "US") { locale = "en_US"; shopLangName = "ENGLISH"; } else if (sSkinLocaleCode == "JP") { locale = "ja_JP"; shopLangName = "JAPANESE"; } else if (sSkinLocaleCode == "CN") { locale = "zh_CN"; shopLangName = "SIMPLIFIED.CHINESE"; } else if (sSkinLocaleCode == "TW") { locale = "zh_TW"; shopLangName = "TRADITIONAL.CHINESE"; } else if (sSkinLocaleCode == "ES") { locale = "es_ES"; shopLangName = "SPANISH"; } else if (sSkinLocaleCode == "PT") { locale = "pt_PT"; shopLangName = "PORTUGUESE"; } else if (sSkinLocaleCode == "VN") { locale = "vi_VN"; shopLangName = "VIETNAMESE"; } else if(sSkinLocaleCode == "PH") { locale = "en_PH"; shopLangName = "ENGLISH.PH"; } oLocaleData["locale"] = locale; oLocaleData["shopLangName"] = shopLangName; return oLocaleData; } }; var EC_GLOBAL_MALL_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_MALL_LANGUAGE_CODES'); CAFE24.GLOBAL_DATETIME_INFO = { oConstants: {"STANDARD_DATE_REGEX":"\/([12]\\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01]))\/","IN_ZONE":"inZone","OUT_ZONE":"outZone","IN_FORMAT":"inFormat","OUT_FORMAT":"outFormat","IN_DATE_FORMAT":"inDateFormat","IN_TIME_FORMAT":"inTimeFormat","OUT_DATE_FORMAT":"outDateFormat","OUT_TIME_FORMAT":"outTimeFormat","IN_FORMAT_DATE_ONLY":1,"IN_FORMAT_TIME_ONLY":2,"IN_FORMAT_ALL":3,"OUT_FORMAT_DATE_ONLY":1,"OUT_FORMAT_TIME_ONLY":2,"OUT_FORMAT_ALL":3,"DATE_ONLY":"YYYY-MM-DD","TIME_ONLY":"HH:mm:ss","FULL_TIME":"YYYY-MM-DD HH:mm:ss","ISO_8601":"YYYY-MM-DD[T]HH:mm:ssZ","YEAR_ONLY":"YYYY","MONTH_ONLY":"MM","DAY_ONLY":"DD","WEEK_ONLY":"e","TIME_H_I_ONLY":"HH:mm","TIME_HOUR_ONLY":"HH","TIME_MINUTE_ONLY":"mm","POSTGRE_FULL_TIME":"YYYY-MM-DD HH24:MI:SS","POSTGRE_TIME_ONLY":" HH24:MI:SS","MICRO_SECOND_ONLY":"u","SEOUL":"Asia\/Seoul","TOKYO":"Asia\/Tokyo","SHANGHAI":"Asia\/Shanghai","TAIPEI":"Asia\/Taipei","HANOI":"Asia\/Bangkok","LOS_ANGELES":"America\/Los_Angeles","LISBON":"Europe\/Lisbon","MADRID":"Europe\/Madrid","SINGAPORE":"Asia\/Singapore","UTC":"Etc\/UTC","MAX_DATETIME":"9999-12-31 23:59:59"}, oOptions: {"inZone":"Asia\/Seoul","inFormat":"YYYY-MM-DD HH:mm:ss","inDateFormat":"YYYY-MM-DD","inTimeFormat":"HH:mm:ss","outZone":"Asia\/Seoul","outFormat":"YYYY-MM-DD HH:mm:ss","outDateFormat":"YYYY-MM-DD","outTimeFormat":"HH:mm:ss"}, oPolicies: [], sOverrideTimezone: '', sMomentNamespace: 'EC_GLOBAL_MOMENT' }; CAFE24.FRONT_JS_CONFIG_MANAGE = {"sSmartBannerScriptUrl":"https:\/\/app4you.cafe24.com\/SmartBanner\/tunnel\/scriptTags?vs=1563164396689206","sMallId":"heera1908","sDefaultAppDomain":"https:\/\/app4you.cafe24.com","sWebLogOffFlag":"F","cdnUrl":"https:\/\/cafe24img.poxo.com\/heera1908"}; var EC_FRONT_JS_CONFIG_MANAGE = CAFE24.getDeprecatedNamespace('EC_FRONT_JS_CONFIG_MANAGE'); typeof window.CAFE24 === "undefined" && (window.CAFE24 = {}); CAFE24.FRONTEND = {"FW_MANIFEST_CACHE_REVISION":2301251173,"IS_WEB_VIEW":"F"}; CAFE24.ROUTE = {"is_mobile":false,"is_need_route":false,"language_code":"ZZ","path":{"origin":"\/","result":"\/","prefix":""},"shop_no":0,"skin_code":"default","support_language_list":{"ar":"ar_EG","ar-EG":"ar_EG","de":"de_DE","de-DE":"de_DE","en":"en_US","en-IN":"en_IN","en-PH":"en_PH","en-US":"en_US","es":"es_ES","es-ES":"es_ES","hi":"hi_IN","hi-IN":"hi_IN","id":"id_ID","id-ID":"id_ID","it":"it_IT","it-IT":"it_IT","ja":"ja_JP","ja-JP":"ja_JP","ko":"ko_KR","ko-KR":"ko_KR","ms":"ms_MY","ms-MY":"ms_MY","pt":"pt_PT","pt-PT":"pt_PT","ru":"ru_RU","ru-RU":"ru_RU","th":"th_TH","th-TH":"th_TH","tr":"tr_TR","tr-TR":"tr_TR","vi":"vi_VN","vi-VN":"vi_VN","zh":"zh_CN","zh-CN":"zh_CN","zh-HK":"zh_HK","zh-MO":"zh_MO","zh-SG":"zh_SG","zh-TW":"zh_TW"}}; </script> <link rel="stylesheet" type="text/css" href="css/299FoiTfbGPWYCg9S1FBO5ZCi6td_AA-type-css-k-37c9481ac0212340e132f81eba4d1049fee7f18e-t-1635315871_css_h7c4dgtkx5ieg03jchdtkf_php.css"/><link rel="stylesheet" type="text/css" href="css/Z1UIpAoqKZU8PDniH_Ebr3gD-type-css-k-0c1d1b3a77a535c024e5584c2dc41e16351a2783-t-1638924540-user-T_css_zionxada8qm2ypiwansxkt_php.css"/> <title>WMEMC2023</title> <link rel="canonical" href="https://www.wmemc2023.com" /> <meta name="path_role" content="MAIN"/> <meta name="keywords" content="WMEMC2022"/></head><!-- Stylesheets --><link href="new/css/bootstrap.min.css" rel="stylesheet" media="screen"/><link rel="stylesheet" href="new/css/css.css"/><link rel="stylesheet" href="new/css/style.css"/><!-- Google Font Code --><link href="//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic" rel="stylesheet" type="text/css"/><link href="font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet"/><link href="new/css/responsive.css" rel="stylesheet" media="screen"/><link rel="stylesheet" href="new/css/prettyPhoto.css" type="text/css" media="screen" title="prettyPhoto main stylesheet" charset="utf-8"/><style type="text/css"></style><!-- <link rel="shortcut icon" href="http://businessschool.luiss.it/wp-content/themes/lbs_2015/img/favicon.ico"> --><script type="text/javascript" src="new/js/modernizr-1.0.min.js"></script><!-- start HEADER --><body><section id="top" class="page-block"><header id="home"><div class="container clearfix"> <div class="navigation"> <div class="row"> <div class="col-md-3 col-sm-3"> <h1 class="logo"><a href="/" title="LUISS Business School - School of Management"><img class="img-responsive" src="new/img/logo-home.png" alt="LUISS Business School - School of Management"/></a></h1> </div> <div class="col-md-9 col-sm-9"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar navbar-default navbar-header visible-xs" role="navigation"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#Navigation"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <nav><ul id="Navigation" class="list-inline collapse navbar-collapse"><li><a href="/" title="Home">Home</a></li> <li><a href="how-to-submit.html" title=">How to apply">How to submit</a></li> <li><a href="program.html" title=">Program">Program</a></li> <li><a href="abstract.html" title=">Abstract">Abstract</a></li> <!-- <li><a href="#" title=">Speakers">Speakers</a></li> --> <li><a href="hotels.html" title="hotels">Hotels</a> </li> <li><a href="http://www.sto.or.kr/english/index" target="_blank" title="Enjoy Seoul" class="btn" style="display:inline; color:#fff; font-weight: bold;">Enjoy Seoul</a> </li> <li>COVID-19 </li> <li><i class="fa fa-facebook"></i></li> </ul></nav></div> <!-- end col-md-10 --> </div> <!--end-row--> </div> <!-- end navigation --> </div> <!-- end container --> </header></section><!-- end HEADER --><meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/><!-- Stylesheets --><link rel="stylesheet" href="new/css/prettyPhoto.css" type="text/css" media="screen" title="prettyPhoto main stylesheet" charset="utf-8"/><div id="texture"> <section id="main" class="page-block"><div class="xans-element- xans-main xans-main-01 container "><header class="clearfix"><div class="text-center"> <div class="venue"> <div class="venue"> <h1>WMEMC 2023 <br/> DIGITAL TRANSFORMATION <br/> AND CONNECTION <br/>OF MEDIA INDUSTRY <br/><small> 15th World Media Economics and Management Conference </small><br/> </h1> <h1><small>15 - 18 MAY 2023, SEOUL, SOUTH KOREA</small></h1> </div> <a href="how-to-submit.html" class="btn">Submit Now</a> </div> </div> </header> </div> </section></div> <section id="speakers" class="xans-element- xans-main xans-main-02 "><div class="container"> <div class="row clearfix speaker-grid"> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="col-md-6 col-sm-6 col-xs-6"> <div class="section"> <article><h3>WMEMC 2023</h3> <p>The World Media Economics and Management Conference (World Media Economics Conference until 2006) is the biennial meeting of the global community of media business scholars. Over the last 26 years the WMEMC brings scholars worldwide together to reflect on contemporary issues in the economics and management of media industries and firms.</p> <br/><h3>Why participate?</h3> <p>· Learn the current trend of media industry<br/><br/> · Engage leading scholars in academia and industry<br/><br/> · Experience unique networking opportunities<br/><br/> · Enjoy the great city of Seoul</p> </article> </div> </div> <div class="col-md-6 col-sm-6 col-xs-6"> <div class="section"> <article style="height:380px;"><h3>IMPORTANT DATES</h3> <p><span style="color:#5a7dd8">15 September 2022 </span> - Online submission opens for uploading<br/><br/><span style="color:#5a7dd8">1 October 2022 </span> - Early bird conference registration opens<br/><br/><span style="color:#5a7dd8"><strong>29 January 2023 </strong></span><strong> - Deadline for submitting abstracts </strong><br/><br/><span style="color:#5a7dd8"><strong>12 February 2023 </strong></span><strong> - Notification of acceptance of abstracts </strong><br/><br/><span style="color:#5a7dd8">19 February 2023 </span>- Early bird conference registration closes<br/><br/><span style="color:#5a7dd8">15 March 2023 </span> - Deadline for submitting full papers<br/><br/><span style="color:#5a7dd8">1 April 2023 </span> - Last day for conference registration<br/><br/><span style="color:#5a7dd8">15 –18 May 2023 </span> - World Media Economics and Management Conference</p> </article> </div> </div> </div> </div> </div> <!--end-row--> </section> <div style="max-width:1140px; margin:0 auto 30px"> <iframe width="100%" height="480" src="https://www.youtube.com/embed/LDU2RqByPfg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> <!--BEGIN-faq--> <section id="faq" class="xans-element- xans-main xans-main-03 page-block "><div class="container"> <div class="section clearfix"> <header class="page-head clearfix"><h2>Digital transformation and connection: media industries, technology, consumer life and culture </h2> </header> </div> <div class="section clearfix"> <header class="page-head clearfix"><div class="row clearfix speaker-grid"> <div class="col-md-6 col-sm-6 col-xs-6"> <article><p>The media industry is ushering in a huge transformation. New technology represented by digitalization, 5G, immersive media and AI technology is changing the media industry into an unprecedented industry. What follows is the change of media consumer consumption patterns. Nowadays, multi-platform, code-cutting, short-form contents, interactive storytelling, and metaverse have become more and more common. The development of the media industry is closely related to the development of technology. From a historical point of view, every technological innovation brings tremendous changes to the media industry. However, with the speed of change and the corresponding consumer responses, the pace of adoption and adaptation is becoming a great challenge for the media industry. </p> <p>For the media industry, the only way to go forward is to seize these challenges as opportunities and continue to explore ways to integrate the technologies mindfully. With the growing competition from technology giants such as Google, Amazon, Facebook, and Apple that produce both platforms and content, media companies have been exploring many novel technologies historically foreign to them. The adoption of emerging technologies such as 5G, big data, artificial intelligence (AI), IoT, and robots has become potential strategies/tools for them to prepare for the future. We are now witnessing the transformation of media and its essential connection with technology. </p> <p>With such transformational development, the importance of research on the digital transformation and connection become more prominent. What transformation and integration mechanism can contribute to the development of the media industry? What are the favorable and unfavorable effects of different technologies like artificial intelligence on different types of media industries? How to accelerate the communication, innovation and competition of media companies in the era of media transformation? How can the industry handle the copyright issues caused by artificial intelligence generated contents and what about the threats of privacy caused by artificial intelligence technologies? </p> </article> </div> <div class="col-md-6 col-sm-6 col-xs-6"> <article><p> The 2023 World Media Economics and Management Conference invites academic original works with the theme of “digital transformation and connection”. We look forward to a great exchange of opinions from scholars around the world about the changes digital transformation and connection are bringing to the media industry. For example, as a result of digital transformation and connection, we now have recommendation systems based on artificial intelligence to help users find film and television content that meets their personal preferences more quickly; news produced by artificial intelligence is being widely accepted and used because of its efficiency; augmented reality and virtual reality are reshaping the gaming industry; and 5G/planned 6G networks are affecting how mobile content is consumed. These transformational forces have significant implications as the media industry offers products/services that are deeply integrated in the lives of consumers around the world. </p> <p> The 2023 World Media Economics and Management Conference invites researchers to discuss the different transformation and connection strategies of the media industry in this rapidly changing environment, the economic and management impacts brought about by digital transformation, the influences of this media transformation on consumer life and culture, as well as the opportunities and challenges encountered by transformation and connection. The conference embraces both quantitative and qualitative research, as well as work that bridges disciplinary boundaries to improve our overall understanding of present and future media industry trends. Submissions that explore and utilize fresh theories and approaches will be valued. The following topics are of obvious importance to this topic, although potential topics of interest are not limited to these research areas: </p> </article> </div> </div> </header> </div> </div> </section> <section id="faq" class="xans-element- xans-main xans-main-05 page-block "><div class="container"> <div class="section clearfix"> <header class="page-head clearfix"><p class="text-muted"> <strong> </strong></p> <ul class="col-md-6 col-sm-6 col-xs-6 height180"> <li><span style="color:#5a7dd8"><strong>AI and media industries</strong></span></li> <p>· Cases of Appling machine learning to media industries<br/> · Competitive strategy with AI in media industires<br/> · Managerial implications of machine learning in media industries<br/> · Huma AI Cooperation for Contents</p> </ul> <ul class="col-md-6 col-sm-6 col-xs-6 height180"> <li><span style="color:#5a7dd8"><strong>New strategies for contents</strong></span></li> <p>· Universe making: OSMU, transmedia<br/> · Interactive storytelling<br/> · AR, VR, XR for media contents<br/></p> </ul> <ul class="col-md-6 col-sm-6 col-xs-6 height180"> <li><span style="color:#5a7dd8"><strong>New normal of media use</strong></span></li> <p>· Web and content: web drama, web novel, webtoon<br/> · Rediscovering of audio<br/> · New watching habits: binge watching, recommendation system<br/> · Short form contents, fast content<br/> · Simultaneous use of media<br/></p> </ul> <ul class="col-md-6 col-sm-6 col-xs-6 height180"> <li><span style="color:#5a7dd8"><strong>Metaverse and virtual character</strong></span></li> <p>· Managerial implications of metaverse expansion<br/> · MZ generations and metaverse<br/> · New fandom for virtual influencer<br/></p> </ul> <ul class="col-md-6 col-sm-6 col-xs-6 height180"> <li><span style="color:#5a7dd8"><strong>Digital transformation and society</strong></span></li> <p>· Digitization and privacy<br/> · Digital haves and not-haves<br/> · Technical constraints of digital transformation: VR motion sickness<br/></p> </ul> <ul class="col-md-6 col-sm-6 col-xs-6 height180"> <li><span style="color:#5a7dd8"><strong>Media Globalization</strong></span></li> <p>· Digitalization and dismantling of borders<br/> · Rediscovering culture code <br/> · Soft power of media in public diplomacy <br/> · Metaverse and new fandom<br/></p> </ul> <ul class="col-md-6 col-sm-6 col-xs-6 height180"> <li><span style="color:#5a7dd8"><strong>OTT and increasing competition</strong></span></li> <p>· Globalization of OTT<br/> · Competition between domestic and international OTT companies <br/> · Counterattack of legacy media <br/> · New users: cord cutting, OTT repertoire <br/></p> </ul> <ul class="col-md-6 col-sm-6 col-xs-6 height180"> <li><span style="color:#5a7dd8"><strong>New News industry</strong></span></li> <p>· Strategies for sustainable news industry<br/> · New business models for new media<br/> · Promoting technological innovations in news companies <br/></p> </ul> <ul class="col-md-6 col-sm-6 col-xs-6 height180"> <li><span style="color:#5a7dd8"><strong>Game business and digitalization</strong></span></li> <p>· Applications of XR and AI in game industry<br/> · Game and regulation<br/> · Therapeutic uses of games and digital therapy<br/> · MZ generation and game industries: new consumers and employees<br/></p> </ul> <ul class="col-md-6 col-sm-6 col-xs-6 height180"> <li><span style="color:#5a7dd8"><strong>Data and Media Use</strong></span></li> <p>· Data-driven marketing in media industries<br/> · Promoting data utilization in media companies<br/> · Applying big data analysis into media organizations<br/></p> </ul> <ul class="col-md-6 col-sm-6 col-xs-6 height180"> <li><span style="color:#5a7dd8"><strong>Financial Management in media industry</strong></span></li> <p>· New financing strateiges for media: crowdfunding <br/> · Stock market and media industry<br/> · Issues around media M&A<br/></p> </ul> <ul class="col-md-6 col-sm-6 col-xs-6 height180"> <li><span style="color:#5a7dd8"><strong>Contemporary Challenges in Media Management</strong></span></li> <p>· Strategic management of media firms <br/> · Managing creative work and workers <br/> · Developing general and distinctive managerial competencies <br/></p> </ul> <ul class="col-md-6 col-sm-6 col-xs-6 height180"> <li><span style="color:#5a7dd8"><strong>Others</strong></span></li> <p>· Media management, economics, and industry issues <br/></p> </ul> <!--//--></header><p> </p> </div> </div> </section> <!--BEGIN-faq--><section id="faq" class="xans-element- xans-main xans-main-04 page-block "><div class="container"> <div class="section clearfix"> <header class="page-head clearfix"><h2>Host Institutions </h2> </header> </div> <div class="section clearfix"> <header class="page-head clearfix"><div class="row clearfix speaker-grid"> <div class="col-md-6 col-sm-6 col-xs-6"> <article><p><strong>Korea Entertainment Association</strong> is one of the representative association of Korean entertainment and content industry. Its members investigate consumer behavior, corporate strategies and government policies in the Korean entertainment and media industries like broadcasting, movies, games, web content, performances, music, and tourism, etc. The assoication shares the results of its academic exploration with other researchers and industry professionals, thus contributing to the development of the media industry. In particular, Korea Entertainment Association emphasizes the integration of research in different academic fields. As a result, it has connected many distinguished researchers with various academic background through cross-disciplinary activities and projects. </p> </article><div style="width:100%"> <img src="images/img01.jpg" style="width:100%"/> </div> </div> <!--end-col-md-4--> <div class="col-md-6 col-sm-6 col-xs-6"> <article><p><strong>Meta-Society Institute</strong> is a media research institution affiliated with Sungkyunkwan University. The Lab conducts research that focuses on the digital transformation of the media industry, and has generated/disseminated extensive outputs in the business, technology, production and cultural fields of media and content industry. </p> <p>Sungkyunkwan University is one of Korea's representative universities managed by Samsung. The University is well known for its research of digital transformation such as artificial intelligence, information and communication technology, and semiconductors. </p> <p style="padding-top:12px"></p> </article><div style="width:100%"> <img src="images/img02.jpg" style="width:100%"/> </div> </div> </div> </header> </div> </div> </section> <section id="faq" class="xans-element- xans-main xans-main-08 page-block "><div class="container"> <div class="section clearfix"> <header class="page-head clearfix"><h2>Introducing Korea</h2> </header> </div> <div class="section clearfix"> <header class="page-head clearfix"><div class="row clearfix speaker-grid"> <div class="col-md-6 col-sm-6 col-xs-6"> <article><p> In Seoul, the capital of Korea, the harmonious appearance of urban buildings and korea traditional house-hanok- is a landscape. </p> </article><div style="width:100%"> <img src="images/img03.jpg" style="width:100%"/> <img src="images/img07.jpg" style="width:100%"/> </div> </div> <!--end-col-md-4--> <div class="col-md-6 col-sm-6 col-xs-6"> <article><p>The eastern and northern geographical features of Korea are characterized by mountainous terrain. </p> </article><div style="width:100%"> <img src="images/img06.jpg" style="width:100%"/> </div> </div> </div> </header> </div> </div> </section> <!--END-SPEAKERS--><!--BEGIN-pricing-packages--><section id="pricing-packages" class="xans-element- xans-main xans-main-06 page-block "><div class="container"> <div class="section clearfix"> <header class="page-head clearfix"><h2>Registration</h2> <p class="text-muted"></p> <p><strong>Non-Refundable</strong>. Buyer understands that once purchase price has been delivered, no refund will be made.</p> </header><article><p></p> </article> </div> <div class="sec-content sec-contents"> <div class="section xs-section bottom-margin clearfix"> <div class="col-md-4 col-sm-4 col-xs-12 text-center"> <div class="priceBox"> <div class="heading"> <h2>Early Bird </h2> </div> <div class="price text-center"> <strong><small>USD</small>300 <span class="hidden price-data-json" data-xsjson=""></span></strong> </div> <ul class="text-center"> <li> Includes online access to all keynotes, panels, and academic presentations</li> <li> Includes registration & online access to conference program</li> <li> Includes all conference material</li> <li> Include welcome reception, lunches, closing gala dinner</li> </ul> <a href="product/early-bird/11/cate_no-24-display_group-1.html" target="_blank" style="background:#27487d; color:#fff; padding:10px 30px">Payment</a> </div> </div> <div class="col-md-4 col-sm-4 col-xs-12 text-center"> <div class="priceBox"> <div class="heading"> <h2>Full Registration </h2> </div> <div class="price text-center"> <strong><small>USD</small>400 <span class="hidden price-data-json" data-xsjson=""></span></strong> </div> <ul class="text-center"> <li> Includes online access to all keynotes, panels, and academic presentations</li> <li> Includes registration & online access to conference program</li> <li> Includes all conference material</li> <li> Includes welcome reception, lunches, closing gala dinner</li> </ul> <a href="product/full-registration/12/cate_no-25-display_group-1.html" target="_blank" style="background:#27487d; color:#fff; padding:10px 30px">Payment</a> </div> </div> <div class="col-md-4 col-sm-4 col-xs-12 text-center"> <div class="priceBox"> <div class="heading"> <h2>국내 학회 소속 연구자 등록</h2> </div> <div class="price text-left"><span class="koreanum">박사급 이상 연구자 – <span class="bluecolor">100,000원</span> <br/>석사 및 박사과정(수료)재학–<span class="bluecolor">50,000원</span></span></div> <ul class="text-left"> <li class="koreanum2">WMEMC2022와 파트너쉽을 맺은 국내 학회 회원 대상 등록비 할인</li> <li class="koreanum2">WMEMC2022가 진행하는 모든 행사에 참여 가능</li> <li class="koreanum2">석사 및 박사과정(수료) 재학생은 <br/> 저자 중 1인이 파트너 학회 회원일 경우 할인가 적용 가능</li> </ul> <a href="krpay.html" target="_blank" style="background:#27487d; color:#fff; padding:10px 30px">결제</a> </div> </div> </div> </div> </div> </section> <!--BEGIN-PARTNERS--><section id="partners" class="xans-element- xans-main xans-main-09 page-block "><div class="container"> <div class="section"> <header class="page-head"><h2>Gallery of Seoul</h2> </header><article></article><div class="partner clearfix"> <a href="gallery/img1.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img1.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img2.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img2.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img3.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img3.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img4.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img4.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img5.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img5.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img6.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img6.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img7.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img7.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img8.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img8.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img9.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img9.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img10.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img10.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img11.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img11.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img12.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img12.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img13.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img13.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img14.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img14.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img15.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img15.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img16.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img16.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img17.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img17.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img18.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img18.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img19.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img19.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img20.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img20.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img21.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img21.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img22.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img22.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img23.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img23.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="#"></a> <a href="gallery/img25.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img25.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img26.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img26.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img27.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img27.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img28.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img28.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img29.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img29.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img30.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img30.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img31.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img31.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img32.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img32.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img33.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img33.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img34.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img34.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img35.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img35.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <a href="gallery/img36.jpg" title="" rel="prettyPhoto[gallery]"><img src="gallery/img36.jpg" alt="WMEMC 2022" class="img-responsive"/></a> <!-- <a href="/gallery/img37.jpg" title="" rel="prettyPhoto[gallery]"><img src="/gallery/img37.jpg" alt="WMEMC 2022" class="img-responsive"/></a> --> </div> </div> </div> </section> <!--END-PARTNERS--><span itemscope="" itemtype="https://schema.org/Organization"> <link itemprop="url" href="https://www.wmemc2023.com"> </span> <script type="text/javascript" src="ind-script/i18n_php-lang-en_US-domain-front-v-2301251173.js" charset="utf-8"></script> <script src="script/E94fgPPYwNE1fblMIGHcNtBw8XtBjjPwF-type-js-k-b1f56ea674be4ab8f5ddaed5c4292361dac24449-t-1669105130_js_i7wez3jinkztsacqomvh45_php.js"></script><script src="script/TjxO9RfRnNzcchw4bn8keav69v-type-js-k-f1e1d2757af1ffc74dbb74a6264f828832c76516-t-1633656957-user-T_js_kt0dmo38r4630atk7piujy_php.js"></script> <script type="text/javascript"> CAFE24.MOBILE_WEB = false; var mobileWeb = CAFE24.MOBILE_WEB; try { var isUseLoginKeepingSubmit = false; // isSeqNoKeyExpiretime function isSeqNoKeyExpiretime(iExpiretime) { var sDate = new Date(); var iNow = Math.floor(sDate.getTime() / 1000); // 유효시간 확인 if (iExpiretime > iNow) { return false; } return true; } function isUseLoginKeeping() { // 디바이스 확인 if (EC_MOBILE_DEVICE === false) { return; } // 로그인 여부 if (sessionStorage.getItem('member_' + CAFE24.SDE_SHOP_NUM) !== null) { return; } var sLoginKeepingInfo = localStorage.getItem('use_login_keeping_info'); var iSeqnoExpiretime; var iSeqNoKey; if (sLoginKeepingInfo == null) { iSeqnoExpiretime = localStorage.getItem('seq_no_key_expiretime'); iSeqNoKey = localStorage.getItem('seq_no_key'); // 유효시간, key 값 확인 if (iSeqnoExpiretime === null || iSeqNoKey === null) { return; } } else { var oLoginKeepingInfo = JSON.parse(sLoginKeepingInfo); iSeqNoKey = oLoginKeepingInfo.seq_no_key; iSeqnoExpiretime = oLoginKeepingInfo.seq_no_key_expiretime; if (isNaN(iSeqNoKey) === true || isNaN(iSeqnoExpiretime) === true) { return; } } if (isSeqNoKeyExpiretime(iSeqnoExpiretime) === false) { return; } useLoginKeepingSubmit(); } function findGetParamValue(paramKey) { var result = null, tmp = []; location.search.substr(1).split('&').forEach(function (item) { tmp = item.split('='); if (tmp[0] === paramKey) result = decodeURIComponent(tmp[1]); }); return result; } function useLoginKeepingSubmit() { var iSeqnoExpiretime; var iSeqNoKey; var sUseLoginKeepingIp; var sLoginKeepingInfo = localStorage.getItem('use_login_keeping_info'); if (sLoginKeepingInfo == null) { iSeqnoExpiretime = localStorage.getItem('seq_no_key_expiretime'); iSeqNoKey = localStorage.getItem('seq_no_key'); } else { var oLoginKeepingInfo = JSON.parse(sLoginKeepingInfo); iSeqNoKey = oLoginKeepingInfo.seq_no_key; iSeqnoExpiretime = oLoginKeepingInfo.seq_no_key_expiretime; sUseLoginKeepingIp = oLoginKeepingInfo.use_login_keeping_ip; } var oForm = document.createElement('form'); oForm.method = 'post'; oForm.action = '/exec/front/member/LoginKeeping'; document.body.appendChild(oForm); var oSeqNoObj = document.createElement('input'); oSeqNoObj.name = 'seq_no_key'; oSeqNoObj.type = 'hidden'; oSeqNoObj.value = iSeqNoKey; oForm.appendChild(oSeqNoObj); oSeqNoObj = document.createElement('input'); oSeqNoObj.name = 'seq_no_key_expiretime'; oSeqNoObj.type = 'hidden'; oSeqNoObj.value = iSeqnoExpiretime; oForm.appendChild(oSeqNoObj); var returnUrl = findGetParamValue('returnUrl'); if (returnUrl == '' || returnUrl == null) { returnUrl = location.pathname + location.search; } oSeqNoObj = document.createElement('input'); oSeqNoObj.name = 'returnUrl'; oSeqNoObj.type = 'hidden'; oSeqNoObj.value = returnUrl; oForm.appendChild(oSeqNoObj); if (sUseLoginKeepingIp != undefined) { oSeqNoObj = document.createElement('input'); oSeqNoObj.name = 'use_login_keeping_ip'; oSeqNoObj.type = 'hidden'; oSeqNoObj.value = sUseLoginKeepingIp; oForm.appendChild(oSeqNoObj); } oForm.submit(); isUseLoginKeepingSubmit = true; } isUseLoginKeeping(); } catch(e) { } var aPopupListData = {"aPopupList":"[{\"type\":\"W\",\"child_type\":\"W\",\"idx\":6,\"file\":\"\\\/popup\\\/popup_6.html\",\"size\":\"407*370\",\"position\":\"70*70\",\"title\":\"\\ud398\\uc774\\uc2a4\\ubd81 \\uac1c\\uc124\",\"open\":true},{\"type\":\"W\",\"child_type\":\"W\",\"idx\":5,\"file\":\"\\\/popup\\\/popup_5.html\",\"size\":\"400*369\",\"position\":\"50*50\",\"title\":\"\\ub370\\ub4dc\\ub77c\\uc778 \\uc5f0\\uc7a5 \\ud31d\\uc5c5\",\"open\":true}]","aPopupCouponList":[],"sIsAuthGuidePopup":"","sIsUpdateEventGuidePopup":"","sIsLifetimeEventGuidePopup":"","sPopupPage":"F"}; var aLogData = {"log_server1":"eclog2-225.cafe24.com","log_server2":"elg-db-svcm-275.cafe24.com","mid":"heera1908","stype":"e","domain":"","shop_no":2,"lang":"en_US","ver":2,"hash":"","ca":"cfa-js.cafe24.com\/cfa.js","etc":""}; var sMileageName = 'Reward Points'; var sMileageUnit = '$[:PRICE:]'; var sDepositName = 'Store Credits'; var sDepositUnit = '$'; CAFE24.SHOP_CURRENCY_INFO = {"2":{"aShopCurrencyInfo":{"currency_code":"USD","currency_no":"840","currency_symbol":"$","currency_name":"United States dollar","currency_desc":"$ \ub2ec\ub7ec (\ubbf8\uad6d)","decimal_place":2,"round_method_type":"R"},"aShopSubCurrencyInfo":{"currency_code":"EUR","currency_no":"978","currency_symbol":"\u20ac","currency_name":"Euro","currency_desc":"\u20ac \uc720\ub85c (\uc720\ub7fd)","decimal_place":2,"round_method_type":"R","display_type":"M"},"aBaseCurrencyInfo":{"currency_code":"KRW","currency_no":"410","currency_symbol":"\uffe6","currency_name":"South Korean won","currency_desc":"\uffe6 \uc6d0 (\ud55c\uad6d)","decimal_place":0,"round_method_type":"F"},"fExchangeRate":1175.84,"fExchangeSubRate":"0.87600080012702011602","aFrontCurrencyFormat":{"head":"USD ","tail":""},"aFrontSubCurrencyFormat":{"head":"EUR ","tail":""}}}; var SHOP_CURRENCY_INFO = CAFE24.SHOP_CURRENCY_INFO; var EC_ASYNC_LIVELINKON_ID = ''; if (EC$('[async_section=before]').length > 0) { EC$('[async_section=before]').addClass('displaynone'); } </script></body></html><html><section id="venue" class="xans-element- xans-main xans-main-10 page-block "><div class="container"> <div class="section clearfix bottom-margin"> <header class="page-head colored clearfix"><h2>Maps for the Conference Venue</h2> <!-- <p class="text-muted">Location that you'll be looking for</p>--> </header><article><div class="responsive" style="margin-top: 4%"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3162.75926727205!2d126.97170871564796!3d37.56073513221734!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357c9ef6e911c355%3A0x463209545ca94e04!2z64yA7ZWc7IOB6rO17ZqM7J2Y7IaM!5e0!3m2!1sko!2skr!4v1631060756020!5m2!1sko!2skr" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe> </div> <div class="row clearfix"> <div class="col-md-6 col-sm-12"> <div class="column-content"> <br/><h4>The WMEMC 2023 will take place</h4> <p></p> <h4>at The Korea Chamber Of Commerce & Industry's Office</h4> <hr/> <ul class="address"> <li> <i class="fa fa-map-marker"></i> <strong>The Conference Venue</strong> <p><strong>(The Korea Chamber Of Commerce & Industry's Office)</strong></p> 39, Sejong-daero Jung-gu Seoul, Republic of Korea<i class=""></i> <strong>Email Us</strong><br/><a href="/cdn-cgi/l/email-protection#9aedf7fff7f9a8aaa8a8daf4fbecffe8b4f9f5f7"><span class="__cf_email__" data-cfemail="c3b4aea6aea0f1f3f1f183ada2b5a6b1eda0acae">[email&#160;protected]</span></a> </li> </ul> <p> <a href="http://www.korentertainment.org/index.php" title="HOW TO REACH US" class="btn btn-block" style="float:left; margin-bottom:20px;">HOW TO REACH US </a> </p> </div> </div> </div> <hr/> <!-- <div class="responsive"> <i class=""></i> <strong>Email Us</strong><br/> <a href="mailto:wmemc2022@naver.com">wmemc2022@naver.com</a> </li> </ul> <p> <a href="http://www.korentertainment.org/index.php" title="HOW TO REACH US" class="btn btn-block" style="float:left; margin-bottom:20px;">HOW TO REACH US </a> </p> </div> </div> </div> <div class="col-md-6 col-sm-12 column" style="height: 165px;"> <div class="column-content"> <h3>Visit Rome</h3> <a href="http://www.turismoroma.it/en?lang=en" title="DISCOVER THE CITY " class="btn btn-block" style="float:left; margin-bottom:20px;">DISCOVER THE CITY </a> </div> </div> --></article> </div> </div> </section> <!--푸터start--><!--BEGIN-FOOTER--><footer id="footer" class="xans-element- xans-main xans-main-11 page-block "><div class="container"> <div class="section no-border"> <header class="page-head colored clearfix"><h6><span style="color:#ffffff">Contact: Korea entertainment association │  Registration No: 403-82-79677<br/> CEO: Jong Woo Jun │  Headquarters: 24, Kyungheedae-ro, Dongdaemun-gu, Seoul, Republic of Korea<br/> Tel: +82 2-920-7812 │  E-mail: <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="7c0b1119111f4e4c4e4e3c121d0a190e521f1311">[email&#160;protected]</a><br/><br/></span></h6> <p class="text-center">Non-Refundable. Buyer understands that once purchase price has been delivered, no refund will be made.<br/><br/></p> <div class="col-md-7 col-sm-12"> <button id="myClick">Conference Link</button> <!-- The partner --> <div id="mypartner" class="partner"> <!-- partner content --> <div class="partner-content"> <span class="close">&times;</span> <table> <h4 style="text-align: center;"><strong><span style="color: #3366ff;">Conference Partner Link:</span></strong></h4> <ul> <li><a href="https://udruvr2023.com/">udruvr2023.com</a></li> <li><a href="https://msng2023.com/">msng2023.com</a></li> <li><a href="https://cgc2023.com/">cgc2023.com</a></li> <li><a href="https://www.trakya2023.com/">trakya2023.com</a></li> <li><a href="https://www.tcr2023rhul.com/">tcr2023rhul.com</a></li> <li><a href="https://www.wmemc2023.com/">wmemc2023.com</a></li> <li><a href="https://eslp2023.com/">eslp2023.com</a></li> <li><a href="https://seec2023.com/">seec2023.com</a></li> <li><a href="https://jsor2023.com/">jsor2023.com</a></li> <li><a href="https://www.ifab2023.com/">ifab2023.com</a></li> <li><a href="https://edna2023.com/">edna2023.com</a></li> <li><a href="https://asepp2023.com/">asepp2023.com</a></li> <li><a href="https://ipsera2023.com/">ipsera2023.com</a></li> <li><a href="https://thessinppo2023.com/">thessinppo2023.com</a></li> <li><a href="https://cans2023.com/">cans2023.com</a></li> <li><a href="https://www.anzshm2023.com/">anzshm2023.com</a></li> <li><a href="https://www.icefsss-2023.com/">icefsss-2023.com</a></li> <li><a href="https://hskipcon2023.com/">hskipcon2023.com</a></li> <li><a href="https://www.runway2023kinetic.com/">runway2023kinetic.com</a></li> <li><a href="https://itp2023.com/">itp2023.com</a></li> <li><a href="https://www.ufk2022.org/">ufk2022.org</a></li> <li><a href="https://cocukgastro2022.org/">cocukgastro2022.org</a></li> <li><a href="https://tnd2023.com/">tnd2023.com</a></li> <li><a href="https://www.chembionara2023.com/">chembionara2023.com</a></li> <li><a href="https://www.clarpanama2023.com/">clarpanama2023.com</a></li> <li><a href="https://cragcongresses2023.com/">cragcongresses2023.com</a></li> <li><a href="https://kbb2023.com/">kbb2023.com</a></li> <li><a href="https://www.oko-symposium2023.com/">oko-symposium2023.com</a></li> <li><a href="https://www.forpiq2023.com/">forpiq2023.com</a></li> <li><a href="https://www.wmfc2023vienna.com/">wmfc2023vienna.com</a></li> <li><a href="https://annual2023congress.com/">annual2023congress.com</a></li> <li><a href="https://ele2023.org/">ele2023.org</a></li> <li><a href="https://meap2023.org/">meap2023.org</a></li> <li><a href="https://cams2023.org/">cams2023.org</a></li> <li><a href="https://tkbbvbahar2023.org/">tkbbvbahar2023.org</a></li> <li><a href="https://tbs2023.org/">tbs2023.org</a></li> <li><a href="https://2023contentconference.org/">2023contentconference.org</a></li> <li><a href="https://8khdr2023.org/">8khdr2023.org</a></li> <li><a href="https://pccizmir2023.org/">pccizmir2023.org</a></li> <li><a href="https://tjod2023.org/">tjod2023.org</a></li> <li><a href="https://www.aabe2023.com/">aabe2023.com</a></li> <li><a href="https://www.ufaibamako2023.com/">ufaibamako2023.com</a></li> <li><a href="https://angelgpineroconcurso2023.com/">angelgpineroconcurso2023.com</a></li> <li><a href="https://www.bae2023.com/">bae2023.com</a></li> <li><a href="https://stc2023.com/">stc2023.com</a></li> <li><a href="https://aacrt2023.com/">aacrt2023.com</a></li> <li><a href="https://seats2023.com/">seats2023.com</a></li> <li><a href="https://www.celaespanama2023.com/">celaespanama2023.com</a></li> <li><a href="https://www.alacpchile2023.com/">alacpchile2023.com</a></li> <li><a href="https://www.hifunkh2023.com/">hifunkh2023.com</a></li> <li><a href="https://onocon2023.com/">onocon2023.com</a></li> <li><a href="https://www.asambleaastic2023.com/">asambleaastic2023.com</a></li> <li><a href="https://nldml2023.org/">nldml2023.org</a></li> <li><a href="https://auditorium2023.org/">auditorium2023.org</a></li> <li><a href="https://apcssbali2023.org/">apcssbali2023.org</a></li> <li><a href="https://ciasem2022.com/">ciasem2022.com</a></li> <li><a href="https://www.i3s2022.com/">i3s2022.com</a></li> <li><a href="https://www.sharonhenryforda2022.com/">sharonhenryforda2022.com</a></li> <li><a href="https://pauljonesforcongress2022.com/">pauljonesforcongress2022.com</a></li> <li><a href="https://www.mathieumori-congress2022.com/">mathieumori-congress2022.com</a></li> <li><a href="https://ims2022.org/">ims2022.org</a></li> <li><a href="https://ltec2023.com/">ltec2023.com</a></li> <li><a href="https://www.woombrome2023.org/">woombrome2023.org</a></li> <li><a href="https://www.bpg2023.org/">bpg2023.org</a></li> <li><a href="https://www.cerebralpalsy2023.org/">cerebralpalsy2023.org</a></li> <li><a href="https://irsc2023.com/">irsc2023.com</a></li> <li><a href="https://euchis2023.com/">euchis2023.com</a></li> <li><a href="https://www.14acs2023.com/">14acs2023.com</a></li> <li><a href="https://www.agowest2023.com/">agowest2023.com</a></li> <li><a href="https://hamifrats2023.com/">hamifrats2023.com</a></li> <li><a href="https://www.odyssee2023.com/">odyssee2023.com</a></li> <li><a href="https://ama2023.org/">ama2023.org</a></li> <li><a href="https://cocuksolunum2022.org/">cocuksolunum2022.org</a></li> <li><a href="https://iib2022.org/">iib2022.org</a></li> <li><a href="https://ehec2022.org/">ehec2022.org</a></li> <li><a href="https://www.fawajapan2023.com/">fawajapan2023.com</a></li> <li><a href="https://ieeeimas2023.org/">ieeeimas2023.org</a></li> <li><a href="https://siforl2023-ci.com/">siforl2023-ci.com</a></li> <li><a href="https://sefapjerez2022.com/">sefapjerez2022.com</a></li> <li><a href="https://2023aroc-convention.org/">2023aroc-convention.org</a></li> <li><a href="https://www.scdd2023.org/">scdd2023.org</a></li> <li><a href="https://www.fic2023.com/">fic2023.com</a></li> <li><a href="https://www.conabot2023-untrm.com/">conabot2023-untrm.com</a></li> <li><a href="https://www.actc2023.org/">actc2023.org</a></li> <li><a href="https://www.icfidcaa2023.com/">icfidcaa2023.com</a></li> <li><a href="https://www.anzlhsconference2023.com/">anzlhsconference2023.com</a></li> <li><a href="https://apmbf2023.com/">apmbf2023.com</a></li> <li><a href="https://www.ydubsconference2023.com/">ydubsconference2023.com</a></li> <li><a href="https://australiankendochampionships2024.org/">australiankendochampionships2024.org</a></li> <li><a href="https://congresosolapav2023.com/">congresosolapav2023.com</a></li> <li><a href="https://raait-ecai-2023.com/">raait-ecai-2023.com</a></li> <li><a href="https://www.scrtec2024.com/">scrtec2024.com</a></li> <li><a href="https://sehm2023.com/">sehm2023.com</a></li> <li><a href="https://www.icema2023.com/">icema2023.com</a></li> <li><a href="https://jspc2023.com/">jspc2023.com</a></li> <li><a href="https://www.apiap2023.com/">apiap2023.com</a></li> <li><a href="https://www.vsicon2023.com/">vsicon2023.com</a></li> <li><a href="https://www.tsccmconference2023.com/">tsccmconference2023.com</a></li> <li><a href="https://axon2023.com/">axon2023.com</a></li> <li><a href="https://congresoaecd2023.com/">congresoaecd2023.com</a></li> <li><a href="https://taec2023.com/">taec2023.com</a></li> <li><a href="https://icqns2023registration.com/">icqns2023registration.com</a></li> <li><a href="https://pmcc2023.com/">pmcc2023.com</a></li> <li><a href="https://ccst2023.com/">ccst2023.com</a></li> <li><a href="https://endosantamarta2023.com/">endosantamarta2023.com</a></li> <li><a href="https://www.iiseminarioedugeo2023.com/">iiseminarioedugeo2023.com</a></li> <li><a href="https://congresospcsisiac2023.com/">congresospcsisiac2023.com</a></li> <li><a href="https://www.iabs2023nimhans.com/">iabs2023nimhans.com</a></li> <li><a href="https://icsc2024.org/">icsc2024.org</a></li> <li><a href="https://forensicmedicon2024.com/">forensicmedicon2024.com</a></li> <li><a href="https://www.kyusyuiryou2023-oita.com/">kyusyuiryou2023-oita.com</a></li> <li><a href="https://iapmrcon2023imphal.com/">iapmrcon2023imphal.com</a></li> <li><a href="https://www.qcc2023.com/">qcc2023.com</a></li> <li><a href="https://www.papaconvention2023.com/">papaconvention2023.com</a></li> <li><a href="https://natcon2023thrissur.com/">natcon2023thrissur.com</a></li> <li><a href="https://www.eortcp2023.com/">eortcp2023.com</a></li> <li><a href="https://www.pqj2023.com/">pqj2023.com</a></li> <li><a href="https://icphm2023.com/">icphm2023.com</a></li> <li><a href="https://smbe-smallpops2023.com/">smbe-smallpops2023.com</a></li> <li><a href="https://www.icreact2023.com/">icreact2023.com</a></li> <li><a href="https://wemdcd2023.com/">wemdcd2023.com</a></li> <li><a href="https://iamlecon2023.com/">iamlecon2023.com</a></li> <li><a href="https://www.oxbridge2023.com/">oxbridge2023.com</a></li> <li><a href="https://medicolegal2023.com/">medicolegal2023.com</a></li> <li><a href="https://ispacad2023.com/">ispacad2023.com</a></li> <li><a href="https://www.ctconference2023.com/">ctconference2023.com</a></li> <li><a href="https://www.aphc2023.com/">aphc2023.com</a></li> <li><a href="https://www.ukrphil-kmt2023.com/">ukrphil-kmt2023.com</a></li> <li><a href="https://iwals2023.com/">iwals2023.com</a></li> <li><a href="https://www.gcac2023.com/">gcac2023.com</a></li> <li><a href="https://www.cnp2023.com/">cnp2023.com</a></li> <li><a href="https://congresoslac2023.com/">congresoslac2023.com</a></li> <li><a href="https://www.bsscon2023.com/">bsscon2023.com</a></li> <li><a href="https://ifta2023jakarta.com/">ifta2023jakarta.com</a></li> <li><a href="https://www.congresoslaot.org/">congresoslaot.org</a></li> <li><a href="https://eyicongress.info/">eyicongress.info</a></li> <li><a href="https://jazzconference.net/">jazzconference.net</a></li> <li><a href="https://www.2docongresomundialdeterapiaexistencial.com/">2docongresomundialdeterapiaexistencial.com</a></li> <li><a href="https://www.adaletkongresi.org/">adaletkongresi.org</a></li> <li><a href="https://www.tuketicihukukukongresi.com/">tuketicihukukukongresi.com</a></li> <li><a href="https://sos-bihac.org/">sos-bihac.org</a></li> <li><a href="https://www.inss-conf.org/">inss-conf.org</a></li> <li><a href="https://confraria-trotamontes.com/">confraria-trotamontes.com</a></li> <li><a href="https://ukicfconference.org.uk/">ukicfconference.org.uk</a></li> <li><a href="https://itmconference.org.uk/">itmconference.org.uk</a></li> <li><a href="https://congresossnm.org.mx/">congresossnm.org.mx</a></li> <li><a href="https://www.baffinspondassociation.org.uk/">baffinspondassociation.org.uk</a></li> <a href="https://www.naaccr23nola.org/">togel</a> <a style="display:none;" href="https://apmikimdo.org/">SBOBET</a> <a href="https://www.elaularevuelta.org/">slot gacor</a> </ul> </table> </div> </div> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script> var partner = document.getElementById("mypartner"); var btn = document.getElementById("myClick"); var span = document.getElementsByClassName("close")[0]; btn.onclick = function() { partner.style.display = "block"; } span.onclick = function() { partner.style.display = "none"; } window.onclick = function(event) { if (event.target == partner) { partner.style.display = "none"; } } </script> </style> <style> .partner { display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); / Fallback color / background-color: rgba(0,0,0,0.4); / Black w/ opacity / font-family: Arial, Helvetica, sans-serif; font-weight:bold; } .partner a{ text-decoration:none; color:black; } .partner-content { background-color: #ededed; margin: auto; padding: 20px; border: 1px solid #888; width: 80%; max-height:70%; overflow-y:scroll; border-radius:5px; } .partner-content table{ width: 100%; border-collapse: collapse; } .partner-content table th{ background-color:#2C5F2D; color:white; font-size:24px; padding:10px; } .partner-content table tr{ margin:0 auto; } .partner-content table tr:nth-child(odd) td{ background-color:#97BC62; } .partner-content table tr:nth-child(even) td{ background-color:#20948B; } .partner-content table tr td{ padding:10px; } .close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; } </style> <h3>Let's Get Social</h3> <div class="social"> <ul class="list-inline"> <li><a class="tips" href="https://www.naver.com/" title="Follow Us on Facebook"><i class="fa fa-facebook"></i></a></li> <li><a class="tips" href="/" title="Follow Us on Twitter"><i class="fa fa-twitter"></i></a></li> <li><a class="tips" href="/" title="Instagram"><i class="fa fa-instagram"></i></a></li> <li><a class="tips" href="/" title="Watch Our Videos"><i class="fa fa-youtube-play"></i></a></li> <li><a class="tips" href="/" title="Follow Us on LinkedIn"><i class="fa fa-linkedin"></i></a></li> <li><a class="tips" href="/" title="Watch Our gallery"><i class="fa fa-flickr"></i></a></li> </ul> </div> <!-- end social --> </div> </header><p class="text-center">©Korea entertainment association 24, Kyungheedae-ro, Dongdaemun-gu, Seoul</p> <a href="#top" class="top"><i class="fa fa-arrow-up fa-lg"></i></a> </div> <!--end-of-section--> </div> </footer> <!--END-FOOTER--><script src="new/js/jquery.js"></script><script src="new/js/bootstrap.min.js"></script><script src="new/js/jquery.backstretch.min.js"></script><script type="text/javascript" src="https://www.wmemc2023.com/js/directions.js"></script><script src="ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><script src="new/js/jquery.hoverdir.js"></script><script src="new/js/jquery.prettyPhoto.js"></script><script src="new/js/custom.js"></script><script src="new/js/onevent.js"></script><script src="ajax/libs/fitvids/1.0.3/jquery.fitvids.js"></script><!--푸터end--></html>

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