@charset "utf-8";

#smline-renewal {
    --sm-navy: #092556;
    --sm-blue: #1778a7;
    --sm-cyan: #34a7bd;
    --sm-ink: #172331;
    --sm-muted: #64707c;
    --sm-line: #dce4e9;
    --sm-green: #03a54a;
    width: 100%;
    color: var(--sm-ink);
    text-align: left;
    overflow: hidden;
    font-family: 'Noto Sans Kr', 'Noto Sans KR', Arial, sans-serif;
}

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

#smline-renewal a {
    font-family: inherit;
}

.sm-hero {
    position: relative;
    min-height: 650px;
    height: calc(100vh - 80px);
    max-height: 820px;
    overflow: hidden;
    background: #edf4f7;
}

.sm-hero-media {
    position: absolute;
    inset: 0;
    background: url('../images/MainVisual/bg1.jpg') center center / cover no-repeat;
    transform: translate3d(0, var(--sm-hero-shift, 0), 0) scale(1.08);
    transition: transform 1.8s ease;
    will-change: transform;
}

.sm-hero-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(236, 246, 249, 0.12);
}

.sm-hero.is-ready .sm-hero-media {
    transform: translate3d(0, var(--sm-hero-shift, 0), 0) scale(1.06);
}

.sm-hero-inner {
    position: relative;
    z-index: 2;
    width: 1400px;
    max-width: calc(100% - 80px);
    height: 100%;
    margin: 0 auto;
    padding-top: 196px;
}

.sm-hero-copy {
    width: 620px;
    max-width: 50%;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .85s ease .12s, transform .85s ease .12s;
}

.sm-hero.is-ready .sm-hero-copy {
    opacity: 1;
    transform: translateY(0);
}

.sm-kicker,
.sm-eyebrow {
    margin: 0 0 16px;
    color: var(--sm-blue);
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
}

.sm-kicker:before,
.sm-eyebrow:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 2px;
    margin: 0 12px 4px 0;
    background: var(--sm-cyan);
}

.sm-hero h1 {
    margin: 0;
    color: var(--sm-ink);
    font-size: 56px;
    line-height: 1.22;
    font-weight: 400;
    letter-spacing: 0;
    word-break: keep-all;
}

.sm-hero h1 strong {
    color: var(--sm-navy);
    font-weight: 800;
}

.sm-title-line {
    display: block;
}

.sm-hero-desc {
    width: 540px;
    max-width: 100%;
    margin: 24px 0 0;
    color: #4e5e6d;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0;
    word-break: keep-all;
}

.sm-hero-link,
.sm-text-link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--sm-navy) !important;
    font-size: 15px !important;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none !important;
}

.sm-hero-link {
    margin-top: 28px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--sm-navy);
}

.sm-hero-link i,
.sm-text-link i,
.sm-blog-read i {
    transition: transform .2s ease;
}

.sm-hero-link:hover i,
.sm-text-link:hover i,
.sm-blog-item a:hover .sm-blog-read i {
    transform: translateX(4px);
}

.sm-stat-band {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 142px;
    background: rgba(9, 37, 86, 0.94);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 48px rgba(9, 37, 86, 0.2);
}

.sm-stat {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 29px 28px;
}

.sm-stat + .sm-stat {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.sm-stat > i {
    flex: 0 0 40px;
    color: #69c6d7;
    font-size: 28px;
    text-align: center;
}

.sm-stat-copy {
    min-width: 0;
    padding-left: 18px;
}

.sm-stat-copy > span {
    display: block;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 0;
    white-space: normal;
}

.sm-stat-copy strong {
    display: flex;
    align-items: baseline;
    min-width: 0;
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
}

.sm-stat-number {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.sm-stat-copy small {
    margin-left: 5px;
    font-family: 'Noto Sans Kr', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.sm-scroll-cue {
    position: absolute;
    z-index: 3;
    right: 28px;
    bottom: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--sm-navy);
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 700;
    writing-mode: vertical-rl;
}

.sm-scroll-cue span {
    display: block;
    width: 1px;
    height: 38px;
    background: var(--sm-navy);
    animation: sm-scroll-line 1.8s ease-in-out infinite;
}

@keyframes sm-scroll-line {
    0%, 100% { transform: scaleY(.35); transform-origin: top; opacity: .45; }
    50% { transform: scaleY(1); transform-origin: top; opacity: 1; }
}

.sm-section {
    position: relative;
    padding: 112px 0;
}

.sm-section-inner {
    width: 1240px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
}

.sm-people {
    background: #fff;
    padding-top: 40px;
}

.sm-people-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
    align-items: center;
    gap: 76px;
}

.sm-people-photo {
    position: relative;
    margin: 0;
}

.sm-people-photo > img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
}

