@import url("/stemcell/assets/fonts/gmarket/GmarketSans.css");

@font-face {
    font-family: "Pretendard";
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: url("/stemcell/assets/fonts/pretendard/woff2/Pretendard-Thin.woff2") format("woff2");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src: url("/stemcell/assets/fonts/pretendard/woff2/Pretendard-ExtraLight.woff2") format("woff2");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("/stemcell/assets/fonts/pretendard/woff2/Pretendard-Light.woff2") format("woff2");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/stemcell/assets/fonts/pretendard/woff2/Pretendard-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("/stemcell/assets/fonts/pretendard/woff2/Pretendard-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("/stemcell/assets/fonts/pretendard/woff2/Pretendard-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/stemcell/assets/fonts/pretendard/woff2/Pretendard-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url("/stemcell/assets/fonts/pretendard/woff2/Pretendard-ExtraBold.woff2") format("woff2");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url("/stemcell/assets/fonts/pretendard/woff2/Pretendard-Black.woff2") format("woff2");
}

@font-face {
    font-family: "Cafe24 Shiningstar";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/stemcell/assets/fonts/cafe24/Cafe24Shiningstar.woff") format("woff"),
        local("Cafe24 Shiningstar"),
        local("Cafe24Shiningstar");
}

@font-face {
    font-family: "NanumSquare";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/stemcell/assets/fonts/extra/NanumSquareR.otf") format("opentype");
}

@font-face {
    font-family: "NanumSquare";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/stemcell/assets/fonts/extra/NanumSquareB.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans CJK KR";
    font-weight: 350;
    font-style: normal;
    font-display: swap;
    src: url("/stemcell/assets/fonts/extra/NotoSansCJKkr-DemiLight.otf") format("opentype");
}

@font-face {
    font-family: "Gangwon Edu Saeum";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/stemcell/assets/fonts/extra/GangwonEduSaeum.ttf") format("truetype");
}

* {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    scrollbar-width: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

body {
    margin: 0;
    background: #fff;
    font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
    letter-spacing: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.stemcell-page {
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.stemcell-ios-webkit .stemcell-page,
.stemcell-ios-kakao .stemcell-page {
    margin-left: 0;
    margin-right: 0;
    transform-origin: top left;
    will-change: transform;
}

@media (max-width: 449px) {
    .stemcell-page {
        margin: 0;
        transform: none;
        transform-origin: top left;
    }
}

.stemcell-page--visual-lock .stemcell-text {
    opacity: 0;
    pointer-events: none;
    user-select: none;
}

.stemcell-image-overlay {
    position: absolute;
    z-index: 3;
    display: block;
    border: 0;
    pointer-events: none;
}

.stemcell-board {
    position: relative;
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.stemcell-board__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.stemcell-section {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.stemcell-section__image {
    position: relative;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.stemcell-section__youtube {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}

.stemcell-section__youtube iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.stemcell-section__video {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    border: 0;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
	height:665px;
}

.stemcell-section[data-section-id="board-01-01-hero"] .stemcell-text,
.stemcell-section[data-section-id="board-01-01-hero"] .stemcell-image-overlay {
    z-index: 3;
}

.stemcell-section[data-section-id="board-03-01-treatment-hero"] h2.stemcell-text,
.stemcell-section[data-section-id="board-03-01-treatment-hero"] .stemcell-text[data-text-id="b3-t16"] {
	font-style:italic;
}

.stemcell-section[data-section-id="board-02-01-aging-graph"]::before {
    content: "";
    position: absolute;
    inset: 610px 0 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0, 18, 40, 0) 0%, rgba(46, 64, 82, .34) 28%, rgba(141, 153, 164, .7) 68%, rgba(230, 235, 240, .9) 100%);
    pointer-events: none;
}

.stemcell-section[data-section-id="board-01-05-discoverer-band"]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 50% 45%, rgba(42, 91, 141, .62) 0%, rgba(20, 54, 92, .54) 28%, rgba(1, 13, 26, .18) 66%, rgba(0, 9, 18, .46) 100%),
        linear-gradient(90deg, rgba(0, 8, 16, .38) 0%, rgba(0, 8, 16, 0) 27%, rgba(0, 8, 16, 0) 73%, rgba(0, 8, 16, .38) 100%);
    pointer-events: none;
}

.stemcell-section[data-section-id="board-02-03-three-abilities-cards"] {
    margin-top: 0;
    overflow: visible;
    background: transparent;
}

.stemcell-section[data-section-id="board-02-02-three-abilities-hero"] {
    height: 650px !important;
    overflow: visible;
}

.stemcell-section[data-section-id="board-02-02-three-abilities-hero"] > .stemcell-section__image {
    height: 1196px !important;
    object-fit: cover;
    object-position: top center;
}

.stemcell-section[data-section-id="board-02-03-three-abilities-cards"] > .stemcell-section__image {

}

.stemcell-section[data-section-id="board-02-03-three-abilities-cards"] .stemcell-card--ability {
    transform: translateY(4px);
}

.stemcell-section[data-section-id="board-03-01-treatment-hero"] {
    overflow: visible;
}

#board-03 {
    background:
        #fff url("/stemcell/assets/images/layers/sections/stemcell-section-b3-03-compare-bg-psd-20260624.jpg")
        center 560px / 450px 1760px no-repeat;
}


.stemcell-text[data-text-id="b2-t1-visible-first"] {
	background:#04162b;
	font-size: 33.4px;
    font-weight: 700;
    letter-spacing: -.2px;
    width: auto !important;
    height: auto !important;
    padding: 10px 7px 5px;
	--stemcell-line-height:1.1 !important;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}



.stemcell-section[data-section-id="board-03-02-contour-before-after"] > .stemcell-section__image,
.stemcell-section[data-section-id="board-03-03-compare-and-cases"] > .stemcell-section__image {
    display: none;
}

.stemcell-section[data-section-id="board-03-03-compare-and-cases"]{
	margin-top:85px !important;
}

.stemcell-section[data-section-id="board-03-02-contour-before-after"]{margin-top:-250px !important}

.stemcell-page--svf .stemcell-section[data-section-id="board-03-02-contour-before-after"] {
    background: transparent;
}

.stemcell-page--svf .stemcell-section[data-section-id="board-03-02-contour-before-after"] .stemcell-text[data-text-id="b3-t18"],
.stemcell-page--svf .stemcell-section[data-section-id="board-03-02-contour-before-after"] .stemcell-text[data-text-id="b3-t20"] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #343b42;
}

.stemcell-page--svf .stemcell-section[data-section-id="board-03-02-contour-before-after"] .stemcell-text[data-text-id="b3-t19"],
.stemcell-page--svf .stemcell-section[data-section-id="board-03-02-contour-before-after"] .stemcell-text[data-text-id="b3-t21"] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003463;
}

.stemcell-section[data-section-id="board-03-05-final-cta"]::before {
    display: none;
}

.stemcell-section[data-section-id="board-03-04-procedure-process"]::after {
    display: none;
}

.stemcell-section[data-section-id="board-03-05-final-cta"] .stemcell-section__image {
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    background-color: #07156a;
}

.stemcell-bio-age-grid {
    position: absolute;
    left: 45px;
    top: 1215px;
    z-index: 4;
    width: 360px;
    height: 252px;
    color: #fff;
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
    text-align: center;
    text-shadow: none;
}

.stemcell-bio-age-grid::before,
.stemcell-bio-age-grid::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.stemcell-bio-age-grid::before {
    top: 0;
    bottom: -18px;
    left: 50%;
    width: 1px;
    background: rgba(210, 224, 240, .32);
    transform: translateX(-.5px);
}

.stemcell-bio-age-grid::after {
    top: 136px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(210, 224, 240, .32);
}

.stemcell-bio-age-grid ul {
    position: relative;
    z-index: 1;
    display: grid;
    height: 100%;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    list-style: none;
}

.stemcell-bio-age-grid__item {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 25px 20px 20px;
}

.stemcell-bio-age-grid__number {
    display: inline-flex;
    width: 26px;
    height: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 0 11px;
    padding-top: 1px;
    background: url("/stemcell/assets/images/layers/overlays/num_bg2-20260624.png") center / 26px 20px no-repeat;
    color: #001228;
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
}

.stemcell-bio-age-grid__title {
    display: block;
    margin: 0 0 11px;
    color: #22ddf9;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: -.02em;
}

.stemcell-bio-age-grid__desc {
    margin: 0;
    color: #d7dee8;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: -.02em;
    word-break: keep-all;
}

.stemcell-text[data-text-id="b3-t42"],
.stemcell-text[data-text-id="b3-t43"],
.stemcell-text[data-text-id="b3-t46"],
.stemcell-text[data-text-id="b3-t49"] {
    width: 26px !important;
    height: 20px !important;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
    background: url("/stemcell/assets/images/layers/overlays/num_bg2-20260624.png") center / 26px 20px no-repeat;
    color: #001228 !important;
    font-size: 10px !important;
    line-height: 22px !important;
    font-weight: 800 !important;
    text-align: center;
    text-shadow: none !important;
}

.stemcell-text[data-text-id="b3-t42"],
.stemcell-text[data-text-id="b3-t46"] {
    margin-left: -7px;
}

.stemcell-text[data-text-id="b3-t43"],
.stemcell-text[data-text-id="b3-t49"] {
    margin-left: -6px;
}

