.board_wrap{
	margin:0 auto;
	width:1320px;
	vertical-align:top;
}
.board_wrap_topimg {
	margin:0 auto;
	width:1320px;
	padding-bottom:20px;
	display:block;
	object-fit:cover;
}
.board_wrap_topimg img {
	width:100%;
	border:0;
}
.board_head {
	display:grid;
	grid-template-columns:80px 1fr 120px 140px 90px;
	align-items:center;
	border-top:2px solid #00a651;
	border-bottom:1px solid #ddd;
	background:#f7f7f7;
	font-weight:bold; /* 유지 */
	text-align:center;
}
.board_row{
	display:grid;
	grid-template-columns:80px 1fr 120px 140px 90px;
	align-items:center;
	border-bottom:1px solid #ddd;
	text-align:center;
	cursor:pointer;
}
/* 공통 padding */
.board_head > div,
.board_row > div{
	padding:14px 10px;
	box-sizing:border-box;
}
.board_head > div{
	font-weight:500;
	font-size:15px;
}
/* row만 얇게 */
.board_row > div{
	font-size:15px;
	font-weight:400;
	color:#000;
}

.board_head2 {
	display:grid;
	grid-template-columns:80px 140px 120px 1fr 120px 140px 90px;
	align-items:center;
	border-top:2px solid #00a651;
	border-bottom:1px solid #ddd;
	background:#f7f7f7;
	font-weight:bold; /* 유지 */
	text-align:center;
}
.board_row2{
	display:grid;
	grid-template-columns:80px 140px 120px 1fr 120px 140px 90px;
	align-items:center;
	border-bottom:1px solid #ddd;
	text-align:center;
	cursor:pointer;
}
/* 공통 padding */
.board_head2 > div,
.board_row2 > div{
	padding:14px 10px;
	box-sizing:border-box;
}
.board_head2 > div{
	font-weight:500;
	font-size:15px;
}
/* row만 얇게 */
.board_row2 > div{
	font-size:15px;
	font-weight:400;
	color:#000;
}

.board_head3 {
	display:grid;
	grid-template-columns:80px 120px 120px 1fr 140px 100px;
	align-items:center;
	border-top:2px solid #00a651;
	border-bottom:1px solid #ddd;
	background:#f7f7f7;
	font-weight:bold; /* 유지 */
	text-align:center;
}
.board_row3{
	display:grid;
	grid-template-columns:80px 120px 120px 1fr 140px 100px;
	align-items:center;
	border-bottom:1px solid #ddd;
	text-align:center;
	cursor:pointer;
}
/* 공통 padding */
.board_head3 > div,
.board_row3 > div{
	padding:14px 10px;
	box-sizing:border-box;
}
.board_head3 > div{
	font-weight:500;
	font-size:15px;
}
/* row만 얇게 */
.board_row3 > div{
	font-size:15px;
	font-weight:400;
	color:#000;
}
.baord_th_style_1 {
	grid-template-columns:80px 140px 1fr 120px 140px 90px;
}
.baord_th_style_2 {
	grid-template-columns:80px 1fr 140px 90px;
}
.baord_th_style_3 {
	grid-template-columns:80px 140px 1fr 140px 90px;
}
.baord_th_style_4 {
	grid-template-columns:80px 150px 1fr 100px 150px 150px;
}
.baord_th_style_5 {
	grid-template-columns:80px 140px 150px 1fr 100px 150px 150px;
}
.baord_th_style_6 {
	grid-template-columns:80px 1fr 100px 150px 150px 150px 150px;
}
.baord_th_style_7 {
	grid-template-columns:80px 140px 1fr 100px 150px 150px 150px 150px;
}
/* 개별 스타일 */
.board_no {
	text-align:center;
}

