@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,500&family=Lato:wght@400;700&family=Noto+Sans+TC:wght@100;300;400;500&display=swap");
.moduleBox .albumBox .arrow::after, .moduleBox .albumBox .arrow::before, .relationBox .funcBox .arrow::after, .relationBox .funcBox .arrow::before, .sectionBox .productBox .funcBox .arrow::after, .sectionBox .productBox .funcBox .arrow::before, .sectionBox .coverBox .coverItem .product, .sectionBox .coverBox .coverItem .circle, .sectionBox .coverBox .coverItem, .sectionBox .coverBox .coverList::before, .albumNote .btn .arrow::after, .albumNote .btn .arrow::before, .albumNote .btn, .albumNoteTop, .albumBoxTop .funcBox .arrow::after, .albumBoxTop .funcBox .arrow::before, .backBtn span.arrow::after, .backBtn span.arrow::before, .backBtn, .spaceList .spaceItem .Txt .topBox .title a span, .spaceList .spaceItem .Img .btn, .classBoxSpace .arrowBox .arrow::after, .classBoxSpace .arrowBox .arrow::before, .classBoxSpace .classLink li a::before {
  transition: all 0.4s;
}

@keyframes maskReveal {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes maskReveal2 {
  0% {
    width: 0;
    right: 0;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
.mainAreaList {
  z-index: 2;
  padding-top: 120px;
}

.classBoxSpace {
  width: 100%;
  align-items: center;
  background-color: #f9f4f0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
  position: absolute;
  top: -140px;
  left: 0;
}
.classBoxSpace::after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .classBoxSpace {
    padding: 0 20px;
    top: -120px;
  }
}
.classBoxSpace .title {
  width: 110px;
  color: #333;
  font-size: 14px;
  font-family: "Cormorant Garamond", "Noto Sans TC", "微軟正黑體", sans-serif;
  line-height: 1;
  margin-right: 25px;
  position: relative;
}
.classBoxSpace .title::before {
  content: "";
  width: 110px;
  height: 1px;
  background-color: #333;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.classBoxSpace .title::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #333;
  display: block;
  position: absolute;
  bottom: 0;
  right: -25px;
}
@media (max-width: 1024px) {
  .classBoxSpace .title {
    display: none;
  }
}
.classBoxSpace .classLink {
  width: calc(100% - 235px);
  margin-left: 10px;
  padding: 35px 0;
  overflow: hidden;
}
.classBoxSpace .classLink .slick-track {
  display: flex;
  align-items: center;
}
.classBoxSpace .classLink li {
  line-height: 1;
  padding: 0 15px;
  text-align: center;
}
.classBoxSpace .classLink li a {
  color: #000;
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
}
.classBoxSpace .classLink li a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #c4aea1;
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
}
.classBoxSpace .classLink li a.current {
  color: #c4aea1;
}
.classBoxSpace .classLink li a.current::before {
  content: "";
  width: 100%;
  left: 0;
}
@media (min-width: 1201px) {
  .classBoxSpace .classLink li a:hover {
    color: #c4aea1;
  }
  .classBoxSpace .classLink li a:hover::before {
    content: "";
    width: 100%;
    left: 0;
  }
}
.classBoxSpace .classLink .slick-list {
  overflow: visible;
}
@media (max-width: 1024px) {
  .classBoxSpace .classLink {
    width: calc(100% - 60px);
    margin-left: 0;
    padding: 25px 0;
  }
  .classBoxSpace .classLink li {
    padding: 0 30px 0 0;
  }
  .classBoxSpace .classLink li a {
    font-size: 15px;
  }
  .classBoxSpace .classLink li a::before {
    display: none;
  }
}
@media (max-width: 640px) {
  .classBoxSpace .classLink li {
    padding: 0 15px 0 0;
  }
}
.classBoxSpace .arrowBox {
  width: 70px;
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
}
.classBoxSpace .arrowBox .arrow {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
}
.classBoxSpace .arrowBox .arrow::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #d3d3d3;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  z-index: 1;
}
.classBoxSpace .arrowBox .arrow::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  display: block;
  position: absolute;
  top: calc(50% - 3.5px);
  z-index: 2;
}
.classBoxSpace .arrowBox .arrowPrev {
  margin-right: 5px;
}
.classBoxSpace .arrowBox .arrowPrev::before {
  left: 5px;
}
.classBoxSpace .arrowBox .arrowPrev::after {
  left: 5px;
  transform: rotate(135deg);
}
.classBoxSpace .arrowBox .arrowNext {
  margin-left: 5px;
}
.classBoxSpace .arrowBox .arrowNext::before {
  right: 5px;
}
.classBoxSpace .arrowBox .arrowNext::after {
  right: 5px;
  transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .classBoxSpace .arrowBox .arrow:hover::before {
    background-color: #c4aea1;
  }
  .classBoxSpace .arrowBox .arrow:hover::after {
    border-right: 1px solid #c4aea1;
    border-bottom: 1px solid #c4aea1;
  }
}
@media (max-width: 1024px) {
  .classBoxSpace .arrowBox {
    width: 60px;
    margin-left: 0;
  }
  .classBoxSpace .arrowBox .arrow {
    width: 25px;
    height: 25px;
  }
  .classBoxSpace .arrowBox .arrow::before {
    width: 15px;
  }
}
.classBoxSpace .m_classLink {
  display: none;
}

