@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Noto+Serif+TC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');

body {
    font-family: "Noto Serif TC", serif;
}





.footer_menu a:nth-child(2) {
    display: none;
}








/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/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}
*/
body {
    overflow: overlay;
}

&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #fff;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #958377;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

#content {
    background-image: url(https://pic03.eapple.com.tw/lawyeraki/bg-14.jpg);
    background-position: top center;
    width: 100%;
    background-size: cover;
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #444;
    color: #fff;
}

::selection {
    background-color: #444;
    color: #fff;
}

.swiper-slide img {
    height: auto;
}

.swiper-slide {
    background-color: #edece7;
}

.bannerindex .swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/lawyeraki/bg-03.png);
    width: 100%;
    max-width: 100%;
    height: 102%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.bannerindex .swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/lawyeraki/bg-04.png);
    width: 100%;
    max-width: 100%;
    height: 102%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

@media screen and (max-width: 768px) {
    .bannerindex .swiper-wrapper .swiper-slide:nth-child(1)::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(https://pic03.eapple.com.tw/lawyeraki/bg-07.jpg);
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10000;
    }

    .bannerindex .swiper-wrapper .swiper-slide:nth-child(2)::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(https://pic03.eapple.com.tw/lawyeraki/bg-08.jpg);
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10000;
    }

    .swiper-banner .swiper-slide img {
        height: 0;
        padding-bottom: 130%;
    }

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #958377;
}

.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
}


/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.nav-menu {
    margin: 0;
}

.main_header_area .container {
    max-width: 80%;
}

.nav-menu>li:not(.tp_links) {
    padding-right: 15px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #958377;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #958377;
}

.nav-dropdown>li {
    text-align: center;
}

.header_area {
    position: fixed;
    width: 100%;
    padding: 0;
    background: transparent;
    transition: all 0.5s;
}



/* 購物籃 */

.me_tp_features {
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 0;
}

.tp_links {
    display: none;
}

.box_search input[type=text] {
    display: none;
}

.box_search input[type=text]:hover {
    color: #fff;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #fff;
    transition: all 0.3s;
}

.shop_search_btn {
    display: none;
    background: #fff;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}

.me_tp_features a {
    margin: 0 0;
}

.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}

.me_tp_features a i {
    margin: 0 3px;
    color: #fff;
}






/*  */
.header_area .main_header_area {
    background: transparent;
    transition: all 0.3s;
}



.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 1px 1px 5px #00000069;
}








.header_area .navigation {
    padding: 20px 0 20px 210px;
    display: flex;
    transition: all 0.3s;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
    .header_area .navigation {
        padding: 0;
        transition: all 0.3s;
    }

    .header_area.sticky .navigation {
        padding: 0;
        transition: all 0.3s;
    }

    .header_area .stellarnav ul {
        text-align: right;
        padding: 10px 0;
        transition: all 0.3s;
    }

    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 10px 0;
        transition: all 0.3s;
    }
}

@media screen and (max-width: 768px) {
    .header_area {
        position: fixed;
    }

    .main_header_area .container {
        max-width: 90%;
    }

    .header_area.sticky .main_header_area {
        background: #fff;
    }

}

/*  */

