.owl-carousel{
	position: relative;
}

	.owl-carousel .owl-prev,.owl-carousel .owl-next{
		position: absolute;
		top: 50%;
		width: 28px;
		height: 32px;
		margin-top: -16px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
	}
	.owl-carousel .owl-prev{
		left: -34px;
		background: url(../images/pc_btn_back.png) no-repeat;
		background-size: 100%;
	}
	.owl-carousel .owl-next{
		right: -34px;
		background: url(../images/pc_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: 30%;
		width: 8%;
		margin-top: 0;
		padding: 14% 0 0 0;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
	}
	.owl-carousel .owl-prev{
		left: -6%;
		background: url(../images/sp_btn_back.png) no-repeat;
		background-size: 100%;
	}
	.owl-carousel .owl-next{
		right: -6%;
		background: url(../images/sp_btn_next.png) no-repeat;
		background-size: 100%;
	}
}