/* ======================================================================================
   LG版 start
====================================================================================== */

body {
    font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", "微軟正黑體", "Arial";
    word-break: break-all;
    padding-top:86px;
    word-break: break-word;
	font-size:16px;
}


/* ==================================================
   all
================================================== */

a {
    transition: all 0.4s ease;
    color: rgba(148, 81, 49, 1);
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

h1 {
    color: #b52028;
}

#pro-des h2 {
    margin-top: 0
}


/*產品型號*/

h4.newsTitle {
    margin-top: 0
}


/*list 標題名*/

h3 {
    color: #333333;
}

h4.newsTitle {
    font-size: 22px;
}

h4.media-heading {
    font-weight: bold;
    margin: 20px 0 10px;
	
}
td {
    padding: 7px 0 7px 7px;
}
#index-service .media-heading {
    font-size: 22px;
    color: #bb7040;
    margin: 10px 0 10px;
}
/*回圈內標題設定*/

.txtNormal h4 {
    color: rgb(212, 3, 17);
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
    line-height: 30px;
    background-color: #f3f3f3;
    padding: 15px 0 15px 14px;
    border-left: 3px solid #9f5f3b;
}

.txtNormal h5 {
    font-weight: bold;
    font-size: 22px;
    color: #bb7040;
}

.txtNormal h5 small {
    color: #bd9164;
}

.txtNormal h6 {
    color: #000000;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 21px;
}
.pagination>li>a, .pagination>li>span {
    border: 0px solid #ddd;
}
img {
    max-width: 100%
}

p {
    word-wrap: break-word;
	line-height: 23px;
}

#pdf-download p {
    margin-top: 10px
}


/*回圈內設定*/

p.msgdate_des {
    line-height: 22px;
    color: #666;
}


/*簡述*/

.msgdate_span {
    font-size: 10px;
    line-height: 22px;
}


/*日期*/

.more-box {
    padding-top: 15px;
}


/*按鈕區塊*/

.btn-more {
    border: none;
}

.btn-more:hover {
    background-color: #bcbcbc
}

.pdf-btn {
    width: 100%;
}

.pdf-btn p {
    font-size: 12px;
}


/*超出字點點點*/

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*聯絡我們驗證碼 & 表單*/

#contact-box .vcode {
    display: flex;
}

#contact-box img.captcha {
    width: auto;
    margin: 0 0 0 10px;
    height: 34px;
    border: none;
    box-shadow: none;
    padding: 0;
}

.red {
    color: rgba(148, 81, 49, 1)
}

.control-label {
    margin-right: 15px;
}


/*會員相關非組件框模組(補充CSS)*/

.member-info {
    padding: 6px 15px;
    border: 1px #ccc solid;
    background: #fff;
    width: 100%;
}

.member-info label {
    margin-bottom: 0;
}


/*購物車view.php 運送方式間距*/

.cheked-box {
    margin-right: 10px;
}

.padding-cancel {
    padding: 0;
}

.input-group-addon {
    font-size: 12px;
}


/*麵包屑*/

.breadcrumb {
    background: none;
	font-size: 12px;
}
.breadcrumb li a {
   color: #a5a5a5;
}

#in_msg_type.list-inline li {
    padding-left: 15px;
    padding-right: 15px;
}
small.msg_date {
    font-size: 13px;
}

/*產品list 設定*/

.B-type li:nth-child(2n+1) {
    clear: left;
}

#in-container {
    padding-bottom: 75px;
	min-height: 450px;
}


/*表單日期設定*/

#birthday.form-control {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}


/*區塊間距設定*/

.section-padding {
    padding-top: 7%;
    padding-bottom: 7%;
}

#in-container .section-padding {
    padding-top: 30px;
    padding-bottom: 0 !important;
}

/*section 區塊間距*/

.section-padding-in {
    padding-bottom: 75px;
}
#contact-zone1 {
    padding-bottom: 0;
}

/*迴圈用區塊間距*/

.in-block {
    overflow: hidden;
    margin-bottom: 30px;
}


/*sitemap*/

.sitemap-ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.sitemap-ul li {
    margin: 0 5px 30px;
    text-align: center;
    width: 19%;
    display: inline-table;
    background: rgba(0, 0, 0, 0.07);
    vertical-align: top;
}

