@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC&family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arapey&display=swap");
@import url("all.css");
@import url("content.css");
@import url("contentbuilder.css");
@import url("main.min.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea {
  outline: none;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a {
  color: #666;
}

body, a {
  font-family: Arial, "Noto Sans TC", sans-serif;
  color: #313131;
  line-height: 1.5;
}

input, textarea, select {
  padding-left: 7px;
  font-size: 16px;
  font-family: Arial, "Noto Sans TC", sans-serif;
}

iframe, video {
  width: 100%;
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.flex, .row {
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.container-item {
  max-width: 1200px;
  margin: 0 auto;
}

.fancybox-title {
  position: relative;
  color: #fff;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  padding: 15px;
}

.homeTitles {
  font-size: 96px;
  color: #DBB477;
  margin-bottom: 30px;
  font-family: "Arapey", serif;
  position: relative;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .homeTitles {
    padding: 0 30px;
    line-height: 1.2;
  }
}
@media (max-width: 960px) {
  .homeTitles {
    max-width: 600px;
    margin: auto;
    padding: 0;
    font-size: 76px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .homeTitles {
    font-size: 50px;
    padding: 0;
    margin-bottom: 24px;
  }
}
.homeTitles span {
  font-family: "Noto Serif TC", serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 960px) {
  .homeTitles span {
    text-align: center;
    display: block;
  }
}
@media (max-width: 576px) {
  .homeTitles span {
    display: block;
    font-size: 20px;
  }
}

.homeTitle {
  text-align: center;
  font-family: "Arapey", serif;
  color: #DBB477;
  font-size: 96px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 960px) {
  .homeTitle {
    font-size: 76px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .homeTitle {
    font-size: 50px;
    margin-bottom: 24px;
  }
}
.homeTitle p {
  font-size: 24px;
  color: #000;
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
}
@media (max-width: 960px) {
  .homeTitle p {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .homeTitle p {
    display: block;
    font-size: 20px;
  }
}

.homeMore {
  padding: 36px 0;
}
@media (max-width: 576px) {
  .homeMore {
    padding: 15px 0;
  }
}
.homeMore button {
  border: none;
  background-color: transparent;
}
.homeMore a, .homeMore button {
  border: solid 1px #8F8F8E;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 168px;
  line-height: 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  color: #000;
}
@media (max-width: 576px) {
  .homeMore a, .homeMore button {
    max-width: 120px;
    line-height: 42px;
  }
}
.homeMore a span, .homeMore button span {
  position: relative;
  z-index: 6;
}
.homeMore a::after, .homeMore button::after {
  content: "";
  position: absolute;
  width: 100%;
  left: -100%;
  height: 100%;
  top: 0;
  background-color: #000;
  transition: 0.8s left;
}
.homeMore a:hover::after, .homeMore button:hover::after {
  left: 0;
  transition: 0.8s left;
}
.homeMore a:hover span, .homeMore button:hover span {
  color: #fff;
}

.links {
  position: fixed;
  right: 35px;
  top: 35%;
  max-width: 40px;
}
@media (max-width: 960px) {
  .links {
    display: none;
  }
}
.links a {
  display: block;
  margin: 12px 0;
  position: relative;
}
.links a svg {
  position: relative;
  z-index: 5;
}
.links a::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 24px;
  border-radius: 100%;
  background-color: #fff;
  top: 3px;
  left: 3px;
}
.links svg {
  position: relative;
  z-index: 5;
}

.item_container {
  max-width: 1400px;
  margin: 0 auto;
}

.wrap {
  padding: 80px 30px;
}
@media (max-width: 576px) {
  .wrap {
    padding: 30px;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  max-height: 100vh;
  overflow-y: auto;
}
header .menuBtn {
  display: none;
}
@media (max-width: 1440px) {
  header .menuBtn {
    display: block;
    position: fixed;
    width: 100%;
    top: 12px;
    right: 30px;
    width: 42px;
    height: 42px;
    z-index: 9999;
  }
}
@media (max-width: 576px) {
  header .menuBtn {
    top: 6px;
    right: 25px;
  }
}
header .menuBtn span {
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #000;
  top: 22px;
  left: 4px;
  opacity: 1;
  transition: 0.5s opacity, left 0.5s;
}
header .menuBtn::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #000;
  top: 8px;
  left: 4px;
}
@media (max-width: 576px) {
  header .menuBtn::before {
    top: 8px;
  }
}
header .menuBtn::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #000;
  top: 36px;
  left: 4px;
  transform: rotate(0deg);
  transition: transform 0.5s;
}
@media (max-width: 576px) {
  header .menuBtn::after {
    top: 34px;
  }
}
header .menuBtnToggle {
  border-radius: 100%;
}
@media (max-width: 960px) {
  header .menuBtnToggle {
    display: block;
    position: fixed;
    width: 100%;
    top: 12px;
    right: 36px;
    width: 42px;
    height: 42px;
    z-index: 9999;
  }
}
@media (max-width: 576px) {
  header .menuBtnToggle {
    top: 6px;
    right: 25px;
  }
}
header .menuBtnToggle span {
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #000;
  top: 22px;
  left: 4px;
  opacity: 1;
  transition: 0.5s opacity, left 0.5s;
}
header .menuBtnToggle::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #000;
  top: 8px;
  left: 4px;
}
@media (max-width: 576px) {
  header .menuBtnToggle::before {
    top: 8px;
  }
}
header .menuBtnToggle::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #000;
  top: 36px;
  left: 4px;
  transform: rotate(0deg);
  transition: transform 0.5s;
}
@media (max-width: 576px) {
  header .menuBtnToggle::after {
    top: 34px;
  }
}
header .menuBtnToggle::before {
  transform: rotate(45deg);
  top: 20px;
  transition: 0.3s transform, 0.3s top;
}
header .menuBtnToggle::after {
  transform: rotate(-45deg);
  top: 20px;
  transition: 0.3s transform, 0.3s top;
}
header .menuBtnToggle span {
  left: 80px;
  opacity: 0;
  transition: 0.3s left, 0.3s opacity;
}
header .content {
  padding: 30px 8%;
}
@media (max-width: 1680px) {
  header .content {
    padding: 30px;
  }
}
@media (max-width: 1440px) {
  header .content {
    padding-bottom: 0;
    padding: 15px 30px;
  }
}
header .content .row {
  align-items: center;
}
header .content .row .logo {
  flex: 0 0 132px;
}
@media (max-width: 1440px) {
  header .content .row .logo {
    flex: 0 0 50%;
    order: -2;
  }
}
header .content .row .logo img {
  max-width: 100%;
}
@media (max-width: 576px) {
  header .content .row .logo img {
    max-width: 100px;
  }
}
header .content .row menu {
  flex: 0 0 calc(100% - 332px);
  padding: 0 30px;
}
@media (max-width: 1440px) {
  header .content .row menu {
    display: none;
    height: 100vh;
    padding: 0;
    flex: 0 0 100%;
  }
}
header .content .row menu .xs_search {
  padding: 12px 0 0;
  position: relative;
  display: none;
}
@media (max-width: 576px) {
  header .content .row menu .xs_search {
    display: block;
  }
}
header .content .row menu .xs_search input {
  background-color: transparent;
  height: 38px;
  width: 100%;
  border: none;
  padding-right: 30px;
}
header .content .row menu .xs_search a {
  position: absolute;
  right: 10px;
  top: 20px;
}
header .content .row menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  header .content .row menu ul {
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  header .content .row menu ul {
    margin-top: 0;
  }
}
@media (max-width: 1440px) {
  header .content .row menu ul li {
    border-top: solid 1px #000;
    padding: 5px;
  }
}
header .content .row menu ul li a {
  padding: 12px 5px;
  color: #000;
}
@media (max-width: 1440px) {
  header .content .row menu ul li a {
    padding: 10px;
  }
}
@media (max-width: 1440px) {
  header .content .row menu ul li a {
    display: block;
    text-align: center;
    padding: 10px 5px;
  }
}
header .content .row menu ul li:hover a {
  font-weight: bold;
}
@media (max-width: 576px) {
  header .content .row menu ul .active {
    background-color: #000;
  }
}
header .content .row menu ul .active a {
  font-weight: bold;
}
@media (max-width: 576px) {
  header .content .row menu ul .active a {
    color: #fff;
  }
}
header .content .row .menu_icon {
  text-align: right;
  flex: 0 0 200px;
  max-width: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  header .content .row .menu_icon {
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: flex-end;
    padding-right: 60px;
    order: -1;
  }
}
@media (max-width: 960px) {
  header .content .row .menu_icon {
    padding-right: 60px;
  }
}
@media (max-width: 576px) {
  header .content .row .menu_icon {
    display: none;
  }
}
header .content .row .menu_icon .userIcon {
  background-color: #000;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 25px;
  text-align: center;
  position: relative;
  top: -3px;
}
header .content .row .menu_icon .userIcon a {
  color: #fff;
}
header .content .row .menu_icon .cartIcon {
  background-color: #000;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  position: relative;
  top: -3px;
  font-size: 14px;
}
header .content .row .menu_icon .cartIcon a {
  color: #fff;
}
header .content .row .menu_icon .cartIcon span {
  position: absolute;
  background-color: #000;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 100%;
  width: 24px;
  height: 22px;
  z-index: 9;
  top: -6px;
  right: -10px;
}
header .content .row .menu_icon .search_row {
  position: relative;
  padding-right: 15px;
}
header .content .row .menu_icon .search_row a {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 18px;
  display: inline-block;
  color: #000;
  margin: 0 6px;
  border-radius: 100%;
}
header .content .row .menu_icon .search_row a i {
  position: relative;
  z-index: 3;
}
header .content .row .menu_icon .search_row input {
  border: none;
  border-bottom: solid 1px #000;
  max-width: 200px;
  width: 100%;
  padding-right: 30px;
  padding-left: 0;
  background-color: transparent;
  border-radius: 0;
}

footer {
  color: #fff;
  padding: 50px 30px 20px;
  background-color: #AF988B;
}
@media (max-width: 576px) {
  footer {
    padding-bottom: 80px;
  }
}
footer a {
  color: #fff;
}
footer .content {
  max-width: 1520px;
  margin: 0 auto;
}
footer .content .row_none .logo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  footer .content .row_none .logo {
    justify-content: center;
  }
}
@media (max-width: 960px) {
  footer .content .row_none .logo figure {
    flex: 0 0 50%;
    text-align: left;
  }
}
@media (max-width: 576px) {
  footer .content .row_none .logo figure {
    text-align: center;
  }
}
footer .content .row_none .logo figure a {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-family: "DM Serif Display", serif;
}
@media (max-width: 1280px) {
  footer .content .row_none .logo .menu {
    width: 100%;
  }
}
@media (max-width: 960px) {
  footer .content .row_none .logo .menu {
    display: none;
  }
}
@media (max-width: 1440px) {
  footer .content .row_none .logo .menu ul {
    padding-top: 15px;
  }
}
@media (max-width: 1280px) {
  footer .content .row_none .logo .menu ul {
    justify-content: space-between;
  }
}
@media (max-width: 1280px) {
  footer .content .row_none .logo .menu ul li {
    padding: 15px 0;
  }
}
footer .content .row_none .logo .menu ul li a {
  padding: 0 15px;
}
@media (max-width: 1440px) {
  footer .content .row_none .logo .menu ul li a:first-child {
    padding-left: 0;
  }
}
@media (max-width: 1280px) {
  footer .content .row_none .logo .menu ul li:first-child {
    padding-left: 0;
  }
}
footer .content .row_none .logo .footerCommunity {
  display: none;
}
@media (max-width: 576px) {
  footer .content .row_none .logo .footerCommunity {
    display: block;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
  }
}
footer .content .row_none .logo .footerCommunity img {
  max-width: 33px;
}
footer .content .row_none .data {
  padding: 20px 0;
  margin: 20px 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  width: 100%;
}
footer .content .row_none .data .logos {
  display: none;
}
footer .content .row_none .data ul {
  display: flex;
  flex-wrap: wrap;
}
footer .content .row_none .data ul li {
  padding-right: 30px;
  flex: 0 0 25%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
@media (max-width: 1440px) {
  footer .content .row_none .data ul li {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 960px) {
  footer .content .row_none .data ul li {
    flex: 0 0 50%;
  }
}
@media (max-width: 576px) {
  footer .content .row_none .data ul li {
    flex: 0 0 100%;
  }
}
footer .content .row_none .data ul li a {
  flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
}
footer .content .row_none .data ul li span {
  flex: 0 0 90px;
  max-width: 90px;
}
footer .content .row_none .data ul li span b {
  display: inline-block;
  width: 33px;
}
@media (max-width: 1440px) {
  footer .content .row_none .data ul .addLi {
    flex: 0 0 100%;
  }
}
footer .content .row_none .data ol {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  footer .content .row_none .data ol {
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  footer .content .row_none .data ol li {
    padding-bottom: 10px;
  }
}
footer .content .row_none .data ol li a {
  padding-left: 12px;
}
@media (max-width: 576px) {
  footer .content .row_none .data ol li a {
    padding: 0px;
    padding-right: 25px;
  }
}
footer .content .row_none .data iframe {
  width: 360px;
  height: 200px;
  border-radius: 20px;
  background-color: #fff;
  padding: 10px;
}
@media (max-width: 576px) {
  footer .content .row_none .data iframe {
    display: none;
  }
}
footer .copyright {
  text-align: center;
  width: 100%;
  font-size: 13px;
  background-color: transparent !important;
}
@media (max-width: 576px) {
  footer .copyright {
    padding-bottom: 0px;
    line-height: 20px;
    font-size: 12px;
  }
}
footer .copyright .privacyRow a {
  padding: 0 10px;
  border-right: solid 1px #fff;
}
footer .copyright .privacyRow a:last-child {
  border: none;
}

.home_banner section {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 576px) {
  .home_banner section {
    background-position-x: 30%;
  }
}
.home_banner section img {
  width: 100%;
  aspect-ratio: 1920/920;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .home_banner section img {
    aspect-ratio: 960/1020;
  }
}
@media (max-width: 576px) {
  .home_banner section img {
    aspect-ratio: 500/800;
  }
}
.home_banner section .pcImg {
  display: block !important;
}
@media (max-width: 960px) {
  .home_banner section .pcImg {
    display: none !important;
  }
}
.home_banner section .smImg {
  display: none !important;
}
@media (max-width: 960px) {
  .home_banner section .smImg {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .home_banner section .smImg {
    display: none !important;
  }
}
.home_banner section .xsImg {
  display: none !important;
}
@media (max-width: 576px) {
  .home_banner section .xsImg {
    display: block !important;
  }
}
.home_banner section article {
  position: absolute;
  font-size: 10vw;
  line-height: 0.92;
  color: #fff;
  font-family: "Arapey", serif;
  text-align: right;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  top: 25%;
  right: 10%;
}
@media (max-width: 1024px) {
  .home_banner section article {
    top: 20%;
  }
}
@media (max-width: 576px) {
  .home_banner section article {
    top: 40%;
  }
}
.home_banner .slick-dots {
  position: absolute;
  left: 0%;
  top: 55%;
  padding-left: 5%;
  display: block;
}
.home_banner .slick-dots li {
  margin: 10px 0;
}
.home_banner .slick-dots .slick-active button {
  background-color: transparent;
}

.home_banner_mb {
  opacity: 0;
  z-index: -10;
  position: absolute;
}
@media (max-width: 576px) {
  .home_banner_mb {
    opacity: 1;
    z-index: 9;
    position: relative;
  }
}
.home_banner_mb section {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 576px) {
  .home_banner_mb section {
    background-position-x: 30%;
  }
}
.home_banner_mb section article {
  position: absolute;
  font-size: 230px;
  line-height: 180px;
  color: #fff;
  font-family: "Arapey", serif;
  text-align: right;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  top: 25%;
  right: 10%;
}
@media (max-width: 1440px) {
  .home_banner_mb section article {
    font-size: 160px;
    line-height: 140px;
  }
}
@media (max-width: 1024px) {
  .home_banner_mb section article {
    font-size: 120px;
    line-height: 100px;
    top: 40%;
  }
}
@media (max-width: 1024px) {
  .home_banner_mb section article {
    font-size: 60px;
    line-height: 50px;
    top: 40%;
  }
}
.home_banner_mb .slick-dots {
  position: absolute;
  left: 5%;
  top: 55%;
}
.home_banner_mb .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  font-size: 0;
  border: none;
  border: solid 1px #fff;
  background-color: transparent;
  margin: 5px 0;
  cursor: pointer;
}
.home_banner_mb .slick-dots .slick-active button {
  background-color: #fff;
}

.homeProduct {
  padding: 120px 30px 60px;
}
@media (max-width: 960px) {
  .homeProduct {
    padding: 30px;
    max-width: 600px;
    margin: auto;
  }
}
@media (max-width: 576px) {
  .homeProduct {
    padding-bottom: 0;
    padding: 30px 30px 0;
  }
}
.homeProduct .homeProductTitle {
  font-family: "Arapey", serif;
  font-size: 96px;
  line-height: 56px;
  text-align: center;
  color: #DBB477;
  margin-bottom: 60px;
  font-weight: 500;
}
@media (max-width: 960px) {
  .homeProduct .homeProductTitle {
    font-size: 66px;
    line-height: 61px;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .homeProduct .homeProductTitle {
    font-size: 50px;
    line-height: 36px;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
}
.homeProduct .homeProductTitle p {
  font-size: 24px;
  padding: 3px 0;
  font-family: "Noto Serif TC", serif;
  color: #000;
  font-weight: 600;
}
@media (max-width: 960px) {
  .homeProduct .homeProductTitle p {
    line-height: 1;
  }
}
.homeProduct .rowMargin {
  max-width: 1440px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .homeProduct .rowMargin {
    margin: 0;
  }
}
.homeProduct .rowMargin .rowCol {
  padding: 0 15px;
  flex: 0 0 33.3333333333%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .homeProduct .rowMargin .rowCol {
    flex: 0 0 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .homeProduct .rowMargin .rowCol {
    flex: 0 0 50%;
    margin-bottom: 38px;
    padding: 0 10px;
  }
}
.homeProduct .rowMargin .rowCol .title {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 500;
  color: #DBB477;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .homeProduct .rowMargin .rowCol .title {
    padding: 4px 0;
  }
}
.homeProduct .rowMargin .rowCol figure {
  padding-bottom: 12px;
}
.homeProduct .rowMargin .rowCol figure img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
@media (max-width: 960px) {
  .homeProduct .homeProductSlick {
    margin: 0 -15px;
  }
}
.homeProduct .homeProductSlick .slide-arrow {
  background-color: transparent;
  border: none;
  position: absolute;
  z-index: 3;
  top: 45%;
}
.homeProduct .homeProductSlick .prev {
  left: -30px;
}
@media (max-width: 576px) {
  .homeProduct .homeProductSlick .prev img {
    max-width: 42px;
  }
}
.homeProduct .homeProductSlick .next {
  right: -30px;
}
@media (max-width: 576px) {
  .homeProduct .homeProductSlick .next img {
    max-width: 42px;
  }
}

.homeNews {
  padding: 100px 0;
}
@media (max-width: 960px) {
  .homeNews {
    padding: 30px;
    max-width: 600px;
    margin: auto;
  }
}
@media (max-width: 576px) {
  .homeNews {
    padding: 30px 30px;
  }
}
.homeNews .newsHomeTitleSm {
  display: none;
}
@media (max-width: 960px) {
  .homeNews .newsHomeTitleSm {
    display: block;
  }
}
@media (max-width: 576px) {
  .homeNews .newsHomeTitleSm {
    margin-bottom: 24px;
  }
}
@media (max-width: 960px) {
  .homeNews .newsHomeTitleSm section {
    font-size: 65px;
    color: #DBB477;
    font-family: "Arapey", serif;
    line-height: 61px;
    position: relative;
    text-align: center;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  .homeNews .newsHomeTitleSm section {
    font-size: 50px;
    line-height: 1.2;
  }
}
.homeNews .newsHomeTitleSm p {
  font-family: "Noto Serif TC", serif;
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .homeNews .newsHomeTitleSm p {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .homeNews .newsHomeTitleSm p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
  }
}
.homeNews .row {
  position: relative;
}
.homeNews .row .news_slick_nav {
  flex: 0 0 34%;
  max-width: 34%;
  padding-left: 12%;
  padding-right: 50px;
}
@media (max-width: 1280px) {
  .homeNews .row .news_slick_nav {
    padding-left: 3%;
  }
}
@media (max-width: 960px) {
  .homeNews .row .news_slick_nav {
    padding: 0px;
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }
}
@media (max-width: 576px) {
  .homeNews .row .news_slick_nav {
    padding: 0px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .homeNews .row .news_slick_nav .slick-dots {
    bottom: 188px;
  }
}
@media (max-width: 576px) {
  .homeNews .row .news_slick_nav .slick-dots {
    bottom: 150px;
  }
}
@media (max-width: 576px) {
  .homeNews .row .news_slick_nav .article {
    padding-top: 0px;
  }
}
.homeNews .row .news_slick_nav .article .newsHomeTitle {
  font-size: 96px;
  color: #000;
  border-bottom: solid 2px #000;
  font-family: "Arapey", serif;
  line-height: 61px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}
@media (max-width: 960px) {
  .homeNews .row .news_slick_nav .article .newsHomeTitle {
    font-size: 65px;
    display: none;
  }
}
@media (max-width: 576px) {
  .homeNews .row .news_slick_nav .article .newsHomeTitle {
    font-size: 50px;
    line-height: 32px;
  }
}
.homeNews .row .news_slick_nav .article .newsHomeTitle a {
  display: none;
}
.homeNews .row .news_slick_nav .article .zh-tw {
  font-family: "Noto Serif TC", serif;
  font-size: 24px;
  color: rgb(141, 116, 101);
  font-weight: 600;
}
@media (max-width: 960px) {
  .homeNews .row .news_slick_nav .article .zh-tw {
    margin-bottom: 18px;
    display: none;
  }
}
@media (max-width: 576px) {
  .homeNews .row .news_slick_nav .article .zh-tw {
    margin-bottom: 10px;
  }
}
.homeNews .row .news_slick_nav .article .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #8F8F8E;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
}
@media (max-width: 576px) {
  .homeNews .row .news_slick_nav .article .date {
    padding: 4px 0;
  }
}
.homeNews .row .news_slick_nav .article .title {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 500;
  color: #DBB477;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .homeNews .row .news_slick_nav .article .title {
    padding: 4px 0;
  }
}
@media (max-width: 960px) {
  .homeNews .row .news_slick_nav .article .title {
    padding-top: 0;
  }
}
.homeNews .row .news_slick_nav .article p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .homeNews .row .news_slick_nav .article p {
    margin-bottom: 48px;
  }
}
.homeNews .row .news_slick_nav .article .homeMore a {
  margin: 0;
}
@media (max-width: 960px) {
  .homeNews .row .news_slick_nav .article .homeMore a {
    margin: auto;
  }
}
.homeNews .row .news_slick_for {
  flex: 0 0 66%;
  max-width: 66%;
  padding-left: 50px;
  padding-top: 60px;
}
@media (max-width: 960px) {
  .homeNews .row .news_slick_for {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .homeNews .row .news_slick_for {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0px;
    padding-top: 0;
    position: initial;
    order: -2;
  }
}
.homeNews .row .news_slick_for .slick-track {
  display: flex;
  align-items: center;
}
.homeNews .row .news_slick_for .slick-slide {
  padding: 0 15px;
}
@media (max-width: 960px) {
  .homeNews .row .news_slick_for .slick-slide {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .homeNews .row .news_slick_for .slick-slide {
    padding-bottom: 10px;
  }
}
.homeNews .row .news_slick_for .slick-slide img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
@media (max-width: 960px) {
  .homeNews .row .news_slick_for .slick-current {
    padding-top: 0px;
  }
}
@media (max-width: 576px) {
  .homeNews .row .news_slick_for .slick-current {
    padding-top: 0px;
  }
}
.homeNews .row .news_slick_for .slick-current img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.homeNews .row .news_slick_for .prev-arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  z-index: 9;
  right: 16%;
  top: 0;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .homeNews .row .news_slick_for .prev-arrow {
    right: 20%;
  }
}
@media (max-width: 960px) {
  .homeNews .row .news_slick_for .prev-arrow {
    top: -36px;
    right: 20%;
  }
}
@media (max-width: 576px) {
  .homeNews .row .news_slick_for .prev-arrow img {
    max-width: 45px;
  }
}
.homeNews .row .news_slick_for .next-arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  z-index: 9;
  right: 8%;
  top: 0;
  cursor: pointer;
}
@media (max-width: 960px) {
  .homeNews .row .news_slick_for .next-arrow {
    top: -36px;
    right: 0%;
  }
}
@media (max-width: 576px) {
  .homeNews .row .news_slick_for .next-arrow img {
    max-width: 45px;
  }
}
@media (max-width: 960px) {
  .homeNews .row .news_slick_nav {
    padding-bottom: 50px;
  }
}
.homeNews .row .news_slick_nav .next-arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  z-index: 9;
  right: -30px;
  top: -100px;
}
@media (max-width: 576px) {
  .homeNews .row .news_slick_nav .next-arrow img {
    max-width: 45px;
  }
}
.homeNews .row .news_slick_nav .prev-arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  z-index: 9;
  left: -30px;
  top: -100px;
  padding: 30px 0;
}
@media (max-width: 576px) {
  .homeNews .row .news_slick_nav .prev-arrow img {
    max-width: 45px;
  }
}

.homeBlock {
  background-color: rgb(255, 251, 249);
  padding: 100px 30px;
}
@media (max-width: 1024px) {
  .homeBlock {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .homeBlock {
    padding: 30px;
  }
}
.homeBlock .row {
  margin: 0 -15px;
}
@media (max-width: 960px) {
  .homeBlock .row {
    max-width: 600px;
    margin: auto;
    padding: 0 24px;
  }
}
@media (max-width: 576px) {
  .homeBlock .row {
    padding: 0;
  }
}
.homeBlock .row .homeBlockCol {
  padding: 15px;
  position: relative;
  flex: 0 0 33.33%;
}
@media (max-width: 960px) {
  .homeBlock .row .homeBlockCol {
    padding: 5px;
  }
}
@media (max-width: 576px) {
  .homeBlock .row .homeBlockCol {
    flex: 0 0 100%;
  }
}
.homeBlock .row .homeBlockCol figure {
  position: relative;
}
.homeBlock .row .homeBlockCol figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.homeBlock .row .homeBlockCol figure img {
  aspect-ratio: 6/4;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}
.homeBlock .row .homeBlockCol .mask {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 3.5vw;
  font-family: "Arapey", serif;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  line-height: 40px;
}
@media (max-width: 960px) {
  .homeBlock .row .homeBlockCol .mask {
    font-size: 34px;
    line-height: 30px;
  }
}
.homeBlock .row .homeBlockCol .mask p {
  text-align: center;
  text-transform: uppercase;
}
.homeBlock .row .homeBlockCol .mask p span {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 960px) {
  .homeBlock .row .homeBlockCol .mask p span {
    font-size: 20px;
  }
}
.homeBlock .row .homeBlockCol:hover figure::after {
  background-color: transparent;
}
.homeBlock .row .homeBlockCol:nth-child(1) {
  flex: 0 0 66.67%;
}
@media (max-width: 576px) {
  .homeBlock .row .homeBlockCol:nth-child(1) {
    flex: 0 0 100%;
  }
}
.homeBlock .row .homeBlockCol:nth-child(1) figure img {
  aspect-ratio: 16/5.15;
}
@media (max-width: 576px) {
  .homeBlock .row .homeBlockCol:nth-child(1) figure img {
    aspect-ratio: 6/4;
  }
}

.homeAbout {
  padding: 50px 0;
}
@media (max-width: 1680px) {
  .homeAbout {
    padding-top: 60px;
  }
}
@media (max-width: 1440px) {
  .homeAbout {
    padding: 60px 30px;
  }
}
@media (max-width: 960px) {
  .homeAbout {
    padding: 60px 30px;
    max-width: 600px;
    margin: auto;
  }
}
.homeAbout .container .row {
  margin: 0 -15px;
}
@media (max-width: 1440px) {
  .homeAbout .container .row {
    margin: 0;
  }
}
@media (max-width: 960px) {
  .homeAbout .container .row {
    max-width: 600px;
    margin: auto;
  }
}
.homeAbout .container .row .col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
@media (max-width: 1280px) {
  .homeAbout .container .row .col {
    padding: 0 30px;
  }
}
@media (max-width: 960px) {
  .homeAbout .container .row .col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .homeAbout .container .row .col:nth-child(2) {
    order: -2;
    padding-bottom: 12px;
  }
}

.homeSale {
  background-color: #fffbf9;
  padding: 50px 0;
}
@media (max-width: 576px) {
  .homeSale {
    padding: 30px 0;
  }
}
.homeSale .homeSaleTitle {
  font-size: 60px;
  color: #DBB477;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .homeSale .homeSaleTitle {
    font-size: 33px;
  }
}
.homeSale .homeSaleTitle p {
  font-weight: 600;
  color: #000;
  font-size: 28px;
}
@media (max-width: 576px) {
  .homeSale .homeSaleTitle p {
    font-size: 20px;
  }
}
.homeSale .saleSlick {
  margin: auto;
  margin-top: 60px;
  max-width: 1600px;
}
.homeSale .saleSlick section {
  text-align: center;
}
.homeSale .saleSlick section img {
  margin: auto;
  aspect-ratio: 120/120;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 120px;
  display: block;
}
.homeSale .saleSlick section p {
  color: #313131;
  padding-top: 15px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .homeSale .saleSlick section p {
    padding-top: 15px;
    font-size: 16px;
  }
}
.homeSale .saleSlick .next-arrow {
  position: absolute;
  right: 15px;
  top: 18%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 30px 0;
}
.homeSale .saleSlick .next-arrow img {
  max-width: 45px;
}
.homeSale .saleSlick .prev-arrow {
  position: absolute;
  left: 15px;
  top: 18%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 30px 0;
  z-index: 6;
}
.homeSale .saleSlick .prev-arrow img {
  max-width: 45px;
}

.homeDownload {
  background: #fbf6f3;
  padding: 100px 30px;
}
@media (max-width: 576px) {
  .homeDownload {
    padding: 30px 30px;
  }
}
.homeDownload .homeMore {
  padding-bottom: 0;
}
.homeDownload .row {
  padding-bottom: 50px;
}
@media (max-width: 1280px) {
  .homeDownload .row {
    padding: 0 30px 30px 30px;
  }
}
@media (max-width: 960px) {
  .homeDownload .row {
    padding: 0 0px 50px;
    max-width: 600px;
    margin: auto;
  }
}
@media (max-width: 576px) {
  .homeDownload .row {
    padding: 0 0px 20px 0px;
  }
}
.homeDownload .row .slide-arrow {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 80px;
  z-index: 3;
}
@media (max-width: 576px) {
  .homeDownload .row .slide-arrow {
    top: 120px;
  }
}
.homeDownload .row .prev {
  left: -30px;
}
@media (max-width: 576px) {
  .homeDownload .row .prev img {
    max-width: 42px;
  }
}
.homeDownload .row .next {
  right: -30px;
}
@media (max-width: 576px) {
  .homeDownload .row .next img {
    max-width: 42px;
  }
}
.homeDownload .row .downloadCol {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media (max-width: 1024px) {
  .homeDownload .row .downloadCol {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 960px) {
  .homeDownload .row .downloadCol {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .homeDownload .row .downloadCol {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.homeDownload .row .downloadCol .row figure {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 576px) {
  .homeDownload .row .downloadCol .row figure {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 10px;
  }
}
.homeDownload .row .downloadCol .row figure img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}
.homeDownload .row .downloadCol .row article {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 30px;
}
@media (max-width: 960px) {
  .homeDownload .row .downloadCol .row article {
    padding-left: 15px;
  }
}
@media (max-width: 576px) {
  .homeDownload .row .downloadCol .row article {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }
}
.homeDownload .row .downloadCol .row article .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #8F8F8E;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .homeDownload .row .downloadCol .row article .date {
    padding: 4px 0;
  }
}
.homeDownload .row .downloadCol .row article .title {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 500;
  color: #DBB477;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .homeDownload .row .downloadCol .row article .title {
    padding: 4px 0;
  }
}
.homeDownload .row .downloadCol .row article .downloadBtn {
  padding-top: 30px;
}
@media (max-width: 576px) {
  .homeDownload .row .downloadCol .row article .downloadBtn {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .homeDownload .row .downloadCol:last-child {
    display: none;
  }
}
@media (max-width: 960px) {
  .homeDownload .row .downloadCol:last-child {
    display: block;
  }
}

.homeQa {
  padding: 100px 30px;
}
.homeQa .homeMoreXs {
  display: none;
}
@media (max-width: 960px) {
  .homeQa .homeMoreXs {
    display: block;
  }
}
.homeQa .container {
  position: relative;
}
.homeQa .container .homeMore {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 960px) {
  .homeQa .container .homeMore {
    display: none;
  }
}
.homeQa .container .homeMore a {
  width: 168px;
}
.homeQa .container .homeMore a span {
  display: block;
  width: 100%;
}
@media (max-width: 960px) {
  .homeQa {
    padding: 30px;
    padding-top: 10%;
  }
}
@media (max-width: 576px) {
  .homeQa {
    padding-top: 30px;
  }
}
.homeQa .qaRow {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  padding: 50px 0;
  border-top: solid 1px #d8d8d8;
}
@media (max-width: 1280px) {
  .homeQa .qaRow {
    padding: 30px;
  }
}
@media (max-width: 960px) {
  .homeQa .qaRow {
    margin: auto;
    margin-top: -1px;
    max-width: 600px;
  }
}
@media (max-width: 576px) {
  .homeQa .qaRow {
    padding: 30px 0;
  }
}
.homeQa .qaRow .icon {
  padding: 0 15px;
  flex: 0 0 60px;
  max-width: 60px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.homeQa .qaRow .qCol {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 0 15px;
  font-size: 20px;
  color: #000;
  text-align: justify;
}
@media (max-width: 960px) {
  .homeQa .qaRow .qCol {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding: 0;
    padding-bottom: 8px;
  }
}
.homeQa .qaRow .aCol {
  flex: 0 0 calc(65% - 60px);
  max-width: calc(65% - 60px);
  padding-left: 60px;
  text-align: justify;
}
@media (max-width: 960px) {
  .homeQa .qaRow .aCol {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.homeQa .qaRow:last-child {
  border-bottom: solid 1px #d8d8d8;
}

.homeBlog {
  background: rgb(255, 252, 251);
  padding: 100px 30px;
}
@media (max-width: 576px) {
  .homeBlog {
    padding: 30px 30px;
  }
}
.homeBlog .mores {
  text-align: center;
  padding: 80px 0 30px;
  display: none;
}
@media (max-width: 576px) {
  .homeBlog .mores {
    display: block;
    padding: 60px 0 30px;
  }
}
.homeBlog .mores a {
  padding: 10px 20px;
  border: solid 1px #ccc;
}
.homeBlog .container .blogSlick {
  padding: 0 30px;
}
@media (max-width: 960px) {
  .homeBlog .container .blogSlick {
    max-width: 600px;
    margin: auto;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .homeBlog .container .blogSlick {
    padding: 0;
    padding-bottom: 48px;
  }
}
.homeBlog .container .blogSlick a {
  padding: 15px;
  position: relative;
  z-index: 8;
}
@media (max-width: 960px) {
  .homeBlog .container .blogSlick a {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .homeBlog .container .blogSlick a {
    padding: 0;
  }
}
.homeBlog .container .blogSlick a figure {
  padding-bottom: 12px;
}
.homeBlog .container .blogSlick a figure img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}
.homeBlog .container .blogSlick a .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #8F8F8E;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .homeBlog .container .blogSlick a .date {
    padding: 4px 0;
  }
}
.homeBlog .container .blogSlick a .title {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 500;
  color: #DBB477;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .homeBlog .container .blogSlick a .title {
    padding: 4px 0;
  }
}
.homeBlog .container .blogSlick a p {
  color: #313131;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homeBlog .container .blogSlick .prev-arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  z-index: 1;
  left: 0px;
  top: 120px;
  cursor: pointer;
  padding: 30px 0;
}
@media (max-width: 576px) {
  .homeBlog .container .blogSlick .prev-arrow {
    top: 30%;
    left: -30px;
  }
}
@media (max-width: 576px) {
  .homeBlog .container .blogSlick .prev-arrow img {
    max-width: 42px;
  }
}
.homeBlog .container .blogSlick .next-arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  z-index: 1;
  right: 0px;
  top: 120px;
  cursor: pointer;
  padding: 30px 0;
}
@media (max-width: 576px) {
  .homeBlog .container .blogSlick .next-arrow {
    top: 30%;
    right: -30px;
  }
}
@media (max-width: 576px) {
  .homeBlog .container .blogSlick .next-arrow img {
    max-width: 42px;
  }
}

.headerToggle {
  background-color: rgba(255, 251, 249, 0.85);
}

.headerOpen {
  background-color: #fff;
  height: 100vh;
}

.home_download .slick-dots, .home_qa .slick-dots, .home_blog .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home_download .slick-dots li, .home_qa .slick-dots li, .home_blog .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border: solid 1px #000;
  border-radius: 100%;
}
.home_download .slick-dots li button, .home_qa .slick-dots li button, .home_blog .slick-dots li button {
  border: none;
  background-color: transparent;
  font-size: 0;
}

.xs_fixed {
  display: none;
}
@media (max-width: 576px) {
  .xs_fixed {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    padding: 12px 0;
  }
}
.xs_fixed div {
  flex: 0 0 25%;
  text-align: center;
  border-left: solid 1px #fff;
  position: relative;
}
.xs_fixed div i {
  font-size: 20px;
}
.xs_fixed div p {
  font-size: 14px;
  color: #fff;
}
.xs_fixed div a {
  color: #fff;
}
.xs_fixed div span {
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 14px;
  background-color: #fff;
  color: #000;
  border-radius: 100%;
  top: -8px;
  right: 5px;
  text-align: center;
  padding-right: 3px;
}
.xs_fixed div:first-child {
  border: none;
}

.homeVideo {
  background-color: rgb(251, 246, 243);
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  .homeVideo {
    padding: 30px;
  }
}
.homeVideo .container .videoSlick {
  margin: 0 -15px 0px;
}
@media (max-width: 1440px) {
  .homeVideo .container .videoSlick {
    padding: 0 100px;
  }
}
@media (max-width: 960px) {
  .homeVideo .container .videoSlick {
    max-width: 600px;
    margin: auto;
    padding: 0 30px 50px;
  }
}
@media (max-width: 576px) {
  .homeVideo .container .videoSlick {
    padding: 0 0px;
    padding-bottom: 48px;
  }
}
.homeVideo .container .videoSlick section {
  padding: 15px;
}
@media (max-width: 960px) {
  .homeVideo .container .videoSlick section {
    padding: 0px;
  }
}
.homeVideo .container .videoSlick section iframe {
  width: 100%;
  height: 280px;
  display: block;
  padding-bottom: 12px;
}
@media (max-width: 1280px) {
  .homeVideo .container .videoSlick section iframe {
    height: 200px;
  }
}
@media (max-width: 960px) {
  .homeVideo .container .videoSlick section iframe {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .homeVideo .container .videoSlick section iframe {
    height: 350px;
  }
}
@media (max-width: 576px) {
  .homeVideo .container .videoSlick section iframe {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .homeVideo .container .videoSlick section iframe {
    height: 250px;
  }
}
.homeVideo .container .videoSlick section article {
  padding-top: 0px;
  color: rgb(143, 143, 142);
}
.homeVideo .container .videoSlick section article .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #8F8F8E;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .homeVideo .container .videoSlick section article .date {
    padding: 4px 0;
  }
}
.homeVideo .container .videoSlick section article .title {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 500;
  color: #DBB477;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .homeVideo .container .videoSlick section article .title {
    padding: 4px 0;
  }
}
.homeVideo .container .videoSlick section article p {
  color: #313131;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homeVideo .container .videoSlick .prev-arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  z-index: 9;
  left: -80px;
  top: 150px;
  cursor: pointer;
  padding: 30px 0;
}
@media (max-width: 1680px) {
  .homeVideo .container .videoSlick .prev-arrow {
    left: -30px;
  }
}
@media (max-width: 1440px) {
  .homeVideo .container .videoSlick .prev-arrow {
    left: 0px;
  }
}
@media (max-width: 1280px) {
  .homeVideo .container .videoSlick .prev-arrow {
    left: 30px;
  }
}
@media (max-width: 960px) {
  .homeVideo .container .videoSlick .prev-arrow {
    left: 0px;
  }
}
@media (max-width: 576px) {
  .homeVideo .container .videoSlick .prev-arrow {
    top: 35%;
    left: -30px;
  }
}
@media (max-width: 576px) {
  .homeVideo .container .videoSlick .prev-arrow img {
    max-width: 45px;
  }
}
.homeVideo .container .videoSlick .next-arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  z-index: 9;
  right: -80px;
  top: 150px;
  cursor: pointer;
  padding: 30px 0;
}
@media (max-width: 1680px) {
  .homeVideo .container .videoSlick .next-arrow {
    right: -30px;
  }
}
@media (max-width: 1440px) {
  .homeVideo .container .videoSlick .next-arrow {
    right: 0px;
  }
}
@media (max-width: 1280px) {
  .homeVideo .container .videoSlick .next-arrow {
    right: 30px;
  }
}
@media (max-width: 960px) {
  .homeVideo .container .videoSlick .next-arrow {
    right: 0px;
  }
}
@media (max-width: 576px) {
  .homeVideo .container .videoSlick .next-arrow {
    top: 35%;
    right: -30px;
  }
}
@media (max-width: 576px) {
  .homeVideo .container .videoSlick .next-arrow img {
    max-width: 45px;
  }
}

.homeAlbum {
  padding: 50px 0;
}
@media (max-width: 576px) {
  .homeAlbum .homeTitle {
    padding: 0 30px;
  }
}
.homeAlbum .albumSlick {
  padding: 0 30px;
}
@media (max-width: 1440px) {
  .homeAlbum .albumSlick {
    padding: 0 100px;
  }
}
@media (max-width: 960px) {
  .homeAlbum .albumSlick {
    max-width: 600px;
    margin: auto;
    padding: 0 30px 50px;
  }
}
@media (max-width: 576px) {
  .homeAlbum .albumSlick {
    padding: 0 30px 48px;
  }
}
.homeAlbum .albumSlick section {
  padding: 30px;
  padding-bottom: 0;
}
@media (max-width: 960px) {
  .homeAlbum .albumSlick section {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .homeAlbum .albumSlick section {
    padding-top: 0px;
  }
}
.homeAlbum .albumSlick section figure {
  position: relative;
  cursor: pointer;
  padding-bottom: 12px;
}
.homeAlbum .albumSlick section figure img {
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeAlbum .albumSlick section article .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #8F8F8E;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .homeAlbum .albumSlick section article .date {
    padding: 4px 0;
  }
}
.homeAlbum .albumSlick section article .title {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 500;
  color: #DBB477;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .homeAlbum .albumSlick section article .title {
    padding: 4px 0;
  }
}
.homeAlbum .albumSlick .prev-arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  z-index: 9;
  left: -60px;
  top: 50%;
  cursor: pointer;
  padding: 30px 0;
}
@media (max-width: 1680px) {
  .homeAlbum .albumSlick .prev-arrow {
    left: -30px;
  }
}
@media (max-width: 1440px) {
  .homeAlbum .albumSlick .prev-arrow {
    left: 0px;
  }
}
@media (max-width: 1280px) {
  .homeAlbum .albumSlick .prev-arrow {
    left: 30px;
  }
}
@media (max-width: 960px) {
  .homeAlbum .albumSlick .prev-arrow {
    left: 0px;
  }
}
@media (max-width: 576px) {
  .homeAlbum .albumSlick .prev-arrow {
    top: 35%;
    left: -30px;
  }
}
@media (max-width: 576px) {
  .homeAlbum .albumSlick .prev-arrow img {
    max-width: 42px;
  }
}
.homeAlbum .albumSlick .next-arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  z-index: 9;
  right: -60px;
  top: 50%;
  cursor: pointer;
  padding: 30px 0;
}
@media (max-width: 1680px) {
  .homeAlbum .albumSlick .next-arrow {
    right: -30px;
  }
}
@media (max-width: 1440px) {
  .homeAlbum .albumSlick .next-arrow {
    right: 0px;
  }
}
@media (max-width: 1280px) {
  .homeAlbum .albumSlick .next-arrow {
    right: 30px;
  }
}
@media (max-width: 960px) {
  .homeAlbum .albumSlick .next-arrow {
    right: 0px;
  }
}
@media (max-width: 576px) {
  .homeAlbum .albumSlick .next-arrow {
    top: 35%;
    right: -30px;
  }
}
@media (max-width: 576px) {
  .homeAlbum .albumSlick .next-arrow img {
    max-width: 42px;
  }
}

