@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=Noto+Sans+TC:wght@100..900&display=swap');

.pageIndex .main_part {
    border-top: none;
}

body {
    font-family: "Noto Sans TC", sans-serif;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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: #565656;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #444;
    color: #fff;
}

::selection {
    background-color: #444;
    color: #fff;
}


/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    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 .swiper-wrapper .swiper-slide::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/lisin771426/bg-05.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    opacity: 1;
}




#content {
    background-image: url(https://pic03.eapple.com.tw/lisin771426/bg-10.png);
    width: 100%;
    background-position: top center;

}

@media screen and (max-width: 1024px) {
    .pageIndex .swiper-banner .swiper-slide img {
        width: 150%;
        max-width: 150%;
    }

    .pageIndex .swiper-fade .swiper-slide {
        display: flex;
        justify-content: center;
    }
}


@media screen and (max-width: 768px) {
    .swiper-banner {
        height: 100vh;
    }

    .pageIndex .swiper-wrapper .swiper-slide:nth-of-type(1)::after {
        background-image: url(https://pic03.eapple.com.tw/lisin771426/bg-07.jpg);
        aspect-ratio: 768/1000;
    }

    .pageIndex .swiper-wrapper .swiper-slide:nth-of-type(2)::after {
        background-image: url(https://pic03.eapple.com.tw/lisin771426/bg-08.jpg);
        aspect-ratio: 768/1000;
    }
}

@media screen and (max-width: 500px) {
    .pageIndex .swiper-slide img {
        width: 200%;
    }

    .swiper-slide:nth-child(1) img {}

    .swiper-slide:nth-child(2) img {
        position: relative;
        height: auto;
        left: 0%;
    }

}








/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #ADA17E;
}

.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
    display: none;
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.nav-menu {
    margin: 0;
}

.main_header_area .container {
    max-width: 90%;
}

.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: #ADA17E;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #ADA17E;
}

.nav-dropdown>li {
    text-align: center;
}

.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 10px;
    left: 0;
    padding: 0;
    background: transparent;
}

.header_area.sticky {
    background: transparent;
}

.main_header_area {
    position: relative;
    background: transparent;
}

.header_area .main_header_area::before {
    background-color: #fff6;
}

.header_area.sticky .main_header_area::before {
    top: 0;
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);

}

/* .header_area .main_header_area::after {
    content: "";
    position: absolute;
    display: block;
    width: 0%;
    height: 2px;
    background-color: #fff;
    top: 160px;
    left: 0px;
    box-shadow: 0px 5px 5px #000;
    transition: all 1s;
}
.header_area.sticky .main_header_area::after {
    width: 100%;
    transition: all 3s;
} */

/* LOGO */
.header_area .nav-header {
    position: relative;
    z-index: 123;
    max-width: 90px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area.sticky .nav-header {
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.nav-brand {
    display: inline-block;
    width: 100%;
}




@media screen and (max-width: 1400px) {
    .nav-brand {}

    .header_area .nav-header {}

    .header_area.sticky .nav-header {}
}

@media screen and (max-width: 1024px) {
    .nav-brand {}

    .header_area .nav-header {}

    .header_area.sticky .nav-header {}

}

@media screen and (max-width: 768px) {
    .header_area .nav-header {
        max-width: 70px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0px);
        z-index: 0;
        top: 4px;
    }
}




/* 選單選項 */
.navigation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    flex-direction: row;
}


.stellarnav>ul>li.has-sub>a {
    padding-right: 0;
}

.header_area .stellarnav>ul::after {}

