﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;600;700&display=swap');
:root {
    --main-color: #cab274;
    --second-color: #46193E;
}
body {
    font-family: 'Times New Roman','Noto Serif TC', serif;
    font-weight: 500;
    font-size: 18px;
    color: #4c4c4c;
    letter-spacing: 2px;
}
.editor {
    font-size: unset;
}
a,body.home .categorybox .wid-home-pages .info,body.home .servicebox .wid-home-pages .list_item .pic {
	 transition: all .3s ease;
}
a, body.news .article-list .item .time {
    color: #212121;
}
/*字色:主色*/
a:hover, .btn.btn-bord,.member-function-box .item .pic > .icon{
    color: var(--main-color);
}
body.show.product .pro-name, 
body.news.show .page-content .h1,
 .side .h3,
.header .navbar-nav .nav-item:hover > .nav-link,.breadcrumb li.active {
    color: var(--second-color);
}
/*背景:主色*/
 .list-creative .list-terms:before {
    background: var(--main-color);
}

/*背景:第二色*/
.toast,
.list-creative > li:nth-child(2n) .list-terms:before,
.bsnav-mobile.full.in .navbar,.wid-float-section ul li {
    background: var(--second-color);

}

/*背景:主色，字體副色*/
.member-function-box .item > a:hover {
    background: var(--second-color);
    color: var(--main-color);
}

/*背景框線皆為副色*/
.btn.btn-primary {
    background: var(--second-color);
    border-color: var(--second-color);
}
.py-5 {
    padding: 80px 0 !important;
}
/*主色白字*/
.gallery-list.cover.hov-cart .item-detail .cover .btn-box .btn:hover,
body.show .page-item .page-link:hover,
.nav-item.dropdown > .navbar-nav .nav-item:hover > a, body.home section.news .item-wrap:hover .tag,
.bsnav-mobile.full .navbar-nav .nav-item .navbar-nav .nav-link:hover, 
body.news.show .tag {
    background: var(--main-color);
    color: #fff;
}
.anchor-title.scroll-to-fixed-fixed{
 background: var(--second-color);
    color: #fff;

}


.header .navbar .navbar-brand {
    width: 130px;
    height: 102px;
    background: none;
}
.header .navbar {
    background: none;
    border: none;
    padding: 10px;
}
body:not(.home) .header .navbar {
    position: relative;
}
.is_scroll .header .navbar > .container, body:not(.home).is_scroll .header .navbar > .container {
    background: rgba(255, 255, 255, 0.8);
    border: 0;
    border-radius: 22px;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 5%);
    backdrop-filter: blur(4px);
}

.is_scroll .header .navbar .navbar-brand {
    width: 98px;
    height: 76px;
}
body:not(.home).is_scroll .header .navbar   {
    position:fixed;
}

.header .navbar .nav-pos-top {
    margin-bottom: 0;
    background: none;
    position: relative;
}
.header .navbar .small-btn-box {
    position: relative;
}
.header .navbar .search-area {
    right: 0;
    width: 320px;
}

.header .navbar .search-area .form-inline{
	display:flex;
}
.header .navbar .search-area .form-inline .form-group input{
	height:100%;
}
.header .navbar .search-area .btn {
    height: 100%;
    margin: 0 !important;
}

.nav-brand-wrapper .nav-com-name {
    display: inline-block;
}
.header .navbar-nav .nav-item:hover > .nav-link .caret {
    border-top-color: currentColor;
}
.wid-float-section ul{
    background:none;
	
}
.wid-float-section ul li a {
    width: 75px;
    height: 75px;
    padding-top: 48px;
    background:url(../images/floating.svg) no-repeat;
}
.wid-float-section ul li a .icon{
    
}
.wid-float-section ul li {
    border-radius: 50%;
    padding: 0;
    margin: 8px 0;
}
.wid-float-section ul li + li {
    border: none;
}
.wid-float-section ul li.b1 a {
    background-position: 11px 7px;
}
.wid-float-section ul li.b2 a {
    
background-position: 11px -266px;
}
.wid-float-section ul li.b3 a {
    
    background-position: 11px -613px;
}
.wid-float-section ul li.gotop {
    position: static;
}
 .wid-float-section ul li.gotop a {
       
        background-position: 13px -1172px;
        line-height: 1;
        padding-top: 54px;
}
.footer .gotop {
    display: none !important;
}
.h2 {
    color:var(--main-color);
	border-bottom-color:#ddd;
}

