@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css); /* 匯入標題特別字型 */
/* #2b2b2b */
/* #ffffff */
/* #dbd0c0 */
/* #faeee0 */
/* #f9e4c8 */
/* #f9cf93 */
/* #ffffff */
/* #2b2b2b */
/* #33cc99 表單檢測合格顏色 */
/* #cc3399 表單檢測失敗顏色 */
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: rgb(51, 204, 153); /* 表單檢測合格欄位邊線顏色 */
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12'><rect fill='rgb(51, 204, 153)' x='2.1' y='2.4' width='2' height='2.5'/><rect fill='rgb(51, 204, 153)' x='7.8' y='2.4' width='2' height='2.5'/><polygon fill='rgb(51, 204, 153)' points='5.9,11.2 0.6,7.7 1.7,6 5.9,8.8 10.2,6 11.3,7.7 '/></svg>");
}

.form-control.is-invalid, .was-validated .form-control:invalid, .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: rgb(204, 51, 153); /* 表單檢測失敗欄位邊線顏色 */
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12'><rect fill='rgb(204, 51, 153)' x='2.1' y='2.4' width='2' height='2.5'/><rect fill='rgb(204, 51, 153)' x='7.8' y='2.4' width='2' height='2.5'/><polygon fill='rgb(204, 51, 153)' points='5.9,6 0.6,9.5 1.7,11.2 5.9,8.4 10.2,11.2 11.3,9.5 '/></svg>");
}

.valid-feedback {
  color: rgb(51, 204, 153); /* 表單檢測合格說明文字顏色 */
}

.invalid-feedback {
  color: rgb(204, 51, 153); /* 表單檢測失敗說明文字顏色 */
}

.form-control {
  border-bottom-right-radius: 0;
}

:root {
  --icon-company: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 90'><g><path style='fill:rgb(43, 43, 43)' d='M39.1,4.3H12.6C5.6,4.3,0,9.9,0,16.9v56.3c0,7,5.6,12.6,12.6,12.6h0.8V66c0-2.8,2.3-5,5-5h14.7c2.8,0,5,2.3,5,5v19.8h13.4V16.9C51.7,9.9,46,4.3,39.1,4.3z M21.7,51.1h-8.3v-8.3h8.3V51.1z M21.7,38.3h-8.3V30h8.3V38.3zM21.7,25.5h-8.3v-8.3h8.3V25.5z M38.2,51.1H30v-8.3h8.3V51.1z M38.2,38.3H30V30h8.3V38.3z M38.2,25.5H30v-8.3h8.3V25.5z'/><path style='fill:rgb(43, 43, 43)' d='M80,21.1H64.6c-5.5,0-10,4.5-10,10v54.6H80c5.5,0,10-4.5,10-10V31.1C90,25.6,85.5,21.1,80,21.1z M77,68.3H62.5v-6H77V68.3z M77,55.9H62.5v-6H77V55.9z M77,43.6H62.5v-6H77V43.6z'/></g></svg>"); /* footer 公司名稱 icon UTF-8 編碼 */
  --icon-phone: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 90'><path style='fill:rgb(43, 43, 43)' d='M60,90c-2.6-1-8.3-2.2-12.7-5.2C30.6,73.7,16.6,59.7,5.3,43.2C-5,28,1.7,13.7,11.3,3.2c4.1-4.5,10.2-4,15.1,0.2c3.3,2.8,6.3,5.9,9.2,9.1c5.7,6.3,5.1,13-1.5,18.4c-6.3,5.2-6.7,6.5-1.3,12.8c4.6,5.4,9.8,10.3,15.3,14.7c4.5,3.7,6.3,3,10.1-1.5c7-8.6,12.9-8.9,21-1c2.7,2.7,5.6,5.2,8,8.2c3.9,4.9,3.6,10.7-0.5,15.2C81.9,84.5,69.8,90,60,90z'/></svg>"); /* footer 服務電話 icon UTF-8 編碼 */
  --icon-location: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 90'><g><circle style='fill:rgb(43, 43, 43)' cx='45' cy='29.5' r='12.8'/><path style='fill:rgb(43, 43, 43)' d='M74.5,29.5C74.5,13.2,61.3,0,45,0C28.7,0,15.5,13.2,15.5,29.5c0,10.9,5.9,20.4,14.7,25.5L45,90l14.8-34.9C68.6,50,74.5,40.5,74.5,29.5z M45,47.1c-9.7,0-17.5-7.8-17.5-17.5S35.3,12,45,12c9.7,0,17.5,7.8,17.5,17.5S54.7,47.1,45,47.1z'/></g></svg>"); /* footer 地點 icon UTF-8 編碼 */
  --icon-email: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 90'><g><path style='fill:rgb(43, 43, 43)' d='M10.5,90h69c2.6,0,4.9-1.2,6.5-3L54.5,55.5c-2.6-2.6-6.1-3.9-9.5-3.9c-3.4,0-6.9,1.3-9.5,3.9L4,87C5.6,88.8,7.9,90,10.5,90z'/><polygon style='fill:rgb(43, 43, 43)' points='27.2,55.4 1.9,41.1 1.9,80.7'/><path style='fill:rgb(43, 43, 43)' d='M31.6,51c3.6-3.5,8.4-5.4,13.4-5.4s9.8,1.9,13.4,5.4L86,35.4L54.5,3.9c-5.3-5.3-13.8-5.3-19,0L4,35.4L31.6,51z'/><polygon style='fill:rgb(43, 43, 43)' points='88.1,80.7 88.1,41.1 62.8,55.4'/></g></svg>"); /* footer 電子郵件 icon UTF-8 編碼 */
  --icon-arrow: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'><polygon fill-opacity='1' style='fill:rgb(43, 43, 43)' points='5.1,15 2.8,12.6 7.7,7.6 2.5,2.4 4.9,0 12.5,7.6 '/></svg>"); /* ul arrow icon UTF-8 編碼 */
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  font-style: normal;
  color: rgb(43, 43, 43); /* 整體網站文字顏色 */
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:focus,
a:focus-visible,
input:focus,
textarea:focus,
button:focus,
button:focus:not(:focus-visible),
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: 1px dashed rgba(220, 220, 220, 0.5);
  outline-offset: 0;
  box-shadow: none;
}

