@charset "utf-8";

/* 먹튀사이트 검색/요약/정렬 */
#bo_search {
	display:flex;
	align-items:center;
	gap:12px;
	padding:10px;
	border:1px solid #e3e9f1;
	border-radius:10px;
	background:#fff;
}
#bo_search .bo-list-summary {
	display:flex;
	flex:0 0 auto;
}
#bo_search .bo-summary-item {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	min-width:92px;
	height:50px;
	padding:0 12px;
	border-right:1px solid #e8edf3;
}
#bo_search .bo-summary-item strong { font-size:18px; line-height:1.2; color:#172033; }
#bo_search .bo-summary-item span { margin-top:3px; font-size:11px; color:#8a94a3; }
#bo_search .bo-summary-damage strong { color:#e23d4f; }
#bo_search .bo-company-search {
	display:flex;
	align-items:center;
	flex:1 1 auto;
	min-width:150px;
}
#bo_search .bo-company-search > label {
	flex:0 0 auto;
	margin:0;
	font-size:14px;
	font-weight:700;
	line-height:34px;
	color:#111827;
}
#bo_search .bo-company-search-field {
	position:relative;
	flex:1 1 auto;
	min-width:0;
}
#bo_search .bo-company-search-field input {
	display:block;
	width:100%;
	height:34px;
	padding:6px 43px 6px 14px;
	border:1px solid #dce4ee;
	border-radius:999px;
	outline:0;
	background:#fbfcfe;
	font-size:14px;
	color:#1f2937;
}
#bo_search .bo-list-sort {
	display:flex;
	flex:0 0 auto;
	align-items:center;
	height:42px;
	padding:3px;
	border:1px solid #e8edf3;
	border-radius:999px;
	background:#fbfcfe;
}
#bo_search .bo-list-sort a {
	display:flex;
	align-items:center;
	height:34px;
	padding:0 12px;
	border-radius:999px;
	font-size:12px;
	font-weight:600;
	white-space:nowrap;
	color:#64748b;
}
#bo_search .bo-list-sort a:hover,
#bo_search .bo-list-sort a.active { background:#fff; color:#087bf0; box-shadow:0 1px 5px rgba(15,23,42,.08); }
#bo_search .bo-company-search-field input::placeholder {
	color:#8a94a3;
}
#bo_search .bo-company-search-field input:focus {
	border-color:#66afff;
	box-shadow:0 0 0 3px rgba(0,123,255,.11);
}
#bo_search .bo-company-search-field button {
	position:absolute;
	top:4px;
	right:4px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:26px;
	height:26px;
	padding:0;
	border:0;
	border-radius:50%;
	background:#087bf0;
	font-size:13px;
	color:#fff;
	box-shadow:0 2px 5px rgba(0,123,255,.28);
	cursor:pointer;
}

@media all and (max-width:575px) {
	#bo_search { flex-wrap:wrap; gap:8px; padding:8px; }
	#bo_search .bo-list-summary { width:100%; }
	#bo_search .bo-summary-item { flex:1 1 50%; height:45px; }
	#bo_search .bo-company-search {
		order:2;
		flex:1 1 calc(100% - 150px);
	}
	#bo_search .bo-company-search > label {
		font-size:13px;
	}
	#bo_search .bo-company-search-field {
		flex:1 1 auto;
	}
	#bo_search .bo-list-sort { order:3; width:100%; justify-content:center; }
	#bo_search .bo-list-sort a { flex:1 1 0; justify-content:center; }
}

