@charset "utf-8";


body {
    font-family: "Mukta", sans-serif, "Noto Sans TC", sans-serif;
}


/* 捲軸寬度及高度 */

&::-webkit-scrollbar {
    background: #ffffff;
    width: 4px;
}

/* 捲軸兩側頂端的按鈕 */

&::-webkit-scrollbar-button {
    display: none;
}

/* 滑桿顏色 */

&::-webkit-scrollbar-thumb {
    background-color: #a0a0a0;
    border-radius: 0px;
    transition: all 0.3s;
}

/* 軌道背景底色 */

&::-webkit-scrollbar-track {
    background-color: #ffffff;
}

/***************header***********************/

.me_tp_features{display: none;}

.header_area {
    background: #ffffff;
    opacity: 0;
    position: fixed;
    transition: all 1s;
    transform: translateY(-10px);
}

.header_area.sticky {
    background: #FFF;
    opacity: 1;
    transition: all 2s;
    transform: translateY(0px);
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.stellarnav ul {
    text-align: center;
}

.nav-header {
    max-width: 100px;
}

.stellarnav > ul > li {
    padding: 10px 10px 0px;
}



/***第一層**********************************/

.stellarnav > ul > li > a {
    color: #a0a0a0;
    font-size: 14px;
    letter-spacing: 1px;
}





/*footer*********************************************************************/

.footer_menu a:nth-of-type(1) {
    display: none;
}
.footer_logo{
    display: none;
}

.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 0px 30px 10px;
    width: 100%;
    gap: 5px 50px;
}

.footer_info li:nth-child(2) {
    padding: 0px;
    padding-top: 15px;
}

.footer {
    background: #f2f2f2;
    padding: 0;
}

.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 50px;
}

.footer_info ul {
    width: fit-content;
}

.footer_info li p {
    font-size: 12px;
}

.footer_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer_menu a {
    margin: 0;
    text-align: justify;
    transition: all 0.3s;
    border: none;
    margin-top: 13px;
    color: #444;
    background: transparent;
    font-size: 12px;
    position: relative;
}

.footer_menu a:before {
    content: '';
    font-size: 10px;
    color: #B3A696;
    letter-spacing: 1px;
    display: block;
    text-align: justify;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.footer_menu a:hover {
    background: transparent;
    color: #444;
}

.box_link {
    display: none;
}

.footer_info li p.taxid:before {
    content: '營業時間：';
}

.copy {
    background: #ffffff;
    color: #606060;
    border: none;
    font-size: 10px;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 5px 50px;
}
.copy a {
    color: #a5a5a5;
    transition: all 0.3s;
}

.copy a:hover {
    color: #b51c20;
}

.footer_logo img {
    width: 70px;
}


@media screen and (max-width: 1480px) {
    .footer_menu {
        grid-template-columns: repeat(auto-fit, minmax(min(60px, 100%), 1fr));
    }
}

@media screen and (max-width: 1024px) {

    .footer_info li:nth-child(1) {
        grid-template-columns: 1fr;
    }
    .footer_info li:nth-child(2) {
        padding-top: 35px
    }
}

@media screen and (max-width: 768px) {
        .footer_info {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .footer_logo img {
        width: 40px;
    }
    .footer_info li:nth-child(1) {
        width: 100%;
    }
    .footer_info li:nth-child(2) {
        width: 100%;
        text-align: center;
    }
    .footer_menu {
        margin: 0;
        gap: 0px 20px;
        justify-content: center;
    }
    .box_link {
        position: relative;
        right: 0;
        top: 0;
        text-align: left;
        padding: 15px 0;
    }
    .copy {
        padding: 8px 3% 0 3%;
        text-align: center;
        border-top: 1px solid #d8d8d8;
        font-size: 9px;
        justify-content: center;
    }
    .footer {
        padding: 40px 0 30px;
    }
    .footer_info {
        flex-direction: column;
    }
    .footer_info ul {
        text-align: center;
        margin: 10px 0;
        border: none
    }
    .footer_logo {
        width: 40px;
        margin: 10px auto;
        margin-bottom: 9px;
        justify-content: center;

    }
    .footer_info li:nth-child(1) {
        border-left: none;
        padding: 0px 0px 30px;
    }
    .footer_info li:nth-child(2) {
        padding: 10px 0px 10px;
    }
    .footer_info {
            padding:40px;
    }

#bottom_menu li a em{
    display: none;
}

#bottom_menu li {
    background: #7b6b5e;
}
#bottom_menu li a i {
    color: #f3eeea;
}

#bottom_menu li a {
    padding: 10px 5px;
}

}


/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}


/*分隔線*******************************************************/


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}

.swiper-banner .swiper-slide:nth-child(1) img {
    animation: none;
}
/********分隔線**************************************************************/


/*預設解除背景輪播*/
#content_main {margin: 0;}
.bannerindex {position: relative;height: auto;}
.swiper-banner {position: static;margin: 0;height: auto;}
.swiper-slide {padding: 0px !important;}
.swiper-slide img {height: auto;}
.swiper-pagination {display: none;}
.swiper-slide {position: relative;}
.bannerindex:before {content: "";position: absolute;z-index: 999;pointer-events: none;}
.bannerindex:after {content: "";position: absolute;z-index: 999;pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:before {content: "";position: absolute;z-index: 999;pointer-events: none;}
.bannerindex .swiper-slide.swiper-slide-active:after {content: "";position: absolute;z-index: 999;pointer-events: none;}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/threeninefdesign/title01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -8%;
    left: 15%;
    width: 22% !important;
    height: 0% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    filter: drop-shadow(2px 4px 6px #888);
    transform: translate(-50%, -50%);
    animation: fadeInUpCentered 3s ease-out forwards;
}


.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/threeninefdesign/title02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 51%;
    right: 7%;
    width: 22% !important;
    height: 0% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    filter: drop-shadow(2px 4px 6px #888);
    transform: translate(-50%, -50%);
    animation: fadeInUpCentered 3s ease-out forwards;
}

@keyframes fadeInUpCentered {
    0% {
        opacity: 0;
        transform: translate(-50%, 0%); 
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/********分隔線**************************************************************/

/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




