@charset "utf-8";

#bk_business_area {
	--business-color: #172341;
	width: calc(100% - 40px);
	max-width: none;
	margin: 116px auto 140px;
	font-family: 'Pretendard Variable', 'Pretendard', sans-serif;
	letter-spacing: 0;
	color: #1a1a1a;
}
#bk_business_area.tone_brown {--business-color: #6d574e;}
#bk_business_area.tone_green {--business-color: #0f625c;}
#bk_business_area * {box-sizing: border-box; } 
.business_breadcrumb {
	display: flex;
	align-items: center;
	min-height: 20px;
	margin-bottom: 43px;
	font-size: 14px;
	font-weight: 500;
	color: #6b625b;
}
.business_breadcrumb > * + *::before {
	content: '>';
	display: inline-block;
	margin: 0 9px;
	color: #9a9088;
}
.business_breadcrumb .home_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
}
.business_breadcrumb .home_icon img {
	display: block;
	width: 14px;
	height: 14px;
	object-fit: contain;
	opacity: .72;
}
.business_field_tabs {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-bottom: 40px;
}
.business_field_tabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 40px;
	border: 1px solid #a7a7a7;
	border-radius: 4px;
	background: #fff;
	font-size: 20px;
	font-weight: 400;
	color: #1a1a1a;
}
.business_field_tabs a.active {
	border-color: var(--business-color);
	background: var(--business-color);
	color: #fff;
}
.business_intro {
	min-height: 105px;
	margin-bottom: 40px;
	padding-left: 20px;
	border-left: 7px solid var(--business-color);
}
.business_intro h2 {
	margin: 0 0 42px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--business-color);
}
.business_intro p {
	width: 100%;
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	color: #1a1a1a;
	word-break: keep-all;
}
.business_intro_mobile_desc {display: none;}
.business_admin_tools {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin: -34px 0 16px;
}
.business_admin_tools a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 86px;
	height: 36px;
	padding: 0 16px;
	font-size: 13px;
	font-weight: 600;
}
.business_admin_setting {border: 1px solid #c8c8c8;background: #fff;color: #4f4f4f;}
.business_admin_write {border: 1px solid var(--business-color);background: var(--business-color);color: #fff;}
.business_selector {
	padding: 40px 0;
	background: #f1f1f1;
}
.business_selector_grid {
	display: grid;
	grid-template-columns: repeat(6, 220px);
	justify-content: center;
	gap: 30px 16px;
}
.business_selector_item {
	position: relative;
	min-width: 0;
	width: 220px;
}
.business_ajax_button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 87px;
	padding: 30px 0;
	overflow: hidden;
	border: .5px solid #1a1a1a;
	border-radius: 4px;
	background: #fff;
	font-size: 19.1366px;
	font-weight: 400;
	line-height: 1.4;
	color: #1a1a1a;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.business_ajax_button:hover {background: #e6e6e6;}
.business_ajax_button.active {
	background: var(--business-color);
	color: #fff;
}
.business_item_edit {
	position: absolute;
	top: -9px;
	right: -7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 20px;
	border-radius: 10px;
	background: #ef6400;
	font-size: 10px;
	color: #fff;
}
.business_ajax_result {
	min-height: 500px;
	margin-top: 80px;
}
.sub_section.sub_business_area > .inner > #business_detail_fragment {
	width: calc(100% - 320px);
	max-width: none;
	margin: 116px auto 140px;
}
.business_loading {
	padding: 80px 0;
	font-size: 16px;
	color: #777;
	text-align: center;
}
.business_detail_inner {--business-color: #172341;}
.business_detail_inner.tone_brown {--business-color: #6d574e;}
.business_detail_inner.tone_green {--business-color: #0f625c;}
.business_detail_title {
	display: flex;
	align-items: center;
	min-height: 57px;
	margin: 0 0 20px;
	padding: 6px 8px;
	background: var(--business-color);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
}
.business_detail_content {
	font-size: 19px;
	font-weight: 400;
	line-height: 1.58;
	color: #1a1a1a;
}
.business_detail_content > h3 {
	margin: 60px 0 20px;
	padding: 0 0 4px 6px;
	border-bottom: .5px solid var(--business-color);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--business-color);
}
.business_detail_content > h4 {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 22px 0 6px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5;
	color: #1a1a1a;
}
.business_detail_content > h4::before {
	content: '';
	display: block;
	flex: 0 0 auto;
	width: 18px;
	height: 20px;
	margin-top: 3px;
	background: url('./img/business_heading_check.png') no-repeat center / contain;
}
.business_detail_content > p {
	margin: 0 0 20px;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.58;
	word-break: keep-all;
}
.business_detail_content > ol,
.business_detail_content > ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.business_detail_content > ol li,
.business_detail_content > ul li {
	font-size: 19px;
	line-height: 1.55;
	word-break: keep-all;
}
.business_detail_content table {
	width: 100%;
	margin: 24px 0 40px;
	border-collapse: collapse;
	font-size: 15px;
}
.business_detail_content th,
.business_detail_content td {
	padding: 16px;
	border: 1px solid #bbb;
	line-height: 1.5;
	text-align: center;
}
.business_related_cases {
	margin-top: 80px;
}
.business_related_cases > h3 {
	margin: 0 0 20px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--business-color);
}
.business_related_cases ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0;
	padding: 0;
}
.business_related_cases li {border-bottom: .3px dashed #1a1a1a;}
.business_related_cases a {
	display: flex;
	align-items: center;
	gap: 12px;
	height: 34.65px;
	padding: 0 3.53px 5.65px;
}
.business_related_cases a > span {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	height: 27.69px;
	padding: 3.85px 19.23px;
	border-radius: 2.56px;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}
.business_case_field {
	width: 63.46px;
	background: var(--business-color);
	font-weight: 600;
}
.business_case_result {
	min-width: 81.46px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ef6400;
	font-weight: 700;
}
.business_related_cases a > strong {
	min-width: 0;
	overflow: hidden;
	font-size: 24px;
	font-weight: 400;
	line-height: 29px;
	color: #1a1a1a;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.business_related_cases a:hover > strong {text-decoration: underline;}
.business_related_more_wrap {
	display: none;
	justify-content: flex-end;
	margin-top: 20px;
}
.business_related_more {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px !important;
	min-width: 250px !important;
	height: 51px;
	padding: 0 24px !important;
	border: 1px solid #fff;
	border-radius: 100px;
	background: var(--business-color);
	font-size: 17px;
	font-weight: 700;
	color: #fff !important;
}

@media (max-width: 1240px) {
	#bk_business_area {width: calc(100% - 40px);}
	.sub_section.sub_business_area > .inner > #business_detail_fragment {width: calc(100% - 40px);}
	.business_intro p {width: 100%;}
}

@media (max-width: 900px) {
	.business_selector {padding: 30px;}
	.business_selector_grid {grid-template-columns: repeat(3, minmax(0, 1fr));}
	.business_selector_item {width: auto;}
	.business_ajax_button {width: 100%;}
}

@media (max-width: 768px) {
	#bk_business_area {
		width: 100%;
		margin: 0;
		padding: 40px 0 0;
		background: #fff;
	}
	.sub_section.sub_business_area > .inner {
		padding-bottom: 0 !important;
	}
	.sub_section.sub_business_area > .inner > #business_detail_fragment {
		width: 100%;
		margin: 0;
	}
	.business_breadcrumb {display: none !important;}
	.business_field_tabs {
		gap: 10px;
		margin: 0;
		padding: 0 40px;
	}
	.business_field_tabs a {
		width: calc((100% - 20px) / 3);
		height: 25px;
		border-radius: 2.4px;
		font-size: 14px;
	}
	.business_intro {
		min-height: 112px;
		margin: 30px 20px 30px;
		padding: 0 0px 0 18px;
		border-left-width: 3px;
	}
	.business_intro h2 {
		margin-bottom: 15px;
		font-weight: 600;
		font-size: 23px;
	}
	.business_intro p {
		width: 100%;
		font-size: 16px;
		line-height: 1.5;
	}
	.business_intro_pc_desc {display: none;}
	.business_intro_mobile_desc {display: inline;}
	.business_admin_tools {padding: 0 20px;}
	.business_selector {
		padding: 20px 40px;
	}
	.business_selector_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px 15px;
	}
	.business_ajax_button {
		height: 37px;
		padding: 0 6px;
		border-radius: 3px;
		font-size: 12px;
	}
	.business_ajax_result {
		margin-top: 50px;
		padding: 0 20px 50px;
	}
	.business_detail_title {
		min-height: 35px;
		margin-bottom: 15px;
		padding: 5px 4px;
		font-size: 18px;
	}
	.business_detail_content {
		font-size: 16px;
		line-height: 1.6;
	}
	.business_detail_content > h3 {
		margin: 50px 0 15px;
		padding: 0 0 4px 4px;
		font-size: 18px;
	}
	.business_detail_content > h4 {
		gap: 5px;
		margin: 20px 0 5px;
		font-size: 16px;
	}
	.business_detail_content > h4::before {
		width: 13px;
		height: 14px;
		margin-top: 3px;
	}
	.business_detail_content > p,
	.business_detail_content > ol li,
	.business_detail_content > ul li {
		font-size: 16px;
		line-height: 1.6;
	}
	.business_detail_content > p {margin-bottom: 15px;}
	.business_detail_content > ol,
	.business_detail_content > ul {margin-bottom: 25px;}
	.business_related_cases {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		width: 100%;
		margin-top: 50px;
	}
	.business_related_cases > h3 {
		margin: 0;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.4;
		color: var(--business-color);
	}
	.business_related_cases ul {
		width: 100%;
		gap: 10px;
	}
	.business_related_cases li {border-bottom: 0.3px dashed #2e1700;}
	.business_related_cases a {
		display: flex;
		align-items: center;
		gap: 7.23px;
		width: 100%;
		height: 29.17px;
		padding: 0 5.1px 8.17px;
	}
	.business_related_cases a > span {
		flex: 0 0 auto;
		height: 15px;
		border-radius: 1.84px;
		line-height: 1.5;
	}
	.business_related_cases .business_case_field {
		width: 40.27px;
		padding: 2.15px 0;
		font-size: 7.18px;
		font-weight: 600;
	}
	.business_related_cases .business_case_result {
		min-width: 58.15px;
		padding: 1.99px 10px;
		border-radius: 1.7px;
		font-size: 9.27px;
		font-weight: 700;
		line-height: 1.4;
	}
	.business_related_cases 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;
	}
	.business_related_more_wrap {display: none;}
}
