﻿@charset "utf-8";
/* CSS Document */
body {
    font-size: 16px;
    color: #333;
    font-family: '微軟正黑體','Noto Sans TC', 'Lato', Arial, sans-serif;
}

p {
    line-height: 30px;
    margin-bottom: 30px;
}

.wrapfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.d-flex{
    display:flex;
}

a {
    color: #666;
    transition:all .5s ease;
}
.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}
a:hover {
    color: #a08b69;
}
.alignC{
    text-align:center;
}

    a.ani-pop:hover, .footer .social-area li a:hover , .wid-home-about.aos-animate .number-list .info .icon, .wid-home-video .play:hover,
    .header .navbar .sub-nav li a:hover, .slick .slick-arrow:hover {
        -webkit-animation-name: hvr-pop;
        animation-name: hvr-pop;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        transform-origin: center center;
    }
.btn-primary {
    background: #a08b69;
    color: #fff;
    text-align: center;
    border: none;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background: #46B1B7;
}

.btn-default {
    border: 1px solid #DFDFDF;
    color: #888;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: #a08b69;
    color: #fff;
}


/** loading **/
.loadingbar {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;

}
.loadingbar div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #a08b69;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #a08b69 transparent transparent transparent;
}
.loadingbar div:nth-child(1) {
  animation-delay: -0.45s;
}
.loadingbar div:nth-child(2) {
  animation-delay: -0.3s;
}
.loadingbar div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 防止float溢出 */
.content .txt:after,
.content .list-box .txt-list li:after,
body.news .content > .h3:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#floating{
    display:none;
}
#floating .btn-floating {
    background-color: #a08b69;
    display: block;
    width: 28px;
    height: 58px;
    position: absolute;
    left: -30px;
    margin: 1px;
    padding: 10px 3px;
    display: none;
}

#floating .btn-floating .icon-arrow {
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
    width: 32px;
    height: 40px;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
}

#floating ul li {
    padding: 5px 0;
}

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    width: 60px;
    font-size: 10px;
    color: #bbb;
    text-align: center;
    display: block;
    position: relative;
}

#floating ul li a:hover {
    color: #333;
}

#floating ul li a .icon {
    font-size: 30px;
    display: block;
    margin: 0 auto 2px;
}

#floating ul li a:hover .icon {
    color: #a08b69;
}

#floating ul li a .num {
    min-width: 16px;
    height: 16px;
    background-color: #EB0F0F;
    font-size: 12px;
    color: #fff;
    display: block;
    border-radius: 16px;
    line-height: 16px;
    position: absolute;
    right: 8px;
    top: 0;
}

#floating ul li a .txt-en {
    display: none;
}

.jcarousel-wrapper {
    position: relative;
}

body:not(.album) .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.jcarousel li a {
    display: block;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: auto;
}

.pic a {
    display: block;
}

