.service-section {
  padding: 0 0 80px 0;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 18px;
  text-align: center;
}

.breadcrumb a,
.breadcrumb span {
  font-size: 14px;
  color: #6b7280;
}

.breadcrumb a:hover {
  color: #2563eb;
}

.breadcrumb__sep {
  color: #cbd5e1;
}

.header__menu .menu-more {
  position: relative;
}

.header__menu .menu-more__button {
  display: block;
  margin: 0 10px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
}

.header__menu .menu-more__button:hover {
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.header__menu .menu-more__list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 50;
  display: none;
  min-width: 170px;
  padding: 10px;
  border: 1px solid rgba(90, 101, 119, 0.15);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.header__menu .menu-more:hover .menu-more__list,
.header__menu .menu-more:focus-within .menu-more__list {
  display: block;
}

.header__menu .menu-more__list li {
  border: 0;
}

.header__menu .menu-more__list a {
  margin: 0;
  padding: 9px 10px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
}

.header__menu .menu-more__list a:hover {
  background: #f8fafc;
}

.service-section--soft {
  background: linear-gradient(180deg, #f1f4f9 0%, #f8fafc 100%);
}

.service-section--gradient{
  background: -webkit-linear-gradient(top, #f4f4f7, #fff);
}

.service-section--gradient .section__text {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.95;
}

.service-section--related {
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.service-card h2 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 900;
  color: #111827;
}

.service-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #4b5563;
  word-break: keep-all;
}

.service-entry-section {
  background: #f8fafc;
}

.service-entry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.service-entry-card {
  position: relative;
  display: block;
  min-height: 190px;
  padding: 26px 24px 24px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.service-entry-card::after {
  content: ">";
  position: absolute;
  right: 22px;
  bottom: 22px;
  color: #94a3b8;
  font-size: 20px;
  font-weight: 700;
}

.service-entry-card:hover {
  transform: translateY(-4px);
  border-color: #2563eb;
  box-shadow: 0 22px 44px rgba(37, 99, 235, 0.14);
}

.service-entry-card:hover::after {
  right: 18px;
  color: #2563eb;
}

.service-entry-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #eef4ff;
  color: #2563eb;
  font-size: 16px;
  font-weight: 900;
}

.service-entry-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 900;
}

.service-entry-card p {
  margin: 0;
  padding-right: 12px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

#tip {
  margin-top: 70px;
  padding: 70px 0 0;
  border-top: 1px solid #dbe1ea;
  background: transparent;
}

.index-only-hidden {
  display: none !important;
}

.special-hub-hero {
  padding-bottom: 36px;
}

.special-hub {
  padding: 34px 0 82px;
  background: #fff;
}

.special-hub__list {
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid #dbe1ea;
}

.special-hub__item {
  display: grid;
  grid-template-columns: 72px 1fr 110px;
  align-items: center;
  gap: 22px;
  min-height: 126px;
  padding: 28px 0;
  border-bottom: 1px solid #dbe1ea;
}

.special-hub__num {
  color: #2563eb;
  font-size: 18px;
  font-weight: 900;
}

.special-hub__copy h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 24px;
  font-weight: 900;
}

.special-hub__copy p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}

.special-hub__link {
  justify-self: end;
  color: #64748b;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.special-hub__item:hover .special-hub__copy h2,
.special-hub__item:hover .special-hub__link {
  color: #1d4ed8;
}

/* =========================
   추가 기능 섹션 스타일
========================= */
/* ================================
   Lawyer Mode Section (Clean)
   - Left tabs + Right content
   - Copy is the hero (top), image (middle), optional below (bottom)
   ================================ */
/* ===== Section / Head ===== */
.lm-head {
  text-align: center;
  margin-bottom: 28px;
}

.lm-badges {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 12px;
}

.lm-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  background: #1f2a44;
  color: #fff;
}

.lm-badge--soft {
  background: #eef2ff;
  color: #25304a;
}

/* ===== Layout (Tabs + Content) ===== */
.lm-demo {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 22px;
  margin-top: 26px;
}

/* ===== Tabs ===== */
.lm-tabs {
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: sticky;
  top: 90px;
  height: fit-content;
}

.lm-tab {
  border: 0;
  background: transparent;
  text-align: left;
  padding: 12px 12px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  color: #24324a;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.lm-tab:hover {
  background: #f2f4f8;
}