.header_area.sticky .stellarnav>ul::after {
    width: 500%;
    height: 2px;
    background-color: #fff;
    box-shadow: 0px 3px 5px #0000001f;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}



.header_area .me_tp_features {
    position: absolute;
    top: 50px;
    right: 0;
    width: 260px;
    text-align: right;
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area.sticky .me_tp_features {
    top: 28px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area .stellarnav {
    position: relative;
    width: auto;
    z-index: 9900;
    height: fit-content;
    line-height: normal;
    opacity: 1;
    transition: all 1s cubic-bezier(0.68, 0.55, 0.265, 1.55);
}

.header_area.sticky .stellarnav {
    transition: all 1s cubic-bezier(0.68, 0.55, 0.265, 1.55);
}






/* 選單字 */

.stellarnav>ul {
    display: flex;
    margin: 0;
    padding: 0;
    text-align: left;
    padding: 0;
    text-wrap: nowrap;
    gap: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}



.stellarnav>ul>li {
    height: 35px;
    padding: 0 15px;
    border-right: 1px #70707054 solid;
}

.stellarnav>ul>li:nth-last-of-type(1) {
    border-right: 0px #70707054 solid;
}



.stellarnav>ul>li>a {
    display: flex;
    padding: 0;
    margin: 0;
    color: #565656;
    letter-spacing: 1.5px;
    font-weight: 400;
    flex-direction: column;
    align-items: center;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li>a b:nth-child(1) {}

.stellarnav>ul>li>a b {
    font-weight: 600;
}


@media screen and (max-width:1400px) {
    .stellarnav>ul>li>a {
        margin: 0 5px;
    }

}



/* 購物籃 */
.tp_links {
    display: none;
}

.box_search input[type=text] {
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: 0;
    padding: 2px 0px 4px 42px;
    width: calc(100% - 42px);
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    background-color: transparent;
    border-bottom: 1px #565656 solid;
    border-radius: 0;
    transition: all 0.3s;
}

.box_search input[type=text]:hover {
    color: #565656;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #565656;
    transition: all 0.3s;
}

.shop_search_btn {
    display: none;
    background: #565656;
    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;
}

@media screen and (max-width:1270px) {
    .box_search {
        display: none;
    }

    .header_area .me_tp_features {
        width: 90px;
    }
}


/*下拉*/
.stellarnav ul ul {
    top: auto;
    width: 200px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #ffffffbf;
    border: 2px #fff solid;
}

.stellarnav li li {
    display: block;
    border: 0;
    margin-bottom: 0;
}

.stellarnav li li a,
.stellarnav li li.has-sub>a:nth-child(1) {
    padding: 15px 20px;
    display: block;
    color: #565656;
    background: transparent;
    font-size: 14px;
    backdrop-filter: blur(5px);
    font-weight: 600;
    white-space: break-spaces;
    transition: all 0.3s;
}

.stellarnav li li a:hover,
.stellarnav li li.has-sub>a:nth-child(1):hover {
    padding-left: 25px;
    background: #ffffff52;
    backdrop-filter: blur(12px);
    box-shadow: 0px 1px 2px #00000054;
    transition: all 0.5s;
}

.stellarnav ul ul ul {
    top: 0;
    left: 187px;
}


@media screen and (max-width: 1024px) {
    .stellarnav>ul>li {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .header_area .me_tp_features {
        display: none;
    }

    .header_area.sticky .me_tp_features {
        display: none;
    }

    .header_area .stellarnav {}

    .header_area .stellarnav {}

    .header_area.sticky .stellarnav {}

    .stellarnav.mobile.active {
        z-index: 1000000;
    }


    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        border: 0;
    }

    .stellarnav.mobile.left .close-menu {
        background: #003955;
        color: #fff;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .icon-close::before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav>ul>li {
        height: fit-content;

    }

    .stellarnav.mobile>ul>li>a {
        padding: 20px 20px;
    }

    .header_area .stellarnav>ul::after {
        display: none;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 6px;
        position: absolute;
        top: 11px;
    }

    .stellarnav li li a:hover,
    .stellarnav li li.has-sub>a:nth-child(1):hover {
        padding-left: 25px;
        background: inherit;
        backdrop-filter: none;
        box-shadow: none;
        transition: all 0.5s;
    }

    .stellarnav.mobile li.open li.open {
        background: #eee;
        padding: 0;
    }

    .stellarnav.mobile li.open {
        background: #f3f3f3;
        padding: 0;
    }

    .stellarnav ul ul {
        border: 0;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #565656;
    }

    .stellarnav .menu-toggle:after {
        color: #565656;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand img {
    max-width: 100%;
}

.footer_logo img {
    width: 100%;
}

.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    margin: 0 10px;
}



@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%;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/


.footer {
    border-top: none !important;
    padding: 40px 0 0;
    background: #888;
}

.footer .center {
    position: relative;
    max-width: 80%;
}

.copy {
    background: transparent;
    color: #fff;
    border: 0;
}

.center {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.copy a {
    color: #fff;
}

.footer_menu a {
    transition: all 0.3s;
}

.box_link {
    display: none;
}

.footer_info li p {
    width: calc(100% / 2 - 40px);
    color: #fff;
    margin: 10px 0;
    margin-right: 40px;
}

.footer_info li p.add {
    width: 100%;
}

.footer_info li p.mail {
    display: none;
}

.footer_info li p a {
    color: #fff;
}



.footer_info {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.footer_info ul {
    display: flex;
    vertical-align: top;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: fit-content;
}

.footer_menu {
    border-bottom: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: none;
}

.footer_menu a {
    transition: all 0.3s;
    width: calc(100% / 3 - 20px);
    margin: 0 10px 10px 0;
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
}

.footer_menu a:hover {
    background: transparent;
    color: #fff;
    transition: 0.3s all;
}

.footer_menu a::before {}

.footer_menu a:hover:before {
    transform: translateX(0%);
    transition: all .3s;
}

.footer_menu a:nth-child(1) {
    display: none;
}

.footer_info li:nth-child(2) {
    display: none;
    width: 60%;
}

.info_fix {}

.footer_info li:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
}

.footer_info li:nth-child(1)::before {
    content: "CONTACT";
    display: block;
    width: 100%;
    color: #fff;
    border-bottom: 1px #fff solid;
    padding-bottom: 20px;
    font-size: 20px;
    letter-spacing: 3px;
}




/* 浮動 */
.info_fix {
    width: 50px;
    box-sizing: border-box;
    position: fixed;
    bottom: 30px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

.info_fix_links {
    display: flex !important;
    background: #565656;
    width: 50px;
    padding-bottom: 50px;
}



.info_fix>span {
    display: none;
}

.info_fix_links a {
    background: transparent;
}

.info_fix_links a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: visible;
    border-radius: 0;
    transition: .3s;
    background: transparent;
    margin-bottom: 0;
}

.info_fix_links a span {
    width: 20px;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.info_fix_links a span::before {
    background-size: contain;
}

/* top */
#to_top {
    display: block !important;
    position: fixed;
    bottom: 27px;
    left: auto;
    right: 0;
    z-index: 600;
    width: 50px;
    height: 50px;
    padding-top: 0px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: transparent;
    box-shadow: none;
    border-radius: 100%;
    opacity: 1 !important;
}

#to_top i:before,
#to_top i:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100px;
    background: #fff;
    transition: all 100ms ease-in-out;
}

span.line {
    width: 50%;
    height: 1px;
    background-color: #fff;
    margin: 20px 0;
}


@media screen and (max-width: 768px) {
    .info_fix_links {
        padding-bottom: 80px;
        background: #5656566b;
    }

    .footer_info {
        flex-direction: column;
    }
}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 0 100px;
    background: transparent;
}


.banner::before {
    content: "";
    width: 45vw;
    max-width: 900vw;
    height: auto;
    aspect-ratio: 813/651;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.banner h5 {
    font-size: 30px;
    color: #003956;
    letter-spacing: 0.5em;
    font-weight: 500;
    position: relative;
    text-align: left;
}

.banner h5::after {
    content: "";
    display: block;
    color: #6d6d6d;
    font-size: 20px;
    margin-top: 10px;
}

.banner h5::before {
    content: "";
    width: 20vw;
    aspect-ratio: 488/547;
    background-image: url(https://pic03.eapple.com.tw/lisin771426/banner-06.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 62%;
    transform: translate(-0%, -50%);
}

.banner.banA {}

.banner.banA h5::before {
    content: "注意事項";
}

.banner.banB {
    display: none;
}


/*  */
.banner.banC::before {
    background-image: url(https://pic03.eapple.com.tw/lisin771426/banner-09.png);
}

.banner.banC h5::after {
    content: "聯絡我們";
}

/*  */





.banner.banD {}

/*  */

.banner.banE::before {
    background-image: url(https://pic03.eapple.com.tw/lisin771426/banner-07.png);
}

.banner.banE h5::after {
    content: "家具實品";
}


/*  */

.banner.banF::before {
    background-image: url(https://pic03.eapple.com.tw/lisin771426/banner-05.png);
}

.banner.banF h5::after {
    content: "家具專區";
}

/*  */
.banner.banblog::before {
    background-image: url(https://pic03.eapple.com.tw/lisin771426/banner-08.png);
}

.banner.banblog h5::after {
    content: "最新消息";

}

@media screen and (max-width: 1440px) {
    .banner {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .banner h5::before {
        width: 200%;
        max-width: 480px;
    }

    .banner::before {
        width: 90%;
    }

    .banner.banC h5::before {
        max-width: 320px;
    }

}

@media screen and (max-width: 1024px) {
    .banner {
        display: flex;
    }

    .banner h5 {}

    .banner.banF {}

    .banner.banblog {
        background-image: url(https://pic03.eapple.com.tw/lisin771426/banner-13.jpg);

    }

    .banner.banD {
        background-image: url(https://pic03.eapple.com.tw/lisin771426/banner-12.jpg);

    }

    .banner.banA {
        background-image: url(https://pic03.eapple.com.tw/lisin771426/banner-14.jpg);

    }
}

@media screen and (max-width: 768px) {
    .banner h5::before {
        display: none;
    }

}

@media screen and (max-width: 425px) {
    .banner {
        padding-top: 35%;
    }
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */

.product_page .main_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 50px 0px;
}

.product_page .show_content {
    margin: auto;
    padding: 10px 0;
}

.product-layer-two li a {
    background: transparent;
}

.products-list {
    padding: 20px 0;
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4 - 20px), 1fr));
    grid-gap: 20px;
}

.products-list .pic {}

.products-list .item a:hover .more {
    background: #003956;
    color: #fff;
}

.product-layer-two {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.products-list .item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-bottom: 30px;
}

.product-layer-two::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background-color: #6d6d6d;
    margin: 0;
    transform: translate(0, -50%);
    z-index: 0;
}

.product_info li {
    text-align: center;
}


.product-layer-two li i {
    right: -28px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translate(0px, -50%);
    color: #003956;
}

.product-layer-two li ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    width: 200px;
    max-width: 200px;
    background: #fff;
    border: 0;
}

.products-list .more {
    border: 0;
    background: transparent;
    color: #6d6d6d;
    position: relative;
    opacity: 1;
    transition: all 0.3s;
    height: fit-content;
    margin-top: 10px;
    border: 1px #6d6d6d solid;
    font-weight: bold;
}

.products-list .pic img {
    max-width: 100%;
    transition: all 0.3s;
}

.products-list a:hover .pic img {
    filter: brightness(0.7);
    transform: scale(1.1);
    transition: all 0.5s;
}

.products-list .name {
    font-size: 16px;
    color: #6d6d6d;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    text-align: center;
    font-weight: bold;
}

.products-list .price b.ori_price {
    color: #6d6d6d57;
    text-align: left;
}

.products-list .price {
    text-align: center;
}


.products-list .price b {
    color: #003956;
}

.inquiry_a3 {
    width: 50%;
    background: #003956;
    margin: 0 auto;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    letter-spacing: 2px;
    background: #08b3b6;
}

.prod_tabs {
    width: 100%;
}

.sidebarBtn .sp_price {
    color: #003956;
}


@media screen and (max-width: 1440px) {
    .products-list .price b {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .products-list .price b {
        font-size: 16px;
    }
}

/*外層*/



.product-layer-two>li::before {
    content: "";
    display: block;
    width: 150%;
    height: 3px;
    background-color: #003956;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0) scale(0);
    z-index: 9999999;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.product-layer-two li:hover:before,
.product-layer-two li.active::before {
    transform: translate(-50%, 0) scale(1);
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;

}






.product-layer-two li a {
    color: #6d6d6d;
    border: 0;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.3s;
}

.product-layer-two li.active a {
    border: 0;
}






/*內層*/
.lastPage {
    background: #003956;
    color: #d1d1d1;
    font-weight: bold;
}

.nextaction {
    background-color: #fff;
}

.lastaction {
    color: #fff;
    background-color: #fff;
}

.sidebarBtn {
    padding: 15px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: none;
    background: none;
}



/*內液*/
.product_info_page .main_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 50px 0px;
}

.nextaction {
    background-color: #c1b09c;
}

.lastaction {
    color: #fff;
    background-color: #c1b09c;
}

.bx-wrapper .bx-viewport {
    border: none;
    left: 0px;
    background: transparent;
}

.product_pic #bx-pager a {
    border: none;
}

.product_info_page .product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    position: relative;
}

#number_area {
    display: none;
}

.product-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebarBtn {
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0;
    background: transparent;
    margin: 30px 0;
}

.sidebarBtn h2 {
    color: #6d6d6d;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    width: fit-content;
    background-color: transparent;
    margin: 0 auto;
    position: relative;
    letter-spacing: 7px;
    line-height: 70px;
}

.sidebarBtn h2::after {}

.pd_tabTitle li {
    border-bottom: 0;
}

.pd_tabTitle li.activeTab a {
    font-size: 20px;
    font-weight: bold;
    color: #6d6d6d;
}

.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: #003956;
}


.edit {
    COLOR: #6d6d6d;
}





.sidebarBtn {
    color: #bebebe;
}

.sidebarBtn .price {
    color: #6d6d6d;
    font-size: 24px;
    margin-top: 0;
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sidebarBtn .price::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #6d6d6d;
    margin: 10px 0 50px;
}


.product_info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_info li span {
    color: #bebebe;
}

#bx-pager h6 {
    display: none;
}

ul.prod li:nth-of-type(2) {
    display: none;
}

ul.prod li h3.prod-thumb {
    color: #d6bfa9;
    font-family: 'Noto Sans TC';
    font-size: 24px;
    text-align: left;
    background: transparent;
    padding: 0;
}

ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #c3b29e;
    margin: 20px 0;
}

ul.prod {
    list-style: none;
    display: block;
    width: 100%;
}

ul.prod li .prod-panel {
    color: #dec7b1a6;
    text-align: left;
}

ul.prod li {
    margin-bottom: 40px;
    color: #bebebe;
}

.toShare {
    display: none;
}



/*  */
.half_box {
    width: 100%;
    float: left;
    padding-right: 0px;
}

ul.prod li span {
    color: #bebebe;
}

.qaform .breakF {
    border: 1px #939393 solid;
    background: #00000061;
    color: #fff;
}

.half_box li.btn_blankTop {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.productBtn {
    text-align: center;
    width: 40%;
    background-color: transparent;
    background-image: none;
    margin-top: 10px;
    padding-left: 0;
    border: 1px #939393 solid !important;
    color: #bebebe;
    transition: all 0.5s;
}

.productBtn:hover {
    background-color: #00000071;
    transition: all 0.5s;
}

/*  */

.prod_related {
    background: #0000008f;
    padding: 25px 15px;
}

.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #fff;
    font-family: "Noto Sans TC";
}

.related_list li a {
    display: block;
    padding: 5%;
    background: transparent;
    transition: all 0.3s;
}

.related_list li a:hover {
    background: transparent;
}

.related_list li a p {
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
    font-weight: bold;
}

.related_list li {
    transition: all 0.5s;
}

.related_list li:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}

.mobile_product_name {
    display: none;
}

.sidebarBtn .price span {
    display: block;
    font-size: 24px;
    margin: 0 10px;
}


/* 結帳 */

.separate_title {
    font-size: 30px;
    color: #565656;
    padding: 10px 0 10px 0px;
    background: transparent;
}

.formbox_form li .form__label {
    color: #565656;
}

/*  */
.shopping-cart .cart_head {
    background: #003956;
    color: #fff;
}

.shopping-cart .row {
    position: relative;
    height: auto;
    margin: 25px 0;
    clear: both;
    background-color: transparent;
    color: #565656;
}

.shopping-cart .cell {
    background: transparent;
    color: #565656;
}

.shopping-cart .cell a {
    background: transparent;
}

.total_amount li {
    margin: 10px 0;
    color: #565656;
}

.form label.Bigcheck {
    color: #565656;
}

.form label {
    color: #565656;
}

.declaration {
    background: transparent;
}



@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1024px) {
    .products-list {
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2 - 20px), 1fr));
    }

}



