@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=LXGW+WenKai+TC&display=swap');


body{    font-family: "Noto Sans TC", sans-serif;}

/*網站全域設定/＝＝＝＝＝*/

/*反白顏色*/
::-moz-selection{  background-color: #dcc9bd;  color: #fff;}
::selection{  background-color: #dcc9bd;  color: #fff;}
:root {
    --MainColor: #dcc9bd;
    --SubColor:#DABEA8;
    --SFont:"Noto Sans TC", sans-serif;
    --SFontEN: 'Montserrat', sans-serif;
    --FontColor:#2C2C2C;
    --f60: 60px;
    --f54: 54px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
}

/*卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 10px; /*右側捲軸寬度*/
    height: 0px; /*下方捲軸高度*/
}
/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background: #eee; 
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background: #f4f3f2; 
}
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #dcc9bd; 
}


.path {    display: none;}
.main_part {
    max-width: 1440px;
    padding: 80px 20px;
}

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area {
    position: fixed;
    background: transparent;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.header_area.sticky {
    background: url(https://pic03.eapple.com.tw/lawwithjheng/100-50-3.png) var(--MainColor);
    background-size: 100px 50px;
}
.header_area:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 136px;
    content: "";
    transition: all .8s cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    background: linear-gradient(to bottom, #f0e2d9eb 10%, #ffffff00 85%);
    z-index: -1;
    transform: translateY(0);
}

.main_header_area .container {    max-width: 95%;}


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/
.tp_links{display: none;}
.tp_links a {    color: var(--SubColor);}
.box_search {    display: none;}

/*浮動按鈕*/
.info_fix_links {    display: #dcc9bd !important;}


.linksBtn {
    background: var(--SubColor);
    width: 50px;
    height: 50px;
    color:#a87656;
}
.info_fix:hover>.linksBtn {
	 color: #a87656;
    background: var(--SubColor);
}
.info_fix_links a {
    background:var(--SubColor);
    color: #a87656;
}
.info_fix_links a:hover {
    background:#a87656;
    color: var(--SubColor);
}

.info_fix_links a:hover i.fa-brands.fa-instagram {filter: contrast(0) brightness(100); }
a.info_fix_default.info_fix_phone, a.info_fix_default.info_fix_mail, a.info_fix_default.info_fix_tel, a.info_fix_default.info_fix_tel2 {
    display: none;
}

/*電腦LOGO
.nav-brand {}
*/
.sticky .nav-header {
    max-width: 160px;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.nav-header {
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.pageIndex .nav-brand {
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation: nav-logo-3 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 1s;
}

@keyframes nav-logo-3{
    0%{
		
		
        opacity: 0;
        left: -100px;
    }
    100%{
        opacity: 1;
        left: 0;
    }
}

/*第一層*/
.pageIndex .stellarnav {
    animation: nav-down 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 1s;
    opacity: 0;
}

.stellarnav > ul > li > a {
    padding: 0px 10px;
    letter-spacing: 1px;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #f4f3f2bb 45%, #f4f3f2 55%);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 220% 100%;
    color: #604333;
    display: block;
    transition: .4s cubic-bezier(0.390,0.575,0.565,1.000);
}
.stellarnav > ul > li:hover > a {
    animation-duration: .6s;
    animation-fill-mode: forwards;
    animation-name: filteranim;
    animation-timing-function: cubic-bezier(0.390,0.575,0.565,1.000);
    background-position: 0 50%;
}

@keyframes nav-down {
    0%{
        opacity: 0;
        transform: translate(0,-20px);
    }
    100%{
        opacity: 1;
        transform: translate(0,0);
    }
}
@keyframes filteranim {
        0% {
            filter: brightness(1)
        }

        10% {
            filter: brightness(2.5)
        }

        to {
            filter: brightness(1.4)
        }
    }

/*第二層*/
.stellarnav ul ul {
    background: #ffffffc7;
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
}
.stellarnav li li {    border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 10px 15px;
    transition: all 0.3s;
    color: var(--MainColor);
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    background-color: var(--SubColor);
    color: #fff;
    transition: all 0.5s;
    padding-left:10px;}

/*下拉線條箭頭*/
.stellarnav li.has-sub>a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--SubColor) var(--SubColor) transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stellarnav li li.has-sub > a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--MainCOlor) var(--MainCOlor) transparent;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/*footer*/
.footer {
    background: #f0e2d9;
    background-size: 100px 50px;
    padding-top: 50px;
    -webkit-animation: noise 1.5s steps(5) alternate infinite;
    animation: noise 1.5s steps(5) alternate infinite;
}
.footer .center {    max-width: 85%;}
.footer_info {
    display: #dcc9bd;
    #dcc9bd-direction: row-reverse;
    padding: 0;
}
.footer_info ul {
    display: #dcc9bd;
    #dcc9bd-direction: column-reverse;
}
.footer_info li:nth-child(1) {
    display: #dcc9bd;
    #dcc9bd-direction: column;
}
.footer_info li p, .footer_info li p a {    color:#a87656;}


.footer_menu {    position: relative;}
.footer_menu:after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f4f3f254;
    width: 0%;
    animation: nav-line 2.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 1.7s;
}

.footer_menu a:first-child {    display: none;}
.footer_menu a {
    background: transparent;
    border: none;
    color:#a87656;
    position: relative;
    padding: 20px 12px;
    margin: 0;
    transition: all .5s;
}
.footer_menu a:hover {    background: transparent;}

.footer_menu a:after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #f4f3f2;
    width: 0;
    top: 95%;
    transform: translate(-50%, 50%);
    transition: all .5s;
}
.footer_menu a:hover:after  {   width: 20px;}


@keyframes nav-line {
    0%{        width: 0;    }
    100%{        width: 100%;    }
    
}

.box_link {
    max-width: 100%;
    display: #dcc9bd;
    #dcc9bd-direction: row;
    top: 39%;
    justify-content: center;
    text-align: center;
}
.box_link a:hover {    background: var(--SubColor);}
.box_link a {
    background: #f4f3f261;
    border: none;
    font-size: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: var(--MainColor);
    margin: 5px;
    transition: all .8s;
}
a.me_tp_ig {
    /* display: none; */
}
a.me_tp_call, a.me_tp_call {    display: none;}


.copy {
    background: var(--SubColor);
    border: none;
    padding: 15px 20px;
    margin-top: 45px;
    color:#FFF;
}
.copy a{ color: #FFF;}

@keyframes noise {
    0% {
        background-position: -88px 166px
    }
    20% {
        background-position: 222px -333px
    }
    40% {
        background-position: -111px 444px
    }
    60% {
        background-position: 33px -66px
    }
    80% {
        background-position: -138px 212px
    }
    100% {
        background-position: 317px -197px
    }
}


/*聯絡我們*/
.contact_content form {
    display: #dcc9bd;
    #dcc9bd-direction: column-reverse;
}
ul.list_before.info {
    display: #dcc9bd;
    #dcc9bd-direction: column;
    align-items: #dcc9bd-start;
}
.contact_form li .form__insert {
    text-align: left;
    display: block;
    width: 100%;
    vertical-align: top;
}
/*聯絡我們-版面調整*/
.contact_content {    text-align: center;}
.contact_content .information_left {
	display:none;
}

.blank_letter {
    color: var(--MainColor);
    text-align: left;
}
h4.blank_letter.i {    grid-column: span 2;}
h4.blank_letter.f {    padding-top: 60px;}

.list_before.info li {
    padding-left: 110px;
    text-align: left;
    line-height: 200%;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    width: 90%;
    padding-bottom: 11px;
}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    width: 75px;
    text-align: justify;
    text-align-last: justify;
}
.info_LINE:before {   letter-spacing: 7px;}


.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* 開場動畫 */
.pageIndex #page::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    backdrop-filter: grayscale(1)  blur(7px);
    z-index: 1000000000000010000000;
    animation: action-bg 4.3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    pointer-events: none;
}

.pageIndex #page::after{
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/bclandoffice/index.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100000000000001000000000;
    transform: translate(-50%,-50%) ;
    pointer-events: none;
    animation: action-logo 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}

