.u-kakao-link-contaniner {   
    position: fixed;   
	background-color: #f7e600 !important;
    color: #000000 !important;
    border-radius: 50%;
    margin-right: 20px;
    right: 30px;
    bottom: 20px;
    z-index: 999  !important;
	cursor: pointer;
	width: 60px;
    height: 60px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
	overflow:hidden;
	background-position: center center !important;
    background-repeat: no-repeat;
    background-size: 90%;
    background-image: url("../img-file/kakaotalk.svg");     
}
.u-kakao-links-icon {
	float:left;
	width:50px;
	height:50px; 
	background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img-file/kakaotalk.svg");     
}
.u-msg-text {
    float:left;
	width:70px;
	font-size:13px;
	line-height:30px;
	letter-spacing: -0.5px;
	color:#000000;
    margin-left: 4px;
    display: block;
    vertical-align: middle;
}
#showMe_kakao {
    opacity: 0;
    -moz-animation: cssAnimation 2s;
    /* Firefox */
    -webkit-animation: cssAnimation 2s;
    /* Safari and Chrome */
    -o-animation: cssAnimation 2s;
    /* Opera */
    animation: cssAnimation 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes cssAnimation {
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media screen and (max-width: 800px) {
	.u-kakao-link-contaniner {
		width: 50px;
		height:50px;
		right: 5px;
        bottom: 20px;
	}

}


.sidebar-left {
    position: fixed;   
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
    width: 325px;
    padding-bottom: 30px;
    padding: 8px;
    right: 20px;
    bottom: 20px;
	z-index:9999;
}
.sidebar-left img {
    display: block;
    width: 100%;
}
.sidebar-left img {
    border-radius: 8px;
    margin-bottom: 20px;
}
.sidebar-left h1 {
    font-size:24px;
	text-align: center;
	margin-bottom: 20px;
}
.sidebar-left span {
    display: block;
    text-align: center;
    font-size: 11px;
    padding-bottom: 10px;
    color: #4a89dc;
    font-weight: 600;
}
.sidebar-left p {
    text-align: center;
    padding-left: 20px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.sidebar-left-live {
    font-size: 12px;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 500;
    color: rgba(0,0,0,.3);
    margin-bottom: 20px;
}
.sidebar-left-button {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
	background-color: #4A89DC;
}
.sidebar-left-remove {
    position: absolute;
    left: -10px;
    font-size: 18px;
    top: -8px;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: #000;
}