.lm-tab.is-active {
  background: #eef2ff;
  color: #1f2a44;
}

/* ===== Right Panel Stack (Copy -> Image -> Optional) ===== */
.lm-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ===== Copy Hero (Top) ===== */
.lm-copy {
  background: #fff;
  border-radius: 18px;
  padding: 18px 20px 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.lm-copyTop {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.lm-title {
  font-size: 20px;
  font-weight: 900;
  color: #111827;
  margin: 0;
}

/* chips inside hero */
.lm-chip {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  background: #111827;
  color: #fff;
}

.lm-chip--soft {
  background: #eef2ff;
  color: #1f2a44;
}

/* main one-liner */
.lm-one {
  font-size: 16px;
  line-height: 1.6;
  margin: 8px 0 14px;
  color: #111827;
}

.lm-one b {
  font-weight: 900;
}

/* 3 cards */
.lm-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 10px 0 12px;
}

.lm-card {
  background: #f8fafc;
  border-radius: 14px;
  padding: 12px;
}

.lm-card b {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1d4ed8;
}

.lm-card span {
  display: block;
  font-size: 13px;
  color: #4b5563;
  line-height: 1.5;
  word-break: keep-all;
}

/* tags */
.lm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 10px;
}

.lm-tag {
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2f4f8;
  color: #1f2a44;
}

.lm-desc {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
  word-break: keep-all;
}

/* ===== Screenshot Area (Middle) ===== */
.lm-shot {
  padding: 10px;
  background: #FAFAFA;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
}

.lm-img {
  max-width: 100%;
  height: auto;
  max-height: 800px;
  object-fit: contain;
  display: none;
}

.lm-img.is-show {
  display: block;
}

/* ===== Optional Foot / Below Copy ===== */
.lm-foot {
  margin-top: 12px;
  font-weight: 800;
  color: #1f2a44;
  line-height: 1.6;
}

/* (Optional) KPI style if you keep it */
.lm-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.lm-kpi {
  background: #f8f9fb;
  border-radius: 14px;
  padding: 10px;
}

.lm-kpi span {
  display: block;
  font-size: 12px;
  color: #6b7280;
  font-weight: 700;
}

.lm-kpi b {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1f2a44;
  margin-top: 2px;
}

/* 팝빌 */
.pb-section {
  padding: 90px 0;
}

.pb-head {
  text-align: center;
  margin-bottom: 26px;
}

.pb-badges {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 12px;
}

.pb-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  background: #111827;
  color: #fff;
}

.pb-badge--soft {
  background: #eef2ff;
  color: #25304a;
}

.pb-demo--3col {
  display: grid;
  grid-template-columns: 160px 1fr 300px;
  gap: 14px;
  align-items: start;
}

/* LEFT */
.pb-tabs {
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: sticky;
  top: 90px;
  height: fit-content;
}

.pb-tab {
  border: 0;
  background: transparent;
  text-align: left;
  padding: 12px 12px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 14px;
  color: #24324a;
  cursor: pointer;
  transition: 0.2s;
}

.pb-tab:hover {
  background: #f2f4f8;
}

.pb-tab.is-active {
  background: #eef2ff;
  color: #111827;
}

/* MIDDLE: 설명을 주인공 */
.pb-copy--center {
  background: #fff;
  border-radius: 18px;
  padding: 18px 20px 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.pb-copyTop {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.pb-title {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  color: #111827;
}

.pb-chip {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  background: #111827;
  color: #fff;
}

.pb-chip--soft {
  background: #eef2ff;
  color: #1f2a44;
}

.pb-one {
  font-size: 16px;
  line-height: 1.6;
  margin: 8px 0 14px;
  color: #111827;
}

.pb-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 12px;
}

.pb-card {
  background: #f8fafc;
  border-radius: 14px;
  padding: 12px 10px;
  display: flex;
  gap: 5px;
  align-items: flex-start;
}

/* 왼쪽 아이콘/번호(선택) */
.pb-card::before {
  content: "✓";
  font-weight: 900;
  line-height: 1;
  margin-top: 2px;
}

/* 문장 줄바꿈 과다 방지: 폭을 넓게 쓰고, 설명은 짧게 */
.pb-card b {
  display: block;
  font-weight: 700;
  margin: 0 0 4px;
  color: #1d4ed8;
}

.pb-card span {
  display: block;
  font-size: 13px;
  color: #4b5563;
  line-height: 1.55;
  margin: 0;
}

.pb-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 10px;
}

