/*  게시글 리스트 검색  ==================================================================================== */
.board_search														{overflow:hidden; margin-bottom:30px;}
.board_search .ginfo												{float:left; padding:20px 0 0 0; } 
.board_search .search_inner									{float:right; width:50%; overflow:hidden;}
.board_search .search_select_box						{display:inline-block;width:30%; }
.board_search .search_select_box + .search_select_box{ margin-left:10px;}
.board_search .search_inner > *							{float:left}
.board_search .search_inner select						{width:100%;   height:48px; vertical-align:top;border:1px solid #ccc;cursor:pointer;  }
.board_search .search_input_box  						{ width:70%;padding-left:10px;}
.board_search .search_input_box > *					{float:left;}
.board_search .search_input_box:after				{content:'';display:block;clear:both}
.board_search .search_inner input[type="text"]{width:calc(100% - 55px); height:48px;}
.board_search .search_inner .search_btn			{width:55px;height:55px;font-size:1.2rem; text-align:center;display:block;border:1px solid #333; background:#333; height:48px; line-height:45px;    color:#fff; letter-spacing:-1px;}
 
.calendar_box_mobile																		{display:none; }

/* screen 1024px */
@media screen and (max-width:1024px) {
.board_search .ginfo												{float:none; padding:0 0 10px 0;}
.board_search .search_inner									{float:none; width:100%;} 

.calendar_box_mobile							{position:relative;display:block; border:1px solid #ccc; padding:20px 25px; background:#f9f9f9; }
.calendar_box_mobile p						{position:relative; padding:7px 0; display: grid; grid-template-columns:210px auto;   }
.calendar_box_mobile .date				{color:#2044a7; font-weight:500;}
.calendar_box_mobile .tit					{  }
}

@media screen and (max-width:640px) { 
.calendar_box_mobile							{  padding:10px 20px; }
.calendar_box_mobile p						{ padding:10px 0;  grid-template-columns:1fr;   }
}


/* screen 600px */
@media screen and (max-width:600px) {  
.board_search .search_select_box						{float:none; width:100%; margin-bottom:5px;}
.board_search .search_input_box						{float:none; width:100%;padding-left:0;} 
}




.board_category							{text-align:center; margin-bottom:20px;}
.board_category li						{display:inline-block; margin-right:3px;}
.board_category li:last-child			{margin:0;}
.board_category li a					{display:block; background:#f7f7f7; color:#555; padding:5px 15px; border-radius:2px; font-weight:500; }
.board_category li a:hover, .board_category .on a		{background:#f15f22; color:#fff; }

.board_list .tit_wrap					{overflow:hidden; text-align:center;  line-height:62px; border-top:2px solid #333; background:#fafafa; }
.board_list .tit_wrap p					{font-family: 'S-CoreDream-5Medium'; color:#111;}
.board_list .tit_wrap .no				{float:left; width:8%; }
.board_list .tit_wrap .cate				{float:left; width:8%; }
.board_list .tit_wrap .tit0				{float:left; width:60%; }
.board_list .tit_wrap .tit1				{float:left; width:52%; }
.board_list .tit_wrap .file				{float:left; width:6%;}
.board_list .tit_wrap .named			{float:left; width:10%; }
.board_list .tit_wrap .date				{float:left; width:10%; }
.board_list .tit_wrap .hit				{float:left; width:6%; }

.board_list .content_wrap				{overflow:hidden;}
.board_list .content_wrap li			{overflow:hidden; text-align:center; border-top:1px solid #dfdfdf; padding:20px 0px;}
.board_list .content_wrap li:last-child	{border-bottom:1px solid #dfdfdf;}
.board_list .content_wrap .no			{float:left; width:8%; }
.board_list .content_wrap .cate			{float:left; width:8%; color:#930911;}
.board_list .content_wrap .tit0			{float:left; width:60%; text-align:left; color:#222; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.board_list .content_wrap .tit1			{float:left; width:52%; text-align:left; color:#222; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.board_list .content_wrap .file			{float:left; width:6%; }
.board_list .content_wrap .file span	{display:inline-block;}
.board_list .content_wrap .sfile		{display:none;}
.board_list .content_wrap .named		{float:left; width:10%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#888; }
.board_list .content_wrap .date			{float:left; width:10%; color:#777;}
.board_list .content_wrap .hit			{float:left; width:6%; color:#777;}
.board_list .content_wrap .tit0 .icon_notice,
.board_list .content_wrap .tit1 .icon_notice,
.board_list .content_wrap .tit0 .icon_category,
.board_list .content_wrap .tit1 .icon_category,
.board_list .content_wrap .minfo		{display:none; }
.board_list .content_wrap .nolist		{padding:70px 0; }
.board_list .content_wrap li:hover		{background:#f9f9fb;}

.board_list .content_wrap span.icon_notice,
.board_list .content_wrap span.icon_category	{padding:2px 15px; color:#fff; background:#2a89e1; border-radius:20px; font-size:0.95em;}

.board_list .btn_wrap					{padding-top:40px; overflow:hidden;}


@media screen and (max-width:1024px) {

	.board_list .tit_wrap				{display:none; }

	.board_list .content_wrap			{border-top:2px solid #5e5e5e; }
	.board_list .content_wrap li		{padding:12px 10px;}
	.board_list .content_wrap .tit0,
	.board_list .content_wrap .tit1		{float:none; width:100%;}
	.board_list .content_wrap .file,
	.board_list .content_wrap .no,
	.board_list .content_wrap .cate,
	.board_list .content_wrap .named,
	.board_list .content_wrap .date,
	.board_list .content_wrap .hit		{display:none; }
	.board_list .content_wrap .tit0 .icon_notice,
	.board_list .content_wrap .tit1 .icon_notice,
	.board_list .content_wrap .tit0 .icon_category,
	.board_list .content_wrap .tit1 .icon_category	{display:inline-block; height:22px; line-height:20px; text-align:center; padding:0 5px; font-size:14px;}
	.board_list .content_wrap .minfo	{display:block; margin:5px 0 0 0; text-align:left; color:#999;}
	.board_list .content_wrap .sfile	{display:inline-block;}

}



/*  게시글 뷰  ==================================================================================== */
.board_view															{margin:  auto;  }
.board_view .tit_wrap											{position:relative; text-align:center;  padding:25px 10px; border-top:2px solid #333; border-bottom:1px solid #ddd; transition:all 0.3s ease;}
.board_view .tit_wrap .tit										{position:relative;  font-size:1.6em; letter-spacing:-1px; line-height:140%; color:#222; font-weight:600;transition:all 0.3s ease;}
.board_view .tit_wrap .tit span							{display:inline-block; padding:0px 10px; height:31px; line-height:31px; color:#930911; border:1px solid #930911; margin-right:10px; font-size:15px;}
.board_view .tit_wrap .name								{color:#999; font-size:0.9em;padding:15px 0 0 0; transition:all 0.3s ease;}
.board_view .tit_wrap .name span						{position:relative; padding-right:23px;}
.board_view .tit_wrap .name span::after			{content:''; position:absolute; top:0; right:12px; bottom:0; width:1px; height:1em; margin:auto; background:#ddd;}
.board_view .tit_wrap .name span:last-child		{padding:0;}
.board_view .tit_wrap .name span:last-child::after{display:none;}

.board_view .content_wrap									{overflow:hidden;padding:40px 10px; word-break:break-all; min-height:300px;border-bottom:1px solid #ddd; }
.board_view .content_wrap img							{max-width:100%; }

.board_view .video_wrap										{text-align:center;margin-bottom:40px;}
.board_view .video_wrap .youtube_iframes		{width:720px; height:480px; }

.board_view .btn_wrap										{padding:40px 0 ; text-align:center; overflow:hidden; border-top:2px solid #333; }
.board_view .btn_wrap .bbs_btn02					{margin-right:3px;}
.board_view .bwrite_cm										{padding-top:20px;}

@media screen and (max-width:1024px) {
	.board_view .tit_wrap								{padding:20px  10px;} 
	.board_view .tit_wrap .tit							{font-size:1.35em;  }
	.board_view .tit_wrap .name					{font-size:0.9em; padding:10px 0 0 0; } 
	.board_view .content_wrap						{padding:30px 10px;} 
} 
@media screen and (max-width:800px) {
	.board_view .tit_wrap								{padding:20px 5px ; text-align:left;}  
	.board_view .tit_wrap .tit							{font-size:1.25em; font-weight:500; } 
	.board_view .content_wrap						{padding:25px 0;} 
} 


/* 뷰페이지 버튼, 이전, 다음글	 ======================================*/ 
.board_view .pn_wrap											{position:relative;  display:flex;flex-flow:wrap;   }
.board_view .pn_wrap li										{position:relative;padding:30px 0;width:50%;  font-size:0.95em; } 
.board_view .pn_wrap li a									{position:relative;display:block;letter-spacing:-1px; color:#555;   }
.board_view .pn_wrap li:first-child::after			{content:''; position:absolute; right:0;top:20%; width:1px;height:60%;border-right:1px solid #e5e5e5;  } 
.board_view .pn_wrap li span								{position:relative;display:block;  padding:0 25px;  font-weight:500; color:#222;  transition:all 0.3s ease;}
.board_view .pn_wrap li p									{position:relative;display:block; font-size:0.95em; color:#777;padding:0 25px;  padding-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;  text-overflow:ellipsis; -o-text-overflow:ellipsis;  word-break:break-all;   }
.board_view .pn_wrap li.prev::before				{content:''; position:absolute; top:40px; left:5px; border:solid #555; border-width:1px 1px 0 0;  padding:5px; transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
.board_view .pn_wrap li.next::before					{content:''; position:absolute; top:40px; right:5px; border:solid #555; border-width:1px 1px 0 0;  padding:5px; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.board_view .pn_wrap li.next								{text-align:right; }
.board_view .pn_wrap li a p:hover						{text-decoration:underline; }

.board_view .file_wrap 										{position:relative; padding:20px 10px  ;font-size:0.95em; overflow:hidden; border-bottom:1px solid #ddd; display: grid; grid-template-columns:150px auto;   transition:all 0.3s ease;} 
.board_view .file_wrap .tit									{ letter-spacing:-1px;}
.board_view .file_wrap .tit i									{font-size:0.95em; margin-right:10px; color:#777;} 
.board_view .file_wrap li										{position:relative;  font-size:0.9em;color:#888; padding-left:22px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;  transition:all 0.3s ease;}
.board_view .file_wrap li i									{display:none; }
.board_view .file_wrap li::before						{content:''; position:absolute; left:0; top:7px; width:16px; height:16px; background:url('./img/icon_down.png') no-repeat 0 0;  }
 
@media screen and (max-width:800px) { 
	.board_view .pn_wrap li							{ padding:20px 0; } 
	.board_view .pn_wrap li span					{padding:0 20px; }
	.board_view .pn_wrap li p						{ font-size:0.9em;padding:0 20px;  padding-top:0;}
	.board_view .pn_wrap li.prev::before	{  top:29px;   padding:4px;}
	.board_view .pn_wrap li.next::before		{  top:29px;  padding:4px;}

	.board_view .file_wrap 							{  padding:15px 5px  ;font-size:0.9em; grid-template-columns:110px auto;   }
}
@media screen and (max-width:600px) { 
	.board_view .pn_wrap li							{ width:100%; padding:15px 0; }  
	.board_view .pn_wrap li:first-child::after	{display:none; }
	.board_view .pn_wrap li a						{display: grid; grid-template-columns:85px auto;}
	.board_view .pn_wrap li span					{font-size:0.9em; padding:0 5px;}
	.board_view .pn_wrap li p						{ padding:0  ;font-size:0.85em; }
	.board_view .pn_wrap li.next					{text-align:left; }
	.board_view .pn_wrap li:first-child a 		{border-right:0 ;   } 
	.board_view .pn_wrap li:first-child  		{border-bottom:1px solid #e5e5e5;}
	.board_view .pn_wrap li.prev::before	{  top:25px; left:60px;  padding:3px;  transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
	.board_view .pn_wrap li.next::before		{  top:22px; left:60px;right:initial;  padding:3px; transform: rotate(135deg); -webkit-transform: rotate(135deg); }

	.board_view .file_wrap 							{  padding:12px 5px  ; grid-template-columns:1fr;   }
	.board_view .file_wrap .tit						{ display:none;}
}



/*  게시글 폼  ==================================================================================== */
.board_form													{margin:  auto;}
.board_form .tit												{color:#222; font-weight:500; padding:12px 10px; text-align:center; background-color:#f2f2f2; border-top:2px solid #333; }
.board_form table											{border-collapse:collapse; width:100%; table-layout:fixed; }
.board_form .thsize										{width:15%;}
.board_form table tbody th							{padding:10px 20px;  border:1px solid #ddd; color:#555;background:#fafafa;font-size:0.9rem; letter-spacing:-1px; line-height:1.3; }
.board_form table tbody th:first-child			{border-left:0;}
.board_form table tbody th:last-child			{border-right:0;}
.board_form table tbody th							{text-align:left;}
.board_form table tbody th span					{display:block;font-size:0.85em;color:#ec0b0b;}
.board_form table tbody td							{  padding:10px ;  word-break:break-all;   border:1px solid #ddd; font-size:0.95em; } 
.board_form table tbody td:first-child			{border-left:0;}
.board_form table tbody td:last-child			{border-right:0;} 

.board_form table tbody td .textarea_form		{font-size:0.9em;} 
.board_form .btn_wrap								{padding:40px 0; overflow:hidden; text-align:center; }
 
@media screen and (max-width:800px) {
.board_form .thsize										{width:80px;}
.board_form table tbody th							{padding:8px  ;font-size:0.85em; text-align:center;  } 
.board_form table tbody td							{padding:8px  ;font-size:0.9em;}
}




/*  달력  ==================================================================================== */
#board_calendar_box								{position:relative; }
.board_calendar_title							{text-align:center;overflow:hidden; padding:0 0 20px 0; border-bottom:1px solid #333;}
.board_calendar_title span						{padding:0 6px; font-size:2.1em; color:#333;line-height:150%; vertical-align:middle;}
#board_calendar_month							{color:#3e6ec5;}
.board_calendar_title span img					{vertical-align:sub; width:18px;}
.board_calendar_title_year						{float:left;margin:0 0 0 30%;width:40%;}
.board_calendar_title_select					{float:right; margin:5px 0 0 0;}
.board_calendar_title_select select				{border:1px solid #b5b5b5;height:28px;padding:0 0 0 5px;margin:0 0 0 3px;}	
 
.board_calendar_title_year .prev				{position:relative;padding:0; content:''; display:inline-block; width:46px; height:46px; line-height:32px;}
.board_calendar_title_year .prev:after			{content:''; display:inline-block; border:solid #bbb; border-width:0 0 3px 3px;  padding:7px; transform: rotate(45deg);}
.board_calendar_title_year .next				{position:relative;padding:0; content:''; display:inline-block; width:46px; height:46px; line-height:32px;}
.board_calendar_title_year .next:after			{content:''; display:inline-block; border:solid #bbb; border-width:3px 3px 0 0;  padding:7px; transform: rotate(45deg);}
.board_calendar_title_year .prev:hover:After, .board_calendar_title_year .next:hover:after	{border-color:#333;}


.board_calendar_table								{border-collapse:collapse;  width:100%;table-layout:fixed; }
.board_calendar_table thead th				{text-align:center;line-height:46px; background:#f6f6f6; color:#333; }
.board_calendar_table thead th:first-child	{color:#f64a1b;}
.board_calendar_table thead th:last-child	{color:#397fe7;}
.board_calendar_table tbody td				{border:1px solid #dfdfdf;text-align:left; padding:5px;min-height:90px;vertical-align:top; font-size:0.8em; line-height:130%; }
.board_calendar_table tbody td:first-child	{border-left:1px solid #fff;}
.board_calendar_table tbody td:last-child	{border-right:1px solid #fff;}
.board_calendar_day									{color:#888; padding:0 0 4px 0;}
.board_calendar_applist							{padding:0 0 0 7px;line-height:130%;}

.board_calendar_table .board_calendar_redday,
.board_calendar_table .board_calendar_redday a		{color:#f64a1b;}
.board_calendar_table .board_calendar_blueday,
.board_calendar_table .board_calendar_blueday a		{color:#397fe7;}
.board_calendar_table .board_calendar_today			{background:#f3f3f3;}
  
.board_calendar_table .full_day				{background:#e8e8ed;}
.board_calendar_table .posible_day			{background:#fbe9e7; cursor:pointer;}
.board_calendar_table .noselect_day			{background:#e4f3fb;}
.board_calendar_table .select_day			{background:#fbf5e4; }

.board_calendar_table .wrap					{min-height:90px; font-size:1em; }
.board_calendar_table .wrap .line			{border-top:1px dashed #ccc; padding:5px 0px;}

.mobile_calendar_divs						{display:none;}
.mobile_calendar_table						{border-collapse:collapse;  width:100%;table-layout:fixed; font-size:0.85em;}
.mobile_calendar_table thead th				{text-align:center;line-height:34px;border:1px solid #cfcfcf;border-top:none;font-size:13px;background:#f5f5f5;}
.mobile_calendar_table tbody td				{border:1px solid #cfcfcf; height:40px; }
.mobile_calendar_table tbody td:first-child	{text-align:center;vertical-align:middle;}
.mobile_calendar_table tbody td:last-child	{text-align:left;padding-left:5px;}

.mobile_calendar_table .board_calendar_redday		{color:#f64a1b;}
.mobile_calendar_table .board_calendar_blueday		{color:#397fe7;}
.mobile_calendar_table .board_calendar_today		{background:#e4f3fb;}

.mobile_calendar_table .line				{border-top:1px dashed #ccc; padding:5px 0px;}
.mobile_calendar_table .line:first-child	{border-top:0px;}



@media screen and (max-width:785px) {
	.board_calendar_divs					{display:none;}
	.mobile_calendar_divs					{display:block;}

	.board_calendar_title span				{font-size:1.5em;}
}


@media screen and (max-width:520px) {
	.board_calendar_title_year				{float:none;margin:0;width:100%;}
	.board_calendar_title_select			{float:none; margin:10px auto 0 auto;}
}






  /* ******************************** fullcalendar css 넣기 *********************************** */
 
.fc-scrollgrid thead th:last-child {  border-right:0 !important;  }				/* 세로선 없애기 */
.fc-theme-standard td {  padding:2px !important; border-left:0 !important;border-top:0 !important;  }/* 세로선 없애기 */
.fc-theme-standard td:last-child {border-right:0 !important;  } /* 세로선 없애기 */
.fc-scrollgrid  { border:0 !important;  }  /* 세로선 없애기 */

  
.fc-col-header th						{height:40px   ; font-size:0.9rem;text-transform: uppercase;border-right:0 !important;border-left:0 !important; }  /* 상단 요일 스타일 */
.fc-col-header th a						{line-height:40px;}
.fc-col-header .fc-day-sun a		{color:#f64a1b;} 
.fc-col-header .fc-day-sat a		{color:#397fe7;} 
.fc .fc-daygrid-day-number		{ font-size:12px !important ; padding:8px 8px 6px 8px !important;}
 
.fc-daygrid-event						{ line-height:1.4em !important; margin:2px 0 !important;padding: 1px 0  !important; font-size:0.8rem !important; text-align:center !important;text-indent:0 !important; } /* 리스트 목록 스타일 */
.fc-event-main									{}

.fc-event-main-frame						{}
.fc-event-title-container						{}
.fc-event-title										{}
 
 

:root { 
    --fc-today-bg-color: #fcfaf5 !important;			/* 오늘 날짜 배경색 */
}
.calendar-holiday				{color:#ff0000 !important;  text-align:left !important;padding-left:6px !important;}
.calendar-holiday:after		{position:absolute; content:''; left:8px;top:11px; width:4px;height:4px;background:#f02828; border-radius:50px  ;}

.calendar-link .fc-event-title				{background:url('./img/top_blank1.png') no-repeat 10px center; text-indent:15px;}
/* ******************************** fullcalendar css 넣기 ********************************** */


