#wrapper {
    width: 100%;
}

#header {
    width: 100%;
    position: fixed;
    top: 0px;
    background-color: #171612;
    z-index: 9999;
}

#header-menu {
    background: url('../img/header-bg.jpg') no-repeat;
    background-size: cover;
}

#header-menu-contain {
    width: 80%;
    margin: auto;
    padding:0px;
}

#mobile-menu-toggle {
    float: right;
    display: none;
    line-height:100px;
}

#mobile-menu-toggle i {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: inline-block;
}

#H1 {
    display: none;
    height: 0;
    width: 0;
    overflow: hidden;
}

#footer {
    text-align: center;
    background-color: #000000;
    margin-bottom: 30px;
}

#footer-banner {
    width: 80%;
    height: 150px;
    background: url("../img/sponsors-blown.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}

/*-----頂部按鈕-----*/
.pc-header-btn {
    justify-content: space-around !important;
    float:right;
}

#toplinks {
    display: flex;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
}

#toplinks #head-btn1 {
    flex:1;
}

#toplinks #head-btn2 {
    flex: 2;
}

    #toplinks #head-btn1, #toplinks #head-btn2 {
        height: 30px;
        margin-right: 10px !important;
        line-height: 25px;
        background-color: #3E2517;
        color: #ffffff;
        border: 1px solid #3E2517;
        display: inline-block;
        text-align: center;
    }

.mobile-header-btn {
    display: none !important;
    position: fixed;
    bottom: 0;
    left: 0px;
    z-index: 9999;
    width: 100%;
}


#toplinksMobile {
    width: 100%;
    display: flex;
    padding:0px;
    margin:0px;
}

#toplinksMobile > a {
    flex: 1
}

#toplinksMobile #head-btn1 {
    background-color: #F39800;
}

#toplinksMobile #head-btn2 {
    background-color: #1EBF8C;
}

#toplinksMobile #head-btn1, #toplinksMobile #head-btn2 {
    color: #ffffff;
    text-align: center;
    margin: 0px;
    padding: 10px;
}

/*-----滾動回頂部按鈕-----*/
#goToTop {
    position: fixed;
    right: 1%;
    bottom: 4%;
    cursor: pointer;
    font-size: 30px;
}

#goToTop > a:link, a:visited, a:hover, a:active {
    color:#ffffff;
    vertical-align: initial;
}

/*-----Line Facebook Phone 超連結-----*/
#linkLineFbTel {
    position: fixed;
    right: 1%;
    bottom: 10%;
    font-size: 30px;
    text-align:center;
}

#linkLineFbTel img {
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    display: block;
    display: block;
}

.IconFace {
    content: url("../img/IconFace.png");
}
.IconLine {
    content: url("../img/IconLine.png");
}
.IconPhone {
    content: url("../img/IconPhone.png");
}

/*-----客服超連結-----*/
#customeservice {
    position: fixed;
    right: 0px;
    bottom: 30%;
}

.customeservice-content {
    display: none;
    width: 84px;
    left: 72px;
    position: absolute;
    top: 80px;
}
.customeservice-content ul {
    padding: 0px;
}
.customeservice-content li {
    text-align: left;
    width: 84px;
    overflow: hidden;
    margin: 5px;
    margin-bottom: 10px;
}
.customeservice-content a {
    text-align: left;
    color: rgb(125, 125, 125);
    height: 25px;
    line-height: 25px;
    display: block;
    background: url("../img/new_online_2.png") 8px center no-repeat;
    padding-left: 30px;
    border-radius: 0px;
}

#productsContent {
    clear: both;
}

/*----- 分頁樣式 -----*/
#page-nav-bar {
    width:100%;
    padding:10px 0px;
    margin: auto;
    text-align:center;
}

#number-nav, #btn-nav {
    padding: 10px;
    display: inline-block;
    font-size:12px;
}

#number-nav > a, .page-nav-dot {
    border: 1px solid #7E4D32;
    padding: 3px 5px;
    margin: 0px 5px;
    color: #7E4D32;
    padding: 5px 7px;
}

#number-nav > a:hover, .page-nav-active {
    border: 1px solid #7E4D32;
    background-color: #7E4D32;
    color: #ffffff;
    padding: 5px 7px;
    margin: 0px 5px;
}

#btn-nav > input[type=text] {
    width: 30px;
    padding: 5px 7px;
    margin: 0px 5px;
}

#btn-nav > input[type=button] {
    border: 1px solid #7E4D32;
    background-color: #ffffff;
    padding: 5px 7px;
    margin: 0px 5px;
}

#content-detail>h2, #page-content>h2 {
    background-color: #48205c;
    margin: 1.4rem 0 1em 0;
    padding: .6rem 1rem;
    color: #fff;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 1.4em;
    border-radius: 5px;
    box-shadow: .2em .2em 0px #7866a4;
}

#content-detail>h3, #page-content>h3 {
    margin: 1.4rem 0 1em 0;
    padding: 12px 0 10px 0;
    font-size: 20px !important;
    line-height: 1.3em;
    font-weight: 700;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
}

#content-detail>h4, #page-content>h4 {
    margin: 1.4rem 0 1em 0;
    padding: .4rem 0;
    font-size: 18px !important;
    line-height: 1em;
    font-weight: 800;
    letter-spacing:0px !important;
}

#content-detail>figure, #page-content>figure {
    font-size:16px !important;
    font-style:italic;
}

#content-detail>p, #page-content>p, .news-list-content {
    font-size:16px !important;
}

#page-content>ol>li, #page-content>ol>li>strong, #page-content>ul>li, #page-content>ul>li>p, #page-content>ol>li>p {
    font-size:16px !important;
}

table, table>tbody>tr>td, table>thead>tr>th {
    border: 1px solid #000 !important;
}

table>tbody>tr>td, table>thead>tr>th {
    padding:10px !important;
}

#page-content>table>thead>tr>th, #page-content>table>thead>tr>th>p {
    font-size:16px !important;
}

#page-content>table>tbody>tr>td, #page-content>table>tbody>tr>td>p {
    font-size:16px !important;
}

.news-pic, .news-pic>a, .news-pic > a > img, #slideShow, #slideShow>li>div>img {
    height: auto !important;
    line-height: 0 !important;
    min-height: auto !important;
}

#logoImg {
    max-height: 40px !important;
}

.content-nobg, content-wrap {
    margin: 2% !important;
    padding: 2% !important;
    width: 96% !important;
}

@media screen and (max-width: 830px) {
    #primary-menu-ul > li {
        display: block;
        text-align: right;
        height: 50px;
    }
    #logoImg {
        max-height: 40px !important;
    }
    #m_logoImg {
        max-height: 40px !important;
    }    
}