/* css 여기서 작업 */

/* 2021년 01월 13일 소경우 작업 수정 */
.main_set {width: 100%; height:100vh; overflow:hidden; position: relative;}
.main_set .section_set {width: 100%; height:100%; overflow:hidden;}
.main_set .section_set ul {width:100%; height:100%; max-width:1920px;}
.main_set .section_set ul li {
	width:100%; 
	height:100%; 
	/* float:left; 
	overflow:hidden; */
}

/* main 처음페이지 swiper설정 부분 */
.main_set .section_set .swiper-slide {
	width:100%;
	height:100%;
}

/* main 부분 맨위 - 전체 배경 이미지 설정 부분 */
.main_set .section_set ul .img_box {
	width: 100%;
	max-width: 100%;
	position: relative;
}
.main_set .section_set ul .hea1 .img_box img {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 0;
}
.main_set .section_set ul .hea1 .img_box, 
.main_set .section_set ul .hea2 .img_box, 
.main_set .section_set ul .hea3 .img_box, 
.main_set .section_set ul .hea4 .img_box, 
.main_set .section_set ul .hea5 .img_box {
	width: 100%;
	max-width: 100%;
	position: relative;
}
.main_set .section_set ul .hea1 .img_box img, 
.main_set .section_set ul .hea2 .img_box img, 
.main_set .section_set ul .hea3 .img_box img, 
.main_set .section_set ul .hea4 .img_box img, 
.main_set .section_set ul .hea5 .img_box img {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 0;
}



/* Swiper - pagination - bullet 설정 부분 */
.main_set .section_set .swiper-pagination-bullets {
	bottom: 30px;
}
.main_set .section_set .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	margin: 0px 10px;
}
.main_set .section_set .swiper-pagination-bullet-active {
	background: blue;

}



/* main 부분 맨 윗부분 배경화면 부분 - text 설정 */
.main_set .section_set ul .hea1 .img_box .title_wrap {
	/* position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 120px 0px;
	text-align: left; */

	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 150px;
    padding: 120px 0px;
    /* text-align: left; */
}
.main_set .section_set ul .hea1 .img_box .title_wrap .title {
	position: relative;
	
}

.main_set .section_set ul .hea1 .img_box .title_wrap .title span {
	font-size: 30px;
	color: #fff;
	position: relative;
}
.main_set .section_set ul .hea1 .img_box .title_wrap .title span.tit_one {
	letter-spacing: 10px;	
}
.main_set .section_set ul .hea1 .img_box .title_wrap .title span.tit_two {
	width: 100%;
	font-weight:bold;
	line-height: 55px;
    display: block;
}

.main_set .section_set ul .hea1 .img_box .title_wrap .title span b {
	
}
.main_set .section_set ul .hea1 .img_box .title_wrap .title p {
	position: relative;
	font-weight:bold;
	font-size: 17px;
	letter-spacing: 2px;
	/* color: #ffffff; */
	color: #6d6f73;
	line-height: 100px;
}


/* PLAY video 설정 부분 */
.main_set .section_set ul .hea1 .img_box .vid_play { 

}
.main_set .section_set ul .hea1 .img_box .vid_play .vid_txt {
	font-size: 17px;
	color: #ffffff;
	letter-spacing: 2.5px;

	box-sizing: border-box;
	width: 50%;
	border: solid #fff 2px; 
	padding: 8px;
}



/* WORK - 페이지 설정 부분  ---- 시작 */
.con_wrap {		
	/* width: 1600px; */
	width: 100%;
	background: rgba(0,0,0,0.9);
	margin: 0 auto;
	overflow: hidden;
	padding: 70px 0;
}

.con_wrap .work_wrap {
	position: relative;
	margin-bottom: 70px;
	width: 50%;
	/* width: 100%; */	
    overflow: hidden;
    text-align: left;
    padding: 30px 0px 30px 0px;
    /* font-weight: 400; */
}
.con_wrap .work_wrap span {
	width: 100%;
    height: 100%;
    overflow: hidden;
}

/* 동그라미 이미지 가상컨텐츠 작성 */
.con_wrap .work_wrap span.wo_txt::before {
	content: '';
    width: 60px;
    height: 60px;
    background: #2b3d3b;
    display: block;
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
	z-index:-1;
    
}


