.stores {
  padding: 24px 0 120px;
}
@media (max-width: 768px) {
  .stores {
    padding: 8vw 0 26.6666666667vw;
  }
}
.stores-title {
  margin-top: 38px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .stores-title {
    margin-top: 9.8666666667vw;
    font-size: 6.4vw;
  }
}

.search {
  position: relative;
  margin-top: 56px;
}
@media (max-width: 768px) {
  .search {
    margin-top: 9.3333333333vw;
  }
}
.search-contents {
  position: absolute;
  width: 100%;
  padding: 30px;
  padding-bottom: 64px;
  border-radius: 1vw;
  box-shadow: 0px 0.5333333333vw 4vw 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 768px) {
  .search-contents {
    padding: 6.1333333333vw 2.6666666667vw;
    padding-bottom: 12.5333333333vw;
    border-radius: 3vw;
  }
}
.search__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .search__list {
    gap: 4.5333333333vw;
  }
}
.search__list-link h3 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 10px;
  color: #f5315e;
  font-size: 16px;
  font-weight: 900;
  border-bottom: solid 1px #eaeaea;
}
@media (max-width: 768px) {
  .search__list-link h3 {
    gap: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    font-size: 3.7333333333vw;
    border-bottom: solid 0.2666666667vw #eaeaea;
  }
}
.search__list-link h3::before {
  content: "";
  width: 4px;
  height: 16px;
  background-color: #f5315e;
}
@media (max-width: 768px) {
  .search__list-link h3::before {
    width: 1.0666666667vw;
    height: 3.7333333333vw;
  }
}
.search__list-link-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .search__list-link-contents {
    gap: 4vw;
    padding-top: 3.2vw;
  }
}
.search__list-link-contents p {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .search__list-link-contents p {
    font-size: 3.7333333333vw;
  }
}
.search .search-active-bg-stores {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.search .active-contents {
  display: none;
  z-index: 1;
}
.search .active-contents-container h4 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 10px;
  color: #f5315e;
  font-size: 16px;
  font-weight: 900;
  border-bottom: solid 1px #eaeaea;
}
@media (max-width: 768px) {
  .search .active-contents-container h4 {
    gap: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    font-size: 3.7333333333vw;
    border-bottom: solid 0.2666666667vw #eaeaea;
  }
}
.search .active-contents-container h4::before {
  content: "";
  width: 4px;
  height: 16px;
  background-color: #f5315e;
}
@media (max-width: 768px) {
  .search .active-contents-container h4::before {
    width: 1.0666666667vw;
    height: 3.7333333333vw;
  }
}
.search .active-contents-box {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0px 16px;
  gap: 8px 20px;
}
@media (max-width: 768px) {
  .search .active-contents-box {
    margin: 1.6vw 0px 1.3333333333vw;
    gap: 2.4vw 4vw;
  }
}
.search .active-contents-box label {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  transition: background-color 0.3s, border-color 0.3s;
  cursor: pointer;
  background-color: #fff;
}
@media (max-width: 768px) {
  .search .active-contents-box label {
    padding: 0.6666666667vw 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.search .active-contents-box label input {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .search .active-contents-box label input {
    margin-right: 0.6666666667vw;
  }
}
.search .active-contents-box label input[type=checkbox]:checked + span {
  color: #f5315e;
}
.search .active-contents-box label input[type=checkbox] {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 768px) {
  .search .active-contents-box label input[type=checkbox] {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.search .active-contents-box label input[type=checkbox]:checked {
  background-image: url(../img/util/checked-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.search .active-contents .search-button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .search .active-contents .search-button {
    bottom: -6.6666666667vw;
  }
}
.search .active-contents .search-button a {
  position: relative;
  display: inline-block;
  width: 248px;
  padding: 14px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: solid 2px #f5315e;
  border-radius: 100vw;
  background-color: #f5315e;
}
@media (max-width: 768px) {
  .search .active-contents .search-button a {
    width: 66.6666666667vw;
    padding: 4vw 0;
    font-size: 4vw;
    border: solid 0.5333333333vw #f5315e;
  }
}
.search .active-contents .search-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 18px;
  background: url(../img/util/arrow-icon-white.png) no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .search .active-contents .search-button a::after {
    right: 3.7333333333vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}
.search-button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .search-button {
    bottom: -6.6666666667vw;
  }
}
.search-button a {
  position: relative;
  display: inline-block;
  width: 248px;
  padding: 14px 0;
  color: #f5315e;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: solid 2px #f5315e;
  border-radius: 100vw;
  background-color: #fff;
}
@media (max-width: 768px) {
  .search-button a {
    width: 66.6666666667vw;
    padding: 4vw 0;
    font-size: 4vw;
    border: solid 0.5333333333vw #f5315e;
  }
}
.search-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 18px;
  background: url(../img/util/arrow-icon.png) no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .search-button a::after {
    right: 3.7333333333vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}

.lists {
  margin-top: 84px;
}
@media (max-width: 768px) {
  .lists {
    margin-top: 16vw;
  }
}
.lists-number {
  display: flex;
  align-items: flex-end;
  gap: 18px;
}
@media (max-width: 768px) {
  .lists-number {
    gap: 3.4666666667vw;
  }
}
.lists-number p {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lists-number p {
    font-size: 4vw;
  }
}
.lists-number p .small {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lists-number p .small {
    margin-right: 0.8vw;
    font-size: 4.8vw;
  }
}
.lists-number p .big {
  font-size: 28px;
  font-weight: 600;
  margin: 0 3px;
}
@media (max-width: 768px) {
  .lists-number p .big {
    font-size: 6.4vw;
  }
}
.lists__list {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
  margin-bottom: 60px;
  gap: 34px;
}
@media (max-width: 768px) {
  .lists__list {
    margin-top: 4vw;
    margin-bottom: 8vw;
    gap: 5.6vw;
  }
}/*# sourceMappingURL=stores.css.map */