@media (min-width: 1152px) {
    #chat {
        right: 0px;
    }

    #chat-button {
        right: 70px;
        bottom: 18px;
        z-index: 100;
    }
}

@media (max-width: 1151px ){
    #chat {
        right: 0px;
    }

    #chat-button {
        right:  70px;
        bottom: 18px;
        z-index: 100;
    }
}

#chat {
    display: none;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    z-index: 4031;
}


#chat-button {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: rgb(54, 129, 254);
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 2px 8px 0 rgba(117, 117, 117, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

#chat-button:hover {
    cursor: pointer;
    background-color: rgba(54, 129, 254, 0.8);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}

/* 챗봇 내부 아이콘 크기 */
.jpMfHI {
    width: 100%;
    height: 100%;
}

/* bubble 간격? */
.dmsckk {
    width: 19rem;
}

/* 고정메뉴 */
.ldTa-dV {
    background: #EEEEEE;
}

.PUuBn p {
    font-size: 13px;
    color: #000000;
}


/* 홈버튼 */
.haJstQ {
    color: #B52555;
}

/* input 버튼 */
.kwINjE {
    color: #B52555;
}

/* 시간 */
.hiCwcw {
    color: #000000;
}