:root{--color-primary:#92400e;--color-primary-dark:#78350f;--color-accent:#c96442;--color-accent-dark:#a84e30;--color-text:#1c1917;--color-text-sub:#78716c;--color-text-muted:#a8a29e;--color-bg:#fff;--color-bg-warm:#fafaf9;--color-bg-card:#f5f5f4;--color-border:#e7e5e4;--color-border-light:#f5f5f4;--color-star:#f59e0b;--color-danger:#ef4444;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 20px 25px -5px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}html{scroll-behavior:smooth}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d6d3d1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a29e}#root{width:100%}.header{z-index:100;background:#fff;border-bottom:1px solid #eaeaea;width:100%;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;padding:20px 60px;display:flex}.header-logo{color:#111;letter-spacing:-.5px;cursor:pointer;font-size:16px;font-weight:800}.header-actions{align-items:center;gap:24px;display:flex}.header-create-btn{color:gray;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid gray;border-radius:9999px;align-items:center;gap:4px;min-width:130px;height:44px;padding:12px 20px;font-family:inherit;font-size:17px;font-weight:500;transition:background .15s,color .15s;display:flex}.header-create-btn:hover{color:#fff;background:gray}.header-login-btn{cursor:pointer;color:#1c1917;background:0 0;border:none;padding:0;font-family:inherit;font-size:17px;font-weight:500;transition:opacity .15s}.header-login-btn:hover{opacity:.6}.header-user-area{align-items:center;gap:8px;display:flex;position:relative}.header-profile{cursor:pointer;border-radius:50%;width:32px;height:32px;overflow:hidden}.header-profile-img{object-fit:cover;width:100%;height:100%}.header-profile-default{color:#fff;background:#b45309;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:700;display:flex}.header-profile:hover{opacity:.8}.header-dropdown{z-index:200;background:#fff;border:1px solid #e7e5e4;border-radius:12px;min-width:160px;padding:6px;animation:.15s header-dropdown-fade;position:absolute;top:42px;right:0;box-shadow:0 4px 16px #0000001a}@keyframes header-dropdown-fade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header-dropdown-item{cursor:pointer;color:#1c1917;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s;display:flex}.header-dropdown-item:hover{background:#f5f5f4}.header-dropdown-item.logout{color:#dc2626}.header-dropdown-item.logout:hover{background:#fef2f2}.header-theme-toggle{background:#f3f4f6;border-radius:16px;gap:1px;padding:2px;display:flex}.theme-btn{cursor:pointer;background:0 0;border:none;border-radius:14px;align-items:center;padding:4px 7px;font-size:12px;display:flex}.theme-btn.active{background:#fff;box-shadow:0 1px 2px #0000000f}.footer{color:#999;background:#111;width:100%}.footer-inner{padding:40px 60px 28px}.footer-columns{grid-template-columns:2.5fr 1fr 1fr 1fr;gap:32px;display:grid}.footer-brand{color:#fff;margin-bottom:12px;font-size:15px;font-weight:800}.footer-info{color:#666;font-size:11.5px;line-height:2}.footer-info p{margin:0}.footer-link-title{color:#aaa;margin-bottom:10px;font-size:12px;font-weight:700}.footer-links{color:#666;margin:0;padding:0;font-size:11.5px;line-height:2.2;list-style:none}.footer-links li{cursor:pointer}.footer-links li:hover{color:#999}.footer-links a{color:inherit;text-decoration:none}.footer-links a:hover{color:#999}.footer-sns{flex-direction:column;align-items:flex-end;display:flex}.footer-sns-row{gap:8px;margin-top:4px;display:flex}.footer-sns-btn{cursor:pointer;background:#2a2a2a;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s;display:flex}.footer-sns-btn:hover{background:#3a3a3a}.footer-sns-emoji{font-size:14px}.footer-copyright{text-align:center;color:#555;border-top:1px solid #2a2a2a;margin-top:28px;padding-top:18px;font-size:10.5px}@media (width<=768px){.footer-columns{grid-template-columns:1fr;gap:24px}.footer-sns{align-items:flex-start}}.hero-section{width:100%;height:740px;position:relative;overflow:hidden}.hero-map-bg{width:100%;height:100%;position:absolute;inset:0}.hero-left{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-sizing:border-box;background:#fffffff7;border-radius:12px;flex-direction:column;gap:0;width:432px;max-height:512px;padding:24px;display:flex;position:absolute;top:20px;left:20px;overflow-y:auto;box-shadow:0 4px 24px #00000021}.hero-left-header{flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.hero-left-title{color:#1c1917;align-items:center;gap:8px;margin:0;font-size:20px;font-weight:700;line-height:1.3;display:flex}.hero-title-icon{vertical-align:middle;font-size:20px}.hero-left-desc{color:#a8a29e;margin:0;font-size:14px;font-weight:400;line-height:1.5}.hero-search-area{margin-bottom:40px;position:relative}.hero-search-wrap{background:#f5f5f4;border:1.5px solid #0000;border-radius:10px;align-items:center;padding:0 4px 0 14px;transition:border-color .2s,background .2s;display:flex}.hero-search-wrap:focus-within{background:#fff;border-color:#c96442;box-shadow:0 0 0 3px #c964421a}.hero-search-input{color:#1c1917;background:0 0;border:none;outline:none;flex:1;padding:12px 0;font-family:inherit;font-size:17px;font-weight:400}.hero-search-input::placeholder{color:#a8a29e}.hero-search-icon-btn{color:#78716c;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-left:4px;padding:2px;font-size:14px;transition:background .15s;display:flex}.hero-search-icon-btn:hover{background:#e8e3de}.hero-suggestions{z-index:100;background:#fff;border-radius:12px;animation:.15s ease-out suggestFadeIn;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 8px 32px #00000021}@keyframes suggestFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.hero-suggestion-item{cursor:pointer;align-items:center;gap:10px;padding:9px 12px;transition:background .12s;display:flex}.hero-suggestion-item:hover{background:#faf8f5}.hero-suggestion-thumb{background:#f5f0eb;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;display:flex;overflow:hidden}.hero-suggestion-thumb img{object-fit:cover;width:100%;height:100%}.hero-suggestion-info{flex-direction:column;flex:1;min-width:0;display:flex}.hero-suggestion-name{color:#1c1917;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.hero-suggestion-address{color:#a8a29e;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.hero-suggestion-rating{color:#f59e0b;flex-shrink:0;font-size:12px;font-weight:600}.hero-suggestion-all{color:#c96442;text-align:center;cursor:pointer;border-top:1px solid #f5f5f4;padding:9px 12px;font-size:12px;font-weight:600;transition:background .12s}.hero-suggestion-all:hover{background:#fef9f5}.hero-trending{flex-direction:column;flex:1;gap:16px;min-height:0;display:flex}.hero-trending-label{color:#44403c;margin:0;font-size:14px;font-weight:400}.hero-trending-list{flex-direction:column;display:flex;overflow-y:auto}.hero-trending-item{cursor:pointer;border-radius:8px;align-items:flex-start;gap:16px;padding:8px 0;transition:background .15s;display:flex}.hero-trending-item:hover{background:#faf8f5;padding-left:6px;padding-right:6px}.hero-item-thumb{background:#f5ede6;border-radius:12px;justify-content:center;align-items:center;width:80px;min-width:80px;height:80px;display:flex;overflow:hidden}.hero-item-thumb img{object-fit:cover;width:100%;height:100%}.hero-item-thumb-placeholder{font-size:28px}.hero-item-info{flex-direction:column;flex:1;min-width:0;padding-top:4px;display:flex}.hero-item-name{color:#1c1917;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:17px;font-weight:700;overflow:hidden}.hero-item-addr{color:#a8a29e;white-space:nowrap;text-overflow:ellipsis;margin:0 0 8px;font-size:14px;font-weight:400;overflow:hidden}.hero-item-tags{flex-wrap:wrap;gap:0;display:flex}.hero-item-tag{color:#c96442;background:#fef3ed;border-radius:6px;margin-bottom:4px;margin-right:4px;padding:5px 8px;font-size:12px;font-weight:500}.hero-trending-empty{color:#a8a29e;text-align:center;margin:16px 0;font-size:13px}.hero-place-panel{flex-direction:column;gap:0;height:100%;display:flex;overflow-y:auto}.hero-place-back-btn{color:#a8a29e;cursor:pointer;text-align:left;background:0 0;border:none;flex-shrink:0;padding:0 0 14px;font-family:inherit;font-size:13px;font-weight:600;transition:color .15s}.hero-place-back-btn:hover{color:#c96442}.hero-place-imgs{border-radius:10px;flex-shrink:0;gap:4px;margin-bottom:16px;display:grid;overflow:hidden}.hero-place-imgs-1{grid-template-columns:1fr;height:180px}.hero-place-imgs-2{grid-template-columns:1fr 1fr;height:160px}.hero-place-imgs-3{grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr;height:160px}.hero-place-imgs-4{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;height:160px}.hero-place-imgs-3 .hero-place-img-wrap:first-child{grid-row:span 2}.hero-place-img-wrap{background:#f5ede6;overflow:hidden}.hero-place-img{object-fit:cover;width:100%;height:100%;display:block}.hero-place-img-placeholder{background:linear-gradient(135deg,#fef3ed,#fde8d8);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;height:140px;margin-bottom:16px;font-size:48px;display:flex}.hero-place-info{flex-direction:column;gap:8px;display:flex}.hero-place-name{color:#1c1917;margin:0;font-size:20px;font-weight:700;line-height:1.3}.hero-place-badges{flex-wrap:wrap;gap:6px;display:flex}.hero-place-badge{border-radius:9999px;padding:3px 10px;font-size:12px;font-weight:700}.hero-place-badge.ribbon{color:#92400e;background:#fef3c7}.hero-place-badge.cheonha{color:#166534;background:#dcfce7}.hero-place-badge.myungjang{color:#854d0e;background:#fef9c3}.hero-place-address{color:#78716c;margin:0;font-size:13px;line-height:1.5}.hero-place-rating{color:#1c1917;margin:0;font-size:14px;font-weight:600}.hero-place-review-count{color:#a8a29e;font-size:12px;font-weight:400}.hero-place-tags{flex-wrap:wrap;gap:4px;display:flex}.hero-place-tag{color:#c96442;background:#fef3ed;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:500}.hero-place-hours{flex-direction:column;gap:6px;display:flex}.hero-place-open-status{align-items:center;gap:8px;display:flex}.hero-open-badge{color:#166534;background:#dcfce7;border-radius:9999px;padding:2px 8px;font-size:11px;font-weight:700}.hero-closed-badge{color:#991b1b;background:#fee2e2;border-radius:9999px;padding:2px 8px;font-size:11px;font-weight:700}.hero-place-hours-label{color:#44403c;font-size:13px;font-weight:600}.hero-place-hours-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.hero-place-hours-item{color:#78716c;font-size:12px;line-height:1.5}.hero-place-detail-btn{color:#fff;cursor:pointer;background:#c96442;border:none;border-radius:10px;margin-top:6px;padding:11px 0;font-family:inherit;font-size:15px;font-weight:700;transition:background .15s}.hero-place-detail-btn:hover{background:#b05535}.hero-badge-filters{z-index:10;flex-wrap:wrap;gap:8px;display:flex;position:absolute;top:24px;left:476px}.hero-badge-btn{color:#44403c;cursor:pointer;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff2;border:none;border-radius:20px;align-items:center;gap:6px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:flex;box-shadow:0 2px 10px #0000001f}.hero-badge-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00000029}.hero-badge-btn.active{background:var(--badge-color,#111);color:#fff;box-shadow:0 4px 14px #0003}.hero-badge-img{object-fit:contain;flex-shrink:0;width:14px;height:14px}.hero-badge-name{font-size:14px}.hero-zoom-controls{z-index:10;flex-direction:column;gap:0;display:flex;position:absolute;bottom:20px;right:20px}.hero-zoom-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#444;cursor:pointer;background:#fffffff2;border:none;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:0;font-family:inherit;font-size:20px;font-weight:600;transition:background .15s;display:flex;box-shadow:0 2px 10px #00000026}.hero-zoom-btn:first-child{border-radius:10px 10px 4px 4px;margin-bottom:2px}.hero-zoom-btn:last-child{border-radius:4px 4px 10px 10px}.hero-zoom-btn:hover{background:#f5f5f4}@media (width<=1000px){.hero-left{width:360px}.hero-badge-filters{left:396px}}@media (width<=760px){.hero-section{height:560px}.hero-left{border-radius:16px 16px 0 0;width:100%;max-height:50%;inset:auto 0 0}.hero-badge-filters{top:12px;left:12px}}.bti-section{box-sizing:border-box;background:#f5f5f0;width:100%;padding:80px 60px}.bti-box{box-sizing:border-box;background:linear-gradient(160deg,#fef7eb,#fff8f0,#fffbf5);border-radius:16px;max-width:1800px;margin:0 auto;padding:60px;position:relative;overflow:hidden}.bti-deco1{filter:blur(48px);pointer-events:none;background:#ffffff73;border-radius:50%;width:240px;height:240px;position:absolute;top:-60px;right:-60px}.bti-deco2{filter:blur(48px);pointer-events:none;background:#fef3c773;border-radius:50%;width:240px;height:240px;position:absolute;bottom:-60px;left:-60px}.bti-header{text-align:center;z-index:1;margin-bottom:100px;position:relative}.bti-badge{color:#fff;letter-spacing:.5px;background:#6b2d0e;border-radius:9999px;margin-bottom:24px;padding:8px 20px;font-size:17px;font-weight:700;display:inline-block}.bti-title{color:#1c1917;letter-spacing:-1px;margin:0 0 12px;font-size:50px;font-weight:700;line-height:1.15}.bti-subtitle{color:#78716c;margin:0;font-size:20px;font-weight:400}.bti-game{z-index:1;position:relative}.bti-progress{max-width:640px;margin:0 auto 40px}.bti-progress-bar{background:#fff9;border-radius:9999px;width:100%;height:6px;overflow:hidden}.bti-progress-fill{background:#6b2d0e;border-radius:9999px;height:100%;transition:width .4s}.bti-question{text-align:center;color:#1c1917;margin-bottom:40px;font-size:20px;font-weight:700;animation:.35s bti-fadeIn}@keyframes bti-fadeIn{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.bti-options{grid-template-columns:1fr 1fr;gap:24px;max-width:640px;margin:0 auto;animation:.35s bti-fadeIn;display:grid}.bti-option{cursor:pointer;text-align:center;background:#fff;border:2px solid #0000;border-radius:12px;flex-direction:column;padding:0;font-family:inherit;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;overflow:hidden}.bti-option:hover{border-color:#f59e0b;transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.bti-option-img-area{background:#fff;justify-content:center;align-items:center;padding:40px;display:flex}.bti-emoji{background:#f5f0ea;border-radius:16px;justify-content:center;align-items:center;width:128px;height:128px;font-size:64px;transition:transform .2s;display:flex}.bti-option:hover .bti-emoji{transform:scale(1.06)}.bti-option-text-area{background:#fde8de;flex-direction:column;gap:8px;padding:40px 24px;display:flex}.bti-option-desc{color:#78350f;margin:0;font-size:17px;font-weight:400;line-height:1.4}.bti-option-name{color:#1c1917;margin:0;font-size:22px;font-weight:700}.bti-pagination{justify-content:center;align-items:center;gap:20px;margin-top:40px;display:flex}.bti-pagination-text{color:#44403c;font-size:20px;font-weight:400}.bti-pagination-text strong{font-weight:700}.bti-pagination-sep{color:#a8a29e;margin:0 4px}.bti-pagination-arrow{cursor:pointer;color:#78716c;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;font-family:inherit;font-size:20px;transition:color .15s;display:inline-flex}.bti-pagination-arrow:hover:not(:disabled){color:#1c1917}.bti-pagination-arrow:disabled{color:#d4cdc8;cursor:default}.bti-result{text-align:center;z-index:1;background:#fff;border-radius:16px;max-width:640px;margin:0 auto;padding:48px 40px;animation:.4s bti-zoomIn;position:relative;box-shadow:0 4px 24px #00000014}@keyframes bti-zoomIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.bti-result-emoji{margin-bottom:16px;font-size:56px}.bti-result-title{color:#1c1917;margin-bottom:8px;font-size:24px;font-weight:700}.bti-result-desc{color:#57534e;white-space:pre-line;margin-bottom:32px;font-size:15px;line-height:1.8}.bti-score-bars{text-align:left;flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.bti-score-row{align-items:center;gap:12px;display:flex}.bti-score-label{color:#1c1917;white-space:nowrap;min-width:90px;font-size:13px;font-weight:700}.bti-score-track{background:#f5f5f4;border-radius:9999px;flex:1;height:8px;overflow:hidden}.bti-score-fill{border-radius:9999px;height:100%;animation:.6s forwards bti-barGrow}@keyframes bti-barGrow{0%{width:0!important}}.bti-score-num{color:#78716c;text-align:right;min-width:16px;font-size:13px;font-weight:700}.bti-recommend{text-align:left;margin-bottom:24px}.bti-recommend-title{color:#1c1917;text-align:center;margin-bottom:12px;font-size:14px;font-weight:800}.bti-recommend-list{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.bti-recommend-card{cursor:pointer;background:#fafaf9;border:1px solid #e7e5e4;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.bti-recommend-card:hover{transform:translateY(-3px);box-shadow:0 8px 16px #0000001a}.bti-recommend-img{background:#f5f5f4;justify-content:center;align-items:center;width:100%;height:80px;font-size:2rem;display:flex;overflow:hidden}.bti-recommend-img img{object-fit:cover;width:100%;height:100%}.bti-recommend-info{flex-direction:column;gap:2px;padding:8px;display:flex}.bti-recommend-name{color:#1c1917;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:700;overflow:hidden}.bti-recommend-rating{color:#78716c;font-size:11px}.bti-result-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}.bti-btn-retry{color:#57534e;cursor:pointer;background:#f5f5f4;border:none;border-radius:9999px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s}.bti-btn-retry:hover{background:#e7e5e4}.bti-btn-explore{color:#fff;cursor:pointer;background:#6b2d0e;border:none;border-radius:9999px;align-items:center;gap:6px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s,transform .15s;display:flex}.bti-btn-explore:hover{background:#78350f;transform:translateY(-2px)}@media (width<=1100px){.bti-section{padding:60px 32px}.bti-box{padding:48px 40px}.bti-title{font-size:40px}}@media (width<=760px){.bti-section{padding:48px 16px}.bti-box{padding:36px 24px}.bti-title{font-size:28px}.bti-subtitle{font-size:16px}.bti-header{margin-bottom:60px}.bti-options{grid-template-columns:1fr;gap:16px}.bti-option-img-area{padding:32px 32px 48px}.bti-emoji{width:96px;height:96px;font-size:48px}}.today-course{box-sizing:border-box;background:#fff;width:100%;padding:80px 60px 60px}.today-course-header{justify-content:space-between;align-items:flex-end;max-width:1800px;margin-bottom:40px;margin-left:auto;margin-right:auto;display:flex}.today-course-title{color:#1c1917;letter-spacing:-.5px;margin:0 0 12px;font-size:34px;font-weight:700}.today-course-subtitle{color:#78716c;margin:0;font-size:17px;font-weight:400}.today-course-more{color:#44403c;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:4px;padding-bottom:2px;font-family:inherit;font-size:20px;font-weight:400;transition:color .15s;display:flex}.today-course-more:hover{color:#1c1917}.today-course-more-arrow{box-sizing:border-box;justify-content:center;align-items:center;margin-left:4px;font-size:18px;display:inline-flex}.today-course-carousel{max-width:1800px;margin:0 auto;position:relative}.today-course-stage{height:720px;position:relative;overflow:hidden}.course-card{cursor:pointer;border-radius:16px;width:584px;margin-left:-292px;transition:transform .4s,opacity .4s;position:absolute;left:50%;overflow:visible}.course-card-img{aspect-ratio:1;background-color:#e8e2db;background-position:50%;background-size:cover;border-radius:16px;width:100%;transition:filter .2s;position:relative;overflow:hidden}.course-card.active:hover .course-card-img{filter:brightness(.92)}.course-card-img-placeholder{justify-content:center;align-items:center;font-size:56px;display:flex;position:absolute;inset:0}.course-author-avatar{background:#b45309;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:absolute;top:16px;right:16px;overflow:hidden;box-shadow:0 2px 8px #0003}.course-author-avatar img{object-fit:cover;width:100%;height:100%}.course-author-avatar span{color:#fff;font-size:22px;font-weight:700}.course-card-body{flex-direction:column;gap:8px;padding:16px 4px 0;display:flex}.course-card-title{color:#1c1917;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:20px;font-weight:700;overflow:hidden}.course-card-subtitle{color:#78716c;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:400;overflow:hidden}.course-card-meta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.course-card-like{color:#78716c;align-items:center;gap:0;margin-right:8px;font-size:14px;font-weight:400;display:flex}.course-like-icon{color:#ef4444;box-sizing:border-box;justify-content:center;align-items:center;width:16px;height:16px;margin-right:4px;padding:1px;font-size:13px;display:inline-flex}.course-card-tags{flex-wrap:wrap;gap:0;display:flex}.course-card-tag{color:#92400e;white-space:nowrap;background:#fef3ed;border-radius:6px;margin-bottom:4px;margin-right:4px;padding:6px 12px;font-size:14px;font-weight:500}.course-card:not(.active) .course-card-title{font-size:17px}.course-card:not(.active) .course-card-body{opacity:.7}.today-course-pagination{justify-content:center;align-items:center;gap:20px;margin-top:32px;display:flex}.pagination-arrow{cursor:pointer;color:#78716c;background:0 0;border:none;border-radius:6px;align-items:center;padding:4px 8px;font-family:inherit;font-size:20px;transition:background .15s,color .15s;display:inline-flex}.pagination-arrow:hover{color:#1c1917;background:#f5f0eb}.pagination-text{color:#44403c;font-size:20px;font-weight:400}.pagination-text strong{font-weight:700}.pagination-sep{color:#a8a29e;margin:0 4px}.pagination-dot{box-sizing:border-box;cursor:pointer;background:#d4cdc8;border-radius:50%;width:14px;height:14px;padding:1px;transition:background .15s;display:inline-block}.pagination-dot.active{background:#c96442}@media (width<=1100px){.today-course{padding:60px 32px 48px}.today-course-title{font-size:28px}.course-card{width:480px;margin-left:-240px}}@media (width<=760px){.today-course{padding:48px 20px 40px}.today-course-stage{height:540px}.course-card{width:320px;margin-left:-160px}.today-course-title{font-size:24px}.today-course-subtitle{font-size:14px}}.rc-section{box-sizing:border-box;background:#fafaf9;width:100%;padding:80px 60px}.rc-inner{max-width:1800px;margin:0 auto}.rc-header{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.rc-header-left{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.rc-region-wrap{align-items:center;display:inline-flex;position:relative}.rc-region-select{appearance:none;color:#1c1917;cursor:pointer;background:#fff;border:1.5px solid #e7e5e4;border-radius:9999px;outline:none;padding:8px 40px 8px 18px;font-family:inherit;font-size:16px;font-weight:600;transition:border-color .15s}.rc-region-select:hover,.rc-region-select:focus{border-color:#c96442}.rc-region-arrow{color:#78716c;pointer-events:none;font-size:10px;position:absolute;right:14px}.rc-title{color:#1c1917;letter-spacing:-.5px;margin:0;font-size:34px;font-weight:700}.rc-title-region{color:#c96442}.rc-more{color:#44403c;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding-bottom:2px;font-family:inherit;font-size:20px;font-weight:400;transition:color .15s;display:flex}.rc-more:hover{color:#1c1917}.rc-more-arrow{margin-left:4px;font-size:18px}.rc-body{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}.rc-featured{cursor:pointer;background:#fff;border-radius:16px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 24px #00000012}.rc-featured:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.rc-featured-img{aspect-ratio:1;background-color:#e8e2db;background-position:50%;background-size:cover;width:100%;transition:filter .2s;position:relative;overflow:hidden}.rc-featured:hover .rc-featured-img{filter:brightness(.92)}.rc-featured-placeholder{justify-content:center;align-items:center;font-size:56px;display:flex;position:absolute;inset:0}.rc-featured-avatar{background:#b45309;border:3px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:absolute;top:16px;right:16px;overflow:hidden;box-shadow:0 2px 8px #0003}.rc-featured-avatar img{object-fit:cover;width:100%;height:100%}.rc-featured-avatar span{color:#fff;font-size:22px;font-weight:700}.rc-featured-body{flex-direction:column;gap:10px;padding:24px;display:flex}.rc-featured-title{color:#1c1917;letter-spacing:-.5px;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:30px;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.rc-featured-subtitle{color:#78716c;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:17px;font-weight:400;overflow:hidden}.rc-featured-meta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.rc-featured-like{color:#78716c;align-items:center;gap:4px;font-size:14px;font-weight:400;display:flex}.rc-like-icon{color:#ef4444;font-size:13px}.rc-featured-tags{flex-wrap:wrap;gap:4px;display:flex}.rc-tag{color:#92400e;white-space:nowrap;background:#fef3ed;border-radius:6px;padding:6px 12px;font-size:14px;font-weight:500}.rc-list{flex-direction:column;gap:0;display:flex}.rc-list-item{cursor:pointer;border-bottom:1px solid #f0ece8;border-radius:8px;align-items:center;gap:16px;padding:20px 0;transition:background .15s;display:flex}.rc-list-item:last-child{border-bottom:none}.rc-list-item:hover{background:#fafaf8}.rc-list-num{color:#d4cdc8;text-align:center;flex-shrink:0;min-width:28px;font-size:22px;font-weight:800}.rc-list-item:first-child .rc-list-num{color:#f59e0b}.rc-list-item:nth-child(2) .rc-list-num{color:#9ca3af}.rc-list-item:nth-child(3) .rc-list-num{color:#c96442}.rc-list-thumb{background-color:#e8e2db;background-position:50%;background-size:cover;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:24px;display:flex;overflow:hidden}.rc-list-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.rc-list-name{color:#1c1917;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:17px;font-weight:700;overflow:hidden}.rc-list-sub{color:#78716c;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:400;overflow:hidden}.rc-list-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:2px;display:flex}.rc-list-rating{color:#78716c;align-items:center;gap:3px;font-size:13px;display:flex}.rc-star-icon{justify-content:center;align-items:center;width:14px;height:14px;font-size:12px;display:inline-flex}.rc-list-tags{flex-wrap:wrap;gap:4px;display:flex}.rc-list-tag{color:#92400e;white-space:nowrap;background:#fef3ed;border-radius:6px;padding:5px 8px;font-size:12px;font-weight:500}@media (width<=1100px){.rc-section{padding:60px 32px}.rc-title{font-size:28px}.rc-featured-title{font-size:24px}}@media (width<=900px){.rc-body{grid-template-columns:1fr}.rc-featured-img{aspect-ratio:16/9}}@media (width<=760px){.rc-section{padding:48px 20px}.rc-title{font-size:22px}.rc-header{flex-direction:column;align-items:flex-start;gap:16px}}.notice{box-sizing:border-box;width:100%;padding:48px 60px}.notice-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.notice-title{color:#111;letter-spacing:-.5px;margin:0;font-size:24px;font-weight:800}.notice-more{color:#888;font-size:13px;text-decoration:none}.notice-more:hover{color:#111}.notice-header-links{gap:8px;display:flex}.notice-tab-link{color:#666;cursor:pointer;background:0 0;border:1px solid #e0e0e0;border-radius:20px;padding:6px 16px;font-size:13px;transition:all .2s}.notice-tab-link:hover{color:#c96442;border-color:#c96442}.notice-tab-link.active{color:#fff;background:#c96442;border-color:#c96442}.notice-list{margin:0;padding:0;list-style:none}.notice-item{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:center;gap:16px;padding:16px 0;transition:background .15s;display:flex}.notice-item:hover{background:#fafafa}.notice-item:last-child{border-bottom:none}.notice-item-img{background:#f3f4f6;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.notice-item-title{color:#222;white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:14px;font-weight:600;overflow:hidden}.notice-item-date{color:#aaa;flex-shrink:0;font-size:13px}body.login-active .header{z-index:10000;background:0 0;border-bottom:none;position:fixed}body.login-active .header-create-btn{color:#fff;background:0 0;border-color:#fff}body.login-active .header-create-btn:hover{color:#fff;background:#ffffff26}body.login-active .header-login-btn{color:#fff}.login-page{z-index:9999;background:url(/assets/hero-5sT3BiRD.png) 50%/cover no-repeat;min-height:calc(100vh + 84px);margin-top:-84px;padding-top:84px;display:flex;position:relative}.login-page:before{content:"";pointer-events:none;background:#00000073;position:absolute;inset:0}.login-left{z-index:1;flex:1;align-items:flex-start;padding:250px 60px 0;display:flex;position:relative}.login-hero-title{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:64px;font-weight:700;line-height:1.2}.login-hero-subtitle{color:#fff;margin:16px 0 0;font-size:22px;font-weight:400}.login-right{z-index:1;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.login-card{background:#fff;border-radius:16px;width:584px;padding:40px}.login-title{color:#333;margin:0 0 60px;font-family:Inter,sans-serif;font-size:30px;font-weight:700}.login-form{flex-direction:column;display:flex}.login-field{margin-bottom:0}.login-field+.login-field{margin-top:40px}.login-label{color:#666;margin-bottom:8px;font-size:14px;font-weight:400;display:block}.login-input{color:#333;background:0 0;border:none;border-bottom:1px solid #afacac;outline:none;width:100%;padding:8px 0;font-family:inherit;font-size:17px;font-weight:500;transition:border-color .2s}.login-input:focus{border-bottom-color:#333}.login-input::placeholder{color:#afacac}.login-input-wrap{position:relative}.login-input-wrap .login-input{padding-right:28px}.login-eye-btn{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:16px;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.login-options{align-items:center;gap:16px;margin-top:16px;display:flex}.login-checkbox-label{color:#666;cursor:pointer;align-items:center;gap:8px;font-size:14px;font-weight:400;display:flex}.login-checkbox{display:none}.login-checkbox-circle{border:1px solid #afacac;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;transition:all .2s;display:flex}.login-checkbox:checked+.login-checkbox-circle{background:#333;border-color:#333}.login-checkbox:checked+.login-checkbox-circle:after{content:"";background:#fff;border-radius:50%;width:6px;height:6px}.login-error{color:#ef4444;text-align:center;margin:8px 0 0;font-size:13px}.login-btn{color:#fff;cursor:pointer;background:#333;border:none;border-radius:6px;width:100%;height:60px;margin-top:40px;font-family:inherit;font-size:17px;font-weight:500;transition:background .2s}.login-btn:hover{background:#222}.login-btn:disabled{color:#666;cursor:default;background:#dfdfdf}.login-links{justify-content:center;align-items:center;margin-top:16px;display:flex}.login-link{color:#666;cursor:pointer;font-size:14px;font-weight:400;text-decoration:none}.login-link:hover{color:#333}.login-link-divider{color:#afacac;margin:0 12px;font-size:12px}.login-divider{align-items:center;margin:60px 0 24px;display:flex}.login-divider:before,.login-divider:after{content:"";background:#afacac;flex:1;height:1px}.login-divider span{color:#666;white-space:nowrap;padding:0 16px;font-size:14px;font-weight:400}.login-social{flex-direction:column;gap:8px;display:flex}.social-btn{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;height:60px;font-family:inherit;font-size:17px;font-weight:400;transition:opacity .2s;display:flex}.social-btn:hover{opacity:.85}.naver-btn{color:#fff;background:#03c75a;border:none}.kakao-btn{color:#000;background:#fee500;border:none}.signup-page{background:#fff;min-height:100vh;padding:0 0 80px}.signup-container{max-width:560px;margin:0 auto;padding:0 24px;position:relative}.signup-back-btn{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:2px;font-size:24px;line-height:1;display:flex;position:absolute;top:24px;left:24px}.signup-title{color:#1c1917;text-align:center;margin:0;padding-top:32px;font-size:50px;font-weight:700}.signup-stepper{justify-content:center;align-items:flex-start;gap:34px;margin-top:24px;margin-bottom:0;display:flex}.signup-step{flex-direction:column;align-items:center;gap:6px;display:flex;position:relative}.signup-step-line{background:#b2b2b2;width:26px;height:2px;margin-right:4px;transition:background .3s;position:absolute;top:18px;right:100%}.signup-step-line.active{background:#b2b2b2}.signup-step-circle{color:#b2b2b2;box-sizing:border-box;background:#fff;border:1px solid #b2b2b2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;transition:all .3s;display:flex}.signup-step.active .signup-step-circle{color:#fff;background:#92400e;border-color:#92400e}.signup-step-label{color:#b2b2b2;white-space:nowrap;font-size:17px;font-weight:400;transition:color .3s}.signup-step.active .signup-step-label{color:#333;font-weight:400}.signup-step-content{flex-direction:column;margin-top:100px;display:flex}.signup-field{flex-direction:column;display:flex}.signup-label{color:#666;margin-bottom:0;font-size:14px;font-weight:400}.signup-input-wrap{align-items:center;display:flex;position:relative}.signup-input{color:#111;background:0 0;border:none;border-bottom:1px solid #b2b2b2;outline:none;width:100%;padding:8px 0;font-family:inherit;font-size:20px;font-weight:500;transition:border-color .2s}.signup-input:focus{border-bottom-color:#333}.signup-input::placeholder{color:#bbb;font-weight:400}.signup-input.error{border-bottom-color:#ef4444}.signup-input:disabled{color:#999;background:#fafafa}.signup-clear-btn{cursor:pointer;color:#999;background:0 0;border:none;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:14px;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.signup-clear-btn:hover{color:#333}.signup-eye-btn{cursor:pointer;color:#999;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:2px;font-size:18px;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.signup-eye-btn:hover{color:#333}.signup-error{color:#ef4444;margin:12px 0 0;font-size:14px;line-height:1.4}.signup-success{color:#3ccc00;margin:12px 0 0;font-size:14px;line-height:1.4}.signup-helper{color:#999;margin:12px 0 0;font-size:14px;line-height:1.4}.signup-general-error{text-align:center;color:#ef4444;background:#fef2f2;border-radius:8px;margin-top:20px;padding:12px;font-size:14px}.signup-step-content .signup-field+.signup-field{margin-top:40px}.signup-step-content .signup-field:first-child+.signup-field{margin-top:60px}.signup-strength{align-items:center;gap:8px;margin-top:8px;display:flex}.signup-strength-bar{gap:4px;width:120px;display:flex}.signup-strength-segment{background:#e0e0e0;border-radius:2px;flex:1;height:4px;transition:background .3s}.signup-strength-label{white-space:nowrap;font-size:14px;font-weight:500}.signup-email-row{align-items:center;gap:8px;display:flex}.signup-email-input{flex:1;min-width:0}.signup-email-at{color:#666;flex-shrink:0;font-size:16px}.signup-domain-select{color:#111;cursor:pointer;appearance:auto;background:0 0;border:none;border-bottom:1px solid #b2b2b2;outline:none;flex-shrink:0;width:190px;padding:8px 4px 8px 0;font-family:inherit;font-size:20px;font-weight:500}.signup-domain-select:focus{border-bottom-color:#333}.signup-domain-select:disabled{color:#999;background:#fafafa}.signup-send-btn{color:#666;cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;align-items:center;margin-left:4px;padding:1px;font-family:inherit;font-size:16px;display:flex}.signup-send-btn:hover{color:#333}.signup-send-btn.done{color:#fff;cursor:default;background:#22c55e;border-color:#22c55e;border-radius:8px;padding:6px 12px}.signup-verify-row{align-items:center;gap:8px;display:flex}.signup-verify-input{flex:1;min-width:0}.signup-timer{color:red;white-space:nowrap;flex-shrink:0;font-size:17px;font-weight:400}.signup-verify-sm-btn{color:#666;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #666;border-radius:9999px;flex-shrink:0;padding:12px 24px;font-family:inherit;font-size:17px;font-weight:400;transition:all .2s}.signup-verify-sm-btn:hover{background:#f5f5f5}.signup-verify-sm-btn.primary{color:#fff;background:#333;border-color:#333}.signup-verify-sm-btn.primary:hover{background:#222}.signup-agree-section{margin-top:60px!important}.signup-agree-all{cursor:pointer;align-items:center;gap:12px;margin-bottom:12px;display:flex}.signup-agree-all-text{color:#333;font-size:17px;font-weight:700}.signup-agree-divider{background:#e0e0e0;height:1px;margin-bottom:12px}.signup-agree-item{justify-content:space-between;align-items:center;margin-bottom:20px;padding:0;display:flex}.signup-agree-item:last-child{margin-bottom:0}.signup-agree-left{cursor:pointer;color:#666;align-items:center;gap:12px;font-size:17px;font-weight:400;display:flex}.signup-checkbox{border:1px solid #b2b2b2;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;transition:all .2s;display:flex}.signup-checkbox.checked{background:#333;border-color:#333}.signup-checkbox i{color:#fff;font-size:10px}.signup-agree-detail{color:#666;cursor:pointer;background:0 0;border:none;flex-shrink:0;font-family:inherit;font-size:14px;font-weight:500}.signup-agree-detail:hover{color:#333;text-decoration:underline}.signup-agree-left span{color:#666}.signup-profile-section{align-items:flex-start}.signup-profile-previews{align-items:flex-end;gap:24px;margin-top:20px;display:flex}.signup-profile-circle{background:#d9d9d9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.signup-profile-circle.large{width:160px;height:160px}.signup-profile-circle.medium{width:80px;height:80px}.signup-profile-circle.small{width:40px;height:40px}.signup-profile-size{color:#999;text-align:center;margin-top:12px;font-size:14px}.signup-profile-circle i{color:#aaa}.signup-profile-circle.large i{font-size:48px}.signup-profile-circle.medium i{font-size:28px}.signup-profile-circle.small i{font-size:16px}.signup-profile-circle img{object-fit:cover;width:100%;height:100%}.signup-profile-actions{gap:8px;margin-top:20px;margin-bottom:8px;display:flex}.signup-profile-btn{color:#666;cursor:pointer;background:#fff;border:1px solid #666;border-radius:9999px;justify-content:center;align-items:center;width:100px;height:40px;padding:0;font-family:inherit;font-size:14px;font-weight:400;transition:all .2s;display:flex}.signup-profile-btn:hover{background:#f5f5f5}.signup-profile-btn.primary{color:#fff;background:#333;border-color:#333}.signup-profile-btn.primary:hover{background:#222}.signup-profile-section+.signup-field{margin-top:60px!important}.signup-bottom-btns{justify-content:center;gap:100px;margin-top:60px;display:flex}.signup-bottom-btn{cursor:pointer;color:#b2b2b2;background:0 0;border:none;padding:0;font-family:inherit;font-size:30px;font-weight:500;transition:color .2s}.signup-bottom-btn:hover{color:#666}.signup-bottom-btn.cancel{color:#b2b2b2}.signup-bottom-btn.cancel:hover{color:#666}.signup-bottom-btn.next{color:#b2b2b2}.signup-bottom-btn.next:hover{color:#666}.signup-bottom-btn.next:disabled{color:#d0d0d0;cursor:not-allowed}@media (width<=600px){.signup-page{padding:0 0 40px}.signup-container{padding:0 16px}.signup-title{padding-top:40px;font-size:28px}.signup-stepper{margin-top:16px;margin-bottom:24px}.signup-step-content{margin-top:60px}.signup-step-line{width:24px}.signup-step-circle{width:28px;height:28px;font-size:12px}.signup-step-label{font-size:14px}.signup-input{font-size:16px}.signup-domain-select{width:140px;font-size:16px}.signup-profile-circle.large{width:120px;height:120px}.signup-profile-circle.medium{width:60px;height:60px}.signup-bottom-btns{gap:60px;margin-top:40px}.signup-bottom-btn{font-size:24px}}.find-wrapper{background:#f8f8f8;justify-content:center;align-items:center;min-height:calc(100vh - 52px);display:flex}.find-card{background:#fff;border-radius:16px;width:500px;padding:50px 40px;box-shadow:0 4px 24px #00000014}.find-title{color:#111;text-align:center;margin:0 0 32px;font-size:22px;font-weight:700}.find-tabs{border-bottom:1px solid #eee;margin-bottom:32px;display:flex}.find-tab{color:#aaa;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:12px 0;font-family:inherit;font-size:15px;font-weight:400;transition:all .2s}.find-tab.active{color:#111;border-bottom-color:#111;font-weight:700}.find-form{flex-direction:column;gap:8px;display:flex}.find-input-group{padding:8px 0}.find-input-row{align-items:flex-end;gap:10px;display:flex}.find-input{color:#111;background:0 0;border:none;border-bottom:1px solid #ddd;outline:none;width:100%;padding:12px 0;font-family:inherit;font-size:14px;transition:border-color .2s}.find-input:focus{border-bottom-color:#111}.find-input::placeholder{color:#aaa}.find-side-btn{color:#555;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #ddd;border-radius:20px;flex-shrink:0;padding:10px 16px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s}.find-side-btn:hover{background:#f5f5f5;border-color:#111}.find-side-btn.done{color:#fff;background:#111;border-color:#111}.find-submit-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:28px;width:100%;margin-top:32px;padding:16px;font-family:inherit;font-size:17px;font-weight:700;transition:background .2s}.find-submit-btn:hover{background:#333}.course-detail{background:#fff;max-width:1800px;margin:0 auto;padding-bottom:80px}.cd-back-arrow{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;margin:8px 0 8px 30px;padding:0;font-size:28px;line-height:1;display:flex}.cd-hero{background:#1c1917;border-radius:16px;width:calc(100% - 60px);height:244px;margin:0 30px;position:relative;overflow:hidden}.cd-hero-img{object-fit:cover;width:100%;height:100%}.cd-hero-overlay{pointer-events:none;background:linear-gradient(#0000001a 0%,#0000000d 40%,#0009 100%);position:absolute;inset:0}.cd-hero-actions{z-index:2;gap:12px;display:flex;position:absolute;top:20px;right:20px}.cd-hero-icon-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#ffffff26;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:22px;transition:all .2s;display:flex;position:relative}.cd-hero-icon-btn:hover{background:#fff6}.cd-hero-icon-btn.active{color:#c96442;background:#fff;border-color:#fff}.cd-hero-heart{border-radius:24px;flex-direction:column;gap:2px;width:auto;padding:8px 16px}.cd-hero-like-count{font-size:17px;font-weight:400}.cd-hero-content{z-index:2;flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex;position:absolute;inset:20px 160px 12px 44px}.cd-hero-date{color:#fff;margin:0 0 8px;font-size:14px;font-weight:500}.cd-hero-title{color:#fff;text-shadow:0 2px 8px #0000004d;margin:0 0 6px -2px;font-size:34px;font-weight:700;line-height:1.2}.cd-hero-subtitle{color:#fff;margin:0;font-size:17px;font-weight:400}.cd-hero-tags{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.cd-hero-tag{color:#fff;background:#ffffff26;border:1px solid #fff6;border-radius:100px;padding:6px 16px;font-size:14px;line-height:1}.cd-hero-dots{z-index:2;gap:8px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.cd-hero-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s}.cd-hero-dot.active{background:#fff;border-radius:4px;width:24px}.cd-hero-prev,.cd-hero-next{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;z-index:2;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.cd-hero-prev{left:16px}.cd-hero-next{right:16px}.cd-hero-prev:hover,.cd-hero-next:hover{background:#fff6}.cd-owner-actions{justify-content:flex-end;gap:10px;padding:16px 28px;display:flex}.cd-owner-btn{color:#555;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:8px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.cd-owner-btn:hover{color:#c96442;border-color:#c96442}.cd-owner-btn-danger{color:#e74c3c;border-color:#e74c3c}.cd-owner-btn-danger:hover{background:#fef2f2}.cd-places-section{flex-direction:column;align-items:center;gap:80px;padding:60px 28px;display:flex}.cd-place-card{text-align:center;cursor:pointer;width:100%;max-width:584px}.cd-place-card-img{aspect-ratio:1;background:#f0f0f0;border-radius:12px;width:100%;overflow:hidden}.cd-place-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.cd-place-card:hover .cd-place-card-img img{transform:scale(1.03)}.cd-place-card-placeholder{background:linear-gradient(135deg,#fef3c7,#f5e6d3);justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.cd-place-card-name{color:#333;margin:12px 0 0;font-size:16px;font-weight:500}.cd-place-card-desc{color:#888;margin:8px 0 0;font-size:14px;line-height:1.6}.cd-map-places{border:1px solid #f0f0f0;border-radius:16px;height:650px;margin:0 30px;display:flex;overflow:hidden}.cd-map-container{flex:1;height:100%}.cd-place-list{background:#fff;flex-shrink:0;width:700px;height:100%;overflow-y:auto}.cd-place-list-item{box-sizing:border-box;border-bottom:1px solid #f0f0f0;align-items:center;gap:16px;height:160px;padding:20px 24px;display:flex}.cd-place-list-thumb{background:#f0f0f0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;font-size:1.5rem;display:flex;overflow:hidden}.cd-place-list-thumb img{object-fit:cover;width:100%;height:100%}.cd-place-list-info{flex:1;min-width:0}.cd-place-list-name{color:#333;cursor:pointer;margin:0 0 4px;font-size:20px;font-weight:700}.cd-place-list-name:hover{color:#c96442}.cd-place-list-address{color:#999;margin:0 0 8px;font-size:13px}.cd-place-list-memo{color:#bbb;margin:0;font-size:13px;font-style:italic}.cd-comments-section{padding:60px 28px 0}.cd-comments-title{color:#333;margin:0 0 24px;font-size:28px;font-weight:700}.cd-comment-input-row{align-items:center;gap:12px;margin-bottom:40px;display:flex}.cd-comment-avatar{color:#999;background:#e8e8e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.cd-comment-input{color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:22px;outline:none;flex:1;height:44px;padding:0 16px;font-family:inherit;font-size:14px;transition:border-color .2s}.cd-comment-input:focus{border-color:#c96442}.cd-comment-input::placeholder{color:#ccc}.cd-comment-cancel-btn{color:#888;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:20px;flex-shrink:0;padding:8px 20px;font-family:inherit;font-size:13px}.cd-comment-cancel-btn:hover{background:#f5f5f5}.cd-comment-submit-btn{color:#fff;cursor:pointer;background:#333;border:none;border-radius:20px;flex-shrink:0;padding:8px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s}.cd-comment-submit-btn:hover{background:#222}.cd-comment-list{flex-direction:column;display:flex}.cd-comment-group{padding:0}.cd-comment-group+.cd-comment-group{border-top:1px solid #f0f0f0}.cd-comment-item{gap:14px;padding:24px 0;display:flex}.cd-comment-item-avatar{color:#999;background:#f0f0f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:flex}.cd-comment-item-body{flex:1}.cd-comment-author{color:#333;margin:0 0 6px;font-size:20px;font-weight:500}.cd-comment-text{color:#666;margin:0 0 10px;font-size:17px;line-height:1.7}.cd-comment-actions-row{align-items:center;gap:12px;display:flex}.cd-comment-reply-btn{color:#666;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:17px;text-decoration:underline}.cd-comment-reply-btn:hover{color:#666}.cd-comment-delete-btn{color:#ccc;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px}.cd-comment-delete-btn:hover{color:#ef4444}.cd-comment-expand-btn{color:#333;cursor:pointer;background:0 0;border:none;margin-top:4px;padding:4px 0 0;font-family:inherit;font-size:17px;font-weight:600;display:block}.cd-comment-expand-btn:hover{text-decoration:underline}.cd-reply-input-row{align-items:center;gap:12px;padding:0 0 20px 50px;animation:.2s ease-out cd-slide-in;display:flex}.cd-reply-avatar{width:32px;height:32px;font-size:12px}.cd-reply-input{height:38px;font-size:13px}.cd-reply-item{border-top:1px solid #fafafa;gap:12px;padding:16px 0 16px 50px;display:flex}@keyframes cd-slide-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.cd-loading{color:#999;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;display:flex}.cd-loading span{font-size:3rem}.cd-back-btn-main{color:#fff;cursor:pointer;background:#333;border:none;border-radius:8px;margin-top:8px;padding:12px 24px;font-family:inherit;font-weight:600}.cd-lightbox{z-index:2000;cursor:pointer;background:#000000eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cd-lightbox-close{color:#fff;cursor:pointer;z-index:1;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex;position:absolute;top:20px;right:24px}.cd-lightbox-close:hover{background:#ffffff4d}.cd-lightbox-img{object-fit:contain;cursor:default;border-radius:12px;max-width:85%;max-height:85%}.cd-lightbox-prev,.cd-lightbox-next{color:#fff;cursor:pointer;z-index:1;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:28px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.cd-lightbox-prev{left:20px}.cd-lightbox-next{right:20px}.cd-lightbox-prev:hover,.cd-lightbox-next:hover{background:#ffffff4d}.cd-lightbox-count{color:#fff;background:#00000080;border-radius:20px;padding:6px 16px;font-size:13px;font-weight:600;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}@media (width<=900px){.cd-map-places{flex-direction:column;height:auto}.cd-place-list{width:100%;height:300px}.cd-map-container{height:350px}}@media (width<=768px){.cd-hero{width:calc(100% - 32px);height:260px;margin:0 16px}.cd-hero-title{font-size:24px}.cd-hero-content{bottom:36px;left:20px;right:80px}.cd-places-section{gap:60px;padding:40px 16px}.cd-place-card-img{height:260px}.cd-map-places{margin:0 16px}.cd-comments-section{padding:40px 16px 0}.cd-comment-input-row{flex-wrap:wrap}.cd-comment-input{min-width:0}.cd-reply-input-row{flex-wrap:wrap;padding-left:24px}.cd-reply-item{padding-left:24px}.cd-owner-actions{padding:16px}}@media (width<=480px){.cd-hero{border-radius:12px;width:calc(100% - 24px);height:200px;margin:0 12px}.cd-hero-title{font-size:20px}.cd-hero-content{bottom:16px;left:14px;right:60px}.cd-hero-icon-btn{width:40px;height:40px;font-size:16px}.cd-hero-heart{padding:6px 12px}.cd-places-section{gap:40px}.cd-place-card-img{height:200px}.cd-comments-title{font-size:20px}.cd-place-list-thumb{width:60px;height:60px}}.mypage{background:#faf8f5;min-height:100vh;padding-bottom:5rem}.mypage-container{max-width:1280px;margin:0 auto;padding:3rem 1rem 0}.mypage-layout{gap:2rem;display:flex}.mypage-sidebar{flex-direction:column;flex-shrink:0;gap:1.5rem;width:280px;display:flex}.mypage-profile{text-align:center;background:#fff;border:1px solid #f5f5f4;border-radius:1.5rem;flex-direction:column;align-items:center;padding:1.5rem;display:flex;box-shadow:0 1px 2px #0000000d}.mypage-avatar-wrap{margin-bottom:1rem;display:inline-block;position:relative}.mypage-avatar{cursor:pointer;background:#fef3c7;border:4px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:110px;height:110px;font-size:2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.mypage-avatar-img{object-fit:cover;width:100%;height:100%}.mypage-avatar-overlay{opacity:0;color:#fff;background:#00000059;border-radius:50%;justify-content:center;align-items:center;font-size:22px;transition:opacity .2s;display:flex;position:absolute;inset:0}.mypage-avatar:hover .mypage-avatar-overlay{opacity:1}.mypage-avatar-delete-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;line-height:1;display:flex;position:absolute;top:0;right:0}.mypage-avatar span{color:#92400e;font-size:28px;font-weight:700}.mypage-name{color:#1c1917;margin:0;font-size:1.25rem;font-weight:700}.mypage-email{color:#a8a29e;margin:.25rem 0 0;font-size:.875rem}.mypage-profile-edit-btn{cursor:pointer;color:#57534e;background:#f5f5f4;border:none;border-radius:9999px;margin-top:1rem;padding:.375rem 1rem;font-family:inherit;font-size:.75rem;font-weight:700;transition:background .2s}.mypage-profile-edit-btn:hover{background:#e7e5e4}.mypage-menu{background:#fff;border:1px solid #f5f5f4;border-radius:1.5rem;flex-direction:column;gap:.25rem;padding:.75rem;display:flex;box-shadow:0 1px 2px #0000000d}.mypage-menu-item{color:#57534e;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.75rem;justify-content:space-between;align-items:center;width:100%;padding:.75rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.mypage-menu-item:hover{background:#fafaf9}.mypage-menu-item.active{color:#92400e;background:#fffbeb;font-weight:700}.mypage-menu-label{align-items:center;gap:.75rem;display:flex}.mypage-menu-icon{font-size:1rem}.mypage-menu-arrow{font-size:.875rem}.mypage-menu-divider{background:#f5f5f4;height:1px;margin:.5rem .75rem}.mypage-logout-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:.75rem;align-items:center;gap:.75rem;width:100%;padding:.75rem;font-family:inherit;font-size:.875rem;font-weight:500;display:flex}.mypage-logout-btn:hover{background:#fef2f2}.mypage-content{background:#fff;border:1px solid #f5f5f4;border-radius:1.5rem;flex:1;min-height:400px;padding:2rem;box-shadow:0 1px 2px #0000000d}.mypage-content-title{color:#1c1917;margin:0 0 1.5rem;font-size:1.5rem;font-weight:900}.mypage-section-title{color:#1c1917;margin:0 0 1rem;font-size:1rem;font-weight:700}.mypage-field{margin-bottom:1rem}.mypage-label{color:#44403c;margin-bottom:.5rem;font-size:.8rem;font-weight:700;display:block}.mypage-input{color:#1c1917;box-sizing:border-box;border:1px solid #e7e5e4;border-radius:.75rem;outline:none;width:100%;max-width:400px;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;transition:border-color .2s;display:block}.mypage-input:focus{border-color:#92400e}.mypage-input::placeholder{color:#a8a29e}.mypage-save-btn{color:#fff;cursor:pointer;background:#92400e;border:none;border-radius:.75rem;width:100%;max-width:400px;margin-top:.5rem;padding:.75rem;font-family:inherit;font-size:.875rem;font-weight:700;transition:background .2s}.mypage-save-btn:hover{background:#78350f}.mypage-divider{border:none;border-top:1px solid #f5f5f4;margin:1.5rem 0}.mypage-message{margin-top:.75rem;font-size:.8rem}.mypage-message.success{color:#16a34a}.mypage-message.error{color:#ef4444}.mypage-delete-account{color:#a8a29e;cursor:pointer;font-size:.8rem;text-decoration:underline}.mypage-delete-account:hover{color:#ef4444}.mypage-delete-section{margin-top:.5rem}.mypage-delete-warning{color:#ef4444;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.mypage-delete-btns{gap:.5rem;margin-top:.75rem;display:flex}.mypage-delete-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:.75rem;padding:.5rem 1.5rem;font-family:inherit;font-size:.8rem;font-weight:700}.mypage-delete-btn:hover{background:#dc2626}.mypage-cancel-btn{color:#57534e;cursor:pointer;background:#fff;border:1px solid #e7e5e4;border-radius:.75rem;padding:.5rem 1.5rem;font-family:inherit;font-size:.8rem}.mypage-cancel-btn:hover{background:#fafaf9}.my-card-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}.my-card-create{aspect-ratio:4/3;cursor:pointer;background:#fafaf9;border:2px dashed #d6d3d1;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;transition:all .2s;display:flex}.my-card-create:hover{background:#f5f5f4;border-color:#fbbf24}.my-card-create-icon{margin-bottom:.5rem;font-size:2rem}.my-card-create-text{color:#57534e;font-weight:700}.my-course-card{cursor:pointer;border:1px solid #e7e5e4;border-radius:.75rem;transition:all .2s;overflow:hidden}.my-course-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.my-course-card-img{aspect-ratio:4/3;background:#e7e5e4;position:relative;overflow:hidden}.my-course-card-img img{object-fit:cover;width:100%;height:100%}.my-course-card-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#0009;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:700;position:absolute;top:12px;left:12px}.my-course-card-info{padding:1rem}.my-course-card-title{color:#1c1917;margin:0 0 .25rem;font-size:.9rem;font-weight:700}.my-course-card-meta{color:#a8a29e;font-size:.75rem}.my-card-list{flex-direction:column;gap:.5rem;display:flex}.my-card{cursor:pointer;border:1px solid #f5f5f4;border-radius:.75rem;align-items:center;gap:.875rem;padding:.875rem 1rem;transition:all .2s;display:flex}.my-card:hover{background:#fafaf9;border-color:#e7e5e4}.my-card-thumb{background:#fef3c7;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.my-card-thumb-question{background:#ede9fe}.my-card-info{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.my-card-title{color:#1c1917;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.my-card-meta{color:#a8a29e;font-size:.75rem}.my-card-actions{flex-shrink:0;gap:.375rem;display:flex}.my-card-edit-btn{color:#57534e;cursor:pointer;background:#fff;border:1px solid #e7e5e4;border-radius:.5rem;padding:.375rem .875rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .15s}.my-card-edit-btn:hover{color:#92400e;border-color:#92400e}.my-card-delete-btn{color:#ef4444;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:.375rem .875rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .15s}.my-card-delete-btn:hover{color:#fff;background:#ef4444;border-color:#ef4444}.my-card-unlike-btn{color:#ef4444;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:.375rem .875rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .15s}.my-card-unlike-btn:hover{color:#fff;background:#ef4444;border-color:#ef4444}.my-card-unscrap-btn{color:#b45309;cursor:pointer;background:#fefce8;border:1px solid #fde68a;border-radius:.5rem;padding:.375rem .875rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .15s}.my-card-unscrap-btn:hover{color:#fff;background:#f59e0b;border-color:#f59e0b}.my-review-top{align-items:center;gap:.5rem;display:flex}.my-review-stars{color:#f59e0b;letter-spacing:-1px;font-size:.75rem}.my-review-content{color:#57534e;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8rem;overflow:hidden}.my-question-status{white-space:nowrap;border-radius:9999px;padding:.25rem .625rem;font-size:.7rem;font-weight:600}.my-question-status.answered{color:#059669;background:#ecfdf5}.my-question-status.waiting{color:#a8a29e;background:#f5f5f4}.mypage-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 1.5rem;display:flex}.mypage-empty-icon{opacity:.5;margin-bottom:1rem;font-size:3rem}.mypage-empty-title{color:#1c1917;margin:0 0 .375rem;font-size:1rem;font-weight:700}.mypage-empty-desc{color:#a8a29e;margin:0 0 1.25rem;font-size:.8rem}.mypage-empty-btn{color:#fff;cursor:pointer;background:#92400e;border:none;border-radius:9999px;padding:.625rem 1.5rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:all .2s}.mypage-empty-btn:hover{background:#78350f;transform:translateY(-2px)}.mypage-preparing{color:#a8a29e;flex-direction:column;justify-content:center;align-items:center;height:256px;display:flex}.mypage-preparing-icon{opacity:.5;margin-bottom:1rem;font-size:3rem}@media (width<=960px){.mypage-layout{flex-direction:column}.mypage-sidebar{flex-direction:row;gap:1rem;width:100%}.mypage-profile,.mypage-menu{flex:1}}@media (width<=600px){.mypage-container{padding:1.5rem 1rem 0}.mypage-sidebar{flex-direction:column}.mypage-content{padding:1.25rem}.my-card-grid{grid-template-columns:1fr 1fr;gap:1rem}.my-card-actions{flex-direction:column}.mypage-content-title{font-size:1.25rem}}.create-course{max-width:1800px;margin:0 auto;padding:108px 30px 100px}.cc-top-bar{z-index:90;background:#fff;border-bottom:1px solid #eee;justify-content:flex-end;align-items:center;gap:12px;padding:12px 40px;display:flex;position:fixed;top:84px;left:0;right:0}.cc-back-arrow{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;margin-right:auto;padding:0;font-size:24px;line-height:1;display:flex}.cc-draft-btn{color:#666;cursor:pointer;background:#fff;border:1px solid #666;border-radius:100px;padding:12px 24px;font-family:inherit;font-size:17px;font-weight:400;transition:all .2s}.cc-draft-btn:hover{color:#333;border-color:#333}.cc-publish-btn{color:#fff;cursor:pointer;background:#333;border:none;border-radius:100px;padding:12px 24px;font-family:inherit;font-size:17px;font-weight:400;transition:background .2s}.cc-publish-btn:hover{background:#222}.cc-body{flex-direction:column;gap:0;display:flex}.cc-hero-section{background:#1c1917;border-radius:12px;width:100%;height:244px;margin-bottom:40px;position:relative;overflow:hidden}.cc-hero-bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.cc-hero-overlay{pointer-events:none;background:linear-gradient(#0000001a 0%,#0000000d 40%,#0009 100%);position:absolute;inset:0}.cc-hero-content{z-index:2;flex-direction:column;display:flex;position:absolute;inset:16px 160px 16px 44px}.cc-hero-actions{z-index:2;gap:12px;display:flex;position:absolute;top:20px;right:20px}.cc-cover-row{gap:8px;margin-bottom:12px;padding:4px 0;display:flex;overflow-x:auto}.cc-cover-row::-webkit-scrollbar{height:3px}.cc-cover-row::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.cc-cover-item{cursor:pointer;border:2px solid #ffffff80;border-radius:8px;flex-shrink:0;width:48px;height:48px;position:relative;overflow:hidden}.cc-cover-item.active{border-color:#fff}.cc-cover-preview{object-fit:cover;width:100%;height:100%}.cc-cover-remove{color:#fff;cursor:pointer;opacity:0;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:8px;transition:opacity .2s;display:flex;position:absolute;top:2px;right:2px}.cc-cover-item:hover .cc-cover-remove{opacity:1}.cc-cover-main-btn{color:#ffffffb3;cursor:pointer;z-index:1;background:#00000080;border:none;border-radius:4px;padding:2px 6px;font-family:inherit;font-size:8px;line-height:1.2;transition:all .2s;position:absolute;top:2px;left:2px}.cc-cover-main-btn.selected,.cc-cover-main-btn:hover{color:#fff;background:#c96442}.cc-cover-upload{cursor:pointer;border:2px dashed #ffffff80;border-radius:8px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.cc-cover-placeholder{background:#ffffff1a;justify-content:center;align-items:center;width:100%;height:100%;transition:background .2s;display:flex}.cc-cover-upload:hover .cc-cover-placeholder{background:#fff3}.cc-cover-plus{color:#ffffffb3;font-size:24px;font-weight:300;line-height:1}.cc-title-input{color:#fff;background:0 0;border:none;border-bottom:1px solid #fff6;outline:none;width:100%;margin-bottom:6px;padding:0 0 8px;font-family:Inter,inherit;font-size:34px;font-weight:700;line-height:1.2}.cc-title-input::placeholder{color:#ffffff80}.cc-author-row,.cc-author-avatar,.cc-author-name{display:none}.cc-desc-input{color:#fff;resize:none;box-sizing:border-box;background:0 0;border:none;border-bottom:1px solid #fff6;outline:none;width:100%;min-height:20px;margin-bottom:0;padding:0 0 8px;font-family:inherit;font-size:17px;line-height:1.2}.cc-desc-input:focus{border-bottom-color:#ffffffb3}.cc-desc-input::placeholder{color:#ffffff80}.cc-tag-section{margin-top:auto}.cc-tag-list{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.cc-tag-item{color:#fff;background:#ffffff26;border:1px solid #fff6;border-radius:100px;align-items:center;gap:4px;padding:6px 16px;font-size:14px;font-weight:400;display:inline-flex}.cc-tag-remove{color:#ffffffb3;cursor:pointer;background:0 0;border:none;padding:0 0 0 2px;font-size:10px;line-height:1}.cc-tag-remove:hover{color:#fff}.cc-tag-input-wrap{align-items:center;gap:6px;display:flex}.cc-tag-plus{color:#fff9;font-size:14px;font-weight:400}.cc-tag-input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:0;font-family:inherit;font-size:14px}.cc-tag-input::placeholder{color:#ffffff80}.cc-editor-area{flex-direction:column;gap:32px;min-height:300px;padding:40px 60px;display:flex}.cc-editor-empty{color:#bbb;cursor:pointer;padding:40px 0;font-size:16px}.cc-editor-block{flex-direction:column;align-items:center;gap:12px;display:flex}.cc-editor-img-wrap{border-radius:12px;width:100%;max-width:700px;position:relative;overflow:hidden}.cc-editor-img-wrap img{width:100%;height:auto;display:block}.cc-editor-main-btn{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:6px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s;position:absolute;top:12px;left:12px}.cc-editor-main-btn.selected,.cc-editor-main-btn:hover{background:#c96442}.cc-editor-del-btn{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:background .2s;display:flex;position:absolute;top:12px;right:12px}.cc-editor-del-btn:hover{background:#dc3232cc}.cc-editor-caption{color:#666;text-align:center;background:0 0;border:none;border-bottom:1px solid #e0e0e0;outline:none;width:100%;max-width:700px;padding:8px 0;font-family:inherit;font-size:14px}.cc-editor-caption::placeholder{color:#bbb}.cc-editor-text{color:#333;outline:none;min-height:60px;font-family:inherit;font-size:16px;line-height:1.8}.cc-editor-text:empty:before{content:attr(data-placeholder);color:#bbb;pointer-events:none}.cc-editor-toolbar{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;justify-content:center;align-items:center;gap:24px;margin-bottom:40px;padding:16px 0;display:flex}.cc-toolbar-btn{color:#666;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:4px 8px;font-family:inherit;font-size:17px;display:flex}.cc-toolbar-btn:hover{color:#333}.cc-toolbar-btn i{font-size:18px}.cc-toolbar-divider{background:#d0d0d0;width:1px;height:16px}.cc-fontsize-wrap{position:relative}.cc-fontsize-dropdown{z-index:10;background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:8px;padding:4px 0;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000001a}.cc-fontsize-option{color:#333;cursor:pointer;text-align:center;white-space:nowrap;background:0 0;border:none;width:100%;padding:6px 20px;font-family:inherit;font-size:14px;display:block}.cc-fontsize-option:hover{background:#f5f5f5}.cc-map-section{gap:40px;margin-bottom:120px;display:flex}.cc-map-left{border:1px solid #e0e0e0;border-radius:16px;flex:1;min-width:0;height:864px;position:relative;overflow:hidden}.cc-map-search-bar{z-index:15;background:#fff;border-radius:12px;position:absolute;top:16px;left:16px;right:16px;box-shadow:0 2px 12px #00000026}.cc-map-search-input{color:#333;box-sizing:border-box;background:#fff;border:none;border-radius:12px;outline:none;width:100%;padding:14px 44px 14px 20px;font-family:inherit;font-size:17px}.cc-map-search-input::placeholder{color:#999}.cc-search-icon{color:#999;pointer-events:none;align-items:center;font-size:16px;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.cc-search-overlay{z-index:20;background:#fff;border-radius:0 0 12px 12px;max-height:calc(100% - 86px);position:absolute;top:70px;left:16px;right:16px;overflow-y:auto;box-shadow:0 4px 16px #00000026}.cc-map-search-results{border-bottom:1px solid #e0e0e0}.cc-map-search-item{cursor:pointer;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;min-height:49px;padding:12px 20px;transition:background .15s;display:flex}.cc-map-search-item:last-child{border-bottom:none}.cc-map-search-item:hover{background:#fafafa}.cc-map-search-item-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.cc-map-search-item-name{color:#333;font-size:20px;font-weight:700}.cc-map-search-item-addr{color:#999;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.cc-map-search-item-btn{color:#999;flex-shrink:0;margin-left:12px;font-size:20px;font-weight:400}.cc-map-search-item-btn.added{color:#b1b1b1}.cc-map-search-empty{text-align:center;color:#aaa;margin:0;padding:20px;font-size:13px}.cc-saved-section{border-top:1px solid #e0e0e0;padding:20px}.cc-saved-title{color:#333;margin:0 0 12px;font-size:22px;font-weight:700}.cc-saved-list{flex-direction:column;display:flex}.cc-saved-item{cursor:pointer;border:1px solid #e0e0e0;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:12px 16px;transition:background .15s;display:flex}.cc-saved-item:hover{background:#fafafa}.cc-saved-item-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cc-saved-item-name{color:#333;font-size:15px;font-weight:700}.cc-saved-item-addr{color:#999;font-size:12px}.cc-saved-item-btn{color:#999;flex-shrink:0;margin-left:12px;font-size:14px}.cc-saved-empty{color:#999;margin:0;font-size:14px}.cc-map-area{width:100%;height:100%}.cc-map-popup{z-index:10;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;animation:.2s ease-out popupFadeIn;display:flex;position:absolute;bottom:16px;left:16px;right:16px;box-shadow:0 4px 16px #0000001f}@keyframes popupFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cc-popup-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cc-popup-name{color:#111;font-size:14px;font-weight:700}.cc-popup-address{color:#888;font-size:11px}.cc-popup-rating{color:#f59e0b;font-size:11px}.cc-popup-add-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#c96442;border:none;border-radius:8px;flex-shrink:0;padding:7px 16px;font-family:inherit;font-size:12px;font-weight:700;transition:background .15s}.cc-popup-add-btn:hover{background:#b5573a}.cc-popup-add-btn.added{color:#aaa;cursor:default;background:#e0e0e0}.cc-place-right{background:#fff;flex-direction:column;flex-shrink:0;gap:16px;width:736px;height:864px;display:flex;overflow-y:auto}.cc-place-empty{flex-direction:column;align-items:flex-start;height:100%;padding:24px 20px;display:flex}.cc-place-empty-icon{color:#999;margin-bottom:12px;font-size:20px}.cc-place-empty-text{color:#333;margin:0 0 4px;font-size:15px;font-weight:600}.cc-place-empty-sub{color:#aaa;margin:0 0 16px;font-size:13px}.cc-place-empty-comment{width:100%}.cc-optimize-bar{border-bottom:1px solid #f0f0f0;align-items:center;gap:10px;padding:12px 20px;display:flex}.cc-optimize-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#c96442;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .2s}.cc-optimize-btn:hover{background:#92400e}.cc-optimize-hint{color:#999;font-size:12px}.cc-place-list{flex-direction:column;display:flex}.cc-place-card{cursor:grab;border:1px solid #e0e0e0;border-radius:16px;flex-direction:row;align-items:stretch;height:160px;padding:0;transition:background .15s,opacity .15s;display:flex;overflow:hidden}.cc-place-card:active{cursor:grabbing}.cc-place-card[draggable=true]:hover{background:#fef7f3}.cc-place-thumb{background:#f0ebe6;flex-shrink:0;justify-content:center;align-items:center;width:160px;height:160px;display:flex;overflow:hidden}.cc-place-thumb img{object-fit:cover;width:100%;height:100%}.cc-place-thumb-placeholder{opacity:.3;font-size:40px}.cc-place-card-body{flex-direction:column;flex:1;min-width:0;padding:16px 20px;display:flex}.cc-place-drag-handle{cursor:grab;color:#bbb;-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:14px}.cc-place-drag-handle:active{cursor:grabbing}.cc-place-card-header{align-items:center;gap:10px;margin-bottom:4px;display:flex}.cc-place-num{color:#fff;background:#c96442;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex}.cc-place-name{color:#333;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:17px;font-weight:700;overflow:hidden}.cc-place-addr{color:#999;white-space:nowrap;text-overflow:ellipsis;min-width:0;margin-bottom:8px;font-size:13px;overflow:hidden}.cc-place-remove{color:#999;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:14px;transition:color .15s;display:flex}.cc-place-remove:hover{color:#f44}.cc-comment-input{color:#666;box-sizing:border-box;background:0 0;border:none;border-bottom:1px solid #e0e0e0;border-radius:0;outline:none;flex:1;width:100%;padding:8px 0;font-family:inherit;font-size:13px;transition:border-color .2s}.cc-comment-input:focus{border-bottom-color:#c96442}.cc-comment-input::placeholder{color:#bbb}.cc-comment-input:disabled{cursor:default}.cc-comments-section{margin-top:0}.cc-comments-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.cc-comments-title{color:#333;margin:0;font-size:28px;font-weight:700}.cc-comments-count{color:#999;font-size:17px}.cc-comments-input-wrap{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;align-items:center;gap:12px;margin-bottom:40px;padding:16px 0;display:flex}.cc-comments-avatar{background:#e0e0e0;border-radius:50%;flex-shrink:0;width:36px;height:36px}.cc-comments-input{color:#333;border:none;outline:none;flex:1;padding:8px 0;font-family:inherit;font-size:17px}.cc-comments-input::placeholder{color:#bbb}.cc-comments-btns{flex-shrink:0;gap:8px;display:flex}.cc-comments-cancel-btn{color:#666;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:14px}.cc-comments-submit-btn{color:#fff;cursor:pointer;background:#333;border:none;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:14px}.cc-comment-item{border-bottom:1px solid #f0f0f0;padding:24px 0}.cc-comment-author{align-items:center;gap:10px;margin-bottom:8px;display:flex}.cc-comment-author-avatar{background:#e0e0e0;border-radius:50%;width:32px;height:32px}.cc-comment-author-name{color:#333;font-size:17px;font-weight:700}.cc-comment-text{color:#555;margin-bottom:8px;font-size:15px;line-height:1.6}.cc-comment-actions{align-items:center;gap:16px;display:flex}.cc-comment-reply-btn{color:#999;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px}.cc-comment-reply-btn:hover{color:#666}.cc-comment-more{color:#c96442;cursor:pointer;margin-top:8px;font-size:13px;font-weight:500}@media (width<=960px){.cc-map-section{flex-direction:column}.cc-place-right{width:100%;min-height:200px}.cc-place-card{height:auto;min-height:120px}.cc-place-thumb{width:120px;height:120px}}@media (width<=600px){.create-course{padding:80px 16px 40px}.cc-hero-section{height:200px}.cc-title-input{font-size:20px}.cc-map-area{min-height:280px}.cc-place-thumb{width:100px;height:100px}.cc-place-card{height:auto}}.place-detail{background:#fff;min-height:100vh}.pd-back-arrow{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;margin:8px 0 8px 28px;padding:0;font-size:28px;line-height:1;display:flex}.pd-gallery-scroll{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;gap:12px;padding:0 28px;display:flex;overflow-x:auto}.pd-gallery-scroll::-webkit-scrollbar{display:none}.pd-gallery-scroll-item{scroll-snap-align:start;cursor:pointer;background:#f0f0f0;border-radius:12px;flex-shrink:0;width:760px;height:620px;overflow:hidden}.pd-gallery-scroll-item img{object-fit:cover;width:100%;height:100%}.pd-store-info{padding:24px 28px 0}.pd-store-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.pd-store-name{color:#1a1a1a;margin:0;font-family:Inter,Noto Sans KR,sans-serif;font-size:36px;font-weight:700;line-height:1.2}.pd-store-actions{flex-shrink:0;gap:12px;display:flex}.pd-icon-btn{cursor:pointer;color:#666;background:#fff;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:16px;transition:all .2s;display:flex}.pd-icon-btn:hover{background:#f5f5f5;border-color:#ccc}.pd-icon-btn-heart{color:#e85d3a;border-color:#e85d3a}.pd-icon-btn-heart:hover{background:#fef2f0}.pd-icon-btn.active{color:#fff;background:#333;border-color:#333}.pd-icon-btn-heart.active{color:#fff;background:#e85d3a;border-color:#e85d3a}.pd-icon-check{color:#16a34a;font-size:16px;font-weight:700}.pd-store-address{color:#888;margin:8px 0 0;font-size:15px;font-weight:400}.pd-store-rating{color:#333;align-items:center;gap:4px;margin:6px 0 0;font-size:15px;font-weight:500;display:flex}.pd-store-star{color:#f5a623;font-size:16px}.pd-store-tags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.pd-tag{color:#e85d3a;background:0 0;border:1px solid #e85d3a;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:500}.pd-tabs{border-bottom:1px solid #f0f0f0;justify-content:center;gap:48px;margin-top:32px;padding:0 28px;display:flex}.pd-tab{color:#999;cursor:pointer;background:0 0;border:none;padding:12px 0;font-family:inherit;font-size:16px;font-weight:400;transition:color .2s;position:relative}.pd-tab.active{color:#1a1a1a;font-weight:700}.pd-tab.active:after{content:"";background:#1a1a1a;border-radius:1px;width:24px;height:2px;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}.pd-tab-content{padding:0 28px 60px}.pd-section{padding:28px 0}.pd-section+.pd-section{border-top:1px solid #f0f0f0}.pd-section-title{color:#1a1a1a;margin:0 0 20px;font-family:Inter,Noto Sans KR,sans-serif;font-size:22px;font-weight:700}.pd-section-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.pd-section-header .pd-section-title{margin-bottom:0}.pd-home-courses{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.pd-home-course-card{cursor:pointer;transition:transform .2s}.pd-home-course-card:hover{transform:translateY(-2px)}.pd-home-course-img{aspect-ratio:1;background:#f0f0f0;border-radius:12px;width:100%;overflow:hidden}.pd-home-course-img img{object-fit:cover;width:100%;height:100%}.pd-home-course-placeholder{background:linear-gradient(135deg,#fef3c7,#f5e6d3);justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.pd-home-course-title{color:#1a1a1a;margin:10px 0 0;font-size:15px;font-weight:600;line-height:1.3}.pd-home-course-subtitle{color:#999;margin:4px 0 0;font-size:13px}.pd-home-menus{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.pd-home-menu-card{position:relative}.pd-home-menu-img{aspect-ratio:1;background:#f0f0f0;border-radius:12px;width:100%;overflow:hidden}.pd-home-menu-img img{object-fit:cover;width:100%;height:100%}.pd-home-menu-placeholder{background:linear-gradient(135deg,#fef3c7,#f5e6d3);justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.pd-menu-badge{color:#fff;background:#e85d3a;border-radius:4px;margin-top:8px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.pd-home-menu-name{color:#1a1a1a;margin:6px 0 0;font-size:16px;font-weight:700}.pd-home-menu-price{color:#888;margin:2px 0 0;font-size:14px;font-weight:400}.pd-course-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.pd-course-card-new{cursor:pointer;transition:transform .2s}.pd-course-card-new:hover{transform:translateY(-2px)}.pd-course-card-img{aspect-ratio:1;background:#f0f0f0;border-radius:12px;width:100%;overflow:hidden}.pd-course-card-img img{object-fit:cover;width:100%;height:100%}.pd-course-placeholder{background:linear-gradient(135deg,#fef3c7,#f5e6d3);justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.pd-course-card-title{color:#1a1a1a;margin:10px 0 0;font-size:15px;font-weight:600;line-height:1.3}.pd-course-card-subtitle{color:#999;margin:4px 0 0;font-size:13px}.pd-menu-grid-new{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.pd-menu-card-new{position:relative}.pd-menu-card-img{aspect-ratio:1;background:#f0f0f0;border-radius:20px;width:100%;overflow:hidden}.pd-menu-card-img img{object-fit:cover;width:100%;height:100%}.pd-menu-placeholder{background:linear-gradient(135deg,#fef3c7,#f5e6d3);justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.pd-menu-card-name{color:#1a1a1a;margin:6px 0 0;font-size:16px;font-weight:700}.pd-menu-card-price{color:#888;margin:2px 0 0;font-size:14px;font-weight:400}.pd-photo-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.pd-photo-item{aspect-ratio:1;cursor:pointer;background:#f0f0f0;border-radius:12px;overflow:hidden}.pd-photo-item:first-child{aspect-ratio:auto;grid-row:span 2}.pd-photo-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.pd-photo-item:hover img{transform:scale(1.05)}.pd-info-card-new{background:#fafafa;border-radius:12px;padding:28px 32px}.pd-info-grid-new{grid-template-columns:repeat(4,1fr);gap:12px 24px;display:grid}.pd-info-item-new{color:#333;font-size:14px;line-height:1.8}.pd-info-item-new a{color:#e85d3a;text-decoration:none}.pd-info-item-new a:hover{text-decoration:underline}.pd-info-clickable{cursor:pointer}.pd-info-clickable:hover{color:#e85d3a}.pd-info-hours-detail{border-top:1px solid #e8e8e8;margin-top:20px;padding-top:20px}.pd-info-hours-title{color:#1a1a1a;margin:0 0 8px;font-size:15px;font-weight:700}.pd-info-hours-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.pd-info-hours-list li{color:#666;font-size:14px;line-height:1.6}.pd-empty-box{text-align:center;color:#aaa;background:#fafafa;border-radius:12px;padding:40px 16px}.pd-empty-box span{margin-bottom:12px;font-size:2.5rem;display:block}.pd-empty-box p{margin:0;font-size:14px}.pd-ext-link{color:#e85d3a;margin-top:8px;font-size:13px;font-weight:500;text-decoration:none;display:inline-block}.pd-ext-link:hover{text-decoration:underline}.pd-naver-menu-fallback{color:#03c75a;margin-top:12px;font-size:13px;font-weight:600;text-decoration:none;display:inline-block}.pd-naver-menu-fallback:hover{text-decoration:underline}.pd-review-write-btn{color:#fff;cursor:pointer;background:#333;border:none;border-radius:8px;padding:8px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s}.pd-review-write-btn:hover{background:#222}.pd-review-summary{text-align:center;background:#fafafa;border-radius:12px;margin-bottom:16px;padding:24px}.pd-review-big-score{justify-content:center;align-items:baseline;gap:4px;margin-bottom:8px;display:flex}.pd-review-num{color:#1a1a1a;font-size:48px;font-weight:700}.pd-review-max{color:#aaa;font-size:18px;font-weight:400}.pd-review-stars-row{justify-content:center;gap:4px;margin-bottom:8px;display:flex}.pd-star{color:#e0e0e0;font-size:24px}.pd-star.filled{color:#f5a623}.pd-star-sm{color:#e0e0e0;font-size:12px}.pd-star-sm.filled{color:#f5a623}.pd-review-total{color:#999;margin:0;font-size:14px}.pd-review-list{flex-direction:column;gap:12px;display:flex}.pd-review-card{background:#fafafa;border-radius:12px;padding:20px}.pd-review-author{align-items:center;gap:12px;margin-bottom:12px;display:flex}.pd-review-avatar{color:#92400e;background:#f0e6d9;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.pd-review-name{color:#1a1a1a;margin:0;font-size:14px;font-weight:600}.pd-review-meta{align-items:center;gap:8px;margin-top:2px;display:flex}.pd-review-meta-stars{gap:1px;display:flex}.pd-review-meta-date{color:#aaa;font-size:12px}.pd-review-text{color:#444;margin:0;font-size:14px;line-height:1.7}.pd-review-delete{color:#ef4444;cursor:pointer;background:0 0;border:none;margin-top:8px;padding:4px 0;font-size:12px;font-weight:600}.pd-review-delete:hover{text-decoration:underline}.pd-lightbox{z-index:2000;background:#000000eb;justify-content:center;align-items:center;animation:.2s pd-fade-in;display:flex;position:fixed;inset:0}.pd-lightbox img{object-fit:contain;border-radius:8px;max-width:90%;max-height:85vh}.pd-lightbox-close{color:#fff;cursor:pointer;z-index:1;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex;position:absolute;top:20px;right:20px}.pd-lightbox-close:hover{background:#ffffff4d}.pd-lightbox-prev,.pd-lightbox-next{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.pd-lightbox-prev{left:20px}.pd-lightbox-next{right:20px}.pd-lightbox-prev:hover,.pd-lightbox-next:hover{background:#ffffff4d}.pd-lightbox-count{color:#ffffffb3;font-size:14px;font-weight:600;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.pd-loading{color:#999;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;display:flex}.pd-loading-icon{font-size:3rem;animation:1s linear infinite pd-spin}@keyframes pd-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pd-back-btn-main{color:#fff;cursor:pointer;background:#333;border:none;border-radius:8px;padding:12px 24px;font-family:inherit;font-weight:600}.pd-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s pd-fade-in;display:flex;position:fixed;inset:0}@keyframes pd-fade-in{0%{opacity:0}to{opacity:1}}.pd-modal{background:#fff;border-radius:16px;width:90%;max-width:500px;padding:32px;animation:.3s pd-slide-up}@keyframes pd-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.pd-modal-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.pd-modal-title{color:#1a1a1a;margin:0;font-size:22px;font-weight:700}.pd-modal-close{cursor:pointer;color:#999;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.pd-modal-close:hover{background:#e8e8e8}.pd-modal-rating{margin-bottom:24px}.pd-modal-label{color:#1a1a1a;margin:0 0 12px;font-size:14px;font-weight:600}.pd-modal-stars{gap:8px;display:flex}.pd-modal-star{cursor:pointer;color:#e0e0e0;background:0 0;border:none;padding:0;font-size:32px;transition:color .15s,transform .15s}.pd-modal-star.active{color:#f5a623}.pd-modal-star:hover{transform:scale(1.2)}.pd-modal-rating-text{color:#e85d3a;margin-left:12px;font-size:14px;font-weight:700}.pd-modal-body{margin-bottom:24px}.pd-modal-textarea{resize:vertical;color:#1a1a1a;box-sizing:border-box;border:1px solid #e0e0e0;border-radius:12px;width:100%;padding:16px;font-family:inherit;font-size:14px;line-height:1.6}.pd-modal-textarea:focus{border-color:#333;outline:none}.pd-modal-textarea::placeholder{color:#ccc}.pd-modal-charcount{text-align:right;color:#aaa;margin:8px 0 0;font-size:12px}.pd-modal-footer{justify-content:flex-end;gap:12px;display:flex}.pd-modal-cancel{color:#999;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:10px 24px;font-family:inherit;font-weight:600}.pd-modal-cancel:hover{background:#f5f5f5}.pd-modal-submit{color:#fff;cursor:pointer;background:#333;border:none;border-radius:8px;padding:10px 24px;font-family:inherit;font-weight:600}.pd-modal-submit:hover{background:#222}.pd-modal-submit:disabled{cursor:not-allowed;background:#e0e0e0}@media (width<=1024px){.pd-home-courses,.pd-course-grid,.pd-info-grid-new{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.pd-gallery-scroll-item{width:300px;height:240px}.pd-store-name{font-size:28px}.pd-home-courses,.pd-course-grid,.pd-home-menus,.pd-menu-grid-new,.pd-photo-grid{grid-template-columns:repeat(2,1fr)}.pd-photo-item:first-child{grid-row:span 1}.pd-info-grid-new{grid-template-columns:repeat(2,1fr)}.pd-tabs{gap:28px}}@media (width<=480px){.pd-gallery-scroll{padding:0 16px}.pd-store-info{padding:16px 16px 0}.pd-tab-content{padding:0 16px 40px}.pd-store-name{font-size:24px}.pd-gallery-scroll-item{width:260px;height:200px}.pd-home-courses,.pd-course-grid,.pd-home-menus,.pd-menu-grid-new,.pd-photo-grid,.pd-info-grid-new{grid-template-columns:1fr}.pd-tabs{gap:16px;padding:0 16px}.pd-tab{font-size:14px}.pd-modal{padding:20px}}.pl-page{background:#fafaf9;min-height:100vh;padding:2rem 0 5rem}.pl-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.pl-header{margin-bottom:1.5rem}.pl-title{color:#1c1917;letter-spacing:-.025em;margin:0 0 .5rem;font-size:1.875rem;font-weight:900}.pl-subtitle{color:#78716c;margin:0;font-size:1rem}.pl-search-bar{background:#fff;border:1px solid #e7e5e4;border-radius:9999px;align-items:center;margin-bottom:1rem;padding:.5rem 1rem;transition:border-color .2s,box-shadow .2s;display:flex}.pl-search-bar:focus-within{border-color:#92400e;box-shadow:0 0 0 3px #92400e1a}.pl-search-icon{flex-shrink:0;margin-right:.5rem;font-size:1rem}.pl-search-input{color:#1c1917;background:0 0;border:none;outline:none;flex:1;padding:.25rem 0;font-family:inherit;font-size:.875rem}.pl-search-input::placeholder{color:#a8a29e}.pl-search-clear{color:#a8a29e;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:.875rem;line-height:1;transition:color .2s}.pl-search-clear:hover{color:#57534e}.pl-tag-section{margin-bottom:1.25rem}.pl-tag-label{color:#78716c;margin:0 0 .625rem;font-size:.8125rem;font-weight:700}.pl-tag-list{flex-wrap:wrap;gap:.5rem;display:flex}.pl-tag-btn{cursor:pointer;color:#57534e;white-space:nowrap;background:#fff;border:1px solid #e7e5e4;border-radius:9999px;align-items:center;gap:.375rem;padding:.4rem .875rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex}.pl-tag-btn:hover{color:#92400e;background:#fef3c7;border-color:#fde68a}.pl-tag-btn.active{color:#fff;background:#92400e;border-color:#92400e}.pl-tag-btn.active:hover{background:#78350f}.pl-tag-count{opacity:.7;font-size:.6875rem;font-weight:500}.pl-result-row{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.pl-tag-clear{color:#ef4444;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:9999px;align-items:center;gap:.25rem;padding:.375rem .875rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.pl-tag-clear:hover{background:#fee2e2}.pl-filter-area{-ms-overflow-style:none;scrollbar-width:none;border-bottom:1px solid #e7e5e4;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;display:flex;overflow-x:auto}.pl-filter-area::-webkit-scrollbar{display:none}.pl-sort-group{flex-shrink:0;gap:.5rem;display:flex}.pl-sort-btn{cursor:pointer;color:#57534e;white-space:nowrap;background:#fff;border:1px solid #e7e5e4;border-radius:9999px;padding:.5rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:all .2s}.pl-sort-btn:hover{background:#fafaf9}.pl-sort-btn.active{color:#fff;background:#1c1917;border-color:#1c1917}.pl-filter-divider{background:#d6d3d1;flex-shrink:0;width:1px;height:24px}.pl-region-group{flex-shrink:0;gap:.375rem;display:flex}.pl-region-btn{cursor:pointer;color:#78716c;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:9999px;padding:.5rem .875rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:all .2s}.pl-region-btn:hover{color:#57534e;background:#f5f5f4}.pl-region-btn.active{color:#fff;background:#92400e;border-color:#92400e}.pl-result-count{color:#a8a29e;margin:0;font-size:.8125rem}.pl-result-count strong{color:#1c1917;font-weight:700}.pl-loading{color:#78716c;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:5rem 0;display:flex}.pl-loading-icon{font-size:2.5rem;animation:1s linear infinite pl-spin}@keyframes pl-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pl-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=520px){.pl-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.pl-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1200px){.pl-grid{grid-template-columns:repeat(4,1fr)}}.pl-card{cursor:pointer;background:#fff;border:1px solid #f0ede8;border-radius:14px;transition:all .3s;overflow:hidden}.pl-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px -4px #0000001a}.pl-card-img{background:#f0ede8;width:100%;height:200px;position:relative;overflow:hidden}.pl-card-photo{object-fit:cover;width:100%;height:100%;transition:transform .5s}.pl-card:hover .pl-card-photo{transform:scale(1.05)}.pl-card-placeholder{background:linear-gradient(135deg,#f5f0eb 0%,#e8e0d8 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.pl-card-placeholder span{opacity:.5;font-size:3rem}.pl-card-ribbon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#92400e;background:#fef3c7f2;border-radius:6px;padding:4px 10px;font-size:.6875rem;font-weight:700;position:absolute;top:10px;left:10px}.pl-card-external-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#666;background:#f0f0f0f2;border-radius:6px;padding:4px 10px;font-size:.6875rem;font-weight:700;position:absolute;top:10px;left:10px}.pl-card-external{opacity:.88}.pl-card-external:hover{opacity:1}.pl-result-external{color:#aaa;margin-left:4px;font-size:.8rem;font-weight:400}.pl-external-loading{color:#aaa;align-items:center;gap:8px;margin-bottom:12px;font-size:.85rem;display:flex}.pl-external-loading-dot{background:#c96442;border-radius:50%;width:8px;height:8px;animation:1s infinite pl-pulse}@keyframes pl-pulse{0%,to{opacity:1}50%{opacity:.3}}.pl-card-body{padding:1rem 1.125rem 1.125rem}.pl-card-name{color:#1c1917;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:1rem;font-weight:700;overflow:hidden}.pl-card-address{color:#a8a29e;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .75rem;font-size:.8125rem;overflow:hidden}.pl-card-tags{flex-wrap:wrap;gap:.375rem;margin-bottom:.625rem;display:flex}.pl-card-tag{color:#92400e;background:#fef3c7;border-radius:.375rem;padding:.2rem .5rem;font-size:.6875rem;font-weight:600}.pl-card-bottom{justify-content:space-between;align-items:center;display:flex}.pl-card-rating{color:#f59e0b;font-size:.8125rem;font-weight:700}.pl-card-review-count{color:#a8a29e;margin-left:2px;font-weight:400}.pl-card-region{color:#a8a29e;font-size:.75rem;font-weight:500}.pl-load-more{text-align:center;margin-top:3rem}.pl-more-btn{color:#57534e;cursor:pointer;background:#fff;border:1px solid #d6d3d1;border-radius:9999px;padding:.875rem 2.5rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .2s}.pl-more-btn:hover{color:#fff;background:#92400e;border-color:#92400e;transform:translateY(-2px)}.pl-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:5rem 1rem;display:flex}.pl-empty-icon{opacity:.5;margin-bottom:1rem;font-size:3rem}.pl-empty-title{color:#1c1917;margin:0 0 .375rem;font-size:1.125rem;font-weight:700}.pl-empty-desc{color:#a8a29e;margin:0 0 1.25rem;font-size:.875rem}.pl-empty-btn{color:#fff;cursor:pointer;background:#92400e;border:none;border-radius:9999px;padding:.625rem 1.5rem;font-family:inherit;font-size:.8125rem;font-weight:700;transition:all .2s}.pl-empty-btn:hover{background:#78350f}@media (width<=600px){.pl-page{padding:1.5rem 0 3rem}.pl-container{padding:0 1rem}.pl-title{font-size:1.5rem}.pl-filter-area{flex-wrap:wrap}.pl-filter-divider{display:none}.pl-card-img{height:160px}}.explore-page{background:#fff;min-height:100vh;padding:0 0 80px}.explore-container{max-width:1800px;margin:0 auto;padding:0 30px}.explore-header{flex-direction:column;align-items:center;margin-bottom:40px;padding-top:24px;display:flex;position:relative}.explore-back-btn{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;margin-left:8px;padding:2px;font-size:24px;line-height:1;display:flex;position:absolute;top:24px;left:0}.explore-title{color:#1c1917;text-align:center;margin:40px 0 0;font-size:50px;font-weight:700}.explore-subtitle{display:none}.explore-sort-row{justify-content:flex-end;align-items:center;width:100%;margin-top:-12px;margin-bottom:32px;display:flex}.explore-sort-btn{color:#333;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-left:8px;padding:1px;font-family:inherit;font-size:20px;font-weight:400;display:flex}.explore-sort-btn:hover{color:#000}.explore-sort-dropdown{z-index:10;background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-top:4px;padding:4px 0;position:absolute;top:100%;right:0;box-shadow:0 4px 12px #0000001a}.explore-sort-option{color:#333;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;width:100%;padding:8px 24px;font-family:inherit;font-size:16px;display:block}.explore-sort-option:hover{background:#f5f5f5}.explore-sort-option.active{color:#c96442;font-weight:700}.explore-filters{justify-content:center;align-items:center;gap:12px;margin-top:40px;display:flex}.explore-filter-btn{color:#666;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:9999px;padding:10px 20px;font-family:inherit;font-size:15px;font-weight:500;transition:all .2s}.explore-filter-btn:hover{border-color:#999}.explore-filter-btn.active{color:#fff;background:#333;border-color:#333}.explore-result-count{display:none}.explore-grid{grid-template-columns:repeat(4,1fr);gap:80px 24px;display:grid}.explore-card{box-shadow:none;cursor:pointer;background:0 0;border:none;border-radius:0;transition:transform .2s;overflow:visible}.explore-card:hover{box-shadow:none;transform:translateY(-4px)}.explore-card-img{background:#f0ede8;border-radius:12px;width:100%;padding-top:100%;position:relative;overflow:hidden}.explore-card-photo{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.explore-card:hover .explore-card-photo{transform:scale(1.03)}.explore-card-placeholder{background:#f0ede8;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.explore-card-placeholder span{opacity:.4;font-size:3rem}.explore-card-bookmark{cursor:pointer;z-index:2;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:background .2s;display:flex;position:absolute;top:24px;right:24px}.explore-card-bookmark:hover{background:#fff}.explore-card-bookmark i{color:#333;font-size:24px}.explore-card-bookmark.active{background:#333}.explore-card-bookmark.active i{color:#fff}.explore-card-ai-badge{z-index:2;color:#fff;background:#c96442;border-radius:9999px;padding:4px 10px;font-size:12px;font-weight:700;position:absolute;top:24px;left:24px}.explore-card-body{padding:16px 0 0}.explore-card-title{color:#333;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:20px;font-weight:700;overflow:hidden}.explore-card-subtitle{color:#999;white-space:nowrap;text-overflow:ellipsis;margin:0 0 8px;font-size:14px;font-weight:400;overflow:hidden}.explore-card-likes{color:#e85d3a;align-items:center;gap:4px;margin-bottom:12px;font-size:14px;font-weight:400;display:flex}.explore-card-likes .heart-icon{width:16px;height:16px}.explore-card-footer{flex-wrap:wrap;align-items:center;gap:0;display:flex}.explore-card-tags{flex-wrap:wrap;gap:4px;display:flex}.explore-card-tag{color:#666;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;padding:6px 12px;font-size:14px;font-weight:500}.explore-loading{color:#999;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:80px 0;display:flex}.explore-loading-icon{font-size:40px;animation:1s linear infinite explore-spin}@keyframes explore-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.explore-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 16px;display:flex}.explore-empty-icon{opacity:.4;margin-bottom:16px;font-size:48px}.explore-empty-title{color:#333;margin:0 0 6px;font-size:18px;font-weight:700}.explore-empty-desc{color:#999;margin:0 0 20px;font-size:14px}.explore-empty-btn{color:#fff;cursor:pointer;background:#333;border:none;border-radius:9999px;padding:10px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:background .2s}.explore-empty-btn:hover{background:#222}.explore-load-more{text-align:center;margin-top:80px}.explore-more-btn{color:#333;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:9999px;padding:14px 40px;font-family:inherit;font-size:16px;font-weight:500;transition:all .2s}.explore-more-btn:hover{color:#fff;background:#333;border-color:#333}@media (width<=1200px){.explore-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.explore-grid{grid-template-columns:repeat(2,1fr)}.explore-title{font-size:36px}}@media (width<=600px){.explore-page{padding:0 0 40px}.explore-container{padding:0 16px}.explore-grid{grid-template-columns:1fr;row-gap:48px}.explore-title{margin-top:24px;font-size:28px}}.notice-list-page{max-width:900px;margin:0 auto;padding:32px 24px 80px}.nl-header{margin-bottom:28px}.nl-title{color:#111;margin:0 0 8px;font-size:28px;font-weight:800}.nl-subtitle{color:#888;margin:0;font-size:15px}.nl-tabs{border-bottom:1px solid #f0f0f0;gap:8px;margin-bottom:24px;padding-bottom:16px;display:flex;overflow-x:auto}.nl-tab{color:#666;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e0e0e0;border-radius:20px;align-items:center;gap:6px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:flex}.nl-tab:hover{color:#111;border-color:#111}.nl-tab.active{color:#fff;background:#111;border-color:#111}.nl-list{flex-direction:column;display:flex}.nl-item{cursor:pointer;border-bottom:1px solid #f5f5f5;align-items:flex-start;gap:16px;padding:20px 16px;transition:background .15s;display:flex}.nl-item:hover{background:#fafafa}.nl-item-left{flex-shrink:0;align-items:center;gap:8px;min-width:80px;display:flex}.nl-category{white-space:nowrap;border-radius:8px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.nl-item-body{flex:1;min-width:0}.nl-item-title{color:#111;text-overflow:ellipsis;white-space:nowrap;margin:0 0 6px;font-size:15px;font-weight:700;overflow:hidden}.nl-item-preview{color:#999;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;overflow:hidden}.nl-item-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.nl-item-date{color:#bbb;font-size:12px}.nl-empty{text-align:center;padding:60px 0}.nl-empty p{color:#bbb;margin:0 0 16px;font-size:15px}.nl-faq-list{flex-direction:column;gap:2px;display:flex}.nl-faq-item{border:1px solid #f0f0f0;border-radius:8px;transition:border-color .2s;overflow:hidden}.nl-faq-item.open{border-color:#d0d0d0}.nl-faq-question{cursor:pointer;text-align:left;color:#333;background:#fff;border:none;align-items:center;gap:12px;width:100%;padding:18px 20px;font-family:inherit;font-size:14px;transition:background .15s;display:flex}.nl-faq-question:hover{background:#fafafa}.nl-faq-q-label{color:#fff;background:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:800;display:flex}.nl-faq-q-text{flex:1;font-weight:600}.nl-faq-arrow{color:#999;flex-shrink:0;font-size:11px}.nl-faq-answer{color:#555;background:#f9fafb;border-top:1px solid #f0f0f0;gap:12px;padding:16px 20px 20px;font-size:14px;line-height:1.7;display:flex}.nl-faq-a-label{color:#fff;background:#c96442;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:800;display:flex}.nl-faq-a-text{white-space:pre-wrap;flex:1}.nl-question-section{flex-direction:column;display:flex}.nl-login-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;margin:0 auto;padding:10px 28px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s;display:inline-block}.nl-login-btn:hover{background:#333}.nl-write-btn{color:#fff;cursor:pointer;background:#c96442;border:none;border-radius:8px;align-self:flex-end;margin-bottom:20px;padding:10px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s}.nl-write-btn:hover{background:#b05535}.nl-question-form{background:#f9fafb;border:1px solid #e8e8e8;border-radius:12px;margin-bottom:28px;padding:28px}.nl-form-title{color:#111;margin:0 0 6px;font-size:18px;font-weight:700}.nl-form-desc{color:#999;margin:0 0 20px;font-size:13px}.nl-form-input{box-sizing:border-box;border:1px solid #ddd;border-radius:8px;outline:none;width:100%;margin-bottom:12px;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .15s}.nl-form-input:focus{border-color:#c96442}.nl-form-textarea{resize:vertical;box-sizing:border-box;border:1px solid #ddd;border-radius:8px;outline:none;width:100%;min-height:120px;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .15s}.nl-form-textarea:focus{border-color:#c96442}.nl-form-actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.nl-form-cancel{color:#666;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:10px 20px;font-family:inherit;font-size:14px;transition:all .15s}.nl-form-cancel:hover{color:#333;border-color:#999}.nl-form-submit{color:#fff;cursor:pointer;background:#c96442;border:none;border-radius:8px;padding:10px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s}.nl-form-submit:hover{background:#b05535}.nl-form-submit:disabled{cursor:not-allowed;background:#ccc}.nl-private-badge{color:#888!important;background-color:#f0f0f0!important}.nl-status{color:#e67e22;background:#fff3e0;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.nl-status.answered{color:#27ae60;background:#e8f5e9}.nl-question-list{margin-top:8px}.nl-question-list-title{color:#333;margin:0 0 16px;font-size:16px;font-weight:700}.nl-question-detail{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:28px}.nl-detail-back{color:#888;cursor:pointer;background:0 0;border:none;margin-bottom:16px;padding:0;font-family:inherit;font-size:13px;transition:color .15s}.nl-detail-back:hover{color:#333}.nl-detail-header{border-bottom:1px solid #f0f0f0;margin-bottom:20px;padding-bottom:16px}.nl-detail-title{color:#111;margin:0 0 8px;font-size:18px;font-weight:700}.nl-detail-meta{color:#999;align-items:center;gap:12px;font-size:13px;display:flex}.nl-detail-content{color:#333;white-space:pre-wrap;padding:16px 0;font-size:14px;line-height:1.8}.nl-answers{border-top:1px solid #f0f0f0;margin-top:24px;padding-top:20px}.nl-answers-title{color:#c96442;margin:0 0 16px;font-size:15px;font-weight:700}.nl-answer-item{background:#f9fafb;border-radius:8px;margin-bottom:12px;padding:16px}.nl-answer-meta{justify-content:space-between;margin-bottom:8px;display:flex}.nl-answer-author{color:#555;font-size:13px;font-weight:600}.nl-answer-date{color:#bbb;font-size:12px}.nl-answer-content{color:#333;white-space:pre-wrap;font-size:14px;line-height:1.7}@media (width<=768px){.notice-list-page{padding:24px 16px 60px}.nl-title{font-size:22px}.nl-tab{padding:6px 14px;font-size:12px}.nl-item{flex-direction:column;gap:10px;padding:16px 14px}.nl-item-left{min-width:auto}.nl-item-title{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.nl-item-right{flex-direction:row;align-items:center;gap:12px}.nl-question-form,.nl-question-detail{padding:20px 16px}.nl-faq-question{padding:14px 16px;font-size:13px}.nl-faq-answer{padding:14px 16px 18px;font-size:13px}}.nl-detail-top{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.nl-detail-actions{gap:8px;display:flex}.nl-edit-btn{color:#c96442;cursor:pointer;background:#fff;border:1px solid #c96442;border-radius:6px;padding:6px 14px;font-size:13px}.nl-delete-btn{color:#ef4444;cursor:pointer;background:#fff;border:1px solid #ef4444;border-radius:6px;padding:6px 14px;font-size:13px}.nl-privacy-toggle{align-items:center;gap:10px;margin:12px 0;display:flex}.nl-privacy-btn{cursor:pointer;background:#f9fafb;border:1px solid #d1d5db;border-radius:20px;padding:6px 14px;font-size:13px}.nl-privacy-btn.private{color:#92400e;background:#fef3c7;border-color:#f59e0b}.nl-privacy-btn.public{color:#1d4ed8;background:#eff6ff;border-color:#3b82f6}.nl-privacy-desc,.nl-privacy-badge-sm{color:#6b7280;font-size:12px}.notice-detail{max-width:780px;margin:0 auto;padding:32px 24px 80px}.nd-nav{margin-bottom:24px}.nd-back-btn{color:#666;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s}.nd-back-btn:hover{color:#111;border-color:#111}.nd-header{border-bottom:1px solid #eee;margin-bottom:32px;padding-bottom:24px}.nd-category{border-radius:10px;margin-bottom:14px;padding:4px 14px;font-size:12px;font-weight:700;display:inline-block}.nd-title{color:#111;margin:0 0 14px;font-size:26px;font-weight:800;line-height:1.4}.nd-meta{color:#aaa;gap:16px;font-size:13px;display:flex}.nd-content{border-bottom:1px solid #eee;margin-bottom:0;padding-bottom:40px}.nd-content p{color:#444;margin:0;font-size:15px;line-height:1.8}.nd-content p.nd-section-title{color:#111;margin-top:8px;font-size:16px;font-weight:700}.nd-post-nav{border-bottom:1px solid #eee}.nd-post-nav-item{cursor:pointer;border-top:1px solid #f5f5f5;align-items:center;gap:16px;padding:16px 0;transition:background .15s;display:flex}.nd-post-nav-item:hover{background:#fafafa}.nd-post-nav-empty{cursor:default;opacity:.5}.nd-post-nav-empty:hover{background:0 0}.nd-post-nav-label{color:#888;flex-shrink:0;width:70px;font-size:12px;font-weight:700}.nd-post-nav-title{color:#333;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;overflow:hidden}.nd-post-nav-date{color:#bbb;flex-shrink:0;font-size:12px}.nd-list-btn-wrap{text-align:center;margin-top:32px}.nd-list-btn{color:#555;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:12px;padding:14px 40px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.nd-list-btn:hover{color:#111;border-color:#111}@media (width<=768px){.notice-detail{padding:24px 16px 60px}.nd-title{font-size:20px}.nd-content p{font-size:14px}.nd-post-nav-item{gap:10px}.nd-post-nav-date{display:none}}.admin{background:#faf8f5;min-height:100vh;padding-bottom:5rem}.admin-container{max-width:1280px;margin:0 auto;padding:3rem 1rem 0}.admin-title{color:#92400e;margin-bottom:2rem;font-size:1.8rem;font-weight:700}.admin-tabs{border-bottom:2px solid #f5f5f4;gap:.5rem;margin-bottom:2rem;padding-bottom:0;display:flex}.admin-tab{color:#78716c;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:.75rem 1.5rem;font-size:1rem;transition:all .2s}.admin-tab:hover{color:#92400e}.admin-tab.active{color:#92400e;border-bottom-color:#92400e;font-weight:600}.admin-content{background:#fff;border:1px solid #f5f5f4;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000000f}.admin-section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.admin-section-title{color:#1c1917;font-size:1.2rem;font-weight:600}.admin-btn{cursor:pointer;border:none;border-radius:.5rem;padding:.5rem 1.2rem;font-size:.9rem;transition:all .2s}.admin-btn-primary{color:#fff;background:#92400e}.admin-btn-primary:hover{background:#78350f}.admin-btn-danger{color:#fff;background:#dc2626}.admin-btn-danger:hover{background:#b91c1c}.admin-btn-sm{padding:.3rem .8rem;font-size:.8rem}.admin-btn-outline{color:#92400e;background:#fff;border:1px solid #92400e}.admin-btn-outline:hover{background:#fef3c7}.admin-table{border-collapse:collapse;width:100%}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #f5f5f4;padding:.75rem 1rem;font-size:.9rem}.admin-table th{color:#57534e;background:#faf8f5;font-weight:600}.admin-table tr:hover{background:#fefce8}.admin-table-actions{gap:.4rem;display:flex}.admin-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.admin-modal{background:#fff;border-radius:1rem;width:90%;max-width:600px;max-height:80vh;padding:2rem;overflow-y:auto}.admin-modal-title{color:#1c1917;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.admin-form-group{margin-bottom:1rem}.admin-form-group label{color:#57534e;margin-bottom:.4rem;font-size:.9rem;font-weight:500;display:block}.admin-form-group input,.admin-form-group textarea{box-sizing:border-box;border:1px solid #d6d3d1;border-radius:.5rem;width:100%;padding:.6rem .8rem;font-size:.9rem}.admin-form-group textarea{resize:vertical;min-height:120px}.admin-modal-actions{justify-content:flex-end;gap:.5rem;margin-top:1.5rem;display:flex}.admin-empty{text-align:center;color:#a8a29e;padding:3rem;font-size:.95rem}.admin-badge{border-radius:1rem;padding:.2rem .6rem;font-size:.75rem;font-weight:500;display:inline-block}.admin-badge-waiting{color:#92400e;background:#fef3c7}.admin-badge-done{color:#065f46;background:#d1fae5}.admin-answer-box{background:#faf8f5;border-radius:.5rem;margin-top:.5rem;padding:1rem}.admin-answer-input{resize:vertical;box-sizing:border-box;border:1px solid #d6d3d1;border-radius:.5rem;width:100%;min-height:80px;margin-bottom:.5rem;padding:.6rem .8rem;font-size:.9rem}.admin-msg{border-radius:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.admin-msg-success{color:#065f46;background:#d1fae5}.admin-msg-error{color:#991b1b;background:#fee2e2}.ai-course{box-sizing:border-box;background:linear-gradient(135deg,#fef9f0 0%,#fdf3e3 100%);width:100%;padding:80px 60px}.ai-course-inner{max-width:1200px;margin:0 auto}.ai-course-header{text-align:center;margin-bottom:48px}.ai-course-badge{color:#fff;letter-spacing:.5px;background:#d97706;border-radius:20px;margin-bottom:16px;padding:4px 14px;font-size:13px;font-weight:600;display:inline-block}.ai-course-title{color:#1c1917;letter-spacing:-.5px;margin:0 0 12px;font-size:34px;font-weight:700}.ai-course-subtitle{color:#78716c;margin:0;font-size:17px}.ai-course-tabs{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:36px;display:flex}.ai-course-tab{color:#78716c;cursor:pointer;background:#fff;border:2px solid #e7d5b3;border-radius:24px;padding:10px 22px;font-size:15px;font-weight:500;transition:all .2s}.ai-course-tab:hover{color:#d97706;border-color:#d97706}.ai-course-tab.active{color:#fff;background:#d97706;border-color:#d97706}.ai-course-cover{aspect-ratio:16/7;border-radius:16px;width:100%;margin-bottom:32px;overflow:hidden}.ai-course-cover-img{object-fit:cover;width:100%;height:100%;display:block}.ai-course-card{background:#fff;border-radius:20px;grid-template-columns:1fr 320px;gap:40px;padding:48px;display:grid;box-shadow:0 4px 24px #00000012}.ai-course-card-title{color:#1c1917;letter-spacing:-.3px;margin:0 0 16px;font-size:26px;font-weight:700}.ai-course-card-desc{color:#57534e;margin:0 0 32px;font-size:16px;line-height:1.7}.ai-course-places{flex-direction:column;gap:16px;display:flex}.ai-course-place-item{align-items:flex-start;gap:16px;display:flex}.ai-course-place-num{color:#d97706;background:#fef3c7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.ai-course-place-info{flex-direction:column;gap:4px;display:flex}.ai-course-place-name{color:#1c1917;font-size:16px;font-weight:600}.ai-course-place-reason{color:#78716c;font-size:14px;line-height:1.5}.ai-course-card-right{align-items:stretch;display:flex}.ai-course-card-img{object-fit:cover;border-radius:16px;width:100%;height:100%;min-height:300px;display:block}.ai-course-card-img-placeholder{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:16px;justify-content:center;align-items:center;width:100%;min-height:300px;font-size:72px;display:flex}.ai-course-detail-btn{color:#fff;cursor:pointer;background:#d97706;border:none;border-radius:9999px;margin-top:28px;padding:12px 28px;font-family:inherit;font-size:15px;font-weight:600;transition:background .2s}.ai-course-detail-btn:hover{background:#b45309}@media (width<=768px){.ai-course{padding:60px 20px}.ai-course-card{grid-template-columns:1fr;gap:24px;padding:28px}.ai-course-card-right{display:none}.ai-course-title{font-size:26px}}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}
