@custom-variant dark (&:is(.dark *));:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--radius: .625rem;--background: oklch(1 0 0);--foreground: oklch(.145 0 0);--card: oklch(1 0 0);--card-foreground: oklch(.145 0 0);--popover: oklch(1 0 0);--popover-foreground: oklch(.145 0 0);--primary: oklch(.205 0 0);--primary-foreground: oklch(.985 0 0);--secondary: oklch(.97 0 0);--secondary-foreground: oklch(.205 0 0);--muted: oklch(.97 0 0);--muted-foreground: oklch(.556 0 0);--accent: oklch(.97 0 0);--accent-foreground: oklch(.205 0 0);--destructive: oklch(.577 .245 27.325);--border: oklch(.922 0 0);--input: oklch(.922 0 0);--ring: oklch(.708 0 0);--chart-1: oklch(.646 .222 41.116);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--sidebar: oklch(.985 0 0);--sidebar-foreground: oklch(.145 0 0);--sidebar-primary: oklch(.205 0 0);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.97 0 0);--sidebar-accent-foreground: oklch(.205 0 0);--sidebar-border: oklch(.922 0 0);--sidebar-ring: oklch(.708 0 0)}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}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@theme inline{ --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); }.dark{--background: oklch(.145 0 0);--foreground: oklch(.985 0 0);--card: oklch(.205 0 0);--card-foreground: oklch(.985 0 0);--popover: oklch(.205 0 0);--popover-foreground: oklch(.985 0 0);--primary: oklch(.922 0 0);--primary-foreground: oklch(.205 0 0);--secondary: oklch(.269 0 0);--secondary-foreground: oklch(.985 0 0);--muted: oklch(.269 0 0);--muted-foreground: oklch(.708 0 0);--accent: oklch(.269 0 0);--accent-foreground: oklch(.985 0 0);--destructive: oklch(.704 .191 22.216);--border: oklch(1 0 0 / 10%);--input: oklch(1 0 0 / 15%);--ring: oklch(.556 0 0);--chart-1: oklch(.488 .243 264.376);--chart-2: oklch(.696 .17 162.48);--chart-3: oklch(.769 .188 70.08);--chart-4: oklch(.627 .265 303.9);--chart-5: oklch(.645 .246 16.439);--sidebar: oklch(.205 0 0);--sidebar-foreground: oklch(.985 0 0);--sidebar-primary: oklch(.488 .243 264.376);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.269 0 0);--sidebar-accent-foreground: oklch(.985 0 0);--sidebar-border: oklch(1 0 0 / 10%);--sidebar-ring: oklch(.556 0 0)}@layer base{*{@apply border-border outline-ring/50;}body{@apply bg-background text-foreground;}button:not(:disabled),[role=button]:not(:disabled){cursor:pointer}}@font-face{font-family:OptimizedChatFont;src:url(/fonts/Pretendard-Regular.subset.woff2) format("woff2"),url(/fonts/Pretendard-Medium.subset.woff2) format("woff2");font-weight:500;font-style:normal}#root{max-width:1280px;margin:0 auto;text-align:center;overflow-y:hidden;color-scheme:light only}body{background:#fff;overscroll-behavior:none}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.read-the-docs{color:#888}.avatar{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background-color:#fff;position:relative;border:1px solid #BDBDBD}.avatar-circular{border-radius:50%}.avatar-square,.avatar-rounded{border-radius:8px}.avatar-small{width:32px;height:32px}.avatar-medium{width:48px;height:48px}.avatar-large{width:72px;height:72px}.avatar-image{width:100%;height:100%;object-fit:cover}.avatar-nickname-profile{font-weight:700;font-size:20px}.avatar-name{font-weight:700;font-size:20px;margin-top:12px;color:#212121}.chat-container{display:flex;flex-direction:column;max-width:100%;width:90%;margin-top:16px;margin-left:20px}.chat-container.my-message{align-items:flex-end}.chat-container.other-message{align-items:start;display:flex;flex-direction:row}.chat-avatar-container{align-items:center;gap:8px;display:flex;margin-bottom:10px}.chat-nickname{font-size:16px;color:#212121;font-weight:700}.chat-content-wrapper{display:flex;align-items:flex-start;gap:4px;flex-direction:column}.my-message .chat-content-wrapper{flex-direction:row-reverse}.chat-bubble{box-sizing:border-box;border-radius:12px;word-wrap:break-word;max-width:259px;width:100%;line-height:1.6;font-size:14px;text-align:left;font-family:OptimizedChatFont,sans-serif}.chat-bubble ol,.chat-bubble ul{padding-left:18px;margin-bottom:10px}.chat-bubble li{margin-bottom:3px;padding-left:0}.my-bubble{padding:12px 16px;background-color:#00b4be;color:#fff;border-top-right-radius:0;font-size:14px;font-weight:400}.my-bubble p{margin-top:0;margin-bottom:0}.other-bubble{box-sizing:border-box;max-width:203px;padding:12px 16px;background-color:#f5f5f5;color:#212121;border-top-left-radius:0}.other-bubble p{margin-top:0;margin-bottom:0;word-break:keep-all}.chat-content-nickname{font-weight:500;font-size:14px;color:#424242}.my-message-group{display:flex;align-items:flex-end;flex-direction:row-reverse}.other-message-group{display:flex;flex-direction:row;align-items:flex-end}.chat-time{font-size:11px;color:#999;white-space:nowrap;margin:4px}.chat-list{display:flex;flex-direction:column;padding:16px;gap:8px}.suggestion-buttons-inside{display:flex;flex-direction:column;flex-wrap:nowrap;margin-top:4px;margin-bottom:14px}.suggestion-button{width:100%;height:100%;margin-top:4px;border-radius:5px;padding:12px 16px}.textfield-container{display:contents;width:80%}.outline{width:92%;min-height:41px;max-height:150px;line-height:20px;border-radius:12px;background-color:#fff;color:#757575;border:1px solid #757575;padding:11px 45px 12px 12px;font-size:14px;resize:none;overflow-y:hidden;box-sizing:border-box;font-family:OptimizedChatFont,sans-serif}.outline[disabled]{background-color:#ededed;cursor:not-allowed;pointer-events:none}.outline:focus{outline:none}.icon{position:absolute;bottom:23.8px;width:22px;height:22px;border-radius:15px;background-color:transparent;border:none}.icon-left{left:12px}.icon-right{right:7.5%}.no-data-message{color:#6b7280;padding:1rem;text-align:center}.carousel-container{-webkit-user-select:none;user-select:none;display:flex;overflow-x:scroll;scroll-snap-type:x proximity;scroll-snap-stop:normal;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;cursor:grab;touch-action:pan-x;pointer-events:auto;scroll-padding:0 20px;padding-top:16px;outline:none;overscroll-behavior-x:contain;-ms-overflow-style:none;scrollbar-width:none}.carousel-container::-webkit-scrollbar{width:0}.carousel-container:active{cursor:grabbing}.carousel-container::-webkit-scrollbar{display:none}.carousel-container.is-dragging{cursor:grabbing}.carousel-item-wrapper{flex-shrink:0;width:200px;padding:0 12px 0 0;scroll-snap-align:start}.carousel-item-wrapper:first-child{padding-left:20px}.carousel-item-wrapper:last-child{padding-right:20px}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media(min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}.card{display:flex;flex-direction:column;width:100%;height:365px;border-radius:.75rem;overflow:hidden;background-color:#fff;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transform:scale(1)}.card-image-wrapper{width:100%;height:240px;overflow:hidden;background-color:#e5e7eb}.card-image{width:100%;height:100%;object-fit:cover}.card-caption-wrapper{display:flex;flex-direction:column;flex-grow:1;background-color:#f5f5f5}.card-caption-wrapper h5+p{margin-top:0}.card-caption-wrapper h5+p{margin-bottom:0}.card-title{font-size:13px;font-weight:700;color:#111827;text-align:left;margin:12px 16px 4px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.card-description{font-size:13px;color:#212121;text-align:left;height:36px;padding:0 16px 4px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.card-button-wrapper{margin-top:auto}.card-button{width:168px;font-size:12px;margin:4px 4px 12px 16px;color:#212121;background-color:#fff;border:none;outline:none;box-shadow:none;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none}.card-button:focus,.card-button:active,.card-button:hover,.card-button:focus-visible{outline:none!important;border:none!important;box-shadow:none!important;background-color:#fff!important;transform:none!important;filter:none!important}.card-button:before,.card-button:after{display:none}
