/* 다드림 렌탈 상품 — ssadang-clone */

.ddr-list-top {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 14px;
  box-sizing: border-box;
}

.ddr-page-head {
  margin: 0;
  max-width: none;
  padding: 16px 0 8px;
}

.ddr-page-title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 6px;
  letter-spacing: -0.4px;
}

.ddr-crumb {
  font-size: 12px;
  color: var(--t3);
  margin-bottom: 12px;
}

.ddr-crumb a {
  color: var(--t3);
  text-decoration: none;
}

.ddr-crumb a:hover {
  color: var(--p);
}

.ddr-count-row {
  font-size: 13px;
  color: var(--t2);
  margin-bottom: 14px;
}

.ddr-count-row strong {
  color: var(--p);
}

.ddr-root-group-wrap {
  width: 100%;
  margin: 0 0 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ddr-root-group-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.ddr-root-group-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0 2px 10px;
  min-width: max-content;
}

.ddr-root-group-nav li {
  flex: 0 0 auto;
}

.ddr-root-group-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #5c677d;
  background: #f3f5f8;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.18s, color 0.18s;
}

.ddr-root-group-nav a:hover {
  background: var(--pbg);
  color: var(--p);
}

.ddr-root-group-nav li.on a {
  background: var(--p);
  color: #fff;
}

.site-header.hm-header .rental-cat-bar--sub .ddr-root-group-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 8px var(--content-px, 20px) 0;
  box-sizing: border-box;
}

.site-header.hm-header .rental-cat-bar--sub .ddr-root-group-nav {
  padding-bottom: 8px;
}

.ddr-root-tabs-wrap {
  position: relative;
  width: 100%;
  margin: 0 0 16px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border-bottom: 2px solid #e8e8e8;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-height: 56px;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 0.28s ease, opacity 0.22s ease, margin 0.28s ease, border-color 0.2s ease, transform 0.28s ease;
}

.ddr-root-tabs-wrap.is-scroll-hidden {
  max-height: 0;
  margin: 0;
  opacity: 0;
  border-bottom-color: transparent;
  transform: translateY(-6px);
  pointer-events: none;
  overflow: hidden;
}

.ddr-root-tabs-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.ddr-root-tabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: max-content;
  width: max-content;
}

.ddr-root-tabs li {
  flex: 0 0 auto;
  border-right: 1px solid rgba(12, 29, 74, 0.1);
}

.ddr-root-tabs li:last-child {
  border-right: none;
}

.ddr-root-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  min-height: 40px;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  color: #5c677d;
  text-decoration: none;
  background: none;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: background 0.18s, color 0.18s, border-color 0.2s;
}

.ddr-root-tabs a:hover {
  background: rgba(12, 29, 74, 0.06);
  color: var(--p);
}

.ddr-root-tabs li.on a {
  color: #fff;
  border-bottom-color: transparent;
  font-weight: 600;
  background: var(--p);
}

.ddr-list-page.rental-has-cat-bar .ddr-page-head {
  padding-top: 8px;
}

.ddr-filter-zone {
  max-width: var(--max);
  margin: 0 auto 16px;
  padding: 0 14px;
}

.ddr-filter-zone .ex-detail-filters {
  border: 1px solid #ececea;
  border-radius: 12px;
  padding: 6px 16px 12px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(12, 29, 74, 0.04);
}

.ddr-filter-zone .ex-detail-filters__body {
  padding: 0;
}

.ddr-filter-zone .ex-filter-reset--inline {
  display: none;
}

.ddr-filter-zone .ex-detail-filters.is-open .ex-filter-reset--inline {
  display: block;
}

.ddr-cat-grid {
  display: none;
}

.ddr-cat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  padding: 0 14px;
}

.ddr-cat-tab {
  padding: 8px 12px;
  font-size: 12px;
  border: 1px solid var(--bd);
  border-radius: 4px;
  text-decoration: none;
  color: var(--t2);
  background: #fff;
}

.ddr-cat-tab:hover {
  border-color: var(--pl);
  color: var(--p);
}

.ddr-cat-tab.on {
  background: #222;
  color: #fff;
  border-color: #222;
  font-weight: 700;
}

.ddr-grid-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 14px 40px;
}

