@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #D05E2D /*網站主要色系
  #ECE5DF /*網站輔助色系1

/*反白顏色*/

.album_fixed_title {display: none;}
.news_related {display: none;}
.prod_related {display: none;}
.prod_tabs {
     margin-top: 0px; 
}



@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}

 .footer_info {padding: 0 20px;}
 .footer_menu a:before {    left: 12%;}



}



.info_fix_links a {background: rgb(176 128 64 / 70%);}
.info_fix_links a:hover {background: rgb(205 92 54 / 72%);}

.box_link {display: none;}

::-moz-selection{  background-color: #472B20;  color: #fff;}
::selection{  background-color: #472B20;  color: #fff;}
:root {
    --MainColor: #D05E2D;
    --SubColor:#ECE5DF;
    --ff-color: #472B20;
    --f2-color:  #701524;
}

::-webkit-scrollbar {    width: 8px;}
::-webkit-scrollbar-track {    box-shadow: inset 0 0 8px #F4F2E5;}
::-webkit-scrollbar-thumb {    background-color: #D05E2D;}

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}
.pageIndex .main_part {    border-top: none;}
#content_main, #content {
    margin: 0;
    background: url(https://pic03.eapple.com.tw/zihzaiwunchuang/bg.jpg);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100%;
}

.edit {    line-height: 180%;}





@media screen and (max-width: 768px) {
#bottom_menu {
    display: flex !important;
}
}

.pageIndex::before {
	content: "";
    display: block;
    background: url(https://pic03.eapple.com.tw/zihzaiwunchuang/logo01.png) no-repeat center center;
    width: 22vw;
    max-width: 270px;
    max-height: 270px;
    min-width: 170px;
    min-height:170px;
    background-size: contain ;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    pointer-events: none;
	animation: banner-logo 3s forwards;
}


@keyframes banner-logo {
    0% {
        opacity: 0;
    }
	
	25% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }
	
	100% {
        opacity: 0;
    }
}


.pageIndex::after {
    content: "";
    display: block;
    background: #ece6db;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 10000;
    pointer-events: none;
	animation: banner-bg 3s forwards;
}






@keyframes banner-bg {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }
	
	100% {
        opacity: 0;
    }
}






/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/

.nav-brand img {
    max-width: 100%;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.4));  padding-bottom: 10px;
}

.header_area {padding: 0px;  background: #ffffff00; }
.pageIndex .header_area {    position: fixed;    width: 100%;}
.pageIndex .main_header_area {    background: transparent;}

.main_header_area{background: #fff;}
.sticky .main_header_area.animated {
    background: #F8F5F0;
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    transition: all 0.3s;
    animation: fadeIn 1s linear 0.5s 1 normal both;
}
@-webkit-keyframes fadeIn {
    0% {        opacity: 0    }
    100% {        opacity: 1    }
}

@keyframes fadeIn {
    0% {        opacity: 0    }
    100% {        opacity: 1    }
}

/*選單最大寬度設定*/
.main_header_area .container {    max-width: 95%;}
.navigation {    padding: 10px 0 0 0px;}

/*第一層*/
.stellarnav > ul > li > a {
    transition: all 0.3s;
    color: var(--ff-color);
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 10px;
}
.stellarnav > ul > li:hover > a{color: var(--MainColor);}

.stellarnav > ul > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--MainColor);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.stellarnav > ul > li > a:hover:before {
    content: '';
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
.stellarnav li.has-sub > a:after {
    position: absolute;
    top: 38%;
    right: 1px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--f1-color) var(--f1-color) transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: var(--MainColor);	padding-left:10px;border-color:var(--MainColor) ;}
/*SubMenu*/
.shop_search_btn {    background: var(--MainColor);}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: var(--MainColor);}
.tp_links{display: none;}

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

/*Footer/＝＝＝＝＝*/






