.b2b-top-img {
  max-width: 1400px;
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* 전체 폭 제어 */
.b2b-hero,
.b2b-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 20px 0;
}

.b2b-title-p {
    text-align: center;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 13px;
    color: #111111;
    margin-bottom: 60px;
}

/* HERO */
.b2b-hero h1 {
  font-family: "Newsreader", serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
}

.hero-desc {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 1.9;
  color: #555;
}

/* SECTION */
.b2b-section h2 {
  font-family: "Newsreader", serif;
  font-size: 18px;
  font-weight: 800;
}
.b2b-cta h2 {
  font-family: "Newsreader", serif;
  font-size: 18px;
  font-weight: 800;
}
.b2b-line {
  height: 0px;
  background: rgba(0,0,0,0);
  margin: 14px 0 50px;
}

/* VALUE */
.b2b-value {
  list-style: none;
  padding: 0;
  margin: 0;
}

.b2b-value li {
  display: flex;
  gap: 30px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.b2b-value strong {
  min-width: 220px;
  font-size: 13px;
}

.b2b-value span {
  font-size: 13px;
  color: #444;
}

/* PROCESS */
.b2b-process {
  list-style: none;
  padding: 0;
  margin: 0;
}

.b2b-process li {
  display: flex;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.step {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  letter-spacing: .12em;
}

/* TABLE */
.b2b-table .row {
  display: grid;
  grid-template-columns: 160px 1fr;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.b2b-table .key {
  font-size: 13px;
  font-weight: 700;
}

.b2b-table .val {
  font-size: 13px;
  color: #444;
}

/* =========================
   CTA Grid (Mail form + 2 cards)
   ========================= */
.b2b-cta{
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 20px 140px;
}

.cta-grid{
  display: grid;
  grid-template-columns: 1.2fr .8fr; /* 폼이 더 넓게 */
  gap: 34px;
  align-items: stretch; /* ⭐ 중요 */
}

/* LEFT: form panel */
.cta-panel{
    position: relative;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 0px;
  padding: 26px;
  background: #fff;
}

.cta-head{
  margin-bottom: 18px;
}

.cta-title{

  font-weight: 800;
  font-size: 16px;
  letter-spacing: .2px;
}

.cta-sub{
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.8;
  color: rgba(0,0,0,.55);
}

.cta-form{
  margin-top: 10px;
}

.cta-field{
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.cta-field label{
  font-size: 12px;
  color: rgba(0,0,0,.55);
}

.cta-field input,
.cta-field textarea{
  width: calc(100% - 26px);
  font-size: 13px;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  outline: none;
}

.cta-field input:focus,
.cta-field textarea:focus{
  border-color: rgba(0,0,0,.35);
}

.cta-bottom-actions {
    position: absolute;
    bottom: 5px;
    right:18px;
}
.cta-actions{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.cta-request {
    padding-bottom:100px;
}
.cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.18);
  font-size: 12px;
  color: #000;
  background: #fff;
  cursor: pointer;
}

.cta-btn.primary{
  border-color: #000;
  background: #000;
  color: #fff;
}

.cta-note{
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.7;
  color: rgba(0,0,0,.45);
}

/* RIGHT: 2 image cards */
.cta-cards{
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}

.cta-card{
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.10);
  min-height: 220px;
  display: block;
}

.cta-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform .35s ease;
}

/* 중앙 텍스트 가독성을 위한 오버레이 */
.cta-card-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,.35));
  opacity: .65;
  transition: opacity .35s ease;
}

.cta-card-text{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
  color: #fff;
}

.cta-card-title{
  font-family: "Newsreader", serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: .6px;
}

.cta-card-sub{
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.85);
}

/* hover */
.cta-card:hover img{
  transform: scale(1.06);
}
.cta-card:hover .cta-card-overlay{
  opacity: .8;
}
.pdf-card {
  padding: 40px 0;
}
.pdf-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  border-radius: 0px;
  border: 1px solid rgba(0,0,0,0.5);
  font-size: 12px;
  color: #000;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
}
.pdf-btn:hover {
  background: #000;
  color:#fff;
}
/* 모바일 */
@media (max-width: 980px){
  .cta-grid{
    grid-template-columns: 1fr;
  }
  .cta-cards{
    grid-template-rows: none;
    grid-template-columns: 1fr 1fr;
  }
  .cta-card{
    min-height: 180px;
  }
}