/* 모바일 목록 */
@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_gallery .list-item {
	display:flex;
}
#bo_gallery .list-item-div {
	display:flex;
	flex-direction:column;
	width:100%;
	overflow:hidden;
	border:1px solid #e3e9f1;
	border-radius:10px;
	background:#fff;
	transition:border-color .15s ease;
}
#bo_gallery .list-item:hover .list-item-div {
	border-color:#007bff;
}
#bo_gallery .list-item-title {
	min-height:43px;
	padding:10px 12px;
	border-bottom:1px solid #e3e9f1;
	background:#fff;
	font-size:15px;
	font-weight:700;
	line-height:1.45;
	text-align:center;
}
#bo_gallery .list-item-title a {
	display:block;
	overflow:hidden;
	color:#0f172a;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#bo_gallery .list-item-wrap {
	display:flex;
	flex:1 1 auto;
	flex-direction:column;
	padding:10px;
}
#bo_gallery .list-item-wrap > .img-wrap {
	position:relative;
	height:0 !important;
	margin:0 0 10px !important;
	overflow:hidden;
	background:#fbfcfe !important;
	border-radius:6px;
}
#bo_gallery .list-item-wrap > .img-wrap .img-item {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
#bo_gallery .list-item-wrap > .img-wrap .img-item a {
	display:block;
	height:100%;
}
#bo_gallery .list-item-wrap > .img-wrap img {
	display:block;
	width:100% !important;
	height:100% !important;
	object-fit:contain !important;
}
#bo_gallery .list-safety-info {
	flex:1 1 auto;
}
#bo_gallery .safety-info-row { display:flex; align-items:center; justify-content:space-between; gap:10px; min-width:0; padding:8px 2px; font-size:14px; }
#bo_gallery .safety-site-row { border-bottom:1px solid #edf1f5; }
#bo_gallery .safety-site-name { overflow:hidden; min-width:0; color:#172033; text-overflow:ellipsis; white-space:nowrap; }
#bo_gallery .safety-domain { overflow:hidden; flex:0 1 auto; color:#8a94a3; text-overflow:ellipsis; white-space:nowrap; }
#bo_gallery .safety-damage-label { color:#64748b; }
#bo_gallery .safety-damage-label strong { margin-left:3px; color:#e23d4f; }
#bo_gallery .safety-date { color:#8a94a3; }
#bo_gallery .list-safety-item-btn-wrap {
	display:flex;
	gap:6px;
	margin-top:12px;
}
#bo_gallery .list-safety-item-btn-wrap .btn_safety_view,
#bo_gallery .list-safety-item-btn-wrap .btn_safety_site {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:4px;
	flex:1 1 0;
	min-width:0;
	padding:8px 0;
	border:1px solid #e3e9f1;
	border-radius:6px;
	background:#fff;
	font-size:14px;
	font-weight:600;
	line-height:1.5;
	letter-spacing:-.03em;
	color:#334155;
	text-decoration:none;
}
#bo_gallery .list-safety-item-btn-wrap .btn_safety_view:hover {
	border-color:#007bff;
	background:#007bff;
	color:#fff;
}
#bo_gallery .list-safety-item-btn-wrap .btn_safety_site {
	border-color:#dc3545;
	color:#dc3545;
}
#bo_gallery .list-safety-item-btn-wrap .btn_safety_site:hover {
	background:#dc3545;
	color:#fff;
}
#bo_gallery .list-safety-item-btn-wrap .is-disabled {
	opacity:.45;
	cursor:not-allowed;
}

@media all and (max-width:767px) {
	#bo_gallery .list-item-title {
		min-height:39px;
		padding:8px 7px;
		font-size:13px;
	}
	#bo_gallery .list-item-wrap {
		padding:7px;
	}
	#bo_gallery .safety-info-row { gap:5px; padding:6px 0; font-size:12px; }
	#bo_gallery .list-safety-item-btn-wrap {
		flex-direction:column;
		gap:5px;
		margin-top:8px;
	}
	#bo_gallery .list-safety-item-btn-wrap .btn_safety_view,
	#bo_gallery .list-safety-item-btn-wrap .btn_safety_site {
		width:100%;
		padding:7px 0;
		font-size:13px;
	}
}

/* 게시판 읽기 */
#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;
	}
}

#board_info { border-top:1px solid #dbe4ee; padding-top:10px; }

