body.page-about .about-main {
    background: #000;
    color: #fff;
}

body.page-about .about-section,
body.page-about .about-hero {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.page-about .about-hero {
    min-height: calc(100svh - var(--oao-header-height));
    padding: calc(var(--oao-header-height) + 72px) 0 72px;
    display: flex;
    align-items: center;
    background: #050607;
}

body.page-about .about-hero-inner,
body.page-about .about-section-inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}

body.page-about .about-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
    gap: 72px;
    align-items: center;
}

body.page-about .about-eyebrow,
body.page-about .about-section-kicker {
    margin: 0 0 18px;
    color: #6ea5ff;
    font-family: var(--oao-font-mono);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em !important;
    text-transform: uppercase;
}

body.page-about .about-eyebrow span {
    color: #fff;
}

body.page-about .about-hero h1,
body.page-about .about-section h2 {
    margin: 0;
    color: #fff;
    font-weight: 850;
    letter-spacing: -0.02em !important;
}

body.page-about .about-hero h1 {
    max-width: 640px;
    font-size: 54px;
    line-height: 1.12;
}

body.page-about .about-hero h1 strong {
    color: #4d9aff;
    font-weight: 850;
}

body.page-about .about-hero-lead {
    max-width: 590px;
    margin: 28px 0 0;
    color: #aeb6c1;
    font-size: 17px;
    line-height: 1.85;
}

body.page-about .about-hero-actions,
body.page-about .about-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.page-about .about-hero-actions {
    margin-top: 34px;
}

body.page-about .about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

body.page-about .about-button:hover {
    transform: translateY(-2px);
}

body.page-about .about-button-primary {
    border-color: #3182f6;
    background: #3182f6;
    color: #fff;
}

body.page-about .about-button-primary:hover {
    background: #1f6fdc;
    color: #fff;
}

body.page-about .about-button-secondary {
    border-color: #4b5054;
    background: #24282b;
    color: #e8ebef;
}

body.page-about .about-button-secondary:hover {
    border-color: #7f8993;
    background: #30363b;
    color: #fff;
}

body.page-about .about-button-kakao {
    border-color: #fee500;
    background: #fee500;
    color: #191919;
}

body.page-about .about-button-kakao:hover {
    background: #e5cc00;
    color: #191919;
}

body.page-about .about-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 40px;
}

body.page-about .about-hero-tags span {
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 9999px;
    color: #929ba6;
    font-family: var(--oao-font-mono);
    font-size: 10px;
    font-weight: 700;
}

body.page-about .about-hero-visual {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #0e1013;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.48);
}

body.page-about .about-visual-topline {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 2px 5px 14px;
    color: #6d7782;
    font-family: var(--oao-font-mono);
    font-size: 10px;
    font-weight: 700;
}

body.page-about .about-visual-board {
    position: relative;
    min-height: 450px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #08090b;
}

body.page-about .about-visual-grid {
    position: absolute;
    inset: 0;
    opacity: 0.42;
    background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 42px 42px;
}

body.page-about .about-flow-node {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 172px;
    min-height: 110px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(19, 22, 26, 0.96);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.36);
}

body.page-about .about-flow-node-main {
    top: 58px;
    left: 42px;
}

body.page-about .about-flow-node-two {
    top: 170px;
    right: 42px;
    border-color: rgba(49, 130, 246, 0.6);
}

body.page-about .about-flow-node-three {
    bottom: 56px;
    left: 118px;
    border-color: rgba(71, 201, 123, 0.46);
}

body.page-about .about-flow-index {
    color: #6ea5ff;
    font-family: var(--oao-font-mono);
    font-size: 10px;
    font-weight: 800;
}

body.page-about .about-flow-node strong {
    color: #fff;
    font-size: 15px;
}

body.page-about .about-flow-node small {
    color: #8e99a5;
    font-size: 11px;
}

body.page-about .about-flow-line {
    position: absolute;
    z-index: 1;
    height: 1px;
    transform-origin: left center;
    background: #438ef0;
}

body.page-about .about-flow-line-one {
    top: 155px;
    left: 212px;
    width: 172px;
    transform: rotate(16deg);
}

body.page-about .about-flow-line-two {
    right: 186px;
    bottom: 145px;
    width: 174px;
    transform: rotate(156deg);
    background: #47c97b;
}

body.page-about .about-visual-corner {
    position: absolute;
    z-index: 1;
    color: #626d78;
    font-family: var(--oao-font-mono);
    font-size: 9px;
    font-weight: 700;
}

body.page-about .about-visual-corner-top {
    top: 18px;
    right: 18px;
}

body.page-about .about-visual-corner-bottom {
    right: 18px;
    bottom: 18px;
}

