{"product_id":"샤또-꼬스-데스투르넬-블랑-2020","title":"샤또 꼬스 데스투르넬 블랑 2015","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샤또 꼬스 데스투르넬 블랑 2015 - 상세 분석\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            --rougeard-red: #581010; \/* 시그니처 레드 *\/\n            --rougeard-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: 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(--rougeard-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(--rougeard-gold);\n            margin-bottom: 4rem;\n            font-weight: 600;\n            opacity: 0.95;\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(--rougeard-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(--rougeard-red);\n            padding: 1.5rem;\n            font-size: 1rem;\n            color: var(--rougeard-red);\n            margin: 2rem 0;\n            font-style: italic;\n        }\n\n        \/* 멤버십 프로모션 섹션 *\/\n        .membership-promo {\n            background-color: #FDFCFB;\n            border: 1px solid var(--rougeard-gold);\n            padding: 1.75rem;\n            border-radius: 12px;\n            margin-top: 2rem;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .membership-promo::before {\n            content: \"\";\n            position: absolute;\n            top: 0; left: 0;\n            width: 4px; height: 100%;\n            background-color: var(--rougeard-red);\n        }\n\n        .membership-promo h4 {\n            color: var(--rougeard-red);\n            font-size: 1rem;\n            font-weight: 900;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center; gap: 0.5rem;\n            text-transform: uppercase; letter-spacing: 0.05em;\n        }\n\n        .coupon-code-wrap {\n            background-color: #ffffff;\n            border: 1px solid var(--border-light);\n            padding: 1rem;\n            border-radius: 8px;\n            text-align: center;\n            display: flex; flex-direction: column; gap: 0.5rem;\n        }\n\n        .coupon-label {\n            font-size: 0.7rem;\n            color: var(--rougeard-gold);\n            font-weight: 800;\n            text-transform: uppercase; letter-spacing: 0.1em;\n        }\n\n        .coupon-code {\n            font-size: 1.5rem;\n            font-weight: 900;\n            color: var(--rougeard-red);\n            letter-spacing: 0.2em;\n        }\n\n        .shipping-notice {\n            background-color: #F0F9FF;\n            border: 1px solid #BAE6FD;\n            color: #0369A1;\n            padding: 1.25rem;\n            border-radius: 8px;\n            font-size: 0.9rem;\n            font-weight: 700;\n            margin-top: 1.5rem;\n            display: flex;\n            align-items: flex-start; gap: 0.8rem;\n            line-height: 1.5;\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\n    \u003cdiv class=\"wine-detail-wrap\"\u003e\n\n        \u003cnav class=\"wine-breadcrumb\"\u003e\n            \u003cspan\u003e🇫🇷 FRANCE\u003c\/span\u003e \/ Bordeaux \/ Saint-Estèphe \/ Château Cos d'Estournel\n        \u003c\/nav\u003e\n\n        \u003cheader\u003e\n            \u003cdiv class=\"wine-tag-star\"\u003e세인트-에스테프의 마하라자, 그랑 크뤼 거장이 선사하는 엑조틱한 화이트의 정점\u003c\/div\u003e\n            \u003ch1 class=\"wine-product-title\"\u003e\n                샤또 꼬스 데스투르넬, \u003cbr\u003e'블랑' 2015\n            \u003c\/h1\u003e\n            \u003cp class=\"wine-product-subtitle\"\u003e2015 Château Cos d'Estournel Blanc, Saint-Estèphe\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샤또 꼬스 데스투르넬(Château Cos d'Estournel)\u003c\/strong\u003e은 보르도 세인트-에스테프 지역의 상징적인 2등급 그랑 크뤼 샤또입니다. 화려한 동양풍의 탑으로 유명한 이들은 레드 와인뿐만 아니라, 지로롱드 강과 인접한 서늘한 구획에서 생산되는 극도로 희소한 '블랑'을 통해 보르도 화이트 와인의 새로운 지평을 열었습니다.\n                        \u003c\/p\u003e\n                        \u003cdiv class=\"highlight-box\"\u003e\n                            \"James Suckling은 2015년 블랑을 '밀도 높고 복합적인 와인'이라 극찬하며 95점을 부여했습니다. 슬라이스한 망고와 그린 파파야의 이국적인 아로마, 그리고 꼬스 특유의 단단한 페놀릭 텐션이 어우러진 마스터피스입니다.\"\n                        \u003c\/div\u003e\n                        \u003cp\u003e\n                            \u003cstrong\u003e2015 빈티지\u003c\/strong\u003e는 보르도 좌안 지역에게 축복과도 같은 해였습니다. 충분한 일조량 덕분에 소비뇽 블랑은 관능적인 성숙도에 도달했으며, 동시에 대서양에서 불어오는 서늘한 바람은 와인 속에 전율적인 산미와 신선함을 각인시켰습니다. 10년의 세월을 마주한 지금, 2015년 블랑은 비단 같은 질감과 압도적인 미네랄리티의 완벽한 접점에 서 있습니다.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/section\u003e\n\n                \u003csection\u003e\n                    \u003cspan class=\"wine-section-label\"\u003e테이스팅 노트 \u0026amp; 평론\u003c\/span\u003e\n                    \u003cdiv class=\"wine-description-text space-y-6\"\u003e\n                        \u003cp\u003e\n                            \u003cstrong\u003eJS 95:\u003c\/strong\u003e 망고와 그린 파파야의 엑조틱한 향취가 부싯돌과 레몬 껍질의 뉘앙스와 어우러집니다. 풀바디의 밀도감과 강력한 페놀릭 텐션을 보여주면서도, 입안에서는 여전히 생생하고 밝은 활력을 유지합니다. 말린 과실의 풍미가 표면 위로 떠오르는, 매우 복합적인 와인입니다.\n                        \u003c\/p\u003e\n                        \u003cp\u003e\n                            \u003cstrong\u003eJD 91:\u003c\/strong\u003e 소비뇽 블랑이 주를 이르는 이 와인은 매우 이국적이고 생동감 넘치는 미디엄 바디 스타일을 제안합니다. 시트러스 꽃, 탠저린, 라임 껍질의 탁월한 노트가 돋보이며, 지금 마시기에도 충분히 매력적이지만 향후 10년 이상의 숙성 잠재력을 지녔습니다.\n                        \u003c\/p\u003e\n                        \u003cp\u003e\n                            \u003cstrong\u003eWS 91:\u003c\/strong\u003e 기분 좋게 도톰한 질감을 바탕으로 노란 사과와 그린 멜론의 풍미가 은은한 브리오슈, 레몬 커드의 향미와 함께 어우러집니다. 둥글게 마무리되는 예쁜 피니시가 매우 세련되고 매혹적입니다.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/section\u003e\n\n                \u003c!-- 보르도 클럽 혜택 --\u003e\n                \u003csection class=\"membership-promo\"\u003e\n                    \u003ch4\u003e\n                        \u003csvg class=\"w-5 h-5\" fill=\"currentColor\" viewbox=\"0 0 20 20\"\u003e\u003cpath d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                        Bordeaux Club Membership Benefit\n                    \u003c\/h4\u003e\n                    \u003cp class=\"font-bold\"\u003e보르도 클럽 회원이신가요? 꼬스 데스투르넬의 희귀 화이트를 특별한 가격으로 소장하세요.\u003c\/p\u003e\n                    \u003cdiv class=\"coupon-code-wrap\"\u003e\n                        \u003cspan class=\"coupon-label\"\u003eSpecial Discount Code\u003c\/span\u003e\n                        \u003ccode class=\"coupon-code\"\u003e보르도2026\u003c\/code\u003e\n                        \u003cp class=\"text-xs text-gray-500 mt-2 font-bold\"\u003e입력 시 전체 금액에서 추가 5% 할인이 즉시 적용됩니다.\u003c\/p\u003e\n                    \u003c\/div\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€165.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(--rougeard-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배송 안내: 해당 상품은 여름철 보관 기간을 거쳐, 선선한 가을 이후에 안전하게 배송될 예정입니다. (무료 셀러 보관 서비스 제공)\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\"\u003eChâteau Cos d'Estournel\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\"\u003eSaint-Estèphe, Bordeaux\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\"\u003eSauvignon Blanc \u0026amp; Sémillon\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\"\u003e2015 (Solar Year)\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\"\u003eJS 95 \/ JD 91 \/ WS 91\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\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 · Cos d'Estournel Blanc Spirit\n            \u003c\/p\u003e\n        \u003c\/footer\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- 환율 계산 스크립트 --\u003e\n    \u003cscript\u003e\n        const EUR_PRICE = 165.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\n\u003c\/body\u003e","brand":"Chateau Cos d'Estournel","offers":[{"title":"Default Title","offer_id":54260090011977,"sku":null,"price":160.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0791\/8593\/6713\/files\/syatto-kkoseu-deseutuleunel-beullang-2015-hwaiteuwain-373.webp?v=1759191733","url":"https:\/\/xwine.club\/products\/%ec%83%a4%eb%98%90-%ea%bc%ac%ec%8a%a4-%eb%8d%b0%ec%8a%a4%ed%88%ac%eb%a5%b4%eb%84%ac-%eb%b8%94%eb%9e%91-2020","provider":"엑스와인","version":"1.0","type":"link"}