/********************* Header *********************/
 .header:before {
    content: "";
    background: rgb(40,40,40);
    background: linear-gradient(180deg, rgba(40,40,40,80%) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30%;
    z-index: 20;
}

   .header .navbar {
        z-index: 30;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
.header .navbar {
    border-radius: 0;
    padding: 30px 0;
}
/*body:not(.home) .header .navbar {
    border-radius: 0;
    background: #000;
}*/
.header .navbar .d-flex {
    align-items: center;
    justify-content: space-between;
}

        .header .navbar .navbar-brand {
            transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
            background: url(../images/all/slogo.svg) no-repeat;
            display: block;
            height: 52px;
            padding: 0;
            text-indent: -9999px;
            margin:0;
            width: 0;
            background-size:contain;
            }


.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}
        .header .navbar .d-menu {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
.header .navbar .navbar-nav {
    float: none;
    margin-top: 0;
    margin-right: 0;
    background: none;
    display: inline-block;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    /* width: calc(100% - 118px); */
    width: 100%;
    align-items: center;
}

        .header .navbar .navbar-nav li a {
            color: #fff;
            font-size: 18px;
            padding: 5px 10px;
            background-color: inherit;
            -webkit-transition: 0.3s all ease;
            -moz-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            transition: 0.3s all ease;
            white-space: inherit;
            font-weight: 500;
        }
        .header .navbar .navbar-nav li li a{
            font-size:15px;
            padding:10px 15px;
        }

.header .navbar .navbar-nav li a:hover,
.header .navbar .navbar-nav li.b > a {
    color: #a08b69;
    background: none;
}

.header .navbar .navbar-nav li + li a {
    /*border-left: 1px solid #eee;*/
}

.header .navbar .navbar-nav li a .txt-en {
    margin-left: 5px;
    color: #ccc;
    font-weight: normal;
    float: right;
}

.header .navbar .navbar-nav li a:focus {
    background-color: transparent;
}

.header .navbar .navbar-nav li a:hover .txt-en,
body.about .header .navbar .navbar-nav li.b1 a .txt-en,
body.product .header .navbar .navbar-nav li.b2 a .txt-en,
body.news .header .navbar .navbar-nav li.b3 a .txt-en,
body.contact .header .navbar .navbar-nav li.b4 a .txt-ens {
    color: #999;
}

    .header .navbar .sub-nav {
        /*position: absolute;
    right: 15px;
    top: 20px;
    margin-bottom: 10px;*/
        display: flex;
        position: fixed;
        flex-direction: column;
        top: 50%;
        right: 10px;
    }


.header .sub-menu-area{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

    .header .navbar .sub-nav li {
        padding: 0;
        vertical-align: middle;
    }

        .header .navbar .sub-nav li:not(:last-child):after {
            content: "";
            height: 10px;
            width: 2px;
            background: #ccc;
            display: block;
            margin: auto;
        }
    .header .navbar .sub-nav li a {
        background-position: center center;
        background-repeat: no-repeat;
        width: 36px;
        height: 36px;
        text-indent: -9999px;
        background-color: #dbdbdc;
        border-radius: 50%;
    }
.header .navbar .sub-nav li.icon_phone{
}
    .header .navbar .sub-nav li.icon_phone a {
        background-image: url('../images/all/icon_phone.svg');
        background-size: 20px;

    }


.header .navbar .sub-nav li.icon_f a {
    background-image: url(../images/all/icon_f.svg);
    background-size: 26px;
}
.header .navbar .sub-nav li.icon_i a {
    background-image: url(../images/all/icon_i.png);
}
.header .navbar .sub-nav li.icon_t a {
    background-image: url(../images/all/icon_t.png);
}
.header .navbar .sub-nav li.icon_y a {
    background-image: url(../images/all/icon_y.png);
}
.header .navbar .sub-nav li.icon_p a {
    background-image: url(../images/all/icon_p.png);
}
    .header .navbar .sub-nav li.icon_l a {
        background-image: url(../images/all/icon_l.svg);
        background-size: 26px;

    }
    .header .navbar .sub-nav li.icon_w a {
        background-image: url(../images/all/icon_social3.png);
    }



.header .navbar .sub-nav li.b1 {
    display: none;
}

.header .navbar .sub-nav li.b2 a {
    background-position: 0 0;
}


.header .navbar .btn-default {
    background: #a08b69;
    color: #fff;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 7px;
}



.header .navbar .lang .dropdown-menu {
    background: #a08b69;
    color: #fff;
    border: none;
    min-width: 110px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}

.header .lang {
    display: inline-block;
    vertical-align: middle;
    width: 118px;
}
    .header .lang a {
        padding: 5px 20px;
        color: #fff;
        border: 1px solid #fff;
        display: block;
        text-align: center;
        font-size:13px;
    }
        .header .lang a:hover {
            background: #d8bc9a;
            color: #fff;
            border: 1px solid #d8bc9a;
        }
            .header .lang a:before {
                content: "";
                background: url(../images/all/icon_lang.png) no-repeat;
                width: 14px;
                height: 14px;
                display: inline-block;
                margin-right: 5px;
            }
.banner .logo-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    max-width: 500px;
    z-index: 9999;
    transition:all .5s ease;
    width: 50%;

}
.banner .logo-area img{
    width: 100%;
}
/*body:not(.home) .banner .logo-area {
    display:none;
}*/
body.is_scroll .header .navbar {
    background: #000;
    padding: 0;
}
    body.is_scroll .header .navbar >.container{
        width:80%;
    }
    body.is_scroll .header .navbar .navbar-brand {
        width: 212px;
        margin: 10px 0;
    }
    /*body.is_scroll .banner .logo-area {
    transform: translate(-50%, -50%) scale(0);
}*/
body.is_scroll .header .navbar .navbar-nav li a{
    font-size:16px; 
}
body.case.p01 .header .navbar{
    /* position: relative;
    background: #000; */
}
body.case.p01 .header:before{
    /* display: none; */
}
/*----------------------- Banner -----------------------*/
.banner .container-fluid {
    padding: 0;
}
.banner .bannerImgBox{
   visibility: hidden;
}
.banner .bannerImgBox.slick-initialized { 
    visibility: visible;
}

html.no-js .banner .bxslider,
html.no-js .banner .bxslider img{
    display:none;
}
html.js .banner .bxslider{
    display:block;
}


.banner_pic {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}


.banner {
    position: relative;
}
    .banner .slick-dots {
        bottom: 15px;
    }
        .banner .slick-dots li{
            margin:0;
        }
            .banner .slick-dots li button:before {
                color: #fff;
                opacity:1;
            }
            .banner .slick-dots li.slick-active button:before {
                color: #a28d6a;
            }
.banner .loadingbar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
body.VIDEOLOADED .banner .loadingbar{
    display:none;
}

.banner .container {
    padding: 0;
}

.banner .video_banner {
    width: 100%;
}

.banner .bxslider .item {
    width:100%;
    background:none !important;
}

.banner .video_sec{
	width:100%;
}

.banner .bxslider .item img {
    width: 100%;
    display: none;
}


.banner .bxslider .item img.img_small{
     display: none;
}
.banner .bxslider .item img.img_big {
    display: block;
}

.banner .slick-prev:before, .banner .slick-next:before {
    color: #1eb5be;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bx-wrapper .bx-viewport {
    left: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    bottom: 2px;
    text-align: right;
    padding: 0 15px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    text-align: left;
    background: #404040;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1EB5BE;
}

.banner .bx-wrapper .bx-controls-direction {
    display: none;
}

body.full .banner .container {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

body.full .banner .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}

body.full .banner .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}


.header_ex {
}


.banner_case .gmnoprint {
    /*display: none !important;*/
}

/********************* Footer *********************/
.footer {
    background: #333;
    padding: 30px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
    /*.footer .left-info {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        border-right: 1px solid #a38d6a;
    }
    .footer .right-info {
        padding-left: 50px;
        font-size: 14px;
    }*/ 
    .footer .left-info {
        padding-right:30px;
    }
    .footer .pic-logo{
        width:45%;
    }
        .footer .pic-logo img {
            width: 98%;
        }
    .footer .addition-info {
        margin-bottom: 10px;
        line-height: 1.7;font-size: 15px;

    }
    .footer .copyright-info{
        text-align: justify;
    }


        .footer a {
            color: #fff;
        }
    .footer_top ul li {
        padding: 0;
    }

.footer_top ul li:nth-child(2n) {
    display: none;
}

.footer_top ul li,
.footer_top ul li a {
    padding: 10px;
}

.footer_top ul li a:hover {
    color: #a08b69;
}

.footer_top ul li a .txt-en {
    display: none;
}

.footer_content {
}
.footer .copyright{
    margin-bottom:10px;
}
.footer .copyright, .footer .powered {
    font-size: 15px;
    letter-spacing: 0.4px;
}
.footer .copyright b {
    color: #fff;
    font-weight: normal;
}

.footer .siteinfo{
    margin-bottom:20px;
}

.footer .siteinfo ul {
    display: inline-block;
}

    .footer .siteinfo ul > li {
        padding:3px 0;
    }
    .footer .siteinfo ul > li a{
        display:inline-block;
        padding:0;
    }
        .footer .siteinfo ul > li a:hover{
            color:#a28d6a;
            background:none;
        }


        .footer .siteinfo ul > li label {
            margin: 0 0 0 0;
            color: #fff;
            font-weight: normal;
        }
.footer hr{
    margin:30px 0;
}

    .footer .sitemap ul.list-inline {
        display: flex;
        margin: auto;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 90%;
    }

        .footer .sitemap  ul.list-inline >  li {
            /*width: calc(100% / 5 );
            float: left;*/
        }
            .footer .sitemap  ul.list-inline > li >a{
                font-size:18px;
                font-weight:bold;
            }
            .footer .sitemap  ul > li a {
                padding: 3px 0;
                color: #bcbcbc;
                display: block;
                color: #fff;
            }
        .footer .sitemap ul li a:hover{
            color:#a28d6a;
            background:none;
        }
        /*.footer .sitemap ul li a:before {
            content: "";
            width: 5px;
            height: 5px;
            background: #a28d6a;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }*/



        .footer .siteinfo .sitemap-link {
            display: inline-block;
            background: url(../images/all/icon_map.png) no-repeat;
            width: 32px;
            height: 32px;
            text-indent: -9999px;
            vertical-align: text-bottom;
            margin-right: 20px;
        }

.footer .social-area li a {
    font-size: 14px;
    color: #a28d6a;
    background-position: center center;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    background-color: #dbdbdc;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
}
    .footer .social-area li.phone a img {
        width: 21px;
    }


    /*.footer .social-area li + li {
        margin-left: 10px;
    }*/
.footer .social-area li a img {
}
    .footer .siteinfo .sitemap-link:hover {
        position: relative;
        top: 2px;
    }

.footer .powered,
.footer .powered a {
    color: #5b5b5b;
}

/********************* Main *********************/
.main {
    z-index: 20;
}

.side .h3 {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
    background: #a08b69;
}

.side .h3 .txt-en,
.side .h3 .txt-tw {
    display: block;
}

.side .h3 .txt-tw {
    border: 1px solid #a28d6a;
}

.side .nav > li + li {
    border-top: 1px solid #ABCFDB;
}

.side .nav > li a {
    display: block;
    line-height: 20px;
    padding: 8px 10px 8px 22px;
    color: #333;
    background: url(../images/all/list_icon.png) no-repeat -20px 8px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav > li.active a {
    background-position: 0 8px;
    color: #02b7c1;
}

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav > li > ul > li {
}

.side .nav > li > ul > li > a,
.side .nav > li > ul > li > a:hover {
    background: url(../images/all/list_icon2.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav > li > ul > li > ul > li {
}

.side .nav > li > ul > li > ul > li > a,
.side .nav > li > ul > li > ul > li > a:hover {
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}






/*----------------------- Content -----------------------*/
.main_content {
    min-height: 300px;
    padding: 30px 0;
    position:relative;
}
/* .main:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ececec;
    left: 55%;
}
.main_content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
} */

body.home .main_content {
    min-height: 0;
    padding: 50px 0 0;
}


.content .breadcrumb {
    background: none;
    margin: 0;
    /*font-size: 13px;
     position: absolute; */
    /* right: 10px; */
    /* top: 46px; */
    /* text-align: right; */
    z-index: 20;
    margin-bottom: 20px;
}

.breadcrumb > li + li:before {
    content: "＞";
}

.content .breadcrumb .txt-en {
    display: none;
}

.content  .h2,
body.about .content  .h1,
body.order .content .h2.t04 {
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #a08b69;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
        margin-top: 0;
}

    .content .h2:after,
    body.about .content .h1:after,
    body.order .content .h2.t04 :after {
        content: "";
        width: 6px;
        height: 6px;
        display: block;
        background: #a28d6a;
        position: absolute;
        bottom: -3px;
        right: 0;
    }
    body.home .content .h2:after{
        display:none;
    }
    body:not(.home) .content .h2:before,
    body.about .content  .h1:before,
    body.order .content .h2.t04 :before {
        content: "";
        height: 1px;
        width: 100%;
        background: #a28d6a;
        position: absolute;
        right: 100%;
        bottom: -1px;
        margin-left: -9999px;
        padding-left: 9999px;
    }

    body:not(.home) .content .h2::first-letter,
    body.about .content .h1::first-letter,
    body.order .content .h2.t04::first-letter {
        font-size: 50px;
        color: #a28d6a;
    }

    body:not(.home) .content .h2 .txt-tw {
        color: #000000;
}

body:not(.home) .content .h2 .txt-en {
    display: block;
    font-size: 18px;
    color: #a28d6a;
    position: absolute;
    left: 50px;
    top: 5px;
}

    .content .content-banner {
        margin-bottom: 20px;
    }


.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    /* background: #a28d6a; */
    color: #000;
    /* min-width: 125px; */
    padding: 5px 30px 5px 15px;
        overflow: hidden;
   
}
    .content .btn-more:hover{
        /*background:#000;*/
        color:#a28d6a;
    }
    .content .btn-more:before {
        content: "";
        background: url(../images/all/arrow_003.svg) right center no-repeat;
        position: absolute;
        left: 0;
        right: 15px;
        bottom: 6px;
        display: block;
        height: 20px;
        margin: 0 0 0 auto;
        transition: all .5s ease;
        background-size: 12px;
    }
    /*.content .btn-more:after {
        content: "";
        background: url(../images/all/arrow_003_h.svg) right center no-repeat;
        position: absolute;
        left: 0;
        bottom: 6px;
        display: block;
        height: 20px;
        margin: 0 0 0 auto;
        right:100%;
        transition: all .5s ease;
        transition-delay:.5s;
        opacity:0;
        background-size: 12px;
    }*/
    .content .btn-more:hover:before {
        /*transform:translateX(100%);*/
background-image: url('../images/all/arrow_003_h.svg');
    }
    /*.content .btn-more:hover:after {
        right: 15px;
        opacity: 1;
        transition-delay: 0;
    }*/

        .content .btn-more:hover {
            /*background-position: 0 -24px;*/
        }

.content .btn-normal {
    background: none;
    color: #a08b69;
    border: 1px solid #a28d6a;
}

    .content .btn-normal:hover {
        background: #a08b69;
        border-radius: 5px;
    }

.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    padding-left: 30px;
    border-bottom: 1px dotted #ccc;
    background: url(../images/all/icon_list.png) no-repeat 8px 12px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.3);
}

.content .list-box .txt-list li .h4 {
    font-size: 15px;
    margin: 0;
}

.content .list-box .txt-list li a {
    position: relative;
    display: block;
    line-height: 28px;
    padding: 10px 110px 10px 0;
}


.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #a08b69;
}

.content .list-box .txt-list li span {
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 20px;
    padding: 3px 20px;
    display: inline-block;
    color: #aaa;
    font-size: 13px;
}

.content .list-box .txt-list li span.news-title {
    float: left;
    color: #848275;
    width: 78%;
}

.content .list-box .txt-list li.list-header {
    background: none;
    padding-left: 40px;
    padding-right: 15px;
    border-bottom: 1px solid #a28d6a;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    color: #a08b69;
    font-size: 18px;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

.content .works-box .pic-carousel li a {
    border: 1px solid #a28d6a;
    padding: 2px;
    display: block;
}

.content .works-box .pic-carousel li a:hover {
    border-color: #a08b69;
}

.content .works-box .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .works-box .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .works-box .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

.content .works-box .slick .list_item {
    padding: 0 5px;
}

.content .works-box .slick .list_item .pic {
    border: 1px solid #a28d6a;
    padding: 2px;
    display: block;
}

.content .works-box .slick .list_item:hover .pic {
    border-color: #a08b69;
}

.content .works-box .slick .list_item .info {
    text-align: center;
    display: none;
}

.content .works-box .slick .list_item .info p {
    margin: 0;
}

.content .works-box .slick .slick-arrow {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
    border: none;
    outline: none;
    text-indent: -9999px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 40px/2);
}

.content .works-box .slick .slick-prev {
    background-position: 0 0;
    left: -24px;
}

.content .works-box .slick .slick-next {
    background-position: 0 -40px;
    right: -24px;
}

.content .works-box .slick .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 20px;
}

