@charset "UTF-8";:root{--color-success-bg: #d1fae5;--color-success-border: #a7f3d0;--color-warning-bg: #fef3c7;--color-warning-border: #fcd34d;--color-error: #dc2626;--color-error-bg: #fee2e2;--color-error-border: #fecaca;--color-info-bg: #e0f2fe;--color-info-border: #7dd3fc;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--bg-hover: #e2e8f0;--text-primary: #0f172a;--text-secondary: #475569;--text-tertiary: #94a3b8;--text-inverse: #ffffff;--border-light: #e2e8f0;--border-medium: #cbd5e1;--border-dark: #94a3b8;--sidebar-bg: #0f172a;--sidebar-text: #94a3b8;--sidebar-text-active: #f1f5f9;--sidebar-hover: rgba(255, 255, 255, .06);--sidebar-active: var(--color-accent);--sidebar-border: rgba(255, 255, 255, .08);--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--color-accent: #3b82f6;--color-accent-hover: #60a5fa;--color-success-bg: rgba(16, 185, 129, .15);--color-success-border: rgba(16, 185, 129, .3);--color-warning-bg: rgba(245, 158, 11, .15);--color-warning-border: rgba(245, 158, 11, .3);--color-error-bg: rgba(220, 38, 38, .15);--color-error-border: rgba(220, 38, 38, .3);--color-info-bg: rgba(14, 165, 233, .15);--color-info-border: rgba(14, 165, 233, .3);--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--bg-hover: #475569;--text-primary: #f8fafc;--text-secondary: #e2e8f0;--text-tertiary: #94a3b8;--text-inverse: #0f172a;--border-light: #475569;--border-medium: #64748b;--border-dark: #94a3b8;--sidebar-bg: #0f172a;--sidebar-text: #94a3b8;--sidebar-text-active: #ffffff;--sidebar-hover: #1e293b;--sidebar-active: var(--color-accent);--sidebar-border: #1e293b;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -2px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3), 0 4px 6px -4px rgba(0, 0, 0, .3);color-scheme:dark}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-tertiary)}::-webkit-scrollbar-thumb{background:var(--border-dark);border-radius:var(--radius-pill)}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}::selection{background-color:var(--color-accent);color:#fff}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh}#root{min-height:100vh}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}:root{--color-primary: #1b3c98;--color-primary-soft: #7464ff;--color-accent: #2563eb;--color-accent-hover: #1d4ed8;--color-accent-dark: #1e40af;--color-bg: #f1f2f6;--color-surface: #ffffff;--color-text-main: #111322;--color-text-sub: #5e6488;--color-line: #dde1f3;--color-success: #4b9f6e;--color-warning: #ff9500;--color-danger: #a32121;--color-info: #2d6cdf;--color-btn-primary: #061f7b;--color-btn-secondary: #592a8a;--color-form-border-top: #2d6cdf;--color-form-label-bg: #f3f6fb;--color-input-border: #b8c2cf;--color-input-focus: #6f7cff;--color-table-header: #5a6b80;--font-primary: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;--fz-title-xl: clamp(22px, 4vw + 1rem, 42px);--fz-title-lg: clamp(20px, 2.5vw + .5rem, 32px);--fz-title-md: clamp(17px, 1.4vw + .5rem, 22px);--fz-body: clamp(14px, 1vw + .2rem, 16px);--fz-caption: clamp(12px, .6vw + .2rem, 14px);--space-section: 96px;--space-section-mobile: 60px;--max-width: 1100px;--max-width-narrow: 960px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px;--radius-pill: 9999px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-hover: rgba(50, 50, 93, .25) 0px 2px 5px -1px, rgba(0, 0, 0, .3) 0px 1px 3px -1px;--transition-fast: .15s ease;--transition-normal: .25s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.reveal{opacity:0}.reveal.visible{animation:fadeInUp .6s ease-out forwards}.reveal-delay-1{animation-delay:.1s}.reveal-delay-2{animation-delay:.2s}.reveal-delay-3{animation-delay:.3s}.reveal-delay-4{animation-delay:.4s}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.reveal{opacity:1}.reveal.visible{animation:none}@keyframes marquee{0%,to{transform:none}}}body{font-family:var(--font-primary);font-weight:400;color:var(--color-text-main);background-color:var(--color-bg);font-size:var(--fz-body);line-height:1.6}img{max-width:100%}.btn{border:none;border-radius:var(--radius-xl);cursor:pointer;padding:12px 40px;font-size:17px;font-weight:500;font-family:var(--font-primary);transition:all var(--transition-normal);background:#000;color:#fff}.btn:hover{box-shadow:var(--shadow-hover)}.btn-primary{background:var(--color-btn-primary);color:#fff}.btn-secondary{background:var(--color-btn-secondary);color:#fff}.btn-outline{background:transparent;border:1px solid var(--color-line);color:var(--color-text-main)}.btn-outline:hover{border-color:var(--color-primary);color:var(--color-primary)}[data-theme=dark]{--color-bg: #0f1117;--color-surface: #1a1d2e;--color-text-main: #e5e7eb;--color-text-sub: #9ca3af;--color-line: #2d3348}._container_x9azb_1{position:relative;background-color:#1f2937;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}._video_x9azb_11{width:100%;height:100%;object-fit:cover}._loading_x9azb_17{position:absolute;display:flex;flex-direction:column;align-items:center;gap:12px;color:#9ca3af}._spinner_x9azb_26{width:32px;height:32px;border:3px solid #374151;border-top-color:#3b82f6;border-radius:50%;animation:_spin_x9azb_26 1s linear infinite}@keyframes _spin_x9azb_26{to{transform:rotate(360deg)}}._statusBadge_x9azb_41{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:6px;padding:4px 10px;background-color:#0009;border-radius:4px;color:#fff;font-size:12px;font-weight:600}._liveDot_x9azb_56{width:8px;height:8px;background-color:#ef4444;border-radius:50%;animation:_pulse_x9azb_1 1.5s infinite}@keyframes _pulse_x9azb_1{0%,to{opacity:1}50%{opacity:.5}}._error_x9azb_73{display:flex;flex-direction:column;align-items:center;gap:12px;color:#9ca3af;text-align:center;padding:24px}._errorIcon_x9azb_83{font-size:48px;opacity:.5}._error_x9azb_73 p{margin:0;font-size:14px}._retryButton_x9azb_93{padding:8px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s}._retryButton_x9azb_93:hover{background-color:#2563eb}._header_1fseh_1{position:sticky;top:0;z-index:100;background:#fff}._headerInner_1fseh_9{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:25px 24px;gap:32px}._logo_1fseh_19{margin:0;font-size:0}._logo_1fseh_19 a{display:flex;align-items:flex-end;gap:8px;text-decoration:none;height:40px}._logoImgWrap_1fseh_29{width:36px;height:36px;overflow:hidden;flex-shrink:0}._logo_1fseh_19 img{height:36px;width:auto;object-fit:cover;object-position:left center}._logoText_1fseh_43{font-size:24px;font-weight:700;color:var(--color-primary);white-space:nowrap;line-height:1;padding-bottom:2px}._nav_1fseh_52 ul{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}._nav_1fseh_52 ul li a,._nav_1fseh_52 ul li>span{display:flex;align-items:center;min-height:44px;padding:5px;font-weight:500;color:#000;font-size:19px;white-space:nowrap;text-decoration:none;transition:color .25s;cursor:pointer}._nav_1fseh_52 ul li a:hover,._nav_1fseh_52 ul li>span:hover{color:var(--color-primary)}._navActive_1fseh_81{color:var(--color-primary)!important;font-weight:700!important;border-bottom:2px solid var(--color-primary);padding-bottom:3px!important}._navDropdown_1fseh_88{position:relative;cursor:pointer}._dropdownMenu_1fseh_89{display:flex;position:absolute;top:calc(100% + 8px);left:0;flex-direction:column;background:#fff;border:1px solid var(--color-line);border-radius:12px;box-shadow:0 8px 24px #0000001f;min-width:220px;padding:10px 8px;z-index:300}._dropdownItem_1fseh_103{display:block;padding:13px 32px;font-size:15px;color:var(--color-text-main);text-decoration:none;transition:background .15s}._dropdownItem_1fseh_103:hover{background:var(--color-bg);color:var(--color-primary)}._dropdownGroup_1fseh_113{padding:4px 0}._dropdownGroup_1fseh_113+._dropdownGroup_1fseh_113{border-top:1px solid var(--color-line, #dde1f3);margin-top:4px;padding-top:8px}._dropdownGroupLabel_1fseh_121{display:block;padding:4px 32px 6px;font-size:12px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.5px}._headerRight_1fseh_131{flex-shrink:0;position:relative;display:flex;align-items:center;gap:12px}._langToggle_1fseh_139{display:flex;border:1px solid var(--color-line);border-radius:6px;overflow:hidden}._langBtn_1fseh_146{padding:5px 10px;font-size:12px;font-weight:600;border:none;background:transparent;color:var(--color-text-sub);cursor:pointer;transition:all .2s;font-family:inherit}._langBtn_1fseh_146:hover{color:var(--color-text-main)}._langActive_1fseh_162{background:var(--color-primary);color:#fff}._langActive_1fseh_162:hover{color:#fff}._loginBtn_1fseh_171{padding:9px 24px;background:var(--color-primary);color:#fff;font-size:14px;font-weight:600;border-radius:20px;text-decoration:none;transition:all .25s}._loginBtn_1fseh_171:hover{background:#142d75}._userMenu_1fseh_183{position:relative}._userMenuBtn_1fseh_184{padding:8px 18px;background:transparent;border:1px solid #d4d7e3;border-radius:20px;font-size:14px;font-weight:500;color:var(--color-text-main);cursor:pointer;font-family:inherit}._userMenuBtn_1fseh_184:hover{border-color:var(--color-primary);color:var(--color-primary)}._userDropdown_1fseh_197{position:absolute;top:calc(100% + 6px);right:0;min-width:140px;background:#fff;border:1px solid var(--color-line);border-radius:12px;box-shadow:0 8px 24px #0000001f;z-index:200;overflow:hidden}._userDropdown_1fseh_197 a,._userDropdown_1fseh_197 button{display:block;width:100%;padding:11px 18px;font-size:14px;color:var(--color-text-main);text-decoration:none;text-align:left;border:none;background:none;cursor:pointer;font-family:inherit}._userDropdown_1fseh_197 a:hover,._userDropdown_1fseh_197 button:hover{background:var(--color-bg);color:var(--color-primary)}@media(max-width:1024px){._nav_1fseh_52{display:none}._headerInner_1fseh_9{padding:16px 20px}}._footer_k58nk_1{background:#111;color:#fff9;font-size:15px}._footerInner_k58nk_7{max-width:1100px;margin:0 auto;padding:40px 0;display:flex;gap:40px;align-items:flex-start}._footerLogo_k58nk_16{flex-shrink:0;margin-bottom:15px}._footerLogoImg_k58nk_21{height:30px;width:auto;filter:brightness(0) invert(1)}._footerInfo_k58nk_27{flex:1}._footerInfo_k58nk_27 p{margin:0 0 5px;font-size:14px;color:#fff9;line-height:1.6}._footerInfo_k58nk_27 p:last-child{margin-top:10px;color:#fff6}@media(max-width:768px){._footerInner_k58nk_7{flex-direction:column;padding:30px 20px}}._wrap_914mg_7{min-height:100vh;display:flex;flex-direction:column;background:#fff;color:#000000d9;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:16px;overflow:hidden;word-break:keep-all}._inner_914mg_20{max-width:1100px;margin:0 auto;padding:80px 20px;width:100%;box-sizing:border-box}._secHeading_914mg_29{text-align:center;font-size:28px;font-weight:400;color:#111;margin:0 0 20px;line-height:1.5}._secDesc_914mg_38{text-align:center;max-width:800px;margin:0 auto 48px;color:#555;font-size:18px;line-height:1.7}._mainVisual_914mg_48{padding:0 calc((100% - 1100px)/2)}._mainVisualInner_914mg_52{max-width:1100px;margin:0 auto;height:420px;padding:0 40px;background-image:url(https://new.stest.co.kr/img/main/main_woman.png),url(https://new.stest.co.kr/img/main/main_bg.png);background-repeat:no-repeat;background-position:center bottom,center;background-size:auto 360px,cover;display:flex;justify-content:space-between;align-items:center;border-radius:25px}._heroAnimate_914mg_70 h1{animation:_heroFadeIn_914mg_1 .8s ease-out both}._heroAnimate_914mg_70 ._mainText_914mg_73{animation:_heroFadeIn_914mg_1 .8s ease-out .2s both}._heroAnimate_914mg_70 ._heroBtns_914mg_76{animation:_heroFadeIn_914mg_1 .8s ease-out .4s both}@keyframes _heroFadeIn_914mg_1{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}._mainTitle_914mg_91 h1{font-family:var(--gmarket);font-size:40px;font-weight:500;color:#fff;margin-bottom:35px}._mainTitle_914mg_91 h1 span{display:block;opacity:.8;font-size:20px}._mainText_914mg_73 p{color:#ffffffd9;font-size:16px}._flipLine_914mg_110{color:#ffd166!important;font-weight:700!important;font-size:18px!important;text-shadow:0 1px 4px rgba(0,0,0,.35)!important;margin-top:6px!important}._btn_914mg_118{border:none;border-radius:15px;cursor:pointer;padding:12px 30px;font-size:16px;font-weight:500;transition:all .25s ease;background:#111322;color:#fff;text-decoration:none;display:inline-block}._btn_914mg_118:hover{box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px}._heroBtns_914mg_76{display:flex;gap:12px;align-items:center;margin-top:16px}._btnOutline_914mg_143{padding:12px 30px;border:2px solid #fff;border-radius:15px;font-size:16px;font-weight:500;color:#fff;text-decoration:none;transition:all .25s;display:inline-block}._btnOutline_914mg_143:hover{border-color:#fff;background:#ffffff26}._loginArea_914mg_161{width:280px;flex-shrink:0;padding:20px;background:#f0f3fa;border-radius:20px}._loginArea_914mg_161 h2{font-family:var(--gmarket);font-weight:500;font-size:20px;margin-bottom:15px;color:#000}._loginForm_914mg_177{display:flex;flex-direction:column;gap:0}._loginInput_914mg_183{display:block;width:100%;height:36px;margin-bottom:10px;background:#fff;padding-left:5px;line-height:36px;border:none;outline:none;box-sizing:border-box}._loginDesc_914mg_196{font-size:13px;color:#666;margin:0 0 12px;line-height:1.5}._loginBtns_914mg_203{margin-top:15px;display:flex;flex-direction:column;align-items:center;gap:10px}._loginBtnExam_914mg_211{position:relative;display:block;width:100%;padding:12px 12px 12px 48px;background:linear-gradient(-45deg,#2e3266,#1c2057);margin-bottom:10px;font-size:16px;color:#fff;border:none;text-decoration:none;text-align:center;border-radius:10px;box-sizing:border-box}._loginBtnSet_914mg_227{display:flex;gap:8px;width:100%}._loginBtnSub_914mg_233{flex:1;height:40px;font-size:14px;font-weight:600;border-radius:10px;background:#f7f4f7;color:#2b2b2b;border:1px solid #777;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap;box-sizing:border-box}._loginBtnLogout_914mg_250{background:#587ef3;color:#fff;border:none}._loginBtnPrimary_914mg_256{background:var(--color-accent, #2563eb);color:#fff;border:none;font-weight:700}._secNotice_914mg_264{background:#fff}._noticeHeader_914mg_268{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._noticeHeader_914mg_268 h3{font-size:22px;font-weight:500;color:#111;margin:0}._noticeGrid_914mg_282{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}._noticeCard_914mg_288{background:#f8f9fc;border:1px solid #eee;border-radius:14px;padding:20px;position:relative;transition:all .2s}._noticeCard_914mg_288:hover{background:#fff;border-color:#ccc;box-shadow:0 4px 12px #0000000f}._noticeNew_914mg_303{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#1b3c98;color:#fff;border-radius:50%;font-size:13px;font-weight:700;margin-bottom:14px}._noticeTitle_914mg_317{font-size:15px;font-weight:500;color:#111;line-height:1.5;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._noticeDate_914mg_329{font-size:13px;color:#9ca3af}._noticeMore_914mg_334{display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:24px;color:#111;text-decoration:none;transition:color .2s}._noticeMore_914mg_334:hover{color:#1b3c98}._noticeDots_914mg_350{display:flex;justify-content:center;gap:0;margin-top:12px}._noticeDot_914mg_350{width:44px;height:44px;border-radius:50%;background:transparent;border:none;cursor:pointer;padding:0;transition:background .2s;position:relative;display:flex;align-items:center;justify-content:center}._noticeDot_914mg_350:after{content:"";width:10px;height:10px;border-radius:50%;background:#d1d5db;transition:background .2s}._noticeDot_914mg_350:hover:after{background:#9ca3af}._noticeDotActive_914mg_385:after{background:#1b3c98}._secAssessIntro_914mg_390{background:var(--color-bg, #f1f2f6)}._introText_914mg_394{text-align:center;margin-bottom:48px}._introText_914mg_394{text-align:center}._introMainTitle_914mg_403{font-size:32px;font-weight:700;color:#1b3c98;margin:0 0 24px;text-align:center}._featureGroupTitle_914mg_411{margin-bottom:20px}._featureGroupTitle_914mg_411 strong{display:block;font-size:22px;font-weight:700;color:#111;margin-bottom:4px}._featureGroupTitle_914mg_411 span{font-size:15px;color:#666;font-weight:400}._introLine1_914mg_427{font-size:26px;font-weight:400;line-height:1.6;color:#000;margin:0 0 4px;text-align:center}._blue_914mg_436{color:var(--color-primary, #1b3c98);font-weight:500;font-size:28px}._introBodyBlock_914mg_442{text-align:center;margin-bottom:60px;color:#0009;font-size:22px}._introBodyBlock_914mg_442 p{font-size:22px;line-height:1.8;color:#0009;margin:0}._featureGrid_914mg_457{display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch;margin-bottom:48px;gap:20px}._featureCard_914mg_465{position:relative;width:auto;height:200px;padding:24px;background:#fff;border:1px solid #d7d7d7;border-radius:20px;box-shadow:#0000000a 0 3px 5px}._featureCard_914mg_465 *{display:block;text-align:center}._featureCardTitle_914mg_481{margin:0 0 12px;line-height:1.5}._featureCardTitle_914mg_481 strong{display:block;color:var(--color-primary, #1b3c98);font-size:18px;font-weight:600;margin-bottom:10px}._featureCardTitle_914mg_481 span{display:block;color:#000;word-break:keep-all}._featureCardDesc_914mg_500{font-size:18px;font-weight:500;margin-bottom:20px}._featureNavyBox_914mg_506{position:absolute;bottom:20px;left:50%;transform:translate(-50%);height:85px;padding:15px;border-radius:8px;background:var(--color-primary, #1b3c98);color:#fff;width:90%;margin:0 auto;display:flex;justify-content:center;align-items:center;text-align:center}._infoBoxDark_914mg_525{position:relative;width:100%;margin:0 auto;padding:40px 60px;background:url(https://new.stest.co.kr/img/main/img_feautures.png) no-repeat center / cover;border-radius:20px;overflow:visible}._infoBoxArrow_914mg_535{position:absolute;top:-16px;left:50%;transform:translate(-50%);width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:16px solid #5157a8}._infoBoxContent_914mg_547{display:flex;align-items:center;gap:32px}._infoBoxText_914mg_553{flex:1}._infoBoxText_914mg_553 p{color:#fff;line-height:40px;font-size:18px;background:url(https://new.stest.co.kr/img/common/ico_check.png) no-repeat left center;padding-left:30px}._infoBoxIcon_914mg_565{flex-shrink:0}._infoBoxIcon_914mg_565 img{width:80px;height:auto}._secTrust_914mg_575{background:#fff}._trustSubHeading_914mg_579{text-align:center;font-size:20px;font-weight:700;color:#1b3c98;margin:0 0 40px}._logosWrap_914mg_587{overflow:hidden;margin:0 0 40px;mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}@keyframes _logoMarquee_914mg_1{0%{transform:translate(0)}to{transform:translate(-50%)}}._logos_914mg_587{display:flex;align-items:center;gap:24px;list-style:none;padding:0;margin:0;width:max-content;animation:_logoMarquee_914mg_1 40s linear infinite}._logos_914mg_587:hover{animation-play-state:paused}._logos_914mg_587 li{flex-shrink:0;text-align:center}._collegeLogo_914mg_619 img{width:100px;max-width:100%}._companyLogo_914mg_624 li{border-radius:15px;border:1px solid #cdcdcd;text-align:center;padding:8px}._companyLogo_914mg_624 li img{width:60%}._trustLogoLabel_914mg_635{text-align:center;font-size:16px;color:#555;margin:0 0 16px;font-weight:500}._trustStats_914mg_643{display:flex;justify-content:center;gap:60px;margin-top:48px}._trustStatItem_914mg_650{text-align:center;display:flex;flex-direction:column;gap:6px}._trustStatItem_914mg_650 strong{font-size:clamp(32px,4vw,48px);font-weight:800;color:#1b3c98;line-height:1}._trustStatItem_914mg_650 span{font-size:16px;color:#555;font-weight:500}._secPool_914mg_671{background:var(--color-bg, #f1f2f6)}._secPool_914mg_671 h2{text-align:center;margin-bottom:60px}._poolDlList_914mg_680{margin-bottom:80px}._poolDlRow_914mg_684{margin-bottom:20px;display:flex;align-items:center;font-size:20px;font-weight:500}._poolDt_914mg_692{font-size:20px;color:#fff;background:linear-gradient(45deg,#5157a8,#292d63);width:220px;height:60px;font-weight:500;display:flex;justify-content:center;align-items:center;flex-shrink:0}._poolDd_914mg_705{width:75%;height:60px;line-height:60px;color:#000;border-bottom:1px solid rgba(81,87,168,.45);padding-left:30px}._poolNote_914mg_714{text-align:left;font-size:13px;color:#1b3c98;margin:0 auto;max-width:800px}._poolChart_914mg_722{width:85%;margin:0 auto 50px;background:#fff;border:1px solid #e6e6e6;border-radius:25px;padding:30px;text-align:center}._poolChartBadge_914mg_732{display:inline-block;background:#292d63;padding:15px 20px;border-radius:40px;color:#fff;font-weight:500;margin-bottom:40px}._poolPieRow_914mg_742{display:flex;justify-content:center;gap:80px}._poolPie_914mg_742{text-align:center}._poolPieLabel_914mg_750{width:220px;font-size:16px;font-weight:500;color:#585c91;padding:10px 0;background:#f0f0f0;border:1px solid #585c91;border-radius:5px;margin-bottom:30px;display:inline-block}._poolPieCircle_914mg_763{width:180px;height:180px;border-radius:50%;margin:0 auto 16px}._poolPieImg_914mg_770{width:200px;height:auto;margin:0 auto 16px;display:block}._poolPieLegend_914mg_777{display:flex;justify-content:center;gap:16px;font-size:14px;color:#555}._poolPieLegend_914mg_777 i{display:inline-block;width:16px;height:16px;border-radius:4px;margin-right:5px;vertical-align:middle}._poolFooter_914mg_794{position:relative;width:100%;margin:0 auto;padding:40px 140px 40px 60px;background:url(https://new.stest.co.kr/img/main/img_pool.png) no-repeat center / cover;border-radius:20px;min-height:160px;overflow:visible}._poolFooterArrow_914mg_806{position:absolute;top:-16px;left:50%;transform:translate(-50%);width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:16px solid #5157a8}._poolFooter_914mg_794 p{color:#fff;font-size:18px;line-height:40px;margin:0}._secFeatures_914mg_826{background:#fff;padding-bottom:80px}._secFeatures_914mg_826 ._inner_914mg_20{position:relative}._meritLayout_914mg_835{position:relative;height:540px;display:grid;grid-template-columns:550px 550px;grid-template-rows:270px 270px;background:url(https://new.stest.co.kr/img/main/chart-2.png) no-repeat center;background-size:contain;font-size:18px}._meritCenterTitle_914mg_846{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;font-weight:400;text-align:center;z-index:2;margin:0;line-height:1.5}._meritItem_914mg_859{padding:25px 0;width:385px}._meritItem_914mg_859 h4{font-size:17px;font-weight:700;color:#111;margin:0 0 12px}._meritHighlight_914mg_871{color:#484ea3;font-weight:500;margin-bottom:10px}._meritSub_914mg_877{color:#000;font-size:17px;margin:0}._meritTopLeft_914mg_884{text-align:left}._meritTopRight_914mg_885{text-align:right;justify-self:end}._meritBottomLeft_914mg_886{text-align:left}._meritBottomRight_914mg_887{text-align:right;justify-self:end}._featuresGrid_914mg_889{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}._featuresCard_914mg_895{background:#fff;border:1px solid #d7d7d7;border-radius:20px;padding:24px 20px 0;min-height:220px;display:flex;flex-direction:column;transition:transform .3s ease-out,box-shadow .3s ease-out}._featuresCard_914mg_895:hover{transform:translateY(-4px);box-shadow:#32325d26 0 6px 12px -2px,#0003 0 3px 7px -3px}._featuresCardTitle_914mg_911{font-size:17px;font-weight:600;color:#1b3c98;margin:0 0 12px}._featuresCardDesc_914mg_918{font-size:15px;color:#555;line-height:1.6;margin:0;flex:1}._secOlt_914mg_927{background:var(--color-bg, #f1f2f6)}._secOlt_914mg_927 ._inner_914mg_20{padding:80px 20px}._oltCards_914mg_933{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}._oltCard_914mg_933{background:#f8f9fd;border:1px solid #e0e4ef;border-radius:16px;padding:32px 24px;text-align:center;word-break:keep-all}._oltNum_914mg_947{display:inline-block;width:36px;height:36px;line-height:36px;border-radius:50%;background:#292d63;color:#fff;font-weight:700;font-size:14px;margin-bottom:16px}._oltCard_914mg_933 h4{color:#1b3c98;font-size:15px;font-weight:600;margin:0 0 4px;text-decoration:underline}._oltCard_914mg_933 strong{display:block;font-size:17px;font-weight:700;color:#111;margin-bottom:12px}._oltCard_914mg_933 p{font-size:15px;color:#555;line-height:1.6}._secPlatform_914mg_980{background:var(--color-bg, #f1f2f6)}._platformGrid_914mg_983{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}._platformCard_914mg_988{background:#fff;border:1px solid #d7d7d7;border-radius:16px;padding:28px 24px}._platformNum_914mg_994{display:inline-block;width:32px;height:32px;line-height:32px;border-radius:50%;background:#292d63;color:#fff;font-weight:700;font-size:13px;text-align:center;margin-bottom:12px}._platformCard_914mg_988 h4{font-size:17px;font-weight:700;color:#111;margin:0 0 10px}._platformCard_914mg_988 p{font-size:15px;color:#555;line-height:1.6}._secMethod_914mg_1020{background:transparent}._methodGrid_914mg_1024{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._methodCard_914mg_1030{background:#fff;border-radius:20px;padding:36px 32px;border:1px solid #d7d7d7;transition:transform .3s ease-out,box-shadow .3s ease-out}._methodCard_914mg_1030:hover{transform:translateY(-4px);box-shadow:#32325d26 0 6px 12px -2px,#0003 0 3px 7px -3px}._methodLabel_914mg_1043{display:inline-block;padding:6px 16px;font-size:13px;font-weight:700;border-radius:9999px;color:#fff;margin-bottom:16px}._methodAi_914mg_1053 ._methodLabel_914mg_1043{background:#2563eb}._methodExpert_914mg_1054 ._methodLabel_914mg_1043{background:#7c3aed}._methodHybrid_914mg_1055 ._methodLabel_914mg_1043{background:#10b981}._methodAi_914mg_1053{border-top:4px solid #2563eb}._methodExpert_914mg_1054{border-top:4px solid #7c3aed}._methodHybrid_914mg_1055{border-top:4px solid #10b981}._methodCard_914mg_1030 h3{font-size:18px;font-weight:700;color:#111;margin:0 0 12px}._methodCard_914mg_1030 p{font-size:15px;color:#555;line-height:1.6;margin:0}._secServices_914mg_1076{background:#f1f2f6}._serviceZones_914mg_1080{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}._serviceZone_914mg_1080{background:#fff;border:1px solid #d7d7d7;border-radius:20px;padding:32px}._serviceZoneTitle_914mg_1093{font-size:20px;font-weight:700;color:#1b3c98;margin:0 0 20px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}._serviceItems_914mg_1102{display:flex;flex-direction:column;gap:12px}._serviceItem_914mg_1102{display:block;padding:16px 20px;background:#f8f9fc;border-radius:12px;text-decoration:none;transition:all .2s;border:1px solid transparent}._serviceItem_914mg_1102:hover{border-color:#1b3c98;background:#eef0f8}._serviceItem_914mg_1102 strong{display:block;font-size:16px;font-weight:700;color:#111;margin-bottom:4px}._serviceItem_914mg_1102 span{font-size:14px;color:#555}._secCta_914mg_1137{background:linear-gradient(135deg,#1b3c98,#403c98)}._secCta_914mg_1137 ._inner_914mg_20{text-align:center}._secCta_914mg_1137 h2{color:#fff;font-size:22px;font-weight:500;margin:0 0 40px;line-height:1.6}._ctaBtns_914mg_1153{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}._ctaBtn_914mg_1153{padding:14px 36px;background:#fff;color:#1b3c98;font-size:16px;font-weight:700;border-radius:15px;text-decoration:none;transition:all .25s}._ctaBtn_914mg_1153:hover{background:#f1f2f6;transform:translateY(-2px);box-shadow:0 4px 12px #0003}._ctaBtnOutline_914mg_1177{padding:14px 36px;background:transparent;border:2px solid #fff;color:#fff;font-size:16px;font-weight:600;border-radius:15px;text-decoration:none;transition:all .25s}._ctaBtnOutline_914mg_1177:hover{background:#ffffff26;transform:translateY(-2px)}._secInquiry_914mg_1195{background:linear-gradient(135deg,#5157a8 0% 55%,#5e63b0 55% 100%)}._secInquiry_914mg_1195 ._inner_914mg_20{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px}._secInquiry_914mg_1195 h2{text-align:center;color:#fff;margin-bottom:50px;font-size:22px;font-weight:500}._download_914mg_1219{display:flex;gap:20px;margin-bottom:60px}._download_914mg_1219 a{padding:10px 25px;border-radius:15px;font-size:18px;color:#fff;border:1px solid transparent;transition:all .25s ease;text-decoration:none}._download_914mg_1219 a:hover{border-color:#d8d8d8}._download_914mg_1219 a:nth-child(1){background:#292d63}._download_914mg_1219 a:nth-child(2){background:#1e2155}._download_914mg_1219 a:nth-child(3){background:#28293f}._inquiryForm_914mg_1251{margin-bottom:30px;list-style:none}._inquiryForm_914mg_1251 ul{list-style:none;padding:0;margin:0}._inquiryForm_914mg_1251 li{padding:10px}._inquiryForm_914mg_1251 li label{font-size:17px;color:#fff;display:inline-block;width:120px;vertical-align:top}._inquiryForm_914mg_1251 li input,._inquiryForm_914mg_1251 li textarea{border-radius:4px;width:500px;height:40px;background:#ffffff26;-webkit-backdrop-filter:blur(14px) brightness(1.15);backdrop-filter:blur(14px) brightness(1.15);border:1px solid rgba(255,255,255,.35);padding-left:10px;outline:none;color:#fff;font-size:15px;box-sizing:border-box}._inquiryForm_914mg_1251 li textarea{height:200px;resize:none}._inquiryForm_914mg_1251 li input:focus,._inquiryForm_914mg_1251 li textarea:focus{background:#fff9;color:#111}._inquiryBtnWrap_914mg_1300{padding-left:130px}._inquiryBtn_914mg_1300{background:#fff;color:#333;width:500px;padding:12px 0;border:none;border-radius:15px;font-size:17px;font-weight:500;cursor:pointer;transition:all .25s;box-sizing:border-box}._inquiryBtn_914mg_1300:hover{box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px}._closingBox_914mg_1323{text-align:center;font-size:18px;font-weight:600;color:#1b3c98;margin:0;padding:24px 36px;background:#fff;border-radius:16px;border:1px solid #d7d7d7}@media(max-width:1140px){._mainVisual_914mg_48{padding:0 20px}}@media(max-width:1024px){._mainVisualInner_914mg_52{flex-direction:column;height:auto;padding:40px 20px;gap:30px;background-size:auto 280px,cover;background-position:right bottom,center}._loginArea_914mg_161{width:100%;max-width:360px}._featureGrid_914mg_457,._featuresGrid_914mg_889,._methodGrid_914mg_1024{grid-template-columns:repeat(2,1fr)}._serviceZones_914mg_1080{grid-template-columns:1fr}._logos_914mg_587{gap:20px}._trustStats_914mg_643{gap:40px}._inquiryForm_914mg_1251 li input,._inquiryForm_914mg_1251 li textarea{width:100%}._inquiryBtnWrap_914mg_1300{padding-left:0}._inquiryBtn_914mg_1300{width:100%}}@media(max-width:768px){._inner_914mg_20{padding-top:60px;padding-bottom:60px}._mainVisualInner_914mg_52{background-image:url(https://new.stest.co.kr/img/main/main_bg.png);background-size:cover}._mainTitle_914mg_91 h1{font-size:22px}._mainText_914mg_73 p{font-size:15px;line-height:22px}._featureGrid_914mg_457,._featuresGrid_914mg_889,._methodGrid_914mg_1024,._serviceZones_914mg_1080{grid-template-columns:1fr}._noticeGrid_914mg_282{grid-template-columns:repeat(2,1fr)}._logos_914mg_587{gap:16px}._trustStats_914mg_643{flex-direction:column;align-items:center;gap:24px}._ctaBtns_914mg_1153{flex-direction:column;align-items:center}._download_914mg_1219{flex-direction:column;align-items:center;gap:10px}._inquiryForm_914mg_1251 li label{display:block;width:auto;margin-bottom:6px}._introText_914mg_394 p{font-size:16px}}@media(max-width:480px){._logos_914mg_587{gap:12px}._collegeLogo_914mg_619 img{width:80px}._mainTitle_914mg_91 h1{font-size:20px}._secHeading_914mg_29{font-size:18px}._heroBtns_914mg_76{flex-direction:column}._noticeGrid_914mg_282{grid-template-columns:1fr}}
