@charset "UTF-8";
p, h1, h2, h3, h4, h5, h6, a, span {
  font-family: "Noto Serif TC";
}

* {
  box-sizing: border-box;
}

.site-header {
  background-color: #fff;
  z-index: 100;
}
.site-header > div {
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}

.main-navigation {
  width: 100%;
  padding: 0;
}
.main-navigation .menu-main-container #menu-main {
  margin: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.main-navigation .menu-main-container #menu-main > li {
  position: relative;
  padding-bottom: 40px;
}
.main-navigation .menu-main-container #menu-main > li a {
  color: var(--Gray-01, #1a1a1a);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* headline/h4 */
  font-family: "Noto Serif TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  letter-spacing: 3px;
  text-decoration: none;
}
.main-navigation .menu-main-container #menu-main > li a:hover {
  color: #bb9f65;
}
.main-navigation .menu-main-container #menu-main > li ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 100;
  top: 100%;
  left: 50%;
  background: #fff;
  white-space: nowrap;
  min-width: 200px;
  border-top: 1px solid #bb9f65;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  display: none;
}
.main-navigation .menu-main-container #menu-main > li ul li a {
  padding: 16px 24px;
  display: block;
  width: 100%;
  text-align: center;
}
.main-navigation .menu-main-container #menu-main > li ul li a:hover {
  color: #bb9f65;
}
.main-navigation .menu-main-container #menu-main > li:hover ul {
  display: block;
}

