@media (min-width: 1200px) {
  .nav-link {
    padding: 0.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .nav-link {
    padding: 1rem;
    font-size: 1.125rem;
  }
}

.region-title h1 {
  font-size: 2.5rem;
  margin-top: 4rem;
}

.region-content img {
  max-width: 100%;
  height: auto;
}

.circlebtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s;
}
.circlebtn::before {
  content: "";
  position: absolute;
  top: 60px;
  left: -72px;
  width: 68px;
  height: 1px;
  background-color: #fff;
}
.circlebtn:hover {
  background-color: #fff;
  color: #479646;
}
.circlebtn-danger {
  background-color: var(--bs-danger);
}
.circlebtn-danger:hover {
  background-color: #fff;
  color: var(--bs-danger);
}
.circlebtn-dark {
  border: 1px solid var(--bs-dark);
  color: var(--bs-danger);
}
.circlebtn-dark::before {
  background-color: var(--bs-dark);
}
.circlebtn-dark:hover {
  background-color: var(--bs-dark);
  color: #fff;
}

.page-front h2 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .page-front h2 {
    font-size: 4rem;
  }
}
.page-front h2 span {
  display: block;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  font-size: 1rem;
}

.star {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e4d3bc;
}
.star::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -26px;
  width: 22px;
  height: 1px;
  background-color: #ddd;
}
.star::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 17px;
  width: 6px;
  height: 6px;
  background-color: var(--bs-tertiary);
  transform: rotate(45deg);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  transition: all 0.3s;
}
.header.active {
  top: -33px;
}
.header.active .header-logo-bg {
  display: none;
}
.header.active .header-logo-img {
  top: 10px;
  left: calc(50% - 23px);
  width: 46px;
}
@media (min-width: 768px) {
  .header.active .header-logo-img {
    top: 15px;
    left: calc(50% - 30px);
    width: 60px;
  }
}
.header-top a:hover {
  opacity: 0.8;
}
.header-navbar {
  padding: 2rem 0;
}
@media (min-width: 1200px) {
  .header-navbar {
    padding: 1.5rem 0;
  }
}
@media (min-width: 1400px) {
  .header-navbar {
    padding: 1rem 0;
  }
}
@media (min-width: 1200px) {
  .header-nav .nav-item:nth-child(4) {
    margin-left: 15rem;
  }
}
.header-logo {
  position: absolute;
}
.header-logo-bg {
  top: 0;
  left: calc(50% - 70px);
  width: 140px;
  z-index: 0;
}
@media (min-width: 1200px) {
  .header-logo-bg {
    left: calc(50% - 97px);
    width: 194px;
  }
}
.header-logo-img {
  top: 10px;
  left: calc(50% - 40px);
  width: 80px;
  z-index: 1;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .header-logo-img {
    top: 20px;
    left: calc(50% - 50px);
    width: 100px;
  }
}

.heroimg-heading {
  font-size: 1.5rem;
  color: var(--bs-red);
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}
.heroimg-btn {
  position: absolute;
  right: 5%;
  bottom: 10%;
}

.homepray {
  padding: 5rem 0;
  background: url(../images/home-pray-bg.jpg) center/cover;
}

.cta h3 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .cta h3 {
    font-size: 2.5rem;
  }
}

.footer-img {
  transform: translateY(15px);
  width: 200px;
}

.line {
  background-color: var(--bs--green-900);
  height: 0.875rem;
}

.heading {
  background-color: #F2EEE9;
  padding: 10rem 0 5rem;
}
@media (min-width: 768px) {
  .heading {
    padding: 13rem 0 5rem;
  }
}
.heading-sub {
  margin-bottom: 1rem;
  font-family: "Noto Serif TC", serif;
  color: var(--bs-tertiary);
}
@media (min-width: 768px) {
  .heading-sub {
    margin-bottom: 2.5rem;
  }
}

