@CHARSET "UTF-8";

body {  }
#usm-logo-wrap-id { width: 170px; height: 60px; }
#usm-copyright-id a.privacy { color: red; font-weight: bold; }

/* 태블릿용 CSS */
@media (min-width:768px) and (max-width:1023px){
	
}

/* PC용 CSS */
@media all and (min-width:1024px){

	#usm-menu-wrap-id { width: 1030px; }
	#usm-menu-wrap-id > ul > li > a { padding: 10px 20px; }	
	
	/* 서브 이미지 전체 변경
	#usm-sub-bg-id { background: url('../images/sub/sub_img.png') no-repeat; }
	*/

	/* 서브 이미지 대메뉴별 변경 대메뉴코드 반드시 확인 */
	#usm-sub-bg-id.M0102 { background: url('../images/sub/sub_img_01.jpg') no-repeat; }
	#usm-sub-bg-id.M0103 { background: url('../images/sub/sub_img_02.jpg') no-repeat; }
	#usm-sub-bg-id.M0104 { background: url('../images/sub/sub_img_03.jpg') no-repeat; }
	#usm-sub-bg-id.M0109 { background: url('../images/sub/sub_img_04.jpg') no-repeat; }
	#usm-sub-bg-id.M0105 { background: url('../images/sub/sub_img_05.jpg') no-repeat; }
	#usm-sub-bg-id.M0106 { background: url('../images/sub/sub_img_06.jpg') no-repeat; }
	#usm-sub-bg-id.M0107 { background: url('../images/sub/sub_img_07.jpg') no-repeat; }
	#usm-sub-bg-id.MABBG { background: url('../images/sub/sub_img_08.jpg') no-repeat; }
	#usm-sub-bg-id.M0110 { background: url('../images/sub/sub_img_09.jpg') no-repeat; }
		
}