:where(.legacy-content){
  --blue: #0345c4;
  --blue-deep: #0340bb;
  --cta-blue: #014cb3;
  --green: #0a8a30;
  --green-dark: #06702a;
  --yellow: #ffbe13;
  --kakao: #fed900;
  --navy: #14366e;
  --logo-navy: #0a2398;
  --ink: #101b2b;
  --muted: #5f6b7a;
  --line: #dfe7f3;
  --soft: #f4f9ff;
  --card: #ffffff;
  --shadow: 0 18px 45px rgba(19, 60, 117, .12);
}
:where(.legacy-content) *{ box-sizing: border-box; }
:where(.legacy-content){ scroll-behavior: smooth; }
:where(.legacy-content){
  margin: 0;
  font-family: "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f7fbff 0, #fff 420px);
}
:where(.legacy-content) a{ color: inherit; text-decoration: none; }
:where(.legacy-content) button,:where(.legacy-content) input{ font: inherit; }
:where(.legacy-content) [hidden]{ display: none !important; }
:where(.legacy-content) .m-only{ display: none; }
:where(.legacy-content) .site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 0 36px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
:where(.legacy-content) .brand{ display: flex; align-items: center; min-width: 0; }
:where(.legacy-content) .brand-logo{ height: 48px; width: auto; display: block; }
:where(.legacy-content) .brand-main{
  color: var(--logo-navy);
  font-size: 25px;
  font-weight: 900;
  white-space: nowrap;
}
:where(.legacy-content) .brand-main b,:where(.legacy-content) .brand-main .rental{ color: #068021; }
:where(.legacy-content) .brand-sub{ margin-top: 4px; font-size: 13px; color: var(--logo-navy); font-weight: 700; }
:where(.legacy-content) .desktop-nav{
  flex: 1;
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.8vw, 52px);
  font-size: 16.5px;
  font-weight: 700;
  color: #1b2a42;
}
:where(.legacy-content) .desktop-nav a{ padding: 22px 0; border-bottom: 3px solid transparent; white-space: nowrap; }
:where(.legacy-content) .desktop-nav a:hover{ color: var(--blue); border-color: var(--blue); }
:where(.legacy-content) .header-actions{ display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
:where(.legacy-content) .phone{ display: flex; align-items: center; gap: 10px; white-space: nowrap; }
:where(.legacy-content) .phone-ico{ width: 26px; height: 26px; color: #0d1726; }
:where(.legacy-content) .phone strong{
  display: block;
  color: #00911f;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .5px;
}
:where(.legacy-content) .phone small{ display: block; color: #4c5565; font-size: 12px; font-weight: 600; margin-top: 5px; }
:where(.legacy-content) .quick-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 154px;
  height: 46px;
  padding: 0 22px;
  color: #fff;
  background: #078d2c;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 10px 25px rgba(7, 141, 44, .25);
}
:where(.legacy-content) .quick-btn svg{ width: 18px; height: 18px; }
:where(.legacy-content) .menu-btn{ display: none; border: 0; background: transparent; color: #122036; padding: 4px; cursor: pointer; }
:where(.legacy-content) .menu-btn svg{ width: 26px; height: 26px; display: block; }
:where(.legacy-content) .site-menu{
  position: absolute;
  top: calc(100% + 8px);
  right: 14px;
  z-index: 95;
}
:where(.legacy-content) .menu-card{
  display: grid;
  min-width: 218px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 22px 50px rgba(13, 36, 70, .2);
}
:where(.legacy-content) .site-menu a{
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  color: #1b2a42;
}
:where(.legacy-content) .site-menu a:hover{ background: #f1f6ff; color: var(--blue); }
:where(.legacy-content) .site-menu .menu-call{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  justify-content: center;
  background: linear-gradient(135deg, #14a04a, #0a8a3a);
  color: #fff;
}
:where(.legacy-content) .site-menu .menu-call:hover{ background: linear-gradient(135deg, #129546, #097c34); color: #fff; }
:where(.legacy-content) .site-menu .menu-call svg{ width: 17px; height: 17px; }
:where(.legacy-content) .hero{
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, 1fr) 250px;
  gap: 20px;
  align-items: center;
  padding: 28px 70px 24px;
  overflow: hidden;
}
:where(.legacy-content) .hero-bg{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #fdfeff, #f2f8fe);
  z-index: -2;
}
:where(.legacy-content) .hero > picture{ display: contents; }
:where(.legacy-content) .hero-photo{
  position: absolute;
  bottom: 0;
  right: 652px;
  width: 612px;
  height: auto;
  z-index: -1;
}
@media  (max-width: 1659px) {:where(.legacy-content) .hero-photo{ display: none; }}
:where(.legacy-content) .hero::after{
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(255,255,255,0), #f7fbff 85%);
  z-index: -1;
}
:where(.legacy-content) .hero-copy{
  grid-column: 1;
  max-width: 640px;
}
:where(.legacy-content) .hero-copy h1{
  margin: 0 0 18px;
  font-size: clamp(48px, 4.6vw, 72px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -1px;
}
:where(.legacy-content) .hero-copy h1 em{ color: #0040c5; font-style: normal; }
:where(.legacy-content) .hero-copy p{
  margin: 0 0 30px;
  font-size: 20px;
  color: #243246;
  font-weight: 600;
}
:where(.legacy-content) .hero-badges{ display: flex; flex-wrap: wrap; gap: 14px 24px; max-width: 470px; }
:where(.legacy-content) .hero-badges span{
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}
:where(.legacy-content) .hero-badges b{
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--yellow);
  font-size: 19px;
  font-weight: 900;
}
:where(.legacy-content) .hero-badges b svg{ width: 21px; height: 21px; }
:where(.legacy-content) .hero-badges .i-gift{ background: #18a047; }
:where(.legacy-content) .hero-badges .i-as{ background: #2a7df0; }
:where(.legacy-content) .hero-badges small{
  grid-column: 2;
  display: block;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 600;
}
:where(.legacy-content) .hero-contact{ display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
:where(.legacy-content) .call-card,:where(.legacy-content) .kakao-card{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 208px;
  height: 70px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
:where(.legacy-content) .call-card{ gap: 13px; padding: 0 28px; }
:where(.legacy-content) .call-card svg{ width: 23px; height: 23px; color: var(--blue); flex-shrink: 0; }
:where(.legacy-content) .call-card span{ display: grid; gap: 2px; }
:where(.legacy-content) .call-card small{ display: block; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .2px; }
:where(.legacy-content) .call-card strong{ display: block; color: var(--blue); font-size: 21px; line-height: 1.05; font-weight: 900; letter-spacing: .3px; }
:where(.legacy-content) .call-card .hours{ font-size: 9.5px; color: #8b96a6; }
:where(.legacy-content) .kakao-card{
  gap: 10px;
  min-width: 200px;
  padding: 0 26px;
  color: #1a1604;
  background: var(--kakao);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(254, 217, 0, .35);
}
:where(.legacy-content) .kakao-card img{ width: 30px; height: 30px; border-radius: 8px; }
:where(.legacy-content) .quote-card{
  scroll-margin-top: 90px;
  grid-column: 2;
  justify-self: end;
  width: min(430px, 100%);
  padding: 26px 28px;
  margin-top: 24px;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(211,225,245,.9);
  border-radius: 26px;
  box-shadow: var(--shadow);
}
:where(.legacy-content) .quote-title h2{ margin: 0 0 20px; font-size: 25px; font-weight: 900; }
:where(.legacy-content) .quote-title h2 b{ color: var(--blue); font-size: 30px; }
:where(.legacy-content) .quote-title ol{
  display: flex;
  justify-content: space-between;
  padding: 0 6px;
  margin: 0 0 22px;
  list-style: none;
}
:where(.legacy-content) .quote-title li{
  position: relative;
  flex: 1;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: #243246;
  font-size: 14px;
  font-weight: 800;
}
:where(.legacy-content) .quote-title li.active{ color: var(--blue); }
:where(.legacy-content) .quote-title li + li::before{
  content: "";
  position: absolute;
  top: 22px;
  right: calc(50% + 32px);
  left: calc(-50% + 32px);
  border-top: 2px dashed #c7d3e4;
}
:where(.legacy-content) .quote-title li + li::after{
  content: "";
  position: absolute;
  top: 18px;
  right: calc(50% + 27px);
  border: 5px solid transparent;
  border-left: 7px solid #b9c8dd;
}
:where(.legacy-content) .step-ico{
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
:where(.legacy-content) .step-ico svg{ width: 24px; height: 24px; }
:where(.legacy-content) .ico-print{
  color: #fff;
  background: linear-gradient(135deg, #1d72f5, #0d52d8);
  box-shadow: 0 8px 16px rgba(13, 82, 216, .28);
}
:where(.legacy-content) .ico-doc{
  color: #00841d;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 6px 14px rgba(31, 58, 91, .1);
}
:where(.legacy-content) .ico-check{
  color: #fff;
  background: var(--yellow);
  box-shadow: 0 8px 16px rgba(255, 190, 19, .32);
}
:where(.legacy-content) .quote-card fieldset{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 9px 10px;
  padding: 0;
  margin: 0 0 14px;
  border: 0;
}
:where(.legacy-content) .quote-card fieldset.three{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
:where(.legacy-content) .quote-card fieldset.four{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
:where(.legacy-content) .quote-card legend{
  padding: 0;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 900;
}
:where(.legacy-content) .quote-card label{
  position: relative;
  display: block;
  height: 44px;
  cursor: pointer;
}
:where(.legacy-content) .quote-card input[type="radio"]{ position: absolute; opacity: 0; }
:where(.legacy-content) .q-opts label.span2{ grid-column: 1 / -1; }
:where(.legacy-content) .quote-card label span{
  display: grid;
  place-items: center;
  height: 100%;
  color: #1b2737;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
}
:where(.legacy-content) .quote-card input:checked + span{
  color: #fff;
  border-color: transparent;
  background: linear-gradient(180deg, #0357dc, #0340bb);
  box-shadow: inset 0 -2px 4px rgba(0,0,0,.12);
}
:where(.legacy-content) .q-q{ margin: 2px 0 12px; font-size: 17px; font-weight: 900; color: #15233c; }
:where(.legacy-content) .q-opts{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
:where(.legacy-content) .q-opts label{ position: relative; display: block; height: 50px; cursor: pointer; }
:where(.legacy-content) .q-opts.big label{ height: 58px; }
:where(.legacy-content) .q-opts.big span{ font-size: 17px; }
:where(.legacy-content) .q-etc-row{ display: flex; gap: 8px; margin-top: 10px; }
:where(.legacy-content) .q-etc{
  flex: 1;
  height: 50px;
  padding: 0 16px;
  border: 1.5px solid var(--line);
  border-radius: 13px;
  font-size: 15px;
  font-weight: 700;
}
:where(.legacy-content) .q-etc:focus{ outline: none; border-color: var(--blue); }
:where(.legacy-content) .q-etc-next{
  flex: 0 0 auto;
  padding: 0 20px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(180deg, #14a04a, #0a8a3a);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}
:where(.legacy-content) .q-phone{
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: .5px;
  color: #15233c;
}
:where(.legacy-content) .q-phone:focus{ outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(3, 69, 196, .12); }
:where(.legacy-content) .q-error{ margin: 8px 2px 0; color: #d2372e; font-size: 13px; font-weight: 700; }
:where(.legacy-content) .q-extra{ margin-top: 14px; border: 1px solid #e7edf6; border-radius: 14px; padding: 4px 14px; background: #fafcff; }
:where(.legacy-content) .q-extra summary{
  cursor: pointer;
  padding: 10px 2px;
  font-size: 13.5px;
  font-weight: 800;
  color: #57637a;
}
:where(.legacy-content) .q-extra[open] summary{ color: var(--blue); }
:where(.legacy-content) .q-extra fieldset{ margin: 0 0 12px; }
:where(.legacy-content) .q-extra legend{ font-size: 13px; }
:where(.legacy-content) .q-extra label{ height: 40px; }
:where(.legacy-content) .q-extra label span{ font-size: 13.5px; }
:where(.legacy-content) .q-hp{ position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
:where(.legacy-content) .q-submit{ margin-top: 14px; }
:where(.legacy-content) .q-submit:disabled{ opacity: .65; cursor: wait; }
:where(.legacy-content) .q-done-ico{
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 2px 0 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #14a04a, #0a8a3a);
  color: #fff;
  box-shadow: 0 12px 25px rgba(18, 147, 66, .25);
}
:where(.legacy-content) .q-done-ico svg{ width: 28px; height: 28px; }
:where(.legacy-content) .q-alt{ margin: 4px 0 0; color: #74819a; font-size: 12.5px; font-weight: 700; }
:where(.legacy-content) .q-nav{ display: flex; gap: 10px; margin-top: 10px; }
:where(.legacy-content) .q-prev{
  flex: 0 0 auto;
  height: 58px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  color: #445163;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}
:where(.legacy-content) .primary-submit{
  flex: 1;
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(180deg, #14a04a, #0a8a3a);
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 25px rgba(18, 147, 66, .23);
}
:where(.legacy-content) .primary-submit span{ float: right; margin-right: 12px; }
:where(.legacy-content) .q-hint{ margin: 2px 0 0; color: #7c8798; font-size: 12px; font-weight: 600; }
:where(.legacy-content) .q-result{ display: grid; gap: 12px; }
:where(.legacy-content) .q-summary{
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
:where(.legacy-content) .q-summary li{
  padding: 6px 12px;
  background: #eef4ff;
  border-radius: 999px;
  color: #0c3eb0;
  font-size: 12.5px;
  font-weight: 800;
}
:where(.legacy-content) .q-est{
  display: grid;
  gap: 4px;
  padding: 14px 16px 12px;
  background: #f3f8ff;
  border: 1px solid #d9e7fb;
  border-radius: 14px;
}
:where(.legacy-content) .q-est small{ color: #57637a; font-size: 12px; font-weight: 800; }
:where(.legacy-content) .q-est-range{ color: #0c3eb0; font-size: 24px; font-weight: 900; letter-spacing: -.4px; }
:where(.legacy-content) .q-est p{ margin: 0; font-size: 12.5px; font-weight: 700; color: #2b3a52; }
:where(.legacy-content) .q-est-pick{ color: #0a6b2e !important; }
:where(.legacy-content) .q-est-note{ color: #6b7787 !important; font-weight: 600 !important; }
:where(.legacy-content) .q-est-disc{ color: #93a0b2 !important; font-size: 11px !important; font-weight: 600 !important; margin-top: 2px !important; }
:where(.legacy-content) .q-msg{ margin: 4px 0 2px; font-size: 15px; line-height: 1.5; color: #243246; font-weight: 600; }
:where(.legacy-content) .q-msg b{ font-size: 17px; color: #0c3eb0; }
:where(.legacy-content) .q-call{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 58px;
  border-radius: 15px;
  background: linear-gradient(180deg, #14a04a, #0a8a3a);
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  box-shadow: 0 12px 25px rgba(18, 147, 66, .23);
}
:where(.legacy-content) .q-call svg{ width: 22px; height: 22px; }
:where(.legacy-content) .q-kakao{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 52px;
  border-radius: 15px;
  background: var(--kakao);
  color: #1a1604;
  font-size: 16px;
  font-weight: 900;
}
:where(.legacy-content) .q-kakao img{ width: 24px; height: 24px; border-radius: 6px; }
:where(.legacy-content) .q-reset{
  border: 0;
  background: transparent;
  color: #8b96a6;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
:where(.legacy-content) .quote-card.flash{ animation: q-flash 1.2s ease 2; }
@keyframes  q-flash {
  0%, 100% { box-shadow: var(--shadow); }
  50% { box-shadow: 0 0 0 5px rgba(20, 160, 74, .45), var(--shadow); }
}
:where(.legacy-content) .desktop-nav a.on{ color: var(--blue); border-color: var(--blue); }
:where(.legacy-content) .page-head{
  padding: 38px 0 26px;
  background: linear-gradient(180deg, #eef6ff, #fdfeff);
  border-bottom: 1px solid var(--line);
}
:where(.legacy-content) .page-head .wrap,:where(.legacy-content) .page-body{ width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
:where(.legacy-content) .page-head h1{ margin: 0 0 8px; font-size: 30px; letter-spacing: -.4px; }
:where(.legacy-content) .page-head p{ margin: 0; color: var(--muted); font-weight: 600; }
:where(.legacy-content) .page-body{ padding: 28px 0 64px; display: grid; gap: 30px; }
:where(.legacy-content) .pg-sec h2{ margin: 0 0 12px; font-size: 21px; letter-spacing: -.3px; }
:where(.legacy-content) .pg-sec h2 em{ font-style: normal; color: #8b96a6; font-size: 14px; font-weight: 800; margin-left: 6px; }
:where(.legacy-content) .pg-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 8px 22px rgba(35, 88, 148, .05);
}
:where(.legacy-content) .pg-lead{ margin: 0; font-size: 15.5px; line-height: 1.75; color: #243246; font-weight: 500; }
:where(.legacy-content) .pg-lead b{ color: #0c3eb0; }
:where(.legacy-content) .pg-grid{ display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
:where(.legacy-content) .pg-grid .pg-card{ display: grid; gap: 6px; padding: 18px 20px; }
:where(.legacy-content) .pg-grid .pg-card b{ font-size: 15.5px; }
:where(.legacy-content) .pg-grid .pg-card span{ color: var(--muted); font-size: 13px; font-weight: 600; line-height: 1.5; }
:where(.legacy-content) .pg-strong{ color: #0c3eb0; font-weight: 900; }
:where(.legacy-content) .pg-note{ margin: 10px 2px 0; color: #8b96a6; font-size: 12.5px; font-weight: 600; }
:where(.legacy-content) .compare-note-card{ display: grid; gap: 18px; background: linear-gradient(180deg, #fff, #f8fbff); }
:where(.legacy-content) .compare-points{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
:where(.legacy-content) .compare-points article{
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid #e1eaf7;
  border-radius: 14px;
  background: #fff;
}
:where(.legacy-content) .compare-points b{ color: var(--blue); font-size: 15px; font-weight: 900; }
:where(.legacy-content) .compare-points span{ color: #53637a; font-size: 13px; font-weight: 700; line-height: 1.55; }
:where(.legacy-content) .trust-mini-grid .pg-card{ border-color: #dfeaf8; background: #f8fbff; }
:where(.legacy-content) .trust-mini-grid .pg-card b{ color: #0c3eb0; }
:where(.legacy-content) .naver-map-card{
  display: grid;
  gap: 16px;
  padding: 0;
  overflow: hidden;
}
:where(.legacy-content) .map-copy{ padding: 22px 24px 0; }
:where(.legacy-content) .map-note{ margin: 6px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; }
:where(.legacy-content) .naver-map-canvas{
  position: relative;
  width: 100%;
  min-height: 360px;
  overflow: hidden;
  background: #eef4ff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
:where(.legacy-content) .map-pending{
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 24px;
  text-align: center;
  color: #536174;
  background: linear-gradient(135deg, #f5f9ff, #eef6ff);
}
:where(.legacy-content) .map-pending b{ color: #10223e; font-size: 16px; }
:where(.legacy-content) .map-pending span{ max-width: 360px; font-size: 13px; font-weight: 700; line-height: 1.55; }
:where(.legacy-content) .map-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 24px 22px;
}
:where(.legacy-content) .map-actions .pg-link-btn{ margin-top: 0; }
:where(.legacy-content) .map-actions .pg-link-btn.ghost{
  color: #0a8a30;
  background: #effaf3;
  border: 1px solid #d9f0e2;
  box-shadow: none;
}
:where(.legacy-content) .naver-map-card.is-map-ready .map-pending{ display: none; }
:where(.legacy-content) .naver-map-card.is-map-error .map-pending b{ color: #9b1c1c; }
:where(.legacy-content) .naver-map-info{
  display: grid;
  gap: 4px;
  min-width: 190px;
  padding: 4px 2px;
  color: #14233c;
  font-family: "Noto Sans KR", sans-serif;
}
:where(.legacy-content) .naver-map-info b{ font-size: 14px; font-weight: 900; }
:where(.legacy-content) .naver-map-info span{ font-size: 12px; font-weight: 700; color: #536174; }
:where(.legacy-content) .naver-map-info a{ margin-top: 3px; color: #03a84c; font-size: 12px; font-weight: 900; }
:where(.legacy-content) .contact-cards{ gap: 14px; }
:where(.legacy-content) .contact-card{
  display: grid;
  gap: 5px;
  align-content: start;
  padding: 22px 22px 18px;
  border-radius: 18px;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease;
}
:where(.legacy-content) a.contact-card:hover{ transform: translateY(-3px); box-shadow: 0 16px 32px rgba(25, 56, 102, .15); }
:where(.legacy-content) .contact-card i{
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 6px;
  border-radius: 13px;
}
:where(.legacy-content) .contact-card i svg{ width: 22px; height: 22px; }
:where(.legacy-content) .contact-card b{ font-size: 14px; font-weight: 800; opacity: .85; }
:where(.legacy-content) .contact-card strong{ font-size: 19px; font-weight: 900; letter-spacing: -.2px; }
:where(.legacy-content) .contact-card span{ font-size: 12.5px; font-weight: 600; opacity: .75; line-height: 1.5; }
:where(.legacy-content) .contact-card em{ margin-top: 9px; font-style: normal; font-size: 13px; font-weight: 900; }
:where(.legacy-content) .ch-tel{ background: #effaf3; border-color: #d9f0e2; color: #123a22; }
:where(.legacy-content) .ch-tel i{ background: #0a8a3a; color: #fff; }
:where(.legacy-content) .ch-tel strong,:where(.legacy-content) .ch-tel em{ color: #0a8a3a; }
:where(.legacy-content) .ch-kakao{ background: #fee500; border-color: #f4d900; color: #191919; }
:where(.legacy-content) .ch-kakao i{ background: #3c1e1e; color: #fee500; }
:where(.legacy-content) .ch-kakao strong{ color: #191919; }
:where(.legacy-content) .ch-kakao em{ color: #3c1e1e; }
:where(.legacy-content) .ch-place{ background: #eafaf1; border-color: #cdf0dd; color: #0b3322; }
:where(.legacy-content) .ch-place i{ background: #03c75a; color: #fff; }
:where(.legacy-content) .ch-place strong,:where(.legacy-content) .ch-place em{ color: #029e48; }
:where(.legacy-content) .ch-mail{ background: #eef4ff; border-color: #dce8fb; color: #14233e; }
:where(.legacy-content) .ch-mail i{ background: #0345c4; color: #fff; }
:where(.legacy-content) .ch-mail strong{ font-size: 16.5px; }
:where(.legacy-content) .ch-mail strong,:where(.legacy-content) .ch-mail em{ color: #0c3eb0; }
:where(.legacy-content) .ch-fax{ background: #f2f4f7; border-color: #e5e9ee; color: #2b3a52; }
:where(.legacy-content) .ch-fax i{ background: #5b6878; color: #fff; }
:where(.legacy-content) .ch-fax strong{ color: #3a485c; }
:where(.legacy-content) .pd-top{
  display: grid;
  grid-template-columns: minmax(280px, 460px) 1fr;
  gap: 34px;
  align-items: center;
}
:where(.legacy-content) .pd-img{
  position: relative;
  display: grid;
  place-items: center;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
}
:where(.legacy-content) .pd-img img{ max-width: 100%; max-height: 360px; object-fit: contain; }
:where(.legacy-content) .pd-cat{
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #0c3eb0;
  font-size: 12.5px;
  font-weight: 900;
}
:where(.legacy-content) .pd-head h2{ margin: 12px 0 6px; font-size: 32px; letter-spacing: -.5px; }
:where(.legacy-content) .pd-speed{ margin: 0 0 14px; color: var(--muted); font-size: 15px; font-weight: 700; }
:where(.legacy-content) .pd-price{ margin: 0 0 20px; color: #0c3eb0; font-size: 30px; font-weight: 900; letter-spacing: -.5px; }
:where(.legacy-content) .pd-price small{ font-size: 15px; color: #74819a; font-weight: 800; margin-left: 4px; }
:where(.legacy-content) .pd-ctas{ display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 560px; }
:where(.legacy-content) .pd-ctas a{ justify-content: center; }
:where(.legacy-content) .pd-quote{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 26px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0a8a3a, #097c34);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(10, 138, 58, .25);
}
:where(.legacy-content) .pd-quote:hover{ transform: translateY(-2px); }
:where(.legacy-content) .pd-call{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 22px;
  border-radius: 14px;
  border: 1.5px solid var(--line);
  background: #fff;
  color: #15233c;
  font-size: 15px;
  font-weight: 900;
}
:where(.legacy-content) .pd-call svg{ width: 18px; height: 18px; color: #0a8a3a; }
:where(.legacy-content) .pd-call:hover{ transform: translateY(-2px); border-color: #0a8a3a; }
:where(.legacy-content) .pd-catalog{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 22px;
  border-radius: 14px;
  border: 1.5px solid #d4e2f7;
  background: #fff;
  color: #0c3eb0;
  font-size: 15px;
  font-weight: 900;
}
:where(.legacy-content) .pd-catalog svg{ width: 18px; height: 18px; }
:where(.legacy-content) .pd-catalog:hover{ transform: translateY(-2px); border-color: #0345c4; }
:where(.legacy-content) .pd-kakao{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 22px;
  border-radius: 14px;
  background: #fee500;
  color: #191919;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(244, 217, 0, .35);
}
:where(.legacy-content) .pd-kakao svg{ width: 19px; height: 19px; color: #3c1e1e; }
:where(.legacy-content) .pd-kakao:hover{ transform: translateY(-2px); }
:where(.legacy-content) .pd-option-panel{
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
  gap: 22px;
  max-width: 100%;
  overflow: hidden;
  padding: 24px;
  border: 1px solid #dbe8f8;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #f6fbff);
  box-shadow: 0 14px 34px rgba(35, 88, 148, .08);
}
:where(.legacy-content) .pd-option-head{ display: grid; align-content: start; gap: 9px; }
:where(.legacy-content) .pd-option-eyebrow{
  color: #0a8a3a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}
:where(.legacy-content) .pd-option-total{
  color: #0c3eb0;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -.5px;
}
:where(.legacy-content) .pd-option-head p{ margin: 0; color: #556376; font-size: 14px; font-weight: 700; line-height: 1.6; }
:where(.legacy-content) .pd-option-groups{ display: grid; gap: 16px; }
:where(.legacy-content) .pd-option-field{
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  border: 0;
}
:where(.legacy-content) .pd-option-field legend{
  padding: 0;
  color: #15233c;
  font-size: 14px;
  font-weight: 900;
}
:where(.legacy-content) .pd-option-choices{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 164px), 1fr));
  gap: 9px;
}
:where(.legacy-content) .pd-option-choices.two{ grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); }
:where(.legacy-content) .pd-option-choices label{
  position: relative;
  min-height: 74px;
  cursor: pointer;
}
:where(.legacy-content) .pd-option-choices input{ position: absolute; opacity: 0; }
:where(.legacy-content) .pd-option-choices span{
  display: grid;
  align-content: center;
  gap: 4px;
  height: 100%;
  padding: 13px 14px;
  border: 1.5px solid #dbe4f1;
  border-radius: 14px;
  background: #fff;
  color: #15233c;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
:where(.legacy-content) .pd-option-choices small{
  display: block;
  color: #718097;
  font-size: 12px;
  font-weight: 800;
}
:where(.legacy-content) .pd-option-choices input:checked + span{
  border-color: #0345c4;
  background: #eef5ff;
  box-shadow: 0 0 0 3px rgba(3, 69, 196, .1);
}
:where(.legacy-content) .pd-option-quote{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #14b259, #078a38);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 26px rgba(9, 150, 62, .26);
}
:where(.legacy-content) .pd-option-note{ margin: -3px 0 0; color: #718097; font-size: 12px; font-weight: 700; line-height: 1.55; }
:where(.legacy-content) .pd-specs{ margin: 0; padding: 4px 0 4px 20px; display: grid; gap: 9px; }
:where(.legacy-content) .pd-specs li{ font-size: 14.5px; font-weight: 600; color: #2b3a52; }
:where(.legacy-content) .pd-pncons{ grid-template-columns: 1fr 1fr; }
:where(.legacy-content) .pd-pros b,:where(.legacy-content) .pd-cons b{ display: block; font-size: 15.5px; margin-bottom: 10px; }
:where(.legacy-content) .pd-pros ul,:where(.legacy-content) .pd-cons ul{ margin: 0; padding-left: 20px; display: grid; gap: 8px; }
:where(.legacy-content) .pd-pros li,:where(.legacy-content) .pd-cons li{ font-size: 13.5px; font-weight: 600; line-height: 1.55; }
:where(.legacy-content) .pd-pros{ background: #f4fbf6; border-color: #ddf0e3; }
:where(.legacy-content) .pd-pros li{ color: #14532d; }
:where(.legacy-content) .pd-cons{ background: #fffaf0; border-color: #f5ead2; }
:where(.legacy-content) .pd-cons li{ color: #6b5520; }
:where(.legacy-content) .pd-docs{ display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
:where(.legacy-content) .pd-docs .pg-note{ width: 100%; margin: 6px 0 0; }
:where(.legacy-content) .pg-link-btn.ghost{ background: #fff; color: #0c3eb0; border: 1.5px solid #d9e5f8; }
:where(.legacy-content) .pd-benefit-panel{
  padding: 28px;
  border: 1px solid #dbe8f8;
  border-radius: 22px;
  background: linear-gradient(135deg, #f8fbff, #fff);
  box-shadow: 0 18px 42px rgba(17, 75, 143, .08);
}
:where(.legacy-content) .pd-benefit-head{
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}
:where(.legacy-content) .pd-benefit-head span{
  width: fit-content;
  padding: 6px 11px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #0345c4;
  font-size: 12px;
  font-weight: 900;
}
:where(.legacy-content) .pd-benefit-head h2{
  margin: 0;
}
:where(.legacy-content) .pd-benefit-head p{
  max-width: 840px;
  margin: 0;
  color: #40516a;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.65;
}
:where(.legacy-content) .pd-benefit-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
:where(.legacy-content) .pd-benefit-grid article{
  min-height: 132px;
  padding: 18px;
  border: 1px solid #e1eaf6;
  border-radius: 18px;
  background: #fff;
}
:where(.legacy-content) .pd-benefit-grid b{
  display: block;
  margin-bottom: 7px;
  color: #0b3f9f;
  font-size: 16px;
  font-weight: 900;
}
:where(.legacy-content) .pd-benefit-grid p{
  margin: 0;
  color: #4e6078;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.55;
}
:where(.legacy-content) .pd-refurb-notice{
  margin-top: 14px;
  padding: 18px 20px;
  border: 1px solid #fde3ba;
  border-radius: 18px;
  background: #fff8eb;
}
:where(.legacy-content) .pd-refurb-notice b{
  display: block;
  margin-bottom: 8px;
  color: #c05a00;
  font-size: 15px;
  font-weight: 900;
}
:where(.legacy-content) .pd-refurb-notice ul{
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}
:where(.legacy-content) .pd-refurb-notice li{
  color: #63491f;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.55;
}
:where(.legacy-content) .pd-detail-story{
  display: grid;
  gap: 18px;
}
:where(.legacy-content) .pd-story-stack{
  display: grid;
  gap: 22px;
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 22px;
  border: 1px solid #dce8f6;
  border-radius: 24px;
  background: #f6fbff;
  box-shadow: 0 22px 54px rgba(21, 53, 96, .12);
}
:where(.legacy-content) .pd-story-pair,:where(.legacy-content) .pd-story-gallery{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
:where(.legacy-content) .pd-story-shot{
  margin: 0;
  display: grid;
  place-items: start center;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #dfe8f6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(21, 53, 96, .08);
}
:where(.legacy-content) .pd-story-shot img{
  display: block;
  width: 100%;
  height: 760px;
  object-fit: contain;
  object-position: top center;
  background: #fff;
}
:where(.legacy-content) .pd-model-offer{
  display: grid;
  grid-template-columns: minmax(230px, .78fr) minmax(0, 1.22fr);
  gap: 24px;
  padding: 32px;
  background: linear-gradient(135deg, #f4f9ff, #fff);
  border: 1px solid #e5edf8;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(21, 53, 96, .08);
}
:where(.legacy-content) .pd-model-visual{
  display: grid;
  place-items: center;
  min-height: 320px;
  border-radius: 22px;
  background: #edf5ff;
}
:where(.legacy-content) .pd-model-visual img{
  max-width: 92%;
  max-height: 300px;
  object-fit: contain;
}
:where(.legacy-content) .pd-model-copy{
  display: grid;
  align-content: center;
  gap: 10px;
}
:where(.legacy-content) .pd-model-copy > span{
  width: fit-content;
  padding: 6px 11px;
  border-radius: 999px;
  background: #e9f2ff;
  color: #0345c4;
  font-size: 12px;
  font-weight: 900;
}
:where(.legacy-content) .pd-model-copy h3{
  margin: 0;
  color: #07152a;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -.4px;
}
:where(.legacy-content) .pd-model-copy p{
  margin: 0;
  color: #4c5c72;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}
:where(.legacy-content) .pd-model-copy strong{
  color: #0345c4;
  font-size: 30px;
  font-weight: 900;
}
:where(.legacy-content) .pd-model-copy dl{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 8px 0 0;
}
:where(.legacy-content) .pd-model-copy dl div{
  padding: 12px 13px;
  border: 1px solid #dfe8f6;
  border-radius: 14px;
  background: #fff;
}
:where(.legacy-content) .pd-model-copy dt{
  color: #7b8798;
  font-size: 11.5px;
  font-weight: 900;
}
:where(.legacy-content) .pd-model-copy dd{
  margin: 4px 0 0;
  color: #10223e;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}
:where(.legacy-content) .pd-model-note{
  color: #8a95a5 !important;
  font-size: 12px !important;
}
:where(.legacy-content) .pd-model-copy a,:where(.legacy-content) .pd-brand-cta a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #14b259, #078a38);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(9, 150, 62, .24);
}
:where(.legacy-content) .pd-detail-faq{
  padding: 34px;
  background: #fff;
  border: 1px solid #e8eef7;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(21, 53, 96, .06);
}
:where(.legacy-content) .pd-detail-faq h3{
  margin: 0 0 18px;
  color: #07152a;
  font-size: 26px;
  font-weight: 900;
}
:where(.legacy-content) .pd-detail-faq dl{
  display: grid;
  gap: 10px;
  margin: 0;
}
:where(.legacy-content) .pd-detail-faq div{
  padding: 16px 18px;
  border: 1px solid #e0e8f4;
  border-radius: 16px;
  background: #f8fbff;
}
:where(.legacy-content) .pd-detail-faq dt{
  color: #0c3eb0;
  font-size: 15px;
  font-weight: 900;
}
:where(.legacy-content) .pd-detail-faq dd{
  margin: 7px 0 0;
  color: #34445c;
  font-size: 13.8px;
  font-weight: 700;
  line-height: 1.62;
}
:where(.legacy-content) .pd-brand-cta{
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  padding: 28px 32px;
  border-radius: 20px;
  background: linear-gradient(135deg, #082c67, #045f40);
  color: #fff;
}
:where(.legacy-content) .pd-brand-cta img{
  max-width: 210px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff;
}
:where(.legacy-content) .pd-brand-cta b{
  display: block;
  font-size: 20px;
  font-weight: 900;
}
:where(.legacy-content) .pd-brand-cta p{
  margin: 4px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 13px;
  font-weight: 700;
}
:where(.legacy-content) .pd-brand-cta a:nth-of-type(2){
  background: #fee500;
  color: #191919;
  box-shadow: 0 10px 22px rgba(244,217,0,.25);
}
:where(.legacy-content) .pd-cta-core img{
  height: 720px;
}
:where(.legacy-content) .catalog-links{ display: grid; grid-template-columns: 1fr 1.35fr; gap: 9px; margin-top: 8px; }
:where(.legacy-content) .catalog-info .catalog-links a{ margin-top: 0; min-height: 46px; border-radius: 11px; font-size: 14.5px; transition: transform .13s ease, box-shadow .13s ease, border-color .13s ease; }
:where(.legacy-content) .catalog-info a.catalog-detail-link{
  background: #fff;
  color: #0c3eb0;
  border: 1.5px solid #d4e2f7;
  box-shadow: none;
}
:where(.legacy-content) .catalog-info a.catalog-detail-link:hover{ border-color: #0345c4; transform: translateY(-1px); }
:where(.legacy-content) .catalog-info .catalog-links a:not(.catalog-detail-link){
  background: linear-gradient(135deg, #14b259, #078a38);
  box-shadow: 0 10px 22px rgba(9, 150, 62, .32);
}
:where(.legacy-content) .catalog-info .catalog-links a:not(.catalog-detail-link):hover{ transform: translateY(-1px); box-shadow: 0 14px 26px rgba(9, 150, 62, .4); }
:where(.legacy-content) .info-table{ display: grid; gap: 0; padding: 8px 24px; }
:where(.legacy-content) .info-table div{
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #eef2f8;
}
:where(.legacy-content) .info-table div:last-child{ border-bottom: 0; }
:where(.legacy-content) .info-table dt{ color: #74819a; font-size: 13px; font-weight: 800; }
:where(.legacy-content) .info-table dd{ margin: 0; color: #15233c; font-size: 14px; font-weight: 700; }
:where(.legacy-content) .product-page .info-table{
  margin-top: 6px;
  padding: 6px 14px;
  border-color: #edf2f8;
  border-radius: 12px;
  background: #fbfdff;
  box-shadow: none;
}
:where(.legacy-content) .product-page .info-table div{
  grid-template-columns: 112px 1fr;
  gap: 8px;
  padding: 7px 0;
}
:where(.legacy-content) .product-page .info-table dt{
  color: #9aa6b7;
  font-size: 11.5px;
  font-weight: 700;
}
:where(.legacy-content) .product-page .info-table dd{
  color: #647187;
  font-size: 12px;
  font-weight: 650;
}
:where(.legacy-content) .product-page .info-table div:nth-child(n/**/+3){
  padding: 5px 0;
}
:where(.legacy-content) .product-page .info-table div:nth-child(n/**/+3) dt,:where(.legacy-content) .product-page .info-table div:nth-child(n/**/+3) dd{
  color: #98a2b3;
  font-size: 10.5px;
  font-weight: 600;
}
:where(.legacy-content) .product-page .info-table + .pg-note{
  margin-top: 7px;
  color: #a0a9b7;
  font-size: 11.5px;
  font-weight: 600;
}
:where(.legacy-content) .faq-cat{
  margin: 18px 0 4px;
  padding: 0 2px 8px;
  color: #0c3eb0;
  font-size: 14px;
  font-weight: 900;
  border-bottom: 1px solid #e7eefa;
}
:where(.legacy-content) .faq-cat:first-child{ margin-top: 4px; }
:where(.legacy-content) .pg-link-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  height: 46px;
  padding: 0 20px;
  background: #03c75a;
  color: #fff;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 900;
}
:where(.legacy-content) .pg-link-btn svg{ width: 18px; height: 18px; }
:where(.legacy-content) .cat-grid{ display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 12px; }
:where(.legacy-content) .cat-item{
  display: grid;
  gap: 6px;
  align-content: start;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  cursor: pointer;
  transition: transform .14s ease, box-shadow .14s ease;
}
:where(.legacy-content) .cat-item:hover{ transform: translateY(-2px); box-shadow: 0 12px 26px rgba(35, 88, 148, .12); }
:where(.legacy-content) .ci-top{ display: flex; align-items: center; justify-content: space-between; gap: 8px; }
:where(.legacy-content) .ci-top b{ font-size: 15.5px; letter-spacing: -.2px; }
:where(.legacy-content) .ci-top i{ font-style: normal; color: #74819a; font-size: 11.5px; font-weight: 800; }
:where(.legacy-content) .cat-item p{ margin: 0; color: var(--muted); font-size: 12.5px; font-weight: 600; }
:where(.legacy-content) .cat-item small{ color: #8b96a6; font-size: 11.5px; font-weight: 600; }
:where(.legacy-content) .ci-foot{ display: flex; align-items: center; justify-content: space-between; margin-top: 6px; padding-top: 10px; border-top: 1px solid #eef2f8; }
:where(.legacy-content) .ci-price{ color: #0c3eb0; font-size: 14.5px; font-weight: 900; }
:where(.legacy-content) .ci-price.ask{ color: #74819a; }
:where(.legacy-content) .ci-foot a{ color: var(--green); font-size: 12.5px; font-weight: 900; }
:where(.legacy-content) .faq details{ border-bottom: 1px solid #eef2f8; padding: 4px 0; }
:where(.legacy-content) .faq details:last-child{ border-bottom: 0; }
:where(.legacy-content) .faq summary{ cursor: pointer; padding: 10px 0; font-size: 14.5px; font-weight: 800; color: #1b2a42; }
:where(.legacy-content) .faq p{ margin: 2px 0 12px; color: #4a5870; font-size: 13.5px; font-weight: 500; line-height: 1.65; }
:where(.legacy-content) .pg-cta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  padding: 22px 26px;
  background: var(--cta-blue);
  border-radius: 18px;
  color: #fff;
}
:where(.legacy-content) .pg-cta b{ font-size: 19px; }
:where(.legacy-content) .pg-cta span{ flex: 1; color: rgba(255,255,255,.85); font-size: 13.5px; font-weight: 600; min-width: 200px; }
:where(.legacy-content) .pg-cta a{
  height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  background: #fff;
  color: #0c4ac0;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}
:where(.legacy-content) .quote-page .quote-wrap{ max-width: 600px; margin: 0 auto; }
:where(.legacy-content) .quote-page .quote-card{
  width: 100%;
  margin-top: 0;
  grid-column: auto;
  justify-self: auto;
}
:where(.legacy-content) .p-modal{ position: fixed; inset: 0; z-index: 120; }
:where(.legacy-content) .p-modal-bg{ position: absolute; inset: 0; background: rgba(8, 15, 28, .55); }
:where(.legacy-content) .p-modal-card{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(560px, calc(100% - 32px));
  max-height: 88vh;
  overflow-y: auto;
  padding: 26px 26px 20px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(8, 20, 45, .35);
}
:where(.legacy-content) .p-close{
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f1f4f9;
  color: #445062;
  cursor: pointer;
}
:where(.legacy-content) .p-close svg{ width: 16px; height: 16px; }
:where(.legacy-content) .pm-top{ display: grid; grid-template-columns: 150px 1fr; gap: 18px; align-items: center; }
:where(.legacy-content) .pm-img-wrap{ display: grid; place-items: center; min-height: 150px; background: #f5f9ff; border-radius: 16px; padding: 10px; }
:where(.legacy-content) .pm-img{ max-width: 128px; max-height: 138px; }
:where(.legacy-content) .pm-head{ display: grid; gap: 7px; justify-items: start; }
:where(.legacy-content) .pm-head h3{ margin: 0; font-size: 22px; letter-spacing: -.3px; }
:where(.legacy-content) .pm-desc{ margin: 0; color: var(--muted); font-size: 13.5px; font-weight: 700; }
:where(.legacy-content) .pm-tags{ display: flex; flex-wrap: wrap; gap: 5px; }
:where(.legacy-content) .pm-tags i{
  padding: 3px 8px;
  background: #eef4ff;
  border-radius: 7px;
  color: #2c4a7c;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 800;
}
:where(.legacy-content) .pm-info{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 14px;
  margin: 18px 0 0;
  padding: 14px 16px;
  background: #f7faff;
  border: 1px solid #e3ecf9;
  border-radius: 14px;
}
:where(.legacy-content) .pm-info div{ display: grid; gap: 1px; }
:where(.legacy-content) .pm-info dt{ color: #74819a; font-size: 11.5px; font-weight: 800; }
:where(.legacy-content) .pm-info dd{ margin: 0; color: #15233c; font-size: 14px; font-weight: 800; }
:where(.legacy-content) .pm-info .pm-rent{ color: #0c3eb0; }
:where(.legacy-content) .pm-base,:where(.legacy-content) .q-est-base{
  white-space: pre-line;
}
:where(.legacy-content) .print-color{
  display: inline-block;
  color: #0a8a30;
  font-weight: 900;
}
:where(.legacy-content) .pm-note{ margin: 12px 0 0; color: #0a6b2e; font-size: 13px; font-weight: 700; }
:where(.legacy-content) .pm-ctas{ display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 14px; }
:where(.legacy-content) .pm-page-link{ display: inline-block; margin: 8px 0 2px; color: #0c3eb0; font-size: 13.5px; font-weight: 900; }
:where(.legacy-content) .pm-page-link:hover{ text-decoration: underline; }
:where(.legacy-content) .pm-quote{
  height: 54px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #14a04a, #0a8a3a);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(18, 147, 66, .22);
}
:where(.legacy-content) .pm-quote span{ margin-left: 6px; }
:where(.legacy-content) .pm-call{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 54px;
  padding: 0 20px;
  border: 1.5px solid #bfe4cd;
  border-radius: 14px;
  color: #0a8a3a;
  font-size: 15px;
  font-weight: 900;
}
:where(.legacy-content) .pm-call svg{ width: 18px; height: 18px; }
:where(.legacy-content) .pm-disc{ margin: 12px 0 0; color: #93a0b2; font-size: 11px; font-weight: 600; }
:where(.legacy-content) .floating-cta{
  position: fixed;
  right: 22px;
  bottom: 26px;
  z-index: 80;
  display: grid;
  gap: 11px;
  justify-items: end;
}
:where(.legacy-content) .floating-cta a{
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(10, 30, 60, .28);
}
:where(.legacy-content) .f-place{ background: #03c75a; color: #fff; }
:where(.legacy-content) .f-place svg{ width: 26px; height: 26px; }
:where(.legacy-content) .f-kakao{ background: var(--kakao); }
:where(.legacy-content) .f-kakao img{ width: 30px; height: 30px; border-radius: 8px; }
:where(.legacy-content) .f-call{ background: linear-gradient(135deg, #14a04a, #0a8a3a); color: #fff; position: relative; }
:where(.legacy-content) .f-call svg{ width: 24px; height: 24px; }
:where(.legacy-content) .f-call::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(20, 160, 74, .55);
  animation: f-pulse 2.2s ease-out infinite;
  pointer-events: none;
}
@keyframes  f-pulse {
  0% { box-shadow: 0 0 0 0 rgba(20, 160, 74, .5); }
  70% { box-shadow: 0 0 0 14px rgba(20, 160, 74, 0); }
  100% { box-shadow: 0 0 0 0 rgba(20, 160, 74, 0); }
}
:where(.legacy-content) .advisor-card{
  grid-column: 3;
  align-self: center;
  justify-self: start;
  margin-top: 30px;
  display: grid;
  justify-items: center;
  gap: 12px;
}
:where(.legacy-content) .advisor-card .bubble{
  position: relative;
  margin: 0;
  padding: 18px 22px;
  background: #fff;
  border-radius: 18px;
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.55;
  box-shadow: var(--shadow);
}
:where(.legacy-content) .advisor-card .bubble::after{
  content: "";
  position: absolute;
  left: 34px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 3px;
}
:where(.legacy-content) .advisor-card img{
  width: 170px;
  justify-self: center;
  margin: 0;
}
:where(.legacy-content) .chart-card{
  justify-self: stretch;
  padding: 14px 16px 12px;
  background: rgba(255,255,255,.97);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
:where(.legacy-content) .chart-card > b{ display: block; margin-bottom: 8px; font-size: 13px; color: #243246; }
:where(.legacy-content) .chart{
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0 4px;
}
:where(.legacy-content) .chart span{
  display: grid;
  justify-items: center;
  gap: 6px;
  font-size: 10.5px;
  color: #56627a;
  font-weight: 700;
}
:where(.legacy-content) .chart span::before{
  content: "";
  width: 16px;
  height: var(--h);
  border-radius: 4px 4px 2px 2px;
  background: #17a84f;
}
:where(.legacy-content) .chart span.b::before{ background: var(--blue); }
:where(.legacy-content) .chart span.lb::before{ background: #63a5ff; }
:where(.legacy-content) .service-strip{
  width: min(1180px, calc(100% - 40px));
  margin: -6px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255,255,255,.97);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}
:where(.legacy-content) .service-strip article{
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 14px;
  align-items: center;
  align-content: center;
  min-height: 78px;
  padding: 14px 26px;
  border-right: 1px dashed #d7e0ee;
}
:where(.legacy-content) .service-strip article:last-child{ border-right: 0; }
:where(.legacy-content) .s-ico{
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
}
:where(.legacy-content) .s-ico svg{ width: 32px; height: 32px; }
:where(.legacy-content) .s-truck{ color: #1d6ae5; }
:where(.legacy-content) .s-check{ color: #19a04c; }
:where(.legacy-content) .s-toner{ color: #ffb70d; }
:where(.legacy-content) .s-head{ color: #7a5af0; }
:where(.legacy-content) .s-visit{ color: #19a04c; }
:where(.legacy-content) .service-strip b{ font-size: 17px; }
:where(.legacy-content) .service-strip small{ color: var(--muted); font-size: 13.5px; font-weight: 600; }
:where(.legacy-content) .home-trust{
  width: min(1180px, calc(100% - 40px));
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.35fr);
  gap: 18px;
  align-items: stretch;
  padding: 24px;
  border: 1px solid #dbe8f8;
  border-radius: 22px;
  background: linear-gradient(135deg, #f6fbff, #fff);
  box-shadow: 0 16px 34px rgba(35, 88, 148, .08);
}
:where(.legacy-content) .home-trust-copy{ display: grid; align-content: center; gap: 8px; }
:where(.legacy-content) .home-trust-copy span{
  width: max-content;
  padding: 5px 11px;
  border-radius: 999px;
  background: #ecf3ff;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}
:where(.legacy-content) .home-trust h2{
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.32;
  letter-spacing: -.5px;
}
:where(.legacy-content) .home-trust p{
  margin: 0;
  color: #46566f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.7;
}
:where(.legacy-content) .home-trust-points{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
:where(.legacy-content) .home-trust-points article{
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 126px;
  padding: 17px;
  border: 1px solid #e1ebf8;
  border-radius: 16px;
  background: #fff;
}
:where(.legacy-content) .home-trust-points b{ color: #0c3eb0; font-size: 15px; font-weight: 900; line-height: 1.35; }
:where(.legacy-content) .home-trust-points small{ color: #5d6c82; font-size: 12.5px; font-weight: 650; line-height: 1.55; }
:where(.legacy-content) .products{ width: min(1600px, calc(100% - 72px)); margin: 30px auto 0; }
:where(.legacy-content) .section-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
:where(.legacy-content) .dot-label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 900;
}
:where(.legacy-content) .dot-label::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}
:where(.legacy-content) .fire-label{ font-size: 19px; font-weight: 900; }
:where(.legacy-content) .see-all{ color: var(--blue); font-size: 14px; font-weight: 800; }
:where(.legacy-content) .product-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 16px;
}
:where(.legacy-content) .product-card{
  display: grid;
  grid-template-rows: auto auto 1fr;
  padding: 16px 16px 12px;
  background: #fff;
  border: 1px solid #e4ecf7;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(35, 88, 148, .08);
  overflow: hidden;
}
:where(.legacy-content) .product-card{ position: relative; }
:where(.legacy-content) .product-card.is-best{ border-color: #f5b73c; box-shadow: 0 10px 28px rgba(214, 144, 8, .16); }
:where(.legacy-content) .badge-best{
  position: absolute;
  top: -1px;
  right: 14px;
  padding: 5px 9px 6px;
  background: linear-gradient(180deg, #ff9d1c, #f27c00);
  color: #fff;
  border-radius: 0 0 9px 9px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: -.2px;
  box-shadow: 0 6px 14px rgba(242, 124, 0, .35);
}
:where(.legacy-content) .speed{
  display: block;
  justify-self: start;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  color: #6b7787;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 700;
  overflow-wrap: anywhere;
}
:where(.legacy-content) .product-card.blue{ background: #eef4ff; border-color: #dfeafc; }
:where(.legacy-content) .product-card.green{ background: #effaf3; border-color: #dcf2e4; }
:where(.legacy-content) .product-card.orange{ background: #fff7e8; border-color: #f8ecd2; }
:where(.legacy-content) .product-card.purple{ background: #f4f1fe; border-color: #e8e2fa; }
:where(.legacy-content) .product-card.navy{ background: #eef2fb; border-color: #dee6f5; }
:where(.legacy-content) .product-card.gray{ background: #f2f4f7; border-color: #e5e9ee; }
:where(.legacy-content) .product-card h3{
  margin: 13px 0 8px;
  font-size: 18px;
  letter-spacing: -.2px;
  white-space: nowrap;
}
:where(.legacy-content) .product-card .tag{
  justify-self: start;
  padding: 6px 11px;
  color: var(--blue);
  background: #fff;
  border-radius: 8px;
  font-size: 12.5px;
  font-weight: 900;
  box-shadow: 0 2px 8px rgba(35, 88, 148, .1);
}
:where(.legacy-content) .product-card.blue .tag{ color: #0235c1; }
:where(.legacy-content) .product-card.green .tag{ color: #099030; }
:where(.legacy-content) .product-card.orange .tag{ color: #f29200; }
:where(.legacy-content) .product-card.purple .tag{ color: #5438de; }
:where(.legacy-content) .product-card.navy .tag{ color: var(--navy); }
:where(.legacy-content) .product-card.gray .tag{ color: #5b6878; }
:where(.legacy-content) .product-main{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 84px;
  gap: 14px;
  align-items: stretch;
}
:where(.legacy-content) .p-left{
  display: grid;
  grid-template-rows: 1fr auto auto auto;
  gap: 8px;
  justify-items: start;
  min-width: 0;
  position: relative;
  z-index: 1;
}
:where(.legacy-content) .product-main .desc{ margin: 0; color: var(--muted); font-size: 12px; font-weight: 600; white-space: nowrap; }
:where(.legacy-content) .product-main img{
  align-self: center;
  justify-self: end;
  width: 84px;
  height: 108px;
  object-fit: contain;
  object-position: center;
  margin: -2px 0 0;
  filter: drop-shadow(0 16px 18px rgba(37, 61, 91, .14));
}
:where(.legacy-content) .product-main.has-desc{ display: grid; position: relative; grid-template-columns: 1fr; }
:where(.legacy-content) .product-main.has-desc img{
  position: absolute;
  right: -8px;
  top: 18px;
  margin: 0;
  max-width: 134px;
}
:where(.legacy-content) .product-main.no-image{
  grid-template-columns: 1fr;
}
:where(.legacy-content) .product-main.no-image .p-left{
  grid-template-rows: auto auto auto auto;
}
:where(.legacy-content) .price strong{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  max-width: 100%;
  column-gap: 2px;
  row-gap: 10px;
  line-height: 1;
  white-space: normal;
}
:where(.legacy-content) .specs{
  display: flex;
  align-items: flex-start;
  gap: 6px;
  flex-wrap: nowrap;
}
:where(.legacy-content) .specs span{
  display: grid;
  grid-template-rows: 20px auto;
  justify-items: center;
  align-items: start;
  gap: 4px;
  width: 26px;
  min-width: 26px;
  color: #6b7787;
  font-size: 10.5px;
  line-height: 1.1;
  font-weight: 600;
  white-space: nowrap;
}
:where(.legacy-content) .specs svg{
  width: 19px;
  height: 19px;
  color: #8694a8;
  align-self: start;
}
:where(.legacy-content) .price{
  justify-self: stretch;
  width: 100%;
  min-width: 0;
  margin-top: 4px;
}
:where(.legacy-content) .price .won-m{ display: none; }
:where(.legacy-content) .price small{ display: block; color: #56627a; font-size: 13px; font-weight: 700; margin-bottom: 2px; }
:where(.legacy-content) .price strong{ color: #0235c1; font-size: 24px; font-weight: 900; letter-spacing: -.4px; }
:where(.legacy-content) .price .price-line{
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
}
:where(.legacy-content) .price .suffix{ color: #22304a; font-size: 13px; font-weight: 800; letter-spacing: 0; line-height: 1.2; }
:where(.legacy-content) .price .suffix.is-from{
  flex: 0 0 100%;
  display: block;
  margin-top: 3px;
  line-height: 1.45;
}
:where(.legacy-content) .product-card.is-d410s .price strong{ row-gap: 5px; }
:where(.legacy-content) .product-card.is-d410s .price .suffix.is-from{ margin-top: 0; line-height: 1.25; }
:where(.legacy-content) .green .price strong{ color: #00793b; }
:where(.legacy-content) .orange .price strong{ color: #ff9200; }
:where(.legacy-content) .purple .price strong{ color: #5438de; }
:where(.legacy-content) .navy .price strong{ color: var(--navy); }
:where(.legacy-content) .price.gap{ min-height: 44px; }
:where(.legacy-content) .product-pager,:where(.legacy-content) .catalog-pager{
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
:where(.legacy-content) .product-page #catalogPager{
  width: 100%;
  max-width: 100%;
  grid-column: 1 / -1;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
:where(.legacy-content) .product-pager[hidden],:where(.legacy-content) .catalog-pager[hidden]{ display: none; }
:where(.legacy-content) .product-pager button,:where(.legacy-content) .catalog-pager button{
  width: 38px;
  height: 38px;
  border: 1px solid #dce6f2;
  border-radius: 8px;
  background: #fff;
  color: #26354d;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}
:where(.legacy-content) .product-pager button.active,:where(.legacy-content) .catalog-pager button.active{
  color: #fff;
  background: #0345c4;
  border-color: #0345c4;
  box-shadow: 0 10px 20px rgba(3, 69, 196, .18);
}
:where(.legacy-content) .refurb-store{
  width: min(1600px, calc(100% - 72px));
  margin: 44px auto 0;
  padding-top: 34px;
  border-top: 1px solid #dce5ef;
}
:where(.legacy-content) .refurb-store-head{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}
:where(.legacy-content) .refurb-store-head h2{
  margin: 10px 0 0;
  color: #132238;
  font-size: 30px;
  line-height: 1.25;
}
:where(.legacy-content) .refurb-store-all{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  color: #075d2b;
  background: #fff;
  border: 1px solid #bad9c7;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
:where(.legacy-content) .refurb-store-note{
  margin: 0 0 18px;
  color: #58667a;
  font-size: 14px;
  line-height: 1.65;
}
:where(.legacy-content) .refurb-store-note strong{ color: #b43b2d; }
:where(.legacy-content) .refurb-brand-group + .refurb-brand-group{
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #dce5ef;
}
:where(.legacy-content) .refurb-brand-title{
  margin: 18px 0 12px;
  color: #132238;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.3;
}
:where(.legacy-content) .refurb-store-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
:where(.legacy-content) .refurb-store-item{
  min-width: 0;
  background: #fff;
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  overflow: hidden;
}
:where(.legacy-content) .refurb-store-item > a{
  display: grid;
  grid-template-rows: 156px auto auto auto 1fr auto;
  height: 100%;
  padding: 0 16px 16px;
  color: #132238;
}
:where(.legacy-content) .refurb-store-image{
  display: grid;
  place-items: center;
  margin: 0 -16px 14px;
  background: #f4f6f8;
  border-bottom: 1px solid #e5eaf0;
  overflow: hidden;
}
:where(.legacy-content) .refurb-store-image img{
  width: 132px;
  height: 132px;
  object-fit: contain;
  filter: drop-shadow(0 12px 15px rgba(28, 49, 73, .12));
  transform: translateY(var(--refurb-image-offset, 0%)) scale(var(--refurb-image-scale, 1));
}
:where(.legacy-content) .refurb-store-image img[src*="/ricoh-im-c2000."]{ --refurb-image-scale: 0.990329; --refurb-image-offset: -0.09378%; }
:where(.legacy-content) .refurb-store-image img[src*="/ricoh-im-c3000."]{ --refurb-image-scale: 1.023383; --refurb-image-offset: 0.67107%; }
:where(.legacy-content) .refurb-store-image img[src*="/ricoh-im-c3500."]{ --refurb-image-scale: 0.988417; }
:where(.legacy-content) .refurb-store-image img[src*="/ricoh-mp-c2004exsp."]{ --refurb-image-scale: 0.971537; --refurb-image-offset: -0.09200%; }
:where(.legacy-content) .refurb-store-image img[src*="/sindoh-d410s."]{ --refurb-image-scale: 1.470832; --refurb-image-offset: 1.12756%; }
:where(.legacy-content) .refurb-store-image img[src*="/sindoh-d450."]{ --refurb-image-scale: 1.548418; --refurb-image-offset: 0.09678%; }
:where(.legacy-content) .refurb-store-image img[src*="/sindoh-d451."]{ --refurb-image-scale: 1.565921; --refurb-image-offset: -0.20008%; }
:where(.legacy-content) .refurb-stock{
  justify-self: start;
  min-height: 26px;
  padding: 5px 9px;
  color: #0b6f34;
  background: #eaf7ef;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 900;
}
:where(.legacy-content) .refurb-stock.low-counter{
  color: #9d3e11;
  background: #fff1e8;
}
:where(.legacy-content) .refurb-store-item h3,:where(.legacy-content) .refurb-store-item h4{
  margin: 10px 0 9px;
  font-size: 18px;
  line-height: 1.3;
}
:where(.legacy-content) .refurb-store-item dl{
  display: grid;
  gap: 5px;
  margin: 0;
}
:where(.legacy-content) .refurb-store-item dl div{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
:where(.legacy-content) .refurb-store-item dt{
  color: #6b7788;
  font-size: 12px;
  font-weight: 700;
}
:where(.legacy-content) .refurb-store-item dd{
  margin: 0;
  color: #132238;
  font-size: 13px;
  font-weight: 900;
  text-align: right;
}
:where(.legacy-content) .refurb-store-item small{
  align-self: start;
  margin: 10px 0 14px;
  color: #6b7788;
  font-size: 11px;
  line-height: 1.5;
}
:where(.legacy-content) .refurb-store-item b{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  color: #fff;
  background: #087532;
  border-radius: 8px;
  font-size: 13px;
}
:where(.legacy-content) .refurb-store-item > a:hover b,:where(.legacy-content) .refurb-store-item > a:focus-visible b{ background: #075f2a; }
:where(.legacy-content) .catalog-pagination{
  display: grid;
  justify-items: center;
  gap: 12px;
  margin: 28px 0 14px;
  padding: 18px 16px;
  border-top: 2px solid #d7e4f5;
  border-bottom: 1px solid #e8eef7;
  background: linear-gradient(180deg, #f8fbff, #fff);
}
:where(.legacy-content) .catalog-pagination-label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #17345f;
  font-size: 14px;
  font-weight: 900;
}
:where(.legacy-content) .catalog-pagination-label::before,:where(.legacy-content) .catalog-pagination-label::after{
  content: "";
  width: 34px;
  height: 2px;
  background: #0345c4;
  border-radius: 999px;
  opacity: .62;
}
:where(.legacy-content) .catalog-pagination .catalog-pager{
  margin-top: 0;
}
:where(.legacy-content) .catalog-pagination .catalog-pager button{
  width: 46px;
  height: 46px;
  border: 2px solid #b8cbea;
  background: #fff;
  color: #17345f;
  font-size: 16px;
  box-shadow: 0 8px 18px rgba(23, 52, 95, .1);
}
:where(.legacy-content) .catalog-pagination .catalog-pager button.active{
  background: linear-gradient(180deg, #0757e5, #0239b2);
  border-color: #0239b2;
  box-shadow: 0 12px 24px rgba(3, 69, 196, .26);
}
:where(.legacy-content) .more{
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.85);
  color: #0235c1;
  font-size: 14px;
  font-weight: 800;
}
:where(.legacy-content) .more i{ font-style: normal; font-weight: 900; }
:where(.legacy-content) .green .more{ color: #099030; }
:where(.legacy-content) .orange .more{ color: #f58f00; }
:where(.legacy-content) .purple .more{ color: #5438de; }
:where(.legacy-content) .navy .more{ color: var(--navy); }
:where(.legacy-content) .gray .more{ color: #0235c1; }
:where(.legacy-content) .industry{ width: min(1600px, calc(100% - 72px)); margin: 34px auto 0; }
:where(.legacy-content) .industry-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}
:where(.legacy-content) .industry-grid a{
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 12px;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(35, 88, 148, .07);
  transition: transform .15s ease, box-shadow .15s ease;
}
:where(.legacy-content) .industry-grid a:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(35, 88, 148, .14);
}
:where(.legacy-content) .industry-grid i{
  grid-row: span 3;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  background: #f0f6ff;
  border-radius: 13px;
  font-style: normal;
  font-size: 23px;
}
:where(.legacy-content) .industry-grid b{ font-size: 16.5px; letter-spacing: -.2px; word-break: keep-all; }
:where(.legacy-content) .industry-grid span{ color: var(--muted); font-size: 12.5px; font-weight: 600; margin-top: 2px; word-break: keep-all; }
:where(.legacy-content) .industry-grid em{
  margin-top: 6px;
  font-style: normal;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  word-break: keep-all;
}
:where(.legacy-content) .cta-band{
  width: min(1600px, calc(100% - 72px));
  margin: 34px auto 32px;
}
:where(.legacy-content) .cta-desktop{
  min-height: 110px;
  display: grid;
  grid-template-columns: 132px minmax(max-content, 1fr) auto auto;
  align-items: center;
  gap: 30px;
  padding: 0 34px;
  color: #fff;
  background: var(--cta-blue);
  border-radius: 20px;
  box-shadow: 0 22px 50px rgba(1, 76, 179, .25);
}
:where(.legacy-content) .cta-desktop img{
  height: 134px;
  align-self: end;
  margin: -30px 0 0;
}
:where(.legacy-content) .cta-copy h2{ margin: 0 0 6px; font-size: 26px; white-space: nowrap; }
:where(.legacy-content) .cta-copy p{ margin: 0; color: rgba(255,255,255,.85); font-size: 15px; font-weight: 600; white-space: nowrap; }
:where(.legacy-content) .cta-desktop ol{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
:where(.legacy-content) .cta-desktop li{ display: flex; align-items: center; gap: 11px; }
:where(.legacy-content) .cta-desktop li:not(:last-child)::after{
  content: "";
  width: 34px;
  margin: 0 12px;
  border-top: 2px dotted rgba(255,255,255,.55);
}
:where(.legacy-content) .c-ico{
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1.5px solid rgba(255,255,255,.7);
  border-radius: 50%;
}
:where(.legacy-content) .c-ico svg{ width: 21px; height: 21px; color: #fff; }
:where(.legacy-content) .cta-desktop li:last-child .c-ico{ background: #fff; border-color: #fff; }
:where(.legacy-content) .cta-desktop li:last-child .c-ico svg{ color: var(--cta-blue); }
:where(.legacy-content) .c-txt{ display: grid; font-size: 12.5px; font-weight: 700; color: rgba(255,255,255,.8); }
:where(.legacy-content) .c-txt em{ font-style: normal; font-size: 14px; font-weight: 900; color: #fff; white-space: nowrap; }
:where(.legacy-content) .cta-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 56px;
  padding: 0 28px;
  color: #0c4ac0;
  background: #fff;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 900;
  white-space: nowrap;
}
:where(.legacy-content) .cta-mobile{ display: none; }
:where(.legacy-content) .seo-area-home{
  width: min(1200px, calc(100% - 48px));
  margin: 22px auto 0;
}
:where(.legacy-content) .seo-area-links{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
:where(.legacy-content) .seo-area-links a{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d9e3f2;
  border-radius: 8px;
  background: #fff;
  color: #02358f;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(15, 56, 112, .06);
}
:where(.legacy-content) .seo-area-links.compact{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
:where(.legacy-content) .seo-guide-home{
  width: min(1200px, calc(100% - 48px));
  margin: 34px auto 0;
  padding: 28px;
  border: 1px solid #dce7f5;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
  box-shadow: 0 18px 46px rgba(15, 56, 112, .07);
}
:where(.legacy-content) .seo-guide-head{
  display: grid;
  gap: 10px;
  max-width: 880px;
}
:where(.legacy-content) .seo-guide-head h2{
  margin: 0;
  color: #06142c;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.24;
  letter-spacing: 0;
}
:where(.legacy-content) .seo-guide-head p{
  margin: 0;
  color: #42526b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
:where(.legacy-content) .seo-guide-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}
:where(.legacy-content) .seo-guide-grid article{
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid #e0e8f4;
  border-radius: 12px;
  background: #fff;
}
:where(.legacy-content) .seo-guide-grid b{
  color: #063b9e;
  font-size: 17px;
}
:where(.legacy-content) .seo-guide-grid span{
  color: #536179;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}
:where(.legacy-content) .seo-internal-links{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
:where(.legacy-content) .seo-internal-links a{
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid #d7e3f3;
  border-radius: 999px;
  background: #fff;
  color: #0646b8;
  font-size: 14px;
  font-weight: 900;
}
:where(.legacy-content) .catalog-region-seo{
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr);
  gap: 18px;
  align-items: center;
  margin: 18px 0;
  padding: 22px;
  border: 1px solid #dce7f5;
  border-radius: 14px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
}
:where(.legacy-content) .catalog-region-seo span,:where(.legacy-content) .seo-kicker{
  display: inline-flex;
  color: #0345c4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
:where(.legacy-content) .catalog-region-seo h2{
  margin: 8px 0;
  color: #06142c;
  font-size: 22px;
  letter-spacing: -.2px;
}
:where(.legacy-content) .catalog-region-seo p{
  margin: 0;
  color: #516178;
  font-weight: 700;
  line-height: 1.6;
}
:where(.legacy-content) .seo-location-head .wrap{
  display: grid;
  gap: 8px;
}
:where(.legacy-content) .seo-location-head h1{ margin: 0; }
:where(.legacy-content) .seo-landing-hero{
  margin-top: 0;
}
:where(.legacy-content) .seo-landing-card{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  padding: 28px;
  border: 1px solid #cfe0f5;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(245, 250, 255, .96), rgba(255, 255, 255, .98) 56%),
    radial-gradient(circle at top right, rgba(0, 84, 214, .12), transparent 36%);
  box-shadow: 0 18px 46px rgba(19, 61, 121, .09);
}
:where(.legacy-content) .seo-landing-copy{
  display: grid;
  align-content: start;
  gap: 14px;
}
:where(.legacy-content) .seo-landing-copy h2{
  margin: 0;
  color: #06142c;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.18;
  letter-spacing: 0;
}
:where(.legacy-content) .seo-landing-copy p{
  max-width: 780px;
  margin: 0;
  color: #2f405a;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.65;
}
:where(.legacy-content) .seo-price-strip{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
:where(.legacy-content) .seo-price-strip div{
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 112px;
  padding: 15px;
  border: 1px solid #d8e6f7;
  border-radius: 12px;
  background: rgba(255, 255, 255, .82);
}
:where(.legacy-content) .seo-price-strip span{
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}
:where(.legacy-content) .seo-price-strip b{
  color: #004ecb;
  font-size: 18px;
  line-height: 1.2;
}
:where(.legacy-content) .seo-price-strip em{
  color: #52647c;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}
:where(.legacy-content) .seo-landing-side{
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  border: 1px solid #dbe7f6;
  border-radius: 16px;
  background: #fff;
}
:where(.legacy-content) .seo-landing-side b{
  color: #06142c;
  font-size: 17px;
}
:where(.legacy-content) .seo-landing-side ul{
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
:where(.legacy-content) .seo-landing-side li{
  position: relative;
  padding-left: 18px;
  color: #334762;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}
:where(.legacy-content) .seo-landing-side li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0b55d9;
}
:where(.legacy-content) .seo-choice-links{
  display: grid;
  gap: 8px;
}
:where(.legacy-content) .seo-choice-links a{
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border: 1px solid #d8e6f7;
  border-radius: 8px;
  background: #f8fbff;
  color: #06142c;
  transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}
:where(.legacy-content) .seo-choice-links a:hover,:where(.legacy-content) .seo-choice-links a:focus-visible{
  border-color: #0b55d9;
  background: #edf5ff;
  transform: translateY(-1px);
}
:where(.legacy-content) .seo-choice-links strong{
  font-size: 14px;
}
:where(.legacy-content) .seo-choice-links span,:where(.legacy-content) .seo-landing-side small{
  color: #52647c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
:where(.legacy-content) .seo-landing-copy.has-location-device{
  position: relative;
  padding-right: 188px;
}
:where(.legacy-content) .location-hero-device{
  position: absolute;
  top: 0;
  right: 0;
  width: 174px;
  height: 174px;
  margin: 0;
  pointer-events: none;
}
:where(.legacy-content) .location-hero-device::after{
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 3px;
  height: 13px;
  border-radius: 50%;
  background: rgba(23, 48, 84, .12);
  filter: blur(7px);
}
:where(.legacy-content) .location-hero-device img{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
:where(.legacy-content) .seo-landing-side.location-quote-side{
  min-height: 613px;
  padding: 20px;
  border-color: #bed3ed;
  box-shadow: 0 14px 34px rgba(17, 59, 112, .1);
}
:where(.legacy-content) .location-quick-quote{
  display: grid;
  gap: 13px;
  width: 100%;
}
:where(.legacy-content) .lq-head{
  display: grid;
  gap: 5px;
}
:where(.legacy-content) .lq-head h3{
  margin: 0;
  color: #06142c;
  font-size: 21px;
  line-height: 1.25;
}
:where(.legacy-content) .lq-head p{
  margin: 0;
  color: #52647c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
:where(.legacy-content) .lq-eyebrow{
  display: flex;
  align-items: center;
  gap: 6px;
  color: #0345c4;
  font-size: 12px;
  font-weight: 900;
}
:where(.legacy-content) .lq-eyebrow svg{
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
:where(.legacy-content) .lq-benefits{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}
:where(.legacy-content) .lq-benefits span{
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 6px 5px;
  border: 1px solid #d8e6f7;
  border-radius: 7px;
  background: #f5f9ff;
  color: #173c6b;
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}
:where(.legacy-content) .lq-benefits span::before{
  content: "✓";
  color: #078d42;
  font-size: 13px;
  line-height: 1;
}
:where(.legacy-content) .location-quick-quote fieldset{
  display: grid;
  gap: 7px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
:where(.legacy-content) .location-quick-quote legend,:where(.legacy-content) .lq-phone-label{
  padding: 0;
  color: #182b45;
  font-size: 12.5px;
  font-weight: 900;
}
:where(.legacy-content) .location-quick-quote legend small{
  margin-left: 4px;
  color: #7a899d;
  font-size: 10.5px;
  font-weight: 700;
}
:where(.legacy-content) .lq-options{
  display: grid;
  gap: 6px;
}
:where(.legacy-content) .lq-options.four{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
:where(.legacy-content) .lq-options.three{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
:where(.legacy-content) .lq-options label{
  position: relative;
  min-width: 0;
  cursor: pointer;
}
:where(.legacy-content) .lq-options input{
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
:where(.legacy-content) .lq-options span{
  display: grid;
  place-items: center;
  min-height: 40px;
  padding: 7px 4px;
  border: 1px solid #d8e1ed;
  border-radius: 7px;
  background: #fff;
  color: #4b5f78;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}
:where(.legacy-content) .lq-options input:checked + span{
  border-color: #0754cf;
  background: #edf5ff;
  color: #0345c4;
  box-shadow: inset 0 0 0 1px #0754cf;
}
:where(.legacy-content) .lq-options input:focus-visible + span{
  outline: 3px solid rgba(11, 85, 217, .22);
  outline-offset: 2px;
}
:where(.legacy-content) .lq-phone-label{ margin-bottom: -7px; }
:where(.legacy-content) .lq-phone{
  width: 100%;
  height: 48px;
  padding: 0 13px;
  border: 1px solid #bdcde1;
  border-radius: 7px;
  background: #fff;
  color: #071a34;
  font: inherit;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
}
:where(.legacy-content) .lq-phone:focus{
  outline: 3px solid rgba(11, 85, 217, .16);
  border-color: #0754cf;
}
:where(.legacy-content) .lq-phone::placeholder{ color: #8c9aae; font-weight: 600; }
:where(.legacy-content) .lq-hp{
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
}
:where(.legacy-content) .lq-consent{
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  color: #485c75;
  font-size: 11.5px;
  font-weight: 700;
  cursor: pointer;
}
:where(.legacy-content) .lq-consent input{
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: #0754cf;
}
:where(.legacy-content) .lq-consent em{ color: #d42a2a; font-style: normal; }
:where(.legacy-content) .lq-consent a{
  color: #5d708a;
  font-size: 10.5px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
:where(.legacy-content) .lq-error{
  margin: 0;
  padding: 9px 10px;
  border-radius: 7px;
  background: #fff1f1;
  color: #b42318;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}
:where(.legacy-content) .lq-submit{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 50px;
  padding: 11px 15px;
  border: 0;
  border-radius: 7px;
  background: #079548;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(7, 149, 72, .22);
}
:where(.legacy-content) .lq-submit:hover{ background: #078440; }
:where(.legacy-content) .lq-submit:focus-visible{ outline: 3px solid rgba(7, 149, 72, .28); outline-offset: 2px; }
:where(.legacy-content) .lq-submit:disabled{ opacity: .65; cursor: wait; }
:where(.legacy-content) .lq-submit svg{ width: 19px; height: 19px; flex: 0 0 auto; }
:where(.legacy-content) .lq-hint{
  margin: -5px 0 0;
  color: #77869a;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
:where(.legacy-content) .lq-fallback{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}
:where(.legacy-content) .lq-fallback a,:where(.legacy-content) .lq-success-actions a{
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 8px;
  border: 1px solid #cad8e8;
  border-radius: 7px;
  background: #f8fbff;
  color: #0848a7;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}
:where(.legacy-content) .lq-success{
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  min-height: 430px;
  text-align: center;
}
:where(.legacy-content) .lq-success-icon{
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #e9f8ef;
  color: #078d42;
}
:where(.legacy-content) .lq-success-icon svg{ width: 31px; height: 31px; }
:where(.legacy-content) .lq-success-kicker{ color: #078d42; font-size: 12px; font-weight: 900; }
:where(.legacy-content) .lq-success h3{ margin: 0; color: #06142c; font-size: 22px; line-height: 1.35; }
:where(.legacy-content) .lq-success p{ margin: 0; color: #52647c; font-size: 13px; font-weight: 700; line-height: 1.55; }
:where(.legacy-content) .lq-success-actions{ display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; margin-top: 5px; }
:where(.legacy-content) .seo-products-first{
  scroll-margin-top: 92px;
}
:where(.legacy-content) .seo-trust-compact .seo-lead-card{
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}
:where(.legacy-content) .seo-service-guide .seo-guide-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
:where(.legacy-content) .seo-guide-card{
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 178px;
  padding: 18px;
  border: 1px solid #dbe7f6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 56, 112, .06);
}
:where(.legacy-content) .seo-guide-card.wide{
  grid-column: span 2;
}
:where(.legacy-content) .seo-guide-card i{
  justify-self: start;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #0345c4;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}
:where(.legacy-content) .seo-guide-card b{
  color: #06142c;
  font-size: 17px;
  line-height: 1.3;
}
:where(.legacy-content) .seo-guide-card p{
  margin: 0;
  color: #516178;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}
:where(.legacy-content) .seo-local-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
:where(.legacy-content) .seo-local-tags span{
  padding: 5px 8px;
  border-radius: 999px;
  background: #f4f8ff;
  color: #12345f;
  font-size: 12px;
  font-weight: 900;
}
:where(.legacy-content) .seo-lead-card{ display: grid; gap: 14px; }
:where(.legacy-content) .seo-near{
  margin: 0;
  color: #0345c4;
  font-size: 14px;
  font-weight: 900;
}
:where(.legacy-content) .seo-cta-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
:where(.legacy-content) .seo-cta-primary .pg-link-btn{
  justify-content: center;
  margin-top: 0;
}
:where(.legacy-content) .seo-keyword-grid,:where(.legacy-content) .seo-faq-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
:where(.legacy-content) .seo-keyword-grid .pg-card,:where(.legacy-content) .seo-faq-grid .pg-card{
  display: grid;
  gap: 8px;
}
:where(.legacy-content) .seo-keyword-grid b,:where(.legacy-content) .seo-faq-grid b{
  color: #06142c;
  font-size: 16px;
}
:where(.legacy-content) .seo-keyword-grid span,:where(.legacy-content) .seo-faq-grid span{
  color: #516178;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}
:where(.legacy-content) .seo-keyword-card{
  display: grid;
  gap: 14px;
}
:where(.legacy-content) .seo-keyword-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
:where(.legacy-content) .seo-landing .seo-keyword-chips{
  max-height: 190px;
  overflow-y: auto;
  padding-right: 4px;
}
:where(.legacy-content) .seo-keyword-chips span{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid #dbe7f6;
  border-radius: 999px;
  background: #f8fbff;
  color: #12345f;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}
:where(.legacy-content) .seo-product-links{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
:where(.legacy-content) .seo-product-link{
  display: grid;
  gap: 8px;
  min-height: 238px;
  padding: 18px;
  border: 1px solid #dbe7f6;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 56, 112, .07);
}
:where(.legacy-content) .seo-product-link img{
  width: 100%;
  height: 118px;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  background: #f2f7fd;
}
:where(.legacy-content) .seo-product-link span{
  color: #0345c4;
  font-size: 12px;
  font-weight: 900;
}
:where(.legacy-content) .seo-product-link b{
  color: #06142c;
  font-size: 18px;
  line-height: 1.25;
}
:where(.legacy-content) .seo-product-link em{
  color: #078d42;
  font-style: normal;
  font-weight: 900;
}
:where(.legacy-content) .seo-check-list{
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}
:where(.legacy-content) .seo-check-list li{
  color: #2c3c54;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.6;
}
:where(.legacy-content) .seo-region-links{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
:where(.legacy-content) .seo-region-links a{
  padding: 13px 14px;
  border: 1px solid #d9e3f2;
  border-radius: 8px;
  background: #f8fbff;
  color: #02358f;
  font-weight: 900;
  text-align: center;
}
:where(.legacy-content) .site-footer{
  margin-top: 12px;
  padding: 34px 0 38px;
  background: #f5f8fc;
  border-top: 1px solid var(--line);
}
:where(.legacy-content) .ft-inner{ width: min(1400px, calc(100% - 72px)); margin: 0 auto; display: grid; gap: 18px; }
:where(.legacy-content) .ft-brand{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
:where(.legacy-content) .ft-logo{ height: 34px; width: auto; }
:where(.legacy-content) .ft-links{ display: flex; flex-wrap: wrap; gap: 22px; font-size: 13.5px; font-weight: 800; color: #33415a; }
:where(.legacy-content) .ft-links a:hover{ color: var(--blue); }
:where(.legacy-content) .ft-info{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 0 4px;
  border-top: 1px solid #e3eaf4;
}
:where(.legacy-content) .ft-info p{ margin: 0; color: #67738a; font-size: 12.5px; line-height: 1.8; font-weight: 500; }
:where(.legacy-content) .ft-info b{ color: #2b3a52; }
:where(.legacy-content) .ft-call{ display: grid; justify-items: end; color: #00911f; font-size: 24px; font-weight: 900; line-height: 1.1; }
:where(.legacy-content) .ft-call small{ color: #8b96a6; font-size: 11px; font-weight: 700; }
:where(.legacy-content) .ft-copy{ color: #9aa5b5; font-size: 11px; font-weight: 600; }
:where(.legacy-content) .mobile-bottom{ display: none; }
@media  (max-width: 1560px) {:where(.legacy-content) .cta-desktop{ grid-template-columns: 132px 1fr auto; }
:where(.legacy-content) .cta-desktop ol{ display: none; }}
@media  (max-width: 1280px) {:where(.legacy-content) .hero{ grid-template-columns: 1fr 400px; padding-inline: 42px; }
:where(.legacy-content) .advisor-card{ display: none; }
:where(.legacy-content) .quote-card{ grid-column: 2; }
:where(.legacy-content) .cta-desktop{ grid-template-columns: 110px 1fr auto; }}
@media  (max-width: 1180px) {:where(.legacy-content) .desktop-nav{ display: none; }
:where(.legacy-content) .menu-btn{ display: inline-block; }
:where(.legacy-content) .menu-btn svg{ width: 26px; height: 26px; }
:where(.legacy-content) .pd-option-panel{ grid-template-columns: 1fr; }
:where(.legacy-content) .pd-option-head{ max-width: 620px; }}
@media  (max-width: 1024px) {:where(.legacy-content){ padding-bottom: 78px; background: #f6fbff; }
:where(.legacy-content).location-inline-quote-page .floating-cta{ display: none; }
:where(.legacy-content) .d-only{ display: none; }
:where(.legacy-content) .m-only{ display: initial; }
:where(.legacy-content) .floating-cta{
    right: 12px;
    right: max(12px, env(safe-area-inset-right));
    bottom: calc(88px + env(safe-area-inset-bottom));
    z-index: 90;
    gap: 8px;
    
    grid-auto-flow: column;
    justify-items: center;
    align-items: center;
  }
:where(.legacy-content) .floating-cta a{
    width: 48px;
    height: 48px;
    box-shadow: 0 12px 26px rgba(10, 30, 60, .22);
  }
:where(.legacy-content) .f-place svg{ width: 22px; height: 22px; }
:where(.legacy-content) .f-kakao img{ width: 26px; height: 26px; }
:where(.legacy-content) .f-call svg{ width: 21px; height: 21px; }
:where(.legacy-content) .site-header{
    height: 70px;
    padding: 0 8px;
    gap: 4px;
  }
:where(.legacy-content) .header-actions{ gap: 6px; }
:where(.legacy-content) .brand{ min-width: 0; flex-shrink: 0; }
:where(.legacy-content) .brand-logo{ height: 33px; }
:where(.legacy-content) .brand-main{ font-size: 12.5px; color: var(--logo-navy); white-space: nowrap; }
:where(.legacy-content) .brand-main b{
    display: inline-block;
    padding: 1px 4px 2px;
    color: #fff;
    background: #0444b5;
    border-radius: 5px;
    font-size: 12px;
  }
:where(.legacy-content) .brand-main .rental{
    color: #068021;
    border-left: 1.5px solid #c9d4e6;
    padding-left: 5px;
    margin-left: 1px;
  }
:where(.legacy-content) .brand-sub{ font-size: 9px; margin-top: 3px; }
:where(.legacy-content) .desktop-nav{ display: none; }
:where(.legacy-content) .phone{ gap: 3px; min-width: 0; margin-left: 0; }
:where(.legacy-content) .phone-ico{ width: 14px; height: 14px; color: #001e6d; flex-shrink: 0; }
:where(.legacy-content) .phone span{ white-space: nowrap; }
:where(.legacy-content) .phone strong{ color: #001e6d; font-size: 13.5px; letter-spacing: 0; }
:where(.legacy-content) .phone small{ font-size: 7.5px; margin-top: 2px; }
:where(.legacy-content) .quick-btn{
    min-width: 0;
    height: 34px;
    padding: 0 7px;
    gap: 4px;
    font-size: 11.5px;
    background: #27894f;
    white-space: nowrap;
    flex-shrink: 0;
  }
:where(.legacy-content) .menu-btn{ flex-shrink: 0; }
:where(.legacy-content) .quick-btn svg{ width: 13px; height: 13px; }
:where(.legacy-content) .menu-btn{ display: inline-block; padding: 0; }
:where(.legacy-content) .menu-btn svg{ width: 23px; height: 23px; }
:where(.legacy-content) .hero{
    min-height: auto;
    display: block;
    padding: 0 17px;
  }
:where(.legacy-content) .hero::after{ display: none; }
:where(.legacy-content) .hero-bg,:where(.legacy-content) .hero-photo{ display: none; }
:where(.legacy-content) .hero-copy{
    max-width: none;
    position: relative;
    margin: 0 -17px;
    padding: 18px 18px 24px;
    background:
      linear-gradient(90deg, #14253a 0%, rgba(20,37,58,.95) 22%, rgba(20,37,58,.55) 36%, rgba(20,37,58,0) 52%),
      url("./assets/generated/hero-mobile.png") right bottom / auto 100% no-repeat #14253a;
  }
:where(.legacy-content) .hero-copy h1{
    margin: 2px 0 8px;
    color: #fff;
    font-size: 20px;
    line-height: 1.28;
    letter-spacing: -.4px;
  }
:where(.legacy-content) .hero-copy h1 em{ color: #7db4ff; }
:where(.legacy-content) .hero-copy p{
    margin-bottom: 12px;
    max-width: 190px;
    color: rgba(255,255,255,.88);
    font-size: 11px;
    font-weight: 500;
  }
:where(.legacy-content) .hero-badges{ flex-direction: column; gap: 7px; }
:where(.legacy-content) .hero-badges span{
    grid-template-columns: 24px 1fr;
    gap: 8px;
    color: #fff;
    font-size: 11.5px;
    white-space: normal;
  }
:where(.legacy-content) .hero-badges b{ width: 24px; height: 24px; font-size: 12px; }
:where(.legacy-content) .hero-badges b svg{ width: 12px; height: 12px; }
:where(.legacy-content) .hero-badges small{ color: rgba(255,255,255,.72); font-size: 9px; }
:where(.legacy-content) .hero-contact{ display: none; }
:where(.legacy-content) .quote-card{
    width: 100%;
    margin: 20px 0 0;
    position: relative;
    z-index: 2;
    padding: 24px 18px;
    border-radius: 24px;
  }
:where(.legacy-content) .quote-title h2{ font-size: 23px; }
:where(.legacy-content) .quote-title h2 b{ color: inherit; font-size: inherit; }
:where(.legacy-content) .quote-title li{ font-size: 13px; }
:where(.legacy-content) .step-ico{ width: 50px; height: 50px; border-radius: 50%; }
:where(.legacy-content) .quote-title li + li::before{ top: 24px; }
:where(.legacy-content) .quote-title li + li::after{ top: 20px; }
:where(.legacy-content) .quote-card fieldset{
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-left: 96px;
  }
:where(.legacy-content) .quote-card fieldset.three{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
:where(.legacy-content) .quote-card fieldset.four{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
:where(.legacy-content) .quote-card legend{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 15px;
  }
:where(.legacy-content) .quote-card label{ height: 46px; }
:where(.legacy-content) .quote-card label span{ border-radius: 11px; }
:where(.legacy-content) .q-opts label{ height: 50px; }
:where(.legacy-content) .q-opts.big label{ height: 56px; }
:where(.legacy-content) .q-extra label{ height: 40px; }
:where(.legacy-content) .q-extra fieldset{ padding-left: 0; position: static; }
:where(.legacy-content) .q-extra legend{ position: static; transform: none; margin-bottom: 6px; }
:where(.legacy-content) .service-strip{
    width: calc(100% - 34px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 16px;
    border-radius: 20px;
  }
:where(.legacy-content) .service-strip article{
    display: block;
    min-height: 112px;
    padding: 16px 3px;
    text-align: center;
  }
:where(.legacy-content) .s-ico{ margin: 0 auto 8px; width: 40px; height: 40px; }
:where(.legacy-content) .s-ico svg{ width: 21px; height: 21px; }
:where(.legacy-content) .service-strip b{ display: block; font-size: 11.5px; letter-spacing: -.3px; word-break: keep-all; }
:where(.legacy-content) .service-strip small{ font-size: 8px; letter-spacing: -.2px; white-space: nowrap; }
:where(.legacy-content) .home-trust{
    width: calc(100% - 34px);
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 14px;
    padding: 19px;
    border-radius: 18px;
  }
:where(.legacy-content) .home-trust h2{ font-size: 21px; letter-spacing: -.4px; }
:where(.legacy-content) .home-trust p{ font-size: 13px; line-height: 1.65; }
:where(.legacy-content) .home-trust-points{ grid-template-columns: 1fr; gap: 8px; }
:where(.legacy-content) .home-trust-points article{
    min-height: 0;
    padding: 14px 15px;
  }
:where(.legacy-content) .products{ width: calc(100% - 34px); margin-top: 30px; }
:where(.legacy-content) .refurb-store{
    width: calc(100% - 34px);
    margin-top: 34px;
    padding-top: 26px;
  }
:where(.legacy-content) .refurb-store-head{
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }
:where(.legacy-content) .refurb-store-head h2{ font-size: 23px; }
:where(.legacy-content) .refurb-store-all{ min-height: 38px; font-size: 12px; }
:where(.legacy-content) .refurb-store-note{ font-size: 12px; }
:where(.legacy-content) .refurb-store-grid{ grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
:where(.legacy-content) .refurb-store-item > a{ grid-template-rows: 146px auto auto auto 1fr auto; }
:where(.legacy-content) .refurb-store-image img{ width: 120px; height: 120px; }
:where(.legacy-content) .fire-label{ display: inline-flex; }
:where(.legacy-content) .see-all{ display: inline-flex; }
:where(.legacy-content) .product-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
:where(.legacy-content) .product-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 33px 7px 14px;
    border-radius: 13px;
  }
:where(.legacy-content) .product-card.is-best{ padding-top: 12px; }
:where(.legacy-content) .product-card .tag{
    order: -3;
    font-size: 10.5px;
    letter-spacing: -.3px;
    padding: 4px 9px;
    border-radius: 999px;
    white-space: nowrap;
  }
:where(.legacy-content) .product-main,:where(.legacy-content) .p-left{ display: contents; }
:where(.legacy-content) .product-card h3{ order: -1; margin: 9px 0 0; font-size: 13px; letter-spacing: -.3px; white-space: nowrap; }
:where(.legacy-content) .product-card .tag{ box-shadow: 0 1px 4px rgba(35, 88, 148, .12); }
:where(.legacy-content) .product-main img{
    order: -2;
    max-width: none;
    width: auto;
    height: 88px;
    margin: 9px 0 0;
  }
:where(.legacy-content) .specs,:where(.legacy-content) .product-main .desc,:where(.legacy-content) .speed{ display: none; }
:where(.legacy-content) .badge-best{
    position: static;
    order: -4;
    margin: 0 auto 4px;
    padding: 3px 10px 4px;
    font-size: 10px;
    border-radius: 999px;
  }
:where(.legacy-content) .industry{ width: calc(100% - 34px); margin-top: 28px; }
:where(.legacy-content) .industry-grid{ grid-template-columns: 1fr 1fr; gap: 9px; }
:where(.legacy-content) .industry-grid a{ grid-template-columns: 34px 1fr; padding: 12px; border-radius: 13px; column-gap: 9px; }
:where(.legacy-content) .industry-grid i{ width: 34px; height: 34px; font-size: 17px; border-radius: 9px; }
:where(.legacy-content) .industry-grid b{ font-size: 12.5px; }
:where(.legacy-content) .industry-grid span{ font-size: 10px; }
:where(.legacy-content) .industry-grid em{ font-size: 10px; margin-top: 3px; }
:where(.legacy-content) .price{ margin-top: 4px; text-align: center; }
:where(.legacy-content) .price small{ display: none; }
:where(.legacy-content) .price .won-m{ display: inline; font-size: 9px; }
:where(.legacy-content) .price strong{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
    font-size: 13.5px;
    line-height: 1;
    letter-spacing: -.3px;
    white-space: normal;
  }
:where(.legacy-content) .price .price-line{ line-height: 1; }
:where(.legacy-content) .price .suffix{ margin-left: 0; font-size: 8.5px; line-height: 1.45; }
:where(.legacy-content) .price .suffix.is-from{ flex-basis: 100%; margin-top: 0; }
:where(.legacy-content) .more{ display: none; }
:where(.legacy-content) .price.gap{ min-height: 0; }
:where(.legacy-content) .cta-band{ width: 100%; margin: 26px 0 0; }
:where(.legacy-content) .cta-desktop{ display: none; }
:where(.legacy-content) .cta-mobile{
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 92px;
    padding: 18px 22px;
    color: #fff;
    background: linear-gradient(180deg, #1d9450, #0f8a3c);
    border-radius: 24px 24px 0 0;
  }
:where(.legacy-content) .cta-mobile svg{ width: 30px; height: 30px; flex: 0 0 auto; }
:where(.legacy-content) .cta-mobile span{ flex: 1; display: grid; gap: 3px; }
:where(.legacy-content) .cta-mobile strong{ font-size: 20px; font-weight: 900; }
:where(.legacy-content) .cta-mobile small{ color: rgba(255,255,255,.88); font-size: 13px; font-weight: 600; }
:where(.legacy-content) .cta-mobile i{
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1.5px solid rgba(255,255,255,.7);
    border-radius: 50%;
    font-style: normal;
    font-weight: 900;
  }
:where(.legacy-content) .seo-guide-home{
    width: calc(100% - 28px);
    margin-top: 24px;
    padding: 20px;
    border-radius: 14px;
  }
:where(.legacy-content) .seo-guide-head h2{ font-size: 22px; }
:where(.legacy-content) .seo-guide-head p{ font-size: 14px; line-height: 1.65; }
:where(.legacy-content) .seo-guide-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }
:where(.legacy-content) .seo-guide-grid article{ padding: 15px; }
:where(.legacy-content) .seo-internal-links a{
    min-height: 36px;
    padding: 8px 11px;
    font-size: 12.5px;
  }
:where(.legacy-content) .p-modal-card{
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
    width: 100%;
    max-height: 86vh;
    border-radius: 22px 22px 0 0;
    padding: 22px 18px 18px;
  }
:where(.legacy-content) .pm-top{ grid-template-columns: 110px 1fr; gap: 12px; }
:where(.legacy-content) .pm-img-wrap{ min-height: 110px; }
:where(.legacy-content) .pm-img{ max-width: 92px; max-height: 100px; }
:where(.legacy-content) .pm-head h3{ font-size: 18px; }
:where(.legacy-content) .pm-ctas{ grid-template-columns: 1fr; }
:where(.legacy-content) .pm-call{ justify-content: center; }
:where(.legacy-content) .site-footer{ padding: 22px 0 26px; }
:where(.legacy-content) .ft-inner{ width: calc(100% - 36px); gap: 13px; }
:where(.legacy-content) .ft-logo{ height: 26px; }
:where(.legacy-content) .ft-links{ gap: 13px; font-size: 12px; }
:where(.legacy-content) .ft-info{ padding-top: 13px; }
:where(.legacy-content) .ft-info p{ font-size: 11px; }
:where(.legacy-content) .ft-call{ font-size: 19px; }
:where(.legacy-content) .page-head{ padding: 22px 0 16px; }
:where(.legacy-content) .page-head h1{ font-size: 22px; }
:where(.legacy-content) .page-body{ gap: 20px; padding-bottom: 44px; }
:where(.legacy-content) .info-table{ padding: 4px 18px; }
:where(.legacy-content) .info-table div{ grid-template-columns: 108px 1fr; }
:where(.legacy-content) .pg-cta b{ font-size: 16px; }
:where(.legacy-content) .mobile-bottom{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 74px;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 -12px 30px rgba(25, 56, 102, .12);
  }
:where(.legacy-content) .mobile-bottom a{
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 4px;
    color: #6e7888;
    font-size: 10.5px;
    font-weight: 800;
  }
:where(.legacy-content) .mobile-bottom svg{ width: 21px; height: 21px; }
:where(.legacy-content) .mobile-bottom a.active{ color: #0043c3; }
:where(.legacy-content) .site-header{ backdrop-filter: none; }
:where(.legacy-content) .site-header:has(.site-menu:not([hidden])){ z-index: 140; }
:where(.legacy-content) .site-menu{
    position: fixed;
    inset: 0;
    top: 0;
    right: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(10, 18, 32, .52);
  }
:where(.legacy-content) .menu-card{ width: 100%; max-width: 340px; padding: 10px; border-radius: 18px; }
:where(.legacy-content) .site-menu a{ padding: 13px 16px; font-size: 15.5px; }
:where(.legacy-content) .cat-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
:where(.legacy-content) .cat-item{ padding: 12px 13px; border-radius: 12px; }
:where(.legacy-content) .ci-top b{ font-size: 13.5px; }
:where(.legacy-content) .ci-top i{ font-size: 10.5px; }
:where(.legacy-content) .cat-item p{ font-size: 11.5px; }
:where(.legacy-content) .cat-item small{ font-size: 10px; }
:where(.legacy-content) .ci-foot{ margin-top: 4px; padding-top: 8px; }
:where(.legacy-content) .pd-top{ grid-template-columns: 1fr; gap: 18px; }
:where(.legacy-content) .pd-img{ padding: 18px; }
:where(.legacy-content) .pd-img img{ max-height: 240px; }
:where(.legacy-content) .pd-head h2{ font-size: 25px; }
:where(.legacy-content) .pd-price{ font-size: 25px; }
:where(.legacy-content) .pd-ctas{ gap: 8px; }
:where(.legacy-content) .pd-ctas a{ width: 100%; justify-content: center; padding: 12px 8px; font-size: 13px; }
:where(.legacy-content) .pd-quote{ font-size: 13px; }
:where(.legacy-content) .pd-option-panel{ grid-template-columns: 1fr; padding: 18px; gap: 16px; border-radius: 18px; }
:where(.legacy-content) .pd-option-total{ font-size: 28px; }
:where(.legacy-content) .pd-option-choices{ grid-template-columns: 1fr; }
:where(.legacy-content) .pd-option-choices.two{ grid-template-columns: 1fr; }
:where(.legacy-content) .pd-option-choices label{ min-height: 62px; }
:where(.legacy-content) .pd-option-choices span{ padding: 12px 13px; }
:where(.legacy-content) .pd-option-quote{ min-height: 50px; padding-inline: 14px; }
:where(.legacy-content) .pd-benefit-panel{ padding: 20px; border-radius: 18px; }
:where(.legacy-content) .pd-benefit-grid{ grid-template-columns: 1fr; }
:where(.legacy-content) .pd-benefit-grid article{ min-height: auto; padding: 15px; }
:where(.legacy-content) .pd-story-stack{ width: 100%; gap: 14px; padding: 12px; border-radius: 18px; }
:where(.legacy-content) .pd-story-pair,:where(.legacy-content) .pd-story-gallery{ grid-template-columns: 1fr; gap: 14px; }
:where(.legacy-content) .pd-story-shot{ border-radius: 14px; }
:where(.legacy-content) .pd-story-shot img{ height: 620px; }
:where(.legacy-content) .pd-cta-core img{ height: 560px; }
:where(.legacy-content) .pd-model-offer{ grid-template-columns: 1fr; gap: 18px; padding: 22px; }
:where(.legacy-content) .pd-model-visual{ min-height: 220px; border-radius: 18px; }
:where(.legacy-content) .pd-model-visual img{ max-height: 220px; }
:where(.legacy-content) .pd-model-copy h3{ font-size: 24px; }
:where(.legacy-content) .pd-model-copy strong{ font-size: 24px; }
:where(.legacy-content) .pd-model-copy dl{ grid-template-columns: 1fr; }
:where(.legacy-content) .pd-detail-faq{ padding: 22px; }
:where(.legacy-content) .pd-detail-faq h3{ font-size: 22px; }
:where(.legacy-content) .pd-brand-cta{
    grid-template-columns: 1fr;
    padding: 22px;
    text-align: center;
  }
:where(.legacy-content) .pd-brand-cta img{
    justify-self: center;
    max-width: 230px;
    width: 100%;
  }
:where(.legacy-content) .pd-pncons{ grid-template-columns: 1fr; }
:where(.legacy-content) .seo-area-links,:where(.legacy-content) .seo-area-links.compact,:where(.legacy-content) .seo-region-links,:where(.legacy-content) .seo-product-links,:where(.legacy-content) .seo-guide-grid,:where(.legacy-content) .seo-service-guide .seo-guide-grid,:where(.legacy-content) .seo-keyword-grid,:where(.legacy-content) .seo-faq-grid,:where(.legacy-content) .catalog-region-seo{
    grid-template-columns: 1fr;
  }
:where(.legacy-content) .seo-landing-card{
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 16px;
  }
:where(.legacy-content).location-inline-quote-page .seo-landing-card{
    gap: 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
:where(.legacy-content).location-inline-quote-page .seo-landing-copy{ grid-row: 2; padding: 20px; border: 1px solid #cfe0f5; border-radius: 16px; background: #fff; }
:where(.legacy-content).location-inline-quote-page .seo-landing-side.location-quote-side{ grid-row: 1; }
:where(.legacy-content).location-inline-quote-page .seo-landing-copy.has-location-device{ padding-right: 0; }
:where(.legacy-content) .location-hero-device{ display: none; }
:where(.legacy-content) .seo-landing-side.location-quote-side{ padding: 18px; }
:where(.legacy-content) .location-quick-quote{ gap: 12px; }
:where(.legacy-content) .lq-head h3{ font-size: 20px; }
:where(.legacy-content) .lq-benefits span{ min-height: 40px; font-size: 10.5px; }
:where(.legacy-content) .lq-options span{ min-height: 42px; font-size: 11.5px; }
:where(.legacy-content) .lq-phone{ height: 50px; }
:where(.legacy-content) .lq-submit{ min-height: 52px; }
:where(.legacy-content) .lq-success{ min-height: 330px; }
:where(.legacy-content) .seo-trust-compact .seo-lead-card{
    grid-template-columns: 1fr;
  }
:where(.legacy-content) .seo-price-strip{
    grid-template-columns: 1fr 1fr;
  }
:where(.legacy-content) .seo-price-strip div{
    min-height: 106px;
    padding: 13px;
  }
:where(.legacy-content) .seo-guide-card.wide{
    grid-column: auto;
  }
:where(.legacy-content) .seo-service-guide .seo-guide-card{
    min-height: auto;
    padding: 16px;
  }
:where(.legacy-content) .seo-area-home{
    width: min(100% - 32px, 720px);
    margin-top: 18px;
  }
:where(.legacy-content) .catalog-region-seo{
    padding: 18px;
  }
:where(.legacy-content) .seo-product-link{
    min-height: auto;
  }
:where(.legacy-content) .seo-product-link img{
    height: 138px;
  }}
@media  (max-width: 374px) {:where(.legacy-content) .quick-btn .d-only,:where(.legacy-content) .quick-btn .m-only{ display: none !important; }
:where(.legacy-content) .quick-btn{ padding: 0 10px; gap: 0; }}
@media  (max-width: 440px) {:where(.legacy-content) .site-header{ padding-inline: 10px; }
:where(.legacy-content) .quote-card fieldset{ padding-left: 84px; }
:where(.legacy-content) .quote-card legend{ font-size: 13px; }
:where(.legacy-content) .quote-card label span{ font-size: 14px; }
:where(.legacy-content) .pd-option-panel{ padding: 14px; border-radius: 16px; }
:where(.legacy-content) .pd-option-head p{ font-size: 13px; }
:where(.legacy-content) .pd-option-field legend{ font-size: 13px; }
:where(.legacy-content) .pd-option-choices{ gap: 8px; }
:where(.legacy-content) .pd-option-choices label{ min-height: 58px; }
:where(.legacy-content) .pd-option-choices span{ padding: 11px 12px; font-size: 13.5px; }
:where(.legacy-content) .pd-option-choices small{ font-size: 11.5px; }
:where(.legacy-content) .pd-option-quote{ font-size: 14px; }}
:where(.legacy-content) .product-page{
  background:
    radial-gradient(circle at 18% 0%, rgba(26, 119, 255, .09), transparent 34%),
    linear-gradient(180deg, #f6fbff 0, #fff 520px);
}
:where(.legacy-content) .catalog-main{
  width: min(1520px, calc(100% - 64px));
  margin: 0 auto;
  padding: 34px 0 58px;
}
:where(.legacy-content) .catalog-mobile-break{ display: none; }
:where(.legacy-content) .catalog-hero{
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: center;
  gap: 42px;
  padding: 48px 0 36px;
}
:where(.legacy-content) .catalog-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0645c4;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}
:where(.legacy-content) .catalog-kicker::before{
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #12a04b;
}
:where(.legacy-content) .catalog-hero h1{
  margin: 14px 0 16px;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1px;
}
:where(.legacy-content) .catalog-hero p{
  max-width: 720px;
  margin: 0;
  color: #435166;
  font-size: 19px;
  line-height: 1.7;
  font-weight: 700;
}
:where(.legacy-content) .catalog-trust-strip{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
:where(.legacy-content) .catalog-trust-strip span{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: #243246;
  background: #fff;
  border: 1px solid #dce8f7;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(34, 86, 148, .07);
}
:where(.legacy-content) .catalog-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
:where(.legacy-content) .catalog-primary,:where(.legacy-content) .catalog-secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 900;
}
:where(.legacy-content) .catalog-primary{
  color: #fff;
  background: linear-gradient(135deg, #064bd3, #0437a3);
  box-shadow: 0 14px 28px rgba(3, 69, 196, .2);
}
:where(.legacy-content) .catalog-secondary{
  color: #0a8a30;
  background: #fff;
  border: 1px solid #d7e6dd;
}
:where(.legacy-content) .catalog-hero-photo{
  min-height: 300px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(255,255,255,.95), rgba(237,247,255,.9)),
    radial-gradient(circle at 72% 20%, rgba(28, 156, 76, .12), transparent 34%);
  border: 1px solid #dfeaf7;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(24, 76, 140, .14);
}
:where(.legacy-content) .catalog-hero-photo img{
  width: 92%;
  max-height: 315px;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(29, 54, 88, .16));
}
:where(.legacy-content) .catalog-filter{
  position: sticky;
  top: 66px;
  z-index: 30;
  display: flex;
  gap: 8px;
  padding: 12px 0 18px;
  overflow-x: auto;
  background: linear-gradient(180deg, rgba(246,251,255,.98), rgba(246,251,255,.88));
  backdrop-filter: blur(12px);
}
:where(.legacy-content) .catalog-filter button{
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 17px;
  color: #26354d;
  background: #fff;
  border: 1px solid #dce6f2;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}
:where(.legacy-content) .catalog-filter button.active{
  color: #fff;
  background: #0345c4;
  border-color: #0345c4;
  box-shadow: 0 10px 22px rgba(3, 69, 196, .18);
}
:where(.legacy-content) .filter-quote-bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: -2px 0 18px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #ecf5ff, #f7fbff);
  border: 1px solid #cfe1fb;
  border-left: 5px solid #0345c4;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(3, 69, 196, .1);
  animation: filterQuoteIn .2s ease both;
}
:where(.legacy-content) .filter-quote-bar[hidden]{ display: none; }
@keyframes  filterQuoteIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
:where(.legacy-content) .filter-quote-bar p{
  margin: 0;
  color: #10223e;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
}
:where(.legacy-content) .filter-quote-bar div{
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
:where(.legacy-content) .filter-quote-primary,:where(.legacy-content) .filter-quote-call{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
:where(.legacy-content) .filter-quote-primary{
  color: #fff;
  background: #0345c4;
  box-shadow: 0 12px 24px rgba(3, 69, 196, .2);
}
:where(.legacy-content) .filter-quote-call{
  color: #0a8a30;
  background: #fff;
  border: 1px solid #d7e6dd;
}
:where(.legacy-content) .catalog-condition-note{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f7fbff);
  box-shadow: 0 10px 24px rgba(34, 86, 148, .06);
}
:where(.legacy-content) .catalog-condition-note b{
  flex: 0 0 auto;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff4e5;
  color: #e06f00;
  font-size: 12px;
  font-weight: 900;
}
:where(.legacy-content) .catalog-condition-note p{
  margin: 0;
  color: #40516b;
  font-size: 13.5px;
  line-height: 1.65;
  font-weight: 700;
}
:where(.legacy-content) .catalog-condition-note strong{ color: #10223e; font-weight: 900; }
:where(.legacy-content) .summary-heading{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 28px 0 12px;
}
:where(.legacy-content) .summary-heading span{
  color: #0345c4;
  font-size: 13px;
  font-weight: 900;
}
:where(.legacy-content) .summary-heading h2{
  margin: 0;
  color: #10223e;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -.3px;
}
:where(.legacy-content) .catalog-summary{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 4px 0 20px;
}
:where(.legacy-content) .catalog-summary article{ padding: 0; }
:where(.legacy-content) .catalog-summary-card{
  display: grid;
  grid-template-rows: 212px 1fr;
  align-items: start;
  gap: 14px;
  height: 100%;
  padding: 22px 24px;
  border-radius: inherit;
  transition: transform .13s ease, box-shadow .13s ease;
}
:where(.legacy-content) .catalog-summary-card:hover{ transform: translateY(-3px); box-shadow: 0 18px 36px rgba(34, 86, 148, .14); }
:where(.legacy-content) .catalog-summary article img{
  width: auto;
  max-width: 86%;
  height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(37, 61, 91, .16));
  transform: scale(1.12);
  transform-origin: center;
}
:where(.legacy-content) .catalog-summary article img[src*="ricoh-im-c2010"]{
  max-width: 96%;
  height: 188px;
  transform: none;
}
:where(.legacy-content) .catalog-summary article img[src*="sindoh-d470"]{
  max-width: 92%;
  height: 190px;
  transform: scale(1.22);
}
:where(.legacy-content) .catalog-summary article img[src*="brother-mfc-l8900cdw"]{
  max-width: 78%;
  height: 146px;
  transform: none;
}
:where(.legacy-content) .catalog-summary article div{
  min-width: 0;
  display: grid;
  align-content: start;
}
:where(.legacy-content) .summary-product-link{
  width: 100%;
  min-height: 212px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
:where(.legacy-content) .catalog-summary article{
  background: #fff;
  border: 1px solid #e0eaf6;
  border-left: 5px solid #0345c4;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(34, 86, 148, .08);
}
:where(.legacy-content) .catalog-summary article[data-href]{ cursor: pointer; }
:where(.legacy-content) .catalog-summary article[data-href]:focus-visible{
  outline: 3px solid #0b62f2;
  outline-offset: 4px;
}
:where(.legacy-content) .catalog-summary article:nth-child(2){ border-left-color: #12a04b; }
:where(.legacy-content) .catalog-summary article:nth-child(3){ border-left-color: #ff9a1b; }
:where(.legacy-content) .catalog-summary span{
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: #0c3eb0;
  font-size: 12px;
  font-weight: 900;
}
:where(.legacy-content) .catalog-summary b{
  display: block;
  margin-top: 9px;
  color: #10223e;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.4px;
  word-break: keep-all;
}
:where(.legacy-content) .catalog-summary p{
  margin: 7px 0 0;
  color: #516075;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
:where(.legacy-content) .catalog-summary-values{
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}
:where(.legacy-content) .catalog-summary-values em{
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  color: #10223e;
  background: #f6faff;
  border: 1px solid #e0eaf6;
  border-radius: 8px;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}
:where(.legacy-content) .summary-quote{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  min-height: 38px;
  margin-top: 12px;
  padding: 0 14px;
  color: #fff;
  background: #0a8a30;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 22px rgba(10, 138, 48, .16);
}
:where(.legacy-content) .catalog-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
:where(.legacy-content) .catalog-card{
  display: grid;
  grid-template-rows: 218px 1fr;
  min-height: 520px;
  background: #fff;
  border: 1px solid #e1eaf5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(28, 71, 126, .1);
}
:where(.legacy-content) .catalog-card[hidden]{ display: none; }
:where(.legacy-content) .catalog-card.is-featured{
  border-color: rgba(3, 69, 196, .38);
  box-shadow: 0 20px 42px rgba(3, 69, 196, .14);
}
:where(.legacy-content) .catalog-image{
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 18px;
  background:
    linear-gradient(180deg, #f7fbff, #eef6ff),
    radial-gradient(circle at 24% 10%, rgba(18, 160, 75, .12), transparent 30%);
  border-bottom: 1px solid #e4edf8;
}
:where(.legacy-content) .catalog-image img{
  width: 100%;
  height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(37, 61, 91, .16));
}
:where(.legacy-content) .product-page .catalog-image img[src*="ricoh-im-c2010"]{
  width: auto;
  max-width: 94%;
  height: 190px;
  transform: none;
}
:where(.legacy-content) .product-page .catalog-image img[src*="sindoh-d470"]{
  width: auto;
  max-width: 92%;
  height: 200px;
  transform: scale(1.24);
  transform-origin: center;
}
:where(.legacy-content) .product-page .catalog-image img[src*="brother-mfc-l8900cdw"]{
  width: auto;
  max-width: 78%;
  height: 148px;
  transform: none;
}
:where(.legacy-content) .catalog-image.no-image{
  align-content: center;
  gap: 12px;
  padding: 28px 18px 20px;
}
:where(.legacy-content) .catalog-image.no-image strong{
  max-width: 100%;
  color: #10223e;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  text-align: center;
  overflow-wrap: anywhere;
}
:where(.legacy-content) .catalog-label{
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 10px;
  color: #fff;
  background: #0345c4;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}
:where(.legacy-content) .catalog-label.hot{ background: #ff8c00; }
:where(.legacy-content) .catalog-label.value{ background: #0a8a30; }
:where(.legacy-content) .catalog-label.speed{ background: #6947d7; }
:where(.legacy-content) .catalog-label.premium{ background: #14366e; }
:where(.legacy-content) .catalog-label.security{ background: #566376; }
:where(.legacy-content) .catalog-info{
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 10px;
  padding: 22px;
}
:where(.legacy-content) .catalog-category{
  color: #0345c4;
  font-size: 13px;
  font-weight: 900;
}
:where(.legacy-content) .catalog-info h2{
  margin: 0;
  color: #101b2b;
  font-size: 23px;
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -.3px;
}
:where(.legacy-content) .catalog-info p{
  margin: 0;
  color: #566276;
  font-size: 14px;
  line-height: 1.58;
  font-weight: 700;
}
:where(.legacy-content) .catalog-info dl{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 8px 0 0;
}
:where(.legacy-content) .catalog-info dl div{
  min-height: 58px;
  padding: 10px 12px;
  background: #f7faff;
  border: 1px solid #e6eef8;
  border-radius: 8px;
}
:where(.legacy-content) .catalog-info dt{ color: #7a8799; font-size: 11px; font-weight: 900; }
:where(.legacy-content) .catalog-info dd{
  margin: 5px 0 0;
  color: #14233c;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}
:where(.legacy-content) .catalog-info a{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0b8d37, #04722b);
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(10, 138, 48, .18);
}
:where(.legacy-content) .catalog-guide{
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 26px;
  margin-top: 36px;
  padding: 28px;
  color: #fff;
  background: linear-gradient(135deg, #092863, #0645c4 58%, #0a8a30);
  border-radius: 8px;
}
:where(.legacy-content) .catalog-guide span{ color: rgba(255,255,255,.78); font-size: 13px; font-weight: 900; }
:where(.legacy-content) .catalog-guide h2{ margin: 8px 0 0; font-size: 28px; line-height: 1.25; }
:where(.legacy-content) .catalog-guide ul{
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
:where(.legacy-content) .catalog-guide li{
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
}
:where(.legacy-content) .catalog-guide b{
  min-width: 0;
  font-weight: 900;
  line-height: 1.35;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
:where(.legacy-content) .catalog-guide li span{
  min-width: 0;
  text-align: left;
  line-height: 1.55;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
:where(.legacy-content) .catalog-cta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 26px 30px;
  background: #fff;
  border: 1px solid #e0eaf6;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(34, 86, 148, .08);
}
:where(.legacy-content) .catalog-cta span{ color: #0a8a30; font-size: 13px; font-weight: 900; }
:where(.legacy-content) .catalog-cta h2{ margin: 6px 0; font-size: 27px; letter-spacing: -.3px; }
:where(.legacy-content) .catalog-cta p{ margin: 0; color: #5b6878; font-weight: 700; }
:where(.legacy-content) .catalog-cta a{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  color: #fff;
  background: #0345c4;
  border-radius: 8px;
  font-weight: 900;
}
:where(.legacy-content) .catalog-mid-cta{
  margin-top: 26px;
  background: linear-gradient(135deg, #fff, #f6fbff);
  border-left: 5px solid #0a8a30;
}
:where(.legacy-content) .catalog-cta-actions{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}
:where(.legacy-content) .catalog-cta-actions a.secondary{
  color: #0a8a30;
  background: #fff;
  border: 1px solid #d7e6dd;
  box-shadow: none;
}
:where(.legacy-content) .catalog-cta-actions a.kakao{
  color: #191919;
  background: #fee500;
  box-shadow: 0 12px 24px rgba(254, 229, 0, .16);
}
:where(.legacy-content) .catalog-mobile-sticky{
  display: none;
}
@media  (min-width: 1025px) {:where(.legacy-content) .product-page .catalog-main{
    width: min(1216px, calc(100% - 64px));
    padding: 24px 0 46px;
  }
:where(.legacy-content) .product-page .catalog-hero{
    min-height: 288px;
    grid-template-columns: minmax(0, 1fr) 344px;
    gap: 34px;
    padding: 38px 0 28px;
  }
:where(.legacy-content) .product-page .catalog-kicker{
    gap: 6px;
    font-size: 11px;
  }
:where(.legacy-content) .product-page .catalog-kicker::before{
    width: 7px;
    height: 7px;
  }
:where(.legacy-content) .product-page .catalog-hero h1{
    margin: 11px 0 13px;
    font-size: clamp(30px, 3.2vw, 50px);
  }
:where(.legacy-content) .product-page .catalog-hero p{
    max-width: 576px;
    font-size: 15px;
    line-height: 1.65;
  }
:where(.legacy-content) .product-page .catalog-trust-strip span{
    min-height: 30px;
    font-size: 12px;
  }
:where(.legacy-content) .product-page .catalog-actions{
    gap: 10px;
    margin-top: 22px;
  }
:where(.legacy-content) .product-page .catalog-primary,:where(.legacy-content) .product-page .catalog-secondary{
    min-height: 40px;
    padding: 0 18px;
    font-size: 13px;
  }
:where(.legacy-content) .product-page .catalog-hero-photo{ min-height: 240px; }
:where(.legacy-content) .product-page .catalog-hero-photo img{ max-height: 252px; }
:where(.legacy-content) .product-page .catalog-filter{
    top: 58px;
    gap: 7px;
    padding: 10px 0 14px;
  }
:where(.legacy-content) .product-page .catalog-filter button{
    min-height: 34px;
    padding: 0 14px;
    font-size: 12px;
  }
:where(.legacy-content) .product-page .filter-quote-bar{
    padding: 15px;
  }
:where(.legacy-content) .product-page .filter-quote-bar p{
    font-size: 15px;
  }
:where(.legacy-content) .product-page .filter-quote-primary,:where(.legacy-content) .product-page .filter-quote-call{
    min-height: 38px;
    font-size: 12px;
  }
:where(.legacy-content) .product-page .summary-heading{
    margin-top: 24px;
  }
:where(.legacy-content) .product-page .summary-heading h2{
    font-size: 20px;
  }
:where(.legacy-content) .product-page .catalog-summary{
    gap: 11px;
    margin: 3px 0 16px;
  }
:where(.legacy-content) .product-page .catalog-summary-card{
    grid-template-rows: 212px 1fr;
    gap: 10px;
    min-height: 370px;
    padding: 14px 16px 16px;
  }
:where(.legacy-content) .product-page .catalog-summary article img{
    width: auto;
    max-width: 86%;
    height: 180px;
    transform: scale(1.12);
  }
:where(.legacy-content) .product-page .catalog-summary article img[src*="ricoh-im-c2010"]{
    max-width: 96%;
    height: 188px;
    transform: none;
  }
:where(.legacy-content) .product-page .catalog-summary article img[src*="sindoh-d470"]{
    max-width: 92%;
    height: 190px;
    transform: scale(1.22);
  }
:where(.legacy-content) .product-page .catalog-summary article img[src*="brother-mfc-l8900cdw"]{
    max-width: 78%;
    height: 146px;
    transform: none;
  }
:where(.legacy-content) .product-page .summary-product-link{
    min-height: 212px;
  }
:where(.legacy-content) .product-page .catalog-summary span{
    padding: 3px 9px;
    font-size: 10.5px;
  }
:where(.legacy-content) .product-page .catalog-summary b{
    margin-top: 7px;
    font-size: 17px;
  }
:where(.legacy-content) .product-page .catalog-summary p{
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.45;
  }
:where(.legacy-content) .product-page .catalog-summary-values em{
    min-height: 26px;
    font-size: 11px;
  }
:where(.legacy-content) .product-page .summary-quote{
    width: 100%;
    min-height: 34px;
    font-size: 12px;
  }
:where(.legacy-content) .product-page .catalog-grid{ gap: 14px; }
:where(.legacy-content) .product-page .catalog-card{
    grid-template-rows: 212px 1fr;
    min-height: 454px;
  }
:where(.legacy-content) .product-page .catalog-image{ padding: 14px; }
:where(.legacy-content) .product-page .catalog-image img{
    width: auto;
    max-width: 86%;
    height: 180px;
    transform: scale(1.12);
    transform-origin: center;
  }
:where(.legacy-content) .product-page .catalog-image img[src*="ricoh-im-c2010"],:where(.legacy-content) .product-page .catalog-image img[src*="ricoh-im-c3010"]{
    max-width: 96%;
    height: 188px;
    transform: none;
  }
:where(.legacy-content) .product-page .catalog-image img[src*="sindoh-d470"]{
    max-width: 92%;
    height: 190px;
    transform: scale(1.22);
  }
:where(.legacy-content) .product-page .catalog-image img[src*="brother-mfc-l8900cdw"]{
    max-width: 78%;
    height: 146px;
    transform: none;
  }
:where(.legacy-content) .product-page .catalog-label{
    top: 11px;
    left: 11px;
    padding: 5px 9px;
    font-size: 10px;
  }
:where(.legacy-content) .product-page .catalog-info{
    gap: 8px;
    padding: 18px;
  }
:where(.legacy-content) .product-page .catalog-category{ font-size: 11px; }
:where(.legacy-content) .product-page .catalog-info h2{ font-size: 18.5px; }
:where(.legacy-content) .product-page .catalog-info p{
    font-size: 12px;
    line-height: 1.5;
  }
:where(.legacy-content) .product-page .catalog-info dl{
    gap: 7px;
    margin-top: 6px;
  }
:where(.legacy-content) .product-page .catalog-info dl div{
    min-height: 46px;
    padding: 8px 10px;
  }
:where(.legacy-content) .product-page .catalog-info dt{ font-size: 9.5px; }
:where(.legacy-content) .product-page .catalog-info dd{
    margin-top: 4px;
    font-size: 12px;
  }
:where(.legacy-content) .product-page .catalog-info .catalog-links a{
    min-height: 40px;
    font-size: 12.5px;
    border-radius: 8px;
  }
:where(.legacy-content) .product-page .catalog-pagination{
    margin: 22px 0 12px;
    padding: 15px 14px;
  }
:where(.legacy-content) .product-page .catalog-pagination .catalog-pager button{
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
:where(.legacy-content) .product-page .catalog-guide{
    grid-template-columns: 256px 1fr;
    gap: 20px;
    margin-top: 28px;
    padding: 22px;
  }
:where(.legacy-content) .product-page .catalog-guide h2{ font-size: 22px; }
:where(.legacy-content) .product-page .catalog-guide li{ padding: 11px 13px; }
:where(.legacy-content) .product-page .catalog-cta{
    gap: 20px;
    margin-top: 20px;
    padding: 22px 24px;
  }
:where(.legacy-content) .product-page .catalog-cta h2{ font-size: 22px; }
:where(.legacy-content) .product-page .catalog-cta a{
    min-height: 42px;
    padding: 0 20px;
    font-size: 13px;
  }
:where(.legacy-content) .product-page .catalog-cta-actions{
    justify-content: flex-end;
  }}
@media  (max-width: 1180px) {:where(.legacy-content) .catalog-hero{ grid-template-columns: 1fr; }
:where(.legacy-content) .catalog-hero-photo{ display: none; }
:where(.legacy-content) .catalog-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
:where(.legacy-content) .catalog-summary{ grid-template-columns: 1fr; }
:where(.legacy-content) .catalog-guide{ grid-template-columns: 1fr; }
:where(.legacy-content) .catalog-guide li{ grid-template-columns: minmax(160px, 220px) minmax(0, 1fr); }}
@media  (max-width: 720px) {:where(.legacy-content),:where(.legacy-content){ overflow-x: hidden; }
:where(.legacy-content) .map-copy{ padding: 18px 18px 0; }
:where(.legacy-content) .naver-map-canvas{ min-height: 300px; }
:where(.legacy-content) .map-actions{
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 18px 18px;
  }
:where(.legacy-content) .map-actions .pg-link-btn{
    width: 100%;
    justify-content: center;
  }
:where(.legacy-content) .catalog-main{
    width: calc(100% - 28px);
    padding-top: 22px;
    padding-bottom: 92px;
  }
:where(.legacy-content) .catalog-hero{ min-height: 0; padding: 24px 0 18px; }
:where(.legacy-content) .catalog-hero h1{
    max-width: 100%;
    font-size: 32px;
    letter-spacing: -.7px;
    word-break: keep-all;
    overflow-wrap: normal;
  }
:where(.legacy-content) .catalog-hero p{ font-size: 15px; }
:where(.legacy-content) .catalog-trust-strip{
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 14px;
  }
:where(.legacy-content) .catalog-trust-strip span{
    width: fit-content;
    max-width: 100%;
    min-height: 30px;
    font-size: 12px;
    line-height: 1.3;
  }
:where(.legacy-content) .catalog-mobile-break{ display: block; }
:where(.legacy-content) .catalog-actions{ display: grid; grid-template-columns: 1fr; }
:where(.legacy-content) .catalog-filter{
    top: 62px;
    margin-inline: -14px;
    padding-inline: 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    overflow: visible;
  }
:where(.legacy-content) .catalog-filter button{
    width: 100%;
    min-height: 38px;
    padding: 0 8px;
    font-size: 12px;
  }
:where(.legacy-content) .filter-quote-bar{
    display: grid;
    gap: 11px;
    margin: 0 0 14px;
    padding: 14px;
  }
:where(.legacy-content) .filter-quote-bar p{
    font-size: 15px;
  }
:where(.legacy-content) .filter-quote-bar div{
    display: grid;
    width: 100%;
    gap: 7px;
  }
:where(.legacy-content) .filter-quote-primary,:where(.legacy-content) .filter-quote-call{
    width: 100%;
    min-height: 42px;
    font-size: 13px;
  }
:where(.legacy-content) .catalog-condition-note{
    display: grid;
    gap: 9px;
    margin: 0 0 14px;
    padding: 14px;
  }
:where(.legacy-content) .catalog-condition-note b{ width: fit-content; }
:where(.legacy-content) .summary-heading{
    display: grid;
    gap: 5px;
    margin: 22px 0 10px;
  }
:where(.legacy-content) .summary-heading h2{
    font-size: 20px;
  }
:where(.legacy-content) .catalog-summary{ grid-template-columns: 1fr; gap: 10px; }
:where(.legacy-content) .catalog-summary-card{
    grid-template-rows: 120px 1fr;
    min-height: 0;
    padding: 13px 15px;
    gap: 13px;
  }
:where(.legacy-content) .catalog-summary article img{
    width: auto;
    max-width: 86%;
    height: 100px;
    transform: scale(1.12);
  }
:where(.legacy-content) .catalog-summary article img[src*="ricoh-im-c2010"]{
    max-width: 94%;
    height: 96px;
    transform: none;
  }
:where(.legacy-content) .catalog-summary article img[src*="sindoh-d470"]{
    max-width: 92%;
    height: 110px;
    transform: scale(1.18);
  }
:where(.legacy-content) .catalog-summary article img[src*="brother-mfc-l8900cdw"]{
    max-width: 76%;
    height: 76px;
    transform: none;
  }
:where(.legacy-content) .summary-product-link{ min-height: 120px; }
:where(.legacy-content) .catalog-summary b{ font-size: 17px; }
:where(.legacy-content) .catalog-summary-values em{
    min-height: 28px;
    font-size: 11.5px;
  }
:where(.legacy-content) .summary-quote{
    width: 100%;
    min-height: 36px;
  }
:where(.legacy-content) .catalog-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
:where(.legacy-content) .catalog-card{
    grid-template-rows: 120px 1fr;
    min-height: auto;
  }
:where(.legacy-content) .catalog-image img{ height: 100px; }
:where(.legacy-content) .product-page .catalog-image img[src*="ricoh-im-c2010"],:where(.legacy-content) .product-page .catalog-image img[src*="ricoh-im-c3010"]{
    max-width: 94%;
    height: 96px;
    transform: none;
  }
:where(.legacy-content) .product-page .catalog-image img[src*="sindoh-d470"]{
    max-width: 92%;
    height: 110px;
    transform: scale(1.18);
  }
:where(.legacy-content) .product-page .catalog-image img[src*="brother-mfc-l8900cdw"]{
    max-width: 76%;
    height: 76px;
    transform: none;
  }
:where(.legacy-content) .catalog-label{ font-size: 10px; padding: 4px 8px; }
:where(.legacy-content) .catalog-info{ padding: 12px; gap: 7px; }
:where(.legacy-content) .catalog-category{ font-size: 10.5px; }
:where(.legacy-content) .catalog-info h2{ font-size: 15px; letter-spacing: -.4px; word-break: keep-all; }
:where(.legacy-content) .catalog-info p{ font-size: 11px; line-height: 1.45; }
:where(.legacy-content) .catalog-info dl{ grid-template-columns: 1fr; gap: 6px; }
:where(.legacy-content) .catalog-info dl div{ min-height: 0; padding: 7px 10px; }
:where(.legacy-content) .catalog-info dt{ font-size: 10px; }
:where(.legacy-content) .catalog-info dd{ font-size: 12px; margin-top: 3px; }
:where(.legacy-content) .catalog-links{ grid-template-columns: 1fr; gap: 7px; }
:where(.legacy-content) .catalog-info .catalog-links a{ min-height: 38px; font-size: 12.5px; border-radius: 9px; }
:where(.legacy-content) .catalog-guide{ padding: 22px; }
:where(.legacy-content) .catalog-guide li{
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }
:where(.legacy-content) .catalog-guide li span{ text-align: left; }
:where(.legacy-content) .catalog-cta{ display: grid; padding: 22px; }
:where(.legacy-content) .catalog-cta h2{ font-size: 23px; }
:where(.legacy-content) .catalog-cta a{ width: 100%; }
:where(.legacy-content) .catalog-cta-actions{
    display: grid;
    justify-content: stretch;
  }
:where(.legacy-content) .product-page .floating-cta{
    display: none;
  }
:where(.legacy-content) .catalog-mobile-sticky{
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 72px;
    z-index: 95;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    padding: 8px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid #dce8f7;
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(10, 30, 60, .2);
    opacity: 0;
    transform: translateY(14px);
    pointer-events: none;
    transition: opacity .16s ease, transform .16s ease;
  }
:where(.legacy-content) .catalog-mobile-sticky.is-visible{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
:where(.legacy-content) .catalog-mobile-sticky a{
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #fff;
    background: #0345c4;
    font-size: 13px;
    font-weight: 900;
  }
:where(.legacy-content) .catalog-mobile-sticky a:nth-child(1){ background: #0a8a30; }
:where(.legacy-content) .catalog-mobile-sticky a:nth-child(2){ background: #fee500; color: #191919; }}
:where(.legacy-content) .story-card{ padding: 30px 32px 26px; }
:where(.legacy-content) .story-since{ display: inline-block; font-size: 11.5px; font-weight: 900; letter-spacing: .16em; color: var(--blue); background: #ecf3ff; border: 1px solid #cdddfb; border-radius: 999px; padding: 6px 13px; }
:where(.legacy-content) .story-card h2.story-h{ margin: 14px 0 10px; font-size: 25px; font-weight: 900; letter-spacing: -.5px; line-height: 1.32; color: var(--ink); }
:where(.legacy-content) .story-p{ margin: 0; font-size: 15.5px; line-height: 1.8; color: #243246; font-weight: 500; max-width: 660px; }
:where(.legacy-content) .story-p b{ color: #0c3eb0; }
:where(.legacy-content) .story-quote{ margin: 20px 0 0; padding: 22px 26px; border-radius: 14px; background: linear-gradient(135deg, #0b2a63, var(--blue)); color: #fff; }
:where(.legacy-content) .story-quote p{ margin: 0; font-size: 20px; font-weight: 800; letter-spacing: -.3px; line-height: 1.45; }
:where(.legacy-content) .story-quote p b{ color: var(--yellow); }
:where(.legacy-content) .story-quote cite{ display: block; margin-top: 9px; font-style: normal; font-size: 12.5px; font-weight: 600; color: #b9cdf5; }
:where(.legacy-content) .story-values{ list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0 0; padding: 0; }
:where(.legacy-content) .story-values li{ display: grid; gap: 5px; justify-items: start; background: #f6f9ff; border: 1px solid #e2ecfb; border-radius: 13px; padding: 16px 16px 14px; }
:where(.legacy-content) .story-values svg{ width: 25px; height: 25px; color: var(--blue); }
:where(.legacy-content) .story-values b{ font-size: 15px; color: var(--ink); letter-spacing: -.2px; }
:where(.legacy-content) .story-values li > span{ font-size: 12.5px; font-weight: 600; color: var(--muted); line-height: 1.5; }
:where(.legacy-content) .story-close{ margin: 16px 2px 0; font-size: 15px; font-weight: 800; color: var(--ink); line-height: 1.65; }
:where(.legacy-content) .story-sign{ margin: 18px 2px 0; text-align: right; font-size: 13px; font-weight: 600; color: var(--muted); }
:where(.legacy-content) .story-sign b{ font-size: 17px; font-weight: 900; color: var(--ink); margin-left: 7px; letter-spacing: 2px; }
:where(.legacy-content) .heritage-sec{
  display: grid;
  gap: 18px;
  justify-items: center;
}
:where(.legacy-content) .heritage-head{
  display: grid;
  gap: 8px;
  width: min(100%, 900px);
  justify-self: center;
  text-align: center;
}
:where(.legacy-content) .heritage-kicker{
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  justify-self: center;
  padding: 6px 13px;
  border-radius: 999px;
  background: #eef6ff;
  border: 1px solid #cfe1fb;
  color: var(--blue);
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: .14em;
}
:where(.legacy-content) .heritage-head h2{ margin: 0; color: var(--ink); font-size: 25px; font-weight: 900; letter-spacing: -.5px; line-height: 1.32; }
:where(.legacy-content) .heritage-head p{ margin: 0; color: #3e4b61; font-size: 15px; font-weight: 600; line-height: 1.75; }
:where(.legacy-content) .heritage-flow{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  width: min(100%, 1100px);
  justify-self: center;
}
:where(.legacy-content) .heritage-step{
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 210px;
  padding: 22px;
  border: 1px solid #dbe8f7;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #f7fbff);
  box-shadow: 0 12px 30px rgba(35, 88, 148, .06);
}
:where(.legacy-content) .heritage-step::after{
  content: "";
  position: absolute;
  top: 38px;
  right: -18px;
  width: 22px;
  height: 2px;
  background: #c8d9f1;
}
:where(.legacy-content) .heritage-step:last-child::after{ display: none; }
:where(.legacy-content) .heritage-year{
  display: inline-grid;
  place-items: center;
  width: fit-content;
  min-width: 58px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #0c4fc7;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
}
:where(.legacy-content) .heritage-step h3{ margin: 0; color: var(--ink); font-size: 17px; font-weight: 900; line-height: 1.35; letter-spacing: -.2px; }
:where(.legacy-content) .heritage-step p{ margin: 0; color: #4a5870; font-size: 13.5px; font-weight: 650; line-height: 1.68; }
:where(.legacy-content) .proof-step{ background: linear-gradient(180deg, #fffdf8, #f7fbff); border-color: #d7e4f5; }
:where(.legacy-content) .now-step{ background: linear-gradient(160deg, #092863, #0645c4 64%, #0a8a30); border-color: transparent; color: #fff; }
:where(.legacy-content) .now-step .heritage-year{ background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.24); color: #fff; }
:where(.legacy-content) .now-step h3,:where(.legacy-content) .now-step p{ color: #fff; }
:where(.legacy-content) .heritage-proof{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 360px));
  justify-content: center;
  gap: 16px;
  width: min(100%, 780px);
  margin: 4px auto 0;
}
:where(.legacy-content) .heritage-proof-card{
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 16px;
  border: 1px solid #dbe7f4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(35, 88, 148, .07);
}
:where(.legacy-content) .heritage-proof-zoom{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  cursor: zoom-in;
}
:where(.legacy-content) .heritage-proof-zoom:focus-visible{
  outline: 3px solid rgba(3, 69, 196, .35);
  outline-offset: 3px;
}
:where(.legacy-content) .heritage-proof-zoom span{
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(5, 24, 54, .78);
  color: #fff;
  font-size: 10.5px;
  font-weight: 900;
}
:where(.legacy-content) .heritage-proof-card img{
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  border: 1px solid #e2e8f2;
  border-radius: 10px;
  background: #f8fbff;
}
:where(.legacy-content) .heritage-proof-card figcaption{
  display: grid;
  gap: 6px;
  color: #38506e;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
}
:where(.legacy-content) .heritage-proof-card b{ color: var(--ink); font-size: 15px; font-weight: 900; }
:where(.legacy-content) .heritage-proof-card figcaption span{ color: #5b6880; font-size: 12.5px; font-weight: 650; line-height: 1.5; }
:where(.legacy-content) .cert-lightbox[hidden]{ display: none; }
:where(.legacy-content) .cert-lightbox{
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
}
:where(.legacy-content) .cert-lightbox-bg{
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(6, 18, 38, .72);
  cursor: zoom-out;
}
:where(.legacy-content) .cert-lightbox-card{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(92vw, 760px);
  max-height: 92vh;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .34);
}
:where(.legacy-content) .cert-lightbox-card h2{
  margin: 0;
  padding-right: 46px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}
:where(.legacy-content) .cert-lightbox-card img{
  display: block;
  width: 100%;
  max-height: calc(92vh - 96px);
  object-fit: contain;
  border-radius: 10px;
  background: #f7faff;
}
:where(.legacy-content) .cert-lightbox-close{
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #dce6f2;
  border-radius: 50%;
  background: #fff;
  color: #1b2a41;
  cursor: pointer;
}
:where(.legacy-content) .cert-lightbox-close svg{ width: 20px; height: 20px; }
:where(.legacy-content) .trust-proof{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
:where(.legacy-content) .trust-proof article{
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 204px;
  padding: 22px;
  border: 1px solid #dfeaf8;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #f7fbff);
  box-shadow: 0 8px 22px rgba(35, 88, 148, .05);
}
:where(.legacy-content) .trust-proof span{
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #ecf3ff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}
:where(.legacy-content) .trust-proof b{ color: var(--ink); font-size: 17px; font-weight: 900; line-height: 1.4; }
:where(.legacy-content) .trust-proof p{ margin: 0; color: #4a5870; font-size: 13.5px; font-weight: 650; line-height: 1.7; }
:where(.legacy-content) .q-consent{ margin: 14px 0 0; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
:where(.legacy-content) .quote-card label.q-agree-row{ display: flex; align-items: center; gap: 8px; height: auto; cursor: pointer; font-size: 14px; font-weight: 700; color: #243246; }
:where(.legacy-content) .quote-card label.q-agree-row input.q-agree{ position: static; opacity: 1; width: 18px; height: 18px; accent-color: var(--blue); cursor: pointer; flex-shrink: 0; margin: 0; }
:where(.legacy-content) .quote-card label.q-agree-row span,:where(.legacy-content) .quote-card label.q-agree-row input:checked + span{ display: inline; height: auto; place-items: unset; background: none; border: 0; border-radius: 0; box-shadow: none; color: #243246; font-weight: 700; }
:where(.legacy-content) .q-agree-row em{ font-style: normal; color: #d1342f; font-size: 12px; font-weight: 800; }
:where(.legacy-content) .q-privacy{ font-size: 12.5px; }
:where(.legacy-content) .q-privacy summary{ color: var(--muted); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; font-weight: 600; list-style: none; }
:where(.legacy-content) .q-privacy summary::-webkit-details-marker{ display: none; }
:where(.legacy-content) .q-privacy[open]{ flex-basis: 100%; order: 9; }
:where(.legacy-content) .q-privacy-body{ margin-top: 8px; background: #f6f8fc; border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; display: grid; gap: 5px; }
:where(.legacy-content) .q-privacy-body p{ margin: 0; color: #4a5870; font-size: 12.5px; line-height: 1.6; font-weight: 500; }
:where(.legacy-content) .q-privacy-body b{ color: #16243b; margin-right: 7px; }
@media  (max-width: 720px) {:where(.legacy-content) .q-consent{ gap: 10px; }
:where(.legacy-content) .q-agree-row{ font-size: 13.5px; }}
:where(.legacy-content) .q-privacy-link a{ color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
:where(.legacy-content) .privacy-doc h3{ margin: 22px 0 8px; font-size: 16px; color: var(--ink); letter-spacing: -.2px; }
:where(.legacy-content) .privacy-doc ul{ margin: 0; padding-left: 19px; display: grid; gap: 5px; }
:where(.legacy-content) .privacy-doc li{ color: #3d4b61; font-size: 14px; line-height: 1.7; font-weight: 500; }
:where(.legacy-content) .privacy-doc li b{ color: #16243b; }
:where(.legacy-content) .ft-legal{ margin: 6px 0 0; font-size: 11.5px; color: #93a0b4; font-weight: 600; }
@media  (max-width: 720px) {:where(.legacy-content) .story-card{ padding: 24px 20px 22px; }
:where(.legacy-content) .story-card h2.story-h{ font-size: 21px; }
:where(.legacy-content) .story-quote{ padding: 18px 20px; }
:where(.legacy-content) .story-quote p{ font-size: 17px; }
:where(.legacy-content) .story-values{ grid-template-columns: 1fr; }
:where(.legacy-content) .heritage-flow{ grid-template-columns: 1fr; gap: 12px; }
:where(.legacy-content) .heritage-step{ min-height: 0; padding: 18px; }
:where(.legacy-content) .heritage-step::after{ display: none; }
:where(.legacy-content) .heritage-head h2{ font-size: 21px; }
:where(.legacy-content) .heritage-head p{ font-size: 13.5px; line-height: 1.65; }
:where(.legacy-content) .heritage-proof{ grid-template-columns: 1fr; width: 100%; }
:where(.legacy-content) .heritage-proof-card{ grid-template-columns: 112px minmax(0, 1fr); padding: 14px; }
:where(.legacy-content) .cert-lightbox{ padding: 14px; }
:where(.legacy-content) .cert-lightbox-card{ width: 100%; padding: 16px; }
:where(.legacy-content) .compare-points{ grid-template-columns: 1fr; }
:where(.legacy-content) .trust-proof{ grid-template-columns: 1fr; }
:where(.legacy-content) .trust-proof article{ min-height: 0; padding: 18px; }}
:where(.legacy-content) .q-preview{
  display: grid;
  gap: 4px;
  padding: 13px 16px 11px;
  margin-bottom: 12px;
  background: #f3f8ff;
  border: 1px solid #d9e7fb;
  border-radius: 14px;
}
:where(.legacy-content) .q-preview small{ color: #57637a; font-size: 12px; font-weight: 800; }
:where(.legacy-content) .q-pv-range{ color: #0c3eb0; font-size: 22px; font-weight: 900; letter-spacing: -.4px; }
:where(.legacy-content) .q-pv-detail{ margin: 0; font-size: 12.5px; font-weight: 700; color: #2b3a52; }
:where(.legacy-content) .q-pv-disc{ margin: 2px 0 0; color: #93a0b2; font-size: 11px; font-weight: 600; }
:where(.legacy-content) .q-trust{ margin: 6px 2px 0; color: #93a0b2; font-size: 11px; font-weight: 600; }
:where(.legacy-content) .q-fallback{
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding: 14px 16px;
  background: #fff7f2;
  border: 1px solid #f3d9c8;
  border-radius: 14px;
}
:where(.legacy-content) .q-fallback p{ margin: 0; font-size: 13px; font-weight: 700; color: #7a4a2b; }
:where(.legacy-content) .q-fallback a{
  display: block;
  text-align: center;
  padding: 11px 14px;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 800;
  text-decoration: none;
}
:where(.legacy-content) .q-fb-call{ background: #0a8a3a; color: #fff; }
:where(.legacy-content) .q-fb-kakao{ background: #fee500; color: #191919; }
:where(.legacy-content) .price-table{
  width: min(1200px, calc(100% - 48px));
  margin: 34px auto 0;
  padding: 28px;
  border: 1px solid #dce7f5;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
  box-shadow: 0 18px 46px rgba(15, 56, 112, .07);
}
:where(.legacy-content) .price-title{ margin: 0 0 16px; font-size: 24px; font-weight: 900; color: #14233c; letter-spacing: -.4px; }
:where(.legacy-content) .price-scroll{ overflow-x: auto; -webkit-overflow-scrolling: touch; }
:where(.legacy-content) .price-grid{ width: 100%; min-width: 640px; border-collapse: collapse; }
:where(.legacy-content) .price-grid th{
  text-align: left;
  padding: 10px 12px;
  font-size: 12.5px;
  font-weight: 800;
  color: #57637a;
  border-bottom: 2px solid #d9e7fb;
  white-space: nowrap;
}
:where(.legacy-content) .price-grid td{
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #2b3a52;
  border-bottom: 1px solid #e7eef9;
  white-space: nowrap;
}
:where(.legacy-content) .price-grid td b{ color: #0c3eb0; font-weight: 900; }
:where(.legacy-content) .price-grid a{
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
:where(.legacy-content) .price-grid a:hover{ background: var(--blue-deep); }
:where(.legacy-content) .price-disc{ margin: 12px 2px 0; color: #93a0b2; font-size: 12px; font-weight: 600; }
:where(.legacy-content) .faq-home{ width: min(1200px, calc(100% - 48px)); margin: 34px auto 0; }
:where(.legacy-content) .faq-home .see-all{ font-size: 13.5px; font-weight: 800; color: var(--blue); text-decoration: none; }
:where(.legacy-content) .faq-home-title{ margin: 0 0 14px; font-size: 24px; font-weight: 900; color: #14233c; letter-spacing: -.4px; }
:where(.legacy-content) .faq-home-list{ display: grid; gap: 10px; }
:where(.legacy-content) .faq-home-list details{
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 0 18px;
}
:where(.legacy-content) .faq-home-list summary{
  cursor: pointer;
  list-style: none;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 800;
  color: #1d2c44;
  position: relative;
  padding-right: 28px;
}
:where(.legacy-content) .faq-home-list summary::-webkit-details-marker{ display: none; }
:where(.legacy-content) .faq-home-list summary::after{
  content: "+";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 800;
  color: var(--blue);
}
:where(.legacy-content) .faq-home-list details[open] summary::after{ content: "−"; }
:where(.legacy-content) .faq-home-list details p{ margin: 0; padding: 0 0 16px; font-size: 14px; line-height: 1.65; color: #44536b; font-weight: 600; }
:where(.legacy-content) .ft-regions{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding-top: 14px;
  border-top: 1px solid #e5ecf7;
  font-size: 12.5px;
}
:where(.legacy-content) .ft-regions b{ color: #33415a; font-weight: 800; margin-right: 4px; }
:where(.legacy-content) .ft-regions a{ color: #6b7787; font-weight: 700; }
:where(.legacy-content) .ft-regions a:hover{ color: var(--blue); }
@media  (max-width: 760px) {:where(.legacy-content) .price-table{ width: calc(100% - 24px); padding: 18px 14px; }
:where(.legacy-content) .price-title{ font-size: 19px; }
:where(.legacy-content) .faq-home{ width: calc(100% - 24px); }
:where(.legacy-content) .faq-home-title{ font-size: 19px; }
:where(.legacy-content) .q-pv-range{ font-size: 20px; }}
:where(.legacy-content).location-conversion-v2-page{
  --lv2-blue: #0754cf;
  --lv2-blue-deep: #063b9a;
  --lv2-green: #079548;
  --lv2-ink: #07172f;
  --lv2-muted: #4e6078;
  --lv2-line: #cfe0f5;
  --lv2-soft: #f3f8ff;
  background: #fff;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-legacy-hidden{
  display: none !important;
}
:where(.legacy-content).location-conversion-v2-page .seo-landing{
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: clip;
  background: #fff;
}
:where(.legacy-content).location-conversion-v2-page .location-v2{
  color: var(--lv2-ink);
  background: #fff;
}
:where(.legacy-content).location-conversion-v2-page .location-v2 em{
  color: var(--lv2-blue);
  font-style: normal;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-hero{
  background:
    radial-gradient(circle at 82% 12%, rgba(78, 153, 255, .15), transparent 31%),
    linear-gradient(120deg, #fff 0%, #f7fbff 48%, #ecf5ff 100%);
  border-bottom: 1px solid #d9e7f7;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-hero-inner{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: 64px;
  width: min(1320px, calc(100% - 64px));
  min-height: 510px;
  margin: 0 auto;
  padding: 48px 0;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-hero-copy{
  display: grid;
  align-content: center;
  gap: 19px;
  min-width: 0;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-kicker{
  margin: 0;
  color: #203751;
  font-size: 18px;
  font-weight: 900;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-hero h1{
  max-width: 650px;
  margin: 0;
  color: var(--lv2-ink);
  font-size: 60px;
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-hero h1 em{
  display: inline-block;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-lead{
  max-width: 690px;
  margin: 0;
  color: #253b56;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-hero-actions{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-hero-actions a{
  min-width: 208px;
  min-height: 66px;
  border-radius: 8px;
  text-decoration: none;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-call{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #d9e5f3;
  background: #fff;
  color: var(--lv2-blue);
  box-shadow: 0 12px 30px rgba(29, 75, 133, .09);
}
:where(.legacy-content).location-conversion-v2-page .location-v2-call > span:first-child{
  color: #1a2f4c;
  font-size: 22px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-call-icon{
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-call-icon svg{
  width: 22px;
  height: 22px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-call > span:last-child{
  display: grid;
  gap: 1px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-call small{
  color: #5b6e86;
  font-size: 11px;
  font-weight: 800;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-call strong{
  font-size: 23px;
  font-weight: 950;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-kakao{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fee500;
  color: #191919;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(224, 186, 0, .22);
}
:where(.legacy-content).location-conversion-v2-page .location-v2-talk{
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #241f18;
  color: #fee500;
  font-size: 8px;
  font-weight: 950;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-hero-media{
  position: relative;
  align-self: center;
  min-width: 0;
  margin: 0;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-hero-media img{
  display: block;
  width: 100%;
  height: 390px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  background: #e9f2fb;
  box-shadow: 0 22px 50px rgba(20, 57, 108, .14);
}
:where(.legacy-content).location-conversion-v2-page .location-v2-hero-media figcaption{
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: grid;
  gap: 3px;
  max-width: calc(100% - 40px);
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  background: rgba(255, 255, 255, .93);
  color: #17314f;
  box-shadow: 0 8px 22px rgba(4, 34, 74, .14);
  backdrop-filter: blur(8px);
}
:where(.legacy-content).location-conversion-v2-page .location-v2-hero-media figcaption b{
  font-size: 15px;
  font-weight: 950;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-hero-media figcaption span{
  font-size: 12px;
  font-weight: 700;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-band{
  background: linear-gradient(100deg, #063d9f, #075cd4);
  color: #fff;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-inner{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1320px, 100%);
  margin: 0 auto;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-inner article{
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-height: 92px;
  padding: 18px 24px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-inner article:first-child{
  border-left: 1px solid rgba(255, 255, 255, .2);
}
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-icon{
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, .74);
  border-radius: 8px;
  color: #fff;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-icon svg{
  width: 25px;
  height: 25px;
  stroke-width: 1.9;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-inner article > div{
  display: grid;
  gap: 4px;
  min-width: 0;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-inner b{
  font-size: 15px;
  font-weight: 950;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-inner span{
  color: rgba(255, 255, 255, .79);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.45;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-wrap{
  display: grid;
  gap: 52px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 44px 0 54px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-quote-box{
  padding: 34px 38px 30px;
  border: 1px solid var(--lv2-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(22, 69, 129, .08);
}
:where(.legacy-content).location-conversion-v2-page .location-v2-quote-box > h2,:where(.legacy-content).location-conversion-v2-page .location-v2-solutions > h2{
  margin: 0;
  color: var(--lv2-ink);
  font-size: 30px;
  font-weight: 950;
  line-height: 1.25;
  text-align: center;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-quote-box > p{
  margin: 8px 0 24px;
  color: var(--lv2-muted);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-form{
  display: grid;
  gap: 14px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-head{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-fields{
  display: grid;
  gap: 11px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-fields > label{
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin: 0;
  color: #1b304c;
  font-size: 13px;
  font-weight: 900;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-select,:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-phone{
  width: 100%;
  height: 50px;
  min-width: 0;
  margin: 0;
  padding: 0 15px;
  border: 1px solid #d4e0ef;
  border-radius: 7px;
  background: #fff;
  color: #1c2e46;
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-select:focus,:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-phone:focus{
  outline: 3px solid rgba(7, 84, 207, .14);
  border-color: var(--lv2-blue);
}
:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-consent{
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 2px 0 0 164px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-submit{
  width: auto;
  min-height: 54px;
  margin-left: 164px;
  border-radius: 7px;
  font-size: 16px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-hint,:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-error,:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-fallback{
  margin-right: 0;
  margin-left: 164px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-success{
  min-height: 330px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-solutions{
  display: grid;
  gap: 24px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-solution-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-solution-grid > a{
  display: grid;
  grid-template-rows: 166px auto auto;
  gap: 8px;
  min-width: 0;
  padding: 18px 16px;
  border: 1px solid #d9e6f5;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  color: var(--lv2-ink);
  text-align: center;
  text-decoration: none;
  transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-solution-grid > a:hover{
  transform: translateY(-2px);
  border-color: #8fb8ef;
  box-shadow: 0 12px 26px rgba(26, 70, 128, .1);
}
:where(.legacy-content).location-conversion-v2-page .location-v2-solution-grid img{
  width: 100%;
  height: 166px;
  object-fit: contain;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-solution-grid b{
  color: #0c3f9e;
  font-size: 18px;
  font-weight: 950;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-solution-grid span{
  color: #4f6077;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-info-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-info-grid article{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  border: 1px solid #dce7f4;
  border-radius: 8px;
  background: #fff;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-info-grid article > div{
  display: grid;
  gap: 5px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-info-grid b{
  font-size: 16px;
  font-weight: 950;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-info-grid span{
  color: var(--lv2-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-info-icon{
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ecf4ff;
  color: var(--lv2-blue);
}
:where(.legacy-content).location-conversion-v2-page .location-v2-info-icon svg{
  width: 28px;
  height: 28px;
  stroke-width: 1.8;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-trust{
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0 46px;
  border-top: 1px solid #e0e9f4;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-trust > h2{
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 950;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-trust > div{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-trust article{
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  min-width: 0;
  padding: 12px 22px;
  border-right: 1px solid #e1e9f3;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-trust article:first-child{
  padding-left: 0;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-trust article:last-child{
  padding-right: 0;
  border-right: 0;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-trust i{
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #eef5ff;
  color: var(--lv2-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-trust article > span{
  display: grid;
  gap: 4px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-trust b{
  color: #21364f;
  font-size: 14px;
  font-weight: 950;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-trust small{
  color: #6a788b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-bottom-cta{
  background: linear-gradient(105deg, #0752c5, #06429f);
  color: #fff;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-bottom-cta > div{
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: end;
  gap: 26px;
  width: min(1180px, calc(100% - 48px));
  min-height: 170px;
  margin: 0 auto;
  padding-top: 24px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-bottom-cta img{
  display: block;
  width: 150px;
  max-height: 154px;
  object-fit: contain;
  object-position: bottom;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-bottom-cta section{
  align-self: center;
  padding: 22px 0;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-bottom-cta h2{
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 950;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-bottom-cta p{
  margin: 7px 0 14px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 700;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-bottom-cta section > div{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-bottom-cta section > div span{
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-action-row{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 16px 0 26px;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-action-row a{
  display: grid;
  place-items: center;
  min-height: 52px;
  border-radius: 7px;
  background: var(--lv2-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
}
:where(.legacy-content).location-conversion-v2-page .location-v2-action-row a:nth-child(2){
  background: var(--lv2-green);
}
:where(.legacy-content).location-conversion-v2-page .location-v2-action-row a:nth-child(3){
  background: #fee500;
  color: #191919;
}
:where(.legacy-content).location-conversion-v2-page .page-body{
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
@media  (max-width: 1024px) {:where(.legacy-content).location-conversion-v2-page .location-v2-hero-inner{
    grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
    gap: 30px;
    width: min(100% - 36px, 980px);
    min-height: 440px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-hero h1{ font-size: 46px; }
:where(.legacy-content).location-conversion-v2-page .location-v2-hero-media img{ height: 330px; }
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-inner{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-inner article:nth-child(2){ border-right: 0; }
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-inner article:nth-child(-n/**/+2){ border-bottom: 1px solid rgba(255, 255, 255, .2); }
:where(.legacy-content).location-conversion-v2-page .location-v2-solution-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
:where(.legacy-content).location-conversion-v2-page .location-v2-trust > div{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
:where(.legacy-content).location-conversion-v2-page .location-v2-trust article:nth-child(2){ border-right: 0; }
:where(.legacy-content).location-conversion-v2-page .location-v2-trust article:nth-child(-n/**/+2){ margin-bottom: 12px; }
:where(.legacy-content).location-conversion-v2-page .location-v2-trust article:nth-child(3){ padding-left: 0; }}
@media  (max-width: 720px) {:where(.legacy-content).location-conversion-v2-page{
    padding-bottom: 78px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-hero-inner{
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    min-height: 0;
    padding: 30px 0 22px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-hero-copy{
    gap: 14px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-kicker{
    font-size: 14px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-hero h1{
    max-width: 100%;
    font-size: 38px;
    line-height: 1.08;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-lead{
    font-size: 14px;
    line-height: 1.65;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-hero-actions{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-hero-actions a{
    min-width: 0;
    min-height: 58px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-call strong{
    font-size: 17px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-kakao{
    font-size: 13px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-hero-media{
    display: none;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-inner{
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-inner::-webkit-scrollbar{ display: none; }
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-inner article{
    flex: 0 0 78%;
    min-height: 82px;
    padding: 14px 18px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 0 !important;
    scroll-snap-align: start;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-inner article:first-child{
    border-left: 0;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-pain-icon{
    width: 42px;
    height: 42px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-wrap{
    width: calc(100% - 24px);
    gap: 36px;
    padding: 24px 0 38px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-quote-box{
    padding: 23px 15px 20px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-quote-box > h2,:where(.legacy-content).location-conversion-v2-page .location-v2-solutions > h2{
    font-size: 23px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-quote-box > p{
    margin-bottom: 18px;
    font-size: 12.5px;
    line-height: 1.55;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-fields > label{
    grid-template-columns: 1fr;
    gap: 6px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-select,:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-phone{
    height: 48px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-consent,:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-submit,:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-hint,:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-error,:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-fallback{
    margin-left: 0;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-submit{
    width: 100%;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-form .lq-consent{
    font-size: 11.5px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-solution-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-solution-grid > a{
    grid-template-rows: 116px auto auto;
    padding: 12px 8px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-solution-grid img{
    height: 116px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-solution-grid b{
    font-size: 16px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-solution-grid span{
    font-size: 10.5px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-info-grid{
    grid-template-columns: 1fr;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-info-grid article{
    padding: 16px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-trust{
    width: calc(100% - 24px);
    padding: 30px 0 32px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-trust > h2{
    font-size: 21px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-trust > div{
    grid-template-columns: 1fr;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-trust article{
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid #e2eaf4;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-trust article:last-child{
    border-bottom: 0;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-bottom-cta > div{
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 12px;
    width: calc(100% - 24px);
    min-height: 150px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-bottom-cta img{
    width: 90px;
    max-height: 126px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-bottom-cta h2{
    font-size: 21px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-bottom-cta p{
    font-size: 11.5px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-bottom-cta section > div{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-bottom-cta section > div span{
    padding: 7px 8px;
    font-size: 10px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-action-row{
    gap: 7px;
    width: calc(100% - 24px);
    padding: 12px 0 20px;
  }
:where(.legacy-content).location-conversion-v2-page .location-v2-action-row a{
    min-height: 46px;
    font-size: 12px;
  }
:where(.legacy-content).location-conversion-v2-page .page-body{
    width: calc(100% - 24px);
  }}
:where(.legacy-content) .lib-hero{
  background: linear-gradient(160deg, #0a2398 0%, #0345c4 52%, #0f6ddb 100%);
  border-bottom: 1px solid #0a2b7a;
  padding: 40px 0 44px;
}
:where(.legacy-content) .lib-hero .wrap{ width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
:where(.legacy-content) .lib-hero .lib-kicker{
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  color: #dbe9ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .4px;
}
:where(.legacy-content) .lib-hero h1{ margin: 0 0 8px; color: #fff; font-size: 31px; letter-spacing: -.6px; }
:where(.legacy-content) .lib-hero > .wrap > p{ margin: 0 0 20px; color: #cfe1ff; font-weight: 600; font-size: 15px; line-height: 1.65; }
:where(.legacy-content) .lib-search{
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 14px;
  padding: 8px 8px 8px 18px;
  box-shadow: 0 16px 38px rgba(4, 22, 62, .28);
  max-width: 720px;
}
:where(.legacy-content) .lib-search svg{ width: 21px; height: 21px; color: #7d8ca1; flex-shrink: 0; }
:where(.legacy-content) .lib-search input{
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  background: transparent;
}
:where(.legacy-content) .lib-search input::placeholder{ color: #9aa8ba; font-weight: 500; }
:where(.legacy-content) .lib-search button{
  border: 0;
  cursor: pointer;
  background: var(--cta-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 12px 24px;
  border-radius: 10px;
  white-space: nowrap;
}
:where(.legacy-content) .lib-search button:hover{ background: #0a2398; }
:where(.legacy-content) .lib-hot{ display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 14px; }
:where(.legacy-content) .lib-hot span{ color: #a9c6f5; font-size: 12.5px; font-weight: 800; margin-right: 2px; }
:where(.legacy-content) .lib-hot a{
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .32);
  color: #eaf2ff;
  font-size: 12.5px;
  font-weight: 700;
}
:where(.legacy-content) .lib-hot a:hover{ background: rgba(255, 255, 255, .16); }
:where(.legacy-content) .lib-cats{ display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
:where(.legacy-content) .lib-cat{
  display: grid;
  gap: 6px;
  padding: 20px 20px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(35, 88, 148, .05);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
:where(.legacy-content) .lib-cat:hover{ transform: translateY(-3px); border-color: #b9d3f7; box-shadow: 0 16px 32px rgba(35, 88, 148, .12); }
:where(.legacy-content) .lib-cat i{
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--soft);
  color: var(--blue);
  margin-bottom: 4px;
}
:where(.legacy-content) .lib-cat i svg{ width: 22px; height: 22px; }
:where(.legacy-content) .lib-cat b{ font-size: 16px; letter-spacing: -.2px; }
:where(.legacy-content) .lib-cat span{ color: var(--muted); font-size: 13px; font-weight: 600; line-height: 1.55; }
:where(.legacy-content) .lib-cat em{ font-style: normal; color: var(--blue); font-size: 12.5px; font-weight: 800; margin-top: 4px; }
:where(.legacy-content) .lib-cat.is-driver i{ background: #eaf2ff; color: #0345c4; }
:where(.legacy-content) .lib-cat.is-manual i{ background: #eefaf1; color: #0a8a30; }
:where(.legacy-content) .lib-cat.is-video i{ background: #fff3e6; color: #d2691e; }
:where(.legacy-content) .lib-cat.is-guide i{ background: #f3eeff; color: #5b3fd0; }
:where(.legacy-content) .lib-filter{
  position: sticky;
  top: 66px;
  z-index: 20;
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 18px;
  display: grid;
  gap: 12px;
  box-shadow: 0 8px 22px rgba(35, 88, 148, .06);
}
:where(.legacy-content) .lib-filter-row{ display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
:where(.legacy-content) .lib-filter-row > b{
  font-size: 12.5px;
  font-weight: 800;
  color: #7a879a;
  min-width: 52px;
  letter-spacing: -.2px;
}
:where(.legacy-content) .lib-chip{
  border: 1px solid var(--line);
  background: #fff;
  color: #33435a;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background .14s ease, color .14s ease, border-color .14s ease;
}
:where(.legacy-content) .lib-chip:hover{ border-color: #b9d3f7; color: var(--blue); }
:where(.legacy-content) .lib-chip[aria-pressed="true"]{ background: var(--blue); border-color: var(--blue); color: #fff; }
:where(.legacy-content) .lib-chip small{ font-weight: 700; opacity: .68; margin-left: 4px; }
:where(.legacy-content) .lib-inline-search{
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 220px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 12px;
  background: #fbfdff;
}
:where(.legacy-content) .lib-inline-search svg{ width: 17px; height: 17px; color: #98a6b8; flex-shrink: 0; }
:where(.legacy-content) .lib-inline-search input{
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 11px 0;
  font-size: 14.5px;
  font-weight: 600;
}
:where(.legacy-content) .lib-inline-search input::placeholder{ color: #a6b3c4; font-weight: 500; }
:where(.legacy-content) .lib-clear{
  border: 0;
  background: transparent;
  color: #98a6b8;
  cursor: pointer;
  padding: 4px;
  line-height: 0;
}
:where(.legacy-content) .lib-clear:hover{ color: #d33; }
:where(.legacy-content) .lib-sort{
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13.5px;
  font-weight: 700;
  color: #33435a;
  background: #fbfdff;
  cursor: pointer;
}
:where(.legacy-content) .lib-result-bar{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin: 4px 2px 0;
}
:where(.legacy-content) .lib-count{ font-size: 13.5px; font-weight: 700; color: var(--muted); }
:where(.legacy-content) .lib-count b{ color: var(--blue); font-weight: 900; }
:where(.legacy-content) .lib-reset{
  border: 0;
  background: transparent;
  color: #8b96a6;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
:where(.legacy-content) .lib-reset:hover{ color: var(--blue); }
:where(.legacy-content) .lib-list{ display: grid; gap: 10px; }
:where(.legacy-content) .lib-row{
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 6px 16px rgba(35, 88, 148, .04);
  transition: border-color .14s ease, box-shadow .14s ease, transform .14s ease;
}
:where(.legacy-content) .lib-row:hover{ border-color: #b9d3f7; box-shadow: 0 12px 26px rgba(35, 88, 148, .1); transform: translateY(-2px); }
:where(.legacy-content) .lib-row-ico{
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--soft);
  color: var(--blue);
}
:where(.legacy-content) .lib-row-ico svg{ width: 22px; height: 22px; }
:where(.legacy-content) .lib-row[data-type="driver"] .lib-row-ico{ background: #eaf2ff; color: #0345c4; }
:where(.legacy-content) .lib-row[data-type="manual"] .lib-row-ico{ background: #eefaf1; color: #0a8a30; }
:where(.legacy-content) .lib-row[data-type="video"] .lib-row-ico{ background: #fff3e6; color: #cf6a12; }
:where(.legacy-content) .lib-row[data-type="guide"] .lib-row-ico{ background: #f3eeff; color: #5b3fd0; }
:where(.legacy-content) .lib-row-body{ min-width: 0; }
:where(.legacy-content) .lib-row-tags{ display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 6px; }
:where(.legacy-content) .lib-tag{
  font-size: 11.5px;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 6px;
  background: #eef3fa;
  color: #5b6b81;
  letter-spacing: -.1px;
}
:where(.legacy-content) .lib-tag.t-brand{ background: #eaf2ff; color: #0345c4; }
:where(.legacy-content) .lib-tag.t-os{ background: #f2f5f9; color: #55637a; }
:where(.legacy-content) .lib-tag.t-new{ background: #fff0e8; color: #d2481a; }
:where(.legacy-content) .lib-row-body h3{
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -.3px;
  color: var(--ink);
}
:where(.legacy-content) .lib-row:hover .lib-row-body h3{ color: var(--blue); }
:where(.legacy-content) .lib-row-body p{
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
:where(.legacy-content) .lib-row-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
  color: #93a0b1;
  font-size: 12px;
  font-weight: 700;
}
:where(.legacy-content) .lib-row-meta span{ display: inline-flex; align-items: center; gap: 4px; }
:where(.legacy-content) .lib-row-meta svg{ width: 13px; height: 13px; }
:where(.legacy-content) .lib-row-act{ display: flex; flex-direction: column; gap: 6px; align-items: stretch; }
:where(.legacy-content) .lib-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  cursor: pointer;
  border-radius: 10px;
  padding: 11px 18px;
  font-size: 13.5px;
  font-weight: 800;
  white-space: nowrap;
  background: var(--cta-blue);
  color: #fff;
  transition: background .14s ease;
}
:where(.legacy-content) .lib-btn:hover{ background: #0a2398; }
:where(.legacy-content) .lib-btn svg{ width: 16px; height: 16px; }
:where(.legacy-content) .lib-btn.ghost{ background: #fff; color: #2b3c55; border: 1px solid var(--line); }
:where(.legacy-content) .lib-btn.ghost:hover{ background: var(--soft); border-color: #b9d3f7; color: var(--blue); }
:where(.legacy-content) .lib-btn.play{ background: #12233d; }
:where(.legacy-content) .lib-btn.play:hover{ background: #000; }
:where(.legacy-content) .lib-empty{
  display: grid;
  gap: 10px;
  place-items: center;
  text-align: center;
  padding: 54px 24px;
  background: #fff;
  border: 1px dashed #c9d8ec;
  border-radius: 16px;
}
:where(.legacy-content) .lib-empty svg{ width: 40px; height: 40px; color: #b6c5d9; }
:where(.legacy-content) .lib-empty b{ font-size: 16px; }
:where(.legacy-content) .lib-empty p{ margin: 0; color: var(--muted); font-size: 13.5px; font-weight: 600; line-height: 1.7; }
:where(.legacy-content) .lib-empty .lib-btn{ margin-top: 6px; }
:where(.legacy-content) .lib-pager{ display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 22px; flex-wrap: wrap; }
:where(.legacy-content) .lib-pager button{
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: #33435a;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 800;
  cursor: pointer;
}
:where(.legacy-content) .lib-pager button:hover:not(:disabled){ border-color: #b9d3f7; color: var(--blue); }
:where(.legacy-content) .lib-pager button[aria-current="page"]{ background: var(--blue); border-color: var(--blue); color: #fff; }
:where(.legacy-content) .lib-pager button:disabled{ opacity: .38; cursor: default; }
:where(.legacy-content) .lib-model-top{
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 26px;
  align-items: center;
  background: linear-gradient(180deg, #fff, #f8fbff);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px 26px;
  box-shadow: 0 8px 22px rgba(35, 88, 148, .05);
}
:where(.legacy-content) .lib-model-img{ display: grid; place-items: center; background: #fff; border-radius: 14px; padding: 10px; }
:where(.legacy-content) .lib-model-img img{ max-width: 100%; height: auto; display: block; }
:where(.legacy-content) .lib-model-info h2{ margin: 0 0 4px; font-size: 24px; letter-spacing: -.5px; }
:where(.legacy-content) .lib-model-info > p{ margin: 0 0 14px; color: var(--muted); font-weight: 600; font-size: 14px; line-height: 1.65; }
:where(.legacy-content) .lib-spec-strip{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 8px;
  margin-bottom: 16px;
}
:where(.legacy-content) .lib-spec-strip div{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
}
:where(.legacy-content) .lib-spec-strip dt{ color: #8b96a6; font-size: 11.5px; font-weight: 800; margin-bottom: 3px; }
:where(.legacy-content) .lib-spec-strip dd{
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  color: #17253a;
  letter-spacing: -.2px;
  
  overflow-wrap: anywhere;
  word-break: break-word;
}
:where(.legacy-content) .lib-model-ctas{ display: flex; flex-wrap: wrap; gap: 8px; }
:where(.legacy-content) .page-body > .pg-sec,:where(.legacy-content) .pg-sec > *,:where(.legacy-content) .lib-model-top > *,:where(.legacy-content) .lib-model-info{ min-width: 0; }
:where(.legacy-content) .lib-table-wrap{ overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: #fff; min-width: 0; max-width: 100%; }
:where(.legacy-content) .lib-table{ width: 100%; border-collapse: collapse; min-width: 640px; }
:where(.legacy-content) .lib-table th,:where(.legacy-content) .lib-table td{ padding: 13px 16px; text-align: left; border-bottom: 1px solid #eef3fa; font-size: 13.5px; }
:where(.legacy-content) .lib-table thead th{
  background: #f6faff;
  color: #56657c;
  font-size: 12.5px;
  font-weight: 800;
  white-space: nowrap;
}
:where(.legacy-content) .lib-table tbody tr:last-child td{ border-bottom: 0; }
:where(.legacy-content) .lib-table tbody tr:hover{ background: #fbfdff; }
:where(.legacy-content) .lib-table td b{ font-weight: 800; color: #17253a; }
:where(.legacy-content) .lib-table td small{ display: block; color: #93a0b1; font-size: 12px; font-weight: 600; margin-top: 3px; }
:where(.legacy-content) .lib-table .col-act{ text-align: right; white-space: nowrap; width: 1%; }
:where(.legacy-content) .lib-video-grid{ display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }
:where(.legacy-content) .lib-video{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(35, 88, 148, .05);
}
:where(.legacy-content) .lib-video-frame{
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0d1726;
  cursor: pointer;
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  overflow: hidden;
}
:where(.legacy-content) .lib-video-frame img{ width: 100%; height: 100%; object-fit: cover; display: block; opacity: .9; }
:where(.legacy-content) .lib-video-frame iframe{ width: 100%; height: 100%; border: 0; display: block; }
:where(.legacy-content) .lib-video-frame .lib-play{
  position: absolute;
  inset: 0;
  margin: auto;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(3, 69, 196, .94);
  display: grid;
  place-items: center;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .38);
  transition: transform .16s ease, background .16s ease;
}
:where(.legacy-content) .lib-video-frame:hover .lib-play{ transform: scale(1.08); background: #0345c4; }
:where(.legacy-content) .lib-video-frame .lib-play svg{ width: 24px; height: 24px; color: #fff; margin-left: 3px; }
:where(.legacy-content) .lib-video-frame .lib-dur{
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, .78);
  color: #fff;
  font-size: 11.5px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
}
:where(.legacy-content) .lib-video-body{ padding: 16px 18px 18px; display: grid; gap: 6px; }
:where(.legacy-content) .lib-video-body h3{ margin: 0; font-size: 15.5px; line-height: 1.45; letter-spacing: -.25px; }
:where(.legacy-content) .lib-video-body p{ margin: 0; color: var(--muted); font-size: 13px; font-weight: 500; line-height: 1.6; }
:where(.legacy-content) .lib-video-cta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px dashed #e3ebf6;
}
:where(.legacy-content) .lib-video-cta span{ font-size: 12.5px; font-weight: 700; color: #7a879a; }
:where(.legacy-content) .lib-video-cta a{ font-size: 13px; font-weight: 800; color: var(--blue); white-space: nowrap; }
:where(.legacy-content) .lib-video-cta a:hover{ text-decoration: underline; text-underline-offset: 3px; }
:where(.legacy-content) .lib-article{ max-width: 860px; min-width: 0; }
:where(.legacy-content) .lib-article .lib-table-wrap{ margin-bottom: 18px; }
:where(.legacy-content) .lib-article > p{ margin: 0 0 16px; font-size: 15.5px; line-height: 1.85; color: #243246; }
:where(.legacy-content) .lib-article h2{
  margin: 34px 0 12px;
  font-size: 20px;
  letter-spacing: -.35px;
  padding-left: 12px;
  border-left: 4px solid var(--blue);
}
:where(.legacy-content) .lib-article h3{ margin: 22px 0 8px; font-size: 16.5px; letter-spacing: -.25px; }
:where(.legacy-content) .lib-article ul,:where(.legacy-content) .lib-article ol{ margin: 0 0 16px; padding-left: 22px; }
:where(.legacy-content) .lib-article li{ margin-bottom: 7px; font-size: 15px; line-height: 1.8; color: #243246; }
:where(.legacy-content) .lib-article li::marker{ color: var(--blue); font-weight: 800; }
:where(.legacy-content) .lib-steps{ display: grid; gap: 10px; margin: 0 0 18px; padding: 0; list-style: none; counter-reset: libstep; }
:where(.legacy-content) .lib-article .lib-steps{ padding-left: 0; }
:where(.legacy-content) .lib-steps li{
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px 14px 58px;
  margin: 0;
}
:where(.legacy-content) .lib-steps li::before{
  counter-increment: libstep;
  content: counter(libstep);
  position: absolute;
  left: 16px;
  top: 14px;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--blue);
  color: #fff;
  font-size: 13.5px;
  font-weight: 900;
  display: grid;
  place-items: center;
}
:where(.legacy-content) .lib-steps li > b{ display: block; font-size: 14.5px; margin-bottom: 3px; color: #17253a; }
:where(.legacy-content) .lib-steps li > span{ display: block; }
:where(.legacy-content) .lib-steps li b{ font-size: 14.5px; color: #17253a; }
:where(.legacy-content) .lib-steps li span{ color: #4b5a6f; font-size: 13.5px; font-weight: 500; line-height: 1.7; }
:where(.legacy-content) .lib-callout{
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  background: #f6faff;
  border: 1px solid #cfe0f8;
  border-left: 4px solid var(--blue);
  border-radius: 12px;
  padding: 15px 18px;
  margin: 0 0 18px;
}
:where(.legacy-content) .lib-callout svg{ width: 20px; height: 20px; color: var(--blue); margin-top: 1px; }
:where(.legacy-content) .lib-callout b{ display: block; font-size: 14px; margin-bottom: 4px; }
:where(.legacy-content) .lib-callout p{ margin: 0; font-size: 13.5px; line-height: 1.75; color: #3d4d63; font-weight: 500; }
:where(.legacy-content) .lib-callout.warn{ background: #fff8f2; border-color: #f6d9c2; border-left-color: #e07a20; }
:where(.legacy-content) .lib-callout.warn svg{ color: #cf6a12; }
:where(.legacy-content) .lib-meta-bar{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  color: #93a0b1;
  font-size: 12.5px;
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
:where(.legacy-content) .lib-meta-bar .lib-tag{ font-size: 12px; }
:where(.legacy-content) .lib-crumb{ display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 0 0 10px; font-size: 12.5px; font-weight: 700; color: #7d8ca1; }
:where(.legacy-content) .lib-crumb a{ color: #7d8ca1; }
:where(.legacy-content) .lib-crumb a:hover{ color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
:where(.legacy-content) .lib-crumb svg{ width: 12px; height: 12px; opacity: .6; }
:where(.legacy-content) .page-head .lib-crumb a{ color: #6b7d96; }
:where(.legacy-content) .lib-model-chips{ display: flex; flex-wrap: wrap; gap: 7px; }
:where(.legacy-content) .lib-model-chips a{
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 700;
  color: #33435a;
}
:where(.legacy-content) .lib-model-chips a:hover{ border-color: #b9d3f7; color: var(--blue); background: var(--soft); }
:where(.legacy-content) .lib-notice{
  background: #fbfdff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 20px;
}
:where(.legacy-content) .lib-notice p{ margin: 0 0 6px; color: #56657c; font-size: 13px; font-weight: 600; line-height: 1.75; }
:where(.legacy-content) .lib-notice p:last-child{ margin-bottom: 0; }
:where(.legacy-content) .lib-notice b{ color: #17253a; }
:where(.legacy-content) .lib-vmodal{
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 20px;
}
:where(.legacy-content) .lib-vmodal[hidden]{ display: none !important; }
:where(.legacy-content) .lib-vmodal-bg{ position: absolute; inset: 0; background: rgba(6, 14, 28, .78); backdrop-filter: blur(4px); }
:where(.legacy-content) .lib-vmodal-card{
  position: relative;
  width: min(940px, 100%);
  background: #0d1726;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}
:where(.legacy-content) .lib-vmodal-card .lib-video-frame{ aspect-ratio: 16 / 9; }
:where(.legacy-content) .lib-vmodal-foot{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 18px 16px;
  background: #fff;
}
:where(.legacy-content) .lib-vmodal-foot h3{ margin: 0; font-size: 15.5px; letter-spacing: -.25px; }
:where(.legacy-content) .lib-vmodal-foot p{ margin: 3px 0 0; color: var(--muted); font-size: 13px; font-weight: 500; }
:where(.legacy-content) .lib-vclose{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, .62);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
}
:where(.legacy-content) .lib-vclose:hover{ background: #000; }
:where(.legacy-content) .lib-vclose svg{ width: 18px; height: 18px; }
:where(.legacy-content) .lib-row-ico.is-thumb{ padding: 0; overflow: hidden; background: #0d1726; position: relative; }
:where(.legacy-content) .lib-row-ico.is-thumb img{ width: 100%; height: 100%; object-fit: cover; display: block; opacity: .92; }
:where(.legacy-content) .lib-row-ico.is-thumb::after{
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 11px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform: translateX(2px);
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .6));
}
:where(.legacy-content) .lib-dl-toast{
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%) translateY(16px);
  z-index: 80;
  background: #12233d;
  color: #fff;
  border-radius: 12px;
  padding: 14px 20px;
  font-size: 13.5px;
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .32);
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  max-width: calc(100% - 32px);
}
:where(.legacy-content) .lib-dl-toast.on{ opacity: 1; transform: translateX(-50%) translateY(0); }
:where(.legacy-content) .lib-dl-toast svg{ width: 18px; height: 18px; flex-shrink: 0; }
:where(.legacy-content) .lib-dl-toast a{ color: #9dc4ff; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
@media  (max-width: 1024px) {:where(.legacy-content) .lib-cats{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
:where(.legacy-content) .lib-model-top{ grid-template-columns: 170px 1fr; gap: 18px; padding: 18px; }
:where(.legacy-content) .lib-filter{ top: 0; }}
@media  (max-width: 720px) {:where(.legacy-content) .lib-hero{ padding: 26px 0 30px; }
:where(.legacy-content) .lib-hero .wrap{ width: calc(100% - 32px); }
:where(.legacy-content) .lib-hero h1{ font-size: 23px; }
:where(.legacy-content) .lib-hero > .wrap > p{ font-size: 14px; }
:where(.legacy-content) .lib-search{ padding: 6px 6px 6px 14px; border-radius: 12px; }
:where(.legacy-content) .lib-search input{ font-size: 15px; padding: 10px 0; }
:where(.legacy-content) .lib-search button{ padding: 10px 16px; font-size: 14px; }
:where(.legacy-content) .lib-search .lib-search-label{ display: none; }
:where(.legacy-content) .lib-cats{ grid-template-columns: 1fr; gap: 10px; }
:where(.legacy-content) .lib-cat{ padding: 16px 18px; }
:where(.legacy-content) .lib-filter{ padding: 12px 14px; border-radius: 14px; }
:where(.legacy-content) .lib-filter-row{ gap: 6px; }
:where(.legacy-content) .lib-filter-row > b{ min-width: 100%; margin-bottom: -4px; }
:where(.legacy-content) .lib-chip{ padding: 6px 12px; font-size: 12.5px; }
:where(.legacy-content) .lib-row{ grid-template-columns: 40px 1fr; padding: 14px; gap: 12px; }
:where(.legacy-content) .lib-row-ico{ width: 40px; height: 40px; }
:where(.legacy-content) .lib-row-act{ grid-column: 1 / -1; flex-direction: row; }
:where(.legacy-content) .lib-row-act .lib-btn{ flex: 1; }
:where(.legacy-content) .lib-row-body h3{ font-size: 15px; }
:where(.legacy-content) .lib-model-top{ grid-template-columns: 1fr; }
:where(.legacy-content) .lib-model-img{ max-width: 200px; margin: 0 auto; }
:where(.legacy-content) .lib-model-info h2{ font-size: 20px; }
:where(.legacy-content) .lib-article h2{ font-size: 18px; }
:where(.legacy-content) .lib-article > p,:where(.legacy-content) .lib-article li{ font-size: 14.5px; }
:where(.legacy-content) .lib-video-grid{ grid-template-columns: 1fr; }}
:where(.legacy-content) .lib-row-body h3,:where(.legacy-content) .lib-row-body p,:where(.legacy-content) .lib-row-meta,:where(.legacy-content) .lib-table td,:where(.legacy-content) .lib-table th,:where(.legacy-content) .lib-video-body h3,:where(.legacy-content) .lib-video-body p,:where(.legacy-content) .lib-article p,:where(.legacy-content) .lib-article li,:where(.legacy-content) .lib-callout p,:where(.legacy-content) .lib-notice p,:where(.legacy-content) .lib-model-info > p{
  overflow-wrap: anywhere;
  word-break: break-word;
}
:where(.legacy-content) .lib-overview{
  background: linear-gradient(180deg, #fbfdff, #fff);
  border: 1px solid var(--line);
  border-left: 4px solid var(--blue);
  border-radius: 14px;
  padding: 20px 24px;
}
:where(.legacy-content) .lib-overview p{ margin: 0; font-size: 15.5px; line-height: 1.85; color: #243246; }
:where(.legacy-content) .lib-feature-grid{ display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 12px; }
:where(.legacy-content) .lib-feature{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 6px 16px rgba(35, 88, 148, .04);
}
:where(.legacy-content) .lib-feature b{ display: block; font-size: 15px; margin-bottom: 6px; letter-spacing: -.2px; }
:where(.legacy-content) .lib-feature span{ color: #4b5a6f; font-size: 13.5px; font-weight: 500; line-height: 1.75; }
:where(.legacy-content) .lib-dl-list{ display: grid; gap: 12px; }
:where(.legacy-content) .lib-dl-card{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 6px 16px rgba(35, 88, 148, .04);
}
:where(.legacy-content) .lib-dl-card:hover{ border-color: #b9d3f7; }
:where(.legacy-content) .lib-dl-main{ min-width: 0; }
:where(.legacy-content) .lib-dl-card h3{ margin: 0 0 8px; font-size: 15.5px; line-height: 1.45; letter-spacing: -.25px; }
:where(.legacy-content) .lib-dl-chips{ display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
:where(.legacy-content) .lib-dl-chips span{
  font-size: 11.5px;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 6px;
  background: #eef3fa;
  color: #5b6b81;
}
:where(.legacy-content) .lib-dl-chips span.os{ background: #eaf2ff; color: #0345c4; }
:where(.legacy-content) .lib-dl-card p{ margin: 0; color: #4b5a6f; font-size: 13.5px; font-weight: 500; line-height: 1.8; overflow-wrap: anywhere; }
:where(.legacy-content) .lib-dl-inc{ margin: 10px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
:where(.legacy-content) .lib-dl-inc li{
  font-size: 12px;
  font-weight: 700;
  color: #46586f;
  background: #f4f8fd;
  border: 1px solid #e2ecf8;
  border-radius: 6px;
  padding: 3px 9px;
}
:where(.legacy-content) .lib-dl-act{ display: grid; gap: 6px; align-content: start; }
:where(.legacy-content) .lib-video-long{ margin: 10px 0 0; color: #4b5a6f; font-size: 13.5px; font-weight: 500; line-height: 1.8; }
:where(.legacy-content) .lib-video-steps{ margin: 12px 0 0; padding: 0 0 0 4px; list-style: none; counter-reset: vstep; display: grid; gap: 7px; }
:where(.legacy-content) .lib-video-steps li{
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 9px;
  align-items: start;
  font-size: 13px;
  color: #46586f;
  font-weight: 500;
  line-height: 1.65;
}
:where(.legacy-content) .lib-video-steps li::before{
  counter-increment: vstep;
  content: counter(vstep);
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: #eaf2ff;
  color: var(--blue);
  font-size: 11.5px;
  font-weight: 900;
  display: grid;
  place-items: center;
}
:where(.legacy-content) .lib-spec-group{ margin-bottom: 6px; }
:where(.legacy-content) .lib-spec-group th{
  background: #eef4fc !important;
  color: #1c3a6e !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  letter-spacing: -.1px;
}
:where(.legacy-content) .lib-spec-table td:first-child{ width: 34%; color: #5b6b81; font-weight: 700; white-space: normal; }
:where(.legacy-content) .lib-spec-table td:last-child{ color: #17253a; font-weight: 600; }
:where(.legacy-content) .lib-cons-table td:first-child{ font-weight: 800; color: #17253a; }
:where(.legacy-content) .lib-cons-table{ table-layout: fixed; }
:where(.legacy-content) .lib-cons-table th:nth-child(1){ width: 15%; }
:where(.legacy-content) .lib-cons-table th:nth-child(2){ width: 25%; }
:where(.legacy-content) .lib-cons-table th:nth-child(3){ width: 13%; }
:where(.legacy-content) .lib-cons-table th:nth-child(4){ width: 47%; }
:where(.legacy-content) .lib-cons-table{ min-width: 760px; }
:where(.legacy-content) .lib-cons-table code{
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12.5px;
  background: #f2f6fb;
  border: 1px solid #e2ecf8;
  border-radius: 5px;
  padding: 2px 6px;
  color: #0d3a8a;
}
:where(.legacy-content) .lib-man-toc{ margin: 10px 0 0; padding: 0 0 0 18px; }
:where(.legacy-content) .lib-man-toc li{ font-size: 12.5px; color: #5b6b81; font-weight: 600; line-height: 1.7; }
@media  (max-width: 720px) {:where(.legacy-content) .lib-dl-card{ grid-template-columns: 1fr; }
:where(.legacy-content) .lib-dl-act{ grid-auto-flow: column; }
:where(.legacy-content) .lib-overview{ padding: 16px 18px; }
:where(.legacy-content) .lib-overview p{ font-size: 14.5px; }
:where(.legacy-content) .lib-spec-table td:first-child{ width: 40%; }}
:where(.legacy-content) .lib-mfilter{ position: static; top: auto; margin-bottom: 10px; }
:where(.legacy-content) .lib-mresult{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 2px 12px;
  min-height: 22px;
}
:where(.legacy-content) .lib-mresult .lib-count{ font-size: 12.5px; font-weight: 700; color: #7a879a; }
:where(.legacy-content) .lib-model-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
  gap: 10px;
}
:where(.legacy-content) .lib-mcard{
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: border-color .14s ease, box-shadow .14s ease;
}
:where(.legacy-content) .lib-mcard:hover{ border-color: #b9d3f7; box-shadow: 0 6px 18px rgba(23, 37, 58, .07); }
:where(.legacy-content) .lib-mcard.is-own{ background: #fbfdff; }
:where(.legacy-content) .lib-mcard-main{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  flex: 1;
  color: inherit;
}
:where(.legacy-content) .lib-mcard-img{
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
:where(.legacy-content) .lib-mcard-img img{ max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
:where(.legacy-content) .lib-mcard-body{ display: flex; flex-direction: column; gap: 2px; min-width: 0; }
:where(.legacy-content) .lib-mcard-brand{ font-size: 11.5px; font-weight: 800; color: #7a879a; letter-spacing: -.2px; }
:where(.legacy-content) .lib-mcard-body b{ font-size: 14px; font-weight: 800; color: #17253a; line-height: 1.35; }
:where(.legacy-content) .lib-mcard-cat{ font-size: 12px; font-weight: 700; color: #56657c; }
:where(.legacy-content) .lib-mcard-cnt{ font-size: 11.5px; font-weight: 700; color: #98a6b8; }
:where(.legacy-content) .lib-mcard-main:hover b{ color: var(--blue); }
:where(.legacy-content) .lib-mcard-cta{
  display: block;
  border-top: 1px solid var(--line);
  padding: 9px 14px;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--blue);
  text-align: center;
}
:where(.legacy-content) .lib-mcard-cta:hover{ background: var(--soft); }
:where(.legacy-content) .lib-mcard[hidden]{ display: none; }
:where(.legacy-content) .lib-mempty{
  border: 1px dashed var(--line);
  border-radius: 14px;
  padding: 26px 18px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #7a879a;
}
@media  (max-width: 560px) {:where(.legacy-content) .lib-model-grid{ grid-template-columns: 1fr; }}
:where(.legacy-content) .lib-msupport{margin-top:26px;padding-top:22px;border-top:1px dashed #dfe7f3}
:where(.legacy-content) .lib-msupport.is-off .lib-mfam,:where(.legacy-content) .lib-msupport.is-off .lib-mgroups,:where(.legacy-content) .lib-msupport.is-off .lib-more{display:none}
:where(.legacy-content) .lib-msupport-head h3{margin:0 0 6px;font-size:16.5px;letter-spacing:-.4px;color:#1a2b44}
:where(.legacy-content) .lib-msupport-head h3 em{font-style:normal;margin-left:6px;font-size:13.5px;font-weight:800;color:#014cb3}
:where(.legacy-content) .lib-msupport-head p{margin:0 0 14px;font-size:13.8px;line-height:1.7;color:#5f6b7a;font-weight:500}
:where(.legacy-content) .lib-mfam{flex-wrap:wrap}
:where(.legacy-content) .lib-mgroups{display:flex;flex-direction:column;gap:14px;margin-top:12px}
:where(.legacy-content) .lib-mgroup-h{display:flex;align-items:center;gap:7px;margin-bottom:7px;font-size:13px;font-weight:800;color:#2b3c55}
:where(.legacy-content) .lib-mgroup-h span{color:#014cb3}
:where(.legacy-content) .lib-mgroup-h em{font-style:normal;font-size:11.5px;font-weight:700;color:#8a96a6;
  background:#f1f5fb;border-radius:999px;padding:2px 8px}
:where(.legacy-content) .lib-mgroup-list{display:flex;flex-wrap:wrap;gap:6px}
:where(.legacy-content) .lib-mgroup-list span{display:inline-block;padding:5px 10px;border-radius:8px;background:#f5f8fd;
  border:1px solid #e6edf7;color:#4a5768;font-size:12.5px;font-weight:600;line-height:1.35}
:where(.legacy-content) .lib-more{display:block;margin:16px auto 0;padding:11px 22px;border-radius:10px;border:1px solid #dfe7f3;
  background:#fff;color:#2b3c55;font-size:13.5px;font-weight:800;cursor:pointer}
:where(.legacy-content) .lib-more:hover{border-color:#014cb3;color:#014cb3}
:where(.legacy-content) .lib-mnote{margin:12px 0 0;font-size:12.5px;line-height:1.7;color:#8a96a6;font-weight:500}
:where(.legacy-content) .lib-mnote.is-static{margin-top:14px;font-size:11.8px;color:#9aa5b4}
@media  (max-width:640px){:where(.legacy-content) .lib-mgroup-list span{font-size:12px;padding:4px 9px}
:where(.legacy-content) .lib-msupport-head h3{font-size:15.5px}}
:where(.legacy-content) .lib-brand{margin:0 0 30px}
:where(.legacy-content) .lib-brand h3{display:flex;align-items:baseline;gap:9px;margin:0 0 8px;font-size:19px;
  letter-spacing:-.5px;color:#101b2b}
:where(.legacy-content) .lib-brand h3 em{font-style:normal;font-size:12.5px;font-weight:800;color:#6b7789;
  background:#f1f5fb;border-radius:999px;padding:3px 10px}
:where(.legacy-content) .lib-brand.is-front{padding:20px 20px 6px;border:1px solid #d7e4f7;border-radius:16px;
  background:linear-gradient(180deg,#f7fbff 0%,#fff 60%)}
:where(.legacy-content) .lib-brand.is-front h3 em{background:#e4efff;color:#014cb3}
:where(.legacy-content) .lib-brand-lead{margin:0 0 14px;font-size:14.2px;line-height:1.85;color:#4a5768;font-weight:500}
:where(.legacy-content) .lib-brand-more{margin:10px 0 0;font-size:13.5px;font-weight:800}
:where(.legacy-content) .lib-brand-more a{color:#014cb3;text-decoration:none}
:where(.legacy-content) .lib-brand-more a:hover{text-decoration:underline}
:where(.legacy-content) .lib-mcard-sum{display:block;margin-top:3px;font-size:12.5px;line-height:1.6;color:#6b7789;font-weight:500}
:where(.legacy-content) .lib-mgroup-note{margin:0 0 8px;font-size:12.5px;line-height:1.7;color:#8a96a6;font-weight:500}
:where(.legacy-content) .lib-msupport h3{margin:0 0 8px;font-size:18px;letter-spacing:-.5px;color:#101b2b}
:where(.legacy-content) .lib-msupport h3 em{font-style:normal;margin-left:7px;font-size:13px;font-weight:800;color:#014cb3}
:where(.legacy-content) .lib-msupport > p{margin:0 0 18px;font-size:14px;line-height:1.85;color:#4a5768;font-weight:500}
:where(.legacy-content) .lib-msupport > p a{color:#014cb3;font-weight:800;text-decoration:none}
@media  (max-width:640px){:where(.legacy-content) .lib-brand.is-front{padding:16px 14px 4px}
:where(.legacy-content) .lib-brand h3{font-size:17px}
:where(.legacy-content) .lib-brand-lead{font-size:13.6px}}
:where(.legacy-content) .q-extra .q-company-row{margin:0 0 12px}
:where(.legacy-content) .q-company{width:100%;box-sizing:border-box;height:44px;padding:0 14px;border:1px solid #dfe7f3;
  border-radius:11px;background:#fff;font-size:14.5px;font-weight:600;color:#101b2b;
  font-family:inherit;letter-spacing:-.2px}
:where(.legacy-content) .q-company::placeholder{color:#9aa5b4;font-weight:500;font-size:13.5px}
:where(.legacy-content) .q-company:focus{outline:none;border-color:#0345c4;box-shadow:0 0 0 3px rgba(3,69,196,.12)}
:where(.legacy-content) .refurb-store-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media  (max-width: 1024px) {:where(.legacy-content) .refurb-store-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}
@media  (max-width: 600px) {:where(.legacy-content) .refurb-store-grid{ grid-template-columns: minmax(0, 1fr); }}
:where(.legacy-content) .refurb-store-pager{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  flex-wrap: wrap;
}
:where(.legacy-content) .refurb-store-pager button{
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #dfe6ee;
  border-radius: 6px;
  background: #fff;
  color: #2b3a4a;
  font-size: 13px;
  cursor: pointer;
}
:where(.legacy-content) .refurb-store-pager button:hover{ border-color: #b9c6d6; }
:where(.legacy-content) .refurb-store-pager button[aria-current="page"]{
  background: #2b3a4a;
  border-color: #2b3a4a;
  color: #fff;
  font-weight: 600;
}
:where(.legacy-content) .refurb-store-pager button[disabled]{ opacity: .45; cursor: default; }
:where(.legacy-content) img[data-device-fit]{
  box-sizing: border-box !important;
  padding: 0 !important;
  border: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  transform-box: border-box !important;
  transform-origin: 50% 50% !important;
  translate: none !important;
  rotate: none !important;
  scale: none !important;
  transform: translate(var(--device-fit-x, 0px), var(--device-fit-y, 0px)) scale(var(--device-fit-scale, 1)) !important;
  clip-path: inset(var(--device-fit-clip-top, 0px) var(--device-fit-clip-right, 0px) var(--device-fit-clip-bottom, 0px) var(--device-fit-clip-left, 0px)) !important;
  transition: none !important;
}
:where(.legacy-content) img[data-device-fit="product"]{ width: 84px !important; height: 108px !important; }
:where(.legacy-content) img[data-device-fit="refurb"]{ width: 132px !important; height: 132px !important; }
:where(.legacy-content) img[data-device-fit="catalog"],:where(.legacy-content) img[data-device-fit="summary"]{ width: 100% !important; height: 180px !important; }
:where(.legacy-content) img[data-device-fit="hero"]{ width: 92% !important; height: 252px !important; }
:where(.legacy-content) img[data-device-fit="modal"]{ width: 128px !important; height: 138px !important; }
:where(.legacy-content) img[data-device-fit="proposal"]{ width: 100% !important; height: 184px !important; }
:where(.legacy-content) img[data-device-fit="choice"]{ width: 150px !important; height: 204px !important; }
:where(.legacy-content) img[data-device-fit="nav"]{ width: 54px !important; height: 65px !important; }
:where(.legacy-content) .proposal-nav-column img[data-device-fit="nav"]{ width: 40px !important; height: 53px !important; }
:where(.legacy-content) img[data-device-fit="detail"]{ width: 100% !important; height: 360px !important; }
:where(.legacy-content) img[data-device-fit="detail-offer"]{ width: 92% !important; height: 300px !important; }
:where(.legacy-content) img[data-device-fit="detail-next"]{ width: 100% !important; height: 110px !important; }
@media  (max-width: 1050px) {:where(.legacy-content) img[data-device-fit="choice"]{ width: 120px !important; height: 190px !important; }}
@media  (max-width: 1024px) {:where(.legacy-content) img[data-device-fit="product"]{ width: 88px !important; height: 88px !important; }
:where(.legacy-content) img[data-device-fit="refurb"]{ width: 120px !important; height: 120px !important; }
:where(.legacy-content) img[data-device-fit="modal"]{ width: 92px !important; height: 100px !important; }
:where(.legacy-content) img[data-device-fit="detail"]{ height: 240px !important; }
:where(.legacy-content) img[data-device-fit="detail-offer"]{ height: 220px !important; }}
@media  (max-width: 720px) {:where(.legacy-content) img[data-device-fit="catalog"],:where(.legacy-content) img[data-device-fit="summary"]{ height: 100px !important; }}
@media  (max-width: 700px) {:where(.legacy-content) img[data-device-fit="proposal"]{ height: 145px !important; }
:where(.legacy-content) img[data-device-fit="choice"]{ width: 115px !important; height: 175px !important; }}
@media  (max-width: 380px) {:where(.legacy-content) img[data-device-fit="choice"]{ width: 95px !important; }}
:where(.legacy-content) .lib-swap{ margin-top: 4px; }
:where(.legacy-content) .lib-swap-card{
  border: 1px solid #d9e6fb;
  border-left: 5px solid var(--blue, #0c4ac0);
  border-radius: 18px;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 62%);
  padding: 26px 28px 24px;
  box-shadow: 0 14px 30px rgba(35, 88, 148, .08);
}
:where(.legacy-content) .lib-swap-kicker{
  display: inline-flex; align-items: center; height: 26px; padding: 0 11px;
  background: #eaf2ff; color: #0345c4; border-radius: 999px;
  font-size: 12px; font-weight: 900; letter-spacing: -.2px;
}
:where(.legacy-content) .lib-swap-card h2{ margin: 12px 0 8px; font-size: 22px; letter-spacing: -.5px; line-height: 1.4; }
:where(.legacy-content) .lib-swap-card > p{ color: #4a5870; font-size: 14.5px; font-weight: 500; line-height: 1.7; margin: 0 0 16px; }
:where(.legacy-content) .lib-swap-symptoms{ list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 8px; }
:where(.legacy-content) .lib-swap-symptoms li{
  position: relative; padding: 10px 12px 10px 34px;
  background: #fff; border: 1px solid #e6edf6; border-radius: 12px;
  color: #23324c; font-size: 14px; font-weight: 700; line-height: 1.6;
}
:where(.legacy-content) .lib-swap-symptoms li::before{
  content: ""; position: absolute; left: 13px; top: 17px;
  width: 8px; height: 8px; border-radius: 50%; background: #f0a020;
}
:where(.legacy-content) .lib-swap-symptoms li em{
  display: block; margin-top: 4px; font-style: normal;
  color: #6c7b93; font-size: 12.5px; font-weight: 600; line-height: 1.6;
}
:where(.legacy-content) .lib-swap-body{ border-top: 1px dashed #d9e6fb; padding-top: 16px; margin-bottom: 18px; }
:where(.legacy-content) .lib-swap-body > b{ display: block; font-size: 15.5px; color: #12253f; margin-bottom: 10px; }
:where(.legacy-content) .lib-swap-body ol{ margin: 0 0 12px; padding-left: 20px; display: grid; gap: 6px; }
:where(.legacy-content) .lib-swap-body ol li{ color: #3c4c66; font-size: 14px; font-weight: 600; line-height: 1.65; }
:where(.legacy-content) .lib-swap-body .lib-swap-note{ margin: 0; font-size: 13px; color: #6c7b93; font-weight: 500; line-height: 1.7; }
:where(.legacy-content) .lib-swap-note a{ color: #0c4ac0; font-weight: 800; text-decoration: underline; }
:where(.legacy-content) .lib-swap-ctas{ display: flex; flex-wrap: wrap; gap: 10px; }
:where(.legacy-content) .lib-swap-ctas a{
  height: 50px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 20px; border-radius: 12px; font-size: 15px; font-weight: 900;
  letter-spacing: -.2px; white-space: nowrap;
}
:where(.legacy-content) .lib-swap-ctas .sw-call{ background: var(--cta-blue, #0c4ac0); color: #fff; flex: 1 1 210px; }
:where(.legacy-content) .lib-swap-ctas .sw-kakao{ background: #fae100; color: #191600; flex: 1 1 160px; }
:where(.legacy-content) .lib-swap-ctas .sw-quote{ background: #fff; color: #0c4ac0; border: 1.5px solid #b9d3f7; flex: 1 1 160px; }
:where(.legacy-content) .lib-swap-ctas a:hover{ filter: brightness(.96); }
@media  (max-width: 720px) {:where(.legacy-content) .lib-swap-card{ padding: 20px 18px 18px; border-radius: 14px; }
:where(.legacy-content) .lib-swap-card h2{ font-size: 19px; }
:where(.legacy-content) .lib-swap-ctas a{ flex: 1 1 100%; }}
:where(.legacy-content) .lib-dl-toast.on{ pointer-events: auto; }
:where(.legacy-content) .lib-dl-toast > div{ min-width: 0; }
:where(.legacy-content) .lib-dl-toast .lib-swap-jump{
  display: block; margin-top: 8px; padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  color: #ffd964; font-weight: 800; font-size: 13px; line-height: 1.5;
  text-decoration: none; white-space: normal;
}
:where(.legacy-content) .lib-dl-toast .lib-swap-jump:hover{ text-decoration: underline; }
@media  (max-width: 720px) {:where(.legacy-content) .lib-dl-toast{
    left: 12px; right: 12px; bottom: 92px; max-width: none;
    transform: translateY(16px); z-index: 95; align-items: flex-start;
  }
:where(.legacy-content) .lib-dl-toast.on{ transform: translateY(0); }
:where(.legacy-content) .lib-dl-toast svg{ margin-top: 2px; }}
@media  (min-width: 1181px) and (max-width: 1439px) {:where(.legacy-content) .site-header{ gap: 14px; padding: 0 18px; }
:where(.legacy-content) .desktop-nav{ gap: clamp(8px, 1.2vw, 18px); font-size: 15px; }
:where(.legacy-content) .brand-logo{ height: 40px; }
:where(.legacy-content) .brand-main{ font-size: 20px; }
:where(.legacy-content) .brand-sub{ font-size: 11px; }
:where(.legacy-content) .header-actions{ gap: 12px; }
:where(.legacy-content) .phone strong{ font-size: 22px; }
:where(.legacy-content) .phone-ico{ width: 22px; height: 22px; }}
:where(.legacy-content) .proposal-catalog-main{ max-width: 1232px; margin: 0 auto; padding: 28px 28px 100px; }
:where(.legacy-content) .pc-breadcrumb{ display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 12px; }
:where(.legacy-content) .pc-breadcrumb a:hover{ color: var(--blue); text-decoration: underline; }
:where(.legacy-content) .pc-breadcrumb span[aria-current]{ color: var(--navy); font-weight: 700; }
:where(.legacy-content) .pc-hero{ display: flex; justify-content: space-between; gap: 28px; align-items: center; padding: 40px 0 30px; }
:where(.legacy-content) .pc-kicker{ display: block; margin-bottom: 10px; color: var(--blue); font-size: 12px; letter-spacing: .11em; font-weight: 800; }
:where(.legacy-content) .pc-hero h1{ margin: 0; color: var(--navy); font-size: clamp(30px,3.5vw,43px); line-height: 1.32; font-weight: 900; letter-spacing: -.045em; }
:where(.legacy-content) .pc-hero p{ max-width: 655px; margin: 17px 0 0; color: var(--muted); font-size: 15px; line-height: 1.85; word-break: keep-all; }
:where(.legacy-content) .pc-hero-meta{ border-left: 2px solid var(--line); padding-left: 20px; flex: 0 0 210px; }
:where(.legacy-content) .pc-hero-meta strong{ display: block; color: var(--navy); font-size: 14px; }
:where(.legacy-content) .pc-hero-meta span{ display: block; margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.8; }
:where(.legacy-content) .pc-choice-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 8px 0 26px; }
:where(.legacy-content) .pc-choice{
  position: relative; display: grid; grid-template-columns: minmax(0,1fr) 150px; align-items: center;
  min-height: 285px; gap: 18px; padding: 31px; border: 1px solid var(--line); border-radius: 18px;
  background: #fff; overflow: hidden; transition: border-color .18s ease, box-shadow .18s ease;
}
:where(.legacy-content) .pc-choice:hover{ border-color: var(--blue); box-shadow: 0 10px 25px rgba(19,60,117,.09); }
:where(.legacy-content) .pc-choice small{ display: block; color: var(--blue); font-size: 11px; letter-spacing: .08em; font-weight: 800; }
:where(.legacy-content) .pc-choice h2{ margin: 12px 0 10px; color: var(--navy); font-size: 30px; line-height: 1.3; font-weight: 900; }
:where(.legacy-content) .pc-choice p{ max-width: 250px; color: var(--muted); font-size: 13px; line-height: 1.85; word-break: keep-all; }
:where(.legacy-content) .pc-choice img{ width: 100%; height: 204px; object-fit: contain; }
:where(.legacy-content) .pc-choice-image img{ mix-blend-mode: multiply; }
:where(.legacy-content) .pc-choice-image{ display: grid; place-items: center; width: 150px; height: 210px; }
:where(.legacy-content) .pc-choice-image.refurb-store-image{ margin: 0; background: transparent; border: 0; }
:where(.legacy-content) .pc-choice-image.refurb-store-image img{ width: 150px; height: 150px; }
:where(.legacy-content) .pc-choice .pc-choice-link{ display: inline-flex; gap: 15px; margin-top: 16px; font-size: 13px; color: var(--blue); font-weight: 800; }
:where(.legacy-content) .pc-choice--refurb{ background: var(--soft); }
:where(.legacy-content) .pc-choice--refurb small{ color: var(--green); }
:where(.legacy-content) .pc-guide{ margin: 25px 0 0; padding: 23px 26px; display: flex; align-items: center; gap: 25px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
:where(.legacy-content) .pc-guide strong{ color: var(--navy); font-size: 15px; white-space: nowrap; }
:where(.legacy-content) .pc-guide p{ flex: 1; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
:where(.legacy-content) .pc-guide a{ font-size: 13px; color: var(--green); font-weight: 800; white-space: nowrap; }
:where(.legacy-content) .pc-tabs{ display: flex; flex-wrap: wrap; gap: 0; margin: 8px 0 28px; border-bottom: 1px solid var(--line); }
:where(.legacy-content) .pc-tabs a{ min-width: 126px; padding: 15px 20px; font-size: 15px; font-weight: 800; text-align: center; color: var(--muted); border-bottom: 3px solid transparent; }
:where(.legacy-content) .pc-tabs a[aria-current=page]{ color: var(--blue); border-color: var(--blue); }
:where(.legacy-content) .pc-tabs a:hover{ color: var(--blue); background: var(--soft); }
:where(.legacy-content) .pc-mode-switch{ display: flex; align-items: center; gap: 8px; margin-bottom: 5px; }
:where(.legacy-content) .pc-mode-switch a{ min-width: 72px; text-align: center; padding: 7px 15px; border: 1px solid var(--line); border-radius: 6px; font-size: 13px; color: var(--muted); }
:where(.legacy-content) .pc-mode-switch a[aria-current=page]{ color: #fff; border-color: var(--blue); background: var(--blue); font-weight: 800; }
:where(.legacy-content) .pc-catalog-toolbar{ display: flex; justify-content: space-between; gap: 16px; align-items: center; margin: 0 0 20px; }
:where(.legacy-content) .pc-filters{ display: flex; flex-wrap: wrap; gap: 6px; }
:where(.legacy-content) .pc-filters button{ border: 1px solid var(--line); border-radius: 6px; padding: 9px 13px; background: #fff; color: var(--muted); font-size: 12px; font-weight: 700; cursor: pointer; }
:where(.legacy-content) .pc-filters button[aria-pressed=true]{ background: var(--navy); color: #fff; border-color: var(--navy); }
:where(.legacy-content) .pc-search{ display: flex; gap: 8px; align-items: center; min-width: 220px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
:where(.legacy-content) .pc-search svg{ width: 17px; height: 17px; color: var(--muted); flex-shrink: 0; }
:where(.legacy-content) .pc-search input{ min-width: 0; width: 100%; border: 0; outline: 0; color: var(--ink); font: inherit; font-size: 12px; background: transparent; }
:where(.legacy-content) .pc-search:focus-within{ outline: 2px solid var(--blue); outline-offset: 2px; }
:where(.legacy-content) .pc-sr-only{ position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
:where(.legacy-content) .pc-result-line{ display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 15px; color: var(--muted); font-size: 12px; }
:where(.legacy-content) .pc-result-line strong{ color: var(--ink); font-size: 14px; }
:where(.legacy-content) .pc-card-grid{ display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
:where(.legacy-content) .pc-card{ display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: 14px; background: #fff; overflow: hidden; }
:where(.legacy-content) .pc-card-image{ display: flex; position: relative; align-items: center; justify-content: center; height: 227px; padding: 20px 22px 12px; background: #fff; }
:where(.legacy-content) .pc-card-image img{ display: block; width: 100%; height: 184px; object-fit: contain; }
:where(.legacy-content) .pc-card-image.refurb-store-image{ margin: 0; border: 0; }
:where(.legacy-content) .pc-card-image.refurb-store-image img{ width: 184px; height: 184px; filter: none; }
:where(.legacy-content) .pc-card-badge{ position: absolute; top: 14px; left: 16px; padding: 4px 8px; background: var(--soft); color: var(--blue); font-size: 10px; font-weight: 800; border-radius: 5px; }
:where(.legacy-content) .pc-card-content{ display: flex; flex-direction: column; flex: 1; padding: 19px 23px 23px; border-top: 1px solid var(--line); }
:where(.legacy-content) .pc-category{ color: var(--muted); font-size: 11px; }
:where(.legacy-content) .pc-card h3{ margin: 7px 0 0; color: var(--navy); font-size: 20px; line-height: 1.4; font-weight: 900; letter-spacing: -.03em; }
:where(.legacy-content) .pc-card-speed{ min-height: 37px; margin: 9px 0 14px; color: var(--muted); font-size: 12px; line-height: 1.55; word-break: keep-all; }
:where(.legacy-content) .pc-price{ padding-bottom: 15px; border-bottom: 1px solid var(--line); }
:where(.legacy-content) .pc-price small{ display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; }
:where(.legacy-content) .pc-price strong{ color: var(--blue); font-size: 23px; line-height: 1.35; font-weight: 900; letter-spacing: -.035em; }
:where(.legacy-content) .pc-card dl{ display: grid; gap: 9px; margin: 14px 0 21px; font-size: 11px; line-height: 1.65; }
:where(.legacy-content) .pc-card dl > div{ display: grid; grid-template-columns: 63px minmax(0,1fr); gap: 7px; }
:where(.legacy-content) .pc-card dt{ color: var(--muted); }
:where(.legacy-content) .pc-card dd{ margin: 0; color: var(--ink); text-align: right; font-weight: 600; }
:where(.legacy-content) .pc-card-actions{ margin-top: auto; display: flex; gap: 7px; }
:where(.legacy-content) .pc-card-actions a{ flex: 1; padding: 11px 8px; border: 1px solid var(--line); border-radius: 7px; color: var(--navy); font-size: 11px; font-weight: 800; text-align: center; }
:where(.legacy-content) .pc-card-actions a:last-child{ color: #fff; border-color: var(--blue); background: var(--blue); }
:where(.legacy-content) .pc-card-actions a:hover{ border-color: var(--blue); }
:where(.legacy-content) .pc-card-actions a:last-child:hover{ background: var(--blue-deep); }
:where(.legacy-content) .pc-brand-group{ margin: 0 0 35px; }
:where(.legacy-content) .pc-brand-heading{ display: flex; align-items: center; gap: 11px; margin: 26px 0 14px; }
:where(.legacy-content) .pc-brand-heading h2{ margin: 0; color: var(--navy); font-size: 22px; font-weight: 900; }
:where(.legacy-content) .pc-brand-heading span{ color: var(--muted); font-size: 12px; }
:where(.legacy-content) .pc-refurb-note{ margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
:where(.legacy-content) .pc-empty{ padding: 46px 24px; border: 1px solid var(--line); border-radius: 12px; background: #fff; text-align: center; }
:where(.legacy-content) .pc-empty p{ color: var(--muted); font-size: 14px; }
:where(.legacy-content) .pc-empty button{ border: 1px solid var(--blue); background: #fff; color: var(--blue); border-radius: 6px; padding: 10px 14px; cursor: pointer; }
:where(.legacy-content) .proposal-catalog-main :is(a,button):focus-visible{ outline: 3px solid var(--blue); outline-offset: 4px; }
@media  (max-width: 1050px) {:where(.legacy-content) .pc-card-grid{ grid-template-columns: repeat(2,minmax(0,1fr)); }
:where(.legacy-content) .pc-choice{ grid-template-columns: minmax(0,1fr) 120px; padding: 26px; }
:where(.legacy-content) .pc-choice img{ height: 190px; }
:where(.legacy-content) .pc-choice-image{ width: 120px; }
:where(.legacy-content) .pc-choice-image.refurb-store-image img{ width: 120px; height: 120px; }
:where(.legacy-content) .pc-guide{ flex-wrap: wrap; gap: 10px 20px; }
:where(.legacy-content) .pc-guide p{ flex-basis: 60%; }}
@media  (max-width: 700px) {:where(.legacy-content) .proposal-catalog-main{ padding: 21px 18px 125px; }
:where(.legacy-content) .pc-breadcrumb{ gap: 6px; font-size: 10px; }
:where(.legacy-content) .pc-hero{ padding: 29px 0 22px; }
:where(.legacy-content) .pc-hero h1{ font-size: 30px; }
:where(.legacy-content) .pc-hero p{ margin-top: 13px; font-size: 13px; }
:where(.legacy-content) .pc-hero-meta{ display: none; }
:where(.legacy-content) .pc-choice-grid{ grid-template-columns: 1fr; gap: 13px; }
:where(.legacy-content) .pc-choice{ min-height: 224px; grid-template-columns: minmax(0,1fr) 115px; gap: 10px; padding: 25px 22px; }
:where(.legacy-content) .pc-choice h2{ font-size: 25px; margin: 9px 0; }
:where(.legacy-content) .pc-choice p{ font-size: 12px; }
:where(.legacy-content) .pc-choice img{ height: 175px; }
:where(.legacy-content) .pc-choice-image{ width: 115px; height: 180px; }
:where(.legacy-content) .pc-choice-image.refurb-store-image img{ width: 115px; height: 115px; }
:where(.legacy-content) .pc-choice .pc-choice-link{ margin-top: 10px; font-size: 12px; }
:where(.legacy-content) .pc-guide{ padding: 19px; display: block; }
:where(.legacy-content) .pc-guide p{ margin: 8px 0 11px; font-size: 12px; }
:where(.legacy-content) .pc-tabs{ margin-bottom: 20px; }
:where(.legacy-content) .pc-tabs a{ min-width: 50%; padding: 13px 10px; font-size: 14px; }
:where(.legacy-content) .pc-catalog-toolbar{ align-items: stretch; flex-direction: column-reverse; gap: 12px; }
:where(.legacy-content) .pc-search{ min-width: 0; }
:where(.legacy-content) .pc-search input{ font-size: 16px; }
:where(.legacy-content) .pc-filters{ gap: 5px; }
:where(.legacy-content) .pc-filters button{ padding: 8px 10px; font-size: 11px; }
:where(.legacy-content) .pc-result-line{ font-size: 10px; gap: 10px; align-items: center; }
:where(.legacy-content) .pc-result-line span{ max-width: 200px; text-align: right; }
:where(.legacy-content) .pc-card-grid{ gap: 13px; }
:where(.legacy-content) .pc-card-image{ height: 177px; padding: 23px 10px 8px; }
:where(.legacy-content) .pc-card-image img{ height: 145px; }
:where(.legacy-content) .pc-card-image.refurb-store-image img{ width: 145px; height: 145px; }
:where(.legacy-content) .pc-card-badge{ left: 11px; top: 10px; font-size: 9px; }
:where(.legacy-content) .pc-card-content{ padding: 14px 13px 16px; }
:where(.legacy-content) .pc-card h3{ font-size: 16px; }
:where(.legacy-content) .pc-category{ font-size: 9px; }
:where(.legacy-content) .pc-card-speed{ font-size: 10px; min-height: 31px; margin: 7px 0 11px; }
:where(.legacy-content) .pc-price strong{ font-size: 18px; }
:where(.legacy-content) .pc-price small{ font-size: 9px; }
:where(.legacy-content) .pc-card dl{ font-size: 10px; gap: 8px; }
:where(.legacy-content) .pc-card dl > div{ display: block; }
:where(.legacy-content) .pc-card dd{ text-align: left; margin-top: 2px; }
:where(.legacy-content) .pc-card-actions{ flex-direction: column; }
:where(.legacy-content) .pc-card-actions a{ font-size: 10px; padding: 9px 6px; }
:where(.legacy-content) .pc-brand-heading h2{ font-size: 19px; }
:where(.legacy-content) .pc-brand-heading span{ font-size: 10px; }}
@media  (max-width: 380px) {:where(.legacy-content) .pc-choice{ grid-template-columns: minmax(0,1fr) 95px; padding: 21px 18px; }
:where(.legacy-content) .pc-choice-image{ width: 95px; }
:where(.legacy-content) .pc-choice-image.refurb-store-image img{ width: 95px; height: 95px; }
:where(.legacy-content) .pc-card-grid{ gap: 9px; }
:where(.legacy-content) .pc-card-content{ padding: 12px 10px; }
:where(.legacy-content) .pc-card h3{ font-size: 14px; }
:where(.legacy-content) .pc-price strong{ font-size: 16px; }}
@media  (prefers-reduced-motion: reduce) {:where(.legacy-content) .pc-choice{ transition: none; }}
:where(.legacy-content) .pd-next{margin:18px 0}
:where(.legacy-content) .pd-next h2{font-size:17px;margin:0 0 4px}
:where(.legacy-content) .pd-next .sub{font-size:13px;color:#6b7280;margin:0 0 12px}
:where(.legacy-content) .pd-next-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
:where(.legacy-content) .pd-next-grid a{display:block;border:1px solid #e5e7eb;border-radius:12px;padding:12px;text-decoration:none;color:#111827;background:#fff;transition:border-color .15s}
:where(.legacy-content) .pd-next-grid a:hover{border-color:#1d4ed8}
:where(.legacy-content) .pd-next-grid .why{display:inline-block;font-size:11px;font-weight:700;color:#1d4ed8;background:#eff6ff;border-radius:999px;padding:3px 9px;margin-bottom:8px}
:where(.legacy-content) .pd-next-grid img{width:100%;height:110px;object-fit:contain;display:block;margin-bottom:8px}
:where(.legacy-content) .pd-next-grid b{display:block;font-size:14px;margin-bottom:3px}
:where(.legacy-content) .pd-next-grid .pr{font-size:13px;color:#374151}
:where(.legacy-content) .pd-next-foot{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:12px;font-size:13px}
@media  (max-width:768px){:where(.legacy-content) .pd-next-grid{grid-template-columns:1fr 1fr}
:where(.legacy-content) .pd-next-grid a:nth-child(3){grid-column:1/-1}}
:where(.legacy-content) .pd-fit{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:14px 16px;margin:14px 0}
:where(.legacy-content) .pd-fit b{color:#1d4ed8}
:where(.legacy-content) .pd-fit ul{margin:8px 0 0;padding-left:18px}
:where(.legacy-content) .pd-fit li{margin:3px 0}
:where(.legacy-content) .pd-compare{margin:14px 0}
:where(.legacy-content) .pd-compare table{width:100%;border-collapse:collapse;font-size:13px}
:where(.legacy-content) .pd-compare th,:where(.legacy-content) .pd-compare td{border:1px solid #e5e7eb;padding:7px 9px;text-align:left}
:where(.legacy-content) .pd-compare th{background:#f8fafc}
:where(.legacy-content) .pd-compare .me{background:#f0fdf4;font-weight:700}
:where(.legacy-content) .pd-midcta{background:linear-gradient(90deg,#1d4ed8,#2563eb);border-radius:12px;padding:16px;margin:14px 0;text-align:center}
:where(.legacy-content) .pd-midcta a{display:inline-block;background:#fff;color:#1d4ed8;font-weight:700;border-radius:8px;padding:10px 18px;text-decoration:none;margin:4px}
:where(.legacy-content) .pd-midcta .t{color:#fff;font-size:15px;margin:0 0 8px;font-weight:700}
:where(.legacy-content) .pd-vat{font-size:12px;color:#6b7280;font-weight:400}
:where(.legacy-content) .pd-story-caption{font-size:13px;color:#374151;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:8px 12px;margin:6px 0 14px}
:where(.legacy-content) .pd-region-note{background:#f0fdf4;border:1px solid #86efac;border-radius:8px;padding:8px 12px;margin:8px 0;font-size:13px;display:none}
:where(.legacy-content) #pd-sticky{display:none}
@media  (max-width:768px){:where(.legacy-content) #pd-sticky{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:80;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -4px 14px rgba(0,0,0,.08)}
:where(.legacy-content) #pd-sticky a{flex:1;text-align:center;padding:12px 4px;font-size:13px;font-weight:700;text-decoration:none;color:#111827}
:where(.legacy-content) #pd-sticky a.q{background:#1d4ed8;color:#fff}
:where(.legacy-content){padding-bottom:52px}}

.legacy-content .pg-link-btn,.legacy-content .pg-link-btn:visited,.legacy-content .pg-link-btn:hover{background:#285be3!important;color:#fff!important;border-color:#285be3!important}

.seo-access-links{max-width:1180px;margin:0 auto;padding:36px 24px 28px;border-bottom:1px solid #dfe7f0}.seo-access-links h2{font-size:15px;color:#344663;margin-bottom:15px}.seo-access-links nav{display:flex;flex-wrap:wrap;gap:10px 22px}.seo-access-links a{font-size:12px;color:#66768c}.seo-access-links a:hover{color:#285be3;text-decoration:underline}.seo-source-info{font-size:11px;line-height:1.8;color:#768296;margin:14px 0 0}
.legacy-content{--blue:#285be3;--ink:#14233b;--muted:#66768c;--line:#e1e7f0;--soft:#f6f8fc;font-family:inherit!important;color:var(--ink);background:#fff;line-height:1.8;overflow-wrap:anywhere;max-width:100%;min-width:0}
.legacy-content *, .legacy-content *:before,.legacy-content *:after{box-sizing:border-box}
.legacy-content a{color:#285be3}.legacy-content img{max-width:100%;height:auto;object-fit:contain}.legacy-content button,.legacy-content input,.legacy-content select{font:inherit}
.legacy-content .page-head{background:#f4f7fc;padding:58px max(24px,calc((100vw - 1180px)/2));margin:0;border-radius:0}
.legacy-content .page-head h1{font-size:clamp(28px,3vw,40px);color:#14233b;line-height:1.4;margin:12px 0}.legacy-content .page-head p{color:#66768c;max-width:900px}
.legacy-content .page-body{max-width:1180px;margin:0 auto;padding:48px 24px}.legacy-content .section,.legacy-content section{scroll-margin-top:100px}
.legacy-content table{max-width:100%;border-collapse:collapse}.legacy-content td,.legacy-content th{overflow-wrap:anywhere}.legacy-content iframe{max-width:100%}
.legacy-content .pc-hero{background:#f4f7fc}.legacy-content .card,.legacy-content .seo-card{box-shadow:none;border:1px solid #e1e7f0;border-radius:16px}
.legacy-addendum{border-top:1px solid #e1e7f0;padding:64px 0;margin-top:32px;background:#fbfcfe}.legacy-addendum-title{max-width:1180px;margin:0 auto 32px;padding:0 24px;font-size:27px;line-height:1.4}
.legacy-addendum>.page-body{padding-top:0}.legacy-addendum .hero{background:none;min-height:0;padding:24px}.legacy-addendum .hero h2{font-size:30px}
.legacy-addendum>.service-strip,.legacy-addendum>.products,.legacy-addendum>.industry,.legacy-addendum>.price-table,.legacy-addendum>.refurb-store,.legacy-addendum>.seo-guide-home,.legacy-addendum>.faq-home{max-width:1180px;margin:28px auto;padding:26px 24px;background:#fff;border:1px solid #e1e7f0;border-radius:18px}
.legacy-content .pd-next-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.legacy-content .pd-next-grid a{border-radius:16px;padding:18px;border-color:#e1e7f0;background:#fff}.legacy-content .pd-next-grid img{height:160px;max-height:220px;width:100%;object-fit:contain}.legacy-content .pd-next-grid b{font-size:15px;color:#14233b}.legacy-content .pd-next-grid .why{background:#eef3ff;color:#285be3}
.legacy-content details{background:#fff}.legacy-content summary{cursor:pointer}.legacy-content .seo-table-wrap,.legacy-content .table-wrap{overflow:auto}.legacy-content .cta-band{border-radius:16px;background:#edf3ff;color:#14233b;padding:32px}
@media(max-width:700px){.legacy-content .page-head{padding:38px 20px}.legacy-content .page-body{padding:28px 20px}.legacy-content h2{font-size:23px}.legacy-content h3{font-size:18px}.legacy-addendum{padding:40px 0}.legacy-addendum-title{font-size:23px;padding:0 20px}.legacy-addendum>.service-strip,.legacy-addendum>.products,.legacy-addendum>.industry,.legacy-addendum>.price-table,.legacy-addendum>.refurb-store,.legacy-addendum>.seo-guide-home,.legacy-addendum>.faq-home{margin:20px 12px;padding:20px 16px}.legacy-content .pc-guide{margin:20px}.legacy-content .page-body>section{max-width:100%}}