a {
  color: rgb(43, 43, 43);
  outline: 1px dashed transparent;
  outline-offset: 0;
  transition: all 0.3s ease-out 0s;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.65em;
  margin: 0;
}

h1 {
  font-family: "Noto Sans TC", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 主標題文字字型 */
  font-size: calc(28px + 1.8vw);
}

h2 {
  font-family: "Noto Sans TC", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 副標題文字字型 */
  font-size: calc(18px + 1.4vw);
}
h2::before {
  content: "";
  position: relative;
  display: block;
  width: 2.5em;
  height: 8px;
  border: 0 solid transparent;
  background-color: rgb(250, 238, 224);
  margin-bottom: 0.5em;
}
h2.text-center::before {
  margin: 0 auto 0.5em;
}

h3 {
  font-size: calc(15px + 0.4vw);
}

h4 {
  font-size: calc(15px + 0.2vw);
}

h5, h6 {
  font-size: 15px;
}

p {
  font-size: calc(15px + 0.2vw);
  line-height: 1.65em;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: calc(15px + 0.2vw);
}

.radius-img {
  border-radius: 1em;
}

.round-img {
  border-radius: 50%;
}

.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 18px 38px;
  font-size: calc(15px + 0.2vw);
  border-radius: 50px;
  color: rgb(43, 43, 43);
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-in-out;
  border: none;
  background: rgb(250, 238, 224);
  overflow: hidden;
}
.main-btn:hover {
  color: rgb(43, 43, 43);
}
.main-btn.border-btn {
  border: 2px solid rgb(250, 238, 224);
  background: 0 0;
  color: rgb(250, 238, 224);
}

.btn-hover {
  position: relative;
  overflow: hidden;
}
.btn-hover::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background: rgba(43, 43, 43, 0.08);
  top: 50%;
  left: 50%;
  padding: 50%;
  z-index: -1;
  transition: all 0.3s ease-out 0s;
  transform: translate3d(-50%, -50%, 0) scale(0);
}
.btn-hover:hover::after {
  transform: translate3d(-50%, -50%, 0) scale(1.3);
}

.col-form-label {
  font-weight: 700;
}

.scroll-top {
  width: 45px;
  height: 45px;
  background-color: rgb(250, 238, 224);
  display: -ms-flexbox;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: rgb(43, 43, 43);
  border-radius: 5px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.scroll-top .chevron-up {
  width: 18px;
  height: 18px;
  fill: rgb(43, 43, 43);
}

.scroll-top:hover {
  color: rgb(43, 43, 43);
  background: rgb(255, 255, 255);
}
.scroll-top:hover .chevron-up {
  fill: rgb(43, 43, 43);
}

.btn-social {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.btn-social.btn-social-icon {
  background-color: #2e0000;
}
.btn-social .icon-social {
  width: 28px;
  height: 28px;
  fill: rgb(255, 255, 255);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
}
.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.preloader .loader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}
.preloader .loader .spinner .spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  animation: spinner-linspin 1568.2353ms linear infinite;
}
.preloader .loader .spinner .spinner-container .spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}
.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left .spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #ddd;
  animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}
