{"product_id":"한정특가-피에르-부아쏭-마꽁-빌라쥬-2028","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        \/* 내비게이션 및 헤더 *\/\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-gold);\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        \/* 섹션별 요소 *\/\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: #FEF9F2;\n            border-left: 5px solid var(--archives-gold);\n            padding: 1.5rem;\n            font-size: 1rem;\n            color: #8B6E31;\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        \u003c!-- 상단 경로 안내 --\u003e\n        \u003cnav class=\"wine-breadcrumb\"\u003e\n            \u003cspan\u003e🇫🇷 FRANCE\u003c\/span\u003e \/ Bourgogne \/ Mâconnais \/ Mâcon-Villages \/ Pierre Boisson\n        \u003c\/nav\u003e\n\n        \u003c!-- 상품 타이틀 영역 --\u003e\n        \u003cheader\u003e\n            \u003cdiv class=\"wine-tag-star\"\u003e[The Meursault Heritage in Mâcon] 뫼르소의 거장 부아쏭이 빚어낸 찬란한 가성비, 마꽁의 따스한 햇살과 예리한 미네랄이 이룩한 위대한 공명\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 Pierre Boisson (Boisson-Vadot) Mâcon-Villages Blanc\u003c\/p\u003e\n        \u003c\/header\u003e\n\n        \u003c!-- 상세 정보 그리드 --\u003e\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피에르 부아쏭(Pierre Boisson)\u003c\/strong\u003e은 뫼르소의 전설적인 아이콘 '부아쏭-바도(Boisson-Vadot)'의 찬란한 양조 철학을 계승하는 차세대 거장입니다. 화이트 와인 양조에서 전 세계 애호가들과 평론가들의 전폭적인 찬사를 받는 부아쏭 가문은, 뫼르소에서 다져진 타협 없는 완벽주의적 saviour-faire를 마꽁(Mâcon) 지역에 이식함으로써 데일리 화이트의 수준을 극적으로 격상시켰습니다.\n                        \u003c\/p\u003e\n                        \u003cdiv class=\"highlight-box\"\u003e\n                            \"마꽁 빌라쥬(Mâcon-Villages)는 뫼르소의 웅장한 화려함을 그대로 가두되, 지극히 합리적인 가치로 즐길 수 있도록 빚어낸 '리틀 뫼르소'입니다. 피에르 부아쏭은 점토와 석회질이 엮인 척박한 토양 위에 뫼르소 최상급 싱글 빈야드와 전적으로 동일한 저온 압착, 미세 효모 앙금 숙성(Fine Lees Aging) 방식을 적용하여 마꽁 와인 특유의 둥글고 따스한 과실 텍스처 뒤에 칼날 같은 미네랄 수직 텐션을 심어두었습니다.\"\n                        \u003c\/div\u003e\n                        \u003cp\u003e\n                            \u003cstrong\u003e2023 빈티지\u003c\/strong\u003e는 부르고뉴 전역에서 과실의 농축도와 청량한 산미 텐션이 경이로울 정도로 조화를 이룬 기적적인 해입니다. 피에르 부아쏭의 예리한 산도 조율 능력을 거쳐 빚어진 이 뀌베는, 지나치게 리치하거나 과숙된 남부 부르고뉴 샤르도네의 고정관념을 단숨에 깨뜨리며 맑고 투명한 부싯돌의 힌트를 아름답게 복원해 냈습니다. 31유로라는 지극히 아름답고 매력적인 가치로 뫼르소 거장의 손길을 마주하는 기쁨을 누려보십시오.\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=\"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€31.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\"\u003ePierre Boisson (Boisson-Vadot)\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\"\u003eMâconnais, Bourgogne, 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\"\u003eMâcon-Villages AOC\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% Chardonnay\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 (Crystal \u0026amp; Precision)\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\"\u003eClay-Limestone (Marl)\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 · Pierre Boisson Macon Villages Precision\n            \u003c\/p\u003e\n        \u003c\/footer\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 가격 환산 계산 스크립트 --\u003e\n    \u003cscript\u003e\n        const EUR_PRICE = 31.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":"Pierre Boisson","offers":[{"title":"Default Title","offer_id":54413988397385,"sku":null,"price":31.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0791\/8593\/6713\/files\/eb0fab0f890895f0edf4c220e35c07bb.jpg?v=1774793807","url":"https:\/\/xwine.club\/products\/%ed%95%9c%ec%a0%95%ed%8a%b9%ea%b0%80-%ed%94%bc%ec%97%90%eb%a5%b4-%eb%b6%80%ec%95%84%ec%8f%ad-%eb%a7%88%ea%bd%81-%eb%b9%8c%eb%9d%bc%ec%a5%ac-2028","provider":"엑스와인","version":"1.0","type":"link"}