:root{--bg:#f5f7fb;--panel:#ffffff;--line:#e9edf3;--text:#1a1f2e;--sub:#6a7284;--primary:#ff5a7e;--primary-dark:#ec3f68;--primary-soft:#fff0f5;--green:#18a05e;--blue:#2f5ed8;--gray:#6d7482;--page-max:1200px;--page-gutter:28px;--r-xl:22px;--r-lg:16px;--shadow:0 14px 34px rgba(25,32,54,.08)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:"Pretendard","Noto Sans KR",Arial,sans-serif;word-break:keep-all}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);padding:0 var(--page-gutter)}.header-inner{max-width:var(--page-max);height:72px;margin:0 auto;display:flex;align-items:center;gap:14px}.brand{display:flex;align-items:center;gap:10px;color:var(--primary);flex-shrink:0}.brand-badge{width:34px;height:34px;border-radius:12px;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:900}.brand-word{font-size:31px;font-weight:800;letter-spacing:-.02em}.gnb-nav{display:flex;align-items:center;gap:28px;margin-left:auto;color:#5f6675;font-size:14px;font-weight:700;white-space:nowrap}.gnb-nav a:hover,.gnb-nav a.is-active{color:var(--text)}.header-actions{display:flex;gap:8px;align-items:center}.header-btn{height:36px;padding:0 13px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--text);font-size:13px;font-weight:700}.page{width:min(var(--page-max),calc(100% - (var(--page-gutter) * 2)));margin:24px auto 42px}.board-view,.detail-view{display:none}.board-view.is-active,.detail-view.is-active{display:block}.board-head{background:var(--panel);border:1px solid var(--line);border-radius:var(--r-xl);padding:26px 28px;box-shadow:0 8px 24px rgba(26,31,46,.04)}.board-title{margin:0;font-size:34px;line-height:1.2;letter-spacing:-.03em}.board-sub{margin:10px 0 0;color:var(--sub);font-size:15px;line-height:1.6}.board-tools{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.tab-row{display:flex;gap:8px;flex-wrap:wrap}.tab-btn{height:38px;padding:0 15px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#4c5568;font-size:13px;font-weight:800}.tab-btn.is-active{border-color:transparent;background:var(--primary-soft);color:var(--primary)}.search-row{display:flex;gap:8px;align-items:center}.search-input{height:38px;width:270px;max-width:70vw;padding:0 13px;border-radius:12px;border:1px solid var(--line);background:#fff;outline:none}.search-input:focus{border-color:#ffc1d0}.search-btn{height:38px;padding:0 15px;border-radius:12px;border:1px solid var(--line);background:#fff;color:#2d3548;font-weight:800}.event-grid{margin-top:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.event-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(26,31,46,.04);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;display:flex;flex-direction:column}.event-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#ffd4de}.event-card.is-hidden{display:none}.thumb{position:relative;width:100%;aspect-ratio:1 / 1;background:#f1f3f7;overflow:hidden;flex-shrink:0}.thumb img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .28s ease}.event-card:hover .thumb img{transform:scale(1.035)}.thumb-overlay{position:absolute;inset:0;padding:18px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,rgba(16,20,32,.16),rgba(16,20,32,.62));color:#fff}.thumb-status{align-self:flex-start;min-width:58px;height:30px;padding:0 13px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;line-height:1;color:#fff;border:1px solid rgba(255,255,255,.28);box-shadow:0 8px 18px rgba(0,0,0,.18);backdrop-filter:blur(8px)}.thumb-status.ongoing{background:rgba(255,90,126,.94);color:#fff;border-color:rgba(255,90,126,.2)}.thumb-status.upcoming{background:rgba(255,240,245,.96);color:#ff5a7e;border-color:rgba(255,90,126,.22)}.thumb-status.closed{background:rgba(255,255,255,.88);color:#6a7284;border-color:rgba(255,255,255,.7)}.thumb-title{margin:0;font-size:24px;line-height:1.16;letter-spacing:-.04em;font-weight:900;text-shadow:0 2px 12px rgba(0,0,0,.18)}.thumb-desc{margin:8px 0 0;font-size:13px;line-height:1.35;opacity:.92;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-info{height:128px;padding:14px 15px 15px;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.info-top{display:flex;align-items:center;gap:7px;min-width:0}.status{height:24px;padding:0 9px;border-radius:999px;display:inline-flex;align-items:center;flex-shrink:0;font-size:11px;font-weight:900}.status.ongoing{background:#ecfdf3;color:var(--green)}.status.upcoming{background:#eef4ff;color:var(--blue)}.status.closed{background:#f4f5f7;color:var(--gray)}.category{color:#8a93a3;font-size:12px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-title{min-height:42px;margin:0;color:#20283a;font-size:15px;line-height:1.42;letter-spacing:-.02em;font-weight:900;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#8992a3;font-size:12px;font-weight:700}.views{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;white-space:nowrap}.first-empty{margin-top:18px;min-height:420px;border:1px solid var(--line);border-radius:24px;background:#fff;display:none;align-items:center;justify-content:center;text-align:center;padding:48px 20px;box-shadow:0 8px 24px rgba(26,31,46,.04)}.first-empty.is-visible{display:flex}.empty-inner{max-width:420px;margin:0 auto}.empty-icon{width:74px;height:74px;margin:0 auto 18px;border-radius:26px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;font-size:32px;font-weight:900}.empty-title{margin:0;font-size:24px;line-height:1.35;letter-spacing:-.03em;font-weight:900;color:var(--text)}.empty-desc{margin:12px 0 0;color:var(--sub);font-size:15px;line-height:1.7}.empty-actions{margin-top:22px;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.empty-btn{height:42px;padding:0 17px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#4c5568;font-weight:900;font-size:13px}.empty-btn.primary{border-color:transparent;background:var(--primary);color:#fff}.board-empty{display:none;margin-top:16px;padding:42px 12px;border:1px dashed #d9dee8;border-radius:20px;background:#fff;text-align:center;color:#7a8394;font-size:14px}.board-empty.is-visible{display:block}.board-foot{margin-top:18px;display:flex;justify-content:center;gap:6px}.page-btn{min-width:34px;height:34px;border-radius:999px;border:1px solid transparent;background:transparent;color:#5b6472;font-size:12px;font-weight:900}.page-btn:hover{background:#eef1f6}.page-btn.is-active{background:var(--primary);color:#fff}.page-btn.is-disabled{opacity:.4;pointer-events:none}.detail-shell{max-width:920px;margin:0 auto;padding-bottom:96px}.detail-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 14px;padding:10px 12px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.76);box-shadow:0 10px 26px rgba(25,32,54,.06);backdrop-filter:blur(10px)}.detail-path{display:flex;align-items:center;gap:8px;min-width:0;color:#7b8495;font-size:13px;font-weight:800}.path-dot{width:4px;height:4px;border-radius:50%;background:#d1d6df;flex-shrink:0}.back-btn{height:40px;padding:0 16px 0 13px;border-radius:999px;border:1px solid rgba(226,231,238,.95);background:rgba(255,255,255,.82);color:#4c5568;font-size:13px;font-weight:900;box-shadow:0 6px 16px rgba(25,32,54,.05);display:inline-flex;align-items:center;gap:6px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease}.back-btn:hover{transform:translateY(-1px);color:#ff5a7e;border-color:rgba(255,90,126,.18);background:rgba(255,248,250,.9);box-shadow:0 10px 22px rgba(25,32,54,.08)}.back-icon{width:18px;height:18px;flex-shrink:0}.back-icon path{fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.detail-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 22px 54px rgba(25,32,54,.10)}.detail-head{padding:28px 30px 26px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff 0%,#fff 72%,#fff9fb 100%)}.detail-title{margin:12px 0 10px;font-size:30px;line-height:1.28;letter-spacing:-.04em;font-weight:900}.detail-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#7b8495;font-size:13px;font-weight:700}.dot{width:3px;height:3px;border-radius:50%;background:#c1c7d1}.detail-summary{margin-top:16px;padding:15px 16px;border-radius:16px;background:#fafbfd;color:#4e586b;font-size:14px;line-height:1.7}.detail-images{background:#fff}.detail-images img{width:100%;display:block;height:auto;border-bottom:1px solid #f2f3f6}.detail-images img:last-child{border-bottom:0}.notice-box{margin:18px 26px 26px;padding:16px 17px;border-radius:16px;background:#fff8fa;border:1px solid #ffe0e8;color:#6b5160;font-size:13px;line-height:1.75}.notice-box strong{display:block;margin-bottom:7px;color:#2b3345;font-size:14px}.top-btn{position:fixed;right:max(24px,calc((100vw - 920px) / 2 - 58px));bottom:92px;z-index:70;width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.96);color:#2b3345;box-shadow:0 10px 24px rgba(25,32,54,.14);display:none;align-items:center;justify-content:center;font-size:18px;font-weight:900;backdrop-filter:blur(10px);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.top-btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(25,32,54,.18)}.detail-view.is-active .top-btn.is-visible{display:flex}.detail-cta{position:fixed;left:0;right:0;bottom:0;z-index:60;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-top:1px solid var(--line);padding:12px max(14px,env(safe-area-inset-left)) calc(12px+env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-right));display:none}.detail-view.is-active .detail-cta{display:block}.cta-inner{width:min(920px,100%);margin:0 auto;display:flex;gap:8px}.cta-btn{height:50px;border-radius:14px;font-size:15px;font-weight:900;border:1px solid var(--line);background:#fff;color:#2b3345;flex:1}.cta-btn.primary{border-color:transparent;background:var(--primary);color:#fff}.cta-btn.primary:hover{background:var(--primary-dark)}@media (max-width:1100px){.event-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){:root{--page-gutter:12px}.header{padding:0 12px}.header-inner{height:62px}.brand-word{font-size:26px}.brand-badge{width:30px;height:30px;border-radius:10px}.gnb-nav{margin-left:auto;gap:14px;font-size:13px}.header-actions{display:flex}.header-btn{height:32px;padding:0 10px;font-size:12px}.header-btn:first-child{display:none}.page{margin:14px auto 28px}.board-head{padding:20px 16px;border-radius:20px}.board-title{font-size:27px}.board-sub{font-size:14px}.board-tools{align-items:flex-start;flex-direction:column}.tab-row{width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}.tab-row::-webkit-scrollbar{display:none}.tab-btn{flex:0 0 auto;height:34px;padding:0 13px;font-size:12px}.search-row{width:100%}.search-input{width:100%;max-width:none;height:36px;font-size:13px}.search-btn{height:36px;flex:0 0 auto;font-size:13px}.first-empty{min-height:360px;border-radius:20px;padding:42px 18px}.empty-icon{width:64px;height:64px;border-radius:22px;font-size:28px}.empty-title{font-size:21px}.empty-desc{font-size:14px}.event-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.event-card{border-radius:16px}.thumb-overlay{padding:12px}.thumb-status{min-width:48px;height:25px;padding:0 10px;font-size:10px}.thumb-status,.thumb-status{align-self:flex-start;min-width:58px;height:30px;padding:0 13px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;line-height:1;color:#fff;border:1px solid rgba(255,255,255,.28);box-shadow:0 8px 18px rgba(0,0,0,.18);backdrop-filter:blur(8px)}.thumb-status.ongoing{background:rgba(255,90,126,.94);color:#fff;border-color:rgba(255,90,126,.2)}.thumb-status.upcoming{background:rgba(255,240,245,.96);color:#ff5a7e;border-color:rgba(255,90,126,.22)}.thumb-status.closed{background:rgba(255,255,255,.88);color:#6a7284;border-color:rgba(255,255,255,.7)}.thumb-title{font-size:18px;line-height:1.14}.thumb-desc{margin-top:5px;font-size:11px;-webkit-line-clamp:2}.card-info{height:116px;padding:11px 11px 12px;gap:6px}.status{height:21px;padding:0 7px;font-size:10px}.category{font-size:11px}.card-title{min-height:38px;font-size:13px;line-height:1.42}.card-meta{align-items:flex-end;font-size:10.5px;gap:4px}.top-btn{right:14px;bottom:84px;width:42px;height:42px;font-size:16px}.detail-shell{padding-bottom:88px}.detail-top{margin:0 0 10px;padding:8px 9px;border-radius:16px}.back-btn{height:36px;padding:0 13px 0 11px;font-size:12px}.detail-path{font-size:12px}.detail-card{border-radius:18px}.detail-head{padding:20px 16px 18px}.detail-title{font-size:23px;line-height:1.3}.detail-meta{gap:7px;font-size:12px}.detail-summary{margin-top:14px;padding:13px 14px;border-radius:14px;font-size:13px}.notice-box{margin:14px 14px 18px;padding:14px;border-radius:14px}.cta-inner{gap:7px}.cta-btn{height:48px;border-radius:13px;font-size:14px}}@media (max-width:360px){.brand-word{font-size:23px}.gnb-nav{gap:10px}.header-btn{padding:0 8px}.thumb-status{align-self:flex-start;min-width:58px;height:30px;padding:0 13px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;line-height:1;color:#fff;border:1px solid rgba(255,255,255,.28);box-shadow:0 8px 18px rgba(0,0,0,.18);backdrop-filter:blur(8px)}.thumb-status.ongoing{background:rgba(255,90,126,.94);color:#fff;border-color:rgba(255,90,126,.2)}.thumb-status.upcoming{background:rgba(255,240,245,.96);color:#ff5a7e;border-color:rgba(255,90,126,.22)}.thumb-status.closed{background:rgba(255,255,255,.88);color:#6a7284;border-color:rgba(255,255,255,.7)}.thumb-title{font-size:16px}.card-info{height:112px}.card-title{font-size:12.5px}}.header{height:64px;border-bottom:1px solid #e9edf3;background:#fff;padding:0 var(--page-gutter);position:sticky;top:0;z-index:80}.header-inner{max-width:var(--page-max)!important;width:calc(100% - 64px)!important;height:64px!important;margin:0 auto!important;padding:0!important;display:flex;align-items:center;gap:14px}.brand{display:flex;align-items:center;gap:10px;color:var(--primary);font-size:18px!important;line-height:1!important;font-weight:800;text-decoration:none;white-space:nowrap}.brand-badge{width:34px!important;height:34px!important;border-radius:12px!important;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:14px!important;font-weight:900;box-shadow:0 4px 10px rgba(255,90,126,.18)}.gnb-nav{display:flex!important;position:static!important;transform:none!important;opacity:1!important;pointer-events:auto!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin-left:auto!important;margin-right:16px!important;gap:26px!important;color:#111827!important;font-size:14px!important;font-weight:800!important;align-items:center!important}.gnb-nav a{display:inline-flex!important;border:0!important;background:transparent!important;padding:0!important;height:auto!important;color:#111827!important;font-size:14px!important;font-weight:800!important;text-decoration:none;white-space:nowrap}.gnb-nav a.is-active,.gnb-nav a:hover{color:#111827!important}.mobile-nav-only,.mobile-language-area{display:none!important}.mobile-menu-btn{display:none!important}.header-actions{display:flex;align-items:center;gap:10px!important}.header-btn,.language-toggle{height:40px!important;padding:0 18px!important;border-radius:999px!important;border:1px solid #e9edf3!important;background:#fff!important;color:var(--primary)!important;font-size:14px!important;font-weight:800!important;line-height:1!important;white-space:nowrap;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.mobile-event-direct,.mobile-reserve-direct{display:none!important}.language-selector{position:relative;display:inline-flex;align-items:center}.language-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:150px;padding:8px;border:1px solid #edf0f4;border-radius:14px;background:#fff;box-shadow:0 14px 28px rgba(15,23,42,.12);display:none;z-index:100}.language-menu.is-open{display:grid;gap:4px}.language-menu button{height:34px;border:0;border-radius:10px;background:#fff;color:#344055;font-size:13px;font-weight:800;text-align:left;padding:0 10px}.language-menu button:hover,.language-menu button.is-active{background:var(--primary-soft);color:var(--primary)}.site-footer{margin-top:56px;background:#fff;border-top:1px solid #edf0f4;color:#485265}.site-footer-inner{width:min(var(--page-max),calc(100% - (var(--page-gutter) * 2)));margin:0 auto;padding:40px 0 34px;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr);gap:34px}.footer-brand{display:flex;align-items:center;gap:10px;color:var(--primary);font-size:20px;font-weight:900;letter-spacing:-.02em;margin-bottom:14px}.footer-logo{width:34px;height:34px;border-radius:12px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:14px;font-weight:900;box-shadow:0 6px 16px rgba(255,90,126,.18)}.footer-desc{margin:0 0 18px;max-width:520px;color:#6f7888;font-size:14px;line-height:1.75;word-break:keep-all}.footer-company-info{margin:0;padding:0;list-style:none;display:grid;gap:8px;color:#1f2633;font-size:14px;line-height:1.55}.footer-company-info a{color:#2f6bff;font-weight:800;text-decoration:none}.footer-col-title{margin:0 0 14px;color:#1f2633;font-size:14px;font-weight:900;letter-spacing:-.01em}.footer-links{margin:0;padding:0;list-style:none;display:grid;gap:9px}.footer-links a{color:#6f7888;font-size:13px;line-height:1.55;text-decoration:none}.footer-links a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid #f1f3f6}.footer-bottom-inner{width:min(var(--page-max),calc(100% - (var(--page-gutter) * 2)));min-height:52px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#9099a8;font-size:12px;line-height:1.5}.footer-policy{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.footer-policy a{color:#727c8c;font-weight:700;text-decoration:none}@media (max-width:900px){.site-footer{margin-top:40px}.site-footer-inner{grid-template-columns:1fr;gap:26px;padding:34px 0 28px}.footer-bottom-inner{align-items:flex-start;flex-direction:column;padding:16px 0}}@media (max-width:760px){:root{--page-gutter:12px}.header{height:58px!important;padding:0 12px!important}.header-inner{width:100%!important;height:58px!important;padding:0!important;gap:8px!important}.brand{font-size:16px!important;gap:8px!important}.brand-badge{width:30px!important;height:30px!important;border-radius:10px!important;font-size:12px!important}.gnb-nav{display:none!important}.mobile-menu-btn{display:none!important}.header-actions{margin-left:auto;gap:6px!important}.mobile-event-direct,.mobile-reserve-direct{display:inline-flex!important;align-items:center!important;justify-content:center;height:30px;padding:0 3px;border:0;background:transparent;color:#111827;font-size:11px;font-weight:900;line-height:1;text-decoration:none;white-space:nowrap}.language-selector{display:inline-flex!important}.language-toggle{height:32px!important;min-width:42px!important;padding:0 8px!important;font-size:12px!important}.header-actions>.header-btn:not(.language-toggle){display:none!important}.site-footer-inner,.footer-bottom-inner{width:calc(100% - 36px)}.footer-desc{font-size:13px}.footer-company-info{font-size:13px}}@media (max-width:380px){.brand{font-size:15px!important}.mobile-event-direct,.mobile-reserve-direct{font-size:10.5px!important;padding:0 2px!important}.language-toggle{min-width:38px!important;padding:0 6px!important}}:root{--page-max:1200px;--page-gutter:28px}.header-inner,.page,.site-footer-inner,.footer-bottom-inner{width:min(var(--page-max),calc(100% - (var(--page-gutter) * 2)))!important;max-width:var(--page-max)!important;margin-left:auto!important;margin-right:auto!important}.header-inner{padding-left:0!important;padding-right:0!important}@media (max-width:760px){:root{--page-gutter:12px}.header-inner,.page,.site-footer-inner,.footer-bottom-inner{width:calc(100% - 24px)!important;max-width:none!important}}@media (max-width:760px){.header .header-inner{display:flex!important;align-items:center!important}.header .header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;margin-left:auto!important;flex:0 0 auto!important;gap:6px!important;overflow:visible!important}.header .language-selector{display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;visibility:visible!important;opacity:1!important}.header .language-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:46px!important;min-width:46px!important;height:28px!important;padding:0!important;font-size:10.5px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;visibility:visible!important;opacity:1!important}}
/* language dropdown position fix */
.header .language-selector{position:relative!important;overflow:visible!important;}
.header .language-menu{position:absolute!important;top:calc(100% + 8px)!important;right:0!important;left:auto!important;display:none!important;min-width:136px!important;width:max-content!important;max-width:160px!important;padding:8px!important;border:1px solid #e7ebf2!important;border-radius:14px!important;background:#fff!important;box-shadow:0 16px 32px rgba(15,23,42,.12)!important;z-index:999!important;}
.header .language-selector.is-open .language-menu,.header .language-menu.is-open{display:grid!important;gap:4px!important;}
.header .language-menu button{width:100%!important;height:34px!important;border:0!important;border-radius:10px!important;background:transparent!important;text-align:left!important;padding:0 10px!important;color:#4b5563!important;font-size:13px!important;font-weight:700!important;}
/* BOOKING MODAL POPUP */
.booking-modal-backdrop{position:fixed;inset:0;z-index:300;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(15,23,42,.36);backdrop-filter:blur(4px)}
.booking-modal-backdrop.is-open{display:flex}.booking-modal{width:min(392px,100%);max-height:calc(100vh - 24px);overflow:auto;border-radius:22px;background:#fff;border:1px solid #ffc5d4;border-top:5px solid #f05a82;box-shadow:0 24px 80px rgba(15,23,42,.24);color:#121827}.booking-modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 22px 16px;border-bottom:1px solid #f1e2e7}.booking-modal-title{margin:0 0 8px;font-size:19px;line-height:1.25;font-weight:900;letter-spacing:-.03em;color:#111827}.booking-modal-sub{margin:0;color:#667085;font-size:13px;line-height:1.55;font-weight:800;word-break:keep-all}.booking-modal-close{flex:0 0 auto;width:42px;height:42px;border-radius:14px;border:1px solid #ffc7d5;background:#fff;color:#f05a82;font-size:26px;line-height:1;display:grid;place-items:center;padding:0}.booking-form{padding:18px 22px 22px;display:grid;gap:16px}.booking-form-grid{display:grid;gap:15px}.booking-field{display:grid;gap:8px}.booking-label{font-size:13px;font-weight:900;color:#697386;line-height:1.2}.booking-input,.booking-select{width:100%;height:56px;border:1px solid #ffc7d5;border-radius:18px;background:#fff;color:#111827;padding:0 16px;font-size:15px;font-weight:800;outline:none;box-shadow:none}.booking-input::placeholder{color:#98a2b3}.booking-input:focus,.booking-select:focus{border-color:#f05a82;box-shadow:0 0 0 3px rgba(240,90,130,.12)}.booking-submit{width:100%;height:58px;margin-top:4px;border:0;border-radius:16px;background:#eb5a82;color:#fff;font-size:16px;font-weight:900;box-shadow:none}.booking-note{margin:0;color:#8a94a6;font-size:11.5px;line-height:1.55;font-weight:800;word-break:keep-all}.booking-success{display:none;padding:12px 14px;border-radius:14px;background:#fff1f5;color:#e74f78;font-size:12.5px;font-weight:900;line-height:1.45}.booking-success.is-show{display:block}@media (max-width:480px){.booking-modal-backdrop{padding:0 10px;align-items:center}.booking-modal{width:min(354px,100%);border-radius:20px}.booking-modal-head{padding:20px 20px 15px}.booking-form{padding:16px 20px 20px}.booking-input,.booking-select{height:56px;border-radius:18px}.booking-submit{height:58px;border-radius:16px}}
.booking-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.booking-field.is-wide{grid-column:1 / -1}
.booking-textarea{width:100%;min-height:116px;border:1px solid #ffc7d5;border-radius:18px;background:#fff;color:#111827;padding:14px 16px;font-size:15px;font-weight:700;outline:none;box-shadow:none;resize:vertical;font-family:inherit}
.booking-textarea::placeholder{color:#98a2b3}
.booking-textarea:focus{border-color:#f05a82;box-shadow:0 0 0 3px rgba(240,90,130,.12)}
@media (max-width:480px){.booking-form-grid{grid-template-columns:1fr}.booking-field.is-wide{grid-column:auto}}

/* PATCH 2026-04-30: 이벤트 상세 하단 버튼이 PC에서 화면 하단에 붙어 보이는 문제 수정 */
.detail-shell{padding-bottom:32px!important;}
.detail-cta{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;z-index:auto!important;width:min(920px,100%)!important;margin:16px auto 0!important;background:transparent!important;backdrop-filter:none!important;border-top:0!important;padding:0!important;display:none;}
.detail-view.is-active .detail-cta{display:block!important;}
.cta-inner{width:100%!important;margin:0 auto!important;display:flex!important;gap:10px!important;}
.cta-btn{height:52px!important;border-radius:14px!important;}
@media (max-width:760px){
  .detail-shell{padding-bottom:88px!important;}
  .detail-cta{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:60!important;width:100%!important;margin:0!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(10px)!important;border-top:1px solid var(--line)!important;padding:10px 14px calc(10px + env(safe-area-inset-bottom))!important;}
  .cta-inner{width:100%!important;gap:8px!important;}
  .cta-btn{height:48px!important;border-radius:13px!important;font-size:14px!important;}
}
:where(.event-card) .card-info{height:148px}
:where(.event-card) .card-tags{display:flex;flex-wrap:wrap;gap:6px}
:where(.event-card) .card-tag{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#f6f8fc;border:1px solid #e7ebf3;color:#5d687c;font-size:11px;font-weight:800;line-height:1.2}
:where(.event-card) .card-info{gap:5px}
:where(.event-card) .info-top{margin-bottom:1px}
:where(.event-card) .card-title{min-height:auto;line-height:1.34}
:where(.event-card) .card-tags{margin-top:-1px}
:where(.event-card){height:100%}
:where(.event-card) .thumb-overlay{justify-content:flex-end;gap:12px}
:where(.event-card) .thumb-title{font-size:clamp(18px,1.55vw,24px);line-height:1.12;max-width:92%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:keep-all;overflow-wrap:anywhere;text-wrap:balance}
:where(.event-card) .card-info{height:auto;min-height:148px;justify-content:flex-start}
:where(.event-card) .category{line-height:1.25}
:where(.event-card) .card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:keep-all;overflow-wrap:anywhere}
:where(.event-card) .card-tags{max-height:56px;overflow:hidden}
:where(.event-card) .card-tag{max-width:100%;white-space:normal;word-break:keep-all;overflow-wrap:anywhere}
:where(.event-card) .card-meta{margin-top:8px;align-items:flex-end}
@media (max-width:760px){:where(.event-card) .thumb-title{font-size:clamp(16px,5vw,20px);max-width:94%}:where(.event-card) .card-info{height:auto;min-height:140px}:where(.event-card) .card-tags{max-height:52px}:where(.event-card) .card-tag{min-height:22px;padding:0 8px;font-size:10px}}
@media (max-width:360px){:where(.event-card) .card-info{height:auto;min-height:136px}:where(.event-card) .card-tags{max-height:48px}}
:where(.detail-card) .detail-images{display:grid;gap:18px;padding:22px;background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%)}
:where(.detail-card) .detail-images img{border:1px solid #edf1f6;border-radius:22px;overflow:hidden;box-shadow:0 12px 28px rgba(25,32,54,.08)}
@media (max-width:760px){:where(.detail-card) .detail-images{gap:12px;padding:14px}:where(.detail-card) .detail-images img{border-radius:16px}}

/* Match clinic-detail booking modal sizing and mobile sheet layout */
.booking-modal-backdrop{
  z-index:140;
  padding:20px;
  background:rgba(15,23,42,.42);
  backdrop-filter:blur(6px);
}
.booking-modal{
  width:min(620px,100%);
  max-height:min(86vh,calc(100vh - 40px));
  overflow:auto;
  border-radius:28px;
  background:#fff;
  border:1px solid #e9eef5;
  box-shadow:0 28px 72px rgba(15,23,42,.2);
}
.booking-modal::before{
  content:"";
  display:block;
  height:5px;
  background:linear-gradient(90deg,#f55278,#ff8fab);
}
.booking-modal-head{
  gap:18px;
  padding:24px 26px 14px;
  border-bottom:1px solid #ffe5ec;
  background:linear-gradient(180deg,#fff7fa 0%,#fff 100%);
}
.booking-modal-title{
  font-size:22px;
  line-height:1.2;
  font-weight:950;
  letter-spacing:-.035em;
  color:#071327;
}
.booking-modal-sub{
  margin:8px 0 0;
  color:#667085;
  font-size:13px;
  line-height:1.5;
  font-weight:700;
}
.booking-modal-close{
  width:40px;
  height:40px;
  border-radius:14px;
  border:1px solid #ffd1dc;
  color:#f55278;
  font-size:24px;
}
.booking-form{
  padding:22px 26px 26px;
  gap:18px;
}
.booking-hospital-picker{
  margin:0 0 18px;
  padding:16px;
  border:1px solid #e8edf5;
  border-radius:20px;
  background:#fbfdff;
  display:grid;
  gap:12px;
}
.booking-hospital-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.booking-hospital-clear{
  border:0;
  background:transparent;
  padding:0;
  color:#f55278;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}
.booking-hospital-search[hidden],
.booking-hospital-selected[hidden],
.booking-hospital-results[hidden]{
  display:none;
}
.booking-hospital-selected{
  padding:12px 14px;
  border:1px solid #ffd7e1;
  border-radius:16px;
  background:#fff4f7;
  display:grid;
  gap:4px;
}
.booking-hospital-selected-name{
  color:#0f172a;
  font-size:14px;
  font-weight:900;
  letter-spacing:-.02em;
}
.booking-hospital-selected-meta{
  color:#64748b;
  font-size:12px;
  font-weight:700;
  line-height:1.5;
}
.booking-hospital-results{
  border:1px solid #e5ebf3;
  border-radius:16px;
  background:#fff;
  overflow:hidden;
  max-height:240px;
  overflow-y:auto;
}
.booking-hospital-option{
  width:100%;
  border:0;
  border-bottom:1px solid #eef2f7;
  background:#fff;
  padding:13px 14px;
  display:grid;
  gap:4px;
  text-align:left;
  cursor:pointer;
}
.booking-hospital-option:last-child{border-bottom:0}
.booking-hospital-option:hover{background:#fff4f7}
.booking-hospital-option-name{
  color:#0f172a;
  font-size:14px;
  font-weight:850;
  letter-spacing:-.02em;
}
.booking-hospital-option-meta{
  color:#64748b;
  font-size:12px;
  font-weight:700;
  line-height:1.45;
}
.booking-hospital-empty{
  padding:14px;
  color:#94a3b8;
  font-size:13px;
  font-weight:800;
  text-align:center;
}
.booking-form-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.booking-field{
  gap:8px;
  min-width:0;
}
.booking-label{
  color:#334155;
  font-size:11px;
  font-weight:900;
  letter-spacing:-.01em;
}
.booking-input,
.booking-select,
.booking-textarea{
  width:100%;
  border:1px solid #dbe5ef;
  border-radius:16px;
  background:#fff;
  color:#0f172a;
  box-shadow:inset 0 1px 2px rgba(15,23,42,.02);
  transition:border-color .2s ease,box-shadow .2s ease;
}
.booking-input,
.booking-select{
  height:52px;
  padding:0 15px;
  font-size:14px;
  font-weight:500;
}
.booking-input::placeholder,
.booking-textarea::placeholder{
  color:#98a2b3;
}
.booking-input:focus,
.booking-select:focus,
.booking-textarea:focus{
  border-color:#f55278;
  box-shadow:0 0 0 4px rgba(245,82,120,.12);
  outline:none;
}
.booking-textarea{
  min-height:112px;
  padding:14px 15px;
  font-size:14px;
  font-weight:500;
  resize:vertical;
}
.booking-submit{
  height:54px;
  border-radius:16px;
  font-size:15px;
  font-weight:900;
  background:#f55278;
  box-shadow:0 16px 32px rgba(245,82,120,.2);
}
.booking-note{
  color:#667085;
  font-size:11px;
  line-height:1.55;
  font-weight:700;
}
.booking-success{
  padding:14px 16px;
  border-radius:16px;
  background:#fff5f7;
  color:#f55278;
  font-size:12px;
  line-height:1.55;
  font-weight:800;
}
@media (max-width:760px){
  .booking-modal-backdrop{
    padding:12px;
    align-items:flex-end;
  }
  .booking-modal{
    width:100%;
    max-height:88vh;
    border-radius:24px 24px 0 0;
  }
  .booking-modal-head{
    padding:22px 20px 12px;
  }
  .booking-form{
    padding:18px 20px 22px;
  }
  .booking-hospital-picker{
    padding:14px;
  }
  .booking-form-grid{
    grid-template-columns:1fr;
  }
  .booking-modal-title{
    font-size:20px;
  }
}
