/* 팝업 */
#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 
}


/* 퀵메뉴 마감 */
/* sellect */
/* sellect end */
/* animation */
@media(min-width:992px) {
    .wiz_animation,
    .wiz_swiper {
        opacity: 0 !important;
    }

    .wiz_active {
        transform: translateX(0) !important;
        opacity: 1 !important;
    }
}
@media(max-width:991px){
    .wiz_animation,
    .wiz_swiper {
        transform: translateX(0) !important;
        transform: translateY(0) !important;
        opacity: 1 !important;
    }


  }
/* animation end */