﻿/* 整個內容方塊 */
.mp頂部捷徑列5 {
    /*height : 300px;   --- if simpleBar (i.e. scroll bar) is set on the whole block, change the number.*/
}

    /* 內容方塊標題 */
    .mp頂部捷徑列5 .blockTitle {
        text-align: center;
    }

        .mp頂部捷徑列5 .blockTitle h2 {
        }

    /* 捷徑容器，每個捷徑都放在裡面 */
    .mp頂部捷徑列5 .loopElementList {
        /*height : 300px;   --- if simpleBar (i.e. scroll bar) is set on the content, change the number.*/
    }

    .mp頂部捷徑列5 .shortcutList {
        padding: 1rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-start;
        padding: var(--r-container-padding, 1em);
    }

    .mp頂部捷徑列5 .eachShortcut {
        display: block;
       margin : 0 3px;
    }

    .mp頂部捷徑列5 img {
    }

@media (max-width: 480px) 
{
  .mp頂部捷徑列5 .eachShortcut img
  {
     max-height : 30px; 
  }
}
@media (min-width: 481px) and (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 979px) {}
@media (min-width: 980px) and (max-width:1199px) {}
@media (min-width: 1200px) and (max-width:1919px) {}
@media (min-width: 1920px) {}

