.search_tab_wrap {position: relative;padding-left: 150px;margin-bottom: 20px;}
.search_tab_wrap .search_all {width: 150px;position: absolute;left: 0;top: 0;height: 120px;background-color: #2e72ee;display: flex;align-items: center;justify-content: center;font-size: 20px;color: #fff;font-weight: 600;text-align: center;line-height: 1.5;}
.search_tab {overflow: hidden;border-top: 1px solid #ddd;}
.search_tab .item {display: flex;align-items: center;height: 60px;float: left;width: 25%;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.search_tab .item .cnt {color: #e46c0a;}
.search_tab .item a {display: flex;align-items: center;justify-content: space-between;height: 100%;font-size: 15px;font-weight: 600;color: #111;background-color: #f7f7f7;width: 100%;padding: 0 15px;}
.search_filter {display: flex;align-items: center;position: relative;padding-left: 360px;margin-bottom: 60px;}
.sb_filter {position: absolute;left: 0;top: 0;display: flex;align-items: center;flex-shrink: 0;width: 340px;}
.search_filter .item {display: flex;align-items: center;}
.search_filter .item.mar {margin-right: 20px;}
.search_filter .item a {background-color: #fff;display: flex;align-items: center;justify-content: center;height: 45px;font-size: 14px;color: #666;font-weight: 600;width: 80px;border: 1px solid #ddd;}
.search_filter .item a:last-child {border-left: none;}
.search_filter .item a.on {background-color: #f7f7f7;color: #2e72ee;}
.ss_filter {flex-grow: 1;background-color: #fff;height: 45px;font-size: 14px;color: #666;font-weight: 600;overflow: hidden;margin: 0 -10px;width: 100%;}
.ss_filter .ss_cell {float: left;width: 25%;padding: 0 10px;}
.ss_filter .ss_cell a {display: flex;align-items: center;justify-content: center;width: 100%;height: 45px;background-color: #fff;border: 1px solid #ddd;font-size: 14px;color: #666;font-weight: 600;}
.ss_filter .ss_cell a.on {background-color: #f7f7f7;color: #2e72ee;}
.sr_tit_wrap {display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #ddd;padding-bottom: 15px;margin-bottom: 35px;}
.sr_tit {font-size: 23px;color: #111;font-weight: 700;display: flex;align-items: center;line-height: 1;}
.sr_tit .sr_cnt  {display: inline-flex;align-items: center;justify-content: center;margin-left: 15px;background-color: #2e72ee;font-size: 13px;color: #fff;font-weight: 400;border-radius: 25px;height: 25px;padding: 0 15px;}
.sr_more a {font-size: 14px;color: #666;font-weight: 700;text-decoration: underline;}
.srl_tit {overflow: hidden;}
.srl_tit a {font-size: 20px;color: #2e72ee;font-weight: 600;line-height: 1.4;display: block;width: 80%;float: left;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.srl_tit a:hover {text-decoration: underline;}
.srl_info {font-size: 15px;color: #666;font-weight: 400;padding-left: 15px;width: 20%;float: left;height: 20px;display: flex
;align-items: end;}
.srl_txt {font-size: 16px;color: #666;font-weight: 400;margin-top: 15px;line-height: 1.4;}
.srl_txt .link {color: #111;font-weight: 500;}
.srl_txt .link:hover {text-decoration: underline;}
.sr_list li {margin-bottom: 50px;}
.sr_list li:last-child {margin-bottom: 0;}
.search_result .sr_cont {margin-bottom: 100px;}
.search_result .sr_cont:last-child {margin-bottom: 0;}
.swrod {background-color: #fff887;display: inline-flex;align-items: center;justify-content: center;padding: 3px 5px;font-weight: 500;}

@media (max-width: 1080px) {
    .search_tab .item {width: 25%;}
    .search_tab_wrap .search_all {height: 241px;}
}

@media (max-width: 991px) {
    .search_tab_wrap .search_all {font-size: 16px;width: 120px;}
    .search_tab .item {width: 33.333333333%;height: 48px;}
    .search_tab_wrap {padding-left: 120px;}
    .search_tab .item a {font-size: 13px;}
    .ss_filter {margin: 0 -5px;}
    .ss_filter .ss_cell {padding: 0 5px;}
    .search_filter .item.mar {margin-right: 10px;}
    .sr_tit {font-size: 20px;}
    .srl_tit a {font-size: 16px;}
    .sr_tit .sr_cnt {height: 20px;font-size: 12px;}
}

@media (max-width: 767px) {
    .search_tab_wrap {padding-left: 0;padding-top: 35px;}
    .search_tab_wrap .search_all {width: 100%;height: 35px;}
    .search_tab_wrap .search_all br {display: none;}
    .search_tab .item {width: 50%;}
    .search_filter {padding-left: 0;display: block;}
    .sb_filter {position: relative;margin-bottom: 15px;width: auto;}
    .search_filter .item.mar {margin-right: 0;}
    .sb_filter {overflow: hidden;margin: 0 -5px 15px -5px;}
    .search_filter .item {float: left;width: 50%;padding: 0 5px;overflow: hidden;}
    .search_filter .item a {float: left;width: 50%;}
    .ss_filter {width: auto;}
    .srl_tit a {font-size: 13px;}
    .srl_info {font-size: 12px;}
    .srl_tit a {width: 65%;}
    .srl_info {width: 35%;height: 15px;padding-left: 5px;}
    .srl_txt {font-size: 12px;}
    .sr_tit_wrap {margin-bottom: 20px;}
    .sr_list li {margin-bottom: 25px;}
    .search_result .sr_cont {margin-bottom: 50px;}
    .ss_filter .ss_cell a {font-size: 13px;}
}