/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

/* 네이버 톡톡 버튼 */
.talk_banner_div {
    display: block;
    position: fixed;
    bottom: 90px;
    right: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    /* background: #3f4678; */
    font-size: 1.125rem;
    color: #fff !important;
    border: 0;
    border-radius: 50%;
    z-index: 1000;
}

#talk_banner_btn {
    width: 100%;
    float: left;
    margin-right: 5px;
    height: 50px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    background: #2DB400;
    color: #fff;
    border: 0;
    align-content: center;
    text-align: center;
}

@media (max-width:991px) {
    
    .talk_banner_div {
        display: block;
        position: fixed;
        top: auto;
        padding-top:0px;
        bottom: 85px;
        right: 23px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        border: 0;
        margin-bottom: 0;
        font-size: 1rem;
        color: #fff;
        border-radius: 50%;
        z-index: 1000;
    }
    /* .eb-backtotop {
        bottom: 135px;
    } */
    #sit_btn_wish {
        display: none !important;
    }
}

