/* == 共用區 ============================================================================= */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    /*safari & chrome*/
    -moz-box-sizing: border-box;
    /*firebox*/
    box-sizing: border-box;
    /*解除padding影響寬度關係*/
}

html,
body {
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
}

.fc01 {
    color: #ff3300;
    font-size: 20px;
}

.fc02 {
    border-style: solid;
}

/* == 桌機版 ============================================================================= */


.body {
    width: 100%;
    height:6156px;
    background-color: #ffe33f;
    background-image: url(../images/head.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.body .btn{
    width: 600px;
    height: auto;
    padding: 0.5%;
    position: absolute;
    top:48.7%;
    left: 50%;
    margin-left: -300px;
    z-index: 100;
    background-color: #0068b7;
    border-radius: 30px;
     -webkit-border-radius: 30px;
}

.body .btn a{
    display: block;
    width: 100%;
    font-size: 2rem;
    color:#ff0;
    text-align: center;
    text-decoration: none;
}

/* ===================================== (桌機)head=========================================== */

/*-------------------------------------------------(桌機)班址----------------------------------------*/

.footer {
    width: 100%;
    height: 180px;
    margin: 0 auto;
    padding: 0.5% 1% 8% 1%;
    background-color: #0068b7;
}

h6 {
    display: block;
    width: 600px;
    height: auto;
    font-size: 2em;
    color: #fff;
    text-align: center;
    text-align: center;
    margin: 0 auto;
}

.footer p {
    display: block;
    width: 600px;
    height: auto;
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}



/* =================================== 手機版型區 =========================================== */

@media screen and ( max-width:767px) {

.body {
    width: 100%;
    height: 0;
    padding-bottom: 690%;
    background-color: #ffe33f;
    background-image:url(../images/m_head.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
 .body .btn{
    width: 80%;
    height: auto;
    padding: 1%;
    position: absolute;
    top:52.5%;
    left: 50%;
    margin-left: -40%;
    z-index: 100;
    background-color: #0068b7;
    border-radius: 30px;
     -webkit-border-radius: 30px;
}

.body .btn a{
    display: block;
    width: 100%;
    font-size: 1.3rem;
    color:#ff0;
    text-align: center;
    text-decoration: none;
}



    /*--------------------------------------------- (手機)box ----------------------------------------*/
    /*-------------------------------------------------(手機)班址----------------------------------------*/
    .footer {
        width: 100%;
        height: 0;
        margin: 0 auto;
        padding: 1% 1% 45% 1%;
        background-color: #0068b7;
    }

h6 {
    display: block;
    width: 70%;
    height: auto;
    font-size: 1.7em;
    color: #fff;
    text-align: center;
    text-align: center;
    margin: 0 auto;
}

.footer p {
    display: block;
    width: 80%;
    height: auto;
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}




}