#search-container {
  margin-top: 0 !important;
}
.search-head-wrap .back-btn {
  width: 10px;
  height: 15px;
}
.search-head-wrap .search-btn {
  width: 18px;
  height: 18px;
}
.search-head-wrap {
  padding: 15px 20px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 17px;
  width: 100%;
}
.search-head-wrap > div {
  width: calc(100% - 23px);
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
}

.search-head-wrap .input-wrap {
  position: relative;
  width: calc(100% - 30px);
}
.search-head-wrap .main-input-wrap {
  width: 100%;
}
.search-head-wrap .input-wrap .search-btn {
  position: absolute;
  top: calc(50% - 8px);
  left: 20px;
  cursor: pointer;
}
.main-slider-pb {
  padding-bottom: 15px !important;
}
.main-search-head-wrap {
  border-bottom: #f5f5f5 5px solid;
  /* padding: 15px 20px; */
  /* padding: 4px 20px 15px; */
  padding: 9px 20px 15px;
}

.search-head-wrap .input-wrap .search-input {
  padding: 8px 20px 8px 23px;
  width: 100%;
  box-sizing: border-box;

  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;

  border: 1px solid #bbbbbb;
  border-radius: 20px;
}
.search-head-wrap .input-wrap .search-input-icon {
  padding: 8px 36px 8px 42px !important;
}

.search-head-wrap .input-wrap .search-input::placeholder {
  color: #dddddd !important;
  font-size: 12px;
}
.search-head-wrap .input-wrap .search-input:active,
.search-head-wrap .input-wrap .search-input:focus {
  border: 1px solid #5757ff;
  outline: none;
}
.search-head-wrap .input-wrap .main-search-input {
  border-radius: 40px;
  border: 1px solid #5757ff;
  background: #fff;
  padding: 8px 43px 8px 20px;
}
.search-head-wrap .input-wrap .main-search-btn {
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  left: auto;
  cursor: pointer;
}

.search-head-wrap .input-wrap .erase-btn {
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  cursor: pointer;
}

.search-head-wrap .input-wrap .erase-btn-icon {
  top: calc(50% - 10px) !important;
}

.search-body-wrap {
  padding: 0 0px 50px;
  box-sizing: border-box;
}

/* 검색 창 */
.recent-wrap {
  margin-top: 15px;
  border-bottom: 1px solid #ffd706;
  padding: 0 20px 15px;
  box-sizing: border-box;
}
.recent-wrap .tit-recent-erase-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recent-wrap .tit {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.recent-wrap .recent-erase {
  cursor: pointer;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #999999 !important;
}
.recent-wrap .recent-list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7px;
  gap: 10px;
}
.recent-wrap .recent-list-wrap .item {
  padding: 4px 15px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #999999 !important;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.recent-wrap .recent-list-wrap .item .recent-del {
  font-weight: 400;
  font-size: 8px;
  line-height: 12px;
  display: flex;
  align-items: center;
  color: #999999 !important;
  margin-top: -3px;
}
.top-box {
  margin-top: 15px;
  padding: 0 20px;
}
.top-wrap {
}
.top-wrap .tit {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.top-wrap .tip {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 18px;
}
.top-wrap .top-list-wrap {
  margin-top: 17px;
}
.top-wrap .top-list-wrap .key {
  font-weight: 500;
  font-size: 10px;
  line-height: 30px;
}
.top-wrap .top-list-wrap .item {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #777777 !important;
}
.top-wrap .top-list-wrap .item .arrow {
  font-weight: 400;
  font-size: 6px;
  line-height: 30px;
  margin: 0 25px;
  text-align: center;
}
.top-wrap .top-list-wrap .item .upper {
  color: #ff5757 !important;
}
.top-wrap .top-list-wrap .item .middle {
  color: #999999 !important;
}
.top-wrap .top-list-wrap .item .lower {
  color: #5786ff !important;
}
.search-ex-wrap {
  display: none;
}
.search-ex-wrap .item {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 8px;
}
.search-ex-wrap .item img {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

/* 검색 결과 */
.no-result {
  padding: 50px 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 23px;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #e7e7e7;
}

.no-result .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.no-result .sub-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #777 !important;
}
.no-result .sub-title span {
  font-weight: 700;
  color: #5757ff !important;
}

.result-top-wrap {
  width: calc(100% + 40px);
  margin: 0 auto 12px;
  position: relative;
  left: -20px;
}
.result-top-wrap .filter-setting-wrap {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
  position: initial;
}
.result-top-wrap .filter-setting-wrap .area {
  width: calc(100% - 110px);
  padding: 0 20px;
  box-sizing: border-box;
}
.result-top-wrap .filter-setting-wrap .area .filter-toggle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  width: 80px;
}
.result-top-wrap .filter-setting-wrap .area .filter-toggle img {
  width: 11px;
  margin-right: 13px;
  position: relative;
  bottom: 1px;
}

