#subtop {
    display: none !important;
}

body {
    padding-top: 0;
}

.lami-cases-page {
    --lcase-point: #5e2c7b;
    --lcase-point2: #a8599e;
    --lcase-warm: #78716c;
    --lcase-bg: #f7f7f7;
    --lcase-card: rgba(255, 255, 255, 0.6);
    --lcase-muted: #eee9ed;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
    color: #222;
    word-break: keep-all;

}

.lami-cases-page p {
    word-break: keep-all;
}

.laminate-page a, .laminate-page a:link, .laminate-page a:visited,
.laminate-page a:hover, .laminate-page a:focus, .laminate-page a:active { text-decoration: none; }


.lami-cases-page *,
.lami-cases-page *::before,
.lami-cases-page *::after {
    box-sizing: border-box;
}

.hero.lami-cases-hero {
    height: auto;
    min-height: 900px;
}

.hero.lami-cases-hero .hero__bg {
    background-size: cover;
    background-position: center center;
}

.hero.lami-cases-hero .hero__overlay {
    padding: clamp(100px, 15.625vw, 225px) 0;
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.hero.lami-cases-hero .hero__title {
    font-weight: 700;
}

.hero.lami-cases-hero .hero__subtitle {
    line-height: 34px;
}

.lami-cases-section {
    padding: 130px 0 100px;
    background: var(--lcase-bg);
}

.lami-cases-section--secondary {
    padding: 130px 0;
}

.lami-cases-container {
    width: min(100%, 1370px);
    margin: 0 auto;
    padding: 0 40px;
}

.lami-cases-title {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.lami-cases-title__system {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.lami-cases-title__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: var(--lcase-point2);
    color: #fff;
    font-size: 21px;
    line-height: 31px;
    font-weight: 700;
    letter-spacing: 0;
}

.lami-cases-title h2 {
    margin: 0;
    color: var(--lcase-point2);
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
    word-break: keep-all;
}

.lami-cases-card {
    width: 100%;
    padding: 60px 15px;
    border-top: 3px solid var(--lcase-point);
    border-radius: 16px;
    background: var(--lcase-card);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03);
}

.lami-cases-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

.lami-cases-block + .lami-cases-block {
    margin-top: 30px;
}

.lami-cases-block--intro {
    gap: 30px;
}

.lami-cases-block--points {
    gap: 10px;
    padding: 30px 0;
}

.lami-cases-block--detail {
    gap: 10px;
}

.lami-cases-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 30px;
    padding: 5px 15px;
    border-radius: 15px;
    background: rgba(94, 44, 123, 0.1);
    color: var(--lcase-point);
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
    margin: 0;
}

.lami-cases-pill__arrow {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.lami-cases-pill__arrow::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.lami-cases-block h2,
.lami-cases-card__heading {
    width: 100%;
    margin: 0;
    color: var(--lcase-point);
    font-size: 40px;
    line-height: 130%; /* 52px */
    font-weight: 700;
    letter-spacing: -1.5px;
    word-break: keep-all;
}

.lami-cases-block p,.lami-cases-list {
    margin: 0;
    color: var(--lcase-warm);
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    letter-spacing: -0.84px;
    word-break: keep-all;
}

.lami-cases-list li {
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px; /* 147.619% */
    letter-spacing: -0.84px;
}

.lami-cases-note p {
    margin: 0;
    color: var(--lcase-warm);
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    letter-spacing: 0;
    word-break: keep-all;
}

.lami-cases-list {
    padding: 0;
    list-style: none;
}



.lami-cases-compare {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 30px;
}

.lami-cases-photo {
    flex: 1 0 0;
    min-width: 500px;
    max-width: 500px;
    margin: 0;
    overflow: hidden;
    border: 4px solid var(--lcase-muted);
    border-radius: 16px;
    background: var(--lcase-muted);
}

.lami-cases-photo--after {
    border-color: var(--lcase-point2);
    background: var(--lcase-point2);
}

.lami-cases-photo__media {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.lami-cases-photo__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lami-cases-photo__date {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 31px;
    padding: 6px 12px;
    border-radius: 4px;
    background: rgba(11, 11, 11, 0.3);
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
}

.lami-cases-photo figcaption {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    padding: 16px 10px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
}

.lami-cases-photo--after figcaption {
    color: #fff;
}

.lami-cases-compare__arrow {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: var(--lcase-point);
}

.lami-cases-compare__arrow::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateX(-2px) rotate(45deg);
}

.lami-cases-notes {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin-top: 60px;
}

.lami-cases-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 62px;
}

