@charset "utf-8";
/*tech_facilities*/
.tech_facilities{display:grid;grid-template-columns:auto 1fr auto;justify-content:space-between;}
.tech_facilities img{display:block;}

/*left*/
.tech_facilities_left img{aspect-ratio: 24 / 31;}

/*txt*/
.tech_facilities_txt{height:100%;align-self:end;padding:35px 20px 0 50px;}
.tech_facilities_txt > div{display:flex;flex-direction:column;justify-content:space-between;height:inherit;max-width:400px;}
.tech_facilities_txt p, .tech_facilities_txt li{color:#323131;font-size:16px;font-weight:500;line-height:1.3;}
.tech_facilities_txt ul{list-style-position:inside;padding:0;margin:0;}

/*right*/
.tech_facilities_right{position:relative;}

.tech_facilities_img_2{position:absolute;top:303px;right:330px;}
.tech_facilities_img_3{position:absolute;top:400px;right:0;}

.tech_facilities_img_2 img{width:360px;height:223px;}

@media(max-width:1400px){
	.tech_facilities{grid-template-columns:400px 1fr;grid-row-gap:22px;max-width:1400px;width:calc(100% - 20px);margin:0 auto;}
	
	/*txt*/
	.tech_facilities_txt{display:flex;align-items:center;padding:30px 0 0 30px;}
	
	/*right*/
	.tech_facilities_right{display:grid;grid-template-columns:repeat(2, 1fr);justify-content:center;grid-gap:22px;grid-column-start: 1;grid-column-end: -1;}
	.tech_facilities_right picture{display:block;width:100%;height:auto;}
	.tech_facilities_right img{display:block;width:100%;height:350px;object-fit:cover;}
	.tech_facilities_img_2{position:static;}
	.tech_facilities_img_3{display:none;}
}

@media(max-width:1140px){
	/*right*/
	.tech_facilities_right img{height:280px;}
}

@media(max-width:1014px){
	.tech_facilities{grid-template-columns:330px 1fr;}
}

@media(max-width:780px){
	/*right*/
	.tech_facilities_right{grid-template-columns:auto auto;justify-content:center;}
	
	.tech_facilities_right{grid-gap:15px;}
	.tech_facilities_right img{max-width:100%;width:250px;height:155px;}
}

@media(max-width:730px){
	.tech_facilities{display:block;}
	
	/*txt*/
	.tech_facilities_txt{display:block;padding:22px 0;}
	.tech_facilities_txt > div{max-width:unset;}
	.tech_facilities_txt div div{margin:32px 0;}
	
	/*left*/
	.tech_facilities_left img{margin:22px auto 0;}
}
/*-*/