@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:#232626 !important;
	border-top:1px solid #68f3af !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;
	background:#292d2e;
}
#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:#292d2e;
	border-radius:12px;
}
.input-group .form-control {
    background: #292d2e;
	color:#cbcbcb;
    border: 1px solid #484e4e;
    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: #cbcbcb !important;
}
h1#bo_subject_title {
	font-size:16px;
	font-weight:600;
}
#bo_list_select {
	border: 1px solid;
	color:#cbcbcb;
	background-color:#292d2e;
	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;
}
.page-link {
    background-color: #292d2e;
    color: #cbcbcb;
    border: 1px solid;
    margin: 0 2px;
}

.page-link:hover {
    background-color: #68f3af;
    color: #fff;
}

.page-item.active .page-link {
    background-color: #68f3af !important;
    color: #fff !important;
	border: 1px solid;
}

.page-item.disabled .page-link {
    background-color: #292d2e;
    color: #777;
    pointer-events: none;
}
.border-bottom {
    border-bottom: 0px solid #dee2e6 !important;
}
.btn.btn-basic {
    background-color: #232626;
}
#fboardlist.board_box {
    padding:10px;
    background-color:#292d2e;
	border-radius:12px;
}
#bo_list > ul.na-table {
    background: #232626;
	border-radius:12px;
}
.notice {
	color:#68f3af;
	background:#232626;
	border:1px solid #cbcbcb;
	padding: 1px 5px;
}
.box-item {
	width: 100%;
	padding: 0.75rem;
	background-color: #343a40;
}
.box-thumb {
	max-width: 40px;
	height: auto;
	margin-right: 1rem;
	object-fit: cover;
}
.box-text {
	flex-grow: 1;
}
.box-title {
	font-size: 1.2rem;
	margin-bottom: 0.25rem;
}
.box-desc {
	font-size: 1.2rem;
	margin-bottom: 0;
	color:#68f3af;
}
.box_head_title {
	font-size: 1.2rem;
	display: inline-block;
	position: relative;
	margin-bottom:15px;
}

.box_head_title::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 1px;
	background: #68f3af;
	box-shadow: 0 4px 0 #68f3af;
}
.main_head_title {
	display: inline-block;
	position: relative;
}
.main_head_title::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 1px;
	background: #68f3af;
	box-shadow: 0 4px 0 #68f3af;
}

.w-100 #bo_v_img {
	margin-bottom: 0rem;
	max-height:300px;
	}

#bo_v_img img { 
	margin-bottom: 0rem;
}
.list-bg {
	background:#232626;
	border-radius:12px;
	padding:10px;
}
.list-bg:hover {
	transform: scale(1.03);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.list-info table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #444;
	border-radius: 6px;
	overflow: hidden;
}

.list-info th,
.list-info td {
	border: 1px solid #444;
	padding: 8px 10px;
	font-size: 1rem;
	color: #cbcbcb;
	text-align:center;
}
.list-info th {
	background: #2f2f2f;
	color: #cbcbcb;
	width: 90px;
	text-align: center;
}

.list-info td {
	background: #1f1f1f;
}
.list-info-btns {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 10px;
}

.list-info-btns a {
	flex: 1;
	display: inline-block;
	text-align: center;
	padding: 10px 0;
	border-radius: 6px;
	font-size: 1rem;
	transition: background 0.2s ease;
	border:1px solid #cbcbcb;
	color: #cbcbcb;
	text-decoration: none;
}
.btn-review {
	background: #464a4b;
}

.btn-review:hover {
	background: #777777;
	color: #fff !important;
}

.btn-go {
	background: #1f1f1f;
}

.btn-go:hover {
	background: #68f3af;
	color: #000 !important;
}
td.site_list_color {
	color:#68f3af;
}
.tag-box {
	display: inline-block;
	background: #444;
	color: #fff;
	padding: 4px 10px;
	margin: 3px 5px 0 0;
	border-radius: 5px;
	font-size: 0.85rem;
}

/* 차트 */
.review-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.review-box {
	background: #343a40;
	border-radius: 10px;
	flex: 1 1 300px;
	padding: 10px;
}
.review-box-title {
	color: #cbcbcb;
	font-size: 20px;;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	text-align: center;
	margin: -5px -20px 10px -20px;
}
.review-info-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	overflow: hidden;
}

.review-info-table tr:first-child th:first-child {
	border-top-left-radius: 6px;
}
.review-info-table tr:first-child th:last-child {
	border-top-right-radius: 6px;
}

.review-info-table tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
}
.review-info-table tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
}
.review-info-table th {
	background: #1f1f1f;	
	color: #fff;
	font-size:15px;
	padding: 10px;
	text-align: left;
	width: 30%;
}
.review-info-table td {
	background: #2f2f2f;
	padding: 10px;
	font-weight: bold;
	font-size:15px;
}
#review_site_img {
	text-align: center;
}
#review_site_img img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 10px;
	max-width:390px;
	max-height:275px;
}
.score-average-label {
	text-align: center;
	margin-top: -40px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.score-average-label span {
	color: #68f3af;
}
.score-comment-box {
	background-color: #343a40;
	color: #e0e0e0;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
	font-size: 14.5px;
	line-height: 1.7;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.score-comment-title {
	display: block;
	width: fit-content;
	margin: 0 auto 20px;
	position: relative;
	font-size: 20px;
	color: #cbcbcb;
}
.score-comment-title::after,
.score-comment-title::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.score-comment-title::after {
	bottom: -6px;
	width: 60px;
	height: 2px;
	background: #68f3af;
}

.score-comment-title::before {
	bottom: -10px;
	width: 40px;
	height: 1px;
	background: #68f3af;
}
