#topArea{
    width: 100%;
    height: 100vh;
    background-image: url("../images/contact/banner_1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}


article .content{
    width: 70%;
    margin: 40px auto auto auto;
    text-align: left;
    float: none;


}

article .content .contentLeft{
    width: 50%;
    margin-right:3%;
    display: inline-block;
    float: left;
}

article .content .contentRight{
    width: 40%;
    margin-left:5%;
    display: inline-block;
    float: right;
}

article .content .contentRight .contentTop{
    width: 100%;
    height: 300px;
    display: block;
    margin-bottom: 40px;
    border-left: 1px solid grey;



}

article .content .contentRight .contentBottom{
    width: 100%;
    display: block;



}



article #contentForm .underline{

    border-bottom: 1px solid grey;


}



article .content input[type="text"]{

    width: auto;
    padding: 3px 0px;


}


article .content input[type="text"], textarea{

    width: 80%;
    border: none;
    background:transparent;
    font-size: 16px;
    margin-left: 19px;
    outline: none;
    color: #7d7d7d; /*網友輸入字顏色 預設：深灰*/
}




article .content textarea{

    width: 90%;
    min-width: 90%;
    min-height: 300px;
    max-height: 300px;
    max-width: 90%;

}


article .content input[type="submit"]{

    font-size: 16px;
    width: 95%;
    height: 30px;
    color: white;
    border: none;
    margin: 20px 10px;
    /*background-color: #7d0000;*/ /*Default-bg*/
    /*background-color: #541b86;*/ /*Lulu Asked-bg*/
    background-image: url("../images/footer/footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;

}


article .content input[type="submit"]:hover{


    /*background-color: #c90808;*/ /*Default-bg*/
    /*background-color: #70429a;*/ /*Lulu Asked-bg*/
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    cursor: pointer;
}





