.owl-carousel{
	position: relative;
}

	.owl-carousel .owl-prev,.owl-carousel .owl-next{
		position: absolute;
		top: 50%;
		width: 40px;
		height: 48px;
		margin-top: -30px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
	}
	.owl-carousel .owl-prev{
		left: -60px;
		background: url(../images/btn_back.png) no-repeat;
		background-size: 100%;
	}
	.owl-carousel .owl-next{
		right: -60px;
		background: url(../images/btn_next.png) no-repeat;
		background-size: 100%;
	}

	.disabled{
		display: none;
	}


@media screen and (max-device-width : 640px ){
	.owl-carousel .owl-prev,.owl-carousel .owl-next{
		position: absolute;
		top: 16%;
		width: 14%;
		margin-top: 0;
		padding: 14% 0 0 0;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
	}
	.owl-carousel .owl-prev{
		left: -16%;
		background: url(../images/sp/btn_back.png) no-repeat;
		background-size: 100%;
	}
	.owl-carousel .owl-next{
		right: -16%;
		background: url(../images/sp/btn_next.png) no-repeat;
		background-size: 100%;
	}
}