body {
    font-family: 'Noto Sans KR', Arial, sans-serif;
  }
  
  /* 네비게이션(로고 영역) 배경 흰색, 텍스트 어두운색 */
  .navbar {
    background: #fff !important;
    border-bottom: 1px solid #eee;
  }
  .navbar .navbar-brand,
  .navbar .nav-link {
    color: #222 !important;
    font-weight: 700;
  }
  .navbar .nav-link.active,
  .navbar .nav-link:hover {
    color: #0d6efd !important;
  }
  .navbar-brand img {
    height: 50px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .hero {
    background: url('http://braiding.mycafe24.com/img/main_2.jpg') center/cover no-repeat;
    color: #fff;
    padding: 80px 0;
    text-align: center;
  }
  .section-title {
    font-weight: bold;
    margin-bottom: 32px;
  }
  .product-card img {
    object-fit: cover;
    height: 180px;
  }
  .highlight-blue {
    color: #ffffff;
    font-weight: 700;
  }
  footer {
    background: #222;
    color: #bbb;
    padding: 24px 0;
    text-align: center;
    margin-top: 40px;
  }
   /* 데스크톱에서만 드롭다운 hover 지원 */
   @media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }

  .greeting-blue {
      font-size: 28px;
  font-weight: 400;
  color: #2f75c3;
}
.greeting-gray {
      font-size: 18px;
  font-weight: 200;
  color: #5e5e5e;
}

.img-desc {
margin-top: 12px;
font-size: 18px;
text-align: center;
color: #333;
font-weight: 400;
} 
.txt-desc {
margin-top: 12px;
font-size: 18px;
text-align: left;
color: #333;
font-weight: 400;
}
.equip-img {
width: 70%;
max-width: 70%;
height: auto;
display: block;
margin: 0 auto;
border: 1px solid #ccced3;
border-radius: 8px;
}