@charset "utf-8";
/* CSS Document */


.data_title
{
	padding:0 2%;
	width:100%;
	height:30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing:1px;
	
	transition: all .15s ease-in-out;
}
.data_title:hover
{
	color:rgba( 227 , 110 , 110 , 1 );
}

.kind_tag
{
	width:100%;
	background:rgba( 227 , 110 , 110 , 1 );
	color:#FFF;
}

.link_icon
{
	width:80%;
}
.connection_logo
{
	
}


@media (max-width: 768px)
{
	
}


/* 20210303  */
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	/* width:100% !important; */
	text-align: center;
	font-size: 1.21rem;
	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;*/
	
	display: block;
}

.swiper-slide1 {
	width:unset !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	background: transparent;
}
.swiper2
{
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide2 {
	/* height: calc((100% - 30px) / 2);
	width:unset !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; */
}