.cp-book-test-drive-v2 {
  color: white;
}

.cp-book-test-drive-v2 .is-pc {
  display: block;
}

.cp-book-test-drive-v2 .is-mo {
  display: none;
}

.cp-book-test-drive-v2 .hidden {
  display: none !important;
}

.cp-book-test-drive-v2__section {
  max-width: 1920px;
  max-width: 192rem;
  padding: 40px 140px 180px 140px;
  padding: 4rem 14rem 18rem 14rem;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.cp-book-test-drive-v2__eyebrow {
  padding-top: 60px;
  padding-top: 6rem;
}

.cp-book-test-drive-v2__eyebrow .el-eyebrow {
  width: 587px;
  width: 58.7rem;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  letter-spacing: 0.16rem;
  font-family: "genesis-Head-office", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cp-book-test-drive-v2__title {
  margin-top: 60px;
  margin-top: 6rem;
}

.cp-book-test-drive-v2__title .el-title {
  max-width: 1200px;
  max-width: 120rem;
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: -0.42px;
  letter-spacing: -0.042rem;
  font-family: "genesis-head-office-light", sans-serif;
  font-weight: 300;
}

.cp-book-test-drive-v2__desc {
  margin-top: 24px;
  margin-top: 2.4rem;
}

.cp-book-test-drive-v2__desc .el-desc {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: -0.2px;
  letter-spacing: -0.02rem;
  font-weight: 400;
  opacity: 0.5;
}

.cp-book-test-drive-v2__reservation {
  margin-top: 40px;
  margin-top: 4rem;
  gap: 36px;
  gap: 3.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.cp-book-test-drive-v2__reservation .el-reservation {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: -0.2px;
  letter-spacing: -0.02rem;
}

.cp-book-test-drive-v2__reservation .el-reservation::after {
  display: none;
}

.cp-book-test-drive-v2__partition {
  margin-top: 240px;
  margin-top: 24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.cp-book-test-drive-v2__partition .left-side, .cp-book-test-drive-v2__partition .right-side {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.cp-book-test-drive-v2__partition .js-picture {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.cp-book-test-drive-v2__partition .js-picture .js-animate-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-book-test-drive-v2__partition .right-side {
  margin-left: 40px;
  margin-left: 4rem;
  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;
}

.cp-book-test-drive-v2__partition .accordion {
  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;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cp-book-test-drive-v2__partition .accordion .accordion-item {
  padding: 50px 0px;
  padding: 5rem 0rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cp-book-test-drive-v2__partition .accordion .accordion-item .accordion-btn {
  width: 100%;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 20px;
  padding-right: 2rem;
}

.cp-book-test-drive-v2__partition .accordion .accordion-item .accordion-btn .el-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
}

.cp-book-test-drive-v2__partition .accordion .accordion-item .accordion-btn.active .plus {
  display: none;
}

.cp-book-test-drive-v2__partition .accordion .accordion-item .accordion-btn:not(.active) .minus {
  display: none;
}

.cp-book-test-drive-v2__partition .accordion .accordion-item .desc {
  height: 0px;
  overflow: hidden;
}

.cp-book-test-drive-v2__partition .accordion .accordion-item .el-desc {
  margin-top: 32px;
  margin-top: 3.2rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 0.5;
}

.cp-book-test-drive-v2__partition .indicator {
  margin-top: 16px;
  margin-top: 1.6rem;
  height: 21px;
  height: 2.1rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cp-book-test-drive-v2__partition .indicator .caution-toggle {
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  gap: 4px;
}

.cp-book-test-drive-v2__partition .indicator .caution-toggle .circle {
  font-size: 0;
  width: 15px;
  height: 15px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><circle cx="7.49804" cy="7.50195" r="6.99804" stroke="white"/><path d="M7.90688 6.04V11H7.10688V6.04H7.90688ZM8.00688 3.9V4.9H7.00688V3.9H8.00688Z" fill="white"/></svg>');
  background-size: 100%;
}

.cp-book-test-drive-v2__partition .indicator .open-popup-button {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: white;
  padding: 0;
}

.cp-book-test-drive-v2__partition .indicator .open-popup-button::after {
  display: none;
}

.cp-book-test-drive-v2__partition .indicator .caution-container {
  top: 36px;
  top: 3.6rem;
  position: absolute;
  display: none;
  z-index: 900;
}

.cp-book-test-drive-v2__partition .indicator .caution-background {
  display: none;
}

.cp-book-test-drive-v2__partition .indicator .caution-body {
  position: relative;
  background-color: #222222;
}

.cp-book-test-drive-v2__partition .indicator .caution-body .caution-box {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 32px;
  padding: 3.2rem;
  gap: 64px;
  gap: 6.4rem;
  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-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-book-test-drive-v2__partition .indicator .caution-body .caution-close {
  position: absolute;
  z-index: 10;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 25px;
}

.cp-book-test-drive-v2__partition .indicator .caution-body .caution {
  gap: 32px;
  gap: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.cp-book-test-drive-v2__partition .indicator .caution-body .caution .caution-title {
  min-width: 107px;
  min-width: 10.7rem;
  opacity: 0.6;
}

.cp-book-test-drive-v2__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1100;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: -webkit-transform 0.1s linear 0.6s;
  transition: -webkit-transform 0.1s linear 0.6s;
  transition: transform 0.1s linear 0.6s;
  transition: transform 0.1s linear 0.6s, -webkit-transform 0.1s linear 0.6s;
}

.cp-book-test-drive-v2__modal.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: none;
  transition: none;
}

.cp-book-test-drive-v2__modal.is-open .modal-background {
  opacity: 1;
}

.cp-book-test-drive-v2__modal.is-open .modal-body {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cp-book-test-drive-v2__modal-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.cp-book-test-drive-v2__modal-wrapper .modal-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body {
  width: 1227px;
  width: 122.7rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  background: white;
  color: black;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .modal-close {
  margin-right: 62px;
  margin-right: 6.2rem;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .modal-content {
  padding: 40px 99px 154px 40px;
  padding: 4rem 9.9rem 15.4rem 4rem;
  position: relative;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .menu button {
  font-size: 60px;
  font-size: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "genesis-head-office-light", sans-serif;
  line-height: 120%;
  color: black;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .menu li button {
  opacity: 0.5;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .menu .upper-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .menu .menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .menu .icon {
  margin-left: 12px;
  margin-left: 1.2rem;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .menu .menu-list {
  height: 0px;
  overflow: hidden;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .content-panel-list {
  margin-top: 20px;
  margin-top: 2rem;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .panel {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .panel .top-reservation {
  top: 50px;
  top: 5rem;
  right: 99px;
  right: 9.9rem;
  position: absolute;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .panel .top-reservation .reservation {
  width: 200px;
  width: 20rem;
  height: 52px;
  height: 5.2rem;
  font-size: 16px;
  font-size: 1.6rem;
  background: black;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -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;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .panel.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .panel:not(.reservation) .reservation {
  display: none;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .desc {
  font-size: 16px;
  font-size: 1.6rem;
  opacity: 0.5;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .content {
  margin-top: 140px;
  margin-top: 14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .content .map {
  width: 834px;
  width: 83.4rem;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .content .map .js-picture {
  overflow: hidden;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .content .map img {
  width: 100%;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .content .info {
  margin-left: 24px;
  margin-left: 2.4rem;
  width: 230px;
  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;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .content .info .label {
  font-size: 12px;
  font-size: 1.2rem;
  opacity: 0.5;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .content .info .value {
  margin-top: 5px;
  margin-top: 0.5rem;
  font-size: 24px;
  font-size: 2.4rem;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .content .info .course {
  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;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .content .info .route {
  margin-top: 40px;
  margin-top: 4rem;
  gap: 60px;
  gap: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .content .info .route div {
  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;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .content .info .waypoints {
  margin-top: auto;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .content .info .waypoints .list {
  gap: 10px;
  gap: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  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;
  counter-reset: list-counter;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .content .info .waypoints .list li {
  gap: 7px;
  gap: 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  counter-increment: list-counter;
}

.cp-book-test-drive-v2__modal-wrapper .modal-body .content .info .waypoints li::before {
  font-size: 10px;
  font-size: 1rem;
  width: 16px;
  width: 1.6rem;
  height: 16px;
  height: 1.6rem;
  line-height: 100%;
  content: counter(list-counter) " ";
  background-color: black;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -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;
  color: white;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* type-light */
.type-light .cp-book-test-drive-v2 {
  color: black;
}

.type-light .cp-book-test-drive-v2__partition .accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.type-light .cp-book-test-drive-v2__partition .accordion .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.type-light .cp-book-test-drive-v2__partition .accordion .accordion-item .accordion-btn {
  color: black;
}

.type-light .cp-book-test-drive-v2__partition .indicator .caution-toggle {
  color: black;
}

.type-light .cp-book-test-drive-v2__partition .indicator .caution-toggle .circle {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><circle cx="7.49804" cy="7.50195" r="6.99804" stroke="black"/><path d="M7.90688 6.04V11H7.10688V6.04H7.90688ZM8.00688 3.9V4.9H7.00688V3.9H8.00688Z" fill="black"/></svg>');
}

.type-light .cp-book-test-drive-v2__partition .caution-body {
  background-color: #efefef;
}

.type-light .cp-book-test-drive-v2__partition .open-popup-button {
  color: black;
}

@media (max-width: 1919px) {
  .type-light .cp-book-test-drive-v2__partition .indicator .open-popup-button {
    color: black;
  }
}

@media (min-width: 1920px) {
  .cp-book-test-drive-v2__partition .right-side {
    min-height: 600px;
  }
}

@media (max-width: 1919px) {
  .cp-book-test-drive-v2 .menu-toggle-arrow.is-pc {
    display: none;
  }
  .cp-book-test-drive-v2 .menu-toggle-arrow.is-mo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
  }
  .cp-book-test-drive-v2 .accordion-btn svg.is-pc {
    display: none;
  }
  .cp-book-test-drive-v2 .accordion-btn svg.is-mo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
  }
  .cp-book-test-drive-v2__section {
    min-width: 1024px;
    min-width: 102.4rem;
    padding: 20px 120px 120px;
    padding: 2rem 12rem 12rem;
  }
  .cp-book-test-drive-v2__eyebrow {
    padding-top: 0;
  }
  .cp-book-test-drive-v2__eyebrow .el-eyebrow {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-book-test-drive-v2__title {
    margin-top: 60px;
    margin-top: 6rem;
  }
  .cp-book-test-drive-v2__title .el-title {
    max-width: 779px;
    max-width: 77.9rem;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .cp-book-test-drive-v2__desc .el-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-book-test-drive-v2__reservation {
    margin-top: 40px;
    margin-top: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
  }
  .cp-book-test-drive-v2__reservation .el-reservation {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: -0.2px;
    letter-spacing: -0.02rem;
  }
  .cp-book-test-drive-v2__partition {
    margin-top: 120px;
    margin-top: 12rem;
  }
  .cp-book-test-drive-v2__partition .left-side {
    min-width: 426px;
    min-width: 42.6rem;
    height: 319px;
    height: 31.9rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
  }
  .cp-book-test-drive-v2__partition .right-side {
    margin-left: 20px;
    margin-left: 2rem;
  }
  .cp-book-test-drive-v2__partition .accordion .accordion-item {
    padding: 24px 0px;
    padding: 2.4rem 0rem;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cp-book-test-drive-v2__partition .accordion .accordion-item .accordion-btn .el-title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 100%;
  }
  .cp-book-test-drive-v2__partition .accordion .accordion-item .desc {
    overflow: hidden;
  }
  .cp-book-test-drive-v2__partition .accordion .accordion-item .el-desc {
    margin-top: 20px;
    margin-top: 2rem;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    opacity: 0.5;
  }
  .cp-book-test-drive-v2__partition .indicator .caution-toggle {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .cp-book-test-drive-v2__partition .indicator .caution-toggle .circle {
    width: 13px;
    height: 13px;
  }
  .cp-book-test-drive-v2__partition .indicator .caution-toggle .circle span {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .cp-book-test-drive-v2__partition .indicator .open-popup-button {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    color: white;
  }
  .cp-book-test-drive-v2__partition .indicator .caution-body .caution-box {
    padding: 20px;
    padding: 2rem;
  }
  .cp-book-test-drive-v2__partition .caution-container {
    width: 426px;
    width: 42.6rem;
  }
}

@media (max-width: 1599px) {
  .cp-book-test-drive-v2__section {
    padding: 20px 100px 120px;
    padding: 2rem 10rem 12rem;
  }
}

@media (max-width: 1359px) {
  .cp-book-test-drive-v2__section {
    padding: 20px 76px 120px;
    padding: 2rem 7.6rem 12rem;
    min-width: unset;
  }
}

/*popup*/
.cp-book-test-drive-v2__popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1500;
}

.cp-book-test-drive-v2__popup-default-img img {
  width: 100%;
  height: auto;
}

.cp-book-test-drive-v2__popup-dimmed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.cp-book-test-drive-v2__popup-wrapper {
  background-color: #fff;
  position: absolute;
  top: -webkit-calc(50% - 394px);
  top: calc(50% - 394px);
  top: calc(50% - 394px);
  left: -webkit-calc(50% - 768px);
  left: calc(50% - 768px);
  left: calc(50% - 768px);
  height: 787px;
  height: 78.7rem;
  width: 1536px;
  width: 153.6rem;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.cp-book-test-drive-v2__popup-inner {
  width: 100%;
  height: 100%;
  padding: 100px 120px;
  padding: 10rem 12rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-book-test-drive-v2__popup-contents {
  width: 100%;
  height: 100%;
}

.cp-book-test-drive-v2__popup-select-wrap {
  position: absolute;
  top: 43px;
  top: 4.3rem;
  right: 120px;
  right: 12rem;
}

.cp-book-test-drive-v2__popup-select-wrap .select-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 6px;
  gap: 0.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: -0.24px;
  padding-bottom: 16px;
  padding-bottom: 1.6rem;
}

.cp-book-test-drive-v2__popup-select-wrap .select-btn .arrow-btn {
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4 7L10.5 13L17 7" stroke="black" stroke-width="2"/></svg>');
}

.cp-book-test-drive-v2__popup-select-wrap .select-btn.is-opened .arrow-btn {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cp-book-test-drive-v2__popup-select-wrap .select-box__list {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  height: 0;
  background-color: #fff;
}

.cp-book-test-drive-v2__popup-select-wrap .select-box__list > li {
  border-bottom: 1px solid #f2f2f2;
}

.cp-book-test-drive-v2__popup-select-wrap .select-box__list > li:first-child {
  border-top: 1px solid #000;
}

.cp-book-test-drive-v2__popup-select-wrap .select-box__list .el-list {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: -0.16px;
  padding: 16px 20px;
  padding: 1.6rem 2rem;
  min-width: 258px;
  min-width: 25.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #757575;
  text-align: left;
}

.cp-book-test-drive-v2__popup-select-wrap .select-box__list .el-list:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border-bottom: 0;
}

.cp-book-test-drive-v2__popup-select-wrap .select-box__list .el-list.is-selected {
  color: #000;
}

.cp-book-test-drive-v2__popup-tab-wrap {
  width: 100%;
  height: 100%;
}

.cp-book-test-drive-v2__popup-tab-wrap .popup__tab-title-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 30px;
  gap: 3rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.cp-book-test-drive-v2__popup-tab-wrap .popup__tab-title-list .popup__tab-btn {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #8a8a8a;
}

.cp-book-test-drive-v2__popup-tab-wrap .popup__tab-title-list .popup__tab-btn::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: transparent;
  margin-top: 15px;
  margin-top: 1.5rem;
}

.cp-book-test-drive-v2__popup-tab-wrap .popup__tab-title-list .popup__tab-btn.is-selected {
  color: #000;
}

.cp-book-test-drive-v2__popup-tab-wrap .popup__tab-title-list .popup__tab-btn.is-selected::after {
  background-color: #000;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-wrap {
  margin-top: 30px;
  margin-top: 3rem;
  max-height: -webkit-calc(100% - 88px);
  max-height: calc(100% - 88px);
  max-height: calc(100% - 88px);
  overflow-y: auto;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list {
  display: none;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list.is-selected {
  display: block;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.18px;
  color: #767676;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 50px;
  gap: 5rem;
  margin-top: 40px;
  margin-top: 4rem;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-img-box {
  max-width: 575px;
  max-width: 57.5rem;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-img-box img {
  width: 100%;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .info-tit, .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .order-tit {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #767676;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-info li:nth-child(1) {
  min-width: 260px;
  min-width: 26rem;
  margin-right: 24px;
  margin-right: 2.4rem;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-info li:nth-child(2) {
  min-width: 120px;
  min-width: 12rem;
  margin-right: 30px;
  margin-right: 3rem;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-info li:nth-child(3) {
  min-width: 120px;
  min-width: 12rem;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-info .info-txt {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.48px;
  margin-top: 8px;
  margin-top: 0.8rem;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-order .order-list-wrap {
  margin-top: 12px;
  margin-top: 1.2rem;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-order .order-list-wrap .el-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 8px;
  gap: 0.8rem;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-order .order-list-wrap .el-list .num {
  margin-top: 3px;
  margin-top: 0.3rem;
  width: 16px;
  width: 1.6rem;
  height: 16px;
  height: 1.6rem;
  background-color: #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-order .order-list-wrap .el-list .num span {
  font-family: "genesis-text-office-medium", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.54;
  letter-spacing: -0.1px;
  color: #fff;
  display: block;
  margin-top: 1px;
  margin-top: 0.1rem;
}

.cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-order .order-list-wrap .el-list .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

.cp-book-test-drive-v2__popup-close-wrap {
  position: absolute;
  width: 40px;
  width: 4rem;
  height: 40px;
  height: 4rem;
  top: 40px;
  top: 4rem;
  right: 40px;
  right: 4rem;
  mix-blend-mode: difference;
}

.cp-book-test-drive-v2__popup-close-wrap .close-btn {
  width: 100%;
  height: 100%;
  background: url("../../../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-layer-mix-close-mo.svg") no-repeat center;
  background-size: 28px 28px;
}

@media (max-width: 1599px) {
  .cp-book-test-drive-v2__popup-wrapper {
    top: -webkit-calc(50% - 380px);
    top: calc(50% - 380px);
    top: calc(50% - 380px);
    left: -webkit-calc(50% - 560px);
    left: calc(50% - 560px);
    left: calc(50% - 560px);
    height: 760px;
    height: 76rem;
    width: 1120px;
    width: 112rem;
  }
  .cp-book-test-drive-v2__popup-inner {
    padding: 90px 100px;
    padding: 9rem 10rem;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-img-box {
    max-width: 565px;
    max-width: 56.5rem;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-info {
    display: block;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-info li:nth-child(1) {
    min-width: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-info li:nth-child(2), .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-info li:nth-child(3) {
    display: inline-block;
  }
}

@media (max-width: 1199px) {
  .cp-book-test-drive-v2__popup-wrapper {
    top: -webkit-calc(50% - 373px);
    top: calc(50% - 373px);
    top: calc(50% - 373px);
    left: -webkit-calc(50% - 480px);
    left: calc(50% - 480px);
    left: calc(50% - 480px);
    height: 746px;
    height: 74.6rem;
    width: 960px;
    width: 96rem;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-img-box {
    max-width: 400px;
    max-width: 40rem;
  }
}

.type-dark .cp-book-test-drive-v2__popup, .type-light .cp-book-test-drive-v2__popup {
  color: #000;
}

@media (max-width: 1023px) {
  .cp-book-test-drive-v2 .is-pc {
    display: none;
  }
  .cp-book-test-drive-v2 .is-mo {
    display: block;
  }
  .cp-book-test-drive-v2__section {
    padding: 20px 20px 120px;
    padding: 2rem 2rem 12rem;
    min-width: 100%;
  }
  .cp-book-test-drive-v2__eyebrow .el-eyebrow {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1.12px;
    letter-spacing: 0.112rem;
    width: 100%;
    font-weight: 400;
    font-style: normal;
  }
  .cp-book-test-drive-v2__title {
    margin-top: 40px;
    margin-top: 4rem;
  }
  .cp-book-test-drive-v2__title .el-title {
    max-width: 799px;
    max-width: 79.9rem;
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: -0.64px;
    letter-spacing: -0.064rem;
    font-weight: 300;
  }
  .cp-book-test-drive-v2__desc {
    margin-top: 24px;
    margin-top: 2.4rem;
  }
  .cp-book-test-drive-v2__desc .el-desc {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    opacity: 0.5;
  }
  .cp-book-test-drive-v2__reservation {
    margin-top: 28px;
    margin-top: 2.8rem;
    gap: 20px;
    gap: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
  }
  .cp-book-test-drive-v2__reservation .el-reservation {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: -0.2px;
    letter-spacing: -0.02rem;
  }
  .cp-book-test-drive-v2__partition {
    margin-top: 120px;
    margin-top: 12rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cp-book-test-drive-v2__partition .left-side {
    max-height: 938px;
    max-height: 93.8rem;
    min-width: 100%;
    height: auto;
  }
  .cp-book-test-drive-v2__partition .right-side {
    margin: 20px 0 0 0;
    margin: 2rem 0 0 0;
  }
  .cp-book-test-drive-v2__partition .right-side .accordion .accordion-item {
    padding: 32px 0;
    padding: 3.2rem 0;
  }
  .cp-book-test-drive-v2__partition .right-side .accordion .accordion-item .el-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-book-test-drive-v2__partition .right-side .accordion .accordion-item .desc {
    overflow: hidden;
  }
  .cp-book-test-drive-v2__partition .right-side .accordion .accordion-item .el-desc {
    margin-top: 20px;
    margin-top: 2rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .cp-book-test-drive-v2__partition .indicator {
    position: relative;
  }
  .cp-book-test-drive-v2__partition .indicator .caution-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .cp-book-test-drive-v2__partition .indicator .caution-btn .circle {
    font-size: 6px;
    font-size: 0.6rem;
    line-height: 6px;
    line-height: 0.6rem;
    width: 10px;
    height: 10px;
  }
  .cp-book-test-drive-v2__partition .indicator .open-popup-button {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .cp-book-test-drive-v2__partition .indicator .caution-container {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .cp-book-test-drive-v2__partition .indicator .caution-container .caution-wrapper {
    position: relative;
    width: 100%;
    height: 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: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .cp-book-test-drive-v2__partition .indicator .caution-container .caution-close {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    z-index: 10;
    margin: 0 auto;
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
  }
  .cp-book-test-drive-v2__partition .indicator .caution-container .caution-body {
    max-height: 80%;
    width: 100%;
    background-color: white;
    color: black;
    overflow-y: auto;
  }
  .cp-book-test-drive-v2__partition .indicator .caution-container .caution-body .caution-box {
    gap: 30px;
    gap: 3rem;
    padding: 40px 20px;
    padding: 4rem 2rem;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .cp-book-test-drive-v2__partition .indicator .caution-container .caution-body .caution {
    padding-bottom: 30px;
    padding-bottom: 3rem;
    gap: 12px;
    gap: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cp-book-test-drive-v2__partition .indicator .caution-container .caution-body .caution:last-of-type {
    border-bottom: 0px !important;
  }
  .cp-book-test-drive-v2__partition .indicator .caution-container .caution-background {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .cp-book-test-drive-v2__popup-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .cp-book-test-drive-v2__popup-inner {
    padding: 70px 20px 60px;
    padding: 7rem 2rem 6rem;
  }
  .cp-book-test-drive-v2__popup-select-wrap {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    width: calc(100% - 40px);
    top: 20px;
    top: 2rem;
    right: 0;
    left: 0;
    margin: 0 20px;
    margin: 0 2rem;
  }
  .cp-book-test-drive-v2__popup-select-wrap .select-btn {
    gap: 4px;
    gap: 0.4rem;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -0.16px;
    padding-bottom: 18px;
    padding-bottom: 1.8rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cp-book-test-drive-v2__popup-select-wrap .select-btn .arrow-btn {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5 7L10.5 12L16 7" stroke="black" stroke-width="2"/></svg>');
  }
  .cp-book-test-drive-v2__popup-select-wrap .select-box__list {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .cp-book-test-drive-v2__popup-select-wrap .select-box__list > li {
    border-bottom: 0;
  }
  .cp-book-test-drive-v2__popup-select-wrap .select-box__list > li:first-child {
    border-top: 1px solid #000;
    padding-top: 22px;
    padding-top: 2.2rem;
  }
  .cp-book-test-drive-v2__popup-select-wrap .select-box__list > li:last-child {
    padding-bottom: 22px;
    padding-bottom: 2.2rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .cp-book-test-drive-v2__popup-select-wrap .select-box__list .el-list {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: -0.14px;
    width: 100%;
    min-width: auto;
    padding: 8px 0;
    padding: 0.8rem 0;
  }
  .cp-book-test-drive-v2__popup-select-wrap .select-box__list .el-list:last-child {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .popup__tab-title-wrap {
    width: 100%;
    overflow-x: auto;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .popup__tab-title-list {
    gap: 16px;
    gap: 1.6rem;
    overflow-x: auto;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .popup__tab-title-list li {
    -webkit-box-flex: 1;
    -webkit-flex: auto 0 0;
    -ms-flex: auto 0 0;
    flex: auto 0 0;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .popup__tab-title-list .popup__tab-btn {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.18px;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .popup__tab-title-list .popup__tab-btn::after {
    margin-top: 12px;
    margin-top: 1.2rem;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-wrap {
    margin-top: 20px;
    margin-top: 2rem;
    max-height: -webkit-calc(100vh - 188px);
    max-height: calc(100vh - 188px);
    max-height: calc(100vh - 188px);
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.54;
    letter-spacing: -0.14px;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-inner {
    display: block;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-img-box {
    max-width: none;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .info-tit, .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .order-tit {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box {
    margin-top: 30px;
    margin-top: 3rem;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-info {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    gap: 30px;
    gap: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-info li:nth-child(1) {
    width: auto;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-info li:nth-child(1), .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-info li:nth-child(2), .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-info li:nth-child(3) {
    margin-right: 0;
    min-width: auto;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-info .info-txt {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -0.32px;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-order .order-list-wrap .el-list .num {
    margin-top: 2px;
    margin-top: 0.2rem;
  }
  .cp-book-test-drive-v2__popup-tab-wrap .scroll-box__tab-cont-list .cont-text-box .course-order .order-list-wrap .el-list .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.54;
    letter-spacing: -0.14px;
  }
  .cp-book-test-drive-v2__popup-close-wrap {
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem;
    top: 20px;
    top: 2rem;
    right: 20px;
    right: 2rem;
  }
  .cp-book-test-drive-v2__popup-close-wrap .close-btn {
    background-size: 18px 18px;
  }
}
