@charset "utf-8";
/* CSS Document */
/*swiper-main Start*/
.swiper-main {
	height: 100%;
	position: relative;
}
.swiper-main .swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-main .swiper-wrapper {
}
.swiper-main .swiper-slide {
	background-position: center;
	background-size: cover;
}
.swiper-main .swiper-button-next {
	background-image: url("../images/bg4-arrow-right.png");
	background-position: center 0px;
	background-size: 50px 100px;
    width: 50px;
    height: 50px;
	margin-top: -25px;
	right: 0px;
	opacity: 1.00;
}
.swiper-main .swiper-button-next-down {
	background-image: url("../images/bg4-arrow-right.png");
	background-position: center -50px;
}
/*.swiper-main .swiper-button-next:hover {
	background-image: url("../images/icon_right1b.png");
	background-position: center 0px;
}*/
.swiper-main .swiper-button-next.swiper-button-disabled {
	opacity: 0.25;
	pointer-events: auto;
}
.swiper-main .swiper-button-prev {
	background-image: url("../images/bg4-arrow-left.png");
	background-position: center 0px;
	background-size: 50px 100px;
    width: 50px;
    height: 50px;
	margin-top: -25px;
	left: 0px;
	opacity: 1.00;
}
.swiper-main .swiper-button-prev-down {
	background-image: url("../images/bg4-arrow-left.png");
	background-position: center 0px;
}
/*.swiper-main .swiper-button-prev:hover {
	background-image: url("../images/icon_left1b.png");
	background-position: center 0px;
}*/
.swiper-main .swiper-button-prev.swiper-button-disabled {
	opacity: 0.25;
	pointer-events: auto;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
	display: none;
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-next:after, 
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}
.swiper-button-prev:after, 
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}
.swiper-main .swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-main .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 15px;
}
.swiper-main .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    opacity: 0.20;
}
.swiper-main .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-main .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #FF6600;
}
.swiper-main .swiper-pagination-bullet-active {
    opacity: 1.00;
}
/*swiper-main End*/

/*@media only screen and (max-width: 780px){
	.swiper-main .swiper-button-next {
		background-position: center -80px;
		background-size: 44px 160px;
		width: 44px;
		height: 80px;
		margin-top: -40px;
	}
	.swiper-main .swiper-button-next:hover {
		background-position: center 0px;
	}
	.swiper-main .swiper-button-prev {
		background-position: center -80px;
		background-size: 44px 160px;
		width: 44px;
		height: 80px;
		margin-top: -40px;
	}
	.swiper-main .swiper-button-prev:hover {
		background-position: center 0px;
	}
}

@media only screen and (max-width: 360px){
	.swiper-main .swiper-button-next {
		background-position: center -60px;
		background-size: 33px 120px;
		width: 33px;
		height: 60px;
		margin-top: -30px;
	}
	.swiper-main .swiper-button-next:hover {
		background-position: center 0px;
	}
	.swiper-main .swiper-button-prev {
		background-position: center -60px;
		background-size: 33px 120px;
		width: 33px;
		height: 60px;
		margin-top: -30px;
	}
	.swiper-main .swiper-button-prev:hover {
		background-position: center 0px;
	}
}*/