
/*레이어 팝업*/
.layer-popup {
	position: fixed;
	top: 150px;
	left: 150px;
	z-index: 101;
}
.layer-popup p.pop-close {
	position: absolute;
	right: 0;
	bottom: -30px;
	width: 100%;
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	background: #000;
}
.layer-popup .pop-close input {
	vertical-align: top;
	margin-top: 3px;
}
.layer-popup .pop-close label {
	font-weight: 200;
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
	margin-right: 6px;
}
.layer-popup .pop-close a {display: inline-block;}
.layer-popup .pop-close a img {
	width: 10px;
	height: 10px;
	margin-top: -2px;
}

@media (max-width: 991px) {
	.layer-popup {
		top: 15px;
		left: 5%;
		width: 90%;		
	}
	.layer-popup .popup-img img {
		width: 100%;
	}
}


@media (min-width: 992px) {
	.main {
        z-index: 1;
        word-break: keep-all;
        position: relative;
    }

	.main-banner {
		width: 100%;
		height: 500px;
		margin-top: 115px;
	}
	.main-banner .swiper {
		width: 100%;
		height: 500px;
	}
	.main-banner .swiper .swiper-slide {
		display: block;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.main-banner .swiper .swiper-slide a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.main-banner .swiper .swiper-slide a:hover {
		text-decoration: none;	
	}
	.main-banner .swiper .swiper-slide .container {
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0;
	}
	.main-banner .swiper .swiper-slide .txt {
		width: 40%;
		color: #fff;
		font-size: 40px;
	}
	.main-banner .swiper .banner-pagination {
		position: absolute;
		left: 0;
		bottom: 100px;
		z-index: 10;
	}
	.main-banner .swiper .banner-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 12px 0 0;
		border-radius: 50%;
		background-color: #B0B0B0;
		opacity: 1;
	}
	.main-banner .swiper .banner-pagination .swiper-pagination-bullet-active {
		background-color: #91FF84;
	}


	.main-info {
		width: 100%;
		padding: 75px 0 50px;
	}
	.main-info .row {
		display: flex;
	}
	.main-info .main-board {
		position: relative;
		display: flex;
		width: calc( 50% + 10px );
		margin-top: 15px;
	}
	.main-info .main-board .board-list h3 {
		margin-right: 30px;
	}
	.main-info .main-board .board-list h3 a {
		color: #999999;
		font-size: 24px;
		font-weight: bold;	
	}
	.main-info .main-board .board-list h3.active a {
		color: #333;
		font-size: 28px;
		text-decoration: none;
	 }
	.main-info .main-board .board-list ul {
		position: absolute;
		top: 50px;
		left: 0;
		width: calc( 100% - 70px );
	}
	.main-info .main-board .board-list ul li a {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 15px 0 12px;
		border-top: 1px solid #F2F2F2;
	}
	.main-info .main-board .board-list ul li a .tit {
		width: calc( 100% - 90px );
		color: #333;
		font-size: 16px;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
	.main-info .main-board .board-list ul li a .date {
		width: 90px;
		color: #6FAF9C;
		font-size: 14px;
		text-align: right;
	}
	.main-info .main-board .board-list ul li a .txt {
		display: none;

	}	
	.main-info .main-board .board-list ul li:first-child a .txt {		
		width: 100%;
		padding-top: 10px;
		color: #666;
		font-size: 14px;
		overflow: hidden;
		text-overflow:ellipsis;
		word-break: break-word;
		display:-webkit-box; 
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
	}
	.main-info .main-board .board-list .more-btn {
		position: absolute;
		top: -5px;
		right: 70px;
		color: #009F73;
		font-size: 28px;
		font-weight: bold;
	}
	.main-info .main-board .board-list .more-btn:hover {
		text-decoration: none;
	}


	.main-hot {
		width: calc( 50% - 10px );
	}
	.main-hot .swiper {
		width: 100%;
		padding: 15px;
		border-radius: 10px;
		box-shadow: 0px 0px 10px #0000001A;
	}
	.main-hot .swiper .swiper-slide img {
		max-width: 100%;
	}
	.main-hot .hot-pagination {
		margin-top: 25px;
		text-align: center;
	}
	.main-hot .hot-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 12px 0 0;
		border-radius: 50%;
		background-color: #B0B0B0;
		opacity: 1;
	}
	.main-hot .hot-pagination .swiper-pagination-bullet-active {
		background-color: #009F73;
	}


	.main-news {
		width: 100%;
		padding: 60px 0;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(/pub/site/default/2024/images/main/main_bg_02.jpg);
	}
	.main-news h3 {
		margin-bottom: 50px;
		color: #333;
		font-size: 36px;
		font-weight: bold;
		text-align: center;
	}
	.main-news .swiper .swiper-slide {
		position: relative;
		width: 100%;
		margin-top: 7px;
		border-radius: 10px;
		background-color: #fff;
		box-shadow: 0px 0px 10px #0000001A;
	}
	.main-news .swiper .swiper-slide .label {
		position: absolute;
		top: -7px;
		left: 15px;
		display: inline-flex;
		align-items: center;
		width: 58px;
		height: 52px;
		padding-left: 10px;
		padding-right: 12px;
		font-weight: normal;
		font-size: 14px;
		line-height: 120%;
		word-break: break-word;
		white-space: break-spaces;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.main-news .swiper .swiper-slide .label.label25 {
		background-image: url(/pub/site/default/2024/images/main/cate_01.png);
	}
	.main-news .swiper .swiper-slide .label.label26 {
		background-image: url(/pub/site/default/2024/images/main/cate_02.png);
	}
	.main-news .swiper .swiper-slide .label.label27 {
		background-image: url(/pub/site/default/2024/images/main/cate_03.png);
	}
	.main-news .swiper .swiper-slide .img {
		display: block;
		height: 280px;
		border-radius: 10px 10px 0 0;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.main-news .swiper .swiper-slide .txt {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 130px;
		padding: 20px 15px 25px;
	}
	.main-news .swiper .swiper-slide .txt .tit {
		color: #333;
		font-size: 18px;
		overflow: hidden;
		text-overflow:ellipsis;
		word-break: break-word;
		display:-webkit-box; 
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;

	}
	.main-news .swiper .swiper-slide .txt .date {
		color: #6FAF9C;
		font-size: 14px;
	}
	.main-news .swiper-button-prev {
		left: -50px;
		width: 18px;
		height: 34px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(/pub/site/default/2024/images/main/left_btn.png);	
	}
	.main-news .swiper-button-prev::after {
		font-size: 0
	}
	.main-news .swiper-button-next {
		right: -50px;
		width: 18px;
		height: 34px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(/pub/site/default/2024/images/main/right_btn.png);	
	}
	.main-news .swiper-button-next::after {
		font-size: 0
	}
	.main-news .more-btn {
		margin-top: 60px;
		text-align: center;
	}
	.main-news .more-btn a {
		display: inline-block;
		width: 105px;
		height: 35px;
		line-height: 33px;
		text-align: center;
		color: #009F73;
		font-size: 16px;
		font-weight: 400;
		border-radius: 5px;
		border: 1px solid #009F73;
	}




	
	.section1 {
		position: relative;
		width: 100%;
	}
	.section1 .video_wrap {
		width: 100%;
		overflow: hidden;
	}
    .section1 .video_wrap video {
		min-width: 100%;
		z-index: 1;
	}
	.section1 .mouse {
		animation: motion 0.5s linear 0s infinite alternate; 
		position: absolute;
		bottom: 80px;
		left: calc( 50% - 17px );
		display: inline-block;
		width: 38px;
		height: 81px;
		background-image: url(/pub/site/default/2022/images/main/mouse_icon.png);
		background-repeat: no-repeat;
		background-position: 100%;
	}
	@keyframes motion {
		0% {bottom: 80px;}
		100% {bottom: 90px;}
	}
	-webkit-@keyframes motion {
		0% {margin-top: 80px;}
		100% {margin-top: 90px;}
	}


	.section3 {
		padding: 60px 0 80px;
		background-color: #F7F7F7;
	}
	.section3 h3 {
		text-align: center;
		color: #333;
		font-size: 40px;
		font-weight: 600;
	}
	.section3 .main-facility {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		margin-top: 55px;
	}
	.section3 .main-facility .facility-list {
		display: flex;
		width: 50%;
		padding-right: 35px;
		margin-bottom: 30px;
	}
	.section3 .main-facility .facility-list .img {
		display: block;	
		width: 250px;
		height: 170px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.section3 .main-facility .facility-list .img a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.section3 .main-facility .facility-list .box {
		width: calc( 100% - 250px );
		padding-left: 25px;
	}
	.section3 .main-facility .facility-list .box .label-groups {
		display: block;
	}
	.section3 .main-facility .facility-list .box .label-groups span {
		display: inline-block;
		height: 28px;
		padding: 0 12px;
		margin-right: 10px;
		font-size: 14px;
		font-weight: 400;
		line-height: 28px;
		border-radius: 14px;
	}
	.section3 .main-facility .facility-list .box .label-groups span.b-no {
		color: #fff;
		background-color: #666;
	}
	.section3 .main-facility .facility-list .box .label-groups span.b-ok {
		color: #333;
		border: 1px solid #DBDBDB;
		background-color: #fff;
	}
	.section3 .main-facility .facility-list .box .label-groups span.green {
		color: #fff;
		background-color: #009F73;
	}
	.section3 .main-facility .facility-list .box a {
		display: block;
		margin-top: 15px;
	}
	.section3 .main-facility .facility-list .box a .tit {
		display: block;
		margin-bottom: 5px;
		font-size: 20px;
		font-weight: 400;
		color: #333;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;  
	}
	.section3 .main-facility .facility-list .box a .txt {
		display: block;
		font-size: 14px;
		font-weight: 400;
		color: #666;
		line-height: 180%;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;  
	}
	.section3 .main-facility .more-btn {
		margin: 0 auto;
		margin-top: 15px;
	}
	.section3 .main-facility .more-btn a {
		display: inline-block;
		width: 105px;
		height: 35px;
		line-height: 33px;
		text-align: center;
		color: #009F73;
		font-size: 16px;
		font-weight: 400;
		border-radius: 5px;
		border: 1px solid #009F73;
	}

   
}

@media (max-width: 1199px) and (min-width: 992px) {

	.main-banner .swiper .swiper-slide .txt {
		width: 50%;
	}

	.section3 .main-facility .facility-list .img {
		width: 195px;
		height: 130px;
	}
	.section3 .main-facility .facility-list .box {
		width: calc( 100% - 195px );
	}
	.section3 .main-facility .facility-list .box a {
		margin-top: 10px;
	}
	.section3 .main-facility .facility-list .box a .tit {
		margin-bottom: 0;
	}



}


@media (max-width: 991px) {
    .pc-hide {
        display: block !important;
    }

    .mo-hide {
        display: none !important;
    }

    .main {
        z-index: 1;
        word-break: keep-all;
        /* padding-bottom: 30px; */
        position: relative;
    }

	.main {
        z-index: 1;
        word-break: keep-all;
        position: relative;
    }
	

	.main-banner {
		width: 100%;
		height: 310px;
		margin-top: 62px;
	}
	.main-banner .swiper {
		width: 100%;
		height: 310px;
	}
	.main-banner .swiper .swiper-slide {
		display: block;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.main-banner .swiper .swiper-slide a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.main-banner .swiper .swiper-slide a:hover {
		text-decoration: none;	
	}
	.main-banner .swiper .swiper-slide .container {
		display: flex;
		height: 100%;
		padding: 0;
	}
	.main-banner .swiper .swiper-slide .txt {
		width: 100%;
		padding: 60px 20px 0;
		color: #fff;
		font-size: 24px;
	}
	.main-banner .swiper .banner-pagination {
		position: absolute;
		left: 20px;
		bottom: 70px;
		z-index: 10;
	}
	.main-banner .swiper .banner-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 12px 0 0;
		border-radius: 50%;
		background-color: #B0B0B0;
		opacity: 1;
	}
	.main-banner .swiper .banner-pagination .swiper-pagination-bullet-active {
		background-color: #91FF84;
	}


	.main-info {
		width: 100%;
		padding: 45px 15px 50px;
	}
	.main-info .main-board {
		position: relative;
		display: flex;
		width: 100%;
		height: 300px;
	}
	.main-info .main-board .board-list h3 {
		margin-right: 30px;
	}
	.main-info .main-board .board-list h3 a {
		color: #999999;
		font-size: 22px;
		font-weight: bold;	
	}
	.main-info .main-board .board-list h3.active a {
		color: #333;
		font-size: 26px;
		text-decoration: none;
	 }
	.main-info .main-board .board-list ul {
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
	}
	.main-info .main-board .board-list ul li a {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 15px 0 12px;
		border-top: 1px solid #F2F2F2;
	}
	.main-info .main-board .board-list ul li a .tit {
		width: 100%;
		color: #333;
		font-size: 16px;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
	.main-info .main-board .board-list ul li a .date {
		display: none;
	}
	.main-info .main-board .board-list ul li a .txt {
		display: none;

	}	
	.main-info .main-board .board-list ul li:first-child a .txt {		
		width: 100%;
		padding-top: 10px;
		color: #666;
		font-size: 14px;
		overflow: hidden;
		text-overflow:ellipsis;
		word-break: break-word;
		display:-webkit-box; 
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
	}
	.main-info .main-board .board-list .more-btn {
		position: absolute;
		top: -5px;
		right: 0;
		color: #009F73;
		font-size: 28px;
		font-weight: bold;
	}
	.main-info .main-board .board-list .more-btn:hover {
		text-decoration: none;
	}


	.main-hot {
		width: 100%;
		margin-top: 20px;
	}
	.main-hot .swiper {
		width: 100%;
		padding: 15px;
		border-radius: 10px;
		box-shadow: 0px 0px 10px #0000001A;
	}
	.main-hot .swiper .swiper-slide img {
		max-width: 100%;
	}
	.main-hot .hot-pagination {
		margin-top: 25px;
		text-align: center;
	}
	.main-hot .hot-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 12px 0 0;
		border-radius: 50%;
		background-color: #B0B0B0;
		opacity: 1;
	}
	.main-hot .hot-pagination .swiper-pagination-bullet-active {
		background-color: #009F73;
	}


	.main-news {
		position: relative;
		width: 100%;
		padding: 50px 15px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(/pub/site/default/2024/images/main/main_bg_02.jpg);
		overflow: hidden;
	}
	.main-news h3 {
		margin-bottom: 50px;
		color: #333;
		font-size: 36px;
		font-weight: bold;
		text-align: center;
	}
	.main-news .swiper {
		width: 1200px;
	}
	.main-news .swiper .swiper-slide {
		position: relative;
		width: 100%;
		margin-top: 7px;
		border-radius: 10px;
		background-color: #fff;
		box-shadow: 0px 0px 10px #0000001A;
	}
	.main-news .swiper .swiper-slide .label {
		position: absolute;
		top: -7px;
		left: 15px;
		display: inline-flex;
		align-items: center;
		width: 58px;
		height: 52px;
		padding-left: 14px;
		font-weight: normal;
		font-size: 14px;
		line-height: 120%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.main-news .swiper .swiper-slide .label.label25 {
		background-image: url(/pub/site/default/2024/images/main/cate_01.png);
	}
	.main-news .swiper .swiper-slide .label.label26 {
		background-image: url(/pub/site/default/2024/images/main/cate_02.png);
	}
	.main-news .swiper .swiper-slide .label.label27 {
		background-image: url(/pub/site/default/2024/images/main/cate_03.png);
	}
	.main-news .swiper .swiper-slide .img {
		display: block;
		height: 280px;
		border-radius: 10px 10px 0 0;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.main-news .swiper .swiper-slide .txt {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 130px;
		padding: 20px 15px 25px;
	}
	.main-news .swiper .swiper-slide .txt .tit {
		color: #333;
		font-size: 18px;
		overflow: hidden;
		text-overflow:ellipsis;
		word-break: break-word;
		display:-webkit-box; 
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;

	}
	.main-news .swiper .swiper-slide .txt .date {
		color: #6FAF9C;
		font-size: 14px;
	}
	.main-news .swiper-button-prev {
		top: 320px;
		left: 15px;
		width: 18px;
		height: 34px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(/pub/site/default/2024/images/main/left_btn.png);	
	}
	.main-news .swiper-button-prev::after {
		font-size: 0
	}
	.main-news .swiper-button-next {
		top: 320px;
		right: 15px;
		width: 18px;
		height: 34px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(/pub/site/default/2024/images/main/right_btn.png);	
	}
	.main-news .swiper-button-next::after {
		font-size: 0
	}
	.main-news .more-btn {
		margin-top: 60px;
		text-align: center;
	}
	.main-news .more-btn a {
		display: inline-block;
		width: 105px;
		height: 35px;
		line-height: 33px;
		text-align: center;
		color: #009F73;
		font-size: 16px;
		font-weight: 400;
		border-radius: 5px;
		border: 1px solid #009F73;
	}


	.section1 {
		position: relative;
		width: 100%;
	}
	.section1 .video_wrap {
		width: 100%;
		overflow: hidden;
	}
    .section1 .video_wrap video {
		max-width: 100%;
		z-index: 1;
	}
	.section1 .mouse {
		display: none;
	}


	.section3 {
		padding: 50px 15px 110px;
		background-color: #F7F7F7;
	}
	.section3 h3 {
		color: #333;
		font-size: 26px;
		font-weight: 600;
		text-align: center;
	}
	.section3 .main-facility {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		margin-top: 25px;
	}
	.section3 .main-facility .facility-list {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-bottom: 40px;
	}
	.section3 .main-facility .facility-list .img {
		display: block;	
		width: 100%;
		height: 220px;
		margin-bottom: 25px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.section3 .main-facility .facility-list .img a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.section3 .main-facility .facility-list .box {
		width: 100%;
	}
	.section3 .main-facility .facility-list .box .label-groups {
		display: block;
	}
	.section3 .main-facility .facility-list .box .label-groups span {
		display: inline-block;
		height: 28px;
		padding: 0 12px;
		margin-right: 10px;
		font-size: 14px;
		font-weight: 400;
		line-height: 28px;
		border-radius: 14px;
	}
	.section3 .main-facility .facility-list .box .label-groups span.gray {
		color: #fff;
		background-color: #666;
	}
	.section3 .main-facility .facility-list .box .label-groups span.white {
		color: #333;
		border: 1px solid #DBDBDB;
		background-color: #fff;
	}
	.section3 .main-facility .facility-list .box .label-groups span.green {
		color: #fff;
		background-color: #009F73;
	}
	.section3 .main-facility .facility-list .box a {
		display: block;
		margin-top: 15px;
	}
	.section3 .main-facility .facility-list .box a .tit {
		display: block;
		margin-bottom: 5px;
		font-size: 18px;
		font-weight: 400;
		color: #333;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;  
	}
	.section3 .main-facility .facility-list .box a .txt {
		display: block;
		font-size: 14px;
		font-weight: 400;
		color: #666;
		line-height: 180%;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;  
	}
	
	.section3 .main-facility .facility-list:nth-of-type(3),
	.section3 .main-facility .facility-list:nth-of-type(4),
	.section3 .main-facility .facility-list:nth-of-type(5),
	.section3 .main-facility .facility-list:nth-of-type(6) {
		display: none;
	}
	.section3 .main-facility .more-btn {
		margin: 0 auto;
		margin-top: 15px;
	}
	.section3 .main-facility .more-btn a {
		display: inline-block;
		width: 105px;
		height: 35px;
		line-height: 33px;
		text-align: center;
		color: #009F73;
		font-size: 16px;
		font-weight: 400;
		border-radius: 5px;
		border: 1px solid #009F73;
	}


   
}




.section3 .main-player {
	margin-top: 40px;
}
.section3 .main-player .player-tag {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
}
.section3 .main-player .player-tag a {
	display: inline-flex;
	padding: 5px 10px;
	margin-right: 10px;
	color: #333;
	font-size: 18px;
	border-radius: 5px;
}
.section3 .main-player .player-tag a.active {
	color: #fff;
	background-color: #009F73;
}

.section3 .main-player .player-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.section3 .main-player .player-list .list-box {
	width: calc( ( 100% -  75px ) / 4 );
	height: 354px;
	margin-right: 25px;
	margin-bottom: 30px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 10px #0000001A;	 
}
@media (min-width: 992px) and (max-width: 1199px) {	
	.section3 .main-player .player-list .list-box {
		height: auto;
	}
}
@media (max-width: 991px) {
	.section3 .main-player .player-list .list-box {
		width: 100%;
		height: auto;
	}
}
@media (min-width: 992px) {
	.section3 .main-player .player-list .list-box:nth-of-type(4n) {
		margin-right: 0;
	}
}
.section3 .main-player .player-list .list-box a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.section3 .main-player .player-list .list-box a:hover {
	text-decoration: none;
}
.section3 .main-player .player-list .list-box a .img {
	display: inline-block;
	width: 100%;
	padding-bottom: 66%;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.section3 .main-player .player-list .list-box a .tag {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
}
.section3 .main-player .player-list .list-box a .tag span {
	display: inline-flex;
	justify-content: center;
    align-items: center;
	width: 33.333%;
	height: 30px;
	color: #666;
	font-size: 14px;
	border: 1px solid #C6DAD5;
	border-left: none;
}
@media (min-width: 992px) and (max-width: 1199px) {	
	.section3 .main-player .player-list .list-box a .tag span {
		font-size: 12px;
	}
}
.section3 .main-player .player-list .list-box a .tag span:first-child {
	border-left: 1px solid #C6DAD5;
}
.section3 .main-player .player-list .list-box a .tit {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.section3 .main-player .player-list .list-box a .txt {
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	word-break: break-word;
	display:-webkit-box; 
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;

}