﻿*,*::before,*::after{box-sizing:border-box}body{margin:0;font-family:"Pretendard",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans KR",sans-serif;color:#1a1a1a;background:#fafbfc}a{text-decoration:none;color:inherit;cursor:pointer}::placeholder{font-size:17px;color:#919399}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}.streaming::after{content:"▋";animation:blink .8s infinite}.loader{border:2px solid hsla(0,0%,100%,.3);border-radius:50%;animation:spin .6s linear infinite;border-top-color:#fff;aspect-ratio:1}#chatMain.panel-animated{transition:margin-right .4s cubic-bezier(0.4, 0, 0.2, 1)}#chatMain.panel-open{margin-right:500px}#chatInput.panel-animated{transition:right .4s cubic-bezier(0.4, 0, 0.2, 1)}#chatInput.panel-open{right:500px}#chatSide{position:fixed;top:0;right:0;z-index:20;width:500px;height:100vh;transform:translateX(100%)}#chatSide.panel-animated{transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1)}#chatSide.panel-open{transform:translateX(0)}.panel-toggle-btn{position:fixed;top:50%;right:20px;z-index:11;display:flex;justify-content:center;align-items:center;width:36px;height:36px;border:none;border-radius:50%;color:#fff;background:#404650;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:opacity .3s,transform .3s,right .3s,background .3s;transform:translateY(-50%);cursor:pointer}.panel-toggle-btn.dn{opacity:0;transform:translateY(-50%) scale(0.8);pointer-events:none}.panel-toggle-btn:hover{right:24px;background:#5fe1b5}@media(max-width: 1280px){#chatMain.panel-open{margin-right:0}#chatInput.panel-open{right:0}}@media(max-width: 768px){#chatSide{width:100%}}.section-content ul li{list-style:disc}.section-content ul li::marker{color:#3b3e45}.nav i{transition:all .3s ease}.nav.active{color:#525867}.nav.active i{background:#007fff}.nav.active i svg path[fill]{fill:#fff;fill-opacity:1}.nav[href]:hover i{background:#eee}.nav.disabled{color:#525867;opacity:.45;cursor:not-allowed;pointer-events:none}.nav i{background:rgba(71,78,94,.05)}.dot li{position:relative;padding-left:12px}.dot li::before{content:"";position:absolute;top:8.5px;left:0;display:inline-block;width:3px;height:3px;border-radius:50%;background-color:#555}.bubble::before{bottom:0;left:-3rem;z-index:1;display:inline-block;width:3rem;height:3rem;background:#f3f6fb;border-bottom-right-radius:3rem}.bubble::after{bottom:0;left:-3rem;display:inline-block;width:3rem;height:3rem;background:#0575e6}.input-box{box-shadow:0 1px 4px rgba(0,0,0,.03);transition:border-color .35s ease,box-shadow .35s ease}.input-box:focus-within{border-color:#7eb3e8;box-shadow:0 0 0 3px rgba(5,117,230,.08),0 2px 12px rgba(5,117,230,.1)}.input-box textarea{font-family:inherit;outline:none}.input-box textarea:focus{border-color:rgba(0,0,0,0);box-shadow:none}.input-box textarea::placeholder{color:#a0aec0}@media(max-width: 1280px){.input-box textarea::placeholder{font-size:14px}}.send-btn{transition:background .2s,transform .1s}.send-btn:active{transform:scale(0.95)}.send-btn:hover{background:#5fe1b5}.nav.disabled[data-tooltip]{cursor:default;pointer-events:auto}.custom-tooltip{position:fixed;z-index:9999;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:400;white-space:nowrap;color:#fff;background:#1e293b;opacity:0;transition:opacity .25s ease,transform .25s ease;transform:translateX(-6px);pointer-events:none}.custom-tooltip.visible{opacity:1;transform:translateX(0)}.custom-tooltip::before{content:"";position:absolute;top:50%;left:-5px;border:5px solid rgba(0,0,0,0);transform:translateY(-50%);border-right-color:#1e293b}@keyframes pulse-mic{0%,100%{box-shadow:0 0 0 0 rgba(239,68,68,.6)}50%{box-shadow:0 0 0 8px rgba(239,68,68,0)}}.mic-btn{transition:background .2s,transform .1s}.mic-btn:active{transform:scale(0.95)}.mic-btn:hover{background:#5fe1b5}.mic-btn.recording{background:#ef4444;animation:pulse-mic 1.5s ease-in-out infinite}.mic-btn.recording:hover{background:#dc2626}@counter-style circled-decimal{system:fixed;symbols:"①" "②" "③" "④" "⑤" "⑥" "⑦" "⑧" "⑨" "⑩";suffix:" "}.md-body h3{display:flex;align-items:center;gap:4px;margin-top:2rem;font-size:24px;font-weight:700}.md-body h4{display:flex;align-items:center;gap:4px;margin:1.4rem 0 .7rem 0;font-size:16px;font-weight:600}.md-body h5{display:flex;align-items:center;gap:4px;margin:1.4rem 0 .7rem 0;font-size:15px;font-weight:600}.md-body h6{display:flex;align-items:center;gap:4px;margin:1.4rem 0 .7rem 0;font-size:14px;font-weight:600}@media(max-width: 1024px){.md-body h3{font-size:20px}.md-body h4{font-size:15px}.md-body h5{font-size:14px}.md-body h6{font-size:13px}.md-body p,.md-body ul,.md-body ol{font-size:14px}}.md-body p{margin:.7rem 0;font-size:15px}.md-body p.intro{display:flex;gap:8px}.md-body p.intro>img{max-width:24px;max-height:20px}.md-body a{text-decoration:underline;color:#06c}.md-body hr{width:100%;height:1px;border:none;margin:2rem 0;background-color:#e5e7eb}.md-body ul{margin-left:2.2rem;font-size:15px;list-style:disc}.md-body ul li{margin-bottom:3px}.md-body ol{margin-left:2.2rem;font-size:15px;list-style:circled-decimal}.md-body ol li{margin-bottom:3px}.md-body table{width:100%;border:1px solid #ddd;font-size:13px;border-collapse:collapse;color:inherit;background:#fff}.md-body table th,.md-body table td{padding:8px;border:1px solid #ddd}.md-body table thead th{font-size:13px;font-weight:600;background:#f1f5f9}.md-body table+table{margin-top:1rem}.md-body .caption{margin:10px 0 4px;font-size:13px;font-weight:700}.md-body .suggest-chip.extra{display:none}.md-body .assist-cta-group:has(.suggest-chip.extra){display:none}.custom-scroll::-webkit-scrollbar{width:5px}.custom-scroll::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.custom-scroll::-webkit-scrollbar-thumb{border-radius:3px;background:rgba(0,0,0,.1)}.custom-scroll::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.2)}.panel-swiper .swiper-button-prev,.panel-swiper .swiper-button-next{display:none}.panel-swiper .swiper-slide{width:auto}.panel-swiper figure img{transition:opacity .2s ease}.panel-swiper figure:hover img{opacity:.85}#tocMinimap{position:fixed;top:2rem;left:116px;z-index:15;display:flex;flex-direction:column;gap:6px;padding:8px 6px;opacity:0;transition:opacity .3s;pointer-events:none}#tocMinimap.visible{opacity:1;pointer-events:auto}#tocMinimap .toc-item{position:relative;display:flex;align-items:center;gap:0;height:8px;transition:all .2s ease;cursor:pointer}#tocMinimap .toc-item .toc-bar{flex-shrink:0;width:16px;height:2px;border-radius:1px;background:rgba(0,0,0,.15);transition:width .3s,background .3s,height .3s}#tocMinimap .toc-item .toc-label{overflow:hidden;max-width:0;padding-left:0;font-size:12px;line-height:16px;white-space:nowrap;color:#525867;opacity:0;transition:max-width .3s,opacity .25s,padding .3s}#tocMinimap .toc-item:hover .toc-bar{width:20px;background:rgba(0,0,0,.3)}#tocMinimap .toc-item.active .toc-bar{width:24px;height:3px;background:#0575e6}#tocMinimap:hover{padding:10px 12px;border-radius:8px;background:hsla(0,0%,100%,.95);box-shadow:0 2px 12px rgba(0,0,0,.08)}#tocMinimap:hover .toc-item{padding:8px 0}#tocMinimap:hover .toc-item .toc-label{max-width:180px;padding-left:8px;opacity:1}#tocMinimap:hover .toc-item .toc-bar{width:20px}#tocMinimap:hover .toc-item.active .toc-bar{width:24px;font-weight:700}@media(max-width: 768px){#tocMinimap{display:none}}@media(max-width: 768px){#landing h1 svg{width:110px;height:35px}}@keyframes dot-wave{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}#sidebarMore svg path{transform-origin:center}#sidebarMore:hover svg path{animation:dot-wave 1s ease-in-out infinite}#sidebarMore:hover svg path:nth-child(1){animation-delay:0s}#sidebarMore:hover svg path:nth-child(2){animation-delay:.15s}#sidebarMore:hover svg path:nth-child(3){animation-delay:.3s}select{min-width:12rem;height:38px;padding-right:36px;background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.75 0.75L6.75 6.75L0.75 0.75' stroke='%23404650' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-size:14px 8px;background-repeat:no-repeat;cursor:pointer;appearance:none;outline:none;-webkit-appearance:none;-moz-appearance:none}select:focus{border-color:#7eb3e8;box-shadow:0 0 0 3px rgba(5,117,230,.08)}#mobileHeader{display:none}@media(max-width: 768px){#mobileHeader{display:flex}}@media(max-width: 768px){#content{padding-top:56px}}.mobile-drawer{width:280px;transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1);transform:translateX(-100%)}.mobile-drawer.open{transform:translateX(0)}.mobile-drawer-dim{background:rgba(0,0,0,.45);opacity:0;transition:opacity .3s ease;pointer-events:none}.mobile-drawer-dim.open{opacity:1;pointer-events:auto}.mobile-nav-item{display:flex;align-items:center;gap:12px;padding:13px 16px;font-size:15px;font-weight:500;text-decoration:none;color:#474e5e;transition:background .15s;cursor:pointer}.mobile-nav-item svg path{stroke:#474e5e;stroke-opacity:1}.mobile-nav-item svg path[fill-rule]{fill:#474e5e;fill-opacity:1;stroke:none}.mobile-nav-item svg path[fill]:not([stroke]){fill:#474e5e;fill-opacity:1}.mobile-nav-item:hover{background:#f5f7fa}.mobile-nav-item.active{color:#0575e6;background:#eff6ff}.mobile-nav-item.active svg path{stroke:#0575e6;stroke-opacity:1}.mobile-nav-item.active svg path[fill-rule]{fill:#0575e6;fill-opacity:1;stroke:none}.mobile-nav-item.active svg path[fill]:not([stroke]){fill:#0575e6;fill-opacity:1}.mobile-nav-item.disabled{opacity:.35;cursor:default;pointer-events:none}.lg-container *::before,.lg-container *::after{position:relative;display:inline-block}
