@charset "utf-8";


@keyframes scroll{
	0% {opacity: 0.3;}
	50% {opacity: 1;}
	100% {opacity: 0.3;}
}

@keyframes marqueeL {
	0%{transform: translateX(0%);}
	50%{transform: translateX(-50%);}
	100%{transform: translateX(-100%);}
}
@keyframes marqueeR {
	0%{transform: translateX(-100%);}
	50%{transform: translateX(-50%);}
	100%{transform: translateX(0%);}
}

.mtmedia .top_slide {
	margin-top:80px;
	text-align:center;
} 
.mtmedia .top_slide .img_area {
	position:relative;
}

.mtmedia .top_slide .big_img {}
.mtmedia .top_slide .big_img img {width:100%; max-width:1000px;}


.mtmedia .swiper-container {
	overflow:hidden;
}
.mtmedia .swiper-slide .img_area {position: relative;}
.mtmedia .swiper-slide .img_area:after {
	content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.mtmedia .swiper-slide .img_area img {width:100%;}
.mtmedia .swiper-slide.on .img_area:after {
    opacity: 0;
}


.mtmedia .more_wr {}
.mtmedia .swiper-scrollbar {
	display:none;
	width: 90%;
    margin: 50px auto 0;
}
.btn_wr {
	text-align: right;
}
.btn_wr .more_wr {
	display: inline-block;
	margin-right: 6%;
}

.swiper-slide {cursor: pointer;}
.swiper-scrollbar {
	width: 100%;
	height: 3px;
	background-color: #323232;
	margin: 8.8% 0 11.8%;
}
.swiper-scrollbar .swiper-scrollbar-drag {
}

.more_wr {
	text-align: center;
}
.more {
	position: relative;
	display: inline-block;
	padding-bottom: 1px;
/*	border-bottom: 1px solid #fff;*/
	font-size: 1.2rem;
	color:#fff;
	text-transform: uppercase;
	font-weight: 700;
}

.swiper-button-custom {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-custom:after {display: none;}
.swiper-button-custom-next {
	background-image: url(/custom/img/btn_next.png);
	background-image: url(../../custom/img/btn_next.png);
	
}
.swiper-button-custom-prev {
	background-image: url(/custom/img/btn_prev.png);
	background-image: url(../../custom/img/btn_prev.png);
}

@media (max-width:1023px) {
	.mtmedia .btn_wr {display:none !important;}
	.pic_lt.li_2 ul li {width: calc(50% - 1.5%)!important;}

	
}

.mtmedia .bottom_slide {margin-top:30px;}

@media only screen and (min-width: 1024px) {
	.more {padding-bottom: 5px;font-size: 1.5rem;}
	.mtmedia {
		position: relative;
	}

	.mtmedia .top_slide {
	}	


	.mtmedia .bottom_slide {
		position: relative;
		max-width:1000px;
		margin:80px auto 0;
	}	
	.mtmedia .swiper-container {
		margin: auto;
	}	

	.mtmedia .btn_wr {
		position: absolute;
		width: 120%;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		margin: auto;
		z-index: 100;
		bottom: unset;
	}
	
	.mtmedia .swiper-button-custom-prev {
		background: url('../img/btn_arrow_l.png') no-repeat 50% 50%;
		left:-60px;
	}	
	.mtmedia .swiper-button-custom-next {
		background: url('../img/btn_arrow_r.png') no-repeat 50% 50%;
		right:-60px;
	}	
	

	.btn_wr .more_wr {
		margin-right: 3%;
	}
	.btn_wr .swiper-button-custom {
/	}
	.mtmedia .btn_wr {
		width: 100%;
	}
	


}


@media (max-width:969px) {
	.mtmedia .swiper-scrollbar {display:block;}

	.mtmedia .btn_wr {display:none;}
}

@media (max-width:767px) {
	.mtmedia .top_slide {margin-top:50px;}
}