{"product_id":"2014-domaine-billard-gonnet-les-rugiens","title":"비야르-고네, 뽀마르 1er 레 뤼지앙 2014","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도멘 비야르-고네 뽀마르 1er 뤼지앙 2014 - 상세 분석\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    \u003cstyle\u003e\n        :root {\n            --pommard-red: #58181F; \/* 뽀마르 와인의 깊고 어두운 레드 *\/\n            --iron-grey: #4A4E52; \/* 뤼지앙 토양의 철분 미네랄리티 상징 *\/\n            --soft-cream: #FDFCFB;\n            --text-dark: #1A1A1A;\n            --border-light: #E9E7E2;\n            --accent-gold: #B8860B;\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: 2.5rem 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: 3.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;\n            gap: 0.6rem;\n        }\n\n        .wine-tag-star {\n            display: inline-block;\n            background-color: var(--pommard-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        }\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(--iron-grey);\n            margin-bottom: 4rem;\n            font-weight: 500;\n            opacity: 0.85;\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(--pommard-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 {\n            color: #888;\n            font-weight: 600;\n        }\n\n        .wine-spec-value {\n            color: var(--text-dark);\n            font-weight: 800;\n            text-align: right;\n        }\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: #FDF2F2;\n            border-left: 5px solid var(--pommard-red);\n            padding: 1.5rem;\n            font-size: 1rem;\n            color: #450A0A;\n            margin: 2rem 0;\n            font-style: italic;\n        }\n\n        .shipping-notice {\n            background-color: #FFF5F5;\n            border: 1px solid #FED7D7;\n            color: #C53030;\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;\n            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    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"wine-detail-wrap\"\u003e\n\n        \u003c!-- 브레드크럼 --\u003e\n        \u003cnav class=\"wine-breadcrumb\"\u003e\n            \u003cspan\u003e🇫🇷 프랑스\u003c\/span\u003e \/ 부르고뉴 \/ 꼬뜨 드 본 \/ 뽀마르 \/ Billard-Gonnet\n        \u003c\/nav\u003e\n\n        \u003c!-- 헤더 --\u003e\n        \u003cheader\u003e\n            \u003cdiv class=\"wine-tag-star\"\u003e뽀마르의 위엄\u003c\/div\u003e\n            \u003ch1 class=\"wine-product-title\"\u003e\n                비야르-고네, 뽀마르 1er '레 뤼지앙' 2014\n            \u003c\/h1\u003e\n            \u003cp class=\"wine-product-subtitle\"\u003e2014 Domaine Billard-Gonnet Pommard 1er Cru \"Les Rugiens\" - 강인함과 우아함의 조화\u003c\/p\u003e\n        \u003c\/header\u003e\n\n        \u003cdiv class=\"wine-info-grid\"\u003e\n\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 Billard-Gonnet)\u003c\/strong\u003e는 뽀마르(Pommard) 마을에서 가장 전통적이고 정직한 와인을 빚는 유서 깊은 생산자입니다. 인위적인 개입을 최소화하고 뽀마르 특유의 단단한 골격을 살려내는 그들의 양조 스타일은 오랜 시간 숙성했을 때 비로소 그 진가를 드러냅니다.\n                        \u003c\/p\u003e\n                        \u003cdiv class=\"highlight-box\"\u003e\n                            \"레 뤼지앙(Les Rugiens)은 뽀마르에서 가장 고귀한 필지로, 사실상 그랑 크뤼(Grand Cru)급의 위상과 깊이를 지닌 역사적인 밭입니다.\"\n                        \u003c\/div\u003e\n                        \u003cp\u003e\n                            \u003cstrong\u003e2014 빈티지\u003c\/strong\u003e는 부르고뉴 레드 와인에 있어 정교한 산미와 고전적인 구조감이 돋보이는 해입니다. 뤼지앙 밭의 붉은 점토와 철분 성분이 풍부한 토양은 와인에 강렬한 에너지와 짭짤한 미네랄리티를 부여했습니다. 10년의 세월을 거치며 청년기의 거친 타닌은 벨벳처럼 다듬어졌고, 이제 막 완숙미의 초입에 들어선 최상의 컨디션을 보여줍니다.\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                        짙고 깊은 루비 컬러를 띱니다. 코끝에서는 블랙 체리, 잘 익은 자두의 농축된 향과 함께 으깬 암석, 젖은 가죽, 그리고 숲속의 흙 내음이 웅장하게 피어오릅니다. 입안에서는 뽀마르 와인다운 묵직한 바디감과 촘촘하게 짜인 타닌이 느껴지며, 뤼지앙 특유의 철분 같은 미네랄리티가 피니시까지 강력한 힘을 실어줍니다. 우아하게 녹아든 오크 풍미와 긴 여운은 이 와인이 지닌 고귀한 혈통을 증명합니다.\n                    \u003c\/p\u003e\n                \u003c\/section\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- 오른쪽 섹션: 가격 및 명세 --\u003e\n            \u003cdiv class=\"wine-sticky-sidebar\"\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€78.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(--pommard-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,742.88원)\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배송 안내: 주문 접수 후 배송 시작까지 8주 이상 소요되는 상품입니다.\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 Billard-Gonnet\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\"\u003ePommard 1er Cru, 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\"\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\"\u003e2014\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\"\u003e프렌치 오크 숙성\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\"\u003e13.5% (Vol)\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/section\u003e\n            \u003c\/div\u003e\n\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 · Billard-Gonnet 2014 Selection\n            \u003c\/p\u003e\n        \u003c\/footer\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 환율 계산 스크립트 --\u003e\n    \u003cscript\u003e\n        const EUR_PRICE = 78.00;\n        const EXCHANGE_RATE = 1742.88; \n\n        function updatePrice() {\n            const krw = Math.round(EUR_PRICE * EXCHANGE_RATE);\n            document.getElementById('krwValue').textContent = krw.toLocaleString();\n        }\n\n        window.onload = updatePrice;\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Domaine Billard-Gonnet","offers":[{"title":"Default Title","offer_id":54136577753417,"sku":null,"price":78.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0791\/8593\/6713\/files\/2026-04-0416.40.06.png?v=1775288417","url":"https:\/\/xwine.club\/products\/2014-domaine-billard-gonnet-les-rugiens","provider":"엑스와인","version":"1.0","type":"link"}