.lami-cases-note img {
    flex: 0 0 auto;
    width: 20px;
    height: 25px;
    margin-top: 3px;
}

.lami-cases-note p {
    flex: 1 1 auto;
    font-weight: 400;
}

.lami-cases-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 100%;
    margin-top: 60px;
}

.lami-cases-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    height: 54px;
    padding: 15px 20px;
    border: 1px solid #292524;
    border-radius: 5px;
    background: #292524;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
    word-break: keep-all;
}

.lami-cases-button:hover,
.lami-cases-button:focus {
    color: #fff;
    text-decoration: none;
}

.lami-cases-button::after {
    content: '+';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hero__subtitle {
        font-size: 24px !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .lami-cases-section {
        padding: 80px 0;
    }

    .lami-cases-section--secondary {
        padding: 100px 0;
    }

    .lami-cases-title {
        margin-bottom: 40px;
    }

    .lami-cases-card {
        padding: 60px 15px;
    }

    .lami-cases-compare {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .lami-cases-compare__arrow {
        padding: 6px;
        transform: rotate(90deg);
    }

    .lami-cases-photo {
        max-width: none;
        flex : 0 0 auto;
    }

    .lami-cases-photo__media {
        height: auto;
        aspect-ratio: 500 / 250;
    }

    .lami-cases-buttons {
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .hero.lami-cases-hero .hero__subtitle {
        line-height: 22.1px;
    }
    .hero__subtitle {
        font-size: 17px !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .hero__text {
        width: min(345px, 100%) !important;
    }
    .lami-cases-title__number {
        width: 28px !important;
        height: 28px !important;
        font-size: 15px !important;
    }
    .lami-cases-title h2 {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 22.1px */
        letter-spacing: -0.51px;
    }
    .lami-cases-section {
        padding: 60px 0;
    }

    .lami-cases-section--secondary {
        padding: 70px 0;
    }

    .lami-cases-container {
        padding: 0 15px;
    }

    .lami-cases-title {
        margin-bottom: 60px;
    }
    .lami-cases-list li {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 22.5px */
        letter-spacing: -0.6px;
    }


    .lami-cases-title__number {
        width: 34px;
        height: 34px;
        font-size: 17px;
        line-height: 24px;
    }

    .lami-cases-title h2 {
        flex: 1 1 auto;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 22.1px */
        letter-spacing: -0.51px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .lami-cases-card {
        padding: 45px 15px;
        border-radius: 4px;
    }

    .lami-cases-block--intro {
        gap: 20px;
    }

    .lami-cases-block h2,
    .lami-cases-card__heading {
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 29.9px */
        letter-spacing: -0.45px;
    }

    .lami-cases-pill {
        min-height: 28px;
        font-size: 14px;
    }

    .lami-cases-block p,
    .lami-cases-list,
    .lami-cases-note p {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 22.5px */
        letter-spacing: -0.6px;
        word-break: keep-all;
    }

    .lami-cases-compare {
        flex-direction: column;
        gap: 14px;
        padding: 24px 0;
    }

    .lami-cases-photo {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        max-width: min(100%, 500px);
        border-width: 3px;
        border-radius: 12px;
    }

    .lami-cases-photo__media {
        height: clamp(150px, 42vw, 250px);
        aspect-ratio: auto;
    }

    .lami-cases-photo__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .lami-cases-photo__date,
    .lami-cases-photo figcaption {
        font-size: 14px;
    }

    .lami-cases-photo figcaption {
        min-height: 48px;
        padding: 13px 10px;
    }

    .lami-cases-compare__arrow {
        width: 40px;
        height: 40px;
        transform: rotate(90deg);
    }

    .lami-cases-notes {
        margin-top: 36px;
    }

    .lami-cases-note {
        min-height: 0;
    }

    .lami-cases-buttons {
        flex-direction: column;
        gap: 12px;
        margin-top: 36px;
    }

    .lami-cases-button {
        width: 100%;
        max-width: 320px;
        min-height: 50px;
        font-size: 15px;
    }
}