.con_wrap .work_wrap span.wo_txt {
	font-size: 34px;
	font-weight: bold;
	color: #00d1ca;
	text-align: left;
	display: inline-block;
	z-index: 1;
	position: absolute;
    padding: 4px 30px;
    transform: translateY(-50%);
}
.con_wrap .work_wrap span.all {
	font-size: 19px;
    font-weight: normal;
    color: #fff;
	position: absolute;
	text-align: left;
	display:inline-block;
	top: 50%;
    left: 0;
    transform: translateY(-50%);
	z-index: 1;
}


.con_wrap .work_wrap span.all::before {
	/* 새로운 방법으로 해보기 */
	/* content: '> All'; */ 
	/* color: #00d1ca; */
	content: '';
	display: inline-block;
	width: 5px; 
	height: 5px; 
	/* vertical-align: middle; */
	border-right: 1px solid #00d1ca;
	border-top: 1px solid #00d1ca;
	transform:rotate(45deg);
	position: absolute;
	top: 50%;
    left: 0;
	
}





.video_box {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;

	/* height: auto; */
}
.video_box .thumbs {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;

	/* max-width: 100%; */
    height: auto;
}

/* .video_box .thumbs li:nth-child(even) {
	margin: 0 10px 30px 14px;
} */


/* work.html 이미지 간격 조정 부분!!!*/
.video_box .thumbs li {
	float: left;
	/* min-height: 230px; */
	margin: 0px 20px 20px 0px;

	position: relative;
	width: calc(33% - 13.4px);

	height: auto;
}


.video_box .thumbs li:nth-child(3n) {
	margin: 0px 0px 20px 0px;
}



.video_box .thumbs > li:nth-child(7),
li:nth-child(8),li:nth-child(9),li:nth-child(10),
li:nth-child(11),li:nth-child(12) {
	display: none;
}



.video_box .thumbs > li a i {
	position: absolute;
	top: 58%;
    left: 18%;
	transform: translate(-50%, -50%);
	font-size: 54px;
	color: #fff;
	transition: 0.5s;
	display:none;
}
.video_box .thumbs:hover > li a i {
	/* position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
	font-size: 54px;
	color: #81c147;
	display: block; */
}
.video_box .thumbs > li:hover a i {
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
	font-size: 54px;
	color: #81c147;
	display: block;
	transition: 0.2s;
}
.video_box .thumbs > li:hover a i:hover {
	color: #81c147;
	transition: 0.2s;
}
.video_box .thumbs li:hover .xi-play-circle {
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
	font-size: 54px;
	/* color: #81c147; */
	color: #fff;
}

.video_box .thumbs li #thumb1



.video_box .thumbs .img_box {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 30px;
	min-height: 220px;
	cursor: pointer;
	/* max-height: 230px; */
}


.video_box .thumbs li .img_box img {
  
}

.video_box .thumbs > li .ho .img_box img  
{
	/* max-height: 230px; */
	max-width: 100%;
	height: auto;
}
.video_box .thumbs > li .ho .img_box img:hover {
}


.video_box .thumbs > li .ho {
	max-height: 220px;
	/* max-height: 220px; */
	max-width: 100%;
	height: auto;
}



/* 이미지 리스트 부분 마우스 오버 설정 */

.video_box .thumbs > li .ho .img_box img {
	border-radius:30px;
	/* opacity: 0.7; */
	max-width: 100%;
    height: auto;
	
}
.video_box .thumbs > li:hover .ho .img_box img{
	/* opacity: 0.5; */
	background: #104e47;
	border-radius:30px;
	transition: 0.1s;
}

.video_box .thumbs li .img_txt {
	opacity: 1;
    top: 50%;
    width: 100%;
    /* transform: translateY(-120%); */
	padding: 0px 30px;
	transition: 0.5s;
	cursor: pointer;

	/* 이미지태그로 설정시 */
	transform: translateY(270%);
}
.video_box .thumbs .img_box img {
	/* width: 100%; */
	background: #104e47;
	max-width: 100%;
	height: auto;
	
}

