
.chatbot-start{
    background:transparent;
    border:none;
    position:fixed;
    z-index: 9999;
    bottom:102px;
    right:30px;
    width:50px;
    height:50px;
    padding:0px;
    text-indent: -9999px;
    background: url(../../images/common/float_chat.png) no-repeat 50% 50% / 100%;

}
.chatbot-start img{    
    width:50px;
    height:50px;
    border-radius:50%;
}
.fb .btn-top{ background: url(../../images/common/float_arrow.png) no-repeat 50% 50% / 100%;}

.chatbot-box{
    width:362px;
    height:617px;
    position:fixed;
    z-index: 9999;
    right:10px;
    bottom:10px;
    border:none;
    overflow:hidden;
    display:none;
    background-color: #fff;
    
}

.chatbot-box .chatbot-frame{
    border:1px solid #aaa;
    width:360px;
    height:615px;
    top:615px;
    position:absolute;
    
    
}

.chatbot-box .close{
    position:absolute;
    width:34px;
    height:55px;
    top:0px;
    right:10px;
    font-size: 28px;
    background:transparent;
    outline:none;
    border:none;
    

   
}

.chatbot-box .close img{
    
    width:24px;
    height:24px;
    
}
.chatbot-box .open{
    top:625px;

}


.chatbot-loading{
    background:#fff;
    color:#000;
    font-size:18px;
    text-align:center;
    width:100%;
    height:100%;
    border:none;
    vertical-align:middle;
    padding-top:100px;

   
    
}

.chatbot-reload{
    font-size:18px;
}

.chat-header .header{ padding: 20px 10px !important; }
.chatbot-box .btAsk{ position: absolute; margin-top: 10px;top: 0px; right: 44px; height: 26px; display: flex; width: 96px; color:white; align-items: center; justify-content: center; border-radius: 3px; font-size: 13px; border:1px solid white; }

/* 240823 챗봇사용설명서 */
.callGud{ position: absolute; top: 100px; right: 20px; width: 20px; height: 20px; display: block; background: transparent url(/assets/templet/enterprise/images/chatbot/manual-book.png) no-repeat 50% 50% / 100% auto;}
.callGud span{ position: absolute; top: -9999px; left: -9999px;}

.chatbotgud-pop{ position: fixed; top: 0; right: 11px; width: 100%; background-color: rgba(0,0,0,.6); padding: 0; z-index: 99999; display: none;}
.chatbotgud-pop .inner{ height: 100vh; display: flex; justify-content: center; align-items: center;}
.chatbotgud-pop .chatbotgud-slide{ position: relative;width: 1500px; margin: 0 auto; background-color: #fff; }
.chatbotgud-pop .chatbotgud-slide .slide-bx{ overflow: hidden; }
.chatbotgud-pop .chatbotgud-slide .prev,
.chatbotgud-pop .chatbotgud-slide .next{ position: absolute; top: 50%; right: 5px; width: 20px; height: 30px; background: transparent url(/assets/templet/enterprise/images/chatbot/right-arrow.png) no-repeat 50% 50% / 100% auto;}
.chatbotgud-pop .chatbotgud-slide .prev{ right: auto; left: 5px; transform: rotate(180deg);}
.chatbotgud-pop .chatbotgud-slide .prev.swiper-button-disabled,
.chatbotgud-pop .chatbotgud-slide .next.swiper-button-disabled{ display: none;}
.chatbotgud-pop .cGud-close{ position: absolute; top: 24px; right: 24px; width: 40px; height: 40px; margin: 0; z-index: 2; border: #ff0000 0px solid; display: block;}