/* 보증업체 상세 카드 */
#bojng_view_wrap {
	margin:2.2rem 0 2.5rem;
}
.bj-company-card {
	display:grid;
	grid-template-columns:330px minmax(0, 1fr);
	gap:30px;
	width:100%;
	max-width:none;
	margin-left:0;
	margin-right:0;
	box-sizing:border-box;
}
.bj-company-media {
	width:330px;
	height:270px;
	overflow:hidden;
	border-radius:7px;
	background:#f4f7fb;
	box-shadow:0 3px 9px rgba(15,23,42,.14);
}
.bj-company-media > a,
.bj-company-media > a.view_image {
	display:block;
	width:100%;
	height:100%;
}
.bj-company-media img {
	display:block;
	width:100%;
	height:100% !important;
	margin:0 !important;
	object-fit:cover;
}
.bj-no-image {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:8px;
	height:100%;
	color:#94a3b8;
}
.bj-no-image i { font-size:38px; }
.bj-company-info {
	min-width:0;
	overflow:visible !important;
}
.bj-info-table {
	width:100%;
	height:270px;
	margin:0;
	border:1px solid #dce4ee;
	border-collapse:separate;
	border-spacing:0;
	border-radius:10px;
	overflow:visible !important;
	font-size:16px;
	color:#1e293b;
}
.bj-info-table th,
.bj-info-table td {
	padding:10px 16px;
	border:0;
	border-bottom:1px solid #dce4ee;
	vertical-align:middle;
}
.bj-info-table tr:last-child th,
.bj-info-table tr:last-child td { border-bottom:0; }
.bj-info-table tr:first-child th { border-top-left-radius:9px; }
.bj-info-table tr:first-child td { border-top-right-radius:9px; }
.bj-info-table tr:last-child th { border-bottom-left-radius:9px; }
.bj-info-table tr:last-child td { border-bottom-right-radius:9px; }
.bj-info-table th {
	width:140px;
	border-right:1px solid #dce4ee;
	background:#f8fafc;
	font-weight:700;
	text-align:left;
	white-space:nowrap;
	color:#334155;
}
.bj-info-table td {
	background:#fff;
	word-break:break-all;
	overflow:visible;
}
.bj-url a {
	display:flex;
	align-items:center;
	gap:7px;
	color:#111827;
	text-decoration:none;
}
.bj-url a span { min-width:0; word-break:break-all; }
.bj-url a i { flex:0 0 auto; color:#ff3344; }
.bj-code { color:#ff3344; }
.bj-copy {
	margin-left:7px;
	padding:0;
	border:0;
	background:none;
	font-size:12px;
	color:#64748b;
}
.bj-copy span { margin-left:3px; }
.bj-help {
	position:relative;
	z-index:30;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:18px;
	height:18px;
	border-radius:50%;
	background:#222;
	font-size:12px;
	font-weight:700;
	line-height:18px;
	color:#fff;
	cursor:help;
}
.bj-help-tooltip {
	position:absolute;
	right:-18px;
	bottom:27px;
	z-index:9999;
	display:block;
	visibility:hidden;
	opacity:0;
	pointer-events:none;
	width:220px;
	padding:8px 10px;
	border-radius:3px;
	background:#1d1d1d;
	font-size:12px;
	font-weight:400;
	line-height:1.55;
	text-align:left;
	color:#fff;
	white-space:normal;
	box-shadow:0 3px 8px rgba(0,0,0,.2);
	transition:opacity .15s ease,visibility .15s ease;
}
.bj-help-tooltip strong {
	display:inline;
	margin-right:3px;
	color:#ff3344;
}
.bj-help:hover .bj-help-tooltip {
	visibility:visible;
	opacity:1;
}
.bj-tags {
	display:table-cell;
	align-items:center;
	flex-wrap:wrap;
}
.bj-tags span {
	display:inline-block;
	margin:3px 10px 3px 0 !important;
	padding:4px 10px;
	border:1px solid #dce4ee;
	border-radius:6px;
	background:#fbfcfe;
	font-size:13px;
	color:#475569;
}
.bj-tags span:last-child { margin-right:0 !important; }

/* 도메인 등록정보 */
.bj-domain-title {
	margin-top:0 !important;
}
.bj-domain-card {
	margin:0 0 2rem;
	border:1px solid #dce4ee;
	border-radius:10px;
	overflow:hidden;
	background:#fff;
}
.bj-domain-table {
	width:100%;
	margin:0;
	border:0;
	border-collapse:collapse;
	table-layout:fixed;
	font-size:14px;
	color:#334155;
}
.bj-domain-table th,
.bj-domain-table td {
	padding:13px 16px;
	border:0;
	border-right:1px solid #dce4ee;
	border-bottom:1px solid #dce4ee;
	vertical-align:middle;
}
.bj-domain-table tr:last-child th,
.bj-domain-table tr:last-child td { border-bottom:0; }
.bj-domain-table th {
	width:120px;
	background:#f8fafc;
	font-weight:700;
	white-space:nowrap;
	color:#334155;
}
.bj-domain-table td:last-child { border-right:0; }
.bj-domain-table td {
	background:#fff;
	word-break:break-all;
}
.bj-domain-ns { line-height:1.65; }
.bj-domain-empty {
	padding:24px 15px;
	text-align:center;
	font-size:14px;
	color:#64748b;
}
@media all and (max-width:767px) {
	#bo_v_con { padding-left:15px !important; padding-right:15px !important; }
	#bojng_view_wrap { margin:1.25rem 0 1.75rem; }
	.bj-company-card {
		grid-template-columns:minmax(0, 1fr);
		gap:16px;
	}
	.bj-company-media {
		width:100%;
		height:auto;
		aspect-ratio:330 / 270;
	}
	.bj-info-table {
		height:auto;
		font-size:14px;
	}
	.bj-info-table th,
	.bj-info-table td { padding:10px 12px; }
	.bj-info-table th { width:108px; }
	.bj-tags span { padding:3px 7px; font-size:12px; }
	.bj-help-tooltip { right:-12px; width:190px; }
	.bj-domain-card { margin-bottom:1.5rem; }
	.bj-domain-table,
	.bj-domain-table tbody,
	.bj-domain-table tr,
	.bj-domain-table th,
	.bj-domain-table td { display:block; width:100%; }
	.bj-domain-table tr { display:grid; grid-template-columns:105px minmax(0, 1fr); }
	.bj-domain-table th,
	.bj-domain-table td { padding:10px 12px; border-bottom:1px solid #dce4ee; }
	.bj-domain-table th { grid-column:1; border-right:1px solid #dce4ee; }
	.bj-domain-table td { grid-column:2; border-right:0; }
	.bj-domain-table tr:last-child th:first-child,
	.bj-domain-table tr:last-child td:nth-child(2) { border-bottom:1px solid #dce4ee; }
	.bo_safety_view_con_line { margin:1.6rem 0 1rem !important; }
}

@media all and (max-width:380px) {
	.bj-info-table th { width:94px; }
	.bj-info-table th,
	.bj-info-table td { padding:9px 8px; }
}

.bo_safety_view_con_line {
	display: flex;
	align-items: center;
	gap: .7rem;
	margin: 1.9rem 0 1.15rem !important;
}
.bo_safety_view_con_line .text {
	flex: 0 0 auto;
	border: 0 !important;
	border-left: 4px solid #007bff !important;
	border-radius: 0 !important;
	padding: .05rem 0 .05rem .75rem !important;
	color: #0f172a !important;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1.4;
}
.bo_safety_view_con_line .bar {
	flex: 1 1 auto;
	width: auto !important;
	height: 1px !important;
	margin-top: 0 !important;
	background: #e3e9f1 !important;
}
