
#top-images {
    display: inline-block;
}

#top-images img{
    width: 100%;
    height: auto;
    float: left;
}

#search-form {
    margin-top: -10px;
    padding: 30px 10%;
    background-color: white;
}

#search-form h2{
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0;
    color: #000000;
}

#search-form .search-rect i {
    font-size: 24px;
}

#search-form .search-rect .title {
    font-size: 20px !important;
    font-weight: bold;
    line-height: 30px;
    margin-top: 40px;
}

#search-form .search-rect .title .required {
    margin-top: 4px;
    padding: 2px 6px;
}

#search-form #area-list {
    margin: 10px 0;
    padding: 0 !important;
}

#search-form .btn-check {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2px 10px;
    font-size: 15px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}

#search-form .selected {
    background-color: #132238;
    color: white;
}

#search-list {
    padding: 30px 8%;
}

.search-list {
    min-height: calc(100vh - 338px);
}

#search-list .title{
    font-size: 24px !important;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0;
    color: #000000;
}

#search-list .title:before {
    content: '';
    border-left: 8px solid #ffa600;
    border-radius: 4px;
    margin-right: 10px;
}

#search-list .btn-all {
    background-color: #ffa600;
    color: white;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 25px;
    margin-right: 50px;
    border-radius: 5px;
    float: right;
}

#search-list .list a {
    display: block;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

#search-list .list a:focus{
    text-decoration: none;
}

#search-list .list a .subtitle{
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.5 !important;    
    word-break: break-all;
    line-break: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#search-list .list a .detail{
    font-size: 16px;
    font-weight: normal;
    line-height: 27px !important;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-line;
    line-break: anywhere;
}

.company-detail .list img{
    border: 1px solid #ccc;
}

#detail-table {
    width: 100%;
    margin: 20px 0;
}

#detail-table tbody {
    margin: 20px;
}

#detail-table tbody tr {
    padding-bottom: 20px;
}

#detail-table tbody th, #detail-table tbody td {
    font-size: 16px;
    padding: 5px 20px;
    vertical-align: top;
}

#detail-table tbody th p {
    text-align: center;
    background-color: #ffd295 !important; 
}

#detail-table tbody td {
    white-space: pre-line;
    line-break: anywhere;
    padding: 5px 10px;
}

#search_result #result th {
    background-color: #ccc;
    text-align: center;
    padding: 5px 0;
    font-weight: bold !important;
}

#search_result #result td {
    vertical-align: middle;
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
    word-break: break-all;
    line-break: anywhere;
}

#search_result #result td p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0 !important;
	word-break: break-all;
    line-break: anywhere;
 }

#search_result #result td input[type="checkbox"] {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

#search_result #result td a {
    text-decoration: underline;
}

#search_result #result td .main_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#search_result .page-control {
    display: inline-block;
    padding: 4px;
    background-color: #ccc;
    color: black;
    margin: 5px;
}

#search_result .pagenum {
    display: inline-block;
    width: 30px;
    height: 35px;
}

.pagenum.selected {
    background-color: #666 !important;
    color: white !important;
}


.feature-item{
    border-radius: 3px;
    padding: 3px 10px;
    font-size: 15px;
    background-color: #0068b6;
    color: white;
}

.feature-empty{
    margin-top: 36px;
}

.feature-banner{
    overflow-x: hidden;
    white-space: nowrap;
}

.user-box-inner{
    display: flex;
}

.user-box-img{
    margin-right: 20px;
    flex-basis: 40%;
    flex-grow: 0;
    flex-shrink: 0;  
    border: 2px solid #927a4a;
    height: 12.5vw;  
    overflow: hidden;
}

.user-box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(min-width:  768px) and (max-width:  991px)
{
    .user-box-img{
        height: 16vw;
    }

    #search-form {
        padding: 10px 40px;
    }
}

@media(max-width: 767px) {
    #search-form {
        padding: 10px 20px;
    }
    
    #search-cond3 {
        margin-top: 20px;
    }

    #search-form h2 {
        font-size: 20px !important;
        margin-top: 10px;
    }

    #search-form .search-rect .title {
        margin-top: 10px;
        font-size: 18px !important;
    }

    #search-cond {
        margin-top: 20px;
    }

    #search-cond #request_other {
        margin-top: 10px;
        width: 100% !important;
    }

    #search-area #name {
        margin-top: 10px;
    }

    #btnRegister, #btnSearch {
        margin-top: 20px;
    }

    #search-list {
        padding: 10px 20px;
    }

    .p-md-xs {
        padding: 10px !important;
    }

    #search_result #result tr > td:nth-child(4), #search_result #result tr > th:nth-child(4){
        display: none;
    }

    #pagination {
        padding: 0;
    }

    #search-list #result img {
        width: 70px;
    }

    #search-list .list a .subtitle {
        font-size: 15px;
    }

    #search-list .list a .detail {
        font-size: 14px;
    }

    #search-list .btn-all {
        margin-right: 10px;
        margin-top: 30px;
    }

    #search-list .title {
        font-size: 20px !important;
    }

    .user-box-img{
        height: 32vw;
    }

    #detail-table{
        table-layout: fixed;
    }

    #detail-table th, #detail-table td{
        width: auto;
    }
}