.sitemap-ul li a {
    display: block;
    border-bottom: #fff solid 1px;
    font-size: 16px;
    color: #2b2b2b;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 17px;
    transition: all 0.5s ease;
}

.sitemap-ul li:last-child a {
    border-bottom: none;
    color: #000;
}

.sitemap-ul a:hover,
.sitemap-ul a:focus {
    text-decoration: none;
    background: #c6935f;
    color: #fff !important;
}

.sitemap-ul li ul {
    margin: 0;
    padding-left: 0;
}

.sitemap-ul li ul li {
    width: 100%;
    margin: 0 0 1px;
}

.sitemap-ul li ul li a {
    font-size: 12px;
    font-weight: normal;
}


/*訂購單頁面*/

.order-table-img img {
    width: 100%
}


/* ==================================================
   header
================================================== */

#nav-top {
    background: #fafafa;
    border-top: 3px solid rgba(148, 81, 49, 1);
}

.index_header {
    background: rgba(255, 255, 255, 1)
}

.sticky-header .index_header {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

#company_logo img {
    height: 95px;
	transition: all 0.4s ease;
}
.sticky-header #company_logo img {
    height: 60px;
    transition: all 0.4s ease;
}
.dropdown-menu {
    padding: 0
}

.navbar {
    height: inherit;
    margin-bottom: 0;
}

.navbar-default {
    border-left: none;
    border-right: none;
    border-radius: 0
}

.navbar-brand {
    padding: 15px 0;
}

.badge {
    background: rgba(148, 81, 49, 1)
}


/*社群按鈕*/

#sm-xs-other-nav {
    margin: 0
}

#sm-xs-other-nav>li>a {
    font-size: 12px;
}

#blog_link {
    margin-bottom: 0;
}

#blog_link li,
#sm-xs-other-nav {
    list-style: none;
    display: inline-block;
    text-align: center;
}

#blog_link li a:hover,
#sm-xs-other-nav li:hover {
    text-decoration: none;
}

#blog_link>li>a,
#sm-xs-other-nav>li>a {
    color: #bcbcbc;
    display: block;
    font-size: 18px;
    padding: 5px;
    transition: all 0.8s ease-in-out;
}

#blog_link li a .fa-facebook:hover {
    color: #3c5a9a;
}

#blog_link li a .fa-google-plus:hover {
    color: #df4b38;
}

#blog_link li a .fa-youtube:hover {
    color: #e01a2b;
}

#blog_link li a .fa-instagram:hover {
    color: #6a453b;
}


/*語系*/

#language_area {
    padding: 5px 15px;
}

#language_area a {
    font-size: 12px;
}

#language_area .dropdown-menu {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#language_area li a:hover {
    background: rgba(148, 81, 49, 1);
    color: #fff
}


/*nav*/

#mainnav {
    min-height: auto;
    border-radius: 0;
    border: none;
}

.navbar-collapse {
    padding: 0;
}



.navbar-default .navbar-nav>li {
    display: inline-block;
    float: none;
}
.sticky-header .navbar-default .navbar-nav>li>a {
    padding: 23px 15px 19px;
}
.navbar-default .navbar-nav>li>a {
    cursor: pointer;
    display: block;
    color: #000000;
    transition: all 0.35s ease;
    padding: 45px 15px 35px;
    font-size: 17px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: rgb(174, 124, 65);
    color: #fff;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    color: #fff;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
    background: rgba(148, 81, 49, 1);
}

.dropdown-menu {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0;
}

.dropdown-menu li {
    float: left;
    width: 100%;
    display: block;
    vertical-align: middle;
    /*list-style-image: url(../proimage/images/aaa.png);*/
}

.dropdown-menu li a {
    float: left;
    width: 100%;
}


/*--下拉選單--*/

.dropdown-menu li {
    width: 100%;
    border-bottom: 1px #777 dotted;
}

.dropdown-menu>li>a {
    display: block;
    color: #2b2b2b;
    padding: 12px 15px;
    font-size: 14px;
    text-align: left;
    color: #262626;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:active {
    background-color: rgba(148, 81, 49, 1);
    background-image: none;
    text-shadow: none;
    color: #fff;
}

.dropdown-menu li:last-child {
    border: none;
}


/*nav top*/

