@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');

body{
	overflow-x:hidden;
	font-family: 'Cormorant Garamond', "Noto Sans TC","sans-serif";
	font-weight: 400;
  background:  #ffffff;
}

body{overflow-y: scroll; overflow-x:hidden; max-height: 100%;}
body::-webkit-scrollbar {width: 4px;}
body::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);}
body::-webkit-scrollbar-thumb {background-color: #221814; border: 1px solid #221814;}


/*網站全域設定/＝＝＝＝＝*/

div#swiper-wrapper-bfb07858de9410551 {
    position: static;
    margin: 0;
    height: auto;
    height: calc(100vh - 20px);
    margin: auto;
    margin-top: 20px;
    margin-left: 20px;
    width: calc(100% - 26vw);
    overflow: hidden;
}


/*大圖+字*/
.swiper-slide:before, .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-slide:nth-child(1),.swiper-slide:nth-child(2){position: relative;}

.swiper-slide:nth-child(1)::before,.swiper-slide:nth-child(2)::before {
    position: absolute;
    font-family: 'Noto Serif TC';
    content: '設計是為了讓生活更美好';
    color: #000000;
    padding-left: 2.3vw;
    width: 100%;
    height: 100%;
    bottom: 0;
    transform: translate(0%, 86%);
    aspect-ratio: 1 / 1;
    z-index: 1;
    white-space: pre-line;
    letter-spacing: 1px;
    line-height: 1.6;
    animation: headerslowly 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    font-size: 19px;
}

.swiper-slide::after {
    position: absolute;
    content: 'DESIGN FOR A BETTER LIFE';
    font-family: 'Cormorant Garamond';
    font-weight: normal;
    color: #000000;
    padding-left: 2.3vw;
    width: 100%;
    height: 100%;
    bottom: 0;
    transform: translate(0%, 90%);
    aspect-ratio: 1 / 1;
    z-index: 1;
    white-space: pre-line;
    letter-spacing: 1px;
    line-height: 1.6;
    animation: headerslowly 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    font-size: 32px;
}

.bannerindex .swiper-banner .swiper-wrapper  {
    position: static;
    height: calc(100vh - 20px);
    margin: auto;
    margin: 20px;
    margin-bottom: 0;
    width: calc(100% - 40vw);
    overflow: hidden;
}
.swiper-banner .swiper-slide img{    max-width: 94%;}
.swiper-slide:before {
  animation: ani_SC 1.5s 0.5s both;
  animation-delay: 0s;
}


/*特效*/
@keyframes ani_SC {
  0% {
    -webkit-transform: translate(0%, -74%) scale(1.1);
            transform: translate(0%, -74%) scale(1.1);
            opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(0%, -74%) scale(1);
            transform: translate(0%, -74%) scale(1);
            opacity:0.85;
  }
}
@keyframes ani_TtoB {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
            opacity:1;
  }
}
@keyframes ani_LtoR {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}
@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
            opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity:1;
  }
}
@media screen and (max-width: 1600px) {
.swiper-slide::after{font-size: 25px;}
}
@media screen and (max-width: 1024px) {
  .bannerindex .swiper-banner .swiper-wrapper{height: auto;width: calc(100% - 4vw);}
	.swiper-slide:nth-child(1)::before,.swiper-slide:nth-child(2)::before{transform: translate(0%, 80%);}
.swiper-slide::after {transform: translate(0%, 86%);}
	
}

@media screen and (max-width: 768px) {
  
  /* .swiper-slide:nth-child(1)::before , .swiper-slide:nth-child(2)::before {}
    .swiper-slide:nth-child(1)::after , .swiper-slide:nth-child(2)::after {transform: translate(0%, 77%);};.swiper-slide:nth-child(1)::after , .swiper-slide:nth-child(2)::after {transform: translate(0%, 77%);}
    ;transform: translate(0%, 70%);font-size: 14px;padding-left: 2.5vw;} */
  .swiper-slide:nth-child(1)::after , .swiper-slide:nth-child(2)::after {transform: translate(0%, 73%);}
	.bannerindex .swiper-banner .swiper-wrapper {
    margin-top: 0px;
    margin-left: 0px;
    width: calc(100% - 14.85vw);
    height: calc(100vh - 20px);
}
}

@media screen and (max-width: 500px) {
  .swiper-slide:nth-child(1)::after , .swiper-slide:nth-child(2)::after {
    padding-left: 20px;
    font-size: 18px !important;
    transform: translate(0%, 83%);
    }
    .swiper-banner .swiper-slide img{    max-width: 100%;}
  .swiper-slide:nth-child(1)::before , .swiper-slide:nth-child(2)::before {/* bottom: -28vw; */transform: translate(0%, 80%);padding-left: 5.5vw;}
	
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 325px) {
  .swiper-slide:nth-child(1)::after, .swiper-slide:nth-child(2)::after {font-size: 11px !important;}
}


/*首頁大圖特效*/
.header_area + .bannerindex{
	position:relative;
}

.header_area + .bannerindex::after{
	content: "";
	top: 0;
	right: 0;
	/* width: 300px; */
	width: 37.65vw;
	height: 100%;
	background: #DFDFDF;
	position: absolute;
	z-index: 10;
	animation: ani_LtoR ease-in-out 1.2s 0.5s both;
}

.header_area + .bannerindex .swiper-slide {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 769px) {
	.header_area.sticky + .bannerindex::before, .header_area.sticky + .bannerindex::after{
		animation: ani_RtoL_moveout ease-in-out 2s 0s both;
	}

}