.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right .spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #ddd;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader .loader .spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  border-color: rgb(219, 208, 192) rgb(250, 238, 224) #ddd; /* 讀取圈顏色 */
  border-radius: 50%;
  border-width: 6px;
}
@keyframes spinner-linspin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-easespin {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}
@keyframes spinner-left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8); /* 主選單區域底色 */
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
}
.sticky .navbar {
  padding: 10px 0;
}
.sticky .navbar .navbar-nav .nav-item a {
  color: rgb(43, 43, 43); /* 主選單項目顏色 */
}
.sticky .navbar .navbar-nav .nav-item a.call-to-action {
  border: 2px solid rgb(43, 43, 43); /* 主選單 CTA 框線顏色 */
}
.sticky .navbar .navbar-nav .nav-item a.call-to-action:hover {
  background-color: rgba(43, 43, 43, 0.08); /* 主選單 CTA hover 底色 */
}
.sticky .navbar .navbar-toggler .toggler-icon {
  background: rgb(43, 43, 43); /* 主選單漢堡顏色 */
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sticky .navbar {
    padding: 15px 0;
  }
  .sticky .navbar .navbar-nav .nav-item a.call-to-action {
    border: 0;
    border-radius: 0;
    padding: 6px 6px;
  }
  .sticky .navbar .navbar-nav .nav-item a.call-to-action:hover, .sticky .navbar .navbar-nav .nav-item a.call-to-action:focus {
    background-color: rgb(249, 207, 147);
  }
  .sticky .navbar .navbar-nav .nav-item a.call-to-action:hover::before, .sticky .navbar .navbar-nav .nav-item a.call-to-action:focus::before {
    width: 0;
  }
}
.navbar {
  position: relative;
  transition: all 0.3s ease-out 0s;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar {
    padding: 17px 0;
  }
}
.navbar-brand, .navbar-brand-sticky {
  padding: 0;
}
.navbar-brand img, .navbar-brand-sticky img {
  max-width: 180px; /* logo 寬度 */
}

