@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) {
.mhd100{height:100svh;}
 .mainImg{filter: blur(8px)}
 .serviceimg{height:234px;}
 .step{grid-template-columns: repeat(2, 3fr); gap: 8px;} 
 .mf_l{text-align:left;}
}

/*************** 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) {

}
