@charset "UTF-8";
a,
p,
li,
span,
small {
  color: #6D6D6D;
}

a:hover {
  color: #474747;
}
a:hover span {
  color: #474747;
}

.left-pane {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  flex: 1;
  background-color: #6D6D6D;
  position: sticky;
  top: 0;
  /* 右下角按鈕列 */
  /* 分享群組 hover 才顯示 */
}
@media (max-width: 991px) {
  .left-pane {
    position: relative;
    top: unset;
  }
}
.left-pane .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.left-pane .swiper .swiper-button-prev::after,
.left-pane .swiper .swiper-button-next::after {
  display: none;
}
.left-pane .swiper .swiper-button-prev,
.left-pane .swiper .swiper-button-next {
  width: 50px;
  height: 180px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
.left-pane .swiper .swiper-button-prev:hover,
.left-pane .swiper .swiper-button-next:hover {
  opacity: 1;
}
.left-pane .swiper .swiper-button-prev img,
.left-pane .swiper .swiper-button-next img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .left-pane .swiper .swiper-button-prev,
  .left-pane .swiper .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
.left-pane .swiper,
.left-pane .swiper-wrapper,
.left-pane .swiper-slide {
  height: 100vh;
}
@media (max-width: 991px) {
  .left-pane .swiper,
  .left-pane .swiper-wrapper,
  .left-pane .swiper-slide {
    height: 400px;
  }
}
.left-pane .swiper-button-prev.swiper-button-prev-desktop:after {
  content: "";
  width: 50px;
  height: 180px;
  background: url("../img/LEFT-2.svg") no-repeat;
  background-position: center;
  display: inline-block;
  color: transparent;
}
.left-pane .swiper-button-disabled {
  cursor: pointer;
  pointer-events: painted;
}
.left-pane .action-bar {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 20;
}
@media (max-width: 991px) {
  .left-pane .action-bar {
    right: unset;
    left: 50%;
    bottom: 8px;
    transform: translate(-50%, 0px);
    flex-direction: row;
  }
}
.left-pane .action-btn {
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.left-pane .action-btn i {
  font-size: 18px;
}
.left-pane .share-wrapper {
  position: relative;
}
.left-pane .share-wrapper:hover .share-popover {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.left-pane .share-popover {
  position: absolute;
  right: 52px;
  bottom: 0;
  display: flex;
  gap: 16px;
  padding: 4px 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateX(6px);
  transition: all 0.18s ease;
  z-index: 20;
}
.left-pane .share-btn {
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s;
}
.left-pane .share-btn.line {
  background-image: url("../img/share-LINE1.svg");
}
.left-pane .share-btn.line:hover {
  background-image: url("../img/share-LINE2.svg");
}
.left-pane .share-btn.facebook {
  background-image: url("../img/share-FB1.svg");
}
.left-pane .share-btn.facebook:hover {
  background-image: url("../img/share-FB2.svg");
}
.left-pane .share-btn.wechat {
  background-image: url("../img/share-wechat1.svg");
}
.left-pane .share-btn.wechat:hover {
  background-image: url("../img/share-wechat2.svg");
}

.right-pane {
  width: 480px;
  height: 100vh;
  flex-shrink: 0;
  overflow-y: auto;
  background: #fff;
}
@media (max-width: 991px) {
  .right-pane {
    width: 100%;
    height: auto;
  }
}
.right-pane .designer-title {
  height: 50.04px;
  font-size: 18px;
}
.right-pane .designer-image {
  width: 75px;
  height: 100px;
  margin-right: 1rem;
}
.right-pane .designer-image img {
  width: 75px;
  height: 100px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.right-pane .designer-image .hidden {
  visibility: hidden;
}
.right-pane .title h5 {
  padding: 0.7rem;
  margin: 1.6rem 0 1rem 0;
  font-size: 18px;
  font-weight: bold;
  background-color: #EFEFEF;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .right-pane .title h5 {
    padding: 0;
    margin: 0;
    background-color: transparent;
  }
}
.right-pane .thumb-list img {
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border-color 0.2s;
}
.right-pane .thumb-list img.active {
  border: 1px solid #d33;
}
@media (max-width: 991px) {
  .right-pane .thumb-list,
  .right-pane .other-list {
    height: 235px;
    overflow-y: scroll;
  }
}
@media (max-width: 575px) {
  .right-pane .thumb-list,
  .right-pane .other-list {
    height: 165px;
  }
}
.right-pane .thumb-list img,
.right-pane .other-list img {
  width: 75px;
  height: 75px;
}
@media (max-width: 991px) {
  .right-pane .thumb-list img,
  .right-pane .other-list img {
    width: 100%;
    height: 110px;
  }
}
@media (max-width: 575px) {
  .right-pane .thumb-list img,
  .right-pane .other-list img {
    width: 100%;
    height: 75px;
  }
}
.right-pane .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 34px;
  font-weight: bold;
  color: #6D6D6D;
  text-decoration: none;
  z-index: 10;
}

.mb-close-btn {
  position: absolute;
  top: 16px;
  right: 10px;
  z-index: 100;
}
.mb-close-btn svg {
  filter: drop-shadow(0 3px 5px #333);
}

.case-data li {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.7;
}
.case-data li p {
  flex-basis: 20%;
}
@media (max-width: 991px) {
  .case-data li p {
    flex-basis: 23%;
  }
}
.case-data li i {
  margin-right: 1rem;
}
.case-data li span {
  display: inline-block;
  flex-basis: 80%;
}

#designer_data {
  display: none;
}
#designer_data li {
  align-items: center;
}/*# sourceMappingURL=style.css.map */