#koreacare-mall-wrapper {
	--mall-text: #172033;
	--mall-muted: #566173;
	--mall-blue: #3368e8;
	--mall-blue-soft: #d9e7ff;
	--mall-green: #1fb47d;
	--mall-green-soft: #d8f2e8;
	--mall-violet: #7860ea;
	--mall-violet-soft: #ece7ff;
	--mall-red: #ef5350;
	--mall-red-soft: #ffe5e3;
	--mall-bg: #f3f5f7;
	--mall-card: rgba(255, 255, 255, 0.72);
	background: #ffffff;
}

#koreacare-mall-wrapper .container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

#koreacare-mall-wrapper .mall-showcase-section,
#koreacare-mall-wrapper .mall-summary-section,
#koreacare-mall-wrapper .mall-problems-section,
#koreacare-mall-wrapper .mall-solution-section,
#koreacare-mall-wrapper .mall-service-overview-section {
	padding: 88px 0;
	background: var(--mall-bg);
	border-bottom: 1px solid #e5e9ef;
}

#koreacare-mall-wrapper .mall-showcase-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 28px;
	align-items: center;
}

#koreacare-mall-wrapper .mall-showcase-copy {
	padding-right: 18px;
}

#koreacare-mall-wrapper .mall-showcase-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 34px;
}

#koreacare-mall-wrapper .mall-showcase-badges span,
#koreacare-mall-wrapper .mall-section-badges span,
#koreacare-mall-wrapper .mall-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border-radius: 999px;
	background: #dce8ff;
	color: var(--mall-blue);
	font-size: 0.95rem;
	font-weight: 700;
}

#koreacare-mall-wrapper .mall-showcase-badges .green {
	background: var(--mall-green-soft);
	color: #0f8e62;
}

#koreacare-mall-wrapper .mall-showcase-copy h2,
#koreacare-mall-wrapper .mall-section-header h2,
#koreacare-mall-wrapper .mall-problems-head h2,
#koreacare-mall-wrapper .mall-service-overview-head h2 {
	margin: 0;
	font-size: clamp(2.4rem, 4.5vw, 4.6rem);
	line-height: 1.06;
	font-weight: 800;
	letter-spacing: -0.05em;
	color: var(--mall-text);
}

#koreacare-mall-wrapper .mall-showcase-copy h2 span,
#koreacare-mall-wrapper .mall-section-header h2 strong,
#koreacare-mall-wrapper .mall-service-overview-head h2 strong {
	color: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-showcase-desc {
	margin: 28px 0 0;
	max-width: 420px;
	font-size: 1.95rem;
	line-height: 1.45;
	letter-spacing: -0.03em;
	color: #334155;
}

#koreacare-mall-wrapper .mall-showcase-desc strong {
	color: var(--mall-text);
}

#koreacare-mall-wrapper .mall-benefit-list {
	display: grid;
	gap: 12px;
	margin: 34px 0 0;
	max-width: 500px;
}

#koreacare-mall-wrapper .mall-benefit-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 16px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid #e2e8f0;
}

#koreacare-mall-wrapper .mall-benefit-item.blue {
	box-shadow: inset 4px 0 0 var(--mall-blue);
}

#koreacare-mall-wrapper .mall-benefit-item.green {
	box-shadow: inset 4px 0 0 var(--mall-green);
}

#koreacare-mall-wrapper .mall-benefit-item.violet {
	box-shadow: inset 4px 0 0 var(--mall-violet);
}

#koreacare-mall-wrapper .mall-benefit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	font-size: 1.5rem;
	font-weight: 800;
	color: inherit;
}

#koreacare-mall-wrapper .mall-benefit-item.blue .mall-benefit-icon {
	color: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-benefit-item.green .mall-benefit-icon {
	color: var(--mall-green);
}

#koreacare-mall-wrapper .mall-benefit-item.violet .mall-benefit-icon {
	color: var(--mall-violet);
}

#koreacare-mall-wrapper .mall-benefit-icon svg {
	width: 24px;
	height: 24px;
}

#koreacare-mall-wrapper .mall-benefit-item p {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 600;
	color: #475467;
}

#koreacare-mall-wrapper .mall-target-block {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid #dce2ea;
}

#koreacare-mall-wrapper .mall-target-label,
#koreacare-mall-wrapper .mall-summary-label,
#koreacare-mall-wrapper .mall-problems-label {
	display: inline-block;
	font-size: 0.96rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b7280;
}

#koreacare-mall-wrapper .mall-target-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 14px;
}

#koreacare-mall-wrapper .mall-target-list span {
	position: relative;
	padding-left: 22px;
	font-size: 1.06rem;
	font-weight: 700;
	color: #4b5563;
}

#koreacare-mall-wrapper .mall-target-list span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.18;
}

#koreacare-mall-wrapper .mall-showcase-visual {
	position: relative;
	min-height: 560px;
	overflow: hidden;
	border-radius: 36px;
	background:
		linear-gradient(100deg, rgba(255,255,255,0) 0%, rgba(207, 228, 255, 0.2) 44%, rgba(218, 245, 239, 0.3) 100%),
		linear-gradient(130deg, #f2f4f7 0%, #edf3fb 56%, #eef6f4 100%);
}

#koreacare-mall-wrapper .mall-orb {
	position: absolute;
	border-radius: 50%;
}

#koreacare-mall-wrapper .orb-one {
	top: -40px;
	right: -20px;
	width: 340px;
	height: 340px;
	background: rgba(174, 218, 255, 0.28);
}

#koreacare-mall-wrapper .orb-two {
	top: 130px;
	right: 86px;
	width: 390px;
	height: 390px;
	background: rgba(126, 194, 250, 0.24);
}

#koreacare-mall-wrapper .orb-three {
	right: 36px;
	bottom: 28px;
	width: 290px;
	height: 290px;
	background: rgba(120, 219, 182, 0.18);
}

#koreacare-mall-wrapper .mall-visual-core {
	position: absolute;
	inset: 0;
}

#koreacare-mall-wrapper .mall-visual-center {
	position: absolute;
	top: 255px;
	left: 50%;
	transform: translateX(-10%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 124px;
	height: 124px;
	border-radius: 50%;
	background: var(--mall-blue);
	color: #ffffff;
	border: 4px solid #f4f7fb;
	box-shadow: 0 20px 40px rgba(51, 104, 232, 0.22);
	z-index: 2;
}

