@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff) format("woff");font-weight:800;font-style:normal}@font-face{font-family:Pretendard;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff) format("woff");font-weight:900;font-style:normal}*{margin:0;padding:0;list-style:none;text-decoration:none;box-sizing:border-box}button{background:none;border:none;cursor:pointer}h1{font-family:Pretendard;font-size:20px;font-weight:600;color:#111}input,textarea{outline:none}main{position:relative;display:flex;align-items:center;justify-content:center;height:100vh;padding:40px 0;background-color:var(--pc-bg-color);font-family:Pretendard}main::-webkit-scrollbar{background-color:var(--primary-color)}main::-webkit-scrollbar-track{background-color:var(--primary-color);border-radius:10px}main::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:10px;background-clip:padding-box;border:2px solid transparent}@media screen and (max-width: 480px){main{height:100%;padding:0;overflow-y:hidden}}.chatbot-sec{position:relative;display:flex;flex-direction:column;width:480px;height:100%;min-height:600px;max-height:1000px;border-radius:28px;background-color:#fff;box-shadow:4px 4px 12px #0000001a}@media screen and (max-width: 480px){.chatbot-sec{height:calc(var(--vh, 1vh) * 100);border-radius:0;overflow-y:hidden}}.bot-btn-menu-active{padding:0 32px;background-color:#fff;border-radius:0 0 28px 28px}@media screen and (max-width: 480px){.bot-btn-menu-active{padding:0 16px}}.bot-btn-menu-list{display:flex;justify-content:space-around}.bot-btn-menu-list .bot-menu-item{display:flex;width:29%;justify-content:center;padding:20px 0}.bot-btn-menu-list .bot-menu-item .bot-menu-btn{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:6px}.bot-btn-menu-list .bot-menu-item .service-icon{width:32px;height:32px;object-fit:contain}.bot-btn-menu-list .bot-menu-item .service-salin{width:64px;height:32px;object-fit:contain}.bot-btn-menu-list .bot-menu-item .bot-service-name{font-family:Pretendard;font-size:16px;font-weight:500;color:#a3a3a3}.bot-btn-menu-list .bot-menu-item .bot-menu-default-icon{font-size:30px;color:#a3a3a3}.bot-btn-menu-list .bot-menu-item:hover{background-color:#f5f5f5}.bot-btn-menu-list .bot-menu-item:hover .bot-service-name,.bot-btn-menu-list .bot-menu-item:hover .bot-menu-default-icon{color:var(--primary-color);font-weight:600}@media screen and (max-width: 480px){.bot-btn-menu-list .bot-menu-item{padding:12px 0}.bot-btn-menu-list .bot-menu-item .bot-menu-btn{gap:6px}.bot-btn-menu-list .bot-menu-item .service-icon{width:30px;height:30px}.bot-btn-menu-list .bot-menu-item .bot-service-name{font-size:14px}.bot-btn-menu-list .bot-menu-item .service-salin{width:60px;height:30px}}@keyframes rotateInfinite{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@keyframes loading{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.bot-conversation-wrapper{height:calc(100% - 330px);flex:1}.bot-conversation{position:relative;display:flex;flex-direction:column;gap:12px;justify-content:space-between;height:100%;background-color:var(--bg-color)}.bot-conversation .bg-img{position:absolute;right:0;bottom:0}.bot-conversation .arrow-button{position:absolute;right:30px;font-size:0;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:30;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#fff;width:45px;height:45px;box-shadow:0 3px 5px #0003}.bot-conversation .arrow-button svg{font-size:35px;opacity:0;visibility:hidden;color:var(--primary-color)}.bot-conversation .arrow-button.visible{opacity:1;visibility:visible}.bot-conversation .arrow-button.visible svg{opacity:1;visibility:visible}.salinbot-logo{width:40px;height:40px}.msg-g{position:relative;display:flex;flex-direction:column;gap:24px;height:95%;overflow-y:auto;padding:0 20px 20px}.msg-g::-webkit-scrollbar{width:12px}.msg-g::-webkit-scrollbar-track{border-radius:10px}.msg-g::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px;background-clip:padding-box;border:2px solid transparent}.msg{display:flex;gap:12px}.msg .msg-box{display:flex;max-width:390px;flex-direction:column;border-radius:16px;padding:12px 20px;background-color:#fff;overflow:hidden;gap:10px;font-family:Pretendard}.msg .msg-box img{padding-top:10px;width:100%;border-radius:16px;width:auto;height:auto;max-width:300px;max-height:150px}.msg .msg-box p{font-size:15px;font-weight:400;line-height:1.4;color:#111}.msg .msg-box p a{color:var(--primary-color);font-weight:500}.msg .msg-box .msg-keyword{font-size:15px;color:#111}.msg .msg-box .talker-intro-g{display:flex;flex-direction:column;gap:4px}.msg .msg-box .talker-intro{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:var(--primary-color)}.msg .msg-box .talker-intro .check-icon{color:#a3a3a3}.msg .msg-bottom{display:flex;align-items:center;gap:10px}.msg .msg-bottom .bot-copy-icon{color:#a3a3a3;cursor:pointer}.msg .msg-bottom .bot-copy-icon:hover{color:var(--primary-color)}.msg .msg-time{font-family:Pretendard;font-size:14px;font-weight:300;color:#a3a3a3}.bot-msg-wrap .bot-msg{display:flex;flex-direction:column;gap:4px}.bot-msg-wrap .bot-msg .copy-message{font-size:14px;font-weight:300}.bot-msg-wrap .bot-msg .copy-message.success{color:var(--primary-color)}.user-msg-wrap{display:flex;justify-content:flex-end}.user-msg-wrap .user-msg{display:flex;flex-direction:column;align-items:end;gap:4px}.user-msg-wrap .user-msg .msg-box-user{text-align:end;background-color:var(--primary-color)}.user-msg-wrap .user-msg .msg-box-user p,.user-msg-wrap .user-msg .msg-box-user p a{color:#fff}.loader{display:flex;justify-content:center;align-items:center}.loader .dot{width:10px;height:10px;background-color:var(--primary-color);border-radius:50%;margin:0 2px;animation:loading .7s ease-in-out infinite}@media screen and (min-width: 481px){.arrow-button:hover img{animation:rotateInfinite 1s ease infinite}}@media screen and (max-width: 480px){.bot-conversation .arrow-button.visible{bottom:80px}.bot-conversation{height:100%}}@media screen and (max-width: 375px){.msg-g .msg-box p{font-size:14px}.msg-g .msg-time{font-size:12px}}.bot-msg-btn{position:relative;bottom:0;display:grid;grid-template-columns:1fr 1fr;background-color:var(--bg-color);gap:6px;padding:0 20px 12px}.bot-msg-btn .msg-btn{display:flex;align-items:center;text-align:left;padding:8px 12px;border:1px solid #ccc;border-radius:8px;background-color:#fff;color:#111;font-family:Pretendard;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bot-msg-btn .msg-btn:hover{font-weight:500;color:var(--primary-color);border:1px solid var(--primary-color);background-color:#f5f5f5}@media screen and (max-width: 480px){.bot-msg-btn{display:flex;overflow:auto;scrollbar-width:none;gap:12px}.bot-msg-btn::-webkit-scrollbar{width:0px}.bot-msg-btn .msg-btn{overflow:visible}.bot-msg-btn .msg-btn:nth-last-child(0){margin-right:20px}}@media screen and (max-width: 375px){.bot-msg-btn{font-size:14px}}.bot-msg-form{display:flex;min-height:56px}.bot-msg-form .bot-btn-menu{width:56px;height:56px;height:auto;border-top:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-radius:0 0 0 28px;background-color:#fff}.bot-msg-form .bot-btn-menu.active{border-radius:0}.bot-msg-form .bot-btn-menu .menu-svg{width:45%;height:45%;color:#a3a3a3}@media screen and (max-width: 480px){.bot-msg-form .bot-btn-menu{border-radius:0}}.bot-msg-form .bot-btn-send{width:56px;height:56px;height:auto;border-top:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #ccc;border-radius:0 0 28px}.bot-msg-form .bot-btn-send.active{border-radius:0}.bot-msg-form .bot-btn-send.noBottom{border-bottom:none}.bot-msg-form .bot-btn-send .send-svg{width:45%;height:45%;color:#a3a3a3}.bot-msg-form .bot-btn-send .send-svg:hover{fill:var(--primary-color);transition:.1s ease}@media screen and (max-width: 480px){.bot-msg-form .bot-btn-send{border-radius:0}}.bot-msg-form .bot-btn-close{display:none;width:56px;height:56px;border:1px solid #ccc}.bot-msg-form .bot-prompt-textarea{display:flex;width:calc(100% - 55px);height:auto;max-height:100px;justify-content:space-between;align-items:center;padding:5px 15px 5px 10px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-left:none;gap:16px;background-color:#fff;overflow:hidden}.bot-msg-form .bot-prompt-textarea.noBottom{border-radius:0 0 0 28px}@media screen and (max-width: 480px){.bot-msg-form .bot-prompt-textarea--no-bottom-menu,.bot-msg-form .bot-prompt-textarea.noBottom{border-radius:0}}.bot-msg-form .bot-prompt-textarea .bot-textarea{width:100%;height:20px;max-height:154px;min-height:20px;border:0;font-family:Pretendard;font-size:16px;font-weight:400;resize:none;line-height:22px;overflow-y:scroll}.bot-msg-form .bot-prompt-textarea .bot-textarea::-webkit-scrollbar{width:8px}.bot-msg-form .bot-prompt-textarea .bot-textarea::-webkit-scrollbar-track{background-color:#fff;border-radius:8px}.bot-msg-form .bot-prompt-textarea .bot-textarea::-webkit-scrollbar-thumb{background-color:#eaeaea;border-radius:8px;background-clip:padding-box;border:2px solid transparent}@media screen and (max-width: 375px){.bot-msg-form .bot-prompt-textarea .bot-textarea{font-size:15px}}.bot-msg-form .bot-prompt-textarea .msg-form-btns{display:flex;align-items:center;justify-content:center;gap:10px}.bot-msg-form .bot-prompt-textarea .msg-form-btns .msg-form-btn{font-size:23px;color:#a3a3a3}.bot-msg-form .bot-prompt-textarea .msg-form-btns .msg-form-btn--on{font-size:23px;color:var(--primary-color)}.bot-msg-form .bot-prompt-textarea .msg-form-btns .msg-form-btn:hover{color:var(--primary-color)}@media screen and (max-width: 480px){.bot-msg-form .bot-prompt-textarea .msg-form-btns .msg-form-btn:focus{color:var(--primary-color)}.bot-msg-form .bot-prompt-textarea .msg-form-btns .msg-form-btn:hover{color:#a3a3a3}}.bot-header{display:flex;justify-content:space-between;align-items:center;padding:24px 20px 20px;border-bottom:1px solid #ccc}.bot-header .bot-header-title{display:flex;align-items:center;gap:12px}.bot-header .bot-header-title .bot-logo{display:flex}.bot-header .bot-header-title .bot-header-txt{display:flex;flex-direction:column;gap:4px}.bot-header .bot-header-title .bot-name{font-size:20px;color:var(--primary-color)}.bot-header .bot-header-title .bot-desc{font-size:16px;font-weight:500}@media screen and (max-width: 480px){.bot-header{padding:14px 20px 12px}.bot-header .bot-header-icons .header-btn{width:28px;height:28px}.bot-header .bot-header-icons .bot-header-resize{display:none}}@media screen and (max-width: 375px){.bot-header .bot-header-title .bot-name{font-size:18px}.bot-header .bot-header-title .bot-desc{font-size:15px}}.bot-type-tab{display:flex;background-color:var(--bg-color);padding:12px 0}.bot-type-tab .type-list{display:flex;align-items:center;overflow:hidden;gap:12px;padding:0 24px}@media screen and (max-width: 480px){.bot-type-tab .type-list{padding:0 16px}}.bot-type-tab .type-list .type-item{padding:6px 16px;border:1px solid #ccc;border-radius:24px;background-color:#fff;color:#ccc;font-size:16px;font-weight:500;box-sizing:border-box;cursor:pointer}.bot-type-tab .type-list .type-item:hover{background-color:var(--primary-color);color:#fff}.bot-type-tab .type-list .type-item .type-cont{overflow:hidden;white-space:nowrap}.bot-type-tab .type-list .type-item.active{color:var(--primary-color);border:2px solid var(--primary-color);padding:4.4px 14.4px}.bot-type-tab .type-list .type-item.active:hover{background-color:var(--primary-color);color:#fff}@media screen and (max-width: 480px){.bot-type-tab{padding:10px 0}}@media screen and (max-width: 375px){.bot-type-tab .type-list .type-item{font-size:15px;font-weight:400;padding:5px 12px}.bot-type-tab .type-list .type-item.active{padding:4px 11px}}.chatbot-certify{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;height:100%}.chatbot-certify__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px;padding:40px;width:100%}.chatbot-certify__background{position:absolute;top:25%;display:flex;width:85%;justify-content:space-between}.chatbot-certify__talker{display:flex;flex-direction:column;align-items:center;gap:30px}.chatbot-certify__talker-link{display:flex;flex-direction:column;align-items:center;gap:12px}.chatbot-certify__logo{width:80px;height:80px}.chatbot-certify__logo svg{width:100%;height:100%}.chatbot-certify__title{padding:5px 0;text-align:center;font-size:40px;font-weight:700;color:var(--primary-color)}.chatbot-certify__input-section{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.chatbot-certify__header{display:flex;flex-direction:column;align-items:center;gap:5px;height:38px}.chatbot-certify__header-title{font-size:18px;font-weight:500}.chatbot-certify__header-error-message{font-size:16px;color:#ff0808;font-weight:400}.chatbot-certify__input-container{display:flex;align-items:center;gap:10px}.chatbot-certify__input-wrapper{position:relative}.chatbot-certify__input{width:42px;height:48px;text-align:center;border-radius:4px;border:1px solid #cccccc;font-size:16px;font-family:password,sans-serif;-webkit-text-security:disc;text-security:disc;-moz-text-security:circle}.chatbot-certify__input--error{border:1px solid #ff0808}.chatbot-certify__cursor{position:absolute;width:1px;height:40%;background-color:#000;animation:blink 1s step-start infinite;right:50%;top:50%;transform:translate(-50%,-50%)}.chatbot-certify__submit-button{display:flex;align-items:center;justify-content:center;width:100%;height:48px;margin-top:auto;border-radius:8px;background-color:var(--primary-color);color:#fff;font-size:18px;font-weight:600;cursor:pointer;transition:background-color .3s}.chatbot-certify__submit-button:disabled{background-color:#ccc;color:#111;cursor:not-allowed}@media screen and (max-width: 480px){.chatbot-certify__submit-button{font-size:16px}}.chatbot-certify__signin-section{display:flex;flex-direction:column;gap:25px;width:100%}.chatbot-certify__signin-input{position:relative;display:flex;flex-direction:column;gap:4px}.chatbot-certify__signin-input label{font-size:16px;font-weight:600}.chatbot-certify__signin-input input{width:100%;height:44px;padding:12px;border-radius:8px;border:1px solid #cccccc}.chatbot-certify__signin-input p{position:absolute;bottom:-20px;font-size:14px;color:#ff0808}@keyframes blink{50%{opacity:0}}.footer{width:100%;height:auto;box-sizing:border-box;border-radius:0 0 28px 28px;padding:.8rem .4rem;display:flex;justify-content:center;background-color:#f7f8fa}.footer .inner{position:relative;padding:0 0 1.2rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.footer .footer__text{display:flex;flex-direction:column;gap:7px;font-size:20px;text-align:center}.footer .footer__text .welcome-msg{display:flex;align-items:center;justify-content:center;gap:5px}.footer .footer__text .welcome-msg .password__sparkle-icon{width:13px;height:13px}.footer .footer__text .btn-mail{font-size:18px;font-weight:600;color:#111;transition:all .3s ease-in}.footer .footer__text .btn-mail:hover{color:#8f8f8f}.footer .footer__link{width:100%;display:flex;justify-content:center;gap:.48rem;margin-top:.12rem}.footer .footer__link .footer__link-item{display:flex;justify-content:center;align-items:center;width:35px;height:35px;border-radius:100px;transition:all .2s ease-in}.footer .footer__link .footer__link-item svg{font-size:25px;color:#111}.footer .footer__link .footer__link-item:hover,.footer .footer__link .footer__link-item:focus{background-color:#b1deff}.modal-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;justify-content:center;width:100%;height:100%;min-width:300px;flex-direction:column;align-items:center;overflow-y:auto;background-color:#7a7878a5;border-radius:28px}@media screen and (max-width: 480px){.modal-wrapper{border-radius:0}}.modal-wrapper .modal-container{display:flex;flex-direction:column;align-items:center;gap:5px;max-width:420px;width:90%;height:20%;min-height:200px;font-size:18px;font-weight:600;background-color:#fff;border-radius:20px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px}.modal-wrapper .modal-container .close-button-container{margin-left:auto;padding:15px 20px 0;font-size:20px;cursor:pointer;color:#ccc}.modal-wrapper .modal-container .modal-content{display:flex;flex-direction:column;gap:15px;align-items:center}.modal-wrapper .modal-container .modal-content .modal-text{font-size:20px;text-align:center}@media screen and (max-width: 480px){.modal-wrapper .modal-container .modal-content .modal-text{font-size:16px}}.modal-wrapper .modal-container .modal-content .warning-icon{font-size:60px;color:var(--primary-color);width:56px;height:56px}.modal-wrapper .modal-container .modal-content .talker-loading-icon{position:relative;color:var(--primary-color);width:56px;height:56px}.modal-wrapper .modal-container .modal-content .talker-loading-icon .talker-eyes{position:absolute;right:50%;top:42%;display:flex;gap:7px;transform:translate(50%,-42%);animation:move 2s infinite}.modal-wrapper .modal-container .modal-content .talker-loading-icon .talker-eyes div{width:5px;height:5px;background-color:#fff;border-radius:50%}@keyframes move{0%,to{transform:translate(5px)}50%{transform:translate(10px)}}.voice-chat-content{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;flex:1}.voice-chat-content .voice-chat-text{color:#636363;font-size:16px;font-weight:600}.voice-chat-content .talker-voice-icon{position:relative;color:var(--primary-color)}.voice-chat-content .talker-voice-icon.is-converting{color:var(--primary-color)}.voice-chat-content .talker-voice-icon.is-converting .talker-ears{position:absolute;top:38%;display:flex;justify-content:space-between;width:100%;padding:0 4px;z-index:100}.voice-chat-content .talker-voice-icon.is-converting .talker-ears div{width:6px;height:13px;background-color:#fff}.voice-chat-content .talker-voice-icon.is-converting .talker-ears div:first-of-type{border-radius:6px 0 0 6px}.voice-chat-content .talker-voice-icon.is-converting .talker-ears div:last-of-type{border-radius:0 6px 6px 0}.voice-chat-content .talker-voice-icon.is-converting .talker-mouth.move{position:absolute;top:68%;left:50%;width:14px;height:6px;background-color:#fff;border-radius:0 0 6px 6px;transform:translate(-50%);z-index:100;animation:mouth-move 2s infinite}.voice-chat-content .talker-voice-icon.is-converting .talker{transition:transform .3s ease;animation:scale-up-down .5s ease forwards}.voice-chat-content .talker-voice-icon .talker-ears.move{position:absolute;top:38%;display:flex;justify-content:space-between;width:100%;padding:0 4px;animation:ears-move 2s infinite}.voice-chat-content .talker-voice-icon .talker-ears.move div{width:6px;height:13px;background-color:#fff}.voice-chat-content .talker-voice-icon .talker-ears.move div:first-of-type{border-radius:6px 0 0 6px}.voice-chat-content .talker-voice-icon .talker-ears.move div:last-of-type{border-radius:0 6px 6px 0}.voice-chat-content .talker-voice-icon .talker-mouth.move{position:absolute;top:68%;left:50%;width:14px;height:6px;background-color:#fff;border-radius:0 0 6px 6px;transform:translate(-50%);animation:mouth-move 2s infinite}@keyframes mouth-move{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.2)}}@keyframes ears-move{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes scale-up-down{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.speech-bubble__text{position:relative;padding:12px 24px;border-radius:12px;background-color:var(--primary-color);color:#fff}.speech-bubble__text div{font-size:18px;font-weight:900;text-align:center}.speech-bubble__text:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:0;border:12px solid transparent;border-bottom:0;margin-left:-12px;margin-bottom:-11px;border-top-color:var(--primary-color)}.speech-bubble__text--white{background-color:var(--bg-color);color:var(--primary-color)}.speech-bubble__text--white:after{border-top-color:var(--bg-color)}
