:root {
  --bike-ink: #172026;
  --bike-muted: #52616a;
  --bike-line: #d9e1e5;
  --bike-soft: #f5f7f8;
  --bike-panel: #ffffff;
  --bike-accent: #176b5b;
  --bike-accent-dark: #0f5144;
  --bike-focus: #0c5d9a;
}

.bike-content-canary .site-content,
.bike-content-canary .content-area,
.bike-content-canary main,
.bike-content-canary article {
  min-width: 0;
}

.bike-content-canary .site-content {
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 34px);
}

.bike-content-canary .content-area,
.bike-content-canary .site-main {
  width: 100% !important;
  max-width: 100% !important;
}

.bike-content-canary #secondary,
.bike-content-canary .sidebar,
.bike-content-canary .post-navigation,
.bike-content-canary .related-posts,
.bike-content-canary .comments-area {
  display: none !important;
}

.bike-guide {
  width: min(100%, 820px);
  margin: 0 auto;
  color: var(--bike-ink);
  font-size: 18px;
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.bike-guide * {
  box-sizing: border-box;
}

.bike-guide p,
.bike-guide ul,
.bike-guide ol,
.bike-guide figure,
.bike-guide table,
.bike-guide section,
.bike-guide aside,
.bike-guide nav {
  margin-top: 0;
  margin-bottom: 1.45rem;
}

.bike-guide h2 {
  margin: 3.1rem 0 1.15rem;
  font-size: clamp(1.42rem, 3vw, 1.9rem);
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.bike-guide h3 {
  margin: 2rem 0 0.75rem;
  font-size: clamp(1.13rem, 2.4vw, 1.35rem);
  line-height: 1.45;
}

.bike-guide a {
  text-underline-offset: 0.18em;
}

.bike-guide__eyebrow {
  margin-bottom: 0.75rem !important;
  color: var(--bike-accent-dark);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.bike-guide__lead {
  margin-bottom: 2rem !important;
  color: #26343c;
  font-size: clamp(1.06rem, 2.3vw, 1.24rem);
  line-height: 1.8;
}

.bike-guide__quick-check,
.bike-guide__decision-framework,
.bike-guide__question-list,
.bike-guide__action-context,
.bike-guide__supporting-block,
.bike-guide__notice {
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid var(--bike-line);
  border-radius: 7px;
  background: var(--bike-soft);
}

.bike-guide__quick-check h2,
.bike-guide__decision-framework h2,
.bike-guide__question-list h2,
.bike-guide__action-context h2,
.bike-guide__supporting-block h2 {
  margin-top: 0;
}

.bike-guide__quick-check li,
.bike-guide__question-list li {
  margin-bottom: 0.75rem;
}

.bike-guide__next-step {
  display: grid;
  gap: 12px;
  padding: clamp(18px, 4vw, 26px);
  border: 1px solid #b8d1cb;
  border-radius: 7px;
  background: #eef6f4;
}

.bike-guide__next-step > span {
  color: #33464c;
  font-size: 0.94rem;
  font-weight: 700;
}

.bike-guide__cta {
  position: relative;
  isolation: isolate;
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.9rem 1.15rem;
  border: 2px solid var(--bike-accent);
  border-radius: 5px;
  background: var(--bike-accent);
  color: #fff !important;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  text-decoration: none !important;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  animation: bike-cta-pulse 5.2s ease-in-out infinite;
}

.bike-guide__cta > span {
  position: relative;
  z-index: 2;
}

.bike-guide__cta::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -45%;
  bottom: -45%;
  left: -18%;
  width: 8%;
  background: #fff;
  opacity: 0;
  transform: skewX(-16deg);
  pointer-events: none;
  animation: bike-cta-runner 5.2s ease-in-out infinite;
}

.bike-guide__cta:hover {
  background: var(--bike-accent-dark);
  border-color: var(--bike-accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 0 rgba(15, 81, 68, 0.22);
}

.bike-guide__cta:focus-visible,
.bike-guide a:focus-visible {
  outline: 3px solid var(--bike-focus);
  outline-offset: 4px;
}

.bike-guide__place-card {
  position: relative;
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid var(--bike-line);
  border-radius: 7px;
  background: var(--bike-panel);
  box-shadow: 0 10px 28px rgba(20, 38, 48, 0.06);
}

.bike-guide__place-card h3 {
  margin: 0 0 1rem;
  padding-right: 2.6rem;
}

.bike-guide__number {
  position: absolute;
  top: 18px;
  right: 20px;
  margin: 0 !important;
  color: #789089;
  font-size: 0.82rem;
  font-weight: 800;
}

.bike-guide__facts {
  padding-left: 1.25rem;
}

.bike-guide__verification {
  padding: 14px 16px;
  border-left: 4px solid #88aaa2;
  background: #f7faf9;
  color: #35464d;
  font-size: 0.94rem;
}

.bike-guide__extra-links,
.bike-guide__footer-note {
  padding: 20px;
  border: 1px solid var(--bike-line);
  border-radius: 7px;
  background: #fff;
}

.bike-guide__extra-links h2 {
  margin-top: 0;
}

.bike-guide__extra-links li {
  margin-bottom: 0.8rem;
}

.bike-guide__route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bike-guide__route-grid > a,
.bike-guide__route-card {
  display: grid;
  min-height: 48px;
  align-content: center;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid #b9cbc6;
  border-radius: 6px;
  background: #fff;
  color: var(--bike-accent-dark) !important;
  text-decoration: none !important;
}

.bike-guide__route-card span {
  color: var(--bike-muted);
  font-size: 0.88rem;
}

.bike-guide__table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--bike-line);
  border-radius: 7px;
  background: #fff;
}

.bike-guide table {
  width: 100%;
  min-width: 650px;
  margin: 0;
  border-collapse: collapse;
}

.bike-guide th,
.bike-guide td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--bike-line);
  text-align: left;
  vertical-align: top;
}

