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

.bbs_searchbox span				{box-sizing:border-box; position:relative; float:right; width:75%; height:46px; color:#333; line-height:38px; vertical-align:top;}
.bbs_searchbox .search_input	{box-sizing:border-box ;float:right; width:100%; height:46px; color:#333; vertical-align:top; border:1px solid #ddd; font-size:0.9em; padding:0px 40px 0px 7px; border-left:1px solid #f0f0f0;
								border-top-right-radius:2px; border-bottom-right-radius:2px;}
.bbs_searchbox .search_btn		{position:absolute; top:12px; right:10px; text-align:right;}
.bbs_searchbox select			{float:left; padding-left:15px; width:25%; height:46px; font-size:0.9em; vertical-align:top;border:1px solid #ddd; cursor:pointer; border-right:0;
								border-top-left-radius:2px; border-bottom-left-radius:2px;}

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

	.bbs_searchbox select			{height:42px; font-size:0.85em;}
	.bbs_searchbox .search_input	{height:42px; font-size:0.85em;}
	.bbs_searchbox .search_btn		{top:10px;}

}


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

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

}


/* 리스트	 ======================================*/
.list_table_cont				{overflow:hidden; border-top:1px solid #333;}
.list_table_cont li				{overflow:hidden; text-align:center; border-bottom:1px solid #dfdfdf; }
.list_table_cont .list01		{background:#fff; padding:30px 0;}
.list_table_cont .list02		{padding:70px 0; }
.list_table_cont li .no			{float:left; width:100px; font-size:1.2em; color:#888;}
.list_table_cont li .cate		{display:inline-block; font-weight:normal; color:#555; }
.list_table_cont li .subject	{float:left; width:calc(100% - 300px); text-align:left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.list_table_cont li .subject a	{font-weight:500; font-size:1.05em; color:#333;}
.list_table_cont li .date		{float:left; width:100px; overflow:hidden; font-size:0.95em; text-overflow:ellipsis; white-space:nowrap; color:#888;}
.list_table_cont li .comment	{float:left; width:80px; font-size:0.8em; color:#fff; background:#df4a32; }
.list_table_cont li .comment_none	{float:left; width:80px; font-size:0.8em; color:#fff; background:#a0a0a0; }
.list_table_cont li .mobilecate,
.list_table_cont li .mobileinfo		{display:none; }
.list_table_cont li .mobileinfo2	{display:none; }
.no_list			{overflow:hidden; height:140px !important; line-height:140px; text-align:center; border-bottom:1px solid #dfdfdf; }
		
.list_table_cont .icon_group			{padding:1px 5px 1px 4px; font-size:12px; color:#fff; text-align:center; border:1px solid #08802d; background-color:#08802d; font-weight:500; box-sizing:border-box; }
.list_table_cont .icon_class			{padding:1px 5px 1px 4px; font-size:12px; color:#08802d; text-align:center; border:1px solid #08802d; background-color:#fff; font-weight:500; box-sizing:border-box; }
.list_table_cont .icon_img			{vertical-align:middle; }
.list_table_cont .icon_notice		{display:none;}

.list_table_cont em				{display:inline-block; position:relative; font-style:normal; font-weight:700; color:#da291c; font-size:0.8em; padding:0 5px 0 15px; background:url("../../../core/image/board/icon_reply.gif") no-repeat left top;}


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

	.list_table_cont .list01		{ padding:15px 10px; line-height:150%; }
	.list_table_cont li .subject	{float:none; width:100%; }
	.list_table_cont li .subject a	{font-size:0.95em;}
	.list_table_cont li .subject02	{float:none; width:100%; }
	.list_table_cont li .no			{display:none; }
	.list_table_cont li .named		{display:none; }
	.list_table_cont li .date		{display:none; }

	.list_table_cont li .mobilecate {display:inline-block; font-weight:normal; }
	.list_table_cont li .mobileinfo	 {display:block; text-indent:38px; text-align:left; font-size:0.8em; color:#888;}
	.list_table_cont li .mobileinfo2 {display:block; text-indent:0; text-align:left; font-size:0.8em;  color:#888;}

	.list_table_cont .icon_notice	{display:inline-block;width:35px;}
	.list_table_cont .icon_group	{padding:1px 5px 1px 4px;}

	.list_table_cont em				{background-position:left top;}

	.list_table_cont li .comment			{float:right;}
	.list_table_cont li .comment_none		{float:right;}

}



/* 뷰	 ======================================*/
.view_tit_wrap		{padding:30px 20px;border-top:1px solid #333; border-bottom:1px solid #ddd; background:#fff;  text-align:center;} 
.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			{font-weight:700; line-height:180%; color:#333; font-size:1.4em;}
.view_name			{color:#888; padding:3px 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%; }

.view_content				{padding:30px 20px; background:#fff; word-break:break-all; font-size:1em; min-height:300px; }
.view_content img			{max-width:100%; }

.comment_box				{overflow:auto; padding:30px; background:#fff;}
.comment_txt				{}
.comment_txt dt				{float:left; width:calc(100% - 100px); }
.comment_txt dd				{float:right; }
.comment_txt dt textarea	{border:1px solid #ccc; width:100%; min-height:80px; padding:10px; border-color:#ddd; }
.comment_txt .com_btn 		{display:inline-block; zoom:1; *display:inline; text-align:center; font-weight:500; font-size:0.9em; border:1px solid #555; background:#555; color:#fff; width:100px; line-height:78px; border-left:0; cursor:pointer; vertical-align:top; }
.comment_txt .com_btn:hover	{border-color:#000; background:#000;}

.comment_view				{background:#fff; padding:0 30px;}
.comment_view li			{border-bottom:1px solid #ddd; padding-bottom:30px; margin-bottom:30px;}
.comment_view li:last-child	{border:0; margin:0;}
.comment_view .name			{ font-weight:500; color:#333; margin-right:5px; font-size:0.8em; border:1px solid #ddd; padding:3px 10px; border-radius:20px;}
.comment_view .date			{font-size:0.85em; color:#999;}
.comment_view .del			{font-size:0.85em; color:#df4a32; margin-left:3px;}
.comment_view .comment_view_txt			{font-size:0.95em; color:#555; margin-top:10px; }


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

	.view_tit_wrap			{padding:20px 15px;}
	.view_tit2				{font-size:1.05em;}
	.view_name				{padding:0; font-size:0.8em;}
	.view_content			{padding:20px 15px;}

	.comment_box			{padding:15px;}
	.comment_view			{padding:0 15px 15px 15px;}
	.comment_view li		{padding-bottom:20px; margin-bottom:20px;}
	.comment_view .comment_view_txt		{font-size:0.85em; line-height:140%;}

}


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

	.comment_box			{padding:0;}
	.comment_view			{padding:15px;}
}

 



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

	.comment_txt dt					{float:none; width:100%;}
	.comment_txt dd					{float:none;}
	.comment_txt dt textarea		{min-height:100px;}
	.comment_txt .com_btn			{line-height:42px; width:100%; font-size:0.8em;}

}





/* 폼	 ======================================*/
.write_title		{color:#fff; font-weight:bold; padding:15px 10px; text-align:center; background-color:#333;  font-size:1em; }
.write_area			{width:100%; table-layout:fixed; }
.write01			{text-align:center; background:#f8f8f8; padding:8px; width:110px; border:1px solid; border-color:#d5d5d5 #cdcdcd #dedede; border-bottom:0; border-right:0;}
.write02			{background:#f8f8f8; padding:8px; border:1px solid; border-color:#d5d5d5 #cdcdcd #dedede; border-bottom:0; border-left:0;}



/* 뷰페이지 버튼, 이전, 다음글	 ======================================*/
.view_btn_group						{padding:20px 0 30px 0; overflow:hidden; }

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

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


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

}