#koreacare-mall-wrapper .mall-visual-center svg {
	width: 54px;
	height: 54px;
}

#koreacare-mall-wrapper .mall-visual-card {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid #dfe6ee;
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
	color: #475467;
	text-align: center;
	font-size: 0.98rem;
	font-weight: 800;
}

#koreacare-mall-wrapper .mall-card-top {
	top: 132px;
	left: 46%;
}

#koreacare-mall-wrapper .mall-card-right {
	top: 246px;
	right: 48px;
}

#koreacare-mall-wrapper .mall-card-bottom {
	left: 54%;
	bottom: 92px;
}

#koreacare-mall-wrapper .mall-section-header,
#koreacare-mall-wrapper .mall-problems-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 42px;
}

#koreacare-mall-wrapper .mall-section-badges,
#koreacare-mall-wrapper .mall-section-badges .muted {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

#koreacare-mall-wrapper .mall-section-badges .muted {
	margin-bottom: 0;
	padding: 0;
	background: transparent;
	color: #98a2b3;
}

#koreacare-mall-wrapper .mall-section-header p,
#koreacare-mall-wrapper .mall-problems-head p,
#koreacare-mall-wrapper .mall-solution-head p {
	max-width: 360px;
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.45;
	text-align: right;
	color: #475467;
}

#koreacare-mall-wrapper .mall-summary-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.8fr) minmax(0, 0.58fr);
	gap: 22px;
}

#koreacare-mall-wrapper .mall-summary-column {
	display: grid;
	gap: 22px;
}

#koreacare-mall-wrapper .mall-summary-card,
#koreacare-mall-wrapper .mall-side-card,
#koreacare-mall-wrapper .mall-core-services-card,
#koreacare-mall-wrapper .mall-problem-card,
#koreacare-mall-wrapper .mall-solution-card,
#koreacare-mall-wrapper .mall-service-card {
	position: relative;
	background: var(--mall-card);
	border: 1px solid #dde4ec;
	border-radius: 24px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
}

#koreacare-mall-wrapper .mall-summary-card,
#koreacare-mall-wrapper .mall-side-card {
	padding: 24px 24px 26px;
}

#koreacare-mall-wrapper .mall-summary-card h3,
#koreacare-mall-wrapper .mall-side-card h3,
#koreacare-mall-wrapper .mall-core-services-card h3,
#koreacare-mall-wrapper .mall-problem-card h3,
#koreacare-mall-wrapper .mall-solution-card h3,
#koreacare-mall-wrapper .mall-service-card h3 {
	margin: 12px 0 0;
	font-size: 1.9rem;
	line-height: 1.18;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--mall-text);
}

#koreacare-mall-wrapper .mall-summary-card p,
#koreacare-mall-wrapper .mall-side-card p,
#koreacare-mall-wrapper .mall-core-item span,
#koreacare-mall-wrapper .mall-problem-card p,
#koreacare-mall-wrapper .mall-solution-card p,
#koreacare-mall-wrapper .mall-service-card p {
	margin: 18px 0 0;
	font-size: 1.05rem;
	line-height: 1.72;
	color: #475467;
}

#koreacare-mall-wrapper .mall-summary-quote {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-top: 18px;
	border-radius: 50%;
	background: #edf4ff;
	color: var(--mall-blue);
	font-size: 2rem;
	font-weight: 800;
}

#koreacare-mall-wrapper .mall-operation-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 20px;
}

#koreacare-mall-wrapper .mall-operation-item {
	padding: 18px 14px;
	border-radius: 16px;
	background: #f5f7fa;
	text-align: center;
}

#koreacare-mall-wrapper .mall-operation-item strong {
	display: block;
	font-size: 1rem;
	color: #344054;
}

#koreacare-mall-wrapper .mall-operation-item span {
	display: block;
	margin-top: 8px;
	font-size: 0.98rem;
	line-height: 1.4;
	color: #667085;
}

#koreacare-mall-wrapper .mall-core-services-card {
	padding: 24px 22px 26px;
	background: linear-gradient(180deg, #1d2638 0%, #1a2434 100%);
	border-color: #293449;
	color: #ffffff;
}

#koreacare-mall-wrapper .mall-core-label {
	position: absolute;
	top: -14px;
	left: 20px;
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	background: #ffffff;
	border: 1px solid #d7dce5;
	color: #64748b;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

#koreacare-mall-wrapper .mall-core-services-card h3 {
	margin-top: 6px;
	color: #ffffff;
}

#koreacare-mall-wrapper .mall-core-list {
	display: grid;
	gap: 18px;
	margin-top: 22px;
}

#koreacare-mall-wrapper .mall-core-item {
	padding: 18px 18px 18px 22px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	border-left: 4px solid transparent;
}

#koreacare-mall-wrapper .mall-core-item.blue {
	border-left-color: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-core-item.green {
	border-left-color: var(--mall-green);
}

#koreacare-mall-wrapper .mall-core-item.violet {
	border-left-color: var(--mall-violet);
}

#koreacare-mall-wrapper .mall-core-item strong {
	display: block;
	font-size: 1.5rem;
	font-weight: 800;
}

#koreacare-mall-wrapper .mall-core-item span {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.72);
}

#koreacare-mall-wrapper .mall-core-footer {
	margin-top: 30px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	font-size: 0.98rem;
	color: rgba(255, 255, 255, 0.7);
}

#koreacare-mall-wrapper .mall-side-card.blue {
	background: #eef4ff;
}

#koreacare-mall-wrapper .mall-side-card.green {
	background: #e9f5ef;
}

#koreacare-mall-wrapper .mall-side-card ul {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

#koreacare-mall-wrapper .mall-side-card li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 14px;
	font-size: 1rem;
	color: #335ba8;
}

#koreacare-mall-wrapper .mall-side-card li::before,
#koreacare-mall-wrapper .mall-service-card li::before,
#koreacare-mall-wrapper .mall-solution-card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 800;
}

#koreacare-mall-wrapper .mall-effect-list {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

#koreacare-mall-wrapper .mall-effect-list div {
	display: grid;
	grid-template-columns: 78px 1fr;
	gap: 10px;
	align-items: center;
}

