@charset "UTF-8";

#usm-logo-wrap-id { width: 32rem; height: 7rem; }
#usm-logo-wrap-id a { width: 32rem; height: 7rem; }

/* 태블릿용 CSS */
@media (min-width:768px) and (max-width:1023px){
	
}

/* PC용 CSS */
@media all and (min-width:1024px){

	#usm-menu-wrap-id > ul > li > a { padding: 1rem 2rem 0.9rem 2rem; }
	
	/* 서브 이미지 전체 변경
	#usm-sub-bg-id { background: url('../images/sub/sub_img.png') no-repeat; }
	*/

	/* 서브 이미지 대메뉴별 변경 대메뉴코드 반드시 확인 	*/
	#usm-sub-bg-id.M0102 { background: url('../images/sub/sub_img1.webp') no-repeat; }
	#usm-sub-bg-id.M0107 { background: url('../images/sub/sub_img2.webp') no-repeat; }
	#usm-sub-bg-id.M0109 { background: url('../images/sub/sub_img4.webp') no-repeat; }
	#usm-sub-bg-id.M0103 { background: url('../images/sub/sub_img5.webp') no-repeat; }
	#usm-sub-bg-id.M0106 { background: url('../images/sub/sub_img7.webp') no-repeat; }
	#usm-sub-bg-id.M0110 { background: url('../images/sub/sub_img8.webp') no-repeat; }
	#usm-sub-bg-id.M0114 { background: url('../images/sub/sub_img9.webp') no-repeat; }

		
}