﻿body {
    color: #7E4D32;
    margin-top: 190px;
}

/*----- 內頁導覽列 -----*/
#page-path {
    width: 100%;
}

.page-path-wrap {
    width: 80%;
    padding: 15px 0px 5px 0px;
    margin: 0px auto;
}

#path-content {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    white-space: nowrap;
}

#path-content > a {
    color: #7E4D32;
}

/*----- 內容背景樣式 -----*/
.content-wrap {
    width: 80%;
    margin: 20px auto;
}

/*----- 內頁大標題 -----*/
#pageTitle {
    text-align: center;
    overflow: hidden;
    margin: 0px auto 20px auto;
    font-weight:bolder;
}

/*----- 內頁內容 -----*/
#content-detail img {
    height: auto !important;
    max-width: 100%;
    object-fit: contain;
}

/*----- 第二層選單 內頁 -----*/
#page-second-menu {
    margin-bottom:50px;
}

#page-second-menu > ul {
    list-style: none;
    text-align: center;
    padding: 0px;
}

#page-second-menu > ul > li {
    display: inline-block;
}

#page-second-menu > ul > li > a {
    display:block;
    color: #7E4D32;
    padding: 10px 20px;
    margin: 5px;
    border: 1px solid #7E4D32;
}

#page-second-menu > ul > li > a:hover, #page-second-menu > ul > li > .second-active, #mobile-second-menu > ul > li > a:hover, #mobile-second-menu > ul > li > .second-active {
    color: #ffffff;
    background-color: #7E4D32;
    font-weight: bold;
}

#mobile-second-menu {
    display: none;
}

#mobile-second-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

#mobile-second-menu ul li {
    text-align: center;
    width: 100%;
}

#mobile-second-menu ul > li > a {
    display:block;
    width:100%;
    color: #7E4D32;
    padding:20px;
}

/*----- 最新消息 列表頁 -----*/
#news-list {
    width: 90%;
    list-style: none;
    padding: 0px;
    margin: 0px auto;
    text-align:center;
}

#news-list a {
    color: #7E4D32;
}

#news-list a:hover {
    color: #ffffff;
    background-color: #7E4D32;
}

#news-list > li {
    vertical-align: top;
    min-width: 300px;
    max-width: 300px;
    text-align: center;
    display: inline-block;
    border: 1px solid;
    padding: 15px;
    margin: 7px 7px 70px 7px;
}

.news-date {
    position: relative;
    top: -30px;
    font-size: 20px;
    background-color: #ffffff;
    width: 80%;
    margin: auto;
}

.news-pic {
    width: 260px;
    height: 260px;
    position: relative;
    top: -20px;
    overflow: hidden;
    display: block;
    border: 1px solid;
    margin:auto;
    line-height:260px;
}

.news-pic > a > img {
    min-width: 100%;
    max-width:260px;
    min-height:260px;
}

.news-type {
    position: relative;
    top: -10px;
    text-align: center;
}

.news-type a {
    display: block;
    padding: 5px;
    max-width: 30%;
    white-space:nowrap;
}

.news-title a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.news-content {
    text-align: left;
    margin: 5px auto;
    color: #666666;
    min-height: 120px;
}

.news-more {
    position: relative;
    top: 30px;
    width: 80%;
    margin: auto;
}

.news-more a {
    display: block;
    padding: 7px 10px;
    font-size: 16px;
    background-color: #ffffff;
    width: 100%;
}

/*----- 產品介紹 列表頁 -----*/
#product-list {
    width: 90%;
    list-style: none;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
}

#product-list a {
    color: #7E4D32;
}

#product-list a:hover {
    color: #ffffff;
    background-color: #7E4D32;
}

#product-list > li {
    vertical-align: top;
    min-width: 250px;
    max-width: 250px;
    text-align: center;
    display: inline-block;
    border: 1px solid;
    margin: 7px 7px 70px 7px;
}

.product-pic {
    width: 250px;
    height: 250px;
    overflow: hidden;
    display: block;
    margin: 0px;
    position: relative;
}

.product-pic > a > img {
    min-width: 100%;
    max-width:250px;
    height:auto;
    min-height:250px;
}

.product-type {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background-color: #7E4D32;
}

.product-type > a{
    color: #ffffff !important;
    background-color: #7E4D32;
    padding:10px;
}

.product-title {
    text-align: center;
}

.product-title a {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.product-content {
    font-size: 12px;
    text-align: left;
    margin: 5px auto;
    color: #666666;
    padding: 5px 10px;
    min-height: 60px;
}
}


.product-date {
    text-align: right;
    padding: 5px 10px;
}

.product-more {
    margin: 10px auto;
    width:75%;
}

.product-more a {
    display:block;
    color: #ffffff !important;
    background-color: #7E4D32;
    width: 100%;
    padding:10px;
}

/*----- 最新消息、產品介紹 內頁 -----*/
.detail-title {
    font-size:30px;
    color:#666666;
    font-weight:bold;
    text-align:center;
}

.detail-content {
    padding:30px;
    color: #000000;
}

.detail-content img {
    max-width: 100%;
    height: auto !important;
}

.detail-date {
    display: block;
    padding: 15px;
}

.detail-bottom {
    padding: 10px 0px;
    width:100%;
}

.detail-preview {
    float: left;
}

.detail-next {
    float: right;
}

.detail-preview a, .detail-next a {
    color: #7E4D32;
}

    .detail-preview a:hover, .detail-next a:hover {
        color: #ffffff;
        background-color: #7E4D32;
    }