@charset "utf-8";
/*------------ video ------------*/
.video-list .item .box{
    max-width: 400px;
    margin: 0 auto 40px;
    padding: 0 0 10px;
    position: relative;
    background: url(../../../images/layout06/common/bg/line02.png) repeat-x bottom;
}
.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 .2s;
}
.video-list .box:hover .pic{
    opacity: .7;
}
.video-list .pic img{
    position: relative;
    z-index: 10;
}
.video-list .item .text{
    display: flex;
    flex-wrap: wrap;
}
.video-list .item .text > span{
    display:inline-block;
    margin: 0;
    color: #EB4130;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
}
.video-list.type2 .item .text > span,
.video-list.type1 .item .text > span{
    display:block;
    width: 50%;
    order: 1;
    margin-top: 10px;
    text-align: left;
}
.video-list .item .text span i{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px 0;
}
.video-list .item .name{
    font-weight: bold;
    margin: 5px 0 5px;
    color: #9A7F64;
}
.video-list.type2 .box{
    padding-bottom: 20px;
}
.video-list.type2 .item .name{
    margin: 0;
}
.video-list .item .box:hover .name{
    color: #9A7F64;
}
.video-list.type2 .item .name{
    text-align: left;
    margin-top: 10px;
    order: 3;
}
.video-list.type1 .item .name{
    text-align: left;
    margin-top: 10px;
    order: 3;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.video-list .item .text .date span {
    display: block;
}
.video-list .item .text .date {
    display: inline-flex;
    justify-content: flex-end;
    font-size: 15px;
    font-weight: 400;
    color: #9A7F64;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    width: 50%;
    order: 2;
}
.video-list .item .text .day  {
    order: 3;
}
.video-list .item .text .month  {
    order: 2;
}
.video-list .item .text .years  {
    order: 1;
}
.video-list .item .text .month:before,
.video-list .item .text .day:before  {
    content: '-';
}
/*------------ detail ------------*/
.video-title{
    margin: 0;
    font-size: 20px;
    color: #9A7F64;
    text-align: center;
    padding: 0 0 10px;
}
.video-header{
    text-align: center;
}
.video-header .video-date {
    display: inline-flex;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    padding: 1px 10px;
    background: linear-gradient(135deg, rgba(230, 10, 54, 1) 0%, rgba(241, 125, 41, 1) 100%);
    border-radius: 5px;
    margin-bottom: 10px;
}
.video-header .day  {
    order: 3;
}
.video-header .month  {
    order: 2;
}
.video-header .years  {
    order: 1;
}
.video-header .month:before,
.video-header .day:before  {
    content: '-';
}
.video-box{
    background: #f5f5f5;
    margin:0 auto 5px;
}
.video-box .cont{
    padding: 20px;
    max-width:900px;
    margin: auto;
}
/*------------ rwd ------------*/
@media screen and (max-width:767px){
    .video-title{
        margin:auto;
    }
    .video-box{
        padding: 0px;
    }
    .video-list.type1 .item .box,
    .video-list.type2 .item .box{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width:480px){
    .video-list{
        margin: 0;
    }
}
