.ability {
    margin-top: 3.62vw;
}

.ability_list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 1.04vw;
    flex-wrap: wrap;
    padding: 0 15vw;
    margin-top: 4.2vw;
}

.ability_item {
    width: 20.8vw;
    border-radius: 1.302vw;
    background-color: #f7f8fa;
    padding: 1.6vw 1.5625vw 1.5625vw;
    min-height: 12.5vw;
}

.ability_item_img {
    width: 2.604vw;
    height: 2.604vw;
    background-size: 100% 100%;
}

.ability_list[imgType="1"] .ability_item_img[icon="1"] {
    background-image: url(/images/ai_workflow/module1_1.png);
}

.ability_list[imgType="1"] .ability_item_img[icon="2"] {
    background-image: url(/images/ai_workflow/module1_2.png);
}

.ability_list[imgType="1"] .ability_item_img[icon="3"] {
    background-image: url(/images/ai_workflow/module1_3.png);
}

.ability_list[imgType="1"] .ability_item_img[icon="4"] {
    background-image: url(/images/ai_workflow/module1_4.png);
}

.ability_list[imgType="1"] .ability_item_img[icon="5"] {
    background-image: url(/images/ai_workflow/module1_5.png);
}

.ability_list[imgType="1"] .ability_item_img[icon="6"] {
    background-image: url(/images/ai_workflow/module1_6.png);
}



.ability_list[imgType="2"] .ability_item_img[icon="1"] {
    background-image: url(/images/ai_kb/module1_1.png);
}

.ability_list[imgType="2"] .ability_item_img[icon="2"] {
    background-image: url(/images/ai_kb/module1_2.png);
}

.ability_list[imgType="2"] .ability_item_img[icon="3"] {
    background-image: url(/images/ai_kb/module1_3.png);
}



.ability_list[imgType="3"] .ability_item_img[icon="1"] {
    background-image: url(/images/ai_drive/module1_1.png);
}

.ability_list[imgType="3"] .ability_item_img[icon="2"] {
    background-image: url(/images/ai_drive/module1_2.png);
}

.ability_list[imgType="3"] .ability_item_img[icon="3"] {
    background-image: url(/images/ai_drive/module1_3.png);
}


.ability_item_title {
    font-size: 1.5875vw;
    line-height: 3.125vw;
    color: #242629;
    font-weight: 600;
    margin-top: 0.15vw;
    margin-bottom: 0.7vw;
}

.en .ability_item_title {
    font-size: 1.1875vw;
}

.ability_item_des {
    font-size: 0.833vw;
    line-height: 1.7;
    color: #242629;
}

@media screen and (max-width: 905px) {
    .ability {
        margin-top: 10vw;
        padding: 0 5.33vw;
    }

    .ability_list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3.2vw;
        padding: 0;
        margin-top: 6vw;
    }

    .ability_item {
        width: 100%;
        min-height: auto;
        border-radius: 3.2vw;
        padding: 4.2vw;
    }

    .ability_item_img {
        width: 10.4vw;
        height: 10.4vw;
    }

    .ability_item_title {
        font-size: 5.2vw !important;
        line-height: 1.25;
        margin-top: 2.2vw;
        margin-bottom: 2vw;
    }

    .ability_item_des {
        font-size: 3.6vw;
        line-height: 1.6;
    }
}