.stellarnav>ul>li>a {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 15px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.stellarnav>ul>li>a b {
    font-weight: 500;
}

/*  */


.header_area .stellarnav>ul>li>a {
    color: #fff;
    transition: all 0.3s;
}

.pageIndex .header_area .stellarnav>ul>li>a {
    color: #555;
    transition: all 0.3s;
}


.header_area.sticky .stellarnav>ul>li>a {
    color: #555;
    transition: all 0.3s;
}

.header_area .stellarnav>ul>li>a:hover,
.header_area.sticky .stellarnav>ul>li>a:hover {
    color: #958377;
    transition: all 0.3s;
}


.stellarnav.desktop li.has-sub a {
    padding-right: 0;
}

/*  */


.stellarnav li.has-sub>a:after {
    display: none;
}

/*下拉*/
.nav-dropdown>li>a {
    background: #f7f5f5;
    transition: 0.2s;
    letter-spacing: 1.5px;
    width: 100%;
}

.nav-dropdown>li>a:hover {
    transition: 0.2s;
    background-color: #958377;
    ;
    color: #fff
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}

.stellarnav li li a {
    padding: 10px 10px;
    border-left: 0px #958377 solid;
    transition: all 0.3s;
    backdrop-filter: blur(5px);
}

.stellarnav li li a:hover {
    border-left: 10px #BF863F solid;
    transition: all 0.3s;
}

.stellarnav>ul>li:nth-child(4) ul li:nth-child(1) {
    display: none;
}

.stellarnav ul ul {
    background: #fffffff0;
}




@media screen and (max-width: 1440px) {
    .header_area .navigation {
        padding: 30px 0 10px 210px;
    }

    .nav-brand {
        display: inline-block;
        width: 130px;
    }

    .main_header_area .container {
        max-width: 90%;
    }
}


@media screen and (max-width: 1024px) {
    .header_area .navigation {
        display: flex;
        padding: 0;
        flex-direction: row;
        justify-content: center;
    }

}



@media screen and (max-width: 768px) {

    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 10px;
        width: auto;
        display: inline-block;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .pageIndex .stellarnav .menu-toggle span.bars span {
        background: #515353;
    }

    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 12px;
        color: #fff;
        display: block;
        transform: scale(0.9);
    }

    .pageIndex .stellarnav .menu-toggle:after {
        color: #515353;

    }

    .sticky .stellarnav .menu-toggle:after {
        color: #515353;
    }


    .sticky .stellarnav .menu-toggle span.bars span {
        background: #515353;
    }

    .stellarnav>ul {
        text-align: center;
        padding: 0px 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #958377;
        color: #fff;
    }

    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        border-right: 0px #eee solid;
        background-color: #fff;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 25px 10px;
        border: 0;
    }

    .stellarnav.mobile>ul>li>a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }

    .stellarnav.mobile li.open {
        background: #fff;
    }

    .stellarnav.mobile ul ul {
        background-color: #fff;
    }

    .stellarnav.mobile>ul>li {
        border-bottom: 1px #958377 solid;
    }

    .stellarnav.mobile li a {
        border-bottom: 0;
        background-color: transparent;
    }

    .stellarnav>ul>li>ul>li>a {
        background-color: #fff;
        border: 0;
        padding: 15px 15px;
        padding-left: 25px;
    }

    .stellarnav>ul>li>ul>li {
        border: 0;
        background-color: #fff;
    }

    .stellarnav.mobile ul ul li {
        background-color: #fff;
    }

    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }

    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
    }

    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #958377;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #958377;
    }

    .header_area .stellarnav>ul>li>a {
        color: #666666;
        transition: all 0.3s;
    }

    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;
    }

    .stellarnav.mobile>ul {
        border-top: 0;
    }

    .stellarnav .dd-toggle {
        top: 17px;
    }

    .stellarnav a.dd-toggle .icon-plus:before {
        width: 15px;
    }

    .stellarnav a.dd-toggle .icon-plus::after {
        width: 15px;
    }

    .stellarnav.mobile>ul>li:nth-child(4) ul li:nth-child(1) {
        display: none;
    }

    .header_area.sticky .stellarnav>ul>li>a {
        color: #666666;
        transition: all 0.3s;
    }

    .header_area .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;
    }
}

.page {}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/


.nav-brand img {
    position: relative;
    top: 0px;
    max-width: 100%;
    filter: contrast(1) brightness(100);
    transition: all 0.3s;
}

.pageIndex .nav-brand img {
    filter: none;
    transition: all 0.3s;
}

.sticky .nav-brand img {
    filter: none;
}



.header_area a.nav-brand::before {
    content: "";
    display: block;
    background: #ffe8e2;
    width: 140%;
    height: 120%;
    position: absolute;
    top: -140%;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: -2;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 1px 5px #54524deb;
    transition: all 0.3s;
}

.nav-header {
    position: absolute;
    z-index: 123;
    top: 10px;
    left: 0;
}

.header_area.sticky a.nav-brand::before {
    top: -14px;
    transition: all 0.3s;
}



.footer_logo img {
    width: 100%;
}

.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    margin: 0 10px;
}

.nav-brand {
    display: inline-block;
    width: 120px;
}

@media screen and (max-width: 1024px) {
    .nav-brand {
        width: 100px;
    }

    .header_area .nav-header {
        position: relative;
        text-align: center;
    }

    .header_area.sticky .nav-header {}

    .nav-brand img {
        position: relative;
        max-width: 100%;
        z-index: 100000;
        transition: all 0.3s;
    }

    .header_area.sticky a.nav-brand::before {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s;
    }

    .stellarnav>ul>li>a {
        margin: 0 15px;
    }

}