.headhesive,
.headhesive-unstick {
    margin: 0;
    position: fixed;
    width: 100%;
    top: -150px;
    z-index: 1000;
    padding: 0 15px;
    opacity: 0;
    transition: all 0.9s ease-in-out;
    opacity: 0;
}

.headhesive #company_logo a img,
.headhesive-unstick #company_logo a img {
    width: 100px;
}

.headhesive-stick {
    position: fixed;
    top: 0;
    z-index: 1500;
    margin: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.09);
    opacity: 1;
}

.headhesive-stick #company_logo a img {
    width: 100px;
}

.headhesive-stick #mainnav .navbar-nav li a {
    padding: 20px 10px;
}


/*search*/

#qsearch .dropdown-menu {
    padding: 0;
    border: none;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

#qsearch .btn {
    border-radius: 0
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(20%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

#qsearch .dropdown-menu {
    min-width: 250px;
    right: 40px;
    top: 0;
    animation-name: fadeInRight;
}

#qsearch .btn {
    border-radius: 0
}


/* ==================================================
   banner
================================================== */

.owl-carousel {
    z-index: 0;
}

.index-banner-title {
    left: 15%;
    right: 15%;
    bottom: 35%;
}

.index-banner-title h1 {
    margin: 0;
    font-size: 5em;
    font-weight: 900;
    color: #fff;
}

.index-banner-title h2 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 3px;
    padding-top: 2%;
    font-weight: 700;
}

#mainbanner img {
    min-width: 100%;
}

#mainbanner .carousel-caption {
    padding-bottom: 15%;
}

#mainbanner .carousel-indicators {
    display: none;
}

#mainbanner .owl-dots,
#mainbanner .owl-nav {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#mainbanner .owl-carousel .owl-nav .owl-next {
    position: absolute;
    margin-top: -23%;
    right: 30px;
    background: none;
    font-size: 30px;
}

#mainbanner .owl-carousel .owl-nav .owl-next:before {
    content: "\f054";
    font-family: FontAwesome;
}

#mainbanner .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    margin-top: -23%;
    left: 30px;
    background: none;
    font-size: 30px;
}

#mainbanner .owl-carousel .owl-nav .owl-prev:before {
    content: "\f053";
    font-family: FontAwesome;
}

#mainbanner .owl-carousel .owl-dots {
    position: absolute;
}

#mainbanner .owl-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    display: none;
}

.btn-primary {
    background-color: #ad020b;
    color: #ffffff;
    border: 1px solid #ad020b;
    border-radius: 3px;
    font-weight: bold;
}
.btn-more:hover {
    background-color: #d0a169;
    color: #ffffff;
    border: 1px solid #d0a169;
}
/* ==================================================
   footer
================================================== */


/* ==================================================
   index
================================================== */

.index-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 4%;
}
#index-service span, #index_company_in span {
    font-size: 20px;
    color: rgba(210, 163, 108, 1);
    font-weight: bold;
}


.index-title:before, .index-title:after {
    content: " ";
    display: inline-block;
    width: 2px;
    height: 63px;
    background-color: #cccccc;
    margin: 0 20px -18px;
    transform: skewX(-23deg);
}


/*首頁分類標題框架*/

.index-title a {
    color: #000000;
    font-size: 35px;
    letter-spacing: 3px;
    /*首頁分類標題連結顏色*/
}

.title p {
    width: 80%;
    margin: 30px auto;
    font-size: 17px;
    line-height: 30px;
    color: #6b6b6b;
}

#index_company .title p {
    width: 75%;
    margin: 30px auto 30px 0;
	line-height: 35px;
}

/*首頁about*/

#index_company_in {
    padding-top: 11%;
    padding-bottom: 11%;
    text-align: left;
}
/*index-proclass*/

.section-procat {
    margin-bottom: 35px;
    margin-top: -112px;
}

#index-procat .up {
    background: rgba(0, 155, 150, 0.8);
    padding: 15px 15px;
    color: #fff;
    /*首頁產品大類文字顏色*/
}

#index-procat h4 a,
#index-procat h4 a:hover {
    color: #fff;
    /*首頁產品大類標題顏色*/
}

#index-procat .up h4 {
    margin: 0 0 5px;
    font-size: 2.5rem;
}

#index-procat .up p {
    margin: 0;
}

#index-procat figure.effect-ming img {
    padding: 0;
}

.te-ma img {
    margin: 0 auto;
	max-width: 150px;
}


