/* GPKI 인증서 선택창 커스터마이징 */

/* GPKI 팝업창을 최상위로 */
#GPKIFrame,
#certFrame,
.certManageWrap,
.certSelectWrap {
  z-index: 999999 !important;
  position: fixed !important;
}

/* GPKI 오버레이 z-index */
#GPKIOverlay {
  z-index: 999998 !important;
}

/* 주황색 "제외" 라벨 숨기기 */
.cert-exclude,
.excludeLabel,
[class*="exclude"],
img[alt*="제외"],
img[src*="exclude"] {
  display: none !important;
  visibility: hidden !important;
}

/* 인증서 리스트 아이템에서 제외 표시 숨기기 */
.cert-item .exclude-badge,
.cert-list .exclude-mark {
  display: none !important;
}