#koreacare-mall-wrapper .mall-effect-list span {
	font-size: 0.98rem;
	color: #475467;
}

#koreacare-mall-wrapper .mall-effect-list b {
	position: relative;
	display: block;
	height: 8px;
	border-radius: 999px;
	background: rgba(203, 213, 225, 0.6);
}

#koreacare-mall-wrapper .mall-effect-list b::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	border-radius: 999px;
	width: 0;
}

#koreacare-mall-wrapper .mall-effect-list .w90::before {
	width: 90%;
	background: var(--mall-green);
}

#koreacare-mall-wrapper .mall-effect-list .w35::before {
	width: 35%;
	background: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-effect-list .w84::before {
	width: 84%;
	background: var(--mall-violet);
}

#koreacare-mall-wrapper .mall-side-card.green p {
	font-size: 1rem;
	font-weight: 700;
	color: #16956b;
}

#koreacare-mall-wrapper .mall-problems-head {
	align-items: flex-start;
}

#koreacare-mall-wrapper .mall-problems-label {
	color: var(--mall-red);
}

#koreacare-mall-wrapper .mall-problems-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

#koreacare-mall-wrapper .mall-problem-card {
	padding: 28px 26px;
}

#koreacare-mall-wrapper .mall-problem-card span {
	display: inline-block;
	margin-top: 18px;
	font-size: 0.98rem;
	font-weight: 700;
}

#koreacare-mall-wrapper .mall-problem-card.coral span {
	color: var(--mall-red);
}

#koreacare-mall-wrapper .mall-problem-card.dark span {
	color: #3f4756;
}

#koreacare-mall-wrapper .mall-problem-card.amber span {
	color: #db7b00;
}

#koreacare-mall-wrapper .mall-problem-card.slate span {
	color: #505a6b;
}

#koreacare-mall-wrapper .mall-problems-quote {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 30px;
	padding: 24px 28px;
	border-radius: 22px;
	background: #1e293b;
	color: #ffffff;
}

#koreacare-mall-wrapper .mall-problems-quote strong {
	font-size: 1.3rem;
	font-weight: 700;
}

#koreacare-mall-wrapper .mall-problems-quote span {
	color: rgba(255, 255, 255, 0.7);
}

#koreacare-mall-wrapper .mall-solution-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

#koreacare-mall-wrapper .mall-solution-card {
	padding: 28px 28px 26px;
	min-height: 328px;
}

#koreacare-mall-wrapper .mall-solution-number {
	position: absolute;
	top: 22px;
	right: 22px;
	font-size: 4rem;
	font-weight: 800;
	letter-spacing: -0.05em;
	color: rgba(148, 163, 184, 0.14);
}

#koreacare-mall-wrapper .mall-solution-card.blue h3,
#koreacare-mall-wrapper .mall-solution-card.blue li {
	color: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-solution-card.green h3,
#koreacare-mall-wrapper .mall-solution-card.green li {
	color: #149365;
}

#koreacare-mall-wrapper .mall-solution-card.violet h3,
#koreacare-mall-wrapper .mall-solution-card.violet li {
	color: #5f55d9;
}

#koreacare-mall-wrapper .mall-solution-card.lilac h3,
#koreacare-mall-wrapper .mall-solution-card.lilac li {
	color: #7d63f0;
}

#koreacare-mall-wrapper .mall-solution-card ul,
#koreacare-mall-wrapper .mall-service-card ul {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

#koreacare-mall-wrapper .mall-solution-card li,
#koreacare-mall-wrapper .mall-service-card li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 12px;
	font-size: 1rem;
	font-weight: 700;
}

#koreacare-mall-wrapper .mall-service-overview-head {
	max-width: 840px;
	margin: 0 auto 40px;
	text-align: center;
}

#koreacare-mall-wrapper .mall-service-overview-head p {
	margin: 20px auto 0;
	max-width: 760px;
	font-size: 1.35rem;
	line-height: 1.55;
	color: #475467;
}

#koreacare-mall-wrapper .mall-pill {
	background: #e8ebf0;
	color: #6b7280;
}

#koreacare-mall-wrapper .mall-service-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

#koreacare-mall-wrapper .mall-service-card {
	padding: 28px 28px 30px;
}

#koreacare-mall-wrapper .mall-service-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 92px;
	height: 98px;
	background: rgba(0, 0, 0, 0.03);
	border-bottom-left-radius: 24px;
}

#koreacare-mall-wrapper .mall-service-card.blue::before {
	background: rgba(51, 104, 232, 0.1);
}

#koreacare-mall-wrapper .mall-service-card.green::before {
	background: rgba(31, 180, 125, 0.12);
}

#koreacare-mall-wrapper .mall-service-card.violet::before {
	background: rgba(120, 96, 234, 0.12);
}

#koreacare-mall-wrapper .mall-service-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 170px;
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 800;
}

#koreacare-mall-wrapper .mall-service-card.blue .mall-service-chip {
	background: var(--mall-blue-soft);
	color: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-service-card.green .mall-service-chip {
	background: var(--mall-green-soft);
	color: #139064;
}

#koreacare-mall-wrapper .mall-service-card.violet .mall-service-chip {
	background: var(--mall-violet-soft);
	color: var(--mall-violet);
}

#koreacare-mall-wrapper .mall-service-card ul {
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid #e7ebf0;
}

#koreacare-mall-wrapper .mall-service-card li {
	color: #475467;
	font-weight: 600;
}

#koreacare-mall-wrapper .mall-detail-section,
#koreacare-mall-wrapper .mall-effect-section,
#koreacare-mall-wrapper .mall-screens-section {
	padding: 88px 0;
	background: var(--mall-bg);
	border-bottom: 1px solid #e5e9ef;
}

#koreacare-mall-wrapper .mall-detail-head,
#koreacare-mall-wrapper .mall-effect-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 34px;
}

#koreacare-mall-wrapper .mall-detail-head h2,
#koreacare-mall-wrapper .mall-effect-head h2 {
	margin: 0;
	font-size: clamp(2.2rem, 4vw, 3.8rem);
	line-height: 1.12;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: var(--mall-text);
}