@media screen and (max-width: 768px) {
    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 15px 10px;
    }

    .nav-brand-m img {
        max-width: 200px;
        width: 100%;
    }

    .header_area .main_header_area {
        backdrop-filter: none;
    }

    .header_area .nav-brand {
        display: inline-block;
        width: 90px;
        transition: all 0.5s;
    }

    .header_area.sticky .nav-brand {
        display: inline-block;
        width: 70px;
        transition: all 0.5s;
    }

    .header_area.sticky a.nav-brand::before {
        width: 160%;
    }

    .header_area a.nav-brand::before {
        display: none;
    }

    .header_area.sticky a.nav-brand::before {
        display: none;
    }

    .header_area .nav-header {
        position: relative;
        text-align: center;
        display: block;
    }

    .nav-header {
        z-index: 0;
        top: -13px;
    }

    .footer_logo {
        display: block;
        margin: 0 auto;
    }

    .header_area.sticky .nav-header {
        display: block;
        top: 5px;
    }

    .header_area .nav-header {
        position: relative;
        text-align: center;
        display: block;
        top: 5px;
    }

    .header_area.sticky .main_header_area {
        backdrop-filter: none;
    }

    .me_tp_features {
        display: none;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {
    border-top: none !important;
    padding: 50px 0 0;
    background: #ffe8e2;
}

.footer_menu {
    border-bottom: none !important;
}

.copy {
    background: transparent;
    border: none;
    color: #54524D;
    margin-top: 0;
}

.box_link {
    display: none;
}

.copy a {
    color: #54524D;
}

.footer_info li p {
    color: #666666;
}

.footer_info li p a {
    color: #666666;
}

.footer_menu a:hover {
    background: #958377;
}

.footer_menu a {
    border-radius: 35px;
    color: #fff;
    background: #bf5d3f;
    border: none;
    padding: 10px 15px;
    transition: all 0.3s;
}

.footer_menu a:hover {
    background: #e0ba47;
    color: #fff;
    transition: all 0.3s;
}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_info {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .footer_info ul {
        width: 100%;
        text-align: center;
    }

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    height: 0;
    position: relative;
    padding: 0;
    padding-bottom: 30%;
    background-image: url(https://pic03.eapple.com.tw/lawyeraki/banner-46.jpg);
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}

.banner h5 {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 50%;
    font-weight: 900;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 40px;
    background: #0000005e;
    backdrop-filter: blur(10px);
    line-height: 100%;
    height: fit-content;
}

.banner.banA {}

.banner.banB {
    background-image: url(https://pic03.eapple.com.tw/lawyeraki/banner-11.jpg);
}

.banner.banC {
    background-image: url(https://pic03.eapple.com.tw/lawyeraki/banner-15.jpg);
}

.banner.banD {}

.banner.banE h5::before {}

.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/lawyeraki/banner-13.jpg);

}

.banner.banF {
    background-image: url(https://pic03.eapple.com.tw/lawyeraki/banner-12.jpg);

}

.car_page .banner.banF {
    display: none;
}







@media screen and (max-width: 768px) {
    .banner {
        height: 0;
        padding-bottom: 65%;
    }

    .banner h5 {
        font-size: 20px;
    }


}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 20px;
}



/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {
    border: 1px solid #BF863F !important;
    color: #BF863F;
}

.products-list a:hover .more {
    background: #BF863F;
    border-color: #BF863F;
    color: #ffffff;
}

.products-list .price b.ori_price {
    color: #444444;
}

.products-list .price b.sp_price {
    color: #BF863F;
}

/* 內容 */
.products-list .more {
    border: 1px solid #231f20 !important;
    color: #231f20;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.products-list .item a:hover .more {
    background: #BF863F;
    border-color: #939393;
    color: #ffffff;
}

.products-list {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.products-list .item a {
    width: 100%;
    padding: 10px 0;
}

.products-list .price {
    display: none;
    margin: 0;
    padding: 10px;
}

.products-list .item::before,
.products-list .item::after {}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: none;
}

.products-list .item {
    width: calc(100% / 3 - 20px);
    display: flex;
    vertical-align: top;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    transition: all 0.5s;
    align-items: center;
}

.products-list .item:hover {
    transition: all 0.5s;
}

.products-list .item a img {
    height: auto;
    transition: all 0.5s;
}

.products-list .item a:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.products-list .name {
    font-size: 16px;
    color: #231f20;
    height: fit-content;
    padding: 10px 0;
    min-height: 100px;
    font-weight: 1000;
}

.products-list .name::before {
    content: "";
    text-align: center;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #231f20;
    margin: 10px 0;
}

.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.products-list .item a:hover .pic {
    transition: all 0.5s;
}



/*外層*/
.product-layer-two li a {
    color: #231f20;
    border: 1px solid #231f203d;
    background: transparent;
    transition: all 0.3s;
}

.product-layer-two li:hover>a {
    background: #BF863F;
    color: #fff;
}

.product-layer-two li.active>a {
    background: #BF863F;
    color: #fff;
    font-weight: normal;
}


.product-layer-two {
    display: flex;
    grid-gap: 20px;
}







/*內層*/
.lastPage {
    background: #BF863F;
}

.nextaction {
    background-color: #BF863F;
}

.lastaction {
    color: #fff;
    background-color: #BF863F;
}


/* 右邊選單 */
.sidebarBtn {
    display: none;
    width: 28%;
    vertical-align: top;
    background: transparent;
    padding: 50px 50px;
    border: 1px #3F3F3F solid;
    height: auto;
}

.sidebarBtn .price span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.sidebarBtn .price {
    color: #3F3F3F;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #3F3F3F;
    letter-spacing: 1px;
}

.sidebarBtn h2 {
    color: #BF863F;
    font-size: 24px;
    font-family: 'Noto Serif SC', 'Noto Serif TC';
    margin-bottom: 20px;
    font-weight: 600;
}

.sidebarBtn .sp_price {
    display: block;
    color: #BF863F;
    font-size: 22px;
    font-weight: bold;
}

.product_info li span {
    display: block;
    font-size: 12px;
    color: #3F3F3F;
    margin-bottom: 16px;
    font-family: 'Noto Serif TC';
    letter-spacing: 1px;
}

.product_info li {
    margin: 50px 0;
}

.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: #3F3F3F;
    font-family: "微軟正黑體";
}

.amountNum {
    width: 45px;
    height: 28px;
    border: 1px solid #ccc;
    line-height: 28px;
    margin-left: 4px;
    color: #444;
    padding-left: 5px;
    background: #0000;
}

.radio-inline__input:checked+.radio-inline__label {
    background: #0000006e;
    color: #fff;
    border: none;
}

.toShare {
    display: none;
}

input[type="submit"] {
    cursor: pointer;
    border: 0;
    background: transparent;
    border: #3F3F3F 1px solid;
    color: #3f3f3f;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    letter-spacing: 2px;
    background: #bf5d3f;
    color: #fff;
}

.bx-wrapper .bx-viewport {
    border: none;
}

.pd_tabTitle li.activeTab::after {
    height: 1px;
    background: #bf5d3f;
}

/* 底下選項 */
ul.prod {
    list-style: none;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

ul.prod>li:nth-child(1) {
    width: 60%;
}

ul.prod>li:nth-child(2) {
    width: 30%;
}

ul.prod li h3.prod-thumb {
    background: transparent;
    color: #BF863F;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px #3F3F3F solid;
    font-size: 22px;
}

ul.prod li .prod-panel {
    margin-top: 16px;
    color: #3F3F3F;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    transition: all 0.3s;
    font-family: "微軟正黑體";
}

.half_box {
    width: 100%;
    float: left;
    padding-right: 0;
    padding: 0px 15px;
}

.half_box li.btn_blankTop .productBtn {
    width: 48%;
    line-height: 50px;
    font-size: 15px;
    background-repeat: no-repeat;
    border: #3F3F3F 1px solid;
    margin-top: 10px;
    text-align: center;
    padding-left: 0;
}

.lastaction {
    background: transparent;
    color: #3F3F3F;
    background-image: none;
    border: 1px #3F3F3F solid !important;
    transition: all 0.3s;
}

.lastaction:hover {
    color: #fff;
    background: #3F3F3F;
    transition: all 0.3s;
}

input[type="submit"]:hover {
    background: #BF863F;
    border: #BF863F 1px solid;
    color: #fff;
    transition: all 0.3s;
}

.inquiry_a2 {
    background: #bf5d3f;
}

.qaform .breakF {
    border-radius: 5px;
    background: transparent;
    border: 1px #3F3F3F4a solid;
}



.product-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.prod_tabs {
    width: 100%;
}





/* 相關推薦 */
.prod_related {
    background: transparent;
    padding: 20px 0;
}

.prod_related h6 {
    display: block;
    width: 80%;
    max-width: 100%;
    margin: 0;
    text-align: center;
    margin: 0 10%;
    border-bottom: 1px #3F3F3F solid;
    padding: 10px 15px;
}

.prod_related h6 span:before {
    display: none;
    content: '相關推薦';
    font-size: 22px;
    color: #BF863F;
}

.related_list {
    margin-top: 76px;
}

.lastPage {
    background: #3F3F3F;
}

.related_list li a {
    display: block;
    padding: 4px;
    background: transparent;
}

.related_list li a img {
    transition: all 0.3s;
}

.related_list li a:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.related_list li a p {
    display: block;
    margin-top: 26px;
}

@media screen and (max-width: 1440px) {

    .main_part {
        max-width: 1200px;
    }

}


@media screen and (max-width: 1024px) {
    .product_main {
        padding: 0;
        display: inline-block;
        width: 100%;
        margin-bottom: 50px;
    }

    .products-list .item {
        width: calc(100% / 2 - 20px);
    }

    .product-wrapper {
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }

}

@media screen and (max-width: 768px) {
    ul.prod {
        width: 100%;
        flex-direction: column;
    }

    ul.prod>li:nth-child(1) {
        width: 100%;
    }

    ul.prod>li:nth-child(2) {
        width: 100%;
    }

    .total_amount {
        margin-top: 60px;
    }

    .product-layer-two {
        display: none;
    }
}


@media screen and (max-width: 500px) {
    .products-list .item {
        width: 100%;
    }
}





/*  */
.shopping-cart .cell {
    color: #1a1a1a;
}

.stepImg span {
    color: #1a1a1a;
}

.stepImg span {
    width: 33.3%;
}

.shopping-cart .cell {
    color: #1a1a1a;
}







/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_main_header_area_back {
    background: #02642F;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: transparent !important;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.subbox_item a:after {
    display: none;
}

.blog_le .accordion>li {
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
    color: #fff;
    display: none;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
}

.blog_page .main_part {
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 100px 0;
}

.clearfix:before,
.clearfix:after {
    display: none;
}




/* 選單 */
.blog_box {
    min-height: 20vw;
    padding: 0px;
    display: flex;
    flex-direction: column;
}

.blog_le {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    /* padding: 0; */
}

h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #BF863F;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: auto;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
}

.blog_search {
    width: 90%;
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-end;
}

.blog_search form {
    width: 20%;
    position: relative;
}

.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    border-top: 1px #231f2075 solid;
}

