.menu_scut {
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0e0e0));background:-moz-linear-gradient(top,#ffffff,#e0e0e0);background-color:rgba(251, 251, 251, 9.9);
}
.menu_scut.last::after {
	left: 0px; right: auto; transform: rotate(180deg); -webkit-transform: rotate(180deg);
}
.menu_scut .inner_wrap {
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: relative;
}
.menu_scut .inner {
	margin: 0px auto;
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.menu_scut a {
	height: 40px; text-align: center; color: #000000; line-height: 2.5em; font-size: 16px; float: left; white-space: nowrap;
}
.menu_scut .inner a + a {
	margin-left: 8px;
}
.menu_scut a.on {
	color: #c00000; position: relative;font-weight: bold;
}
.menu_scut a .menu-tab-label {
	display: inline-block;
	position: relative;
	line-height: 1.2;
	padding-bottom: 9px;
	margin-top: 10px;
}
.menu_scut a.on .menu-tab-label::after {
	margin: 0 auto;
	background: #c00000;
	border-radius: 2px;
	left: -5px;
	height: 3px;
	right: -5px;
	bottom: 0;
	display: block;
	position: absolute;
	z-index: 10;
	content: "";
	-moz-border-radius: 2px;
}

.menu_scut .inner_wrap::before {
	background: url("//m.agriis.co.kr/m/inc/img/gradi_left1.png"); top: 1px; width: 22px; height: 38px; position: absolute; z-index: 10; content: "";
}
.menu_scut .inner_wrap::after {
	background: url("//m.agriis.co.kr/m/inc/img/gradi_right1.png"); top: 1px; width: 22px; height: 38px; position: absolute; z-index: 10; content: "";
}
.menu_scut .inner_wrap::before {
	background-position: -160px 0px; left: 0px; display: none;
}
.menu_scut .inner_wrap::after {
	background-position: -136px 0px; right: 0px;
}
.menu_scut .inner_wrap.left::before {
	display: block;
}
.menu_scut .inner_wrap.right::after {
	display: none;
}
.menu_scut .inner_wrap .inner a {
	transition: opacity 0.1s;
	opacity: 1;
}
.menu_scut .inner_wrap .inner.on a {
	opacity: 1;
}
.menu_scut a.menu-tab-icon {
	padding: 0;
}
.menu_scut a.menu-tab-icon .menu-tab-label {
	padding-bottom: 0;
	margin-top: 0;
}
.menu_scut a.menu-tab-icon img {
	display: block;
	margin: 10px auto 0;
}
.menu_scut a.menu-tab-icon.on .menu-tab-label::after {
	bottom: -9px;
}
