/* íƒ­ */
#tab {
    display: flex;
    flex-wrap: wrap;
}

#tab li {
    text-align: center;
}

#tab.tab_02 li {
    width: 50%;
}

#tab.tab_03 li {
    width: 33.33333333333333%
}

#tab.tab_04 li {
    width: 25%;
}

#tab.tab_05 li {
    width: 20%;
}

#tab li a {
    border: 1px #e8ebed solid;
    background: #e8ebed;
    color: #7e7e7e;
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', 'NotoSans', sans-serif;
}
#tab li:nth-child(2) a {
    border-right: 1px #fff  solid;
}
#tab li:nth-child(2) a.active { 
    

}
#tab li a.active {
    border: 1px #c80b0b solid;
    background: #fff;
    color: #c81111;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    display: block;
    font-weight:600;
}

#tab li a:hover,
#tab li a:focus {
    text-decoration: none;

}

/* í…Œì´ë¸” */
#sub_content table.style01 caption {
    color: #000;
    font-weight: 600;
}

#sub_content table.style01 thead th {
    text-align: center;
    /* background: #f2f2f2; */
    background: #f9f9f9;
    border-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    border-top: 2px #000 solid !important;
}

#sub_content table.style01 thead th,
#sub_content table.style01 tbody td {
    font-size: 16px;
    vertical-align: middle;
    color: #000;
    padding: 12px 4px;
}

#sub_content .table.style01>tbody>tr>td,
#sub_content .table.style01>tbody>tr>th,
#sub_content .table.style01>tfoot>tr>td,
#sub_content .table.style01>tfoot>tr>th,
#sub_content .table.style01>thead>tr>td,
#sub_content .table.style01>thead>tr>th {
    padding: 12px 4px !important;
    line-height: 1.42857143 !important;
    vertical-align: middle;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    font-size: 16px
}

#sub_content table.style01.th-border thead th,
#sub_content table.style01.th-border tbody th {
    border-right: 1px #e5e5e5 solid;
}


/* 팝업 */
#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
}


/* 퀵메뉴 마감 */
/* 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 */
@media(max-width:991px){ 
    #tab {
        display: flex;
        flex-wrap: wrap;
    }
    
    #tab li {
        text-align: center;
    }
    
    #tab.tab_02 li {
        width: 100%;
        margin-bottom: 6px;
    }
    
    #tab.tab_03 li {
        width: 100%;
        margin-bottom: 6px;
    }
    
    #tab.tab_04 li {
        width: 100%;
        margin-bottom: 6px;
    }
    
    #tab.tab_05 li {
        width: 100%;
        margin-bottom: 6px;
    }
    
    #tab li a {
        border: 1px #e8ebed solid;
        background: #e8ebed;
        color: #7e7e7e;
        display: block;
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 13px;
        font-weight: 400;
        font-family: 'Poppins', 'NotoSans', sans-serif;
    }
 }