.btn-section{
    max-width: unset;
    width: 100%;
}
#consulting-section {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 100px 0 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-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;
}
.box-wrap{
    border: 1px solid rgba(35, 78, 234, 0.50);
    background: #FFF;
    width: 90%;
    max-width: 1278px;
    margin: 0 auto;
}
.box-wrap .tit-wrap{
    color: #FFF;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 35px */
    letter-spacing: -0.7px;
    padding: 20px 24px;
    background: linear-gradient(104deg, #0D2C9E 33.97%, #234EEA 98.36%), linear-gradient(104deg, #050F34 33.97%, #234EEA 98.36%);
}
.box-wrap2{
    width: 90%;
    max-width: 1278px;
    margin: 0 auto;
}
.box-wrap2 .tit-wrap{
    color: #FFF;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 35px */
    letter-spacing: -0.7px;
    padding: 20px 24px;
    background: linear-gradient(104deg, #0D2C9E 33.97%, #234EEA 98.36%), linear-gradient(104deg, #050F34 33.97%, #234EEA 98.36%);
    margin-bottom: 40px;
}
.box-wrap2 .company-wrap{
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.box-wrap2 .company-wrap .company{
    padding: 30px;
    display: flex;
    gap: 40px;
    background: #fff;
    width: calc(50% - 20px);
}
.box-wrap2 .company-wrap .company .img-wrap{
    width: 40%;
}
.box-wrap2 .company-wrap .company .img-wrap .logo{
    width: 100%;
    margin-bottom: 12px;
}
.box-wrap2 .company-wrap .company .img-wrap .name{
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 22.5px */
    letter-spacing: -0.45px;
}
.box-wrap2 .company-wrap .company .txt-wrap{
    width: 60%;
}
.box-wrap2 .company-wrap .company .txt-wrap .label{
    border-radius: 8px;
    background: var(--MainColor, #234EEA);
    padding: 4px 10px;
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 22.5px */
    letter-spacing: -0.45px;
    display: inline-block;
    margin-bottom: 12px;
}
.box-wrap2 .company-wrap .company .txt-wrap .label svg{
    position: relative;
    top: 3px;
}
.box-wrap2 .company-wrap .company .txt-wrap .text5{
    line-height: 145%
}


.box-wrap .info-wrap1{
    border: 1px solid rgba(35, 78, 234, 0.50);
    background: #FFF;
    padding: 40px;
    box-sizing: border-box;
}
.box-wrap .info-wrap1 .case-wrap{
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
}
.box-wrap .info-wrap1 .case-wrap:nth-last-child(1){
    margin-bottom: 0;
}
.box-wrap .info-wrap1 .case-wrap .case{
    color: var(--MainColor-hover, #183FCD);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
    padding-left: 15px;
    border-left: 3px solid #234EEA;
    width: 130px;
}
.box-wrap .info-wrap1 .case-wrap .txt{
    color: #505050;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
    width: 100%;
}
.box-wrap .info-wrap3{
    display: flex;
    justify-content: center;
}
.box-wrap .info-wrap3 .item{
    width: 33.33%;
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.box-wrap .info-wrap3 .item:nth-child(2){
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}
.box-wrap .info-wrap2{
    display: flex;
    justify-content: center;
}
.box-wrap .info-wrap2 .item{
    width: 50%;
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    align-items: center;
}
.box-wrap .info-wrap2 .item:nth-child(1) {
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}
.box-wrap .info-wrap4{
    display: flex;
    justify-content: center;
}
.box-wrap .info-wrap4 .item{
    width: 25%;
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    align-items: center;
}
.box-wrap .info-wrap4 .item:nth-child(1),
.box-wrap .info-wrap4 .item:nth-child(2),
.box-wrap .info-wrap4 .item:nth-child(3){
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}
.bg-wrap{
    background: #222D52;
    width: 100%;
    padding-bottom: 100px;
}
.center{
    text-align: center;
    align-items: center;
}
.box-wrap .info-wrap3.flex-wrap{
    flex-wrap: wrap;
}
.box-wrap .info-wrap3.flex-wrap .mo-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box-wrap .info-wrap3.flex-wrap .text1{
    margin-bottom: 15px
}
.box-wrap .info-wrap3.flex-wrap .text3{
    margin-bottom: 12px
}
.box-wrap .info-wrap3.flex-wrap .text4{
    text-align: left
}
.box-wrap .info-wrap3.flex-wrap .item:nth-child(1),
.box-wrap .info-wrap3.flex-wrap .item:nth-child(2),
.box-wrap .info-wrap3.flex-wrap .item:nth-child(3){
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.box-wrap .info-wrap3.flex-wrap .item:nth-child(5){
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    border-left: 1px solid rgba(0, 0, 0, 0.10);

}
.box-wrap .info-wrap1 .line-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 560px;
    margin: 0 auto;
}
.box-wrap .info-wrap1 .line-wrap:nth-child(1){
    margin-bottom: 25px;
}
.box-wrap .info-wrap1 .line-wrap.line-wrap-mo{
    display: none;
}
.box-wrap .info-wrap1 .line-wrap .txt-box{
    border-radius: 4px;
    background: #E9F6FF;
    color: var(--MainColor, #234EEA);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 25px */
    letter-spacing: -0.5px;
    padding: 8px 16px;
}

.text1{
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 36.4px */
    letter-spacing: -0.7px;
}
.text2{
    color: #111;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 30px */
    letter-spacing: -0.6px;
}
.text3{
    color: var(--MainColor-hover, #183FCD);
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    letter-spacing: -0.6px;
    border-bottom: 3px solid #234EEA;
}
.text4{
    color: #505050;
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
    word-break: keep-all;
}
.text5{
    color: #505050;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 22.5px */
    letter-spacing: -0.45px;
}
.big{
    height: 300px;
}

#tab3 {
    padding-bottom: 100px;
}

.black {
    color: #111 !important;
}

.align-start {
    align-items: flex-start !important;
}

.area-img-wrap {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 60px;
    margin-top: 8px;
}

.area-img-wrap img:first-child {
    max-width: 451px;
    width: calc(47% - 30px);
}

.area-img-wrap img:last-child {
    max-width: 506px;
    width: calc(53% - 30px);
}

.line-wrap .line-wrap.align-start svg {
    margin-top: 13px;
}

.area-img {
    width: 436px;
}

.case-wrap .txt img {
    max-width: 636px;
    width: 100%;
    margin: 20px auto;
    display: block;
    position: relative;
    right: 6%;
}

.info-wrap1 hr {
    width: 100%;
    height: 1px;
    background: #DDD;
    margin: 3px 0 28px;
}

@media(max-width: 1380px) {
    .box-wrap{
        font-size: 18px;
    }
}
@media(max-width: 1280px) {
    .box-wrap2 .tit-wrap,
    .box-wrap .tit-wrap{
        font-size: 26px;
    }
    .box-wrap .info-wrap1 .case-wrap .case{
        width: 100px;
    }
    .box-wrap .info-wrap1 .case-wrap .case,
    .box-wrap .info-wrap1 .case-wrap .txt{
        font-size: 18px;
    }
    .text4{
        font-size: 18px;
    }
    .box-wrap2 .company-wrap .company .img-wrap .name{
        font-size: 16px;
    }
    .area-img-wrap {
        gap: 30px;
    }
    .area-img-wrap img:first-child {
        width: calc(47% - 15px);
    }
    .area-img-wrap img:last-child {
        width: calc(53% - 15px);
    }
}
@media(max-width: 1150px) {
    .box-wrap .info-wrap1{
        padding: 25px;
    }
    .box-wrap .info-wrap1 .case-wrap{
        flex-wrap: wrap;
    }
    .box-wrap .info-wrap1 .case-wrap .case{
        width: 100%;
        padding-left: 10px;
    }
    .box-wrap .info-wrap1 .case-wrap.txt{
        width: 100%;
        word-break: keep-all;
    }
    .case-wrap .txt img{
        right: 0;
    }
}
@media(max-width: 1024px) {
    .box-wrap2 .tit-wrap,
    .box-wrap .tit-wrap {
        font-size: 22px;
    }
    .big{
        height: auto;
    }
    .box-wrap .info-wrap1,
    .box-wrap .info-wrap2,
    .box-wrap .info-wrap3,
    .box-wrap .info-wrap4{
        flex-wrap: wrap;
    }
    .box-wrap .info-wrap1 .item,
    .box-wrap .info-wrap2 .item,
    .box-wrap .info-wrap3 .item,
    .box-wrap .info-wrap4 .item{
        width: 100%;
    }
    .box-wrap .info-wrap2 .item{
        text-align: left;
        align-items: flex-start;
    }
    .box-wrap .info-wrap3 .item{
        padding: 20px;
    }
    .num-wrap{
        flex-direction: row !important;
        padding: 15px 10px !important;
    }
    .text3{
        border-bottom: none;
        border-left: 3px solid #234EEA;
        padding: 0 12px;
        font-size: 18px;
    }
    .num-wrap .text4,
    .num-wrap .text5{
        width: 100%;
        text-align: left;
    }
    .num-wrap .text4 br,
    .num-wrap .text5 br{
        display: none;
    }
    .box-wrap2 .company-wrap .company {
        padding: 20px;
    }
    .box-wrap2 .company-wrap .company{
        gap: 20px;
    }
    .box-wrap2 .company-wrap .text5{
        font-size: 16px;
    }
    .box-wrap2 .company-wrap .company .img-wrap .name {
        font-size: 15px;
    }

    .box-wrap .info-wrap3.flex-wrap .item{
        flex-direction: row;
        align-items: flex-start;
    }
    .box-wrap .info-wrap3.flex-wrap .item .mo-wrap{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 35%;
        text-align: left;
        padding-left: 15px;
    }
    .box-wrap .info-wrap3.flex-wrap .item .mo-wrap .text3{
        border-bottom: 3px solid #234EEA;
        border-left: none;
        text-align: left;
    }
    .box-wrap .info-wrap3.flex-wrap .text1{
        text-align: left;
        font-size: 22px;
    }
}
@media(max-width: 900px) {
    .box-wrap2 .company-wrap{
        justify-content: center;
    }
    .box-wrap2 .company-wrap .company{
        width: 100%;
        max-width: 500px;
    }
    .box-wrap .info-wrap3.flex-wrap .item .mo-wrap{
        width: 45%;
    }
    .box-wrap .info-wrap3.flex-wrap .text4{
        width: 55%;
    }
    .box-wrap .info-wrap1 .line-wrap .txt-box{
        font-size: 18px;
    }
    .area-img-wrap {
        flex-wrap: wrap;
        margin-top: 0;
        gap: 35px;
    }
    .area-img-wrap img {
        max-width: unset !important;
        width: 100% !important;
    }
    .line-wrap.align-start svg {
        margin-top: 12px;
    }
}
@media(max-width: 768px) {
    #consulting-section{
        padding: 70px 0 0;
        gap: 40px;
    }
    .box-wrap .info-wrap1 {
        padding: 20px;
    }
    .tab-wrap{
        width: 90%;
    }
    .b-tab{
        font-size: 16px;
        min-width: unset;
        width: 33%;
        padding: 10px 5px;
    }
    .box-wrap .info-wrap4 .item{
        align-items: flex-start;
    }

    .box-wrap2 .company-wrap .text5 {
        font-size: 18px;
    }
    .box-wrap .info-wrap3.flex-wrap .item .mo-wrap{
        padding-left: 0;
    }
    .box-wrap .info-wrap3.flex-wrap .text1{
        font-size: 20px;
    }
    #tab3 {
        padding-bottom: 70px;
    }
}
@media(max-width: 650px) {
    .box-wrap2 .tit-wrap,
    .box-wrap .tit-wrap {
        font-size: 20px;
    }
    .box-wrap .info-wrap4 .item{
        gap: 5px;
    }
    .text3,
    .text4 {
        font-size: 16px;
    }
    .box-wrap2 .company-wrap .company{
        flex-direction: column;
    }
    .box-wrap2 .company-wrap .company .txt-wrap{
        width: 100%;
    }
    .box-wrap2 .company-wrap .company .img-wrap{
        width: 160px;
    }
    .box-wrap2 .company-wrap .company .img-wrap .name {
        font-size: 17px;
    }
    .box-wrap .info-wrap3.flex-wrap .text1{
        padding-left: 0;
        font-size: 18px;
    }
    .box-wrap .info-wrap1 .line-wrap .txt-box {
        font-size: 14px;
    }
    .line-wrap.align-start svg {
        margin-top: 11px;
    }
    .area-img {
        max-width: 100%;
    }
    .box-wrap .info-wrap1 .line-wrap {
        gap: 7px;
    }
    .box-wrap .info-wrap1 .line-wrap svg {
        width: 15px;
        height: 15px;
    }
    .box-wrap .info-wrap1 .line-wrap:nth-child(1) {
        margin-bottom: 20px;
    }
    .box-wrap .info-wrap1 .line-wrap.line-wrap-pc{
        display: none;
    }
    .box-wrap .info-wrap1 .line-wrap.line-wrap-mo{
        display: flex;
        flex-direction: column;
        max-width: 281px;
        margin-bottom: 20px;
    }
    .box-wrap .info-wrap1 .line-wrap .inner{
        display: flex;
        width: 100%;
        align-items: center;
        gap: 4px;
    }
    .box-wrap .info-wrap1 .line-wrap .txt-box {
        font-size: 18px;
    }

    .info-wrap1 hr {
        margin: 0 0 20px;
    }
    .case-wrap .txt img {
        margin-top: 20px;
    }


}
@media(max-width: 600px) {
    .b-tab {
        font-size: 14px;
    }
    .box-wrap .info-wrap1 .case-wrap .case, .box-wrap .info-wrap1 .case-wrap .txt {
        font-size: 16px;
    }
}
@media(max-width: 480px) {
    .tab-wrap{
        flex-direction: column;
    }
    .b-tab{
        width: 100%;
    }
    .b-tab {
        font-size: 15px;
    }
    .box-wrap2 .tit-wrap,
    .box-wrap .tit-wrap {
        font-size: 20px;
    }
    .num-wrap {
        padding: 10px 10px !important;
    }
    .text2{
        font-size: 22px;
    }
    .text5{
        font-size: 16px;
    }
    .box-wrap .info-wrap3.flex-wrap .text1 {
        padding-left: 0;
        font-size: 15px;
    }
    .box-wrap .info-wrap3.flex-wrap .text4 {
        font-size: 14px;
    }
    .box-wrap .info-wrap1 .line-wrap .txt-box {
        font-size: 13px;
    }
    .line-wrap.align-start svg {
        margin-top: 10px;
    }
    .box-wrap .info-wrap1 .line-wrap.line-wrap-mo {
        max-width: 215px;
    }
}
