@charset "utf-8";
/* CSS Document */
.link_pic{
    padding: 0 0 20px 0;
}
.link_pic .title {
    color: #000000;
    letter-spacing: 2px;
    text-align: center;
    font-family: "Microsoft JhengHei";
    font-size: 140%;
    padding: 10px 0 20px 0;
}

.link_pic .title::before {
    content: "";
    display: block;
    margin: 5px auto 0 auto;
    background-image: url(images/template/title_icon.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 15px 0;
}
.link_pic .more {
    text-align: center;
    padding: 30px 0;
}
.link_pic .more a {
    background-color: #516c8a;
    color: #fff;
    border-radius: 50px;
    padding: 12px 25px;
    font-size: 110%;
    letter-spacing: 1px;
    text-decoration: none;
}

.link_pic .more a:hover {
    background-color: #f1efe8;
    color: #000;
}
.link_pic .piclist{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-content:space-around;
    align-content:space-around;
    padding: 10px 0;
}

.link_pic .piclist img {
    max-width: 100%;
    width: 100%;
}

.link_pic .piclist div {
    padding: 5px 10px;
}

.link_pic .piclist a:hover {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.link_pic .piclist a {
    display: block;
}
