@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+TC:700);
@import url(https://fonts.googleapis.com/css?family=Poppins);
@import "bootstrap.min.css";
@import "swiper-bundle.min.css";
.navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.navbar .nav-link {
  padding-left: 1.25rem;
  margin-right: 1.25rem;
}
.navbar.active {
  background: rgba(36, 42, 32, 0.95);
}
.navbar.active .navbar-brand img {
  height: 50px;
}

.navbar-brand img {
  height: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .navbar-brand img {
    height: 50px;
  }
}

@media (max-width: 992px) {
  .navbar-collapse {
    background: #242A20;
    text-align: center;
  }
  .navbar-collapse ul {
    padding: 2rem 0;
  }
  .navbar-collapse .nav-link {
    padding: 1rem 0;
  }
}

@-webkit-keyframes fadeout {
  from {
    max-height: 999px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    max-height: 999px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}
.icon_menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 26px;
  height: 17px;
  display: none;
}
@media (max-width: 992px) {
  .icon_menu {
    display: block;
    margin-right: 0;
    margin-left: 1rem;
  }
}
.icon_menu span, .icon_menu:before, .icon_menu:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  display: inline-block;
  border-radius: 15px;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}
.icon_menu span {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.icon_menu:before {
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.icon_menu:after {
  bottom: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.icon_menu:not(.collapsed) span {
  width: 0;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}
.icon_menu:not(.collapsed):before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
}
.icon_menu:not(.collapsed):after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
}

section {
  padding: 100px 0;
}
@media (max-width: 1200px) {
  section {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 40px 0;
  }
}

.section_kv .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  height: 100dvh;
  background: #000;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section_kv .swiper-slide {
    height: 90vh;
    height: 90dvh;
  }
}
.section_kv .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.img_cover {
  position: relative;
}
.img_cover::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 60%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 100%);
}

.kv_img {
  margin: auto;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.kv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.swiper-slide-active .kv_img {
  -webkit-animation: zoomIn 8s ease-out;
          animation: zoomIn 8s ease-out;
}

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 1200px) {
  .home_about {
    background: #000;
  }
}

h2 {
  font-family: "Noto Serif TC", serif;
}

.p_cate img {
  border: 1px solid #AD8F50;
}
.p_cate h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.1rem;
  margin: 1.75rem 0;
}

.home_product {
  overflow-x: hidden;
  width: 100vw;
  padding: 160px 0;
}
@media (max-width: 992px) {
  .home_product {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .home_product {
    padding: 60px 0;
  }
}
.home_product .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.home_product .swiper-slide img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.3;
}
.home_product .swiper-slide h3,
.home_product .swiper-slide a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.home_product .swiper-slide-active,
.home_product .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.home_product .swiper-slide-active img,
.home_product .swiper-slide-active h3,
.home_product .swiper-slide-active a,
.home_product .swiper-slide-duplicate-active img,
.home_product .swiper-slide-duplicate-active h3,
.home_product .swiper-slide-duplicate-active a {
  opacity: 1;
}

.bg_dark {
  background: #000;
}

.contact_box {
  background: rgba(0, 0, 0, 0.3);
}

.contact_info {
  padding: 4rem;
}
@media (max-width: 575px) {
  .contact_info {
    padding: 3rem 2rem;
  }
}
.contact_info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.contact_info .item:last-child {
  margin-bottom: 0;
}
.contact_info .item img {
  margin-right: 1.5rem;
  height: 40px;
}
@media (max-width: 575px) {
  .contact_info .item img {
    height: 32px;
  }
}
.contact_info .item p {
  text-align: left;
  line-height: 1.6;
  margin: 0;
}
.contact_info .item a {
  color: #fff;
}