#koreacare-mall-wrapper .mall-detail-head h2 strong,
#koreacare-mall-wrapper .mall-effect-head h2 strong {
	color: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-detail-head p,
#koreacare-mall-wrapper .mall-effect-head p {
	max-width: 360px;
	margin: 0;
	font-size: 1.22rem;
	line-height: 1.45;
	text-align: right;
	color: #475467;
}

#koreacare-mall-wrapper .mall-detail-green .mall-detail-head h2 strong {
	color: #119465;
}

#koreacare-mall-wrapper .mall-detail-mint .mall-detail-head h2 strong {
	color: #0f9b69;
}

#koreacare-mall-wrapper .mall-detail-layout {
	display: grid;
	grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
	background: rgba(255, 255, 255, 0.56);
	border: 1px solid #dfe5ed;
	border-radius: 28px;
	overflow: hidden;
}

#koreacare-mall-wrapper .mall-detail-aside {
	padding: 28px 26px 22px;
	background: linear-gradient(180deg, #eef4ff 0%, #e6eef8 100%);
}

#koreacare-mall-wrapper .mall-detail-green .mall-detail-aside {
	background: linear-gradient(180deg, #eef8f3 0%, #e7f2ed 100%);
}

#koreacare-mall-wrapper .mall-detail-mint .mall-detail-aside {
	background: linear-gradient(180deg, #ecf7f1 0%, #e5f3ec 100%);
}

#koreacare-mall-wrapper .mall-detail-icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	border-radius: 16px;
	background: var(--mall-blue);
	color: #ffffff;
}

#koreacare-mall-wrapper .mall-detail-green .mall-detail-icon-wrap,
#koreacare-mall-wrapper .mall-detail-mint .mall-detail-icon-wrap {
	background: #11a26f;
}

#koreacare-mall-wrapper .mall-detail-icon-wrap svg {
	width: 36px;
	height: 36px;
}

#koreacare-mall-wrapper .mall-detail-aside h3,
#koreacare-mall-wrapper .mall-screen-head h3 {
	margin: 22px 0 0;
	font-size: 2rem;
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--mall-text);
}

#koreacare-mall-wrapper .mall-detail-aside p,
#koreacare-mall-wrapper .mall-screen-head p {
	margin: 16px 0 0;
	font-size: 1.04rem;
	line-height: 1.68;
	color: #526071;
}

#koreacare-mall-wrapper .mall-detail-mini-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 26px;
}

#koreacare-mall-wrapper .mall-detail-mini-grid div {
	padding: 22px 16px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid #dfe6ee;
	text-align: center;
}

#koreacare-mall-wrapper .mall-detail-mini-grid strong {
	display: block;
	font-size: 1.15rem;
	font-weight: 800;
	color: #1f2937;
}

#koreacare-mall-wrapper .mall-detail-mini-grid span {
	display: block;
	margin-top: 8px;
	font-size: 0.95rem;
	color: #7b8797;
}

#koreacare-mall-wrapper .mall-detail-stat {
	margin-top: 18px;
	padding: 18px 18px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid #d7e0ea;
}

#koreacare-mall-wrapper .mall-detail-stat span {
	display: block;
	font-size: 0.95rem;
	font-weight: 700;
	color: #4b5563;
}

#koreacare-mall-wrapper .mall-detail-stat strong {
	display: block;
	margin-top: 6px;
	font-size: 2.2rem;
	font-weight: 800;
	color: var(--mall-blue);
	text-align: right;
}

#koreacare-mall-wrapper .mall-detail-stat.zero strong,
#koreacare-mall-wrapper .mall-detail-mint .mall-detail-head h2 strong {
	color: #119c69;
}

#koreacare-mall-wrapper .mall-detail-stat b,
#koreacare-mall-wrapper .mall-effect-bar {
	display: block;
	height: 8px;
	margin-top: 12px;
	border-radius: 999px;
	background: #e6eaf0;
	position: relative;
}

#koreacare-mall-wrapper .mall-detail-stat b::before,
#koreacare-mall-wrapper .mall-effect-bar::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	border-radius: 999px;
	background: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-detail-stat .w85::before {
	width: 85%;
}

#koreacare-mall-wrapper .mall-detail-stat .w92::before {
	width: 92%;
	background: #14a06d;
}

#koreacare-mall-wrapper .mall-detail-stat .w100::before {
	width: 100%;
	background: #14a06d;
}

#koreacare-mall-wrapper .mall-detail-main {
	padding: 30px 32px;
	background: rgba(255, 255, 255, 0.74);
}

#koreacare-mall-wrapper .mall-detail-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
}

#koreacare-mall-wrapper .mall-detail-info h4,
#koreacare-mall-wrapper .mall-detail-process h4 {
	margin: 0;
	padding-left: 16px;
	position: relative;
	font-size: 1.9rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #1f2937;
}

#koreacare-mall-wrapper .mall-detail-info h4::before,
#koreacare-mall-wrapper .mall-detail-process h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 5px;
	height: 30px;
	border-radius: 999px;
	background: #1f2937;
}

#koreacare-mall-wrapper .mall-detail-info p {
	margin: 22px 0 0;
	font-size: 1.04rem;
	line-height: 1.75;
	color: #4b5563;
}

#koreacare-mall-wrapper .mall-detail-info p strong {
	color: #1f2937;
}

#koreacare-mall-wrapper .mall-detail-info.benefits h4 {
	color: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-detail-info.benefits h4::before {
	background: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-detail-green .mall-detail-info.benefits h4,
#koreacare-mall-wrapper .mall-detail-mint .mall-detail-info.benefits h4 {
	color: #10a16d;
}

#koreacare-mall-wrapper .mall-detail-green .mall-detail-info.benefits h4::before,
#koreacare-mall-wrapper .mall-detail-mint .mall-detail-info.benefits h4::before {
	background: #10a16d;
}

#koreacare-mall-wrapper .mall-detail-benefit-list {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

#koreacare-mall-wrapper .mall-detail-benefit-list div {
	padding: 16px 16px 16px 18px;
	border-left: 4px solid var(--mall-blue);
	background: #f7f9fb;
	border-radius: 10px;
}

#koreacare-mall-wrapper .mall-detail-green .mall-detail-benefit-list div,
#koreacare-mall-wrapper .mall-detail-mint .mall-detail-benefit-list div {
	border-left-color: #10a16d;
}

