@charset "UTF-8";:root{--aiis-chat-color-main: rgba(0, 100, 60, 1);--aiis-chat-color-message: rgba(34, 121, 87, 1);--aiis-chat-mobile-max: 768px;--aiis-chat-pc-min: 769px;--aiis-chat-boder-color: #cedeea;--aiis-chat-message-left-bg-color: #f2f7fb;--aiis-chat-message-right-bg-color: #227957;--aiis-chat-start-chat-boder-color: #d4e2ec;--aiis-chat-cancle-btn-color: #f2f4f7;--aiis-chat-ok-btn-color: #217a58;--aiis-chat-color-sys-font: #919192;--aiis-chat-font-color: #3d3e3f}.aiis_chat_base{all:revert;margin:0;padding:0;border:0;font-size:100%;vertical-align:middle;background:transparent;font-style:normal;scroll-behavior:smooth;border-style:unset;box-sizing:border-box;font-family:Pretendard,sans-serif}@media (max-width: 768px){#idx_sptizChatBotWidget{width:100vw;position:fixed;top:0;left:0;z-index:100}}@media (min-width: 769px){#idx_sptizChatBotWidget{display:flex;align-items:flex-end;position:fixed;bottom:10px;right:0;z-index:100;width:30%;min-width:570px}}#idx_sptizChatBotWidget.closed{width:unset;min-width:0px}.aiis_chat_widget{width:100%;height:100dvh;display:flex;justify-content:center;align-items:flex-start}@media (min-width: 769px){.aiis_chat_widget{max-height:949px;padding-top:25px}}.aiis_chat_widget.hide{height:unset}.btn_aiis_chat_open{padding:unset;border:unset;background:transparent;position:fixed;right:20px;bottom:40px;cursor:pointer;width:60px;height:60px}.btn_aiis_chat_open .img_aiis_chat_open{top:0;left:0;width:60px;height:60px}.aiis_chat_area{width:100%;height:100%;background-color:#fff;display:grid;grid-template-columns:1fr;grid-template-rows:max-content 1fr;position:relative;box-shadow:0 0 20px #0000003d}@media (min-width: 769px){.aiis_chat_area{border-radius:20px;right:10px}}.aiis_chat_area.hide{display:none}.aiis_chat_area_table{height:100%;width:100%;border-spacing:unset}.aiis_chat_message_area_row{height:auto}.aiis_chat_head_frame{background-color:var(--aiis-chat-color-main)}@media (min-width: 769px){.aiis_chat_head_frame{border-radius:20px 20px 0 0;height:80px}}@media (max-width: 768px){.aiis_chat_head_frame{height:57px}}.aiis_chat_head_frame .aiis_chat_head_group{position:relative;width:95%;left:5%}@media (min-width: 769px){.aiis_chat_head_frame .aiis_chat_head_group{height:30px;top:25px}}@media (max-width: 768px){.aiis_chat_head_frame .aiis_chat_head_group{height:20px;top:16px}}.aiis_chat_head_frame .aiis_chat_head_title{position:absolute;top:0;left:0;font-family:Pretendard-SemiBold,Helvetica;font-weight:600;color:#fff;letter-spacing:0;line-height:28px;white-space:nowrap}@media (min-width: 769px){.aiis_chat_head_frame .aiis_chat_head_title{width:135px;height:28px;font-size:24px}}@media (max-width: 768px){.aiis_chat_head_frame .aiis_chat_head_title{width:119px;height:25px;font-size:18px}}.img_aiis_chat_exit{position:absolute;top:0;left:90%;cursor:pointer}@media (min-width: 769px){.img_aiis_chat_exit{width:24px;height:24px}}@media (max-width: 768px){.img_aiis_chat_exit{width:20px;height:20px}}.img_aiis_chat_minimize{position:absolute;top:0;left:82%;cursor:pointer}@media (min-width: 769px){.img_aiis_chat_minimize{width:24px;height:24px}}@media (max-width: 768px){.img_aiis_chat_minimize{width:20px;height:20px}}.img_aiis_chat_conn_agent{position:absolute;top:0;left:58%;display:none;cursor:pointer}@media (min-width: 769px){.img_aiis_chat_conn_agent{width:24px;height:24px}}@media (max-width: 768px){.img_aiis_chat_conn_agent{width:20px;height:20px}}.img_aiis_chat_phone{position:absolute;top:0;left:74%;cursor:pointer}@media (min-width: 769px){.img_aiis_chat_phone{width:24px;height:24px}}@media (max-width: 768px){.img_aiis_chat_phone{width:20px;height:20px}}.img_aiis_chat_clean{position:absolute;top:0;left:66%;cursor:pointer}@media (min-width: 769px){.img_aiis_chat_clean{width:24px;height:24px}}@media (max-width: 768px){.img_aiis_chat_clean{width:20px;height:20px}}.aiis_chat_contect_box{width:272px;height:126px;background-color:#fff;display:block;position:relative;top:32px;left:48%;border-radius:10px;padding:16px;border:1px solid;border-color:var(--aiis-chat-boder-color)}.aiis_chat_contect_box.hide{display:none}.aiis_chat_contect_box .aiis_chat_contect_box_title{height:24px;font-size:16px;margin-bottom:8px;display:flex}.aiis_chat_contect_box .aiis_chat_contect_box_text{height:40px;font-size:16px;margin-bottom:8px;background-color:var(--aiis-chat-message-left-bg-color);text-align:center;padding-top:10px;border-radius:6px}.aiis_chat_contect_box .aiis_chat_contect_box_title .aiis_chat_contect_box_title_text{width:90%}.aiis_chat_contect_box .aiis_chat_contect_box_title .img_aiis_chat_contect_box_title_close{width:16px;height:16px}.aiis_chat_contect_box .aiis_chat_contect_box_footer{height:12px;font-size:12px;text-align:center}.aiis_chat_message_area{height:100%;display:flex;flex-direction:column;overflow:auto;background-color:#fff;padding-bottom:clamp(.9rem,2vw,1.1rem)}@media (min-width: 769px){.aiis_chat_message_area{width:auto}}@media (max-width: 768px){.aiis_chat_message_area{width:100dvw}}.aiis_chat_message_date{width:100%;text-align:center;margin-top:clamp(.9rem,2vw,1.1rem);color:var(--aiis-chat-color-sys-font)}.aiis_chat_message{width:fit-content;max-width:80%;margin-left:clamp(.9rem,2vw,1.1rem);margin-top:clamp(.9rem,2vw,1.1rem)}.aiis_chat_message .aiis_chat_message_ele_wrap{display:grid;grid-template-columns:minmax(clamp(.9rem,2vw,1.1rem),max-content) 1fr max-content}.aiis_chat_message .aiis_chat_message_ele_wrap .aiis_chat_message_ele{align-items:center;border-radius:15px;color:#000;background-color:var(--aiis-chat-message-left-bg-color);display:flex;width:fit-content;min-height:max-content;margin:3px;padding-left:clamp(.9rem,2vw,1.1rem);padding-right:clamp(.9rem,2vw,1.1rem)}.aiis_chat_message_r{align-self:end;width:fit-content;max-width:80%;margin-right:clamp(.9rem,2vw,1.1rem);margin-top:clamp(.9rem,2vw,1.1rem)}.aiis_chat_message_r .aiis_chat_message_ele_wrap{display:grid;grid-template-columns:max-content 1fr}.aiis_chat_message_r .aiis_chat_message_ele_wrap .aiis_chat_message_ele{align-items:center;border-radius:15px;color:#fff;background-color:var(--aiis-chat-message-right-bg-color);display:flex;width:fit-content;min-height:max-content;margin:3px;padding-left:clamp(.9rem,2vw,1.1rem);padding-right:clamp(.9rem,2vw,1.1rem)}.aiis_chat_usr_name{font-weight:700;margin-left:5px;margin-bottom:5px;display:flex;flex-direction:column;justify-content:flex-end}@media (max-width: 768px){.aiis_chat_agent_logo{width:30px;height:30px;margin-top:7px;margin-right:7px}}@media (min-width: 769px){.aiis_chat_agent_logo{width:40px;height:40px;margin-top:8px;margin-right:8px}}.aiis_chat_message_log{border-radius:.3rem;line-break:anywhere;min-height:45px;padding-top:clamp(.9rem,2vw,1.1rem);padding-bottom:clamp(.9rem,2vw,1.1rem)}.aiis_chat_message_ele_time{display:flex;flex-direction:column;justify-content:flex-end;color:var(--aiis-chat-color-sys-font);margin-bottom:5px}.aiis_chat_message_r .aiis_chat_message_ele_wrap .aiis_chat_message_ele_time{margin-right:9px}.aiis_chat_message .aiis_chat_message_ele_wrap .aiis_chat_message_ele_time{margin-left:9px}.aiis_chat_message_log_markup{border-radius:.3rem;line-break:anywhere;min-height:45px}.aiis_chat_message_log_markup ol{list-style:revert;padding-left:15px;font-weight:revert}.aiis_chat_message_log_markup li{list-style:revert;font-weight:revert}.aiis_chat_message_log_markup ul{list-style:revert;padding-left:20px;font-weight:revert;margin-block-start:1em;margin-block-end:1em}.aiis_chat_message_log_markup p,strong{margin:revert;font-weight:revert}.aiis_chat_message_log_markup h1{margin:revert;font-weight:revert;font-size:100%}.aiis_chat_message_log_markup ol li p{margin:10px 0 0}.aiis_chat_message_log_markup a{all:revert}.aiis_chat_inputbox_row{height:clamp(50px,6vw,5rem);border-top:2px solid;border-color:var(--aiis-chat-boder-color)}.aiis_chat_inputbox{display:flex;height:auto;justify-content:center;align-items:center}.InputText{width:50%;border-radius:3rem;margin:5px}.aiis_chat_inputtextmsg{width:100%;margin:5px;resize:none;box-sizing:border-box;border:2px;background-color:#f2f7fb;border-radius:23px;border:1px solid;border-color:var(--aiis-chat-boder-color);max-height:100px;min-height:40px;vertical-align:middle;padding-left:clamp(.9rem,2vw,1.1rem);padding-right:clamp(.9rem,2vw,1.1rem);font-family:Pretendard-Medium,Helvetica;font-weight:500;color:#3d3e3f;font-size:clamp(.9rem,2vw,1.1rem);letter-spacing:0;line-height:40px}.aiis_chat_inputtextmsg::placeholder{color:#9ba9b4}.aiis_chat_inputtextmsg.monoline{height:40px;line-height:40px}.aiis_chat_inputtextmsg.multiline{line-height:24px}.aiis_chat_inputtextmsg:disabled{width:100%;border-radius:23px;margin:5px;resize:none;box-sizing:border-box;border:2px;max-height:100px;cursor:default;background-color:light-dark(rgba(239,239,239,.3),rgba(59,59,59,.3));color:light-dark(rgb(84,84,84),rgb(170,170,170));border-color:#7676764d;font-family:Pretendard-Medium,Helvetica;font-weight:500;font-size:16px;letter-spacing:0;line-height:40px}.aiis_chat_inputtextmsg::-webkit-scrollbar{width:7px;background:transparent;border-radius:3px;display:none}.aiis_chat_inputtextmsg::-webkit-scrollbar-thumb{background:orange;border-radius:3px}.btn_aiis_chat_message_tr{margin-right:10px;background:none;cursor:pointer}.img_aiis_chat_send_message{width:40px;height:40px}.btn_aiis_chat_menu{width:70px;margin:0 10px;background-color:transparent;cursor:pointer}.img_aiis_chat_menu{width:40px;height:40px}.btn_StartChat{height:35px;width:90%;padding:0,10,0,10;font-size:small;font-weight:700;cursor:pointer}.aiis_chat_macro_area{height:0}.aiis_chat_macro_area.hide{display:none}.aiis_chat_macro_row{display:flow-root;margin-top:5px;margin-bottom:5px;grid-template-columns:1fr 1fr 1fr}.btn_aiis_chat_macro{height:clamp(38px,3vw,48px);margin:6px 10px;overflow:hidden;width:fit-content;border-radius:999px;border:1px solid;border-color:var(--aiis-chat-boder-color);background-color:transparent}.aiis_chat_macro_btn_name{display:inline-block;white-space:nowrap;padding:0 12px;color:var(--aiis-chat-font-color)}@keyframes scrollText{0%{transform:translate(0)}to{transform:translate(-100%)}}.aiis_chat_wait_indicator{width:8px;height:8px;border-radius:50%;display:block;position:relative;color:#88a0b2;box-sizing:border-box;animation:botwaitanimloader 1s linear infinite;margin-right:46px}@keyframes botwaitanimloader{0%{box-shadow:40px 0,24px 0,8px 0}17%{box-shadow:40px 0,24px 0,8px -5px}34%{box-shadow:40px 0,24px -5px,8px -10px}51%{box-shadow:40px -5px,24px -10px,8px -5px}68%{box-shadow:40px -10px,24px -5px,8px 0}85%{box-shadow:40px -5px,24px 0,8px 0}to{box-shadow:40px 0,24px 0,8px 0}}.aiis_chat_show_msg_his{height:clamp(38px,3vw,48px);margin:6px 10px;overflow:hidden;width:80%;border-radius:999px;border:1px solid;border-color:var(--aiis-chat-boder-color);background-color:transparent}.aiis_chat_message_full{width:100%;text-align:center;margin-top:clamp(.9rem,2vw,1.1rem);color:var(--aiis-chat-color-sys-font)}#idx_bottom_chat_agent{position:fixed;height:0px;width:100vw;display:flex;align-items:flex-end;flex-direction:column-reverse;z-index:10000;bottom:0}#idx_sptizChatBotWidget_agent{width:100vw;position:fixed;top:0;left:0}.aiis_chat_widget_agent{height:100dvh;display:flex;justify-content:center;align-items:flex-start}.btn_aiis_chat_open_agent{padding:unset;border:unset;background:transparent;position:fixed;right:20px;bottom:40px;width:64px;height:64px}.btn_aiis_chat_open .img_aiis_chat_open_agent{top:0;left:0;width:64px;height:64px}.aiis_chat_area_agent{width:100%;height:100%;background-color:#fff;display:grid;grid-template-columns:1fr;grid-template-rows:max-content 1fr;position:relative;box-shadow:0 0 20px #0000003d}.aiis_chat_area_agent.hide{display:none}.aiis_chat_head_frame_agent{border-radius:unset}.aiis_chat_message_ele_wrap_agent{grid-template-columns:max-content max-content 1fr!important}.StartChatBtnRow{height:50px;text-align:center}.aiis_chat_confirm_modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999}.aiis_chat_confirm_box{background:#fff;border-radius:29px;top:40vh;padding:40px 20px 20px;border:2px solid;border-color:var(--aiis-chat-boder-color);box-shadow:0 0 8px 6px #0000003d;max-width:412px;width:90%;height:auto;top:50%;left:50%;position:fixed;transform:translate(-50%,-50%);text-align:center}.aiis_chat_confirm_title{font-size:1.2rem;white-space:pre-line}.aiis_chat_confirm_btns{display:flex;margin-top:24px;justify-content:center;gap:1rem}.btn_aiis_chat_confirm_ok,.btn_aiis_chat_confirm_cancle{font-size:.8rem;padding:.3rem 1rem;border-radius:100px;width:180px;height:51px;cursor:pointer}.btn_aiis_chat_confirm_cancle{background-color:var(--aiis-chat-cancle-btn-color);color:#000}.btn_aiis_chat_confirm_ok{background-color:var(--aiis-chat-ok-btn-color);color:#fff}