.diet-circle, .about-circle {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.diet-circle-circle {
  position: absolute;
  border: 1px solid var(--bs-tertiary);
  border-radius: 50%;
  aspect-ratio: 1;
}
.diet-circle-circle1 {
  top: 55px;
  left: 55px;
  width: calc(100% - 110px);
}
.diet-circle-circle2 {
  top: 25%;
  left: 25%;
  width: 50%;
  background: radial-gradient(circle, rgb(255, 229, 62) 24%, rgb(75, 243, 84) 46%, rgb(255, 255, 255) 66%);
}
.diet-circle h2, .about-circle h2 {
  position: absolute;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
.diet-circle h2.diet-circle-heading, .about-circle h2.diet-circle-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 65px);
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
}
.diet-circle h2.diet-circle-point, .diet-circle h2.about-circle-point, .about-circle h2.diet-circle-point, .about-circle h2.about-circle-point {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: var(--bs--green-900);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.diet-circle h2.diet-circle-point:hover, .diet-circle h2.about-circle-point:hover, .about-circle h2.diet-circle-point:hover, .about-circle h2.about-circle-point:hover {
  transform: translateY(-4px);
}
.diet-circle h2.diet-circle-point1, .about-circle h2.diet-circle-point1 {
  top: calc(50% - 55px);
  right: 0;
}
.diet-circle h2.diet-circle-point2, .about-circle h2.diet-circle-point2 {
  bottom: 0;
  left: calc(50% - 55px);
}
.diet-circle h2.diet-circle-point3, .about-circle h2.diet-circle-point3 {
  top: calc(50% - 55px);
  left: 0;
}
.diet-circle h2.diet-circle-point4, .about-circle h2.diet-circle-point4 {
  top: 0;
  left: calc(50% - 55px);
}
.diet-meal-info {
  background-color: #F2EEE9;
  margin: 0 1rem;
  padding: 2rem 1rem 1rem;
  transform: translateY(-1rem);
}
.diet-meal-item img {
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}
.diet-meal-item h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--bs--green-900);
  margin-bottom: 1rem;
  text-align: center;
}
.diet-meal-item li {
  font-size: 1rem;
  color: var(--bs-gray);
}
.diet-meal-item:hover img {
  transform: translateY(-0.5rem);
}

.care {
  position: relative;
}
.care-item {
  margin-bottom: 5rem;
}
.care-item h2 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.care-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: var(--bs-light);
  border-radius: 0 30vw;
  z-index: -1;
}

.plant-map p {
  font-size: 1rem;
  color: var(--bs-gray);
}
.plant-heading {
  display: block;
  position: relative;
  font-size: 1.5rem;
  color: var(--bs--green-900);
  font-weight: 700;
}
@media (min-width: 768px) {
  .plant-heading {
    display: inline-block;
  }
  .plant-heading::before {
    content: "";
    position: absolute;
    width: 1px;
    background-color: var(--bs-gray);
  }
  .plant-heading-1 {
    padding-top: 115px;
  }
  .plant-heading-1::before {
    top: 15px;
    left: 50%;
    height: 85px;
  }
  .plant-heading-2 {
    padding-bottom: 380px;
  }
  .plant-heading-2::before {
    bottom: 15px;
    left: 50%;
    height: 350px;
  }
  .plant-heading-3 {
    padding-bottom: 210px;
  }
  .plant-heading-3::before {
    bottom: 15px;
    left: 50%;
    height: 180px;
  }
}

.about-circle-point1 {
  top: 0;
  left: calc(50% - 55px);
}
.about-circle-point2 {
  top: calc(34% - 55px);
  right: 4%;
}
.about-circle-point3 {
  bottom: calc(10% - 20px);
  right: calc(22% - 55px);
}
.about-circle-point4 {
  bottom: calc(10% - 20px);
  left: calc(22% - 55px);
}
.about-circle-point5 {
  top: calc(34% - 55px);
  left: 4%;
}

@media (min-width: 768px) {
  .view-products .views-row {
    flex-basis: 33.3333%;
  }
}
@media (min-width: 768px) {
  .view-products .views-row:nth-child(1), .view-products .views-row:nth-child(2) {
    flex-basis: 50%;
  }
}

