@charset "utf-8";
/************************************************************************************************************
                                          변호사 안내 - 법무법인 및 공증사무소
************************************************************************************************************/ 
:root {
  --header-bg: #f8f9fa;
  --primary-blue: #005696;
  --light-gray: #f8f9fa;
  --border-color: #dee2e6;
}
.height30 {
  height:30px;
}
/* 상단 타이틀 */
.main-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
  line-height: 25px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  border-left: 5px solid #00468c;
}
thead th {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}
/* 마우스 오버 효과 */
tbody tr:hover {
  background-color: #fcfcfc;
}