@charset "utf-8";
/*------------ video ------------*/
.video-list .item .box{
    max-width: 400px;
    margin: 0 auto 40px;
    padding: 0;
    position: relative;
}
.video-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.video-list .pic{
    position: relative;
    transition: all .3s ease;
}
.video-list .pic img{
    position: relative;
    z-index: 10;
}
.video-list .item .text span{
    display: none;
}
.video-list .item .name{
    font-weight: bold;
    margin: 10px 0 0;
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.video-list.type2 .item .name{
    text-align: center;
    margin: 10px 0 0;
}
.video-list .item .box:hover .name{
    color: #E9B62E;
}
/*------------ /video ------------*/
/*------------ content ------------*/
.video-header{
    text-align: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.video-header .video-title{
    max-width: 1300px;
    margin: 0 auto 10px;
    color: #222;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Noto Serif TC', serif;
}
.video-box{
    margin: 0 auto 25px;
    padding: 5px 0 0;
    background: url(../../../images/layout01/common/bg2.webp);
}
.video-box .cont{
    max-width: 840px;
    margin: auto;
}
.video-list.type1 .item .box {
    padding: 0;
}
.video-list.type1 .item .name {
    margin: 10px 100px 0;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width:1000px){
    .content-title{
        display: none;
    }
}
@media screen and (max-width:767px){
    .video-title{
        margin: auto;
    }
    .video-box{
        padding: 0px;
    }
}
@media screen and (max-width:480px){
    .video-list{
        margin: 0;
    }
}