﻿.index入學資訊9 {
    
}

.index入學資訊9 .ptStyle107 {
    --content-width: 1200px;
    --gap-width: 2em;
    --font-color: #000000;
    --block-bg-color: #FFFFFF;
    /*background-image: url(https://picsum.photos/id/797/2000/1000);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 3em 1em;
    color: var(--font-color);
}

.index入學資訊9 .ptStyle107 .theGrid {
    display: grid;
    column-gap: var(--gap-width);
    row-gap: var(--gap-width);
    max-width: var(--content-width);
    margin: 0 auto;
}

.index入學資訊9 .ptStyle107 .block {
    padding: 1em;
    background-color: var(--block-bg-color);
    text-align: center;
}

.index入學資訊9 .ptStyle107 .pic {
    max-width: 100%;
}

.index入學資訊9 .ptStyle107 .more {
    color: var(--font-color);
}

@media (max-width: 767px) {
    .index入學資訊9 .ptStyle107 .theGrid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .index入學資訊9 .ptStyle107 .theGrid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }
}

@media (min-width: 1200px) {
    .index入學資訊9 .ptStyle107 .theGrid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
    }
}
