/* Scoped from temp.html: .honor600series .section-movingphoto → .pcp-moving-photo .section-movingphoto */

.pcp-moving-photo * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.pcp-moving-photo .object-contain {
  object-fit: contain;
}

.pcp-moving-photo .object-fit,
.pcp-moving-photo .object-fit img,
.pcp-moving-photo .object-fit video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.pcp-moving-photo .border-round {
  border-radius: 999vw;
}

.pcp-moving-photo .section-movingphoto .movingphoto-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 6.25vw 0 8.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

@media (max-aspect-ratio: 12/10) and (max-width: 1025px) {
  .pcp-moving-photo .section-movingphoto .movingphoto-container {
    display: block;
    padding: 0 0 8vw;
  }
}

.pcp-moving-photo .section-movingphoto .copy-wrapper {
  width: 33.3333333333vw;
  margin-left: 7.0833333333vw;
}

@media (max-aspect-ratio: 12/10) and (max-width: 1025px) {
  .pcp-moving-photo .section-movingphoto .copy-wrapper {
    width: 87.2vw;
    margin: 0 auto;
  }
}

.pcp-moving-photo .section-movingphoto .copy-wrapper.is-active .common-copy > span:nth-of-type(1) {
  opacity: 0;
}

.pcp-moving-photo .section-movingphoto .copy-wrapper.is-active .common-copy > span:nth-of-type(2) {
  opacity: 1;
}

.pcp-moving-photo .section-movingphoto .copy-wrapper .common-copy {
  position: relative;
}

.pcp-moving-photo .section-movingphoto .copy-wrapper .common-copy > span {
  display: block;
  transition: opacity 0.3s ease;
}

.pcp-moving-photo .section-movingphoto .copy-wrapper .common-copy > span:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.pcp-moving-photo .section-movingphoto .copy-wrapper .button-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 10.4166666667vw;
  margin-top: 4.1666666667vw;
}

