.sub-conts-wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}

.greetings-page {
	position: relative;
	width: 1920px;
	max-width: 100%;
	height: 950px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
	color: #111;
}

.greetings-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding-top: 91px;
	box-sizing: border-box;
}

.greetings-title {
	margin: 0;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	color: #111;
}

.greetings-content {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	margin: 91px 0 0 318px;
}

.greetings-people {
	width: 545px;
	height: 610px;
	border-radius: 8px;
	overflow: hidden;
}

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

.greetings-text {
	width: 755px;
	padding-top: 48px;
}

.greetings-headline {
	margin: 0 0 31px;
	font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0;
	color: #0b2a52;
}

.greetings-copy p {
	margin: 0 0 27px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.72;
	letter-spacing: 0;
	color: #4a4a4a;
}

.greetings-copy p:last-child {
	margin-bottom: 0;
}

.greetings-signatures {
	display: flex;
	align-items: center;
	gap: 38px;
	margin-top: 43px;
}

.greetings-signatures img {
	display: block;
	width: auto;
	max-height: 34px;
	object-fit: contain;
}

.greetings-letter {
	position: absolute;
	z-index: 1;
	display: block;
	pointer-events: none;
	user-select: none;
}

.greetings-letter img {
	display: block;
	width: 100%;
	height: auto;
}

.greetings-letter-left {
	top: -75px;
	left: -60px;
	width: 525px;
}

.greetings-letter-right {
	right: -245px;
	bottom: -300px;
	width: 525px;
}

@media (max-width: 1280px) {
	.greetings-page {
		height: auto;
		min-height: 760px;
	}

	.greetings-inner {
		padding: 70px 40px 90px;
	}

	.greetings-content {
		justify-content: center;
		gap: 56px;
		margin: 70px auto 0;
	}

	.greetings-people {
		width: 42vw;
		max-width: 545px;
		height: auto;
		aspect-ratio: 545 / 610;
	}

	.greetings-text {
		width: 48%;
		max-width: 630px;
	}
}

@media (max-width: 900px) {
	.greetings-page {
		min-height: 0;
	}

	.greetings-inner {
		padding: 56px 22px 72px;
	}

	.greetings-title {
		font-size: 30px;
	}

	.greetings-content {
		display: block;
		margin-top: 44px;
	}

	.greetings-people {
		width: 100%;
		max-width: 460px;
		margin: 0 auto;
	}

	.greetings-text {
		width: 100%;
		padding-top: 42px;
	}

	.greetings-headline {
		font-size: 25px;
	}

	.greetings-copy p {
		font-size: 15px;
	}

	.greetings-copy br {
		display: none;
	}

	.greetings-signatures {
		gap: 24px;
		flex-wrap: wrap;
	}

	.greetings-letter-left {
		left: -180px;
		width: 390px;
	}

	.greetings-letter-right {
		right: -150px;
		width: 340px;
	}
}

.business-service-page {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 80px 20px 80px;
	box-sizing: border-box;
	background: #fff;
	font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
	color: #111;
}

.business-service-title {
	margin: 0;
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0;
	color: #000;
}

.business-service-visual {
	width: 1282px;
	max-width: 100%;
	height: 350px;
	margin: 80px auto 0;
	border-radius: 8px;
	overflow: hidden;
	background: #e9e9e9;
}

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

.business-service-list {
	width: 1282px;
	max-width: 100%;
	margin: 80px auto 0;
}

.business-service-section {
	width: 100%;
}

.business-service-section + .business-service-section {
	margin-top: 72px;
}

.business-service-row {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 200px;
	align-items: start;
}

.business-service-heading h3 {
	margin: 0;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000;
}

.business-service-copy {
	min-height: 90px;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #f4f4f4;
	color: #111;
}

.business-service-copy p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.72;
	letter-spacing: 0;
}

.business-service-copy p + p {
	margin-top: 17px;
}