.ddr-sort-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 6px;
  padding: 10px 2px 14px;
  font-size: 13px;
  color: #bbb;
  border-bottom: 1px solid #ececea;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .ddr-sort-bar {
    justify-content: flex-end;
    font-size: 12px;
    padding: 8px 0 12px;
    margin-bottom: 10px;
  }
  .ddr-sort-bar .ex-sort-link {
    font-size: 12px;
  }
}

.ddr-pagination {
  margin-top: 24px;
  flex-wrap: wrap;
}

.ddr-pagination .rv-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.ddr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

@media (min-width: 640px) {
  .ddr-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (min-width: 1024px) {
  .ddr-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}

.ddr-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  background: var(--card);
  border: 1px solid var(--bd);
  border-radius: var(--r2);
  padding: 14px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.ddr-card:hover {
  border-color: var(--pl);
  box-shadow: 0 4px 16px rgba(12, 29, 74, 0.08);
}

.ddr-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  margin-bottom: 10px;
  flex-shrink: 0;
  overflow: hidden;
  background: #fafafa;
  border-radius: 4px;
}

.ddr-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ddr-model {
  font-size: 11.7px;
  color: #757575;
  margin-bottom: 4px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ddr-name {
  font-size: 14.95px;
  color: #222;
  font-weight: 500;
  line-height: 1.4;
  min-height: 42px;
  min-width: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: keep-all;
}

.ddr-price1,
.ddr-price2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 6px;
  font-size: 13px;
  color: #666;
}

.ddr-price1 li,
.ddr-price2 li {
  white-space: nowrap;
  min-width: 0;
}

.ddr-price1 li:first-child,
.ddr-price2 li:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ddr-price2 {
  margin-top: 4px;
}

.ddr-card .ddr-price1 {
  margin-top: auto;
}

.ddr-price1 li:last-child,
.ddr-price2 .val,
.ddr-price2 li:last-child {
  font-size: 14.95px;
  font-weight: 600;
  color: #222;
}

.ddr-price2 li:last-child {
  color: #c30;
  font-weight: 700;
}

.ddr-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

@media (min-width: 768px) {
  .ddr-home-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 767px) {
  .ddr-card {
    padding: 10px;
  }

  .ddr-thumb {
    margin-bottom: 8px;
  }

  .ddr-model {
    font-size: 10px;
    margin-bottom: 3px;
  }

  .ddr-name {
    font-size: 12px;
    min-height: 32px;
    margin-bottom: 8px;
    line-height: 1.35;
  }

  .ddr-price1,
  .ddr-price2 {
    font-size: 10px;
    column-gap: 4px;
  }

  .ddr-price1 li:first-child,
  .ddr-price2 li:first-child {
    font-size: 9.5px;
    letter-spacing: -0.03em;
  }

  .ddr-price1 li:last-child,
  .ddr-price2 .val,
  .ddr-price2 li:last-child {
    font-size: 12px;
  }

  .ddr-price2 li:last-child {
    font-size: 12px;
  }

  .ddr-grid,
  .ddr-home-grid {
    gap: 8px;
  }
}

.ddr-loading {
  text-align: center;
  padding: 48px 16px;
  color: var(--t3);
}

.ddr-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid var(--bd);
  border-top-color: var(--p);
  border-radius: 50%;
  animation: ddr-spin 0.7s linear infinite;
  margin: 0 auto 12px;
}

@keyframes ddr-spin {
  to {
    transform: rotate(360deg);
  }
}

.ddr-empty,
.ddr-error {
  text-align: center;
  padding: 40px 16px;
  color: var(--t3);
  background: var(--card);
  border: 1px solid var(--bd);
  border-radius: var(--r2);
}

.ddr-error {
  color: #c30;
}

/* 상세 */
body.ddr-detail-page .rdt-gallery-main img {
  max-height: 400px;
  object-fit: contain;
}

.ddr-product-head {
  max-width: var(--max);
  margin: 0 auto;
  padding: 16px 14px 12px;
}

.ddr-product-head .ddr-page-title {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  letter-spacing: -0.3px;
  color: var(--t);
}

.ddr-product-head .ddr-page-model {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.55;
  margin: 12px 0 0;
  padding: 0;
  color: #999;
  letter-spacing: 0;
  word-break: break-all;
}

@media (min-width: 1024px) {
  .ddr-product-head .ddr-page-title {
    font-size: 21px;
  }

  .ddr-product-head .ddr-page-model {
    font-size: 12px;
    margin-top: 14px;
  }
}

.ddr-month-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 16px 0;
}

