:root{color:#18212f;background:#fff;font-family:Pretendard,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#fff}button,input,select{font:inherit}button{cursor:pointer}.app-header{display:flex;justify-content:space-between;align-items:center;height:60px;padding:18px 24px}.app-header-section{display:flex;align-items:center}.gnb-logo{width:171px;height:24px;display:flex;align-items:center}.gnb-logo img{width:100%;height:100%;object-fit:contain}.user-menu{position:relative;display:flex;padding:8px 16px 8px 12px;align-items:center;gap:16px;border-radius:4px;background:#f3f5fa}.user-info-box{display:flex;align-items:center;gap:8px}.user-info-box>img{width:24px;height:24px}.user-info{color:#687cad;font-size:14px;font-weight:300}.shell{min-height:calc(100vh - 60px);padding:48px 24px 64px}.page-frame{display:flex;flex-direction:column;gap:16px;width:100%;max-width:1280px;min-height:calc(100vh - 172px);margin:0 auto}.toolbar,.summary-grid,.table-panel,.detail-panel,.selector-strip{background:#fff;border:1px solid #dce3ef;border-radius:8px;box-shadow:0 10px 30px #1d2b430f}.search-section{display:flex;align-items:flex-start;gap:16px;padding:0}.search-section h1{flex:1 1 auto;padding:8px 0}.toolbar{grid-column:1 / -1;display:flex;align-items:end;justify-content:space-between;gap:20px;padding:18px 20px}h1,h2,h3,p{margin:0}h1{font-size:24px;font-weight:700;line-height:32px;color:#223261;white-space:nowrap}.toolbar p{margin-top:6px;color:#647187}.controls{display:flex;align-items:end;gap:12px}.segment{display:inline-flex;gap:2px;padding:3px;border:1px solid #cbd5e4;border-radius:6px;background:#eef3f9}.segment button{height:34px;border:0;border-radius:4px;background:transparent;color:#526073;font-weight:800;padding:0 12px}.segment button.active{background:#fff;color:#172033;box-shadow:0 1px 3px #1d2b431f}.search,.select{display:flex;align-items:center}.select select{height:40px;border:1px solid #cbd5e4;border-radius:6px;background:#fff;color:#172033;outline:none}.search{flex:0 0 320px;width:320px;height:50px;gap:4px;padding:12px;border:1px solid #e3e9f9;border-radius:4px;background:#fff}.search input{min-width:0;flex:1 1 auto;width:auto;height:24px;padding:0;border:0;outline:0;color:#223261;font-size:16px;font-weight:300;line-height:24px}.search input::placeholder{color:#cbd5f2;opacity:1}.search img{width:24px;height:24px;flex:0 0 auto}.print-button{display:grid;place-items:center;flex:0 0 50px;width:50px;height:50px;border:1px solid #e3e9f9;border-radius:4px;background:#fff;color:#223261;font-size:22px;line-height:1}.print-button:disabled{cursor:not-allowed;opacity:.35}.section-divider{width:100%;height:1px;background:#e3e9f9}.select select{width:92px;padding:0 8px}.summary-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));overflow:hidden}.summary-grid article{padding:16px 18px;border-right:1px solid #e4eaf3}.summary-grid article:last-child{border-right:0}.summary-grid strong{display:block;font-size:22px}.summary-grid span{display:block;margin-top:4px;color:#637188;font-size:13px}.table-panel{min-width:0;overflow:hidden}.table-wrap{overflow:auto;max-height:calc(100vh - 236px)}table{width:100%;border-collapse:collapse;font-size:13px}th{position:sticky;top:0;z-index:1;background:#eef3f9;border-bottom:1px solid #d7e0ec;color:#46546a;text-align:left}th button{display:flex;align-items:center;gap:6px;width:100%;min-height:40px;border:0;background:transparent;color:inherit;font-weight:800;text-align:left;white-space:nowrap}td,th button{padding:10px 12px}td{max-width:180px;border-bottom:1px solid #edf1f6;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}tbody tr{transition:background .12s ease}tbody tr:hover,tbody tr.selected{background:#e9f6f1}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:14px 16px;border-top:1px solid #e2e8f1}.pagination button,.detail-head button{min-width:70px;height:36px;border:1px solid #c8d3e1;border-radius:6px;background:#fff;color:#253248;font-weight:800}.pagination button:disabled{cursor:not-allowed;opacity:.42}.detail-panel{min-width:0;max-height:calc(100vh - 154px);overflow:auto;padding:18px}.detail-head{display:flex;align-items:start;justify-content:space-between;gap:12px;padding-bottom:16px;border-bottom:1px solid #e3e9f2}.detail-head h2{font-size:22px}.detail-head p{margin-top:5px;color:#647187}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0}.detail-grid article{min-width:0;padding:12px;border:1px solid #e1e7f0;border-radius:6px;background:#f9fbfe}.detail-grid span{display:block;color:#637188;font-size:12px;font-weight:800}.detail-grid strong{display:block;margin-top:5px;overflow-wrap:anywhere;font-size:14px}.records{padding:16px 0;border-top:1px solid #e6ebf3}.records h3{display:flex;justify-content:space-between;gap:10px;font-size:16px}.records h3 span{color:#607087;font-size:13px}.records ol{display:grid;gap:8px;margin:12px 0 0;padding-left:22px}.records li{line-height:1.55;overflow-wrap:anywhere}.records p,.message{color:#647187}.message{padding:12px 0}.message.error{color:#a12b2b}.selector-strip{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:8px;max-height:154px;overflow:auto;padding:0;background:transparent;border:0;box-shadow:none}.selector-strip button{display:grid;gap:3px;min-width:0;border:1px solid #c8d3e1;border-radius:6px;background:#fff;color:#253248;padding:9px 10px;text-align:left}.selector-strip div{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.selector-strip button.selected{border-color:#42668d;background:#eef4fb}.selector-strip strong,.selector-strip span,.selector-strip small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-person__name{overflow:hidden;color:var(--Point-Color, #0068FE);text-overflow:ellipsis;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.select-person__sn{color:var(--Text-Color, #4E67A5);font-family:Roboto;font-size:12px;font-style:normal;font-weight:300;line-height:20px}.select-person__dept{color:var(--Text-Color, #4E67A5);font-family:Pretendard;font-size:14px;font-style:normal;font-weight:300;line-height:22px}.person-card{display:grid;gap:40px;padding:0;background:transparent;border:0;box-shadow:none}.person-card-placeholder{min-height:640px}.person-card-head{display:flex;align-items:flex-start;gap:40px}.photo-box{display:grid;place-items:center;flex:0 0 160px;width:160px;height:208px;overflow:hidden;border:1px solid #e3e9f9;border-radius:4px;background:#fff;color:#cbd5f2;font-size:14px;font-weight:300}.photo-box img{width:100%;height:100%;object-fit:cover}.person-summary{display:flex;flex:1 1 auto;min-width:0;flex-direction:column;justify-content:flex-start;gap:12px;min-height:208px;padding-top:0;color:#4e67a5}.person-name-group{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:8px}.person-name-group strong{color:#4e67a5;font-size:28px;font-weight:700;line-height:36px}.person-name-group span{color:#4e67a5;font-size:20px;font-weight:500;line-height:28px}.person-meta-group{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:8px}.person-meta-group p,.person-meta-row span{color:#4e67a5;font-size:14px;font-weight:400;line-height:22px}.person-meta-row{display:flex;align-items:center;gap:12px;white-space:nowrap}.person-status-bar{display:flex;flex-wrap:wrap;gap:0;padding:9px 12px;border:1px solid #e3e9f9;border-radius:8px;background:#f3f5fa}.person-status-bar span{color:#4e67a5;font-size:14px;font-weight:300;line-height:22px}.person-status-bar span:not(:last-child):after{content:"/";padding:0 4px;color:#4e67a5}.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}.card-section{min-width:0;display:flex;flex-direction:column;gap:16px}.card-section h3{padding:0;background:transparent;color:#4e67a5;font-size:20px;font-weight:500;line-height:28px;text-align:left}.card-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:40px;row-gap:16px;margin:0}.field-row{min-width:0;display:flex;align-items:flex-start;flex-direction:column;gap:4px;min-height:41px;padding-bottom:8px;border-bottom:1px solid #e3e9f9;overflow-wrap:anywhere}.field-row span{flex:0 0 auto;color:#687cad;font-size:14px;font-weight:300;line-height:22px}.field-row strong{min-width:0;color:#4e67a5;font-size:16px;font-weight:500;line-height:24px}.list-section{align-items:flex-start}.kv-list{display:flex;width:100%;max-height:188px;flex-direction:column;align-items:flex-start;gap:8px;overflow-y:auto;padding-right:4px;scrollbar-width:none}.kv-list::-webkit-scrollbar,.estimate-list::-webkit-scrollbar,.table-scroll::-webkit-scrollbar,.prize-card-row::-webkit-scrollbar,.order-body::-webkit-scrollbar{width:0;height:0;display:none}.kv-list-row{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:8px}.kv-list-row:after{content:"";display:block;width:100%;height:1px;background:#e3e9f9}.kv-list-row>div{display:flex;align-items:center;gap:16px;min-height:24px;color:#4e67a5;overflow-wrap:anywhere}.kv-list-row span{flex:0 0 50px;color:#4e67a5;font-family:Roboto,Pretendard,sans-serif;font-size:14px;font-weight:300;line-height:22px;white-space:nowrap}.family-list .kv-list-row span{flex-basis:48px}.kv-list-row strong{min-width:0;color:#4e67a5;font-size:16px;font-weight:500;line-height:24px;white-space:nowrap}.career-section,.estimate-section{width:100%}.career-list .kv-list-row span{flex-basis:158px;color:#0068fe}.estimate-list{position:relative;display:flex;width:100%;max-height:228px;flex-direction:column;align-items:flex-start;gap:8px;overflow-y:auto;scrollbar-width:none}.estimate-row{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:8px}.estimate-row:after{content:"";display:block;width:100%;height:1px;background:#e3e9f9}.estimate-row-content{display:flex;width:100%;align-items:flex-start;gap:8px}.estimate-year{flex:0 0 48px;color:#4e67a5;font-family:Roboto,Pretendard,sans-serif;font-size:14px;font-weight:300;line-height:22px}.estimate-term{display:flex;flex:1 1 0;min-width:0;align-items:flex-start;gap:8px}.estimate-term span{flex:0 0 auto;color:#0068fe;font-family:Roboto,Pretendard,sans-serif;font-size:14px;font-weight:300;line-height:22px;white-space:nowrap}.estimate-term strong{flex:1 1 0;min-width:0;color:#4e67a5;font-size:16px;font-weight:500;line-height:24px;text-align:center}.license-section{width:100%}.table-scroll{width:100%;max-height:248px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.license-table{width:100%;table-layout:fixed;border-collapse:collapse;border-top:1px solid #9dacd3;border-bottom:1px solid #9dacd3;color:#4e67a5}.license-table col.license-grade{width:200px}.license-table col.license-date{width:160px}.license-table col.license-issuer{width:240px}.license-table th,.license-table td{height:41px;padding:8px 12px;border-right:1px solid #e3e9f9;border-bottom:1px solid #e3e9f9;color:#4e67a5;font-size:16px;line-height:24px;text-align:left;vertical-align:middle;overflow-wrap:anywhere}.license-table th:last-child,.license-table td:last-child{border-right:0}.license-table th{background:#f3f5fa;font-weight:400}.license-table td{background:#fff;font-weight:300}.wide-table-section{width:100%}.wide-table{width:100%;table-layout:fixed;border-collapse:collapse;border-top:1px solid #9dacd3;border-bottom:1px solid #9dacd3;color:#4e67a5}.wide-table col.wide-date,.wide-table col.wide-kind,.wide-table col.wide-months{width:240px}.wide-table th,.wide-table td{height:41px;padding:8px 12px;border-right:1px solid #e3e9f9;border-bottom:1px solid #e3e9f9;color:#4e67a5;font-size:16px;line-height:24px;text-align:left;vertical-align:middle;overflow-wrap:anywhere}.wide-table th:last-child,.wide-table td:last-child{border-right:0}.wide-table th{background:#f3f5fa;font-weight:400}.wide-table td{background:#fff;font-weight:300}.prize-section{width:100%;overflow:visible}.prize-card-row{display:flex;align-items:flex-start;gap:16px;width:100%;overflow-x:auto;overflow-y:visible;padding:8px 0;scrollbar-width:none}.prize-card{position:relative;flex:0 0 200px;width:200px;min-height:160px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:16px;border-radius:4px;background:#f3f5fa;overflow-wrap:anywhere}.prize-card.penalty{background:#fff1f5}.prize-card-head{display:flex;flex-direction:column;align-items:flex-start;min-width:0;max-width:100%;white-space:nowrap}.prize-card-head span{color:#4e67a5;font-family:Roboto,Pretendard,sans-serif;font-size:12px;font-weight:300;line-height:20px}.prize-card-head strong{max-width:100%;overflow:hidden;color:#0068fe;font-size:14px;font-weight:300;line-height:22px;text-overflow:ellipsis;white-space:nowrap}.prize-card.penalty .prize-card-head strong{color:#ed1551}.prize-reason{width:100%;height:72px;overflow:hidden;color:#4e67a5;display:-webkit-box;font-size:16px;font-weight:500;line-height:24px;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis}.prize-card small{color:#4e67a5;font-size:14px;font-weight:300;line-height:22px;white-space:nowrap}.order-section{width:100%}.order-list{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:8px}.order-header,.order-row{display:flex;width:100%;align-items:flex-start;gap:16px;overflow:hidden;text-align:center}.order-header{padding:8px 16px;border:1px solid #e3e9f9;border-radius:4px;background:#f3f5fa;color:#687cad;font-size:14px;font-weight:400;line-height:22px}.order-header span,.order-row span{flex:1 1 0;min-width:0;overflow:hidden;text-overflow:ellipsis}.order-body{position:relative;display:flex;width:100%;max-height:568px;flex-direction:column;align-items:flex-start;gap:8px;overflow-y:auto;padding:8px 0;border-top:1px dashed #cbd5f2;border-bottom:1px dashed #cbd5f2;scrollbar-width:none}.order-row{flex:0 0 auto;padding:13px 16px;border:1px solid #cbd5f2;border-radius:4px;background:#fff;color:#4e67a5;font-size:14px;font-weight:300;line-height:22px}.prize-tooltip{display:none;position:absolute;z-index:20;top:8px;left:176px;width:400px;max-width:min(400px,calc(100vw - 48px));padding:8px 12px;border-radius:4px;background:#223261;box-shadow:0 4px 12px #2232613d;color:#fff;font-size:14px;font-weight:300;line-height:22px;text-align:left;white-space:normal}.prize-tooltip:before{content:"";position:absolute;top:70px;left:-10px;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #223261}.prize-card:hover .prize-tooltip,.prize-card:focus .prize-tooltip,.prize-card:focus-within .prize-tooltip{display:block}.prize-card:focus{outline:1px solid #4e67a5;outline-offset:2px}.app-footer{padding:24px 0 0;color:#687cad;text-align:center;font-size:14px;font-weight:300;line-height:22px}.card-table{width:100%;min-width:0;border-collapse:collapse;font-size:13px}.card-table th,.card-table td{max-width:none;border:1px solid #e3e9f9;padding:8px 10px;color:#4e67a5;overflow:visible;text-overflow:clip;white-space:normal;vertical-align:top}.card-table th{position:static;background:#f3f5fa;color:#687cad;font-weight:500;text-align:center}@media(max-width:1100px){.detail-panel{max-height:none}.person-card-head,.card-grid{grid-template-columns:1fr;flex-direction:column}.card-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.shell{padding:28px 16px 48px}.toolbar,.search-section,.controls{align-items:stretch;flex-direction:column}.segment{width:100%}.segment button{flex:1}.search input,.select select{width:100%}.search{width:100%;flex-basis:auto}.photo-box{width:160px;flex-basis:160px}.card-fields{grid-template-columns:1fr}.summary-grid{grid-template-columns:1fr 1fr}}
