.syqe_staff_grid_con {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.syqe_staff_grid_cover {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
  	background-color: rgba(0,0,0,.8); 
    z-index: 3;
	display:none;
	cursor:pointer;
	z-index: 3;
}

.syqe_staff_grid_item {
    aspect-ratio: 1;
    display: flex;
    align-items: start;
    justify-content: left;
    padding: 69px 60px;
    width: calc(100% / 3);
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: -0.18px;
    text-align: left;
    color: #fff;
    background-size: cover;
    background-position: center;
	cursor:pointer;
	position:relative;
}

.syqe_staff_grid_item > span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.13px;
    text-align: left;
    color: #fff;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding: 42px 45px;
	background-color: rgba(0, 63, 81, 0.5);
	transition: .3s;
	opacity:0;
}

.syqe_staff_grid_item:hover > span {
	opacity:1;
}

.syqe_staff_grid_item > span b {
	font-weight: bold;
}

.syqe_staff_grid_content {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.97);
    width: 100%;
    padding: 77px;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: -0.12px;
	text-align: left;
	color: #000;
	display:none;
	z-index:4;
}

.syqe_staff_grid_content_img {
	margin-bottom: 94px;
	height: 426px !important;
	aspect-ratio: 1;
	object-fit:cover;
	object-position:center;
}

.syqe_staff_grid_content_content h4 {
	font-size: 30px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: -0.15px;
	text-align: left;
	color: #000;
}

.syqe_staff_grid_content_content h5 {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: -0.12px;
	text-align: left;
	color: #000;
}

.syqe_staff_grid_content_content {
	width:calc(100% - 40px);
	display:block;
}

.syqe_staff_grid_content > .syqe_staff_grid_content_close {
	float:right;
	cursor:pointer;
	height:44px;
	width:43px;
}

@media only screen and (max-width: 767px) {
	.syqe_staff_grid_item {
		width:100%;
		font-size: 14px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 3.14;
		letter-spacing: -0.07px;
		padding: 9px 16px;
	}
	
	.syqe_staff_grid_item > span {
		font-size: 16px;
		font-weight: 300;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.25;
		letter-spacing: -0.08px;
		text-align: left;
		color: #fff;
		padding: 20px;
	}
	
	.syqe_staff_grid_content {
		padding:20px 14px;
	}
	
	.syqe_staff_grid_content_content {
		font-size: 12px;
		font-weight: 300;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.42;
		letter-spacing: -0.06px;
		text-align: left;
		color: #000;
	}
	
	.syqe_staff_grid_content_img {
		height:135px !important;
		margin-bottom: 20px;
	}
	
	.syqe_staff_grid_content_content h4 {
		font-size: 12px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: -0.06px;
		text-align: left;
		color: #000;
	}
	
	.syqe_staff_grid_content_content h5 {
		font-size: 12px;
		font-weight: 300;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: -0.06px;
		text-align: left;
		color: #000;
	}
	
	.syqe_staff_grid_content > .syqe_staff_grid_content_close {
		height:25px;
		width:25px;
	}
}