@media (max-width: 768px) {
  .noteTagBox {
    margin-bottom: 15px;
  }
}
.noteTagBox .classNote,
.noteTagBox .tagBox {
  width: 50%;
  padding-right: 40px;
}
@media (max-width: 1440px) {
  .noteTagBox .classNote,
  .noteTagBox .tagBox {
    padding-right: 25px;
  }
}
@media (max-width: 1024px) {
  .noteTagBox .classNote,
  .noteTagBox .tagBox {
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .noteTagBox .classNote,
  .noteTagBox .tagBox {
    width: 100%;
    padding-right: 0;
  }
}

.spaceBox {
  padding-top: 14%;
}
@media (max-width: 768px) {
  .spaceBox {
    padding-top: 0;
  }
}

.spaceList {
  display: flex;
  flex-wrap: wrap;
}
.spaceList .spaceItem {
  width: 50%;
  padding-bottom: 30px;
}
.spaceList .spaceItem:nth-child(odd) {
  padding-right: 40px;
}
.spaceList .spaceItem:nth-child(odd) .Img::before {
  background-color: #c4aea1;
}
.spaceList .spaceItem:nth-child(odd).show .Img::before {
  animation: maskReveal 1.5s ease forwards;
}
.spaceList .spaceItem:nth-child(even) {
  padding-left: 40px;
  margin-top: -14%;
}
.spaceList .spaceItem:nth-child(even) .Img::before {
  background-color: #fbf8f5;
}
.spaceList .spaceItem:nth-child(even).show .Img::before {
  animation: maskReveal2 1.5s ease forwards;
}
@media (max-width: 1440px) {
  .spaceList .spaceItem:nth-child(odd) {
    padding-right: 25px;
  }
  .spaceList .spaceItem:nth-child(even) {
    padding-left: 25px;
  }
}
@media (max-width: 1024px) {
  .spaceList .spaceItem:nth-child(odd) {
    padding-right: 15px;
  }
  .spaceList .spaceItem:nth-child(even) {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .spaceList .spaceItem:nth-child(odd) {
    padding-right: 10px;
  }
  .spaceList .spaceItem:nth-child(even) {
    padding-left: 10px;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .spaceList .spaceItem {
    width: 100%;
  }
  .spaceList .spaceItem:nth-child(odd) {
    padding-right: 0;
  }
  .spaceList .spaceItem:nth-child(even) {
    padding-left: 0;
  }
}
.spaceList .spaceItem .Img {
  overflow: hidden;
  position: relative;
}
.spaceList .spaceItem .Img::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}
.spaceList .spaceItem .Img img {
  display: block;
  width: 100%;
  backface-visibility: hidden;
}
.spaceList .spaceItem .Img .btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1201px) {
  .spaceList .spaceItem .Img:hover .btn {
    opacity: 1;
  }
}
.spaceList .spaceItem .Txt {
  padding: 20px 0;
}
.spaceList .spaceItem .Txt .topBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.spaceList .spaceItem .Txt .topBox .title {
  font-weight: 400;
  line-height: 1.2;
}
.spaceList .spaceItem .Txt .topBox .title a {
  display: block;
}
.spaceList .spaceItem .Txt .topBox .title a span {
  display: inline-block;
}
.spaceList .spaceItem .Txt .topBox .title a span.en {
  color: #000;
  font-size: 26px;
  font-family: "Cormorant Garamond", "Noto Sans TC", "微軟正黑體", sans-serif;
  margin-right: 10px;
}
.spaceList .spaceItem .Txt .topBox .title a span.tw {
  color: #000;
  font-size: 20px;
  letter-spacing: 1px;
}
@media (min-width: 1201px) {
  .spaceList .spaceItem .Txt .topBox .title a:hover span.en {
    color: #c4aea1;
  }
  .spaceList .spaceItem .Txt .topBox .title a:hover span.tw {
    color: #c4aea1;
  }
}
@media (max-width: 1024px) {
  .spaceList .spaceItem .Txt .topBox .title a span.en {
    font-size: 24px;
  }
  .spaceList .spaceItem .Txt .topBox .title a span.tw {
    font-size: 18px;
  }
}
.spaceList .spaceItem .Txt .topBox .unitFee {
  width: 230px;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .spaceList .spaceItem .Txt .topBox {
    font-size: 15px;
  }
  .spaceList .spaceItem .Txt .topBox .title {
    margin-bottom: 5px;
  }
  .spaceList .spaceItem .Txt .topBox .unitFee {
    width: 100%;
  }
}
.spaceList .spaceItem .Txt p {
  max-height: 50px;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .spaceList .spaceItem .Txt p {
    font-size: 15px;
  }
}

.backBtn {
  width: 100px;
  height: 100px;
  align-items: center;
  border: 1px solid #c4aea1;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  padding: 20px;
  position: fixed;
  bottom: 5%;
  right: 50px;
  z-index: 100;
  transform: translateY(-30px);
  visibility: hidden;
}
.backBtn.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.backBtn span.tw, .backBtn span.en {
  color: #fff;
  margin-bottom: 10px;
  writing-mode: vertical-lr;
}
.backBtn span.text {
  color: #000;
  font-size: 15px;
  text-align: center;
}
.backBtn span.arrow {
  width: 20px;
  height: 10px;
  position: relative;
}
.backBtn span.arrow::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #9d9d9d;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  z-index: 1;
}
.backBtn span.arrow::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  display: block;
  position: absolute;
  top: calc(50% - 3.5px);
  left: 0;
  z-index: 2;
  transform: rotate(135deg);
}
@media (min-width: 1201px) {
  .backBtn:hover {
    background-color: #c4aea1;
  }
  .backBtn:hover span.text {
    color: #fff;
  }
  .backBtn:hover span.arrow::before {
    background-color: #fff;
  }
  .backBtn:hover span.arrow::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 960px) {
  .backBtn {
    width: 70px;
    height: 70px;
    bottom: 5%;
    right: 40px;
    padding: 10px;
  }
  .backBtn span.text {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .backBtn {
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: 10%;
  }
  .backBtn span.text {
    font-size: 12px;
  }
}
@media (max-width: 340px) {
  .backBtn {
    right: 20px;
  }
}

.albumBoxTop {
  width: 100%;
  position: relative;
}
.albumBoxTop .albumList {
  width: 100%;
  max-height: 880px;
}
.albumBoxTop .albumList.slick-dotted {
  margin-bottom: 0;
}
.albumBoxTop .albumList .albumItem {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.albumBoxTop .albumList img {
  height: 100%;
  display: block;
  width: 100%;
  backface-visibility: hidden;
}
.albumBoxTop .funcBox {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 50px;
  right: 150px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .albumBoxTop .funcBox {
    right: 20px;
    bottom: 30px;
  }
}
@media (max-width: 640px) {
  .albumBoxTop .funcBox {
    right: 20px;
    bottom: 10px;
  }
}
.albumBoxTop .funcBox .slick-dots {
  width: auto;
  align-items: center;
  display: flex !important;
  margin: 0 25px 0 0;
  position: relative;
  bottom: 0;
  left: 0;
}
.albumBoxTop .funcBox .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 6px;
}
.albumBoxTop .funcBox .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.albumBoxTop .funcBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #878787;
  background-color: transparent;
  opacity: 1;
}
.albumBoxTop .funcBox .slick-dots li.slick-active button::before {
  background-color: #878787;
  opacity: 1;
}
.albumBoxTop .funcBox .arrow {
  width: 55px;
  height: 32px;
  cursor: pointer;
  position: relative;
}
.albumBoxTop .funcBox .arrow::before {
  content: "";
  width: 55px;
  height: 1px;
  background-color: #b4b4b4;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  z-index: 1;
}
.albumBoxTop .funcBox .arrow::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  display: block;
  position: absolute;
  top: calc(50% - 4.5px);
  z-index: 2;
}
.albumBoxTop .funcBox .arrowPrev {
  margin-right: 5px;
  order: 2;
}
.albumBoxTop .funcBox .arrowPrev::after {
  left: 0;
  transform: rotate(135deg);
}
.albumBoxTop .funcBox .arrowNext {
  margin-left: 5px;
  order: 3;
}
.albumBoxTop .funcBox .arrowNext::after {
  right: 0;
  transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .albumBoxTop .funcBox .arrow:hover::before {
    background-color: #c4aea1;
  }
  .albumBoxTop .funcBox .arrow:hover::after {
    border-right: 1px solid #c4aea1;
    border-bottom: 1px solid #c4aea1;
  }
}

