@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", "細明體", Arial, "Arial Black", sans-serif;
  text-align: justify;
}

* {
  max-height: 99999px;
}

/* header */
.navbar-nav {
  flex-grow: 1;
  justify-content: end;
}

/* root */
:root {
  --swiper-theme-color: #ec236d;
  --rwd-60px: 60px;
  --rwd-75px: 75px;
}

@media (max-width: 1399px) {
  :root {
    --rwd-60px: 4.166vw;
    --rwd-75px: 5.2vw;
  }
}
@media (max-width: 1024px) {
  :root {
    --rwd-60px: 4.166vw;
    --rwd-75px: 5.2vw;
  }
}
@media (max-width: 768px) {
  :root {
    --rwd-60px: 36px;
    --rwd-75px: 48px;
  }
}
/*
@media (max-width: 480px) {
    :root{

    }
} */
@media (max-width: 320px) {
  :root {
    --rwd-75px: 11.12vw;
    --rwd-60px: 5.6vw;
  }
}
/* 通用 */
a {
  text-decoration: none;
}

.ul-reset {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.img {
  max-width: 100%;
}

.hover-bigger:hover {
  transform: scale(1.1);
}

.hover-smaller:hover {
  transform: scale(0.95);
}

.tr-1 {
  transition: all 1s ease;
}

.tr-5 {
  transition: all 0.5s ease;
}

.fw-b {
  font-weight: bold;
}

/* fixed */
#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

#go-top {
  border: 0;
  background: none;
  bottom: 3vw;
  right: 30px;
  z-index: 999;
}

#go-top img {
  width: 5vw;
  height: auto;
}
@media (max-width: 1440px) {
  #go-top img {
    width: 5vw;
  }
}
@media (max-width: 991px) {
  #go-top img {
    width: 7vw;
  }
}
@media (max-width: 767px) {
  #go-top img {
    width: 12vw;
  }
}
@media (max-width: 576px) {
  #go-top img {
    width: 15vw;
  }
}

