
/* --------------------------------------------------------------------------
	이미지 라디오
-------------------------------------------------------------------------- */ 

input[type=radio]+label {
	display: inline-block;
	background: url(/img/controls.png) top left no-repeat,url(/img/controls.png) top left no-repeat; 
	background-position: left -226px;
	height: 19px;
	cursor: default;
	padding-left: 21px;
	user-select: none; 
}
input[type=radio]:active+label { background-position: left -302px, left -226px; }
input[type=radio]:checked+label { background-position: left -302px, left -226px; }
input[type=radio][disabled]+label { background-position: left -226px; opacity: 0.5; }

/* Type 2 */

input[type=radio]+label.t2 {
	display: inline-block;
	background: url(/img/checkbox.png) top left no-repeat;
	background-position: left -81px;
	height: 21px;
	cursor: default;
	padding-left: 25px;
}
input[type=radio]+label.t2:active { background-position: left -54px; } 
input[type=radio]:checked+label.t2 { background-position: left -54px; } 