.elementor-6820 .elementor-element.elementor-element-5d6196b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* 이미지 컨테이너에 고정 크기 설정 */
.project-hero-image {
    width: 700px;
    height: 500px;
    overflow: hidden;
}

.project-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-item.large {
    width: 1200px;
    height: 600px;
}

.gallery-item {
    width: 600px;
    height: 400px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}/* End custom CSS */