.business-service-message {
	width: calc(100% - 440px);
	margin: 60px 0 0 auto;
	padding-top: 60px;
	border-top: 1px solid #d7d7d7;
}

.business-service-message p {
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #102b53;
	text-align: center;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #f0b981;
}

@media (max-width: 900px) {
	.business-service-page {
		padding: 48px 22px 60px;
	}

	.business-service-title {
		font-size: 30px;
	}

	.business-service-visual {
		height: auto;
		margin-top: 42px;
		aspect-ratio: 849 / 232;
	}

	.business-service-list {
		margin-top: 40px;
	}

	.business-service-row {
		display: block;
	}

	.business-service-heading h3 {
		font-size: 23px;
	}

	.business-service-copy {
		margin-top: 20px;
	}

	.business-service-copy p {
		font-size: 16px;
	}

	.business-service-copy br,
	.business-service-message br {
		display: none;
	}

	.business-service-message {
		width: 100%;
		margin-top: 32px;
		padding-top: 32px;
	}

	.business-service-message p {
		padding: 18px 18px;
		font-size: 17px;
	}
}

.business-tax-list {
	margin-top: 65px;
}

.business-tax-section + .business-tax-section {
	margin-top: 62px;
}

.business-tax-row {
	align-items: start;
}

.business-tax-section:nth-child(2) .business-service-heading h3 {
	white-space: nowrap;
}

.business-tax-content {
	width: 840px;
	max-width: 100%;
}

.business-tax-block + .business-tax-block {
	margin-top: 32px;
}

.business-tax-block h4 {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
	color: #0b2a52;
}

.business-tax-copy {
	width: 100%;
	min-height: 0;
}

.business-tax-message {
	margin-top: 52px;
	padding-top: 52px;
}

.business-tax-message p {
	width: 100%;
}

.business-family-section:nth-child(2) .business-service-heading h3 {
	white-space: nowrap;
}

.business-corporate-section .business-service-row + .business-service-row {
	margin-top: 50px;
}

.business-corporate-services {
	align-items: start;
}

.business-corporate-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	width: 840px;
	max-width: 100%;
}

.business-corporate-card {
	position: relative;
	min-height: 128px;
	padding: 18px 22px;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	background-color: #102b53;
	background-image:
		linear-gradient(135deg, rgba(255, 255, 255, 0.11) 0 58%, rgba(255, 255, 255, 0) 58%),
		url("../images/sub/greeting.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right -14px bottom -24px;
	background-size: 58% 44px, 86px auto;
	color: #fff;
}

.business-corporate-card strong {
	display: block;
	margin: 0 0 22px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
}

.business-corporate-card p {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: 0;
}

.business-corporate-message {
	margin-top: 48px;
}

@media (max-width: 900px) {
	.business-tax-list {
		margin-top: 40px;
	}

	.business-tax-section + .business-tax-section {
		margin-top: 42px;
	}

	.business-tax-content {
		width: 100%;
		margin-top: 20px;
	}

	.business-tax-section:nth-child(2) .business-service-heading h3 {
		white-space: normal;
	}

	.business-tax-block + .business-tax-block {
		margin-top: 28px;
	}

	.business-tax-block h4 {
		margin-bottom: 14px;
		font-size: 18px;
	}

	.business-tax-message {
		margin-top: 32px;
		padding-top: 32px;
	}

	.business-family-section:nth-child(2) .business-service-heading h3 {
		white-space: normal;
	}

	.business-corporate-section .business-service-row + .business-service-row {
		margin-top: 34px;
	}

	.business-corporate-grid {
		grid-template-columns: 1fr;
		width: 100%;
		margin-top: 20px;
		gap: 14px;
	}

	.business-corporate-card {
		min-height: 118px;
		padding: 16px 18px;
		background-position: left top, right -10px bottom -20px;
		background-size: 62% 40px, 78px auto;
	}

	.business-corporate-card strong {
		margin-bottom: 18px;
		font-size: 17px;
	}

	.business-corporate-card p {
		font-size: 14px;
	}
}