.accordion li .link a {
    font-size: 16px;
    color: #231f20;
    font-weight: 400;
    padding: 5px 10px;
    transition: all 0.3s;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #BF863F !important;
    transition: all 0.3s;
}

.accordion li::before {
    content: "";
    display: block;
    background-color: #BF863F;
    height: 2px;
    width: 0%;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.accordion li:hover:before,
.blog_le .accordion>li.on_this_category::before {
    width: 95%;
    transition: all 0.5s;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #565656 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}

.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}

.blog_search input[type=search]:focus {
    color: #ccc;
}


/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 1440px;
}

.blog_list_le {
    width: 100%;
    overflow: hidden;
}

.blog_list_ri {
    width: 100%;
}

.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}

.subbox_item {
    width: calc(100% / 2 - 20px);
    padding: 0px;
}

@media screen and (max-width: 1024px) {
    .subbox_item {}
}

@media screen and (max-width: 768px) {
    .subbox_item {
        width: 100%;
    }
}


/* 內容 */
.blog_ri {
    width: 100%;
}

.subbox_item {
    position: relative;
    border-bottom: 0.3px #231f2031 solid;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.subbox_item::before,
.subbox_item::after {}

.subbox_item:hover:before,
.subbox_item:hover:after {
    opacity: 0;
    transition: all 0.3s;
}

.subbox_item a:before {
    right: 30px;
    opacity: 0;
    font-size: 152x;
    transition: all 0.5s;
}

.subbox_item a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #00000028;
    opacity: 0;
    border: 1px #ddd solid;
    transition: all .5s;
}

