:root { --hv-glass-bd: rgba(255,255,255,0.22); --hv-glass-bg: rgba(255,255,255,0.08); --hv-dark-bd : rgba(0,0,0,0.12); --hv-dark-bg : rgba(255,255,255,0.9); } #hv-hd { position: fixed; top: var(--hv-hd-top); left: 0; width: 100%; height: var(--hv-h); z-index: var(--z-hd); background: transparent; transform: translateY(0); will-change: transform; transition: transform 0.55s var(--expo); } #hv-hd.hv--solid { position: fixed; } #hv-hd.hv--sc { position: fixed; height: var(--hv-h-sc); top: var(--hv-hd-sc-top, 0px); } #hv-hd.hv--sc .hv-inner { width: var(--hv-inner-w-sc, var(--hv-inner-w, 95%)); } #hv-hd.hv--hide { transform: translateY(-100%); transition: transform 0.8s var(--expo), background 0.4s var(--expo), backdrop-filter 0.5s var(--expo); } #hv-hd.hv--peek { transform: translateY(0); transition: transform 0.85s var(--expo) 0.2s, background 0.4s var(--expo), backdrop-filter 0.5s var(--expo); } .hv-inner { position: relative; width: var(--hv-inner-w, 95%); max-width: 2400px; height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--hv-hd-pad-x, 0px); background: transparent; border-radius: var(--hv-hd-radius, 0px); -webkit-backdrop-filter: none; backdrop-filter: none; transition: background 0.58s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s var(--expo), backdrop-filter 0.4s var(--expo), border-radius 0.4s var(--expo); } #hv-hd.hv--solid .hv-inner, #hv-hd.hv--trans .hv-inner { background: var(--hv-hd-bg); -webkit-backdrop-filter: blur(var(--hv-hd-blur, 0px)); backdrop-filter: blur(var(--hv-hd-blur, 0px)); box-shadow: 0 6px 28px rgba(0,0,0,0.06); } #hv-hd.hv--sc .hv-inner { background: var(--hv-hd-sc-bg, var(--hv-hd-bg)); -webkit-backdrop-filter: blur(var(--hv-hd-blur, 0px)); backdrop-filter: blur(var(--hv-hd-blur, 0px)); box-shadow: 0 12px 40px rgba(0,0,0,0.08); border-radius: var(--hv-hd-sc-radius, 0px); } #hv-hd.hv-drop-horizontal.hv--nav-hover .hv-inner, #hv-hd.hv-drop-mega.hv--nav-hover .hv-inner, #hv-hd.hv-drop-mega.hv--mega-open .hv-inner { border-radius: var(--hv-hd-radius, 0px) var(--hv-hd-radius, 0px) 0 0; } #hv-hd.hv--sc.hv-drop-horizontal.hv--nav-hover .hv-inner, #hv-hd.hv--sc.hv-drop-mega.hv--nav-hover .hv-inner, #hv-hd.hv--sc.hv-drop-mega.hv--mega-open .hv-inner { border-radius: var(--hv-hd-sc-radius, 0px) var(--hv-hd-sc-radius, 0px) 0 0; } @media (min-width: 901px) { #hv-hd.hv--stacked:not(.hv--sc) { height: auto; } #hv-hd.hv--stacked:not(.hv--sc) .hv-inner { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-items: center; height: auto; min-height: var(--hv-h); padding-top: 14px; padding-bottom: 14px; row-gap: 6px; } #hv-hd.hv--stacked:not(.hv--sc) .hv-logo { grid-column: 1 / -1; justify-self: center; } #hv-hd.hv--stacked:not(.hv--sc) .hv-logo__def { position: relative; } #hv-hd.hv--stacked:not(.hv--sc) .hv-nav { grid-column: 1; grid-row: 2; justify-self: start; position: relative; inset: auto; height: auto; width: auto; justify-content: flex-start; } #hv-hd.hv--stacked:not(.hv--sc) .hv-btn-group { grid-column: 2; grid-row: 2; justify-self: end; } #hv-hd.hv--stacked:not(.hv--sc) ~ #hv-sub-wrap, #hv-hd.hv--stacked:not(.hv--sc) ~ #hv-mega { top: calc(var(--hv-h) + var(--hv-h-stacked-offset, 60px) + var(--hv-hd-top, 0px)); } } .hv-logo, .hv-nav, .hv-btn-group { transition: opacity 0.25s var(--expo), transform 0.25s var(--expo); } #hv-hd.hv--hide .hv-logo, #hv-hd.hv--hide .hv-nav, #hv-hd.hv--hide .hv-btn-group { opacity: 0; transform: translateY(-6px); } #hv-hd.hv--peek .hv-logo { opacity: 1; transform: translateY(0); transition: opacity 0.45s var(--expo) 0.80s, transform 0.5s var(--expo) 0.80s; } #hv-hd.hv--peek .hv-nav { opacity: 1; transform: translateY(0); transition: opacity 0.45s var(--expo) 1.0s, transform 0.5s var(--expo) 1.0s; } #hv-hd.hv--peek .hv-btn-group { opacity: 1; transform: translateY(0); transition: opacity 0.45s var(--expo) 1.0s, transform 0.5s var(--expo) 1.0s; } #hv-hd.hv--trans .hv-logo, #hv-hd.hv--trans .hv-nav, #hv-hd.hv--trans .hv-btn-group, #hv-hd.hv--solid .hv-logo, #hv-hd.hv--solid .hv-nav, #hv-hd.hv--solid .hv-btn-group { opacity: 1; transform: translateY(0); transition: opacity 0.3s var(--expo), transform 0.3s var(--expo); } #hv-hd.hv--sc .hv-logo, #hv-hd.hv--sc .hv-nav, #hv-hd.hv--sc .hv-btn-group { opacity: 1; transform: translateY(0); transition: opacity 0.6s var(--expo), transform 0.3s var(--expo); } .hv-logo { position: relative; width: var(--hv-lw); flex-shrink: 0; z-index: 20; } .hv-logo:hover { transform: translateY(-2px); } .hv-logo a { display: block; line-height: 0; } .hv-logo img { width: 100%; height: auto; display: block; transition: transform 0.6s var(--expo), filter 0.4s var(--expo); } .hv-logo:hover img { transform: scale(1.04) rotate(0.3deg); filter: brightness(1.05); } .hv-logo__def, .hv-logo__sc, .hv-logo__wht { position: absolute; top:0;right:0;bottom:0;left:0;inset:0; display: flex; align-items: center; transition: opacity 0.4s var(--expo), transform 0.5s var(--expo); } .hv-logo__def { opacity: 1; transform: translateY(0); } .hv-logo__sc { opacity: 0; transform: translateY(-10px) scale(0.98); } .hv-logo__wht { opacity: 0; transform: translateY(0); } #hv-hd.hv--sc .hv-logo { width: var(--hv-lw-sc); } #hv-hd.hv--sc .hv-logo__def { opacity: 0; transform: translateY(12px) scale(0.98); } #hv-hd.hv--sc .hv-logo__sc { opacity: 1; transform: translateY(0) scale(1); } #hv-hd.hv--sc .hv-logo__wht { opacity: 0; } .hv-logo--text { width: auto; min-width: 0; display: flex; align-items: center; } .hv-logo--text:hover { transform: none; } .hv-logo-text { display: inline-block; text-decoration: none; line-height: 1.2; white-space: nowrap; color: var(--hv-tx-index); transition: color .35s var(--expo), transform .5s var(--expo); } .hv-logo--text:hover .hv-logo-text { transform: translateY(-2px); } #hv-hd.hv--trans .hv-logo-text { color: var(--hv-tx-sub); } #hv-hd.hv--solid .hv-logo-text { color: var(--hv-tx-index); } #hv-hd.hv--sc .hv-logo-text { color: var(--hv-tx-sc); } #hv-hd.hv--nav-hover .hv-logo-text, #hv-hd.hv-drop-mega.hv--mega-open .hv-logo-text { color: var(--hv-hd-open-tx); } .hv-li { opacity: 0; transform: translateY(12px); animation: hvMenuFade 0.6s var(--expo) forwards; } .hv-li:nth-child(1) { animation-delay: 0.08s; } .hv-li:nth-child(2) { animation-delay: 0.16s; } .hv-li:nth-child(3) { animation-delay: 0.24s; } .hv-li:nth-child(4) { animation-delay: 0.32s; } .hv-li:nth-child(5) { animation-delay: 0.40s; } .hv-li:nth-child(6) { animation-delay: 0.48s; } .hv-li:nth-child(7) { animation-delay: 0.56s; } .hv-li:nth-child(8) { animation-delay: 0.64s; } .hv-li:nth-child(9) { animation-delay: 0.72s; } .hv-li:nth-child(10) { animation-delay: 0.80s; } .hv-li:nth-child(11) { animation-delay: 0.88s; } .hv-li:nth-child(12) { animation-delay: 0.96s; } .hv-li:nth-child(13) { animation-delay: 1.04s; } .hv-li:nth-child(14) { animation-delay: 1.12s; } .hv-li:nth-child(15) { animation-delay: 1.20s; } @keyframes hvMenuFade { to { opacity: 1; transform: translateY(0); } } .hv-nav { position: absolute; left: 0; right: 0; top: 0; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 5; } .hv-ul { display: flex; align-items: stretch; list-style: none; margin: 0; padding: 0; height: 100%; gap: 6px; } .hv-li { position: relative; display: flex; align-items: center; } .hv-a { position: relative; display: inline-flex; align-items: center; justify-content: center; height: 100%; padding: 0 calc(var(--hv-pc-px) + 4px); font-size: var(--hv-pc-sz); font-weight: var(--hv-pc-mw); letter-spacing: var(--hv-pc-ml); text-decoration: none; white-space: nowrap; overflow: visible; transition: none; } #hv-hd.hv--trans .hv-a { color: var(--hv-tx-sub); } #hv-hd.hv--solid .hv-a { color: var(--hv-tx-index); } #hv-hd.hv--sc .hv-a { color: var(--hv-tx-sc); } .hv-a::after { display: none; } .hv-a .cw { position: relative; display: inline-block; overflow: hidden; height: 1.3em; vertical-align: bottom; } .hv-a .cw .t, .hv-a .cw .u { display: block; line-height: 1.3; transition: transform 0.62s var(--expo), opacity 0.55s var(--expo); } .hv-a .cw .t { color: inherit; transform: translateY(0); opacity: 1; } .hv-a .cw .u { color: var(--hv-tx-hover); transform: translateY(100%); opacity: 0; position: absolute; top: 0; left: 0; white-space: pre; } .hv-li:hover > .hv-a .cw:nth-child(1) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(0 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(1) .u { transform:translateY(0); opacity:1; transition-delay:calc(0 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(2) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(1 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(2) .u { transform:translateY(0); opacity:1; transition-delay:calc(1 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(3) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(2 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(3) .u { transform:translateY(0); opacity:1; transition-delay:calc(2 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(4) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(3 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(4) .u { transform:translateY(0); opacity:1; transition-delay:calc(3 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(5) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(4 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(5) .u { transform:translateY(0); opacity:1; transition-delay:calc(4 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(6) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(5 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(6) .u { transform:translateY(0); opacity:1; transition-delay:calc(5 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(7) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(6 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(7) .u { transform:translateY(0); opacity:1; transition-delay:calc(6 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(8) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(7 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(8) .u { transform:translateY(0); opacity:1; transition-delay:calc(7 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(9) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(8 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(9) .u { transform:translateY(0); opacity:1; transition-delay:calc(8 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(10) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(9 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(10) .u { transform:translateY(0); opacity:1; transition-delay:calc(9 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(11) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(10 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(11) .u { transform:translateY(0); opacity:1; transition-delay:calc(10 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(12) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(11 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(12) .u { transform:translateY(0); opacity:1; transition-delay:calc(11 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(13) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(12 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(13) .u { transform:translateY(0); opacity:1; transition-delay:calc(12 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(14) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(13 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(14) .u { transform:translateY(0); opacity:1; transition-delay:calc(13 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(15) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(14 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(15) .u { transform:translateY(0); opacity:1; transition-delay:calc(14 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(16) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(15 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(16) .u { transform:translateY(0); opacity:1; transition-delay:calc(15 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(17) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(16 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(17) .u { transform:translateY(0); opacity:1; transition-delay:calc(16 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(18) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(17 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(18) .u { transform:translateY(0); opacity:1; transition-delay:calc(17 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(19) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(18 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(19) .u { transform:translateY(0); opacity:1; transition-delay:calc(18 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(20) .t { transform:translateY(-100%); opacity:0; transition-delay:calc(19 * 0.025s); } .hv-li:hover > .hv-a .cw:nth-child(20) .u { transform:translateY(0); opacity:1; transition-delay:calc(19 * 0.025s); } .hv-li.hv--cur > .hv-a .cw .t { color: var(--hv-tx-hover); } .hv-li.hv--cur > .hv-a::before { content: ''; position: absolute; bottom: 10px; left: calc(var(--hv-pc-px) + 4px); right: calc(var(--hv-pc-px) + 4px); height: 2px; background: var(--hv-tx-hover); border-radius: 2px; transform: scaleX(1); } #hv-hd.hv--trans .hv-li.hv--cur > .hv-a::before { background: var(--hv-tx-index); } @media (prefers-reduced-motion: no-preference) { .hv-li.hv--cur > .hv-a::before { transition: none; } } #hv-hd.hv--nav-tight-1 .hv-a { padding: 0 calc(var(--hv-pc-px) - 3px); font-size: max(13px, calc(var(--hv-pc-sz) - 1px)); } #hv-hd.hv--nav-tight-1 .hv-li.hv--cur > .hv-a::before { left: calc(var(--hv-pc-px) - 3px); right: calc(var(--hv-pc-px) - 3px); } #hv-hd.hv--nav-tight-2 .hv-a { padding: 0 calc(var(--hv-pc-px) - 10px); font-size: max(13px, calc(var(--hv-pc-sz) - 2px)); } #hv-hd.hv--nav-tight-2 .hv-li.hv--cur > .hv-a::before { left: calc(var(--hv-pc-px) - 10px); right: calc(var(--hv-pc-px) - 10px); } #hv-hd.hv--nav-tight-3 .hv-a { padding: 0 calc(var(--hv-pc-px) - 17px); font-size: max(12px, calc(var(--hv-pc-sz) - 3px)); } #hv-hd.hv--nav-tight-3 .hv-li.hv--cur > .hv-a::before { left: calc(var(--hv-pc-px) - 17px); right: calc(var(--hv-pc-px) - 17px); } #hv-hd.hv--nav-tight-4 .hv-a { padding: 0 8px; font-size: max(12px, calc(var(--hv-pc-sz) - 4px)); } #hv-hd.hv--nav-tight-4 .hv-li.hv--cur > .hv-a::before { left: 8px; right: 8px; } #hv-hd.hv--nav-collapse .hv-nav { opacity: 0; pointer-events: none; transform: translateY(-6px) scale(0.97); transition: opacity 0.4s var(--expo), transform 0.4s var(--expo); } .hv-btn-group { margin-left: auto; display: flex; align-items: center; gap: 10px; position: relative; z-index: 510; } .hv-search-btn { position: relative; width: 42px; height: 42px; background: transparent; border: none; box-shadow: none; border-radius: 50%; color: var(--hv-tx-index); display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; transition: color 0.25s var(--expo), transform 0.35s var(--spring), background 0.35s var(--expo), border-color 0.35s var(--expo), box-shadow 0.35s var(--expo); } #hv-hd.hv--solid .hv-search-btn { color: var(--hv-tx-index); } #hv-hd.hv--sc .hv-search-btn { color: var(--hv-tx-sc); } .hv-search-btn:hover { color: var(--hv-main); transform: translateY(-2px) scale(1.06); } .hv-search-btn:active { transform: translateY(0) scale(1); transition-duration: 0.08s; } .hv-search-btn svg { width: 17px; height: 17px; stroke-width: 2.1; } .hbg_cd { --bc: var(--hv-tx-index); --fc: var(--hv-main); --bt: 0.16s; position: relative; overflow: hidden; display: inline-flex; align-items: center; width: 44px; height: 44px; border: none; border-radius: 0; background: transparent; cursor: pointer; padding: 0; transition: background 0.48s var(--expo); } #hv-hd.hv--trans .hbg_cd { --bc: var(--hv-tx-sub); } #hv-hd.hv--trans .hv-search-btn { color: var(--hv-tx-sub); } #hv-hd.hv--trans .hv-icons-toggle { color: var(--hv-tx-sub); } #hv-hd.hv--solid .hbg_cd { --bc: var(--hv-tx-index); } #hv-hd.hv--sc .hbg_cd { --bc: var(--hv-tx-sc); } .hbg_cd.hv--open { --bc: #111; position: fixed; z-index: calc(var(--z-dr) + 10); } .hbg_cd.hv--open .bl_bg { display: none; } .hbg_cd.hv--open:hover .bl_bg { display: none; transition-delay: 0s; } .hbg_cd .bl_t, .hbg_cd .bl_r, .hbg_cd .bl_b, .hbg_cd .bl_l { position: absolute; background: var(--bc); z-index: 2; } .hbg_cd .bl_t { top:0; left:0; width:100%; height:1px; transform:scaleX(0); transform-origin:left; transition:transform var(--bt) var(--expo); transition-delay:0s; } .hbg_cd .bl_r { top:0; right:0; width:1px; height:100%; transform:scaleY(0); transform-origin:top; transition:transform var(--bt) var(--expo); transition-delay:calc(var(--bt)*1); } .hbg_cd .bl_b { bottom:0; left:0; width:100%; height:1px; transform:scaleX(0); transform-origin:right; transition:transform var(--bt) var(--expo); transition-delay:calc(var(--bt)*2); } .hbg_cd .bl_l { top:0; left:0; width:1px; height:100%; transform:scaleY(0); transform-origin:bottom; transition:transform var(--bt) var(--expo); transition-delay:calc(var(--bt)*3); } .hbg_cd.hv--open .bl_t, .hbg_cd.hv--open .bl_r, .hbg_cd.hv--open .bl_b, .hbg_cd.hv--open .bl_l { display: none; } .hbg_cd .bl_bg { position: absolute; top:0;right:0;bottom:0;left:0;inset:0; background: var(--fc); transform: scaleX(0); transform-origin: left center; opacity: 0; visibility: hidden; z-index: 1; transition: visibility 0s linear 0.4s; } .hbg_cd.hv--open .bl_bg { transform: scaleX(1); opacity: 1; visibility: visible; transition: transform 0.4s var(--expo), opacity 0.4s var(--expo), background 0.4s var(--expo), visibility 0s linear 0s; transition-delay: calc(var(--bt)*4); } .hbg_cd .cd_inner { position: relative; z-index: 3; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 0; } .hbg_cd .bars { display: flex; flex-direction: column; gap: 5px; width: 20px; flex-shrink: 0; } .hbg_cd .bar { width: 100%; height: 1px; border-radius: 0; background: var(--bc); transform-origin: center; transition: transform 0.52s var(--expo), opacity 0.28s var(--expo); } .hbg_cd.hv--open .bar:nth-child(1) { transform: translateY(6px) rotate(45deg); } .hbg_cd.hv--open .bar:nth-child(2) { opacity: 0; transform: scaleX(0); } .hbg_cd.hv--open .bar:nth-child(3) { transform: translateY(-6px) rotate(-45deg); } .hbg_cd:not(.hv--open):hover .bar:nth-child(1) { transform: translateX(4px); transition-delay: 0s; } .hbg_cd:not(.hv--open):hover .bar:nth-child(2) { transform: translateX(-4px); transition-delay: 0.06s; } .hbg_cd:not(.hv--open):hover .bar:nth-child(3) { transform: translateX(4px); transition-delay: 0.12s; } @media (max-width: 900px) { #hv-hd { border-bottom: none; } .hv-inner { justify-content: center; } .hv-nav { display: none !important; } .hv-logo:not(.hv-logo--text) { width: calc(var(--hv-lw) * 0.88); } #hv-hd.hv--sc .hv-logo:not(.hv-logo--text) { width: calc(var(--hv-lw-sc) * 0.92); } .hv-btn-group { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; margin: 0; pointer-events: none; } .hv-search-btn { pointer-events: auto; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; } .hv-search-btn:hover { transform: translateY(-50%) scale(1.05); } body.hv--tel-mo .hv-tel-btn { pointer-events: auto; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; } body.hv--tel-mo:not(.hv--no-search-mo) .hv-tel-btn { right: 54px; } body.hv--tel-mo .hv-tel-btn:hover { transform: translateY(-50%) scale(1.05); } body.hv--tel-mo .hv-tel-btn:active { transform: translateY(-50%) scale(0.95); } body.hv--tel-mo .hv-tel-btn svg { width:19px; height:19px; } .hbg_cd { pointer-events: auto; position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; } .hbg_cd:hover, .hbg_cd.hv--open { transform: translateY(-50%); } .hbg_cd .bars { width: 18px; } } @media (max-width: 600px) { .hv-logo:not(.hv-logo--text) { width: calc(var(--hv-lw) * 0.8); } #hv-hd.hv--sc .hv-logo:not(.hv-logo--text) { width: calc(var(--hv-lw-sc) * 0.86); } .hv-search-btn { right: 10px; } body.hv--tel-mo .hv-tel-btn { right: 10px; } body.hv--tel-mo:not(.hv--no-search-mo) .hv-tel-btn { right: 50px; } .hbg_cd { left: 10px; width: 40px; height: 40px; } } .hv-icons-wrap { position: relative; display: flex; align-items: center; } .hv-icons-toggle { position: relative; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; background: transparent; border: none; cursor: pointer; padding: 0; color: var(--hv-tx-index); border-radius: 50%; transition: color 0.45s var(--expo), transform 0.4s var(--spring); } #hv-hd.hv--solid .hv-icons-toggle { color: var(--hv-tx-index); } #hv-hd.hv--sc .hv-icons-toggle { color: var(--hv-tx-sc); } .hv-icons-toggle:hover { color: var(--hv-main); transform: scale(1.08); } .hv-icons-toggle:active { transform: scale(0.96); transition-duration: 0.08s; } .hv-icons-toggle .ico-grid, .hv-icons-toggle .ico-x { position: absolute; transition: opacity 0.35s var(--expo), transform 0.42s var(--expo), visibility 0s linear 0.35s; } .hv-icons-toggle .ico-grid { opacity: 1; visibility: visible; transform: scale(1) rotate(0deg); transition-delay: 0s; } .hv-icons-toggle .ico-x { opacity: 0; visibility: hidden; transform: scale(0.7) rotate(-45deg); } .hv-icons-wrap.hv--open .hv-icons-toggle .ico-grid { opacity: 0; visibility: hidden; transform: scale(0.7) rotate(45deg); } .hv-icons-wrap.hv--open .hv-icons-toggle .ico-x { opacity: 1; visibility: visible; transform: scale(1) rotate(0deg); transition-delay: 0s; } .hv-icons-panel { position: absolute; top: calc(100% + 14px); right: 0; background: rgba(255,255,255,0.97); backdrop-filter: blur(20px) saturate(160%); -webkit-backdrop-filter: blur(20px) saturate(160%); border: 1px solid rgba(0,0,0,0.06); border-radius: 16px; box-shadow: 0 24px 60px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.05); padding: 8px; display: flex; align-items: center; gap: 2px; opacity: 0; visibility: hidden; transform: translateY(-10px) scale(0.97); transition: opacity 0.42s var(--expo), transform 0.46s var(--expo), visibility 0.42s var(--expo); z-index: var(--z-drop); white-space: nowrap; pointer-events: none; } .hv-icons-wrap.hv--open .hv-icons-panel { opacity: 1; visibility: visible; transform: translateY(0) scale(1); pointer-events: auto; } .hv-icons-panel .icon_mod, .hv-icons-panel .icon_lang { opacity: 0; transform: translateY(6px); transition: opacity 0.32s var(--expo), transform 0.38s var(--expo), color 0.38s var(--expo), background 0.38s var(--expo); } .hv-icons-wrap.hv--open .hv-icons-panel .icon_mod:nth-child(1), .hv-icons-wrap.hv--open .hv-icons-panel .icon_lang:nth-child(1) { opacity:1; transform:translateY(0); transition-delay:0.06s; } .hv-icons-wrap.hv--open .hv-icons-panel .icon_mod:nth-child(2), .hv-icons-wrap.hv--open .hv-icons-panel .icon_lang:nth-child(2) { opacity:1; transform:translateY(0); transition-delay:0.10s; } .hv-icons-wrap.hv--open .hv-icons-panel .icon_mod:nth-child(3), .hv-icons-wrap.hv--open .hv-icons-panel .icon_lang:nth-child(3) { opacity:1; transform:translateY(0); transition-delay:0.14s; } .hv-icons-wrap.hv--open .hv-icons-panel .icon_mod:nth-child(4), .hv-icons-wrap.hv--open .hv-icons-panel .icon_lang:nth-child(4) { opacity:1; transform:translateY(0); transition-delay:0.18s; } .icon_mod { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; text-decoration: none; color: #555; border-radius: 10px; cursor: pointer; transition: color 0.38s var(--expo), background 0.38s var(--expo), transform 0.38s var(--spring); } .icon_mod:hover { color: var(--hv-main); background: rgba(var(--hv-rgb), 0.08); transform: translateY(-2px); } .icon_mod:active { transform: translateY(0); transition-duration: 0.08s; } .icon_mod svg { display: block; } .hv-icons-divider { width: 1px; height: 22px; background: rgba(0,0,0,0.08); margin: 0 4px; flex-shrink: 0; } .icon_lang { position: relative; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; color: #555; border-radius: 10px; cursor: pointer; transition: color 0.38s var(--expo), background 0.38s var(--expo), transform 0.38s var(--spring); } .icon_lang:hover { color: var(--hv-main); background: rgba(var(--hv-rgb), 0.08); transform: translateY(-2px); } .icon_lang svg { display: block; pointer-events: none; } .lang-drop { position: absolute; top: calc(100% + 8px); right: 0; background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(0,0,0,0.06); border-radius: 14px; box-shadow: 0 20px 56px rgba(0,0,0,0.13), 0 4px 10px rgba(0,0,0,0.05); padding: 6px; min-width: 148px; opacity: 0; visibility: hidden; transform: translateY(-8px) scale(0.97); transition: opacity 0.38s var(--expo), transform 0.42s var(--expo), visibility 0.38s var(--expo); z-index: 10; } .icon_lang:hover .lang-drop, .icon_lang.hv--open .lang-drop { opacity: 1; visibility: visible; transform: translateY(0) scale(1); } .lang-drop a { display: flex; align-items: center; gap: 9px; padding: 9px 13px; color: #444; text-decoration: none; font-size: 13px; border-radius: 9px; transition: color 0.35s var(--expo), background 0.35s var(--expo); } .lang-drop a:hover { color: var(--hv-main); background: rgba(var(--hv-rgb), 0.07); } .lang-drop a.active { color: var(--hv-main); font-weight: 500; } .lang-code { margin-left: auto; font-size: 11px; color: #bbb; letter-spacing: 0.06em; } @media (max-width: 900px) { .hv-icons-wrap { display: flex; position: absolute; right: 58px; top: 50%; transform: translateY(-50%); pointer-events: auto; } .hv-icons-toggle { width: 36px; height: 36px; } .hv-icons-panel { right: -46px; left: auto; width: 220px; flex-direction: row; justify-content: center; flex-wrap: wrap; gap: 6px; padding: 10px 8px; border-radius: 14px; } .hv-icons-divider { width: 1px; height: 22px; margin: 0 2px; } .hv-icons-panel .lang-drop { right: 0; left: auto; } } @media (max-width: 600px) { .hv-icons-wrap { right: 54px; } .hv-icons-panel { right: -42px; width: 200px; } } .hv-sub { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px); min-width: 160px; background: var(--hv-drop-bg); backdrop-filter: blur(20px) saturate(160%); -webkit-backdrop-filter: blur(20px) saturate(160%); border-radius: 14px; box-shadow: 0 24px 60px rgba(0,0,0,0.11), 0 4px 12px rgba(0,0,0,0.05); padding: 8px; list-style: none; margin: 0; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.42s var(--expo), transform 0.46s var(--expo), visibility 0.42s var(--expo); white-space: nowrap; border: 1px solid rgba(0,0,0,0.05); z-index: var(--z-drop); } #hv-hd.hv--drop-no-bd .hv-sub { border: none !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; } #hv-hd.hv--drop-no-sd .hv-sub { box-shadow: none !important; } .hv-li::after { content: ''; position: absolute; bottom: -10px; left: 0; right: 0; height: 10px; background: transparent; } .hv-li:hover .hv-sub, .hv-li:focus-within .hv-sub { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); } .hv-sub li { margin: 0; padding: 0; opacity: 0; transform: translateY(4px); transition: opacity 0.32s var(--expo), transform 0.32s var(--expo); } .hv-li:hover .hv-sub li, .hv-li:focus-within .hv-sub li { opacity: 1; transform: translateY(0); } .hv-li:hover .hv-sub li:nth-child(1) { transition-delay: 0.06s; } .hv-li:hover .hv-sub li:nth-child(2) { transition-delay: 0.09s; } .hv-li:hover .hv-sub li:nth-child(3) { transition-delay: 0.12s; } .hv-li:hover .hv-sub li:nth-child(4) { transition-delay: 0.15s; } .hv-li:hover .hv-sub li:nth-child(5) { transition-delay: 0.18s; } .hv-li:hover .hv-sub li:nth-child(6) { transition-delay: 0.21s; } .hv-sub a { position: relative; display: block; padding: 10px 16px; color: var(--hv-drop-tx); font-size: var(--hv-pc-ssz); letter-spacing: 0.02em; text-align: var(--hv-pc-sub-align); text-decoration: none; border-radius: 8px; width: 100%; transition: color 0.36s var(--expo), background 0.36s var(--expo); } .hv-sub a::after { content: ''; position: absolute; left: 16px; bottom: 6px; width: calc(100% - 32px); height: 1px; background: var(--hv-main); transform: scaleX(0); transform-origin: left center; transition: transform 0.48s var(--expo); } .hv-sub a:hover { background: rgba(var(--hv-rgb), 0.06); color: var(--hv-drop-tx-hover); } .hv-sub a:hover::after { transform: scaleX(1); } #hv-hd.hv--nav-hover .hv-inner, #hv-hd.hv-drop-mega.hv--mega-open .hv-inner { background: var(--hv-hd-hover-bg) !important; box-shadow: none !important; } #hv-hd.hv-drop-horizontal.hv--nav-hover .hv-inner, #hv-hd.hv-drop-mega.hv--nav-hover .hv-inner, #hv-hd.hv-drop-mega.hv--mega-open .hv-inner { border-radius: var(--hv-hd-radius, 0px) var(--hv-hd-radius, 0px) 0 0 !important; } #hv-hd.hv--sc.hv-drop-horizontal.hv--nav-hover .hv-inner, #hv-hd.hv--sc.hv-drop-mega.hv--nav-hover .hv-inner, #hv-hd.hv--sc.hv-drop-mega.hv--mega-open .hv-inner { border-radius: var(--hv-hd-sc-radius, 0px) var(--hv-hd-sc-radius, 0px) 0 0 !important; } #hv-hd.hv--nav-hover .hv-a, #hv-hd.hv--nav-hover .hv-search-btn, #hv-hd.hv--nav-hover .hv-icons-toggle, #hv-hd.hv--nav-hover .hv-cart-btn, #hv-hd.hv--nav-hover .hv-tel-btn, #hv-hd.hv--nav-hover .hbg_cd, #hv-hd.hv-drop-mega.hv--mega-open .hv-a, #hv-hd.hv-drop-mega.hv--mega-open .hv-search-btn, #hv-hd.hv-drop-mega.hv--mega-open .hv-icons-toggle, #hv-hd.hv-drop-mega.hv--mega-open .hv-cart-btn, #hv-hd.hv-drop-mega.hv--mega-open .hv-tel-btn, #hv-hd.hv-drop-mega.hv--mega-open .hbg_cd { color: var(--hv-hd-open-tx) !important; } #hv-hd.hv--nav-hover .hbg_cd, #hv-hd.hv-drop-mega.hv--mega-open .hbg_cd { --bc: var(--hv-hd-open-tx); } #hv-hd.hv--nav-hover .hv-logo__def, #hv-hd.hv-drop-mega.hv--mega-open .hv-logo__def { opacity: 0 !important; } #hv-hd.hv--nav-hover .hv-logo__sc, #hv-hd.hv-drop-mega.hv--mega-open .hv-logo__sc { opacity: 0 !important; } #hv-hd.hv--nav-hover .hv-logo__wht, #hv-hd.hv-drop-mega.hv--mega-open .hv-logo__wht { opacity: 1 !important; transform: translateY(0) scale(1) !important; } #hv-hd.hv--no-bg:not(.hv--mega-open):not(.hv--nav-hover) .hv-inner { background: transparent !important; -webkit-backdrop-filter: none !important; backdrop-filter: none !important; box-shadow: none !important; } #hv-hd.hv--bg-trans-top:not(.hv--mega-open):not(.hv--nav-hover):not(.hv--sc) .hv-inner { background: transparent !important; -webkit-backdrop-filter: none !important; backdrop-filter: none !important; box-shadow: none !important; } #hv-hd.hv--solid:not(.hv--sc):not(.hv--mega-open):not(.hv--nav-hover) .hv-inner { background: var(--hv-menu-bg-sub, var(--hv-hd-bg)) !important; } #hv-hd.hv--no-nav .hv-nav { display: none !important; } #hv-hd.hv--no-hbg .hbg_cd { display: none !important; } body.hv--no-badge .hv-badge, body.hv--no-badge .hv-mo-badge { display: none !important; } body.hv--no-chat #aiChatWrap { display: none !important; } @media (min-width: 901px) { body.hv--no-search-pc .hv-search-btn, body.hv--no-cart-pc .hv-cart-btn, body.hv--no-chat-pc #aiChatWrap, body.hv--no-hbg-pc .hbg_cd, body.hv--no-badge-pc .hv-badge { display: none !important; } } @media (max-width: 900px) { body.hv--no-search-mo .hv-search-btn, body.hv--no-cart-mo .hv-cart-btn, body.hv--no-chat-mo #aiChatWrap, body.hv--no-hbg-mo .hbg_cd, body.hv--no-badge-mo .hv-mo-badge { display: none !important; } } .hv-tel-btn { display: none; } @media (max-width: 900px) { body.hv--tel-mo .hv-tel-btn { display: inline-flex; } } .hv-tel-btn{ position:relative;align-items:center;justify-content:center; background:transparent;border:0;cursor:pointer; color: var(--hv-tx-index, #111); padding:8px;text-decoration:none; transition: color .2s, transform .3s cubic-bezier(.34,1.56,.64,1); } #hv-hd.hv--solid .hv-tel-btn { color: var(--hv-tx-index); } #hv-hd.hv--sc .hv-tel-btn { color: var(--hv-tx-sc); } #hv-hd.hv--trans .hv-tel-btn { color: var(--hv-tx-sub); } .hv-tel-btn:hover { color: var(--hv-main); transform: translateY(-2px) scale(1.06); } .hv-tel-btn:active { transform: translateY(0) scale(.96); transition-duration:.08s; } .hv-tel-btn svg { width:20px; height:20px; display:block; stroke: currentColor; } :root { --hv-dr-panel : #ffffff; --hv-dr-panel2: #f8f8f8; --hv-dr-text : #111111; --hv-dr-text2 : #555555; --hv-dr-text3 : #8a8a8a; --hv-dr-line : rgba(0,0,0,0.08); --hv-dr-line2 : rgba(255,255,255,0.14); } #hv-ov { position: fixed; top:0;right:0;bottom:0;left:0;inset:0; background: rgba(5,5,5,0.55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); opacity: 0; visibility: hidden; transition: opacity 0.5s var(--expo), visibility 0.5s var(--expo); z-index: var(--z-ov); } #hv-ov.hv--on { opacity: 1; visibility: visible; } #hv-dr { position: fixed; top: 0; right: 0; width: min(1980px, 100vw); height: 100vh; height: 100dvh; display: flex; flex-direction: row; z-index: var(--z-dr); opacity: 0; visibility: hidden; transition: opacity 0.3s var(--expo) 0.65s, visibility 0s step-end 1.0s; box-shadow: -40px 0 100px rgba(0,0,0,0.20); } #hv-dr.hv--open { opacity: 1; visibility: visible; transition: opacity 0.4s var(--expo), visibility 0s; } .hv-dr__L { position: relative; width: 25%; min-width: 330px; flex-shrink: 0; overflow: hidden; padding: 60px 44px 46px; display: flex; flex-direction: column; justify-content: space-between; background: var(--hv-main); opacity: 0.6; transform: translateX(-100%); transition: transform 0.7s var(--expo); } #hv-dr.hv--open .hv-dr__L { transform: translateX(0); transition: transform 1.0s var(--expo) 0.08s; } .hv-dr__logo { position: relative; z-index: 2; display: block; width: 146px; transform: translateY(18px); opacity: 0; transition: opacity 0.2s var(--expo), transform 0.2s var(--expo); } #hv-dr.hv--open .hv-dr__logo { opacity: 1; transform: translateY(0); transition: opacity 0.65s var(--expo) 0.50s, transform 0.8s var(--expo) 0.50s; } .hv-dr__logo img { width: 100%; height: auto; display: block; } .hv-dr__contact { position: relative; z-index: 2; transform: translateY(24px); opacity: 0; transition: opacity 0.2s var(--expo), transform 0.2s var(--expo); } #hv-dr.hv--open .hv-dr__contact { opacity: 1; transform: translateY(0); transition: opacity 0.7s var(--expo) 0.65s, transform 0.85s var(--expo) 0.65s; } .hv-dr__info-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 18px; font-size: 12px; line-height: 1.85; color: rgba(255,255,255,0.65); font-family: 'Pretendard', sans-serif; word-break: keep-all; } .hv-dr__info-row > i { flex-shrink: 0; margin-top: 2px; font-size: 16px; color: rgba(255,255,255,0.8); } .hv-dr__tel { text-decoration: none; color: #fff; font-size: 16px; font-weight: 600; transition: color 0.45s var(--expo); } .hv-dr__tel:hover { color: rgba(255,255,255,0.8); } .hv-dr__tel > i { color: #fff; } .hv-dr__sns { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; } .hv-dr__sns-a { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; text-decoration: none; color: rgba(255,255,255,0.7); transition: color 0.45s var(--expo); } .hv-dr__sns-a::after { content: ''; position: absolute; left: 50%; bottom: 0; width: 18px; height: 1px; background: #fff; transform: translateX(-50%) scaleX(0); transition: transform 0.48s var(--expo); } .hv-dr__sns-a:hover { color: #fff; } .hv-dr__sns-a:hover::after { transform: translateX(-50%) scaleX(1); } .hv-dr__sns-a i { font-size: 18px; } .hv-dr__R { position: relative; flex: 1; display: flex; flex-direction: column; background: rgba(255,255,255,1); overflow: hidden; transform: translateX(100%); transition: transform 0.7s var(--expo); } #hv-dr.hv--open .hv-dr__R { transform: translateX(0); transition: transform 1.0s var(--expo) 0.14s; } .hv-dr__R::after { content: ''; position: absolute; top: 0; right: 0; width: 220px; height: 220px; background: radial-gradient(circle, rgba(var(--hv-rgb),0.08), rgba(var(--hv-rgb),0) 72%); pointer-events: none; } .hv-dr__top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 26px 44px; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transform: translateY(-20px); opacity: 0; transition: opacity 0.2s var(--expo), transform 0.2s var(--expo); } #hv-dr.hv--open .hv-dr__top { opacity: 1; transform: translateY(0); transition: opacity 0.55s var(--expo) 0.55s, transform 0.75s var(--expo) 0.55s; } .hv-dr__auth { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; } .hv-dr__auth-a { position: relative; display: inline-flex; align-items: center; gap: 6px; padding: 6px 0; background: transparent; border: none; color: #555; text-decoration: none; font-size: 13px; font-family: 'Pretendard', sans-serif; transition: color 0.45s var(--expo); } .hv-dr__auth-a i { font-size: 15px; } .hv-dr__auth-a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--hv-main); transform: scaleX(0); transform-origin: left center; transition: transform 0.48s var(--expo); } .hv-dr__auth-a:hover { color: var(--hv-main); } .hv-dr__auth-a:hover::after { transform: scaleX(1); } .hv-dr__close { display: none; } .hv-dr__grid { position: relative; z-index: 2; flex: 1; overflow-y: auto; padding: 46px 44px 38px; display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 42px 24px; align-content: start; } .hv-dr__grid::-webkit-scrollbar { width: 5px; } .hv-dr__grid::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.12); border-radius: 999px; } .hv-dr__col { position: relative; padding: 0; transform: translateY(30px); opacity: 0; transition: opacity 0.15s var(--expo), transform 0.15s var(--expo); } #hv-dr.hv--open .hv-dr__col { opacity: 1; transform: translateY(0); transition: opacity 0.6s var(--expo), transform 0.8s var(--expo); } #hv-dr.hv--open .hv-dr__col:nth-child(1) { transition-delay: 0.60s; } #hv-dr.hv--open .hv-dr__col:nth-child(2) { transition-delay: 0.68s; } #hv-dr.hv--open .hv-dr__col:nth-child(3) { transition-delay: 0.76s; } #hv-dr.hv--open .hv-dr__col:nth-child(4) { transition-delay: 0.84s; } #hv-dr.hv--open .hv-dr__col:nth-child(5) { transition-delay: 0.92s; } #hv-dr.hv--open .hv-dr__col:nth-child(6) { transition-delay: 1.00s; } #hv-dr.hv--open .hv-dr__col:nth-child(7) { transition-delay: 1.08s; } #hv-dr.hv--open .hv-dr__col:nth-child(8) { transition-delay: 1.16s; } #hv-dr.hv--open .hv-dr__col:nth-child(9) { transition-delay: 1.24s; } #hv-dr.hv--open .hv-dr__col:nth-child(10) { transition-delay: 1.32s; } #hv-dr.hv--open .hv-dr__col:nth-child(11) { transition-delay: 1.40s; } #hv-dr.hv--open .hv-dr__col:nth-child(12) { transition-delay: 1.48s; } #hv-dr.hv--open .hv-dr__col:nth-child(13) { transition-delay: 1.56s; } #hv-dr.hv--open .hv-dr__col:nth-child(14) { transition-delay: 1.64s; } #hv-dr.hv--open .hv-dr__col:nth-child(15) { transition-delay: 1.72s; } .hv-dr__col-inner { position: relative; padding: 22px 20px 18px; border-radius: 0; background: transparent; border: none; border-left: 1px solid transparent; transition: transform 0.55s var(--expo), border-color 0.52s var(--expo), background 0.52s var(--expo); } .hv-dr__col-inner::before { content: ''; position: absolute; left: 0; top: 20px; bottom: 20px; width: 1px; background: var(--hv-main); transform: scaleY(0); transform-origin: bottom center; transition: transform 0.55s var(--expo); } .hv-dr__col:hover .hv-dr__col-inner { transform: translateY(-3px); background: rgba(var(--hv-rgb), 0.03); } .hv-dr__col:hover .hv-dr__col-inner::before { transform: scaleY(1); } .hv-dr__col-h { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; padding-bottom: 14px; text-decoration: none; border-bottom: 1px solid rgba(var(--hv-rgb),0.16); color: var(--hv-main); transition: color 0.45s var(--expo); } .hv-dr__col-left { display: flex; align-items: center; gap: 10px; min-width: 0; } .hv-dr__col-icon { width: 34px; height: 34px; border-radius: 0; display: flex; align-items: center; justify-content: center; background: transparent; color: rgba(var(--hv-rgb), 0.5); flex-shrink: 0; transition: transform 0.52s var(--expo), color 0.48s var(--expo), opacity 0.48s var(--expo); } .hv-dr__col:hover .hv-dr__col-icon { transform: translateY(-2px); color: var(--hv-main); opacity: 1; } .hv-dr__col-icon i { font-size: 14px; } .hv-dr__col-tit { display: block; min-width: 0; font-size: var(--hv-mo-sz); line-height: 1.35; color: var(--hv-main); word-break: keep-all; font-family: 'Pretendard', sans-serif; } .hv-dr__col-arr { color: rgba(var(--hv-rgb),0.48); transition: transform 0.4s var(--spring), color 0.35s var(--expo); } .hv-dr__col:hover .hv-dr__col-arr { transform: translateX(4px); color: var(--hv-main); } .hv-dr__col-arr i { font-size: 12px; } .hv-dr__sub-ul { list-style: none; margin: 0; padding: 0; } .hv-dr__sub-ul li + li { margin-top: 2px; } .hv-dr__sub-a { position: relative; display: flex; align-items: center; gap: 10px; min-height: 42px; padding: 10px 0 10px 2px; color: #888; text-decoration: none; font-size: var(--hv-mo-ssz); line-height: 1.5; font-family: 'Pretendard', sans-serif; letter-spacing: 0.01em; transition: color 0.48s var(--expo), transform 0.48s var(--expo); } .hv-dr__sub-a::before { content: ''; flex-shrink: 0; width: 3px; height: 3px; border-radius: 50%; background: var(--hv-main); opacity: 0; transform: scale(0); transition: opacity 0.42s var(--expo), transform 0.42s var(--expo); } .hv-dr__sub-a::after { display: none; } .hv-dr__sub-a .sub-arr { font-size: 11px; color: transparent; flex-shrink: 0; margin-left: auto; opacity: 0; transition: color 0.42s var(--expo), opacity 0.42s var(--expo), transform 0.48s var(--expo); } .hv-dr__sub-a:hover { color: var(--hv-main); transform: translateX(4px); } .hv-dr__sub-a:hover::before { opacity: 1; transform: scale(1); } .hv-dr__sub-a:hover .sub-arr { color: var(--hv-main); opacity: 1; transform: translateX(3px); } @media (max-width: 900px) { #hv-ov { display: none; } #hv-dr { width: 100vw; height: 100vh; height: 100dvh; flex-direction: column; box-shadow: none; background: #fff; z-index: var(--z-dr); opacity: 0; visibility: hidden; transition: opacity 0.5s var(--expo), visibility 0.5s var(--expo); } #hv-dr.hv--open { opacity: 1; visibility: visible; transition: opacity 0.5s var(--expo), visibility 0s; } .hv-dr__L { width: 100%; min-width: 0; flex-shrink: 0; padding: 8px 20px; background: transparent; display: flex; flex-direction: row; align-items: center; justify-content: flex-end; transform: none; transition: none; border-bottom: 1px solid rgba(0,0,0,0.05); } #hv-dr.hv--open .hv-dr__L { transform: none; } .hv-dr__logo { width: 120px; margin: 0; transform: translateY(-10px); opacity: 0; transition: opacity 0.2s var(--expo), transform 0.2s var(--expo); } .hv-dr__logo img { width: 100%; height: auto; } #hv-dr.hv--open .hv-dr__logo { opacity: 1; transform: translateY(0); transition: opacity 0.5s var(--expo) 0.08s, transform 0.55s var(--expo) 0.08s; } .hv-dr__logo .dr-logo-pc { display: none; } .hv-dr__logo .dr-logo-mo { display: block; } .hv-dr__contact { display: none; } .hv-dr__R { flex: 1; background: transparent; overflow-y: auto; overflow-x: hidden; scrollbar-width: none; -ms-overflow-style: none; transform: none; transition: none; } .hv-dr__R::-webkit-scrollbar { display: none; } #hv-dr.hv--open .hv-dr__R { transform: none; } .hv-dr__R::after { display: none; } .hv-dr__top.pc { display: none; } .hv-dr__auth-a { height: 36px; padding: 0 14px; background: rgba(0,0,0,0.05); border-color: rgba(0,0,0,0.08); box-shadow: none; font-size: 12px; } .hv-dr__close { display: flex; width: 42px; height: 42px; border: 0; border-radius: 50%; align-items: center; justify-content: center; background: transparent; color: var(--hv-dr-tx2); cursor: pointer; box-shadow: none; transition: transform 0.45s var(--spring); } .hv-dr__close:hover { color: var(--hv-main); transform: rotate(90deg); } .hv-dr__grid { display: block; padding: 0; gap: 0; flex: none; overflow: visible; grid-template-columns: none; align-content: unset; } .hv-dr__col { margin-bottom: 0; border-bottom: 1px solid rgba(0,0,0,0.05); opacity: 0; transform: translateY(14px); transition: opacity 0.15s var(--expo), transform 0.15s var(--expo); } #hv-dr.hv--open .hv-dr__col { opacity: 1; transform: translateY(0); transition: opacity 0.5s var(--expo), transform 0.55s var(--expo); } #hv-dr.hv--open .hv-dr__col:nth-child(1) { transition-delay: 0.24s; } #hv-dr.hv--open .hv-dr__col:nth-child(2) { transition-delay: 0.30s; } #hv-dr.hv--open .hv-dr__col:nth-child(3) { transition-delay: 0.36s; } #hv-dr.hv--open .hv-dr__col:nth-child(4) { transition-delay: 0.42s; } #hv-dr.hv--open .hv-dr__col:nth-child(5) { transition-delay: 0.48s; } #hv-dr.hv--open .hv-dr__col:nth-child(6) { transition-delay: 0.54s; } #hv-dr.hv--open .hv-dr__col:nth-child(7) { transition-delay: 0.60s; } #hv-dr.hv--open .hv-dr__col:nth-child(8) { transition-delay: 0.66s; } #hv-dr.hv--open .hv-dr__col:nth-child(9) { transition-delay: 0.72s; } #hv-dr.hv--open .hv-dr__col:nth-child(10) { transition-delay: 0.78s; } #hv-dr.hv--open .hv-dr__col:nth-child(11) { transition-delay: 0.84s; } #hv-dr.hv--open .hv-dr__col:nth-child(12) { transition-delay: 0.90s; } #hv-dr.hv--open .hv-dr__col:nth-child(13) { transition-delay: 0.96s; } #hv-dr.hv--open .hv-dr__col:nth-child(14) { transition-delay: 1.02s; } #hv-dr.hv--open .hv-dr__col:nth-child(15) { transition-delay: 1.08s; } .hv-dr__col-inner { padding: 0; border-radius: 0; background: transparent; border: 0; box-shadow: none; } .hv-dr__col:hover .hv-dr__col-inner { transform: none; border-color: transparent; box-shadow: none; background: transparent; } .hv-dr__col-h { margin: 0; padding: 17px 20px; border-bottom: 0; display: flex; align-items: center; justify-content: space-between; cursor: pointer; color: #1a1a1a; font-size: 17px; font-weight: 500; opacity: 1; transform: none; transition: color 0.42s var(--expo); } .hv-dr__col-left { display: none; } .hv-dr__col-icon { display: none; } .hv-dr__col-arr i { font-size: 15px; color: rgba(0,0,0,0.2); transition: transform 0.42s var(--expo), color 0.3s var(--expo); } .hv-dr__col.hv--open .hv-dr__col-h { color: var(--hv-main); } .hv-dr__col.hv--open .hv-dr__col-arr i { transform: rotate(90deg); color: var(--hv-main); } .mo-arrow { width: 22px; height: 22px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: rgba(0,0,0,0.2); transition: transform 0.42s var(--expo), color 0.3s var(--expo); } .mo-arrow .ph-ico { width: 15px; height: 15px; } .hv-dr__col.hv--open .mo-arrow { transform: rotate(90deg); color: var(--hv-main); } .hv-dr__col-name { flex: 1; } .hv-dr__sub-ul { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.5s var(--expo); background: rgba(0,0,0,0.02); } .hv-dr__col.hv--open .hv-dr__sub-ul { grid-template-rows: 1fr; } .hv-dr__sub-ul-inner { overflow: hidden; padding: 0 0 0 20px; } .hv-dr__sub-a { min-height: 40px; padding: 13px 20px 13px 0; color: #999; transform: none; display: flex; align-items: center; justify-content: space-between; font-size: 14px; letter-spacing: 0.01em; border-bottom: 1px solid rgba(0,0,0,0.05); transition: color 0.42s var(--expo); } .hv-dr__sub-a::before { display: none; } .hv-dr__sub-a::after { display: none; } .hv-dr__sub-a .sub-arr { font-size: 11px; color: transparent; flex-shrink: 0; opacity: 0; transition: color 0.42s var(--expo), opacity 0.42s var(--expo), transform 0.42s var(--expo); } .hv-dr__sub-a:hover { transform: none; color: var(--hv-main); } .hv-dr__sub-a:hover .sub-arr { color: var(--hv-main); opacity: 1; transform: translateX(3px); } .hv-dr__sub-ul-inner li { opacity: 0; transform: translateX(-8px); transition: opacity 0.35s var(--expo), transform 0.4s var(--expo); } .hv-dr__col.hv--open .hv-dr__sub-ul-inner li { opacity: 1; transform: translateX(0); } .hv-dr__col.hv--open .hv-dr__sub-ul-inner li:nth-child(1) { transition-delay: 0.08s; } .hv-dr__col.hv--open .hv-dr__sub-ul-inner li:nth-child(2) { transition-delay: 0.13s; } .hv-dr__col.hv--open .hv-dr__sub-ul-inner li:nth-child(3) { transition-delay: 0.18s; } .hv-dr__col.hv--open .hv-dr__sub-ul-inner li:nth-child(4) { transition-delay: 0.23s; } .hv-dr__col.hv--open .hv-dr__sub-ul-inner li:nth-child(5) { transition-delay: 0.28s; } .hv-dr__col.hv--open .hv-dr__sub-ul-inner li:nth-child(6) { transition-delay: 0.33s; } .hv-dr__col.hv--open .hv-dr__sub-ul-inner li:nth-child(7) { transition-delay: 0.38s; } .hv-dr__sub-ul-inner li:last-child .hv-dr__sub-a { border-bottom: 0; } .hv-dr__sub-ul-inner li:last-child .hv-dr__sub-a::after { display: none; } #hv-dr-bg1, #hv-dr-bg2 { display: none !important; } } @media (max-width: 480px) { .hv-dr__L { padding: 18px 16px 8px; } .hv-dr__top { padding: 8px 16px 14px; } .hv-dr__col-h { padding: 17px 18px; } .hv-dr__sub-a { padding: 12px 18px; } } .hv-mo-sch { position: sticky; top: 0; z-index: 5; padding: 10px 20px; background: rgba(250,249,247,0.96); backdrop-filter: blur(28px); -webkit-backdrop-filter: blur(28px); opacity: 0; transform: translateY(-8px); transition: opacity 0.3s var(--expo) 0.48s, transform 0.3s var(--expo) 0.48s; } #hv-dr.hv--open .hv-mo-sch { opacity: 1; transform: translateY(0); } .hv-mo-sch__form { display: flex; align-items: center; background: transparent; border-radius: 0; overflow: hidden; border: none; border-bottom: 1px solid rgba(0,0,0,0.1); } .hv-mo-sch__input { flex: 1; height: 44px; padding: 0 16px; border: 0; background: transparent; font-size: 14px; color: #222; outline: none; font-family: 'Pretendard', sans-serif; } .hv-mo-sch__submit { width: 44px; height: 44px; border: 0; background: transparent; color: #666; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: color 0.2s var(--expo); } .hv-mo-sch__submit:hover { color: var(--hv-main); } .hv-mo-evt { padding: 14px 20px 16px; opacity: 0; transform: translateY(-6px); transition: opacity 0.3s var(--expo) 0.5s, transform 0.3s var(--expo) 0.5s; } #hv-dr.hv--open .hv-mo-evt { opacity: 1; transform: translateY(0); } .hv-mo-evt__title { font-size: 11px; letter-spacing: 0.1em; color: #999; margin-bottom: 10px; font-family: 'Pretendard', sans-serif; } .hv-mo-evt__list { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; } .hv-mo-evt__list::-webkit-scrollbar { height: 2px; } .hv-mo-evt__list::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.1); border-radius: 2px; } .hv-mo-evt__card { flex-shrink: 0; width: 120px; height: 80px; border-radius: 0; position: relative; overflow: hidden; cursor: pointer; background: #eee; } .hv-mo-evt__card img { width: 100%; height: 100%; object-fit: cover; display: block; } .hv-mo-evt__card::before { content: ''; position: absolute; top:0;right:0;bottom:0;left:0;inset:0; background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 50%); z-index: 1; } .hv-mo-evt__card-tx { position: absolute; bottom: 0; left: 0; right: 0; padding: 8px 10px; z-index: 2; transform: translateY(4px); opacity: 0.85; transition: transform 0.3s var(--expo), opacity 0.3s var(--expo); } .hv-mo-evt__card:hover .hv-mo-evt__card-tx { transform: translateY(0); opacity: 1; } .hv-mo-evt__card-tx span { display: block; font-size: 11px; color: #fff; font-family: 'Pretendard', sans-serif; line-height: 1.3; } .hv-mo-member { display: flex; align-items: center; gap: 12px; padding: 14px 20px; border-bottom: 1px solid rgba(0,0,0,0.07); opacity: 0; transform: translateY(-6px); transition: opacity 0.3s var(--expo) 0.52s, transform 0.3s var(--expo) 0.52s; } #hv-dr.hv--open .hv-mo-member { opacity: 1; transform: translateY(0); } .hv-mo-thumb { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid rgba(var(--hv-rgb),0.2); cursor: pointer; } .hv-mo-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; } .hv-mo-member-info { flex: 1; } .hv-mo-member-name { font-size: 14px; font-weight: 500; color: #111; font-family: 'Pretendard', sans-serif; } .hv-mo-member-sub { font-size: 11px; color: #999; font-family: 'Pretendard', sans-serif; } .hv-mo-member-btn { display: flex; gap: 6px; } .hv-mo-member-btn a { font-size: 11px; color: #666; text-decoration: none; padding: 4px 10px; border-radius: 999px; border: 1px solid rgba(0,0,0,0.1); transition: background 0.2s var(--expo), color 0.2s var(--expo); } .hv-mo-member-btn a:hover { background: var(--hv-main); color: #fff; border-color: var(--hv-main); } .hv-mo-bottom { border-top: 1px solid rgba(0,0,0,0.06); padding: 14px 20px 18px; display: flex; flex-direction: column; align-items: center; gap: 12px; opacity: 0; transform: translateY(10px); transition: opacity 0.5s var(--expo) 0.58s, transform 0.55s var(--expo) 0.58s; } #hv-dr.hv--open .hv-mo-bottom { opacity: 1; transform: translateY(0); } .hv-mo-sns { display: flex; align-items: center; gap: 18px; justify-content: center; padding: 0; border: none; } .hv-mo-sns__a { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; color: rgba(0,0,0,0.28); text-decoration: none; background: transparent; border-radius: 0; transition: color 0.28s var(--expo), transform 0.35s var(--spring); } .hv-mo-sns__a:hover { color: var(--hv-main); transform: translateY(-3px); } .hv-mo-sns__a i { font-size: 20px; } .hv-mo-bottom-divider { width: 100%; height: 1px; background: rgba(0,0,0,0.05); } .hv-mo-bottom-bar { display: flex; align-items: center; width: 100%; gap: 0; } .hv-mo-auth { display: flex; align-items: center; gap: 0; flex: 1; min-width: 0; } .hv-mo-auth-sep { width: 1px; height: 14px; background: rgba(0,0,0,0.1); flex-shrink: 0; } .hv-mo-auth-btn { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; height: 36px; flex: 1; min-width: 0; border: 0; background: transparent; cursor: pointer; text-decoration: none; } .hv-mo-auth-btn .sf_bg { position: absolute; top:0;right:0;bottom:0;left:0;inset:0; background: rgba(var(--hv-rgb),0.06); transform: translateY(102%); transition: transform 0.42s var(--expo); z-index: 0; } .hv-mo-auth-btn .sf_f, .hv-mo-auth-btn .sf_b { position: absolute; top:0;right:0;bottom:0;left:0;inset:0; display: flex; align-items: center; justify-content: center; gap: 5px; z-index: 1; font-family: 'Pretendard', sans-serif; font-size: 12px; transition: transform 0.42s var(--expo), opacity 0.32s var(--expo); white-space: nowrap; } .hv-mo-auth-btn .sf_f { color: #888; transform: translateY(0); opacity: 1; } .hv-mo-auth-btn .sf_b { color: var(--hv-main); font-weight: 500; transform: translateY(102%); opacity: 0; } .hv-mo-auth-btn .sf_b i { font-size: 12px; } .hv-mo-auth-btn:hover .sf_bg { transform: translateY(0); } .hv-mo-auth-btn:hover .sf_f { transform: translateY(-102%); opacity: 0; } .hv-mo-auth-btn:hover .sf_b { transform: translateY(0); opacity: 1; } .hv-mo-badge { display: flex; align-items: center; gap: 6px; flex-shrink: 0; padding-left: 14px; border-left: 1px solid rgba(0,0,0,0.08); } .hv-mo-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; } .hv-mo-dot.open { background: #22c55e; animation: hvPulse 2s infinite; } .hv-mo-dot.lunch { background: #f59e0b; } .hv-mo-dot.closed { background: #9ca3af; } .hv-mo-badge-txt { font-size: 12px; color: #999; font-family: 'Pretendard', sans-serif; white-space: nowrap; } @media (min-width: 901px) { .hv-mo-sch, .hv-mo-evt, .hv-mo-member, .hv-mo-bottom, .mo-arrow, .dr-logo-mo, #hv-dr-bg1, #hv-dr-bg2 { display: none !important; } } #hv-sch { position: fixed; inset: 10px; z-index: var(--z-sch); clip-path: circle(0% at var(--sch-ox, 95%) var(--sch-oy, 36px)); background: rgba(255,255,255,0.96); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border-radius: 20px; box-shadow: 0 8px 60px rgba(0,0,0,0.12); visibility: hidden; transition: clip-path 0.45s var(--expo), visibility 0.45s var(--expo); display: flex; flex-direction: column; overflow: hidden; } #hv-sch.hv--on { clip-path: circle(150% at var(--sch-ox, 95%) var(--sch-oy, 36px)); visibility: visible; transition: clip-path 0.9s var(--expo), visibility 0.9s var(--expo); } @media (max-width: 900px) { #hv-sch { top:0;right:0;bottom:0;left:0;inset:0; border-radius: 0; box-shadow: none; } } .sch-topbar { display: flex; align-items: center; justify-content: space-between; padding: 0 24px; height: 48px; flex-shrink: 0; opacity: 0; transform: translateY(-8px); transition: opacity 0s, transform 0s; } #hv-sch.hv--on .sch-topbar { opacity: 1; transform: translateY(0); transition: opacity 0.5s var(--expo) 0.35s, transform 0.55s var(--expo) 0.35s; } .sch-back { width: 36px; height: 36px; border: 0; background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #333; transition: color 0.22s var(--expo), transform 0.3s var(--spring); } .sch-back:hover { color: var(--hv-main); transform: translateX(-3px); } .sch-back .ph-ico { width: 20px; height: 20px; } .sch-title { padding: 8px 24px 24px; flex-shrink: 0; opacity: 0; transform: translateY(12px); transition: opacity 0s, transform 0s; } #hv-sch.hv--on .sch-title { opacity: 1; transform: translateY(0); transition: opacity 0.55s var(--expo) 0.45s, transform 0.6s var(--expo) 0.45s; } .sch-title p { font-family: 'Pretendard', sans-serif; font-size: 28px; font-weight: 700; color: #111; letter-spacing: -0.02em; line-height: 1.2; } .sch-input-wrap { padding: 0 24px; flex-shrink: 0; opacity: 0; transform: translateY(10px); transition: opacity 0s, transform 0s; } #hv-sch.hv--on .sch-input-wrap { opacity: 1; transform: translateY(0); transition: opacity 0.55s var(--expo) 0.55s, transform 0.6s var(--expo) 0.55s; } .sch-input-row { display: flex; align-items: center; gap: 12px; border-bottom: 2px solid #e8e8e8; padding-bottom: 10px; transition: border-color 0.25s var(--expo); } .sch-input-row:focus-within { border-color: var(--hv-main); } .sch-input { flex: 1; border: 0; outline: none; background: transparent; font-family: 'Pretendard', sans-serif; font-size: 16px; color: #111; caret-color: var(--hv-main); } .sch-input::placeholder { color: #bbb; } .sch-clear-btn { width: 26px; height: 26px; border: 0; border-radius: 50%; background: #ebebeb; color: #999; cursor: pointer; display: none; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.18s var(--expo), color 0.18s var(--expo); } .sch-clear-btn.show { display: flex; } .sch-clear-btn:hover { background: #ddd; color: #555; } .sch-clear-btn .ph-ico { width: 12px; height: 12px; } .sch-submit-btn { width: 36px; height: 36px; border: 0; background: transparent; cursor: pointer; flex-shrink: 0; color: #bbb; display: flex; align-items: center; justify-content: center; transition: color 0.22s var(--expo), transform 0.3s var(--spring); } .sch-submit-btn:hover { color: var(--hv-main); transform: scale(1.1); } .sch-submit-btn .ph-ico { width: 20px; height: 20px; } .sch-body { flex: 1; overflow-y: auto; padding: 0; scrollbar-width: none; } .sch-body::-webkit-scrollbar { display: none; } .sch-section { padding: 28px 24px 0; opacity: 0; transform: translateY(14px); transition: opacity 0s, transform 0s; } .sch-section:last-child { padding-bottom: 32px; } #hv-sch.hv--on .sch-section:nth-child(1) { opacity: 1; transform: translateY(0); transition: opacity 0.55s var(--expo) 0.65s, transform 0.6s var(--expo) 0.65s; } #hv-sch.hv--on .sch-section:nth-child(2) { opacity: 1; transform: translateY(0); transition: opacity 0.55s var(--expo) 0.78s, transform 0.6s var(--expo) 0.78s; } #hv-sch.hv--on .sch-section:nth-child(3) { opacity: 1; transform: translateY(0); transition: opacity 0.55s var(--expo) 0.91s, transform 0.6s var(--expo) 0.91s; } .sch-section-label { font-size: 15px; font-weight: 700; color: #111; letter-spacing: -0.01em; margin-bottom: 14px; font-family: 'Pretendard', sans-serif; } .sch-tags-wrap { position: relative; } .sch-tags { display: flex; flex-wrap: wrap; gap: 8px; max-height: 76px; overflow: hidden; } .sch-tags.is-open { max-height: none; } .sch-tag { display: inline-flex; align-items: center; padding: 8px 14px; border-radius: 999px; border: none; background: #f5f5f5; cursor: pointer; font-family: 'Pretendard', sans-serif; font-size: 13px; color: #555; transition: color 0.22s var(--expo), background 0.22s var(--expo), transform 0.3s var(--spring); } .sch-tag:hover { color: var(--hv-main); background: rgba(var(--hv-rgb), 0.08); transform: translateY(-2px); } .sch-tag-hash { color: var(--hv-main); margin-right: 2px; font-weight: 600; } .sch-tags-more { display: none; margin-top: 8px; padding: 0; border: none; background: none; font-family: 'Pretendard', sans-serif; font-size: 12px; color: #999; cursor: pointer; transition: color 0.22s var(--expo); } .sch-tags-more:hover { color: var(--hv-main); } .sch-tags-more.is-show { display: inline-flex; align-items: center; gap: 3px; } .sch-tags-more .ph-ico { width: 12px; height: 12px; transition: transform 0.3s var(--expo); } .sch-tags-more.is-open .ph-ico { transform: rotate(180deg); } .sch-rank { display: grid; grid-template-columns: 1fr 1fr; gap: 0; } @media (max-width: 500px) { .sch-rank { grid-template-columns: 1fr; } } .sch-rank-item { display: flex; align-items: center; gap: 10px; padding: 11px 12px; cursor: pointer; text-decoration: none; border-radius: 8px; transition: background 0.2s var(--expo); } .sch-rank-item:hover { background: rgba(var(--hv-rgb), 0.05); } .sch-rank-num { width: 22px; flex-shrink: 0; text-align: center; font-family: 'Pretendard', sans-serif; font-size: 14px; font-weight: 700; color: var(--hv-main); } .sch-rank-item:nth-child(n+4) .sch-rank-num { color: #999; font-weight: 500; } .sch-rank-name { flex: 1; min-width: 0; font-size: 13px; font-weight: 500; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color 0.22s var(--expo); } .sch-rank-item:hover .sch-rank-name { color: var(--hv-main); } .sch-badge { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: 'Pretendard', sans-serif; } .sch-badge-hot { font-size: 10px; font-weight: 700; color: #FF4D4F; } .sch-badge-up { color: #1890FF; font-size: 11px; } .sch-badge-new { font-size: 10px; font-weight: 700; color: #52C41A; } .sch-rec-list { display: flex; flex-direction: column; gap: 2px; } .sch-rec-item { display: flex; align-items: center; gap: 14px; padding: 13px 16px; cursor: pointer; text-decoration: none; border-radius: 12px; transition: background 0.2s var(--expo); position: relative; overflow: hidden; } .sch-rec-item:hover { background: rgba(var(--hv-rgb), 0.05); } .sch-rec-icon { width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; background: rgba(var(--hv-rgb), 0.08); display: flex; align-items: center; justify-content: center; color: var(--hv-main); transition: background 0.25s var(--expo), color 0.25s var(--expo); } .sch-rec-item:hover .sch-rec-icon { background: var(--hv-main); color: #fff; } .sch-rec-icon .ph-ico { width: 18px; height: 18px; } .sch-rec-info { flex: 1; min-width: 0; } .sch-rec-name { font-size: 14px; font-weight: 600; color: #111; margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color 0.22s var(--expo); } .sch-rec-item:hover .sch-rec-name { color: var(--hv-main); } .sch-rec-desc { font-size: 12px; color: #aaa; } .sch-rec-arr { color: #ddd; flex-shrink: 0; transition: color 0.22s var(--expo), transform 0.32s var(--spring); } .sch-rec-item:hover .sch-rec-arr { color: var(--hv-main); transform: translateX(4px); } .sch-rec-arr .ph-ico { width: 15px; height: 15px; } .sch-result { display: none; padding: 20px 24px 32px; } .sch-result.show { display: block; } .sch-result-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; } .sch-result-label { font-size: 15px; font-weight: 700; color: #111; letter-spacing: -0.01em; } .sch-result-count { font-size: 12px; color: #bbb; } .sch-result-list { display: flex; flex-direction: column; } .sch-result-item { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid #f2f2f2; cursor: pointer; text-decoration: none; transition: transform 0.28s var(--expo); } .sch-result-item:last-child { border-bottom: 0; } .sch-result-item:hover { transform: translateX(6px); } .sch-result-thumb { width: 48px; height: 48px; flex-shrink: 0; border-radius: 12px; background: rgba(var(--hv-rgb), 0.07); overflow: hidden; display: flex; align-items: center; justify-content: center; } .sch-result-thumb .ph-ico { width: 20px; height: 20px; color: rgba(var(--hv-rgb), 0.25); } .sch-result-info { flex: 1; min-width: 0; } .sch-result-name { font-size: 14px; font-weight: 600; color: #111; margin-bottom: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color 0.22s var(--expo); } .sch-result-item:hover .sch-result-name { color: var(--hv-main); } .sch-result-name em { color: var(--hv-main); font-style: normal; } .sch-result-desc { font-size: 12px; color: #bbb; } .sch-result-arr { color: #ddd; flex-shrink: 0; transition: color 0.22s var(--expo), transform 0.3s var(--spring); } .sch-result-item:hover .sch-result-arr { color: var(--hv-main); transform: translateX(4px); } .sch-result-arr .ph-ico { width: 14px; height: 14px; } .sch-loading { display: none; padding: 32px 0; justify-content: center; gap: 7px; } .sch-loading.show { display: flex; } .sch-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(var(--hv-rgb), 0.25); animation: schDot 1.2s ease-in-out infinite; } .sch-dot:nth-child(2) { animation-delay: 0.18s; } .sch-dot:nth-child(3) { animation-delay: 0.36s; } @keyframes schDot { 0%,100% { opacity: 0.25; transform: scale(1); } 50% { opacity: 1; transform: scale(1.4); } } .sch-empty { padding: 32px 0; text-align: center; font-size: 14px; color: #bbb; } .sch-more { display: none; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; padding: 13px 16px; border-radius: 12px; background: #f5f5f5; cursor: pointer; text-decoration: none; font-size: 13px; font-weight: 500; color: #666; font-family: 'Pretendard', sans-serif; transition: background 0.22s var(--expo), color 0.22s var(--expo); } .sch-more.show { display: flex; } .sch-more:hover { background: rgba(var(--hv-rgb), 0.08); color: var(--hv-main); } .sch-more .ph-ico { width: 14px; height: 14px; } .hv-badge { position: fixed; left: 28px; bottom: 28px; z-index: var(--z-flt); padding: 8px 16px; border-radius: 999px; background: var(--hv-main); cursor: default; display: flex; align-items: center; gap: 6px; box-shadow: 0 6px 20px rgba(var(--hv-rgb),0.35); transition: transform 0.3s var(--spring), box-shadow 0.3s var(--expo); } .hv-badge:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(var(--hv-rgb),0.4); } .hv-badge::after { content: attr(data-time); position: absolute; left: 0; bottom: calc(100% + 10px); background: #111; color: #fff; font-size: 12px; line-height: 1.6; padding: 8px 14px; border-radius: 10px; white-space: pre-line; min-width: 180px; opacity: 0; pointer-events: none; transform: translateY(6px); transition: opacity 0.25s var(--expo), transform 0.25s var(--expo); } .hv-badge:hover::after { opacity: 1; transform: translateY(0); } .hv-dot { width: 6px; height: 6px; border-radius: 50%; } .hv-dot--open { background: #22c55e; animation: hvPulse 2s infinite; } .hv-dot--lunch { background: #f59e0b; } .hv-dot--closed { background: #9ca3af; } @keyframes hvPulse { 0%,100% { box-shadow: 0 0 0 3px rgba(34,197,94,0.25); } 50% { box-shadow: 0 0 0 7px rgba(34,197,94,0.06); } } .hv-fast-btn { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: var(--z-flt); overflow: hidden; display: inline-flex; align-items: center; justify-content: center; min-width: 160px; height: 52px; padding: 0 36px; background: var(--hv-main); color: #fff; border: none; border-radius: 999px; font-size: 15px; font-family: 'Pretendard', sans-serif; cursor: pointer; box-shadow: 0 8px 24px rgba(var(--hv-rgb),0.4); transition: transform 0.3s var(--spring), box-shadow 0.3s var(--expo), opacity 0.3s var(--expo); will-change: transform; } .hv-fast-btn::before { content: ''; position: absolute; top:0;right:0;bottom:0;left:0;inset:0; background: var(--hv-main); background: color-mix(in srgb, var(--hv-main) 78%, #000 22%); transform: translateY(102%); transition: transform 0.42s var(--expo); border-radius: 999px; } .hv-fast-btn:hover { transform: translateX(-50%) translateY(-4px); box-shadow: 0 16px 36px rgba(var(--hv-rgb),0.45); } .hv-fast-btn:hover::before { transform: translateY(0); } .hv-fast-btn:active { transform: translateX(-50%) translateY(0); transition-duration: 0.08s; } .hv-fast-btn.hv--hide { opacity: 0; pointer-events: none; transform: translateX(-50%) translateY(10px); } #hv-fast-wrap { position: fixed; left: 0; bottom: 0; width: 100%; z-index: var(--z-flt); background: rgba(var(--hv-rgb),0.88); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transform: translateY(110%); transition: transform 0.5s var(--expo); } #hv-fast-wrap.hv--open { transform: translateY(0); } #hv-prog { position: fixed; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--hv-main), var(--hv-sub)); width: 100%; transform: scaleX(0); transform-origin: left center; z-index: var(--z-prog); border-radius: 0 2px 2px 0; will-change: transform; } @media (max-width: 900px) { .hv-badge { left: 20px; right: auto; bottom: 28px; } }