@charset "utf-8";


/********************
// tablet 분기점
********************/
@media only screen and (max-width: 1200px) {

.inner{width:calc(100dvw - 120px);}

/********************
** careerList
********************/
.careerListCnt{width:calc(50% - 12px)}

}
  

/********************
// 모바일 분기점
********************/
@media only screen and (max-width: 768px) {    

.inner{width:calc(100dvw - 40px);}

/**********
** index
**********/
/** proccess **/
.proccessCnt{width:calc(50% - 24px)}

/********************
** careerList
********************/
.careerListCnt{width:100%}


}

