.footer_wrap {background: #fff;}

#st1 {height: 401px;}
#st1 .cont1 {width: 43%; top: 170px; left: 47%;}

#st2 {height: 622px;}

#st3 {height: 620px;}
#st3 .cont1 {width: 90%; top: 135px; left: 50%; transform: translateX(-50%);}

#st4 {height: 577px;}
#st4 .cont1 {width: 90%; top: 125px; left: 50%; transform: translateX(-50%);}
#st4 .cont1 .btn1 {width: 89%; top: 173px; left: 50%; transform: translateX(-50%); height: 47px;}
#st4 .cont1 .btn2 {width: 29%; top: 225px; left: 5.8%; height: 64px;}
#st4 .cont1 .btn3 {width: 29%; top: 225px; left: 50%; transform: translateX(-48%); height: 64px;}
#st4 .cont1 .btn4 {width: 29%; top: 225px; left: 65.8%; height: 64px;}
#st4 .cont1 .btn5 {width: 29%; top: 294px; left: 5.8%; height: 64px;}
#st4 .cont1 .btn6 {width: 29%; top: 294px; left: 50%; transform: translateX(-48%); height: 64px;}
#st4 .cont1 .btn7 {width: 29%; top: 294px; left: 65.8%; height: 64px;}
#st4 .cont1 .btn8 {width: 89%; top: 364px; left: 50%; transform: translateX(-50%); height: 64px;}

#st5 {height: 483px;}
#st5 .cont1 {width: 82%; top: 135px; left: 50%; transform: translateX(-50%);}
#st5 .cont2 {width: 82%; top: 290px; left: 50%; transform: translateX(-50%);}

#st6 {height: 1269px;}
#st6 .cont1 {width: 83%; top: 155px; left: 50%; transform: translateX(-50%);}
#st6 .cont2 {width: 83%; top: 325px; left: 50%; transform: translateX(-50%);}
#st6 .cont3 {width: 83%; top: 711px; left: 50%; transform: translateX(-50%);}
#st6 .cont4 {width: 83%; top: 877px; left: 50%; transform: translateX(-50%);}
#st6 .cont5 {width: 83%; top: 1025px; left: 50%; transform: translateX(-50%);}

#st7 {height: 478px;}
#st7 .cont1 {width: 90%; top: 150px; left: 50%; transform: translateX(-50%);}
#st7 .cont1 .btn9 {width: 45%; top: 48px; left: 26.1%; transform: translateX(-50%); height: 60px;}
#st7 .cont1 .btn10 {width: 45%; top: 48px; left: 74.4%; transform: translateX(-50%); height: 60px;}
#st7 .cont1 .btn11 {width: 45%; top: 196px; left: 26.1%; transform: translateX(-50%); height: 60px;}
#st7 .cont1 .btn12 {width: 45%; top: 196px; left: 74.4%; transform: translateX(-50%); height: 60px;}



.obj_ani {
    animation-name: objAni;
    animation-duration: 4.8s;
    animation-delay: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes objAni {
    0%   {transform: scale(100%);}
    50%  {transform: scale(85%);}
    100% {transform: scale(100%);}
}
