@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');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');

body {
    font-family: "Noto Sans TC", sans-serif;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #888;
    color: #fff;
}

::selection {
    background-color: #888;
    color: #fff;
}

body {
    overflow: overlay;
}

&::-webkit-scrollbar {
    background: #181818;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #181818;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #181818;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #BB9F87;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #c1b09c;
}

.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
}

/*首頁+聯絡按鈕 end*/

/*預設解除背景輪播*/

/*大圖影片*/
.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide:before {
    content: "";
    height: 0;
    position: absolute;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 70%;
    z-index: 1;
}

.swiper-slide:nth-child(1):before {
    width: 12%;
    padding-bottom: calc(90% / 265 * 696);
    left: 5%;
    transform: translateY(-50%);
    background-image: url(https://pic03.eapple.com.tw/chancedesigner/banner-bg001.png);
    max-width: 445px;
}

.swiper-slide img {
    height: 45vh;
}

.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
    display: none;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 500px) {
    .swiper-slide img {
        width: 310%;
        left: -100%;
    }
}

@keyframes banner-img {
    0% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes banner-line-white {
    0% {
        width: 420px;
        opacity: 1;
    }

    50% {
        width: 420px;
        opacity: 1;
    }

    80% {
        width: 420px;
        opacity: 1;
    }

    100% {
        width: 2180px;
        opacity: 0;
    }
}


@keyframes banner-line-brown {
    0% {
        width: 0;
        opacity: 1;
    }

    50% {
        width: 420px;
        opacity: 1;
    }

    80% {
        width: 420px;
        opacity: 1;
    }

    100% {
        width: 2180px;
        opacity: 0;
    }
}

@keyframes banner-logo-500 {
    0% {
        opacity: 0;
        width: 300px;
        height: 245px;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1);
        background-position: -300px 0;
    }

    25% {
        opacity: 1;
        width: 300px;
        height: 245px;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1);
        background-position: 0 0;
    }

    50% {
        width: 300px;
        height: 245px;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1);
        background-position: 0 0;
        opacity: 1;
    }

    80% {
        width: 300px;
        height: 245px;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1);
        background-position: 0 0;
        opacity: 1;
    }

    100% {
        width: 300px;
        height: 245px;
        filter: blur(10);
        transform: translate(-50%, -50%) scale(5);
        background-position: 0 0;
        opacity: 0;

    }
}

@keyframes banner-line-white-500 {
    0% {
        width: 250px;
        opacity: 1;
    }

    50% {
        width: 250px;
        opacity: 1;
    }

    80% {
        width: 250px;
        opacity: 1;
    }

    100% {
        width: 2180px;
        opacity: 0;
    }
}

/* = == 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/

.header_area .main_header_area {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
}

.header_area.sticky .main_header_area {
    height: 0px;
    transition: all 0.5s;
}




.header_area .me_tp_features {
    display: block;
    position: fixed;
    top: 40px;
    right: 210px;
    margin-bottom: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);

}

.header_area.sticky .me_tp_features {
    top: 20px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.header_area .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 43px;
    left: 2%;
    z-index: 999;
    transition: all 0.5s;
    pointer-events: all;
    padding: 0;
}

.header_area.sticky .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    top: 43px;
    transition: all 0.5s;
}
/*往下滑漢堡不能按/
.header_area.sticky .stellarnav .menu-toggle {
    pointer-events: none;
}*/

/* 漢堡 */

.stellarnav .menu-toggle span.bars {
    left: 130%;
}

.stellarnav .menu-toggle span.bars span {
    display: block;
    position: relative;
    width: 34px;
    height: 2px;
    border-radius: 6px;
    background: #222;
    margin: 0 auto 6px;
    left: 0;
    transition: 0.5s;
}

