/* Container */
.ai-consulting-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 132px;
}

/* hero section */
.ai-web-hero {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-web-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ai-web-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai-web-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.ai-web-hero-logo {
    width: 296px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.ai-web-hero-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ai-web-hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.ai-web-hero-title {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2857142857142858;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    margin: 0;
}

.ai-web-hero-subtitle {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1428571428571428;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    margin: 0;
}

.ai-web-intro {
    position: relative;
    width: 100%;
    padding: 200px 0;
    background-color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-web-intro-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 132px;
    display: flex;
    justify-content: center;
}

.ai-web-intro-content {
    position: relative;
    max-width: 961px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
}

.ai-web-intro-title {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.1111111111111112;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    margin: 0;
    position: relative;
    z-index: 2;
}

.ai-web-intro-blur {
    position: absolute;
    top: 33px;
    left: 90px;
    width: 780px;
    height: 55px;
    background: linear-gradient(90deg, #155DFC 0%, #0F79FC 52.5%, #00C6FB 84.5%);
    filter: blur(80px);
    opacity: 0.2;
    z-index: 1;
}

.ai-web-intro-desc {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    margin: 0;
    z-index: 2;
    position: relative;
}

.ai-web-strategy-section {
    position: relative;
    background: #111111;
    padding: 0;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.ai-web-strategy-container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.ai-web-strategy-header {
    text-align: center;
    padding: 200px 132px 0;
    position: relative;
    z-index: 4;
}

.ai-web-strategy-tag {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    background: linear-gradient(90deg, #155DFC 0%, #0F79FC 52.5%, #00C6FB 84.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    margin-bottom: 24px;
}

.ai-web-strategy-title {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1666666666666667;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.ai-web-strategy-desc {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.ai-web-strategy-tags {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.ai-web-strategy-tag-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border: 1px solid #FFFFFF;
    border-radius: 99999px;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1428571428571428;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    text-align: center;
}

.ai-web-strategy-curve-wrapper {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.ai-web-strategy-images-container {
    padding: 103px 0 120px;
    background: #111111;
    position: relative;
    z-index: 2;
    overflow-x: auto;
}

.ai-web-strategy-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: max-content;
    margin: 0 auto;
    padding: 0 100px;
}

.ai-web-strategy-img {
    width: 352px;
    height: 500px;
    object-fit: cover;
    border-radius: 0;
    background: #FFFFFF;
    flex-shrink: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.ai-web-strategy-curve {
    position: absolute;
    left: 0;
    width: 100%;
    height: 210px;
    background: #111111;
    z-index: 3;
}

.ai-web-strategy-curve-top {
    top: 0;
    border-bottom-left-radius: 115% 200px;
    border-bottom-right-radius: 115% 200px;
}

.ai-web-strategy-curve-bottom {
    bottom: 0;
    border-top-left-radius: 115% 200px;
    border-top-right-radius: 115% 200px;
}

.ai-web-custom-strategy {
    position: relative;
    width: 100%;
    padding: 160px 0;
    margin: 240px 0;
    background-color: #111111;
    overflow: hidden;
}

.ai-web-custom-strategy-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ai-web-custom-strategy-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai-web-custom-container {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 132px;
}

.ai-web-custom-content {
    max-width: 527px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ai-web-custom-title {
    max-width: 130px;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    background: linear-gradient(90deg, #155DFC 0%, #0F79FC 52.5%, #00C6FB 84.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.ai-web-custom-desc {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    margin: 0;
    width: 100%;
}

/* AI 컨설팅 프로세스 */
.ai-web-process {
    padding: 200px 0;
    background-color: #111111;
}

.ai-web-process-container {
    max-width: 1176px;
    margin: 0 auto;
    padding: 0 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.ai-web-process-header {
    max-width: 458px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.ai-web-process-tag {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    background: linear-gradient(90deg, #155DFC 0%, #0F79FC 52.5%, #00C6FB 84.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.ai-web-process-title {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1666666666666667;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    margin: 0;
}

.ai-web-process-desc {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    margin: 0;
}

.ai-web-process-flow {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.ai-web-process-row {
    display: flex;
    align-items: center;
    gap: 38px;
    width: 100%;
    justify-content: center;
}

.ai-web-process-row:nth-child(2) {
    gap: 60px;
}

.ai-web-process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ai-web-process-image {
    width: 100%;
}

.ai-web-process-image-large {
    width: 100%;
}

.ai-web-process-box {
    width: 254px;
    height: 120px;
    border: 2px solid;
    border-image: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%) 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1666666666666667;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    text-align: center;
    background-color: transparent;
    position: relative;
}

.ai-web-process-box-large {
    width: 300px;
    height: 120px;
    border: 2px solid;
    border-image: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%) 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1666666666666667;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    text-align: center;
    background-color: transparent;
    position: relative;
}

/* 용도 분야 */
.ai-fields-section {
    padding: 200px 0;
    background-color: #111111;
    margin-bottom: 200px;
}

.ai-fields-container {
    max-width: 1289px;
    margin: 0 auto;
    padding: 0 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

/* 헤더 */
.ai-fields-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.ai-fields-title {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    background: linear-gradient(90deg, #155DFC 0%, #0F79FC 52.5%, #00C6FB 84.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.ai-fields-subtitle-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.ai-fields-subtitle {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.111;
    letter-spacing: -0.5555555638339784%;
    color: #FFFFFF;
    margin: 0;
}

.ai-fields-description {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -1%;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

/* AI 트랙 분야 콘텐츠 */
.ai-fields-content {
    width: 100%;
    height: 848px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

/* AI 트랙 퍼 */
.ai-network-wrapper {
    position: relative;
    width: 450px;
    height: 513px;
    margin-top: 167px;
    flex-shrink: 0;
}

.ai-network-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/* 중앙 AI 지도 */
.ai-center-image {
    position: absolute;
    top: 61px;
    left: 59px;
    width: 385px;
    height: 390px;
    overflow: hidden;
    z-index: 3;
}

.ai-center-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* AI 트랙 SVG */
.ai-network-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* AI 트랙 인들 */
.ai-network-points {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.ai-point {
    position: absolute;
    border-radius: 50%;
}

.ai-point-1 {
    top: 335px;
    left: 37px;
    width: 6px;
    height: 6px;
    background: linear-gradient(90deg, #155DFC 0%, #0F79FC 52.5%, #00C6FB 84.5%);
}

.ai-point-2 {
    top: 346px;
    left: 42px;
    width: 6px;
    height: 6px;
    background: linear-gradient(90deg, #155DFC 0%, #0F79FC 52.5%, #00C6FB 84.5%);
}

.ai-point-3 {
    top: 357px;
    left: 47px;
    width: 6px;
    height: 6px;
    background: linear-gradient(90deg, #155DFC 0%, #0F79FC 52.5%, #00C6FB 84.5%);
}

.ai-point-4 {
    top: 454px;
    left: 361px;
    width: 6px;
    height: 6px;
    background: linear-gradient(90deg, #155DFC 0%, #0F79FC 52.5%, #00C6FB 84.5%);
}

.ai-point-5 {
    top: 445px;
    left: 376px;
    width: 6px;
    height: 6px;
    background: linear-gradient(90deg, #155DFC 0%, #0F79FC 52.5%, #00C6FB 84.5%);

}

.ai-point-large {
    top: 252px;
    left: 479px;
    width: 12px;
    height: 12px;
    border: 2px #0F79FC solid;
    background-color: black;
}

.ai-fields-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 82px;
    padding-top: 0;
}

.ai-field-item {
    display: flex;
    align-items: center;
    gap: 48px;
}

.ai-fields-item-wrapper:nth-child(1) .ai-field-item:nth-child(2) {
    padding-left: 200px;
}

.ai-fields-item-wrapper:nth-child(2) .ai-field-item:nth-child(1) {
    padding-left: 200px;
}

.ai-field-icon {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.ai-field-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai-field-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 168px;
}

.ai-field-title {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1%;
    color: #FFFFFF;
    margin: 0;
}

.ai-field-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1.429%;
    color: #FFFFFF;
}


/* 모바일 (~480px) */
@media (max-width: 480px) {
    .ai-consulting-container {
        padding: 0 20px;
    }

    /* Hero Section */
    .ai-web-hero {
        height: 320px;
    }

    .ai-web-hero-logo {
        width: 200px;
        height: 54px;
        margin-bottom: 6px;
    }

    .ai-web-hero-content {
        gap: 12px;
    }

    .ai-web-hero-text {
        gap: 6px;
    }

    .ai-web-hero-title {
        font-size: 20px;
    }

    .ai-web-hero-subtitle {
        font-size: 12px;
    }

    /* Intro Section */
    .ai-web-intro {
        padding: 80px 0;
    }

    .ai-web-intro-container {
        padding: 0 20px;
    }

    .ai-web-intro-content {
        gap: 30px;
    }

    .ai-web-intro-title {
        font-size: 17px;
        padding: 0 10px;
    }

    .ai-web-intro-blur {
        width: 300px;
        height: 40px;
        top: 25px;
        left: 40px;
    }

    .ai-web-intro-desc {
        font-size: 11px;
        padding: 0 10px;
    }

    /* Strategy Section */
    .ai-web-strategy-header {
        padding: 80px 20px 0;
    }

    .ai-web-strategy-tag {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .ai-web-strategy-title {
        font-size: 24px;
        margin-bottom: 12px;
        padding: 0 10px;
    }

    .ai-web-strategy-desc {
        font-size: 11px;
        margin-bottom: 24px;
        padding: 0 10px;
    }

    .ai-web-strategy-tags {
        gap: 8px;
        margin-bottom: 40px;
        padding: 0px;
    }

    .ai-web-strategy-tag-item {
        padding: 8px 12px;
        font-size: 11px;
    }

    .ai-web-strategy-images-container {
        padding: 60px 0 80px;
    }

    .ai-web-strategy-images {
        gap: 8px;
        padding: 0 20px;
    }

    .ai-web-strategy-img {
        width: 110px;
        height: 200px;
    }

    .ai-web-strategy-curve {
        height: 123px;
    }

    .ai-web-strategy-curve-top {
        border-bottom-left-radius: 50% 50px;
        border-bottom-right-radius: 50% 50px;
    }

    .ai-web-strategy-curve-bottom {
        border-top-left-radius: 50% 50px;
        border-top-right-radius: 50% 50px;
    }

    /* Custom Strategy */
    .ai-web-custom-strategy {
        padding: 80px 0;
        margin: 80px 0;
    }

    .ai-web-custom-container {
        padding: 0 20px;
    }

    .ai-web-custom-content {
        max-width: 100%;
        gap: 16px;
    }

    .ai-web-custom-title {
        max-width: 110px;
        font-size: 14px;
    }

    .ai-web-custom-desc {
        font-size: 11px;
    }

    /* Process Section */
    .ai-web-process {
        padding: 80px 0;
    }

    .ai-web-process-container {
        padding: 0 20px;
        gap: 40px;
    }

    .ai-web-process-header {
        max-width: 100%;
        gap: 16px;
    }

    .ai-web-process-tag {
        font-size: 14px;
    }

    .ai-web-process-title {
        font-size: 24px;
        padding: 0 10px;
    }

    .ai-web-process-desc {
        font-size: 14px;
        padding: 0 10px;
    }

    .ai-web-process-flow {
        gap: 40px;
    }

    .ai-web-process-row {
        gap: 20px;
    }

    .ai-web-process-row:nth-child(2) {
        gap: 20px;
    }

    .ai-web-process-step {
        width: 120px;
    }

    .ai-web-process-box {
        width: 280px;
        height: 80px;
        font-size: 16px;
    }

    .ai-web-process-box-large {
        width: 280px;
        height: 80px;
        font-size: 16px;
    }

    /* Fields Section */
    .ai-fields-section {
        padding: 80px 0;
        margin-bottom: 80px;
    }

    .ai-fields-container {
        padding: 0 20px;
        gap: 40px;
    }

    .ai-fields-header {
        gap: 16px;
    }

    .ai-fields-title {
        font-size: 14px;
    }

    .ai-fields-subtitle {
        font-size: 24px;
        padding: 0 10px;
    }

    .ai-fields-description {
        font-size: 14px;
        padding: 0 10px;
    }

    .ai-fields-content {
        height: auto;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        justify-content: center;
    }

    .ai-network-wrapper {
        width: 280px;
        height: 320px;
        margin-top: 0;
        align-self: center;
    }

    .ai-center-image {
        top: 38px;
        left: 20px;
        width: 240px;
        height: 243px;
    }

    .ai-fields-list {
        gap: 24px;
        margin-left: 0px;
    }

    .ai-fields-item-wrapper {
        display: flex;
        gap: 24px;
        justify-content: center;
    }

    .ai-field-item {
        flex-direction: column;
        gap: 16px;
        text-align: center;
        padding-left: 0 !important;
    }

    .ai-field-icon {
        width: 80px;
        height: 80px;
    }

    .ai-field-text {
        width: 100%;
        gap: 8px;
        align-items: center;
    }

    .ai-field-title {
        font-size: 16px;
    }

    .ai-field-desc {
        font-size: 12px;
        text-align: center;
    }
}

/* 태블릿 세로 (481px~768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .ai-consulting-container {
        padding: 0 40px;
    }

    /* Hero Section */
    .ai-web-hero {
        height: 360px;
    }

    .ai-web-hero-logo {
        width: 240px;
        height: 65px;
        margin-bottom: 7px;
    }

    .ai-web-hero-content {
        gap: 14px;
    }

    .ai-web-hero-text {
        gap: 7px;
    }

    .ai-web-hero-title {
        font-size: 24px;
    }

    .ai-web-hero-subtitle {
        font-size: 13px;
    }

    /* Intro Section */
    .ai-web-intro {
        padding: 120px 0;
    }

    .ai-web-intro-container {
        padding: 0 40px;
    }

    .ai-web-intro-content {
        gap: 35px;
    }

    .ai-web-intro-title {
        font-size: 28px;
        padding: 0 20px;
    }

    .ai-web-intro-blur {
        width: 500px;
        height: 45px;
        top: 28px;
        left: 60px;
    }

    .ai-web-intro-desc {
        font-size: 16px;
        padding: 0 20px;
    }

    /* Strategy Section */
    .ai-web-strategy-header {
        padding: 120px 40px 0;
    }

    .ai-web-strategy-tag {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .ai-web-strategy-title {
        font-size: 32px;
        margin-bottom: 14px;
        padding: 0 20px;
    }

    .ai-web-strategy-desc {
        font-size: 16px;
        margin-bottom: 28px;
        padding: 0 20px;
    }

    .ai-web-strategy-tags {
        gap: 24px;
        margin-bottom: 50px;
        padding: 0 40px;
    }

    .ai-web-strategy-tag-item {
        padding: 10px 20px;
        font-size: 13px;
    }

    .ai-web-strategy-images-container {
        padding: 80px 0 100px;
    }

    .ai-web-strategy-images {
        gap: 10px;
        padding: 0 40px;
    }

    .ai-web-strategy-img {
        width: 250px;
        height: 355px;
    }

    .ai-web-strategy-curve {
        height: 150px;
    }

    .ai-web-strategy-curve-top {
        border-bottom-left-radius: 90% 150px;
        border-bottom-right-radius: 90% 150px;
    }

    .ai-web-strategy-curve-bottom {
        border-top-left-radius: 90% 150px;
        border-top-right-radius: 90% 150px;
    }

    /* Custom Strategy */
    .ai-web-custom-strategy {
        padding: 120px 0;
        margin: 120px 0;
    }

    .ai-web-custom-container {
        padding: 0 40px;
    }

    .ai-web-custom-content {
        max-width: 450px;
        gap: 20px;
    }

    .ai-web-custom-title {
        max-width: 115px;
        font-size: 15px;
    }

    .ai-web-custom-desc {
        font-size: 20px;
    }

    /* Process Section */
    .ai-web-process {
        padding: 120px 0;
    }

    .ai-web-process-container {
        padding: 0 40px;
        gap: 50px;
    }

    .ai-web-process-header {
        max-width: 100%;
        gap: 20px;
    }

    .ai-web-process-tag {
        font-size: 15px;
    }

    .ai-web-process-title {
        font-size: 32px;
        padding: 0 20px;
    }

    .ai-web-process-desc {
        font-size: 16px;
        padding: 0 20px;
    }

    .ai-web-process-flow {
        gap: 60px;
    }

    .ai-web-process-row {
        gap: 30px;
    }

    .ai-web-process-row:nth-child(2) {
        gap: 30px;
    }

    .ai-web-process-box {
        width: 320px;
        height: 100px;
        font-size: 18px;
    }

    .ai-web-process-box-large {
        width: 320px;
        height: 100px;
        font-size: 18px;
    }

    /* Fields Section */
    .ai-fields-section {
        padding: 120px 0;
        margin-bottom: 120px;
    }

    .ai-fields-container {
        padding: 0 40px;
        gap: 50px;
    }

    .ai-fields-header {
        gap: 20px;
    }

    .ai-fields-title {
        font-size: 15px;
    }

    .ai-fields-subtitle {
        font-size: 28px;
        padding: 0 20px;
    }

    .ai-fields-description {
        font-size: 16px;
        padding: 0 20px;
    }

    .ai-fields-content {
        height: auto;
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .ai-network-wrapper {
        width: 350px;
        height: 400px;
        margin-top: 0;
    }

    .ai-center-image {
        left: 28px;
        width: 300px;
        height: 304px;
    }

    .ai-point-1 {
        top: 261px;
        left: 29px;
        width: 5px;
        height: 5px;
    }

    .ai-point-2 {
        top: 270px;
        left: 33px;
        width: 5px;
        height: 5px;
    }

    .ai-point-3 {
        top: 279px;
        left: 37px;
        width: 5px;
        height: 5px;
    }

    .ai-point-4 {
        top: 354px;
        left: 281px;
        width: 5px;
        height: 5px;
    }

    .ai-point-5 {
        top: 347px;
        left: 293px;
        width: 5px;
        height: 5px;
    }

    .ai-point-large {
        top: 196px;
        left: 373px;
        width: 10px;
        height: 10px;
    }

    .ai-fields-list {
        margin-left: 0;
        gap: 32px;
    }

    .ai-fields-item-wrapper {
        display: flex;
        gap: 24px;
        justify-content: center;
    }

    .ai-field-item {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding-left: 0 !important;
    }

    .ai-field-icon {
        width: 100px;
        height: 100px;
    }

    .ai-field-text {
        width: 100%;
        gap: 10px;
        align-items: center;
    }

    .ai-field-title {
        font-size: 18px;
    }

    .ai-field-desc {
        font-size: 13px;
        text-align: center;
    }
}

/* 태블릿 가로/소형 데스크톱 (769px~1279px) */
@media (min-width: 769px) and (max-width: 1279px) {
    .ai-consulting-container {
        padding: 0 60px;
    }

    /* Hero Section */
    .ai-web-hero {
        height: 380px;
    }

    .ai-web-hero-logo {
        width: 260px;
        height: 70px;
        margin-bottom: 7px;
    }

    .ai-web-hero-content {
        gap: 15px;
    }

    .ai-web-hero-text {
        gap: 7px;
    }

    .ai-web-hero-title {
        font-size: 26px;
        padding: 0 60px;
    }

    .ai-web-hero-subtitle {
        font-size: 13px;
        padding: 0 60px;
    }

    /* Intro Section */
    .ai-web-intro {
        padding: 160px 0;
    }

    .ai-web-intro-container {
        padding: 0 60px;
    }

    .ai-web-intro-content {
        gap: 38px;
    }

    .ai-web-intro-title {
        font-size: 32px;
        padding: 0 40px;
    }

    .ai-web-intro-blur {
        width: 650px;
        height: 50px;
        top: 30px;
        left: 75px;
    }

    .ai-web-intro-desc {
        font-size: 18px;
        padding: 0 40px;
    }

    /* Strategy Section */
    .ai-web-strategy-header {
        padding: 160px 60px 0;
    }

    .ai-web-strategy-tag {
        font-size: 15px;
        margin-bottom: 22px;
    }

    .ai-web-strategy-title {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .ai-web-strategy-desc {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .ai-web-strategy-tags {
        gap: 32px;
        margin-bottom: 55px;
    }

    .ai-web-strategy-tag-item {
        padding: 11px 22px;
        font-size: 13px;
    }

    .ai-web-strategy-images-container {
        padding: 90px 0 110px;
    }

    .ai-web-strategy-images {
        gap: 11px;
        padding: 0 80px;
    }

    .ai-web-strategy-img {
        width: 300px;
        height: 427px;
    }

    .ai-web-strategy-curve {
        height: 180px;
    }

    .ai-web-strategy-curve-top {
        border-bottom-left-radius: 100% 180px;
        border-bottom-right-radius: 100% 180px;
    }

    .ai-web-strategy-curve-bottom {
        border-top-left-radius: 100% 180px;
        border-top-right-radius: 100% 180px;
    }

    /* Custom Strategy */
    .ai-web-custom-strategy {
        padding: 140px 0;
        margin: 180px 0;
    }

    .ai-web-custom-container {
        padding: 0 60px;
    }

    .ai-web-custom-content {
        max-width: 480px;
        gap: 22px;
    }

    .ai-web-custom-title {
        max-width: 125px;
        font-size: 15px;
    }

    .ai-web-custom-desc {
        font-size: 22px;
    }

    /* Process Section */
    .ai-web-process {
        padding: 160px 0;
    }

    .ai-web-process-container {
        padding: 0 60px;
        gap: 55px;
    }

    .ai-web-process-header {
        max-width: 420px;
        gap: 22px;
    }

    .ai-web-process-tag {
        font-size: 15px;
    }

    .ai-web-process-title {
        font-size: 40px;
    }

    .ai-web-process-desc {
        font-size: 18px;
    }

    .ai-web-process-flow {
        gap: 70px;
    }

    .ai-web-process-row {
        gap: 32px;
    }

    .ai-web-process-row:nth-child(2) {
        gap: 50px;
    }

    .ai-web-process-box {
        width: 220px;
        height: 110px;
        font-size: 20px;
    }

    .ai-web-process-box-large {
        width: 260px;
        height: 110px;
        font-size: 20px;
    }

    /* Fields Section */
    .ai-fields-section {
        padding: 160px 0;
        margin-bottom: 160px;
    }

    .ai-fields-container {
        padding: 0 60px;
        gap: 55px;
    }

    .ai-fields-header {
        gap: 22px;
    }

    .ai-fields-title {
        font-size: 15px;
    }

    .ai-fields-subtitle {
        font-size: 32px;
    }

    .ai-fields-description {
        font-size: 18px;
    }

    .ai-fields-content {
        height: 700px;
        align-items: flex-start;
    }

    .ai-network-wrapper {
        width: 380px;
        height: 433px;
        margin-top: 140px;
    }

    .ai-center-image {
        top: 51px;
        left: 50px;
        width: 325px;
        height: 329px;
    }

    .ai-point-1 {
        top: 283px;
        left: 31px;
        width: 5px;
        height: 5px;
    }

    .ai-point-2 {
        top: 292px;
        left: 35px;
        width: 5px;
        height: 5px;
    }

    .ai-point-3 {
        top: 301px;
        left: 40px;
        width: 5px;
        height: 5px;
    }

    .ai-point-4 {
        top: 383px;
        left: 305px;
        width: 5px;
        height: 5px;
    }

    .ai-point-5 {
        top: 376px;
        left: 317px;
        width: 5px;
        height: 5px;
    }

    .ai-point-large {
        top: 213px;
        left: 404px;
        width: 10px;
        height: 10px;
    }

    .ai-fields-list {

        margin-left: 65px;
        gap: 8px;
    }

    .ai-field-item {
        gap: 38px;
    }

    .ai-fields-item-wrapper:nth-child(1) .ai-field-item:nth-child(2) {
        padding-left: 150px;
    }

    .ai-fields-item-wrapper:nth-child(2) .ai-field-item:nth-child(1) {
        padding-left: 150px;
    }

    .ai-field-icon {
        width: 130px;
        height: 130px;
    }

    .ai-field-text {
        width: 150px;
        gap: 10px;
    }

    .ai-field-title {
        font-size: 18px;
    }

    .ai-field-desc {
        font-size: 13px;
    }
}