@charset "utf-8";

/****************************************************

	1. asset 이동완료 2025-07-25
	2. 개별사이트 스타일 작업시 아래에 추가하여 사용하세요!

****************************************************/
/* add */






#header:after,
#header{background:#241f21;}

#gnb.depth1-list .depth2 li a{color:#ffffff;}
#gnb.depth1-list >li .depth1{color:#ffffff;}
#header .logo a.logo-img{background: url(https://bunyangnara.kr/admin/upimg/2025/12/12/1765529327_popup.webp) no-repeat left center / contain;}
.utill .bt-tel{color:#d0a88d;}

.utill .bt-cs{color:#d0a88d;}
/* media */
@media screen and (max-width: 1880px) {
	@media screen and (max-width: 1640px){
	}
	@media screen and (max-width: 1560px){
	}
	@media screen and (max-width: 1500px){
	}
	@media screen and (max-width: 1470px){		
	}
	@media screen and (max-width:1280px){
	}
	@media screen and (max-width: 1024px){
	}
	@media screen and (max-width: 800px){ /* breakpoint 모바일 */
	}
	@media screen and (max-width: 640px){		
	}
	@media screen and (max-width: 480px){
	}
	@media screen and (max-width: 360px){	
	}
}