@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;}

.pageIndex .header_area {
    background: #ffffff;
    opacity: 0;
    position: fixed;
    transition: all 1s;
    transform: translateY(-10px);
    pointer-events: none;
}

.pageIndex .header_area.sticky {
    background: #FFF;
    opacity: 1;
    transition: all 2s;
    transform: translateY(0px);
    pointer-events: all;
}

.header_area {
    background: #ffffff;
    opacity: 1;
    position: sticky;
    pointer-events: all;
}

.header_area.sticky{
    background: #fff;
}

.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 li.has-sub > a:after{
    display: none;
}
.stellarnav > ul > li.has-sub > a{
    padding: 0;
}
.stellarnav ul ul{
    display: none !important;
}
/***第一層**********************************/

.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_menu a{
         font-size: 11px;   
    }
        .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 0px;
        justify-content: center;
    }
    .box_link {
        position: relative;
        right: 0;
        top: 0;
        text-align: left;
        padding: 15px 0;
    }
    .copy {
        padding: 8px 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 20px;
    }
#bottom_menu li a em{
    display: none;
}

#bottom_menu li {
    background: #7c7c7c;

}
#bottom_menu li a i {
    color: #f3eeea;
}

#bottom_menu li a {
    padding: 10px 5px;
}

}
/*相簿設定***************************************************************/

.other_album {
    display: none;
}

.show-list .item a {
    text-align: center;
}

.other_subalbum li a p {
    letter-spacing: 1px;
    padding-top: 21px;
    padding-bottom: 13px;
    border-bottom: 1pt solid #dedede;
}


.show-list .item a {

    padding-top: 43px;
}


.subalbum-menu h2 {
    font-size: 20px;
    color: #575757;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    font-weight: 400;
    background: #f0f0f094;
    padding: 10px 0px;
}

.show-list .show_name {
    font-weight: 400;
}

.show-list .item:hover .show_name {
    color: #444;
}

.other_album_choice li {
    background: #dedede;
}

.other_album_choice li:hover {
    background: #8d8d8d;
}


.other_album_choice li a {
    color: #fff;
    letter-spacing: 1px;
}


.pic-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

/*相簿外層特效*/


.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
    transition: opacity 0.1s, transform 0.1s;
  }


  .overlay::before {
    content: '>';
    width: 37px;
    height: 37px;
    position: absolute;
    top: 46%;
    left: 46%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    color: white;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
    background: #dedede;
}

  .overlay:hover:before {
    opacity: 1;
    transform: scale(1);
    

}

.show-list .item a:hover .show_pic img {
    transform: translate(0%, 0%) scale(1.15);
    filter: none;
    transition: all .6s;
}
    
.show_pic img {
    transition: all .6s;
}


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

.blog_search input[type=search] {
    border-radius: 0px;
    padding: 5px 35px 5px 10px;
    font-weight: 300;
}

.blog_search input[type=submit] {
    width: 28px;
    height: 28px;
    filter: grayscale(1);
}
h5.blog_le_t span {
    display: none;
}

h5.blog_le_t {
    font-size: 16px;
    font-weight: 300;
    font-family: "Mukta", sans-serif, "Noto Sans TC", sans-serif;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blog_le .accordion {
    border: none;
    border-radius: 0px;
}

.blog_list_ri h5 {
    font-size: 16px;
    display: flex;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.blog_list_ri p {
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
}

.blog_list_ri em {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 300;
}

.subbox_item a {
    display: flex;
    flex-wrap: wrap;
}

.blog_list_ri {
    padding: 0 15px 15px 15px;
}

.accordion li .link a {
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px 10px;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #3b3b3b !important;
}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {
    color: #3b3b3b !important;
}
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
.blog_shareData{display: none;}
.subbox_item a:after { background: rgba(88, 88, 88, 0.5);}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    background: #e2e2e2;
    transition: all .5s;
}.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #e2e2e2 !important;
}
.blog_page .main_part {max-width:1600px;}
.submenu li.on_this_category a, .submenu a:hover {
    background: #f3f3f3;
    color: #444;
        transition: all .5s;
}
.blog_le .submenu li.on_this_category a, .submenu a:hover {
    background: #a3a3a3;
    color: #FFFfff;
}
.accordion li+li .link {
    transition: all .5s;
}
.submenu a {background: #fff;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back {
    background: #fff;
    color: #333;
    letter-spacing: 1px;
    font-weight: 300;
}
.blog_back a {
    width: auto;
}

.blog_back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.blog_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #5c5c5c17;
    bottom: 96px;
}

.edit {
    padding: 30px 0 90px;
    font-weight: 400;
    color: #474747;
    letter-spacing: 0.04em;
    font-size: 14px;
    line-height: 180%;
}