body.page-about .about-section {
    padding: 112px 0;
    background: #050607;
}

body.page-about .about-section-inner {
    max-width: 1180px;
}

body.page-about .about-section h2 {
    font-size: 42px;
    line-height: 1.2;
}

body.page-about .about-section p {
    color: #aeb6c1;
    line-height: 1.8;
}

body.page-about .about-statement {
    background: #000;
}

body.page-about .about-statement-grid {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 60px;
    align-items: start;
}

body.page-about .about-statement-grid > div {
    max-width: 760px;
}

body.page-about .about-statement-grid p:last-child {
    max-width: 700px;
    margin: 24px 0 0;
    font-size: 18px;
}

body.page-about .about-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    gap: 72px;
    align-items: end;
    margin-bottom: 58px;
}

body.page-about .about-section-heading > p {
    max-width: 440px;
    margin: 0;
    justify-self: end;
}

body.page-about .about-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.12);
}

body.page-about .about-service-item {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 330px;
    padding: 26px 22px 24px;
    background-color: #0d0f11;
    background-position: center;
    background-size: cover;
}

body.page-about .about-service-item::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 6, 8, 0.45) 0%, rgba(4, 6, 8, 0.72) 52%, rgba(4, 6, 8, 0.96) 100%);
    content: "";
}

body.page-about .about-service-item > * {
    position: relative;
    z-index: 1;
}

body.page-about .about-service-web {
    background-image: url('/images/content/about-card-web.png');
}

body.page-about .about-service-automation {
    background-image: url('/images/content/about-card-automation.png');
}

body.page-about .about-service-search {
    background-image: url('/images/content/about-card-search.png');
}

body.page-about .about-service-ai {
    background-image: url('/images/content/about-card-ai.png');
}

body.page-about .about-service-number {
    display: block;
    margin-bottom: 36px;
    color: #687481;
    font-family: var(--oao-font-mono);
    font-size: 11px;
    font-weight: 700;
}

body.page-about .about-service-item > i {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 22px;
    border: 1px solid rgba(49, 130, 246, 0.44);
    border-radius: 12px;
    background: rgba(49, 130, 246, 0.12);
    color: #70a8ff;
    font-size: 19px;
}

body.page-about .about-service-item h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

body.page-about .about-service-item p {
    min-height: 92px;
    margin: 14px 0 20px;
    color: #929ba6;
    font-size: 13px;
    line-height: 1.7;
}

body.page-about .about-service-item a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #74aaff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

body.page-about .about-service-item a:hover {
    color: #b5d2ff;
}

body.page-about .about-process {
    background: #000;
}

body.page-about .about-process-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

body.page-about .about-process-list li {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 220px;
    padding: 24px 22px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #0d0f11;
    background-position: center;
    background-size: cover;
}

body.page-about .about-process-list li::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 6, 8, 0.52) 0%, rgba(4, 6, 8, 0.76) 50%, rgba(4, 6, 8, 0.97) 100%);
    content: "";
}

body.page-about .about-process-list li > * {
    position: relative;
    z-index: 1;
}

body.page-about .about-process-problem {
    background-image: url('/images/content/about-step-problem.png');
}

body.page-about .about-process-design {
    background-image: url('/images/content/about-step-design.png');
}

body.page-about .about-process-build {
    background-image: url('/images/content/about-step-build.png');
}

body.page-about .about-process-operate {
    background-image: url('/images/content/about-step-operate.png');
}

body.page-about .about-process-list li:not(:first-child) {
    padding-left: 22px;
}

body.page-about .about-process-list li:last-child {
    border-right: 0;
}

body.page-about .about-process-list li > span {
    display: block;
    margin-bottom: 52px;
    color: #6ea5ff;
    font-family: var(--oao-font-mono);
    font-size: 11px;
    font-weight: 800;
}

body.page-about .about-process-list strong {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: 15px;
    line-height: 1.45;
}

body.page-about .about-process-list p {
    margin: 0;
    color: #89939f;
    font-size: 13px;
    line-height: 1.7;
}

body.page-about .about-operation {
    background: #080a0c;
}

body.page-about .about-operation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: start;
}

body.page-about .about-operation-points {
    display: grid;
    gap: 24px;
}

body.page-about .about-operation-points > div {
    display: flex;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.page-about .about-operation-points > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

body.page-about .about-operation-points > div > i {
    flex: 0 0 auto;
    color: #47c97b;
    font-size: 20px;
}

body.page-about .about-operation-points span {
    display: grid;
    gap: 8px;
}

body.page-about .about-operation-points strong {
    color: #fff;
    font-size: 16px;
}

body.page-about .about-operation-points small {
    color: #929ba6;
    font-size: 13px;
    line-height: 1.7;
}

body.page-about .about-contact {
    border-bottom: 0;
    background: #050607;
}

body.page-about .about-contact-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 60px;
    align-items: end;
    padding: 48px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #0e1013;
}

