.footer_wrap {background: #fff;}

#st1 {height: 409px;}
#st1 .cont1 {width: 50%; top: 182px; left: 47%;}

#st2 {height: 643px;}
#st2 .cont1 {width: 85%; top: 120px; left: 50%; transform: translateX(-50%);}
#st2 .cont2 {width: 85%; top: 210px; left: 50%; transform: translateX(-50%);}
#st2 .cont3 {width: 85%; top: 300px; left: 50%; transform: translateX(-50%);}
#st2 .cont4 {width: 85%; top: 410px; left: 50%; transform: translateX(-50%);}
#st2 .cont5 {width: 85%; top: 502px; left: 50%; transform: translateX(-50%);}

#st3 {height: 829px;}
#st3 .cont1 {width: 27%; top: 185px; left: 73%;}

#st4 {height: 539px;}
#st4 .cont1 {width: 27%; top: 265px; left: 73%;}

#st5 {height: 366px;}
#st5 .cont1 {width: 100%;}
#st5 .btn1 {width: 116px; top: 144px; left: 8%; height: 122px;}
#st5 .btn2 {width: 116px; top: 144px; left: 50%; transform: translateX(-50%); height: 122px;}
#st5 .btn3 {width: 116px; top: 144px; left: 66%; height: 122px;}

.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%);}
}
