@charset "utf-8";

.contact {}

.contactImgWrap {display:flex; gap:10px; flex-wrap:wrap;}
.contactImgWrap .img {width:calc((100% - 10px)/2); height:300px;}
.contactImgWrap .img img {width:100%; height:100%; object-fit:cover;}
.contactImgWrap .img:last-child {height:400px; flex-grow:1;}


/* ************************ 태블릿 이하(~991) ************************ */
@media (max-width: 1199px) {
	
	

	
	
	
	
}


/* ************************ 모바일 ************************ */
@media (max-width: 767px) {
	.contactImgWrap {flex-direction:column;}
	.contactImgWrap .img {width:100%; height:auto;}
	
	
	
	
	

	
	
	
	
}


