
/*  게시글 리스트  ==================================================================================== */
.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; border-top:1px solid #ddd;} 
.board_list .content_wrap li a				{position:relative; padding:25px 10px; border-bottom:1px solid #ddd; display:grid; grid-template-columns:27% auto; gap:40px;}
.board_list .content_wrap li figure			{position:relative; aspect-ratio:6 / 4; overflow:hidden; border:1px solid rgba(0, 0, 0, 0.1); border-radius:10px;}
.board_list .content_wrap li figure img			{width:100%; height:100%; object-fit:cover;transition:all 0.4s ease;}
.board_list .content_wrap li:hover figure img	{transform: scale(1.12);filter: brightness(0.6);}
.board_list .content_wrap li .tit				{font-size:1.1em; letter-spacing:-1px; line-height:1.4; font-weight:500; color:#222;padding:10px 0;}
.board_list .content_wrap li .txt				{font-size:0.95em; color:#797979; overflow:hidden; line-height:1.6; text-overflow: ellipsis; display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical; word-wrap: break-word;} 
.board_list .content_wrap li .cont p:last-child	{display:flex; gap:0 30px; font-size:0.9em; margin-top:20px;}
.board_list .content_wrap li .cont em			{position:relative; font-style:normal; color:#a9a9a9; padding-left:23px;}
.board_list .content_wrap li .cont em:before	{content:''; position:absolute; top:3px; left:11px; bottom:0; width:1px; height:0.9em; margin:auto; background:#ddd;}
.board_list .content_wrap li .layer				{position:absolute; display:none; z-index:1; color:#fff; font-size:3em; width:100%; height:100%; }
.board_list .content_wrap li:hover .layer		{display:grid; align-items:center; text-align:center;}
 
.board_list .content_nolist						{padding:100px 0; text-align:center; border-top:2px solid #5e5e5e; border-bottom:1px solid #dfdfdf;}  
.bbs_btn_wrap									{position:relative;padding-top:40px; display: grid; grid-template-columns:1fr; gap:20px;  } 

 
@media screen and (max-width:1024px) { 
	.board_list .content_wrap li a			{gap:30px; padding:20px 10px;}
}

@media screen and (max-width:768px) {
	.board_list .content_wrap li a			{padding:20px 0; display:block;}
	.board_list .content_wrap li .tit		{overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap;}
	.board_list .content_wrap li .txt		{line-height:1.4;}
	.board_list .content_wrap li .cont p:last-child	{display:grid; margin-top:10px;}
}

/*  게시글 뷰  ==================================================================================== */
.board_view .content_wrap					{display:flex; flex-wrap:wrap; align-items:flex-start; gap:60px; padding:20px 0 40px 0; border-bottom:1px solid #ddd;}
.board_view .content_wrap .cont				{flex: 1 1 50%; }
.board_view .content_wrap .tit				{font-size:1.25em; font-weight:600; color:#333; letter-spacing:-1px; border-bottom:1px dotted #333; padding-bottom:25px; margin-bottom:25px;}
.board_view .content_wrap .txt				{word-break:break-all;}
.board_view .content_wrap .img				{flex: 1 1 40%; order:2; min-width:200px;}
.board_view .content_wrap .after_slickslider	{box-shadow:0 0 15px 1px rgba(0,0,0,.1);}
.board_view .content_wrap .item				{display:flex; aspect-ratio:1/1; height:auto;}
.board_view .content_wrap .item img			{width:100%; height:100%; object-fit:cover;}

.board_view .slick-dots						{margin:0; bottom:10px;}
.board_view .slick-dots li button			{background:#fff; opacity:0.7;}
.board_view .slick-dots li button:hover,
.board_view .slick-dots li.slick-active button	{background:#fff; opacity:1;}

.board_view .btn_wrap						{margin-top:40px; text-align:center; overflow:hidden; }
.board_view .btn_wrap .bbs_btn02			{margin-right:3px;}
.board_view .bwrite_cm						{padding-top:20px;}

@media screen and (max-width:1024px) {
	.board_view .content_wrap				{gap:20px; padding:20px 0;}
	.board_view .content_wrap .img			{order:1; min-width:100%;}
	.board_view .content_wrap .cont			{order:2;}
	.board_view .content_wrap .tit			{font-size:1.1em; padding-bottom:12px; margin-bottom:15px;}
	.board_view .btn_wrap					{margin:0;}
}

/*  댓글  */
.board_comment									{position:relative; margin-top:40px;}
.board_comment #comment_toggle					{position:absolute; right:0; top:-90px;}	
.board_comment .top								{overflow:hidden; background:#f9f9f9; padding:20px; border:1px solid #ddd; border-bottom:0px solid #ddd;}
.board_comment .comment_form_div				{display:none;}
.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:25px; border:1px solid #ddd; border-radius:10px;}
.board_comment .replybox .replyinfo					{overflow:hidden; padding-bottom:12px; border-bottom:1px solid #e9e9e9;}
.board_comment .replybox .replyinfo .count			{float:left; color:#999; font-size:0.85em;}
.board_comment .replybox .replyinfo .count span		{color:var(--color1); 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:20px;margin-top:20px;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.date				{float:right;color:#b3b3b3; font-size:0.9em; 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:10px 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;   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:1024px) {
	.board_comment #comment_toggle				{top:-50px;}
	.board_comment #comment_toggle .sb_b		{line-height:36px;}
	.board_comment .replybox					{padding:10px 15px;}
	.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				{padding-bottom:10px;}
	.board_comment .replybox .replyinfo .tab li		{margin-right:2px;}

	.board_comment .replybox .replylists								{padding-bottom:20px;}
	.board_comment .replybox .replylists li							{padding-top:10px;margin-top:0;}
	.board_comment .replybox .replylists li:first-child			{margin-top:10px; padding-top:0;}
	.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%;padding:10px 0 15px;}
	.board_comment .replybox .replylists li .controls button	{font-size:0.8em;width:57px;height:27px; line-height:26px;}
}


/*  게시글 폼  ==================================================================================== */
.board_form										{border-top:1px solid #999;} 
.board_form .tit								{color:#444; font-weight:700; padding:18px 0;line-height:1.1em; 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; font-weight:500; border:1px solid #e5e5e5; color:#333;background:#fafafa;font-size:0.95em; 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;}
}