.stellarnav .menu-toggle:hover span.bars span:nth-child(1) {
    left: -10px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.stellarnav .menu-toggle span.bars span:nth-child(2) {
    opacity: 1;
    transition: all 1s;
}

.stellarnav .menu-toggle:hover span.bars span:nth-child(3) {
    left: 10px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


/* 漢堡關 */


.stellarnav.active .menu-toggle span.bars span:nth-child(1) {
    left: 0;
    transform: rotate(45deg);
    transition: all 1s;
}

.stellarnav.active .menu-toggle span.bars span:nth-child(2) {
    opacity: 0;
    transition: all 1s;
}

.stellarnav.active .menu-toggle span.bars span:nth-child(3) {
    transform: rotate(315deg);
    left: 0;
    top: -16px;
    transition: all 1s;
}

.stellarnav.active .menu-toggle:hover span.bars span:nth-child(1) {
    transform: rotate(-46deg);
    transition: all 1s;
    background: #555;
}

.stellarnav.active .menu-toggle:hover span.bars span:nth-child(3) {
    transform: rotate(225deg);
    transition: all 1s;
    background: #555;
}



@media screen and (max-width: 500px) {
    .stellarnav .menu-toggle span.bars span {
        width: 27px;
    }

}

/* 選單 */

/* 未開啟 */
.stellarnav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    pointer-events: none;
    transition: 1s;
}

.stellarnav::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 1s;
}

.stellarnav>ul {
    display: none !important;
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -5;
    transition: all 0.3s;
}

/* 開啟 */

.stellarnav.active {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: flex-end;
}

.stellarnav.active::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000002b;
    border-radius: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 1;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.stellarnav.active>ul {
    display: flex !important;
    transition: all 0.3s;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    pointer-events: all;
    width: 27%;
    height: 600px;
    background: transparent;
    padding: 4% 4%;
    padding-top: 130px;
    border-radius: 0 0 0 30px;
    left: -74%;
}

.stellarnav.active>ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 10px;
    background-color: #ffffffd1;
    border-radius: 0 0 40px 0px;
    animation: nav-left 0.5s forwards;
    box-shadow: 0 0 min(1.6806722689vw + 25.0420168067px, 48px) 0 rgba(0, 0, 0, .15);
}

/* BAR */
.stellarnav .menu-toggle:after {
    display: none;
}

/* BAR end*/

@keyframes nav-left {
    0% {
        right: 590px;
    }

    100% {
        right: 0;
    }

}

@keyframes line-up {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

@media screen and (max-width: 1440px) {
    .stellarnav.active>ul {
        width: 30%;
        left: -71%;
    }
}

@media screen and (max-width: 1024px) {
    .stellarnav.active>ul {
        width: 35%;
    }
}

/* 購物籃 */
.tp_links {
    display: none;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}

.box_search input[type=text] {
    display: none;
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: 0;
    padding: 2px 0px 4px 42px;
    width: calc(20% - 42px);
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    background-color: transparent;
    border-bottom: 1px #3F3F3F solid;
    border-radius: 0;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #3F3F3F;
    transition: all 0.3s;
}

.box_search input[type=text]:hover {
    color: #3F3F3F;
    transition: all 0.3s;
}

.shop_search_btn {
    display: none;
    background: #3F3F3F;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.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;
}

/* 選項 */

.stellarnav li {
    opacity: 1;
    width: 100%;
}

.stellarnav li::before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    margin: 25px 0;
    background-color: #ccc;
    animation: line-left-right 1s forwards linear;
}

.stellarnav>ul>li>a {
    margin: 0 20px;
    padding-left: 0 20px;
    color: #555;
    display: flex;
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    line-height: 20px;
    height: auto;
    margin: 0px 5px;
    overflow: visible;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    opacity: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 280px;
    margin: 0px 25px;
}

