/* business.html page-only styles */
    .business-visual {
        text-align: center;
        margin-top: 20px;
    }

    .business-visual img {
        width: 100%;
        max-width: 980px;
        border-radius: 20px;
        border: 1px solid rgba(217, 226, 236, 0.95);
        box-shadow: var(--shadow-md);
        display: inline-block;
    }
    /* business 배너 글씨 크기 원복 */
    .banner_area .banner_inner .banner_content {
        margin-top: 85px;
    }

    .banner_area .section-head-square {
        width: 200px;
        padding: 3rem 0 3rem 3rem;
    }

    .banner_area .section-head-square > .head-title,
    .banner_area .banner_inner .banner_content h2,
    .banner_area .head-title {
        width: 640px;
        font-size: 28px !important;
        line-height: 1.45 !important;
        font-weight: 700;
        letter-spacing: -0.2px;
        margin-bottom: 0;
    }

    @media (max-width: 991px) {
        .banner_area .section-head-square > .head-title,
        .banner_area .banner_inner .banner_content h2,
        .banner_area .head-title {
            width: 100%;
            font-size: 24px !important;
            line-height: 1.45 !important;
        }
    }

    @media (max-width: 767px) {
        .banner_area .section-head-square {
            width: 160px;
            padding: 2rem 0 2rem 2rem;
            margin: 0 auto;
        }

        .banner_area .section-head-square > .head-title,
        .banner_area .banner_inner .banner_content h2,
        .banner_area .head-title {
            width: 100%;
            font-size: 20px !important;
            line-height: 1.5 !important;
        }
    }