.pcp-moving-photo .section-movingphoto .copy-wrapper .button-wrapper .swiper-pagination-movingphoto {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.pcp-moving-photo .section-movingphoto .copy-wrapper .button-wrapper .swiper-pagination-movingphoto .movingphotoBtn {
  width: 100%;
  text-align: left;
  padding: 1.3020833333vw 2.6041666667vw 1.3020833333vw 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.pcp-moving-photo .section-movingphoto .copy-wrapper .button-wrapper .swiper-pagination-movingphoto .movingphotoBtn .thirdTitle {
  position: relative;
  opacity: 0.3;
}

.pcp-moving-photo .section-movingphoto .copy-wrapper .button-wrapper .swiper-pagination-movingphoto .movingphotoBtn .thirdTitle .icon-arrow {
  position: absolute;
  top: 0.2604166667vw;
  right: 0;
  width: 1.5625vw;
  height: 1.5625vw;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.pcp-moving-photo .section-movingphoto .copy-wrapper .button-wrapper .swiper-pagination-movingphoto .movingphotoBtn .firstCopy {
  display: none;
  margin-top: 1.0416666667vw;
}

.pcp-moving-photo .section-movingphoto .copy-wrapper .button-wrapper .swiper-pagination-movingphoto .movingphotoBtn.my-bullet-active .thirdTitle {
  opacity: 1;
}

.pcp-moving-photo .section-movingphoto .copy-wrapper .button-wrapper .swiper-pagination-movingphoto .movingphotoBtn.my-bullet-active .thirdTitle .icon-arrow {
  transform: none;
}

.pcp-moving-photo .section-movingphoto .copy-wrapper .button-wrapper .swiper-pagination-movingphoto .movingphotoBtn.my-bullet-active .firstCopy {
  display: block;
}

.pcp-moving-photo .section-movingphoto .copy-wrapper .button-wrapper .swiper-pagination-movingphoto .movingphotoBtn + .movingphotoBtn {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto {
  position: relative;
  width: 27.2916666667vw;
  height: 36.3541666667vw;
  touch-action: pan-y;
  cursor: grab;
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto.is-dragging {
  cursor: grabbing;
}

@media (max-aspect-ratio: 12/10) and (max-width: 1025px) {
  .pcp-moving-photo .section-movingphoto .swiper-container-movingphoto {
    width: 80.8vw;
    height: auto;
    margin: 8vw auto 0;
  }
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-aspect-ratio: 12/10) and (max-width: 1025px) {
  .pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-slide.is-active {
    height: 106.6666666667vw;
  }
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-slide .video-wrapper {
  border-radius: 3.125vw;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (max-aspect-ratio: 12/10) and (max-width: 1025px) {
  .pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-slide .video-wrapper {
    border-radius: 8vw;
    height: 106.6666666667vw;
  }
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-slide .item-copy {
  position: absolute;
  z-index: 2;
  top: 1.8229166667vw;
  left: 1.8229166667vw;
  background: rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: blur(0.78125vw);
  backdrop-filter: blur(0.78125vw);
  display: inline-flex;
  align-items: center;
  padding: 0.5729166667vw 0.8333333333vw;
  gap: 0.4166666667vw;
  color: #fff;
}

@media (max-aspect-ratio: 12/10) and (max-width: 1025px) {
  .pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-slide .item-copy {
    top: 5.0666666667vw;
    left: 5.0666666667vw;
    padding: 1.8666666667vw 2.6666666667vw;
    gap: 2.1333333333vw;
    -webkit-backdrop-filter: blur(4vw);
    backdrop-filter: blur(4vw);
  }
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-slide .item-copy .icon-live {
  width: 0.9375vw;
  height: 0.9375vw;
}

@media (max-aspect-ratio: 12/10) and (max-width: 1025px) {
  .pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-slide .item-copy .icon-live {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-container-eraser {
  width: 100%;
  height: 100%;
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-container-eraser .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-container-eraser .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-container-eraser .swiper-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-container-eraser .swiper-slide .video-wrapper {
  border-radius: 3.125vw;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (max-aspect-ratio: 12/10) and (max-width: 1025px) {
  .pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-container-eraser .swiper-slide .video-wrapper {
    border-radius: 8vw;
    height: 106.6666666667vw;
  }
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-pagination-eraser {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 3.125vw;
  transform: translateX(-50%);
  display: inline-flex;
  background: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(0.78125vw);
  backdrop-filter: blur(0.78125vw);
  padding: 0.2083333333vw;
  border: none;
}

@media (max-aspect-ratio: 12/10) and (max-width: 1025px) {
  .pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-pagination-eraser {
    bottom: auto;
    top: 89.3333333333vw;
    padding: 1.0666666667vw;
    -webkit-backdrop-filter: blur(4vw);
    backdrop-filter: blur(4vw);
  }
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-pagination-eraser .eraserBtn {
  position: relative;
  padding: 0.5208333333vw 1.4583333333vw;
  text-align: center;
  color: white;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

@media (max-aspect-ratio: 12/10) and (max-width: 1025px) {
  .pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-pagination-eraser .eraserBtn {
    padding: 2.1333333333vw 6.4vw;
  }
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-pagination-eraser .eraserBtn.my-bullet-active {
  color: #000;
  background: #fff;
}

.pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-pagination-eraser .eraserBtn.my-bullet-active > span {
  background: linear-gradient(270deg, #ffae52, #ff8bb2, #ad70dc);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pcp-moving-photo .section-movingphoto .bg-wrapper {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 64.640625vw;
  height: 47.8125vw;
  pointer-events: none;
}

.pcp-moving-photo .section-movingphoto .bg-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pcp-moving-photo .section-movingphoto .swiper-notification {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  .pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-slide {
    transition: none;
  }

  .pcp-moving-photo .section-movingphoto .swiper-container-movingphoto .swiper-container-eraser .swiper-slide {
    transition: none;
  }

  .pcp-moving-photo .section-movingphoto .copy-wrapper .button-wrapper .swiper-pagination-movingphoto .movingphotoBtn .thirdTitle .icon-arrow {
    transition: none;
  }
}