.pb-tag {
  font-size: 12px;
  font-weight: 900;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2f4f8;
  color: #1f2a44;
}

.pb-desc {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.7;
  color: #6b7280;
  word-break: keep-all;
}

.pb-ctaRow {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.pb-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 13px;
  background: #111827;
  color: #fff;
}

.pb-cta--ghost {
  background: #eef2ff;
  color: #111827;
}

/* RIGHT */
.pb-shot {
  background: #fff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 90px;
  height: fit-content;
}

.pb-shotHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.pb-shotHead b {
  font-size: 14px;
  font-weight: 900;
  color: #111827;
}

.pb-shotHead span {
  font-size: 12px;
  font-weight: 900;
  color: #6b7280;
}

.pb-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
}

.pb-shotNote {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #6b7280;
}

/* =========================
   Billing Hub Section (2단 구조 + 하단 이미지)
   ========================= */
.bh-section {
  padding: 80px 0;
}

.bh-head {
  text-align: center;
  margin-bottom: 22px;
}

.bh-badges {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 12px;
}

.bh-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  background: #111827;
  color: #fff;
}

.bh-badge--soft {
  background: #eef2ff;
  color: #1f2a44;
}

.bh-cta {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 14px;
  flex-wrap: wrap;
}

.bh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.bh-btn--primary {
  background: #111827;
  color: #fff;
}

.bh-btn--ghost {
  background: #fff;
  color: #111827;
}

/* ✅ 2단 구조 */
.bh-demo {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 22px;
  margin-top: 22px;
}

.bh-tabs {
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: sticky;
  top: 90px;
  height: fit-content;
}

.bh-tab {
  border: 0;
  background: transparent;
  text-align: left;
  padding: 12px 12px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 14px;
  color: #24324a;
  cursor: pointer;
  transition: 0.2s;
}

.bh-tab:hover {
  background: #f2f4f8;
}

.bh-tab.is-active {
  background: #eef2ff;
  color: #1f2a44;
}

/* ✅ 우측은 “설명 + 하단 이미지” 세로 스택 */
.bh-panel--stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bh-copy--hero {
  background: #fff;
  border-radius: 18px;
  padding: 18px 20px 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.bh-title {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
}

.bh-one {
  font-size: 16px;
  line-height: 1.6;
  margin: 10px 0 12px;
  color: #111827;
}

.bh-desc {
  margin: 10px 0 0;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
}

.bh-cards {
  display: flex;
  flex-direction: column; /* ✅ 가운데 3단을 가로가 아닌 세로로 */
  gap: 10px;
  margin: 10px 0 10px;
}

.bh-card {
  background: #f8fafc;
  border-radius: 14px;
  padding: 12px;
}

.bh-card b {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1d4ed8;
}

.bh-card span {
  display: block;
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

.bh-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 6px;
}

.bh-tag {
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2f4f8;
  color: #1f2a44;
}

.bh-shot {
  background: #fff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.bh-img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  display: none;
}

.bh-img.is-show {
  display: block;
}

.bh-flowTitle {
  font-weight: 900;
  font-size: 15px;
  color: #111827;
  margin-bottom: 10px;
}

.bh-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bh-steps li {
  background: #f8f9fb;
  border-radius: 14px;
  padding: 10px 12px;
}

.bh-steps b {
  display: block;
  font-weight: 900;
  color: #111827;
  margin-bottom: 2px;
}

.bh-steps span {
  font-size: 13px;
  color: #4b5563;
}

.bh-flowNote {
  margin-top: 10px;
  font-weight: 900;
  color: #111827;
}

.bh-miniLink {
  font-weight: 900;
  color: #1f2a44;
  text-decoration: none;
}

.bh-miniLink:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 1024px) {
  .bh-demo {
    grid-template-columns: 1fr;
  }
  .bh-tabs {
    position: relative;
    top: auto;
    flex-direction: row;
    overflow: auto;
  }
  .bh-tab {
    white-space: nowrap;
  }
}
/* 통합청구관리 - 프로세스 박스 */
.bh-procBox {
  margin-top: 12px;
  background: #f8f9fb;
  border-radius: 16px;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.bh-procTitle {
  font-weight: 900;
  color: #111827;
  margin-bottom: 10px;
}

.bh-proc {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bh-proc li {
  background: #fff;
  border-radius: 14px;
  padding: 12px 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 10px;
  align-items: center;
}

.bh-proc li .num {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 12px;
  background: #111827;
  color: #fff;
  flex: 0 0 26px;
}

.bh-proc li .txt {
  font-size: 13px;
  line-height: 1.6;
  color: #374151;
  font-weight: 800;
}

/* =========================
   Connect Section
   ========================= */
.ch-section {
  padding: 80px 0;
}

.ch-head {
  text-align: center;
  margin-bottom: 22px;
}

.ch-badges {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 12px;
}

.ch-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  background: #111827;
  color: #fff;
}

.ch-badge--soft {
  background: #eef2ff;
  color: #1f2a44;
}

.ch-demo {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 22px;
  margin-top: 22px;
}

.ch-demo--3col {
  grid-template-columns: 160px 1fr 300px;
  align-items: start;
}

.ch-tabs {
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: sticky;
  top: 90px;
  height: fit-content;
}

.ch-tab {
  border: 0;
  background: transparent;
  text-align: left;
  padding: 12px 12px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 14px;
  color: #24324a;
  cursor: pointer;
  transition: 0.2s;
}

.ch-tab:hover {
  background: #f2f4f8;
}

.ch-tab.is-active {
  background: #eef2ff;
  color: #1f2a44;
}

.ch-panel {
  display: flex;
  flex-direction: column;
}

.ch-shot--right {
  background: #fff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.ch-shotHead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.ch-shotHead b {
  font-size: 14px;
  color: #111827;
}

.ch-shotHead span {
  font-size: 12px;
  color: #6b7280;
}

.ch-img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
}

