.pageNum {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.pageNum a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	font-size: 0.875rem;
	font-weight: 700;
	color: #878787;
	margin: 0 8px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.pageNum a>i {
	font-size: .8rem;
}

.pageNum .active,
.pageNum a:hover {
	color: var(--primary);
	border: 1px solid var(--primary);
}

.pageNum .direction:hover {
	background: none;
	color: inherit;
}

@media (max-width:768px) {
	.pageNum {
		margin-top: 20px;
	}
	.pageNum a {
		margin: 0 4px;
	}
}

.boardContainer .noData {
	padding: 40px 0;
	font-size: 0.9rem;
}

.noticePin {
	font-size: 1.125rem !important;
	vertical-align: middle;
}

.postEdit__ {
	display: flex;
	align-items: center;
	justify-content: center;
}

.postEdit__ a {
	margin: 2px;
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 29px;
	border-radius: 50px;
}


.btn-success {
	color: #fff;
	background-color: #1cc88a;
	border-color: #1cc88a;
}

.btn-success:hover {
	color: #fff;
	background-color: #17a673;
	border-color: #169b6b;
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #17a673;
	border-color: #169b6b;
	box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}


.btn-danger {
	color: #fff;
	background-color: #e74a3b;
	border-color: #e74a3b;
}

.btn-danger:hover {
	color: #fff;
	background-color: #e02d1b;
	border-color: #d52a1a;
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #e02d1b;
	border-color: #d52a1a;
	box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}

/*board write */
.board-tblst {
	border-top: 1px solid #a1a1a1;
}

.board-tblst input[type="text"] {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ddd;
	outline: none;
	padding: 0 12px;
	box-sizing: border-box;
}

.board-tblst input[type="password"] {
	height: 35px;
	line-height: 35px;
	border: 1px solid #ddd;
	outline: none;
	padding: 0 12px;
	box-sizing: border-box;
}

.board-tblst textarea.basicTextarea {
	width: 100%;
	height: 150px;
	border: 1px solid #ddd;
	outline: none;
	resize: none;
	padding: 12px;
	box-sizing: border-box;
}

.board-tblst .tblst-row {
	display: flex;
	border-bottom: 1px solid #ddd;
}

.board-tblst .tblst-row .tblst-row-inner {
	width: 50%;
	display: flex;
}

.board-tblst .tblst-row .tbl-col {
	padding: 10px;
	box-sizing: border-box;
	font-size: 0.875rem;
}

.board-tblst .tblst-row .tbl-col.colTh {
	width: 180px;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #333;
}

.board-tblst .tblst-row .tbl-col.colTd {
	width: calc(100% - 180px);
}

.board-tblst .tblst-ment {
	margin: 12px 0;
}


/*게시판 Admin 전체선택삭제버튼*/
.ad_sBtn {
	display: inline-block;
	padding: 4px 10px;
	font-size: 0.75rem;
	border-radius: 4px;
}

.ad_sBtn.bt1 {
	background: #aaa;
	border: 1px solid #aaa;
	color: #fff;
	box-sizing: border-box;
}

.ad_sBtn.bt1:hover {
	background: #9b9b9b;
	border: 1px solid #9b9b9b;
	color: #fff;
	transition: .2s;
}

.ad_sBtn.bt2 {
	background: #fff;
	border: 1px solid #878787;
	box-sizing: border-box;
}

.ad_sBtn.bt2:hover {
	background: #f1f1f1;
	transition: .2s;
}




/*검색창*/
.board-input-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 40px;
}

.board-input-box {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.board-input-box .board-line-input {
	width: 260px;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	outline: none;
	font-size: 1rem;
	font-family: "Pretendard Variable", Pretendard, 'Noto Sans KR', AppleGothic, sans-serif;
	border-bottom: 1px solid #e1e1e1;
}

.board-input-box .board-line-input::placeholder {
	font-family: "Pretendard Variable", Pretendard, 'Noto Sans KR', AppleGothic, sans-serif;
	color: #878787;
	line-height: 1.5;
}

.board-input-box a>i {
	font-size: 1.25rem;
}

.board-input-box .boardSelect {
	outline: none;
	border: none;
	border-bottom: 1px solid #e1e1e1;
	font-family: "Pretendard Variable", Pretendard, 'Noto Sans KR', AppleGothic, sans-serif;
	font-size: 1rem;
	height: 40px;

	background: #fff;
	border-radius: 0;
	color: #222;
}

/*첨부파일*/
.fileUpload-box {
	display: flex;
	align-items: center;
	gap: 12px;
}

.fileUpload-box .file-input {
	display: flex;
	align-items: center;
	gap: 6px;
}

.fileUpload-box .file-input input[type=text] {
	vertical-align: middle;
	display: inline-block;
	width: 250px;
	height: 35px;
	line-height: 35px;
	padding: 0 4px;
	box-sizing: border-box;
	font-size: 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.30);
}