#koreacare-mall-wrapper .mall-detail-benefit-list strong {
	display: block;
	font-size: 1.08rem;
	font-weight: 800;
	color: #1f2937;
}

#koreacare-mall-wrapper .mall-detail-benefit-list span {
	display: block;
	margin-top: 6px;
	font-size: 0.96rem;
	color: #667085;
}

#koreacare-mall-wrapper .mall-detail-process {
	margin-top: 32px;
}

#koreacare-mall-wrapper .mall-process-track {
	display: grid;
	grid-template-columns: repeat(7, auto);
	align-items: center;
	gap: 18px;
	margin-top: 22px;
	padding: 22px 18px;
	border-radius: 22px;
	background: #f7f9fb;
	border: 1px solid #e4e9ef;
}

#koreacare-mall-wrapper .mall-process-step {
	display: grid;
	justify-items: center;
	min-width: 110px;
	text-align: center;
}

#koreacare-mall-wrapper .mall-process-step::before {
	content: "";
	width: 42px;
	height: 42px;
	margin-bottom: 12px;
	border-radius: 50%;
	border: 2px solid #b9d3ff;
	background: #f3f8ff;
}

#koreacare-mall-wrapper .mall-detail-green .mall-process-step::before,
#koreacare-mall-wrapper .mall-detail-mint .mall-process-step::before {
	border-color: #aee7cf;
	background: #effaf5;
}

#koreacare-mall-wrapper .mall-process-step.active::before {
	background: var(--mall-blue);
	border-color: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-detail-green .mall-process-step.active::before,
#koreacare-mall-wrapper .mall-detail-mint .mall-process-step.active::before {
	background: #10a16d;
	border-color: #10a16d;
}

#koreacare-mall-wrapper .mall-process-step strong {
	font-size: 1.02rem;
	font-weight: 800;
	color: #1f2937;
}

#koreacare-mall-wrapper .mall-process-step span {
	margin-top: 6px;
	font-size: 0.93rem;
	color: #667085;
}

#koreacare-mall-wrapper .mall-process-arrow {
	font-size: 2rem;
	font-weight: 600;
	color: #98a2b3;
}

#koreacare-mall-wrapper .mall-effect-grid {
	display: grid;
	gap: 22px;
}

#koreacare-mall-wrapper .mall-effect-grid.top {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

#koreacare-mall-wrapper .mall-effect-grid.bottom {
	grid-template-columns: 1fr 1fr;
	margin-top: 22px;
}

#koreacare-mall-wrapper .mall-effect-card {
	padding: 30px 28px 24px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid #dde4ec;
	border-radius: 24px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
}

#koreacare-mall-wrapper .mall-effect-card.blue {
	border-top: 4px solid var(--mall-blue);
}

#koreacare-mall-wrapper .mall-effect-card.violet,
#koreacare-mall-wrapper .mall-effect-card.lilac {
	border-top: 4px solid var(--mall-violet);
}

#koreacare-mall-wrapper .mall-effect-card.green {
	border-top: 4px solid #12a06d;
}

#koreacare-mall-wrapper .mall-effect-card h3 {
	margin: 0;
	font-size: 1.9rem;
	font-weight: 800;
	color: var(--mall-text);
}

#koreacare-mall-wrapper .mall-effect-card p {
	margin: 14px 0 0;
	font-size: 1.02rem;
	line-height: 1.65;
	color: #667085;
}

#koreacare-mall-wrapper .mall-effect-metric {
	margin-top: 26px;
	padding-top: 18px;
	border-top: 1px solid #e5e7eb;
}

#koreacare-mall-wrapper .mall-effect-metric span {
	display: block;
	font-size: 0.95rem;
	color: #98a2b3;
}

#koreacare-mall-wrapper .mall-effect-metric strong {
	display: block;
	margin-top: 8px;
	font-size: 2.1rem;
	font-weight: 800;
	color: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-effect-card.violet .mall-effect-metric strong,
#koreacare-mall-wrapper .mall-effect-card.lilac .mall-effect-metric strong {
	color: var(--mall-violet);
}

#koreacare-mall-wrapper .mall-effect-card.green .mall-effect-metric strong {
	color: #12a06d;
}

#koreacare-mall-wrapper .mall-effect-card.wide {
	padding-bottom: 22px;
}

#koreacare-mall-wrapper .mall-effect-inline {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
}

#koreacare-mall-wrapper .mall-effect-metric.compact {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
	text-align: right;
}

#koreacare-mall-wrapper .mall-effect-bar {
	margin-top: 18px;
}

#koreacare-mall-wrapper .mall-effect-bar::before {
	width: 100%;
}

#koreacare-mall-wrapper .mall-effect-bar.green::before {
	width: 88%;
	background: #12a06d;
}

#koreacare-mall-wrapper .mall-effect-note {
	margin-top: 24px;
	padding: 18px 24px;
	border-radius: 999px;
	background: #eaf1ff;
	border: 1px solid #d2dfff;
	text-align: center;
	font-size: 1rem;
	color: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-screen-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

#koreacare-mall-wrapper .mall-screen-card {
	padding: 6px 0 0;
}

#koreacare-mall-wrapper .mall-screen-head {
	text-align: center;
	margin-bottom: 20px;
}

#koreacare-mall-wrapper .mall-screen-head h3 {
	font-size: 1.9rem;
}

#koreacare-mall-wrapper .mall-screen-head p {
	margin-top: 8px;
}

#koreacare-mall-wrapper .mall-browser {
	border: 1px solid #dde3ea;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 20px 42px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

#koreacare-mall-wrapper .mall-browser-top {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	background: #f7f8fa;
	border-bottom: 1px solid #e6ebf0;
}

#koreacare-mall-wrapper .mall-browser-top span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #cbd5e1;
}

#koreacare-mall-wrapper .mall-browser-top b {
	margin-left: 8px;
	font-size: 0.9rem;
	color: #64748b;
}

#koreacare-mall-wrapper .mall-browser-toolbar {
	display: flex;
	gap: 8px;
	padding: 10px 14px;
	border-bottom: 1px solid #eef2f6;
	background: #ffffff;
}

