/* 회사소개 */
.greeting-img{
	display: inline-block;
    overflow: hidden;
    position: relative;
    width: 40%;
    height: 0;
    padding-bottom: 47%;
}

.greeting-img img{
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}