/* BASIC css start */
#contentWrapper{padding-top: 0px!important;}
#footer{    margin-top: 0px!important;} 

.fitwrap1 {
    min-width: 1400px;
    width: 100%;
    overflow: hidden;
}
.fitwrap1 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지의 비율을 유지하면서 컨테이너에 맞춥니다 */
    object-position: center; /* 이미지를 중앙에 배치합니다 */
}    
    
.sappunfitgif {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sappunfit_wrap {
    position: relative;
}


/* BASIC css end */