.gotop a:hover,
.ezshare-box a:hover,
.wid-float-section ul li a,.btn.gray,.anchor-title.scroll-to-fixed-fixed a{
	color:#fff;

}
body.product .gallery-list.cover.hov-cart .item-detail .cover .btn-box .btn:hover {
    background:#b12e2e;
}

.gallery-list.border-solid .item .item-detail .btn-box .btn {
    color: #ffffff;
    background: #dc3545;
}
.page-link {
    color: #7a7a7a;
}
.rwd-table.mob-mode th {
    font-weight: normal;
}
/*side*/



.side .wid-slideBanner ul {
    width: 20000em;
}

.side .navbar-collapse {
    width: 100%;
}

.side .filter-content > ul {
    padding-left: 30px;
}

.side .filter-content ul li {
    list-style-type: disclosure-closed;
    line-height: 1.8;
}

.side .filter-title .collapsed-btn, .side .filter-sidebar.multiple-collapse .collapsed-btn {
    background: url(../images/newsbg.png)repeat #eee;
    /* border: solid 1px var(--main-color); */
    /* color: var(--second-color); */
}

.side .filter-content ul li .collapsed-sub-btn {
    display: block;
    font-size: 16px;
    color: #444;
}

.side .filter-content > ul li ul {
    padding: 0;
    margin-left: 20px;
}

.side .filter-content > ul li ul li {
        list-style-type: circle;
    }
    .side .filter-content > ul li ul li a {
        font-size: 15px;
    }
.side .filter-sidebar, .side .navbar {
    background: none !important;
}
.side .h3 {
    margin-bottom: 10px;
    border: 1px solid;
    padding: 10px;
}
.side .h3 .txt-tw {
    border: none;
    padding: 0;
}
.side .h3 .txt-en {
    color: currentColor;
	margin-bottom:0;
}
.btn.btn-bord, .page-link, .side .h3 .txt-tw {
    border-color: currentColor;
}
.gallery-list p.price,.product-info-area .item.price .cont {
    color: #b12e2e;
}

.nav-item.dropdown > .navbar-nav .nav-item span, .bsnav-mobile.full .navbar-nav .nav-item .navbar-nav .nav-link span,
body.home .wid-page_unit > .h2.title,
body.home .categorybox .wid-home-pages .h2,
body.home .categorybox .wid-home-pages .btn-more,
body.home .servicebox .wid-home-pages .info .desc,
 body.home .clientbox .wid-home-pages .info,
  .wid-float-section ul li a .icon,
  body.contact .section .info_area,
  body.contact .section .map-box,.breadcrumb span.txt-en {
    display: none;
}


