.cp-chapter-card-list-with-video-popup {
  /* reset css */
  /* component css */
  width: 100%;
  height: auto;
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.cp-chapter-card-list-with-video-popup * {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

.cp-chapter-card-list-with-video-popup *:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.cp-chapter-card-list-with-video-popup article, .cp-chapter-card-list-with-video-popup aside, .cp-chapter-card-list-with-video-popup details, .cp-chapter-card-list-with-video-popup figcaption, .cp-chapter-card-list-with-video-popup figure, .cp-chapter-card-list-with-video-popup footer, .cp-chapter-card-list-with-video-popup header, .cp-chapter-card-list-with-video-popup hgroup, .cp-chapter-card-list-with-video-popup menu, .cp-chapter-card-list-with-video-popup nav, .cp-chapter-card-list-with-video-popup section {
  display: block;
}

.cp-chapter-card-list-with-video-popup ol, .cp-chapter-card-list-with-video-popup ul, .cp-chapter-card-list-with-video-popup dl, .cp-chapter-card-list-with-video-popup li {
  list-style: none;
}

.cp-chapter-card-list-with-video-popup table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cp-chapter-card-list-with-video-popup a {
  color: black;
  text-decoration: none;
}

.cp-chapter-card-list-with-video-popup sup {
  position: relative;
  top: -0.4em;
  vertical-align: middle;
  color: inherit;
  font-size: 0.75em;
}

.cp-chapter-card-list-with-video-popup .is-pc {
  display: block;
}

.cp-chapter-card-list-with-video-popup .is-mo {
  display: none;
}

@media (max-width: 1023px) {
  .cp-chapter-card-list-with-video-popup .is-pc {
    display: none;
  }
  .cp-chapter-card-list-with-video-popup .is-mo {
    display: block;
  }
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__inner {
  width: 100%;
  height: auto;
  max-width: 1920px;
  max-width: 192rem;
  margin: 0 auto;
  padding: 120px 140px 192px;
  padding: 12rem 14rem 19.2rem;
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__top {
  width: 100%;
  height: auto;
  padding-bottom: 80px;
  padding-bottom: 8rem;
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__top .cm-section-title__subtitle {
  padding-bottom: 20px;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  letter-spacing: normal;
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__top .cm-section-title__title {
  padding-bottom: 40px;
  padding-bottom: 4rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__top .cm-section-desc__text {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper > .swiper-wrapper > li {
  width: 43.9%;
  height: auto;
  position: relative;
  aspect-ratio: 240 / 143;
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper > .swiper-wrapper > li::after {
  content: '';
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9.75%, transparent), color-stop(125.81%, #000));
  background: -webkit-linear-gradient(top, transparent 9.75%, #000 125.81%);
  background: linear-gradient(180deg, transparent 9.75%, #000 125.81%);
  aspect-ratio: 18 / 5;
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper > .swiper-wrapper > li.text-dark::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9.75%, transparent), color-stop(125.81%, #fff));
  background: -webkit-linear-gradient(top, transparent 9.75%, #fff 125.81%);
  background: linear-gradient(180deg, transparent 9.75%, #fff 125.81%);
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper > .swiper-wrapper > li.text-dark .cp-chapter-card-list-with-video-popup__swiper-title {
  color: #000;
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper > .swiper-wrapper > li.text-dark .cp-chapter-card-list-with-video-popup__swiper-btn .js-modal-video-opener .icon {
  background-color: rgba(0, 0, 0, 0.2);
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper-txt {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 28px 80px 28px 30px;
  padding: 2.8rem 8rem 2.8rem 3rem;
  position: relative;
  z-index: 3;
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper-title {
  margin-top: auto;
  color: #fff;
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper-btn .js-modal-video-opener {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper-btn .js-modal-video-opener .icon {
  width: 40px;
  width: 4rem;
  height: 40px;
  height: 4rem;
  display: block;
  position: absolute;
  right: 30px;
  right: 3rem;
  bottom: 30px;
  bottom: 3rem;
  background: rgba(255, 255, 255, 0.2) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><rect x="14.5263" y="6" width="0.947368" height="18" fill="white"/><rect x="6" y="15.4746" width="0.947368" height="18" transform="rotate(-90 6 15.4746)" fill="white"/></svg>') no-repeat center;
  background-size: 30px auto;
  background-size: 3rem auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper-scrollbar {
  width: 100%;
  height: 1px;
  height: 0.1rem;
  margin-top: 60px;
  margin-top: 6rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper .swiper-notification {
  width: 0;
  height: 0;
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1500;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup.active {
  display: block;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup.not-transition .cp-modal-chapter-card-list-with-video-popup__swiper > .swiper-wrapper > li {
  -webkit-transition: unset;
  transition: unset;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup.not-transition .cp-modal-chapter-card-list-with-video-popup__thumbs-progress, .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup.not-transition .cp-modal-chapter-card-list-with-video-popup__thumbs-subtitle {
  -webkit-transition: unset;
  transition: unset;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__wrap {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__inner {
  width: 100%;
  height: 100%;
  padding: 118px 100px;
  padding: 11.8rem 10rem;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__inner .js-modal-video-closer {
  width: 48px;
  width: 4.8rem;
  height: 48px;
  height: 4.8rem;
  position: absolute;
  top: 60px;
  top: 6rem;
  right: 60px;
  right: 6rem;
  z-index: 20;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__inner .js-modal-video-closer .icon {
  width: 100%;
  height: 100%;
  display: block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M2 2L46 46" stroke="white"/><path d="M46 2L2 46" stroke="white"/></svg>') no-repeat center;
  background-size: contain;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__box {
  width: 100%;
  position: relative;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__title {
  width: 51.74%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
  padding-bottom: 6rem;
  color: #fff;
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper {
  width: 51.74%;
  height: auto;
  margin: 0 auto;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-navigation-prev {
  width: 64px;
  width: 6.4rem;
  height: 64px;
  height: 6.4rem;
  position: absolute;
  top: 50%;
  left: 40px;
  left: 4rem;
  z-index: 3;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none"><path d="M29 5L2 32.0002L29 59" stroke="white"/></svg>') no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-navigation-next {
  width: 64px;
  width: 6.4rem;
  height: 64px;
  height: 6.4rem;
  position: absolute;
  top: 50%;
  right: 40px;
  right: 4rem;
  z-index: 3;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none"><path d="M35 5L62 32.0002L35 59" stroke="white"/></svg>') no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-navigation .swiper-button-disabled {
  display: none;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper > .swiper-wrapper > li {
  width: 100%;
  position: relative;
  opacity: 0.2;
  will-change: opacity;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper > .swiper-wrapper > li.swiper-slide-active {
  opacity: 1;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 890 / 501;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-video-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-video .cm-replay-btn--toggle:after {
  margin-top: 1px;
  margin-top: 0.1rem;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-video.play .cm-replay-btn--toggle:after {
  margin-top: 0;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-video.active .cp-modal-chapter-card-list-with-video-popup__swiper-sound-btn .sound-btn-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M17.8416 19C19.0901 18.2746 20.1149 17.2158 20.8027 15.9408C21.4906 14.6657 21.8147 13.2241 21.7393 11.7752C21.6638 10.3263 21.1918 8.92666 20.3752 7.73097C19.5587 6.53527 18.4295 5.59012 17.1126 5M16.1666 16.0801C16.88 15.6656 17.4656 15.0606 17.8587 14.332C18.2517 13.6034 18.4369 12.7796 18.3938 11.9516C18.3507 11.1237 18.081 10.3239 17.6144 9.64066C17.1478 8.95741 16.5025 8.41732 15.75 8.08011" stroke="black" stroke-width="1.5"/><path d="M4.82293 7.25098H1.25148L1.25119 8.00069C1.2501 10.8341 1.24948 13.1676 1.25056 16.0013L1.25085 16.751H4.82293V7.25098Z" fill="black"/><path d="M14.75 21.2142V2.78711L5.82294 7.25063V16.7506L14.75 21.2142Z" fill="black"/></svg>');
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-controller .cm-replay-btn--toggle {
  top: 30px;
  top: 3rem;
  right: 30px;
  right: 3rem;
  z-index: 20;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-controller .cm-replay-btn--toggle:after {
  width: 15px;
  width: 1.5rem;
  height: 15px;
  height: 1.5rem;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-sound-btn {
  width: 48px;
  width: 4.8rem;
  height: 48px;
  height: 4.8rem;
  position: absolute;
  right: 30px;
  right: 3rem;
  bottom: 30px;
  bottom: 3rem;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-sound-btn .sound-btn-icon {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5.99998 8L14 4V20L5.99998 16M5.99998 8H2.00119C2.0001 10.8333 1.99948 13.1667 2.00056 16H5.99998M5.99998 8V16V8Z" fill="black"/><path d="M5.99998 8L14 4V20L5.99998 16M5.99998 8H2.00119C2.0001 10.8333 1.99948 13.1667 2.00056 16H5.99998M5.99998 8V16" stroke="black" stroke-width="1.5" stroke-linecap="round"/><path d="M17 9.5L21.9998 14.5M22 9.50012L17 14.5" stroke="black" stroke-width="1.5"/></svg>') no-repeat center;
  background-size: 24px auto;
  background-size: 2.4rem auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-subtitle {
  padding-top: 24px;
  padding-top: 2.4rem;
  color: #fff;
  font-family: "genesis-text-office", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper .swiper-notification {
  width: 0;
  height: 0;
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs {
  width: 84.88%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-wrap {
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-top: 8rem;
  position: relative;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-wrap::before {
  content: '';
  width: 100%;
  height: 1px;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-navigation-prev {
  width: 36px;
  width: 3.6rem;
  height: 36px;
  height: 3.6rem;
  position: absolute;
  top: 12px;
  top: 1.2rem;
  left: -46px;
  left: -4.6rem;
  z-index: 3;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><path d="M24 6L12 18L24 30" stroke="%238A8A8A" stroke-width="2"/></svg>') no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-navigation-next {
  width: 36px;
  width: 3.6rem;
  height: 36px;
  height: 3.6rem;
  position: absolute;
  top: 12px;
  top: 1.2rem;
  right: -46px;
  right: -4.6rem;
  z-index: 3;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><path d="M12 6L24 18L12 30" stroke="%238A8A8A" stroke-width="2"/></svg>') no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-navigation .swiper-button-disabled {
  display: none;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs > .swiper-wrapper > li {
  cursor: pointer;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs > .swiper-wrapper > li.swiper-slide-thumb-active .cp-modal-chapter-card-list-with-video-popup__thumbs-progress {
  opacity: 1;
  -webkit-transition: unset;
  transition: unset;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs > .swiper-wrapper > li.swiper-slide-thumb-active .cp-modal-chapter-card-list-with-video-popup__thumbs-subtitle {
  opacity: 1;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-progress {
  width: 0;
  height: 1px;
  height: 0.1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
  opacity: 0;
  will-change: width, opacity;
  -webkit-transition: width 1.2s linear, opacity 0.6s linear 0.6s;
  transition: width 1.2s linear, opacity 0.6s linear 0.6s;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-subtitle {
  padding-top: 18px;
  padding-top: 1.8rem;
  color: #fff;
  font-family: "genesis-text-office", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  opacity: 0.2;
  will-change: opacity;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs .thumbs-notification {
  width: 0;
  height: 0;
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__dimm {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: transparent;
}

.cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__dimm.active {
  display: block;
}

.type-light .cp-chapter-card-list-with-video-popup {
  background-color: #fff;
}

.type-light .cp-chapter-card-list-with-video-popup__top .cm-section-title__subtitle {
  color: rgba(0, 0, 0, 0.5);
}

.type-light .cp-chapter-card-list-with-video-popup__top .cm-section-title__title {
  color: #000;
}

.type-light .cp-chapter-card-list-with-video-popup__top .cm-section-desc__text {
  color: rgba(0, 0, 0, 0.5);
}

.type-light .cp-chapter-card-list-with-video-popup__swiper-scrollbar {
  background-color: rgba(0, 0, 0, 0.2);
}

.type-light .cp-chapter-card-list-with-video-popup__swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #000;
}

.type-light .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__wrap {
  background-color: #fff;
}

.type-light .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__inner .js-modal-video-closer .icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M2 2L46 46" stroke="black"/><path d="M46 2L2 46" stroke="black"/></svg>');
}

.type-light .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__title {
  color: #000;
}

.type-light .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-navigation-prev {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none"><path d="M29 5L2 32.0002L29 59" stroke="black"/></svg>');
}

.type-light .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-navigation-next {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none"><path d="M35 5L62 32.0002L35 59" stroke="black"/></svg>');
}

.type-light .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-subtitle {
  color: #000;
}

.type-light .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-wrap::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.type-light .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-navigation-prev {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><path d="M24 6L12 18L24 30" stroke="%238A8A8A" stroke-width="2"/></svg>');
}

.type-light .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-navigation-next {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><path d="M12 6L24 18L12 30" stroke="%238A8A8A" stroke-width="2"/></svg>');
}

.type-light .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-progress {
  background-color: #000;
}

.type-light .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-subtitle {
  color: #000;
}

/* @media (max-width: 1919px) */
@media (max-width: 1919px) {
  /* component css */
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__inner {
    padding: 120px 120px 192px;
    padding: 12rem 12rem 19.2rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__inner {
    padding: 118px 90px;
    padding: 11.8rem 9rem;
  }
}

/* @media (max-width: 1599px) */
@media (max-width: 1599px) {
  /* component css */
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__inner {
    padding: 120px 100px 192px;
    padding: 12rem 10rem 19.2rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__inner {
    padding: 118px 80px;
    padding: 11.8rem 8rem;
  }
}

/* @media (max-width: 1359px) */
@media (max-width: 1359px) {
  /* component css */
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__inner {
    padding: 120px 76px 192px;
    padding: 12rem 7.6rem 19.2rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__inner {
    padding: 118px 64px;
    padding: 11.8rem 6.4rem;
  }
}

/* @media (max-width: 1199px) */
@media (max-width: 1199px) {
  /* component css */
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__inner {
    padding: 76px 76px 102px;
    padding: 7.6rem 7.6rem 10.2rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__top {
    padding-bottom: 60px;
    padding-bottom: 6rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__top .cm-section__subtitle {
    padding-bottom: 12px;
    padding-bottom: 1.2rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__top .cm-section-title__title {
    padding-bottom: 26px;
    padding-bottom: 2.6rem;
    line-height: 1.32;
  }
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__top .cm-section-desc__text {
    line-height: 1.54;
  }
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper-txt {
    padding: 16px 52px 16px 18px;
    padding: 1.6rem 5.2rem 1.6rem 1.8rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper-btn .js-modal-video-opener .icon {
    width: 24px;
    width: 2.4rem;
    height: 24px;
    height: 2.4rem;
    right: 18px;
    right: 1.8rem;
    bottom: 18px;
    bottom: 1.8rem;
    background-size: 18px auto;
    background-size: 1.8rem auto;
  }
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper-scrollbar {
    margin-top: 40px;
    margin-top: 4rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__inner {
    padding: 78px 64px;
    padding: 7.8rem 6.4rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__inner .js-modal-video-closer {
    width: 30px;
    width: 3rem;
    height: 30px;
    height: 3rem;
    top: 38px;
    top: 3.8rem;
    right: 38px;
    right: 3.8rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__title {
    padding-bottom: 30px;
    padding-bottom: 3rem;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: normal;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-navigation-prev {
    width: 40px;
    width: 4rem;
    height: 40px;
    height: 4rem;
    left: 24px;
    left: 2.4rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-navigation-next {
    width: 40px;
    width: 4rem;
    height: 40px;
    height: 4rem;
    right: 24px;
    right: 2.4rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-controller .cm-replay-btn--toggle {
    top: 18px;
    top: 1.8rem;
    right: 18px;
    right: 1.8rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-sound-btn {
    right: 18px;
    right: 1.8rem;
    bottom: 18px;
    bottom: 1.8rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-subtitle {
    padding-top: 15px;
    padding-top: 1.5rem;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: normal;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-wrap {
    margin-top: 34px;
    margin-top: 3.4rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-navigation-prev {
    width: 22px;
    width: 2.2rem;
    height: 22px;
    height: 2.2rem;
    top: 8px;
    top: 0.8rem;
    left: -28px;
    left: -2.8rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-navigation-next {
    width: 22px;
    width: 2.2rem;
    height: 22px;
    height: 2.2rem;
    top: 8px;
    top: 0.8rem;
    right: -28px;
    right: -2.8rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-subtitle {
    padding-top: 12px;
    padding-top: 1.2rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

/* @media (max-width: 1023px) */
@media (max-width: 1023px) {
  /* component css */
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__inner {
    padding: 60px 20px 116px;
    padding: 6rem 2rem 11.6rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper > .swiper-wrapper > li {
    width: 89.55%;
    aspect-ratio: 4 / 5;
  }
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper > .swiper-wrapper > li::before {
    content: '';
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    aspect-ratio: 3 / 1;
  }
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper > .swiper-wrapper > li::after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    aspect-ratio: 30 / 13;
  }
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper > .swiper-wrapper > li.text-dark::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
  }
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper > .swiper-wrapper > li.text-dark::after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.8) 100%);
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.8) 100%);
  }
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper-txt {
    padding: 20px;
    padding: 2rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper-title {
    margin-top: 0;
  }
  .cp-chapter-card-list-with-video-popup .cp-chapter-card-list-with-video-popup__swiper-btn .js-modal-video-opener .icon {
    width: 32px;
    width: 3.2rem;
    height: 32px;
    height: 3.2rem;
    right: 20px;
    right: 2rem;
    bottom: 20px;
    bottom: 2rem;
    background-size: 24px auto;
    background-size: 2.4rem auto;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup.not-transition .cp-modal-chapter-card-list-with-video-popup__swiper-box {
    -webkit-transition: unset;
    transition: unset;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup.not-transition .cp-modal-chapter-card-list-with-video-popup__thumbs > .swiper-wrapper > li {
    -webkit-transition: unset;
    transition: unset;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__inner {
    padding: 55px 20px;
    padding: 5.5rem 2rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__inner .js-modal-video-closer {
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem;
    top: 25px;
    top: 2.5rem;
    right: 20px;
    right: 2rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__title {
    width: 100%;
    padding-bottom: 36px;
    padding-bottom: 3.6rem;
    font-family: "genesis-text-office", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.31;
    font-weight: 400;
    letter-spacing: -0.01em;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper {
    width: 95.52%;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-navigation-prev, .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-navigation-next {
    display: none;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper > .swiper-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper > .swiper-wrapper > li {
    opacity: 1;
    -webkit-transition: unset;
    transition: unset;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper > .swiper-wrapper > li.swiper-slide-active .cp-modal-chapter-card-list-with-video-popup__swiper-box {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-box {
    width: 100%;
    height: auto;
    max-height: -webkit-calc(100vh - 220px);
    max-height: calc(100vh - 220px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative;
    overflow: hidden;
    opacity: 0.3;
    aspect-ratio: 16 / 23;
    -webkit-transform: scaleY(0.89);
    -ms-transform: scaleY(0.89);
    transform: scaleY(0.89);
    will-change: transform;
    -webkit-transition: -webkit-transform 1s linear;
    transition: -webkit-transform 1s linear;
    transition: transform 1s linear;
    transition: transform 1s linear, -webkit-transform 1s linear;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 0.8rem;
    border-radius: 0.8rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-video {
    aspect-ratio: unset;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-controller .cm-replay-btn--toggle {
    top: 20px;
    top: 2rem;
    right: 20px;
    right: 2rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-controller .cm-replay-btn--toggle:after {
    width: 12px;
    width: 1.2rem;
    height: 12px;
    height: 1.2rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-sound-btn {
    width: 36px;
    width: 3.6rem;
    height: 36px;
    height: 3.6rem;
    top: 71px;
    top: 7.1rem;
    right: 20px;
    right: 2rem;
    bottom: auto;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-sound-btn .sound-btn-icon {
    background-size: 18px auto;
    background-size: 1.8rem auto;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-subtitle {
    padding: 20px;
    padding: 2rem;
    background-color: #fff;
    color: #000;
    font-family: "genesis-Head-office", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs {
    width: 100%;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-wrap {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-top: 4rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-wrap::before {
    display: none;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-navigation-prev, .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-navigation-next {
    display: none;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs > .swiper-wrapper > li {
    height: 1.5px;
    height: 0.15rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    -webkit-flex: 0 0 2rem;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    will-change: flex-grow, flex-basis;
    -webkit-transition: flex-grow 1.2s linear, -webkit-box-flex 1.2s linear, -webkit-flex-grow 1.2s linear, -webkit-flex-basis 1.2s linear, -webkit-flex-basis 1.2s linear;
    transition: flex-grow 1.2s linear, -webkit-box-flex 1.2s linear, -webkit-flex-grow 1.2s linear, -webkit-flex-basis 1.2s linear, -webkit-flex-basis 1.2s linear;
    transition: flex-grow 1.2s linear, flex-basis 1.2s linear;
    transition: flex-grow 1.2s linear, flex-basis 1.2s linear, -webkit-box-flex 1.2s linear, -webkit-flex-grow 1.2s linear, -ms-flex-positive 1.2s linear, -webkit-flex-basis 1.2s linear, -webkit-flex-basis 1.2s linear, -ms-flex-preferred-size 1.2s linear;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs > .swiper-wrapper > li.swiper-slide-thumb-active {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 20px;
    -ms-flex: 1 0 20px;
    flex: 1 0 20px;
    -webkit-flex: 1 0 2rem;
    -ms-flex: 1 0 2rem;
    flex: 1 0 2rem;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-progress {
    height: 1.5px;
    height: 0.15rem;
    -webkit-transition: opacity 1s linear, width 0.2s linear 1s;
    transition: opacity 1s linear, width 0.2s linear 1s;
  }
  .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs-subtitle {
    display: none;
  }
  .type-light .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__swiper-subtitle {
    background-color: #000;
    color: #fff;
  }
  .type-light .cp-chapter-card-list-with-video-popup .cp-modal-chapter-card-list-with-video-popup__thumbs > .swiper-wrapper > li {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
