@charset "UTF-8";
button:focus, button:active {
  outline: none !important;
}

img {
  max-width: 100%;
}

header {
  position: sticky;
  top: 0px;
  z-index: 10000;
}

.navbar {
  background: #FFF;
  box-shadow: 1px 1px 5px #DDD;
}

.logo {
  width: 250px;
}

.navbar a {
  color: #a67f78;
  font-size: 1.05rem;
  letter-spacing: 1px;
}

.navbar a:hover {
  color: #888;
}

.navbar span {
  font-size: 2rem;
  color: #a67f78;
}

.dropdown:hover .dropdown-menu {
  /*下拉選單*/
  display: block;
}

.about {
  padding: 60px 0px;
  height: auto;
  text-align: center;
  /*btn置中*/
  background-image: url(../images/snow.png);
}

.all-title {
  text-align: center;
  padding-bottom: 30px;
  color: #bed3d4;
}

.index-about-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.index-about-text {
  padding-top: 5%;
  padding-left: 10% !important;
}

.index-about-text h5 {
  text-align: left;
  color: #e5d67b;
  border-left: 5px solid #e5d67b;
  padding-left: 20px;
}

.index-about-text p {
  text-align: justify;
  line-height: 40px;
  font-size: 1rem;
  letter-spacing: 2px;
  color: #777;
  text-indent: 40px;
}

.about-btn {
  background: #EEE !important;
  margin-top: 30px;
  letter-spacing: 3px;
  padding: 10px 20px !important;
  color: #777 !important;
  font-size: 0.9rem !important;
  transition: all 0.5s !important;
}

.about-btn:hover {
  background: #a1b872 !important;
  color: #FFF !important;
  transform: translateX(10px);
}

@media screen and (max-width: 991px) {
  .index-about-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .index-about-text {
    padding-left: 0% !important;
  }
}
.news {
  padding: 60px 0px;
  height: auto;
  text-align: center;
  /*btn置中*/
  background: #FFF;
}

.news-box {
  margin-bottom: 20px;
}

.news-box a:hover {
  text-decoration: none;
}

.news-box a:hover .news-box-div {
  border: 1px solid #b2a59f;
}

.news-box-div {
  background: #FFF;
  min-height: 380px;
  padding: 15px 0px 0px;
  box-shadow: 1px 1px 3px #DDD;
}

.news-box img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.news-box img:hover {
  opacity: 0.8;
}

