@charset "utf-8";
.PZwindow{position:absolute;z-index:1000;background:#fff;}
.nomoreOpen{background:#efefef;text-align:right;padding:5px 15px;display:flex;width:100%;justify-content: space-between;}
.nomoreOpen form{display:flex;width:100%;justify-content: end; gap: 15px; align-items: center;}
.nomoreOpen label{display: flex; align-items: center; font-size: 16px; font-family: pm; color: #111111;}
.nomoreOpen input[type="checkbox"]{display: none;}
.nomoreOpen input[type="checkbox"]:checked ~ .check-icon{border: 2px solid #0d5dbe;}
.nomoreOpen input[type="checkbox"]:checked ~ .check-icon::after{content:""; display: block; position: absolute; width: 6px; height: 6px; border-radius: 1px; background-color: #0d5dbe; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.nomoreOpen .check-icon{border-radius: 3px; border: 2px solid #acacac; display: inline-block; width: 16px; height: 16px; position: relative; top: 0; margin-right: 10px;}
.nomoreOpen .PZwindowClose{font-size: 16px; color: #111111; text-decoration: none; display: inline-block; border: 1px solid #1d1d1d; padding: 5px 15px; border-radius: 5px; transition: all .3s; font-family: pb;}
.nomoreOpen .PZwindowClose:hover{color: white; background-color: #003ba6; border: 1px solid #003ba6;}

/*asis 첨부파일 20260310*/
.pop_attach {font-family:Dotum,돋움; font-size:12px; color:#333; background:#f4f4f4; border-bottom:1px solid #dcdcdc; width:100%;}
.pop_attach li {line-height:17px; padding-left:10px;}
.pop_attach li span {padding-left:20px; color:#949494; font-size:11px;}
.pop_attach li span a {color:#949494;}
.pop_attach li span a:hover {font-weight:bold; letter-spacing:-.1px; color:#3e61c6; text-decoration:underline;}