.map iframe {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.swiperProcessBtn {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -49px;
}
@media (max-width: 575px) {
  .swiperProcessBtn {
    bottom: -39px;
  }
}

.process_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.process_btn .num {
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  background: #242A20;
  color: #AD8F50;
  border: 1px solid #AD8F50;
  margin-bottom: 4px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
@media (max-width: 575px) {
  .process_btn .num {
    width: 40px;
    height: 40px;
  }
}
.process_btn span {
  color: #AD8F50;
  font-size: 0.95rem;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
@media (max-width: 575px) {
  .process_btn span {
    font-size: 12px;
  }
}
.process_btn:hover .num {
  background: #fff;
  color: #AD8F50;
}
.process_btn:hover span {
  color: #fff;
}

.swiper-slide-thumb-active .process_btn .num {
  background: #fff;
  color: #AD8F50;
}
.swiper-slide-thumb-active .process_btn span {
  color: #fff;
}

.process_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .process_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2rem;
  }
}
@media (max-width: 575px) {
  .process_item {
    padding: 0 1rem;
  }
}
.process_item .info {
  width: 40%;
  text-align: left;
}
.process_item .info span {
  font-family: "Noto Serif TC", serif;
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
  display: block;
}
@media (max-width: 575px) {
  .process_item .info span {
    font-size: 1rem;
  }
}
.process_item .info h2 {
  font-size: 2rem;
}
@media (max-width: 575px) {
  .process_item .info h2 {
    font-size: 1.5rem;
  }
}
.process_item .info p {
  text-align: left;
}
@media (max-width: 1200px) {
  .process_item .info {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .process_item .info {
    width: 100%;
  }
}
.process_item .image {
  width: 40%;
  -webkit-box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.4);
}
.process_item .image img {
  width: 100%;
}
@media (max-width: 1200px) {
  .process_item .image {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .process_item .image {
    width: 100%;
  }
}

.gallery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .gallery_list {
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .gallery_list {
    gap: 24px;
  }
}
.gallery_list a {
  position: relative;
  width: calc(25% - 20px);
  height: 380px;
}
@media (max-width: 992px) {
  .gallery_list a {
    width: calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .gallery_list a {
    height: 23vw;
  }
}
@media (max-width: 768px) {
  .gallery_list a {
    height: 180px;
    width: 90%;
    margin: auto;
  }
}
.gallery_list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery_list a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg) scale(0.5);
          transform: translate(-50%, -50%) rotate(-180deg) scale(0.5);
  width: 40px;
  height: 40px;
  background-image: url("../img/view.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery_list a:hover::before {
  opacity: 0.6;
}
.gallery_list a:hover::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
          transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

@media (max-width: 992px) {
  .artwork_image {
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .artwork_image {
    margin-bottom: 2rem;
  }
}

.artwork_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .artwork_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.artwork_item .swiperArt {
  width: 40%;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .artwork_item .swiperArt {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.artwork_item .art_img {
  text-align: center;
  height: 600px;
}
@media (max-width: 1200px) {
  .artwork_item .art_img {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .artwork_item .art_img {
    height: 400px;
    width: 100%;
  }
}
.artwork_item .art_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.artwork_info {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
}
@media (max-width: 768px) {
  .artwork_info {
    width: 100%;
  }
}
.artwork_info p {
  text-align: justify;
}
@media (max-width: 1200px) {
  .artwork_info p {
    font-size: 14px;
  }
}
.artwork_info .detail {
  margin-top: auto;
  margin-left: auto;
  font-size: 13px;
}
@media (max-width: 1200px) {
  .artwork_info .detail {
    font-size: 12px;
  }
}

.swiperArtwork {
  margin-bottom: 5rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .swiperArtwork {
    margin-bottom: 4rem;
  }
}
@media (max-width: 575px) {
  .swiperArtwork {
    margin-bottom: 1rem;
  }
}

.swiperArtworkBtn {
  width: 100%;
  overflow: hidden;
}

.art_thumb {
  opacity: 0.5;
  -webkit-filter: grayscale(0.2);
          filter: grayscale(0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.art_thumb .image {
  margin-bottom: 0.5rem;
}
.art_thumb .image img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .art_thumb .image img {
    width: 80px;
    height: 80px;
  }
}
.art_thumb:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
@media (max-width: 768px) {
  .art_thumb p {
    font-size: 12px;
    text-align: center !important;
  }
}

.swiper-slide-thumb-active .art_thumb {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.intro {
  text-align: left;
}
.intro p {
  text-align: left;
}
@media (max-width: 575px) {
  .intro h2 {
    font-size: 1.5rem;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 15px;
}
@media (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

body {
  background: #242A20;
  color: #fff;
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Meiryo, Verdana, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.15em;
  overflow-x: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

h2 {
  font-size: 1.8rem;
  letter-spacing: 0.25rem;
  margin-bottom: 2rem;
}

p {
  margin-bottom: 2rem;
  letter-spacing: 0.15rem;
  line-height: 2;
  text-align: justify;
}

img,
iframe {
  max-width: 100%;
  vertical-align: bottom;
}

.btn {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 100%;
}
.btn:hover {
  background: #AD8F50;
  border-color: #AD8F50;
  color: #242A20;
  color: #fff;
}

.footer {
  border-top: 1px solid #AD8F50;
  border-bottom: 1px solid #AD8F50;
  padding: 80px 0 60px 0;
}
.footer img {
  width: 150px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .footer img {
    width: 120px;
  }
}
.footer h4 {
  font-size: 1rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}

.copyright {
  text-align: center;
  font-size: 12px;
  padding: 1rem;
}

.list_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_footer li {
  padding-bottom: 0.5rem;
  width: 50%;
}
.list_footer a {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.list_footer a:hover {
  color: #AD8F50;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.swiper-button-prev,
.swiper-button-next {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  opacity: 0;
}
@media (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 32px;
  }
}

.swiper-button-prev {
  background-image: url("../img/icon_l.svg");
}

.swiper-button-next {
  background-image: url("../img/icon_r.svg");
}

.banner {
  position: relative;
  font-family: "Noto Serif TC", serif;
  text-align: center;
  padding: 120px 0 40px 0;
  border-bottom: 1px solid #AD8F50;
  font-weight: 400;
}
@media (max-width: 575px) {
  .banner {
    padding: 80px 0 30px 0;
  }
}
.banner h1 {
  letter-spacing: 0.2em;
}
@media (max-width: 575px) {
  .banner h1 {
    font-size: 1.6rem;
  }
}

.banner_prograss {
  padding-bottom: 60px;
  margin-bottom: 3rem;
}

.bg_lighten {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.bg_lighten footer {
  background: #242A20;
}
@media (max-width: 992px) {
  .bg_lighten {
    background-attachment: scroll;
  }
}

main {
  padding: 120px 0;
  text-align: center;
}
@media (max-width: 992px) {
  main {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  main {
    padding: 40px 0 60px 0;
  }
}
main p {
  text-align: center;
}
@media (max-width: 575px) {
  main p {
    text-align: justify;
  }
  main p br {
    display: none;
  }
}

@media (max-width: 575px) {
  .container {
    padding: 0 1.5rem;
  }
}

.br_block br {
  display: block !important;
}