.SuperForm li{
	list-style-type: none;
}

.SuperForm .steps{
	list-style: none;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	margin-bottom:10px;
}

.SuperForm .steps li{
	font-size: 15px;
	float: left;
	padding: 5px;
	padding-right: 15px;
	color: #fff;
	background: url(http://eims.kr/NUSKIN/2015/bdms/image/arrow.gif) 100% 50% no-repeat #898684;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	margin-right: 1%;
	width: calc(12% - 12px);
	line-height:20px;
}

.SuperForm .steps li span{
	font-size: 10px;
	display: block;
	white-space: nowrap;
}

.SuperForm .steps li.current{
	color: #fff;
	background: url(http://eims.kr/NUSKIN/2015/bdms/image/arrow.gif) 100% 50% no-repeat #29aeca;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

@media screen and (max-width: 600px) {
	
} 

@media screen and (max-width: 600px) {
	.SuperForm {
		margin: 0 8px;
		/*display: none;*/
	}
	.SuperForm .steps li span{display:none;}
	.SuperForm .steps li{
		font-size: 10px;
		float: left;
		padding: 5px 5px 5px 5px;
		color: #fff;
		background: url(http://eims.kr/NUSKIN/2015/bdms/image/arrow.gif) 100% 50% no-repeat #898684;
		-moz-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
		margin-right: 5px;
		min-width: calc(25% - 15px);
		line-height: 20px;
	}
	.SuperForm .steps li:nth-child(1){
		/*background: red;*/
	}
	.SuperForm .steps li:nth-child(4n+1){
		margin-top: 10px;
	}
} 


.steps li{
	cursor: pointer;
}
.wizard a {
	padding: 10.5px 10px;
	padding-left: 30px;
	padding-right: 15px;
	margin-right: 0.4%;
	background: #f2f2f2;
	position: relative;
	display: inline-block;
	color: #2790b0;
	/*width: 15%;*/
	margin-bottom: 5px;
	font-size: 10pt;
	text-decoration: none !important;
	cursor: pointer;
}
.wizard a:before {
	width: 0;
	height: 0;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #fff;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}
.wizard a:after {
	width: 0;
	height: 0;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #efefef;
	position: absolute;
	content: "";
	top: 0;
	right: -20px;
	z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
	border: none;
}
.wizard a:first-child {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	margin-right: 0;
}
.wizard .badge {
	margin: 0 5px 0 0;
	position: relative;
	top: -1px;
	display: none;
}
.wizard .badge-inverse {
	background: #fff;
	color: #777;
}
.wizard a:first-child .badge {
	margin-left: 0;
}
.wizard .current {
	background: #2790b0;
	color: #fff;
}
.wizard .current:after {
	border-left-color: #2790b0;
}