  
  /*  게시글 리스트  ==================================================================================== */
.board_list																	{width:100%; table-layout: fixed;}
.board_list tr > *															{width:auto} 
.board_list thead tr th												{position:relative; border-right:0 !important;border-left:0 !important; background:#fff; padding:18px 0;} 
.board_list thead th:after				{content:''; position:absolute; top:0; right:0; bottom:0; width:1px; height:1em; margin:auto; background:rgba(0,0,0,0.15);}
.board_list thead th:last-child:after	{display:none;}
.board_list tbody tr td												{text-align:center;height:62px;padding:0 10px;border-right:0 !important;border-left:0 !important; color:#888;} 
.board_list tbody tr td.article_title							{text-align:left;  }
.board_list tbody tr td.article_title a							{  font-weight:500; color:#333; display:flex;}
.board_list tbody tr td.article_title a:hover,
.board_list tbody tr td.article_title a:focus				{text-decoration: underline;}
.board_list tbody tr td.article_title a:before:hover
.board_list tbody tr td.article_title a:before:focus{text-decoration: none;}  
.board_list tbody tr td.article_title p						{font-family: 'S-CoreDream-4Regular'; position:relative; display:inline-block; color:#111; max-width:100%; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; vertical-align: middle; }   
.board_list tbody tr td.article_title .icon					{position:relative; color:#aaa;font-size:0.95em; display: flex; align-items: center; padding-left:10px;} 
.board_list tbody tr td.article_title .comment			{position:relative; color:#aaa;font-size:0.8em; font-weight:300; letter-spacing:0; display: flex; align-items: center; padding-left:10px; }
.board_list tbody tr.notice td:first-child > span		{display:inline-block; color:var(--color1); width:auto; height:auto; border-radius:0; background:none;}
.board_list tbody tr td a												{word-break:break-all;  text-overflow:ellipsis; max-width:100%;width:100%; overflow:hidden; white-space:nowrap; vertical-align:middle;}
.board_list tbody tr td .icon_category						{display:inline-block; padding:0px 10px; height:31px; line-height:31px; color:var(--color2); border:1px solid var(--color2); margin-right:10px; font-size:15px;}
.board_list thead th:after				{content:''; position:absolute; top:0; right:0; bottom:0; width:1px; height:0.9em; margin:auto; background:#ccc;}
.board_list thead th:last-child:after	{display:none;} 
.board_list tbody tr.notice td			{background:#f4f5f8;} 
/*.board_list tbody tr.notice td.article_title p {font-family: 'S-CoreDream-5Medium';}*/

.bbs_btn_wrap															{padding-top:40px;  display: grid; grid-template-columns:1fr; gap:20px;  } 
.nolist																			{border-top:0 !important;}
.board_list .hit															{display:none}

@media screen and (max-width:1024px) { 
.board_list																	{display:block;} 
.board_list thead														{display:none}
.board_list tbody														{display:block;}
.board_list tbody tr													{display:block;padding:10px 5px;border-bottom:1px solid #ddd;}
.board_list tbody tr:after											{content:'';display:block;clear:both}
.board_list tbody tr td												{display:block;border:0!important;height:auto;text-align:left;padding:0;float:left}
.board_list tbody tr td.article_title							{display:block;float:none;clear:both;  margin-bottom:3px; }
.board_list tbody tr td span										{display:inline-block  ;  } 
 
.board_list tbody tr.notice td									{background:transparent}
.board_list tbody tr:hover td										{background:transparent !important} 
  
.board_list tbody tr td:first-child								{display:none}
.board_list tbody tr td:nth-child(2)							{display:block; margin:0; } 
.board_list tbody tr td:nth-child(3)							{display:none; } 
.board_list tbody tr td:nth-child(3),
.board_list tbody tr td:nth-child(4),
.board_list tbody tr td:nth-child(5),
.board_list tbody tr td:nth-child(6)							{color:#999; font-size:0.9em;} 
.board_list tbody tr td:nth-child(5):before,
.board_list tbody tr td:nth-child(6):before				{position:relative; content:'';top:6px; margin-right:10px;display:inline-block; height:14px;border-right:1px solid #ddd; } 
.board_list tbody tr.notice								{position:relative;padding-left:35px}
.board_list tbody tr.notice td:first-child				{display:block;position:absolute;left:5px;top:50%;margin-top:-14px}
.board_list tbody tr.notice td:first-child span			{width:35px;height:25px; margin-top:0;}  
.board_list .hit															{position:relative;display:inline-block; top:-1px;color:#999; }
.board_list .hit i															{  font-size:0.9em; padding-right:8px;}
 
}


/*  게시글 뷰  ==================================================================================== */
.board_view										{margin:auto;}
.board_view .tit_wrap							{padding:40px 30px; border-top:1px solid #333; border-bottom:1px solid #dfdfdf; } 
.board_view .tit_wrap .tit						{font-family: 'S-CoreDream-5Medium'; font-size:1.4em; letter-spacing:-1px; line-height:140%; color:#222; padding:0 0 15px 0;} 
.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; font-size:0.9em;}
.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:350px;}
.board_view .content_wrap img					{max-width:100%; }
.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:#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;}

.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; display:flex; border:1px solid #e6e6e6; border-radius:5px; box-shadow:0 0 10px 1px rgba(128,128,128,0.1);}
.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; letter-spacing:-1px; color:#555;  display:grid; grid-template-columns:120px auto;}
.board_view .pn_wrap li span					{font-family: 'GmarketSansMedium'; position:relative;display:inline-block; padding:17px 0 17px 45px; color:#222; font-weight:500; 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:28px; 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:18px 0 15px 0; } 
.board_view .pn_wrap .next p					{order:1;}
.board_view .pn_wrap .next::before				{content:''; position:absolute; top:28px; right:20px; border:solid #444; border-width:0 1px 1px 0;  padding:3px; transform:rotate(-45deg);} 


@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 						{font-size:0.9em; padding:10px 5px; grid-template-columns:1fr;}
	.board_view .file_wrap .tit					{display:none;}

	.board_view .pn_wrap						{display:Grid; border-right:0; border-left:0;}
	.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				{padding:10px 0 10px 25px !important;}
	.board_view .pn_wrap li p					{padding: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 .prev::before			{top:23px; left:10px; padding:2px; transform:rotate(45deg);} 
	.board_view .pn_wrap .next::before			{top:20px; right:auto; left:10px; padding:2px; transform:rotate(45deg);}
}


/*  게시글 폼  ==================================================================================== */
.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 .thsize										{width:15%;}
.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 .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;}
}

/*  게시글 폼  ==================================================================================== */



/*  게시글 댓글  ==================================================================================== */
.board_comment											{margin:40px auto;}
.board_comment .top									{overflow:hidden; background:#f9f9f9; padding:20px; border:1px solid #ddd;}
.board_comment .top .content					{float:left; width:85%;}
.board_comment .top .content					{font-size:0.95em;}
.board_comment .top .content .textarea_form		{height:80px;}

.board_comment .top .submit								{float:right; width:15%;}
.board_comment .top .submit .btn						{border:1px solid #222; background:#222; height:80px; line-height:80px; width:100%; color:#fff; font-size:1.2em;}
.board_comment .top .submit .btn:hover			{border-color:#000; background:#000;}

.board_comment .replybox															{padding:20px; border-right:1px solid #ddd;border-bottom:1px solid #ddd;border-left:1px solid #ddd;}
.board_comment .replybox .replyinfo										{overflow:hidden; padding-bottom:15px; border-bottom:1px solid #ddd;}
.board_comment .replybox .replyinfo .count							{float:left; color:#999; font-size:0.85em;}
.board_comment .replybox .replyinfo .count span					{color:#333; font-weight:500;}
.board_comment .replybox .replyinfo .tab									{display:none;float:right;}
.board_comment .replybox .replyinfo .tab li								{display:inline-block; margin-right:5px;color:#888;cursor:pointer; font-size:0.9em;}
.board_comment .replybox .replyinfo .tab li:last-child				{margin-right:0;}
.board_comment .replybox .replyinfo .tab li.on						{font-weight:500;color:#333;}


.board_comment .replybox .replylists											{position:relative;  padding-bottom:25px; }
.board_comment .replybox .replylists li.depth1						{border-radius:5px;background:#f5f5f5;padding:20px;margin:15px 0px 0px 20px;border-top:0px; border-radius:5px;}
.board_comment .replybox .replylists li.depth2						{border-radius:5px;background:#f5f5f5;padding:20px;margin:10px 0px 0px 40px;border-top:0px; border-radius:5px;}
.board_comment .replybox .replylists li.depth3						{border-radius:5px;background:#f5f5f5;padding:20px;margin:10px 0px 0px 60px;border-top:0px; border-radius:5px;}
.board_comment .replybox .replylists li										{padding-top:25px;margin-top:25px;border-top:1px solid #e2e2e2; }
.board_comment .replybox .replylists li:first-child						{padding-top:10px;margin-top:15px;border-top:0px;}
.board_comment .replybox .replylists li.nolist							{padding-top:0px;margin-top:0px;border:0px;text-align:center;padding:70px 0px 45px 0px;}
.board_comment .replybox .replylists li .img								{display:none; float:left; width:40px; height:40px; }
.board_comment .replybox .replylists li .img img						{width:100%; height:100%; border-radius:50px; border:1px solid #efefef;}
.board_comment .replybox .replylists li .info								{ position:relative;}
.board_comment .replybox .replylists li .info div							{ display:inline-block; color:#999; font-size:0.85em; line-height:1.4;}
.board_comment .replybox .replylists li .info div.name				{color:#222; font-size:0.95em; padding-right:10px; }
.board_comment .replybox .replylists li .info div button				{color:#999;margin-left:12px;font:300 1em 'Noto Sans Kr', sans-serif;}
.board_comment .replybox .replylists li .info div button:before		{position: absolute;content: '';width: 1px;height: 13px;background: #ccc;margin: 3px 0px 0px -6px;}
.board_comment .replybox .replylists li .content						{padding:15px 0 20px 0; color:#555969; font-size:0.95em;}

.board_comment .replybox .replylists li .controls						{position:relative; overflow:hidden;}
.board_comment .replybox .replylists li .controls button			{display:inline-block; letter-spacing:-0.5px; margin:0 1px;width:60px; height:32px; line-height:30px !important; text-align:center; border:1px solid #ddd; color:#555; cursor:pointer;font:300 0.8em 'Noto Sans Kr', sans-serif; background:#fff; }
.board_comment .replybox .replylists li .controls button:hover		{border:1px solid #666;}


@media screen and (max-width:800px) {
	.board_comment .top														{padding:15px;}
	.board_comment .top .content										{width:80%;}
	.board_comment .top .content .textarea_form					{height:50px;}
	.board_comment .top .submit											{width:20%;}
	.board_comment .top .submit .btn									{height:50px; line-height:50px;}


	.board_comment .replybox .replyinfo .tab li					{margin-right:2px;}

	.board_comment .replybox .replylists								{padding-bottom:20px;}
	.board_comment .replybox .replylists li							{padding-top:20px;margin-top:20px;}
	.board_comment .replybox .replylists li:first-child			{margin-top:10px;}
	.board_comment .replybox .replylists li.nolist				{font-size:0.85em;padding:56px 0px 45px 0px;}

	.board_comment .replybox .replyinfo .count,
	.board_comment .replybox .replyinfo .tab li,
	.board_comment .replybox .replylists li .info div,
	.board_comment .replybox .replylists li .info div.name		{font-size:0.8em;}
	.board_comment .replybox .replylists li .content			{font-size:0.85em;line-height:145%;}
	.board_comment .replybox .replylists li .controls button	{font-size:0.8em;width:57px;height:27px; line-height:26px;}

}