/*--------產品輪撥大圖---------*/
.portfolio-26 .ps-current {
    display: none;
}

.portfolio-26 .pgwSlideshow .ps-list li img {
    width: 150px;
}





/*----------------特效必要框架內容--------可貼在 LG 版 再自行再 md~xs 更改-----------*/

WW *,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}


/* Common style */

.grid figure {
    position: relative;
    /*float: left;*/
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    width: 100%;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-ming {
    background: #030c17;
}

figure.effect-ming img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: all 0.35s ease-out 0s;
    padding: 7px;
    background: #fff;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming p {
    /*padding: 1em;*/
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-ming:hover img {
    opacity: 0.4;
    transform: scale(1.2);
}

.grid .wrapper {
    text-align: center;
    font-size: 0;
    height: 100%;
}

.grid .wrapper:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.grid p.text {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.grid p.text img.mark {
    width: 20px;
    opacity: 1;
    display: inline;
    background: none;
    padding: 0;
}

#index_B1 {
    background-repeat: no-repeat;
    background-size: inherit;
    padding-top: 8%;
    background-position: 76% 0px;
	overflow: hidden;
}
#index_B2 {
    background-repeat: no-repeat;
    background-position: left 47%;
    background-size: inherit;
}

/*index-company*/





#index_company_in {
    padding-top: 9%;
    padding-bottom: 9%;
    text-align: left;
}


/*index-service*/

#index-service {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(240, 240, 240) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(240, 240, 240) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
    padding: 8% 0 100px;
}

#index-service .img-box {
    width: 60%;
    margin: 20px auto 0px;
}

#index-service .img-box a {
    display: block;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}

#index-service .img-box a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0);
    content: "";
    transition: all 0.3s ease-out 0s;
}

#index-service .img-box a:hover:before {
    transform: scale(1);
    opacity: 0.5;
}

#index-service p.text {
    font-size: 15px;
    line-height: 22px;
}


/*index-news*/

#index-news {
    position: relative;
}

#index-news .in-block {
    text-align: center;
}


/*index-product*/

#index-product {
    background: #f7f7f7;
    /*首頁產品輪播底色*/
}


/*index-品牌*/
.boxportfolio {
    width: 70%;
    margin: 0 auto;
}

.owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #b3030d;
}
.owl-dots .owl-dot span {
    width: 25px;
    height: 6px;
    margin: 5px 4px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 1px;
    transform: skewX(-33deg);
}
/* ==================================================
   in-page 內頁
================================================== */


/*banner*/

.in-banner {
    position: relative
}

.in-banner>.index-banner-title {
    position: absolute;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.in-banner>h2 {
    margin: 0;
    font-size: 3.5em;
    font-weight: 900;
}

.in-banner>p {
    font-size: 1.8em;
}


/*產品內頁pro-price區塊*/

#pro-price {
    background: #e7e7e7;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}


/*會員模組*/


/*--驗證碼圖*/

.vcode-img img {
    max-width: none;
    cursor: pointer;
}


/*頁籤模組*/

#product-tabs {
    margin-bottom: 25px;
}

#product-tabs #myTab {
    padding: 0;
    margin: 0 0 25px;
}

#product-tabs #myTab li {
    margin: 0;
}

#product-tabs #myTab li a {}

#product-tabs #myTab li a:hover,
#product-tabs #myTab li a:focus,
#product-tabs #myTab li a:active {}


/*購物車*/


/*--步驟箭頭*/

.cart_stepBox {
    width: 100%;
    display: table
}

.cart_stepBox li {
    width: 1%;
    display: table-cell
}

.cart_stepBox li .wrp {
    padding: 6px 0 6px 38px;
    display: block;
    position: relative
}

.cart_stepBox li,
.cart_stepBox li:hover {
    background: #eee
}

.cart_stepBox li .arr {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 16px;
    position: absolute;
    right: -16px;
    top: 0
}

.cart_stepBox li:nth-child(1) .arr {
    border-color: transparent transparent transparent #ccc
}

.cart_stepBox li:nth-child(1) {
    background: #ccc
}

.cart_stepBox li:nth-child(2) .arr {
    border-color: transparent transparent transparent #ddd
}

.cart_stepBox li:nth-child(2) {
    background: #ddd
}

