
.back_images{
    z-index : 10;
}
.left_3_selectbar{/* 왼쪽 분홍색 창 */
    z-index: 50;
}
.left_1{
    position: absolute;
    z-index : 100;
}
.front_spellme_images, .spellme_image{
  z-index: 200;
}
.front_happyme_images, .happyme_image{
  z-index: 300;
}
.front_strap_images, .strap_image{
  z-index: 400;
}
.footer, .footer_left, .footer_right, .download-button{
    z-index : 500;
}

/**/
.back_images{
    position : absolute;
    display : flex;
    justify-content: center;
    align-items: center;
    right : 0px;
    bottom : 30px;
}


.front_spellme_images{
    position:absolute;
    bottom : 80%;
    right : 0%;

}
.front_happyme_images{
    position:absolute;
    bottom : 70%;
    right : 0%;
}
.front_strap_images{
    position: absolute;
    bottom : 20%;
    left : 25%;
}



.front_spellme_image{
    position:absolute;
}
.front_happyme_image{
    position:absolute;
}
.front_strap_image{
    position: absolute;
}


/* 모달 : 999 */


/*
.front img{
    cursor : move;
    z-index : 999;
    position : absolute;
    top : 0;
    css : 0;
}*/