.swiper-wrapper {
    transform: scale(0.8);
    animation: action-banner 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards ;
}

@keyframes action-bg {
    0%{
        backdrop-filter: grayscale(1)  blur(7px);
        background-color: #a67652;
    }
    100%{
        backdrop-filter: grayscale(0)  blur(0px);
        background-color: transparent;
    }
}


@keyframes action-banner {
    0%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
    
}

@keyframes action-logo {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/

.banner {
    min-height: 300px;
    position: relative;
    justify-content: #dcc9bd-start;
    padding: 150px 60px;
}
.animated15 { animation: none;}
.banner.banB {    background: url(https://pic03.eapple.com.tw/lawwithjheng/banner.png) no-repeat bottom center ;}
.banner.banF {    background: url() no-repeat bottom center fixed;}
.banner.banE {    background: url() no-repeat bottom center fixed;}
.banner.banC {    background: url(https://pic03.eapple.com.tw/lawwithjheng/banner.png) no-repeat bottom center ;}
.blog_page.article_a.bodyDesktop .banner.banblog {   background: url(https://pic03.eapple.com.tw/lawwithjheng/banner.png) no-repeat bottom center ;}
.blog_page.article_b.bodyDesktop .banner.banblog {    background: url(https://pic03.eapple.com.tw/lawwithjheng/banner.png) no-repeat bottom center ;}
.banner[data-banner=news_a_list_2251] {
    background: url() no-repeat bottom center fixed !important;
}

.banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner:after {
    content: "";
    display: block;
    text-align: justify;
    word-break: break-all;
    color: #fff;
    font-style: normal;
    font-size: var(--f22);
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    z-index: 1;
    position: absolute;
    left: 217px;
    bottom: 14%;
}

.banner h5 {
	max-width:1200px;
	margin:0 auto;
	width:100%;
	text-shadow: 0px 0px 5px #886D5C;
    color: #fff;
    font-size: var(--f36);
    font-weight: bold;
    text-align: left;
    position: relative;
}
.banner h5::after {
	text-shadow: 0px 0px 0px #886D5C;
    content: "";
    display: table-column-group;
    text-align: justify;
    word-break: break-all;
    color: #dcc9bd87;
    font-style: normal;
    font-size: var(--f22);
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    z-index: 1;
    position: absolute;
}

.banner.banB h5:after {   content: "Practice Areas";}
.banner.banE h5:after {   content: "";}
.banner.banC h5:after {   content: "Contact Us";}
.banner.banblog h5:after {   content: "";}
.blog_page.article_a.bodyDesktop .banner.banblog h5:after {   content: "Success Stories";}
.blog_page.article_b.bodyDesktop .banner.banblog h5:after {   content: "Law Corner";}

.banner[data-banner=news_a_list_2251] h5:after { content: "";}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: #dcc9bd; justify-content: space-between; #dcc9bd-wrap: wrap; align-items: #dcc9bd-start; align-content: #dcc9bd-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
/*.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}*/

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: #dcc9bd;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}


/*購物車調整*/
.products-list {    grid-template-columns: repeat(3, 1fr);}
.products-list .item {  overflow: hidden;}
.products-list .item a {    padding-bottom: 0;}
/*
.product_page .products-list .item:hover .pic img {
    filter: brightness(0.3);
}*/
.product_page .products-list .item:hover .pic::after {    height: 100%;}
.products-list .pic:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    transition: .4s;
    z-index: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(18, 20, 21, 0) 30.87%, #dcc9bdbf 73.06%);
    pointer-events: none;
}

.product_page .products-list .name {
    position: absolute;
    width: 100%;
    /* top: calc(50% - 10px); */
    /* left: 50%; */
    /* transform: translate(-50%, 0%); */
    font-size: var(--f16);
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    margin: 0;
    height: 53px;
    opacity: 1;
    transition: all ease-in .3s;
    padding: 0 15px;
    bottom: -20%;
    left: 5px;
}
.product_page .products-list .item:hover .name {
    /* top: 50%; */
    opacity: 1;
    bottom: 20px;
}

/*購物車選單*/
.product-layer-two > li {
    border: none;
    padding-bottom: 0;
}

.product-layer-two li a {
    color: var(--FontColor);
    background: transparent;
    border-bottom: 1px #f4f3f2 solid;
    padding: 10px 15px;
}
.product-layer-two li.active a {
    background: var(--MainColor);
    color: var(--SubColor);
    font-weight: 400;
    border-bottom: 1px var(--MainColor) solid;
}

.product-layer-two li i {    color: var(--SubColor);}
/*.product-layer-two li.active li a {    color: #fff;}*/
.product-layer-two li li:hover > a {
    background: #fff;
    color: var(--MainColor);
}

.product-layer-two li.active li a {
    color: var(--MainColor);
    background: transparent;
}

/*顏色*/
.products-list .more {
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    position: absolute;
    /* top: calc(50% + 30px); */
    /* left: 50%; */
    /* transform: translate(-50%, 0%); */
    opacity: 0;
    transition: all ease-in .3s;
    bottom: -10%;
    text-align: left;
    left: 20px;
    transform: none;
}
.product_page .products-list .item:hover .more {
    background: none;
    /* top: calc(50% + 20px); */
    opacity: 1;
    bottom: 71px;
}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}

.product_info_page .products-list, .product-wrapper {
    width: 100%;
    display: #dcc9bd;
    #dcc9bd-direction: column;
}
.sidebarBtn {
    order: 1;
    width: 100%;
    text-align: center;
    border: none;
}
.sidebarBtn h2 {
    color: var(--MainColor);
    font-size: var(--f28);
    font-weight: 500;
}

.product_main {
    order: 2;
    width: 100%;
}/*商品照*/

.prod_tabs {    order: 3;}/*商品資訊*/
.pd_tabTitle li {    border-bottom: 1px solid #f4f3f2;}
.pd_tabTitle li.activeTab::after {
    height: 1px;
    background: #f4f3f2;
}

/*購物車-輪播圖*/
.product_pic {
    display: #dcc9bd;
    #dcc9bd-direction: column-reverse;
    padding-left: 0;
}
.proImgSwiper {
    aspect-ratio: auto;
}
#prod_thumbSwiper {
    max-width: 100%;
    padding: 10px 0;
    position: relative;
    display: #dcc9bd;
    #dcc9bd-flow: row wrap;
    width: 100%;
}
.swiper-vertical>.swiper-wrapper {
    display: #dcc9bd;
    #dcc9bd-wrap: wrap;
    #dcc9bd-direction: row;
    /* aspect-ratio: 5 / 3; */
    width: 100%;
    justify-content: space-evenly;
    position: relative;
    padding: 0;
    align-items: #dcc9bd-start;
    aspect-ratio: 1 / 1;
    height: 150px;
    gap: 5px;
}

#prod_thumbSwiper .swiper-slide {
    width: calc((100% - 50px) / 6);
    #dcc9bd: 1;
}
#prod_thumbSwiper .swiper-slide::before {
    aspect-ratio: 1 / 1;
    height: 150px;
}
#prod_thumbSwiper img {
    aspect-ratio: 1 / 1;
    height: 150px;
}

/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: var(--SubColor);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: var(--SubColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--SubColor);}
.lastPage {    background: var(--SubColor);}

/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}

/*相關推薦*/
.prod_related {
    background: #0a132e12;
    padding: 60px 20px;
}
.prod_related h6 span:before {
    font-size: 28px;
    color: var(--MainColor);
}

.pd_tabTitle li.activeTab a {
    color: var(--MainColor);
    font-size: var(--f20);
}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_subbox {
    /* grid-template-columns: repeat(2, 1fr); */
    grid-gap: 40px;
    grid-template-columns: 1fr;
}
.subbox_item {
    /* border-bottom: 1px solid var(--SubColor); */
    padding-bottom: 40px;
    box-shadow: 0 9px 49px 3px rgba(140, 140, 140, .1);
    padding: 20px;
}

.subbox_item a {
    grid-template-columns: 40% 1fr;
    display: grid;
    align-items: center;
}

.blog_list_ri {
    padding-left: 6%;
    position: relative;
}
.blog_list_ri em {    padding-bottom: 7px;}
.blog_list_ri p {
    border-top: 1px solid var(--SubColor);
    padding-top: 15px;
    line-height: 180%;
}

.subbox_item:hover  .blog_list_ri p{border-color: var(--MainColor);}
.subbox_item a:before, .subbox_item a:after{display: none;}

.blog_list_le {    overflow: hidden;}
.subbox_item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.blog_list_le img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.blog_list_ri h5 {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #6d4907 45%, #dcc9bd 55%);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 220% 100%;
    color: transparent;
    display: block;
    transition: .8s cubic-bezier(0.390,0.575,0.565,1.000);
}

.subbox_item:hover .blog_list_ri h5 {
    animation-duration: .6s;
    animation-fill-mode: forwards;
    animation-name: filteranim;
    animation-timing-function: cubic-bezier(0.390,0.575,0.565,1.000);
    background-position: 0 50%;
}

/*文章-側邊*/
h5.blog_le_t em {    color: var(--MainColor);}
.blog_le .accordion {
    border-radius: 0;
    border: none;
}
.blog_search input[type=search] {    border-radius: 0;}
.blog_le .accordion > li {    transition: all .5s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--SubColor) !important;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: var(--MainColor) !important;
}

/*文章內層*/
.articel_mainPic img {    display: none;}
.blog_back a.article_btn_back {    background: var(--MainColor);}
.blog_back a.article_btn_prev {    background: #274569;}
.blog_back a.article_btn_next {    background: #274569;}

/*文章-相關推薦*/
.news_related {
    background: #0a132e12;
    padding: 60px 20px;
}
.news_related h6 span:before {
    font-size: 24px;
    color: var(--MainColor);
}
.lastPage {    color: #fff;    background: var(--SubColor);}


/* = = = 相簿-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.show-list {    grid-template-columns: repeat(3, 1fr);}
.overlay{
    background: #dcc9bdb8;
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    -moz-transform: rotateY(180deg) scale(0.5, 0.5);
    -ms-transform: rotateY(180deg) scale(0.5, 0.5);
    -o-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}
.show-list .item:hover .overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity = 80);
    filter: alpha(opacity = 100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.show-list .show_name {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFFFFF;
    display: block;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    margin-top: 0;
}
.show-list .item a:hover .show_name {    color: var(--SubColor); opacity: 1;}

/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.subalbum-menu h2 {    color: var(--MainColor);}
.album_class_page.album_a .overlay {    display: none;}
.show-list .show_pic:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.show-list .show_pic img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.other_subalbum li a p {    color: var(--FontColor);}
.other_album_choice li {    background: var(--SubColor);    border-radius: 0;}
.other_album_choice li a {    color: var(--MainColor);}
.fa-right-from-bracket::before {    content: "→";}

/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/
.pic-list {    grid-template-columns: repeat(3, 1fr);}
.album_descrip p {
    font-size: var(--f18);
    color: var(--MainColor);
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media (max-width:1440px) {
/*banner*/
.banner h5 {
    padding-left: 10px;}
}

@media (max-width:1024px) {
    :root {
        --f54: 48px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
    .footer_info {        #dcc9bd-direction: column;    }    
    .footer_info li {        padding: 10px 0;  grid-gap: 5px;  }
    .box_link {
        position: relative;
        justify-content: #dcc9bd-start;
    }
    .show-list {
        grid-template-columns: repeat(2, 1fr);    }
    .products-list {        grid-template-columns: repeat(2, 1fr);    }
}


@media screen and (max-width: 768px) {
    :root {
        --f60: 45px;
        --f54: 36px;
        --f48: 32px;
        --f42: 30px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }

/* 開啟手機板下方按鈕所需設定 */
/*#bottom_menu {display: block; }*/
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
/*#bottom_menu li:first-child:nth-last-child(2), #bottom_menu li:first-child:nth-last-child(2) ~ li {
    width: 50%;
    display: block;
    float: left;
}*/
#bottom_menu {    background: var(--MainColor);}
#bottom_menu li {    border-right: 1px solid #dddddd0f;}
#bottom_menu li a {    color: #FFF;}

@keyframes shining {
    from {
      text-shadow: 0 0 6px rgba(253, 253, 253, 0.9),
        0 0 30px rgba(226, 226, 226, 0.3), 0 0 12px rgba(233, 233, 233, 0.5),
        0 0 21px rgba(255, 255, 255, 0.9), 0 0 34px rgba(255, 255, 255, 0.8),
        0 0 54px rgba(255, 255, 255, 0.9);
    }
    to {
      text-shadow: 0 0 6px #ffe6b8, 0 0 30px #c38615a1, 0 0 12px #c8870f91, 0 0 22px #ffeeceb5, 0 0 38px #f4f3f2d1, 0 0 60px #9d7a3b
    }
  }

.footer_info li:nth-child(2) {    width: 100%;}
.footer_menu a {    padding: 8px 10px;}
.box_link a {    align-items: center;}
.footer_info li+li {    margin-top: 0;}
.footer_logo {    padding-top: 34px;    max-width: 240px;}

/*header選單*/
.main_header_area .container {    max-width: 100%;}
.stellarnav.mobile.active {    animation: none;}
.stellarnav .menu-toggle span.bars span {    background:#705b4a;}
.stellarnav .menu-toggle:after{color:#705b4a;}
.pageIndex .stellarnav{animation:none; opacity: 1;}

/*選單open*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {    border: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background:var(--SubColor); color: var(--MainColor); }
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px #dcc9bd;}
.stellarnav.mobile ul {    background: var(--MainColor);}
.stellarnav.mobile > ul > li {    border-bottom: 1px #f4f3f233 solid;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px #f4f3f2;}
.stellarnav.mobile li.open {    background: #274569;}
.stellarnav.mobile li.open li.open {    padding: 0;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {    color: #f4f3f2;}

/*banner*/
.banner.banF, .banner.banblog, .banner.banC, .banner.banE,
.blog_page.article_a.bodyDesktop .banner.banblog,
.blog_page.article_b.bodyDesktop .banner.banblo,
.banner[data-banner=news_a_list_2251] {
    background-attachment: initial;
    background-position: center;
    background-size: cover;
}
.banner {
    padding: 120px 20px 58px;
    background-attachment: initial;
    background-size: cover;
}
.banner:after {
    bottom: 10%;
    font-size: 17px;
}

.show-list {    grid-template-columns: 1fr;}
.product_page .product_menu_list>h5 {    color: var(--MainColor);}

/*聯絡我們*/
.contact_content .information_left {
    display: #dcc9bd;
    #dcc9bd-direction: column;
}

}


@media (max-width:600px) {
    :root {
        --f60: 38px;
        --f54: 32px;
        --f48: 28px;
        --f42: 26px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
    }
    .nav-header {        max-width: 170px;}
    .contact_form li .form__label {        background: transparent;    }
    .subbox_item a {        grid-template-columns: 1fr;    }
}

@media (max-width:375px) {
    :root {
        --f54: 28px;
        --f48: 24px;
        --f42: 22px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}


