{"product_id":"도멘-앙리-흐북소-쥬브레-샹베르탱-2023","title":"도멘 앙리 흐북소 쥬브레 샹베르탱 2023","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도멘 앙리 흐북소 '쥬브레 샹베르탱' 2023 - 상세 분석\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    \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        \/* 그리드 시스템 구성 *\/\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        .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: #F0F9FF;\n            border: 1px solid #BAE6FD;\n            color: #0369A1;\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    \u003cdiv class=\"wine-detail-wrap\"\u003e\n        \u003cnav class=\"wine-breadcrumb\"\u003e\n            \u003cspan\u003e🇫🇷 FRANCE\u003c\/span\u003e \/ Bourgogne \/ Côte de Nuits \/ Gevrey-Chambertin \/ Domaine Henri Rebourseau\n        \u003c\/nav\u003e\n\n        \u003cheader\u003e\n            \u003cdiv class=\"wine-tag-star\"\u003e[The Historic Grandeur] 쥬브레의 역사적 유산, 앙리 흐북소가 전하는 대지의 힘과 현대적 정밀함의 공존\u003c\/div\u003e\n            \u003ch1 class=\"wine-product-title\"\u003e\n                도멘 앙리 흐북소, \u003cbr\u003e쥬브레 샹베르탱 2023\n            \u003c\/h1\u003e\n            \u003cp class=\"wine-product-subtitle\"\u003e2023 Domaine Henri Rebourseau Gevrey-Chambertin\u003c\/p\u003e\n        \u003c\/header\u003e\n\n        \u003cdiv class=\"wine-info-grid\"\u003e\n            \u003c!-- 왼쪽: 도멘 스토리 및 테이스팅 노트 --\u003e\n            \u003cdiv class=\"space-y-14\"\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                            \u003cstrong\u003e도멘 앙리 흐북소(Domaine Henri Rebourseau)\u003c\/strong\u003e는 쥬브레 샹베르탱 마을에서 가장 방대하고 위엄 있는 그랑 크뤼 영토를 지켜온 역사적 가문입니다. 1782년부터 꼬트 드 뉘의 대지를 일궈온 이들은 1차 세계대전의 영웅인 앙리 흐북소 장군에 의해 도멘의 기틀을 확립했으며, 샹베르탱(Chambertin), 끌로 드 베즈(Clos de Bèze) 등 쥬브레 최상위 그랑 크뤼 밭의 독보적인 구획들을 소유하며 최고의 위상을 정립했습니다.\n                        \u003c\/p\u003e\n                        \u003cdiv class=\"highlight-box\"\u003e\n                            \"앙리 흐북소의 쥬브레 샹베르탱 빌라쥬는 도멘이 자랑하는 탁월한 구획들의 포도를 조화롭게 블렌딩하여 완성됩니다. 2018년 프랑스 대기업 부이그(Bouygues) 가문이 지분을 인수한 이후, 도멘은 철저한 바이오다이내믹 농법과 극도로 정밀한 저온 침출 시스템을 도입했습니다. 이를 통해 과거의 육중하고 힘찬 전통 스타일 위에 눈부신 과실의 투명함과 정교한 레이어를 덧입히는 극적인 스타일 혁신을 이뤄냈습니다.\"\n                        \u003c\/div\u003e\n                        \u003cp\u003e\n                            \u003cstrong\u003e2023 빈티지\u003c\/strong\u003e는 앙리 흐북소의 새로운 세공 기술과 쥬브레의 서늘한 미기후가 완벽하게 맞물린 해입니다. 과하게 추출하지 않고 포도가 지닌 본연의 생동감을 가두어, 빌라쥬 등급임에도 거장들이 빚어낸 프리미에 크뤼에 필적하는 뛰어난 집중도와 깊이감을 보여줍니다. 82유로라는 가격으로 부르고뉴 최고의 유산과 귀족적인 품격을 마주하는 것은 매우 지성적인 호사입니다.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/section\u003e\n\n                \u003csection\u003e\n                    \u003cspan class=\"wine-section-label\"\u003e테이스팅 노트\u003c\/span\u003e\n                    \u003cp class=\"wine-description-text\"\u003e\n                        잔에 따르면 투명하게 반짝이는 깊고 영롱한 루비-보랏빛 액체가 쥬브레 특유의 기품을 드러냅니다. 코끝에 대면 잘 익은 라즈베리, 블랙 체리, 야생 딸기의 순수한 과즙 향이 풍성하게 피어나며, 이내 제비꽃의 화사한 아로마와 은은한 정향, 감초, 그리고 흙 내음(Sous-bois)의 가벼운 힌트가 복합적인 레이어를 형성합니다. 입안에서는 앙리 흐북소의 상징인 '철의 골격 위에 입혀진 부드러운 실크'가 고스란히 느껴집니다. 세밀하게 정제된 탄닌은 입안을 부드럽게 감싸 안고, 2023 빈티지 특유의 깨끗하고 생기 넘치는 산미가 수직적인 골격을 견인합니다. 피니시에서는 소금기를 머금은 듯한 짭조름한 미네랄과 감미로운 붉은 베리의 여운이 경이로울 정도로 우아하고 길게 지속됩니다.\n                    \u003c\/p\u003e\n                \u003c\/section\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- 오른쪽: 사이드바 (가격 및 기술 명세) --\u003e\n            \u003cdiv class=\"sticky-element\"\u003e\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€82.00\u003c\/span\u003e\n                        \u003cdiv id=\"krwBox\" style=\"margin-top:1rem; display:inline-flex; align-items:center; padding:0.5rem 1rem; border-radius:6px; font-size:1rem; font-weight:800; background-color:#F7F6F2; color:var(--archives-red);\"\u003e\n                            ₩ \u003cspan id=\"krwValue\"\u003e---,---\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv style=\"font-size: 0.7rem; color: #999; margin-top: 0.5rem;\"\u003e\n                            (적용 환율: 1€ = 1,746.73원 기준)\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"shipping-notice\"\u003e\n                        \u003csvg style=\"width:1.5rem; height:1.5rem; 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                \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\"\u003eDomaine Henri Rebourseau\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\"\u003eGevrey-Chambertin, Bourgogne\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% Pinot Noir\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\"\u003e2023 (Historic \u0026amp; Elegant)\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\"\u003eBiodynamic \/ French Oak\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        \u003cfooter class=\"wine-footer\"\u003e\n            \u003cp style=\"font-size:0.7rem; color:#B0B0B0; text-align:center; text-transform:uppercase; letter-spacing:0.25em; font-weight:700;\"\u003e\n                Archives Wine Heritage · Henri Rebourseau Gevrey Precision\n            \u003c\/p\u003e\n        \u003c\/footer\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        const EUR_PRICE = 82.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":"Domaine Henri Rebourseau","offers":[{"title":"Default Title","offer_id":54408776319305,"sku":null,"price":82.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0791\/8593\/6713\/files\/nuki_10200046272841.png?v=1780585126","url":"https:\/\/xwine.club\/products\/%eb%8f%84%eb%a9%98-%ec%95%99%eb%a6%ac-%ed%9d%90%eb%b6%81%ec%86%8c-%ec%a5%ac%eb%b8%8c%eb%a0%88-%ec%83%b9%eb%b2%a0%eb%a5%b4%ed%83%b1-2023","provider":"엑스와인","version":"1.0","type":"link"}