@media screen and (max-width: 768px) {
    .car_page .information_left {
        display: none;
    }

    .product-layer-two {
        display: none;
    }

    .product-layer-two li {
        width: calc(100% / 3 - 2%);
        text-align: center;
        margin: 10px 1%;
    }

    .product-layer-two li a {
        text-wrap: pretty;
        word-break: keep-all;
    }

    .product-layer-two li:hover>a {
        padding-left: 20px;
    }

    .products-list {
        width: 100%;
        padding: 20px 0;
        margin-top: 30px;
        max-width: 100%;
    }

    .products-list .item {}

    .product_info_page .product-layer-two {
        display: none;
    }

    .product-wrapper {
        left: 0px;
    }

    .products-list .item {}

    .sidebarBtn h2 {
        font-size: 40px;
        padding: 20px 40px;
    }
}

@media screen and (max-width: 500px) {
    .product_page .main_part {
        max-width: 85%;
    }

    .product-layer-two li {}

    .products-list .more {
        font-size: 14px;
    }

    .products-list .item {
        width: 100%;
    }

    .product_info_page .main_part {
        width: 100%;
        max-width: 85%;
        margin: auto;
        padding: 50px 0px;
    }

    .products-list {
        grid-template-columns: repeat(1, 1fr);
    }

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {
    background: #003956;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #003956 !important;
}

.share_page .edit {
    text-align: justify;
    line-height: 180%;
}

.subbox_item a:before,
.subbox_item a:after {
    display: none;
    transition: 0.3s;
}

.blog_le .accordion>li {
    border-bottom: 1px #3f3f3f33 solid;
    transition: all 0.3s;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}

.accordion li .link {
    padding: 0;
}

.subbox_item a:before {}

/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 1440px;
}

