/* -------- 메인 -------- */
.search_bar {width: 100%; position: relative; margin-bottom: 30px;}
.search_bar input[type="text"] {padding: 15px 50px 15px 20px; width: 100%; border-radius: 50px;}
.search_bar .btn_search {position: absolute; top: 50%; right: 20px; transform: translateY(-50%); width: 22px; height: 22px; background: url(../img/around_serach.png) no-repeat center/contain; font-size: 0;}

.tag_box.search {flex-wrap: wrap;}
.tag_box.search span {padding: 8px 20px; border-radius: 50px; font-size: 14px; color: #333; font-weight: 500; font-family: inherit;}
.tag_box.search .tag1 {background-color: #f1edff;}
.tag_box.search .tag2 {background-color: #FFF2E7;}
.tag_box.search .tag3 {background-color: #F5F5F5;}

.sec_tit span.search {font-size: 13px; color: #888; font-family: 'Pretendard'; padding-left: 6px;}

.best_search {display: grid; grid-template-columns: 1fr 1fr; column-gap: 10px;}
.best_search .best_box {display: flex; flex-direction: column; gap: 15px;}
.best_search .best_box dl {display: flex; align-items: center;}
.best_search .best_box dt {width: 22px; font-size: 14px; font-family: 'WavvePADO-Regular'; color: #555;}
.best_search .best_box dt.top {color: #5834E8;}
.best_search .best_box dd {font-weight: 15px; font-weight: 500;}


/* -------- 검색결과 -------- */
.wrap.search_result .sub_tab {width: calc(100% + 2.4em); margin-left: -1.2em; margin-bottom: 20px;}
.wrap.search_result .search_bar {margin-bottom: 10px;}
.wrap.search_result .amount_filter {padding-bottom: 15px;}