@charset "utf-8";
/*------------ link ------------*/
.link-list .item .name{
    color: #3D3432;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Noto Serif TC', serif;
    transition: all .3s ease;
}
.link-list .item .box:hover .name{
    color: #231815;
}
.link-list .url {
    padding: 0 5px;
    font-size: 14px;
}
.link-list.type1 .item .txt{
    background: rgba(35, 24, 21, 0.6);
}
.link-list.type2 .pic{
    transition: all .3s ease;
}
.link-list.type2 .item .txt{
    margin: 0;
}
.link-list.type2 .item .name{
    padding: 15px 5px 7px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin: 0;
}
.link-list.type1 .item .name,
.link-list.type1 .item .box:hover .name {
    font-weight: 500;
}
/*------------ rwd ------------*/
@media screen and (max-width: 767px){
    .link-list .item .name{
        padding: 7px 5px 7px 5px;
        text-align: center;
    }
}
