@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;
	}
}

/* 게시판 읽기 */
#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: #f5f5f5; !important;
    border-top: 1px solid #00a69c !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:10px;
	padding-right:10px;
	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;
	}
}

/* CUSTOM CSS */
.col-form-label {
	text-align:center;
}
#bo_search {
	background:#fff;
	border-radius:12px;
}
.input-group .form-control {
    background: #f5f5f5;
	color:#000;
    border: 1px solid #cbcbcb;
    border-radius: 12px;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.list-group-item:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.list-group-item:last-child {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.text-muted {
    color: #000 !important;
}
h1#bo_subject_title {
	font-size:16px;
	font-weight:600;
}
#bo_list_select {
	border: 1px solid #cbcbcb;
	color:#000;
	background-color:#f5f5f5;
	padding: 9px calc(0.75em + 16px) 8px 0.75em;
	border-radius: 0.5rem;

	font-size: 0.9rem;
	line-height: 1.2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

#fboardlist.board_box {
    padding:10px;
    background-color:#fff;
	border-radius:12px;
}
.notice {
    color: #00a69c;
    background: #fff;
    border: 1px solid #cbcbcb;
    padding: 1px 5px;
}
#bo_cate a {
	background-color: #292d2e;
    color: #cbcbcb !important;
	font-size:16px;
	padding:5px 10px;
}
#bo_cate a.active {
	background-color: #68f3af !important;
    color: #000 !important;
}
.na-category-btn {
	background-color: #292d2e;
	color: #cbcbcb !important;
	font-size: 14px;
	border: 1px solid;
	padding: 0px 5px;
	border-radius: 4px;
	display: inline-block;
	margin-right: 5px;
}

/* reply */
.reply-box-wrap {
    padding-top: 15px;
}

.reply-title-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.reply-title-line h2 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.reply-line {
    flex: 1;
    border: none;
    height: 1px;
    background-color: #ccc;
}

.reply-box-title {
    font-size: 16px;
    font-weight: bold;
    color: #00a69c;
    margin-bottom: 15px;
}
.reply-card {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background-color: #fafafa;
}
.reply-card h2 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: bold;
}
.reply-meta-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
}
.meta-left {
    text-align: left;
	font-size:14px;
	color:#000;
}
.meta-right {
    text-align: right;
	font-size:14px;
}
.reply-card .reply-content {
    font-size: 14px;
    line-height: 1.6;
}
/* reply table */
.reply-info-flex {
	display: flex;
	align-items: stretch;
	gap: 20px;
	width: 100%;
}
.reply-thumb {
	width: 300px;
	max-width:193px;
}
.reply-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid #eee;
	display: block;
}
.reply-table-wrap {
	flex: 1;
}
.reply-info-table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	text-align: left;
	max-width: 600px;
	margin:0 auto;
}
.reply-info-table td {
	border: 1px solid #eee;
	padding: 10px;
	vertical-align: top;
}
.reply-info-table td.label {
	width: 30%;
	background: #f9f9f9;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
}
.reply-info-table td.value {
	width: 70%;
}

/* view table */
.view-info-table {
	max-width: 600px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0;
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 12px; 
	overflow: hidden;
}
.view-info-table td {
	border: 1px solid #eee;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}
.view-info-table td.label {
	width: 25%;
	background: #f9f9f9;
	font-weight: bold;
	text-align: center;
}
.view-info-table td.value {
	width: 75%;
	text-align: center;
}
.view-content {
	max-width: 600px;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0;
	background-color: #fff;
	border-radius: 12px; 
	overflow: hidden;
	padding:10px;
}
.view-content h2 {
	font-size:18px;
	margin-bottom:5px;
}
.verify-complete {
    background:#00a69c;
	color:#fff;	
	border:1px solid #00a69c;
	border-radius:4px;
	padding:3px 5px;
}
.verify-waiting {
    background:#db3232;
	color:#fff;
	border:1px solid #db3232;
	border-radius:4px;
	padding:3px 5px;
}