@media screen and (max-width: 767px) { 
    .App { 
        
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/7u5bixymyr/prd/image/대지 6.png') !important;
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/7u5bixymyr/prd/image/대지 6.png') !important;
    
        
    }
}

.button-divider {
    border: 1px solid rgb(198, 252, 129);
}

.contents-divider {
    color: rgb(198, 252, 129);
}

.ava-watermark {
    filter: undefined;
}

.logo-wrap {
    display: block;
}

.App {
        
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/7u5bixymyr/prd/image/대지 6.png') !important;
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/7u5bixymyr/prd/image/대지 6.png') !important;
    
        
}

.g-wrap {
    
    
}

.motion-btn {
    background-color : rgb(255, 255, 255);
    color : rgb(59, 55, 53);
    border-color : rgb(250, 222, 201);
    border-radius : 20px;
    border-width : 2px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}

.motion-btn:hover, .motion-button:active  {
    background-color : rgb(255, 224, 224);  
    border-color : rgb(255, 255, 255) !important;
    color : rgb(59, 55, 53);
}

.chat-message {
    color : rgb(62, 54, 54);
    font-family : 'IMHyemin';
}

.chat-button-wrapper {
    background-color : rgb(255, 211, 209);
    color : rgb(27, 25, 23);
    border-color : rgb(255, 169, 169);
    border-radius : 20px;
    border-width : 2px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}

.privacy-input-wrapper {
    border-radius : 20px;
    border-color : rgb(255, 169, 169);
    border-width : 2px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}

.user-input-wrapper {
    border-radius : 20px;
    border-color : rgb(255, 169, 169);
    border-width : 2px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}
.user-input {
    border-bottom: 1px solid rgb(255, 169, 169);
}

.chat-button-wrapper:hover {
    border-color : rgb(255, 214, 216);
}

.chat-button {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: width ease 0.4s;
    z-index: 1;
}

.chat-button::after {
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: rgb(255, 235, 234);
    transition: width ease 0.4s;
}

.chat-button:hover::after {
    z-index: -1;
    width: 100%;
}

.fixed-chat-button-wrapper {
    background-color : rgb(116, 158, 75);
    color : rgb(255, 255, 255);
    border-color : rgb(65, 97, 32);
    border-radius : 20px;
    border-width : 2px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}

.fixed-privacy-input-wrapper {
    border-radius : 20px;
    border-color : rgb(65, 97, 32);
    border-width : 2px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}
.fixed-user-input-wrapper {
    border-radius : 20px;
    border-color : rgb(65, 97, 32);
    border-width : 2px;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}
.fixed-user-input {
    border-bottom: 1px solid rgb(65, 97, 32);
}

.fixed-chat-button-wrapper:hover {
    border-color : rgb(86, 58, 24);
}

.fixed-chat-button {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: width ease 0.4s;
    z-index: 1;
}
.fixed-chat-button::after {
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: rgb(163, 92, 70);
    transition: width ease 0.4s;
}

.fixed-chat-button:hover::after {
    z-index: -1;
    width: 100%;
}

.share-button {
    position: absolute;
    width: 20px;
    padding : 8px;
    cursor : poniter;
    display : block !important;
    background-color : rgb(240, 138, 138);
    border-radius : 20px;
}  
