.cm-loadingbar {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0);
}

.cm-loadingbar.is-active {
  display: block;
}

.aem-AuthorLayer-Edit .cm-loadingbar, .aem-AuthorLayer-Preview .cm-loadingbar {
  height: auto;
}

.cm-loadingbar__dimmed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
}

.cm-loadingbar__body {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
}

.cm-loadingbar__body::before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: '';
}

.cm-loadingbar__wrapper {
  display: inline-block;
  width: 180px;
  width: 18rem;
  height: 180px;
  height: 18rem;
  background: #111;
  font-size: 0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.cm-loadingbar__wrapper::before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: '';
}

.cm-loadingbar__content {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "genesis-text-office", sans-serif;
  line-height: 1.5;
  vertical-align: middle;
}

.cm-loadingbar__icon-wrap {
  margin-top: 7px;
  margin-top: 0.7rem;
  font-size: 0;
}

.cm-loadingbar__icon-wrap .icon {
  display: inline-block;
  width: 4px;
  width: 0.4rem;
  height: 4px;
  height: 0.4rem;
  margin: 0 3px;
  margin: 0 0.3rem;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: top;
}

.cm-loadingbar__complete {
  display: none;
}

.cm-loadingbar__complete-icon {
  width: 20px;
  height: 14px;
  margin: 0 auto;
  background-image: url("../../../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-loading-complete.png");
  background-size: cover;
}

.cp-unified-test-drive-history {
  /* reset css */
  width: 100%;
  height: auto;
  min-height: -webkit-calc(100vh - 280px);
  min-height: calc(100vh - 280px);
  padding: 100px 0 120px;
  padding: 10rem 0 12rem;
  position: relative;
  background-color: #fff;
  color: #000;
}