/* 이미지 제목 나타나있는 텍스트 부분 설정 */
.video_box .thumbs li .img_txt p {
	color: #ffffff;
	font-size: 20px;
	text-align: left;
	width: 100%;
}
.video_box .thumbs li .img_txt p.date {
	color: #ffffff;
	font-size: 20px;
	text-align: left;
	width: 100%;
}
.video_box .thumbs li:nth-child(1) .img_txt p {
    padding: 24px 0px;

	/* 이미지 태그 설정시 */
	padding: 12px 0px;
}
.video_box .thumbs li:nth-child(6) .img_txt p {
	padding: 24px 0px;

	/* 이미지 태그 설정시 */
	padding: 12px 0px;
}

.video_wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top:0;
	left:0;
	background: #161616;
	z-index: 1000;
}
.video_wrap .video_title {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 8px 0px 30px 30px;
    text-align: left;
    font-size: 34px;
    color: #00d1ca;
    font-weight: 400;
    letter-spacing: -1px;
}
.video_wrap .video_title::before {
	content: '';
	width: 60px;
	height: 60px;
	background: #2b3d3b;
	display: block;
	position: absolute;
	left: 0;
	/*top - 50%에서 수정*/
	top: 37.5%;
	transform: translateY(-50%);
	border-radius: 50%;
	z-index:-1;
}


.video_wrap .popClose {
	display: block;
	width: 22px;
	height: 22px;
	/* background: url("../img/close_gray_thin.png") no-repeat center center; */
	position: absolute;
	right:0;
	top:0;
}

.video_wrap .inner .video_pop {
	max-width: 1280px;
	margin: 0 auto;
	padding: 5% 0;
	overflow: hidden;
	height: 100%;
	/* height: 790px; */
}

.video_wrap .inner {
	/* width: 900px; */
	width: 1280px;
	position: absolute;
	top:50%;
	left:50%;
	background: #161616;
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 55px;
}


/* 1-6번 video 설정 - 임시로!! */
.video_wrap .inner .video_thumb2,
.video_wrap .inner .video_thumb3,
.video_wrap .inner .video_thumb4,
.video_wrap .inner .video_thumb5,
.video_wrap .inner .video_thumb6 {
	/* display: none; */
}

/* 7-12번 video 팝업창은 가리기 */
.video_wrap .inner .video_thumb7,
.video_wrap .inner .video_thumb8,
.video_wrap .inner .video_thumb9,
.video_wrap .inner .video_thumb10,
.video_wrap .inner .video_thumb11,
.video_wrap .inner .video_thumb12{
	/* display: none; */
}

.video_wrap .inner .in_p {
}

.video_wrap .inner .in_txt {
	position: relative;
}
.video_wrap .inner .in_txt img {
	display: block;
	margin: 20px 0px 16px 0px;
}
.video_wrap .inner .in_txt p {
	color: #cfcfcf;
	text-align: left;
}
.video_wrap .inner .in_txt p:first-child {
	
} 
.video_wrap .inner .in_txt p:last-child {
}


.popClose img {
	width: 100%;
	height: auto;
	color: #4c4c4c;
}


/*맨마지막 부분 더보기 버튼 부분 설정 */
.con_wrap .more_btn {
	text-align: center;
	margin: 70px 0px;
}

.con_wrap .more_btn .btn_txt {
	color: #ffffff;	
    height: 46px;
    line-height: 46px;
	/* text-align: center; */
	display: inline-block;
	width: 213px;
	border: 1px solid #fff;
	font-size:16px;
}


/* WORK - 페이지 설정 부분  ---- 끝!!!! */





/* WORK.html 반응형 작업 설정 부분  */
@media only screen and (min-width: 1921px) {
	/* .video_wrap .video_title {padding: 8px 0px 30px 30px;} */
}	

@media only screen and (max-width: 1650px) {
	.con_wrap .work_wrap span {
		font-size: 28px;
		/* left: 15.2%; */
	}
	.con_wrap .work_wrap span:last-child {
		font-size: 14px;
		/* left: 21%; */
	}
	/* .con_wrap .work_wrap h2::before {left: 10.6%;} */


	.con_wrap .more_btn {
		margin: 40px 0px;
	}
	.con_wrap .more_btn .btn_txt {
		height: 40px;
		line-height: 40px;
	}

	.video_box .thumbs {
		
	}
	
	.video_wrap .inner {
		/* width: 1200px; */
		width: calc(100% - 380px);
		/* padding: 120px; */	


	}

	.video_box {
		width: 100%;
	}

	.video_wrap .video_title::before {
		width: 54px;
		height: 54px;
	}

	.video_wrap .video_title {
		font-size: 28px;
	}

	
	.video_box .thumbs li {
		float: left;
	    min-height: 220px;
		margin: 0px 20px 20px 0px;
	    position: relative;
	    width: calc(33.33% - 13.4px);
	}
	.video_box .thumbs li:nth-child(3n) {
		margin: 0 0 20px 0px;	
	}
}





