@charset "utf-8";
/*------------ link ------------*/
.link-list .item .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:100;
}
.link-list .item .txt{
    border-bottom: 2px solid #f0efe9;
}
.link-list .item .name{
    color: #4E423D;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
/*l_type1*/
.link-list.type1 .item .txt{
    background: #EC9879;
}
.link-list.type1 .item .name,
.link-list.type1 .item .box:hover .name {
    font-weight: 500;
}
/*l_type1*/
/*l_type2*/
.link-list.type2 .item .txt {
    margin: 10px 5px 0;
}
.link-list.type2 .item .box {
    margin: 0 auto 40px;
}
.link-list.type2 .item .name {
    font-size: 16px;
    transition: all 0.3s ease;
}
.link-list.type2 .item .box:hover .name{
    color: #A6864B;
}
.link-list .url {
    color: #868686;
    font-size: 14px;
    font-family: 'Lora', serif;
}
/*/l_type2*/
/*------------ /link ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 767px){
    .link-list .item .name{
        padding: 7px 5px 7px 5px;
        text-align: center;
    }
}