._i-r2b {
	/* background-image: url('/i/ico_r2b.svg'); */
	-webkit-mask:  url('/i/ico_r2b.svg') no-repeat;
	mask: url('/i/ico_r2b.svg') no-repeat;
}

._lcb ._i-r2b {
	/* background-image: url('/i/ico_r2b.svg'); */
	-webkit-mask:  url('/i/ico_b2r.svg') no-repeat;
	mask: url('/i/ico_b2r.svg') no-repeat;
}

._i-dots {
	-webkit-mask:  url('/i/ico_dots.svg') no-repeat;
	mask: url('/i/ico_dots.svg') no-repeat;
}
._i-vdots {
	-webkit-mask:  url('/i/ico_vdots.svg') no-repeat;
	mask: url('/i/ico_vdots.svg') no-repeat;
}

._i-b2r {
	-webkit-mask:  url('/i/ico_b2r.svg') no-repeat;
	mask: url('/i/ico_b2r.svg') no-repeat;
}

._i-sh0 {
	-webkit-mask:  url('/i/i.svg#is_on0') no-repeat;
	mask: url('/i/i.svg#is_on0') no-repeat;
}
._i-sh1 {
	-webkit-mask:  url('/i/i.svg#is_on1') no-repeat;
	mask: url('/i/i.svg#is_on1') no-repeat;
}

._i-sh {
	-webkit-mask:  url('/i/i.svg#is_on0') no-repeat;
	mask: url('/i/i.svg#is_on0') no-repeat;
}
._s > ._i-sh {
	-webkit-mask:  url('/i/i.svg#is_on1') no-repeat;
	mask: url('/i/i.svg#is_on1') no-repeat;
}

._i-ul0 {
	-webkit-mask:  url('/i/ico_ul0.svg') no-repeat;
	mask: url('/i/ico_ul0.svg') no-repeat;
}
._i-ul1 {
	-webkit-mask:  url('/i/ico_ul1.svg') no-repeat;
	mask: url('/i/ico_ul1.svg') no-repeat;
}
._i-lck-xs {
	-webkit-mask:  url('/i/ico_lock-xs.svg') no-repeat;
	mask: url('/i/ico_lock-xs.svg') no-repeat;
}

._i-partcontent {}
._i-vw0 {
	-webkit-mask:  url('/i/ico_view0.svg') no-repeat;
	mask: url('/i/ico_view0.svg') no-repeat;
}
._i-vw1 {
	-webkit-mask:  url('/i/ico_view1.svg') no-repeat;
	mask: url('/i/ico_view1.svg') no-repeat;
}
._i-vw2 {
	-webkit-mask:  url('/i/ico_view2.svg') no-repeat;
	mask: url('/i/ico_view2.svg') no-repeat;
}

._i-eraser {
		-webkit-mask:  url('/i/ico_erase.svg') no-repeat;
	mask: url('/i/ico_erase.svg') no-repeat;
}
._i-bkspc {
	-webkit-mask:  url('/i/ico_delete.svg') no-repeat;
	mask: url('/i/ico_delete.svg') no-repeat;
}

._i-ckbx {
	-webkit-mask:  url('/i/i.svg#chk') no-repeat;
	mask: url('/i/i.svg#chk') no-repeat;
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #666666;
}
._c > ._i-ckbx {
	background-image:  url('/i/i.svg#chk_a');
	-webkit-mask:  none;
	mask: none;
	background-color: transparent;
}
._lck > ._i-ckbx {
	-webkit-mask:  url('/i/i.svg#chk_lck') no-repeat;
	mask: url('/i/i.svg#chk_lck') no-repeat;
	background-color: #888888;
}
._dis > ._i-ckbx {
	-webkit-mask:  url('/i/i.svg#chk_dis') no-repeat;
	mask: url('/i/i.svg#chk_dis') no-repeat;
	background-color: #dddddd;
}

.menu-content .nav-row__btn {
	-webkit-mask:  url('/i/i.svg#rarr') no-repeat center; 
	mask: url('/i/i.svg#rarr') no-repeat center;
	background-color: #fff;
}