/*banner*/
body{
    background-image: none;
}
.swiper-container{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    width: 100%;
}
.swiper-container, .swiper-wrapper {
    height: 700px;
}
.swiper-container .swiper-wrapper{
    width: 100% !important;
}
.slide1{
    background-image: url(../img/video/banner01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.slide1 .s1 {
    left: 15%;
    margin-left: 0;
    z-index: 1;
    top: 380px;
}
.slide1 .ban_entt{
    font-size: 70px;
    color: #fff;
    font-family: 'Sorts Mill Goudy';
    line-height: 1.2;
    letter-spacing: 7px;
    transform: rotate(2deg);
}
/*banner_END*/
.contentArea{
    height: auto;
    width: 100%;
    margin:-38px auto 0 auto;
    padding: 0 0 100px 0;
}
.docArea{
    background-color: #ededed;
    padding: 65px 0 30px 0;
}
.container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.swiper-container2{
    width: 90%;
    margin: auto;
    overflow: hidden;
}
.swiper-slide{
    opacity: 1;
    padding: 0 ;
}
.docArea .swiper-slide img{
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
}
.docArea .swiper-slide img:hover{
    transform: scale(1.03);
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
}
.swiper-button-prev{
    background-image: url(../img/video/pre.png);
}
.swiper-button-next{
    background-image: url(../img/video/next.png);
}
.docArea .swiper-container, .docArea .swiper-wrapper {
    height: auto;
    /*transform: none !important;*/
}



.docBox{
    border-radius: 0px;
    overflow: hidden;
}
.docBox .docname {
    background-color: 
    #fff;
    padding: 14px;
    color:
    #545454;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    font-family: arial,"微軟正黑體";
    margin: auto;
    overflow: hidden;
    width: 95%;
}
.swiper-wrapper .cd-modal-action .btn{
    background-color: #fff !important;
}


ul.doArea{
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}
ul.doArea li{
    width: 32%;
    margin: 23px .6%;
    float: left;
    list-style: none;
}
ul.doArea li img{
    width: 100%;
}
ul.doArea li a{
    text-decoration: none;
}
ul.doArea li .video_tt {
    color: 
    #232323;
    font-size: 17px;
    padding: 4px 0;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.cd-modal-action .btn{
    width: 100%;
    padding: 0;
    height: auto;
}
ul.doArea li .video_tt{
    color: #fff;
}

.videoArea{
    width: 90%;
    margin: 70px auto;
    max-width: 800px;
}

@media screen and (max-width: 768px){
    .swiper-container, .swiper-wrapper {
        height: 600px;
    }
    .contentArea{
        padding: 55px 0;
        margin: -90px auto 0 auto;
    }
    ul.doArea li{
        width: 48.5%;
    }
    .slide1 .ban_entt{
        font-size: 60px;
    }
  
}
@media screen and (max-width: 550px){
    .docBox{
        max-width: 400px;
        margin: auto;
    }
    ul.doArea li{
        width: 100%;
        max-width: 400px;
        float: none;
        margin: 5px auto;
    }
    .slide1 .s1 {
        left: 5%;
        top: 320px;

    }
    .docBox .docname{
        font-size: 18px;
    }
}








