@charset "utf-8";

/* notice 전용 배경 */
.header_img{background:linear-gradient(180deg,#000000 0%,#06080fcf 51%,#193b8470 100%),url(./img/head.png) no-repeat center center/cover}


/* notice 전용 첨부파일 스타일 (다른 HTML 구조 사용) */
.tm-v-files{margin:28px 0 0}
.tm-v-files ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.tm-v-files li{display:flex;flex-direction:column;gap:2px}
.tm-v-files a{font-weight:bold}
.tm-v-files .sub{color:#575B6B;font-size:14px;margin-left:6px}