.sm-people-photo figcaption {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 24px;
    padding: 16px 20px;
    background: rgba(9, 37, 86, .92);
    color: #fff;
    border-left: 3px solid #58bfd0;
}

.sm-people-photo figcaption strong,
.sm-people-photo figcaption span {
    display: block;
    letter-spacing: 0;
}

.sm-people-photo figcaption strong {
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.sm-people-photo figcaption span {
    color: rgba(255, 255, 255, .75);
    font-size: 13px;
}

.sm-people-copy h2,
.sm-section-head h2 {
    margin: 0;
    color: var(--sm-ink);
    font-size: 40px;
    line-height: 1.36;
    font-weight: 500;
    letter-spacing: 0;
    word-break: keep-all;
}

.sm-people-copy h2 strong {
    color: var(--sm-navy);
    font-weight: 800;
}

.sm-people-copy > p:not(.sm-eyebrow) {
    margin: 22px 0 0;
    color: var(--sm-muted);
    font-size: 17px;
    line-height: 1.82;
    letter-spacing: 0;
    word-break: keep-all;
}

.sm-people-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 31px 0 0;
    padding: 0;
    border-top: 1px solid var(--sm-line);
}

.sm-people-points li {
    padding: 15px 4px;
    color: #344250;
    border-bottom: 1px solid var(--sm-line);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0;
}

.sm-people-points li:nth-child(odd) {
    padding-right: 16px;
}

.sm-people-points li:nth-child(even) {
    padding-left: 18px;
    border-left: 1px solid var(--sm-line);
}

.sm-people-points i {
    margin-right: 9px;
    color: var(--sm-cyan);
}

.sm-cases {
    background: #f2f6f8;
}

.sm-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 43px;
}

.sm-section-head > div:first-child > p:last-child {
    margin: 14px 0 0;
    color: var(--sm-muted);
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0;
}

.sm-head-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 0 0 auto;
}

.sm-slider-controls {
    display: flex;
    gap: 7px;
}

.sm-slider-controls button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    background: #fff;
    color: var(--sm-navy);
    border: 1px solid #ccd8df;
    border-radius: 50%;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.sm-slider-controls button:hover,
.sm-slider-controls button:focus-visible {
    background: var(--sm-navy);
    color: #fff;
    border-color: var(--sm-navy);
    transform: translateY(-2px);
}

.sm-case-track {
    margin: 0 -10px;
}

.sm-case-track:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sm-case-slide {
    min-width: 0;
    padding: 0 10px 8px;
}

.sm-case-card {
    display: block;
    height: 100%;
    overflow: hidden;
    background: #fff;
    color: inherit !important;
    border: 1px solid #dce5ea;
    border-radius: 6px;
    text-decoration: none !important;
    box-shadow: 0 12px 26px rgba(26, 49, 65, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sm-case-card:hover,
.sm-case-card:focus-visible {
    transform: translateY(-7px);
    border-color: #a8c2cf;
    box-shadow: 0 20px 38px rgba(26, 49, 65, .13);
}

.sm-case-thumb,
.sm-blog-thumb {
    position: relative;
    overflow: hidden;
    background: #e7edf1;
}

.sm-case-thumb {
    aspect-ratio: 760 / 500;
}

.sm-case-thumb > img,
.sm-blog-thumb > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.sm-case-card:hover .sm-case-thumb > img,
.sm-blog-item a:hover .sm-blog-thumb > img {
    transform: scale(1.035);
}

.sm-media-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #e9f1f5;
    color: #71808d;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.sm-media-fallback img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.sm-case-body {
    padding: 25px 25px 26px;
}

.sm-case-category {
    display: block;
    margin-bottom: 12px;
    color: var(--sm-blue);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
}

.sm-case-body h3,
.sm-blog-body h3 {
    overflow: hidden;
    margin: 0;
    color: var(--sm-ink);
    font-size: 21px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: 0;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sm-case-body > p,
.sm-blog-body > p {
    overflow: hidden;
    margin: 15px 0 22px;
    color: var(--sm-muted);
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sm-case-body time {
    display: block;
    padding-top: 17px;
    color: #919ca5;
    border-top: 1px solid #e7edf0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.sm-case-track .slick-list {
    overflow: hidden;
    padding: 7px 0 18px;
}

.sm-case-track .slick-track {
    display: flex;
}

.sm-case-track .slick-slide {
    height: auto;
}

.sm-case-track .slick-slide > div,
.sm-case-track .slick-slide .sm-case-slide {
    height: 100%;
}

.sm-case-track .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 31px 0 0;
    padding: 0;
}

.sm-case-track .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
}

.sm-case-track .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    overflow: hidden;
    background: #aebcc5;
    border: 0;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
    cursor: pointer;
}

