/* 
 * nav-styles.css
 * 네비게이션 및 헤더 스타일
 * 만든 날짜: 2023년
 */

#header .header-logo { margin: 1rem 1rem 0rem 0; }
#header .header-nav.header-nav-links nav > ul li:hover > a {
	color: var(--primary-color) !important;
}
@media (max-width: 575px){
	#header .header-logo img {
		width: 80% !important;
		height: auto !important;
	}
}