.wid-float-section ul li a:hover, .wid-float-section ul li a:hover .icon {
    color: #ffdcda;
}
body.home .categorybox .wid-page_unit h2,
.page-content .kind-info .h2 {
    position: relative;
    display: inline-block;
    border-bottom: 0;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
body.home .categorybox .wid-page_unit h2:before,
body.home .categorybox .wid-page_unit h2:after,
.page-content .kind-info .h2:before,
.page-content .kind-info .h2:after{
    content: "";
    display: inline-block;
    width: 105px;
    height: 34px;
    position: absolute;
    background: url(../images/titledeco.svg) no-repeat center;
    top: calc(50% - 34px /2 );
}
body.home .categorybox .wid-page_unit h2:after,
.page-content .kind-info .h2:after {
    right: -110px;
}
body.home .categorybox .wid-page_unit h2:before,
.page-content .kind-info .h2:before {
    transform: rotate3d(0, -314, 0, 180deg);
    left: -110px;
}
body.home .wid h2,
body.home .wid > .h2,
body.home .wid .h2,
.page-content .kind-info .h2,body.contact .page-content .form-hasbg h3{
    font-size: 36px;
    color: inherit;
    font-weight: 700;
}
body.home .wid h2 span,
body.home  .wid > .h2 span,
body.home .wid .h2 span,
.page-content .kind-info .h2 .txt-en,
body.about .page-content .kind-info .h2 span,body.contact .page-content .form-hasbg h3 .txt-en{
    display: block;
    font-size: 24px;
    font-weight:normal;
    opacity:0.9;
    /* text-align: center; */

}
.page-content .kind-info {
    text-align: center;
    border-bottom: 4px double #ddd;
}

.page-content .kind-info .h2{
    margin-bottom: 0;
}

.sort-area .btn-info {
    background: #ddd;
}


body.home .categorybox  .page-box .editor {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

body.home .categorybox .page-box .wid-page_unit p {
    font-size: 16px;
    color: #333;
}

body.home .categorybox .page-box .wid-page_unit strong {
    color: #e78fa2;
}

body.home section .more-btn-area {
    text-align: center;
    margin: 25px 0;
}

body.home .servicebox {
    background: #fdeded;
    padding: 6% 0 3rem!important;
}
body.home .servicebox .wid > .h2{
    color: inherit;
    border: none;
    background: url(../images/titlebg.jpg)bottom right no-repeat;
    position: absolute;
    left: 0;
    /* right: 0; */
    padding: 83px 83px 354px 186px;
    text-align: center;
    bottom: -3rem;
    margin-bottom: 0;
}
body.home .servicebox .wid-home-pages {
    padding-left: 555px;
    position: relative;
}

body.home .servicebox .wid-home-pages .info {
    position: static;
    display: block;
    color: #242424;
}

/*body.home .servicebox .wid-home-pages .info .desc {
    display: none;
}*/

body.home .servicebox .wid-home-pages .list_item .row {
    align-items: center;
}
body.home .servicebox .wid-home-pages .list_item .pic {
    /* flex-grow: 1; */
    width: 106px;
    height: 106px;
    /* border-radius: 50%; */
    padding: 20px;
    background: #fff;
    margin:0 auto; 
    
    box-shadow: 0 0 4px rgb(231 200 200 / 56%);
}



body.home .servicebox .wid-home-pages .list_item:hover .pic {
    filter: drop-shadow(0px 6px 4.1px rgb(231 200 200 / 56%));
}
body.home .servicebox .wid-home-pages .list_item {
    padding: 10px 0;
    margin: 32px 0 32px;
}



body.home .servicebox .wid-home-pages .btn-more {
    display: block;
    text-align: right;
    background: url(../images/more.png)center right no-repeat;
    padding-right: 28px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    position: relative;
}
body.home .servicebox .wid-home-pages .btn-more:after {
    content: "";
    display: block;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #d9bcbc;
    top: calc(50% - 1px / 2);
}
body.home .servicebox .wid-home-pages .info span {
    display: block;
}

body.home .servicebox .list_item .pic,body.home .servicebox .list_item .pic img {
    border-radius: 50%;
}

body.home .servicebox .wid-home-pages .info .title{
    font-size: 25px;
    font-weight: bold;
}
.gallery-list .item .title {
    font-size: 20px;
}
.gallery-list .item .info, .gallery-list .item .title {
    margin: 0 !important;
}
body.home .servicebox .wid-home-pages .info .title span {
    font-size: 70%;
    font-weight: normal;
    
    display: block;
    letter-spacing: 0.5px;
}


body.product .page-content .page-box {
    margin: 3rem 0 !important;
}
/*
.footer .footer_content .sitemap > ul > li > a,
.footer .footer-info ul li .icon,
.footer .footer-info ul li a,.footer .copyrights-info a,.footer .copyrights-info {
    color: #000000;
}*/


.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:hover:before {
    border-color: transparent transparent transparent var(--main-color);

}
.nav-item.dropdown .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-right-color:#fff;
}


   /*body.home .page-content .abbox {
    background: url(../images/abbox.jpg) no-repeat center fixed;
  background-size: cover;
    padding: 5% 0;
    text-align: center;
}
body.home .page-content .abbox .inner {
    /* padding: 30px; */
    /* background: rgb(255 255 255 / 83%);
    color: #fff;
    text-shadow: 0 0 11px black;
} */
body.home .page-content .abbox .h3 {
    margin-bottom: 20px;

}

.navbar .nav-pos-top .small-btn-box li > a, 
.navbar .nav-pos-top .small-btn-box li .cart-drop-box > a {
    color: #444;
}


.navbar-expand-md .navbar-nav.nav_fb li a, 
.bsnav-mobile .navbar-mobile.nav_fb li a, 
.footer .footer-info .social-box li a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
}
.navbar-expand-md .navbar-nav.nav_fb li a, 
.footer .footer-info .social-box li a {
    background: url(../images/social2.svg) no-repeat -4px -6px;
}

.navbar-expand-md .navbar-nav li.icon_f a img, 
.bsnav-mobile .navbar-mobile.nav_fb li.icon_f a img {
    /* background: none; */
    /* text-indent: 0; */
    display: none !important;
}
.navbar-expand-md .navbar-nav li.icon_i a,
.bsnav-mobile .navbar-mobile.nav_fb li.icon_i a,
.footer .footer-info .social-box li.icon_i a {
    background-position: -4px -124px;
}

