html,body{margin:0;display:flex;place-items:center;width:100%;height:100%;min-width:320px;min-height:100vh;background-color:#000;color:#fafafa;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:"liga","kern"}.loading{position:fixed;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.select{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.button{font-weight:500;font-size:18px;padding:10px 20px;border-radius:16px;background-color:#fafafa;color:#000;cursor:pointer}.selector-dom{position:relative;width:300px}.dropdown{position:absolute;top:calc(50% + 26px);transform:translateY(-50%);left:0;width:300px;background-color:#fafafa;color:#000;border-radius:16px;padding:16px;display:none}.open .dropdown{display:block}.topic{padding:8px;font-weight:500;font-size:16px;cursor:pointer}.selector{font-weight:500;font-size:18px;padding:10px 20px;border-radius:16px;background-color:#fafafa;color:#000;cursor:pointer;margin-bottom:16px}.read{display:flex;align-items:start;justify-content:start;width:60%;height:100%;margin-left:40%;position:relative}.sidebar{width:40%;height:100%;background-color:#333;position:fixed;left:0;top:0}.book{padding:40px 30px;font-size:20px;line-height:2;font-weight:500}.tooltip{position:fixed;top:0;left:0;width:40px;height:40px;background-color:#fafafa;color:#000;border-radius:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.tooltip img{width:24px;height:24px}#ai-helper{position:fixed;left:0;top:0;height:100%;width:40%;background-color:#333;z-index:180;display:flex;flex-direction:column}.ai-head{display:flex;width:100%;align-items:center;justify-content:end;height:80px;touch-action:none}.ai-side-title-right{margin-right:8px}.ai-side-close{cursor:pointer;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.ai-side-send{cursor:pointer;width:60px;height:60px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ai-con{width:100%;overflow:hidden;position:relative;flex-grow:1}.ai-move{position:absolute;width:100%;height:100%;left:0;top:0}.ai-side-chat{position:absolute;left:0;top:0;width:100%;height:100%;overflow-x:hidden;overflow-y:auto}.ai-side-chat::-webkit-scrollbar{width:8px}.ai-side-chat::-webkit-scrollbar-thumb{background-color:transparent}.ai-side-chat:hover::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:10px}.ai-side-chat-con{position:relative;padding:16px 8px 32px 0}.ai-foot{width:100%;display:flex;align-self:flex-end;justify-content:start;flex-direction:column;padding:0 8px;touch-action:none}.ai-side-foot-first{width:calc(100% - 16px);height:80px;margin:0 0 0 16px;display:flex;align-items:center;justify-content:space-between}.ai-side-foot-second{display:flex;align-items:center;justify-content:center;color:var(--Grey-700, #5f6368);font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.3px;padding:4px 16px 0}.ai-side-foot-second p{text-align:center;padding:0 36px}.ai-side-foot-second p a{color:#000;text-decoration:underline}.ai-side-foot md-icon-button{flex-shrink:0}.ai-chat-input{width:calc(100% - 100px);margin:0 0 0 8px;padding:13px 16px;background-color:#fff;border-radius:28px;box-shadow:0 0 0 1px #0000 inset;transition:.14s border,.14s box-shadow;box-sizing:content-box;min-height:20px;font-size:16px;overflow:auto;font-weight:400;letter-spacing:0;line-height:1.5rem;color:#000}.ai-chat-input::-webkit-scrollbar{width:8px}.ai-chat-input::-webkit-scrollbar-thumb{background-color:transparent}.ai-chat-input:hover::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:10px}.ai-chat-input[contenteditable=true]:empty:before{content:attr(data-placeholder);color:#606367;pointer-events:none;display:block}.ai-chat-input:focus:before{content:none}.ai-chat-input>span{color:#0b57d0;background-color:#d3e3fd;border-radius:4px;-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-inline:2px;transition:color .3s,background-color .3s}.ai-chat-input>span:focus,.ai-chat-input>span::focus-within{color:#747775!important;background-color:#d3dbe5!important}.ai-chat-answer{display:flex;align-items:center;justify-content:start}.ai-chat-answer.user{justify-content:end}.ai-chat-answer>p{font-size:16px;font-weight:500;line-height:22px;max-width:300px;background-color:#000;border-radius:28px 4px 28px 28px;padding:14px 18px}.ai-chat-answer.ai{width:90%;flex-direction:column;align-items:start;justify-content:start;padding:16px 32px 24px 16px}.ai-bubble-text{max-width:calc(100% - 28px);font-weight:400;font-size:16px;font-weight:500;line-height:22px;background-color:#000;border-radius:4px 28px 28px;padding:14px 18px}.ai-bubble-text>br{margin:0 0 8px}.ai-bubble-text md-text-button{margin:8px 0 0 -12px}.ai-bubble-text>p{display:block}.ai-name-bubble{padding:0!important;margin:0 0 8px!important;background-color:transparent!important}.ai-name-bubble>p>span{font-weight:500;font-size:14px;display:flex;position:relative;align-items:center;justify-content:start;gap:6px}.ai-name-bubble>p>span>i{display:block;width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:var(--Icon-color);font-size:18px;flex-shrink:0}.ai-name-bubble>p>span>i svg{fill:var(--Icon-color)}.generate-loading{height:100px;overflow:hidden;position:relative;width:100%;margin:12px 0 24px}.generate-loading>div{height:100px;overflow:hidden;height:12px;margin:0 0 8px;border-radius:8px}.generate-loading>div>p{display:block;animation:3s cubic-bezier(.4,0,.2,1) 0ms infinite normal both running ghost-loading-slide;background:linear-gradient(90deg,transparent 10%,rgba(255,255,255,.2) 45%,rgba(255,255,255,.2) 70%,rgba(255,255,255,.2) 80%,transparent 90%);height:100%;width:200%;padding:0;margin:0}.generate-loading>div:nth-child(2)>p{animation:3s cubic-bezier(.4,0,.2,1) .1s infinite normal both running ghost-loading-slide}.generate-loading>div:nth-child(3)>p{animation:3s cubic-bezier(.4,0,.2,1) .3s infinite normal both running ghost-loading-slide}.img-box{display:block;max-width:120px;max-height:120px;margin-top:8px}.img-box img{max-width:120px;max-height:120px}.ai-capture{position:fixed;z-index:1400;left:0;top:0;width:100%;height:100%;background-color:#0009}.ai-capture img{position:absolute;left:0;top:0}.ai-first{display:flex;flex-direction:column;padding:0 32px 16px}.ai-first-sec1{display:flex;align-items:start;justify-content:start;flex-direction:column}.ai-first-sec1 h2{font-size:26px;font-weight:600;line-height:32px;letter-spacing:-.75px;color:var(--Grey-800)}.ai-first-sec1 h3{font-size:26px;font-weight:400;line-height:32px;letter-spacing:-.75px;color:var(--Grey-800);text-wrap:pretty;margin:4px 0 0}.ai-bubble{width:100%;display:flex;align-items:start;justify-content:start;flex-direction:column}.ai-bubble-text{width:100%;font-size:16px;line-height:24px;margin:24px 0 0;font-weight:500}.ai-bubble-text span{display:inline-block;padding-right:6px}.ai-bubble-text b{display:inline-block;font-weight:900}.ai-bubble-card{background-color:#eaf1ff;max-width:600px;box-sizing:border-box;padding:24px;border-radius:30px;margin:24px 0 0;position:relative;overflow:hidden}.ai-bubble-card-head{display:flex;align-items:center;justify-content:start;margin-bottom:16px}.ai-bubble-card-head p{font-size:18px;line-height:20px;font-weight:500;color:#0060ab;padding-right:8px;font-variation-settings:"FILL" 1}.ai-bubble-card-head h4{font-size:16px;line-height:20px;font-weight:500;color:#0060ab}.ai-bubble-card h3{color:#202124;font-size:24px;line-height:32px;font-weight:500;margin-bottom:8px}.ai-bubble-card-contents{color:#202124;font-size:16px;line-height:24px}.ai-bubble-card-contents-question{color:#202124;font-size:18px;line-height:24px;font-weight:600;margin-top:16px}.ai-bubble-card-contents-question-button{display:flex;align-items:center;justify-content:center;border-radius:50px;border:none;background:#3e6374;padding:18px 24px;color:#f7fcfd;font-weight:500;font-size:14px;line-height:20px;cursor:pointer;width:fit-content;text-align:center;margin-top:16px}.ai-bubble-card-contents-question-button .google-symbols{font-variation-settings:"FILL" 1;margin-right:8px}.ai-bubble-card-contents-question-button:hover{background-color:#008392}.ai-bubble-card-contents-answer-popup{font-size:16px;font-weight:500;color:#3e6374;padding-top:16px}.ai-bubble-card-contents-answer{display:flex;flex-direction:column;gap:8px;margin-top:16px}.ai-bubble-card-img{max-width:600px;margin-top:16px}.ai-bubble-card-img img{width:100%}.ai-bubble-aicon{display:flex;justify-content:space-between;align-items:center;margin:36px 0;width:100%}.ai-bubble-aicon>.left{display:flex;justify-content:start;align-items:center;gap:8px}.ai-bubble-aicon>.left>div{display:flex;flex-direction:row;border:1px solid rgb(163,201,255);align-items:center;border-radius:50px;padding:16px 18px;cursor:pointer;gap:4px;white-space:nowrap;background:transparent}.ai-bubble-aicon>.left>div:hover{background:#e2eafd}.ai-bubble-aicon>.left>div>span{display:inline-block;font-size:16px;color:#545d7e}.ai-bubble-aicon>.left>div>p{font-size:16px;line-height:20px;font-weight:500;color:#001d35}.ai-bubble-aicon>.right{display:flex;justify-content:end;align-items:center;gap:8px}.ai-bubble-aicon>.right>div{display:inline-block;font-size:16px;cursor:pointer;color:#545d7e;background-color:#f5f8ff;line-height:16px;border-radius:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.ai-bubble-aicon>.right>div>span{font-size:16px}.ai-bubble-aicon>.right>div>img{font-size:16px}.ai-bubble-sugcon{display:flex;flex-direction:column;flex-shrink:0;align-items:flex-start;gap:6px;margin-bottom:48px}.ai-bubble-sugcon-item{display:flex;flex-direction:column;background:var(--Blue-bg);font-size:16px;line-height:20px;font-weight:500;color:#001d35;border-radius:50px;padding:16px 20px;cursor:pointer;justify-content:center}.ai-bubble-sugcon-item:hover{background-color:#b5d3ff}.ai-bubble-photo{overflow:hidden;padding:0}.v-img{width:320px;height:180px;background-size:cover;background-position:center;position:relative}.v-img-con{background-size:cover;background-position:center center;background-repeat:no-repeat;flex:1 1 0%;height:210px}.v-img-box{display:flex;flex-direction:row;height:100%;width:100%;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}v-img-box a{display:block;height:100%;width:100%;margin:0;padding:0;text-decoration:none}.v-img-box img{object-fit:contain;max-height:100%;max-width:100%;overflow-clip-margin:content-box;overflow:clip;min-height:100%}.v-img>span{display:block;font-size:24px;color:#fff;line-height:24px;padding:10px;border-radius:100px;background-color:#0009;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px}.v-title{font-weight:500;font-size:16px;line-height:20px;color:#1f1f1f;padding:16px}.ai-bubble-video{overflow:hidden;padding:0;height:250px}.ai-bubble-card-video,.ai-bubble-card-video .v-img-con{height:100%}.video-img{width:100%;height:178px;background-position:center;background-size:cover;display:flex;align-items:center;justify-content:center;cursor:pointer}.video-img>span{width:44px;height:44px;border-radius:100px;background-color:#0009;display:flex;align-items:center;justify-content:center;color:#fff;font-variation-settings:"FILL" 1;font-size:24px}.video-title{padding:12px}.video-title>p{font-size:16px;line-height:20px;color:#1f1f1f;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.video-info{display:flex;flex-wrap:nowrap;align-items:center;justify-content:start}.video-info>p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;color:#202124;margin-left:8px}.ai-bubble-side{display:flex;align-items:center;justify-content:space-between;width:100%;gap:16px}.ai-bubble-side-left{display:flex;flex-direction:column;width:50%;margin-right:8px}.ai-bubble-side-right{display:flex;flex-direction:column;width:50%;gap:6px;margin-left:8px}.ai-bubble-side-option{border-radius:20px;border:none;background:#d7e2b7;padding:16px;color:#1a73e8;font-weight:500;font-size:14px;line-height:20px;cursor:pointer;width:auto;text-align:left;min-height:90px;box-sizing:border-box;display:flex;align-items:center}.ai-bubble-side-option span{font-variation-settings:"FILL" 1;font-size:28px;color:#526a21;margin-right:8px}.ai-bubble-side-option p{gap:12px;font-size:18px;line-height:20px;color:#112000}.ai-bubble-side-option:hover{background-color:#bed176}.ai-bubble-side-option.wrong{background:#ce624b;color:#fff}.ai-bubble-side-option.right{background:#47593e;color:#fff}.green{background-color:#f2f7e7}.green h4,.green .ai-bubble-card-head p{color:#426900}.ai-bubble-side-option.wrong p,.ai-bubble-side-option.wrong span,.ai-bubble-side-option.right p,.ai-bubble-side-option.right span{color:#fff}.pupple{background-color:#f9f5ff}.pupple h4,.pupple .ai-bubble-card-head p{color:#6d1aff}.pearl{background-color:#e2f4f7}.pearl h4,.pearl .ai-bubble-card-head p{color:#008392}.grey{background-color:#f4f6f7}.grey h4,.grey .ai-bubble-card-head p{color:#0b57d0}.loading{border-radius:6px;height:20px;overflow:hidden;position:relative;width:100%;margin:24px 0}.loading p{display:block;animation:4s cubic-bezier(.4,0,.2,1) 0ms infinite normal both running ghost-loading-slide;background:linear-gradient(90deg,transparent 10%,rgb(212,231,255) 45%,rgb(212,231,255) 70%,rgb(186,200,231) 80%,transparent 90%);height:100%;width:200%}@keyframes ghost-loading-slide{0%{transform:translate(-100%)}to{transform:translate(38%)}}.ai-bubble-card-timeline{display:block;padding:0 12px 20px;margin-top:-12px}.ai-bc-timeline-item{display:flex;flex-direction:row;padding:10px 0;gap:20px;align-items:stretch;position:relative;border-radius:16px;background:transparent}.ai-bc-timeline-item-img{border-radius:12px;overflow:visible;box-sizing:border-box;min-width:125px;max-width:125px;border:3px solid rgb(210,210,210);position:relative;width:125px;flex:1 1 0%;min-height:80px}.ai-bc-timeline-item-img>span{position:absolute;width:3px;height:26px;left:50%;top:0;transform:translate(-50%,-100%);background-color:#d2d2d2}.ai-bc-timeline-item-img-load{width:100%;height:100%;position:relative;border-radius:8px;overflow:hidden;background-position:center;background-size:cover}.ai-bc-timeline-item-img-load>img{width:100%;height:100%;margin:0;padding:0}.ai-bc-timeline-item-img-load>p{display:block;animation:4s cubic-bezier(.4,0,.2,1) 0ms infinite normal both running ghost-loading-slide;background:linear-gradient(90deg,transparent 10%,rgb(229,230,231) 45%,rgb(229,230,231) 70%,rgb(219,221,223) 80%,transparent 90%);height:100%;width:200%;min-height:100%}.ai-bc-timeline-item-con{display:flex;flex-direction:column;gap:4px;justify-content:center}.ai-bc-timeline-item-con span{font-size:14px;line-height:17.53px;font-weight:500;color:#5e5e5e}.ai-bc-timeline-item-con p{font-size:20px;line-height:26px;font-weight:500;color:#1f1f1f;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.ai-bubble-card-ilist{display:flex;flex-direction:column;padding:0 12px 14px;margin-top:-16px}.ai-bc-ilist-item{display:flex;flex-direction:row;padding:16px 0;align-items:stretch;gap:20px;background:transparent;border-bottom:1px solid rgb(218,220,224)}.ai-bc-ilist-item:last-child{border-bottom:none}.ai-bc-ilist-item-img{border-radius:12px;overflow:hidden;min-width:125px;max-width:125px;width:125px;flex:1 1 0%;position:relative;min-height:80px}.ai-bc-ilist-item-con{display:flex;flex-direction:column;gap:4px}.ai-bc-ilist-item-con>span{font-weight:500;font-size:20px;line-height:26px;color:#1f1f1f}.ai-bc-ilist-item-con>p{font-weight:400;font-size:14px;line-height:20px;color:#5e5e5e}.error-bubble{display:inline-flex;flex-direction:column;background:#fad2cf;font-size:16px;line-height:20px;font-weight:500;color:#001d35;padding:16px 20px;cursor:pointer;justify-content:center;margin:24px 0 0;border-radius:4px 24px 24px}.ai-bubble-gallery{width:100%;margin:24px 0 0;overflow:hidden}.ai-bubble-gallery-img{width:100%;height:184px;overflow:hidden;border-radius:12px}.ai-bubble-gallery-box{width:100%;height:100%;align-items:center;justify-content:space-between;display:flex;flex-wrap:nowrap;gap:8px}.ai-bubble-gallery-box :nth-child(1),.ai-bubble-gallery-box :nth-child(2){flex-basis:calc(50% - 8px)}.ig-item{border-radius:16px;background:#f1f3f4;overflow:hidden;height:184px}.ig-item>a{display:block;height:100%;width:100%;margin:0;padding:0;text-decoration:none}.ig-item-img{background-position:center;background-size:cover;flex:1 1 0%;height:140px}.ig-item>p,.ig-item>a>p{padding:10px 16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;color:#202124;text-decoration:none}.ai-bubble-gallery-box-alone{width:100%;display:flex;flex-wrap:wrap;gap:8px;height:376px}.ai-bubble-gallery-box-alone .ig-item{flex:1 1 0;height:184px}.ai-bubble-gallery-box-alone :nth-child(1),.ai-bubble-gallery-box-alone :nth-child(2){flex-basis:calc(50% - 8px)}.ai-bubble-gallery-box-alone :nth-child(3),.ai-bubble-gallery-box-alone :nth-child(4),.ai-bubble-gallery-box-alone :nth-child(5){flex-basis:calc(100% / 3 - 8px)}
