/******* list.skin.php *******/

/* list.skin.php */
.sch_input {
  outline: none;
}
#bo_sch {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#search_location_modal .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 20px;
}
#search_location_modal .btn-wrap button {
  height: 48px;
  line-height: 48px;
  padding: 0;
  border-radius: 8px;
  font-size: 16px;
  width: 65%;
  flex-basis: 65%;
}
#search_location_modal .btn-wrap button#reset_btn {
  background: #ebebeb;
  color: #777;
  width: 32%;
  flex-basis: 32%;
  opacity: 1;
}

#search_location_modal {
  padding: 20px;
  display: none;
  background: white;
  width: 100%;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  position: fixed !important;
  height: 100%;
}
#search_location_modal.open {
  display: block !important;
  right: 0;
  bottom: 0;
  z-index: 9998;
  left: 0;
  margin: 0 auto;
  max-width: 485px;
  overflow: auto;
}
#search_location_modal .stx_input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

.sch-people,
.sch-region,
.sch-cate,
.sch-date {
  padding: 20px 0;
}
.people-counter,
.dog-counter {
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.counter {
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.counter button {
  width: 34px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  color: #888;
  line-height: 28px;
  font-weight: 500;
}
.counter button.minus {
  font-size: 20px;
}
.counter input {
  outline: none;
  width: 40px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

#search_location_modal.open {
  display: block !important;
  right: 0;
  bottom: 0;
  z-index: 9998;
  left: 0;
  margin: 0 auto;
  max-width: 485px;
}
#search_location_modal .chk-group input[type="checkbox"] {
  display: none;
}
#search_location_modal .chk-group {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5%;
}
#search_location_modal .chk-btn {
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
}
#search_location_modal .chk-btn.active {
  border: 1px solid #58ca0e;
  color: #58ca0e;
}
#search_location_modal .modal-body {
  overflow-y: auto;
}
#search_location_modal .datepicker,
#search_location_modal .table-condensed {
  width: 100%;
}
#search_location_modal .rdo-btn {
  width: 23%;
  flex-basis: 23%;
  border: 1px solid #dfdfdf;
  color: #555;
  font-size: 14.5px;
  font-weight: 400;
  margin-bottom: 9px;
  border-radius: 5px;
  height: 34px;
  padding: 0 5px;
  line-height: 32px;
}
#search_location_modal .rdo-btn.active {
  border: 1px solid #29b80e;
  color: #29b80e;
}
#search_location_modal .chk-btn {
  width: 31%;
  flex-basis: 31%;
  border: 1px solid #dfdfdf;
  color: #555;
  font-size: 14.5px;
  font-weight: 400;
  margin-bottom: 9px;
  border-radius: 5px;
  height: 36px;
  padding: 0 5px;
  line-height: 34px;
}
#search_location_modal .region-wrap.chk-group {
  gap: 2.6666%;
}
/* view.skin.php */
#bo_v {
  padding: 0;
  margin: 0 -20px;
}
.text-end {
  text-align: right;
}
.loc_file .swiper-pagination,
.pd-file .swiper-pagination {
  position: absolute;
  bottom: 17px !important;
  left: auto;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white !important;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 11px;
  padding: 0 8px;
  height: 20px;
  line-height: 21px;
  display: inline-block;
  width: auto;
}
.pro_view .loc_file.swiper {
  height: 230px;
}
.loc_file.swiper .img_view {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pro_view .bo_v_cate {
  background: transparent;
  padding: 5px 0;
  color: #888888;
  font-size: 14px;
  line-height: normal;
}
.pro_view .bo_v_tit {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro_view .bo_v_tit .bo_v_left {
  width: calc(100% - 75px);
  flex-basis: calc(100% - 75px);
  line-height: 1.3;
  display: block;
}
.pro_view .bo_v_tit .bo_sub_right {
  flex-basis: 70px;
  width: 70px;
  text-align: right;
}
.pro_view .bo_v_tit .bo_sub_right span {
  padding-left: 5px;
  margin-left: 7px;
}
.pro_view .bo_v_tit .bo_sub_right img {
  height: 18px;
  width: auto;
}
.pro_view .bo_v_tit .bo_sub_right span .active {
  display: none;
}
.pro_view .bo_v_tit .bo_sub_right span.fa_on img {
  display: none;
}
.pro_view .bo_v_tit .bo_sub_right span.fa_on .active {
  display: inline-block;
}
.pro_view .bo_v_tit .bo_v_left p {
  display: flex;
  gap: 12px;
}
.pro_view .bo_v_tit .bo_item_rating {
  display: block;
  font-size: 13px;
  color: #777;
  font-weight: 500;
  align-content: center;
  margin-top: 10px;
}
.pro_view .bo_v_tit .bo_item_rating.bo_review_link a {
  padding-right: 10px;
  background: url(../../../../../img/arrow.png) no-repeat top 3px right;
  background-size: 5px auto;
  display: block;
}
.pro_view .bo_v_tit .bo_item_rating.bo_review_link a span {
  color: #777;
}
.pro_view .bo_v_tit .bo_item_rating img {
  height: 12px;
  width: auto;
  vertical-align: -2px;
  margin-right: 1px;
  opacity: 0.7;
}
.pro_view .bo_v_tit .bo_item_rating img.star {
  opacity: 1;
}
#bo_list.pr_list {
  padding-bottom: 50px;
}
.header-top,
.header-bottom {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.view_star {
  line-height: 15px;
  height: 15px;
}
.view_star span {
  font-size: 13px;
  color: #777;
  font-weight: 400;
  display: inline-block;
}
.view_star span b {
  color: #000;
  font-weight: 500;
  display: inline-block;
}
.view_star img {
  height: 13px;
  width: auto;
}
#copy_url {
  cursor: pointer;
}
.loc_addr,
.addr_txt {
  font-size: 15px;
  color: #555;
  padding-right: 4px;
  margin: 0 0 10px;
}
#info .loc_addr_wrap .title {
  position: relative;
}
#info .loc_addr_wrap .title button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: 0;
  color: #29b80e;
  font-size: 13.5px;
  background: transparent;
}
.addr_txt {
  margin: 8px 0 0;
  font-size: 14px;
  color: #777;
}
.loc_code {
  font-size: 13px;
  font-weight: 500;
  background: #29b80e;
  color: white;
  padding: 3px 10px 2px;
  border-radius: 16px;
}
.info-item {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.give_item {
  white-space: nowrap;
}
.give_item > div {
  display: inline-block;
}
.op-item,
.fc-item {
  font-size: 15px;
  color: #333;
  padding: 4px 7px;
  border-radius: 5px;
  background: #eff9ec;
  margin-right: 3px;
}
.op-item {
  background: #ecf4ff !important;
}
.profile_wrap {
  margin-top: 15px;
}
.profile_wrap a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.profile_img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #a7e57e;
}
.profile_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile_wrap .mb_nick {
  font-weight: 600;
  font-size: 14px;
}

