@charset "utf-8";
/*------------ download ------------*/

.download-list .item .box {
    border-bottom: 1px solid #eeeeee;
}

.download-list .item .name {
    color: #212121;
}

.download-list .item .box:hover .name {
    color: #00468C;
}

.download-list .item .text .download span, .download-list.type1 .item .text .download span {
    display: inline-block;
    background: url(../../../images/layout03/common/download/download_ic.png);
    width: 35px;
    height: 35px;
    font-size: 0;
    position: absolute;
    right: 42px;
    bottom: -18px;
}

.download-list.type1 .item .text .download span {
    bottom: 5px;
}

.download-list .box:hover .text .download span {
    background-position: bottom;
}

.download-list .pic {
    position: relative;
    overflow: hidden;
}

.download-list.type2 .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 70, 140, 0.7);
    opacity: 0;
    z-index: 8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.download-list.type2 .box:hover .pic:before {
    opacity: 1;
}

.download-list .box img {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
}

.download-list .box:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.has-side .download-list.type1 .item .col.name{
    font-weight: normal;
}

.has-side .download-list.type1 .item:hover .col.name {
    width: 35%;
    color:#00AEEF;
}

/*------------ rwd ------------*/

@media screen and (max-width:1000px) {
    .download-list .item .box {
        border-bottom: none;
    }
}

@media screen and (max-width:767px) {
    .download-list {
        margin: 0;
    }
    .download-list .item {
        padding: 0 0 25px;
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:480px) {
    .download-list .pic {
        max-width: 110px;
    }
    .download-list .item .text {
        max-width: calc(100% - 125px);
        padding: 10px 15px;
    }
}