/* ------------------------------------------------------------------
   기본 글꼴 — Noto Sans KR (2026-08-10)
   Elementor 전역 설정은 위젯에만 적용된다. 게시판·회원 폼·테마 텍스트 등
   Elementor 밖 영역까지 통일하기 위해 기본 글꼴을 여기서 지정한다.
   !important 를 쓰지 않으므로 개별 위젯 설정이 우선한다.
   ------------------------------------------------------------------ */
body,
button, input, select, textarea,
.kboard-default-list, .kboard-default-view, .kboard-default-editor,
.wp-members, #wpmem_login, #wpmem_reg {
	font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont,
		"Apple SD Gothic Neo", "Malgun Gothic", "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif;
}

.toolbar-container .widget_nav_menu{
	text-align: right;
}
body #toolbar .menu li{
	padding: 0 0 0 15px;
}
.cosmosfarm-members-form .button_div label input[type=checkbox]{
	height: 16px;
}
#edu_list{
	
}
#edu_list table{
	margin: 0px 0 0;
	border: none;
}
#edu_list table tr{
	border: none;
}
#edu_list th{
	font-size: 13px;
	text-align: center;
    border: none;
    border-bottom: 1px solid #333;
}
#edu_list td{
	border: none;
    font-size: 13px;
    text-align: center;
    line-height: 17px;
    border-bottom: 1px solid #ededed;
    vertical-align: middle;
}
#edu_wrap{

padding-top: 50px;	
}
#edu_wrap h1{
    display: none;
    font-size: 30px;
    letter-spacing: -1px;
    border-bottom: 2px solid #222;
    margin: 20px 0;
}
#edu_wrap table{
	
}
#edu_wrap table tr{
	
}
#edu_wrap table th{
	border: none;
    background: #f9f9f9;
    padding: 2px 10px;
    width: 20%;
}
#edu_wrap table td{

}

/* ------------------------------------------------------------------
   교육 일정 선택 모달 (2026-08-10 추가)
   ------------------------------------------------------------------ */
.gb-edu-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}
.gb-edu-modal__backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .55);
}
.gb-edu-modal__panel {
	position: relative;
	background: #fff;
	border-radius: 4px;
	width: 100%;
	max-width: 480px;
	max-height: 100%;
	overflow-y: auto;
	padding: 28px 26px 22px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, .25);
	box-sizing: border-box;
}
.gb-edu-modal__title {
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 6px;
	letter-spacing: -.5px;
	border: none;
	padding: 0;
}
.gb-edu-modal__desc {
	font-size: 13px;
	color: #666;
	margin: 0 0 16px;
}
.gb-edu-modal__list {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.gb-edu-option {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 13px 2px;
	border-bottom: 1px solid #ededed;
	cursor: pointer;
	margin: 0;
	font-weight: normal;
}
.gb-edu-option input[type="radio"] {
	margin: 0;
	flex: 0 0 auto;
}
.gb-edu-option__body {
	flex: 1 1 auto;
	min-width: 0;
}
.gb-edu-option__date {
	display: block;
	font-size: 15px;
	color: #222;
	line-height: 1.4;
}
.gb-edu-option__meta {
	display: block;
	font-size: 12px;
	color: #888;
	line-height: 1.5;
}
.gb-edu-option__badge {
	flex: 0 0 auto;
	font-size: 11px;
	color: #b3261e;
	background: #fdecea;
	border-radius: 2px;
	padding: 3px 7px;
	white-space: nowrap;
}
.gb-edu-option.is-disabled {
	cursor: not-allowed;
	opacity: .55;
}
.gb-edu-modal__actions {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}
.gb-edu-modal__actions button {
	font-size: 14px;
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	color: #444;
	cursor: pointer;
	line-height: 1.2;
}
.gb-edu-modal__actions .gb-edu-modal__submit {
	background: #1e73be;
	border-color: #1e73be;
	color: #fff;
}
@media (max-width: 480px) {
	.gb-edu-modal__panel {
		padding: 22px 18px 18px;
	}
	.gb-edu-modal__title {
		font-size: 18px;
	}
}

/* ------------------------------------------------------------------
   페이지 상단 배너 (구 Eduma Featured Title Area 대체 · 2026-08-10)
   ------------------------------------------------------------------ */
.ndls-hero {
	/* 본문 컨테이너 안에 들어가도 화면 전체 폭으로 펼친다. */
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 320px;
	display: flex;
	align-items: center;
}
.ndls-hero__overlay {
	position: absolute;
	inset: 0;
}
.ndls-hero__inner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}
.ndls-hero__title {
	margin: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -1px;
	border-left: 4px solid currentColor;
	padding-left: 18px;
	color: inherit;
}
.ndls-hero__sub {
	margin: 12px 0 0 22px;
	font-size: 16px;
	opacity: .85;
	color: inherit;
}
.ndls-hero__crumbwrap {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 30px;
	border-bottom: 1px solid #ededed;
	background: #fff;
}
.ndls-hero__crumb {
	max-width: 1200px;
	margin: 0 auto;
	padding: 14px 20px;
	font-size: 13px;
	color: #888;
}
.ndls-hero__crumb a {
	color: #888;
	text-decoration: none;
}
.ndls-hero__crumb a:hover { color: #222; }
.ndls-hero__crumb i {
	font-style: normal;
	margin: 0 8px;
	color: #ccc;
}
@media (max-width: 767px) {
	.ndls-hero { min-height: 200px; }
	.ndls-hero__title { font-size: 26px; padding-left: 12px; }
	.ndls-hero__sub { font-size: 14px; margin-left: 16px; }
}

/* ── 게시판 목록 ────────────────────────────────────────────────────
 * 작성자 칸이 좁아 아이디가 두 줄로 접혔다(SNUH_NDLS 등 최대 18자).
 * 넓은 화면에서만 폭을 잡아준다. 좁은 화면은 KBoard 가 이 칸을 감춘다.
 */
@media (min-width: 768px) {
	.kboard-list td.kboard-list-user,
	.kboard-list th.kboard-list-user {
		width: 140px;
		min-width: 140px;
		white-space: nowrap;
	}
	.kboard-list td.kboard-list-date,
	.kboard-list th.kboard-list-date {
		white-space: nowrap;
	}
}
