@charset "utf-8";
/*----------------------------------------------
견적의뢰 단계
----------------------------------------------*/

/* 견적의뢰 */
.steps {
    position: relative;
}



.pointer-a { width: 60px;
        display: block;
        position: absolute;
        top: 120px;
        left: 91%;
        z-index: 3;
    }
   
 
/* 애니메이션 */
.stepAnimation_a3 {  left: 91%; top: 170px
}


.stepAnimation_a4 {top:230px;    left: 91%;}
.stepAnimation_a5 {top:280px;    left: 91%; 
}
.stepAnimation_a6 {top:340px;     left: 91%;
}



@media (max-width: 767px) {
 
 
.pointer-a { width: 60px;
        display: block;
        position: absolute;
        top: 100px;
        left: 80%;
        z-index: 3;
    }
   
 
/* 애니메이션 */
.stepAnimation_a3 {  left: 80%; top: 150px
}


.stepAnimation_a4 {top:220px;    left: 80%;}
.stepAnimation_a5 {top:260px;    left: 80%; 
}
.stepAnimation_a6 {top:310px;     left: 80%;
} 
  
}