.board_title{
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.board_title a{
	text-decoration:none;
}

.board_title a:hover{
	text-decoration:underline;
}

.board_writer,
.board_date,
.board_text,
.board_hit{
	text-align:center;
}

/* 상단 영역 */
.board_wrap .board_top{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:15px;
}

/* 좌측 total */
.board_wrap .board_total{
	color:#333333;
	font-weight:bold;
}

/* 우측 검색 영역 */
.board_wrap .board_search{
	display:flex;
	align-items:center;
	gap:5px;
}
.board_wrap .board_search2{
	text-align:right;
}

/* 검색 input */
.board_wrap .board_search_input{
	height:34px;
	padding:0 10px;
	border:1px solid #ccc;
}

.board_wrap .board_search_select{
	height:34px;
	padding:0 10px;
	border:1px solid #ccc;
}

/* 검색 버튼 */
.board_wrap .board_search_btn{
	height: 34px;
    padding: 0 15px;
    border: 1px solid #333333;
    background: #333333;
    color: #fff;
    cursor: pointer;
}
.board_wrap .board_write_btn{
	margin-top:20px;
	padding:0 40px;
	font-size:13pt;
	line-height:40px;
	border:1px solid #00a651;
	background:#00a651;
	color:#fff;
	cursor:pointer;
}

.bbs_paging_wrap{
	width:1400px;
	max-width:100%;
	margin:30px auto 0 auto;
	text-align:center;
}

.bbs_paging{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:6px;
}

.bbs_page_num,
.bbs_page_btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:36px;
	height:36px;
	padding:0 8px;
	border:1px solid #ddd;
	background:#fff;
	color:#00a651;
	font-size:14px;
	text-decoration:none;
	box-sizing:border-box;
}

.bbs_page_on{
	background:#333333;
	color:#fff;
	font-weight:bold;
}

.bbs_page_disabled{
	border-color:#ccc;
	color:#aaa;
	background:#f7f7f7;
}

.bbs_page_num:hover,
.bbs_page_btn:hover{
	background:#173b73;
	color:#fff;
}

.bbs_page_disabled:hover{
	background:#f7f7f7;
	color:#aaa;
}


.book_info_box{
	margin:0;
	padding:0;
	width:100%;
}

.book_info_row{
	display:flex;
	align-items:flex-start;
	gap:10px;
	padding:4px 0;
	line-height:1.6;
}

.book_info_title{
	width:90px;
	min-width:90px;
	font-weight:600;
	color:#222222;
	word-break:keep-all;
}

.book_info_bar{
	color:#c8c8c8;
	font-weight:400;
}

.book_info_value{
	flex:1;
	color:#555555;
	word-break:break-all;
}





.faq_board{
	width:100%;
	border-top:2px solid #222;
}

.faq_item{
	border-bottom:1px solid #e5e5e5;
}

.faq_subject{
	display:flex;
	align-items:center;
	gap:12px;
	padding:18px 15px;
	cursor:pointer;
	background:#fff;
}

.faq_q{
	width:28px;
	height:28px;
	line-height:28px;
	text-align:center;
	border-radius:50%;
	background:#222;
	color:#fff;
	font-weight:700;
	flex-shrink:0;
}

.faq_subject strong{
	display:block;
	flex:1;
	font-size:16px;
	color:#222;
	font-weight:600;
}

.faq_arrow{
	font-size:22px;
	color:#999;
	font-weight:300;
	transition:all 0.2s ease;
}

.faq_contents{
	max-height:0;
	overflow:hidden;
	background:#fafafa;
	transition:max-height 0.35s ease;
}

.faq_item.faq_open .faq_contents{
	max-height:400px;
}

.faq_item.faq_open .faq_arrow{
	transform:rotate(45deg);
}

.faq_contents_inner{
	position:relative;
	padding:20px;
	padding-top:55px;
	max-height:400px;
	overflow-y:auto;
	line-height:1.7;
	font-size:15px;
	color:#444;
	border-top:1px solid #eee;
	box-sizing:border-box;
}

.faq_contents_inner::-webkit-scrollbar{
	width:6px;
}

.faq_contents_inner::-webkit-scrollbar-thumb{
	background:#ccc;
	border-radius:10px;
}

/* 우측 상단 고정 톱니버튼 */
.faq_edit_btn{
	position:absolute;
	right:15px;
	top:15px;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	border-radius:50%;
	background:#222;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	z-index:10;
	transition:all 0.2s ease;
}

.faq_edit_btn:hover{
	background:#444;
	transform:rotate(90deg);
}

.lawyer_info_box{
	display:grid;
	grid-template-columns:200px 1fr;
	gap:20px;
	align-items:center;
	width:100%;
	padding:20px;
	margin-bottom:20px;
	box-sizing:border-box;
	background:#fff;
}

.lawyer_info_img img{
	width:190px;
	height:137px;
	display:block;
	object-fit:cover;
}

.lawyer_info_text{
	line-height:1.7;
}

