@charset "utf-8";
.promo-layer{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.42);padding:20px;opacity:1;visibility:visible;transition:.25s}
.promo-layer.is-hide{opacity:0;visibility:hidden;pointer-events:none}
.promo-card{position:relative;width:min(430px,100%);padding:48px 42px 34px;background:#f5eee6;text-align:center;box-shadow:0 26px 70px rgba(0,0,0,.25)}
.promo-card .eyebrow{font-size:.76rem;letter-spacing:.2em;color:#8a6a48;margin-bottom:12px}.promo-card strong{display:block;font-size:1.65rem;font-weight:400;line-height:1.35}.promo-card span{display:block;margin-top:12px;color:#6f6258}.promo-close{position:absolute;right:18px;top:18px;width:32px;height:32px}.promo-close:before,.promo-close:after{content:"";position:absolute;left:7px;top:15px;width:18px;height:1px;background:#2a211d}.promo-close:before{transform:rotate(45deg)}.promo-close:after{transform:rotate(-45deg)}.promo-actions{display:flex;margin-top:28px;border:1px solid #2a211d}.promo-actions a,.promo-actions button{flex:1;min-height:48px;font-size:.84rem}.promo-actions a{display:flex;align-items:center;justify-content:center;background:#2a211d;color:#fff}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(34,25,21,.1);transition:.25s}.site-header.is-scrolled{box-shadow:0 8px 30px rgba(0,0,0,.07)}.top-notice{height:42px;display:flex;align-items:center;justify-content:center;gap:18px;background:#2a1914;color:#fff;font-size:.88rem;letter-spacing:.02em}.notice-close{font-size:0;width:22px;height:22px;position:relative}.notice-close:before,.notice-close:after{content:"";position:absolute;left:4px;top:10px;width:14px;height:1px;background:#fff}.notice-close:before{transform:rotate(45deg)}.notice-close:after{transform:rotate(-45deg)}.header-util{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 6.25vw;border-bottom:1px solid #eee8e2;font-size:.78rem;color:#61564f}.util-links{display:flex;gap:20px}.lang-select{position:relative}.lang-select button{padding-right:18px}.lang-select button:after{content:"";position:absolute;right:0;top:9px;border:4px solid transparent;border-top-color:#61564f}.lang-select ul{display:none;position:absolute;top:28px;left:0;min-width:90px;padding:10px;background:#fff;border:1px solid #ded6ce}.lang-select:hover ul{display:block}.header-main{height:92px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 6.25vw}.logo a{display:block;font-size:2.15rem;font-weight:400;letter-spacing:.2em;white-space:nowrap}.hamburger{display:none;width:44px;height:44px;position:relative}.hamburger span{display:block;width:24px;height:1px;background:#2a211d;margin:6px auto}.header-icons{display:flex;justify-content:flex-end;align-items:center;gap:18px}.icon-btn{position:relative;width:30px;height:30px;display:inline-block}.search-open:before{content:"";position:absolute;left:4px;top:4px;width:14px;height:14px;border:1px solid #2a211d;border-radius:50%}.search-open:after{content:"";position:absolute;right:5px;bottom:6px;width:9px;height:1px;background:#2a211d;transform:rotate(45deg)}.mypage:before{content:"";position:absolute;left:9px;top:4px;width:11px;height:11px;border:1px solid #2a211d;border-radius:50%}.mypage:after{content:"";position:absolute;left:5px;bottom:3px;width:19px;height:12px;border:1px solid #2a211d;border-radius:14px 14px 0 0;border-bottom:0}.cart:before{content:"";position:absolute;left:5px;top:8px;width:20px;height:16px;border:1px solid #2a211d}.cart:after{content:"";position:absolute;left:10px;top:4px;width:10px;height:8px;border:1px solid #2a211d;border-bottom:0;border-radius:8px 8px 0 0}.cart span{position:absolute;right:-7px;top:-7px;width:18px;height:18px;border-radius:50%;background:#2a1914;color:#fff;font-size:.68rem;text-align:center;line-height:18px}.gnb{height:56px;display:flex;justify-content:center;border-top:1px solid #eee8e2}.gnb>ul{display:flex}.gnb>ul>li{position:relative}.gnb>ul>li>a{display:flex;align-items:center;height:56px;padding:0 34px;font-size:.9rem;letter-spacing:.08em}.mega-menu{position:absolute;left:50%;top:56px;transform:translateX(-50%) translateY(10px);min-width:170px;padding:20px 24px;background:#fff;border:1px solid #eee8e2;box-shadow:0 18px 40px rgba(0,0,0,.08);opacity:0;visibility:hidden;transition:.25s}.mega-menu.wide{min-width:260px;display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.mega-menu a{display:block;padding:8px 0;color:#5f524a;font-size:.88rem}.gnb li:hover .mega-menu,.gnb li:focus-within .mega-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.mobile-drawer,.drawer-dim{display:none}.search-layer{position:fixed;inset:0;z-index:1900;background:rgba(255,255,255,.98);display:flex;align-items:flex-start;justify-content:center;padding-top:14vh;opacity:0;visibility:hidden;transition:.25s}.search-layer.is-open{opacity:1;visibility:visible}.search-box{width:min(680px,calc(100% - 40px));position:relative;text-align:center}.search-box h2{font-size:3rem;font-weight:400;letter-spacing:.12em;margin-bottom:36px}.search-close{position:absolute;right:0;top:5px;width:36px;height:36px}.search-close:before,.search-close:after{content:"";position:absolute;left:7px;top:17px;width:22px;height:1px;background:#1d1714}.search-close:before{transform:rotate(45deg)}.search-close:after{transform:rotate(-45deg)}.search-box form{display:flex;border-bottom:2px solid #1d1714}.search-box input{flex:1;height:58px;border:0;outline:0;font-size:1.05rem}.search-box form button{width:90px}.hot-keywords{margin-top:28px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px 16px;color:#6f6258}.hot-keywords strong{width:100%;color:#1d1714;margin-bottom:4px}.site-footer{position:relative;padding:64px 6.25vw 54px;background:#241a16;color:#d8cec6}.footer-links{display:flex;flex-wrap:wrap;gap:10px 28px;padding-bottom:26px;border-bottom:1px solid rgba(255,255,255,.14);font-size:.86rem}.footer-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:36px 0;border-bottom:1px solid rgba(255,255,255,.14)}.footer-nav dt{color:#fff;margin-bottom:12px;letter-spacing:.08em}.footer-nav dd{margin-top:6px;color:#b8aaa1;font-size:.88rem}.company{padding-top:30px;color:#b8aaa1;font-size:.86rem}.company h2{color:#fff;font-weight:400;letter-spacing:.18em;margin-bottom:14px}.company p{margin-top:5px}.copy{margin-top:18px!important}.top-btn{position:absolute;right:6.25vw;bottom:48px;width:54px;height:54px;border:1px solid rgba(255,255,255,.35);color:#fff;font-size:.72rem;letter-spacing:.08em}
@media (min-width:1440px){.header-util,.header-main{padding-left:7.2vw;padding-right:7.2vw}.logo a{font-size:2.35rem}.gnb>ul>li>a{padding:0 42px}.site-footer{padding-left:7.2vw;padding-right:7.2vw}.top-btn{right:7.2vw}}
@media (min-width:1280px) and (max-width:1439px){.header-util,.header-main{padding-left:5vw;padding-right:5vw}.header-main{height:82px}.logo a{font-size:1.95rem}.gnb>ul>li>a{padding:0 28px}.site-footer{padding-left:5vw;padding-right:5vw}.top-btn{right:5vw}}
@media (max-width:1279px){.top-notice{height:38px}.header-util,.gnb{display:none}.header-main{height:72px;padding:0 5.2vw;grid-template-columns:auto 1fr auto}.hamburger{display:block}.logo{justify-self:center}.logo a{font-size:1.55rem;letter-spacing:.16em}.header-icons{gap:10px}.header-icons .mypage{display:none}.mobile-drawer{display:block;position:fixed;left:0;top:0;bottom:0;z-index:1800;width:min(430px,86vw);background:#fff;transform:translateX(-105%);transition:.32s;overflow-y:auto}.mobile-drawer.is-open{transform:translateX(0)}.drawer-dim{display:block;position:fixed;inset:0;z-index:1700;background:rgba(0,0,0,.42);opacity:0;visibility:hidden;transition:.25s}.drawer-dim.is-open{opacity:1;visibility:visible}.drawer-head{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid #eee8e2}.drawer-head strong{font-weight:400;letter-spacing:.16em}.drawer-head button{width:38px;height:38px;position:relative}.drawer-head button:before,.drawer-head button:after{content:"";position:absolute;left:8px;top:18px;width:22px;height:1px;background:#1d1714}.drawer-head button:before{transform:rotate(45deg)}.drawer-head button:after{transform:rotate(-45deg)}.drawer-login{display:flex;padding:18px 24px;gap:8px}.drawer-login a{flex:1;display:flex;align-items:center;justify-content:center;min-height:46px;border:1px solid #2a211d;font-size:.9rem}.drawer-menu{border-top:1px solid #eee8e2}.drawer-menu>li{border-bottom:1px solid #eee8e2}.drawer-menu>li>a,.drawer-menu>li>button{width:100%;min-height:56px;padding:0 24px;text-align:left;display:flex;align-items:center;justify-content:space-between;letter-spacing:.06em}.drawer-menu>li>button:after{content:"+"}.drawer-menu>li.is-open>button:after{content:"-"}.drawer-menu>li>div{display:none;padding:0 24px 18px}.drawer-menu>li.is-open>div{display:grid}.drawer-menu>li>div a{padding:8px 0;color:#6f6258}.site-footer{padding:50px 5.2vw}.footer-nav{grid-template-columns:repeat(2,1fr)}.top-btn{right:5.2vw}}
@media (max-width:767px){.promo-card{padding:42px 24px 28px}.promo-card strong{font-size:1.35rem}.promo-actions{display:block}.promo-actions a,.promo-actions button{width:100%;display:flex;align-items:center;justify-content:center}.top-notice{padding:0 38px 0 16px;justify-content:flex-start;font-size:.78rem}.notice-close{position:absolute;right:12px}.header-main{height:64px;padding:0 18px}.logo a{font-size:1.12rem;letter-spacing:.12em}.icon-btn{width:28px;height:28px}.cart{display:none}.search-layer{padding-top:100px}.search-box{width:calc(100% - 32px);text-align:left}.search-box h2{font-size:2.1rem;margin-bottom:26px}.search-close{top:0}.search-box input{height:54px}.search-box form button{width:70px}.hot-keywords{justify-content:flex-start}.site-footer{padding:44px 20px 82px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}.footer-nav{grid-template-columns:1fr;gap:18px;padding:28px 0}.top-btn{left:20px;right:auto;bottom:24px;width:50px;height:50px}}
@media (max-width:320px){.header-main{padding-left:14px;padding-right:14px}.logo a{font-size:1rem}.drawer-head,.drawer-login,.drawer-menu>li>a,.drawer-menu>li>button{padding-left:18px;padding-right:18px}.site-footer{padding-left:16px;padding-right:16px}.footer-links{grid-template-columns:1fr}}
