@charset "utf-8";


/********************
// tablet 분기점
********************/
@media only screen and (max-width: 1200px) {
.inner{width:calc(100dvw - 120px)}

/********************
** index
********************/
/**** solution ****/
.solutionCnts {display:grid; grid-template-columns:repeat(2, 1fr);}

}
  

/********************
// 모바일 분기점
********************/
@media only screen and (max-width: 768px) {
.inner{width:calc(100dvw - 40px)}
/********************
** index
********************/
/**** mainBanner ****/
.mainBanner {background-image: url(/img/mainBanner-m.jpg); background-position:center; background-size:cover;}

}

