.productIntro {
  position: relative;
  margin-bottom: 60px;
}
.productIntro::after {
  content: "";
  position: absolute;
  right: -345px;
  bottom: -120px;
  width: 147px;
  height: 154px;
  background-image: url("../images/stainsImg2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.productIntro .topBox {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .productIntro .topBox {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}

.imageryImg {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 765px;
  transform: translateX(-70px);
}
@media (max-width: 1180px) {
  .imageryImg {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  .imageryImg {
    width: 100%;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .imageryImg {
    display: none;
  }
}
.imageryImg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../images/maskBg.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.imageryImg .img {
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-image: url("../images/mask.png");
          mask-image: url("../images/mask.png");
  -webkit-mask-size: contain;
          mask-size: contain;
}
.imageryImg img {
  display: block;
  width: 100%;
}

.productImg {
  z-index: 5;
  width: 100%;
  max-width: 185px;
}
@media (min-width: 1024px) {
  .productImg {
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
  }
}
@media (max-width: 1023px) {
  .productImg {
    margin-top: -200px;
  }
}
@media (max-width: 767px) {
  .productImg {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .productImg {
    max-width: 120px;
  }
}
@media (max-width: 480px) {
  .productImg {
    max-width: 90px;
  }
}
.productImg::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -30px;
  z-index: -1;
  width: 165px;
  height: 165px;
  background-image: url("../images/stainsImg4.png");
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .productImg::after {
    display: none;
  }
}
.productImg img {
  display: block;
  width: 100%;
}

.introBox {
  position: relative;
  flex-grow: 1;
  padding-top: 75px;
}
@media (max-width: 1023px) {
  .introBox {
    padding-top: 20px;
  }
}
.introBox::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 186px;
  height: 178px;
  background-image: url("../images/stainsImg3.png");
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.introBox .mTitle {
  display: inline-block;
  padding: 1px 8px;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #ac8a5e;
  border: 1px solid rgba(172, 138, 94, 0.3);
}
.introBox .title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #ac8a5e;
}
.introBox .bottom {
  display: flex;
  align-items: flex-end;
  padding-bottom: 35px;
}
.introBox .capacity {
  margin-right: 7px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #7c7c7c;
  font-family: "Times New Roman", "Noto Serif TC", serif;
}
.introBox .priceBox {
  display: flex;
  align-items: flex-end;
  color: #ac8a5e;
  letter-spacing: 0.05em;
}
.introBox .priceTitle {
  padding-right: 5px;
  font-weight: 300;
  font-size: 12px;
}
.introBox .price {
  font-family: "Times New Roman", "Noto Serif TC", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.8;
}
.introBox .text {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #464646;
  line-height: 1.6;
  border-bottom: 1px solid #e0dfdb;
}

.albumBox {
  position: relative;
  width: 100%;
}
.albumBox .arrowStyle1 {
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
}
.albumBox .prevArrow {
  left: 15px;
}
.albumBox .nextArrow {
  right: 15px;
}

.albumList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 480px) {
  .albumList {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.albumList li {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 480px) {
  .albumList li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.albumList .slick-slide a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.albumList img {
  display: block;
  width: 100%;
}

.titleBox2 {
  margin-bottom: 40px;
}