.albumNote {
  background-color: #191919;
}
.albumNoteTop {
  width: 50%;
  max-width: 800px;
  padding: 65px 150px 110px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.albumNoteTop .bread,
.albumNoteTop .titleBox,
.albumNoteTop .text,
.albumNoteTop .btn {
  position: relative;
  z-index: 3;
}
.albumNoteTop .text {
  font-size: 16px;
}
.albumNoteTop::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #c4aea1;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}
.albumNoteTop.show::before {
  animation: maskReveal 1.5s ease forwards;
}
@media (max-width: 1440px) {
  .albumNoteTop {
    padding: 35px 85px 80px;
  }
}
@media (max-width: 1200px) {
  .albumNoteTop {
    padding: 25px 65px 70px 35px;
  }
}
@media (max-width: 1024px) {
  .albumNoteTop {
    display: none;
  }
}
.albumNoteBottom {
  display: none;
  margin: 0 auto;
  padding: 30px 20px;
}
@media (max-width: 1024px) {
  .albumNoteBottom {
    display: block;
  }
}
.albumNote.hide {
  transform: translateX(-100%);
}
.albumNote.hide .btnOpen {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateX(0);
}
.albumNote .bread {
  margin-bottom: 10px;
  text-align: left;
}
.albumNote .btn {
  width: 80px;
  height: 78px;
  align-items: center;
  background-color: #c4aea1;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-family: "Cormorant Garamond", "Noto Sans TC", "微軟正黑體", sans-serif;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.albumNote .btn .arrow {
  width: 35px;
  height: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}
.albumNote .btn .arrow::before {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #373737;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  z-index: 1;
}
.albumNote .btn .arrow::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #373737;
  border-bottom: 1px solid #373737;
  display: block;
  position: absolute;
  top: calc(50% - 4.5px);
  z-index: 2;
}
@media (min-width: 1201px) {
  .albumNote .btn:hover {
    background-color: #666;
    color: #fff;
  }
  .albumNote .btn:hover .arrow::before {
    background-color: #fff;
  }
  .albumNote .btn:hover .arrow::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.albumNote .btnOpen {
  right: -80px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateX(-100%);
}
.albumNote .btnOpen .arrow::after {
  right: 0;
  transform: rotate(-45deg);
}
.albumNote .btnClose {
  opacity: 0;
  right: 0;
}
.albumNote .btnClose .arrow::after {
  left: 0;
  transform: rotate(135deg);
}
.albumNote .btnClose.show {
  opacity: 1;
}
@media (max-width: 1200px) {
  .albumNote .btn {
    width: 60px;
    height: 58px;
  }
  .albumNote .btnOpen {
    right: -60px;
  }
}
.albumNote .text {
  font-weight: 100;
}

.sectionBox .section {
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .sectionBox .section {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .sectionBox .section {
    margin-bottom: 15px;
  }
}
.sectionBox .section .Txt {
  text-align: center;
}
.sectionBox .section .Txt em {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: "Cormorant Garamond", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-style: italic;
  line-height: 1;
  margin-bottom: 10px;
}
.sectionBox .section .Txt .title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.sectionBox .section .Txt .text {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .sectionBox .section .Txt {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .sectionBox .section .Txt em {
    font-size: 16px;
  }
  .sectionBox .section .Txt .title {
    font-size: 18px;
  }
  .sectionBox .section .Txt .text {
    font-size: 15px;
  }
}
.sectionBox .section .Img {
  width: 100%;
  position: relative;
}
.sectionBox .section .Img img {
  display: block;
  width: 100%;
  backface-visibility: hidden;
}
.sectionBox .coverBox {
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .sectionBox .coverBox {
    display: none;
  }
}
.sectionBox .coverBox .coverList {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.sectionBox .coverBox .coverList::before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sectionBox .coverBox .coverList.show::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.sectionBox .coverBox .coverItem {
  width: 33.33%;
  height: 33.33%;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.sectionBox .coverBox .coverItem .circle {
  display: block;
  border: 1px solid #efeace;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 40px;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sectionBox .coverBox .coverItem .circle::before {
  content: "";
  background-color: #efeace;
  border-radius: 50%;
  display: block;
  width: 80%;
  height: 80%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sectionBox .coverBox .coverItem .circle::after {
  content: "+";
  color: #767676;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sectionBox .coverBox .coverItem .product {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(10px);
}
.sectionBox .coverBox .coverItem .product .imgBox {
  width: 90px;
  height: 90px;
  border: 1px solid #ccc2a6;
  padding: 5px;
}
.sectionBox .coverBox .coverItem .product .imgBox img {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionBox .coverBox .coverItem .product .textBox {
  color: #fff;
  padding-top: 10px;
  text-align: center;
}
.sectionBox .coverBox .coverItem .product .textBox .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}
.sectionBox .coverBox .coverItem .product .textBox .text {
  font-family: "lato", "Noto Sans TC", "微軟正黑體", sans-serif;
}
@media (max-width: 1024px) {
  .sectionBox .coverBox .coverItem .product .textBox .title {
    font-size: 14px;
  }
}
.sectionBox .coverBox .coverItem.show .circle {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.sectionBox .coverBox .coverItem.show .product {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0);
}
.sectionBox .productBox {
  width: 100%;
  display: none;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .sectionBox .productBox {
    display: block;
  }
}
.sectionBox .productBox .productList.slick-dotted {
  margin-bottom: 0;
}
.sectionBox .productBox .productItem {
  padding: 0 5px;
}
.sectionBox .productBox .productItem .imgBox img {
  display: block;
  width: 100%;
  backface-visibility: hidden;
}
.sectionBox .productBox .productItem .textBox {
  color: #000;
  padding-top: 10px;
  text-align: center;
}
.sectionBox .productBox .productItem .textBox .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}
.sectionBox .productBox .productItem .textBox .text {
  font-family: "lato", "Noto Sans TC", "微軟正黑體", sans-serif;
}
.sectionBox .productBox .funcBox {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.sectionBox .productBox .funcBox .slick-dots {
  width: auto;
  align-items: center;
  display: flex !important;
  margin: 0;
  order: 2;
  position: relative;
  bottom: 0;
  left: 0;
}
.sectionBox .productBox .funcBox .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 6px;
}
.sectionBox .productBox .funcBox .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.sectionBox .productBox .funcBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #878787;
  background-color: transparent;
  opacity: 1;
}
.sectionBox .productBox .funcBox .slick-dots li.slick-active button::before {
  background-color: #878787;
  opacity: 1;
}
.sectionBox .productBox .funcBox .arrow {
  width: 55px;
  height: 32px;
  cursor: pointer;
  position: relative;
}
.sectionBox .productBox .funcBox .arrow::before {
  content: "";
  width: 55px;
  height: 1px;
  background-color: #b4b4b4;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  z-index: 1;
}
.sectionBox .productBox .funcBox .arrow::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  display: block;
  position: absolute;
  top: calc(50% - 4.5px);
  z-index: 2;
}
.sectionBox .productBox .funcBox .arrowPrev {
  order: 1;
  margin-right: 10px;
}
.sectionBox .productBox .funcBox .arrowPrev::after {
  left: 0;
  transform: rotate(135deg);
}
.sectionBox .productBox .funcBox .arrowNext {
  order: 3;
  margin-left: 10px;
}
.sectionBox .productBox .funcBox .arrowNext::after {
  right: 0;
  transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .sectionBox .productBox .funcBox .arrow:hover::before {
    background-color: #c4aea1;
  }
  .sectionBox .productBox .funcBox .arrow:hover::after {
    border-right: 1px solid #c4aea1;
    border-bottom: 1px solid #c4aea1;
  }
}
@media (max-width: 640px) {
  .sectionBox .productBox .funcBox {
    flex-wrap: wrap;
  }
  .sectionBox .productBox .funcBox .slick-dots {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    order: 1;
  }
  .sectionBox .productBox .funcBox .arrowPrev {
    order: 2;
  }
  .sectionBox .productBox .funcBox .arrowNext {
    order: 3;
  }
}

.expBox {
  padding: 100px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 1024px) {
  .expBox {
    margin-top: 30px;
    padding: 30px 0;
  }
}

.relationBox {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .relationBox {
    padding-top: 30px;
  }
}
.relationBox .relationList {
  width: 100%;
  margin: 0 -12.5px;
  padding-top: 25px;
}
.relationBox .relationList.slick-dotted {
  margin-bottom: 0;
}
.relationBox .relationItem {
  padding: 0 12.5px;
}
.relationBox .relationItem .Txt {
  padding: 15px 0;
  text-align: center;
}
.relationBox .relationItem .Txt .title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.relationBox .relationItem .Txt .title a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.relationBox .relationItem .Txt .text {
  color: #666;
  font-family: "lato", "Noto Sans TC", "微軟正黑體", sans-serif;
  line-height: 1.2;
  letter-spacing: 1px;
}
.relationBox .relationItem .Img img {
  transform: scale(1.01);
  display: block;
  width: 100%;
  backface-visibility: hidden;
}
.relationBox .funcBox {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.relationBox .funcBox .slick-dots {
  width: auto;
  align-items: center;
  display: flex !important;
  margin: 0;
  order: 2;
  position: relative;
  bottom: 0;
  left: 0;
}
.relationBox .funcBox .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 6px;
}
.relationBox .funcBox .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.relationBox .funcBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #878787;
  background-color: transparent;
  opacity: 1;
}
.relationBox .funcBox .slick-dots li.slick-active button::before {
  background-color: #878787;
  opacity: 1;
}
.relationBox .funcBox .arrow {
  width: 55px;
  height: 32px;
  cursor: pointer;
  position: relative;
}
.relationBox .funcBox .arrow::before {
  content: "";
  width: 55px;
  height: 1px;
  background-color: #b4b4b4;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  z-index: 1;
}
.relationBox .funcBox .arrow::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  display: block;
  position: absolute;
  top: calc(50% - 4.5px);
  z-index: 2;
}
.relationBox .funcBox .arrowPrev {
  order: 1;
  margin-right: 10px;
}
.relationBox .funcBox .arrowPrev::after {
  left: 0;
  transform: rotate(135deg);
}
.relationBox .funcBox .arrowNext {
  order: 3;
  margin-left: 10px;
}
.relationBox .funcBox .arrowNext::after {
  right: 0;
  transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .relationBox .funcBox .arrow:hover::before {
    background-color: #c4aea1;
  }
  .relationBox .funcBox .arrow:hover::after {
    border-right: 1px solid #c4aea1;
    border-bottom: 1px solid #c4aea1;
  }
}
@media (max-width: 1024px) {
  .relationBox .funcBox {
    padding-top: 20px;
  }
}
@media (max-width: 640px) {
  .relationBox .funcBox {
    flex-wrap: wrap;
  }
  .relationBox .funcBox .slick-dots {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    order: 1;
  }
  .relationBox .funcBox .arrowPrev {
    order: 2;
  }
  .relationBox .funcBox .arrowNext {
    order: 3;
  }
}

.moduleBox .productIntro {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .moduleBox .productIntro {
    flex-direction: column;
  }
}
.moduleBox .albumBox {
  width: 60%;
  margin-right: 30px;
  padding: 0;
  position: relative;
}
@media (max-width: 768px) {
  .moduleBox .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.moduleBox .albumBox .albumList {
  width: 100%;
}
.moduleBox .albumBox .albumList .albumItem {
  width: 100%;
}
.moduleBox .albumBox .albumList img {
  display: block;
  width: 100%;
  backface-visibility: hidden;
}
.moduleBox .albumBox .arrow {
  width: 32px;
  height: 32px;
  background-color: #191919;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 16px);
}
.moduleBox .albumBox .arrow::before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  z-index: 1;
}
.moduleBox .albumBox .arrow::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  position: absolute;
  top: calc(50% - 3.5px);
  z-index: 2;
}
.moduleBox .albumBox .arrowPrev {
  left: 0;
}
.moduleBox .albumBox .arrowPrev::before {
  left: 8px;
}
.moduleBox .albumBox .arrowPrev::after {
  left: 8px;
  transform: rotate(135deg);
}
.moduleBox .albumBox .arrowNext {
  right: 0;
}
.moduleBox .albumBox .arrowNext::before {
  right: 8px;
}
.moduleBox .albumBox .arrowNext::after {
  right: 8px;
  transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .moduleBox .albumBox .arrow:hover::before {
    background-color: #c4aea1;
  }
  .moduleBox .albumBox .arrow:hover::after {
    border-right: 1px solid #c4aea1;
    border-bottom: 1px solid #c4aea1;
  }
}
.moduleBox .introBox {
  flex: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .moduleBox .introBox {
    width: 100%;
    flex: auto;
  }
}
.moduleBox .introBox .no {
  color: #000;
  font-weight: 500;
  font-family: "lato", "Noto Sans TC", "微軟正黑體", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.moduleBox .introBox .Txt {
  color: #666;
  line-height: 1.6;
}
.moduleBox .introBox .share {
  align-items: center;
  display: flex;
  margin-top: 10px;
}
.moduleBox .introBox .share b {
  color: #666;
  font-weight: 400;
}
.moduleBox .introBox .share a {
  width: 25px;
  color: #666;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 1201px) {
  .moduleBox .introBox .share a:hover {
    color: #c4aea1;
  }
}

.unLoginBox {
  padding: 60px;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}
.unLoginBox .title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.unLoginBox .btn1 {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .unLoginBox {
    padding: 50px;
  }
}
@media (max-width: 1180px) {
  .unLoginBox {
    padding: 40px;
  }
  .unLoginBox .title {
    font-size: 20px;
  }
  .unLoginBox .btn1 {
    margin-top: 20px;
  }
}
@media (max-width: 400px) {
  .unLoginBox {
    padding: 20px;
  }
}