@media only screen and (max-width: 1500px) {
	.video_box {
		width: 100%;
	}
	
	.video_box .thumbs {
		
	}
}




@media only screen and (max-width: 1400px) {
	.video_box {
		width: 100%;
		padding: 0px 30px;
	}

	.video_wrap .inner {
		width: calc(100% - 320px);
	}
	
	.con_wrap .work_wrap h2::before {
		width: 54px;
		height: 54px;
	}
	.con_wrap .work_wrap span {
		font-size: 28px;
	}

	.video_wrap .video_title {
		font-size: 30px;
		padding: 2px 0px 30px 26px;
	}

	.video_wrap .video_title::before {
		width: 52px;
		height: 52px;
		top: 35.5%;
	}
	.video_wrap .inner .in_txt {font-size:14px;}
}

@media only screen and (max-width: 1320px) {
	
}

@media only screen and (max-width: 1280px) {

	.video_box {
		width: 100%;     
		padding: 0px 40px;
	}
	/* .video_box .thumbs li .img_txt {padding: 0px 10px; } */

	.con_wrap .more_btn .btn_txt {height: 40px; line-height: 40px;}
	.con_wrap .more_btn .btn_txt {width: 200px; font-size: 14px;}

	.con_wrap .work_wrap {margin-bottom: 40px;}
	.con_wrap .work_wrap h2::before {width:50px; height: 50px;}
	.con_wrap .work_wrap span {font-size: 22px;}
	.con_wrap .work_wrap span:last-child {font-size: 14px;}
	.con_wrap .work_wrap span.all::before {top: 10px;}

	.video_box .thumbs {}
	
	.video_wrap .inner {width: calc(100% - 320px);}
	.video_wrap .video_title::before {width: 40px;height: 40px;}
	.video_wrap .video_title {font-size: 20px; padding: 8px 0px 30px 24px;}
	
	.video_wrap .inner .in_txt {font-size: 14px;}
	.video_box .thumbs li .img_txt p {font-size: 18px; }
	.video_box .thumbs li .img_txt p.date {font-size: 18px;}

	.popClose img {width: calc(100% - 6px);}
	/* .video_box .thumbs .img_box {max-height: 220px;} */
}




@media only screen and (min-width: 1024px) {
	.video_box {
		width: 100%;
	}
	
	.video_wrap .inner {width: calc(100% - 160px);}
	

}




@media only screen and (max-width: 1023px) {
	.video_box {
		width: 100%;
		padding: 0px 60px;
	}
	.video_box .thumbs li {
		width: calc(50% - 20px);
		margin: 0px 0px 20px 0px;
	}
	.video_box .thumbs li:nth-child(even) {
		margin: 0px 0px 40px 0px;
	    margin: 0px 0px 20px 0px;
	}
	.video_box .thumbs li:nth-child(2n) {
		margin: 0px 0px 40px 40px;
	}

	.video_wrap .inner {width: calc(100% - 160px);}

	.video_box .thumbs li .img_txt p {
		font-size: 18px;
	}
	.video_box .thumbs {}

}

@media only screen and (max-width: 980px) {
	.video_box {width: 100%;}

	.video_box .thumbs li .img_txt {padding: 4px 30px;}
	.video_box .thumbs li {
		
	}
	.video_box .thumbs li .img_txt p {font-size: 16px;}
	.video_wrap .inner .in_txt {font-size: 13px;}
	.video_wrap .inner {width: calc(100% - 140px);}
}



@media only screen and (min-width: 768px) {
	.video_box {
		width: 100%;

	}
	
}




