.mainSlideWrap, .mainSlide{width: 100%; overflow: hidden;}
.mainSlide {position:relative;}
.mainSlide .slider {position:relative; z-index:1;}
.mainSlide .slider li {position:relative; text-align:center; height: 790px;}
.mainSlide .slider li::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}

.mainSlide .slider li img {display:inline-block; max-width:none;width: 100%;height: 100%;}

.mainSlide .control {
	position: absolute;
	left: 50%;
	bottom: 30%;
	transform: translateX(-50%);
	z-index: 90;
	width: 100%;
	height: auto;
	font-size: 0;
}

@keyframes bar {
    0%{width: 0;}
    100%{width: 100%;}
}

.mainSlide .visual-progress{position: relative; display: block; width: 762px; height: 1px; margin: 0 auto; background-color:rgba(255,255,255,.4);}
.mainSlide .visual-progress span{position: absolute; display: block; top: 0; left: 0; width: 0; height: 100%; background-color: #fff;}
.mainSlide .visual-progress.on span{animation: bar 3s 1;}


.mainSlide .control-inner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.mainSlide .playstop {display: inline-block;}
.mainSlide .playstop button {display: none; text-indent: -9999px;}
.mainSlide .playstop button.on {display: inline-block;}
.mainSlide .play {width: 22px; height: 22px; background: url('../images/slider_play.png') no-repeat center center;}
.mainSlide .stop {width: 22px; height: 22px; background: url('../images/slider_stop.png') no-repeat center center;}

.mainSlide .visual-count {display: inline-block; vertical-align: middle; margin-left: 10px;}
.mainSlide .visual-count span {font-family: 'S-CoreDream-5Medium', sans-serif; font-size: 12px;}
.mainSlide .visual-count .current {color: #fff;}
.mainSlide .visual-count .slash {margin: 0 5px;}
.mainSlide .visual-count .slash, .mainSlide .visual-count .total {color: #d2d2d2;}

.mainSlide .prevnext {position: absolute; left: 0px; bottom: 50%; z-index: 90; width: 100%; height: 0px; text-align: center;}
.mainSlide .prevnext button {display: block; width: 30px; height: 30px;}
.mainSlide .prevnext button.prev {float: left; margin: 0 0 0 30px; background: url('../images/slider_prev.png') no-repeat center center; text-indent: -9999px;}
.mainSlide .prevnext button.next {float: right; margin: 0 30px 0 0; background: url('../images/slider_next.png') no-repeat center center; text-indent: -9999px;}


.mainSlide .paging {
	position: absolute;
	left: 50%;
	bottom: 15%;
	transform: translateX(-50%);
	z-index: 90;
}
.mainSlide .paging ul {display: inline-block;}
.mainSlide .paging li {float: left; margin: 0 2px;}
.mainSlide .paging li.slick-active button {background: #fff;}
.mainSlide .paging li button {display: block; width: 35px; height: 2px; background: rgba(255,255,255,0.5); text-indent: -9999px;}

@media all and (max-width: 1024px) {
	.mainSlide .slider li{height: 550px;}
	.mainSlide .slider li img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: fit-content;
	}
}

@media all and (max-width: 768px) {
	.mainSlide .slider li{height: 480px;}

    .mainSlide .visual-progress{width: 50%;}
	.mainSlide .paging{bottom: 20%;}
}