.ddr-month-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid var(--bd);
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.2;
  font-family: inherit;
  text-decoration: none;
  color: var(--t2);
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 2;
}

.ddr-month-tab.on {
  background: var(--p);
  color: #fff;
  border-color: var(--p);
  font-weight: 700;
}

.ddr-plans-wrap {
  transition: opacity 0.15s;
}

.ddr-plans-wrap.is-loading {
  opacity: 0.45;
  pointer-events: none;
}

.ddr-plan {
  border: 1px solid var(--bd);
  border-radius: var(--r2);
  padding: 14px;
  margin-bottom: 10px;
  background: #fafafa;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

.ddr-plan:hover {
  border-color: var(--pl);
}

.ddr-plan.is-selected {
  border: 2px solid var(--p);
  background: #f5f8ff;
  padding: 13px;
}

.ddr-plan.is-min {
  border-color: var(--pl);
  background: #f5f8ff;
}

.ddr-offer-rows {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 13px;
}

.ddr-offer-rows li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}

.ddr-offer-rows li:last-child {
  border-bottom: none;
}

.ddr-offer-rows .label {
  color: var(--t3);
  flex-shrink: 0;
}

.ddr-offer-rows .val {
  font-weight: 600;
  text-align: right;
}

.ddr-offer-rows .val.price {
  color: var(--p);
  font-size: 16px;
  font-weight: 800;
}

.ddr-offer-rows .val.disc {
  color: #c30;
  font-weight: 700;
}

.ddr-offer-as {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--t2);
}

.ddr-offer-card-btn {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.ddr-plan-logo {
  height: 32px;
  object-fit: contain;
  margin-bottom: 10px;
}

.ddr-plan-dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin: 0;
  font-size: 13px;
}

.ddr-plan-dl dt {
  color: var(--t3);
  font-weight: 500;
}

.ddr-plan-dl dd {
  margin: 0;
  font-weight: 600;
}

.ddr-plan-price {
  color: var(--p);
  font-size: 16px;
  font-weight: 800;
}

.ddr-card-disc {
  color: #c30;
  font-weight: 700;
}

.ddr-consult-btn {
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 14px;
  background: var(--p);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  border-radius: var(--r2);
}

.ddr-consult-btn:hover {
  background: var(--pl);
}

.ddr-panel-wrap {
  max-width: var(--max);
  margin: 32px auto 40px;
  padding: 0 14px;
}

.ddr-options {
  margin: 12px 0 4px;
}

.ddr-option {
  margin-bottom: 12px;
}

.ddr-option-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--t);
}

.ddr-option-select {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid var(--bd);
  border-radius: 4px;
  background: #fff;
  font-family: inherit;
  color: var(--t);
  box-sizing: border-box;
}

.ddr-detail-imgs {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.ddr-detail-imgs img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.ddr-fallback {
  max-width: var(--max);
  margin: 0 auto;
  padding: 16px 14px 40px;
}

.ddr-fallback-msg {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--t2);
}

.ddr-fallback-actions {
  margin: 0 0 18px;
}

.ddr-fallback-actions .ddr-consult-btn {
  display: inline-block;
  width: auto;
  min-width: 220px;
  margin-top: 0;
}

.ddr-fallback-frame {
  width: 100%;
  min-height: 70vh;
  border: 1px solid var(--bd);
  border-radius: 12px;
  background: #fff;
}

.ddr-compare-sec {
  margin: 0 0 36px;
}

.ddr-compare-desc {
  margin: -8px 0 16px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--t2);
}

.ddr-compare-sec .rdt-compare-card,
.ddr-offer-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 7px 12px;
  border: 1px solid #d8deea;
  border-radius: 8px;
  background: #fff;
  color: var(--t2);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
}

.ddr-compare-sec .rdt-compare-card:hover,
.ddr-offer-card-btn:hover {
  border-color: var(--p);
  color: var(--p);
}

.ddr-compare-sec .ddr-compare-apply,
.ddr-compare-sec .rdt-compare-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 84px;
  padding: 8px 14px;
  border: none;
  border-radius: 8px;
  background: var(--p);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  line-height: 1.2;
}

.ddr-compare-sec .ddr-compare-apply:hover,
.ddr-compare-sec .rdt-compare-apply:hover {
  background: var(--pl);
}