.cart_stepBox li.active {
    background: rgba(148, 81, 49, 1);
    color: #fff;
}

.cart_stepBox li.active .arr {
    border-color: transparent transparent transparent rgba(148, 81, 49, 1);
}


/*----------------------footer----------------------*/

#footer-banner {
    height: 500px;
    text-align: center;
}

#footer-banner .in {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 56%, rgba(255, 255, 255, 0.85) 99%);
    height: 500px;
    padding: 10% 2% 2%;
}

#footer-banner h2 {
    font-size: 350%;
    font-family: 'Lora', "微軟正黑體";
    font-style: italic;
    margin: 0.83em 0 0.2em;
}

#footer-banner p {
    text-align: center;
    font-size: 110%;
    color: #848789;
    font-weight: 300;
    word-spacing: 2px;
    line-height: 1.8em;
    margin: 0 0 15px;
}

#footer {
    padding: 4% 0 3%;
    overflow: hidden;
    background-image:url(../images/footer-bg.jpg);
	background-position: left;
    background-size: cover;
	}

.ftbar {
    background: #3e5e5d;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ftbar ul {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}

.ftbar ul li {
    display: inline-block;
    float: none;
}

.ftbar ul li+li:before {
    content: "|";
    color: #ccc;
}

.ftbar ul li a {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    border-radius: 0;
}

.ftbar ul li a:hover,
.ftbar ul li a:focus,
.ftbar ul li a:active {
    background: none;
    color: rgba(148, 81, 49, 1);
}

h4.comname {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 8px;
}

#cominfo ul {
    padding: 0;
    margin: 0;
}

#cominfo ul li {
    font-size: 13px;
    line-height: 25px;
    color: #fff;
}

#cominfo ul li a {
    padding: 3px;
    display: block;
    color: #cccccc;
    font-size: 16px;
}

#cominfo ul li a i {
    margin-right: 5px;
    color: #d2a36c;
    min-width: 19px;
    text-align: center;
}

#cominfo ul li a:hover,
#cominfo ul li a:focus,
#cominfo ul li a:active {
    background: none;
    color: #ffffff;
}

#footernav {
    display: none;
}

#footer-right {
    text-align: right;
}

#footer_logo {
    margin-bottom: 30px;
    text-align: right;
}

#footer_logo img {
    width: 150px;
}

#footer_link {
    padding: 11px 0;
    margin-top: -89px;
    text-align: right;
}

#footer_link ul {
    text-align: right;
    padding: 0;
    margin: 0;
    font-size: 10px;
}

#footer_link ul li {
    display: inline-block;
    margin: 0 3px;
    color: #888;
}

#footer_link ul li.copyright {
    margin: 0 0 5px 3px;
    width: 100%;
}

#footer_link ul li a {
    display: block;
    padding: 0;
    color: rgb(173, 173, 173);
}

#footer_link ul li a:hover,
#footer_link ul li a:focus,
#footer_link ul li a:active {
    background: none;
    color: #ffffff;
}


/* ==================================================
   SIDE BAR
================================================== */

.panel {
    margin-bottom: 2px;
    border: none;
    border-radius: 0;
}

#sidebar .nav>li {
    overflow: hidden;
}

#sidebar .nav>li>a {
    padding: 15px 40px 15px;
    background: #e7e7e7;
    color: #555;
    position: relative;
}

#sidebar .nav>li>a::after {
    content: "\f138";
    position: absolute;
    left: 10px;
    top: 30%;
    z-index: 100;
    font-family: FontAwesome;
}

#sidebar .nav>li>a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 80%;
    z-index: 100;
    width: 2px;
    height: 1px;
    background: rgba(255, 255, 255, 0);
    transition: all 0.5s cubic-bezier(.89, -1.3, .2, 1.3);
}

#sidebar .nav>li>a:hover::before {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}

#sidebar .nav>li.active>a {
    background: rgba(148, 81, 49, 1);
    color: #fff;
}

#sidebar .nav>li>a:hover,
.nav>li>a:focus {
    background: rgba(148, 81, 49, 1);
    color: #fff;
}

#sidebar .nav ul {
    padding: 0;
    list-style: none;
}

#sidebar .nav ul a {
    padding: 15px 40px 15px;
    background: #f7f7f7;
    color: #555;
    text-align: right;
    position: relative;
    display: block;
}