.stellarnav>ul>li>a:hover {
    padding-left: 25px;
    transition: all 0.3s;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li>a b {
    display: inline;
    line-height: 15px;
    height: 20px;
}

.stellarnav>ul>li>a b:nth-child(1) {
    margin-right: 20px;
}

.stellarnav>ul>li>a b:nth-child(2) {
    font-size: 12px;
    color: #000;
    word-break: keep-all;
}

.stellarnav>ul>li>a:hover b {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .stellarnav.mobile.left>ul {
        left: auto;
        right: 0;
        padding: 5% 10%;
        padding-top: 130px;
        z-index: 0;
        max-width: 60%;
        border-right: none;
    }


    .stellarnav li::before {
        margin: 20px 0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        display: none;
    }

    .stellarnav.mobile>ul>li {
        border-bottom: none;
    }

    .stellarnav.mobile li a {
        border-bottom: none;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        display: none;
    }

    .stellarnav.mobile>ul>li>a {
        display: flex;
        text-align: left;
        align-items: center;
        margin: 0;
        padding: 0 20px;
    }
}

@media screen and (max-width: 500px) {
    .stellarnav.mobile.left>ul {
        max-width: 88%;
    }
}


/* 選單線 延遲 */

.stellarnav li:nth-child(2):before {
    display: none;
}

.stellarnav li:nth-child(3):before {
    animation-delay: 0.3s;
}

.stellarnav li:nth-child(4):before {
    animation-delay: 0.4s;
}

.stellarnav li:nth-child(5):before {
    animation-delay: 0.5s;
}

.stellarnav li:nth-child(6):before {
    animation-delay: 0.6s;
}

.stellarnav li:nth-child(7)::before {
    animation-delay: 0.7s;
}

.stellarnav li:nth-child(8)::before {
    animation-delay: 0.8s;
}


@keyframes line-left-right {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }

}

/* 字 動畫 */

.stellarnav>ul>li {
    opacity: 0;
    animation: up 1.5s forwards;
    animation-delay: 0.2s;
}

/* 下拉 */
.stellarnav ul ul {
    display: none !important;
    top: auto;
    width: 160px;
    position: relative;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #fff;
    writing-mode: vertical-lr;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/

@keyframes show-logo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show-line {
    0% {
        right: 100%;
        opacity: 0;
    }

    100% {
        right: 0;
        opacity: 1;
    }
}

.nav-header {
    position: fixed;
    z-index: 123;
    top: 57px;
    left: 88%;
    opacity: 0;
}

.nav-brand {
    display: inline-block;
    width: 170px;
}

.nav-brand img {
    margin-top: 10px;
}


@media screen and (max-width: 768px) {
    .nav-header {
        z-index: 0;
        left: 5%;
        top: -13px;
    }

    .nav-brand {
        display: inline-block;
        width: 130px;
    }

    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 15px 10px;
    }

    .nav-brand-m img {
        max-width: 200px;
        width: 100%;
    }

    .header_area a.nav-brand::before {
        display: none;
    }

    .header_area.sticky a.nav-brand::before {
        width: 160%;
        display: none;
    }

}

@keyframes up {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*開場NAV */
.nav-header {
    opacity: 1;
    top: 37px;
}

.pageIndex .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 0.6s;
}

.pageIndex .header_area.sticky .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 0.6s;
}

@keyframes banner-nav-logo {
    0% {
        top: 87px;
        opacity: 0;
    }

    100% {
        top: 37px;
        opacity: 1;
    }
}

.pageIndex .stellarnav .menu-toggle {
    opacity: 0;
    animation: banner-navbar 1s forwards;
    animation-delay: 0.6s;
}

.stellarnav .menu-toggle {
    opacity: 1;
    top: 57px;
}

@keyframes banner-navbar {
    0% {
        top: 97px;
        opacity: 0;
    }

    100% {
        top: 44px;
        opacity: 1;
    }
}

/* 其他頁面LOGO */

.header_area .nav-header {
    opacity: 1;
    transition: all 0.5s;
}

.header_area.sticky .nav-header {
    opacity: 1;
    transition: all 0.5s;
}

/*footer*/
.footer_logo img {
    max-width: 200px;
    display: none;
}

.footer_logo {
    display: none;
}

.footer {
    background: url(https://pic03.eapple.com.tw/chancedesigner/footer_bk001.png);
    max-height: 1000px;
    background-size: cover;
    background-position: 100%;
    min-height: 50vw;
}

.box_link {
    display: none;
}

.footer_info li:nth-child(2) {
    display: none;
}

.footer_info {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer_info ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.footer_info li {
    display: block;
    padding: 10px;
}

.footer_menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(95px, 100%), 1fr));
    gap: 5px;
}

