@CHARSET "UTF-8";

.wrap-project-it h4{width:100%; font-size:20px; margin-top:100px;}
.wrap-project-it .project-team{margin-top:0;}
.wrap-project-it .project-txt{width:100%; border:1px solid #E8EBF0; padding:32px 24px; margin:24px 0;}
.wrap-project-it .project-txt .project-txt-item{margin-bottom:16px; font-size:16px;}
.wrap-project-it .project-txt .project-txt-item:last-child{margin-bottom:0;}
.wrap-project-it .project-txt .project-txt-item .item-question{font-weight:600; margin-bottom:6px;}
.wrap-project-it .project-ppt{width:100%; height:auto; display:grid; grid-template-columns:repeat(2, 1fr); gap:10px;}
.wrap-project-it .project-ppt .wrap-ppt-img{width:100%; border:1px solid #E8EBF0;}
.wrap-project-it .project-ppt .wrap-ppt-img img{width:100%; height:auto;}
/*
.wrap-project-media{width:100%; margin:0 auto;}
.wrap-project-media .ratio-media{aspect-ratio:16/9;}*/
.wrap-project-img:last-child{margin-bottom:0;}
.wrap-project-img video{width:100%; height:auto; min-height:246px !important; margin:0 auto; cursor:pointer; aspect-ratio:16/9;}
.wrap-project-img iframe{width:100%; height:100% !important; cursor:pointer; aspect-ratio:16/9;}


@media screen and (max-width: 1024px){
	
.wrap-project-it h4{margin-top:80px;}	
.wrap-project-it .project-txt{width:100%; border:1px solid #E8EBF0; padding:24px; margin:32px 0;}	

}

@media screen and (max-width: 767px){
	
.wrap-project-it h4{margin-top:50px;}		
.wrap-project-it .project-txt{padding:16px 20px; margin:12px 0;}
.wrap-project-it .project-txt .project-txt-item{margin-bottom:10px;}
.wrap-project-it .project-txt .project-txt-item .item-question{margin-bottom:2px;}
.wrap-project-it .project-ppt{display:block;}
.wrap-project-it .project-ppt .wrap-ppt-img{margin-top:10px;}
.wrap-project-it .project-ppt .wrap-ppt-img:first-child{margin-top:0;}
	
.wrap-project-basic .wrap-project-img{margin-bottom:10px;}

}





