/*------------------------------------------------
    독점게시판(스폰서 보드) 메뉴 아이콘
    - DDM_EXCLUSIVE_BOARD_CONFIG 의 'icon' 값과 클래스명이 1:1로 대응한다.
    - PC/모바일 공통 파일이다(head.sub.php 가 device 분기 밖에서 로드).
      신규 아이콘은 theme/miwit/css/default.css · mobile.css · mobile/style.css 가 아니라 여기에만 추가한다.
    - url() 은 이 파일 기준 상대경로: new/css/common → new/img 는 ../../img/
------------------------------------------------*/
.i_board_rogainefoam {
  width: 30px;
  height: 22px;
  background: url(https://image.daedamo.com/images/img/renew/icon/2024/i_rogaine.svg) no-repeat;
}
.i_board_JW {
  width: 30px;
  height: 22px;
  background: url(https://image.daedamo.com/images/img/renew/icon/2026/i_board_JW.svg) no-repeat;
  background-size: contain;
}
.i_board_dr_novid {
  width: 30px;
  height: 22px;
  background: url(https://image.daedamo.com/images/img/renew/icon/2026/i_board_dr_novid.svg) no-repeat;
  background-size: contain;
}
.i_board_blackfore {
  width: 30px;
  height: 22px;
  background: url(../../img/renew/icon/2026/i_board_blackfore.svg) no-repeat;
  background-size: contain;
  background-position: 70% 50%;
}

/* -----------------------------------------------------------
  ------ mobile ------
--------------------------------------------------------------  */
.mobile .index_nav_menu .i_board_rogainefoam {
  width: 38px;
  height: 38px;
  position: relative;
  left: 1px;
}
.mobile .index_nav_menu .i_board_JW {
  width: 38px;
  height: 38px;
  position: relative;
  left: -2px;
}
.mobile .index_nav_menu .i_board_dr_novid {
  width: 38px;
  height: 38px;
}
.mobile .index_nav_menu .i_board_blackfore {
  width: 38px;
  height: 38px;
  background-position: 70% 50%;
}
