.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.zindexi1{
    z-index: -1;
}
.zindexi2{
    z-index: -2;
}
.zindexi3{
    z-index: -3;
}
.background-image2{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
html{
    /* font-family: ;
font-family: 'NanumGothic';
font-family: 'NanumGothicBold';
font-family: 'NanumGothicExtraBold'; */
}
.card_item{
    background-position: center;
    object-fit: cover;
    aspect-ratio: 1 ;
    display: block;
}