@charset "utf-8";

.bk_success_detail {
	position: relative;
	box-sizing: border-box;
	width: min(1600px, calc(100% - 40px));
	margin: 120px auto 100px;
	padding: 0;
	background: #fff;
	font-family: 'Pretendard Variable', 'Pretendard', sans-serif;
	letter-spacing: 0;
	color: #1a1a1a;
}
.bk_success_detail * {box-sizing: border-box;}
.success_detail_breadcrumb {
	display: flex;
	align-items: center;
	min-height: 20px;
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #6b625b;
}
.success_detail_breadcrumb > * + *::before {
	content: '>';
	display: inline-block;
	margin: 0 9px;
	color: #9a9088;
}
.success_detail_breadcrumb .home_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
}
.success_detail_breadcrumb .home_icon img {
	display: block;
	width: 14px;
	height: 14px;
	object-fit: contain;
	opacity: .72;
}
.success_detail_admin {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	gap: 8px;
}
.success_detail_admin a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
	height: 34px;
	padding: 0 15px;
	border: 1px solid #d4cec8;
	background: #fff;
	font-size: 13px;
	font-weight: 600;
	color: #51483f;
}
.success_detail_admin a:hover {border-color: #2e1700;color: #2e1700;}
.success_detail_header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 25px;
	width: 100%;
	min-height: 174px;
	padding: 30px 0;
	border: 0;
	background: #f1f1f1;
	text-align: center;
}
.success_detail_badges {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 15px;
}
.success_detail_badges span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 106px;
	height: 44px;
	padding: 0 34px;
	border-radius: 5px;
	font-size: 22px;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
}
.success_detail_badges .field {background: #172341;font-weight: 400;}
.success_detail_badges .field.tone_brown {background: #6d574e;}
.success_detail_badges .field.tone_green {background: #0f625c;}
.success_detail_badges .result {min-width: 143px;background: #ef6400;font-weight: 700;}
.success_detail_header h2 {
	min-width: 0;
	max-width: 1100px;
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
	word-break: keep-all;
}
.success_detail_layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 540px;
	align-items: start;
	gap: 60px;
	margin-top: 80px;
}
.success_detail_main {
	display: flex;
	flex-direction: column;
	gap: 60px;
	min-width: 0;
}
.success_detail_judgment {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
	width: 100%;
	overflow: hidden;
}
.success_detail_judgment_mobile {
	display: none;
}
.success_sidebar_judgment {
	padding-bottom: 0;
}
.success_sidebar_judgment .success_detail_judgment {
	gap: 15px;
}
.success_sidebar_judgment .success_detail_judgment img {
	max-height: 598px;
}
.success_detail_judgment > a {display: block;max-width: 100%;}
.success_detail_judgment img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 598px;
	margin: 0 auto;
	border: .2px solid rgba(26, 26, 26, .35);
	object-fit: contain;
}
.success_detail_section h3 {
	display: flex;
	align-items: center;
	min-height: 47px;
	margin: 0 0 30px;
	padding: 0 0 8px;
	border-bottom: 1px solid #8d8177;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.4;
	color: #2e1700;
}
.success_detail_text {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	color: #1a1a1a;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.success_detail_text b,
.success_detail_text strong {font-weight: 700;}
.success_detail_result_text {margin-top: 24px;}
.success_detail_sidebar {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 540px;
	padding: 15px 20px;
	background: #f1f1f1;
}
.success_sidebar_section > h3 {
	display: flex;
	align-items: center;
	min-height: 47px;
	margin: 0 0 20px;
	padding: 0 5px 8px 10px;
	border-bottom: .7px solid #2e1700;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.4;
	color: #2e1700;
}
.success_lawyer_list {
	display: flex;
	flex-wrap: wrap;
	gap: 44px;
}
.success_lawyer {width: 137px;text-align: center;}
.success_lawyer_photo {
	width: 137px;
	height: 137px;
	overflow: hidden;
	border-radius: 50%;
	background: #d7dae0;
}
.success_lawyer_photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.success_lawyer > strong {
	display: block;
	margin-top: 14px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	white-space: nowrap;
}
.success_lawyer > span {
	display: block;
	margin-top: 3px;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.4;
	color: #69615a;
	white-space: nowrap;
}
.success_sidebar_comment {
	margin-top: 30px;
	padding-bottom: 0;
}
.success_sidebar_comment > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 36px;
	margin-bottom: 20px;
	padding: 0 10px;
	justify-content: flex-start;
	border-radius: 0;
	background: #c0c0c0;
	font-size: 24px;
	font-weight: 500;
}
.success_sidebar_comment > div {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	word-break: keep-all;
}
.success_sidebar_related > h3 {
	width: 500px;
	height: 47px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-bottom: .7px solid #2e1700;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.4;
	color: #1a1a1a;
}
.success_sidebar_judgment,
.success_sidebar_related {margin-top: 100px;}
.success_sidebar_related ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 500px;
	margin: 0;
	padding: 0;
}
.success_sidebar_related li {border-bottom: .3px dashed #2e1700;}
.success_sidebar_related a {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 500px;
	height: 42.17px;
	padding: 0 5.11px 8.17px;
	box-sizing: border-box;
}
.success_sidebar_related a > span {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 63.46px;
	height: 27.69px;
	padding: 3.85px 8px;
	box-sizing: border-box;
	border-radius: 2.56px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
}
.success_sidebar_related .related_field {background: #172341;}
.success_sidebar_related .related_field.tone_brown {background: #6d574e;}
.success_sidebar_related .related_field.tone_green {background: #0f625c;}
.success_sidebar_related .related_result {
	width: auto;
	min-width: 87.46px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	background: #ef6400;
	font-weight: 700;
	white-space: nowrap;
}
.success_sidebar_related a > strong {
	min-width: 0;
	flex: 1 1 auto;
	overflow: hidden;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	color: #2e1700;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.success_sidebar_related a:hover > strong {text-decoration: underline;}
.success_detail_actions {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 64px;
}
.success_detail_actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	border-radius: 50px;
	background: #2e1700;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}
.success_detail_back {min-width: 92px;padding: 0 22px;}
.success_detail_actions a:hover {background: #4a2a0d;}

@media (max-width: 1640px) {
	.success_detail_layout {
		grid-template-columns: minmax(0, 1fr) minmax(400px, 33.75%);
		gap: 40px;
	}
	.success_detail_sidebar {width: 100%;}
	.success_lawyer_list {gap: 28px;}
	.success_lawyer {width: calc((100% - 56px) / 3);}
	.success_lawyer_photo {width: 100%;height: auto;aspect-ratio: 1;}
	.success_lawyer > strong {font-size: 20px;}
}

@media (max-width: 1100px) {
	.bk_success_detail {margin-top: 70px;}
	.success_detail_layout {grid-template-columns: 1fr;}
	.success_detail_sidebar {width: 100%;}
	.success_detail_text {font-size: 19px;}
}

@media (max-width: 768px) {
	.bk_success_detail {
		width: 100%;
		margin: 0;
		padding: 40px 0 0;
		background: #fff;
	}
	.success_detail_breadcrumb {display: none !important;}
	.success_detail_admin {position: static;justify-content: flex-end;margin: -12px 0 18px;}
	.success_detail_header {
		flex-direction: column;
		align-items: center;
		gap: 15px;
		min-height: 158px;
		padding: 30px 17px;
		border: 0;
		background: #f1f1f1;
		text-align: center;
	}
	.success_detail_badges {gap: 8px;}
	.success_detail_badges span {
		min-width: 70px;
		height: 26px;
		padding: 0 22px;
		border-radius: 3px;
		font-size: 14px;
	}
	.success_detail_badges .result {
		min-width: 93px;
		font-size: 15px;
	}
	.success_detail_header h2 {
		max-width: 356px;
		font-size: 21px;
		font-weight: 400;
		line-height: 1.4;
		color: #000;
	}
	.success_detail_layout {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-top: 0;
	}
	.success_detail_main {
		display: flex;
		flex-direction: column;
		gap: 0;
		width: 100%;
		padding: 0 20px;
	}
	.success_detail_judgment_mobile {
		display: flex;
		order: -1;
		padding-top: 40px;
	}
	.success_detail_judgment {
		gap: 15px;
	}
	.success_detail_judgment img {
		max-height: 330px;
	}
	.success_detail_section {
		padding: 50px 0 0;
	}
	.success_detail_section h3 {
		min-height: 0;
		margin-bottom: 15px;
		padding-bottom: 8px;
		font-size: 19px;
		font-weight: 700;
		line-height: 1.4;
		color: #2e1700;
	}
	.success_detail_text {
		font-size: 15px;
		line-height: 1.55;
		letter-spacing: 0;
	}
	.success_detail_sidebar {
		gap: 0;
		width: 100%;
		margin-top: 50px;
		padding: 20px 20px 40px;
		background: #f1f1f1;
	}
	.success_sidebar_section > h3 {
		min-height: 0;
		margin-bottom: 15px;
		padding: 0 0 4px 4px;
		font-size: 19px;
		font-weight: 700;
	}
	.success_lawyer_list {
		justify-content: flex-start;
		gap: 20px;
	}
	.success_lawyer {
		width: 96px;
	}
	.success_lawyer_photo {
		width: 96px;
		height: 96px;
	}
	.success_lawyer > strong {
		margin-top: 8px;
		font-size: 17px;
	}
	.success_lawyer > span {
		margin-top: 2px;
		font-size: 10px;
	}
	.success_sidebar_comment {
		margin-top: 20px;
		padding-bottom: 0;
	}
	.success_sidebar_comment > span {
		width: 100%;
		height: 27px;
		margin-bottom: 15px;
		justify-content: flex-start;
		border-radius: 0;
		background: #c7c7c7;
		font-size: 19px;
		font-weight: 700;
	}
	.success_sidebar_comment > div {
		font-size: 15px;
		line-height: 1.55;
	}
	.success_sidebar_judgment {
		display: none;
	}
	.success_sidebar_related {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
		width: 100%;
		margin-top: 50px;
	}
	.success_sidebar_related > h3 {
		width: 100%;
		height: 29px;
		margin: 0;
		padding: 0 0 4px 4px;
		border-bottom: 0.7px solid #2e1700;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.4;
	}
	.success_sidebar_related ul {
		width: 100%;
		gap: 10px;
	}
	.success_sidebar_related li {border-bottom: 0.3px dashed #2e1700;}
	.success_sidebar_related a {
		display: flex;
		align-items: center;
		gap: 7.23px;
		width: 100%;
		height: 29.17px;
		min-height: 0;
		padding: 0 5.1px 8.17px;
	}
	.success_sidebar_related a > span {
		flex: 0 0 auto;
		min-width: 0;
		height: 15px;
		border-radius: 1.84px;
		line-height: 1.5;
	}
	.success_sidebar_related .related_field {
		width: 40.27px;
		padding: 2.15px 0;
		font-size: 7.18px;
		font-weight: 600;
	}
	.success_sidebar_related .related_result {
		width: auto;
		min-width: 58.15px;
		padding: 1.99px 10px;
		box-sizing: border-box;
		border-radius: 1.7px;
		font-size: 9.27px;
		font-weight: 700;
		line-height: 1.4;
	}
	.success_sidebar_related a > strong {
		flex: 1 1 auto;
		min-width: 0;
		overflow: hidden;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.3;
		color: #2e1700;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.success_detail_badges span {font-size: 14px;}
	.success_detail_badges .result {font-size: 15px;}
	.success_lawyer > span {font-size: 11px;}
	.success_detail_actions {
		display: none;
	}
}
