.contents{
    min-height: 500px;
    margin-left: auto;
    width: 1000px;
    margin-right: auto;
    padding-top: 40px;
}
.contents .content_list_area{
    min-height: 465px;
}

.contents table{
    border-top: 2px solid #0046af;
    width: 100%;
}
.contents table tr{
    border-bottom: 1px dashed #cfcfcf;
}
.contents table th{
    letter-spacing: 3px;
    color: #0046af;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 60px 20px 30px;
    vertical-align: middle;
}
.contents table td{
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0px 20px 15px;
    vertical-align: middle;
}
.contents table tbody{
    border-top: 1px solid #0046af;
}
.contents table tbody .contents_title:hover{
    cursor: pointer;
    background: #bbc6ff2e;
    color: #0046af;
}
.contents table tbody tr th img{
    width: 27%;
}
.contents table tbody tr td img{
    width: 95%;
}
.contents_descript{
    display: none;
}
.contents_descript th{
    display: block;
    line-height: 50px;
    color: #000000 !important;
}
.contents_descript td{
    font-size: 18px !important;
    line-height: 45px !important;
    font-weight: 300 !important;
}
.contents_descript td b{
    font-weight: bold;
}
.contents_descript td span{
    display: inline-block;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
}

@media all and (max-width:1000px){
    .home-contents{
        display:block;
    }
    .home-contents-box{
        width: unset;
    }
    .contents{
        width: 93% !important;
    }
    .contents .content_list_area table th{
        font-size:14px;
    }
    .contents .content_list_area table tbody tr span{
        font-size:14px;
    }
    .contents .content_list_area table tbody th,td,
    .contents .content_list_area table td{
        font-size:13px;
    }
}

@media all and (max-width:580px){
    .contents .content_list_area table thead tr th:nth-child(2){
        width: 27%;
    }
}

@media all and (max-width:499px){
    .contents .content_list_area table tbody tr span,
    .contents .content_list_area table tbody th, td, .contents .content_list_area table td{
        font-size:13px;
    }
    .search_input{
        width:400px;
    }
}
