@charset "utf-8";

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

  .inner{width:calc(100% - 120px);margin:0 auto;}
  /********************
  ** index
  ********************/
  /** mainBanner **/

  /** peakone **/

  /** event **/

  /** info **/

  /** premium **/
  
  /** benefit **/

  /** inside **/
  
  /** location **/

  /** consult **/
  .checkpolicy .custom-checkbox {width:16px; height:16px;}

}

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

  .inner{width:calc(100% - 40px);margin:0 auto;}
  /********************
  ** index
  ********************/
  /** mainBanner **/

  /** peakone **/

  /** event **/

  /** info **/

  /** premium **/
  .premiumCnts {display:grid; grid-template-columns:repeat(1, 1fr);}
  /** benefit **/

  /** inside **/
  .insideBtns {display:grid; grid-template-columns:repeat(3, 1fr);}
  /** location **/
  .root_daum_roughmap .wrap_map {height:240px !important;}
  /** consult **/
}
