.pc-short-br,
.tablet-show,
.tablet-br,
.tablet-short-br,
.show-under-768,
.mobile-show,
.mobile-br {
    display: none;
}

picture {
    width: 100%;
    height: 100%;
}

.banner {
    .banner_con {
        align-self: stretch;
        height: 100%;
        
        svg {
            width: auto;
            height: 100%;
        } /* svg */
    } /* .banner_con */
    
    .badge {
        display: flex;
        height: 24px;
        padding: 0 var(--padding-12, 12px);
        justify-content: center;
        align-items: center;
        gap: 10px;
        
        border-radius: var(--radius-circle, 999px);
        background: #D06FDC;
        
        color: #FFF;
        
        text-align: center;
        /* caption/large-700 */
        font-size: var(--typography-font-size-caption-lg, 14px);
        font-weight: 700;
        line-height: 150%; /* 21px */
    } /* .badge */
} /* .banner */

.main-contents {
    gap: 0;
} /* .main-contents */

.main-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    height: 860px;
    padding: var(--padding-120, 120px) 0;
    background-image: url('/image/intro/enterprise/main_pc.svg');
    gap: 10px;
    box-sizing: border-box;
    
    .text-wrap {
        display: flex;
        width: 100%;
        max-width: 1320px;
        flex-direction: column;
        align-items: center;
        gap: var(--gap-40, 40px);
        
        .main-title {
            align-self: stretch;
            
            color: var(--color-text-white, #FFF);
            text-align: center;
            
            font-family: var(--typo-font-family-sans, "Spoqa Han Sans Neo");
            font-size: var(--typography-font-size-display, 64px);
            font-style: normal;
            font-weight: 700;
            line-height: 150%; /* 96px */
        } /* .main-title */
        
        .sub-title {
            align-self: stretch;
            
            color: var(--color-text-white, #FFF);
            text-align: center;
            
            /* heading/small-400 */
            font-family: var(--typography-font-family-sans, "Spoqa Han Sans Neo");
            font-size: var(--typography-font-size-heading-sm, 28px);
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 42px */
        } /* .sub-title */
    } /* .text-wrap */
} /* .main-area */

.section-container {
    padding: clamp(120px, 16vw, 160px) 0;
    
    &.full {
        padding: 0;
    } /* &.full */
    
    &.judgment {
        padding: clamp(120px, 16vw, 220px) 0;
    }
    
    &.enterprise-env {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        
        height: 440px;
        
        background-image: url('/image/intro/enterprise/env_bg.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        
        .heading-lg {
            color: var(--color-text-white, #FFF);
            text-align: center;
            
            font-family: var(--typography-font-family-sans, "Spoqa Han Sans Neo");
            font-size: var(--typography-font-size-heading-md, 36px);
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 54px */
            
            &.bold {
                font-weight: 700;
            } /* &.bold */
        } /* .heading-lg */
        
    } /* &.enterprise-env */
    
    &.saas {
        &.full {
            background: var(--color-background-primary-light, #F5F1FF);
            height: auto;
            padding: clamp(120px, 16vw, 160px) 0;
        } /* &.full */
        
        .saas-inner {
            justify-content: center;
            flex-direction: column;
            gap: var(--gap-56, 56px);
            
            .saas-text {
                display: flex;
                flex-direction: row;
                justify-content: center;
                
                .section-title {
                    display: flex;
                    max-width: 1320px;
                    flex-direction: column;
                    align-items: center;
                    gap: var(--gap-32, 32px);
                    align-self: stretch;
                    
                    color: var(--color-text-black, #151515);
                    text-align: center;
                    
                    /* heading/xlarge */
                    font-family: var(--typo-font-family-sans, "Spoqa Han Sans Neo");
                    font-size: var(--typography-font-size-heading-xl, 56px);
                    font-style: normal;
                    font-weight: 700;
                    line-height: 150%; /* 84px */
                } /* .section-title */
            } /* .saas-text */
            
            .section-content {
                display: flex;
                width: 100%;
                max-width: 1320px;
                padding: var(--padding-60, 60px);
                flex-direction: column;
                align-items: center;
                gap: var(--gap-20, 20px);
                
                border-radius: var(--radius-xxlarge, 40px);
                background: var(--color-surface-white, #FFF);
                
                .saas-content-title {
                    display: flex;
                    align-items: flex-start;
                    gap: 76px;
                    align-self: stretch;
                    
                    .saas-title {
                        display: flex;
                        padding: 0 var(--padding-20, 20px);
                        flex-direction: column;
                        align-items: center;
                        gap: var(--gap-4, 4px);
                        flex: 1 0 0;
                        
                        color: var(--color-text-gray-darker, #222);
                        text-align: center;
                        
                        /* body/medium-500 */
                        font-family: var(--typo-font-family-sans, "Spoqa Han Sans Neo");
                        font-size: var(--typo-font-size-20, 20px);
                        font-style: normal;
                        font-weight: 500;
                        line-height: 150%; /* 30px */
                        
                        &.right {
                            justify-content: center;
                            align-self: stretch;
                        }
                    } /* .saas-title */
                } /* .saas-content-title */
                
                .saas-content-list {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: var(--padding-12, 12px);
                    align-self: stretch;
                    
                    .saas-content-item {
                        display: flex;
                        align-items: center;
                        gap: var(--padding-20, 20px);
                        align-self: stretch;
                        
                        .left-item {
                            display: flex;
                            padding: var(--padding-16, 16px) var(--padding-32, 32px);
                            justify-content: center;
                            align-items: center;
                            gap: 10px;
                            width: calc(50% - 40px);
                            align-self: stretch;
                            
                            text-align: center;
                            
                            border-radius: var(--radius-circle, 999px);
                            background: var(--color-surface-gray-light, #FAFAFA);
                        } /* .left-item */
                        
                        .right-item {
                            display: flex;
                            padding: var(--padding-16, 16px) var(--padding-32, 32px);
                            justify-content: center;
                            align-items: center;
                            gap: 10px;
                            width: calc(50% - 40px);
                            align-self: stretch;
                            
                            text-align: center;
                            
                            border-radius: var(--radius-circle, 999px);
                            border: var(--border-width-rugular, 1px) solid var(--color-border-primary-dark, #753CF8);
                            background: var(--color-surface-primary-light, #F5F1FF);
                        } /* .right-item */
                    } /* .saas-content-item */
                } /* .saas-content-list */
                
                &.show-under-768 {
                    display: none;
                }
            } /* .section-content */
        } /* .saas-inner */
    } /* .saas */
    
    &.base {
        &.full {
            position: relative;
            display: flex;
            width: 100%;
            min-height: 640px;
            height: auto;
            padding: 0;
            justify-content: center;
            align-items: center;
            
            background-image: url('/image/intro/enterprise/saas_bg.svg');
            background-color: var(--color-background-primary-darker, #0D0523);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            background-position: center;
        } /* &.full */
        
        .title {
            color: var(--color-text-white);
            text-align: center;
            align-self: stretch;
        } /* .title */
    } /* .base */
    
    &.characteristic {
        display: flex;
        padding: var(--padding-220, 220px) 0;
        flex-direction: column;
        align-items: center;
        gap: var(--gap-220, 220px);
        align-self: stretch;
        
        &.full {
            width: 100%;
            background: linear-gradient(180deg, var(--color-background-primary-darker, #0D0523) 95.19%, var(--color-background-primary-darkest, #04020A) 100%);
        } /* &.full */
        
        .characteristic-tab {
            display: flex;
            max-width: clamp(1040px, 94vw, 1320px);
            width: 100%;
            flex-direction: column;
            align-items: center;
            gap: var(--gap-56, 56px);
            
            .characteristic-tab-title {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: var(--gap-32, 32px);
                align-self: stretch;
                text-align: center;
                
                span {
                    color: var(--color-text-primary-light, #8C5EF7);
                    text-align: center;
                    
                    /* body/medium-500 */
                    font-size: var(--typo-font-size-20, 20px);
                    font-style: normal;
                    font-weight: 500;
                    line-height: 150%; /* 30px */
                }
            } /* .characteristic-tab-title */
            
            .characteristic-tab-content {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: var(--padding-44, 44px);
                align-self: stretch;
                
                &.characteristic-schedule {
                    display: flex;
                    flex-direction: row;
                    gap: 24px;
                    align-items: flex-start;
                    justify-content: center;
                    
                    .characteristic-schedule-panel {
                        flex: 1 1 calc(100% - 424px);
                        display: flex;
                        flex-direction: column;
                        gap: 44px;
                        
                        .img-wrap {
                            display: flex;
                            align-items: flex-end;
                            justify-content: flex-end;
                            padding: 0;
                            gap: 0;
                            height: clamp(545px, 40vw, 600px); /* 예시 값, 원하는 값으로 조정 */
                            max-height: 600px;
                            
                            overflow: hidden;
                            
                            .left-img-wrap {
                                flex: 1 1 50%;
                                display: flex;
                                align-items: flex-end;
                                justify-content: flex-end;
                                
                                padding: 80px 0 0 60px;
                                border-radius: var(--radius-xxlarge, 40px) 0 0 var(--radius-xxlarge, 40px);
                                background: var(--color-surface-primary-darker, #1B0946);
                                
                                img {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: contain;
                                } /* img */
                            } /* .left-img-wrap */
                            
                            .right-img-wrap {
                                flex: 1 1 50%;
                                display: flex;
                                align-items: flex-end;
                                justify-content: center;
                                border-radius: 0 var(--radius-xxlarge, 40px) var(--radius-xxlarge, 40px) 0;
                                background: #290C68;
                                
                                padding: 80px 0 0 0;
                                
                                img {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: contain;
                                } /* img */
                            } /* .right-img-wrap */
                            
                            &.process-wrap {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                padding: 0 60px;
                            } /* &.process-wrap */
                        } /* .img-wrap */
                        
                        &.auto-calculate {
                            flex: 1 1 424px;
                        } /* &.auto-calculate */
                    } /* .characteristic-schedule-panel */
                    
                } /* &.characteristic-schedule */
                
                &.characteristic-welfare {
                    display: flex;
                    align-items: flex-start;
                    gap: var(--padding-24, 24px);
                    align-self: stretch;
                    flex-direction: row;
                    
                    .characteristic-schedule-panel {
                        display: flex;
                        flex-direction: column;
                        align-items: flex-start;
                        gap: var(--padding-44, 44px);
                        flex: 1;
                        
                        .img-wrap {
                            display: flex;
                            height: auto;
                            max-height: 600px;
                            padding: var(--padding-60, 60px) 0 0 var(--padding-60, 60px);
                            flex-direction: column;
                            align-items: flex-end;
                            justify-content: flex-end;
                            gap: var(--gap-32, 32px);
                            align-self: stretch;
                            
                            overflow: hidden;
                            
                            border-radius: var(--radius-xlarge, 40px);
                            background: var(--color-surface-primary-darker, #1B0946);
                            
                            picture {
                                width: 100%;
                                height: 100%;
                                
                                img {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: contain;
                                } /* img */
                            } /* picture */
                        } /* .img-wrap */
                    } /* .characteristic-schedule-panel */
                    
                } /* &.characteristic-welfare */
                
                .img-wrap {
                    display: flex;
                    width: 100%;
                    height: auto;
                    max-height: 600px;
                    padding: var(--padding-40, 40px) var(--padding-80, 80px);
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    gap: 10px;
                    
                    border-radius: var(--radius-xxlarge, 40px);
                    background: var(--color-surface-primary-darker, #1B0946);
                    
                    img {
                        width: 100%;
                        object-fit: cover;
                    } /* img */
                } /* .img-wrap */
                
                .text-wrap {
                    display: flex;
                    padding: 0 var(--padding-20, 20px);
                    align-items: flex-start;
                    gap: var(--gap-24, 24px);
                    align-self: stretch;
                    margin: 0;
                    
                    .sub-text-item {
                        display: flex;
                        flex-direction: column;
                        align-items: flex-start;
                        gap: var(--gap-12, 12px);
                        flex: 1 0 0;
                        
                        .sub-text-title {
                            align-self: stretch;
                        } /* .sub-text-title */
                    } /* .sub-text-item */
                } /* .text-wrap */
            } /* .characteristic-tab-content */
            
            &.massive-organization {
                .img-wrap {
                    height: auto;
                    max-height: 600px;
                    
                    picture {
                        height: 100%;
                        
                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                        } /* img */
                    } /* picture */
                } /* .img-wrap */
            } /* .massive-organization */
            
            &.characteristic-migration {
                .characteristic-tab-content {
                    .img-wrap {
                        padding: var(--padding-60, 60px);
                        height: auto;
                        max-height: 600px;
                        
                        img {
                            height: auto;
                        } /* img */
                    } /* .img-wrap */
                } /* .characteristic-tab-content */
            } /* &.characteristic-migration */
            
            &.dx-env {
                .characteristic-tab-content {
                    .img-wrap {
                        padding: var(--padding-60, 60px);
                        gap: var(--padding-40, 40px);
                        height: auto;
                        max-height: 600px;
                        
                        .item-wrap {
                            display: flex;
                            flex-direction: row;
                            align-items: flex-start;
                            gap: var(--gap-24, 24px);
                            align-self: stretch;
                            flex-wrap: wrap;
                            
                            picture {
                                flex: 1;
                                border-radius: 20px;
                                overflow: hidden;
                                align-self: stretch;
                                
                                img {
                                    height: 100%;
                                } /* img */
                            } /* picture */
                            
                        } /* .show-under-768 */
                    } /* .img-wrap */
                    
                    .text-wrap {
                        .sub-text-item {
                            .sub-text-title {
                                font-size: var(--typography-font-size-body-lg, 24px);
                            } /* .sub-text-title */
                            
                            .sub-text-content {
                                display: flex;
                                flex-direction: column;
                                align-items: flex-start;
                                gap: var(--padding-4, 4px);
                                
                                p:last-child {
                                    color: var(--color-text-gray-light, #CCC);
                                } /* p:last-child */
                            } /* .sub-text-content */
                        } /* .sub-text-item */
                    } /* .text-wrap */
                } /* .characteristic-tab-content */
            } /* &.dx-env */
            
            &.flexible-link {
                display: flex;
                max-width: 1320px;
                flex-direction: column;
                align-items: center;
                gap: var(--gap-56, 56px);
                width: 100%;
                
                .characteristic-tab-content {
                    .img-wrap {
                        display: flex;
                        padding: 0 0 0 20px;
                        flex-direction: column;
                        align-items: center;
                        gap: 10px;
                        align-self: stretch;
                        
                        background: transparent;
                        
                        height: 600px;
                        
                        picture {
                            width: 100%;
                            height: 100%;
                            
                            img {
                                height: 100%;
                                object-fit: contain;
                            } /* img */
                        } /* picture */
                    } /* .img-wrap */
                    
                    .text-wrap {
                        display: flex;
                        padding: var(--padding-60, 60px);
                        flex-direction: column;
                        align-items: center;
                        gap: var(--gap-16, 16px);
                        align-self: stretch;
                        
                        border-radius: var(--radius-xxlarge, 40px);
                        background: var(--color-surface-primary-darker, #1B0946);
                    } /* .text-wrap */
                } /* .characteristic-tab-content */
            } /* .flexible-link */
            
            &.monitoring {
                display: flex;
                max-width: 1320px;
                flex-direction: column;
                align-items: center;
                gap: var(--gap-56, 56px);
                width: 100%;
                
                .characteristic-tab-content {
                    .img-wrap {
                        display: flex;
                        height: 600px;
                        min-height: 465px;
                        max-height: 600px;
                        padding: var(--padding-60, 60px) var(--padding-60, 60px) 0 var(--padding-60, 60px);
                        align-items: flex-start;
                        gap: var(--gap-32, 32px);
                        align-self: stretch;
                        
                        border-radius: var(--radius-xlarge, 40px);
                        background: var(--color-surface-primary-darker, #1B0946);                    } /* .img-wrap */
                } /* .characteristic-tab-content */
            } /* &.monitoring */
            
            &.monitoring-orbit {
                .characteristic-tab-content {
                    display: flex;
                    align-items: flex-start;
                    align-content: flex-start;
                    flex-direction: row;
                    gap: var(--gap-24, 24px) var(--padding-24, 24px);
                    align-self: stretch;
                    flex-wrap: wrap;
                    
                    .img-wrap {
                        display: flex;
                        width: 1320px;
                        height: auto;
                        max-height: 600px;
                        flex-direction: column;
                        align-items: flex-start;
                        padding: 0;
                        
                        border-radius: var(--radius-xlarge, 40px);
                        background: linear-gradient(86deg, rgba(4, 2, 10, 0.40) 2.17%, #1B0946 41.08%, #1B0946 48.62%, #1B0946 62.5%, rgba(4, 2, 10, 0.40) 97.83%);
                    } /* .img-wrap */
                    
                    .item-wrap {
                        display: flex;
                        flex-direction: column;
                        align-items: flex-start;
                        gap: var(--padding-44, 44px);
                        flex: 1 1 calc(50% - 24px);
                        
                        .img-wrap {
                            display: flex;
                            width: auto;
                            height: 600px;
                            min-height: 465px;
                            max-height: 600px;
                            padding: var(--padding-60, 60px) 0 0 var(--padding-60, 60px);
                            align-items: flex-start;
                            gap: var(--gap-32, 32px);
                            align-self: stretch;
                            flex: 1;
                            overflow: hidden;
                            border-radius: var(--radius-xlarge, 40px);
                            background: var(--color-surface-primary-darker, #1B0946);
                        } /* .img-wrap */
                        
                    } /* .item-wrap */
                    
                } /* .characteristic-tab-content */
            } /* &.monitoring-orbit */
        } /* .characteristic-tab */
    } /* &.characteristic */
    
    &.security-service {
        display: flex;
        width: 100%;
        padding: var(--gap-220, 220px) 40px;
        flex-direction: column;
        align-items: center;
        gap: var(--gap-80, 80px);
        
        &.full {
            background-image: url(/image/intro/enterprise/service_bg.svg);
            background-color: #0D0523;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        } /* &.full */
        
        .title-wrap {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: var(--padding-56, 56px);
            /*align-self: stretch;*/
            
            span {
                color: var(--color-text-white, #FFF);
                text-align: center;
                
                /* body/medium-500 */
                font-family: var(--typo-font-family-sans, "Spoqa Han Sans Neo");
                font-size: var(--typo-font-size-20, 20px);
                font-style: normal;
                font-weight: 500;
                line-height: 150%; /* 30px */
                
                &.point {
                    color: var(--color-text-primary);
                }
            } /* span */
        } /* .title-wrap */
        
        .item-wrap {
            display: flex;
            max-width: 1320px;
            flex-direction: column;
            align-items: flex-start;
            gap: 40px;
            
            .item-title-wrap {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: var(--gap-12, 12px);
                align-self: stretch;
            } /* .item-title-wrap */
            
            .iso-list-wrap {
                display: flex;
                align-items: flex-start;
                gap: var(--gap-24, 24px);
                align-self: stretch;
                
                .iso-item {
                    position: relative;
                    
                    display: flex;
                    padding: 32px;
                    flex-direction: column;
                    align-items: flex-start;
                    align-self: stretch;
                    flex: 1 0 0;
                    
                    gap: 16px;
                    
                    backdrop-filter: blur(6px);
                    
                    .iso-bg {
                        position: absolute;
                        top: 0;
                        left: 0;
                        
                        width: 100%;
                        height: 100%;
                        
                        border-radius: 20px;
                        opacity: 0.1;
                        background: #FFF;
                        
                        backdrop-filter: blur(200px);
                    } /* .iso-bg */
                    
                    .iso-item-header {
                        position: relative;
                        display: flex;
                        justify-content: flex-start;
                        align-items: flex-start;
                        gap: var(--gap-16, 16px);
                        align-self: stretch;
                        
                        .iso-header-icon {
                            position: absolute;
                            right: 0;
                            
                            width: 40px;
                            height: 32px;
                            
                            background-position: center;
                            background-repeat: no-repeat;
                            background-size: 100%;
                            
                            &.iso-icon {
                                background-image: url('/image/intro/enterprise/iso.svg');
                            } /* &.iso-icon */
                            
                            &.gs-icon {
                                width: 64px;
                                height: 32px;
                                
                                background-image: url('/image/intro/enterprise/gs_auth.svg');
                            } /* &.gs-icon */
                        } /* .iso-header-icon */
                        
                        .iso-item-title-wrap {
                            display: flex;
                            flex-direction: column;
                            align-items: flex-start;
                            gap: var(--gap-4, 4px);
                            flex: 1 0 0;
                        } /* .iso-item-title-wrap */
                        
                    } /* .iso-item-header */
                } /* .iso-item */
            } /* .iso-list-wrap */
        } /* .item-wrap */
    } /* &.security-service */
    
    &.enterprise-plan {
        background: var(--color-background-primary-light, #F5F1FF);
        padding: var(--gap-160, 160px) 40px;
        gap: 56px;
        
        .enterprise-plan-content {
            display: flex;
            max-width: 1320px;
            align-items: center;
            gap: var(--gap-80, 80px);
            /*align-self: stretch;*/
            
            .img-wrap {
                border-radius: var(--radius-xxlarge, 40px);
                overflow: hidden;
            } /* .img-wrap */
            
            .desc-wrap {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
                gap: var(--padding-32, 32px);
                flex: 1 0 0;
                
                .desc-item {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    gap: var(--padding-4, 4px);
                    align-self: stretch;
                    
                    .title-wrap {
                        display: flex;
                        align-items: center;
                        gap: var(--padding-12, 12px);
                        align-self: stretch;
                        
                        .num-wrap {
                            display: flex;
                            width: 28px;
                            height: 28px;
                            justify-content: center;
                            align-items: center;
                            aspect-ratio: 1/1;
                            
                            border-radius: var(--radius-xsmall, 4px);
                            background: var(--color-element-primary-dark, #753CF8);
                        } /* .num-wrap */
                        
                        .title {
                            flex: 1 0 0;
                            justify-content: flex-start;
                            
                            color: var(--color-text-gray-darker, #222);
                            
                            /* body/medium-700 */
                            font-family: var(--typo-font-family-sans, "Spoqa Han Sans Neo");
                            font-size: var(--typo-font-size-20, 20px);
                            font-style: normal;
                            font-weight: 700;
                            line-height: 150%; /* 30px */
                        } /* .title */
                    } /* .title-wrap */
                    
                    .sub-title-wrap {
                        display: flex;
                        padding: 0 40px;
                        justify-content: flex-start;
                        align-items: center;
                        gap: 10px;
                        align-self: stretch;
                    } /* .sub-title-wrap */
                } /* .desc-item */
            } /* .desc-wrap */
        } /* .enterprise-plan-content */
    }
    
    &.references {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        padding: var(--gap-160, 160px) 40px;
        
        .references-grid {
            display: grid;
            height: 660px;
            max-width: 1320px;
            row-gap: var(--padding-40, 40px);
            column-gap: var(--gap-40, 40px);
            align-self: stretch;
            grid-template-rows: 60px 60px 60px 60px 60px 60px 60px;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            
            img {
                width: 100%;
                height: 100%;
            } /* img */
        } /* .references-grid */
    } /* .references */
    
    .section-grid {
        display: flex;
        align-items: flex-start;
        gap: var(--gap-24, 24px);
        align-self: stretch;
        
        .section-grid-item {
            display: flex;
            min-width: 282px;
            padding: var(--padding-40, 40px) var(--padding-24, 24px);
            flex-direction: column;
            align-items: center;
            gap: var(--gap-24, 24px);
            flex: 1 0 0;
            align-self: stretch;
            
            border-radius: var(--radius-xxlarge, 40px);
            
            &:hover {
                background: var(--color-background-primary-light, #F5F1FF);
                
                
                .item-img-wrap {
                    &.enter-expandable {
                        background-image: url('/image/intro/enterprise/enter-expandable.gif');
                    } /* .enter-expandable */
                    
                    &.enter-targeting {
                        background-image: url('/image/intro/enterprise/enter-targeting.gif');
                    } /* &.enter-targeting */
                    
                    &.enter-compatible {
                        background-image: url('/image/intro/enterprise/enter-compatible.gif');
                    }
                    
                    &.enter-security {
                        background-image: url('/image/intro/enterprise/enter-security.gif');
                    }
                } /* .item-img-wrap */
                
            } /* &:hover */
            
            .item-img-wrap {
                width: 100px;
                height: 100px;
                
                background-repeat: no-repeat;
                -webkit-background-size: cover;
                background-size: cover;
                background-position: center;
                
                &.enter-expandable {
                    background-image: url('/image/intro/enterprise/enter-expandable.png');
                }
                
                &.enter-targeting {
                    background-image: url('/image/intro/enterprise/enter-targeting.png');
                }
                
                &.enter-compatible {
                    background-image: url('/image/intro/enterprise/enter-compatible.png');
                }
                
                &.enter-security {
                    background-image: url('/image/intro/enterprise/enter-security.png');
                }
            } /* .item-img-wrap */
            
            .item-text-wrap {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: var(--padding-16, 16px);
                align-self: stretch;
                
                .item-main-title {
                    align-self: stretch;
                    
                    color: var(--color-text-gray-darker, #222);
                    text-align: center;
                    
                    /* body/large-700 */
                    font-family: var(--typo-font-family-sans, "Spoqa Han Sans Neo");
                    font-size: var(--typography-font-size-body-lg, 24px);
                    font-style: normal;
                    font-weight: 700;
                    line-height: 150%; /* 36px */
                } /* .item-main-title */
                
                .item-sub-title {
                    align-self: stretch;
                    
                    color: var(--color-text-gray-dark, #444);
                    text-align: center;
                    
                    /* body/small-400 */
                    font-family: var(--typo-font-family-sans, "Spoqa Han Sans Neo");
                    font-size: var(--typography-font-size-body-sm, 16px);
                    font-style: normal;
                    font-weight: 400;
                    line-height: 150%; /* 24px */
                } /* .item-sub-title */
                
            } /* .item-text-wrap */
            
        } /* .section-grid-item */
    } /* .section-grid */
} /* .section-container */


/* 🔥 1920px 이상일 때 height 비례 확대 */
@media (min-width: 1920px) {
    .section-container {
        &.enterprise-env {
            height: 500px;
            background-size: cover;
        } /* &.enterprise-env */
    } /* .section-container */
    
    .section-container {
        .base.full {
            /* width에 따라 height가 자동 증가: 1920 기준 비율 유지 */
            /*height: calc(100vw / 2);*/
            /*padding: 25vw 0;*/
            background-size: 100% auto ;
            min-height: 800px;
        }
    }
}

@media (max-width: 1400px) {
    .section-container {
        &.full {
            &.characteristic {
                padding: var(--padding-220, 220px) 40px;
                
                .characteristic-tab {
                    .characteristic-tab-content {
                    } /* .characteristic-tab-content */
                } /* .characteristic-tab */
            } /* &.characteristic */
        } /* &.full */
    } /* .section-container */
}

/* 1025px ~ 1280px: 소형 데스크톱, 태블릿 가로 모드(Landscape) */
@media (min-width: 1025px) and (max-width: 1280px) {
    .pc-short-br {
        display: block;
    } /* .pc-short-br */
    
    .pc-br,
    .tablet-show,
    .tablet-br,
    .tablet-short-br,
    .show-under-768,
    .mobile-show,
    .mobile-br {
        display: none;
    }
    
    /* 여기에 1025px에서 1280px 사이일 때 적용할 스타일을 작성합니다. */
    /*.gnb {*/
    /*    display: flex;*/
    /*    width: 100%;*/
    /*    min-width: 960px;*/
    /*    max-width: 1320px;*/
    /*    height: 80px;*/
    /*    padding: 0 var(--padding-40, 40px);*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    gap: var(--gap-80, 80px);*/
    /*    */
    /*    border-bottom: var(--border-width-rugular, 1px) solid var(--color-border-gray-light, #EEE);*/
    /*    background: rgba(255, 255, 255, 0.80);*/
    /*    backdrop-filter: blur(8px);*/
    /*    */
    /*    .gnb-inner {*/
    /*        width: 100%;*/
    /*        display: flex;*/
    /*        align-items: center;*/
    /*        gap: var(--gap-80, 80px);*/
    /*        flex: 1 0 0;*/
    /*        align-self: stretch;*/
    /*    } !* .gnb-inner *!*/
    /*} !* .gnb *!*/
    
    .section-container {
        
        &.judgment {
            max-width: 1320px;
            padding: clamp(120px, 16vw, 220px) clamp(32px, 5vw, 40px);
            
            .section-grid {
                flex-wrap: wrap;
                
                .section-grid-item {
                    flex: 1 1 calc(50% - 24px);
                } /* .section-grid-item */
            } /* .section-grid */
        } /* &.judgment */
        
        &.saas {
            .section-content {
                width: auto;
                max-width: 1200px;
            } /* .section-content */
            
            .saas-inner {
                justify-content: center;
                padding: 0 40px;
            }
        } /* &.saas */
        
        &.base {
            &.full {
                padding: 0;
                justify-content: center;
                
                background-image: url('/image/intro/enterprise/saas_bg_1280.svg');
            } /* &.full */
        } /* &.base */
        
        &.security-service {
            padding: var(--gap-160, 160px) 40px;
        } /* &.security-service */
        
        
        &.characteristic {
            width: 100%;
            padding: var(--padding-220, 220px) 40px;
            
            .characteristic-tab {
                .characteristic-tab-content {
                    max-width: 1200px;
                    
                    &.characteristic-schedule {
                        .characteristic-schedule-panel {
                            display: flex;
                            align-items: flex-start;
                            justify-content: flex-start;
                            flex-direction: column;
                            gap: 44px;
                            
                            .img-wrap {
                                height: clamp(436px,
                                        calc(436px + (545 - 436) * ((100vw - 1024px) / (1280 - 1024))),
                                        545px);
                                max-height: 545px;
                                
                                .left-img-wrap {
                                    padding: 80px 0 0 60px;
                                    
                                    img {
                                        width: 100%;
                                        height: 100%;
                                        object-fit: initial;
                                    } /* img */
                                } /* .left-img-wrap */
                                
                                .right-img-wrap {
                                
                                } /* .right-img-wrap */
                                
                                &.process-wrap {
                                    /*max-width: 384px;*/
                                    padding: 0 60px;
                                } /* &.process-wrap */
                            } /* .img-wrap */
                            
                            &.auto-calculate {
                                flex: 1 1 384px;
                            } /* &.auto-calculate */
                        } /* .characteristic-schedule-panel */
                    } /* &.characteristic-schedule */
                    
                    &.characteristic-welfare {
                        .characteristic-schedule-panel {
                            .img-wrap {
                                max-height: 545px;
                                padding: var(--padding-60, 60px) 0 0 var(--padding-60, 60px);
                                border-radius: var(--radius-xlarge, 40px);
                            } /* .img-wrap */
                        } /* .characteristic-schedule-panel */
                    } /* &.characteristic-welfare */
                    
                    .img-wrap {
                        height: 545px;
                    } /* .img-wrap */
                } /* .characteristic-tab-content */
                
                &.characteristic-migration {
                    .characteristic-tab-content {
                        .img-wrap {
                            padding: var(--padding-60, 60px);
                            height: 545px;
                            
                            img {
                                height: auto;
                            } /* img */
                        } /* .img-wrap */
                    } /* .characteristic-tab-content */
                } /* &.characteristic-migration */
                
                &.dx-env {
                    .characteristic-tab-content {
                        .img-wrap {
                            padding: var(--padding-60, 60px);
                        } /* .img-wrap */
                    } /* .characteristic-tab-content */
                } /* &.characteristic-welfare */
                
                &.flexible-link {
                    max-width: 1200px;
                } /* &.flexible-link */
                
                &.monitoring {
                    max-width: 1200px;
                    
                    .characteristic-tab-content {
                        .img-wrap {
                            height: auto;
                            
                            img {
                                width: 100%;
                                height: auto;
                            } /* img */
                        } /* .img-wrap */
                    } /* .characteristic-tab-content */
                }
                
                &.monitoring-orbit {
                    .characteristic-tab-content {
                        .item-wrap {
                            .img-wrap {
                                height: auto;
                                max-height: 545px;
                                overflow: hidden;
                                min-height: auto;
                                
                                img {
                                    width: 100%;
                                    object-fit: contain;
                                    height: 100%;
                                    /*object-position: top left;*/
                                } /* img */
                            } /* .img-wrap */
                        } /* .item-wrap */
                    } /* .characteristic-tab-content */
                } /* &.monitoring-orbit */
            } /* .characteristic-tab */
        } /* &.characteristic */
        
        &.enterprise-plan {
            .enterprise-plan-content {
                gap: var(--gap-56, 56px);
                
                .img-wrap {
                    flex: 1;
                    align-self: stretch;
                    
                    img {
                        width: 100%;
                        object-fit: cover;
                        height: 100%;
                        aspect-ratio: 3 / 2;
                    } /* img */
                } /* .img-wrap */
                
                .desc-wrap {
                    .desc-item {
                        .sub-title-wrap {
                            padding: 0 0 0 var(--padding-40, 40px);
                        } /* .sub-title-wrap */
                    } /* .desc-item */
                } /* .desc-wrap */
            } /* .enterprise-plan-content */
        } /* &.enterprise-plan */
        
        &.references {
            .references-grid {
                max-width: 1200px;
            } /* .references-grid */
        } /* &.references */
    } /* .section-container */
} /* @media (min-width: 1025px) and (max-width: 1280px) */

@media (max-width: 1024px) {
    .section-container {
        &.judgment {
            padding: var(--padding-160, 160px) var(--padding-32, 32px);
            margin: 0;
            width: 100%;
            gap: var(--gap-40, 40px);
            
            .section-grid {
                flex-wrap: wrap;
                
                .section-grid-item {
                    min-width: 300px;
                    flex: 1 1 calc(50% - 24px);
                    
                    .item-img-wrap {
                        width: 88px;
                        height: 88px;
                    } /* .item-img-wrap */
                } /* .section-grid-item */
            } /* .section-grid */
        } /* &.judgment */
        
        &.enterprise-env {
            &.full {
                padding: 0 var(--gap-32, 32px);
                height: 440px;
                
                background-image: url('/image/intro/enterprise/env_bg_1024.svg');
            } /* &.full */
        } /* &.enterprise-env */
        
        &.saas {
            .saas-inner {
                width: 100%;
                padding: 0 40px;
                
                .section-content {
                    .saas-content-title {
                        .saas-title {
                            .body-lg {
                                font-size: var(--typography-font-size-body-lg, 24px);
                            } /* .body-lg */
                        } /* .saas-title */
                    } /* .saas-content-title */
                } /* .section-content */
            } /* .saas-inner */
        } /* &.saas */
        
        &.base {
            &.full {
                background-image: url('/image/intro/enterprise/saas_bg_1024.svg');
                padding: 160px 40px;
            } /* &.full */
            
            .title {
                font-size: var(--typography-font-size-heading-lg, 48px);
            } /* .title */
        } /* &.base */
        
        &.characteristic {
            gap: var(--gap-160, 160px);
            padding: 160px 40px;
            
            .characteristic-tab {
                width: 100%;
                
                &.massive-organization {
                    .characteristic-tab-content {
                        align-items: center;
                    } /* .characteristic-tab-content */
                } /* &.massive-organization */
                
                &.characteristic-migration {
                    .text-wrap {
                        .sub-text-item {
                            .sub-text-content {
                                font-size: var(--typography-font-size-caption-lg, 14px);
                            } /* .sub-text-content */
                        } /* .sub-text-item */
                    } /* .text-wrap */
                } /* &.characteristic-migration */
                
                &.dx-env {
                    .characteristic-tab-content {
                        .text-wrap {
                            .sub-text-item {
                                .sub-text-title {
                                    font-size: var(--typo-font-size-20, 20px);
                                } /* .sub-text-title */
                                
                                .sub-text-content {
                                    font-size: var(--typography-font-size-caption-lg, 14px);
                                    
                                    p:last-child {
                                        font-size: var(--typography-font-size-caption-md, 12px);
                                    } /* p:last-child */
                                } /* .sub-text-content */
                            } /* .sub-text-item */
                        } /* .text-wrap */
                    } /* .characteristic-tab-content */
                } /* &.dx-env */
                
                &.flexible-link {
                    width: 100%;
                    
                    .characteristic-tab-content {
                        .img-wrap {
                            height: auto;
                            max-height: 504px;
                            padding: 0;
                        } /* .img-wrap */
                        
                        .text-wrap {
                            .sub-text-item {
                                text-align: center;
                                
                                .sub-text-title {
                                    font-size: var(--typo-font-size-20, 20px);
                                } /* .sub-text-title */
                                
                                .sub-text-content {
                                    font-size: var(--typography-font-size-caption-lg, 14px);
                                } /* .sub-text-content */
                            } /* .sub-text-item */
                        } /* .text-wrap */
                    } /* .characteristic-tab-content */
                } /* &.flexible-link */
                
                &.monitoring {
                    width: 100%;
                    
                    .characteristic-tab-content {
                        .img-wrap {
                            height: auto;
                            min-height: auto;
                            max-height: 100%;
                            
                            img {
                                height: 100%;
                            } /* img */
                        } /* .img-wrap */
                        
                        .text-wrap {
                            .sub-text-item {
                                .sub-text-title {
                                    font-size: var(--typo-font-size-20, 20px);
                                } /* .sub-text-title */
                                
                                .sub-text-content {
                                    font-size: var(--typography-font-size-caption-lg, 14px);
                                } /* .sub-text-content */
                            } /* .sub-text-item */
                        } /* .text-wrap */
                    } /* .characteristic-tab-content */
                } /* &.monitoring */
                
                &.monitoring-orbit {
                    .characteristic-tab-content {
                        .img-wrap {
                            height: auto;
                        } /* .img-wrap */
                        
                        .item-wrap {
                            .img-wrap {
                                height: auto;
                                max-height: 436px;
                                min-height: unset;
                                
                                overflow: hidden;
                            } /* .img-wrap */
                            
                            .sub-text-item {
                                display: flex;
                                padding: 0 var(--padding-20, 20px);
                                flex-direction: column;
                                align-items: flex-start;
                                gap: var(--gap-12, 12px);
                                
                                .sub-text-title {
                                    font-size: var(--typo-font-size-20, 20px);
                                } /* .sub-text-title */
                                
                                .sub-text-content {
                                    font-size: var(--typography-font-size-caption-lg, 14px);
                                } /* .sub-text-content */
                            } /* .sub-text-item */
                        } /* .item-wrap */
                    } /* .characteristic-tab-content */
                } /* &.monitoring-orbit */
                
                .characteristic-tab-content {
                    .img-wrap {
                        max-width: 960px;
                        height: auto;
                        padding: var(--padding-60, 60px);
                    } /* .img-wrap */
                    
                    .text-wrap {
                        .sub-text-item {
                            .sub-text-title {
                                font-size: var(--typography-font-size-body-lg, 24px);
                            } /* .sub-text-title */
                        } /* .sub-text-item */
                    } /* .text-wrap */
                    
                    &.characteristic-schedule {
                        .characteristic-schedule-panel {
                            .img-wrap {
                                height: clamp(
                                        387px,
                                        calc(387px + 49 * ((100vw - 900px) / 124)),
                                        436px
                                );
                                max-height: 436px;
                                
                                .left-img-wrap {
                                    padding: 80px 0 0 60px;
                                    
                                    img {
                                        object-fit: initial;
                                        height: 100%;
                                    } /* img */
                                } /* .left-img-wrap */
                                
                                &.process-wrap {
                                } /* &.process-wrap */
                            } /* .img-wrap */
                            
                            &.auto-calculate {
                                flex: 1 1 306px;
                                max-width: 306px;
                            } /* &.auto-calculate */
                        } /* .characteristic-schedule-panel */
                    } /* &.characteristic-schedule */
                    
                    &.characteristic-welfare {
                        .characteristic-schedule-panel {
                            flex: 1 1 calc(100% - 24px);
                            
                            .img-wrap {
                                height: auto;
                                aspect-ratio: unset;
                            } /* .img-wrap */
                            
                            .text-wrap {
                                .sub-text-item {
                                    .sub-text-title {
                                        font-size: var(--typo-font-size-20, 20px);
                                    } /* .sub-text-title */
                                    
                                    .sub-text-content {
                                        font-size: var(--typography-font-size-caption-lg, 14px);
                                    } /* .sub-text-content */
                                } /* .sub-text-item */
                            } /* .text-wrap */
                        } /* .characteristic-schedule-panel */
                    } /* &.characteristic-welfare */
                } /* .characteristic-tab-content */
            } /* .characteristic-tab */
        } /* &.characteristic */
        
        &.security-service {
            padding: var(--gap-160, 160px) var(--gap-40, 40px);
            gap: var(--gap-56, 56px);
            
            .title-wrap {
                gap: var(--gap-32, 32px);
                text-align: center;
            } /* .title-wrap */
            
            .item-wrap {
                .item-title-wrap {
                    .body-lg {
                        font-size: var(--typography-font-size-body-lg, 24px);
                    } /* .body-lg */
                    
                    .body-sm {
                        font-size: var(--typography-font-size-body-sm, 16px);
                    } /* .body-sm */
                } /* .item-title-wrap */
                
                .iso-list-wrap {
                    flex-wrap: wrap;
                    
                    .iso-item {
                        flex: 1 1 calc(50% - 24px);
                        height: 192px;
                        
                        .iso-item-header {
                            .iso-item-title-wrap {
                            
                            } /* .iso-item-title-wrap */
                        } /* .iso-item-header */
                        
                        &:last-child {
                            flex: 1;
                        } /* &:last-child */
                    } /* .iso-item */
                } /* .iso-list-wrap */
            } /* .item-wrap */
        } /* &.security-service */
        
        &.enterprise-plan {
            max-width: 100%;
            
            .enterprise-plan-content {
                width: 100%;
                max-width: 960px;
                flex-direction: column;
                gap: 56px;
                
                .img-wrap {
                    width: 100%;
                    height: 480px;
                    
                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        aspect-ratio: 2/1;
                    } /* img */
                } /* .img-wrap */
                
                .desc-wrap {
                    flex-direction: row;
                    flex-wrap: wrap;
                    align-self: stretch;
                    gap: var(--padding-40, 40px) var(--padding-24, 24px);
                    
                    .desc-item {
                        align-self: stretch;
                        flex: 1 1 calc(50% - 24px);
                        
                        .title-wrap {
                        
                        } /* .title-wrap */
                        
                        .sub-title-wrap {
                            padding: 0 0 0 40px;
                        } /* .sub-title-wrap */
                    } /* .desc-item */
                    
                } /* .desc-wrap */
            } /* .enterprise-plan-content */
        } /* &.enterprise-plan */
        
        &.references {
            .references-grid {
                max-width: 960px;
                height: auto;
                grid-template-rows: unset;
                gap: 16px;
                
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                } /* img */
            } /* .references-grid */
        } /* &.references */
    } /* .section-container */
}

/* 769px ~ 1024px: 태블릿 세로 모드(Portrait) */
@media (min-width: 768px) and (max-width: 1024px) {
    .tablet-br {
        display: block;
    }
    
    .pc-br,
    .pc-short-br,
    .tablet-short-br,
    .mobile-show,
    .mobile-br {
        display: none;
    }
    
    /*.gnb {*/
    /*    padding: 0 var(--padding-32, 32px);*/
    /*    */
    /*    .gnb-inner {*/
    /*        min-width: 100%;*/
    /*        */
    /*        .gnb-nav {*/
    /*            .gnb-link {*/
    /*                a {*/
    /*                    font-size: var(--typography-font-size-body-sm, 16px);*/
    /*                    font-weight: 500;*/
    /*                    */
    /*                    &:hover {*/
    /*                        font-weight: 500;*/
    /*                    } !* &:hover *!*/
    /*                } !* a *!*/
    /*            } !* .gnb-link *!*/
    /*        } !* .gnb-nav *!*/
    /*    } !* .gnb-inner *!*/
    /*} !* .gnb *!*/
    
    .main-area {
        .text-wrap {
            .main-title {
                font-size: var(--typography-font-size-heading-xl, 56px);
            } /* .main-title */
        } /* .text-wrap */
    } /* .main-area */
    
    .section-container {
        &.characteristic {
            &.full {
                width: 100%;
                padding: var(--padding-160, 160px) var(--padding-40, 40px);
            } /* &.full */
            
            .characteristic-tab {
                max-width: none;
                width: 100%;
                
                &.characteristic-welfare {
                    width: 100%;
                } /* &.characteristic-welfare */
            } /* .characteristic-tab */
        } /* &.characteristic */
    } /* .section-container */
}

@media (max-width: 900px) {
    .main-container {
        .section-container {
            &.full {
                /*gap: var(--padding-120, 120px);*/
                
                .characteristic-tab {
                    gap: var(--padding-32, 32px);
                    
                    .characteristic-tab-title {
                        gap: var(--gap-24, 24px);
                    } /* .characteristic-tab-title */
                    
                    .characteristic-tab-content {
                        gap: 40px;
                        
                        &.characteristic-schedule {
                            flex-direction: column;
                            
                            .characteristic-schedule-panel {
                                gap: var(--gap-32, 32px);
                                
                                .img-wrap {
                                    flex-direction: column;
                                    height: auto;
                                    max-height: initial;
                                    
                                    .left-img-wrap {
                                        width: 100%;
                                        padding: var(--padding-56, 56px) 0 0 var(--padding-44, 44px);
                                        
                                        img {
                                            width: 100%;
                                            height: 100%;
                                            object-fit: initial;
                                        } /* img */
                                    } /* .left-img-wrap */
                                    
                                    .right-img-wrap {
                                        width: 100%;
                                        padding: var(--padding-56, 56px) var(--padding-44, 44px);
                                    } /* .right-img-wrap */
                                    
                                    &.process-wrap {
                                        /*max-width: 384px;*/
                                        padding: 44px;
                                        max-height: 600px;
                                        height: clamp(
                                                280px,
                                                calc(280px + (600 - 280) * ((100vw - 650px) / (900 - 650))),
                                                600px
                                        );
                                        
                                        img {
                                            width: 100%;
                                            height: 100%;
                                            object-fit: contain;
                                        } /* img */
                                    } /* &.process-wrap */
                                } /* .img-wrap */
                                
                                &.auto-calculate {
                                    flex: 1 1 100%;
                                    max-width: 100%;
                                    width: 100%;
                                } /* &.auto-calculate */
                            } /* .characteristic-schedule-panel */
                        } /* &.characteristic-schedule */
                        
                        &.characteristic-welfare {
                            flex-direction: column;
                        } /* &.characteristic-welfare */
                    } /* .characteristic-tab-content */
                    
                    &.flexible-link {
                        .characteristic-tab-content {
                             .img-wrap {
                                 height: clamp(
                                         458px,
                                         calc(458px + (1006 - 458) * ((100vw - 650px) / (900 - 650))),
                                         1006px
                                 );
                                 
                                 picture {
                                     width: 100%;
                                     height: 100%;
                                     
                                     img {
                                         width: 100%;
                                         height: 100%;
                                         object-fit: contain;
                                     } /* img */
                                 } /* picture */
                             } /* .img-wrap */
                            
                        } /* .characteristic-tab-content */
                    } /* &.flexible-link */
                    
                    &.dx-env {
                        .characteristic-tab-content {
                            .img-wrap {
                                flex-wrap: wrap;
                                gap: 24px;
                                max-height: none;
                                
                                picture {
                                    flex: 1 1 calc(50% - 24px);
                                } /* picture */
                                
                                picture:last-child {
                                    flex: 1 1 100%;
                                }
                            } /* .img-wrap */
                        } /* .characteristic-tab-content */
                    } /* &.dx-env */
                    
                    &.characteristic-migration {
                        .characteristic-tab-content {
                            .img-wrap {
                                height: clamp(
                                        388px,
                                        calc(388px + (819 - 388) * ((100vw - 650px) / (900 - 650))),
                                        819px
                                );
                                
                                picture {
                                    width: 100%;
                                    height: 100%;
                                    
                                    img {
                                        width: 100%;
                                        height: 100%;
                                        object-fit: contain;
                                    } /* img */
                                } /* picture */
                            } /* .img-wrap */
                        } /* .characteristic-tab-content */
                    } /* &.characteristic-migration */
                } /* &.characteristic-tab */
                
                /*&.enterprise-plan {*/
                /*    .enterprise-plan-content {*/
                /*        gap: var(--gap-32, 32px);*/
                /*        */
                /*    } !* .enterprise-plan-content *!*/
                /*} !* &.enterprise-plan *!*/
                
                &.enterprise-plan {
                    padding: clamp(100px, 16vw, 120px) clamp(16px, 4vw, 24px);
                    gap: var(--gap-32, 32px);
                    
                    .enterprise-plan-content {
                        gap: var(--gap-32, 32px);
                        
                        .img-wrap {
                            height: 360px;
                            min-height: 100%;
                            max-height: 100%;
                            border-radius: var(--radius-large, 20px);
                            
                            img {
                                aspect-ratio: 2/1;
                            } /* img */
                        } /* .img-wrap */
                        
                        .desc-wrap {
                            flex-direction: column;
                            flex-wrap: nowrap;
                            gap: var(--padding-24, 24px);
                        } /* .desc-wrap */
                    } /* .enterprise-plan-content */
                } /* &.enterprise-plan */
            } /* &.full */
        } /* .section-container */
    } /* .main-container */
}


/* 768px 이하: 소형 태블릿 */
@media (max-width: 767px) {
    .show-under-768 {
        display: flex;
    }
    
    .tablet-short-br {
        display: block;
    }
    
    
    .tablet-show {
        display: flex;
    } /* .tablet-show */
    
    .pc-br,
    .pc-short-br,
    .tablet-br,
    .mobile-show,
    .mobile-br {
        display: none;
    }
    
    .btn {
        padding: 0 20px;
        
        .btn__text {
            font-size: clamp(12px, 3vw, var(--typography-font-size-body-sm, 16px));
        } /* .btn__text */
        
        &.btn--lg {
            padding: 0 32px;
            gap: 8px;
            
            .btn__text {
                font-size: var(--typo-font-size-20, 20px);
            } /* .btn__text */
            
            .btn__icon {
                width: 18px;
                height: 18px;
            } /* .btn__icon */
        } /* &.btn--lg */
    } /* .btn */
    
    .heading-xl {
        font-size: clamp(24px, 5vw, 36px);
    } /* .heading-xl */
    
    
    /*.gnb {*/
    /*    width: 100%;*/
    /*    max-width: 100%;*/
    /*    padding: 0 clamp(16px, 4vw, 24px);*/
    /*    */
    /*    .gnb-inner {*/
    /*        max-width: 720px;*/
    /*        width: 100%;*/
    /*        min-width: auto;*/
    /*        */
    /*        .logo {*/
    /*            width: 100%;*/
    /*            height: 100%;*/
    /*        } !* .logo *!*/
    /*        */
    /*        .gnb-nav {*/
    /*            gap: 8px;*/
    /*        } !* .gnb-nav *!*/
    /*        */
    /*        .gnb-link {*/
    /*            height: 60px;*/
    /*            padding: 0 20px;*/
    /*            */
    /*            a {*/
    /*                font-size: var(--typography-font-size-body-sm, 16px);*/
    /*            } !* a *!*/
    /*        } !* .gnb-link *!*/
    /*        */
    /*        .gnb-actions {*/
    /*            .gnb-service {*/
    /*            } !* .gnb-service *!*/
    /*        } !* .gnb-actions *!*/
    /*    } !* .gnb-inner *!*/
    /*} !* .gnb *!*/
    
    .main-container {
        .main-area {
            height: 640px;
            background-image: url('/image/intro/enterprise/main_tablet_768.svg');
            padding: var(--padding-120, 120px) clamp(16px, 4vw, 24px);
            
            .text-wrap {
                align-items: flex-start;
                margin: 0;
                max-width: 720px;
                
                .main-text-wrap {
                    width: 100%;
                    
                    .main-title {
                        font-size: var(--typography-font-size-heading-lg, 48px);
                        text-align: left;
                    } /* .main-title */
                    
                    .sub-title {
                        font-size: var(--typo-font-size-20, 20px);
                        text-align: left;
                    } /* .sub-title */
                } /* .main-text-wrap */
            } /* .text-wrap */
        } /* .main-area */
        
        .section-container {
            &.judgment {
                padding: clamp(100px, 16vw, 120px) clamp(16px, 4vw, 24px);
                max-width: 100%;
            } /* &.judgment */
            
            &.full {
                padding: 0;
                
                &.enterprise-env {
                    height: auto;
                    padding: 80px clamp(16px, 4vw, 24px);
                    
                    .heading-lg {
                        font-size: var(--typography-font-size-heading-sm, 28px);
                    } /* .heading-lg */
                } /* &.enterprise-env */
                
                &.saas {
                    .saas-inner {
                        padding: 80px clamp(16px, 4vw, 24px);
                        gap: 32px;
                        
                        .saas-text {
                            .section-title {
                                font-size: var(--typography-font-size-heading-md, 36px);
                            } /* .section-title */
                        } /* .saas-text */
                        
                        .section-content {
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            align-self: stretch;
                            padding: var(--padding-44, 44px);
                            gap: 40px;
                            
                            border-radius: var(--radius-large, 20px);
                            background: var(--color-surface-white, #FFF);
                            
                            .content {
                                display: flex;
                                flex-direction: column;
                                align-items: flex-start;
                                gap: var(--gap-20, 20px);
                                align-self: stretch;
                                
                                .title-wrap {
                                    display: flex;
                                    text-align: center;
                                    align-self: stretch;
                                    flex-direction: column;
                                    align-items: center;
                                    
                                    gap: 4px;
                                    
                                    .main-title {
                                        color: var(--color-text-gray-darker, #222);
                                        text-align: center;
                                        /* body/medium-500 */
                                        font-size: var(--typo-font-size-20, 20px);
                                        font-style: normal;
                                        font-weight: 500;
                                        line-height: 150%; /* 30px */
                                    } /* .main-title */
                                    
                                    .sub-title {
                                        color: var(--color-text-gray-darker, #222);
                                        text-align: center;
                                        
                                        /* body/large-700 */
                                        font-size: var(--typography-font-size-body-lg, 24px);
                                        font-weight: 700;
                                        line-height: 150%; /* 36px */
                                    } /* .sub-title */
                                } /* .title-wrap */
                                
                                .saas-list-wrap {
                                    display: flex;
                                    flex-direction: column;
                                    align-items: flex-start;
                                    gap: var(--gap-12, 12px);
                                    align-self: stretch;
                                } /* .saas-list-wrap */
                                
                                &.top-content {
                                    .saas-list-wrap {
                                        .saas-list-item {
                                            display: flex;
                                            padding: var(--padding-16, 16px) var(--padding-32, 32px);
                                            justify-content: center;
                                            align-items: center;
                                            align-self: stretch;
                                            
                                            border-radius: var(--radius-circle, 999px);
                                            background: var(--color-surface-gray-light, #FAFAFA);
                                            
                                            color: var(--color-text-gray-darker, #222);
                                            
                                            /* body/small-500 */
                                            font-family: var(--typo-font-family-sans, "Spoqa Han Sans Neo");
                                            font-size: var(--typography-font-size-body-sm, 16px);
                                            font-style: normal;
                                            font-weight: 500;
                                            line-height: 150%; /* 24px */
                                        } /* .saas-list-item */
                                    } /* .saas-list-wrap */
                                } /* &.top-content */
                                
                                &.bottom-content {
                                    .saas-list-wrap {
                                        .saas-list-item {
                                            display: flex;
                                            height: auto;
                                            min-height: 56px;
                                            padding: var(--padding-16, 16px) var(--padding-32, 32px);
                                            justify-content: center;
                                            align-items: flex-start;
                                            align-self: stretch;
                                            
                                            border-radius: var(--radius-circle, 999px);
                                            border: var(--border-width-rugular, 1px) solid var(--color-border-primary-dark, #753CF8);
                                            background: var(--color-surface-primary-light, #F5F1FF);
                                            
                                            color: var(--color-text-primary, #753CF8);
                                            text-align: center;
                                            
                                            /* body/small-500 */
                                            font-family: var(--typo-font-family-sans, "Spoqa Han Sans Neo");
                                            font-size: var(--typography-font-size-body-sm, 16px);
                                            font-style: normal;
                                            font-weight: 500;
                                            line-height: 150%; /* 24px */
                                        } /* .saas-list-item */
                                    } /* .saas-list-wrap */
                                } /* &.bottom-content */
                            } /* .content */
                        } /* .section-content */
                    } /* .saas-inner */
                } /* &.saas */
                
                &.base {
                    max-height: 480px;
                    height: clamp(350px, 80vw, 480px);
                    min-height: 100%;
                    background-image: url('/image/intro/enterprise/saas_bg_768.svg');
                    
                    .title {
                        font-size: clamp(24px, 5vw, var(--typography-font-size-heading-md, 36px));
                    } /* .title */
                } /* &.base */
                
                &.characteristic {
                    padding: clamp(100px, 16vw, 120px) clamp(16px, 4vw, 24px);
                    gap: var(--padding-120, 120px);
                    
                    .characteristic-tab-title {
                        span {
                            font-size: var(--typography-font-size-body-sm, 16px);
                        } /* span */
                    } /* .characteristic-tab-title */
                    
                    .characteristic-tab {
                        gap: var(--gap-32, 32px);
                        width: 100%;
                        
                        .characteristic-tab-content {
                            gap: var(--gap-32, 32px);
                            
                            .img-wrap {
                                padding: var(--padding-32, 32px) 24px;
                                max-height: none;
                                
                                picture {
                                    height: 100%;
                                    object-fit: cover;
                                } /* picture */
                            } /* .img-wrap */
                            
                            .text-wrap {
                                flex-direction: column;
                                
                                .sub-text-item {
                                    gap: var(--gap-8, 8px);
                                    
                                    .sub-text-title {
                                        font-size: var(--typography-font-size-body-lg, 24px);
                                    } /* .sub-text-title */
                                } /* .sub-text-item */
                            } /* .text-wrap */
                            
                            &.characteristic-schedule {
                                width: 100%;
                                
                                .characteristic-schedule-panel {
                                    display: flex;
                                    align-items: flex-start;
                                    justify-content: flex-start;
                                    flex-direction: column;
                                    width: 100%;
                                    gap: 20px;
                                    
                                    .img-wrap {
                                        padding: 0;
                                        
                                        img {
                                            width: 100%;
                                            height: 100%;
                                        } /* img */
                                        
                                        .left-img-wrap {
                                            padding: var(--padding-32, 32px) 0 0 var(--padding-24, 24px);
                                        } /* .left-img-wrap */
                                        
                                        .right-img-wrap {
                                            border-radius: 0 0 var(--radius-large, 20px) var(--radius-large, 20px);
                                        } /* .right-img-wrap */
                                        
                                        &.process-wrap {
                                            padding: 32px;
                                        } /* &.process-wrap */
                                    } /* .img-wrap */
                                    
                                    &.auto-calculate {
                                    } /* &.auto-calculate */
                                } /* .characteristic-schedule-panel */
                            } /* &.characteristic-schedule */
                            
                            &.characteristic-welfare {
                                flex-direction: column;
                                align-items: flex-start;
                                gap: var(--padding-40, 40px);
                                
                                .img-wrap {
                                    height: auto;
                                    max-height: 100%;
                                    padding: var(--padding-44, 44px) 0 0 var(--padding-44, 44px);
                                    gap: var(--gap-32, 32px);
                                    align-items: flex-end;
                                    justify-content: flex-end;
                                    
                                    picture {
                                        max-width: 660px;
                                        max-height: 540px;
                                        
                                        width: 100%;
                                        height: 100%;
                                        
                                        img {
                                            width: 100%;
                                            height: 100%;
                                        } /* img */
                                    } /* picture */
                                    
                                } /* .img-wrap */
                                
                                .characteristic-schedule-panel {
                                    align-self: stretch;
                                } /* .characteristic-schedule-panel */
                                
                                .characteristic-schedule-panel:last-child {
                                    .img-wrap {
                                        picture {
                                            width: 100%;
                                            height: 100%;
                                        } /* picture */
                                    } /* .img-wrap */
                                } /* .characteristic-schedule-panel:last-child */
                                
                            } /* &.characteristic-welfare */
                            
                        } /* .characteristic-tab-content */
                        
                        &.characteristic-migration {
                            .characteristic-tab-content {
                                .img-wrap {
                                    padding: var(--padding-44, 44px);
                                } /* .img-wrap */
                                
                                .text-wrap {
                                    .sub-text-item {
                                        .sub-text-content {
                                            font-size: var(--typography-font-size-caption-lg, 14px);
                                        } /* .sub-text-content */
                                    } /* .sub-text-item */
                                } /* .text-wrap */
                            } /* .characteristic-tab-content */
                        } /* &.characteristic-migration */
                        
                        &.dx-env {
                            .characteristic-tab-content {
                                .img-wrap {
                                    padding: 44px;
                                    display: flex;
                                    flex-direction: column;
                                    align-items: flex-start;
                                    padding: var(--padding-32, 32px) var(--padding-24, 24px);
                                    align-self: unset;
                                    flex-wrap: nowrap;
                                    gap: 16px;
                                    
                                    picture {
                                        flex: 1;
                                        height: auto;
                                    } /* picture */
                                } /* .img-wrap */
                                
                                .text-wrap {
                                    .sub-text-item {
                                        .sub-text-title {
                                            font-size: var(--typo-font-size-20, 20px);
                                        } /* .sub-text-title */
                                        
                                        .sub-text-content {
                                            p {
                                                font-size: var(--typography-font-size-caption-lg, 14px);
                                            } /* p */
                                            
                                            p:last-child {
                                                font-size: var(--typography-font-size-caption-md, 12px);
                                            } /* p:last-child */
                                        } /* .sub-text-content */
                                    } /* .sub-text-item */
                                } /* .text-wrap */
                            } /* .characteristic-tab-content */
                        } /* &.dx-env */
                        
                        &.flexible-link {
                            .characteristic-tab-content {
                                .img-wrap {
                                    max-height: 100%;
                                    padding: 32px 0 0 0;
                                } /* .img-wrap */
                                
                                .text-wrap {
                                    padding: 44px;
                                    
                                    .sub-text-item {
                                        .sub-text-title {
                                            font-size: var(--typo-font-size-20, 20px);
                                        } /* .sub-text-title */
                                        .sub-text-content {
                                            font-size: var(--typography-font-size-caption-lg, 14px);
                                        } /* .sub-text-content */
                                    } /* .sub-text-item */
                                } /* .text-wrap */
                            } /* .characteristic-tab-content */
                        } /* &.flexible-link */
                        
                        &.monitoring {
                            .characteristic-tab-content {
                                .img-wrap {
                                    max-height: 100%;
                                    padding: 44px 0 44px 44px;
                                } /* .img-wrap */
                                
                                .text-wrap {
                                    .sub-text-item {
                                        gap: var(--gap-8, 8px);
                                        
                                        .sub-text-title {
                                            font-size: var(--typo-font-size-20, 20px);
                                        } /* .sub-text-title */
                                        .sub-text-content {
                                            font-size: var(--typography-font-size-caption-lg, 14px);
                                        } /* .sub-text-content */
                                    } /* .sub-text-item */
                                } /* .text-wrap */
                            } /* .characteristic-tab-content */
                        } /* &.monitoring */
                        
                        &.monitoring-orbit {
                            .characteristic-tab-content {
                                max-width: 720px;
                                width: 100%;
                                flex-direction: column;
                                gap: var(--gap-40, 40px);
                                
                                .img-wrap {
                                    width: 100%;
                                    padding: 0;
                                } /* .img-wrap */
                                
                                .item-wrap {
                                    .img-wrap {
                                        max-height: 100%;
                                        height: auto;
                                        padding: 44px 0 0 44px;
                                    } /* .img-wrap */
                                } /* .item-wrap */
                            } /* .characteristic-tab-content */
                        } /* &.monitoring-orbit */
                    } /* .characteristic-tab */
                    
                    
                } /* &.characteristic */
                
            } /* &.full */
            
            &.security-service {
                padding: clamp(100px, 16vw, 120px) clamp(16px, 4vw, 24px);
                
                .title-wrap {
                    gap: var(--gap-24, 24px);
                    
                    span {
                        font-size: var(--typography-font-size-body-sm, 16px);
                    } /* span */
                } /* .title-wrap */
                
                .item-wrap {
                    .item-title-wrap {
                        text-align: center;
                        
                    } /* .item-title-wrap */
                    
                    .iso-list-wrap {
                        gap: var(--padding-24, 24px) var(--gap-16, 16px);
                        flex-direction: column;
                        flex-wrap: nowrap;
                        
                        .iso-item {
                            flex: 1 1 calc(50% - 16px);
                            height: 216px;
                            
                            .iso-item-desc {
                                /*font-size: var(--typography-font-size-body-sm, 16px);*/
                            } /* .iso-item-desc */
                        } /* .iso-item */
                    } /* .iso-list-wrap */
                } /* .item-wrap */
            } /* &.security-service */
            
            &.enterprise-plan {
                .enterprise-plan-content {
                    .img-wrap {
                        height: 360px;
                        min-height: 100%;
                        max-height: 100%;
                        border-radius: var(--radius-large, 20px);
                        
                        img {
                            aspect-ratio: 2/1;
                        } /* img */
                    } /* .img-wrap */
                } /* .enterprise-plan-content */
            } /* &.enterprise-plan */
            
            &.references {
                padding: clamp(100px, 16vw, 120px) clamp(16px, 4vw, 24px);
                
                .references-grid {
                    max-width: 1320px;
                    width: 100%;
                    /*row-gap: 16px;*/
                    /*column-gap: 0;*/
                    /*gap */
                    align-self: stretch;
                    /*grid-template-rows: 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px 50px;*/
                    grid-template-columns: repeat(3, minmax(0, 1fr));
                    
                    img {
                        height: auto;
                    } /* img */
                } /* .references-grid */
            } /* &.references */
        } /* .section-container */
    } /* .main-container */
}

@media (min-width: 481px) and (max-width: 768px) {
    .tablet-short-br {
        display: block;
    }
    
    .pc-show,
    .pc-br,
    .pc-short-br,
    .tablet-br,
    .mobile-br {
        display: none !important;
    }
}

/* 720 이하: 스마트폰 */
@media (max-width: 670px) {
    
    .btn {
        padding: 0 16px;
    } /* .btn */
    
    .gnb {
        .gnb-inner {
            gap: 16px;
            
            .gnb-nav {
                gap: 12px;
                
                .gnb-link {
                    padding: 0;
                } /* .gnb-link */
            } /* .gnb-nav */
        } /* .gnb-inner */
    } /* .gnb */
}

@media (max-width: 680px) {
    .mobile-br {
        display: block;
    }
    
    .mobile-show {
        display: flex;
    }
    
    .pc-show,
    .pc-br,
    .pc-short-br,
    .tablet-show,
    .tablet-br,
    .tablet-short-br {
        display: none !important;
    }
    
    .btn {
        padding: 0 var(--padding-32, 32px);
        
        .btn__text {
            font-size: var(--typography-font-size-caption-md, 12px);
        } /* .btn--text */
        
        &.btn--lg {
            .btn__text {
                font-size: clamp(14px, 3.5vw, 16px);
            } /* .btn__text */
            
            .btn__icon {
                width: 12px;
                height: 12px;
            } /* .btn__icon */
        } /* &.btn--lg */
        
        &.btn--solid {
            &.btn--purple {
                padding: 0 16px;
            } /* &.btn--purple */
        } /* &.btn--solid */
    } /* .btn */
    
    .gnb {
        .banner {
        
        } /* .banner */
        
        .gnb-inner {
            .gnb-logo {
                width: 80px;
                height: 25px;
            } /* .gnb-logo */
            
            .gnb-link {
                a {
                    font-size: var(--typography-font-size-caption-lg, 14px);
                } /* a */
            } /* .gnb-link */
        } /* .gnb-inner */
    } /* .gnb */
    
    .heading-xl {
        font-size: var(--typography-font-size-caption-lg, 28px);
    } /* .heading-xl */
    
    .body-lg {
        font-size: var(--typography-font-size-body-sm, 16px);
    }
    
    .body-sm {
        font-size: var(--typography-font-size-caption-lg, 14px);
    } /* .body-sm */
    
    .main-container {
        .main-area {
            height: 640px;
            background-image: url('/image/intro/enterprise/main_mobile_480.png');
            
            .text-wrap {
                .main-text-wrap {
                    display: flex;
                    flex-direction: column;
                    gap: var(--gap-8, 8px);
                    
                    .main-title {
                        font-size: var(--typography-font-size-heading-md, 36px);
                    } /* .main-title */
                    
                    .sub-title {
                        font-size: var(--typography-font-size-body-sm, 16px);
                    } /* .sub-title */
                } /* .main-text-wrap */
            } /* .text-wrap */
        } /* .main-area */
        
        .section-container {
            &.judgment {
                padding: clamp(20px, 22.22vw, 80px) 16px;
                gap: var(--gap-20, 20px);
                
                .section-grid {
                    gap: 0;
                    
                    .section-grid-item {
                        display: flex;
                        flex-direction: row;
                        justify-content: flex-start;
                        align-items: flex-start;
                        align-self: stretch;
                        padding: var(--padding-20, 20px) var(--padding-16, 16px);
                        gap: var(--gap-16, 16px);
                        border-radius: 20px;
                        
                        .item-img-wrap {
                            width: 60px;
                            height: 60px;
                            flex-shrink: 0;
                        } /* .item-img-wrap */
                        
                        
                        .item-text-wrap {
                            align-items: flex-start;
                            gap: var(--gap-8, 8px);
                            
                            .item-main-title {
                                text-align: left;
                                font-size: var(--typography-font-size-body-sm, 16px);
                            } /* .item-main-title */
                            
                            .item-sub-title {
                                text-align: left;
                                font-size: var(--typography-font-size-caption-lg, 14px);
                            } /* .item-sub-title */
                        } /* .item-text-wrap */
                    } /* .section-grid-item */
                } /* .section-grid */
            } /* &.judgment */
            
            
            &.full {
                padding: 0;
                
                &.enterprise-env {
                    padding: clamp(20px, 22.22vw, 80px) 16px;
                    height: 340px;
                    max-height: 100%;
                    background-image: url('/image/intro/enterprise/env_bg_480.svg');
                    
                    .heading-lg {
                        font-size: var(--typo-font-size-20, 20px);
                    } /* .heading-lg */
                } /* &.enterprise-env */
                
                &.saas {
                    padding: clamp(20px, 22.22vw, 80px) 16px;
                    
                    .saas-inner {
                        padding: 0;
                        
                        .saas-text {
                            .section-title {
                                p {
                                    font-size: var(--typography-font-size-body-lg, 24px);
                                    line-height: 150%;
                                } /* p */
                            } /* .section-title */
                        } /* .saas-text */
                        
                        .section-content {
                            padding: var(--padding-32, 32px) var(--padding-20, 20px);
                            
                            .content {
                                display: flex;
                                flex-direction: column;
                                align-items: flex-start;
                                gap: var(--gap-12, 12px);
                                align-self: stretch;
                                
                                .title-wrap {
                                    display: flex;
                                    padding: 0 var(--padding-20, 20px);
                                    flex-direction: column;
                                    align-items: center;
                                    align-self: stretch;
                                    
                                    .main-title {
                                        font-size: var(--typography-font-size-caption-lg, 14px);
                                    } /* .main-title */
                                    
                                    .sub-title {
                                        font-size: var(--typography-font-size-body-sm, 16px);
                                    } /* .sub-title */
                                } /* .title-wrap */
                                
                                &.top-content {
                                    .saas-list-wrap {
                                        gap: var(--gap-8, 8px);
                                        
                                        .saas-list-item {
                                            padding: var(--padding-12, 12px) var(--padding-20, 20px);
                                            
                                            height: auto;
                                            
                                            border-radius: var(--radius-circle, 999px);
                                            background: var(--color-surface-gray-light, #FAFAFA);
                                            
                                            font-size: var(--typography-font-size-caption-md, 12px);
                                        } /* .saas-list-item */
                                    } /* .saas-list-wrap */
                                } /* &.top-content */
                                
                                &.bottom-content {
                                    .title-wrap {
                                        svg {
                                            width: 106px;
                                            height: 33px;
                                        } /* svg */
                                    } /* .title-wrap */
                                    
                                    .saas-list-wrap {
                                        gap: var(--gap-8, 8px);
                                        
                                        .saas-list-item {
                                            padding: var(--padding-12, 12px) var(--padding-20, 20px);
                                            align-items: center;
                                            
                                            height: auto;
                                            min-height: 42px;
                                            
                                            border-radius: var(--radius-circle, 999px);
                                            border: var(--border-width-rugular, 1px) solid var(--color-border-primary-dark, #753CF8);
                                            background: var(--color-surface-primary-light, #F5F1FF);
                                            
                                            font-size: var(--typography-font-size-caption-md, 12px);
                                        } /* .saas-list-item */
                                        
                                    } /* .saas-list-wrap */
                                } /* &.bottom-content */
                                
                            } /* .content */
                        } /* .section-content */
                    } /* .saas-inner */
                } /* &.saas */
                
                &.base {
                    background-image: url('/image/intro/enterprise/saas_bg_480.svg');
                    background-size: cover;
                    
                    .title {
                        font-size: var(--typography-font-size-body-lg, 24px);
                        width: 100%;
                        padding: 0 16px;
                    } /* .title */
                } /* &.base */
                
                &.characteristic {
                    padding: clamp(80px, 33.33vw, 120px) clamp(16px, 4vw, 24px);
                    
                    .characteristic-tab-title {
                        gap: var(--gap-16, 16px);
                        
                        span {
                            font-size: var(--typography-font-size-caption-lg, 14px);
                        } /* span */
                    } /* .characteristic-tab-title */
                    
                    .characteristic-tab {
                        gap: var(--padding-20, 20px);
                        
                        .characteristic-tab-content {
                            .text-wrap {
                                padding: 0 8px;
                                
                                .sub-text-item {
                                    .sub-text-title {
                                        font-size: var(--typography-font-size-body-sm, 16px);
                                    } /* .sub-text-title */
                                } /* .sub-text-item */
                            } /* .text-wrap */
                            
                            .img-wrap {
                                border-radius: var(--radius-large, 20px);
                            } /* .img-wrap */
                            
                            &.characteristic-schedule {
                                gap: var(--padding-40, 40px);
                                
                                .characteristic-schedule-panel {
                                    gap: var(--padding-20, 20px);
                                    
                                    .img-wrap {
                                        border-radius: var(--radius-large, 20px);
                                        
                                        .left-img-wrap {
                                            padding: 32px 0 0 24px;
                                        } /* .left-img-wrap */
                                        
                                        .right-img-wrap {
                                            padding: 32px 24px;
                                            
                                            background: #290C68;
                                        } /* .right-img-wrap */
                                    } /* .img-wrap */
                                    
                                    &.auto-calculate {
                                        .img-wrap {
                                            height: auto;
                                            max-height: clamp(280px, 100vw, 600px);
                                            padding: 32px 24px;
                                            
                                            border-radius: var(--radius-large, 20px);
                                            
                                            img {
                                                object-fit: contain;
                                                width: auto;
                                                height: clamp(280px, 80vw, 600px);
                                            } /* img */
                                        } /* .img-wrap */
                                    } /* &.auto-calculate */
                                } /* .characteristic-schedule-panel */
                            } /* &.characteristic-schedule */
                            
                            &.characteristic-welfare {
                                .characteristic-schedule-panel {
                                    gap: 20px;
                                    
                                    .img-wrap {
                                        display: flex;
                                        justify-content: flex-end;
                                        
                                        height: auto;
                                        min-height: 248px;
                                        padding: 32px 0 0 24px;
                                        aspect-ratio: 304/248;
                                        
                                        border-radius: var(--radius-large, 20px);
                                        
                                        picture {
                                            width: 100%;
                                            height: 100%;
                                            
                                            img {
                                                width: 100%;
                                                height: auto;
                                                object-fit: contain;
                                            } /* img */
                                        } /* picture */
                                    } /* .img-wrap */
                                } /* .characteristic-schedule-panel */
                            } /* &.characteristic-welfare */
                        } /* .characteristic-tab-content */
                        
                        &.massive-organization {
                            .characteristic-tab-content {
                                .img-wrap {
                                    display: block;
                                    width: min(100%, 632px);
                                    padding: 32px 24px;
                                    height: clamp(518px, (20.15vw + 445px), 600px);
                                    /*aspect-ratio: 258/454;*/
                                    
                                    img {
                                        width: 100%;
                                        height: 100%;
                                        object-fit: contain;
                                    } /* img */
                                } /* .img-wrap */
                            } /* .characteristic-tab-content */
                        } /* &.massive-organization */
                        
                        &.characteristic-migration {
                            .characteristic-tab-content {
                                .img-wrap {
                                    padding: 32px 24px;
                                    border-radius: var(--radius-large, 20px);
                                } /* .img-wrap */
                            } /* .characteristic-tab-content */
                        } /* &.characteristic-migration */
                        
                        &.dx-env {
                            .characteristic-tab-content {
                                .img-wrap {
                                    padding: var(--padding-32, 32px) var(--padding-24, 24px);
                                    /*.picture {*/
                                    width: 100%;
                                    flex-direction: column;
                                    flex-wrap: nowrap;
                                    align-items: flex-start;
                                    gap: 16px;
                                    
                                    picture {
                                        flex: 1;
                                    } /* picture */
                                    /*} !* .show-under-768 *!*/
                                } /* .img-wrap */
                                
                                .text-wrap {
                                    .sub-text-item {
                                        .sub-text-title {
                                            font-size: var(--typography-font-size-body-sm, 16px);
                                        } /* .sub-text-title */
                                        
                                        .sub-text-content {
                                            font-size: var(--typography-font-size-caption-lg, 14px);
                                        } /* .sub-text-content */
                                    } /* .sub-text-item */
                                } /* .text-wrap */
                            } /* .characteristic-tab-content */
                        } /* &.dx-env */
                        
                        &.flexible-link {
                            .characteristic-tab-content {
                                .text-wrap {
                                    padding: 24px;
                                    border-radius: 20px;
                                    
                                    .sub-text-item {
                                        .sub-text-title {
                                            font-size: var(--typography-font-size-body-sm, 16px);
                                        } /* .sub-text-title */
                                        
                                        .sub-text-content {
                                            font-size: var(--typography-font-size-caption-lg, 14px);
                                        } /* .sub-text-content */
                                    } /* .sub-text-item */
                                } /* .text-wrap */
                            } /* .characteristic-tab-content */
                        } /* &.flexible-link */
                        
                        &.monitoring {
                            .characteristic-tab-content {
                                .img-wrap {
                                    padding: var(--padding-32, 32px) 0 var(--padding-32, 32px) var(--padding-24, 24px);
                                    
                                    img {
                                        height: auto;
                                        object-fit: contain;
                                    } /* img */
                                } /* .img-wrap */
                                
                                .text-wrap {
                                    .sub-text-item {
                                        .sub-text-title {
                                            font-size: var(--typography-font-size-body-sm, 16px);
                                        } /* .sub-text-title */
                                        
                                        .sub-text-content {
                                            font-size: var(--typography-font-size-caption-lg, 14px);
                                        } /* .sub-text-content */
                                    } /* .sub-text-item */
                                } /* .text-wrap */
                            } /* .characteristic-tab-content */
                        } /* &.monitoring */
                        
                        &.monitoring-orbit {
                            padding: 0;
                            
                            .characteristic-tab-content {
                                gap: 24px;
                                
                                .item-wrap {
                                    gap: 20px;
                                    
                                    .img-wrap {
                                        padding: var(--padding-32, 32px) 0 0 var(--padding-24, 24px);
                                    } /* .img-wrap */
                                    
                                    .sub-text-item {
                                        .sub-text-title {
                                            font-size: var(--typography-font-size-body-sm, 16px);
                                        } /* .sub-text-title */
                                        
                                        .sub-text-content {
                                            font-size: var(--typography-font-size-caption-lg, 14px);
                                        } /* .sub-text-content */
                                    } /* .sub-text-item */
                                } /* .item-wrap */
                            } /* .characteristic-tab-content */
                        } /* &.monitoring-orbit */
                    } /* .characteristic-tab */
                } /* &.characteristic */
                
                &.security-service {
                    padding: clamp(20px, 22.22vw, 80px) 16px;
                    gap: var(--gap-32, 32px);
                    
                    .title-wrap {
                        gap: var(--gap-16, 16px);
                        
                        span {
                            font-size: var(--typography-font-size-caption-lg, 14px);
                        } /* span */
                        
                        .heading-xl {
                            font-size: var(--typography-font-size-body-lg, 24px);
                        } /* .heading-xl */
                    } /* .title-wrap */
                    
                    .item-wrap {
                        gap: var(--gap-24, 24px);
                        
                        .item-title-wrap {
                            gap: var(--gap-4, 4px);
                            
                            .body-lg {
                                font-size: var(--typography-font-size-body-sm, 16px);
                            } /* .body-lg */
                            
                            .body-sm {
                                font-size: var(--typography-font-size-caption-md, 12px);
                            } /* .body-sm */
                        } /* .item-title-wrap */
                        
                        .iso-list-wrap {
                            flex-wrap: nowrap;
                            flex-direction: column;
                            gap: var(--gap-12, 12px);
                            
                            .iso-item {
                                padding: var(--padding-20, 20px);
                                
                                flex: 1;
                                
                                .iso-item-desc {
                                    font-size: var(--typography-font-size-caption-md, 12px);
                                } /* .iso-item-desc */
                            } /* .iso-item */
                        } /* .iso-list-wrap */
                    } /* .item-wrap */
                    
                    
                } /* &.security-service */
                
                &.enterprise-plan {
                    padding: clamp(20px, 22.22vw, 80px) 16px;
                    
                    .enterprise-plan-content {
                        gap: var(--gap-20, 20px);
                        
                        .img-wrap {
                            height: 100%;
                            min-height: unset;
                            max-height: unset;
                            border-radius: var(--radius-large, 20px);
                            
                            img {
                                width: 100%;
                                height: auto;
                                object-fit: cover;
                            } /* img */
                        } /* .img-wrap */
                        
                        .desc-wrap {
                            gap: var(--padding-16, 16px);
                            
                            .desc-item {
                                .title-wrap {
                                    gap: var(--padding-8, 8px);
                                    
                                    .num-wrap {
                                        width: 24px;
                                        height: 24px;
                                    } /* .num-wrap */
                                    
                                    .title {
                                        font-size: var(--typography-font-size-caption-lg, 14px);
                                    } /* .title */
                                } /* .title-wrap */
                                
                                .sub-title-wrap {
                                    padding: 0 0 0 32px;
                                } /* .sub-title-wrap */
                            } /* .desc-item */
                        } /* .desc-wrap */
                        
                    } /* .enterprise-plan-content */
                } /* &.enterprise-plan */
                
                &.references {
                    padding: clamp(20px, 22.22vw, 80px) 16px;
                } /* &.references */
            } /* &.full */
        } /* .section-container */
        
    } /* .main-container */
    
}