#same-keyword-page .filter-setting-wrap {
  margin-top: 10px;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

#same-keyword-page .search-keyword-filter .filter-setting-wrap {
  margin-top: 0 !important;
  padding: 0 !important;
}

#same-keyword-page .filter-setting-wrap .area {
  padding: 0;
}

#same-keyword-page .filter-setting-wrap .area .filter-toggle {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #777777 !important;
}

#same-keyword-page .filter-setting-wrap .area {
  display: flex;
  align-items: center;
}

#same-keyword-page .filter-setting-wrap .down-icon {
  width: 8px;
  height: 5px;
  transform: rotate(0);
  margin-left: 5px;
  opacity: 0.8;
}

#same-keyword-page .filter-setting-wrap .up-icon {
  width: 8px;
  height: 5px;
  transform: rotate(180deg);
  margin-left: 5px;
  opacity: 0.8;
}

#same-keyword-page .filter-setting-wrap .area:nth-last-child(2) {
  padding: 3px 0px !important;
}

#same-keyword-page .today-product .sub-title {
  margin-bottom: 15px;
}

/* 상품 박스 */
#same-keyword-page .product-keyword-box {
  width: 100%;
  background: #fff;
}

#same-keyword-page .product-keyword-box.nemo-only {
  /* width: 160px; */
  /* width: 48%; */
  width: calc(50% - 5px);
}
#same-keyword-page .product-keyword-box .product-keyword-box-wrap {
  padding: 25px 20px 0;
}
#same-keyword-page .product-keyword-box.nemo-only .product-keyword-box-wrap {
  padding: 0;
  /* width: 160px; */
  width: 100%;
}

#same-keyword-page .product-keyword-box .item-img {
  width: 100%;
  height: 360px;
  border-radius: 9px;
}
#same-keyword-page .product-keyword-box.nemo-only .item-img {
  width: 100%;
  height: 160px;
  /* width: 160px; */
  /* height: 360px; */
  border-radius: 9px;
}

#same-keyword-page .product-keyword-box .text-box {
  width: 100%;
}

#same-keyword-page .product-keyword-box .img-box {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

#same-keyword-page .product-keyword-box.nemo-only .img-box {
  /* width: 160px; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-interest-home-page .product-keyword-box .img-box .like {
  position: absolute;
  bottom: 5px;
  right: 8px;
  width: 23px;
  height: 23px;
}

#same-keyword-page .product-keyword-box .img-box .un-like {
  position: absolute;
  bottom: 4px;
  right: 6px;
  width: 26px;
  height: 26px;
}

#same-keyword-page .product-keyword-box-wrap {
}

#same-keyword-page .product-keyword-box .title-box .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* height: 45px; */
}
#same-keyword-page .product-keyword-box.nemo-only .title-box .title {
  height: 40px;
}
#same-keyword-page .product-keyword-box .sub-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

#same-keyword-page .product-keyword-box .title-box {
  height: auto;
  margin-bottom: 0px;
}

#same-keyword-page .product-keyword-box .price-box {
  margin-top: 5px;
  gap: 7px;
  align-items: baseline;
  justify-content: end;
}

#same-keyword-page .product-keyword-box .price-box .price2,
#same-keyword-page .product-keyword-box .price-box .price1 {
  margin-left: 0;
  position: static;
}

#same-keyword-page .product-keyword-box .price1 {
  margin-left: 7px;
}

#same-keyword-page .product-keyword-box .price2 {
  margin-left: 10px;
}
#same-keyword-page .product-keyword-box .price2 span {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
}

#same-keyword-page .product-keyword-box .sale {
  color: #5757ff !important;
}

#same-keyword-page .keyword-box {
  flex-wrap: wrap;
  margin-top: 20px;
  background: #fcfcff;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 5px #f5f5f5;
  gap: 15px;
}

#same-keyword-page .product-keyword-box .keyword-box .down-icon {
  width: 10px;
  height: 5px;
  transform: rotate(0);
}
#same-keyword-page .product-keyword-box .keyword-box .up-icon {
  width: 10px;
  height: 5px;
  transform: rotate(180deg);
}

