/* BusinessOwners */

.dig_install_type {
    padding: 120px 0;
    display: flex;
    justify-content: center;
}

.dig_install_type .dig_it_title {
    font-weight: 600;
    font-size: 72px;
    color: #191919;
    margin-bottom: 48px;
}

.dig_install_type .dig_it_tabImg {
    margin-top: 48px;
    max-width: 100%;
}

.dig_it_wrapper {
    width: 1280px;
}

.dig_tab_head {
    overflow-y: hidden;
    width: 100%;
}

.dig_tab_head::-webkit-scrollbar {
    display: none;
}

.dig_tab_head_box {
    display: flex;
    width: fit-content;
    justify-content: space-between;
}

.dig_tab_head_item {
    height: 52px;
    padding: 0 16px;
    font-size: 20px;
    cursor: pointer;
    white-space: nowrap;
}

.dig_tab_head_item.active {
    color: #191919;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #191919;
}

.dig_tab_content_item {
    width: 100%;
    display: none;
}

.dig_tab_content_item.active {
    display: block;
}

.dig_tab_content_item>img {
    max-width: 100%;
    border-radius: 8px;
}

@media screen and (max-width: 1440px) {
    .dig_install_type {
        padding: 120px 80px;
    }

    .dig_it_wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 1280px) {
    .dig_install_type {
        padding: 80px;
    }

    .dig_install_type .dig_it_title {
        font-size: 48px;
        line-height: 56px;
    }

    .dig_tab_head_item {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .dig_install_type {
        padding: 80px 24px;
    }

    .dig_install_type .dig_it_title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .dig_install_type .dig_it_tabImg {
        margin-top: 32px;
    }
}

@media screen and (max-width: 768px) {
    .dig_tab_head_box {
        position: relative;
    }

    .dig_tab_head_box:before {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        border-top: 1px solid #bbbbbb;
        color: #bbbbbb;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    .dig_tab_head_box::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
        -webkit-overflow-scrolling: touch;
        -overflow-scrolling: touch;
    }

    .dig_install_type {
        padding: 48px 24px;
    }

    .dig_install_type .dig_it_title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .dig_install_type .dig_it_tabImg {
        margin-top: 16px;
    }

    .dig_tab_head_item {
        height: 30px;
        font-size: 12px;
    }

    .dig_tab_head_item.active {
        border-bottom: 0;
    }

    .dig_tab_head_item.active:before {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        border-top: 1px solid #191919;
        color: #191919;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
}