﻿.mp學校資料3 {
    --font-size: 1.2rem;
    --font-color: #000000;
    --text-line-height: 2em;
    --max-width: 1600px;
    --animation-duration: 0.5s;
    --left-right-margin: 2em;
    --text-enlarge-hover: scale(1.1);

    font-size: var(--font-size);
    color: var(--font-color);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    line-height: var(--text-line-height);
    flex-wrap: wrap;
    max-width: var(--max-width);
    margin: 0 auto;
}

    .mp學校資料3 a {
        color: var(--font-color);
    }

    .mp學校資料3 > div {
        margin: 0 var(--left-right-margin);
        /* 2024-11-02 */
        transition: all var(--animation-duration);
    }

        .mp學校資料3 > div:hover {
            transform: var(--text-enlarge-hover);
        }

    .mp學校資料3 i {
        margin-right: 0.5em;
    }

    .mp學校資料3 .copyright {
    }

    .mp學校資料3 .address {
    }

    .mp學校資料3 .phone {
    }

    .mp學校資料3 .fax {
    }

    .mp學校資料3 .email {
    }







