{"id":32432,"date":"2024-07-02T00:39:28","date_gmt":"2024-07-02T00:39:28","guid":{"rendered":"https:\/\/synergymarinegroup.com\/about\/meet-the-team\/%ed%99%8d%ec%bd%a9\/"},"modified":"2025-11-04T05:25:10","modified_gmt":"2025-11-04T05:25:10","slug":"hongkong","status":"publish","type":"page","link":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/hongkong\/","title":{"rendered":"\ud64d\ucf69"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"32432\" class=\"elementor elementor-32432 elementor-31460\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4054da3 e-flex e-con-boxed e-con e-parent\" data-id=\"4054da3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e34301 elementor-widget elementor-widget-breadcrumbs\" data-id=\"1e34301\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"breadcrumbs.default\">\n\t\t\t\t\t<p id=\"breadcrumbs\"><span><span><a href=\"https:\/\/www.synergymarinegroup.com\/ko\/\">Home<\/a><\/span><\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f3800fd e-flex e-con-boxed e-con e-parent\" data-id=\"f3800fd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ed285da elementor-widget elementor-widget-heading\" data-id=\"ed285da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">\ud64d\ucf69<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f855851 w-100 elementor-widget elementor-widget-image\" data-id=\"f855851\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1170\" height=\"601\" src=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/hongkong-cover.jpg\" class=\"attachment-full size-full wp-image-31491\" alt=\"Hongkong\" srcset=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/hongkong-cover.jpg 1170w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/hongkong-cover-300x154.jpg 300w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/hongkong-cover-1024x526.jpg 1024w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b5505f3 e-flex e-con-boxed e-con e-parent\" data-id=\"b5505f3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70ab312 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"70ab312\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<select id=\"countryRedirect\" onchange=\"redirectToCountry(this.value)\">\n    <option value=\"\">\uad6d\uac00 \uc120\ud0dd...<\/option>\n    <option value=\"australia\">\uc624\uc2a4\ud2b8\ub808\uc77c\ub9ac\uc544<\/option>\n    <option value=\"singapore\">\uc2f1\uac00\ud3ec\ub974<\/option>\n    <option value=\"copenhagen\">\ub374\ub9c8\ud06c<\/option>\n    <option value=\"india\">\uc778\ub3c4<\/option>\n    <option value=\"dubai\">\uc544\ub78d \uc5d0\ubbf8\ub9ac\ud2b8 \uc5f0\ubc29<\/option>\n    <option value=\"germany\">\ub3c5\uc77c<\/option>\n    <option value=\"hongkong\">\ud64d\ucf69<\/option>\n    <option value=\"philippines\">\ud544\ub9ac\ud540<\/option>\n    <option value=\"usa\">\ubbf8\uad6d<\/option>\n<\/select>\n\n<script>\n\/\/ Get current language from URL or HTML\nfunction getCurrentLanguage() {\n    const languageCodes = ['ko', 'zh', 'ja'];\n    const pathSegments = window.location.pathname.split('\/');\n    const pathLang = pathSegments.find(segment => languageCodes.includes(segment));\n    if (pathLang) return pathLang;\n\n    const htmlLang = document.documentElement.lang;\n    if (htmlLang && languageCodes.includes(htmlLang)) return htmlLang;\n\n    return 'en';\n}\n\n\/\/ Get current country from URL\nfunction getCurrentCountry() {\n    const path = window.location.pathname;\n    const countries = ['australia', 'singapore', 'copenhagen', 'india', 'dubai', 'germany', 'hongkong', 'philippines', 'usa'];\n    \n    \/\/ Look for country name in URL\n    const currentCountry = countries.find(country => \n        path.toLowerCase().includes(`\/meet-the-team\/${country}\/`)\n    );\n    \n    return currentCountry || '';\n}\n\n\/\/ Set the dropdown to current country\nfunction setCurrentCountry() {\n    const currentCountry = getCurrentCountry();\n    const dropdown = document.getElementById('countryRedirect');\n    if (currentCountry && dropdown) {\n        dropdown.value = currentCountry;\n    }\n}\n\nfunction redirectToCountry(country) {\n    if (!country) return;\n\n    const baseUrl = 'https:\/\/www.synergymarinegroup.com';\n    const lang = getCurrentLanguage();\n    \n    \/\/ Construct URL based on language\n    let url;\n    if (lang === 'en') {\n        url = `${baseUrl}\/about\/meet-the-team\/${country}\/`;\n    } else {\n        url = `${baseUrl}\/${lang}\/about\/meet-the-team\/${country}\/`;\n    }\n\n    \/\/ Only redirect if we're going to a different country\n    if (country !== getCurrentCountry()) {\n        window.location.href = url;\n    }\n}\n\n\/\/ Set current country when page loads\ndocument.addEventListener('DOMContentLoaded', setCurrentCountry);\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cc1571 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"5cc1571\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_type&quot;:&quot;none&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"\uc0c8 \uc591\uc2dd\" aria-label=\"\uc0c8 \uc591\uc2dd\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"32432\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"5cc1571\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"\uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-name elementor-col-25\">\n\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field-textual elementor-size-xs\">\n\t\t\t\t\t\t\t\t\t<option value=\"1\">\ud638\uc8fc<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"2\">\uc2f1\uac00\ud3ec\ub974<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"3\">\ub374\ub9c8\ud06c<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"4\">\uc778\ub3c4<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"5\">\uc544\ub78d\uc5d0\ubbf8\ub9ac\ud2b8<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"6\">\ub3c5\uc77c<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"7\">\ud64d\ucf69<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"8\">7 \ud544\ub9ac\ud540<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"9\">\ubbf8\uad6d<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"10\">\uc0ac\uc6b0\ub514\uc544\ub77c\ube44\uc544<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\" id=\"location-btn\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f1d88cd elementor-widget elementor-widget-html\" data-id=\"f1d88cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>function initSelectField() {\r\n  const select = document.querySelector('#form-field-name');\r\n  if (!select) {\r\n    setTimeout(initSelectField, 200);\r\n    return;\r\n  }\r\n\r\n  const pathParts = window.location.pathname.split('\/');\r\n  let langPrefix = '';\r\n  if (pathParts[1] === 'ja') langPrefix = '\/ja';\r\n  else if (pathParts[1] === 'ko') langPrefix = '\/ko';\r\n  else if (pathParts[1] === 'zh') langPrefix = '\/zh';\r\n\r\n  const slugMap = {\r\n    \"1\": \"\/about\/meet-the-team\/australia\/\",\r\n    \"2\": \"\/about\/meet-the-team\/singapore\/\",\r\n    \"3\": \"\/about\/meet-the-team\/copenhagen\/\",\r\n    \"4\": \"\/about\/meet-the-team\/india\/\",\r\n    \"5\": \"\/about\/meet-the-team\/dubai\/\",\r\n    \"6\": \"\/about\/meet-the-team\/germany\/\",\r\n    \"7\": \"\/about\/meet-the-team\/hongkong\/\",\r\n    \"8\": \"\/about\/meet-the-team\/philippines\/\",\r\n    \"9\": \"\/about\/meet-the-team\/usa\/\",\r\n    \"10\": \"\/about\/meet-the-team\/saudi-arabia\/\"\r\n  };\r\n\r\n  const currentUrl = window.location.href.replace(\/\\\/$\/, \"\");\r\n\r\n  Array.from(select.options).forEach(option => {\r\n    const slug = slugMap[option.value];\r\n    if (!slug) return;\r\n    const optionUrl = (window.location.origin + langPrefix + slug).replace(\/\\\/$\/, \"\");\r\n    if (currentUrl === optionUrl) {\r\n      option.selected = true;\r\n    }\r\n  });\r\n\r\n  select.addEventListener(\"change\", function() {\r\n    const slug = slugMap[this.value];\r\n    if (slug) {\r\n      window.location.href = window.location.origin + langPrefix + slug;\r\n    }\r\n  });\r\n}\r\n\r\ndocument.addEventListener(\"DOMContentLoaded\", initSelectField);\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88b9f0b elementor-widget elementor-widget-heading\" data-id=\"88b9f0b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\ub9ac\ub354\uc2ed \ud300<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c3850fe e-grid e-con-boxed e-con e-child\" data-id=\"c3850fe\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fd5dccf e-flex e-con-boxed e-con e-child\" data-id=\"fd5dccf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e62f630 team-text-parent-container e-flex e-con-boxed e-con e-child\" data-id=\"e62f630\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c21d29b team-text-image elementor-widget elementor-widget-image\" data-id=\"c21d29b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"780\" height=\"780\" src=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/dhirendra.png\" class=\"attachment-large size-large wp-image-31495\" alt=\"Dhirendra Joshi\" srcset=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/dhirendra.png 800w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/dhirendra-300x300.png 300w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/dhirendra-150x150.png 150w\" sizes=\"(max-width: 780px) 100vw, 780px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a5fdaf elementor-absolute wheel-image elementor-widget elementor-widget-image\" data-id=\"5a5fdaf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"360\" height=\"360\" src=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/06\/wheel.png\" class=\"attachment-large size-large wp-image-28684\" alt=\"\" srcset=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/06\/wheel.png 360w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/06\/wheel-300x300.png 300w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/06\/wheel-150x150.png 150w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/06\/wheel-320x320.png 320w\" sizes=\"(max-width: 360px) 100vw, 360px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6616d3f team-text-container e-flex e-con-boxed e-con e-child\" data-id=\"6616d3f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4313ecf team-text-box elementor-widget elementor-widget-text-editor\" data-id=\"4313ecf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>25\ub144 \uc774\uc0c1\uc758 \uacbd\ub825\uc744 \uac00\uc9c4 \ud574\uc591 \uc804\ubb38\uac00\uc778 Dyrendra\ub294 2016\ub144 Synergy\uc5d0 \ud569\ub958\ud588\uc2b5\ub2c8\ub2e4. \uc0ac\uad50\uc801\uc778 \uc0ac\ub78c\uc774\uc790 \uc608\ub9ac\ud55c \ud559\uc2b5\uc790\uc778 \uadf8\ub294 \uadf9\ub3d9 \uc9c0\uc5ed\uc758 \uc120\ubc15 \uad00\ub9ac \uc6b4\uc601\uc744 \ucc45\uc784\uc9c0\uace0 \uc788\uc73c\uba70 \ud68c\uc0ac\uc758 \ud575\uc2ec \uac00\uce58\uc640 \ub9e4\uc6b0 \uc870\ud654\ub97c \uc774\ub8e8\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub294 \uc5ec\uac00 \uc2dc\uac04\uc744 \uac00\uc871\uacfc \ud568\uaed8 \ubcf4\ub0b4\uace0, \ub54c\ub85c\ub294 \uc5ec\ud589\uc744 \uac00\uac70\ub098 \ud06c\ub9ac\ucf13\uc744 \ubcf4\uac70\ub098 \uac00\ub054 \ud06c\ub9ac\ucf13\uc744 \ud569\ub2c8\ub2e4.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\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 class=\"elementor-element elementor-element-887c235 elementor-widget elementor-widget-heading\" data-id=\"887c235\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\ub514\ub80c\ub4dc\ub77c \uc870\uc2dc<\/p>\t\t\t\t<\/div>\n\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63ade34 e-flex e-con-boxed e-con e-parent\" data-id=\"63ade34\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5eb0fb3 elementor-widget elementor-widget-heading\" data-id=\"5eb0fb3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">\uc6b0\ub9ac \ud300\uc6d0 \uc911 \ud55c \uba85\uacfc \uc774\uc57c\uae30\ud558\uc2ed\uc2dc\uc624.<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb99118 lqd-btn-filled-rounded lqd-btn-icon-filled-rounded elementor-align-center elementor-widget elementor-widget-lqd-button\" data-id=\"fb99118\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;lqd_predefined_style_button&quot;:&quot;filled-rounded&quot;,&quot;lqd_predefined_style_button_icon&quot;:&quot;filled-rounded&quot;}\" data-widget_type=\"lqd-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<a href=\"https:\/\/synergymarinegroup.com\/contact\/reach-us\/\" role=\"button\" class=\"lqd-btn inline-flex items-center relative lqd-group lqd-group-btn lqd-btn-has-bg\" data-lqd-local-scroll-el=\"\">\t\t<span class=\"lqd-bg-layer lqd-color-wrap lqd-bg-color-wrap block w-full h-full rounded-inherit overflow-hidden elementor-repeater-item-771bda5-fb99118 pointer-events-none absolute top-0 start-0 z-0\"><\/span>\n\t\t<span class=\"lqd-btn-txt relative z-1 transition-all\">&nbsp;LET'S TALK NOW<\/span>\n\t\t<span class=\"lqd-btn-icon inline-flex items-center justify-center relative z-1 -order-1\">\t\t<span class=\"lqd-bg-layer lqd-color-wrap lqd-bg-color-wrap block w-full h-full rounded-inherit overflow-hidden elementor-repeater-item-0ba1e97-fb99118 pointer-events-none absolute top-0 start-0 z-0\"><\/span>\n\t\t<svg aria-hidden=\"true\" class=\"w-1em h-auto align-middle fill-current relative e-font-icon-svg e-fas-comment\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z\"><\/path><\/svg><\/span>\n\n\t\t<\/a>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<style>.elementor-element-fb99118 .elementor-repeater-item-771bda5-fb99118{opacity:0;background-color:var(--e-global-color-primary)}.elementor-element-fb99118 .elementor-repeater-item-0ba1e97-fb99118{opacity:0;background-color:var(--e-global-color-primary)}@media (max-width:1366px){.elementor-element-fb99118 .elementor-repeater-item-771bda5-fb99118{opacity:0}.elementor-element-fb99118 .elementor-repeater-item-0ba1e97-fb99118{opacity:0}}@media (max-width:1200px){.elementor-element-fb99118 .elementor-repeater-item-771bda5-fb99118{opacity:0}.elementor-element-fb99118 .elementor-repeater-item-0ba1e97-fb99118{opacity:0}}@media (max-width:1024px){.elementor-element-fb99118 .elementor-repeater-item-771bda5-fb99118{opacity:0}.elementor-element-fb99118 .elementor-repeater-item-0ba1e97-fb99118{opacity:0}}@media (max-width:767px){.elementor-element-fb99118 .elementor-repeater-item-771bda5-fb99118{opacity:0}.elementor-element-fb99118 .elementor-repeater-item-0ba1e97-fb99118{opacity:0}}<\/style>\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\ud64d\ucf69 \uad6d\uac00 \uc120\ud0dd&#8230;\uc624\uc2a4\ud2b8\ub808\uc77c\ub9ac\uc544\uc2f1\uac00\ud3ec\ub974\ub374\ub9c8\ud06c\uc778\ub3c4\uc544\ub78d \uc5d0\ubbf8\ub9ac\ud2b8 \uc5f0\ubc29\ub3c5\uc77c\ud64d\ucf69\ud544\ub9ac\ud540\ubbf8\uad6d \ub9ac\ub354\uc2ed \ud300 25\ub144 \uc774\uc0c1\uc758 \uacbd\ub825\uc744 \uac00\uc9c4 \ud574\uc591 \uc804\ubb38\uac00\uc778 Dyrendra\ub294 2016\ub144 Synergy\uc5d0 \ud569\ub958\ud588\uc2b5\ub2c8\ub2e4. \uc0ac\uad50\uc801\uc778 \uc0ac\ub78c\uc774\uc790 \uc608\ub9ac\ud55c \ud559\uc2b5\uc790\uc778 \uadf8\ub294 \uadf9\ub3d9 \uc9c0\uc5ed\uc758 \uc120\ubc15 \uad00\ub9ac \uc6b4\uc601\uc744 \ucc45\uc784\uc9c0\uace0 \uc788\uc73c\uba70 \ud68c\uc0ac\uc758 \ud575\uc2ec \uac00\uce58\uc640 \ub9e4\uc6b0 \uc870\ud654\ub97c \uc774\ub8e8\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub294 \uc5ec\uac00 \uc2dc\uac04\uc744 \uac00\uc871\uacfc \ud568\uaed8 \ubcf4\ub0b4\uace0, \ub54c\ub85c\ub294 \uc5ec\ud589\uc744 \uac00\uac70\ub098 \ud06c\ub9ac\ucf13\uc744 \ubcf4\uac70\ub098 \uac00\ub054 \ud06c\ub9ac\ucf13\uc744 \ud569\ub2c8\ub2e4. \ub514\ub80c\ub4dc\ub77c \uc870\uc2dc \uc6b0\ub9ac \ud300\uc6d0 \uc911 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":31491,"parent":32109,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-32432","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>\ud64d\ucf69 \uc120\ubc15 \uad00\ub9ac \uc11c\ube44\uc2a4 - Synergy Marine<\/title>\n<meta name=\"description\" content=\"Synergy Marine\uc758 \ud64d\ucf69 \ud300\uc740 \ub9de\ucda4\ud615 \uc120\ubc15 \uad00\ub9ac \uc194\ub8e8\uc158\uc744 \uc804\ubb38\uc73c\ub85c \ud558\uc5ec \uc544\uc2dc\uc544 \ud0dc\ud3c9\uc591 \uc9c0\uc5ed\uc758 \ud0c1\uc6d4\ud55c \uc6b4\uc601\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/hongkong\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud64d\ucf69\" \/>\n<meta property=\"og:description\" content=\"Synergy Marine\uc758 \ud64d\ucf69 \ud300\uc740 \ub9de\ucda4\ud615 \uc120\ubc15 \uad00\ub9ac \uc194\ub8e8\uc158\uc744 \uc804\ubb38\uc73c\ub85c \ud558\uc5ec \uc544\uc2dc\uc544 \ud0dc\ud3c9\uc591 \uc9c0\uc5ed\uc758 \ud0c1\uc6d4\ud55c \uc6b4\uc601\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/hongkong\/\" \/>\n<meta property=\"og:site_name\" content=\"\uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/synergymarinegroup\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-04T05:25:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/hongkong-cover.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1170\" \/>\n\t<meta property=\"og:image:height\" content=\"601\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:label1\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data1\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/hongkong\\\/\",\"url\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/hongkong\\\/\",\"name\":\"\ud64d\ucf69 \uc120\ubc15 \uad00\ub9ac \uc11c\ube44\uc2a4 - Synergy Marine\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/hongkong\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/hongkong\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/hongkong-cover.jpg\",\"datePublished\":\"2024-07-02T00:39:28+00:00\",\"dateModified\":\"2025-11-04T05:25:10+00:00\",\"description\":\"Synergy Marine\uc758 \ud64d\ucf69 \ud300\uc740 \ub9de\ucda4\ud615 \uc120\ubc15 \uad00\ub9ac \uc194\ub8e8\uc158\uc744 \uc804\ubb38\uc73c\ub85c \ud558\uc5ec \uc544\uc2dc\uc544 \ud0dc\ud3c9\uc591 \uc9c0\uc5ed\uc758 \ud0c1\uc6d4\ud55c \uc6b4\uc601\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/hongkong\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/hongkong\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/hongkong\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/hongkong-cover.jpg\",\"contentUrl\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/hongkong-cover.jpg\",\"width\":1170,\"height\":601,\"caption\":\"Hongkong\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/hongkong\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc57d\",\"item\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\ud300\uc744 \ub9cc\ub098\ub2e4\",\"item\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"\ud64d\ucf69\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/#website\",\"url\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/\",\"name\":\"Synergy Marine Group\",\"description\":\"Ship Management Company\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/#organization\",\"name\":\"Synergy Marine Group\",\"url\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/syn-logo-transparent.png\",\"contentUrl\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/syn-logo-transparent.png\",\"width\":500,\"height\":500,\"caption\":\"Synergy Marine Group\"},\"image\":{\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/synergymarinegroup\",\"https:\\\/\\\/x.com\\\/SynergyGroup06\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/synergy-marine\\\/\",\"https:\\\/\\\/www.instagram.com\\\/synergymarine_moments\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/SynergyMarineGroup\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\ud64d\ucf69 \uc120\ubc15 \uad00\ub9ac \uc11c\ube44\uc2a4 - Synergy Marine","description":"Synergy Marine\uc758 \ud64d\ucf69 \ud300\uc740 \ub9de\ucda4\ud615 \uc120\ubc15 \uad00\ub9ac \uc194\ub8e8\uc158\uc744 \uc804\ubb38\uc73c\ub85c \ud558\uc5ec \uc544\uc2dc\uc544 \ud0dc\ud3c9\uc591 \uc9c0\uc5ed\uc758 \ud0c1\uc6d4\ud55c \uc6b4\uc601\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/hongkong\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud64d\ucf69","og_description":"Synergy Marine\uc758 \ud64d\ucf69 \ud300\uc740 \ub9de\ucda4\ud615 \uc120\ubc15 \uad00\ub9ac \uc194\ub8e8\uc158\uc744 \uc804\ubb38\uc73c\ub85c \ud558\uc5ec \uc544\uc2dc\uc544 \ud0dc\ud3c9\uc591 \uc9c0\uc5ed\uc758 \ud0c1\uc6d4\ud55c \uc6b4\uc601\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4.","og_url":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/hongkong\/","og_site_name":"\uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9","article_publisher":"https:\/\/www.facebook.com\/synergymarinegroup","article_modified_time":"2025-11-04T05:25:10+00:00","og_image":[{"width":1170,"height":601,"url":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/hongkong-cover.jpg","type":"image\/jpeg"}],"twitter_misc":{"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/hongkong\/","url":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/hongkong\/","name":"\ud64d\ucf69 \uc120\ubc15 \uad00\ub9ac \uc11c\ube44\uc2a4 - Synergy Marine","isPartOf":{"@id":"https:\/\/www.synergymarinegroup.com\/ko\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/hongkong\/#primaryimage"},"image":{"@id":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/hongkong\/#primaryimage"},"thumbnailUrl":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/hongkong-cover.jpg","datePublished":"2024-07-02T00:39:28+00:00","dateModified":"2025-11-04T05:25:10+00:00","description":"Synergy Marine\uc758 \ud64d\ucf69 \ud300\uc740 \ub9de\ucda4\ud615 \uc120\ubc15 \uad00\ub9ac \uc194\ub8e8\uc158\uc744 \uc804\ubb38\uc73c\ub85c \ud558\uc5ec \uc544\uc2dc\uc544 \ud0dc\ud3c9\uc591 \uc9c0\uc5ed\uc758 \ud0c1\uc6d4\ud55c \uc6b4\uc601\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/hongkong\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/hongkong\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/hongkong\/#primaryimage","url":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/hongkong-cover.jpg","contentUrl":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/hongkong-cover.jpg","width":1170,"height":601,"caption":"Hongkong"},{"@type":"BreadcrumbList","@id":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/hongkong\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.synergymarinegroup.com\/ko\/"},{"@type":"ListItem","position":2,"name":"\uc57d","item":"https:\/\/www.synergymarinegroup.com\/ko\/about\/"},{"@type":"ListItem","position":3,"name":"\ud300\uc744 \ub9cc\ub098\ub2e4","item":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/"},{"@type":"ListItem","position":4,"name":"\ud64d\ucf69"}]},{"@type":"WebSite","@id":"https:\/\/www.synergymarinegroup.com\/ko\/#website","url":"https:\/\/www.synergymarinegroup.com\/ko\/","name":"Synergy Marine Group","description":"Ship Management Company","publisher":{"@id":"https:\/\/www.synergymarinegroup.com\/ko\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.synergymarinegroup.com\/ko\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/www.synergymarinegroup.com\/ko\/#organization","name":"Synergy Marine Group","url":"https:\/\/www.synergymarinegroup.com\/ko\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.synergymarinegroup.com\/ko\/#\/schema\/logo\/image\/","url":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/syn-logo-transparent.png","contentUrl":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/syn-logo-transparent.png","width":500,"height":500,"caption":"Synergy Marine Group"},"image":{"@id":"https:\/\/www.synergymarinegroup.com\/ko\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/synergymarinegroup","https:\/\/x.com\/SynergyGroup06","https:\/\/www.linkedin.com\/company\/synergy-marine\/","https:\/\/www.instagram.com\/synergymarine_moments\/","https:\/\/www.youtube.com\/user\/SynergyMarineGroup"]}]}},"_links":{"self":[{"href":"https:\/\/www.synergymarinegroup.com\/ko\/wp-json\/wp\/v2\/pages\/32432","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.synergymarinegroup.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.synergymarinegroup.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.synergymarinegroup.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.synergymarinegroup.com\/ko\/wp-json\/wp\/v2\/comments?post=32432"}],"version-history":[{"count":11,"href":"https:\/\/www.synergymarinegroup.com\/ko\/wp-json\/wp\/v2\/pages\/32432\/revisions"}],"predecessor-version":[{"id":58251,"href":"https:\/\/www.synergymarinegroup.com\/ko\/wp-json\/wp\/v2\/pages\/32432\/revisions\/58251"}],"up":[{"embeddable":true,"href":"https:\/\/www.synergymarinegroup.com\/ko\/wp-json\/wp\/v2\/pages\/32109"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.synergymarinegroup.com\/ko\/wp-json\/wp\/v2\/media\/31491"}],"wp:attachment":[{"href":"https:\/\/www.synergymarinegroup.com\/ko\/wp-json\/wp\/v2\/media?parent=32432"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}