body.page-about .about-contact-inner h2 {
    font-size: 38px;
}

body.page-about .about-contact-inner p:last-child {
    max-width: 540px;
    margin: 22px 0 0;
}

body.page-about .about-contact-actions {
    justify-content: flex-end;
}

@media (max-width: 1050px) {
    body.page-about .about-hero-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 52px;
    }

    body.page-about .about-hero-copy {
        max-width: 760px;
    }

    body.page-about .about-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    body.page-about .about-hero {
        min-height: auto;
        padding: calc(var(--oao-header-height) + 58px) 0 58px;
    }

    body.page-about .about-hero-inner,
    body.page-about .about-section-inner {
        width: min(100% - 36px, 620px);
    }

    body.page-about .about-hero h1 {
        font-size: 38px;
    }

    body.page-about .about-hero-lead {
        font-size: 15px;
    }

    body.page-about .about-visual-board {
        min-height: 380px;
    }

    body.page-about .about-flow-node {
        width: 150px;
        padding: 13px;
    }

    body.page-about .about-flow-node-main {
        top: 42px;
        left: 18px;
    }

    body.page-about .about-flow-node-two {
        top: 146px;
        right: 18px;
    }

    body.page-about .about-flow-node-three {
        bottom: 38px;
        left: 58px;
    }

    body.page-about .about-flow-line-one {
        top: 142px;
        left: 164px;
        width: 110px;
    }

    body.page-about .about-flow-line-two {
        right: 152px;
        bottom: 128px;
        width: 118px;
    }

    body.page-about .about-section {
        padding: 78px 0;
    }

    body.page-about .about-section h2,
    body.page-about .about-contact-inner h2 {
        font-size: 32px;
    }

    body.page-about .about-statement-grid,
    body.page-about .about-section-heading,
    body.page-about .about-operation-grid,
    body.page-about .about-contact-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    body.page-about .about-section-heading {
        margin-bottom: 36px;
    }

    body.page-about .about-section-heading > p {
        justify-self: start;
    }

    body.page-about .about-service-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.page-about .about-service-item {
        min-height: 0;
    }

    body.page-about .about-service-item p {
        min-height: 0;
    }

    body.page-about .about-process-list {
        grid-template-columns: minmax(0, 1fr);
    }

    body.page-about .about-process-list li,
    body.page-about .about-process-list li:not(:first-child) {
        min-height: 0;
        padding: 22px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    body.page-about .about-process-list li:last-child {
        border-bottom: 0;
    }

    body.page-about .about-process-list li > span {
        margin-bottom: 18px;
    }

    body.page-about .about-contact-inner {
        padding: 28px 22px;
    }

    body.page-about .about-contact-actions {
        justify-content: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-about .about-button {
        transition: none;
    }
}

body.page-about .about-visual-story {
    padding-top: 0;
    background: #000;
}

body.page-about .about-visual-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
    gap: 72px;
    align-items: center;
}

body.page-about .about-rich-media {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #0b0d0f;
}

body.page-about .about-rich-media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

body.page-about .about-visual-story-copy {
    max-width: 430px;
}

body.page-about .about-visual-story-copy p:last-child {
    margin: 24px 0 0;
}

body.page-about .about-service-showcase {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    gap: 52px;
    align-items: center;
    margin-top: 64px;
    padding-top: 52px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

body.page-about .about-service-showcase-copy {
    max-width: 420px;
}

body.page-about .about-service-showcase-copy h3 {
    margin: 0;
    color: #fff;
    font-size: 27px;
    font-weight: 820;
    line-height: 1.3;
}

body.page-about .about-service-showcase-copy p:last-child {
    margin: 20px 0 0;
}

body.page-about .about-rich-media-workflow {
    border-color: rgba(49, 130, 246, 0.32);
}

@media (max-width: 1050px) {
    body.page-about .about-visual-story-grid,
    body.page-about .about-service-showcase {
        grid-template-columns: minmax(0, 1fr);
        gap: 38px;
    }

    body.page-about .about-visual-story-copy,
    body.page-about .about-service-showcase-copy {
        max-width: 620px;
    }
}

@media (max-width: 768px) {
    body.page-about .about-visual-story {
        padding-top: 0;
    }

    body.page-about .about-visual-story-grid {
        gap: 32px;
    }

    body.page-about .about-service-showcase {
        margin-top: 46px;
        padding-top: 38px;
    }

    body.page-about .about-service-showcase-copy h3 {
        font-size: 24px;
    }

}
