@CHARSET "UTF-8";

body {  }

#usm-copyright-id a { color: #; }
#usm-copyright-id a.privacy { color: red; font-weight: bold; }

/* 태블릿용 CSS */
@media (min-width:768px) and (max-width:1023px){
	
}

#usm-logo-wrap-id { width: 200px; height: 70px; }

/* PC용 CSS */
@media all and (min-width:1024px){

	#usm-logo-wrap-id { position: static; transform: none; clear: both; float: left; width: 200px; height: 70px; margin: 30px 0 0 0; padding: 10px 0 0 0; float: left; background-color: #434560; }
	#usm-menu-wrap-id { display:block; float: left; width: 1000px; z-index:10; }
	#usm-menu-wrap-id > ul > li > a { padding: 30px 25px; }
	#usm-menu-wrap-id > ul > li > .depth2 > ul > li a { text-align:left; padding-left: 4px; }

	/* 서브 이미지 전체 변경
	#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.png') no-repeat; }
	#usm-sub-bg-id.MABBF { background: url('../images/sub/sub_img_02.png') no-repeat; }
	#usm-sub-bg-id.M0107 { background: url('../images/sub/sub_img_01.png') no-repeat; }
	#usm-sub-bg-id.M0106 { background: url('../images/sub/sub_img_01.png') no-repeat; }
	#usm-sub-bg-id.M0105 { background: url('../images/sub/sub_img_02.png') no-repeat; }
	#usm-sub-bg-id.MABBG { background: url('../images/sub/sub_img_01.png') no-repeat; }
	#usm-sub-bg-id.M0111 { background: url('../images/sub/sub_img_01.png') no-repeat; }
	#usm-sub-bg-id.M0108 { background: url('../images/sub/sub_img_01.png') no-repeat; }
	#usm-sub-bg-id.M0109 { background: url('../images/sub/sub_img_01.png') no-repeat; }
	#usm-sub-bg-id.M0110 { background: url('../images/sub/sub_img_01.png') no-repeat; }
	#usm-sub-bg-id.M0111 { background: url('../images/sub/sub_img_01.png') no-repeat; }
	

}