*{box-sizing:border-box}body{background:#f6f7fb;color:#151821;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}.login-page{align-items:center;background:linear-gradient(135deg,#f6f7fb,#e9eefc);display:flex;justify-content:center;min-height:100vh;padding:24px}.login-card{background:#fff;border-radius:28px;box-shadow:0 24px 80px #1b26471f;padding:40px;width:min(460px,100%)}.brand,.login-logo{color:#877dde;font-weight:900;letter-spacing:-.04em}.login-logo{font-size:32px;margin-bottom:28px}.login-card h1{font-size:28px;line-height:1.3;margin:0}.login-description{color:#687083;line-height:1.6;margin:16px 0 28px}.login-actions{grid-gap:12px;display:grid;gap:12px}.ghost-button,.google-button,.kakao-button,.primary-button,.primary-link,.secondary-link{border:0;border-radius:14px;cursor:pointer;font-weight:800;padding:14px 18px;transition:transform .15s ease,opacity .15s ease}.ghost-button:hover,.google-button:hover,.kakao-button:hover,.primary-button:hover,.primary-link:hover,.secondary-link:hover{transform:translateY(-1px)}.kakao-button{background:#fee500;color:#111}.google-button{background:#fff;border:1px solid #dde2ee;color:#222}.status-message{color:#687083;font-size:14px;margin:16px 0 0}.app-shell{display:flex;min-height:100vh}.sidebar{background:#fff;border-right:1px solid #e7eaf2;padding:28px 20px;width:240px}.brand{font-size:28px;margin-bottom:48px}.nav-list{grid-gap:8px;display:grid;gap:8px;margin-top:50px}.nav-list a{border-radius:12px;color:#687083;font-weight:700;padding:12px 14px}.nav-list a.active,.nav-list a:hover{background:#eef3ff;color:#877dde}.main-area{flex:1 1;padding:28px}.topbar{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.topbar h1{margin:8px 0 0}.eyebrow{color:#877dde;font-size:13px;font-weight:900;letter-spacing:.08em;margin:0 0 8px;text-transform:uppercase}.user-box{align-items:center;display:flex;gap:12px}.ghost-button{background:#eef1f7;color:#2a3142;padding:10px 14px}.page-card{background:#fff;border-radius:24px;box-shadow:0 16px 48px #1b264714;padding:32px}.hero-card h2,.page-card h2{font-size:30px;margin:8px 0 12px}.page-card p{color:#687083;line-height:1.7}.button-row{display:flex;gap:12px;margin-top:24px}.primary-button,.primary-link{background:#877dde;color:#fff;display:inline-block}.secondary-link{background:#eef1f7;color:#2a3142;display:inline-block}.form-stack{grid-gap:18px;display:grid;gap:18px;margin-top:24px;max-width:520px}.form-stack label{grid-gap:8px;color:#3a4254;display:grid;font-weight:800;gap:8px}.form-stack input{background:#fff;border:1px solid #dde2ee;border-radius:12px;padding:14px}.center-card{display:grid;min-height:360px;place-items:center;text-align:center}.spinner{animation:spin .9s linear infinite;border:5px solid #dde6ff;border-radius:50%;border-top-color:#877dde;height:52px;width:52px}@keyframes spin{to{transform:rotate(1turn)}}.result-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:24px}.result-grid article{background:#f6f7fb;border-radius:18px;padding:20px}.badge{border-radius:999px;display:inline-block;font-weight:900;margin-top:12px;padding:8px 12px}.badge.warning{background:#fff1d6;color:#a05c00}.info-list{grid-gap:14px;display:grid;gap:14px;grid-template-columns:120px 1fr;margin-top:24px}.info-list dt{color:#687083;font-weight:800}.info-list dd{font-weight:800;margin:0}@media (max-width:800px){.app-shell{display:block}.sidebar{border-bottom:1px solid #e7eaf2;border-right:0;width:100%}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{align-items:flex-start;flex-direction:column}}select{font:inherit}.form-stack input[type=file],.form-stack select{background:#fff;border:1px solid #dde2ee;border-radius:12px;margin-top:8px;padding:12px;width:100%}.form-stack button:disabled,.login-actions button:disabled{cursor:not-allowed;opacity:.65;transform:none}.upload-preview{background:#f7f9ff;border:1px solid #e5ebff;border-radius:16px;padding:16px}.upload-preview p{font-weight:700;margin:8px 0 4px}.upload-preview span{color:#687083;font-size:14px}.error-message{color:#d92d20;font-size:14px;font-weight:700;margin:16px 0 0}.result-subtitle{color:#687083;margin-top:-8px}.report-section{background:#fff;border:1px solid #e7eaf2;border-radius:18px;margin-top:24px;padding:20px}.report-section h3{margin:0 0 12px}.report-section li,.report-section p{color:#3c4354;line-height:1.7}.raw-json-box{background:#111827;border-radius:18px;color:#f9fafb;margin-top:24px;padding:16px}.raw-json-box summary{cursor:pointer;font-weight:800}.raw-json-box pre{margin-bottom:0;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.file-list{margin:14px 0 0}.file-list li{background:#fff;border:1px solid #e5e7eb;border-radius:14px;gap:16px;padding:12px 14px}.file-list p{font-weight:700;margin:0 0 4px}.file-list span{color:#6b7280;font-size:13px}.text-button{background:#0000;border:0;color:#dc2626;cursor:pointer;font-weight:700}.report-list{display:flex;flex-direction:column;gap:24px;margin-top:24px}.report-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:22px;padding:22px}.report-card-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:18px}.report-card-header h3{margin:4px 0 6px}.result-grid.compact{margin-top:0}.main-page{display:flex;flex-direction:column;min-height:100vh}.header-wrapper{background:#fff;border-bottom:1px solid #e7eaf2;position:-webkit-sticky;position:sticky;top:0;z-index:100}.gnb-top{align-items:center;display:flex;gap:32px;justify-content:space-between;padding:16px 28px}.header-wrapper .gnb-logo a{align-items:center;border-right:2px solid #e7eaf2;display:flex;padding-right:24px}.gnb-logo img{height:32px;width:auto}.gnb-active-menu{align-items:center;display:flex;gap:18px}.gnb-active-menu .active-text{color:#000;font-size:14px;font-weight:700}.gnb-other{align-items:center;display:flex;gap:24px;margin-left:auto}.sub-nav{display:flex;gap:16px}.nav-button,.sub-nav a{align-items:center;border-bottom:3px solid #0000;color:#687083;display:inline-flex;font-size:14px;font-weight:700;padding-bottom:0;position:relative;transition:color .15s ease,border-color .15s ease}.nav-button{background:none;border:none;cursor:pointer;padding:10px}.nav-button.active{border-bottom-color:#0000;color:#000;font-weight:900}.nav-button.active:after{background:#000;border-radius:999px;bottom:-17px;content:"";height:3px;left:0;position:absolute;right:0}.nav-button:not(.active):hover,.sub-nav a:hover{color:#877dde}.user-actions{align-items:center;display:flex;gap:30px}.icon-user{cursor:pointer;height:24px;transition:opacity .15s ease;width:24px}.icon-user:hover{opacity:.7}.btn-login{background:#877dde;border:0;border-radius:10px;color:#fff;cursor:pointer;font-weight:800;padding:6px 18px;transition:transform .15s ease}.gnb-bottom{background:#f9fafb;border-top:1px solid #e7eaf2;color:#687083;font-size:13px;padding:10px 28px}.breadcrumb{display:flex}.breadcrumb,.main{align-items:center}.main{grid-gap:40px;background:#000;color:#fff;display:grid;flex:1 1;gap:40px;grid-template-columns:1fr 1fr;margin:0 auto;padding:80px 28px;width:100%}.main-content{display:flex;flex-direction:column;justify-content:center;padding-left:150px;padding-right:50px}.subtitle{font-size:14px;letter-spacing:.08em;margin:0;text-transform:uppercase}.subtitle,.title{color:#fff;font-weight:900}.title{font-size:42px;line-height:1.2;margin:12px 0 16px}.description{color:#fff;font-size:16px;line-height:1.6;margin:0 0 32px}.btn-primary{background:#877dde;border:0;border-radius:14px;color:#fff;cursor:pointer;font-weight:800;padding:14px 24px;transition:transform .15s ease;width:-webkit-fit-content;width:fit-content}.btn-primary:hover{background:#fff;color:#877dde;transform:translateY(1px)}.main-gallery{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));height:500px;padding-right:50px}.gallery-col{grid-gap:12px;display:grid;gap:12px;overflow:hidden}.gallery-col img{border-radius:14px;height:100%;object-fit:cover;width:100%}.col-1{grid-template-rows:1fr 1fr}.col-2,.col-3{grid-row:1/3}.col-4{grid-template-rows:1fr 1fr}.feature-section{background:linear-gradient(135deg,#f6f7fb,#e9eefc);padding:80px 28px;text-align:center}.feature-title{font-size:36px;font-weight:900;margin:0 0 12px}.feature-desc{color:#687083;font-size:16px;line-height:1.6;margin:0}footer{background:#fff;border-top:1px solid #e7eaf2;color:#687083;font-size:14px;padding:28px;text-align:center}@media (max-width:1024px){.main{gap:32px;grid-template-columns:1fr;padding:48px 24px}.main-gallery{height:400px}.gnb-top{gap:16px;padding:12px 20px}.sub-nav{gap:12px}}@media (max-width:768px){.gnb-top{flex-wrap:wrap}.gnb-other{gap:12px}.main-gallery{grid-template-columns:repeat(2,1fr);height:auto}.col-2,.col-3{grid-row:auto}.title{font-size:28px}.feature-section{padding:48px 20px}.feature-title{font-size:24px}}.price-main{background:linear-gradient(135deg,#f6f7fb,#e9eefc);min-height:100vh;padding:30px 28px}.price-header{margin-bottom:30px;text-align:center}.price-title{color:#151821;font-size:48px;font-weight:900;margin:0 0 16px}.price-subtitle{color:#687083;font-size:18px;line-height:1.6;margin:0}.price-cards-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));margin:0 auto;max-width:1400px}.price-card{background:#fff;border:1px solid #eef2f8;border-radius:12px;box-shadow:0 6px 18px #1b26470f;display:flex;flex-direction:column;padding:16px;position:relative;transition:all .22s cubic-bezier(.25,.46,.45,.94)}.price-card:hover{border-color:#877dde;box-shadow:0 12px 36px #877dde1f;transform:translateY(-6px)}.discount-badge{background:gold;border-radius:999px;color:#151821;font-size:11px;font-weight:900;letter-spacing:.04em;padding:5px 12px;position:absolute;right:16px;text-transform:uppercase;top:-8px}.card-icon{font-size:32px;margin-bottom:8px}.card-name{color:#151821;font-size:22px;font-weight:900;margin:0 0 8px}.card-price{align-items:baseline;display:flex;gap:6px;margin-bottom:8px}.original-price{color:#a0a0a0;font-size:14px;text-decoration:line-through}.price{color:#151821;font-size:28px;font-weight:900}.period{font-size:14px}.card-description,.period{color:#687083;font-weight:700}.card-description{font-size:13px;margin:0 0 10px}.card-features{flex:1 1;margin:0 0 10px}.feature-item{align-items:flex-start;color:#3c4354;display:flex;font-size:14px;gap:10px;line-height:1.5;margin:8px 0}.check-icon{flex-shrink:0;margin-top:2px}.tag-link{color:#2563eb;font-size:13px;font-weight:700;text-decoration:none;transition:color .2s ease}.tag-link:hover{color:#877dde;text-decoration:underline}.checkbox-item{align-items:center;color:#687083;cursor:pointer;display:flex;font-size:14px;gap:8px;margin:16px 0;-webkit-user-select:none;user-select:none}.checkbox-item input[type=checkbox]{accent-color:#877dde;cursor:pointer;height:18px;width:18px}.card-footer{border-top:1px solid #e7eaf2;margin:12px 0;padding-top:12px}.security-badge{align-items:center;color:#687083;display:flex;font-size:13px;font-weight:700;gap:6px}@media (max-width:768px){.price-main{padding:40px 20px}.price-header{margin-bottom:40px}.price-title{font-size:32px}.price-cards-grid{grid-template-columns:1fr}}.security-info{background:linear-gradient(135deg,#f0f4ff,#e6f0ff);padding:40px 28px;text-align:center}.security-info-content{align-items:center;background:#fff;border:1px solid #dde2ee;border-radius:16px;display:flex;gap:16px;justify-content:center;margin:0 auto;max-width:600px;padding:24px}.security-shield{flex-shrink:0}.security-text{color:#3c4354;font-size:16px;font-weight:700;margin:0;text-align:left}.explain-main{background:linear-gradient(135deg,#f6f7fb,#e9eefc)}.explain-intro{background:linear-gradient(135deg,#fff,#f5f7ff);padding:80px 28px;text-align:center}.intro-content{margin:0 auto;max-width:800px}.intro-title{color:#151821;font-size:48px;font-weight:900;margin:0 0 16px}.intro-subtitle{color:#877dde;font-size:20px;font-weight:700;margin:0 0 24px}.intro-description{color:#687083;font-size:16px;line-height:1.8;margin:0}.explain-features{padding:80px 28px}.features-header{margin-bottom:60px;text-align:center}.features-title{color:#151821;font-size:42px;font-weight:900;margin:0 0 12px}.features-subtitle{color:#687083;font-size:16px;margin:0}.features-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.feature-card{background:#fff;border:1px solid #eef2f8;border-radius:16px;box-shadow:0 4px 12px #1b26470f;padding:32px 24px;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 12px 28px #1b26471f;transform:translateY(-4px)}.feature-icon{font-size:48px;margin-bottom:16px}.feature-card-title{color:#151821;font-size:20px;font-weight:800;margin:0 0 12px}.feature-card-description{color:#687083;font-size:14px;line-height:1.6;margin:0}.explain-steps{background:linear-gradient(135deg,#f0f4ff,#e6f0ff);padding:80px 28px}.steps-header{margin-bottom:60px;text-align:center}.steps-title{color:#151821;font-size:42px;font-weight:900;margin:0 0 12px}.steps-subtitle{color:#687083;font-size:16px;margin:0}.steps-container{align-items:center;display:flex;flex-wrap:wrap;gap:0;justify-content:center;margin:0 auto;max-width:1000px}.step-item{background:#fff;border:1px solid #dde2ee;border-radius:12px;box-shadow:0 4px 12px #1b26470f;flex:1 1;min-width:200px;padding:32px 24px;position:relative;text-align:center}.step-number{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;color:#fff;display:inline-flex;font-size:20px;font-weight:900;height:48px;justify-content:center;margin-bottom:16px;width:48px}.step-title{color:#151821;font-size:18px;font-weight:800;margin:0 0 8px}.step-description{color:#687083;font-size:14px;margin:0}.step-arrow{color:#877dde;font-size:28px;font-weight:900;position:absolute;right:-28px;top:50%;transform:translateY(-50%)}.step-item:last-child .step-arrow{display:none}.explain-trust{background:#fff;padding:80px 28px}.trust-title{color:#151821;font-size:42px;font-weight:900;margin:0 0 60px;text-align:center}.trust-items{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:0 auto;max-width:1000px}.trust-item{background:linear-gradient(135deg,#f6f7fb,#eef3ff);border:1px solid #e7eaf2;border-radius:12px;padding:28px;text-align:center}.trust-icon{font-size:40px;margin-bottom:12px}.trust-item h3{color:#151821;font-size:18px;font-weight:800;margin:0 0 8px}.trust-item p{color:#687083;font-size:14px;line-height:1.6;margin:0}@media (max-width:768px){.explain-intro{padding:40px 20px}.intro-title{font-size:32px}.explain-features{padding:40px 20px}.features-grid{grid-template-columns:1fr}.explain-steps{padding:40px 20px}.steps-container{flex-direction:column}.step-arrow{right:0;top:-24px;transform:rotate(90deg)}.step-item:last-child .step-arrow{display:none}.explain-trust{padding:40px 20px}.trust-items{grid-template-columns:repeat(2,1fr)}}.page{background-color:#f6f7fb;padding:40px 10px}.upload-container{background-color:#fff;border:1px solid #f6f7fb;border-radius:24px;box-shadow:0 10px 15px -3px #0000000d;max-width:1100px;padding:60px;width:100%}.upload-container h2{font-size:30px;margin:8px 0 12px}.upload-container p{color:#687083;line-height:1.7}.dropzone{background-color:#fff;border:2px dashed #e2e8f0;border-radius:12px;margin-bottom:30px;padding:100px 20px;transition:all .2s ease;width:100%}.dropzone.active{background-color:#eef2ff;border-color:#4f46e5}.dropzone-content{align-items:center;display:flex;flex-direction:column;gap:12px}.main-text{color:#334155;font-size:16px;font-weight:600;margin:0}.sub-text{color:#94a3b8;font-size:13px;margin:0 0 16px}.select-btn{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#1e1b4b;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:all .2s}.select-btn:hover{background-color:#f1f5f9;border-color:#94a3b8}.file-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0 0 24px;padding:0}.file-list li{align-items:center;background-color:#f1f5f9;border-radius:6px;color:#334155;display:flex;font-size:14px;justify-content:space-between;padding:12px 16px}.file-list button{background:none;border:none;color:#ef4444;cursor:pointer;font-size:13px;font-weight:600;padding:4px 8px;transition:.2s}.file-list button:hover{background-color:#fee2e2;border-radius:4px}.analyze-submit-btn{transition:background-color .2s}.analyze-submit-btn:not(:disabled):hover{background-color:#312e81!important}.page{align-items:flex-start;background-color:#f8fafc;display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:40px;width:100%}.result-container{background-color:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 10px 15px -3px #0000000d;max-width:1100px;padding:50px 60px;width:100%}.result-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:24px}.result-header h1{color:#0f172a;font-size:28px;font-weight:800;margin:0 0 8px}.result-header p{color:#64748b;font-size:15px;margin:0}.status-badge{border-radius:20px;font-size:15px;font-weight:700;padding:8px 16px}.small-badge{border-radius:6px;font-size:13px;font-weight:600;padding:4px 10px}.badge-safe{background-color:#dcfce7;color:#166534}.badge-danger{background-color:#fee2e2;color:#991b1b}.badge-warning{background-color:#fef9c3;color:#854d0e}.badge-neutral{background-color:#f1f5f9;color:#475569}.summary-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:40px}.summary-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:30px}.summary-card h3{color:#334155;font-size:18px;margin:0 0 20px}.amount-row{align-items:center;border-bottom:1px dashed #cbd5e1;display:flex;font-size:15px;justify-content:space-between;padding:12px 0}.amount-row:last-child{border-bottom:none}.amount-row.highlight strong{color:#4f46e5;font-size:22px}.amount-row.muted{color:#94a3b8}.info-list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.info-list li{color:#475569;display:flex;font-size:15px;justify-content:space-between}.info-list li strong{color:#0f172a}.ai-opinion-section h2,.detail-section h2{color:#1e293b;font-size:20px;font-weight:700;margin-bottom:20px}.analysis-list{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.analysis-item{border:1px solid #e2e8f0;border-radius:8px;padding:20px;transition:all .2s}.analysis-item:hover{border-color:#cbd5e1;box-shadow:0 2px 4px #00000005}.item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.item-header h4{color:#334155;font-size:16px;margin:0}.item-reason{color:#64748b;font-size:14px;line-height:1.5;margin:0}.opinion-box{background-color:#eef2ff;border-radius:12px;padding:30px}.opinion-desc{color:#1e293b;font-size:15px;line-height:1.6;margin:0 0 20px}.needed-docs{background-color:#fff;border-radius:8px;margin-bottom:20px;padding:20px}.needed-docs h4{color:#854d0e;font-size:15px;margin:0 0 12px}.needed-docs ul{color:#475569;font-size:14px;line-height:1.6;margin:0;padding-left:20px}.warning-text{color:#94a3b8;font-size:13px;margin:0}.mypage-container{background-color:#f6f7fb;display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1000px;padding:30px 20px;width:100%}.mypage-header{margin-bottom:20px}.mypage-header h1{color:#1e1b4b;font-size:26px;margin-bottom:8px}.mypage-header p{color:#64748b;font-size:14px}.card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 10px #00000008;box-sizing:border-box;padding:20px;width:100%}.section-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:10px}.section-header h3{color:#334155;font-size:16px;font-weight:600}.profile-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.info-group label{color:#94a3b8;display:block;font-size:12px;margin-bottom:4px}.info-group p{color:#1e293b;font-size:14px;font-weight:500}.mypage-table{border-collapse:collapse;table-layout:fixed;width:100%}.mypage-table td,.mypage-table th{border-bottom:1px solid #f1f5f9;font-size:13px;padding:10px;text-align:left}.mypage-table th{background-color:#f8fafc;color:#64748b;font-weight:500}.table-section:first-of-type .mypage-table td:first-child,.table-section:first-of-type .mypage-table th:first-child{width:15%}.table-section:first-of-type .mypage-table td:nth-child(2),.table-section:first-of-type .mypage-table th:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:40%}.table-section:first-of-type .mypage-table td:nth-child(3),.table-section:first-of-type .mypage-table th:nth-child(3){text-align:right;width:15%}.table-section:first-of-type .mypage-table td:nth-child(4),.table-section:first-of-type .mypage-table td:nth-child(5),.table-section:first-of-type .mypage-table th:nth-child(4),.table-section:first-of-type .mypage-table th:nth-child(5){text-align:center;width:15%}.table-section:nth-of-type(2) .mypage-table td:first-child,.table-section:nth-of-type(2) .mypage-table th:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.table-section:nth-of-type(2) .mypage-table td:nth-child(2),.table-section:nth-of-type(2) .mypage-table th:nth-child(2){width:20%}.table-section:nth-of-type(2) .mypage-table td:nth-child(3),.table-section:nth-of-type(2) .mypage-table th:nth-child(3){width:15%}.table-section:nth-of-type(2) .mypage-table td:nth-child(4),.table-section:nth-of-type(2) .mypage-table td:nth-child(5),.table-section:nth-of-type(2) .mypage-table th:nth-child(4),.table-section:nth-of-type(2) .mypage-table th:nth-child(5){text-align:center;width:15%}.security-list{display:flex;flex-direction:column;gap:12px}.security-item{align-items:center;background-color:#f8fafc;border-radius:8px;display:flex;justify-content:space-between;padding:12px}.security-item strong{display:block;font-size:14px;margin-bottom:2px}.security-item p{color:#94a3b8;font-size:12px}.more-btn{border:1px solid #e2e8f0;border-radius:6px;font-size:12px;padding:4px 10px}.more-btn,.outline-btn{background:#fff;cursor:pointer}.outline-btn{border:1px solid #1e1b4b;border-radius:6px;color:#1e1b4b;font-size:13px;font-weight:500;padding:6px 12px}.text-link{background:none;border:none;color:#4f46e5;cursor:pointer;text-decoration:underline}.badge-success{background-color:#dcfce7;border-radius:4px;color:#166534;font-size:11px;padding:3px 6px}.pre-analysis-page{background-color:#f7f8fb;display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:1100px;padding:40px 20px;width:100%}.pre-header h1{color:#1e1b4b;font-size:24px;margin-bottom:8px}.pre-header p{color:#334155;font-size:14px}.question-list{display:flex;flex-direction:column;gap:20px;width:100%}.question-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #00000005;padding:24px}.question-title-area{align-items:center;display:flex;gap:12px;margin-bottom:16px}.question-num{align-items:center;background-color:#1e1b4b;border-radius:6px;color:#fff;display:flex;font-size:14px;font-weight:700;height:28px;justify-content:center;width:28px}.question-title{color:#1e293b;font-size:16px;font-weight:700;margin:0}.question-info{align-items:flex-start;background-color:#f8fafc;border-radius:8px;display:flex;gap:8px;margin-bottom:20px;padding:12px 16px}.question-info .info-icon{font-size:14px;margin-top:2px}.question-info p{color:#64748b;font-size:13px;line-height:1.5;margin:0}.answer-buttons{display:flex;gap:12px}.answer-btn{background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#334155;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:14px;transition:all .2s ease-in-out}.answer-btn.active,.answer-btn:hover{border-color:#1e1b4b}.answer-btn.active{background-color:#1e1b4b;color:#fff;font-weight:600}.bottom-action{display:flex;justify-content:flex-end;margin-top:20px;width:100%}.submit-btn{align-self:flex-end;background-color:#1e1b4b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:14px 32px;transition:background-color .2s}.submit-btn:hover{background-color:#312e81}
/*# sourceMappingURL=main.f3877d57.css.map*/