#Wrapper{
    clear: all;
    width: 100%;
    padding-top: 90px;
}

/*-------------首圖-------------*/

#Page_TOP{
    background-image: url(../images/product/product-page.jpg);
    position: relative;
}

.Top_Title{
    position: absolute;
    bottom: 20px;
    left: calc(50% - 600px);
    font-size: 80px;
    font-weight: 600;
    line-height: 1.0em;
    color: #fff;
}

/*-------------產品介紹-------------*/

#Product_information{
    width: 781px;
    margin: 0 auto;
    margin-top: 30px;
}

.Product_single_logo{
    width: 216px;
    height: auto;
}

.Product_content{
    margin-top: 30px;
}

.Product_content .Box_title{
    margin: 20px 0 30px 0;
}

.Product_content .Box_text{
    margin-bottom: 30px;
}


/*-------------其他產品-------------*/

#Other_products{
    height: 780px;
}

.ODY_Products{
    width: 100%;
    margin-top: 50px;
}

.Product_box{
    float: left;
    width: 29.6%;
    margin-right: 5%;
    margin-bottom: 50px;
    border-radius: 10px;
    border: solid 2px rgba(30, 30, 31, 0.07);
    background-color: #fff;
}

.Product_box a{
    text-decoration: none;
    color: #1E1E1F;
    
}

.Product_box:nth-child(3){margin-right: 0%;}

.Product_logo{
    width: 70%;
    margin-left: 5%;
    margin-top: 50px;
}

.Product_info{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
    margin-left: 5%;
    background-color: rgba(30,30,31,0.05);
    padding: 5%; 
    border-radius: 5%;
}

.Product_info .Box_text{
    text-align: justify;
    margin-bottom: 15px;
}

.Product_arrow{
    background-image: url(../images/Btn/Arrow/right-arrow.svg);
    width: 80px;
    height: 33px;
}

.Product_arrow:hover{
    background-image: url(../images/Btn/Arrow/right-arrow-hover.svg);
}

.Product_box:hover{
    box-shadow: 0 10px 20px rgba(30,30,31,0.1);
    cursor: pointer;
}

.Slide_to_left{
    top: 195px;
}

.Slide_to_right{
    top: 195px;
}


/* =========手機、平板區========= */

@media screen and (max-width: 1200px){
    
    #Wrapper{
        padding-top: 70px;
    }
    
    /*-------------首圖-------------*/

    .Top_Title{
        position: absolute;
        bottom: 20px;
        left: 5%;
        font-size: 10vw;
    }
    
    /*-------------產品介紹-------------*/

    #Product_information{
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
    }

    .Product_single_logo{
        width: 65%;
        margin-left: 5%;
    }

    .Product_content{
        margin-top: 30px;
        margin-left: 5%;
        width: 90%
    }

    .Product_content .Box_subtitle{line-height: 1.5em;}
    
    .Video_frame img{
        width: 100%;
    }

    /*-------------其他產品-------------*/

    #Other_products{
        height: auto;
        padding-bottom: 200px;
    }

    .Product_box{
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .Product_box a{
        text-decoration: none;
        color: #1E1E1F;
    }
    
    .Other_products_top_more{
        top: 1600px;
    }

    .ODY_Products{
        width: 100%;
    }

    .Product_box{
        float: none;
        width: 100%;
    }

    .Product_logo{
        width: 75%;
        margin-top: 10px;
    }
    
    .Product_info{
        margin-bottom: 0;
        width: 90%;
        margin-left: 0;
        padding: 5%; 
        border-radius: 3%;
    }

    .Product_arrow{
        background-image: url(../images/Btn/Arrow/right-arrow-hover.svg);
        width: 28.5%;
        height: 0;
        padding-bottom: 11.45%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    
    
}