@charset "UTF-8";

#usm-menu-wrap-id > ul > li.pc_hide { display: none; }
#usm-menu-wrap-id > ul > li > .depth2 > ul > li.pc_hide { display: none; }
#usm-menu-wrap-id > ul > li > .depth2 > ul > li > ul > li.pc_hide { display: none; }
#usm-menu-wrap-id > ul > li > .depth2 > ul > li > ul > li > ul > li.pc_hide { display: none; }
#usm-quickMenuWrap-id { display: none; }

@media all and (min-width:1024px){

	#usm-menu-wrap-id > ul > li { position: relative; float: left; font-weight: bold; text-align: center; font-size: 15px; }
	#usm-menu-wrap-id > ul > li > a { color: #fff; display: block; padding: 12px 40px 13px 40px; }
	#usm-menu-wrap-id > ul > li.active { }
	#usm-menu-wrap-id > ul > li.active > a { color: #f1ff14;}

	#usm-menu-wrap-id > ul > li > .depth2 { display: none; left: 0; position: absolute; z-index: 99999; background-color: #c9c9c9; border-left: 1px solid #d4d4d4; border-right: 1px solid #d4d4d4; padding: 10px 0 0 0; }
	#usm-menu-wrap-id > ul > li > .depth2.active { background-color: #147010; }
	#usm-menu-wrap-id > ul > li:first-child > div { border-left: none; }
	#usm-menu-wrap-id > ul > li:last-child > div { border-right: none; }
	#usm-menu-wrap-id > ul > li > .depth2 > ul { margin: 0; padding: 0; }
	#usm-menu-wrap-id > ul > li > .depth2.active > ul > li a { color: #fff; }
	#usm-menu-wrap-id > ul > li > .depth2 > ul > li a { font-size: 13px; color: #000; padding: 4px 0 6px 0;display: block; }
	#usm-menu-wrap-id > ul > li > .depth2 > ul > li a:hover { color: #f1ff14; }

	#usm-menu-wrap-id > ul > li > .depth2 > ul > li > ul { display: none; }
	#usm-menu-wrap-id > ul > li > .depth2 { padding: 10px 0; }
	#usm_top_menu_bg { display: none; position: absolute; width: 100%; height: 300px; background-color: #c9c9c9; z-index: 100; border-bottom: 10px solid #c9c9c9; padding: 10px 0; }

	#usm-quickMenuWrap-id { display: block; position: absolute; }
	#usm-quickMenuWrap-id .usm-qm-top { background: url('../images/q_top.png') no-repeat; width: 80px; height: 22px; padding: 15px 0 0 0; text-align: center; color: #fff; font-size: 16px; }
	#usm-quickMenuWrap-id .usm-qm-bg { background: url('../images/q_bg.png') repeat-y; width: 80px; height: auto; }
	#usm-quickMenuWrap-id .usm-qm-bg li { font-size: 12px; letter-spacing: -0.1em; margin: 0 0 7px 0; }
	#usm-quickMenuWrap-id .usm-qm-bg li:last-of-type { margin: 0; }
	#usm-quickMenuWrap-id .usm-qm-bg li a:hover { font-weight: bold; }
	#usm-quickMenuWrap-id .usm-qm-btm { background: url('../images/q_btm.png') no-repeat; width: 80px; height: 13px; line-height: 0; }
}