.result-top-wrap .filter-setting-wrap .area .select-filter-list {
  display: inline-block;
  width: calc(100% - 84px);
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
  top: 5px;
}
.result-top-wrap .filter-setting-wrap .area .select-filter-list .filter-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  background: rgba(250, 114, 130, 0.14);
  border: 1px solid rgba(250, 114, 130, 0.7);
  border-radius: 4px;
  padding: 2px 10px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 8px;
}
.result-top-wrap .filter-setting-wrap .area:nth-last-child(2) {
  width: 110px;
  padding-top: 5px;
}
.result-top-wrap .filter-setting-wrap .area .reflesh {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}
.result-top-wrap .filter-setting-wrap .area .reflesh img {
  width: 16px;
  margin-right: 13px;
  vertical-align: bottom;
  position: relative;
  bottom: 1px;
}
.result-top-wrap .filter-setting-wrap .filter-open {
  transition: all 0.5s ease-in-out;
  max-height: 500px;
}
.result-top-wrap .filter-setting-wrap .filter-close {
  transition: all 0.5s ease-in-out;
  max-height: 0px;
}
.result-top-wrap .filter-setting-wrap .filter-area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  overflow: hidden;
}
.result-top-wrap .filter-setting-wrap .filter-area .item {
  width: 20%;
  text-align: center;
  padding: 20px 0;
}
.result-top-wrap .filter-setting-wrap .filter-area .item:nth-child(1) img {
  width: 25px;
  height: 14px;
  margin-bottom: 15px;
  position: relative;
  top: 4px;
}
.result-top-wrap .filter-setting-wrap .filter-area .item img {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}
.result-top-wrap .filter-setting-wrap .filter-area .item p {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
}
.result-top-wrap .filter-btn-wrap {
  overflow-x: scroll;
  white-space: nowrap;
  padding-left: 20px;
}
.result-top-wrap .filter-btn-wrap span {
  font-weight: 500;
  font-size: 12px;
  padding: 7px 12px;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  display: inline-block;
  margin-right: 5px;
}
.result-top-wrap .filter-btn-wrap .open {
  background: #fae372;
}
.result-top-wrap .filter-btn-wrap .select-wrap {
  font-weight: 500;
  font-size: 12px;
  padding: 6px 10px 5px;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  display: inline-block;
}
.result-top-wrap .filter-btn-wrap .select-wrap select {
  font-weight: 500;
  font-size: 12px;
  border: none;
}

.result-top-wrap .keyword-filter-wrap {
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 25px;
  max-height: 0;
  overflow: hidden;
  display: none;
}
.result-top-wrap .keyword-filter-wrap .tit {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 4px;
}
.result-top-wrap .keyword-filter-wrap .keyword-list-wrap {
  width: 100%;
  white-space: nowrap;
  overflow: scroll;
  padding: 4px 0;
  margin-bottom: 16px;
}
.result-top-wrap .keyword-filter-wrap .keyword-list-wrap .keyword {
  background: #f8f8fd;
  border: 1px solid #dedef1;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  padding: 2px 10px;
  box-sizing: border-box;
  margin-right: 5px;
}
.result-top-wrap .keyword-filter-wrap .keyword-list-wrap .selected {
  background: #dedef1;
  border: 1px solid #a2a2fe;
  border-radius: 4px;
}
.result-top-wrap .keyword-filter-wrap .keyword-list-wrap:nth-last-child(2) .selected {
  background: rgba(51, 51, 51, 0.12);
  border: 1px solid rgba(51, 51, 51, 0.6);
}
.result-top-wrap .keyword-filter-wrap input[type="submit"] {
  background: #fae372;
  border: 1px solid #fae372;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border: none;
  outline: none;
  padding: 14px 0;
  width: 100%;
}