.lawyer_info_text_1{
	margin:0 0 12px 0;
	font-size:19px;
	font-weight:700;
	line-height:1.6;
	color:#222;
}

.lawyer_info_text_2{
	margin:0;
	font-size:14px;
	font-weight:400;
	line-height:1.5;
	color:#d60000;
}

.no_click{
	pointer-events:none;
	cursor:default;
	color:#fff;
	text-decoration:none;
}

.lawreq_toast{
	position:fixed;
	left:50%;
	bottom:40px;
	transform:translateX(-50%);
	background:#222;
	color:#fff;
	padding:14px 24px;
	border-radius:50px;
	font-size:14px;
	font-weight:600;
	box-shadow:0 8px 30px rgba(0,0,0,.25);
	z-index:99999;

	opacity:0;
	visibility:hidden;
	transition:.3s;
}

.lawreq_toast.show{
	opacity:1;
	visibility:visible;
	bottom:70px;
}

.bo_video_cont{
	width:100%;
	max-width:100%;
	text-align:center;
	overflow:hidden;
	box-sizing:border-box;
}

.bo_video_cont iframe,
.bo_video_cont video,
.bo_video_cont embed,
.bo_video_cont object{
	display:block;
	max-width:100% !important;
	width:100% !important;
	margin-left:auto !important;
	margin-right:auto !important;
	box-sizing:border-box;
}

.bo_video_cont img{
	max-width:100%;
	height:auto;
}

.bo_video_cont > div{
	max-width:100%;
	text-align:center;
	box-sizing:border-box;
}

.youtube_player_wrap{
	position:relative;
	width:100%;
	max-width:100%;
	padding-bottom:56.25%; /* 16:9 */
	height:0;
	overflow:hidden;
	background:#000;
	border-radius:12px;
}

.youtube_player_wrap iframe{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:0;
	display:block;
}

.youtube_player_wrap embed video {
   margin-top:0;
}

.frm_input{
	width:100%;
	height:35px;
	border:1px solid #ddd;
	border-radius:5px;
	padding:0 14px;
	font-size:15px;
	box-sizing:border-box;
	outline:none;
	background:#fff;
}

.frm_input:focus{
	border-color:#00a651;
}

@media screen and (max-width:768px){
	.board_wrap{
		margin:0 auto;
		padding:0;
		width:92%;
		border-top:0;
		vertical-top:top;
	}

	.board_head{
		display:none;
	}

	.board_row{
		display:block;
		margin-bottom:5px;
		padding:14px;
		border:1px solid #ddd;
		background:#fff;
		text-align:left;
	}

	.board_row > div{
		padding:0;
	}

	.board_head2{
		display:none;
	}

	.board_row2{
		display:block;
		margin-bottom:5px;
		padding:14px;
		border:1px solid #ddd;
		background:#fff;
		text-align:left;
	}

	.board_row2 > div{
		padding:0;
	}

	.board_head3{
		display:none;
	}

	.board_row3{
		display:block;
		margin-bottom:5px;
		padding:14px;
		border:1px solid #ddd;
		background:#fff;
		text-align:left;
	}

	.board_row3 > div{
		padding:0;
	}

	.board_no{
		display:none;
	}


	.board_title{
		display:-webkit-box;
		-webkit-line-clamp:2;   /* 2줄 제한 */
		-webkit-box-orient:vertical;
		overflow:hidden;
		text-overflow:ellipsis;
		line-height:1.4em;
		max-height:2.8em; /* line-height * 2 */
		word-break:break-all;
	}

	.board_writer,
	.board_date,
	.board_hit{
		display:inline-block;
		font-size:13px !important;
		color:#333333;
		margin-top:6px;
	}

	/* 한 줄로 강제 정렬 */
	.board_writer{
		margin-right:8px;
	}

	.board_date{
		margin-right:8px;
	}
	.board_text{
		margin-right:10px;
		display:inline-block;
		font-size:13px !important;
		color:#333333;
		margin-top:6px;
	}

	/* 기존 before 제거 */
	.board_writer:before,
	.board_hit:before{
		content:"";
	}

	/* 구분자 추가 */
	.board_writer:after{
		content:" | ";
		color:#f1f1f1;
		margin:0;
	}

	.board_date:after{
		content:" 조회 :";
		color:#333333;
		margin:0 0 0 12px;
	}

	/* 상단 전체 줄바꿈 */
	.board_wrap .board_top{
		flex-wrap:wrap;
	}

	/* total 한줄 전체 사용 */
	.board_wrap .board_total{
		width:100%;
		margin-bottom:8px;
	}

	/* 검색영역 */
	.board_wrap .board_search{
		width:100%;
		display:flex;
		flex-wrap:wrap;
	}

	/* 입력창 꽉 채우기 */
	.board_search_select{
		display:block;
		width:100%;
		margin-bottom:8px;
		box-sizing:border-box;
	}

	.board_wrap .board_search_input{
		display:block;
		width:calc(100% - 70px);
		box-sizing:border-box;
	}

	/* 버튼 고정 */
	.board_wrap .board_search_btn{
		width:62px;
		flex-shrink:0;
	}
	.board_wrap .board_write_btn{
		margin-top:20px;
		padding:0 30px;
		font-size:12pt;
		line-height:36px;
		border:1px solid #00a651;
		background:#00a651;
		color:#fff;
		cursor:pointer;
	}
	.bbs_paging_wrap{
		width:300px;
		margin:24px auto 0 auto;
	}

	.bbs_paging{
		gap:4px;
	}

	.bbs_mobile_hide{
		display:none;
	}

	.bbs_page_num,
	.bbs_page_btn{
		min-width:32px;
		height:32px;
		font-size:13px;
		padding:0 6px;
	}
	.lawyer_info_box{
		grid-template-columns:1fr;
		gap:12px;
		padding:14px;
	}

	.lawyer_info_img{
		text-align:center;
	}

	.lawyer_info_img img{
		width:100%;
		max-width:190px;
		height:auto;
		margin:0 auto;
	}

	.lawyer_info_text{
		font-size:13px;
		line-height:1.5;
	}
	.lawyer_info_text_1{
		font-size:16px;
	}

	.lawyer_info_text_2{
		font-size:14px;
	}
	.youtube_player_wrap{
		border-radius:8px;
	}
	.board_wrap_topimg {
		margin:0;
		width:100%;
		padding-bottom:20px;
		display:block;
		object-fit:cover;
	}
}