#sidebar .nav ul li+li {
    border-top: 2px solid #FFF;
}


/* ==================================================
   LG版 尺寸微調
================================================== */


/* ======================================================================================
   MD版 start
====================================================================================== */

@media (min-width:992px) and (max-width:1199px) {
    /*首頁BANENR*/
    .index-banner-title {
        top: 25%;
    }
    .index-banner-title h1 {
        font-size: 3em;
    }
    .index-banner-title h2 {
        margin: 0;
        font-size: 2em;
        font-weight: 700;
    }
	
	.section-padding {
    padding-top: 10%;
    padding-bottom: 10%;
    }
	
    /*首頁產品大類*/
    .section-procat {
        margin-top: -112px;
    }
	#footer_link {
    margin-top: -63px;
    }
}

@media (min-width:992px) and (max-width:1000px) {
    /*首頁產品大類*/
    .section-procat {}
    .section-procat .in-block {
        padding: 0;
    }
    /*內頁BANENR*/
    .in-banner>.index-banner-title {
        left: 15%;
        right: 15%;
        top: 25%;
    }



}


/* ======================================================================================
   SM版 start
====================================================================================== */

@media (min-width:768px) and (max-width:991px) {
    /*BANENR*/
    .index-banner-title {
        top: 25%;
    }
    .index-banner-title h1 {
        font-size: 3em;
    }
    .index-banner-title h2 {
        margin: 0;
        font-size: 2em;
        font-weight: 700;
    }
    /*首頁產品大類*/
    .section-procat {
        margin-top: -137px;
    }
    .section-procat .pro-block {
        padding: 5px;
    }
    #index-procat .in-block {
        margin-bottom: 30px;
    }

    /*首頁產品大類*/
    .sitemap-ul li {
        width: 18.5%;
    }
    .page-header,
    .breadcrumb {
        text-align: center;
    }
    /*產品列表*/
    #in_msg_type.list-inline.B-type li {
        /*text-align-last: center;*/
    }
    /*消息列表*/
    h4.newsTitle {
        margin-top: 0;
    }
	#footer_link {
    margin-top: -60px;
}
}


/* ======================================================================================
   XS版 start
====================================================================================== */