.community {
  position: fixed;
  bottom: 10%;
  right: 30px;
  text-align: center;
  z-index: 101;
}
@media (max-width: 1280px) {
  .community {
    right: 15px;
  }
}
@media (max-width: 576px) {
  .community {
    display: none;
  }
}
.community a {
  display: block;
  padding: 2.5px 0;
}
.community .goTop {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 38px;
  border-radius: 100%;
  cursor: pointer;
}
@media (max-width: 576px) {
  .community .goTop {
    bottom: 15%;
    right: 15px;
  }
}
.community img {
  max-width: 33px;
}

.slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  bottom: 10px;
  justify-content: center;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 100%;
  margin: 0 5px;
  border: solid 1px #000;
}
.slick-dots li button {
  border: none;
  background-color: transparent;
  font-size: 0;
}
.slick-dots .slick-active {
  background-color: black;
}

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
}
.banner .top {
  position: absolute;
  top: 70%;
  left: 8%;
  cursor: pointer;
}
.banner article {
  padding-left: 7%;
  padding-top: 15%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .banner article {
    padding: 20% 0 0 30px;
  }
}
@media (max-width: 960px) {
  .banner article {
    padding: 38% 0 0 30px;
  }
}
@media (max-width: 576px) {
  .banner article {
    padding: 75% 0 0 30px;
  }
}
.banner article .bannerEnArt {
  font-family: "Arapey", serif;
  font-size: 160px;
  line-height: 160px;
  color: #DBB477;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .banner article .bannerEnArt {
    font-size: 96px;
    line-height: 96px;
  }
}
@media (max-width: 576px) {
  .banner article .bannerEnArt {
    font-size: 64px;
    line-height: 64px;
  }
}
.banner article .bannerChArt {
  font-family: "Noto Serif TC", serif;
  font-size: 36px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .banner article .bannerChArt {
    font-size: 44px;
  }
}
@media (max-width: 576px) {
  .banner article .bannerChArt {
    font-size: 32px;
  }
}
.banner .pcImg {
  display: block;
}
@media (max-width: 960px) {
  .banner .pcImg {
    display: none;
  }
}
.banner .smImg {
  display: none;
}
@media (max-width: 960px) {
  .banner .smImg {
    display: block;
  }
}
@media (max-width: 576px) {
  .banner .smImg {
    display: none;
  }
}
.banner .xsImg {
  display: none;
}
@media (max-width: 576px) {
  .banner .xsImg {
    display: block;
  }
}
.banner img {
  aspect-ratio: 1920/730;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .banner img {
    aspect-ratio: 960/1020;
  }
}
@media (max-width: 576px) {
  .banner img {
    aspect-ratio: 500/800;
  }
}