.fileUpload-box .file-input label input {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
}

.fileUpload-box .file-input label {
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 80px;
	height: 35px;
	background: #777;
	color: #fff;
	text-align: center;
	line-height: 35px;
	/*border-radius:5px;*/
	font-weight: 500;
	font-size: 0.875rem;
	margin-bottom: 0;
}

/*첨부파일삭제*/
.enable_btn {
	display: flex;
	align-items: center;
	gap: 2px;
}

/*뷰페이지 첨부파일 다운로드*/
.boardDown-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #333;
	color: #fff;
	padding: 6px 8px;
	border-radius: 2px;
	font-size: 0.875rem;
	gap: 4px;
}

.boardDown-btn i {
	font-size: 1rem;
}


/*게시판 글등록,수정,삭제,목록 버튼*/
.boardView-btn-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 10px 0;
}

.board-btn {
	display: inline-block;
	padding: 8px;
	font-size: 0.875rem;
	color: #fff;
	border-radius: 2px;
	vertical-align: middle;
	min-width: 74px;
	text-align: center;
}

.board-btn.small {
	padding: 4px 12px;
	min-width: auto;
}

.board-btn .dp_f {
	display: flex;
	align-items: center;
    justify-content: center;
	gap: 6px;
}

.board-btn.blk {
	background: #333;
	color: #fff;
}

.board-btn.blk:hover {
	background: #222;
	transition: .2s;
}

.board-btn.big {
	padding: 16px 32px;
    background: #333;
    border: 1px solid #333;
    border-radius: 10px;
    font-size: 1.315rem;
    font-weight: 700;
    color: #FFF;
    line-height: 1.25rem;
}

