/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */
/* 카카오 문의: 기존 상담/상단 이동 버튼과 하단 메뉴 위에 배치한다. */
html body .touch-kakao-chat-btn {
    position: fixed;
    right: calc(15px + env(safe-area-inset-right, 0px));
    bottom: calc(125px + env(safe-area-inset-bottom, 0px));
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 50% !important;
    background: #FEE500;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}
html body .touch-kakao-chat-btn:hover { filter: brightness(.98); }
html body .touch-kakao-chat-btn:focus-visible {
    outline: 3px solid #6b5700;
    outline-offset: 3px;
}
html body .touch-kakao-chat-btn img {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
}
html body.touch-premium .touch-kakao-chat-btn {
    bottom: calc(110px + env(safe-area-inset-bottom, 0px));
    z-index: 11;
}
html body.touch-auth-page .touch-kakao-chat-btn {
    bottom: calc(15px + env(safe-area-inset-bottom, 0px));
}
