html {
  scroll-behavior: smooth;
}
/* 팝업 */
#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: 'Pretendard','NotoSans', 'Poppins', 'Ubuntu', dotum, sans-serif;
    }


}

/* 게시판 아이콘 */
.btn_admin.btn,
.btn_b01.btn {
    font-size: 16px;
}


/* 퀵메뉴 */
.side-fixed-btns{
    position: fixed;
    display:flex;
    flex-direction:column;
    gap:8px;
    top:50%;
    right: 20px;
    transform:translateY(-50%);
    z-index:1;
}

.side-fixed-btns > button{
    position:relative !important;
    width: 80px !important;
    height:80px !important;
    height:initial !important;
    aspect-ratio:1/1;
    border: 2px solid #333;
    top:initial !important;
    right:initial !important;
    line-height:initial !important;
    z-index:initial !important;
    top:initial !important;
    bottom:initial !important;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

#qa_btn{
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    background:#3059c7;
    border-color:#3059c7;
    border-radius: 50%;
}
#top_btn {
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    background:#1C2E60;
    border-color: #1C2E60;
    border-radius: 50%;
    font-size:16px;
}

#qa_btn:hover,#top_btn:hover {
    background:#1a1a1a;
    border-color:#1a1a1a1;
    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 */