/* 2019-06-11 일반 목록 첨부파일 영역 추가 */
.file a { display:block }
.file img { max-width:15px; height:auto; margin-right:4px }
.fileList { display:none }
.viewFileList .fileList { display:block; position:absolute; background:#fff; border:1px solid #d6d6d6; box-shadow:0 0px 8px rgba(0,0,0,0.1); padding:20px; min-width:300px; z-index:10; text-align:left; border-radius:8px; left:65%; }
.fileList .closeFileList { position:absolute; top:15px; right:20px }
.fileList p { border-bottom:1px solid #ccc; line-height:18px; padding-bottom:10px; margin-bottom:15px; font-weight:600 }
.fileList li { margin-bottom:10px; background:url('/img/common/ic_link.png') no-repeat left 5px; background-size:15px auto; padding-left:20px }
.fileList li:last-child { margin-bottom:0 }
.fileList li a { display:block; font-size:15px }
.fileList li a:hover { text-decoration:underline }
