.search--wrap .header {
  height: 7.6rem;
  align-items: center;
}

.search--wrap .header__group {
  align-items: center;
  flex: 1;
}

.search--wrap .header__group-list {
  margin: 0;
}

.search--wrap .header__group-list.header__back {
  margin-right: 1.6rem;
}

.search__form--wrap {
  flex: 1;
}

.search__box {
  width: 100%;
  position: relative;
}

.search__input--text {
  width: 100%;
  background: #f4f7fb url(../../images/icon/ico_search_pri_default.svg) no-repeat 1.6rem center / 2.4rem;
  border: 0;
  border-radius: .6rem; 
  padding: 1rem 5.6rem 1rem 4.8rem;
  color: #222;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.search__input--text::placeholder {
  color: #999;
}
.search__input--remove {
  position: absolute;
  right: 1.6rem;
  top: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../../images/icon/ico_input_remove.svg) no-repeat;
}

/* 연관 검색어 목록 */
.search__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 10;
  display: none;
}

.search__suggestions {
  background: #fff;
  position: absolute;
  top: 7.6rem;
  left: 0;
  right: 0;
  z-index: 89;
  padding: .8rem 1.6rem 0;
  box-shadow: 0 0.4rem 1rem rgba(0,0,0,0.05);
  overflow-y: auto;
  display: none;
}

.suggestions__list {
  list-style: none;
  padding: 0 0 12rem 0;
  margin: 0;
}

.suggestions__item {
  font-size: 1.6rem;
  color: #222;
  padding: 1.2rem 1rem 1.2rem 4rem;
  font-weight: 400;
  line-height: 1.5;
  background: url(../../images/icon/ico_search_pri_default.svg) no-repeat .8rem center / 2rem;
}
.suggestion__highlight {
  font-weight: 700;
}

.suggestions__item:last-child {
  border-bottom: none;
}



.search__group {
  margin-bottom: 4rem;
}
.search__group:first-child {
  margin-top: .8rem;
}
.search__group:last-child {
  margin-bottom: 0;
}
.search__group.hot__group {
  margin-bottom: 2.8rem;
}

.search__title--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.6rem;
}
.search__title--box.flex--none {
  display: block;
}

.search--title {
  color: #222;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33;
}
.search--all-remove {
  color: #666;
  background: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.28;
}
.search--description {
  font-size: 1.4rem;
  color: #999;
  font-weight: 500;
  line-height: 1.57;
  margin-top: .4rem;
}


.recent__tags {
  margin-top: 1.6rem;
}
.recent__tags--list {
  padding: 0 1.6rem;
}
.recent__tags--item {
  color: #444;
  font-size: 1.4rem;;
  padding: .4rem 3.6rem .4rem 1.2rem;
  border-radius: 2rem;
  white-space: nowrap;
  border: .1rem solid #ececec;
  max-width: 18.4rem;
  min-width: 0;
  height: 4rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}
.recent__tags--text {
  display: inline-block;
  width: 100%;
  white-space: nowrap;  
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent__tags--remove {
  position: absolute;
  right: 1.2rem;
  top: 1.1rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../images/icon/ico_cross_remove.svg) no-repeat center / contain;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.scroll-container {
  overflow-x: auto;
  display: flex;
  gap: .8rem;
}
.scroll-container::-webkit-scrollbar {
  display: none;
}

.hot__tags {
  margin-top: 1.6rem;
}
.hot__tags--list {
  padding: 0 1.6rem;
  display: flex;
  flex-wrap: wrap;
}
.hot__tags--item {
  color: #684e26;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.28;
  padding: .4rem 1.6rem;
  border-radius: 2rem;
  white-space: nowrap;
  border: 0;
  background: #fff3df;
  max-width: 16.6rem;
  min-width: 0;
  height: 4rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: .8rem;
  margin-bottom: 1.2rem;
}

.hot__tags--text {
  display: inline-block;
  width: 100%;
  white-space: nowrap;  
  overflow: hidden;
  text-overflow: ellipsis;
}

.popular__tags {
  padding: 0 16px;
  margin-top: 1.6rem;
}

.popular__tags--list {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.popular__tags--item {
  flex: 0 0 calc(50% - .35rem);
  border-bottom: .1rem solid #f4f7fb;
  padding: 1.1rem .4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-width: 0;
}

.popular__tags--text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1;
}

.popular__tags--text b {
  color: #fe9d00;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 .8rem 0 .4rem;
  flex-shrink: 0;
}

.search--wrap .product__list--wrap {
  padding-bottom: 1.2rem;
  border-bottom: .4rem solid #f4f7fb;
}
.search--wrap.over--10 .product__list--wrap {
  border-bottom: 0;
}
.search--wrap .product__list--wrap.type--horizontal {
  border-bottom: 0;
  padding-top: 2rem;
}
.search--wrap.over--10 .product__list--wrap.type--horizontal {
  background: #f4f7fb;
  margin-top: 0;
  margin-bottom: 3.6rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

















