:root{--safe-bottom:env(safe-area-inset-bottom)}

#s20260307d7f59b9cb49fc {
  background: #efe8dc;
}
#s20260307d7f59b9cb49fc > .section_bg_color {
  background: #efe8dc;
}

.ds-quote {
  --ink: #142033;
  --paper: #efe8dc;
  --card: #f7f2ea;
  --line: #d8cfc0;
  --accent: #c45c26;
  --navy: #1c2740;
  box-sizing: border-box;
  background: var(--paper);
  color: var(--ink);
  padding: 36px 20px 96px;
  font-family: "Pretendard Variable", "Noto Sans KR", sans-serif;
}
.ds-quote *,
.ds-quote *::before,
.ds-quote *::after {
  box-sizing: border-box;
}
.ds-quote a {
  color: inherit;
  text-decoration: none;
}

.ds-quote-shell {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
  align-items: start;
}

.ds-quote-rail {
  position: sticky;
  top: 88px;
  padding: 28px 24px;
  background: var(--navy);
  color: #f4efe6;
}
.ds-quote-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #e0b089;
  text-transform: uppercase;
}
.ds-quote-rail-title {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.ds-quote-rail-desc {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(244, 239, 230, 0.72);
}
.ds-quote-phone {
  display: block;
  margin: 0 0 10px;
  padding: 16px 18px;
  background: #f7f2ea;
  color: var(--ink);
}
.ds-quote-phone span {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #6b6256;
}
.ds-quote-phone strong {
  display: block;
  font-size: 28px;
  letter-spacing: -0.04em;
}
.ds-quote-kakao {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin: 0 0 22px;
  background: #fee500;
  color: #191919;
  font-size: 15px;
  font-weight: 800;
}
.ds-quote-trust {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.ds-quote-trust li {
  position: relative;
  margin: 0;
  padding: 8px 0 8px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
}
.ds-quote-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 7px;
  height: 7px;
  background: #e0b089;
}
.ds-quote-hours {
  margin: 0;
  font-size: 13px;
  color: rgba(244, 239, 230, 0.62);
}

.ds-quote-sec-label {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--accent);
}
.ds-quote-list-title {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.ds-quote-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
}
.ds-quote-chips a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 8px 8px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}
.ds-quote-chips a:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.ds-quote-chips i {
  display: block;
  width: 28px;
  height: 28px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ds-quote-rows {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}
.ds-quote-rows li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--line);
}
.ds-quote-rows a {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 22px 4px;
}
.ds-quote-rows a:hover {
  background: rgba(196, 92, 38, 0.06);
}
.ds-quote-rows em {
  font-style: normal;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--accent);
}
.ds-quote-rows strong {
  display: block;
  margin: 0 0 4px;
  font-size: 20px;
  letter-spacing: -0.03em;
}
.ds-quote-rows small {
  display: block;
  font-size: 13px;
  line-height: 1.55;
  color: #6b6256;
}
.ds-quote-rows b {
  font-size: 14px;
  font-weight: 800;
  color: var(--navy);
  white-space: nowrap;
}

.ds-quote-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ds-quote-dock a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  font-size: 15px;
  font-weight: 800;
}
.ds-quote-dock-call {
  background: var(--navy);
  color: #fff;
}
.ds-quote-dock-kakao {
  background: #fee500;
  color: #191919;
}

@media (max-width: 991px) {
  .ds-quote {
    padding: 22px 16px 88px;
  }
  .ds-quote-shell {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ds-quote-rail {
    position: static;
    padding: 22px 18px;
  }
  .ds-quote-rail-title {
    font-size: 24px;
  }
  .ds-quote-phone strong {
    font-size: 24px;
  }
  .ds-quote-list-title {
    font-size: 22px;
  }
  .ds-quote-rows a {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    padding: 18px 0;
  }
  .ds-quote-rows b {
    grid-column: 2;
    margin-top: -4px;
  }
  .ds-quote-chips a {
    flex: 1 1 calc(50% - 8px);
  }
}