.ch-shotNote {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #6b7280;
}

.ch-copy--hero {
  background: #fff;
  border-radius: 18px;
  padding: 18px 20px 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.ch-title {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
}

.ch-one {
  font-size: 16px;
  line-height: 1.6;
  margin: 10px 0 12px;
  color: #111827;
}

.ch-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 10px;
}

.ch-card {
  background: #f8fafc;
  border-radius: 14px;
  padding: 12px;
}

.ch-card b {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1d4ed8;
}

.ch-card span {
  display: block;
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

.ch-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 6px;
}

.ch-tag {
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2f4f8;
  color: #1f2a44;
}

.ch-desc {
  margin: 10px 0 0;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
  word-break: keep-all;
}

.ch-note {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f2f4f8;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.6;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

/* 선택: note 안에서 <b> 강조가 필요하면 */
.ch-note b {
  color: #111827;
  font-weight: 900;
}

@media (max-width: 1024px) {
  .ch-demo {
    grid-template-columns: 1fr;
  }
  .ch-tabs {
    position: relative;
    top: auto;
    flex-direction: row;
    overflow: auto;
  }
  .ch-tab {
    white-space: nowrap;
  }
}
/* =========================
   Calendar Sync Section
   ========================= */
.cs-section {
  padding: 80px 0;
}

.cs-head {
  text-align: center;
  margin-bottom: 22px;
}

.cs-badges {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 12px;
}

.cs-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  background: #111827;
  color: #fff;
}

.cs-badge--soft {
  background: #eef2ff;
  color: #1f2a44;
}

.cs-demo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1040px;
  margin: 28px auto 0;
  align-items: start;
}

.cs-panel {
  display: flex;
  flex-direction: column;
}

.cs-copy--hero {
  background: #fff;
  border-radius: 18px;
  padding: 18px 20px 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.cs-title {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  color: #111827;
}

.cs-one {
  font-size: 16px;
  line-height: 1.6;
  margin: 10px 0 12px;
  color: #111827;
}

.cs-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 16px 0 12px;
}

.cs-card {
  background: #f8fafc;
  border-radius: 14px;
  padding: 12px;
}

.cs-card b {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1d4ed8;
}

.cs-card span {
  display: block;
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

.cs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 6px;
}

.cs-tag {
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2f4f8;
  color: #1f2a44;
}

.cs-desc {
  margin: 10px 0 0;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
  word-break: keep-all;
}