.content .works-box .slick .slick-dots li {
    display: inline-block;
}

.content .works-box .slick .slick-dots button {
    width: 10px;
    height: 10px;
    background: #c7c7c7;
    border-radius: 50%;
    border: none;
    outline: none;
    text-indent: -9999px;
    margin: 0 3px;
}

.content .works-box .slick .slick-dots .slick-active button {
    background: #37bac0;
}

.content .contact-box ul li {
    color: #717171;
    padding-left: 20px;
    line-height: 1.8;
}

/* .content .contact-box ul li.tel {
    font-size: 22px;
    color: #333;
    font-weight: bold;
} */

.content .sec {
    padding: 10px;
    line-height: 30px;
}

.content .btn-box {
    margin: 50px 0 20px;
    clear: both;
    border-top: 1px solid #a28d6a;
    padding-top: 15px;
    text-align:center;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: center;
    display: inline-block;
    margin: 0 0 20px;
}

.content .btn-box .pager li {
    margin: 0 5px;
}
    .content .btn-box .pager li > a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0;
    }

    .content .btn-box .pager li > a:not(.btn-arrow) {
        background: #fff;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border: 1px solid #a28d6a;
        color: #a28d6a;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
body.show .content .btn-box .pager li > a{
    width:auto;
    height:auto;
    line-height:normal;
    padding:5px 20px;
}
.content .btn-box .pager li > a.btn-arrow {
    border: none;
    border-radius: 5px;
}

        .content .btn-box .pager li > a:hover {
            background-color: #a08b69;
            color: #fff;
            border-radius:5px;
        }

.content .btn-box .pager li > a .icon {
    display: none;
}

body.product.p02 .content .btn-box {
    border: none;
}

body.news.show .content .btn-box,
body.faq.ask .content .btn-box,
body.product.show .content .btn-box,
body.member .content .btn-box,
body.album.show .content .btn-box {
    text-align: center;
}

body.news.show .content .btn-box .pager,
body.faq.ask .content .btn-box .pager,
body.product.show .content .btn-box .pager,
body.member .content .btn-box .pager,
body.album.show .content .btn-box .pager {
    float: none;
}

.content .btn-box a .icon {
    background: url(../images/all/pager_icon.png) no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.content .btn-box a .icon-first {
    background-position: -6px -1px;
}

.content .btn-box a .icon-prev {
    background-position: -6px -29px;
}

.content .btn-box a .icon-next {
    background-position: -6px -58px;
}

.content .btn-box a .icon-last {
    background-position: -6px -87px;
}

.content .btn-box a .icon-back {
    background-position: -6px -112px;
}

.content .btn-box .page-info {
    float: right;
    margin: 0 5px;
    text-align: center;
    color: #888;
    display:none;
}

.content .btn-box .page-info select {
    border: 1px solid #DFDFDF;
    min-width: 60px;
    margin-right: 10px;
}


.content .btn-box a span {
    margin-right: 5px;
}

.content .table.table-stack {
    margin-bottom: 0;
}

.content .table.table-stack > thead > tr > th {
    border-bottom: 1px solid #a28d6a;
    color: #333;
    text-align: center;
}

.content .table.table-stack > tbody > tr > td {
    vertical-align: middle;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.content .table.table-stack > tbody > tr > td a {
    color: #a08b69;
}

.content .table.table-stack > tbody > tr > td a:hover {
    text-decoration: underline;
}

.content .table.table-stack > tbody > tr > td.pic img {
    max-width: 100px;
}

.content .table.table-stack > tbody > tr > td.pic img:hover {
    opacity: 0.7;
}

.content .table.table-stack > tbody > tr > td.qty .input-group .form-control {
    padding: 6px;
    text-align: center;
    border-color: #DFDFDF;
}

.content .table.table-stack > tbody > tr > td .input-group {
    width: 100px;
    margin: 0 auto;
}

.content .table.table-stack > tbody > tr > td .btn {
    margin: 0;
    color: #888;
}

.content .table.table-stack > tbody > tr > td .btn:hover,
.content .table.table-stack > tbody > tr > td .btn:focus,
.content .table.table-stack > tbody > tr > td .btn:active {
    color: #fff;
    text-decoration: none;
}

.content .table.table-stack > tbody > tr > td .tn {
    display: none;
}

.content .table.table-stack.no-border th,
.content .table.table-stack.no-border td {
    border: none;
}

.content .table.table-stack.no-border tr {
    border-bottom: 1px dotted #ccc;
}

.content .table.table-stack.no-border th {
    text-align: right;
    width: 120px;
}

.content .table.table-stack.no-border td {
    text-align: left;
    vertical-align: top;
}

.content .form-horizontal .control-label {
    font-size: 14px;
    padding-top: 0;
}

.form-horizontal .row .form-inline {
    padding-bottom: 15px;
}

.form-horizontal .row .form-inline .zip-code {
    width: 20%;
    min-width: 72px;
}

.form-horizontal .radio-inline {
    padding-top: 0;
}
.radio-inline input[type="radio"] {
    margin-top: 8px;
}

.gotop {
}

    .gotop a {
        display: block;
        margin: 0 auto;
        text-indent: -9999px;
        width: 10px;
        height: 84px;
        position: fixed;
        bottom: 5%;
        left: 50%;
        z-index: 9999;
        margin-left: calc( (1180px + 10%) / 2 );
        padding: 14px 0 0px;
        background: url(../images/all/top.png) no-repeat;
    }

.gotop a .txt-en {
    display: block;
}



/*----------------------------------------- 首頁 home --------------------------------------*/
        body .home .wid{
    padding:30px 0;
}
body.home .main_content>.container{
    width:100%;
    padding:0;
}
body.home .content .wid .h2 {
    margin-bottom: 50px;
    position: relative;
    font-size: 20px;
    border-bottom: 1px solid #b5b5b6;
    color: #000;
    font-weight: normal;
    padding-bottom: 20px;
}
    /*body.home .content .wid:not(.wid-home-about) .h2:after {
        content: "";
        width: 6px;
        height: 6px;
        display: block;
        background: #a28d6a;
        position: absolute;
        bottom: -3px;
        right: 0;
    }*/
    body.home .wid:not(.wid-home-about) .h2 .txt-tw::first-letter {
        font-size: 50px;
        color: #a28d6a;
    }
body.home .content .btn-more {
    top: 26px;
    right: 0;
}
}
body.home .news-area > .container > .row > div:nth-child(1) {
    padding-right: 50px;
}

body.home .news-area > .container > .row > div:nth-child(2) {
    padding-left: 50px;
}
body.home .content .wid-home-case .btn-more {
    right: 15px;
    top:31px;
}
body.home .content .wid .h2 .txt-tw{
    display:block;
}
body.home .content .wid .h2 .txt-en {
    display: block;
    font-size: 18px;
    position: absolute;
    left: 50px;
    top: 5px;
}
body.home .content .wid-home-about .h2 {
    border: none;
    text-align: center;
    color: #fff;
    font-size: 32px;
    padding-bottom: 0;
}
    body.home .content .wid-home-about .h2:after {
        position: relative;
        content: "";
        display: block;
        height: 1px;
        width: 2em;
        background: #fff;
        margin: 15px auto 50px;
        bottom:auto;
    }
    body.home .content .wid-home-about .h2 .txt-en {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 10px;
    }
    body .home .content .wid-home-news {
    margin-left: 0;
}

body.home .content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

body.home .content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

body.home .content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #a28d6a;
}

    body.home .content .wid-home-news .txt-list li a {
        padding: 2px 80px 2px 0;
        font-size: 13px;
    }

body.home .content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
    top: 3px;
}

