.cp-bar-tab-image-popup {
  background-color: #000;
  color: #fff;
  height: 100lvh;
}

.cp-bar-tab-image-popup * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-bar-tab-image-popup .is-mo {
  display: none;
}

.cp-bar-tab-image-popup sup {
  font-size: 0.75em;
  vertical-align: top;
}

.cp-bar-tab-image-popup__contents {
  position: absolute;
  margin: 0 auto;
  left: -webkit-calc(50% - 820px);
  left: calc(50% - 820px);
  left: calc(50% - 820px);
  right: -webkit-calc(50% - 820px);
  right: calc(50% - 820px);
  right: calc(50% - 820px);
  bottom: 100px;
  bottom: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}

.cp-bar-tab-image-popup__headline {
  max-width: -webkit-calc(100% - 969px);
  max-width: calc(100% - 969px);
}

.cp-bar-tab-image-popup__headline .cm-section-desc {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 40px;
  margin-top: 4rem;
}

.cp-bar-tab-image-popup .cm-section-title {
  margin: 0;
  padding: 0;
}

.cp-bar-tab-image-popup .cm-section-title__subtitle {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.cp-bar-tab-image-popup .cm-section-title__title {
  margin-top: 0px;
  margin-top: 0rem;
}

.cp-bar-tab-image-popup .cm-section-title__title sup {
  font-size: 16px;
  font-size: 1.6rem;
}

.cp-bar-tab-image-popup__cta {
  margin-top: 40px;
  margin-top: 4rem;
}

.cp-bar-tab-image-popup__cta .cm-btn-more {
  font-size: 20px;
  font-size: 2rem;
}

.cp-bar-tab-image-popup__cta .cm-btn-more.is-default span:before {
  width: 0;
}

.cp-bar-tab-image-popup__cta .cm-btn-more.type-newwindow:after {
  margin-top: 0;
  margin-left: 0;
}

.cp-bar-tab-image-popup .cm-gallery-tab__btn + .cm-gallery-tab__btn {
  margin: 0 0 0 24px;
  margin: 0 0 0 2.4rem;
}

.cp-bar-tab-image-popup .cm-gallery-tab {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  height: -webkit-calc(100lvh - 60px);
  height: calc(100lvh - 60px);
}

.cp-bar-tab-image-popup .cm-gallery-tab__visual {
  height: 100%;
  -webkit-transition: none;
  transition: none;
}

.cp-bar-tab-image-popup .cm-gallery-tab__visual-wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.cp-bar-tab-image-popup .cm-gallery-tab__visual-wrap.type-1 .cm-gallery-tab__visual, .cp-bar-tab-image-popup .cm-gallery-tab__visual-wrap.type-3 .cm-gallery-tab__visual {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.cp-bar-tab-image-popup .cm-gallery-tab__visual-wrap.type-2 .cm-gallery-tab__visual {
  -webkit-transform: scale(1.1) translateX(4.5%);
  -ms-transform: scale(1.1) translateX(4.5%);
  transform: scale(1.1) translateX(4.5%);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.cp-bar-tab-image-popup .cm-gallery-tab__visual-wrap.type-2 .cm-gallery-tab__visual.active {
  -webkit-animation: translate-x 2.5s 0.5s ease-out forwards;
  animation: translate-x 2.5s 0.5s ease-out forwards;
}

@-webkit-keyframes translate-x {
  from {
    -webkit-transform: scale(1.1) translateX(4.5%);
    transform: scale(1.1) translateX(4.5%);
  }
  to {
    -webkit-transform: scale(1.1) translateX(-4.5%);
    transform: scale(1.1) translateX(-4.5%);
  }
}

@keyframes translate-x {
  from {
    -webkit-transform: scale(1.1) translateX(4.5%);
    transform: scale(1.1) translateX(4.5%);
  }
  to {
    -webkit-transform: scale(1.1) translateX(-4.5%);
    transform: scale(1.1) translateX(-4.5%);
  }
}

.cp-bar-tab-image-popup .cm-gallery-tab__visual-wrap:before, .cp-bar-tab-image-popup .cm-gallery-tab__visual-wrap:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.cp-bar-tab-image-popup .cm-gallery-tab__visual-wrap:after {
  bottom: 0;
  height: 400px;
  height: 40rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(92.62%, rgba(0, 0, 0, 0.65)), color-stop(135.75%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 92.62%, rgba(0, 0, 0, 0.8) 135.75%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 92.62%, rgba(0, 0, 0, 0.8) 135.75%);
}

.cp-bar-tab-image-popup .cm-gallery-tab__video, .cp-bar-tab-image-popup .cm-gallery-tab__image {
  height: 100%;
  width: 100%;
  contain: size;
}

.cp-bar-tab-image-popup .cm-gallery-tab__video video, .cp-bar-tab-image-popup .cm-gallery-tab__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-bar-tab-image-popup .cm-gallery-tab__video video {
  object-position: center;
}

.cp-bar-tab-image-popup .cm-gallery-tab__image img {
  object-position: top center;
}

.cp-bar-tab-image-popup .cm-gallery-tab__box-wrap {
  position: relative;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  max-width: 969px;
  max-width: 96.9rem;
}

.cp-bar-tab-image-popup .cm-gallery-tab__box.active .cm-gallery-tab__arrow {
  background: -webkit-gradient(linear, left bottom, left top, from(#191919), to(#191919)), #0F0F0F;
  background: -webkit-linear-gradient(bottom, #191919, #191919), #0F0F0F;
  background: linear-gradient(0deg, #191919, #191919), #0F0F0F;
}

.cp-bar-tab-image-popup .cm-gallery-tab__box.active .cm-gallery-tab__arrow:after {
  background: -webkit-gradient(linear, right top, left top, from(#191919), to(rgba(25, 25, 25, 0)));
  background: -webkit-linear-gradient(right, #191919 0%, rgba(25, 25, 25, 0) 100%);
  background: linear-gradient(270deg, #191919 0%, rgba(25, 25, 25, 0) 100%);
}

.cp-bar-tab-image-popup .cm-gallery-tab__box span {
  padding: 8px 0;
  padding: 0.8rem 0;
  font-size: 20px;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
}

.cp-bar-tab-image-popup .cm-gallery-tab__panel {
  padding: 28px 0 0;
  padding: 2.8rem 0 0;
}

.cp-bar-tab-image-popup .cm-gallery-tab__panel-text {
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
}

.cp-bar-tab-image-popup .cm-gallery-tab__list:after {
  border-top: none;
}

.cp-bar-tab-image-popup .cm-gallery-tab__btn {
  text-align: center;
}

.cp-bar-tab-image-popup .cm-gallery-tab__btn[aria-selected="true"] span {
  color: #fff;
}

.cp-bar-tab-image-popup .cm-gallery-tab__btn:hover span, .cp-bar-tab-image-popup .cm-gallery-tab__btn:focus span {
  color: #fff;
}

.cp-bar-tab-image-popup .cm-gallery-tab__btn span {
  width: 100%;
  color: #7c7c7c;
}

.cp-bar-tab-image-popup .cm-gallery-tab__btn-wrap:after {
  border-bottom: 1px solid #fff;
}

.cp-bar-tab-image-popup .cm-gallery-tab__btn label {
  cursor: pointer;
}

.cp-bar-tab-image-popup .cm-gallery-tab__arrow {
  mix-blend-mode: lighten;
  top: 7px;
  top: 0.7rem;
}

.cp-bar-tab-image-popup .cm-gallery-tab__arrow--prev {
  left: -15px;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(24%, rgba(0, 0, 0, 0.48)), color-stop(40%, #000));
  -webkit-mask-image: -webkit-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.48) 24%, #000 40%);
  mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(24%, rgba(0, 0, 0, 0.48)), color-stop(40%, #000));
  mask-image: linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.48) 24%, #000 40%);
}

.cp-bar-tab-image-popup .cm-gallery-tab__arrow--next {
  right: -15px;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(24%, rgba(0, 0, 0, 0.48)), color-stop(40%, #000));
  -webkit-mask-image: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.48) 24%, #000 40%);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(24%, rgba(0, 0, 0, 0.48)), color-stop(40%, #000));
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.48) 24%, #000 40%);
}

.cp-bar-tab-image-popup .cm-gallery-tab__arrow:before {
  background: url("../../../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-tab-arrow-darkgray.svg") no-repeat center/contain;
}

.cp-bar-tab-image-popup__tab {
  margin: 70px 0px 40px;
  margin: 7rem 0rem 4rem;
}

.cp-bar-tab-image-popup__disclaimer {
  margin-top: 28px;
  margin-top: 2.8rem;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1919px) {
  .cp-bar-tab-image-popup__contents {
    left: 120px;
    left: 12rem;
    right: 120px;
    right: 12rem;
  }
  .cp-bar-tab-image-popup__headline {
    max-width: -webkit-calc(100% - 800px);
    max-width: calc(100% - 800px);
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__box-wrap {
    max-width: 800px;
    max-width: 80rem;
  }
}

@media (max-width: 1599px) {
  .cp-bar-tab-image-popup__contents {
    left: 100px;
    left: 10rem;
    right: 100px;
    right: 10rem;
  }
  .cp-bar-tab-image-popup__headline {
    max-width: -webkit-calc(100% - 600px);
    max-width: calc(100% - 600px);
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__box-wrap {
    max-width: 600px;
    max-width: 60rem;
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__box span {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 1359px) {
  .cp-bar-tab-image-popup__contents {
    left: 76px;
    left: 7.6rem;
    right: 76px;
    right: 7.6rem;
  }
}

.type-dark .cp-bar-tab-image-popup {
  background-color: #000;
  color: #fff;
}

.type-dark .cp-bar-tab-image-popup .cm-gallery-tab__box span {
  color: rgba(255, 255, 255, 0.5);
}

.type-dark .cp-bar-tab-image-popup .cm-gallery-tab__panel-text {
  color: rgba(255, 255, 255, 0.5);
}

.type-dark .cp-bar-tab-image-popup .cm-gallery-tab__btn {
  text-align: center;
}

.type-dark .cp-bar-tab-image-popup .cm-gallery-tab__btn[aria-selected="true"] span {
  color: #fff;
}

.type-dark .cp-bar-tab-image-popup .cm-gallery-tab__btn:hover span, .type-dark .cp-bar-tab-image-popup .cm-gallery-tab__btn:focus span {
  color: #fff;
}

.type-dark .cp-bar-tab-image-popup .cm-gallery-tab__btn-wrap:after {
  border-bottom: 1px solid #fff;
}

.type-dark .cp-bar-tab-image-popup .cm-gallery-tab__arrow {
  mix-blend-mode: lighten;
}

.type-light .cp-bar-tab-image-popup {
  background-color: #fff;
  color: #000;
}

.type-light .cp-bar-tab-image-popup .cm-gallery-tab__box span {
  color: #7c7c7c;
}

.type-light .cp-bar-tab-image-popup .cm-gallery-tab__panel-text {
  color: #7c7c7c;
}

.type-light .cp-bar-tab-image-popup .cm-gallery-tab__btn {
  text-align: center;
}

.type-light .cp-bar-tab-image-popup .cm-gallery-tab__btn[aria-selected="true"] span {
  color: #000;
}

.type-light .cp-bar-tab-image-popup .cm-gallery-tab__btn:hover span, .type-light .cp-bar-tab-image-popup .cm-gallery-tab__btn:focus span {
  color: #000;
}

.type-light .cp-bar-tab-image-popup .cm-gallery-tab__btn-wrap:after {
  border-bottom: 1px solid #000;
}

.type-light .cp-bar-tab-image-popup .cm-gallery-tab__arrow {
  mix-blend-mode: darken;
}

.type-light .cp-bar-tab-image-popup .cm-section-btn--white {
  color: #000;
}

.type-light .cp-bar-tab-image-popup .cm-section-btn--white:before, .type-light .cp-bar-tab-image-popup .cm-section-btn--white:after {
  background-color: #000;
}

.type-light .cp-bar-tab-image-popup .cm-btn-more.type-white {
  color: #000;
}

.type-light .cp-bar-tab-image-popup .cm-btn-more.type-white span:before {
  background: #000;
}

.type-light .cp-bar-tab-image-popup .cm-btn-more:not(.type-newwindow):not(.type-layer):not(.type-download).type-white:after {
  border-color: #000;
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__dimmed {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__wrapper {
  background-color: #fff;
  border: none;
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__controller-left, .type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__controller-right {
  background-image: url(../../../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-swiper-arrow-black.png);
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__item {
  background-color: #fff;
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents {
  background-color: #fff;
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-wrap {
  color: #000;
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-link a {
  color: #888;
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-link a.cm-btn-more span:before {
  background: transparent;
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-link a.cm-btn-more.type-newwindow:after {
  background-image: url("../../../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-new-window.png");
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__head {
  background-color: #fff;
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc {
  color: inherit;
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-btn {
  color: #000;
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-panel {
  color: #767676;
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-icon:before, .type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-icon:after {
  background-color: #000;
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc .tip-box, .type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .tip-box {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc .tip-box-title, .type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .tip-box-title {
  color: #000;
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc .tip-box-text, .type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .tip-box-text {
  color: #767676;
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc .tip-box-text span, .type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .tip-box-text span {
  color: #000;
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc .discraimer, .type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .discraimer {
  color: #767676;
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.1);
}

.type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  border: solid 2px #000;
}

@media (max-width: 1599px) {
  .type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2 .cp-modal-carousel-contents-v2__wrapper {
    border: none;
  }
  .type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2 .cp-modal-carousel-contents-v2__pagination .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .type-dark .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2 .cp-modal-carousel-contents-v2__pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    border: solid 2px #000;
  }
}

@media (max-width: 1199px) {
  .cp-bar-tab-image-popup__contents {
    top: 120px;
    top: 12rem;
    bottom: 80px;
    bottom: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cp-bar-tab-image-popup__headline {
    max-width: unset;
  }
  .cp-bar-tab-image-popup__headline .cm-section-title__subtitle {
    font-size: 20px;
    font-size: 2rem;
  }
  .cp-bar-tab-image-popup__headline .cm-section-title__title {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .cp-bar-tab-image-popup__headline .cm-section-desc__text {
    font-size: 20px;
    font-size: 2rem;
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__box-wrap {
    top: 0;
    width: 100%;
    max-width: unset;
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__panel-text {
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
  }
  .cp-bar-tab-image-popup__cta .cm-btn-more {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 1023px) {
  .cp-bar-tab-image-popup .is-mo {
    display: block;
  }
  .cp-bar-tab-image-popup .is-pc {
    display: none;
  }
  .cp-bar-tab-image-popup__headline {
    max-width: unset;
    width: 100%;
  }
  .cp-bar-tab-image-popup__headline .cm-section-desc {
    margin-top: 20px;
    margin-top: 2rem;
  }
  .cp-bar-tab-image-popup__headline .cm-section-desc__text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-bar-tab-image-popup .cm-section-title {
    padding: 0 20px;
    padding: 0 2rem;
  }
  .cp-bar-tab-image-popup .cm-section-title__subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
  }
  .cp-bar-tab-image-popup .cm-section-title__title {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .cp-bar-tab-image-popup__contents {
    left: 0;
    left: 0;
    right: 0;
    right: 0;
    top: 60px;
    top: 6rem;
    bottom: 48px;
    bottom: 4.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cp-bar-tab-image-popup__cta {
    margin-top: 20px;
    margin-top: 2rem;
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__btn + .cm-gallery-tab__btn {
    margin: 0 0 0 24px;
    margin: 0 0 0 2.4rem;
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__btn span {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 0;
    padding: 1.2rem 0;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #7c7c7c;
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__btn-wrap {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .cp-bar-tab-image-popup .cm-gallery-tab {
    top: 52px;
    height: -webkit-calc(100lvh - 52px);
    height: calc(100lvh - 52px);
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__visual {
    height: 87%;
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__visual-wrap.type-2 .cm-gallery-tab__visual, .cp-bar-tab-image-popup .cm-gallery-tab__visual-wrap.type-3 .cm-gallery-tab__visual {
    -webkit-transform: scale(1.18) translateX(7%);
    -ms-transform: scale(1.18) translateX(7%);
    transform: scale(1.18) translateX(7%);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__visual-wrap.type-2 .cm-gallery-tab__visual.active, .cp-bar-tab-image-popup .cm-gallery-tab__visual-wrap.type-3 .cm-gallery-tab__visual.active {
    -webkit-animation: translate-x 2.2s 0.5s ease-out forwards;
    animation: translate-x 2.2s 0.5s ease-out forwards;
  }
  @-webkit-keyframes translate-x {
    from {
      -webkit-transform: scale(1.18) translateX(7%);
      transform: scale(1.18) translateX(7%);
    }
    to {
      -webkit-transform: scale(1.18) translateX(-7%);
      transform: scale(1.18) translateX(-7%);
    }
  }
  @keyframes translate-x {
    from {
      -webkit-transform: scale(1.18) translateX(7%);
      transform: scale(1.18) translateX(7%);
    }
    to {
      -webkit-transform: scale(1.18) translateX(-7%);
      transform: scale(1.18) translateX(-7%);
    }
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__visual-wrap:before {
    top: 0;
    height: 200px;
    height: 20rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__visual-wrap:after {
    height: 375px;
    height: 37.5rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__box-wrap {
    max-width: unset;
    width: 100%;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    position: relative;
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__box-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -43px;
    top: -4.3rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, #000 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #000 50%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__box span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__panel {
    padding: 30px 20px 0;
    padding: 3rem 2rem 0;
  }
  .cp-bar-tab-image-popup .cm-gallery-tab__panel-text {
    color: #7c7c7c;
  }
  .cp-bar-tab-image-popup__disclaimer {
    color: #7C7C7C;
    margin-top: 12px;
    margin-top: 1.2rem;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.54;
  }
  .type-dark .cp-bar-tab-image-popup .cm-gallery-tab__btn span {
    color: #7c7c7c;
  }
  .type-dark .cp-bar-tab-image-popup .cm-gallery-tab__panel-text {
    color: #7c7c7c;
  }
  .type-light .cp-bar-tab-image-popup__headline .cm-section-desc__text {
    color: #7c7c7c;
  }
  .type-light .cp-bar-tab-image-popup .cm-gallery-tab__btn span {
    color: #7c7c7c;
  }
  .type-light .cp-bar-tab-image-popup .cm-gallery-tab__panel-text {
    color: #7c7c7c;
  }
}

@media (max-width: 767px) {
  .cp-bar-tab-image-popup {
    height: 812px;
  }
  .cp-bar-tab-image-popup .cm-gallery-tab {
    position: relative;
    top: 0;
    height: 100%;
  }
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1500;
  display: none;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2 .is-pc {
  display: block;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2 .is-mo {
  display: none;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2 .flex-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2 .flex-mo {
  display: none;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__dimmed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__close-wrap {
  position: absolute;
  z-index: 1;
  top: 33.6px;
  top: 3.36rem;
  right: 33.6px;
  right: 3.36rem;
  mix-blend-mode: difference;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__close-wrap button {
  width: 44.8px;
  width: 4.48rem;
  height: 44.8px;
  height: 4.48rem;
  background: url(../../../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-layer-mix-rev-close-mo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__wrapper {
  position: absolute;
  top: -webkit-calc(50% - 394px);
  top: calc(50% - 394px);
  left: -webkit-calc(50% - 768px);
  left: calc(50% - 768px);
  height: 788px;
  height: 78.8rem;
  width: 1536px;
  width: 153.6rem;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__inner {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px 120px;
  padding: 10rem 12rem;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__controller {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 50%;
  overflow: visible;
  padding: 0 40px;
  padding: 0 4rem;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__controller-left, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__controller-right {
  aspect-ratio: 1 / 1;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  overflow: visible;
  position: relative;
  width: 32px;
  width: 3.2rem;
  height: 32px;
  height: 3.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-image: url(../../../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-swiper-arrow-black.png);
  cursor: pointer;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__controller-left.swiper-button-disabled, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__controller-right.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__controller-left {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__controller button {
  outline: none;
  border: none;
  width: 32px;
  width: 3.2rem;
  height: 32px;
  height: 3.2rem;
  background-color: transparent;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__body {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__grid {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  font-size: 0;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 64px;
  gap: 6.4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  contain: size;
  background-color: #fff;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__image, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__media {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  max-width: 100%;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
  height: 100%;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__image, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__media {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 100%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__image:after, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__media:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__video {
  width: 100%;
  height: 100%;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__image img, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-wrap {
  height: auto;
  height: -webkit-calc(100% - 38px);
  height: calc(100% - 38px);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  gap: 2.4rem;
  color: #000;
  text-align: left;
  overflow: auto;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  gap: 2.4rem;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-link {
  height: 40px;
  width: 100%;
  text-align: left;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-link a {
  font-family: "genesis-text-office", sans-serif;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #888;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-link a.cm-btn-more span:before {
  width: 0;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-link a.cm-btn-more.type-newwindow:after {
  margin-top: -3px;
  margin-top: -0.3rem;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__head {
  background-color: #fff;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__eyebrow {
  font-family: "genesis-text-office", sans-serif;
  color: #7c7c7c;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  white-space: normal;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__title {
  font-family: "genesis-head-office-light", sans-serif;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-size: 36px;
  font-size: 3.6rem;
  white-space: normal;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc {
  font-family: "genesis-text-office", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  padding-right: 8px;
  white-space: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  gap: 2.4rem;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian {
  padding: 0;
  list-style: none;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-li {
  border-top: 1px solid #e6e6e6;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-li:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-li.active .cp-modal-carousel-contents-v2__accordian-icon:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-li.active .cp-modal-carousel-contents-v2__accordian-icon:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  height: 0.15rem;
  margin-top: -1px;
  margin-top: -0.1rem;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-li.active .cp-modal-carousel-contents-v2__accordian-panel {
  display: block;
  height: auto;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-btn {
  font-family: "genesis-text-office", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  position: relative;
  width: 99%;
  padding: 32px 0px;
  padding: 3.2rem 0rem;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.04em;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-panel {
  overflow: hidden;
  display: none;
  color: #767676;
  height: 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 8px;
  padding-top: 0.8rem;
  padding-bottom: 24px;
  padding-bottom: 2.4rem;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16.8px;
  width: 1.68rem;
  height: 16.8px;
  height: 1.68rem;
  margin-top: -10px;
  margin-top: -1rem;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-icon:before, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-icon:after {
  content: "";
  background-color: #000;
  position: absolute;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-icon:before {
  left: 50%;
  width: 1.5px;
  width: 0.15rem;
  height: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-icon:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  height: 0.15rem;
  margin-top: -1px;
  margin-top: -0.1rem;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc .tip-box, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .tip-box {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 16px;
  padding-left: 1.6rem;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc .tip-box-title, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .tip-box-title {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc .tip-box-text, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .tip-box-text {
  color: #767676;
  font-size: 16px;
  font-size: 1.6rem;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc .tip-box-text > p, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .tip-box-text > p {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc .tip-box-text > p:last-child, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .tip-box-text > p:last-child {
  margin-bottom: 0;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc .tip-box-text span, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .tip-box-text span {
  color: #000;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc .discraimer, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .discraimer {
  font-size: 12px;
  font-size: 1.2rem;
  color: #767676;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .tip-box {
  margin: 24px 0;
  margin: 2.4rem 0;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__pagination {
  position: absolute;
  height: 12px;
  height: 1.2rem;
  width: 100%;
  bottom: 100px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__pagination .swiper-pagination-bullet {
  width: 12px;
  width: 1.2rem;
  height: 12px;
  height: 1.2rem;
  margin: 0 4px;
  margin: 0 0.4rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__pagination .swiper-pagination-bullet-active {
  padding: 0;
  width: 12px;
  width: 1.2rem;
  height: 12px;
  height: 1.2rem;
  background-color: #fff;
  border: solid 2px #000;
}

@media (max-width: 1600px) {
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__inner {
    padding: 90px 100px;
    padding: 9rem 10rem;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__item {
    gap: 32px;
    gap: 3.2rem;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__wrapper {
    top: -webkit-calc(50% - 304px);
    top: calc(50% - 304px);
    left: -webkit-calc(50% - 560px);
    left: calc(50% - 560px);
    height: 608px;
    height: 60.8rem;
    width: 1120px;
    width: 112rem;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-wrap {
    height: -webkit-calc(100% - 44px);
    height: calc(100% - 44px);
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__eyebrow {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__title {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc {
    font-size: 16px;
    font-size: 1.6rem;
    height: -webkit-calc(100% - 150px);
    height: calc(100% - 150px);
    height: calc(100% - 150px);
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__pagination {
    bottom: 90px;
  }
}

@media (max-width: 1360px) {
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc {
    height: -webkit-calc(100% - 150px);
    height: calc(100% - 150px);
    height: calc(100% - 150px);
  }
}

@media (max-width: 1200px) {
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__wrapper {
    top: -webkit-calc(50% - 264px);
    top: calc(50% - 264px);
    left: -webkit-calc(50% - 480px);
    left: calc(50% - 480px);
    height: 528px;
    height: 52.8rem;
    width: 960px;
    width: 96rem;
  }
}

@media (max-width: 1024px) {
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2 .is-pc {
    display: none;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2 .is-mo {
    display: block;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2 .flex-pc {
    display: none;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2 .flex-mo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__wrapper {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__close-wrap {
    top: 14px;
    top: 1.4rem;
    right: 14px;
    right: 1.4rem;
    mix-blend-mode: unset;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__controller {
    display: none;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__inner {
    padding: 0;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    gap: 0;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    width: 100%;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(0, 0, 0, 0.3)), color-stop(30%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 2%, rgba(0, 0, 0, 0) 30%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 2%, rgba(0, 0, 0, 0) 30%);
  }


  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    width: 100%;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__media .cm-btn-play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    border: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__media .cm-btn-play .icon-play {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(17, 17, 17, 0.8);
    -webkit-transition: border 0.2s, background-color 0.2s;
    transition: border 0.2s, background-color 0.2s;
    height: 54px;
    height: 5.4rem;
    width: 54px;
    width: 5.4rem;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__media .cm-btn-play .icon-play:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -5px;
    margin: -0.8rem 0 0 -0.5rem;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    vertical-align: middle;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__media:after {
    content: none;
  }

  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-wrap {
    padding: 24px 24px 0;
    padding: 2.4rem 2.4rem 0;
    max-height: -webkit-calc(100% - 58px);
    max-height: calc(100% - 58px);
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-link {
    padding: 0px;
    padding: 0rem;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-link a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-link a.cm-btn-more span:before {
    margin-top: 0;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__eyebrow {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__title {
    font-size: 28px;
    font-size: 2.8rem;
    min-height: auto;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
    height: auto;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-btn {
    padding: 24px 0px;
    padding: 2.4rem 0rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian-panel {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc .tip-box, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .tip-box {
    padding-left: 16px;
    padding-left: 1.6rem;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc .tip-box-title, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc .tip-box-text, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .tip-box-title, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .tip-box-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__desc .discraimer, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__accordian .discraimer {
    font-size: 10px;
    font-size: 1rem;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__pagination {
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__pagination .swiper-pagination-bullet {
    width: 10px;
    width: 1rem;
    height: 10px;
    height: 1rem;
    margin: 0 3px;
    margin: 0 0.3rem;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__pagination .swiper-pagination-bullet-active {
    padding: 0;
    width: 10px;
    width: 1rem;
    height: 10px;
    height: 1rem;
    background-color: #fff;
    border: solid 2px #000;
  }
}

@media (max-width: 768px) and (max-aspect-ratio: 1 / 2) {
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__close-wrap {
    top: 14px;
    right: 14px;
    padding: 0;
    padding: 0;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents {
    top: 130vw;
    height: -webkit-calc(100% - 130vw);
    height: calc(100% - 130vw);
  }
  .cp-bar-tab-image-popup .accordianPanel .cp-modal-carousel-contents-v2__contents {
    top: 100vw;
    height: -webkit-calc(100% - 100vw);
    height: calc(100% - 100vw);
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__image, .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__media {
    height: auto;
    width: 100%;
    aspect-ratio: 1 / 1.3;
    contain: size;
  }
  .cp-bar-tab-image-popup .accordianPanel .cp-modal-carousel-contents-v2__image, .cp-bar-tab-image-popup .accordianPanel .cp-modal-carousel-contents-v2__media {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 375px) {
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__close-wrap {
    top: 14px;
    right: 14px;
    padding: 0;
    padding: 0;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-wrap {
    max-height: -webkit-calc(100% - 58px);
    max-height: calc(100% - 58px);
    padding-bottom: 0;
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-link {
    margin-bottom: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 375px) and (max-aspect-ratio: 1 / 2) {
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-wrap {
    padding: 24px;
    padding: 2.4rem;
    max-height: -webkit-calc(100% - 74px);
    max-height: calc(100% - 74px);
  }
  .cp-bar-tab-image-popup .cp-modal-carousel-contents-v2__contents-link {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

