/************************************
	fullpage circleArr
*************************************/

.fp-controlArrow {
    -webkit-user-select			: none; /* webkit (safari, chrome) browsers */
    -moz-user-select			: none; /* mozilla browsers */
    -khtml-user-select			: none; /* webkit (konqueror) browsers */
    -ms-user-select				: none; /* IE10+ */
    position					: absolute;
    z-index						: 4;
    cursor						: pointer;
    -webkit-transform			: translate3d(0,0,0);
    -ms-transform				: translate3d(0,0,0);
    transform					: translate3d(0,0,0);
	width						: 47px;
	height						: 47px;
	top							: 50%;
	transform					: translateY(-50%);
}
.fp-controlArrow.fp-prev {
	background					: url('/main/images/common/icon/leftArrow03.png') center no-repeat;
	left						: 2vw;
	width						: 47px;
	height						: 47px;
}
.fp-controlArrow.fp-next {
	background					: url('/main/images/common/icon/rightArrow03.png') center no-repeat;
	right						: 2vw;
	width						: 47px;
	height						: 47px;
}