.navbar-expand-md .navbar-nav li.icon_y a,
.bsnav-mobile .navbar-mobile.nav_fb li.icon_y a, .footer .footer-info .social-box li.icon_y a {
    background-position: -4px -267px;
}

.navbar-expand-md .navbar-nav li.icon_t a,
.bsnav-mobile .navbar-mobile.nav_fb li.icon_t a, .footer .footer-info .social-box li.icon_t a {
    background-position: -4px -382px;
}

.navbar-expand-md .navbar-nav li.icon_p a,
.bsnav-mobile .navbar-mobile.nav_fb li.icon_p a, .footer .footer-info .social-box li.icon_p a {
    background-position: -4px -489px;
}

.navbar-expand-md .navbar-nav li.icon_l a,
.footer .footer-info .social-box li.icon_l a {
    background-position: -4px -603px;
}

/*bsnav nav_fb icon*/

.bsnav-mobile .navbar-mobile.nav_fb li a {
    background: url(../images/social1.svg) no-repeat -4px -11px;
}


.bsnav-mobile .navbar-mobile.nav_fb li.icon_i a{
    background-position:-4px -129px;
}


.bsnav-mobile .navbar-mobile.nav_fb li.icon_i a {
    background-position: -4px -272px;
}

.bsnav-mobile .navbar-mobile.nav_fb li.icon_t a {
   
    background-position: -3px -387px;
}

.bsnav-mobile .navbar-mobile.nav_fb li.icon_p a {
        background-position: -3px -493px;
}

.bsnav-mobile .navbar-mobile.nav_fb li.icon_l a {
    
    background-position: -4px -607px;
}


.footer .footer_content {
    background: none;
}
.h5 .sub-txt {
    color: #686868;
}
.btn.btn-light {
    background: #b12e2e;

}
.btn.btn-txt {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 500;
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px #ffffff;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border: 1px solid;
}


.bsnav-mobile.full.in .navbar {
    height: 100%;
     opacity: 0.9; 
}
.bsnav-mobile.full .navbar-nav .nav-item .navbar-nav {
    background: rgb(255 255 255 / 80%);
}
.bsnav-mobile.full .navbar-nav .nav-item .navbar-nav .nav-link {
    color: #000000;
}
/*.bsnav-mobile.full .navbar-nav .nav-item .navbar-nav .nav-link:hover {
    background: var(--second-color);
    color: #fff;
}
*/
/*body.home .page-content .storybox {
    background: url(../images/abbox.jpg) no-repeat left center fixed;

    padding: 5% 0;
    text-align: center;
}*/

/*banner*/
.banner {
    position: relative;

}

.banner:after {
    position: absolute;
    content:"";
    left:0;
    right:0;
    bottom:0;
    height:44px;
    background:url(../images/bannerbf.png) no-repeat top center;
}

.breadcrumb {
    justify-content: center;
    background: none;
    margin-top: 15px;
}


/*首頁*/

body.home .wid-home-pages .pic img {
    width: 100%;
}



body.home .wid-home-pages .list_item {
    position: relative;
    overflow: hidden;
    margin: 48px 0;
}

body.home .wid-home-pages .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
/*    background: rgb(0 0 0 / 28%);*/
}
body.home .banner +.categorybox {
    padding-bottom: 40px !important;
}

body.home .categorybox .wid-home-pages .info .title {
    padding: 8px 25px;
    background: rgb(138 100 45 / 80%);
    font-size: 25px;
}
body.home .categorybox .wid-home-pages .list_item  .info {
    transform: scale(1);
}

body.home .categorybox .wid-home-pages .list_item a:hover .info {
    transform: scale(0);
}
body.home .categorybox .wid-home-pages .list_item {
    margin: 0;
}

body.home .categorybox .wid-home-pages .row > div {
    padding: 0;
}
body.home .clientbox .wid-home-pages .pic img,
body.home .clientbox .wid-home-pages .pic {
    border-radius: 10px;
    /* overflow: hidden; */
}

body.home .clientbox .wid-home-pages .list_item {
    margin: 0 15px;
}
body.home .clientbox .innerbox {
    order: 1;
}
body.home  .clientbox .titlebox {
    order: 2;
    justify-self: center;
    justify-items: center;
}

body.home  .clientbox .titlebox .h2{
    border-bottom:0;
}



