.kcmp{
    width: 90%;
    margin: 0 auto;
}

.normalBoardWr.humantable tr td {
    text-align: center !important;
}
.noSearch{
    text-align: center !important;
}
.custom .w_100.h_100 input[type=checkbox]{
    vertical-align: bottom;
}
.custom span{
    font-size: 14px;
}
.second{
    margin-left: 10px;
    list-style:unset;
    list-style-type: square;

}
.seconda{
    font-weight: 400;
}
.warning{
    color: red;
    font-weight: unset;
}
.smallbtn{
    height: 30px;
    line-height: 30px;
}
.mw_170{
    min-width: 170px;
}
.admin-video-wrap .video{
    width: 100% !important;
}
.admin-video-wrap .blue,.admin-video-wrap .c_red{
    font-weight: 600;
}

.admin-video-wrap .blue{
    color: #0066cc;
}
.admin-video-wrap .video{
    width: 100%;
}



/*0809 나래*/
table caption,
table tfoot{
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.theadNone{

    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.snsBox{
    position: fixed;
    bottom: 250px;
    right: 50px;
    z-index: 999;
}
.snsBox a{
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.privacytitle{
    text-align: center;
    font-size: 50px;
    padding-bottom: 30px;
}
.snsBox a.insBtn{
    /*margin-bottom: 20px;*/
    margin-bottom: 12px;
}
.snsBox a.ytbBtn{
    margin-bottom: 12px;
}
.snsBox a img{
    width: 60%;
}
@media screen and (max-width: 1024px){
    .snsBox {
        bottom: 160px;
        right: 30px;
    }
    .snsBox a{
        width: 40px;
        height: 40px;
    }
    .snsBox a.ytbBtn{
        margin-bottom: 15px;
    }
    .snsBox a.insBtn{
        margin-bottom: 15px;
    }
    .sns-wrap{
        gap: 25px;
        display: flex;
        align-items: center;
    }
    .sns-wrap a img{
        width: 20px;
    }
}
