﻿@charset "UTF-8";
[v-cloak] {
  display: none;
}

/* 預先隱藏元素避免閃爍 */
.space_block, #map_cover, .modle_card {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.filter_wrapper .bar_item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.content_area .space_block {
  overflow: auto;
  -ms-overflow-style: none; /* 適用於 Internet Explorer 和 Edge */
  scrollbar-width: none; /* 適用於 Firefox */
}
.content_area .space_block::-webkit-scrollbar {
  display: none; /* 適用於 Chrome, Safari 和 Opera */
}

.filter_wrapper .filter_bar {
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
}

.price_modal_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  box-shadow: 1px 0 13px rgba(0, 0, 0, 0.2);
  align-items: center;
  padding: 30px 25px 18px;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

#conditionsModal .more_select_header, .price_modal_footer, .price_slide_bar .price_range .slide_line, .price_slide_bar .slide_bar_chart, .price_slide_bar .price_modal_title {
  display: flex;
  flex-direction: row;
}

.price_slide_bar .price_input_gp div[class^=price_input_] {
  display: flex;
  flex-direction: column;
}

.computer,
.header_merge {
  z-index: 110;
  border-bottom: none;
  background-color: transparent;
}

.header_height {
  display: none;
}

.layout.rwd_phone_header {
  z-index: 100;
  height: 70px;
}

.footer {
  display: none;
}

@media screen and (max-width: 768px) {
  .rwd_phone_header {
    z-index: 20;
  }
  .rwd_phone_header .rwd_h2 {
    border-bottom: none;
  }
}
img {
  width: 100%;
  height: 100%;
}

.desktop_state {
  display: none;
}

@media (min-width: 820px) {
  .desktop_state {
    display: block;
  }
}
.browser_container {
  margin-top: 9px;
  position: absolute;
  top: 126px;
}

.filter_wrapper {
  position: fixed;
  top: 80px;
  z-index: 30;
  padding-left: 20px;
}
.filter_wrapper .filter_bar {
  width: 100%;
}
@media (min-width: 820px) {
  .filter_wrapper .filter_bar {
    width: fit-content;
  }
}
.filter_wrapper .divider {
  height: 24px;
  width: 2px;
  border-left: 1px solid #c9c9c9;
}
.filter_wrapper .bar_item {
  cursor: pointer;
  padding: 12px 23px;
  max-width: 12em;
}
.filter_wrapper .bar_item p, .filter_wrapper .bar_item label {
  display: flex;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #4a4a4a;
  margin-bottom: 0;
}
.filter_wrapper .filter_btn {
  display: none;
}
@media screen and (min-width: 820px) {
  .filter_wrapper .filter_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 38px;
    padding: 10px 15px;
    margin: 0 10px 0;
    background: #ff9800;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #fff;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* 平滑的過渡效果 */
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); /* 模擬按鈕浮起的陰影 */
    gap: 8px;
  }
  .filter_wrapper .filter_btn:active {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  }
}

.main_search_area {
  position: sticky;
  top: 0px;
  z-index: 20;
  background-color: #fff;
}

.main_search_area .filter_group {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  gap: 20px;
}
.main_search_area .filter_group button {
  border: 1px solid #c9c9c9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-size: 13px;
}
.main_search_area .filter_group button p {
  margin: auto 2px;
}

@media screen and (min-width: 820px) {
  .main_search_area .filter_group {
    justify-content: flex-start;
  }
}
.content_area {
  height: 85vh;
  position: fixed;
  border-top: 1px solid #c9c9c9;
  padding: 0 20px;
}
.content_area .map_switch_box {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 100;
}
.content_area .map_switch_box span:first-child {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 2px;
}
.content_area .toggle {
  display: block;
  width: 50px;
  height: 25px;
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 200px;
  place-content: center;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  margin-left: 15px;
}
.content_area .toggle:has(:checked) {
  background-color: #ff9800;
}
.content_area .toggle input {
  position: absolute;
  display: none;
}
.content_area .toggle span {
  display: block;
  height: 21px;
  width: 21px;
  background: #fff;
  border-radius: 50%;
  margin-left: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3333333333);
}
.content_area .toggle input:checked ~ span {
  margin-left: auto;
  margin-right: 2px;
}
@media screen and (max-width: 820px) {
  .content_area .map_switch_box.desktop_state {
    display: none;
  }
}
.content_area .space_block {
  width: 100%;
  min-height: 500px;
}
@media screen and (max-width: 820px) {
  .content_area .space_block {
    width: 100%;
  }
}
.content_area .space_info {
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
  background: #fff;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .content_area .space_info {
    justify-content: left;
  }
}
.content_area .space_info h1 {
  font-weight: 600;
  font-size: 18px;
  margin: auto 0;
}
.content_area .space_info p {
  font-size: 14px;
  color: #555;
  margin-top: auto;
  margin: auto 20px;
}
@media screen and (min-width: 820px) {
  .content_area .map_block {
    width: 65%;
  }
  .content_area .map_block #map {
    width: 100%;
    right: -20px;
    bottom: 30px;
    height: 85vh;
    z-index: 10;
    position: static;
  }
  .content_area .map_block .position_icon {
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    z-index: 20;
    top: 80px;
    right: -32px;
  }
}

