body{
    /*馬克的新視覺 全部變白底*/
    /*background-image: url("../images/contact/contact_bg.jpg");*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*font-weight: 400;*/

}





article{

    width: 90%;
    height: 100%;
    padding: 40px 0;
    display: inline-block;
    /*馬克新視覺 不需要半透明article*/
    /*background-color: rgba(255,255,255,0.6) ;*/
    text-align: center;
    letter-spacing: 1px;
    margin: auto auto 50px 5%;

}

.pc_only{
    display: block;
}

.mobile_only{
    display: none;
}