body.home .clientbox .slick-arrow {
    right: -124px;
    /* top: auto; */
    top: auto;
    bottom: 0;
    transform: none;
}
body.home  .clientbox .slick-arrow.slick-prev {
    left: auto;
    right: -62px;
}

body.home .clientbox .slick-dots {
    display:none !important;
}


/*contact*/
body.contact .page-content .form-hasbg {
    position: relative;
    padding-left: 35%;
}
body.contact .page-content .pos-relative {
    width: 100%;
}
body.contact .page-content .form-hasbg h3 {
    bottom: 0;
    top: 0;
    background-position: top center;
    position: absolute;
    left: 0;
    margin-bottom: 0 !important;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../images/titlebg2.jpg) no-repeat right top;
    color: #fff;
    background-size: cover;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 66%);
}
body.contact .page-content .row-2-columns-bordered > [class*=col]:nth-child(1)::after{
	content:none;
}


/*表單*/

.form-group span.radio-inline + span.radio-inline {
    margin: 0px 10px;
}
.form-group span.radio-inline input {
    margin-right: 5px;
}

/*會員*/
.member .frame-small-box {
    width: 70%;
}

/*footer*/
footer .editor {
    /* flex-grow: 1; */
    width: 50%;
}
footer iframe {
    width: 100%;
    border: 3px solid #fff !important;
    box-shadow: 1px 1px 3px rgb(183 183 183 / 64%);
}
.footer .footer-info ul li {
    /* flex-direction: unset; */
    /*padding: 0 10px;*/
}
.footer .footer_content .sitemap {
    margin-top: 40px;
}


 .footer .footer-info ul li a,
.footer .footer-info .desc,
.footer .footer_content.fc_seperate_bottom .right-area a, 
.footer .footer_content.fc_seperate_bottom .social-box svg, 
   .footer .footer-seo .h4, .footer .footer-seo .desc, 
   .right-area .editor,
    .footer .footer_content .sitemap > ul > li > a,
    .footer .footer-info ul li .icon {

    color: #363636;
}

.footer .footer-info ul li label:after {
	content: "：";
}
.footer {
    background: url(../images/footer.jpg);
    padding: 42px 0;
    font-size: 17px;
    font-weight: 600;
}
.footer .footer-info ul.tat_x li label {
    /* flex-direction: unset; */
    padding: 0 0 0 27px;
    background: url(../images/ficon2.svg) no-repeat 0px -593px;
}
.footer .footer-info ul.tat_x li.mail label {
    background-position: 0px -69px;
}
.footer .footer-info ul.tat_x li.add label {
    background-position: 0px -147px;
}
.footer .footer-info ul.tat_x li.fax label {
    background-position: 0px -234px;
}
.footer .footer-info ul.tat_x li.tel label {
    background-position: 0px -344px;
}

.footer .footer-info ul.tat_x li.bstime label {
    background-position: 0px -472px;
}
.footer_brand {
    text-align: center;
    margin: 0 0 60px 0;
}
.footer_brand .footer_logo {
    width: auto;
}
.footer .footer-info ul {
}
.footer .right-area h1{
    font-size: 18px;
    margin-bottom: 10px !important;
}
.footer .footer-info .sitemap {
    text-align: left;
    margin: 22px 0;
}
/*.footer .footer-info {
    width: 75%;
    margin: 0 auto;
}*/

.footer-logo a img {
    width: 300px;
}
.footer .copyrights {
    /* color: #4c4c4c; */
    font-size: 14px;
    text-align: center;
    opacity: 0.6;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    letter-spacing: 1px;
    font-weight: normal;
}
.footer .footer_content.fc_seperate_bottom .footer-bottom{
	background:none;
}

.footer .copyrights-info {
    border-top: solid 1px #e1c59d;
}

body.news.show .small-title {
    color: #afafaf;
}
body.news.show .page-content .h1 {
    /* color: #1c68a3; */
    /* font-weight: normal; */
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 28px;
}

body.news .article-list .item + .item {
    margin-top: 0;
    padding-top: 0;
}
.editor a.is-btn {
    margin-bottom: 20px;
}

.editor .row {
    justify-content: center;
    align-items: stretch;
    margin-top: 30px;
	margin-bottom: 30px;
}
.editor img + a.is-btn {
    margin: 10px 0 0 0;
}

.member-function-box .item a {
    text-align: center;
    color: inherit;
    justify-content: center;
}
.member-function-box .item .pic {
    margin-right: 5px;
}