@charset "utf-8";#wrapper .mainContents #collection-modal .swiper-counter-container,
#wrapper .mainContents .collection-flex .collection-item__no
{
	color: white;
}

@media (max-width: 750px)
{
	#wrapper .mainContents #collection-modal .close-btn
	{
		background: url(/assets/front/img/icon/ico-close-white.svg);
	  background-repeat: no-repeat;
	  background-size: contain;
	  background-position: center center;
	}
}
#wrapper .mainContents #collection-modal .collection-swiper .swiper-button-prev
{
	background: url(/assets/front/img/icon/ico_slider-nav-prev-white.svg) no-repeat center center;
	background-size: contain;
}
#wrapper .mainContents #collection-modal .collection-swiper .swiper-button-next
{
	background: url(/assets/front/img/icon/ico_slider-nav-next-white.svg) no-repeat center center;
	background-size: contain;
}