{"product_id":"바스티앙-볼버-가메-2025","title":"바스티앙 볼버 가메 2025","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003e바스티앙 볼버 '레 똥베' 가메 2025 - 상세 분석\u003c\/title\u003e\n    \u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/gh\/orioncactus\/pretendard@v1.3.9\/dist\/web\/static\/pretendard.min.css\"\u003e\n    \n    \u003c!-- STYLE BLOCK --\u003e\n    \u003cstyle\u003e\n        :root {\n            --archives-red: #581010; \n            --archives-gold: #B4975A; \n            --soft-cream: #FAF9F6;\n            --text-dark: #1A1A1A;\n            --border-light: #E5E7EB;\n        }\n\n        body {\n            background-color: var(--soft-cream);\n            color: var(--text-dark);\n            font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;\n            line-height: 1.6;\n            -webkit-font-smoothing: antialiased;\n            margin: 0;\n            padding: 0;\n        }\n\n        \/* 메인 레이아웃 및 마스터 컨테이너 *\/\n        .wine-detail-wrap {\n            width: 100%;\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 2rem 1.5rem;\n            background-color: #ffffff;\n            box-shadow: 0 12px 45px rgba(0,0,0,0.05);\n            box-sizing: border-box;\n            container-type: inline-size;\n            container-name: wine-wrap;\n        }\n\n        @media (min-width: 768px) {\n            body \u003e .wine-detail-wrap {\n                margin: 4.5rem auto;\n                padding: 4.5rem 4rem;\n                border-radius: 16px;\n            }\n        }\n\n        .wine-breadcrumb {\n            font-size: 0.75rem;\n            color: #A0A0A0;\n            text-transform: uppercase;\n            letter-spacing: 0.12em;\n            margin-bottom: 2.5rem;\n            display: flex;\n            align-items: center; gap: 0.6rem;\n        }\n\n        .wine-tag-star {\n            display: inline-block;\n            background-color: var(--archives-red);\n            color: #fff;\n            font-size: 0.75rem;\n            font-weight: 800;\n            padding: 0.3rem 0.8rem;\n            border-radius: 4px;\n            vertical-align: middle;\n            margin-bottom: 1.2rem;\n            letter-spacing: 0.05em;\n        }\n\n        .wine-product-title {\n            font-size: clamp(1.8rem, 4.5vw, 2.8rem);\n            font-weight: 900;\n            color: var(--text-dark);\n            line-height: 1.1;\n            letter-spacing: -0.03em;\n            margin-bottom: 1rem;\n        }\n\n        .wine-product-subtitle {\n            font-size: 1.25rem;\n            color: var(--archives-gold);\n            margin-bottom: 4rem;\n            font-weight: 600;\n            opacity: 0.95;\n        }\n\n        \/* 반응형 2단 그리드 *\/\n        .wine-info-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 3.5rem;\n            align-items: start;\n        }\n\n        @container wine-wrap (min-width: 650px) {\n            .wine-info-grid {\n                grid-template-columns: 1.6fr 1fr;\n                gap: 5rem;\n            }\n        }\n\n        .wine-section-label {\n            font-size: 0.9rem;\n            font-weight: 800;\n            text-transform: uppercase;\n            letter-spacing: 0.15em;\n            color: var(--archives-red);\n            margin-bottom: 1.8rem;\n            display: block;\n            border-bottom: 2px solid var(--border-light);\n            padding-bottom: 0.6rem;\n        }\n\n        \/* 가격 정보 블록 *\/\n        .wine-price-container {\n            margin-bottom: 2.5rem;\n        }\n\n        .wine-price-text {\n            font-size: 2.75rem;\n            font-weight: 900;\n            color: var(--text-dark);\n        }\n\n        .wine-spec-card {\n            background-color: #FAF9F7;\n            padding: 2rem;\n            border-radius: 12px;\n            border: 1px solid var(--border-light);\n        }\n\n        .wine-spec-item {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 0.85rem 0;\n            border-bottom: 1px solid #EDEDE8;\n            font-size: 0.95rem;\n        }\n\n        .wine-spec-item:last-child { border-bottom: none; }\n\n        .wine-spec-label { color: #888; font-weight: 600; }\n        .wine-spec-value { color: var(--text-dark); font-weight: 800; text-align: right; }\n\n        .wine-description-text {\n            font-size: 1.1rem;\n            color: #2D2D2D;\n            text-align: justify;\n            word-break: keep-all;\n        }\n\n        .highlight-box {\n            background-color: #FEF2F2;\n            border-left: 5px solid var(--archives-red);\n            padding: 1.5rem;\n            font-size: 1rem;\n            color: var(--archives-red);\n            margin: 2rem 0;\n            font-style: italic;\n        }\n\n        .shipping-notice {\n            background-color: #FFFDF9;\n            border: 1px solid var(--archives-gold);\n            color: #8B6E31;\n            padding: 1rem;\n            border-radius: 8px;\n            font-size: 0.85rem;\n            font-weight: 700;\n            margin-top: 1.5rem;\n            display: flex;\n            align-items: flex-start; gap: 0.6rem;\n        }\n\n        .wine-footer {\n            margin-top: 6rem;\n            border-top: 1px solid var(--border-light);\n            padding-top: 2.5rem;\n        }\n        \n        .sticky-element {\n            position: sticky;\n            top: 2rem;\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003c!-- Main Container --\u003e\n    \u003cdiv class=\"wine-detail-wrap\"\u003e\n        \n        \u003c!-- 상단 내비게이션 경로 안내 --\u003e\n        \u003cnav class=\"wine-breadcrumb\"\u003e\n            \u003cspan\u003e🇫🇷 FRANCE\u003c\/span\u003e \/ Burgundy \/ Volnay \/ Bastian Wolber (Laisse Tomber)\n        \u003c\/nav\u003e\n\n        \u003c!-- 상품 타이틀 영역 --\u003e\n        \u003cheader\u003e\n            \u003cdiv class=\"wine-tag-star\"\u003e[The Natural Prodigy] 비조(Bizot)와 가느바(Ganevat)의 숨결을 품은 신성, 바스티앙 볼버가 빚어낸 순수한 과즙의 극치\u003c\/div\u003e\n            \u003ch1 class=\"wine-product-title\"\u003e\n                바스티앙 볼버, \u003cbr\u003e'레 똥베' 가메 2025\n            \u003c\/h1\u003e\n            \u003cp class=\"wine-product-subtitle\"\u003e2025 Bastian Wolber \"Laisse Tomber\" Gamay (VSIG), France\u003c\/p\u003e\n        \u003c\/header\u003e\n\n        \u003c!-- 상세 정보 2단 그리드 구성 --\u003e\n        \u003cdiv class=\"wine-info-grid\"\u003e\n            \n            \u003c!-- 왼쪽: 도멘 스토리 및 테이스팅 노트 --\u003e\n            \u003cdiv class=\"space-y-14\"\u003e\n                \n                \u003c!-- 도멘 스토리 --\u003e\n                \u003csection\u003e\n                    \u003cspan class=\"wine-section-label\"\u003e도멘 스토리\u003c\/span\u003e\n                    \u003cdiv class=\"wine-description-text space-y-5\"\u003e\n                        \u003cp\u003e\n                            독일 바덴의 위대한 내추럴 와인 명가 바인굿 바젠하우스(Weingut Wasenhaus)의 설립자 크리스토프 볼버(Christoph Wolber)의 친동생이자, 프랑스 부르고뉴와 보졸레 경계에서 자신만의 찬란한 자연주의 세계를 빠르게 구축하고 있는 신성 \u003cstrong\u003e바스티앙 볼버(Bastian Wolber)\u003c\/strong\u003e의 시그니처 드라이 레드, \u003cstrong\u003e'레 똥베 가메 2025'\u003c\/strong\u003e입니다. \n                        \u003c\/p\u003e\n                        \u003cdiv class=\"highlight-box\"\u003e\n                            \"바스티앙 볼버의 와인 메이킹 계보는 독보적입니다. 그는 쥬라의 전설 장 프랑수아 가느바(Jean-François Ganevat)의 셀러에서 타협 없는 아티잔 양조를 체득했으며, 본 로마네의 신적인 존재인 장 이브 비조(Jean-Yves Bizot) 밑에서 테루아의 미시적 정밀성과 저개입 최소 간섭 철학을 완성했습니다. 그의 와이너리 프로젝트명인 'Laisse Tomber(레스 똥베)'는 불어로 '그냥 흘러가게 두라'는 의미로, 인위적인 통제를 단호히 거부하고 대지의 순수함을 그대로 가두는 그의 양조 철학을 완벽하게 대변합니다.\"\n                        \u003c\/div\u003e\n                        \u003cp\u003e\n                            이 와인은 보졸레 남부 보죄(Beaujeu) 마을의 해발 350m 고지대에 자리 잡은 척박한 화강암 및 이회토 사면에서 자생하는 유기농 고목 가메(Gamay 100%)를 기반으로 탄생했습니다. 100% 홀 클러스터(송이째 발효)와 탄산 침용(Carbonic Maceration), 자연 효모에 의한 자발적 발효를 거치며, 정제와 여과를 철저히 생략하고 병입 시 극미량의 이산화황조차 허용하지 않는 완벽한 \u003cstrong\u003eZero-Sulfur 내추럴 퀴베\u003c\/strong\u003e입니다. 59유로라는 지극히 지성적이고 영민한 가치로 차세대 부르고뉴 거장의 순수한 예술적 울림을 마주해 보십시오.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/section\u003e\n\n                \u003c!-- 테이스팅 노트 --\u003e\n                \u003csection\u003e\n                    \u003cspan class=\"wine-section-label\"\u003e테이스팅 노트\u003c\/span\u003e\n                    \u003cp class=\"wine-description-text text-justify font-light text-neutral-800 leading-relaxed\"\u003e\n                        잔에 따르는 순간, 필터링을 생략한 내추럴 고유의 생동감을 증명하듯 영롱하고 맑은 투명한 가넷-루비 빛깔 위로 보랏빛 제비꽃 하이라이트가 은은하게 반짝입니다. 코끝을 대면 야생 산딸기, 신선한 석류, 그리고 갓 으깬 크랜베리의 싱그러운 과즙 아로마가 폭발적으로 피어오릅니다. 이내 수작업 수형의 고목 특유의 건조한 장미 꽃잎, 작약, 그리고 서늘한 연기 뉘앙스가 화사하게 감돕니다. 잔을 한들수록 고지대 화강암 대지에서 기인한 서늘하고 금속적인 염분 미네랄 터치와 봄비 맞은 흙 내음이 미세하게 중첩되며 감각을 자극합니다. 입안에서는 '알프스의 바람이 관통한 실크'처럼 매끄럽고 신선한 수직적 텍스처를 마주하게 됩니다. 유연하고 부드럽게 매만져진 실크 탄닌은 혀 위를 세련되게 애무하는 동시에, 고지대 특유의 팽팽하고 활기찬 산미와 짭조름한 소금기를 머금은 바다 미네랄리티가 기분 좋은 대칭을 이룹니다. 목 넘김 이후에는 야생 허브 제스트의 은은한 여운이 끝없이 맑고 깨끗하게 지속되는 명작 내추럴 레드입니다.\n                    \u003c\/p\u003e\n                \u003c\/section\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- 오른쪽: 사이드바 (가격 및 기술 명세) --\u003e\n            \u003cdiv class=\"sticky-element\"\u003e\n                \n                \u003csection class=\"mb-12\"\u003e\n                    \u003cspan class=\"wine-section-label\"\u003e알로케이션 안내\u003c\/span\u003e\n                    \u003cdiv class=\"wine-price-container\"\u003e\n                        \u003cspan class=\"wine-price-text\"\u003e€59.00\u003c\/span\u003e\n                        \u003cdiv id=\"krwBox\" class=\"mt-4 inline-flex items-center px-4 py-2 rounded-md text-base font-extrabold bg-[#F7F6F2] text-[#581010]\"\u003e\n                            ₩ \u003cspan id=\"krwValue\"\u003e---,---\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"text-[0.7rem] text-[#999] mt-2\"\u003e\n                            (적용 환율: 1€ = 1,746.73원 기준)\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003c!-- 라벨 변경 주의문구 박스 --\u003e\n                    \u003cdiv class=\"p-4 mb-6 rounded-lg bg-amber-50 border border-amber-200 text-xs\"\u003e\n                        \u003cp class=\"leading-relaxed font-bold text-rose-800\"\u003e※ 2025 빈티지 생산분의 경우, 와이너리의 아티스틱 패키징 사정에 따라 병입 완료된 실제 라벨 디자인이 예시 이미지와 다를 수 있습니다.\u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"shipping-notice\"\u003e\n                        \u003csvg class=\"w-6 h-6 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n                            \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\n                        \u003c\/svg\u003e\n                        \u003cspan\u003e배송 안내: 와인의 보존과 가치 유지를 위해 온도가 안정되는 10월 이후부터 순차적으로 안전 출고됩니다. (무료 셀러 보관 서비스 제공)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/section\u003e\n\n                \u003c!-- 기술 명세 카드 --\u003e\n                \u003csection\u003e\n                    \u003cspan class=\"wine-section-label\"\u003e기술 명세\u003c\/span\u003e\n                    \u003cdiv class=\"wine-spec-card\"\u003e\n                        \u003cdiv class=\"wine-spec-item\"\u003e\n                            \u003cspan class=\"wine-spec-label\"\u003e생산자\u003c\/span\u003e\n                            \u003cspan class=\"wine-spec-value\"\u003eBastian Wolber (Laisse Tomber)\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wine-spec-item\"\u003e\n                            \u003cspan class=\"wine-spec-label\"\u003e지역\u003c\/span\u003e\n                            \u003cspan class=\"wine-spec-value\"\u003eBurgundy (Volnay Cellar), France\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wine-spec-item\"\u003e\n                            \u003cspan class=\"wine-spec-label\"\u003e분류\u003c\/span\u003e\n                            \u003cspan class=\"wine-spec-value\"\u003eVSIG (Vin de France) \/ Natural Red\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wine-spec-item\"\u003e\n                            \u003cspan class=\"wine-spec-label\"\u003e품종\u003c\/span\u003e\n                            \u003cspan class=\"wine-spec-value\"\u003e100% Gamay\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wine-spec-item\"\u003e\n                            \u003cspan class=\"wine-spec-label\"\u003e빈티지\u003c\/span\u003e\n                            \u003cspan class=\"wine-spec-value\"\u003e2025 (sur Granit)\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wine-spec-item\"\u003e\n                            \u003cspan class=\"wine-spec-label\"\u003e토양 \/ 특징\u003c\/span\u003e\n                            \u003cspan class=\"wine-spec-value\"\u003eGranite \u0026amp; Clay-Limestone, 350m Altitude\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wine-spec-item\"\u003e\n                            \u003cspan class=\"wine-spec-label\"\u003e양조 \/ 숙성\u003c\/span\u003e\n                            \u003cspan class=\"wine-spec-value\"\u003e100% Whole-cluster, aging in used barrels\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wine-spec-item\"\u003e\n                            \u003cspan class=\"wine-spec-label\"\u003e수령 \/ 농법\u003c\/span\u003e\n                            \u003cspan class=\"wine-spec-value\"\u003ePlanted 1935 \u0026amp; 1972 \/ Organic\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"wine-spec-item\"\u003e\n                            \u003cspan class=\"wine-spec-label\"\u003e용량\u003c\/span\u003e\n                            \u003cspan class=\"wine-spec-value\"\u003e750ml\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/section\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 푸터 --\u003e\n        \u003cfooter class=\"wine-footer\"\u003e\n            \u003cp class=\"text-[0.7rem] text-[#B0B0B0] text-center uppercase tracking-[0.25em] font-bold\"\u003e\n                Archives Wine Heritage · Bastian Wolber Laisse Tomber Gamay\n            \u003c\/p\u003e\n        \u003c\/footer\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 가격 환산 계산 스크립트 --\u003e\n    \u003cscript\u003e\n        const EUR_PRICE = 59.00;\n        const EXCHANGE_RATE = 1746.73;\n\n        function updatePrice() {\n            try {\n                const krw = Math.round(EUR_PRICE * EXCHANGE_RATE);\n                const krwElement = document.getElementById('krwValue');\n                if (krwElement) {\n                    krwElement.textContent = krw.toLocaleString();\n                }\n            } catch (error) {\n                console.error(\"가격 업데이트 오류:\", error);\n            }\n        }\n\n        window.onload = updatePrice;\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Bastian Wolber","offers":[{"title":"Default Title","offer_id":54431578784073,"sku":null,"price":59.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0791\/8593\/6713\/files\/nuki_10204080996681.png?v=1780584556","url":"https:\/\/xwine.club\/products\/%eb%b0%94%ec%8a%a4%ed%8b%b0%ec%95%99-%eb%b3%bc%eb%b2%84-%ea%b0%80%eb%a9%94-2025","provider":"엑스와인","version":"1.0","type":"link"}