*,
*::before,
*::after {
	box-sizing: border-box;
}

.kihf-page,
.kihf-complete,
.kihf-complete-hero,
.kihf-card,
.kihf-summary-list,
.kihf-actions {
	font-family: "Noto Sans KR", "Inter", "Malgun Gothic", Arial, sans-serif;
	color: #172033;
}

.kihf-page {
	width: 100%;
	padding: 44px 16px 72px;
	background: #f6f8fb;
}

.kihf-container {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}

.kihf-alert {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 0 16px;
	padding: 14px 18px;
	border: 1px solid #ffd5c4;
	border-radius: 8px;
	background: #fff5ef;
	color: #ff4a09;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.45;
}

.kihf-alert .tell,
.kihf-complete .tell {
	color: #ff4a09;
	font-weight: 800;
}

.kihf-card {
	width: 100%;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.kihf-complete-card__header {
	padding: 28px 32px;
	border-bottom: 1px solid #e8eef6;
	background: linear-gradient(135deg, #f8fbff 0%, #eef7ff 100%);
}

.kihf-complete-heading {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.kihf-status-badge {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	padding: 5px 11px;
	border-radius: 999px;
	background: #e8f3ff;
	color: #0b68b7;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
}

.kihf-complete-heading h3 {
	margin: 0;
	color: #101828;
	font-size: 25px;
	font-weight: 850;
	line-height: 1.35;
	letter-spacing: 0;
}

.kihf-summary-list {
	margin: 0;
	padding: 6px 32px 30px;
	background: #ffffff;
}

.kihf-summary-list > div {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 18px;
	padding: 18px 0;
	border-bottom: 1px solid #edf1f7;
}

.kihf-summary-list > div:last-child {
	border-bottom: 0;
}

.kihf-summary-list dt {
	margin: 0;
	color: #667085;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.6;
}

.kihf-summary-list dd {
	margin: 0;
	color: #172033;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.65;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.kihf-product-list {
	color: #0f172a;
}

.kihf-amount {
	color: #0b68b7;
	font-weight: 850;
}

.kihf-actions {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 24px 0 0;
}

.kihf-actions .buy_btn,
.kihf-receipt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border: 0;
	border-radius: 6px;
	background: #0b68b7;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(11, 104, 183, 0.22);
	transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.kihf-actions .buy_btn:hover,
.kihf-actions .buy_btn:focus,
.kihf-receipt-btn:hover,
.kihf-receipt-btn:focus {
	background: #075a9f;
	color: #ffffff !important;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(11, 104, 183, 0.26);
}

.kihf-complete-hero {
	width: 100%;
	max-width: 920px;
	margin: 24px auto 0;
	padding: 30px 32px;
	border: 1px solid #dbeafe;
	border-radius: 8px 8px 0 0;
	background: linear-gradient(135deg, #eef7ff 0%, #f8fbff 100%);
}

.kihf-complete-title {
	margin: 0;
	color: #101828;
	font-size: 30px;
	font-weight: 850;
	line-height: 1.25;
	letter-spacing: 0;
}

.kihf-complete-subtitle {
	margin: 10px 0 0;
	color: #536276;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
}

.contensBox.kihf-complete {
	width: 100%;
	max-width: 920px;
	margin: 0 auto 72px;
	padding: 30px 32px 34px;
	border: 1px solid #e2e8f0;
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.kihf-complete .aboutSolution {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kihf-complete .aboutSolution > li {
	margin: 0;
	padding: 0;
}

.kihf-complete .aboutSolution > li:first-child {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	padding: 14px 18px;
	border: 1px solid #ffd5c4;
	border-radius: 8px;
	background: #fff5ef;
	font-size: 17px;
	line-height: 1.45;
}

.kihf-complete .chart {
	width: 100%;
}

.kihf-complete .sms_tb {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	overflow: hidden;
}

.kihf-complete .sms_tb > tbody > tr > td {
	min-height: 48px;
	padding: 14px 18px !important;
	border-bottom: 1px solid #edf1f7;
	color: #172033;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
	vertical-align: middle;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.kihf-complete .sms_tb > tbody > tr:last-child > td {
	border-bottom: 0;
}

.kihf-complete .td_gray_left_subj,
.kihf-complete .td_white_left_subj {
	width: 180px !important;
	background: #f8fafc;
	color: #667085 !important;
	font-weight: 850 !important;
}

.kihf-complete .td_gray_right_none,
.kihf-complete .td_white_right_none {
	background: #ffffff;
}

.kihf-complete .sms_tb table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

.kihf-complete .sms_tb table td {
	padding: 0 !important;
	border: 0 !important;
	color: inherit;
	font: inherit;
}

.kihf-pay-message {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 520px;
	min-height: 52px;
	margin: 24px auto 4px;
	padding: 14px 18px;
	border-radius: 8px;
	font-size: 17px;
	font-weight: 850;
	line-height: 1.45;
	text-align: center;
}

.kihf-pay-message--success {
	border: 1px solid #bbf7d0;
	background: #f0fdf4;
	color: #15803d;
}

.kihf-pay-message--error {
	border: 1px solid #fecaca;
	background: #fef2f2;
	color: #b42318;
}

.kihf-complete table[align="center"] {
	width: 100% !important;
	margin: 0 auto;
}

.kihf-complete table[align="center"] td {
	text-align: center;
}

.kihf-complete img {
	max-width: 100%;
	height: auto;
}

.kihf-complete-page main.kihf-complete {
	display: grid;
	gap: 16px;
	margin: 0 auto 72px;
}

.kihf-complete-card__header {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}

.kihf-contact {
	margin: 0;
	color: #475467;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7;
	text-align: right;
	white-space: nowrap;
}

.kihf-contact strong {
	color: #ff4a09;
	font-weight: 850;
}

.kihf-bank-card {
	padding: 30px 32px;
}

.kihf-bank-card__body {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.kihf-bank-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	border-radius: 22px;
	background: #e8f3ff;
	color: #0b68b7;
}

.kihf-bank-visual::before {
	content: "BANK";
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0;
}

.kihf-bank-visual img {
	display: none;
}

.kihf-label {
	display: block;
	margin: 0 0 6px;
	color: #0b68b7;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.4;
}

.kihf-bank-details h3 {
	margin: 0 0 18px;
	color: #101828;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

.kihf-account-list {
	margin: 0;
	border-top: 1px solid #edf1f7;
}

.kihf-account-list > div {
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr);
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid #edf1f7;
}

.kihf-account-list dt,
.kihf-account-list dd {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
}

.kihf-account-list dt {
	color: #667085;
	font-weight: 850;
}

.kihf-account-list dd {
	color: #172033;
	font-weight: 700;
}

.kihf-account-number {
	color: #0b68b7 !important;
	font-size: 19px !important;
	font-weight: 900 !important;
	letter-spacing: 0.01em;
}

.kihf-bank-note {
	margin: 18px 0 0;
	padding: 13px 16px;
	border-radius: 8px;
	background: #fff7ed;
	color: #9a3412;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}

.kihf-download-area {
	margin-top: 4px;
}

.kihf-error-card {
	padding: 32px;
	text-align: center;
}

.kihf-page .kihf-hero {
	margin: -44px -16px 28px;
	padding: 46px 16px 34px;
	background: #172033;
	color: #ffffff;
}

.kihf-page .kihf-hero__copy {
	display: grid;
	gap: 8px;
}

.kihf-page .kihf-eyebrow {
	color: #93c5fd;
	font-size: 14px;
	font-weight: 850;
}

.kihf-page .kihf-hero h2 {
	margin: 0;
	color: #ffffff;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.25;
}

.kihf-page .kihf-visual {
	margin: 0 0 22px;
	border-radius: 8px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.kihf-page .kihf-visual img {
	display: block;
	width: 100%;
	height: auto;
}

.kihf-page .kihf-order {
	display: grid;
	gap: 18px;
}

.kihf-page .kihf-product-card,
.kihf-page .kihf-form-card {
	padding: 24px;
}

.kihf-page .kihf-product-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 160px;
	gap: 22px;
	align-items: end;
}

.kihf-page .kihf-product-info strong {
	display: block;
	margin: 0 0 8px;
	color: #172033;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.45;
}

.kihf-page .kihf-product-info p,
.kihf-page .kihf-product-info small {
	display: block;
	margin: 0;
	color: #475467;
	font-size: 15px;
	line-height: 1.6;
}

.kihf-page .kihf-qty-box label {
	display: block;
	margin: 0 0 7px;
	color: #344054;
	font-size: 14px;
	font-weight: 800;
}

.kihf-page .kihf-qty-box select,
.kihf-page .kihf-field input:not([type="button"]):not([type="radio"]):not([type="checkbox"]),
.kihf-page .kihf-field select,
.kihf-page .kihf-field textarea {
	width: 100%;
	min-height: 42px;
	padding: 8px 11px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	background: #ffffff;
	color: #172033;
	font-size: 15px;
	line-height: 1.4;
}

.kihf-page .kihf-field textarea {
	min-height: 132px;
	resize: vertical;
}

.kihf-page .kihf-total-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 16px;
}

.kihf-page .kihf-total-grid > div {
	padding: 14px 16px;
	border-radius: 8px;
	background: #f8fafc;
	color: #0f172a;
	font-size: 17px;
	font-weight: 850;
}

.kihf-page .kihf-form-header {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: -24px -24px 26px;
	padding: 22px 24px;
	border-bottom: 1px solid #e2e8f0;
	background: #f8fafc;
}

.kihf-page .kihf-form-header p {
	margin: 0;
	color: #344054;
	font-size: 15px;
	font-weight: 700;
}

.kihf-page .kihf-form-header p span,
.kihf-page .kihf-field em {
	color: #ff4a09;
	font-style: normal;
}

.kihf-page .kihf-form-header .tell {
	color: #344054;
	font-size: 15px;
	line-height: 1.7;
	text-align: right;
}

.kihf-page .kihf-section {
	padding: 26px 0;
	border-bottom: 1px solid #edf1f7;
}

.kihf-page .kihf-section:last-child {
	border-bottom: 0;
}

.kihf-page .kihf-section-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.kihf-page .kihf-section-title span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: #e8f3ff;
	color: #0b68b7;
	font-size: 14px;
	font-weight: 900;
}

.kihf-page .kihf-section-title h3 {
	margin: 0;
	color: #172033;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.25;
}

.kihf-page .kihf-form-grid,
.kihf-page .kihf-address {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
}

.kihf-page .kihf-field {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.kihf-page .kihf-field--wide {
	grid-column: 1 / -1;
}

.kihf-page .kihf-field label {
	color: #344054;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.4;
}

.kihf-page .kihf-inline-field,
.kihf-page .kihf-email-row,
.kihf-page .kihf-address-row,
.kihf-page .kihf-reg-row,
.kihf-page .kihf-file-row {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.kihf-page .kihf-inline-field > input,
.kihf-page .kihf-email-row > input[type="email"],
.kihf-page .kihf-address-row > input {
	flex: 1 1 0;
	min-width: 0;
}

.kihf-page .kihf-email-row > input[type="email"] {
	flex: 0 1 460px;
	width: 460px;
	min-width: 240px;
	max-width: 100%;
}

.kihf-page .kihf-email-row .send_mail_btn {
	flex: 0 0 auto;
	width: auto;
	min-width: 92px;
	white-space: nowrap;
}

.kihf-page .kihf-email-row {
	flex-wrap: wrap;
	color: #172033;
	font-size: 15px;
	font-weight: 800;
}

.kihf-page .kihf-email-row br {
	display: none;
}

.kihf-page .kihf-email-row > input[type="text"],
.kihf-page .kihf-email-row > input[type="number"] {
	flex: 0 0 112px;
	width: 112px !important;
	min-width: 112px;
	max-width: 112px;
	text-align: center;
}

.kihf-page .kihf-email-row > input[type="button"] {
	flex: 0 0 auto;
	width: auto !important;
	min-width: 82px;
	min-height: 42px;
	padding: 0 14px;
	white-space: nowrap;
}

.kihf-page .kihf-email-row #email_auth_check {
	display: inline-flex;
	flex: 1 1 360px;
	align-items: center;
	gap: 6px;
	min-width: 360px;
	white-space: nowrap;
}

.kihf-page .kihf-email-row #email_auth_check input[type="text"],
.kihf-page .kihf-email-row #email_auth_check input[type="number"] {
	flex: 0 0 112px;
	width: 112px !important;
	min-width: 112px;
	max-width: 112px;
	text-align: center;
}

.kihf-page .kihf-email-row #email_auth_check input[type="button"] {
	flex: 0 0 auto;
	width: auto !important;
	min-width: 74px;
	min-height: 34px;
	padding: 0 10px;
	white-space: nowrap;
}

.kihf-page #strOfficePost1 {
	flex: 0 0 auto;
	width: 120px !important;
	min-width: 120px;
	max-width: 120px;
}

.kihf-page .kihf-inline-field span,
.kihf-page .kihf-email-row span,
.kihf-page .kihf-file-row span,
.kihf-page .kihf-help {
	color: #667085;
	font-size: 14px;
	line-height: 1.5;
}

.kihf-page .send_mail_btn {
	min-height: 42px;
	padding: 0 14px;
	border: 0;
	border-radius: 6px;
	background: #172033;
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

.kihf-page .kihf-note {
	margin: 0 0 18px;
	padding: 16px 18px;
	border-radius: 8px;
	background: #f8fafc;
	color: #475467;
}

.kihf-page .kihf-note p {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.6;
}

.kihf-page .kihf-note p:last-child {
	margin-bottom: 0;
}

.kihf-page .kihf-reg-row input {
	max-width: 92px;
	text-align: center;
}

.kihf-page .kihf-payment-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.kihf-page .kihf-radio-card {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 16px;
	border: 1px solid #d8e0eb;
	border-radius: 8px;
	background: #ffffff;
	color: #172033;
	font-size: 15px;
	font-weight: 850;
	cursor: pointer;
}

.kihf-page .kihf-payment-guide {
	margin-top: 14px;
	padding: 15px 16px;
	border-radius: 8px;
	background: #fff7ed;
	color: #9a3412;
}

.kihf-page .kihf-payment-guide p {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.6;
}

.kihf-page .kihf-payment-guide p:last-child {
	margin-bottom: 0;
}

.kihf-page .kihf-protection,
.kihf-page .kihf-admin-link {
	margin-top: 18px;
}

.kihf-page.kihf-complete-page {
	padding: 34px 16px 72px;
}

.kihf-page.kihf-complete-page > .kihf-complete-hero,
.kihf-page.kihf-complete-page > main.kihf-complete {
	width: 100%;
	max-width: 1034px;
	margin-left: auto;
	margin-right: auto;
}

.kihf-page.kihf-complete-page > .kihf-complete-hero {
	margin-top: 0;
	margin-bottom: 32px;
	padding: 54px 32px 48px;
	border: 0;
	border-radius: 8px;
	background: #172033;
	color: #ffffff;
}

.kihf-page.kihf-complete-page > .kihf-complete-hero .kihf-container {
	max-width: none;
}

.kihf-page.kihf-complete-page > .kihf-complete-hero .kihf-hero__copy {
	justify-items: center;
	text-align: center;
}

.kihf-page.kihf-complete-page > .kihf-complete-hero .kihf-complete-title {
	color: #ffffff;
}

.kihf-page.kihf-complete-page > .kihf-complete-hero .kihf-complete-subtitle {
	color: #94a3b8;
}

.kihf-page.kihf-complete-page > main.kihf-complete {
	display: grid;
	gap: 16px;
	margin-bottom: 72px;
}

@media (max-width: 768px) {
	.kihf-page {
		padding: 28px 12px 54px;
	}

	.kihf-page .kihf-hero {
		margin: -28px -12px 20px;
		padding: 34px 12px 28px;
	}

	.kihf-page .kihf-hero h2 {
		font-size: 26px;
	}

	.kihf-page .kihf-product-card,
	.kihf-page .kihf-form-card {
		padding: 18px;
	}

	.kihf-page .kihf-product-grid,
	.kihf-page .kihf-total-grid,
	.kihf-page .kihf-form-grid,
	.kihf-page .kihf-address,
	.kihf-page .kihf-payment-options {
		grid-template-columns: 1fr;
	}

	.kihf-page .kihf-form-header {
		display: block;
		margin: -18px -18px 22px;
		padding: 18px;
	}

	.kihf-page .kihf-form-header .tell {
		margin-top: 10px;
		text-align: left;
	}

	.kihf-page .kihf-section-title h3 {
		font-size: 22px;
	}

	.kihf-page .kihf-inline-field,
	.kihf-page .kihf-email-row,
	.kihf-page .kihf-address-row,
	.kihf-page .kihf-file-row {
		align-items: stretch;
		flex-direction: column;
	}

	.kihf-page .kihf-reg-row {
		justify-content: flex-start;
	}

	.kihf-page.kihf-complete-page {
		padding: 24px 12px 54px;
	}

	.kihf-page.kihf-complete-page > .kihf-complete-hero {
		padding: 38px 18px 34px;
	}

	.kihf-complete-card__header,
	.kihf-summary-list,
	.kihf-complete-hero,
	.contensBox.kihf-complete {
		padding-left: 18px;
		padding-right: 18px;
	}

	.kihf-complete-heading h3 {
		font-size: 22px;
	}

	.kihf-complete-title {
		font-size: 26px;
	}

	.kihf-summary-list > div {
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 15px 0;
	}

	.kihf-complete .sms_tb,
	.kihf-complete .sms_tb > tbody,
	.kihf-complete .sms_tb > tbody > tr,
	.kihf-complete .sms_tb > tbody > tr > td {
		display: block;
		width: 100% !important;
	}

	.kihf-complete .sms_tb > tbody > tr {
		border-bottom: 1px solid #edf1f7;
	}

	.kihf-complete .sms_tb > tbody > tr:last-child {
		border-bottom: 0;
	}

	.kihf-complete .sms_tb > tbody > tr > td {
		border-bottom: 0;
	}

	.kihf-complete .td_gray_left_subj,
	.kihf-complete .td_white_left_subj {
		padding-bottom: 6px !important;
	}

	.kihf-complete-card__header,
	.kihf-bank-card__body,
	.kihf-account-list > div {
		grid-template-columns: 1fr;
	}

	.kihf-complete-card__header {
		display: block;
	}

	.kihf-contact {
		margin-top: 16px;
		text-align: left;
		white-space: normal;
	}

	.kihf-bank-card {
		padding: 24px 18px;
	}

	.kihf-bank-card__body {
		gap: 18px;
	}

}