.page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 60px 0;
  align-items: center;
  flex: 0 0 100%;
  width: 100%;
}
.page a,
.page span {
  display: inline-block;
  margin: 0 20px;
}
@media (max-width: 576px) {
  .page a,
  .page span {
    margin: 0 12px;
  }
}
@media (max-width: 375px) {
  .page a,
  .page span {
    margin: 0 10px;
  }
}
.page span {
  color: #DBB477;
  border-bottom: solid 1px #DBB477;
}

.main {
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .main {
    padding: 60px 30px;
  }
}

.qaContent {
  width: 100%;
}

.rowMain {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .rowMain {
    padding: 0 50px;
  }
}
@media (max-width: 576px) {
  .rowMain {
    padding: 0;
  }
}
.rowMain .newsItem {
  flex: 0 0 100%;
  max-width: 100%;
}
.rowMain .newsItem .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #8F8F8E;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .rowMain .newsItem .date {
    padding: 4px 0;
  }
}
.rowMain .newsItem .title {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 500;
  color: #DBB477;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .rowMain .newsItem .title {
    padding: 4px 0;
  }
}
@media (max-width: 960px) {
  .rowMain .newsItem .title {
    padding-bottom: 15px;
  }
}
.rowMain nav {
  flex: 0 0 300px;
  max-width: 300px;
}
@media (max-width: 1280px) {
  .rowMain nav {
    flex: 0 0 220px;
    max-width: 220px;
  }
}
@media (max-width: 960px) {
  .rowMain nav {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.rowMain nav section {
  border-top: solid 1px #d8d8d8;
  position: relative;
}
@media (max-width: 960px) {
  .rowMain nav section {
    border-top: none;
  }
}
.rowMain nav section a {
  padding: 15px 10px;
  display: block;
  position: relative;
}
@media (max-width: 960px) {
  .rowMain nav section a {
    padding: 10px 15px;
  }
}
.rowMain nav section i {
  position: absolute;
  right: 10px;
  top: 14px;
  display: none;
}
@media (max-width: 960px) {
  .rowMain nav .navBtn {
    display: none;
    margin-top: -1px;
    border-bottom: solid 1px #d8d8d8;
  }
}
.rowMain nav .navBtn i {
  display: none;
}
.rowMain nav .navBtn a:hover {
  color: #DBB477;
  font-weight: bold;
}
@media (max-width: 960px) {
  .rowMain nav .navBtn:last-child {
    border-bottom: none;
  }
}
.rowMain nav .openBtn {
  display: block;
}
.rowMain nav section:last-child {
  border-bottom: solid 1px #d8d8d8;
}
.rowMain nav .activeNav a {
  color: #DBB477;
  font-weight: bold;
}
@media (max-width: 960px) {
  .rowMain nav .activeNav {
    border-bottom: solid 1px #d8d8d8;
    margin-top: -1px;
  }
}
.rowMain nav .activeNav i {
  transform: rotate(0deg);
  transition: 0.8s transform;
  display: none;
}
@media (max-width: 960px) {
  .rowMain nav .activeNav i {
    display: block;
  }
}
.rowMain nav .activeNav .navBtn-i {
  transform: rotate(-45deg);
  transition: 0.8s transform;
}
@media (max-width: 960px) {
  .rowMain nav .activeNav {
    display: block;
  }
}
.rowMain nav .activeNav::after {
  opacity: 0;
  top: -50px;
  transition: 0.8s opacity, 0.8s top;
}
.rowMain nav .activeNavI i {
  transform: rotate(-45deg);
  transition: 0.8s transform;
}
.rowMain .rowContent {
  display: flex;
  flex-wrap: wrap;
  padding-left: 60px;
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media (max-width: 1280px) {
  .rowMain .rowContent {
    flex: 0 0 calc(100% - 220px);
    max-width: calc(100% - 220px);
  }
}
@media (max-width: 960px) {
  .rowMain .rowContent {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.rowMain .rowContent .newsRow {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 30px;
  border-top: solid 1px #d8d8d8;
  flex: 0 0 100%;
  align-items: center;
}
@media (max-width: 960px) {
  .rowMain .rowContent .newsRow {
    margin-top: -1px;
    padding: 30px 15px;
  }
}
@media (max-width: 576px) {
  .rowMain .rowContent .newsRow {
    padding: 30px 0;
  }
}
.rowMain .rowContent .newsRow figure {
  flex: 0 0 35%;
  max-width: 35%;
}
@media (max-width: 576px) {
  .rowMain .rowContent .newsRow figure {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 10px;
  }
}
.rowMain .rowContent .newsRow figure img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.rowMain .rowContent .newsRow article {
  padding-left: 60px;
  flex: 0 0 65%;
  max-width: 65%;
}
@media (max-width: 576px) {
  .rowMain .rowContent .newsRow article {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.rowMain .rowContent .newsRow article .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #8F8F8E;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .rowMain .rowContent .newsRow article .date {
    padding: 4px 0;
  }
}
.rowMain .rowContent .newsRow article .title {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 500;
  color: #DBB477;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .rowMain .rowContent .newsRow article .title {
    padding: 4px 0;
  }
}
.rowMain .rowContent .newsRow article p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 960px) {
  .rowMain .rowContent .newsRow:first-child {
    border-top: none;
  }
}
.rowMain .rowContent .blog {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .rowMain .rowContent .blog {
    margin-top: 15px;
  }
}
.rowMain .rowContent .blog .blogCol {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
@media (max-width: 576px) {
  .rowMain .rowContent .blog .blogCol {
    padding: 15px 0;
  }
}
.rowMain .rowContent .blog .blogCol figure {
  padding-bottom: 12px;
}
.rowMain .rowContent .blog .blogCol figure img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.rowMain .rowContent .blog .blogCol article .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #8F8F8E;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .rowMain .rowContent .blog .blogCol article .date {
    padding: 4px 0;
  }
}
.rowMain .rowContent .blog .blogCol article .title {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 500;
  color: #DBB477;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .rowMain .rowContent .blog .blogCol article .title {
    padding: 4px 0;
  }
}
.rowMain .rowContent .blog .blogCol article p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .rowMain .rowContent .blog .blogCol {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.rowMain .rowContent .blog .blogFirst {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (max-width: 576px) {
  .rowMain .rowContent .blog .blogFirst {
    margin-bottom: 0;
    padding: 30px 0;
  }
}
.rowMain .rowContent .blog .blogFirst figure {
  padding-bottom: 12px;
}
.rowMain .rowContent .blog .blogFirst figure img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.rowMain .rowContent .blog .blogFirst article .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #8F8F8E;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .rowMain .rowContent .blog .blogFirst article .date {
    padding: 4px 0;
  }
}
.rowMain .rowContent .blog .blogFirst article .title {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 500;
  color: #DBB477;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .rowMain .rowContent .blog .blogFirst article .title {
    padding: 4px 0;
  }
}
.rowMain .rowContent .blog .blogFirst article p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rowMain .rowContent .rowMargin {
  flex: 0 0 100%;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .rowMain .rowContent .rowMargin {
    margin: 0;
  }
}
.rowMain .rowContent .rowMargin .productArt {
  flex: 0 0 100%;
  text-align: left;
  padding: 0 15px;
}
.rowMain .rowContent .rowMargin .productArt section {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: solid 1px #d8d8d8;
}
@media (max-width: 960px) {
  .rowMain .rowContent .rowMargin .productArt section {
    padding-left: 15px;
    margin-bottom: 5px;
    border-bottom: none;
  }
}
.rowMain .rowContent .rowMargin .rowCol {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .rowMain .rowContent .rowMargin .rowCol {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 960px) {
  .rowMain .rowContent .rowMargin .rowCol {
    padding: 30px 0px;
  }
}
@media (max-width: 576px) {
  .rowMain .rowContent .rowMargin .rowCol {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.rowMain .rowContent .rowMargin .rowCol figure {
  padding-bottom: 12px;
}
.rowMain .rowContent .rowMargin .rowCol figure iframe {
  width: 100%;
  height: 280px;
  display: block;
}
@media (max-width: 1280px) {
  .rowMain .rowContent .rowMargin .rowCol figure iframe {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .rowMain .rowContent .rowMargin .rowCol figure iframe {
    height: 320px;
    margin-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .rowMain .rowContent .rowMargin .rowCol figure iframe {
    height: 250px;
  }
}
.rowMain .rowContent .rowMargin .rowCol figure img {
  aspect-ratio: 840/568;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.rowMain .rowContent .rowMargin .rowCol article .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #8F8F8E;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .rowMain .rowContent .rowMargin .rowCol article .date {
    padding: 4px 0;
  }
}
.rowMain .rowContent .rowMargin .rowCol article .title {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 500;
  color: #DBB477;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .rowMain .rowContent .rowMargin .rowCol article .title {
    padding: 4px 0;
  }
}
.rowMain .rowContent .rowMargin .rowCol article p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rowMain .rowContent .rowMargin .rowCol article .price {
  padding: 5px 0;
  color: #000;
}
.rowMain .rowContent .rowMargin .rowCol article .price s {
  padding-left: 20px;
  font-size: 12px;
  color: #8f8f8f;
}
@media (max-width: 960px) {
  .rowMain .rowContent .rowMargin .rowCol:nth-child(2n+1) {
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  .rowMain .rowContent .rowMargin .rowCol:nth-child(2n+1) {
    padding: 30px 0px;
  }
}
@media (max-width: 960px) {
  .rowMain .rowContent .rowMargin .rowCol:nth-child(2n) {
    padding-left: 15px;
  }
}
@media (max-width: 576px) {
  .rowMain .rowContent .rowMargin .rowCol:nth-child(2n) {
    padding: 30px 0px;
  }
}
@media (max-width: 960px) {
  .rowMain .rowContent .rowMargin .productCol:nth-child(2n) {
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  .rowMain .rowContent .rowMargin .productCol:nth-child(2n) {
    padding: 30px;
  }
}
@media (max-width: 960px) {
  .rowMain .rowContent .rowMargin .productCol:nth-child(2n+1) {
    padding-left: 15px;
  }
}
@media (max-width: 576px) {
  .rowMain .rowContent .rowMargin .productCol:nth-child(2n+1) {
    padding: 30px;
  }
}
.rowMain .rowContent .rowMargin .downloadCol {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .rowMain .rowContent .rowMargin .downloadCol {
    padding: 30px 15px;
  }
}
@media (max-width: 576px) {
  .rowMain .rowContent .rowMargin .downloadCol {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 0px;
  }
}
.rowMain .rowContent .rowMargin .downloadCol figure {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}
@media (max-width: 576px) {
  .rowMain .rowContent .rowMargin .downloadCol figure {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    padding-bottom: 10px;
  }
}
.rowMain .rowContent .rowMargin .downloadCol figure img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.rowMain .rowContent .rowMargin .downloadCol article {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
}
@media (max-width: 576px) {
  .rowMain .rowContent .rowMargin .downloadCol article {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.rowMain .rowContent .rowMargin .downloadCol article .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #8F8F8E;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .rowMain .rowContent .rowMargin .downloadCol article .date {
    padding: 4px 0;
  }
}
.rowMain .rowContent .rowMargin .downloadCol article .title {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 500;
  color: #DBB477;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .rowMain .rowContent .rowMargin .downloadCol article .title {
    padding: 4px 0;
  }
}
.rowMain .rowContent .rowMargin .downloadCol article .downloadBtn {
  padding-top: 30px;
}
@media (max-width: 650px) {
  .rowMain .rowContent .rowMargin .downloadCol article .downloadBtn {
    padding-top: 0px;
  }
}
.rowMain .rowContent .rowMargin .downloadCol article .downloadBtn i {
  margin-right: 5px;
  color: #000;
}
@media (max-width: 576px) {
  .rowMain .rowContent .rowMargin .downloadCol:first-child {
    margin-top: 30px;
  }
}
.rowMain .rowContent .qaRow {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  padding: 50px 0;
  border-top: solid 1px #d8d8d8;
  width: 100%;
}
@media (max-width: 960px) {
  .rowMain .rowContent .qaRow {
    margin-top: -1px;
  }
}
@media (max-width: 576px) {
  .rowMain .rowContent .qaRow {
    padding: 30px 0;
  }
}
.rowMain .rowContent .qaRow .icon {
  padding: 0 15px;
  flex: 0 0 60px;
  max-width: 60px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.rowMain .rowContent .qaRow .qCol {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 0 15px;
  font-size: 20px;
  color: #000;
  text-align: justify;
}
@media (max-width: 576px) {
  .rowMain .rowContent .qaRow .qCol {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding: 0;
    padding-bottom: 8px;
  }
}
.rowMain .rowContent .qaRow .aCol {
  flex: 0 0 calc(65% - 60px);
  max-width: calc(65% - 60px);
  padding-left: 60px;
  text-align: justify;
}
@media (max-width: 576px) {
  .rowMain .rowContent .qaRow .aCol {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.rowMain .rowContent .qaRow:last-child {
  border-bottom: solid 1px #d8d8d8;
}

@media (max-width: 960px) {
  .contact {
    max-width: 600px;
    margin: auto;
  }
}
.contact .googleMap {
  margin-bottom: 30px;
}
.contact .googleMap iframe {
  height: 420px;
}
.contact .row {
  margin: 0 -15px;
}
.contact .row .contactCol {
  padding: 0 15px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .contact .row .contactCol {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact .row .contactCol section {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #8f8f8e;
  padding-bottom: 10px;
}
.contact .row .contactCol section label,
.contact .row .contactCol section span {
  flex: 0 0 80px;
  max-width: 80px;
  color: #000;
  font-size: 16px;
}
.contact .row .contactCol section p {
  color: #000;
  font-size: 16px;
  padding-bottom: 10px;
}
.contact .row .contactCol section input[type=text] {
  flex: 0 0 calc(100% - 88px);
  max-width: calc(100% - 88px);
  color: #000;
  font-size: 16px;
}
.contact .row .contactColAll {
  padding: 0 15px;
  flex: 0 0 100%;
  margin-bottom: 30px;
  max-width: 100%;
}
.contact .row .contactColAll section {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.contact .row .contactColAll section p {
  color: #000;
  font-size: 16px;
  padding-bottom: 10px;
}
.contact .row .contactColAll section textarea {
  width: 100%;
  height: 250px;
  border: solid 1px #8f8f8e;
  padding: 7px;
  font-size: 16px;
}
.contact .row .checkRow {
  padding: 0 15px;
  font-size: 14px;
  padding-bottom: 30px;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.contact .row .checkRow section {
  font-size: 14px;
}

.about {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .about {
    max-width: 600px;
    margin: auto;
  }
}
.about figure {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}
@media (max-width: 960px) {
  .about figure {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.about article {
  padding-left: 30px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 960px) {
  .about article {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    padding-top: 30px;
  }
}
.about article p {
  padding-bottom: 12px;
}

.aboutSlick {
  margin-top: 50px;
  background-color: #fffbf9;
  padding: 50px 0;
}
.aboutSlick .title {
  padding: 5px 0;
  color: #DBB477;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  font-size: 60px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .aboutSlick .title {
    font-size: 30px;
  }
}
.aboutSlick .title .chArt {
  color: #000;
  font-size: 28px;
}
.aboutSlick .slick {
  max-width: 1600px;
  margin: 50px auto;
  padding: 0 50px;
}
@media (max-width: 576px) {
  .aboutSlick .slick {
    padding: 0;
  }
}
.aboutSlick .slick section {
  text-align: center;
  padding: 0 15px;
}
.aboutSlick .slick section img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 120px;
  width: 100%;
  margin: auto;
}
.aboutSlick .slick section p {
  font-size: 15px;
  color: #313131;
  padding: 5px 0;
}
.aboutSlick .slick .next-arrow {
  position: absolute;
  right: 15px;
  top: 40%;
  background-color: transparent;
  cursor: pointer;
  border: none;
}
.aboutSlick .slick .next-arrow img {
  max-width: 45px;
}
.aboutSlick .slick .prev-arrow {
  position: absolute;
  left: 15px;
  top: 40%;
  background-color: transparent;
  cursor: pointer;
  border: none;
}
.aboutSlick .slick .prev-arrow img {
  max-width: 45px;
}

@media (max-width: 960px) {
  .searchWrap {
    max-width: 600px;
    margin: auto;
  }
}
.searchWrap .noData {
  font-size: 20px;
  color: #000;
  padding: 30px 0;
  text-align: center;
}
.searchWrap .title {
  font-size: 20px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: solid 1px #8f8f8f;
}
.searchWrap .title .enArt {
  padding-left: 10px;
  font-size: 16px;
}
.searchWrap .row {
  margin: 0 -15px;
  margin-top: 30px;
}
.searchWrap .row .col {
  flex: 0 0 25%;
  padding: 0 15px;
  color: #000;
  font-size: 20px;
  padding: 5px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .searchWrap .row .col {
    flex: 0 0 50%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .searchWrap .row .col {
    flex: 0 0 100%;
    padding: 15px;
  }
}
.searchWrap .row .col .name {
  padding: 5px 0;
  font-size: 20px;
  font-weight: 500;
  color: #DBB477;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 960px) {
  .searchWrap .row .col .name {
    padding-top: 7.5px;
  }
}
@media (max-width: 576px) {
  .searchWrap .row .col .name {
    padding: 4px 0;
  }
}
.searchWrap .row .col figure {
  position: relative;
}
.searchWrap .row .col figure img {
  aspect-ratio: 840/568;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.searchWrap .row .col figure .homeMore {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  padding: 0px 0;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}
.searchWrap .row .col figure .homeMore:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.searchWrap .row .col figure .homeMore a {
  color: #fff;
  border: solid 1px #fff;
}

.productFigure {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .productFigure {
    max-width: 600px;
    margin: auto;
  }
}
.productFigure .productSectionArt {
  flex: 0 0 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (max-width: 960px) {
  .productFigure .productSectionArt {
    border-bottom: solid 1px #d8d8d8;
  }
}
.productFigure .sliderWrap {
  flex: 0 0 52.5%;
  max-width: 52.5%;
  padding-right: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .productFigure .sliderWrap {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.productFigure .sliderWrap img {
  aspect-ratio: 840/568;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.productFigure .sliderWrap .slider_for {
  flex: calc(100% - 122px);
  max-width: calc(100% - 122px);
}
@media (max-width: 1280px) {
  .productFigure .sliderWrap .slider_for {
    flex: 0 0 83%;
    max-width: 83%;
  }
}
@media (max-width: 960px) {
  .productFigure .sliderWrap .slider_for {
    flex: 0 0 84%;
    max-width: 84%;
  }
}
@media (max-width: 768px) {
  .productFigure .sliderWrap .slider_for {
    flex: 0 0 82.5%;
    max-width: 82.5%;
  }
}
@media (max-width: 576px) {
  .productFigure .sliderWrap .slider_for {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.productFigure .sliderWrap .slider_for section {
  padding: 10px 15px;
}
@media (max-width: 960px) {
  .productFigure .sliderWrap .slider_for section {
    padding: 9px 15px;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .productFigure .sliderWrap .slider_for section {
    padding: 10px 5px;
  }
}
.productFigure .sliderWrap .slider_nav {
  flex: 122px;
  max-width: 122px;
}
@media (max-width: 1280px) {
  .productFigure .sliderWrap .slider_nav {
    flex: 0 0 17%;
    max-width: 17%;
  }
}
@media (max-width: 960px) {
  .productFigure .sliderWrap .slider_nav {
    flex: 0 0 16%;
    max-width: 16%;
  }
}
@media (max-width: 768px) {
  .productFigure .sliderWrap .slider_nav {
    flex: 0 0 17.5%;
    max-width: 17.5%;
  }
}
@media (max-width: 576px) {
  .productFigure .sliderWrap .slider_nav {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    display: flex;
  }
}
.productFigure .sliderWrap .slider_nav section {
  cursor: pointer;
  padding: 10px 0;
}
@media (max-width: 960px) {
  .productFigure .sliderWrap .slider_nav section {
    padding: 7.8px 0px;
  }
}
@media (max-width: 576px) {
  .productFigure .sliderWrap .slider_nav section {
    padding: 10px 5px;
    width: 100%;
  }
}
.productFigure .productArt {
  flex: 0 0 47.5%;
  max-width: 47.5%;
  padding-left: 30px;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .productFigure .productArt {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.productFigure .productArt .title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: left;
}
.productFigure .productArt section {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
.productFigure .productArt section span {
  flex: 0 0 100px;
  max-width: 100px;
  color: #000;
}
.productFigure .productArt section strong {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
}

.productYoutube {
  padding: 30px 0;
}
@media (max-width: 960px) {
  .productYoutube {
    max-width: 600px;
    margin: auto;
  }
}
.productYoutube iframe {
  width: 100%;
  height: 700px;
}
@media (max-width: 960px) {
  .productYoutube iframe {
    height: 500px;
  }
}
@media (max-width: 576px) {
  .productYoutube iframe {
    height: 380px;
  }
}
@media (max-width: 425px) {
  .productYoutube iframe {
    height: 300px;
  }
}
@media (max-width: 375px) {
  .productYoutube iframe {
    height: 240px;
  }
}

.productList {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 0;
  border-bottom: solid 1px #d8d8d8;
}
@media (max-width: 960px) {
  .productList {
    max-width: 600px;
    margin: auto;
  }
}
.productList .productBtn {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 375px) {
  .productList .productBtn {
    padding: 15px 10px;
    font-size: 14px;
  }
}
.productList .productBtnActive {
  border: solid 1px #d8d8d8;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  color: #000;
  font-weight: 600;
  position: relative;
}
.productList .productBtnActive::after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 5px;
  width: 100%;
  background-color: #fff;
  left: 0;
}
.productList .productBox {
  padding: 15px 15px;
  display: none;
  margin-top: 30px;
}
.productList .productBoxActive {
  display: block;
}
.productList .productBoxActive .contentBuilder {
  width: 100%;
}

@media (max-width: 960px) {
  .productBoxWrap {
    max-width: 600px;
    margin: auto;
  }
}
.productBoxWrap .productBtnActive {
  border: solid 1px #d8d8d8;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  color: #000;
  font-weight: 600;
}
.productBoxWrap .productBox {
  padding: 15px;
  display: none;
}
.productBoxWrap .productBox iframe {
  height: 800px;
}
@media (max-width: 960px) {
  .productBoxWrap .productBox iframe {
    height: 450px;
  }
}
@media (max-width: 576px) {
  .productBoxWrap .productBox iframe {
    height: 320px;
  }
}
.productBoxWrap .productBoxActive {
  display: block;
}
.productBoxWrap .productBoxActive .contentBuilder {
  width: 100%;
}

.iconFixed {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  background-color: #000;
  padding: 10px 0 5px;
  display: none;
}
@media (max-width: 576px) {
  .iconFixed {
    display: flex;
  }
}
.iconFixed div {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
  border-right: solid 1px #fff;
}
.iconFixed div a {
  color: #fff;
  text-align: center;
  font-size: 12px;
  display: block;
}
@media (max-width: 375px) {
  .iconFixed div a {
    font-size: 10px;
  }
}
.iconFixed div a p {
  text-align: center;
  font-size: 17px;
}
.iconFixed div:last-child {
  border: none;
}

.privacy {
  max-width: 1280px;
  margin: auto;
  padding-bottom: 50px;
}
.privacy .privacyTitle {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #000;
}
.privacy .privacyTitle span {
  color: #d8d8d8;
  font-size: 16px;
  padding-left: 10px;
}
.privacy h5 {
  font-size: 18px;
  font-weight: 600;
  padding: 6px 0;
}
.privacy article {
  padding-left: 42px;
  line-height: 1.8;
}

.productMenu {
  flex: 0 0 300px;
  max-width: 300px;
  padding-top: 30px;
}
@media (max-width: 1280px) {
  .productMenu {
    flex: 0 0 220px;
    max-width: 220px;
  }
}
@media (max-width: 960px) {
  .productMenu {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    padding: 0 30px;
  }
}
.productMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.productMenu ul li {
  position: relative;
  border-top: solid 1px #d8d8d8;
  margin-top: -1px;
}
.productMenu ul li a {
  padding: 15px;
  text-decoration: none;
  cursor: pointer;
  padding-right: 25px;
  display: block;
}
@media (max-width: 576px) {
  .productMenu ul li a {
    padding: 12px 5px;
  }
}
.productMenu ul li a:hover {
  color: #DBB477;
  font-weight: bold;
}
.productMenu ul li i {
  position: absolute;
  right: 0;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 576px) {
  .productMenu ul li i {
    top: -5px;
  }
}
.productMenu ul li .rotated {
  transform: rotate(-45deg);
  transition: transform 0.3s ease-in-out;
}
.productMenu ul li .submenu {
  display: none;
}
.productMenu ul li .submenu li a {
  padding-left: 30px;
}
.productMenu ul li .submenu li ul li a {
  padding-left: 60px;
}
.productMenu ul li .submenu li ul li .productActive {
  color: #000;
  font-weight: bold;
}
.productMenu ul li .submenu li ul li:last-child {
  border-bottom: none;
}
.productMenu ul li .submenu li:last-child {
  border-bottom: none;
}
.productMenu ul li .submenu.open {
  display: block;
}
@media (max-width: 960px) {
  .productMenu ul .allBtn {
    color: #000;
    font-weight: bold;
    border: none;
    border-bottom: solid 1px #d8d8d8;
  }
}
.productMenu ul .allBtn i {
  display: none !important;
  transition: transform 0.3s ease; /* 設置平滑旋轉 */
}
@media (max-width: 960px) {
  .productMenu ul .allBtn i {
    display: block !important;
  }
}
.productMenu ul .allBtn .rotated {
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.productMenu ul li:last-child {
  border-bottom: solid 1px #d8d8d8;
}
.productMenu ul .activeNav > a {
  color: #DBB477;
  font-weight: bold;
}
.productMenu ul .activeNav .active a {
  color: #DBB477;
  font-weight: bold;
}

.albumHide {
  display: none;
}

.branchCol {
  flex: 0 0 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .branchCol {
    flex: 0 0 100%;
  }
}
@media (max-width: 960px) {
  .branchCol {
    padding: 30px 0;
    margin-bottom: 0;
  }
}
.branchCol .title {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.branchCol .branchRow {
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
}
.branchCol .branchRow span {
  color: #000;
  flex: 0 0 100px;
  padding: 0 10px;
  position: relative;
}
.branchCol .branchRow span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 1px;
  background-color: #000;
}
.branchCol .branchRow span::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 15px;
  height: 16px;
  width: 1px;
  background-color: #000;
}
.branchCol .branchRow strong {
  flex: calc(70% - 100px);
  max-width: calc(70% - 100px);
  color: #313131;
  padding-left: 15px;
}
@media (max-width: 1280px) {
  .branchCol .branchRow strong {
    flex: calc(100% - 80px);
    max-width: calc(1000% - 80px);
  }
}
.branchCol figure {
  margin-bottom: 15px;
}
.branchCol figure iframe {
  height: 280px;
  display: block;
}
.branchCol figure img {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team .row .col {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .team .row .col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.team .row .col figure {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1280px) {
  .team .row .col figure {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.team .row .col article {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 36px;
}
@media (max-width: 1280px) {
  .team .row .col article {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.team .row .col article .name {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.team .row .col article .positionEn,
.team .row .col article .position {
  font-size: 16px;
  color: #DBB477;
  text-transform: uppercase;
}
.team .row .col article p {
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #8f8f8f;
}

.recruit {
  background-image: url("../img/recruit_bg.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  padding: 100px 0;
}
@media (max-width: 1280px) {
  .recruit {
    padding: 60px 30px;
    background-size: contain;
  }
}
@media (max-width: 576px) {
  .recruit {
    background-image: none;
  }
}
@media (max-width: 576px) {
  .recruit .homeMore {
    padding: 36px 0;
  }
}
.recruit .content {
  max-width: 1165px;
  margin: auto;
}
.recruit .content figure {
  padding: 30px 0;
}
@media (max-width: 576px) {
  .recruit .content figure {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.recruit .content figure p {
  max-width: 143px;
  text-align: center;
}
.recruit .content figure p img {
  max-width: 22px;
  margin: auto;
}
.recruit .content section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.recruit .content section .num {
  flex: 0 0 143px;
  height: 143px;
  border: solid 1px #b4b4b4;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .recruit .content section .num {
    margin: auto;
  }
}
.recruit .content section .num p,
.recruit .content section .num article {
  flex: 0 0 100%;
  text-align: center;
}
.recruit .content section ul {
  flex: 0 0 calc(100% - 150px);
  padding-left: 50px;
  list-style: disc;
  max-width: 622px;
}
@media (max-width: 576px) {
  .recruit .content section ul {
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 25px;
  }
}
.recruit .content section ul li {
  color: #313131;
}
@media (max-width: 576px) {
  .recruit .content section ul li {
    max-width: 320px;
    margin: auto;
  }
}
.recruit .recruitBtnWrap {
  text-align: center;
  padding: 60px 0 10px;
}
.recruit .recruitBtnWrap a {
  display: block;
  max-width: 162px;
  margin: auto;
  line-height: 53px;
  color: #000;
  font-size: 20px;
  border: solid 1px #000;
}
.recruit .recruitBtnWrap a:hover {
  background-color: #000;
  color: #fff;
}

.process {
  max-width: 1020px;
  margin: auto;
  padding-bottom: 100px;
}
@media (max-width: 576px) {
  .process {
    padding-bottom: 60px;
  }
}
.process .title {
  color: #000;
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 30px;
}
@media (max-width: 576px) {
  .process .title {
    font-size: 24px;
    padding-bottom: 15px;
  }
}
.process .title p {
  font-size: 20px;
  color: #313131;
  max-width: 578px;
  margin: auto;
}
@media (max-width: 576px) {
  .process .title p {
    font-size: 16px;
  }
}
.process .row {
  padding: 30px 0;
  align-items: center;
}
.process .row figure {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .process .row figure {
    flex: 0 0 100%;
    max-width: 100%;
    order: -2;
  }
}
@media (max-width: 576px) {
  .process .row figure {
    padding: 0;
  }
}
.process .row figure img {
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.process .row article {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .process .row article {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 576px) {
  .process .row article {
    padding: 0;
    padding-top: 15px;
  }
}
.process .row article span {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  display: block;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .process .row article span {
    padding-bottom: 5px;
  }
}
.process .row article p {
  font-size: 16px;
  color: #313131;
  max-width: 350px;
}
@media (max-width: 768px) {
  .process .row article p {
    max-width: 100%;
  }
}
.process .row:nth-child(2n+1) article {
  text-align: right;
}
@media (max-width: 768px) {
  .process .row:nth-child(2n+1) article {
    text-align: left;
  }
}
.process .row:nth-child(2n+1) article p {
  margin-left: auto;
}
@media (max-width: 768px) {
  .process .row:nth-child(2n+1) article p {
    margin-left: 0;
  }
}

#item:target::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
}

.swal2-styled.swal2-confirm {
  background-color: #000 !important;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px #000 !important;
}/*# sourceMappingURL=style.min.css.map */