{"id":32448,"date":"2024-07-02T00:42:33","date_gmt":"2024-07-01T19:12:33","guid":{"rendered":"https:\/\/synergymarinegroup.com\/about\/meet-the-team\/%eb%8f%85%ec%9d%bc\/"},"modified":"2026-01-07T17:08:18","modified_gmt":"2026-01-07T11:38:18","slug":"germany","status":"publish","type":"page","link":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/germany\/","title":{"rendered":"\ub3c5\uc77c"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"32448\" class=\"elementor elementor-32448 elementor-31461\" 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\">\ub3c5\uc77c<\/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\/germany-cover.jpg\" class=\"attachment-full size-full wp-image-31472\" alt=\"Germany\" srcset=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/germany-cover.jpg 1170w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/germany-cover-300x154.jpg 300w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/germany-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-fe8c0a4 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"fe8c0a4\" 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-3fee406 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"3fee406\" 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=\"32448\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"3fee406\"\/>\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-17519df elementor-widget elementor-widget-html\" data-id=\"17519df\" 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-58a975f e-flex e-con-boxed e-con e-child\" data-id=\"58a975f\" 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-c9e3624 team-text-parent-container e-flex e-con-boxed e-con e-child\" data-id=\"c9e3624\" 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-825faa2 team-text-image elementor-widget elementor-widget-image\" data-id=\"825faa2\" 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\/capt-ravinder-singh-kohli.jpg\" class=\"attachment-large size-large wp-image-31476\" alt=\"Capt. Ravinder Singh Kohli\" srcset=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/capt-ravinder-singh-kohli.jpg 800w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/capt-ravinder-singh-kohli-300x300.jpg 300w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/capt-ravinder-singh-kohli-150x150.jpg 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-40688a1 elementor-absolute wheel-image elementor-widget elementor-widget-image\" data-id=\"40688a1\" 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-ffb1cc7 team-text-container e-flex e-con-boxed e-con e-child\" data-id=\"ffb1cc7\" 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-3d3ee50 team-text-box elementor-widget elementor-widget-text-editor\" data-id=\"3d3ee50\" 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>\ud568\ubd80\ub974\ud06c \uc0ac\ubb34\uc18c \uc6b4\uc601 \ubc0f \uc2dc\ub108\uc9c0\uc758 \uc720\ub7fd \uc804\ub7b5 \uc8fc\ub3c4\ub97c \ub2f4\ub2f9\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. 16\ub144\uac04\uc758 \ud574\uc0c1 \uacbd\ub825\uc744 \ub9c8\uce58\uace0 2008\ub144 \ud68c\uc0ac\uc5d0 \ud569\ub958\ud55c \uc774\ub798 \uadf8\ub294 \ud68c\uc0ac\uc758 \uae00\ub85c\ubc8c \uc131\uc7a5\uc5d0 \ud06c\uac8c \uae30\uc5ec\ud588\uc2b5\ub2c8\ub2e4. \uc7a5\uac70\ub9ac \ub2ec\ub9ac\uae30 \uc120\uc218\uc778 Ravinder\ub294 \uc608\ub9ac\ud55c \ubbf8\uc2dd\uac00\uc774\uae30\ub3c4 \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-b17028e elementor-widget elementor-widget-heading\" data-id=\"b17028e\" 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\">\ub77c\ube48\ub354 \uc2f1 \ucf5c\ub9ac(Ravinder Singh Kohli) \ub300\uc704<\/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-41bf866 e-con-full e-flex e-con e-child\" data-id=\"41bf866\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-352089f team-text-parent-container e-flex e-con-boxed e-con e-child\" data-id=\"352089f\" 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-ae2053b team-text-image elementor-widget elementor-widget-image\" data-id=\"ae2053b\" 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 loading=\"lazy\" decoding=\"async\" width=\"780\" height=\"780\" src=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2026\/01\/Nikolaj-von-Wartburg-1024x1024.jpg\" class=\"attachment-large size-large wp-image-61551\" alt=\"\" srcset=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2026\/01\/Nikolaj-von-Wartburg-1024x1024.jpg 1024w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2026\/01\/Nikolaj-von-Wartburg-300x300.jpg 300w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2026\/01\/Nikolaj-von-Wartburg-150x150.jpg 150w, https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2026\/01\/Nikolaj-von-Wartburg.jpg 1080w\" 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-dd43088 elementor-absolute wheel-image elementor-widget elementor-widget-image\" data-id=\"dd43088\" 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-c061d56 team-text-container e-flex e-con-boxed e-con e-child\" data-id=\"c061d56\" 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-c994d3a team-text-box elementor-widget elementor-widget-text-editor\" data-id=\"c994d3a\" 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>\ub2c8\ucf5c\ub77c\uc774 \ud3f0 \ubc14\ub974\ud2b8\ubd80\ub974\ud06c\ub294 Synergy Marine Group\uc758 \uc720\ub7fd \ucc45\uc784\uc790\ub85c, \ub300\ub959 \uc804\ubc18\uc5d0 \uac78\uce5c \uace0\uac1d \ucc38\uc5ec\uc640 \uc9c0\uc5ed \uc870\uc815\uc744 \uac15\ud654\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub294 \ub9c8\uc5d0\uc2a4\ud06c, TORM, \ud558\ud30d\ub85c\uc774\ub4dc\uc5d0\uc11c \ud574\uc0c1 \ubc0f \uc721\uc0c1 \uace0\uc704 \uc9c1\ucc45\uc744 \uc544\uc6b0\ub974\ub294 30\ub144 \uc774\uc0c1\uc758 \ud574\uc591 \uacbd\ud5d8\uc744 \ubcf4\uc720\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc18c\uc720\uc8fc \uad00\uc810\uc5d0\uc11c \uad11\ubc94\uc704\ud558\uac8c \uc77c\ud574\uc628 \uadf8\ub294 \uaddc\uc728 \uc788\ub294 \uc6b4\uc601, \ud22c\uba85\uc131, \ud611\uc5c5\uc744 \uc911\uc2dc\ud569\ub2c8\ub2e4. \uc77c \uc678\uc5d0\ub294 \uc624\ud1a0\ubc14\uc774, \uc2a4\ub178\ubcf4\ub4dc, \uc57c\uc678 \ud65c\ub3d9\uc744 \uc990\uae41\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-5ccf2ea elementor-widget elementor-widget-heading\" data-id=\"5ccf2ea\" 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\">\ub2c8\ucf5c\ub77c\uc774 \ud3f0 \ubc14\ub974\ud2b8\ubd80\ub974\ud06c<\/p>\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-ebca8b8 e-flex e-con-boxed e-con e-parent\" data-id=\"ebca8b8\" 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-7fa77f8 elementor-widget elementor-widget-heading\" data-id=\"7fa77f8\" 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-db9f089 lqd-btn-filled-rounded lqd-btn-icon-filled-rounded elementor-align-center elementor-widget elementor-widget-lqd-button\" data-id=\"db9f089\" 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-db9f089 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-db9f089 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-db9f089 .elementor-repeater-item-771bda5-db9f089{opacity:0;background-color:var(--e-global-color-primary)}.elementor-element-db9f089 .elementor-repeater-item-0ba1e97-db9f089{opacity:0;background-color:var(--e-global-color-primary)}@media (max-width:1366px){.elementor-element-db9f089 .elementor-repeater-item-771bda5-db9f089{opacity:0}.elementor-element-db9f089 .elementor-repeater-item-0ba1e97-db9f089{opacity:0}}@media (max-width:1200px){.elementor-element-db9f089 .elementor-repeater-item-771bda5-db9f089{opacity:0}.elementor-element-db9f089 .elementor-repeater-item-0ba1e97-db9f089{opacity:0}}@media (max-width:1024px){.elementor-element-db9f089 .elementor-repeater-item-771bda5-db9f089{opacity:0}.elementor-element-db9f089 .elementor-repeater-item-0ba1e97-db9f089{opacity:0}}@media (max-width:767px){.elementor-element-db9f089 .elementor-repeater-item-771bda5-db9f089{opacity:0}.elementor-element-db9f089 .elementor-repeater-item-0ba1e97-db9f089{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>\ub3c5\uc77c \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 \ud568\ubd80\ub974\ud06c \uc0ac\ubb34\uc18c \uc6b4\uc601 \ubc0f \uc2dc\ub108\uc9c0\uc758 \uc720\ub7fd \uc804\ub7b5 \uc8fc\ub3c4\ub97c \ub2f4\ub2f9\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. 16\ub144\uac04\uc758 \ud574\uc0c1 \uacbd\ub825\uc744 \ub9c8\uce58\uace0 2008\ub144 \ud68c\uc0ac\uc5d0 \ud569\ub958\ud55c \uc774\ub798 \uadf8\ub294 \ud68c\uc0ac\uc758 \uae00\ub85c\ubc8c \uc131\uc7a5\uc5d0 \ud06c\uac8c \uae30\uc5ec\ud588\uc2b5\ub2c8\ub2e4. \uc7a5\uac70\ub9ac \ub2ec\ub9ac\uae30 \uc120\uc218\uc778 Ravinder\ub294 \uc608\ub9ac\ud55c \ubbf8\uc2dd\uac00\uc774\uae30\ub3c4 \ud569\ub2c8\ub2e4. \ub77c\ube48\ub354 \uc2f1 \ucf5c\ub9ac(Ravinder Singh Kohli) \ub300\uc704 \ub2c8\ucf5c\ub77c\uc774 \ud3f0 \ubc14\ub974\ud2b8\ubd80\ub974\ud06c\ub294 Synergy Marine Group\uc758 \uc720\ub7fd \ucc45\uc784\uc790\ub85c, \ub300\ub959 \uc804\ubc18\uc5d0 \uac78\uce5c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":31472,"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-32448","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>\ub3c5\uc77c\uc758 \uc120\ubc15 \uad00\ub9ac - \uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9<\/title>\n<meta name=\"description\" content=\"\ub3c5\uc77c\uc5d0 \uc788\ub294 \uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9\uc758 \uc219\ub828\ub41c \ud300\uc740 \ucd5c\uace0 \uc218\uc900\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\/germany\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ub3c5\uc77c\" \/>\n<meta property=\"og:description\" content=\"\ub3c5\uc77c\uc5d0 \uc788\ub294 \uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9\uc758 \uc219\ub828\ub41c \ud300\uc740 \ucd5c\uace0 \uc218\uc900\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\/germany\/\" \/>\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=\"2026-01-07T11:38:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/germany-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=\"3\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\\\/germany\\\/\",\"url\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/germany\\\/\",\"name\":\"\ub3c5\uc77c\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\\\/germany\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/germany\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/germany-cover.jpg\",\"datePublished\":\"2024-07-01T19:12:33+00:00\",\"dateModified\":\"2026-01-07T11:38:18+00:00\",\"description\":\"\ub3c5\uc77c\uc5d0 \uc788\ub294 \uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9\uc758 \uc219\ub828\ub41c \ud300\uc740 \ucd5c\uace0 \uc218\uc900\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\\\/germany\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/germany\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/germany\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/germany-cover.jpg\",\"contentUrl\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/germany-cover.jpg\",\"width\":1170,\"height\":600,\"caption\":\"Germany\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.synergymarinegroup.com\\\/ko\\\/about\\\/meet-the-team\\\/germany\\\/#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\":\"\ub3c5\uc77c\"}]},{\"@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":"\ub3c5\uc77c\uc758 \uc120\ubc15 \uad00\ub9ac - \uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9","description":"\ub3c5\uc77c\uc5d0 \uc788\ub294 \uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9\uc758 \uc219\ub828\ub41c \ud300\uc740 \ucd5c\uace0 \uc218\uc900\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\/germany\/","og_locale":"ko_KR","og_type":"article","og_title":"\ub3c5\uc77c","og_description":"\ub3c5\uc77c\uc5d0 \uc788\ub294 \uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9\uc758 \uc219\ub828\ub41c \ud300\uc740 \ucd5c\uace0 \uc218\uc900\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\/germany\/","og_site_name":"\uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9","article_publisher":"https:\/\/www.facebook.com\/synergymarinegroup","article_modified_time":"2026-01-07T11:38:18+00:00","og_image":[{"width":1170,"height":600,"url":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/germany-cover.jpg","type":"image\/jpeg"}],"twitter_misc":{"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"3\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/germany\/","url":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/germany\/","name":"\ub3c5\uc77c\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\/germany\/#primaryimage"},"image":{"@id":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/germany\/#primaryimage"},"thumbnailUrl":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/germany-cover.jpg","datePublished":"2024-07-01T19:12:33+00:00","dateModified":"2026-01-07T11:38:18+00:00","description":"\ub3c5\uc77c\uc5d0 \uc788\ub294 \uc2dc\ub108\uc9c0 \ub9c8\ub9b0 \uadf8\ub8f9\uc758 \uc219\ub828\ub41c \ud300\uc740 \ucd5c\uace0 \uc218\uc900\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\/germany\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/germany\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/germany\/#primaryimage","url":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/germany-cover.jpg","contentUrl":"https:\/\/www.synergymarinegroup.com\/wp-content\/uploads\/2024\/07\/germany-cover.jpg","width":1170,"height":600,"caption":"Germany"},{"@type":"BreadcrumbList","@id":"https:\/\/www.synergymarinegroup.com\/ko\/about\/meet-the-team\/germany\/#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":"\ub3c5\uc77c"}]},{"@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\/32448","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=32448"}],"version-history":[{"count":12,"href":"https:\/\/www.synergymarinegroup.com\/ko\/wp-json\/wp\/v2\/pages\/32448\/revisions"}],"predecessor-version":[{"id":61591,"href":"https:\/\/www.synergymarinegroup.com\/ko\/wp-json\/wp\/v2\/pages\/32448\/revisions\/61591"}],"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\/31472"}],"wp:attachment":[{"href":"https:\/\/www.synergymarinegroup.com\/ko\/wp-json\/wp\/v2\/media?parent=32448"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}