.main_slider { position: relative; width: 100%; }
.swiper-container{position:relative; width:100%;height:600px;}
.swiper-slide{
	display:table; background-position:center;background-size:cover; color:#fff;
	width: 100%;
}
.swiper-slide > div { 
	display: flex; align-items: center; justify-content: center;
	height: 100%; width: 100%; flex-direction: column;
}

.slider_title { 
	font-size: 30px; font-weight:700; word-break: normal;word-break: keep-all; 
	display: flex; align-items: center; justify-content: center;
	background-color: rgb(208, 0, 0); padding: 10px 60px; border-radius: 100px; margin-top: 30px;
}
.slider_con { font-size:40px; font-weight:700; letter-spacing:-1px; word-break: normal;word-break: keep-all; text-align: center;  }

@media screen and (max-width:1200px) {
	.slider_title { font-size:30px;}
}
@media screen and (max-width:800px) {
	.swiper-container{position:relative; width:100%;height:400px;}
	.slider_title { font-size:20px; }
	.slider_con { font-size:35px; }

}
@media screen and (max-width:500px) {
	.slider_con { font-size:25px; width:90%; text-align:center;  }

}