.footer {
    background: #432d10;
    padding-top: 3vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer_menu a:before {
    content: '';
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 30%;
    height: 2px;
    background-color: var(--MainColor);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.footer_menu a:hover:before {
    content: '';
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}





.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.footer_info li {    padding-top: 0;}
.footer_info li:nth-child(1) {
    padding-right: 100px;
}
.footer_info li p, .footer_info li p a {
    color: var(--SubColor);
}
.footer_info ul {
    display: flex;
    justify-content: flex-start;
    width: calc(100% - 250px);
}

.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px 15px;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 7px 21px 7px 25px;
    transition: all 0.3s;
    background: transparent;
    color: var(--SubColor);
    border: none;
    position: relative;
    display: flex;
    align-items: center;
}
.footer_menu a:hover {    background: transparent;}
.footer_menu a:first-child {    display: none;}

/*
.footer_menu a:before {
    content: '';
    position: absolute;
    background-image: url(.png);
    width: 0;
    height: 35px;
    transition: 0.5s ease-in-out;
    background-repeat: no-repeat;
    left: -5px;
    transform: translate(0%, -50%);
    background-size: cover;
    top: 12px;
}
.footer_menu a:hover:before {
    z-index: -1;
    width: 100%;
    transition: 0.5s ease-in-out;
    height: 52px;
    top: 14px;
    background-size: auto;
}
.footer_menu a:after {
    content: '';
    position: absolute;
    background-image: url(.svg);
    width: 20px;
    height: 20px;
    transition: 0.5s ease-in-out;
    background-repeat: no-repeat;
    bottom: 0;
    top: 54%;
    left: 0;
    transform: translate(0%, -50%);
    background-size: contain;
}
.footer_menu a:hover:after {    opacity: 0;}
*/
.copy {
    color: #fff;
    border: none;
    padding: 30px 20px;
}
.copy a{    color: #fff;transition:all 0.3s;}
.copy a:first-child {    display: none;}

.box_link {    padding: 0 220px 0 0; top: 4px; }
.box_link a {
    transition: all 0.3s;
    width: 220px;
    color: var(--SubColor);
    border: 1px #bf633ecc solid;
    padding: 7px;
    margin-bottom: 6px;
    border-radius:0;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}
.box_link a:hover {    background: var(--MainColor);    color: #fff;}

.box_link a i.fa-brands, .box_link a i.far.fa-envelope {
    display: flex;
    align-items: center;
    font-size: 17px;
}
.box_link a .fa-facebook:after {
    content: " ";
    font-size: 15px;
    padding-left: 9px;
    font-family: "微軟正黑體";
}
.box_link a .fa-line:after{    content: "line好友連結";font-size: 15px;
    padding-left: 9px;font-family: "微軟正黑體";}
.box_link a .fa-instagram:after{    content: "Tik Tok";font-size: 15px;
    padding-left: 9px;font-family: "微軟正黑體";}
.box_link a .fa-instagram:before {
    content: "\f16d";
    color: transparent;
    background: url(https://pic03.eapple.com.tw/kuojhenxing/tiktok-w-60.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*filter: invert(49%) sepia(36%) saturate(1178%) hue-rotate(334deg) brightness(84%) contrast(93%);*/
}

a.me_tp_mail, a.me_tp_call {    display: none;}

/*Logo/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 200px;transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s;    margin-top: 13px;}
.header_area.sticky .nav-brand{}

.footer_logo {    width: 180px;}
.footer_logo > a {
    background: url(https://pic03.eapple.com.tw/zihzaiwunchuang/logo.png) no-repeat;
    display: inline-block;
    width: 100%;
    height: 135px;
    background-size: contain;
    background-position: right;
}

.footer_logo img {    display: none;}


/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: var(--MainColor);}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}


.bannerindex{position: relative;}
.bannerindex:before {
    content: "";
    width: 100%;
    height: 10vw;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 65%), transparent);
    z-index: 10;
    mix-blend-mode: hard-light;
}
.swiper-banner:before,
.swiper-banner:after{
    content: " ";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    transition-duration: 2s;
    transition-timing-function: linear;
}
.swiper-banner:before {
    width: 100%;
    background: url(https://pic03.eapple.com.tw/kuojhenxing/cover_could.png);
    background-size: contain;
    bottom: -14%;
    left: 0;
    height: 100%;
    background-repeat: repeat-x;
    -webkit-animation: anime_wave01 20s linear 10s infinite alternate;
    animation: anime_wave01 20s linear 0s infinite alternate;
    -webkit-animation-duration: 150s;
    animation-duration: 150s;
    mix-blend-mode: luminosity;
    opacity: .5;
}

@keyframes anime_wave01 {
	from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
  }
}

.swiper-slide{position: relative;
overflow: visible;}

.swiper-slide:before, .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    transition-duration: 2s;
    transition-timing-function: linear;
}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 54vw;
  height: 28vw;
  background: url(https://pic03.eapple.com.tw/zihzaiwunchuang/title01.png) no-repeat top;
  background-size: contain;
  top: 30%;
  right: 43%;
  animation: text-left 1.5s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  z-index: 10;
}
    

.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after{
	content: "";
	position: absolute;
    width: 50vw;
    background: url(https://pic03.eapple.com.tw/zihzaiwunchuang/content01.png);
    background-repeat: no-repeat;
    top: 60%;
    background-position: top;
    background-size: contain;
    animation: text-right 1.5s;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    right: 45%;
    height: 29vw;
}



.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before{
    -webkit-animation: slide-right 3s ccubic-bezier(0.4, 0, 1, 1) both;;
    animation: slide-right 3s cubic-bezier(0.1, 0.38, 0.46, 1.02) both;
background: url(https://pic03.eapple.com.tw/zihzaiwunchuang/content03.png);
background-size: contain;
background-repeat: no-repeat;
bottom: 20%;
left:15%;
width: 70% !important;
height: 77% !important;

padding-bottom: calc(100% / 1* 0.12);
   
}

@keyframes slide-right{0%{opacity:0;transform:translateX(-50px)}100%{opacity:1;transform:translateX(0px)}}



.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
    width: 30vw;
    background: url(https://pic03.eapple.com.tw/zihzaiwunchuang/object05.png);
    background-repeat: no-repeat;
    top: 53%;
    background-position: top;
    background-size: contain;
    animation: object-right 1.5s;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    right:71%;
    height: 28vw;
}


@keyframes text-left{
	0%{opacity: 0;transform: translateX(2vw);}
	100%{opacity: 1;transform: translateX(0vw);}
}

@keyframes text-right{
	0%{opacity: 0;transform: translateX(-2vw);}
	100%{opacity: 1;transform: translateX(0vw);}
}


@keyframes object-right {
    0% {
      opacity: 0;
      transform: translateX(-3vw) scale(0.7); 
    }
    100% {
      opacity: 1;
      transform: translateX(0vw) scale(1.2); 
    }
  }


@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*Banner/＝＝＝＝＝*/
.banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
   background-image: linear-gradient(180deg, #dff0f5 50%, rgb(190 225 255) 100%);
    height: 20vw;
    max-height: 600px;
    /* padding: 190px 20px; */
    display: flex;
    align-items: center;
}
.banner:before {
    content: "";
    width: 110%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/zihzaiwunchuang/ban01.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
   animation:oxxo 3s ease-in-out forwards;
    animation-duration: 3s;
        background-size: cover;
    background-position: center;
	
    
}
.banA:before {    background-image: url();}
.blog_page .banner:before, .blog_in_page .banner:before {    background-image: url();}
.banC:before {    background-image: url();}
.services_page .banner:before{    background: url() center;}

@keyframes oxxo {
    0% {
        opacity: 0;
        transform: translateX(-3%);  /* 從左邊偏移進來 */
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.banner h5 {
	    position: relative;
    left: 24%;
    font-size: 44px;
    color: #ffffff;
    -webkit-animation: imgSlideUpAnimation 1s 0.1s ease-in-out forwards;
    animation: imgSlideUpAnimation 1s 0.1s ease-in-out forwards;
  
    width: max-content;
    padding: 20px 5px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-rl;
    letter-spacing: 5px;
    font-family: 'Noto Serif TC', serif;
    font-weight: 500;
   
}

div.banF[data-banner="product_list_4211"] h5 {


    font-size: 32px;
}

.banF[data-banner="product_list_4225"] h5 {


    font-size: 37px;
}




@keyframes imgSlideUpAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



@keyframes cloud_animation {
    0% { transform:translateY(0.6rem); }
  100% { transform:translateY(  0px); }
}

@keyframes cloud_animation_1 {
    0% { transform:translateX( -0.6rem); }
  100% { transform:translateX(  0px); }
}
@keyframes cloud_animation_2 {
    0% { transform:translateX( 0px); }
  100% { transform:translateX(  0.6rem); }
}

/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover {    color: var(--MainColor);}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: var(--MainColor);border: 1px solid var(--MainColor);}

/*購物車/＝＝＝＝＝*/
.prod_part {width: 100%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid var(--MainColor);    color: var(--MainColor); position: relative;}
.products-list .item a:hover .more {    background: var(--MainColor);}

.products-list .more:before {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/);
    width: initial;
    height: 35px;
    transition: 0.5s ease-in-out;
    background-repeat: no-repeat;
    right: 0;
    transform: translate(0%, -50%);
    top: 12px;
    background-size: contain;
    left: 80%;
    opacity: 0;
}
.products-list .item a:hover .more::before {opacity: 1;}

/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: var(--MainColor);}
.products-list .price b.ori_price {    font-size: 14px;}
.products-list .price b.sp_price {    color: var(--f2-color);}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: var(--SubColor);}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: var(--MainColor);}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: var(--MainColor); color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: var(--MainColor);
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: var(--MainColor);}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.car_page .information_left {    display: block;}/*匯款資料*/

