@charset "UTF-8";
main *, main *:before, main *:after {
    box-sizing: content-box;
}

main #navLink {
    width: 100%;
    min-width: 1020px;
    height: 80px;
    padding: 10px 0;
    background-color: #ffffff;
    font-family: Arial, "微軟正黑體";
    text-align: center;
}

main .navLink {
    position: absolute;
    z-index: 999;
    top: 602px;
}

main .fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #f7f7f7;
}

main #navLink > ul {
    display: inline-block;
}

main #navLink > ul > li {
    float: left;
    width: 163px;
    height: 80px;
    border-left: 1px solid #CCC;
    text-indent: -9999px;
}

main #navLink .link1 {
    background: url(../images/link_01.png) no-repeat left top;
}

main #navLink .link2 {
    background: url(../images/link_02.png) no-repeat left top;
}

main #navLink .link3 {
    background: url(../images/link_03.png) no-repeat left top;
}

main #navLink .link4 {
    background: url(../images/link_04.png) no-repeat left top;
}

main #navLink .link5 {
    background: url(../images/link_05.png) no-repeat left top;
}

main #navLink .link6 {
    background: url(../images/link_06.png) no-repeat left top;
}

main #navLink .link7 {
    background: url(../images/link_07.png) no-repeat left top;
}

main #navLink .link8 {
    background: url(../images/link_08.png) no-repeat left top;
    border-right: 1px solid #CCC;
}

main #navLink > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

main #navLink .navLinks:hover {
    background-position: right top;
}

main #navLink .selected {
    background-position: right top;
}

main #navLink .subLink {
    display: none;
    text-align: center;
    width: 100%;
    margin-left: -1px;
    padding-top: 10px;
    border: 1px solid #CCC;
    border-top: none;
    background-color: #FFF;
    text-indent: 0px;
}

main #navLink .subLink > li {
    width: 100%;
    line-height: 50px;
    font-size: 15px;
}

main #navLink .subLink > li a {
    display: block;
}

main #navLink .subLink > li a:hover {
    background-color: #bc803a;
    color: #FFF;
}

main .font_mainColor {
    color: #0bb580;
}

main .font_orange {
    color: #ff6600;
}

main .font_blue {
    color: #058fa8;
}

main .font_green {
    color: #4fcc6a;
}

main .font_yellow1 {
    color: #fffc00;
}

main .font_yellow {
    color: #d09333;
}

main .font_yellowLight {
    color: #feffc1;
}

main .font_yellowDark {
    color: #ff8d00;
}

main .font_redLight {
    color: #ff5454;
}

main .font_white {
    color: #ffffff;
}

main .font_gray {
    color: #bbbbbb;
}

main .font_block {
    color: #000;
}

main .font_green2 {
    color: #eaff01;
}

main .font_Brown {
    color: #be6f13;
}

main .bg_mainColor {
    background-color: #0bb580;
}

main .bg_green {
    background-color: #4fcc6a;
}

main .bg_yellow {
    background-color: #ffb400;
}

main .bg_yellowDark {
    background-color: #ff8d00;
}

main .bg_gray {
    background-color: #bbbbbb;
}

main .bg_greenImg {
    background: url(../images/bgGreen.jpg) no-repeat center center;
}

main .bg_ {
    background: url(../images/bgGreen.jpg) no-repeat center center;
}

main .hover_yellow:hover h4 {
    color: #ffb400;
}

main .circle {
    margin: 0 auto;
    border-radius: 50%;
}

main p.imgNote {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

main p.sectionNote {
    width: 800px;
    margin: 0 auto;
    font-size: 19px;
}

main p.pageBtn {
    width: 400px;
    line-height: 60px;
    margin: 50px auto 0;
    border: 1px solid #ffffff;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}

main p.contactBtn {
    position: relative;
    z-index: 2;
    width: 400px;
    line-height: 55px;
    margin: 50px auto 0;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    background-color: #034ea2;
    border: 1px solid #ffffff;
    letter-spacing: 1px;
}

main p.contactBtn a {
    color: #FFF;
}

main p.contactBtn:hover {
    background-color: #ffb400;
}
