  
/* 리스트 검색박스	 ======================================*/
.bbs_searchbox					{width:50%; margin:0 auto; }

.bbs_searchbox span				{box-sizing:border-box;position:relative;float:right;margin-left:5px;width:73%;height:38px;color:#333;line-height:38px;vertical-align:top;}
.bbs_searchbox .search_input	{box-sizing:border-box;float:right;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:10px;text-align:right;}
.bbs_searchbox select			{float:left;padding-left:10px;width:25%;height:38px;font-size:14px; vertical-align:top;border:1px solid #ccc;cursor:pointer;}



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

}

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



/* 연도탭	 ======================================*/
.ebook_year					{width:100%; text-align:center;margin:15px 0 30px 0; padding-bottom:30px; border-bottom:1px solid #dfdfdf; }
.ebook_year .year			{display:inline-block; font-family:"NotoKrM", sans-serif; color:#1d1d1d; font-size:2em;  margin:0 20px;}
.ebook_year .prev img, .ebook_year .next img	{width:18px; line-height:64px; vertical-align:sub;}


/* screen 1024 */
@media screen and (max-width:1024px) {
	.ebook_year .year		{font-size:1.5em; height:100%; line-height:100%;}
	.ebook_year .prev img, .ebook_year .next img	{width:12px;}
}


/* 리스트	 ======================================*/
.ebook_listitem 					{position:relative;}
.ebook_listitem:after			{content:""; display:block; clear:both;}
.ebook_listitem li				{position:relative; float:left; width:31%; box-sizing:border-box; margin:0 3% 2% 0;}
.ebook_listitem li:nth-child(3n)	{margin-right:0;}
.ebook_listitem li .img			{position:relative; height:370px; text-align:center; border-top:1px solid #eaeaea; -webkit-box-shadow: 0 5px 8px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0 5px 8px 0px rgba(0,0,0,0.2);box-shadow: 0 5px 8px 0px rgba(0,0,0,0.2);display:flex;justify-content:center;align-items:center;}
.ebook_listitem li .img img		{max-width:100%; max-height:100%; flex:0 0 auto;}
.ebook_listitem li .info			{margin:25px 0 0 0; min-height:80px;}
.ebook_listitem li .info .tit	{font-family:"NotoKrB", sans-serif; font-size:1.25em; color:#222; line-height:140%;}
.ebook_listitem li .info .etc	{font-size:0.9em; margin-top:7px; color:#444}
.ebook_listitem .nolist			{float:none; width:100%; text-align:center; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:100px 0; color:#999;}
.ebook_listitem li .layer		{position:absolute; top:0; left:0; display:none; background:rgba(0,0,0,0.5) url("./btn_more.png") no-repeat 50% 50%; z-index:1;
							width:100%; height:100%; transition:0.5s; opacity:.7; text-align:center;}
.ebook_listitem li:hover .layer	{display:block;}

@media screen and (max-width:1024px) {
	.ebook_listitem li .info				{margin:20px 0 30px 0; min-height:100%;}
	.ebook_listitem li .info .tit		{font-size:1.1em; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap;}
	.ebook_listitem li .info .etc		{font-size:0.85em; margin:3px 0 0 0;}
}

@media screen and (max-width:785px) {
	.ebook_listitem li						{width:48%;}
	.ebook_listitem li:nth-child(2n)			{margin-right:0; float:right;}	
	.ebook_listitem li:nth-child(6n)			{margin:0 0 1% 0;}
}

@media screen and (max-width:480px) {
	.ebook_listitem li					{float:none; width:100%;}
	.ebook_listitem li:nth-child(2n)		{float:none;}
	.ebook_listitem li .img				{height:100%;}
}

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





/* 뷰	 ======================================*/
.view_tit_wrap		{padding:8px; border-top:2px solid #333; border-bottom:1px solid #ccc; background:#f7f7f7; overflow:hidden; font-size:17px; } 
.view_tit1			{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_tit2			{line-height:180%; color:#333; font-weight:bold; padding:2px 0; }
.view_name			{text-align:right; color:#888; padding:4px 0 0 0; font-size:0.9em; }
 
.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:18%; }
.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:82%; 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_content		{padding:30px 10px; word-break:break-all; font-size:16px; min-height:300px; }
.view_content img	{max-width:100%; }


.comment_box		{margin-top:15px; 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; zoom:1; *display:inline; 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; }


/* mobie screen 650 */
@media screen and (max-width:650px) {
	.view_tit_wrap		{font-size:17px; } 
}
/* 뷰	 ======================================*/





/* 폼	 ======================================*/
.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; }
.write_bottom		{border-bottom:1px solid #ddd; }
/* 폼	 ======================================*/





/* 뷰페이지 버튼, 이전, 다음글	 ======================================*/
.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; }

}
/* 뷰페이지 이전, 다음글	 ======================================*/