.stemcell-text[data-text-id="b2-t22"] {
    left: 0 !important;
    z-index: 2;
    color: #dfe3e8;
    font-size: 190px;
    opacity: .05;
	position:absolute;
	--stemcell-line-height:1 !important;
}

.stemcell-card {
    position: absolute;
    z-index: 2;
    overflow: hidden;
}

.stemcell-card--ability {
    border: 1px solid rgba(218, 218, 218, .92);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 18, 40, .14);

}

.stemcell-card__image {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    pointer-events: none;
}

.stemcell-card__copy {
    position: absolute;
    z-index: 2;
    left: 140px;
    top: 25px;
    width: 270px;
}

.stemcell-card__heading {
    display: flex;
    align-items: baseline;
    gap: 10px;
    white-space: nowrap;
}

.stemcell-card__heading strong {
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 24px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0;
    color: #111111;
}

.stemcell-card__heading span {
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 0;
    color: #c7c7c7;
}

.stemcell-card__copy p {
    margin: 13px 0 0;
    font-family: "Pretendard", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: -0.562px;
    color: #333333;
    word-break: keep-all;
}

.stemcell-swiper {
    position: absolute;
    z-index: 2;
}

.stemcell-swiper__track {
    display: flex;
    gap: 17px;
    width: 100%;
    height: calc(100% - 42px);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.stemcell-swiper__track::-webkit-scrollbar {
    display: none;
}

.stemcell-compare-card {
    flex: 0 0 175px;
    height: 360px;
    scroll-snap-align: start;
    border: 1px solid rgba(220, 220, 220, .95);
    border-radius: 14px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 14px 30px rgba(0, 18, 40, .13);
    padding: 24px 15px 20px;
    text-align: center;
}

.stemcell-compare-card.is-featured {
    flex-basis: 190px;
    height: 391px;
    margin-top: -16px;
    background: #fff;
    border-color: rgba(215, 226, 238, .96);
    box-shadow: 0 18px 34px rgba(23, 73, 112, .20);
}

.stemcell-compare-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 62px;
    height: 22px;
    padding: 0 12px;
    border-radius: 999px;
    background: #d8d8d8;
    font-family: "Pretendard", sans-serif;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
}

.stemcell-compare-card.is-featured .stemcell-compare-card__badge {
    background: #001228;
}

.stemcell-compare-card h3 {
    margin: 28px 0 22px;
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: -.37px;
    color: #111;
}

.stemcell-compare-card.is-featured h3 {
    color: #001228;
    font-size: 20.03px;
    line-height: 24.2px;
    letter-spacing: -.4px;
}

.stemcell-compare-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.stemcell-compare-card li {
    min-height: 49px;
    padding: 17px 0 10px;
    border-top: 1px solid #ddd;
    font-family: "Pretendard", sans-serif;
    font-size: 9px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: -.24px;
    color: #333;
    word-break: keep-all;
}

.stemcell-compare-card.is-featured li {
    font-size: 9px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: -.27px;
}

.stemcell-swiper__dots {

	position:relative;
	margin:40px 0 30px;
    display: flex;
    justify-content: center;
    gap: 13px;
}

.stemcell-swiper__dots span {
    width: 5.8px;
    height: 5.8px;
    border-radius: 999px;
    background: #111;
    opacity: .95;
}

.stemcell-swiper[data-swiper-id="contour-compare-swiper"] {
    left: 22px !important;
    top: 0 !important;
    width: 410px !important;
    height: 416px !important;
    overflow: visible;
    font-family: "Pretendard", "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;
}

.stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-swiper__track {
    display: flex;
    gap: 16px;
    align-items: center;
    height: 396px;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: auto;
}

.stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card {
    position: relative;
    flex: 0 0 177px;
    height: 360px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-radius: 18px;
    background: #f7f7f7;
    box-shadow: none;
    padding: 20px 16px;
    color: #777;
    overflow: hidden;
    text-align: center;
    scroll-snap-align: none;
}

.stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card.is-featured {
    flex-basis: 197px;
    height: 392px;
    margin-top: 0;
    border-color: #edf2f6;
    background: #fff;
    color: #111;
    box-shadow: 0 8px 24px rgba(21, 64, 105, .24);
    animation: compareCardAura 2.8s ease-in-out infinite;
}

.stemcell-page--svf .stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card.is-featured {
    border-color: #d6eafa;
}

.stemcell-page--svf .stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card.is-featured::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 119px;
    background: #003463;
    pointer-events: none;
}

.stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card.is-featured::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 18px;
    border: 1px solid rgba(157, 206, 242, .62);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .68), 0 0 18px rgba(94, 154, 207, .20);
    opacity: .72;
    pointer-events: none;
    animation: compareBorderGlow 2.8s ease-in-out infinite;
}

.stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card__badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    min-width: 66px;
    height: 20px;
    margin: 0 auto 20px;
    padding: 0;
    border-radius: 999px;
    background: #d5d5d5;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card.is-featured .stemcell-compare-card__badge {
    background: #001c3f;
}

.stemcell-page--svf .stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card.is-featured .stemcell-compare-card__badge {
    background: #fff;
    color: #001c3f;
    margin-bottom: 14px;
}

.stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 2px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;
    color: #666;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -.05em;
}

.stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card:not(.is-featured) h3 {
    color: #565656;
}

.stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card.is-featured h3 {
    color: #001c3f;
}

.stemcell-page--svf .stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card.is-featured h3 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 0;
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    font-weight: 800;
    letter-spacing: -.05em;
    text-shadow: 0 2px 6px rgba(0, 18, 40, .34);
}

.stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card ul {
    position: relative;
    z-index: 1;
}

.stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 15px 0;
    border-top: 0;
    border-bottom: 1px solid #ddd;
    color: #777;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -.045em;
}

.stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card li:last-child {
    border-bottom: 0;
}

.stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card:not(.is-featured) li {
    font-weight: 500;
}

.stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card.is-featured li {
    color: #111;
    font-weight: 800;
}

.stemcell-page--svf .stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-compare-card.is-featured li {
    min-height: 47px;
    padding: 14px 0;
}

.stemcell-swiper[data-swiper-id="contour-compare-swiper"] .stemcell-swiper__dots {
    bottom: 0;
    display: flex;
}

@keyframes compareCardAura {
    0%, 100% {
        box-shadow: 0 8px 24px rgba(21, 64, 105, .24);
    }
    50% {
        box-shadow: 0 10px 30px rgba(21, 64, 105, .32);
    }
}

@keyframes compareBorderGlow {
    0%, 100% {
        opacity: .48;
    }
    50% {
        opacity: .92;
    }
}

