* {
    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_item3 h3 {
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    padding-bottom: 10px;
}

.list_item {
    background: #f7f7f7;
    margin: 10px 10px;
    /* width: calc(25% - 20px); */
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px 15px;
    height: 15vh;
}

.list_item2 {
    background: #f7f7f7;
    margin: 0 10px 30px;
    width: calc(100% - 15px);
    display: flex;
    text-align: center;
    padding: 20px 20px;
}
.list_item3 {
    background: #f7f7f7;
    margin: 10px 10px;
    /* width: calc(25% - 20px); */
    width: calc(33% - 20px);
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px 15px;
    height: 15vh;
}

.list_item p {
    margin: 10px 0px;
    text-align: center;
    overflow-wrap: break-all;
}

.list_item3 p {
    margin: 10px 0px;
    text-align: center;
    overflow-wrap: break-all;
}

@media (min-width: 1300px) and (max-width: 1900px) {
    .list_item {
        /* width: 80%; */
        width: calc(50% - 20px);
        /* width: calc(33.3333% - 25px); */
        height: 20vh;
    }
    .list_item p {
        overflow-wrap: break-all;
    }
}
@media (min-width: 1200px) and (max-width: 1299.99px) {
    .list_item {
        width: calc(50% - 20px);
        /* width: calc(33.3333% - 25px); */
        height: 25vh;
    }
    .list_item p {
        overflow-wrap: normal;
    }
    .list_item3 {
        /* width: 80%; */
        height: 20vh;
        width: calc(33% - 20px);
    }
}
@media (min-width: 980px) and (max-width: 1199.99px) {
    .list_item {
        /* width: 80%; */
        height: 25vh;
        width: calc(50% - 20px);
    }
    .list_item2 {
        background: #f7f7f7;
        margin: 0 10px;
        width: calc(100% - 10px);
        display: flex;
        text-align: center;
        padding: 10px 10px;
    }

    .list_item3 {
        /* width: 80%; */
        height: 25vh;
        width: calc(33% - 20px);
    }
}

@media (min-width: 769px) and (max-width: 979.99px) {
    .list_item {
        /* width: 80%; */
        height: 30vh;
        width: calc(50% - 25px);
    }
    .list_item2 {
        /* background: #f7f7f7; */
        /* margin: 0 10px 30px; */
        width: calc(100% - 20px);
        display: flex;
        text-align: center;
        padding: 20px 20px;
    }
    .list_item3 {
        /* width: 80%; */
        height: 30vh;
        width: calc(33% - 20px);
    }
}

@media (max-width: 768px) {
    .organization_banner {
        padding: 5vh 0 0 0;
        /* position: relative; */
        /* background: url(../assets/banner/index_banner2.jpg) center center; */
        min-height: 15vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list_item {
        width: 100%;
        margin: 10px 10px;
        height: 20vh;

    }

    .list_item2 {
        width: 100%;
        margin: 10px 10px;

    }

    .list_item3 {
        width: 100%;
        margin: 10px 10px;
        height: 20vh;

    }

}

@media(max-width: 767px) {
    .list_item {
        width: 100%;
        margin: 10px 10px;
        height: 23vh;

    }
}