.subbox_item a {
    width: 100%;
    padding: 5% 20px;
    grid-template-columns: 230px 1fr;
}

.blog_list_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: #BF863F;
    font-family: 'Noto Serif SC', 'Noto Serif TC';
}

.blog_list_ri em {
    color: #1a1a1a;
}

.blog_list_ri p {
    color: #1a1a1a;
}

.subbox_item a:hover:before {
    opacity: 1;
    transition: all 0.5s;
}

.subbox_item a img {
    transition: all 0.5s;

}

.subbox_item a:hover img {
    transform: scale(1.1);
    transition: all 0.5s;

}

.blog_back a.article_btn_back {
    background: #BF863F;
}


.news_related {
    background: #bf863f1a;
}

.news_related_list li a {
    background: transparent;
}

.news_related_list li a p {
    margin-top: 20px;
    font-weight: bold;
}




@media screen and (max-width: 1440px) {
    .blog_page .main_part {
        max-width: 1200px;
    }

}





@media screen and (max-width: 768px) {
    .blog_search form {
        width: 200px;
        position: relative;
    }

}



@media screen and (max-width: 500px) {

    /* .products-list .item {
    width: calc(100% / 1);
  } */
    .main_part {
        max-width: 90%;
    }

    .products-list .item a {
        padding: 0%;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 1400px;
}

.show-list .item:hover .show_name {
    color: #958377;
}

.show-list .show_pic {
    height: 30vh;
    max-height: 290px;
    padding-bottom: 0;
}

.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 30vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

/*次分類頁面*/
.other_album_choice li {
    background: #958377;
}

.other_subalbum li p {
    line-height: 220%;
}

.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.other_subalbum li a:hover div:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}


