/* ===== 헤더 좌우 여백 조정 ===== */
.wk-header .wrap{
  max-width:1200px;
  margin:0 auto;
  padding:0 40px;
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;  /* 핵심 */
}

.wk-header .nav{
  display:flex;
  gap:40px;
  margin-left:40px;   /* auto 말고 고정 여백 */
}

.logo{
  margin-right:80px;   /* 60px → 80px 정도로 늘려보기 */
}
.wk-stat-icon svg {
  width: 70px;
  height: 70px;
  color: #000;   /* 🔥 검은 선 */
}