.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 64vh;
}

.subbox_item {
    width: calc(100%/ 2 - 14px);
    padding: 5px;
}

@media screen and (max-width: 1024px) {
    .subbox_item {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .subbox_item {
        width: 100%;
    }
}

/**/


/* 左邊欄位 */



.blog_box {
    min-height: 20vw;
    padding: 7px;
    display: flex;
    flex-wrap: wrap;
}

.blog_le {
    margin-right: 3%;
    width: 16%;
}

.blog_ri {
    width: 81%;
}

.blog_back {
    width: 100%;
}



h5.blog_le_t {
    display: none;
}

.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_le .accordion {
    border: none;
    border-radius: 0;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
    transition: all 0.3s;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
    color: #565656 !important;
}

.submenu {
    display: none;
    background: transparent;
    font-size: 14px;
}

.submenu a {
    display: block;
    position: relative;
    background: transparent;
    color: #565656;
    padding: 12px 12px 12px 25px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    word-break: break-all;
    line-height: 1.25;
    font-family: 'Klee One';
}

.submenu a:hover {
    background: #0000000d;
    color: #565656;
}

.submenu a:before {
    display: none;
}

.blog_le .accordion li i {
    position: absolute;
    top: 27px;
    right: 20px;
    font-size: 16px;
    color: #444;
    transition: all 0.4s ease;
}

.blog_le .accordion>li:hover.open {
    background-color: transparent !important;
}



/* 右邊欄位 */

.subbox_item a:after {
    display: none;
}

.subbox_item a {
    display: inline-block;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog_list_le {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 3;
}

.blog_list_le::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000050;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.subbox_item a:hover .blog_list_le::after {
    opacity: 1;
    transition: all 0.5s;
}

.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.blog_list_ri {
    display: flex;
    vertical-align: top;
    padding: 0;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 40px;
}

.blog_list_ri p {
    margin-top: 30px;
}

.subbox_item::after {}

.blog_list_ri h5 {
    color: #003956;
    font-size: 20px;
    font-weight: 500;
}

.subbox_item a img {
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

.subbox_item a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

h4.blog_category_title {
    text-align: justify;
    color: #494949;
}

.blog_box_edit {
    line-height: 150%;
    color: #3f3f3f;
}

.blog_in_page .main_part {
    max-width: 80%;
}

.blog_list_ri em {
    position: absolute;
    right: 0;
    bottom: 0;
}

.news_related {
    background: transparent;
}

.news_related_list li a {
    background: transparent;
}

.news_related_list li a p {
    color: #333;
}

.news_related h6 span:before {
    color: #494949;
}


@media screen and (max-width: 1024px) {
    .blog_page .main_part {
        max-width: 90%;
        padding: 0;
    }

    .subbox_item {
        width: 48%;
    }

}

@media screen and (max-width: 960px) {
    .subbox_item {
        border-bottom: none;
    }
}

@media screen and (max-width: 768px) {
    .subbox_item a {
        flex-direction: column;
    }

    .blog_box {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .blog_page .main_part {
        max-width: 75%;
    }

    h4.blog_category_title {
        text-align: justify;
        color: #494949;
        display: none;
    }

    .blog_ri {
        width: 80%;
    }

    .blog_le {
        margin-right: 0;
        width: 50%;
        margin: 20px auto;
    }

    .blog_list_ri {
        display: flex;
        vertical-align: top;
        padding: 20px;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .subbox_item a:before {
        display: none;
    }

    .blog_list_le {
        padding-bottom: 100%;
    }

    .blog_in_page .main_part {
        max-width: 100%;
    }

    .blog_page .show_content {
        max-width: 100%;
    }

    .subbox_item {
        width: 100%;
        border-bottom: 0;
    }

    .blog_page .main_part {
        max-width: 100%;
    }
}



/* 相簿 */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 1440px;
    padding: 120px 0 120px;
}

.show-list {
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
}


.show-list .show_name {
    color: #fff;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    line-height: 1;
    opacity: 1;
    z-index: 2;
    font-weight: bold;
    transition: all 0.5s;
}

.show-list .item a:hover .show_name {
    opacity: 0;
    transition: all 0.5s;
}

.show-list .show_pic {
    aspect-ratio: 16 / 9;
}

.show_content {
    padding: 0;
}

.show-list .show_pic img {
    transform: scale(1);

    filter: saturate(0.5);
    transition: all 0.5s;
}



.show-list li a:hover .show_pic img {
    transform: scale(1.1);
    filter: saturate(1);
    transition: all 0.5s;
}

.show-list .item:hover .show_name {
    color: #fff;
}




.overlay {
    background: #0039562e;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
}



.show-list .item:hover .overlay {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}




/*  */


.other_album {
    display: none;
}

.other_subalbum li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 1;
    z-index: 2;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.15em;
    transition: all 0.5s;
}

.other_subalbum li a:hover p {
    opacity: 0;
    transition: all 0.5s;
}


/*  */


.pic-list {
    display: block;
    grid-template-columns: unset;
    grid-gap: unset;
}

ul.pic-list {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
}

.pic-list .show_pic {
    aspect-ratio: auto;
}


.pic-list .item a {
    margin: 0;
}

.pic-list .item h6 {
    padding: 0;
    display: none;
}



@media screen and (max-width: 600px) {
    .show-list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {
    border-bottom: 2px solid #ADA17E;
}

.promotion_title {
    border-bottom: 1px solid #ADA17E;
}



@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: flex;
    }

    .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);
    }

    .show_content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 50px 0 150px 0;
    }

    /*手機版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_content {
    padding: 0;
}

.contact_content form {
    display: flex;
    justify-content: space-between;
}

.list_before li {
    margin: 30px 0;
    position: relative;
    color: #808080;
    line-height: 1.5;
}

.blank_letter {
    padding: 0;
    color: #003956;
    font-family: "Noto Sans Serif", serif;
    font-weight: 500;
}

.contact_le_nomap {
    height: 400px;
}

.contact_content .information_left {
    width: 40%;
}

.contact_content .information_right {
    width: 50%;
    padding-left: 30px;
}

.contact_page .main_part {
    max-width: 80%;
    padding: 50px 0 100px;
}

.contact_form li {
    display: block;
    padding-left: 0;
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 0px solid #C2BCB4;
}

.contact_form li:nth-of-type(4) {
    padding-left: 10px;
}

.contact_form li .form__label {
    display: inline-block;
    width: 90px;
    text-align: left;
    margin: 0;
    padding-right: 10px;
    vertical-align: top;
    color: #6d6d6d;
    margin-bottom: 5px;
}

.contact_form li .form__insert {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}

.contact_form li input.noborder {
    border: none;
    border-bottom: 1px #6d6d6d solid;
    background: transparent;
    border-radius: 0;
}

.contact_form li textarea.noborder {
    border: 1px #6d6d6d solid;
    background: transparent;
}

.contact_form li.last cite {
    background: #003956;
    color: #fff;
}

.TEL:before,
.TEL2:before,
.PHONE:before,
.FAX:before,
.TAXID:before,
.MAIL:before,
.ADD:before,
.ADD2:before {
    color: #93a17e;
}

.list_before.info li {
    padding-left: 60px;
}



@media screen and (max-width: 1440px) {
    .contact_page .main_part {
        max-width: 90%;
    }

    .contact_content .information_left {
        width: 400px;
    }
}

@media screen and (max-width: 1024px) {
    .contact_content .information_right {}

    .contact_content .information_left {}
}

@media screen and (max-width: 768px) {
    .contact_content .information_left {
        width: 100%;
        display: block;
    }

    .contact_content form {
        flex-direction: column;
    }

    .contact_le_nomap {
        height: auto;
    }

    .contact_content .information_right {
        display: block;
        width: 100%;
        padding-left: 0px;
        border-left: none;
    }

    .contact_form li {
        display: block;
        padding: 0 0 30px 0;
        padding-left: 60px;
        border-bottom: 0px solid #C2BCB4;
    }

    .contact_form li .form__insert {
        display: flex;
        width: 100%;
        vertical-align: top;
        justify-content: center;
    }

    .contact_form li {
        display: block;
        padding: 0 0 30px 0;
        padding-left: 0px;
        border-bottom: 0px solid #C2BCB4;
    }

    .contact_form li .form__label {
        display: block;
        width: 115px;
        text-align: left;
        margin-left: 0px;
        padding-right: 0px;
        vertical-align: top;
    }

    .contact_form li.last blockquote,
    .contact_form li.last cite {
        width: 140px;
    }

    .contact_form li.last {
        text-align: center;
    }
}


            @media screen and (max-width: 600px) {
                .contact_form li .form__label {
                    background: transparent;
                }
            }