/*照片頁*/
.pic-list .show_pic {
    height: 40vh;
    max-height: 240px;
    padding-bottom: 0;
}

.pic-list .show_pic img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}


@media screen and (max-width: 600px) {

    /*照片頁*/
    .pic-list .item {
        width: 96%;
        margin: 10px 2%;
    }
}

/*相本分類全版面 ( 限制最寬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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {
    border-bottom: 2px solid #958377;
}

.promotion_title {
    border-bottom: 1px solid #958377;
}



@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: none;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }

    .nav-menu {
        margin: 0;
    }

    .nav-menu>li:not(.tp_links) {
        padding-right: 0;
    }

    .nav-dropdown>li {
        text-align: left;
    }

    .nav-dropdown>li>a {
        width: calc(100% - 45px);
    }

    /*手機版LOGO設定*/
    .footer_logo {
        margin-left: unset;
        margin: auto;
        text-align: center;
    }

}

@media screen and (max-width: 600px) {

    /*手機板大圖*/
    /*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}

.contact_page .main_part {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 0px 20px;
}

.blank_letter {
    font-family: "Noto Serif TC", serif;
    padding-top: 0;
    font-size: 26px;
    padding: 30px 0;
    color: #54524D;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-bottom: 1px #54524D solid;
}

.list_before.info li {
    padding-left: 32px;
    color: #54524D;
}

.contact_form li .form__label {
    color: #54524D;
    width: 130px;
    margin-left: -140px;
}

.contact_le_map a {
    background: #958377;
    color: #fff;
}

.contact_form li.last cite {
    background: #BF863F;
    color: #fff;
    width: 220px;
}

.contact_form li.last input[type="submit"] {
    color: #fff;
}

.contact_content .information_left {
    width: 100%;
    margin-bottom: 50px;
}

.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
}

.contact_le_nomap {
    transition: all .5s;
}

.contact_le_nomap:hover {
    filter: grayscale(0);
    transition: all .5s;
}


.contact_form li input.noborder {
    border: none;
    background: #0000000a;
    color: #54524D;
    transition: all 0.3s;
}

.contact_form li {
    margin-bottom: 0px;
    border-bottom: 1px solid #54524D3d;
    padding: 10px 0;
    padding-left: 130px;
}

/* .contact_form li:nth-child(9) .form__label{
    width: 130px;
    margin-left: -100px;
}
.contact_form li:nth-child(9){
} */
.contact_form li textarea.noborder {
    background: transparent;
    border: 1px #54524D solid;
    color: #54524D;
    transition: all 0.3s;
}

.contact_content form {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}

.form__insert input {
    margin: 0 10px;
    color: #54524D;
}

.contact_form li.last blockquote {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #54524D solid;
    width: 150px;
}

.contact_content {
    margin: auto;
    padding: 0px 10px;
}


@media screen and (max-width: 768px) {
    .contact_form li.last cite {
        width: 160px;
    }

    .contact_form li .form__label {
        background-color: transparent;
    }

    .contact_form li {
        padding-left: 0;
    }

    .contact_form li .form__label {
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background-color: transparent;
    }

    .contact_form li {
        padding-left: 0;
    }

    .contact_form li .form__label {
        margin-left: 0;
    }
}