@charset "utf-8";

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

  .inner{width:calc(100% - 120px);margin:0 auto;}
  /********************
  ** index
  ********************/
  /** about **/
  .custom-checkbox{width: 16px; height: 16px;} 

  .productCnts {display:grid; grid-template-columns: repeat(2, 1fr);}
}

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

  .inner{width:calc(100% - 40px);margin:0 auto;}
  /********************
  ** index
  ********************/
  /** about **/
  .custom-checkbox{width: 16px; height: 16px;}
  /** vision **/
    .visionCntBox {border:1px solid #D9DADE;}
    .visionCntBoxs div:nth-child(2) {border-right:1px solid #D9DADE;}
    .visionCntBoxs div:nth-child(2) {border-left:1px solid #D9DADE;}
    .visionCntBoxs :nth-child(2) {border-top:none;}
    .visionCntBoxs :nth-child(2) {border-bottom:none;}

  .productCnts {display:grid; grid-template-columns: repeat(1, 1fr);}
}
