/* =========================================================
   101.css - 회사소개 페이지 전용
========================================================= */

#page-101 .about-hero {
  padding: 48px 0 18px;
  background:
    radial-gradient(
      closest-side at 18% 25%,
      rgba(37, 99, 235, 0.1),
      transparent 70%
    ),
    radial-gradient(
      closest-side at 85% 20%,
      rgba(37, 99, 235, 0.08),
      transparent 70%
    ),
    linear-gradient(180deg, #ffffff, #f8fbff);
}

#page-101 .about-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

#page-101 .about-hero h1 {
  margin: 0 0 12px;
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: -0.8px;
  font-weight: 800;
  color: #0f172a;
}

#page-101 .about-hero p {
  margin: 0 auto;
  max-width: 820px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
  word-break: keep-all;
}

/* 회사소개 본문 */
#page-101 .about-vision {
  padding: 60px 0 72px;
}

#page-101 .about-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: center;
}

#page-101 .about-row + .about-row {
  margin-top: 42px;
}

#page-101 .about-row-bottom {
  grid-template-columns: 0.95fr 1.05fr;
}

#page-101 .about-image-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

#page-101 .about-image-card img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  display: block;
}

#page-101 .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
}

#page-101 .vision-copy h2 {
  margin: 0 0 18px;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -0.6px;
  font-weight: 600;
  color: #14233b;
}

#page-101 .vision-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#page-101 .vision-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
  color: #5b667a;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  word-break: keep-all;
}

#page-101 .vision-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2563eb;
}

#page-101 .company-copy {
  background: #fff;
  border: 0px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  padding: 28px 26px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.04);
}

#page-101 .company-copy p {
  margin: 0 0 16px;
  color: #667085;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
  word-break: keep-all;
}

#page-101 .company-copy p:last-child {
  margin-bottom: 0;
}

/* 무엇을 도와드릴까요 */
#page-101 .help-section {
  padding: 72px 0 82px;
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}

#page-101 .section-head {
  margin-bottom: 30px;
}

#page-101 .section-head.center {
  text-align: center;
}

#page-101 .section-head h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.25;
  letter-spacing: -0.6px;
  font-weight: 600;
  color: #14233b;
}

#page-101 .help-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

#page-101 .help-card-v2 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px 22px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

#page-101 .help-card-v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.09);
}

#page-101 .help-card-v2.is-featured {
  background: linear-gradient(180deg, #f4f8ff 0%, #eef5ff 100%);
}

#page-101 .help-card-label {
  align-self: flex-start;
  padding: 7px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
}

#page-101 .help-card-v2 h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.4px;
  font-weight: 600;
  color: #14233b;
}

#page-101 .help-card-desc {
  margin: 0 0 18px;
  min-height: 78px;
  color: #667085;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  word-break: keep-all;
}

#page-101 .help-card-btn {
  display: inline-block;
  margin-bottom: 18px;
  font-weight: 600;
  color: #2563eb;
}

#page-101 .help-card-list {
  margin: auto 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

#page-101 .help-card-list li {
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  color: #4b5568;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

/* 반응형 */
@media (max-width: 1024px) {
  #page-101 .about-row,
  #page-101 .about-row-bottom {
    grid-template-columns: 1fr;
  }

  #page-101 .about-hero h1,
  #page-101 .vision-copy h2,
  #page-101 .section-head h2 {
    font-size: 38px;
  }

  #page-101 .help-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #page-101 .about-hero {
    padding: 38px 0 12px;
  }

  #page-101 .about-hero h1 {
    font-size: 32px;
  }

  #page-101 .about-hero p {
    font-size: 15px;
  }

  #page-101 .about-vision {
    padding: 42px 0 54px;
  }

  #page-101 .about-row {
    gap: 18px;
  }

  #page-101 .about-row + .about-row {
    margin-top: 28px;
  }

  #page-101 .about-image-card,
  #page-101 .company-copy {
    border-radius: 20px;
  }

  #page-101 .company-copy {
    padding: 20px 18px;
  }

  #page-101 .vision-copy h2,
  #page-101 .section-head h2 {
    font-size: 28px;
  }

  #page-101 .vision-list li,
  #page-101 .company-copy p {
    font-size: 15px;
  }

  #page-101 .help-section {
    padding: 54px 0 60px;
  }

  #page-101 .help-grid-4 {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #page-101 .help-card-v2 {
    border-radius: 20px;
    padding: 20px 18px;
  }

  #page-101 .help-card-desc {
    min-height: auto;
  }
}

/* =========================================================
   101 Gradient Card Override
   - PRPAGE 신뢰형 블루톤
========================================================= */

#page-101 .help-grid-4 .help-card-v2 {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 22px 48px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

#page-101 .help-grid-4 .help-card-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      220px 170px at 18% 12%,
      rgba(255, 255, 255, 0.18),
      transparent 70%
    ),
    linear-gradient(180deg, rgba(7, 24, 58, 0.08), rgba(7, 24, 58, 0.24));
}

/* 카드별 자연스러운 흐름 */
#page-101 .help-grid-4 .help-card-v2:nth-child(1) {
  background: linear-gradient(145deg, #0f3bbd 0%, #155dfc 55%, #2378ff 100%);
}

