{"product_id":"evolution-es6-6-piston-big-brake-kit","title":"이볼루션 ES6 프론트 휠 6피스톤 대형 브레이크 키트","description":"\u003cstyle\u003e\n  :root {\n    --tt-brand-red: #FF170C;\n    --tt-border-color: #e5e5e5;\n    --tt-background-color-light: #f9f9f9;\n    --tt-header-height: 80px;\n  }\n  html { scroll-padding-top: var(--tt-header-height, 80px); }\n\n  \/* ====== Base Blocks \u0026 Typography ====== *\/\n  .tt-product-description { text-align: left; }\n  .tt-block { border: 1px solid var(--tt-border-color); border-radius: 0; padding: 18px; margin-bottom: 24px; }\n  .tt-title { color: var(--tt-brand-red); margin: 0 0 16px 0; font-weight: 600; }\n  .tt-product-description p { margin: 0 0 12px 0; line-height: 1.6; }\n  .tt-product-description p:last-child { margin-bottom: 0; }\n\n  \/* ====== Specifications Table ====== *\/\n  .tt-table-scroll-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 16px; }\n  .spec-table { width: 100%; border-collapse: collapse; white-space: nowrap; }\n  .spec-table th, .spec-table td { padding: 12px; border: 1px solid var(--tt-border-color); text-align: left; vertical-align: top; }\n  .spec-table th.section-header { color: var(--tt-brand-red); background-color: var(--tt-background-color-light); font-weight: 600; }\n  .spec-table td.spec-label { font-weight: bold; min-width: 150px; white-space: normal; }\n\n  \/* ====== Fitment Checklist ====== *\/\n  .fitment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }\n  .fitment-item { display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid var(--tt-border-color); padding: 12px; }\n  .fitment-item img { width: 100%; max-width: 200px; height: auto; aspect-ratio: 1 \/ 1; object-fit: contain; display: block; margin-bottom: 10px; }\n  .fitment-item .step-title { color: var(--tt-brand-red); font-weight: bold; display: block; margin-bottom: 4px; }\n\n  \/* ====== Vehicle Compatibility ====== *\/\n  .veh-controls { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-bottom: 16px; }\n  .veh-controls input, .veh-controls select { border: 1px solid var(--tt-border-color); background: #fff; padding: 10px; min-width: 200px; flex-grow: 1; }\n  .veh-note { border: 1px dashed var(--tt-border-color); padding: 12px; margin: 16px 0; background-color: #fef9f8; }\n  .veh-details-group details { border-top: 1px solid var(--tt-border-color); margin-bottom: 0; }\n  .veh-details-group details:last-of-type { border-bottom: 1px solid var(--tt-border-color); }\n  .veh-details-group summary { cursor: pointer; padding: 12px 6px; font-weight: bold; list-style: none; }\n  .veh-details-group summary::-webkit-details-marker { display: none; }\n  .veh-details-group summary:hover { background-color: var(--tt-background-color-light); }\n  .veh-table-wrapper { overflow-x: auto; }\n  .veh-table { width: 100%; border-collapse: collapse; margin-bottom: 12px; }\n  .veh-table th, .veh-table td { border: 1px solid var(--tt-border-color); padding: 12px; text-align: left; }\n  .veh-table th { background-color: var(--tt-background-color-light); color: var(--tt-brand-red); }\n  .brand-hidden { display: none; }\n  .tt-brand-toggle { background: none; border: none; padding: 0; font-family: inherit; font-size: inherit; color: var(--tt-brand-red); text-decoration: underline; cursor: pointer; font-weight: 600; }\n\n  \/* ====== FAQ ====== *\/\n  .faq-list details { border-top: 1px solid var(--tt-border-color); padding: 16px 0; }\n  .faq-list details:last-of-type { border-bottom: 1px solid var(--tt-border-color); }\n  .faq-list summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; font-weight: bold; }\n  .faq-list summary::-webkit-details-marker { display: none; }\n  .faq-list .faq-a { padding-top: 12px; }\n  .faq-list .faq-kits { margin: 8px 0 0 0; padding-left: 20px; }\n  .faq-list .faq-kits li { margin-bottom: 4px; }\n  .faq-list summary::after { content: '+'; transition: transform 0.2s; line-height: 1; font-size: 1.5em; font-weight: normal; }\n  .faq-list details[open] summary::after { content: '−'; }\n\n  \/* ====== CTA Button ====== *\/\n  .tt-cta-button { display: inline-block; background-color: var(--tt-brand-red); color: #fff !important; padding: 12px 24px; text-decoration: none; font-weight: bold; border: 2px solid transparent; transition: background-color 0.2s, color 0.2s, border-color 0.2s; cursor: pointer; }\n  .tt-cta-button:hover { background-color: #fff; color: var(--tt-brand-red) !important; border-color: var(--tt-brand-red); }\n\n  \/* ====== Responsive Design ====== *\/\n  @media (max-width: 768px) {\n    .tt-block { padding: 12px; }\n    .veh-table { border: 0; }\n    .veh-table thead { border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }\n    .veh-table tr { display: block; margin-bottom: .625em; border: 1px solid var(--tt-border-color); }\n    .veh-table td { display: block; text-align: right; border-bottom: 1px solid var(--tt-border-color); }\n    .veh-table td::before { content: attr(data-label); float: left; font-weight: bold; }\n    .veh-table td:last-child { border-bottom: 0; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tt-product-description\"\u003e\n\u003csection id=\"es6-intro\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003e파워와 정밀성: ES6 포지드 6피스톤 빅 브레이크 키트\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e기본 브레이크가 모호하게 느껴지고 페이드가 시작될 때, ES6가 해결책입니다.\u003c\/strong\u003e 이것은 고성능 스트리트 주행을 위한 가장 인기 있는 캘리퍼로, 엄청난 제동력과 부드럽고 선형적인 제어를 완벽하게 균형 잡았습니다. 비대칭 포지드 바디를 설계하여 매우 가볍지만 강력하며, 확실하고 자신감 있는 페달 감각을 제공하여 도로와 직접 연결됩니다.\u003c\/p\u003e\n\u003cp\u003e완전한 제어력으로 정지하세요. ES6의 강화된 이중 구조 설계는 캘리퍼의 휨을 방지하여 제동 입력이 즉각적이고 일관되게 전달됩니다. 통풍식 피스톤과 고온용 씰 등 레이싱 검증 기술이 탑재되어 열을 극복하고 페이드 없는 성능을 지속적으로 제공합니다. 퍼포먼스 세단, 크로스오버 또는 SUV의 진정한 제동력을 발휘하는 최고의 업그레이드입니다.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection id=\"es6-specs\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003e기술 사양 및 키트 옵션\u003c\/h2\u003e\n\u003cp\u003e다음 데이터는 ES6의 균형 잡힌 성능을 뒷받침하는 엔지니어링을 보여줍니다. 비대칭 피스톤 직경, 부드러운 접촉과 균일한 패드 마모를 위해 설계된 것과 뛰어난 열 용량을 위한 대형 로터 크기를 참고하세요. 기본 세트에는 M-01(강철 로터용) 또는 M-03(카본 세라믹 로터용) 스트리트 퍼포먼스 브레이크 패드가 포함됩니다.\u003c\/p\u003e\n\u003cdiv class=\"tt-table-scroll-wrapper\"\u003e\n\u003ctable aria-label=\"ES6 Big Brake Kit Technical Specifications\" class=\"spec-table\"\u003e\n\u003ctbody role=\"rowgroup\"\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"3\"\u003e캘리퍼 엔지니어링\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e시리즈\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e이볼루션 시리즈\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e모델\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003eES6\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e장착 위치\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e전륜\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e피스톤 수\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e6피스톤, 스태거드\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e피스톤 유형\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e2피스 포지드 통풍형, 더스트 부츠 포함\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e피스톤 직경\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e27mm \/ 32mm \/ 38mm (1.06인치 \/ 1.26인치 \/ 1.50인치)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e총 피스톤 면적\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e51.10cm² (7.92인치²)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e구성\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e2피스 포지드 알루미늄 합금\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e순중량\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e무게 3.95kg (8.71파운드) (단일 캘리퍼, 패드 미포함)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e마감\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e고온 광택 코팅\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e최소 휠 크기\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e18인치 권장\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e필수 로터 크기\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e⌀355–380mm (14.0–15.0인치) × 32mm (1.26인치) 두께\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"3\"\u003e로터 옵션 (하나 선택)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e\u003cstrong\u003e재질\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e고탄소 강철\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e카본 세라믹 복합재\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e구성\u003c\/td\u003e\n\u003ctd\u003e이중 고정(355mm) 또는 플로팅(380mm 이상)\u003c\/td\u003e\n\u003ctd\u003e2피스 플로팅\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e통풍\u003c\/td\u003e\n\u003ctd\u003e방향성 통풍\u003c\/td\u003e\n\u003ctd\u003e방향성 통풍\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e표면 패턴\u003c\/td\u003e\n\u003ctd\u003e곡선 슬롯 \/ 그레인 슬롯 \/ 웨이브 슬롯 \/ 드릴링 및 슬롯\u003c\/td\u003e\n\u003ctd\u003e크로스 드릴링만\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"3\"\u003e브레이크 패드 화합물\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e\u003cstrong\u003e적용 분야\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e스틸 로터용\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e카본 세라믹 로터용\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e복합 모델\u003c\/td\u003e\n\u003ctd\u003eM-01 스트리트 퍼포먼스\u003c\/td\u003e\n\u003ctd\u003eM-03 세라믹 퍼포먼스\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e작동 온도\u003c\/td\u003e\n\u003ctd\u003e최대 600°C (1112°F)\u003c\/td\u003e\n\u003ctd\u003e최대 750°C (1382°F)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e마찰 계수\u003c\/td\u003e\n\u003ctd\u003e0.38 μ\u003c\/td\u003e\n\u003ctd\u003e0.44 μ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"3\"\u003e차량별 지원 하드웨어\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e브레이크 호스\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e3단계 스테인리스 스틸 브레이드 호스 (PTFE 코어, SUS304 브레이드, PVC 피복)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e로터 햇 \/ 벨\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e맞춤 CNC 가공 6061-T6 항공 등급 알루미늄\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e캘리퍼 브래킷\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e맞춤 CNC 가공 S45C 단조 강철\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003ctbody role=\"rowgroup\"\u003e\u003c\/tbody\u003e\n\u003ctbody role=\"rowgroup\"\u003e\u003c\/tbody\u003e\n\u003ctbody role=\"rowgroup\"\u003e\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"fitment-checklist\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003e적합 여부 확인? 3단계 체크\u003c\/h2\u003e\n\u003cdiv aria-label=\"Fitment Checklist\" role=\"list\" class=\"fitment-grid\"\u003e\n\u003cdiv role=\"listitem\" class=\"fitment-item\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" height=\"300\" width=\"300\" alt=\"Step 1: TTSPORT ES6 brake caliper requires 18-inch or larger wheels for fitment.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Logo_TTSPORT_Product_Wheel_Compatibility.png?v=1755589978\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"step-title\"\u003e1. 휠 지름\u003c\/span\u003e\n\u003cp\u003e18인치 이상 휠을 사용하고 있는지 확인하세요.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"listitem\" class=\"fitment-item\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" height=\"300\" width=\"300\" alt=\"Step 2: Diagram showing measurement from wheel hub to inner spoke, requiring 99mm or 3.90in clearance.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Logo_TTSPORT_Product_Rim_Compatibility.png?v=1755590057\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"step-title\"\u003e2. 스포크 간격\u003c\/span\u003e\n\u003cp\u003e로터 장착면에서 휠 스포크 뒤쪽까지의 거리를 측정하세요. 최소 99mm(3.90인치)의 여유 공간이 필요합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"listitem\" class=\"fitment-item\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" height=\"300\" width=\"300\" alt=\"Step 3: Check your vehicle's make and model against the compatibility list below.\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Logo_TTSPORT_Product_Car_Compatibility.png?v=1755589960\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"step-title\"\u003e3. 차량 모델\u003c\/span\u003e\n\u003cp\u003e차량 필터를 사용하거나 문의하여 확인하세요.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; margin-top: 16px;\"\u003e\u003cstrong\u003e인쇄 가능한 적합 템플릿을 원하십니까?\u003c\/strong\u003e \u003ca href=\"https:\/\/ttsport-brake.com\/pages\/contact-us\" title=\"Contact TTSPORT for a fitment template\"\u003e문의하기\u003c\/a\u003e 차량의 연식, 제조사, 모델과 함께 보내주시면 휠 간격을 확인할 수 있는 템플릿을 이메일로 보내드립니다.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection id=\"faq\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003e자주 묻는 질문\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e이 키트가 내 차량에 100% 적합하다는 것을 어떻게 확신할 수 있나요?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e가장 확실한 방법은 저희에게 직접 문의하는 것입니다. 차량의 \u003cstrong\u003e연식, 제조사, 모델, 그리고 구체적인 휠 사양\u003c\/strong\u003e (지름, 너비, 오프셋)를 제공하세요. 현재 브레이크와 휠 간격 사진도 매우 도움이 됩니다. 저희 기술자가 모든 세부 사항을 확인하여 처음부터 적합한 부품을 제공할 수 있도록 합니다.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e포함된 내용은 무엇인가요? 완전한 키트인가요?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cp\u003e네, 이는 차량별로 설계된 완전한 볼트온 시스템입니다. 각 ES6 키트에는 다음이 포함됩니다:\u003c\/p\u003e\n\u003cul class=\"faq-kits\"\u003e\n\u003cli\u003e2개 ES6 포지드 6피스톤 캘리퍼\u003c\/li\u003e\n\u003cli\u003e2x 2조각 플로팅 로터(재질 선택 가능)\u003c\/li\u003e\n\u003cli\u003e1x 성능 브레이크 패드 세트 (M-01 또는 M-03)\u003c\/li\u003e\n\u003cli\u003e2x 스테인리스 스틸 브레이드 브레이크 호스\u003c\/li\u003e\n\u003cli\u003e2x 맞춤 CNC 가공 로터 햇\u003c\/li\u003e\n\u003cli\u003e2x 맞춤 CNC 가공 캘리퍼 브래킷\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e비대칭 피스톤 배치의 이점은 무엇인가요?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e비대칭(또는 스태거드) 피스톤 배치는 입구 쪽에 작은 피스톤, 출구 쪽에 큰 피스톤이 배치되어 있어 전체 브레이크 패드에 균일한 압력을 가합니다. 이를 통해 패드가 테이퍼지거나 고르지 않게 마모되는 것을 방지하며, 더 일관된 페달 감각, 더 긴 패드 수명, 부드럽고 예측 가능한 제동 성능을 제공합니다.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tt-block\" id=\"customer-cases\"\u003e\n\u003ch2 class=\"tt-title\"\u003eES6 작동 영상 보기\u003c\/h2\u003e\n\u003cp\u003e다른 열정적인 사용자들이 어떻게 대형 브레이크 키트를 자신의 차량에 적용하는지 확인하세요. 실제 차량, 실제 결과.\u003c\/p\u003e\n\u003ca href=\"https:\/\/ttsport-brake.com\/blogs\/customer-cases\" class=\"tt-cta-button\"\u003e고객 차량 보기\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"TTSPORT","offers":[{"title":"기본 색상 (이미지 참고) \/ 355x32mm (휠 ≥ 18인치) \/ 강철 - 곡선 슬럿","offer_id":42335992741974,"sku":"ES6","price":5320.0,"currency_code":"AED","in_stock":true},{"title":"기본 색상 (이미지 참고) \/ 355x32mm (휠 ≥ 18인치) \/ 강철 - GrainSlot","offer_id":42335992774742,"sku":"ES6","price":5320.0,"currency_code":"AED","in_stock":true},{"title":"기본 색상 (이미지 참고) \/ 355x32mm (휠 ≥ 18인치) \/ 강철 - 드릴 및 슬럿","offer_id":42335992807510,"sku":"ES6","price":5320.0,"currency_code":"AED","in_stock":true},{"title":"기본 색상 (이미지 참고) \/ 355x32mm (휠 ≥ 18인치) \/ 강철 - WaveSlot","offer_id":42335992840278,"sku":"ES6","price":5320.0,"currency_code":"AED","in_stock":true},{"title":"기본 색상 (이미지 참고) \/ 355x32mm (휠 ≥ 18인치) \/ 탄소 세라믹 - 크로스 드릴드","offer_id":42335992873046,"sku":"ES6","price":15510.0,"currency_code":"AED","in_stock":true},{"title":"기본 색상 (이미지 참고) \/ 380x32mm (휠 ≥ 19인치) \/ 강철 - 곡선 슬럿","offer_id":42335992905814,"sku":"ES6","price":5582.0,"currency_code":"AED","in_stock":true},{"title":"기본 색상 (이미지 참고) \/ 380x32mm (휠 ≥ 19인치) \/ 강철 - GrainSlot","offer_id":42335992938582,"sku":"ES6","price":5582.0,"currency_code":"AED","in_stock":true},{"title":"기본 색상 (이미지 참고) \/ 380x32mm (휠 ≥ 19인치) \/ 강철 - 드릴 및 슬럿","offer_id":42335992971350,"sku":"ES6","price":5582.0,"currency_code":"AED","in_stock":true},{"title":"기본 색상 (이미지 참고) \/ 380x32mm (휠 ≥ 19인치) \/ 강철 - WaveSlot","offer_id":42335993004118,"sku":"ES6","price":5582.0,"currency_code":"AED","in_stock":true},{"title":"기본 색상 (이미지 참고) \/ 380x32mm (휠 ≥ 19인치) \/ 탄소 세라믹 - 크로스 드릴드","offer_id":42335993036886,"sku":"ES6","price":16447.0,"currency_code":"AED","in_stock":true},{"title":"맞춤 색상 (색상 코드 필요) \/ 355x32mm (휠 ≥ 18인치) \/ 강철 - 곡선 슬럿","offer_id":42335993069654,"sku":"ES6","price":5470.0,"currency_code":"AED","in_stock":true},{"title":"맞춤 색상 (색상 코드 필요) \/ 355x32mm (휠 ≥ 18인치) \/ 강철 - GrainSlot","offer_id":42335993102422,"sku":"ES6","price":5470.0,"currency_code":"AED","in_stock":true},{"title":"맞춤 색상 (색상 코드 필요) \/ 355x32mm (휠 ≥ 18인치) \/ 강철 - 드릴 및 슬럿","offer_id":42335993135190,"sku":"ES6","price":5470.0,"currency_code":"AED","in_stock":true},{"title":"맞춤 색상 (색상 코드 필요) \/ 355x32mm (휠 ≥ 18인치) \/ 강철 - WaveSlot","offer_id":42335993167958,"sku":"ES6","price":5470.0,"currency_code":"AED","in_stock":true},{"title":"맞춤 색상 (색상 코드 필요) \/ 355x32mm (휠 ≥ 18인치) \/ 탄소 세라믹 - 크로스 드릴드","offer_id":42335993200726,"sku":"ES6","price":15660.0,"currency_code":"AED","in_stock":true},{"title":"맞춤 색상 (색상 코드 필요) \/ 380x32mm (휠 ≥ 19인치) \/ 강철 - 곡선 슬럿","offer_id":42335993233494,"sku":"ES6","price":5732.0,"currency_code":"AED","in_stock":true},{"title":"맞춤 색상 (색상 코드 필요) \/ 380x32mm (휠 ≥ 19인치) \/ 강철 - GrainSlot","offer_id":42335993266262,"sku":"ES6","price":5732.0,"currency_code":"AED","in_stock":true},{"title":"맞춤 색상 (색상 코드 필요) \/ 380x32mm (휠 ≥ 19인치) \/ 강철 - 드릴 및 슬럿","offer_id":42335993299030,"sku":"ES6","price":5732.0,"currency_code":"AED","in_stock":true},{"title":"맞춤 색상 (색상 코드 필요) \/ 380x32mm (휠 ≥ 19인치) \/ 강철 - WaveSlot","offer_id":42335993331798,"sku":"ES6","price":5732.0,"currency_code":"AED","in_stock":true},{"title":"맞춤 색상 (색상 코드 필요) \/ 380x32mm (휠 ≥ 19인치) \/ 탄소 세라믹 - 크로스 드릴드","offer_id":42335993364566,"sku":"ES6","price":16597.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Product_TTSPORT_Brake_Kit_ES6_5.jpg?v=1759814842","url":"https:\/\/ttsport-brake.com\/ko\/products\/%ec%9d%b4%eb%b3%bc%eb%a3%a8%ec%85%98-es6-6%ed%94%bc%ec%8a%a4%ed%86%a4-%eb%8c%80%ed%98%95-%eb%b8%8c%eb%a0%88%ec%9d%b4%ed%81%ac-%ed%82%a4%ed%8a%b8","provider":"TTSPORT","version":"1.0","type":"link"}