.product_info_page .main_part {    width: 90%;}
ul.prod li h3.prod-thumb {
    background: var(--SubColor);
    margin-bottom: 14px;
    text-align: left;
    color: var(--ff-color);
    position: relative;
    padding: 9px 5px;
    padding-left: 65px;
}

.product_info_page h3.prod-thumb:before {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/kuojhenxing/logo_icon.svg);
    width: 100%;
    height: 40px;
    transition: 0.5s ease-in-out;
    background-repeat: no-repeat;
    left: 10px;
    transform: translate(0%, -50%);
    top: 50%;
    background-size: contain;
}
.prod-panel {
    margin-bottom: 35px;
}

/*按鈕顏色*/
.inquiry_a1 {    background: var(--ff-color);}
.inquiry_a2 {    background: var(--f2-color);}
.inquiry_a3{background: var(--MainColor);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}

.lastaction {    color: var(--MainColor);    background-color: #d05e2d1f;}
.nextaction {    background-color: var(--MainColor);}
.lastPage {    background: var(--MainColor);}
/*商品側邊規格*/
.sidebarBtn {
    background: transparent;
    border: none;
    border-top: 1px var(--ff-color) solid;
    border-bottom: 1px var(--ff-color) solid;
}

.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: var(--MainColor);}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before {
    font-size: 28px;
    color: var(--ff-color);
}
.prod_related {
    background: #ece5df94;
    padding: 50px 15px;
}
.related_list li a {
    padding: 10px;
    box-shadow: 2px 2px 9px #472b2042;
    border-radius: 5px;
}
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;}
.module_i_news li a , .subbox_item a {    padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .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%);
}