.board_26_wrap{
	width:100%;
	max-width:1320px;
	margin:0 auto;
	padding:24px 14px 50px;
	box-sizing:border-box;
}

.board_26_box{
	position:relative;
	margin-bottom:18px;
	padding:22px 18px 18px;
	border:1px solid #dcdfe5;
	border-radius:14px;
	background:#fff;
	box-sizing:border-box;
}

.board_26_box_title{
	position:absolute;
	top:-11px;
	left:16px;
	display:inline-flex;
	align-items:center;
	padding:0 8px;
	background:#fff;
	font-size:15px;
	font-weight:700;
	color:#222;
	letter-spacing:-0.03em;
	line-height:22px;
}

.board_26_box_title span{
	margin-left:3px;
	color:#e60023;
}

.board_26_box_body{
	width:100%;
	box-sizing:border-box;
}

.board_26_input,
.board_26_select{
	width:100%;
	height:46px;
	border:1px solid #d9dde5;
	border-radius:9px;
	padding:0 13px;
	box-sizing:border-box;
	background:#fff;
	font-size:15px;
	color:#222;
	outline:none;
}

.board_26_input:focus,
.board_26_select:focus{
	border-color:#111;
}

.board_26_check{
	display:inline-flex;
	align-items:center;
	gap:7px;
	min-height:32px;
	font-size:15px;
	color:#222;
	cursor:pointer;
}

.board_26_check input{
	margin:0;
}

.board_26_delete_check{
	display:inline-flex;
	align-items:center;
	gap:6px;
	margin-top:10px;
	font-size:13px;
	color:#666;
	cursor:pointer;
}

.board_26_file{
	width:100%;
	min-height:46px;
	border:1px solid #d9dde5;
	border-radius:9px;
	padding:10px 12px;
	box-sizing:border-box;
	background:#fff;
	font-size:14px;
}

.board_26_file_now{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	margin-bottom:10px;
	padding:11px 12px;
	border:1px solid #ececec;
	border-radius:9px;
	background:#fafafa;
	box-sizing:border-box;
}

.board_26_file_now a{
	display:block;
	min-width:0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:13px;
	color:#333;
	text-decoration:none;
}

.board_26_file_now label{
	display:inline-flex;
	align-items:center;
	gap:5px;
	flex-shrink:0;
	font-size:13px;
	color:#666;
	cursor:pointer;
}