.result-list-wrap .item {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  position: relative;
  margin-bottom: 12px;
}
.result-list-wrap .item .menu-btn {
  position: absolute;
  top: 24px;
  right: 20px;
}
.result-list-wrap .item .top-wrap {
  padding: 20px 20px 15px;
  box-sizing: border-box;
}
.result-list-wrap .item .top-wrap .category {
  background: rgba(51, 51, 51, 0.12);
  border: 1px solid rgba(51, 51, 51, 0.6);
  border-radius: 4px;
  padding: 3px 10px;
  font-weight: 500;
  font-size: 12px;
  box-sizing: border-box;
}
.result-list-wrap .item .top-wrap .info-wrap {
  margin-top: 15px;
  display: flex;
}
.result-list-wrap .item .top-wrap .info-wrap .thumb-wrap {
  width: 70px;
  margin-right: 12px;
}
.result-list-wrap .item .top-wrap .info-wrap .thumb-wrap img {
  width: 100%;
  height: 70px;
}
.result-list-wrap .item .top-wrap .info-wrap .info-area {
  width: calc(100% - 82px);
}
.result-list-wrap .item .top-wrap .info-wrap .info-area .type {
  font-size: 12px;
  line-height: 17px;
}
.result-list-wrap .item .top-wrap .info-wrap .info-area .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
}
.result-list-wrap .item .top-wrap .info-wrap .info-area .rate-wrap {
  display: flex;
  gap: 5px;
  margin-top: 6px;
}
.result-list-wrap .item .top-wrap .info-wrap .info-area .rate-wrap img {
  width: 16px;
}
.result-list-wrap .item .top-wrap .info-wrap .info-area .rate-wrap .rate-val {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-left: 2px;
}
.result-list-wrap .item .top-wrap .tag-wrap {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.result-list-wrap .item .top-wrap .tag-wrap .tag {
  font-weight: 500;
  font-size: 12px;
  background: #f8f8fd;
  border: 1px solid #dedef1;
  border-radius: 4px;
  padding: 4px 10px;
  box-sizing: border-box;
}
.result-list-wrap .item .top-wrap .review-wrap {
  margin-top: 14px;
  overflow: hidden;
  max-height: 40px;
}
.result-list-wrap .item .top-wrap .review-open {
  transition: 0.25s ease-in;
  height: auto !important;
}
.result-list-wrap .item .top-wrap .review-wrap .tit {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.result-list-wrap .item .top-wrap .review-wrap .review {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #959595 !important;
  margin-bottom: 10px;
}
.result-list-wrap .item .top-wrap .more-btn {
  margin-top: 8px;
}
.result-list-wrap .item .top-wrap .more-btn span {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-decoration-line: underline;
  cursor: pointer;
}
.result-list-wrap .item .top-wrap .more-btn img {
  transition: 0.3s;
}
.result-list-wrap .item .top-wrap .open img {
  transform: scaleY(-1);
  transition: 0.3s;
}
.result-list-wrap .item .top-wrap .more-btn img {
  width: 8px;
  margin-left: 3px;
}
.result-list-wrap .item .top-wrap .good-btn {
  border: 1px solid #eaeaea;
  border-radius: 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  padding: 8px 14px;
  box-sizing: border-box;
  margin-top: 15px;
  display: inline-block;
}
.result-list-wrap .item .top-wrap .good-btn img {
  vertical-align: sub;
  margin-right: 2px;
}
.result-list-wrap .item .top-wrap .good-active {
  border: 1px solid #ffd706 !important;
}
.result-list-wrap .item .bottom-wrap {
  background: #f8f8fd;
  border-radius: 0px 0px 9px 9px;
  padding: 13px 20px;
  align-items: center;
  display: flex;
}
.result-list-wrap .item .bottom-wrap .icon {
  margin-right: 9px;
}
.result-list-wrap .item .bottom-wrap .val {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #959595 !important;
  margin-right: 18px;
}

.search-filter-setting-wrap {
  padding: 12px 20px !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: initial !important;
}
.search-top-wrap {
  top: 0px !important;
}
.search-top-wrap .filter-btn-wrap {
  margin: 15px 0 !important;
}
.search-top-wrap .tip {
  border-top: 1px solid #ffd706;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #777 !important;
}
.search-top-wrap .tip span {
  color: #5757ff !important;
  margin-left: 5px;
}
.search-filter-setting-wrap {
  border-top: 1px solid #eeeeee;
}
.search-filter-setting-wrap #search-area {
  padding: 0 !important;
}
.search-filter-setting-wrap .arrow-icon {
  width: 8px !important;
  height: 5px !important;
  /* margin-bottom: 2px; */
  margin-bottom: 0;
}

.search-filter-setting-wrap .area .filter-toggle {
  font-weight: 500;
  font-size: 12px !important;
  line-height: 17px !important;
  color: #777 !important;
}
.search-filter-setting-wrap .filter-area {
  /* top: 175px !important; */
  top: 187px !important;
}
.fixed-menu .search-filter-setting-wrap .filter-area {
  /* top: 175px !important; */
  top: 123px !important;
}
.list-top {
  margin-top: 140px;
}

.search-fixed-menu {
  position: fixed;
  top: 0px !important;

  /* padding: 15px 20px 10px; */
  /* padding: calc(env(safe-area-inset-top) / 2 + 17px) 21px
  calc(env(safe-area-inset-top) / (-6) + 17px); */
  padding: calc(env(safe-area-inset-top) / 2 + 15px) 20px 10px;

  background: #fff;
  max-width: 420px;
  position: fixed;
  z-index: 10001;
  border-bottom: 1px #ffd706 solid;
}

.search-body-wrap .fixed-menu {
  padding: 0 !important;
  position: fixed;
  max-width: 420px;
  /* top: 58px !important; */
  /* top: calc(env(safe-area-inset-top) / 2 + 58px) !important; */
  top: calc(env(safe-area-inset-top) / 2 + 63px) !important;
  background: #fff;
  width: 100%;
  z-index: 1001;
  border-bottom: 1px #eeeeee solid;
  border-top: 0 !important;
}

.fixed-menu .qna-search-head-wrap {
  /* padding: 15px 20px 10px; */
  /* padding: calc(env(safe-area-inset-top) / 2 + 15px) 20px calc(env(safe-area-inset-top) / (-6) + 10px); */
  padding: calc(env(safe-area-inset-top) / 2 + 15px) 20px 10px;
}

.qna-search-container .fixed-menu {
  padding: 0 !important;
  position: fixed;
  top: 0px !important;
  background: #fff;
  width: 100%;
  z-index: 1001;
  border-bottom: 1px #eeeeee solid;
  border-top: 0 !important;
}

/* Qna 검색 */
.search-qna-top-wrap {
  border-top: 1px solid #ffd706;
}

.search-fixed-box .filter-wrap {
  padding-left: 0 !important;
  justify-content: space-between !important;
}
.answer-help-wrap {
  display: flex;
  gap: 3px;
}

#search-qna-list-container .qna-list-container {
  padding-bottom: 60px;
}
.top-box .qna-search-tip {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.top-box .qna-search-tip:nth-child(1) {
  margin-top: 100px;
  margin-bottom: 50px;
}
.top-box .qna-search-tip p:nth-child(2) {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #777777 !important;
}

.qna-search-container {
  min-height: 100vh;
  height: 100%;
  background: #f9f9f9;
}

.qna-search-container .search-fixed-box {
  background: #fff;
  border-bottom: 1px solid #ffd706;
}