#link-style {
  text-decoration: none;
  color: #ff9800;
}
#link-style:hover {
  border-bottom: 1px solid #ff9800;
  padding-bottom: 2px;
}

@media screen and (min-width: 820px) {
  .map_block {
    width: 41.66666667%;
  }
  #map_cover {
    min-width: 300px; /* 預設地圖區域的寬度 */
  }
}
.modle_card .card {
  display: flex;
  flex-direction: column;
  border: none;
  position: relative;
  overflow: hidden;
}
.modle_card .card img {
  aspect-ratio: 3/2;
}
.modle_card .card a {
  text-decoration: none;
}
.modle_card .card .people_count {
  background-color: #1e1e1e;
  opacity: 0.9;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0.8em;
  padding: 1% 2%;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0.002em;
}
.modle_card .card .card_text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.002em;
  color: #4a4a4a;
  margin: 12px 12px 4px 0;
}
.modle_card .card .card_text span {
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 0 4px;
  margin: 14px 10px 0 0;
  letter-spacing: 0.005em;
  color: #686868;
}
.modle_card .card .card_price {
  margin: 12px 0 0;
  font-size: 15px;
  color: #4a4a4a;
  font-weight: 400;
}
@media (min-width: 800px) {
  .modle_card .card:hover .slick-prev, .modle_card .card:hover .slick-next {
    visibility: visible;
    background-color: rgba(255, 255, 255, 0.5333333333);
    color: #000;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    place-content: center;
    z-index: 10;
    transition: visibility 0.2s ease-in-out;
  }
}
.modle_card .card .slick-prev {
  visibility: hidden;
  display: flex;
  position: absolute;
  top: 45%;
}
.modle_card .card .slick-next {
  visibility: hidden;
  display: flex;
  align-items: center;
  position: absolute;
  top: 45%;
  right: 0;
}
.modle_card .card .slick-list {
  border-radius: 8px;
}
.modle_card .card .slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 85%;
  right: 43%;
}
.modle_card .card .slick-dots button {
  width: 10px;
  height: 10px;
  scale: 0.4;
  color: transparent;
  border: none;
  background-color: #ccc;
}

.result-error {
  width: 100%;
  padding: 60px 0;
  font-weight: 400;
  line-height: 1.4;
}
.result-error p.result-error_title {
  font-size: 22px;
  color: #4a4a4a;
}
.result-error p.result-error_subtitle {
  font-size: 14px;
  letter-spacing: 0.25px;
  margin: 12px 0 0;
  color: #9a9a9a;
}
.result-error .btn-group {
  display: flex;
  align-items: center;
  margin: 28px 0 0;
}
.result-error .result-error_action {
  text-decoration: none;
  display: block;
  margin: 0 0 0 12px;
  width: fit-content;
  border: 1px solid #79747e;
  border-radius: 8px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #4a4a4a;
  transition: 0.4s;
}
.result-error .result-error_action:first-child {
  margin: 0;
}

