@charset "utf-8";

/* 관리자 기능 상세 — .af-wrap 스코프 전용 */

.af-wrap {
    background: #fff;
    color: #1f2937;
}

.af-wrap .af-hero {
    padding: 140px 20px 110px;
    text-align: center;
}

.af-wrap .af-hero__inner {
    max-width: 980px;
    margin: 0 auto;
}

.af-wrap .af-hero__icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 42px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.af-wrap .af-hero__icon span {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #2563eb;
}

.af-wrap .af-hero__eyebrow {
    margin: 0 0 18px;
    font-size: 1rem;
    font-weight: 700;
    color: #635bff;
}

.af-wrap .af-hero__title {
    margin: 0;
    font-size: clamp(2.35rem, 4.2vw + 1.25rem, 3.25rem);
    line-height: 1.3;
    font-weight: 800;
    color: #20242a;
    word-break: keep-all;
}

.af-wrap .af-hero__desc {
    margin: 34px 0 0;
    font-size: clamp(1rem, 0.45vw + 0.92rem, 1.35rem);
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #5f6b7a;
    word-break: keep-all;
}

.af-wrap .af-hero__actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 48px;
}

.af-wrap .af-btn {
    min-width: 190px;
    height: 58px;
    padding: 0 28px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.af-wrap .af-btn:hover {
    transform: translateY(-2px);
}

.af-wrap .af-btn--primary {
    background: #202a38;
    border: 1px solid #202a38;
    color: #fff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.15);
}

.af-wrap .af-btn--line {
    background: #fff;
    border: 1px solid #202a38;
    color: #202a38;
}

.af-wrap .af-summary {
    padding: 20px 20px 120px;
    background: #fff;
}

.af-wrap .af-summary__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 56px;
    align-items: start;
}

.af-wrap .af-summary__item {
    text-align: center;
}

.af-wrap .af-summary__icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.af-wrap .af-summary__icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.af-wrap .af-summary__icon-svg {
    position: relative;
    width: 44px;
    height: 44px;
    color: #3b82f6;
    fill: #3b82f6;
    display: block;
}