#same-keyword-page .keyword-box .open-center {
  justify-content: center !important;
}
#same-keyword-page .keyword-box .open {
  transition: all 0.5s ease-in-out;
  height: auto !important;
  max-height: 1000px;
  overflow: unset;
  display: flex;
  justify-content: start;
  overflow-x: auto;
  padding: 0px 10px;
  box-sizing: border-box;
  /* }
#same-keyword-page .product-keyword-box .keywords { */
  margin-top: 0px;
  margin-bottom: 7px;
  gap: 3px;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
}

#same-keyword-page .keyword-box .close {
  max-height: 0px;
  overflow: hidden;
}

/* 필터 */
#same-keyword-page .filter-tab {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

#same-keyword-page .filter-tab div {
  width: 33%;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #aaaaaa !important;
  border-bottom: #f5f5f5 solid 1px;
  padding: 6px 0;
}

#same-keyword-page .filter-tab .selected {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #333333 !important;
  border-bottom: #333 solid 3px;
}

#same-keyword-page .search-keyword-filter .filter-setting-wrap .filter-area {
  left: 0px !important;
}
#same-keyword-page .filter-setting-wrap .filter-area {
  left: 20px;
  box-shadow: 0px 5px 10px 0px #ddd;
  display: flex;
  position: absolute;
  flex-wrap: wrap;
  width: 225px;
  top: 25px;
  z-index: 10;
  align-items: center;
  margin-top: 5px;
  background: #ffffff;
  border-radius: 10px;
}

#same-keyword-page .filter-setting-wrap .filter-item {
  width: 100%;
}

#same-keyword-page .filter-setting-wrap .filter-item .line {
  border-bottom: #eeeeee 4px solid;
}

#same-keyword-page .filter-setting-wrap .filter-item .title {
  color: #5757ff !important;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  width: 100%;
  padding: 15px 20px 10px 20px;
  box-sizing: border-box;
}

#same-keyword-page .filter-show {
  display: block;
  width: 100%;
}

#same-keyword-page .filter-hidden {
  display: none;
}

#same-keyword-page .filter-setting-wrap .filter-area .item {
  width: 100%;
  text-align: left;
  padding: 9px 20px;
  box-sizing: border-box;
  border-bottom: solid #eee 1px;
}

#same-keyword-page .filter-setting-wrap .filter-area .filter-seleted,
#same-keyword-page .filter-setting-wrap .filter-area .item:hover {
  background-color: #f1f1ff;
  font-weight: 700 !important;
  font-size: 12px;
  line-height: 17px;
  color: #333333 !important;
}

#same-keyword-page .filter-setting-wrap .filter-area .item p {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #555555 !important;
}

#same-keyword-page .filter-setting-wrap .select-wrap .filter-icon {
  width: 10px;
  height: 12px;
  margin-right: 5px;
}

#same-keyword-page .filter-setting-wrap .select-wrap select:focus {
  outline: none;
  border: none;
}
#same-keyword-page .filter-setting-wrap .select-wrap select {
  border: 0;
  font-family: "Noto Sans KR";
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #777777;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.samekeyword-list-container {
  padding-bottom: 30px;
}

.samekeyword-list-container .only-nemo-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 10px;
  /* justify-content: center; */
  padding: 25px 20px 0;
}
.samekeyword-list-container .list-more {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #ddd;
  border-radius: 25px;
  text-align: center;
  color: #999 !important;
  font-size: 16px;
  margin: 20px auto 30px;
}

.my-interest-home-page #sameKeywordBox .price1 {
  position: relative;
  top: 6px;
  margin-left: 30px;
}

/* .my-interest-home-page #sameKeywordBox.nemo-only .price2,
.my-interest-home-page #sameKeywordBox.nemo-only .sale  */
.my-interest-home-page #sameKeywordBox .price2,
.my-interest-home-page #sameKeywordBox .sale {
  font-size: 16px !important;
}
.only-nemo-wrap #sameKeywordBox .sale,
.only-nemo-wrap #sameKeywordBox .price2 {
  font-size: 13px !important;
}
.only-nemo-wrap #sameKeywordBox .price1 {
  font-size: 10px !important;
}

@media screen and (max-width: 380px) {
  #same-keyword-page .product-keyword-box .item-img {
    height: 330px;
  }
}
@media screen and (max-width: 360px) {
  #same-keyword-page .product-keyword-box .item-img {
    height: 310px;
  }
}