.stemcell-feature-grid {
    position: absolute;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.stemcell-feature-grid--benefits {
    column-gap: 32px;
    row-gap: 36px;
    background:
        linear-gradient(90deg, transparent calc(50% - .5px), rgba(185, 199, 211, .34) calc(50% - .5px), rgba(185, 199, 211, .34) calc(50% + .5px), transparent calc(50% + .5px)),
        linear-gradient(180deg, transparent calc(33.333% - .5px), rgba(185, 199, 211, .34) calc(33.333% - .5px), rgba(185, 199, 211, .34) calc(33.333% + .5px), transparent calc(33.333% + .5px)),
        linear-gradient(180deg, transparent calc(66.666% - .5px), rgba(185, 199, 211, .34) calc(66.666% - .5px), rgba(185, 199, 211, .34) calc(66.666% + .5px), transparent calc(66.666% + .5px));
}

.stemcell-feature {
    min-width: 0;
    text-align: center;
	margin:5px 0;
}

.stemcell-page--svf .stemcell-feature-grid--benefits .stemcell-feature:nth-child(3),
.stemcell-page--svf .stemcell-feature-grid--benefits .stemcell-feature:nth-child(4){
	margin-top:20px;
}

.stemcell-page--svf .stemcell-feature-grid--benefits .stemcell-feature {
    margin: 0;
}

.stemcell-feature__icon {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto 16px;
    padding: 9px;
    border-radius: 50%;
    background: #fff;
	/*
    box-shadow:
        0 7px 15px rgba(28, 75, 118, .17),
        0 2px 5px rgba(0, 18, 40, .08),
        0 0 0 1px rgba(218, 228, 238, .98);
	*/
    object-fit: contain;
}

.stemcell-feature h3 {
    margin: 0 0 6px;
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 0;
    color: #111a18;
}

.stemcell-feature p {
    margin: 0;
    font-family: "Pretendard", sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0;
    color: #111a18;
    word-break: keep-all;
}

.stemcell-process-step {
    position: absolute;
    z-index: 2;
    display: block;
    color: #1d1d1d;
    text-align: center;
}

.stemcell-process-step-list,
.stemcell-process-step-list__item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stemcell-process-step__image {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    transform: translateX(-50%);
    border-radius: 50%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
}

.stemcell-process-step__number {
    position: absolute;
    left: 50%;
    top: -35px;
    display: flex;
    width: 26px;
    height: 25px;
    margin-left: -16.5px;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
    background: url("/stemcell/assets/images/layers/process/process-num-bg-20260624.png") center / contain no-repeat;
    color: #fff;
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.stemcell-process-step[data-step-id="b2-process-step-01"]::after,
.stemcell-process-step[data-step-id="b2-process-step-03"]::after,
.stemcell-process-step[data-step-id="b2-process-step-05"]::after {
    content: "";
    position: absolute;
    left: 187px;
    top: 41px;
    width: 15px;
    height: 27px;
    background: url("/stemcell/assets/images/layers/process/process-right-arrow-20260624.png") center / 100% 100% no-repeat;
    opacity: .86;
}

.stemcell-process-step h3 {
    position: absolute;
    left: 0;
    top: 148px;
    width: 100%;
    margin: 0;
    color: #202020;
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 16.7px;
    font-weight: 700;
    line-height: 18.8px;
    letter-spacing: -.25px;
}

.stemcell-process-step p {
    position: absolute;
    left: 0;
    top: 176px;
    width: 100%;
    margin: 0;
    color: #333;
    font-family: "Pretendard", sans-serif;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 18.8px;
    letter-spacing: -.25px;
    word-break: keep-all;
}

.stemcell-graph {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    overflow: visible;
    mix-blend-mode: normal;
    opacity: 1;
}

.stemcell-graph svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.stemcell-graph--cell-age {
    left: 30px;
    top: 390px;
    width: 396px;
    height: 205px;
}

.stemcell-graph--age-bars {
    left: 25px;
    top: 3300px;
    width: 400px;
    height: 260px;
    z-index: 4;
}

.stemcell-graph__glow {
    filter: blur(7px);
    opacity: .75;
}

.stemcell-text {
    position: absolute;
    z-index: 3;
    display: block;
    margin: 0;
    white-space: var(--stemcell-white-space);
    word-break: keep-all;
    overflow: visible;
    overflow-wrap: normal;
    line-height: 1.25;
    color: inherit;
    font-family: var(--stemcell-font-family), "Pretendard", sans-serif;
    font-size: calc(var(--stemcell-font-size) * var(--stemcell-font-scale));
    font-weight: var(--stemcell-font-weight);
    line-height: calc(var(--stemcell-line-height) * var(--stemcell-line-scale));
    letter-spacing: var(--stemcell-letter-spacing);
    color: var(--stemcell-color);
    opacity: var(--stemcell-opacity);
    text-align: var(--stemcell-text-align);
    transform: scaleX(var(--stemcell-scale-x));
    transform-origin: left top;
}

.stemcell-text__run {
    white-space: normal;
}

.seo-visible-section {
    width: 450px;
    padding: 44px 30px;
    background: #f7f9fb;
    color: #132235;
    word-break: keep-all;
}

.seo-visible-section + .seo-visible-section {
    padding-top: 10px;
}

.seo-visible-section h1,
.seo-visible-section h2 {
    margin: 0 0 18px;
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: -.2px;
}

.seo-visible-section p {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    color: #344255;
}

.seo-visible-section p + p {
    margin-top: 12px;
}

.stemcell-fixed-spacer {
    width: 450px;
    height: 178px;
    margin: 0 auto;
    background: #fff;
}

.stemcell-db-fixed {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 1000;
    width: min(450px, 100vw);
    transform: translateX(-50%);
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 18, 40, .94), #001228);
    box-shadow: 0 -10px 30px rgba(0, 18, 40, .24);
}

.stemcell-db-fixed__inner {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 10px;
    padding: 10px 12px 12px;
}

.stemcell-db-quick {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    align-self: start;
}

.stemcell-db-quick__link {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .18);
    overflow: hidden;
}

.stemcell-db-quick__link img {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: cover;
}

.stemcell-db-form {
    display: grid;
    grid-template-columns: 1fr 1.18fr 78px;
    gap: 6px;
    align-items: center;
    min-width: 0;
}

.stemcell-db-form__hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.stemcell-db-form__field {
    display: block;
    min-width: 0;
}

.stemcell-db-form__field span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.stemcell-db-form__field input {
    width: 100%;
    height: 34px;
    padding: 0 9px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 6px;
    background: #fff;
    color: #001228;
    font-size: 13px;
    font-weight: 700;
    outline: 0;
}

.stemcell-db-form__submit {
    width: 100%;
    height: 34px;
    border: 0;
    border-radius: 6px;
    background: #b88a45;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.stemcell-db-form__submit:disabled {
    opacity: .58;
    cursor: wait;
}

.stemcell-db-form__agree {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    margin-top: 2px;
    color: rgba(255, 255, 255, .86);
    font-size: 11px;
    line-height: 16px;
}

.stemcell-db-form__agree input {
    width: 13px;
    height: 13px;
    margin: 0;
}

.stemcell-db-form__agree button {
    border: 0;
    padding: 0;
    background: transparent;
    color: #c5dfff;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.stemcell-db-form__message {
    grid-column: 1 / -1;
    min-height: 15px;
    margin: 0;
    font-size: 11px;
    line-height: 15px;
}

.stemcell-db-form__message.is-ok {
    color: #9ee8ff;
}

.stemcell-db-form__message.is-error {
    color: #ffd0d0;
}

.stemcell-privacy-modal[hidden] {
    display: none;
}

.stemcell-privacy-modal {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
}

.stemcell-privacy-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .58);
}

.stemcell-privacy-modal__panel {
    position: relative;
    width: min(410px, calc(100vw - 34px));
    max-height: min(76vh, 680px);
    padding: 24px 20px 20px;
    border-radius: 10px;
    background: #fff;
    color: #1b2733;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .32);
    overflow: hidden;
}

.stemcell-privacy-modal__close {
    position: absolute;
    top: 9px;
    right: 12px;
    border: 0;
    background: transparent;
    color: #001228;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.stemcell-privacy-modal h2 {
    margin: 0 0 14px;
    color: #001228;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
}

.stemcell-privacy-modal__body {
    max-height: calc(min(76vh, 680px) - 70px);
    overflow-y: auto;
    padding-right: 4px;
}

.stemcell-privacy-modal__body h3 {
    margin: 16px 0 6px;
    color: #001228;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
}

.stemcell-privacy-modal__body p {
    margin: 0 0 8px;
    color: #333;
    font-size: 13px;
    line-height: 1.65;
}

.stemcell-consult-modal[hidden] {
    display: none;
}

.stemcell-consult-modal {
    position: fixed;
    inset: 0;
    z-index: 2100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
}

.stemcell-consult-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 10, 24, .68);
    backdrop-filter: blur(6px);
}

.stemcell-consult-modal__panel {
    position: relative;
    width: min(390px, calc(100vw - 44px));
    min-height: 320px;
    overflow: hidden;
    border: 1px solid rgba(150, 219, 255, .22);
    border-radius: 22px;
    background: radial-gradient(circle at 50% 20%, rgba(36, 142, 188, .34), rgba(0, 18, 40, .98) 58%, #000b18 100%);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .13);
}

.stemcell-consult-modal__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .72;
}

.stemcell-consult-modal__glow {
    position: absolute;
    inset: auto 44px 42px;
    height: 54px;
    border-radius: 999px;
    background: rgba(65, 224, 255, .2);
    filter: blur(24px);
}

.stemcell-consult-modal__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 320px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 38px 24px 30px;
    text-align: center;
    color: #fff;
}

.stemcell-consult-modal__eyebrow {
    margin: 0 0 12px;
    color: rgba(162, 229, 255, .86);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .08em;
}

.stemcell-consult-modal h2 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.28;
    font-weight: 900;
    letter-spacing: -0.055em;
    text-shadow: 0 3px 18px rgba(87, 234, 255, .32), 0 2px 10px rgba(0, 0, 0, .34);
}

.stemcell-consult-modal__message {
    margin: 14px 0 26px;
    color: rgba(233, 246, 255, .88);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.stemcell-consult-modal__confirm {
    display: inline-flex;
    min-width: 132px;
    height: 44px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(104, 224, 255, .48);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(0, 189, 230, .96), rgba(0, 93, 156, .96));
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(0, 170, 220, .26), inset 0 1px 0 rgba(255, 255, 255, .28);
}

.stemcell-consult-modal__confirm:disabled {
    cursor: wait;
    opacity: .72;
}

.stemcell-consult-modal__keep-time {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, .46);
    border-top-color: #d9ff68;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(104, 224, 255, .36);
}

.stemcell-consult-modal__keep-time-hand {
    position: absolute;
    left: 9px;
    top: 4px;
    width: 2px;
    height: 7px;
    border-radius: 999px;
    background: #d9ff68;
    transform-origin: 1px 7px;
}

.stemcell-consult-modal.is-saving .stemcell-consult-modal__keep-time {
    animation: stemcell-keep-time-spin 1s linear infinite;
}

@keyframes stemcell-keep-time-spin {
    to {
        transform: rotate(360deg);
    }
}

.stemcell-modal-open {
    overflow: hidden;
}

@media (max-width: 449px) {
    .stemcell-fixed-spacer {
        width: 100vw;
        height: 188px;
    }

    .stemcell-db-fixed__inner {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .stemcell-db-quick {
        display: flex;
        justify-content: center;
        gap: 12px;
    }
}

/* PSD quick icon + DB form layout */
.stemcell-fixed-spacer {
    display: block;
    height: 150px;
}

.stemcell-db-fixed {
    height: 125px;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
}

.stemcell-db-fixed__inner {
    position: relative;
    display: block;
    height: 100%;
    padding: 0;
}

.stemcell-db-quick {
    position: absolute;
    right: 10px;
    top: -205px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 14px;
    pointer-events: auto;
}

.stemcell-db-quick__link {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 14px rgba(0, 0, 0, .28);
}

.stemcell-db-quick__link img {
    width: 52px;
    height: 52px;
    object-fit: cover;
}

.stemcell-db-quick__link:first-child img {
    padding: 9px;
    object-fit: contain;
}

.stemcell-db-form {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 10px;
    padding: 15px 22px 2px;
    border-radius: 11px 11px 0 0;
    background: rgba(238, 238, 238, .96);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .08);
    pointer-events: auto;
}