.title {
  font-size: 20px;
  font-weight: bold;
}
#info .title {
  margin-bottom: 10px;
}
section {
  padding: 0 20px;
}
section#tab-content {
  overflow-y: auto;
  padding-top: 0;
  padding: 0 0 80px;
  position: relative;
  z-index: 1;
}
section#tab-content > div {
  padding: 20px 20px;
}
section#tab-content > div#info {
  padding: 33px 20px 20px;
}
section#tab-content > div#intro {
  padding: 25px 0;
}

.loc_nav {
  background: white;
  padding: 10px 0 0;
  top: 0;
  z-index: 99;
}
.loc-tab {
  padding-top: 17px;
}
.loc-tab section {
  padding: 0;
}
.loc-tab section.loc-news .title {
  padding: 0 20px;
}
.intro_top {
  padding: 0 20px;
}
.loc-news-wrap {
  width: 100%;
}
.loc-news-wrap .swiper {
  padding: 0 20px;
}
.loc-news-wrap .news-0 {
  padding: 0 20px;
  color: #888;
  font-size: 14px;
}
.nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 20px;
}
.nav-item {
  height: 30px;
  text-align: center;
  width: 25%;
  flex-basis: 25%;
}
.nav-item a {
  color: #555;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: block;
}
.nav-item.active {
  color: #000;
  border-bottom: 2px solid #000;
}
.nav-item.active a {
  color: #000;
  font-weight: bold;
}
.nav .review_num {
  color: #888;
  font-weight: 500;
}
/* .tab-pane {display: none} */
.tab-pane.active {
  display: block;
}
.intro_top .wr_content {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  line-height: 1.8;
}