.contact-work-us {
  margin-top: 30px;
  padding-bottom: 120px;
}
.contact-work-us > div {
  max-width: 996px;
  padding: 40px;
  margin: 0 auto;
  background: var(--Gray-06, #f0f0f0);
}
.contact-work-us > div form {
  padding: 0;
}
.contact-work-us > div form .line {
  border: 1px solid #d6cdc6;
  width: 24px;
  margin-top: 12px;
  margin-bottom: 40px;
}
.contact-work-us > div form h4 {
  color: var(--Gray-01, #1a1a1a);
  font-feature-settings: "liga" off, "clig" off;
  /* headline/h3 */
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
  letter-spacing: 3px;
  margin: 0;
}
.contact-work-us > div form .form-control:focus {
  border-color: rgb(187, 159, 101);
  box-shadow: 0 0 0 0.25rem rgba(187, 159, 101, 0.25);
}
.contact-work-us > div form .has-danger input, .contact-work-us > div form .has-danger select, .contact-work-us > div form .has-danger textarea {
  border-color: #dc3545;
}
.contact-work-us > div form label {
  color: var(--Primary-01, #49342c);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Serif TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 2px;
  padding-bottom: 16px;
  margin: 0;
}
.contact-work-us > div form label input, .contact-work-us > div form label select, .contact-work-us > div form label textarea {
  margin-top: 8px;
}
.contact-work-us > div form label input:placeholder, .contact-work-us > div form label select:placeholder, .contact-work-us > div form label textarea:placeholder {
  color: var(--Gray-03, #5c5c5c);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/Body */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 2px;
}
.contact-work-us > div form #upload-image-btn:hover {
  background: rgb(187, 159, 101);
}
.contact-work-us > div form #preview {
  gap: 24px;
}
.contact-work-us > div form #preview img {
  width: calc((100% - 48px) / 4);
}
.contact-work-us > div form #preview > div {
  position: relative;
}
.contact-work-us > div form #preview > div img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.contact-work-us > div form #preview > div button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #1a1a1a;
  border-radius: 50%;
  border: 0;
  color: #fff;
  padding: 0;
  width: 24px;
  height: 24px;
}
.contact-work-us > div form .contact-image button {
  background: var(--Gray-04, #8f8f8f);
  border-radius: 0;
  border: 0;
  float: right;
}
.contact-work-us > div form p.privacy-title span {
  color: var(--Gray-03, #5c5c5c);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/Body */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 2px;
  border-left: 1px solid #5c5c5c;
  padding-left: 8px;
  border-right: 1px solid #5c5c5c;
  padding-right: 8px;
}
.contact-work-us > div form p.text-danger {
  font-weight: 500;
}
.contact-work-us > div form p.privacy-content {
  color: var(--Gray-03, #5c5c5c);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/Body */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 2px;
}
.contact-work-us > div form button[type=submit] {
  margin: 40px 0;
  border-radius: 0;
  border: 1px solid #1a1a1a;
  color: var(--Gray-01, #1a1a1a);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/BTN */
  font-family: "Noto Serif TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  letter-spacing: 3px;
  background-color: transparent;
  padding: 12px;
}
.contact-work-us > div form button[type=submit]:hover {
  background: rgb(187, 159, 101);
  color: #fff;
  border: 1px solid rgb(187, 159, 101);
}

.upload-zone {
  cursor: pointer;
  border: 2px dashed #6c757d;
  transition: background-color 0.3s, border-color 0.3s;
}

.drag-over > .row {
  position: relative;
  background-color: #e9f5ff;
  border: 5px dashed #007bff;
}
.drag-over > .row::before {
  content: "拖曳圖片至此";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  color: #007bff;
}

.search-for-works {
  position: fixed;
  bottom: 0;
  width: 80px;
  height: 80px;
  z-index: 10;
  border-radius: 10px;
  border-radius: 80px;
  background: var(--Gray-01, #1a1a1a);
  right: 24px;
  bottom: 24px;
  cursor: pointer;
}
.search-for-works > div {
  width: 100%;
  height: 100%;
}
.search-for-works > div p {
  color: #fff;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Serif TC";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 15px */
  letter-spacing: 1px;
}

#preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

footer.site-footer {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #1a1a1a;
}
footer.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
footer.site-footer > div {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 8px;
  padding-top: 60px;
}
footer.site-footer > div nav .menu-footer-container > ul {
  display: flex;
  list-style: none;
  gap: 40px;
  justify-content: space-between;
}
footer.site-footer > div nav .menu-footer-container > ul * {
  color: var(--Gray-07, #fff);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Serif TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 24px */
  letter-spacing: 3px;
}
footer.site-footer > div nav .menu-footer-container > ul li {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
footer.site-footer > div nav .menu-footer-container > ul li > a {
  text-decoration: none;
  padding-bottom: 24px;
  display: block;
}
footer.site-footer > div nav .menu-footer-container > ul li ul {
  position: relative;
  padding: 0;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 12px;
}
footer.site-footer > div nav .menu-footer-container > ul li ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 1px;
  background-color: #bb9f65;
}
footer.site-footer > div nav .menu-footer-container > ul li ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 1px;
  text-decoration: none;
  padding: 0;
}
footer.site-footer > div .copyright-share {
  position: relative;
  z-index: 100;
  padding-top: 60px;
}
footer.site-footer > div .copyright-share * {
  color: var(--Gray-04, #8f8f8f);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/Small */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 1px;
  text-decoration: none;
}

.blog-breadcrumb {
  background-color: #f0f0f0;
}
.blog-breadcrumb .breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding: 24px 120px;
  margin: 0;
  color: var(--Gray-04, #8f8f8f);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/Small */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 1px;
}
.blog-breadcrumb .breadcrumb a {
  color: var(--Gray-04, #8f8f8f);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/Small */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 1px;
  text-decoration: none;
}
.blog-breadcrumb .breadcrumb a span {
  color: var(--Gray-04, #8f8f8f);
}
.blog-breadcrumb .breadcrumb span {
  color: var(--Primary-01, #49342c);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/Small */
  font-family: "Noto Serif TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 1px;
}

.main-navigation-mobile {
  width: 100%;
  background: #000;
  display: none;
  height: calc(100vh - 72px);
  overflow: auto;
}
.main-navigation-mobile ul.menu {
  list-style: none;
  padding: 24px 0;
}
.main-navigation-mobile ul.menu > li {
  position: relative;
  padding: 0 24px;
}
.main-navigation-mobile ul.menu > li button {
  position: absolute;
  right: 24px;
  top: 0;
  background: transparent;
  border: 0;
  color: var(--Gray-07, #fff);
  font-feature-settings: "liga" off, "clig" off;
  height: 68px;
  /* 內文/Small */
  font-family: "Noto Serif TC";
  font-size: 14px;
}
.main-navigation-mobile ul.menu > li a {
  color: var(--Gray-07, #fff);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Serif TC";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 3px;
  text-decoration: none;
  padding: 16px 0;
  display: block;
  text-align: left;
}
.main-navigation-mobile ul.menu > li .menu-item-svg {
  margin-right: 12px;
}
.main-navigation-mobile ul.menu > li .sub-menu {
  padding: 0;
  border-top: 1px solid #fff;
  display: none;
}
.main-navigation-mobile ul.menu > li .sub-menu li a {
  color: var(--Gray-07, #fff);
  font-feature-settings: "liga" off, "clig" off;
  /* 內文/Small */
  font-family: "Noto Serif TC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 1px;
}

.search-icon-wrapper {
  right: 0;
  top: 48px;
  cursor: pointer;
}
.search-icon-wrapper input {
  right: 0px;
}
.search-icon-wrapper form {
  position: absolute;
  top: 0;
  display: flex;
}
.search-icon-wrapper form input {
  color: var(--Gray-01, #1a1a1a);
  text-align: left;
  font-feature-settings: "liga" off, "clig" off;
  /* headline/h4 */
  font-family: "Noto Serif TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  letter-spacing: 3px;
  padding: 3px 16px;
  width: 200px;
  margin-right: 8px;
  transform: translateY(-3px);
}
.search-icon-wrapper form button {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.nav-icon-wrapper-mobile {
  display: none;
}

@media (max-width: 768px) {
  .blog-breadcrumb .breadcrumb {
    justify-content: flex-start;
    padding: 24px 0;
  }
  .site-header > div {
    padding: 0;
    gap: 0;
  }
  .site-header > div .site-logo {
    padding: 24px 0 24px 24px;
    width: 124px;
  }
  .site-header > div .site-logo img {
    width: 100%;
  }
  footer.site-footer > div nav .menu-footer-container > ul {
    flex-wrap: wrap;
    gap: 24px;
    padding: 0 24px;
  }
  footer.site-footer > div nav .menu-footer-container > ul > li {
    width: calc((100% - 24px) / 2);
  }
  footer.site-footer > div nav .menu-footer-container > ul li {
    padding-bottom: 12px;
  }
  footer.site-footer > div .copyright-share {
    padding: 0 24px 0 24px;
  }
  footer.site-footer > div .share-icons {
    margin-top: 24px;
  }
  .main-navigation {
    display: none;
  }
  .search-icon-wrapper {
    top: 24px;
    right: 72px;
  }
  .nav-icon-wrapper-mobile {
    display: block;
    position: absolute;
    right: 24px;
    top: 24px;
  }
  .contact-work-us > div form .contact-image button {
    margin-top: 30px;
  }
  .contact-work-us {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


/*# sourceMappingURL=main.css.map */
