/*  게시글 리스트 검색  ==================================================================================== */
.board_search									{overflow:hidden; margin-bottom:20px;}
.board_search .ginfo							{float:left; padding:20px 0 0 0; } 
.board_search .search_inner						{float:right; width:50%; overflow:hidden; font-size:0.95em;}
.board_search .search_select_box				{display:inline-block;width:26%; }
.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-color:#dfdfdf;cursor:pointer; border-radius:5px; }
.board_search .search_input_box  				{ width:74%;padding-left:5px;}
.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; border-color:#dfdfdf; border-radius:5px;}
.board_search .search_inner .search_btn			{float:right; width:50px; height:48px; border-radius:3px; font-size:1.1em; line-height:45px; text-align:center;display:block; background:#3b414d; color:#fff; cursor:pointer;}
.board_search .search_inner .search_btn:hover	{background:#000; border-color:#000; color:#fff;} 

@media screen and (max-width:1024px) {
	.board_search .ginfo				{float:none; padding:0 0 10px 0; font-size:0.95em;}
	.board_search .search_inner			{float:none; width:100%; } 
	.board_search .search_inner select,	
	.board_search .search_inner input[type="text"]	{height:42px;}
	.board_search .search_inner .search_btn			{height:42px; line-height:39px;}
} 

@media screen and (max-width:768px) {  
	.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 .content_wrap						{position:relative; display: grid; grid-template-columns: repeat(4, 1fr); gap:30px 15px;}
.board_list .content_wrap:after					{content:""; display:block; clear:both;}
.board_list .content_wrap li					{position:relative; width:100%; overflow:hidden;}
.board_list .content_wrap figure				{position:relative; height:170px; overflow:hidden; border:1px solid #eaeaea;}
.board_list .content_wrap figure img			{width:100%; height:100%; object-fit:cover; transition: all 0.5s ease;}
.board_list .content_wrap .txt p				{font-size:1.05em; margin:15px 0 10px 0; color:#333; font-weight:500; height:48px;line-height:150%; letter-spacing:-0.75px; overflow:hidden; text-overflow: ellipsis;-o-text-overflow: ellipsis; display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; word-wrap: break-word;}
.board_list .content_wrap .txt em				{display:block; font-style:normal; color:#999; font-size:0.9em; }
.board_list .content_wrap .layer				{display:none; position:absolute; content:''; width:100%; height:100%; background:rgba(29,73,153,0.8); text-align:center; z-index:1;}
.board_list .content_wrap .layer i				{color:#fff; font-size:3em; opacity:0.7; line-height:170px;}
.board_list .content_wrap li:hover figure img	{transform: scale(1.05);}
.board_list .content_wrap li:hover .layer		{display:block;}

.board_list .content_nolist						{padding:120px 0; text-align:center; border-top:2px solid #5e5e5e; border-bottom:1px solid #ddd;}
.board_list .btn_wrap							{padding-top:40px; overflow:hidden; }

.board_listbox select							{border-radius:5px;}


@media screen and (max-width:1024px) {
	.board_list .content_wrap				{grid-template-columns: repeat(3, 1fr); gap:20px;}
	.board_list .content_wrap figure		{height:130px;}
	.board_list .content_wrap .txt p		{height:48px; font-size:1em; margin:10px 0 5px 0;}
	.board_list .content_wrap .layer i		{line-height:130px; font-size:2.2em;}
}

@media screen and (max-width:768px) {
	.board_list .content_wrap				{grid-template-columns: repeat(2, 1fr); gap:10px;}
}

@media screen and (max-width:580px) {
	.board_list .content_wrap				{grid-template-columns: repeat(1, 1fr);}
}


/*  게시글 뷰  ==================================================================================== */
.board_view										{margin:auto;}
.board_view .tit_wrap							{padding:40px 30px; border-top:2px solid #333; border-bottom:1px solid #dfdfdf; } 
.board_view .tit_wrap .tit						{font-size:1.5em; letter-spacing:-1px; line-height:140%; color:#222; font-weight:700;padding:0 0 15px 0;} 
.board_view .tit_wrap .tit span					{display:inline-block; padding:0px 10px; height:31px; line-height:31px; color:#126fb4; border:1px solid #126fb4; margin-right:10px; font-size:15px;}
.board_view .tit_wrap .name						{color:#999;}
.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:50px 20px; word-break:break-all; min-height:300px;}
.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 .file_wrap 							{padding:15px 20px; border-radius:10px; margin-bottom:20px; overflow:hidden; background:#f7f7f7;}
.board_view .file_wrap .list>div				{margin-bottom:2px; font-size:0.95em; color:#888; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.board_view .file_wrap .list span:hover			{text-decoration:underline;} 

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


/* 뷰페이지 버튼, 이전, 다음글	 ======================================*/ 
.board_view .pn_wrap						{position:relative; }
.board_view .pn_wrap li						{position:relative;overflow:hidden; padding:15px 10px; border-bottom:1px solid #ddd;}  
.board_view .pn_wrap li:first-child			{border-top:1px solid #555;} 
.board_view .pn_wrap li a					{display:block; color:#777; font-size:0.95em; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.board_view .pn_wrap li a span				{font-family: 'GmarketSansMedium'; display:inline-block; text-indent:40px; margin-right:20px; width:13%; color:#333; border-right:1px solid #e8e8e8; }
.board_view .pn_wrap li.next span:after		{content:''; position:absolute; top:25px; left:20px; border:solid #666; border-width:1px 1px 0 0;  padding:3px; transform: rotate(135deg);}
.board_view .pn_wrap li.prev span:after		{content:''; position:absolute; top:23px; left:20px; border:solid #666; border-width:1px 1px 0 0;  padding:3px; transform: rotate(135deg);}
.board_view .pn_wrap li:hover				{background:#f4f5f8;}

.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.25em; padding-bottom:7px;}
	.board_view .tit_wrap .tit span				{padding:0 10px; height:26px; line-height:24px; margin-right:10px; font-size:15px;}
	.board_view .tit_wrap .name span			{font-size:0.9em; padding-right:18px;}

	.board_view .content_wrap					{padding:30px 10px;}
	.board_view .btn_wrap						{padding:20px 0;}

	.board_view .file_wrap						{padding:10px; margin-bottom:10px;}
	.board_view .file_wrap .tit					{display:none;}
	.board_view .file_wrap .list				{float:none; width:100%; padding:0; border-left:0;}
	.board_view .file_wrap .list>div			{font-size:0.85em;}

	.board_view .pn_wrap li						{overflow:hidden; padding:10px;} 
	.board_view .pn_wrap li a span				{width:80px; text-indent:15px; margin-right:10px; font-size:0.9em;}
	.board_view .pn_wrap li a					{font-size:0.95em;}
	.board_view .pn_wrap li.prev span:after		{top:20px; left:7px;}
	.board_view .pn_wrap li.next span:after		{top:23px; left:7px;}
}



/*  게시글 폼  ==================================================================================== */
.board_form													{margin:40px auto;}
.board_form .tit												{color:#222; font-weight:bold; padding:15px 10px; text-align:center; background-color:#f2f2f2; border-top:2px solid #333; font-size:1.1em; }
.board_form	table										{border-collapse:collapse; width:100%; table-layout:fixed; }
.board_form table tbody th							{padding:10px 8px;  border:1px solid #ddd; color:#555;background:#fafafa;font-size:0.95rem; letter-spacing:-1px; }
.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 span					{display:block;font-size:0.85em;color:#ec0b0b;}
.board_form table tbody td							{  padding:10px ;  word-break:break-all;   border:1px solid #ddd;  } 
.board_form table tbody td:first-child			{border-left:0;}
.board_form table tbody td:last-child			{border-right:0;} 

.board_form .btn_wrap								{padding:40px 0; overflow:hidden; text-align:center; }