@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;
}

.item_t {
	font-size: 16px;
}

/*정렬*/
.left { text-align:left}
.right { text-align:right; margin:0px 0px 0px auto;}
.center { text-align:center; margin:0px auto}
.vtop { vertical-align:top}
.middle { vertical-align:middle}
.bottom { vertical-align:bottom}

/*padding*/
.PL10 { padding-left:10px; }
.PL20 { padding-left:20px; }
.PB5 { padding-bottom:5px; }
.PB10 { padding-bottom:10px; }