@keyframes ani_LtoR{
	 0% {
    clip-path: polygon(100% 0, 101% 0, 100% 100%, 101% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes ani_RtoL_moveout{
	0% {
		right:0%;
		opacity:0.1;
	}
	100% {
		right:-100%;
		opacity:0;
	}
}
@keyframes ani_TtoB_move_text {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes ani_LtoR_move_teapot{
	0% {
		left:-50%;
		opacity:0;
	}
	100% {
		left:15.65vw;
		opacity:1;
	}
}

@keyframes ani_RtoL_move_text{
	0% {
		left:calc(10% + 15.65vw);
	}
	100% {
		left:16%;
	}
}

@keyframes ani_RtoL_move_teapot{
	0% {
		left:15.65vw;
	}
	100% {
		left:0px;
	}
}

@media screen and (max-width:1024px) {
.header_area + .bannerindex::after{opacity:0;}
}

@media screen and (max-width:768px) {
	
	.bannerindex .swiper-slide img {
        height: calc(100vh - 195px) !important;
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%;
        object-position: 60%;
        object-fit: cover;
        -moz-object-fit: cover;
        -ms-object-fit: cover;
        -o-object-fit: cover;
        -webkit-object-fit: cover;
        margin: 0;
        transition: all 0.3s;
    }
	
	
	/* .header_area + .bannerindex::after {
		height: 16vw;
        max-height: 95px;
        width: 100%;
        top: unset;
        bottom: 0px;
	}
 */
	
	@keyframes ani_LtoR_move_teapot{
		0% {
			left:-50%;
			opacity:0;
		}
		100% {
			left:0px;
			opacity:1;
		}
	}
	
	
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 商品下拉超過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;}


/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*bgblur*/
.bannerindex::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 999999;
  animation: bgblur 0.8s linear forwards;
  pointer-events: none;
}

@keyframes bgblur {
0% {
  backdrop-filter:blur(7px);
  background: #000000;
}
100% {
  backdrop-filter: blur(0px);
  background: none;
}
}





/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*點點樣式*/
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: var(--swiper-pagination-bottom, 55px);}
.swiper-pagination-bullet {width: 40px; height: 5px; border-radius: 0px; background: #ffffff;}
.swiper-pagination-bullet-active {background: #b5b6b7;}

/*隱藏大圖輪播點點按鈕*/
.swiper-pagination-clickable .swiper-pagination-bullet {
	display: none;
}


/* = = = BANNER = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


#content_main {background: #ffffff;}
#content {background: #ffffff;}


.path {display: none;}
.services_page .banner {background: url(https://pic03.eapple.com.tw/chen/SBN2.jpg) no-repeat fixed top center; display: none;}
.album_page .banner , .album_class_page .banner , .album_info_page .banner{background: url(https://pic03.eapple.com.tw/chen/SBN1.jpg) no-repeat bottom right 97%;background-size: cover;background-attachment: fixed;}
.article_a .banner , .article_a .banner {background: url(https://pic03.eapple.com.tw/chen/SBN3.jpg) no-repeat bottom center; background-size: cover;background-attachment: fixed;}
.product_page .banner , .product_info_page .banner {background: url(https://pic03.eapple.com.tw/chen/SBN4.jpg) no-repeat center bottom; background-size: cover;background-attachment: fixed;}
.article_b .banner , .article_b .banner {background: url(https://pic03.eapple.com.tw/chen/SBN6.jpg) no-repeat center bottom; background-size: cover;background-attachment: fixed;}
.other_page .banner {background: url(https://pic03.eapple.com.tw/chen/SBN5.jpg) no-repeat center; display: none;}
.privacy_page .banner {background: url(https://pic03.eapple.com.tw/chen/SBN3.jpg) no-repeat bottom center;background-size: cover;background-attachment: fixed;}

.banner h5{font-size: 0px;font-family: 'Cormorant Garamond','Noto Serif TC';color: #191919;padding-top: 160px;font-weight: 400;/* text-shadow: 2px 2px 10px #2f2f2f; *//*padding-left: 13.5vw;*/text-align: center;letter-spacing: 1px;max-width: 1350px;width: 100%;}
.banner{background: #fff;height: auto;min-height: auto;width: 100%;}

/*加英文字*/.banner h5:before {
    display: block;
    content: '';
    font-size: 90px;
    font-family: 'Cormorant Garamond', 'Noto Serif TC';
    color: #191919;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}
.album_info_page .banner h5{    font-size: 24px;}
.album_info_page .banner h5:before{    margin-bottom: 24px;}

.services_page .banner h5:before{content: '';} 
.album_page .banner h5:before , .album_class_page .banner h5:before , .album_info_page .banner h5:before{content: 'PROJECT';} 
.article_a .banner h5:before , .article_a .banner h5:before {content: 'BLOG';}
.other_page .banner h5:before {content: '';}



/* @media screen and (max-width: 1550px) {
.banner{ height:900px;}
.album_page .banner , .album_class_page .banner , .album_info_page .banner{background: url(https://pic03.eapple.com.tw/chen/SBN1.jpg) no-repeat bottom; background-attachment: fixed; background-size: cover;}
} */

@media screen and (max-width: 1100px) {
/* .banner {height: 500px;} */
.banner h5:before {text-align: center;}
.banner h5 {text-align: center;padding-top: 100px;}
}

@media screen and (max-width: 900px) {
/* .banner {height: 300px;} */
}

@media screen and (max-width: 768px) {
.banner h5:before {font-size: 60px;}
.album_page .banner , .album_class_page .banner , .album_info_page .banner{background: url(https://pic03.eapple.com.tw/chen/SBN1.jpg) no-repeat bottom; background-size: cover;}
.article_b .banner, .article_b .banner {background: url(https://pic03.eapple.com.tw/chen/SBN6.jpg) no-repeat bottom right 74%; background-size: cover;}
}

@media screen and (max-width: 500px) {
.banner h5:before {font-size: 50px;}
.banner h5{padding-top: 60px;}
.article_b .banner, .article_b .banner {background: url(https://pic03.eapple.com.tw/chen/SBN6.jpg) no-repeat bottom right 81%; background-size: cover;}
}


/* = = = 隱私權政策 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.privacy_page .banner h6{display: none;}
.privacy_page .main_part {
    max-width: 100%;
    margin: auto;
    padding: 0px 0px;
    margin: 0 0;
}
.privacy_page .show_content {
    padding: 0px 0px;
}
.privacyContent {
    max-width: 1350px;
    padding: 80px 20px 40px 20px;
  }


/* = = = LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.pageIndex .nav-brand {width: 100%;display: block;transition:all 0.3s;opacity: 0;animation: headerslowly 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;}
.nav-brand {width: 100%; display: block; transition:all 0.3s; animation: headerslowly 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;}
.nav-brand img {width: 100%;max-width: 85px;padding-top: 60px;transition: 0.3s ease;}
.header_area.sticky .nav-brand img {max-width: 75px;transition: 0.3s ease;}
.stellarnav {margin-top: 0px; transition: 0.3s ease;}
.stellarnav {
    animation: headerslowly 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    padding: 40px 10px 40px 3vw;
    }
.pageIndex .header_area.sticky .stellarnav {margin-top: 0px; transition: 0.3s ease;}
.header_area {padding: 0px; background: none;}
.pageIndex .header_area.sticky .stellarnav {padding: 25px 10px 25px 3vw;}

@media screen and (max-width: 1600px) {
.nav-brand img {max-width: 50px;padding-top: 50px;}
.header_area.sticky .nav-brand img{max-width:50px;}
}

@media screen and (max-width: 1024px) {
.pageIndex .header_area.sticky .nav-brand {}
.nav-brand img{padding-top: 0px;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 0px;}

}
@media screen and (max-width: 768px) {
.nav-brand img {max-width: 60px;}
.header_area.sticky .nav-brand img{max-width:60px;}
.pageIndex .header_area.sticky .stellarnav {margin-top: 0px;}
}


@keyframes headerslowly {
0% {
  opacity: 0;
  left: -100px;
}
100% {
  opacity: 1;
  left: 0;
}
}


/* = = = 主選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.pageIndex .header_area.sticky .main_header_area {
  background: rgba(255, 255, 255, 0.9);
  height: 0px;
  opacity: 1;
  border-bottom: 0px solid #ececec;
  transition: 0.6s ease;
  border-bottom: 0px solid #ececec; transition: 0.6s ease;}
.pageIndex .main_header_area {background: rgba(255, 255, 255, 0.9); height: 0px; opacity:1; border-bottom: 0px solid #ececec; transition: 0.6s ease;}
.main_header_area{background: #ffffff; height: 0px; transition: 0.6s ease;}


/*選單最大寬度設定*/
.main_header_area .container {max-width: 94%;}

/*第一層*/
.pageIndex .stellarnav {/* width: 136%; */transition: 0.3s ease;opacity: 0;animation: headerslowly 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;}
.stellarnav {animation: headerslowly 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;    width: fit-content;    z-index: 1000;}
.pageIndex .stellarnav > ul > li > a > b {/* color: #dfdfdf; */transition:none;animation-delay:unset;}
.stellarnav > ul > li > a > b {font-weight:400;font-size: 14px; color: #000000; transition:none; padding: 0px 0px 0px 30px; text-shadow: none; letter-spacing: 0px; animation-delay:unset;}
.stellarnav > ul > li.has-sub > a > b {padding: 0px 0px 0px 30px;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b {color: #000;/* text-shadow: none; */transition: all 0.3s;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b:hover {text-shadow: none;/* transition:none; */padding-right: 10px;}
.navigation{align-items: start;    justify-items: end;    height: 10px;}
.stellarnav > ul > li > a b:nth-child(2) {
    width: auto;
    text-wrap: nowrap;
    top:0;
    right: 0;
    position: absolute;
    opacity: 0;
}
.stellarnav > ul > li > a:hover  b:nth-child(2){opacity: 1;}
.stellarnav > ul > li > a:hover  b:nth-child(1){opacity: 0;}
.stellarnav > ul > li > a:hover b {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transition: all 0.3s;
    padding-left: 10px;
}
.stellarnav > ul > li > a b:hover {/* transition: none; */padding-right: 10px;}
.stellarnav li.has-sub > a:after {display:none;}
.stellarnav li.has-sub > a b{padding: 0px 0px 0 0px;}
.stellarnav > ul > li.has-sub > a {padding-right: 0px; padding-left: 0px;}
.stellarnav > ul > li > a {width: 100px;height: 30px;}
.stellarnav > ul > li {display: block;text-align: right;    font-family: 'Aboreto';}
.stellarnav > ul > li > a {text-align: right;}

/*第二層*/
.stellarnav > li {text-align: center;}
.stellarnav li a {color: #444444;}
.stellarnav li li > a , .stellarnav li li.has-sub > a {padding: 12px 10px; letter-spacing:1px; transition: all 0.3s; border-left:1px solid transparent; font-size: 13px; font-weight: 400; letter-spacing: 0px; animation-delay:unset;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #ffffff; padding-left:12px;border-color:#303030; background: #303030;}
.stellarnav>ul {padding-top: 0px; transition: 0.3s ease;}
.pageIndex .header_area.sticky .stellarnav>ul {padding-top: 0px; transition: 0.3s ease;}
.stellarnav ul ul {margin-top: 0px; width: 150px; background: none;}
.stellarnav li li {width: 100%; border: 0px; border-bottom:1px solid #a5a5a5; background: #a5a5a5;}
.stellarnav ul ul ul {right: 100%; left: unset; top: -1px;}
.stellarnav > ul > li.drop-left > ul {right: unset;}
.stellarnav li.drop-left ul ul {top: 0px; right: 150px;}



/*SubMenu*/
.shop_search_btn {background: #b5b6b7; border-radius: 0;}
.tp_links {display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {color: #b5b6b7;}
.me_tp_features {display: block; margin: 25px 0 0 0; height: 30px; text-shadow: 1px 1px 10px #444000; padding-right: 12px; display: none;}
.me_tp_features a {font-size: 15px;}
.pageIndex .me_tp_features a.tp_btn_cart , .pageIndex .me_tp_features a.tp_btn_notice {color: #fff; text-shadow: 1px 1px 10px #444000;}
.pageIndex .header_area.sticky .me_tp_features a.tp_btn_cart , .pageIndex .header_area.sticky .me_tp_features a.tp_btn_notice {color: #b5b6b7;  text-shadow: none; }
.me_tp_features a.tp_btn_cart , .me_tp_features a.tp_btn_notice {color: #b5b6b7;  text-shadow: none; }
.box_search input[type=text] {border-radius: 0; border: solid 0px #ccc;}
.box_search {margin-right: 5px;}
.me_tp_features a.tp_btn_cart b {background: #b5b6b7; color: #fff; padding: 0px 4px; margin-left: 2px; border-radius: 100px; font-size: 14px;}
.me_tp_features a.tp_btn_cart b::before , .me_tp_features a.tp_btn_cart b::after {display: none;}

/*電腦版隱藏所有下拉選單*/
@media screen and (min-width: 768px) {
.stellarnav > ul > li > ul {display: none !important;}
}




@media screen and (max-width: 768px) {
  .header_area.sticky .main_header_area {height: 104px;}
}

@media screen and (max-width: 1700px) {
  .stellarnav>ul {padding-left: 0px;}
  .stellarnav > ul > li > a {padding: 0;}
}

@media screen and (max-width: 1440px) {
.pageIndex .header_area.sticky .main_header_area {height: 0px;}
.main_header_area {height: 0px;}
.header_area.sticky .main_header_area {height: 0px;}
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 1024px) {
  .stellarnav li.has-sub > a {padding: 0px 0px 0px 0px;}
  .stellarnav > ul > li > a {margin: 0 0px;text-align: center;}
}
@media screen and (max-width: 1024px) {
  .pageIndex .stellarnav {width: 100%; margin-top: 7px;}
  .stellarnav {margin-top: 0px;    width: 100%;}
  .stellarnav>ul {text-align: center; margin-top: 0px; margin-top: 0px; padding-top: 0px;}
  .main_header_area {height: 150px;}
  .header_area.sticky .stellarnav>ul {padding-top: 0px;}
  .header_area.sticky .main_header_area {height: 150px;}
  .nav-header {text-align: center;}
  .me_tp_features {margin: 0px 0 0 0; margin-top: 57px;}

  .stellarnav li {text-align: center;}
  .pageIndex .main_header_area {height: 154px; background: #ffffff;}
  .pageIndex .header_area.sticky .main_header_area {height: 164px;}
  
  .nav-brand {margin-top: 0px;}
  .nav-brand:after {transform: translateX(-100px);}
  .pageIndex .nav-brand:after {transform: translate(-100px, -20px) !important;}
  .pageIndex .me_tp_features a.tp_btn_cart, .pageIndex .me_tp_features a.tp_btn_notice {text-shadow:none;}
  .pageIndex .stellarnav > ul > li > a > b {text-shadow: none;}
  .main_header_area .container {padding-left: 0px;}
  .navigation {padding: 22px 0 0px 0px;}
  .pageIndex .nav-brand:after {height: 100%; max-width: 200px; transform: translate(-100px, -20px);} 

  .nav-header {max-width: 100%;transition: all 0.3s;}
  .navigation {width: 100%;}
  .main_header_area .container {width: 100%;}
  .stellarnav {padding: 10px 10px 10px 10px; background: none;}
  .stellarnav > ul > li {display: unset;}
  .pageIndex .stellarnav {margin-top: 0px;}

  .pageIndex .header_area.sticky .stellarnav {
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 20px;
    }
  .pageIndex .stellarnav > ul > li > a > b {
  color: #221814;}
}
@media screen and (max-width: 768px) {
.pageIndex .stellarnav { margin-top: 0px;}
.pageIndex .main_header_area {height: 104px;}
.stellarnav {margin-top: 0px;}
.stellarnav > ul > li > a{text-shadow:none;}
.header_area.sticky .main_header_area {height: 104px;}
.main_header_area {height:104px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {display: inline-block;}
.pageIndex .header_area.sticky .main_header_area {height: 114px;}
.navigation {padding: 18px 0 0px 0px;}
.pageIndex .nav-brand:after {transform: translate(-70px, -20px) !important;}
.header_area.sticky .nav-header {text-align: left;position: absolute;top: 20px;left: 20px;width: 80px;}
/*漢堡選單展開*/
.stellarnav.mobile > ul > li > a {padding: 14px 43px 10px 15px; width: 100%;}
.stellarnav.mobile > ul > li.has-sub > a {padding: 14px 43px 10px 15px;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 9px 16px !important; text-align: right;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {background: #fff/*#d9d9d9*/; border-right: 0px #000 solid; box-shadow: 1px 1px 10px #828282d9;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #ffffff;}
.stellarnav.mobile > ul > li {border-bottom: 1px #e8e8e8 solid;}
.stellarnav li {width: 100%; text-align: left;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px; padding-left: 10px;}
.stellarnav > ul > li > a:hover {color: #b5b6b7;}
.stellarnav.mobile li.open li.open {background: #989595;}
.stellarnav ul ul ul {right: unset; left: 100%; top: 0px;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #d9d9d9;}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #d9d9d9;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {color: #ffffff; border-color: #989595; background: #989595;}
.stellarnav .icon-close:after {border-bottom: solid 2px #d9d9d9;}
.stellarnav .icon-close:before {border-bottom: solid 2px #d9d9d9;}
.stellarnav a {color:#d9d9d9;}

.stellarnav.mobile ul {background: #b5b6b7;}
.stellarnav.mobile li.open {background: #d9d9d9;}
.stellarnav li li {border: 0px #a5a5a5 solid; background: #a5a5a5;}
.stellarnav li a {color: #ffffff;}
.stellarnav > ul > li > a > b {color: #221814;}
.stellarnav.mobile > ul > li > a b {font-size: 14px; padding: 2px;}
.stellarnav.mobile > ul {border-top: 0px;}

.pageIndex .header_area.sticky .stellarnav > ul > li > a > b {color: #fff;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b:hover {color: #ffffff;}

.main_header_area .container {max-width: 100%;}
.pageIndex .header_area.sticky .stellarnav > ul > li > a > b {color:#221814;}


/*主選單按鈕下底線*/
.stellarnav > ul > li:not(.tp_links) > a:after ,
.stellarnav > ul > li > a:after {display: none;}


.stellarnav {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;}
.swiper-slide:nth-child(1)::after , .swiper-slide:nth-child(2)::after {font-size: 24px;}
}

@media screen and (max-width: 375px) {
.box_search {margin-right: 0px; display: block; max-width: 160px; width: 100%; margin: 0 auto; margin-bottom: 5px;}
}


/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer .center {max-width: 72%;}
.center {max-width: 72%; }
.footer {background: #ffffff; padding: 100px 0 0px 0; border-top: 1px solid #e9e9e9;}
.footer_info {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 0 0;    grid-gap: 40px;}
.footer_menu {display: grid;grid-template-columns: repeat(auto-fit, minmax(min(90px,100%), 1fr));gap: 3px;width: 100%;text-align: left;margin: 0 auto;max-width: 1000px;}/*footer按鈕最小寬度100px*/
.footer_menu a {color: #dfdfdf;margin: 0;text-align: center;padding: 10px 0px 10px 0px;border:0;border-left:1px #e7e7e7 solid;background: none;font-size: 24px;transition: all 0.3s;background: #ffffff;letter-spacing: 0px;}
.footer_menu a:nth-child(2) {border-left: 0px #d6e1e1 solid;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a:hover {background: none;color: #222 } 
.copy {background:#ffffff; color: #d9d9d9; border:none; padding: 15px 0 15px 0; text-align: center; margin: 80px 0px 0 0; padding: 15px 0 15px 0; width: 100%; border-top: 1px solid #e9e9e9;}
.copy a{color: #d9d9d9;transition:all 0.3s;}
.copy a:hover {color: #d9d9d9;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #222;}
.footer_logo {text-align:center;width: 100%;max-width: 100%;margin-left: 0px;}
.footer_info ul {width: 100%;text-align: center;margin-bottom: 5px;}
.footer_info li {padding: 13px 0;display: inline-block;margin-top: 23px;}
.footer_info li p {font-size: 14px;color:#221814;line-height: 230%;text-align: center;/* width: 24%; */display: inline-block;margin-bottom: 0px;letter-spacing: 0px;word-break: break-all;font-family: sans-serif;/* font-family: math; */}
.footer_info li p a{color:#221814;}
.footer_info li:nth-child(1) {display: flex;width: 100%;max-width: 1200px;margin: auto;flex-direction: row;align-items: flex-start;justify-content: center;gap: 4%;}
.footer_info li:nth-child(2) {margin-top: 0px; padding: 0 0; margin-bottom: 0px; background:none; width: 100%; margin-top: 20px;    font-family: 'Aboreto';}

/* 換logo */

.footer_logo img {  width: 100%; opacity: 0; height: 50px;}
.footer_logo {
    display: block;
    text-align: center;
    max-width: 100%;
    background-image: url(https://pic03.eapple.com.tw/chen/logo2.png) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 38px;
}

/*FT按鈕*/
.box_link {display: none;}
.box_link a {border: 1px #d4d4d4 solid; background: #d4d4d4; width: 34px; height: 34px; border-radius: 2px;}
.box_link a:hover {background: #c0c0c0;}
.box_link a.me_tp_fb {background-image: url(https://pic03.eapple.com.tw/forestwv/fb.png); background-size: cover;}
.box_link a.me_tp_line {background-image: url(https://pic03.eapple.com.tw/forestwv/line.png); background-size: cover;}
.box_link a.me_tp_call {background-image: url(https://pic03.eapple.com.tw/forestwv/call.png); background-size: cover;}
.box_link a.me_tp_mail {background-image: url(https://pic03.eapple.com.tw/forestwv/mail.png); background-size: cover;}
.box_link a.me_tp_ig {background-image: url(https://pic03.eapple.com.tw/forestwv/ig.png); background-size: cover;}
.box_link a.me_tp_fb .fa-facebook-f:before{content: unset;}
.box_link a.me_tp_line .fa-envelope::before{content: unset;}
.box_link a.me_tp_call .fa-phone-volume::before{content: unset;}
.box_link a.me_tp_mail .fa-envelope::before{content: unset;}
.box_link a.me_tp_ig .fa-instagram::before{content: unset;}

.privacyLinks a+a {border-left: 0px solid #ddd;}


/*改字*/
.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 {
  width: 74px !important;
  letter-spacing: 1px !important;
  color: #444444;
  font-weight: 500;}
.list_before {margin-top: 20px; margin-bottom: 20px; font-size: 14px;}
.list_before.info li {padding-left: 85px; letter-spacing: 1px; width: 100%; display: inline-block;}
.footer_info li p.add:before {content: '地址：';}
.footer_info li p.mail:before {content: '信箱：';}
.footer_info li p.line:before {content: 'Line';}
.footer_menu a:nth-child(1) {display: none;} /*隱藏回首頁*/
.footer_info li p:before {
    display: inline-block;
    margin-right: 4px;}

.info_ADD:before {content: "地址";}
.info_MAIL:before {content: "信箱";}
.info_TEL:before {content: '電話';}
.info_LINE:before {content: 'Line';}

/*top*/
#to_top {/* width: 44px; *//* height: 44px; *//* bottom: 20px; *//* right: 0px; *//* left: unset; */background: #ffffff;box-shadow: none;/* border-radius: 10px 0 0 10px; */color: #222;border: 1px solid #e0e0e0;}
#to_top i.top {margin-bottom: -8px;}
#to_top i.top:before, #to_top i.top:after {height: 8px;background: #555;}

@media screen and (max-width: 1690px) {
.footer_info li:nth-child(1) , .footer_info li:nth-child(2) {width: 100%;}
}
@media screen and (max-width: 1550px) {
.footer .center {max-width: 66%;}
}
@media screen and (max-width: 1470px) {
.footer_info li {padding: 15px 0px;}
.footer_info li p {width: 100%;}
.footer_logo {margin-left: 0px;}
.footer_logo {text-align: center;}
.footer_info li p {text-align: center;}
.footer_menu a {font-size: 16px;}
}
@media screen and (max-width: 1380px) {
.footer_info li:nth-child(2) {width: 100%; margin-bottom: 0px;}
.copy {text-align: center; width: 100%;}
.footer_info ul {width: 100%;}
.footer_logo {width: 100%; max-width: 100%;}
.footer_menu {max-width: 95%; grid-template-columns: repeat(auto-fit, minmax(min(70px, 100%), 1fr));}
}
@media screen and (max-width: 1100px) {
.footer {padding: 100px 0 0px 0;}
.footer_info li p {width: 100%;}
.footer_info ul {margin-bottom: 0px;}
.footer_info {display: flex;}
.footer_logo {width: 100%;margin-left: 0px;height: 40px; background-position: left top;}
.footer_menu {max-width: 100%;}
.footer_logo a:before {height: 87px;}
.copy {margin: 40px 0px 0 0;}
}
@media screen and (max-width: 1000px) {
.footer_menu a {padding: 8px 4px 10px 0px; border: 0px #80ac9e solid; border-left: 0px  #80ac9e solid;}
.footer_info li:nth-child(1) , .footer_info li:nth-child(2) {flex-direction: column;justify-content: left;}
.footer_info li p{text-align:left;}
.footer_logo { text-align: left; }
.footer_menu a { text-align: left; }

}
@media screen and (max-width: 768px) {
.footer .center {max-width: 90%;}
.box_link {justify-content: left; margin-top: 20px;}
.footer_menu {margin-bottom: 0px; }
.footer_info li:nth-child(2) {margin-bottom: 0px;}
.footer_menu a:last-child {border-right: 0px #e7e7e7 solid;}
}
@media screen and (max-width: 520px) {
.footer_menu { grid-template-columns: repeat(auto-fit, minmax(min(140px, 100%), 1fr)); }
}
@media screen and (max-width: 480px) {
.footer_info li {padding: 15px 0px;}
.footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(130px, 100%), 1fr)); }
.footer_info ul {margin-bottom: 0px;}
.footer_info li:nth-child(2) {margin-bottom: 0px;}
.copy {
  margin: 20px 0px 0 0px;
  line-height: 159%;
  padding: 20px 10px;
}
}


/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* 首頁相簿 */
.module_i_album section{    max-width: 1500px;}
.module_i_album{    padding: 130px 20px;}
.module_i_album .title_i_box h6{display: none;}
.module_i_album .title_i_box h4 {
    font-size: 80px;
    font-weight: 400;
}
.i_album_list{
  grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.5vw;
}
.i_album_list li a p {
    height: 3.5em;
}
.animated-arrow b{font-size: 0;padding: 5px 5px 0 0;}
.animated-arrow b:before {
    content: 'VIEW MORE';
    font-size: 17px;
    letter-spacing: 1px;
}
.animated-arrow {
    display: flex;
    background: #2B2B2B;
    align-items: center;
    justify-content: center;
}
.animated-arrow:hover {
    background: #4d4d4d;
}
.i_album_b a i.fa-solid.fa-arrow-right{height: 43px;}
.fa-arrow-right::before {
    content: "";
    display: block;
    position: relative;
    bottom: -4px;
    left: 10px;
    width: 1px;
    height: 35px;
    background-color: #ffffff;
    transform: unset;
    transform: rotate(90deg);
}
.fa-arrow-right::after {
    content: "";
    position: relative;
    display: block;
    bottom: 20px;
    right: -19px;
    height: 1px;
    width: 10px;
    background-color: #ffffff;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(35deg);
}
/*相簿管理*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{max-width: 1430px; width: 100%;  margin: 0 auto; padding: 100px 40px 60px 40px;}
.album_page .show_content, .album_class_page .show_content, .album_info_page .show_content {padding: 0;}

/*版面*/
ul.show-list, .other_subalbum{display: grid;  grid-template-columns:1fr 1fr;  gap: 50px;}
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:0px 0px 10px 0px;}
.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;
  transform: translate(-50%,-50%);}
.show-list .item .show_name {  color: #444; }
.show-list .item:hover .show_name {  color:#444;}
.other_album { width: 100%; margin: 0 auto; padding: 0 0px;}
.other_album_choice li {  background: #b5b6b7; border-radius:0;}
.subalbum-menu h2{  color: #F4F2F0;font-size: 24px; display: none;}
.subalbum-menu {margin: 0px 0; padding: 0 0px;}
.other_subalbum li {background: none;}
.other_subalbum li p {  margin-top: 10px;  font-weight: 400; letter-spacing: 1px;}
.show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img {border-radius: 0px;}
.show-list .item:hover .overlay {border-radius: 0px; opacity: 0;}
.album_descrip {margin-top: 20px; letter-spacing: 1px; text-align: left;}


.other_album_choice li a {
    display: flex;
    align-items: center;
    flex-direction: row;
        gap: 5px;
}
.other_album_choice li a i.fa-solid.fa-right-from-bracket {
    width: 30px;
}


.fa-right-from-bracket::before {
    content: "";
    display: block;
    position: relative;
    bottom: -4px;
    left: 10px;
    width: 1px;
    height: 35px;
    background-color: #ffffff;
    transform: unset;
    transform: rotate(90deg);
}
.fa-right-from-bracket::after {
    content: "";
    position: relative;
    display: block;
    bottom: 20px;
    right: -19px;
    height: 1px;
    width: 10px;
    background-color: #ffffff;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(35deg);
}
/*特*/
.overlay {background: rgb(255 255 255 / 30%); display: none;}
.show-list .show_name { font-weight: 400; letter-spacing: 0px; transition: 0.3s ease; letter-spacing: 1px !important;  color: #444; margin-top: 15px;} 
.album_page .show-list .show_pic img {transform: scale(1); transition: 0.5s ease;}
.album_page .show-list .show_pic img:hover {transform: scale(1.05); transition: 0.5s ease;}
.show-list .show_pic {border-radius: 0px;}
.album_info_page .show-list .show_pic img , .album_info_page .other_subalbum li a img/*, .album_info_page .pic-list .show_pic img*/{left: 50%; top: 50%;}
.block {display: none;}
.album_fixed_title {background: none;color: #aaa;}
.fa-image::before {
    content: "+";
    font-weight: 300;
}
.album_class_page .other_subalbum li a img  {transition: all .5s ease-out; transform: translate(0%, -100%) scale(1);}
.album_class_page .other_subalbum li a:hover img {transform: translate(0%, -100%) scale(1.1); transition: all .5s ease-out; }
.album_info_page a .show_pic img {transition: all .5s ease-out; transform:scale(1);}
.album_info_page a:hover .show_pic img {transform: scale(1.1); transition: all .5s ease-out; }

/* 瀑布流 */
.pic-list {column-count: 3;display: block;}
.pic-list .item{padding: 1%;width: 100%;}
.other_album_choice li {background: #757575;    padding: 5px 15px 5px 20px;}
.pic-list .show_pic {
    overflow: inherit;
    height: auto;
    padding-bottom: 0;
    aspect-ratio: auto;
    margin-bottom: 15px;
        overflow: hidden;
}
.pic-list .item h6{display: none;}
@media screen and (max-width: 1024px) {
ul.show-list, .other_subalbum{grid-template-columns: 1fr 1fr ;}
}
@media screen and (max-width: 768px) {
ul.show-list, .other_subalbum{grid-template-columns: 1fr 1fr;}
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {padding: 50px 40px 30px 40px;}
}
@media screen and (max-width: 480px) {
  .i_album_list{grid-template-columns: repeat(1, 1fr);}
ul.show-list, .other_subalbum{grid-template-columns: 1fr;}
ul.pic-list{column-count: 2; grid-gap: 0;}
.pic-list .show_pic {
    margin-bottom: 0;
}

}


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*聯絡我們*/

h4.blank_letter.f {display: flex;padding-bottom: 25px;position: relative;top: 50px;flex-direction: column;align-items: flex-start;}
h4.blank_letter.f:before {
        content: "FORM";
        font-size: 50px;
        font-family: 'Cormorant Garamond';
        font-weight: 500;
        letter-spacing: 5px;
        }

.blank_letter {font-size: 23px; color: #2F2F2F; font-weight: 500; letter-spacing: 2px; text-indent: 2px; background-repeat: no-repeat;}
.note {display: block;padding-top: 10px;}

/*表格*/
.contact_content { padding: 80px 10px 20px;}
.contact_content .information_right {width: 100%;padding: 0;}
.contact_form li { grid-template-columns: 1fr; grid-gap: 10px;}
.contact_form li .form__label {display: flex;/* display: block; */max-width: 100%;text-align: left;width: 100%;font-weight: 600;flex-direction: row-reverse;justify-content: flex-end;gap: 3px;}
.contact_form  {grid-template-columns: repeat(12, 1fr);grid-gap: 35px 80px;align-items: start;margin: 0;padding-top: 80px;width: 100%;font-family: 'Noto Sans TC';}
.contact_form li {grid-template-columns: 1fr;grid-column: auto / span 6;grid-gap: 10px;}
.contact_form li:nth-child(n+5) { grid-column: auto / span 12;}
.form select {width: 100%;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {display: flex;grid-gap: 5px;}
input[type="checkbox"], input[type="radio"] {margin-left: 5px;margin-right: 0px;}

.contact_content .information_left {  display: none;}

.star { padding: 0px;}
.contact_form li input.noborder { border: unset;  border-bottom: 1px solid #b0b0b0; background: transparent;}
.contact_form li textarea.noborder { border: 1px #b0b0b0 solid;  background: transparent;}

/*按鈕*/

.contact_form li.last cite {background: #aaa;color: #fff;}
.contact_form li.last blockquote { color: #aaa;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #aaa solid;padding: 6px;display: flex;align-items: center;justify-content: center;}
.contact_form li.last blockquote:hover, .contact_form li.last cite:hover{
    background: #444;
}
@media screen and (max-width: 1200px) {
.contact_content .information_right {width: 100%; padding-left: 0px; padding-top: 50px;}
}
@media screen and (max-width: 768px) {
.contact_content .information_left {width: 260px;}
}
@media screen and (max-width: 480px) {
  .contact_content .information_right {padding: 50px 0px;}
  .list_before.info li {width: 100%;}
  .contact_form li {grid-gap: 0px;}
  .contact_content {padding: 80px 10px 20px 10px;}
}
@media screen and (max-width: 320px) {
}


/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1400px; padding: 80px 20px;}
.product_info_page .main_part { max-width:1400px;}

.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; padding: 0px 0px;}
.product_page .product_menu_list { position: relative; width:300px; letter-spacing: 1px; min-height: 0vw; margin-bottom: 50px;}
.product_page .products-list{ width:calc(100% - 350px) !important;}
.product_page .products-list,
.product-wrapper { width: 100%;}
ul.page { width: 100%;}

.product-layer-two li a {background: #ffffff; color: #444444; text-align: left; border: 0px #dadada solid; border-bottom: 1px #ececec solid; padding: 10px 16px;transition:all ease .3s; letter-spacing: 1px; font-size: 15px;}
.product-layer-two li a:hover {background: #e1e1e1;transition:all ease .3s;}
.product-layer-two li.active a {border: 0px #ccc solid;}
.product-layer-two li ul { position:static; margin-top:1px;width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; }
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:10px 15px;  background:#ffffff;}
.product-layer-two li li:hover > a {background: none; color: #cd631d;}
.product-layer-two > li { width: 300px; max-width:100%; padding:0; text-align:left; border-bottom:0px dotted #ccc;}
.product-layer-two > li ul > li + li { margin-top:1px;}
.products-list .name {text-align: center; letter-spacing: 1px; height: unset;}
.product-layer-two li i.close::before , .fa-circle-plus::before {color: #DFDFDF;}
.product-layer-two ul {grid-gap: 0px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 12px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -8px; clip-path: polygon(0 0, 100% 50% , 0 100%);}

.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;}

.products-list .more { border: 1px solid #DFDFDF; color: #ffffff; background: #DFDFDF; font-weight: 500; opacity: 1; transition: 0.3s ease; font-size: 13px; letter-spacing: 1px; border-radius: 50px; transition: 0.3s ease;} 

/*詳細資料*/
.products-list .item a:hover .more {background: #E4DCCE; transition: 0.3s ease;} /*1*/

/*滿版*/
.products-list {grid-gap:20px; grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));}

/*相關推薦*/
.prod_related h6 span:before {color: #444; letter-spacing: 2px; font-weight: 500;}
.lastPage {
    background: #DFDFDF;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 10px;
    margin: 40px auto;
    width: 130px;
    text-align: center;
    border-radius: 10px;
}

.prod_related {background: none; padding: 100px 15px 70px 15px;}


/*內頁*/
#prod_thumbSwiper .swiper-slide::before {background:#ffffff;}
.pd_tabTitle li.activeTab::after {height: 0px;}
.pd_tabTitle li.activeTab a {color:#444;}
.swiper-button-next, .swiper-rtl .swiper-button-prev {right: var(--swiper-navigation-sides-offset, 15px);}
.swiper-button-prev, .swiper-rtl .swiper-button-next {left: var(--swiper-navigation-sides-offset, 15px);}
.proImgSwiper {background: none;}
.sidebarBtn {border: 0px #f4f4f4 solid; background: none;}
.pd_tabTitle li {border-bottom: 1px solid #d7d7d7;}

/*特*/
.sidebarBtn h2 {color: #444; letter-spacing: 1px;}
.products-list .pic {color: #b5b6b7;}
.products-list .pic img {transform: scale(1); transition: 0.5s ease;}
.products-list .pic img:hover {transform: scale(1.1); transition: 0.5s ease;}
.products-list .pic img{left: 50%; top: 50%;}

.products-list .price .sp_price {text-align: left;}
.products-list .price b{text-align: right; font-weight: 500; font-size: 15px;}


.inquiry_a1{background: #DFDFDF; }
.inquiry_a2{background: #DFDFDF; }
.inquiry_a3{background: #DFDFDF; }
.inquiry_a1, .inquiry_a2, .inquiry_a3 {border-radius: 50px; letter-spacing: 2px;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #4D4D4D;}

.products-list .price b , .ori_price {color: #b5b6b7; font-weight: 700;}
.products-list .price .sp_price , .sp_price {color: #4D4D4D; font-weight: 700;}
.sidebarBtn .sp_price {color: #4D4D4D;}

@media screen and (max-width: 1200px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));}
.products-list .price b {text-align: center !important; width: 100%; display: block;}
.products-list .price .sp_price {text-align: center;}
}
@media screen and (max-width: 980px) {
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product-layer-two {grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));}
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.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;}
.mobile_product_name {text-align: center;}

.product-layer-two > li {width: 100%;}
.product-layer-two li a {text-align: left;}
.product_menu_list>h5 {padding: 7px 16px; color: #444; font-weight: 500;}
a.pd_menu_toggle i {color: #c9c9c9;}

.product_page .products-list {width: 100% !important;}
#prod_thumbSwiper img {max-width: 150px; width: 100%;}
}
@media screen and (max-width: 480px) {
.products-list {grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));}
#prod_thumbSwiper .swiper-slide {height: 100px !important;}
.product_page .main_part {padding: 50px 20px 10px;}
.products-list .price b {text-align: center !important;}
}


/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*首頁的*/
.i_prod_tit h2 , .i_prod_tit span , .i_blog_ri em{display: none; /*0409*/}
.i_blog_ri h5 {padding: 5px 0; color:#b5b6b7;}
.i_prod_b {max-width: 1400px;}
.i_blog_b {max-width: 1400px;}
.blog_list_le, .i_blog_le {border: 0px solid #f4f2f0;}
.i_blog_le img, .blog_list_le img {border: 0px solid #e0e0e0;}
.i_blog_b a {display: none;}
.module_i_news .title_i_box h6 {font-size: 26px; font-weight: 900; color: #e1e1e1;}
.module_i_news .title_i_box h4 {font-size: 28px; font-weight: 500; color: #b5b6b7; display: none;}
.module_i_news {padding: 100px 20px 100px 20px;}
.news_related h6 span:before {color: #25191B; font-size: 28px; content: '相關文章';}
.news_related h6 {max-width: 1500px; text-align: center;}
.news_related {background:#ffffff; padding: 120px 15px 100px 15px; max-width: 1400px; width: 100%; margin: 0 auto;}

.blog_page .main_part , .blog_in_page .main_part {max-width: 1400px;padding: 80px 20px 0px 20px;}
h4.blog_category_title{font-size: 28px; color: #25191B;}
h4.blog_category_title span{font-size: 24px;}

/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {  display: grid;  gap: 20px;}
.module_i_news li , .subbox_item {  width: 100%;}
.module_i_news li a , .subbox_item a {padding: 5px;grid-template-columns: 40% 1fr;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; border: 0px #ddd solid;}
.subbox_item a:after {background: none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {width: 100%;}
.blog_list_ri {padding: 10px 2px;}
.i_blog_le , .blog_list_le{position: relative;padding-bottom: 100%;height: 100%;}/*文章縮圖長寬比例，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_le {padding: 0;}
.blog_le .accordion {background: #fff; border:none; border-bottom: 1px #dcdcdc solid;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #383838 !important;}
.submenu a:hover {background: #6b6b6b;}
.submenu {background: none;}

/*首*/
.module_i_news ul{max-width: 1400px; width: 100%;	grid-template-columns:1fr 1fr 1fr 1fr;}

/*功*/
.blog_subbox{grid-template-columns:1fr;}
.blog_subbox:before{content:none;}

/*文章管理/內層＝＝*/
.blog_back {grid-gap: 20px;}
.blog_back a{
    font-size: 15px;
    color: #808080;
    border-top: 1px solid #dfdfdf;
    padding: 12px 15px 15px 15px;}
.blog_back a.article_btn_prev{background:none;}
.blog_back a.article_btn_back{background:none;}
.blog_back a.article_btn_next{background:none;}

.blog_search input[type=search] {border:solid 1px #eaeaea; background: #ffffff; border-radius:0;}
.blog_le .accordion {}
.pageIndex h5.blog_le_t span {display:none;}
h5.blog_le_t em {}
.blog_list_ri em {color: #5a5a5a;/* display: none; */font-family: "Noto Sans TC";}
.blog_list_ri h5 {font-weight: 500;padding: 10px 0 5px 0;color: #25191B;font-family: 'Aboreto', 'Noto Serif TC';-webkit-line-clamp: 2;font-size: 28px;}
.blog_ri {width: 100%; padding: 0 0 0 0px;}
.subbox_item {margin-bottom: 30px;border-bottom: 0px #eee solid;}
.blog_list_ri>*+* {margin-bottom: 30px;}
a.news_menu_toggle i {display: none;}


/*特效*/
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: #383838;}
h5.blog_le_t span {display:none;}
h5.blog_le_t em , .i_blog_ri em {display:none !important;}
.module_i_news li a:before , .subbox_item a:hover:before , .subbox_item a:hover:after {opacity: 1;}
.subbox_item a:before , .module_i_news li a:before {opacity: 1;right: 10px;}
.subbox_item a:hover:before{background:#444;color:#fff;}
.pageIndex .blog_list_ri p {display: none;}
.blog_list_ri p {line-height: 160%;margin-top: 30px;padding-top: 30px;color: #919191;font-size: 14px;word-break: unset;border-top: 1px #444 solid;}
.i_blog_ri p {margin-top: 6px; display: none;}
.i_blog_ri , .blog_list_ri {padding: 6px 5px 5px 5px;}
.module_i_news li a:after {background: none;}

.blog_list_le , .i_blog_le {
  padding-bottom: 0;
  overflow: hidden;
  }
.subbox_item a:hover .blog_list_le img , .module_i_news a:hover .i_blog_le img{transform: scale(1.1);}
.blog_list_le img , .i_blog_le img {
  transition: all .8s;
  }
.module_i_news li a:before , .subbox_item a:before {
  content: 'READ MORE >';
  font-size: 12px;
  color: #b4b4b4;
  background:#ffffff;
  padding: 15px 30px;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  bottom: 30px;
  }
.subbox_item a {padding-bottom: 30px;border-bottom: 1px #ccc solid;overflow: hidden;height: 400px;grid-gap: 30px;}
.accordion li+li .link {border-top: 0px solid #ccc;}
.blog_shareData {flex-direction: row;}


/*主選單*/
.blog_le {width: 100%;}
.blog_le .accordion {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 0;
  padding: 0 0px;
  overflow: inherit;
  background: none;
  border-bottom: 1px #eaeaea solid}
.blog_le .accordion li {
  float: left;
  position: relative;
  text-align: center;}
.accordion li .link a {color: #868686;padding: 15px 20px;}
.fa-chevron-down::before{display: none;}
.submenu a{letter-spacing: 0px; background: #ffffff; color: #a4a4a4;}
.news_tags {margin-bottom: 30px; display: inline-block;}
.news_tags a {color: #808080;}
.news_related_list li a {
    background: none;
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
    text-align: left;}
.news_related_list li a p {line-height: 160%; padding: 15px 0 5px 0; color: #25191b; font-weight: 500; font-size: 17px;}
.news_related_list {max-width: 1520px; grid-gap: 38px; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
.news_related_b_box {max-width: 1500px; width: 100%; margin: 0 auto;}
.blog_search input[type=search] {
  border: solid 1px #eaeaea;
  background: #eaeaea;
  border-radius: 2px;
}
.submenu li.on_this_category a, .submenu a:hover {background: #5c5c5c;}
.submenu li+li {border-top: 0px solid #747474;}

.blog_box {padding: 0;}
.blog_box_edit .edit {color: #25191B;}
.articel_mainPic img {max-width: 50%;} /*圖片比例*/

.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {color: #444 !important;}
@media screen and (max-width: 768px) {
.subbox_item a{
   height: 250px;
}
}
@media screen and (max-width: 500px) {
  .blog_subbox {grid-template-columns: 1fr;}
	.subbox_item a{
    display: flex;
    flex-direction: column;
    height: auto;
    grid-gap: 0px;
    padding-bottom: 60px;
    border-bottom: 0;
}
	.blog_list_le {
    aspect-ratio: 4 / 3;
}
	.subbox_item a:before{left:0;background:#333;color:#fff;padding: 15px 15px;}
}
@media screen and (max-width: 375px) {
  .blog_le .accordion li {width: 100%;}
}
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
#bottom_menu {display: none; } 
#to_top { bottom:21px;}

/*漢堡選單*/
.stellarnav.mobile {padding: 20px;display: flex;justify-content: flex-end;}
.stellarnav .menu-toggle:after {color: #989898;font-size: 11px;}
.stellarnav .menu-toggle span.bars span {height: 1px;margin: 0 auto 6px;width: 32px;background: #989898;}
}

@media screen and (max-width: 600px) { 
}




