@charset "UTF-8";
/* search-model */

.table-header-style td:first-child, .table-base-style td:first-child {
    width: 483px;
}
.table-header-style td:last-child, .table-base-style td:last-child {
    width: 517px;
}





@media screen and (max-width: 767px){
	.sec_search .s_alphabet ul li {
		margin-bottom: 1em;
        display: inline-block;
        width: 16.666%;
        text-align: center;
	}
    .table-base-style th {
        text-align: left;
    }
    .sec_search ul {
        justify-content: flex-start!important;
	}
}
