.search {
  background-color: #fef7f5;
}
.search .s_btm {
  padding: 0 15px 22px;
}

option {
  color: #000 !important;
}

.reset_wrap_SP {
  display: none;
}

#search_filter {
  background: linear-gradient(90deg, #ec76a2 0%, #f1ab3e);
  padding: 25px 0;
}
#search_filter .search_inner {
  padding: 0 15px;
  align-items: center;
  max-width: 985px;
  margin: auto;
  justify-content: center;
  gap: 24px;
}
#search_filter .search_inner .filter_item {
  color: #fff;
}
#search_filter .search_inner .filter_item .reset_wrap {
  transition: 0.3s;
}
#search_filter .search_inner .filter_item .reset_wrap:hover {
  opacity: 0.7;
}
#search_filter .search_inner .filter_item label {
  margin-right: 10px;
}
#search_filter .search_inner .filter_item select {
  padding: 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 120px;
  border: none;
}

#results {
  max-width: 1100px;
  margin: 45px auto;
}
#results p {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#results p span {
  font-size: 3rem;
}
#results ul {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-bottom: 40px;
}
#results ul li img {
  width: 249px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
#results ul li .w_box {
  margin-top: 20px;
  position: relative;
}
#results ul li .w_box .w_st_wrap {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
}
#results ul li .w_box .w_st_wrap .w_st_01 {
  display: flex;
  gap: 10px;
  font-weight: bold;
  margin-bottom: 14px;
  justify-content: center;
}
#results ul li .w_box .w_st_wrap .w_st_02 {
  gap: 10px;
  font-size: 1.4rem;
}

.pr_bg {
  background-image: url(./img/woman/pr_back.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

#profile {
  max-width: 903px;
  margin: 128px auto 0;
  padding-bottom: 120px;
  position: relative;
}
#profile .pr_inner {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 30px;
}
#profile .pr_inner img {
  width: 345px;
  height: 600px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
#profile .pr_inner .pr_item {
  width: 55%;
}
#profile .pr_inner .pr_item .pr_name {
  align-items: center;
  gap: 30px;
}
#profile .pr_inner .pr_item .pr_name h2 {
  font-size: 3.6rem;
}
#profile .pr_inner .pr_item .pr_name button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background-color: #fff;
  border: 1px #000 solid;
  height: 30px;
  width: 180px;
}
#profile .pr_inner .pr_item .pr_age {
  align-items: center;
  gap: 10px;
}
#profile .pr_inner .pr_item .pr_age p {
  font-size: 2.6rem;
  font-weight: bold;
}
#profile .pr_inner .pr_item .pr_age .w_address {
  font-size: 1.2rem;
}
#profile .pr_inner .pr_item .pr_list {
  margin-bottom: 20px;
}
#profile .pr_inner .pr_item .pr_list aside {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 10px;
  padding-bottom: 5px;
  color: #ec76a2;
  border-bottom: 2px solid #ec76a2;
}
#profile .pr_inner .pr_item .pr_list .head2 {
  border-bottom-color: #f1ab3e;
  color: #f1ab3e;
}
#profile .pr_inner .pr_item .pr_list ul {
  list-style-type: none;
  padding: 0;
}
#profile .pr_inner .pr_item .pr_list ul .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: #d9d9d9 1px solid;
}
#profile .pr_inner .pr_item .pr_list ul .flex:last-of-type {
  border-bottom: none;
}
#profile .pr_inner .pr_item .pr_list ul .flex p {
  margin: 0;
  flex: 1;
}
#profile .pr_inner .pr_item .pr_list ul .flex p:first-child {
  margin-right: 10px;
}
#profile .pr_btm .pr_msg_ttl {
  color: #616161;
  margin-bottom: 20px;
}
#profile .pr_btm .pr_msg_inner {
  padding: 30px 0;
  border-top: #d9d9d9 1px solid;
  border-bottom: #d9d9d9 1px solid;
  margin: 20px 0 50px;
}
#profile .pr_btm .g_btn_02 {
  text-align: center;
  padding: 22px 0;
  margin-bottom: 40px;
  font-weight: bold;
}
#profile .pr_btm button {
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
}
#profile .pr_btm button span {
  font-size: 2.3rem;
}
#profile .pr_bg {
  position: absolute;
  bottom: 0;
}
#profile .pr_btm {
  padding: 0 15px;
}/*# sourceMappingURL=search.css.map */