#bk_ask {
	width: calc(100% - 40px);
	max-width: none;
	margin: 120px auto 140px;
	color: #1a1a1a;
	font-family: "Pretendard", sans-serif;
	letter-spacing: 0;
}

.ask_breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	height: 22px;
	margin-bottom: 40px;
	color: #2e1700;
	font-size: 16px;
	line-height: 1.4;
}

.ask_breadcrumb a {
	display: inline-flex;
	align-items: center;
	color: inherit;
}

.ask_breadcrumb a + a::before {
	content: ">";
	margin-right: 9px;
}

.ask_breadcrumb .home_icon,
.ask_breadcrumb .home_icon img {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.ask_process {
	display: flex;
	width: 100%;
	height: 257px;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 40px 0;
	background: #f1f1f1;
}

.ask_step {
	display: flex;
	width: 200px;
	height: 177px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px 12px;
	border: 1px solid #aaa9a9;
	border-radius: 4px;
	background: #fff;
	text-align: center;
}

.ask_step_icon {
	display: block;
	width: auto;
	height: 26px;
	margin-bottom: 8px;
	object-fit: contain;
}

.ask_step > span {
	color: #5e5e5e;
	font-size: 12px;
	line-height: 1.4;
}

.ask_step > strong {
	margin-top: 1px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.ask_step > b {
	display: block;
	width: 18px;
	height: 1px;
	margin: 11px 0;
	background: #5e5e5e;
}

.ask_step > p {
	margin: 0;
	color: #5e5e5e;
	font-size: 13px;
	line-height: 1.45;
	word-break: keep-all;
}

.ask_step_arrow {
	color: #aaa9a9;
	font-size: 25px;
	font-weight: 300;
}

.ask_case_list {
	display: flex;
	flex-direction: column;
	margin-top: 80px;
}

.ask_case {
	position: relative;
	display: grid;
	grid-template-columns: 50% 1fr;
	gap: 30px;
	width: 100%;
	max-width: 1200px;
	height: 186px;
	margin-right: auto;
	margin-left: auto;
	border-left: 10px solid;
	border-right: 5px solid;
}

.ask_case + .ask_case {
	margin-top: 100px;
}

.ask_case + .ask_case::before {
	content: '';
	position: absolute;
	top: -50px;
	left: -10px;
	width: calc(100% + 15px);
	height: 1px;
	background: #aaa9a9;
}

.ask_case.tone_criminal {
	border-left-color: #172341;
	border-right-color: #172341;
}

.ask_case.tone_divorce {
	border-left-color: #604B42;
	border-right-color: #604B42;
}

.ask_case.tone_civil {
	border-left-color: #105050;
	border-right-color: #105050;
}

.ask_case_image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ask_case_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ask_case_content {
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
}

.ask_case_content h2 {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
}

.ask_case_content p {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
	word-break: keep-all;
}

.ask_case_content a {
	display: inline-flex;
	width: 200px;
	height: 47px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 4px;
	color: #fff;
	font-size: 19px;
	line-height: 1.4;
}

.tone_criminal .ask_case_content a {
	background: #172341;
}

.tone_divorce .ask_case_content a {
	background: #604b42;
}

.tone_civil .ask_case_content a {
	background: #105050;
}

@media (max-width: 1240px) {
	#bk_ask {
		width: calc(100% - 40px);
	}

	.ask_process,
	.ask_case {
		width: 100%;
	}

	.ask_process {
		padding: 40px 20px;
	}

	.ask_step {
		flex: 1 1 0;
	}

	.ask_case {
		grid-template-columns: 50% 1fr;
	}

	.ask_case_image {
		width: 100%;
	}
}

@media (max-width: 768px) {
	#bk_ask {
		width: 100%;
		margin: 0;
		padding: 35px 0;
		background: #fff;
		box-sizing: border-box;
	}

	.sub_section.sub_contact_area > .inner {padding-bottom: 0 !important;}
	.ask_breadcrumb {display: none !important;}

	.ask_process {
		width: 100%;
		height: 80.03px;
		flex-wrap: nowrap;
		justify-content: center;
		gap: 6.84px;
		padding: 9.75px 0;
		background: #f1f1f1;
		box-sizing: border-box;
	}

	.ask_step {
		flex: 0 0 68.39px;
		width: 68.39px;
		height: 60.53px;
		gap: 4.1px;
		padding: 5.13px 0;
		border: 0.17px solid #1a1a1a;
		border-radius: 1.37px;
	}

	.ask_step_arrow {
		display: inline-flex;
		flex: 0 0 5.13px;
		align-items: center;
		justify-content: center;
		width: 5.13px;
		height: 4.97px;
		color: #aaa9a9;
		font-size: 6px;
		line-height: 1;
	}
	.ask_step_icon {
		width: auto;
		height: 13.2px;
		margin-bottom: 0;
	}
	.ask_step > span {
		font-size: 6.09px;
		font-weight: 400;
		line-height: 1.4;
	}
	.ask_step > strong {
		margin-top: 0;
		font-size: 10.15px;
		line-height: 1.4;
	}
	.ask_step > b {
		display: none;
	}
	.ask_step > p {
		display: none;
	}
	.ask_case_list {
		gap: 30px;
		margin-top: 30px;
		padding: 0 20px;
	}

	.ask_case {
		display: flex;
		width: 100%;
		height: auto;
		flex-direction: column;
		gap: 0;
		padding: 0 0 10px;
		border: .7px solid #aaa9a9;
	}

	.ask_case + .ask_case {
		height: auto;
		margin-top: 0;
		padding-top: 0;
	}
	.ask_case + .ask_case::before {display: none;}

	.ask_case_image {
		width: 100%;
		height: auto;
		aspect-ratio: 350 / 78;
	}

	.ask_case_content {
		width: 100%;
		height: auto;
		align-items: center;
		gap: 5px;
		padding: 10px 15px 0;
		text-align: center;
		box-sizing: border-box;
	}

	.ask_case_content h2 {
		font-size: 18px;
	}

	.ask_case_content p {
		font-size: 10px;
		line-height: 1.5;
	}
	.ask_case_content a {
		width: auto;
		height: 27px;
		margin-top: 1px;
		padding: 0 15px;
		border-radius: 1.1px;
		font-size: 10px;
	}
}
