{"title":"테슬라 리얼 카본 파이버 for 모델 S\/3\/X\/Y","description":"\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003e프리미엄 리얼 카본 파이버 액세서리로 Tesla Model S, 3, X 또는 Y를 업그레이드하세요. 성능과 스타일을 향상시키세요. 세련되고 고품질 마감을 위해 지금 쇼핑하세요.\u003c\/span\u003e\u003c\/p\u003e","products":[{"product_id":"real-carbon-fiber-display-cover","title":"모델 3 \/ Y 디스플레이 커버 - 드라이 카본 파이버 인테리어 모드","description":"\u003cstyle\u003e\n  .premium-tesla-layout {\n    --color-brand: #0056B3;\n    --color-text-main: #111111;\n    --color-text-muted: #666666;\n    --color-bg-light: #f9f9f9;\n    --color-border: #eaeaea;\n    --radius-lg: 24px;\n    --radius-pill: 40px;\n    --transition-smooth: 0.5s cubic-bezier(0.16, 1, 0.3, 1);\n    \n    font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Display\", \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--color-text-main);\n    line-height: 1.6;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n  }\n\n  .premium-tesla-layout h2, \n  .premium-tesla-layout h3 {\n    color: var(--color-text-main);\n    margin: 0;\n  }\n  \n  .premium-tesla-layout h2 {\n    font-size: clamp(2.2rem, 5vw, 3.5rem);\n    font-weight: 700;\n    letter-spacing: -0.03em;\n    line-height: 1.15;\n    margin-bottom: 24px;\n  }\n  \n  .premium-tesla-layout h3 {\n    font-size: clamp(1.4rem, 2.5vw, 1.8rem);\n    font-weight: 600;\n    letter-spacing: -0.01em;\n    margin-bottom: 16px;\n  }\n  \n  .premium-tesla-layout p {\n    font-size: 1.125rem;\n    color: var(--color-text-muted);\n    margin: 0 0 24px 0;\n    font-weight: 400;\n  }\n  \n  .premium-tesla-layout strong {\n    color: var(--color-text-main);\n    font-weight: 600;\n  }\n\n  .section-pad {\n    padding: clamp(60px, 8vw, 120px) 24px;\n  }\n\n  .bg-light {\n    background-color: var(--color-bg-light);\n  }\n\n  .hero-section {\n    text-align: center;\n    padding: 100px 24px 60px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .hero-subtitle {\n    font-size: clamp(1.1rem, 2vw, 1.3rem);\n    font-weight: 600;\n    color: var(--color-brand);\n    margin-bottom: 24px;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n  \n  .hero-desc {\n    max-width: 680px;\n    font-size: clamp(1.1rem, 2vw, 1.25rem) !important;\n    text-align: center !important;\n    margin: 0 auto 24px auto;\n  }\n\n  .video-section {\n    padding: 0 24px clamp(60px, 8vw, 100px);\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  \n  .video-wrapper {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: var(--radius-lg);\n    box-shadow: 0 24px 48px rgba(0,0,0,0.08);\n    background-color: #000;\n  }\n\n  .video-wrapper iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: 0;\n  }\n\n  .grid-2col {\n    display: grid;\n    grid-template-columns: 1fr; \n    gap: 32px;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  \n  @media (min-width: 768px) {\n    .grid-2col {\n      grid-template-columns: repeat(2, 1fr); \n      gap: 32px;\n    }\n  }\n  \n  .feature-card {\n    background-color: #ffffff;\n    padding: 40px 32px;\n    border-radius: 20px;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    border: 1px solid rgba(0,0,0,0.02);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);\n  }\n\n  .feature-card h3 {\n    color: var(--color-brand);\n    font-size: 1.4rem;\n  }\n\n  .feature-card p {\n    margin-bottom: 0;\n    font-size: 1.05rem;\n  }\n\n  .feature-row {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 40px;\n    margin-bottom: clamp(60px, 10vw, 120px);\n    align-items: center;\n  }\n  \n  .feature-row:last-child {\n    margin-bottom: 0;\n  }\n  \n  .feature-text {\n    max-width: 480px;\n  }\n  \n  .feature-image {\n    width: 100%;\n    background-color: #f4f4f5; \n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    aspect-ratio: 1 \/ 1; \n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 24px; \n  }\n  \n  .feature-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: contain; \n    display: block;\n    transition: transform var(--transition-smooth);\n    border-radius: 8px;\n  }\n\n  .feature-row:hover .feature-image img {\n    transform: scale(1.05);\n  }\n  \n  @media (min-width: 900px) {\n    .feature-row {\n      grid-template-columns: 1fr 1fr;\n      gap: 80px;\n    }\n    .feature-row.reverse {\n      grid-template-columns: 1fr 1fr;\n    }\n    .feature-row.reverse .feature-text {\n      order: -1;\n      margin-left: auto;\n    }\n  }\n\n  .specs-container, .faq-container {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .clean-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n  \n  .clean-table td {\n    padding: 20px 0;\n    border-bottom: 1px solid var(--color-border);\n    color: var(--color-text-muted);\n  }\n  \n  .clean-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .clean-table td:first-child {\n    font-weight: 600;\n    color: var(--color-text-main);\n    width: 40%;\n  }\n  \n  .faq-item {\n    border-bottom: 1px solid var(--color-border);\n  }\n  \n  .faq-item details {\n    padding: 24px 0;\n  }\n  \n  .faq-item summary {\n    font-size: 1.2rem;\n    font-weight: 600;\n    color: var(--color-text-main);\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  \n  .faq-item summary::-webkit-details-marker { display: none; }\n  \n  .faq-item summary::after {\n    content: '+';\n    font-size: 1.8rem;\n    color: var(--color-brand);\n    font-weight: 300;\n    transition: transform 0.3s ease;\n  }\n  \n  .faq-item details[open] summary::after {\n    transform: rotate(45deg);\n  }\n  \n  .faq-item p {\n    margin-top: 16px;\n    margin-bottom: 0;\n    padding-right: 40px;\n  }\n\n  .btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background-color: var(--color-brand);\n    color: #ffffff !important;\n    padding: 16px 40px;\n    border-radius: var(--radius-pill);\n    font-size: 1.1rem;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    border: none;\n    cursor: pointer;\n  }\n  \n  .btn:hover {\n    background-color: var(--color-text-main);\n    transform: translateY(-2px);\n    box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n  }\n\n  .cta-section {\n    text-align: center;\n    padding: clamp(80px, 10vw, 120px) 24px;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n  \n  .custom-link {\n    color: var(--color-brand);\n    font-weight: 600;\n    text-decoration: none;\n    border-bottom: 2px solid rgba(0, 86, 179, 0.2);\n    transition: border-color 0.3s ease;\n  }\n  \n  .custom-link:hover {\n    border-bottom-color: var(--color-brand);\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"premium-tesla-layout\"\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-subtitle\"\u003e센터 컨트롤 스크린 백 커버\u003c\/div\u003e\n\u003ch2\u003e100% 리얼 드라이\u003cbr\u003e카본 파이버\u003c\/h2\u003e\n\u003cp class=\"hero-desc\"\u003e\u003cstrong\u003e퍼포먼스, 미학, 프리미엄 보호의 완벽한 조화입니다.\u003c\/strong\u003e\u003cbr\u003e테슬라 모델 3 또는 모델 Y 실내를 진짜 드라이 카본 파이버로 업그레이드하세요. 스포티하고 고급스러운 느낌을 센터 디스플레이에 더하면서 긁힘, 먼지, 지문으로부터 보호합니다.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"video-section\"\u003e\n\u003cdiv class=\"video-wrapper\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/b_RPOHchgW8?rel=0\" title=\"Tesla Screen Cover Video\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-pad bg-light\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(40px, 6vw, 80px);\"\u003e오너들이 사랑하는 이유\u003c\/h2\u003e\n\u003cdiv class=\"grid-2col\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e진품 소재\u003c\/h3\u003e\n\u003cp\u003e저렴한 플라스틱이나 PVC 필름이 아닌 100% 진짜 드라이 카본 파이버로 제작되었습니다. 뛰어난 강도, 가벼운 내구성, 선명하고 자연스러운 줄무늬 질감을 제공합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e일상 보호\u003c\/h3\u003e\n\u003cp\u003e센터 디스플레이 뒷면은 손, 반지, 먼지로 인한 우발적인 긁힘에 취약합니다. 이 하드 쉘은 장벽 역할을 하여 공장 플라스틱을 새것처럼 보호합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e얼룩 방지\u003c\/h3\u003e\n\u003cp\u003e빠르게 얼룩이 생기는 광택 OEM 플라스틱 마감과 달리, 당사의 카본 파이버 오버레이는 지문에 강합니다. 마이크로파이버 천으로 가볍게 닦으면 광택이 다시 살아납니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e완벽한 맞춤\u003c\/h3\u003e\n\u003cp\u003e손에 꼭 맞게 맞춤 설계되었습니다. 초박형 드라이 몰딩 부품이 내부와 완벽하게 통합되어 부피감 없이 깔끔한 마감입니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-pad\"\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Model3YDisplayCover-CarbonFiberInteriorMods_5.png?v=1775808311\" loading=\"lazy\" alt=\"테슬라 모델 3\/Y 리얼 드라이 카본 파이버 스크린 커버 질감 매크로\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch2\u003e타협 없는\u003cbr\u003e품질\u003c\/h2\u003e\n\u003cp\u003e카본 파이버를 좋아한다면 이 제품을 분명 좋아할 것입니다. 섬세한 줄무늬 질감이 매우 선명하고 자연스러워 스포티하고 퍼포먼스에서 영감을 받은 스타일을 완벽하게 강조하며, 다른 내부 카본 파이버 트림과도 잘 어울립니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row reverse\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Model3YDisplayCover-CarbonFiberInteriorMods_3.png?v=1775808311\" loading=\"lazy\" alt=\"테슬라 모델 3\/Y 카본 파이버 스크린 백 커버 무공구 설치\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch2\u003e간편함\u003cbr\u003e설치\u003c\/h2\u003e\n\u003cp\u003e도구나 수정 없이 설치 가능합니다. 이 2피스 디자인은 디스플레이 상단에 간단히 슬라이드로 끼우고 하단에 걸기만 하면 됩니다. 자동차용 3M 접착 테이프와 결합하여 몇 분 만에 견고하고 오래 지속되는 접착력을 제공합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/1775810577049.png?v=1775810626\" loading=\"lazy\" alt=\"햇빛 아래 UV 보호된 테슬라 카본 파이버 실내 액세서리\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch2\u003e3중 레이어\u003cbr\u003eUV 보호\u003c\/h2\u003e\n\u003cp\u003e모든 카본 파이버 제품은 열과 태양 손상을 방지하기 위해 3겹의 UV 보호 코팅이 되어 있습니다. \u003cbr\u003e\u003cbr\u003e\u003cem\u003e전문가 팁: 제품 수명을 연장하고 직사광선에 주차 시 약간의 황변을 방지하려면 디테일 스프레이나 나노 세라믹 코팅 사용을 권장합니다.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-pad bg-light\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(40px, 6vw, 60px);\"\u003e기술 사양\u003c\/h2\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"clean-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e재질\u003c\/td\u003e\n\u003ctd\u003e100% 정품 드라이 카본 파이버\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e디자인\u003c\/td\u003e\n\u003ctd\u003e2피스 초박형 쉘\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e설치\u003c\/td\u003e\n\u003ctd\u003e슬라이드\/클립온 + 자동차용 3M 접착제\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e호환성\u003c\/td\u003e\n\u003ctd\u003e테슬라 모델 3 2017년 이후 \u0026amp; 모델 Y 2020-2024\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e보증\u003c\/td\u003e\n\u003ctd\u003e1년 제한 UV 보증\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-pad\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(40px, 6vw, 60px);\"\u003e궁금한 점이 있나요? 답변해 드립니다.\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e나중에 제거하면 화면이 손상되나요?\u003c\/summary\u003e\n\u003cp\u003e아니요, 고품질 3M 접착제는 자동차용으로 특별히 설계되었습니다. 제대로 제거하면 끈적임 없이 강력하게 붙으며 공장 플라스틱 표면을 손상시키지 않습니다.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e도구 없이 직접 설치할 수 있나요?\u003c\/summary\u003e\n\u003cp\u003e물론입니다. 설치는 빠르고 도구가 필요 없습니다. 표면을 깨끗이 닦고, 접착 뒷면을 떼어내고, 상단 부분을 디스플레이 위에 슬라이드한 후 하단 부분을 걸기만 하면 됩니다.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e이 제품이 화면 환기나 기능에 영향을 주나요?\u003c\/summary\u003e\n\u003cp\u003e아니요, 이 커버는 뒷면 패널 전용으로 맞춤 설계되었습니다. 완벽하게 맞으며 화면, 온도 센서, 환기 시스템을 전혀 방해하지 않습니다.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cta-section\"\u003e\n\u003ch2 style=\"margin-bottom: 20px;\"\u003e실내를 업그레이드하세요.\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.2rem; margin-bottom: 40px; color: var(--color-text-main);\"\u003e스타일리시하게 운전하며 센터 스크린을 볼 때마다 시각적 즐거움을 느껴보세요. 완벽하게 조화로운 세트를 찾고 계신가요? \u003ca class=\"custom-link\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003e테슬라 카본 파이버 액세서리\u003c\/a\u003e 전체 라인을 확인해 보세요.\u003c\/p\u003e\n\u003ca class=\"btn\" href=\"#top\"\u003e장바구니에 담기\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"선택해 주세요 \/ 무광 카본 파이버","offer_id":47571521372392,"sku":null,"price":179.0,"currency_code":"USD","in_stock":true},{"title":"선택해 주세요 \/ 글로시 카본 파이버","offer_id":47571521339624,"sku":null,"price":179.0,"currency_code":"USD","in_stock":true},{"title":"선택해 주세요 \/ 글로시 포지드 카본 파이버","offer_id":47571521306856,"sku":null,"price":199.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017 - 2023 \u0026 Model Y 2020 - 2024 \/ 무광 카본 파이버","offer_id":40830085595287,"sku":"TSL3601-B","price":179.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017 - 2023 \u0026 Model Y 2020 - 2024 \/ 글로시 카본 파이버","offer_id":40830085562519,"sku":"TSL3601-A","price":179.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017 - 2023 \u0026 Model Y 2020 - 2024 \/ 글로시 포지드 카본 파이버","offer_id":40830085529751,"sku":"TSL3601-C","price":199.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 하이랜드 2024 - 현재 \/ 무광 카본 파이버","offer_id":47571521241320,"sku":"TSL3601-new-B","price":179.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 하이랜드 2024 - 현재 \/ 글로시 카본 파이버","offer_id":47571521208552,"sku":"TSL3601-new-A","price":179.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 하이랜드 2024 - 현재 \/ 글로시 포지드 카본 파이버","offer_id":47571521175784,"sku":"TSL3601-new-C","price":199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/model-3-y-display-cover-dry-carbon-fiber-interior-mods-5694822.jpg?v=1775881222"},{"product_id":"tesla-model-3-y-forged-carbon-fiber-interior-wrap-kit","title":"테슬라 모델 3 \/ Y용 정품 단조 탄소 섬유 인테리어 모드 랩 키트","description":"\u003ch4 style=\"text-align: center;\"\u003eTesla Model 3 \/ Model Y Forged Carbon Fiber Interior Mods Wrap Kit\u003c\/h4\u003e\n\u003cp\u003e\u003ciframe width=\"100%\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/fCIrsNbhAFs\" title=\"Tesla Model 3 and Model Y - Forged Carbon Fiber Interior Wrap Kit from Tesery\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003e많은 Tesla 오너들이 단조 카본 파이버 인테리어 모드 랩 키트로 차량에 독특하고 맞춤화된 외관을 추가하고자 합니다. 단조 카본 파이버 인테리어 변환 키트를 설치하면 Tesla가 군중 속에서 돋보일 뿐만 아니라 내구성과 강도도 향상됩니다. \u003cbr\u003e\u003cbr\u003eForged carbon fiber interior mods kit는 강도 향상과 스타일 개선을 포함합니다. 이 키트는 업그레이드된 도어 패널, 시트 커버, 대시보드 부품 등 맞춤형 부품으로 구성되어 있으며, 모두 가볍고 단조된 카본 파이버로 제작되어 독특하고 내구성 있는 인테리어 마감을 제공합니다.\u003cbr\u003e\u003cbr\u003eTesery는 새롭고 독특한 카본 파이버 제품을 자랑스럽게 선보입니다. 독특한 수제 단조 공정을 사용해 제작된 새로운 카본 파이버 디자인입니다. 2X2 또는 3X3 트윌 직조 대신, 이 제품은 수천 개의 작은 카본 파이버 조각들이 다양한 위치와 깊이로 맞물려 실제 오닉스 대리석을 모방한 3D 외관을 제공합니다. Carbon Fiber Interior Mods Wrap Kit는 진정한 아름다움의 결정체입니다. Tesla MODEL 3와 MODEL Y에 이 제품을 제공할 수 있어 자랑스럽습니다.\u003cbr\u003e\u003cbr\u003eModel 3, Model Y에 독특한 외관을 연출하세요. 카본 파이버 인테리어 키트는 Tesla에 완벽하게 맞도록 정밀 설계되어 설치가 더 쉽습니다.\u003cbr\u003e\u003cbr\u003eForged Carbon Fiber Kit는 Tesla에 즉각적인 고급스러운 외관을 부여하여 당신의 스타일을 강조합니다!\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e인테리어 업그레이드 \u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" title=\"Tesla carbon fiber accessories\" rel=\"noopener\" target=\"_blank\"\u003e테슬라 카본 파이버 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2 style=\"text-align: left;\"\u003e특징\u003c\/h2\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e당신의 Tesla를 보호하고 새롭게 하며, 스타일리시하고 고급스럽게 차량을 꾸며 더욱 멋지게 만드세요.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e원본 차량 데이터를 사용하여 제작되었으며, 비파괴 설치, 곡률이 일치하고 맞춤이 정밀합니다.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e내구성, 먼지 및 부식 저항을 위해 진짜 카본 파이버로 제작되었습니다.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e선이 뚜렷하고 아름다우며 질감이 강합니다.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2 data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e사양\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e재질: Genuine Carbon Fiber\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e색상: Forged Carbon Fiber\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e적합 차종: Tesla Model 3 Model Y 2017 2018 2019 2020 2021 2022 2023\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eUV 보증: 저희 진짜 단조 카본 파이버는 3겹의 UV 보호 코팅이 되어 있습니다. 왁스칠이나 나노 세라믹 코팅을 하지 않고 적절히 관리하지 않으면 시간이 지나면서 이 보호막이 닳을 수 있습니다. 보증 기간은 1년으로 제한됩니다. 직사광선 아래 야외에 주차 시 카본 파이버가 약간 노랗게 변하는 현상은 정상이며 보증 대상이 아닙니다. 세라믹 코팅은 UV 보호에 도움을 주며, 카본 파이버의 수명을 연장하기 위해 보호제를 사용하는 것을 권장합니다.\u003cbr\u003e\u003cbr\u003e참고: 양면 접착 라이너를 제거하는 즉시 이 제품은 중고품으로 간주됩니다. 중고품은 반품이 불가하므로 접착 라이너를 제거하기 전에 TESLA에 부착한 상태에서 외관에 만족하는지 반드시 확인해 주세요.\u003c\/p\u003e\n\u003cp\u003e최고의 품질과 전반적으로 우수한 미적 감각을 원하신다면 Genuine Forged Carbon Fiber Interior Mods Wrap Kit가 최고의 선택입니다. 지금 바로 확보하세요.\u003c\/p\u003e\n\u003cp\u003e배송:\u003cbr\u003e주문 금액이 $149 이상일 경우 전 세계 어느 도시로든 무료 배송해 드립니다.\u003cbr\u003e\u003cbr\u003e귀하의 상품이 완벽한 상태로 설치 준비가 완료된 채로 도착할 수 있도록 모든 노력을 기울이고 있습니다. \u003cbr\u003e\u003cbr\u003e상품이 손상되었거나 용도에 맞지 않을 경우, 수령일로부터 30일 이내 무조건 환불 또는 교환해 드립니다.\u003cbr\u003e\u003cbr\u003eGenuine Forged Carbon Fiber Interior Mods Wrap Kit에 대해 궁금한 점이 있으시면 온라인 고객 서비스에 문의하시거나, 📧 이메일: market@tesery.com 또는 📞 전화\/Whatsapp\/Facebook\/메시지：+86 185 6670 3079로 연락해 주세요.\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"포지드 카본 파이버 인테리어 모드 - 34개","offer_id":40847575744663,"sku":"TSLZH006","price":2799.0,"currency_code":"USD","in_stock":true},{"title":"포지드 카본 파이버 인테리어 모드 - 26개","offer_id":40847575711895,"sku":"TSLZH005","price":1119.0,"currency_code":"USD","in_stock":true},{"title":"글로시 카본 파이버 인테리어 모드 - 26개","offer_id":44673883963624,"sku":"","price":2799.0,"currency_code":"USD","in_stock":false},{"title":"포지드 카본 파이버 인테리어 모드 - 9개","offer_id":40847575679127,"sku":"TSLZH004","price":729.99,"currency_code":"USD","in_stock":true},{"title":"시트 백 커버","offer_id":40847575548055,"sku":"TSL3608-C","price":959.0,"currency_code":"USD","in_stock":true},{"title":"도어 패널 트림","offer_id":40847575384215,"sku":"TSL4002-C","price":179.98,"currency_code":"USD","in_stock":true},{"title":"대시보드 커버 (2023년 6월 이후 미국 모델 Y에는 적합하지 않음)","offer_id":40847575023767,"sku":"TSL4001-C","price":219.0,"currency_code":"USD","in_stock":true},{"title":"디스플레이 커버","offer_id":40847575449751,"sku":"TSL3601-C","price":199.0,"currency_code":"USD","in_stock":true},{"title":"중앙 콘솔 패널 커버 (2021-2023)","offer_id":44280543641832,"sku":"TSL3621-C","price":89.99,"currency_code":"USD","in_stock":true},{"title":"중앙 콘솔 패널 커버 (2018-2020)","offer_id":40847575416983,"sku":"TSL3621-D","price":69.99,"currency_code":"USD","in_stock":true},{"title":"암레스트 커버","offer_id":40847575253143,"sku":"TSL3618-C","price":179.99,"currency_code":"USD","in_stock":true},{"title":"턴 시그널 와이퍼 스톡 커버","offer_id":40847574990999,"sku":"TSL3602-C","price":69.99,"currency_code":"USD","in_stock":true},{"title":"스티어링 휠 중앙 트림","offer_id":40847575187607,"sku":"TSL3616-C","price":129.99,"currency_code":"USD","in_stock":true},{"title":"스티어링 휠 상단 트림","offer_id":40847575482519,"sku":"TSL3622-C","price":89.0,"currency_code":"USD","in_stock":true},{"title":"스티어링 휠 하단 트림","offer_id":40847575515287,"sku":"TSL3623-C","price":89.0,"currency_code":"USD","in_stock":true},{"title":"돔 라이트 커버","offer_id":40847574958231,"sku":"TSL3612-C","price":64.99,"currency_code":"USD","in_stock":true},{"title":"도어 및 창문 스위치 패널 커버 (왼쪽 운전)","offer_id":40847575122071,"sku":"TSL3615-left-C","price":169.99,"currency_code":"USD","in_stock":true},{"title":"뒷좌석 컵 홀더","offer_id":40847575285911,"sku":"TSL3619-C","price":69.99,"currency_code":"USD","in_stock":true},{"title":"뒷좌석 통풍구 캡 커버","offer_id":40847574925463,"sku":"TSL3611-C","price":89.99,"currency_code":"USD","in_stock":true},{"title":"뒷좌석 중앙 콘솔 베이스 캡","offer_id":40847575580823,"sku":"TSL3624-C","price":199.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/genuine-forged-carbon-fiber-interior-mods-wrap-kit-for-tesla-model-3-y-607445.jpg?v=1722825962"},{"product_id":"center-console-wraps-tesla-model-3-model-y","title":"테슬라 모델 3 \/ Y 센터 콘솔 랩 커버 (1세대, 2세대, 3세대) - 카본 파이버 인테리어 모드","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003ciframe width=\"100%\" height=\"316\" src=\"https:\/\/www.youtube.com\/embed\/RDZUw1F7sfA\" title=\"Installation Guide for Tesery Dry Carbon Fiber Center Console Cover Interior for Tesla Model Y \/ 3\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ciframe width=\"100%\" height=\"316\" src=\"https:\/\/www.youtube.com\/embed\/3b_kduVXAWU\" title=\"2023 Tesla Model Y Interior Carbon Fiber Complete Makeover! #tesla\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e인테리어 업그레이드 \u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" title=\"Tesla carbon fiber accessories\" rel=\"noopener\" target=\"_blank\"\u003e테슬라 카본 파이버 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003e참고: \u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e1세대: 카드 슬롯 있는 3단형\u003cbr\u003e2세대: 카드 슬롯 있는 2단형\u003cbr\u003e3세대: 카드 슬롯 없는 3단형\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e건식 카본 제품은 CNC로 가공되며, 전체 3k 240g 카본 섬유 원단 생산 공정이 더 복잡하고 세부 사항이 더 정교합니다.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"선택하세요 \/ 매트 (드라이 카본 파이버)","offer_id":45195323048168,"sku":"","price":89.99,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 글로시 (드라이 카본 파이버)","offer_id":45195323080936,"sku":"","price":89.99,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 포지드 (드라이 카본 파이버)","offer_id":45195323113704,"sku":"","price":89.99,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 글로시 (리얼 카본 파이버)","offer_id":45195323146472,"sku":"","price":69.99,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 매트 (리얼 카본 파이버)","offer_id":45195323179240,"sku":"","price":69.99,"currency_code":"USD","in_stock":true},{"title":"1세대 - 모델 3 \/ Y (2018-2020) \/ 매트 (드라이 카본 파이버)","offer_id":45491453133032,"sku":"TSL3613-B","price":89.99,"currency_code":"USD","in_stock":true},{"title":"1세대 - 모델 3 \/ Y (2018-2020) \/ 글로시 (드라이 카본 파이버)","offer_id":45491453165800,"sku":"TSL3613-A","price":89.99,"currency_code":"USD","in_stock":true},{"title":"1세대 - 모델 3 \/ Y (2018-2020) \/ 포지드 (드라이 카본 파이버)","offer_id":45491453198568,"sku":"TSL3613-C","price":89.99,"currency_code":"USD","in_stock":true},{"title":"Gen.2 - Model 3 (2021-2023.10) \u0026 Model Y (2020-2024) \/ 매트 (드라이 카본 파이버)","offer_id":44369380311272,"sku":"TSL3621-B","price":89.99,"currency_code":"USD","in_stock":true},{"title":"Gen.2 - Model 3 (2021-2023.10) \u0026 Model Y (2020-2024) \/ 글로시 (드라이 카본 파이버)","offer_id":44369380278504,"sku":"TSL3621-A","price":89.99,"currency_code":"USD","in_stock":true},{"title":"Gen.2 - Model 3 (2021-2023.10) \u0026 Model Y (2020-2024) \/ 포지드 (드라이 카본 파이버)","offer_id":42767015051496,"sku":"TSL3621-C","price":89.99,"currency_code":"USD","in_stock":true},{"title":"Gen.2 - Model 3 (2021-2023.10) \u0026 Model Y (2020-2024) \/ 글로시 (리얼 카본 파이버)","offer_id":42280511078632,"sku":"TSL0503-A","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Gen.2 - Model 3 (2021-2023.10) \u0026 Model Y (2020-2024) \/ 매트 (리얼 카본 파이버)","offer_id":42280511111400,"sku":"TSL0503-B","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Gen.3 - 모델 3 하이랜드 \u0026 모델 Y 주니퍼 \/ 매트 (드라이 카본 파이버)","offer_id":45195323441384,"sku":"TSL3643-matte","price":89.99,"currency_code":"USD","in_stock":true},{"title":"Gen.3 - 모델 3 하이랜드 \u0026 모델 Y 주니퍼 \/ 글로시 (드라이 카본 파이버)","offer_id":45195323474152,"sku":"TSL3643-glossy","price":89.99,"currency_code":"USD","in_stock":true},{"title":"Gen.3 - 모델 3 하이랜드 \u0026 모델 Y 주니퍼 \/ 포지드 (드라이 카본 파이버)","offer_id":45195323506920,"sku":"TSL3643-forged","price":89.99,"currency_code":"USD","in_stock":true},{"title":"Gen.3 - 모델 3 하이랜드 \u0026 모델 Y 주니퍼 \/ 글로시 (리얼 카본 파이버)","offer_id":45195323539688,"sku":"TSL3826","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Gen.3 - 모델 3 하이랜드 \u0026 모델 Y 주니퍼 \/ 매트 (리얼 카본 파이버)","offer_id":45195323572456,"sku":"TSL3826-matte","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/tesla-model-3-y-center-console-wrap-interior-material-variety-2021-2024-947713.jpg?v=1704511385"},{"product_id":"model-3-model-y-performance-spoiler","title":"TESERY 스포일러 퍼포먼스 스타일 for 모델 Y \/ 모델 3 하이랜드 - 드라이 카본 파이버 외장 모드","description":"\u003ch4\u003e사양\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e재질\u003c\/strong\u003e: 100% 드라이 카본 파이버 (3K 직조)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e마감 옵션\u003c\/strong\u003e: 하이글로스 또는 매트 UV 클리어 코팅\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e호환성\u003c\/strong\u003e: Tesla Model 3 (2017-2024) \u0026amp; Model Y (2020-2024) \u0026amp; Model 3 Highland（2024-현재）\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e설치 방법\u003c\/strong\u003e: 3M VHB 양면 테이프 (포함)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eTesla 카본 파이버 업그레이드를 완성하세요\u003c\/h4\u003e\n\u003cp\u003e이 스포일러를 저희의 다른 프리미엄 \u003ca href=\"\/collections\/tesla-spoilers\" title=\"Tesla Spoilers Collection\" target=\"_blank\" rel=\"noopener\"\u003eTesla 스포일러\u003c\/a\u003e 및 \u003ca href=\"\/collections\/tesla-model-s-3-x-y-carbon-fiber\" title=\"Tesla Carbon Fiber Accessories\" target=\"_blank\" rel=\"noopener\"\u003e카본 파이버 액세서리\u003c\/a\u003e와 함께 매치하여 일관되고 성능 지향적인 룩을 완성하세요.\u003c\/p\u003e\n\u003ch4\u003e설치 가이드\u003c\/h4\u003e\n\u003col\u003e\n\u003cli\u003e동봉된 알코올 티슈로 설치 부위를 깨끗이 닦아주세요\u003c\/li\u003e\n\u003cli\u003e트렁크 표면의 왁스, 오일, 이물질을 제거하세요\u003c\/li\u003e\n\u003cli\u003e스포일러를 맞춰보며 올바른 정렬을 확인하세요\u003c\/li\u003e\n\u003cli\u003e헤어 드라이어로 3M 테이프를 가열하세요 (40°C를 넘지 않도록 주의)\u003c\/li\u003e\n\u003cli\u003e접착 뒷면을 제거하고 스포일러를 조심스럽게 위치시키세요\u003c\/li\u003e\n\u003cli\u003e균일한 압력을 가하며 30초간 단단히 눌러주세요\u003c\/li\u003e\n\u003cli\u003e접착제가 완전히 경화되도록 48시간 동안 세차를 피하세요\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003ch4\u003e품질 보증\u003c\/h4\u003e\n\u003cp\u003e저희 카본 파이버 스포일러는 정통 드라이 카본 파이버를 사용하여 수작업으로 제작되며 3중 UV 보호 코팅이 적용되어 있습니다. 진품 카본 파이버에서는 미세한 패턴 차이가 정상이며 진품임을 증명합니다. 최대 내구성을 위해 세라믹 코팅 또는 페인트 보호 필름 적용을 권장합니다.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e참고\u003c\/strong\u003e: 접착 뒷면을 제거하면 제품은 중고로 간주됩니다. 설치 전에 반드시 맞춤 테스트를 해주세요.\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c!-- Tesery Responsive YouTube Video Section --\u003e\n\u003csection style=\"padding: 40px 20px; background: #f8f9fb; font-family: 'Inter', sans-serif;\"\u003e\n\u003ch2 style=\"text-align: center; font-size: 2rem; font-weight: bold; color: #111; margin-bottom: 10px;\"\u003e🎬 실제 설치 및 리뷰 영상\u003c\/h2\u003e\n\u003cp style=\"text-align: center; color: #555; margin-bottom: 30px; font-size: 1rem;\"\u003e실제 소유자와 인플루언서들이 Tesery 카본 파이버 스포일러를 리뷰하고 설치하는 모습을 시청하세요.\u003c\/p\u003e\n\u003c!-- Video Grid --\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; max-width: 1200px; margin: 0 auto;\"\u003e\n\u003c!-- Video 1 --\u003e\n\u003cdiv style=\"position: relative; width: 100%; padding-bottom: 56.25%; border-radius: 16px; overflow: hidden; background: #000; box-shadow: 0 6px 20px rgba(0,0,0,0.12);\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/KITvA9kCq88\" title=\"Tesery Real Carbon Fiber Spoiler TRANSFORMED My Tesla Model 3 - See the Surprising Results!\" style=\"position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none;\"\u003e\n      \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- Video 2 --\u003e\n\u003cdiv style=\"position: relative; width: 100%; padding-bottom: 56.25%; border-radius: 16px; overflow: hidden; background: #000; box-shadow: 0 6px 20px rgba(0,0,0,0.12);\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/Qpm5qDhqTVY\" title=\"Tesery Spoiler Alert! The Best Carbon Fiber Mod for Your Tesla Model Y \u0026amp; Model 3!\" style=\"position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none;\"\u003e\n      \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- Video 3 --\u003e\n\u003cdiv style=\"position: relative; width: 100%; padding-bottom: 56.25%; border-radius: 16px; overflow: hidden; background: #000; box-shadow: 0 6px 20px rgba(0,0,0,0.12);\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/01izHQhBEhw\" title=\"Tesery Tesla Model Y Carbon Fiber Spoiler: Why You Need It and How to Install It\" style=\"position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none;\"\u003e\n      \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- Video 4 --\u003e\n\u003cdiv style=\"position: relative; width: 100%; padding-bottom: 56.25%; border-radius: 16px; overflow: hidden; background: #000; box-shadow: 0 6px 20px rgba(0,0,0,0.12);\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/eTBHnRI6qHg\" title=\"COMMENT SPOILER LA TRANSFORMATION DE MA TESLA AVEC DU CARBONE ?\" style=\"position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none;\"\u003e\n      \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Responsive Text for Mobile --\u003e\n\u003cstyle\u003e\n  @media (max-width: 768px) {\n    section h2 { font-size: 1.5rem !important; }\n    section p { font-size: 0.9rem !important; }\n  }\n\u003c\/style\u003e","brand":"Tesery Official Store","offers":[{"title":"선택하세요 \/ 무광 카본 파이버","offer_id":46772146962664,"sku":null,"price":209.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 광택 카본 파이버","offer_id":46772146929896,"sku":null,"price":209.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 글로시 포지드 카본 파이버","offer_id":47643122696424,"sku":null,"price":229.0,"currency_code":"USD","in_stock":true},{"title":"Model Y (2020 - 2025.02) \/ 무광 카본 파이버","offer_id":47643126169832,"sku":"TSL8304-B","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Model Y (2020 - 2025.02) \/ 광택 카본 파이버","offer_id":47643126202600,"sku":"TSL8304-A","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Model Y (2020 - 2025.02) \/ 글로시 포지드 카본 파이버","offer_id":47643126235368,"sku":"TSL8304-C","price":229.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland (2024 - 현재) \/ 무광 카본 파이버","offer_id":45271456350440,"sku":"TSL8303-new-B","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland (2024 - 현재) （판매용） \/ 광택 카본 파이버","offer_id":45271456317672,"sku":"TSL8303-new-A","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland (2024 - 현재) \/ 글로시 포지드 카본 파이버","offer_id":47643122761960,"sku":"TSL8303-new-C","price":229.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 (2017 - 2023.10) \/ 무광 카본 파이버","offer_id":42682791198952,"sku":"TSL8303-B","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 (2017 - 2023.10) \/ 광택 카본 파이버","offer_id":42682791133416,"sku":"TSL8303-A","price":209.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 (2017 - 2023.10) \/ 글로시 포지드 카본 파이버","offer_id":47643122729192,"sku":"TSL8303-C","price":229.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/tesery-tesla-model-3-highland-y-spoiler-performance-oem-style-dry-carbon-fiber-exterior-mods-838309.jpg?v=1751958439"},{"product_id":"panel-stickers-model-3-model-y","title":"모델 3 \/ Y 중앙 제어판 스티커 - 카본 파이버 인테리어 모드","description":"\u003cdiv\u003e\u003cstrong\u003e차량 내부 개조 작업을 모두 직접 할 필요가 없습니다. Tesery 진짜 탄소 섬유 중앙 제어판 스티커는 원래 차량 부품을 효과적으로 보호하고 차량을 새것처럼 유지합니다. 이 스티커는 고품질이며 매우 내구성이 뛰어나고 고온 저항성을 갖추어 녹슬거나 부식되거나 벗겨지지 않습니다. \u003cspan\u003e이것은 차량을 더 아름답게 만들고 환경 친화적이기도 한 완벽한 방법입니다.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003e\u003cspan\u003e내부를 업그레이드하세요 \u003ca rel=\"noopener\" title=\"Tesla carbon fiber accessories\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003eTesla 탄소 섬유 액세서리\u003c\/a\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e★. 적용 모델: 2021-2023 Tesla Model 3, 2020-2024 Model Y용이며, 차량이 당사 제품과 동일한지 확인해 주세요.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e★. 고품질 소재: 고품질의 진짜 탄소 섬유 소재로 제작되어 충격에 강하고 쉽게 변형되지 않으며 고온에 견디고 수명이 깁니다. 원래 차량 부품을 효과적으로 보호하고 손상을 방지하며 녹슬거나 부식되거나 벗겨지지 않습니다.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e★ 기능: Tesla 차량 내부 개조 트림은 아름답고 매끄러우며 견고하고 쉽게 부서지지 않으며 매우 내구성이 뛰어나 원래 차량을 효과적으로 보호합니다. 기존 기준을 깨고 혁신적인 디자인으로 차량에 개성을 부여하며 더 진보된 시각적 경험을 제공합니다.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e★. 설치가 간단합니다: 접착 테이프만 사용하여 설치하며, 설치가 간단하고 정확합니다. 드릴링이나 절단이 필요 없으며, 강력하고 쉽게 떨어지지 않습니다.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"a-list-item\"\u003e★. 서비스: 배송 전 엄격한 테스트를 거쳐 품질 문제는 없습니다. 제품에 대해 궁금한 점이 있으시면 이메일로 문의해 주시면 최대한 빨리 모든 문제를 해결해 드리겠습니다.\u003c\/span\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0588\/3825\/3719\/files\/1.2.jpg?v=1636427736\" alt=\"\" style=\"float: none;\"\u003e\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0588\/3825\/3719\/files\/1.4_480x480.jpg?v=1636427745\" style=\"float: none;\"\u003e\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0588\/3825\/3719\/files\/1.6_480x480.jpg?v=1636427755\" style=\"float: none;\"\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Tesery Official Store","offers":[{"title":"카본 파이버 매트","offer_id":42026111172840,"sku":"TSL3603-A","price":36.99,"currency_code":"USD","in_stock":true},{"title":"밝은 카본 파이버","offer_id":42026111205608,"sku":"TSL3603","price":36.99,"currency_code":"USD","in_stock":true},{"title":"카본 파이버 레드","offer_id":42026111238376,"sku":"TSL3603-B","price":36.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/model-3-y-central-control-panel-stickers-carbon-fiber-interior-mods-501451.jpg?v=1704510969"},{"product_id":"tesla-model-3-y-roadster-steering-wheel","title":"TESERY 테슬라 모델 3 \/ Y용 로드스터 스티어링 휠【비행기 휠】","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .video-wrapper {\n            position: relative;\n            width: 100%;\n            padding-top: 56.25%; \/* 16:9 Aspect Ratio *\/\n        }\n        .video-wrapper iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"video-wrapper\"\u003e\u003ciframe title=\"New Tesla Model 3 \u0026amp; Y steering wheel modification\" src=\"https:\/\/www.youtube.com\/embed\/eZO2qglQ1Rs\" allowfullscreen=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cp data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003e참고\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan data-mce-fragment=\"1\"\u003e개별 맞춤화를 지원합니다. 주문 시 메모를 남기시거나 market@tesery.com 이메일 또는 Whatsapp +86 185 6670 3079로 연락해 주세요\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e더 많은 개인화 정보를 원하시면 \u003ca rel=\"noopener\" title=\"Tesla Steering Wheel\" href=\"https:\/\/www.tesery.com\/collections\/tesla-steering-wheel\" target=\"_blank\"\u003eTesla Steering Wheel\u003c\/a\u003e을 확인해 주세요\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Tesery Store","offers":[{"title":"모델을 선택하세요 \/ 아니요 \/ 아니요","offer_id":42172073181416,"sku":"","price":386.0,"currency_code":"USD","in_stock":true},{"title":"모델을 선택하세요 \/ 아니요 \/ 무광 카본 파이버","offer_id":44362417963240,"sku":"","price":446.0,"currency_code":"USD","in_stock":true},{"title":"모델을 선택하세요 \/ 아니요 \/ 글로시 카본 파이버","offer_id":44362417996008,"sku":"","price":446.0,"currency_code":"USD","in_stock":true},{"title":"모델을 선택하세요 \/ 예 \/ 아니요","offer_id":42172073214184,"sku":"","price":386.0,"currency_code":"USD","in_stock":true},{"title":"모델을 선택하세요 \/ 예 \/ 무광 카본 파이버","offer_id":44362418028776,"sku":"","price":446.0,"currency_code":"USD","in_stock":true},{"title":"모델을 선택하세요 \/ 예 \/ 글로시 카본 파이버","offer_id":44362418061544,"sku":"","price":446.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 아니요 \/ 아니요","offer_id":42172073246952,"sku":"TSL8411-3-A","price":386.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 아니요 \/ 무광 카본 파이버","offer_id":44362418094312,"sku":"TSL8411-matte-3-A","price":446.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 아니요 \/ 글로시 카본 파이버","offer_id":44362418127080,"sku":"TSL8411-glossy-3-A","price":446.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 예 \/ 아니요","offer_id":42172073279720,"sku":"TSL8411-3-B","price":386.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 예 \/ 무광 카본 파이버","offer_id":44362418159848,"sku":"TSL8411-matte-3-B","price":446.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 예 \/ 글로시 카본 파이버","offer_id":44362418192616,"sku":"TSL8411-glossy-3-B","price":446.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 아니요 \/ 아니요","offer_id":45125801345256,"sku":"TSL8411-3-A","price":386.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 아니요 \/ 무광 카본 파이버","offer_id":45125801410792,"sku":"TSL8411-matte-3-A","price":446.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 아니요 \/ 글로시 카본 파이버","offer_id":45125801476328,"sku":"TSL8411-glossy-3-A","price":446.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 예 \/ 아니요","offer_id":45125801541864,"sku":"TSL8411-3-B","price":386.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 예 \/ 무광 카본 파이버","offer_id":45125801607400,"sku":"TSL8411-matte-3-B","price":446.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 예 \/ 글로시 카본 파이버","offer_id":45125801672936,"sku":"TSL8411-glossy-3-B","price":446.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 아니요 \/ 아니요","offer_id":45125801738472,"sku":"TSL8411-middle-Y-A","price":386.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 아니요 \/ 무광 카본 파이버","offer_id":45125801804008,"sku":"TSL8411-middle-matte-Y-A","price":446.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 아니요 \/ 글로시 카본 파이버","offer_id":45125801869544,"sku":"TSL8411-middle-glossy-Y-A","price":446.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 예 \/ 아니요","offer_id":45125801935080,"sku":"TSL8411-middle-Y-B","price":386.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 예 \/ 무광 카본 파이버","offer_id":45125802000616,"sku":"TSL8411-middle-matte-Y-B","price":446.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 예 \/ 글로시 카본 파이버","offer_id":45125802066152,"sku":"TSL8411-middle-glossy-Y-B","price":446.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 아니요 \/ 아니요","offer_id":46762085777640,"sku":"TSL8411-middle-Y-A","price":386.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 아니요 \/ 무광 카본 파이버","offer_id":46762085810408,"sku":"TSL8411-middle-matte-Y-A","price":446.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 아니요 \/ 글로시 카본 파이버","offer_id":46762085875944,"sku":"TSL8411-middle-glossy-Y-A","price":446.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 예 \/ 아니요","offer_id":46762085908712,"sku":"TSL8411-middle-Y-B","price":386.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 예 \/ 무광 카본 파이버","offer_id":46762085941480,"sku":"TSL8411-middle-matte-Y-B","price":446.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 예 \/ 글로시 카본 파이버","offer_id":46762085974248,"sku":"TSL8411-middle-glossy-Y-B","price":446.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/roadster-steering-wheel-for-tesla-model-3-yairplane-wheel-874433.jpg?v=1718200253"},{"product_id":"tesla-model-3-y-carbon-fiber-door-panel-trim","title":"TESERY 모델 3 \/ Y 도어 패널 트림 - 카본 파이버 인테리어 모드【2개】","description":"\u003cp\u003e\u003cstrong\u003e\u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" title=\"Tesla carbon fiber accessories\" rel=\"noopener\" target=\"_blank\"\u003eTesla 카본 파이버 액세서리\u003c\/a\u003e로 인테리어 업그레이드하기\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .video-container {\n            position: relative;\n            width: 100%;\n            padding-bottom: 56.25%; \/* 16:9 aspect ratio *\/\n            height: 0;\n            overflow: hidden;\n        }\n        .video-container iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            border: 0;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe title=\"Tesla Carbon Fiber Interior Mods | Door Panel Trim From Tesery\" src=\"https:\/\/www.youtube.com\/embed\/P0eW6ASSsjg\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .video-container {\n            position: relative;\n            width: 100%;\n            padding-bottom: 56.25%; \/* 16:9 aspect ratio *\/\n            height: 0;\n            overflow: hidden;\n        }\n        .video-container iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            border: 0;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe title=\"2023 Tesla Model Y Interior Carbon Fiber Complete Makeover! #tesla\" src=\"https:\/\/www.youtube.com\/embed\/3b_kduVXAWU\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"선택하세요 \/ 광택 카본 파이버","offer_id":45476053975272,"sku":"","price":159.99,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 무광 카본 파이버","offer_id":45476054008040,"sku":"","price":159.99,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 포지드 카본 파이버","offer_id":45476054040808,"sku":"","price":159.99,"currency_code":"USD","in_stock":true},{"title":"모델 3 2021-2023.10 \/ 광택 카본 파이버 (판매용)","offer_id":45102119354600,"sku":"TSL4002-A","price":139.99,"currency_code":"USD","in_stock":true},{"title":"모델 3 2021-2023.10 \/ 매트 카본 파이버 (판매용)","offer_id":45102119420136,"sku":"TSL4002-B","price":139.99,"currency_code":"USD","in_stock":true},{"title":"모델 3 2021-2023.10 \/ 포지드 카본 파이버","offer_id":45102119485672,"sku":"TSL4002-C","price":159.99,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 ( 독일 \/ 미국 제조 ) \/ 광택 카본 파이버 (판매용)","offer_id":46189277741288,"sku":"TSL4002-A","price":139.99,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 ( 독일 \/ 미국 제조 ) \/ 매트 카본 파이버 (판매용)","offer_id":46189277774056,"sku":"TSL4002-B","price":139.99,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 ( 독일 \/ 미국 제조 ) \/ 포지드 카본 파이버","offer_id":46189277806824,"sku":"TSL4002-C","price":159.99,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2023.10 (중국산) \/ 광택 카본 파이버 (판매용)","offer_id":45476054073576,"sku":"TSL4002-A","price":139.99,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2023.10 (중국산) \/ 매트 카본 파이버 (판매용)","offer_id":45476054106344,"sku":"TSL4002-B","price":139.99,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2023.10 (중국산) \/ 포지드 카본 파이버","offer_id":45476054139112,"sku":"TSL4002-C","price":159.99,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2023.11-2025.02 (중국 제조) \/ 광택 카본 파이버","offer_id":45134600241384,"sku":"TSL4002-CN-A","price":159.99,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2023.11-2025.02 (중국 제조) \/ 무광 카본 파이버","offer_id":45134600274152,"sku":"TSL4002-CN-B","price":159.99,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2023.11-2025.02 (중국 제조) \/ 포지드 카본 파이버","offer_id":45134600306920,"sku":"TSL4002-CN-C","price":159.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/tesery-model-3-y-door-panel-trim-carbon-fiber-interior-mods2pcs-440086.jpg?v=1710154171"},{"product_id":"mirror-cap-for-tesla-model-3-model-y-sporty-style","title":"TESERY Mirror Caps for Model Y \/ 3 ( 스포티 스타일 ) - 드라이 카본 파이버 외장 모드","description":"\u003cp\u003e\u003cstrong\u003e외관 업그레이드\u003cspan\u003e \u003c\/span\u003e\u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" title=\"Tesla carbon fiber accessories\" rel=\"noopener\" target=\"_blank\"\u003e테슬라 카본 파이버 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e","brand":"Tesery","offers":[{"title":"모델 3 2017-2023.10 \u0026 모델 3 하이랜드 2024+ \/ 선택해 주세요","offer_id":47730246549736,"sku":null,"price":149.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.10 \u0026 모델 3 하이랜드 2024+ \/ 광택 카본 파이버","offer_id":42448199352552,"sku":"TSL3411-A","price":149.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.10 \u0026 모델 3 하이랜드 2024+ \/ 무광 카본 파이버","offer_id":47730247041256,"sku":"TSL3411-B","price":149.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.10 \u0026 모델 3 하이랜드 2024+ \/ 글로시 포지드 카본 파이버","offer_id":47730246582504,"sku":"TSL3411-C","price":169.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 주니퍼 2025+ \/ 선택해 주세요","offer_id":48227664429288,"sku":null,"price":149.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 주니퍼 2025+ \/ 광택 카본 파이버","offer_id":48227664462056,"sku":"TSL3412-newY-A","price":149.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 주니퍼 2025+ \/ 무광 카본 파이버","offer_id":48227664494824,"sku":"TSL3412-newY-B","price":149.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 주니퍼 2025+ \/ 글로시 포지드 카본 파이버","offer_id":48227664527592,"sku":"TSL3412-newY-C","price":169.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.03 \/ 선택해 주세요","offer_id":47730246615272,"sku":null,"price":149.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.03 \/ 광택 카본 파이버","offer_id":42448199385320,"sku":"TSL3412","price":149.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.03 \/ 무광 카본 파이버","offer_id":47730247074024,"sku":"TSL3412-B","price":149.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.03 \/ 글로시 포지드 카본 파이버","offer_id":47730246648040,"sku":"TSL3412-C","price":169.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/tesery-mirror-caps-for-model-y-3-sporty-style-carbon-fiber-exterior-mods-365378.jpg?v=1724937601"},{"product_id":"model-3-y-carbon-fiber-back-seat-covers","title":"모델 3 \/ Y용 풀 백 시트 교체 - 카본 파이버 인테리어 모드","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #111111; background-color: #ffffff; line-height: 1.6; max-width: 800px; margin: 0 auto;\" class=\"product-description-container\"\u003e\n\u003c!-- Trust Badges --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; font-size: 14px; font-weight: 600; color: #0056b3;\"\u003e\n\u003cspan style=\"display: flex; align-items: center;\"\u003e✓ 진짜 OEM 교체품\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center;\"\u003e✓ 3M 테이프 전혀 없음\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center;\"\u003e✓ 진짜 드라이 카본\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Main Title --\u003e\n\u003cdiv style=\"font-size: 28px; font-weight: 800; margin-bottom: 15px; color: #000000; text-transform: uppercase; letter-spacing: 0.5px;\"\u003e테슬라 모델 3 \u0026amp; Y용 진짜 카본 파이버 풀 시트 백 교체품\u003c\/div\u003e\n\u003c!-- Hook \/ Intro Paragraph --\u003e\n\u003cp style=\"font-size: 16px; margin-bottom: 25px; color: #333333;\"\u003e쉽게 긁히는 평범한 공장 플라스틱을 버리고 뒷좌석 승객의 존경을 받으세요. 진정한 테슬라 매니아를 위해 설계된 우리의 \u003cstrong\u003e풀 카본 파이버 시트 백 교체품\u003c\/strong\u003e은 모델 3 또는 모델 Y 인테리어를 즉시 슈퍼카 수준으로 끌어올립니다. 이건 싸구려 스티커 커버가 아니라 완전하고 타협 없는 구조적 교체입니다.\u003c\/p\u003e\n\u003c!-- [Visual Optimization 1] Installation Image\/GIF --\u003e\n\u003cdiv style=\"margin-bottom: 30px; text-align: center;\"\u003e\u003cimg style=\"max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\" alt=\"설치 가이드\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/1774424540657.png?v=1774424571\"\u003e\u003c\/div\u003e\n\u003c!-- Key USPs Section --\u003e\n\u003cdiv style=\"margin-bottom: 30px;\"\u003e\n\u003ch2 style=\"font-size: 22px; font-weight: bold; margin-bottom: 15px; color: #000000; border-bottom: 2px solid #f0f0f0; padding-bottom: 5px;\"\u003e왜 우리의 완전 교체품을 선택해야 하나요?\u003c\/h2\u003e\n\u003c!-- [Visual Optimization 2] Macro Comparison --\u003e\n\u003cdiv style=\"margin-bottom: 20px; text-align: center;\"\u003e\u003cimg style=\"max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\" alt=\"매크로 비교\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/1774426725154.png?v=1774426874\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 15px;\"\u003e\n\u003cdiv style=\"background-color: #f9f9f9; padding: 20px; border-radius: 8px; border-left: 4px solid #0056B3;\"\u003e\n\u003ch3 style=\"font-size: 16px; font-weight: bold; margin-bottom: 10px; color: #000000;\"\u003e3M 테이프 없음. 진짜 OEM 장착.\u003c\/h3\u003e\n\u003cp style=\"font-size: 14px; color: #444444; margin: 0;\"\u003e여름 더위에 가장자리 벗겨짐과 변형은 잊으세요. 최적화된 디자인으로 공장 장착 지점을 사용해 원래 시트 백을 직접 교체합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background-color: #f9f9f9; padding: 20px; border-radius: 8px; border-left: 4px solid #0056B3;\"\u003e\n\u003ch3 style=\"font-size: 16px; font-weight: bold; margin-bottom: 10px; color: #000000;\"\u003e슈퍼카 미학\u003c\/h3\u003e\n\u003cp style=\"font-size: 14px; color: #444444; margin: 0;\"\u003e진보된 드라이 카본 파이버 기술로 제작되어 람보르기니 인테리어를 연상시키는 깊고 고급스러운 질감을 제공합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- [CRO Optimization] Kid-Proof Section (已移除大面积黑色，改为浅灰+蓝边) --\u003e\n\u003cdiv style=\"margin-bottom: 30px; padding: 25px; background-color: #f8f8f8; border-left: 4px solid #0056B3; border-radius: 0 8px 8px 0;\"\u003e\n\u003ch2 style=\"font-size: 22px; font-weight: bold; margin-bottom: 15px; color: #000000;\"\u003e아이도 안전한 인테리어. 몇 초 만에 깨끗이 닦임.\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; color: #333333; margin-bottom: 20px;\"\u003e\"아이 발차기 악몽\"에 지치셨나요? 공장 플라스틱은 쉽게 긁히고 흰색 신발 자국을 영원히 남깁니다. 우리의 투명 코팅된 카본 파이버는 발차기, 긁힘, 일상 마모에 강력한 보호막을 제공합니다. 젖은 천으로 한 번 닦으면 새것처럼 보입니다.\u003c\/p\u003e\n\u003c!-- [Visual Optimization 3] Before \u0026 After --\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003cimg style=\"max-width: 100%; height: auto; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\" alt=\"아이도 안전한 전후 비교\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/1774426054969.png?v=1774426125\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- [Trust \u0026 Social Proof] Enthusiast Review --\u003e\n\u003cdiv style=\"margin-bottom: 30px; padding: 20px; border: 1px solid #e0e0e0; border-radius: 8px; background-color: #f8f8f8;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; margin-bottom: 10px;\"\u003e\n\u003cspan style=\"color: #0056b3; font-size: 18px; margin-right: 10px;\"\u003e★★★★★\u003c\/span\u003e \u003cspan style=\"font-weight: bold; font-size: 14px; color: #000000;\"\u003e구매 인증\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 15px; font-style: italic; color: #333333; margin-bottom: 10px;\"\u003e\"드디어 진짜 교체품, 3M 테이프 쓰레기가 아니네요. 양쪽 설치하는 데 10분 걸렸어요. 장착감이 시트 소재와 완벽하게 맞아떨어집니다. 마치 모델 S 플래드에서 바로 나온 것 같아요. 제대로 하려면 강력 추천합니다.\"\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #666666; margin: 0;\"\u003e— 제이슨 M., 테슬라 모델 Y 롱 레인지 오너 (TMC 포럼 통해)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications List --\u003e\n\u003cdiv style=\"margin-bottom: 30px;\"\u003e\n\u003ch2 style=\"font-size: 20px; font-weight: bold; margin-bottom: 15px; color: #000000; border-bottom: 2px solid #f0f0f0; padding-bottom: 5px;\"\u003e제품 사양\u003c\/h2\u003e\n\u003cul style=\"font-size: 15px; color: #333333; line-height: 1.8; padding-left: 20px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e적합 차량:\u003c\/strong\u003e 테슬라 모델 3 2017년 이후 \u0026amp; 모델 Y 2020년 이후\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e재질:\u003c\/strong\u003e 프리미엄 드라이 카본 파이버 (고온 저항, 변색 없음).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e패키지 구성:\u003c\/strong\u003e 카본 파이버 시트 백 교체품 2개 (운전석 \u0026amp; 조수석).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- [CRO Optimization] Hardcore FAQ Section --\u003e\n\u003cdiv style=\"margin-bottom: 40px;\"\u003e\n\u003ch2 style=\"font-size: 20px; font-weight: bold; margin-bottom: 15px; color: #000000; border-bottom: 2px solid #f0f0f0; padding-bottom: 5px;\"\u003e자주 묻는 질문\u003c\/h2\u003e\n\u003cdetails style=\"margin-bottom: 10px; border: 1px solid #dddddd; border-radius: 5px; padding: 10px; background: #ffffff;\"\u003e\n\u003csummary style=\"font-weight: bold; font-size: 15px; cursor: pointer; outline: none; color: #000000;\"\u003e이것이 시트 에어백에 영향을 미치나요?\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px; font-size: 14px; color: #444444;\"\u003e\u003cstrong\u003e아니요.\u003c\/strong\u003e 우리의 시트 백 교체품은 OEM 플라스틱 커버의 정확한 치수와 장착 지점을 복제하도록 설계되었습니다. 시트에 장착된 사이드 에어백의 전개 구역에 영향을 주지 않습니다.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 10px; border: 1px solid #dddddd; border-radius: 5px; padding: 10px; background: #ffffff;\"\u003e\n\u003csummary style=\"font-weight: bold; font-size: 15px; cursor: pointer; outline: none; color: #000000;\"\u003e이것이 내 테슬라 보증을 무효화하나요?\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px; font-size: 14px; color: #444444;\"\u003e\u003cstrong\u003e아니요.\u003c\/strong\u003e 이것은 간단하고 비파괴적인 미용용 인테리어 교체입니다. 전기 부품, 배선 또는 파워트레인을 변경하지 않으므로 테슬라 공장 보증은 완전히 유지됩니다.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- Quality Guarantee --\u003e\n\u003cdiv style=\"background-color: #f8f8f8; border-top: 4px solid #0056B3; padding: 20px; border-radius: 8px; text-align: center;\"\u003e\n\u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 10px; color: #000000;\"\u003e우리의 품질 약속\u003c\/h2\u003e\n\u003cp style=\"font-size: 14px; margin-bottom: 0; color: #333333;\"\u003e모든 세트는 완벽한 직조와 완벽한 장착을 보장하기 위해 출고 전에 엄격한 품질 관리 검사를 거칩니다. 절대적인 신뢰를 가지고 구매하세요.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"선택하세요 \/ 무광 카본 파이버","offer_id":48161195262184,"sku":null,"price":629.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 광택 카본 파이버","offer_id":48161195294952,"sku":null,"price":629.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 하이랜드 \u0026 모델 Y 주니퍼 \/ 무광 카본 파이버","offer_id":42450537578728,"sku":"TSL3608-C","price":629.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 하이랜드 \u0026 모델 Y 주니퍼 \/ 광택 카본 파이버","offer_id":42450537611496,"sku":"TSL3608-D","price":629.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.08 \u0026 모델 Y 2020-2025.03 \/ 무광 카본 파이버","offer_id":46906633027816,"sku":"TSL3608-B","price":629.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.08 \u0026 모델 Y 2020-2025.03 \/ 광택 카본 파이버","offer_id":46906633060584,"sku":"TSL3608-A","price":629.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/model-3-y-back-seat-cover-carbon-fiber-interior-mods-343076.jpg?v=1744603135"},{"product_id":"seat-belt-buckle-cover-for-tesla-model-3-y","title":"모델 3 \/ Y 시트 벨트 버클 커버 트림 - 카본 파이버 인테리어 모드（2개）","description":"\u003ch4\u003e사양\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e재질:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003e리얼 카본 파이버\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003e색상:\u003c\/strong\u003e \u003c\/span\u003e유광 카본 파이버 \/ 무광 카본 파이버 \/ 유광 레드 카본 파이버\u003cbr\u003e\u003cstrong\u003e적합 모델:\u003c\/strong\u003e Tesla Model 3 2017-현재, Tesla Model Y 2020-현재, Model 3 Highland, Model Y Juniper\u003cbr\u003e\u003c\/p\u003e\n\u003ch4\u003e패키지 구성\u003c\/h4\u003e\n\u003cp\u003e2개 × 안전벨트 버클 커버\u003cbr\u003e1개 \u003cspan\u003e× 3M 양면 접착제\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: auto; overflow: hidden; max-width: 100%;\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/DaLKfRt7Ugo\" title=\"Tesery Carbon fiber seat belt buckle for Tesla Model 3\/Y\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003e내부를 업그레이드하세요 \u003ca rel=\"noopener\" title=\"Tesla carbon fiber accessories\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003eTesla 탄소 섬유 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"모델 3 2017+ \u0026 모델 Y 2020+ \/ 무광 카본 파이버 (2개 세트)","offer_id":42459550187752,"sku":"TSL3610-B","price":29.99,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017+ \u0026 모델 Y 2020+ \/ 광택 레드 카본 파이버 (2개 세트)","offer_id":42459550220520,"sku":"TSL3610-C","price":29.99,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017+ \u0026 모델 Y 2020+ \/ 광택 카본 파이버 (2개 세트)","offer_id":42459550154984,"sku":"TSL3610-A","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/model-3-y-seat-belt-buckle-cover-trim-carbon-fiber-interior-mods2pcs-624318.jpg?v=1724937968"},{"product_id":"model-3-highland-y-juniper-carbon-fiber-rear-seat-cover","title":"모델 3 \/ Y용 뒷좌석 커버 - 리얼 카본 파이버 인테리어 모드","description":"\u003cdiv class=\"product-description-container\" style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #000000; background-color: #ffffff; line-height: 1.6;\"\u003e\n\n  \u003c!-- Trust Badges (Blue #0056B3) --\u003e\n  \u003cdiv style=\"display: flex; gap: 15px; margin-bottom: 20px; font-size: 14px; font-weight: 600; color: #0056b3;\"\u003e\n    \u003cspan style=\"display: flex; align-items: center;\"\u003e✓ 완벽한 맞춤 보장\u003c\/span\u003e \n    \u003cspan style=\"display: flex; align-items: center;\"\u003e✓ 30일 간편 반품\u003c\/span\u003e \n    \u003cspan style=\"display: flex; align-items: center;\"\u003e✓ 간편한 덮어씌우기 설치\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Main Title (Changed from H1 to DIV for better SEO structure) --\u003e\n  \u003cdiv style=\"font-size: 28px; font-weight: bold; margin-bottom: 15px; color: #000000;\"\u003e\n    테슬라 Model 3용 프리미엄 드라이 카본 파이버 시트 등받이 커버\n  \u003c\/div\u003e\n\n  \u003c!-- Hook \/ Intro Paragraph --\u003e\n  \u003cp style=\"font-size: 16px; margin-bottom: 25px; color: #000000;\"\u003e\n    쉽게 긁히는 평범한 공장 플라스틱을 버리고 테슬라 Model 3 인테리어를 슈퍼카 수준으로 끌어올리세요. 진정한 애호가를 위해 제작된 저희 \u003cstrong style=\"color: #0056b3;\"\u003e정밀 맞춤 드라이 카본 파이버 시트 등받이 커버\u003c\/strong\u003e는 이국적인 미감을 제공하며 뒷좌석 승객의 흠집과 발길질로부터 완벽한 보호를 약속합니다. \u003cem\u003e분해 없이 공장 시트 위에 완벽하게 덮어씌우도록 설계되었습니다.\u003c\/em\u003e\n  \u003c\/p\u003e\n\n  \u003c!-- Visual Optimization 1: Before \u0026 After --\u003e\n  \u003cdiv style=\"margin-bottom: 30px;\"\u003e\n    \u003ch2 style=\"font-size: 20px; font-weight: bold; margin-bottom: 15px; color: #000000; border-bottom: 2px solid #eeeeee; padding-bottom: 5px;\"\u003e인테리어 변신\u003c\/h2\u003e\n    \u003c!-- Optimized Image Container --\u003e\n    \u003cdiv style=\"margin-bottom: 15px; text-align: center;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Before_amp_After.png?v=1774419124\" alt=\"설치 전후 비교\" style=\"max-width: 100%; height: auto; border-radius: 8px; display: block; margin: 0 auto;\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Visual Optimization 2: Exploded View (Craftsmanship) --\u003e\n  \u003cdiv style=\"margin-bottom: 30px;\"\u003e\n    \u003ch2 style=\"font-size: 20px; font-weight: bold; margin-bottom: 15px; color: #000000; border-bottom: 2px solid #eeeeee; padding-bottom: 5px;\"\u003e항공우주 등급 제작\u003c\/h2\u003e\n    \u003c!-- Optimized Image Container --\u003e\n    \u003cdiv style=\"margin-bottom: 15px; text-align: center;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/1774419498120.png?v=1774419557\" alt=\"카본 파이버 제작 레이어\" style=\"max-width: 100%; height: auto; border-radius: 8px; display: block; margin: 0 auto;\"\u003e\n    \u003c\/div\u003e\n    \u003cul style=\"font-size: 15px; color: #000000;\"\u003e\n      \u003cli style=\"margin-bottom: 5px;\"\u003e\n\u003cstrong\u003e이중 레이어 카본:\u003c\/strong\u003e 저가 단일 레이어 젯 카본과 달리, 저희 이중 레이어 핫프레스 몰딩은 최대 강성과 원래 시트에 완벽히 맞는 윤곽을 보장합니다.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e완벽한 3D 직조:\u003c\/strong\u003e 노란 변색이나 균열 방지를 위한 UV 차단 고광택 클리어 코팅으로 수작업 마감되었습니다.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Visual Optimization 3: Installation Video --\u003e\n  \u003cdiv style=\"margin-bottom: 30px;\"\u003e\n    \u003ch2 style=\"font-size: 20px; font-weight: bold; margin-bottom: 15px; color: #000000; border-bottom: 2px solid #eeeeee; padding-bottom: 5px;\"\u003e즉시 덮어씌우는 설치\u003c\/h2\u003e\n    \u003cp style=\"font-size: 15px; color: #000000;\"\u003e\n      \u003cstrong style=\"color: #0056b3;\"\u003e분해 불필요:\u003c\/strong\u003e 기존 시트 등받이를 제거하거나 프라이 도구를 사용할 필요가 없습니다. 저희 커버는 3D 스캔으로 정밀 제작되어 공장 플라스틱 위에 바로 덮어 완벽하고 공장과 같은 밀착감을 몇 초 만에 제공합니다.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Specifications \u0026 Package Includes --\u003e\n  \u003cdiv style=\"margin-bottom: 30px;\"\u003e\n    \u003ch2 style=\"font-size: 20px; font-weight: bold; margin-bottom: 15px; color: #000000; border-bottom: 2px solid #eeeeee; padding-bottom: 5px;\"\u003e사양 및 패키지\u003c\/h2\u003e\n    \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 20px;\"\u003e\n      \u003c!-- Specs --\u003e\n      \u003cdiv style=\"flex: 1; min-width: 250px; background-color: #f4f4f4; padding: 15px; border-radius: 8px; border: 1px solid #eeeeee;\"\u003e\n        \u003ch3 style=\"font-size: 16px; font-weight: bold; margin-bottom: 10px; color: #0056b3;\"\u003e제품 사양\u003c\/h3\u003e\n        \u003cul style=\"font-size: 15px; color: #000000; margin: 0; padding-left: 20px;\"\u003e\n          \u003cli style=\"margin-bottom: 5px;\"\u003e\n\u003cstrong\u003e재질:\u003c\/strong\u003e 진짜 드라이 카본 파이버\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e색상 \/ 마감:\u003c\/strong\u003e 광택 카본 파이버, 무광 카본 파이버\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003c!-- Package --\u003e\n      \u003cdiv style=\"flex: 1; min-width: 250px; background-color: #f4f4f4; padding: 15px; border-radius: 8px; border: 1px solid #eeeeee;\"\u003e\n        \u003ch3 style=\"font-size: 16px; font-weight: bold; margin-bottom: 10px; color: #0056b3;\"\u003e패키지 구성\u003c\/h3\u003e\n        \u003cul style=\"font-size: 15px; color: #000000; margin: 0; padding-left: 20px;\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e2개 세트 *\u003c\/strong\u003e 뒷좌석 등받이 커버 (운전석 \u0026amp; 조수석)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Trust \u0026 CRO: UGC Reviews --\u003e\n  \u003cdiv style=\"background-color: #f4f4f4; padding: 20px; border-radius: 8px; margin-bottom: 30px; border: 1px solid #eeeeee;\"\u003e\n    \u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 15px; text-align: center; color: #000000;\"\u003e테슬라 오너들이 말하는 후기\u003c\/h2\u003e\n    \u003cdiv style=\"margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #cccccc;\"\u003e\n      \u003cdiv style=\"color: #0056b3; font-size: 18px; margin-bottom: 5px;\"\u003e★★★★★\u003c\/div\u003e\n      \u003cp style=\"font-style: italic; margin: 0 0 5px 0; color: #000000;\"\u003e\"드디어 진짜 어울리는 카본 커버가 나왔네요! 2023 Model 3 원래 플라스틱 위에 완벽하게 맞아요. 양쪽 설치하는 데 딱 2분 걸렸어요.\"\u003c\/p\u003e\n      \u003cspan style=\"font-size: 13px; color: #000000; font-weight: bold;\"\u003e- Jason M., 구매 인증 고객\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv style=\"color: #0056b3; font-size: 18px; margin-bottom: 5px;\"\u003e★★★★★\u003c\/div\u003e\n      \u003cp style=\"font-style: italic; margin: 0 0 5px 0; color: #000000;\"\u003e\"아이들이 마음껏 발로 차도 이제는 그냥 닦아내면 돼요. 게다가 내부가 Plaid처럼 보여요. 제가 해본 인테리어 업그레이드 중 가장 쉬웠어요.\"\u003c\/p\u003e\n      \u003cspan style=\"font-size: 13px; color: #000000; font-weight: bold;\"\u003e- David R., 구매 인증 고객\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ Section (Accordions) --\u003e\n  \u003cdiv style=\"margin-bottom: 30px;\"\u003e\n    \u003ch2 style=\"font-size: 20px; font-weight: bold; margin-bottom: 15px; color: #000000; border-bottom: 2px solid #eeeeee; padding-bottom: 5px;\"\u003e자주 묻는 질문\u003c\/h2\u003e\n    \u003c!-- FAQ 1 --\u003e\n    \u003cdetails style=\"margin-bottom: 10px; background-color: #f4f4f4; padding: 10px 15px; border-radius: 5px; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; outline: none; color: #0056b3;\"\u003e2024 Model 3 Highland에 맞나요?\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 10px; font-size: 14px; color: #000000;\"\u003e모델 연도를 변형 선택기에서 꼭 확인해 주세요. 클래식 Model 3 (2017-2023)과 신형 Highland (2024+)는 시트 구조가 다릅니다. 완벽한 맞춤을 위해 장바구니에 담기 전에 올바른 옵션을 선택하세요.\u003c\/p\u003e\n    \u003c\/details\u003e\n    \u003c!-- FAQ 2 --\u003e\n    \u003cdetails style=\"margin-bottom: 10px; background-color: #f4f4f4; padding: 10px 15px; border-radius: 5px; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; outline: none; color: #0056b3;\"\u003e시트 통풍이나 에어백에 영향을 주나요?\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 10px; font-size: 14px; color: #000000;\"\u003e아니요. 저희 커버는 OEM 사양에 정확히 맞게 설계되었습니다. 뒷면 플라스틱 쉘 위에 덮어씌우기만 하며 시트 통풍, 열선, 에어백 작동에 전혀 영향을 주지 않습니다.\u003c\/p\u003e\n    \u003c\/details\u003e\n    \u003c!-- FAQ 3 --\u003e\n    \u003cdetails style=\"margin-bottom: 10px; background-color: #f4f4f4; padding: 10px 15px; border-radius: 5px; cursor: pointer;\"\u003e\n      \u003csummary style=\"font-weight: 600; outline: none; color: #0056b3;\"\u003e기존 시트 등받이를 제거해야 하나요?\u003c\/summary\u003e\n      \u003cp style=\"margin-top: 10px; font-size: 14px; color: #000000;\"\u003e전혀 그렇지 않습니다! 저희 디자인은 직접 덮어씌우는 방식입니다. 어떤 프라이 도구나 기계적 기술도 필요 없습니다. 기존 시트 등받이에 맞춰 눌러주기만 하면 즉시 완벽하게 업그레이드됩니다.\u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"선택해 주세요 \/ 광택 카본 파이버","offer_id":47738859421928,"sku":null,"price":590.0,"currency_code":"USD","in_stock":true},{"title":"선택해 주세요 \/ 무광 카본 파이버","offer_id":47738859454696,"sku":null,"price":590.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 하이랜드 2024-현재 \u0026 모델 Y 주니퍼 2025+ \/ 광택 카본 파이버","offer_id":46906579026152,"sku":"TSL3609-newY-A","price":590.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 하이랜드 2024-현재 \u0026 모델 Y 주니퍼 2025+ \/ 무광 카본 파이버","offer_id":46906579058920,"sku":"TSL3609-newY-B","price":590.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 및 Model 3 2017-2023.10 \/ 광택 카본 파이버","offer_id":42459718156520,"sku":"TSL3609-A","price":590.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 및 Model 3 2017-2023.10 \/ 무광 카본 파이버","offer_id":42459718189288,"sku":"TSL3609-B","price":590.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/real-carbon-fiber-central-control-seat-back-2-pcs-suitable-for-tesla-model-3-2017-2022-488003.jpg?v=1704511030"},{"product_id":"model-3-model-y-side-camera-turn-signal-cover","title":"모델 3\/S\/Y\/X용 사이드 카메라 방향 지시등 커버 - 카본 파이버 외장 모드","description":"\u003ch4 data-mce-fragment=\"1\"\u003e제품 설명\u003c\/h4\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cp\u003e재질: 진짜 탄소 섬유\u003cbr\u003e색상: 광택 \/ 무광 \/ 단조 \/ 레드\u003cbr\u003e적합 차종: Tesla Model 3 \/ S \/ X \/ Y\u003c\/p\u003e\n\u003ch4\u003e패키지 구성\u003c\/h4\u003e\n\u003cp\u003e1개 × Tesla 사이드 카메라 \u003cspan data-mce-fragment=\"1\"\u003e턴 신호 커버\u003cbr\u003e\u003c\/span\u003e1개 \u003cspan data-mce-fragment=\"1\"\u003e× 3M 양면 접착제\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong\u003e외관 업그레이드 \u003ca rel=\"noopener\" title=\"Tesla carbon fiber accessories\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003eTesla 카본 파이버 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"선택하세요 \/ 무광 카본 섬유","offer_id":46731755192552,"sku":"","price":59.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 광택 카본 파이버","offer_id":46731755159784,"sku":"","price":59.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 레드 카본 파이버","offer_id":46731830722792,"sku":"","price":59.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 포지드 카본 파이버","offer_id":46731830755560,"sku":"","price":59.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023 \/ 무광 카본 섬유","offer_id":45494460088552,"sku":"TSL4005-B","price":59.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023 \/ 광택 카본 파이버","offer_id":45494459793640,"sku":"TSL4005-A","price":59.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023 \/ 레드 카본 파이버","offer_id":46731830788328,"sku":"TSL4005-D","price":59.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023 \/ 포지드 카본 파이버","offer_id":46731830821096,"sku":"TSL4005-C","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ \u0026 Model Y Juniper 2025+ \u0026 Model Y Standard 2026+ \/ 무광 카본 섬유","offer_id":45494460023016,"sku":"TSL4005-new-B","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ \u0026 Model Y Juniper 2025+ \u0026 Model Y Standard 2026+ \/ 광택 카본 파이버","offer_id":45494459760872,"sku":"TSL4005-new-A","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ \u0026 Model Y Juniper 2025+ \u0026 Model Y Standard 2026+ \/ 레드 카본 파이버","offer_id":46731830853864,"sku":"TSL4005-new-D","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ \u0026 Model Y Juniper 2025+ \u0026 Model Y Standard 2026+ \/ 포지드 카본 파이버","offer_id":46731830886632,"sku":"TSL4005-new-C","price":59.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2024 (독일 공장) \/ 무광 카본 섬유","offer_id":45494459957480,"sku":"TSL4005-B","price":59.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2024 (독일 공장) \/ 광택 카본 파이버","offer_id":45494459695336,"sku":"TSL4005-A","price":59.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2024 (독일 공장) \/ 레드 카본 파이버","offer_id":46731830919400,"sku":"TSL4005-D","price":59.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2024 (독일 공장) \/ 포지드 카본 파이버","offer_id":46731830984936,"sku":"TSL4005-C","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2024 (중국 공장) \/ 무광 카본 섬유","offer_id":46731829969128,"sku":"TSL4005-new-B","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2024 (중국 공장) \/ 광택 카본 파이버","offer_id":46731829936360,"sku":"TSL4005-new-A","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2024 (중국 공장) \/ 레드 카본 파이버","offer_id":46731831017704,"sku":"TSL4005-new-D","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2024 (중국 공장) \/ 포지드 카본 파이버","offer_id":46731831083240,"sku":"TSL4005-new-C","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2022 (미국 공장) \/ 무광 카본 섬유","offer_id":46731830034664,"sku":"TSL4005-B","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2022 (미국 공장) \/ 광택 카본 파이버","offer_id":46731830001896,"sku":"TSL4005-A","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2022 (미국 공장) \/ 레드 카본 파이버","offer_id":46731831116008,"sku":"TSL4005-D","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2022 (미국 공장) \/ 포지드 카본 파이버","offer_id":46731831148776,"sku":"TSL4005-C","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2023-2024 (미국 공장) \/ 무광 카본 섬유","offer_id":46731830100200,"sku":"TSL4005-new-B","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2023-2024 (미국 공장) \/ 광택 카본 파이버","offer_id":46731830067432,"sku":"TSL4005-new-A","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2023-2024 (미국 공장) \/ 레드 카본 파이버","offer_id":46731831181544,"sku":"TSL4005-new-D","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2023-2024 (미국 공장) \/ 포지드 카본 파이버","offer_id":46731831214312,"sku":"TSL4005-new-C","price":59.0,"currency_code":"USD","in_stock":true},{"title":"모델 S \/ X 2015-2020 \/ 무광 카본 섬유","offer_id":45494460121320,"sku":"TSL4005-S-B","price":59.0,"currency_code":"USD","in_stock":true},{"title":"모델 S \/ X 2015-2020 \/ 광택 카본 파이버","offer_id":45494459859176,"sku":"TSL4005-S-A","price":59.0,"currency_code":"USD","in_stock":true},{"title":"모델 S \/ X 2015-2020 \/ 레드 카본 파이버","offer_id":46731831247080,"sku":"TSL4005-S-D","price":59.0,"currency_code":"USD","in_stock":true},{"title":"모델 S \/ X 2015-2020 \/ 포지드 카본 파이버","offer_id":46731831279848,"sku":"TSL4005-S-C","price":59.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/side-camera-turn-signal-cover-for-model-3syx-carbon-fiber-exterior-mods-450156.jpg?v=1733245632"},{"product_id":"real-carbon-fiber-steering-wheel-protective","title":"모델 3 \/ Y 스티어링 휠 중앙 트림 커버 - 카본 파이버 인테리어 모드","description":"\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003e\u003ca rel=\"noopener\" title=\"Tesla carbon fiber accessories\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003e테슬라 카본 파이버 액세서리\u003c\/a\u003e로 인테리어를 업그레이드하세요.\u003c\/strong\u003e\u003c\/p\u003e\n\u003csection style=\"background: #f7f8fa; padding: 60px 20px; text-align: center; font-family: Inter,sans-serif;\"\u003e\n\u003ch2 style=\"font-size: 32px; font-weight: bold; color: #111; margin-bottom: 14px;\"\u003e실제 장착 및 리뷰 영상\u003c\/h2\u003e\n\u003cp style=\"font-size: 16px; color: #666; margin-bottom: 40px;\"\u003e테슬라 오너들이 카본 파이버 스티어링 휠 트림과 액세서리로 인테리어를 어떻게 업그레이드하는지 확인해 보세요.\u003c\/p\u003e\n\u003cdiv class=\"tesery-video-grid\"\u003e\n\u003c!-- Video 1 --\u003e\n\u003cdiv class=\"tesery-video-card\"\u003e\n\u003cdiv class=\"tesery-video-wrapper\"\u003e\u003ciframe title=\"Tesla Carbon Fiber Steering Wheel Trim Cover Model 3 Y\" src=\"https:\/\/www.youtube.com\/embed\/wMZtUik9wWQ\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Video 2 --\u003e\n\u003cdiv class=\"tesery-video-card\"\u003e\n\u003cdiv class=\"tesery-video-wrapper\"\u003e\u003ciframe title=\"Tesla Model Y Interior Carbon Fiber Complete Makeover\" src=\"https:\/\/www.youtube.com\/embed\/3b_kduVXAWU\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Video 3 --\u003e\n\u003cdiv class=\"tesery-video-card\"\u003e\n\u003cdiv class=\"tesery-video-wrapper\"\u003e\u003ciframe title=\"Installing Carbon Fiber Trim Covers for Tesla Model Y Steering Wheel\" src=\"https:\/\/www.youtube.com\/embed\/-4iZKWjyNJY\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Video 4 --\u003e\n\u003cdiv class=\"tesery-video-card\"\u003e\n\u003cdiv class=\"tesery-video-wrapper\"\u003e\u003ciframe title=\"Tesla Carbon Fiber Interior Trim Tesery\" src=\"https:\/\/www.youtube.com\/embed\/jJmpwHALNRE\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n\n.tesery-video-grid{\ndisplay:grid;\ngrid-template-columns:repeat(2,1fr);\ngap:28px;\nmax-width:1200px;\nmargin:0 auto;\n}\n\n.tesery-video-card{\nbackground:#fff;\nborder-radius:22px;\noverflow:hidden;\nbox-shadow:0 8px 24px rgba(0,0,0,0.08);\ntransition:all .35s ease;\n}\n\n.tesery-video-card:hover{\ntransform:translateY(-6px);\nbox-shadow:0 18px 40px rgba(0,0,0,0.16);\n}\n\n.tesery-video-wrapper{\nposition:relative;\nwidth:100%;\npadding-top:56.25%;\n}\n\n.tesery-video-wrapper iframe{\nposition:absolute;\ntop:0;\nleft:0;\nwidth:100%;\nheight:100%;\nborder:0;\nborder-radius:22px;\n}\n\n@media(max-width:768px){\n\n.tesery-video-grid{\ngrid-template-columns:1fr;\n}\n\nsection h2{\nfont-size:24px!important;\n}\n\nsection p{\nfont-size:14px!important;\n}\n\n}\n\n\u003c\/style\u003e","brand":"Tesery Official Store","offers":[{"title":"Model 3 2017-2023 \u0026 Model Y 2020-2024 \/ 무광 카본 파이버","offer_id":46624562184424,"sku":"TSL3617-B","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023 \u0026 Model Y 2020-2024 \/ 광택 카본 파이버","offer_id":46624562413800,"sku":"TSL3617-A","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023 \u0026 Model Y 2020-2024 \/ 포지드 카본 파이버","offer_id":46624562479336,"sku":"TSL3617-C","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/model-3-y-steering-wheel-middle-trim-cover-carbon-fiber-interior-mods-367762.jpg?v=1717660159"},{"product_id":"tesla-model-s-real-carbon-fiber-spoiler","title":"테슬라 모델 S용 카본 파이버 리어 트렁크 스포일러 블레이드 퍼포먼스 스타일","description":"\u003cp\u003eTesla Model S 스포일러는 \u003cspan data-mce-fragment=\"1\"\u003e스포티한 외관과 진짜 몰딩 탄소 섬유로 제작되었습니다. Tesla Model S 리어 스포일러는 시각적 임팩트를 강화하고 새로운 시그니처 룩을 창출하며 공기 효율성을 향상시킵니다.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e이들은 완벽한 OEM 매치일 뿐만 아니라 시간이 지나도 변색을 방지하는 UV 코팅이 되어 있습니다. 두 가지 마감 처리로 제공됩니다: 광택 또는 무광. 젖은 듯한 광택 버전은 풍부하고 매우 인상적입니다. 더 깊고 빛나는 외관을 가지고 있습니다. 두 가지 모두 실제 탄소 섬유로 만들어졌으며, 이는 진짜 직조 탄소 섬유로 테슬라 OEM 부품처럼 설치됩니다. \u003c\/p\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003e카본 파이버 공기역학 부품은 매우 강한 항공기용 고급 카본 파이버 소재로 만들어져 무게는 가볍고 인장 강도가 높아 기대하는 긴 수명을 보장합니다. 이는 진짜 카본 파이버이며, 유리섬유나 기타 플라스틱이 아닌 수작업으로 짠 카본 파이버입니다.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eUV 저항성은 최소 수준이므로 세라믹 코팅 같은 UV 코팅제로 스포일러를 처리하거나, 투명 광택 UV 스프레이 페인트로 도장하여 UV 보호를 연장할 수 있습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e외관 업그레이드 \u003ca rel=\"noopener\" title=\"Tesla carbon fiber accessories\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003eTesla 카본 파이버 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch4\u003e특징\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e유리섬유나 기타 플라스틱 없이 수작업으로 적층된 진짜 몰딩 카본 파이버로 제작되었습니다\u003c\/li\u003e\n\u003cli\u003e차량을 스포티한 차처럼 보이게 하며, 더 큰 다운포스를 추가하고 공기역학에 기여하여 스타일과 외관을 크게 향상시킵니다\u003c\/li\u003e\n\u003cli\u003e고속 주행 시 차량 안정성을 유지하며, 운전자의 후방 시야를 방해하지 않고, 전체 항력을 줄여 연료를 절약합니다\u003c\/li\u003e\n\u003cli\u003e쉬운 설치를 위한 필수 3M 양면 테이프 포함, 스포일러를 트렁크 리드에 부착하세요\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003e\u003cb\u003e사양\u003c\/b\u003e\u003c\/h4\u003e\n\u003cp\u003e재질: 광택 \/ 무광 카본 파이버\u003c\/p\u003e\n\u003cp\u003e적합 차종:\u003cspan data-mce-fragment=\"1\"\u003e 테슬라 모델 S 2014년 이후\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e패키지 구성\u003c\/h4\u003e\n\u003cp\u003e\u003cspan\u003e1개 × 테슬라 모델 S 스포일러\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e1개 × 3M 양면 접착 테이프\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4 data-mce-fragment=\"1\"\u003e설치\u003c\/h4\u003e\n\u003col\u003e\n\u003cli\u003e붙일 곳을 깨끗이 청소한 후 수건이나 티슈로 물기를 닦아내세요. 기름, 물, 왁스 등이 묻어 있으면 안 됩니다.\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\" class=\"a-list-item\"\u003e설치 위치를 결정한 후 제품과 설치 위치를 비교하세요. 제품이 차량에 맞지 않으면 설치하지 마십시오.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\" class=\"a-list-item\"\u003e양면 접착 테이프를 떼어낼 때는 손으로 접착면을 만지지 마세요.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\" class=\"a-list-item\"\u003e더 나은 효과를 위해 헤어드라이어나 라이터로 양면 접착 테이프를 가열하는 것을 권장합니다. (40도 이상은 안 됩니다.)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\" class=\"a-list-item\"\u003e정렬 위치를 맞춘 후 붙이세요. 접착은 접착 조건과 올바른 설치 방법에 따라 달라집니다.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\" class=\"a-list-item\"\u003e붙일 때 20-30초 이상 눌러 주시고, 최상의 고정 효과를 위해 48시간 동안 건조 상태를 유지하세요.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003ch4\u003e\u003cspan\u003e보증됨\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp\u003e카본 파이버 패턴은 보증됩니다. 진짜 몰딩 카본 파이버는 핸드 레이(수작업 적층) 방식이며, 사전 함침이나 습식 몰딩이 아니므로 패턴 방향에 따라 결함이 발생할 수 있습니다. 이러한 변형은 정상이며 제조 결함이 아닙니다. 제품 반품을 원하시면 반품 정책을 참고해 주세요.\u003cbr\u003e\u003cbr\u003eUV 보증. 저희의 정품 몰딩 카본 파이버는 3중 UV 보호 코팅이 되어 있습니다. 시간이 지나면서 나노 세라믹 코팅이나 적절한 왁싱 없이 보호층이 닳을 수 있습니다. 보증 기간은 1년입니다. 카본 파이버가 직사광선에 주차될 경우 약간의 황변 현상은 정상이며 보증 대상이 아닙니다. 마지막으로 설치 후에는 광택 표면에 한해 페인트 보호 필름과 클리어 브라를 감싸는 것을 권장합니다. 이는 시간이 지나면서 찍힘, 긁힘, 움푹 들어감을 방지합니다.\u003cbr\u003e\u003cbr\u003e참고: 양면 접착 라이너가 제거된 경우 중고로 간주됩니다. 중고 제품은 반품이 불가하니, 접착 라이너를 제거하기 전에 외관에 만족하는지 확인하고 테슬라에 부착하세요.\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e최고의 품질과 전반적으로 우수한 미적 감각을 원하신다면, 테슬라 스포일러가 최고의 선택입니다. 지금 바로 확보하세요.\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan\u003e\u003cstrong\u003e배송:\u003c\/strong\u003e \u003c\/span\u003e\u003cspan\u003e전 세계 어느 도시로든 무료 배송해 드립니다.\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan\u003e귀하의 상품이 완벽한 상태로 설치 준비가 완료된 채로 도착할 수 있도록 모든 노력을 기울이고 있습니다.\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan\u003e상품이 손상되었거나 용도에 맞지 않을 경우, 수령일로부터 30일 이내 무조건 환불 또는 교환해 드립니다.\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan\u003e테서리 모델 S 스포일러에 대해 궁금한 점이 있으시면 온라인 고객 서비스에 문의하시거나, \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e📧 이메일 : \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003emarket@tesery.com\u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e 또는\u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e📞 전화\/Whatsapp\/Facebook\/메시지：\u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e+86 185 6670 3079\u003c\/span\u003e\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"선택하세요 \/ 광택 카본 파이버","offer_id":47169518960872,"sku":null,"price":369.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 무광 카본 파이버","offer_id":47169518993640,"sku":null,"price":369.0,"currency_code":"USD","in_stock":true},{"title":"모델 S 2014-2020 \/ 광택 카본 파이버","offer_id":42788005249256,"sku":"TSL8307-A","price":369.0,"currency_code":"USD","in_stock":true},{"title":"모델 S 2014-2020 \/ 무광 카본 파이버","offer_id":42788005282024,"sku":"TSL8307-B","price":369.0,"currency_code":"USD","in_stock":true},{"title":"Model S 2021-현재 \/ 광택 카본 파이버","offer_id":46701989921000,"sku":"TSL8307-new-A","price":369.0,"currency_code":"USD","in_stock":true},{"title":"Model S 2021-현재 \/ 무광 카본 파이버","offer_id":46701989953768,"sku":"TSL8307-new-B","price":369.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/carbon-fiber-rear-trunk-spoiler-blade-performance-style-for-tesla-model-s-721366.jpg?v=1742408874"},{"product_id":"real-carbon-fiber-handle-wrap-cover-trim","title":"TESERY 도어 핸들 보호 커버 for Tesla Model 3 \/ Y - 카본 파이버 외장 모드","description":"\u003ch4\u003e사양\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e적용 차종: \u003c\/strong\u003e모델 3 2017-현재, 모델 3 하이랜드, 모델 Y 2020-현재, 모델 Y 주니퍼 2025+, 모델 Y 스탠다드 2025+\u003cbr\u003e\u003cstrong\u003e재질: \u003c\/strong\u003e정품 카본 파이버\u003cbr\u003e\u003cstrong\u003e색상: \u003c\/strong\u003e무광 카본 파이버 \/ 유광 카본 파이버 \/ 단조 카본 파이버 \/ 밝은 은색 카본 파이버 \/ 밝은 빨간색 카본 파이버\u003c\/p\u003e\n\u003cp\u003e\u003c!-- show up to 2 reviews by default --\u003e\u003c\/p\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: auto; overflow: hidden; max-width: 100%;\"\u003e\u003ciframe style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" title=\"Tesla Carbon Fiber Exterior | Handle Cover for Model 3 \/ Y from Tesery\" src=\"https:\/\/www.youtube.com\/embed\/H6ZQYm50byo\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"two_col minwidth\"\u003e\n\u003cdiv class=\"col\"\u003e\n\u003cdiv class=\"description\"\u003e\u003cstrong\u003e\u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" title=\"Tesla carbon fiber accessories\" rel=\"noopener\" target=\"_blank\"\u003e테슬라 카본 파이버 액세서리\u003c\/a\u003e로 인테리어 업그레이드\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"모델 3 2017-현재 \u0026 모델 Y 2020-현재 \/ 무광 카본 파이버","offer_id":44292401922280,"sku":"TSL3413-matte","price":89.99,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-현재 \u0026 모델 Y 2020-현재 \/ 광택 카본 파이버","offer_id":42825121038568,"sku":"TSL3413","price":89.99,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-현재 \u0026 모델 Y 2020-현재 \/ 포지드 카본 파이버","offer_id":46631837860072,"sku":"TSL3413-matte forged","price":99.99,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-현재 \u0026 모델 Y 2020-현재 \/ 밝은 은색 카본 파이버","offer_id":46631835599080,"sku":"TSL3413-silver","price":99.99,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-현재 \u0026 모델 Y 2020-현재 \/ 밝은 빨간색 카본 파이버","offer_id":46631835631848,"sku":"TSL3413-red","price":99.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/tesery-door-handle-protect-cover-for-tesla-model-3-y-carbon-fiber-exterior-mods-760790.jpg?v=1742868222"},{"product_id":"model-3-highland-rear-trunk-carbon-fiber-spoiler","title":"TESERY 모델 3 하이랜드 리어 트렁크 스포일러 - 카본 파이버 외장 모드","description":"\u003ch3\u003e기술 사양\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e적합 차종\u003c\/strong\u003e: 테슬라 모델 3 하이랜드 (2023.10-현재)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e재질\u003c\/strong\u003e: 100% 정품 드라이 카본 파이버 (3K 직조 또는 단조 패턴)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e마감 옵션\u003c\/strong\u003e: 광택 \/ 무광 \/ 단조\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e설치 방법\u003c\/strong\u003e: 3M VHB 양면 접착 테이프 (사전 부착)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e자외선 차단\u003c\/strong\u003e: 다층 UV 차단 클리어 코팅\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e포함 품목\u003c\/strong\u003e: 테슬라 모델 3 하이랜드 스포일러 1개, 3M 양면 접착 테이프 2개\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e이 스포일러를 다른 프리미엄 \u003ca title=\"테슬라 스포일러 컬렉션\" href=\"\/collections\/tesla-spoilers\" target=\"_blank\" rel=\"noopener\"\u003e테슬라 스포일러\u003c\/a\u003e 및 \u003ca title=\"카본 파이버 액세서리\" href=\"\/collections\/tesla-model-s-3-x-y-carbon-fiber\" target=\"_blank\" rel=\"noopener\"\u003e카본 파이버 액세서리\u003c\/a\u003e와 함께 매치하여 일체감 있고 성능 지향적인 룩을 연출하세요.\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"매트 카본 파이버 (판매용)","offer_id":46688138559720,"sku":"TSL8305-B-matte","price":239.0,"currency_code":"USD","in_stock":true},{"title":"광택 카본 파이버","offer_id":46688138526952,"sku":"TSL8305-B","price":259.0,"currency_code":"USD","in_stock":true},{"title":"포지드 카본 파이버","offer_id":46688138592488,"sku":"TSL8305-B-forged","price":269.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/tesery-model-3-highland-rear-trunk-spoiler-carbon-fiber-exterior-mods-556406.jpg?v=1725946644"},{"product_id":"tesla-model-y-carbon-fiber-spoiler","title":"모델 Y 카본 파이버 스포일러 스포츠 스타일 - 드라이 카본 파이버 외장 모드","description":"\u003ch4\u003e기술 사양\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e재질\u003c\/strong\u003e: 100% 진짜 드라이 카본 파이버 (3K 교차 직조 패턴)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e마감 옵션\u003c\/strong\u003e: 광택 카본 파이버 \/ 무광 카본 파이버\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e적합 모델\u003c\/strong\u003e: 테슬라 모델 Y 2020-2024 (모든 버전)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e무게\u003c\/strong\u003e: 1.45 kg (초경량)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e설치 방법\u003c\/strong\u003e: 3M VHB 양면 테이프 (사전 부착)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e자외선 차단\u003c\/strong\u003e: 3중 자외선 차단 클리어 코팅\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e패키지 구성\u003c\/strong\u003e: 카본 파이버 스포일러 x 1, 설치 가이드 x 1\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003e모델 Y 카본 파이버 업그레이드 완성하기\u003c\/h4\u003e\n\u003cp\u003e이 스포츠 스타일 스포일러를 다른 프리미엄 \u003ca title=\"Tesla Spoilers Collection\" href=\"\/collections\/tesla-spoilers\" rel=\"noopener\" target=\"_blank\"\u003e테슬라 스포일러\u003c\/a\u003e 및 \u003ca title=\"Carbon Fiber Accessories\" href=\"\/collections\/tesla-model-s-3-x-y-carbon-fiber\" rel=\"noopener\" target=\"_blank\"\u003e카본 파이버 액세서리\u003c\/a\u003e와 함께 매치하여 일관되고 성능 지향적인 룩을 연출하세요.\u003cstrong\u003e\u003ca rel=\"noopener\" title=\"Tesla carbon fiber accessories\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003e\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"모델 Y 2020-2025.03 \/ 광택 카본 파이버","offer_id":42828477595880,"sku":"TSL8306-B","price":239.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.03 \/ 무광 카본 파이버","offer_id":46787079831784,"sku":"TSL8306-B-matte","price":249.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/model-y-spoiler-sport-style-real-molded-carbon-fiber-494061.jpg?v=1717740378"},{"product_id":"model-3-y-carbon-fiber-interior-center-control-side-trim","title":"모델 3 \/ Y 센터 컨트롤 사이드 트림 - 카본 파이버 인테리어 모드","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\" style=\"box-sizing: border-box; margin: 0px 0px 0px 18px; color: #0f1111; padding: 0px; font-family: 'Amazon Ember', Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial;\"\u003e\n\u003cli style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan class=\"a-list-item\" style=\"box-sizing: border-box; color: #0f1111;\"\u003e적용 모델: Tesla Model 3 Y 전용이며, 귀하의 차량이 당사와 동일한지 반드시 확인해 주십시오.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan class=\"a-list-item\" style=\"box-sizing: border-box; color: #0f1111;\"\u003e 고품질 소재: 고품질의 진짜 탄소 섬유 소재로 제작되어 충격에 강하고 쉽게 변형되지 않으며 고온에 견디고 수명이 깁니다. 원래 자동차 부품을 효과적으로 보호하고 손상을 방지하며 녹슬거나 부식되거나 벗겨지지 않습니다.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan class=\"a-list-item\" style=\"box-sizing: border-box; color: #0f1111;\"\u003e기능: Tesla의 자동차 내부 개조 트림은 아름답고 매끄러우며 견고하고 쉽게 부서지지 않으며 매우 내구성이 뛰어나 원래 자동차를 효과적으로 보호합니다. 기존 기준을 깨고 혁신적인 디자인으로 자동차에 개성을 부여하며 더 진보된 시각적 경험을 제공합니다.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan class=\"a-list-item\" style=\"box-sizing: border-box; color: #0f1111;\"\u003e 설치는 간단합니다: 접착 테이프만 사용하여 설치하며, 설치가 간단하고 정확합니다. 드릴링이나 절단이 필요 없으며, 강하고 쉽게 떨어지지 않습니다.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"box-sizing: border-box; list-style: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan class=\"a-list-item\" style=\"box-sizing: border-box; color: #0f1111;\"\u003e서비스: 배송 전 엄격한 테스트를 거쳐 품질 문제는 없습니다. 제품에 대해 궁금한 점이 있으시면 이메일로 회신해 주시면 최대한 빨리 모든 문제를 해결해 드리겠습니다.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"box-sizing: border-box; list-style-position: initial; list-style-image: initial; list-style-type: disc; overflow-wrap: break-word; margin: 0px;\"\u003e\u003cspan class=\"a-list-item\" style=\"box-sizing: border-box; color: #0f1111;\"\u003e\u003cstrong\u003e내부를 업그레이드하세요 \u003ca rel=\"noopener\" title=\"Tesla carbon fiber accessories\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003eTesla 탄소 섬유 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"모델 3 2021-2023.10 \/ 광택 카본 파이버","offer_id":42847792726248,"sku":"TSL3614-A","price":249.99,"currency_code":"USD","in_stock":true},{"title":"모델 3 2021-2023.10 \/ 무광 카본 파이버","offer_id":42847792693480,"sku":"TSL3614-B","price":249.99,"currency_code":"USD","in_stock":true},{"title":"모델 3 2021-2023.10 \/ 포지드 카본 파이버","offer_id":42847792660712,"sku":"TSL3614-C","price":269.99,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2022 \/ 광택 카본 파이버","offer_id":45567488262376,"sku":"TSL3614-A","price":249.99,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2022 \/ 무광 카본 파이버","offer_id":45567488229608,"sku":"TSL3614-B","price":249.99,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2022 \/ 포지드 카본 파이버","offer_id":45567488196840,"sku":"TSL3614-C","price":269.99,"currency_code":"USD","in_stock":true},{"title":"Model Y 2023-2025.03 （중국\/독일 공장 전용） \/ 광택 카본 파이버","offer_id":45567488360680,"sku":"TSL3614-A","price":249.99,"currency_code":"USD","in_stock":true},{"title":"Model Y 2023-2025.03 （중국\/독일 공장 전용） \/ 무광 카본 파이버","offer_id":45567488327912,"sku":"TSL3614-B","price":249.99,"currency_code":"USD","in_stock":true},{"title":"Model Y 2023-2025.03 （중국\/독일 공장 전용） \/ 포지드 카본 파이버","offer_id":45567488295144,"sku":"TSL3614-C","price":269.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/model-3-y-center-control-side-trim-carbon-fiber-interior-mods-784752.jpg?v=1704510962"},{"product_id":"model-3-y-carbon-fiber-window-door-switch-covers","title":"모델 Y \/ 모델 3(좌핸들)용 드라이 카본 파이버 창문 및 도어 스위치 커버","description":"\u003cstyle\u003e\n    \/* Global Styles \u0026 Scoping *\/\n    .product-page-container-y-switch {\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        color: #333;\n        background-color: #ffffff;\n        margin: 0 auto;\n        max-width: 1200px;\n        overflow: hidden;\n        padding: 0 15px;\n    }\n    .product-page-container-y-switch * {\n        box-sizing: border-box;\n    }\n    .product-page-container-y-switch .section {\n        padding: 40px 20px;\n        border-bottom: 1px solid #eee;\n    }\n    .product-page-container-y-switch h2 {\n        font-size: 2rem;\n        color: #0056B3;\n        text-align: center;\n        margin-bottom: 30px;\n        font-weight: 700;\n        letter-spacing: -0.5px;\n    }\n    .product-page-container-y-switch h3 {\n        font-size: 1.4rem;\n        color: #222;\n        margin-bottom: 15px;\n        font-weight: 600;\n    }\n    .product-page-container-y-switch p {\n        font-size: 1rem;\n        line-height: 1.6;\n        color: #555;\n        margin-bottom: 1rem;\n    }\n    .product-page-container-y-switch ul {\n        margin-bottom: 1rem;\n        padding-left: 20px;\n    }\n    .product-page-container-y-switch li {\n        margin-bottom: 10px;\n        color: #555;\n    }\n\n    \/* Image Styling *\/\n    .product-page-container-y-switch .placeholder-image {\n        width: 100%;\n        background-color: #f1f3f5;\n        border-radius: 12px;\n        margin-bottom: 20px;\n        overflow: hidden;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n    .product-page-container-y-switch .placeholder-image img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n    }\n\n    \/* Hero Section *\/\n    .product-page-container-y-switch .hero-section {\n        text-align: center;\n        background: radial-gradient(circle at center, #f8f9fa 0%, #e9ecef 100%);\n        padding: 50px 20px;\n    }\n    .product-page-container-y-switch .hero-section h2 {\n        color: #111;\n        font-size: 2.4rem;\n        margin-bottom: 10px;\n    }\n    .product-page-container-y-switch .hero-section .sub-headline {\n        font-size: 1.2rem;\n        color: #666;\n        max-width: 700px;\n        margin: 0 auto 30px auto;\n    }\n\n    \/* Feature Grid *\/\n    .product-page-container-y-switch .feature-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr; \/* Restored to 2 columns for images *\/\n        gap: 40px;\n        align-items: center;\n    }\n    .product-page-container-y-switch .feature-text {\n        padding: 10px;\n    }\n\n    \/* Three Column Grid (Finishes) *\/\n    .product-page-container-y-switch .three-col-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 20px;\n        text-align: center;\n        margin-top: 30px;\n    }\n    .product-page-container-y-switch .style-card {\n        padding: 20px;\n        background: #fff;\n        border: 1px solid #eee;\n        border-radius: 10px;\n        transition: transform 0.2s;\n    }\n    .product-page-container-y-switch .style-card:hover {\n        transform: translateY(-3px);\n        box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n    }\n\n    \/* Compatibility Table *\/\n    .product-page-container-y-switch .compat-table {\n        width: 100%;\n        max-width: 600px;\n        margin: 0 auto;\n        border-collapse: collapse;\n        margin-bottom: 20px;\n    }\n    .product-page-container-y-switch .compat-table td {\n        padding: 12px 15px;\n        border-bottom: 1px solid #e9ecef;\n    }\n    .product-page-container-y-switch .compat-table tr:last-child td {\n        border-bottom: none;\n    }\n    .product-page-container-y-switch .check-icon {\n        color: #28a745;\n        font-weight: bold;\n        margin-right: 10px;\n    }\n    .product-page-container-y-switch .x-icon {\n        color: #dc3545;\n        font-weight: bold;\n        margin-right: 10px;\n    }\n\n    \/* Box Content *\/\n    .product-page-container-y-switch .box-list {\n        background: #f8f9fa;\n        padding: 25px;\n        border-radius: 12px;\n        max-width: 600px;\n        margin: 0 auto;\n        list-style: none;\n        border: 1px solid #eee;\n    }\n    .product-page-container-y-switch .box-list li {\n        padding: 8px 0;\n        border-bottom: 1px solid #e9ecef;\n        display: flex;\n        align-items: center;\n    }\n    .product-page-container-y-switch .box-list li:last-child {\n        border-bottom: none;\n    }\n    .product-page-container-y-switch .box-list li::before {\n        content: '📦';\n        margin-right: 12px;\n    }\n\n    \/* FAQ Accordion *\/\n    .product-page-container-y-switch .faq-container {\n        max-width: 800px;\n        margin: 0 auto;\n    }\n    .product-page-container-y-switch .faq-item {\n        border-bottom: 1px solid #ddd;\n        margin-bottom: 10px;\n    }\n    .product-page-container-y-switch .faq-question {\n        cursor: pointer;\n        padding: 15px 20px;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        font-weight: 600;\n        background-color: #f9f9f9;\n        border-radius: 6px;\n        transition: background 0.2s;\n    }\n    .product-page-container-y-switch .faq-question:hover {\n        background-color: #f0f0f0;\n    }\n    .product-page-container-y-switch .faq-question::after {\n        content: '+';\n        font-size: 1.2rem;\n        color: #0056B3;\n        transition: transform 0.3s;\n    }\n    .product-page-container-y-switch .faq-item.active .faq-question::after {\n        transform: rotate(45deg);\n    }\n    .product-page-container-y-switch .faq-answer {\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.3s ease, padding 0.3s ease;\n        padding: 0 20px;\n        background-color: #fff;\n    }\n    .product-page-container-y-switch .faq-answer p {\n        padding: 15px 0;\n        margin: 0;\n    }\n\n    \/* SEO Link Style *\/\n    .seo-link-container {\n        text-align: center;\n        margin: 20px 0;\n        font-weight: 500;\n        background: #f0f8ff;\n        padding: 15px;\n        border-radius: 8px;\n    }\n    .seo-link-container a {\n        color: #0056B3;\n        text-decoration: none;\n        font-weight: bold;\n        border-bottom: 1px solid #0056B3;\n    }\n    .seo-link-container a:hover {\n        border-bottom: 2px solid #003d82;\n        color: #003d82;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .product-page-container-y-switch .feature-grid {\n            grid-template-columns: 1fr;\n        }\n        .product-page-container-y-switch .feature-grid.reverse {\n            display: flex;\n            flex-direction: column-reverse;\n        }\n        .product-page-container-y-switch h2 {\n            font-size: 1.6rem;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-page-container-y-switch\"\u003e\n\u003cdiv class=\"section hero-section\"\u003e\n\u003ch2\u003e모든 터치를 업그레이드하세요\u003c\/h2\u003e\n\u003cp class=\"sub-headline\"\u003e진짜 드라이 카본 파이버 스위치 패널 커버.\u003cbr\u003e보호와 성능의 만남.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2\u003e이 제품이 필요한 이유\u003c\/h2\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003e고강도 부위 보호\u003c\/h3\u003e\n\u003cp\u003e도어 스위치는 차량에서 가장 자주 만지는 부분 중 하나입니다. 시간이 지나면서 공장 트림은 반지, 손톱, 열쇠 등에 의해 긁힙니다.\u003c\/p\u003e\n\u003cp\u003e이 세트는 일상적인 마모로부터 내구성 있는 보호막을 제공하며 기존의 흠집을 가려 인테리어를 새것처럼 보이게 합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"placeholder-image\" style=\"aspect-ratio: 1\/1;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/dry-carbon-fiber-window-door-switch-covers-for-model-y-model-3-highlandleft-hand-drive-3361327.jpg?v=1767911467\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2\u003e드라이 진짜 카본 파이버\u003c\/h2\u003e\n\u003cdiv class=\"feature-grid reverse\"\u003e\n\u003cdiv class=\"placeholder-image\" style=\"aspect-ratio: 1\/1;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Dry_Carbon_Fiber_Window_Door_Switch_Covers_for_Model_Y_Model_3_Highland_Left_Hand_Drive_1.jpg?v=1767861415\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003e플라스틱이 아닙니다. 진짜입니다.\u003c\/h3\u003e\n\u003cp\u003e우리는 \"카본 패턴\" ABS 플라스틱을 사용하지 않습니다. 각 커버는 진짜 드라이 카본 파이버로 제작되어 뛰어난 강도와 가벼움을 자랑합니다.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e초박형 0.8mm 프로필:\u003c\/strong\u003e 딱 맞게 설계되어 두껍지 않고 버튼 작동에도 영향을 주지 않습니다.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e정밀 레이저 커팅 가장자리:\u003c\/strong\u003e 부드럽고 둥근 모서리로 편안한 촉감을 제공하며, 손가락이나 옷이 걸리지 않습니다.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e3D 깊이감:\u003c\/strong\u003e 빛에 따라 아름답게 변하는 진짜 짜임새.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2\u003e스타일 선택\u003c\/h2\u003e\n\u003cdiv class=\"three-col-grid\"\u003e\n\u003cdiv class=\"style-card\"\u003e\n\u003ch3\u003e글로시 카본\u003c\/h3\u003e\n\u003cp\u003e클래식하고 고대비의 젖은 느낌. OEM 퍼포먼스 스포일러와 잘 어울립니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"style-card\"\u003e\n\u003ch3\u003e매트 카본\u003c\/h3\u003e\n\u003cp\u003e모던한 새틴 마감. 눈부심을 줄이고 지문을 완벽하게 감춥니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"style-card\"\u003e\n\u003ch3\u003e포지드 카본\u003c\/h3\u003e\n\u003cp\u003e이국적인 대리석 같은 질감. 맞춤형 인테리어를 위한 독특한 선택입니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2\u003e차량 호환성\u003c\/h2\u003e\n\u003ctable class=\"compat-table\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"border: 2px solid #dc3545; border-left: 5px solid #dc3545;\"\u003e\n\u003ctd style=\"background-color: #fff5f5; vertical-align: middle;\"\u003e\u003cspan style=\"font-size: 1.8rem;\"\u003e⚠️\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"background-color: #fff5f5; color: #dc3545; font-weight: bold;\"\u003e중요: 좌측 운전 차량 전용입니다.\u003cbr\u003e\u003cspan style=\"font-size: 0.9rem; font-weight: 400; color: #333;\"\u003e(운전대가 왼쪽에 위치). 영국, 호주, 일본 모델과는 호환되지 않습니다.\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan class=\"check-icon\"\u003e✔\u003c\/span\u003e 테슬라 모델 Y\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e2021년 이후\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan class=\"check-icon\"\u003e✔\u003c\/span\u003e 테슬라 모델 3 하이랜드\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e2024년 이후\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2\u003e박스 구성품\u003c\/h2\u003e\n\u003cul class=\"box-list\"\u003e\n\u003cli\u003eModel Y (2021-2025): \u003cstrong\u003e8개\u003c\/strong\u003e 스위치 패널 커버\u003c\/li\u003e\n\u003cli\u003eModel 3 Highland (2024년 이후): \u003cstrong\u003e4개\u003c\/strong\u003e 스위치 패널 커버\u003c\/li\u003e\n\u003cli\u003e3M 자동차용 접착제 사전 부착\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"seo-link-container\"\u003e\n\u003cp style=\"margin: 0;\"\u003e더 많은 맞춤 옵션을 찾고 계신가요?\u003cbr\u003e인테리어 업그레이드: \u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003e테슬라 카본 파이버 액세서리\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2\u003e설치 및 FAQ\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e어떻게 설치하나요?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003e간단한 떼어내고 붙이는 방식입니다. \u003cbr\u003e1. 알코올 티슈로 표면을 깨끗이 닦아주세요 (기름기\/광택 제거).\u003cbr\u003e2. 빨간색 접착 뒷면을 떼어내세요.\u003cbr\u003e3. 조심스럽게 정렬한 후 30초간 단단히 눌러주세요.\u003cbr\u003e도구나 분해가 필요 없습니다!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e가장자리가 날카롭게 느껴지나요?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003e아니요. 모든 가장자리가 부드럽고 둥글도록 정밀 연마 과정을 거칩니다. 창문 스위치를 조작할 때 날카로운 부분을 느끼지 못할 것입니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e이것이 버튼을 막나요?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003e전혀 그렇지 않습니다. 이 제품은 버튼 주변에 정밀하게 설계되어 창문 및 도어 잠금 컨트롤의 완전한 기능을 보장합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-bottom: none; padding-bottom: 20px;\" class=\"section\"\u003e\n\u003cdiv style=\"background: #f0f7ff; padding: 20px; border-radius: 10px; text-align: center; border: 1px solid #cce5ff;\"\u003e\n\u003ch3 style=\"margin-top: 0; color: #0056b3;\"\u003e🛡️ 품질 보증\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003e모든 세트는 배송 전에 검수됩니다. 장착 문제 발생 시, 이메일로 지원팀에 문의하시면 도움을 드리겠습니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n        document.addEventListener('DOMContentLoaded', function () {\n            const container = document.querySelector('.product-page-container-y-switch');\n            if (!container) return; \n\n            const faqItems = container.querySelectorAll('.faq-item');\n\n            faqItems.forEach(item =\u003e {\n                const question = item.querySelector('.faq-question');\n                const answer = item.querySelector('.faq-answer');\n\n                question.addEventListener('click', () =\u003e {\n                    const isActive = item.classList.contains('active');\n                    \n                    faqItems.forEach(otherItem =\u003e {\n                        if(otherItem !== item) {\n                            otherItem.classList.remove('active');\n                            otherItem.querySelector('.faq-answer').style.maxHeight = '0px';\n                            otherItem.querySelector('.faq-answer').style.padding = '0 20px';\n                        }\n                    });\n\n                    if (!isActive) {\n                        item.classList.add('active');\n                        answer.style.maxHeight = answer.scrollHeight + 'px';\n                        answer.style.padding = '0 20px'; \n                    } else {\n                        item.classList.remove('active');\n                        answer.style.maxHeight = '0px';\n                        setTimeout(() =\u003e {\n                             if(!item.classList.contains('active')) answer.style.padding = '0 20px'; \n                        }, 300);\n                    }\n                });\n            });\n        });\n    \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"모델 Y 2021-2025.02 (좌핸들 지원) \/ 광택 카본 파이버","offer_id":46735844835560,"sku":"TSL3615-left-A","price":134.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021-2025.02 (좌핸들 지원) \/ 무광 카본 파이버","offer_id":46735844868328,"sku":"TSL3615-left-B","price":149.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021-2025.02 (좌핸들 지원) \/ 광택 단조 카본 섬유","offer_id":46735844901096,"sku":"TSL3615-left-C","price":169.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ (좌핸들 지원) \/ 광택 카본 파이버","offer_id":47953865638120,"sku":"TSL3615-N3-A","price":149.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ (좌핸들 지원) \/ 무광 카본 파이버","offer_id":47953865670888,"sku":"TSL3615-N3-B","price":149.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ (좌핸들 지원) \/ 광택 단조 카본 섬유","offer_id":47953865703656,"sku":"TSL3615-N3-C","price":169.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 주니퍼 2025+ (좌핸들 지원) \/ 광택 카본 파이버","offer_id":48093961683176,"sku":"TSL3615-NY-A","price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/model-3-y-window-door-switch-covers-carbon-fiber-interior-modsleft-right-hand-201847.jpg?v=1767781499"},{"product_id":"model-3-y-carbon-fiber-steering-wheel-patch","title":"모델 3 \/ Y 스티어링 휠 패치 - 카본 파이버 인테리어 모드","description":"\u003cstyle\u003e\n  .tesla-mod-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #333;\n    line-height: 1.6;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 20px 0;\n  }\n  .tesla-mod-headline {\n    font-size: 26px;\n    font-weight: 800;\n    letter-spacing: -0.5px;\n    margin-bottom: 15px;\n    color: #000;\n    text-transform: capitalize;\n  }\n  .tesla-mod-intro {\n    font-size: 16px;\n    color: #555;\n    margin-bottom: 30px;\n  }\n  .tesla-mod-intro a {\n    color: #0056B3; \n    text-decoration: none;\n    font-weight: 600;\n    transition: text-decoration 0.2s ease;\n  }\n  .tesla-mod-intro a:hover {\n    text-decoration: underline;\n  }\n  .tesla-mod-badges {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n    margin-bottom: 40px;\n  }\n  .tesla-mod-badge {\n    background: #fff;\n    border-radius: 8px;\n    padding: 15px 10px;\n    text-align: center;\n    border: 1px solid #eee;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.02);\n  }\n  .tesla-mod-badge svg {\n    color: #000 !important; \n    stroke: #000 !important;\n    margin-bottom: 8px;\n  }\n  .tesla-mod-badge span {\n    font-size: 13px;\n    font-weight: 700;\n    color: #000;\n    display: block;\n    line-height: 1.2;\n  }\n  .tesla-mod-cards {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n  .tesla-mod-card {\n    background: #fff;\n    border: 1px solid #eaeaea;\n    border-radius: 12px;\n    padding: 25px;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n  .tesla-mod-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 24px rgba(0,0,0,0.06);\n  }\n  .tesla-mod-card-icon {\n    background: #f5f5f5;\n    width: 46px;\n    height: 46px;\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 18px;\n  }\n  .tesla-mod-card-icon svg {\n    color: #0056B3 !important;\n    stroke: #0056B3 !important;\n  }\n  .tesla-mod-card h4 {\n    margin: 0 0 12px 0;\n    font-size: 17px;\n    font-weight: 700;\n    color: #000;\n    line-height: 1.3;\n  }\n  .tesla-mod-card p {\n    margin: 0;\n    font-size: 14.5px;\n    color: #555;\n    line-height: 1.55;\n  }\n  .tesla-mod-card p strong {\n    color: #000;\n    font-weight: 700;\n  }\n  .tesla-mod-install {\n    background: #f5f5f5;\n    border: 1px solid #eaeaea;\n    color: #333;\n    padding: 30px;\n    border-radius: 12px;\n    text-align: center;\n    margin-bottom: 40px;\n  }\n  .tesla-mod-install h4 {\n    margin: 0 0 15px 0;\n    font-size: 20px;\n    font-weight: 700;\n    color: #000;\n  }\n  .tesla-mod-install p {\n    font-size: 15px;\n    color: #555;\n    margin-bottom: 20px;\n  }\n  .tesla-mod-steps {\n    display: flex;\n    justify-content: center;\n    gap: 30px;\n  }\n  .tesla-mod-step {\n    font-size: 14px;\n    font-weight: 600;\n    color: #333;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n  }\n  .tesla-mod-step-num {\n    background: #0056B3;\n    color: #fff;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 10px;\n    font-weight: bold;\n  }\n  .tesla-mod-specs {\n    background: #f9f9f9;\n    border-left: 4px solid #0056B3;\n    padding: 20px 25px;\n    border-radius: 0 8px 8px 0;\n    margin-bottom: 40px;\n  }\n  .tesla-mod-specs h3 {\n    font-size: 20px;\n    font-weight: 800;\n    margin: 0 0 15px 0;\n    color: #000;\n  }\n  .tesla-mod-specs ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .tesla-mod-specs li {\n    font-size: 14.5px;\n    color: #333;\n    margin-bottom: 8px;\n    display: flex;\n    align-items: flex-start;\n  }\n  .tesla-mod-specs li:last-child {\n    margin-bottom: 0;\n  }\n  .tesla-mod-specs li strong {\n    color: #000;\n    width: 110px;\n    flex-shrink: 0;\n  }\n  .tesla-mod-faq {\n    border-top: 1px solid #eaeaea;\n    padding-top: 30px;\n  }\n  .tesla-mod-faq-title {\n    font-size: 20px;\n    font-weight: 800;\n    margin-bottom: 20px;\n    color: #000;\n  }\n  .tesla-mod-faq-item {\n    margin-bottom: 20px;\n  }\n  .tesla-mod-faq-item h5 {\n    font-size: 16px;\n    font-weight: 700;\n    color: #000;\n    margin: 0 0 6px 0;\n    display: flex;\n    align-items: center;\n  }\n  .tesla-mod-faq-item h5::before {\n    content: \"Q:\";\n    color: #0056B3;\n    margin-right: 8px;\n    font-weight: 900;\n  }\n  .tesla-mod-faq-item p {\n    font-size: 14.5px;\n    color: #555;\n    margin: 0 0 0 22px;\n  }\n  @media (max-width: 600px) {\n    .tesla-mod-badges { grid-template-columns: repeat(2, 1fr); gap: 10px; }\n    .tesla-mod-cards { grid-template-columns: 1fr; gap: 15px; }\n    .tesla-mod-steps { flex-direction: column; gap: 15px; }\n    .tesla-mod-specs li { flex-direction: column; }\n    .tesla-mod-specs li strong { margin-bottom: 2px; }\n    .tesla-mod-faq-item p { margin: 0; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tesla-mod-wrapper\"\u003e\n  \u003ch2 class=\"tesla-mod-headline\"\u003e테슬라 Model 3 \/ Y용 리얼 카본 파이버 스티어링 휠 트림\u003c\/h2\u003e\n  \n  \u003cp class=\"tesla-mod-intro\"\u003e\n    기본 공장 스타일에서 벗어나세요. 저희 프리미엄 스티어링 휠 패치로 당신의 테슬라에 고성능 개성을 부여하고 일상 마모로부터 완벽하게 보호하세요. \u003cbr\u003e\u003cbr\u003e\n    \u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\" title=\"Tesla Carbon Fiber Accessories\"\u003e테슬라 카본 파이버 액세서리\u003c\/a\u003e로 인테리어를 업그레이드하세요.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"tesla-mod-badges\"\u003e\n    \u003cdiv class=\"tesla-mod-badge\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n      \u003cspan\u003e프리미엄\u003cbr\u003e재료\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tesla-mod-badge\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cspan\u003e긁힘\u003cbr\u003e보호 기능\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tesla-mod-badge\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003cspan\u003e롱\u003cbr\u003e내구성\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tesla-mod-badge\"\u003e\n      \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003cspan\u003e손상 없음\u003cbr\u003e설치\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tesla-mod-cards\"\u003e\n    \u003cdiv class=\"tesla-mod-card\"\u003e\n      \u003cdiv class=\"tesla-mod-card-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch4\u003e100% 정품 카본 파이버\u003c\/h4\u003e\n      \u003cp\u003e고품질 정품 카본 파이버로 제작되어 충격에 강하며 \u003cstrong\u003e절대 녹슬거나 벗겨지지 않습니다\u003c\/strong\u003e. 저가 ABS 플라스틱과 달리 \u003cstrong\u003e극한 실내 온도에서도 변형되지 않아\u003c\/strong\u003e 매년 구조적 완전성과 빛나는 광택을 유지합니다.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tesla-mod-card\"\u003e\n      \u003cdiv class=\"tesla-mod-card-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch4\u003e최고의 스티어링 휠 보호\u003c\/h4\u003e\n      \u003cp\u003e단순한 스타일 업그레이드를 넘어 \u003cstrong\u003e초강력 보호막\u003c\/strong\u003e 역할을 합니다. \u003cstrong\u003e손톱 긁힘, 반지 자국, 일상 마모\u003c\/strong\u003e로부터 원래 차량 부품을 효과적으로 보호해 스티어링 휠을 완벽한 상태로 유지합니다.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tesla-mod-card\"\u003e\n      \u003cdiv class=\"tesla-mod-card-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2l3 6 6 3-6 3-3 6-3-6-6-3 6-3 3-6z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch4\u003e프리미엄 인테리어 미학\u003c\/h4\u003e\n      \u003cp\u003e기본 공장 플라스틱에서 벗어나세요. 맞춤 스캔으로 스티어링 휠에 완벽히 맞춰져 \u003cstrong\u003e매끄러운 가장자리와 정밀한 컷아웃\u003c\/strong\u003e이 공장 설치된 \u003cstrong\u003e고성능 패키지\u003c\/strong\u003e처럼 보이고 느껴지게 합니다.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tesla-mod-card\"\u003e\n      \u003cdiv class=\"tesla-mod-card-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch4\u003e간편하고 공구가 필요 없는 설치\u003c\/h4\u003e\n      \u003cp\u003e몇 분 만에 완벽한 맞춤을 경험하세요. 강력한 자기 접착 테이프가 미리 부착되어 있어 \u003cstrong\u003e드릴링이나 절단이 전혀 필요 없으며\u003c\/strong\u003e 견고하게 고정되어 쉽게 떨어지지 않고 \u003cstrong\u003e완전히 리스 차량 안전\u003c\/strong\u003e합니다.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tesla-mod-install\"\u003e\n    \u003ch4\u003e간단하고 비파괴적인 설치\u003c\/h4\u003e\n    \u003cp\u003e몇 분 만에 맞춤형 룩 완성. 드릴링이나 절단이 필요 없습니다. 강력하고 쉽게 떨어지지 않는 정밀한 맞춤 설계입니다.\u003c\/p\u003e\n    \u003cdiv class=\"tesla-mod-steps\"\u003e\n      \u003cdiv class=\"tesla-mod-step\"\u003e\n        \u003cdiv class=\"tesla-mod-step-num\"\u003e1\u003c\/div\u003e\n        스티어링 휠을 깨끗이 닦으세요\n      \u003c\/div\u003e\n      \u003cdiv class=\"tesla-mod-step\"\u003e\n        \u003cdiv class=\"tesla-mod-step-num\"\u003e2\u003c\/div\u003e\n        자기 접착 테이프 벗기기\n      \u003c\/div\u003e\n      \u003cdiv class=\"tesla-mod-step\"\u003e\n        \u003cdiv class=\"tesla-mod-step-num\"\u003e3\u003c\/div\u003e\n        정렬 후 단단히 누르세요\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tesla-mod-specs\"\u003e\n    \u003ch3\u003e제품 사양\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003e재질:\u003c\/strong\u003e 100% 정품 카본 파이버\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e적용 모델:\u003c\/strong\u003e Tesla Model 3 (2017 - 2023.8)  |  Tesla Model Y (2020 - 2025.02)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e구성품:\u003c\/strong\u003e 카본 파이버 스티어링 휠 트림 패치 1개\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tesla-mod-faq\"\u003e\n    \u003ch3 class=\"tesla-mod-faq-title\"\u003e자주 묻는 질문\u003c\/h3\u003e\n    \u003cdiv class=\"tesla-mod-faq-item\"\u003e\n      \u003ch5\u003e나중에 떼면 잔여물이 남나요? (리스 차량)\u003c\/h5\u003e\n      \u003cp\u003e전혀 그렇지 않습니다. 저희는 자동차 인테리어용으로 설계된 프리미엄 무자국 3M 테이프를 사용합니다. 강력하게 고정되면서도 헤어드라이기 같은 약한 열을 가하면 끈적임 없이 깔끔하게 제거할 수 있습니다. \u003cstrong\u003e100% 리스 차량 안전\u003c\/strong\u003e합니다.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tesla-mod-faq-item\"\u003e\n      \u003ch5\u003e내 특정 테슬라 모델에 맞을까요?\u003c\/h5\u003e\n      \u003cp\u003e이 트림은 \u003cstrong\u003eModel 3 (2017 - 2023.8)\u003c\/strong\u003e 및 \u003cstrong\u003eModel Y (2020 - 2025.02)\u003c\/strong\u003e 전용으로 정밀 설계되었습니다. \u003cbr\u003e\u003cem\u003e참고: 2024년형 새롭게 리프레시된 Model 3 Highland와는 호환되지 않습니다.\u003c\/em\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"매트","offer_id":42853014077672,"sku":"TSL3616-B","price":86.0,"currency_code":"USD","in_stock":true},{"title":"광택 있는","offer_id":42853013979368,"sku":"TSL3616-A","price":86.0,"currency_code":"USD","in_stock":true},{"title":"단조","offer_id":42853014044904,"sku":"TSL3616-C","price":96.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/model-3-y-steering-wheel-patch-carbon-fiber-interior-mods-311307.jpg?v=1776234330"},{"product_id":"armrest-cover-real-molded-carbon-fiber-tesla-model-3-model-y","title":"TESERY 모델 Y \/ 3 암레스트 커버 - 드라이 카본 파이버 인테리어 모드","description":"\u003ch2\u003e사양\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e재질: \u003c\/strong\u003e리얼 카본 파이버\u003cbr\u003e\u003cstrong\u003e색상: \u003c\/strong\u003e글로시 \/ 매트 \/ 포지드\u003cbr\u003e\u003cstrong\u003e적합 모델: \u003c\/strong\u003eTesla Model 3 2017-2023.10 \u0026amp; Model Y 2020-2024\u003c\/p\u003e\n\u003ch2\u003e패키지 포함\u003c\/h2\u003e\n\u003cp\u003e1개 × Tesla 암레스트 커버\u003cbr\u003e1pc \u003cspan data-mce-fragment=\"1\"\u003e× 3M 양면 접착제\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: auto; overflow: hidden; max-width: 100%;\"\u003e\u003ciframe style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" title=\"Tesla Model Y Interior Center Console Armrest | Real Molded Carbon fiber Wrap Accessories\" src=\"https:\/\/www.youtube.com\/embed\/yL6HubIB_jQ\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003e인테리어 업그레이드 \u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" title=\"Tesla carbon fiber accessories\" rel=\"noopener\" target=\"_blank\"\u003e테슬라 카본 파이버 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"광택 있는 \/ 모델 3 2017-2023 \u0026 모델 Y 2020-2025.02","offer_id":42857588588776,"sku":"TSL3618-A","price":138.0,"currency_code":"USD","in_stock":true},{"title":"매트 \/ 모델 3 2017-2023 \u0026 모델 Y 2020-2025.02","offer_id":42857588654312,"sku":"TSL3618-B","price":138.0,"currency_code":"USD","in_stock":true},{"title":"단조 \/ 모델 3 2017-2023 \u0026 모델 Y 2020-2025.02","offer_id":42857588621544,"sku":"TSL3618-C","price":158.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/model-3-y-armrest-cover-carbon-fiber-interior-mods-833941.jpg?v=1735963329"},{"product_id":"real-carbon-fiber-rear-drain-cup-holder-for-tesla-model-3-y","title":"테슬라 모델 3 모델 Y 뒷좌석 컵 홀더 - 카본 파이버 인테리어 모드","description":"\u003ch3 style=\"text-align: center;\"\u003e모델 3 \/ 모델 Y용 테슬라 컵 홀더 - 진짜 카본 파이버\u003c\/h3\u003e\n\u003cp\u003e테슬라 컵 홀더는 TESLA 모델 3 모델 Y의 인테리어에 아름다운 추가 요소가 되어 다른 카본 파이버 악센트와 잘 어울립니다.\u003cbr\u003e\u003cbr\u003e진짜 몰딩 카본 파이버로 제작되었습니다. 광택, 무광, 단조 카본 파이버 3가지 마감으로 제공됩니다.\u003c\/p\u003e\n\u003cp\u003e최고의 품질과 전반적인 우수한 미학을 위해, \u003cspan data-mce-fragment=\"1\"\u003e진짜 카본 파이버 모델 3 모델 Y 뒷좌석 테슬라 컵 홀더\u003c\/span\u003e가 최고의 선택입니다. 즉시 안전을 지키세요!\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e인테리어 업그레이드 \u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" title=\"Tesla carbon fiber accessories\" rel=\"noopener\" target=\"_blank\"\u003e테슬라 카본 파이버 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch3\u003e특징\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e진짜 카본 파이버 - 모델 Y 뒷좌석 컵 홀더에 맞게 정밀 설계된 진짜 카본 파이버 패널.\u003c\/li\u003e\n\u003cli\u003e광택 및 무광, 단조 옵션 - 광택 또는 은은한 무광 카본 파이버, 단조 카본 파이버 중 취향에 맞게 선택 가능\u003c\/li\u003e\n\u003cli\u003e독특한 외관 - 표준 플라스틱 커버를 압도하는 현대적인 외관으로 테슬라 모델 3 모델 Y를 꾸며줍니다.\u003c\/li\u003e\n\u003cli\u003e정밀한 맞춤 - 꼭 맞도록 진짜 공차로 제작\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e제품 사양\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003e제품명:\u003c\/strong\u003e \u003cspan data-mce-fragment=\"1\"\u003e테슬라 컵 홀더\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e재질:\u003c\/strong\u003e 진짜 카본 파이버\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e색상: \u003c\/strong\u003e광택 \/ 무광 \/ 단조 카본 파이버\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e적합 차량:\u003c\/strong\u003e 테슬라 모델 3 2017 - 2023 \/ 모델 Y 2020 - 2024\u003c\/p\u003e\n\u003ch3\u003e포함 품목\u003c\/h3\u003e\n\u003cp\u003e1개 × \u003cspan data-mce-fragment=\"1\"\u003e모델 3 \/ 모델 Y용 테슬라 컵 홀더\u003c\/span\u003e \u003c\/p\u003e\n\u003cp\u003e1개 \u003cspan data-mce-fragment=\"1\"\u003e× 3M 양면 접착 테이프\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e설치\u003c\/h3\u003e\n\u003cp\u003e설치가 쉽습니다. 테이프 라이너를 떼어내어 양면 접착 테이프를 노출시키고 눌러 붙이기만 하면 됩니다. 설치 시간은 약 30초입니다.\u003c\/p\u003e\n\u003cp\u003e상품이 온전하고 설치 준비가 되어 있도록 최선을 다하고 있습니다. \u003cbr\u003e\u003cbr\u003e상품이 손상되었거나 용도에 맞지 않을 경우, 배송일로부터 30일 이내에 환불 또는 교환이 가능합니다.\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"Model 3 2017-2023.08 \/ Model Y 2020-2025.03 \/ 무광 카본 섬유","offer_id":42857645244648,"sku":"TSL3619-B","price":65.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023.08 \/ Model Y 2020-2025.03 \/ 광택 카본 섬유","offer_id":42857645277416,"sku":"TSL3619-A","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023.08 \/ Model Y 2020-2025.03 \/ 단조 카본 섬유","offer_id":42857645310184,"sku":"TSL3619-C","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/backseat-cup-holder-for-tesla-model-3-model-y-carbon-fiber-interior-mods-316069.jpg?v=1704510698"},{"product_id":"upper-lower-parts-steering-wheel-accessories-for-tesla-model-3-model-y","title":"테슬라 모델 3 \/ Y용 상단 \/ 하단 커버 스티어링 휠 액세서리 - 카본 파이버 인테리어 모드","description":"\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003e내부를 업그레이드하세요 \u003ca rel=\"noopener\" title=\"Tesla carbon fiber accessories\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003eTesla 탄소 섬유 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .video-container {\n            position: relative;\n            width: 100%;\n            padding-bottom: 56.25%; \/* 16:9 aspect ratio *\/\n            height: 0;\n            overflow: hidden;\n        }\n        .video-container iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            border: 0;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/pOUiCgyP3DQ\" title=\"Tesla Carbon Fiber Interior  |  Upper \/ Lower Steering Wheel Cover for Model 3 \/ Y from Tesery\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e","brand":"Tesery","offers":[{"title":"선택하세요 \/ 광택 카본 파이버 \/ 상단 (1개)","offer_id":42869032943848,"sku":"","price":75.84,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 광택 카본 파이버 \/ 하단 (1개)","offer_id":44307951812840,"sku":"","price":75.84,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 광택 카본 파이버 \/ 풀 세트( 2개)","offer_id":47672854085864,"sku":null,"price":149.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 무광 카본 파이버 \/ 상단 (1개)","offer_id":42869033009384,"sku":"","price":75.84,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 무광 카본 파이버 \/ 하단 (1개)","offer_id":44307951878376,"sku":"","price":75.84,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 무광 카본 파이버 \/ 풀 세트( 2개)","offer_id":47672854118632,"sku":null,"price":149.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 단조 카본 파이버 \/ 상단 (1개)","offer_id":42869032976616,"sku":"","price":83.66,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 단조 카본 파이버 \/ 하단 (1개)","offer_id":44307951943912,"sku":"","price":83.66,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 단조 카본 파이버 \/ 풀 세트( 2개)","offer_id":47672854151400,"sku":null,"price":159.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 하이랜드 2024+ \u0026 모델 Y 주니퍼 2025+ \/ 광택 카본 파이버 \/ 상단 (1개)","offer_id":45568665780456,"sku":"TSL3622-new-A","price":75.84,"currency_code":"USD","in_stock":true},{"title":"모델 3 하이랜드 2024+ \u0026 모델 Y 주니퍼 2025+ \/ 광택 카본 파이버 \/ 하단 (1개)","offer_id":45568665813224,"sku":"TSL3623-new-A","price":75.84,"currency_code":"USD","in_stock":true},{"title":"모델 3 하이랜드 2024+ \u0026 모델 Y 주니퍼 2025+ \/ 광택 카본 파이버 \/ 풀 세트( 2개)","offer_id":47672854282472,"sku":"TSL3623-glossy","price":149.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 하이랜드 2024+ \u0026 모델 Y 주니퍼 2025+ \/ 무광 카본 파이버 \/ 상단 (1개)","offer_id":45568665878760,"sku":"TSL3622-new-B","price":75.84,"currency_code":"USD","in_stock":true},{"title":"모델 3 하이랜드 2024+ \u0026 모델 Y 주니퍼 2025+ \/ 무광 카본 파이버 \/ 하단 (1개)","offer_id":45568665911528,"sku":"TSL3623-new-B","price":75.84,"currency_code":"USD","in_stock":true},{"title":"모델 3 하이랜드 2024+ \u0026 모델 Y 주니퍼 2025+ \/ 무광 카본 파이버 \/ 풀 세트( 2개)","offer_id":47672854315240,"sku":"TSL3623-matte","price":149.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 하이랜드 2024+ \u0026 모델 Y 주니퍼 2025+ \/ 단조 카본 파이버 \/ 상단 (1개)","offer_id":45568665977064,"sku":"TSL3622-new-C","price":83.66,"currency_code":"USD","in_stock":true},{"title":"모델 3 하이랜드 2024+ \u0026 모델 Y 주니퍼 2025+ \/ 단조 카본 파이버 \/ 하단 (1개)","offer_id":45568666009832,"sku":"TSL3623-new-C","price":83.66,"currency_code":"USD","in_stock":true},{"title":"모델 3 하이랜드 2024+ \u0026 모델 Y 주니퍼 2025+ \/ 단조 카본 파이버 \/ 풀 세트( 2개)","offer_id":47672854348008,"sku":"TSL3623-forged","price":159.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.10 \u0026 모델 Y 2020-2025.03 \/ 광택 카본 파이버 \/ 상단 (1개)","offer_id":45568665485544,"sku":"TSL3622-A","price":75.84,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.10 \u0026 모델 Y 2020-2025.03 \/ 광택 카본 파이버 \/ 하단 (1개)","offer_id":45568665518312,"sku":"TSL3623-A","price":75.84,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.10 \u0026 모델 Y 2020-2025.03 \/ 광택 카본 파이버 \/ 풀 세트( 2개)","offer_id":47672854184168,"sku":"TSL3623-1-A","price":149.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.10 \u0026 모델 Y 2020-2025.03 \/ 무광 카본 파이버 \/ 상단 (1개)","offer_id":45568665583848,"sku":"TSL3622-B","price":75.84,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.10 \u0026 모델 Y 2020-2025.03 \/ 무광 카본 파이버 \/ 하단 (1개)","offer_id":45568665616616,"sku":"TSL3623-B","price":75.84,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.10 \u0026 모델 Y 2020-2025.03 \/ 무광 카본 파이버 \/ 풀 세트( 2개)","offer_id":47672854216936,"sku":"TSL3623-1-B","price":149.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.10 \u0026 모델 Y 2020-2025.03 \/ 단조 카본 파이버 \/ 상단 (1개)","offer_id":45568665682152,"sku":"TSL3622-C","price":83.66,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.10 \u0026 모델 Y 2020-2025.03 \/ 단조 카본 파이버 \/ 하단 (1개)","offer_id":45568665714920,"sku":"TSL3623-C","price":83.66,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.10 \u0026 모델 Y 2020-2025.03 \/ 단조 카본 파이버 \/ 풀 세트( 2개)","offer_id":47672854249704,"sku":"TSL3623-1-C","price":159.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/upper-lower-parts-steering-wheel-accessories-for-tesla-model-3-y-carbon-fiber-interior-mods-847465.jpg?v=1751958354"},{"product_id":"real-carbon-steering-wheel-standard-tesla-model-3-y","title":"모델 3 \/ Y 스티어링 휠 로고 커버 - 카본 파이버 인테리어 모드","description":"\u003ch4 style=\"text-align: center;\"\u003eTesla Model 3 \/ Y 스티어링 휠 로고 커버 - 드라이 카본 파이버 인테리어 모드\u003c\/h4\u003e\n\u003cp\u003e\u003cspan\u003e진짜 카본 파이버로 제작된 Tesla Model 3 Model Y용 스티어링 휠 로고 커버는 완벽함을 창조하는 디자인입니다. Tesla Model 3와 Tesla Model Y의 스티어링 휠 로고를 대신하는 매우 정교하고 완벽하게 맞는 부품입니다. Tesla Model 3와 Tesla Model Y 로고에 완벽한 카본 터치를 더하세요.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e이것들은 1겹 카본 파이버로 건조 성형된 진짜 카본 파이버이며, 당신의 순정 크롬 T 로고 위에 바로 맞게 장착됩니다. 완벽하게 맞고 완전히 평평합니다.\u003cbr\u003e\u003cbr\u003e그들은 3M VHB 양면 테이프로 고정되어 있으며, 이 테이프는 현재 당신의 보닛과 트렁크에 있는 크롬 T 로고를 고정하는 데 사용되는 동일한 테이프입니다.\u003cbr\u003e\u003cbr\u003e이 제품은 놀랍도록 잘 맞으며 설치하는 데 5분밖에 걸리지 않습니다.\u003cbr\u003e\u003cbr\u003e설치 후에는 평소처럼 세차하고 왁스칠만 하시면 됩니다. 광택 제품은 UV 저항 클리어 코팅, 무광 제품은 무광 코팅이 되어 있습니다.\u003cbr\u003e\u003cbr\u003e카본 파이버를 좋아하신다면 구매하세요, 실망하지 않으실 겁니다!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e내부를 업그레이드하세요 \u003ca rel=\"noopener\" title=\"Tesla carbon fiber accessories\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003eTesla 탄소 섬유 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e참고: \u003c\/strong\u003e카본 파이버와 ABS 재질의 차이점: ABS는 금형을 통해 일체형 다이캐스팅으로 형성되며, 카본 파이버는 여러 겹의 카본 파이버 천을 금형에 부착한 후 금형을 통해 다이캐스팅됩니다. 이후 샌드블라스트와 연마, 오일 스프레이 및 연마 과정을 거칩니다. 두 제품의 특성이 다르기 때문에 카본 파이버의 정밀도는 ABS와 비교할 수 없습니다. 또한 카본 파이버 제품의 표면은 수작업으로 연마되며, ABS 워터 트랜스퍼 프린팅만큼 완벽하게 만들 수 없는 것이 제품 특성입니다.\u003c\/p\u003e\n\u003ch2\u003e\u003cspan\u003e특징\u003c\/span\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eTesla를 더욱 멋지게 만들어주는 필수 자동차 인테리어 액세서리\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e고품질의 진짜 카본 파이버 소재로 제작되어 매우 내구성이 뛰어나며 스티어링 휠을 보호합니다. \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e설치가 간편하며, 표면을 청소하고 테이프를 제거한 후 별도의 설치 없이 붙이기만 하면 됩니다.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e트림 및 보호, 기존 마모를 숨기고 스티어링 휠을 고급스럽고 멋지게 유지\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eTesla Model 3 및 Y에 완벽하게 적합\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2 data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e설치\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp data-mce-fragment=\"1\"\u003e페시아는 양면 테이프가 부착되어 있습니다. 특별한 도구 없이 기존 패널에 쉽게 부착할 수 있습니다. 치수는 Model 3 또는 Model Y에 정확히 맞습니다.\u003c\/p\u003e\n\u003ch2\u003e\u003cspan\u003e사양\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003e재질:\u003c\/strong\u003e 광택 \/ 무광 카본 파이버\u003cbr\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003e적합 모델:\u003c\/strong\u003e Tesla Model 3 (2017-2023), Tesla Model Y (2020-2024) (모든 차량, 모든 연식, 모든 모델)\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan\u003e패키지 포함\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan\u003e1개 × Tesla 스티어링 휠 로고 커버\u003cbr\u003e1개 × 3M VHB 양면 테이프\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e카본 패턴 보증:\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e 진짜 몰딩 카본 파이버는 수작업으로 적층되며 프리프레그 웻 몰딩이 아니기 때문에 패턴 방향에 불규칙성이 있을 수 있습니다. 이러한 차이는 정상이며 제조 결함이 아닙니다. 반품을 원하시면 반품 정책을 참고해 주세요.\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eUV 보증:\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e저희의 진짜 몰딩 카본 파이버는 3겹의 UV 보호 코팅이 되어 있습니다. 왁스칠이나 나노 세라믹 코팅을 제대로 하지 않으면 시간이 지나면서 이 보호막이 벗겨질 수 있습니다. 보증 기간은 1년으로 제한됩니다. 직사광선 아래 야외에 주차 시 카본 파이버가 약간 노랗게 변하는 현상은 정상이며 보증 대상이 아닙니다. 카본 파이버의 수명을 연장하려면 UV 보호에 도움이 되는 \"303 Protectant\" 사용을 권장합니다.\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e참고:\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e 이 제품은 양면 접착 라이너를 제거하는 순간 중고품으로 간주됩니다. 중고품은 반품이 불가하니, 접착 라이너를 제거하기 전에 TESLA에 부착한 상태에서 외관에 만족하는지 꼭 확인해 주세요.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e배송:\u003c\/strong\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e주문 금액이 $149 이상일 경우 전 세계 어느 도시로든 무료 배송해 드립니다.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003e최고의 품질과 전반적으로 우수한 미적 감각을 원하신다면 Tesla 스티어링 휠 커버가 최고의 선택입니다. 지금 바로 확보하세요.\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e귀하의 상품이 완벽한 상태로 설치 준비가 완료된 채로 도착할 수 있도록 모든 노력을 기울이고 있습니다.\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e상품이 손상되었거나 용도에 맞지 않을 경우, 수령일로부터 30일 이내 무조건 환불 또는 교환해 드립니다.\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eTesla 스티어링 휠 로고 커버에 대해 궁금한 점이 있으시면 온라인 고객 서비스에 문의하시거나, \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e 이메일 : \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003emarket@tesery.com\u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e  또는\u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e 전화\/Whatsapp\/Facebook\/메시지：\u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e+86 185 6670 3079\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"모델 3 2017-2023.10 \u0026 모델 Y 2020-2025.03 \/ 무광 카본 파이버 \/ 양면 테이프","offer_id":43945121480936,"sku":"TSL8312-B","price":45.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.10 \u0026 모델 Y 2020-2025.03 \/ 무광 카본 파이버 \/ 버클 장착","offer_id":46288898523368,"sku":"TSL8312-D","price":45.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.10 \u0026 모델 Y 2020-2025.03 \/ 광택 카본 파이버 \/ 양면 테이프","offer_id":42893276872936,"sku":"TSL8312","price":45.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.10 \u0026 모델 Y 2020-2025.03 \/ 광택 카본 파이버 \/ 버클 장착","offer_id":46288898556136,"sku":"TSL8312-C","price":45.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/model-3-y-steering-wheel-logo-cover-carbon-fiber-interior-mods-579438.jpg?v=1729554664"},{"product_id":"real-carbon-fiber-door-lock-cover-for-tesla-model-3","title":"테슬라 모델 3 및 모델 Y용 리얼 드라이 카본 파이버 도어 잠금 커버","description":"\u003ch3 style=\"text-align: center;\"\u003eTesla Model 3 2017-ON 및 Model Y 2020-ON용 도어 잠금 커버\u003c\/h3\u003e\n\u003cp\u003e원래 도어 잠금장치를 녹과 비, 햇빛으로 인한 손상으로부터 보호하세요; 마찰을 줄이기 위해 특수 커버로 덮으세요.\u003cbr\u003e이 도어 잠금 커버는 다른 기능에 방해되지 않으면서 차량을 멋지게 보이게 합니다. 차량을 더 새롭고 스타일리시하게 만듭니다. 문이 열리자마자 강한 냄새가 들어왔습니다. 평범한 도어 래치를 훨씬 풍부하게 만들어 돋보이게 합니다.\u003cbr\u003e우수한 보호를 위해 실제 카본 파이버로 제작되었습니다. Model 3\/Y에 완벽하게 맞으며 원래 도어 잠금장치보다 더 멋져 보입니다. 이 소재는 도어 프레임을 더 잘 보호합니다.\u003cbr\u003e적용이 매우 쉽고 날카로운 모서리가 없으며 차량을 손상시키지 않습니다. 설치 방법은 단 하나뿐이며 절대 잘못 설치할 수 없습니다. 자체 접착식 잠금 뚜껑으로 추가 접착제가 필요 없습니다. 쇼크 업소버 - 진동을 줄이기 위한 추가 보호층.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e인테리어 업그레이드 \u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" title=\"Tesla carbon fiber accessories\" rel=\"noopener\" target=\"_blank\"\u003e테슬라 카본 파이버 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"선택해 주세요","offer_id":46977484259560,"sku":"","price":49.99,"currency_code":"USD","in_stock":true},{"title":"광택 있는","offer_id":42897396891880,"sku":"TSL3625-A","price":49.99,"currency_code":"USD","in_stock":true},{"title":"매트","offer_id":46977484292328,"sku":"TSL3625-C","price":49.99,"currency_code":"USD","in_stock":true},{"title":"빨간색","offer_id":42897396924648,"sku":"TSL3625-B","price":49.99,"currency_code":"USD","in_stock":true},{"title":"단조","offer_id":46977484325096,"sku":"TSL3625-D","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/real-dry-carbon-fiber-door-lock-cover-for-tesla-model-3-model-y-260519.jpg?v=1737236405"},{"product_id":"tesla-model-3-carbon-fiber-fog-light-trim-cover","title":"TESERY 테슬라 모델 3 안개등 트림 - 카본 파이버 외장 모드","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  .tm3-fog-layout {\n    --primary-black: #111111;\n    --primary-blue: #0056b3;\n    --text-dark: #333333;\n    --text-grey: #666666;\n    --bg-light: #f9f9fa;\n    --border-line: #eaeaea;\n    \n    font-family: 'SF Pro Text', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    color: var(--text-dark);\n    line-height: 1.6;\n    max-width: 1000px;\n    margin: 0 auto;\n    padding: 20px 0;\n  }\n\n  .tm3-fog-layout h2, \n  .tm3-fog-layout h3, \n  .tm3-fog-layout h4 {\n    color: var(--primary-black);\n    margin-top: 0;\n  }\n\n  .fog-hero-header {\n    text-align: center;\n    padding: 50px 20px;\n    background: linear-gradient(145deg, #ffffff 0%, #f0f0f0 100%);\n    border-radius: 12px;\n    margin-bottom: 30px;\n  }\n\n  .fog-hero-header h2 {\n    font-size: clamp(1.8rem, 4vw, 2.5rem);\n    font-weight: 700;\n    letter-spacing: -0.02em;\n    margin-bottom: 15px;\n    text-transform: capitalize;\n  }\n\n  .fog-hero-header p {\n    font-size: 1.1rem;\n    color: var(--text-grey);\n    max-width: 750px;\n    margin: 0 auto;\n  }\n\n  .fog-hero-link {\n    margin-top: 15px !important;\n    font-weight: 600;\n  }\n\n  .fog-hero-link a {\n    color: var(--primary-blue);\n    text-decoration: none;\n    border-bottom: 1px solid var(--primary-blue);\n    padding-bottom: 2px;\n    transition: opacity 0.2s ease;\n  }\n\n  .fog-hero-link a:hover {\n    opacity: 0.8;\n  }\n\n  .fog-benefits-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n\n  @media (min-width: 768px) {\n    .fog-benefits-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  .fog-card {\n    background: #ffffff;\n    border: 1px solid var(--border-line);\n    border-radius: 10px;\n    padding: 25px;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n  }\n\n  .fog-card h3 {\n    font-size: 1.25rem;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 10px;\n  }\n\n  .fog-card p {\n    margin: 0;\n    color: var(--text-grey);\n    font-size: 0.95rem;\n  }\n\n  .fog-accordion-wrapper {\n    margin-bottom: 40px;\n  }\n\n  .fog-details-box {\n    border-bottom: 1px solid var(--border-line);\n  }\n\n  .fog-details-box summary {\n    font-size: 1.15rem;\n    font-weight: 600;\n    padding: 20px 0;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    color: var(--primary-black);\n  }\n  \n  .fog-details-box summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .fog-details-box summary::after {\n    content: '+';\n    font-size: 1.5rem;\n    font-weight: 300;\n    color: var(--text-grey);\n  }\n\n  .fog-details-box[open] summary::after {\n    content: '−';\n  }\n\n  .fog-details-content {\n    padding-bottom: 20px;\n    color: var(--text-grey);\n    font-size: 0.95rem;\n  }\n\n  .fog-details-content ul {\n    padding-left: 20px;\n    margin-top: 10px;\n  }\n\n  .fog-details-content li {\n    margin-bottom: 10px;\n  }\n\n  .fog-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 10px;\n  }\n\n  .fog-specs-table td {\n    padding: 12px 0;\n    border-bottom: 1px solid var(--border-line);\n  }\n\n  .fog-specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .fog-specs-table td:first-child {\n    font-weight: 600;\n    color: var(--primary-black);\n    width: 30%;\n  }\n\n  .fog-trust-row {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: space-between;\n    gap: 15px;\n    background: var(--bg-light);\n    padding: 20px;\n    border-radius: 10px;\n    margin-top: 30px;\n  }\n\n  .fog-trust-item {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    flex: 1 1 calc(50% - 15px);\n  }\n\n  @media (min-width: 768px) {\n    .fog-trust-item {\n      flex: 1;\n    }\n  }\n\n  .fog-trust-item svg {\n    width: 24px;\n    height: 24px;\n    color: var(--primary-black);\n  }\n\n  .fog-trust-item span {\n    font-weight: 600;\n    font-size: 0.9rem;\n    color: var(--primary-black);\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tm3-fog-layout\"\u003e\n\u003cdiv class=\"fog-hero-header\"\u003e\n\u003ch2\u003e모델 3에 어울리는 공격적인 엣지를 선사하세요.\u003c\/h2\u003e\n\u003cp\u003e테슬라 모델 3 (2017-2023)의 평범한 전면부를 진짜 카본 파이버 안개등 트림으로 변신시키세요. 이 '에어 나이프' 영감을 받은 오버레이는 즉시 더 넓고 트랙 준비된 스탠스와 확실한 모터스포츠 미학을 일상 주행에 더합니다.\u003c\/p\u003e\n\u003cp class=\"fog-hero-link\"\u003e외관을 업그레이드하세요 \u003ca rel=\"noopener\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003e테슬라 카본 파이버 액세서리\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fog-benefits-grid\"\u003e\n\u003cdiv class=\"fog-card\"\u003e\n\u003ch3\u003e🏁 100% 정품 카본 파이버\u003c\/h3\u003e\n\u003cp\u003e저렴한 ABS 플라스틱과 인쇄 비닐은 이제 그만. 완벽한 2x2 트윌 직조의 진짜 카본 파이버로 제작되어 초경량 프로필과 깊고 다차원적인 질감을 제공합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fog-card\"\u003e\n\u003ch3\u003e🛡️ 3중 UV 보호\u003c\/h3\u003e\n\u003cp\u003e프리미엄 UV 저항 클리어 코트 3회 도포 완료. 강한 햇빛에도 견디도록 설계되어 시간이 지나도 빠른 퇴색이나 심한 황변 없이 외관을 유지합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fog-card\"\u003e\n\u003ch3\u003e🎯 정밀 OEM+ 적합성\u003c\/h3\u003e\n\u003cp\u003e공장 3D 데이터를 직접 성형하여 원래 안개등 하우징에 완벽하게 밀착됩니다. 마치 공장 출고 시 장착된 퍼포먼스 패키지처럼 보이며, 사후 부착품 같지 않습니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fog-card\"\u003e\n\u003ch3\u003e⏱️ 5분 비파괴 모드\u003c\/h3\u003e\n\u003cp\u003e드릴링, 절단, 범퍼 제거 불필요. 사전 부착된 자동차용 3M 접착제로 쉽게 부착됩니다. 완전히 되돌릴 수 있어 리스 차량에도 안전한 선택입니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fog-accordion-wrapper\"\u003e\n\u003cdetails open=\"\" class=\"fog-details-box\"\u003e\n\u003csummary\u003e제품 사양\u003c\/summary\u003e\n\u003cdiv class=\"fog-details-content\"\u003e\n\u003ctable class=\"fog-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e재질\u003c\/td\u003e\n\u003ctd\u003e정품 카본 파이버 (드라이 \/ 웻 공정)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e사용 가능한 마감\u003c\/td\u003e\n\u003ctd\u003e글로시 \/ 매트 \/ 포지드 카본\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e적합 차량\u003c\/td\u003e\n\u003ctd\u003e테슬라 모델 3 2017-2023 (모든 트림 및 버전) \u003cbr\u003e\u003cem\u003e\u003cspan style=\"color: var(--primary-blue);\"\u003e*2024년 이후 하이랜드 차량에는 맞지 않습니다\u003c\/span\u003e\u003c\/em\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e구성품\u003c\/td\u003e\n\u003ctd\u003e카본 파이버 안개등 트림 2개, 3M 테이프 1롤\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"fog-details-box\"\u003e\n\u003csummary\u003e설치 가이드\u003c\/summary\u003e\n\u003cdiv class=\"fog-details-content\"\u003e\n\u003cp\u003e다음 간단한 단계를 따라 집 차고에서 전문가 수준의 결과를 얻으세요:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e표면 준비:\u003c\/strong\u003e 안개등 부위를 철저히 청소하세요. 알코올로 먼지, 기름, 왁스, 세라믹 코팅을 제거하세요. 표면은 100% 건조해야 합니다.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e맞춤 테스트:\u003c\/strong\u003e 테이프 라이너를 제거하기 전에 트림을 안개등 위에 올려 정확한 정렬과 위치를 확인하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e테이프 가열 (중요):\u003c\/strong\u003e 최대 접착력을 위해 3M 테이프를 부착 직전에 열풍기나 헤어드라이어로 부드럽게 가열하세요 (104°F \/ 40°C를 넘지 마세요).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e적용 및 압착:\u003c\/strong\u003e 접착면을 만지지 마세요. 신중하게 정렬한 후 20-30초간 단단히 눌러 고정하세요. 48시간 동안 세차하거나 비에 노출하지 마세요.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cem\u003e참고: 접착 라이너를 제거하면 제품은 중고로 간주되어 반품이 불가합니다. 먼저 맞춤 테스트를 해주세요!\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"fog-details-box\"\u003e\n\u003csummary\u003e보증 및 관리 정보\u003c\/summary\u003e\n\u003cdiv class=\"fog-details-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e카본 패턴:\u003c\/strong\u003e 진짜 몰딩 카본 파이버는 손으로 깔아 만듭니다. 직조 방향의 약간의 차이는 진품 복합 재료의 정상적인 특성으로 제조 결함이 아닙니다.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1년 UV 보증:\u003c\/strong\u003e 3중 UV 보호 코팅이 되어 있지만, 적절한 관리 없이 강한 직사광선에 장기간 노출되면 클리어 코트가 손상될 수 있습니다. 야외 주차 시 수년간 약간의 황변 현상은 정상입니다. 수명을 최대화하려면 고품질 UV 보호 스프레이(예: 303 프로텍턴트)나 나노 세라믹 코팅을 정기적으로 권장합니다.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"fog-details-box\"\u003e\n\u003csummary\u003e자주 묻는 질문 (FAQ)\u003c\/summary\u003e\n\u003cdiv class=\"fog-details-content\"\u003e\n\u003cdiv style=\"margin-bottom: 15px;\"\u003e\n\u003ch4 style=\"margin-bottom: 5px; font-size: 1rem;\"\u003eQ: 드라이 카본과 웻 카본의 차이점은 무엇인가요?\u003c\/h4\u003e\n\u003cp style=\"margin-top: 0;\"\u003e\u003cstrong\u003e드라이 카본 (프리프레그)\u003c\/strong\u003e은 수지가 미리 함침된 카본 천을 사용해 고진공 압력의 오토클레이브에서 경화시켜 만듭니다. 이로 인해 초경량, 극박형, 완벽한 직조 패턴의 부품이 만들어져 오버레이에 이상적이며 완벽한 밀착을 보장합니다.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e웻 카본\u003c\/strong\u003e은 천을 손으로 깔고 액체 수지를 수작업으로 바르는 방식입니다. 약간 더 두껍고 무거우며, 깊고 광택 있는 마감을 제공하면서 가격이 더 합리적입니다. \u003cem\u003e두 가지 모두 100% 정품 카본 파이버입니다.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 15px;\"\u003e\n\u003ch4 style=\"margin-bottom: 5px; font-size: 1rem;\"\u003eQ: 2024 모델 3 (하이랜드)에 맞나요?\u003c\/h4\u003e\n\u003cp style=\"margin-top: 0;\"\u003e\u003cstrong\u003e아니요.\u003c\/strong\u003e 이 제품은 \u003cstrong\u003e2017-2023 테슬라 모델 3\u003c\/strong\u003e 전용으로 설계되었습니다. 2024년 이후 하이랜드 리프레시는 전면 범퍼가 완전히 재설계되어 기존 안개등 베젤이 없습니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 15px;\"\u003e\n\u003ch4 style=\"margin-bottom: 5px; font-size: 1rem;\"\u003eQ: 이 오버레이가 센서를 가리거나 오토파일럿에 영향을 주나요?\u003c\/h4\u003e\n\u003cp style=\"margin-top: 0;\"\u003e전혀 그렇지 않습니다. 저희 안개등 트림은 초박형이며 정밀하게 절단되어 OEM 초음파 센서(USS)나 카메라를 완전히 가리거나 방해하지 않습니다. 오토파일럿과 주차 기능이 완벽하게 작동합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 15px;\"\u003e\n\u003ch4 style=\"margin-bottom: 5px; font-size: 1rem;\"\u003eQ: 이게 진짜 카본 파이버인가요, 아니면 저렴한 인쇄 ABS 플라스틱인가요?\u003c\/h4\u003e\n\u003cp style=\"margin-top: 0;\"\u003e이 제품은 \u003cstrong\u003e100% 정품 몰딩 카본 파이버\u003c\/strong\u003e로 제작되었으며, 실제 2x2 트윌 직조 패턴을 특징으로 합니다. 저렴한 ABS 플라스틱이나 수전사 가짜 카본이 아닙니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 15px;\"\u003e\n\u003ch4 style=\"margin-bottom: 5px; font-size: 1rem;\"\u003eQ: 테이프가 떨어지지 않게 하려면 어떻게 해야 하나요? (특히 세라믹 코팅 시)\u003c\/h4\u003e\n\u003cp style=\"margin-top: 0;\"\u003e영구 접착을 위해서는 표면이 완전히 깨끗해야 합니다. 차량에 세라믹 코팅이나 왁스가 있다면, 설치 부위를 먼저 소독용 알코올로 닦아야 합니다. \u003cstrong\u003e중요 단계:\u003c\/strong\u003e 3M 테이프를 부착하기 직전에 헤어드라이어로 부드럽게 가열하세요.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 15px;\"\u003e\n\u003ch4 style=\"margin-bottom: 5px; font-size: 1rem;\"\u003eQ: 자동 세차기를 통과해도 안전한가요?\u003c\/h4\u003e\n\u003cp style=\"margin-top: 0;\"\u003e네! 올바르게 설치하고 건조한 환경에서 48시간 경화시키면, 자동차용 3M 접착제가 영구적인 접착력을 형성하여 무접촉 및 전통적인 자동 세차 모두를 쉽게 견딥니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fog-trust-row\"\u003e\n\u003cdiv class=\"fog-trust-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"none\"\u003e\u003cpath d=\"M8.25 18.75a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m3 0h6m-9 0H3.375a1.125 1.125 0 01-1.125-1.125V14.25m17.25 4.5a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m3 0h1.125c.621 0 1.129-.504 1.09-1.124a17.902 17.902 0 00-3.213-9.193 2.056 2.056 0 00-1.58-.86H14.25M16.5 18.75h-2.25m0-11.177v-.958c0-.568-.422-1.048-.987-1.106a48.554 48.554 0 00-10.026 0 1.106 1.106 0 00-.987 1.106v7.635m12-6.677v6.677m0 4.5v-4.5m0 0h-12\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e전 세계 무료 배송\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fog-trust-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"none\"\u003e\u003cpath d=\"M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e완벽한 맞춤 보장\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fog-trust-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"none\"\u003e\u003cpath d=\"M19.5 12c0-1.232-.046-2.453-.138-3.662a4.006 4.006 0 00-3.7-3.7 48.678 48.678 0 00-7.324 0 4.006 4.006 0 00-3.7 3.7c-.017.22-.032.441-.046.662M19.5 12l3-3m-3 3l-3-3m-12 3c0 1.232.046 2.453.138 3.662a4.006 4.006 0 003.7 3.7 48.656 48.656 0 007.324 0 4.006 4.006 0 003.7-3.7c.017-.22.032-.441.046-.662M4.5 12l3 3m-3-3l-3 3\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e30일 무조건 반품 보장\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"습식 카본 파이버 \/ 광택 있는","offer_id":44478715330792,"sku":"TSL3404","price":149.99,"currency_code":"USD","in_stock":true},{"title":"습식 카본 파이버 \/ 매트","offer_id":44478715363560,"sku":"TSL3404-matte","price":149.99,"currency_code":"USD","in_stock":true},{"title":"습식 카본 파이버 \/ 단조","offer_id":44478715396328,"sku":"TSL3404-forged","price":159.99,"currency_code":"USD","in_stock":true},{"title":"드라이 카본 파이버 \/ 광택 있는","offer_id":42901881979112,"sku":"TSL3605-A","price":169.99,"currency_code":"USD","in_stock":true},{"title":"드라이 카본 파이버 \/ 매트","offer_id":42901882011880,"sku":"TSL3605-B","price":160.99,"currency_code":"USD","in_stock":true},{"title":"드라이 카본 파이버 \/ 단조","offer_id":42901882044648,"sku":"TSL3605-C","price":169.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/tesery-tesla-model-3-fog-light-trim-carbon-fiber-exterior-mods-437114.jpg?v=1717740497"},{"product_id":"real-carbon-fiber-a-pillar-windows-for-tesla-model-y","title":"드라이 카본 파이버 A-필러 트림 for Model 3\/Y | 3가지 마감 | 3D 레이저 핏 | LHD\/RHD","description":"\u003cstyle\u003e\n  .premium-tesla-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    color: #333333;\n    background-color: #FFFFFF;\n    max-width: 850px;\n    margin: 0 auto;\n    padding: 20px 0;\n  }\n\n  .trust-badges-pro {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 35px;\n  }\n  .badge-pro {\n    display: inline-flex;\n    align-items: center;\n    background-color: #0056B3;\n    color: #FFFFFF;\n    padding: 6px 14px;\n    border-radius: 4px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n  }\n\n  .premium-tesla-wrapper h2 {\n    font-size: 1.8rem;\n    color: #000000;\n    margin-bottom: 16px;\n    font-weight: 700;\n    line-height: 1.3;\n    letter-spacing: -0.5px;\n  }\n  .premium-tesla-wrapper .intro-text {\n    font-size: 1.05rem;\n    color: #333333;\n    margin-bottom: 40px;\n  }\n  .section-title {\n    font-size: 1.4rem;\n    color: #000000;\n    margin: 40px 0 20px 0;\n    padding-bottom: 12px;\n    border-bottom: 1px solid #EEEEEE;\n    display: flex;\n    align-items: center;\n  }\n  .section-title::before {\n    content: '';\n    display: inline-block;\n    width: 6px;\n    height: 20px;\n    background-color: #0056B3;\n    margin-right: 12px;\n    border-radius: 2px;\n  }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-bottom: 30px;\n  }\n  .feature-card {\n    background-color: #F9F9F9;\n    border: 1px solid #EEEEEE;\n    padding: 20px;\n    border-radius: 8px;\n    transition: transform 0.2s ease;\n  }\n  .feature-card:hover {\n    transform: translateY(-3px);\n    border-color: #0056B3;\n  }\n  .feature-card h4 {\n    color: #000000;\n    margin-top: 0;\n    margin-bottom: 10px;\n    font-size: 1.1rem;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .feature-card h4::before {\n    content: '✓';\n    color: #0056B3;\n    font-weight: bold;\n  }\n  .feature-card p {\n    margin: 0;\n    font-size: 0.95rem;\n  }\n\n  .specs-box {\n    background-color: #F9F9F9;\n    border: 1px solid #EEEEEE;\n    border-radius: 8px;\n    padding: 20px 25px;\n    margin-bottom: 30px;\n  }\n  .specs-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .specs-list li {\n    padding: 10px 0;\n    border-bottom: 1px solid #EEEEEE;\n    display: flex;\n    flex-wrap: wrap;\n  }\n  .specs-list li:last-child {\n    border-bottom: none;\n  }\n  .specs-list strong {\n    color: #000000;\n    min-width: 120px;\n    display: inline-block;\n  }\n\n  .steps-container {\n    display: flex;\n    flex-direction: column;\n    gap: 15px;\n    margin-bottom: 40px;\n  }\n  .step-row {\n    display: flex;\n    align-items: flex-start;\n    background-color: #F9F9F9;\n    padding: 16px 20px;\n    border-radius: 8px;\n    border: 1px solid #EEEEEE;\n  }\n  .step-number {\n    font-size: 1.8rem;\n    font-weight: 800;\n    color: #0056B3;\n    margin-right: 20px;\n    line-height: 1;\n    min-width: 30px;\n  }\n  .step-content h4 {\n    margin: 0 0 5px 0;\n    color: #000000;\n    font-size: 1.05rem;\n  }\n  .step-content p {\n    margin: 0;\n    font-size: 0.95rem;\n  }\n\n  .faq-wrapper {\n    margin-bottom: 40px;\n  }\n  .faq-pro {\n    background-color: #FFFFFF;\n    border: 1px solid #EEEEEE;\n    border-radius: 8px;\n    margin-bottom: 12px;\n    overflow: hidden;\n  }\n  .faq-pro summary {\n    font-weight: 600;\n    color: #000000;\n    padding: 18px 20px;\n    cursor: pointer;\n    outline: none;\n    list-style: none;\n    position: relative;\n    background-color: #F9F9F9;\n    transition: background-color 0.2s ease;\n  }\n  .faq-pro summary:hover {\n    background-color: #EEEEEE;\n    color: #0056B3;\n  }\n  .faq-pro summary::-webkit-details-marker {\n    display: none;\n  }\n  .faq-pro summary::after {\n    content: '+';\n    position: absolute;\n    right: 20px;\n    top: 50%;\n    transform: translateY(-50%);\n    color: #0056B3;\n    font-size: 1.4rem;\n    font-weight: 300;\n  }\n  .faq-pro[open] summary::after {\n    content: '−';\n  }\n  .faq-pro p {\n    padding: 18px 20px;\n    margin: 0;\n    border-top: 1px solid #EEEEEE;\n    color: #333333;\n    font-size: 0.95rem;\n    background-color: #FFFFFF;\n  }\n\n  .cta-banner {\n    background-color: #0056B3;\n    color: #FFFFFF;\n    padding: 25px;\n    border-radius: 8px;\n    text-align: center;\n    margin-top: 20px;\n  }\n  .cta-banner h4 {\n    margin: 0 0 10px 0;\n    font-size: 1.25rem;\n    color: #FFFFFF;\n  }\n  .cta-banner p {\n    margin: 0;\n    color: #F9F9F9;\n    font-size: 1rem;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"premium-tesla-wrapper\"\u003e\n\u003cdiv class=\"trust-badges-pro\"\u003e\n\u003cspan class=\"badge-pro\"\u003e✓ 100% 맞춤 보장\u003c\/span\u003e \u003cspan class=\"badge-pro\"\u003e✓ 1년 자외선 보증\u003c\/span\u003e \u003cspan class=\"badge-pro\"\u003e✓ 프리미엄 드라이 카본\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003e테슬라를 위한 프리미엄 진짜 카본 파이버 업그레이드\u003c\/h2\u003e\n\u003cp class=\"intro-text\"\u003e최고의 \u003cstrong\u003e테슬라 모델 3 액세서리\u003c\/strong\u003e 또는 \u003cstrong\u003e모델 Y 외장 개조\u003c\/strong\u003e를 찾고 계신가요? 평범한 공장 플라스틱을 버리고 차량에 고급스럽고 스포티한 매력을 더하세요. 진짜 수작업 드라이 카본 파이버로 제작된 저희 A-필러 트림은 가볍고 고성능의 미적 감각을 제공합니다. 이는 즉시 테슬라의 외관을 업그레이드하는 완벽한 \u003cstrong\u003eOEM 스타일 카본 파이버 트림\u003c\/strong\u003e으로, 애프터마켓 제품처럼 보이지 않습니다.\u003c\/p\u003e\n\u003ch3 class=\"section-title\"\u003e왜 저희 드라이 카본 업그레이드를 선택해야 할까요?\u003c\/h3\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003e100% 정품\u003c\/h4\u003e\n\u003cp\u003e진짜 짜임새 있는 카본의 진정한 럭셔리와 초경량 강도를 경험하세요. 정성스럽게 수작업으로 제작되어 독특하고 고급스러운 마감입니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003e완벽한 \"OEM+\" 맞춤\u003c\/h4\u003e\n\u003cp\u003e3D 레이저 스캐너로 설계되었습니다. 감싼 선두 가장자리가 공장 부품과 완벽하게 어우러져 정밀한 외관을 자랑합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003e자외선 차단\u003c\/h4\u003e\n\u003cp\u003e자외선으로 인한 변색과 퇴색을 방지하기 위해 프리미엄 UV 클리어 코팅 3회 마감 처리되었습니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003e사양 및 패키지\u003c\/h3\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003cul class=\"specs-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e호환성:\u003c\/strong\u003e \u003cspan\u003e2017–2023 모델 3, 2024년 이후 모델 3 하이랜드, 2020-2024 모델 Y, 2025년 이후 모델 Y 주니퍼 (좌핸들 \u0026amp; 우핸들)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e재질:\u003c\/strong\u003e \u003cspan\u003e프리미엄 드라이 카본 파이버\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e구성품:\u003c\/strong\u003e \u003cspan\u003e카본 파이버 프론트 도어 A-필러 삼각형 커버 트림 2개\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003e5분 만에 직접 설치 가능\u003c\/h3\u003e\n\u003cdiv class=\"steps-container\"\u003e\n\u003cdiv class=\"step-row\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003e표면 청소\u003c\/h4\u003e\n\u003cp\u003e원래 A-필러 플라스틱 부위를 알코올로 깨끗이 닦고 완전히 건조시키세요.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-row\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003e맞춤 테스트\u003c\/h4\u003e\n\u003cp\u003e테이프 뒷면을 떼기 전에 카본 파이버 트림을 위치에 맞춰 대어 정확한 부착 위치를 확인하세요.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-row\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003e떼어내고 붙이기\u003c\/h4\u003e\n\u003cp\u003e자동차용 3M 접착 테이프의 뒷면을 떼어내세요.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-row\"\u003e\n\u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003e단단히 눌러주세요\u003c\/h4\u003e\n\u003cp\u003e트림을 1-2분간 눌러 고정하세요. \u003cem style=\"color: #0056b3;\"\u003e(팁: 추운 날씨에는 헤어드라이어로 테이프를 살짝 데우면 좋습니다).\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003e자주 묻는 질문\u003c\/h3\u003e\n\u003cdiv class=\"faq-wrapper\"\u003e\n\u003cdetails class=\"faq-pro\"\u003e\n\u003csummary\u003e이 제품이 2024년형 모델 3 하이랜드에 맞나요?\u003c\/summary\u003e\n\u003cp\u003e아니요! 저희 A-필러 트림은 정밀 스캔되어 2024년 이후 모델 3 하이랜드뿐 아니라 이전 모델 3(2017-2023) 및 모델 Y(2020-2025+) 차량과 완벽하게 호환됩니다.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-pro\"\u003e\n\u003csummary\u003e제거하면 원래 차량 부품이 손상되나요?\u003c\/summary\u003e\n\u003cp\u003e전혀 그렇지 않습니다. 저희는 자동차용 3M 접착제를 사용하여 강력하게 붙지만 안전하게 제거할 수 있습니다. 접착제를 부드럽게 하기 위해 열을 가한 후 천천히 떼어내고 잔여물은 닦아내세요.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-pro\"\u003e\n\u003csummary\u003e이게 진짜 카본 파이버인가요, 아니면 단순 인쇄 패턴인가요?\u003c\/summary\u003e\n\u003cp\u003e이 제품은 100% 진짜 드라이 카본 파이버입니다. 비닐 랩, ABS 플라스틱, 또는 하이드로 딥 패턴이 아닙니다. 진짜 짜임새 있는 질감과 초경량 품질을 느낄 수 있습니다.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-banner\"\u003e\n\u003ch4\u003e합리적인 가격의 럭셔리 업그레이드\u003c\/h4\u003e\n\u003cp\u003e눈길을 사로잡는 고급 카본 파이버 스타일링을 만나보세요. \u003cstrong\u003e오늘 바로 차량을 업그레이드하세요!\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"선택해 주세요 \/ 광택 카본 파이버","offer_id":42930989367528,"sku":"","price":109.0,"currency_code":"USD","in_stock":true},{"title":"선택해 주세요 \/ 무광 카본 파이버","offer_id":42930989301992,"sku":"","price":109.0,"currency_code":"USD","in_stock":true},{"title":"선택해 주세요 \/ 포지드 카본 파이버","offer_id":42930989334760,"sku":"","price":129.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 주니퍼 2025+ \/ 광택 카본 파이버","offer_id":47391827984616,"sku":"TSL3627-newY-A","price":109.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 주니퍼 2025+ \/ 무광 카본 파이버","offer_id":47391828017384,"sku":"TSL3627-newY-B","price":109.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 주니퍼 2025+ \/ 포지드 카본 파이버","offer_id":47391828050152,"sku":"TSL3627-newY-C","price":129.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 \/ 광택 카본 파이버","offer_id":44534571466984,"sku":"TSL3627-A","price":109.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 \/ 무광 카본 파이버","offer_id":44534571499752,"sku":"TSL3627-B","price":109.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 \/ 포지드 카본 파이버","offer_id":44534571532520,"sku":"TSL3627-C","price":129.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-현재 \/ 광택 카본 파이버","offer_id":44534571368680,"sku":"TSL3626-A","price":109.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-현재 \/ 무광 카본 파이버","offer_id":44534571401448,"sku":"TSL3626-B","price":109.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-현재 \/ 포지드 카본 파이버","offer_id":44534571434216,"sku":"TSL3626-C","price":129.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/a-pillar-glass-trim-for-tesla-model-y-3-dry-carbon-fiber-exterior-mods-904073.jpg?v=1704510524"},{"product_id":"real-molded-carbon-fiber-steering-wheel-for-model-3-y","title":"Tesla Model 3 \/ Y용 원형 카본 파이버 스티어링 휠【스타일 11】","description":"\u003cstyle\u003e\n    :root {\n        --c-black: #000000;\n        --c-white: #FFFFFF;\n        --c-blue:  #0056B3;\n        --c-gray:  #f5f5f5;\n    }\n\n    .noline-product {\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n        color: var(--c-black);\n        background-color: var(--c-white);\n        line-height: 1.8;\n        font-weight: 400;\n        -webkit-font-smoothing: antialiased;\n    }\n    .noline-product * { box-sizing: border-box; outline: none !important; border: none !important; }\n    \n    .nl-container { max-width: 900px; margin: 0 auto; padding: 60px 20px; }\n    \n    h1, h2, h3, h4 { font-weight: 800; margin: 0 0 1rem 0; letter-spacing: -0.5px; color: var(--c-black); }\n    .nl-title { font-size: 3rem; line-height: 1.1; margin-bottom: 20px; text-transform: capitalize; }\n    \n    .nl-subtitle { \n        font-size: 2rem; \n        margin-top: 100px; \n        margin-bottom: 40px; \n        color: var(--c-black);\n    }\n    \n    p { margin-bottom: 1.5rem; color: var(--c-black); font-size: 1.15rem; }\n\n    .nl-tags { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 30px; align-items: center; }\n    .nl-tag { \n        font-size: 0.85rem; \n        text-transform: uppercase; \n        letter-spacing: 2px; \n        color: var(--c-black); \n        font-weight: 800;\n    }\n    .nl-tag.blue { color: var(--c-blue); }\n\n    .nl-grid { display: grid; gap: 60px; margin-bottom: 40px; }\n    @media(min-width: 768px) { .nl-grid { grid-template-columns: 1fr 1fr; } }\n\n    .nl-feature-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }\n    .nl-feature-header h3 { margin: 0; font-size: 1.6rem; }\n    .nl-feature-icon { width: 32px; height: 32px; color: var(--c-blue); flex-shrink: 0; }\n\n    .nl-trust-banner {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        gap: 20px;\n        background-color: var(--c-gray);\n        padding: 30px;\n        border-radius: 8px;\n        margin-bottom: 60px;\n        border: 1px solid #e0e0e0;\n        text-align: center;\n    }\n    @media(min-width: 600px) {\n        .nl-trust-banner {\n            flex-direction: row;\n            text-align: left;\n            padding: 30px 40px;\n        }\n    }\n    .nl-trust-banner svg {\n        width: 48px;\n        height: 48px;\n        color: #27ae60;\n        flex-shrink: 0;\n    }\n    .nl-trust-title {\n        font-size: 1.3rem;\n        font-weight: 800;\n        color: var(--c-black);\n        margin-bottom: 8px;\n    }\n    .nl-trust-text {\n        font-size: 1.05rem;\n        color: #444;\n        margin: 0;\n        line-height: 1.6;\n    }\n\n    .nl-video-wrapper {\n        position: relative;\n        padding-bottom: 56.25%;\n        height: 0;\n        overflow: hidden;\n        margin: 40px 0 60px 0;\n        background-color: var(--c-gray);\n        border-radius: 8px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n    }\n    .nl-video-wrapper iframe {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        border: 0;\n    }\n\n    .nl-list { list-style: none; padding: 0; margin: 0 0 30px 0; }\n    .nl-list li { position: relative; padding-left: 25px; margin-bottom: 15px; font-size: 1.1rem; }\n    .nl-list li::before { \n        content: \"\"; \n        position: absolute; \n        left: 0; \n        top: 10px; \n        width: 8px; \n        height: 8px; \n        background-color: var(--c-blue); \n    }\n\n    .nl-specs { display: grid; gap: 25px; margin-bottom: 60px; }\n    .nl-spec-item { display: flex; flex-direction: column; gap: 5px; }\n    @media(min-width: 600px) {\n        .nl-spec-item { flex-direction: row; justify-content: space-between; align-items: center; }\n    }\n    .nl-spec-label { font-weight: 800; font-size: 1.1rem; color: var(--c-black); text-transform: uppercase; letter-spacing: 1px; }\n    .nl-spec-value { font-size: 1.1rem; color: var(--c-black); }\n\n    .nl-accordion { margin-bottom: 80px; display: grid; gap: 30px; }\n    .nl-accordion details summary { \n        background: transparent;\n        color: var(--c-black);\n        padding: 0; \n        font-size: 1.4rem; \n        font-weight: 800; \n        cursor: pointer; \n        display: flex; \n        justify-content: space-between; \n        align-items: center; \n        list-style: none;\n    }\n    \n    .nl-accordion details summary h3 {\n        margin: 0;\n        font-size: inherit;\n        font-weight: inherit;\n    }\n    .nl-accordion details summary::-webkit-details-marker { display: none; }\n    .nl-accordion details summary::after { content: \"+\"; color: var(--c-blue); font-size: 2rem; font-weight: 400; }\n    .nl-accordion details[open] summary::after { content: \"−\"; }\n    \n    .nl-accordion .details-content { padding: 20px 0; background: transparent; }\n\n    .nl-crosslink-block {\n        padding: 50px 30px;\n        text-align: center;\n        margin-bottom: 80px;\n        background-color: var(--c-gray);\n        border-radius: 8px;\n    }\n    .nl-crosslink-block h3 {\n        font-size: 1.8rem;\n        margin-bottom: 15px;\n    }\n    .nl-crosslink-block p {\n        font-size: 1.2rem;\n        line-height: 1.8;\n        max-width: 700px;\n        margin: 0 auto;\n    }\n    .nl-crosslink-block a {\n        color: var(--c-blue);\n        text-decoration: underline;\n        font-weight: 700;\n        transition: opacity 0.2s ease;\n    }\n    .nl-crosslink-block a:hover {\n        opacity: 0.7;\n    }\n    \n    \/* 优化后的 Alert 样式（去除黄色，改用高级灰+品牌蓝边框） *\/\n    .nl-alert {\n        padding: 20px;\n        background-color: var(--c-gray);\n        color: var(--c-black);\n        border-left: 5px solid var(--c-blue);\n        margin-bottom: 30px;\n        font-size: 1.1rem;\n        border-radius: 4px;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"noline-product\"\u003e\n\u003cdiv class=\"nl-container\"\u003e\n\u003cdiv class=\"nl-tags\"\u003e\n\u003cspan class=\"nl-tag\"\u003eModel 3 \/ Y\u003c\/span\u003e \u003cspan class=\"nl-tag blue\"\u003e리얼 탄소 섬유\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"nl-title\"\u003e테슬라 모델 3 \u0026 Y용 맞춤형 탄소 섬유 스티어링 휠\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.3rem; max-width: 800px; margin-bottom: 40px;\"\u003e단조롭고 벗겨지는 원래 핸들에 지치셨나요? 맞춤형 탄소 섬유 \u0026 화이트 나파 가죽 스티어링 휠로 일상을 업그레이드하세요. 정품 테슬라 OEM 코어에만 제작되어 완벽한 장착과 안전을 보장하며, 두껍고 고급스러운 그립감과 깊고 광택 나는 탄소 광택으로 실내 분위기를 완전히 바꿉니다.\u003c\/p\u003e\n\u003ch2 class=\"nl-subtitle\"\u003e왜 저희와 함께 업그레이드해야 할까요?\u003c\/h2\u003e\n\u003cdiv class=\"nl-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nl-feature-header\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"nl-feature-icon\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch3\u003e수작업 탄소 섬유\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e저렴한 랩핑이나 미리 준비된 층이 아닙니다. 100% 수작업으로 깔아 올린 탄소 섬유를 사용해 시장에서 가장 두껍고 풍부하며 깊은 광택을 자랑합니다. 일치하는 광택 탄소 섬유 트림 커버도 포함되어 있습니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nl-feature-header\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"nl-feature-icon\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 10h4.764a2 2 0 011.789 2.894l-3.5 7A2 2 0 0115.263 21h-4.017c-.163 0-.326-.02-.485-.06L7 20m7-10V5a2 2 0 00-2-2h-.095c-.5 0-.905.405-.905.905 0 .714-.211 1.412-.608 2.006L7 11v9m7-10h-2M7 20H5a2 2 0 01-2-2v-6a2 2 0 012-2h2.514\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch3\u003e프리미엄 화이트 나파 가죽\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e매우 내구성이 뛰어나고 편안합니다. 흰색 가죽에는 매끄럽고 천공 없는 마감 처리를 사용해 먼지와 오염물이 구멍에 쌓이지 않도록 하여 실내를 항상 깨끗하게 유지합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nl-feature-header\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"nl-feature-icon\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch3\u003e플랫 바텀 레이싱 디자인\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e진정한 스포츠카 감각. 플랫 바텀 디자인은 공격적이고 트랙에서 영감을 받은 외관을 만들 뿐만 아니라 무릎 공간을 최대화해 장거리 주행과 급커브 시 눈에 띄는 편안함을 더합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nl-feature-header\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"nl-feature-icon\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch3\u003e정품 테슬라 OEM 코어\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e안전이 최우선입니다. 정품 테슬라 스티어링 휠 코어를 엄격히 사용하여 공장 스크롤 휠 및 하드웨어와 100% 플러그 앤 플레이 호환을 보장합니다. \u003cstrong\u003e코어 보증금 전혀 필요 없습니다—원래 휠을 그대로 유지하세요!\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-trust-banner\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\"\u003e\u003cpath d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nl-trust-title\"\u003e프리미엄 품질 보증 및 1년 보증\u003c\/div\u003e\n\u003cp class=\"nl-trust-text\"\u003e안심하고 구매하세요. 탄소 섬유 벗겨짐, 변색, 가죽 제조 결함에 대해 \u003cstrong\u003e1년 전면 보증\u003c\/strong\u003e을 제공합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-alert\"\u003e\n\u003cstrong\u003e⚠️ 중요 안내:\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003e에어백:\u003c\/strong\u003e 저희는 에어백 없이 배송합니다. 원래 에어백을 새 핸들로 옮기셔야 합니다.\u003cbr\u003e• \u003cstrong\u003e히팅 기능:\u003c\/strong\u003e 모델 3\/Y에 공장 내장 히팅 스티어링 휠이 장착된 경우에만 이 휠은 히팅 기능을 유지합니다.\u003cbr\u003e• \u003cstrong\u003e제작 기간:\u003c\/strong\u003e 각 휠은 수작업 맞춤 제품입니다. 배송 전 \u003cstrong\u003e1~2주\u003c\/strong\u003e의 제작 기간을 양해 부탁드립니다.\u003c\/div\u003e\n\u003ch2 class=\"nl-subtitle\"\u003e기술 사양 및 맞춤 제작\u003c\/h2\u003e\n\u003cdiv class=\"nl-specs\"\u003e\n\u003cdiv class=\"nl-spec-item\"\u003e\n\u003cspan class=\"nl-spec-label\"\u003e적합성\u003c\/span\u003e \u003cspan class=\"nl-spec-value\"\u003e테슬라 모델 3 \u0026amp; 모델 Y (모든 트림)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-spec-item\"\u003e\n\u003cspan class=\"nl-spec-label\"\u003e재질\u003c\/span\u003e \u003cspan class=\"nl-spec-value\"\u003e수작업 광택 카본 파이버 + 부드러운 화이트 나파 가죽\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-spec-item\"\u003e\n\u003cspan class=\"nl-spec-label\"\u003e스티치 색상\u003c\/span\u003e \u003cspan class=\"nl-spec-value\"\u003e블랙 (기본) - \u003cem\u003e주문 메모를 통해 맞춤 색상 가능\u003c\/em\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-spec-item\"\u003e\n\u003cspan class=\"nl-spec-label\"\u003e상단 위치 링\u003c\/span\u003e \u003cspan class=\"nl-spec-value\"\u003e선택 사항\u003c\/span\u003e\u003cspan class=\"nl-spec-label\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 style=\"margin-top: 60px; margin-bottom: 20px;\" class=\"nl-subtitle\"\u003e설치 비디오 가이드\u003c\/h2\u003e\n\u003cp\u003e집에서 스티어링 휠을 쉽게 업그레이드하는 방법을 빠른 단계별 튜토리얼 영상으로 확인하세요.\u003c\/p\u003e\n\u003cdiv class=\"nl-video-wrapper\"\u003e\u003ciframe title=\"Tesla Steering Wheel Installation Guide\" src=\"https:\/\/www.youtube.com\/embed\/tVtcRzssClQ\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003ch2 style=\"margin-top: 60px;\" class=\"nl-subtitle\"\u003e자주 묻는 질문\u003c\/h2\u003e\n\u003cdiv class=\"nl-accordion\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\n\u003ch3\u003e직접 설치하기 어렵나요?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003e전문가 설치를 권장하지만, 직접 설치도 충분히 가능하며 보통 40분 이내에 완료됩니다. 차량 전원 차단, 에어백 핀 해제, 하니스 분리, 중앙 육각 너트 풀기 작업이 포함됩니다. \u003cem\u003e(위의 단계별 설치 영상을 참고하세요)\u003c\/em\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003e기존 스티어링 휠을 반송해야 하나요?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003e아니요! 다른 회사들이 무거운 $300-$500의 \"코어 보증금\"을 요구하고 기존 휠을 반송하게 하는 것과 달리, 저희는 \u003cstrong\u003e코어 보증금이 전혀 없습니다\u003c\/strong\u003e. 원래 OEM 스티어링 휠은 백업용으로 보관하거나 직접 판매하실 수 있습니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003e맞춤 휠의 반품 정책은 어떻게 되나요?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003e각 스티어링 휠은 주문 제작(맞춤 제품)으로 수작업으로 만들어지기 때문에 단순 변심에 의한 반품은 불가합니다. 제조 결함이나 품질 문제에 대해서만 반품 또는 교환이 엄격히 가능합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-crosslink-block\"\u003e\n\u003ch3\u003e완전히 독특한 무언가가 필요하신가요?\u003c\/h3\u003e\n\u003cp\u003e완전한 개별 맞춤 제작을 지원합니다! 알칸타라 그립부터 무광 카본 마감과 맞춤 스티치 패턴까지.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e이메일:\u003c\/strong\u003e market@tesery.com\u003cbr\u003e\u003cstrong\u003eWhatsApp\/메시지:\u003c\/strong\u003e +86 185 6670 3079\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"선택하세요 \/ 시계 반지 위치 없음 \/ 아니요","offer_id":46350080245992,"sku":"","price":409.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 시계 반지 위치 없음 \/ 광택 카본 파이버","offer_id":46350080278760,"sku":"","price":469.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 시계 반지 위치 없음 \/ 무광 카본 파이버","offer_id":46350080311528,"sku":"","price":469.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 시계 반지 위치 있음 \/ 아니요","offer_id":46350080344296,"sku":"","price":419.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 시계 반지 위치 있음 \/ 광택 카본 파이버","offer_id":46350080377064,"sku":"","price":479.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 시계 반지 위치 있음 \/ 무광 카본 파이버","offer_id":46350080409832,"sku":"","price":479.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 시계 반지 위치 없음 \/ 아니요","offer_id":43857684201704,"sku":"TSL8422","price":409.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 시계 반지 위치 없음 \/ 광택 카본 파이버","offer_id":44375714791656,"sku":"TSL8422-glossy","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 시계 반지 위치 없음 \/ 무광 카본 파이버","offer_id":44375714824424,"sku":"TSL8422-matte","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 시계 반지 위치 있음 \/ 아니요","offer_id":43857684234472,"sku":"TSL8423","price":419.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 시계 반지 위치 있음 \/ 광택 카본 파이버","offer_id":44375714857192,"sku":"TSL8423-glossy","price":479.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 시계 반지 위치 있음 \/ 무광 카본 파이버","offer_id":44375714889960,"sku":"TSL8423-matte","price":479.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 시계 반지 위치 없음 \/ 아니요","offer_id":43857684267240,"sku":"TSL8422","price":409.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 시계 반지 위치 없음 \/ 광택 카본 파이버","offer_id":44375714922728,"sku":"TSL8422-glossy","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 시계 반지 위치 없음 \/ 무광 카본 파이버","offer_id":44375714955496,"sku":"TSL8422-matte","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 시계 반지 위치 있음 \/ 아니요","offer_id":43857684300008,"sku":"TSL8423","price":419.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 시계 반지 위치 있음 \/ 광택 카본 파이버","offer_id":44375714988264,"sku":"TSL8423-glossy","price":479.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 시계 반지 위치 있음 \/ 무광 카본 파이버","offer_id":44375715021032,"sku":"TSL8423-matte","price":479.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 시계 반지 위치 없음 \/ 아니요","offer_id":46350080442600,"sku":"TSL8422-middle","price":409.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 시계 반지 위치 없음 \/ 광택 카본 파이버","offer_id":46350080475368,"sku":"TSL8422-middle-glossy","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 시계 반지 위치 없음 \/ 무광 카본 파이버","offer_id":46350080508136,"sku":"TSL8422-middle-matte","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 시계 반지 위치 있음 \/ 아니요","offer_id":46350080540904,"sku":"TSL8423-middle","price":419.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 시계 반지 위치 있음 \/ 광택 카본 파이버","offer_id":46350080573672,"sku":"TSL8423-middle-glossy","price":479.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 시계 반지 위치 있음 \/ 무광 카본 파이버","offer_id":46350080606440,"sku":"TSL8423-middle-matte","price":479.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 시계 반지 위치 없음 \/ 아니요","offer_id":46778854277352,"sku":"TSL8422-middle","price":409.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 시계 반지 위치 없음 \/ 광택 카본 파이버","offer_id":46778854310120,"sku":"TSL8422-middle-glossy","price":469.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 시계 반지 위치 없음 \/ 무광 카본 파이버","offer_id":46778854342888,"sku":"TSL8422-middle-matte","price":469.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 시계 반지 위치 있음 \/ 아니요","offer_id":46778854375656,"sku":"TSL8423-middle","price":419.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 시계 반지 위치 있음 \/ 광택 카본 파이버","offer_id":46778854408424,"sku":"TSL8423-middle-glossy","price":479.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 시계 반지 위치 있음 \/ 무광 카본 파이버","offer_id":46778854441192,"sku":"TSL8423-middle-matte","price":479.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/model-3-y-round-carbon-fiber-steering-wheel-style-11-701456.jpg?v=1719364379"},{"product_id":"carbon-fiber-alcantara-round-steering-wheel-for-model-3-y","title":"모델 3 \/ Y용 카본 파이버 알칸타라 라운드 스티어링 휠【스타일 15】","description":"\u003cstyle\u003e\n  .tesla-sw-wrapper {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    color: #000000;\n    background-color: #ffffff;\n    line-height: 1.6;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n  .tesla-sw-wrapper h2.seo-title {\n    font-size: 26px;\n    font-weight: 800;\n    color: #000000;\n    margin-bottom: 15px;\n    text-transform: uppercase;\n  }\n  .tesla-sw-wrapper h3 {\n    font-size: 20px;\n    font-weight: 700;\n    color: #000000;\n    margin-top: 30px;\n    margin-bottom: 15px;\n    border-bottom: 2px solid #e0e0e0;\n    padding-bottom: 5px;\n  }\n  .tesla-sw-wrapper a {\n    color: #0056B3;\n    text-decoration: none;\n    font-weight: bold;\n  }\n  .tesla-sw-wrapper a:hover {\n    text-decoration: underline;\n  }\n  .icon-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 25px 0;\n  }\n  .icon-grid div {\n    flex: 1 1 calc(50% - 10px);\n    background: #f5f5f5;\n    color: #000000;\n    padding: 15px;\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    font-size: 14px;\n    font-weight: 600;\n    border: 1px solid #e0e0e0;\n  }\n  .icon-grid div span {\n    font-size: 22px;\n    margin-right: 12px;\n    color: #0056B3;\n  }\n  .important-note {\n    background-color: #f5f5f5;\n    border-left: 4px solid #0056B3;\n    color: #000000;\n    padding: 15px;\n    margin: 20px 0;\n    border-radius: 0 4px 4px 0;\n    font-size: 14px;\n  }\n  .important-note strong {\n    color: #000000;\n  }\n  .important-note .icon-blue {\n    color: #0056B3;\n    font-weight: bold;\n    margin-right: 5px;\n  }\n  .media-placeholder {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin: 15px 0;\n    border: 1px solid #e0e0e0;\n  }\n  .video-container {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    margin: 20px 0;\n    border-radius: 8px;\n    border: 1px solid #e0e0e0;\n  }\n  .video-container iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n  }\n  ul.specs-list {\n    padding-left: 20px;\n    color: #000000;\n  }\n  ul.specs-list li {\n    margin-bottom: 10px;\n  }\n  .faq-section {\n    margin-top: 40px;\n    background: #f5f5f5;\n    padding: 20px;\n    border-radius: 8px;\n    border: 1px solid #e0e0e0;\n  }\n  .faq-item {\n    margin-bottom: 20px;\n  }\n  .faq-item:last-child {\n    margin-bottom: 0;\n  }\n  h3.faq-question {\n    font-weight: 700;\n    font-size: 16px;\n    color: #0056B3;\n    margin-top: 0;\n    margin-bottom: 8px;\n    border-bottom: none;\n    padding-bottom: 0;\n  }\n  .faq-answer {\n    font-size: 14px;\n    color: #000000;\n  }\n  .contact-box {\n    text-align: center;\n    margin-top: 30px;\n    padding: 20px;\n    background: #ffffff;\n    border: 2px solid #e0e0e0;\n    border-radius: 8px;\n  }\n  @media (max-width: 600px) {\n    .icon-grid div { flex: 1 1 100%; }\n    .tesla-sw-wrapper h2.seo-title { font-size: 22px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tesla-sw-wrapper\"\u003e\n\u003ch2 class=\"seo-title\"\u003e테슬라 모델 3 \/ Y용 프리미엄 카본 파이버 \u0026 알칸타라 스티어링 휠\u003c\/h2\u003e\n\u003cp\u003e주행 경험을 업그레이드하고 악명 높은 공장 스티어링 휠 벗겨짐과 작별하세요. \u003cstrong\u003e하이퍼카급 럭셔리와 뛰어난 핸들링\u003c\/strong\u003e을 요구하는 테슬라 오너를 위해 제작된 이 맞춤형 교체 스티어링 휠은 진짜 수작업 카본 파이버와 프리미엄 이탈리아 알칸타라를 결합했습니다.\u003c\/p\u003e\n\u003cdiv class=\"icon-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan\u003e✦\u003c\/span\u003eOEM 히팅 기능 유지\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan\u003e❖\u003c\/span\u003e100% 진짜 수작업 카본 파이버\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan\u003e❂\u003c\/span\u003e프리미엄 블랙 알칸타라 그립\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan\u003e✔\u003c\/span\u003e원래 휠 유지 (보증금 없음)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003e타협 없는 장인정신\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003e진짜 광택 카본 파이버:\u003c\/strong\u003e 미리 준비된 레이어를 사용하지 않습니다. 저희 스티어링 휠은 수작업으로 직접 쌓아 올린 카본 파이버로 정성껏 제작되어 가장 두껍고 풍부하며 깊은 카본 광택을 자랑해 테슬라 실내를 진정으로 돋보이게 합니다.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e알칸타라 우수성:\u003c\/strong\u003e 부드럽고 우아한 그립감을 즐기세요. 내구성이 뛰어나고 마모에 강하며 땀 흡수도 탁월합니다. 역동적인 주행이나 극한 기후에 완벽합니다.\u003c\/p\u003e\n\u003ch3\u003e장착 및 사양\u003c\/h3\u003e\n\u003cul class=\"specs-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e호환성:\u003c\/strong\u003e 테슬라 모델 3 (2017 - 2023년 8월) 및 테슬라 모델 Y (2020 - 2025).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e히팅 기능:\u003c\/strong\u003e 100% 유지! (테슬라에 내장 히팅 스티어링 휠이 있는 경우에만 해당).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e핵심 유지:\u003c\/strong\u003e 원래 스티어링 휠을 그대로 사용하세요! 코어 교환이나 보증금이 필요 없습니다.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e맞춤 옵션:\u003c\/strong\u003e 눈에 띄는 레드 스티치와 플랫 바닥 디자인이 포함되어 있습니다. \u003cem\u003e다른 스티치 색상을 원하시면 주문 메모에 색상 선택을 적어주세요!\u003c\/em\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e간편한 20분 DIY 설치\u003c\/h3\u003e\n\u003cp\u003e에어백 제거가 두렵지 않아요—저희 플러그 앤 플레이 디자인은 원래 에어백과 버튼 컨트롤을 그대로 사용합니다. 전문가 설치를 권장하지만, 아래 단계별 영상에서 보시다시피 20분 이내에 직접 설치하는 것도 충분히 가능합니다!\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/tVtcRzssClQ\" title=\"Tesla Steering Wheel Installation Video\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"important-note\"\u003e\n\u003cstrong\u003e\u003cspan class=\"icon-blue\"\u003e⚠\u003c\/span\u003e 중요 안내:\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e\u003cspan class=\"icon-blue\"\u003e✔\u003c\/span\u003e 보증 무효 없음:\u003c\/strong\u003e 플러그 앤 플레이 설치는 테슬라 구동계나 화면 보증을 무효화하지 않습니다.\u003cbr\u003e\u003cstrong\u003e\u003cspan class=\"icon-blue\"\u003e✔\u003c\/span\u003e 에어백 이전:\u003c\/strong\u003e 에어백은 함께 배송되지 않습니다. 원래 에어백과 중앙 전자장치를 이 새 휠로 쉽게 이전하실 수 있습니다.\u003cbr\u003e\u003cstrong\u003e\u003cspan class=\"icon-blue\"\u003e⌚\u003c\/span\u003e 제작 기간:\u003c\/strong\u003e 각 휠은 주문 제작되므로, \u003cstrong\u003e2~3주\u003c\/strong\u003e의 제작 기간을 양해 부탁드립니다.\u003cbr\u003e\u003cstrong\u003e\u003cspan class=\"icon-blue\"\u003e↺\u003c\/span\u003e 반품 정책:\u003c\/strong\u003e 이 제품은 맞춤 제작 상품이므로, 검증 가능한 제조 결함에 한해 반품이 가능합니다.\u003c\/div\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch3\u003e자주 묻는 질문\u003c\/h3\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: 이 제품이 벗겨진 테슬라 모델 Y 스티어링 휠을 고쳐주나요?\u003c\/h3\u003e\n\u003cdiv class=\"faq-answer\"\u003eA: 물론입니다. 공장 비건 가죽은 손 기름과 로션 때문에 벗겨지는 문제가 잘 알려져 있습니다. 저희 프리미엄 알칸타라와 카본 파이버 휠로 업그레이드하면 이 문제를 완전히 해결하면서 하이퍼카 같은 느낌을 제공합니다.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: 애프터마켓 스티어링 휠이 테슬라 열선 기능을 유지하나요?\u003c\/h3\u003e\n\u003cdiv class=\"faq-answer\"\u003eA: 네! 모델 3 또는 모델 Y가 공장에서 열선 스티어링 휠이 기본 장착된 상태라면, 저희 맞춤 휠은 열선 기능을 완벽히 유지합니다.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: 에어백을 새 카본 파이버 스티어링 휠로 옮기는 것이 어렵나요?\u003c\/h3\u003e\n\u003cdiv class=\"faq-answer\"\u003eA: 전혀 어렵지 않습니다. 에어백 이전은 간단한 과정으로, 육각 렌치로 클립을 풀고 하네스를 분리하기만 하면 됩니다. 위의 튜토리얼 영상을 보시면 집 앞에서도 쉽게 할 수 있음을 확인하실 수 있습니다.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-box\"\u003e\n\u003cstrong\u003e더 깊은 맞춤 제작이 필요하신가요? 저희는 맞춤 개별 주문도 지원합니다!\u003c\/strong\u003e\u003cbr\u003e이메일: \u003ca href=\"mailto:market@tesery.com\"\u003emarket@tesery.com\u003c\/a\u003e | WhatsApp: \u003ca href=\"https:\/\/wa.me\/8618566703079\"\u003e+86 185 6670 3079\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"선택하세요 \/ 아니요 \/ 아니요","offer_id":46349876429032,"sku":"","price":409.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 아니요 \/ 광택 카본 파이버","offer_id":46349876461800,"sku":"","price":469.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 아니요 \/ 무광 카본 파이버","offer_id":46349876527336,"sku":"","price":469.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 예 \/ 아니요","offer_id":46349876560104,"sku":"","price":409.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 예 \/ 광택 카본 파이버","offer_id":46349876592872,"sku":"","price":469.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 예 \/ 무광 카본 파이버","offer_id":46349876658408,"sku":"","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 아니요 \/ 아니요","offer_id":43073775042792,"sku":"TSL8428-3-A","price":409.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 아니요 \/ 광택 카본 파이버","offer_id":44375719936232,"sku":"TSL8428-glossy-3-A","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 아니요 \/ 무광 카본 파이버","offer_id":44375719969000,"sku":"TSL8428-matte-3-A","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 예 \/ 아니요","offer_id":43073775010024,"sku":"TSL8428-3-B","price":409.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 예 \/ 광택 카본 파이버","offer_id":44375720001768,"sku":"TSL8428-glossy-3-B","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 예 \/ 무광 카본 파이버","offer_id":44375720034536,"sku":"TSL8428-matte-3-B","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 아니요 \/ 아니요","offer_id":46349876691176,"sku":"TSL8428-3-A","price":409.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 아니요 \/ 광택 카본 파이버","offer_id":46349876723944,"sku":"TSL8428-glossy-3-A","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 아니요 \/ 무광 카본 파이버","offer_id":46349876756712,"sku":"TSL8428-matte-3-A","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 예 \/ 아니요","offer_id":46349876789480,"sku":"TSL8428-3-B","price":409.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 예 \/ 광택 카본 파이버","offer_id":46349876822248,"sku":"TSL8428-glossy-3-B","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 예 \/ 무광 카본 파이버","offer_id":46349876855016,"sku":"TSL8428-matte-3-B","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 아니요 \/ 아니요","offer_id":43193102598376,"sku":"TSL8428-middle-Y-A","price":409.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 아니요 \/ 광택 카본 파이버","offer_id":44375720067304,"sku":"TSL8428-middle-glossy-Y-A","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 아니요 \/ 무광 카본 파이버","offer_id":44375720100072,"sku":"TSL8428-middle-matte-Y-A","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 예 \/ 아니요","offer_id":43193102631144,"sku":"TSL8428-middle-Y-B","price":409.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 예 \/ 광택 카본 파이버","offer_id":44375720132840,"sku":"TSL8428-middle-glossy-Y-B","price":469.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 예 \/ 무광 카본 파이버","offer_id":44375720165608,"sku":"TSL8428-middle-matte-Y-B","price":469.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 아니요 \/ 아니요","offer_id":47440391340264,"sku":"TSL8428-middle-Y-A","price":409.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 아니요 \/ 광택 카본 파이버","offer_id":47440391373032,"sku":"TSL8428-middle-glossy-Y-A","price":469.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 아니요 \/ 무광 카본 파이버","offer_id":47440391405800,"sku":"TSL8428-middle-matte-Y-A","price":469.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 예 \/ 아니요","offer_id":47440391438568,"sku":"TSL8428-middle-Y-B","price":409.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 예 \/ 광택 카본 파이버","offer_id":47440391471336,"sku":"TSL8428-middle-glossy-Y-B","price":469.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 예 \/ 무광 카본 파이버","offer_id":47440391504104,"sku":"TSL8428-middle-matte-Y-B","price":469.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/carbon-fiber-alcantara-round-steering-wheel-for-model-3-ystyle-15-4167550.jpg?v=1773894907"},{"product_id":"sport-grip-alcantara-full-carbon-fiber-steering-wheel-for-model-3-y","title":"모델 3 \/ Y 알칸타라 카본 파이버 스티어링 휠【스타일 14】","description":"\u003ch4 style=\"text-align: center;\"\u003eModel 3 \/ Y Alcantara 카본 파이버 스티어링 휠\u003c\/h4\u003e\n\u003cp style=\"text-align: left;\"\u003eAlcantara는 부드럽고 우아한 스타일, 풍부한 색상, 내구성 및 내마모성, 쉬운 유지 관리 등 장점을 결합하여 차량 내부 장식에 집중되어 있습니다.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e사전 준비된 카본 파이버 층이 아닌 수작업으로 만든 진짜 카본 파이버로 제작되었습니다. 수작업으로 적층된 카본 파이버는 가장 두껍고 풍부하며 깊은 카본 파이버 광택과 빛을 제공합니다.\u003c\/p\u003e\n\u003cp\u003e빨간 위치 링은 선택 사항입니다.\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eAlcantara 카본 파이버 스티어링 휠은 열선 기능을 유지합니다. 열선 기능은 \u003c\/span\u003e\u003cstrong\u003e단독\u003c\/strong\u003e\u003cspan\u003e 내장 열선 스티어링 휠이 있는 Model 3\/Y에 적용 가능\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003e특징\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e검은색 ALCANTARA 가죽으로 제작되어 내마모성과 우아함을 겸비\u003c\/li\u003e\n\u003cli\u003e우아함을 더하는 매트 카본 파이버 소재 구조\u003c\/li\u003e\n\u003cli\u003e빨간 스티칭이 포함되어 있으며, 다른 색상의 스티칭을 원하시면 메모에 원하는 색상을 적어주세요.\u003c\/li\u003e\n\u003cli\u003e무릎 공간을 최대화하고 편안함을 더하기 위해 플랫 바닥으로 설계되었습니다.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003carticle data-clipboard-cangjie='[\"root\",{\"copyFrom\":1179813706},[\"p\",{},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"bold\":true,\"color\":\"rgb(250, 6, 6)\",\"fonts\":{\"ascii\":\"-apple-system\",\"hAnsi\":\"-apple-system\",\"cs\":\"-apple-system\",\"eastAsia\":\"-apple-system\"},\"sz\":10.5,\"szUnit\":\"pt\",\"data-type\":\"leaf\"},\"no need to exchange your steering wheel.\"]]]]' class=\"4ever-article\"\u003e\n\u003cp\u003e\u003cstrong\u003e핵심 부품에 대한 보증금이 필요 없으므로 원래 스티어링 휠을 보관할 수 있습니다.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/article\u003e\n\u003cp\u003e 원래 스티어링 휠을 라운드 스포츠 스타일 스티어링 휠로 교체하여 차량을 차별화하세요. \u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e****에어백과 함께 배송하지 않습니다****\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e****원래 에어백을 사용해야 합니다****\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003e설치\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e전문가 설치를 권장하지만, 직접 설치도 20분 이내에 충분히 가능합니다.\u003c\/p\u003e\n\u003cp\u003e직접 설치하실 경우 아래 영상을 참고하세요.\u003c\/p\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; width: 100%;\"\u003e\u003ciframe style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" title=\"How to Change Tesla Steering Wheel\" src=\"https:\/\/www.youtube.com\/embed\/tVtcRzssClQ\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003carticle class=\"4ever-article\" data-clipboard-cangjie='[\"root\",{\"copyFrom\":1516441855},[\"p\",{\"uuid\":\"kzc9lefw4g2pwsbf6dj\"},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"Yoke steering wheel with full functioning multifunctional wheel button. Simply swap your factory steering wheel with Yoke style steering wheel to differentiate your car from the rest. Clear your view for better driving experience and comfort resting position when using auto pilot. Using Factory OEM steering, our products has the highest quality soft genuine leather and optional Alcantara.\"]]],[\"p\",{\"uuid\":\"kzc9lefwk0s1vuygtc\"},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"\"]]],[\"p\",{\"uuid\":\"kzc9lefwsa1cd33u8zo\"},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"**** We do not ship with AIR BAG****\"]]],[\"p\",{\"uuid\":\"kzc9lefwc0umxbdtt6n\"},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"****You Must Use Your Current Air Bag****\"]]],[\"p\",{\"uuid\":\"kzc9lefwl98cyy66jgk\"},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"****Use your existing steering wheel plastic cover with wheel buttons****\"]]]]'\u003e\n\u003ch4\u003e참고\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e이 제품은 맞춤 제작 상품이므로 품질 문제 외에는 반품 서비스를 제공하지 않습니다.\u003c\/li\u003e\n\u003cli\u003e리드 타임: 신규 주문의 경우 2~3주 소요됩니다 \u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e개인 맞춤 제작을 지원합니다. 자세한 정보는 문의해 주세요\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003carticle data-clipboard-cangjie=\"[\u0026quot;root\u0026quot;,{\u0026quot;copyFrom\u0026quot;:1179813706},[\u0026quot;p\u0026quot;,{\u0026quot;ind\u0026quot;:{\u0026quot;left\u0026quot;:0},\u0026quot;spacing\u0026quot;:{\u0026quot;line\u0026quot;:1}},[\u0026quot;span\u0026quot;,{\u0026quot;data-type\u0026quot;:\u0026quot;text\u0026quot;},[\u0026quot;span\u0026quot;,{\u0026quot;bold\u0026quot;:true,\u0026quot;color\u0026quot;:\u0026quot;rgb(33, 43, 54)\u0026quot;,\u0026quot;fonts\u0026quot;:{\u0026quot;ascii\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;hAnsi\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;cs\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;eastAsia\u0026quot;:\u0026quot;-apple-system\u0026quot;},\u0026quot;sz\u0026quot;:10.5,\u0026quot;szUnit\u0026quot;:\u0026quot;pt\u0026quot;,\u0026quot;data-type\u0026quot;:\u0026quot;leaf\u0026quot;},\u0026quot;we have more other styles of steering wheels, at the same time, we accept different degrees of customization. If you have the need to customize the steering wheel, you can contact us, and we will 1 to 1 for you to carry out service.\u0026quot;]]],[\u0026quot;p\u0026quot;,{\u0026quot;ind\u0026quot;:{\u0026quot;left\u0026quot;:0},\u0026quot;spacing\u0026quot;:{\u0026quot;line\u0026quot;:1}},[\u0026quot;span\u0026quot;,{\u0026quot;data-type\u0026quot;:\u0026quot;text\u0026quot;},[\u0026quot;span\u0026quot;,{\u0026quot;bold\u0026quot;:true,\u0026quot;color\u0026quot;:\u0026quot;rgb(33, 43, 54)\u0026quot;,\u0026quot;fonts\u0026quot;:{\u0026quot;ascii\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;hAnsi\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;cs\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;eastAsia\u0026quot;:\u0026quot;-apple-system\u0026quot;},\u0026quot;sz\u0026quot;:10.5,\u0026quot;szUnit\u0026quot;:\u0026quot;pt\u0026quot;,\u0026quot;data-type\u0026quot;:\u0026quot;leaf\u0026quot;},\u0026quot;📧 Email : \u0026quot;],[\u0026quot;span\u0026quot;,{\u0026quot;bold\u0026quot;:true,\u0026quot;color\u0026quot;:\u0026quot;rgb(172, 174, 177)\u0026quot;,\u0026quot;fonts\u0026quot;:{\u0026quot;ascii\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;hAnsi\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;cs\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;eastAsia\u0026quot;:\u0026quot;-apple-system\u0026quot;},\u0026quot;sz\u0026quot;:10.5,\u0026quot;szUnit\u0026quot;:\u0026quot;pt\u0026quot;,\u0026quot;data-type\u0026quot;:\u0026quot;leaf\u0026quot;},\u0026quot;market@tesery.com\u0026quot;],[\u0026quot;span\u0026quot;,{\u0026quot;bold\u0026quot;:true,\u0026quot;color\u0026quot;:\u0026quot;rgb(33, 43, 54)\u0026quot;,\u0026quot;fonts\u0026quot;:{\u0026quot;ascii\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;hAnsi\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;cs\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;eastAsia\u0026quot;:\u0026quot;-apple-system\u0026quot;},\u0026quot;sz\u0026quot;:10.5,\u0026quot;szUnit\u0026quot;:\u0026quot;pt\u0026quot;,\u0026quot;data-type\u0026quot;:\u0026quot;leaf\u0026quot;},\u0026quot; or📞 Tel\/What's APP\/Facebook\/Message：\u0026quot;],[\u0026quot;span\u0026quot;,{\u0026quot;bold\u0026quot;:true,\u0026quot;color\u0026quot;:\u0026quot;rgb(160, 160, 161)\u0026quot;,\u0026quot;fonts\u0026quot;:{\u0026quot;ascii\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;hAnsi\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;cs\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;eastAsia\u0026quot;:\u0026quot;-apple-system\u0026quot;},\u0026quot;sz\u0026quot;:10.5,\u0026quot;szUnit\u0026quot;:\u0026quot;pt\u0026quot;,\u0026quot;data-type\u0026quot;:\u0026quot;leaf\u0026quot;},\u0026quot;+86 185 6670 3079\u0026quot;]]]]\" class=\"4ever-article\"\u003e\n\u003cp\u003e\u003cspan\u003e           이메일 : \u003c\/span\u003e\u003cspan\u003emarket@tesery.com\u003c\/span\u003e\u003cspan\u003e 또는\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e           전화\/WhatsApp\/Facebook\/메시지：\u003c\/span\u003e\u003cspan\u003e+86 185 6670 3079\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e더 많은 개인화 정보를 원하시면 \u003cspan\u003e \u003c\/span\u003e\u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-steering-wheel\" title=\"Tesla Steering Wheel\" rel=\"noopener\" target=\"_blank\"\u003eTesla Steering Wheel\u003c\/a\u003e에서 확인하세요\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e","brand":"Tesery Official Store","offers":[{"title":"선택하세요 \/ 시계 링 위치 없음 \/ 아니요","offer_id":46350019428584,"sku":"","price":453.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 시계 링 위치 없음 \/ 광택 카본 파이버","offer_id":46350019461352,"sku":"","price":513.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 시계 링 위치 없음 \/ 무광 카본 파이버","offer_id":46350019494120,"sku":"","price":513.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 시계 링 위치 있음 \/ 아니요","offer_id":46350019526888,"sku":"","price":453.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 시계 링 위치 있음 \/ 광택 카본 파이버","offer_id":46350019592424,"sku":"","price":513.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 시계 링 위치 있음 \/ 무광 카본 파이버","offer_id":46350019625192,"sku":"","price":513.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 시계 링 위치 없음 \/ 아니요","offer_id":46350019657960,"sku":"TSL8496-N-N","price":453.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 시계 링 위치 없음 \/ 광택 카본 파이버","offer_id":46350019690728,"sku":"TSL8496-N-G","price":513.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 시계 링 위치 없음 \/ 무광 카본 파이버","offer_id":46350019723496,"sku":"TSL8496-N-M","price":513.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 시계 링 위치 있음 \/ 아니요","offer_id":46350019756264,"sku":"TSL8496-N","price":453.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 시계 링 위치 있음 \/ 광택 카본 파이버","offer_id":46350019789032,"sku":"TSL8496-G","price":513.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 시계 링 위치 있음 \/ 무광 카본 파이버","offer_id":46350019887336,"sku":"TSL8496-M","price":513.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 시계 링 위치 없음 \/ 아니요","offer_id":46350019920104,"sku":"TSL8496-N-N","price":453.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 시계 링 위치 없음 \/ 광택 카본 파이버","offer_id":46350019952872,"sku":"TSL8496-N-G","price":513.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 시계 링 위치 없음 \/ 무광 카본 파이버","offer_id":46350019985640,"sku":"TSL8496-N-M","price":513.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 시계 링 위치 있음 \/ 아니요","offer_id":46350020051176,"sku":"TSL8496-N","price":453.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 시계 링 위치 있음 \/ 광택 카본 파이버","offer_id":46350020083944,"sku":"TSL8496-G","price":513.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 시계 링 위치 있음 \/ 무광 카본 파이버","offer_id":46350020116712,"sku":"TSL8496-M","price":513.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 시계 링 위치 없음 \/ 아니요","offer_id":46350020149480,"sku":"TSL8496-MN-N","price":453.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 시계 링 위치 없음 \/ 광택 카본 파이버","offer_id":46350020182248,"sku":"TSL8496-MN-G","price":513.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 시계 링 위치 없음 \/ 무광 카본 파이버","offer_id":46350020215016,"sku":"TSL8496-MN-M","price":513.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 시계 링 위치 있음 \/ 아니요","offer_id":46350020247784,"sku":"TSL8496-M-N","price":453.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 시계 링 위치 있음 \/ 광택 카본 파이버","offer_id":46350020280552,"sku":"TSL8496-M-G","price":513.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 시계 링 위치 있음 \/ 무광 카본 파이버","offer_id":46350020804840,"sku":"TSL8496-M-M","price":513.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 시계 링 위치 없음 \/ 아니요","offer_id":46778848346344,"sku":"TSL8496-MN-N","price":453.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 시계 링 위치 없음 \/ 광택 카본 파이버","offer_id":46778848379112,"sku":"TSL8496-MN-G","price":513.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 시계 링 위치 없음 \/ 무광 카본 파이버","offer_id":46778848411880,"sku":"TSL8496-MN-M","price":513.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 시계 링 위치 있음 \/ 아니요","offer_id":46778848444648,"sku":"TSL8496-M-N","price":453.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 시계 링 위치 있음 \/ 광택 카본 파이버","offer_id":46778848477416,"sku":"TSL8496-M-G","price":513.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 시계 링 위치 있음 \/ 무광 카본 파이버","offer_id":46778848510184,"sku":"TSL8496-M-M","price":513.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/model-3-y-alcantara-carbon-fiber-steering-wheelstyle-14-173768.jpg?v=1704510946"},{"product_id":"tesla-model-3-y-dome-light-cover-real-carbon-fiber","title":"모델 3 \/ Y 돔 라이트 커버 - 카본 파이버 인테리어 모드","description":"\u003ch4\u003e사양\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e재질: \u003c\/strong\u003e리얼 카본 파이버\u003cbr\u003e\u003cstrong\u003e색상: \u003c\/strong\u003e글로시 \/ 매트 \/ 포지드\u003cbr\u003e\u003cstrong\u003e적합 모델:\u003c\/strong\u003e 테슬라 모델 Y (2020-현재) ，테슬라 모델 3（2017-2024）\u003cbr\u003e\u003c\/p\u003e\n\u003ch4\u003e패키지 포함\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e모델 3용:\u003c\/strong\u003e 2개 돔 라이트 커버\u003cbr\u003e\u003cstrong\u003e모델 Y용:\u003c\/strong\u003e 1개 돔 라이트 커버\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003ca rel=\"noopener\" title=\"Tesla carbon fiber accessories\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003e테슬라 카본 파이버 액세서리\u003c\/a\u003e로 인테리어 업그레이드\u003c\/strong\u003e\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"선택하세요 \/ 광택 카본 파이버","offer_id":43266307981544,"sku":"","price":37.99,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 무광 카본 파이버","offer_id":43266307948776,"sku":"","price":37.99,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 포지드 카본 파이버","offer_id":43266308014312,"sku":"","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.03 (1개) \/ 광택 카본 파이버","offer_id":46660848517352,"sku":"TSL3629-A","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.03 (1개) \/ 무광 카본 파이버","offer_id":46660848550120,"sku":"TSL3629-B","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.03 (1개) \/ 포지드 카본 파이버","offer_id":46660848582888,"sku":"TSL3629-C","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023 (2개) \/ 광택 카본 파이버","offer_id":46660848648424,"sku":"TSL3612-A","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023 (2개) \/ 무광 카본 파이버","offer_id":46660848746728,"sku":"TSL3612-B","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023 (2개) \/ 포지드 카본 파이버","offer_id":46660848779496,"sku":"TSL3612-C","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ (1개) \/ 광택 카본 파이버","offer_id":46660848812264,"sku":"TSL3612-new-A","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ (1개) \/ 무광 카본 파이버","offer_id":46660848845032,"sku":"TSL3612-new-B","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ (1개) \/ 포지드 카본 파이버","offer_id":46660848877800,"sku":"TSL3612-new-C","price":37.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/model-y-dome-light-cover-carbon-fiber-interior-mods-603441.jpg?v=1725010096"},{"product_id":"model-s-model-x-center-console-wrap-real-molded-carbon-fiber","title":"모델 S \/ X 센터 콘솔 랩 - 리얼 몰딩 카본 파이버","description":"\u003cdiv class=\"detailmodule_html\"\u003e\n\u003cdiv class=\"detail-desc-decorate-richtext\"\u003e\n\u003ch4 style=\"text-align: center;\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e모델 S \/ X 센터 콘솔 랩 - 리얼 몰딩 카본 파이버\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003e센터 콘솔에 더 많은 스타일이나 카본 파이버 룩을 추가하고 싶으신가요? 센터 콘솔 랩은 Tesla 차량 내부와 정말 잘 어울립니다. 이 키트는 차량의 품질을 향상시키고 고급스러움을 더해줍니다. 완벽한 맞춤으로 원래 기능에 영향을 주지 않으며 설치도 편리합니다.\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e센터 콘솔 커버를 마모와 손상으로부터 보호하는 센터 콘솔 랩입니다. 이 제품은 광택 카본 파이버로 제작되었습니다.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong\u003e인테리어 업그레이드 \u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" title=\"Tesla carbon fiber accessories\" rel=\"noopener\" target=\"_blank\"\u003e테슬라 카본 파이버 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e사양\u003c\/h4\u003e\n\u003cp\u003e재질:\u003cspan\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e광택 카본 파이버\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e적합 모델: Tesla Model S Model X 2017\/2018\/2019\u003c\/p\u003e\n\u003ch4\u003e패키지 포함\u003c\/h4\u003e\n\u003cp\u003e1개 × 컵 홀더 커버\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003e1개 × S\u003c\/span\u003e라이딩 서랍 \u003c\/p\u003e\n\u003cp\u003e1개 \u003cspan data-mce-fragment=\"1\"\u003e× 3M 양면 접착제\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e설치\u003c\/h4\u003e\n\u003cp\u003e1) 테이프 커버를 제거하기 전에 정확한 부착 위치를 찾으세요;\u003cbr\u003e2) 설치 부위를 깨끗이 청소하세요;\u003cbr\u003e3) 3M 테이프 커버를 제거하고 제품을 정확한 위치에 놓은 다음 눌러서 잘 접착되도록 합니다;\u003cbr\u003e4) 24시간 이내에는 세척하지 마십시오.\u003cbr\u003e5) 커버를 제거한 후 3M 테이프에 약간의 열을 가하기 위해 라이터나 헤어 드라이어를 사용하는 것이 가장 좋으며, 이는 접착력을 높여줍니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"광택 카본","offer_id":43289373212904,"sku":"TSL3805","price":187.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/model-s-x-center-console-wrap-real-molded-carbon-fiber-451371.jpg?v=1704510978"},{"product_id":"carbon-fiber-side-mirror-cover-tesla-model-x-s","title":"테슬라 모델 X \/ S용 사이드 미러 커버 OEM 스타일 - 드라이 카본 파이버 외장 모드","description":"\u003cp\u003e\u003cstrong\u003e외관 업그레이드 \u003ca rel=\"noopener\" title=\"Tesla carbon fiber accessories\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003eTesla Carbon Fiber Accessories\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/A6QTFc0YuM8\" title=\"Tesla Mirrior Covers for Model S from Tesery\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"선택하세요 \/ 광택 카본 파이버","offer_id":43880111898856,"sku":"","price":159.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 무광 카본 파이버","offer_id":43880111931624,"sku":"","price":159.0,"currency_code":"USD","in_stock":true},{"title":"모델 X 2021+ \/ 광택 카본 파이버","offer_id":45262177501416,"sku":"TSL3804-X","price":159.0,"currency_code":"USD","in_stock":true},{"title":"모델 X 2021+ \/ 무광 카본 파이버","offer_id":45262177534184,"sku":"TSL3804-X-matte","price":159.0,"currency_code":"USD","in_stock":true},{"title":"모델 S 2021+ \/ 광택 카본 파이버","offer_id":46908745679080,"sku":"TSL3804-S","price":159.0,"currency_code":"USD","in_stock":true},{"title":"모델 S 2021+ \/ 무광 카본 파이버","offer_id":46908745711848,"sku":"TSL3804-S-matte-T","price":159.0,"currency_code":"USD","in_stock":true},{"title":"모델 S 2014-2020 \/ 광택 카본 파이버","offer_id":46551656431848,"sku":"TSL3804-S-T","price":139.0,"currency_code":"USD","in_stock":true},{"title":"모델 S 2014-2020 \/ 무광 카본 파이버","offer_id":46551656464616,"sku":"TSL3804-S-matte","price":159.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/side-mirror-cover-oem-style-for-tesla-model-x-s-dry-carbon-fiber-exterior-mods-513227.jpg?v=1733428325"},{"product_id":"real-carbon-vs-style-rear-spoiler-model-y","title":"테슬라 모델 Y 스포일러 VS 스타일 - 리얼 몰딩 카본 파이버","description":"\u003cstyle\u003e\n    :root {\n        --c-black: #000000;\n        --c-white: #FFFFFF;\n        --c-blue:  #0056B3;\n        --c-gray:  #f5f5f5;\n    }\n\n    .noline-product {\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n        color: var(--c-black);\n        background-color: var(--c-white);\n        line-height: 1.8;\n        font-weight: 400;\n        -webkit-font-smoothing: antialiased;\n    }\n    .noline-product * { box-sizing: border-box; outline: none !important; border: none !important; }\n    \n    .nl-container { max-width: 900px; margin: 0 auto; padding: 60px 20px; }\n    \n    h1, h2, h3, h4 { font-weight: 800; margin: 0 0 1rem 0; letter-spacing: -0.5px; color: var(--c-black); }\n    .nl-title { font-size: 3rem; line-height: 1.1; margin-bottom: 20px; text-transform: capitalize; }\n    \n    .nl-subtitle { \n        font-size: 2rem; \n        margin-top: 100px; \n        margin-bottom: 40px; \n        color: var(--c-black);\n    }\n    \n    p { margin-bottom: 1.5rem; color: var(--c-black); font-size: 1.15rem; }\n\n    .nl-tags { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 30px; align-items: center; }\n    .nl-tag { \n        font-size: 0.85rem; \n        text-transform: uppercase; \n        letter-spacing: 2px; \n        color: var(--c-black); \n        font-weight: 800;\n    }\n    .nl-tag.blue { color: var(--c-blue); }\n\n    .nl-grid { display: grid; gap: 60px; margin-bottom: 60px; }\n    @media(min-width: 768px) { .nl-grid { grid-template-columns: 1fr 1fr; } }\n\n    .nl-feature-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }\n    .nl-feature-header h3 { margin: 0; font-size: 1.6rem; }\n    .nl-feature-icon { width: 32px; height: 32px; color: var(--c-blue); flex-shrink: 0; }\n\n    .nl-image-full { \n        width: 100%; \n        max-width: 900px; \n        margin: 60px auto; \n        display: block; \n        object-fit: cover;\n    }\n\n    .nl-video-wrapper {\n        position: relative;\n        padding-bottom: 56.25%;\n        height: 0;\n        overflow: hidden;\n        margin: 60px 0;\n        background-color: var(--c-gray);\n        border-radius: 8px;\n    }\n    .nl-video-wrapper iframe {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        border: 0;\n    }\n\n    .nl-list { list-style: none; padding: 0; margin: 0 0 30px 0; }\n    .nl-list li { position: relative; padding-left: 25px; margin-bottom: 15px; font-size: 1.1rem; }\n    .nl-list li::before { \n        content: \"\"; \n        position: absolute; \n        left: 0; \n        top: 10px; \n        width: 8px; \n        height: 8px; \n        background-color: var(--c-blue); \n    }\n\n    .nl-btn {\n        display: inline-block;\n        padding: 20px 40px;\n        background: var(--c-blue);\n        color: var(--c-white);\n        font-size: 1.1rem;\n        font-weight: 800;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        text-decoration: none;\n        text-align: center;\n        transition: opacity 0.3s ease;\n    }\n    .nl-btn:hover { opacity: 0.8; color: var(--c-white); }\n\n    .nl-specs { display: grid; gap: 25px; margin-bottom: 60px; }\n    .nl-spec-item { display: flex; flex-direction: column; gap: 5px; }\n    @media(min-width: 600px) {\n        .nl-spec-item { flex-direction: row; justify-content: space-between; align-items: center; }\n    }\n    .nl-spec-label { font-weight: 800; font-size: 1.1rem; color: var(--c-black); text-transform: uppercase; letter-spacing: 1px; }\n    .nl-spec-value { font-size: 1.1rem; color: var(--c-black); }\n\n    .nl-accordion { margin-bottom: 80px; display: grid; gap: 30px; }\n    .nl-accordion details summary { \n        background: transparent;\n        color: var(--c-black);\n        padding: 0; \n        font-size: 1.4rem; \n        font-weight: 800; \n        cursor: pointer; \n        display: flex; \n        justify-content: space-between; \n        align-items: center; \n        list-style: none;\n    }\n    \n    .nl-accordion details summary h3 {\n        margin: 0;\n        font-size: inherit;\n        font-weight: inherit;\n    }\n    .nl-accordion details summary::-webkit-details-marker { display: none; }\n    .nl-accordion details summary::after { content: \"+\"; color: var(--c-blue); font-size: 2rem; font-weight: 400; }\n    .nl-accordion details[open] summary::after { content: \"−\"; }\n    \n    .nl-accordion .details-content { padding: 20px 0; background: transparent; }\n\n    .nl-crosslink-block {\n        padding: 50px 30px;\n        text-align: center;\n        margin-bottom: 80px;\n        background-color: var(--c-gray);\n        border-radius: 8px;\n    }\n    .nl-crosslink-block h3 {\n        font-size: 1.8rem;\n        margin-bottom: 15px;\n    }\n    .nl-crosslink-block p {\n        font-size: 1.2rem;\n        line-height: 1.8;\n        max-width: 700px;\n        margin: 0 auto;\n    }\n    .nl-crosslink-block a {\n        color: var(--c-blue);\n        text-decoration: underline;\n        font-weight: 700;\n        transition: opacity 0.2s ease;\n    }\n    .nl-crosslink-block a:hover {\n        opacity: 0.7;\n    }\n\u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"noline-product\"\u003e\n\u003cdiv class=\"nl-container\"\u003e\n\u003cdiv class=\"nl-tags\"\u003e\n\u003cspan class=\"nl-tag\"\u003e모델 Y 2020-2024\u003c\/span\u003e \u003cspan class=\"nl-tag blue\"\u003e100% 진짜 카본 파이버\u003c\/span\u003e \u003cspan class=\"nl-tag\"\u003eVS-스타일\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"nl-title\"\u003e테슬라 모델 Y 카본 파이버 스포일러 - VS 스타일\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.3rem; max-width: 800px; margin-bottom: 40px;\"\u003e테슬라 모델 Y를 일상용 차량에서 트랙에서 영감을 받은 걸작으로 변신시키세요. 100% 진짜 수작업 카본 파이버로 제작된 프리미엄 VS-스타일 스포일러는 최대의 시각적 임팩트와 진정한 공기역학적 이점을 제공합니다. 스타일과 성능을 모두 요구하는 퍼포먼스 애호가를 위한 궁극의 업그레이드입니다.\u003c\/p\u003e\n\u003cdiv class=\"nl-video-wrapper\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/02tK-ynm1wI?rel=0\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003ch2 class=\"nl-subtitle\"\u003e주요 특징\u003c\/h2\u003e\n\u003cdiv class=\"nl-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nl-feature-header\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"nl-feature-icon\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M13 10V3L4 14h7v7l9-11h-7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch3\u003e공격적인 VS-스타일 디자인\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eOEM 스타일에서 벗어나세요. 이 모터스포츠에서 영감을 받은 위로 솟은 윙 디자인은 더 대담한 프로필로 모델 Y의 후면을 완전히 변신시켜 강력하고 공격적인 인상을 줍니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nl-feature-header\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"nl-feature-icon\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch3\u003e100% 진짜 카본 파이버\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e가짜 ABS 플라스틱이나 유리섬유가 아닙니다. 100% 수작업으로 직조된 3K 카본 파이버로 제작되어 초경량(단 1.46 kg)이면서도 강도와 고급스러운 외관을 극대화합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nl-feature-header\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"nl-feature-icon\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M14 5l7 7m0 0l-7 7m7-7H3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch3\u003e공기역학적 다운포스\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e형태가 기능을 만납니다. VS-스타일 윙의 더 넓은 표면적은 공기 흐름을 최적화하여 항력을 줄이고 후면 그립을 증가시켜 시속 60마일 이상에서 뛰어난 고속 안정성을 제공합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"nl-feature-header\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"nl-feature-icon\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch3\u003e3중 UV 보호\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e프리미엄 3중 UV 차단 클리어 코트로 마감되었습니다. 이 특수 처리는 카본 직조를 강한 햇빛으로부터 보호하여 저가 제품에서 흔히 볼 수 있는 황변과 색 바램을 방지합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"nl-subtitle\"\u003e기술 사양\u003c\/h2\u003e\n\u003cdiv class=\"nl-specs\"\u003e\n\u003cdiv class=\"nl-spec-item\"\u003e\n\u003cspan class=\"nl-spec-label\"\u003e적합 모델\u003c\/span\u003e \u003cspan class=\"nl-spec-value\"\u003e테슬라 모델 Y 2020-2024\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-spec-item\"\u003e\n\u003cspan class=\"nl-spec-label\"\u003e재질\u003c\/span\u003e \u003cspan class=\"nl-spec-value\"\u003e100% 진짜 몰딩 카본 파이버 (3K 직조 패턴)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-spec-item\"\u003e\n\u003cspan class=\"nl-spec-label\"\u003e마감 옵션\u003c\/span\u003e \u003cspan class=\"nl-spec-value\"\u003e유광 \/ 무광 카본 파이버\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-spec-item\"\u003e\n\u003cspan class=\"nl-spec-label\"\u003e무게\u003c\/span\u003e \u003cspan class=\"nl-spec-value\"\u003e1.46 kg (초경량)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-spec-item\"\u003e\n\u003cspan class=\"nl-spec-label\"\u003e설치 방법\u003c\/span\u003e \u003cspan class=\"nl-spec-value\"\u003e사전 부착된 3M VHB 테이프 (드릴링 불필요)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"nl-subtitle\"\u003e자주 묻는 질문 및 사용 설명서\u003c\/h2\u003e\n\u003cdiv class=\"nl-accordion\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\n\u003ch3\u003e왜 OEM 스타일 대신 VS-스타일을 선택해야 할까요?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eVS-스타일은 표준 OEM 퍼포먼스 스포일러에 비해 더 뚜렷하고 위로 솟은 윙 디자인을 특징으로 합니다. 이는 트랙에서 영감을 받은 공격적인 미학으로 차량을 돋보이게 하면서도 역동적인 주행 시 다운포스를 증가시키는 효과를 원하는 테슬라 오너를 위해 특별히 설계되었습니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003e스포일러를 올바르게 설치하는 방법은 무엇인가요?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cul class=\"nl-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e청소:\u003c\/strong\u003e 트렁크 표면의 기름, 왁스, 이물질을 완전히 닦아내고 완전히 건조시키세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e테스트 핏:\u003c\/strong\u003e 테이프 뒷면을 제거하지 않고 스포일러를 맞춰 위치를 확인하세요. 맞지 않으면 진행하지 마세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e준비 및 가열:\u003c\/strong\u003e 최상의 접착을 위해 3M 테이프를 헤어드라이어로 가볍게 가열하세요 (104°F\/40°C를 넘지 마세요). 끈적한 표면은 만지지 마세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e설치:\u003c\/strong\u003e 스포일러를 조심스럽게 제자리에 눌러 고정하세요. 전체 표면에 최소 30초간 강한 압력을 가하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e경화:\u003c\/strong\u003e 영구 접착을 위해 48시간 동안 차량을 건조하게 유지하고 세차를 피하세요.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003e보증 및 반품 정책은 어떻게 되나요?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003e\u003cstrong\u003e자외선 및 품질 보증:\u003c\/strong\u003e 저희 카본 파이버는 3중 UV 클리어 코트에 대해 1년 보증을 제공합니다. (참고: 수년간 직사광선에 지속 노출 시 약간의 황변은 정상입니다. 최대 내구성을 위해 세라믹 코팅 또는 PPF를 권장합니다.) 진짜 수작업 카본은 약간의 직조 차이가 있을 수 있으며, 이는 결함이 아닌 진품의 표시입니다.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e반품:\u003c\/strong\u003e 드라이 핏먼트에 100% 만족하는지 꼭 확인하세요. 3M 접착 뒷면이 제거되면 제품은 사용된 것으로 간주되어 반품이 불가합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-crosslink-block\"\u003e\n\u003ch3\u003eModel Y 카본 파이버 업그레이드를 완성하세요\u003c\/h3\u003e\n\u003cp\u003e이 VS-스타일 스포일러를 다른 프리미엄 \u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-spoilers\" title=\"Shop premium Tesla Spoilers\" target=\"_blank\"\u003e테슬라 스포일러\u003c\/a\u003e 및 \u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber\" title=\"Explore more Carbon Fiber Accessories\" target=\"_blank\"\u003e카본 파이버 액세서리\u003c\/a\u003e와 함께 매치하여 통일감 있는 룩을 완성하세요.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin-top: 40px; margin-bottom: 60px;\"\u003e\n\u003ch2 style=\"font-size: 2.5rem; margin-bottom: 40px; color: var(--c-black);\"\u003e최대 시각적 임팩트를 준비하셨나요?\u003c\/h2\u003e\n\u003ca href=\"#checkout\" class=\"nl-btn\"\u003e오늘 바로 Model Y 업그레이드하세요\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Tesla 모델 Y \/ 광택 카본 파이버","offer_id":43301377212648,"sku":"TSL8315-A","price":239.0,"currency_code":"USD","in_stock":true},{"title":"Tesla 모델 Y \/ 무광 카본 파이버","offer_id":43301377245416,"sku":"TSL8315-B","price":239.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/tesla-model-y-spoiler-vs-style-real-molded-carbon-fiber-518345.jpg?v=1722996086"},{"product_id":"model-3-model-y-tesla-logo-real-carbon-fiber","title":"TESERY 로고 커버 전면 배지 후면 글자 엠블럼 테슬라 모델 3 \/ Y용 - 리얼 카본 파이버 외장","description":"\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;\"\u003e\u003ciframe style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" title=\"2023 Tesla Model Y Interior Carbon Fiber Complete Makeover! #tesla\" src=\"https:\/\/www.youtube.com\/embed\/3b_kduVXAWU\" allowfullscreen=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/fWgRBditIqg\" title=\"TESERY: Logo anteriore e lettere Roadster style in vera fibra di Carbonio #tesla #tutorial\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .video-container {\n            position: relative;\n            width: 100%;\n            padding-bottom: 56.25%; \/* 16:9 aspect ratio *\/\n            height: 0;\n            overflow: hidden;\n        }\n        .video-container iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            border: 0;\n        }\n    \u003c\/style\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/N0h24894Ask\" title=\"How to Install Tesla Emblems\/Logos - Tesery\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003e외관 업그레이드 \u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" title=\"Tesla carbon fiber accessories\" rel=\"noopener\" target=\"_blank\"\u003eTesla Carbon Fiber Accessories\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"모델 3 2017-현재 \u0026 모델 Y 2020-현재 \/ 광택 카본 파이버","offer_id":43320361451752,"sku":"TSL8314-A","price":39.99,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-현재 \u0026 모델 Y 2020-현재 \/ 무광 카본 파이버","offer_id":43320361484520,"sku":"TSL8314-B","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/tesery-logo-cover-front-badge-rear-letters-emblem-for-tesla-model-3-highland-y-real-carbon-fiber-exterior-222568.jpg?v=1734077428"},{"product_id":"tesla-model-s-carbon-fiber-spoiler-performance-style","title":"테슬라 모델 S 2014+용 카본 파이버 스포일러 퍼포먼스 OEM 스타일","description":"\u003ch2\u003eTesla Model S 퍼포먼스 카본 파이버 스포일러 - OEM 스타일 (2014+)\u003c\/h2\u003e\n\u003cp\u003e프리미엄 퍼포먼스 OEM 스타일 카본 파이버 스포일러로 Tesla Model S를 업그레이드하세요. 이 고성능 업그레이드는 Tesla의 상징적인 디자인 언어와 진정한 카본 파이버 구조를 결합하여 럭셔리 미학과 기능적 공기역학의 완벽한 균형을 제공합니다. Model S 2014년 이후 모델을 위해 특별히 설계된 이 스포일러는 차량의 스포티한 특성을 강화하면서 Model S를 정의하는 세련된 우아함을 유지합니다.\u003c\/p\u003e\n\u003ch3\u003e왜 우리 Model S 스포일러를 선택해야 하나요?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOEM 퍼포먼스 스타일\u003c\/strong\u003e - Tesla 공장 퍼포먼스 패키지 디자인에서 영감을 받음\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e100% 진짜 드라이 카본 파이버\u003c\/strong\u003e - 유리섬유나 플라스틱이 아닌 정통 3K 교차 직조 카본 파이버\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e럭셔리 미학\u003c\/strong\u003e - Model S의 세련되고 고급스러운 외관 유지\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e향상된 공기역학\u003c\/strong\u003e - 고속 안정성 향상 및 항력 감소\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e경량 구조\u003c\/strong\u003e - 무게를 줄이면서 성능 극대화\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUV 차단 마감\u003c\/strong\u003e - 3중 UV 저항 클리어 코팅으로 황변 방지\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e두 가지 마감 옵션\u003c\/strong\u003e - 광택 또는 무광 마감 선택 가능\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e완벽한 장착감\u003c\/strong\u003e - Tesla Model S 2014-2025를 위해 정밀 설계됨\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e쉬운 설치\u003c\/strong\u003e - 미리 부착된 3M VHB 테이프, 드릴링 불필요\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e이 스포일러가 특별한 이유는 무엇인가요?\u003c\/h3\u003e\n\u003cp\u003eModel S는 Tesla의 대표 럭셔리 세단이며, 이 스포일러는 그 세련된 특성을 보완하도록 설계되었습니다:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e✅ \u003cstrong\u003e고급 스타일링\u003c\/strong\u003e - 스포티하면서도 세련되어 비즈니스와 여가에 완벽함\u003c\/li\u003e\n\u003cli\u003e✅ \u003cstrong\u003eOEM 영감 디자인\u003c\/strong\u003e - Tesla 퍼포먼스 패키지 미학과 일치\u003c\/li\u003e\n\u003cli\u003e✅ \u003cstrong\u003e프리미엄 소재\u003c\/strong\u003e - 진짜 드라이 카본 파이버로 진정한 고급스러움 제공\u003c\/li\u003e\n\u003cli\u003e✅ \u003cstrong\u003e검증된 공기역학\u003c\/strong\u003e - 고속도로 주행 시 기능적 성능 향상\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e특징 하이라이트\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e커스텀 버전\u003c\/strong\u003e: 이 스포일러는 Tesla Model S OEM 퍼포먼스 버전에서 영감을 받았습니다.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e고품질 재료 및 내구성\u003c\/strong\u003e: 가볍고 내구성이 뛰어난 100% 진짜 카본 파이버 소재로 제작되었으며, 광택 또는 무광 두 가지 마감으로 제공됩니다. 변색 없이 오랜 기간 아름다움을 유지할 수 있도록 UV 코팅이 적용되었습니다.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e아름다운 외관\u003c\/strong\u003e: 이 리어 트렁크 스포일러는 차량에 스포티한 느낌을 부여하며, 다운포스를 증가시키고 공기역학을 개선하여 스타일과 외관을 크게 향상시킵니다.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e고성능 기능\u003c\/strong\u003e: 리어 윙은 고속 주행 시 차량의 원활한 주행을 돕고, 공기 저항을 줄이며, 에너지를 절약하고, 안전을 보장하며, 운전자의 편안함을 높여줍니다.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e쉬운 설치 및 청소\u003c\/strong\u003e: 이 스포일러는 자가 접착 테이프로 설치됩니다. 설치가 간편하며, 뒷면 테이프를 떼어내고 트렁크 리드에 부착하기만 하면 됩니다.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e기술 사양\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e재질\u003c\/strong\u003e: 100% 진짜 드라이 카본 파이버 (3K 교차 직조 패턴)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e마감 옵션\u003c\/strong\u003e: 광택 카본 파이버 \/ 무광 카본 파이버\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e적합 모델\u003c\/strong\u003e: Tesla Model S 2014-2025 (Plaid 포함 모든 버전)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e설치 방법\u003c\/strong\u003e: 3M VHB 자가 접착 테이프 (사전 부착됨)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e자외선 차단\u003c\/strong\u003e: 3중 UV 차단 클리어 코팅 및 UV 코팅\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e디자인 출처\u003c\/strong\u003e: OEM 퍼포먼스 영감\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eModel S 카본 파이버 업그레이드를 완성하세요\u003c\/h3\u003e\n\u003cp\u003e이 스포일러를 다른 프리미엄 \u003ca rel=\"noopener\" title=\"Tesla Spoilers Collection\" href=\"\/collections\/tesla-spoilers\" target=\"_blank\"\u003eTesla 스포일러\u003c\/a\u003e 및 \u003ca rel=\"noopener\" title=\"Carbon Fiber Accessories\" href=\"\/collections\/tesla-model-s-3-x-y-carbon-fiber\" target=\"_blank\"\u003e카본 파이버 액세서리\u003c\/a\u003e와 함께 매치하여 통일감 있고 고급스러운 퍼포먼스 룩을 연출하세요.\u003ca href=\"\/collections\/tesla-model-s-3-x-y-carbon-fiber\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003ch3\u003e설치 지침\u003c\/h3\u003e\n\u003col\u003e\n\u003cli\u003e\n\u003cstrong\u003e준비\u003c\/strong\u003e: 이소프로필 알코올로 트렁크 표면을 철저히 청소하세요. 왁스, 오일 또는 이물질을 제거하세요. 표면이 완전히 건조되었는지 확인하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e온도 확인\u003c\/strong\u003e: 최적의 접착 성능을 위해 15-30°C (59-86°F) 사이의 온도에서 설치하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e테스트 장착\u003c\/strong\u003e: 접착 뒷면을 제거하지 않고 스포일러를 위치시켜 Model S 트렁크 윤곽과의 적절한 정렬을 확인하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e열 활성화\u003c\/strong\u003e: 3M VHB 테이프를 헤어 드라이어로 30-60초간 부드럽게 가열하세요 (40°C\/104°F를 초과하지 마십시오).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e정렬 및 설치\u003c\/strong\u003e: 접착 뒷면을 제거하고 트렁크 가장자리와 완벽히 맞도록 신중하게 위치를 잡아 설치하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e압력 가하기\u003c\/strong\u003e: 스포일러 전체 표면에 고르게 60초간 단단히 눌러주세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e고정\u003c\/strong\u003e: 처음 24시간 동안 페인터스 테이프로 스포일러를 고정하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e경화 시간\u003c\/strong\u003e: 접착제가 완전히 경화되도록 48-72시간 기다린 후 세차나 고속 주행을 하세요.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003ch3\u003e관리 및 유지보수\u003c\/h3\u003e\n\u003cp\u003e모델 S 스포일러의 프리미엄 마감을 유지하세요:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e✅ pH 중성 자동차 세제와 부드러운 마이크로화이버 천으로 세척\u003c\/li\u003e\n\u003cli\u003e✅ 최대 자외선 차단을 위해 6개월마다 세라믹 코팅 적용\u003c\/li\u003e\n\u003cli\u003e✅ 설치 후 첫 7일간은 자동 세차를 피하세요\u003c\/li\u003e\n\u003cli\u003e✅ 접착 상태를 주기적으로 점검, 특히 장거리 고속도로 주행 후\u003c\/li\u003e\n\u003cli\u003e✅ 권장: 임원용으로 페인트 보호 필름(PPF) 적용\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e품질 보증\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003e카본 파이버 진품성\u003c\/strong\u003e: 이 모델 S 스포일러는 100% 진짜 드라이 카본 파이버로 손으로 직접 3K 위브 구조를 제작했습니다. 미세한 패턴 차이는 진짜 카본 파이버의 정상적인 특징이며 진품 제작을 보여줍니다.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e자외선 차단\u003c\/strong\u003e: 3중 UV 차단 클리어 코팅과 추가 UV 코팅으로 변색 없이 수년간 아름다움을 유지합니다. 적절한 관리(세라믹 코팅 권장)를 하면 스포일러의 외관을 오랫동안 유지할 수 있습니다. 보증 기간은 1년입니다.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOEM 품질 기준\u003c\/strong\u003e: 테슬라 공장 퍼포먼스 패키지 품질 기준을 충족하거나 초과하도록 설계됨.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e반품 정책 안내\u003c\/strong\u003e: 접착 뒷면이 제거되면 제품은 사용된 것으로 간주됩니다. 설치 전에 반드시 시범 장착을 충분히 해주세요.\u003c\/p\u003e\n\u003ch3\u003e왜 Tesery 모델 S 스포일러를 선택해야 할까요?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOEM 영감 디자인\u003c\/strong\u003e - 테슬라 퍼포먼스 패키지의 미학과 완벽하게 일치\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e진품 소재\u003c\/strong\u003e - 100% 진짜 드라이 카본 파이버, 절대 유리섬유 아님\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e럭셔리 핏\u003c\/strong\u003e - 모델 S 2014-2025 (Plaid 포함)에 맞춘 정밀 설계\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e임원급 외관\u003c\/strong\u003e - 비즈니스와 여가 모두에 어울리는 스포티하면서도 세련된 디자인\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e자외선 차단\u003c\/strong\u003e - 다층 코팅으로 변색 방지\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e품질 보증\u003c\/strong\u003e - OEM 품질 기준 충족\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e무료 배송\u003c\/strong\u003e - $149 이상 주문 시\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003e테슬라 모델 S에 궁극의 럭셔리 퍼포먼스 업그레이드를 준비하셨나요?\u003c\/strong\u003e 오늘 퍼포먼스 OEM 스타일 카본 파이버 스포일러를 주문하고, 임원급 우아함, 검증된 공기역학, 그리고 진정한 카본 파이버 장인정신의 완벽한 조화를 경험하세요!\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"광택 있는","offer_id":43678743265512,"sku":"TSL8316","price":329.0,"currency_code":"USD","in_stock":true},{"title":"매트","offer_id":43678743298280,"sku":"TSL8316-matte","price":329.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/carbon-fiber-spoiler-performance-oem-style-for-tesla-model-s-2014-2024-668092.jpg?v=1726348049"},{"product_id":"tesla-model-3-y-custom-sport-carbon-fiber-steering-wheel","title":"TESERY 스포츠 카본 파이버 스티어링 휠 테슬라 모델 3 \/ Y【스타일 25】","description":"\u003csection style=\"background: #f7f8fa; padding: 60px 20px; text-align: center; font-family: Inter,sans-serif;\"\u003e\n\u003ch2 style=\"font-size: 32px; font-weight: bold; color: #111; margin-bottom: 14px;\"\u003e실제 장착 및 리뷰 영상\u003c\/h2\u003e\n\u003cp style=\"font-size: 16px; color: #666; margin-bottom: 40px;\"\u003e실제 Tesla 오너들이 Tesery 퍼포먼스 스티어링 휠 업그레이드를 리뷰하고 설치하는 모습을 확인해 보세요.\u003c\/p\u003e\n\u003cdiv class=\"tesery-video-grid\"\u003e\n\u003c!-- Video 1 --\u003e\n\u003cdiv class=\"tesery-video-card\"\u003e\n\u003cdiv class=\"tesery-video-wrapper\"\u003e\u003ciframe title=\"Tesery Model 3 Y Aftermarket Steering Wheel Review\" src=\"https:\/\/www.youtube.com\/embed\/zuAooyfkjJw\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Video 2 --\u003e\n\u003cdiv class=\"tesery-video-card\"\u003e\n\u003cdiv class=\"tesery-video-wrapper\"\u003e\u003ciframe title=\"Tesla Model 3 Y Sport Steering Wheel Installation\" src=\"https:\/\/www.youtube.com\/embed\/O8Pospusurk\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Video 3 --\u003e\n\u003cdiv class=\"tesery-video-card\"\u003e\n\u003cdiv class=\"tesery-video-wrapper\"\u003e\u003ciframe title=\"Tesla Model 3 Carbon Fiber Steering Wheel\" src=\"https:\/\/www.youtube.com\/embed\/qTpjhs-RIbE\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n\n.tesery-video-grid{\ndisplay:grid;\ngrid-template-columns:repeat(3,1fr);\ngap:28px;\nmax-width:1300px;\nmargin:0 auto;\n}\n\n.tesery-video-card{\nbackground:#fff;\nborder-radius:22px;\noverflow:hidden;\nbox-shadow:0 8px 24px rgba(0,0,0,0.08);\ntransition:all .35s ease;\n}\n\n.tesery-video-card:hover{\ntransform:translateY(-6px);\nbox-shadow:0 18px 40px rgba(0,0,0,0.16);\n}\n\n.tesery-video-wrapper{\nposition:relative;\nwidth:100%;\npadding-top:56.25%;\n}\n\n.tesery-video-wrapper iframe{\nposition:absolute;\ninset:0;\nwidth:100%;\nheight:100%;\nborder:0;\nborder-radius:22px;\n}\n\n@media(max-width:1024px){\n.tesery-video-grid{\ngrid-template-columns:repeat(2,1fr);\n}\n}\n\n@media(max-width:768px){\n.tesery-video-grid{\ngrid-template-columns:1fr;\n}\n\nsection h2{\nfont-size:24px!important;\n}\n\nsection p{\nfont-size:14px!important;\n}\n}\n\n\u003c\/style\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003e참고\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan data-mce-fragment=\"1\"\u003e개별 맞춤 제작을 지원합니다. 주문 시 메모를 남기시거나 market@tesery.com 이메일 또는 Whatsapp +86 185 6670 3079로 연락해 주세요\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e더 많은 개인 맞춤화 정보를 원하시면 \u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-steering-wheel\" title=\"Tesla Steering Wheel\" rel=\"noopener\" target=\"_blank\"\u003eTesla 스티어링 휠\u003c\/a\u003e을 확인해 주세요\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Tesery Official Store","offers":[{"title":"선택하세요 \/ 아니요 \/ 아니요","offer_id":46350666825960,"sku":"","price":399.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 아니요 \/ 무광 카본 파이버","offer_id":46350666858728,"sku":"","price":459.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 아니요 \/ 글로시 카본 파이버","offer_id":46350666924264,"sku":"","price":459.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 예 \/ 아니요","offer_id":46350667120872,"sku":"","price":399.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 예 \/ 무광 카본 파이버","offer_id":46350667153640,"sku":"","price":459.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 예 \/ 글로시 카본 파이버","offer_id":46350667186408,"sku":"","price":459.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023.8 \/ 아니요 \/ 아니요","offer_id":43862562865384,"sku":"TSL8405-3-A","price":399.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023.8 \/ 아니요 \/ 무광 카본 파이버","offer_id":44362670997736,"sku":"TSL8405-matte-3-A","price":459.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023.8 \/ 아니요 \/ 글로시 카본 파이버","offer_id":44362671030504,"sku":"TSL8405-glossy-3-A","price":459.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023.8 \/ 예 \/ 아니요","offer_id":43862562898152,"sku":"TSL8405-3-B","price":399.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023.8 \/ 예 \/ 무광 카본 파이버","offer_id":44362671063272,"sku":"TSL8405-matte-3-B","price":459.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023.8 \/ 예 \/ 글로시 카본 파이버","offer_id":44362671096040,"sku":"TSL8405-glossy-3-B","price":459.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 (Made in USA) \/ 아니요 \/ 아니요","offer_id":43862562930920,"sku":"TSL8405-3-A","price":399.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 (Made in USA) \/ 아니요 \/ 무광 카본 파이버","offer_id":44362671128808,"sku":"TSL8405-matte-3-A","price":459.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 (Made in USA) \/ 아니요 \/ 글로시 카본 파이버","offer_id":44362671161576,"sku":"TSL8405-glossy-3-A","price":459.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 (Made in USA) \/ 예 \/ 아니요","offer_id":43862562963688,"sku":"TSL8405-3-B","price":399.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 (Made in USA) \/ 예 \/ 무광 카본 파이버","offer_id":44362671194344,"sku":"TSL8405-matte-3-B","price":459.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 (Made in USA) \/ 예 \/ 글로시 카본 파이버","offer_id":44362671227112,"sku":"TSL8405-glossy-3-B","price":459.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 아니요 \/ 아니요","offer_id":44954382237928,"sku":"TSL8405-middle-Y-A","price":399.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 아니요 \/ 무광 카본 파이버","offer_id":44954382270696,"sku":"TSL8405-middle-matte-Y-A","price":459.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 아니요 \/ 글로시 카본 파이버","offer_id":44954382303464,"sku":"TSL8405-middle-glossy-Y-A","price":459.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 예 \/ 아니요","offer_id":44954382336232,"sku":"TSL8405-middle-Y-B","price":399.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 예 \/ 무광 카본 파이버","offer_id":44954382369000,"sku":"TSL8405-middle-matte-Y-B","price":459.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 예 \/ 글로시 카본 파이버","offer_id":44954382401768,"sku":"TSL8405-middle-glossy-Y-B","price":459.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 아니요 \/ 아니요","offer_id":46761064333544,"sku":"TSL8405-middle-Y-A","price":399.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 아니요 \/ 무광 카본 파이버","offer_id":46761064366312,"sku":"TSL8405-middle-matte-Y-A","price":459.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 아니요 \/ 글로시 카본 파이버","offer_id":46761064399080,"sku":"TSL8405-middle-glossy-Y-A","price":459.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 예 \/ 아니요","offer_id":46761064431848,"sku":"TSL8405-middle-Y-B","price":399.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 예 \/ 무광 카본 파이버","offer_id":46761064464616,"sku":"TSL8405-middle-matte-Y-B","price":459.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 예 \/ 글로시 카본 파이버","offer_id":46761064497384,"sku":"TSL8405-middle-glossy-Y-B","price":459.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/sport-carbon-fiber-steering-wheel-for-tesla-model-3-y-style-25-118709.jpg?v=1704511092"},{"product_id":"real-carbon-fiber-front-door-trim-panels","title":"모델 3\/Y용 교체용 리얼 카본 파이버 도어 트림 패널","description":"\u003ch4 style=\"text-align: center;\"\u003e모델 3 \/ Y용 교체용 리얼 카본 파이버 앞문 트림 패널\u003c\/h4\u003e\n\u003cp\u003e모델 3\/Y에 독특하고 특별한 외관을 선사합니다. 이 리얼 카본 파이버 도어 트림 패널 교체품은 테슬라 모델 3\/Y에 정확히 맞도록 정밀 설계되었습니다. 기존 테슬라에서 제공하는 도어 트림을 교체하여 즉시 고급스러운 스타일을 강조할 수 있습니다!\u003cbr\u003e\u003cbr\u003e이 인테리어 트림 세트는 원래 앞문 트림 부품을 대체합니다. 리얼 카본 파이버로 감싸고 OEM 카본 파이버 트림과 동일한 방식으로 제작되어 모든 OEM 고정 지점을 유지하여 OEM 트림과 똑같이 맞습니다.\u003cbr\u003e\u003cbr\u003e이 도어 패널은 100% 리얼 몰딩 카본 파이버로 제작되었으며, 광택 또는 무광 마감 중 선택할 수 있습니다.\u003cbr\u003e\u003cbr\u003e2021-2025년형 모델 3\/Y에 손쉽게 고급스러운 외관을 연출하세요. 이 도어 트림 패널 교체품은 테슬라에 정확히 맞도록 설계되어 설치가 간편하며, 몇 분 만에 차량의 미적 가치를 업그레이드할 수 있습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e인테리어 업그레이드 \u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" title=\"Tesla carbon fiber accessories\" rel=\"noopener\" target=\"_blank\"\u003e테슬라 카본 파이버 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2\u003e특징\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e진짜 카본 파이버 -\u003c\/strong\u003e 우수한 디자인의 리얼 카본 파이버\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e무광의 아름다움 -\u003c\/strong\u003e 스타일과 세련미가 묻어나는 카본 파이버 마감\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e독특한 외관 -\u003c\/strong\u003e 기존 도어 트림과 비교할 수 없는 차별화된 모습\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e정밀한 맞춤 -\u003c\/strong\u003e 실제 사용 환경을 고려한 공차로 제작되어 완벽한 장착감\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003e설치 방법\u003c\/h2\u003e\n\u003cp\u003e기존 도어 트림을 교체하는 커버입니다. 3M 테이프가 필요 없으며, 기존 대시보드를 떼어내고 이 제품을 끼우기만 하면 됩니다.\u003c\/p\u003e\n\u003ch2\u003e\u003cb\u003e제품 사양\u003c\/b\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e재질:\u003c\/strong\u003e 리얼 카본 파이버\u003cbr\u003e\u003cstrong\u003e적용 차종:\u003c\/strong\u003e Tesla Model 3 2020-2023.10 \/ Model Y 2020-2025.03\u003cbr\u003e\u003cstrong\u003e색상:\u003c\/strong\u003e 광택 \/ 무광\u003c\/p\u003e\n\u003ch2\u003e패키지 구성\u003c\/h2\u003e\n\u003cp\u003e1개 × Tesla Model Y\/3용 교체용 카본 파이버 도어 트림 패널\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e카본 패턴 보증:\u003c\/strong\u003e 리얼 몰딩 카본 파이버는 수작업으로 적층되며 프리프레그 습식 몰딩이 아니기 때문에 패턴 방향에 약간의 불규칙성이 있을 수 있습니다. 이러한 차이는 정상이며 제조 결함이 아닙니다. 반품을 원하시면 반품 정책을 참고해 주세요.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e자외선 보증:\u003c\/strong\u003e 리얼 몰딩 카본 파이버는 3중 UV 보호 코팅이 되어 있습니다. 왁스나 나노 세라믹 코팅을 하지 않고 관리하지 않으면 시간이 지나면서 보호층이 닳을 수 있습니다. 보증 기간은 1년이며, 직사광선에 장시간 노출 시 약간의 황변 현상은 정상이며 보증 대상이 아닙니다. 카본 파이버의 수명을 연장하려면 \"303 프로텍턴트\" 사용을 권장합니다.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e주의:\u003c\/strong\u003e 양면 접착 라이너를 제거하는 순간 제품은 사용된 것으로 간주됩니다. 사용된 제품은 반품이 불가하니, 접착 라이너를 제거하기 전에 제품 외관에 만족하는지 확인하고 테슬라에 부착해 주세요.\u003c\/p\u003e\n\u003cp\u003e최고 품질과 뛰어난 미적 완성도를 원하신다면 교체용 카본 파이버 도어 트림 패널이 최적의 선택입니다. 지금 바로 확보하세요.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e배송:\u003c\/strong\u003e $149 이상 주문 시 전 세계 모든 도시에 무료 배송해 드립니다.\u003cbr\u003e\u003cbr\u003e상품이 완벽한 상태로 안전하게 도착하여 설치 준비가 완료되도록 최선을 다하고 있습니다.\u003cbr\u003e\u003cbr\u003e상품이 손상되었거나 용도에 맞지 않을 경우, 수령일로부터 30일 이내 무조건 환불 또는 교환해 드립니다.\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"광택 카본 파이버","offer_id":43976368750824,"sku":"TSL3813-glossy","price":179.0,"currency_code":"USD","in_stock":true},{"title":"무광 카본 파이버","offer_id":43976368783592,"sku":"TSL3813-matte","price":159.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/repalcement-real-carbon-fiber-front-door-trim-panel-for-model-3-y-2021-2023-103336.jpg?v=1704511052"},{"product_id":"model-3-y-yoke-carbon-fiber-steering-wheel","title":"TESERY 요크 카본 파이버 스티어링 휠 for Tesla Model 3 \/ Y【스타일 34】","description":"\u003ch2 class=\"4ever-article\" data-clipboard-cangjie='[\"root\",{\"copyFrom\":1516441855},[\"p\",{\"uuid\":\"kzc9lefw4g2pwsbf6dj\"},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"Yoke steering wheel with full functioning multifunctional wheel button. Simply swap your factory steering wheel with Yoke style steering wheel to differentiate your car from the rest. Clear your view for better driving experience and comfort resting position when using auto pilot. Using Factory OEM steering, our products has the highest quality soft genuine leather and optional Alcantara.\"]]],[\"p\",{\"uuid\":\"kzc9lefwk0s1vuygtc\"},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"\"]]],[\"p\",{\"uuid\":\"kzc9lefwsa1cd33u8zo\"},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"**** We do not ship with AIR BAG****\"]]],[\"p\",{\"uuid\":\"kzc9lefwc0umxbdtt6n\"},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"****You Must Use Your Current Air Bag****\"]]],[\"p\",{\"uuid\":\"kzc9lefwl98cyy66jgk\"},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"data-type\":\"leaf\"},\"****Use your existing steering wheel plastic cover with wheel buttons****\"]]]]' data-mce-fragment=\"1\"\u003e설치\u003c\/h2\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .video-container {\n            position: relative;\n            width: 100%;\n            padding-bottom: 56.25%; \/* 16:9 aspect ratio *\/\n            height: 0;\n            overflow: hidden;\n        }\n        .video-container iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            border: 0;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/sRFq54wWmGQ\" title=\"Carbon Fiber Tesery Yoke - Install - Review - NICE!\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003carticle data-clipboard-cangjie=\"[\u0026quot;root\u0026quot;,{\u0026quot;copyFrom\u0026quot;:1179813706},[\u0026quot;p\u0026quot;,{\u0026quot;ind\u0026quot;:{\u0026quot;left\u0026quot;:0},\u0026quot;spacing\u0026quot;:{\u0026quot;line\u0026quot;:1}},[\u0026quot;span\u0026quot;,{\u0026quot;data-type\u0026quot;:\u0026quot;text\u0026quot;},[\u0026quot;span\u0026quot;,{\u0026quot;bold\u0026quot;:true,\u0026quot;color\u0026quot;:\u0026quot;rgb(33, 43, 54)\u0026quot;,\u0026quot;fonts\u0026quot;:{\u0026quot;ascii\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;hAnsi\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;cs\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;eastAsia\u0026quot;:\u0026quot;-apple-system\u0026quot;},\u0026quot;sz\u0026quot;:10.5,\u0026quot;szUnit\u0026quot;:\u0026quot;pt\u0026quot;,\u0026quot;data-type\u0026quot;:\u0026quot;leaf\u0026quot;},\u0026quot;we have more other styles of steering wheels, at the same time, we accept different degrees of customization. If you have the need to customize the steering wheel, you can contact us, and we will 1 to 1 for you to carry out service.\u0026quot;]]],[\u0026quot;p\u0026quot;,{\u0026quot;ind\u0026quot;:{\u0026quot;left\u0026quot;:0},\u0026quot;spacing\u0026quot;:{\u0026quot;line\u0026quot;:1}},[\u0026quot;span\u0026quot;,{\u0026quot;data-type\u0026quot;:\u0026quot;text\u0026quot;},[\u0026quot;span\u0026quot;,{\u0026quot;bold\u0026quot;:true,\u0026quot;color\u0026quot;:\u0026quot;rgb(33, 43, 54)\u0026quot;,\u0026quot;fonts\u0026quot;:{\u0026quot;ascii\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;hAnsi\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;cs\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;eastAsia\u0026quot;:\u0026quot;-apple-system\u0026quot;},\u0026quot;sz\u0026quot;:10.5,\u0026quot;szUnit\u0026quot;:\u0026quot;pt\u0026quot;,\u0026quot;data-type\u0026quot;:\u0026quot;leaf\u0026quot;},\u0026quot;📧 Email : \u0026quot;],[\u0026quot;span\u0026quot;,{\u0026quot;bold\u0026quot;:true,\u0026quot;color\u0026quot;:\u0026quot;rgb(172, 174, 177)\u0026quot;,\u0026quot;fonts\u0026quot;:{\u0026quot;ascii\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;hAnsi\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;cs\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;eastAsia\u0026quot;:\u0026quot;-apple-system\u0026quot;},\u0026quot;sz\u0026quot;:10.5,\u0026quot;szUnit\u0026quot;:\u0026quot;pt\u0026quot;,\u0026quot;data-type\u0026quot;:\u0026quot;leaf\u0026quot;},\u0026quot;market@tesery.com\u0026quot;],[\u0026quot;span\u0026quot;,{\u0026quot;bold\u0026quot;:true,\u0026quot;color\u0026quot;:\u0026quot;rgb(33, 43, 54)\u0026quot;,\u0026quot;fonts\u0026quot;:{\u0026quot;ascii\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;hAnsi\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;cs\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;eastAsia\u0026quot;:\u0026quot;-apple-system\u0026quot;},\u0026quot;sz\u0026quot;:10.5,\u0026quot;szUnit\u0026quot;:\u0026quot;pt\u0026quot;,\u0026quot;data-type\u0026quot;:\u0026quot;leaf\u0026quot;},\u0026quot; or📞 Tel\/What's APP\/Facebook\/Message：\u0026quot;],[\u0026quot;span\u0026quot;,{\u0026quot;bold\u0026quot;:true,\u0026quot;color\u0026quot;:\u0026quot;rgb(160, 160, 161)\u0026quot;,\u0026quot;fonts\u0026quot;:{\u0026quot;ascii\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;hAnsi\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;cs\u0026quot;:\u0026quot;-apple-system\u0026quot;,\u0026quot;eastAsia\u0026quot;:\u0026quot;-apple-system\u0026quot;},\u0026quot;sz\u0026quot;:10.5,\u0026quot;szUnit\u0026quot;:\u0026quot;pt\u0026quot;,\u0026quot;data-type\u0026quot;:\u0026quot;leaf\u0026quot;},\u0026quot;+86 185 6670 3079\u0026quot;]]]]\" class=\"4ever-article\" data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003e참고\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan data-mce-fragment=\"1\"\u003e개별 맞춤화를 지원합니다. 주문 시 메모를 남기시거나 market@tesery.com 이메일 또는 Whatsapp +86 185 6670 3079로 연락해 주세요\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e더 많은 개인화 정보를 원하시면 \u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-steering-wheel\" title=\"Tesla Steering Wheel\" rel=\"noopener\" target=\"_blank\"\u003eTesla Steering Wheel\u003c\/a\u003e을 확인해 주세요\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e","brand":"Tesery Official Store","offers":[{"title":"선택해 주세요 \/ 아니요 \/ 아니요","offer_id":44728375771368,"sku":"","price":289.0,"currency_code":"USD","in_stock":true},{"title":"선택해 주세요 \/ 아니요 \/ 무광 카본 파이버","offer_id":44728375836904,"sku":"","price":349.0,"currency_code":"USD","in_stock":true},{"title":"선택해 주세요 \/ 아니요 \/ 글로시 카본 파이버","offer_id":44728375804136,"sku":"","price":349.0,"currency_code":"USD","in_stock":true},{"title":"선택해 주세요 \/ 예 \/ 아니요","offer_id":44728375673064,"sku":"","price":289.0,"currency_code":"USD","in_stock":true},{"title":"선택해 주세요 \/ 예 \/ 무광 카본 파이버","offer_id":44728375738600,"sku":"","price":349.0,"currency_code":"USD","in_stock":true},{"title":"선택해 주세요 \/ 예 \/ 글로시 카본 파이버","offer_id":44728375705832,"sku":"","price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023.8 \/ 아니요 \/ 아니요","offer_id":44074363322600,"sku":"TSL8457-3-A","price":289.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023.8 \/ 아니요 \/ 무광 카본 파이버","offer_id":44151962534120,"sku":"TSL8462-3-A","price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023.8 \/ 아니요 \/ 글로시 카본 파이버","offer_id":44151962501352,"sku":"TSL8461-3-A","price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023.8 \/ 예 \/ 아니요","offer_id":44074363355368,"sku":"TSL8457-3-B","price":289.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023.8 \/ 예 \/ 무광 카본 파이버","offer_id":44151962599656,"sku":"TSL8462-3-B","price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017-2023.8 \/ 예 \/ 글로시 카본 파이버","offer_id":44151962566888,"sku":"TSL8461-3-B","price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 (Made in USA) \/ 아니요 \/ 아니요","offer_id":44074363388136,"sku":"TSL8457-3-A","price":289.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 (Made in USA) \/ 아니요 \/ 무광 카본 파이버","offer_id":44151962665192,"sku":"TSL8462-3-A","price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 (Made in USA) \/ 아니요 \/ 글로시 카본 파이버","offer_id":44151962632424,"sku":"TSL8461-3-A","price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 (Made in USA) \/ 예 \/ 아니요","offer_id":44074363420904,"sku":"TSL8457-3-B","price":289.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 (Made in USA) \/ 예 \/ 무광 카본 파이버","offer_id":44151962730728,"sku":"TSL8462-3-B","price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.02 (Made in USA) \/ 예 \/ 글로시 카본 파이버","offer_id":44151962697960,"sku":"TSL8461-3-B","price":349.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 아니요 \/ 아니요","offer_id":44815340208360,"sku":"TSL8457-middle-Y-A","price":289.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 아니요 \/ 무광 카본 파이버","offer_id":44815340273896,"sku":"TSL8462-middle-Y-A","price":349.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 아니요 \/ 글로시 카본 파이버","offer_id":44815340241128,"sku":"TSL8461-middle-Y-A","price":349.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 예 \/ 아니요","offer_id":44815340110056,"sku":"TSL8457-middle-Y-B","price":289.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 예 \/ 무광 카본 파이버","offer_id":44815340175592,"sku":"TSL8462-middle-Y-B","price":349.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 예 \/ 글로시 카본 파이버","offer_id":44815340142824,"sku":"TSL8461-middle-Y-B","price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 아니요 \/ 아니요","offer_id":46761045164264,"sku":"TSL8457-middle-Y-A","price":289.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 아니요 \/ 무광 카본 파이버","offer_id":46761045229800,"sku":"TSL8462-middle-Y-A","price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 아니요 \/ 글로시 카본 파이버","offer_id":46761045197032,"sku":"TSL8461-middle-Y-A","price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 예 \/ 아니요","offer_id":46761045262568,"sku":"TSL8457-middle-Y-B","price":289.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 예 \/ 무광 카본 파이버","offer_id":46761045328104,"sku":"TSL8462-middle-Y-B","price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 예 \/ 글로시 카본 파이버","offer_id":46761045295336,"sku":"TSL8461-middle-Y-B","price":349.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/sales-tesery-yoke-steering-wheel-for-tesla-model-3-ystyle-34-467981.jpg?v=1704511603"},{"product_id":"tesla-model-y-3-yoke-steering-wheel","title":"TESERY 요크 카본 파이버 스티어링 휠 for 모델 3 \/ Y【스타일 37】","description":"\u003cstyle\u003e\n    .custom-heading {\n        font-size: 18px;\n    }\n\u003c\/style\u003e\n\u003ch2 class=\"custom-heading\"\u003e\u003cstrong\u003eTesla 요크 스티어링 휠 설치 방법은?\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003ciframe style=\"width: 100%; aspect-ratio: 16 \/ 9;\" src=\"https:\/\/www.youtube.com\/embed\/j4uh1ASRgcQ\" title=\"We Swapped Our Tesla Steering Wheel for a Yoke! Was It Easy?\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003e참고\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan data-mce-fragment=\"1\"\u003e개별 맞춤화를 지원합니다. 주문 시 메모를 남기시거나 market@tesery.com 이메일 또는 Whatsapp +86 185 6670 3079로 연락해 주세요\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e더 많은 개인화 정보를 원하시면 \u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-steering-wheel\" title=\"Tesla Steering Wheel\" rel=\"noopener\" target=\"_blank\"\u003eTesla Steering Wheel\u003c\/a\u003e을 확인해 주세요\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Tesery Official Store","offers":[{"title":"모델을 선택해 주세요 \/ 아니요 \/ 아니요","offer_id":44815387328744,"sku":"","price":289.0,"currency_code":"USD","in_stock":true},{"title":"모델을 선택해 주세요 \/ 아니요 \/ 광택 카본 파이버","offer_id":44815387361512,"sku":"","price":349.0,"currency_code":"USD","in_stock":true},{"title":"모델을 선택해 주세요 \/ 아니요 \/ 무광 카본 파이버","offer_id":44815387394280,"sku":"","price":349.0,"currency_code":"USD","in_stock":true},{"title":"모델을 선택해 주세요 \/ 화이트와 “T” 로고 \/ 아니요","offer_id":44815387230440,"sku":"","price":349.0,"currency_code":"USD","in_stock":true},{"title":"모델을 선택해 주세요 \/ 화이트와 “T” 로고 \/ 광택 카본 파이버","offer_id":44815387263208,"sku":"","price":409.0,"currency_code":"USD","in_stock":true},{"title":"모델을 선택해 주세요 \/ 화이트와 “T” 로고 \/ 무광 카본 파이버","offer_id":44815387295976,"sku":"","price":409.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 아니요 \/ 아니요","offer_id":44086858809576,"sku":"TSL8455","price":289.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 아니요 \/ 광택 카본 파이버","offer_id":44136300740840,"sku":"TSL8455-glossy","price":349.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 아니요 \/ 무광 카본 파이버","offer_id":44136300806376,"sku":"TSL8455-matte","price":349.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 화이트와 “T” 로고 \/ 아니요","offer_id":44086858907880,"sku":"TSL8455-T","price":349.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 화이트와 “T” 로고 \/ 광택 카본 파이버","offer_id":44136300773608,"sku":"TSL8455-T-glossy","price":409.0,"currency_code":"USD","in_stock":true},{"title":"모델 3 2017-2023.8 \/ 화이트와 “T” 로고 \/ 무광 카본 파이버","offer_id":44136300839144,"sku":"TSL8455-T-matte","price":409.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 아니요 \/ 아니요","offer_id":44086859006184,"sku":"TSL8455","price":289.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 아니요 \/ 광택 카본 파이버","offer_id":44136300871912,"sku":"TSL8455-glossy","price":349.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 아니요 \/ 무광 카본 파이버","offer_id":44136300970216,"sku":"TSL8455-matte","price":349.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 화이트와 “T” 로고 \/ 아니요","offer_id":44086859104488,"sku":"TSL8455-T","price":349.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 화이트와 “T” 로고 \/ 광택 카본 파이버","offer_id":44136300904680,"sku":"TSL8455-T-glossy","price":409.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.02 (미국산) \/ 화이트와 “T” 로고 \/ 무광 카본 파이버","offer_id":44136301002984,"sku":"TSL8455-T-matte","price":409.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 아니요 \/ 아니요","offer_id":44815387525352,"sku":"TSL8455-middle","price":289.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 아니요 \/ 광택 카본 파이버","offer_id":44815387558120,"sku":"TSL8455-middle-glossy","price":349.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 아니요 \/ 무광 카본 파이버","offer_id":44815387590888,"sku":"TSL8455-middle-matte","price":349.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 화이트와 “T” 로고 \/ 아니요","offer_id":44815387427048,"sku":"TSL8455-T-middle","price":349.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 화이트와 “T” 로고 \/ 광택 카본 파이버","offer_id":44815387459816,"sku":"TSL8455-T-middle-glossy","price":409.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2021.09-2025.02 (중국산) \/ 화이트와 “T” 로고 \/ 무광 카본 파이버","offer_id":44815387492584,"sku":"TSL8455-T-middle-matte","price":409.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 아니요 \/ 아니요","offer_id":46761061679336,"sku":"TSL8455-middle","price":289.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 아니요 \/ 광택 카본 파이버","offer_id":46761061712104,"sku":"TSL8455-middle-glossy","price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 아니요 \/ 무광 카본 파이버","offer_id":46761061744872,"sku":"TSL8455-middle-matte","price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 화이트와 “T” 로고 \/ 아니요","offer_id":46761061777640,"sku":"TSL8455-T-middle","price":349.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 화이트와 “T” 로고 \/ 광택 카본 파이버","offer_id":46761061810408,"sku":"TSL8455-T-middle-glossy","price":409.0,"currency_code":"USD","in_stock":true},{"title":"Model Y 2022.04-2025.02 (독일 제조) \/ 화이트와 “T” 로고 \/ 무광 카본 파이버","offer_id":46761061843176,"sku":"TSL8455-T-middle-matte","price":409.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/tesery-yoke-carbon-fiber-steering-wheel-for-model-3-ystyle-37-189501.jpg?v=1718377705"},{"product_id":"model-3-y-real-carbon-fiber-air-blade-trim","title":"TESERY 테슬라 모델 Y 안개등 트림 - 카본 파이버 외장 모드","description":"\u003ch2 style=\"text-align: center;\"\u003eTesla Model Y 안개등 트림 - 카본 파이버 외장 모드\u003c\/h2\u003e\n\u003cp\u003eTesla Model Y에 안개등 트림으로 독특한 룩을 연출하세요. 이 진짜 카본 파이버 안개등 트림은 Tesla Model Y에 완벽하게 맞도록 정밀 설계되었습니다. 이 모드는 전면 안개등에 에어 나이프 트림을 적용하여 매우 강렬한 룩을 선사합니다. \u003c\/p\u003e\n\u003cp\u003e저희 Model Y 헤드라이트 아이래시 트림은 진짜 카본 파이버(드라이\/웻)로 만들어졌습니다. 이들은 Model Y 전면에 퍼포먼스 스포츠 룩을 더해줍니다. 인쇄된 카본 파이버가 아니며, 광택, 무광, 포지드 세 가지 마감으로 제공됩니다.\u003c\/p\u003e\n\u003cp\u003e이 제품은 실제 성형 카본 파이버 오버레이입니다. 유리섬유나 ABS가 아니며, 완벽한 2x2 트윌 직조 패턴의 초경량입니다. 또한 시간이 지나도 변색되지 않도록 UV 보호 처리가 되어 있습니다.\u003c\/p\u003e\n\u003cp\u003e이 카본 파이버 안개등 트림은 공장에서 성형되어 정밀한 맞춤과 쉬운 설치를 제공합니다. 제공된 3M 양면 테이프를 사용하세요.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e외관 업그레이드 \u003ca rel=\"noopener\" title=\"Tesla carbon fiber accessories\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003eTesla Carbon Fiber Accessories\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2\u003e특징\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e완벽한 맞춤 -\u003c\/strong\u003e Tesla Model 안개등 트림은 원래 차량에 맞게 설계되어 차체에 완벽하게 맞습니다.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e진짜 카본 파이버 -\u003c\/strong\u003e Tesla Model Y 안개등 커버는 고급 품질의 진짜 드라이 카본 파이버로 제작되었습니다. 강력하게 유지되며 구부러지거나 부러지거나 갈라지지 않습니다.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e기능 -\u003c\/strong\u003e Tesla Model Y 안개등 트림은 차량 외관을 개성있게 업그레이드하며, 차량을 훌륭하게 보호하고 전면 안개등 프레임 표면을 긁힘과 먼지로부터 방지합니다.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e쉬운 설치 -\u003c\/strong\u003e안개등 커버는 설치 및 제거가 쉽습니다. 드릴링\/절단이 필요 없습니다. 뒷면의 양면 접착 테이프로 쉽게 설치할 수 있으며, 사전 가열을 강력히 권장합니다.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e보증 - \u003c\/strong\u003e\u003cspan\u003eTesla 안개등 트림은 우수한 애프터서비스를 제공합니다. 배송 중 제품이 파손된 경우 알려주시면 무료로 새 제품을 보내드립니다.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003e사양\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e재질：\u003c\/strong\u003e진짜 카본 파이버\u003cbr\u003e\u003cstrong\u003e적합성：\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003eTesla Model Y 2020년 이후 (모든 연식, 모델 및 버전)\u003cbr\u003e\u003cstrong\u003e색상：\u003c\/strong\u003e광택 \/ 무광 \/ 단조\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2\u003e포함된 패키지\u003c\/h2\u003e\n\u003cp\u003e2개입 × Tesla Model Y 안개등 트림\u003c\/p\u003e\n\u003cp\u003e1개 \u003cspan data-mce-fragment=\"1\"\u003e× 3M 양면 접착 테이프\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 data-mce-fragment=\"1\"\u003e설치\u003c\/h2\u003e\n\u003col\u003e\n\u003cli\u003e부착할 곳을 깨끗이 청소한 후 수건이나 티슈로 물기를 닦아 주세요. 기름, 물, 왁스 등이 묻어 있으면 안 됩니다.\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\" class=\"a-list-item\"\u003e설치 위치를 결정한 후 제품과 설치 위치를 비교해 보시고, 제품이 차량에 맞지 않으면 설치하지 마세요.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\" class=\"a-list-item\"\u003e양면 접착제를 떼어낼 때는 손으로 접착면을 만지지 마세요.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\" class=\"a-list-item\"\u003e더 나은 효과를 위해 헤어드라이어나 라이터로 양면 접착제를 가열할 것을 권장합니다. (40도 이상은 안 됩니다).\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\" class=\"a-list-item\"\u003e정렬 위치를 맞춘 후 부착하며, 부착은 부착 조건과 올바른 설치 방법에 따라 달라집니다.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\" class=\"a-list-item\"\u003e부착 시 20-30초 이상 눌러 주시고, 최상의 고정 효과를 위해 48시간 동안 건조 상태를 유지해 주세요.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\" class=\"a-list-item\"\u003e\u003cstrong\u003e카본 패턴 보증:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e실제 성형 카본 파이버는 수작업으로 적층되며 프리프레그 웻 몰딩이 아니므로 패턴 방향에 불규칙성이 있을 수 있습니다. 이러한 변형은 정상이며 제조 결함이 아닙니다. 반품을 원하시면 반품 정책을 참조해 주세요.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eUV 보증:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e저희 실제 성형 카본 파이버는 3겹의 UV 보호 코팅이 되어 있습니다. 왁스칠이나 나노 세라믹 코팅을 제대로 하지 않으면 시간이 지나면서 이 보호막이 닳을 수 있습니다. 보증 기간은 1년으로 제한됩니다. 직사광선 아래 야외에 주차할 경우 약간의 황변은 정상이며 보증 대상이 아닙니다. 카본 파이버의 수명을 연장하려면 UV 보호에 도움이 되는 \"303 Protectant\" 사용을 권장합니다.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e참고:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e양면 접착 라이너를 제거하는 즉시 중고품으로 간주됩니다. 중고품은 반품이 불가하므로, 접착 라이너를 제거하기 전에 외관에 만족하는지 확인하고 TESLA에 부착해 주세요.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\" class=\"a-list-item\"\u003e\u003cspan\u003e최고의 품질과 전반적으로 우수한 미적 감각을 원하신다면, 테슬라 스포일러가 최고의 선택입니다. 지금 바로 확보하세요.\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan\u003e\u003cstrong\u003e배송:\u003c\/strong\u003e \u003c\/span\u003e\u003cspan\u003e전 세계 어느 도시로든 무료 배송해 드립니다.\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan\u003e귀하의 상품이 완벽한 상태로 설치 준비가 완료된 채로 도착할 수 있도록 모든 노력을 기울이고 있습니다.\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan\u003e상품이 손상되었거나 용도에 맞지 않을 경우, 수령일로부터 30일 이내에 무조건 환불 또는 교환해 드립니다.\u003c\/span\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"Model Y Juniper 2025-현재 \/ 젖은 \/ 광택 카본 파이버","offer_id":47418847690984,"sku":"TSL3630-A1-newY","price":159.0,"currency_code":"USD","in_stock":true},{"title":"Model Y Juniper 2025-현재 \/ 젖은 \/ 무광 카본 파이버","offer_id":47418847723752,"sku":"TSL3630-B1-newY","price":159.0,"currency_code":"USD","in_stock":true},{"title":"Model Y Juniper 2025-현재 \/ 젖은 \/ 단조 카본 파이버","offer_id":47418847756520,"sku":"TSL3630-C1-newY","price":159.0,"currency_code":"USD","in_stock":true},{"title":"Model Y Juniper 2025-현재 \/ 건조한 \/ 광택 카본 파이버","offer_id":47418847789288,"sku":"TSL3630-A-newY","price":179.0,"currency_code":"USD","in_stock":true},{"title":"Model Y Juniper 2025-현재 \/ 건조한 \/ 무광 카본 파이버","offer_id":47418847822056,"sku":"TSL3630-B-newY","price":179.0,"currency_code":"USD","in_stock":true},{"title":"Model Y Juniper 2025-현재 \/ 건조한 \/ 단조 카본 파이버","offer_id":47418847854824,"sku":"TSL3630-C-newY","price":189.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.03 \/ 젖은 \/ 광택 카본 파이버","offer_id":44477799596264,"sku":"TSL3630-A1","price":159.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.03 \/ 젖은 \/ 무광 카본 파이버","offer_id":44477799629032,"sku":"TSL3630-B1","price":159.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.03 \/ 젖은 \/ 단조 카본 파이버","offer_id":44477799661800,"sku":"TSL3630-C1","price":159.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.03 \/ 건조한 \/ 광택 카본 파이버","offer_id":44223942656232,"sku":"TSL3630-A","price":179.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.03 \/ 건조한 \/ 무광 카본 파이버","offer_id":44223942689000,"sku":"TSL3630-B","price":179.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2025.03 \/ 건조한 \/ 단조 카본 파이버","offer_id":44223942721768,"sku":"TSL3630-C","price":189.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/tesery-tesla-model-y-fog-light-trim-carbon-fiber-exterior-mods-961678.jpg?v=1704511170"},{"product_id":"tesla-model-x-s-yoke-steering-wheel-replacement","title":"TESERY 맞춤 요크 스티어링 휠 교체용 테슬라 모델 X \/ S 2012-2020","description":"\u003cdiv style=\"position: relative; width: 100%; height: 0; padding-bottom: 56.25%;\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/FODy8GWHp5Y\" title=\"How to Install Tesla Model X \/ S Yoke Plaid Steering Wheel #shorts #models #modelx #steeringwheel\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cp data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003e참고\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan data-mce-fragment=\"1\"\u003e개별 맞춤화를 지원합니다. 주문 시 메모를 남기시거나 market@tesery.com 이메일 또는 Whatsapp +86 185 6670 3079로 연락해 주세요\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e더 많은 개인화 정보를 원하시면 \u003ca rel=\"noopener\" title=\"Tesla Steering Wheel\" href=\"https:\/\/www.tesery.com\/collections\/tesla-steering-wheel\" target=\"_blank\"\u003eTesla Steering Wheel\u003c\/a\u003e을 확인해 주세요\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Tesery Official Store","offers":[{"title":"선택하세요 \/ 아니요 \/ 아니요","offer_id":46413069385960,"sku":"","price":399.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 아니요 \/ 예","offer_id":46413069418728,"sku":"","price":399.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 광택 카본 파이버 \/ 아니요","offer_id":46413059326184,"sku":"","price":459.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 광택 카본 파이버 \/ 예","offer_id":46413059358952,"sku":"","price":459.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 무광 카본 파이버 \/ 아니요","offer_id":46413059391720,"sku":"","price":459.0,"currency_code":"USD","in_stock":true},{"title":"선택하세요 \/ 무광 카본 파이버 \/ 예","offer_id":46413059424488,"sku":"","price":459.0,"currency_code":"USD","in_stock":true},{"title":"화이트 가죽 \/ 아니요 \/ 아니요","offer_id":46413069582568,"sku":"TSL8467-A","price":399.0,"currency_code":"USD","in_stock":true},{"title":"화이트 가죽 \/ 아니요 \/ 예","offer_id":46413069648104,"sku":"TSL8467-B","price":399.0,"currency_code":"USD","in_stock":true},{"title":"화이트 가죽 \/ 광택 카본 파이버 \/ 아니요","offer_id":46413055328488,"sku":"TSL8467-glossy-A","price":459.0,"currency_code":"USD","in_stock":true},{"title":"화이트 가죽 \/ 광택 카본 파이버 \/ 예","offer_id":46413055492328,"sku":"TSL8467-glossy-B","price":459.0,"currency_code":"USD","in_stock":true},{"title":"화이트 가죽 \/ 무광 카본 파이버 \/ 아니요","offer_id":46413055525096,"sku":"TSL8467-matte-A","price":459.0,"currency_code":"USD","in_stock":true},{"title":"화이트 가죽 \/ 무광 카본 파이버 \/ 예","offer_id":46413055557864,"sku":"TSL8467-matte-B","price":459.0,"currency_code":"USD","in_stock":true},{"title":"블랙 가죽 \/ 아니요 \/ 아니요","offer_id":46413069517032,"sku":"TSL8468-A","price":399.0,"currency_code":"USD","in_stock":true},{"title":"블랙 가죽 \/ 아니요 \/ 예","offer_id":46413069549800,"sku":"TSL8468-B","price":399.0,"currency_code":"USD","in_stock":true},{"title":"블랙 가죽 \/ 광택 카본 파이버 \/ 아니요","offer_id":44312242454760,"sku":"TSL8468-glossy-A","price":459.0,"currency_code":"USD","in_stock":true},{"title":"블랙 가죽 \/ 광택 카본 파이버 \/ 예","offer_id":44312242487528,"sku":"TSL8468-glossy-B","price":459.0,"currency_code":"USD","in_stock":true},{"title":"블랙 가죽 \/ 무광 카본 파이버 \/ 아니요","offer_id":44312242520296,"sku":"TSL8468-matte-A","price":459.0,"currency_code":"USD","in_stock":true},{"title":"블랙 가죽 \/ 무광 카본 파이버 \/ 예","offer_id":44312242553064,"sku":"TSL8468-matte-B","price":459.0,"currency_code":"USD","in_stock":true},{"title":"알칸타라 \/ 아니요 \/ 아니요","offer_id":46413069451496,"sku":"TSL8472-A","price":399.0,"currency_code":"USD","in_stock":true},{"title":"알칸타라 \/ 아니요 \/ 예","offer_id":46413069484264,"sku":"TSL8472-B","price":399.0,"currency_code":"USD","in_stock":true},{"title":"알칸타라 \/ 광택 카본 파이버 \/ 아니요","offer_id":44357672108264,"sku":"TSL8472-glossy-A","price":459.0,"currency_code":"USD","in_stock":true},{"title":"알칸타라 \/ 광택 카본 파이버 \/ 예","offer_id":44357672141032,"sku":"TSL8472-glossy-B","price":459.0,"currency_code":"USD","in_stock":true},{"title":"알칸타라 \/ 무광 카본 파이버 \/ 아니요","offer_id":44357672173800,"sku":"TSL8472-matte-A","price":459.0,"currency_code":"USD","in_stock":true},{"title":"알칸타라 \/ 무광 카본 파이버 \/ 예","offer_id":44357672206568,"sku":"TSL8472-matte-B","price":459.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/custom-yoke-steering-wheel-replacement-for-tesla-model-s-x-2012-2020-345464.jpg?v=1751961653"},{"product_id":"round-steering-wheel-for-tesla-model-s-model-x","title":"TESERY 터치 혼 체크 무늬 원형 스티어링 휠 교체용, 테슬라 모델 S \/ X 2021-2023용","description":"\u003cdiv style=\"font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; border: 2px solid #0056B3; background-color: #f9f9f9; border-radius: 8px; padding: 25px; max-width: 800px; margin: 0 auto 30px auto; color: #333; line-height: 1.6; box-shadow: 0 4px 12px rgba(0,0,0,0.05);\"\u003e\n\u003cdiv style=\"text-align: center; border-bottom: 2px solid #e0e0e0; padding-bottom: 15px; margin-bottom: 20px;\"\u003e\n\u003ch2 style=\"color: #0056b3; margin: 0; font-size: 24px; text-transform: uppercase; font-weight: 800; letter-spacing: 0.5px;\"\u003e⚠️ 중요한 호환성 참고사항\u003c\/h2\u003e\n\u003cp style=\"font-weight: 600; font-size: 16px; margin-top: 8px; color: #444;\"\u003e\"Touch Horn\"이 있는 Model X \/ S 2021-2023 (초기\/중기) 전용입니다!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background-color: #fff; border: 1px solid #e0e0e0; padding: 20px; border-radius: 6px; box-shadow: 0 2px 4px rgba(0,0,0,0.02);\"\u003e\n\u003cp style=\"font-weight: bold; font-size: 18px; margin-top: 0; color: #0056b3; display: flex; align-items: center;\"\u003e\u003cspan style=\"background: #0056B3; color: #fff; width: 24px; height: 24px; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; font-size: 14px; margin-right: 10px;\"\u003e1\u003c\/span\u003e 주문 전 확인하세요\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 15px; color: #555;\"\u003e현재 스티어링 휠의 \u003cstrong\u003e오른쪽\u003c\/strong\u003e 버튼을 확인해 주세요:\u003c\/p\u003e\n\u003cul style=\"list-style: none; padding: 0; margin: 0;\"\u003e\n\u003cli style=\"background-color: #f5f5f5; padding: 15px; border-radius: 6px; margin-bottom: 12px; border: 1px solid #eee; border-left: 5px solid #666; opacity: 0.8;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center;\"\u003e\n\u003cspan style=\"font-size: 24px; margin-right: 15px;\"\u003e📷\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"font-weight: bold; color: #555;\"\u003e[CAMERA] 아이콘이 보이면:\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: #777;\"\u003e(신형 기계식 에어백 버전)\u003c\/div\u003e\n\u003cspan style=\"color: #666; font-weight: 800; font-size: 0.9em; text-transform: uppercase;\"\u003e❌ 구매 금지 - 호환되지 않음\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli style=\"background-color: #f0f8ff; padding: 15px; border-radius: 6px; border: 1px solid #d0e3ff; border-left: 5px solid #0056B3;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center;\"\u003e\n\u003cspan style=\"font-size: 24px; margin-right: 15px;\"\u003e🎺\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"font-weight: bold; color: #0056b3;\"\u003e[HORN] 아이콘이 보이면:\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px; color: #557092;\"\u003e(구형 터치 [HORN] 버전)\u003c\/div\u003e\n\u003cspan style=\"color: #0056b3; font-weight: 800; font-size: 0.9em; text-transform: uppercase;\"\u003e✅ 호환 가능 - 구매 가능\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 25px; background-color: #fff; border: 1px solid #e0e0e0; padding: 20px; border-radius: 6px; box-shadow: 0 2px 4px rgba(0,0,0,0.02);\"\u003e\n\u003ch3 style=\"font-size: 18px; margin-top: 0; margin-bottom: 15px; color: #0056b3; font-weight: bold; display: flex; align-items: center;\"\u003e\n\u003cspan style=\"background: #0056B3; color: #fff; width: 24px; height: 24px; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; font-size: 14px; margin-right: 10px;\"\u003e2\u003c\/span\u003e 설치 및 중앙 트림\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 15px 0; font-size: 15px; color: #444;\"\u003e저희 스티어링 휠은 라운드와 요크 스타일 모두에 맞지만, \u003cstrong\u003e중앙 트림\u003c\/strong\u003e 포함 여부는 원래 휠에 따라 다릅니다:\u003c\/p\u003e\n\u003cdiv style=\"background: #f0f8ff; padding: 15px; border-radius: 6px; border-left: 4px solid #0056B3; margin-bottom: 10px;\"\u003e\n\u003cstrong style=\"color: #0056b3; display: block; margin-bottom: 5px;\"\u003e🚗 원래 휠이 ROUND 휠인 경우:\u003c\/strong\u003e \u003cspan style=\"font-size: 14px; color: #555;\"\u003e중앙 트림 커버를 패키지에 \u003cstrong\u003e포함합니다\u003c\/strong\u003e.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f5f5f5; padding: 15px; border-radius: 6px; border-left: 4px solid #999; border: 1px solid #eee;\"\u003e\n\u003cstrong style=\"color: #555; display: block; margin-bottom: 5px;\"\u003e🕹️ 원래 휠이 YOKE 휠인 경우:\u003c\/strong\u003e \u003cspan style=\"font-size: 14px; color: #555;\"\u003e중앙 트림은 \u003cstrong\u003e포함하지 않습니다\u003c\/strong\u003e. 최적의 적합을 위해 원래 OEM 중앙 트림을 이전하여 재사용할 것을 권장합니다.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 15px; font-size: 13px; color: #888; text-align: center;\"\u003e*참고: 에어백 및 에어백 커버는 포함되어 있지 않습니다. 원래 에어백을 교체하여 사용하세요.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 25px; padding-top: 15px; border-top: 1px solid #e0e0e0; font-size: 14px; background-color: #fff; padding: 20px; border-radius: 6px; border: 1px solid #e0e0e0; box-shadow: 0 2px 4px rgba(0,0,0,0.02);\"\u003e\n\u003cp style=\"font-weight: bold; margin-top: 0; color: #0056b3; font-size: 16px;\"\u003e🎨 개인 맞춤 지원\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 10px; color: #444;\"\u003e맞춤 주문을 지원합니다! 결제 시 메모를 남기거나 저희에게 연락해 주세요:\u003c\/p\u003e\n\u003cul style=\"margin-bottom: 15px; padding-left: 20px; color: #555;\"\u003e\n\u003cli style=\"margin-bottom: 5px;\"\u003e\n\u003cstrong\u003e이메일:\u003c\/strong\u003e \u003ca href=\"mailto:market@tesery.com\" style=\"color: #0056b3; text-decoration: underline; font-weight: bold;\"\u003emarket@tesery.com\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWhatsApp:\u003c\/strong\u003e \u003ca href=\"https:\/\/wa.me\/8618566703079\" style=\"color: #0056b3; text-decoration: none; font-weight: bold;\"\u003e+86 185 6670 3079\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-top: 15px; font-style: italic; color: #666; border-top: 1px solid #eee; padding-top: 10px;\"\u003e더 개인화된 옵션을 원하시면 전체 \u003ca style=\"color: #0056b3; text-decoration: underline; font-weight: bold;\" title=\"Tesla Steering Wheel\" href=\"https:\/\/www.tesery.com\/collections\/tesla-steering-wheel\" target=\"_blank\"\u003eTesla Steering Wheel\u003c\/a\u003e 컬렉션을 확인해 주세요.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"\"Touch Horn\"이 있는 2021-2023년형 Model S \/ X에만 적합합니다 \/ 프리미엄 가죽 \/ 아니요","offer_id":44314535067880,"sku":"TSL8478-S-A","price":539.0,"currency_code":"USD","in_stock":true},{"title":"\"Touch Horn\"이 있는 2021-2023년형 Model S \/ X에만 적합합니다 \/ 프리미엄 가죽 \/ 예","offer_id":44314535100648,"sku":"TSL8478-S-B","price":539.0,"currency_code":"USD","in_stock":true},{"title":"\"Touch Horn\"이 있는 2021-2023년형 Model S \/ X에만 적합합니다 \/ 광택 카본 파이버 \/ 아니요","offer_id":47052781289704,"sku":"TSL8478-glossy-A","price":599.0,"currency_code":"USD","in_stock":true},{"title":"\"Touch Horn\"이 있는 2021-2023년형 Model S \/ X에만 적합합니다 \/ 광택 카본 파이버 \/ 예","offer_id":47052781322472,"sku":"TSL8478-glossy-B","price":599.0,"currency_code":"USD","in_stock":true},{"title":"\"Touch Horn\"이 있는 2021-2023년형 Model S \/ X에만 적합합니다 \/ 무광 카본 파이버 \/ 아니요","offer_id":47052781355240,"sku":"TSL8478-matte-A","price":599.0,"currency_code":"USD","in_stock":true},{"title":"\"Touch Horn\"이 있는 2021-2023년형 Model S \/ X에만 적합합니다 \/ 무광 카본 파이버 \/ 예","offer_id":47052781388008,"sku":"TSL8478-matte-B","price":599.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/plaid-round-steering-wheel-replacement-for-tesla-model-s-x-2021-2025-627612.jpg?v=1740438657"},{"product_id":"carbon-fiber-center-console-trim-panel-for-tesla-model-y","title":"Model Y 2021-2025.03용 리얼 드라이 카본 파이버 센터 콘솔 트림 패널","description":"\u003ch2 style=\"text-align: center;\"\u003eTesla Model Y용 카본 파이버 센터 콘솔 트림 패널\u003c\/h2\u003e\n\u003cp\u003e이 카본 파이버 센터 콘솔 트림 패널로 Tesla Model Y 2021-2024의 외관과 느낌을 향상시키세요. 내구성 있는 카본 파이버로 정성스럽게 제작되어 가볍지만 매우 강하고 색 바램이나 변색에 강합니다. 이 트림 패널의 세련된 디자인과 차량에 더해질 고급스러움을 즐기세요.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e내부를 업그레이드하세요 \u003ca rel=\"noopener\" title=\"Tesla carbon fiber accessories\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003eTesla 탄소 섬유 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2\u003e특징\u003c\/h2\u003e\n\u003cp\u003e【외관 형태】이 광택 카본 파이버 센터 콘솔 전체 커버 페이시아로 완성된 외관을 얻으세요. 이 페이시아는 Model Y에 정확히 맞도록 정밀 설계되었습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003e【\u003c\/span\u003e정품 카본 파이버\u003cspan data-mce-fragment=\"1\"\u003e】\u003c\/span\u003e Model Y 센터 콘솔에 맞게 정밀 설계된 실제 광택 카본 파이버 트림입니다.\u003c\/p\u003e\n\u003cp\u003e【콘솔 보호】원래 콘솔이 긁힘과 흠집 없이 유지됩니다\u003c\/p\u003e\n\u003cp\u003e【독특한 외관】Tesla Model Y에 완전히 독특한 외관을 부여하여 일반 플라스틱 커버와 비교할 수 없게 만듭니다.\u003c\/p\u003e\n\u003cp\u003e【정밀한 맞춤】실제 사용 오차를 고려하여 꼭 맞게 제작됨\u003c\/p\u003e\n\u003ch2\u003e사양\u003c\/h2\u003e\n\u003cp\u003e모델: Tesla Model Y \u003cbr\u003e\u003cbr\u003e부피 :99*38*27cm\u003c\/p\u003e\n\u003ch2\u003e패키지\u003c\/h2\u003e\n\u003cp\u003e1 * \u003cspan\u003eC\u003c\/span\u003e\u003cspan\u003earbon fiber Center console trim panel\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003efor Model Y\u003c\/p\u003e\n\u003ch2\u003e배송\u003c\/h2\u003e\n\u003cp\u003e상품이 완벽한 상태로 설치 준비가 되어 고객님께 도착할 수 있도록 모든 노력을 기울이고 있습니다.\u003c\/p\u003e\n\u003cp\u003e만약 당신이 우리 \u003cspan\u003eC\u003c\/span\u003e\u003cspan\u003earbon fiber air knife fender\u003c\/span\u003e를 좋아한다면, 장바구니에 추가하고 지금 구매하세요. 주문 금액이 $149 이상일 경우 전 세계 어느 도시로든 무료 배송해 드립니다.\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"매트","offer_id":44443224768744,"sku":"TSL3631-B","price":380.0,"currency_code":"USD","in_stock":true},{"title":"광택 있는","offer_id":44443224735976,"sku":"TSL3631-A","price":380.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/carbon-fiber-center-console-trim-panel-for-tesla-model-y-2021-2024-406171.jpg?v=1730559698"},{"product_id":"carbon-fiber-steering-wheel-cover","title":"모델 S\/X 2021+용 카본 파이버 요크 스티어링 휠 트림 패널 커버","description":"\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003e인테리어 업그레이드 \u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" title=\"Tesla carbon fiber accessories\" rel=\"noopener\" target=\"_blank\"\u003e테슬라 카본 파이버 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2\u003e특징\u003c\/h2\u003e\n\u003cp\u003e【호환 차량】고품질 카본 파이버로 제작된 저희 Tesla Model S\/X 2021+용 스티어링 휠 커버는 안전한 운전을 위한 확실한 그립감을 제공합니다. 이 커버는 가볍고 다용도로 편안한 운전 경험을 제공합니다.\u003c\/p\u003e\n\u003cp\u003e【엄선된 소재와 고품질】진짜 카본 파이버 소재를 엄격히 선별하였으며, 카본 파이버는 비산화 환경에서의 고온 저항성, 우수한 내식성, 뛰어난 X선 투과성, 우수한 열전도성 및 뛰어난 전자기 차폐 성능을 갖추고 있습니다.\u003c\/p\u003e\n\u003cp\u003e【상품 설명】스티어링 휠 커버, 차량 내부 장식 액세서리. 설치 후 원래 차량의 등급이 즉시 업그레이드되고 구성도 즉시 향상되어 원래 차량을 더 잘 보호하고 긁힘과 마모를 방지할 수 있습니다.\u003c\/p\u003e\n\u003cp\u003e【품질 서비스】구매 전에 차량에 적합한지 확인하시고 언제든지 저희에게 연락할 수 있습니다. 포장이나 설치 과정에 문제가 있으면 연락해 주세요. 제품에 불만족하시면 30일 이내에 반품할 수 있도록 연락해 주세요.\u003c\/p\u003e\n\u003cp\u003e【설치가 쉬움】뒷면에 자동 3M 테이프가 부착된 붙이는 방식으로, 떼어내고 바로 설치할 수 있습니다. 견고하고 안정적이며, 아름답고 보호 기능이 있어 노화를 방지하고 등급을 향상시킵니다. 팁: 설치 후 48시간 이내에 액체와 접촉하지 않도록 하는 것이 좋으며, 이는 단단히 고정되도록 보장합니다.\u003c\/p\u003e\n\u003ch2\u003e사양\u003c\/h2\u003e\n\u003cp\u003e모델: Tesla Model S \/X 2021+ (요크 스티어링 휠용)\u003cbr\u003e\u003cbr\u003e부피 :35*23*4cm\u003c\/p\u003e\n\u003ch2\u003e패키지\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cb\u003e1 *\u003c\/b\u003e\u003c\/strong\u003e 카본 파이버 스티어링 휠 커버\u003cstrong\u003e\u003cb\u003e \u003c\/b\u003e\u003c\/strong\u003eModel X\/S용\u003c\/p\u003e\n\u003ch2\u003e배송\u003c\/h2\u003e\n\u003cp\u003e상품이 완벽한 상태로 설치 준비가 되어 고객님께 도착할 수 있도록 모든 노력을 기울이고 있습니다.\u003c\/p\u003e\n\u003cp\u003e저희 카본 파이버 스티어링 휠 커버가 마음에 드신다면 장바구니에 담아 지금 구매하세요. 주문 금액이 $149 이상일 경우 전 세계 어느 도시로든 무료 배송해 드립니다.\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"밝은 카본 (요크 스티어링 휠용)","offer_id":44456684290280,"sku":"TSL3820","price":149.99,"currency_code":"USD","in_stock":true},{"title":"무광 카본 (요크 스티어링 휠용)","offer_id":44456684323048,"sku":"TSL3820-matte","price":149.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/carbon-fiber-steering-wheel-trim-panel-cover-for-model-sx-2021-548419.jpg?v=1741092705"},{"product_id":"carbon-fiber-center-console-trim-panel","title":"모델 S\/X 2022+용 카본 파이버 센터 콘솔 트림 패널","description":"\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003e\u003cb\u003e\u003cspan\u003e내부를 업그레이드하세요 \u003ca rel=\"noopener\" title=\"Tesla carbon fiber accessories\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003eTesla 탄소 섬유 액세서리\u003c\/a\u003e\u003c\/span\u003e\u003c\/b\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003e\u003cb\u003e\u003cspan\u003e특징\u003c\/span\u003e\u003c\/b\u003e\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e【외관 형태】 이 광택 카본 파이버 센터 콘솔 전체 커버 페이시아로 완성된 외관을 얻으세요. 이 페이시아는 Model S\/X에 정확히 맞도록 정밀 설계되었습니다.\u003c\/p\u003e\n\u003cp\u003e【정품 카본 파이버】 Model S\/X 센터 콘솔에 맞게 정밀 설계된 진짜 광택 카본 파이버 트림입니다.\u003c\/p\u003e\n\u003cp\u003e【콘솔 보호】원래 콘솔이 긁힘과 흠집 없이 유지됩니다\u003c\/p\u003e\n\u003cp\u003e【독특한 외관】 Tesla Model S\/X에 완전히 독특한 외관을 부여하여 일반 플라스틱 커버와 비교할 수 없게 만듭니다.\u003c\/p\u003e\n\u003cp\u003e【정밀한 맞춤】실제 사용 오차를 고려하여 꼭 맞게 제작됨\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003e\u003cb\u003e\u003cspan\u003e사양\u003c\/span\u003e\u003c\/b\u003e\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e모델: Tesla Model S \/X\u003cbr\u003e\u003cbr\u003e부피 :89*31*14cm\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003e\u003cb\u003e\u003cspan\u003e패키지\u003c\/span\u003e\u003c\/b\u003e\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cb\u003e1 *\u003c\/b\u003e\u003c\/strong\u003e\u003cspan\u003e카본 파이버 센터 콘솔 트림 패널\u003c\/span\u003e Model X\/S 2022+용\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003e\u003cb\u003e\u003cspan\u003e배송\u003c\/span\u003e\u003c\/b\u003e\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e상품이 완벽한 상태로 설치 준비가 되어 고객님께 도착할 수 있도록 모든 노력을 기울이고 있습니다.\u003c\/p\u003e\n\u003cp\u003e만약 당신이 우리의 \u003cspan\u003e카본 파이버 센터 콘솔 트림 패널\u003c\/span\u003e을 좋아한다면, 장바구니에 추가하고 지금 구매하세요. 주문 금액이 $149 이상일 경우 전 세계 어느 도시로든 무료 배송해 드립니다.\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"광택 카본","offer_id":44488037499112,"sku":"TSL3823","price":439.0,"currency_code":"USD","in_stock":true},{"title":"무광 카본","offer_id":44488037531880,"sku":"TSL3823-matte","price":439.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/carbon-fiber-center-console-trim-panel-for-model-sx-2022-155106.webp?v=1735991692"},{"product_id":"dry-carbon-fiber-charging-board","title":"테슬라 모델 S\/X 2022-2025용 드라이 카본 파이버 충전 보드","description":"\u003ch4 style=\"text-align: center;\"\u003e\n\u003cstrong\u003e\u003cb\u003e\u003cspan\u003eTesla Model용 드라이 카본 파이버 충전 보드  \u003c\/span\u003e\u003c\/b\u003e\u003c\/strong\u003e\u003cstrong\u003e\u003cb\u003e\u003cspan\u003eS\/X \u003c\/span\u003e\u003c\/b\u003e\u003c\/strong\u003e\u003cstrong\u003e\u003cb\u003e\u003cspan\u003e2022\u003c\/span\u003e\u003c\/b\u003e\u003c\/strong\u003e\u003cstrong\u003e\u003cb\u003e\u003cspan\u003e-2025\u003c\/span\u003e\u003c\/b\u003e\u003c\/strong\u003e\n\u003c\/h4\u003e\n\u003cp\u003e이 드라이 카본 파이버 충전 보드는 가볍고 내구성 있는 충전 옵션을 찾는 Tesla Model S\/X 2021+ 소유자에게 이상적인 업그레이드입니다. 우수한 강도 대 중량 비율로 뛰어난 내식성을 제공하여 신뢰할 수 있고 오래 지속되는 선택입니다.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e내부를 업그레이드하세요 \u003ca rel=\"noopener\" title=\"Tesla carbon fiber accessories\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003eTesla 탄소 섬유 액세서리\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003e\u003cb\u003e\u003cspan\u003e특징\u003c\/span\u003e\u003c\/b\u003e\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e【모델 선택】2022-2025 신형 모델 S\/X용\u003c\/p\u003e\n\u003cp\u003e【편안함】원래 차량 오픈 몰드, 데이터 적합\u003c\/p\u003e\n\u003cp\u003e【외관】차량의 등급과 질감을 향상\u003c\/p\u003e\n\u003cp\u003e【기능】효과적으로 스크래치를 방지하고, 긴 수명, 낮은 프로파일의 고급스러움\u003c\/p\u003e\n\u003cp\u003e【사용】스크래치 방지 및 내구성, 지속적인 보호 제공\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003e\u003cb\u003e\u003cspan\u003e사양\u003c\/span\u003e\u003c\/b\u003e\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e모델: Tesla Model S \/X\u003cbr\u003e\u003cbr\u003e부피 :34*26*10cm\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003e\u003cb\u003e\u003cspan\u003e패키지\u003c\/span\u003e\u003c\/b\u003e\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cb\u003e1 *\u003c\/b\u003e\u003c\/strong\u003e\u003cspan\u003e드라이 카본 파이버 충전 보드\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003e2022-2025 모델 X\/S용\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003e\u003cb\u003e\u003cspan\u003e배송\u003c\/span\u003e\u003c\/b\u003e\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e상품이 완벽한 상태로 설치 준비가 되어 고객님께 도착할 수 있도록 모든 노력을 기울이고 있습니다.\u003c\/p\u003e\n\u003cp\u003e만약 당신이 우리의 \u003cspan\u003e드라이 카본 파이버 충전 보드\u003c\/span\u003e를 좋아한다면, 장바구니에 추가하고 지금 구매하세요. 주문 금액이 $149 이상일 경우 전 세계 어느 도시로든 무료 배송해 드립니다.\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"광택 카본","offer_id":44488361738472,"sku":"TSL3819","price":139.99,"currency_code":"USD","in_stock":true},{"title":"무광 카본","offer_id":44488361771240,"sku":"TSL3819-matte","price":134.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/dry-carbon-fiber-charging-board-for-tesla-model-sx-2022-2025-535128.jpg?v=1741092699"},{"product_id":"cmst-carbon-fiber-rear-spoiler-for-tesla-model-y","title":"TESERY 카본 파이버 리어 스포일러 테슬라 모델 Y용","description":"\u003ch2\u003eTESERY×CMST Tesla Model Y 카본 파이버 리어 스포일러 Ver.1\u003c\/h2\u003e\n\u003cp\u003eTESERY×CMST 카본 파이버 리어 스포일러 Ver.1으로 Tesla Model Y를 궁극의 모터스포츠 영감 업그레이드로 끌어올리세요. 이 프리미엄 콜라보레이션은 CMST의 검증된 트랙 디자인 전문성과 Tesery의 품질에 대한 헌신을 결합하여 기능성과 아름다움을 모두 갖춘 스포일러를 제공합니다. 정통 카본 파이버로 제작되었으며 다양한 마감 옵션을 갖춘 이 제품은 최고의 품질을 요구하는 열정가들을 위한 선택입니다.\u003c\/p\u003e\n\u003ch3\u003e왜 TESERY×CMST Ver.1을 선택해야 하나요?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCMST 모터스포츠 헤리티지\u003c\/strong\u003e - 트랙 검증된 공기역학 부품으로 유명한 CMST가 설계\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e100% 진짜 카본 파이버\u003c\/strong\u003e - 정통 3K 직조 또는 단조 카본 파이버 구조\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e트랙 영감 디자인\u003c\/strong\u003e - 모터스포츠 DNA에서 비롯된 공격적이고 성능 지향적인 스타일링\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e3가지 프리미엄 마감\u003c\/strong\u003e - 광택 3K 직조, 무광 3K 직조, 또는 단조 카본 패턴\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e최대 다운포스\u003c\/strong\u003e - 고속 안정성을 위한 향상된 공기역학\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e자외선 차단 클리어코트\u003c\/strong\u003e - 다층 UV 보호로 변색과 퇴색 방지\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e경량 성능\u003c\/strong\u003e - 공기역학 효율을 극대화하면서 무게 감소\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e독점 디자인\u003c\/strong\u003e - 한정판 TESERY×CMST 콜라보레이션 제품\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eCMST란 무엇인가요?\u003c\/h3\u003e\n\u003cp\u003eCMST(Carbon Motors Sport Tuning)는 고성능 카본 파이버 공기역학 부품의 세계적으로 유명한 제조업체입니다. 모터스포츠에 뿌리를 두고 트랙 검증된 디자인으로 명성을 쌓은 CMST 제품은 전 세계의 진지한 애호가와 프로 레이서들이 선택하는 브랜드입니다. Ver.1 스포일러는 그들의 시그니처 Model Y 공기역학 개발을 대표합니다.\u003c\/p\u003e\n\u003ch3\u003eVer.1 디자인 특징\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e✅ \u003cstrong\u003e공격적인 프로필\u003c\/strong\u003e - 대담하고 모터스포츠에서 영감을 받은 윙 디자인\u003c\/li\u003e\n\u003cli\u003e✅ \u003cstrong\u003e향상된 다운포스\u003c\/strong\u003e - 최대 고속 안정성을 위해 최적화됨\u003c\/li\u003e\n\u003cli\u003e✅ \u003cstrong\u003e트랙 검증된 기하학\u003c\/strong\u003e - 실제 레이싱 경험을 통해 개발됨\u003c\/li\u003e\n\u003cli\u003e✅ \u003cstrong\u003e프리미엄 미학\u003c\/strong\u003e - 시선을 사로잡는 대표작\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e재질 및 마감 옵션\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003e재질: UV 보호 클리어코트가 적용된 진짜 카본 파이버\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e사용 가능한 마감:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e3K (2x2) 직조 패턴 - 광택 클리어 코트\u003c\/strong\u003e (기본) - 고광택 마감의 클래식 카본 파이버 직조\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e3K (2x2) 직조 패턴 - 무광 클리어 코트\u003c\/strong\u003e (+10%) - 절제된 고급스러움을 위한 세련된 무광 마감\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e단조 카본 패턴 - 광택 클리어 코트\u003c\/strong\u003e (+20%) - 궁극의 독창성을 위한 독특한 대리석 무늬\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003e가격 구조:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e기본 가격 (광택 3K 직조): $580.00\u003c\/li\u003e\n\u003cli\u003e무광 마감: +10% ($638.00)\u003c\/li\u003e\n\u003cli\u003e단조 패턴: +20% ($696.00)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e기술 사양\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e재질\u003c\/strong\u003e: 100% 진짜 카본 파이버 (3K 직조 또는 단조 패턴)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e마감 옵션\u003c\/strong\u003e: 광택 3K, 무광 3K, 단조 카본 (광택)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e적합 차량\u003c\/strong\u003e: Tesla Model Y 2020-2024 (pre-Juniper)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e설치 방법\u003c\/strong\u003e: 3M VHB 접착 테이프 (포함)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e자외선 차단\u003c\/strong\u003e: 다층 UV 저항 클리어 코팅\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e디자인 출처\u003c\/strong\u003e: CMST 모터스포츠 엔지니어링\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e모델 Y 카본 파이버 업그레이드를 완성하세요\u003c\/h3\u003e\n\u003cp\u003e이 CMST Ver.1 스포일러를 다른 프리미엄 \u003ca rel=\"noopener\" title=\"Tesla Spoilers Collection\" href=\"\/collections\/tesla-spoilers\" target=\"_blank\"\u003e테슬라 스포일러\u003c\/a\u003e 및 \u003ca rel=\"noopener\" title=\"Carbon Fiber Accessories\" href=\"\/collections\/tesla-model-s-3-x-y-carbon-fiber\" target=\"_blank\"\u003e카본 파이버 액세서리\u003c\/a\u003e와 함께 매치하여 통일감 있는 트랙 영감 룩을 연출하세요.\u003c\/p\u003e\n\u003ch3\u003e설치 지침\u003c\/h3\u003e\n\u003col\u003e\n\u003cli\u003e\n\u003cstrong\u003e준비\u003c\/strong\u003e: 이소프로필 알코올로 트렁크 표면을 철저히 청소하세요. 왁스, 오일 또는 이물질을 제거하세요. 표면이 완전히 건조되었는지 확인하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e온도 확인\u003c\/strong\u003e: 최적의 접착 성능을 위해 15-30°C (59-86°F) 사이의 온도에서 설치하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e맞춤 테스트\u003c\/strong\u003e: 접착 뒷면을 제거하지 않고 스포일러를 위치시켜 올바른 정렬을 확인하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e열 활성화\u003c\/strong\u003e: 3M VHB 테이프를 헤어 드라이어로 30-60초간 부드럽게 가열하세요 (40°C\/104°F를 초과하지 마십시오).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e정렬 및 설치\u003c\/strong\u003e: 접착 뒷면을 제거하고 스포일러를 신중히 위치시켜 완벽한 정렬을 보장하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e압력 가하기\u003c\/strong\u003e: 스포일러 전체 표면에 고르게 60초간 단단히 눌러주세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e고정\u003c\/strong\u003e: 처음 24시간 동안 페인터스 테이프로 스포일러를 고정하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e경화 시간\u003c\/strong\u003e: 접착제가 완전히 경화되도록 48-72시간 기다린 후 세차나 고속 주행을 하세요.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003ch3\u003e관리 및 유지보수\u003c\/h3\u003e\n\u003cp\u003eCMST Ver.1 스포일러의 프리미엄 마감을 유지하세요:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e✅ pH 중성 자동차 세제와 부드러운 마이크로화이버 천으로 세척\u003c\/li\u003e\n\u003cli\u003e✅ 최대 자외선 차단을 위해 6개월마다 세라믹 코팅 적용\u003c\/li\u003e\n\u003cli\u003e✅ 설치 후 첫 7일간은 자동 세차를 피하세요\u003c\/li\u003e\n\u003cli\u003e✅ 접착 상태를 주기적으로 점검, 특히 트랙 사용 후에\u003c\/li\u003e\n\u003cli\u003e✅ 권장: 트랙 사용 시 페인트 보호 필름(PPF) 적용\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e품질 보증\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003e카본 파이버 진품성\u003c\/strong\u003e: 이 CMST Ver.1 스포일러는 100% 진짜 카본 파이버를 수작업으로 제작했습니다. 3K 직조 또는 단조 카본의 미세한 패턴 차이는 정상이며 진품 제작을 보여줍니다.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e자외선 차단\u003c\/strong\u003e: 다층 UV 저항 클리어 코팅 적용. 적절한 관리(세라믹 코팅 권장) 시 스포일러의 외관을 수년간 유지할 수 있습니다. 보증 기간은 1년입니다.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCMST 품질 기준\u003c\/strong\u003e: 공식 TESERY×CMST 협업 제품으로 CMST의 엄격한 모터스포츠 등급 품질 기준을 충족합니다.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e반품 정책 안내\u003c\/strong\u003e: 접착 뒷면이 제거되면 제품은 사용된 것으로 간주됩니다. 설치 전에 반드시 시범 장착을 충분히 해주세요.\u003c\/p\u003e\n\u003ch3\u003e왜 TESERY×CMST를 선택해야 하나요?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e모터스포츠 유산\u003c\/strong\u003e - CMST의 트랙 검증 디자인 전문성\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e정품 소재\u003c\/strong\u003e - 100% 진짜 카본 파이버, 절대 유리섬유 아님\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e프리미엄 마감\u003c\/strong\u003e - 독점 단조 카본을 포함한 3가지 마감 옵션\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e트랙 검증 디자인\u003c\/strong\u003e - 실제 레이싱 경험을 통해 개발됨\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e자외선 차단\u003c\/strong\u003e - 다층 코팅으로 변색 방지\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e품질 보증\u003c\/strong\u003e - CMST 모터스포츠 등급 기준 충족\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e무료 배송\u003c\/strong\u003e - $149 이상 주문 시\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003e테슬라 모델 Y에 궁극의 모터스포츠 영감을 받은 업그레이드를 준비하셨나요?\u003c\/strong\u003e 오늘 TESERY×CMST 카본 파이버 리어 스포일러 Ver.1을 주문하고 트랙 검증된 성능, 독점 디자인, 타협 없는 품질을 경험하세요!\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e*카본 파이버 부품의 기본 가격은 3K (2x2) 직조 패턴 카본 파이버에 광택 클리어 코팅 마감 기준입니다.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e단조 패턴 +20%, 매트 마감 +10%. 추가 비용은 별도 청구됩니다.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"선택하세요","offer_id":44518126223592,"sku":"","price":550.0,"currency_code":"USD","in_stock":true},{"title":"광택 있는","offer_id":44518115016936,"sku":"TSL4008-glossy","price":550.0,"currency_code":"USD","in_stock":true},{"title":"매트","offer_id":44518115049704,"sku":"TSL4008-matte","price":570.0,"currency_code":"USD","in_stock":true},{"title":"단조","offer_id":44523113513192,"sku":"TSL4008-forged","price":590.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/tesery-carbon-fiber-rear-spoiler-for-tesla-model-y-822826.jpg?v=1741092700"},{"product_id":"cmst-carbon-fiber-front-lip-for-tesla-model-y-1","title":"TESERY 카본 파이버 프론트 립 Ver.2 테슬라 모델 Y용","description":"\u003cp\u003e\u003cstrong\u003eTESERY 카본 파이버 프론트 립 Ver.2 for Tesla Model Y 2020-2024\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2\u003e\n\u003cstrong\u003e재질 \u0026amp; 마감\u003c\/strong\u003e\u003cbr\u003e\n\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eUV 보호 클리어코트가 적용된 진짜 탄소 섬유\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cbr\u003e\u003cstrong\u003e*탄소 섬유 부품의 기본 가격은 3k (2x2) 직조 패턴 탄소 섬유에 광택 클리어 코트 마감 기준입니다.\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e단조 패턴 +20%, 무광 마감 +10% 추가 비용은 별도로 청구됩니다.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"모델 Y 2020-2024 \/ 글로시 카본 파이버","offer_id":44870726222056,"sku":"TSL4062-glossy","price":1280.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2024 \/ 무광 카본 파이버","offer_id":44870726254824,"sku":"TSL4062-matte","price":1389.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2024 \/ 포지드 카본 파이버","offer_id":44870729695464,"sku":"TSL4062-forged","price":1496.0,"currency_code":"USD","in_stock":true},{"title":"모델 Y 2020-2024 \/ 포지드 매트 카본 파이버","offer_id":44870726287592,"sku":"TSL4062-matte forged","price":1496.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/tesery-carbon-fiber-front-lip-ver2-for-tesla-model-y-812999.jpg?v=1741092693"},{"product_id":"cmst-tesla-model-3-carbon-fiber-rear-spoiler-ver-3","title":"TESERY 테슬라 모델 3 카본 파이버 리어 스포일러 버전 3","description":"\u003ch2\u003eTESERY×CMST Tesla Model 3 카본 파이버 리어 스포일러 Ver.3\u003c\/h2\u003e\n\u003cp\u003eTESERY×CMST 카본 파이버 리어 스포일러 Ver.3로 당신의 Tesla Model 3를 궁극의 모터스포츠 영감을 받은 업그레이드로 끌어올리세요. 이 프리미엄 협업은 CMST의 트랙에서 검증된 디자인 전문성과 Tesery의 품질에 대한 헌신을 결합하여 기능성과 아름다움을 모두 갖춘 스포일러를 제공합니다. 진정한 카본 파이버로 제작되었으며 다양한 마감 옵션을 제공하여 최고의 품질을 요구하는 애호가들에게 완벽한 선택입니다.\u003c\/p\u003e\n\u003cp\u003e\u003ciframe title=\"This Spoiler Changed My Model 3 Forever – Real Forged Carbon Fiber Installation \u0026amp; Review!\" src=\"https:\/\/www.youtube.com\/embed\/3EJEGyIr9mk\" style=\"width: 100%; aspect-ratio: 16 \/ 9;\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003ch3\u003e왜 TESERY×CMST Ver.3를 선택해야 할까요?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCMST 모터스포츠 헤리티지\u003c\/strong\u003e - 트랙 검증된 공기역학 부품으로 유명한 CMST가 설계\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e100% 진짜 카본 파이버\u003c\/strong\u003e - 정통 3K 직조 또는 단조 카본 파이버 구조\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e트랙 영감 디자인\u003c\/strong\u003e - 모터스포츠 DNA에서 비롯된 공격적이고 성능 지향적인 스타일링\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e3가지 프리미엄 마감\u003c\/strong\u003e - 광택 3K 직조, 무광 3K 직조, 또는 단조 카본 패턴\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e최대 다운포스\u003c\/strong\u003e - 고속 안정성을 위한 향상된 공기역학\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e자외선 차단 클리어코트\u003c\/strong\u003e - 다층 UV 보호로 변색과 퇴색 방지\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e경량 성능\u003c\/strong\u003e - 공기역학 효율을 극대화하면서 무게 감소\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e독점 디자인\u003c\/strong\u003e - 한정판 TESERY×CMST 콜라보레이션 제품\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eCMST란 무엇인가요?\u003c\/h3\u003e\n\u003cp\u003eCMST(Carbon Motors Sport Tuning)는 고성능 카본 파이버 공기역학 부품의 세계적으로 유명한 제조업체입니다. 모터스포츠에서 시작되어 트랙에서 검증된 디자인으로 명성을 쌓아온 CMST 제품은 전 세계의 진지한 애호가와 프로 레이서들이 선택하는 제품입니다. Ver.3 스포일러는 그들의 Model 3 공기역학 개발의 최신 진화를 대표합니다.\u003c\/p\u003e\n\u003ch3\u003eVer.3 디자인 특징\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e✅ \u003cstrong\u003e공격적인 프로필\u003c\/strong\u003e - 대담하고 모터스포츠에서 영감을 받은 윙 디자인\u003c\/li\u003e\n\u003cli\u003e✅ \u003cstrong\u003e향상된 다운포스\u003c\/strong\u003e - 최대 고속 안정성을 위해 최적화됨\u003c\/li\u003e\n\u003cli\u003e✅ \u003cstrong\u003e트랙 검증된 기하학\u003c\/strong\u003e - 실제 레이싱 경험을 통해 개발됨\u003c\/li\u003e\n\u003cli\u003e✅ \u003cstrong\u003e프리미엄 미학\u003c\/strong\u003e - 시선을 사로잡는 대표작\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e재질 및 마감 옵션\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003e재질: UV 보호 클리어코트가 적용된 진짜 카본 파이버\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e사용 가능한 마감:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e3K (2x2) 직조 패턴 - 광택 클리어 코트\u003c\/strong\u003e (기본) - 고광택 마감의 클래식 카본 파이버 직조\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e3K (2x2) 직조 패턴 - 무광 클리어 코트\u003c\/strong\u003e (+10%) - 절제된 고급스러움을 위한 세련된 무광 마감\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e단조 카본 패턴 - 광택 클리어 코트\u003c\/strong\u003e (+20%) - 궁극의 독창성을 위한 독특한 대리석 무늬\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e기술 사양\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e재질\u003c\/strong\u003e: 100% 진짜 카본 파이버 (3K 직조 또는 단조 패턴)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e마감 옵션\u003c\/strong\u003e: 광택 3K, 무광 3K, 단조 카본 (광택)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e적합 차종\u003c\/strong\u003e: 테슬라 모델 3 2017-2023 (하이랜드 이전)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e설치 방법\u003c\/strong\u003e: 3M VHB 접착 테이프 (포함)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e자외선 차단\u003c\/strong\u003e: 다층 UV 저항 클리어 코팅\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e디자인 출처\u003c\/strong\u003e: CMST 모터스포츠 엔지니어링\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e모델 3 스포일러 옵션 비교\u003c\/h3\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; margin: 20px 0;\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: #f5f7fa;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; border: 1px solid #ddd;\"\u003e모델\u003c\/th\u003e\n\u003cth style=\"padding: 12px; text-align: left; border: 1px solid #ddd;\"\u003e디자인\u003c\/th\u003e\n\u003cth style=\"padding: 12px; text-align: left; border: 1px solid #ddd;\"\u003e최적 용도\u003c\/th\u003e\n\u003cth style=\"padding: 12px; text-align: left; border: 1px solid #ddd;\"\u003e가격\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 12px; border: 1px solid #ddd;\"\u003e\u003cstrong\u003eCMST Ver.3\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border: 1px solid #ddd;\"\u003e✅ 트랙 영감, 공격적 스타일\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border: 1px solid #ddd;\"\u003e✅ 애호가, 트랙 사용 적합\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border: 1px solid #ddd;\"\u003e$460-$552\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #f9f9f9;\"\u003e\n\u003ctd style=\"padding: 12px; border: 1px solid #ddd;\"\u003e\u003ca href=\"\/products\/model-3-model-y-performance-spoiler\" target=\"_blank\" rel=\"noopener\"\u003e퍼포먼스 스타일\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border: 1px solid #ddd;\"\u003eOEM 영감을 받은 균형 잡힌 디자인\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border: 1px solid #ddd;\"\u003e일상 운전자용\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border: 1px solid #ddd;\"\u003e$209\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 12px; border: 1px solid #ddd;\"\u003e\u003ca href=\"\/products\/model-3-y-carbon-fiber-spoiler-dc-style\" target=\"_blank\" rel=\"noopener\"\u003eDC-스타일\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border: 1px solid #ddd;\"\u003e은은하고 더 좁은 디자인\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border: 1px solid #ddd;\"\u003e미니멀리스트 빌드\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border: 1px solid #ddd;\"\u003e$279\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #f9f9f9;\"\u003e\n\u003ctd style=\"padding: 12px; border: 1px solid #ddd;\"\u003e\u003ca href=\"\/products\/new-release-cmst-tesla-model-3-carbon-fiber-rear-spoiler-ver-4\" target=\"_blank\" rel=\"noopener\"\u003eCMST Ver.4\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border: 1px solid #ddd;\"\u003e차세대 공격적 스타일\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border: 1px solid #ddd;\"\u003e궁극의 성능\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border: 1px solid #ddd;\"\u003e$490-$588\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003e모델 3 카본 파이버 업그레이드를 완성하세요\u003c\/h3\u003e\n\u003cp\u003e이 CMST Ver.3 스포일러를 다른 프리미엄 \u003ca href=\"\/collections\/tesla-spoilers\" title=\"Tesla Spoilers Collection\" target=\"_blank\" rel=\"noopener\"\u003e테슬라 스포일러\u003c\/a\u003e 및 \u003ca href=\"\/collections\/tesla-model-s-3-x-y-carbon-fiber\" title=\"Carbon Fiber Accessories\" target=\"_blank\" rel=\"noopener\"\u003e카본 파이버 액세서리\u003c\/a\u003e와 함께 매치하여 일관된 트랙 영감 룩을 완성하세요.\u003c\/p\u003e\n\u003ch3\u003e설치 지침\u003c\/h3\u003e\n\u003col\u003e\n\u003cli\u003e\n\u003cstrong\u003e준비\u003c\/strong\u003e: 이소프로필 알코올로 트렁크 표면을 철저히 청소하세요. 왁스, 오일 또는 이물질을 제거하세요. 표면이 완전히 건조되었는지 확인하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e온도 확인\u003c\/strong\u003e: 최적의 접착 성능을 위해 15-30°C (59-86°F) 사이의 온도에서 설치하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e맞춤 테스트\u003c\/strong\u003e: 접착 뒷면을 제거하지 않고 스포일러를 위치시켜 올바른 정렬을 확인하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e열 활성화\u003c\/strong\u003e: 3M VHB 테이프를 헤어 드라이어로 30-60초간 부드럽게 가열하세요 (40°C\/104°F를 초과하지 마십시오).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e정렬 및 설치\u003c\/strong\u003e: 접착 뒷면을 제거하고 스포일러를 신중히 위치시켜 완벽한 정렬을 보장하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e압력 가하기\u003c\/strong\u003e: 스포일러 전체 표면에 고르게 60초간 단단히 눌러주세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e고정\u003c\/strong\u003e: 처음 24시간 동안 페인터스 테이프로 스포일러를 고정하세요.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e경화 시간\u003c\/strong\u003e: 접착제가 완전히 경화되도록 48-72시간 기다린 후 세차나 고속 주행을 하세요.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003ch3\u003e관리 및 유지보수\u003c\/h3\u003e\n\u003cp\u003eCMST Ver.3 스포일러의 프리미엄 마감을 유지하세요:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e✅ pH 중성 자동차 세제와 부드러운 마이크로화이버 천으로 세척\u003c\/li\u003e\n\u003cli\u003e✅ 최대 자외선 차단을 위해 6개월마다 세라믹 코팅 적용\u003c\/li\u003e\n\u003cli\u003e✅ 설치 후 첫 7일간은 자동 세차를 피하세요\u003c\/li\u003e\n\u003cli\u003e✅ 접착 상태를 주기적으로 점검, 특히 트랙 사용 후에\u003c\/li\u003e\n\u003cli\u003e✅ 권장: 트랙 사용 시 페인트 보호 필름(PPF) 적용\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e품질 보증\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003e카본 파이버 진품\u003c\/strong\u003e: 이 CMST Ver.3 스포일러는 100% 진짜 카본 파이버를 사용하여 수작업으로 제작되었습니다. 3K 직조 패턴이나 포지드 카본의 미세한 패턴 차이는 정상이며 진정한 제작 방식을 보여줍니다.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e자외선 차단\u003c\/strong\u003e: 다층 UV 저항 클리어 코팅 적용. 적절한 관리(세라믹 코팅 권장) 시 스포일러의 외관을 수년간 유지할 수 있습니다. 보증 기간은 1년입니다.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCMST 품질 기준\u003c\/strong\u003e: 공식 TESERY×CMST 협업 제품으로 CMST의 엄격한 모터스포츠 등급 품질 기준을 충족합니다.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e반품 정책 안내\u003c\/strong\u003e: 접착 뒷면이 제거되면 제품은 사용된 것으로 간주됩니다. 설치 전에 반드시 시범 장착을 충분히 해주세요.\u003c\/p\u003e\n\u003ch3\u003e왜 TESERY×CMST를 선택해야 하나요?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e모터스포츠 유산\u003c\/strong\u003e - CMST의 트랙 검증 디자인 전문성\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e정품 소재\u003c\/strong\u003e - 100% 진짜 카본 파이버, 절대 유리섬유 아님\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e프리미엄 마감\u003c\/strong\u003e - 독점 단조 카본을 포함한 3가지 마감 옵션\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e트랙 검증 디자인\u003c\/strong\u003e - 실제 레이싱 경험을 통해 개발됨\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e자외선 차단\u003c\/strong\u003e - 다층 코팅으로 변색 방지\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e품질 보증\u003c\/strong\u003e - CMST 모터스포츠 등급 기준 충족\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e무료 배송\u003c\/strong\u003e - $149 이상 주문 시\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003e테슬라 모델 3에 궁극의 모터스포츠 영감을 받은 업그레이드를 준비하셨나요?\u003c\/strong\u003e 지금 TESERY×CMST 카본 파이버 리어 스포일러 Ver.3를 주문하고 트랙에서 검증된 성능, 독점 디자인, 타협 없는 품질을 경험하세요!\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e*카본 파이버 부품의 기본 가격은 3K (2x2) 직조 패턴 카본 파이버에 광택 클리어 코팅 마감 기준입니다.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e단조 패턴 +20%, 매트 마감 +10%. 추가 비용은 별도 청구됩니다.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"광택 마감 직조 카본 파이버","offer_id":44552418099432,"sku":"TSL4016-glossy","price":460.0,"currency_code":"USD","in_stock":true},{"title":"매트 마감 직조 카본 파이버","offer_id":44552418132200,"sku":"TSL4016-matte","price":506.0,"currency_code":"USD","in_stock":true},{"title":"광택 마감 단조 카본 파이버","offer_id":44552418164968,"sku":"TSL4016-forged","price":552.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/products\/tesery-tesla-model-3-carbon-fiber-rear-spoiler-ver3-666347.jpg?v=1741092698"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/collections\/tesla-real-carbon-fiber-for-model-s3xy-503406.jpg?v=1716545701","url":"https:\/\/kr.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber\/model-y-juniper.oembed?page=2","provider":"Tesery Official Store","version":"1.0","type":"link"}