body.home .wid-home-product .slick-slider {
    margin-top: 15px;
}
.wid-home-service{
        padding: 0 0 30px;
}
.wid-home-service ul {
    display: flex;
    justify-content: center;
}
    .wid-home-service ul li {
        margin: 10px 0;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        padding: 0 20px;
        position: relative;
    }
    .wid-home-service.aos-animate ul li .icon img {
        width: 90px;
    }
    .wid-home-service ul li + li {
        border-left: solid 1px #ccc;
        color: #666;
    }
        .wid-home-service ul li .icon {
            /*transform: rotateY(90deg);
            transition: all 1s ease;
            transition-delay:1s;*/
        }
        .wid-home-service.aos-animate ul li .icon {
            transform: rotateX(0deg);
                margin-bottom: 5px;
        }
    .wid-home-service ul li .text {
        /*opacity: 0;
        transform: translateY(-150px);
        transition: all 1.5s ease;*/
        margin: 0 auto;
    }

.wid-home-service.aos-animate ul li .text {
    opacity: 1;
    transform: translateY(0);
}
.wid-home-case .h2 {
    display: table;
}
.wid-home-case .pic-wd {
    position: absolute;
    right: 50%;
    margin-right: calc( (1170px + 10%) / 2 );
    top: 150px;
    display:none;
}
.wid-home-case .h2:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #b5b5b6;
    position: absolute;
    right: 100%;
    bottom: -1px;
    margin-left: -9999px;
    padding-left: 9999px;
}
.case-list.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
    .case-list.row div[class*="col"] {
        display: flex;
        align-items: stretch;
    }
.case-list .item {
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 30px;
    transition: none;
}
            .case-list .item .pic,
            .case-pic .pic{
                position: relative;
                overflow: hidden;
            }
            .case-list .item .pic .pic_desc,.case-pic .pic .pic_desc {
                position: absolute;
                bottom: 0;
                width: 100%;
                left: 0;
                background: rgba(0, 0, 0, 0.5);
                color: #fff;
                font-size: 15px;
                padding: 5px;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box; 
                max-height: 65px;
            }
body:not(.show) .case-list .item .pic .pic_desc, body:not(.show) .case-pic .pic .pic_desc {
    display:none;
}
                    .case-list .item .pic .status{
                position: absolute;
                top: 0;
                left: 0;
                width: 53px;
                height: 53px;
                background: #a28d6a;
                color: #fff;
                padding: 9px;
                transition: all .5s ease;
                z-index: 20;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;     
                text-align: center;         
            }
            .case-list .item .pic .status.tag-out {
                background: #e40000;
            }
            .case-list .item .pic .status span.txt-en {
                display: block;
                font-size: 50%;
            }


                .case-list .item .pic img {
                    transform: scale(1);
                    transition: all .5s ease;
                }

.case-list .item:hover .pic img {
    transform: scale(1.1);
}

.case-list .item .info {
    padding: 30px;
    background: #fff;
}
                .case-list .item .info h3 {
                    font-size: 20px;
                    margin-top: 0;
                    color: #a28d6a;
                }
body.home .case-list .item .info h3{
    color:#000;
}
.case-list .item .info h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
                .wid-home-case .item .info p {
                    color:#494949;
                    font-size:15px;
                    margin-bottom:0;
                }

.wid-home-about {
    background: url(../images/all/bg_about.jpg) center center  no-repeat;
    background-size:cover;
    background-attachment:fixed;
}
body.home .wid-home-about {
    padding: 60px 0;
}
.wid-home-about .number-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    .wid-home-about .number-list li {
        margin: 5px 20px;
    }


    .wid-home-about .number-list .info {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.8);
        flex-direction: column;
        font-size: 20px;
        position: relative;
        box-shadow: 0 0 10px #000;
    }
    
        .wid-home-about .number-list .info .icon {
            width: 95px;
            height: 95px;
            border-radius: 50%;
            position: absolute;
            background: #a28d6a;
            display: flex;
            align-items: center;
            justify-content: center;
            top: 0;
            left: 0;
            box-shadow: 5px 5px 3px rgba(204, 204, 204, 0.6);
        }
.wid-home-about.aos-animate .number-list .info .icon{
    animation-delay:1s;
}

.wid-home-about .number-list .info .num {
    color: #816230;
    font-size: 32px;
    font-weight: bold;
}
body.home .wid.wid-home-service {
    padding: 0;
    margin-top: -30px;
    margin-bottom: 0;
    display: flex;
    align-items:stretch;
}
.wid-home-service .item {
    padding: 50px 30px;
    width: 50%;
    padding: 50px 30px;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
    .wid-home-service .item .btn-signup {
        background: #333;
        color: #fff;
        font-size: 20px;
        min-width: 200px;
        padding: 15px;
        text-align: center;
        transition:all .5s ease;
    }
        .wid-home-service .item .btn-signup:hover{
            background:#000;
        }



        .wid-home-service .item:nth-child(1) {
            background: url(../images/all/bg_service.jpg) center top no-repeat;
            background-size: cover;
        }
    .wid-home-service .item:nth-child(2) {
        background: url(../images/all/bg_service2.jpg) center center no-repeat;
        background-size: cover;
    }
    .wid-home-service .item .title {
        text-align: center;
    }
    .wid-home-service .item .info {
        width: 80%;
        display: table;
        margin: 30px auto -29px;
        border: 1px solid #333;
        padding: 20px 20px 49px 20px;
    }
    .wid-home-service .item .wid{
        margin:0;
        width:100%;
    }
        .wid-home-service .item .wid .editor {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .wid-home-video {
            position: relative;
            min-height: 630px;
            overflow: hidden;
            background:#000;
        } 
    .wid-home-video .bg {
        background: url(../images/all/bg_video.jpg) center center no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transform: scale(1.2);
        z-index: 1;
        /*display:none;*/
    }
    .wid-home-video.aos-animate .bg {
        transform: scale(1);
        transition-delay: 2s;
        transition: all 5s ease;
    }
    .wid-home-video a,
    .wid-home-video .wrap-absolute{
        width: 100%;
        display: block;
        height: 100%;
        z-index: 2;
        transition: all .5s ease;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    .wid-home-video .info{
        position:relative;
    }
    .wid-home-video .play {
        position: relative;
        z-index: 20;
        margin: 15px auto;
        cursor: pointer;
    }
    .wid-home-video a:hover .info {
        opacity:.6;
    }
    .wid-home-video:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.50);
        pointer-events: none;
        z-index: 2;
        display:none;
        pointer-events:none;
    }
    .wid-home-video.nowPlay .wrap-absolute {
        opacity: 0;
        pointer-events: none;
    }
    .wid-home-video.nowPlay:before {
        opacity: 0;
    }
    .wid-home-video.nowPlay .bg {
        opacity: 0;
        pointer-events: none;
    }
    .wid-home-video h3 {
        margin-top: 0;
        text-align: center;
        color: #fff;
    }
.news-area {
    padding: 30px 0;
}
.news-area .list_item {
    margin-bottom: 15px;
}
    .news-area .list_item a.pic{
        overflow:hidden;
        position:relative;
        display:block;
    }
        .news-area .list_item a.pic img{
            width:100%;
        }
        .news-area .list_item .date {
            position: absolute;
            top: 0;
            left: 0;
            width: 54px;
            height: 54px;
            background: #a28d6a;
            color: #fff;
            padding: 9px;
            font-weight: bold;
            transition: all .5s ease;
        }
        .news-area .list_item .date .txt-more{
            display:none;
        }
    .news-area .list_item:hover .date {
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.50);
    }
            .news-area .list_item:hover .date small{
                display:none;
            }
            .news-area .list_item:hover .date .txt-more {
                display: block;
            }



        .news-area .list_item .date span {
            display: block;
            font-weight: normal;
        }
    .news-area .list_item .info{
        color:#000;
    }
    .news-area .list_item .info .title {
        font-size: 16px;
        margin-bottom:15px;
    }
    body.home .news-area .list_item .info .title {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }
        .news-area .list_item .info .desc{
            margin-bottom:0;
            color:#515151;
        }
        body.home .news-area .wid{
            padding:0;
            margin:0;
        }
        /*----------------------------------------- 相簿 album --------------------------------------*/
        body.album .content > .h1 {
            text-align: center;
            color: #a08b69;
            border: 1px solid #a28d6a;
            padding: 10px;
        }

