.cc-wrap{display:flex;flex-direction:column;width:100%;height:100%;position:relative;overflow:hidden}.cc-header{height:60px;justify-content:space-between;padding:0 30px;flex-shrink:0}.cc-header,.cc-header-left{display:flex;align-items:center}.cc-header-left{gap:0}.cc-back-btn{background:none;border:none;cursor:pointer;padding:4px 8px 4px 0;display:flex;align-items:center}.cc-back-line{display:block;width:36px;position:relative}.cc-back-line,.cc-back-line:before{height:2px;background:rgba(255,255,255,.7)}.cc-back-line:before{top:-4px;transform:rotate(-35deg);transform-origin:left center}.cc-back-line:after,.cc-back-line:before{content:"";position:absolute;left:0;width:14px}.cc-back-line:after{top:4px;height:2px;background:rgba(255,255,255,.7);transform:rotate(35deg);transform-origin:left center}.cc-header-center{display:flex;align-items:center;gap:8px;position:absolute;left:50%;transform:translateX(-50%)}.cc-header-avatar{width:36px;height:36px;object-fit:cover;display:block}.cc-header-name{font-family:Space Mono,monospace;font-size:14px;font-weight:700;color:#fff;white-space:nowrap;font-feature-settings:"case" 1}.cc-header-right{display:flex;align-items:center;gap:8px}.cc-header-btn{background:none;border:none;cursor:pointer;padding:4px;color:rgba(255,255,255,.8)}.cc-header-btn,.cc-subheader{display:flex;align-items:center}.cc-subheader{justify-content:center;gap:4px;padding-bottom:10px;flex-shrink:0}.cc-days-text{font-family:Pretendard,sans-serif;font-size:10px;color:rgba(255,255,255,.7);font-feature-settings:"case" 1;line-height:1.3}.cc-days-heart{display:block;flex-shrink:0}.cc-messages{flex:1 1;overflow-y:auto;padding:8px 30px 12px;display:flex;flex-direction:column;gap:0}.cc-messages::-webkit-scrollbar{width:4px}.cc-messages::-webkit-scrollbar-track{background:rgba(13,13,15,.5)}.cc-messages::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:2px}.cc-loading-top{display:flex;justify-content:center;padding:8px 0}.cc-loading-top span{font-family:Pretendard,sans-serif;font-size:11px;color:rgba(255,255,255,.4)}.cc-date-divider{display:flex;align-items:center;justify-content:center;padding:16px 0 8px;display:none}.cc-date-divider span{font-family:Pretendard,sans-serif;font-size:10px;color:rgba(255,255,255,.4);font-feature-settings:"case" 1}.cc-msg-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:16px}.cc-msg-row.user{flex-direction:row-reverse}.cc-msg-avatar{width:15px;height:15px;object-fit:cover;flex-shrink:0;margin-top:2px}.cc-avatar--clickable{cursor:zoom-in}.cc-msg-avatar-placeholder{width:15px;height:15px;border-radius:50%;background:rgba(255,255,255,.15);flex-shrink:0;margin-top:2px}.cc-msg-body{display:flex;flex-direction:column;gap:5px;max-width:calc(100% - 80px)}.cc-msg-row.user .cc-msg-body{align-items:flex-end}.cc-msg-meta{display:flex;align-items:center;gap:9px;white-space:nowrap}.cc-msg-row.user .cc-msg-meta{flex-direction:row-reverse}.cc-msg-name{font-family:Space Mono,Pretendard;font-size:13px;color:#fff;font-feature-settings:"case" 1}.cc-msg-time{font-family:Space Mono,monospace;font-size:10px;color:rgba(255,255,255,.5);font-feature-settings:"case" 1}.cc-msg-text{font-family:Pretendard,sans-serif;font-size:12px;color:#fff;line-height:1.5;font-feature-settings:"case" 1;white-space:pre-wrap;word-break:break-word}.cc-msg-image{max-width:88px;border-radius:4px;display:block;margin-top:4px}.cc-msg-status{display:flex;align-items:center;margin-top:2px}.cc-msg-typing{display:inline-block;font-family:Space Mono,monospace;font-size:12px;color:rgba(255,255,255,.5);letter-spacing:.04em;min-width:80px}.cc-msg-spinner{width:12px;height:12px;border:1.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:cc-spin .8s linear infinite}@keyframes cc-spin{to{transform:rotate(1turn)}}.cc-msg-retry-btn{color:rgba(255,80,80,.8)}.cc-msg-delete-btn,.cc-msg-retry-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.cc-msg-delete-btn{margin-left:6px;color:rgba(255,255,255,.4)}.cc-msg-delete-btn:hover{color:rgba(255,255,255,.7)}.cc-empty{flex:1 1;display:flex;align-items:center;justify-content:center}.cc-empty p{font-family:Pretendard,sans-serif;font-size:13px;color:rgba(255,255,255,.3)}.cc-divider{background:rgba(255,255,255,.2);height:1px}.cc-free-badge{display:flex;justify-content:flex-start;padding:4px 30px;flex-shrink:0;height:18px}.cc-free-badge-inner{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;border:2px solid #fff}.cc-free-badge-inner.has-free{color:#fff}.cc-free-badge-inner.no-free{border-color:gray;color:gray}.cc-input-area{flex-shrink:0;padding:0 30px 30px}.cc-input-row{justify-content:space-between;border-bottom:1px dashed #fff;padding:4px 0 10px}.cc-input-left,.cc-input-row{display:flex;align-items:center}.cc-input-left{gap:8px;flex:1 1;min-width:0}.cc-input{background:none;border:none;outline:none;font-family:Space Mono,Noto Sans KR,sans-serif;font-size:12px;color:#fff;flex:1 1;min-width:0}.cc-input::placeholder{color:rgba(255,255,255,.2);text-transform:uppercase}.cc-input-counter{font-size:10px;color:rgba(255,255,255,.3);margin-right:4px}.cc-input-counter,.cc-send-btn{font-family:Pretendard,sans-serif;white-space:nowrap;flex-shrink:0}.cc-send-btn{background:none;border:none;cursor:pointer;font-size:12px;color:#fff;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;padding:0}.cc-send-btn:disabled{color:rgba(255,255,255,.3)}.cc-sidemenu-overlay{position:absolute;inset:0;background:rgba(13,13,15,.5);z-index:10}.cc-sidemenu{position:absolute;top:0;right:0;width:211px;height:100%;background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.7)),linear-gradient(90deg,rgba(255,255,255,.2),rgba(255,255,255,.2));z-index:20;display:flex;flex-direction:column;padding:36px 0 36px 34px;transform:translateX(100%);transition:transform .25s ease}.cc-sidemenu.open{transform:translateX(0)}.cc-sidemenu-close{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;margin-bottom:30px}.cc-sidemenu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.cc-sidemenu-item{font-size:14px;color:#fff;padding:18px 0;cursor:pointer;font-family:Pretendard,sans-serif;font-weight:400}.cc-sidemenu-item:hover{opacity:.7}.cc-sidemenu-leave{margin-top:auto;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:10px;padding:0}.cc-sidemenu-leave span{font-size:14px;color:#fff;font-family:Pretendard,sans-serif;font-weight:400}.cc-sidemenu-leave:hover{opacity:.7}.chatbot-concent-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:9999;&:before{position:absolute;inset:5%;width:90%;height:90%;content:"";align-self:stretch;background:#000;filter:blur(30px);z-index:-1}}.chatbot-concent-popup{position:relative;width:340px;background:transparent;padding:40px 24px 32px;display:flex;flex-direction:column;gap:60px;align-items:center}.chatbot-concent-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.6);transition:color .2s}.chatbot-concent-close:hover{color:#fff}.chatbot-concent-close svg{width:16px;height:16px}.chatbot-concent-content{display:flex;flex-direction:column;gap:40px;align-items:center;width:100%}.chatbot-concent-title{font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;color:#ffffff;text-align:center;line-height:1.5}.chatbot-concent-list{list-style:disc;padding-left:18px;margin:0;display:flex;flex-direction:column;gap:6px;width:100%;max-height:50dvh;overflow:auto;&::-webkit-scrollbar{width:4px}&::-webkit-scrollbar-track{background:transparent}&::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:2px}}.chatbot-concent-list li{font-family:Pretendard,sans-serif;font-weight:400;font-size:12px;color:rgba(255,255,255,.7);line-height:1.5;word-break:keep-all}.chatbot-concent-loading{color:rgba(255,255,255,.5);text-align:center}.chatbot-concent-html,.chatbot-concent-loading{font-family:Pretendard,sans-serif;font-size:12px}.chatbot-concent-html{width:100%;color:rgba(255,255,255,.7);line-height:1.5;max-height:200px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.chatbot-concent-check-row{display:flex;align-items:center;gap:10px;cursor:pointer;width:100%}.chatbot-concent-check-icon{flex-shrink:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.chatbot-concent-check-icon svg{width:16px;height:16px}.chatbot-concent-check-label{font-size:12px;color:rgba(255,255,255,.7);white-space:nowrap}.chatbot-concent-agree-btn,.chatbot-concent-check-label{font-family:Pretendard,sans-serif;font-weight:400;line-height:1.5}.chatbot-concent-agree-btn{background:none;border:none;cursor:pointer;font-size:14px;color:#ffffff;text-align:center;text-decoration:underline;text-underline-offset:3px;transition:opacity .2s;padding:0}.chatbot-concent-agree-btn:hover{opacity:.8}.chatbot-concent-agree-btn:disabled{opacity:.4;cursor:not-allowed;text-decoration:none}@media (max-width:768px){.chatbot-concent-popup{width:calc(100vw - 48px);max-width:340px;gap:40px}.chatbot-concent-content{gap:30px}}.cb-main-wrap{width:100%;height:100%;padding-top:60px;display:flex;flex-direction:column;overflow-y:auto}.cb-main-chat-empty{padding:12px 30px 28px}.cb-main-chat-empty p{line-height:1.5}.cb-main-conv-list{display:flex;flex-direction:column;margin-bottom:30px;padding:32px 30px 0}.cb-main-conv-item{display:flex;align-items:flex-start;gap:0;margin:12px 0 0;cursor:pointer;transition:background .15s}.cb-main-conv-item:hover{background:rgba(255,255,255,.05)}.cb-main-conv-img-wrap{width:60px;height:60px;flex-shrink:0;overflow:hidden}.cb-main-conv-img{width:100%;height:100%;object-fit:cover}.cb-main-conv-img-placeholder{width:100%;height:100%;background:rgba(255,255,255,.1)}.cb-main-conv-content{border-bottom:1px solid rgba(255,255,255,.1);display:flex;padding:0 0 12px 20px;flex:1 1}.cb-main-conv-info{flex:1 1;display:flex;flex-direction:column;gap:7px;overflow:hidden;height:62px}.cb-main-conv-name{font-family:Space Mono,monospace;font-size:14px;color:#ffffff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cb-main-conv-preview{margin:auto 0;font-family:Pretendard,sans-serif;font-size:12px;color:rgba(255,255,255,.7);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.cb-main-conv-meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.cb-main-conv-time{font-family:Pretendard,sans-serif;font-size:12px;color:rgba(255,255,255,.5);white-space:nowrap}.cb-main-conv-badge{flex:1 1;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;padding:0 5px;font-family:Pretendard,sans-serif;font-size:11px;font-weight:700;color:#ffffff}.cb-main-find-match{font-family:Pretendard,sans-serif;color:rgba(255,255,255,.7);padding:0}.cb-main-member-list{display:flex;flex-direction:column;flex:1 1;margin-top:32px;margin-bottom:30px;padding:0 30px}.cb-main-member-item{display:flex;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1);position:relative}.cb-main-member-img-wrap{width:60px;height:60px;flex-shrink:0;overflow:hidden}.cb-main-member-img{width:100%;height:100%;object-fit:cover}.cb-main-member-img--clickable{cursor:zoom-in}.cb-lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:99999}.cb-lightbox-content,.cb-lightbox-overlay{display:flex;align-items:center;justify-content:center}.cb-lightbox-content{position:relative;max-width:90vw;max-height:90vh}.cb-lightbox-img{width:100%;height:100%;object-fit:contain;display:block}.cb-lightbox-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;color:#000;background-color:transparent;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.cb-main-member-name{font-family:Space Mono,monospace;font-size:14px;color:#ffffff;flex:1 1}.cb-main-chat-btn{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:6px 10px;transition:opacity .2s;flex-shrink:0}.cb-main-chat-btn--active span{font-family:Pretendard,sans-serif;font-size:12px;font-weight:500;color:#ffffff}.cb-main-chat-btn--active:hover{opacity:.7}.cb-main-chat-btn--locked{cursor:default}.cb-main-chat-btn--locked span{font-family:Pretendard,sans-serif;font-size:12px;font-weight:400;color:rgba(255,255,255,.5)}.cb-main-wrap::-webkit-scrollbar{width:4px}.cb-main-wrap::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:2px}.cb-main-logo{position:absolute;top:0;left:26px;width:96px;height:96px;z-index:1}.cb-main-logo img{width:100%;height:100%;object-fit:cover}.cb-main-section-label{font-family:Space Mono,monospace;font-size:13px;font-weight:700;color:#ffffff;display:block;padding:0 30px}.cb-main-chat-empty{padding:12px 30px 40px}.cb-main-chat-empty p{font-size:12px;color:rgba(255,255,255,.5);margin:0;line-height:14px;text-align:center}.cb-main-members-header{display:flex;align-items:center;justify-content:space-between}.cb-main-find-match{background:none;border:none;font-size:12px;color:#ffffff;text-decoration:underline;cursor:pointer;padding:0 30px;transition:opacity .2s}.cb-main-find-match:hover{opacity:.7}.cn-wrap{flex-direction:column;width:100%;height:100%;background:rgba(13,13,15,.96);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.cn-header,.cn-wrap{display:flex;position:relative}.cn-header{align-items:center;justify-content:space-between;height:60px;padding:0 30px;flex-shrink:0}.cn-back-btn{background:none;border:none;cursor:pointer;padding:4px 8px 4px 0;display:flex;align-items:center}.cn-header-title{position:absolute;left:50%;transform:translateX(-50%);font-size:14px;color:#fff;font-family:Pretendard,sans-serif;font-weight:400;white-space:nowrap}.cn-close-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center}.cn-input-wrap{padding:60px 30px 0}.cn-input-box{display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.5);height:36px;padding:0 16px}.cn-input{background:none;border:none;outline:none;font-size:12px;color:rgba(255,255,255,.8);font-family:Pretendard,sans-serif;font-weight:400;flex:1 1}.cn-input::placeholder{color:rgba(255,255,255,.3)}.cn-input-count{font-size:12px;color:rgba(255,255,255,.5);font-family:Pretendard,sans-serif;white-space:nowrap;flex-shrink:0}.cn-preview-section{padding:40px 30px 0}.cn-preview-label{font-size:12px;color:rgba(255,255,255,.5);font-family:Pretendard,sans-serif;font-weight:400;margin-bottom:20px}.cn-preview-box{border:.5px dashed rgba(255,255,255,.6);min-height:135px;padding:20px}.cn-preview-box,.cn-preview-msg{display:flex;align-items:flex-start}.cn-preview-msg{gap:8px}.cn-preview-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;flex-shrink:0}.cn-preview-body{display:flex;flex-direction:column;gap:5px}.cn-preview-meta{display:flex;align-items:center;gap:9px}.cn-preview-name{font-size:13px;color:#fff}.cn-preview-name,.cn-preview-time{font-family:Space Mono,monospace;font-weight:400}.cn-preview-time{font-size:10px;color:rgba(255,255,255,.5)}.cn-preview-text{font-size:12px;line-height:1.3;margin:0}.cn-apply-btn,.cn-preview-text{color:#fff;font-family:Pretendard,sans-serif;font-weight:400}.cn-apply-btn{position:absolute;bottom:60px;left:50%;transform:translateX(-50%);background:none;border:none;cursor:pointer;font-size:14px;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;white-space:nowrap}.cn-apply-btn:disabled{color:rgba(255,255,255,.3);cursor:default}.cn-apply-btn.loading{color:rgba(255,255,255,.5);cursor:wait}.cb-loading-wrap{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:60px}.cb-loading-text{text-align:center;line-height:1.8}.cb-loading-ellipsis{position:absolute;display:inline-block;min-width:1ch;width:8ch;text-align:left;letter-spacing:.05em}.cb-loading-text{text-align:left;color:#ffffff;font-size:16px;font-weight:700;line-height:1.5;width:160px}.cb-loading-text p{margin:0}.cb-loading-username{font-family:Space Mono,monospace;font-weight:700}.cb-question-wrap{width:100%;height:100%;padding-top:60px;display:flex;flex-direction:column;align-items:center;position:relative}.cb-question-progress{font-family:Space Mono,monospace;font-size:12px;color:#ffffff;text-align:center;margin:71px 0 52px}.cb-question-title{font-size:14px;font-weight:700;color:#ffffff;white-space:pre-wrap;line-height:1.3;margin:0 0 8px;text-align:center;width:100%;padding:0 50px}.cb-question-hint{font-size:12px;color:rgba(255,255,255,.7);margin:0 0 40px;text-align:center}.cb-question-options{display:flex;flex-wrap:wrap;justify-content:center;gap:28px 10px;padding:0 54px;width:100%;margin-bottom:auto}.cb-question-option{gap:6px;cursor:pointer;width:auto}.cb-question-checkbox,.cb-question-option{display:flex;align-items:center;justify-content:center}.cb-question-checkbox{width:12px;height:12px;border:1px solid #ffffff;flex-shrink:0}.cb-question-checkbox.checked{background-color:transparent}.cb-question-option-label{font-size:12px;color:#ffffff;line-height:1.5;white-space:nowrap}.cb-question-next{position:absolute;bottom:118px;left:50%;transform:translateX(-50%);background:none;border:none;border-bottom:1px solid #ffffff;display:flex;align-items:center;gap:15px;padding:10px 0;cursor:pointer;transition:opacity .2s;white-space:nowrap}.cb-question-next:disabled{opacity:.4;cursor:not-allowed}.cb-question-next:hover:not(:disabled){opacity:.8}.cb-question-next span{font-family:Space Mono,monospace;font-size:15px;font-weight:700;color:#ffffff;line-height:18px}.cb-result-wrap{position:relative;width:100%;height:100%;overflow:hidden;animation:cb-result-fadein .6s ease}@keyframes cb-result-fadein{0%{opacity:0}to{opacity:1}}.cb-result-title{position:absolute;top:50px;width:100%;color:#FFF;text-align:center;text-shadow:0 0 8px rgba(0,0,0,.25);font-family:Pretendard;font-size:24px;font-style:normal;font-weight:700;text-transform:uppercase;z-index:1}.cb-result-bg{position:absolute;inset:0}.cb-result-bg img{width:100%;height:100%;object-fit:cover;object-position:center top}.cb-result-actions{position:absolute;bottom:0;left:0;right:0;padding:60px 75px;display:flex;flex-direction:column;align-items:center;gap:20px;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.55) 40%)}.cb-result-chat-btn{width:272px;height:62px;background:#000000;border:none;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:opacity .2s}.cb-result-chat-btn:hover{opacity:.85}.cb-result-chat-btn span{font-size:17px;font-weight:700;color:#ffffff;white-space:nowrap}.cb-result-restart-btn{background:none;border:none;font-size:16px;color:#000000;text-decoration:underline;cursor:pointer;line-height:18px;transition:opacity .2s}.cb-result-restart-btn:hover{opacity:.7}.splash-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#000;z-index:20000;opacity:1;transition:opacity .8s ease}.splash-container.fade-out{opacity:0}.splash-video{width:100%;height:auto;object-fit:contain}.splash-pending{position:fixed;inset:0;background:#000;z-index:9999;display:flex;align-items:center;justify-content:center}.splash-pending-stamp{display:flex;gap:4px}.splash-pending-stamp span{display:inline-block;font-size:64px;font-weight:900;color:#fff;letter-spacing:-2px;opacity:0;transform:scale(2.5);animation:splash-stamp 1.8s ease-in-out infinite}.splash-pending-stamp span:nth-child(2){animation-delay:.15s}.splash-pending-stamp span:nth-child(3){animation-delay:.3s}@keyframes splash-stamp{0%{opacity:0;transform:scale(2.5)}12%{opacity:1;transform:scale(1)}60%,to{opacity:1;transform:scale(1)}}.splash-spinner{width:40px;aspect-ratio:1;background:#fff;animation:splash-spin 1s infinite;margin:20px auto 0}@keyframes splash-spin{0%{transform:perspective(150px) rotateX(0deg)}to{transform:perspective(150px) rotateX(180deg)}}.footer{background-color:#0d0d0f;width:100%;padding:66px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;position:relative}.footer--auth{z-index:1}.footer-top{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;grid-template-areas:"logo links" "logo sns";width:100%;margin-bottom:58px}.footer-logo-left{grid-area:logo;display:flex;align-items:flex-start}.footer-logo-main{width:auto;height:76px;object-fit:contain;filter:brightness(0) invert(1)}.footer-links{grid-area:links;display:flex;align-items:center;justify-content:flex-end}.footer-links a,.footer-links button{color:rgba(255,255,255,.5);font-family:Pretendard,sans-serif;font-size:13px;font-weight:400;line-height:normal;text-decoration:none;padding:0 16px;white-space:nowrap;background:none;border:none;cursor:pointer}.footer-links a:first-child,.footer-links button:first-child{padding-left:0}.footer-links a:last-child,.footer-links button:last-child{padding-right:0}.footer-links a:hover,.footer-links button:hover{color:rgba(255,255,255,.8)}.footer-divider{display:inline-block;width:1px;height:12px;background-color:rgba(255,255,255,.3);flex-shrink:0}.footer-sns{grid-area:sns;display:flex;align-items:center;justify-content:flex-end;gap:28px}.footer-sns a{color:rgba(255,255,255,.5);font-family:Space Mono,monospace;font-size:13px;font-weight:400;line-height:normal;text-decoration:underline;white-space:nowrap}.footer-sns a:hover{color:rgba(255,255,255,.8)}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;width:100%}.footer-company{display:flex;flex-direction:column;gap:10px;color:rgba(255,255,255,.5);font-family:Pretendard,sans-serif;font-size:13px;font-weight:400;line-height:normal;width:50%}.footer-company-name{margin:0}.footer-company-details{display:flex;flex-direction:column;gap:4px}.footer-company-details p{margin:0}.footer-company-row{display:flex;align-items:center;gap:14px;white-space:nowrap;flex-wrap:wrap}.footer-orgs{display:flex;flex-direction:column;align-items:flex-end;gap:16px;width:50%}.footer-org-logos{display:flex;align-items:center;gap:16px}.footer-org-btn{display:flex;align-items:center;gap:8px}.footer-org-emblem{width:auto;height:35px;object-fit:contain}.footer-org-kocca,.footer-org-text{width:auto;height:27px;object-fit:contain}.footer-foot{display:flex;justify-content:space-between;align-items:center;width:100%;gap:20px}.footer-copyright{color:rgba(255,255,255,.5);font-family:Space Mono,monospace;margin:30px 0 0;flex-shrink:0}.footer-copyright,.footer-project-notice{font-size:13px;font-weight:400;line-height:normal}.footer-project-notice{color:#414141;font-family:Pretendard,sans-serif;margin:0;text-align:right}@media (max-width:1280px){.footer-top{grid-template-columns:1fr auto;grid-template-rows:auto auto;grid-template-areas:"logo sns" "links links";margin-bottom:28px;gap:16px 0}}@media (max-width:768px){.footer{position:absolute;padding:28px 20px;gap:0;overflow:hidden}.footer-logo-main{height:16px}.footer-logo-left{align-items:center}.footer-links{justify-content:space-between;width:100%;gap:5px;flex-wrap:wrap}.footer-links a,.footer-links button{font-size:9px;padding:0}.footer-links a:first-child,.footer-links button:first-child{padding-left:0}.footer-links a:last-child,.footer-links button:last-child{padding-right:0}.footer-divider{height:8px}.footer-sns{justify-content:flex-end;gap:16px}.footer-sns a{font-size:9px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:22px;margin-bottom:28px}.footer-company{max-width:100%;width:100%;font-size:9px;gap:8px;margin-bottom:0}.footer-company-row{white-space:normal;flex-wrap:wrap;gap:10px}.footer-orgs{align-items:flex-start;width:100%;gap:8px}.footer-org-logos{width:100%;gap:12px}.footer-org-emblem{height:21px}.footer-org-kocca{height:16px}.footer-foot{flex-direction:column;align-items:flex-start;gap:10px}.footer-copyright{font-size:9px;white-space:normal;margin-top:10px}.footer-project-notice{font-size:9px;text-align:left;white-space:normal;line-height:15px}}