@layer reset, base, page, custom;
:root {
  --l-H-hero: 580px;
  --l-header: 80px;
  --l-header-: -80px;
  --l-header--mobile: 56px;
  --l-header--mobile-: -56px;
  --l-services-logo: 44px;
  --l-btnH: 36px;
  --l-h-sec-footer: 150px;
  --c-text: #535173;
  --c-heading: #1e1e1e;
  --c-nav: #494949;
  --c-brand-text: #8b8bac;
  --c-primary: #3b1376;
  --c-secondary: #1e3659;
  --c-hightlight: #ec4e00;
  --c-primary-start: #f0da98;
  --c-primary-stop: #cfab3b;
  --c-secondary-start: #ffdc23;
  --c-secondary-stop: #ffe972;
  --f-services-title: 18px;
  --f-services-title-lh: 20px;
  --f-services-title--ch: 13px;
  --f-services-title--ch-lh: 16px;
  --z-nav: 10;
  --z-hero: 8;
  --z-main: 9;
  --c-sdg1: #c74140;
  --c-sdg2: #cfa94d;
  --c-sdg3: #6b9e47;
  --c-sdg4: #aa3433;
  --c-sdg5: #df5330;
  --c-sdg6: #71b8e0;
  --c-sdg7: #edc843;
  --c-sdg8: #8d2c44;
  --c-sdg9: #df7538;
  --c-sdg10: #bf3767;
  --c-sdg11: #e6a441;
  --c-sdg12: #b28f40;
  --c-sdg13: #567c4b;
  --c-sdg14: #5794d5;
  --c-sdg15: #7fbc45;
  --c-sdg16: #3d669a;
  --c-sdg17: #2f4768;
  --c-zdg1: #a47903;
  --c-zdg2: #be9115;
  --c-zdg3: #d7aa2d;
}

:root {
  --l-inner: 1024px;
}

@keyframes slide-f-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-f-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-f-top {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes reveal-up-20 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.view-category .hero {
  --l-H-hero: calc(300px + 80px);
  place-content: center;
  display: flex;
  width: 100%;
  overflow-x: clip;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-top: var(--l-header);
  z-index: 0;
}
.view-category .hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 0 0 0;
  background-color: rgba(28, 19, 39, 0.3);
}
.view-category .hero .l-inner {
  display: flex;
  flex-direction: column;
  width: min(100%, 1200px);
  height: 100%;
  z-index: 5;
  align-items: center;
  justify-content: center;
  padding-top: var(--l-header);
  position: relative;
}
.view-category .hero .l-inner::before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  background: url(../images/ic_bird_1.webp) no-repeat right bottom/contain;
  right: -30px;
  bottom: -30px;
}
@media only screen and (max-width: 678px) {
  .view-category .hero .l-inner::before {
    bottom: -50px;
  }
}
.view-category .hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: var(--l-header);
  color: #fff;
  gap: 15px;
}
.view-category .hero__title {
  font-size: 45px;
  font-weight: 300;
}
@media only screen and (max-width: 678px) {
  .view-category .hero__title {
    font-size: 35px;
  }
}
.view-category .hero__subtitle {
  font-size: 17px;
}

#journey {
  width: 100%;
  padding: 50px 30px;
}
#journey .journey__filter {
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px 7px 7px;
  position: relative;
}
#journey .journey__filter::before {
  content: "";
  position: absolute;
  width: 135px;
  height: 135px;
  top: -85px;
  left: -30px;
  background: url(../images/ic_bird_2.webp) no-repeat center center/contain;
}
#journey .journey__filter .filter-type .journey__tab-item.active {
  border-color: #79a8ee;
  background-color: rgba(121, 168, 238, 0.15);
  color: #136aec;
}
#journey .journey__filter .filter-township .journey__tab-item.active {
  border-color: #ebd057;
  background-color: rgba(235, 208, 87, 0.15);
  color: #eca100;
}
#journey .journey__filter .section__search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  gap: 10px;
  padding-top: 30px;
  border-top: 1px solid rgba(83, 81, 115, 0.1);
}
#journey .journey__filter .section__search .search-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
#journey .journey__filter .section__search .search-bar input {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid rgba(83, 81, 115, 0.33);
  border-radius: 5px;
  flex: 1 1 auto;
  min-width: 150px;
  max-width: 550px;
}
#journey .journey__filter .section__search .search-bar input:focus {
  border: 1px solid #5857c1;
  outline: none;
  box-shadow: 0 0 0 5px rgba(88, 87, 193, 0.25);
}
#journey .journey__filter .section__search .search-bar .btn-group {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#journey .journey__filter .section__search .search-filters .filters-info {
  display: flex;
  display: none;
  padding: 15px;
  background-color: rgba(88, 87, 193, 0.075);
  border-radius: 5px;
  color: #5756a0;
  font-size: 15px;
}
#journey .journey__tabs {
  padding-bottom: 35px;
}
#journey .journey__tabs h3 {
  padding-bottom: 15px;
  font-size: 22px;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}