.radius_wrap,
.parking_wrap {
  padding: 25px 10px;
  background: #fff;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
}
.product_info {
  border: 0;
  margin: 38px 0 15px;
}
.info_content {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
}
.loc_etc {
  display: flex;
  text-align: center;
  gap: 10px;
  margin-bottom: 38px;
}
.loc_etc div {
  width: 50%;
}
.loc_etc img {
  width: auto;
  height: 26px;
  margin-bottom: 10px;
}

.btn-wrap {
  position: relative;
  padding: 20px 0;
}
.info-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-title-wrap #more_info {
  font-size: 14px;
  text-decoration: underline;
  color: #9b9b9b;
  margin-bottom: 10px;
}
#reservation {
  background: #fbfbfb;
}
#reservation .title {
  margin-bottom: 15px;
}
.product-list-view {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(149, 167, 148, 0.16);
  -moz-box-shadow: 0px 0px 4px 0px rgba(149, 167, 148, 0.16);
  box-shadow: 0px 0px 4px 0px rgba(149, 167, 148, 0.16);
  border-radius: 10px;
  background: #fff;
}
.pd_item_top {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 13px;
}
.product-single-view {
  padding: 18px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(149, 167, 148, 0.16);
  -moz-box-shadow: 0px 0px 4px 0px rgba(149, 167, 148, 0.16);
  box-shadow: 0px 0px 4px 0px rgba(149, 167, 148, 0.16);
}

.product-list-view .pd-info {
  flex-basis: calc(100% - 114px);
  width: calc(100% - 114px);
  position: relative;
  padding: 2px 0;
}

.pd-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.pd-title {
  font-weight: bold;
  font-size: 18px;
}
.pd-content {
  font-size: 13.5px;
  color: #555;
  position: relative;
  line-height: 1.3;
  padding: 0 20px 13px;
}
.pd-content span,
.pd-more-btn {
  text-align: left;
  font-size: 16px;
  color: #777;
  font-weight: 500;
  line-height: 1.8;
}
.pd-more-btn {
  text-align: center !important;
  font-weight: bold !important;
  font-size: 15px;
}
.pd-content span.short-content {
  display: inline;
  padding-right: 5px;
}
.pd-content span.full-content {
  display: inline-block;
  line-height: 1.4;
  width: 100%;
}
.pd-period {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  /* position:absolute; bottom:2px; left:0 */
}
.pd-chk-radio {
  display: none;
}
.pd-chk-label {
  border: none;
  background-color: #58ca0e;
  color: white;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: block;
}

.pd-price {
  color: #000;
  font-weight: 900;
  margin: 5px 0;
  font-size: 18px;
}
.pd_item_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-top: 1px solid #e3e3e3;
}
.product-single-view .pd-content {
  color: #555;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  padding: 0;
}
.product-single-view .pd-period {
  position: initial;
  color: #aaaaaa;
  font-size: 15px;
  font-weight: 400;
  margin-top: 6px;
}
.product-list-view .pd-img {
  width: 100px;
  height: 100px;
  flex-basis: 100px;
}
.product-single-view .pd-img {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}
.pd-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.product-single-view .pd-img img {
  position: absolute;
  top: 0;
  left: 0;
}
.product-single-view .pd-title-wrap {
  display: block;
  padding: 14px 0 3px;
}
.product-single-view .pd_item_bottom {
  margin: 17px -18px 0;
  padding: 15px 18px;
}
.pd-content .more-btn,
.pd-content .hide-btn {
  color: #999;
  font-weight: bolder;
  font-size: 15px;
  vertical-align: top;
  text-align: center;
  padding: 5px 0;
}
.resv-bottom-wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
#resv_btn {
  width: 80%;
}