.board-btn.big.del { background: #FFF; color: #aaa; border: 1px solid #aaa; }
.board-btn.big.del:hover { color: #777; border-color: #777; }

.board-btn.gry {
	background: #878787;
}

.board-btn.gry:hover {
	background: #777;
	transition: .2s;
	color: #fff;
}

.board-btn.grn {
	background: #4caf50;
}

.board-btn.grn:hover {
	background: #3d8c40;
	transition: .2s;
	color: #fff;
}

.board-btn.red {
	background: #d32f2f;
}

.board-btn.red:hover {
	background: #a92626;
	transition: .2s;
	color: #fff;
}

.board-btn.blue {
	background: #1e5be3
}

.board-btn.blue:hover {
	background: #1a4dbf;
	transition: .2s;
	color: #fff;
}

.board-btn.yel {
	background: #ffc000;
}

.board-btn.yel:hover {
	background: #cc9a00;
	transition: .2s;
	color: #fff;
}

.board-btn.wht {
	background: #fff;
	border: 1px solid #878787;
	color: #333;
	box-sizing: border-box;
}

.board-btn.wht:hover {
	background: #f5f5f5;
	transition: .2s;
}

/*정리필요*/
.tbl-st {
	border-top: 1px solid #ddd;
}

.tbl-st.btNone {
	border-top: none;
}

.tbl-st-row {
	display: table;
	width: 100%;
	min-height: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.tbl-st-row .tbl-st-col {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 16px;
	box-sizing: border-box;
}

.board-selectBox {
	width: 250px;
	padding: .6rem .5rem;
	border: 1px solid #ddd;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 0.875rem;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

@media (max-width:768px) {
	.board-tblst .tblst-row {
		flex-direction: column;
	}

	.board-tblst .tblst-row .tbl-col.colTh,
	.board-tblst .tblst-row .tbl-col.colTd {
		width: 100%;
	}

	.board-tblst .tblst-row .tblst-row-inner {
		width: 100%;
		flex-direction: column;
	}
}

@media (max-width:640px) {
	.fileUpload-box .file-input input[type=text] {
		width: 80%;
	}
}


.blog_wrap {
	margin: 0px auto;
	width: 100%;
	/*총 넓이*/
}

.blog_wrap li {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	display: flex;
	justify-content: space-between;
}

.blog_wrap li:not(:last-child) {
	margin-bottom: 40px;
}

.blog_wrap li .photo_cell_wrap {

	position: relative;
	height: 200px;
	border-radius: 12px;
	overflow: hidden;
}

.blog_wrap li .photo_cell {
	width: 200px;
	height: 200px;

	position: relative;
}

.blog_wrap li .photo_cell .like__ {
	position:rgba;
	background:rgba(11,19,30,0.10);
	width:100%;
	height:100%;
}

.blog_wrap li .photo_dimmed {
	position: absolute;
	background: rgba(11, 19, 30, 0.10);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
}

.like__item.thumbnail {
	position: absolute;
	top: 5px;
	left: 5px;
}

.like__item .heart {
	width: 24px;
	height: 24px;
	background: url("/images/common/heart_regular.svg?v=1");
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.like__item .heart.activeFill {
	background: url("/images/common/heart_fill.svg?v=2");
}

.like__item p {
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
	color: #fff;
	font-size: 0.875rem;
	padding-right: 4px;
	box-sizing: border-box;
}

.blog_wrap .grow {
	transition: all .35s ease-in-out;
	width: 100%;
}

.blog_wrap li>.text_cell {
	width: calc(100% - 240px);
	position: relative;
}

.blog_wrap li>.text_cell .post_title_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog_wrap li>.text_cell .post_title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-word;
	overflow: hidden;

	font-size: 1.125rem;
	font-weight: 700;
	color: #222;
	cursor: pointer;
	width: 78%;
}

.blog_wrap li>.text_cell .post_title:hover {
	color: #707070;
	transition: .2s;
}

.blog_wrap li>.text_cell .board_cade__ {
	color: #878787;
	font-weight: 600;
	text-align: right;
	width: 20%;
}

.blog_wrap li>.text_cell .post_date {
	font-size: 0.875rem;
	color: #707070;
}

.blog_wrap li>.text_cell .post_user {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

/*기존 프로필css일부수정*/

.post_user .user-info {
	border-bottom: none;
	padding-bottom: 0;
	align-items: center;
}

.post_user .user-info .user-profile {
	padding-left: 10px;
}

.post_user .user-profile .user {
	margin-bottom: 0;
}

.post_user .user-profile .user .name,
.user-profile .user .age {
	font-size: 1rem;
}

.post_user .user-profile .user .age:after {
	display: none;
}


.postDepth {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px;
}

.hitBox {
	display: flex;
	align-items: center;
	gap: 12px;
}

.hitBox .boxData {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 0.875rem;
}

.hitBox .boxData .dataTit {
	margin-right: 4px;
}

/* write */
.c-select-info {
	margin-top: 12px;
}

.c-select-info .select-info-item {
	display: flex;
	align-items: center;
	gap: 4px;
	line-height: 1.5;
	background: #F8F9FB;
	margin: 4px 0;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
}
/* end of write */


/* view */
.ment img{
	max-width:100%;
}

.viewTit-area {
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
}

.viewTit-area .viewTit {
	margin-bottom: 18px;
	font-size: 1.5rem;
	font-weight: 600;
	display: -webkit-box; 
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical; 
	text-overflow:ellipsis; 
	word-break:break-word; 
	overflow:hidden;
	width:78%;
}
.viewTit-area .board_cade__ {
	width:20%;
	text-align:right;
	color:#878787;
	font-weight:600;
}

.viewShow{
	margin-top:40px;
	padding-bottom:60px;
	border-bottom:1px solid rgba(0, 0, 0, 0.20);
}

.viewShow img{
	line-height:0;
}

.viewDepth {
	width:100%; 
	display:flex; 
	align-items:center; 
	justify-content:space-between;
	border-bottom:1px solid #ddd;
	padding-bottom:16px;
}

.viewDepth .user-info { /*user-info 공통으로 적용된 css수정*/
	border-bottom:none;
	padding-bottom:0;
}

.hitBox {display:flex; align-items:center; gap:12px;}
.hitBox .boxData {display:flex; align-items:center; font-weight:600; font-size:0.875rem;}
.hitBox .boxData .dataTit {margin-right:4px;}

.replyBox {display:flex; align-items:center; gap:16px; padding:10px 0; border-bottom:1px solid rgba(0, 0, 0, 0.20);}
.replyBox .boxData {display:flex; align-items:center; font-weight:600; gap:4px;}
.replyBox .boxData a {display:flex; width:auto; height:auto; align-items:center; cursor:pointer;}
/* .replyBox .boxData span {display:flex; align-items:center; justify-content:center; width:20px; height:20px;} */
.replyBox .boxData .shareBtn {background:transparent;}


.like__item {
	display: flex;
	align-items: flex-start;
	gap: 4px;
}

.coment__item {
	display: flex;
	align-items: center;
	gap: 4px;
}

.coment__item span {
	font-size:16px;
	color:#222;
}

.replyBox .boxData .shareBtn > .material-symbols-outlined {
	color:#222;
	margin-right:2px;
	font-size:16px;
}

.like__item .heart {
	width:20px;
	height:20px;
	background:url("/images/common/heart_regular_blk.svg?v=1");
	background-size:cover;
	background-repeat:no-repeat;
	cursor:pointer;
}
.like__item .heart.activeFill {
	background:url("/images/common/heart_fill.svg?v=2");
}
/* end of view */


.boardCade ul {display:flex; flex-wrap:wrap; gap:8px; justify-content:center;}
.boardCade ul li { font-size:1rem; letter-spacing:-0.03rem; font-weight:600; text-align:center; position:relative;}

.boardCade ul li a {display:block; width:100%; border:1px solid #ddd; border-radius:50px; box-sizing:border-box;text-align:center; font-weight:600; color:#333; padding:12px 20px; min-width:100px;}
.boardCade ul li a:hover {border:1px solid var(--primary); color:var(--primary); transition:.2s;}
.boardCade ul li.active a {background:var(--primary); border:1px solid var(--primary); color:#fff; font-weight:600;}


/*분류 설정시 텍스트 설명 // write03.php에도 css있음*/
.c-select-info {margin:12px 0;}
.c-select-info .select-info-item {display:flex; align-items:center; gap:4px; justify-content:center; line-height:1.5; font-weight:600; background:#F8F9FB; margin:4px 0; padding:20px; box-sizing:border-box; border-radius:12px; text-align:center;}
/**/

.fixedTxt {background:#F8F9FB; padding:20px 20px 32px; box-sizing:border-box; margin-top:20px;}
.fixedTxt strong {display:flex; align-items:center; gap:4px; margin-bottom:12px;}
.fixedTxt strong > i {font-size:1.125rem;}
.fixedTxt ul li {position:relative; padding-left:12px; box-sizing:border-box;}
.fixedTxt ul li:before {content:""; display:block; width:4px; height:4px; background:#CDDBEA; border-radius:50px; position:absolute; top:0.5rem; left:0;}



.coment-area {
	margin-top: 20px;
}

.coment-tit {
	font-size: 1.250rem;
	font-weight: 600;
}

.coment-regist {
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	/*padding:20px;*/
	box-sizing: border-box;
	margin: 10px 0;
}

.coment-regist .txt-r {
	padding: 12px 20px;
	box-sizing: border-box;
}

/*.coment-regist-re {padding-left:50px;}*/


.register-info {
	display: flex;
	align-items: center;
	font-size: 0.9rem;
	padding: 12px 20px;
	box-sizing: border-box;
}

.infoWrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.infoWrap .user-thumbnail {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.register-info input {
	outline: none;
	border: none;
	border-radius: 0;
	/*border-bottom:1px solid #ddd; margin:0 10px; padding:10px;*/
	box-sizing: border-box;
	height: 35px;
	font-family: "Pretendard Variable", Pretendard, 'Noto Sans KR', AppleGothic, sans-serif;
	font-size: 1rem;
	font-weight: 600;
}

.register-info input::placeholder {
	font-family: "Pretendard Variable", Pretendard, 'Noto Sans KR', AppleGothic, sans-serif;
}


.regist-ment {
	padding: 0 20px;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.regist-ment textarea {
	width: 100%;
	height: 100px;
	background: #fff;
	border: none;
	resize: none;
	padding: 20px 0;
	box-sizing: border-box;
	outline: none;
	font-family: "Pretendard Variable", Pretendard, 'Noto Sans KR', AppleGothic, sans-serif;
	font-size: 1rem;
}

a.registBtn {
	display: inline-block;
	background: #333;
	color: #fff;
}

.coment-box {
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
}

.coment-box .coment-person {
	display: flex;
	align-items: center;
	position: relative;
}

.coment-box .coment-person input {
	border-bottom: 1px solid #ddd;
	margin: 0 10px;
	padding: 10px;
	box-sizing: border-box;
	height: 30px;
	border-radius: 0;
}

.coment-box .coment-person a.cm-btn {
	display: inline-block;
	font-size: 0.875rem;
	color: #fff;
	padding: 2px 6px;
	border-radius: 2px;
}

.coment-box .coment-person a.cm-btn-chk {
	background: #666;
}

.coment-box .coment-person a.cm-btn-del {
	background: #ce0606;
	position: absolute;
	right: 0;
}

.coment-box .note01 {
	margin-right: 20px;
}

.coment-box .note01.bold {
	font-weight: 600;
}

.coment-box .coment-date {
	color: #888;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 12px;
}

.coment-box .c-pw {
	font-size: 0.875rem;
}

.coment-box .coment-data {
	margin-top: 20px;
}

.coment-re {
	color: #888;
	font-size: 0.8rem;
	font-weight: 500;
	padding: 4px 12px;
	border-radius: 2px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	margin-top: 12px;
	display: inline-block;
	cursor: pointer;
}

.coment-re:hover {
	background: #f5f5f5;
	transition: .2s;
}

.coment-list.depth2 .coment-box-inner {
	padding-left: 40px;
	box-sizing: border-box;
}



@media (max-width:1024px){
}

@media (max-width:768px) {
	.board-input-box {
		gap: 0;
	}

	.board-input-box .board-line-input {
		width: 60%;
	}

	/*boardNew.css*/


	.blog_wrap li {
		min-height: 150px;
	}

	.blog_wrap li .photo_cell_wrap {
		height: 100px;
	}

	.blog_wrap li .photo_cell {
		width: 100px;
		height: 100px;
	}

	.blog_wrap li .text_cell {
		width: calc(100% - 120px);
	}


	.post_user .user-info .user-thumbnail {
		width: 40px;
		height: 40px;
		flex: 0 0 auto;
	}


	.blog_wrap li>.text_cell .post_title_area {
		flex-direction: column;
		align-items: flex-start;
	}

	.blog_wrap li>.text_cell .post_title,
	.blog_wrap li>.text_cell .board_cade__ {
		width: 100%;
	}

	.blog_wrap li>.text_cell .board_cade__ {
		margin-top: 4px;
	}

	.blog_wrap li>.text_cell .post_user {
		position: relative;
		top: 20px;
		margin-bottom: 20px;
	}

	.postDepth {
		align-items: flex-start;
		flex-direction: column;
	}

	.viewTit-area {flex-direction:column; align-items:flex-start;}
	.viewTit-area .viewTit, .viewTit-area .board_cade__ {width:100%;}

}

@media(max-width:640px){
	.boardCade ul {gap:4px;}
	.boardCade ul li a {padding:4px 10px; min-width:auto;}
	.c-select-info .select-info-item {text-align:left; gap:12px;}
}

@media (max-width:540px) {
	.coment-top .register-info {
		flex-direction: column;
		align-items: flex-start;
	}

	.coment-top .register-info>div {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.coment-top .register-info>div>span {
		display: block;
		width: 15%;
	}

	.coment-top .register-info input {
		width: 80%;
	}
}

@media (max-width:320px) {
	.post_user .user-info {
		align-items: flex-start;
		;
	}

	.post_user .user-profile .user {
		flex-direction: column;
	}

	.user-profile .user .age:before,
	.user-profile .user .name:after {
		display: none;
	}
}