@media only screen and (max-width: 767px) {
	.video_box {width: 100%; padding: 0px 30px;}
	.video_box .thumbs li {
		width: calc(50% - 20px);
	    margin: 0px 0px 20px 0px;
	}
	.video_wrap .inner {width: calc(100% - 80px);}
	.video_box .thumbs li .img_txt p {font-size: 15px;}
	.video_box .thumbs li .img_txt p.date {font-size: 15px;}

	.popClose img {width: calc(100% - 6px);}

	.video_box .thumbs li .img_txt {padding: 6px 30px;}
	.video_box .thumbs li:nth-child(1) .img_txt p {padding: 9px 0px;}

	.video_wrap .video_title {font-size: 18px; padding: 8px 0px 30px 24px}
}


@media only screen and (max-width: 590px) {
	.video_box .thumbs li .img_txt {padding: 2px 10px;}
}

@media only screen and (max-width: 500px) {
	.video_box {
		width: 100%;
		padding: 0px 40px;
	}	
	
	.video_box .thumbs  li {
		width: 100%;
	    margin: 0px 0px 20px 0px;
	}
	/* .video_box .thumbs li:nth-child(1) {}
	.video_box .thumbs li:nth-child(2) {margin: 20px 0px 20px 0px;}
	.video_box .thumbs li:nth-child(3) {margin: 30px 0px 20px 0px;}
	.video_box .thumbs li:nth-child(4) {margin: 20px 0px 0px 0px;}
	.video_box .thumbs li:nth-child(5) {margin: 50px 0px 20px 0px;}
	.video_box .thumbs li:nth-child(6) {margin: 40px 0px 40px 0px;} */
	.video_box .thumbs li:nth-child(2n) {margin: 0px 0px 20px 0px;}

	
	.con_wrap .work_wrap {margin-bottom: 90px;}
	.video_box .thumbs li .img_txt p {font-size: 20px; 	}

	.video_box .thumbs li .img_txt p {font-size: 18px;}
	.video_box .thumbs li .img_txt p.date {font-size: 18px;}

	/* 더보기 버튼 부분 설정 */
	.con_wrap .more_btn {margin: 20px 0px;}
	.con_wrap .more_btn .btn_txt {width: 230px; font-size: 18px;}
	.con_wrap .more_btn .btn_txt {height: 50px; line-height: 50px;}

	.video_wrap .inner {width: calc(100% - -80px);}

	.video_wrap .inner .in_txt {font-size: 14px;}
	.video_wrap .video_title {font-size: 16px;}

}

@media only screen and (max-width: 490px) {
	.video_box {width: 100%;}
}




@media only screen and (max-width: 414px) {
	.video_box {width: 100%;}
	.video_wrap .inner .in_txt p {font-size:14px;}
	.video_wrap .video_title {font-size: 16px;}
	.video_box .thumbs li .img_txt p {font-size: 15px;}
	.video_box .thumbs li .img_txt p.date {font-size: 15px;}

	.video_box .thumbs li .img_txt {padding:4px 10px;}
}




@media only screen and (max-width: 360px) {
	.video_box {width: 100%;}

	.video_box .thumbs li .img_txt p {font-size: 16px;}
	.video_box .thumbs li .img_txt p.date {font-size: 16px;}

	.con_wrap .more_btn {margin: 0px 0px;}
	.con_wrap .more_btn .btn_txt {height: 46px; line-height: 46px;}
	.con_wrap .more_btn .btn_txt {width: 220px; font-size: 16px;}

	.con_wrap .work_wrap span.wo_txt {font-size: 28px; padding: 8px 30px;}
	.con_wrap .work_wrap span.wo_txt::before {width: 50px; height: 50px;}
	.con_wrap .work_wrap {margin-bottom: 0;}

	.video_box .thumbs li:nth-child(1) .img_txt p {padding: 10px 0px;}
	.video_box .thumbs li .img_txt {padding: 0px 10px;}
}




@media only screen and (max-width: 320px) {
	.video_box {width: 100%;}

	.video_box .thumbs li .img_txt p {
		font-size: 16px;
		text-overflow: ellipsis;
	    overflow: hidden;
		white-space: nowrap;
	    width: calc(100% - 50px);
	}
	.video_box .thumbs li .img_txt p.date {font-size: 16px;}

	.video_wrap .video_title {font-size: 14px;}
	.video_wrap .popClose {width: 20px; height: 20px; top: 10px;}
}