.product-item {
  padding: 0.75rem;
  border: 1px solid var(--bs-gray);
  transition: all 0.3s;
}
.product-item:hover {
  background-color: var(--bs-light);
  transform: translateY(-10px);
}
.product-title {
  margin: 1rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--bs-gray);
  text-align: center;
}
.product-info {
  display: flex;
}
.product-dis {
  flex-basis: 80%;
  font-size: 0.875rem;
  color: var(--bs-gray);
}
.product-star {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
}

.pray h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.pray-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.5rem 1.5rem;
  background-color: #fff;
  border-radius: 0 0 1.5rem 0;
  z-index: 1050;
}
@media (min-width: 768px) {
  .pray-header {
    padding: 1rem 1.5rem;
    border-radius: 0 0 2.5rem 0;
  }
}
.pray-header img {
  width: 48px;
}
@media (min-width: 768px) {
  .pray-header img {
    width: 80px;
  }
}
@media (min-width: 768px) {
  .pray-header {
    padding: 1rem 3rem;
  }
  .pray-header img {
    width: 100px;
  }
}
.pray-btn-nav {
  position: fixed;
  right: 0;
  top: 0;
  padding: 1rem 1.5rem;
  width: 108px;
  height: 62px;
  border-radius: 0 0 0 1.5rem;
  background-color: #fff;
  z-index: 1050;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .pray-btn-nav {
    border-radius: 0 0 0 2.5rem;
  }
}
.pray-btn-nav.active {
  width: 280px;
  height: auto;
  min-height: 62px;
  padding: 4.5rem 1.5rem 1rem;
}
.pray-btn-nav-nav {
  display: none;
  width: 232px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.pray-btn-nav-nav.active {
  opacity: 1;
}
.pray-btn-nav-btn {
  position: fixed;
  top: 1rem;
  right: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 44px;
  height: 30px;
}
.pray-btn-nav-btn span {
  display: block;
  background-color: var(--bs--green-900);
  width: 100%;
  height: 4px;
  border-radius: 999px;
  transition: all 0.3s;
}
.pray-btn-nav-btn.active span:nth-child(2) {
  opacity: 0;
}
.pray-btn-nav-btn.active span:first-child {
  transform: translateY(13px) rotate(-45deg);
}
.pray-btn-nav-btn.active span:last-child {
  transform: translateY(-13px) rotate(45deg);
}
.pray > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.pray-scene {
  height: 75vh;
  background: url(../images/bg-pray2-m.jpg) center/cover;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pray-scene {
    background: url(../images/bg-pray2.jpg) center/cover;
    flex: 0 0 60%;
    height: 100vh;
  }
}
.pray-scene img {
  max-width: 100%;
  height: auto;
}
.pray-control {
  height: 25vh;
  background-color: #5e411e;
  color: #fff;
}
@media (min-width: 768px) {
  .pray-control {
    flex: 0 0 40%;
    height: 100vh;
  }
}
.pray-object {
  position: absolute;
}
.pray-info {
  left: 1rem;
  right: 1rem;
  top: 40vh;
}
@media (min-width: 768px) {
  .pray-info {
    top: 40vh;
    left: 20%;
    right: 20%;
  }
}
.pray-steps-line {
  position: absolute;
  left: 5px;
  top: 6px;
  width: 2px;
  height: 90%;
  background-color: #AAAAA9;
}
@media (min-width: 768px) {
  .pray-steps-line {
    left: 100px;
    width: 80%;
    height: 2px;
  }
}
@media (min-width: 768px) {
  .pray-steps ul {
    display: flex;
  }
}
.pray-steps li {
  position: relative;
  margin-bottom: 0.5rem;
}
.pray-steps li::before {
  content: "";
  display: inline-block;
  background-color: #1D303A;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 0.75rem;
}
@media (min-width: 768px) {
  .pray-steps li::before {
    display: block;
    position: absolute;
    top: -46px;
    left: 44%;
    width: 25px;
    height: 25px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .pray-steps li {
    flex: 1 0 auto;
    bottom: -40px;
    margin-bottom: 5rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .pray-2 {
    display: flex;
  }
}
.pray-2-fire {
  left: 10%;
  width: 80%;
  bottom: 0;
}
@media (min-width: 768px) {
  .pray-2-fire {
    left: 30%;
    width: 40%;
  }
}
.pray-2-fire-2 {
  width: 20%;
  left: 40%;
  bottom: 70px;
  opacity: 0;
  transition: all 1s;
}
@media (min-width: 768px) {
  .pray-2-fire-2 {
    left: 44%;
    bottom: 90px;
    width: 10%;
  }
}
.pray-2-hand {
  bottom: 20vh;
  left: 30%;
  width: 130%;
  z-index: 2;
  transition: all 1s;
}
@media (min-width: 768px) {
  .pray-2-hand {
    bottom: 33vh;
    left: 40%;
    width: 70%;
    transform: rotate(20deg);
  }
}
.pray-2-smoke {
  left: 22%;
  width: 80%;
  bottom: 140px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 1s;
}
@media (min-width: 768px) {
  .pray-2-smoke {
    bottom: 30vh;
    left: 38%;
    width: 40%;
  }
}
@media (min-width: 768px) {
  .pray-3 {
    display: flex;
  }
}
.pray-3-roll {
  bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .pray-3-roll {
    left: 25%;
    width: 50%;
  }
}
.pray-4 {
  background: url(../images/bg-pray-throw-m.jpg) center/cover;
}
@media (min-width: 768px) {
  .pray-4 {
    background: url(../images/bg-pray-throw.jpg) center/cover;
  }
}
.pray-treasure {
  left: 1rem;
  right: 1rem;
  top: 10vh;
}
.pray-treasure .content {
  max-height: 43vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .pray-treasure .content {
    margin: auto;
    width: 80%;
    max-height: 100vh;
  }
}
@media (min-width: 768px) {
  .pray-treasure {
    top: 15vh;
    margin: auto;
    width: 55%;
  }
}
.pray-mytreasure {
  left: 1rem;
  right: 1rem;
  top: 10vh;
}
.pray-mytreasure .content {
  max-height: 43vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .pray-mytreasure .content {
    margin: auto;
    width: 80%;
    max-height: 100vh;
  }
}
@media (min-width: 768px) {
  .pray-mytreasure {
    top: 15vh;
    margin: auto;
    width: 55%;
  }
}
.pray-confirm {
  left: 1rem;
  right: 1rem;
  bottom: 10vh;
}
.pray-throw {
  background: url(../images/bg-pray-throw-m.jpg) center/cover;
}
@media (min-width: 768px) {
  .pray-throw {
    background: url(../images/bg-pray-throw.jpg) center/cover;
  }
}
.pray-block {
  width: 20%;
}
@media (min-width: 768px) {
  .pray-block {
    width: 12%;
  }
}
.pray-block-3 {
  display: none;
  top: 20vh;
  left: 0;
  width: 100% !important;
}
@media (min-width: 768px) {
  .pray-block-3 {
    top: 10vh;
    left: 35%;
    width: 30% !important;
  }
}
.pray-block-btn {
  position: absolute;
  bottom: 10vh;
  width: 100%;
}
.pray-trbox {
  background: url(../images/bg-pray3-m.jpg) center/cover;
}
@media (min-width: 768px) {
  .pray-trbox {
    background: url(../images/bg-pray3.jpg) center/cover;
  }
}
.pray-trbox-box {
  bottom: 20vh;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .pray-trbox-box {
    bottom: 15vh;
    left: 32%;
    width: 35%;
  }
}
.pray-trbox-box-close {
  transition: all 1s;
}
.pray-trbox-treasure {
  top: 10vh;
  left: 20%;
  right: 20%;
  transition: all 1s;
}
@media (min-width: 768px) {
  .pray-trbox-treasure {
    top: 0;
    left: 40%;
    width: 20%;
  }
}
.pray-trbox-btn {
  position: absolute;
  bottom: 10vh;
  width: 100%;
}
.pray-trbox-info {
  bottom: 20vh;
  left: 10%;
  right: 10%;
}
@media (min-width: 768px) {
  .pray-trbox-info {
    left: 20%;
    right: 20%;
  }
}
.pray-got {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  transform: rotate(15deg);
}

.treasure {
  position: relative;
  background-color: #DC2800;
  border-radius: 1.25rem;
}
.treasure::after {
  content: "+";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0.75rem;
  right: 0.75rem;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  color: #DC2800;
  font-size: 1.25rem;
}

.home-pray {
  background: url(../images/bg-pray1-m.jpg) center/cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home-pray {
    background: url(../images/pray-bg.png) center/cover;
  }
}
.home-pray-table-t {
  top: 0;
  left: 0;
  width: 100%;
}
.home-pray-table-b {
  bottom: 0;
  left: 0;
  width: 100%;
}
.home-pray-side {
  height: 100%;
}
.home-pray-side img {
  height: 100%;
  width: auto;
}
.home-pray-side-l {
  left: 0;
  top: 0;
}
.home-pray-side-r {
  right: 0;
  top: 0;
}
.home-pray-god {
  top: 15vh;
  left: 50%;
  width: 80%;
  margin-left: -40%;
  transform: translateX(-3%);
}
@media (min-width: 768px) {
  .home-pray-god {
    top: 10vh;
    width: 600px;
    margin-left: -300px;
    transform: translateX(-30px);
  }
}
.home-pray-hand {
  bottom: 0;
  left: 50%;
  width: 80%;
  margin-left: -40%;
}
@media (min-width: 768px) {
  .home-pray-hand {
    width: 400px;
    margin-left: -200px;
  }
}
.home-pray-info {
  left: 20%;
  right: 20%;
  bottom: 10vh;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1020;
}

.btn-menu {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 24px;
  z-index: 10;
}
@media (min-width: 1200px) {
  .btn-menu {
    display: none;
  }
}
.btn-menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--bs-dark);
  transition: all 0.3s;
}
.btn-menu.active span:first-child {
  transform: translate(-4px, 4px) rotate(-45deg);
  width: 20px;
}
.btn-menu.active span:last-child {
  transform: translate(-4px, -4px) rotate(45deg);
  width: 20px;
}

.btn-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 28px;
  bottom: 60px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--bs-primary);
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-top span {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--bs-gray);
  border-right: 1px solid var(--bs-gray);
  transform: rotate(-45deg);
}
.btn-top::after {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  left: 50%;
  height: 40px;
  width: 1px;
  background-color: var(--bs-gray);
  transition: all 0.3s;
}
.btn-top:hover {
  background-color: var(--bs-primary);
}
.btn-top:hover::after {
  top: 20px;
}

