company.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. <template>
  2. <div>
  3. <breadCrumbs
  4. :main-menu="breadcrumbData.mainMenu"
  5. :current-sub-menu="breadcrumbData.currentSubMenu"
  6. :sub-menu-items="breadcrumbData.subMenuItems"
  7. />
  8. <div class="about--wrap">
  9. <div class="container">
  10. <div class="title--visual">
  11. <h2>FORD STORY</h2>
  12. <div class="sub--title">
  13. 포드 모터 컴퍼니는 고객 여러분께 승용차, 트럭, SUV 를 비롯해 다양한 제품과
  14. 서비스를 세계 여러 나라에 제공하고 있습니다.<br />
  15. 새로운 100년을 맞이하면서 저희는 폭넓은 잠재 고객층에게 더욱 가까이 다가가기
  16. 위해 노력하고 있습니다.<br />
  17. 포드의 모든 자동차 브랜드들은 포드 모터 컴퍼니 그룹 내에서 저마다 독특한
  18. 개성과 차별성을 자랑하고 있습니다.
  19. </div>
  20. </div>
  21. <div class="visual--banner--01 mt--70">
  22. <img src="/img/about/about--banner01.jpg" alt="FORD STORY" />
  23. </div>
  24. <div class="title--visual">
  25. <h2>FORD BRAND</h2>
  26. <div class="sub--title">
  27. 포드 모터 컴퍼니는 고객 여러분께 승용차, 트럭, SUV 를 비롯해 다양한 제품과
  28. 서비스를 세계 여러 나라에 제공하고 있습니다.<br />
  29. 새로운 100년을 맞이하면서 저희는 폭넓은 잠재 고객층에게 더욱 가까이 다가가기
  30. 위해 노력하고 있습니다.<br />
  31. 포드의 모든 자동차 브랜드들은 포드 모터 컴퍼니 그룹 내에서 저마다 독특한
  32. 개성과 차별성을 자랑하고 있습니다.
  33. </div>
  34. </div>
  35. <div class="visual--banner--02 mt--70">
  36. <div class="thumb--wrap">
  37. <div class="thumb--item">
  38. <div class="thumb">
  39. <img src="/img/about/about--banner02.png" alt="FORD" />
  40. </div>
  41. <div class="desc">
  42. <h2 class="t--title">FORD</h2>
  43. <div class="captions">
  44. 포드 모터 컴퍼니의 최초의 브랜드인 ‘포드’는 전 세계인의 다양한 라이프
  45. 스타일에 맞는 개성 있는 디자인과 합리적인 가격대의 자동차를 제공합니다.
  46. 그러한 약속은 세상에 선보인 첫 자동차인 모델 T부터 최근 사랑받고 있는
  47. 미국의 Mustang과 유럽의 Mondeo, 남미의 EcoSport에 이르 기까지
  48. 한결같습니다. 세계에서 가장 인기 있는 승용차, 트럭, SUV 가운데에는 늘
  49. 포드 차들이 있습 니다.
  50. </div>
  51. </div>
  52. </div>
  53. <div class="thumb--item">
  54. <div class="thumb">
  55. <img src="/img/about/about--banner03.png" alt="FORD" />
  56. </div>
  57. <div class="desc">
  58. <h2 class="t--title">FORD HISTORY</h2>
  59. <div class="captions">
  60. 포드 모터 컴퍼니는 미국 미시건 주의 한 마차 상점에서 포드 배지를 단
  61. 자동차로부터 시작되었습니 다. 많은 패밀리 자동차 브랜드들의 창립자인
  62. 포드의 진수를 알고 싶으시면, 헨리 포드의 첫 자동차 실 험에서부터 모델 A,
  63. 모델 T 그리고 그 이후의 차들에 이르는 포드 모터 컴퍼니 초창기 역사를
  64. 살펴보 시기 바랍니다. 포드의 모델 개발에 있어 ‘가격 대비 가치 (Value for
  65. Money)’ 는 언제나 최우 선 과제였지만, 결코 품질과 타협하지 않았고 더
  66. 나은 품질을 추구하려는 노력은 계속되었습니다. 포드는 유럽인들의 현실적
  67. 요구 조건인 좀 더 작은  사이즈의 모델을 제공하거나 계속 변화되는 환경 에
  68. 부합하기 위해 더 똑똑한 차를 제공하는 등 고객이 원하는 그 이상을
  69. 실현하기 위해 끊임없이 노력 하고 있습니다.
  70. </div>
  71. </div>
  72. </div>
  73. <div class="thumb--item">
  74. <div class="thumb">
  75. <img src="/img/about/about--banner04.png" alt="FORD" />
  76. </div>
  77. <div class="desc">
  78. <h2 class="t--title">LINCOLN</h2>
  79. <div class="captions">
  80. 1921년 이래 링컨은 미국 최고의 럭셔리 자동차 브랜드의 아이콘으로 그
  81. 자리를 지켜 왔습니다. 오늘날에도 링컨은 가장 순수한 미국의 정신을
  82. 담아내고 있습니다.<br />
  83. 다이나믹한 미국 디자인의 정수로서, 링컨은 우아함과 균형미, 풍부함과
  84. 절제의 조화를 아우르며 럭셔리를 대담하게 표현합니다.
  85. </div>
  86. </div>
  87. </div>
  88. <div class="thumb--item">
  89. <div class="thumb">
  90. <img src="/img/about/about--banner05.png" alt="FORD" />
  91. </div>
  92. <div class="desc">
  93. <h2 class="t--title">LINCOLN HISTORY</h2>
  94. <div class="captions">
  95. 포드 모터 컴퍼니는 1922년, 8백만 달러에 링컨 모터 컴퍼니를
  96. 인수하였습니다. 링컨은 포드 브랜드 그룹에 합류한 최초의 “외부
  97. 브랜드”였으며, 포드 모터 컴퍼니가 럭셔리 자동차 분야로 진입하는 시발
  98. 점이 되었습니다. <br />
  99. 링컨의 자동차 역사의 대부분은 “최고급의 향유”를 제공한다는 브랜드 목표를
  100. 만족시키기 위해 매년 업그레이드된 컨티넨탈이나 새로운 소수의 럭셔리카
  101. 라인으로 구성되어 있습니다.
  102. </div>
  103. </div>
  104. </div>
  105. </div>
  106. </div>
  107. </div>
  108. <div class="our--vision pt--30 mt--120">
  109. <div class="container">
  110. <div class="title--visual">
  111. <h2>OUR VISION</h2>
  112. <div class="sub--title">
  113. 글로벌 기업인 포드의 임직원들은 전 세계 자동차 산업의 선두에 서서 사람들의
  114. 삶을 더욱 풍요롭게 하고자 함께 노력하고 있습니다.
  115. </div>
  116. </div>
  117. <div class="vision--wrap">
  118. <ul>
  119. <li>
  120. <div class="thumb">
  121. <svg
  122. xmlns="http://www.w3.org/2000/svg"
  123. width="50"
  124. height="50"
  125. viewBox="0 0 50 50"
  126. fill="none"
  127. >
  128. <g clip-path="url(#clip0_188_6220)">
  129. <path
  130. d="M45 26.2865L24.992 50.0005L5 26.2865L13.568 15.9375H36.416L45 26.2865Z"
  131. stroke="black"
  132. stroke-width="2"
  133. stroke-linejoin="bevel"
  134. />
  135. <path
  136. d="M5 26.2852H45"
  137. stroke="black"
  138. stroke-width="2"
  139. stroke-linejoin="bevel"
  140. />
  141. <path
  142. d="M31.7411 26.2865L24.992 50.0005L18.2429 26.2865L21.1468 15.9375H28.8532L31.7411 26.2865Z"
  143. stroke="black"
  144. stroke-width="2"
  145. stroke-linejoin="bevel"
  146. />
  147. <path
  148. d="M24.992 0V6.69013"
  149. stroke="black"
  150. stroke-width="2"
  151. stroke-linejoin="bevel"
  152. />
  153. <path
  154. d="M5.38297 7.79492L10.3291 12.5255"
  155. stroke="black"
  156. stroke-width="2"
  157. stroke-linejoin="bevel"
  158. />
  159. <path
  160. d="M44.6011 7.79492L39.6709 12.5255"
  161. stroke="black"
  162. stroke-width="2"
  163. stroke-linejoin="bevel"
  164. />
  165. </g>
  166. <defs>
  167. <clipPath id="clip0_188_6220">
  168. <rect width="50" height="50" fill="white" />
  169. </clipPath>
  170. </defs>
  171. </svg>
  172. </div>
  173. <div class="desc">
  174. <h2>품질 QUALITY</h2>
  175. <div class="captions">
  176. 포드는 항상 품질을 최우선으로 하고 있습니다. 설계, 제조에서부터 세일즈
  177. 및 서비스에 이르기까지 언제나 고객을 더욱 만족시키기 위해 노력합니다.
  178. </div>
  179. </div>
  180. </li>
  181. <li>
  182. <div class="thumb">
  183. <svg
  184. xmlns="http://www.w3.org/2000/svg"
  185. width="50"
  186. height="50"
  187. viewBox="0 0 50 50"
  188. fill="none"
  189. >
  190. <g clip-path="url(#clip0_188_6229)">
  191. <path
  192. d="M21.4849 16.5112L11.1846 2.02148"
  193. stroke="black"
  194. stroke-width="2"
  195. stroke-miterlimit="10"
  196. />
  197. <path
  198. d="M26.9813 6.72439C27.4431 3.91918 25.5035 1.2772 22.6491 0.823359C19.7947 0.369517 17.1063 2.27567 16.6445 5.08088C16.1827 7.88609 18.1223 10.5281 20.9767 10.9819C23.8312 11.4358 26.5195 9.52959 26.9813 6.72439Z"
  199. stroke="black"
  200. stroke-width="2"
  201. stroke-miterlimit="10"
  202. />
  203. <path
  204. d="M21.4849 16.5098H22.1401C24.8519 16.5098 27.0509 18.6709 27.0509 21.336V34.7563H16.574V21.336C16.574 18.6709 18.7731 16.5098 21.4849 16.5098Z"
  205. stroke="black"
  206. stroke-width="2"
  207. stroke-miterlimit="10"
  208. />
  209. <path
  210. d="M16.574 34.7598H38.1203L42 49.9998"
  211. stroke="black"
  212. stroke-width="2"
  213. stroke-miterlimit="10"
  214. />
  215. <path
  216. d="M27.0509 23.0137V23.7807L19.0181 34.76L16.574 38.0353"
  217. stroke="black"
  218. stroke-width="2"
  219. stroke-miterlimit="10"
  220. stroke-linecap="square"
  221. />
  222. <path
  223. d="M13.8737 38.0385V16.0015C13.8737 14.2099 12.3981 12.7598 10.5751 12.7598H8V43.8165H34.2065V41.3362C34.2065 39.5166 32.7024 38.0385 30.8509 38.0385H13.8737Z"
  224. stroke="black"
  225. stroke-width="2"
  226. stroke-miterlimit="10"
  227. />
  228. </g>
  229. <defs>
  230. <clipPath id="clip0_188_6229">
  231. <rect width="50" height="50" fill="white" />
  232. </clipPath>
  233. </defs>
  234. </svg>
  235. </div>
  236. <div class="desc">
  237. <h2>안전 SAFETY</h2>
  238. <div class="captions">
  239. 저희는 포드 자동차를 타는 고객과 가족의 안전을 위해 혁신 기술의 개발
  240. 및 구현에 오랜 기간 힘써왔습니다.
  241. </div>
  242. </div>
  243. </li>
  244. <li>
  245. <div class="thumb">
  246. <svg
  247. xmlns="http://www.w3.org/2000/svg"
  248. width="50"
  249. height="50"
  250. viewBox="0 0 50 50"
  251. fill="none"
  252. >
  253. <path
  254. d="M14.2186 20.1543V48.7787"
  255. stroke="black"
  256. stroke-width="2"
  257. stroke-linecap="round"
  258. stroke-linejoin="round"
  259. />
  260. <path
  261. d="M23.4052 32.1382C23.4052 37.2606 19.2832 41.4166 14.2026 41.4166C9.122 41.4166 5 37.2606 5 32.1382C5 27.0158 9.13798 11.9707 14.2186 11.9707C19.2992 11.9707 23.4212 27.0319 23.4212 32.1543L23.4052 32.1382Z"
  262. stroke="black"
  263. stroke-width="2"
  264. stroke-linecap="round"
  265. stroke-linejoin="round"
  266. />
  267. <path
  268. d="M36.618 20.1543V48.7787"
  269. stroke="black"
  270. stroke-width="2"
  271. stroke-linecap="round"
  272. stroke-linejoin="round"
  273. />
  274. <path
  275. d="M27.4314 32.1387C27.4314 37.2611 31.5534 41.4171 36.634 41.4171C41.7146 41.4171 45.8366 37.2611 45.8366 32.1387C45.8366 27.0163 41.7146 11.9551 36.634 11.9551C31.5534 11.9551 27.4314 27.0163 27.4314 32.1387Z"
  276. stroke="black"
  277. stroke-width="2"
  278. stroke-linecap="round"
  279. stroke-linejoin="round"
  280. />
  281. <path
  282. d="M7.76404 48.7773H43.0727"
  283. stroke="black"
  284. stroke-width="2"
  285. stroke-linecap="round"
  286. stroke-linejoin="round"
  287. />
  288. <path
  289. d="M37.0974 27.6443C37.0974 34.1521 31.873 39.4195 25.4184 39.4195C18.9638 39.4195 13.7394 34.1521 13.7394 27.6443C13.7394 21.1366 18.9638 2 25.4184 2C31.873 2 37.0974 21.1366 37.0974 27.6443Z"
  290. fill="#F3F3F3"
  291. stroke="black"
  292. stroke-width="2"
  293. stroke-linecap="round"
  294. stroke-linejoin="round"
  295. />
  296. <path
  297. d="M25.4183 12.4062V48.7787"
  298. stroke="black"
  299. stroke-width="2"
  300. stroke-linecap="round"
  301. stroke-linejoin="round"
  302. />
  303. <path
  304. d="M29.7001 16.5938L25.4184 20.9108L21.1366 16.5938"
  305. stroke="black"
  306. stroke-width="2"
  307. stroke-linecap="round"
  308. stroke-linejoin="round"
  309. />
  310. <path
  311. d="M30.8664 24.6309L25.4183 30.1238L19.9702 24.6309"
  312. stroke="black"
  313. stroke-width="2"
  314. stroke-linecap="round"
  315. stroke-linejoin="round"
  316. />
  317. </svg>
  318. </div>
  319. <div class="desc">
  320. <h2>친환경 GREEN</h2>
  321. <div class="captions">
  322. 지속가능성에 대한 전략(Sustainability strategy)은 탄소 배출을 감소한
  323. 것에서 멈추지 않습니다. 사내에서 직원들의 물 사용에서부터 근로자
  324. 인권에 이르기까지 비즈니스의 모든 부분에서 지속가능성
  325. (Sustainability)은 필수적인 부분으로 자리 잡았습니다.
  326. </div>
  327. </div>
  328. </li>
  329. <li>
  330. <div class="thumb">
  331. <svg
  332. xmlns="http://www.w3.org/2000/svg"
  333. width="50"
  334. height="50"
  335. viewBox="0 0 50 50"
  336. fill="none"
  337. >
  338. <path
  339. d="M20.449 27.485L13.4156 29.5801L17.0003 41.4435L24.0336 39.3484L20.449 27.485Z"
  340. stroke="black"
  341. stroke-width="2"
  342. stroke-linecap="round"
  343. stroke-linejoin="round"
  344. />
  345. <path
  346. d="M25.9142 39.3482L32.9475 41.4434L37.6711 25.8106L30.6378 23.7155L25.9142 39.3482Z"
  347. stroke="black"
  348. stroke-width="2"
  349. stroke-linecap="round"
  350. stroke-linejoin="round"
  351. />
  352. <path
  353. d="M33.0704 2.16566L14.0682 7.62574C11.8247 8.27038 10.5312 10.595 11.1791 12.8179C11.827 15.0408 14.1709 16.3203 16.4144 15.6756L35.4167 10.2155C37.6602 9.5709 38.9536 7.24629 38.3058 5.02338C37.6579 2.80047 35.3139 1.52102 33.0704 2.16566Z"
  354. stroke="black"
  355. stroke-width="2"
  356. stroke-linecap="round"
  357. stroke-linejoin="round"
  358. />
  359. <path
  360. d="M33.0645 11.0563L14.0622 16.5164C11.8187 17.161 10.5252 19.4856 11.1731 21.7085C11.821 23.9314 14.1649 25.2109 16.4084 24.5662L35.4107 19.1062C37.6542 18.4615 38.9477 16.1369 38.2998 13.914C37.6519 11.6911 35.308 10.4116 33.0645 11.0563Z"
  361. stroke="black"
  362. stroke-width="2"
  363. stroke-linecap="round"
  364. stroke-linejoin="round"
  365. />
  366. <path
  367. d="M33.0761 19.9469L14.0738 25.407C11.8303 26.0516 10.5368 28.3762 11.1847 30.5992C11.8326 32.8221 14.1765 34.1015 16.42 33.4569L35.4223 27.9968C37.6658 27.3522 38.9593 25.0275 38.3114 22.8046C37.6635 20.5817 35.3196 19.3023 33.0761 19.9469Z"
  368. fill="#F3F3F3"
  369. stroke="black"
  370. stroke-width="2"
  371. stroke-linecap="round"
  372. stroke-linejoin="round"
  373. />
  374. <path
  375. d="M15.1887 39.3574H34.7584V43.0468C34.7584 46.0335 32.3166 48.4755 29.2909 48.4755H20.6562C17.6482 48.4755 15.1887 46.051 15.1887 43.0468V39.3574Z"
  376. fill="#F3F3F3"
  377. stroke="black"
  378. stroke-width="2"
  379. stroke-linecap="round"
  380. stroke-linejoin="round"
  381. />
  382. </svg>
  383. </div>
  384. <div class="desc">
  385. <h2>스마트 SMART</h2>
  386. <div class="captions">
  387. 포드의 중심에는 혁신이 있습니다. 일반 대중 차 시장에서도 포드는 가장
  388. 먼저 고강도 알루미늄 적용을 대폭 확대했으며, 2014년에는 자동차 산업
  389. 최초로 차량 내 연결성 (In- car connectivity)에 관한 개발자 회의를
  390. 개최하였습니다.
  391. </div>
  392. </div>
  393. </li>
  394. </ul>
  395. </div>
  396. </div>
  397. </div>
  398. <div class="container">
  399. <div class="strong--business">
  400. <div class="title--visual">
  401. <h2>강력한 비즈니스 (Strong Business)</h2>
  402. <div class="sub--title">
  403. 모든 운전자에게 좋은 차가 최고의 자동차입니다. 포드 비즈니스의 힘은 바로
  404. 이런 믿음에서 나옵니다.<br />
  405. 포드는 늘어나는 수요를 맞추기 위해 50년만에 최대 규모로 제조 시설을 확장하고
  406. 있습니다.<br />
  407. 미국 내 생산 역량을 확대하고 세계 곳곳에 신규 시설을 건설 중입니다.<br />
  408. 포드는 지속적인 수익을 창출하며 성장하고 있습니다.<br />
  409. 지난해에도 전세계 직원들의 연금 제도를 지원했으며, 미국 내 시간제 직원들에게
  410. 이익분배금을 지급하고, 주주 배당금을 두 배로 올렸습니다.
  411. </div>
  412. </div>
  413. <div class="btn--wrap mt--70">
  414. <a class="btn--sky"
  415. href="https://www.ford.com/finance/investor-center?gnav=footer-finance"
  416. target="_blank"
  417. >투자자 (Investors) 자세히 알아보기<svg
  418. xmlns="http://www.w3.org/2000/svg"
  419. width="16"
  420. height="16"
  421. viewBox="0 0 16 16"
  422. fill="none"
  423. >
  424. <path
  425. d="M3.33203 8H12.6654"
  426. stroke="white"
  427. stroke-linecap="round"
  428. stroke-linejoin="round"
  429. />
  430. <path
  431. d="M8 3.33398L12.6667 8.00065L8 12.6673"
  432. stroke="white"
  433. stroke-linecap="round"
  434. stroke-linejoin="round"
  435. /></svg
  436. ></a>
  437. </div>
  438. </div>
  439. </div>
  440. </div>
  441. </div>
  442. </template>
  443. <script setup>
  444. import { ref } from "vue";
  445. const breadcrumbData = {
  446. mainMenu: "ABOUT FORD",
  447. currentSubMenu: "GLOBAL SITES",
  448. subMenuItems: [
  449. { label: "Company", to: "/ford/about/company", active: true },
  450. { label: "Our Purpose", to: "/ford/about/ourPurpose", active: false },
  451. ],
  452. };
  453. </script>