

/* 리스트 검색박스	 ======================================*/
.bbs_searchtop					{overflow:hidden; margin-bottom:20px;}
.bbs_searchtop .count_stxt		{float:left; margin:15px 0 0 0;}
.bbs_searchbox					{float:right; width:35%;}
.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	{float:right;width:calc(100% - 47px);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:40px;font-size:14px; vertical-align:top;border:1px solid #ccc;cursor:pointer;}
.bbs_searchbox .search_btn img	{width:50px; }


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

	.bbs_searchbox				{width:50%;}

}

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

	.bbs_searchtop .count_stxt	{float:none;}
	.bbs_searchbox				{float:none; margin:0 auto; width:100%;}

}

/* 리스트	 ======================================*/
.listbox							{overflow:hidden; width:100%;}
.listbox .list						{position:relative; float:left; width:calc(34% - 2%); margin:0 2% 2% 0; box-sizing:border-box; border:1px solid #ddd;}
.listbox .list:nth-child(3n)		{margin-right:0px;}
.listbox .img						{position:relative; height:260px;}
.listbox .img img					{width:100%; height:100%; object-fit:cover;}
.listbox .layer						{position:absolute; top:0; left:0; display:none; background:rgba(0,0,0,0.5) url("image/btn_more.png") no-repeat 50% 50%; z-index:1; width:100%; height:100%;}
.listbox .list:hover .layer			{display:block;}
.listbox .listHead					{padding:30px; }
.listbox .subject					{font-size:1.2em; line-height:1.4; color: #333; font-weight:700; overflow: hidden; height:50px; text-overflow: ellipsis;  -o-text-overflow: ellipsis; display: -webkit-box; 
									-webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; color:#333; font-weight:700;}
.listbox .date						{font-size: 0.95em; color: #999; margin-top:12px;}
.listbox .m_text					{border-top: 1px solid #e0e0e0; font-size: 0.85em; padding: 7px 0px 6px 0px; margin-left: 10px; text-align:left;}
.listbox .nolist					{float:none; width:100%; margin:0; border-top:2px solid #5e5e5e; padding:70px 0; text-align:center;border-bottom:1px solid #dfdfdf; }


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

	.listbox .listHead				{padding:20px;}
	.listbox .subject				{font-size:1.1em;}
	.listbox .date					{font-size: 0.85em;}
}


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

	.listbox .list					{width:49%; margin:0 0 15px 0;}
	.listbox .list:nth-child(2n)	{float:right;}
}

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

	.listbox .list					{float:none !important; width:100%; }
	.listbox .img					{height:100%;}

}


/* 뷰	 ======================================*/
.view_tit_wrap					{padding:30px 20px; border-top:1px solid #333; border-bottom:1px solid #ddd; } 
.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:700; font-size:1.6em; letter-spacing:-2px;}
.view_name						{color:#999; font-size:0.95em; }
.view_name span					{position:relative; padding-right:25px;}
.view_name span:after			{content:''; position:absolute; top:0; right:15px; bottom:0; width:1px; height:1em; margin:auto; background:#ddd;}
.view_name span:last-child			{padding:0;}
.view_name span:last-child:after	{display:none;}
 
.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:500; text-align:center; line-height:40px; border:1px solid #ccc; }
.view_file .view_file_txt		{float:right; width:82%; line-height:180%;padding-top:7px; }

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

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

.view_prev_group_li a				{display:block; color:#555; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.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; }


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



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

	.view_file li					{font-size:12px; }
	.view_file .view_file_tit		{display:none; }
	.view_file .view_file_txt		{float:none; width:100%; }
}

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

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

}

 


/* 폼	 ======================================*/
.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; }