.footer_menu a {
    font-family: 'Noto Serif TC';
    font-size: 16px;
    background: transparent;
    color: #333;
    border: none;
    margin: 0;
    text-align: center;
    padding: 5px;
    transition: all 0.3s;
}

.footer_menu a:hover {
    background: #f9f2f5;
    color: #d293ad;
}

.copy {
    border-top: 0px #999 solid;
    display: none;
}

.copy a {
    color: #999;
}

.footer_info li p {
    color: #000;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.footer_info li p a {
    color: #000;
}

.footer_info li:nth-child(1) {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*購物車首頁*/
.pageIndex .products-list .item {
    width: 100%;
}

.products-list .pic img {
    padding: 2.625vw;
    height: auto;
}

.products-list .name {
    display: none;
}

.prod_part {
    max-width: 100%;
}

.pageIndex .animated-arrow {
    display: none;
}

li:hover .pic img {
    filter: unset;
    transition: 0.3s;
    transform: scale(1.05, 1.05);
}

.products-list .pic {
    border: 0.5px solid #999;
}

.products-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.pageIndex .products-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.prod_part {
    padding: 50px 0px;
}

.clearfix:before,
.clearfix:after {
    display: none;
}

.pageIndex .products-list {
    padding: 20px 0;
}

/*  購物車(商品展示)  */
.products-list {
   	padding-top: 200px;
    max-width: 100%;
}

.product_page .main_part {
    max-width: 100%;
    padding: 0;
}

.main_part {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 50px 40px;
}

.product_info_page .main_part {
    max-width: 1100px;
}

.product_page .show_content {
    padding: 10px 0px;
}

.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

.product_page .product-layer-two {
    position: relative;
    width: 100%;
    letter-spacing: 1px;
    border-right: 1px solid #ccc;
    min-height: 3vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    display: none;
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin-top: 10px;
    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: 5px 10px;
    transition: all ease .3s;
}

.product-layer-two li li a {
    padding: 0;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #bc985f;
}

.product-layer-two>li {
    width: 120px;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    text-align: center;
}

.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: #fff;
    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: #bc985f;
}

.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: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}