.cs-note {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f2f4f8;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.6;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.cs-note b {
  color: #111827;
  font-weight: 900;
}

.cs-shot--right {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.cs-shotHead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.cs-shotHead b {
  font-size: 14px;
  color: #111827;
}

.cs-shotHead span {
  font-size: 12px;
  color: #6b7280;
}

.cs-img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
}

@media (max-width: 1024px) {
  .cs-cards {
    grid-template-columns: 1fr;
  }
}

.special-feature-block {
  position: relative;
  padding: 92px 0;
  scroll-margin-top: 96px;
}

.special-feature-block--first {
  padding-top: 0;
}

.special-feature-block--soft {
  background: #f8fafc;
}

.special-feature-block + .special-feature-block {
  border-top: 1px solid #e5e7eb;
}

.special-feature-hero {
  max-width: 1040px;
  margin: 0 auto 72px;
  padding: 42px 44px;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0) 46%),
    #fff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.special-feature-hero__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.special-feature-hero h1 {
  margin: 0;
  color: #101827;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.25;
  word-break: keep-all;
}

.special-feature-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.85;
  word-break: keep-all;
}

.special-feature-quick {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.special-feature-quick a {
  display: flex;
  min-height: 76px;
  padding: 15px 14px;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
  word-break: keep-all;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.special-feature-quick a span {
  margin-bottom: 7px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
}

.special-feature-quick a:hover {
  transform: translateY(-2px);
  border-color: #93c5fd;
  color: #1d4ed8;
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.13);
}

.special-feature-block .lm-head,
.special-feature-block .pb-head,
.special-feature-block .bh-head,
.special-feature-block .ch-head,
.special-feature-block .cs-head {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.special-feature-block .lm-badge,
.special-feature-block .lm-badge--soft,
.special-feature-block .pb-badge,
.special-feature-block .pb-badge--soft,
.special-feature-block .bh-badge,
.special-feature-block .bh-badge--soft,
.special-feature-block .ch-badge,
.special-feature-block .ch-badge--soft,
.special-feature-block .cs-badge,
.special-feature-block .cs-badge--soft {
  background: #eef2ff;
  color: #1d4ed8;
}

.feature-scroll-nav {
  position: fixed;
  top: 50%;
  right: 34px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  transform: translateY(-50%);
}

.feature-scroll-nav::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 50%;
  width: 2px;
  background: #bfdbfe;
  transform: translateX(-50%);
}

.feature-scroll-nav a {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #9db5e2;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.feature-scroll-nav a::after {
  content: "";
  position: absolute;
  inset: -8px;
}

.feature-scroll-nav a span {
  position: absolute;
  top: 50%;
  right: 24px;
  min-width: 86px;
  color: #1d4ed8;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
  opacity: 0;
  transform: translateY(-50%) translateX(4px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  word-break: keep-all;
}

.feature-scroll-nav a.is-active {
  width: 16px;
  height: 16px;
  background: #fff;
  box-shadow: 0 0 0 4px #1d4ed8;
}

.feature-scroll-nav a.is-active span,
.feature-scroll-nav a:hover span {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.feature-scroll-nav a:hover {
  background: #1d4ed8;
  transform: scale(1.15);
}

.pricing-card {
  position: relative;
  flex: 1;
  border-radius: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 3px;
  background-image: linear-gradient(#fff, #fff);
}

.pricing-card--active {
  background-image: linear-gradient(#fff, #fff), linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.pricing-card__inner {
  padding: 15px;
  text-align: center;
}

.pricing-card__inner p {
  font-size: 16px;
  color: #434856;
}

.pricing-card__head {
  border-bottom: 1px solid #DBDEE1;
}

.pricing-card__head h3 {
  margin: 30px 0 15px;
  font-size: 28px;
  color: #2b2d2f;
}

.pricing-card__head .amount {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
  font-size: 20px;
  min-height: 60px;
}

.pricing-card__head mark {
  font-size: 26px;
  font-weight: 700;
}

.pricing-card__detail {
  text-align: left;
  font-size: 16px;
}

.pricing-card__detail li {
  margin-bottom: 40px;
}

.pricing-card__detail p {
  display: flex;
  word-break: keep-all;
  font-size: 18px;
  line-height: 30px;
}

.pricing-card__detail p::before {
  content: "✔️ ";
}

.pricing-card__detail p.plus::before {
  content: "➕ ";
}

.pricing-card__detail h4 {
  display: flex;
  align-items: center;
  margin: 15px 0 10px;
  font-size: 16px;
  color: #434856;
}

.pricing-card__detail .button {
  margin-left: 10px;
  min-width: auto;
  padding: 5px 10px;
  border-radius: 6px;
  min-height: 30px;
  font-size: 12px;
}

.pricing-cardbox {
  display: flex;
  gap: 20px;
  margin: 60px 0 30px;
}

.pricing-card .badge {
  position: absolute;
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
  padding: 6px 10px;
  color: #fff;
  border-radius: 14px;
  font-size: 14px;
  transform: translate(10px, 10px);
}


.csd-box.csd-cta {
  display: none;
}

.pricing-next .section__title,
.pricing-next .section__text {
  text-align: center;
}

.pricing-next__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 980px;
  margin: 34px auto 0;
  border-top: 1px solid #dbe1ea;
  border-bottom: 1px solid #dbe1ea;
}

.pricing-next__item {
  position: relative;
  display: block;
  min-height: 180px;
  padding: 28px 28px 54px;
  border-right: 1px solid #dbe1ea;
  color: #111827;
  text-decoration: none;
}

.pricing-next__item:last-child {
  border-right: 0;
}

.pricing-next__item::after {
  content: "바로가기";
  position: absolute;
  left: 28px;
  bottom: 26px;
  color: #64748b;
  font-size: 13px;
  font-weight: 900;
}

.pricing-next__item:hover {
  background: #fff;
}

.pricing-next__item:hover h3,
.pricing-next__item:hover::after {
  color: #1d4ed8;
}

.pricing-next__item span {
  display: block;
  margin-bottom: 18px;
  color: #2563eb;
  font-size: 15px;
  font-weight: 900;
}

.pricing-next__item h3 {
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 900;
}

.pricing-next__item p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

.feature-detail {
  padding: 82px 0;
}

.feature-detail--soft {
  background: #f8fafc;
}

.feature-detail__hero {
  text-align: center;
}

.feature-detail__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.feature-detail__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: #eef2ff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 900;
}

.feature-detail__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 42px;
}

.feature-detail__panel {
  padding: 30px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.feature-detail__panel h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
}

.feature-detail__panel p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.85;
  word-break: keep-all;
}

.feature-detail__list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.feature-detail__item {
  padding: 18px;
  border-radius: 8px;
  background: #f8fafc;
}

.feature-detail__item b {
  display: block;
  margin-bottom: 8px;
  color: #1d4ed8;
  font-size: 15px;
}

.feature-detail__item span {
  display: block;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

.feature-detail__shot {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  padding: 22px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.feature-detail__shot img {
  max-width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.feature-detail__cta {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.service-entry-card:first-child {
  grid-column: span 2;
}

.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 34px;
}

.service-detail > div {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  padding: 30px 30px 28px;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.1);
}

.service-detail > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background: #9ca3af;
}

.service-detail > div:first-child {
  background: #fff7f7;
  border-color: rgba(239, 68, 68, 0.22);
  box-shadow: 0 18px 38px rgba(239, 68, 68, 0.08);
}

.service-detail > div:first-child::before {
  background: #ef4444;
}

.service-detail > div:last-child::before {
  background: #2563eb;
}

.service-detail > div:last-child {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 24px 54px rgba(37, 99, 235, 0.16);
}

.service-detail h3 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 900;
  color: #111827;
}

.service-detail > div:first-child h3 {
  color: #991b1b;
}

.service-detail > div:last-child h3 {
  color: #1d4ed8;
}

.service-detail > div:last-child li {
  color: #111;
}

.service-detail ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.service-detail li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
  word-break: keep-all;
}