.buy-now {
  width: 7.5vw;
  position: fixed;
  z-index: 999;
  bottom: 120px;
  right: 30px;
  transition: all 0.5s ease-in-out;
  animation: buy-now 2s infinite;
}
@media (max-width: 1440px) {
  .buy-now {
    width: 9vw;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .buy-now {
    width: 12vw;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .buy-now {
    width: 15vw;
    bottom: 90px;
    right: 30px;
  }
}
@media (max-width: 576px) {
  .buy-now {
    width: 21vw;
    bottom: 80px;
    right: 30px;
  }
}

@keyframes buy-now {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
}
/*
@media (max-width: 320px) {

    #menu{

    }
}
*/
/* 內容區塊通用 */
.section-block {
  padding: var(--rwd-75px) 0;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1440px) {
  .section-block {
    padding: var(--rwd-60px) 0;
  }
}
footer {
  font-size: 14px;
}
footer a,
footer p {
  color: #fff;
}

footer ul.footer-links {
  list-style: none;
  margin-bottom: 12px;
  padding-left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer ul.footer-links li {
  padding: 0 8px;
}
footer ul.footer-links li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  footer ul.footer-links {
    flex-direction: column;
  }
  footer ul.footer-links li {
    display: block;
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer ul.footer-links li:not(:last-child) {
    border-right: none;
  }
}

.footer-info {
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.footer-info span {
  padding: 0 8px;
}
.footer-info span:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .footer-info {
    text-align: start;
  }
  .footer-info span {
    display: block;
    padding: unset;
    margin: 12px 0;
  }
  .footer-info span:not(:last-child) {
    border-right: none;
  }
}

.copyright {
  background-color: #666;
}

/* menu */
.menu-box {
  position: absolute;
  z-index: 99;
  width: 100%;
}
@media (max-width: 991px) {
  .menu-box {
    align-items: center;
    justify-content: space-between;
  }
}
.menu-box > div {
  position: absolute;
}
.menu-box.show-menu {
  position: fixed;
}

.nav-link {
  font-weight: bold;
  font-size: 20px;
}

.nav-item {
  margin-bottom: 8px;
}
.nav-item a {
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  margin: 0 8px;
  padding: 2px 16px;
  text-decoration: none;
  display: block;
  background-color: #5a93ca;
  border-radius: 32px;
}
.nav-item a:hover {
  color: #5a93ca;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .nav-item a {
    font-size: 18px;
    margin: 4px 8px;
    padding: 2px 16px;
  }
}

.logos > a {
  display: inline-block;
  vertical-align: top;
}

.logos img {
  width: 18.5vw;
  height: auto;
  margin-left: 1vw;
}
@media (max-width: 991px) {
  .logos img {
    width: 25vw;
    height: auto;
  }
}
@media (max-width: 575px) {
  .logos img {
    width: 40vw;
  }
}

.menu-box-nav {
  background-color: rgba(90, 147, 202, 0.8666666667);
}
@media (max-width: 991px) {
  .menu-box-nav > ul {
    border-radius: 0;
    padding-bottom: 4vw;
  }
}
@media (max-width: 575px) {
  .menu-box-nav > ul {
    padding-bottom: 3vw;
  }
}

.menu-box-btn img {
  display: block;
  padding: 0.5vw;
  width: 5vw;
  height: auto;
}
@media (max-width: 767px) {
  .menu-box-btn img {
    width: 7.5vw;
  }
}
@media (max-width: 575px) {
  .menu-box-btn img {
    width: 11vw;
  }
}

.menu-link ul {
  display: flex;
  align-items: center;
  flex-direction: row;
}

/* TODO: MENU RWD */
.menu-box.menu-add-bg {
  top: 0px;
}

.nav-item {
  width: 100%;
  text-align: center;
}

.nav-item a {
  padding: 8px;
}

.menu-link {
  position: fixed;
  top: 0px;
  right: 0;
  width: 30vw;
  padding-top: 64px;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .menu-link {
    width: 35vw;
  }
}
@media (max-width: 575px) {
  .menu-link {
    width: 100%;
  }
}

.menu-link ul {
  flex-direction: column;
  padding-top: 8px;
  padding-bottom: 16px;
}

.show-menu .menu-link {
  transform: translateX(0%);
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 36px;
}

.swiper-slide {
  /* Center slide text vertically */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.swiper-pagination-bullet {
  border: 2px solid var(--swiper-theme-color);
  background: unset;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--swiper-theme-color);
  opacity: 1;
}

.swiper-add-arrows {
  position: relative;
  max-width: 1240px;
  margin: auto;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .swiper-add-arrows {
    margin-bottom: 12px;
  }
}

.swiper-add-arrows .swiper-button-next,
.swiper-add-arrows .swiper-button-prev {
  opacity: 0;
  z-index: -99;
}

.arr-left,
.arr-right {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  width: 68px;
  height: 88px;
  top: 50%;
  background: url(../images/arr.png) center center no-repeat;
  background-size: 100% auto;
  display: none;
}
@media (max-width: 1399px) {
  .arr-left,
  .arr-right {
    display: block;
  }
}

.arr-left:hover,
.arr-right:hover {
  opacity: 0.5;
}

.arr-left {
  left: -68px;
  transform: translateY(calc(-50% - 18px));
}

.arr-right {
  right: -68px;
  transform: rotate(180deg) translateY(calc(50% + 18px));
}

.hide-3-items .arr-left,
.hide-3-items .arr-right {
  display: none;
}

@media (max-width: 1399px) {
  .swiper-add-arrows {
    max-width: 800px;
  }
}
@media (max-width: 1199px) {
  .swiper-add-arrows {
    width: 85%;
  }
  .arr-left,
  .arr-right {
    background-size: 50%;
  }
}
@media (max-width: 1024px) {
  .swiper-add-arrows {
    width: 85%;
  }
  .arr-left,
  .arr-right {
    background-size: 50%;
  }
}
@media (max-width: 990px) {
  .hide-3-items .arr-left,
  .hide-3-items .arr-right {
    display: block;
  }
}
@media (max-width: 767px) {
  .arr-left {
    left: -51px;
  }
  .arr-right {
    right: -51px;
  }
}
@media (max-width: 575px) {
  .arr-left {
    left: -40.8px;
  }
  .swiper-add-arrows {
    width: 75%;
  }
  .arr-right {
    right: -40.8px;
  }
  .arr-left,
  .arr-right {
    background-size: 100%;
    width: 40.8px;
    height: 52.8px;
  }
}
.seo-font {
  font-size: 0px !important;
  margin-bottom: 0px;
}

:root {
  --bs-box-shadow: rgba(144, 137, 126, 0.87);
  --bs-primary-rgb: 13, 100, 202;
  --color-homeowner: #29abe2;
  --color-landlord: #3da168;
  --color-tenant: #f15a24;
  --fz-h3: 28px;
  --fz-normal: 22px;
  --border-w: 3px;
}

@media (max-width: 991px) {
  :root {
    --border-w: 2px;
    --fz-h3: 22px;
    --fz-normal: 17px;
  }
}
@media (max-width: 575px) {
  :root {
    --border-w: 2px;
    --fz-h3: 19px;
    --fz-normal: 16px;
  }
}
h3 {
  font-size: var(--fz-h3);
}

p {
  color: #121212;
}
p.s {
  font-size: 13.6px;
}

.info-box p {
  color: #666;
  font-size: var(--fz-normal);
}
.info-box p.s {
  font-size: calc(var(--fz-normal) * 0.85);
}

.homeowner-cards h3 {
  color: var(--color-homeowner);
}

.landlord-cards h3 {
  color: var(--color-landlord);
}

.tenant-cards h3 {
  color: var(--color-tenant);
}

.text-homeowner {
  color: var(--color-homeowner);
}

.bg-homeowner {
  background-color: var(--color-homeowner);
}

.text-landlord {
  color: var(--color-landlord);
}

.bg-landlord {
  background-color: var(--color-landlord);
}

.text-tenant {
  color: var(--color-tenant);
}

.bg-tenant {
  background-color: var(--color-tenant);
}

.info-box {
  padding-bottom: 48px;
}
@media (max-width: 991px) {
  .info-box {
    padding-bottom: 24px;
  }
}

.info-cards-box {
  gap: 36px;
  margin: 12px 0 24px 0;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .info-cards-box {
    gap: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .info-cards-box {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .info-cards-box li {
    position: relative;
  }
  .info-cards-box li::after {
    font-family: "myriad-pro", sans-serif;
    font-weight: 900;
    font-style: italic;
    content: attr(data-num);
    position: absolute;
    font-size: 25vw;
    line-height: 25vw;
    bottom: 0;
    right: 0;
    color: #ffdda1;
    z-index: 0;
  }
}

.info-cards {
  display: flex;
  font-family: "ar-yuanb5std", sans-serif;
  font-style: normal;
  align-items: end;
}
.info-cards h3 {
  font-weight: 600;
}
.info-cards > img {
  width: 180px;
  margin-right: 4px;
}
@media (max-width: 1199px) {
  .info-cards > img {
    width: 148.5px;
  }
}
@media (max-width: 991px) {
  .info-cards > img {
    width: 135px;
  }
}
@media (max-width: 767px) {
  .info-cards > img {
    width: 101.25px;
    margin-right: 8px;
  }
}
@media (max-width: 575px) {
  .info-cards > img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .info-cards {
    width: 480px;
  }
}
@media (max-width: 575px) {
  .info-cards {
    width: 90%;
  }
}

.info-cards-fonts-box {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 215px;
}
.info-cards-fonts-box > p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .info-cards-fonts-box {
    width: 195px;
  }
}
@media (max-width: 767px) {
  .info-cards-fonts-box {
    width: auto;
  }
}
@media (max-width: 767px) {
  .info-cards-fonts-box {
    position: relative;
    z-index: 2;
  }
}

.wrap {
  background-image: url("../images/wrap-bg-100.jpg");
  background-size: 100% auto;
  background-position: left top;
  padding-bottom: 75px;
}
@media (max-width: 1599px) {
  .wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 1399px) {
  .wrap {
    padding-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .wrap {
    padding-bottom: 45px;
  }
}

.info-block {
  padding-top: 60px;
}
@media (max-width: 575px) {
  .info-block {
    padding-top: 24px;
  }
}

.tab-box {
  width: 1092px;
  padding: 10px;
  margin-bottom: 24px;
  background-color: #fff;
  gap: 10px;
  padding-left: 3%;
  border: var(--border-w) solid #121212;
  position: relative;
}
.tab-box li {
  width: 25%;
  border: var(--border-w) solid #121212;
}
.tab-box li:first-child {
  border: none;
  position: relative;
}
.tab-box li:first-child img {
  width: 108%;
  position: absolute;
  left: -20px;
}
@media (max-width: 575px) {
  .tab-box li:first-child {
    display: none;
  }
}
.tab-box::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  pointer-events: none;
  width: 209px;
  height: 94px;
  background-image: url("../images/infos/btns-ask@1.5x.png");
  background-size: contain;
  left: -20px;
  top: -72px;
}
@media (max-width: 1399px) {
  .tab-box {
    width: 960px;
  }
}
@media (max-width: 1199px) {
  .tab-box {
    width: 850px;
  }
}
@media (max-width: 991px) {
  .tab-box {
    max-width: 720px;
    width: 90%;
  }
  .tab-box::before {
    width: 25%;
    left: -6px;
  }
}
@media (max-width: 767px) {
  .tab-box {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .tab-box {
    max-width: 90%;
    margin-bottom: 0px;
  }
  .tab-box li {
    width: 33%;
  }
  .tab-box::before {
    width: 30%;
    left: -6px;
    top: -40%;
  }
}

.title-info {
  max-width: 860px;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .title-info {
    max-width: 640px;
  }
}
@media (max-width: 767px) {
  .title-info {
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .title-info {
    max-width: 95%;
  }
}

.mb-title {
  margin-bottom: 38px;
}
@media (max-width: 575px) {
  .mb-title {
    margin-bottom: 24px;
  }
}

.price-card {
  background-color: #fff;
  border-radius: 24px;
  width: 715px;
  padding: 36px 0;
  box-shadow: 0px 0px 15px rgba(102, 102, 102, 0.4);
  margin-bottom: 28px;
}
.price-card .label-bar {
  background-color: #666666;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-card .adress-box {
  border: solid 1px #aaa;
  max-width: 230px;
  width: 100%;
}
.price-card .adress-box p {
  color: #666;
  font-size: 15.2px;
  line-height: 20px;
}
@media (max-width: 575px) {
  .price-card .adress-box {
    max-width: 280px;
  }
}
.price-card .price-top {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  font-family: "ar-yuanb5std", sans-serif;
  font-style: normal;
}
@media (max-width: 575px) {
  .price-card .price-top {
    font-size: 18px;
  }
}
.price-card .li-detial {
  font-size: 16px;
  line-height: 26px;
  padding-left: 8px;
}
@media (max-width: 991px) {
  .price-card {
    width: 640px;
  }
}
@media (max-width: 767px) {
  .price-card {
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .price-card {
    max-width: 350px;
    padding: 24px 0;
    width: 100%;
  }
}

.price-title {
  width: 245px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .price-title {
    width: 230px;
  }
}
@media (max-width: 575px) {
  .price-title {
    max-width: 145px;
    width: 100%;
  }
}

.price-avatar {
  width: 214px;
  display: block;
}
@media (max-width: 575px) {
  .price-avatar {
    width: 125px;
  }
}

.price-tag,
.price-after {
  font-size: 20px;
  line-height: 22px;
}

.price-tag {
  width: 65px;
  height: 65px;
  padding: 12px;
  border-radius: 999px;
  color: #fff;
}

.price-main {
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 72px;
  line-height: 72px;
}
@media (max-width: 575px) {
  .price-main {
    font-size: 64px;
    line-height: 64px;
  }
}

.btn-price-link {
  width: 232px;
}
@media (max-width: 575px) {
  .btn-price-link {
    width: 166px;
  }
}

.price-card .btn-price-link {
  width: 180px;
}/*# sourceMappingURL=all.css.map */