@import "../default-skin.less";
@import "../../global/mixin.less";

.s_pc {
	.c_header {
		.fn > .ico:hover,
		.pt:hover { background:@primary-light-3;}
		.back {
			&:hover { background:@primary-light-3;}
		}
		.tab {
			li:not(.on):hover { background:@fg-light-9-5;}
		}
		.fn {
			img:hover,
			> [class*="e_ico"]:hover { background:@primary-light-3;}
			label:hover { background:@primary-light-3;}
			> .e_select:hover { background:@primary-light-3;}
		}
		&-white {
			.back:hover { background:@bg-dark-0-7;}
			.fn {
				> [class*="e_ico"]:hover { background:@bg-dark-0-7;}
				label:hover { background:@bg-dark-0-7;}
				> .e_select:hover { background:@bg-dark-0-7;}
			}
			.pt:hover { background:@bg-dark-0-7;}
		}
		&-orange {
			.back:hover { background:@warning-light-3;}
			.fn {
				> [class*="e_ico"]:hover { background:@warning-light-3;}
				label:hover { background:@warning-light-3;}
			}
		}
		&-nav {
			.fn {
				> [class*="e_ico"]:hover { background:@fg-op-0-5;}
				> .e_select:hover { background:@bg-dark-0-7;}
			}
		}
	}
}