:root{
  --navy:#102d5d;--blue:#286dd3;--blue2:#478be8;--sky:#eff7ff;--mint:#ebf8ef;--green:#239667;
  --text:#13213c;--muted:#6d7b91;--line:#dce7f3;--bg:#f6faff;--white:#fff;--orange:#f4a444;
  --shadow:0 18px 50px rgba(32,69,117,.12);--radius:22px;--container:1200px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Pretendard,"Noto Sans KR",Arial,sans-serif;color:var(--text);background:var(--bg);letter-spacing:-.2px}
a{text-decoration:none;color:inherit}button,input,select{font:inherit}button{cursor:pointer}.container{width:min(var(--container),calc(100% - 36px));margin:auto}
.portal-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid #e6edf5}.portal-nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.portal-brand{display:flex;align-items:center;gap:13px;min-width:260px}.portal-brand img{height:42px;width:auto}.portal-brand-copy{font-size:12px;line-height:1.4;color:#7c8ba1;border-left:1px solid #dce4ed;padding-left:13px}.portal-menu{display:flex;align-items:center;gap:8px;font-weight:800;font-size:14px}.portal-menu a{padding:11px 13px;border-radius:10px}.portal-menu a:hover,.portal-menu a.active{color:var(--blue);background:#f0f6ff}.portal-actions{display:flex;gap:8px}.btn{border:0;border-radius:12px;padding:11px 16px;font-weight:850;transition:.18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 8px 22px rgba(40,109,211,.18)}.btn-outline{border:1px solid #b9d0ee;background:#fff;color:#235fae}.btn-soft{background:#eef5ff;color:#235fae}.btn-green{background:#e8f7ef;color:#188257}.btn-ghost{background:transparent;color:#52647d;border:1px solid #dfe8f2}.btn-danger{background:#fff1f1;color:#b83a3a}
.page-hero{background:linear-gradient(135deg,#eaf6ff 0%,#f7fbff 52%,#eff9f2 100%);border-bottom:1px solid #e7eef6}.page-hero-inner{padding:38px 0 34px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.hero-kicker{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;background:#fff;border:1px solid #dbe8f6;border-radius:999px;color:#2d6dbe;font-size:12px;font-weight:850}.page-hero h1{font-size:36px;line-height:1.2;margin:12px 0 8px;letter-spacing:-1.4px}.page-hero p{margin:0;color:#64758d;line-height:1.7}.hero-help{background:#fff;border:1px solid #deebf5;border-radius:17px;padding:14px 16px;min-width:280px;box-shadow:0 10px 30px rgba(44,86,132,.07)}.hero-help strong{display:block;margin-bottom:5px}.hero-help span{font-size:12px;color:#738198;line-height:1.55}
.section{padding:26px 0}.panel{background:#fff;border:1px solid #e0e9f2;border-radius:var(--radius);box-shadow:0 10px 28px rgba(26,61,106,.055)}.panel-pad{padding:20px}.panel-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:15px}.panel-title h2,.panel-title h3{margin:0}.panel-title h2{font-size:22px}.panel-title p{margin:5px 0 0;color:#748299;font-size:13px}.muted{color:var(--muted)}
.filter-bar{display:grid;grid-template-columns:1.1fr .8fr .9fr .85fr;gap:10px}.field{display:grid;gap:7px}.field label{font-size:12px;font-weight:850;color:#42536c}.field input,.field select{width:100%;height:46px;border:1px solid #d8e4f0;border-radius:12px;padding:0 12px;background:#fbfdff;outline:none;color:#1a2c49}.field input:focus,.field select:focus{border-color:#87b0e7;box-shadow:0 0 0 4px rgba(65,132,220,.12)}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid #d9e5f2;border-radius:999px;background:#f3f7fb;color:#405b7b;padding:9px 14px;font-weight:800;font-size:13px}.chip.active{background:#e5f0ff;border-color:#8fb6e9;color:#1c5eae}.filter-actions{display:flex;gap:8px;justify-content:flex-end;align-items:flex-end}.search-main-btn{height:46px;padding:0 23px;border:0;border-radius:12px;background:linear-gradient(90deg,#2d72d8,#2465c6);color:#fff;font-weight:900;box-shadow:0 8px 20px rgba(42,106,207,.18)}
.search-layout{display:grid;grid-template-columns:280px 1fr;gap:18px;align-items:start}.search-side{position:sticky;top:92px}.side-section{padding:18px;border-bottom:1px solid #edf2f7}.side-section:last-child{border-bottom:0}.side-section h3{font-size:14px;margin:0 0 12px}.check-list{display:grid;gap:10px}.check{display:flex;gap:9px;align-items:center;font-size:13px;color:#495d78}.check input{accent-color:var(--blue)}.budget-range{display:grid;grid-template-columns:1fr 1fr;gap:8px}.results-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.results-head h2{margin:0;font-size:21px}.result-controls{display:flex;gap:8px;align-items:center}.result-controls select{height:38px;border:1px solid #dce6f0;border-radius:9px;background:#fff;padding:0 9px;color:#51617a}.program-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.program-card{overflow:hidden;background:#fff;border:1px solid #e0e9f1;border-radius:18px;transition:.18s ease;box-shadow:0 8px 20px rgba(21,57,101,.045)}.program-card:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(24,64,111,.1)}.program-thumb{height:180px;background:#dbe9f6 center/cover no-repeat;position:relative}.program-badges{position:absolute;left:12px;top:12px;display:flex;gap:6px;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.93);font-size:11px;font-weight:850;box-shadow:0 3px 10px rgba(13,46,83,.07)}.badge.ok{color:#158052;background:#ebf8f0}.program-body{padding:15px}.program-body h3{font-size:18px;margin:0 0 8px}.program-meta{display:flex;flex-wrap:wrap;gap:7px 12px;color:#667790;font-size:12px;line-height:1.5}.match-line{margin-top:13px;padding:10px 11px;background:#f4f9ff;border-radius:11px;display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:12px}.match-icons{display:flex;gap:7px;flex-wrap:wrap}.match-pill{background:#fff;border:1px solid #dbe7f2;border-radius:999px;padding:5px 7px;color:#516984}.card-actions{margin-top:13px;display:flex;gap:8px}.card-actions .btn{flex:1;padding:10px 11px;font-size:13px}.empty{padding:45px 20px;text-align:center;background:#fff;border:1px dashed #ccdae9;border-radius:18px;color:#738299}.compare-tray{position:fixed;z-index:45;left:50%;bottom:18px;transform:translateX(-50%) translateY(140%);width:min(900px,calc(100% - 28px));background:#102f61;color:#fff;border-radius:18px;padding:13px 16px;box-shadow:0 18px 50px rgba(8,33,71,.28);display:flex;align-items:center;justify-content:space-between;gap:15px;transition:.25s ease}.compare-tray.show{transform:translateX(-50%) translateY(0)}.compare-list{display:flex;gap:8px;flex-wrap:wrap}.compare-item{background:rgba(255,255,255,.1);border-radius:9px;padding:7px 9px;font-size:12px}.compare-tray button{border:0;border-radius:10px;background:#fff;color:#174d91;padding:9px 13px;font-weight:850}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat-card{background:#fff;border:1px solid #e1eaf3;border-radius:16px;padding:16px}.stat-card strong{display:block;font-size:24px;margin-top:5px}.stat-card span{font-size:12px;color:#718097}.case-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.case-card{background:#fff;border:1px solid #e0e8f1;border-radius:18px;overflow:hidden;transition:.18s ease}.case-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(26,61,106,.09)}.case-cover{height:150px;background:center/cover no-repeat;position:relative}.case-cover .school-tag{position:absolute;left:12px;bottom:12px;background:rgba(15,44,84,.88);color:#fff;padding:7px 9px;border-radius:9px;font-size:11px;font-weight:850}.case-body{padding:15px}.case-body h3{margin:0 0 8px;font-size:17px}.case-info{display:grid;grid-template-columns:1fr 1fr;gap:7px;font-size:12px;color:#66758b}.case-quote{margin:11px 0;padding:10px 11px;border-radius:10px;background:#f7faff;color:#4f617b;font-size:12px;line-height:1.55}.case-tags{display:flex;gap:6px;flex-wrap:wrap}.tag{background:#eef4f9;border-radius:999px;padding:5px 8px;font-size:10px;color:#526781}.case-actions{display:flex;gap:8px;margin-top:12px}.case-actions .btn{flex:1;padding:9px;font-size:12px}
.resource-layout{display:grid;grid-template-columns:220px 1fr;gap:18px;align-items:start}.category-nav{position:sticky;top:92px;padding:10px}.category-nav button{width:100%;text-align:left;border:0;background:transparent;padding:12px;border-radius:10px;color:#51627a;font-weight:750}.category-nav button.active,.category-nav button:hover{background:#eaf3ff;color:#1c5dad}.resource-top{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:14px}.resource-search{height:46px;border:1px solid #d8e4ef;border-radius:12px;padding:0 14px;outline:none;background:#fff}.featured-bundle{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;background:linear-gradient(135deg,#eaf4ff,#f7fbff 60%,#eff9f2);border:1px solid #dce9f4;border-radius:17px;margin-bottom:14px}.featured-bundle h3{margin:0 0 6px}.featured-bundle p{margin:0;color:#687991;font-size:13px}.resource-list{display:grid;gap:10px}.resource-row{background:#fff;border:1px solid #e1e9f2;border-radius:15px;padding:14px;display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center}.file-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:20px;background:#edf5ff}.file-icon.pdf{background:#fff0f0}.file-icon.hwp{background:#eef1ff}.file-icon.check{background:#eaf8ef}.resource-row h3{font-size:15px;margin:0 0 5px}.resource-meta{display:flex;gap:8px;flex-wrap:wrap;color:#7a8799;font-size:11px}.resource-actions{display:flex;gap:7px}.resource-actions .btn{padding:9px 11px;font-size:12px}
.modal-backdrop{position:fixed;inset:0;z-index:100;background:rgba(16,32,57,.52);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;padding:18px}.modal-backdrop.open{display:flex}.dialog{width:min(760px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:22px;padding:22px;box-shadow:var(--shadow)}.dialog-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px}.dialog-head h2{margin:0;font-size:23px}.close-btn{width:38px;height:38px;border-radius:50%;border:1px solid #dce6f0;background:#fff;color:#53657c;font-size:24px}.detail-hero{border-radius:15px;height:190px;background:center/cover no-repeat;margin-bottom:15px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail-box{border:1px solid #e1eaf2;border-radius:13px;padding:13px}.detail-box strong{display:block;margin-bottom:6px}.detail-box p{margin:0;color:#65768d;font-size:12px;line-height:1.55}.timeline{display:grid;gap:9px;margin-top:14px}.timeline-item{display:grid;grid-template-columns:24px 1fr;gap:9px}.timeline-dot{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e6f1ff;color:#2664b8;font-size:11px;font-weight:850}.toast{position:fixed;z-index:150;left:50%;bottom:28px;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:rgba(14,43,83,.96);color:#fff;padding:11px 17px;border-radius:999px;font-size:13px;transition:.22s}.toast.show{opacity:1;transform:translate(-50%,0)}
.portal-footer{margin-top:36px;background:#fff;border-top:1px solid #e2eaf3}.footer-inner{padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:15px;color:#75839a;font-size:12px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{height:34px}
@media(max-width:1050px){.portal-menu{display:none}.search-layout{grid-template-columns:1fr}.search-side{position:static}.program-grid{grid-template-columns:1fr 1fr}.case-grid{grid-template-columns:1fr 1fr}.resource-layout{grid-template-columns:1fr}.category-nav{position:static;display:flex;overflow:auto}.category-nav button{width:auto;white-space:nowrap}.filter-bar{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.container{width:min(100% - 22px,var(--container))}.portal-brand-copy{display:none}.portal-brand{min-width:0}.portal-brand img{height:34px}.portal-actions .btn-outline{display:none}.page-hero-inner{padding:28px 0;display:block}.page-hero h1{font-size:28px}.hero-help{margin-top:15px;min-width:0}.filter-bar,.program-grid,.case-grid,.stats-grid,.detail-grid{grid-template-columns:1fr}.filter-actions{justify-content:stretch}.filter-actions>*{flex:1}.case-toolbar{align-items:stretch;flex-direction:column}.resource-top{grid-template-columns:1fr}.resource-row{grid-template-columns:auto 1fr}.resource-actions{grid-column:1/-1}.footer-inner{align-items:flex-start;flex-direction:column}.compare-tray{align-items:flex-start;flex-direction:column}}

/* v11 공지사항 */
.notice-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.notice-summary-card{background:#fff;border:1px solid #e1eaf3;border-radius:16px;padding:16px;box-shadow:0 8px 20px rgba(25,61,106,.045)}
.notice-summary-card span{display:block;color:#718097;font-size:12px}
.notice-summary-card strong{display:block;font-size:22px;margin-top:6px}
.notice-filter-row{display:grid;grid-template-columns:1fr 220px auto;gap:10px;align-items:end}
.notice-filter-actions{display:flex;justify-content:flex-end}
.notice-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:12px}
.notice-head h2{margin:0;font-size:22px}.notice-head p{margin:5px 0 0;color:#78869a;font-size:12px}
.notice-table-wrap{overflow:hidden;background:#fff;border:1px solid #e0e9f2;border-radius:18px;box-shadow:0 10px 28px rgba(26,61,106,.05)}
.notice-table{width:100%;border-collapse:collapse}
.notice-table th{height:46px;background:#f6f9fc;color:#607188;font-size:12px;text-align:center;border-bottom:1px solid #e4ebf3}
.notice-table th:nth-child(2){text-align:left}
.notice-table td{padding:15px 12px;border-bottom:1px solid #edf2f6;font-size:13px;text-align:center;color:#697991}
.notice-table tr:last-child td{border-bottom:0}
.notice-table tr:hover td{background:#fbfdff}
.notice-table tr.pinned td{background:#f7fbff}
.notice-table td:nth-child(2){text-align:left}
.notice-title-btn{border:0;background:transparent;padding:0;color:#1f3150;font-weight:800;text-align:left;cursor:pointer}
.notice-title-btn:hover{color:#2467c8;text-decoration:underline}
.notice-category{display:inline-flex;padding:5px 8px;border-radius:999px;background:#eef5ff;color:#2b65b4;font-size:11px;font-weight:800}
.pin-badge{display:inline-flex;padding:5px 7px;border-radius:999px;background:#e9f7ef;color:#188257;font-size:10px;font-weight:900}
.notice-col-no{width:90px}.notice-col-cat{width:110px}.notice-col-date{width:120px}.notice-col-view{width:80px}
.notice-mobile-meta{display:none;margin-top:5px;color:#8290a3;font-size:11px}
.notice-detail-meta{display:flex;gap:14px;flex-wrap:wrap;color:#78869a;font-size:12px;padding-bottom:14px;border-bottom:1px solid #edf1f5}
.notice-detail-content{padding:22px 2px;line-height:1.85;color:#40516a;white-space:pre-line}
.notice-detail-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:14px;border-top:1px solid #edf1f5}
@media(max-width:760px){
.notice-summary-grid{grid-template-columns:1fr}
.notice-filter-row{grid-template-columns:1fr}
.notice-col-no,.notice-col-cat,.notice-col-date,.notice-col-view{display:none}
.notice-table th:nth-child(2){padding-left:16px}
.notice-table td:nth-child(2){padding:15px 16px}
.notice-mobile-meta{display:block}
}

/* v13 simplified search */
.simple-result-intro{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.simple-result-guide{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.simple-result-guide span{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#eef5ff;color:#2b65b4;font-size:12px;font-weight:800}.card-actions-single{justify-content:flex-end}.card-actions-single .btn{min-width:180px}@media(max-width:760px){.simple-result-intro{flex-direction:column;align-items:flex-start}.card-actions-single .btn{width:100%}}

.sample-banner{padding:10px 18px;background:#edf5ff;color:#52769c;text-align:center;font:12px/1.6 'Malgun Gothic',sans-serif}.portal-brand{min-width:0}.portal-brand img{max-width:215px;object-fit:contain}.portal-brand-copy{max-width:130px}.resource-meta span{overflow-wrap:anywhere}@media(max-width:1100px){.portal-brand-copy{display:none}.portal-nav{gap:12px}.portal-menu{gap:2px}.portal-menu a{padding:9px;font-size:12px}}@media(max-width:760px){.portal-nav{height:auto;flex-wrap:wrap;padding:12px 0}.portal-menu{display:flex!important;order:3;width:100%;overflow:auto;white-space:nowrap;justify-content:flex-start}.portal-brand img{height:36px;max-width:195px}.portal-actions .btn{padding:9px;font-size:11px}.sample-banner{font-size:11px}.page-hero-inner{display:block}.hero-help{min-width:0;margin-top:16px}.resource-row{min-width:0}.resource-actions{flex-wrap:wrap}}