.board_26_editor_body{
	overflow:hidden;
}

.board_26_editor_body .simple-editor{
	width:100%;
}

.board_26_yak_text{
	max-height:180px;
	overflow-y:auto;
	padding:14px;
	border:1px solid #e5e5e5;
	border-radius:9px;
	background:#fafafa;
	font-size:14px;
	line-height:1.7;
	color:#555;
	box-sizing:border-box;
}

.board_26_yak_btns{
	display:flex;
	gap:8px;
	margin-top:12px;
}

.board_26_yak_btns label{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:6px;
	min-width:90px;
	height:42px;
	border:1px solid #ddd;
	border-radius:9px;
	background:#fff;
	font-size:14px;
	color:#333;
	cursor:pointer;
	box-sizing:border-box;
}

.board_26_btn_wrap{
	display:flex;
	justify-content:center;
	gap:8px;
	margin-top:24px;
}

.board_26_submit,
.board_26_cancel{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:120px;
	height:46px;
	border:0;
	border-radius:9px;
	font-size:15px;
	font-weight:700;
	text-decoration:none;
	box-sizing:border-box;
	cursor:pointer;
}

.board_26_submit{
	background:#00a651;
	color:#fff;
}

.board_26_cancel{
	background:#f1f1f1;
	color:#333;
}

@media screen and (max-width:768px){
	.board_26_wrap{
		padding:18px 10px 40px;
	}

	.board_26_box{
		margin-bottom:16px;
		padding:20px 12px 14px;
		border-radius:12px;
	}

	.board_26_box_title{
		left:12px;
		font-size:14px;
	}

	.board_26_input,
	.board_26_select{
		height:43px;
		font-size:14px;
	}

	.board_26_file{
		min-height:43px;
		font-size:13px;
	}

	.board_26_file_now{
		display:block;
	}

	.board_26_file_now label{
		margin-top:8px;
	}

	.board_26_yak_btns{
		display:grid;
		grid-template-columns:1fr 1fr;
	}

	.board_26_yak_btns label{
		width:100%;
		min-width:0;
	}

	.board_26_btn_wrap{
		display:grid;
		grid-template-columns:1fr 1fr;
	}

	.board_26_submit,
	.board_26_cancel{
		width:100%;
		height:44px;
	}
}



.board_26_view_wrap{
	width:100%;
	max-width:1320px;
	margin:0 auto;
	padding:24px 14px 50px;
	box-sizing:border-box;
}

.board_26_view_head{
	margin-bottom:18px;
	padding:24px 20px;
	border:1px solid #dcdfe5;
	border-radius:14px;
	background:#fff;
	box-sizing:border-box;
}

.board_26_view_title{
	margin:0;
	font-size:26px;
	font-weight:800;
	line-height:1.35;
	color:#111;
	letter-spacing:-0.04em;
	word-break:keep-all;
}

.board_26_view_info{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin-top:18px;
}

.board_26_view_info div{
	display:flex;
	align-items:center;
	gap:6px;
	min-height:32px;
	padding:0 12px;
	border:1px solid #e5e5e5;
	border-radius:100px;
	background:#fafafa;
	box-sizing:border-box;
}

.board_26_view_info span{
	font-size:13px;
	color:#777;
}

.board_26_view_info strong{
	font-size:13px;
	font-weight:600;
	color:#222;
}

.board_26_view_box{
	position:relative;
	margin-bottom:18px;
	padding:22px 18px 18px;
	border:1px solid #dcdfe5;
	border-radius:14px;
	background:#fff;
	box-sizing:border-box;
}

.board_26_view_box_title{
	position:absolute;
	top:-11px;
	left:16px;
	display:inline-flex;
	align-items:center;
	padding:0 8px;
	background:#fff;
	font-size:15px;
	font-weight:700;
	color:#222;
	letter-spacing:-0.03em;
	line-height:22px;
}

.board_26_view_box_body{
	width:100%;
	box-sizing:border-box;
}

.board_26_contents{
	min-height:220px;
	font-size:16px;
	line-height:1.8;
	color:#333;
	word-break:break-all;
	overflow:hidden;
}

.board_26_contents img{
	max-width:100%;
	height:auto;
}

.board_26_contents table{
	max-width:100%;
}

.board_26_link_list{
	display:flex;
	flex-direction:column;
	gap:8px;
}

