body.page-store{--base: #fff;--paper: #fff;--dark: #070707;--ink-2: #2A2B2A;--line: #DFDFDF;--line-strong: #B5B5B5;--muted: #888;--muted-2: #B0B0B0;--on-dark-mute: rgba(255,255,255,.64);--pad: 40px;--font-kr: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}@media(max-width:768px){body.page-store{--pad: 20px}}.kch-store .mono{font-family:var(--font-mono);letter-spacing:.02em}.kch-store .num{font-variant-numeric:tabular-nums}body.page-store{background:var(--base)}body.page-store main{background:var(--base)}.kch-store .kch-store-tabs{display:flex;gap:32px;border-bottom:1px solid var(--line);margin-bottom:40px}.kch-store .kch-store-tab{display:flex;align-items:baseline;gap:10px;padding:14px 0;color:var(--muted);cursor:pointer;position:relative;transition:color .2s}.kch-store .kch-store-tab:hover,.kch-store .kch-store-tab.is-active{color:var(--ink)}.kch-store .kch-store-tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--ink)}.kch-store .kch-store-tab-ko{font-size:16px;font-weight:600;white-space:nowrap}.kch-store .kch-store-tab-en{font-size:11px;color:var(--muted-2);white-space:nowrap}.kch-store-grid{display:grid;grid-template-columns:minmax(320px,4fr) minmax(0,8fr);gap:0;border:1px solid var(--line);height:720px;background:var(--paper)}.kch-store-side{display:flex;flex-direction:column;border-right:1px solid var(--line);overflow:hidden}.kch-store-filter{padding:24px 24px 20px;display:flex;flex-direction:column;gap:14px;border-bottom:1px solid var(--line)}.kch-store-filter-row{display:flex}.kch-store-select{width:100%;padding:12px 36px 12px 14px;border:1px solid var(--line-strong);background:transparent;font-family:var(--font-kr);font-size:14px;color:var(--ink);outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'><path d='M1 1L5 5L9 1' stroke='%231C3557' stroke-width='1.5'/></svg>");background-repeat:no-repeat;background-position:right 14px center}.kch-store-search{display:flex;flex:1;border:1px solid var(--line-strong)}.kch-store-search input{flex:1;padding:12px 14px;border:0;outline:0;font-family:var(--font-kr);font-size:14px;background:transparent;color:var(--ink)}.kch-store-search input::placeholder{color:var(--muted-2)}.kch-store-search button{padding:0 14px;color:var(--muted);border-left:1px solid var(--line);cursor:pointer}.kch-store-search button:hover{color:var(--ink)}.kch-store-check{display:flex;align-items:center;gap:10px;cursor:pointer;user-select:none}.kch-store-check input{position:absolute;opacity:0;pointer-events:none}.kch-store-check-box{width:16px;height:16px;border:1px solid var(--line-strong);position:relative;flex-shrink:0;transition:background .15s,border-color .15s}.kch-store-check input:checked+.kch-store-check-box{background:var(--ink);border-color:var(--ink)}.kch-store-check input:checked+.kch-store-check-box:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}.kch-store-check-label{font-size:13px;color:var(--ink-2)}.kch-store-meta{padding:14px 24px;color:var(--muted);display:flex;gap:8px;border-bottom:1px solid var(--line);background:var(--base)}.kch-store-meta span:first-child{color:var(--ink);font-weight:600}.kch-store-list{flex:1;overflow-y:auto;scrollbar-width:thin}.kch-store-list::-webkit-scrollbar{width:6px}.kch-store-list::-webkit-scrollbar-track{background:transparent}.kch-store-list::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:999px}.kch-store-card{width:100%;display:flex;flex-direction:column;text-align:left;padding:20px 24px;border:0;border-bottom:1px solid var(--line);background:transparent;cursor:pointer;transition:background .2s,padding-left .2s;position:relative}.kch-store-card:hover{background:var(--base);padding-left:28px}.kch-store-card.is-active{background:var(--ink);color:#fff}.kch-store-card.is-active .kch-store-card-type,.kch-store-card.is-active .kch-store-card-num,.kch-store-card.is-active .kch-store-card-addr,.kch-store-card.is-active .kch-store-card-phone{color:var(--on-dark-mute)}.kch-store-card.is-active .kch-store-card-badge{background:#ffffff1f;color:#fff;border-color:#ffffff4d}.kch-store-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:11px}.kch-store-card-type{color:var(--muted)}.kch-store-card-num{color:var(--muted-2)}.kch-store-card-name{font-size:16px;font-weight:600;letter-spacing:-.015em;color:inherit;margin:0 0 6px}.kch-store-card-addr{font-size:13px;line-height:1.5;color:var(--muted);margin-bottom:12px}.kch-store-card-foot{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid var(--line);gap:12px}.kch-store-card.is-active .kch-store-card-foot{border-top-color:#ffffff2e}.kch-store-card-phone{color:var(--muted);font-size:11px}.kch-store-card-badge{font-size:10px;color:var(--dark);border:1px solid var(--line-strong);padding:3px 8px}.kch-store-empty{padding:60px 24px;text-align:center;color:var(--muted-2);font-size:11px;line-height:1.8}.kch-store-map-wrap{position:relative}.kch-store-map{width:100%;height:100%}.kch-store-notice{margin-top:16px;color:var(--muted-2);font-size:10px}.kch-store-online-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.kch-store-online-card{display:flex;flex-direction:column;padding:20px;min-height:240px;border:1px solid var(--line);background:var(--paper);transition:border-color .2s,box-shadow .25s,transform .25s}.kch-store-online-card:hover{border-color:var(--line-strong);transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.kch-store-online-top{display:flex;justify-content:space-between;align-items:center;font-size:11px;margin-bottom:16px}.kch-store-online-kind{color:var(--muted)}.kch-store-online-num{color:var(--muted-2)}.kch-store-online-logo{flex:1;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:4px;padding:24px;margin-bottom:16px;min-height:110px}.kch-store-online-logo img{max-width:100%;max-height:80px;object-fit:contain}.kch-store-online-foot{display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid var(--line)}.kch-store-online-name{font-size:14px;font-weight:600;color:var(--ink)}.kch-store-online-arrow{font-family:var(--font-mono);font-size:14px;color:var(--muted);transition:color .2s,transform .2s}.kch-store-online-card:hover .kch-store-online-arrow{color:var(--ink);transform:translate(3px)}.kch-store-sheet-handle{display:none}@media(max-width:1024px)and (min-width:769px){.kch-store-grid{grid-template-columns:1fr;height:auto}.kch-store-side{border-right:0;border-bottom:1px solid var(--line)}.kch-store-list{max-height:480px}.kch-store-map-wrap{height:480px}.kch-store-online-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){html:has(body.page-store){overflow:hidden;height:100vh;height:100dvh}body.page-store{overflow:hidden;height:100vh;height:100dvh}body.page-store main{padding-top:64px;padding-bottom:0!important;overflow:hidden;height:100vh;height:100dvh}body.page-store.page-store-online{overflow:auto}body.page-store.page-store-online main{height:auto;overflow:visible;padding-bottom:40px!important}body.page-store .footer,body.page-store .bottom-nav,body.page-store .launcher-fab{display:none!important}.kch-store .section-head{padding-bottom:14px;margin-bottom:16px;grid-template-columns:1fr;gap:0}.kch-store .section-head .eyebrow,.kch-store .section-head .h-section-en,.kch-store .section-head .h-section br,.kch-store .section-head .right-meta{display:none}.kch-store .section-head .h-section{font-size:22px;line-height:1.3}.kch-store{padding-block:16px 0}.kch-store .kch-store-tabs{gap:20px;margin-bottom:12px}.kch-store .kch-store-tab{padding:10px 0}.kch-store .kch-store-tab-en{display:none}.kch-store-grid{position:relative;grid-template-columns:1fr;height:calc(100vh - 204px);height:calc(100dvh - 204px);min-height:360px;border:0;overflow:hidden;margin-left:calc(-1 * var(--pad));margin-right:calc(-1 * var(--pad))}.kch-store-map-wrap{width:100%;height:100%}.kch-store-side{position:fixed;left:0;right:0;bottom:0;height:56px;background:var(--paper);border:1px solid var(--line);border-radius:16px 16px 0 0;transition:height .35s cubic-bezier(.32,.72,0,1);z-index:30;box-shadow:0 -8px 24px #00000014;overflow:hidden;display:flex;flex-direction:column}.kch-store-side.is-open{height:78vh}.kch-store-sheet-handle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:8px 16px;height:56px;background:transparent;cursor:pointer;flex-shrink:0;border-bottom:1px solid transparent;transition:border-color .3s}.kch-store-side.is-open .kch-store-sheet-handle{border-bottom-color:var(--line)}.kch-store-sheet-grip{width:40px;height:4px;background:var(--line-strong);border-radius:999px}.kch-store-sheet-label{font-size:10px;color:var(--muted)}.kch-store-filter{padding:0 20px;gap:10px;max-height:0;border-bottom:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease,border-color .3s ease}.kch-store-side.is-open .kch-store-filter{max-height:280px;padding:14px 20px;border-bottom:1px solid var(--line)}.kch-store-meta{display:none}.kch-store-list{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.kch-store-card{padding:16px 20px}.kch-store-card:hover{padding-left:20px}.kch-store-notice{display:none}.kch-store-online-grid{grid-template-columns:repeat(2,1fr);gap:10px}.kch-store-online-card{padding:18px 16px;min-height:160px}}