.loc-news-wrap .thumb .thumb-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}
.loc-news-wrap .youtube-link {
  width: 100%;
  height: 150px;
}
.loc-news-wrap .youtube-link iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/*상세 리뷰*/
section#tab-content > div#review {
  padding: 0 0 40px;
}
.all_star {
  padding: 0 20px;
  margin-bottom: 45px;
}
.all_star > a {
  color: #999;
  font-size: 13.5px;
  text-decoration: underline;
}
.all_star p > span {
  font-size: 0;
  display: block;
  height: 15px;
  line-height: 15px;
}
.all_star p img {
  height: 15px;
  margin-right: 3px;
  vertical-align: top;
}
.all_star p .star_jum {
  font-size: 15px;
  padding-left: 4px;
  color: #777777;
  font-weight: 400;
}
.all_star p .star_jum b {
  color: #000;
  font-weight: 600;
}
.review_slide {
  margin: 0;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.review_one {
  margin-bottom: 20px;
}
.review_slide .star-rating {
  display: flex;
}
.review_slide .star-rating img {
  height: 15px;
  margin-right: 3px;
  vertical-align: top;
}
.all_star .more-review-btn {
  display: block;
  height: 43px;
  border-radius: 7px;
  border: 1px solid #48c532;
  color: #48c532;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  line-height: 44px;
  font-weight: 500;
}

.slider_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review_profile {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  border: 1px solid #a7e57e;
  border-radius: 50%;
  object-fit: cover;
}
.slider_top .re_top_left {
  width: calc(100% - 85px);
  flex-basis: calc(100% - 85px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.slider_top .re_top_left > span {
  width: calc(100% - 42px);
  flex-basis: calc(100% - 42px);
}
.slider_top .re_top_left > span > * {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider_top .re_top_left > span b {
  font-size: 14px;
  font-weight: bold;
}
.slider_top .re_top_left > span span {
  font-size: 12px;
  font-weight: 400;
  color: #888;
  padding-top: 2px;
}
.slider_top .re_top_right {
  width: 85px;
  flex-basis: 85px;
  text-align: right;
  display: flex;
  justify-content: right;
}
.slider_top .re_top_right img {
  width: 12px;
  height: auto;
  margin-right: 2px;
}
.review_content {
  margin-top: 10px;
}
.farm_num {
  font-size: 13px;
  color: #888888;
}
.re_content_box {
  padding-top: 3px;
}
.re_content_box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  color: #000;
  line-height: 1.4;
  width: 100%;
  margin-bottom: 11px;
}
.re_content_box img {
  width: 100%;
  height: 160px;
  border-radius: 8px;
  object-fit: cover;
}
.partner_other {
  padding: 0;
}
.partner_other h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px 13px;
}
.partner_other h3 span {
  color: #29b80e;
}
.partner_other .other_list_wrap {
  padding-right: 35px;
}
.other_list {
  padding-left: 20px;
  white-space: nowrap;
  font-size: 16px;
}
.other_item {
  display: inline-block;
  margin-right: 12px;
  width: 42%;
}
.other_item .item_photo {
  position: relative;
  height: 0;
  padding-bottom: 70%;
  width: 100%;
  margin-bottom: 9px;
}
.other_item .item_photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 8px;
}
.other_top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 4px;
}
.other_top > b {
  display: block;
  color: #747474;
  font-size: 13px;
  font-weight: 500;
  width: calc(100% - 70px);
  flex-basis: calc(100% - 70px);
}
.other_top span {
  width: 70px;
  flex-basis: 70px;
  text-align: right;
}
.other_top img {
  height: 12px;
  width: auto;
  margin-right: 2px;
}
.other_info h4 {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.other_addr {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
  font-size: 13.5px;
  font-weight: 400;
}
.other_price {
  font-size: 15px;
  font-weight: 900;
  padding-top: 5px;
}
#location_bottom_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 485px;
  z-index: 3;
  background: #fff;
  height: 74px;
  padding: 13px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#location_bottom_fix span {
  width: 40px;
  text-align: center;
  margin-right: 2px;
}
#location_bottom_fix span img {
  height: 19px;
  width: auto;
}
#location_bottom_fix a.product_menu {
  width: calc(100% - 94px);
  text-align: center;
  background: #111;
  color: #fff;
  height: 100%;
  display: inline-block;
  align-content: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}

