@charset "utf-8";
/*************** 1440px 이하 ***************/
@media only screen and (max-width: 1440px) {

}
  
/*************** 1124px 이하 ***************/
@media only screen and (max-width: 1124px) {

    /** common **/
    .inner{width:calc(100dvw - 120px)}

    .mainBannerLine{position:relative; bottom:0; left:0}

    .benefitBox .pA{position:relative; right:initial; bottom:initial;}
    .proccessBox{width:calc(50% - 20px)}
    .proccessArrow:after{width:4px; height:4px}


}

/*************** 1024px 이하 ***************/
@media only screen and (max-width: 1024px) {

}

/*************** 960px 이하 ***************/
@media only screen and (max-width: 960px) {

}

/*************** 860px 이하 ***************/
@media only screen and (max-width: 860px) {
   
}

/*************** 768px 이하 ***************/
@media only screen and (max-width: 768px) {
    
        /** common **/
        .inner{width:calc(100dvw - 40px)}

}

/*************** 480px 이하 ***************/
@media only screen and (max-width: 480px) {


}

/*************** 320px 이하 ***************/
@media only screen and (max-width: 320px) {

}
