.swiper.swiper_custom_button{

	
	.swiper-button-next,
	.swiper-button-prev {
	  background: rgba(0,0,0,0.3);
	 
	  /*box-shadow: 0 4px 12px rgba(0,0,0,0.25); */
	  width: 40px;
	  height: 40px;
	  color: white;                          /* 화살표 색상 */
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  border: #acacac 1px solid;
	  border-radius:5px;
	}

	.swiper-button-next{
		margin-right:12px;
	}
	.swiper-button-prev{
		margin-left:12px;
	}

	.swiper-button-next::after,
	.swiper-button-prev::after {
	  font-size: 16px;
	  font-weight: bold;
	}
}

.no_space_card .swiper.swiper_custom_button{
	.swiper-button-next{
		margin-right:6px;
	}
	.swiper-button-prev{
		margin-left:6px;
	}
}