@font-face{font-family:PretendardVariable;font-weight:400;font-style:normal;src:url(/fonts/PretendardVariable.ttf) format("ttf")}@font-face{font-family:chnam;font-weight:400;font-style:normal;src:url(/fonts/chnam.ttf) format("ttf")}.ChatBot_chatbotContainer__rh_x4{position:fixed;bottom:2rem;right:2rem;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:1rem}@media(min-width:320px)and (max-width:767px){.ChatBot_chatbotContainer__rh_x4{bottom:1.5rem;right:1.5rem}}.ChatBot_chatButton___IwQd{width:6rem;height:6rem;border-radius:50%;background-color:#fff;border:.1rem solid #000;color:#fff;font-size:2.4rem;cursor:pointer;transition:background-color .2s;display:flex;flex-direction:row;justify-content:center;align-items:center}.ChatBot_chatButton___IwQd.ChatBot_isOpen__x76a_,.ChatBot_chatButton___IwQd:hover{background-color:#000}@media(min-width:320px)and (max-width:767px){.ChatBot_chatButton___IwQd{width:5rem;height:5rem;font-size:2rem}}.ChatBot_chatWindow__t00yC{width:38rem;height:60rem;max-height:calc(100vh - 10rem);background-color:#fff;border-radius:1.6rem;box-shadow:0 .8rem 2.4rem rgba(0,0,0,.2);display:flex;flex-direction:column;animation:ChatBot_slideUp__h_f_p .3s ease-out;overflow:hidden}@media(min-width:320px)and (max-width:767px){.ChatBot_chatWindow__t00yC{width:calc(100vw - 4rem);max-width:34rem;height:calc(100vh - 10rem);max-height:55rem}}@keyframes ChatBot_slideUp__h_f_p{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.ChatBot_chatHeader__chqv0{padding:1rem 2rem;background-color:#0bb964;color:#fff;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.ChatBot_closeButton__Ci_fk{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;width:3.2rem;height:3.2rem;display:flex;justify-content:center;align-items:center;border-radius:50%;transition:background-color .2s}.ChatBot_closeButton__Ci_fk:hover{background-color:hsla(0,0%,100%,.2)}.ChatBot_chatBody__JubLB{flex:1 1;overflow-y:auto;padding:1.6rem;background-color:#f5f5f5}.ChatBot_messageContainer__dCZnU{display:flex;flex-direction:column;gap:1.2rem}.ChatBot_message__7Do2x{padding:1.2rem 1.6rem;border-radius:1.2rem;max-width:75%;word-wrap:break-word}.ChatBot_message__7Do2x.ChatBot_botMessage__Q26hI{align-self:flex-start;background-color:#fff;border:.1rem solid rgba(0,0,0,.1)}.ChatBot_message__7Do2x.ChatBot_userMessage__oVdIw{align-self:flex-end;background-color:#0bb964;color:#fff}.ChatBot_chatInput__XzdrM{padding:1.6rem;background-color:#fff;border-top:.1rem solid rgba(0,0,0,.1);display:flex;gap:1rem;flex-shrink:0}.ChatBot_input__cN_pw{flex:1 1;padding:1rem 1.2rem;border:.1rem solid rgba(0,0,0,.2);border-radius:.8rem;font-size:1.4rem;outline:none;transition:border-color .2s}.ChatBot_input__cN_pw:focus{border-color:#0bb964}.ChatBot_input__cN_pw::placeholder{color:rgba(0,0,0,.5)}.ChatBot_sendButton__biEMv{padding:1rem 2rem;flex-shrink:0}.ChatBot_wait__C_Y79{display:flex;gap:4px}.ChatBot_wait__C_Y79 span{display:inline-block;animation:ChatBot_bounce__1yBd_ 1s ease-in-out infinite}.ChatBot_wait__C_Y79 span:first-child{animation-delay:0s}.ChatBot_wait__C_Y79 span:nth-child(2){animation-delay:.15s}.ChatBot_wait__C_Y79 span:nth-child(3){animation-delay:.3s}.ChatBot_wait__C_Y79 span:nth-child(4){animation-delay:.45s}.ChatBot_wait__C_Y79 span:nth-child(5){animation-delay:.6s}.ChatBot_wait__C_Y79 span:nth-child(6){animation-delay:.75s}@keyframes ChatBot_bounce__1yBd_{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}