  
/* 리스트 검색박스	 ======================================*/

.bbs_searchbox					{width:50%; margin:0 auto; }

.bbs_searchbox select			{float:left;padding-left:5px;width:25%;height:38px;font-size:14px; vertical-align:top;border:1px solid #ccc;cursor:pointer;}
.bbs_searchbox span				{position:relative;float:right;margin-left:5px;width:calc(75% - 5px);height:38px;color:#333;line-height:38px;vertical-align:top;}
.bbs_searchbox .search_input	{box-sizing:border-box;width:100%;height:38px;color:#333;vertical-align:top;border:1px solid #ccc;font-size:14px; padding:0px 40px 0px 7px;}
.bbs_searchbox .search_btn		{position:absolute;top:7px;right:7px;text-align:right;}



/* mobie screen 785 */
@media screen and (max-width:785px) {
	.bbs_searchbox				{width:70%;}
}

/* mobie screen 520 */
@media screen and (max-width:520px) {
	.bbs_searchbox				{width:90%;}

}

/* 리스트 검색박스	 ======================================*/



/* 리스트	 ======================================*/

#board_calendar_box							{position:relative; }
.board_calendar_title						{text-align:center;overflow:hidden; padding:0 0 15px 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; font-weight:500; }
.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			{padding:0; margin-right:5px; content:''; display:inline-block;  width:30px; height:30px; background:url("image/calendar_prev.png") no-repeat center 50%; background-sizE:10px auto;}
.board_calendar_title_year .next			{padding:0; margin-left:5px; content:''; display:inline-block;  width:30px; height:30px; background:url("image/calendar_next.png") no-repeat center 50%; background-sizE:10px auto;}
.board_calendar_title_year .prev:hover,
.board_calendar_title_year .next:hover		{border:1px solid #aaa;}

.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;}



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

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

}


/* mobie screen 520 */
@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;}

}

/* 리스트	 ======================================*/





/* 뷰	 ======================================*/
.view_tit_wrap		{padding:8px; border-top:1px solid #333; border-bottom:1px solid #ccc; background:#f4f4f4; overflow:hidden; font-size:17px; } 
.view_tit			{line-height:180%; color:#333; font-weight:bold; padding:2px 0; }
.view_ctit			{display:inline-block; padding:2px 10px; color:#ff6600; border:1px solid #ff6600; margin-right:5px; font-size:13px; line-height:160%; background-color:#fff; }
.view_name			{text-align:right; color:#888; padding:4px 0 0 0; font-size:0.9em; }
 

.view_content		{padding:30px 10px; word-break:break-all; font-size:16px; min-height:300px; }
.view_content img	{max-width:100%; }


.view_file 			{padding:10px; border-top:1px solid #ddd; overflow:hidden; }
.view_file li		{font-size:0.95em overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:90%; }

.view_file .view_file_tit		{float:left; width:140px; }
.view_file .view_file_tit span	{display:inline-block; margin-left:10px; width:120px; font-size:15px; font-weight:bold; text-align:center; line-height:40px; border:1px solid #ccc; }
.view_file .view_file_txt		{float:right; width:calc(100% - 140px); line-height:180%; }


/* mobie screen 785 */
@media screen and (max-width:785px) {
	.view_file li					{font-size:12px; }
	.view_file .view_file_tit		{display:none; }
	.view_file .view_file_txt		{float:none; width:100%; }
}




.view_btn_group						{padding:20px 0 30px 0; overflow:hidden; }

.view_prev_group					{border-top:1px solid #b5b5b5; }
.view_prev_group_li					{overflow:hidden; padding:12px 0; border-bottom:1px solid #ddd; } 
.view_prev_group_li:last-child		{border-bottom:1px solid #b5b5b5; } 

.view_prev_group_li a				{display:block; color:#555; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:0.95em }
.view_prev_group_li a span			{display:inline-block; text-align:left; text-indent:20px; margin-right:20px; width:17%; color:#333333; border-right:1px solid #e8e8e8; }


/* mobie screen 520 */
@media screen and (max-width:520px) {

	.view_prev_group_li					{overflow:hidden; padding:8px 0; border-bottom:1px solid #ddd; } 
	.view_prev_group_li a				{font-size:12px; }
	.view_prev_group_li a span			{text-indent:10px; }

}

 

.comment_box		{border-top:1px solid #b5b5b5; border-bottom:1px solid #b5b5b5; padding:7px; background-color:#f7f7f7; overflow:auto; }
.comment_txt		{padding-top:3px; }
.comment_txt dt		{float:left; width:calc(100% - 120px); }
.comment_txt dd		{float:right; }
.comment_txt dt textarea	{border:1px solid #cccccc; width:100%; }
.comment_txt .com_btn 		{display:inline-block; text-align:center; font-size:15px; border:1px solid #ccc; background:#fff; color:#333; padding:0 25px; line-height:48px; margin:0 3px; cursor:pointer; vertical-align:top; }
.comment_txt .com_btn:hover	{border:1px solid #444; background:#555; color:#fff; }

.comment_view				{border-bottom:1px solid #dfdfdf; padding:20px 0; min-height:120px; }
.comment_view_name			{padding:0 10px; line-height:130%; color:#333; }
.comment_view_name span		{font-size:10px; color:#999999; }
.comment_view_content		{margin-top:20px; padding:0 10px; color:#555; }




/* 뷰	 ======================================*/





/* 폼	 ======================================*/
.write_title		{color:#111; font-weight:bold; padding:15px 10px; text-align:center; background-color:#eeeeee; border-top:2px solid #5e5e5e; font-size:17px; }
.write_area			{width:100%; table-layout:fixed; }
.write01			{text-align:center; background:#f7f7f7; padding:8px; width:110px; border-right:1px solid #ddd; border-top:1px solid #ddd; }
.write02			{padding:8px; border-top:1px solid #ddd; }
/* 폼	 ======================================*/



