/*  게시글 리스트 검색  ==================================================================================== */
.board_search									{overflow:hidden; margin-bottom:25px;}
.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:52px; vertical-align:top;border-color:#dfdfdf;cursor:pointer; border-radius:3px; }
.board_search .search_input_box  				{width:74%;padding-left:5px;}
.board_search .search_input_box:after			{content:'';display:block;clear:both}
.board_search .search_inner input[type="text"]	{width:calc(100% - 55px); height:52px; border-color:#dfdfdf; border-radius:3px 0 0 3px; border-right:0;}
.board_search .search_inner .search_btn			{float:right; width:55px; height:52px; border-radius:0 3px 3px 0; font-size:1.1em; line-height:45px; text-align:center;display:block; border:1px solid #dfdfdf; border-left:0; color:#999; cursor:pointer;}
.board_search .search_inner .search_btn:hover	{color:#000;} 


@media screen and (max-width:1024px) {
	.board_search						{margin-bottom:20px;}
	.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				{height:42px;}
	.board_search .search_inner input[type="text"]	{width:calc(100% - 45px); height:42px;}
	.board_search .search_inner .search_btn			{width:45px; 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						{width:100%; border-collapse:collapse; border-top:1px solid #5d636c; table-layout:fixed;}

.board_list .content_wrap_q						{position:relative; background:#fff; border-bottom:1px solid #dfdfdf;padding:30px 20px;overflow:hidden;}
.board_list .content_wrap_q:after				{position: absolute; content: ''; display: block; top:35px; right:20px; width: 12px; height: 12px; transform: rotate(45deg); border-bottom: 3px solid #d1d1d1; border-right: 3px solid #d1d1d1;}
.board_list .content_wrap_q02:after				{position: absolute; content: ''; display: block; top:40px; right:20px; width: 12px; height: 12px; transform: rotate(225deg); border-bottom: 3px solid #306bc5; border-right: 3px solid #306bc5;}
.board_list .content_wrap_q em					{font-family: 'GmarketSansMedium'; font-style:normal; float:left; width:40px; line-height:30px;font-size:1.4em;text-align:center; color:var(--sub);}
.board_list .content_wrap_q .tit				{font-family: 'GmarketSansMedium';float:left; font-size:1.2em; color:#222; padding:3px 10px 0 10px; width:calc(100% - 170px); cursor:pointer;  }
.board_list .content_wrap_q .sr01				{width:calc(100% - 70px);}
.board_list .content_wrap_q .sr02				{width:calc(100% - 170px);} 
.board_list .content_wrap_q .btns				{position: absolute; right:50px;} 

.board_list .content_wrap_a						{position:relative; background:#fafafa; border-bottom:1px solid #dfdfdf;padding:30px 20px;}
.board_list .content_wrap_a dt					{float:left;width:40px;}
.board_list .content_wrap_a dd					{margin-left:60px;}
.board_list .content_wrap_a em					{font-family: 'GmarketSansMedium'; font-style:normal; float:left;width:36px; height:36px; line-height:38px;font-size:1.05em;text-align:center;background:var(--sub);color:#fff; border-radius:100%;}
.board_list .content_wrap_a .cont img			{max-width:100%;}

.board_list .content_wrap .nolist				{padding:100px 0; text-align:center; border-bottom:1px solid #dfdfdf; border-top:0;}
.board_list .btn_wrap							{padding-top:40px; overflow:hidden; }


@media screen and (max-width:1024px) {
	.board_list .content_wrap_q,
	.board_list .content_wrap_a					{padding:20px 10px;}
	.board_list .content_wrap_a .cont			{width:calc(100% - 35px);}

	.board_list .content_wrap_q em				{font-size:1.1em; width:25px; height:25px; line-height:27px;}
	.board_list .content_wrap_a em				{font-size:0.9em; width:25px; height:25px; line-height:28px;}
	.board_list .content_wrap_q .tit			{font-size:1em;}
	.board_list .content_wrap_q:after			{top:26px; width:10px; height:10px;}
	.board_list .content_wrap_a dd				{margin-left:40px;}
}



/*  게시글 뷰  ==================================================================================== */
.board_view															{margin:  auto;}
.board_view .tit_wrap											{text-align:center;padding:30px 50px; border-top:2px solid #333; border-bottom:1px solid #ddd; transition:all 0.3s ease;}
.board_view .tit_wrap .tit										{ font-size:1.6em; letter-spacing:-1px; line-height:140%; color:#222; font-weight:700;transition:all 0.3s ease;}
.board_view .tit_wrap .tit span							{display:inline-block; padding:0px 10px; height:31px; line-height:31px; color:#930911; border:1px solid #930911; margin-right:10px; font-size:15px;}
.board_view .tit_wrap .name								{color:#999; padding:20px 0 0 0; transition:all 0.3s ease;}
.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:40px 20px; word-break:break-all; min-height:300px; border-bottom:1px solid #ddd;}
.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 .btn_wrap							{padding:40px 0 60px 0; text-align:center; overflow:hidden; }
.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:17px 5px; border-bottom:1px solid #ddd;  transition:all 0.3s ease;}
.board_view .pn_wrap li:last-child						{border-bottom:1px solid #ddd; } 
.board_view .pn_wrap li a									{display:block; color:#555;  overflow:hidden; text-overflow:ellipsis; white-space:nowrap;  transition:all 0.3s ease;}
.board_view .pn_wrap li a span							{position:relative;display:inline-block; text-align:left;   margin-right:20px; width:13%; color:#333333; border-right:1px solid #e8e8e8;  transition:all 0.3s ease;}
.board_view .pn_wrap li.next span:after			{content:''; position:absolute; top:40%; right:15px; border:solid #666; border-width:1px 1px 0 0;  padding:3px; transform: rotate(135deg); -webkit-transform: rotate(-45deg);}
.board_view .pn_wrap li.prev span:after			{content:''; position:absolute; top:40%; right:15px; border:solid #666; border-width:1px 1px 0 0;  padding:3px; transform: rotate(135deg); -webkit-transform: rotate(135deg);}

.board_view .file_wrap 										{padding:17px 5px; overflow:hidden; border-bottom:1px solid #ddd; display: grid; grid-template-columns:13% auto;   transition:all 0.3s ease;}
.board_view .file_wrap .tit									{ color:#333; border-right:1px solid #e8e8e8;  transition:all 0.3s ease;}
.board_view .file_wrap .tit span							{ display:inline-block;   }
.board_view .file_wrap .txt									{color:#888;  padding:0 0 0 20px;overflow:hidden; transition:all 0.3s ease;}
 .board_view .file_wrap li										{font-size:0.95em; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition:all 0.3s ease;}

.board_view .bwrite_cm							{padding-top:20px;}


@media screen and (max-width:1024px) {
	.board_view .tit_wrap								{padding:20px  ;} 
	.board_view .tit_wrap .tit							{font-size:1.35em;  }
	.board_view .tit_wrap .name					{font-size:0.9em; padding:15px 0 0 0; }

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

@media screen and (max-width:800px) {
	.board_view .tit_wrap								{padding:20px 0 ; text-align:left;} 
	.board_view .tit_wrap .tit							{font-size:1.25em; font-weight:500; }
	.board_view .tit_wrap .name					{ padding:10px 0 0 0; }
	.board_view .content_wrap						{padding:25px 0;}

	.board_view .file_wrap 						{padding:12px 5px;  grid-template-columns:75px auto;  }
	.board_view .file_wrap .tit					{font-size:0.85em; }
	.board_view .file_wrap .txt					{  padding:0 0 0 10px;}
	.board_view .file_wrap li						{font-size:0.85em; }

	.board_view .pn_wrap li						{overflow:hidden; padding:12px 5px; border-bottom:1px solid #ddd; } 
	.board_view .pn_wrap li a					{font-size:0.85em; }
	.board_view .pn_wrap li a span			{ margin-right:10px; width:75px;}
.board_view .pn_wrap li.next span:after			{ right:10px;}
.board_view .pn_wrap li.prev span:after			{ right:10px; }
}




/*  게시글 폼  ==================================================================================== */
.board_form													{margin:  auto;}
.board_form .tit												{color:#222; font-weight:500; padding:12px 10px; text-align:center; background-color:#f2f2f2; border-top:2px solid #333; }
.board_form table											{border-collapse:collapse; width:100%; table-layout:fixed; }
.board_form table tbody th							{padding:10px 20px;  border:1px solid #ddd; color:#555;background:#fafafa;font-size:0.9rem; letter-spacing:-1px; line-height:1.3; }
.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							{text-align:left;}
.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; font-size:0.95em; } 
.board_form table tbody td:first-child			{border-left:0;}
.board_form table tbody td:last-child			{border-right:0;} 

.board_form table tbody td .textarea_form		{font-size:0.9em;} 
.board_form .btn_wrap								{padding:40px 0; overflow:hidden; text-align:center; } 
 
@media screen and (max-width:800px) {
.board_form table tbody th							{padding:8px  ;font-size:0.85em;}
.board_form table tbody td							{padding:8px  ;font-size:0.9em;}
}
/*  게시글 폼  ==================================================================================== */