@charset "utf-8";
/*------------ download ------------*/
/*type1*/
.download-list.type1 .item .name{
    color: #3D3432;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Noto Serif TC', serif;
    transition: all .3s ease;
}
.download-list.type1 .item .box:hover .name{
    color: #231815;
}
.download-list.type1 .item.title_item .col.name,
.download-list.type1 .item.title_item .col {
    font-family: '微軟正黑體', serif;
    font-size: 15px;
}
.download-list.type1 .item:nth-child(even) {
    background: #EAE6E5;
}
.download-list.type1 .item .col+.col:before {
    background: rgba(35, 24, 21, 0.1);
}
/*/type1*/
/*type2*/
.download-list.type2 .item .name{
    color: #3D3432;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Noto Serif TC', serif;
    transition: all .3s ease;
}
.download-list.type2 .item .box:hover .name{
    color: #231815;
}
.download-list.type2 .box .text .download,
.download-list .item .text .download span{
    background: #231815;
    color: #fff;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Noto Serif TC', serif;
    transition: all .3s ease;
}
.download-list.type2 .box:hover .text .download ,
.download-list .box:hover .text .download span{
    opacity: 0.7;
}
/*/type2*/
/*------------ rwd ------------*/
@media screen and (max-width:767px){
    .download-list{
        margin: 0;
    }
    .download-list .item{
        padding: 0 0 25px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 25px;
    }
    .download-list.type1 .item .text .download span{
        width: 91px;
    }
    .download-list .item .text .download span:before{
        width: 16px;
        height: 16px;
        margin: 0px 3px 2px 0;
    }
}
@media screen and (max-width:480px){
    .download-list .pic{
        max-width: 110px;
    }
    .download-list .item .text{
        max-width: calc(100% - 125px);
        padding: 10px 15px;
    }
    .download-list .item .text .download span{
        margin: 0 0 0 0; 
    }
}
