*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:#111;-webkit-font-smoothing:antialiased;background:#fff;font-family:Noto Sans KR,Pretendard,system-ui,sans-serif}.app{height:100vh;display:flex;overflow:hidden}.side{border-right:1px solid #000;flex-direction:column;flex:0 0 320px;display:flex;overflow:hidden}.side__head{border-bottom:1px solid #000;justify-content:space-between;align-items:center;gap:12px;padding:11px 20px;display:flex}.side__title{letter-spacing:-.3px;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:16px;font-weight:700;overflow:hidden}.data-manager{flex:none;position:relative}.data-manager__trigger{color:#111;letter-spacing:1px;cursor:pointer;background:0 0;border:1px solid #d0d0d0;flex:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-family:inherit;font-size:14px;font-weight:900;display:flex}.data-manager__trigger svg{fill:none;stroke:currentColor;stroke-width:1.5px;width:20px;height:20px}.data-manager__trigger:hover{border-color:#111}.data-manager--mobile{display:none}.data-manager__layer{z-index:100;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.data-manager__backdrop{background:#0000006b;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.data-manager__dialog{background:#fff;border:1px solid #111;width:min(440px,100%);max-height:min(680px,100dvh - 40px);position:relative;overflow:auto}.data-manager__header{border-bottom:1px solid #ddd;align-items:flex-start;gap:16px;padding:20px 16px 16px 20px;display:flex}.data-manager__header>div{flex:1;min-width:0}.data-manager__header h2{margin:0;font-size:18px}.data-manager__header p{color:#777;margin:6px 0 0;font-size:13px;line-height:1.5}.data-manager__close{cursor:pointer;background:0 0;border:0;flex:none;width:32px;height:32px;padding:0}.data-manager__close svg{width:22px;height:22px;margin:auto;display:block}.data-manager__close path{fill:none;stroke:currentColor;stroke-width:1.5px}.data-manager__body{padding:20px}.data-manager__actions{gap:10px;display:grid}.data-manager__actions>button{color:#111;text-align:left;cursor:pointer;background:#fff;border:1px solid #bbb;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:14px;font-family:inherit;display:flex}.data-manager__actions>button:hover:not(:disabled){background:#f7f7f7;border-color:#111}.data-manager__actions>button:disabled,.data-manager__confirm-actions button:disabled{opacity:.5;cursor:wait}.data-manager__actions strong{font-size:14px}.data-manager__actions span{color:#777;font-size:12px}.data-manager__actions input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.data-manager__confirm h3{margin:0 0 14px;font-size:16px}.data-manager__confirm dl{border-top:1px solid #ddd;margin:0}.data-manager__confirm dl div{border-bottom:1px solid #ddd;justify-content:space-between;padding:10px 0;font-size:13px;display:flex}.data-manager__confirm dt{color:#777}.data-manager__confirm dd{margin:0;font-weight:800}.data-manager__confirm>p{color:#c62828;margin:14px 0;font-size:12px;font-weight:700}.data-manager__confirm-actions{gap:8px;display:flex}.data-manager__confirm-actions button{color:#111;cursor:pointer;background:#fff;border:1px solid #111;flex:1;height:40px;font-family:inherit;font-weight:800}.data-manager__confirm-actions button:last-child{color:#fff;background:#111}.data-manager__message,.data-manager__error{margin-top:12px;padding:10px 12px;font-size:12px;font-weight:700}.data-manager__message{color:#111;background:#00ff0024}.data-manager__error{color:#b71c1c;background:#ffebee}.side__search{border-bottom:1px solid #e5e5e5;align-items:center;gap:8px;padding:8px 20px;display:flex}.side__search input{background:0 0;border:none;outline:none;flex:1;min-width:0;height:38px;padding:0;font-family:inherit;font-size:16px}.side__search-icon{color:#000;flex-shrink:0;width:22px;height:22px}.side__search-icon circle,.side__search-icon path{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:square}.side__search-clear{display:none}.side__results{flex:1;margin:0;padding:8px 0;list-style:none;overflow-y:auto}.side__all{flex-direction:column;flex:1;min-height:0;display:flex}.side__section-title{color:#777;flex-shrink:0;padding:12px 0 4px;font-size:12px;font-weight:800}.side__empty{color:#999;padding:16px 20px;font-size:14px}.result{cursor:pointer;align-items:center;gap:8px;padding:8px 20px;display:flex}.result:hover{background:#f0fdf4}.result__name{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:600;overflow:hidden}.result__meta{color:#aaa;flex-shrink:0;font-size:13px}.star{cursor:pointer;color:#d0d0d0;background:0 0;border:none;flex-shrink:0;width:24px;height:24px;padding:0;font-size:16px;line-height:1}.star:hover,.star.on{color:#ff1a1a}.side__tabs{border-bottom:1px solid #e5e5e5;flex-shrink:0;display:flex}.side__tab{cursor:pointer;color:#999;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;min-width:0;height:44px;padding:0 8px;font-family:inherit;font-size:14px;font-weight:700}.side__tab.on{color:#111;border-bottom-color:#111}.side__tab-count{color:#555;background:#eee;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:3px;padding:0 6px;font-size:11px;line-height:1;display:inline-flex}.side__tab.on .side__tab-count{color:#fff;background:#111}.route-list{flex-direction:column;flex:1;min-height:0;display:flex}.route-list__toolbar{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:10px 20px 4px;display:flex}.route-list__toolbar .side__section-title{padding:0}.route-list__secondary{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px 6px;display:flex}.route-list__secondary .side__section-title{min-width:0;padding:0;font-weight:600}.route-map-check{color:#777;cursor:pointer;background:0 0;border:0;flex-shrink:0;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:11px;font-weight:700;display:inline-flex}.route-map-check.on{color:#111}.route-map-check__box{color:#fff;background:#fff;border:1px solid #999;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.route-map-check.on .route-map-check__box{background:#111;border-color:#111}.route-map-check__box svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px}.route-map-check:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.route-item.dragging{opacity:.5}.route-item{border-bottom:1px solid #eee;min-height:44px}.side .route-item{cursor:grab}.side .route-item:active{cursor:grabbing}.route-item.visited{color:#111;background:#f5f5f5}.route-item.visited:hover{background:#eee}.route-item.visited .result__name{text-decoration:line-through;text-decoration-thickness:1px}.route-item.visited .result__meta{color:#777}.route-num{color:#fff;background:#111;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.route-check{color:#fff;cursor:pointer;background:#fff;border:1px solid #999;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:inline-flex}.route-check.on{background:#111;border-color:#111}.route-check:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.route-check svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.detail{flex:1;padding:20px;overflow-y:auto}.detail__summary{margin-bottom:14px}.detail__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.detail__identity{align-items:center;gap:10px;display:flex}.detail__booth{color:#fff;background:#000;align-items:center;height:32px;padding:0 10px;font-size:14px;font-weight:700;display:inline-flex}.detail__star{color:#ff1a1a;cursor:pointer;background:#fff;border:1px solid #ff1a1a;flex-shrink:0;width:32px;height:32px;padding:0;font-size:18px;line-height:1}.detail__star:hover{color:#ff1a1a;border-color:#ff1a1a}.detail__star.on{color:#fff;background:#ff1a1a;border-color:#ff1a1a}.detail__clear{color:#555;cursor:pointer;background:0 0;border:none;flex-shrink:0;width:32px;height:32px;padding:0;font-family:inherit;font-size:16px;font-weight:700;line-height:1}.detail__clear svg{width:24px;height:24px;margin:auto;display:block}.detail__clear path{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:square}.detail__clear:hover{color:#000}.detail__primary{flex-wrap:wrap;align-items:center;gap:4px;margin-top:14px;font-size:16px;font-weight:800;line-height:1.45;display:flex}.detail__count{color:#777;white-space:nowrap;font-size:13px;font-weight:600}.detail__expand{color:#555;cursor:pointer;background:#fff;border:1px solid #ddd;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-left:4px;padding:0;display:inline-flex}.detail__expand svg{width:14px;height:14px;transition:transform .15s;display:block}.detail__expand svg path{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:square}.detail__expand:hover{color:#000;border-color:#000}.detail__expand.on svg{transform:rotate(180deg)}.detail__list{background:#ececec;margin:0 0 16px;padding:4px 12px;list-style:none}.detail__list li{border-bottom:1px solid #00000014;padding:8px 0}.detail__list li:last-child{border-bottom:none}.detail__ko{font-size:15px;font-weight:700}.detail__en{color:#888;margin-top:2px;font-size:12px;display:block}.detail__country{color:#00875a;margin-top:4px;font-size:11px;display:inline-block}.memo textarea{resize:none;border:1px solid #dcdcdc;outline:none;width:100%;margin-top:16px;padding:12px;font-family:inherit;font-size:16px;line-height:1.6;overflow-y:hidden}.memo textarea:focus{border-color:#0f0}.detail__photo-add{margin-left:auto}.memo-photo__add{color:#111;cursor:pointer;background:#fff;border:1px solid #ddd;flex-shrink:0;justify-content:center;align-items:center;height:30px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.memo-photo__add:hover{border-color:#000}.memo-photo__add input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.memo-photo__error{color:#ff1a1a;margin-top:8px;font-size:12px;font-weight:700}.memo-photo__scroll{-webkit-overflow-scrolling:touch;gap:8px;margin-top:8px;padding-bottom:4px;display:flex;overflow-x:auto}.memo-photo__item{background:#fff;border:1px solid #dcdcdc;flex:none;width:200px;height:200px;position:relative}.memo-photo__item img{object-fit:cover;width:100%;height:100%;display:block}.memo-photo__remove{color:#fff;cursor:pointer;background:#0000008c;border:0;justify-content:center;align-items:center;width:26px;height:26px;padding:0;display:inline-flex;position:absolute;top:0;right:0}.memo-photo__remove:hover{background:#000000bf}.memo-photo__remove svg{width:18px;height:18px;display:block}.memo-photo__remove path{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:square}.side__hint{color:#999;padding:20px;font-size:14px;line-height:1.6}.map{background:#fff;flex:1;min-width:0;position:relative}.map__svg{cursor:grab;touch-action:none;width:100%;height:100%;display:block}.map__svg:active{cursor:grabbing}.map__ctl{z-index:2;flex-direction:column;gap:6px;display:flex;position:absolute;top:16px;right:16px}.map__ctl button{cursor:pointer;background:#ffffffe6;border:1px solid #000;width:34px;height:34px;font-size:18px;line-height:1}.map__ctl button:hover{color:#fff;background:#000}.map__ctl svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:square;width:18px;height:18px;margin:auto;display:block}.mobile-course-controls,.mobile-course-layer{display:none}@media (width<=768px){.app{flex-direction:column}.side{border-bottom:1px solid #000;border-right:none;flex:none;max-height:60vh}.app.mobile-course-open .side{display:none}.app.mobile-course-open .map{flex:0 0 50dvh;height:50dvh}.map{flex:1;min-height:0}.side__tabs,.side__all,.side__head,.side__search-icon--has-query{display:none}.side__search-clear{color:#555;cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.side__search-clear svg{fill:none;stroke:currentColor;stroke-width:1.6px;width:22px;height:22px}.data-manager__dialog{border-bottom:0;align-self:flex-end;width:100%;max-height:calc(100dvh - 24px)}.data-manager__layer{padding:0}.data-manager--mobile{left:16px;bottom:max(32px, calc(env(safe-area-inset-bottom) + 20px));z-index:10;display:block;position:fixed}.data-manager--mobile .data-manager__trigger{background:#fff;border-color:#d0d0d0;width:36px;height:36px}.mobile-course-controls{right:16px;bottom:max(32px, calc(env(safe-area-inset-bottom) + 20px));z-index:10;align-items:center;gap:8px;display:flex;position:fixed}.mobile-course-trigger{cursor:pointer;color:#fff;background:#000;border:1px solid #000;align-items:center;gap:6px;height:36px;padding:0 8px;font-family:inherit;font-size:14px;font-weight:800;display:inline-flex}.mobile-course-trigger svg{fill:none;stroke:currentColor;stroke-width:1.7px;width:18px;height:18px}.mobile-course-trigger__count{color:#111;background:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;line-height:1;display:inline-flex}.mobile-course-layer{z-index:30;display:block;position:fixed;inset:0}.mobile-course-backdrop{background:0 0;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.mobile-course-sheet{background:#fff;border-top:1px solid #000;flex-direction:column;height:50dvh;animation:.18s ease-out mobile-course-sheet-in;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.mobile-course-sheet__header{border-bottom:1px solid #e5e5e5;flex-shrink:0;justify-content:space-between;align-items:center;min-height:54px;padding:4px 12px 4px 20px;display:flex}.mobile-course-sheet__header h2{margin:0;font-size:18px;line-height:1.3}.mobile-course-sheet__heading{align-items:baseline;gap:8px;display:flex}.mobile-course-sheet__heading span{color:#888;font-size:13px;font-weight:600}.mobile-course-sheet__close{color:#333;cursor:pointer;background:0 0;border:0;width:44px;height:44px;padding:0}.mobile-course-sheet__close svg{width:24px;height:24px;margin:auto;display:block}.mobile-course-sheet__close path{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:square}.mobile-course-sheet .side__section-title{padding:0}.mobile-course-sheet .route-list__toolbar{padding:14px 20px}.mobile-course-sheet .route-map-check__box{width:16px;height:16px}.mobile-course-sheet .route-map-check__box svg{width:12px;height:12px}.mobile-course-sheet .route-map-check{font-size:12px}.mobile-course-sheet .side__results{min-height:0;padding:4px 0 calc(16px + env(safe-area-inset-bottom));overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mobile-course-sheet .route-item{min-height:52px;padding:4px 20px}.mobile-course-sheet .route-item .result__name{flex:0 auto}.mobile-course-sheet .route-check{width:20px;height:20px;margin-left:auto}.mobile-course-sheet .side__empty{padding:24px 20px}@keyframes mobile-course-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}}@media (width<=768px) and (prefers-reduced-motion:reduce){.mobile-course-sheet{animation:none}}
