iframe{
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner img{
	max-width: 100%;
	display: block;
}

.attach 
{
	position:absolute; top:0px;  
	transform: translateX(-50%);

}

.main-title{
	font-size: 1.2rem;
	font-weight: bolder;
	letter-spacing: 0;
}

.sub-title{
	font-size: 1rem;
	color: #F39737;
}

.news{
	padding: 0 3.2% 3rem 3.2%;
	background: #F2F2F2;
}

.stick{
	margin:0 auto 1rem auto;
	width: 0;
	height: 1.5rem;
	border: 0.2rem solid #F39737;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
}

.news-title{
	padding-bottom: 1rem;
}

.news-title h2{
	margin: 0;
	padding: 0;
}

.news-block{
	padding: 0.7rem;
	width: 100%;
}

.news-block a{
	text-decoration: none !important;
	display: flex;
}

a.news-link:hover .new-content-title{
    color: #F39737;
}

.news-time{
	display: inline-grid;
    text-align: center;
}

.news-time-YM{
	color: #A6A6A6;
	font-size: 0.8rem;
    line-height: initial;
    font-family: sans-serif;
}

.news-time-D{
	color: #000000;
	font-size: 1.4rem;
    line-height: initial;
    font-family: sans-serif;
}

.news-content-stick{
	margin-left: 1.1rem;
	width: 0;
	border: 0.15rem solid #000000;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
}

.news-content-div{
	margin-left: 0.5rem;
	display: grid;
	color: #000000;
}

.new-content-title{
	font-weight: bolder;
	font-size: 1rem;
}

.new-content-detail{
	font-size: 1rem;
}

.news-more{
	color: #000000;
	background-color: #F39737;
	padding: 0.3rem 1.5rem;
}

.event{
	padding: 0 9.5% 5rem 9.5%;
}

.event-title{
	padding-bottom: 1rem;
}

.event-title h2{
	margin: 0;
	padding: 0;
}

.event-block{
	padding: 1rem 0.7rem;
}

.event-block a{
	text-decoration: none !important;
}

a.event-link:hover .card-title{
    color: #F39737;
}

.event-block .card-body{
	min-height: 10rem;
	background-color: #000000;
}

.event-arrow-div{
	position: absolute;
	bottom: 0;
	right: 1rem;
	font-size: 2rem;
}

.event-arrow-div i{
	color: #F39737;
}

.card-body{
	color: #FFFFFF;
}

.card-title{
	font-weight: bolder;
}

.card-sub-title{
	font-weight: lighter;
}

.partners{
	padding: 0 9.5% 5rem 9.5%;
	background: #F2F2F2;
}

.partners-title{
	padding-bottom: 1rem;
}

.partners-title h2{
	margin: 0;
	padding: 0;
}

.partners img{
	margin: 1rem;
	height: 40px;
	max-width: 100%;
}
@media (min-width: 240px){
.rwd-display-none {
	display: none;
	}
	.rwd-display-show {
		display: block;
	}
}
@media (min-width: 480px){
	.rwd-display-none {
		display: none;
	  }
	  .rwd-display-show {
		  display: block;
	  }
}

@media (min-width: 576px){
	iframe{
		width: 480px;
		height: 280px;
	}
	.partners img{
		margin: 2rem;
		height: 65px;
	}
	.rwd-display-none {
		display: none;
	  }
	  .rwd-display-show {
		  display: block;
	  }
}

@media (min-width: 768px) {
	.main-title{
		font-size: 1.8rem;
	}

	.sub-title{
		font-size: 1.2rem;
	}
	.stick{
		height: 3rem;
	}
	.partners img{
		margin: 2.2rem;
		height: 80px;
	}
	.rwd-display-none {
		display: none;
	  }
	  .rwd-display-show {
		  display: block;
	  }
}
@media (min-width: 991px) {
	iframe{
		width: 768px;
		height: 432px;
	}
	.news-block{
		width: 50%;
	}
	.event-block{
		padding: 0 0.7rem;
	}
	.rwd-display-none {
		display: none;
	  }
	  .rwd-display-show {
		  display: block;
	  }
}

@media (min-width: 992px) {
	iframe{
		width: 768px;
		height: 432px;
	}
	.news-block{
		width: 50%;
	}
	.event-block{
		padding: 0 0.7rem;
	}
	.rwd-display-none {
		display: block;
	  }
	  .rwd-display-show {
		  display: none;
	  }
}

@media (min-width: 1200px) {
	.main-title{
		font-size: 2.5rem;
	}

	.sub-title{
		font-size: 1.5rem;
	}
	.news-block{
		padding: 2rem;
	}
	.news-time-YM{
		font-size: 1.2rem;
	}

	.news-time-D{
		font-size: 4rem;
	}

	.news-content-stick{
		margin-left: 3.5rem;
	}

	.news-content-div{
		margin-left: 1.5rem;
	}

	.new-content-title{
		font-size: 1.5rem;
	}

	.new-content-detail{
		font-size: 1.5rem;
	}
	.rwd-display-none {
		display: block;
	}
	.rwd-display-show {
		display: none;
	  }
}