.af-wrap .af-summary__icon-mark {
    width: 72px;
    height: 72px;
    display: block;
    border-radius: 24px;
    background:
        radial-gradient(circle at 30% 30%, #2dd4bf 0 22%, transparent 23%),
        radial-gradient(circle at 70% 30%, #2563eb 0 22%, transparent 23%),
        radial-gradient(circle at 30% 70%, #2563eb 0 22%, transparent 23%),
        radial-gradient(circle at 70% 70%, #8b5cf6 0 22%, transparent 23%);
}

.af-feature-page .af-summary__icon {
    position: relative;
    width: 86px;
    height: 86px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.af-feature-page .af-summary__icon::before {
    content: "";
    position: absolute;
    inset: 4px;
    background: #d8f0ff;
    border-radius: 38% 62% 48% 52% / 54% 42% 58% 46%;
    z-index: 0;
}

.af-feature-page .af-summary__icon-mark {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
}

.af-wrap .af-summary__title {
    margin: 0;
    font-size: clamp(1.55rem, 2.1vw, 1.8rem);
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: -0.045em;
    color: #20242a;
    word-break: keep-all;
}

.af-wrap .af-summary__desc {
    max-width: 390px;
    margin: 16px auto 0;
    font-size: 1.12rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.035em;
    color: #64748b;
    word-break: keep-all;
}

.af-wrap .af-visual {
    padding: 0 20px 120px;
    background: #fff;
}

.af-wrap .af-visual__inner {
    max-width: 1280px;
    margin: 0 auto;
}

.af-wrap .af-visual__img {
    position: relative;
    overflow: hidden;
    min-height: 460px;
    border-radius: 32px;
    background: #f1f5f9;
    clip-path: polygon(30% 0%, 70% 0%, 70% 100%, 30% 100%);
    will-change: clip-path;
    isolation: isolate;
}

.af-wrap .af-visual__img::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(15, 23, 42, 0.2);
    pointer-events: none;
}

.af-wrap .af-visual__img img {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: auto;
    min-height: 460px;
    object-fit: cover;
}

.af-wrap .af-visual__head {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: min(860px, calc(100% - 40px));
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
}

.af-wrap .af-visual__title,
.af-wrap .af-visual__desc {
    opacity: 0;
}

.af-wrap .af-visual__title {
    margin: 0;
    font-size: clamp(2.4rem, 4.4vw, 3.2rem);
    line-height: 1.3;
    font-weight: 800;
    /* letter-spacing: -0.055em; */
    color: #fff;
    word-break: keep-all;
}

.af-wrap .af-visual__desc {
    max-width: 720px;
    margin: 28px auto 0;
    font-size: clamp(1rem, 1.35vw, 1.25rem);
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.86);
    word-break: keep-all;
}

.af-wrap .af-visual__img img:not([src]),
.af-wrap .af-visual__img img[src=""] {
    display: none;
}

.af-wrap .af-feature {
    padding: 0 20px 130px;
    background: #fff;
    scroll-margin-top: 120px;
}

.af-wrap .af-feature__inner {
    max-width: 1280px;
    margin: 0 auto;
}

.af-wrap .af-feature__head {
    max-width: 760px;
    margin: 0 0 72px;
}

.af-wrap .af-feature__mark {
    width: 58px;
    height: 58px;
    margin: 0 0 30px;
    color: #2563eb;
}

.af-wrap .af-feature__mark svg {
    display: block;
    width: 100%;
    height: 100%;
}

.af-wrap .af-feature__mark path {
    fill: currentColor;
}

.af-wrap .af-feature__eyebrow {
    display: none;
}

.af-wrap .af-feature__title {
    margin: 0;
    font-size: clamp(2.8rem, 4.8vw, 2.2rem);
    line-height: 1.3;
    font-weight: 800;
    color: #20242a;
    word-break: keep-all;
}

.af-wrap .af-feature__desc {
    display: none;
}

.af-wrap .af-feature__list {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.af-wrap .af-feature__item {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 86px;
    align-items: center;
}

.af-wrap .af-feature__item.is-reverse {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.af-wrap .af-feature__item.is-reverse .af-feature__media {
    order: 2;
}

.af-wrap .af-feature__item.is-reverse .af-feature__content {
    order: 1;
}

.af-wrap .af-feature__media {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    border-radius: 24px;
    background: #eef2f7;
}

.af-wrap .af-feature__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.af-wrap .af-feature__placeholder {
    width: 100%;
    min-height: 420px;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(99, 91, 255, 0.08)),
        #eef2f7;
}

.af-wrap .af-feature__content {
    max-width: 520px;
}

.af-wrap .af-feature__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 22px;
    margin: 0 0 28px;
    border: 1px solid #2563eb;
    border-radius: 999px;
    font-size: 0.88rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #2563eb;
}

.af-wrap .af-feature__item-title {
    margin: 0;
    font-size: clamp(2.4rem, 3.8vw, 1.9rem);
    line-height: 1.3;
    font-weight: 800;
    color: #20242a;
    word-break: keep-all;
}

.af-wrap .af-feature__text {
    margin: 28px 0 0;
    font-size: 1.12rem;
    line-height: 1.85;
    font-weight: 500;
    letter-spacing: -0.035em;
    color: #5f6b7a;
    word-break: keep-all;
}

.af-wrap .af-feature__points {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.af-wrap .af-feature__points li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #334155;
}

.af-wrap .af-feature__points li::before {
    content: "";
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    margin-top: calc(0.8em - 3px);
    margin-top: calc(0.5lh - 3px);
    border-radius: 50%;
    background: #2563eb;
}

.af-feature-page .af-usecase {
    padding: 120px 20px;
    background: #f8fafc;
    position: relative;
    isolation: isolate;
}

.af-feature-page .af-usecase::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.af-feature-page--traffic .af-usecase::before,
.af-feature-page--consult .af-usecase::before,
.af-feature-page--sales .af-usecase::before,
.af-feature-page--survey .af-usecase::before {
    background-image: url("/images/webp/webp-b/admin-features-traffic-bg1.jpg");
}

.af-feature-page .af-usecase::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(248, 250, 252, 0.78);
    z-index: -1;
}

.af-feature-page .af-usecase__inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.af-feature-page .af-usecase__head {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.af-feature-page .af-usecase__title {
    margin: 0;
    font-size: clamp(1.9rem, 2.6vw, 2.45rem);
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #1f2937;
    word-break: keep-all;
}

.af-feature-page .af-usecase__desc {
    margin: 20px 0 0;
    font-size: 1.08rem;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #64748b;
    word-break: keep-all;
}

.af-feature-page .af-usecase__grid {
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.af-feature-page .af-usecase__card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
    padding: 30px 28px;
}

.af-feature-page .af-usecase__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #1d4ed8;
}

.af-feature-page .af-usecase__check {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #2563eb;
}

.af-feature-page .af-usecase__check img {
    width: 16px;
    height: 16px;
    display: block;
}

.af-feature-page .af-usecase__card-title {
    margin: 14px 0 0;
    font-size: 1.45rem;
    line-height: 1.42;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1f2937;
    word-break: keep-all;
}

.af-feature-page .af-usecase__card-desc {
    margin: 16px 0 0;
    min-height: 3.5em;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #64748b;
    word-break: keep-all;
}

.af-feature-page .af-usecase__points {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.af-feature-page .af-usecase__points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.96rem;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #334155;
}

.af-feature-page .af-usecase__points li::before {
    content: "";
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    margin-top: calc(0.5lh - 3px);
    border-radius: 50%;
    background: #2563eb;
}

.af-feature-page .af-faq {
    padding: 120px 20px;
    background: #fff;
}

.af-feature-page .af-faq__inner {
    max-width: 1280px;
    margin: 0 auto;
}

.af-feature-page .af-faq__head {
    max-width: 760px;
    margin: 0 0 38px;
}

.af-feature-page .af-faq__eyebrow {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #2563eb;
}

.af-feature-page .af-faq__title {
    margin: 0;
    font-size: clamp(1.9rem, 2.5vw, 2.35rem);
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #1f2937;
    word-break: keep-all;
}

.af-feature-page .af-faq__desc {
    margin: 14px 0 0;
    font-size: 1.02rem;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #64748b;
    word-break: keep-all;
}

.af-feature-page .af-faq__list {
    border-top: 2px solid #1f2937;
}

.af-feature-page .af-faq__item {
    border-bottom: 1px solid #dbe2ea;
}

.af-feature-page .af-faq__q {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 26px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-align: left;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1.55;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1f2937;
}

.af-feature-page .af-faq__arrow {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #334155;
    transition: transform 0.28s ease;
}

.af-feature-page .af-faq__arrow svg {
    display: block;
    width: 100%;
    height: 100%;
}

.af-feature-page .af-faq__a {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.34s ease, opacity 0.24s ease;
}

.af-feature-page .af-faq__a p {
    margin: 0;
    padding: 0 4px 24px;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #64748b;
    word-break: keep-all;
}

.af-feature-page .af-faq__item.is-active .af-faq__a {
    max-height: 260px;
    opacity: 1;
}

.af-feature-page .af-faq__item.is-active .af-faq__arrow {
    transform: rotate(180deg);
}

.af-feature-page .af-related {
    padding: 0 20px 120px;
    background: #fff;
}

.af-feature-page .af-related__inner {
    max-width: 1280px;
    margin: 0 auto;
}

.af-feature-page .af-related__head {
    max-width: 820px;
    margin: 0 0 36px;
}

.af-feature-page .af-related__title {
    margin: 0;
    font-size: clamp(1.9rem, 2.5vw, 2.35rem);
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #1f2937;
    word-break: keep-all;
}

.af-feature-page .af-related__desc {
    margin: 14px 0 0;
    font-size: 1.02rem;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #64748b;
    word-break: keep-all;
}

.af-feature-page .af-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.af-feature-page .af-related__card {
    padding: 32px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.af-feature-page .af-related__card:nth-child(1) {
    background: #dbeeff;
}

.af-feature-page .af-related__card:nth-child(2) {
    background: #e9efff;
}

.af-feature-page .af-related__card:nth-child(3) {
    background: #e6f3ec;
}

.af-feature-page .af-related__card:hover {
    transform: translateY(-4px);
    border-color: #cbd5e1;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.09);
}

.af-feature-page .af-related__title-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.af-feature-page .af-related__card-title {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1f2937;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    text-decoration-color: #1f2937;
    word-break: keep-all;
}

.af-feature-page .af-related__arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #1f2937;
}

.af-feature-page .af-related__arrow svg {
    width: 100%;
    height: 100%;
    display: block;
}

.af-feature-page .af-related__text {
    margin: 16px 0 0;
    font-size: 0.97rem;
    line-height: 1.72;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #64748b;
    word-break: keep-all;
}

.af-wrap .af-detail {
    padding: 100px 20px;
    background: #f8fafc;
    scroll-margin-top: 120px;
}

.af-wrap .af-detail__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.af-wrap .af-section__eyebrow {
    margin: 0 0 14px;
    font-size: 1rem;
    font-weight: 800;
    color: #635bff;
}

.af-wrap .af-section__title {
    margin: 0;
    font-size: clamp(2rem, 2.8vw + 1rem, 2.75rem);
    line-height: 1.25;
    font-weight: 800;
    color: #20242a;
    word-break: keep-all;
}

.af-wrap .af-section__desc {
    max-width: 720px;
    margin: 22px 0 0;
    font-size: clamp(1rem, 0.25vw + 0.92rem, 1.18rem);
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #5f6b7a;
    word-break: keep-all;
}

@media (max-width: 1024px) {
    .af-wrap .af-hero {
        padding: 120px 20px 90px;
    }

    .af-wrap .af-summary {
        padding: 10px 20px 96px;
    }

    .af-wrap .af-summary__inner {
        gap: 34px;
    }

    .af-wrap .af-summary__icon {
        width: 78px;
        height: 78px;
        margin-bottom: 30px;
    }

    .af-wrap .af-summary__icon-mark {
        width: 62px;
        height: 62px;
        border-radius: 20px;
    }

    .af-wrap .af-summary__desc {
        font-size: 1rem;
    }

    .af-wrap .af-visual {
        padding: 0 20px 96px;
    }

    .af-wrap .af-visual__img {
        border-radius: 24px;
    }

    .af-wrap .af-visual__img {
        min-height: 360px;
    }

    .af-wrap .af-visual__img img {
        min-height: 360px;
    }

    .af-wrap .af-feature {
        padding: 72px 20px 100px;
    }

    .af-wrap .af-feature__head {
        margin-bottom: 56px;
    }

    .af-wrap .af-feature__item,
    .af-wrap .af-feature__item.is-reverse {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .af-wrap .af-feature__item.is-reverse .af-feature__media,
    .af-wrap .af-feature__item.is-reverse .af-feature__content {
        order: initial;
    }

    .af-wrap .af-feature__content {
        max-width: 720px;
    }

    .af-wrap .af-feature__media,
    .af-wrap .af-feature__media img,
    .af-wrap .af-feature__placeholder {
        min-height: 360px;
    }

    .af-feature-page .af-usecase {
        padding: 100px 20px;
    }

    .af-feature-page .af-usecase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .af-feature-page .af-faq {
        padding: 100px 20px;
    }

    .af-feature-page .af-related {
        padding: 0 20px 100px;
    }

    .af-feature-page .af-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .af-wrap .af-summary {
        padding: 0 20px 84px;
    }

    .af-wrap .af-summary__inner {
        grid-template-columns: 1fr;
        gap: 56px;
        max-width: 520px;
    }

    .af-wrap .af-summary__item {
        text-align: center;
    }

    .af-wrap .af-summary__title {
        font-size: 1.75rem;
    }

    .af-wrap .af-summary__desc {
        margin-top: 16px;
        font-size: 1rem;
        line-height: 1.75;
    }

    .af-wrap .af-hero__title {
        font-size: 2rem;
        line-height: 1.28;
    }

    .af-wrap .af-feature__title {
        font-size: 1.85rem;
        line-height: 1.24;
    }

    .af-wrap .af-feature__item-title {
        font-size: 1.7rem;
        line-height: 1.28;
    }
}

@media (max-width: 640px) {
    .af-wrap .af-visual {
        padding: 0 16px 76px;
    }

    .af-wrap .af-visual__img {
        border-radius: 18px;
        clip-path: polygon(16% 0%, 84% 0%, 84% 100%, 16% 100%);
        min-height: 240px;
    }

    .af-wrap .af-visual__img img {
        min-height: 240px;
    }

    .af-wrap .af-visual__head {
        width: min(860px, calc(100% - 32px));
    }

    .af-wrap .af-visual__title {
        font-size: clamp(1.65rem, 6vw, 2.4rem);
        line-height: 1.28;
    }

    .af-wrap .af-visual__desc {
        margin-top: 18px;
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .af-wrap .af-hero {
        padding: 96px 20px 76px;
    }

    .af-wrap .af-hero__icon {
        width: 64px;
        height: 64px;
        margin-bottom: 30px;
        border-radius: 18px;
    }

    .af-wrap .af-hero__title {
        line-height: 1.28;
    }

    .af-wrap .af-summary__title {
        font-size: 1.6rem;
    }

    .af-wrap .af-hero__desc {
        margin-top: 24px;
        line-height: 1.4;
    }

    .af-wrap .af-hero__desc br {
        display: none;
    }

    .af-wrap .af-hero__actions {
        flex-direction: column;
        gap: 10px;
        margin-top: 34px;
    }

    .af-wrap .af-btn {
        width: 100%;
        min-width: 0;
        height: 54px;
        font-size: 1rem;
    }

    .af-wrap .af-detail {
        padding: 76px 20px;
    }

    .af-wrap .af-feature {
        padding: 56px 16px 80px;
    }

    .af-wrap .af-feature__head {
        margin-bottom: 44px;
    }

    .af-wrap .af-feature__mark {
        width: 44px;
        height: 44px;
        margin-bottom: 22px;
    }

    .af-wrap .af-feature__title {
        font-size: 1.75rem;
        line-height: 1.24;
    }

    .af-wrap .af-feature__list {
        gap: 76px;
    }

    .af-wrap .af-feature__media,
    .af-wrap .af-feature__media img,
    .af-wrap .af-feature__placeholder {
        min-height: 240px;
        border-radius: 18px;
    }

    .af-wrap .af-feature__label {
        height: 34px;
        padding: 0 18px;
        margin-bottom: 22px;
        font-size: 0.78rem;
    }

    .af-wrap .af-feature__item-title {
        font-size: 1.55rem;
        line-height: 1.3;
    }

    .af-wrap .af-feature__text {
        margin-top: 22px;
        font-size: 1rem;
        line-height: 1.75;
    }

    .af-wrap .af-feature__points {
        margin-top: 24px;
    }

    .af-wrap .af-feature__points li {
        font-size: 0.96rem;
    }

    .af-feature-page .af-usecase {
        padding: 80px 16px;
    }

    .af-feature-page .af-usecase__title {
        font-size: clamp(1.6rem, 7vw, 2rem);
    }

    .af-feature-page .af-usecase__desc {
        margin-top: 16px;
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .af-feature-page .af-usecase__grid {
        grid-template-columns: 1fr;
        margin-top: 34px;
        gap: 16px;
    }

    .af-feature-page .af-usecase__card {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .af-feature-page .af-usecase__card-title {
        font-size: 1.3rem;
    }

    .af-feature-page .af-usecase__card-desc {
        min-height: 0;
        font-size: 0.96rem;
        line-height: 1.68;
    }

    .af-feature-page .af-usecase__label {
        gap: 8px;
        font-size: 0.8rem;
    }

    .af-feature-page .af-usecase__check {
        width: 24px;
        height: 24px;
        border-radius: 6px;
    }

    .af-feature-page .af-usecase__check img {
        width: 14px;
        height: 14px;
    }

    .af-feature-page .af-usecase__points li {
        font-size: 0.92rem;
    }

    .af-feature-page .af-faq {
        padding: 80px 16px;
    }

    .af-feature-page .af-faq__head {
        margin-bottom: 28px;
    }

    .af-feature-page .af-faq__title {
        font-size: clamp(1.55rem, 7vw, 1.95rem);
    }

    .af-feature-page .af-faq__desc {
        margin-top: 12px;
        font-size: 0.95rem;
        line-height: 1.68;
    }

    .af-feature-page .af-faq__q {
        padding: 20px 0;
        gap: 14px;
        font-size: 0.98rem;
        line-height: 1.5;
    }

    .af-feature-page .af-faq__arrow {
        width: 20px;
        height: 20px;
    }

    .af-feature-page .af-faq__a p {
        padding: 0 0 18px;
        font-size: 0.93rem;
        line-height: 1.68;
    }

    .af-feature-page .af-related {
        padding: 0 16px 80px;
    }

    .af-feature-page .af-related__head {
        margin-bottom: 28px;
    }

    .af-feature-page .af-related__title {
        font-size: clamp(1.55rem, 7vw, 1.95rem);
    }

    .af-feature-page .af-related__desc {
        margin-top: 12px;
        font-size: 0.95rem;
        line-height: 1.68;
    }

    .af-feature-page .af-related__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .af-feature-page .af-related__card {
        padding: 22px 18px 20px;
        border-radius: 14px;
    }

    .af-feature-page .af-related__card-title {
        font-size: 1.2rem;
        text-underline-offset: 5px;
    }

    .af-feature-page .af-related__text {
        margin-top: 14px;
        font-size: 0.92rem;
        line-height: 1.64;
    }
}

@media (max-width: 400px) {
    .af-wrap .af-visual__desc br {
        display: none;
    }
}

@media (max-width: 450px) {
    .af-wrap .af-feature {
        padding-top: 0;
    }

    .af-feature-page .af-usecase__desc br {
        display: none;
    }
}

@media (max-width: 380px) {
    .af-wrap .af-hero__title {
        font-size: 1.8rem;
    }

    .af-wrap .af-summary__title {
        font-size: 1.45rem;
    }

    .af-wrap .af-feature__title {
        font-size: 1.6rem;
    }

    .af-wrap .af-feature__item-title {
        font-size: 1.4rem;
    }
}

/* index.php 등 — 히어로 미적용 페이지용 최소 래퍼 (기존) */
.admin-features-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 20px 120px;
    box-sizing: border-box;
}

.admin-features-wrap .admin-features-head {
    margin-bottom: 32px;
}

.admin-features-wrap .admin-features-title {
    margin: 0 0 16px;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    line-height: 1.3;
    font-weight: 700;
    color: #0f172a;
    word-break: keep-all;
}

.admin-features-wrap .admin-features-lead {
    margin: 0;
    max-width: 720px;
    font-size: 1.0625rem;
    line-height: 1.6;
    color: #64748b;
    word-break: keep-all;
}

/* Lenis — traffic.php 전용 (html.lenis 클래스는 Lenis 초기화 시 적용) */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}
