@charset "UTF-8";

.bannerBG {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.bannerBG:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 80%;

    background: -webkit-linear-gradient(top, rgb(243 243 243 / 0%) 0%, rgb(243 243 243) 100%);
    background: -o-linear-gradient(top, rgb(243 243 243 / 0%) 0%, rgb(243 243 243) 100%);
    background: linear-gradient(to bottom, rgb(243 243 243 / 0%) 0%, rgb(243 243 243) 100%);
}

.bannerBG .innerImg .image {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.unit_title .title b {
    background: none;
}

.Area {
    margin-bottom: 0;
}

p {
    text-align: justify;

}

.imgSlick .slick-dots {
    text-align: left;
}

.topBox .type {
    font-size: 2.5rem;
    position: absolute;
    bottom: -4rem;
    right: 0;
    pointer-events: none;
    letter-spacing: 1.5px;

}

.topBox .type:before {
    content: '型號 /';
    font-size: 1rem;
    margin-right: 5px;
}

.topBox .productInfo {
    margin: 9% 0;
    align-items: center;
}

.topBox .productInfo:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #d4d4d4;
}

.topBox .productInfo .left {
    padding-right: 5%;
}

.topBox .productInfo .right {
    padding-left: 5%;
}

.contentBox {
    background-color: #fff;
}

.contentBox img {
    width: 100%;
}


.productArea {
    background-color: #f4f4f4;
}

.productArea .productList {
    padding-top: 10% 0;
}


.sectionTitle {
    padding: 10% 0 3%;
    text-align: center;

}

.sectionTitle .title span {
    display: block;
    font-size: 14px;
}



@media(max-width: 991px) {

    .innerImg {
        padding-top: 65%;

    }

    .topBox .type {
        position: relative;
        bottom: 0;
        text-align: right;
        transform: translateY(-20%);
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .productInfo {
        margin-top: 0% !important;
    }

    .topBox .productInfo:before {
        display: none;
    }

    .topBox .productInfo .right {
        padding-top: 5%;
        margin-top: 5%;
        border-top: 1px solid #d8d8d8;
    }

    .productArea .productList .item .Txt .number {
        font-size: 2rem;
    }

    .productArea .productList .item .Txt .type {
        font-size: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .productArea {
        padding: 10% 0;
    }

    .productArea .productList .item .Txt {
        transform: none;
    }
}




/*downloadArea*/





.downloadArea .contentBox {
    padding: 10% 0;
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    /* box-shadow: 1px 1px 10px rgba(0,0,0,0.3); */
    margin: 3rem auto;
    border: 1px solid #eee;
}

.downloadArea .downloadList {
    padding: 0 10%;
}

.downloadArea .downloadList .item {
    list-style: square;
    border-bottom: 1px dotted #999;
    margin-bottom: 1rem;
    padding-bottom: 10px;

}

.downloadArea .downloadList .item a {
    display: block;



}


.downloadArea .downloadList .item a:after {
    content: '檔案下載';
    border: 1px solid #999;
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 0 5px;
    font-size:  14px;
}


@media(max-width: 991px) {
    .downloadArea .downloadList .item a span{
        display: block;
        line-height: 2;
    }
    .downloadArea .downloadList .item a:after {
        position: relative;

    }
}


.titleBox {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 6%;
    font: 36px /1.5 'Times New Roman', serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-indent: 5px;

    border: none !important;
}

.titleBox h3 {
    line-height: 1.5;
}

.titleBox h3 b {
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.titleBox:before {
    content: 'Junvei';
    display: block;
    font: 200 12px 'Raleway', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.titleBox:after {
    content: '';
    display: block;
    width: 5%;
    height: 2px;
    background-color: #b1a069;
    margin: 0 auto;
    margin-top: 30px;
}