@charset "utf-8";

/* notice 전용 list 스타일 */
.notice-intro-text{font-size:36px;text-align:center;margin-top: -80px;}
.table-list .notice-title{color:var(--main-color)}
.notice-badge{background:var(--main-color);color:#fff}

/* notice 전용 write 스타일 */
.bo_w_notice{border-bottom:1px solid #BDC4D1;padding:10px 0;margin-bottom:20px;font-size:14px;font-weight:bold;text-align:right;color:var(--main-color)}
.bo_w_notice .req{color:var(--main-color);font-weight:bold;font-size:16px}
.tm-write .form-row.notice-row{flex-direction:row}
.tm-write .form-row.notice-row label{font-weight:normal;font-size:15px;margin-bottom:0}

/* notice 전용 view 스타일 */
.tm-v-head{text-align:center;padding-bottom:20px;border-bottom:none}
.tm-v-title{margin-bottom:0}
.tm-v-subj{font-size:64px;font-weight:700;color:#111;display:block;text-align: left;}

/* notice 전용 액션 버튼 스타일 */
.tm-view .tm-v-actions{margin:60px auto 40px;padding-top:30px;border-top:1px solid var(--main-color)}
.tm-view .tm-v-actions .btn_action.outline{background:#fff;border:1px solid var(--main-color);color:var(--main-color)}

/* 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}

@media(max-width:1024px){
  .notice-intro-text{margin-top:-40px;font-size:18px}
  .board-intro{margin-bottom: 0;}
  .bo_w_notice{text-align:left}
  .tm-v-head{padding-bottom:16px}
  .tm-v-subj{font-size:28px;line-height:1.3}
  .tm-view .tm-v-actions{margin:40px auto 30px;padding-top:20px;gap:8px;flex-wrap:wrap;justify-content:center}
  .tm-view .tm-v-actions .btn_action.arrow{width:36px;height:36px;min-width:36px}
}
