* {
    font-family: PingFangSC, Microsoft Yahei, sans-serif, 微軟正黑體;

}

.organization_banner {
    position: relative;
    background: url(../assets/banner/index_banner2.jpg) center center;
    min-height: 40vh;
    background-size: cover;
    padding: 10vh 0 0 0;
    color: aliceblue;

    display: flex;
    align-items: center;
    justify-content: center;


}
p>a {
    color: aliceblue;
    text-decoration: none;

}
.bread_crumb {
    margin: 30px;
    size: 2em;
}
p {
    margin: 20px;
}
div{
    font-size: 1.1em;
    /* margin: 5px ; */
    letter-spacing: 1px;
}
.s-border {
    width: 100px;
    height: 5px;
    background: #053A69;
    margin: 20px auto;
}

li {
    /* display: table; */
    margin: 0 auto;
}

.wrap_inner {

    /* list-style-type: decimal */
    margin: auto 0;
    padding: 10px 100px;
    align-items: center;
    height: 300px;
    /* ★ */
    line-height: 300px;
    /* ★ */
}

.wrap {
    /* background-color: #95afba; */
    position: relative;
    /* ★ */
    height: 500px;
}

.wrap_inner {
    /* background-color: #d5e1a3; */
    position: absolute;
    /* ★ */
    top: 20%;
    /* ★ */
    /* height: 100px; */

    transform: translateX(60%);
}

.list_item h3{
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    padding-bottom: 10px;
}
.list_item{
background: #f7f7f7;
margin: 0 10px 30px;
width: calc(25% - 20px);
display: flex;
flex-direction: column;
text-align: center;
padding: 20px 20px;
}
.list_item p{
    /* font-size: 16px; */
}


@media (max-width: 768px) { 
    .organization_banner {
        padding: 5vh 0 0 0;
        /* position: relative; */
        /* background: url(../assets/banner/index_banner2.jpg) center center; */
        min-height: 25vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .list_item{
        width: 100%;
        margin: 10px 10px ;

        }
 }