/*2-全版圖文置左*/
.banner_textpic_left_box {
    float:left;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2%;
    width: 100%;
    text-align: center;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #212121;
    position: relative;
}
.banner_textpic_left_box img{
    width: 100%;
    /* height:800px; */
    height: auto;
    object-fit:cover;
}
.banner_textpic_left_box .banner_textpic_left_title {
    position: absolute;
    padding: 10%;
    top:0;
    font-size: 250%;
    font-weight: bold;
    text-align: left;
    color: #fcfcfc;
    text-shadow: 3px 3px 3px #1d1d1d;
    width: 60%;
    white-space: pre-line;
    word-wrap: break-word;
}
.banner_textpic_left_box .banner_textpic_left_des {
    position: absolute;
    padding: 10%;
    top:12%;
    width: 60%;
    font-size: 150%;
    text-align: left;
    line-height: 180%;
    color: #fff;
    text-shadow:
            1px 1px 0 #484848,
            -1px -1px 0 #484848,
            0 -1px 0 #484848,
            -1px 1px 0 #484848,
            1px 1px 0 #484848;
    margin-top: 15px;
    white-space: pre-line;
    word-wrap: break-word;
}
.banner_textpic_left_box .more {
    position: absolute;
    left:12%;
    bottom:30%;
    width: 100px;
    background: #161616;
    color: #fff;
    font-size: 120%;
    text-decoration: none;
    display: block;
    padding: 10px 15px 10px 15px;
    text-align:center;
}

/**RWD設定**/
@media ( max-width: 1440px) {
}

@media ( max-width: 1280px) {
    /*2-全版圖文置左*/
    .banner_textpic_left_box img {
        /* height:600px; */
        height: auto;
    }
    .banner_textpic_left_box .banner_textpic_left_title {
        font-size: 200%;
    }
    .banner_textpic_left_box .banner_textpic_left_des {
        font-size: 130%;
        margin-top: 3%;
    }
    .banner_textpic_left_box .more {
        bottom:10%;
    }
}

@media ( max-width: 1024px) {
    /*2-全版圖文置左*/
    .banner_textpic_left_box .banner_textpic_left_title {
        width:80%;
        font-size: 200%;
    }
    .banner_textpic_left_box .banner_textpic_left_des {
        width:80%;
        font-size: 110%;
    }
    .banner_textpic_left_box img {
        /* height:500px; */
        height: auto;
    }
 }

@media ( max-width: 768px) {
    /*2-全版圖文置左*/
    .banner_textpic_left_box img {
        /* height:400px; */
        height: auto;
    }
    .banner_textpic_left_box .banner_textpic_left_title {
        font-size: 160%;
    }
    .banner_textpic_left_box .banner_textpic_left_des {
        font-size: 100%;
        line-height: 130%;
    }
    .banner_textpic_left_box .more {
        margin-top:5%;
    }
}

@media ( max-width: 480px) {
    /*2-全版圖文置左*/
    .banner_textpic_left_box img {
        /* height:220px; */
        height: auto;
    }
    .banner_textpic_left_box .banner_textpic_left_title {
        font-size: 130%;
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .banner_textpic_left_box .banner_textpic_left_des {
        font-size: 100%;
        line-height: 130%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        height: 15px;
    }
    .banner_textpic_left_box .more {
        font-size: 100%;
        text-align: center;
        margin-top: 8px;
        padding: 8px;
        width: 80px;
    }

}
