@charset "UTF-8";@font-face{font-family:Pretendard Variable;font-weight:45 920;font-style:normal;font-display:swap;src:url(/assets/PretendardVariable-CJuje-Rk.woff2) format("woff2-variations")}.self-understanding{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;box-sizing:border-box}.start-button{padding:16px 48px;font-size:18px;font-weight:600;color:#fff;background-color:#333;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.start-button:active{transform:scale(.98);background-color:#555}@media(hover:hover){.start-button:hover{background-color:#555}}.home{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;box-sizing:border-box}.title{font-size:28px;font-weight:700;color:#333;margin-bottom:48px;text-align:center}.button-container{display:flex;flex-direction:column;gap:16px;width:100%;max-width:400px}.main-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:24px 32px;border:none;border-radius:16px;background-color:#f5f5f5;cursor:pointer;transition:all .2s ease}.main-button:active{transform:scale(.98);background-color:#e8e8e8}@media(hover:hover){.main-button:hover{background-color:#e8e8e8}}.button-icon{font-size:28px}.button-text{font-size:20px;font-weight:600;color:#333}@media(min-width:768px){.button-container{flex-direction:row;max-width:600px}.main-button{flex:1;padding:32px}}.survey-test{min-height:100vh;display:flex;flex-direction:column;background:#f9f9f9}.loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#333;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:20px;text-align:center}.error p{color:#d32f2f;font-size:16px}.error button{padding:12px 24px;border:none;border-radius:8px;background:#333;color:#fff;font-size:14px;cursor:pointer}.survey-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border-bottom:1px solid #eee}.part-info{display:flex;align-items:center;gap:8px}.part-number{padding:4px 10px;background:#333;color:#fff;border-radius:4px;font-size:12px;font-weight:600}.part-name{font-size:18px;font-weight:600;color:#333}.page-info{font-size:14px;color:#666}.progress-bar{height:4px;background:#e0e0e0}.progress-fill{height:100%;background:#333;transition:width .3s ease}.progress-text{padding:8px 20px;font-size:12px;color:#999;background:#fff;text-align:right}.question-area{flex:1;padding:20px;background:#fff;margin:0;overflow-y:auto}.survey-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border-top:1px solid #eee;position:sticky;bottom:0}.nav-btn{padding:14px 28px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.nav-btn:disabled{opacity:.4;cursor:not-allowed}.nav-btn.prev{background:#f5f5f5;color:#333}.nav-btn.prev:hover:not(:disabled){background:#e8e8e8}.nav-btn.next,.nav-btn.submit{background:#333;color:#fff}.nav-btn.next:hover:not(:disabled),.nav-btn.submit:hover:not(:disabled){background:#555}.page-indicator{font-size:14px;color:#999}@media(max-width:480px){.survey-header{flex-direction:column;align-items:flex-start;gap:8px}.nav-btn{padding:12px 20px;font-size:14px}}.self-understanding-select{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;box-sizing:border-box}.self-understanding-select .select-title{font-size:40px;margin-bottom:50px}.self-understanding-select .select-button-group{display:flex;flex-direction:column;gap:30px}.self-understanding-select .select-button-group .select-button{border:none;background-color:#fff}.self-understanding-select .select-button-group .select-button :hover{cursor:pointer}.self-understanding-select .select-button-group .select-button img{width:350px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;min-height:100vh}a{text-decoration:none;display:block}