.sm-case-track .slick-dots .slick-active button {
    background: var(--sm-navy);
}

.sm-blog {
    background: #f3f6f4;
}

.sm-blog-eyebrow {
    color: var(--sm-green);
}

.sm-blog-eyebrow:before {
    background: var(--sm-green);
}

.sm-blog-link {
    color: #057d3b !important;
}

.sm-blog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.sm-blog-item {
    min-width: 0;
}

.sm-blog-item > a {
    display: block;
    height: 100%;
    overflow: hidden;
    background: #fff;
    color: inherit !important;
    border: 1px solid #dde5e0;
    border-radius: 6px;
    text-decoration: none !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sm-blog-item > a:hover,
.sm-blog-item > a:focus-visible {
    transform: translateY(-6px);
    border-color: #acd0bb;
    box-shadow: 0 18px 34px rgba(24, 65, 42, .1);
}

.sm-blog-thumb {
    aspect-ratio: 16 / 10;
}

.sm-blog-body {
    padding: 21px 21px 22px;
}

.sm-blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    color: #89938d;
    font-size: 12px;
}

.sm-blog-meta span {
    overflow: hidden;
    color: var(--sm-green);
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sm-blog-body h3 {
    min-height: 61px;
    font-size: 19px;
}

.sm-blog-body > p {
    min-height: 48px;
    margin-bottom: 18px;
    font-size: 13px;
}

.sm-blog-read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4b5b52;
    font-size: 13px;
    font-weight: 700;
}

.sm-empty-state {
    padding: 54px 24px;
    background: #fff;
    border: 1px solid var(--sm-line);
    text-align: center;
}

.sm-empty-state p {
    margin: 0 0 13px;
    color: var(--sm-muted);
    font-size: 16px;
}

.sm-empty-state a {
    color: var(--sm-navy) !important;
    font-size: 14px !important;
    font-weight: 700;
}

.sm-cancer {
    padding: 128px 0 122px;
    background: #f7f9f8;
    border-top: 1px solid #e0e8e3;
}

.sm-cancer-layout {
    display: grid;
    grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: 76px;
}

.sm-cancer-intro h2 {
    margin: 0;
    color: var(--sm-ink);
    font-size: 42px;
    line-height: 1.38;
    font-weight: 500;
    letter-spacing: 0;
    word-break: keep-all;
}

.sm-cancer-intro h2 strong {
    color: var(--sm-navy);
    font-weight: 800;
}

.sm-cancer-lead {
    max-width: 470px;
    margin: 24px 0 0;
    color: var(--sm-muted);
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0;
    word-break: keep-all;
}

.sm-cancer-callout {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 36px;
    padding: 22px 0;
    border-top: 1px solid #cad9d1;
    border-bottom: 1px solid #cad9d1;
}

.sm-cancer-callout > span {
    flex: 0 0 auto;
    color: #0b8994;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 68px;
    line-height: .9;
    font-weight: 800;
    letter-spacing: 0;
}

.sm-cancer-callout div,
.sm-cancer-callout b,
.sm-cancer-callout strong {
    display: block;
}

.sm-cancer-callout b {
    margin-bottom: 6px;
    color: #6d7b74;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
}

.sm-cancer-callout strong {
    color: var(--sm-navy);
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0;
}

.sm-cancer-note {
    margin: 18px 0 0;
    color: #78847e;
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: 0;
    word-break: keep-all;
}

.sm-cancer-link {
    margin-top: 26px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--sm-navy);
}

.sm-cancer-chart-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 23px;
}

.sm-cancer-chart-head span,
.sm-cancer-chart-head strong {
    display: block;
    letter-spacing: 0;
}