#page-101 .help-grid-4 .help-card-v2:nth-child(2) {
  background: linear-gradient(145deg, #1d4ed8 0%, #2f7df4 55%, #4da3ff 100%);
}

#page-101 .help-grid-4 .help-card-v2:nth-child(3) {
  background: linear-gradient(145deg, #2563eb 0%, #4a9af6 55%, #67c4f8 100%);
}

#page-101 .help-grid-4 .help-card-v2:nth-child(4) {
  background: linear-gradient(145deg, #0f69d8 0%, #36a3ee 55%, #72d4f4 100%);
}

/* 밝은 마지막 카드 가독성 보강 */
#page-101 .help-grid-4 .help-card-v2:nth-child(4)::before {
  background:
    radial-gradient(
      220px 170px at 18% 12%,
      rgba(255, 255, 255, 0.18),
      transparent 70%
    ),
    linear-gradient(180deg, rgba(7, 24, 58, 0.12), rgba(7, 24, 58, 0.32));
}

/* 텍스트 */
#page-101 .help-card-v2 h3,
#page-101 .help-card-desc,
#page-101 .help-card-list li {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
}

/* 라벨 */
#page-101 .help-card-label {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

/* 버튼 */
#page-101 .help-card-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f4ccf;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(8, 31, 84, 0.18);
}

#page-101 .help-card-btn:hover {
  background: #ffffff;
  color: #0b3ea8;
}

/* 리스트 박스 */
#page-101 .help-card-list li {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

/* hover */
#page-101 .help-card-v2:hover {
  transform: translateY(-8px);
  box-shadow:
    0 30px 58px rgba(15, 23, 42, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

/* =========================================================
   101 Help Cards Final
   - 첨부 이미지 기준
   - 투명 네모 박스 제거
   - 4개 카드 균형형 블루 그라데이션
========================================================= */

#page-101 .help-grid-4 {
  gap: 24px;
}

#page-101 .help-grid-4 .help-card-v2 {
  position: relative;
  overflow: hidden;
  min-height: 388px;
  padding: 28px 26px 30px;
  border-radius: 26px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 24px 54px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

#page-101 .help-grid-4 .help-card-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      240px 170px at 18% 12%,
      rgba(255, 255, 255, 0.18),
      transparent 70%
    ),
    linear-gradient(180deg, rgba(7, 24, 58, 0.08), rgba(7, 24, 58, 0.22));
}

#page-101 .help-grid-4 .help-card-v2:nth-child(1) {
  background: linear-gradient(145deg, #1747cc 0%, #155dfc 54%, #1f73f2 100%);
}

#page-101 .help-grid-4 .help-card-v2:nth-child(2) {
  background: linear-gradient(145deg, #245bd9 0%, #2f7df4 56%, #4599f5 100%);
}

#page-101 .help-grid-4 .help-card-v2:nth-child(3) {
  background: linear-gradient(145deg, #2d6fe0 0%, #4592ed 56%, #58b2ee 100%);
}

#page-101 .help-grid-4 .help-card-v2:nth-child(4) {
  background: linear-gradient(145deg, #1674c9 0%, #2f98d5 56%, #4badcd 100%);
}

#page-101 .help-grid-4 .help-card-v2:nth-child(4)::before {
  background:
    radial-gradient(
      240px 170px at 18% 12%,
      rgba(255, 255, 255, 0.18),
      transparent 70%
    ),
    linear-gradient(180deg, rgba(7, 24, 58, 0.12), rgba(7, 24, 58, 0.28));
}

#page-101 .help-grid-4 .help-card-v2:hover {
  transform: translateY(-8px);
  box-shadow:
    0 30px 62px rgba(15, 23, 42, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

/* 라벨 */
#page-101 .help-card-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 42px;
  padding: 0 18px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

/* 제목/설명 */
#page-101 .help-card-v2 h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-shadow: 0 1px 2px rgba(0, 31, 84, 0.16);
}

#page-101 .help-card-desc {
  position: relative;
  z-index: 2;
  min-height: 86px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
  word-break: keep-all;
  text-shadow: 0 1px 2px rgba(0, 31, 84, 0.14);
}

/* 버튼 */
#page-101 .help-card-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 58px;
  margin-bottom: 30px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.94);
  color: #0f4ccf;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(8, 31, 84, 0.18);
}

#page-101 .help-card-btn:hover {
  background: #ffffff;
  color: #0b3ea8;
}

/* 리스트: 투명 네모 박스 완전 제거 */
#page-101 .help-card-list {
  position: relative;
  z-index: 2;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

#page-101 .help-card-list li {
  position: relative;
  z-index: 2;
  padding: 0 0 0 18px;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  backdrop-filter: none !important;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 31, 84, 0.16);
}

#page-101 .help-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
}

/* 모바일 */
@media (max-width: 767px) {
  #page-101 .help-grid-4 {
    gap: 16px;
  }

  #page-101 .help-grid-4 .help-card-v2 {
    min-height: auto;
    padding: 24px 22px 26px;
  }

  #page-101 .help-card-v2 h3 {
    font-size: 24px;
  }

  #page-101 .help-card-desc {
    min-height: auto;
    margin-bottom: 24px;
  }

  #page-101 .help-card-btn {
    height: 54px;
    margin-bottom: 26px;
  }
}