.stemcell-db-form__field input {
    height: 32px;
    padding: 0 10px;
    border: 0;
    border-radius: 5px;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 400;
}

.stemcell-db-form__field input::placeholder {
    color: #111;
    opacity: 1;
}

.stemcell-db-form__submit {
    grid-column: 1 / -1;
    height: 35px;
    border-radius: 5px;
    background: #d5d5d5;
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 500;
}

.stemcell-db-form__submit:not(:disabled):hover {
    background: #c8c8c8;
}

.stemcell-db-form__agree {
    justify-content: center;
    gap: 8px;
    margin-top: 1px;
    color: #a5a5a5;
    font-size: 13px;
    line-height: 18px;
}

.stemcell-db-form__agree input {
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

.stemcell-db-form__agree button {
    color: #9a9a9a;
    text-decoration: none;
}

.stemcell-db-form__message {
    grid-column: 1 / -1;
    min-height: 0;
    margin: -3px 0 0;
    color: #001228;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

@media (max-width: 449px) {
    .stemcell-fixed-spacer {
        height: 150px;
    }

    .stemcell-db-fixed__inner {
        display: block;
    }

    .stemcell-db-quick {
        right: -8px;
        top: -205px;
        bottom: auto;
        justify-content: flex-start;
        gap: 14px;
    }
}

/* -----------------------------------------------------------------
   manual maintenance layer
   ?? ??? ?? ???? ???/???? ???? ??? ?? ?? ?????.
   - ???: .stemcell-text[data-text-id="..."]
   - ??: .stemcell-section[data-section-id="..."]
   - ???? ???: .stemcell-image-overlay[data-overlay-id="..."]
   ----------------------------------------------------------------- */

.stemcell-page--hardcode .stemcell-text {
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    word-break: keep-all;
    overflow-wrap: normal;
    font-size: calc(var(--stemcell-font-size) * var(--stemcell-font-scale)) !important;
    line-height: calc(var(--stemcell-line-height) * var(--stemcell-line-scale)) !important;
    font-weight: var(--stemcell-font-weight) !important;
    letter-spacing: var(--stemcell-letter-spacing) !important;
    opacity: var(--stemcell-opacity, 1);
}

.stemcell-page--svf .stemcell-text[data-text-id="b1-t30"] {
    height: 126px !important;
    /*text-shadow: 0 3px 12px rgba(0, 0, 0, .36);*/
}

.stemcell-page--svf .stemcell-text[data-text-id="b1-t9"],
.stemcell-page--svf .stemcell-text[data-text-id="b1-t9b"],
.stemcell-page--svf .stemcell-text[data-text-id="b2-t23"],
.stemcell-page--svf .stemcell-text[data-text-id="b3-t61"] {
    letter-spacing: -1px !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b2-t1-visible-second"],
.stemcell-page--svf .stemcell-text[data-text-id="b3-t54"] {
    text-shadow: 0 2px 10px rgba(0, 18, 40, .24);
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t16"] {
    width: 210px !important;
    white-space: nowrap !important;
}

.stemcell-section[data-section-id="board-01-03-doctor-profile"] .stemcell-text,
.stemcell-section[data-section-id="board-03-01-treatment-hero"] .stemcell-text,
.stemcell-section[data-section-id="board-03-04-procedure-process"] .stemcell-text,
.stemcell-section[data-section-id="board-03-01-treatment-hero"]{
    text-shadow: 0 2px 10px rgba(0, 0, 0, .42);
}

.stemcell-section[data-section-id="board-03-04-procedure-process"] {
    background-color: #001228;
}

.stemcell-section[data-section-id="board-02-03-three-abilities-cards"] .stemcell-text,
.stemcell-section[data-section-id="board-03-03-compare-and-cases"] .stemcell-text {
    text-shadow: 0 1px 4px rgba(255, 255, 255, .92);
}



/*
.stemcell-section[data-section-id="board-01-04-timeline"]::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .72) 0%, rgba(255, 255, 255, .52) 42%, rgba(255, 255, 255, .16) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, .58) 0%, rgba(255, 255, 255, .22) 46%, rgba(255, 255, 255, .54) 100%);
    pointer-events: none;
}
*/

.stemcell-image-overlay[data-overlay-id="b1-timeline-visual-layer"] {
    z-index: 1;
}

.stemcell-section[data-section-id="board-01-04-timeline"] .stemcell-text {
    z-index: 4;
    /*text-shadow: 0 1px 4px rgba(255, 255, 255, .92);*/
}

.stemcell-section[data-section-id="board-01-04-timeline"]::before {
    content: "";
    position: absolute;
    left: 40px;
    top: 244px;
    z-index: 4;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #168dff;
    box-shadow:
        0 0 0 2px rgba(22, 141, 255, .16),
        0 0 8px rgba(22, 141, 255, .72),
        0 131.167px 0 #168dff,
        0 131.167px 0 2px rgba(22, 141, 255, .16),
        0 131.167px 8px rgba(22, 141, 255, .72),
        0 262.751px 0 #168dff,
        0 262.751px 0 2px rgba(22, 141, 255, .16),
        0 262.751px 8px rgba(22, 141, 255, .72),
        0 417.668px 0 #168dff,
        0 417.668px 0 2px rgba(22, 141, 255, .16),
        0 417.668px 8px rgba(22, 141, 255, .72);
    animation: stemcellTimelineDotPulse 1.65s ease-in-out infinite;
    pointer-events: none;
}

.stemcell-section[data-section-id="board-01-04-timeline"]::after {
    content: "";
    position: absolute;
    left: 43px;
    top: 214px;
    z-index: 3;
    width: 1px;
    height: 520px;
    background: linear-gradient(
        180deg,
        rgba(185, 205, 220, 0) 0%,
        rgba(185, 205, 220, .55) 8%,
        rgba(185, 205, 220, .58) 88%,
        rgba(185, 205, 220, 0) 100%
    );
    pointer-events: none;
}

.stemcell-timeline-visual,
.stemcell-timeline-visual ol,
.stemcell-aging-tags {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stemcell-timeline-visual {
    position: absolute;
    inset: 0;
    z-index: 4;
}

.stemcell-timeline-visual__group {
    position: absolute;
    left: 60px;
    width: 275px;
    margin: 0;
    padding: 0;
}

.stemcell-timeline-visual__group article {
    margin: 0;
}

.stemcell-timeline-visual__group h3 {
    margin: 0;
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 30px;
    line-height: 31px;
    font-weight: 800;
    letter-spacing: 0;
    color: rgba(128, 128, 128, .42);
}

.stemcell-timeline-visual__group ol {
    margin-top: 17px;
}

.stemcell-timeline-visual__group ol > li {
    position: relative;
    min-height: 32px;
    margin: 0 0 12px;
    padding-left: 19px;
    font-family: "Pretendard", sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 0;
    color: #0f1419;
    word-break: keep-all;
}

.stemcell-timeline-visual__group ol > li::before {
    position: absolute;
    left: 0;
    top: 2px;
    color: #91bcef;
    font-size: 9px;
    line-height: 10px;
    font-weight: 800;
    counter-increment: timeline-item;
    content: counter(timeline-item, decimal-leading-zero);
}

.stemcell-timeline-visual__group ol {
    counter-reset: timeline-item;
}

.stemcell-timeline-visual__group--1997 {
    top: 235px;
}

.stemcell-timeline-visual__group--2000 {
    top: 370px;
}

.stemcell-timeline-visual__group--apaac {
    top: 502px;
}

.stemcell-timeline-visual__group--ifats {
    top: 656px;
}

.stemcell-aging-tags {
    position: absolute;
    inset: 0;
    z-index: 20;
}

.stemcell-aging-tags__item {
    margin: 0;
}

.stemcell-treatment-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.stemcell-treatment-tags li {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

@keyframes stemcellTimelineDotPulse {
    0%, 100% {
        opacity: .64;
        filter: drop-shadow(0 0 2px rgba(22, 141, 255, .28));
    }
    50% {
        opacity: 1;
        filter: drop-shadow(0 0 8px rgba(22, 141, 255, .8));
    }
}

.stemcell-text[data-text-id="b1-t33"] {
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 30.115px;
    line-height: 39.149px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}

.stemcell-text[data-text-id="b1-t34b"] {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
}

.stemcell-text[data-text-id="b1-t30"] {
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    height: auto !important;
    min-height: 86px;
    overflow: visible;
    color: #ffffff;
	/*
    background: linear-gradient(90deg, #d8e0ff 0%, #edf2ff 32%, #ffffff 72%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .18) !important;
	*/.
}

.stemcell-image-overlay[data-overlay-id="b1-signature-image"] {
    left: 0px !important;
    top: 488px !important;
    width: 300px !important;
    height: auto !important;
}

.stemcell-text[data-text-id="b1-t31"] {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: rgba(255, 255, 255, .9);
}

.stemcell-text[data-text-id="b1-t9"] {
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 31px;
    line-height: 38px;
    font-weight: 300;
    color: #4b4b4b;
}

.stemcell-text[data-text-id="b1-t9b"] {
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 31px;
    line-height: 37px;
    font-weight: 800;
    color: #001228;
}

.stemcell-text[data-text-id="b1-t10"],
.stemcell-text[data-text-id="b1-t16"],
.stemcell-text[data-text-id="b1-t18"],
.stemcell-text[data-text-id="b1-t21"],
.stemcell-text[data-text-id="b1-t23"],
.stemcell-text[data-text-id="b1-t26"],
.stemcell-text[data-text-id="b1-t28"],
.stemcell-text[data-text-id="b1-t12"] {
    font-size: 13.5px;
    line-height: 17px;
    font-weight: 800;
    color: #0f1419;
}


.stemcell-text[data-text-id="b1-t11"],
.stemcell-text[data-text-id="b1-t13"],
.stemcell-text[data-text-id="b1-t17"],
.stemcell-text[data-text-id="b1-t19"],
.stemcell-text[data-text-id="b1-t22"],
.stemcell-text[data-text-id="b1-t24"],
.stemcell-text[data-text-id="b1-t27"],
.stemcell-text[data-text-id="b1-t29"] {
    font-size: 8.5px;
    line-height: 10px;
    font-weight: 800;
    color: #91bcef;
}

.stemcell-text[data-text-id="b1-t8"],
.stemcell-text[data-text-id="b1-t8b"] {
    left: 18px !important;
    width: 414px !important;
    height: auto !important;
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 27px;
    line-height: 46px;
    color: transparent;
    text-align: center;
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fbff 44%, #d6e1ee 100%),
        linear-gradient(90deg, #d9e4ff 0%, #ffffff 46%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /*filter: drop-shadow(0 0 5px rgba(255, 255, 255, .58)) drop-shadow(0 2px 4px rgba(0, 0, 0, .36));*/
    text-shadow: none;
}

.stemcell-text[data-text-id="b1-t8"] {
    font-weight: 500 !important;
}

.stemcell-text[data-text-id="b1-t8b"] {
    font-weight: 800 !important;
}

.stemcell-text[data-text-id="b1-t8b"] .stemcell-text__run {
    display: inline;
    color: #ffffff !important;
    background: none !important;
    -webkit-text-fill-color: #ffffff;
	/*
    text-shadow:
        0 0 5px rgba(255, 255, 255, .48),
        0 2px 4px rgba(0, 0, 0, .34);
	*/
}

.stemcell-text[data-text-id="b1-t8b"] .stemcell-text__run:nth-child(2) {
    display: inline-block;
    color: transparent !important;
    background: linear-gradient(180deg, #b8ffff 0%, #2fe8f3 45%, #09b9cf 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: none;
    filter:
        drop-shadow(0 0 4px rgba(50, 230, 246, .58))
        drop-shadow(0 2px 3px rgba(0, 0, 0, .32));
}

.stemcell-text[data-text-id="b1-t6"],
.stemcell-text[data-text-id="b1-t3"] {
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: 800;
}

.stemcell-text[data-text-id="b1-t5"] {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.stemcell-text[data-text-id="b1-t5"] strong,
.stemcell-text[data-text-id="b1-t5"] .stemcell-text__run {
    font-weight: 800;
}

.stemcell-text[data-text-id="b1-t7"] {
    font-size: 9px;
    line-height: 13px;
    color: #777;
}

.stemcell-text[data-text-id="b1-t4"] {
    font-size: 28px;
    line-height: 34px;
    color: rgba(0, 18, 40, .07);
    letter-spacing: 1px;
    white-space: nowrap !important;
    z-index: 1 !important;
    pointer-events: none;
    will-change: transform;
}

.stemcell-text[data-text-id="b1-t2"] {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #222;
    z-index: 4 !important;
}

.stemcell-text[data-text-id="b1-t2"] .stemcell-text__run {
    display: inline;
}

.stemcell-text[data-text-id="b1-t2"] .stemcell-text__run:nth-child(-n+3) {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

.stemcell-text[data-text-id="b1-t3"] {
    font-size: 32px;
    line-height: 42px;
    font-weight: 800;
    letter-spacing: -.5px;
    z-index: 4 !important;
}

.stemcell-text[data-text-id="b1-t1"] {
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    text-align: center;
    text-shadow: 0 2px 7px rgba(0, 0, 0, .42), 0 1px 2px rgba(0, 0, 0, .32);
    z-index: 5 !important;
}

.stemcell-image-overlay[data-overlay-id="b1-body-stemcell-photo"] {
    z-index: 2 !important;
}

.stemcell-text[data-text-id="b1-t1"] .stemcell-text__run {
    display: inline;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-shadow:
        0 2px 7px rgba(0, 0, 0, .42),
        0 1px 2px rgba(0, 0, 0, .32);
}

.stemcell-text[data-text-id="b1-t1"] .stemcell-text__run:nth-child(3),
.stemcell-text[data-text-id="b1-t1"] .stemcell-text__run:nth-child(5) {
    color: #19d3e8 !important;
    -webkit-text-fill-color: #19d3e8;
    text-shadow:
        0 0 5px rgba(25, 211, 232, .42),
        0 2px 5px rgba(0, 0, 0, .38);
}

.stemcell-text[data-text-id="b2-t34a"] {
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 33.4px;
    line-height: 43px;
    font-weight: 700;
    letter-spacing: -.2px;
}

.stemcell-text[data-text-id="b2-t34b"] {
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 33.4px;
    font-weight: 700;
    letter-spacing: -.2px;
    width: auto !important;
    height: auto !important;
    padding: 3px 7px 0px;
    background: #fff;
    color: #001628;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

 .stemcell-text[data-text-id="b2-t29"] {
    top: 221px !important;
    width: 100px !important;
    height: 30px !important;
    padding: 7px 10px 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 209, 255, .16);
    font-size: 13.5px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap !important;
	box-sizing:border-box;
}

.stemcell-text[data-text-id="b2-t30"] {
    top: 260px !important;
    width: 100px !important;
    height: 30px !important;
    padding: 7px 10px 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 209, 255, .16);
    font-size: 13.5px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap !important;
	box-sizing:border-box;
}

.stemcell-text[data-text-id="b2-t31"] {
    left: 28px !important;
    width: 100px !important;
    height: 30px !important;
    padding: 7px 10px 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 209, 255, .16);
    font-size: 13.5px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap !important;
	box-sizing:border-box;
}

.stemcell-text[data-text-id="b2-t32"] {
    left: 137px !important;
    width: 100px !important;
    height: 30px !important;
    padding: 7px 10px 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 209, 255, .16);
    font-size: 13.5px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap !important;
	box-sizing:border-box;
}

.stemcell-text[data-text-id="b2-t33"] {
    left: 243px !important;
    width: 100px !important;
    height: 30px !important;
    padding: 7px 10px 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 209, 255, .16);
    font-size: 13.5px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap !important;
	box-sizing:border-box;
}

.stemcell-text[data-text-id="b2-t29"],
.stemcell-text[data-text-id="b2-t30"],
.stemcell-text[data-text-id="b2-t31"],
.stemcell-text[data-text-id="b2-t32"],
.stemcell-text[data-text-id="b2-t33"] {
    z-index: 20 !important;
    background: #fff !important;
    color: #001228 !important;
    -webkit-text-fill-color: #001228;
    overflow: hidden;
    box-shadow:
        0 0 16px rgba(0, 204, 230, .12),
        0 2px 8px rgba(0, 18, 40, .10);
}

.stemcell-image-overlay[data-overlay-id="b2-aging-graph-image"],
.stemcell-image-overlay[data-overlay-id="b3-procedure-age-graph"] {
    display: none !important;
    z-index: 2;
    pointer-events: none;
}

.stemcell-text[data-text-id="b2-t26"] {
    left: 179px !important;
    width: 98px !important;
    height: 27px !important;
    padding: 5px 12px 0;
    border: 1px solid #13c7df;
    border-radius: 999px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #16d7ee;
    text-align: center;
    white-space: nowrap !important;
    text-shadow: 0 0 8px rgba(0, 218, 255, .36);
}

.stemcell-text[data-text-id="b2-t27"] {
    left: 353px !important;
    top: 332px !important;
    width: 78px !important;
    height: 78px !important;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px 2px;
    border: 1px solid rgba(143, 233, 255, .82);
    border-radius: 50%;
    background:
        radial-gradient(circle at 34% 26%, rgba(255, 255, 255, .48) 0%, rgba(37, 224, 255, .34) 24%, rgba(0, 122, 164, .88) 58%, rgba(0, 36, 69, .98) 100%);
    box-shadow:
        0 0 14px rgba(0, 221, 255, .5),
        inset 0 0 11px rgba(255, 255, 255, .28),
        inset 0 -8px 18px rgba(0, 11, 38, .38);
    color: #fff !important;
    font-size: 8.4px;
    line-height: 10.5px;
    font-weight: 500;
    text-align: center;
    white-space: pre-line !important;
    text-shadow: 0 0 5px rgba(255, 255, 255, .78);
}

.stemcell-text[data-text-id="b2-t27"]::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .22);
    pointer-events: none;
}

.stemcell-text[data-text-id="b2-t28"] {
    font-size: 15px;
    line-height: 19px;
    font-weight: 800;
}

.stemcell-text[data-text-id="b2-t24a"] {
    font-size: 13.5px;
    line-height: 22px;
    color: #cfdbea;
    text-shadow: 0 1px 4px rgba(0, 18, 40, .14);
	display:block;
	padding:15px 10px;
	border:1px solid #1aaec9;
}

.stemcell-text[data-text-id="b2-t24b"] {
    font-size: 17.5px;
    line-height: 28.5px;
    font-weight: 650;
    color: #edf4f7;
    text-shadow: 0 1px 4px rgba(0, 18, 40, .16);
}

.stemcell-text[data-text-id="b2-t24b"] .stemcell-text__run {
    text-shadow: 0 1px 4px rgba(0, 18, 40, .16);
}

.stemcell-text[data-text-id="b2-t24b"] .stemcell-text__run:nth-child(2),
.stemcell-text[data-text-id="b2-t24b"] .stemcell-text__run:nth-child(4) {
    color: #28dff1 !important;
    -webkit-text-fill-color: #28dff1;
    text-shadow:
        0 0 5px rgba(40, 223, 241, .34),
        0 1px 4px rgba(0, 18, 40, .18);
}

.stemcell-image-overlay[data-overlay-id="board-02-02-three-abilities-hero-network"] {
    z-index: 5 !important;
    opacity: .86;
    filter:
        brightness(1.08)
        contrast(1.14)
        drop-shadow(0 0 4px rgba(255, 255, 255, .18));
    mix-blend-mode: screen;
}

.stemcell-text[data-text-id="b2-t23"] {
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 800;
    color: #2f2f2f;
}

.stemcell-text[data-text-id="b2-t15a"] {
    font-size: 21px;
    line-height: 31px;
    font-weight: 800;
    color: #8d8d8d;
}

.stemcell-text[data-text-id="b2-t15b"] {
    left: 16px !important;
    width: 418px !important;
    font-size: 22px;
    line-height: 32px;
    font-weight: 900;
    color: #080808;
}

.stemcell-text[data-text-id="b2-t1-visible-second"] {
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-weight: 800;
}

.stemcell-text[data-text-id="b2-t2"] {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}

.stemcell-text[data-text-id="b3-t17"] {
    left: 0 !important;
    top: 0px !important;
    width: 450px !important;
    height: 50px !important;
    padding: 0px 0px 0 8px;
     background: linear-gradient(
		90deg,
		#07121f 0%,
		#102f4f 35%,
		#14395f 50%,
		#102f4f 65%,
		#07121f 100%
	  );
    z-index: 30 !important;
    font-size: 15px;
    line-height: 18px;
    font-weight: 800;
    text-align: center;
    position: absolute !important;
    overflow: hidden;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    text-shadow: none !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    white-space: nowrap !important;
}

.stemcell-text[data-text-id="b3-t17"] * {
    position: static !important;
    display: inline !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
    text-shadow: none !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
}

.stemcell-text[data-text-id="b3-t15"],
.stemcell-text[data-text-id="b3-t16"] {
    text-shadow: 0 2px 11px rgba(0, 0, 0, .42);
}

.stemcell-text[data-text-id="b3-t25"] {
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    top: 8px !important;
    width: 210px !important;
    height: 54px !important;
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

.stemcell-text[data-text-id="b3-t24"] {
    font-size: 12.5px;
    line-height: 20px;
    font-weight: 500;
}

.stemcell-text[data-text-id="b3-t18"] { left: 32px !important; top: 583px !important; width: 194px !important; background: #d8d8d8; height: 22px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .35); }
.stemcell-text[data-text-id="b3-t19"] { left: 226px !important; top: 583px !important; width: 194px !important; background: #00244a; height: 22px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .35); }
.stemcell-text[data-text-id="b3-t20"] { left: 32px !important; top: 419px !important; width: 194px !important; background: #d8d8d8; height: 22px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .35); }
.stemcell-text[data-text-id="b3-t21"] { left: 226px !important; top: 419px !important; width: 194px !important; background: #00244a; height: 22px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .35); }
.stemcell-text[data-text-id="b3-t22"] { left: 32px !important; top: 272px !important; width: 194px !important; background: #d8d8d8; height: 22px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .35); }
.stemcell-text[data-text-id="b3-t23"] { left: 226px !important; top: 272px !important; width: 194px !important; background: #00244a; height: 22px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .35); }

.stemcell-page--svf .stemcell-text[data-text-id="b3-t18"] { left: 31px !important; top: 582px !important; width: 194px !important; height: 20px !important; background: #343b42; line-height: 20px; }
.stemcell-page--svf .stemcell-text[data-text-id="b3-t19"] { left: 225px !important; top: 582px !important; width: 194px !important; height: 20px !important; background: #003463; line-height: 20px; }
.stemcell-page--svf .stemcell-text[data-text-id="b3-t20"] { left: 31px !important; top: 345px !important; width: 194px !important; height: 20px !important; background: #343b42; line-height: 20px; }
.stemcell-page--svf .stemcell-text[data-text-id="b3-t21"] { left: 225px !important; top: 345px !important; width: 194px !important; height: 20px !important; background: #003463; line-height: 20px; }

.stemcell-text[data-text-id="b3-t61"] {
    left: 45px !important;
    top: 205px !important;
    width: 360px !important;
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: -.6px;
    color: #f8fbff;
}

.stemcell-text[data-text-id="b3-t63"] {
    left: 48px !important;
    top: 58px !important;
    width: 354px !important;
    height: 46px !important;
    font-size: 15.2px;
    line-height: 22px;
    font-weight: 300;
    color: rgba(220, 231, 243, .9);
    text-shadow: 0 1px 8px rgba(0, 18, 40, .24);
}

.stemcell-text[data-text-id="b3-t63"]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 70px;
    width: 1px;
    height: 50px;
    background: linear-gradient(360deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .18));
    transform: translateX(-50%);
    pointer-events: none;
}

.stemcell-text[data-text-id="b3-t55"] { left: 35px !important; top: 255px !important; width: 183px !important;
    height: 97px !important;
    padding-top: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 18, 40, .18);
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
    color: #001228;
    text-align: center;
    text-shadow: none !important; }
.stemcell-text[data-text-id="b3-t56"] { left: 232px !important; top: 255px !important; width: 183px !important;
    height: 97px !important;
    padding-top: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 18, 40, .18);
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
    color: #001228;
    text-align: center;
    text-shadow: none !important; }
.stemcell-text[data-text-id="b3-t57"] { left: 35px !important; top: 360px !important; width: 183px !important;
    height: 97px !important;
    padding-top: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 18, 40, .18);
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
    color: #001228;
    text-align: center;
    text-shadow: none !important; }
.stemcell-text[data-text-id="b3-t58"] { left: 232px !important; top: 360px !important; width: 183px !important;
    height: 97px !important;
    padding-top: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 18, 40, .18);
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
    color: #001228;
    text-align: center;
    text-shadow: none !important; }
.stemcell-text[data-text-id="b3-t59"] { left: 35px !important; top: 465px !important; width: 183px !important;
    height: 97px !important;
    padding-top: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 18, 40, .18);
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
    color: #001228;
    text-align: center;
    text-shadow: none !important; }
.stemcell-text[data-text-id="b3-t60"] { left: 232px !important; top: 465px !important; width: 183px !important;
    height: 97px !important;
    padding-top: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 18, 40, .18);
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
    color: #001228;
    text-align: center;
    text-shadow: none !important; }

.stemcell-text[data-text-id="b3-t54"] {
    left: 45px !important;
    top: 660px !important;
    width: 360px !important;
    height: 84px !important;
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    color: #eaf1fb !important;
    background: none;
    -webkit-text-fill-color: initial;
    text-shadow: none !important;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .22));
}

.stemcell-text[data-text-id="b3-t54"] .stemcell-text__run {
    text-align: center;
    white-space: nowrap;
}

.stemcell-text[data-text-id="b3-t54"] .stemcell-text__run:nth-child(1) {
    color: #eaf1fb !important;
    -webkit-text-fill-color: #eaf1fb;
}

.stemcell-text[data-text-id="b3-t54"] .stemcell-text__run:nth-child(2),
.stemcell-text[data-text-id="b3-t54"] .stemcell-text__run:nth-child(3) {
    color: transparent !important;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 40%, #c0d2ea 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800 !important;
}

.stemcell-text[data-text-id="b3-t54"] .stemcell-text__run:nth-child(2)::after {
/*
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 176px;
    height: 2px;
    background: linear-gradient(90deg, rgba(190, 209, 232, .15), rgba(219, 232, 248, .95), rgba(190, 209, 232, .15));
    box-shadow: 0 1px 4px rgba(255, 255, 255, .28);
    pointer-events: none;
*/
}

.stemcell-text[data-text-id="b3-t53"] {
    top: 765px !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #dbe4ef;
}

.stemcell-text[data-text-id="b3-t53"] .stemcell-text__run {
    display: block;
    text-align: center;
    white-space: nowrap;
}

.stemcell-text[data-text-id="b3-t53"] .stemcell-text__run:nth-child(1) {
    color: #7e8794 !important;
    -webkit-text-fill-color: #7e8794;
}

.stemcell-text[data-text-id="b3-t53"] .stemcell-text__run:nth-child(2),
.stemcell-text[data-text-id="b3-t53"] .stemcell-text__run:nth-child(3) {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

.stemcell-text[data-text-id="b3-t64"] {
    left: 75px !important;
    top: 590px !important;
    width: 300px !important;
    height: auto !important;
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, .54);
    text-align: center;
    text-shadow: none !important;
}

.stemcell-text[data-text-id="b3-t40"],
.stemcell-text[data-text-id="b3-t44"],
.stemcell-text[data-text-id="b3-t47"],
.stemcell-text[data-text-id="b3-t50"] {
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
}

.stemcell-text[data-text-id="b3-t41"],
.stemcell-text[data-text-id="b3-t45"],
.stemcell-text[data-text-id="b3-t48"],
.stemcell-text[data-text-id="b3-t51"] {
    font-size: 11.5px;
    line-height: 17px;
    font-weight: 500;
    color: #d7dee8;
}

.stemcell-text[data-text-id="b3-t1a"],
.stemcell-text[data-text-id="b3-t1c"] {
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 33.4px;
    line-height: 50.4px;
    font-weight: 700;
}

.stemcell-text[data-text-id="b3-t1c"] {
	display:inline-block !important;
	position:absolute !important;
	top:50px !important;
	left:353px !important;

}

.stemcell-text[data-text-id="b3-t1b"] {
    padding: 0;
    background: transparent;
    font-family: "Gmarket Sans", "Pretendard", sans-serif;
    font-size: 33.4px;
    line-height: 50.4px;
    font-weight: 700;
    box-shadow: none;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t1b"] {
    color: #91f2ff !important;
    -webkit-text-fill-color: #91f2ff;
}

.stemcell-text[data-text-id="b3-t1b"] .stemcell-title-cutout {
    display: block;
    width: 352px;
    height: 54px;
    overflow: visible;
}

.stemcell-text[data-text-id="b3-t1b"] .stemcell-title-cutout__svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.stemcell-text[data-text-id="b3-t2"] {
    font-size: 12.8px;
    line-height: 15.6px;
    font-weight: 500;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t2"] {
    font-size: 16.2px;
    line-height: 25.2px;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

.stemcell-text[data-text-id="b3-t63"] .stemcell-text__run {
    display: block;
    text-align: center;
    white-space: nowrap;
}

.stemcell-text[data-text-id="b3-t63"] .stemcell-text__run:nth-child(1) {
    color: #dce7f3 !important;
    -webkit-text-fill-color: #dce7f3;
    font-weight: 300 !important;
}

.stemcell-text[data-text-id="b3-t63"] .stemcell-text__run:nth-child(2) {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

.stemcell-text[data-text-id="b3-t55"],
.stemcell-text[data-text-id="b3-t56"],
.stemcell-text[data-text-id="b3-t57"],
.stemcell-text[data-text-id="b3-t58"],
.stemcell-text[data-text-id="b3-t59"],
.stemcell-text[data-text-id="b3-t60"] {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.stemcell-text[data-text-id="b3-t55"] .stemcell-text__run,
.stemcell-text[data-text-id="b3-t56"] .stemcell-text__run,
.stemcell-text[data-text-id="b3-t57"] .stemcell-text__run,
.stemcell-text[data-text-id="b3-t58"] .stemcell-text__run,
.stemcell-text[data-text-id="b3-t59"] .stemcell-text__run,
.stemcell-text[data-text-id="b3-t60"] .stemcell-text__run {
    display: block;
    text-align: center;
    white-space: normal;
}

.stemcell-text[data-text-id="b3-t55"] .stemcell-text__run:nth-child(1),
.stemcell-text[data-text-id="b3-t56"] .stemcell-text__run:nth-child(1),
.stemcell-text[data-text-id="b3-t57"] .stemcell-text__run:nth-child(1),
.stemcell-text[data-text-id="b3-t58"] .stemcell-text__run:nth-child(1),
.stemcell-text[data-text-id="b3-t59"] .stemcell-text__run:nth-child(1),
.stemcell-text[data-text-id="b3-t60"] .stemcell-text__run:nth-child(1) {
    color: #001228 !important;
    -webkit-text-fill-color: #001228;
    font-weight: 800 !important;
}

.stemcell-text[data-text-id="b3-t55"] .stemcell-text__run:nth-child(2),
.stemcell-text[data-text-id="b3-t56"] .stemcell-text__run:nth-child(2),
.stemcell-text[data-text-id="b3-t57"] .stemcell-text__run:nth-child(2),
.stemcell-text[data-text-id="b3-t58"] .stemcell-text__run:nth-child(2),
.stemcell-text[data-text-id="b3-t59"] .stemcell-text__run:nth-child(2),
.stemcell-text[data-text-id="b3-t60"] .stemcell-text__run:nth-child(2) {
    color: #111111 !important;
    -webkit-text-fill-color: #111111;
    font-weight: 600 !important;
}

.stemcell-page--svf .stemcell-section[data-section-id="board-03-05-final-cta"] .stemcell-text[data-text-id="b3-t1b"] {
    color: #91f2ff !important;
    -webkit-text-fill-color: #91f2ff !important;
    background: transparent !important;
}

/* SVF board-03 process: keep the source section relative, tune only inner layers. */
.stemcell-page--svf .stemcell-section[data-section-id="board-03-04-procedure-process"] {
    background-color: #001228;
}

.stemcell-page--svf .stemcell-section[data-section-id="board-03-04-procedure-process"] > .stemcell-section__image {

}

.stemcell-procedure-copy,
.stemcell-longevity-copy,
.stemcell-final-cta-copy {
    position: absolute;
    z-index: 4;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

.stemcell-procedure-copy {
    left: 0;
    top: 0;
    width: 450px;
    height: 0;
}

.stemcell-procedure-copy .stemcell-text,
.stemcell-longevity-copy .stemcell-text,
.stemcell-final-cta-copy .stemcell-text {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    width: auto !important;
    height: auto !important;
    opacity: 1;
}

.stemcell-procedure-copy .stemcell-text__run,
.stemcell-longevity-copy .stemcell-text__run,
.stemcell-final-cta-copy .stemcell-text__run {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
}

.stemcell-procedure-copy__lead {
    position: absolute !important;
    z-index: 4;
    left: 54.583px !important;
    top: 63.333px !important;
    width: 341.667px !important;
    text-align: center;
}

.stemcell-procedure-copy__lead .stemcell-text__run {
    display: block;
    text-align: center;
    white-space: nowrap;
}

.stemcell-procedure-copy__lead .stemcell-text__run:nth-child(1) {
    color: rgba(220, 231, 243, .72) !important;
    -webkit-text-fill-color: rgba(220, 231, 243, .72);
    font-weight: 300 !important;
}

.stemcell-procedure-copy__lead .stemcell-text__run:nth-child(2) {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    font-weight: 500 !important;
}

.stemcell-procedure-copy__title {
    position: absolute !important;
    z-index: 4;
    left: 45px !important;
    top: 258px !important;
    width: 360px !important;
    height: auto !important;
    letter-spacing: 0 !important;
    text-align: center;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .38);
}

.stemcell-procedure-copy__title .stemcell-text__run {
    display: block;
    text-align: center;
    white-space: nowrap;
}

.stemcell-procedure-copy__title .stemcell-text__run:nth-child(1) {
    color: rgba(220, 231, 243, .72) !important;
    -webkit-text-fill-color: rgba(220, 231, 243, .72);
    font-weight: 400 !important;
}

.stemcell-procedure-copy__title .stemcell-text__run:nth-child(2) {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    font-weight: 800 !important;
}

.stemcell-procedure-copy__note {
    position: absolute !important;
    z-index: 4;
    left: 104.167px !important;
    top: 700px !important;
    width: 242.083px !important;
    text-align: center;
    color: rgba(255, 255, 255, .45) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, .45);
}

.stemcell-longevity-copy {
    left: 0;
    top: 820px;
    width: 450px;
    text-align: center;
}

.stemcell-longevity-copy__title {
    text-align: center;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.stemcell-longevity-copy__title .stemcell-text__run {
    display: block;
    text-align: center;
    white-space: nowrap;
}

.stemcell-longevity-copy__title .stemcell-text__run:nth-child(2) {
    display: inline-block !important;
    color: #19d3e8 !important;
    -webkit-text-fill-color: #19d3e8 !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.stemcell-longevity-copy__title .stemcell-text__run:nth-child(3) {
    display: inline-block !important;
	margin-left:8px;
}

.stemcell-longevity-copy__body {
    width: 390px !important;
    margin: 5px auto 0 !important;
    padding: 0 !important;
    border: 0;
    box-sizing: border-box;
    background: transparent;
    text-align: center;
    position: relative;
}

.stemcell-longevity-copy__body::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 47px;
    z-index: -1;
    width: 390px;
    height: 64px;
    box-sizing: border-box;
    border: 1px solid #13d7ee;
    background: rgba(0, 18, 40, .18);
}

.stemcell-longevity-copy__body .stemcell-text__run {
    display: block;
    text-align: center;
    white-space: nowrap;
    line-height: 1.55 !important;
}

.stemcell-longevity-copy__body .stemcell-text__run:nth-child(1) {
    color: #7e8794 !important;
    -webkit-text-fill-color: #7e8794 !important;
    font-weight: 400 !important;
    margin-bottom: 18px;
}

.stemcell-longevity-copy__body .stemcell-text__run:nth-child(n+2) {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.stemcell-longevity-copy__body .stemcell-text__run:nth-child(2) {
    padding: 13px 18px 0 !important;
}

.stemcell-longevity-copy__body .stemcell-text__run:nth-child(3) {
    padding: 0 18px 13px !important;
}

.stemcell-age-graph__title {
    position: absolute !important;
    z-index: 4;
    left: 86.667px !important;
    top: 1086px !important;
    width: 276.667px !important;
    margin: 0;
    text-align: center !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.stemcell-age-graph__source {
    position: absolute !important;
    z-index: 4;
    left: 30px !important;
    top: 1426px !important;
    width: 390px !important;
    margin: 0;
    text-align: center !important;
    color: rgba(228, 228, 228, .8) !important;
    -webkit-text-fill-color: rgba(228, 228, 228, .8) !important;
}

.stemcell-age-graph__source .stemcell-text__run,
.stemcell-age-graph__title .stemcell-text__run {
    display: block;
    text-align: inherit;
}

.stemcell-final-cta-copy {
    left: 0;
    top: 0;
    width: 450px;
    height: 470px;
    text-align: center;
}

.stemcell-final-cta-copy__title {
    position: absolute;
    left: 0;
    top: 165px;
    width: 450px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.stemcell-final-cta-copy__title-line {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
    white-space: nowrap;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .42);
}

.stemcell-final-cta-copy__title-line[data-text-id="b3-t1b"] {
    display: inline-block !important;
    width: auto !important;
    margin: 4px auto 0 !important;
    padding: 9px 0 0 !important;
    color: #9af8ff !important;
    -webkit-text-fill-color: #9af8ff !important;
    background: rgba(0, 18, 40, .86);
}

.stemcell-final-cta-copy__body {
    position: absolute !important;
    left: 71px !important;
    top: 334px !important;
    width: 368px !important;
    margin: 0 !important;
    text-align: center !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.stemcell-final-cta-copy__note {
    position: absolute !important;
    left: 66px !important;
    top: 439px !important;
    width: 368px !important;
    margin: 0 !important;
    text-align: center !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t61"] {
    left: 45px !important;
    top: 220px !important;
    width: 360px !important;
    height: 78px !important;
    letter-spacing: 0 !important;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .38);
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t61"] .stemcell-text__run {
    display: block;
    text-align: center;
    white-space: nowrap;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t61"] .stemcell-text__run:nth-child(1) {
    color: rgba(220, 231, 243, .72) !important;
    -webkit-text-fill-color: rgba(220, 231, 243, .72);
    font-weight: 400 !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t61"] .stemcell-text__run:nth-child(2) {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    font-weight: 800 !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t55"],
.stemcell-page--svf .stemcell-text[data-text-id="b3-t56"],
.stemcell-page--svf .stemcell-text[data-text-id="b3-t57"],
.stemcell-page--svf .stemcell-text[data-text-id="b3-t58"],
.stemcell-page--svf .stemcell-text[data-text-id="b3-t59"],
.stemcell-page--svf .stemcell-text[data-text-id="b3-t60"] {
    width: 188px !important;
    height: 91px !important;
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-rows: 32px 1fr;
    padding: 0 !important;
    border-radius: 9px !important;
    overflow: hidden;
    background: linear-gradient(180deg, #25cfe0 0 32px, #f1f2f4 32px 100%) !important;
    box-shadow: 0 8px 18px rgba(0, 18, 40, .18) !important;
    gap: 0 !important;
    color: #111 !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    text-shadow: none !important;
}

.stemcell-procedure-steps {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stemcell-procedure-steps__item {
    margin: 0;
    padding: 0;
}

.stemcell-procedure-step-text h3,
.stemcell-procedure-step-text p {
    margin: 0;
    padding: 0;
    position: static !important;
}

.stemcell-procedure-step-text .stemcell-text__run {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    white-space: normal !important;
    word-break: keep-all;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t55"],
.stemcell-page--svf .stemcell-text[data-text-id="b3-t57"],
.stemcell-page--svf .stemcell-text[data-text-id="b3-t59"] {
    left: 31px !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t56"],
.stemcell-page--svf .stemcell-text[data-text-id="b3-t58"],
.stemcell-page--svf .stemcell-text[data-text-id="b3-t60"] {
    left: 231px !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t55"],
.stemcell-page--svf .stemcell-text[data-text-id="b3-t56"] {
    top: 305px !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t57"],
.stemcell-page--svf .stemcell-text[data-text-id="b3-t58"] {
    top: 405px !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t59"],
.stemcell-page--svf .stemcell-text[data-text-id="b3-t60"] {
    top: 505px !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t55"] .stemcell-text__run:nth-child(1),
.stemcell-page--svf .stemcell-text[data-text-id="b3-t56"] .stemcell-text__run:nth-child(1),
.stemcell-page--svf .stemcell-text[data-text-id="b3-t57"] .stemcell-text__run:nth-child(1),
.stemcell-page--svf .stemcell-text[data-text-id="b3-t58"] .stemcell-text__run:nth-child(1),
.stemcell-page--svf .stemcell-text[data-text-id="b3-t59"] .stemcell-text__run:nth-child(1),
.stemcell-page--svf .stemcell-text[data-text-id="b3-t60"] .stemcell-text__run:nth-child(1) {
    color: #001228 !important;
    -webkit-text-fill-color: #001228;
    font-size: 15px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t55"] .stemcell-text__run:nth-child(2),
.stemcell-page--svf .stemcell-text[data-text-id="b3-t56"] .stemcell-text__run:nth-child(2),
.stemcell-page--svf .stemcell-text[data-text-id="b3-t57"] .stemcell-text__run:nth-child(2),
.stemcell-page--svf .stemcell-text[data-text-id="b3-t58"] .stemcell-text__run:nth-child(2),
.stemcell-page--svf .stemcell-text[data-text-id="b3-t59"] .stemcell-text__run:nth-child(2),
.stemcell-page--svf .stemcell-text[data-text-id="b3-t60"] .stemcell-text__run:nth-child(2),
.stemcell-page--svf .stemcell-text[data-text-id="b3-t56"] .stemcell-text__run:nth-child(3),
.stemcell-page--svf .stemcell-text[data-text-id="b3-t59"] .stemcell-text__run:nth-child(3),
.stemcell-page--svf .stemcell-text[data-text-id="b3-t60"] .stemcell-text__run:nth-child(3) {
    color: #222 !important;
    -webkit-text-fill-color: #222;
    font-size: 15px !important;
    line-height: 18px !important;
    font-weight: 500 !important;
    text-align: center !important;
    padding: 0 8px !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t59"] .stemcell-text__run:nth-child(2),
.stemcell-page--svf .stemcell-text[data-text-id="b3-t59"] .stemcell-text__run:nth-child(3),
.stemcell-page--svf .stemcell-text[data-text-id="b3-t60"] .stemcell-text__run:nth-child(2),
.stemcell-page--svf .stemcell-text[data-text-id="b3-t60"] .stemcell-text__run:nth-child(3) {
    font-size: 15px !important;
    line-height: 17px !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t54"] {
    top: 820px !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t54"] .stemcell-text__run:nth-child(2) {
    color: #19d3e8 !important;
    -webkit-text-fill-color: #19d3e8 !important;
    background: none !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t53"] {
    top: 914px !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t64"] {
    top: 620px !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t62"] {
    top: 1066px !important;
}

.stemcell-page--svf .stemcell-text[data-text-id="b3-t52"] {
    top: 1345px !important;
}

.stemcell-page--svf .stemcell-bio-age-grid {
    top: 1440px;
}

.stemcell-page--svf .stemcell-section[data-section-id="board-03-04-procedure-process"]::after {
    content: "EDGE STEM CELL CLINIC";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 700px;
    display: flex;
    width: 450px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(0, 18, 40, 0) 0%, rgba(8, 201, 218, .72) 50%, rgba(0, 18, 40, 0) 100%);
    color: rgba(232, 251, 255, .86);
    font-family: "Pretendard", sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    pointer-events: none;
}

.stemcell-page--svf .stemcell-section[data-section-id="board-03-05-final-cta"] .stemcell-text[data-text-id="b3-t2"] {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 16.2px !important;
    line-height: 25.2px !important;
}

.stemcell-page--svf .stemcell-final-cta-copy__title-line[data-text-id="b3-t1b"] {
    position: relative;
    background: transparent !important;
}

.stemcell-page--svf .stemcell-final-cta-copy__title-line[data-text-id="b3-t1b"]::before {
    content: "";
    position: absolute;
    left: -3px;
    right: -7px;
    top: 7px;
    bottom: 5px;
    z-index: -1;
    background: rgba(0, 18, 40, .78);
	width:277px;
}

.stemcell-page--svf .stemcell-final-cta-copy__body .stemcell-text__run {
    display: inline !important; 
    line-height: 15.2px !important;
}

.stemcell-page--svf .stemcell-final-cta-copy__body .stemcell-text__run:nth-child(1),
.stemcell-page--svf .stemcell-final-cta-copy__body .stemcell-text__run:nth-child(3),
.stemcell-page--svf .stemcell-final-cta-copy__body .stemcell-text__run:nth-child(5) {
    color: #8ff7ff !important;
    -webkit-text-fill-color: #8ff7ff !important;
    font-weight: 700 !important;
}