.products-list .item {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

li:hover .pic img {
    transition: 0.3s;
}

.products-list .pic img {
    max-width: 100% !important;
    min-width: 100%;
    max-height: 783px !important;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    display: inline-block;
}
.pageIndex .i_prod_tit h2{    color: #929292;letter-spacing: 0.16em;    font-family: 'Noto Sans TC';    font-weight: 400;    font-size: 18px;}
.i_prod_tit span {
    font-size: 30px;
}


@media screen and (max-width: 1800px) {
    .pageIndex .products-list .item {
        width: 100%;
    }
}

@media screen and (max-width: 1670px) {}

@media screen and (max-width: 1530px) {


    .pageIndex .products-list .item {
        width: 100%;
    }

    .pageIndex .products-list {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

}


@media screen and (max-width: 980px) {
    .pageIndex .products-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }


}

@media screen and (max-width: 768px) {

    .product-layer-two,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product-layer-two {
        margin-right: 0;
    }

    .product-layer-two>li {
        margin-bottom: 5px;
    }

    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%;
        border-right: none;
    }

    .product_page .show_content>a {
        order: 1;
    }

    .product_page ul.products-list {
        order: 2;
    }

    .product_page ul.product-layer-two {
        order: 4;
    }

    .products-list .pic {
        padding-bottom: 80%;
    }

    .product_page .show_content,
    .product_info_page .show_content {
        flex-direction: column-reverse;
    }

    .product_page ul.page {
        order: 1;
    }

    .products-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    /*首頁購物車*/
    .pageIndex .products-list .item {
        width: 100%;
    }

    .pageIndex .products-list .pic {
        padding-bottom: 100%;
    }

    .pageIndex .products-list .name {
        padding-top: 27%;
    }

    .pageIndex .products-list {
        grid-template-columns: 1fr 1fr 1fr;
    }


}

@media screen and (max-width: 600px) {
    .products-list .item {
        width: 100%;
        max-width: 350px;
        display: block;
    }

    .pageIndex .products-list .item {
        width: 100%;
        max-width: 600px;
        margin: 20px auto;
        display: block;
    }

    .pageIndex .i_prod_tit h2 {
        margin: 40px 0px 5px 0px;
    }

    .products-list .name {
        padding-top: 50%;
    }

    .product-layer-two>li>a {
        display: none;
    }

}

@media screen and (max-width: 620px) {
    .pageIndex .products-list .name {
        padding-top: 32%;
    }

    .pageIndex .products-list .item {
        margin: 5px auto;
    }
}

@media screen and (max-width: 520px) {
    .pageIndex .products-list .name {
        padding-top: 39%;
    }
	.pageIndex .products-list {
        grid-template-columns: 1fr 1fr;
    }
	.products-list{
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 400px) {
    .pageIndex .products-list .name {
        padding-top: 45%;
    }
	.pageIndex .i_prod_tit h2{    font-size: 16px;    color: #929292;letter-spacing: 0.16em;    font-family: 'Noto Sans TC';    font-weight: 400;}
	.i_prod_tit span {
    font-size: 22px;}
}

/*清單頁_側邊選單*/
.product_page .product-layer-two {
    border-right: none;
}

.product-layer-two li li {
    border: none;
    padding: 5px 15px;
    background: transparent;
}

.product-layer-two li li a {
    background: transparent;
    font-weight: 300;
    color: #555;
    padding-left: 20px;
}

.product-layer-two li li:hover>a {
    color: #bc985f;
    background: transparent;
}

.product-layer-two li li:hover>a:before {
    background: #bc985f;
}

.product-layer-two li a {
    background: transparent;
    border: none;
}

.product-layer-two li ul {
    margin-top: 0;
}

.product-layer-two>li {
    border-bottom: none;
    font-weight: 500;
}

.product-layer-two>li>a {
    color: #b3b0b3;
}

.product-layer-two li li>a:before {
    background: #ccc;
    margin-left: 0;
}

.product-layer-two li.active a {
    border: none;
    color: #bc985f;
}

.products-list .name {
    color: #b3b0b3;
}

.products-list .name {
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 50%;
    left: 50%;
    width: 95%;
    font-size: 25px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    margin: 0;
    transition: all ease-in .5s;
    opacity: 1;
    height: 60px;
    transform: translate(-50%, -50%);
    padding-top: 50%;
}

.products-list .name:hover {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.products-list .name {
    width: 100%;
    height: 100%;
}

.products-list:hover {
    opacity: 1;
}

/*清單頁_商品區*/
.products-list .pic {
    padding-bottom: 100%;
}

.products-list .more {
    border: 1px solid #888;
    color: #555;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
    display: none;
}

.products-list .item a {
    display: block;
    margin: 0 auto;
    position: relative;
}

.products-list .item a:hover .more {
    background: #555;
    letter-spacing: 4px;
}

/*詳細頁輪播區*/
.product_pic {
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
}

.bx-wrapper .bx-viewport {
    border: none;
    background: transparent;
    left: 0;
}

.product_pic .bx-wrapper {
    width: 85%;
    order: 2;
    margin: 0;
    padding: 0;
}

.product_pic #bx-pager {
    padding: 0;
    color: #555;
    width: 12.6%;
    order: 1;
    position: relative;
}

.product_pic #bx-pager h6 {
    display: none;
}

.product_pic #bx-pager a {
    border: none;
    height: auto;
    width: 100%;
    margin: 0;
    margin-bottom: 7px;
}

/*詳細頁商品說明*/
ul.prod {
    line-height: 180%;
    font-weight: 300;
    margin-top: 30px;
}

ul.prod li:nth-child(2) {
    display: none;
}

ul.prod li h3.prod-thumb {
    display: none;
}

.lastPage {
    background: #999;
}

.prod_related {
    background: rgb(255 255 255 / 15%);
}

.related_list li a {
    background: transparent;
}

.related_list li a p {
    margin-top: 10px;
}

.prod_related h6 {
    margin: 70px auto 20px;
}

.prod_related h6 span:before {
    color: #555;
    margin: 15px;
    font-weight: 500;
}

.prod-panel p {
    color: #ccc;
}
.prod-panel p span {
    line-height: 30px;
}

.prod-panel div {
    color: #ccc;
}

.sidebarBtn {
    padding: 15px;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    border: 3px #636363 solid;
    background: none;
    color: #ccc;
    margin: 0px 3px;
}

.sidebarBtn h2 {
    color: #fff;
}

.product_info li .txt_box {
    color: #ffffff;
}

.product_main {
    display: none;
}

.sidebarBtn {
    display: none;
}

ul.prod li .prod-panel p span {
    letter-spacing: 0.07em;
}

/*ul.prod li .prod-panel {
    text-align: center;
}*/

/*聯絡我們*/
.contact_content .information_left {
    display: none;
}

.blank_letter {
    border: 1px solid #7f7f7f;
    border-radius: 0.5rem;
    padding: 30px;
}

.contact_form li {
    padding: 0 0 50px 0;
}

.contact_form li .form__label {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-left: 0;
    padding-right: 10px;
    vertical-align: top;
    padding-bottom: 15px;
}

.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}