.service-detail li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2563eb;
}

.service-detail > div:first-child li {
  color: #6b7280;
}

.service-detail > div:first-child li::before {
  background: #f87171;
}

.service-link-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid #dbe1ea;
}

.service-link-grid a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 52px 0 56px;
  border-right: 1px solid #dbe1ea;
  border-bottom: 1px solid #dbe1ea;
  background: #fff;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.service-link-grid a:nth-child(2n) {
  border-right: 0;
}

.service-link-grid a::before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
}

.service-link-grid a:nth-child(1)::before {
  content: "01";
}

.service-link-grid a:nth-child(2)::before {
  content: "02";
}

.service-link-grid a:nth-child(3)::before {
  content: "03";
}

.service-link-grid a:nth-child(4)::before {
  content: "04";
}

.service-link-grid a:nth-child(5)::before {
  content: "05";
}

.service-link-grid a::after {
  content: ">";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 18px;
  font-weight: 700;
}

.service-link-grid a:hover {
  background: #f8fafc;
  color: #1d4ed8;
  padding-left: 62px;
}

.service-link-grid a:hover::after {
  color: #2563eb;
  right: 18px;
}

.service-cta {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
}

.service-btn--primary {
  background: #1d4ed8;
  color: #fff;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.32);
}

.service-btn--ghost {
  background: #fff;
  border: 1px solid #cbd5e1;
  color: #1f2a44;
}

