﻿/* 整個內容方塊 */
.indexShortcut_LargeImageOnly9 {
    /*height : 300px;   --- if simpleBar (i.e. scroll bar) is set on the whole block, change the number.*/

    container-type: inline-size;
    container-name: allLoopElement;
}

    /* 內容方塊標題 */
    .indexShortcut_LargeImageOnly9 .blockTitle {
        text-align: center;
    }

        .indexShortcut_LargeImageOnly9 .blockTitle h2 {
        }

    /* 捷徑容器，每個捷徑都放在裡面 */
    .indexShortcut_LargeImageOnly9 .loopElementList {
        /*height : 300px;   --- if simpleBar (i.e. scroll bar) is set on the content, change the number.*/
    }

    .indexShortcut_LargeImageOnly9 .elementContainer {
        padding: 1rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-start;
        padding: var(--r-container-padding, 1em);
    }

    .indexShortcut_LargeImageOnly9 .eachShortcut {
        display: block;
    }

    .indexShortcut_LargeImageOnly9 img {
      max-width : 100%;
    }