.subbox_item a:after, .subbox_item a:before {display: none;}
.subbox_item a:hover {
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
}
.module_i_news li a, .subbox_item a {
    padding: 5px;
    border: 1px solid #f3f3f3;
    transition: all .5s;
	display: flex;
    flex-direction: column;
}
.i_blog_le:before, .blog_list_le:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: all .5s;
}

.i_blog_le:after, .blog_list_le:after {
    content: 'Read More';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    color: #fff;
    font-size: 16px;
    padding: 7px;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    opacity: 0;
}
.subbox_item a:hover .i_blog_le::before, .subbox_item a:hover .blog_list_le::before {
    background: #d05e2d8c;
    opacity: 1;
}
.subbox_item a:hover .i_blog_le::after, .subbox_item a:hover .blog_list_le::after {
    opacity: 1;
}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: var(--MainColor) !important;}
.submenu a:hover {    background: #ECE5DF;}
/*首*/
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: var(--MainColor);}

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic 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%);}

.show-list .item:hover .show_name {    color: var(--MainColor);}
.other_album_choice li {    background: var(--MainColor);}
.subalbum-menu h2{    color: #cd5c36;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
/**/

/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: var(--MainColor);    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:var(--MainColor);}
.promotion_title em, .promotion_title span {
    border: none;
    font-size: 18px;
}
.other_promotion li a {
    background-image: url(https://pic03.eapple.com.tw/kuojhenxing/news_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    padding: 12px 18px;
}
.other_promotion li a:before, .other_promotion li a:after{border-color: transparent;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: var(--MainColor);}
.contact_form li.last cite {background: var(--MainColor);}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: var(--MainColor);}
.rewrite_simple{background-color: var(--f2-color);}
.member_title p {    border-top: 2px var(--MainColor) solid;}
.login_mem_submit{background: var(--MainColor);}
.login_mem_other_link a{color: var(--MainColor);}
.member_login_regist a{background: var(--MainColor);}
.mem_regist_title_s {    background: var(--MainColor);    color: #fff;}


/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*header*/


/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1150/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1150px) {
/*Header/＝＝＝＝＝*/
.pageIndex .header_area {    position: relative;}
.navigation {    padding: 10px;}
.nav-header {    position: static;    text-align: center;}
.me_tp_features {    text-align: center;}

/*Logo/＝＝＝＝＝*/
.header_area .nav-brand {    max-width: 180px;    margin-top: 5px;}

/*footer*/
.footer_info ul {    flex-direction: column;}
.footer_info li:nth-child(1) {
    width: 100%;
    order: 2;
    padding-right: 0;
}
.footer_info li:nth-child(2) {    width: 100%;    order: 1;}

.box_link {
    position: relative;
    padding: 0;
    width: auto;
    top: 11px;
    left: 1px;
}

.box_link a:not(a.me_tp_mail, a.me_tp_call) {    display: inline-block; width: auto;}
.footer_menu {
    /* display: inline-block; */
    grid-template-columns: 1fr 1fr 1fr;
}
.footer_menu a {    margin: 0 9px 7px 0;}
}


