.dynamic-lists .asw-list__item:nth-child(1)::before{
	content: '①';
}
.dynamic-lists .asw-list__item:nth-child(2)::before{
	content: '②';
}
.dynamic-lists .asw-list__item:nth-child(3)::before{
	content: '③';
}
.dynamic-lists .asw-list__item:nth-child(4)::before{
	content: '④';
}
.dynamic-lists .asw-list__item:nth-child(5)::before{
	content: '⑤';
}
.dynamic-lists .asw-list__item:nth-child(6)::before{
	content: '⑥';
}

@media only screen and (max-width: 768px){
	.asw-hidden-lg.swipe-track{
	    position: relative;
	    width: 100vw;
	    left: 50%;
	    max-width: 1400px;
	    transform: translateX(-50%);
	    overflow: hidden;
	}

	.asw-hidden-lg.swipe-track .asw-swipLayout__container{
		margin: 0 auto;
	    overflow: visible;
	    max-width: 1104px;
	    width: 90%;
	    padding: 0;
	}
}

