@charset "utf-8";
/*************** 1440px 이하 ***************/
@media only screen and (max-width: 1300px) {
    .inner{width:90dvw}

}
  
/*************** 1124px 이하 ***************/
@media only screen and (max-width: 1124px) {
  
    .step{grid-template-columns: repeat(3, 2fr); gap: 20px;} 


}

/*************** 1024px 이하 ***************/
@media only screen and (max-width: 1024px) {

}

/*************** 960px 이하 ***************/
@media only screen and (max-width: 960px) {
    .mainBanner img{position:relative; right:initial; left:10%; bottom:-6px}
    .serviceCnt{width:100%}
    .proccessCnt{width:calc(50% - 16px)}
    .fixBtn{bottom:0; right:0;}

    .fixBtn a:nth-child(1){background:#5469DE}
    .fixBtn a:nth-child(2){background:#F9E000}
    .fixBtn a:nth-child(3){background:#97D2FF}

}

/*************** 860px 이하 ***************/
@media only screen and (max-width: 860px) {
    
}

/*************** 768px 이하 ***************/
@media only screen and (max-width: 768px) {
    

}

/*************** 480px 이하 ***************/
@media only screen and (max-width: 480px) {

}

/*************** 320px 이하 ***************/
@media only screen and (max-width: 320px) {

}