.service-btn:hover {
  transform: translateY(-2px);
}

.service-btn--primary:hover {
  background: #1e40af;
  box-shadow: 0 20px 42px rgba(37, 99, 235, 0.38);
}

.service-btn--ghost:hover {
  border-color: #2563eb;
  color: #1d4ed8;
}

@media (max-width: 1024px) {
  .service-grid,
  .service-entry-grid,
  .feature-detail__grid,
  .service-detail,
  .service-link-grid {
    grid-template-columns: 1fr;
  }

  .service-link-grid a {
    border-right: 0;
  }

  .service-entry-card:first-child {
    grid-column: auto;
  }

  .feature-detail {
    padding: 64px 0;
  }

  .special-hub__item {
    grid-template-columns: 48px 1fr;
    gap: 12px 14px;
    min-height: 0;
    padding: 24px 0;
  }

  .special-hub__link {
    grid-column: 2;
    justify-self: start;
  }

  .special-feature-block {
    padding: 64px 0;
    scroll-margin-top: 78px;
  }

  .special-feature-block--first {
    padding-top: 0;
  }

  .special-feature-hero {
    margin-bottom: 48px;
    padding: 30px 22px;
  }

  .special-feature-hero h1 {
    font-size: 28px;
  }

  .special-feature-hero p {
    font-size: 15px;
    line-height: 1.75;
  }

  .special-feature-quick {
    grid-template-columns: 1fr;
  }

  .special-feature-quick a {
    min-height: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }

  .special-feature-quick a span {
    margin: 0;
  }

  .feature-scroll-nav {
    display: none;
  }

  .lm-demo {
    grid-template-columns: 1fr;
  }

  .lm-tabs {
    position: relative;
    top: auto;
    flex-direction: row;
    overflow: auto;
    gap: 8px;
  }

  .lm-tab {
    white-space: nowrap;
  }

  .lm-cards {
    grid-template-columns: 1fr;
  }

  .pb-demo--3col {
    grid-template-columns: 1fr;
  }

  .pb-tabs {
    position: relative;
    top: auto;
    flex-direction: row;
    overflow: auto;
  }

  .pb-tab {
    white-space: nowrap;
  }

  .pb-shot {
    position: relative;
    top: auto;
  }

  .pb-cards {
    flex-direction: column;
  }

  .pricing-entry__points {
    display: grid;
    justify-content: stretch;
    text-align: left;
  }

  .header__menu--active .menu-more__button {
    width: 100%;
    margin: 0;
    padding: 8px 0;
    text-align: left;
  }

  .header__menu--active .menu-more__list {
    position: static;
    display: block;
    min-width: 0;
    margin: 6px 0 0;
    padding: 0 0 0 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .header__menu--active .menu-more__list li {
    padding: 0;
    border-bottom: 0;
  }

  .header__menu--active .menu-more__list a {
    padding: 7px 0;
    color: #4b5563;
  }

  .pricing-next__grid {
    grid-template-columns: 1fr;
    margin-left: 15px;
    margin-right: 15px;
  }

  .pricing-next__item {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #dbe1ea;
  }

  .pricing-next__item:last-child {
    border-bottom: 0;
  }

  .feature-detail__panel {
    padding: 24px 20px;
  }

  .feature-detail__shot {
    min-height: 0;
    padding: 14px;
  }

  .service-section--gradient .section__text {
    font-size: 15px;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .lm-section,
  .pb-section {
    padding: 0;
  }
}

@media screen and (max-width: 920px) {
  .pricing-card {
    margin-left: 15px;
    margin-right: 15px;
  }

  .pricing-cardbox {
    flex-direction: column;
  }
}

.services-cont {
  margin: 50px auto 0;
}
.services-cont .tab {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.services-cont .tab a {
  display: flex;
  align-items: center;
  border-radius: 200px;
  padding: 8px 24px;
  background: rgb(6, 22, 31);
  line-height: 24px;
  color: #fff;
  font-size: 18px;
}
.services-cont .tab a:hover {
  transform: translateY(-5px);
}
.services-cont .tab .active {
  background: linear-gradient(102deg, #359EFF -8.75%, #9D6CED 103.46%);
  color: #fff;
}
.services-cont .tab h2 {
    font-size: inherit;
}
.function-tab-desc {
  position: relative;
  margin: 20px auto 38px;
  max-width: 820px;
  padding: 18px 24px 18px 72px;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
  font-size: 16px;
  line-height: 1.75;
  color: #4b5563;
  word-break: keep-all;
}

.function-tab-desc::before {
  content: "기능";
  position: absolute;
  left: 0;
  top: 18px;
  width: 48px;
  color: #2563eb;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.75;
  text-align: center;
}

.function-tab-desc::after {
  content: "";
  position: absolute;
  left: 58px;
  top: 22px;
  width: 1px;
  height: calc(100% - 44px);
  min-height: 20px;
  background: #cbd5e1;
}

.function-tab-desc.is-changing {
  opacity: 0;
  transform: translateY(-4px);
}

.function-tab-desc {
  transition: opacity .18s ease, transform .18s ease;
}

.services-detail {
  position: relative;
  margin: 60px 0;
}
.services-detail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.services-detail li {
  position: relative;
  padding: 40px 20px 150px 30px;
  border-radius: 10px;
  background-color: #f4f4f7;
  width: calc(50% - 15px);
  box-sizing: border-box;
}
.services-detail h3 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 600;
}
.services-detail p {
  display: flex;
  gap: 5px;
  position: relative;
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #555;
  word-break: keep-all;
}
.services-detail span:first-child {
  flex-shrink: 0;
}
.services-detail .img {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 10px 0 0 10px;
  border-radius: 20px 0 0 0;
  overflow: hidden;
  width: 400px;
  height: 130px;
}
.services-detail .img img {
  max-width: 100%;
}
.services-detail .app-cta {
  width: 100%;
  text-align: center;
  padding: 40px;
}
.services-detail .app-cta-text {
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}
.services-detail .app-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.services-detail .store-btn {
  background: #1f2a44;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}
.services-detail .store-btn.ios {
  background: #000;
}

@media (max-width: 768px) {
  .services-cont {
    margin-top: 34px;
  }

  .services-cont .tab {
    justify-content: flex-start;
    gap: 12px;
    margin: 0 -20px;
    padding: 0 20px 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .services-cont .tab::-webkit-scrollbar {
    display: none;
  }

  .services-cont .tab a {
    flex: 0 0 auto;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 20px;
    white-space: nowrap;
  }

  .services-cont .tab a:hover {
    transform: none;
  }

  .function-tab-desc {
    margin: 14px auto 26px;
    padding: 14px 0 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 0;
    font-size: 14px;
    text-align: left;
  }

  .function-tab-desc::before,
  .function-tab-desc::after {
    display: none;
  }

  .services-detail {
    margin: 34px 0;
  }

  .services-detail ul {
    display: block;
  }

  .services-detail li {
    width: 100%;
    min-height: 0;
    margin-bottom: 18px;
    padding: 24px 18px 18px;
  }

  .services-detail li:last-child {
    margin-bottom: 0;
  }

  .services-detail h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .services-detail p {
    font-size: 14px;
    line-height: 1.65;
  }

  .services-detail .img {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 18px;
    padding: 8px 0 0 8px;
    border-radius: 14px 0 0 0;
  }

  .services-detail .img img {
    width: 100%;
    height: auto;
  }

  .services-detail .app-cta {
    padding: 28px 18px;
  }

  .services-detail .app-cta-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .services-detail .app-cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .services-detail .store-btn {
    display: flex;
    justify-content: center;
    padding: 13px 16px;
  }
}

@media (max-width: 480px) {
  #contents .container {
    padding-left: 15px;    
    padding-right: 15px;
  }

  .services-cont .tab {
    margin: 0 -15px;
    padding: 0 15px 10px;
  }

  .services-cont .tab a {
    padding: 7px 14px;
    font-size: 14px;
  }

  .services-detail li {
    padding: 22px 16px 16px;
  }
}
