@media screen and (max-width: 767px) { 
    .App { 
        
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/xnjvk154yz/prd/image/배경.png') !important;
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/xnjvk154yz/prd/image/배경.png') !important;
    
        
    }
}

.button-divider {
    border: 1px solid #C9C9C9;
}

.contents-divider {
    color: #C9C9C9;
}

.ava-watermark {
    filter: undefined;
}

.logo-wrap {
    display: block;
}

.App {
        
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/xnjvk154yz/prd/image/배경.png') !important;
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/xnjvk154yz/prd/image/배경.png') !important;
    
        
}

.g-wrap {
    
    
}

.motion-btn {
    background-color : rgba(222, 206, 65, 0.84);
    color : rgb(255, 255, 255);
    border-color : rgb(204, 187, 32);
    border-radius : 20px;
    border-width : undefinedpx;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}

.motion-btn:hover, .motion-button:active  {
    background-color : rgb(222, 202, 28);  
    border-color : rgb(185, 166, 9) !important;
    color : rgb(255, 255, 255);
}

.chat-message {
    color : rgb(86, 103, 24);
    font-family : 'UhBeeZZIBA';
	text-shadow: 
		-1px 0px rgba(1,1,1,0), 
		0px 1px rgba(1,1,1,0), 
		1px 0px rgba(1,1,1,0), 
		0px -1px rgba(1,1,1,0);
}

.chat-button-wrapper {
    background-color : rgb(245, 121, 31);
    color : rgb(255, 255, 255);
    border-color : rgb(208, 100, 21);
    border-radius : 30px;
    border-width : undefinedpx;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}

.privacy-input-wrapper {
    border-radius : 30px;
    border-color : rgb(208, 100, 21);
    border-width : undefinedpx;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}

.user-input-wrapper {
    border-radius : 30px;
    border-color : rgb(208, 100, 21);
    border-width : undefinedpx;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}
.user-input {
    border-bottom: 1px solid rgb(208, 100, 21);
}

.chat-button-wrapper:hover {
    border-color : rgb(208, 100, 21);
}

.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(238, 100, 22);
    transition: width ease 0.4s;
}

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

.fixed-chat-button-wrapper {
    background-color : rgba(92, 76, 35, 0.67);
    color : rgb(255, 255, 255);
    border-color : rgba(92, 76, 35, 0.67);
    border-radius : 14px;
    border-width : undefinedpx;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}

.fixed-privacy-input-wrapper {
    border-radius : 14px;
    border-color : rgba(92, 76, 35, 0.67);
    border-width : undefinedpx;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}
.fixed-user-input-wrapper {
    border-radius : 14px;
    border-color : rgba(92, 76, 35, 0.67);
    border-width : undefinedpx;
    box-shadow : 0px 8px 12px 6px rgba(23, 28, 46, 0.08);;
}
.fixed-user-input {
    border-bottom: 1px solid rgba(92, 76, 35, 0.67);
}

.fixed-chat-button-wrapper:hover {
    border-color : rgba(92, 76, 35, 0.8);
}

.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: rgba(92, 76, 35, 0.8);
    transition: width ease 0.4s;
}

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

.share-button-wrapper {
    position: absolute;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    cursor : pointer;
    display : flex !important;
    background-color : rgba(230, 156, 46, 0.52);
	box-shadow: 0 2px 5px #0003;
}

.ai-button-wrapper {
	display : none !important;
}