.contact_form li {
    padding-left: 0;
}

.contact_form li input.noborder {
    border: 1px #999999 solid;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 0.4rem;
}

.contact_form li textarea.noborder {
    border: 1px #999999 solid;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 0.4rem;
}

.contact_form li.last cite {
    background: #555;
    color: #fff;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
    border: 1px #888888 solid;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0px 10px 0 10px;
}
/*重新填寫隱藏*/
.contact_form li.last blockquote {
    display: none;
}

/*文章管理20250213*/
.show_content.blog_box.clearfix {
    padding-top: 50px;}
h5.blog_le_t{font-family: "Noto Sans TC", sans-serif;}
.blog_list_le{width:100%;}
.blog_list_ri{width:100%;}
.subbox_item{width: 33%;}

.blog_back a.article_btn_next {
    background: #999;
}
.blog_back a.article_btn_prev {
    background: #999999;
}
.blog_back a.article_btn_back {
    background: #ccc;
    color: #666;
}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: #666;
}
.accordion li .link{font-weight: 400;}
.blog_list_ri h5{color: #333;}
.subbox_item a:after{display:none;}
@media screen and (max-width: 768px) {
.subbox_item {
    width: 49%;}
}

/*按鈕*/
.subbox_item a:hover:before {
    bottom: 0;
}
.subbox_item a:hover:before, .subbox_item a:hover:after {
    opacity: 1;
    transition: all .5s;
}
.subbox_item a:before {
    transform: translate(-50%, 0%);
    left: 50%;
    right: 0;
    bottom: -15%;
    letter-spacing: 2px;
    height: 48px;
    line-height: 48px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #999;
    width: 100%;
    text-align: center;
	content: 'READ MORE';
    position: absolute;
	font-size: 15px;
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    display: none;
}

.banner h5 {}

.banner h5::before {}

.banner h5::after {}

.banner.banA {}

.banner.banB h5::before {}

.banner.banB {}

.banner.banD {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 1600px) {
    .nav-header {
        left: 80%;
    }
}

@media screen and (max-width: 1024px) {
    .nav-header {
        left: 70%;
    }

    .stellarnav.active>ul {
        width: 30%;
        left: -71%;
    }
}

@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);
    }

    .footer.with_shopping_mode {
        padding: 30px 0 20px;
    }

    /*手機版LOGO設定*/
    .footer_logo {
        margin-left: unset;
        margin: auto;
        text-align: center;
    }

    .header_area .nav-header {
        z-index: 999999999;
    }

    .stellarnav.mobile.left>ul {
        padding-top: 240px;
    }

    .nav-brand img {
        margin-top: 0;
    }

    header.header_area.sticky {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-50%);
        transition: transform .8s, opacity .4s, visibility .4s;
    }

}

@media screen and (max-width: 500px) {
    .footer_info ul {
        text-align: left;
        padding: 20px;
    }

    .swiper-slide:nth-child(1):before {
        width: 40%;
        left: 5%;
    }

    .nav-header {
        left: 60%;
    }

    .stellarnav.active>ul::before {
        left: 0px;
    }

    .stellarnav.mobile.left>ul {
        max-width: 100%;
    }

    .stellarnav.active>ul {
        height: 90%;
    }
}