/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}

/*footer*/
.footer.with_shopping_mode { padding-top:60px;}
.footer_menu a:hover:before { background-size: contain;}
/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*//*
.pageIndex .header_area{position:relative;}

/*側邊選單/＝＝＝＝＝*/


.stellarnav.mobile {
    position: absolute;
    left: 10px;
    top: 10px;
    width: auto;
    display: inline-block;
}

.stellarnav.mobile > ul {    border-top: none;}
.stellarnav.mobile.left > ul {    border-right: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: var(--MainColor); color: var(--SubColor);}
.stellarnav .icon-close:before, .stellarnav .icon-close:after{border-bottom: solid 2px var(--SubColor);}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}

/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: 150px;}
.header_area.sticky .nav-brand{max-width: 100px;}
.footer_logo > a {    background-position: left;}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:60px 0 70px; }
.footer_logo {    text-align: center;}
.footer_info {    flex-direction: column;}
.footer.with_shopping_mode { padding:60px 0 70px; }
.footer_info ul {    width: 100%;}
.footer_menu {    grid-template-columns: 1fr 1fr;}

/*Banner/＝＝＝＝＝*/
.banner h5 {
    font-size: 28px;
    writing-mode: initial;
    padding: 5px 20px;
    text-align: center;
    left: 0;
}
.banner {    justify-content: center;}

/*購物車/＝＝＝＝＝*/
.product-layer-two{display: block;}
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cd5c36;font-size: 20px;}

}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    display: none;}
.footer_info li:nth-child(2) {    order: 2;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 22px;}
.banner {    padding: 40px 20px;}
/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
