﻿/* 整個內容方塊 */
.index教育局連結12 {
    --title-align: left;

    /* --For simpleBar Start-- */
    --content-height-without-heading: auto;
    --whole-block-height: auto;
    /* --For simpleBar End-- */

    height: var(--whole-block-height);
}

    /* 內容方塊標題 */
    .index教育局連結12 .blockTitle {
        text-align: var(--r-index-block-title-align, --title-align);
    }

        .index教育局連結12 .blockTitle h2 {
        }

    /* 捷徑容器，每個捷徑都放在裡面 */
    .index教育局連結12 .loopElementList {
        height: var(--content-height-without-heading);
    }

    .index教育局連結12 .shortcutList {
        padding: 1rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        padding: var(--r-container-padding, 1em);
    }

    .index教育局連結12 .eachShortcut {
        display: block;
    }

    .index教育局連結12 img {
        /* 2024-11-02 */
        transition: all .5s;
    }

        .index教育局連結12 img:hover {
            transform: scale(1.02);
        }
