/*order-option*/
.p03-img-text-popup img {
  width: 100%;
  height: 100%;
  display: block;
}

.p03-img-text-popup .p03-media,
.p03-img-text-popup,
.p03-img-text-popup .p03-child-media {
  position: relative;
  font-size: 0;
}

.p03-img-text-popup .p03-media {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.p03-img-text-popup .p03-only-can-img {
  height: 100%;
}

.p03-img-text-popup .p03-media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.p03-img-text-popup video {
  width: 100%;
}

.p03-img-text-popup .world-class-design-team {
  height: 56.25vw;
  position: relative;
  color: #fff;
}

.p03-img-text-popup .world-class-contant {
  width: 1064px;
  max-width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 5.7291666667vw;
  text-align: center;
}

.p03-img-text-popup .world-class-contant h2 {
  font-size: 40px;
  line-height: 1.375;
  margin-bottom: 16px;
  font-weight: 600;
}

.p03-img-text-popup .world-class-contant .world-class-txt {
  font-size: 16px;
  line-height: 1.6;
}

.p03-img-text-popup .world-class-contant .world-class-txt-commont {
  font-size: 14px;
  margin-top: 10px;
}

.p03-img-text-popup .p03-popup-container {
  position: relative;
  bottom: 88px;
  z-index: 100;
  font-size: 0;
}

.p03-img-text-popup .p03-open-prompt-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 52px;
  z-index: 110;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.p03-img-text-popup .world-class-contant-open {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 100%;
  font-size: 38px;
  color: #7D7D7D;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-weight: 300;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  transform: scale(1, 1) rotate(45deg);
  -ms-transform: scale(1, 1) rotate(0deg);
  -moz-transform: scale(1, 1) rotate(0deg);
  -webkit-transform: scale(1, 1) rotate(0deg);
  -o-transform: scale(1, 1) rotate(0deg);
  z-index: 100;
  -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.57);
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.57);
}

.p03-img-text-popup .world-class-contant-close {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  transform: scale(1, 1) rotate(45deg);
  -ms-transform: scale(1, 1) rotate(45deg);
  -moz-transform: scale(1, 1) rotate(45deg);
  -webkit-transform: scale(1, 1) rotate(45deg);
  -o-transform: scale(1, 1) rotate(45deg);
}

.p03-img-text-popup .world-class-contant-open:hover {
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.57);
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.57);
}

/* pc- 5 */
.p03-img-text-popup .product-details-item {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(4vw);
  transform: translateY(4vw);
  z-index: -1;
  position: relative;
}

.p03-img-text-popup .product-details-open {
  max-height: 4000px;
  overflow: hidden;
  -webkit-transform: translateY(131px);
  transform: translateY(131px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  position: relative;
}

.p03-img-text-popup .product-details-item ul {
  width: 1440px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 58px;
  margin-bottom: 9.416667vw;
}

.p03-img-text-popup .product-details-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.6875vw;
}

.p03-img-text-popup .product-details-item li > div {
  width: 50%;
}

.p03-img-text-popup .img-in-left .product-details-show-txt {
  padding-left: 5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p03-img-text-popup .img-in-right .product-details-show-txt {
  padding-right: 5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p03-img-text-popup .product-details-show-txt h3 {
  color: #000000;
  font-size: 24px;
  line-height: 1.375;
  margin-bottom: 45px;
  font-weight: 600;
}

.p03-img-text-popup .product-details-show-txt > div {
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
}

.p03-img-text-popup .video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  width: 75px;
  height: 75px;
  cursor: pointer;
}

.p03-img-text-popup .animation-true-dom {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}

.p03-img-text-popup .animation-dom-aitive .animation-true-dom {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p03-img-text-popup .popup-video-button {
  cursor: pointer;
  background-color: inherit;
  width: 100%;
}

.p03-img-text-popup .p03-open-btn-container {
  position: sticky;
  top: 150px;
}

.p03-img-text-popup .text-color-black {
  color: #000000;
}

@media screen and (max-width: 991px) {
  .p03-img-text-popup .p03-open-prompt-text {
    font-size: 3.5vw;
    line-height: 1;
    top: 13.0555555556vw;
  }
  .p03-img-text-popup .video-play {
    width: 11.111111vw;
    height: 11.111111vw;
  }
  .p03-img-text-popup .world-class-design-team {
    height: 200vw;
  }
  .p03-img-text-popup .world-class-contant {
    max-width: 86.111111vw;
    top: 18.333333vw;
  }
  .p03-img-text-popup .world-class-contant h2 {
    font-size: 4.444444vw;
    margin-bottom: 5.555556vw;
  }
  .p03-img-text-popup .world-class-contant .world-class-txt {
    font-size: 3.333333vw;
  }
  .p03-img-text-popup .world-class-contant .world-class-txt-commont {
    font-size: 3.0555555556vw;
  }
  .p03-img-text-popup .p03-open-btn-container {
    top: 27.777778vw;
  }
  .p03-img-text-popup .p03-popup-container {
    bottom: 20.138889vw;
  }
  .p03-img-text-popup .world-class-contant-open {
    width: 10.138889vw;
    height: 10.138889vw;
    line-height: 10.138889vw;
    font-size: 6.944444vw;
  }
  .p03-img-text-popup .product-details-open {
    max-height: 6000px;
    -webkit-transform: translateY(30.8125vw);
    transform: translateY(30.8125vw);
  }
  .p03-img-text-popup .product-details-item ul {
    width: 86%;
    max-width: 86%;
    margin-top: 18.888889vw;
    margin-bottom: 13.888889;
  }
  .p03-img-text-popup .product-details-item li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25.277778vw;
  }
  .p03-img-text-popup .product-details-item .img-in-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p03-img-text-popup .product-details-item li > div {
    width: 100%;
  }
  .p03-img-text-popup .img-in-left .product-details-show-txt {
    padding-left: 0;
  }
  .p03-img-text-popup .img-in-right .product-details-show-txt {
    padding-right: 0;
  }
  .p03-img-text-popup .product-details-show-txt h3 {
    font-size: 3.888889vw;
    margin-bottom: 3.472222vw;
    text-align: center;
  }
  .p03-img-text-popup .product-details-show-txt > div {
    font-size: 3.333333vw;
    text-align: center;
  }
  .p03-img-text-popup .product-details-item .product-details-show-img-container {
    margin-bottom: 5.555556vw;
  }
  .p03-img-text-popup .world-class-contant-open:hover {
    background: #fff;
    color: #7d7d7d;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.57);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.57);
  }
}
