@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {
		margin-right:0.75rem;
	}
	.responsive #bo_list .na-title {
		margin-bottom:0.14rem;
	}
}

/* gallery */
#bo_gallery .chk-box {
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:2;
}
#bo_gallery .wr-now {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.75);
	z-index:1;
}

/* 게시판 읽기 */
#bo_v_title {
	font-size:23px;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:-1px;
}
#bo_v_con {
	min-height:200px; 
	word-break:break-all;
	overflow:hidden
}
@media all and (max-width:575px) {
	.responsive #bo_v_title {
		font-size:20px;
		line-height:1.5;
	}
	.responsive #bo_v_con { 
		min-height:140px; 
	}
}

#bo_v_con img {
	max-width:100%;
	height:auto
}
#bo_v_img {
	width:100%;
	text-align:center;
	overflow:hidden;
	zoom:1;
}
#bo_v_img:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
#bo_v_img a.view_image {
	display:block;
}
#bo_v_img img {
	margin-bottom:1.0rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon { 
	margin:-5px auto; 
}
#bo_v_sns_icon img { 
	width:40px; 
	border-radius:50%; 
	margin:5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
	top:0;
	left:-16px;
}
.by-writer { 
	background:#fbefef !important;
	border-top:1px solid #f6cece !important;
}
.cmt-content {
	word-break:break-all;
	overflow:hidden
}
.cmt-content img {
	max-width:100%;
	height:auto
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul { 
	list-style: none; 
	margin: 0; 
}
.cmt-btn ul > li { 
	float: left; 
	font-size:12px;
	padding: 0 10px; 
}
.cmt-btn ul > li::before { 
	float: left; 
	color:#ccc; 
	content: "|"; 
	margin-left:-12px;
}
.cmt-btn ul > li:last-child { 
	padding-right:0;
}
.cmt-btn ul > li:first-child::before, 
.cmt-btn ul > li.no-bar::before { 
	content: ""; 
	margin-left:0; 
}
.cmt-btn ul > li > a { 
	float:left;
	color:#888;
	white-space:nowrap;	
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content { 
	resize:none; 
}
@media all and (max-width:575px) {
	.responsive .cmt-box {
		border-right:0 !important;
	}
	.responsive #bo_vc_w .cmt-box {
		border-left:0 !important;
		border-radius:0 !important;
	}
	.responsive #bo_vc_login {
		border-left:0 !important;
		border-right:0 !important;
		border-radius:0 !important;
	}
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {	
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
	background:#ccc;
	border-radius:3px;
}
#bo_vc_opt ol:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_opt ol li { 
	float:left;
	margin:0; 
}
#bo_vc_send_sns ul { 
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
}
#bo_vc_send_sns ul:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_send_sns ul li {	
	float:left;
	margin:0 1.0rem 0 0;
}
#bo_vc_send_sns input {	
	margin:0 0 0 0.5rem;
}

/* 게시판 쓰기 */
#bo_w .list-group-item {
	padding-left:0;
	padding-right:0;
	border-left:0;
	border-right:0;
}
#bo_w #wr_content { 
	margin-bottom:1.0rem !important;
}
@media all and (max-width:575px) {
	#bo_w .list-group-item {
		padding-left:1.0rem;
		padding-right:1.0rem;
	}
	.responsive #bo_w #wr_content {
		max-height:160px !important;
	}
}


/* 블루 카드 가로 정렬 */
.blue-card-box {
	background-color: #fff;
	border: 1px solid #007bff;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 123, 255, 0.1);
	font-size: 14px;
	display: flex;
	flex-direction: row;
	gap: 12px;
	padding: 10px;
}

/* 썸네일 영역 */
.blue-card-box .thumbnail-wrap {
	position: relative;
	width: 120px;
	flex-shrink: 0;
}

.blue-card-box .thumbnail-wrap img {
	width: 100%;
	height: 100%;
	border-radius: 0.75rem;
	object-fit: cover;
}

.blue-card-box .date-badge {
	position: absolute;
	bottom: 5px;
	left: 5px;
	background-color: rgba(0, 123, 255, 0.9);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 8px;
	border-radius: 4px;
}

