@charset 'UTF-8';

main .sub {
    background: url('../img/business/bg-business.jpg') no-repeat 50% 50%;
    background-size: cover;
}
section {
    padding: 80px 0 0;
}
section .business-img {
    width: 100%; height: 400px;
}
section .sub-txt {
    margin: 12px 0 40px;
}
.business1 .business-img {
    background: url('../img/business/business1.jpg') no-repeat 50%;
    background-size: cover;
}
.business2 .business-img {
    background: url('../img/business/business2.jpg') no-repeat 50%;
    background-size: cover;
}
.business3 .business-img {
    background: url('../img/business/business3.jpg') no-repeat 50%;
    background-size: cover;
}
.business4 .business-img {
    background: url('../img/business/business4.jpg') no-repeat 50%;
    background-size: cover;
}
.business2 .ico-box {
    background-color: var(--gray-100);
    padding: 40px 20px;
    margin-top: 20px;
}
.business2 .ico-box ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
}
.business2 .ico-box li {
    flex: 1 1 50%;
    box-sizing: border-box;
    text-align: center;
}
.business2 .ico-box img {
    width: 50px;
}
.business2 .ico-box p {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 12px;
}

/********** MO(821 - 1023) **********/
@media screen and (min-width: 821px) {
    section {
        padding: 100px 0 0;
    }
    section .sec-img {
        padding: 0 60px;
    }
    .business2 .ico-box {
        margin: 20px 60px 0;
        padding: 30px 0;
    }
    .business2 .ico-box ul {
        flex-wrap: nowrap;
    }
    .business2 .ico-box li {
        position: relative;
    }
    .business2 .ico-box li::after {
        content: "";
        width: 2px; height: 50px;
        background-color: var(--gray-200);
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .business2 .ico-box li:last-child::after {
        opacity: 0;
    }
    .business2 .ico-box p {
        font-size: 1.6rem;
    }
    .business3 .sec-img .business-img {
        border: 1px solid var(--gray-200);
    }
    section .business-img {
        height: 480px;
    }

} /*821*/

/********** MO(1025 - 1440) **********/
@media screen and (min-width: 1025px) {
    section {
        padding: 120px 0 0;
    }
    section .business-img {
        height: 560px;
    }
    .business2 .ico-box img {
        width: 80px;
    }
    .business2 .ico-box p {
        margin-top: 16px;
    }
    .business2 .ico-box {
        padding: 50px 0;
    }
} /*1025*/

/********** MO(1441 ~) **********/
@media screen and (min-width: 1441px) {
    section .business-img {
        height: 560px;
    }
    section .sec-img {
        width: 72.708vw;
        min-width: 1396px;
        margin: 0 auto;
        padding: 0;
    }
    .business2 .ico-box {
        width: 72.708vw;
        min-width: 1396px;
        margin: 40px auto 0;
    }







}