@media (max-width: 520px){
  .cta-cards{
    grid-template-columns: 1fr;
  }
  .cta-card{
    min-height: 200px;
  }
}
/* =========================
   Process Zigzag (4 + 4)
   ========================= */
.process-zigzag{
  --line: rgba(0,0,0,.14);
  --ink: #111;
  --muted: rgba(0,0,0,.55);

  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 8px 0 0;
}

/* 각 줄(상단/하단) */
.pz-row{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 44px;
  row-gap: 0;
  align-items: start;
  position: relative;
}

/* 상단 가로 라인 */
.pz-row.top::before{
  content:"";
  position:absolute;
  left: calc(56px / 2);
  right: calc(56px / 2);
  top: 28px; /* 원형 중앙 */
  height: 1px;
  background: var(--line);
}

/* 하단 가로 라인 */
.pz-row.bottom::before{
  content:"";
  position:absolute;
  left: calc(56px / 2);
  right: calc(56px / 2);
  top: 28px;
  height: 1px;
  background: var(--line);
}

/* step 카드 */
.pz-step{
  text-align: center;
  position: relative;
}

/* 원형 (아이콘 들어감) */
.pz-circle{
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  position: relative;
  z-index: 2; /* 라인 위로 */
}

/* 아이콘 */
.pz-ico{
  width: 26px;
  height: 26px;
  color: rgba(0,0,0,.55);
}

/* 텍스트 */
.pz-stepno{
  font-family: "Newsreader", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  color: rgba(0,0,0,.55);
  letter-spacing: .02em;
  margin: 2px 0 4px;
}

.pz-title{
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.2px;
  color: var(--ink);
  margin: 0 0 6px;
}

.pz-desc{
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}

/* 상단-하단 사이 세로 연결선 (4 → 5) */
.pz-midline{
  position: relative;
  height: 80px; /* 두 줄 사이 간격 */
}


/* 하단 줄은 라인이 같은 높이로 보이도록 위 여백 */
.pz-row.bottom{
  padding-top: 0;
}

@media (max-width: 980px){
    .b2b-title-p {
    font-size: 11px;
}
  /* 모바일에서 2열 4행(총 4줄) 형태로 고정 */
  .pz-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;

    /* 핵심: 줄바꿈이 생기니 row 높이를 고정해서 라인 위치를 계산 가능하게 */
    --rowH: 190px;     /* 한 카드(원+텍스트) 높이 */
    --rowGap: 0px;    /* 카드들 사이 간격 */
    grid-auto-rows: var(--rowH);
    row-gap: var(--rowGap);
  }

  /* 기존(PC용) 라인 1개는 유지하되, 모바일에선 "2줄"을 만들어야 함 */
  .pz-row.top::before,
  .pz-row.bottom::before{
    left: calc(56px / 2);
    right: calc(56px / 2);
    top: 28px;
    height: 1px;
    background: var(--line);
  }

  /* 모바일: 두 번째 줄 라인 추가 (컨테이너 안 2번째 row 위치) */
  .pz-row.top::after,
  .pz-row.bottom::after{
    content:"";
    position:absolute;
    left: calc(56px / 2);
    right: calc(56px / 2);
    top: calc(var(--rowH) + var(--rowGap) + 28px); /* 2번째 row의 원형 중심 */
    height: 1px;
    background: var(--line);
  }

  /* 카드가 row 높이를 꽉 쓰도록 */
  .pz-step{
    height: 100%;
  }

  /* (선택) 모바일에서는 가운데 세로 연결선은 어색할 수 있어서 숨김 추천 */
  .pz-midline{ display:none; }
  .b2b-value li {
flex-direction: column;
}
  .b2b-value li span {
text-align: right;
}

}

@media (max-width: 520px){
  .pz-circle{ width: 50px; height: 50px; }
  .pz-ico{ width: 24px; height: 24px; }
  .pz-title{ font-size: 13px; }
  .pz-desc{ font-size: 11px; }
  .pz-midline{ height: 56px; }
}