* {
    font-family: PingFangSC, Microsoft Yahei, sans-serif, 微軟正黑體;

}

.association_banner {
    position: relative;
    background: url(../assets/banner/association_banner.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;
    /* text-align: justify */
}
li {
    /* display: table; */
    margin: 0 auto;
}

.index_img {
    max-width: 100%;
    /* transform: translateX(50px) translateY(0px) translateZ(0px);
    -webkit-transform: translateX(50px) translateY(0px) translateZ(0px);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s; */
    /* background: url(assets/index_image.jpg) center center; */

}

/* .container{
    display: flex;
} */

/* .field {
    background: #86c6e0;
    overflow: hidden;
    position: relative;
    height: 300px;
}
.item {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.6) inset;
    position: relative;
}
.item:after {
    content: "";
    display: block;
    width: 20%;
    height: 20%;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 15%;
    top: 15%;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    transform: rotateZ(45deg) scaleY(0.8);
    -webkit-transform: rotateZ(45deg) scaleY(0.8);
} */

@media (max-width: 768px) {
    .association_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;
    }
}