@media only screen and (max-width: 280px) {
	.video_box .thumbs li:nth-child(1) .img_txt p {
		/* padding: 24px 0px; */
		text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	    width: calc(100% - 50px);
	}
	.video_box .thumbs li .img_txt p {
		font-size: 16px;
	    text-overflow: ellipsis;
		overflow: hidden;
	    white-space: nowrap;
	    width: calc(100% - 50px);
	}
	.video_box .thumbs li .img_txt p.date {font-size: 16px;}


	.con_wrap .more_btn .btn_txt {
		height: 40px; 
		line-height: 40px;
		width: 200px;
		font-size: 16px;
	}

	.video_wrap .popClose {
		width: 12px;
		height: 12px;
		top: 9px;
	}
	.video_wrap .video_title {font-size: 13px;}

}






/*  */

/* 텍스트 ... 처리 설정 조건 */
/* .img_txt p {
    padding: 24px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90px;
} */










/* css  백그라운드로 이미지 설정 하는 부분 임시로 작성 */
.video_box .thumbs .thum {
/* 	background-color: rgba(255,255,255, 0.7);
	border-radius: 40px; */

}

.video_box .thumbs #thumb1  {
	background-image: url("../img/list_img_01.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	/* width:410px;
	height: 230px; */
	width: 100%;
    min-height: 220px;
	float: left;
	border-radius:40px;

	/* opacity: 0.5; */
	
}

.video_box .thumbs #thumb2{
	background-image: url("../img/list_img_02.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	/* width:410px;
	height: 230px; */
	width: 100%;
    min-height: 220px;
	float: left;
	border-radius:40px;
}

.video_box .thumbs li #thumb3{
	background-image: url("../img/list_img_03.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	/* width:410px;
	height: 230px; */
	width: 100%;
    min-height: 220px;
	float: left;
	border-radius:40px;
}

.video_box .thumbs li #thumb4{
	background-image: url("../img/list_img_04.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 100%;
    min-height: 220px;
	float: left;
	border-radius:40px;
}

.video_box .thumbs li #thumb5{
	background-image: url("../img/list_img_05.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 100%;
    min-height: 220px;
	float: left;
	border-radius:40px;
}

.video_box .thumbs li #thumb6{
	background-image: url("../img/list_img_06.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 100%;
    min-height: 220px;
	float: left;
	border-radius:40px;
}

.video_box .thumbs li #thumb7{
	background-image: url("../img/list_img_01.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 100%;
    min-height: 220px;
	float: left;
	border-radius:40px;
}

.video_box .thumbs li #thumb8{
	background-image: url("../img/list_img_02.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 100%;
    min-height: 220px;
	float: left;
	border-radius:40px;
}

.video_box .thumbs li #thumb9{
	background-image: url("../img/list_img_03.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 100%;
    min-height: 220px;
	float: left;
	border-radius:40px;
}

.video_box .thumbs li #thumb10{
	background-image: url("../img/list_img_04.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 100%;
    min-height: 220px;
	float: left;
	border-radius:40px;
}

.video_box .thumbs li #thumb11{
	background-image: url("../img/list_img_05.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 100%;
    min-height: 220px;
	float: left;
	border-radius:40px;
}

.video_box .thumbs li #thumb12{
	background-image: url("../img/list_img_06.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 100%;
    min-height: 220px;
	float: left;
	border-radius:40px;
}



.video_box .thumbs > li {
	/* border-radius:40px;
	opacity: 1;
	max-width: 100%;
	    height: auto; */
	/* background-color: #104e47; */
	/* background-color: rgba(255,255,255, 0.5); */
	/* border-radius: 40px; */
}



.video_box .thumbs > li #thumb1:hover, 
.video_box .thumbs > li #thumb2:hover,
.video_box .thumbs > li #thumb3:hover,
.video_box .thumbs > li #thumb4:hover,
.video_box .thumbs > li #thumb5:hover,
.video_box .thumbs > li #thumb6:hover,
.video_box .thumbs > li #thumb7:hover,
.video_box .thumbs > li #thumb8:hover,
.video_box .thumbs > li #thumb9:hover,
.video_box .thumbs > li #thumb10:hover,
.video_box .thumbs > li #thumb11:hover,
.video_box .thumbs > li #thumb12:hover {
	opacity: 0.5;
	/* background-color: #104e47; */
	background-color: rgba(125,125,125, 0.5);
	border-radius:40px;
	transition: 0.1s;
	width: 100%;
	/* min-height: 230px; */
}

