.p-mv__inner {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
.c-page-lead {
	color: #333;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.c-page-title {
	color: #009BA4;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.p-mv__body {
	display: flex;
	flex-direction: column;
}

.p-problem {}
.p-problem .l-container {
	border-radius: 8px;
	outline: 1px solid #43B0B1;
    border: solid #FFF 8px;
}
.p-problem .l-container__inner {
	border-radius: 6px;
	background: linear-gradient(90deg, #F3F3F3 0%, #F3F3F3 100%);
}
.p-problem__grid {}
.p-problem__card {
	position: relative;
	background-color: #FFF;
	border-radius: 16px;
	box-shadow: 8px 8px 0 0 #43B0B1;
	text-align: center;
}

.p-problem__card::after {
	content: "";
	position: absolute;
	background-color: #43B0B1;
	height: calc(tan(60deg) * 60px / 2);
    width: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 50%);
    bottom: -53px;
    right: 5px;
}
.p-problem__card-thumb {
	position: absolute;
	z-index: 0;
}
.p-problem__card-body {
	z-index: 1;
}
.p-problem__card-title {
	color: #F28F00;
	font-family: "M PLUS 1";
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.p-problem__card-lead {
	color: #333;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.p-problem__footer {
	background: linear-gradient(90deg, rgba(67, 176, 177, 0.00) 0%, #43B0B1 20%, #43B0B1 80%, rgba(67, 176, 177, 0.00) 100%);
	color: #FFF;
	text-align: center;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 8px 0 12px;
	position: relative;
}
.p-problem__footer::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(https://tp-img.imgix.net/s/hicarewellness/nursing/icon_arrow_gradient.svg);
	width: 320px;
	height: 48px;

}

.p-reason {
	background-color: #E3F8F6;
}
.p-reason__list {
	display: flex;
	flex-direction: column;
}
.p-reason__item {
	display: flex;
	background-color: #FFF;
}
.p-reason__body {
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
}
.p-reason__meta {
	position: relative;
	z-index: -1;
}
.c-label-orange {
	background: #F28F00;
	color: #FFF;
	font-size: var(--16px);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 4px 8px;
}
.p-reason__number {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #F28F00;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 0;
	color: #FFF;
}
.p-reason__title {
	color: #333;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.p-reason__text {
	color: #333;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.c-list-check {}
.c-list-check li {
	color: #333;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: relative;
}
.c-list-check li::before {
	content: "✓";
	color: #009BA4;
	font-size: var(--16px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right: 5px;
}
.p-cta {
	background-color: #43B0B1;
}
.p-function {
	background-color: #EEFBFA;
}

.p-function__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;

	@media (769px <= width) {
		grid-template-columns: repeat(3,1fr);
	}
}

/* .p-function__card {
	display: flex;
} */
.p-function__card-title {
	color: #333;
	font-family: "M PLUS 1";
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.96px;
}
.p-function__card-lead {
	color: #333;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.32px;
}


@media (48.0625rem <= width) {
	.l-mv {
		background: linear-gradient(90deg, #E3F8F6 0%, #FFEBD6 100%);
		position: relative;
	}
	.l-mv::before {
		content: "";
		background-image: url(https://tp-img.imgix.net/s/hicarewellness/medicine/mv_bg_pc_medicine.png?auto=compress,format&q=45);
		background-position: right;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
	}
	.p-mv__inner {
		gap: 16px;
		width: 300px;
		padding: 48px 0;
	}
	.c-page-lead {
		font-size: var(--24px);
	}
	.c-page-title {
		font-size: var(--48px);
	}
	.l-mv .c-link__btn {
		width: 100%;
		font-size: var(--20px);
	}
	.c-link__txt {
		font-size: var(--16px);
	}
	.c-link__txt.c-arrow--b {}
	.p-mv__body {
		gap: 16px;
		align-items: center;
	}

	.p-problem {
		padding-top: 0;
	}
	.p-problem .c-section-title {
		margin-bottom: 0;
	}

	.p-problem .l-container__inner {
		padding: 40px 48px 52px 48px;
		display: flex;
		flex-direction: column;
		gap: 32px;
	}
	.p-problem__grid {
		display: flex;
		gap: 40px;
		justify-content: space-between;
	}
	.p-problem__card {
		display: flex;
		padding: 16px 32px 24px 32px;
		flex-direction: column;
		gap: 16px;
		align-self: stretch;
		width: 32%;
	}
	.p-problem__card-thumb {
		top: 15px;
		right: 15px;
	}
	.p-problem__card-body {}
	.p-problem__card-title {
		font-size: var(--16px);
	}
	.p-problem__card-lead {
		font-size: var(--20px);
	}
	.p-problem__footer {
		font-size: var(--32px);
		width: 1200px;
		margin: 68px auto 0;
	}
	.p-problem__footer::before {
		top: -60px;
	}

	.p-reason {}
	.p-reason__list {
		gap: 48px;
	}
	.p-reason__item {
		gap: 48px;
		padding: 48px;
	}
	.p-reason__item:nth-child(even) {
		flex-direction: row-reverse;
	}
	.p-reason__body {
		gap: 16px;
		width: 496px;
	}
	.p-reason__number {
		font-size: 160px;
		line-height: 100px;
	}
	.p-reason__title {
		font-size: var(--24px);
	}
	.p-reason__text {
		font-size: var(--20px);
	}
	.c-list-check {
		font-size: var(--16px);
	}
	.c-list-check li {}
	.p-reason__visual {
		width: 560px;
	}

	.p-cta {}

	.p-function .l-container {
		width: 1120px;
	}
	/* .p-function__grid {
		justify-content: space-between;
		gap: 92px 50px;
	} */
	/* .p-function__card {
		gap: 20px;
		flex-direction: column;
		width: 312px;
	} */
	.p-function__card-title {
		font-size: var(--24px);
	}
	.p-function__card-lead {
		font-size: var(--16px);
		padding-top: 20px;
	}
	/* .p-function__grid {
		justify-content: space-between;
		gap: 92px 50px;
	} */

}

@media (48.0625rem >= width) {
	.l-mv {
		background: linear-gradient(180deg, #E4F2F0 49.52%, rgba(228, 242, 240, 0.60) 100%);
		position: relative;
	}
	.l-mv::before {
		content: "";
		background-image: url(https://tp-img.imgix.net/s/hicarewellness/medicine/mv_bg_sp_medicine.png?auto=compress,format&q=45);
		background-position: top;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
	}
	.p-mv__inner {
		gap: 16px;
		padding: 55vw 0 6vw;
        align-items: center;
		text-align: center;
	}
	.p-mv__body {
		align-items: center;
		gap: 16px;
	}
	.c-page-lead {
		font-size: var(--20px);
	}
	.c-page-title {
		font-size: var(--40px);
	}

	.l-container {
		margin: 0 4%;
	}
	.p-problem .l-container__inner {
		padding: 16px 8px 30px;
	}
	.c-section-lead {
		font-size: var(--18px);
		margin-top: 16px;
	}

	.p-problem__grid {
		gap: 32px;
        display: flex;
        flex-direction: column;
		margin-right: 8px;
		margin-top: 16px;
	}
	.p-problem__card {
		padding: 8px 16px 12px;
	}
	.p-problem__card-thumb {
		right: 12px;
	}
	.p-problem__card-body {
		position: relative;
	}
	.p-problem__card-title {
		font-size: var(--16px);
	}
	.p-problem__card-lead {
		font-size: var(--16px);
	}
	.p-problem__footer {
		font-size: var(--18px);
		margin: 68px 4% 0;
	}
	.p-problem__footer::before {
		top: -60px;
	}

	.p-reason {}
	.p-reason__list {
		gap: 16px;
	}
	.p-reason__item {
		gap: 16px;
		padding: 16px;
		flex-direction: column;
	}
	.p-reason__body {
		gap: 8px;
	}
	.p-reason__meta {}
	.c-label-orange {}
	.p-reason__number {
		font-size: 80px;
		line-height: 42px;
	}
	.p-reason__title {
		font-size: var(--18px);
	}
	.p-reason__text {
		font-size: var(--16px);
	}
	.c-list-check {
		font-size: var(--16px);
	}
	/* .p-function__grid {
		flex-direction: column;
		gap: 30px;
		margin-top: 16px;
	} */
	.p-function__card-title {
		font-size: var(--18px);
	}
	/* .p-function__card {
		gap: 4%;
	} */
	.p-function__card-lead {
		font-size: var(--16px);
	}
	/* .p-function__card-thumb {
		max-width: 130px;
	} */

}

.p-function__card-thumb {
	margin-bottom: 20px;
}