/* radio버튼 */
.rdo-btn {
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
}
.rdo-btn.active {
  border: 1px solid #58ca0e;
  color: #58ca0e;
}

.search-sub {
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
}
.search-sub.active {
  border: 1px solid #58ca0e;
  color: #58ca0e;
}

.de-cate {
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
}
.de-cate.active {
  border: 1px solid #58ca0e;
  color: #58ca0e;
}

.view-list {
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
}
.view-list.active {
  border: 1px solid #58ca0e;
  color: #58ca0e;
}

.float-btn {
  position: fixed;
  bottom: 90px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 485px;
  margin: 0 auto;
  z-index: 3;
}

.float-btn .btn-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.015);
  border: 1px solid #29b80e;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: black;
  position: absolute;
  right: 20px;
  top: -52px;
  line-height: 46px;
}
.float-btn .btn-circle img {
  width: 21px;
  height: auto;
}
.float-btn .btn-circle#scrollTopBtn {
  top: -115px;
  border: 1px solid #ccc;
}
.float-btn .btn-circle#scrollTopBtn img {
  opacity: 0.6;
  width: 19px;
}

/*환불 규정*/
.refund-content * {
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}
.refund-content p:first-child span {
  font-size: 20px !important;
  font-weight: bold;
}
.refund-content p:not(:first-child) {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
}

/* 장소 공지사항 */
.swiper-slide.notice-item {
  padding: 0 20px 20px 20px;
}
.swiper-slide.notice-item .notice-item-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
}

.swiper-slide.notice-item .notice-item-wrap .notice-img,
.swiper-slide.notice-item .notice-item-wrap .youtube-link {
  width: 110px;
  height: 110px;
  flex-basis: 110px;
  border-radius: 10px;
  overflow: hidden;
}

.swiper-slide.notice-item .notice-item-wrap .youtube-link iframe {
  width: 100%;
  height: 100%;
}

.swiper-slide.notice-item .notice-item-wrap .notice-content {
  flex-grow: 1;
  font-size: 14px;
  color: #333;
}

.swiper-slide.notice-item .notice-item-wrap .notice-date {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}

.swiper-slide.notice-item .notice-item-wrap .notice-title {
  font-size: 14px;
  font-weight: bold;
}

/*상품 목록*/
#bo_sch legend {
  border-bottom: 0;
}
#bo_sch.product_sch {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  max-width: 485px;
  margin: 0 auto !important;
  background: #fff;
  z-index: 3;
  padding: 0;
  border: 0;
  display: block;
}
#bo_sch.product_sch .pr_sch_top {
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}
#bo_sch.product_sch .pr_sch_top a {
  display: block;
  height: 60px;
  width: 35px;
  text-align: left;
  flex-basis: 35px;
}
#bo_sch.product_sch .pr_sch_top img {
  height: 16px;
  width: auto;
}
#bo_sch.product_sch .pr_sch_top > div {
  width: calc(100% - 40px);
  flex-basis: calc(100% - 40px);
  height: 38px;
  border-radius: 22px;
  border: 1px solid #dfdfdf;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  line-height: 36px;
  padding: 0 15px;
  margin: 0;
  justify-content: space-between;
}
#bo_sch.product_sch .pr_sch_top p input {
  width: calc(100% - 150px);
  flex-basis: calc(100% - 150px);
  font-size: 14px;
  line-height: 36px;
  padding: 0;
}
#bo_sch.product_sch .pr_sch_top p input::placeholder {
  color: #999999;
}
#bo_sch.product_sch .pr_sch_top p.search_in_content {
  width: calc(100% - 150px);
  flex-basis: calc(100% - 150px);
  font-size: 14.5px;
  line-height: 36px;
  padding: 0;
  font-weight: 500;
}
#bo_sch.product_sch .pr_sch_top p span {
  font-size: 13px;
  color: #555;
  line-height: 37px;
  display: inline-block;
}
#bo_sch.product_sch .pr_sch_top span.search_in_date {
  width: 145px;
  flex-basis: 145px;
  font-size: 12px;
  text-align: right;
  color: #999;
}
.product_sch .cate-sub-group .swiper {
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  padding: 0 20px;
}
.product_sch .cate-sub-group .swiper-slide {
  width: auto !important;
  margin-right: 14px;
}