#journey .journey__tabs h3::before {
  content: "";
  width: 25px;
  height: 25px;
}
#journey .journey__tabs.filter-type h3::before {
  background: url(../images/ic_dad.webp) no-repeat center center/contain;
}
#journey .journey__tabs.filter-township h3::before {
  background: url(../images/ic_mom.webp) no-repeat center center/contain;
}
#journey .journey__tabs-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
@media only screen and (max-width: 678px) {
  #journey .journey__tabs-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
#journey .journey__tab-item {
  text-align: center;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid rgba(83, 81, 115, 0.15);
  font-weight: 500;
  cursor: pointer;
}
#journey .journey__empty {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  color: #000;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#journey .journey__empty.is-hide {
  display: none;
}
#journey .journey__empty .img-empty {
  display: flex;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: url(../images/img_empty.png) no-repeat center center/contain;
}
#journey .journey__wrapper {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  margin: 0 auto;
  gap: 55px 10px;
}
#journey .journey__link {
  text-decoration: none;
}
#journey .journey__link:hover .journey__item {
  box-shadow: 0 7px 19px rgba(119, 119, 119, 0.15);
}
#journey .journey__link:hover .journey__cover {
  transform: translate(0, -3px);
}
#journey .journey__link:hover .journey__img.shadow {
  opacity: 0.5;
}
#journey .journey__link:hover .journey__img img {
  transform: scale(1.05);
}
#journey .journey__link.is-hide {
  display: none;
}
#journey .journey__item {
  width: 100%;
  padding: 9px 7px 13px;
  background-color: #fff;
  border-radius: 13px;
  transition: box-shadow 300ms;
  box-shadow: 0 0px 10px rgba(119, 119, 119, 0);
}
#journey .journey__cover {
  position: relative;
  transition: box-shadow 300ms, transform 300ms;
  background: url(../images/default_cover.png) no-repeat center/cover;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 2/1.1;
}
#journey .journey__cover::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  border-radius: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  z-index: 3;
}
#journey .journey__township {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 6;
  padding: 3px 9px;
  color: #fff;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  text-shadow: 0 1px 3px rgba(119, 119, 119, 0.5);
  padding-left: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#journey .journey__township::before {
  content: "";
  position: absolute;
  left: 5px;
  width: 17px;
  height: 17px;
  background: url(../images/ic_map_w.png) no-repeat center center/contain;
}
#journey .journey__img {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
}
#journey .journey__img img {
  aspect-ratio: 2/1.1;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 300ms;
}
#journey .journey__img.shadow {
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 0;
  filter: blur(7px);
  opacity: 0.15;
  transition: opacity 300ms;
}
#journey .journey__content {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
#journey .journey__title {
  color: #535173;
  font-size: 18px;
  font-weight: 500;
}
#journey .journey__location {
  color: #8b8bac;
  font-size: 16px;
  position: relative;
  padding-left: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#journey .journey__location::before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../images/ic_store_2.png) no-repeat center center/contain;
}
#journey .journey__detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  padding-top: 3px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#journey .journey__type .field-value span {
  display: inline-block;
  padding: 5px 7px;
  color: #3e82f1;
  font-size: 14px;
  border-radius: 5px;
  display: inline-block;
  background-color: rgba(62, 130, 241, 0.15);
}
#journey .journey__duration {
  padding: 5px 7px;
  color: #8b8bac;
  font-size: 14px;
  border-radius: 5px;
  display: inline-block;
  background-color: rgba(139, 139, 172, 0.1);
  position: relative;
  padding-left: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
}
#journey .journey__duration b {
  padding-left: 5px;
  font-weight: 400;
}
#journey .journey__duration::before {
  content: "";
  position: absolute;
  left: 3px;
  width: 18px;
  height: 18px;
  background: url(../images/ic_clock.png) no-repeat center center/contain;
}
#journey .journey__cost {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
}
#journey .journey__cost .field-value::before {
  content: "NT$ ";
}

/*# sourceMappingURL=journey-center.css.map */
