/* 팝업 */
#hd_pop {
    z-index: 9999999999999999 !important;
   width: 100%;
}
.hd_pops {
    border: 0;
}

.hd_pops .hd_pops_con {
    height: auto !important;
}



.hd_pops_footer {
    padding: 0;
    background: #363942;
    color: #fff;
    text-align: center;
    position: relative;
    display:flex;
    padding-top: 12px;
    padding-bottom: 12px;
}

.hd_pops_footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.hd_pops_footer button {
    padding: 0 !important;
    border: 0;
    color: #fff !important;
    width: 80%;
    text-align: center;
    padding: 11px;
    border: 0;
    color: #fff;
    font-size:14px;

}

.hd_pops_footer .hd_pops_reject {
    background: #363942;
    text-align: center;
}

.hd_pops_footer button.hd_pops_close {
    width: 20%;
    background: #6cb6f3;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff !important;
    height: 100%;
    display:block;
   
}
.hd_pops_footer button.hd_pops_close i {
    margin-left: 6px;
    font-size:16px; 
}
@media(max-width:786px) {
    #hd_pop {
        z-index: 9999999999999999 !important;
        position: relative;
        margin: 0 auto;
        width: 100% !important;
        height: 0;
    }
    .hd_pop {
        width: 100% !important;
    }
    .hd_pops {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        border: 0;
    }
    .hd_pops .hd_pops_con {
        width: 100% !important;
        height: auto !important;
    }
    .hd_pops .hd_pops_con img  {
        width: 100%;
        height: auto;
    }
    .hd_pops_footer {
        padding: 0;
        background: #363942;
        color: #fff;
        text-align: center;
        position: relative;
        display:flex;
        padding-top: 16px;
        padding-bottom: 16px;
        font-weight:600;
        font-family: 'NotoSans', 'Poppins', 'Ubuntu', dotum, sans-serif;
    }
    
   
}

/* 게시판 아이콘 */
.btn_admin.btn,
.btn_b01.btn{font-size:16px;}


/* 퀵메뉴 */
#top_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    line-height: 46px;
    border: 2px solid #333;
    color: #333;
    text-align: center;
    font-size: 15px;
    z-index: 90;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%
}

#top_btn:hover {
    border-color: #3059c7;
    background: #3059c7;
    color: #fff
}

.chat_btn {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 10;
}

.chatBtn {
    width: 55px;
    height: 55px;
    background: url('../../img/common/quick_icon.png') no-repeat;
    background-position: 50% 55%;
    background-size: 34px 30px;
    background-color: #003b84;
    border-radius: 50%;
    border: 0;
}

.chatBtn:hover {
    background-color: rgb(224, 224, 224);
}

.chatBtn span {
    visibility: hidden;
}


.chat_btn2 {
    position: fixed;
    right: 20px;
    bottom: 140px;
    z-index: 10;
}

.chatBtn2 {
    width: 55px;
    height: 55px;
    background: url('../../img/common/ecata.png') no-repeat;
    background-position: 50% 55%;
    background-size: 34px 30px;
    background-color: #003b84;
    border-radius: 50%;
    border: 0;
}

.chatBtn2:hover {
    background-color: rgb(224, 224, 224);
}

.chatBtn2 span {
    visibility: hidden;
}


.chat_inner {
    position: absolute;
    right: 5%;
    bottom: 60px;
    width: 300px;
    transform: translateX(150%);
    transition: all 0.4s;
}

.chat_inner_open {
    transform: translateX(0);
}

.chat_inner_wrapper {
    height: auto;
    background-color: #fff;
    border: 1px #eee solid;
    border-radius: 20px;
    padding: 20px;
}

.chat_inner_wrapper .title {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
    color: #a1a1a1;
    font-family: 'NotoSans', 'Poppins', 'Ubuntu', dotum, sans-serif;
}

.chat_inner_wrapper .title h5 {
    color: #000;
    margin-bottom: 12px;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    font-weight: 900;
    font-size: 22px;
}

.chat_inner_wrapper .content {
    margin-top: 20px;
}

.chat_inner_wrapper .content input {
    width: 100%;
    height: 55px;
    border: 0;
    border-radius: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    background: #ebe9ea;
    margin-bottom: 5px;
    border-radius: .5em;
}

.chat_inner_wrapper .content textarea {
    width: 100%;
    border: 0;
    padding: 20px 16px;
    font-size: 14px;
    background: #ebe9ea;
    border-radius: .5em;

}

.chat_inner_wrapper .content input::placeholder,
.chat_inner_wrapper .content textarea::placeholder {
    color: #c5c5c5;
}

.chat_inner_wrapper .content .send {
    margin: 0 auto;
    text-align: center;
}

.chat_inner_wrapper .content .send input {
    width: 140px;
    margin-top: 6px;
    border-radius: 12em;
    height: 48px;
    color: #fff;
    background-image: url('../../img/common/close.png');
    background-position: 75% 48%;
    background-repeat: no-repeat;
    background-color: #333333;
    font-size: 16px;
    font-weight: 600;
    font-family: 'NotoSans', 'Poppins', 'Ubuntu', dotum, sans-serif;
    padding-right: 35px;
}

.chat_closeBtn {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    margin-right: 20px;
    background: url("https://api.iconify.design/clarity/close-line.svg?color=%23333") no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    transition: 0.3s;
    border: 0;
}

.chat_closeBtn:hover {
    transform: rotate(136deg);
}

.chat_closeBtn span {
    visibility: hidden;
}

/* 툴팁 */
/* Add this attribute to the element that needs a tooltip */
@media(min-width:991px) {
    [data-tooltip] {
        position: relative;
        z-index: 2;
        cursor: pointer;
    }

    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none;
    }

    /* Position tooltip above the element */
    [data-tooltip]:before {
        position: absolute;
        bottom: 15%;
        left: -50%;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 7px;
        width: 100px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 6px;
        background-color: #003b84;
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 12px;
        line-height: 1.2;
        font-family: 'NotoSans', 'Poppins', 'Ubuntu', dotum, sans-serif;
    }

    /* Triangle hack to make tooltip look like a speech bubble
    [data-tooltip]:after {
        position: absolute;
        bottom: 120%;
        left: 50%;
        margin-left: -25px;
        width: 0;
        border-top: 5px solid #000;
        border-top: 5px solid hsla(0, 0%, 20%, 0.9);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    } */

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }
}

/* 퀵메뉴 마감 */