@charset "UTF-8";
#usm-util-wrap-id li button:hover { color: #01c289; }
#usm-util-wrap-id li a:hover { color: #01c289; }
.spinner-master { background-color: #01c289; }
/* 태블릿용 CSS */
@media (min-width:768px) and (max-width:1023px){
	
}

/* PC용 CSS */
@media all and (min-width:1024px){

	#usm-menu-wrap-id > ul > li > a { font-weight: 600; }
	#usm-menu-wrap-id > ul > li > a:hover { font-weight: 900; }
	#usm-menu-wrap-id > ul > li.active .depth2 > ul > li > a:hover { font-weight: 900; }
	#usm-util-wrap-id li a:hover { color: #00c18a; }
	#usm-subTitle-id a { font-weight: 900; }
	#usm-subMenuListBg-id > ul > li > a.selectMenu { font-weight: 900; }

	.usm-menuNavigation span a:nth-child(1) { margin: 0.2rem 0 0 0; }
	.usm-menuNavigation span a:last-child { font-weight: 900; }
	#usm-center-id h3 { font-weight: 900; }
	/* 서브 이미지 전체 변경
	#usm-sub-bg-id { background: url('../images/sub/sub_img.png') no-repeat; }
	*/

	/* 서브 이미지 대메뉴별 변경 대메뉴코드 반드시 확인
	#usm-sub-bg-id.M0101 { background: url('../images/sub/sub_img01.png') no-repeat; }
	#usm-sub-bg-id.M0102 { background: url('../images/sub/sub_img02.png') no-repeat; }
	#usm-sub-bg-id.M0103 { background: url('../images/sub/sub_img03.png') no-repeat; }
	#usm-sub-bg-id.M0104 { background: url('../images/sub/sub_img04.png') no-repeat; }
	#usm-sub-bg-id.M0105 { background: url('../images/sub/sub_img05.png') no-repeat; }
	#usm-sub-bg-id.M0106 { background: url('../images/sub/sub_img06.png') no-repeat; }
	#usm-sub-bg-id.M0107 { background: url('../images/sub/sub_img07.png') no-repeat; }
	#usm-sub-bg-id.M0108 { background: url('../images/sub/sub_img08.png') no-repeat; }
	#usm-sub-bg-id.M0109 { background: url('../images/sub/sub_img09.png') no-repeat; }
	#usm-sub-bg-id.M0110 { background: url('../images/sub/sub_img10.png') no-repeat; }
	#usm-sub-bg-id.M0111 { background: url('../images/sub/sub_img11.png') no-repeat; }
	*/
		
}