.navbar-toggler {
  padding: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 transparent;
  outline: 1px dashed rgba(220, 220, 220, 0.5);
}
.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: rgb(255, 255, 255); /* 行動裝置主選單漢堡顏色 */
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgb(255, 255, 255); /* 行動裝置選單展開後的底色 */
    z-index: 9;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
  }
}
.navbar-nav .nav-item {
  position: relative;
  margin-left: 2em; /* 選單項目間的距離 */
}
.navbar-nav .nav-item a {
  font-size: calc(15px + 0.2vw);
  font-weight: 400;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  border-radius: 2em;
  background: rgb(249, 228, 200); /* 選單項目底線顏色 */
  bottom: 0.5em;
  left: 50%;
  z-index: -1;
  transition: all 0.3s ease-out 0s;
}
.navbar-nav .nav-item a:hover::before, .navbar-nav .nav-item a:active::before, .navbar-nav .nav-item a:focus::before {
  width: 100%;
  left: 0;
}
.navbar-nav .nav-item a.call-to-action {
  font-weight: 700;
  border: 2px solid rgb(255, 255, 255); /* 主選單 CTA 框線顏色 */
  border-radius: 500px;
  padding: 10px 12px;
}
.navbar-nav .nav-item a.call-to-action:hover::before {
  width: 0;
}
.navbar-nav .nav-item a.call-to-action.active::before {
  width: 0;
}
.navbar-nav .nav-item a.call-to-action:hover {
  background-color: rgba(43, 43, 43, 0.08); /* 主選單 CTA hover 底色 */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item {
    margin-left: 0;
  }
  .navbar-nav .nav-item a {
    display: block;
    padding: 6px 6px;
    color: rgb(43, 43, 43);
  }
  .navbar-nav .nav-item a::before {
    border-radius: 0;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .navbar-nav .nav-item a.call-to-action {
    border: 0;
    border-radius: 0;
    padding: 6px 6px;
  }
  .navbar-nav .nav-item a.call-to-action:hover, .navbar-nav .nav-item a.call-to-action:focus {
    background-color: rgb(249, 207, 147);
  }
  .navbar-nav .nav-item a.call-to-action:hover::before, .navbar-nav .nav-item a.call-to-action:focus::before {
    width: 0;
  }
}
.section {
  position: relative;
  background-size: cover;
  background-position: center center;
  z-index: 5;
}
.section.black-overlay::before {
  z-index: -1;
}

.black-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.section-decoration-item {
  position: absolute;
  top: 0;
  width: 35%;
  height: 100%;
  z-index: -1;
}
.section-decoration-item img {
  width: 100%;
}
.section-decoration-item.section-decoration-right {
  right: 0;
}
.section-decoration-item.section-decoration-left {
  left: 0;
}

.card {
  background-color: transparent;
  border: 2px solid transparent;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  transition: border-color 0.7s ease-out 0s;
}
.card:hover, .card:focus {
  border: 2px solid rgb(249, 228, 200);
}
.card .card-body {
  background-color: rgb(255, 255, 255);
}

.carousel.card-carousel .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
}
.carousel.card-carousel .carousel-inner {
  padding: 1em;
}
.carousel.card-carousel .carousel-control-prev,
.carousel.card-carousel .carousel-control-next {
  background-color: rgb(219, 208, 192);
  width: 7vh;
  height: 7vh;
  padding: 0.3em;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.carousel.card-carousel .image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 767px) {
  .carousel.card-carousel .cards-wrapper {
    display: flex;
  }
  .carousel.card-carousel .card {
    margin: 0 0.5em;
    width: 50%;
  }
  .carousel.card-carousel .image-wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .carousel.card-carousel .card:not(:first-child) {
    display: none;
  }
}
.footer {
  background-color: rgb(219, 208, 192);
}
.footer a {
  color: rgb(43, 43, 43);
  text-decoration: underline;
}
.footer .google-map-tabzone .nav-tabs {
  border-bottom-color: transparent;
}
.footer .google-map-tabzone .nav-tabs .btn {
  color: rgb(43, 43, 43);
}
.footer .google-map-tabzone .nav-tabs .btn:hover {
  background-color: rgba(43, 43, 43, 0.08);
  border-color: transparent;
}
.footer .google-map-tabzone .nav-tabs .btn.active {
  background-color: rgb(250, 238, 224);
  border-color: transparent;
}
.footer .googleMap_or_photo {
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.footer .logo img {
  width: 90%;
}
.footer .contact-content .info {
  position: relative;
  vertical-align: middle;
  font-weight: 700;
}
.footer .contact-content .info::before {
  content: "";
  vertical-align: text-top;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
}
.footer .contact-content .info.info-company::before {
  content: var(--icon-company);
}
.footer .contact-content .info.info-phone::before {
  content: var(--icon-phone);
}
.footer .contact-content .info.info-email::before {
  content: var(--icon-email);
}
.footer .contact-content .info.info-location::before {
  content: var(--icon-location);
}
.footer .social-content {
  display: flex;
  align-items: center;
}
.footer .social-content .social {
  display: block;
  line-height: 1em;
  padding: 0.5em;
  border-radius: 50%;
  background-color: rgb(250, 238, 224);
  margin-right: 0.6em;
  fill: rgb(43, 43, 43); /* 社交按鈕圖標填色 */
}
.footer .social-content .social:last-child {
  margin-right: 0;
}
.footer .social-content .social:hover {
  background-color: rgb(43, 43, 43);
  fill: rgb(255, 255, 255); /* 社交按鈕圖標填色 */
}
.footer .widget-content ul.links li {
  display: block;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.footer .widget-content ul.links li:last-child {
  margin-bottom: 0;
}
.footer .widget-content ul.links li a {
  text-decoration: none;
  font-weight: 700;
}
.footer .widget-content ul.links li a:hover {
  text-decoration: underline;
}
.footer .widget-content ul.links li a.call-to-action {
  border: 2px solid rgb(43, 43, 43);
  border-radius: 500px;
  padding: 10px 12px;
}
.footer .widget-content ul.links li a.call-to-action:hover {
  background-color: rgba(43, 43, 43, 0.08);
  text-decoration: none;
}
.footer .copyright, .footer .designedby {
  font-size: 15px;
}
.footer .designedby {
  text-align: right;
}

@media screen and (min-width: 991px) {
  .tab-content {
    height: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer .googleMap_or_photo {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .footer .designedby {
    text-align: left;
  }
}
/*custem*/
@media only screen and (min-width: 1400px) {
  .navbar-brand .navbarlogo, .navbar-brand-sticky .navbarlogo {
    max-width: unset;
    width: 220px;
  }
}
.style-styleG5Z3z7 {
  padding-left: 1.2em;
}
.style-styleG5Z3z7:before {
  position: absolute;
  left: 0;
}/*# sourceMappingURL=style.css.map */