#koreacare-mall-wrapper .mall-browser-toolbar em {
	padding: 6px 10px;
	border-radius: 8px;
	background: #f5f7fa;
	font-style: normal;
	font-size: 0.86rem;
	color: #64748b;
}

#koreacare-mall-wrapper .mall-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	padding: 14px;
	background: #fcfcfd;
}

#koreacare-mall-wrapper .mall-product-card {
	padding: 10px;
	border-radius: 12px;
	border: 1px solid #edf1f5;
	background: #ffffff;
}

#koreacare-mall-wrapper .mall-product-card i {
	display: block;
	aspect-ratio: 1 / 0.82;
	border-radius: 10px;
	background: linear-gradient(135deg, #d8e5ff, #f0f5ff);
}

#koreacare-mall-wrapper .mall-product-card strong {
	display: block;
	margin-top: 10px;
	font-size: 0.92rem;
	font-weight: 700;
	color: #344054;
}

#koreacare-mall-wrapper .mall-product-card span {
	display: block;
	margin-top: 4px;
	font-size: 0.86rem;
	color: #e15241;
}

#koreacare-mall-wrapper .mall-detail-browser-body {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 14px;
	padding: 14px;
	background: #fcfcfd;
}

#koreacare-mall-wrapper .mall-detail-product-visual,
#koreacare-mall-wrapper .mall-detail-product-info {
	padding: 18px;
	border-radius: 14px;
	border: 1px solid #edf1f5;
	background: #ffffff;
}

#koreacare-mall-wrapper .mall-detail-product-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
}

#koreacare-mall-wrapper .mall-walker {
	position: relative;
	width: 230px;
	height: 260px;
}

#koreacare-mall-wrapper .walker-seat {
	position: absolute;
	top: 78px;
	left: 60px;
	width: 108px;
	height: 54px;
	border-radius: 12px;
	background: #1f2937;
	box-shadow: inset 0 -8px 0 rgba(255, 255, 255, 0.08);
}

#koreacare-mall-wrapper .walker-handle {
	position: absolute;
	top: 28px;
	left: 70px;
	width: 90px;
	height: 44px;
	border: 7px solid #1f2937;
	border-bottom: 0;
	border-radius: 18px 18px 0 0;
}

#koreacare-mall-wrapper .walker-frame {
	position: absolute;
	top: 52px;
	left: 34px;
	width: 150px;
	height: 150px;
	border: 7px solid #4b5563;
	border-top: 0;
	border-radius: 0 0 30px 30px;
	transform: perspective(300px) rotateX(6deg);
}

#koreacare-mall-wrapper .walker-wheel {
	position: absolute;
	bottom: 10px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 6px solid #4b5563;
	background: #ffffff;
}

#koreacare-mall-wrapper .walker-wheel::after {
	content: "";
	position: absolute;
	inset: 10px;
	border-radius: 50%;
	background: #ef4444;
}

#koreacare-mall-wrapper .walker-wheel.left {
	left: 24px;
}

#koreacare-mall-wrapper .walker-wheel.right {
	right: 22px;
}

#koreacare-mall-wrapper .mall-detail-product-info h4 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 800;
	color: #111827;
}

#koreacare-mall-wrapper .mall-detail-product-info strong {
	display: block;
	margin-top: 10px;
	font-size: 2rem;
	font-weight: 800;
	color: #111827;
}

#koreacare-mall-wrapper .mall-detail-product-info ul {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

#koreacare-mall-wrapper .mall-detail-product-info li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 0.96rem;
	color: #4b5563;
}

#koreacare-mall-wrapper .mall-detail-product-info li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #34d399;
}

#koreacare-mall-wrapper .mall-detail-product-info button {
	width: 100%;
	margin-top: 18px;
	padding: 14px 18px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, #26c6da, #44c18b);
	color: #ffffff;
	font-size: 1rem;
	font-weight: 800;
	cursor: pointer;
}

#koreacare-mall-wrapper .mall-flow-section,
#koreacare-mall-wrapper .mall-cta-section {
	padding: 88px 0;
	background: var(--mall-bg);
	border-bottom: 1px solid #e5e9ef;
}

#koreacare-mall-wrapper .mall-flow-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px 20px;
}

#koreacare-mall-wrapper .mall-flow-card {
	position: relative;
	padding: 32px 24px 26px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid #dde4ec;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
}

#koreacare-mall-wrapper .mall-flow-number {
	position: absolute;
	top: -12px;
	left: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #64748b;
	color: #ffffff;
	font-size: 1.05rem;
	font-weight: 800;
	box-shadow: 0 12px 20px rgba(15, 23, 42, 0.12);
}

#koreacare-mall-wrapper .mall-flow-card.purchase .mall-flow-number {
	background: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-flow-card.manage .mall-flow-number {
	background: #14a06d;
}

#koreacare-mall-wrapper .mall-flow-badge {
	position: absolute;
	top: -10px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: #ef4444;
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 800;
}

#koreacare-mall-wrapper .mall-flow-card h3 {
	margin: 26px 0 0;
	font-size: 1.75rem;
	line-height: 1.2;
	font-weight: 800;
	color: var(--mall-text);
}

#koreacare-mall-wrapper .mall-flow-card p {
	margin: 14px 0 0;
	font-size: 1rem;
	line-height: 1.65;
	color: #667085;
}

#koreacare-mall-wrapper .mall-flow-legend {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 26px;
	margin-top: 28px;
}

#koreacare-mall-wrapper .mall-flow-legend span {
	position: relative;
	padding-left: 18px;
	font-size: 0.98rem;
	color: #667085;
}

#koreacare-mall-wrapper .mall-flow-legend span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

#koreacare-mall-wrapper .mall-flow-legend .prep::before {
	background: #94a3b8;
}

#koreacare-mall-wrapper .mall-flow-legend .purchase::before {
	background: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-flow-legend .manage::before {
	background: #14a06d;
}

#koreacare-mall-wrapper .mall-cta-shell {
	position: relative;
	padding: 72px 56px 38px;
	border-radius: 36px;
	background:
		radial-gradient(circle at 92% 10%, rgba(190, 217, 255, 0.45), transparent 25%),
		radial-gradient(circle at 4% 92%, rgba(186, 236, 214, 0.4), transparent 24%),
		linear-gradient(180deg, #f4f7fb 0%, #eef2f7 100%);
	border: 1px solid #dde4ec;
	overflow: hidden;
}

