@media print {
td {
                /*background-color: #1a4567 !important;*/
                 -webkit-print-color-adjust: exact; 
}}

/*----------------modal 2025.09.10------------------*/
#modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9998;
}
#modal-box {
  display: none;
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 9999;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
#modal-box iframe {
  display: block;
  border: none;
}
#modal-close {
  position: absolute;
  top: 8px; right: 8px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px; height: 30px;
  cursor: pointer;
}