/*電腦版menu下滑移除
.header_area.sticky .pageIndex .stellarnav .menu-toggle {
    animation: none;
    opacity: 0;
}*/

/* 20250106
.header_area.sticky .stellarnav .menu-toggle {
    animation: none;
    opacity: 0;
}*/

.header_area .stellarnav .menu-toggle {
    display: block;
    left: 4%;
}

.stellarnav .menu-toggle span.bars {
    left: auto;
}

.info_fix {
    z-index: 300;
}

/* 20250109  footer */
.footer_set * {
    box-sizing: border-box;
    max-width: 100%;
}

.footer_set {
    max-width: 2000px;
    width: 100%;
    margin: auto;
    font-family: 'Microsoft JhengHei', serif;
    border: 0;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.footer_set img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 13%;
}

.footer_set ul {
    padding: 0 0;
    margin: 0;
}

.footer_set li {
    list-style: none;
}

.footer_set h6,
.footer_set h5,
.footer_set h4,
.footer_set h3,
.footer_set h2 {
    margin: 0;
}

.footer_set u {
    text-decoration: none;
}

.footer_set p {
    margin: 0;
}

.footer_set em,
.footer_set i {
    font-style: normal;
}

.footer_set a {
    text-decoration: none;
}

.footer_set dd,
.footer_set dt {
    margin: 0 0;
}

#to_top {
    left: auto;
    right: 20px;
    bottom: 40px;
    z-index: 9999999;
    background: #ffffff73;
}

.footer_set strong {
    display: block;
    width: fit-content;
    position: fixed;
    bottom: 40px;
    left: 10px;
}

.footer_01 {
    padding: 120px 20px 120px 20px;
    background-image: url('https://pic03.eapple.com.tw/chancedesigner/cuu_bg001.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer_02 {
    max-width: 1770px;
    margin: auto;
}

.footer_02 h6 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 675px;
}

.footer_02 h6 a {
    display: block;
    width: fit-content;
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    transition: 0.5s;
}

.footer_02 h6 a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: -5px;
    transition: 0.5s;
}

.footer_02 h6 a:hover {
    transition: 0.5s;
    color: #000;
}

.footer_02 h6 a:hover::after {
    transition: 0.5s;
    width: 100%;
    left: 0;
    right: auto;
}

.footer_02 h6 a+a {
    margin-left: 44px;
}

.footer_copy p,
.footer_copy p a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    padding: 0;
    text-align: justify;
}

.footer_copy p a {
    display: inline-block;
    transition: 0.5s;
}

@media (max-width:1600px) {
    .nav-header {
        left: auto;
        right: 20px;
    }
}

@media (max-width:1500px) {
    .footer_02 {
        max-width: 100%;
        width: 95%;
    }

    .nav-header {
        right: 5%;
    }
}

@media (max-width:980px) {
    .footer_01 {
        padding: 100px 20px 150px 20px;
    }

    .footer_02 h6 {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 550px;
    }

    .footer_02 a:nth-child(n+2) {
        margin: 0;
        margin-top: 35px;
    }
}

@media(max-width:600px) {
    .footer_01 {
        background-position: top center;
    }

    .footer_02 h6 {
        margin-bottom: 250px;
    }

    .footer_set strong {
        left: 10px;
    }
}

@media(max-width:400px) {
    .footer_02 h6 {
        margin-bottom: 25vw;
    }

    .footer_02 h6 a {
        color: #000;
    }
	.footer_set strong {
        left: 5px;
    }
}

/* 20250109  footer end */

/* footer 上方切版 */
.au_set {
    box-sizing: border-box;
    overflow: hidden;
}

.rr01 {
    padding: 200px 20px 100px 20px;
    position: relative;
    z-index: 1;
}

