@charset "euc-kr";
	.talk_area {
/*     position: fixed;
    left: 1480px;
    bottom: 20px;
    z-index: 999; */
position: fixed;
right: 20px;
bottom: 20px;
z-index: 999;

}

.talk_area > a {
    margin-bottom: 8px;
}

.talk_area div span {
    display: block;
    width: 80px;
    padding: 2px 16px;
    cursor: pointer;
}

img {
    vertical-align: middle;
}

.bubble_k {
    display: none;
    width: 78px;
    position: absolute;
    top: 6px;
    height: auto;
    padding: 8px;
    background: #ffe100;
    border-radius: 5px;
    border: none;
    position: absolute;
    font-size: 13px;
    text-align: left;
    margin-left: -90px;
    color: #000;
    font-weight: 600;
}

.talk_area div span {
    display: block;
    width: 80px;
    padding: 2px 16px;
    cursor: pointer;
}