@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #ADA17E /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.main_header_area{background: #00000000;}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation {    padding: 10px 0 10px 210px;}
/*第一層*/
.stellarnav > ul > li > a{transition:all 0.3s;color: #000000;font-size: 12px;line-height: 1.8;letter-spacing: 0.15em;text-transform: math-auto;}
.stellarnav > ul > li:hover > a{color: #a8356f;}
/*第二層*/
.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: #a8356f;	padding-left:10px;border-color:#a8356f ;}
/*SubMenu*/
.shop_search_btn {    background: #ADA17E;}
.tp_links {display:none}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #ADA17E;}

/*隱藏購物車搜尋欄*//*
.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%;}

/*預設解除背景輪播*/
#content_main { margin:0;background: #fff;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-banner .swiper-slide img {
    width: 100%;
}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/* 大圖open */ 
.pageIndex #page::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: url(https://pic03.eapple.com.tw/meihaojoy/LOGO.png) center center no-repeat;
    background-size:220px auto;
    animation: logoAppearBlur 1.8s ease-out forwards; /* 出場時間縮短 */
    pointer-events: none;
}

/* 背景漸層動畫層 */
.pageIndex #page::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    /*background-image: linear-gradient(150deg, var(--MainColor), var(--SubColor), #323A2D);*/
	background-image: linear-gradient(150deg, #f6f6f6, #fff, #fff);
    background-size: 250% 250%;
    width: 100%;
    height: 100%;
    z-index: 9998;
    pointer-events: none;
    animation: smoothGradientWash 3.5s ease-in-out both; /* 縮短漸層出場時間 */
    opacity: 0.9;
}

/* 模糊遮罩層 */
.pageIndex .bannerindex::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(9px) brightness(1.05);
    z-index: 999;
    animation: fogFadeAway 1.5s ease-in-out forwards; /* 淡出時間稍縮短 */
    pointer-events: none;
    mix-blend-mode: screen;
}

/* LOGO 動畫：微放大 + 淡出 + 模糊 */
@keyframes logoAppearBlur {
    0% {
        opacity: 1;
        transform: scale(1);
        backdrop-filter: blur(0px);
    }
    70% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(1.1);
        backdrop-filter: blur(8px);
    }
}

/* 背景動畫：漸層流動 + 淡出 */
@keyframes smoothGradientWash {
    0% {
        background-position: 0% 50%;
        opacity: 1;
    }
    50% {
        background-position: 100% 50%;
        filter: blur(4px);
    }
    100% {
        background-position: 0% 50%;
        opacity: 0;
    }
}

/* 遮罩模糊淡出 */
@keyframes fogFadeAway {
    0% {
        backdrop-filter: blur(10px) brightness(1.05);
        opacity: 1;
    }
    100% {
        backdrop-filter: blur(0px) brightness(1);
        opacity: 0;
    }
}

.pageIndex .bannerindex .swiper-slide {    background: var(--MainColor);}
.pageIndex .bannerindex .swiper-slide img{
    transform: scale(0.5,0);
    opacity: 0;
    position: relative;
    animation: img-transform 2.5s forwards cubic-bezier(0.73, 0.08, 0.11, 0.99);
    animation-delay: 0s;
}
@keyframes img-transform {
    0%{
        top: -20px;
        opacity: 0;
        transform: scale(0.85,0);
    }
    5%{
        top: -20px;
        opacity: 1; 
        transform: scale(0.85,0);    
    }
    30%{
        top: -20px;
        opacity: 1;
        transform: scale(0.85,0.85);        
    }
    40%{
        top: -20px;
        opacity: 1;
        transform: scale(0.85,0.85);        
    }
    100%{
        top: 0px;
        opacity: 1;
        transform: scale(1);
    }
}
/*@keyframes img-transform {
    0%{
        top: -20px;
        opacity: 0;
        transform: scale(0.5,0);
    }
    5%{
        top: -20px;
        opacity: 1; 
        transform: scale(0.5,0);    
    }
    30%{
        top: -20px;
        opacity: 1;
        transform: scale(0.5,0.5);        
    }
    40%{
        top: -20px;
        opacity: 1;
        transform: scale(0.5,0.5);        
    }
    100%{
        top: 0px;
        opacity: 1;
        transform: scale(1);
    }
}*/


/*漢堡*/
/* === 只在螢幕寬度769以上螢幕呈現 === */

#to_top {    left: 30px;    bottom: 30px;}

/* header */
.pageIndex .header_area {
    transition: all 0.8s cubic-bezier(0.4, 0, 1, 1);
}
.pageIndex .header_area {
    position: fixed;
    padding: 0 15px 0 15px;
    transition: .3s;
    background: #00000000;
    z-index: 9990;
}
.header_area {
    position: fixed;
    padding: 0 15px 0 15px;
    transition: .3s;
    background: #000;
}
/*.header_area .main_header_area,*/

