{"id":32458,"date":"2024-07-02T00:40:06","date_gmt":"2024-07-02T00:40:06","guid":{"rendered":"https:\/\/synergymarinegroup.com\/about\/meet-the-team\/%eb%af%b8%ea%b5%ad\/"},"modified":"2025-11-04T05:19:51","modified_gmt":"2025-11-04T05:19:51","slug":"usa","status":"publish","type":"page","link":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/usa\/","title":{"rendered":"\ubbf8\uad6d"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"32458\" class=\"elementor elementor-32458 elementor-31455\" 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\">\ubbf8\uad6d<\/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=\"600\" src=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover.jpg\" class=\"attachment-full size-full wp-image-31726\" alt=\"USA\" srcset=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover.jpg 1170w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover-300x154.jpg 300w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover-1024x525.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-62b2cd6 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"62b2cd6\" 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-1ddfad5 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"1ddfad5\" 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=\"32458\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"1ddfad5\"\/>\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-67d00a2 elementor-widget elementor-widget-html\" data-id=\"67d00a2\" 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\/sanjiv-mishra.png\" class=\"attachment-large size-large wp-image-31722\" alt=\"Sanjiv Mishra\" srcset=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/sanjiv-mishra.png 800w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/sanjiv-mishra-300x300.png 300w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/sanjiv-mishra-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>30\ub144 \uc774\uc0c1\uc758 \uc5c5\uacc4 \uacbd\ud5d8\uc744 \uac00\uc9c4 \ud574\uc591 \uc5d4\uc9c0\ub2c8\uc5b4\uc778 Sanjiv\ub294 Synergy\uc758 \uc120\ubc15 \uad00\ub9ac \ubd80\uc11c\ub97c \uc774\ub04c\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub294 2015\ub144\ubd80\ud130 Synergy\uc758 \ud575\uc2ec \uba64\ubc84\ub85c \ud65c\ub3d9\ud558\uace0 \uc788\uc73c\uba70, \uc120\ubc15 \uad00\ub9ac \ubd84\uc57c\uc758 \uac10\ub3c5\uad00\uacfc \uad00\ub9ac\uc790\ub97c \uba58\ud1a0\ub9c1\ud558\uace0 \uc0c8\ub85c\uc6b4 \ubca4\ucc98\uc758 \uc131\uacf5\uc801\uc778 \uad6c\ud604\uc744 \uac10\ub3c5\ud558\ub294 \ub370 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ub9e1\uace0 \uc788\uc2b5\ub2c8\ub2e4. Sanjiv\ub294 \uc791\uc740 \uc138\ubd80 \uc0ac\ud56d\uc744 \uc2e0\uacbd \uc4f0\uba74 \ud070 \uadf8\ub9bc\uc774 \uc81c\uc790\ub9ac\ub97c \ucc3e\uc544\uac08 \uc218 \uc788\ub2e4\uace0 \ubbff\uc2b5\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\">\uc0b0\uc9c0\ube0c \ubbf8\uc26c\ub77c<\/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-e369070 e-flex e-con-boxed e-con e-parent\" data-id=\"e369070\" 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-ff525d0 elementor-widget elementor-widget-heading\" data-id=\"ff525d0\" 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-e06f0df lqd-btn-filled-rounded lqd-btn-icon-filled-rounded elementor-align-center elementor-widget elementor-widget-lqd-button\" data-id=\"e06f0df\" 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-e06f0df 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-e06f0df 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-e06f0df .elementor-repeater-item-771bda5-e06f0df{opacity:0;background-color:var(--e-global-color-primary)}.elementor-element-e06f0df .elementor-repeater-item-0ba1e97-e06f0df{opacity:0;background-color:var(--e-global-color-primary)}@media (max-width:1366px){.elementor-element-e06f0df .elementor-repeater-item-771bda5-e06f0df{opacity:0}.elementor-element-e06f0df .elementor-repeater-item-0ba1e97-e06f0df{opacity:0}}@media (max-width:1200px){.elementor-element-e06f0df .elementor-repeater-item-771bda5-e06f0df{opacity:0}.elementor-element-e06f0df .elementor-repeater-item-0ba1e97-e06f0df{opacity:0}}@media (max-width:1024px){.elementor-element-e06f0df .elementor-repeater-item-771bda5-e06f0df{opacity:0}.elementor-element-e06f0df .elementor-repeater-item-0ba1e97-e06f0df{opacity:0}}@media (max-width:767px){.elementor-element-e06f0df .elementor-repeater-item-771bda5-e06f0df{opacity:0}.elementor-element-e06f0df .elementor-repeater-item-0ba1e97-e06f0df{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>\ubbf8\uad6d \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 30\ub144 \uc774\uc0c1\uc758 \uc5c5\uacc4 \uacbd\ud5d8\uc744 \uac00\uc9c4 \ud574\uc591 \uc5d4\uc9c0\ub2c8\uc5b4\uc778 Sanjiv\ub294 Synergy\uc758 \uc120\ubc15 \uad00\ub9ac \ubd80\uc11c\ub97c \uc774\ub04c\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub294 2015\ub144\ubd80\ud130 Synergy\uc758 \ud575\uc2ec \uba64\ubc84\ub85c \ud65c\ub3d9\ud558\uace0 \uc788\uc73c\uba70, \uc120\ubc15 \uad00\ub9ac \ubd84\uc57c\uc758 \uac10\ub3c5\uad00\uacfc \uad00\ub9ac\uc790\ub97c \uba58\ud1a0\ub9c1\ud558\uace0 \uc0c8\ub85c\uc6b4 \ubca4\ucc98\uc758 \uc131\uacf5\uc801\uc778 \uad6c\ud604\uc744 \uac10\ub3c5\ud558\ub294 \ub370 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ub9e1\uace0 \uc788\uc2b5\ub2c8\ub2e4. Sanjiv\ub294 \uc791\uc740 \uc138\ubd80 \uc0ac\ud56d\uc744 \uc2e0\uacbd \uc4f0\uba74 \ud070 \uadf8\ub9bc\uc774 \uc81c\uc790\ub9ac\ub97c \ucc3e\uc544\uac08 \uc218 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":31726,"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-32458","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>\ubbf8\uad6d\uc758 \uc120\ubc15 \uad00\ub9ac - \uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9<\/title>\n<meta name=\"description\" content=\"Synergy Marine Group\uc758 \uacbd\ud5d8\uc774 \ud48d\ubd80\ud55c \ubbf8\uad6d \ud300\uc740 \ucd5c\uace0\uc758 \uc120\ubc15 \uad00\ub9ac \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\uc5ec \ucd5c\ub300\uc758 \ud6a8\uc728\uc131\uacfc \uc131\uacf5\uc744 \uc704\ud55c \ub9de\ucda4\ud615 \uc194\ub8e8\uc158\uc744 \uc81c\uacf5\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\/usa\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ubbf8\uad6d\" \/>\n<meta property=\"og:description\" content=\"Synergy Marine Group\uc758 \uacbd\ud5d8\uc774 \ud48d\ubd80\ud55c \ubbf8\uad6d \ud300\uc740 \ucd5c\uace0\uc758 \uc120\ubc15 \uad00\ub9ac \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\uc5ec \ucd5c\ub300\uc758 \ud6a8\uc728\uc131\uacfc \uc131\uacf5\uc744 \uc704\ud55c \ub9de\ucda4\ud615 \uc194\ub8e8\uc158\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/usa\/\" \/>\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:19:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1170\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\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\\\/usa\\\/\",\"url\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/usa\\\/\",\"name\":\"\ubbf8\uad6d\uc758 \uc120\ubc15 \uad00\ub9ac - \uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/usa\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/usa\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/usa-cover.jpg\",\"datePublished\":\"2024-07-02T00:40:06+00:00\",\"dateModified\":\"2025-11-04T05:19:51+00:00\",\"description\":\"Synergy Marine Group\uc758 \uacbd\ud5d8\uc774 \ud48d\ubd80\ud55c \ubbf8\uad6d \ud300\uc740 \ucd5c\uace0\uc758 \uc120\ubc15 \uad00\ub9ac \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\uc5ec \ucd5c\ub300\uc758 \ud6a8\uc728\uc131\uacfc \uc131\uacf5\uc744 \uc704\ud55c \ub9de\ucda4\ud615 \uc194\ub8e8\uc158\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/usa\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/usa\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/usa\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/usa-cover.jpg\",\"contentUrl\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/usa-cover.jpg\",\"width\":1170,\"height\":600,\"caption\":\"USA\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/usa\\\/#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\":\"\ubbf8\uad6d\"}]},{\"@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":"\ubbf8\uad6d\uc758 \uc120\ubc15 \uad00\ub9ac - \uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9","description":"Synergy Marine Group\uc758 \uacbd\ud5d8\uc774 \ud48d\ubd80\ud55c \ubbf8\uad6d \ud300\uc740 \ucd5c\uace0\uc758 \uc120\ubc15 \uad00\ub9ac \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\uc5ec \ucd5c\ub300\uc758 \ud6a8\uc728\uc131\uacfc \uc131\uacf5\uc744 \uc704\ud55c \ub9de\ucda4\ud615 \uc194\ub8e8\uc158\uc744 \uc81c\uacf5\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\/usa\/","og_locale":"ko_KR","og_type":"article","og_title":"\ubbf8\uad6d","og_description":"Synergy Marine Group\uc758 \uacbd\ud5d8\uc774 \ud48d\ubd80\ud55c \ubbf8\uad6d \ud300\uc740 \ucd5c\uace0\uc758 \uc120\ubc15 \uad00\ub9ac \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\uc5ec \ucd5c\ub300\uc758 \ud6a8\uc728\uc131\uacfc \uc131\uacf5\uc744 \uc704\ud55c \ub9de\ucda4\ud615 \uc194\ub8e8\uc158\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.","og_url":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/usa\/","og_site_name":"\uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9","article_publisher":"https:\/\/www.facebook.com\/synergymarinegroup","article_modified_time":"2025-11-04T05:19:51+00:00","og_image":[{"width":1170,"height":600,"url":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-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\/usa\/","url":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/usa\/","name":"\ubbf8\uad6d\uc758 \uc120\ubc15 \uad00\ub9ac - \uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9","isPartOf":{"@id":"https:\/\/www.synergymarinegroup.com\/ko\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/usa\/#primaryimage"},"image":{"@id":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/usa\/#primaryimage"},"thumbnailUrl":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover.jpg","datePublished":"2024-07-02T00:40:06+00:00","dateModified":"2025-11-04T05:19:51+00:00","description":"Synergy Marine Group\uc758 \uacbd\ud5d8\uc774 \ud48d\ubd80\ud55c \ubbf8\uad6d \ud300\uc740 \ucd5c\uace0\uc758 \uc120\ubc15 \uad00\ub9ac \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\uc5ec \ucd5c\ub300\uc758 \ud6a8\uc728\uc131\uacfc \uc131\uacf5\uc744 \uc704\ud55c \ub9de\ucda4\ud615 \uc194\ub8e8\uc158\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/usa\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/usa\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/usa\/#primaryimage","url":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover.jpg","contentUrl":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/usa-cover.jpg","width":1170,"height":600,"caption":"USA"},{"@type":"BreadcrumbList","@id":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/usa\/#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":"\ubbf8\uad6d"}]},{"@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\/32458","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=32458"}],"version-history":[{"count":11,"href":"https:\/\/www.synergymarinegroup.com\/ko\/wp-json\/wp\/v2\/pages\/32458\/revisions"}],"predecessor-version":[{"id":58239,"href":"https:\/\/www.synergymarinegroup.com\/ko\/wp-json\/wp\/v2\/pages\/32458\/revisions\/58239"}],"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\/31726"}],"wp:attachment":[{"href":"https:\/\/www.synergymarinegroup.com\/ko\/wp-json\/wp\/v2\/media?parent=32458"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}