* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	/* color: #fff; */
}
.bold {
	font-weight: bold;
}
.mb-10 {
	margin-bottom: 5px;
}	
/* .main {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
} */
.title_img {
	width: 100%;
}
.meeting {
	width: 100%;
	height: auto;
	background: #000c47;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 40px 0;
}
.meeting_content {
	width: 60%;
}
.meeting_text {
	color: #fff;
	padding: 20px 0 ;
}
.live {
	width: 100%;
	padding: 30px 0;
}
.live_title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.live_icon {
	width: 20%;
	margin: 30px 0;
}
.live_a {
	display: block;
	width: 60%;
}
.live_btn {
	width: 100%;
}
.schedule {
	width: 100%;
	padding: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #000c47;
	/* height: 500px; */
	/* background-image: url(../images/3.png); */
	/* background-size: 100% 99.99%; */
}
.schedule_content {
	width: 70%;
}

.guest {
	width: 100%;
	height: 400px;
	/* background-image: url(../images/4.png); */
	/* background-size: 100% 99.99%; */
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: #102150;
	padding: 30px 0;
}
.swiper-container {
	width: 75%;
	height: 100%;
}
.swiper-wrapper {
	/* padding: 0 40px; */

}
.swiper-slide {
	margin-left: 3px;
}
.swiper-content {
	width: 95%;
	height: 100%;
}
.swiper_img {
	width: 100%;
	height: 100%;
}
.top {
	width: 100%;
	background: #a5a5a5;
	height: 80%;
}
.bottom {
	width: 100%;
	height: 20%;
	background-image: url(../images/5.png);
	background-size: 100% 99.99%;
}
.swiper-button-next {

}

.swiper-button-prev {

}
.footer {
	width: 100%;
	padding: 20px 0 ;
	height: auto;
	background: #000032;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_content {
	width: 80%;
}
.footer_text {
	color: #fff;
	padding: 10px 0 ;
}
.footer_a {
	color: #0069bf;
}
@media only screen and (min-width: 100px) and (max-width: 800px) {



}