.content .album-list a {
    margin: 20px 0;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .album-list a:hover {
    opacity: 0.7;
}

.content .album-list a img {
    width: 100%;
}

.content .album-list a .h4 {
    text-align: center;
    color: #666;
    font-size: 15px;
}

.content .album-list a .pic {
    border: 1px solid #e5e5e5;
    padding: 2px;
}

.pic-gallery {
    margin-bottom: 40px;
    margin-top: 30px;
}

.pic-gallery .pic-stage {
    margin: 0 auto 20px;
    width: 87%;
}

.pic-gallery .pic-stage ul li a {
    display: block;
}

.pic-gallery .pic-pager {
    position: relative;
    margin: 0 40px;
}

.pic-gallery .pic-pager .jcarousel div a {
    opacity: 0.5;
    float: left;
    padding: 0 5px;
}

.pic-gallery .pic-pager .jcarousel div a.active {
    opacity: 1;
}

.pic-gallery .pic-stage .bx-wrapper .bx-pager {
    display: none;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a,
.pic-gallery .pic-pager .jcarousel-control,
.pic-gallery .slick-prev, 
.pic-gallery .slick-next{
    background: url(../images/all/gallery_btn.png) no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.pic-gallery .pic-pager .jcarousel div {
    /*overflow: auto;
    width: 20000em;
    position: relative;
    list-style-type: none;*/
}

.pic-gallery .pic-pager .jcarousel div a img,
.pic-gallery .pic-stage ul li a img {
    width: 100%;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-prev,
.pic-gallery .slick-prev{
    background-position: 0 0;
    left: -45px;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-next,
.pic-gallery .slick-next{
    background-position: -38px 0;
    right: -45px;
}

.pic-gallery .pic-pager .jcarousel-control-prev,
.pic-gallery .pic-pager .slick-prev{
    background-position: -80px 0;
    left: -40px;
}

.pic-gallery .pic-pager .jcarousel-control-next,
.pic-gallery .pic-pager .slick-next{
    background-position: -120px 0;
    right: -40px;
}

.pic-gallery .slick-prev:before, 
.pic-gallery .slick-next:before{
    display:none;
}
.pic-gallery .pic-pager .jcarousel div a.slick-current {
    opacity: 1;
}


/*----------------------------------------- 活動訊息 news --------------------------------------*/
body.news .content > .h1 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    background: #373F47;
    padding: 10px 90px 10px 20px;
    line-height: 1.4;
}

.h1.border-around {
    border: 1px solid #6a5b54;
}

body.news .content > .h1 small {
    position: absolute;
    right: 15px;
    top: 10px;
    line-height: 28px;
    font-size: 13px;
    color: #a28d6a;
}
body.news .news-list .item{
    margin-bottom:30px;
    display:block;
}
    body.news .news-list .item .info{
        margin-top:10px;
    }

    body.news .news-list .item .info .title {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        font-size: 18px;
        line-height: 28px;
        height: 84px;
    }

    body.news .news-list .desc {
        display: none;
    }
body.news .news-list .item .pic {
    overflow: hidden;
}
    body.news .news-list .item .pic img {
        transform: scale(1);
        transition:all .5s ease;
        width:100%;
    }
    body.news .news-list .item:hover .pic img {
        transform: scale(1.1);
    }
/*----------------------------------------- 常見問題 faq --------------------------------------*/
.faq-box {
    margin-bottom: 50px;
}

.faq-box .st {
    color: #a08b69;
    position: absolute;
    left: 15px;
    top: 13px;
    font-size: 16px;
}

.faq-box .panel {
    border: none;
    background: none;
}

.faq-box .panel + .panel {
    margin-top: 0;
}

.faq-box .panel > .panel-heading {
    background: none;
    border-bottom: 1px dotted #ccc;
    padding: 0;
    position: relative;
}

.faq-box .panel > .panel-heading a {
    padding: 15px;
    display: block;
    padding-left: 48px;
}

.faq-box .panel > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    position: relative;
    padding-left: 48px;
    border-bottom: 1px dotted #ccc;
    color: #888;
    line-height: 30px;
}

.btnbox-ask {
    text-align: right;
}

/*----------------------------------------- 作品展示 product --------------------------------------*/
.content .list-mode {
    text-align: center;
    color: #848275;
}

.content .list-mode label {
    display: none;
}

.content .list-mode .btn-group {
    display: inline-block;
}

.content .list-mode .btn-group .btn-mode {
    color: #B6E5E9;
    background: none;
    border: none;
    padding: 5px 8px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 22px;
}

.content .list-mode .btn-group .btn-mode.active {
    color: #4CC1CC;
}

.content .list-mode .btn-group .btn-mode:hover {
    color: #3C98A1;
}

.content .list-mode .btn-group .btn-mode .mode-txt {
    display: none;
}

body.product .content .product-list .item {
    border: 1px solid #dcdcdc;
    margin: 10px 0;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    background-color: #F3F3F3;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

body.product.p02 .content .product-list .item {
    margin-bottom: 60px;
}

body.product .content .product-list .item:hover {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color: #37bac0;
}

body.product .content .product-list.mode1 .item.i1 > a ul {
    height: 20px;
}

body.product .content .product-list.mode1 .item.i2 > a ul {
    height: 40px;
}

body.product .content .product-list.mode1 .item.i3 > a ul {
    height: 60px;
}

body.product .content .product-list.mode1 .item.i4 > a ul {
    height: 80px;
}

body.product .content .product-list .item > a {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

body.product .content .product-list a {
    display: block;
}

body.product .content .product-list a .pic {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}

body.product .content .product-list a .pic img {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    width: 100%;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

body.product .content .product-list a:hover .pic img {
    opacity: 0.7;
}

body.product .content .product-list a .info {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

body.product .content .product-list a .h4 {
    font-size: 15px;
    text-align: center;
}

body.product .content .product-list ul {
    color: #848484;
    font-size: 13px;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
	padding-bottom: 10px;
}

body.product .content .quick-buy .form-control {
    padding: 5px;
    vertical-align: top;
    display: inline-block;
    width: auto;
}

body.product .content .quick-buy .btn {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    background: #ec5f5f url(../images/all/icon_cart.png) no-repeat center center;
    color: #fff;
    text-indent: -9999px;
    position: absolute;
    bottom: -38px;
    right: 50%;
    margin-right: -37px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

body.product .content .quick-buy .btn:hover {
    background-color: #51ced5;
}

body.product .content .product-list.mode1 .quick-buy {
    padding: 10px 10px 50px;
    text-align: center;
}

body.product .content .product-list.mode1 .quick-buy ul,
body.product .content .product-list.mode1 .quick-buy ul li {
    display: inline-block;
    vertical-align: top;
}

body.product .content .product-list.mode1 .quick-buy .form-control.qty {
    width: 30%;
    vertical-align: middle;
}

body.product.p02 .content .product-list.mode1 .item .info p {
    display: none;
}

body.product .content .product-list.mode2 > div {
    float: none;
    width: 100%;
    clear: both;
}

body.product .content .product-list.mode2 .item {
    position: relative;
    margin-bottom: 20px;
}

body.product .content .product-list.mode2 .item:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

body.product .content .product-list.mode2 .item .pic {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
}

body.product .content .product-list.mode2 .item > a {
    padding: 10px;
    width: 70%;
    float: left;
}

body.product .content .product-list.mode2 .item .info {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    text-align: left;
    padding-left: 10px;
}

body.product .content .product-list.mode2 .item .info .h4 {
    margin-bottom: 10px;
    text-align: left;
}

body.product .content .product-list.mode2 .item .info ul {
    text-align: left;
}

body.product .content .product-list.mode2 .item .info ul li {
}

body.product .content .product-list.mode2 .item .info p {
    margin: 5px 0 0;
    clear: both;
    color: #888;
    font-size: 14px;
    line-height: 1.4;
}

body.product .content .product-list.mode2 .item .quick-buy {
    width: 16%;
    float: left;
    padding: 20px 0 15px;
}

body.product .content .product-list.mode2 .item .quick-buy .form-control {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

body.product .content .product-list.mode2 .item .quick-buy .btn {
    right: 10px;
    bottom: 50%;
    margin-right: 0;
    margin-bottom: -37px;
}

body.product .content .content-banner {
    margin-top: 20px;
    border: 1px solid #635338;
    padding: 2px;
}

body.product .content .icon-addcart {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/all/icon_cart.png) no-repeat;
    vertical-align: text-bottom;
    background-size: 100% auto;
    margin-bottom: -6px;
}
body.product.show .content .quick-buy .btn.goshop{
    background:#3da72a;
}
body.product.show .content .quick-buy .btn.goshop:hover{
    background:#1b7277;
}
body.product .content .goshop .icon-addcart{
    background-image: url('../images/all/icon_cart2.png');
}
body.product.show .content .quick-buy .btn {
    padding: 3px 10px;
}
body.product.show .content .icon-addcart {
    margin-right: 5px;
}


body.product.show .info .info_box {
    background: #f3f3f3;
    margin-bottom: 10px;
}
body.product.show .info .info_box .h6{
    font-size: 15px;
    margin:0;
    padding: 10px 10px;
    background: #dedede;
}
body.product.show .info .info_box .info_txt{
    padding:10px;
}



body.product.show .content .product-pic {
    margin-bottom: 10px;
}

body.product.show .content .product-pic a {
    display: block;
}

body.product.show .content .product-pic a .img-zoom {
    width: 100%;
}

body.product.show .content .product-pic .zoomPad {
    float: none;
}

body.product.show .content .product-pic .zoomWindow {
    margin-left: 10px;
    left: 100% !important;
}

body.product.show .content .jcarousel-wrapper {
    padding: 0 20px;
}

body.product.show .content .jcarousel-control-prev,
body.product.show .content .jcarousel-control-next {
    background: url(../images/home/arrow.png) no-repeat;
    display: block;
    top: 50%;
    width: 24px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
}

body.product.show .content .jcarousel-control-prev {
    left: 0;
}

body.product.show .content .jcarousel-control-next {
    right: 0;
    background-position: 0 -40px;
}

body.product.show .content .jcarousel li a {
    padding: 2px;
    border: 1px solid #a28d6a;
}

body.product.show .content .jcarousel img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto !important;
}

/*-- for show2 product pic --*/
body.product.show .content .product-pic .big-pic a {
    cursor: zoom-in;
}

body.product.show .content .product-pic .small-pic {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

body.product.show .content .product-pic .small-pic img {
    margin: 0 3px;
    outline: none;
    cursor: pointer;
}

body.product.show .content .product-pic .small-pic .slick-arrow {
    min-width: 20px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
    border: none;
    outline: none;
}

body.product.show .content .product-pic .small-pic .slick-prev {
    background-position: center top;
}

body.product.show .content .product-pic .small-pic .slick-next {
    background-position: center bottom;
}
/*-- END for show2 product pic --*/


body.product.show .content .info .h1 {
    margin-top: 0;
    font-size: 18px;
}

body.product.show .content .info .txt {
    min-height: 200px;
    padding: 0;
}

body.product.show .content .info .txt ul {
    margin-left: 0;
}

body.product.show .content .info .txt ul li {
    background: url(../images/all/list_icon.png) no-repeat 0 3px;
    padding-left: 22px;
}

body.product.show .content .quick-buy {
    border-top: 1px solid #bdbdbd;
    padding-top: 10px;
    margin-bottom: 10px;
}

body.product.show .content > .h3 {
    color: #8E8B77;
    font-size: 18px;
    padding: 10px;
    border: 1px solid #a28d6a;
    color: #a08b69;
}

body.product.show .content > .h3 small {
    margin-left: 10px;
    color: #888;
}

body.product.show .content .txt {
    padding: 10px;
}

body.product.show .content .quick-buy .btn {
    position: static;
    margin: 0;
    text-indent: 0;
    background-image: none;
    width: auto;
    height: auto;
    line-height: 42px;
    font-size: 18px;
    border-radius: 10px;
}

body.product.show .content .quick-buy .form-control,
body.product.show .content .quick-buy .btn {
    vertical-align: middle;
    margin-bottom: 10px;
}

body.product.show .content .product-list .item {
    margin-bottom: 20px;
    /*height: 265px;*/
    overflow: hidden;
}

/*----------------------------------------- 會員專區 member --------------------------------------*/

body.member .content .nav-func li a {
    text-align: center;
    color: #888;
    border: 1px solid #a28d6a;
    padding: 20px 10px;
    width: 116px;
    margin-bottom: 15px;
}

body.member .content .nav-func li a .glyphicon {
    font-size: 26px;
    margin-bottom: 15px;
    color: #a08b69;
}

body.member .content .nav-func li a:hover {
    color: #aaa;
    border-color: #888;
}

body.member .content .nav-func li a:hover .glyphicon {
    color: #aaa;
}

body.member.register .content .form-group .checkbox a {
    color: #a08b69;
}

body.member.register .content .form-group .checkbox a:hover {
    text-decoration: underline;
}

body.member #membership {
    max-width: 700px;
    display: none;
}

body.member .content .form-border {
    padding: 50px 20px;
}

body.member.register.finish .content .form-border {
    padding: 40px 50px;
}

body.member.forget .content .form-border {
    padding-top: 30px;
}


body.member .content {
    padding-bottom: 20px;
}

/*----------------------------------------- 訂單查詢 order --------------------------------------*/
body.order.show #msg-box {
    display: none;
    min-width: 300px;
}
/*----------------------------------------- 購物車 cart --------------------------------------*/
.content .sec .h3 {
    color: #a08b69;
    font-size: 16px;
    padding-bottom: 10px;
    margin: 0 0 20px;
    position: relative;
}

body.cart.p03 .content .sec .h3,
body.cart.help .content .sec .h3 {
    padding: 10px;
    border: 1px solid #a28d6a;
}

body.cart.help .content .sec p {
    padding: 0 10px;
}

body.cart.help .content .sec ul {
    padding: 0 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.content .sec .h3 span {
    margin-right: 10px;
}

.content .sec .sum {
    text-align: right;
    padding-right: 20px;
    font-size: 16px;
    border-top: 1px solid #a28d6a;
    line-height: 36px;
    font-weight: bold;
}

body.cart .content p {
    font-size: 14px;
}

body.cart .content p a {
    display: inline-block;
    color: #a08b69;
}

body.cart .content p a:hover {
    color: #888;
}

body.cart .content .btn-box {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

body.cart .content .invoice-title {
    display: inline-block;
    margin-left: 5px;
}

body.cart .content .hint {
    float: right;
}

body.cart .content .btn-list {
    color: #a08b69;
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
    position: absolute;
    right: 5px;
    border: 1px solid #a28d6a;
    padding: 0 5px;
}

body.cart .content .btn-list:hover {
    color: #888;
    border-color: #ccc;
}

body.cart .content .btn-list span {
    margin-right: 10px;
}

body.cart .content .invoice .btn-list {
    position: static;
    margin-top: 12px;
    float: right;
}

body.cart .content .invoice .form-inline:after {
    content: " ";
    clear: both;
    display: block;
}

body.cart .lightbox-list {
    min-width: 400px;
    display: none;
}

body.cart .lightbox-list .h4 {
    font-size: 18px;
    padding: 0 5px;
}

body.cart .lightbox-list .h4 small {
    display: inline-block;
}

body.cart .lightbox-list .glyphicon {
    margin-right: 5px;
}

body.cart .lightbox-list ul li {
    border-top: 1px solid #62544C;
}

body.cart .lightbox-list ul li a {
    color: #666;
    padding: 10px;
    display: block;
}

body.cart .lightbox-list ul li a:hover {
    background-color: #eee;
}


/*----------------------------------------- 聯絡我們 contact --------------------------------------*/
body.contact .content .map iframe {
    width: 100%;
    height: 200px;
}

body.contact .content .contact-box .h3 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
}
body.contact .content .contact-box .h3 span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
}
body.contact .content .contact-box ul li {
    padding-left:0;
}
body.contact .content .contact-box .wid-page_unit{
    text-align: center;
}
body.contact .contact-box .wid-page_unit .editor {
    line-height: 1.7;
    color: #717171;
    margin-top: 5px;
}
body.contact .g-com{
    display: flex;
    align-items:center;
    justify-content: center;
    width: 80%;
    margin: 50px auto;
}
body.contact .g-com>*{
    width: 50%;
}
/*精選案例*/
.case-slider {
    background: #515052;
    padding: 50px 0;
    margin-top:50px;
}
    .case-slider .h3 {
        background: #a28d6a;
        display: table;
        margin: 0 auto 50px;
        padding: 10px 20px;
        color: #fff;
        font-size: 25px;
        letter-spacing: 1px;
        min-width: 200px;
        text-align: center;
        position:relative;
    }
        .case-slider .h3:before {
            content: "";
            height: 1px;
            width: 100%;
            background: #a28d6a;
            position: absolute;
            right: 100%;
            margin-left: -9999px;
            padding-left: 9999px;
            top: 50%;
            margin-top:-1px;
        }
        .case-slider .h3:after {
            content: "";
            height: 1px;
            width: 100%;
            background: #a28d6a;
            position: absolute;
            left: 100%;
            margin-right: -9999px;
            padding-right: 9999px;
            top: 50%;
            margin-top: -1px;
        }



        .case-slider .item {
            margin: 0 18px;
            border:none;
        }
        .case-slider .item .info {
            padding: 30px;
            background: #fff;
        }
        .case-slider .item .info h3 {
            font-size: 20px;
            color: #a28d6a;
            margin-top:0;
            line-height: 28px;
            height: 56px;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
        }
    .case-slider .item .info h4 {
        font-size: 16px;
        color: #000;
        line-height: 24px;
        height: 52px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;

    }
.slick .slick-arrow {
    width: 36px;
    height: 36px;
    background: url(../images/all/arrow_002.svg)no-repeat;
    text-indent: -9999px;
    border: none;
    outline: none;
    position: absolute;
    display:inline-block;
    top: 50%;
    margin-top:-18px;
    transform:none;
    z-index: 1;
}
    .slick .slick-arrow.slick-prev {
        background: url(../images/all/arrow_001.svg)no-repeat;
    }
/*案件管理*/
body.case.show .main_content>.container{
    width:100%;
    padding:0;
}
.case-show .case-title h3 {
    font-size:24px;
    font-weight: bold;
    color: #a28d6a;
    margin:0;
}
.case-title.d-flex {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.case-title .btn-back, a.btn-style {
    display: block;
    background: #a28d6a;
    color: #000;
    min-width: 100px;
    padding: 10px 15px;
    text-align: center;
}

    a.btn-style:hover {
        color: #fff;
        background: #000;
    }



    .case-show .case-info {
        display: table;
        margin: 0 0 0 auto;
        width: 100%;
    }
    .case-show .case-info .location{
        display:table;
        /*margin:0 0 0 auto;*/
    }
        .case-show .case-info .location ul {
            display: flex;
        }
        .case-show .case-info .location li{
            color:#666;
            position:relative;
        }
            .case-show .case-info .location li svg {
                color: #f00;
                margin-right: 5px;
            }
            .case-show .case-info .location li + li:before {
                content: "";
                width: 1px;
                position: absolute;
                right: 100%;
                top: 5px;
                bottom: 5px;
                background: #ccc;
            }
            .case-show .case-info .price {
                font-size: 20px;
            }
    .case-show .case-info .price  b{
        font-size: 40px;
        font-weight:bold;
    }
    .case-show .case-info .case-txt {
        /*border-top: 1px solid #ccc; 
         border-bottom: 1px solid #ccc; */
        margin: 0 0 30px;
        padding: 14px 0 30px;
    }
    .case-show .case-info .case-txt > li > span {
        display: inline-block;
        vertical-align: top;
    }

        .case-show .case-info .case-txt > li > .title {
            width: 115px;
        }

    .case-show .case-info .case-txt > li > .det {
        width: calc(100% - 115px);
    }
        .case-show .case-info .case-txt li {
            padding: 5px 0;
            display: flex;
        }
            .case-show .case-info .case-txt li:before {
                content: "";
                width: 5px;
                height: 5px;
                background: #a28d6a;
                display: inline-block;
                vertical-align: middle;
                margin-right: 5px;
                display:none;
            }


    .case-show .case-info a.btn-ask {
        /* background: #B84A62; */
        background: transparent;
        color: #000;
        display: inline-block;
        text-align: center;
        padding: 10px 20px;
        margin-bottom: 10px;
        flex: 0 0 50%;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        border: solid 1px #000;
        border-radius: 0;
          transition: none;  
    }
    .case-show .case-info a.btn-ask + a.btn-ask {
        border-left: none;
    }

    .case-show .case-info a.btn-ask > .pos-relative{
        position:relative;
        display:inline-block;
        padding-left:30px;
        transition:all .5s ease;
    }
    .case-show .case-info a.btn-ask.inq > .pos-relative{
        background: url('../images/all/icon_contact.png') left center no-repeat;
    }
    .case-show .case-info a.btn-ask.tel > .pos-relative{
        background: url('../images/all/icon_contact2.png') left center no-repeat;
    }
    .case-show .case-info a.btn-ask.inq:hover > .pos-relative{
        background-image: url('../images/all/icon_contact_h.png');
    }
    .case-show .case-info a.btn-ask.tel:hover > .pos-relative{
        background-image: url('../images/all/icon_contact2_h.png');
    }


    .case-show .case-info a.btn-ask:before, .case-show .case-info a.btn-ask.dark:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(162,141,106);
        background: linear-gradient(90deg, rgba(162,141,106,1) 0%, rgba(226,197,148,1) 100%);
        transition: all .5s ease;
        z-index: -1;
        opacity: 1;
    display:none;
    }


    .case-show .case-info a.btn-ask.dark{
        /* background:#6b6b6b; */
    }
        .case-show .case-info a.btn-ask:hover {
            /*background:#a28d6a;*/
            color:#a28d6a;
        }
        .case-show .case-info a.btn-ask.dark:hover{
            /*background:#a08b69;*/
        }
        .case-show .case-info .btn-area{
            display:flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .case-show .case-pic .smallpic .item {
            margin: 18px;
            cursor: pointer;
        }
body.case.show .sec1{
    margin-top:50px;
}

body.case.show .case-detail {
    position: relative;
    padding: 50px 80px;
}
body.case.show .case-detail:before {
    position: absolute;
    content: "";
    display: block;
    /* width: 200%; */
    left: 0;
    top: 0;
    height: 100%;
    background: #f3f3f3;
    /* transform: translate(-50%,0); */
    z-index: -1;
    right: 0;
}

body.case.show .case-slider{
    margin-top:0;
}
.case-map iframe {
    width: 100%;
    margin-bottom: -5px;
}
.case-map p{
    margin: 0;
    padding: 15px;
    text-align:center;
}
body.case.show .slick:not(.bigpic) .item {
    margin: 18px 10px;
}
.slick .pic {
    overflow: hidden;
}
.slick .pic img{
    transform:scale(1);
    transition:all .5s ease;
}
.slick .item:hover .pic img{
    transform: scale(1.1);
}
body.case.show h3.st {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #a28d6a;
    margin-bottom: 20px;
    display: table;
    letter-spacing: 1px;
    margin: 0 auto 20px;
}
    body.case.show h3.st:after {
        position: relative;
        content: "";
        display: block;
        height: 1px;
        width: 2em;
        background: #a28d6a;
        margin: 15px auto;
        bottom: auto;
    }
div#fancybox_window {
    border: 4px solid #a28d6a;
    background: #fff;
}
}
    div#fancybox_window .title {
        padding: 13px 35px;
        text-align: center;
        font-size: 25px;
        color: #a28d6a;
        font-weight: bold;
        border-bottom: 1px solid #a28d6a;
        margin-bottom: 20px;
        max-width: 800px;
        min-width: 200px;
    }
    div#fancybox_window table.table tr th, div#fancybox_window table.table tr td{
        border:none;
    }
    div#fancybox_window table.table tr td .form-control {
        border-radius: 0;
        box-shadow: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    body.case .case-tabs .tab_list li {
        width: 100%;
        text-align: center;
        border: none;
        font-weight: normal;
        margin: 0;
            font-size: 18px;
    }
body.case .case-tabs .content_wrapper{
    border:none;
    font-size: 16px;
    line-height: 26px;
}
body.case .case-tabs.tab_wrapper > ul li.active {
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #a28d6a;
    background: #a28d6a;

}


body.case .case-tabs.tab_wrapper .content_wrapper .accordian_header.active {
    color: #fff;
    border-bottom: none;
    background: #a28d6a;
}
body.case .case-tabs.tab_wrapper .content_wrapper .accordian_header {
    font-weight: normal;
    border-top: none;
    border-bottom: none;
    background: #F4F3EE;
    margin-bottom: 1px;
}
    body.case .case-tabs.tab_wrapper .content_wrapper .accordian_header.active .arrow {
        border-top: 3px solid #d4b483;
        border-left: 3px solid #d4b483;
        background: #a28d6a;
    }
    body.case .case-tabs.tab_wrapper .content_wrapper .accordian_header .arrow {
        background: #f4f3ee;
    }

    /*** fancy nav ***/
body.case.show .fancybox-nav span {
    visibility: visible;
    width:36px;
    height:40px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:100%;
    transition:all .3s ease;
}
body.case.show .fancybox-prev span{
    background-image: url('../images/all/arrow_005.svg');
}
body.case.show .fancybox-next span{
    background-image: url('../images/all/arrow_006.svg');
}
body.case.show .fancybox-prev {
	left: -50px;
	width: calc(50% + 50px);
}
body.case.show .fancybox-next {
    right: -50px;
    width: calc(50% + 50px);
}
body.case.show .fancybox-skin {
    background: transparent;
    box-shadow: none !important;
    padding: 0 50px !important;
}
body.case.show .fancybox-nav:hover span{
    opacity:0.5;
}

body.case.show .fancybox-inner {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.8);
}
/*** fancy nav ***/

/*----------------------------------------- widgets --------------------------------------*/
/* 預設共用 */
.wid {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}

.side .wid .h3 .side-toggle {
    display: none;
}

.side1 .wid {
    max-width: 254px;
}

/* 搜尋產品 wid-search */
.wid-search .h3 {
    color: #a08b69;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.wid-search .h3 .txt-tw {
}

.wid-search .form-group {
    width: 100%;
}

.wid-search .form-group .form-control {
    margin-bottom: 5px;
    width: 100%;
}

.wid-search .btn {
    width: 100%;
}

.wid-search .btn .txt-en {
    display: none;
}

/* 商品推廌 wid-slideBanner */
.wid-slideBanner ul {
    list-style-type: none;
}

.wid-slideBanner ul li a {
    display: block;
}

.wid-slideBanner ul li a img {
    width: 100%;
}

.wid-slideBanner .jcarousel-control-prev,
.wid-slideBanner .jcarousel-control-next {
    position: absolute;
    display: block;
    width: 18px;
    height: 30px;
    background: url(../images/home/arrow.png) no-repeat;
    background-size: 100% auto;
    top: -39px;
}

.wid-slideBanner .jcarousel-control-prev {
    right: 16px;
}

.wid-slideBanner .jcarousel-control-next {
    right: 0;
    background-position: 0 -30px;
}

.form-group input[type=checkbox] + label {
    margin-right: 1em;
}



/*---------------------- 下拉選單 subNav  dropdownMenu --------------------*/
.navbar .navbar-nav .dropdown_submenu.pos_static {
    position: static;
}

.navbar-nav .dropdown_submenu > ul > li > ul > li {
    list-style: none;
}

.navbar-nav .dropdown_submenu > ul > li > ul > li a {
    display: block;
}

.navbar-nav .dropdown_submenu .dropdown-menu {
    left: 0;
    border-radius: 0;
    border: none;
    /* border-top: 2px solid #a08b69; */
    right: 0;
    width: 100%;
    background: #323333;
    padding: 0;
    text-align: center;
}
    .navbar-nav .dropdown_submenu .dropdown-menu a:hover {
        background: #a08b69 !important;
        color: #fff !important;
    }
    .navbar-nav .dropdown_submenu .dropdown-menu:before {
        content: "";
    }

.navbar-nav .minwidth {
    min-width: 100px;
    padding: 0;
}



.navbar-nav .dropdown_submenu {
    position: relative;
}

/* li.hover_r_sider.dropdown_submenu {
    position: static;
} */
li.hover_r_sider.dropdown_submenu.open > a {
    background: #a08b69 !important;
}

.navbar-nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    background: #323333;
    border: none;
    margin: 0;
}

@media (min-width: 768px) {
    .navbar-nav .dropdown_submenu > ul > li > ul > li {
        /* margin-left: 15px; */
    }

    .dropdown_submenu .dropdown_submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        /* margin-top: 5px; */
        /* margin-right: -10px; */
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
}
/*------------------------subNav  dropdownMenu --------------------*/


.wid-home-video iframe {
    width: 100% !important;
    height: 630px !important;
    margin: 0 !important;
}


.checkbox-col .chk-inline {
    display: inline-block;
    vertical-align: top;
    width: 180px;
}

.checkbox-col .chk-inline label {
    width: calc(100% - 50px);
    vertical-align: top;
}


.case-title .btn-area {
    display: flex;
}

.case-title .btn-area > .btn {
    margin-right: 10px;
}

.case-title .btn-area .btn-back {
    margin-left: 10px;
    position: relative;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    background: url(../images/all/arrow_004.svg) left center no-repeat;
    background-size: 12px;
    padding: 5px 5px 5px 20px;
    min-width: initial;
}

.case-title .btn-area .btn-back:before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgb(162,141,106);
    background: linear-gradient(90deg, rgba(162,141,106,1) 0%, rgba(226,197,148,1) 100%);
    transition: all .5s ease;
    z-index: -1;
    opacity: 1;
    display:none;
}
.case-title .btn-area .btn-back:hover {
    color: #a28d6a;
background-image: url('../images/all/arrow_004_h.svg');
}
.case-title .btn-area .btn-back:hover:before {
}