/*下滑*/
.header_area.sticky .main_header_area { width: 100%; height: 100%; transition: all 0.5s; padding: 0px;}
.header_area.sticky {
    padding: 0 15px 0 15px;
    background: #ffffff;
    height: auto;
}
.header_area.sticky {  background: rgb(255 255 255 / 17%);}
.header_area.sticky .stellarnav .menu-toggle span.bars span {background: #d5b78d;}

.main_header_area .container,  .navigation {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.navigation {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.navigation>* {    order: 2;}

/* ----- topLogo ----- */
.nav-header {
    width: auto;
    display: block;
    position: relative;
    z-index: 5;
    max-width: 150px;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
/*下滑*/
.header_area.sticky .nav-header {
    max-width: 100px;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

/* ----- menu列 ----- */
.stellarnav.desktop {
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: auto;
}

/* --- 漢堡 --- */
.stellarnav .menu-toggle {
    display: block;
    width: 55px;
    max-width: 100%;
    padding: 15px;
    border-radius: 99em;
}

.stellarnav .menu-toggle:after {    display: none;}

.stellarnav .menu-toggle span.bars {
    top: 0;
    display: flex;
    height: 20px;
    padding: 0;
    transition: 0.5s;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.stellarnav .menu-toggle span.bars span {
    width: 100%;
    height: 2px;
    background: #d5b78d;
    transition: 0.5s;
    margin: 0;
    padding: 0;
}

.stellarnav .menu-toggle:hover span.bars span:nth-child(2) {    width: 60%;}

  /* 選單開啟 - 漢堡改變 */
.stellarnav.active .menu-toggle span.bars {    height: 35px;}
.stellarnav.active .menu-toggle { background: transparent;}
.stellarnav.active .menu-toggle span.bars span {
    transform: translate(-50%, -50%) rotate(90deg);
    position: absolute;
    top: 50%;
    left: 50%;
    background:#d5b78d;
}

.stellarnav.active .menu-toggle span.bars span:first-child {    left: 20%;}
.stellarnav.active .menu-toggle span.bars span:nth-child(2) {    top: 60%;}
.stellarnav.active .menu-toggle span.bars span:last-child {    left: 80%;}
.stellarnav.active .menu-toggle:hover span.bars span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
}

.stellarnav.active .menu-toggle:hover span.bars span:nth-child(2) {    width: 100%;    opacity: 0;}

.stellarnav.active .menu-toggle:hover span.bars span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
}

/* menu按鈕列表 */
.stellarnav.desktop {    z-index: 1;  }
.stellarnav.desktop>ul {
    position: fixed;
    width: 0vw;
    max-width: 400px;
    height: 100%;
    top: 0;
    bottom: 0;
    right:0;
    display: flex !important;
    margin: 0;
    padding: 0px;
    text-align: center;
    height: 100%;
    transition: .5s;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: -1;
    opacity: 0;
    background: #f3f3f3;
    display: block !important;
    backdrop-filter: blur(10px);
}

@keyframes menu-in{
    0%{opacity: 0;}
    100%{opacity: 1;}
}
.stellarnav li li.has-sub > a {  padding: 10px 15px 10px 0px;}


/* 墊在按鈕下的背景
.stellarnav.desktop>ul::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #6d7b63cc;
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    transition: 1s;
    transform: translate(50%, 0%);
} */
/*.stellarnav > ul {    display: none !important;}選單殘影刪除*/
.stellarnav > ul{display: none;}/*選單殘影刪除*/
.stellarnav.desktop.active>ul {
    transform: unset;
    opacity: 1;
    width: 100vw;
    max-width: 600px;
    padding: 20px 60px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 100px;
    display: block !important;
    background-color: rgb(0 0 0 / 90%);
    background-size: cover;
    background-position: top;
    background-repeat: repeat;
    backdrop-filter: blur(6px);
}

.stellarnav.active:before{
	content: "";
	height: 5vw;
	width: 75vh;
	background-size: contain !important;
	z-index: 100;
	position: absolute;
	right: 1vw;
	top: 80vh;
	background: url(https://pic03.eapple.com.tw/meihaojoy/banner_deco_1.png) no-repeat;
	background-position: right center;
}

.stellarnav.active:after{
	content: "";
	height: 8vw;
	width: 75vh;
	background-size: contain !important;
	z-index: 100;
	position: absolute;
	right: -12vw;
	top: 73vh;
	background: url(https://pic03.eapple.com.tw/meihaojoy/banner_deco2_1.png) no-repeat;
	background-position: left center;
}

.stellarnav.desktop.active>ul::before {
    transition: 1s;
    transform: translate(0%, 0%);
}


.stellarnav>ul>li {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.stellarnav>ul>li a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
    text-align: left;
    padding: 5px 10px;
    margin: 0;
    position: relative;
    font-size: 15px;
    line-height: 140%;
    line-height: 60px;
    height: 60px;
    color: #ffe2b0;
    font-weight: 400;
}

.stellarnav>ul>li>a::before {
    content: '';
    width: 0;
    height: 1px;
    border-bottom: 1px solid #675941;
    transition: 1s;
    position: absolute;
    left: 0;
    bottom: 0;
}
.stellarnav.desktop.active>ul>li>a::before {         width: 100%; transition-delay: .3s;}

.stellarnav>ul>li>a:nth-of-type(1)::after, .stellarnav>ul>li.has-sub>a:nth-of-type(1)::after {
    content: "";
    width: 15px;
    height: 2px;
    border-bottom: 2px solid #a8356f;
    transition: 1.5s;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    transition: all 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 0px;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    display: inline-block;
    position: absolute;
    top: 97%;
    right: 0;
    transform: translateY(0px);
}
.stellarnav>ul>li>a:hover:nth-of-type(1)::after, .stellarnav>ul>li.has-sub>a:hover:nth-of-type(1)::after {        width: 100%;}
.stellarnav a.dd-toggle .icon-plus {  display: none;}/*選單+隱藏*/
/* 主按鈕中英翻轉 - 不用可以刪掉 */
.stellarnav>ul>li>a b {
    height: 100%;
    transform: translateY(25px);
}

.stellarnav.active li li {
	width: 150px;
	display: inline-block;
	margin-right: 20px;
}

.stellarnav>ul>li>a b+b {    margin-top: 10px;}
.stellarnav>ul>li>a:hover b {    transform: translateY(-25px);  }

/*下拉+*/
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 1px var(--logocolor);
}

/* 次分類 */
.stellarnav ul ul { left: 0%; position: relative; width: 100%; background: transparent; transition: all 0.3s ease-in-out; 
overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.stellarnav.desktop li.has-sub a { position: relative;}

.stellarnav.desktop li.has-sub a.dd-toggle { display: inline-block;  position: absolute;  text-align: center;  z-index: 999; padding-right: 0;}
.stellarnav .dd-toggle {  bottom: 15px;}
.stellarnav.desktop li.has-sub a.dd-toggle:before {  display: none;}
.stellarnav.desktop li .has-sub a.dd-toggle { display: none;}
.stellarnav ul ul ul { overflow: hidden; height: 0;}

/*次分類下拉按鈕*/
.stellarnav.desktop li.has-sub a.dd-toggle{display: none;}
.stellarnav.desktop.active li.has-sub a.dd-toggle {display: inline-block;}

/*第2層*/
.stellarnav li li {  border: unset; border-bottom-width: 0; padding-left: 15px; border-bottom: 1px dashed #675941; }
ul.news_classes li a , .stellarnav li li a {  height: 40px;}
.stellarnav li li a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    padding-top: 11px;
    height: auto;
    color: #ffe2b0;
    padding-bottom: 7px;
    letter-spacing: 0.15em
}
.stellarnav li li a:hover {    color: #a8356f;}
.stellarnav li.drop-left li.has-sub > a:after {   border-right: none;}
/* --- 聯絡連結 --- */
/* .tp_links {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
} */

/* --- 搜尋器 --- */
.box_search {    width: 100%;    order: 5;    display: none;  }

/* .shop_search_btn {
    width: 100%;
    border-radius: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.box_search input[type=text] {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px;
    padding-left: 32px;
    border-radius: 0;
} */

/* 搜尋欄 */
.box_search {width: 150px;margin-bottom: 0;margin-top: 0px;}
.box_search input[type=text] {
    font-family: var(--font);
	font-weight: 400;
    border: 0;
    border-bottom: 1px solid #d5b78d;
    max-width: 185px;
    background: unset;
    border-radius: 0;
    padding: 5px 55px 5px 5px;
    font-size: 14px;
    letter-spacing: 0.05em;
    background: center #ffffff00;
    }
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important; /* 覆蓋背景色 */
    -webkit-text-fill-color: #4F4F4F !important; /* 控制文字顏色 */
}
.shop_search_btn {background: #d5b78d;border-radius: 0;padding: 0px 10px;line-height: 1;}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  font-family: var(--font);
  font-weight: 400;
  -webkit-appearance: none; /* 2 */
  cursor: pointer; /* 3 */
  border:0;
  color: #ffffff;
}

.shop_search_txt {background:#ffffff;color: #ffffff;border:none;border-radius:20px;padding:6px 60px 6px 10px;position:relative;z-index:1;font-size:13px;}
.box_search input[type=text]:focus { color:#A8356F; /*width:160px;*/}


/* --- 購物車和匯款連結 --- */
.me_tp_features>a {
    text-align: center;
    /* display: flex; */
    flex-direction: column;
    /* 不要直書可以拿掉 */
    width: 1.2em;
    /* 不要直書可以拿掉 */
    line-height: 1.2;
    letter-spacing: 0;
    justify-content: center;
    align-items: center;
}

.me_tp_features>a span {    margin-top: 5px;}

/*購物車跟匯款通知按鈕*/
/*@media (min-width:769px) {*/
/* .me_tp_features { display: none;} */

.me_tp_features a.tp_btn_cart span,.me_tp_features a.tp_btn_notice span{ display: none;}
.me_tp_features a.tp_btn_cart,.me_tp_features a.tp_btn_notice{ color: #d5b78d;}
.me_tp_features a{ transition: 0.5s;}
.me_tp_features a:hover{ color: #A8356F;}

.me_tp_features a.tp_btn_cart {}
.tp_links{display: none;}

@media (max-width:1024px) {
    #page {
      /* padding-left: 100px; */
        padding: 0;
    }

    .header_area.sticky, .header_area {        width: 100%;        height: 80px;    }
    .header_area .main_header_area, .header_area.sticky .main_header_area {        width: 100%;    }
.navigation>*{flex:1;}

.pageIndex .nav-brand {
    background: none;
    width: 140px;
    height: auto;
	
}
/* .pageIndex .nav-brand img {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
	filter: brightness(0);
}
.pageIndex .sticky a.nav-brand {
    filter: invert(1);
}

.nav-brand {
    filter: brightness(5);
	width: 80%;
    margin: 15px 40px;
} */
.stellarnav.desktop {         justify-content: flex-end;    }
.stellarnav.desktop>ul{        width: 220px;        padding-left: 20px;    }
.me_tp_features {order: 1;      max-width: 200px;      justify-content: flex-end;    }
.me_tp_features>a {      flex-direction: row;      width: auto;    }
.tp_links {      justify-content: flex-end;    }
}

@media screen and (max-width: 768px) { 
    .pageIndex .header_area {
        position: sticky;
        background: #000;
    }
    /* .header_area {  position: sticky;padding: 10px; background: var(--MainColor); }
 */
    /*LOGO*/
    /*.nav-header { filter: invert(0.5); }*/
    .me_tp_features {display: none;}
    .nav-brand {  max-width: 100px; padding: 0; }
    .nav-header { max-width: fit-content;}

    /*選單*/
    .stellarnav.mobile { right: 0; left: auto; }
    /*.stellarnav .menu-toggle span.bars span { background: #8f8f8f;}*/
    /*.header_area.sticky { padding: 10px;}*/
    .stellarnav.mobile.left > ul { width: 100vw;}

    .stellarnav.mobile.left > ul {
        transform: unset;
        opacity: 1;
        width: 100vw;
        max-width: 400px;
        padding: 10px 20px;
        right: 0;
        left: auto;
        flex-direction: column;
        background: rgba(0, 0, 0, .9);
        /*backdrop-filter: blur(10px); */
        justify-content: flex-start;
        }
    .stellarnav.mobile ul {background: transparent;}
    .stellarnav.mobile > ul > li {border-bottom: unset;padding: 0px 30px;}
    .stellarnav.mobile > ul > li > a {
        line-height: 230%;
        color: #edd2a3;
        overflow: hidden;
        /* height: 60px; */
        /* max-height: 60px; */
        /* padding: 5px 30px; */
    }
    .stellarnav.mobile li.open { background: transparent; padding: 3px;}
    .stellarnav.mobile > ul > li > a b {line-height: 230%;}
    .stellarnav.mobile li a { border-bottom: 1px solid #edd2a3; color: var(--logocolor); }
    .stellarnav .dd-toggle { bottom: auto;}
    .stellarnav li li a { border-bottom: unset !important;}

    .stellarnav .icon-close:after , .stellarnav .icon-close:before { border-bottom: solid 2px #777;width: 30px;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: transparent;}
    .stellarnav .icon-close {    padding-right: 8%;}
	
}

/*}*/

/*漢堡截止*/

#to_top {
    position: fixed;
    left: 0px;
    z-index: 600;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #a8356f;
    border-radius: 0%;
}

#to_top i:before, #to_top i:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100px;
    background: #ffffff;
    transition: all 100ms ease-in-out;
}

/*網站聯絡資訊/＝＝＝＝＝*/
.footer_info li:first-child::before {
  content: '營業時間：全年無休';
  display: block;
  margin-bottom: 7px;
  color: #fde6bf;
  letter-spacing: 0.15em;
}
/* .footer_info li:first-child::after {
  content: '臉書 :  https://www.facebook.com/meihaojoy';
  white-space: pre;
  display: block;
  margin-top: 3px;
  color: #a8a8a8;
  letter-spacing: 0.1em;
} */
.footer_info {padding: 0;display: grid;grid-template-columns: 300px 1fr;grid-gap: 20px;/* padding-right: 110px; */}
.footer_info li {letter-spacing: 0.1em;}
.footer_info li p {letter-spacing: 0.15em;font-size: 14px;}
.footer_info li p:before {color: #edd2a3;}
body{ font-family:"微軟正黑體"; -webkit-text-size-adjust: none; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }
a {color: #edd2a3;}
a:hover {color: #A8356F;}
.contact_le_map a b {color: #ffffff;}

/*Footer/＝＝＝＝＝*/
.footer { background: #000000;font-family: "Noto Serif TC", serif;}
.footer_info {display: flex;/* flex-wrap: wrap; */align-items: center;justify-content: space-between;}
.footer_menu {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));
	gap: 5px;
	letter-spacing: 0.15em;
}/*footer按鈕最小寬度100px*/
.footer_menu a {margin: 0;text-align: center;padding: 5px 0px 0px 0px;transition: all 0.3s;color: #ffe2b0;background: #ffffff00;border:none;font-size: 15px;}
.footer_menu a:hover {    color: #a8356f;background: #ffffff00;}

.footer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 90%;
    background-image: url(https://pic03.eapple.com.tw/meihaojoy/footer_bg.png);
    background-position-x: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.footer_logo  {
    background: url() no-repeat center;
    padding: 50px;
    width: 100%;
	height: 100%;
 
}

.footer_menu a[href="https://meihaojoy.com/index.php"] { display: none;}

.footer_info li {    padding: 0;}
.footer_info li:nth-child(2) {    order: -1;   }
.footer_info li:nth-child(1) {   width: 100%;}
.footer_info li:nth-child(1) > p {   display: inline-block;  width: 100%;}
.footer_info li:before,
.box_link:before {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px #675941 solid;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #fde6bf;
    letter-spacing: 0.15em;
}   

.footer_info li:nth-child(2):before {
    content: "SITEMAP";
    font-family:"Baskervville";
}   

.footer_info ul {
    display: grid;
    gap: 30px;
    align-items: baseline;
    width: 100%;
    margin: 30px 0 20px auto;
    padding-top: 10px;
}

.copy {
	background: linear-gradient(to right, #c8a070, #dac29a,#c8a070);
	color: #ffffff;
	border:none;
	animation: redFlow 3s linear infinite;
	background-size: 600% 600%;
	font-size: 11px;
	letter-spacing: 0.04em;
	padding: 4px 0;
}
/* 背景流動動畫 */
@keyframes redFlow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.copy a{    color: #fff;transition:all 0.3s;}
.copy a:hover { color:#a8356f;}
.box_link {display:none}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #ADA17E;    color: #fff;}

/*Logo/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 120px;transition:all 0.3s;}
.header_area {background: #00000000;}
.header_area .nav-brand {    transition: all 0.3s;    margin-top: 10px; background: #00000000;}
.header_area.sticky .nav-brand{}
.header_area.sticky { 
	background: #000000;    
	transition: all 0.5s ease;
	box-shadow: 0px 1px 5px rgba(0 0 0 / 15%);
}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #ADA17E;}

/* 滾動條 -------------------- */
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 7px;
    /*右側捲軸寬度*/
    height: 0px;
    /*下方捲軸高度*/
}

/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background-color: #ffffff;
}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background-color: #a8356f;
}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #d5b78d;
}

/*反白顏色*/
::-moz-selection {
    background-color:#a8356f;
    color: #ffe2b0;
}

::selection {
    background-color:#a8356f;
    color: #ffe2b0;
}


/*大圖/＝＝＝＝＝*/
/*大圖*/
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/meihaojoy/ban_001.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before { animation: focus-in-expand 1.8s; animation-fill-mode: both;}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/meihaojoy/ban_002.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before { animation: focus-in-expand 1.8s; animation-fill-mode: both;}



@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

/*大圖輪播按鈕*/
.swiper-pagination-bullets.swiper-pagination-horizontal {left: 6.5%;right: 0%;bottom: 50%;
    transform: translateX(-50%) rotate(90deg);width: fit-content;}
.swiper-pagination-bullet {width: 5px;height: 5px;display: inline-block;border-radius: 15px;
    background: #fff;opacity: 0.5;}
.swiper-pagination-bullet-active { width: 30px;height: 5px;opacity: 1;background: #fff;}

/*預設解除背景輪播*/
#content_main {margin:0;background: #000000;}
#content {background: #000000;background: url(https://pic03.eapple.com.tw/meihaojoy/all_bg.jpg);}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
/* @media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
} */

/*Banner/＝＝＝＝＝*/

.banblog {
    background-image: url(https://pic03.eapple.com.tw/meihaojoy/banner_1.png);
}	
.banB {
    background-image: url(https://pic03.eapple.com.tw/meihaojoy/banner_2.png);
}	
.banC {
    background-image: url(https://pic03.eapple.com.tw/meihaojoy/banner_2.png);
}	
.banD {
    background-image: url(https://pic03.eapple.com.tw/meihaojoy/banner_2.png);
}
.banE {
    background-image: url(https://pic03.eapple.com.tw/meihaojoy/banner_3.png);
}	
.banF {
    background-image: url(https://pic03.eapple.com.tw/meihaojoy/banner_4.png);
}			  
		  
.banner h5 {
    color: #ffffff;
    text-align: center;
    font-size: 46px;
    letter-spacing: 0.2em;
    padding-top: 80px;
    font-weight: 400;
    margin-top: 10px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	font-family: 'Noto Serif TC';
}

body.album_page .banner h5,
body.album_class_page .banner h5,
body.album_info_page .banner h5 {
    color: #fff;
}

.banner h5:after {
    content: 'Product Description';
    width: 100%;
    max-width: 900px;
    font-size: 15px;
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 40px;
    font-weight: 500;
    letter-spacing: 0.3em;
    font-family: 'Noto Serif TC';
}

.banner.banblog h5::after {content: "News & Articles";}
.banner.banB h5::after {content: "";}
.banner.banC h5::after {content: "Equipment Rental";}
.banner.banE h5::after {content: "Project Showcase";}
.banner.banF h5::after {content: "Product Description";}
		  
/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p, .path p a {
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #ffffff;
    /* letter-spacing: 0.1em; */
    font-family: '微軟正黑體';
}	  
.path p a:hover {color: #FFE2B0;}
		  
/*頁碼＝＝*/
.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: #ADA17E;border: 1px solid #ADA17E;}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {display: grid;gap: 30px;grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #FFE2B0;    color: #FFE2B0;letter-spacing: 1px;}
.products-list .item a:hover .more {    background: #A8356F;border: 1px solid #A8356F}
/*價格*/
.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: #FFE2B0;}
.products-list .price b.ori_price {    font-size: 14px;color: #fff;}

.products-list .name {
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3em;
}
		  
/*分類*/
.product_menu_list { margin-bottom: 50px;margin-top: 10px;}
.product_menu_list>ul{display:flex;justify-content: center;gap: 10px;flex-wrap: wrap;}
.product-layer-two li.active a, .product-layer-two li:hover a {  border: 1px solid var(--ColorMain); background: white;}
.product-layer-two li a { border-radius: 100px; padding: 10px 25px;}

.product-layer-two li li.active a {background: #A8356F;color:#fff;}
.product-layer-two li li.active a:hover {background: #A8356F;color:#fff;}

/**/
.product-layer-two li a {
	color: #ffffff;
	border: 1px solid #ffffff;
	background: #00000000;
	transition: all 0.3s;
	line-height: 200%;
}
.product-layer-two > li > a {/* border-bottom: 1px dotted #ccc; */padding-left: 25px;letter-spacing: 2px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{background: #A8356F;color: #ffffff;border: 1px solid #A8356F;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #ADA17E; color:#fff;}
.product-layer-two > li > a:before {
    /* border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #ADA17E;
    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;top: 5%;}
.product-layer-two ul { grid-gap: 10px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{background: #ffffff;color:#000;}
.product-layer-two li li:hover a{color: #ffffff;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
.pd_tabTitle li.activeTab a {
    color: #fff;
}
.pd_tabTitle li.activeTab::after {
    height: 1px;
    background: #fff;;
}
.prod_related {
    background: #000000;
    padding: 25px 15px;
}
.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #FFE2B0;
}

.sidebarBtn {
    padding: 15px;
    display: inline-block;
    /* width: 28%; */
    vertical-align: top;
    border: 5px #ddd solid;
    background: #ffffff00;
}

.sidebarBtn h2 {
    color: #ffffff;
    font-size: 24px;
}

.sidebarBtn .price {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 3px solid #e6e6e6;
    letter-spacing: 1px;
}

.product_info li span {
    display: block;
    font-size: 12px;
    color: #FFE2B0;
    margin-bottom: 3px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.related_list li a {
    display: block;
    padding: 4px;
    background: #FFE2B0;
    height: 100%;
}

#tab01 { color: #ffffff;}

.formbox_form {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    padding: 0 10px;
}

/*按鈕顏色*/
.inquiry_a1{background: #D5B78D;}
.inquiry_a2{background: #a8885c;}
.inquiry_a3{background: #A8356F;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #FFE2B0; color:#A8356F;}
.lastaction {    color: #ADA17E;    background-color: #f2f2f2;}
.nextaction {    background-color: #ADA17E;}
.lastPage {    background: #D5B78D;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #ffffff;    width: 100%;}
.sidebarBtn .sp_price {color: #FFE2B0;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}

.news_related_list li a {
    display: block;
    padding: 4px;
    background: #FFE2B0;;
    height: 100%;
}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}

h5.blog_le_t {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif TC';
}

.edit {
    color: white;
}

/* 文章管理選單 */
.blog_search input[type=search] {
    border-radius: 2px;
}
.blog_le .accordion {
    border-radius: 2px;
}
.blog_le {
    /* position: sticky; */
    top: 100px;
}
		  
.accordion li .link a {
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
	letter-spacing: 0.1em;
}

.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: #a8356f; border-radius: 2px;}
	  
h4.blog_category_title {
    color: #ffffff;
}

.news_related {
    background: #000000;
}
		  
/*文章管理/外層＝＝*/
.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%);}

.blog_list_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: #FFE2B0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.blog_list_ri em {
    color: #dddddd;
}

.blog_list_ri p {
    font-size: 15px;
    color: #dddddd;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
}	
		  
.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 #f3f3f300;
    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: 'View More +';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    color: #fff;
    font-size: 16px;
	font-weight: 600;
    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: #a8356f9e;
    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: #ADA17E !important;}
.submenu a:hover {    background: #cbc0a0;}
/*首*/
.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: #A8356F;}
.blog_back a.article_btn_next {
    background: #D5B78D;
}
.blog_back a.article_btn_prev {
    background: #D5B78D;
}
		  
.news_related h6 span:before {
    color: #ffffff;
}
		  
/*相簿/＝＝＝＝＝*/
.show-list .show_name {
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 26px;
}	

/*相簿特效/＝＝＝＝＝*/
.show-list .item a:before {
    content: "VIEW +";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 2px solid #ffffff;
    font-size: 15px;
    max-width: 100px;
    color: #fff;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
    transition-delay: 0s;
    z-index: 9999;
}
.show-list .item a:hover:before {
    opacity: 1;
    height: 25px;
    padding-bottom: 10px;
    transition: all .5s;
    transition-delay: .3s;
    z-index: 100;
}
.show-list .show_name {
    font-size: 18px;
    color: #ffffff;
    height: 26px;
    text-align: center;
}
.show-list .show_name {color: #000000;}
.show-list .item:hover .show_name {color: #FFE2B0;}
.overlay {
    width: 0;
    background: #a8356f80;
    backdrop-filter: blur(10px);
    transform: scale(1);
    z-index: 99;
}
.show-list .item:hover .overlay {width: 100%;}
.subalbum-menu h2 {color: #ffffff;letter-spacing: 1px;}
.other_subalbum li a p {color: #000000;font-size: 18px;letter-spacing: 1px;}
.other_album_choice li {background: #ffffff;}


/*作品展示*/
.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;}
.album_descrip {
    margin-bottom: 20px;
    color: #FFE2B0;
    line-height: 1.4;
}
.pic-list .item h6 {
    font-size: 16px;
    color: #000000;
    padding: 5px;
}
.show-list .item, .other_subalbum li, .pic-list .item {
    width: 100%;
    margin: 0;
    padding: 5px;
	background: #FFE2B0;
}
/*版面*/
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: #A8356F;}
.other_album_choice li {    background: #A8356F;}
.subalbum-menu h2{color: #FFE2B0;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: #ADA17E;    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#ADA17E;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #A8356F;}
.contact_form li.last cite {background: #A8356F;}
.contact_form li.last cite {display:block;vertical-align:top;font-style:normal;padding:7px;text-align:center;border: 1px #A8356F solid;width:150px;max-width: calc(50% - 10px);}

.path {
    width: 96%;
    margin: auto;
    font-size: 13px;
    color: #444;
    text-align: right;
    border-bottom: 1px solid #A8356F;
}

button, input, optgroup, select, textarea {
    color: #ffffff;
    font: inherit;
    margin: 0;
}

/* 白字版本（noborder 的驗證碼欄） */
input#checknum.noborder {
  color: #fff;
}
/* 黑字版本（border200 的驗證碼欄） */
input#checknum.border200 {
  color: #000;
}

/* 黑字版本（border200 的匯款金額欄） */
input#price.border200 {
  color: #000;
}

.contact_form li.last input {color: #ffffff;}

/* button, input, optgroup, select, {
    color: #ffffff;
    font: inherit;
    margin: 0;
}		   */

.blank_letter {
    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
    padding-top: 30px;
    font-size: 26px;
    color: #ffffff;
    background-position: left bottom;
    background-repeat: no-repeat;
}		  

.list_before {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #ffffff;
    display: block;
    width: 100%;
    position: relative;
}

.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
    max-width: 700px;
}

.contact_form li input.noborder {
	padding-left: 10px;
	background: #00000000;
	border: none;
	/* border-bottom: 1px solid #D0D0D0; */
}
.contact_form li textarea.noborder {
    border: none;
	/* border-bottom: 1px solid #D0D0D0; */
	background: #00000085;
}

/*--------聯絡我們表單 ----------*/
.note {
    font-size: 13px;
    text-align: right;
}
.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #ffffff;
}
.contact_form li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    /* padding-left: 90px; */
    border-bottom: 1px solid #98886d;
}
.contact_form li.last {
    border: none;
    text-align: right;
    margin-top: 30px;
    padding-left: 0;
}
.contact_form li .form__insert {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#checknum {
  border: 1px solid #C2BCB4;
}

.contact_form li .form__label {
    display: inline-block;
    max-width: 100px;
    text-align: right;
    margin-left: -10px;
    padding-right: 10px;
    vertical-align: top;
}
.contact_form li {
    display: grid;
    /* grid-template-columns: 120px 1fr; */
    grid-gap: 10px;
}
.contact_content .information_right {
    width: calc(100% - 300px);
    padding-left: 220px;
}
.information_right .blank_letter.f::before {
  content: "FORM";
  display: block;
  font-size:30px;
  color: #A8356F;
  margin-bottom: 5px;
  letter-spacing: 1px;
      font-family: "Baskervville";
}


/*左側聯絡資訊/＝＝＝＝＝*/
.list_before.info li {padding-left: 45px;}
.blank_letter.i::before {
  content: "CONTACT";
  display: block;
  font-size:30px;
  color: #cba666;
  margin-bottom: 5px;
  letter-spacing: 1px;
      font-family: "Baskervville";
}

.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    position: absolute;
    display: block;
    width: 35px;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #A8356F;}
.rewrite_simple{background-color: #D5B78D;}
.member_title p {    border-top: 2px #ADA17E solid;}
.login_mem_submit{background: #ADA17E;}
.login_mem_other_link a{color: #ADA17E;}
.member_login_regist a{background: #ADA17E;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}

.total_amount { color: #ffffff;}

.cell[data-label="單價"] { color: #ffffff;}
.cell[data-label="小計"] { color: #ffffff;}
.total_amount li b{ color: #FFE2B0;/}
#all_total_price { color: #FFE2B0;/}

#order_num,#account_id,#pay_date,#name,#tel,#mail,#ps,#checknum { color: #000;}

/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {/* padding: 10px; */}
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand{max-width: 0;}

/*文章管理/＝＝＝＝＝*/
.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;}


/*相簿/＝＝＝＝＝*/
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: position:relative;}

/*側邊選單/＝＝＝＝＝*/
.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 0px;border-color:transparent;}

/*側邊下拉選單/＝＝＝＝＝*/
.stellarnav>ul>li>a:hover:nth-of-type(1)::after, .stellarnav>ul>li.has-sub>a:hover:nth-of-type(1)::after { width:100%;}
.stellarnav a.dd-toggle .icon-plus {  display: inline-block;}/*選單+*/
/*下拉+*/
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 2px #FFE2B0;
}
.stellarnav li li {    color: #ffffff; padding-left: 0px;}
.stellarnav li li a:hover {    color: #FFE2B0; background:#000;}

.stellarnav.active li li {
	width: 130px;
	display: inline-block;
	margin-right: 20px;
}

/* 手機版 */
    /* 主選單連結固定寬度 */
    .mob_main_link {
        width: auto;             /* 不跟父元素撐滿 */
        max-width: 100%;         /* 不超過選單寬度 */
        display: block;
        box-sizing: border-box;
        padding-left: 10px;      /* 保持原本內距 */
        padding-right: 10px;
    }

    /* 子選單縮排 */
    .has-sub ul,
    .album_classes,
    .prod_classes,
    .news_classes {
        padding-left: 20px;    /* 子選單縮排，不撐寬主選單 */
        max-width: 100%;       /* 避免超出主選單寬度 */
        box-sizing: border-box;
    }

    /* 避免子選單 a 撐寬 */
    .has-sub ul a.mob_main_link {
        width: 100%;           /* 保持跟父元素寬度一致 */
    }

	
/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand{max-width: 100px;}

/*Header/＝＝＝＝＝*/   
.header_area {
    position: sticky;
    top: 0;
    z-index: 999;
    background: hsl(0deg 0% 0%);
} 

.header_area.sticky, .header_area {width: 100%;height: 100px;}
	
.bannerindex, .swiper-banner {
    margin-top: 50px; /* 讓banner往下移，避免被header蓋 */
}  
.header_area .nav-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    /* padding: 5px 0; */
    background: transparent;
}
.pageIndex #content_main,
  .pageIndex .bannerindex {
    padding-top: 0 !important; /* 移除多餘間距 */
}
.pageIndex .header_area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000000;
    z-index: 10000;
}

.stellarnav .menu-toggle {margin-top:25px;}

.pageIndex .header_area {
    padding: 0 15px 0 15px;
}
	
/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}

.footer.with_shopping_mode {padding:30px 0 60px;}
.footer_info {    justify-content: left;}
.footer_logo {    text-align: left;}

.footer_info {
    flex-direction: column;   /* 直向排列 */
    align-items: stretch;
    gap: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
}
	
.footer.with_shopping_mode { padding:30px 0 70px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}

.footer_info {display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}

.footer_info ul {
    margin: -50px 0 20px auto;
    padding-top: 0px;
}

#bottom_menu a,
#bottom_menu em,
#bottom_menu span {
  color: #A8356F;
}
	
.copy {
    margin-top: 25px;
}

.footer.with_shopping_mode {padding:0px 0 53px;}
	
/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}

#number_area { color: #fff;}	
/* #price { color: #000000;}	 */

#order_page span#price.sp_price {
  color: #FFE2B0 !important;
}	
	
/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*聯絡我們/＝＝＝＝＝*/
.contact_content .information_right {
    width: 100%;
    padding-left: 10px;
}
	
/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}

.double_key { 
	text-align: center !important;
	margin-left: 10px !important;
    margin-top: 20px !important;
}

.contact_form li .form__label {
    width: 100%;
    margin-left: 0;
    text-align: left;
    font-weight: bold;
    padding: 5px;
    background: rgb(140 168 218 / 0%);
}

.stellarnav.mobile {
  overflow: visible !important; /* ← 關鍵 */
  /* position: relative; /* 確保偽元素定位基準 */ */
  z-index: 9999;
}
.stellarnav.mobile.active:before{
	content: "";
	height: 100px;
	width: 120px;
	background-size: contain !important;
	z-index: 99999;
	position: absolute;
	right: 30px;
	top: 470px;
	background: url(https://pic03.eapple.com.tw/meihaojoy/banner_deco_1.png) no-repeat;
	background-position: right center;
}
.stellarnav.mobile.active:after{
	content: "";
	height: 100px;
	width: 160px;
	background-size: contain !important;
	z-index: 99999;
	position: absolute;
	left: -280px;
	top: 450px;
	background: url(https://pic03.eapple.com.tw/meihaojoy/banner_deco2_1.png) no-repeat;
	background-position: left center;
}
	
}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.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/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}