.product_sch .cate-sub-group label {
  border: 0;
  padding: 5px 0;
  color: #888888;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #fff;
}
.product_sch .cate-sub-group label.active {
  border-bottom: 2px solid #000;
  color: #000;
  font-weight: 600;
}
.product_sch .cate-sub-group label input {
  display: none;
}
.product_sch .cate-sub-group label input:checked + span {
  color: #000;
}
.product_sch .de-cate-sub-group {
  white-space: nowrap;
  overflow: auto;
  /* margin:0 -20px; padding:10px 20px; */
  padding: 12px 0px;
  margin: 0;
  width: 100%;
}
.product_sch .de-cate-sub-group label {
  border-radius: 30px;
  background: #f1f1f1;
  color: #888;
  border: 0;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
}
.product_sch .de-cate-sub-group label.active {
  background: #58ca0e;
  color: #fff;
}
.product_sch .de-cate-sub-group label input {
  display: none;
}
.product_sch .de-cate-sub-group .swiper-wrapper,
.product_sch .cate-sub-group .swiper-swiper {
  width: fit-content;
}
.product_sch .de-cate-sub-group .swiper {
  margin: 0 !important;
  padding: 0 20px;
}
.product_sch .de-cate-sub-group .swiper .swiper-slide {
  margin-right: 7px;
}

/*241218 검색 상단 swiper 제거*/
.cate_sub_wrap {
  display: flex;
  overflow: auto;
  white-space: nowrap;
  gap: 12px;
}
.de_cate_wrap {
  display: flex;
  overflow: auto;
  white-space: nowrap;
  gap: 12px;
}

.view_state_div {
  margin-top: 91px;
}
.view_state_div.not-display {
  margin-top: 0;
}
.view_state_div .view-list {
  background: #fff;
  margin-right: 5px;
  padding: 4px 9px 2.5px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #555;
}
.view_state_div .view-list.active {
  border: 1px solid #58ca0e;
  color: #58ca0e;
}
#bo_list.pr_list ul {
  padding-left: 0;
}
#bo_list.pr_list ul li {
  padding: 0;
  border-bottom: 0;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  margin: 5px 0 20px;
  overflow: hidden;
}
#bo_list.pr_list ul li.empty_table {
  border: 0;
  padding: 30px 0 !important;
}
.pr_thumb {
  width: 100%;
}
.pr_thumb .img_box {
  height: 0;
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
}