.sm-cancer-chart-head span {
    margin-bottom: 6px;
    color: #60716a;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
}

.sm-cancer-chart-head strong {
    color: var(--sm-ink);
    font-size: 21px;
    line-height: 1.35;
    font-weight: 800;
}

.sm-cancer-chart-head > small {
    flex: 0 0 auto;
    color: #7b8781;
    font-size: 12px;
}

.sm-cancer-chart {
    position: relative;
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 10px;
    height: 430px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #b9c8c0;
    list-style: none;
}

.sm-cancer-chart:before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 44px 0 58px;
    background-image: linear-gradient(to bottom, rgba(91, 115, 103, .14) 1px, transparent 1px);
    background-size: 100% 25%;
    border-top: 1px solid rgba(91, 115, 103, .14);
}

.sm-cancer-chart li {
    --sm-bar-color: #158a95;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: 44px minmax(0, 1fr) 58px;
    min-width: 0;
    height: 100%;
}

.sm-cancer-chart li:nth-child(2) { --sm-bar-color: #247ca3; }
.sm-cancer-chart li:nth-child(3) { --sm-bar-color: #3c8c6d; }
.sm-cancer-chart li:nth-child(4) { --sm-bar-color: #bd6476; }
.sm-cancer-chart li:nth-child(5) { --sm-bar-color: #c69338; }
.sm-cancer-chart li:nth-child(6) { --sm-bar-color: #536eae; }
.sm-cancer-chart li:nth-child(7) { --sm-bar-color: #5b8e58; }
.sm-cancer-chart li:nth-child(8) { --sm-bar-color: #ae6c4b; }
.sm-cancer-chart li:nth-child(9) { --sm-bar-color: #716da4; }
.sm-cancer-chart li:nth-child(10) { --sm-bar-color: #617d85; }

.sm-cancer-value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    min-width: 0;
    color: var(--sm-bar-color);
    font-family: 'Roboto', Arial, sans-serif;
    white-space: nowrap;
}

.sm-cancer-value b {
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
}

.sm-cancer-value small {
    margin-left: 2px;
    font-family: 'Noto Sans Kr', sans-serif;
    font-size: 9px;
    font-weight: 500;
}

.sm-cancer-bar-shell {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    min-height: 0;
    padding: 0 10px;
}

.sm-cancer-bar-fill {
    display: block;
    width: 100%;
    height: var(--sm-bar-level);
    min-height: 12px;
    background: var(--sm-bar-color);
    border-radius: 3px 3px 0 0;
    transform: scaleY(1);
    transform-origin: center bottom;
    transition: transform 1.05s cubic-bezier(.2, .78, .24, 1) var(--sm-bar-delay);
}

.sm-cancer.is-count-ready .sm-cancer-bar-fill {
    transform: scaleY(0);
}

.sm-cancer.is-active .sm-cancer-bar-fill {
    transform: scaleY(1);
}

.sm-cancer-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    padding-top: 10px;
    text-align: center;
}

.sm-cancer-label em,
.sm-cancer-label b {
    display: block;
    font-style: normal;
    letter-spacing: 0;
}

.sm-cancer-label em {
    margin-bottom: 4px;
    color: var(--sm-bar-color);
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
}

.sm-cancer-label b {
    color: #34423b;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    word-break: keep-all;
}

.sm-cancer-source {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    color: #748079 !important;
    font-size: 11px !important;
    line-height: 1.4;
    text-decoration: none !important;
}

.sm-cancer-source:hover,
.sm-cancer-source:focus-visible {
    color: var(--sm-navy) !important;
    text-decoration: underline !important;
}

[data-sm-count-section].is-count-ready [data-sm-count] {
    opacity: 0;
    transition: opacity .18s ease;
}

[data-sm-count-section].is-count-ready.is-active [data-sm-count] {
    opacity: 1;
}

#smline-renewal [data-sm-motion] {
    --sm-motion-x: 0px;
    --sm-motion-y: 0px;
    transform: translate3d(var(--sm-motion-x), var(--sm-motion-y), 0);
    will-change: transform;
}

#smline-renewal.is-motion-disabled [data-sm-motion] {
    transform: none;
}

.sm-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .75s ease, transform .75s ease;
}

.sm-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1180px) {
    .sm-hero-inner,
    .sm-section-inner {
        max-width: calc(100% - 48px);
    }

    .sm-stat {
        padding: 25px 18px;
    }

    .sm-stat-copy {
        padding-left: 12px;
    }

    .sm-stat-copy strong {
        font-size: 28px;
    }

    .sm-people-layout {
        gap: 48px;
    }

    .sm-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-height: 800px) and (min-width: 769px) {
    .sm-hero-inner {
        padding-top: 145px;
    }

    .sm-hero h1 {
        font-size: 48px;
    }

    .sm-hero-desc {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.6;
    }

    .sm-hero-link {
        margin-top: 16px;
    }

    .sm-stat-band {
        bottom: 28px;
        min-height: 128px;
    }

    .sm-stat {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

@media (max-width: 768px) {
    .sm-hero {
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 0 0 22px;
    }

    .sm-hero-media {
        background-position: 64% center;
    }

    .sm-hero-media:after {
        background: rgba(241, 248, 250, .48);
    }

    .sm-hero-inner {
        width: auto;
        max-width: none;
        min-height: 620px;
        padding: 72px 18px 0;
    }

    .sm-hero-copy {
        width: 100%;
        max-width: none;
    }

    .sm-kicker,
    .sm-eyebrow {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .sm-kicker:before,
    .sm-eyebrow:before {
        width: 22px;
        margin-right: 8px;
    }

    .sm-hero h1 {
        font-size: 39px;
        line-height: 1.25;
    }

    .sm-hero-desc {
        width: 92%;
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.68;
    }

    .sm-hero-link {
        margin-top: 20px;
        font-size: 13px !important;
    }

    .sm-stat-band {
        left: 18px;
        right: 18px;
        bottom: 22px;
        grid-template-columns: 1fr 1fr;
        min-height: 0;
    }

    .sm-stat {
        min-height: 100px;
        padding: 17px 13px;
    }

    .sm-stat + .sm-stat {
        border-left: 0;
    }

    .sm-stat:nth-child(even) {
        border-left: 1px solid rgba(255, 255, 255, .16);
    }

    .sm-stat:nth-child(n+3) {
        border-top: 1px solid rgba(255, 255, 255, .16);
    }

    .sm-stat > i {
        flex-basis: 29px;
        font-size: 20px;
    }

    .sm-stat-copy {
        padding-left: 9px;
    }

    .sm-stat-copy > span {
        min-height: 34px;
        margin-bottom: 5px;
        font-size: 11px;
    }

    .sm-stat-copy strong {
        font-size: 22px;
    }

    .sm-stat-copy small {
        margin-left: 3px;
        font-size: 10px;
    }

    .sm-scroll-cue {
        display: none;
    }

    .sm-section {
        padding: 56px 0;
    }

    .sm-section-inner {
        width: auto;
        max-width: none;
        margin: 0 18px;
    }

    .sm-people-layout {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 34px;
    }

    .sm-people-photo > img {
        aspect-ratio: 4 / 3;
    }

    .sm-people-photo figcaption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 12px 13px;
    }

    .sm-people-photo figcaption strong {
        font-size: 13px;
    }

    .sm-people-photo figcaption span {
        font-size: 10px;
    }

    .sm-people-copy h2,
    .sm-section-head h2 {
        font-size: 29px;
        line-height: 1.4;
    }

    .sm-people-copy > p:not(.sm-eyebrow) {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.75;
    }

    .sm-people-points {
        margin-top: 24px;
    }

    .sm-people-points li {
        padding: 13px 3px;
        font-size: 12px;
    }

    .sm-people-points li:nth-child(even) {
        padding-left: 10px;
    }

    .sm-people-points li:nth-child(odd) {
        padding-right: 8px;
    }

    .sm-people-points i {
        margin-right: 5px;
    }

    .sm-section-head {
        display: block;
        margin-bottom: 29px;
    }

    .sm-section-head > div:first-child > p:last-child {
        margin-top: 10px;
        font-size: 13px;
    }

    .sm-head-actions {
        justify-content: space-between;
        margin-top: 20px;
    }

    .sm-slider-controls button {
        width: 40px;
        height: 40px;
    }

    .sm-text-link {
        font-size: 13px !important;
    }

    .sm-case-track:not(.slick-initialized) {
        display: block;
    }

    .sm-case-track:not(.slick-initialized) .sm-case-slide + .sm-case-slide {
        display: none;
    }

    .sm-case-body {
        padding: 21px 20px 22px;
    }

    .sm-case-body h3 {
        font-size: 19px;
    }

    .sm-case-body > p {
        font-size: 13px;
    }

    .sm-case-track .slick-list {
        overflow: hidden;
    }

    .sm-blog-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .sm-blog-item > a {
        display: grid;
        grid-template-columns: 38% 62%;
    }

    .sm-blog-thumb {
        height: 100%;
        min-height: 176px;
        aspect-ratio: auto;
    }

    .sm-blog-body {
        min-width: 0;
        padding: 17px 16px;
    }

    .sm-blog-meta {
        font-size: 10px;
    }

    .sm-blog-body h3 {
        min-height: 48px;
        font-size: 16px;
    }

    .sm-blog-body > p {
        display: none;
    }

    .sm-blog-read {
        margin-top: 14px;
        font-size: 11px;
    }
}

@media (max-width: 1180px) {
    .sm-cancer-layout {
        grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr);
        gap: 44px;
    }

    .sm-cancer-intro h2 {
        font-size: 36px;
    }

    .sm-cancer-chart {
        gap: 6px;
    }

    .sm-cancer-bar-shell {
        padding: 0 6px;
    }

    .sm-cancer-value b {
        font-size: 11px;
    }

    .sm-cancer-label b {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .sm-cancer {
        padding: 76px 0 72px;
    }

    .sm-cancer-layout {
        display: block;
    }

    .sm-cancer-intro h2 {
        font-size: 29px;
        line-height: 1.42;
    }

    .sm-cancer-lead {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.75;
    }

    .sm-cancer-callout {
        gap: 16px;
        margin-top: 28px;
        padding: 18px 0;
    }

    .sm-cancer-callout > span {
        font-size: 54px;
    }

    .sm-cancer-callout strong {
        font-size: 17px;
    }

    .sm-cancer-note {
        margin-top: 14px;
        font-size: 11px;
    }

    .sm-cancer-link {
        margin-top: 21px;
    }

    .sm-cancer-visual {
        margin-top: 54px;
    }

    .sm-cancer-chart-head {
        align-items: flex-start;
        margin-bottom: 22px;
    }

    .sm-cancer-chart-head strong {
        font-size: 18px;
    }

    .sm-cancer-chart {
        display: block;
        height: auto;
        border-bottom: 0;
    }

    .sm-cancer-chart:before {
        display: none;
    }

    .sm-cancer-chart li {
        display: grid;
        grid-template-columns: 86px minmax(0, 1fr) 62px;
        grid-template-rows: 32px;
        align-items: center;
        gap: 10px;
        height: 32px;
        margin-bottom: 10px;
    }

    .sm-cancer-label {
        grid-column: 1;
        grid-row: 1;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 7px;
        padding: 0;
        text-align: left;
    }

    .sm-cancer-label em {
        width: 18px;
        margin: 0;
        font-size: 9px;
    }

    .sm-cancer-label b {
        font-size: 11px;
        white-space: nowrap;
    }

    .sm-cancer-bar-shell {
        grid-column: 2;
        grid-row: 1;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 8px;
        padding: 0;
        background: #e1e8e4;
        border-radius: 2px;
        overflow: hidden;
    }

    .sm-cancer-bar-fill {
        width: var(--sm-bar-level);
        height: 100%;
        min-height: 0;
        border-radius: 2px;
        transform: scaleX(1);
        transform-origin: left center;
    }

    .sm-cancer.is-count-ready .sm-cancer-bar-fill {
        transform: scaleX(0);
    }

    .sm-cancer.is-active .sm-cancer-bar-fill {
        transform: scaleX(1);
    }

    .sm-cancer-value {
        grid-column: 3;
        grid-row: 1;
        justify-content: flex-end;
    }

    .sm-cancer-value b {
        font-size: 11px;
    }

    .sm-cancer-source {
        margin-top: 10px;
        font-size: 9px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sm-hero-media,
    .sm-hero-copy,
    #smline-renewal [data-sm-motion],
    .sm-reveal,
    .sm-cancer-bar-fill,
    .sm-case-card,
    .sm-blog-item > a,
    .sm-case-thumb > img,
    .sm-blog-thumb > img {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }

    .sm-reveal,
    .sm-hero-copy {
        opacity: 1 !important;
    }
}
