{"id":102527,"date":"2026-09-10T19:27:11","date_gmt":"2026-09-10T10:27:11","guid":{"rendered":"https:\/\/issashowasia.com\/kor\/?page_id=102527"},"modified":"2026-09-11T15:49:36","modified_gmt":"2026-09-11T06:49:36","slug":"floor-plan","status":"publish","type":"page","link":"https:\/\/issashowasia.com\/kor\/floor-plan\/","title":{"rendered":"\ubd80\uc2a4\ubc30\uce58\ub3c4"},"content":{"rendered":"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-margin-top:5%;--awb-margin-bottom:10%;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1456px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div id=\"ms-force-wrapper\" style=\"width: 100%; clear: both;\">\n    <div id=\"ms-iframe-inject\"><\/div>\n<\/div>\n\n<style>\n    \/* 1. PC: \uae30\ubcf8 \uace0\uc815 \ub192\uc774 *\/\n    #ms-booth-iframe-final {\n        width: 100%;\n        height: auto;\n        border: none;\n        display: block;\n    }\n\n\/* 2. \ubaa8\ubc14\uc77c \u2014 Avada \uc804\uc6a9 \ud074\ub798\uc2a4\ub85c \uad50\uccb4 *\/\n@media (max-width: 768px) {\n\t#ms-booth-iframe-final { \n\t\theight: calc(100vh - 150px) !important; \n\t}\n    \/* Avada \ud575\uc2ec \ub798\ud37c \uc5ec\ubc31 \uc81c\uac70 *\/\n    .fusion-body .fusion-column-wrapper,\n    .fusion-builder-row,\n    .fusion-layout-column,\n    .fusion-text,\n    .fusion-fullwidth,\n    .post-content,\n    .fusion-page-layout-wide {\n        padding-left: 0 !important;\n        padding-right: 0 !important;\n        margin-left: 0 !important;\n        margin-right: 0 !important;\n        width: 100% !important;\n        max-width: 100% !important;\n        overflow-x: hidden !important;\n    }\n\n    \/* iframe \ub192\uc774 CSS\uc5d0\ub3c4 \uc120\uc5b8 (JS \uc2e4\ud589 \uc804 \uae5c\ube61\uc784 \ubc29\uc9c0) *\/\n    #ms-booth-iframe-final {\n        height: calc(100vh - 150px) !important;\n    }\n\n    \/* \uae30\uc874 \ub798\ud37c \uc720\uc9c0 *\/\n    #ms-force-wrapper {\n        margin: 0 !important;\n        padding: 0 !important;\n        width: 100% !important;\n    }\n}\n<\/style>\n\n<script>\n    (function() {\n        const urlParams = new URLSearchParams(window.location.search);\n        const event_id = urlParams.get('event_id') || \"issa_2026\";\n        const floor = urlParams.get('floor');\n        const boothnm = urlParams.get('boothnm');\n        const utm_medium = urlParams.get('utm_medium');\n        const utm_term = urlParams.get('utm_term');\n        const utm_content = urlParams.get('utm_content');\n        const lang = urlParams.get('lang');\n\n        let viewerUrl = `https:\/\/booth.demo.messeesang.com\/viewer?event_id=${event_id}`;\n        if (floor) viewerUrl += `&floor=${encodeURIComponent(floor)}`;\n        if (boothnm) viewerUrl += `&boothnm=${encodeURIComponent(boothnm)}`;\n        if (utm_medium) viewerUrl += `&utm_medium=${encodeURIComponent(utm_medium)}`;\n        if (utm_term) viewerUrl += `&utm_term=${encodeURIComponent(utm_term)}`;\n        if (utm_content) viewerUrl += `&utm_content=${encodeURIComponent(utm_content)}`;\n        if (lang) viewerUrl += `&lang=${encodeURIComponent(lang)}`;\n\n\tconst iframe = document.createElement('iframe');\n    iframe.id = \"ms-booth-iframe-final\";\n    iframe.src = viewerUrl;\n    iframe.setAttribute(\"allowfullscreen\", \"true\");\n    \/\/scrolling \uc81c\uac70 \u2014 \ubaa8\ubc14\uc77c \uc798\ub9bc \ubc29\uc9c0\n    iframe.style.setProperty('width', '100%', 'important'); \/\/width \ucd94\uac00\n    iframe.style.setProperty('border', 'none', 'important');\n\n    function updateIframeHeight() {\n      const headerEl = document.querySelector('.fusion-header-wrapper') || document.querySelector('#header');\n      const headerOffset = headerEl ? headerEl.offsetHeight + 20 : 150;\n      const calculatedHeight = window.innerHeight - headerOffset;\n    \n      \/\/PC\/\ubaa8\ubc14\uc77c \uad6c\ubd84 \uc5c6\uc774 \ub3d9\uc77c \ub85c\uc9c1 \uc801\uc6a9\n     iframe.style.setProperty('height', calculatedHeight + 'px', 'important');\n    }\n\n    const target = document.getElementById('ms-iframe-inject');\n    if (target) {\n        target.appendChild(iframe);\n        updateIframeHeight();\n    }\n\n    window.addEventListener('resize', updateIframeHeight);\n\n    \/\/onload\ub97c IIFE \uc548\uc73c\ub85c \uc774\ub3d9\n    window.addEventListener('load', function() {\n        const element = document.getElementById('ms-booth-iframe-final');\n        if (element) {\n            const headerOffset = 90;\n            const elementPosition = element.getBoundingClientRect().top;\n            const offsetPosition = elementPosition + window.pageYOffset - headerOffset;\n            window.scrollTo({ top: offsetPosition, behavior: \"smooth\" });\n        }\n    });\n})();\n\n<\/script><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\" id=\"disnone\" data-scroll-devices=\"small-visibility,medium-visibility,large-visibility\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-1\" style=\"--awb-content-alignment:center;--awb-font-size:20px;--awb-line-height:1.5;--awb-text-color:var(--awb-color6);\"><p>\u203b \ubd80\uc2a4\ubc30\uce58\ub3c4\ub97c \ud074\ub9ad\ud558\uc2dc\uba74 \ub354 \ud06c\uac8c \ubcf4\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:3%;width:100%;\" id=\"disnone\"><\/div><div class=\"fusion-image-element\" style=\"text-align:center;--awb-liftup-border-radius:0px;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><div class=\"awb-image-frame awb-image-frame-1 imageframe-liftup\"><span class=\" fusion-imageframe imageframe-none imageframe-1\" id=\"disnone\"><a class=\"fusion-no-lightbox\" href=\"https:\/\/dnyq8pum1lsu7.cloudfront.net\/app\/uploads\/sites\/4\/2026\/09\/11042937\/ISSA-SHOW-ASIA-2026_%EB%B6%80%EC%8A%A4%EB%B0%B0%EC%B9%98%EB%8F%84.jpg\" target=\"_blank\" aria-label=\"26ISSA_\uac00\uc774\ub4dc\ub9f52\" rel=\"noopener noreferrer\"><img decoding=\"async\" width=\"2333\" height=\"1650\" src=\"https:\/\/dnyq8pum1lsu7.cloudfront.net\/app\/uploads\/sites\/4\/2026\/09\/11042137\/26ISSA_%EA%B0%80%EC%9D%B4%EB%93%9C%EB%A7%B52.jpg\" alt class=\"img-responsive wp-image-102532\" srcset=\"https:\/\/dnyq8pum1lsu7.cloudfront.net\/app\/uploads\/sites\/4\/2026\/09\/11042137\/26ISSA_%EA%B0%80%EC%9D%B4%EB%93%9C%EB%A7%B52-200x141.jpg 200w, https:\/\/dnyq8pum1lsu7.cloudfront.net\/app\/uploads\/sites\/4\/2026\/09\/11042137\/26ISSA_%EA%B0%80%EC%9D%B4%EB%93%9C%EB%A7%B52-400x283.jpg 400w, https:\/\/dnyq8pum1lsu7.cloudfront.net\/app\/uploads\/sites\/4\/2026\/09\/11042137\/26ISSA_%EA%B0%80%EC%9D%B4%EB%93%9C%EB%A7%B52-600x424.jpg 600w, https:\/\/dnyq8pum1lsu7.cloudfront.net\/app\/uploads\/sites\/4\/2026\/09\/11042137\/26ISSA_%EA%B0%80%EC%9D%B4%EB%93%9C%EB%A7%B52-800x566.jpg 800w, https:\/\/dnyq8pum1lsu7.cloudfront.net\/app\/uploads\/sites\/4\/2026\/09\/11042137\/26ISSA_%EA%B0%80%EC%9D%B4%EB%93%9C%EB%A7%B52-1200x849.jpg 1200w, https:\/\/dnyq8pum1lsu7.cloudfront.net\/app\/uploads\/sites\/4\/2026\/09\/11042137\/26ISSA_%EA%B0%80%EC%9D%B4%EB%93%9C%EB%A7%B52.jpg 2333w\" sizes=\"(max-width: 640px) 100vw, 2333px\" \/><\/a><\/span><\/div><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"100-width.php","meta":{"footnotes":""},"class_list":["post-102527","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\ubd80\uc2a4\ubc30\uce58\ub3c4 - ISSA SHOW ASIA KOREA<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/issashowasia.com\/kor\/floor-plan\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ubd80\uc2a4\ubc30\uce58\ub3c4 - ISSA SHOW ASIA KOREA\" \/>\n<meta property=\"og:url\" content=\"https:\/\/issashowasia.com\/kor\/floor-plan\/\" \/>\n<meta property=\"og:site_name\" content=\"ISSA SHOW ASIA KOREA\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-11T06:49:36+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/issashowasia.com\\\/kor\\\/floor-plan\\\/\",\"url\":\"https:\\\/\\\/issashowasia.com\\\/kor\\\/floor-plan\\\/\",\"name\":\"\ubd80\uc2a4\ubc30\uce58\ub3c4 - ISSA SHOW ASIA KOREA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/issashowasia.com\\\/kor\\\/#website\"},\"datePublished\":\"2026-09-10T10:27:11+00:00\",\"dateModified\":\"2026-09-11T06:49:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/issashowasia.com\\\/kor\\\/floor-plan\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/issashowasia.com\\\/kor\\\/floor-plan\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/issashowasia.com\\\/kor\\\/floor-plan\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/issashowasia.com\\\/kor\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ubd80\uc2a4\ubc30\uce58\ub3c4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/issashowasia.com\\\/kor\\\/#website\",\"url\":\"https:\\\/\\\/issashowasia.com\\\/kor\\\/\",\"name\":\"ISSA SHOW ASIA KOREA\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/issashowasia.com\\\/kor\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ubd80\uc2a4\ubc30\uce58\ub3c4 - ISSA SHOW ASIA KOREA","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/issashowasia.com\/kor\/floor-plan\/","og_locale":"ko_KR","og_type":"article","og_title":"\ubd80\uc2a4\ubc30\uce58\ub3c4 - ISSA SHOW ASIA KOREA","og_url":"https:\/\/issashowasia.com\/kor\/floor-plan\/","og_site_name":"ISSA SHOW ASIA KOREA","article_modified_time":"2026-09-11T06:49:36+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/issashowasia.com\/kor\/floor-plan\/","url":"https:\/\/issashowasia.com\/kor\/floor-plan\/","name":"\ubd80\uc2a4\ubc30\uce58\ub3c4 - ISSA SHOW ASIA KOREA","isPartOf":{"@id":"https:\/\/issashowasia.com\/kor\/#website"},"datePublished":"2026-09-10T10:27:11+00:00","dateModified":"2026-09-11T06:49:36+00:00","breadcrumb":{"@id":"https:\/\/issashowasia.com\/kor\/floor-plan\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/issashowasia.com\/kor\/floor-plan\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/issashowasia.com\/kor\/floor-plan\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/issashowasia.com\/kor\/"},{"@type":"ListItem","position":2,"name":"\ubd80\uc2a4\ubc30\uce58\ub3c4"}]},{"@type":"WebSite","@id":"https:\/\/issashowasia.com\/kor\/#website","url":"https:\/\/issashowasia.com\/kor\/","name":"ISSA SHOW ASIA KOREA","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/issashowasia.com\/kor\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"}]}},"_links":{"self":[{"href":"https:\/\/issashowasia.com\/kor\/wp-json\/wp\/v2\/pages\/102527","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/issashowasia.com\/kor\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/issashowasia.com\/kor\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/issashowasia.com\/kor\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/issashowasia.com\/kor\/wp-json\/wp\/v2\/comments?post=102527"}],"version-history":[{"count":15,"href":"https:\/\/issashowasia.com\/kor\/wp-json\/wp\/v2\/pages\/102527\/revisions"}],"predecessor-version":[{"id":102543,"href":"https:\/\/issashowasia.com\/kor\/wp-json\/wp\/v2\/pages\/102527\/revisions\/102543"}],"wp:attachment":[{"href":"https:\/\/issashowasia.com\/kor\/wp-json\/wp\/v2\/media?parent=102527"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}