@media screen and (max-width: 767px) { 
    .App { 
        
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/bhm68vcr47/prd/image/제목_없는_아트워크 36.jpg') !important;
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/bhm68vcr47/prd/image/제목_없는_아트워크 36.jpg') !important;
    
        
    }
}

.button-divider {
    border: 1px solid rgb(255, 231, 148);
}

.contents-divider {
    color: rgb(255, 231, 148);
}

.ava-watermark {
    filter: invert(100%) sepia(31%) saturate(3739%) hue-rotate(319deg) brightness(101%) contrast(105%);;
}

.logo-wrap {
    display: block;
}

.App {
        
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/bhm68vcr47/prd/image/제목_없는_아트워크 36.jpg') !important;
            background-image: url('https://goovworks-avatalk-public-file-storage.s3.ap-northeast-2.amazonaws.com/bhm68vcr47/prd/image/제목_없는_아트워크 36.jpg') !important;
    
        
}

.g-wrap {
    
    
}

.motion-btn {
    background-color : rgb(255, 255, 255);
    color : rgb(59, 55, 53);
    border-color : rgb(255, 222, 106);
    border-radius : 20px;
    border-width : 0px;
    box-shadow : ;
}

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

.chat-message {
    color : rgb(66, 66, 66);
    font-family : 'NanumSquareRound';
	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(255, 199, 0);
    color : rgb(255, 255, 255);
    border-color : rgb(255, 199, 0);
    border-radius : 20px;
    border-width : 0px;
    box-shadow : ;
}

.privacy-input-wrapper {
    border-radius : 20px;
    border-color : rgb(255, 199, 0);
    border-width : 0px;
    box-shadow : ;
}

.user-input-wrapper {
    border-radius : 20px;
    border-color : rgb(255, 199, 0);
    border-width : 0px;
    box-shadow : ;
}
.user-input {
    border-bottom: 1px solid rgb(255, 199, 0);
}

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

.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, 222, 106);
    transition: width ease 0.4s;
}

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

.fixed-chat-button-wrapper {
    background-color : rgb(255, 199, 0);
    color : rgb(255, 255, 255);
    border-color : rgb(255, 199, 0);
    border-radius : 20px;
    border-width : 0px;
    box-shadow : ;
}

.fixed-privacy-input-wrapper {
    border-radius : 20px;
    border-color : rgb(255, 199, 0);
    border-width : 0px;
    box-shadow : ;
}
.fixed-user-input-wrapper {
    border-radius : 20px;
    border-color : rgb(255, 199, 0);
    border-width : 0px;
    box-shadow : ;
}
.fixed-user-input {
    border-bottom: 1px solid rgb(255, 199, 0);
}

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

.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(255, 222, 106);
    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 : rgb(255, 231, 148);
	box-shadow: 0 2px 5px #0003;
}

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