{"product_id":"old-샤또-레오빌-라스-까스-1994","title":"[비밀오퍼] 샤또 레오빌 라스 까스 1994","description":"\u003cbody\u003e\n\n\n    \n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003e1994 Château Léoville Las Cases - Aura Edition\u003c\/title\u003e\n    \n    \u003c!-- Tailwind CSS --\u003e\n    \u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e\n    \n    \u003c!-- Font Awesome --\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \n    \u003c!-- Google Fonts --\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;700\u0026amp;family=Noto+Serif+KR:wght@300;400;600;700\u0026amp;family=Inter:wght@300;400;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \n    \u003c!-- GSAP for Animations --\u003e\n    \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.2\/gsap.min.js\"\u003e\u003c\/script\u003e\n    \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.2\/ScrollTrigger.min.js\"\u003e\u003c\/script\u003e\n    \n    \u003c!-- Chart.js --\u003e\n    \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js@3.7.1\/dist\/chart.min.js\"\u003e\u003c\/script\u003e\n\n    \u003cstyle\u003e\n        :root {\n            \/* Las Cases Theme: Stone Beige (Label), Imperial Red, Slate *\/\n            --bg-light: #F5F5F0; \/* Stone tint *\/\n            --bg-card: rgba(255, 255, 255, 0.9);\n            --border-card: rgba(105, 20, 14, 0.2); \n            --accent-red: #69140E; \/* Imperial Red \/ Wine *\/\n            --accent-stone: #C0B283; \/* Antique Gold\/Beige *\/\n            --accent-slate: #2F4F4F; \/* Dark Slate *\/\n            --text-main: #2D2D2D; \n            --text-sub: #555555;\n        }\n\n        body {\n            background-color: var(--bg-light);\n            color: var(--text-main);\n            font-family: 'Inter', sans-serif;\n            overflow-x: hidden;\n        }\n\n        h1, h2, h3, .serif-font {\n            font-family: 'Noto Serif KR', serif;\n        }\n        \n        .title-font {\n            font-family: 'Cinzel', serif;\n        }\n\n        \/* Aura Gradient - Majestic \u0026 Classic *\/\n        .aura-gradient {\n            background: \n                radial-gradient(circle at top center, rgba(192, 178, 131, 0.2) 0%, transparent 60%),\n                radial-gradient(circle at bottom right, rgba(105, 20, 14, 0.15) 0%, transparent 60%),\n                linear-gradient(to bottom, #fdfdfd 0%, #f0f0eb 100%);\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            z-index: -1;\n        }\n\n        \/* Glassmorphism Card *\/\n        .glass-card {\n            background: var(--bg-card);\n            backdrop-filter: blur(20px);\n            -webkit-backdrop-filter: blur(20px);\n            border: 1px solid rgba(255, 255, 255, 0.95);\n            border-radius: 24px;\n            box-shadow: 0 10px 40px -10px rgba(105, 20, 14, 0.1);\n            transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .glass-card:hover {\n            border-color: var(--accent-red);\n            box-shadow: 0 20px 50px -10px rgba(105, 20, 14, 0.2);\n            transform: translateY(-4px);\n        }\n\n        \/* Info Box *\/\n        .info-box {\n            border-left: 3px solid var(--accent-red);\n            padding-left: 1.5rem;\n            text-align: left;\n            transition: all 0.3s ease;\n        }\n        .info-box:hover {\n            background: rgba(255,255,255,0.8);\n            padding-right: 1rem;\n            border-radius: 0 8px 8px 0;\n        }\n\n        \/* Warning Box Style *\/\n        .warning-box {\n            background-color: #FEF2F2;\n            border: 1px solid #FECACA;\n            border-radius: 12px;\n            padding: 1.5rem;\n        }\n        .warning-box li {\n            position: relative;\n            padding-left: 1.2rem;\n            margin-bottom: 0.5rem;\n            font-size: 0.85rem;\n            color: #7F1D1D;\n        }\n        .warning-box li::before {\n            content: \"\u0026bull;\";\n            position: absolute;\n            left: 0;\n            color: #EF4444;\n            font-weight: bold;\n        }\n\n        \/* Shipping Alert *\/\n        .shipping-alert {\n            background-color: #FFF7ED;\n            border: 1px solid #FFEDD5;\n            color: #9A3412;\n            border-radius: 12px;\n            padding: 1rem;\n            font-size: 0.9rem;\n            margin-top: 1rem;\n            display: flex;\n            align-items: flex-start;\n            gap: 0.75rem;\n        }\n\n        \/* Discount Badge Animation *\/\n        @keyframes pulse-red {\n            0% { box-shadow: 0 0 0 0 rgba(105, 20, 14, 0.4); }\n            70% { box-shadow: 0 0 0 10px rgba(105, 20, 14, 0); }\n            100% { box-shadow: 0 0 0 0 rgba(105, 20, 14, 0); }\n        }\n        .discount-badge {\n            animation: pulse-red 2s infinite;\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"aura-gradient\"\u003e\u003c\/div\u003e\n\n    \u003c!-- Navigation --\u003e\n    \u003cnav class=\"fixed top-0 w-full z-50 px-6 py-4 flex justify-between items-center bg-white\/80 backdrop-blur-md border-b border-gray-300 shadow-sm\"\u003e\n        \u003cdiv class=\"text-xl font-bold title-font tracking-widest text-gray-900\"\u003eLÉOVILLE LAS CASES\u003c\/div\u003e\n        \u003cdiv class=\"hidden md:flex space-x-8 text-sm font-medium tracking-wide text-gray-700\"\u003e\n            \u003ca href=\"#overview\" class=\"hover:text-red-800 transition-colors\"\u003eOVERVIEW\u003c\/a\u003e\n            \u003ca href=\"#details\" class=\"hover:text-red-800 transition-colors\"\u003eTASTING\u003c\/a\u003e\n            \u003ca href=\"#analysis\" class=\"hover:text-red-800 transition-colors\"\u003eMARKET\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cbutton class=\"px-6 py-2 border border-gray-400 rounded-full text-xs font-bold text-gray-800 hover:bg-red-900 hover:text-white transition-all duration-300 tracking-wider shadow-sm\"\u003e\n            BUY NOW\n        \u003c\/button\u003e\n    \u003c\/nav\u003e\n\n    \u003c!-- Hero Section --\u003e\n    \u003cheader class=\"relative min-h-[90vh] flex flex-col justify-center items-center text-center px-4 pt-24 pb-12\"\u003e\n        \u003c!-- Floating Badge --\u003e\n        \u003cdiv class=\"gsap-hero opacity-0 translate-y-10 mb-8 px-5 py-1.5 rounded-full border border-red-300 bg-red-50 text-red-900 text-xs tracking-[0.2em] font-bold shadow-sm discount-badge\"\u003e\n            BORDEAUX CLUB 5% OFF\n        \u003c\/div\u003e\n\n        \u003c!-- Korean Title --\u003e\n        \u003ch2 class=\"gsap-hero opacity-0 translate-y-10 text-xl md:text-3xl font-bold text-gray-700 serif-font mb-2\"\u003e\n            샤또 레오빌 라스 까스 1994\n        \u003c\/h2\u003e\n\n        \u003c!-- English Full Name --\u003e\n        \u003ch3 class=\"gsap-hero opacity-0 translate-y-10 text-sm md:text-lg font-medium text-gray-500 serif-font mb-8 tracking-wide\"\u003e\n            1994 Château Léoville-Las Cases 'Grand Vin de Léoville'\n        \u003c\/h3\u003e\n\n        \u003c!-- English Title Highlight --\u003e\n        \u003ch1 class=\"gsap-hero opacity-0 translate-y-10 text-5xl md:text-7xl lg:text-8xl font-bold title-font mb-12 leading-tight text-gray-900\"\u003e\n            GRAND VIN DE\u003cbr\u003e\n            \u003cspan class=\"text-transparent bg-clip-text bg-gradient-to-r from-red-900 via-red-700 to-gray-800\"\u003eLÉOVILLE\u003c\/span\u003e\n        \u003c\/h1\u003e\n        \n        \u003c!-- Specifications --\u003e\n        \u003cdiv class=\"gsap-hero opacity-0 scale-95 w-full max-w-4xl mx-auto my-8 grid grid-cols-1 md:grid-cols-3 gap-6 md:gap-12 text-left\"\u003e\n            \u003c!-- Spec 1: Type --\u003e\n            \u003cdiv class=\"info-box group\"\u003e\n                \u003cdiv class=\"flex items-center gap-3 mb-2\"\u003e\n                    \u003cdiv class=\"w-10 h-10 rounded-full bg-red-100 flex items-center justify-center text-red-800\"\u003e\n                        \u003ci class=\"fas fa-wine-glass\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cspan class=\"text-xs font-bold tracking-widest text-gray-500 uppercase\"\u003eType\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003ch3 class=\"text-xl font-bold text-gray-800 serif-font\"\u003eRed Wine\u003c\/h3\u003e\n                \u003cp class=\"text-sm text-gray-600\"\u003eCabernet Sauvignon Blend\u003c\/p\u003e\n                \u003cp class=\"text-xs text-gray-400 mt-1\"\u003e레드 와인 (까베르네 소비뇽 주)\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Spec 2: Class --\u003e\n            \u003cdiv class=\"info-box group\"\u003e\n                \u003cdiv class=\"flex items-center gap-3 mb-2\"\u003e\n                    \u003cdiv class=\"w-10 h-10 rounded-full bg-yellow-100 flex items-center justify-center text-yellow-700\"\u003e\n                        \u003ci class=\"fas fa-crown\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cspan class=\"text-xs font-bold tracking-widest text-gray-500 uppercase\"\u003eClass\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003ch3 class=\"text-xl font-bold text-gray-800 serif-font\"\u003e2ème Grand Cru\u003c\/h3\u003e\n                \u003cp class=\"text-sm text-gray-600\"\u003eSuper Second (1855)\u003c\/p\u003e\n                \u003cp class=\"text-xs text-gray-400 mt-1\"\u003e그랑 크뤼 2등급 (슈퍼 세컨드)\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Spec 3: Region --\u003e\n            \u003cdiv class=\"info-box group\"\u003e\n                \u003cdiv class=\"flex items-center gap-3 mb-2\"\u003e\n                    \u003cdiv class=\"w-10 h-10 rounded-full bg-gray-200 flex items-center justify-center text-gray-700\"\u003e\n                        \u003ci class=\"fas fa-map-marker-alt\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cspan class=\"text-xs font-bold tracking-widest text-gray-500 uppercase\"\u003eRegion\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003ch3 class=\"text-xl font-bold text-gray-800 serif-font\"\u003eSaint-Julien\u003c\/h3\u003e\n                \u003cp class=\"text-sm text-gray-600\"\u003eMedoc, Bordeaux\u003c\/p\u003e\n                \u003cp class=\"text-xs text-gray-400 mt-1\"\u003e보르도 생-줄리앙\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gsap-hero opacity-0 translate-y-10 animate-bounce mt-12\"\u003e\n            \u003ci class=\"fas fa-chevron-down text-gray-400 text-xl\"\u003e\u003c\/i\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- Content Section --\u003e\n    \u003cmain class=\"max-w-7xl mx-auto px-4 py-20 space-y-20\" id=\"overview\"\u003e\n        \n        \u003c!-- Story \u0026 Stats --\u003e\n        \u003csection class=\"grid grid-cols-1 md:grid-cols-12 gap-6\"\u003e\n            \u003cdiv class=\"col-span-1 md:col-span-8 glass-card p-8 md:p-12 flex flex-col justify-center gsap-fade-up bg-white\/70\"\u003e\n                \u003ch2 class=\"text-3xl font-bold mb-6 title-font text-red-900 border-b border-gray-300 pb-4 inline-block w-fit\"\u003eThe Lion of Saint-Julien\u003c\/h2\u003e\n                \u003cp class=\"text-gray-700 leading-relaxed mb-6 font-light text-lg\"\u003e\n                    **샤또 레오빌 라스 까스(Château Léoville Las Cases)**는 1등급 샤또인 라투르(Latour)와 맞닿아 있는 뛰어난 떼루아를 자랑하며, 생-줄리앙 지역의 가장 권위 있는 와인으로 꼽힙니다. \n                    \u003cbr\u003e\u003cbr\u003e\n                    \u003cspan class=\"text-red-800 font-bold\"\u003e1994년 빈티지\u003c\/span\u003e는 고전적인 메독의 구조감을 잘 보여줍니다. \n                    30년의 세월을 견딘 지금, 강건했던 타닌은 부드럽게 녹아들었고, 시가, 가죽, 흑연의 복합적인 3차 향이 우아하게 피어오르는 시음 적기의 와인입니다.\n                \u003c\/p\u003e\n                \u003cdiv class=\"flex flex-wrap gap-3 mt-4 pt-4 border-t border-gray-200\"\u003e\n                    \u003cspan class=\"px-3 py-1 bg-gray-100 text-gray-700 rounded-full text-xs font-semibold border border-gray-300\"\u003e#SuperSecond\u003c\/span\u003e\n                    \u003cspan class=\"px-3 py-1 bg-gray-100 text-gray-700 rounded-full text-xs font-semibold border border-gray-300\"\u003e#ClosLéoville\u003c\/span\u003e\n                    \u003cspan class=\"px-3 py-1 bg-gray-100 text-gray-700 rounded-full text-xs font-semibold border border-gray-300\"\u003e#OldVintage\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Vivino Score --\u003e\n            \u003cdiv class=\"col-span-1 md:col-span-4 glass-card p-8 flex flex-col items-center justify-center text-center relative overflow-hidden gsap-fade-up bg-white\/80\"\u003e\n                \u003cdiv class=\"absolute top-0 right-0 w-40 h-40 bg-red-100\/40 blur-[50px] rounded-full\"\u003e\u003c\/div\u003e\n                \u003cimg src=\"https:\/\/xwine.club\/cdn\/shop\/files\/ckyycsi9i00027b9gh6ww46da.webp\" alt=\"Vivino Logo\" class=\"w-12 h-12 rounded-full shadow-md mb-3 z-10\" data-original=\"https:\/\/xwine.club\/cdn\/shop\/files\/ckyycsi9i00027b9gh6ww46da.webp\" data-files=\"ckyycsi9i00027b9gh6ww46da.webp\" loading=\"lazy\"\u003e\n                \u003ch3 class=\"text-red-800 text-sm font-bold tracking-widest mb-1 uppercase z-10\"\u003eVivino Score\u003c\/h3\u003e\n                \u003cdiv class=\"text-7xl font-bold text-gray-900 title-font relative z-10\"\u003e4.4\u003c\/div\u003e\n                \u003cdiv class=\"mt-3 flex items-center gap-1 text-yellow-500 z-10 text-lg\"\u003e\n                    \u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e\u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e\u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e\u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e\u003ci class=\"fas fa-star-half-alt\"\u003e\u003c\/i\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"mt-2 text-xs text-gray-500 font-medium z-10\"\u003eBased on 34,108 Ratings\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Tasting Notes --\u003e\n        \u003csection id=\"details\" class=\"grid grid-cols-1 md:grid-cols-2 gap-12 items-center\"\u003e\n            \u003cdiv class=\"gsap-fade-right\"\u003e\n                \u003ch2 class=\"text-4xl title-font mb-3 text-gray-900\"\u003eTasting Profile\u003c\/h2\u003e\n                \u003cp class=\"text-gray-600 mb-8 font-light italic\"\u003e\"타바코와 시더우드의 깊은 향, 그리고 농축된 카시스\"\u003c\/p\u003e\n                \n                \u003cdiv class=\"grid grid-cols-3 gap-4 mb-8\"\u003e\n                    \u003c!-- Aroma 1 --\u003e\n                    \u003cdiv class=\"glass-card p-4 text-center group hover:bg-white transition-all cursor-pointer\"\u003e\n                        \u003cdiv class=\"w-14 h-14 mx-auto bg-brown-50 border border-brown-100 rounded-full flex items-center justify-center mb-3 text-brown-600 text-2xl shadow-sm\"\u003e\n                            \u003ci class=\"fas fa-smoking\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"text-sm font-bold text-gray-700\"\u003eTobacco \u0026amp; Cedar\u003c\/p\u003e\n                        \u003cp class=\"text-xs text-gray-500 mt-1\"\u003e담배, 삼나무, 오크\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003c!-- Aroma 2 --\u003e\n                    \u003cdiv class=\"glass-card p-4 text-center group hover:bg-white transition-all cursor-pointer\"\u003e\n                        \u003cdiv class=\"w-14 h-14 mx-auto bg-gray-100 border border-gray-200 rounded-full flex items-center justify-center mb-3 text-gray-600 text-2xl shadow-sm\"\u003e\n                            \u003ci class=\"fas fa-mountain\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"text-sm font-bold text-gray-700\"\u003eEarthy\u003c\/p\u003e\n                        \u003cp class=\"text-xs text-gray-500 mt-1\"\u003e가죽, 흙내음, 스모크\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003c!-- Aroma 3 --\u003e\n                    \u003cdiv class=\"glass-card p-4 text-center group hover:bg-white transition-all cursor-pointer\"\u003e\n                        \u003cdiv class=\"w-14 h-14 mx-auto bg-purple-50 border border-purple-100 rounded-full flex items-center justify-center mb-3 text-purple-700 text-2xl shadow-sm\"\u003e\n                            \u003ci class=\"fas fa-wine-grape\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"text-sm font-bold text-gray-700\"\u003eBlack Fruit\u003c\/p\u003e\n                        \u003cp class=\"text-xs text-gray-500 mt-1\"\u003e카시스, 블랙베리\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Profile Bars --\u003e\n            \u003cdiv class=\"glass-card p-8 md:p-12 gsap-fade-left bg-white\/60\"\u003e\n                \u003cdiv class=\"space-y-8\"\u003e\n                    \u003c!-- Boldness --\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"flex justify-between text-xs uppercase tracking-wider text-gray-500 mb-2 font-semibold\"\u003e\n                            \u003cspan\u003eLight\u003c\/span\u003e\n                            \u003cspan class=\"text-gray-900 font-bold\"\u003eBoldness\u003c\/span\u003e\n                            \u003cspan\u003eBold\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"h-2 bg-gray-200 rounded-full overflow-hidden\"\u003e\n                            \u003c!-- ~85% Bold --\u003e\n                            \u003cdiv class=\"h-full bg-gradient-to-r from-red-700 to-red-900 w-[85%] rounded-full shadow-md\"\u003e\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003c!-- Tannin --\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"flex justify-between text-xs uppercase tracking-wider text-gray-500 mb-2 font-semibold\"\u003e\n                            \u003cspan\u003eSmooth\u003c\/span\u003e\n                            \u003cspan class=\"text-gray-900 font-bold\"\u003eTannin\u003c\/span\u003e\n                            \u003cspan\u003eTannic\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"h-2 bg-gray-200 rounded-full overflow-hidden\"\u003e\n                            \u003c!-- ~85% Tannic (Las Cases is known for structure) --\u003e\n                            \u003cdiv class=\"h-full bg-gradient-to-r from-red-700 to-red-900 w-[85%] rounded-full shadow-md\"\u003e\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003c!-- Dryness --\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"flex justify-between text-xs uppercase tracking-wider text-gray-500 mb-2 font-semibold\"\u003e\n                            \u003cspan\u003eDry\u003c\/span\u003e\n                            \u003cspan class=\"text-gray-900 font-bold\"\u003eSweetness\u003c\/span\u003e\n                            \u003cspan\u003eSweet\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"h-2 bg-gray-200 rounded-full overflow-hidden\"\u003e\n                            \u003c!-- ~5% Sweet (Very Dry) --\u003e\n                            \u003cdiv class=\"h-full bg-gradient-to-r from-red-700 to-red-900 w-[5%] rounded-full shadow-md\"\u003e\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003c!-- Acidity --\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"flex justify-between text-xs uppercase tracking-wider text-gray-500 mb-2 font-semibold\"\u003e\n                            \u003cspan\u003eSoft\u003c\/span\u003e\n                            \u003cspan class=\"text-gray-900 font-bold\"\u003eAcidity\u003c\/span\u003e\n                            \u003cspan\u003eAcidic\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"h-2 bg-gray-200 rounded-full overflow-hidden\"\u003e\n                            \u003c!-- ~75% Acidic --\u003e\n                            \u003cdiv class=\"h-full bg-gradient-to-r from-red-700 to-red-900 w-[75%] rounded-full shadow-md\"\u003e\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Charts --\u003e\n        \u003csection id=\"analysis\" class=\"gsap-fade-up\"\u003e\n            \u003ch2 class=\"text-3xl title-font mb-8 text-center text-gray-900\"\u003eMarket Analysis\u003c\/h2\u003e\n            \u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-6\"\u003e\n                \u003c!-- Vintage Chart --\u003e\n                \u003cdiv class=\"glass-card p-6 h-80 relative bg-white\"\u003e\n                    \u003ch3 class=\"text-sm text-gray-500 uppercase tracking-wide mb-4 absolute top-6 left-6 font-bold\"\u003eVintage Score\u003c\/h3\u003e\n                    \u003cdiv class=\"w-full h-full pt-8\"\u003e\n                        \u003ccanvas id=\"vintageChart\"\u003e\u003c\/canvas\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Price Chart --\u003e\n                \u003cdiv class=\"glass-card p-6 h-80 relative bg-white\"\u003e\n                    \u003ch3 class=\"text-sm text-gray-500 uppercase tracking-wide mb-4 absolute top-6 left-6 font-bold\"\u003ePrice Trend (EUR)\u003c\/h3\u003e\n                    \u003cdiv class=\"w-full h-full pt-8\"\u003e\n                        \u003ccanvas id=\"priceChart\"\u003e\u003c\/canvas\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Pricing \u0026 Warning --\u003e\n        \u003csection class=\"glass-card p-8 md:p-12 border-t-4 border-red-500 relative overflow-hidden gsap-fade-up bg-white\"\u003e\n            \u003cdiv class=\"absolute -right-20 -bottom-40 w-96 h-96 bg-red-100 rounded-full blur-3xl opacity-50\"\u003e\u003c\/div\u003e\n            \n            \u003cdiv class=\"grid grid-cols-1 md:grid-cols-2 gap-12 items-start relative z-10\"\u003e\n                \u003cdiv class=\"flex flex-col justify-between h-full\"\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"flex items-center gap-3 mb-2\"\u003e\n                            \u003ch2 class=\"text-4xl title-font text-gray-900\"\u003eBuy Now\u003c\/h2\u003e\n                            \u003cspan class=\"px-3 py-1 bg-yellow-100 text-yellow-800 rounded-full text-xs font-bold border border-yellow-200\"\u003e\n                                CLUB 5% OFF\n                            \u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"text-gray-500 mb-2 font-medium\"\u003eCAVE 보관으로 관리된 최상급 올드 빈티지\u003c\/p\u003e\n                        \n                        \u003c!-- Price Display --\u003e\n                        \u003cdiv class=\"text-6xl font-bold text-red-900 font-serif mb-6\"\u003e€187.00\u003c\/div\u003e\n\n                        \u003c!-- Discount Code Info --\u003e\n                        \u003cdiv class=\"bg-red-50 border border-red-200 p-4 rounded-xl mb-6 shadow-sm\"\u003e\n                            \u003cdiv class=\"flex items-center gap-2 mb-2\"\u003e\n                                \u003ci class=\"fas fa-tag text-red-600\"\u003e\u003c\/i\u003e\n                                \u003cspan class=\"text-red-800 font-bold text-sm\"\u003e보르도클럽 5% 추가 할인 혜택\u003c\/span\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"text-xs text-red-700 mb-3 leading-relaxed\"\u003e\n                                보르도 클럽 회원이시면 5% 추가 할인이 가능합니다. \u003cbr\u003e결제 시 아래 코드를 입력해주세요.\n                            \u003c\/p\u003e\n                            \u003cdiv class=\"bg-white border border-red-200 rounded px-3 py-2 flex justify-between items-center cursor-pointer hover:bg-gray-50 transition-colors\" onclick=\"navigator.clipboard.writeText('보르도클럽5%'); alert('할인 코드가 복사되었습니다.');\"\u003e\n                                \u003cspan class=\"text-xs text-gray-500 font-medium\"\u003e할인코드\u003c\/span\u003e\n                                \u003cspan class=\"text-red-900 font-bold tracking-wider text-sm\"\u003e보르도클럽5%\u003c\/span\u003e\n                                \u003ci class=\"far fa-copy text-gray-400 text-xs\"\u003e\u003c\/i\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003c!-- CRITICAL NOTICES --\u003e\n                    \u003cdiv class=\"mt-2 space-y-4\"\u003e\n                        \u003c!-- Old Vintage Warning --\u003e\n                        \u003cdiv class=\"warning-box\"\u003e\n                            \u003ch4 class=\"text-red-900 font-bold text-sm mb-3 border-b border-red-200 pb-2\"\u003e\n                                \u003ci class=\"fas fa-exclamation-triangle mr-2\"\u003e\u003c\/i\u003e 올드 빈티지 와인 구매 시 유의사항\n                            \u003c\/h4\u003e\n                            \u003cul class=\"space-y-1\"\u003e\n                                \u003cli\u003e\n\u003cstrong\u003eCAVE 보관 상품\u003c\/strong\u003e: 곰팡이나 라벨 손상이 있을 수 있으나, 보관 상태는 최상임을 자부합니다.\u003c\/li\u003e\n                                \u003cli\u003e\n\u003cstrong\u003e환불 불가 (단순 변심)\u003c\/strong\u003e: 올드 빈티지 특성상 단순 변심에 의한 교환\/환불이 불가합니다.\u003c\/li\u003e\n                                \u003cli\u003e\n\u003cstrong\u003e라벨\/코르크 이슈\u003c\/strong\u003e: 세월의 흔적으로 인한 라벨 손상이나 코르크 상태로 인한 환불은 어렵습니다.\u003c\/li\u003e\n                                \u003cli\u003e\n\u003cstrong\u003e와인 상태\u003c\/strong\u003e: 외관상 확인이 어려운 \u003cstrong\u003e부쇼네(Cork Taint), 환원, 산화, 브렛\u003c\/strong\u003e 등의 문제로 인한 환불 역시 불가함을 미리 양해 부탁드립니다.\u003c\/li\u003e\n                            \u003c\/ul\u003e\n                        \u003c\/div\u003e\n\n                        \u003c!-- Shipping Alert --\u003e\n                        \u003cdiv class=\"shipping-alert\"\u003e\n                            \u003ci class=\"fas fa-shipping-fast text-xl mt-1\"\u003e\u003c\/i\u003e\n                            \u003cdiv\u003e\n                                \u003cstrong class=\"block mb-1\"\u003e배송 일정 안내\u003c\/strong\u003e\n                                해당 상품은 주문 접수 후 \u003cspan class=\"font-bold underline\"\u003e배송 시작까지 6주 이상 소요\u003c\/span\u003e가 되는 상품입니다.\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"bg-gray-50 rounded-2xl p-8 border border-gray-200 shadow-inner h-full flex flex-col justify-center\"\u003e\n                    \u003cdiv class=\"flex justify-between items-center mb-4 border-b border-gray-200 pb-2\"\u003e\n                        \u003clabel class=\"text-xs uppercase text-gray-500 tracking-wider font-bold\"\u003e예상 결제 금액 (원화)\u003c\/label\u003e\n                        \u003cdiv class=\"flex items-center gap-2\"\u003e\n                             \u003cspan class=\"text-xs text-gray-400\"\u003eRate:\u003c\/span\u003e\n                             \u003cinput type=\"number\" id=\"exchangeRate\" value=\"1702.23\" class=\"w-20 bg-transparent border-none text-right text-sm text-gray-700 font-bold focus:outline-none focus:ring-0\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003c!-- Discount Info in Calculator --\u003e\n                    \u003cdiv class=\"mb-4 bg-yellow-50 border border-yellow-200 rounded-lg p-3 text-center\"\u003e\n                        \u003cp class=\"text-xs text-yellow-800 font-bold mb-1\"\u003e\n                            \u003ci class=\"fas fa-crown text-yellow-600 mr-1\"\u003e\u003c\/i\u003e 보르도 클럽 회원 혜택\n                        \u003c\/p\u003e\n                        \u003cp class=\"text-xs text-gray-600 leading-tight\"\u003e\n                            보르도 클럽 회원이시면 \u003cspan class=\"text-red-600 font-bold\"\u003e5% 추가 할인\u003c\/span\u003e 가능하십니다.\n                        \u003c\/p\u003e\n                        \u003cdiv class=\"mt-2 flex justify-center items-center gap-2 text-xs\"\u003e\n                            \u003cspan class=\"text-gray-400 line-through\"\u003e€187.00\u003c\/span\u003e\n                            \u003ci class=\"fas fa-arrow-right text-gray-400 text-[10px]\"\u003e\u003c\/i\u003e\n                            \u003cspan class=\"text-red-700 font-bold text-sm\"\u003e€177.65\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"text-4xl font-extrabold text-gray-800 mb-2 tracking-tight\" id=\"krwPrice\"\u003e₩ 0\u003c\/div\u003e\n                    \u003cp class=\"text-xs text-gray-500 mb-6\" id=\"krwNote\"\u003e※ 할인가(€177.65) 기준 (관세\/배송비 별도)\u003c\/p\u003e\n                    \n                    \u003cbutton onclick=\"fetchAndDisplayRate()\" id=\"updateRate\" class=\"w-full py-4 bg-red-900 text-white font-bold text-sm tracking-widest hover:bg-red-700 transition-all duration-300 rounded-xl shadow-lg hover:shadow-xl\"\u003e\n                        \u003ci class=\"fas fa-sync-alt mr-2\"\u003e\u003c\/i\u003e 실시간 환율 적용\n                    \u003c\/button\u003e\n                    \u003cp id=\"loadingIndicator\" class=\"text-center text-xs text-gray-500 mt-2 hidden font-medium\"\u003e\n                        \u003ci class=\"fas fa-spinner fa-spin\"\u003e\u003c\/i\u003e 환율 정보 조회 중...\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/main\u003e\n\n    \u003cfooter class=\"border-t border-gray-200 bg-white py-12 mt-20\"\u003e\n        \u003cdiv class=\"max-w-7xl mx-auto px-4 flex flex-col md:flex-row justify-between items-center gap-6\"\u003e\n            \u003cdiv class=\"text-2xl title-font text-gray-900\"\u003eCHÂTEAU LÉOVILLE LAS CASES\u003c\/div\u003e\n            \u003cdiv class=\"text-xs text-gray-500 font-light text-center md:text-right leading-relaxed\"\u003e\n                © 2025 Château Léoville Las Cases.\u003cbr\u003e\n                Saint-Julien, Bordeaux.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/footer\u003e\n\n\u003cscript\u003e\n    gsap.registerPlugin(ScrollTrigger);\n\n    gsap.to(\".gsap-hero\", {\n        y: 0, opacity: 1, duration: 1.2, stagger: 0.2, ease: \"power3.out\"\n    });\n\n    const fadeUpElements = document.querySelectorAll(\".gsap-fade-up\");\n    fadeUpElements.forEach(el =\u003e {\n        gsap.fromTo(el, \n            { y: 50, opacity: 0 },\n            { y: 0, opacity: 1, duration: 1, ease: \"power3.out\", scrollTrigger: { trigger: el, start: \"top 90%\" }}\n        );\n    });\n\n    gsap.fromTo(\".gsap-fade-right\", \n        { x: -30, opacity: 0 },\n        { x: 0, opacity: 1, duration: 1, ease: \"power3.out\", scrollTrigger: { trigger: \".gsap-fade-right\", start: \"top 85%\" }}\n    );\n    gsap.fromTo(\".gsap-fade-left\", \n        { x: 30, opacity: 0 },\n        { x: 0, opacity: 1, duration: 1, ease: \"power3.out\", scrollTrigger: { trigger: \".gsap-fade-left\", start: \"top 85%\" }}\n    );\n\n    \/\/ --- Chart.js ---\n    const commonOptions = {\n        responsive: true,\n        maintainAspectRatio: false,\n        plugins: { legend: { display: false } },\n        scales: {\n            y: { grid: { color: 'rgba(0, 0, 0, 0.05)' }, ticks: { color: '#666', font: { family: 'Inter', size: 10 } } },\n            x: { grid: { display: false }, ticks: { color: '#666', font: { family: 'Inter', size: 10 } } }\n        }\n    };\n\n    \/\/ Vintage Score Data (From Image: 1992-90, 1993-91, 1994-92, 1995-94, 1996-96)\n    const vintageCtx = document.getElementById('vintageChart').getContext('2d');\n    new Chart(vintageCtx, {\n        type: 'bar',\n        data: {\n            labels: ['1992', '1993', '1994', '1995', '1996'],\n            datasets: [{\n                data: [90, 91, 92, 94, 96],\n                backgroundColor: (ctx) =\u003e ctx.dataIndex === 2 ? '#69140E' : '#e5e5e5', \/\/ Highlight 1994\n                borderRadius: 4,\n                barThickness: 30\n            }]\n        },\n        options: {\n            ...commonOptions,\n            scales: { ...commonOptions.scales, y: { ...commonOptions.scales.y, min: 85, max: 100 } }\n        }\n    });\n\n    \/\/ Price Trend Data (Simulated)\n    const priceCtx = document.getElementById('priceChart').getContext('2d');\n    let gradient = priceCtx.createLinearGradient(0, 0, 0, 400);\n    gradient.addColorStop(0, 'rgba(105, 20, 14, 0.4)'); \n    gradient.addColorStop(1, 'rgba(255, 255, 255, 0)');\n\n    new Chart(priceCtx, {\n        type: 'line',\n        data: {\n            labels: ['2020', '2021', '2022', '2023', '2024', 'Jan 25', 'May 25', 'Oct 25'],\n            datasets: [{\n                label: 'Market Price',\n                data: [150, 160, 175, 180, 182, 185, 187, 190], \n                borderColor: '#69140E', \/\/ Imperial Red\n                backgroundColor: gradient,\n                borderWidth: 2,\n                pointBackgroundColor: '#fff',\n                pointBorderColor: '#69140E',\n                pointRadius: 0,\n                fill: true,\n                tension: 0.3\n            }]\n        },\n        options: {\n            ...commonOptions,\n            scales: { ...commonOptions.scales, y: { ...commonOptions.scales.y, min: 100, max: 250, ticks: { callback: (val) =\u003e '\u0026euro;' + val, color: '#666' } } }\n        }\n    });\n\n    \/\/ Exchange Rate \u0026 Discount Logic\n    const ORIGINAL_PRICE_EUR = 187.00;\n    const DISCOUNT_RATE = 0.05; \/\/ 5%\n    const DISCOUNTED_PRICE_EUR = ORIGINAL_PRICE_EUR * (1 - DISCOUNT_RATE); \/\/ 177.65\n    \n    function updateKrwPrice(rate) {\n        const krwPriceElement = document.getElementById('krwPrice');\n        const finalRate = parseFloat(rate);\n        if (!isNaN(finalRate) \u0026\u0026 finalRate \u003e 0) {\n            const calculatedPrice = Math.round(DISCOUNTED_PRICE_EUR * finalRate);\n            krwPriceElement.textContent = new Intl.NumberFormat('ko-KR', { style: 'currency', currency: 'KRW' }).format(calculatedPrice);\n            document.getElementById('exchangeRate').value = finalRate.toFixed(2);\n        }\n    }\n\n    async function fetchAndDisplayRate() {\n        const indicator = document.getElementById('loadingIndicator');\n        const btn = document.getElementById('updateRate');\n        btn.disabled = true;\n        indicator.classList.remove('hidden');\n        \n        setTimeout(() =\u003e {\n            const currentRate = parseFloat(document.getElementById('exchangeRate').value);\n            const newRate = 1700 + (Math.random() * 10); \n            updateKrwPrice(newRate);\n            indicator.classList.add('hidden');\n            btn.disabled = false;\n        }, 1200);\n    }\n    \n    updateKrwPrice(1702.23);\n    document.getElementById('exchangeRate').addEventListener('input', (e) =\u003e updateKrwPrice(e.target.value));\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Chateau Leoville-Las Cases","offers":[{"title":"Default Title","offer_id":53438340530505,"sku":null,"price":185.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0791\/8593\/6713\/files\/old-syatto-le-obil-laseu-kkaseu-1993-ledeuwain-383.webp?v=1761125077","url":"https:\/\/xwine.club\/products\/old-%ec%83%a4%eb%98%90-%eb%a0%88%ec%98%a4%eb%b9%8c-%eb%9d%bc%ec%8a%a4-%ea%b9%8c%ec%8a%a4-1994","provider":"엑스와인","version":"1.0","type":"link"}