.mobile-nav {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -300px;
  width: 300px;
  padding-top: 100px;
  background-color: rgba(var(--bs-light-rgb), 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s;
  z-index: 9;
}
@media (min-width: 1200px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav a {
  display: block;
  padding: 1rem;
}
.mobile-nav.active {
  left: 0;
}
.mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 8;
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .mobile-nav-overlay {
    display: none;
  }
}
.mobile-nav-overlay.active {
  opacity: 1;
}

.whitebox {
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1020;
}

.img-gray {
  filter: grayscale(1);
}

.loading {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 9999;
}
.loading .dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #479646;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out both;
}
.loading .dot:nth-child(1) {
  animation-delay: -0.32s;
}
.loading .dot:nth-child(2) {
  animation-delay: -0.16s;
}
.loading .dot:nth-child(3) {
  animation-delay: 0s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/*** UNTILITIES ***/
.bg-grayyellow {
  background-color: #F2EEE9;
}

.shadow-img {
  border-radius: 0.75rem;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.text-serif, .plant-heading {
  font-family: "Noto Serif TC", serif;
}

.bg-five1 {
  background-color: #007e32 !important;
}

.bg-five2 {
  background-color: #840012 !important;
}

.bg-five3 {
  background-color: #b2a300 !important;
}

.bg-five4 {
  background-color: #313131 !important;
}

.bg-five5 {
  background-color: #fff !important;
  color: #313131 !important;
  border: 1px solid #313131;
}/*# sourceMappingURL=tian.css.map */