/* =========================================================
   신청부터 입금까지 4단계 아이콘 v11
   업로드 경로: /www/images/icon1.png ~ icon4.png
   ========================================================= */

.gm3-process__icon{
  display:flex!important;
  width:104px!important;
  height:104px!important;
  margin:0 auto 14px!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  color:transparent!important;
  font-size:0!important;
  box-shadow:none!important;
}

.gm3-process__icon img{
  display:block;
  width:96px!important;
  height:96px!important;
  max-width:none!important;
  object-fit:contain!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
}

.gm3-process__grid article{
  padding-top:24px!important;
}

.gm3-process__grid article h3{
  margin-top:2px!important;
}

@media(max-width:900px){
  .gm3-process__icon{
    width:92px!important;
    height:92px!important;
    margin-bottom:12px!important;
  }

  .gm3-process__icon img{
    width:84px!important;
    height:84px!important;
  }
}

@media(max-width:720px){
  .gm3-process__icon{
    width:82px!important;
    height:82px!important;
    margin-bottom:10px!important;
  }

  .gm3-process__icon img{
    width:76px!important;
    height:76px!important;
  }

  .gm3-process__grid article{
    padding-top:20px!important;
  }
}

@media(max-width:420px){
  .gm3-process__icon{
    width:76px!important;
    height:76px!important;
  }

  .gm3-process__icon img{
    width:70px!important;
    height:70px!important;
  }
}