.bike-guide thead th {
  background: #edf3f1;
}

.bike-guide__ad {
  min-width: 0;
  margin: 2rem 0;
  overflow: visible;
}

.bike-guide__ad .adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

.bike-guide--policy {
  max-width: 760px;
}

.bike-guide__footer-note {
  margin-top: 3rem;
  color: var(--bike-muted);
  font-size: 0.9rem;
}

.bike-home-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  max-width: 920px;
  margin: 28px auto;
  padding: 20px;
  border-top: 1px solid var(--bike-line);
}

@keyframes bike-cta-runner {
  0%, 18% { left: -18%; opacity: 0; }
  24% { opacity: 0.22; }
  50% { left: 112%; opacity: 0.1; }
  58%, 100% { left: 112%; opacity: 0; }
}

@keyframes bike-cta-pulse {
  0%, 14%, 55%, 100% { box-shadow: 0 0 0 0 rgba(23, 107, 91, 0); }
  24% { box-shadow: 0 0 0 6px rgba(23, 107, 91, 0.13); }
  36% { box-shadow: 0 0 0 2px rgba(23, 107, 91, 0.08); }
}

@media (max-width: 720px) {
  .bike-content-canary .site-content {
    padding-inline: 14px;
  }

  .bike-guide {
    font-size: 16px;
    line-height: 1.72;
  }

  .bike-guide p,
  .bike-guide li {
    max-width: 100%;
  }

  .bike-guide h2 {
    margin-top: 2.45rem;
  }

  .bike-guide__lead {
    font-size: 1.04rem;
  }

  .bike-guide__quick-check,
  .bike-guide__decision-framework,
  .bike-guide__question-list,
  .bike-guide__action-context,
  .bike-guide__supporting-block,
  .bike-guide__place-card,
  .bike-guide__next-step {
    padding: 18px;
  }

  .bike-guide__route-grid {
    grid-template-columns: 1fr;
  }

  .bike-guide__table-wrap::before {
    content: "표를 좌우로 밀어 전체 항목을 확인하세요";
    display: block;
    padding: 10px 12px;
    border-bottom: 1px solid var(--bike-line);
    color: var(--bike-muted);
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bike-guide__cta,
  .bike-guide__cta::after {
    animation: none !important;
    transition: none !important;
  }
}