#koreacare-mall-wrapper .mall-cta-label {
	display: block;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-cta-shell h2 {
	margin: 18px 0 0;
	text-align: center;
	font-size: clamp(2.6rem, 5vw, 5rem);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.05em;
	color: var(--mall-text);
}

#koreacare-mall-wrapper .mall-cta-shell h2 strong {
	color: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-cta-shell > p {
	margin: 24px auto 0;
	max-width: 720px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #526071;
}

#koreacare-mall-wrapper .mall-cta-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 210px;
	gap: 28px;
	align-items: stretch;
	margin-top: 44px;
}

#koreacare-mall-wrapper .mall-cta-card {
	padding: 34px 28px 28px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid #dfe5ed;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
	text-align: center;
}

#koreacare-mall-wrapper .mall-cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
}

#koreacare-mall-wrapper .mall-cta-icon.blue {
	background: #e7efff;
	color: var(--mall-blue);
}

#koreacare-mall-wrapper .mall-cta-icon.green {
	background: #e8f8ef;
	color: #14a06d;
}

#koreacare-mall-wrapper .mall-cta-icon svg {
	width: 34px;
	height: 34px;
}

#koreacare-mall-wrapper .mall-cta-card h3 {
	margin: 22px 0 0;
	font-size: 2rem;
	font-weight: 800;
	color: var(--mall-text);
}

#koreacare-mall-wrapper .mall-cta-card p {
	margin: 18px 0 0;
	font-size: 1.14rem;
	line-height: 1.6;
	color: #667085;
}

#koreacare-mall-wrapper .mall-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 214px;
	margin-top: 30px;
	padding: 16px 22px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 800;
	transition: transform 0.2s ease;
}

#koreacare-mall-wrapper .mall-cta-button:hover {
	transform: translateY(-2px);
}

#koreacare-mall-wrapper .mall-cta-button.primary {
	background: var(--mall-blue);
	color: #ffffff;
}

#koreacare-mall-wrapper .mall-cta-button.secondary {
	border: 3px solid var(--mall-blue);
	color: var(--mall-blue);
	background: #ffffff;
}

#koreacare-mall-wrapper .mall-qr-panel {
	display: grid;
	justify-items: center;
	align-content: start;
	gap: 14px;
	padding-top: 12px;
}

#koreacare-mall-wrapper .mall-qr-code {
	position: relative;
	width: 170px;
	height: 170px;
	border-radius: 18px;
	background:
		linear-gradient(90deg, #000 10%, transparent 10% 20%, #000 20% 30%, transparent 30% 35%, #000 35% 45%, transparent 45% 55%, #000 55% 65%, transparent 65% 75%, #000 75% 85%, transparent 85%),
		linear-gradient(#000 10%, transparent 10% 20%, #000 20% 30%, transparent 30% 35%, #000 35% 45%, transparent 45% 55%, #000 55% 65%, transparent 65% 75%, #000 75% 85%, transparent 85%);
	background-size: 100% 100%;
	background-color: #ffffff;
	border: 1px solid #dfe5ed;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

#koreacare-mall-wrapper .mall-qr-code .finder {
	position: absolute;
	width: 42px;
	height: 42px;
	border: 10px solid #000;
	background: #ffffff;
}

#koreacare-mall-wrapper .mall-qr-code .finder::after {
	content: "";
	position: absolute;
	inset: 8px;
	background: #000;
}

#koreacare-mall-wrapper .mall-qr-code .finder.tl {
	top: 10px;
	left: 10px;
}

#koreacare-mall-wrapper .mall-qr-code .finder.tr {
	top: 10px;
	right: 10px;
}

#koreacare-mall-wrapper .mall-qr-code .finder.bl {
	left: 10px;
	bottom: 10px;
}

#koreacare-mall-wrapper .mall-qr-panel strong {
	font-size: 1.2rem;
	font-weight: 800;
	color: #1f2937;
}

#koreacare-mall-wrapper .mall-qr-panel span {
	font-size: 1rem;
	color: #667085;
}

#koreacare-mall-wrapper .mall-contact-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 34px;
	padding-top: 26px;
	border-top: 1px solid #dce3eb;
}

#koreacare-mall-wrapper .mall-contact-pill,
#koreacare-mall-wrapper .mall-contact-hours {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #dfe5ed;
	font-size: 0.98rem;
	color: #526071;
	text-decoration: none;
}

#koreacare-mall-wrapper .mall-contact-hours {
	background: transparent;
	border: 0;
	padding: 0 4px;
}

#koreacare-mall-wrapper .service-body {
	padding-top: 88px;
}

@media (max-width: 1100px) {
	#koreacare-mall-wrapper .mall-showcase-grid,
	#koreacare-mall-wrapper .mall-summary-grid {
		grid-template-columns: 1fr;
	}

	#koreacare-mall-wrapper .mall-showcase-visual {
		min-height: 440px;
	}

	#koreacare-mall-wrapper .mall-section-header,
	#koreacare-mall-wrapper .mall-problems-head {
		flex-direction: column;
		align-items: flex-start;
	}

	#koreacare-mall-wrapper .mall-section-header p,
	#koreacare-mall-wrapper .mall-problems-head p,
	#koreacare-mall-wrapper .mall-solution-head p {
		max-width: none;
		text-align: left;
	}

	#koreacare-mall-wrapper .mall-service-cards {
		grid-template-columns: 1fr;
	}

	#koreacare-mall-wrapper .mall-detail-head,
	#koreacare-mall-wrapper .mall-effect-head {
		flex-direction: column;
		align-items: flex-start;
	}

	#koreacare-mall-wrapper .mall-detail-head p,
	#koreacare-mall-wrapper .mall-effect-head p {
		max-width: none;
		text-align: left;
	}

	#koreacare-mall-wrapper .mall-detail-layout,
	#koreacare-mall-wrapper .mall-effect-grid.top,
	#koreacare-mall-wrapper .mall-screen-grid,
	#koreacare-mall-wrapper .mall-flow-grid,
	#koreacare-mall-wrapper .mall-cta-grid {
		grid-template-columns: 1fr;
	}

	#koreacare-mall-wrapper .mall-detail-info-grid {
		grid-template-columns: 1fr;
	}

	#koreacare-mall-wrapper .mall-qr-panel {
		justify-items: start;
	}
}

