/* Business page overrides. */

/* Use a clean Korean-first sans-serif stack for this page. */
body {
  font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', Arial, sans-serif;
}

/* Section heading and lead copy. */
.btext0 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
  color: #111827;
}

.btext1 {
  font-size: 18px;
  color: #4b5563;
  font-weight: 400;
  margin-bottom: 28px;
}

/* Cards in the highlighted rows. */
.bex .col-lg-6 {
  margin-bottom: 36px;
}

.bex h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #6b7280;
  margin-bottom: 10px;
}

.bex h4 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-top: 14px;
  margin-bottom: 6px;
}

.bex p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 0;
}

.bex .bimg {
  width: 100%;
}

.bex .bimg img {
  display: block;
  width: 100% !important;
  height: 260px !important;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(2, 8, 20, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.bex .bimg img:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(2, 8, 20, 0.12);
}

@media (max-width: 1000px) {
  .btext0 { font-size: 28px; }
  .btext1 { font-size: 16px; }
  .bex .bimg img { height: 200px !important; }
}


