#consulting-section {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 72px;
    position: relative;
    background: #FFF;
}

.tab2-bg {
    display: none;
    width: 100%;
    height: 750px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/process-bg.png);
    background-position: center center !important;
    background-size: cover !important;
}

.consulting-wrap {
    width: 100%;
    display: none;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}


/* 사업전략 */
.consulting-box1 {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: #FFF;
    border: 1px solid rgba(35, 78, 234, 0.50);
}

.consulting-box1:hover, .consulting-box2:hover {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
}

.consulting-box-div:first-child {
    width: 19%;
    width: 290px;
    padding: 20px 24px 30px 24px;
    gap: 10px;
    justify-content: center;
    background: linear-gradient(104deg, #0D2C9E 33.97%, #234EEA 98.36%);
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 125%; /* 35px */
    letter-spacing: -0.7px;
}

.consulting-box-div {
    width: 27%;
    display: flex;
    padding: 30px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    align-self: stretch;
    background: #FFF;
}

.consulting-box-div:nth-child(n+2) {
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.consulting-box-div:last-child {
    border: none !important;
}

.consulting-box-div p {
    color: #111;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%; /* 30px */
    letter-spacing: -0.6px;
}

.consulting-box-content {
    color: #505050;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%; /* 22.5px */
    letter-spacing: -0.45px;
    word-break: keep-all;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}

.consulting-box2 {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #FFF;
}

.consulting-box2 .consulting-box-div:first-child {
    padding: 40px 24px;
}

.consulting-box2 .consulting-box-content {
    height: 100%;
    padding: 30px 20px;
    border: 1px solid rgba(35, 78, 234, 0.50);
}


/* 인큐베이팅 */
.process-box {
    width: calc(33.3% - 26.6px);
    display: flex;
    box-sizing: border-box;
    padding: 40px 0;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    background: #FFF;
}

.process-box-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.process-box-div p {
    color: #234EEA;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.6px;
}

.process-box-div hr {
    width: 50px;
    height: 3px;
    background: #234EEA;
}

.process-box-div div {
    color: #505050;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 130%; /* 36.4px */
    letter-spacing: -0.7px;
}

.process-box-div div span {
    display: block !important;
}

.process-content {
    color: #505050;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
    word-break: keep-all;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}


@media(max-width: 1280px) {
    #consulting-section {
        padding: 90px 0;
        gap: 60px;
    }
    .consulting-box-div:first-child {
        width: 235px;
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .consulting-box-div p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .consulting-box-content {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .consulting-box2 .consulting-box-div:first-child {
        padding: 30px 24px;
    }
    .consulting-box2 .consulting-box-content {
        padding: 20px;
    }
    .process-box-div p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .process-box-div div {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .process-content {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
}

@media(max-width: 1024px) {
    .consulting-wrap {
        gap: 28px;
    }
    .consulting-box2 {
        width: calc(50% - 14px);
    }
    .consulting-box-div:first-child {
        width: 200px;
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .consulting-box-div p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .consulting-box-content {
        font-size: 15px;
        letter-spacing: -0.375px;
    }
    .consulting-box2 .consulting-box-div:first-child {
        padding: 20px 24px;
    }
    .process-box {
        width: calc(50% - 14px);
        border: 1px solid rgba(0, 0, 0, 0.10);
    }
}

@media(max-width: 900px) {
    #consulting-section {
        padding: 80px 0;
        gap: 50px;
    }
    .btn-section {
        gap: 35px;
    }
    .consulting-box1 {
        flex-direction: column;
    }
    .consulting-box1 .consulting-box-div {
        width: 100% !important;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }
    .consulting-box-div:first-child {
        font-size: 24px;
        letter-spacing: -0.6px;
        padding: 20px 24px;
    }
    .consulting-box-div:first-child br {
        display: none;
    }
    .consulting-box-div p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .consulting-box-content {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .consulting-box2 {
        width: 100%;
    }
    .process-box {
        padding: 30px 0;
        gap: 20px;
    }
}

@media(max-width: 768px) {
    #consulting-section {
        padding: 70px 16px;
        gap: 40px;
    }
    .btn-section {
        width: 100%;
        gap: 28px;
    }
}

@media(max-width: 650px) {
    .consulting-box-div:first-child {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .consulting-box-div p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .consulting-box-content {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #tab2 {
        gap: 20px;
    }
    .process-box {
        width: calc(50% - 10px);
        gap: 12px;
    }
    .process-box-div p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .process-box-div div {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .process-content {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .process-box-div div .mo-br {
        display: none;
    }
}

@media(max-width: 550px) {
    .process-box {
        width: 100%;
        flex-direction: row;
        gap: 8px;
        padding: 24px 20px;
        align-items: flex-start;
    }
    .process-box-div {
        width: 170px;
        align-items: flex-start;
    }
    .process-box-div div {
        text-align: left;
    }
    .process-content {
        width: calc(100% - 170px);
    }
    .process-box-div div .mo-br {
        display: block;
    }
    .no-550 {
        display: none;
    }
}

@media(max-width: 480px) {
    .b-tab {
        width: calc(50% - 4px);
    }
    .process-box-div {
        width: 112px;
    }
    .process-box-div p, .process-box-div div {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .process-content {
        width: calc(100% - 112px);
        font-size: 14px;
        letter-spacing: -0.35px;
    }
}

@media(max-width: 350px) {
    .consulting-box-div:first-child {
        font-size: 18px;
        letter-spacing: -0.45px;
        padding: 15px 20px !important;
    }
    .consulting-box-div {
        padding: 20px 16px;
        gap: 12px;
    }
    .consulting-box-div p {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .consulting-box-content {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .process-box-div {
        width: 100px;
    }
    .process-box-div p, .process-box-div div {
        font-size: 15px;
        letter-spacing: -0.375px;
    }
    .process-content {
        width: calc(100% - 100px);
        font-size: 13px;
        letter-spacing: -0.325px;
    }
}