.board_26_link_list a{
	display:flex;
	align-items:center;
	gap:8px;
	min-height:42px;
	padding:10px 12px;
	border:1px solid #ececec;
	border-radius:9px;
	background:#fafafa;
	color:#333;
	text-decoration:none;
	box-sizing:border-box;
}

.board_26_link_list a span{
	display:block;
	min-width:0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:14px;
}

.board_26_file_list{
	display:flex;
	flex-direction:column;
	gap:8px;
}

.board_26_file_item{
	display:flex;
	align-items:center;
	gap:8px;
	min-height:42px;
	padding:10px 12px;
	border:1px solid #ececec;
	border-radius:9px;
	background:#fafafa;
	color:#333;
	text-decoration:none;
	box-sizing:border-box;
}

.board_26_file_item span{
	display:block;
	min-width:0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:14px;
	font-weight:600;
}

.board_26_old_image_list{
	display:flex;
	flex-direction:column;
	gap:12px;
}

.board_26_old_image{
	text-align:center;
}

.board_26_old_image img{
	max-width:100%;
	height:auto;
	border:1px solid #ddd;
	border-radius:8px;
	box-sizing:border-box;
}

.board_26_view_btns{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:8px;
	margin-top:22px;
}

.board_26_view_btn_left,
.board_26_view_btn_right{
	display:flex;
	align-items:center;
	gap:8px;
}

.board_26_btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:86px;
	height:44px;
	padding:0 16px;
	border-radius:9px;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
	box-sizing:border-box;
	cursor:pointer;
}

.board_26_btn_gray{
	background:#f1f1f1;
	color:#333;
}

.board_26_btn_black{
	background:#111;
	color:#fff;
}

.board_26_post_nav{
	margin-top:24px;
	border:1px solid #dcdfe5;
	border-radius:14px;
	background:#fff;
	overflow:hidden;
	box-sizing:border-box;
}

.board_26_post_item{
	display:flex;
	align-items:center;
	gap:14px;
	padding:15px 18px;
	border-bottom:1px solid #eee;
	box-sizing:border-box;
}

.board_26_post_item:last-child{
	border-bottom:0;
}

.board_26_post_label{
	width:70px;
	flex-shrink:0;
	font-size:14px;
	font-weight:700;
	color:#222;
}

.board_26_post_link{
	display:block;
	min-width:0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:15px;
	color:#333;
	text-decoration:none;
}

.board_26_post_none{
	font-size:14px;
	color:#999;
}

@media screen and (max-width:768px){
	.board_26_view_wrap{
		padding:18px 10px 40px;
	}

	.board_26_view_head{
		padding:20px 14px;
		border-radius:12px;
	}

	.board_26_view_title{
		font-size:22px;
	}

	.board_26_view_info{
		gap:6px;
		margin-top:14px;
	}

	.board_26_view_info div{
		min-height:30px;
		padding:0 10px;
	}

	.board_26_view_info span,
	.board_26_view_info strong{
		font-size:12px;
	}

	.board_26_view_box{
		margin-bottom:16px;
		padding:20px 12px 14px;
		border-radius:12px;
	}

	.board_26_view_box_title{
		left:12px;
		font-size:14px;
	}

	.board_26_contents{
		min-height:180px;
		font-size:15px;
		line-height:1.75;
	}

	.board_26_view_btns{
		display:grid;
		grid-template-columns:1fr;
	}

	.board_26_view_btn_left,
	.board_26_view_btn_right{
		display:grid;
		grid-template-columns:1fr 1fr;
		width:100%;
	}

	.board_26_view_btn_right{
		grid-template-columns:1fr;
	}

	.board_26_btn{
		width:100%;
		height:43px;
	}

	.board_26_post_item{
		display:block;
		padding:14px 12px;
	}

	.board_26_post_label{
		width:auto;
		margin-bottom:6px;
		font-size:13px;
	}

	.board_26_post_link{
		font-size:14px;
	}

	.board_26_post_none{
		font-size:13px;
	}
}


.board_26_gallery_wrap{
	width:100%;
	max-width:1320px;
	margin:0 auto;
	padding:0 10px;
	box-sizing:border-box;
}

.board_26_gallery_topimg{
	width:100%;
	margin-bottom:25px;
	text-align:center;
}

.board_26_gallery_topimg img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}

.board_26_gallery_top{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:15px;
	margin-bottom:20px;
}