.cp-unified-test-drive-history * {
  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-unified-test-drive-history *:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.cp-unified-test-drive-history article, .cp-unified-test-drive-history aside, .cp-unified-test-drive-history details, .cp-unified-test-drive-history figcaption, .cp-unified-test-drive-history figure, .cp-unified-test-drive-history footer, .cp-unified-test-drive-history header, .cp-unified-test-drive-history hgroup, .cp-unified-test-drive-history menu, .cp-unified-test-drive-history nav, .cp-unified-test-drive-history section {
  display: block;
}

.cp-unified-test-drive-history ol, .cp-unified-test-drive-history ul, .cp-unified-test-drive-history dl, .cp-unified-test-drive-history li {
  list-style: none;
}

.cp-unified-test-drive-history table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cp-unified-test-drive-history a {
  color: black;
  text-decoration: none;
}

.cp-unified-test-drive-history sup {
  position: relative;
  top: -0.4em;
  vertical-align: middle;
  color: inherit;
  font-size: 0.75em;
}

.cp-unified-test-drive-history .is-mo {
  display: none;
}

@media (max-width: 767px) {
  .cp-unified-test-drive-history .is-pc {
    display: none;
  }
  .cp-unified-test-drive-history .is-mo {
    display: block;
  }
}

.cp-unified-test-drive-history__page {
  width: 100%;
  max-width: 768px;
  max-width: 76.8rem;
  display: none;
  margin: 0 auto;
}

.cp-unified-test-drive-history__page.is-active {
  display: block;
}

.cp-unified-test-drive-history__top {
  padding-bottom: 64px;
  padding-bottom: 6.4rem;
  text-align: center;
}

.cp-unified-test-drive-history__title:has(.is-pc:empty), .cp-unified-test-drive-history__desc:has(.is-pc:empty) {
  display: none;
}

.cp-unified-test-drive-history__title {
  padding-bottom: 16px;
  padding-bottom: 1.6rem;
  color: #000;
  font-family: "genesis-text-bold", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.cp-unified-test-drive-history__subtitle {
  color: #000;
  font-family: "genesis-text-bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.cp-unified-test-drive-history__desc {
  color: #767676;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.cp-unified-test-drive-history__empty {
  padding: 80px;
  padding: 8rem;
  text-align: center;
}

.cp-unified-test-drive-history__empty::before {
  content: '';
  width: 48px;
  width: 4.8rem;
  height: 48px;
  height: 4.8rem;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  background: transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><circle cx="24" cy="24" r="23" stroke="black" stroke-width="2"/><rect x="23" y="16" width="2" height="12" fill="black"/><rect x="23" y="30" width="2" height="2" fill="black"/></svg>') no-repeat center;
  background-size: contain;
}

.cp-unified-test-drive-history__empty-txt {
  color: #767676;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.cp-unified-test-drive-history__empty-btn {
  width: auto;
  height: auto;
  min-width: 240px;
  min-width: 24rem;
  min-height: 64px;
  min-height: 6.4rem;
  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;
  margin: 60px auto 0;
  margin: 6rem auto 0;
  background-color: #000;
  color: #fff;
  font-family: "genesis-text-medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
}

.cp-unified-test-drive-history__list > li {
  padding: 60px 0;
  padding: 6rem 0;
  border-bottom: 1px solid #e6e6e6;
}

.cp-unified-test-drive-history__list > li:first-child {
  padding-top: 0;
}

.cp-unified-test-drive-history__list > li.state-cancel {
  opacity: 0.5;
}

.cp-unified-test-drive-history__list > li .cp-unified-test-drive-history__table {
  padding: 0;
  border-top: none;
  border-bottom: none;
}

.cp-unified-test-drive-history__list > li .cp-unified-test-drive-history__table:has(.cp-unified-test-drive-history__more-btn) {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  border-bottom: 1px dashed #e6e6e6;
}

.cp-unified-test-drive-history__list > li .cp-unified-test-drive-history__table + .cp-unified-test-drive-history__table {
  border-top: 1px dashed #e6e6e6;
}

.cp-unified-test-drive-history__list > li .cp-unified-test-drive-history__table table:has(.cp-unified-test-drive-history__model) tr:first-child > * {
  padding-top: 0;
}

.cp-unified-test-drive-history__list > li .cp-unified-test-drive-history__table table tr:first-child > * {
  padding-top: 30px;
  padding-top: 3rem;
}

.cp-unified-test-drive-history__list > li .cp-unified-test-drive-history__table table tr:last-child > * {
  padding-bottom: 30px;
  padding-bottom: 3rem;
}

.cp-unified-test-drive-history__list > li .cp-unified-test-drive-history__model .model-comparison-item .model-img {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.cp-unified-test-drive-history__list > li .cp-unified-test-drive-history__model .model-img {
  margin-bottom: 0;
}

.cp-unified-test-drive-history__table {
  padding: 14px 0;
  padding: 1.4rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e6e6e6;
}

.cp-unified-test-drive-history__table:has(.cp-unified-test-drive-history__model) {
  padding: 30px 0 0;
  padding: 3rem 0 0;
  border-bottom: none;
}

.cp-unified-test-drive-history__table-wrap + .cp-unified-test-drive-history__table-wrap {
  padding-top: 60px;
  padding-top: 6rem;
}

.cp-unified-test-drive-history__table-wrap details {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

.cp-unified-test-drive-history__table-wrap details[open] summary::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.cp-unified-test-drive-history__table-wrap details summary {
  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;
  margin-left: auto;
  position: relative;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.cp-unified-test-drive-history__table-wrap details summary::marker, .cp-unified-test-drive-history__table-wrap details summary::-webkit-details-marker, .cp-unified-test-drive-history__table-wrap details summary::-webkit-marker {
  content: unset;
  display: none;
}

.cp-unified-test-drive-history__table-wrap details summary::before {
  content: '';
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  width: calc(100% - 20px);
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 1px;
  bottom: 0.1rem;
  left: 0;
  background-color: #000;
}

.cp-unified-test-drive-history__table-wrap details summary::after {
  content: '';
  width: 16px;
  width: 1.6rem;
  height: 16px;
  height: 1.6rem;
  display: block;
  margin-left: 4px;
  margin-left: 0.4rem;
  background: transparent url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><path d="M12.2426 6.74264L8 10.9853L3.75736 6.74264" stroke="black"/></svg>') no-repeat center;
  background-size: contain;
}

.cp-unified-test-drive-history__table-top {
  width: 100%;
  height: auto;
  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;
  gap: 20px;
  gap: 2rem;
  padding-bottom: 24px;
  padding-bottom: 2.4rem;
}

.cp-unified-test-drive-history__table table {
  width: 100%;
  height: auto;
}

.cp-unified-test-drive-history__table table:has(.model-comparison-item) {
  table-layout: fixed;
}

.cp-unified-test-drive-history__table table caption {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.cp-unified-test-drive-history__table table tr th {
  width: 50%;
  vertical-align: top;
  padding: 10px 8px 10px 0;
  padding: 1rem 0.8rem 1rem 0;
  color: #767676;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: left;
  white-space: nowrap;
}

.cp-unified-test-drive-history__table table tr td {
  width: 50%;
  vertical-align: top;
  padding: 10px 0;
  padding: 1rem 0;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: right;
  word-break: break-all;
}

.cp-unified-test-drive-history__table table tr td:has(.cp-unified-test-drive-history__model) {
  padding: 0;
  text-align: left;
}

.cp-unified-test-drive-history__details .cp-unified-test-drive-history__table {
  border-top: 1px dashed #e6e6e6 !important;
}

.cp-unified-test-drive-history__model {
  width: 100%;
  height: auto;
}

.cp-unified-test-drive-history__model:has(.model-comparison-item) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 44px;
  gap: 4.4rem;
}

.cp-unified-test-drive-history__model .model-comparison-item {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.cp-unified-test-drive-history__model .model-comparison-item .model-title {
  padding-bottom: 0;
}

.cp-unified-test-drive-history__model .model-comparison-item .model-info > li {
  width: 100%;
  height: auto;
  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;
  padding-top: 6px;
  padding-top: 0.6rem;
  padding-bottom: 0;
}

.cp-unified-test-drive-history__model .model-comparison-item .model-info > li:first-child {
  padding-top: 0;
}

.cp-unified-test-drive-history__model .model-comparison-item .model-info-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 8px;
  padding-right: 0.8rem;
  padding-bottom: 0;
}

.cp-unified-test-drive-history__model .model-comparison-item .model-info-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cp-unified-test-drive-history__model .model-comparison-item .model-img {
  max-width: none;
  padding-bottom: 100%;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 0.8rem;
  border-radius: 0.8rem;
}

.cp-unified-test-drive-history__model .model-comparison-item .model-img img {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  padding: 0 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-unified-test-drive-history__model .model-title {
  padding-bottom: 24px;
  padding-bottom: 2.4rem;
  color: #000;
  font-family: "genesis-head-light", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.cp-unified-test-drive-history__model .model-title-label {
  padding-bottom: 16px;
  padding-bottom: 1.6rem;
  font-family: "genesis-text-medium", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.cp-unified-test-drive-history__model .model-title-value {
  padding-bottom: 12px;
  padding-bottom: 1.2rem;
  font-family: "genesis-head", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: -0.02em;
}

.cp-unified-test-drive-history__model .model-info > li {
  padding-bottom: 20px;
  padding-bottom: 2rem;
  color: #767676;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.cp-unified-test-drive-history__model .model-info-label {
  padding-bottom: 6px;
  padding-bottom: 0.6rem;
  color: #000;
}

.cp-unified-test-drive-history__model .model-img {
  max-width: 330px;
  max-width: 33rem;
  margin: 0 auto 20px;
  margin: 0 auto 2rem;
  position: relative;
  text-align: center;
}

.cp-unified-test-drive-history__model .model-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.cp-unified-test-drive-history__btn {
  width: 100%;
  height: auto;
  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;
  gap: 16px;
  gap: 1.6rem;
  padding-top: 120px;
  padding-top: 12rem;
}

.cp-unified-test-drive-history__btn a, .cp-unified-test-drive-history__btn button {
  width: auto;
  height: auto;
  min-width: 163px;
  min-width: 16.3rem;
  min-height: 64px;
  min-height: 6.4rem;
  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;
  font-family: "genesis-text-medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
}

.cp-unified-test-drive-history__btn-prev {
  background-color: #e6e6e6;
  color: #000 !important;
}

.cp-unified-test-drive-history__btn-next {
  background-color: #000;
  color: #fff !important;
}

.cp-unified-test-drive-history__more-btn {
  position: relative;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.cp-unified-test-drive-history__more-btn::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 1px;
  bottom: 0.1rem;
  left: 0;
  background-color: #000;
}

.cp-unified-test-drive-history__cancel-btn {
  width: 100%;
  height: auto;
  min-height: 64px;
  min-height: 6.4rem;
  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;
  margin: 30px auto 0;
  margin: 3rem auto 0;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-family: "genesis-text-medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
}

.cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__title-wrap {
  text-align: center;
}

.cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__title-wrap .cp-unified-test-drive__title:has(.is-pc:empty), .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__title-wrap .cp-unified-test-drive__desc:has(.is-pc:empty) {
  display: none;
}

.cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__title-wrap .cp-unified-test-drive__title {
  padding-bottom: 16px;
  padding-bottom: 1.6rem;
  color: #000;
  font-family: "genesis-text-bold", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__title-wrap .cp-unified-test-drive__desc {
  color: #767676;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__cont-wrap {
  max-width: 768px;
  max-width: 76.8rem;
  margin-top: 64px;
  margin-top: 6.4rem;
  padding: 48px;
  padding: 4.8rem;
  background-color: #f8f8f8;
}

.cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__cont-wrap .cont__btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 16px;
  gap: 1.6rem;
}

.cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__cont-wrap .cont__btn-box .cont-btn {
  min-height: 64px;
  min-height: 6.4rem;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}

.cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__cont-wrap .cont__btn-box .cont-btn .text {
  font-family: "genesis-text-medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #000;
}

.cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__cont-wrap .cont__btn-box .cont-btn:last-child {
  background-color: #000;
}

.cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__cont-wrap .cont__btn-box .cont-btn:last-child .text {
  color: #fff;
}

.cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__cont-wrap .cont__list-box {
  margin-top: 24px;
  margin-top: 2.4rem;
}

.cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__cont-wrap .cont__list-box .el-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  gap: 4px;
  gap: 0.4rem;
  color: #767676;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__cont-wrap .cont__list-box .el-list:not(:last-child) {
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
}

.cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__page-button {
  margin-top: 120px;
  margin-top: 12rem;
  text-align: center;
}

.cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__page-button .page-btn {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-width: 163px;
  min-width: 16.3rem;
  min-height: 64px;
  min-height: 6.4rem;
  padding: 20px 0 19px;
  padding: 2rem 0 1.9rem;
  background-color: #e6e6e6;
}

.cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__page-button .page-btn .text {
  font-family: "genesis-text-medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #000;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1500;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__dimmed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__body {
  position: absolute;
  overflow-y: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__body::before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: '';
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__wrapper {
  width: 520px;
  width: 52rem;
  background-color: #fff;
  position: relative;
  opacity: 0;
  margin: 50px 0;
  margin: 5rem 0;
  white-space: normal;
  top: auto;
  vertical-align: middle;
  display: inline-block;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__close {
  min-height: 80px;
  min-height: 8rem;
  background-color: #111;
  position: relative;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__close .header-text {
  font-family: "genesis-head-light", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -0.025em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  padding: 24px 60px 23px 40px;
  padding: 2.4rem 6rem 2.3rem 4rem;
  text-align: left;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__close .layer-close-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  right: 2.5rem;
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M24 7.41406L16.415 14.998L24.002 22.585L23.2949 23.293L22.5869 24L15.001 16.4131L7.41504 24L6.70703 23.293L6 22.585L13.5859 14.998L6.00195 7.41406L7.41602 6L15.001 13.584L22.5859 6L24 7.41406Z" fill="white"/></svg>');
  background-position: center;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content {
  padding: 50px;
  padding: 5rem;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content.list-type .layer-popup__content-inner {
  padding: 0 52.5px;
  padding: 0 5.25rem;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-title-box .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.18px;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-title-box .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #767676;
  margin-top: 20px;
  margin-top: 2rem;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-list-wrap {
  margin-top: 30px;
  margin-top: 3rem;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-list-wrap .list-box {
  padding: 24px 0;
  padding: 2.4rem 0;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-list-wrap .list-box .el-list {
  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-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-list-wrap .list-box .el-list span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.14px;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-list-wrap .list-box .el-list .tit {
  width: 105px;
  width: 10.5rem;
  color: #767676;
  text-align: left;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-list-wrap .list-box .el-list .txt {
  text-align: right;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-list-wrap .list-box .el-list:not(:last-child) {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-list-wrap .list-box:first-child {
  border-top: 1px solid #000;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-list-wrap .list-box:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-list-wrap .list-box:not(:last-child) {
  border-bottom: 1px dashed #E6E6E6;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-list-wrap .list-notice {
  margin-top: 24px;
  margin-top: 2.4rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #767676;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__author-content-wrap {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__author-content-wrap .title {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "genesis-text-medium", sans-serif;
  line-height: 1.3;
  letter-spacing: -0.16px;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__author-content-wrap .content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.14px;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-cta {
  margin-top: 70px;
  margin-top: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  gap: 1rem;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-cta .cont-btn {
  width: 215px;
  width: 21.5rem;
  border: 1px solid #111;
  padding: 17px;
  padding: 1.7rem;
  background-color: #111;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-cta .cont-btn .text {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-cta .cont-btn.type-white {
  background-color: #fff;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content .layer-popup__content-cta .cont-btn.type-white .text {
  color: #111;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content.type-terms {
  padding: 50px 40px;
  padding: 5rem 4rem;
}

.cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content.type-terms .layer-popup__content-cta {
  margin-top: 40px;
  margin-top: 4rem;
}

/* @media (max-width: 1199px) */
@media (max-width: 1199px) {
  .cp-unified-test-drive-history__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .cp-unified-test-drive-history__subtitle {
    font-family: "genesis-text-medium", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cp-unified-test-drive-history__empty-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-unified-test-drive-history__table-wrap details summary {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-unified-test-drive-history__table table tr th, .cp-unified-test-drive-history__table table tr td {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-unified-test-drive-history__model .model-comparison-item .model-info > li {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .cp-unified-test-drive-history__model .model-title-label {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .cp-unified-test-drive-history__model .model-title-value {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-unified-test-drive-history__btn a, .cp-unified-test-drive-history__btn button {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-unified-test-drive-history__more-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-unified-test-drive-history__cancel-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__title-wrap .cp-unified-test-drive__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__cont-wrap .cont__btn-box .cont-btn .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__page-button .page-btn .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* @media (max-width: 1023px) */
@media (max-width: 1023px) {
  .cp-unified-test-drive-history {
    min-height: -webkit-calc(100vh - 272px);
    min-height: calc(100vh - 272px);
  }
}

/* @media (max-width: 767px) */
@media (max-width: 767px) {
  .cp-unified-test-drive-history {
    min-height: -webkit-calc(100vh - 172px);
    min-height: calc(100vh - 172px);
    padding: 60px 0;
    padding: 6rem 0;
  }
  .cp-unified-test-drive-history__inner {
    padding: 0 20px;
    padding: 0 2rem;
    overflow: hidden;
  }
  .cp-unified-test-drive-history__top {
    padding-bottom: 40px;
    padding-bottom: 4rem;
    text-align: left;
  }
  .cp-unified-test-drive-history__title:has(.is-pc:empty), .cp-unified-test-drive-history__desc:has(.is-pc:empty) {
    display: block;
  }
  .cp-unified-test-drive-history__title:has(.is-mo:empty), .cp-unified-test-drive-history__desc:has(.is-mo:empty) {
    display: none;
  }
  .cp-unified-test-drive-history__title {
    padding-bottom: 20px;
    padding-bottom: 2rem;
  }
  .cp-unified-test-drive-history__empty {
    padding: 20px 0;
    padding: 2rem 0;
  }
  .cp-unified-test-drive-history__empty::before {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
  .cp-unified-test-drive-history__empty-btn {
    width: 100%;
    min-width: auto;
    min-height: 56px;
    min-height: 5.6rem;
  }
  .cp-unified-test-drive-history__list > li {
    padding: 40px 0;
    padding: 4rem 0;
  }
  .cp-unified-test-drive-history__list > li .cp-unified-test-drive-history__table:has(.model-item) + .cp-unified-test-drive-history__table {
    border-top: none;
  }
  .cp-unified-test-drive-history__list > li .cp-unified-test-drive-history__table:has(.model-comparison-item) {
    border-bottom: 1px dashed #e6e6e6;
  }
  .cp-unified-test-drive-history__list > li .cp-unified-test-drive-history__table:has(.model-comparison-item) + .cp-unified-test-drive-history__table {
    border-top: none;
  }
  .cp-unified-test-drive-history__list > li .cp-unified-test-drive-history__table:has(.cp-unified-test-drive-history__more-btn) {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
  }
  .cp-unified-test-drive-history__list > li .cp-unified-test-drive-history__table table:has(.model-item) tr:last-child > * {
    padding-bottom: 0;
  }
  .cp-unified-test-drive-history__list > li .cp-unified-test-drive-history__table table tr:first-child > * {
    padding-top: 24px;
    padding-top: 2.4rem;
  }
  .cp-unified-test-drive-history__list > li .cp-unified-test-drive-history__table table tr:last-child > * {
    padding-bottom: 24px;
    padding-bottom: 2.4rem;
  }
  .cp-unified-test-drive-history__list > li .cp-unified-test-drive-history__model .model-comparison-item .model-img {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
  }
  .cp-unified-test-drive-history__table {
    padding: 16px 0;
    padding: 1.6rem 0;
  }
  .cp-unified-test-drive-history__table:has(.cp-unified-test-drive-history__model) {
    padding: 24px 0 0;
    padding: 2.4rem 0 0;
  }
  .cp-unified-test-drive-history__table-wrap + .cp-unified-test-drive-history__table-wrap {
    padding-top: 40px;
    padding-top: 4rem;
  }
  .cp-unified-test-drive-history__table-top {
    padding-bottom: 20px;
    padding-bottom: 2rem;
  }
  .cp-unified-test-drive-history__table table tr th {
    width: auto;
    padding: 8px 8px 8px 0;
    padding: 0.8rem 0.8rem 0.8rem 0;
  }
  .cp-unified-test-drive-history__table table tr td {
    width: 100%;
    padding: 8px 0;
    padding: 0.8rem 0;
  }
  .cp-unified-test-drive-history__model:has(.model-comparison-item) {
    gap: 16px;
    gap: 1.6rem;
  }
  .cp-unified-test-drive-history__model .model-item {
    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;
    gap: 20px;
    gap: 2rem;
    padding: 24px 20px;
    padding: 2.4rem 2rem;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 0.8rem;
    border-radius: 0.8rem;
  }
  .cp-unified-test-drive-history__model .model-comparison-item .model-img {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
  }
  .cp-unified-test-drive-history__model .model-comparison-item .model-img img {
    padding: 0 10px;
    padding: 0 1rem;
  }
  .cp-unified-test-drive-history__model .model-title {
    padding-bottom: 0;
  }
  .cp-unified-test-drive-history__model .model-title-label {
    padding-bottom: 12px;
    padding-bottom: 1.2rem;
  }
  .cp-unified-test-drive-history__model .model-title-value {
    padding-bottom: 8px;
    padding-bottom: 0.8rem;
  }
  .cp-unified-test-drive-history__model .model-img {
    max-width: none;
    margin-bottom: 0;
  }
  .cp-unified-test-drive-history__btn {
    gap: 10px;
    gap: 1rem;
    padding-top: 60px;
    padding-top: 6rem;
  }
  .cp-unified-test-drive-history__btn a, .cp-unified-test-drive-history__btn button {
    width: 100%;
    min-width: auto;
    min-height: 56px;
    min-height: 5.6rem;
  }
  .cp-unified-test-drive-history__cancel-btn {
    min-height: 56px;
    min-height: 5.6rem;
    margin-top: 24px;
    margin-top: 2.4rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification {
    padding: 0 20px;
    padding: 0 2rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__title-wrap {
    text-align: left;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__title-wrap .cp-unified-test-drive__title:has(.is-pc:empty), .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__title-wrap .cp-unified-test-drive__desc:has(.is-pc:empty) {
    display: block;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__title-wrap .cp-unified-test-drive__title:has(.is-mo:empty), .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__title-wrap .cp-unified-test-drive__desc:has(.is-mo:empty) {
    display: none;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__title-wrap .cp-unified-test-drive__title {
    padding-bottom: 20px;
    padding-bottom: 2rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__cont-wrap {
    margin-top: 32px;
    margin-top: 3.2rem;
    padding: 40px 24px 20px;
    padding: 4rem 2.4rem 2rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__cont-wrap .cont__btn-box {
    gap: 8px;
    gap: 0.8rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__cont-wrap .cont__btn-box .cont-btn {
    min-height: 56px;
    min-height: 5.6rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__cont-wrap .cont__list-box {
    margin-top: 20px;
    margin-top: 2rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__page-button {
    margin-top: 161px;
    margin-top: 16.1rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__identity-verification .identity-verification__page-button .page-btn {
    min-width: auto;
    width: 100%;
    min-height: 56px;
    min-height: 5.6rem;
    padding: 17px;
    padding: 1.7rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup p.is-mo {
    display: block;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__body {
    padding: 0;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__wrapper {
    width: 100%;
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__close {
    min-height: 60px;
    min-height: 6rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__close .header-text {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 18px 60px 18px 25px;
    padding: 1.8rem 6rem 1.8rem 2.5rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__close .layer-close-btn {
    position: absolute;
    right: 18px;
    right: 1.8rem;
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content {
    padding: 50px 25px;
    padding: 5rem 2.5rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup__content.type-terms {
    padding: 50px 25px;
    padding: 5rem 2.5rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup.mo-type-bottom .cp-unified-test-drive__layer-popup__body {
    display: block;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup.mo-type-bottom .cp-unified-test-drive__layer-popup__wrapper {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    margin: 0;
    max-width: none;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup.mo-type-bottom .cp-unified-test-drive__layer-popup__close {
    width: 100%;
    height: 80px;
    height: 8rem;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup.mo-type-bottom .cp-unified-test-drive__layer-popup__close .header-text {
    display: none;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup.mo-type-bottom .cp-unified-test-drive__layer-popup__close .layer-close-btn {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    background-image: none;
    width: 100%;
    height: 100%;
    position: relative;
    top: -40px;
    top: -4rem;
    left: 0;
    display: inline-block;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup.mo-type-bottom .cp-unified-test-drive__layer-popup__close .layer-close-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50px;
    top: 5rem;
    width: 48px;
    width: 4.8rem;
    height: 4px;
    height: 0.4rem;
    background-color: #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup.mo-type-bottom .cp-unified-test-drive__layer-popup__content {
    padding: 60px 20px;
    padding: 6rem 2rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup.mo-type-bottom .cp-unified-test-drive__layer-popup__content.list-type .layer-popup__content-inner {
    padding: 0;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup.mo-type-bottom .cp-unified-test-drive__layer-popup__content .layer-popup__content-cta {
    margin-top: 40px;
    margin-top: 4rem;
    gap: 9px;
    gap: 0.9rem;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup.mo-type-bottom .cp-unified-test-drive__layer-popup__content .layer-popup__content-cta .cont-btn {
    width: 100%;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup.mo-type-bottom .cp-unified-test-drive__layer-popup__content .layer-popup__content-cta .cont-btn .text {
    font-family: "genesis-text-medium", sans-serif;
  }
  .cp-unified-test-drive-history .cp-unified-test-drive__layer-popup.mo-type-bottom .cp-unified-test-drive__layer-popup__content .layer-popup__content-cta .cont-btn.type-white {
    background-color: #E6E6E6;
  }
}