.pr_thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}
.pd_sel_btn {
  color: #888;
  font-size: 14px;
  font-weight: 400;
}
.pr_list .pd_sel_btn {
  padding: 12px 20px 2px;
}
.pr_list .bo_subject {
  text-decoration: none;
}
.pr_list .bo_subject a {
  color: #000;
}
.pr_list .bo_subject h3 {
  font-size: 17px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0 20px;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
.pr_list .bo_subject .pd_star_heart {
  display: block;
  padding: 5px 20px 0;
}
.pr_list .bo_subject .list_item_rating {
  font-size: 12px;
  color: #777;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}
.pr_list .bo_subject .list_item_rating img {
  height: 10px;
  opacity: 0.7;
  vertical-align: -1px;
  margin-right: 1px;
}
.pr_list .bo_subject .list_item_rating img.star {
  height: 12px;
  vertical-align: -2px;
  opacity: 1;
}
.pr_list .bo_info {
  padding: 3px 20px 12px;
  font-size: 14px;
  color: #555;
}
.pr_list .bo_info p {
  margin: 0 0 2px;
}
.pr_list_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.pr_list_price > span {
  width: 82px;
  flex-basis: 82px;
  font-weight: 500;
  font-size: 13px;
}
.pr_list_price span img {
  margin-right: 5px;
  height: 15px;
  vertical-align: -3px;
}
.pr_list_price p {
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
}
.pr_list_price p b {
  font-weight: 900;
  font-size: 19px;
  margin-left: 3px;
}
.pr_list .rdo-btn {
  border: 0;
  background: #f1f5f4;
  font-size: 12px;
  margin-right: 3px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 5px;
}
.pr_op_list {
  white-space: nowrap;
  overflow: auto;
  margin: 0 -20px;
  padding: 0 20px;
}
.map_view_btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../../../../img/map_img.png) no-repeat center left 15px;
  background-size: 16px auto;
  font-size: 15.5px;
  color: #555;
  border: 1px solid #ddd;
  padding: 9px 16px 9px 38px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(75, 75, 75, 0.3);
  -moz-box-shadow: 0px 3px 10px 0px rgba(75, 75, 75, 0.3);
  box-shadow: 0px 3px 10px 0px rgba(75, 75, 75, 0.3);
  background-color: #fff;
  border-radius: 30px;
  z-index: 2;
  font-weight: 600;
}
.pr_list #fboardlist {
  margin-bottom: 65px;
}

/*검색*/
#search_location_modal .modal-body {
  padding: 54px 0 60px;
  margin: 0 -20px;
}
#search_location_modal .modal-body > div {
  padding: 22px 20px;
  border-bottom: 1px solid #ebebeb;
}
#search_location_modal .modal-body > div:last-child {
  border-bottom: 0;
}
#search_location_modal .modal-body .modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  max-width: 485px;
  margin: 0 auto;
  padding: 16px 20px;
  border-bottom: 0;
}
#search_location_modal .modal-body .modal-head input {
  width: calc(100% - 45px);
  flex-basis: calc(100% - 45px);
  border: 0;
  border-radius: 25px;
  height: 40px;
  padding: 0 10px 0 40px;
  font-size: 14.5px;
  background: url(../../../../../img/icon_se.png) no-repeat #f5f5f5 center left
    18px;
  background-size: 13px auto;
}
#search_location_modal .modal-body .modal-head button {
  background-image: none;
  width: auto;
  padding: 0;
  height: 40px;
  color: #555;
  opacity: 1;
  font-size: 14px;
}
#search_location_modal .modal-body > div > p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}
#search_location_modal .modal-body > div.sch-people > p {
  margin-bottom: 20px;
}
#search_location_modal .sch_sub_title {
  font-size: 16px;
  font-weight: 400;
}
#search_location_modal .datepicker .datepicker-switch {
  font-size: 15px;
  font-weight: 500;
  color: #555;
}
#search_location_modal .datepicker td,
#search_location_modal .datepicker th {
  height: 40px;
}
#search_location_modal .datepicker td {
  font-weight: 700;
}
#search_location_modal .datepicker td.disabled {
  font-weight: 400;
  color: #999;
}
#search_location_modal .datepicker td.today {
  background-color: transparent;
  background-image: none;
}
#search_location_modal .datepicker td.active {
  position: relative;
  background-image: none;
  background-color: transparent;
  color: #fff;
}
#search_location_modal .datepicker td.active:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #111;
  z-index: -1;
}

/*더보기 부분 가려진 문제 해결*/
#container_title {
  position: relative;
  z-index: 999;
  top: auto;
  left: auto;
  max-width: none;
  height: auto;
}
#container_title .title_in_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 485px;
  margin: 0 auto;
  height: 60px;
  background: #fff;
}