/* 정보 테이블 */
.blue-card-box .info-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.blue-card-box table {
	width: 100%;
	margin: 0;
	table-layout: fixed;
	word-break: break-word;
	font-size: 14px;
}

.blue-card-box table th {

	background-color: #ededed;
	color: #000000;
	font-weight: 500;
	width: 40%;
	padding: 6px;
	border-right: 1px solid #ddd;
	text-align: center;


}

.blue-card-box table td {
	padding: 6px;
	font-weight: bold;
	color: #000;
	border: 1px solid #dee2e6;
	text-align: center;
}

.blue-card-box table td,
.blue-card-box table th {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 하단 정보 */
.blue-card-box .bottom-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	background: #f8fafd;
	padding: 6px 5px;
	border-radius: 0 0 12px 12px;
}

.blue-card-box .bottom-info .icons {
	color: #007bff;
}

.blue-card-box .bottom-info .icons i {
	margin-right: 2px;
	margin-left: 5px;
}

.blue-card-box .bottom-info .view-link {
	font-weight: bold;
	color: #4f4f4f !important;
	text-decoration: none;
}

.blue-card-box .bottom-info .view-link:hover {
	color: #003c8f;
}



.thumb-cell img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}
.footer-box {
	text-align: right;
	padding: 8px 10px;
	font-size: 13px;
}
.icon-box {
	margin-right: 10px;
	color: #007bff;
}
.detail-link {
	background: #007bff;
	color: #fff;
	padding: 4px 8px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 13px;
	margin-left: 10px;
}


/* 블루 카드 가로 정렬 */
.blue-card-box {
	background-color: #fff;
	border: 1px solid #007bff;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 123, 255, 0.1);
	font-size: 14px;
	display: flex;
	flex-direction: row;
	gap: 12px;
	padding: 10px;
}

/* 썸네일 영역 */
.blue-card-box .thumbnail-wrap {
	position: relative;
	width: 120px;
	flex-shrink: 0;
}

.blue-card-box .thumbnail-wrap img {
	width: 100%;
	height: 100%;
	border-radius: 0.75rem;
	object-fit: fill;
}

.blue-card-box .date-badge {
	position: absolute;
	bottom: 5px;
	left: 5px;
	background-color: rgba(0, 123, 255, 0.9);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 8px;
	border-radius: 4px;
}

/* 정보 테이블 */
.blue-card-box .info-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.blue-card-box table {
	width: 100%;
	margin: 0;
	table-layout: fixed;
	word-break: break-word;
	font-size: 14px;
}

.blue-card-box table th {

	background-color: #ededed;
	color: #000000;
	font-weight: 500;
	width: 40%;
	padding: 6px;
	border-right: 1px solid #ddd;
	text-align: center;


}

.blue-card-box table td {
	padding: 6px;
	font-weight: bold;
	color: #000;
	border: 1px solid #dee2e6;
	text-align: center;
}

.blue-card-box table td,
.blue-card-box table th {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 하단 정보 */
.blue-card-box .bottom-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	background: #f8fafd;
	padding: 6px 5px;
	border-radius: 0 0 12px 12px;
}

.blue-card-box .bottom-info .icons {
	color: #007bff;
}

.blue-card-box .bottom-info .icons i {
	margin-right: 2px;
	margin-left: 5px;
}

.blue-card-box .bottom-info .view-link {
	font-weight: bold;
	color: #4f4f4f !important;
	text-decoration: none;
}

.blue-card-box .bottom-info .view-link:hover {
	color: #003c8f;
}


.subject-header {
	padding: 4px 0;
	font-size: 16px;
	font-weight: bold;
	color: #007bff;
	background: #f0f8ff;
	border-bottom: 1px solid #d0e7ff;
	text-align: center;
}

.thumb-cell img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}
.footer-box {
	text-align: right;
	padding: 8px 10px;
	font-size: 13px;
}
.icon-box {
	margin-right: 10px;
	color: #007bff;
}
.detail-link {
	background: #007bff;
	color: #fff;
	padding: 4px 8px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 13px;
	margin-left: 10px;
}


.na-subject {
	color: #007bff;
	text-decoration: none;
}
.na-subject:hover {
	text-decoration: underline;
}

ul {
	margin-bottom: 0 !important;
}
