{"id":95372,"date":"2024-07-22T07:15:22","date_gmt":"2024-07-22T07:15:22","guid":{"rendered":"https:\/\/prod.wplb.labbenchmarking.com\/%ec%82%ac%ea%b3%a0-%eb%a6%ac%eb%8d%94%ec%8b%ad\/"},"modified":"2026-04-21T06:33:48","modified_gmt":"2026-04-21T06:33:48","slug":"thought-leadership","status":"publish","type":"page","link":"https:\/\/labinsights.com\/ko\/thought-leadership\/","title":{"rendered":"\ud5ec\uc2a4\ucf00\uc5b4 \uc804\ubb38\uac00 \uc778\uc0ac\uc774\ud2b8"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"95372\" class=\"elementor elementor-95372 elementor-837\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c2a272f tl-page-layout e-flex e-con-boxed e-con e-parent\" data-id=\"c2a272f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-14db0ae e-con-full tl-side-menu e-flex e-con e-child\" data-id=\"14db0ae\" data-element_type=\"container\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:80,&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;sticky_offset_mobile&quot;:60,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9128fd7 parent-expanded-search-main elementor-widget elementor-widget-shortcode\" data-id=\"9128fd7\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <script>\n    function getBaseUrl() {\n        const fullPath = `${window.location.origin}${window.location.pathname}`;\n        const wpDir = '\/efs\/'; \/\/ Change this to your WordPress directory if needed\n        const wpDirIndex = fullPath.indexOf(wpDir);\n        return wpDirIndex !== -1 ? fullPath.substring(0, wpDirIndex + wpDir.length) : window.location.origin;\n    }\n    async function fetchSearchResults2(value, instance_id) {\n\t    \/\/console.log(value);\n        try {\n            const post_types = [\"acf_article\",\"wmc_webinar\"] || ['acf_article','wmc_webinar'];\n            const postTypesQuery = post_types.map(type => `post_types[]=${encodeURIComponent(type)}`).join('&');\n            const current_language = \"ko\";\n            \/\/ Get 'cc' from current URL if present\n            const urlParams = new URLSearchParams(window.location.search);\n            const ccParam = urlParams.get('cc');\n            let url = `${getBaseUrl()}\/wp-json\/custom\/v1\/search?query=${encodeURIComponent(value)}&${postTypesQuery}&lang=${current_language}`;\n\t    \tif (ccParam) {\n                  url += `&cc=${encodeURIComponent(ccParam)}`;\n            }\n            const response = await fetch(url, {\n                method: 'GET', \/\/ Explicitly defining the method\n                headers: {\n                    'Accept': 'application\/json',\n                    'Content-Type': 'application\/json'\n                }\n            });\n            if (!response.ok) {\n                throw new Error(`HTTP error! Status: ${response.status}`);\n            }\n            return await response.json();\n        } catch (error) {\n            console.error('Error fetching search results:', error);\n            return { posts: [], categories: [], contributors: [] };\n        }\n    }\n    function highlightMatch(text, searchTerm) {\n        const escapedTerm = searchTerm.replace(\/[-\/\\\\^$*+?.()|[\\]{}]\/g, '\\\\$&'); \/\/ Escape regex special chars\n        const regex = new RegExp(`(${escapedTerm})`, 'gi'); \/\/ Case-insensitive\n        return text.replace(regex, '<strong>$1<\/strong>');\n    }\n\tfunction expandedselectTopCategory(parent, categories, ppsinstance_id) {\n        ppsinstance_id = window.innerWidth > 768 ? 2 : 1;\n        var currentUrl = new URL(window.location.href);\n        var currentPath = currentUrl.pathname;\n        const current_language = \"ko\";\n        var languagePath = `\/${current_language}\/`;\n        if (!Array.isArray(categories)) {\n            categories = [categories];\n        }\n        if (currentPath === '\/' || currentPath === '' || currentPath === '\/efs\/') {\n            currentPath = currentPath ? currentPath + 'labinsights-topics' : '\/labinsights-topics';\n        } else if (currentPath.includes('\/thought-leadership\/')) {\n            currentPath = currentPath.replace('\/thought-leadership\/', '\/labinsights-topics');\n        } else if (currentPath.includes('\/community-in-healthcare\/')) {\n            currentPath = currentPath.replace('\/community-in-healthcare\/', '\/labinsights-topics');\n        } else {\n            if (parent && categories) {\n                \/\/currentPath = currentPath + `labinsights-topics`;\n\t    \t\tif (!currentPath.includes('\/labinsights-topics\/')) {\n                   currentPath = currentPath + `labinsights-topics`;\n               }\n            }\n        }\n        const searchParams = new URLSearchParams(window.location.search); \/\/ browser URL\n        const ccParam = searchParams.get('cc'); \/\/ check if 'cc' exists\n\t    \/\/ Clear all existing query parameters\n        currentUrl.search = '';\n        var urlParams = currentUrl.searchParams;\n        var categoriesString = categories.join(',');\n\t    urlParams.set('topics', 'show');\n        urlParams.set('filter_categories_'+ppsinstance_id, categoriesString);    \n        if (ccParam) {\n            urlParams.set('cc', ccParam);\n        } \n        currentUrl.pathname = currentPath;\n        currentUrl.search = urlParams.toString();\n        \/\/ Return the computed URL instead of redirecting\n        return currentUrl.toString();\n    }\n    function expandedredirectToAllResults(ppsinstance_id, query, type) {\n        let currentUrl = new URL(window.location.href);\n        let currentPath = currentUrl.pathname;\n        if (type === \"categories\") {\n            return ppsselectTopCategory(query, ppsinstance_id);\n        }\n        if (type === \"posts\") {\n            if (currentPath.includes('\/thought-leadership\/')) {\n                currentPath = currentPath.replace('\/thought-leadership\/', '\/labinsights-topics');\n            } else if (currentPath.includes('\/community-in-healthcare\/')) {\n                currentPath = currentPath.replace('\/community-in-healthcare\/', '\/labinsights-topics');\n            }\n            \/\/ Clear all existing query parameters if 'query' is provided\n            if (query) {\n                const searchParams = new URLSearchParams(window.location.search); \/\/ browser URL\n                const ccParam = searchParams.get('cc'); \/\/ check if 'cc' exists\n                currentUrl.search = ''; \/\/ Clears all query parameters\n                let urlParams = new URLSearchParams(); \/\/ Create a fresh URLSearchParams instance\n                urlParams.set('topics', 'show');\n                urlParams.set('search', query);\n                if (ccParam) {\n                    urlParams.set('cc', ccParam);\n                }\n                currentUrl.search = urlParams.toString();\n            }\n            \/\/ Update the pathname\n            currentUrl.pathname = currentPath;\n            \/\/ Return the computed URL instead of redirecting\n            return currentUrl.toString();\n        }\n        return null; \/\/ If no valid type is provided, return null\n    }\n    async function showSuggestions2(value, instance_id) {\n        if (value.length <= 1) {\n        document.getElementById('expanded-searchResults').innerHTML = '';\n        return;\n        }\n        const data = await fetchSearchResults2(value, instance_id); \/\/ Wait for data\n        try {\n            let suggestionsHtml = '';\n            const suggestedTopics = \"\\ucd94\\ucc9c \\uc8fc\\uc81c\";\n            const suggestedContributor = \"\\ucd94\\ucc9c \\uae30\\uc5ec\\uc790\";\n            const suggestedArticle = \"\\ucd94\\ucc9c \\uae30\\uc0ac\\\/\\uc6f9\\uc138\\ubbf8\\ub098\";\n            const showallthesearchResult = \"\\ubaa8\\ub4e0 \\uacb0\\uacfc \\ubcf4\\uae30\";\n            const no_match_statement = \"\\uc8c4\\uc1a1\\ud569\\ub2c8\\ub2e4! \\ud574\\ub2f9 \\ub2e8\\uc5b4\\ub098 \\uad6c\\ubb38\\uc5d0 \\ub300\\ud55c \\uac80\\uc0c9 \\uacb0\\uacfc\\ub97c \\ucc3e\\uc744 \\uc218 \\uc5c6\\uc2b5\\ub2c8\\ub2e4. \\ub2e4\\ub978 \\ud0a4\\uc6cc\\ub4dc\\ub97c \\uc0ac\\uc6a9\\ud574 \\ubcf4\\uc2dc\\uac70\\ub098 \\uce74\\ud14c\\uace0\\ub9ac \\uc139\\uc158\\uc5d0\\uc11c \\ub2e4\\ub978 \\uc8fc\\uc81c\\ub97c \\ucc3e\\uc544\\ubcf4\\uc138\\uc694.\";\n\t\t\tconst go_to_all_topics = \"\\ubaa8\\ub4e0 \\uc8fc\\uc81c \\ubcf4\\uae30\";\n\t\t    const urlParams = new URLSearchParams(window.location.search);\n\t\t    const topics = urlParams.get(\"topics\");\n            const ccParam = urlParams.get('cc');\n            if (data.categories.length > 0) {\n                suggestionsHtml += `<div class=\"expanded-pps-suggestion-topics\">\n                    <div class=\"expanded-suggestion-label\">${suggestedTopics}<\/div>\n                    <ul class=\"expanded-pps-suggestion-topics-list\">\n                        ${data.categories.slice(0, 3).map(category => {\n                            let categoryUrl = expandedselectTopCategory(category.parent_slug, category.id, instance_id);\n                            return `<li class=\"expanded-category-suggestion\">\n                                <a href=${categoryUrl} rel=\"noopener noreferrer\">\n                                    ${highlightMatch(category.name, value)}\n                                <\/a>\n                            <\/li>`;\n                        }).join('')}\n                    <\/ul>\n                <\/div>`;\n            }\n            \n            if (data.contributors.length > 0) {\n                \/\/ console.log(data.contributors);\n                suggestionsHtml += `<div class=\"expanded-pps-suggestion-topics\">\n                    <div class=\"expanded-suggestion-label\">${suggestedContributor}<\/div>\n                    <ul class=\"expanded-pps-suggestion-topics-list\">\n                       ${data.contributors.slice(0, 5).map(contributor => {\n                            let contributorUrl = contributor.url;\n                             console.log(contributor);\n                            \/\/ Append cc param if missing and ccParam exists\n                            if (ccParam && !contributorUrl.includes('cc=')) {\n                                const separator = contributorUrl.includes('?') ? '&' : '?';\n                                contributorUrl += `${separator}cc=${encodeURIComponent(ccParam)}`;\n                            }\n\n                            \/\/ Escape quotes in URL for safety\n                            const safeUrl = contributorUrl.replace(\/\"\/g, '&quot;').replace(\/'\/g, '&#39;');\n\n                            return `<li class=\"expanded-category-suggestion\">\n                            <a href=${contributorUrl} rel=\"noopener noreferrer\"\n                            onclick=\"selectSuggestion('${contributorUrl}', ${instance_id})\">\n                                <div>${highlightMatch(contributor.name, value)}<\/div>\n                            <\/a>\n                        <\/li>`\n                        }).join('')}\n                    <\/ul>\n                <\/div>`;\n            }\n\n            if (data.posts.length > 0) {\n                suggestionsHtml += `<div class=\"expanded-pps-post-suggestion\">\n                    <div class=\"expanded-suggestion-label\">${suggestedArticle}<\/div>\n                    <ul class=\"expanded-pps-post-suggestion-list\">\n                        ${data.posts.slice(0, 3).map(post => \n\t\t\t\t\t\t\t`<li class=\"expanded-post-suggestion\"><a href=${post.url} rel=\"noopener noreferrer\" onclick=\"selectSuggestion(${post.url}, ${instance_id})\"><div>${highlightMatch(post.title, value)}<\/div><\/a><\/li><hr>`\n                        ).join('')}\n                <\/ul><\/div>`;\n                if (data.posts.length > 3) {\n                    let post_Url = expandedredirectToAllResults(instance_id, value, 'posts'); \/\/ No need for `${}`\n                    suggestionsHtml += `<div class=\"expanded-pps-post-all-suggestion\">\n                        <li class=\"expanded-show-all\">\n                            <a class=\"link-color-gradient\" href=${post_Url} style=\"text-decoration: underline;\">\n                                ${showallthesearchResult}\n                            <\/a>\n                        <\/li>\n                    <\/div>`;\n                }\n            }\n            if (data.posts.length === 0 && data.categories.length === 0 && data.contributors.length === 0) {\n                suggestionsHtml += `<img decoding=\"async\" loading=\"lazy\" src=\"\/app\/uploads\/2025\/06\/Search_empty.svg\" alt=\"searching\" class=\"no-match-img\"><p class=\"no-match\">${data.translation.no_matches_found}<\/p><p class=\"error-msg\">${no_match_statement}<\/p>`;\n               if (topics == 'all' || topics == 'show') {\n                        suggestionsHtml += '';\n               } else {\n                    let allTopicsUrl = \"\/labinsights-topics\/?topics=show\";\n                    if (ccParam) {\n                        allTopicsUrl += `&cc=${encodeURIComponent(ccParam)}`;\n                    }\n\t\t\t\t   suggestionsHtml += `<div class=\"all-topic-link\"><a class=\"link-color-gradient\" href=${allTopicsUrl} style=\"text-decoration: underline;\">\n                        ${go_to_all_topics}<\/a><img decoding=\"async\" loading=\"lazy\" src=\"\/app\/uploads\/2025\/03\/arrow_right.svg\" alt=\"go to all topics\" ><\/div>`;\n\t\t\t   }\n            }\n            document.getElementById('expanded-searchResults').innerHTML = suggestionsHtml;\n        } catch (error) {\n          console.error('Error fetching suggestions:', error);\n          document.getElementById(`expanded-searchResults`).innerHTML = `<img decoding=\"async\" loading=\"lazy\" src=\"\/app\/uploads\/2025\/06\/Search_empty.svg\" alt=\"searching\" class=\"no-match-img\"><p class=\"no-match\">${data.translation.no_matches_found}<\/p><p class=\"error-msg>${no_match_statement}<\/p>`;\n               if (topics == 'all' || topics == 'show') {\n                        suggestionsHtml += '';\n\t\t\t   } else {\n                    let allTopicsUrl = \"\/labinsights-topics\/?topics=show\";\n                    if (ccParam) {\n                        allTopicsUrl += `&cc=${encodeURIComponent(ccParam)}`;\n                    }\n\t\t\t\t    suggestionsHtml += `<div><a class=\"link-color-gradient\" href=${allTopicsUrl} style=\"text-decoration: underline;\">\n                        ${go_to_all_topics}<\/a><img decoding=\"async\" loading=\"lazy\" src=\"\/app\/uploads\/2025\/03\/arrow_right.svg\" alt=\"go to all topics\" class=\"no-match-img\"><\/div>`;\n\t\t\t   }\n        }\n    }\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        const searchBox = document.getElementById(\"expanded-searchInput\");\n        const backButton = document.getElementById(\"expanded-backButton\");\n        const clearButton = document.getElementById(\"expanded-clearButton\");\n        const searchResults = document.getElementById(\"expanded-searchResults\");\n        const searchContainer = document.querySelector(\".expanded-search-container\");\n\t\tconst parentExpandedSearchMain= document.querySelector(\".parent-expanded-search-main\");\n        const overlay = document.getElementById(\"expanded-overlay\");\n\t\tconst searching_statement = \"\\uac80\\uc0c9 \\uc911 ... \\uac80\\uc0c9 \\uc911\";\n\t\tconst searching_statement2 = \"\\uc7a0\\uc2dc\\ub9cc \\uae30\\ub2e4\\ub824\\uc8fc\\uc138\\uc694\";\n\t\tconst comunity_filter_expanded_search = document.querySelector(\".author-filter-icon\");\n\t\tconst topics_top_filters_expanded_search = document.querySelector(\".topics-top-filters\");\n\t\tconst pps_menu_wrapper_expanded_search = document.getElementById(\"pps-menu-wrapper\");\n\t\tconst ppw_filters_arrow_topics_expanded_search = document.querySelector(\".ppw-filters-arrow-topics\");\n        let debounceTimer; \n        let lastSearchTerm = \"\"; \/\/ Store latest valid search term\n\t\tconst currentUrl = new URL(window.location.href);\n        const currentPath = currentUrl.pathname;\n\t\tconst urlParams = new URLSearchParams(window.location.search);\n\t\tconst topics = urlParams.get(\"topics\");\n\t\tconst isMobileView = window.matchMedia(\"(max-width: 767px)\").matches;\n\t\tif (currentPath.includes('\/community-in-healthcare\/') || (topics == 'all' || topics == 'show')) {\n\t\t\tsearchContainer.style.minWidth = \"300px\";\n\t\t\tif (isMobileView) {\n\t\t\t\tsearchBox.classList.add(\"expanded-search-box-community-and-topics\");\n\t\t\t\tsearchBox.classList.remove(\"expanded-search-box\");\n\t\t\t}\n\t\t} else {\n\t\t\t    searchContainer.style.minWidth = \"\";\n\t\t}\n        function openSearch() {\n        searchBox.classList.add(\"expanded\");\n\t    searchBox.setAttribute('placeholder', '\uac80\uc0c9\uc744 \uc2dc\uc791\ud558\ub824\uba74 \uc785\ub825\uc744 \uc2dc\uc791\ud558\uc138\uc694.'); \/\/ Change placeholder to $Search_here2\n        searchContainer.style.width = \"550px\";\n\t\tif (topics == 'all' || topics == 'show') {  \/\/ Check if topics is 'all' or 'show'\n        \tif (isMobileView) {\n\t\t\t\ttopics_top_filters_expanded_search.classList.add(\"all-topic-filter-expand-topics-top\");\n\t\t\t\tpps_menu_wrapper_expanded_search.classList.add(\"all-topic-filter-expand-wrapper\");\n                ppw_filters_arrow_topics_expanded_search.classList.add(\"all-topic-filter-expand-filter\");\n\t\t\t}\n\t\t}\n\t\t\tif(window.matchMedia(\"(max-width:768px)\").matches){\n\t\t\t\tif (comunity_filter_expanded_search) {\n\t\t\t\tcomunity_filter_expanded_search.style.top=\"22px\";\n\t\t\t\t}\n\t\t\t\tsearchContainer.style.width = \"100%\";\n\t\t\t\tif (parentExpandedSearchMain) {\n\t\t\t\tparentExpandedSearchMain.style.position = \"absolute\";\n\t\t\t\tparentExpandedSearchMain.style.top=\"10px\";\n\t\t\t\tparentExpandedSearchMain.style.left=\"0px\";\n\t\t\t\tparentExpandedSearchMain.style.width=\"100%\";\n\t\t\t\tparentExpandedSearchMain.style.zIndex=\"14\";\n\t\t\t\t}\n\t\t\t}\n         \/\/ Ensure backButton is selected correctly and is visible\n        backButton.style.display = \"flex\";\n        overlay.style.display = \"block\";\n\t    document.body.classList.add(\"expanded-search-overlay-active\"); \/\/ Add class to body\n        searchBox.focus(); \/\/ Trigger focus on input field\n        }\n\t\tsearchBox.addEventListener(\"focus\", openSearch);\n\t\tfunction closeSearch() {\n        searchBox.value = \"\";\n        searchBox.classList.remove(\"expanded\");\n\t\tif (currentPath.includes('\/community-in-healthcare\/') || (topics == 'all' || topics == 'show')) {\n\t\t\tif(isMobileView){\n\t\t\t\tsearchBox.setAttribute('placeholder', '\uc5ec\uae30\uc5d0\uc11c \uac80\uc0c9\ud558\uc138\uc694');\n\t\t\t}else{\n\t\t\t\tsearchBox.setAttribute('placeholder', '\uc81c\ubaa9, \ud0a4\uc6cc\ub4dc, \uc800\uc790\ub85c \uac80\uc0c9'); \/\/ Change placeholder to $Search_here2\n\t\t\t}\n\t\t} else {\n\t\t\tsearchBox.setAttribute('placeholder', '\uc5ec\uae30\uc5d0\uc11c \uac80\uc0c9\ud558\uc138\uc694'); \/\/ Change placeholder to $Search_here2\n\t\t}\n        searchContainer.style.width = \"auto\";\n        searchResults.classList.remove(\"visible\");\n        backButton.style.display = \"none\";\n        clearButton.style.display = \"none\";\n        overlay.style.display = \"none\";\n        if (topics == 'all' || topics == 'show') {  \/\/ Check if topics is 'all' or 'show'\n        \t\tif (isMobileView) {\n            \t\ttopics_top_filters_expanded_search.classList.remove(\"all-topic-filter-expand-topics-top\");\n            \t\tpps_menu_wrapper_expanded_search.classList.remove(\"all-topic-filter-expand-wrapper\");\n            \t\tppw_filters_arrow_topics_expanded_search.classList.remove(\"all-topic-filter-expand-filter\");\n        \t    } \n\t\t}\n\t\tif(window.matchMedia(\"(max-width:768px)\").matches){\n\t\t\t\tsearchContainer.style.width = \"100%\";\n   \t\t\t\tif (parentExpandedSearchMain) {\n                parentExpandedSearchMain.removeAttribute(\"style\");\n                }\n\t\t\t\tif (comunity_filter_expanded_search) {\n\t\t\t\tcomunity_filter_expanded_search.style.top=\"-37px\";\n\t\t\t\t}\n\t\t} \n\t\tdocument.body.classList.remove(\"expanded-search-overlay-active\"); \/\/ Add class to body\n        }\n\t\tbackButton.addEventListener(\"click\", closeSearch);\n        clearButton.addEventListener(\"click\", () => {\n            searchBox.value = \"\";\n            clearButton.style.display = \"none\";\n            searchResults.classList.remove(\"visible\");\n\t\t\t\n        });\n\t\tsearchBox.addEventListener(\"input\", handleSearch);\n        searchBox.addEventListener(\"paste\", (event) => {\n           setTimeout(() => handleSearch(event), 50); \/\/ Delay to capture pasted text\n        });\n        function handleSearch() {\n    \t\tclearTimeout(debounceTimer); \/\/ Clear previous timer\n    \t\tif (searchBox.value.trim()) {\n        \t\tconst currentValue = searchBox.value.trim();\n        \t\tif (currentValue.length <= 1) {\n            \t\tsearchResults.classList.remove(\"visible\");\n            \t\tclearButton.style.display = \"none\";\n            \t\treturn;\n        \t\t}\n        \t\tclearButton.style.display = \"block\";\n        \t\tsearchResults.innerHTML = `<div class=\"expanded-searching\"><img decoding=\"async\" loading=\"lazy\" src=\"\/app\/uploads\/2025\/06\/Search_empty.svg\" alt=\"searching\"><p>${searching_statement}<\/p><p>${searching_statement2}<\/p><\/div>`;\n        \t\tsearchResults.classList.add(\"visible\");\n        \t\tif (currentPath.includes('\/community-in-healthcare\/') || (topics == 'all' || topics == 'show')) {\n           \t\t\t searchResults.classList.add(\"community-and-topics\");\n        \t\t} else {\n            \t\tsearchResults.classList.remove(\"community-and-topics\");\n        \t\t}\n        \t\tdebounceTimer = setTimeout(async () => {\n            \tif (currentValue !== lastSearchTerm) { \n                \tlastSearchTerm = currentValue;\n                \tawait showSuggestions2(currentValue, 1);\n            \t}\n        \t}, 300); \/\/ Waits 300ms before making the API call\n    \t\t} else {\n        \t\tsearchResults.classList.remove(\"visible\");\n        \t\tclearButton.style.display = \"none\";\n    \t\t}\n\t\t}\n\t\t\/\/ Close search when clicking outside\n    \t\/*document.addEventListener(\"click\", (event) => {\n        if (\n            !searchContainer.contains(event.target) && \n            event.target !== searchBox && \n            event.target !== backButton &&\n\t\t\t!searchBox.contains(event.target)  \/\/ Added this check to allow clicking inside the input\n        ) {\n            closeSearch();\n        }\n        });*\/\n\t\t\/\/ Add event listener to the .expanded-overlay element\n        if (overlay) {\n          overlay.addEventListener(\"click\", closeSearch);\n        }\n    });\n    <\/script>\n    \n    <div class=\"expanded-overlay\" id=\"expanded-overlay\"><\/div>\n    <div class=\"expanded-search-container\">\n\t\t<input type=\"text\" class=\"expanded-search-box\" placeholder=\"\uc5ec\uae30\uc5d0\uc11c \uac80\uc0c9\ud558\uc138\uc694\" id=\"expanded-searchInput\">\n        <button class=\"expanded-clear-button\" id=\"expanded-clearButton\"><img decoding=\"async\" loading=\"lazy\" src=\"\/app\/uploads\/2025\/03\/Union.webp\" alt=\"x\" title=\"\"><\/button>\n        <button class=\"expanded-back-button\" id=\"expanded-backButton\">\n            \ub2eb\ub2e4        <\/button>\n    <\/div>\n    <div class=\"expanded-results\" id=\"expanded-searchResults\"><\/div>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad8277a elementor-hidden-mobile elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"ad8277a\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35002f7 elementor-nav-menu__align-start menu-left-bar elementor-widget__width-initial elementor-hidden-mobile elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu\" data-id=\"35002f7\" data-element_type=\"widget\" id=\"menu-left-bar-id\" data-settings=\"{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\\&quot;true\\&quot; class=\\&quot;e-font-icon-svg e-fas-caret-down\\&quot; viewBox=\\&quot;0 0 320 512\\&quot; xmlns=\\&quot;http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\&quot;&gt;&lt;path d=\\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\\&quot;&gt;&lt;\\\/path&gt;&lt;\\\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}\" data-widget_type=\"nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<nav aria-label=\"Left Menu\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-none\">\n\t\t\t\t<ul id=\"menu-1-35002f7\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95380\"><a href=\"\/thought-leadership\" class=\"elementor-item menu-link\">\uac1c\uc694<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95381\"><a href=\"\/labinsights-topics?pillar=disease-area\" class=\"elementor-item menu-link\">\uc9c8\ud658 \ubd80\uc704<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95382\"><a href=\"\/labinsights-topics?pillar=event-coverage\" class=\"elementor-item menu-link\">\uc774\ubca4\ud2b8 \uc801\uc6a9 \ubc94\uc704<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95383\"><a href=\"\/labinsights-topics?pillar=management\" class=\"elementor-item menu-link\">\uad00\ub9ac<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95384\"><a href=\"\/labinsights-topics?pillar=operations\" class=\"elementor-item menu-link\">\uc6b4\uc601<\/a><\/li>\n<li class=\"all-topics-line menu-item menu-item-type-custom menu-item-object-custom menu-item-95385\"><a href=\"\/labinsights-topics?topics=show\" class=\"elementor-item menu-link\">\ubaa8\ub4e0 \uc8fc\uc81c<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95386\"><a href=\"\/community-in-healthcare\" class=\"elementor-item menu-link\">\ucee4\ubba4\ub2c8\ud2f0<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">\n\t\t\t\t<ul id=\"menu-2-35002f7\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95380\"><a href=\"\/thought-leadership\" class=\"elementor-item menu-link\" tabindex=\"-1\">\uac1c\uc694<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95381\"><a href=\"\/labinsights-topics?pillar=disease-area\" class=\"elementor-item menu-link\" tabindex=\"-1\">\uc9c8\ud658 \ubd80\uc704<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95382\"><a href=\"\/labinsights-topics?pillar=event-coverage\" class=\"elementor-item menu-link\" tabindex=\"-1\">\uc774\ubca4\ud2b8 \uc801\uc6a9 \ubc94\uc704<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95383\"><a href=\"\/labinsights-topics?pillar=management\" class=\"elementor-item menu-link\" tabindex=\"-1\">\uad00\ub9ac<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95384\"><a href=\"\/labinsights-topics?pillar=operations\" class=\"elementor-item menu-link\" tabindex=\"-1\">\uc6b4\uc601<\/a><\/li>\n<li class=\"all-topics-line menu-item menu-item-type-custom menu-item-object-custom menu-item-95385\"><a href=\"\/labinsights-topics?topics=show\" class=\"elementor-item menu-link\" tabindex=\"-1\">\ubaa8\ub4e0 \uc8fc\uc81c<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95386\"><a href=\"\/community-in-healthcare\" class=\"elementor-item menu-link\" tabindex=\"-1\">\ucee4\ubba4\ub2c8\ud2f0<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b2936b elementor-nav-menu__align-start menu-left-bar-mob elementor-nav-menu--dropdown-none elementor-widget__width-initial elementor-hidden-desktop elementor-widget elementor-widget-nav-menu\" data-id=\"5b2936b\" data-element_type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\\&quot;true\\&quot; class=\\&quot;e-font-icon-svg e-fas-caret-down\\&quot; viewBox=\\&quot;0 0 320 512\\&quot; xmlns=\\&quot;http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\&quot;&gt;&lt;path d=\\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\\&quot;&gt;&lt;\\\/path&gt;&lt;\\\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}\" data-widget_type=\"nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<nav aria-label=\"Left Menu Mob\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-none\">\n\t\t\t\t<ul id=\"menu-1-5b2936b\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95380\"><a href=\"\/thought-leadership\" class=\"elementor-item menu-link\">\uac1c\uc694<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95381\"><a href=\"\/labinsights-topics?pillar=disease-area\" class=\"elementor-item menu-link\">\uc9c8\ud658 \ubd80\uc704<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95382\"><a href=\"\/labinsights-topics?pillar=event-coverage\" class=\"elementor-item menu-link\">\uc774\ubca4\ud2b8 \uc801\uc6a9 \ubc94\uc704<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95383\"><a href=\"\/labinsights-topics?pillar=management\" class=\"elementor-item menu-link\">\uad00\ub9ac<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95384\"><a href=\"\/labinsights-topics?pillar=operations\" class=\"elementor-item menu-link\">\uc6b4\uc601<\/a><\/li>\n<li class=\"all-topics-line menu-item menu-item-type-custom menu-item-object-custom menu-item-95385\"><a href=\"\/labinsights-topics?topics=show\" class=\"elementor-item menu-link\">\ubaa8\ub4e0 \uc8fc\uc81c<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95386\"><a href=\"\/community-in-healthcare\" class=\"elementor-item menu-link\">\ucee4\ubba4\ub2c8\ud2f0<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">\n\t\t\t\t<ul id=\"menu-2-5b2936b\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95380\"><a href=\"\/thought-leadership\" class=\"elementor-item menu-link\" tabindex=\"-1\">\uac1c\uc694<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95381\"><a href=\"\/labinsights-topics?pillar=disease-area\" class=\"elementor-item menu-link\" tabindex=\"-1\">\uc9c8\ud658 \ubd80\uc704<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95382\"><a href=\"\/labinsights-topics?pillar=event-coverage\" class=\"elementor-item menu-link\" tabindex=\"-1\">\uc774\ubca4\ud2b8 \uc801\uc6a9 \ubc94\uc704<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95383\"><a href=\"\/labinsights-topics?pillar=management\" class=\"elementor-item menu-link\" tabindex=\"-1\">\uad00\ub9ac<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95384\"><a href=\"\/labinsights-topics?pillar=operations\" class=\"elementor-item menu-link\" tabindex=\"-1\">\uc6b4\uc601<\/a><\/li>\n<li class=\"all-topics-line menu-item menu-item-type-custom menu-item-object-custom menu-item-95385\"><a href=\"\/labinsights-topics?topics=show\" class=\"elementor-item menu-link\" tabindex=\"-1\">\ubaa8\ub4e0 \uc8fc\uc81c<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-95386\"><a href=\"\/community-in-healthcare\" class=\"elementor-item menu-link\" tabindex=\"-1\">\ucee4\ubba4\ub2c8\ud2f0<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5d69561 e-con-full e-flex e-con e-child\" data-id=\"5d69561\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-53359ae e-con-full e-flex e-con e-child\" data-id=\"53359ae\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1678dd4 e-con-full e-flex e-con e-child\" data-id=\"1678dd4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6070c0f elementor-widget elementor-widget-shortcode\" data-id=\"6070c0f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22e95bd e-con-full e-flex e-con e-child\" data-id=\"22e95bd\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3913fa1 e-con-full e-flex e-con e-child\" data-id=\"3913fa1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-049db0d elementor-grid-1 elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"049db0d\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:99904,&quot;columns&quot;:1,&quot;columns_tablet&quot;:1,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t<style id=\"loop-99904\">.elementor-99904 .elementor-element.elementor-element-be0178e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-99904 .elementor-element.elementor-element-fbecbe5{--display:flex;--justify-content:flex-start;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:8px 0px;--row-gap:8px;--column-gap:0px;--border-radius:8px 8px 8px 8px;--padding-top:24px;--padding-bottom:16px;--padding-left:24px;--padding-right:24px;}.elementor-99904 .elementor-element.elementor-element-5390206 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-99904 .elementor-element.elementor-element-5390206 .elementor-heading-title{font-size:30px;font-weight:700;line-height:36px;}.elementor-99904 .elementor-element.elementor-element-59384cb > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-99904 .elementor-element.elementor-element-59384cb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(0px\/2);}.elementor-99904 .elementor-element.elementor-element-59384cb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(0px\/2);}.elementor-99904 .elementor-element.elementor-element-59384cb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(0px\/2);margin-left:calc(0px\/2);}.elementor-99904 .elementor-element.elementor-element-59384cb .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-0px\/2);margin-left:calc(-0px\/2);}body.rtl .elementor-99904 .elementor-element.elementor-element-59384cb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-0px\/2);}body:not(.rtl) .elementor-99904 .elementor-element.elementor-element-59384cb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-0px\/2);}.elementor-99904 .elementor-element.elementor-element-59384cb .elementor-icon-list-icon{width:14px;}.elementor-99904 .elementor-element.elementor-element-59384cb .elementor-icon-list-icon i{font-size:14px;}.elementor-99904 .elementor-element.elementor-element-59384cb .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-99904 .elementor-element.elementor-element-59384cb .elementor-icon-list-item{font-size:12px;font-weight:300;line-height:16px;}.elementor-99904 .elementor-element.elementor-element-b169db5 img{width:92.5%;border-radius:8px 8px 8px 8px;}@media(min-width:768px){.elementor-99904 .elementor-element.elementor-element-be0178e{--content-width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-99904 .elementor-element.elementor-element-fbecbe5{--width:100%;}}@media(max-width:767px){.elementor-99904 .elementor-element.elementor-element-be0178e{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-99904 .elementor-element.elementor-element-fbecbe5{--padding-top:16px;--padding-bottom:16px;--padding-left:16px;--padding-right:16px;}.elementor-99904 .elementor-element.elementor-element-5390206 .elementor-heading-title{font-size:20px;line-height:28px;}.elementor-99904 .elementor-element.elementor-element-59384cb .elementor-icon-list-item{font-size:12px;line-height:16px;}}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"99904\" class=\"elementor elementor-99904 elementor-2013 e-loop-item e-loop-item-150678 post-150678 acf_article type-acf_article status-publish has-post-thumbnail hentry pillarandcategory-leaders-in-conversation pillarandcategory-management pillarandcategory-mass-spectrometry pillarandcategory-operations reporter-chung-shun-ho\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-be0178e tl-main-article e-flex e-con-boxed e-con e-parent\" data-id=\"be0178e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fbecbe5 e-con-full e-flex e-con e-child\" data-id=\"fbecbe5\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42c38dc elementor-widget elementor-widget-html\" data-id=\"42c38dc\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"post_with_pillar\"><a style=\"color:#894B8E\" href=\"https:\/\/labinsights.com\/ko\/labinsights-topics\/?pillar=management\">\uad00\ub9ac<\/a><div class=\"post-type-display\">\n\t\t\t\t\t\t<span class=\"post_type_dot\">\u2022<\/span>\n                        <span class=\"post-type-name\">\ubb38\uc11c<\/span>\n                \t<\/div>\n\t\t\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5390206 text-ellipsis-3-lines elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"5390206\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" style=\"font-family: Inter !important; font-weight: 500 !important; font-size: 28px !important; line-height: 36px !important; letter-spacing: 0px !important;\"><a href=\"https:\/\/labinsights.com\/management\/leaders-in-conversation\/from-pioneer-to-expert-dr-cs-hos-journey-in-the-evolution-of-clinical-mass-spectrometry\/\">From pioneer to expert: Dr CS Ho&#8217;s journey in the evolution of clinical mass spectrometry<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-59384cb link-color-gradient elementor-widget elementor-widget-post-info\" data-id=\"59384cb\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-8a4f45c elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/labinsights.com\/ko\/reporter\/chung-shun-ho\/\" class=\"elementor-post-info__terms-list-item\">Chung Shun Ho<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b169db5 elementor-widget elementor-widget-image\" data-id=\"b169db5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/labinsights.com\/management\/leaders-in-conversation\/from-pioneer-to-expert-dr-cs-hos-journey-in-the-evolution-of-clinical-mass-spectrometry\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"1698\" height=\"802\" src=\"https:\/\/labinsights.com\/app\/uploads\/2026\/05\/from-pioneer-to-expert-dr-cs-hos-journey-in-the-evolution-of-clinical-mass-spectrometry.png\" class=\"attachment-full size-full wp-image-150679\" alt=\"Dr Chung Shun \u201cCS\u201d Ho, pioneer in mass spectrometry, gives an overview of how the technology and its associated tools have evolved from his 1995 debut. In this episode of Leaders in Conversation with Ronald Lo, General Manager of Roche Diagnostics Hong Kong, Dr Ho recounts how mass spectrometry started from a niche discipline to the evolved, integrated machinery it is today. When he first started at The Chinese University of Hong Kong, Dr Ho has been at the helm of working with mass spectrometry since its introduction to the university. Years of experimenting with it has led to discoveries in better testing techniques, analysis with upgraded accompanying software, and laboratory workflows. Improving skills in mass spectrometry is only one part of it, Dr Ho also enjoys that community of like-minded researchers and professionals he has encountered in this journey of clinical mass spectrometry.\" srcset=\"https:\/\/labinsights.com\/app\/uploads\/2026\/05\/from-pioneer-to-expert-dr-cs-hos-journey-in-the-evolution-of-clinical-mass-spectrometry.png 1698w, https:\/\/labinsights.com\/app\/uploads\/2026\/05\/from-pioneer-to-expert-dr-cs-hos-journey-in-the-evolution-of-clinical-mass-spectrometry-302x143.png 302w, https:\/\/labinsights.com\/app\/uploads\/2026\/05\/from-pioneer-to-expert-dr-cs-hos-journey-in-the-evolution-of-clinical-mass-spectrometry-1024x484.png 1024w, https:\/\/labinsights.com\/app\/uploads\/2026\/05\/from-pioneer-to-expert-dr-cs-hos-journey-in-the-evolution-of-clinical-mass-spectrometry-768x363.png 768w, https:\/\/labinsights.com\/app\/uploads\/2026\/05\/from-pioneer-to-expert-dr-cs-hos-journey-in-the-evolution-of-clinical-mass-spectrometry-1536x725.png 1536w\" sizes=\"auto, (max-width: 1698px) 100vw, 1698px\" title=\"\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-396060a e-con-full editor-picks-right-list e-transform e-flex e-con e-child\" data-id=\"396060a\" data-element_type=\"container\" data-settings=\"{&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-16,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ea76828 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-taxonomy-filter\" data-id=\"ea76828\" data-element_type=\"widget\" data-settings=\"{&quot;selected_element&quot;:&quot;946ff12&quot;,&quot;taxonomy&quot;:&quot;pillarandcategory&quot;,&quot;multiple_selection&quot;:&quot;no&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"taxonomy-filter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<search class=\"e-filter\" role=\"search\" data-base-url=\"https:\/\/labinsights.com\/ko\/\" data-page-num=\"1\">\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"disease-area\" aria-pressed=\"false\">Disease Area<\/button>\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"management\" aria-pressed=\"false\">Management<\/button>\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"operations\" aria-pressed=\"false\">Operations<\/button>\n\t\t\t\n\t\t\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"__all\" aria-pressed=\"true\">\n\t\t\t\t\uc804\uccb4\t\t\t<\/button>\n\t\t\t\t\t<\/search>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70c2b0c e-con-full e-flex e-con e-child\" data-id=\"70c2b0c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c51fdc7 elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\" data-id=\"c51fdc7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"24\" height=\"24\" src=\"https:\/\/labinsights.com\/app\/uploads\/2024\/10\/Star.png\" class=\"attachment-large size-large wp-image-17529\" alt=\"\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a65247 reading-list elementor-widget elementor-widget-heading\" data-id=\"8a65247\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" style=\"font-family: Inter !important; font-weight: 500 !important; font-size: 28px !important; line-height: 36px !important; letter-spacing: 0px !important;\"> \uc77d\uae30 \ubaa9\ub85d<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b69e341 elementor-absolute elementor-widget elementor-widget-shortcode\" data-id=\"b69e341\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"custom-dropdown\" tabindex=\"0\" aria-label=\"Filter by Category\">\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            const urlParams = new URLSearchParams(window.location.search);\n            const selectedCategory = urlParams.get(\"e-filter-946ff12-pillarandcategory\") || \"__all\"; \/\/ Default to \"All Categories\"\n            const dropdown = document.querySelector(\".custom-dropdown\");\n            const selectedOption = dropdown.querySelector(\".selected-option\");\n            const optionsList = dropdown.querySelectorAll(\".options-list li\");\n            \n            \/\/ Auto-select the matching option based on the query parameter\n            optionsList.forEach(option => {\n                const value = option.getAttribute(\"data-value\");\n                if (value === selectedCategory) {\n                    selectedOption.textContent = option.textContent; \/\/ Set the visible selected option text\n                    option.setAttribute(\"aria-selected\", \"true\");\n                } else {\n                    option.setAttribute(\"aria-selected\", \"false\");\n                }\n            });\n        });\n    <\/script><div class=\"selected-option\">\ubaa8\ub4e0 \uce74\ud14c\uace0\ub9ac<\/div><span class=\"dropdown-icon\"><\/span><ul class=\"options-list\" role=\"listbox\"><li role=\"option\" data-value=\"__all\" aria-selected=\"false\">\ubaa8\ub4e0 \uce74\ud14c\uace0\ub9ac<\/li><li role=\"option\" data-value=\"disease-area\" aria-selected=\"false\">\uc9c8\ud658 \ubd80\uc704<\/li><li role=\"option\" data-value=\"event-coverage\" aria-selected=\"false\">\uc774\ubca4\ud2b8 \uc801\uc6a9 \ubc94\uc704<\/li><li role=\"option\" data-value=\"management\" aria-selected=\"false\">\uad00\ub9ac<\/li><li role=\"option\" data-value=\"operations\" aria-selected=\"false\">\uc6b4\uc601<\/li><\/ul><\/div>\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            const dropdown = document.querySelector(\".custom-dropdown\");\n            const selectedOption = dropdown.querySelector(\".selected-option\");\n            const optionsList = dropdown.querySelector(\".options-list\");\n            let dropdownOpen = false;\n            \/\/ Toggle dropdown visibility\n            dropdown.addEventListener(\"click\", (event) => {\n                event.stopPropagation();\n                if (!dropdownOpen) {\n                    optionsList.style.display = \"block\";\n                    dropdownOpen = true;\n                } else {\n                    optionsList.style.display = \"none\";\n                    dropdownOpen = false;\n                }\n            });\n            \/\/ Handle option selection\n            optionsList.querySelectorAll(\"li\").forEach(option => {\n                option.addEventListener(\"click\", (event) => {\n                    event.stopPropagation();\n                    selectedOption.textContent = option.textContent;\n                    optionsList.querySelectorAll(\"li\").forEach(opt => opt.setAttribute(\"aria-selected\", \"false\"));\n                    option.setAttribute(\"aria-selected\", \"true\");\n                    optionsList.style.display = \"none\";\n                    dropdownOpen = false;\n                    const selectedValue = option.getAttribute(\"data-value\");\n                    const currentUrl = new URL(window.location.href);\n                    \/\/ Update the URL parameter\n                    if (selectedValue === \"__all\") {\n                        currentUrl.searchParams.delete(\"e-filter-946ff12-pillarandcategory\");\n                    } else {\n                        currentUrl.searchParams.set(\"e-filter-946ff12-pillarandcategory\", selectedValue);\n                    }\n                    window.location.href = currentUrl.toString();\n                });\n            });\n            \/\/ Close dropdown when clicking outside\n            document.addEventListener(\"click\", (e) => {\n                if (!dropdown.contains(e.target)) {\n                    optionsList.style.display = \"none\";\n                    dropdownOpen = false;\n                }\n            });\n        });\n    <\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-946ff12 elementor-grid-1 elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"946ff12\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:99900,&quot;columns&quot;:1,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:1,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t<style id=\"loop-99900\">.elementor-99900 .elementor-element.elementor-element-16b72cc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 16px;--row-gap:0px;--column-gap:16px;--background-transition:0.3s;--border-radius:16px 16px 16px 16px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:16px;--padding-bottom:16px;--padding-left:16px;--padding-right:16px;}.elementor-99900 .elementor-element.elementor-element-16b72cc:hover{background-color:#FFFFFF;box-shadow:0px 24px 38px 3px rgba(28.999999999999954, 16.999999999999996, 51, 0.04);}.elementor-99900 .elementor-element.elementor-element-16b72cc.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-99900 .elementor-element.elementor-element-9f7580e{--display:flex;--min-height:100%;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:0px 8px;--row-gap:0px;--column-gap:8px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-99900 .elementor-element.elementor-element-02c1c92{width:100%;max-width:100%;}.elementor-99900 .elementor-element.elementor-element-02c1c92 > .elementor-widget-container{padding:0px 0px 4px 0px;}.elementor-99900 .elementor-element.elementor-element-02c1c92 .elementor-heading-title{font-size:18px;font-weight:600;line-height:28px;}.elementor-99900 .elementor-element.elementor-element-e8f3c4d .elementor-icon-list-icon{width:14px;}.elementor-99900 .elementor-element.elementor-element-e8f3c4d .elementor-icon-list-icon i{font-size:14px;}.elementor-99900 .elementor-element.elementor-element-e8f3c4d .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-99900 .elementor-element.elementor-element-e8f3c4d .elementor-icon-list-item{font-size:14px;font-weight:300;line-height:20px;}@media(max-width:767px){.elementor-99900 .elementor-element.elementor-element-16b72cc{--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:flex-start;--gap:0px 16px;--row-gap:0px;--column-gap:16px;--flex-wrap:nowrap;--padding-top:16px;--padding-bottom:16px;--padding-left:0px;--padding-right:0px;}.elementor-99900 .elementor-element.elementor-element-02c1c92 .elementor-heading-title{font-size:16px;line-height:24px;}.elementor-99900 .elementor-element.elementor-element-e8f3c4d .elementor-icon-list-item{font-size:12px;line-height:16px;}}@media(min-width:768px){.elementor-99900 .elementor-element.elementor-element-16b72cc{--width:100%;}}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"99900\" class=\"elementor elementor-99900 elementor-1971 e-loop-item e-loop-item-149324 post-149324 acf_article type-acf_article status-publish has-post-thumbnail hentry pillarandcategory-neurology pillarandcategory-alzheimers-disease pillarandcategory-disease-area reporter-xia-li\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<section class=\"elementor-element elementor-element-16b72cc e-con-full e-flex e-con e-parent\" data-id=\"16b72cc\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9f7580e e-con-full reading-list-pillar e-flex e-con e-child\" data-id=\"9f7580e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f456e13 elementor-widget elementor-widget-html\" data-id=\"f456e13\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"post_with_pillar\"><a style=\"color:#894B8E\" href=\"https:\/\/labinsights.com\/ko\/labinsights-topics\/?pillar=disease-area\">\uc9c8\ud658 \ubd80\uc704<\/a><div class=\"post-type-display\">\n\t\t\t\t\t\t<span class=\"post_type_dot\">\u2022<\/span>\n                        <span class=\"post-type-name\">\ubb38\uc11c<\/span>\n                \t<\/div>\n\t\t\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-02c1c92 elementor-widget__width-inherit truncate-three-lines elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"02c1c92\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" style=\"font-family: Inter !important; font-weight: 500 !important; font-size: 28px !important; line-height: 36px !important; letter-spacing: 0px !important;\"><a href=\"https:\/\/labinsights.com\/disease-area\/neurology\/why-early-csf-testing-is-a-game-changer-for-alzheimers-disease-in-china\/\">Why early CSF testing is a game-changer for Alzheimer\u2019s disease in China<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e8f3c4d link-color-gradient elementor-widget elementor-widget-post-info\" data-id=\"e8f3c4d\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-3b8d55a elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/labinsights.com\/ko\/reporter\/xia-li\/\" class=\"elementor-post-info__terms-list-item\">Xia Li<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"99900\" class=\"elementor elementor-99900 elementor-1971 e-loop-item e-loop-item-150296 post-150296 acf_article type-acf_article status-publish has-post-thumbnail hentry pillarandcategory-blood-screening-2 pillarandcategory-dengue pillarandcategory-disease-area pillarandcategory-infectious-diseases reporter-nadine-verdoorn\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<section class=\"elementor-element elementor-element-16b72cc e-con-full e-flex e-con e-parent\" data-id=\"16b72cc\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9f7580e e-con-full reading-list-pillar e-flex e-con e-child\" data-id=\"9f7580e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f456e13 elementor-widget elementor-widget-html\" data-id=\"f456e13\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"post_with_pillar\"><a style=\"color:#894B8E\" href=\"https:\/\/labinsights.com\/ko\/labinsights-topics\/?pillar=disease-area\">\uc9c8\ud658 \ubd80\uc704<\/a><div class=\"post-type-display\">\n\t\t\t\t\t\t<span class=\"post_type_dot\">\u2022<\/span>\n                        <span class=\"post-type-name\">\ubb38\uc11c<\/span>\n                \t<\/div>\n\t\t\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-02c1c92 elementor-widget__width-inherit truncate-three-lines elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"02c1c92\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" style=\"font-family: Inter !important; font-weight: 500 !important; font-size: 28px !important; line-height: 36px !important; letter-spacing: 0px !important;\"><a href=\"https:\/\/labinsights.com\/disease-area\/blood-screening-2\/beyond-the-bite-why-blood-transfusion-safety-matters-amidst-the-global-dengue-surge\/\">Beyond the bite: why blood transfusion safety matters amidst the global dengue surge<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e8f3c4d link-color-gradient elementor-widget elementor-widget-post-info\" data-id=\"e8f3c4d\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-3b8d55a elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/labinsights.com\/ko\/reporter\/nadine-verdoorn\/\" class=\"elementor-post-info__terms-list-item\">Nadine Verdoorn<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"99900\" class=\"elementor elementor-99900 elementor-1971 e-loop-item e-loop-item-149667 post-149667 acf_article type-acf_article status-publish has-post-thumbnail hentry pillarandcategory-automation pillarandcategory-healthcare-transformation pillarandcategory-hospital-management pillarandcategory-management pillarandcategory-operations reporter-anastacia-pajarillaga\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<section class=\"elementor-element elementor-element-16b72cc e-con-full e-flex e-con e-parent\" data-id=\"16b72cc\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9f7580e e-con-full reading-list-pillar e-flex e-con e-child\" data-id=\"9f7580e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f456e13 elementor-widget elementor-widget-html\" data-id=\"f456e13\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"post_with_pillar\"><a style=\"color:#894B8E\" href=\"https:\/\/labinsights.com\/ko\/labinsights-topics\/?pillar=operations\">\uc6b4\uc601<\/a><div class=\"post-type-display\">\n\t\t\t\t\t\t<span class=\"post_type_dot\">\u2022<\/span>\n                        <span class=\"post-type-name\">\ubb38\uc11c<\/span>\n                \t<\/div>\n\t\t\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-02c1c92 elementor-widget__width-inherit truncate-three-lines elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"02c1c92\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" style=\"font-family: Inter !important; font-weight: 500 !important; font-size: 28px !important; line-height: 36px !important; letter-spacing: 0px !important;\"><a href=\"https:\/\/labinsights.com\/operations\/automation\/co-creating-change-beyond-the-machine-why-effective-total-lab-automation-starts-with-its-people\/\">Co-creating change beyond the machine: why effective total lab automation starts with its people<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e8f3c4d link-color-gradient elementor-widget elementor-widget-post-info\" data-id=\"e8f3c4d\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-3b8d55a elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/labinsights.com\/ko\/reporter\/anastacia-pajarillaga\/\" class=\"elementor-post-info__terms-list-item\">Anastacia Pajarillaga<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"99900\" class=\"elementor elementor-99900 elementor-1971 e-loop-item e-loop-item-150136 post-150136 acf_article type-acf_article status-publish has-post-thumbnail hentry pillarandcategory-infectious-diseases pillarandcategory-dengue pillarandcategory-disease-area reporter-marvin-chan\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<section class=\"elementor-element elementor-element-16b72cc e-con-full e-flex e-con e-parent\" data-id=\"16b72cc\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9f7580e e-con-full reading-list-pillar e-flex e-con e-child\" data-id=\"9f7580e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f456e13 elementor-widget elementor-widget-html\" data-id=\"f456e13\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"post_with_pillar\"><a style=\"color:#894B8E\" href=\"https:\/\/labinsights.com\/ko\/labinsights-topics\/?pillar=disease-area\">\uc9c8\ud658 \ubd80\uc704<\/a><div class=\"post-type-display\">\n\t\t\t\t\t\t<span class=\"post_type_dot\">\u2022<\/span>\n                        <span class=\"post-type-name\">\ubb38\uc11c<\/span>\n                \t<\/div>\n\t\t\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-02c1c92 elementor-widget__width-inherit truncate-three-lines elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"02c1c92\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" style=\"font-family: Inter !important; font-weight: 500 !important; font-size: 28px !important; line-height: 36px !important; letter-spacing: 0px !important;\"><a href=\"https:\/\/labinsights.com\/disease-area\/infectious-diseases\/why-expanding-access-to-accurate-dengue-tests-is-a-critical-need-in-asia\/\">Why expanding access to accurate dengue tests is a critical need in Asia<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e8f3c4d link-color-gradient elementor-widget elementor-widget-post-info\" data-id=\"e8f3c4d\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-3b8d55a elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/labinsights.com\/ko\/reporter\/marvin-chan\/\" class=\"elementor-post-info__terms-list-item\">Marvin Chan<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d4cb2e3 e-con-full subscribe-container e-flex e-con e-child\" data-id=\"d4cb2e3\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-cbc1f55 e-con-full e-flex e-con e-child\" data-id=\"cbc1f55\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-40f5a83 e-con-full e-flex e-con e-child\" data-id=\"40f5a83\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29f087c elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"29f087c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Lab Insights \ucd5c\uc2e0 \ub274\uc2a4 \ubc0f \uc5c5\ub370\uc774\ud2b8 \uad6c\ub3c5<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-67f4487 subscribe-now-popup elementor-widget elementor-widget-button\" data-id=\"67f4487\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\uc9c0\uae08 \uad6c\ub3c5<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e20295 elementor-widget__width-initial elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"6e20295\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"477\" height=\"120\" src=\"https:\/\/labinsights.com\/app\/uploads\/2024\/08\/subscribe_banner_img.jpg\" class=\"attachment-full size-full wp-image-16241\" alt=\"\" srcset=\"https:\/\/labinsights.com\/app\/uploads\/2024\/08\/subscribe_banner_img.jpg 477w, https:\/\/labinsights.com\/app\/uploads\/2024\/08\/subscribe_banner_img-300x75.jpg 300w\" sizes=\"auto, (max-width: 477px) 100vw, 477px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-67f035a elementor-widget__width-auto elementor-hidden-desktop elementor-widget elementor-widget-image\" data-id=\"67f035a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"185\" height=\"157\" src=\"https:\/\/labinsights.com\/app\/uploads\/2024\/08\/subscribe_banner_img_mobile.jpg\" class=\"attachment-full size-full wp-image-16249\" alt=\"\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f1ff445 e-con-full e-flex e-con e-child\" data-id=\"f1ff445\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f398d34 e-con-full e-flex e-con e-child\" data-id=\"f398d34\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0a8f9d4 elementor-widget elementor-widget-image\" data-id=\"0a8f9d4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"24\" height=\"24\" src=\"https:\/\/labinsights.com\/app\/uploads\/2024\/10\/ProjectorScreen.png\" class=\"attachment-large size-large wp-image-17489\" alt=\"\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10b3a8f elementor-widget elementor-widget-heading\" data-id=\"10b3a8f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" style=\"font-family: Inter !important; font-weight: 500 !important; font-size: 28px !important; line-height: 36px !important; letter-spacing: 0px !important;\"> \uad00\uc2ec \uc788\ub294 \uc8fc\uc81c<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8954d6e e-con-full e-flex e-con e-child\" data-id=\"8954d6e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27388c1 elementor-grid-1 elementor-grid-mobile-2 elementor-grid-tablet-2 elementor-widget elementor-widget-loop-grid\" data-id=\"27388c1\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:104612,&quot;columns&quot;:1,&quot;columns_mobile&quot;:2,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t<style id=\"loop-104612\">.elementor-104612 .elementor-element.elementor-element-2249d543{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:16px 16px;--row-gap:16px;--column-gap:16px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-104612 .elementor-element.elementor-element-1685cc88 img{border-radius:5px 5px 5px 5px;}.elementor-104612 .elementor-element.elementor-element-54a55b4a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-104612 .elementor-element.elementor-element-4619819e .elementor-heading-title{font-size:18px;font-weight:600;line-height:28px;color:#222222;}.elementor-104612 .elementor-element.elementor-element-5382532a .elementor-icon-list-icon{width:14px;}.elementor-104612 .elementor-element.elementor-element-5382532a .elementor-icon-list-icon i{font-size:14px;}.elementor-104612 .elementor-element.elementor-element-5382532a .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-104612 .elementor-element.elementor-element-5382532a .elementor-icon-list-item{font-size:14px;font-weight:300;line-height:20px;}@media(min-width:768px){.elementor-104612 .elementor-element.elementor-element-54a55b4a{--width:100%;}}@media(max-width:767px){.elementor-104612 .elementor-element.elementor-element-2249d543{--gap:16px 16px;--row-gap:16px;--column-gap:16px;}.elementor-104612 .elementor-element.elementor-element-4619819e .elementor-heading-title{font-size:16px;line-height:20px;}.elementor-104612 .elementor-element.elementor-element-5382532a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-104612 .elementor-element.elementor-element-5382532a .elementor-icon-list-item{font-size:12px;line-height:16px;}}\/* Start custom CSS for theme-post-title, class: .elementor-element-4619819e *\/.most-popular-article-title{\n    min-height: 85px;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"104612\" class=\"elementor elementor-104612 elementor-104533 e-loop-item e-loop-item-150271 post-150271 acf_article type-acf_article status-publish has-post-thumbnail hentry pillarandcategory-liver-disease-hcc pillarandcategory-disease-area pillarandcategory-immunoassay pillarandcategory-operations reporter-tawesak-tanwandee\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-2249d543 e-con-full e-flex e-con e-parent\" data-id=\"2249d543\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1685cc88 first-hotread-img elementor-widget elementor-widget-image\" data-id=\"1685cc88\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/labinsights.com\/disease-area\/liver-disease-hcc\/the-practical-benefits-of-hcv-antigen-antibody-dual-assay-qa-with-prof-tawesak-tanwandee\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"1270\" height=\"678\" src=\"https:\/\/labinsights.com\/app\/uploads\/2026\/04\/The-practical-benefits-of-HCV-antigen-antibody-dual-assay-QA-with-Prof-Tawesak-Tanwandee_thumbnail.webp\" class=\"attachment-full size-full wp-image-150274\" alt=\"hcv\" srcset=\"https:\/\/labinsights.com\/app\/uploads\/2026\/04\/The-practical-benefits-of-HCV-antigen-antibody-dual-assay-QA-with-Prof-Tawesak-Tanwandee_thumbnail.webp 1270w, https:\/\/labinsights.com\/app\/uploads\/2026\/04\/The-practical-benefits-of-HCV-antigen-antibody-dual-assay-QA-with-Prof-Tawesak-Tanwandee_thumbnail-302x161.webp 302w, https:\/\/labinsights.com\/app\/uploads\/2026\/04\/The-practical-benefits-of-HCV-antigen-antibody-dual-assay-QA-with-Prof-Tawesak-Tanwandee_thumbnail-1024x547.webp 1024w, https:\/\/labinsights.com\/app\/uploads\/2026\/04\/The-practical-benefits-of-HCV-antigen-antibody-dual-assay-QA-with-Prof-Tawesak-Tanwandee_thumbnail-768x410.webp 768w\" sizes=\"auto, (max-width: 1270px) 100vw, 1270px\" title=\"\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-54a55b4a e-con-full e-flex e-con e-child\" data-id=\"54a55b4a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78a2f63 elementor-widget elementor-widget-html\" data-id=\"78a2f63\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"post_with_pillar\"><a style=\"color:#894B8E\" href=\"https:\/\/labinsights.com\/ko\/labinsights-topics\/?pillar=disease-area\">\uc9c8\ud658 \ubd80\uc704<\/a><div class=\"post-type-display\">\n\t\t\t\t\t\t<span class=\"post_type_dot\">\u2022<\/span>\n                        <span class=\"post-type-name\">\ubb38\uc11c<\/span>\n                \t<\/div>\n\t\t\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4619819e most-popular-article-title, text-ellipses-3-line elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"4619819e\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" style=\"font-family: Inter !important; font-weight: 500 !important; font-size: 28px !important; line-height: 36px !important; letter-spacing: 0px !important;\"><a href=\"https:\/\/labinsights.com\/disease-area\/liver-disease-hcc\/the-practical-benefits-of-hcv-antigen-antibody-dual-assay-qa-with-prof-tawesak-tanwandee\/\">The practical benefits of HCV antigen-antibody dual assay: Q&#038;A with Prof Tawesak Tanwandee<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5382532a link-color-gradient elementor-widget elementor-widget-post-info\" data-id=\"5382532a\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-cb715fa\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/labinsights.com\/ko\/reporter\/tawesak-tanwandee\/\" class=\"elementor-post-info__terms-list-item\">Tawesak Tanwandee<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"104612\" class=\"elementor elementor-104612 elementor-104533 e-loop-item e-loop-item-149770 post-149770 acf_article type-acf_article status-publish has-post-thumbnail hentry pillarandcategory-leaders-in-conversation pillarandcategory-c-suite-perspectives pillarandcategory-histopathology pillarandcategory-management pillarandcategory-operations reporter-kunal-sharma reporter-rishubh-gupta\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-2249d543 e-con-full e-flex e-con e-parent\" data-id=\"2249d543\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1685cc88 first-hotread-img elementor-widget elementor-widget-image\" data-id=\"1685cc88\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/labinsights.com\/ko\/management\/leaders-in-conversation\/ai-as-the-essential-co-pilot-for-modern-digital-pathology-qa-with-dr-kunal-sharma\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"1366\" height=\"1024\" src=\"https:\/\/labinsights.com\/app\/uploads\/2026\/02\/Bridging-the-quality-gap-in-digital-pathology-from-pre-analytics-to-AI_-QA-with-Dr-Kunal-Sharma.jpg\" class=\"attachment-full size-full wp-image-148027\" alt=\"\" srcset=\"https:\/\/labinsights.com\/app\/uploads\/2026\/02\/Bridging-the-quality-gap-in-digital-pathology-from-pre-analytics-to-AI_-QA-with-Dr-Kunal-Sharma.jpg 1366w, https:\/\/labinsights.com\/app\/uploads\/2026\/02\/Bridging-the-quality-gap-in-digital-pathology-from-pre-analytics-to-AI_-QA-with-Dr-Kunal-Sharma-268x201.jpg 268w, https:\/\/labinsights.com\/app\/uploads\/2026\/02\/Bridging-the-quality-gap-in-digital-pathology-from-pre-analytics-to-AI_-QA-with-Dr-Kunal-Sharma-1024x768.jpg 1024w, https:\/\/labinsights.com\/app\/uploads\/2026\/02\/Bridging-the-quality-gap-in-digital-pathology-from-pre-analytics-to-AI_-QA-with-Dr-Kunal-Sharma-768x576.jpg 768w\" sizes=\"auto, (max-width: 1366px) 100vw, 1366px\" title=\"\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-54a55b4a e-con-full e-flex e-con e-child\" data-id=\"54a55b4a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78a2f63 elementor-widget elementor-widget-html\" data-id=\"78a2f63\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"post_with_pillar\"><a style=\"color:#894B8E\" href=\"https:\/\/labinsights.com\/ko\/labinsights-topics\/?pillar=management\">\uad00\ub9ac<\/a><div class=\"post-type-display\">\n\t\t\t\t\t\t<span class=\"post_type_dot\">\u2022<\/span>\n                        <span class=\"post-type-name\">\ubb38\uc11c<\/span>\n                \t<\/div>\n\t\t\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4619819e most-popular-article-title, text-ellipses-3-line elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"4619819e\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" style=\"font-family: Inter !important; font-weight: 500 !important; font-size: 28px !important; line-height: 36px !important; letter-spacing: 0px !important;\"><a href=\"https:\/\/labinsights.com\/ko\/management\/leaders-in-conversation\/ai-as-the-essential-co-pilot-for-modern-digital-pathology-qa-with-dr-kunal-sharma\/\">\ud604\ub300 \ub514\uc9c0\ud138 \ubcd1\ub9ac\ud559\uc744 \uc704\ud55c \ud544\uc218\uc801\uc778 \ucf54 \ud30c\uc77c\ub7ff\ub85c\uc11c\uc758 AI: Kunal Sharma \ubc15\uc0ac\uc640\uc758 \uc9c8\uc758\uc751\ub2f5<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5382532a link-color-gradient elementor-widget elementor-widget-post-info\" data-id=\"5382532a\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-cb715fa\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/labinsights.com\/ko\/reporter\/kunal-sharma\/\" class=\"elementor-post-info__terms-list-item\">Kunal Sharma<\/a>, <a href=\"https:\/\/labinsights.com\/ko\/reporter\/rishubh-gupta\/\" class=\"elementor-post-info__terms-list-item\">Rishubh Gupta<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e70275a elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"e70275a\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d1046b elementor-grid-2 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"2d1046b\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:99878,&quot;columns&quot;:2,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t<style id=\"loop-99878\">.elementor-99878 .elementor-element.elementor-element-d48a335{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-99878 .elementor-element.elementor-element-672caeb{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-99878 .elementor-element.elementor-element-710f001 > .elementor-widget-container{padding:0px 0px 8px 0px;}.elementor-99878 .elementor-element.elementor-element-710f001 .elementor-heading-title{font-size:18px;font-weight:600;line-height:28px;color:#222222;}.elementor-99878 .elementor-element.elementor-element-e386e11 .elementor-icon-list-icon{width:14px;}.elementor-99878 .elementor-element.elementor-element-e386e11 .elementor-icon-list-icon i{font-size:14px;}.elementor-99878 .elementor-element.elementor-element-e386e11 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-99878 .elementor-element.elementor-element-e386e11 .elementor-icon-list-item{font-size:14px;font-weight:300;line-height:20px;}@media(max-width:767px){.elementor-99878 .elementor-element.elementor-element-710f001 .elementor-heading-title{font-size:16px;}.elementor-99878 .elementor-element.elementor-element-e386e11 .elementor-icon-list-item{font-size:12px;line-height:16px;}}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"99878\" class=\"elementor elementor-99878 elementor-8450 e-loop-item e-loop-item-149778 post-149778 acf_article type-acf_article status-publish has-post-thumbnail hentry pillarandcategory-conferences pillarandcategory-cervical-cancer pillarandcategory-disease-area pillarandcategory-event-coverage pillarandcategory-womens-health reporter-samantha-yeoh reporter-willaine-g-tan\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-d48a335 e-flex e-con-boxed e-con e-parent\" data-id=\"d48a335\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-672caeb e-con-full e-flex e-con e-child\" data-id=\"672caeb\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28a2bb3 elementor-widget elementor-widget-html\" data-id=\"28a2bb3\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"post_with_pillar\"><a style=\"color:#894B8E\" href=\"https:\/\/labinsights.com\/ko\/labinsights-topics\/?pillar=event-coverage\">\uc774\ubca4\ud2b8 \uc801\uc6a9 \ubc94\uc704<\/a><div class=\"post-type-display\">\n\t\t\t\t\t\t<span class=\"post_type_dot\">\u2022<\/span>\n                        <span class=\"post-type-name\">\ubb38\uc11c<\/span>\n                \t<\/div>\n\t\t\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-710f001 text-ellipses-3-line elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"710f001\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" style=\"font-family: Inter !important; font-weight: 500 !important; font-size: 28px !important; line-height: 36px !important; letter-spacing: 0px !important;\"><a href=\"https:\/\/labinsights.com\/ko\/event-coverage\/conferences\/key-takeaways-from-37th-international-papillomavirus-society-ipvs-2025\/\">\uc81c37\ud68c \uad6d\uc81c \uc778\uc720\ub450\uc885\ubc14\uc774\ub7ec\uc2a4 \ud559\ud68c(IPVS 2025) \uc5f0\ub840 \ucee8\ud37c\ub7f0\uc2a4\uc758 \uc8fc\uc694 \uc2dc\uc0ac\uc810<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e386e11 link-color-gradient elementor-widget elementor-widget-post-info\" data-id=\"e386e11\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-425d6da elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/labinsights.com\/ko\/reporter\/samantha-yeoh\/\" class=\"elementor-post-info__terms-list-item\">Samantha Yeoh<\/a>, <a href=\"https:\/\/labinsights.com\/ko\/reporter\/willaine-g-tan\/\" class=\"elementor-post-info__terms-list-item\">Willaine G. Tan<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"99878\" class=\"elementor elementor-99878 elementor-8450 e-loop-item e-loop-item-149776 post-149776 acf_article type-acf_article status-publish has-post-thumbnail hentry pillarandcategory-conferences pillarandcategory-digital-transformation pillarandcategory-event-coverage pillarandcategory-management reporter-willaine-g-tan\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-d48a335 e-flex e-con-boxed e-con e-parent\" data-id=\"d48a335\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-672caeb e-con-full e-flex e-con e-child\" data-id=\"672caeb\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28a2bb3 elementor-widget elementor-widget-html\" data-id=\"28a2bb3\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"post_with_pillar\"><a style=\"color:#894B8E\" href=\"https:\/\/labinsights.com\/ko\/labinsights-topics\/?pillar=event-coverage\">\uc774\ubca4\ud2b8 \uc801\uc6a9 \ubc94\uc704<\/a><div class=\"post-type-display\">\n\t\t\t\t\t\t<span class=\"post_type_dot\">\u2022<\/span>\n                        <span class=\"post-type-name\">\ubb38\uc11c<\/span>\n                \t<\/div>\n\t\t\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-710f001 text-ellipses-3-line elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"710f001\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" style=\"font-family: Inter !important; font-weight: 500 !important; font-size: 28px !important; line-height: 36px !important; letter-spacing: 0px !important;\"><a href=\"https:\/\/labinsights.com\/ko\/event-coverage\/conferences\/digital-dosing-and-the-future-of-therapeutic-drug-monitoring-insights-from-the-23rd-iatdmct-congress\/\">\ub514\uc9c0\ud138 \ud22c\uc5ec\uc640 \uce58\ub8cc \uc57d\ubb3c \ubaa8\ub2c8\ud130\ub9c1\uc758 \ubbf8\ub798: \uc81c23\ud68c IATDMCT \ud559\uc220\ub300\ud68c \ud1b5\ucc30<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e386e11 link-color-gradient elementor-widget elementor-widget-post-info\" data-id=\"e386e11\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-425d6da elementor-inline-item\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/labinsights.com\/ko\/reporter\/willaine-g-tan\/\" class=\"elementor-post-info__terms-list-item\">Willaine G. Tan<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c93a21 e-con-full e-flex e-con e-child\" data-id=\"6c93a21\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d13d87f e-con-full e-flex e-con e-child\" data-id=\"d13d87f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a57ae41 e-grid e-con-full elementor-hidden-desktop elementor-hidden-tablet e-con e-child\" data-id=\"a57ae41\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9c3fbba elementor-widget__width-initial elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"9c3fbba\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"17\" viewBox=\"0 0 24 17\" fill=\"none\"><path d=\"M6.01175 9.85591C6.01429 9.90671 6.00647 9.95749 5.98877 10.0052C5.97107 10.0529 5.94385 10.0964 5.90877 10.1333C5.87369 10.1701 5.83149 10.1994 5.78472 10.2194C5.73796 10.2394 5.68761 10.2497 5.63675 10.2497H1.5005C1.33122 10.2499 1.16683 10.1929 1.03407 10.0879C0.901303 9.98285 0.807971 9.83601 0.769249 9.67122C0.745137 9.55842 0.746249 9.4417 0.772504 9.32938C0.798759 9.21707 0.849509 9.11195 0.921124 9.02153C1.58282 8.14401 2.46077 7.45308 3.46925 7.01622C3.02649 6.61253 2.68691 6.10863 2.47894 5.54672C2.27098 4.98481 2.20068 4.38124 2.27395 3.78658C2.34721 3.19191 2.5619 2.62346 2.90003 2.12883C3.23817 1.63419 3.6899 1.22779 4.2174 0.943638C4.7449 0.65949 5.33281 0.505876 5.93188 0.495662C6.53096 0.485448 7.12376 0.618931 7.66063 0.884931C8.19751 1.15093 8.66284 1.5417 9.01764 2.02452C9.37244 2.50734 9.60638 3.06814 9.69987 3.65997C9.71195 3.73955 9.69769 3.8209 9.65927 3.89164C9.62086 3.96238 9.56039 4.01863 9.48706 4.05184C8.4468 4.53276 7.56581 5.30119 6.94803 6.26648C6.33026 7.23176 6.00148 8.35361 6.0005 9.49965C6.0005 9.61965 6.0005 9.73778 6.01175 9.85591ZM23.0742 9.02059C22.4141 8.14409 21.5381 7.45354 20.5317 7.01622C20.9745 6.61253 21.3141 6.10863 21.5221 5.54672C21.73 4.98481 21.8003 4.38124 21.727 3.78658C21.6538 3.19191 21.4391 2.62346 21.101 2.12883C20.7628 1.63419 20.3111 1.22779 19.7836 0.943638C19.2561 0.65949 18.6682 0.505876 18.0691 0.495662C17.47 0.485448 16.8772 0.618931 16.3404 0.884931C15.8035 1.15093 15.3382 1.5417 14.9834 2.02452C14.6286 2.50734 14.3946 3.06814 14.3011 3.65997C14.289 3.73955 14.3033 3.8209 14.3417 3.89164C14.3801 3.96238 14.4406 4.01863 14.5139 4.05184C15.5542 4.53276 16.4352 5.30119 17.053 6.26648C17.6707 7.23176 17.9995 8.35361 18.0005 9.49965C18.0005 9.61965 18.0005 9.73778 17.9892 9.85591C17.9867 9.90671 17.9945 9.95749 18.0122 10.0052C18.0299 10.0529 18.0571 10.0964 18.0922 10.1333C18.1273 10.1701 18.1695 10.1994 18.2163 10.2194C18.263 10.2394 18.3134 10.2497 18.3642 10.2497H22.5005C22.6698 10.2499 22.8342 10.1929 22.9669 10.0879C23.0997 9.98285 23.193 9.83601 23.2317 9.67122C23.256 9.55822 23.2549 9.44124 23.2285 9.32873C23.202 9.21622 23.151 9.11098 23.0789 9.02059H23.0742ZM14.7305 13.0687C15.4773 12.4968 16.026 11.7053 16.2997 10.8054C16.5734 9.90546 16.5582 8.94241 16.2563 8.05158C15.9543 7.16076 15.3808 6.38693 14.6164 5.83887C13.852 5.29081 12.935 4.99607 11.9944 4.99607C11.0538 4.99607 10.1368 5.29081 9.3724 5.83887C8.60796 6.38693 8.03448 7.16076 7.73254 8.05158C7.43061 8.94241 7.41541 9.90546 7.68909 10.8054C7.96276 11.7053 8.51154 12.4968 9.25831 13.0687C7.93319 13.6429 6.82668 14.6262 6.10081 15.8747C6.03498 15.9887 6.00032 16.118 6.00033 16.2497C6.00034 16.3814 6.03501 16.5107 6.10085 16.6247C6.1667 16.7387 6.2614 16.8334 6.37544 16.8992C6.48948 16.9651 6.61883 16.9997 6.7505 16.9997H17.2505C17.3822 16.9997 17.5115 16.9651 17.6256 16.8992C17.7396 16.8334 17.8343 16.7387 17.9001 16.6247C17.966 16.5107 18.0007 16.3814 18.0007 16.2497C18.0007 16.118 17.966 15.9887 17.9002 15.8747C17.1728 14.6254 16.0642 13.642 14.7371 13.0687H14.7305Z\" fill=\"#894B8E\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-beb2c23 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"beb2c23\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" style=\"font-family: Inter !important; font-weight: 500 !important; font-size: 28px !important; line-height: 36px !important; letter-spacing: 0px !important;\">\ud5ec\uc2a4\ucf00\uc5b4 \ucee4\ubba4\ub2c8\ud2f0<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-97f903f elementor-align-right elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"97f903f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/labinsights.com\/ko\/community-in-healthcare\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\uae30\uc5ec\uc790\uc5d0 \ub300\ud55c \uc790\uc138\ud55c \uc815\ubcf4 &gt;<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c7bc88f e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"c7bc88f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8764e17 e-con-full e-flex e-con e-child\" data-id=\"8764e17\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fe209ca elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"fe209ca\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"17\" viewBox=\"0 0 24 17\" fill=\"none\"><path d=\"M6.01175 9.85591C6.01429 9.90671 6.00647 9.95749 5.98877 10.0052C5.97107 10.0529 5.94385 10.0964 5.90877 10.1333C5.87369 10.1701 5.83149 10.1994 5.78472 10.2194C5.73796 10.2394 5.68761 10.2497 5.63675 10.2497H1.5005C1.33122 10.2499 1.16683 10.1929 1.03407 10.0879C0.901303 9.98285 0.807971 9.83601 0.769249 9.67122C0.745137 9.55842 0.746249 9.4417 0.772504 9.32938C0.798759 9.21707 0.849509 9.11195 0.921124 9.02153C1.58282 8.14401 2.46077 7.45308 3.46925 7.01622C3.02649 6.61253 2.68691 6.10863 2.47894 5.54672C2.27098 4.98481 2.20068 4.38124 2.27395 3.78658C2.34721 3.19191 2.5619 2.62346 2.90003 2.12883C3.23817 1.63419 3.6899 1.22779 4.2174 0.943638C4.7449 0.65949 5.33281 0.505876 5.93188 0.495662C6.53096 0.485448 7.12376 0.618931 7.66063 0.884931C8.19751 1.15093 8.66284 1.5417 9.01764 2.02452C9.37244 2.50734 9.60638 3.06814 9.69987 3.65997C9.71195 3.73955 9.69769 3.8209 9.65927 3.89164C9.62086 3.96238 9.56039 4.01863 9.48706 4.05184C8.4468 4.53276 7.56581 5.30119 6.94803 6.26648C6.33026 7.23176 6.00148 8.35361 6.0005 9.49965C6.0005 9.61965 6.0005 9.73778 6.01175 9.85591ZM23.0742 9.02059C22.4141 8.14409 21.5381 7.45354 20.5317 7.01622C20.9745 6.61253 21.3141 6.10863 21.5221 5.54672C21.73 4.98481 21.8003 4.38124 21.727 3.78658C21.6538 3.19191 21.4391 2.62346 21.101 2.12883C20.7628 1.63419 20.3111 1.22779 19.7836 0.943638C19.2561 0.65949 18.6682 0.505876 18.0691 0.495662C17.47 0.485448 16.8772 0.618931 16.3404 0.884931C15.8035 1.15093 15.3382 1.5417 14.9834 2.02452C14.6286 2.50734 14.3946 3.06814 14.3011 3.65997C14.289 3.73955 14.3033 3.8209 14.3417 3.89164C14.3801 3.96238 14.4406 4.01863 14.5139 4.05184C15.5542 4.53276 16.4352 5.30119 17.053 6.26648C17.6707 7.23176 17.9995 8.35361 18.0005 9.49965C18.0005 9.61965 18.0005 9.73778 17.9892 9.85591C17.9867 9.90671 17.9945 9.95749 18.0122 10.0052C18.0299 10.0529 18.0571 10.0964 18.0922 10.1333C18.1273 10.1701 18.1695 10.1994 18.2163 10.2194C18.263 10.2394 18.3134 10.2497 18.3642 10.2497H22.5005C22.6698 10.2499 22.8342 10.1929 22.9669 10.0879C23.0997 9.98285 23.193 9.83601 23.2317 9.67122C23.256 9.55822 23.2549 9.44124 23.2285 9.32873C23.202 9.21622 23.151 9.11098 23.0789 9.02059H23.0742ZM14.7305 13.0687C15.4773 12.4968 16.026 11.7053 16.2997 10.8054C16.5734 9.90546 16.5582 8.94241 16.2563 8.05158C15.9543 7.16076 15.3808 6.38693 14.6164 5.83887C13.852 5.29081 12.935 4.99607 11.9944 4.99607C11.0538 4.99607 10.1368 5.29081 9.3724 5.83887C8.60796 6.38693 8.03448 7.16076 7.73254 8.05158C7.43061 8.94241 7.41541 9.90546 7.68909 10.8054C7.96276 11.7053 8.51154 12.4968 9.25831 13.0687C7.93319 13.6429 6.82668 14.6262 6.10081 15.8747C6.03498 15.9887 6.00032 16.118 6.00033 16.2497C6.00034 16.3814 6.03501 16.5107 6.10085 16.6247C6.1667 16.7387 6.2614 16.8334 6.37544 16.8992C6.48948 16.9651 6.61883 16.9997 6.7505 16.9997H17.2505C17.3822 16.9997 17.5115 16.9651 17.6256 16.8992C17.7396 16.8334 17.8343 16.7387 17.9001 16.6247C17.966 16.5107 18.0007 16.3814 18.0007 16.2497C18.0007 16.118 17.966 15.9887 17.9002 15.8747C17.1728 14.6254 16.0642 13.642 14.7371 13.0687H14.7305Z\" fill=\"#894B8E\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-54d7e0d elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"54d7e0d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\" style=\"font-family: Inter !important; font-weight: 500 !important; font-size: 28px !important; line-height: 36px !important; letter-spacing: 0px !important;\">\uc758\ub8cc \ucee4\ubba4\ub2c8\ud2f0<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1319e17 elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"1319e17\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/labinsights.com\/ko\/community-in-healthcare\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\uae30\uc5ec\uc790\uc5d0 \ub300\ud55c \uc790\uc138\ud55c \uc815\ubcf4 &gt;<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0c8e63f no-paggination elementor-widget elementor-widget-contributor-filter-widget\" data-id=\"0c8e63f\" data-element_type=\"widget\" data-widget_type=\"contributor-filter-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n    <!-- mobile filter -->\n    <div class=\"author-filter-icon\">\n        <div id=\"author-filter-icon\">\ud544\ud130<span class=\"community-dropdown-icon\"><\/span><\/div>\n            <!-- <svg id=\"author-filter-icon\" width=\"20\" height=\"21\" viewBox=\"0 0 20 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.82 2.49991C7.6098 1.92076 7.22637 1.42037 6.72184 1.06676C6.2173 0.713137 5.61612 0.523438 5 0.523438C4.38388 0.523438 3.7827 0.713137 3.27817 1.06676C2.77363 1.42037 2.3902 1.92076 2.18 2.49991H0V4.49991H2.18C2.3902 5.07907 2.77363 5.57945 3.27817 5.93307C3.7827 6.28669 4.38388 6.47639 5 6.47639C5.61612 6.47639 6.2173 6.28669 6.72184 5.93307C7.22637 5.57945 7.6098 5.07907 7.82 4.49991H20V2.49991H7.82ZM5 4.49991C4.80222 4.49991 4.60888 4.44127 4.44443 4.33138C4.27998 4.2215 4.15181 4.06532 4.07612 3.8826C4.00043 3.69987 3.98063 3.4988 4.01921 3.30482C4.0578 3.11084 4.15304 2.93266 4.29289 2.79281C4.43275 2.65296 4.61093 2.55771 4.80491 2.51913C4.99889 2.48054 5.19996 2.50035 5.38268 2.57603C5.56541 2.65172 5.72159 2.77989 5.83147 2.94434C5.94135 3.10879 6 3.30213 6 3.49991C6 3.76513 5.89464 4.01948 5.70711 4.20702C5.51957 4.39456 5.26522 4.49991 5 4.49991ZM15 7.49992C14.3811 7.50166 13.7778 7.69479 13.2729 8.05285C12.7681 8.41091 12.3863 8.91637 12.18 9.49992H0V11.4999H12.18C12.3902 12.0791 12.7736 12.5795 13.2782 12.9331C13.7827 13.2867 14.3839 13.4764 15 13.4764C15.6161 13.4764 16.2173 13.2867 16.7218 12.9331C17.2264 12.5795 17.6098 12.0791 17.82 11.4999H20V9.49992H17.82C17.6137 8.91637 17.2319 8.41091 16.7271 8.05285C16.2222 7.69479 15.6189 7.50166 15 7.49992ZM15 11.4999C14.8022 11.4999 14.6089 11.4413 14.4444 11.3314C14.28 11.2215 14.1518 11.0653 14.0761 10.8826C14.0004 10.6999 13.9806 10.4988 14.0192 10.3048C14.0578 10.1108 14.153 9.93266 14.2929 9.79281C14.4327 9.65296 14.6109 9.55772 14.8049 9.51913C14.9989 9.48055 15.2 9.50035 15.3827 9.57604C15.5654 9.65172 15.7216 9.7799 15.8315 9.94435C15.9414 10.1088 16 10.3021 16 10.4999C16 10.7651 15.8946 11.0195 15.7071 11.207C15.5196 11.3946 15.2652 11.4999 15 11.4999ZM7.27293 15.0529C7.7778 14.6948 8.38106 14.5017 9 14.4999C9.61894 14.5017 10.2222 14.6948 10.7271 15.0529C11.2319 15.4109 11.6137 15.9164 11.82 16.4999H20V18.4999H11.82C11.6098 19.0791 11.2264 19.5795 10.7218 19.9331C10.2173 20.2867 9.61612 20.4764 9 20.4764C8.38388 20.4764 7.7827 20.2867 7.27816 19.9331C6.77363 19.5795 6.3902 19.0791 6.18 18.4999H0V16.4999H6.18C6.38631 15.9164 6.76807 15.4109 7.27293 15.0529ZM8.44443 18.3314C8.60888 18.4413 8.80222 18.4999 9 18.4999C9.26522 18.4999 9.51957 18.3946 9.70711 18.207C9.89464 18.0195 10 17.7651 10 17.4999C10 17.3021 9.94135 17.1088 9.83147 16.9443C9.72159 16.7799 9.56541 16.6517 9.38268 16.576C9.19996 16.5003 8.99889 16.4805 8.80491 16.5191C8.61093 16.5577 8.43275 16.653 8.29289 16.7928C8.15304 16.9327 8.0578 17.1108 8.01921 17.3048C7.98063 17.4988 8.00043 17.6999 8.07612 17.8826C8.15181 18.0653 8.27998 18.2215 8.44443 18.3314Z\" fill=\"#4D4D4E\"\/>\n            <\/svg> -->\n    <\/div>\n\n    <div id=\"country-drawer\" class=\"country-drawer\" style=\"display: none;\">\n        <div class=\"drawer-content\">\n            <label for=\"filter_country_1\">\uc704\uce58\/\uc9c0\uc5ed:<\/label>\n            <div class=\"custom-select\">\n                <select class=\"new-type-filter\" id=\"mobile-filter\" name=\"mobile-filter\">\n                    <option value=\"\">\ubaa8\ub4e0 \uc704\uce58<\/option>\n                <\/select>\n                <div class=\"checkbox-list\" id=\"drawer-country-filters\" style=\"display: block;\">\n\n                <\/div>\n                <!-- <div class=\"drawer-footer\">\n                        <a href=\"#\" id=\"drawer-clear-filters\" class=\"clear-btn\">Clear<\/a>\n                        <button id=\"drawer-apply-filters\" class=\"apply-btn\">Apply<\/button>\n                <\/div> -->\n            <\/div>\n        <\/div>\n    <\/div>\n    <!-- end mobile filter -->\n\n    <div class=\"row\">\n                                            <div class=\"col-12\">\n                        <div class=\"related-header\"><h2 style=\"font-family: Inter !important; font-weight: 500 !important; font-size: 28px !important; line-height: 36px !important; letter-spacing: 0px !important;\"><\/h2><\/div>\n                            <div class=\"applied-filetr-top-section\">\n                        <div id=\"selected-location-container\"><\/div>\n                        <!-- <div class=\"clear-all-filters\">\n                            <button class=\"clear-button clear-all-filter-btn link-color-gradient\" id=\"clear-all-filter-btn\">\n                            <\/button>\n                        <\/div> -->\n                    <\/div>\n                    <div id=\"contributors-container\" class=\"contributor-row\"><\/div>\n                    <div id=\"pagination-container\" class=\"pagination-container row\"><\/div>\n        <\/div>\n    <\/div>\n    <!-- Drawer for country filters -->\n    <!-- <div id=\"country-drawer\" class=\"country-drawer\">\n        <div class=\"drawer-content\">\n            <div class=\"drawer-header\">\n                <h2 style=\"font-family: Inter !important; font-weight: 500 !important; font-size: 28px !important; line-height: 36px !important; letter-spacing: 0px !important;\">Country<\/h2>\n                <button id=\"close-drawer\" class=\"close-btn\">&times;<\/button>\n            <\/div>\n            <div id=\"drawer-country-filters\"><\/div>\n            <div class=\"drawer-footer\">\n                    <a href=\"#\" id=\"drawer-clear-filters\" class=\"clear-btn\">Clear<\/a>\n                    <button id=\"drawer-apply-filters\" class=\"apply-btn\">Apply<\/button>\n            <\/div>\n        <\/div>\n    <\/div> -->\n  \n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4520863 e-con-full e-flex e-con e-child\" data-id=\"4520863\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eefb8ec elementor-align-right elementor-mobile-align-center elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-button\" data-id=\"eefb8ec\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/labinsights.com\/ko\/community-in-healthcare\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\uae30\uc5ec\uc790\uc5d0 \ub300\ud55c \uc790\uc138\ud55c \uc815\ubcf4 &gt;<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Disease Area Event Coverage Management Operations \uc804\uccb4 \uc77d\uae30 \ubaa9\ub85d Lab Insights \ucd5c\uc2e0 \ub274\uc2a4 \ubc0f \uc5c5\ub370\uc774\ud2b8 \uad6c\ub3c5 \uc9c0\uae08 \uad6c\ub3c5 \uad00\uc2ec \uc788\ub294 \uc8fc\uc81c &nbsp; \ud5ec\uc2a4\ucf00\uc5b4 \ucee4\ubba4\ub2c8\ud2f0 \uae30\uc5ec\uc790\uc5d0 \ub300\ud55c \uc790\uc138\ud55c \uc815\ubcf4 &gt; \uc758\ub8cc \ucee4\ubba4\ub2c8\ud2f0 \uae30\uc5ec\uc790\uc5d0 \ub300\ud55c \uc790\uc138\ud55c \uc815\ubcf4 &gt; Filters Location \/ regions: All Locations \uae30\uc5ec\uc790\uc5d0 \ub300\ud55c \uc790\uc138\ud55c \uc815\ubcf4 &gt;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-95372","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/labinsights.com\/ko\/wp-json\/wp\/v2\/pages\/95372","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/labinsights.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/labinsights.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/labinsights.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/labinsights.com\/ko\/wp-json\/wp\/v2\/comments?post=95372"}],"version-history":[{"count":18,"href":"https:\/\/labinsights.com\/ko\/wp-json\/wp\/v2\/pages\/95372\/revisions"}],"predecessor-version":[{"id":150583,"href":"https:\/\/labinsights.com\/ko\/wp-json\/wp\/v2\/pages\/95372\/revisions\/150583"}],"wp:attachment":[{"href":"https:\/\/labinsights.com\/ko\/wp-json\/wp\/v2\/media?parent=95372"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}