.subbox_item a:hover:before {
    transform: translate(-50%, -50%) scale(1);
    transition: all 500ms;
}
.path p, .path p a {
display: none;
}
.blog_list_le img {
    z-index: 999;
    padding: 20px;
}

.subbox_item a:hover .blog_list_le img {
    filter: brightness(.6);
    border-radius: 5px;
    padding: 0px;
}

h4.blog_category_title {
    color: #444;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
}

.subbox_item {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #0000001c;
    border-radius: 5px;
}

.subbox_item a:after{display: none;}
.subbox_item a:before{display: none;}
.blog_list_le {
    position: relative;
}
.blog_list_le:before {
    content: 'READ MORE';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    letter-spacing: -0.7em;
    transition: all 1s;
    filter: blur(5px);
}

.subbox_item a:hover .blog_list_le:before{
    opacity: 1;
    letter-spacing: 1px;
    transition: all 1s;
    filter: blur(0px);
}


/*相關文章*/

.news_related{display: none;}

.news_related h6 span:before {
    color: #505050;
    font-weight: 400;
}


.news_related_list li a:hover {
    padding: 10px 10px 0px;
    transition: .3s;
}

.news_related_list li a {
    transition: .3s;
}

.news_related {
    background: #f3f3f3b5;
}

.news_related_list li a p {
    padding: 10px;
}


@media screen and (max-width: 1024px) {
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

@media screen and (max-width: 980px) {
.blog_back:after {
    bottom: 69px;
}
}

@media screen and (max-width: 768px) {
.blog_le {
    width: 220px;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) !important;
}

.blog_in_page .blog_le {
    top: -42px;
    padding-bottom: 5vw;
    margin-bottom: 0vw;
    border-bottom: 1px solid #dfdfdf;
}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.accordion li .link a {
    text-align: center;
}
}

@media screen and (max-width: 600px) {
    .blog_back:after {
    bottom: 49px;
}

}




/* 商品下拉超過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) {
}

/********分隔線**************************************************************/


/*預設解除背景輪播*/
#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%);
    }
}

@media screen and (max-width: 600px) {
  .bannerindex .swiper-slide img {
    display: none;
  }
  .bannerindex .swiper-slide {
    height: 130vw;
    width: 100% !important;
  }
  .bannerindex .swiper-slide:nth-child(1) {
    background-image: url(https://pic03.eapple.com.tw/threeninefdesign/rwd01.jpg);
    background-position: top;
    background-size: cover;
  }

  .bannerindex .swiper-slide:nth-child(2) {
    background-image: url(https://pic03.eapple.com.tw/threeninefdesign/rwd02.jpg);
    background-position: top;
    background-size: cover;
  }


  .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: 2%;
    left: 30%;
    width: 47% !important;
    height: 11% !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: -18%;
    width: 52% !important;
    height: 11% !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;
}


}

/********分隔線**************************************************************/

/*內頁BANNER 設定*/
.banner {display: none;}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}



@media (max-width: 768px) {


#bottom_menu {
box-shadow: none;
}
/*選單內設定*/
.stellarnav.mobile > ul > li {
    width: 100%;
}
.stellarnav.mobile.left > ul {
    max-width: 100%;
    animation:scale-in-ver-top 1s cubic-bezier(.25,.46,.45,.94) both;
    flex-direction: column;
}

@-webkit-keyframes scale-in-ver-top {
  0% {
            transform: scaleY(0);
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
            transform: scaleY(1);
            transform-origin: 100% 0%;
    opacity: 1;
  }
}


/*文字設定*/

.stellarnav > ul > li > a {
color: #494949;
height: 60px;
display: block;
font-size: 13px;
letter-spacing: 4px;
opacity: 1;
transition: all 0.6s ease;
transform: unset;
pointer-events:all;
}

.stellarnav.mobile > ul > li > a{
text-align: center;
padding: 20px 0px;
margin: 0px;
}

.stellarnav > ul > li {
    padding: 10px;
}

.stellarnav.mobile > ul > li > a:hover {
color: #fff;
background: #b6b6b6;
}


/*隱藏次選單*/
.stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 6px;
    position: absolute;
    text-align: center;
    z-index: 999;
    display: none;
}

.pageIndex .header_area {
    transform:none;
    pointer-events: none;
}

.pageIndex .header_area.sticky {
    transform:none;
    pointer-events: all;
}

.nav-header {
    max-width: 70px;
}
.stellarnav.mobile {
top: 30px;
}
.stellarnav .menu-toggle:after{
    display: none;
}
.stellarnav .menu-toggle span.bars span {
    background: #bdbdbd;
}
}



/**/

.info_fix_map span::before {
  content: "\f3c5" !important;
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  position: static;
  padding-top: 15px;
  font-size: 19px;
}
