@import"https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard.css";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light only;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;font-family:Pretendard-Regular}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff) format("woff");font-weight:100;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff) format("woff");font-weight:200;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff) format("woff");font-weight:300;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff) format("woff");font-weight:400;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff) format("woff");font-weight:500;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff) format("woff");font-weight:600;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff) format("woff");font-weight:700;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff) format("woff");font-weight:800;font-display:swap}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff) format("woff");font-weight:900;font-display:swap}#root{overflow:hidden;width:100vw;height:100vh}#app-root{background:linear-gradient(135deg,#f8f5e9,#f5f2e6);width:100%;height:100%;overflow-y:auto}.full-page{width:100%;height:100%}#ocr-root{width:100%;height:100%;padding:30px;box-sizing:border-box;background:linear-gradient(135deg,#f8f5e9,#f5f2e6);overflow-y:auto}#ocr-root .right-side{display:flex;flex-direction:column;gap:10px;overflow-y:auto}.img-preview{width:100%;max-width:700px;margin:0 auto;display:block}.img-list{display:flex;gap:5px}.img-list>.img-box{background-color:#f0ffffb9;height:20px;padding:10px;border-radius:12px;display:flex;justify-content:flex-start;align-items:center;gap:18px;cursor:pointer}.img-list>.img-box:hover{background-color:beige}.img-list>.img-box>.img-preview{height:100%}.img-list>.img-box>.img-filename{font-size:.8rem}.ocr-result-container{flex-grow:1}.ocr-result-container>.sticky-top{display:flex;flex-direction:column;gap:10px}.ocr-result-container>.ocr-result{height:calc(100vh - 400px);overflow-y:auto}#ocr-root{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.pdfDropZone{display:flex;width:100%;height:100%;align-items:flex-start;justify-content:center;margin:auto}.result{background-color:#f0f8ff;padding:20px;border-radius:12px;white-space:pre-wrap;position:relative}.result>.copy-clipboard-btn{width:12px;aspect-ratio:1/1;font-size:12px;position:absolute;top:0;right:0;border-radius:50%;cursor:pointer;color:#6495ed}.pdfIcon{width:100px;margin-bottom:20px}.dropzone-root{width:100%;max-width:min(64rem,100%)}.top-bar{position:absolute;top:30px;left:30px;z-index:10}.home-button{background-color:#fff;color:#0e2a59;border-radius:8px;padding:9px 15px;font-size:17px;cursor:pointer;transition:background-color .3s,color .3s,box-shadow .3s;box-shadow:0 4px 10px #002b5c26;display:flex;align-items:center;gap:10px}.home-button:hover{background-color:#0e2a59;color:#fff;box-shadow:0 4px 10px #002b5c26}.pdfInput{margin-top:30px;width:100%;height:100%;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed rgb(188,188,188);border-radius:10px;text-align:center;cursor:pointer}.pdf-upload-button{display:inline-block;padding:10px 20px;background-color:#0e2a59;color:#fff;border-radius:20px;cursor:pointer;font-size:14px}.pdf-upload-button:hover{background-color:#fff;color:#0e2a59;transform:scale(1.05);border:1px solid #0e2a59}.icon-container{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;transition:all .3s ease-in-out;background:#e6f0ff;color:#002b5c;font-size:20px;margin-bottom:20px}.icon{height:2rem;width:2rem}.main-text{font-size:17px}.main-page{width:100%;max-height:100%;padding-top:60px}.header{display:flex;align-items:center;gap:20px;justify-content:space-between}.header-left,.header-right{display:flex;align-items:center;justify-content:center;gap:20px}.header-right button{display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #002b5c26;gap:7px;border-radius:8px;padding:9px 15px;font-size:17px}.header-right button:hover{background-color:#0e2a59;color:#fff;border-color:#93b8e0;box-shadow:0 4px 12px #81a8d34d;transform:translateY(-1px);outline:none}.header p{font-size:18px;color:#333;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.back-button{background-color:#fff;color:#0e2a59;border-radius:8px;padding:9px 15px;font-size:17px;cursor:pointer;transition:background-color .3s,color .3s,box-shadow .3s;box-shadow:0 4px 10px #002b5c26}.back-button:hover{background-color:#0e2a59;color:#fff;box-shadow:0 4px 10px #002b5c26}.loading-message{height:100%;display:flex;justify-content:center;align-items:center;font-size:18px;font-weight:500;color:#7a7a7a;flex-direction:column;text-align:center;animation:fadeIn .8s ease-in-out}.loading-message .emoji{font-size:40px;margin-bottom:8px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pdf-container{margin-top:20px;display:flex;height:calc(100vh - 180px);width:100%;padding:0 10px;box-sizing:border-box}.sidebar{width:120px;overflow-y:auto;overflow-x:hidden;border-right:1px solid #ccc;padding:8px;background-color:#f7f7f7;box-shadow:0 0 8px #0000001a}.thumbnail{width:100%;height:auto;max-width:100%;display:block;margin-bottom:8px;cursor:pointer;border:1px solid transparent;transition:border .2s}.thumbnail:hover{border:1px solid #007bff}.thumbnail.active{border:2px solid #007bff;box-shadow:0 0 4px #007bff80}.pdf-viewer{max-height:85vh;overflow-y:auto;padding:16px;background-color:#f7f7f7;box-shadow:0 0 8px #0000001a;width:45%;position:relative;overflow:auto;padding-top:0!important;scroll-padding-top:0!important}.zoom-wrapper{display:flex;flex-direction:column;align-items:center;transform-origin:center center;transition:transform .2s ease-out}.pdf-page{width:100%;margin:0 auto 24px;display:block}.page-name{position:sticky;top:15px;left:0;background:#d5d1d14d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:30px;padding:6px 10px;font-size:14px;display:flex;align-items:center;justify-content:center;gap:15px;z-index:10;box-shadow:0 2px 8px #0003;max-width:255px;flex-wrap:nowrap;margin-top:-43px;border:1px solid rgba(255,255,255,.3)}.zoom-controls{display:flex;align-items:center;justify-content:center;gap:10px}.zoom-controls button{width:30px;height:30px;line-height:30px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:30px;padding:0;font-size:17px;background:#ffffff4d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 8px #0000001a;cursor:pointer;transition:all .2s ease;outline:none}.zoom-controls button:hover{background:#ffffffb3;box-shadow:0 6px 12px #00000026;transform:scale(1.1)}.ocr-result-pannel{max-width:48rem;margin-left:24px;flex-grow:1;padding:20px;background-color:#fdfdfdb7;overflow-y:auto;font-size:14px;line-height:1.6;box-shadow:inset 5px 0 8px -6px #0000000d;border-radius:20px;position:relative}.ocr-text-raw.highlight{background-color:#e6f0ff;box-shadow:0 4px 10px #007aff33}.ocr-text-block{position:relative;padding:13px;margin-bottom:13px;border-radius:16px;background-color:#f2f2f799;border:1px solid rgba(200,200,200,.4);box-shadow:0 1px 3px #0000000d;font-size:15px;color:#1d1d1f;line-height:1.35;transition:all .25s ease}.ocr-text-block p{margin:0 0 5px}.ocr-text-block:last-child p{margin-bottom:0}.ocr-text-block:hover,.ocr-text-block.hovered{background-color:#fffc;box-shadow:0 6px 20px #00000014}.ocr-text-block.highlight{background-color:#e6f0ff;box-shadow:0 4px 10px #007aff33}.text-copy-btn{position:absolute;top:8px;right:8px;background:transparent;border:none;cursor:pointer;z-index:2;padding:0;display:flex;align-items:center;justify-content:center;outline:none}.text-copy-btn:focus{outline:none}.text-copy-btn .glass-icon{background:#ffffff1a;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(6px);border-radius:8px;padding:4px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #00000026;transition:background-color .2s ease,transform .2s ease}.text-copy-btn:hover .glass-icon{background:#fff6;transform:scale(1.1)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:999}.modal{background:#fff;padding:24px;border-radius:10px;width:350px;height:220px;text-align:center;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;align-items:center;justify-content:center}.modal button{margin-top:16px;margin-right:8px;padding:8px 16px;border:none;border-radius:10px;background-color:#0e2a59;color:#fff;cursor:pointer}.modal button:last-child{background-color:#ccc;color:#333}.modal button:hover{background-color:#163e88}.modal button:last-child:hover{background-color:#bbb;color:#000}.input-group{display:flex;gap:12px;margin:12px 0}.input-group label{display:flex;flex-direction:column;font-size:14px}.input-group input{padding:6px;border-radius:6px;border:1px solid #ccc;width:80px}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-5px)}80%{transform:translate(5px)}to{transform:translate(0)}}.shake{animation:shake .5s;background-color:#ffe6e6!important;border:1px solid #ff4d4f!important;color:#ff1a1a!important}button:focus-visible{outline:none;box-shadow:0 0 0 1px #007bff80;border-radius:30px}.linebreak-toast-btn{position:sticky;bottom:12px;left:50%;transform:translate(-50%);background-color:#0e2a59;color:#fff;border:none;border-radius:25px;padding:12px 24px;font-size:15px;font-weight:500;cursor:pointer;box-shadow:0 4px 12px #0e2a594d;transition:all .3s ease;z-index:100;display:flex;align-items:center;gap:8px;margin:20px auto 0;width:fit-content;opacity:.5}.linebreak-toast-btn:hover{background-color:#163e88;box-shadow:0 6px 16px #0e2a5966;transform:translate(-50%) translateY(-2px);opacity:1}.ocr-box{border:1.2px solid rgba(60,60,67,.2);border-radius:6px;background-color:#ccd6dc4d;box-shadow:0 1px 2px #0000000a;transition:all .2s ease;box-sizing:border-box;pointer-events:auto;cursor:pointer}.ocr-box:hover{border-color:#007aff66;background-color:#007aff0d}.ocr-box.highlighted{border-color:#007affe6;background-color:#66adf933}.page-fail-container{display:flex;justify-content:center;align-items:center;height:100vh}.page-fail-box{padding:2.5rem 2rem;text-align:center;max-width:480px;background:#fff;color:#002b5c;border:2px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px #002b5c1a}.fail-emoji{font-size:3.5rem;margin-bottom:1.2rem}.fail-message{font-size:1.15rem;font-weight:500;color:#0e2a59;margin-bottom:2rem}.fail-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.fail-btn{padding:.7rem 1.4rem;border:none;border-radius:9999px;font-size:1rem;font-weight:500;cursor:pointer;box-shadow:0 2px 6px #0000001a;transition:background-color .3s}.retry-btn{background-color:#0e2a59;color:#fff}.retry-btn:hover{background-color:#14366b}.home-btn{background-color:#fff;color:#0e2a59;border:1.5px solid #0e2a59}.home-btn:hover{background-color:#f3f4f6}.new-main{background:linear-gradient(135deg,#f8f5e9,#f5f2e6)}#linebreak-root{max-width:100%;height:100%;padding:30px;box-sizing:border-box;overflow-y:auto;margin-top:60px}.linebreak-container>*{width:50%}.linebreak-container>.linebreak-config{display:flex;flex-direction:column;gap:10px}.linebreak-config>.additional-word-setting{width:100%;display:flex;gap:10px;flex-direction:column;align-items:flex-end}.linebreak-config>.additional-word-setting>.replace-setting{width:100%;display:flex;gap:10px;justify-content:center;align-items:center}.linebreak-config>.additional-word-setting>.replace-setting>.MuiTextField-root{flex:1}.tokenize-btn,.second-button{background-color:#0e2a59;color:#fff;padding:10px 16px;border:none;border-radius:8px;font-size:15px;cursor:pointer;transition:background-color .3s,transform .2s;box-shadow:0 4px 10px #002b5c26}.tokenize-btn:hover,.second-button:hover{background-color:#163e88;transform:translateY(-1px);box-shadow:0 6px 16px #002b5c40}#article-research-root{width:100%;height:100%}.research-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.search-box{width:min(20rem,50%);height:1.6rem;padding:10px;background-color:#fff;border-radius:12px}*{box-sizing:border-box}html,body{overflow-x:hidden;width:100%}.home-container{min-height:100vh;width:100%;max-width:100vw;background:linear-gradient(135deg,#f8f5e9,#f5f2e6);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;overflow-x:hidden}.content-wrapper{max-width:min(64rem,100%);width:100%;text-align:center;padding:0 1rem}.main-content{display:flex;flex-direction:column;gap:3rem}.logo-section{display:flex;flex-direction:column;gap:1.5rem;margin-top:5rem}.logo-container{display:inline-flex;align-items:center;justify-content:center}.logo-card{background:#002b5c;color:#fff;padding:1rem 2rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #002b5c4d}.logo-content{display:flex;align-items:center;gap:.75rem}.logo-icon{height:2rem;width:2rem}.logo-text{font-size:1.5rem;font-weight:700;letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.welcome-section{display:flex;flex-direction:column;gap:.5rem}.welcome-title{font-size:2.25rem;font-weight:700;color:#002b5c;margin:0}.welcome-description{font-size:1.125rem;color:#002b5c;max-width:32rem;margin:0 auto;line-height:1.6}.logo-svg{height:300px;display:flex;justify-content:center;align-items:center}.logo-svg svg{width:800px;height:300px}.logo-svg svg path{fill:transparent;stroke:#002b5c;stroke-width:1px;stroke-dasharray:1300;stroke-dashoffset:1300;animation:LogoTextAnimiation 3s ease-in-out 1s 2 alternate,LogoFinally 1s ease-in-out 6.5s 1 normal forwards}@keyframes LogoTextAnimiation{0%{stroke-dashoffset:1300}40%{fill:transparent}50%{stroke-dashoffset:0}to{fill:#002b5c}}@keyframes LogoFinally{0%{fill:transparent}to{fill:#002b5c}}.buttons-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:4rem}@media (min-width: 768px){.buttons-grid{grid-template-columns:repeat(3,1fr)}}.button-card{position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease-in-out;background:#fff;color:#002b5c;border:2px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px #002b5c1a}.button-card:first-child{background:linear-gradient(-45deg,#002b5c,#849db9);color:#f8f5e9;background-size:400% 400%;animation:gradient 10s ease infinite}.button-card:first-child .button-title,.button-card:first-child .button-description{color:#f8f5e9}.button-card:nth-child(2){background:linear-gradient(-45deg,#004faa,#000);color:#efff0d;background-size:400% 400%;animation:gradient 10s ease infinite}.button-card:nth-child(2) .button-title{color:#f7ff8a}.button-card:nth-child(2) .button-description{color:#f7ff8a}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.button-card:nth-child(4).disabled{background-color:#6f698061}.button-card:hover{box-shadow:0 10px 15px -3px #002b5c33}.button-card:nth-child(4).disabled.hovered{background:#6f698061;border:none}.button-card.hovered{transform:translateY(-.5rem);box-shadow:0 25px 25px -5px #002b5c66;background:linear-gradient(135deg,#002b5c,#003b7a);color:#fff;border-color:#002b5c}.button-content{height:100%;padding:2rem;text-align:center;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.button-icon-container{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;transition:all .3s ease-in-out;background:#e6f0ff;color:#002b5c}.button-card.hovered .button-icon-container{background:#fff3;color:#fff}.button-icon{height:2rem;width:2rem}.button-text-section{display:flex;flex-direction:column;gap:.5rem}.button-title{font-size:1.25rem;font-weight:600;transition:color .3s ease-in-out;color:#002b5c;margin:0}.button-card.hovered .button-title{color:#fff}.button-description{font-size:.875rem;transition:color .3s ease-in-out;color:#4a5568;margin:0}.button-card.hovered .button-description{color:#ffffffe6}.cta-button{margin-top:1rem;transition:all .3s ease-in-out;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;border:none;cursor:pointer;background:#002b5c;color:#fff}.cta-button:hover{background:#003b7a}.button-card.hovered .cta-button{background:#fff;color:#002b5c}.button-card.hovered .cta-button:hover{background:#f8f5e9}.button-background-effect{position:absolute;inset:0;background:linear-gradient(90deg,#002b5c0d,#003b7a0d);transition:opacity .3s ease-in-out;opacity:0}.button-card.hovered .button-background-effect{opacity:1}.error-board-section{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.section-header{text-align:center}.section-title{font-size:1.75rem;font-weight:700;color:#002b5c;margin:0 0 .5rem}.section-description{font-size:1rem;color:#4a5568;margin:0;line-height:1.5}.error-board-card{position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease-in-out;background:#fff;color:#002b5c;border:2px solid #e5e7eb;border-radius:.75rem;box-shadow:0 2px 8px #002b5c1a;max-width:50rem;margin:0 auto}.error-board-card:hover{box-shadow:0 12px 20px -3px #002b5c33}.error-board-card.hovered{transform:translateY(-.25rem);box-shadow:0 20px 30px -5px #002b5c4d;background:linear-gradient(135deg,#002b5c,#003b7a);color:#fff;border-color:#002b5c}.error-board-card-content{padding:2rem;display:flex;align-items:center;gap:1.5rem}.error-board-icon-container{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;transition:all .3s ease-in-out;background:#e6f0ff;color:#002b5c;flex-shrink:0}.error-board-card.hovered .error-board-icon-container{background:#fff3;color:#fff}.error-board-icon{height:2rem;width:2rem}.error-board-info{flex:1;text-align:left}.error-board-title{font-size:1.5rem;font-weight:600;transition:color .3s ease-in-out;color:#002b5c;margin:0 0 .5rem}.error-board-card.hovered .error-board-title{color:#fff}.error-board-description{font-size:1rem;transition:color .3s ease-in-out;color:#4a5568;margin:0;line-height:1.5}.error-board-card.hovered .error-board-description{color:#ffffffe6}.error-board-action{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;transition:all .3s ease-in-out;background:#f3f4f6;color:#6b7280;flex-shrink:0}.error-board-card.hovered .error-board-action{background:#fff3;color:#fff;transform:translate(.25rem)}.action-icon{height:1.5rem;width:1.5rem}.error-board-background-effect{position:absolute;inset:0;background:linear-gradient(90deg,#002b5c0d,#003b7a0d);transition:opacity .3s ease-in-out;opacity:0}.error-board-card.hovered .error-board-background-effect{opacity:1}.announcements{margin-top:3rem;display:flex;flex-direction:column;gap:1rem}.social-links{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.social-button{position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease-in-out;background:#fff;color:#002b5c;border:2px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px #002b5c1a;padding:1rem 1.5rem;text-decoration:none;display:flex;align-items:center;gap:.5rem;min-width:120px;justify-content:center}.social-button:hover{box-shadow:0 10px 15px -3px #002b5c33}.social-button.hovered{transform:translateY(-.25rem);box-shadow:0 20px 20px -5px #002b5c4d;background:linear-gradient(135deg,#002b5c,#003b7a);color:#fff;border-color:#002b5c}.social-icon-container{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:.5rem;border-radius:50%;transition:all .3s ease-in-out;background:#e6f0ff;color:#002b5c}.social-button.hovered .social-icon-container{background:#fff3;color:#fff}.social-text{font-size:.875rem;font-weight:500;transition:color .3s ease-in-out;color:#002b5c}.social-button.hovered .social-text{color:#fff}.social-button.hovered svg path{fill:#fff}.social-background-effect{position:absolute;inset:0;background:linear-gradient(90deg,#002b5c0d,#003b7a0d);transition:opacity .3s ease-in-out;opacity:0}.social-button.hovered .social-background-effect{opacity:1}.footer{margin-top:4rem;text-align:center;color:#4a5568}.footer-text{font-size:.875rem;margin:0}@media (max-width: 767px){.home-container{padding:.5rem}.content-wrapper{padding:0 .5rem}.welcome-title{font-size:1.875rem;line-height:1.2}.welcome-description{font-size:1rem;padding:0 1rem}.logo-text{font-size:1rem}.logo-card{padding:.75rem 1.5rem}.button-content{padding:1.5rem 1rem}.buttons-grid{gap:1rem}.error-board-content{padding:1.5rem;flex-direction:column;text-align:center;gap:1rem}.error-board-info{text-align:center}.error-board-title{font-size:1.25rem}.error-board-description{font-size:.875rem}.section-title{font-size:1.5rem}.social-links{gap:.75rem;margin-top:2rem}.social-button{padding:.75rem 1rem;min-width:100px}.social-text{font-size:.75rem}}@media (max-width: 480px){.logo-text{font-size:.875rem}.welcome-title{font-size:1.5rem}.welcome-description{font-size:.875rem;padding:0}.error-board-content{padding:1rem}.error-board-icon-container{width:3rem;height:3rem}.error-board-icon{height:1.5rem;width:1.5rem}.social-links{flex-direction:column;align-items:center;gap:.5rem}.social-button{width:300px}}.kakao-urgent{background-color:#ff00006f}.kakao-urgent:hover{transform:translateY(-.25rem);box-shadow:0 20px 20px -5px #002b5c4d;background:linear-gradient(135deg,#df8d56,#f07171);color:#fff;border-color:#eac4c4}#header-root{width:100vw;position:absolute;height:80px;top:0;padding:20px 30px;display:flex;align-items:center;justify-content:space-between;z-index:100;background-color:#f6f3e9cc}.brand-logo{position:absolute;left:50%;transform:translate(-50%)}.user-interface-out{position:absolute;right:30px}.user-interface{display:flex;align-items:center;gap:1rem}.error-board-container{min-height:100vh;width:100%;max-width:100vw;background:linear-gradient(135deg,#f8f5e9,#f5f2e6);display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;overflow-x:hidden;margin-top:50px}.error-board-wrapper{max-width:min(64rem,100%);width:100%}.error-board-content{display:flex;flex-direction:column;gap:2rem}.top-nav-bar{display:flex;justify-content:space-between;align-items:center;width:100%}.back-button-container{display:flex;justify-content:flex-start}.back-button{display:flex;align-items:center;gap:.5rem;background:#fff;color:#002b5c;border:2px solid #e5e7eb;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 1px 3px #002b5c1a}.back-button:hover{background:linear-gradient(135deg,#002b5c,#003b7a);color:#fff;border-color:#002b5c;transform:translateY(-1px);box-shadow:0 4px 8px #002b5c33}.back-icon{height:1rem;width:1rem}.brand-logo{display:flex;align-items:center;justify-content:center}.brand-text{font-size:1.5rem;font-weight:700;color:#002b5c;letter-spacing:.1em;background:linear-gradient(135deg,#002b5c,#003b7a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,43,92,.1)}.board-header{text-align:center;margin-bottom:1rem}.header-content{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.header-icon{height:2.5rem;width:2.5rem;color:#002b5c}.board-title{font-size:2.5rem;font-weight:700;color:#002b5c;margin:0}.board-description{font-size:1.125rem;color:#4a5568;margin:0;line-height:1.6}.add-button-container{display:flex;justify-content:center}.add-button{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#002b5c,#003b7a);color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 2px 4px #002b5c33}.add-button:hover{transform:translateY(-2px);box-shadow:0 8px 15px #002b5c4d}.add-icon{height:1.25rem;width:1.25rem}.reports-container{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #002b5c1a;overflow:hidden}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.loading-spinner{width:2rem;height:2rem;border:3px solid #e5e7eb;border-top:3px solid #002b5c;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;text-align:center}.empty-icon{height:3rem;width:3rem;color:#9ca3af}.empty-state h3{font-size:1.25rem;font-weight:600;color:#4a5568;margin:0}.empty-state p{color:#6b7280;margin:0}.accordion-list{display:flex;flex-direction:column}.accordion-item{border-bottom:1px solid #e5e7eb}.accordion-item:last-child{border-bottom:none}.accordion-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;cursor:pointer;transition:all .2s ease-in-out}.accordion-header:hover{background:linear-gradient(135deg,#f8f5e9,#f5f2e6)}.report-info{flex:1;display:flex;flex-direction:column;gap:.75rem;padding:1rem}.report-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;flex-wrap:wrap}.meta-icon{height:1rem;width:1rem}.nickname{font-weight:500;color:#002b5c}.date{color:#9ca3af}.status-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;margin-left:.5rem;transition:all .2s ease-in-out}.status-chip.answered{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 1px 3px #10b9814d}.status-chip.pending{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 1px 3px #f59e0b4d}.status-icon{height:.875rem;width:.875rem}.report-preview{color:#4a5568;line-height:1.5}.chevron-icon{height:1.25rem;width:1.25rem;color:#6b7280;transition:transform .3s ease-in-out;flex-shrink:0}.chevron-icon.expanded{transform:rotate(180deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out,padding .3s ease-in-out;background:#fafafa}.accordion-content.expanded{max-height:800px;padding:1.5rem;border-top:1px solid #f3f4f6}.accordion-content-inner{opacity:0;transform:translateY(-10px);transition:opacity .2s ease-in-out .1s,transform .2s ease-in-out .1s}.accordion-content.expanded .accordion-content-inner{opacity:1;transform:translateY(0)}.report-content h4{font-size:1rem;font-weight:600;color:#002b5c;margin:0 0 .75rem}.report-content p{color:#4a5568;line-height:1.6;margin:0;white-space:pre-wrap}.answer-section{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e5e7eb}.answer-section h4{color:#10b981;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.answer-content{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #d1fae5;border-radius:.5rem;padding:1rem}.answer-content p{color:#065f46;margin-bottom:.75rem}.answer-meta{display:flex;justify-content:flex-end}.answer-date{font-size:.75rem;color:#059669;font-weight:500}.form-container{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #002b5c1a;padding:2rem}.report-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:#002b5c}.label-icon{height:1.25rem;width:1.25rem}.form-input,.form-textarea{padding:.75rem;border:2px solid #e5e7eb;border-radius:.375rem;font-size:1rem;transition:border-color .2s ease-in-out}.form-input:focus,.form-textarea:focus{outline:none;border-color:#002b5c}.form-textarea{resize:vertical;min-height:8rem;font-family:inherit}.character-count{text-align:right;font-size:.875rem;color:#6b7280}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.cancel-button,.submit-button{padding:.75rem 1.5rem;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;border:none}.cancel-button{background:#f3f4f6;color:#4a5568}.cancel-button:hover:not(:disabled){background:#e5e7eb}.submit-button{background:linear-gradient(135deg,#002b5c,#003b7a);color:#fff}.submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #002b5c4d}.submit-button:disabled,.cancel-button:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 768px){.error-board-container{padding:1rem .5rem}.top-nav-bar{flex-direction:column;gap:1rem;align-items:flex-start}.brand-logo{align-self:flex-end}.brand-text{font-size:1.25rem}.board-title{font-size:2rem}.board-description{font-size:1rem}.accordion-header,.accordion-content.expanded{padding:1rem}.report-meta{flex-wrap:wrap;gap:.25rem}.status-chip{margin-left:0;margin-top:.25rem}.form-container{padding:1.5rem}.form-actions{flex-direction:column}.cancel-button,.submit-button{width:100%}}@media (max-width: 480px){.header-content{flex-direction:column;gap:.5rem}.board-title{font-size:1.75rem}.accordion-header,.accordion-content.expanded{padding:.75rem}.brand-text{font-size:1rem}.top-nav-bar{align-items:center}.status-chip{font-size:.625rem;padding:.125rem .5rem}.status-icon{height:.75rem;width:.75rem}}#login-root{max-width:min(64rem,100%);display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto;height:70vh}#login-root h2{font-size:28px;margin-bottom:10px}.google-button{margin-top:50px;display:flex;align-items:center;justify-items:center;gap:15px;font-size:18px;border:none;outline:none;padding:12px;width:240px;box-shadow:0 4px 12px #81a8d34d}.google-button:hover{background-color:#d3d3d3;outline:none;box-shadow:none;box-shadow:0 4px 12px #81a8d34d}.google{width:20px}.profile-setup-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f5f5;padding:20px}.profile-setup-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 6px #0000001a;max-width:400px;width:100%}.profile-setup-card h2{text-align:center;margin-bottom:10px;color:#333;font-size:24px}.profile-setup-card p{text-align:center;color:#666;margin-bottom:30px;font-size:14px}.profile-setup-form{display:flex;flex-direction:column}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500}.form-group input{width:100%;padding:12px;border:2px solid #e1e1e1;border-radius:6px;font-size:16px;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#4f46e5}.error-message{color:#ef4444;font-size:14px;margin-bottom:20px;padding:10px;background-color:#fef2f2;border-radius:4px;border:1px solid #fecaca}.submit-button{background-color:#4f46e5;color:#fff;border:none;padding:14px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s}.submit-button:hover:not(:disabled){background-color:#4338ca}.submit-button:disabled{background-color:#9ca3af;cursor:not-allowed}#ocr-history-root{margin:20px;padding-top:60px}.history-list{display:flex;flex-direction:column;gap:.5rem;margin-top:3rem}.history-list>.history-list-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #002b5c;height:3rem;font-size:1.3rem}.history-list>.history-list-header>span.date{width:10rem;color:#000}.history-list .pdf-history{display:flex;justify-content:space-between}.history-list .pdf-history.access-unavailable{background-color:gray;color:#f5f5f5}.toast-message{position:fixed;bottom:40px;left:50%;transform:translate(-50%);background-color:#323232;color:#fff;padding:12px 24px;border-radius:8px;box-shadow:0 4px 12px #0003;font-size:14px;z-index:9999;animation:fadeInOut 2s ease-in-out}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%) translateY(10px)}10%{opacity:1;transform:translate(-50%) translateY(0)}90%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(10px)}}#db-search-root{width:100%;max-width:100vw;min-height:100vh;padding:2rem 1rem}.db-search-wrapper{width:100%;height:100%;display:flex;gap:1rem;flex-wrap:wrap;margin-top:60px}.db-search-wrapper>.grammar-db-announcement{min-width:100%}.db-search-wrapper>.result-side{flex:7}.db-search-wrapper>.tags-side{flex:3;height:100%;background-color:#f0f8ff;padding:1rem;display:flex;flex-direction:column}.db-search-wrapper .btn-group{display:flex;gap:1.5rem}.tokenize-btn.disabled{background-color:#ccc;pointer-events:none}.search-res{font-size:.9rem}.search-res>.rate{font-size:.7rem;color:#847965b5}.modern-checkbox{position:relative;padding-left:1.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;font-size:1rem}.modern-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.modern-checkbox .checkmark{position:absolute;left:0;top:2px;height:1rem;width:1rem;background-color:#eee;border-radius:4px;transition:.2s;border:1px solid #ccc}.modern-checkbox input:checked~.checkmark{background-color:#2196f3;border:1px solid #2196F3}.modern-checkbox .checkmark:after{content:"";position:absolute;display:none}.modern-checkbox input:checked~.checkmark:after{display:block}.modern-checkbox .checkmark:after{left:.35rem;top:.1rem;width:.25rem;height:.5rem;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.accordion-section{margin-bottom:.5rem}.accordion-header{display:flex;justify-content:space-between;cursor:pointer;padding:.2rem 0;font-weight:700}.accordion-toggle{font-size:1rem}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-content.open{max-height:500px;transition:max-height .5s ease}.checkbox-wrapper-33{--s-xsmall: .625em;--s-small: 1.2em;--border-width: 1px;--c-primary: #5F11E8;--c-primary-20-percent-opacity: rgb(95 17 232 / 20%);--c-primary-10-percent-opacity: rgb(95 17 232 / 10%);--t-base: .4s;--t-fast: .2s;--e-in: ease-in;--e-out: cubic-bezier(.11,.29,.18,.98)}.checkbox-wrapper-33 .visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.checkbox-wrapper-33 .checkbox{display:flex;align-items:center;justify-content:flex-start}.checkbox-wrapper-33 .checkbox+.checkbox{margin-top:var(--s-small)}.checkbox-wrapper-33 .checkbox__symbol{display:inline-block;display:flex;margin-right:calc(var(--s-small) * .7);border:var(--border-width) solid var(--c-primary);position:relative;border-radius:.1em;width:1em;height:1em;transition:box-shadow var(--t-base) var(--e-out),background-color var(--t-base);box-shadow:0 0 0 0 var(--c-primary-10-percent-opacity)}.checkbox-wrapper-33 .checkbox__symbol:after{content:"";position:absolute;top:.5em;left:.5em;width:.25em;height:.25em;background-color:var(--c-primary-20-percent-opacity);opacity:0;border-radius:3em;transform:scale(1);transform-origin:50% 50%}.checkbox-wrapper-33 .checkbox .icon-checkbox{width:1rem;height:1rem;margin:auto;fill:none;stroke-width:3;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;color:var(--c-primary);display:inline-block}.checkbox-wrapper-33 .checkbox .icon-checkbox path{transition:stroke-dashoffset var(--t-fast) var(--e-in);stroke-dasharray:30px,31px;stroke-dashoffset:31px}.checkbox-wrapper-33 .checkbox__textwrapper{margin:0}.checkbox-wrapper-33 .checkbox__trigger:checked+.checkbox__symbol:after{-webkit-animation:ripple-33 1.5s var(--e-out);animation:ripple-33 1.5s var(--e-out)}.checkbox-wrapper-33 .checkbox__trigger:checked+.checkbox__symbol .icon-checkbox path{transition:stroke-dashoffset var(--t-base) var(--e-out);stroke-dashoffset:0px}.checkbox-wrapper-33 .checkbox__trigger:focus+.checkbox__symbol{box-shadow:0 0 0 .25em var(--c-primary-20-percent-opacity)}@-webkit-keyframes ripple-33{0%{transform:scale(0);opacity:1}to{opacity:0;transform:scale(20)}}@keyframes ripple-33{0%{transform:scale(0);opacity:1}to{opacity:0;transform:scale(20)}}#ox-gen-root{max-width:100%;height:calc(100% - 60px);padding:30px 0;box-sizing:border-box;overflow-y:auto;margin-top:60px;color:#163e88;display:flex}#ox-gen-root .login-prompt{margin-left:30px}#ox-gen-root>.left-sidebar{transition:transform .3s ease-in-out;background-color:#0e2a59;color:#fff;position:fixed;left:0;top:0;height:calc(100vh - 60px);z-index:1;padding-top:70px;height:100vh}#ox-gen-root>.left-sidebar.open{width:20rem;max-width:30%;transform:translate(0)}#ox-gen-root>.left-sidebar.closed{width:20rem;max-width:30%;transform:translate(-100%)}.toggle-sidebar-btn{position:fixed;top:85px;left:30px;z-index:1001;background-color:#163e883a;color:#fff;border:none;border-radius:5px;padding:8px;cursor:pointer;transition:background-color .2s ease,transform .3s ease-in-out}#ox-gen-root:has(.left-sidebar.open) .toggle-sidebar-btn{transform:translate(calc(min(20rem,30vw) - 80px)) rotate(180deg);outline:none}.toggle-sidebar-btn:hover{background-color:#0e2a59}.sidebar-header{padding:20px;border-bottom:1px solid #2a4a7a}.sidebar-header h3{margin:0;font-size:1.2rem;font-weight:600}.sidebar-content{padding:10px 0;height:100%;overflow-y:auto}.sidebar-menu{list-style:none;padding:0;margin:0;width:100%}.sidebar-menu-item.top-level{padding:12px 20px;font-weight:700}.sidebar-menu-item{padding:12px 30px;cursor:pointer;transition:background-color .2s ease;border-left:3px solid transparent;width:100%;display:flex;justify-content:space-between}.sidebar-menu-item:hover{background-color:#2a4a7a}.sidebar-menu-item.active{background-color:#1f3a66;border-left-color:#4a90e2}.sidebar-menu-item span{font-size:.95rem}.sidebar-menu-item .view{opacity:0;transform:translate(-.5rem);transition:all .2s ease-in-out}.sidebar-menu-item:hover .view{opacity:1;transform:translate(0)}.ox-material-input{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:20px}.ox-material-input>.ox-material-input-description{font-size:1.7rem}.ox-material-input>.input-area{display:flex;gap:1rem;align-items:center;position:relative}.ox-material-input>.input-area>textarea.ox-material-input-field{resize:none;field-sizing:content;width:45rem;min-height:2.5rem;max-height:30rem;font-size:1rem;padding:.8rem;border-radius:.5rem}.ox-material-input>.input-area>.gen-btn{position:absolute;right:.5rem;bottom:.5rem;display:flex;justify-content:center;align-items:center;opacity:.5;transition:opacity .2s ease-in-out,color .2s ease-in-out}.ox-material-input>.input-area>.gen-btn:hover{background-color:#163e88;transform:translateY(-1px);box-shadow:0 6px 16px #002b5c40;opacity:.9;color:#fff}.ox-material-input .threads-container{height:100%;font-size:1.2rem;padding:1rem;border-radius:1rem;width:60%;min-width:min(80%,30rem);max-width:40rem;background:linear-gradient(45deg,#8e9fbd0c,#1438571e);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow-y:auto}.ox-material-input .header{margin:12px 0}.ox-material-input .header button{height:2rem;font-size:.9rem}.ox-material-input .quiz-item{font-size:1rem}#ox-threads-root{max-width:100vw;padding:20px;height:calc(100% - 80px);margin-top:60px}.threads-wrapper{display:flex;gap:1rem;justify-content:space-between;height:100%}.threads-wrapper>.threads-container{flex:1;height:100%}.threads-wrapper>.threads-container>.title{font-size:1.3rem;margin:.5rem 0;width:100%;text-align:center}.threads-wrapper>.threads-container>.threads-content{padding:.7rem;box-shadow:#959da526 0 8px 24px;background-color:#f7f6ee;overflow-y:auto;white-space:pre-wrap;font-size:.8rem;height:95%}.threads-wrapper>.threads-container:nth-child(3)>.threads-content{background-color:#fafaf6}.threads-content>.loading-container{display:flex;flex:1;flex-direction:row;align-items:center;gap:.5rem;padding:1.2rem}.threads-content>.loading-container>.loading-circle{width:1rem;aspect-ratio:1/1;border-radius:50%;background-color:#0e2a59;transform:scale(.5);animation:scale-pulse 1s infinite alternate}@keyframes scale-pulse{0%{transform:scale(.5)}to{transform:scale(1)}}.threads-content>.retry-container{display:flex;flex-direction:column;gap:1rem}.threads-content>.retry-container .retry-btn{margin:0 auto}.threads-content.making-points .btn-group{display:flex;justify-content:flex-end;gap:1rem;font-size:.7rem;margin-top:1rem}.threads-content.making-points .btn-group>button{background-color:#f5f5f5;border:1px solid #0209163b;color:#020916c7;font-weight:700}.threads-content.making-points .btn-group>button:last-child{background-color:#0e2959c7;color:#f5f5f5;font-weight:700;transition:all .2s ease-in-out}.threads-content.making-points .btn-group>button:hover{background-color:#020916c7;color:#f5f5f5;box-shadow:#0e3f7e0a 0 0 0 1px,#2a33450a 0 1px 1px -.5px,#2a33460a 0 3px 3px -1.5px,#2a33460a 0 6px 6px -3px,#0e3f7e0a 0 12px 12px -6px,#0e3f7e0a 0 24px 24px -12px;font-weight:700;transform:translateY(-.2rem)}.ox-gen-res>.header{display:flex;gap:.3rem;flex-wrap:wrap;justify-content:flex-end}.ox-gen-res button{display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #002b5c26;gap:7px;border-radius:8px;padding:9px 15px;font-size:.9rem;transition:all .2s ease-in-out}.ox-gen-res button:hover{background-color:#0e2a59;color:#fff;border-color:#93b8e0;box-shadow:0 4px 12px #81a8d34d;transform:translateY(-1px);outline:none}.ox-gen-res button:disabled,button[disabled]{background-color:#0e29592a!important;color:#fff;transform:none!important}.ox-gen-res .quiz-header{font-size:1.1rem;font-weight:bolder;color:#2356ae}
