 
 /*  게시글 리스트  ==================================================================================== */
.board_category					{display:flex; justify-content:center; gap:5px; text-align:center; margin-bottom:20px;}
.board_category li a			{display:block; background:#f1f1f1; color:#555; line-height:40px; padding:0 20px; border-radius:3px; letter-spacing:-.75px;}
.board_category li a:hover, .board_category .on a		{background:var(--color1); color:#fff; font-weight:500; }
 
.board_list ul					{position:relative; display:grid; grid-template-columns:repeat(auto-fill, minmax(240px, 1fr)); gap:3%;}
.board_list ul li				{min-width:0;}
.board_list figure				{width:100%; aspect-ratio:4 / 5.5; overflow:hidden; box-shadow:0 0 20px 1px rgba(0,0,0,0.1);}
.board_list figure img			{width:100%; height:100%; object-fit:Cover; transition:all .5s ease;}
.board_list li:hover figure img	{transform: scale(1.1); }
.board_list .title				{margin:20px 0; height:52px; font-size:1.1em; line-height:1.4; letter-spacing:-1px; font-weight:500; color:#111; 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 .info				{display:grid; gap:3px; padding-top:18px; border-top:1px dotted #aaa; font-size:0.95em; letter-spacing:-.75px;}
.board_list .info dl			{display:grid; grid-template-columns:55px auto; color:#797979; line-height:1.4;}
.board_list .info dl dt			{color:#111;}
.board_list .info dl:first-child dd	{letter-spacing:0;}
.board_list .nolist				{padding:100px 0; text-align:center; border-top:1px solid #ddd; border-bottom:1px solid #ddd; color:#777; font-size:0.95em;}
 
.bbs_btn_wrap					{position:relative;padding-top:40px; display: grid; grid-template-columns:1fr; gap:20px;  } 


@media screen and (max-width:1024px) {
	.board_list					{gap:20px;}
	.board_list .title			{margin:10px 0; font-size:1em; height:auto;}
	.board_list .info			{padding-top:10px;}
	.board_list .info dl		{grid-template-columns:45px auto;}
}

/*  게시글 뷰  ==================================================================================== */
.board_view .tit_wrap							{position:relative; padding-bottom:60px; border-bottom:1px solid rgba(0,0,0,0.1); text-align:center;} 
.board_view .tit_wrap .tit						{font-size:2em; letter-spacing:-1.75px; line-height:140%; COLOR:#333; font-weight:700; margin-bottom:20px;} 
.board_view .tit_wrap .tit span					{display:block; color:var(--color1); font-size:20px; margin-bottom:15px; font-weight:500; letter-spacing:-1px; line-height:1;}
.board_view .tit_wrap .name						{display:flex; gap:30px; justify-content:center; letter-spacing:-.5px;}
.board_view .tit_wrap .name span				{position:relative; color:#999; font-weight:400;}
.board_view .tit_wrap .name span:before			{content:''; position:absolute; top:0; left:-15px; bottom:0; width:1px; height:0.9em; margin:auto; background:#ddd;}
.board_view .tit_wrap .name span:last-child, .board_view .tit_wrap .name span:first-child:before	{display:none;}

.board_view .tit_wrap .share				{position:absolute; right:0; bottom:40px; display:flex; gap:4px; text-align:center;}
.board_view .tit_wrap .share li				{width:42px; height:42px; line-height:36px; cursor:pointer; background:#999; color:#fff; border-radius:100%;}
.board_view .tit_wrap .share li img			{width:40px;}
.board_view .tit_wrap .share li:hover		{background:#111;}

.board_view .content_wrap				{overflow:hidden;padding:60px 0; word-break:break-all; min-height:300px; }
.board_view .content_wrap img			{max-width:100%;}
.board_view .info						{background:#f2f3f5; padding:40px 50px; margin:-60px 0 60px 0; display: flex; flex-direction:column; gap:12px; font-size:1.1em; }
.board_view .info dl  					{display:flex; gap:12px; line-height:1.2; }
.board_view .info dl dt					{position:relative; width:100px; padding-left:12px; font-weight:500; color:#000;}
.board_view .info dl dt::before			{position:absolute; content:''; left:-2px; top:10px; width:4px; height:4px; border-radius:50%; background:var(--main); }
.board_view .info dl dd					{position:relative; flex:2; }

.board_view .file_wrap 							{position:relative; background:#f5f6f7; padding:15px 0;font-size:0.95em; overflow:hidden; border-radius:10px; margin-bottom:20px; display: grid; grid-template-columns:160px auto;   transition:all 0.3s ease;} 
.board_view .file_wrap .tit						{letter-spacing:-1px; padding-left:20px; color:#333;}
.board_view .file_wrap .tit i					{font-size:0.95em; margin-right:10px; color:#444;} 
.board_view .file_wrap li						{position:relative;  font-size:0.9em;color:#888;padding:4px 0; line-height:1.3;  transition:all 0.3s ease;}
.board_view .file_wrap li i						{display:none;}

.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 .bwrite_cm							{padding-top:20px;}


/* 뷰페이지 버튼, 이전, 다음글 */  
.board_view .pn_wrap							{position:relative; display:flex; border:1px solid #ddd;}
.board_view .pn_wrap li							{position:relative; width:50%; font-size:0.9em;}
.board_view .pn_wrap li:first-child				{border-right:1px solid #e6e6e6;}
.board_view .pn_wrap li div,
.board_view .pn_wrap li a						{position:relative;  color:#555;  display:grid; grid-template-columns:120px auto;}
.board_view .pn_wrap li span					{font-weight:500; position:relative;display:inline-block; padding:17px 0 17px 45px; color:#222;  transition:all 0.3s ease;}
.board_view .pn_wrap li p						{position:relative;display:inline-block; color:#777; padding:17px 10px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;  text-overflow:ellipsis; -o-text-overflow:ellipsis;  word-break:break-all;   }
.board_view .pn_wrap li a p:hover				{text-decoration:underline;}
.board_view .pn_wrap .prev::before				{content:''; position:absolute; top:26px; left:20px; border:solid #444; border-width:1px 0 0 1px;  padding:3px; transform:rotate(-45deg);}
.board_view .pn_wrap .next						{padding:0 10px 0 20px;}
.board_view .pn_wrap .next div, .board_view .pn_wrap .next a	{display:grid; grid-template-columns:auto 80px; gap:0 10px;}
.board_view .pn_wrap .next span					{order:2; padding:17px 0 17px 0; } 
.board_view .pn_wrap .next p					{order:1;}
.board_view .pn_wrap .next::before				{content:''; position:absolute; top:26px; right:20px; border:solid #444; border-width:0 1px 1px 0;  padding:3px; transform:rotate(-45deg);} 

.board_view .file_wrap 							{position:relative; background:#f5f6f7; padding:15px 0;font-size:0.95em; overflow:hidden; border-radius:10px; margin-bottom:20px; display: grid; grid-template-columns:160px auto;   transition:all 0.3s ease;} 
.board_view .file_wrap .tit						{padding-left:20px; color:#222;}
.board_view .file_wrap .tit i					{font-size:0.95em; margin-right:10px; color:#444;} 
.board_view .file_wrap li						{position:relative;  font-size:0.9em;color:#888;padding:4px 0; line-height:1.3;  transition:all 0.3s ease;}
.board_view .file_wrap li i						{display:none;}

@media screen and (max-width:1024px) { 
	.board_view .tit_wrap				{padding-bottom:20px;}
	.board_view .tit_wrap .tit			{font-size:1.4em; margin-bottom:10px;}
	.board_view .tit_wrap .tit span		{font-size:16px; margin-bottom:10px;}
	.board_view .tit_wrap .name			{font-size:0.9em; gap:20px;}
	.board_view .tit_wrap .name span:after	{right:-11px;}

	.board_view .content_wrap			{padding:40px 0;} 
	.board_view .info					{padding:20px; margin:-40px 0 20px 0; font-size:1em; gap:7px;}
	.board_view .info dl  				{gap:10px;}
	.board_view .info dl dt				{width:65px; padding-left:10px;}
	.board_view .info dl dt::before		{width:3px; height:3px; left:0;}

	.board_view .file_wrap 				{font-size:0.9em; padding:10px; grid-template-columns:1fr;}
	.board_view .file_wrap .tit			{display:none;}

	.board_view .pn_wrap				{display:grid; border-left:0; border-right:0; box-shadow:none;}
	.board_view .pn_wrap li				{width:100%; border-right:0 !important;}
	.board_view .pn_wrap li div, .board_view .pn_wrap li a	{font-size:0.95em; grid-template-columns:80px auto;  } 
	.board_view .pn_wrap li span		{font-size:0.95em; padding:10px 0 10px 25px !important;}
	.board_view .pn_wrap li p			{padding:10px 10px 10px 0;}
	.board_view .pn_wrap .next			{padding:0; border-top:1px solid #ddd;}
	.board_view .pn_wrap .next div, .board_view .pn_wrap .next a	{grid-template-columns:80px auto; gap:0;}
	.board_view .pn_wrap .next span, .board_view .pn_wrap .next p	{order:unset;}
	.board_view .pn_wrap .next::before	{top:18px; right:auto; left:10px; padding:2px; transform:rotate(45deg);}
	.board_view .pn_wrap .prev::before	{top:22px; left:10px; padding:2px; transform:rotate(45deg);} 

	.board_view .tit_wrap .share					{position:relative; bottom:0; justify-content:center; margin-top:15px; gap:3px;}
	.board_view .tit_wrap .share li				{width:32px; height:32px; line-height:26px;}
	.board_view .tit_wrap .share li img			{width:30px;}
}


/*  게시글 폼  ==================================================================================== */
.board_form										{margin:auto;  border-top:1px solid #999;} 
.board_form .tit								{color:#333; font-weight:600; padding:19px 10px;line-height:1.1em;font-size:0.9em; text-align:center; background-color:#f5f5f5;   }
.board_form table								{border-collapse:collapse; width:100%; table-layout:fixed; }
.board_form .thsize								{width:15%;}
.board_form table tbody th						{padding:10px 20px; border:1px solid #e5e5e5; color:#111;background:#fafafa;font-size:0.9em; text-align:center;  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 span					{display:block;font-size:0.85em;color:#ec0b0b;}
.board_form table tbody td						{  padding:12px ;  word-break:break-all;   border:1px solid #e5e5e5; font-size:0.9em; } 
.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:1024px) {
	.board_form .thsize					{width:80px;}
	.board_form table tbody th			{padding:8px  ;font-size:0.85em; text-align:center;  } 
	.board_form table tbody td			{padding:8px  ;font-size:0.9em;}
}