@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/dist/web/static/pretendard.css');

@font-face {
    font-family: 'Paperlogy';
    src: url('https://cdn.jsdelivr.net/gh/Freesentation/paperlogy@main/woff2/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('https://cdn.jsdelivr.net/gh/Freesentation/paperlogy@main/woff2/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('https://cdn.jsdelivr.net/gh/Freesentation/paperlogy@main/woff2/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('https://cdn.jsdelivr.net/gh/Freesentation/paperlogy@main/woff2/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Paperlogy', sans-serif;
    min-width: 1512px;
    overflow-x: auto;
}

.section-hero,
.section-about,
.section-service,
.section-roadmap,
.section-why,
.section-awards,
.section-recruit {
    position: relative;
    width: 1512px;
    overflow: hidden;
}
.section-hero    { height: 982px;  background-color: #FFD600; }
.section-about   { height: 982px;  background-color: #FEF9E0; }
.section-service { height: 1248px; background-color: #FFD600; }
.section-roadmap { height: 1569px; background-color: #000000; }
.section-why     { height: 911px;  background-color: #FFFFFF; }
.section-awards  { height: 950px;  background-color: #FEF9E0; }
.section-recruit { height: 911px;  background-color: #FFD600; }

@media (min-width: 1513px) {
    body {
        min-width: 0;
        overflow-x: hidden;
    }

    .section-hero,
    .section-about,
    .section-service,
    .section-roadmap,
    .section-why,
    .section-awards,
    .section-recruit {
        width: 1512px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .section-hero {
        box-shadow: 0 0 0 100vmax #FFD600;
        clip-path: inset(0 -100vmax);
    }

    .section-about {
        box-shadow: 0 0 0 100vmax #FEF9E0;
        clip-path: inset(0 -100vmax);
    }

    .section-service {
        box-shadow: 0 0 0 100vmax #FFD600;
        clip-path: inset(0 -100vmax);
    }

    .section-roadmap {
        box-shadow: 0 0 0 100vmax #000000;
        clip-path: inset(0 -100vmax);
    }

    .section-why {
        box-shadow: 0 0 0 100vmax #FFFFFF;
        clip-path: inset(0 -100vmax);
    }

    .section-awards {
        box-shadow: 0 0 0 100vmax #FEF9E0;
        clip-path: inset(0 -100vmax);
    }

    .section-recruit {
        box-shadow: 0 0 0 100vmax #FFD600;
        clip-path: inset(0 -100vmax);
    }
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 10px 15px;
    border-radius: 10px;
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    white-space: nowrap;
    width: fit-content;
    min-width: 0;
    flex: 0 0 auto;
    overflow: hidden;
}
.badge-yellow { background-color: #FFD600; color: #000000; }
.badge-dark   { background-color: #000000; color: #FFD600; }

.text-orange { color: #FF6E00; font-weight: 700; }

.hero-left {
    position: absolute;
    left: 198px;
    top: 185px;
    width: 440px;
    display: flex;
    flex-direction: column;
    gap: 55px;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #000000;
    color: #FFD600;
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    width: fit-content;
}
.hero-badge-icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}
.hero-content {
    display: flex;
    flex-direction: column;
    gap: 52px;
    width: 100%;
}
.hero-logo {
    width: 315px;
    height: 80px;
    display: block;
    flex-shrink: 0;
    object-fit: contain;
    object-position: left center;
}
.hero-titles {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 90px;
    line-height: normal;
}
.hero-title-outline {
    color: transparent;
    -webkit-text-stroke: 3px #000000;
}
.hero-title-solid {
    color: #000000;
}
.hero-desc {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #585542;
}
.hero-right {
    position: absolute;
    left: 838px;
    top: 341px;
    width: 492px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}
.stat-card {
    height: 100px;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    flex-shrink: 0;
}
.stat-dark   { background-color: #000000; color: #FFD600; }
.stat-cream  { background-color: #FFF3B2; color: #000000; }
.stat-border { border: 1px solid #000000; color: #000000; background: transparent; }
.stat-golden { background-color: #D1B317; color: #000000; }
.stat-num {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: normal;
}
.stat-label {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
}
.switch-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 59px;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #000000;
    color: #FFD600;
    overflow: hidden;
    width: 100%;
}
.switch-name {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: normal;
    white-space: nowrap;
}
.switch-sub {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    white-space: nowrap;
}

.about-content {
    position: absolute;
    left: 156px;
    top: 98px;
    width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 84px;
}
.about-header {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 616px;
}
.about-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: normal;
    color: #000000;
}

.about-list {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.about-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 40px 30px;
    border-bottom: 1px solid #000000;
    overflow: hidden;
}
.about-item-first {
    border-top: 1px solid #000000;
}
.item-num {
    flex-shrink: 0;
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #9A9686;
    white-space: nowrap;
    line-height: normal;
}
.item-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.item-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 23px;
    color: #000000;
    white-space: nowrap;
    line-height: normal;
}
.item-desc {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    white-space: normal;
    line-height: normal;
}
.item-bullet {
    position: absolute;
    left: 36px;
    top: 61px;
    width: 8px;
    height: 10px;
    pointer-events: none;
}
.about-item:not(.about-item-first) .item-bullet {
    top: 62px;
}
.item-union-deco {
    position: absolute;
    left: 929.89px;
    top: 0;
    width: 29.752px;
    height: 134px;
    transform: scaleY(-1) rotate(180deg);
    pointer-events: none;
}
.list-union-deco {
    position: absolute;
    left: 1043.56px;
    top: 1px;
    width: 29.53px;
    height: 133px;
    transform: scaleY(-1) rotate(180deg);
    pointer-events: none;
}

.service-content {
    position: absolute;
    left: 156px;
    top: 129px;
    width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 84px;
}
.service-header {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 264px;
}
.service-titles {
    display: flex;
    flex-direction: column;
}
.service-title-main {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #000000;
    line-height: normal;
    white-space: nowrap;
}
.service-title-switch {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: transparent;
    -webkit-text-stroke: 2px #000000;
    letter-spacing: 2.5px;
    line-height: normal;
    white-space: nowrap;
}
.preview-grid {
    display: flex;
    gap: 20px;
    width: 100%;
}
.preview-card {
    width: 590px;
    height: 350px;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}
.preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature-grid {
    display: flex;
    gap: 20px;
    height: 297px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.feature-grid::-webkit-scrollbar {
    display: none;
}
.feature-card {
    flex: 0 0 285px;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 25px;
    min-width: 0;
}
.feature-label {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    line-height: normal;
}
.feature-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    flex-shrink: 0;
}
.feature-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.feature-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    white-space: nowrap;
    line-height: normal;
}
.feature-desc {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: normal;
    white-space: pre-wrap;
}

.roadmap-header {
    position: absolute;
    left: 162px;
    top: 130px;
    width: 616px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.roadmap-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: normal;
}

.roadmap-margin {
    padding-bottom: 0px;
}

.roadmap-white  { color: #FFFFFF; }
.roadmap-yellow { color: #FFD600; }
.timeline-path {
    position: relative;
    left: 743px;
    top: 440px;
    width: 70px;
    height: 993px;
}
.timeline-card {
    position: absolute;
    width: 321px;
    border: 1px solid #FFD600;
    border-radius: 10px;
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
}
.tl-period {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #FFD600;
    line-height: normal;
}
.tl-heading {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: normal;
}
.tl-items {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.tl-item {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 18px;
    overflow: hidden;
}
.tl-arrow {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #FFD600;
    flex-shrink: 0;
    line-height: normal;
}
.tl-item span:last-child {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    white-space: nowrap;
    line-height: normal;
}

.why-content {
    position: absolute;
    left: 156px;
    top: 116px;
    width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 84px;
}
.why-header {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 264px;
}
.why-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 2.5px;
    color: #000000;
    line-height: normal;
    white-space: nowrap;
}
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    height: 410px;
    width: 100%;
}
.why-card {
    background-color: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.why-grid .why-card:nth-child(1),
.why-grid .why-card:nth-child(4) {
    border-color: #FF6E00;
}

.why-card-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    line-height: normal;
    white-space: nowrap;
}
.why-card-desc {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: normal;
    white-space: nowrap;
}

.awards-content {
    position: absolute;
    left: 156px;
    top: 116px;
    width: 1200px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1513px) {
    .awards-content {
        padding-bottom: 80px;
    }
}
.awards-header {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 114px;
}
.awards-titles {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.awards-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 2.5px;
    color: #000000;
    line-height: normal;
}
.awards-subtitle {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: normal;
}
.awards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 38px 30px;
    width: 100%;
}
.award-card {
    width: 585px;
    height: 195px;
    background-color: #FFD600;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    padding: 40px 37px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s;
}
.award-card:hover {
    transform: scale(1.02);
}
.award-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 116px;
    flex: 1;
}
.award-name {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #544A12;
    line-height: normal;
}
.award-result {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #000000;
    line-height: normal;
}
.award-thumb {
    width: 202px;
    height: 116px;
    background-color: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}
.award-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruit-content {
    position: absolute;
    left: 156px;
    top: 138px;
    width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 84px;
}
.recruit-header {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 560px;
}
.recruit-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 2.5px;
    color: #000000;
    line-height: normal;
}
.recruit-grid {
    display: flex;
    gap: 30px;
    height: 366px;
    width: 100%;
}
.recruit-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px 30px;
    overflow: hidden;
    min-width: 0;
}
.recruit-label {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    line-height: normal;
    white-space: nowrap;
}
.recruit-icon-circle {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}
.recruit-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    pointer-events: none;
}
.recruit-desc {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    line-height: 18px;
    text-align: center;
    max-width: 198px;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
}

.reveal-up {
    opacity: 0;
    transform: translate3d(0, 42px, 0);
    transition: opacity 640ms cubic-bezier(0.22, 1, 0.36, 1),
                transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.reveal-up.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .reveal-up,
    .reveal-up.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 1510px) {
    body {
        min-width: 0;
        overflow-x: hidden;
    }

    .section-hero,
    .section-about,
    .section-service,
    .section-roadmap,
    .section-why,
    .section-awards,
    .section-recruit {
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 72px 24px;
    }

    .hero-left,
    .hero-right,
    .about-content,
    .service-content,
    .roadmap-header,
    .why-content,
    .awards-content,
    .recruit-content {
        position: static;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .section-hero {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .hero-left,
    .hero-right,
    .about-content,
    .service-content,
    .why-content,
    .awards-content,
    .recruit-content {
        gap: 48px;
    }

    .hero-titles {
        font-size: clamp(54px, 9vw, 90px);
        gap: 18px;
    }

    .hero-title-outline {
        -webkit-text-stroke-width: 2px;
    }

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

    .about-header,
    .service-header,
    .why-header,
    .recruit-header {
        width: 100%;
        max-width: none;
    }

    .item-union-deco,
    .list-union-deco {
        display: none;
    }

    .preview-grid {
        flex-direction: column;
    }

    .preview-card {
        width: 100%;
        height: auto;
        aspect-ratio: 590 / 350;
    }

    .feature-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        height: auto;
    }

    .feature-card {
        min-height: 300px;
    }

    .timeline-path {
        display: none;
    }

    .timeline-card {
        position: relative;
        left: auto !important;
        top: auto !important;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 20px auto;
    }

    .roadmap-title {
        font-size: clamp(34px, 6vw, 50px);
    }

    .roadmap-margin {
        padding-bottom: 40px;
    }

    .why-grid {
        height: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .why-card-desc {
        white-space: normal;
    }

    .awards-header {
        margin-bottom: 48px;
    }

    .awards-title {
        font-size: clamp(34px, 6vw, 50px);
    }

    .awards-grid {
        gap: 20px;
    }

    .award-card {
        width: calc(50% - 10px);
        height: auto;
        min-height: 170px;
        padding: 30px;
    }

    .award-name {
        font-size: 20px;
    }

    .award-result {
        font-size: 20px;
    }

    .award-thumb {
        width: 160px;
        height: 96px;
    }

    .recruit-grid {
        height: auto;
        flex-wrap: wrap;
    }

    .recruit-card {
        min-width: calc(50% - 15px);
    }

    .recruit-grid .recruit-card:nth-child(1) { order: 1; }
    .recruit-grid .recruit-card:nth-child(2) { order: 2; }
    .recruit-grid .recruit-card:nth-child(3) { order: 3; }
}

@media (max-width: 720px) {
    body {
        min-width: 0;
        overflow-x: hidden;
    }

    .section-hero,
    .section-about,
    .section-service,
    .section-roadmap,
    .section-why,
    .section-awards,
    .section-recruit {
        width: 100%;
        padding: 0;
        overflow: hidden;
        display: block;
    }

    .section-hero { height: auto; padding: 60px 30px; display: flex; flex-direction: column; gap: 48px; }
    .section-about { height: 788px; }
    .section-service { height: auto; }
    .section-roadmap { height: 1477px; }
    .section-why { height: 693px; }
    .section-awards { height: auto; padding: 60px 30px; }

    .awards-content {
        position: static;
        left: auto;
        top: auto;
        width: 100%;
    }

    .awards-header {
        margin-bottom: 32px;
    }

    .awards-title {
        font-size: 28px;
    }

    .awards-grid {
        flex-direction: column;
        gap: 15px;
    }

    .award-card {
        width: 100%;
        height: auto;
        min-height: 110px;
        padding: 20px;
        gap: 16px;
    }

    .award-text {
        height: auto;
        gap: 10px;
    }

    .award-name {
        font-size: 15px;
        word-break: keep-all;
    }

    .award-result {
        font-size: 15px;
    }

    .award-thumb {
        width: 100px;
        height: 64px;
        flex-shrink: 0;
    }

    .section-recruit { height: 1028px; }

    .hero-left {
        position: static;
        left: auto;
        top: auto;
        width: 100%;
        gap: 30px;
    }

    .hero-badge {
        gap: 10px;
        padding: 10px 15px;
        font-size: 10px;
    }

    .hero-badge-icon {
        width: 12px;
        height: 12px;
    }

    .hero-content {
        gap: 40px;
    }


    .hero-titles {
        font-size: 50px;
        gap: 30px;
    }

    .hero-title-outline {
        -webkit-text-stroke-width: 2px;
    }

    .hero-desc {
        font-size: 12px;
        line-height: 20px;
        white-space: normal;
    }

    .hero-right {
        position: static;
        left: auto;
        top: auto;
        width: 100%;
        gap: 10px;
    }

    .stats-grid {
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stat-card {
        height: 80px;
        padding: 20px;
    }

    .stat-num {
        font-size: 20px;
    }

    .stat-label {
        font-size: 10px;
    }

    .switch-pill {
        height: 40px;
        padding: 15px 20px;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    .switch-name {
        font-size: 20px;
    }

    .switch-sub {
        font-size: 10px;
    }

    .about-content {
        position: absolute;
        left: 30px;
        top: 130px;
        width: calc(100% - 60px);
        transform: none;
        gap: 70px;
    }

    .about-header {
        width: 100%;
        gap: 30px;
    }

    .about-title {
        font-size: 20px;
    }

    .badge {
        padding: 10px 15px;
        font-size: 10px;
    }

    .about-item {
        gap: 15px;
        align-items: center;
        padding: 20px 15px;
    }

    .item-num {
        font-size: 15px;
    }

    .item-body {
        gap: 5px;
    }

    .item-title {
        font-size: 14px;
        white-space: nowrap;
    }

    .item-desc {
        width: 100%;
        font-size: 11px;
        line-height: normal;
    }

    .item-bullet {
        display: block;
        left: 18px;
        top: 40px;
        width: 4px;
        height: 5px;
    }

    .about-item:not(.about-item-first) .item-bullet {
        top: 41px;
    }

    .item-union-deco,
    .list-union-deco {
        display: none;
    }

    .service-content {
        position: static;
        left: auto;
        top: auto;
        width: calc(100% - 60px);
        margin: 0 auto;
        transform: none;
        gap: 40px;
    }

    .section-service {
        padding: 60px 30px;
    }

    .service-header {
        width: 132px;
        gap: 15px;
    }

    .service-title-main {
        font-size: 20px;
    }

    .service-title-switch {
        font-size: 25px;
        letter-spacing: 1.25px;
        -webkit-text-stroke-width: 1.2px;
    }

    .preview-grid {
        flex-direction: column;
        gap: 15px;
    }

    .preview-card {
        width: 100%;
        height: auto;
        aspect-ratio: 590 / 350;
    }

    .feature-grid {
        display: flex;
        gap: 15px;
        width: 100%;
        height: auto;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .feature-grid::-webkit-scrollbar {
        display: none;
    }

    .feature-card {
        flex: 0 0 220px;
        height: auto;
        min-height: 250px;
        padding: 20px;
        gap: 15px;
    }

    .feature-label {
        font-size: 12px;
    }

    .feature-img {
        width: 90px;
        height: 90px;
    }

    .feature-title {
        font-size: 15px;
    }

    .feature-desc {
        font-size: 12px;
    }

    .roadmap-header {
        position: absolute;
        left: 30px;
        top: 160px;
        width: calc(100% - 60px);
        transform: none;
        gap: 15px;
    }

    .roadmap-margin {
        padding-bottom: 0;
    }

    .roadmap-title {
        font-size: 25px;
        letter-spacing: 0;
        white-space: nowrap;
        text-align: left;
    }

    .roadmap-yellow {
        font-weight: 700;
        letter-spacing: 1.25px;
    }

    .timeline-path {
        display: block;
        position: absolute;
        left: 0px;
        top: 338px;
        width: 70px;
        height: 993px;
    }

    .timeline-card {
        position: absolute;
        width: calc(100% - 100px);
        left: 60px !important;
        border-width: 1px;
        padding: 20px;
        gap: 10px;
        right: 10px;
    }
 
    .section-roadmap > .timeline-card:nth-of-type(2) { top: 368px !important; }
    .section-roadmap > .timeline-card:nth-of-type(3) { top: 646px !important; }
    .section-roadmap > .timeline-card:nth-of-type(4) { top: 890px !important; }
    .section-roadmap > .timeline-card:nth-of-type(5) { top: 1158px !important; }

    .tl-period {
        font-size: 7px;
    }

    .tl-heading {
        font-size: 15px;
    }

    .tl-item {
        height: auto;
        gap: 10px;
    }

    .tl-arrow {
        font-size: 14px;
    }

    .tl-item span:last-child {
        font-size: 11px;
        white-space: nowrap;
    }

    .why-content {
        position: absolute;
        left: 30px;
        top: 140px;
        width: calc(100% - 60px);
        transform: none;
        gap: 70px;
    }

    .why-header {
        width: 100%;
        gap: 15px;
    }

    .why-title {
        font-size: 25px;
        letter-spacing: 1.25px;
        white-space: nowrap;
    }

    .why-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
        height: auto;
    }

    .why-card {
        min-height: 119px;
        padding: 20px;
        border: 1px solid #000000;
    }

    .why-grid .why-card:nth-child(1),
    .why-grid .why-card:nth-child(4) {
        border-color: #FF6E00;
    }

    .why-card-title {
        font-size: 15px;
    }

    .why-card-desc {
        font-size: 11px;
        line-height: normal;
        white-space: normal;
    }

    .recruit-content {
        position: absolute;
        left: 30px;
        top: 140px;
        width: calc(100% - 60px);
        transform: none;
        gap: 0;
    }

    .recruit-header {
        width: 100%;
        gap: 15px;
    }

    .recruit-title {
        font-size: 25px;
        line-height: normal;
        letter-spacing: 1.25px;
        white-space: nowrap;
    }

    .recruit-grid {
        margin-top: 91px;
        width: 125px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }

    .recruit-card {
        width: 125px;
        min-width: 0;
        padding: 0;
        gap: 10px;
        align-items: center;
    }

    .recruit-label {
        font-size: 20px;
    }

    .recruit-icon-circle {
        width: 80px;
        height: 80px;
        border-radius: 100px;
        background-color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        flex-shrink: 0;
    }

    .recruit-img {
        width: 54px;
        height: 54px;
        object-fit: cover;
    }

    .recruit-desc {
        max-width: 125px;
        font-size: 11px;
        line-height: normal;
        text-align: center;
        word-break: keep-all;
    }
}
