.contents{
    margin-left: auto;
    max-width: 1000px;
    width:100%;
    margin-right: auto;
    padding-top: 40px;
    position: relative;
}
.contents_header{
    background: #aebaff12;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
}
.contents .content_list_area{
    min-height: 515px;
}
#content_list_data{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contents_box{
    position: relative;
    width: 320px;
    padding: 10px;
    margin: 0 6.6px 20px 6.6px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px #858585;
}
.contents_box:hover{
    cursor: pointer;
    background: #bbc6ff2e;
    color: #0D037A;
}
.contents_box img{
    width: 100%;
    height: 182px;
    object-fit: cover;
    border-radius: 7px;
}
.contents_box_title span{
    font-size: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    padding: 10px 5px 0px 5px;
    font-weight: bold;
}
.contents_box_title b{
    margin-right: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #e51d1d;
    border-radius: 5px;
}
.contents_box_date{
    display: flex;
    justify-content: space-between;
    padding: 10px 5px 0px 5px;
}
.contents_box_date span{
    font-size: 15px;
    color: #5f5f5f;
}
.search_area{
    display: flex;
    padding-top: 20px;
}
.search_select{
    margin-left: auto;
    height: 50px;
    width: 130px;
    padding: 5px 10px;
}
.search_select select{
    width: 100%;
    height: 100%;
    border-radius: 17px;
    padding: 0px 5px;
    border-color: #b3b3b3;
    cursor: pointer;
}
.search_input{
    height: 50px;
    width: 650px;
    padding: 5px 10px;
}
.search_input input{
    width: 100%;
    height: 100%;
    border-radius: 17px;
    padding: 0px 5px;
    border: 1px solid #b3b3b3;
}
.search_btn{
    margin-right: auto;
    height: 50px;
    padding: 6px 10px;
}
.search_btn img{
    cursor: pointer;
    height: 100%;
}
#paging_div #page_num:hover{
    padding: 4px 9px !important;
    background: #0D037A30;
}
.contents_view_title{
    font-size: 28px;
    color: black;
    font-weight: bold;
    padding: 10px 0px;
}
.contents_view_date{
    padding: 20px 0px;
}
.contents_view_date span{
    font-size: 17px;
    font-weight: bold;
    color: #454545;
}
.contents_view_file{
    padding-bottom: 20px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}
.contents_view_file_list{
    display:flex;
    margin-top: 20px;
}
.contents_view_file_list div{
    width: 65px;
    font-size: 16px;
    color: #454545;
    font-weight: bold;
}
.contents_view_file span,.contents_view_file a{
    font-size: 16px;
    color: rgb(0 0 0 / 62%);
    margin-left:10px;
}
.contents_view_file a:hover{
    cursor: pointer;
    color: #0D037A;
}
.contents_view_contents{
    line-height: 30px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    border-top: unset;
    min-height: 100px;
}
.contents_view_none{
    margin-top: 30px;
    font-size: 20px;
    color: #4b4b4b;
    text-align: center;
    letter-spacing: 5px;
}

.contents_admin_add_btn{
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 10px;
    padding: 0px 10px;
    height: 35px;
    background: #0d037a;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 0px #858585;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
}
.contents_admin_add_btn:hover{
    background: #0b026d;
    color: #e2dfff;
}
.contents_admin_del_btn{
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    background: #e51d1d;
    box-shadow: 0px 0px 2px 0px #858585;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}
.contents_admin_del_btn:hover{
    background: #c11111;
    color: #ffe2e2;
}

.content_empty{
    width: 100%;
    text-align: center;
    font-size: 20px;
    border: 1px solid #cfcfcf;
    color: #5f5f5f;
    border-radius: 5px;
    padding: 235px;
}

@media all and (max-width:499px){
    .search_input{
        width:400px;
    }
}