.rr01::after {
    content: "";
    width: 100%;
    height: 80%;
    background-color: rgba(187, 187, 187, 0.2);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.rr02 {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rr02 p {
    margin-right: 35px;
}

.rr02 p i {
    display: block;
    color: #929292;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    letter-spacing: 0.16em;
}

.rr02 p b {
    display: block;
    color: #212121;
    font-size: 30px;
    font-weight: 400;
    line-height: 140%;
    margin: 20px 0 40px 0;
}

.rr02 p span {
    display: block;
    max-width: 540px;
    color: #444444;
    font-size: 17px;
    font-weight: 400;
    line-height: 220%;
    text-align: justify;
    word-break: break-all;
}

.rr02 p a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 255px;
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 1;
    margin-top: 90px;
    transition: 0.5s;
}

.rr02 p a img {
    position: absolute;
    right: 20px;
    bottom: -20px;
    z-index: 20;
    opacity: 0;
    transition: 0.5s;
}

.rr02 p a u {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 60px;
    height: 100%;
    border: 1px #444444 solid;
    border-radius: 150px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0));
    z-index: -1;
    transition: 0.5s;
}

.rr02 p a u::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #434343;
    border-radius: 150px;
    display: block;
    margin-left: 24.5px;
    transition: 0.5s;
}

.rr02 p a em {
    display: block;
    width: fit-content;
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    transform: translateX(-5px);
    transition: 0.5s;
}

.rr02 h6 {
    max-width: 545px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rr02 h6 u {
    display: block;
    max-width: 251px;
    width: 100%;
    height: 411px;
    overflow: hidden;
    border-radius: 15px;
}

.rr02 h6 u img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.rr02 h6 u:nth-of-type(2) {
    position: relative;
    top: -200px;
}

/* hover */
.rr02 p a:hover em {
    transition: 0.5s;
    transform: translateX(0);
}

.rr02 p a:hover u {
    transition: 0.5s;
    width: 100%;
    background-color: #fff;
    border: 1px #44444400 solid;
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.2));
}

.rr02 p a:hover img {
    transition: 0.5s;
    opacity: 1;
}

.rr02 p a:hover img {
    transition: 0.5s;
    transform: translateY(-10px);
}

 
@media(max-width:1200px) {
	
	.main_part {    padding: 55px;   }
    .rr02 p i {
        font-size: 17px;
    }

    .rr02 p b {
        font-size: 26px;
    }

    .rr02 p span {
        font-size: 16px;
    }

    .rr02 p a {
        margin-top: 40px;
    }
}

@media (max-width: 980px) { .main_part {    padding: 55px;   }  }


@media (max-width:950px) {
    .rr02 h6 u {
        max-width: unset;
        width: 48%;
        height: 48vw;
    }
}

@media (max-width:800px) {
    .rr02 h6 u {
        height: 38vw;
    }

    .rr02 h6 u:nth-of-type(2) {
        top: -20vw;
    }

    .rr01::after {
        height: 67vw;
    }
}

@media (max-width:768px) {

    /* font */
    .rr02 p i {
        font-size: 16px;
    }

    .rr02 p b {
        font-size: 22px;
    }

    .rr02 p span {
        font-size: 15px;
    }

    .rr02 p a {
        max-width: 200px;
        margin-top: 30px;
        height: 45px;
    }

    .rr02 p a u {
        width: 45px;
    }

    .rr02 p a u::before {
        width: 7px;
        height: 7px;
        margin-left: 17.5px;
    }

    .rr02 p a img {
        width: 35px;
        right: 10px;
    }

    /* font */
    .rr01 {
        padding: 80px 20px;
    }

    .rr01::after {
        height: 100%;
    }

    .rr02 {
        flex-direction: column;
    }

    .rr02 p {
        margin: 0;
        margin-bottom: 40px;
    }

    .rr02 h6 u {
        height: 45vw;
    }

    .rr02 h6 u:nth-of-type(2) {
        position: static;
    }
}



@media (max-width: 600px) {.main_part {  padding: 50px 25px; }  }       
@media (max-width:500px) {
    .rr01 {
        padding: 50px 20px;
    }
	.other_page .rr02{        padding: 0 0px 0 30px;}
}

/* footer 上方切版 end */

/*footer上方聯絡我們頁面隱藏*/
body.contact_page .rr01 {
    display: none;
}