@charset "utf-8";

.part .part-item .con .txt {word-break: keep-all; overflow-wrap: break-word; line-break: strict; white-space: normal;}

.part .part-item:nth-child(1) {align-items: center;}
.part .part-item:nth-child(1) .img {max-height:100%;}
.part .part-item:nth-child(2) .img {max-height:100%;}
.part .part-item:nth-child(5) .img {max-height:100%;}


/* ************************ 태블릿 이하(~1199) ************************ */
@media (max-width: 1024px) {
	
}


/* ************************ 모바일 ************************ */
@media (max-width: 767px) {
	
	
}