@charset "utf-8";
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*all*/
/*.box_container { margin-top: -100px;}
.main_part {   width: 100%; max-width: 1700px; margin: -110px auto 0;  padding: 0px 20px; background: #fff;  border-radius: 120px 120px 0px 0px;   overflow: hidden;}*/
.show_content {  margin: auto;  padding: 70px 20px;}

.box_search input[type=text] {
    -webkit-appearance: textfield;
    /* -webkit-box-sizing: content-box; */
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: solid 1px #ccc;
    padding: 5px 55px 5px 32px;
    line-height: 1.2;
    width: 100%;
    max-width: 130px;
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    height: auto;
}
.shop_search_btn {
    background: #8c7d69;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 12px;
    cursor: pointer;
    height: 100%;
}
.shop_search_txt {
    background: #fff;
    color: #666;
    border: none;
    border-radius: 20px;
    padding: 6px 60px 6px 10px;
    position: relative;
    z-index: 1;
    font-size: 9px;
}
.accordion li .link a {
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    color: #444;
    font-size: 14px;
    font-weight: 700;
    position: relative;
	background-color:#ffffff2b;
}

.accordion li .link a:hover { color: #ffffff; background-color:#92866d;}
.about img {
    max-width: 100%;
    margin-bottom: 70px;
}

.banner h5 {
    font-size: 40px;
    color: #ffffff;
    position: relative;
    letter-spacing: 3px;
    z-index: 999;
    width: 100%;
    animation: slide-top 1.5s 0.5s both;
    filter: drop-shadow(2px 4px 6px black);
    top: 0px;
    /* bottom: 100px; */
    top: -40px;
    }

.banner h5:before {
    content: "CONTACT";
    position: absolute;
    left: 50%;
    top: 54px;
    font-size: 20px;
    letter-spacing: 7px;
    /* border: 1px solid; */
    background-color: #ffffff00;
    padding: 7px 43px;
    text-indent: 7px;
    text-align: center;
    width: auto;
    transform: translateX(-49%);
    }
	
	 .banblog h5:before {
    content: "NEWS";
    position: absolute;
    left: 50%;
    top: 65px;
    font-size: 20px;
    letter-spacing: 7px;
    /* border: 1px solid; */
    background-color: #ffffff00;
    padding: 7px 43px;
    text-indent: 7px;
    text-align: center;
    width: auto;
    transform: translateX(-49%);
    }
	
	 .banB h5:before {
    content: "CONTACT";
    position: absolute;
    left: 50%;
    top: 65px;
    font-size: 20px;
    letter-spacing: 7px;
    /* border: 1px solid; */
    background-color: #ffffff00;
    padding: 7px 43px;
    text-indent: 7px;
    text-align: center;
    width: auto;
    transform: translateX(-49%);
    }
	
@keyframes slide-top {
    0% { -webkit-transform: translateY(100%);transform: translateY(100%); opacity:0; }
    100% {-webkit-transform: translateY(0); transform: translateY(0); opacity:1;}
}

 @media screen and (max-width: 375px) {
.banner h5,.banner h5:before{
	font-size: 10px;
	top: 25px;
}

.banner h5{ top:-10px; font-size: 20px;}	 
 }




.nav-brand img {
    max-width: 100%;
    justify-content: center;
}


.header_area {
    padding: 10px 20px;
    background-color: #ffffff30;
    background-size: 600% 600%;
    animation: redFlow 3s linear infinite;
}


.header_area.sticky {
    background-color: #ffffff85;
    background-size: 600% 600%;
    animation: redFlow 3s linear infinite;
    box-shadow: 0px 3px 10px #00000030;
	backdrop-filter: saturate(100%) blur(5px);
}



.album_info_page .banner,.blog_in_page .banner,.car_page .banner,.album_class_page .banner, .product_info_page .banner,.other_page .banner, .product_page .banner,.blog_page .banner,.album_page .banner{ display: none;}
.banC {
    background-image: url(https://pic03.eapple.com.tw/sd0214/bg05.jpg);
	background-size:cover;
	
}


.stellarnav > ul > li > a {letter-spacing: 1px;/* padding: 0 5px; */line-height: 60px;height: 60px;/* margin: 0 9px; */overflow: inherit;transition: 0.5s;color: #8c7d69;font-weight: 1000;font-size: 18px;text-align: left;}

.main_header_area .container {max-width: 1630px;transition: 0.8s;}
.navigation {grid-template-columns: 250px 1fr 200px;align-items: center;}
.stellarnav ul {text-align: center;}
.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li.has-sub > a { padding-right: 0px;}

.stellarnav > ul > li>a:after {
    content: ""; height: 3px;  width: 0%; background: #af9a68; bottom: 0;
    left: 50%; position: absolute; transition: 0.8s; transform: translateX(-50%);}
.stellarnav > ul > li:hover>a:after { width: 100%;} 

.stellarnav li a {
    padding: 10px 10px;
    display: block;
    color: #777;
}

.stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 auto 4px;
}
.stellarnav .menu-toggle:after {
    content: 'MENU';
    font-size: 12px;
    color: #ffffff;
    display: block;
    transform: scale(0.9);
}

.stellarnav ul ul {
    border-radius: 8px;
    box-shadow: 1px 1px 4px #00000061;
    overflow: hidden;
}

.stellarnav li li a {
    padding: 10px 15px;
    font-size: 14px;
    display: block;
    color: #5f5e5e;
    background-color: transparent;
    transition: all 0.3s;
}


.stellarnav li li a:hover {
    color: #ffffff;
    background-color: #c4af86;
    transition: all 0.3s;
}
@media screen and (max-width: 375px) {
	
.nav-brand img {
    max-width: 100%;
    justify-content: center;
}
.header_area {
    padding: 5px;
}

	.header_area.sticky .container
max-width: 100%;
}
}





/*下滑*/
.header_area.sticky .container { max-width: 95%;}
/*.header_area.sticky {  background: #950000; box-shadow: 0px 3px 10px #00000030;}*/


/*hover*/
.stellarnav ul:hover li a { opacity: 0.8; transition: all 0.3s ease-in-out;}
.stellarnav ul li:hover a {opacity: 1;transition: all 0.3s ease-in-out;}
.stellarnav > ul > li:hover > a { letter-spacing: 3px; }



/*次分類*/
.stellarnav ul ul {  }
.stellarnav.desktop li.has-sub li:hover > a {background: #b7a780;color: #fff;padding: 10px 20px;text-align: center;}



.album2_classes li a[href="https://www.chengfengcar.com/photo/class.php"] {
    display: none;
}



/*上方選單右邊設定 臉書/LINE/電話/信箱*/
.me_tp_features { width: 180px; order: 2;}
.tp_links { display: flex; justify-content: flex-end;}
.tp_links a { font-size: 16px; color: #ffffff; margin: 0;}
.me_tp_features a i {margin: 0 8px;color: #9b7f2b;}
.me_tp_features a:hover i { color: #E2B896;}

/*電腦LOGO*/
.nav-brand {display: flex;align-items: center;justify-content: center;}
.nav-header {max-width: 300px;grid-row: auto;}


/* 商品下拉超過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;}





/*大圖動畫*/


















/*購物車******************************************************** */
.product_page .main_part {max-width: 1500px;}

.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: 10px;FONT-WEIGHT: 200;background: transparent;left: 0;margin-left: -5px;top: 20%;/* margin-top: 0px; */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;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; 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 設定*/
.path p, .path p a { text-align: left;  padding-bottom: 50px;}
.path  {display: none;}



/*文章管理/＝＝＝＝＝*/
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: #b4904594;
    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;}
.blog_le .accordion > li.on_this_category .link a{ color: #9f885b !important;}
	.blog_le .accordion > li.on_this_category .link a:hover{ color: #f9f9f9 !important;}
/*首*/
.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);}

/*按鈕*/
.blog_back a.article_btn_next {
    background: #756d5c9c;
}
	.blog_back a.article_btn_prev {
    background: #c2ad80bd;
}
.blog_back a.article_btn_back {background: #9b8f6a66;color: #fff;} 
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {background: #aba07d;color: #fff;}
.blog_back a.article_btn_back:hover {background: #9b8f6ae6;color: #fff;} 

/*首頁*/
.module_i_news { padding: 100px 20px 80px;}
.module_i_news section {  max-width: 1500px; margin: 0 auto;  display: flex;  flex-wrap: wrap;   flex-direction: row;justify-content: space-between;}
.module_i_news_list { width: calc(100% - 320px);padding: 0;}
.module_i_news .title_i_box {  margin-bottom: 0px; text-align: left; width: 250px;}

.module_i_news .title_i_box h4 {
        font-size: 20px;
        color: #1f1f1f;
        font-weight: 500;
        letter-spacing: 3px;
        position: relative;
        top: 175px;
}
.module_i_news .title_i_box h4:before {
        content: "Article";
        font-size: 55px;
        color: #E1B795;
        position: absolute;
        top: -77px;
}
.module_i_news .title_i_box h4:after {
        content: "";
        background: url(https://pic03.eapple.com.tw/pshenrychen/new_title.svg);
        position: absolute;
        left: 0;
        top: -150px;
        width: 60px;
        height: 60px;
        background-size: contain;
        background-repeat: no-repeat;
}
.module_i_news ul {  grid-template-columns: 1fr 1fr 1fr;grid-gap: 30px;}

.i_blog_b { max-width: fit-content;  margin: 0 auto 0 0; }
.i_blog_b a {  margin: -50px auto 0 0;  display: block;}
.animated-arrow {
        background: #fff; color: #e2b795; display: inline-block; width: 150px;
        border-radius: 50px;  border: 1px solid #e2b795;}

.i_blog_b a:hover { background: #e2b795; color: #fff;}        
.i_blog_b a > b { font-size: 16px;padding-left: 10px;}
.fa-arrow-right::before { content: "+"; font-size: 14px;}

.module_i_news li a { grid-template-columns: 1fr;}
.module_i_news li:nth-child(4) {  display: none;}

.i_blog_ri { max-height: 180px; min-height: 180px;}
.i_blog_le { aspect-ratio: 16 / 9;   order: 2;}
.i_blog_ri h5 { margin-bottom: 15px;}
.i_blog_ri em { margin: 7px 0 10px; border-bottom: 1px solid;  padding-bottom: 12px;}

/*hover*/
.module_i_news li a:after ,.module_i_news li a:before {display: none;}
.module_i_news li:hover img { transform: scale(1.05); transition: 0.5s;}
.i_blog_le img { transition: 0.5s;}
.module_i_news li a:hover h5 { color: #9f7b5f;}

/*相關分類*//*文章+購物車*/
.related_list { max-width: 1500px;}
.news_related , .prod_related { background: transparent; padding: 50px 15px;} 
.news_related h6 span:before, .prod_related h6 span:before { font-size: 25px; color: #464d50; letter-spacing: 5px;font-weight: 500;}
.news_related h6 span:after { content: ""; width: calc(100% - 250px); position: absolute; background: #888; height: 1px; right: 0;  top: 50%;}
.news_related h6 {  max-width: 1500px; margin: 0 auto 50px; text-align: left; position: relative;}
.lastPage {  color: #e2b795; background: transparent; border: 1px solid;}
.news_related_list {  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));}
.news_related_list li a , .related_list li a { padding: 0px;background: transparent;}
.news_related_list li a p , .related_list li a p{ padding: 10px 0px; text-align: center;color: #888;}
.lastPage:hover { background: #e2b795;  color: #fff;}


/*相簿 ********************************************* */
/*首頁*/
.module_i_album .title_i_box h4 {font-size: 17px;color: #8b7b67;font-weight: 500;font-weight: 900;}
.module_i_album .title_i_box h4:before{ content: "CASE"; padding-right:10px; }
	
.module_i_album .title_i_box { position: absolute;  z-index: 99;  margin: 0 auto; text-align: center;  display: block;  width: 100%; margin-top: -55px;letter-spacing: 2px;}
.module_i_album .title_i_box:before {
        content: "";
        background: #f9f9f9;
        position: absolute;
        width: 285px;
        height: 70px;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
        }
.module_i_album .title_i_box h6 {  font-size: 30px;  color: #e2b795;  font-weight: 500;  letter-spacing: 2px;}
.module_i_album .title_i_box h4 {font-size: 17px;color: #8b7b67;font-weight: 500;font-weight: 900;padding-top: 15px;}
.module_i_album .title_i_box h4:before{}
.module_i_album section { width: 100%;  max-width: 100%;}
.i_album_list {  grid-gap: 0vw;}
.i_album_list_box {padding: 0px 0;}
.module_i_album { padding: 0px;}
.i_album_b {  display: none;}

.pageIndex .i_album_list li div {width: 100%;aspect-ratio: unset;  height: 600px;}
.pageIndex .i_album_list li a p {
        background: linear-gradient(to top, #796e3c, #00000000);
        color: #ffffff;
        height: 15em;
        padding: 0 35px 50px;
        letter-spacing: 5px;
        font-size: 17px;
        writing-mode: tb;
        align-items:flex-end;
        justify-content: flex-end;
        }

/*hover*/
.pageIndex .i_album_list li:hover p { height: 100%; justify-content: flex-end;   padding-bottom: 100px;}
.pageIndex .i_album_list li a:before { content: "";
        background: url(https://pic03.eapple.com.tw/sd0214/icon01.png);
        width: 30px;  height: 30px; position: absolute;
        left: 39px; bottom: 0%;  z-index: 99; opacity: 0; transition: 0.6s;}

.i_album_list li:hover a:before {  opacity: 1;  bottom: 6%;}


/*樣式*/
.i_album_list li a p {
        background: linear-gradient(to top, #000000, #00000000);   color: #ffffff;  height: 9em;
        letter-spacing: 2px;  font-size: 17px; align-items:center;padding-bottom: 20px;}
/* flex-basis: ; */
ul.i_album_list li { flex-grow: 1;box-sizing: border-box;margin: auto 0; display: inline-block;  vertical-align: top;}
.i_album_list li div { aspect-ratio: unset; height: 34vw;}
.i_album_list li:hover img { transform: scale(1.02);}

@media screen and (max-width: 768px) {  .pageIndex .i_album_list li div {height: 350px;}}

/*列表*/
.show-list { grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); grid-gap: 30px;}
.subalbum-menu h2 { color:#111111; letter-spacing: 5px;}
.overlay { display: none !important; }
.other_subalbum li a p {
    line-height: 2;
    background: linear-gradient(to top, #9d7e2bb3, #00000000);
    color: #ffffff;
    height: 4em;
    letter-spacing: 6px;
    font-size: 17px;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-family:noto sans tc;
    font-weight: 500;
    }
.other_subalbum li:hover a p {  height: 110%; }

/*內頁*/


.product_page #content, .album_class_page #content, .album_page #content, .album_info_page #content, .blog_page #content, .blog_in_page #content{
	background-image: url(https://pic03.eapple.com.tw/sd0214/bg1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	} 


.contact_page #content {
	background-image: url(https://pic03.eapple.com.tw/sd0214/bg4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:bottom;
	} 

.product_info_page #content {
	background-image: url(https://pic03.eapple.com.tw/sd0214/bg5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:bottom;
	} 

	
.album_info_page .pic-list .item h6 { font-size: 15px; color: #111; padding: 15px 5px;transition: 0.5s;}
.album_info_page .pic-list { grid-gap: 35px 20px;grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));}
.pic-list .item:hover h6 { color: #a49271;}
h4.blog_category_title {color: #333;border-bottom: 0px #ccc solid;font-size: 25px;padding-bottom: 25px;}

.album_descrip {
        margin-bottom: 50px;color: #444; line-height: 1.8; font-size: 16px;
        letter-spacing: 2px; padding-bottom: 25px; border-bottom: 1px solid #bababa; position: relative;}

.pic-list .show_pic img { transition: 0.5s;}
.pic-list a:hover .show_pic img { transform: scale(1.05);}
.album_a .other_album { display: none;}

/*hover*/


.show-list .item:hover .show_name { color: #a68f58; }


.show-list .item a {
    position: relative;
    display: block;
    overflow: hidden;
}



.album_page album_a .show-list .show_pic {
    position: relative; /* 為了讓 ::before 定位在圖片區塊內 */
    overflow: hidden;
}

.album_page .show-list .show_pic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(to right, rgb(169 131 63 / 60%), rgba(0, 0, 0, 0));
    transition: width 0.7s ease;     /* 平滑展開 */
    z-index: 2;                      /* 覆蓋在圖片上層 */
}


.show-list .item:hover .show_pic::before {
    width: 100%;
}





	
.show-list .item a:before{
    content: "";
    background: url(https://pic03.eapple.com.tw/sd0214/icon01.png);
    width: 30px;
    height: 30px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    z-index: 99;
    opacity: 0;
    transition: 0.6s;
    }
.show-list .item:hover a:before {  opacity: 1;  top: 50%;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1280px) {

.navigation {/* grid-template-columns: 180px 1fr 120px; */display: flex;flex-direction: column;justify-content: center;align-items: center;}
.me_tp_features {width: fit-content;display: none;}
.stellarnav > ul > li > a {margin: 0 0px;letter-spacing: 1px;}
.stellarnav ul {
    text-align:center;
}	
.stellarnav > ul > li > a {letter-spacing: 1px;padding: 0 -10px;line-height: 60px;height: 60px;/* margin: 0 9px; */overflow: inherit;transition: 0.5s;color: #8c7d69;font-weight: 1000;font-size: 15px;}	
}

@media screen and (max-width: 1200px) {
/*footer*/
.footer .center { padding: 0 30px;}
.footer_info li:nth-child(1) { width: 350px;}   
.footer_info { grid-template-columns: 200px 1fr;}   

/*文章*/
/*首頁*/
.module_i_news { padding: 180px 20px 80px;}
.module_i_news section {justify-content: center; }
.module_i_news .title_i_box {text-align: center;}
.module_i_news .title_i_box h4:before { font-size: 30px; top: -45px; left: 50%; transform: translateX(-50%);}
.module_i_news .title_i_box h4:after { left: 50%; transform: translateX(-50%); top: -105px; width: 50px;  height: 50px; }
.module_i_news .title_i_box { margin-bottom: 30px;}
.module_i_news .title_i_box h4 { top: 0px;}
.module_i_news_list { width: 100%;}
.module_i_news section { max-width: 100%; flex-wrap: wrap; align-items: center;}

.i_blog_b { margin: 0 auto;}
.i_blog_b a { margin: 50px auto 0 0;}
.blog_list_ri h5 { font-size: 20px;}
.module_i_news { padding: 180px 20px 0px;}
}


@media screen and (max-width: 1080px) {
/*header*/
.navigation { grid-template-columns: 120px 1fr 120px;}   
.nav-header {max-width: 150px;}
/*文章*/
.blog_subbox { grid-template-columns: 1fr 1fr;  grid-gap: 40px 20px;}
.subbox_item a { grid-template-columns: 1fr;}
.blog_ri { margin-bottom: 0vw;  padding: 0 0 0 50px;}
.blog_le { position: relative;  top: 0px;   padding: 0px;}
.blog_list_ri em { font-size: 12px; letter-spacing: 1px;}
.blog_list_ri h5 {  letter-spacing: 1px;  font-size: 17px;}
}
@media screen and (max-width: 1024px) {
.main_part { border-radius: 60px 60px 0px 0px;}    
/*header*/
.stellarnav ul {text-align: center;}
.header_area {/* padding: 10px; *//* position: fixed; */}
.me_tp_features {display: none;}
/*banner*/
/*
.banner { height: 450px;}
.banner h5:before { top: -35%;font-size: 23px;}
.banner h5:after { font-size: 17px; padding-top: 15px;}

*/
}
@media screen and (max-width: 980px) {
/*footer*/
.footer_info { grid-template-columns: 1fr;grid-gap: 50px;}
.footer_info ul {justify-content: flex-start;}
.footer_info li:nth-child(1) ,.footer_info li:nth-child(2) { width: 50%;}
.footer_info {padding: 0 0px;}

/*相簿*/
.show-list {grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }

/*文章*/
.blog_subbox { grid-template-columns: 1fr;}
}

@media screen and (max-width: 768px) {
/*all*/    
.show_content {  padding: 15px 20px;}    
/*header*/
.stellarnav > ul > li>a:after {display: none;}
.stellarnav > ul > li > a {line-height: 40px; height: 40px;}
.tp_links {display: none;}

/*選單*/




.stellarnav.mobile {/* top: 10px; */}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #e1b795;  color: #fff;}
.stellarnav .icon-close:before ,.stellarnav .icon-close:after{ border-bottom: solid 3px #ffffff;}
.stellarnav.mobile li.open { padding: 0px;}
.stellarnav.mobile ul ul li {/* padding-left: 17px; */}


/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:50px 0 0px; }
#to_top { bottom:60px;}

	


/*購物車*/
.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;}

/*文章*/
/*首頁*/
.module_i_news .title_i_box { margin-bottom: 40px;}
.module_i_news ul { grid-template-columns: 1fr 1fr; grid-gap: 60px 30px;}
.module_i_news li:nth-child(4) { display: block;}

/*列表*/
.blog_le, .blog_ri { padding: 20px 0 10px; margin-bottom: 0vw; }
.blog_le {width: 100%;}
.blog_ri { width: 100%;}
.i_blog_ri { min-height: 150px;}
h4.blog_category_title { font-size: 20px;}
.blog_subbox { grid-template-columns: 1fr 1fr;}


/*相簿*/
.pageIndex .i_album_list li a p { align-items: flex-end;writing-mode: unset;justify-content: center;padding: 0 35px 30px;}
.pageIndex .i_album_list li a:before {display: none;}
.pageIndex .i_album_list li:hover p {  height: 100%; justify-content: center; padding-bottom: 30px;}
}

@media screen and (max-width: 600px) { 
/*文章*/
.blog_subbox {  grid-template-columns: 1fr;   grid-gap: 40px 20px;}
.blog_back {  width: 100%;grid-template-columns: 1fr;}
.module_i_news ul { grid-template-columns: 1fr;}

/*相簿*/
.album_descrip { line-height: 1.4; font-size: 15px;  letter-spacing: 1px; }
.album_info_page .pic-list { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); grid-gap: 10px 20px;}
.pic-list .show_pic {  aspect-ratio: auto;}

}


/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer_logo  {
    background: url(https://pic03.eapple.com.tw/sd0214/logo01.png) no-repeat center;
    padding: 60px;
    width: 100%;
	height: 100%;
 
}

.footer {
    padding: 30px 0 0;
    font-size: 14px;
    background: #e6e6e6;
    position: relative;
    z-index: 99;
}

.footer_logo img { width: 0;}

.footer_info {
    padding: 0;
    grid-template-columns: 260px 1fr;
    row-gap: 0;
    column-gap: 60px; }
.footer_info ul { 
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    font-family: "Noto San TC", sans-serif;}

/*footer_info*/
.footer_info li:nth-child(1) { display: inline-block; width: 100%; padding: 20px 10px;}
.footer_info li p {color: #606060;}
.footer_info li p a { color: inherit;}

/*footer_menu*/
.footer_info li:nth-child(2) { display: inline-block; width: 100%; vertical-align: top;}
.footer_menu { margin-top: 10px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(130px,100%), 1fr)); gap: 5px;}/*footeræŒ‰éˆ•æœ€å°å¯¬åº¦100px*/
.footer_menu a {
  --b: 1px;         /* 邊框厚度 */
  --g: 4px;         /* 外框與按鈕間距 */
  --c: #ada17e;     /* 外框顏色 */

  margin: 5px;
 
  background: #ada17e;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  border: 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline: var(--b) solid transparent; /* 起始為透明外框 */
  outline-offset: 0;
  transition: all 0.35s ease;
}

.footer_menu a:hover {
  background: #ffffff;
  color: #ada17e;
  outline: var(--b) solid var(--c);   /* 顯示彩色外框 */
  outline-offset: var(--g);           /* 外框往外擴張 */
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}


.box_link {display: none;}
.box_link a { transition:all 0.3s;}

.box_link a:hover { background: #D1BB9E; border-color: #D1BB9E;}
.box_link a:hover .fa-whatsapp:before, .box_link a:hover .fa-envelope::before, .box_link a:hover .fa-facebook::before, .box_link a:hover .fa-line::before , .box_link a:hover .fa-instagram::before { color: #fff;}


.copy {background: #9c7d2d;color: #fff;border: none;}
.copy a { color: #fff; transition:all 0.3s;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) {
    .footer_info {display: flex ; flex-wrap: wrap ; align-items: center ; padding: 20px;}
    .footer_menu {margin-top: 10px ; display: grid ; grid-template-columns: repeat(3, 1fr) ; gap: 5px;}
    .footer_info ul {width: 100% ; padding: 0;}
    .footer_info li:nth-child(1) {
        display: grid;
        padding-left: 5%;
        align-content: space-between;
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    /*footer*/
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) { text-align: center; width: 100%;}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;}

    /*åº•éƒ¨æŒ‰éˆ•*/
    #to_top { bottom:60px;}
    .footer.with_shopping_mode { padding:30px 0 70px; }
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info ul { width: 100%;}
    .footer_menu{    grid-template-columns: 1fr 1fr;}

    /*è¯çµ¡icon*/
    .box_link { text-align: center;}
}




@media screen and (max-width: 768px) {
	

.main_header_area .container {   max-width: 100%;}

	.header_area.sticky {
	 backdrop-filter: unset;
	 /* position: fixed; */
}



/*側邊選單/＝＝＝＝＝*/
/*menu*/
.stellarnav .menu-toggle {/* padding: 15px 10px; */}
.stellarnav .menu-toggle:after {color: #9d7e2c;}
.stellarnav .menu-toggle span.bars span {background: #9f7c31;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: transparent;color: #c0ad78;}
.stellarnav a { color: #4d9dd2;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 2px #a88b44;}


/*背景色*/
.stellarnav.mobile ul {background: #ffffffb5;backdrop-filter: saturate(93%) blur(4px);}
/*第一層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{padding: 10px;border-left:none;margin: 0;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;
background: #fefefe91; color: white; }
.stellarnav.mobile > ul > li {border-bottom: 0px #cdcdcd00 dashed;}

/*第二層*/
.stellarnav.mobile li.open{ background: transparent;}
.stellarnav ul ul {   margin: 0 15px 15px;}

.stellarnav li li > a, .stellarnav li li.has-sub > a {background: #ffffff00;color: #998259;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {background: rgb(255 255 255 / 0%);color: #6d695f;}
.stellarnav li li {border: 0px #4d9dd200 solid;background: #ffffff00;}


.stellarnav>ul>li::before {display:none;}

.stellarnav.mobile > ul > li > a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        display: block;
        color: #9f7b32;
    }
.stellarnav.mobile li.open li.open {
    background: #ffffff;
    padding: 3px;
}


.stellarnav>ul>li>ul>li>ul>li>a {
    background: #ffffff;
    padding-left: 16px;
    color: #ffffff;
    transition: all 0.5s;
}

.stellarnav>ul>li>ul>li>a::before{  display:none;}

.stellarnav>ul>li>ul>li>ul>li>a:hover {
    background: #ffffff;
    padding-left: 16px;
    color: #ffffff;
    transition: all 0.5s;
}
	.stellarnav ul ul {
    background: #ffffffcc;
    backdrop-filter: blur(10px);
    left: 0;
    box-shadow: 0 3px 8px rgb(255 255 255 / 0%);
    
    margin-top: 5%;
    width: 200px;
}
.stellarnav.mobile li li.has-sub a {
    /* padding: 0px; */
    background-color: transparent;
    color: #998259;
}
	
/*+*/
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #a88b44;}
.stellarnav.mobile > ul > li > a.dd-toggle {background: transparent;/* color: #1fb5df; */}
stellarnav.mobile li li a.dd-toggle {
    padding: 0;
    background: transparent;
}
	

}


	
/*購物車*/
.product_info_page .product-layer-two { display: none;}
.products-list .name {
    font-size: 15px;
    color: #444;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
}
.product_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .products-list {width: calc(100% - 300px);}

ul.page { width: 100%;}
.products-list {  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); grid-gap: 0px 0px;}
.products-list .item {border: 2px solid #67ac1700;padding: 15px 20px 20px;transition: 0.5s;margin:10px;background-color: #ffffff;border-radius:10px;}
.products-list .item:hover { box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);}
.products-list .pic img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/*hover*/
.products-list .more {opacity: 1;border: 0px solid #d7c085d4;background-color: #d5c291;color: #ffffff;font-size: 14px;border-radius: 5px;}
.products-list .item a:hover .more {opacity: 1;background: #b59f5b;}


.product_page .product_menu_list {position: relative;width: 230px;letter-spacing: 1px;/*border-right: 1px solid #ccc;*/min-height: 30vw;border-radius: 5px;}
.product_info_page .product_menu_list {  display: none;}

.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 {position:static;margin-top:5px;/*display:block !important;*/width:100%;margin-left:0;/* padding: 5px; */}
.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;background-color: transparent;}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product-layer-two li li a{padding:5px 10px 5px 17px;font-size: 15px;background-color: transparent;}
.product-layer-two li li > a:hover:before {
         content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
	font-size:20px;
  margin-right: 20px;
	color:#b19d38;
	display: inline-block;
	animation: moveLeftRight 0.6s infinite alternate;
        }
@keyframes moveLeftRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(5px); 
  }
}
.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li:hover > a { background:#fff; color:#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;}

.product-layer-two > li {border-bottom: unset;padding-bottom: 15px;background-color: #ffffff42;/* padding: 5px; */}
.product-layer-two li a {border: unset;background: transparent;padding: 7px 16px;color: #695945;font-size: 18px;transition: 0.5s;}
.product-layer-two li:hover a { letter-spacing: 2px;olor: #968c1e;}
.product-layer-two li i { height: 22px;  font-size: 12px;}
.product-layer-two li i.close::before {color: #a4905a;font-size:20px;content: "\f0d7";}
.product-layer-two li li:hover > a:before {background: #3ca01c00;}
.product-layer-two li li:hover > a {background: #ffffff00;color: #918531;}

.fa-circle-plus::before {color: #9c7e2ba6;font-size:20px;content: "\f0d7";}
.product-layer-two li:hover i:before {color: #a4905a;}
.product-layer-two li.active a {border: unset;color: #9b7f2b;}
.product-layer-two li li.active a {  background: transparent;}



@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;}

.products-list { grid-template-columns: 1fr 1fr;}

/*hover*/
.products-list .item { border: unset;  padding: 15px 10px 20px !important;}
.products-list .item:hover { border: unset;}
.products-list .more { opacity: 1;;}

/*內頁*/
.prod_related {  padding: 50px 15px;}
.related_list { grid-template-columns: 1fr 1fr;}
.related_list li a p { text-align: left; line-height: 120%;}
#prod_thumbSwiper .swiper-slide {height: 100%;}
.news_related_list { grid-template-columns: 1fr;}
	
}
.inquiry_a1 {
    background: #c9a537;
}
.inquiry_a2 {
    background: #bfac70;
}
.inquiry_a3 {
    background: #ad9a5f;
}
.sidebarBtn .sp_price {
    display: block;
    color: #685b33;
    font-size: 22px;
    font-weight: bold;
}


.inquiry_a1 {
    background: #c4b996;
}


.inquiry_a1:hover,.inquiry_a2:hover,.inquiry_a3:hover {
  background: #7e7760;
}

.pd_tabTitle li.activeTab a {
    color: #8c7d69;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 5px;
}

.sidebarBtn {
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    border: 5px #ddd6c200 solid;
    background: #ffffff7d;
}

.sidebarBtn .price {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    letter-spacing: 1px;
}
.toShare {
    border-top: 1px solid #e9e9e9;
    font-size: 12px;
    color: #888;
    margin-top: 20px;
    padding-top: 20px;
}



.pd_tabTitle li.activeTab::after {
    height: 5px;
    background: #ddd6c2;
}


.lastPage {
    font-size: 16px;
    color: #fff;
    background: #aba07d;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
    border-radius: 10px;
    border: 0px;
}

.lastPage:hover{ background: #867c5b;}
	
.pd_tabTitle li {
    position: relative;
    z-index: 5;
    flex: 1;
border-bottom: 0px solid #999999;
}