@charset "utf-8";
/* =========================================================================
 * 공지사항 상세(read.jsp) 다크 리디자인 스킨 — 피그마 dev 시안 반영 (260813)
 * 기존 마크업/JS/페이징/이전다음글 로직 유지, 스킨만 덮어쓰기.
 * read.jsp 인라인 <style> 및 공통 CSS를 이 파일이 마지막 로드로 override.
 * ========================================================================= */

/* ── 전역 배경: 검정 (밝은 배경 override) ───────────────────────────── */
body,
#wrap { background: #000 !important; }
.programCon.programCon_custom01 { background: #000 !important; }

/* 본문 텍스트 가독성 확보 */
.programCon_custom01 .readEdit,
.programCon_custom01 .readEdit .content_value,
.programCon_custom01 .readEdit .content_value * { color: #e6e6e6; }
.programCon_custom01 .urlFile a { color: #9FD2F5; }

/* ── Back 버튼 : 알약(pill) ─────────────────────────────────────────── */
.programCon_custom01 .prd_tab_wrapper { border-bottom: none !important; }
.programCon_custom01 .prd_tab_wrapper .prd_back_btn01 {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 10px 26px;
	background: linear-gradient(90deg, #07223D 0%, #0B1829 100%) !important;
	border: none !important;
	border-radius: 30px !important;
	outline: 1px #25517C solid; outline-offset: -1px;
	color: #fff !important; font-size: 15px; font-weight: 700; line-height: 1;
	text-decoration: none;
	transition: outline-color .2s ease, box-shadow .2s ease;
}
.programCon_custom01 .prd_tab_wrapper .prd_back_btn01 img {
	/* Back 아이콘 흰색 처리 */
	filter: brightness(0) invert(1);
	width: 8px; height: auto;
}
.programCon_custom01 .prd_tab_wrapper .prd_back_btn01:hover {
	outline-color: #00B8FC;
	box-shadow: 0 0 12px rgba(13, 170, 252, .3);
}

/* ── 제목 히어로 박스 ───────────────────────────────────────────────── */
.programCon_custom01 .recruitment_detail_top_box {
	position: relative;
	background: radial-gradient(ellipse 141% 201% at 0% 0%, #0A2942 0%, rgba(10, 41, 67, .14) 100%) !important;
	border-radius: 10px !important;
	border-left: 3px solid #00B8FC !important;
	border-top: 1px solid #00B8FC !important;
	border-right: 1px solid #00B8FC !important;
	border-bottom: 1px solid #00B8FC !important;
	padding: 40px 30px !important;
	min-height: 0 !important;
	box-sizing: border-box;
	display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
}
.programCon_custom01 .recruitment_detail_top_box .recruitment_tit,
.programCon_custom01 .recruitment_detail_top_box .recruitment_tit .title_value {
	color: #fff !important;
}
.programCon_custom01 .recruitment_detail_top_box .recruitment_tit {
	margin: 0; line-height: 1.25; word-break: keep-all;
}
.programCon_custom01 .recruitment_detail_top_box .recruitment_tit .title_value {
	font-size: 50px !important; font-weight: 700;
}
.programCon_custom01 .recruitment_detail_top_box .recruitment_alt {
	color: #9FD2F5 !important;
	margin-top: 14px !important;
	font-size: 25px !important; line-height: 1.2;
	display: flex; justify-content: center; align-items: center;
}
.programCon_custom01 .recruitment_detail_top_box .recruitment_alt i { display: none; }
.programCon_custom01 .recruitment_detail_top_box .category_path { color: #8fbfe0 !important; }

/* ── 하단 주변 글 목록(이전/다음 등) ────────────────────────────────── */
/* readPageNav.jsp 가 본문 뒤에 삽입하는 <style>(3-class !important) 보다
 * 높은 우선순위 확보 위해 .programCon_custom01 앵커 추가(4-class). 인라인
 * style 속성(padding 21px 15px !important)은 read.jsp 스크립트로 제거. */
.programCon_custom01 .read_page_list .recruitment_table01 {
	display: flex; flex-direction: column; gap: 12px; border: none !important;
}
.programCon_custom01 .read_page_list .recruitment_table01.change_box01.list_mode .noticeListFlexBox {
	display: flex; align-items: center;
	min-height: 80px !important; height: auto;
	padding: 20px 40px !important;
	box-sizing: border-box;
	background: radial-gradient(ellipse 141% 201% at 0% 0%, #0A2942 0%, rgba(10, 41, 67, .14) 100%) !important;
	border-radius: 10px !important;
	border-left: 3px solid #00B8FC !important;
	border-top: 1px solid #00B8FC !important;
	border-right: 1px solid #00B8FC !important;
	border-bottom: 1px solid #00B8FC !important;
	text-decoration: none;
	transition: box-shadow .2s ease, transform .2s ease;
}
.programCon_custom01 .read_page_list .recruitment_table01.change_box01.list_mode .noticeListFlexBox:hover {
	box-shadow: 0 0 14px rgba(13, 170, 252, .25); transform: translateX(2px);
}
.programCon_custom01 .read_page_list .recruitment_table01.change_box01.list_mode .noticeListFlexBox .noice_board_alt_box {
	display: flex; align-items: center; justify-content: space-between;
	width: 100%; gap: 16px;
}
.programCon_custom01 .read_page_list .recruitment_table01.change_box01.list_mode .noticeListFlexBox .tit { flex: 1 1 auto; min-width: 0; }
.programCon_custom01 .read_page_list .recruitment_table01.change_box01.list_mode .noticeListFlexBox .tit .title_value {
	color: #fff !important; font-size: 20px; font-weight: 700;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block;
}
/* 작성자(관리자1 등) 숨김 — 시안에 작성자 없음 (JSP 출력은 유지, 화면에서만 숨김) */
.programCon_custom01 .read_page_list .recruitment_table01.change_box01.list_mode .noticeListFlexBox .date_box.order3 { display: none !important; }
.programCon_custom01 .read_page_list .recruitment_table01.change_box01.list_mode .noticeListFlexBox .date_box.order2 {
	flex: 0 0 auto;
}
.programCon_custom01 .read_page_list .recruitment_table01.change_box01.list_mode .noticeListFlexBox .date_box.order2 span {
	color: #DDDDDD !important; font-size: 20px; white-space: nowrap;
}
.programCon_custom01 .read_page_list .recruitment_table01.change_box01.list_mode .noticeListFlexBox.current .title_value { color: #00B8FC !important; }

/* ── 목록 버튼 ──────────────────────────────────────────────────────── */
.mok_rok_btn { display: flex; justify-content: flex-end; margin-top: 24px; }
.mok_rok_btn .btn {
	display: inline-flex; align-items: center; justify-content: center;
	width: 328px; max-width: 100%; height: 52px; padding: 0 20px;
	background: linear-gradient(90deg, #07223D 0%, #0B1829 100%) !important;
	border: none !important;
	border-radius: 5px !important;
	outline: 1px #25517C solid; outline-offset: -1px;
	color: #fff !important; font-size: 16px; font-weight: 700; letter-spacing: .02em;
	white-space: nowrap; text-decoration: none; cursor: pointer;
	transition: outline-color .25s ease, box-shadow .25s ease, transform .2s ease;
}
.mok_rok_btn .btn strong { font-weight: 700; color: inherit; }
.mok_rok_btn .btn:hover { outline-color: #00B8FC; box-shadow: 0 0 14px rgba(13, 170, 252, .3); }
.mok_rok_btn .btn:active { transform: scale(.98); }

/* ── 반응형 (실제 컨테이너 폭 ~1180px 기준, 가로 넘침 0) ────────────── */
@media (max-width: 1024px) {
	.programCon_custom01 .recruitment_detail_top_box .recruitment_tit .title_value { font-size: 34px !important; }
	.programCon_custom01 .recruitment_detail_top_box .recruitment_alt { font-size: 18px !important; }
	.programCon_custom01 .read_page_list .recruitment_table01.change_box01.list_mode .noticeListFlexBox { padding: 16px 24px !important; }
	.programCon_custom01 .read_page_list .recruitment_table01.change_box01.list_mode .noticeListFlexBox .tit .title_value { font-size: 16px; }
	.programCon_custom01 .read_page_list .recruitment_table01.change_box01.list_mode .noticeListFlexBox .date_box.order2 span { font-size: 15px; }
}
@media (max-width: 640px) {
	.programCon_custom01 .recruitment_detail_top_box { padding: 26px 18px !important; }
	.programCon_custom01 .recruitment_detail_top_box .recruitment_tit .title_value { font-size: 24px !important; }
	.programCon_custom01 .recruitment_detail_top_box .recruitment_alt { font-size: 15px !important; margin-top: 8px !important; }
	.programCon_custom01 .read_page_list .recruitment_table01.change_box01.list_mode .noticeListFlexBox { min-height: 64px; padding: 14px 16px !important; }
	.programCon_custom01 .read_page_list .recruitment_table01.change_box01.list_mode .noticeListFlexBox .tit .title_value { font-size: 15px; }
	.programCon_custom01 .read_page_list .recruitment_table01.change_box01.list_mode .noticeListFlexBox .date_box.order2 span { font-size: 13px; }
	.mok_rok_btn .btn { width: 100%; }
}
