.radio-box-style {
	/*position: relative;*/
	/*display: inline;*/
}
.radio-box-style label {
	min-width: 100px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	width: calc(50% - 6px);
	margin-bottom: 8px;
}

.radio-box-style label.selected {
	border: 1px solid #454545;
}

.radio-box-style span {
	color: #191919;
	width: 100%;
	text-align: center;
	height: 42px;
	line-height: 40px;
}

.radio-default-style {
	position: relative;
	display: inline;
}

.radio-default-style label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
	height: 40px;
	font-size: 14px;
	font-weight: 400;
}

.radio-default-style input[type="radio"] {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #E0E1E5;
	border-radius: 100%;
	background-color: #fff;
	-webkit-appearance: none;
	cursor: pointer;
	margin-right: 7px;
	min-width: 20px;
}

.radio-default-style input[type="radio"]:checked {
	border: 5px solid #fede29;
}

.radio-default-style span{
	padding-top: 5px;
}

.radio-imgbox-style label {
	width: 83px;
	height: 83px;
	display: inline-block;
	opacity: 0.5;
	border: 1px solid #F4F4F4;
	border-radius: 4px;
	cursor: pointer;
	background-color: #F4F4F4;
	margin-bottom: 7px;
}

.radio-imgbox-style label:not(:nth-of-type(4n+1)){
	margin-left: 7px;
}

.radio-imgbox-style img {
	padding: 24px 18px;
}

.radio-imgbox-style label.selected {
	border: 1px solid #454543;
	border-radius: 4px;
	opacity: 1;
	background-color: #fff
}

.radio-imgbox-style.hangtag label.selected img{
	filter: opacity(0.9) drop-shadow(0 0 0 #000);
}