.news-box h5 {
  margin-top: 10px;
  color: #444;
  letter-spacing: 1px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-date {
  color: #b2a59f;
  font-size: 0.9rem;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  right: 30px;
}

.news-text {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #444;
  letter-spacing: 1px;
}

.decorate {
  height: 350px;
  background: #FFF;
  background-image: url(../images/photoback.jpg);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.decorate-text {
  text-align: center;
  line-height: 350px;
  color: #777;
}

.product {
  padding: 60px 0px;
  height: auto;
  text-align: center;
  /*btn置中*/
  background: #FFF;
  background-image: url(../images/photoback.png);
}

.product-box {
  height: auto;
}

.product-column {
  float: left;
  margin-top: 20px;
  height: auto;
}

.product-box a:hover {
  text-decoration: none;
}

.product-box a:hover .product-box-div {
  border: 1px solid #b2a59f;
}

.product-box-div {
  background: #FFF;
  min-height: 380px;
  padding: 15px 0px 0px;
  box-shadow: 1px 1px 3px #DDD;
  border: 1px solid #b2a59f;
  overflow: hidden;
}

.product-box-div img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  box-shadow: 1px 1px 3px #DDD;
  transition: all 0.5s;
}

.product-box-div img:hover {
  transform: scale(1.05);
}

.product-box h5 {
  margin-top: 10px;
  color: #444;
  letter-spacing: 1px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-text {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #444;
  letter-spacing: 1px;
}

.linkbox {
  padding: 60px 0px;
  height: auto;
  background: #998760;
}

.linkbox-title {
  color: #FFF;
}

.linkbox-bar {
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0px 10px;
}

.linkbox-bar a {
  font-size: 22px;
  line-height: 20px;
  color: #FFF;
  letter-spacing: 1px;
}

.linkbox-bar a:hover {
  text-decoration: none;
  color: #000;
}

.linkbox-bar i {
  font-size: 32px;
  color: #FFF;
  vertical-align: middle;
}

.footer {
  min-height: 400px;
  background-image: url(../images/footerback.jpg);
  background-size: 100%;
  background-attachment: fixed;
  background-position: bottom;
  padding-bottom: 30px;
}

.footer-content {
  height: auto;
  margin-top: 80px;
}

.footer-content h3 {
  color: #a67f78;
}

.footer-content p {
  margin-top: 40px;
  letter-spacing: 1px;
  color: #555;
}

.footer-content i {
  color: #8f8681;
}

.footer-map {
  margin-top: 40px;
}

.rwd-map {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0;
  padding-bottom: 100%;
}

.rwd-map iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.copy {
  background: #a1b872;
  height: auto;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 992px) {
  .navbar a {
    text-align: center;
    padding: 10px 0px;
  }

  .navbar a:hover {
    color: #888;
  }
}
@media screen and (max-width: 660px) {
  .copy {
    line-height: 40px;
  }
}
.all-icon-bar {
  position: fixed;
  top: 75%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 30000;
}

.all-icon-bar a {
  width: 45px;
  height: 45px;
  line-height: 35px;
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 1.2rem;
  border-radius: 100%;
}

.all-icon-bar a:hover {
  background-color: #b2a59f;
  color: #FFF;
  cursor: pointer;
}

.facebook {
  background: #3B5998;
  color: white;
  margin-bottom: 5px;
}

.instagram {
  background: #c188dd;
  color: white;
  margin-bottom: 5px;
}

.line {
  background: #7cd85a;
  color: white;
  margin-bottom: 5px;
}

.google {
  background: #fbbc05;
  color: white;
}

.allcontent {
  padding: 60px 0px;
  height: auto;
  text-align: center;
  /*btn置中*/
  background-image: url(../images/allbackOP.png);
  background-size: 100%;
}

.pagebox {
  margin-top: 60px;
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a {
  color: #888;
  float: left;
  padding: 3px 12px;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s;
}

.pagination a.active {
  background-color: #BED3D4;
  color: white;
  text-decoration: none;
}

.pagination a:hover:not(.active) {
  background-color: #EEE;
  text-decoration: none;
  color: #BED3D4;
}

.newspage-box {
  margin-bottom: 20px;
}

.newspage-date {
  color: #b2a59f;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-align: right;
  padding: 5px 0px;
}

.newspage-title {
  height: auto;
  line-height: 30px;
  padding: 5px 0px;
}

.newspage-title h4 {
  letter-spacing: 2px;
  color: #370d00;
}

.newspage-content {
  height: auto;
  padding: 15px 0px;
  margin-top: 20px;
}

.newspage-content p {
  line-height: 30px;
  letter-spacing: 1px;
  text-align: justify;
  color: #555;
  font-size: 18px;
}

.newspage-img {
  margin-top: 20px;
}

.back-btn {
  background: #EEE !important;
  margin-top: 30px;
  letter-spacing: 3px;
  padding: 10px 20px !important;
  color: #777 !important;
  font-size: 0.9rem !important;
  transition: all 0.5s !important;
}

.back-btn:hover {
  background: #a1b872 !important;
  color: #FFF !important;
  transform: translateX(-10px);
}

.contact-box {
  min-height: 500px;
  margin: auto;
  padding: 20px;
  border: 1px solid #bed3d4;
}

.contact-box p {
  text-align: center;
  line-height: 30px;
  letter-spacing: 2px;
  color: #777;
}

.contact-box h5 {
  text-align: center;
  line-height: 30px;
  letter-spacing: 2px;
  color: #444;
  padding: 10px;
}

.contact-box-line {
  min-height: 300px;
  padding: 15px;
  border-top: 2px dashed #DDD;
}

.contact-box-line img {
  width: 300px;
  height: 300px;
  object-fit: contain;
}

.sidebar {
  height: auto;
}

.tab {
  width: 100%;
}

.tab button {
  width: 120px;
  background: #a1b872;
  color: #FFF;
  padding: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 19px;
  letter-spacing: 1px;
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
}

.tab button:hover {
  background-color: #72834e;
}

.tab button.active {
  background: #72834e;
}

@media screen and (max-width: 767px) {
  .tab button {
    width: 30%;
  }
}
.productpage-box {
  margin-bottom: 20px;
}

.productpage-title {
  height: auto;
  line-height: 30px;
  padding: 5px 0px;
}

.productpage-title h4 {
  letter-spacing: 2px;
  color: #370d00;
}

.productpage-content {
  height: auto;
  padding: 15px 0px;
  margin-top: 20px;
}

.productpage-content h5 {
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
}

.productpage-content p {
  line-height: 35px;
  letter-spacing: 2px;
  text-align: justify;
  color: #555;
  font-size: 18px;
}

.productpage-img {
  margin-top: 20px;
}

.workspage-photo-box {
  height: auto;
  margin: auto;
}

.workspage-content-box {
  height: auto;
}

.works-slide {
  position: relative;
}

.works-slide img {
  width: 100%;
}

.mySlides {
  display: none;
}

.mySlides img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  padding: 8px;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: calc((100% - 32px)/2);
  width: auto;
  padding: 16px;
  color: #000 !important;
  font-weight: bold;
  font-size: 18px;
  margin-top: -50px;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.numbertext {
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.column {
  float: left;
  width: 18%;
  margin-left: calc(10% / 6);
  margin-top: 5px;
  height: 100px;
}

.column img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  padding: 5px;
}

.demo {
  opacity: 0.6;
  cursor: pointer;
}

.active, .demo:hover {
  opacity: 1;
}

.mySlides-minimgbox {
  margin-top: 10px;
}