@media (max-width:767px) {
    body {
        padding-top: 56px;
    }
	.txtNormal h4 {
    border-top: 3px solid #9f5f3b;
    border-left: 0px solid #9f5f3b;
    margin-bottom: 30px;
    }
    .btn-more {
        margin-bottom: 5px;
    }
    /* 手機版選單按鈕切換特效 */
    /* 搭配JS在main.js裡 */
    /* class更換   "larr"左箭頭 "rarr"右箭頭 "uarr"上箭頭 "x"叉叉 "plus"加號 都沒設是減號  */
    nav *,
    nav *:before,
    section *:after {
        transform: translate3d(0, 0, 0);
    }
    .xs-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    #index-procat ul li.xs-fluid {
        margin-bottom: 15px;
    }
    .btn-more {
        display: block;
        width: 100%
    }
    .sitemap-ul>li {
        margin-bottom: 15px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #in-container {
        text-align: left;
    }
	.form-group {
    text-align: left;
    }
	.btn-primary {
    max-width: 130px;
    margin: 25px auto 0;
    }
    .navicon-button {
        display: inline-block;
        position: relative;
        padding: 18px 10px;
        transition: 0.25s;
        cursor: pointer;
        user-select: none;
        opacity: .8;
        background: none !important;
        border: none;
    }
    .navicon-button .navicon:before,
    .navicon-button .navicon:after {
        transition: 0.25s;
    }
    .navicon-button:hover {
        transition: 0.5s;
        opacity: 1;
    }
    .navicon-button:hover .navicon:before,
    .navicon-button:hover .navicon:after {
        transition: 0.25s;
    }
    .navicon-button:hover .navicon:before {
        top: 10px;
    }
    .navicon-button:hover .navicon:after {
        top: -10px;
    }
    .navicon {
        position: relative;
        width: 30px;
        height: .3125rem;
        background: #000;
        transition: 0.5s;
        border-radius: 2.5rem;
    }
    .navicon:before,
    .navicon:after {
        display: block;
        content: "";
        height: .3125rem;
        width: 30px;
        background: #000;
        position: absolute;
        z-index: -1;
        transition: 0.5s 0.25s;
        border-radius: 2.5rem;
    }
    .navicon:before {
        top: 8px;
    }
    .navicon:after {
        top: -8px;
    }
    .open:not(.steps) .navicon:before,
    .open:not(.steps) .navicon:after {
        top: 0 !important;
    }
    .open .navicon:before,
    .open .navicon:after {
        transition: 0.5s;
    }
    .open {
        transform: scale(1);
        position: relative;
        z-index: 600;
    }
    .open.larr .navicon:before,
    .open.larr .navicon:after,
    .open.rarr .navicon:before,
    .open.rarr .navicon:after,
    .open.uarr .navicon:before,
    .open.uarr .navicon:after {
        width: 1.5rem;
    }
    .open.larr .navicon:before,
    .open.rarr .navicon:before,
    .open.uarr .navicon:before {
        transform: rotate(35deg);
        transform-origin: left top;
    }
    .open.larr .navicon:after,
    .open.rarr .navicon:after,
    .open.uarr .navicon:after {
        transform: rotate(-35deg);
        transform-origin: left bottom;
    }
    .open.uarr {
        transform: scale(0.75) rotate(90deg);
    }
    .open.rarr .navicon:before {
        transform: translate3d(1em, 0, 0) rotate(-35deg);
        transform-origin: right top;
    }
    .open.rarr .navicon:after {
        transform: translate3d(1em, 0, 0) rotate(35deg);
        transform-origin: right bottom;
    }
    .open.plus .navicon,
    .open.x .navicon {
        background: transparent;
    }
    .open.plus .navicon:before,
    .open.x .navicon:before {
        transform: rotate(-45deg);
    }
    .open.plus .navicon:after,
    .open.x .navicon:after {
        transform: rotate(45deg);
    }
    .open.plus {
        transform: scale(0.75) rotate(45deg);
    }
    /*nav-top*/
    #blog_link {
        text-align: right;
    }
    /*NAV buttom*/
    /*淡入*/
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
            /*初始状态 透明度为0*/
        }
        50% {
            opacity: 0;
            /*中间状态 透明度为0*/
        }
        100% {
            opacity: 1;
            /*结尾状态 透明度为1*/
        }
    }
    /*淡出*/
    @-webkit-keyframes fadeout {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    .navbar-collapse {
        border: none !important;
        top: -39px;
        left: 0;
        padding-top: 97px;
        padding-bottom: 97px;
        padding-right: 30px;
        padding-left: 30px;
        position: fixed;
        height: 105vh !important;
        width: 100%;
        z-index: -1;
        margin: 0 !important;
        background: rgba(255, 255, 255, 0.9);
        max-height: inherit !important;
        background: rgba(255, 255, 255, 1);
        -webkit-animation-name: fadeout;
        /*动画名称*/
        -webkit-animation-duration: 0.5s;
        /*动画持续时间*/
        -webkit-animation-iteration-count: 1;
        /*动画次数*/
        -webkit-animation-delay: 0.5s;
        /*延迟时间*/
        opacity: 0;
        overflow-y: scroll;
    }
    .navbar-collapse.in {
        -webkit-animation-name: fadeIn;
        /*动画名称*/
        -webkit-animation-duration: 0.5s;
        /*动画持续时间*/
        -webkit-animation-iteration-count: 1;
        /*动画次数*/
        -webkit-animation-delay: 0s;
        /*延迟时间*/
        opacity: 1;
    }
    /*NAV li a*/
    .navbar-default .navbar-nav>li>a {
        padding: 20px;
    }
    .register-li {
        display: block !important;
        border-top: 2px dotted #e7e7e7;
    }
    .register-li a {
        display: block;
    }
    #main_menu>li {
        display: block !important;
        border-top: 1px solid #e7e7e7;
    }
    /*NAV li a 下拉*/
    #main_menu .dropdown-menu {
        background: #e7e7e7
    }
    .dropdown-menu li {
        border-top: 2px dotted #e7e7e7;
        border-bottom: none;
    }
    .dropdown-menu li:last-child {
        border-top: 2px dotted #e7e7e7;
    }
    #main_menu .dropdown-menu li {
        border-bottom: 2px dotted #fff;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 15px;
    }
	#contact-map {
    padding-bottom: 45px;
    }
    /*search*/
    #qsearch .dropdown-menu {
        display: block !important;
        position: relative;
        box-shadow: none;
    }
    /*other-nav*/
    .navbar-nav {
        margin: 0 -15px;
    }
    .navbar-default .navbar-nav>li {
        width: 100%;
        float: left;
    }
	.sticky-header #company_logo img {
    height: 45px;
    transition: all 0.4s ease;
    }
    #other-nav.dropdown-menu {
        display: block !important;
        position: relative;
        box-shadow: none;
        width: 100%;
        border: none;
    }
    .dropdown-menu>li>a {
        padding: 20px;
        font-weight: bold;
        display: inline-block;
    }
    /*logo*/
    #company_logo img {
        height: 60px;
        margin: 5px 0 5px 10px;
    }
    /*首頁產品大類區塊*/
    .section-procat {
        margin-top: 0;
    }
    .section-procat .in-block {
        padding: 0;
    }
    /*首頁BANENR*/
    #mainbanner .carousel-caption {
        padding-bottom: 42%;
    }
    .index-banner-title h1 {
        font-size: 1.8em;
        word-break: break-word;
    }
    .index-banner-title h2 {
        font-size: 1.5em;
        word-break: break-word;
    }
    #mainbanner .owl-carousel .owl-nav .owl-next {
        margin-top: -60%;
        margin-right: -5%;
    }
    #mainbanner .owl-carousel .owl-nav .owl-prev {
        margin-top: -60%;
        margin-left: -5%;
    }
    /*首頁about*/
	
    #index_company_in {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    }
	#index_company .title p {
    margin: auto;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
	#index-portfolio {
    padding-top: 80px;
    padding-bottom: 80px;
    }
	
	
	.more-box {
    padding-top: 15px;
    width: 113px;
    margin: 0 auto;
    }
	
	
	#footer_link {
    padding: 11px 0;
    margin-top: 0;
    text-align: center;
    background-color: #3a3a3a;
	}
	
	#footer_link ul {
    text-align: center;
    }
	
    /*首頁區塊*/
    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: left;
    }
    /*頁籤模組*/
    #myTab-accordion .panel-heading h4 {
        margin: 0;
    }
    #myTab-accordion .panel-heading h4 a {
        display: block;
        background: #f5f5f5;
        color: #2b2b2b;
        padding: 10px 10px;
    }
    #myTab-accordion .panel-heading h4 a:hover,
    #myTab-accordion .panel-heading h4 a:focus,
    #myTab-accordion .panel-heading h4 a:active {
        background: #97c762;
        color: #fff;
    }
    #myTab-accordion .panel {
        border-radius: 0 !important;
    }
    #myTab-accordion .panel-default>.panel-heading {
        background: none;
        padding: 0;
    }
    /*購物車*/
    /*--步驟箭頭*/
    .cart_stepBox li .wrp {
        padding-left: 15px;
    }
    /*table-responsive 調整*/
    #tab-rwd-xs {
        margin-left: 0;
        margin-right: 0;
    }
    /*banner*/
    .in-banner>.index-banner-title {
        top: 18%;
    }
    .in-banner>h2 {
        font-size: 1.8em;
        font-weight: 900;
    }
    .in-banner>p {
        font-size: 1em;
    }
	.index-title {
    margin: 0 0 45px;
}
	 /*service*/
	#index-service {
    padding: 60px 0;
    }
	
    /*footer*/
    #footer {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    #footer,
    #footer_logo {
        text-align: center;
    }
    #footer_logo {
        margin-bottom: 0;
    }
    #footer_logo img {
        margin-top: 15px;
    }
    /*news*/
    .textmsg {
        margin-top: 15px;
    }
	.B-type .in-block {
    width: 100%;
    }
	
	.txtNormal img {
    margin: 0 auto;
    }
	.about-1 .txtNormal li {
    list-style-type: none;
    margin-left: -30px;
    }
	.privacy .txtNormal li {
    list-style-type: none;
    margin-left: -40px;
    line-height: 30px;
   }
}


/* ==================================================
   XS版 尺寸微調
================================================== */

@media (max-width:480px) {}

@media (max-width:380px) {
	h4.comname {
    font-size: 22px;
}
	#index-service .in-block {
    width: 100%;
}
	
    #mainbanner .carousel-caption {
        padding-bottom: 33%;
    }
}