﻿/* 整個內容方塊 */
.index東華三院8 {
    --title-align: left;

    /* --For simpleBar Start-- */
    --content-height-without-heading: auto;
    --whole-block-height: auto;
    /* --For simpleBar End-- */

    height: var(--whole-block-height);
}

    /* 內容方塊標題 */
    .index東華三院8 .blockTitle {
        text-align: var(--r-index-block-title-align, --title-align);
    }

        .index東華三院8 .blockTitle h2 {
        }

    /* 捷徑容器，每個捷徑都放在裡面 */
    .index東華三院8 .loopElementList {
        height: var(--content-height-without-heading);
    }

    .index東華三院8 .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東華三院8 .eachShortcut {
        display: block;
    }

    .index東華三院8 img {
        /* 2024-11-02 */
        transition: all .5s;
        width : auto;
    }

        .index東華三院8 img:hover {
            transform: scale(1.02);
        }
@media (max-width: 480px) 
{
  .index東華三院8 img
  {
    height : 50px;
  }
}
@media (min-width: 481px) and (max-width: 767px) 
{
  .index東華三院8 img
  {
    height : 50px;
  }
}
@media (min-width: 768px) and (max-width: 979px) 
{
  .index東華三院8 img
  {
    height : 60px;
  }
}
@media (min-width: 980px) and (max-width:1199px) 
{
  .index東華三院8 img
  {
    height : 60px;
  }
}
@media (min-width: 1200px) and (max-width:1919px) 
{
  .index東華三院8 img
  {
    height : 70px;
  }
}
@media (min-width: 1920px) 
{
  .index東華三院8 img
  {
    height : 80px;
  }
}
