@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
.sell-search-inner {
  width: 1438px;
  min-height: 1000px;
}
.sell-search-inner .search-option-wrap {
  padding: 48px 52px;
  width: 279px;
  height: 723px;
  flex: 0 0 279px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 20px;
  background-color: white;
  position: relative;
  top: 196px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.sell-search-inner .search-option-wrap #quickSearchForm .img-icon {
  margin-top: 47px;
  text-align: center;
}
.sell-search-inner .search-option-wrap #quickSearchForm .img-icon img {
  width: 57px;
  height: 44px;
}
.sell-search-inner .search-option-wrap #quickSearchForm .title p {
  font-size: 30px;
  font-weight: bold;
  font-family: "Segoe UI";
  color: #707070;
  margin-top: 19px;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
  height: 403px;
  margin-top: 47px;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn {
  display: flex;
  justify-content: center;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  padding: 35px 0 15px 0;
  border-radius: 15px;
  background-color: #F6F6F6;
  transition: all 0.3s ease;
  width: 237px;
  height: 123px;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn .btn-con {
  display: inline-flex;
  position: relative;
  flex-flow: column;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn .btn-con .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 22px;
  color: #333;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn .btn-con .info {
  font-size: 12px;
  margin-top: 8px;
  color: #666;
  line-height: 1.4;
  font-family: "Noto Sans KR";
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn .btn-con .input-keyword {
  display: none;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn .btn-con .input-keyword img {
  position: absolute;
  width: 14px;
  height: 16px;
  bottom: 9px;
  left: 186px;
  z-index: 20;
  cursor: pointer;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn .btn-con .input-keyword .search-input {
  width: 213px;
  height: 41px;
  padding: 8px 33px 8px 17px;
  border: 1px solid #ccc;
  border-radius: 21px;
  margin-bottom: 8px;
  font-size: 14px;
  font-family: "Noto Sans KR";
  position: relative;
  top: -31px;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn .btn-con .input-num {
  display: none;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn .btn-con .input-num img {
  position: absolute;
  width: 14px;
  height: 16px;
  bottom: 9px;
  left: 186px;
  z-index: 20;
  cursor: pointer;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn .btn-con .input-num .search-input {
  width: 213px;
  height: 41px;
  padding: 8px 35px 8px 17px;
  border: 1px solid #ccc;
  border-radius: 21px;
  margin-bottom: 8px;
  font-size: 14px;
  font-family: "Noto Sans KR";
  position: relative;
  top: -31px;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn.cate .btn-con::before {
  width: 36px;
  height: 35px;
  background: url(/img/icon/search_check.png) no-repeat center/contain;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn.on.cate {
  background-color: #00b0f0;
  color: #fff;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn.on.cate .btn-con::before {
  background-image: url(/img/icon/search_check_w.png);
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn.on.num {
  cursor: default;
  box-shadow: 0 0 0 7px #00b0f0 inset;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn.on.num .btn-con {
  flex-flow: row;
  align-items: center;
  padding-left: unset;
  width: 100%;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn.on.num .btn-con::before {
  display: none;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn.on.num .btn-con .search-input {
  flex: 1;
  margin-right: 10px;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn.on.num .btn-con .search-input:focus-visible {
  outline: none;
}
.sell-search-inner .search-option-wrap #quickSearchForm .search-option-list .option-btn.on.num .btn-con .search-btn {
  font-size: 0;
  width: 32px;
  height: 32px;
  background: url(/img/search_on.svg) no-repeat center/cover;
}
.sell-search-inner .search-option-wrap .reset-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 57px;
  cursor: pointer;
}
.sell-search-inner .search-option-wrap .reset-btn img {
  width: 20px;
  height: 20px;
}
.sell-search-inner .search-option-wrap .reset-btn .searchCancel {
  font-size: 14px;
  font-family: "Noto Sans KR";
  color: #393838;
  margin: 0;
}
.sell-search-inner .search-option-wrap .category-reset-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 57px;
  cursor: pointer;
}
.sell-search-inner .search-option-wrap .category-reset-btn img {
  width: 20px;
  height: 20px;
}
.sell-search-inner .search-option-wrap .category-reset-btn .categoryCancel {
  font-size: 14px;
  font-family: "Noto Sans KR";
  color: #393838;
  margin: 0;
}

.search-list-page .search-head-wrap .cate-info-msg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #a1a1a1;
  border-radius: 38px;
  padding: 30px 60px;
  margin-bottom: 28px;
}
.search-list-page .search-head-wrap .cate-info-msg .txt {
  color: #fff;
  font-size: 18px;
}
.search-list-page .search-head-wrap .cate-info-msg .icon {
  width: 52px;
  height: 45px;
  background: url(/img/icon/search_check_w.svg) no-repeat center/cover;
}
.search-list-page .search-head-wrap .reset-wrap {
  margin-top: 8px;
  margin-right: 50px;
}
.search-list-page .search-head-wrap .reset-wrap .reset-btn {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.search-list-page .search-head-wrap .reset-wrap .reset-btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/img/ic_filter_reset_btn.svg) no-repeat center/cover;
  margin-left: 8px;
}
.search-list-page .search-head-wrap .cate-detail-wrap {
  font-family: "Noto Sans KR";
  font-weight: 300;
  position: relative;
  top: 122px;
  display: none;
}
.search-list-page .search-head-wrap .cate-detail-wrap .dropdown-filters {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  background-color: white;
  width: 1119px;
  height: 140px;
  border-radius: 24px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.search-list-page .search-head-wrap .cate-detail-wrap .dropdown-filters .dropdown-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 17px;
}
.search-list-page .search-head-wrap .cate-detail-wrap .dropdown-filters .dropdown-wrapper span {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.search-list-page .search-head-wrap .cate-detail-wrap .dropdown-filters .dropdown-wrapper .dropdown-header {
  width: 208px;
  height: 38px;
  padding: 8px 22px;
  border: 1px solid #8b8b8b;
  border-radius: 8px;
  background: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.search-list-page .search-head-wrap .cate-detail-wrap .dropdown-filters .dropdown-wrapper .dropdown-header .dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  transition: transform 0.3s;
}
.search-list-page .search-head-wrap .cate-detail-wrap .dropdown-filters .dropdown-wrapper .dropdown-header .selected-text {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans KR";
}
.search-list-page .search-head-wrap .cate-detail-wrap .dropdown-filters .dropdown-wrapper .dropdown-content {
  display: none;
  position: absolute;
  top: 44px;
  left: 77px;
  width: 208px;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-top: 9px solid #00B0F0;
}
.search-list-page .search-head-wrap .cate-detail-wrap .dropdown-filters .dropdown-wrapper .dropdown-content .dropdown-item {
  display: flex;
  padding: 10px 15px 10px 13px;
  cursor: pointer;
}
.search-list-page .search-head-wrap .cate-detail-wrap .dropdown-filters .dropdown-wrapper .dropdown-content .dropdown-item input {
  margin-right: 8px;
}
.search-list-page .search-head-wrap .cate-detail-wrap .dropdown-filters .dropdown-wrapper .dropdown-content .dropdown-item.top {
  padding-top: 28px;
}
.search-list-page .search-head-wrap .cate-detail-wrap .dropdown-filters .dropdown-wrapper .dropdown-content .dropdown-item.bottom {
  padding-bottom: 28px;
}
.search-list-page .search-head-wrap .cate-detail-wrap .dropdown-filters .horizontal-line {
  height: 25px;
  position: relative;
  right: 0;
  background-color: black;
}
.search-list-page .search-head-wrap .cate-detail-wrap .cate-box {
  padding: 40px 40px;
  margin-top: 17px;
  background-color: white;
  border-radius: 24px;
}
.search-list-page .search-head-wrap .cate-detail-wrap .cate-box .cate-tit {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  font-weight: bold;
}
.search-list-page .search-head-wrap .cate-detail-wrap .cate-box .cate-list {
  display: flex;
  flex-wrap: wrap;
  margin: -9px -8px;
}
.search-list-page .search-head-wrap .cate-detail-wrap .cate-box .cate-list + .cate-list {
  margin-top: 34px;
}
.search-list-page .search-head-wrap .cate-detail-wrap .cate-box .cate-list .cate-item .item-select label {
  cursor: pointer;
}
.search-list-page .search-head-wrap .cate-detail-wrap .cate-box .cate-list .cate-item .item-select label input {
  position: absolute;
  left: -9999px;
}
.search-list-page .search-head-wrap .cate-detail-wrap .cate-box .cate-list .cate-item .item-select label input:checked ~ .txt {
  color: #fff;
  background-color: #00b0f0;
}
.search-list-page .search-head-wrap .cate-detail-wrap .cate-box .cate-list .cate-item .item-select label .txt {
  color: black;
  font-size: 13px;
  border-radius: 24px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c5c5c5;
  font-family: "Noto Sans KR";
}
.search-list-page .search-head-wrap .cate-detail-wrap .cate-box .cate-list.list-4 .cate-item {
  width: calc(25% - 16px);
}
.search-list-page .search-head-wrap .cate-detail-wrap .cate-box .cate-list.list-7 .cate-item {
  width: calc(14.28% - 16px);
}
.search-list-page .search-head-wrap .cate-detail-wrap .reset-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  position: relative;
  bottom: 30px;
  left: 1090px;
  cursor: pointer;
  width: 70px;
}
.search-list-page .search-head-wrap .cate-detail-wrap .reset-btn img {
  width: 20px;
  height: 20px;
}
.search-list-page .search-head-wrap .cate-detail-wrap .reset-btn p {
  font-size: 14px;
  font-family: "Noto Sans KR";
  color: #393838;
  margin: 0;
}
.search-list-page .search-head-wrap .cate-detail-wrap .category-reset-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 57px;
  cursor: pointer;
  width: 70px;
  position: relative;
  left: 1034px;
  bottom: 28px;
}
.search-list-page .search-head-wrap .cate-detail-wrap .category-reset-btn img {
  width: 20px;
  height: 20px;
}
.search-list-page .search-head-wrap .cate-detail-wrap .category-reset-btn .categoryCancel {
  font-size: 14px;
  font-family: "Noto Sans KR";
  color: #393838;
  margin: 0;
}
.search-list-page .search-body-wrap .sort-wrap {
  display: flex;
  gap: 6px;
  justify-content: end;
  margin-bottom: 40px;
  padding-bottom: 23px;
  border-bottom: 1px solid #bfbfbf;
}
.search-list-page .search-body-wrap .sort-wrap .sort-btn {
  width: 120px;
  font-size: 12px;
  text-align: center;
  line-height: 38px;
  font-family: "Noto Sans KR";
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.search-list-page .search-body-wrap .sort-wrap .sort-btn.on {
  color: #fff;
  background-color: #00b0f0;
}
.search-list-page .search-body-wrap .sort-wrap .sell-sort-btn {
  width: 107px;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  font-family: "Noto Sans CJK KR";
  border-radius: 30px;
}
.search-list-page .search-body-wrap .sort-wrap .sell-sort-btn.on {
  color: #fff;
  background-color: #00b0f0;
}
.search-list-page .search-body-wrap .sort-wrap .category-reset-btn {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 8px;
  width: 135px;
  cursor: pointer;
  padding-right: 20px;
}
.search-list-page .search-body-wrap .sort-wrap .category-reset-btn .reset-icon {
  width: 18px;
  height: auto;
}
.search-list-page .search-body-wrap .sort-wrap .category-reset-btn p {
  font-size: 14px;
  font-family: "Noto Sans CJK KR";
  color: #262626;
}
.search-list-page .search-body-wrap .search-list-group .item-list-layout1 {
  display: flex;
}
.search-list-page .search-body-wrap .search-list-group .list-wrap {
  flex: 1;
  display: flex;
  gap: 38px 30px;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
}
.search-list-page .search-body-wrap .search-list-group .list-wrap .list-item {
  width: calc(33.33% - 20px);
  display: flex;
}
.search-list-page .search-body-wrap .search-list-group .list-wrap .list-item.access {
  border-radius: 16px;
  box-shadow: 0 0 0 6px #e93e3e;
}
.search-list-page .search-body-wrap .search-list-group .list-wrap .list-item .item-wrap {
  width: 100%;
  display: flex;
  flex-flow: column;
}
.search-list-page .search-body-wrap .search-list-group .list-wrap .list-item .item-wrap .thumb-box {
  height: 200px;
}
.search-list-page .search-body-wrap .search-list-group .list-wrap .list-item .item-wrap .thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.search-list-page .search-body-wrap .search-list-group .list-wrap .list-item .item-wrap .info-box {
  padding: 20px 25px 30px;
  background-color: #fff;
  flex: 1;
  display: flex;
  flex-flow: column;
}
.search-list-page .search-body-wrap .search-list-group .list-wrap .list-item .item-wrap .info-box .intro-con {
  flex: 1;
}
.search-list-page .search-body-wrap .search-list-group .list-wrap .list-item .item-wrap .info-box .intro-con .num {
  color: #a1a1a1;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
}
.search-list-page .search-body-wrap .search-list-group .list-wrap .list-item .item-wrap .info-box .intro-con .title {
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Noto Sans KR";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-list-page .search-body-wrap .search-list-group .list-wrap .list-item .item-wrap .info-box .intro-con .desc {
  color: #6a6969;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 12px;
  min-height: 30px;
  white-space: pre-wrap;
}
.search-list-page .search-body-wrap .search-list-group .list-wrap .list-item .item-wrap .info-box .info-con {
  margin-top: 10px;
  padding-top: 16px;
  border-top: 1px solid #a1a1a1;
  display: grid;
  row-gap: 9px;
  grid-template-columns: repeat(2, auto);
}
.search-list-page .search-body-wrap .search-list-group .list-wrap .list-item .item-wrap .info-box .info-con .info-item {
  display: flex;
  align-items: center;
}
.search-list-page .search-body-wrap .search-list-group .list-wrap .list-item .item-wrap .info-box .info-con .info-item .sub-tit {
  width: 46px;
  color: #a1a1a1;
  font-size: 11px;
  font-weight: 600;
  margin-right: 8px;
}
.search-list-page .search-body-wrap .search-list-group .list-wrap .list-item .item-wrap .info-box .info-con .info-item .info-data {
  font-size: 14px;
  font-weight: 600;
}
.search-list-page .search-body-wrap .search-list-group .list-wrap .nodata {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 100px 0 !important;
}
.search-list-page .search-body-wrap .search-list-group .list-wrap .nodata::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url(/img/icon/ic_no_data.png) no-repeat center/100%;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.search-list-page .search-body-wrap .search-list-group .float-btn {
  width: 0;
  position: sticky;
  align-self: start;
  top: 50%;
  margin-top: 162px;
}
.search-list-page .search-body-wrap .search-list-group .float-btn .page-box {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.search-list-page .search-body-wrap .search-list-group .float-btn:hover .page-num {
  opacity: 1;
  transform: translateY(0);
}
.search-list-page .search-body-wrap .search-list-group .float-btn.prev {
  transform: translateX(-55px);
}
.search-list-page .search-body-wrap .search-list-group .float-btn.next {
  transform: translateX(55px);
}
.search-list-page .search-body-wrap .search-list-group .float-btn .page-num {
  color: #949494;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.2s ease;
}
.search-list-page .search-body-wrap .search-list-group .platform-paging-layout {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}

.search-btn-wrap {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  padding-bottom: 114px;
}
.search-btn-wrap .cate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 36px;
  height: 71px;
  width: 227px;
  background-color: #00b0f0;
  font-family: "Noto Sans KR";
}
.search-btn-wrap .cate-btn + .cate-btn {
  margin-left: 18px;
}
.search-btn-wrap .cate-btn .txt {
  font-size: 13px;
  color: #fff;
}
.search-btn-wrap .cate-btn .ic {
  margin-right: 8px;
}
.search-btn-wrap .cate-btn .ic.ic-search {
  background: url(/img/ic_submit_search.svg) no-repeat center/cover;
  width: 22px;
  height: 23px;
}
.search-btn-wrap .cate-btn .ic.ic-reset {
  background: url(/img/ic_submit_reset.svg) no-repeat center/cover;
  width: 19px;
  height: 19px;
}

/*# sourceMappingURL=search.css.map */