/*리스트 페이지 편의시실 추가*/
#container.in_cate #bo_list.pr_list {
  padding-top: 129px;
}
.fac_find_wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  position: fixed;
  top: 149px;
  left: 0;
  right: 0;
  max-width: 485px;
  margin: 0 auto;
  background: #fff;
  z-index: 2;
  overflow-x: auto;
  padding: 1px 20px 10px;
  -webkit-overflow-scrolling: touch;
}
.btn-refresh {
  width: 27px;
  height: 27px;
  padding: 0;
  border: 1px solid #dcdfe3;
  border-radius: 50%;
  background: #ffffff;
}
.btn-refresh .ico-refresh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #555;
}
.btn-refresh .ico-refresh::before {
  content: "\21bb";
}
.fac_find_wrap button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  line-height: 27px;
  border: 1px solid #dcdfe3;
  border-radius: 999px;
  background: #ffffff;
  color: #999;
  font-size: 13.5px;
  white-space: nowrap;
  font-weight: 500;
}
.fac_find_wrap button.active {
  border-color: #4fb30c;
  color: #4fb30c;
}

.fac_find_wrap .fac-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  line-height: 27px;
  border: 1px solid #dcdfe3;
  border-radius: 999px;
  background: #ffffff;
  color: #999;
  font-size: 13.5px;
  white-space: nowrap;
  font-weight: 500;
}
.fac_find_wrap .fac-chip.active {
  border-color: #4fb30c;
  color: #4fb30c;
}

/*일정*/
.schedule-section {
  padding: 20px;
  background: #fff;
}
.schedule-section .schedule-day-group {
  margin-bottom: 13px;
}
.schedule-section .schedule-day-header {
  margin-bottom: 13px;
}
.schedule-section .day-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.schedule-section .schedule-list {
  position: relative;
  padding-left: 0;
}
.schedule-section .schedule-list.multiple-items {
  position: relative;
}
.schedule-section .schedule-item {
  position: relative;
  padding-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.schedule-section .schedule-list.multiple-items .schedule-item:after {
  content: "";
  display: block;
  height: calc(100% - 22px);
  bottom: 0;
  position: absolute;
  left: 18px;
  width: 1px;
  background: #e2e2e2;
}
.schedule-section
  .schedule-list.multiple-items
  .schedule-item:last-child:after {
  display: none;
}
.schedule-section .schedule-time {
  width: 56px;
  font-size: 14.5px;
  font-weight: 600;
  color: #333;
  text-align: left;
  line-height: 22px;
}
.schedule-section .schedule-content {
  width: calc(100% - 56px);
}
.schedule-section .item-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.schedule-section .category-badge {
  display: inline-block;
  padding: 4px 7px;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
}
.schedule-section .category-badge.픽업 {
  background: #3f6572;
}
.schedule-section .category-badge.체험 {
  background: #8ba42c;
}
.schedule-section .category-badge.선택 {
  background: #daad46;
}
.schedule-section .category-badge.식사 {
  background: #be813d;
}
.schedule-section .category-badge.투어 {
  background: #8ba42c;
}
.schedule-section .category-badge.휴식 {
  background: #caa85d;
}
.schedule-section .category-badge.취침 {
  background: #646464;
}
.schedule-section .category-badge.입실 {
  background: #317d95;
}
.schedule-section .category-badge.퇴실 {
  background: #363636;
}
.schedule-section .item-title {
  font-size: 14.5px;
  font-weight: 600;
  color: #333;
}
.schedule-section .item-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  white-space: pre-line;
  margin-top: 6px;
}

/*400이하*/
@media screen and (max-width: 400px) {
  .pd-price {
    font-size: 16px;
  }
}

/*320이하*/
@media screen and (max-width: 320px) {
  .pd-price {
    font-size: 15px;
  }
  .pd-chk-label {
    padding: 0 12px;
    font-size: 13px;
  }
}

/* 장소 상세 페이지 리뷰 전체보기 */
.review-0 {
  text-align: center;
  margin: auto;
}
