@charset "UTF-8";
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/Newsreader-Regular.eot");
  src: url("../fonts/Newsreader-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Newsreader-Regular.woff") format("woff"), url("../fonts/Newsreader-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "NewsreaderNumber";
  src: url("../fonts/Newsreader-300.ttf");
  font-style: normal;
  font-weight: 300;
  unicode-range: U+30-39;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Light.ttf") format("truetype");
  font-style: normal;
  /*font-weight: 300;*/
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
*/
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-Light.eot");
  src: url("../fonts/RedHatDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-Light.woff") format("woff"), url("../fonts/RedHatDisplay-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-Regular.eot");
  src: url("../fonts/RedHatDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-Regular.woff") format("woff"), url("../fonts/RedHatDisplay-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-Medium.eot");
  src: url("../fonts/RedHatDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-Medium.woff") format("woff"), url("../fonts/RedHatDisplay-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-SemiBold.eot");
  src: url("../fonts/RedHatDisplay-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-SemiBold.woff") format("woff"), url("../fonts/RedHatDisplay-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-ExtraBold.eot");
  src: url("../fonts/RedHatDisplay-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-ExtraBold.woff") format("woff"), url("../fonts/RedHatDisplay-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
footer {
  background-color: #fbfbfb;
}

.cursor {
  display: block;
}

.cursor {
  position: fixed;
  left: -50px;
  top: -50px;
  width: 0;
  height: 0;
  background-color: #ffffff;
  border-radius: 50%;
  color: #5C5C5C;
  font-size: 1.125em;
  pointer-events: none;
  opacity: 0;
  transition: none;
}
.cursor.show {
  width: 100px;
  height: 100px;
  opacity: 1;
}
.cursor .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor span:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon/drag.svg");
}

.page {
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .page {
    padding-top: 90px;
  }
}
.page .subhead {
  display: none;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #5C5C5C;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .page .subhead {
    font-size: 0.875em;
    line-height: 1.4;
  }
}
.page .highlight-head {
  font-size: 2.5em;
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "NewsreaderNumber", "CormorantGaramond", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .page .highlight-head {
    font-size: 1.75em;
    line-height: 1.4;
    margin-bottom: 60px;
  }
}
.page .highlight-head:after {
  left: 50%;
  transform: translateX(-50%);
}
.page .intro {
  margin-bottom: 160px;
}
@media screen and (max-width: 991px) {
  .page .intro {
    margin-bottom: 100px;
  }
}
.page .intro .banner {
  /*border-radius: 40px;*/
  margin-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .page .intro .banner {
    /*border-radius: 20px;*/
    margin-bottom: 32px;
  }
}
.page .intro .banner .img-wrap {
  overflow: hidden;
  position: relative;
  height: auto;
  max-height: 566px;
}
.page .intro .banner .img-wrap:before {
  content: "";
  display: block;
}
@media (max-width: 991px) {
  .page .intro .banner .img-wrap:before {
    padding-top: 46.7289719626%;
  }
}
@media (min-width: 992px) {
  .page .intro .banner .img-wrap:before {
    padding-top: 39.3055555556%;
  }
}
.page .intro .banner .img-wrap .bg {
  /*border-radius: 40px;*/
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .page .intro .banner .img-wrap .bg {
    transform: none !important;
    /*border-radius: 20px;*/
  }
}
.page .intro .banner .img-wrap .bg img {
  position: absolute;
  left: -10%;
  top: 0%;
  width: 110%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 991px) {
  .page .intro .banner .img-wrap .bg img {
    width: 110%;
    height: 110%;
    left: -5%;
    top: -5%;
  }
}
.page .intro .banner .img-wrap .bg img.top-image-mobile {
  display: none;
}
@media screen and (max-width: 428px) {
  .page .intro .banner .img-wrap .bg img.top-image-mobile {
    display: unset;
  }
}
@media screen and (max-width: 428px) {
  .page .intro .banner .img-wrap .bg img.top-image-desktop {
    display: none;
  }
}
.page .intro .breadcrumbs {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  margin-top: -110px;
  margin-bottom: 100px;
  font-family: "RedHatDisplay", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 500;
  font-size: 15px;
}
.page .intro .breadcrumbs .dim {
  color: #CDCDCD;
  text-align: center;
}
.page .intro .breadcrumbs .dim .active {
  color: #5C5C5C;
  white-space: nowrap;
}
.page .intro .breadcrumbs .dim .slash {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .page .intro .breadcrumbs {
    margin-top: -30px;
  }
}
.page .intro h1 {
  font-family: "NewsreaderNumber", "CormorantGaramond", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  color: #CEB175;
  font-size: 3em;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .page .intro h1 {
    font-size: 1.75em;
    margin-bottom: 50px;
  }
}
.page .intro .rte-wrap {
  font-size: 1.25em;
  line-height: 1.4;
  color: #5C5C5C;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 991px) {
  .page .intro .rte-wrap {
    font-size: 1em;
    line-height: 1.52;
  }
}
.page .specification {
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .page .specification {
    margin-top: -30px;
  }
}
.page .specification .highlight-head {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .page .specification .highlight-head {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .page .specification .highlight-head.desktop {
    display: none;
  }
}
.page .specification .highlight-head.mobile {
  display: none;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .page .specification .highlight-head.mobile {
    display: unset;
    margin-bottom: -10px;
  }
}
.page .specification .row-container {
  display: flex;
  justify-content: center;
}
.page .specification .row {
  display: flex;
  width: 1086px;
  max-width: 100%;
  gap: 39px;
}
.page .specification .row .container:nth-child(2) {
  padding-left: 20px;
  padding-right: 20px;
}
.page .specification .container {
  width: 523px;
  max-width: 100%;
  padding: unset;
}
.page .specification .swiper-button-next,
.page .specification .swiper-button-prev {
  color: #CEB175;
}
.page .specification .swiper-button-next::after,
.page .specification .swiper-button-prev::after {
  font-size: 25px !important;
}
.page .specification .main {
  padding: 0 0;
  margin-bottom: 20px;
}
.page .specification .main .swiper-slide {
  text-align: center;
  display: block;
}
.page .specification .Swiper2 .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.page .specification .main .swiper-slide img {
  pointer-events: none;
  max-width: 100%;
  width: 523px;
  height: 379px;
  /*border-radius: 8px;*/
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .page .specification .main .swiper-slide img {
    height: 300px;
  }
}
.page .specification .thumbnail-slider,
.page .specification .thumbnail-slider .swiper-wrapper {
  /*
  max-width: 100%;
  width: 523px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0px;
  justify-content: center;
  pointer-events: auto !important;
  */
  width: 100%;
  margin: 0 auto;
}
.page .specification .thumbnail-slider .swiper-slide {
  width: 91px !important;
  height: 91px !important;
  padding: 0px;
  /*border-radius: 8px;*/
  border: 0.2rem solid transparent;
  width: calc(20% - 10px);
  display: block;
}
@media screen and (max-width: 767px) {
  .page .specification .thumbnail-slider .swiper-slide {
    width: 72px !important;
    height: 72px !important;
  }
}
.page .specification .thumbnail-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  pointer-events: none;
  -webkit-user-select: none;
  /* Safari */
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
}
.page .specification .thumbnail-slider {
  max-width: 100%;
  width: 523px;
  cursor: pointer;
}
.page .specification .swiper-slide-thumb-active {
  filter: brightness(50%);
}
.page .specification .criteria {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  .page .specification .criteria {
    flex-direction: column;
    align-items: center;
  }
}
.page .specification .criteria .item {
  position: relative;
  font-family: "NewsreaderNumber", "CormorantGaramond", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  color: #5C5C5C;
}
@media screen and (max-width: 991px) {
  .page .specification .criteria .item {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .page .specification .criteria .item:not(:last-child) {
    /*margin-bottom: 60px;*/
  }
}
.page .specification .criteria .item .txt {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "NewsreaderNumber", "CormorantGaramond", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 26px;
  font-weight: 500;
  line-height: 27.5px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 15px;
  color: #343434;
}
@media screen and (max-width: 991px) {
  .page .specification .criteria .item .txt {
    font-size: 20px;
  }
}
.page .specification .criteria .item .txt:before {
  content: url("/assets/img/products/bullet.svg");
  display: flex;
  padding-bottom: 8px;
  padding-right: 12px;
}
@media screen and (max-width: 991px) {
  .page .specification .criteria .item .txt:before {
    content: url("/assets/img/products/bullet_md.svg");
    width: 6px;
    padding-right: 10px;
  }
}
.page .specification .criteria .item .txt:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  left: -44px;
  top: -24px;
  width: 68px;
  height: 68px;
  /*border-radius: 50%;*/
  background-color: #fbfbfb;
}
@media screen and (max-width: 991px) {
  .page .specification .criteria .item .txt:after {
    width: 46px;
    height: 46px;
    left: -31px;
    top: -19px;
  }
}
.page .specification .criteria .item .capitalise {
  font-size: 1.48em;
}
@media screen and (max-width: 991px) {
  .page .specification .criteria .item .capitalise {
    font-size: 1.33em;
  }
}
.page .specification .details {
  padding-left: 10px;
  padding-right: 10px;
}
.page .specification .details table {
  width: 100%;
}
.page .specification .details table tbody tr {
  border-bottom: 1px solid #b7b7b7;
  justify-content: space-between;
}
.page .specification .details table tbody tr td {
  padding: 16px 0;
}
@media screen and (max-width: 991px) {
  .page .specification .details table tbody tr td {
    padding: 15px 0;
  }
}
.page .specification .details table tbody tr td:nth-child(1) {
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  color: #5C5C5C;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .page .specification .details table tbody tr td:nth-child(1) {
    font-size: 14px;
  }
}
.page .specification .details table tbody tr td:nth-child(2) {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .page .specification .details table tbody tr td:nth-child(2) {
    font-size: 14px;
  }
}
.page .specification .details .line-wrap {
  position: relative;
}
.page .specification .details .line-wrap.aos-animate:after {
  width: 100%;
}
.page .specification .details .line-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(183, 183, 183, 0.4);
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.page .specification .details .row {
  justify-content: space-between;
  padding: 16px 0;
}
@media screen and (max-width: 991px) {
  .page .specification .details .row {
    padding: 15px 0;
  }
}
.page .specification .details .subject {
  letter-spacing: 0.06em;
  font-size: 1.125em;
  line-height: 1.25;
  font-weight: 800;
  color: #5C5C5C;
}
@media screen and (max-width: 991px) {
  .page .specification .details .subject {
    font-size: 0.875em;
  }
}
.page .specification .details .value {
  font-size: 1.125em;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 991px) {
  .page .specification .details .value {
    font-size: 0.875em;
  }
}
.page .gallery {
  padding-top: 80px;
  background-color: #F2F2F2;
  /*border-radius: 40px;*/
}
@media screen and (max-width: 991px) {
  .page .gallery {
    /*border-radius: 20px;*/
    padding-top: 100px;
  }
}
.page .gallery .highlight-head {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .page .gallery .highlight-head {
    margin-bottom: 105px;
  }
}
.page .gallery .gallery-swiper {
  position: relative;
  padding-bottom: 200px;
  cursor: grab;
}
@media screen and (max-width: 991px) {
  .page .gallery .gallery-swiper {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 992px) {
  .page .gallery .gallery-swiper .container {
    max-width: none;
    padding: 0;
  }
}
.page .gallery .swiper {
  position: relative;
  overflow: visible;
}
.page .gallery .swiper .title {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  .page .gallery .swiper {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
.page .gallery .swiper-pagination {
  width: 64px;
  height: 64px;
  font-size: 1.25em;
  line-height: 1.1;
  letter-spacing: 0em;
  color: #5C5C5C;
  position: absolute;
  left: 50%;
  top: -37px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .page .gallery .swiper-pagination {
    display: none;
  }
}
.page .gallery .swiper-pagination:after {
  content: "";
  background-color: #5C5C5C;
  opacity: 0.5;
  width: 70px;
  height: 1px;
  position: absolute;
  left: -60px;
  bottom: 0;
  transform: rotate(135deg);
  transform-origin: right bottom;
}
.page .gallery .swiper-pagination .swiper-pagination-current {
  font-size: 1.6em;
  line-height: 1.1;
  font-weight: 600;
  text-align: left;
}
.page .gallery .swiper-pagination .swiper-pagination-total {
  opacity: 0.5;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .page .gallery .swiper-button-prev,
  .page .gallery .swiper-button-next {
    display: none;
  }
}
.page .gallery .swiper-button-prev:after,
.page .gallery .swiper-button-next:after {
  color: #CEB175;
  font-size: 25px;
}
@media screen and (min-width: 992px) {
  .page .gallery .swiper-wrapper.justified {
    justify-content: center;
    transform: none !important;
  }
}
.page .gallery .swiper-wrapper.justified .swiper-slide {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .page .gallery .swiper-wrapper.justified .swiper-slide {
    width: 523px;
  }
}
.page .gallery .swiper-wrapper.justified .swiper-slide:last-child {
  margin-right: 0 !important;
}
.page .gallery .swiper-slide {
  display: block;
  opacity: 1;
  /*transition: opacity 0.3s ease-in-out;*/
  position: relative;
  height: auto;
  /*border-radius: 20px;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  max-width: 335px;
}
.page .gallery .swiper-slide:before {
  content: "";
  display: block;
}
@media (max-width: 991px) {
  .page .gallery .swiper-slide:before {
    padding-top: 74.7663551402%;
  }
}
@media (min-width: 992px) {
  .page .gallery .swiper-slide:before {
    padding-top: 81.8355640535%;
  }
}
@media screen and (min-width: 1345px) {
  .page .gallery .swiper-slide {
    max-height: unset;
  }
}
@media screen and (max-width: 991px) {
  .page .gallery .swiper-slide {
    border-radius: 0;
    max-width: unset;
    max-height: unset;
  }
}
@media screen and (max-width: 991px) {
  .page .gallery .swiper-slide {
    border-radius: 0;
    max-width: unset;
    max-height: unset;
  }
}
.page .gallery .swiper-slide .title {
  width: 100%;
  padding-top: 20px;
  margin-bottom: -150px;
  color: #CEB175;
  text-align: center;
  font-family: "NewsreaderNumber", "CormorantGaramond", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
}
@media screen and (max-width: 1014px) and (min-width: 990px) {
  .page .gallery .swiper-slide .title {
    margin-bottom: -170px;
  }
}
@media screen and (max-width: 991px) {
  .page .gallery .swiper-slide .title {
    margin-bottom: -100px;
  }
}
@media screen and (min-width: 992px) {
  .page .gallery .swiper-slide .title {
    margin-bottom: -200px;
    font-size: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .page .gallery .swiper-slide .title {
    margin-bottom: -180px;
    font-size: 21px;
  }
}
@media screen and (min-width: 1085px) {
  .page .gallery .swiper-slide .title {
    margin-bottom: -170px;
  }
}
@media screen and (min-width: 1100px) {
  .page .gallery .swiper-slide .title {
    margin-bottom: -170px;
  }
}
@media screen and (min-width: 1196px) {
  .page .gallery .swiper-slide .title {
    margin-bottom: -170px;
    font-size: 25px;
  }
}
@media screen and (min-width: 1355px) {
  .page .gallery .swiper-slide .title {
    margin-bottom: -160px;
  }
}
@media screen and (min-width: 1400px) and (min-width: 1431px) {
  .page .gallery .swiper-slide .title {
    margin-bottom: -130px;
  }
}
@media screen and (min-width: 1431px) {
  .page .gallery .swiper-slide .title {
    margin-bottom: -120px;
  }
}
.page .gallery .swiper-slide:hover .slide {
  opacity: 1;
}
.page .gallery .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.page .com-more {
  padding: 120px 0;
  background-color: #fbfbfb;
}
@media screen and (max-width: 991px) {
  .page .com-more {
    padding: 100px 0;
  }
}

#product-photo {
  text-align: center;
  -webkit-user-select: none;
  /* Safari */
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
}
#product-photo img {
  /*border-radius: 20px;*/
  display: block;
  width: 100%;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
#product-photo .btn-container {
  margin-top: 26px;
}
#product-photo .product-photo-slide {
  display: none;
}
#product-photo .show {
  display: unset;
}
#product-photo .show img {
  position: relative;
  z-index: 999;
}
#product-photo .wrapper {
  position: relative;
}
#product-photo .wrapper .bg-pop {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: red;*/
  z-index: 0;
}
#product-photo .wrapper .prev-btn {
  position: absolute;
  top: 45%;
  z-index: 1000;
}
@media screen and (max-width: 991px) {
  #product-photo .wrapper .prev-btn {
    left: -15px;
  }
}
#product-photo .wrapper .next-btn {
  position: absolute;
  top: 45%;
  right: 0px;
  z-index: 1000;
}
@media screen and (max-width: 991px) {
  #product-photo .wrapper .next-btn {
    right: -15px;
  }
}/*# sourceMappingURL=product-details.css.map */