.board_26_gallery_total{
	font-size:14px;
	color:#333;
	font-weight:500;
	white-space:nowrap;
}

.board_26_gallery_search{
	display:flex;
	align-items:center;
	gap:6px;
}

.board_26_gallery_search_select{
	width:110px;
	height:38px;
	border:1px solid #d8d8d8;
	background:#fff;
	font-size:14px;
	color:#333;
	padding:0 8px;
	box-sizing:border-box;
}

.board_26_gallery_search_input{
	width:220px;
	height:38px;
	border:1px solid #d8d8d8;
	background:#fff;
	font-size:14px;
	color:#333;
	padding:0 10px;
	box-sizing:border-box;
}

.board_26_gallery_search_btn{
	width:70px;
	height:38px;
	border:0;
	background:#222;
	color:#fff;
	font-size:14px;
	cursor:pointer;
}

.board_26_gallery_list{
	display:grid;
	grid-template-columns:repeat(6, 1fr);
	gap:22px 16px;
	margin:0;
	padding:0;
	list-style:none;
}

.board_26_gallery_item{
	cursor:pointer;
	min-width:0;
}

.board_26_gallery_box{
	width:100%;
	background:#fff;
	box-sizing:border-box;
}

.board_26_gallery_img{
	position:relative;
	width:100%;
	aspect-ratio:1 / 1;
	overflow:hidden;
	background:#f4f4f4;
	border:1px solid #eee;
	box-sizing:border-box;
}

.board_26_gallery_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition:transform .25s ease;
}

.board_26_gallery_item:hover .board_26_gallery_img img{
	transform:scale(1.04);
}

.board_26_gallery_subject{
	margin-top:10px;
	font-size:15px;
	color:#222;
	font-weight:500;
	line-height:1.4;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.board_26_gallery_info{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:8px;
	margin-top:7px;
	font-size:13px;
	color:#777;
}

.board_26_gallery_writer{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	min-width:0;
}

.board_26_gallery_date{
	white-space:nowrap;
	color:#999;
}

.board_26_gallery_bottom{
	display:flex;
	justify-content:flex-end;
	margin-top:25px;
}

.board_26_gallery_write_btn{
	min-width:90px;
	height:40px;
	border:0;
	background:#222;
	color:#fff;
	font-size:14px;
	cursor:pointer;
	padding:0 18px;
	box-sizing:border-box;
}

.board_26_gallery_search_btn:hover,
.board_26_gallery_write_btn:hover{
	background:#000;
}

@media screen and (max-width:900px){

	.board_26_gallery_list{
		grid-template-columns:repeat(4, 1fr);
		gap:18px 12px;
	}

}

@media screen and (max-width:640px){

	.board_26_gallery_wrap{
		padding:0 10px;
	}

	.board_26_gallery_top{
		display:block;
		margin-bottom:15px;
	}

	.board_26_gallery_total{
		margin-bottom:10px;
		font-size:13px;
	}

	.board_26_gallery_search{
		width:100%;
		display:flex;
		gap:5px;
	}

	.board_26_gallery_search_select{
		width:82px;
		height:36px;
		font-size:13px;
	}

	.board_26_gallery_search_input{
		flex:1;
		width:auto;
		height:36px;
		font-size:13px;
	}

	.board_26_gallery_search_btn{
		width:58px;
		height:36px;
		font-size:13px;
	}

	.board_26_gallery_list{
		grid-template-columns:repeat(2, 1fr);
		gap:18px 10px;
	}

	.board_26_gallery_subject{
		margin-top:8px;
		font-size:14px;
	}

	.board_26_gallery_info{
		display:block;
		font-size:12px;
		line-height:1.5;
	}

	.board_26_gallery_writer,
	.board_26_gallery_date{
		display:block;
	}

	.board_26_gallery_bottom{
		margin-top:20px;
	}

	.board_26_gallery_write_btn{
		width:100%;
		height:40px;
	}

}



.board_26_movie_wrap{
	width:100%;
	max-width:1320px;
	margin:0 auto;
	padding:0 10px;
	box-sizing:border-box;
}

.board_26_movie_topimg{
	width:100%;
	margin-bottom:25px;
	text-align:center;
}

.board_26_movie_topimg img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}

.board_26_movie_top{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:15px;
	margin-bottom:20px;
}

.board_26_movie_total{
	font-size:14px;
	color:#333;
	font-weight:500;
	white-space:nowrap;
}

