body {
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #f8f8f6;
}

/* 頁面寬度 header+wrapper+footer */
header,
footer {
    width: 100%;
    margin: 0 auto;
}


/*** 頭 header ***/

header {
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.header_box {
    width: 1060px;
    height: 70px;
    margin: 0 auto;
    padding: 10px 20px;
}

.header-logo {
    width: 146px;
    height: 31px;
    margin-top: 8px;
    margin-right: 10px;
    float: left;
    /* 綠色(logo_g.png) . 白色(logo_w.png)  */
    background-image: url(../images/logo_g.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 999;
}

.header-logo a {
    width: 146px;
    height: 31px;
    display: block;
}

.header-btn01 {
    display: block;
    margin: 18px 6px 0px 0px;
    float: left;
}

.header-btn01 a:link,
.header-btn01 a:visited,
.header-btn01 a:hover,
.header-btn01 a:active {
    font-size: 15px;
    text-align: center;
    padding: 6px 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.header-btn01 a:link,
.header-btn01 a:visited {
    /* 綠色(#61953f) . 白色(#FFFFFF) */
    color: #61953f;
    /* 綠色(97,149,63,1) . 白色(255,255,255,1) */
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(97, 149, 63, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(97, 149, 63, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(97, 149, 63, 1);
}

.header-btn01 a:hover,
.header-btn01 a:active {
    /* 白色(#FFFFFF自訂) */
    color: #FFFFFF;
    /* 綠色(#5db307) . 白色(#FFFFFF) */
    background-color: #5db307;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header-fb {
    float: right;
    margin-top: 17px;
    height: 46px;
}

.header-share {
    float: right;
    margin: 15px 6px 0px 20px;
}

/*** 腳 footer ***/
footer {
    font-size: 13px;
    height: 100px;
    padding: 20px 10px;
    border-top: 1px solid #dcdad4;
    background-color: #fcfbf2;
}

.footer-nav {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.footer-nav ul {
    list-style: none;
}

.footer-nav li {
    margin: 0px 4px 0px 0px;
    display: inline;
}

/* hover動態樣式 - 淡入淡出 */
.footer-nav li a {
    /* 綠色(#656565) . 白色(#b4b4b4自訂) */
    color: #656565;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: border 0.2s ease-in-out 0s;
    -moz-transition: border 0.2s ease-in-out 0s;
    -o-transition: border 0.2s ease-in-out 0s;
    transition: border 0.2s ease-in-out 0s;
}

.footer-nav li a:hover,
.footer-nav li a:focus {
    /* 綠色(#656565) . 白色(#b4b4b4自訂) */
    border-color: #656565;
}

/*  hover li 樣式 - 隱藏前後  */
.footer-nav li:after {
    /* 綠色(#dddddd) . 白色(#4a4a4a自訂) */
    color: #dddddd;
    content: '|';
    top: -1px;
    right: -4px;
    margin: 0px 6px;
    position: relative;
}

.footer-nav li:lang(ar):after,
.footer-nav li:last-child:after {
    display: none;
}

.footer-copyright {
    /* 綠色(#b4b4b4) . 白色(#676767自訂) */
    color: #b4b4b4;
    text-align: center;
    margin: 0 auto;
}



/*** 內容 wrapper ***/

.content {
    width: 100%;
    height: auto;
    margin: 0 auto;
}




.visual_bk {
    width: 100%;
    height: 740px;
    padding-top: 70px;
    position: relative;
    background-image: url(../images/bg.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #fcfbf2;
    background-size: 2200px auto;
}

.visual_block {
    width: 1060px;
    height: 728px;
    margin: 0 auto;
    position: relative;
}

.visual_pic01 {
    width: 350px;
    height: 292px;
    position: absolute;
    top: 180px;
    left: 60px;

}

.visual_pic02 {
    width: 793px;

    position: absolute;
    top: 40px;
    right: -180px;

}


.block01_bk {
    width: 100%;
    height: 1200px;
    background-color: #727888;

}

.block01 {
    width: 1060px;
    height: auto;
    position: relative;
    margin: 0 auto;

}

.block02_bk {
    width: 100%;
    height: auto;
    background-color: #fcfbf2;
    overflow: hidden;

}

.block02 {
    width: 1060px;
    height: auto;
    position: relative;
    margin: 0 auto;
    overflow: hidden;

}


.block03_bk {
    width: 100%;
    height: 547px;
    background-color: #fcfbf2;
    overflow: hidden;
    background-image: url(../images/pc14.png);
    background-size: 2500px 584px;
    background-repeat: repeat-x;
    background-position: center top;
}

.block03 {
    width: 1060px;
    height: auto;
    position: relative;
    margin: 0 auto;
    overflow: hidden;

}


/*** 注意事項***/
.notice2 {
    padding: 5px 30px 50px 50px;
    margin: 0px auto;
    width: auto;
}

.notice2 ol {
    width: auto;
    font-size: 15px;
    line-height: 24px;
    margin: 0 auto;
    padding-left: 25px;
}

.notice2 li {
    margin-left: px;
    margin-bottom: 0px;
    list-style: decimal;
    color: #5d626e;
    text-align: justify;
    letter-spacing: 1px;
}

.notice2 span {
    color: #363a40;
    font-weight: 700;
}

.notice2 a:link,
.notice2 a:visited,
.notice2 a:hover,
.notice2 a:active {
    text-decoration: underline;
    color: #5d626e;
}

.notice2 span a:link,
.notice2 span a:visited,
.notice2 span a:hover,
.notice2 span a:active {
    text-decoration: none;
    color: #5d626e;
}

.notice2 h1 {
    color: #363a40;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 6px
}


/*跑馬燈*/

.p {
    position: relative
}

#effect {
    width: 80px;
    height: 140px;
    position: absolute;
    top: 150px;
    left: 530px
}


#myDiv {
    width: 1060px;
    overflow: hidden;
    padding-bottom: 20px;
    margin: 0 auto;

}

#myDiv img {
    width: 180px;
    margin: 0px 8px;
}

#myDiv2 {
    width: 1060px;
    overflow: hidden;
    padding-bottom: 12px;
    background-color: #fdeec4;

}

#myDiv2 img {
    width: 200px;
    margin: 0px 8px;
}

.btn_m {
    position: fixed;
    z-index: 998;
    bottom: 48px;
}








/*** 右側 ***/
.right {
    width: 135px;
    height: 165px;
    position: relative;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999;

}

.right_text {
    width: 106px;
    height: 34px;
    position: absolute;
    bottom: 82px;
    left: 27px;

}

.gold {
    width: 371px;
    /* height: 79px; */
    position: absolute;
    top: 110px;
    left: 20px;
}


#air {
    width: 120px;
    height: 100px;
    /* background-color: #78FF78; */
    position: absolute;
    top: 100px;
    left: 800px;
}

.arrow {
    width: 33px;
    /* height: 79px; */
    position: absolute;
    top: 420px;
    left: 750px;
}


#gogoro {
    width: 120px;
    height: 100px;
    /* background-color: #78FF78; */
    position: absolute;
    top: 270px;
    left: 800px;
}

#audiobook {
    width: 120px;
    height: 100px;
    /* background-color: #78FF78; */
    position: absolute;
    top: 1120px;
    left: 800px;
}