@media (max-width: 768px) {
	#koreacare-mall-wrapper .mall-showcase-section,
	#koreacare-mall-wrapper .mall-summary-section,
	#koreacare-mall-wrapper .mall-problems-section,
	#koreacare-mall-wrapper .mall-solution-section,
	#koreacare-mall-wrapper .mall-service-overview-section,
	#koreacare-mall-wrapper .mall-detail-section,
	#koreacare-mall-wrapper .mall-effect-section,
	#koreacare-mall-wrapper .mall-screens-section,
	#koreacare-mall-wrapper .mall-flow-section,
	#koreacare-mall-wrapper .mall-cta-section {
		padding: 68px 0;
	}

	#koreacare-mall-wrapper .mall-showcase-copy h2,
	#koreacare-mall-wrapper .mall-section-header h2,
	#koreacare-mall-wrapper .mall-problems-head h2,
	#koreacare-mall-wrapper .mall-service-overview-head h2,
	#koreacare-mall-wrapper .mall-detail-head h2,
	#koreacare-mall-wrapper .mall-effect-head h2 {
		font-size: 2.5rem;
	}

	#koreacare-mall-wrapper .mall-showcase-desc,
	#koreacare-mall-wrapper .mall-service-overview-head p,
	#koreacare-mall-wrapper .mall-section-header p,
	#koreacare-mall-wrapper .mall-problems-head p,
	#koreacare-mall-wrapper .mall-solution-head p,
	#koreacare-mall-wrapper .mall-detail-head p,
	#koreacare-mall-wrapper .mall-effect-head p {
		font-size: 1.12rem;
	}

	#koreacare-mall-wrapper .mall-operation-grid,
	#koreacare-mall-wrapper .mall-problems-grid,
	#koreacare-mall-wrapper .mall-solution-grid,
	#koreacare-mall-wrapper .mall-detail-mini-grid,
	#koreacare-mall-wrapper .mall-effect-grid.bottom,
	#koreacare-mall-wrapper .mall-detail-browser-body,
	#koreacare-mall-wrapper .mall-product-grid {
		grid-template-columns: 1fr;
	}

	#koreacare-mall-wrapper .mall-showcase-visual {
		min-height: 360px;
	}

	#koreacare-mall-wrapper .mall-visual-center {
		top: 160px;
		left: 48%;
		width: 106px;
		height: 106px;
	}

	#koreacare-mall-wrapper .mall-card-top {
		top: 46px;
		left: 30px;
	}

	#koreacare-mall-wrapper .mall-card-right {
		top: 86px;
		right: 20px;
	}

	#koreacare-mall-wrapper .mall-card-bottom {
		left: 26px;
		bottom: 34px;
	}

	#koreacare-mall-wrapper .mall-summary-card,
	#koreacare-mall-wrapper .mall-side-card,
	#koreacare-mall-wrapper .mall-core-services-card,
	#koreacare-mall-wrapper .mall-problem-card,
	#koreacare-mall-wrapper .mall-solution-card,
	#koreacare-mall-wrapper .mall-service-card {
		padding: 22px 18px 22px;
		border-radius: 20px;
	}

	#koreacare-mall-wrapper .mall-summary-card h3,
	#koreacare-mall-wrapper .mall-side-card h3,
	#koreacare-mall-wrapper .mall-core-services-card h3,
	#koreacare-mall-wrapper .mall-problem-card h3,
	#koreacare-mall-wrapper .mall-solution-card h3,
	#koreacare-mall-wrapper .mall-service-card h3 {
		font-size: 1.55rem;
	}

	#koreacare-mall-wrapper .mall-problems-quote {
		flex-direction: column;
		align-items: flex-start;
	}

	#koreacare-mall-wrapper .mall-solution-card {
		min-height: auto;
	}

	#koreacare-mall-wrapper .mall-detail-aside,
	#koreacare-mall-wrapper .mall-detail-main,
	#koreacare-mall-wrapper .mall-effect-card {
		padding: 22px 18px;
	}

	#koreacare-mall-wrapper .mall-process-track {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	#koreacare-mall-wrapper .mall-process-arrow {
		display: none;
	}

	#koreacare-mall-wrapper .mall-process-step {
		justify-items: start;
		text-align: left;
		grid-template-columns: auto 1fr;
		column-gap: 14px;
		align-items: center;
	}

	#koreacare-mall-wrapper .mall-process-step::before {
		margin-bottom: 0;
		grid-row: span 2;
	}

	#koreacare-mall-wrapper .mall-effect-inline {
		flex-direction: column;
		align-items: flex-start;
	}

	#koreacare-mall-wrapper .mall-effect-metric.compact {
		text-align: left;
	}

	#koreacare-mall-wrapper .mall-effect-note {
		border-radius: 20px;
		text-align: left;
	}

	#koreacare-mall-wrapper .mall-cta-shell {
		padding: 44px 22px 24px;
		border-radius: 26px;
	}

	#koreacare-mall-wrapper .mall-cta-label {
		font-size: 1.2rem;
	}

	#koreacare-mall-wrapper .mall-cta-shell > p {
		font-size: 1.14rem;
	}

	#koreacare-mall-wrapper .mall-cta-card {
		padding: 24px 18px 22px;
	}

	#koreacare-mall-wrapper .mall-cta-button {
		width: 100%;
		min-width: 0;
	}

	#koreacare-mall-wrapper .mall-qr-code {
		width: 148px;
		height: 148px;
	}

	#koreacare-mall-wrapper .mall-contact-row {
		justify-content: flex-start;
	}

	#koreacare-mall-wrapper .mall-contact-pill,
	#koreacare-mall-wrapper .mall-contact-hours {
		width: 100%;
		justify-content: center;
	}

	#koreacare-mall-wrapper .mall-detail-product-visual {
		min-height: 260px;
	}

	#koreacare-mall-wrapper .mall-walker {
		transform: scale(0.82);
		transform-origin: center;
	}

	#koreacare-mall-wrapper .service-body {
		padding-top: 72px;
	}
}