.ddr-compare-sec .ddr-compare-apply::before,
.ddr-compare-sec .rdt-compare-apply::before {
  content: "✎";
  font-size: 11px;
  opacity: 0.9;
}

.ddr-card-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px 14px;
}

.ddr-card-modal.is-open {
  display: flex;
}

body.ddr-card-modal-open {
  overflow: hidden;
}

.ddr-card-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.ddr-card-modal__panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(86vh, 720px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 16px 48px rgba(12, 29, 74, 0.18);
}

.ddr-card-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid #eee;
}

.ddr-card-modal__head h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.ddr-card-modal__close {
  border: none;
  background: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #666;
  padding: 4px;
}

.ddr-card-modal__body {
  overflow-y: auto;
  padding: 18px;
}

.ddr-card-modal__loading,
.ddr-card-modal__empty {
  margin: 0;
  padding: 24px 8px;
  text-align: center;
  color: var(--t2);
  font-size: 14px;
  line-height: 1.6;
}

.ddr-card-item {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #eee;
}

.ddr-card-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.ddr-card-item__img {
  display: block;
  width: 240px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 14px;
}

.ddr-card-item h4 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.ddr-card-item dl {
  margin: 0 0 10px;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.ddr-card-item dt {
  color: var(--t);
  font-weight: 600;
}

.ddr-card-item dd {
  margin: 0;
  color: #7a7a7a;
  word-break: break-word;
}

.ddr-apply-page .site-main {
  padding: 20px 14px 48px;
}

.ddr-apply-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.ddr-apply-title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 20px;
}

.ddr-apply-summary {
  margin-bottom: 24px;
}

.ddr-apply-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.ddr-apply-table th,
.ddr-apply-table td {
  border: 1px solid #ddd;
  padding: 10px 8px;
  text-align: center;
  vertical-align: middle;
}

.ddr-apply-table thead th {
  background: #fafafa;
  font-weight: 700;
}

.ddr-apply-thumb {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 0 auto 6px;
}

.ddr-apply-price {
  color: var(--p);
  font-weight: 800;
}

.ddr-apply-total {
  margin: 12px 0 0;
  padding: 12px 14px;
  border: 1px dashed #ccc;
  text-align: center;
  font-size: 14px;
}

.ddr-apply-section {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px;
}

.ddr-apply-field {
  display: block;
  margin-bottom: 14px;
}

.ddr-apply-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

.ddr-apply-label em {
  color: var(--a);
  font-style: normal;
}

.ddr-apply-field input,
.ddr-apply-field select,
.ddr-apply-field textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  font-family: inherit;
  box-sizing: border-box;
}

.ddr-apply-birth {
  display: grid;
  grid-template-columns: 88px 1fr 72px 72px;
  gap: 8px;
}

.ddr-apply-zip {
  display: flex;
  gap: 8px;
}

.ddr-apply-zip input {
  flex: 1;
}

.ddr-apply-zip-btn {
  flex-shrink: 0;
  border: 1px solid #ccc;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 13px;
  cursor: pointer;
}

.ddr-apply-privacy {
  margin: 24px 0;
}

.ddr-apply-privacy h3 {
  font-size: 14px;
  margin: 0 0 8px;
}

.ddr-apply-privacy-box {
  height: 120px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 10px;
  background: #fafafa;
}

.ddr-apply-agree {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.ddr-apply-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 20px;
}

.ddr-apply-prev,
.ddr-apply-next {
  border: none;
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}

.ddr-apply-prev {
  background: #555;
  color: #fff;
}

.ddr-apply-next {
  background: var(--p);
  color: #fff;
}

.ddr-apply-next:hover:not(:disabled) {
  background: var(--pl);
}

.ddr-apply-done {
  text-align: center;
  padding: 48px 20px 56px;
  border: 1px solid #ececea;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(12, 29, 74, 0.06);
}

.ddr-apply-done__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--pbg);
  color: var(--p);
  font-size: 32px;
  font-weight: 800;
  line-height: 64px;
}

.ddr-apply-done__title {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 800;
  color: var(--t);
}

.ddr-apply-done__text {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--t2);
}

.ddr-apply-done__home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 12px 24px;
  border-radius: 10px;
  background: var(--p);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.ddr-apply-done__home:hover {
  background: var(--pl);
}

@media (max-width: 767px) {
  .ddr-apply-table {
    font-size: 11px;
  }

  .ddr-apply-birth {
    grid-template-columns: 1fr 1fr;
  }
}