.banner .banner_map {
    height: 500px;
}
.banner .banner_map .infoWrapper h3 {
    color: #a08b69;
    font-size: 22px;
    font-weight: bold;
}
.banner .banner_map .infoWrapper .desc{
    color:#888;
    font-size:13px;
}



.wid-home-video .player-container {
    width: 100% !important;
    /*min-width: 600px;*/
    max-width:100% !important;
    height: 630px;
    margin: 0 auto;
}
.wid-home-video .mb_YTPBar .buttonBar {
    position: static;
}
.wid-home-video .YTPOverlay {
    display: none !important;
}
.wid-home-video .mb_YTPBar {
    height: 50px;
}


body.case.show .tab_wrapper .content_wrapper .tab_content {
    overflow: hidden;
    padding: 25px 80px;
}
    body.case.show .tab_wrapper .content_wrapper .tab_content.get_h {
        display: none;
    }
    body.case.show .tab_wrapper .content_wrapper .tab_content.get_h.active {
        display: block;
    }


.infoWrapper {
    max-width: 100%;
}

/*about*/
.sec-son div[class*="sec"]{
    padding:50px 0;
}
.sec-son.sec-about .sec1{
    padding-top:0;
}
.sec-about h2.st{
    color:#a08b69;
    font-size: 30px;
    margin-top:0;
    margin-bottom: 30px;
    text-align: center;
}.sec-about h2.st:after{
    content:"";
    display:block;
    width: 2.5em;
    height: 1px;
    margin:10px auto 0 ;
    background:#a08b69;
}
.sec-about .invest-list .item{
    border:1px solid #333;
    padding:15px;
    color:#333;
    text-align: center;
    margin-bottom: 30px;
}
.sec-about .live-list{
    border-top:1px solid #a08b69;
    border-bottom: 1px solid #a08b69;
    padding:30px 0;
    display: flex;
    flex-wrap: wrap;
}
.sec-about .live-list li{
    width: 25%;
    margin-bottom: 15px;
}
.sec-about .live-list li:before{
    content:"";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background:#333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.sec-son.sec-about .sec4{
    background:#f3f3f3;
    position: relative;
    margin:50px 0;
    padding:80px 0;
} 
.sec-about .sec4:before{
    content:"";
    position: absolute;
    top:0;
    bottom:0;
    right:100%;
    background:#f3f3f3;
    margin-left: -9999px;
    padding-left: 9999px;
    z-index: -1;

}
.sec-about .sec4:after{
    content:"";
    position: absolute;
    top:0;
    bottom:0;
    left:100%;
    background:#f3f3f3;
    margin-right: -9999px;
    padding-right: 9999px;
    z-index: -1;
}
.sec-about .sec4 h2.st{
    color:#333;
    font-weight: bold;
}
.sec-about .sec4 h2.st:after{
    display: none;
}
.sec-about .sec4 .txt{
    text-align: center;
}
.sec-about .do-list{
    display: flex;
    margin: 50px -20px 0;

}.sec-about .do-list .item{
    box-shadow: 0 0 15px 3px #ccc;
    flex-grow: 1;
    margin: 0 20px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.sec-about .do-list .title{
    font-weight: bold;
    font-size: 18px;
}
.sec-about .do-list .icon{
    width: 50%;
    margin: 0 auto 15px;
}
.sec-about .team-list{
    margin-left: -50px;
    margin-right: -50px;
    margin-top:100px;
}
.sec-about .team-list .item{
    padding-left: 50px;
    padding-right: 50px;
}
.sec-about .team-list .pic {
    margin-bottom: 20px;
}
.sec-about .team-list .pic img{
    width: 100%;
}
.sec-about .team-list .name{
    text-align: center;

    
}.sec-about .team-list .name b{
    font-weight: bold;
    display: block;
    margin-bottom: 5px;;
    font-size: 18px;;
}
.sec-about a.btn-register {
    background: #a08b69;
    color: #fff;
    padding: 15px;
    display: block;
    width:40%;
    text-align: center;
    margin: 70px auto 0;
    font-size: 25px;
}
.sec-about a.btn-register:hover{
    background:#333;
}
.sec-aboutB .sec1{
    position: relative;
    color:#333;
}
.sec-aboutB .sec1 .bg{
    background: url('../images/about/img_city.jpg');
    background-size: cover;
    filter:grayscale(100%);
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: -1;

}
.sec-aboutB .sec1 .icon{
    margin:0 auto 30px;
    display: table;
}
.sec-aboutB .sec1 .bg:before{ 
    content:"";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#fff;
    opacity: .75;
    z-index: -1;
}
.sec-aboutB .sec1 .txt{
    position: relative;
    z-index: 5;
    width: 80%;
    margin:auto;
    font-size: 18px;
}
.sec-aboutB .sec1 h2.st{
    text-align: center;
    display: table;
    margin:0 auto 40px;
    font-weight: bold;
}
.sec-aboutB .sec1 h2.st:after{
    content: "";
    background: #a08b69;
    height: 1px;
    width: 50%;
    display: block;
    margin: 20px auto;
}
.eZShareBar{
    margin-bottom: 20px;
}
.sec-aboutB  .service-list{
    display: flex;
    justify-content: center;
}


.sec-aboutB  .service-list .item {
    flex-shrink: 0;
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    display: flex
;
    flex-direction: column;
    flex-grow: 1;

}


.sec-aboutB  .service-list .icon{
    border-radius: 50%;
    border: 1px solid #a08b69;
    max-width: 130px;
    max-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0 auto 15px; */
    padding: 20px;
    flex-shrink: 0;
}
.d-flex{
    display: flex;
}

.footer .location-list li a{
     display: inline-block;
     padding:0;
}
.footer .location-list li a:hover{
    background:none;
}
.footer .location-list .st{
    font-size: 18px;
    opacity: .5;
    font-weight: bold;
    margin-bottom: 15px;
}
.footer .flex-footer01{
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #595959;
}
.footer .location-list{
    margin-bottom: 30px;
}
.footer .location-list .list-item{
    width:calc(100% / 3);
    padding-right: 20px;
}
.footer .wid{
    margin:0;
}


/* 只影響首頁七大服務區塊 */
  .services-inline {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .services-inline > li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services-inline .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin: 0 auto;
  }
  .services-inline .icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }
  .services-inline .text {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
  }

