.elementor-4784 .elementor-element.elementor-element-4c5437cb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4784 .elementor-element.elementor-element-308d615b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-308d615b */#customerChat {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
    border-radius: 28px;
    cursor: pointer
}
#customerChat img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    /*background: tomato;*/
}
#customerChat span {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    color: #ff6b4a;
}/* End custom CSS */