@charset "utf-8";
/* CSS Document */
.banner-cont{
	position: relative;
	background: #181818;
	padding: 6px 0;
}
.banner-slider li img{
	width: 100%;
	height: auto;
	display: block;
}

.banner-slider{
	margin: 0;
}
.banner-slider li{
	margin: 0 6px 0 0;
	padding: 0;
	background: none;
}
.banner-slider li:last-child{
	margin-right: 0;
}

@media only screen and (min-width:1025px){
	
	.slider-btn{
		position: absolute;
		bottom: 12px;
        right: 12px;
		z-index: 3;
		width: 163px;
		padding: 17px 30px;
		justify-content: space-between;
		opacity: 1;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		background-color: #333;
		border-radius: 10px;
	}
	.slide-btn-previous{
		width: 22px;
		height: 22px;
		border-top: 4px solid #ff8800;
		border-right: 4px solid #ff8800;
		cursor: pointer;
	}
	.slide-btn-previous{
		transform: rotate(-135deg);
	}
	.slide-btn-next{
		width: 22px;
		height: 22px;
		border-top: 4px solid #ff8800;
		border-right: 4px solid #ff8800;
		cursor: pointer;
	}
	.slide-btn-next{
		transform: rotate(45deg);
	}
	
}