.modle_card {
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.area_disappear {
  display: none;
}

@media (min-width: 600px) {
  .modle_card {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
@media (min-width: 820px) {
  .open_map {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .close_map {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .close_map_chaneg_cardList_width {
    width: 65.3333333%;
  }
}
.highlight {
  border: 1px solid #ff9800;
}

.highlight label {
  color: #ff9800;
}

.local_modal {
  padding: 20px 18px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (min-width: 820px) {
  .local_modal {
    padding: 20px 18px;
    justify-content: space-between;
  }
}
.city_part {
  width: 180px;
  height: 240px;
  font-size: 16px;
}
.city_part div {
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
}
.city_part div:focus {
  background-color: #e5e5e5;
  border: 5px;
}
.city_part div .badge {
  background: #4a4a4a;
}

.region_part {
  width: 180px;
  height: 240px;
  padding-left: 30px;
  font-size: 14px;
}
.region_part .regin_erea {
  width: 150px;
  height: 196px;
  overflow: auto;
}
.region_part .regin_erea::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 10px;
}
.region_part .regin_erea::-webkit-scrollbar-thumb, .region_part .regin_erea::-webkit-scrollbar-thumb:active {
  box-shadow: inset 1px 1px 5px 5px #ff9800;
  border-radius: 10px;
}
.region_part .regin_erea::-webkit-scrollbar {
  overflow: visible;
  width: 7px;
}
.region_part .regin_erea div {
  padding: 10px 16px;
  display: flex;
  justify-content: left;
  column-gap: 15px;
}

.regin_erea_all {
  width: 150px;
  height: 44px;
  padding: 10px 16px;
  position: relative;
}
.regin_erea_all label {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  column-gap: 30px;
}
.regin_erea_all input {
  appearance: none;
}
.regin_erea_all .slider {
  position: absolute;
  cursor: pointer;
  height: 15px;
  width: 25px;
  top: 12px;
  left: 12px;
  background-color: #ccc;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.regin_erea_all .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  -webkit-transition: 0.4s;
}
.regin_erea_all #erea_all:checked + .slider {
  background-color: #ff9800;
}
.regin_erea_all #erea_all:checked + .slider:before {
  background-color: white;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.nav-pills .nav-link.active {
  background-color: #ff9800;
}

.v-line {
  width: 0.5px;
  height: 240px;
  background-color: #e5e5e5;
}

.price_modal_container {
  width: 100%;
  padding: 28px 28px;
}

.price_close_btn {
  margin-right: 20px;
}

@media screen and (min-width: 820px) {
  .price_modal_container {
    width: fit-content;
    max-width: 500px;
  }
  #price_modal-dialog {
    top: 185px;
    left: 18px;
  }
}
.price_slide_bar {
  padding: 50px;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 80px;
}
.price_slide_bar .price_modal_title {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.price_slide_bar .price_modal_title i {
  display: none;
}
.price_slide_bar .price_modal_title .btn-close {
  margin-right: 0;
}
@media screen and (min-width: 820px) {
  .price_slide_bar .price_modal_title .btn-close {
    display: none;
  }
  .price_slide_bar {
    margin-bottom: 20px;
  }
}
.price_slide_bar .slide_bar_chart {
  margin-bottom: -6px;
  column-gap: 0.8px;
  height: 80px;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.price_slide_bar .histogram_item {
  height: 0px;
  width: 15px;
  background-color: #ff9800;
  border-radius: 3px;
}
.price_slide_bar .price_range {
  height: 5px;
  margin-bottom: 25px;
  background: #e5e5e5;
  outline: none;
  position: relative;
  top: 3px;
}
.price_slide_bar .price_range .slide_line {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #ff9800;
}
.price_slide_bar .price_range div[class$=_thumb] {
  width: 32px;
  height: 32px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  position: absolute;
  top: -12px;
  touch-action: none;
}
.price_slide_bar .price_range div[class$=_thumb] i {
  color: #ff9800;
  transform: rotate(90deg);
}
.price_slide_bar .price_range .price_min_thumb {
  left: 0;
}
.price_slide_bar .price_range .price_max_thumb {
  left: calc(100% - 32px);
}
.price_slide_bar .price_input_gp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price_slide_bar .price_input_gp div[class^=price_input_] {
  padding: 10px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  flex-grow: 1;
}
.price_slide_bar .price_input_gp div[class^=price_input_] div {
  display: flex;
  align-items: center;
}
.price_slide_bar .price_input_gp div[class^=price_input_] div::before {
  content: "$";
  margin-right: 5px;
}
.price_slide_bar .price_input_gp div[class^=price_input_] input[type=number] {
  border: none;
  outline: none;
  flex-grow: 1;
}
.price_slide_bar .price_input_gp div[class^=price_input_] input[type=number]::-webkit-outer-spin-button, .price_slide_bar .price_input_gp div[class^=price_input_] input[type=number]::-webkit-inner-spin-button {
  appearance: none;
}
.price_slide_bar .price_input_gp .dash::after {
  content: "-";
  margin: 0 12px;
}

.price_modal_footer {
  align-items: center;
  justify-content: space-between;
}
.price_modal_footer a {
  color: #ff9800;
  font-size: 14px;
}
.price_modal_footer button {
  padding: 10px 35px;
  background-color: #ff9800;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}
@media screen and (min-width: 820px) {
  .price_modal_footer {
    position: relative;
    box-shadow: none;
    border-top: none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
  }
}

.histogram_item:nth-child(6) {
  height: 80px;
}

.histogram_item:nth-child(4) {
  height: 50%;
}

.histogram_item:nth-child(5) {
  height: 100%;
}

.histogram_item:nth-child(10) {
  height: 30%;
}

.histogram_item:nth-child(9) {
  height: 35%;
}

#conditionsModal .filter_container {
  width: 100%;
  height: fit-content;
  padding: 50px;
  border-radius: 8px;
  font-size: 14px;
  color: #4a4a4a;
  position: relative;
  line-height: 1.4;
}
@media screen and (min-width: 820px) {
  #conditionsModal .filter_container {
    width: fit-content;
    max-width: 500px;
    padding: 25px;
  }
}
#conditionsModal .filter_container ::-webkit-scrollbar-track,
#conditionsModal .filter_container ::-webkit-scrollbar-thumb:active,
#conditionsModal .filter_container ::-webkit-scrollbar {
  appearance: none;
}
#conditionsModal .filter_container .form-check {
  padding-left: 0;
}
#conditionsModal .filter_container .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 1.5px;
}
@media screen and (min-width: 820px) {
  #conditionsModal #conditions_modal-dialog {
    top: 185px;
    left: 115px;
  }
}
#conditionsModal .more_select_header {
  margin-bottom: 20px;
}
@media screen and (min-width: 820px) {
  #conditionsModal .more_select_header .btn-close {
    display: none;
  }
}
#conditionsModal .button_section {
  width: 100%;
  padding: 30px 50px 18px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 1px 0 13px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #e8e8e8;
}
#conditionsModal .button_section div > a:first-child {
  color: #ff9800;
  text-decoration: underline;
}
@media screen and (min-width: 820px) {
  #conditionsModal .button_section {
    padding: 30px 25px 18px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: none;
    border-top: none;
  }
}
#conditionsModal .button_section div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#conditionsModal .button_section div a {
  text-decoration: none;
  color: #4a4a4a;
}
#conditionsModal .button_section .confirm_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 10px 35px;
  background: #ff9800;
  border-radius: 5px;
  border: none;
}
#conditionsModal .more_select_body {
  max-height: 350px;
  overflow: auto;
  padding: 0 0 100px;
}
#conditionsModal .more_select_body .filter_group {
  display: flex;
  flex-direction: column;
}
#conditionsModal .more_select_body .checkbox_title {
  line-height: 1.4;
  letter-spacing: 0.1px;
  display: flex;
}
#conditionsModal .more_select_body .checkbox_title:last-child {
  margin-top: 20px;
}
#conditionsModal .more_select_body .checkbox_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: -4px 0 0;
}
#conditionsModal .more_select_body .checkbox_item,
#conditionsModal .more_select_body .form-check {
  display: flex;
  margin: 18px 0 0;
  width: 50%;
}
#conditionsModal .more_select_body .checkbox_item label,
#conditionsModal .more_select_body .form-check label {
  margin-left: 12px;
}
#conditionsModal .more_select_body .badge {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 19px;
  height: 19px;
  background: #f4e8d7;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1px;
  color: #ff9800;
  margin: 0 0 0 8px;
}

/*div[class^="time_selection_"] {
  position: absolute;
  width: 140px;
  height: 240px;
  box-shadow: 1px 0 13px #0003;
  border-radius: 5px;
  overflow-y: auto;
  background-color: #fff;
  ul {
    padding: 0;
  }

  li {
    list-style: none;
    padding: 5px;
    text-align: center;
    font-size: 14px;
  }
}

body {
  position: relative;
}

.time_selection_start {
  top: 300px;
  left: 395px;
  z-index: 1500;
  display: none;
}

.time_selection_end {
  top: 300px;
  left: 560px;
  z-index: 1500;
  display: none;
}
*/