.board_26_movie_search{
	display:flex;
	align-items:center;
	gap:6px;
}

.board_26_movie_search_select{
	width:110px;
	height:38px;
	border:1px solid #d8d8d8;
	background:#fff;
	font-size:14px;
	color:#333;
	padding:0 8px;
	box-sizing:border-box;
}

.board_26_movie_search_input{
	width:220px;
	height:38px;
	border:1px solid #d8d8d8;
	background:#fff;
	font-size:14px;
	color:#333;
	padding:0 10px;
	box-sizing:border-box;
}

.board_26_movie_search_btn{
	width:70px;
	height:38px;
	border:0;
	background:#222;
	color:#fff;
	font-size:14px;
	cursor:pointer;
}

.board_26_movie_list{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:28px 18px;
	margin:0;
	padding:0;
	list-style:none;
}

.board_26_movie_item{
	cursor:pointer;
	min-width:0;
}

.board_26_movie_box{
	width:100%;
	background:#fff;
	box-sizing:border-box;
}

.board_26_movie_img{
	position:relative;
	width:100%;
	aspect-ratio:313 / 195;
	overflow:hidden;
	background:#f4f4f4;
	border:1px solid #eee;
	box-sizing:border-box;
}

.board_26_movie_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition:transform .25s ease;
}

.board_26_movie_item:hover .board_26_movie_img img{
	transform:scale(1.04);
}

.board_26_movie_play{
	position:absolute;
	left:50%;
	top:50%;
	width:54px;
	height:54px;
	margin-left:-27px;
	margin-top:-27px;
	border-radius:50%;
	background:rgba(0,0,0,0.55);
}

.board_26_movie_play:after{
	content:"";
	position:absolute;
	left:22px;
	top:17px;
	width:0;
	height:0;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:16px solid #fff;
}

.board_26_movie_subject{
	margin-top:11px;
	font-size:16px;
	color:#222;
	font-weight:500;
	line-height:1.4;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.board_26_movie_info{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:8px;
	margin-top:8px;
	font-size:13px;
	color:#777;
}

.board_26_movie_writer{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	min-width:0;
}

.board_26_movie_date{
	white-space:nowrap;
	color:#999;
}

.board_26_movie_bottom{
	display:flex;
	justify-content:flex-end;
	margin-top:25px;
}

.board_26_movie_write_btn{
	min-width:90px;
	height:40px;
	border:0;
	background:#222;
	color:#fff;
	font-size:14px;
	cursor:pointer;
	padding:0 18px;
	box-sizing:border-box;
}

.board_26_movie_search_btn:hover,
.board_26_movie_write_btn:hover{
	background:#000;
}

@media screen and (max-width:900px){

	.board_26_movie_list{
		grid-template-columns:repeat(3, 1fr);
		gap:22px 14px;
	}

}

@media screen and (max-width:640px){

	.board_26_movie_wrap{
		padding:0 10px;
	}

	.board_26_movie_top{
		display:block;
		margin-bottom:15px;
	}

	.board_26_movie_total{
		margin-bottom:10px;
		font-size:13px;
	}

	.board_26_movie_search{
		width:100%;
		display:flex;
		gap:5px;
	}

	.board_26_movie_search_select{
		width:82px;
		height:36px;
		font-size:13px;
	}

	.board_26_movie_search_input{
		flex:1;
		width:auto;
		height:36px;
		font-size:13px;
	}

	.board_26_movie_search_btn{
		width:58px;
		height:36px;
		font-size:13px;
	}

	.board_26_movie_list{
		grid-template-columns:repeat(2, 1fr);
		gap:18px 10px;
	}

	.board_26_movie_play{
		width:42px;
		height:42px;
		margin-left:-21px;
		margin-top:-21px;
	}

	.board_26_movie_play:after{
		left:17px;
		top:13px;
		border-top:8px solid transparent;
		border-bottom:8px solid transparent;
		border-left:13px solid #fff;
	}

	.board_26_movie_subject{
		margin-top:8px;
		font-size:14px;
	}

	.board_26_movie_info{
		display:block;
		font-size:12px;
		line-height:1.5;
	}

	.board_26_movie_writer,
	.board_26_movie_date{
		display:block;
	}

	.board_26_movie_bottom{
		margin-top:20px;
	}

	.board_26_movie_write_btn{
		width:100%;
		height:40px;
	}

}