@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body {
	font-family: "Noto Serif TC", serif;
}
/*#content:not(.other_select_page #content){
  min-height: 80vh;
  background: url(https://pic03.eapple.com.tw/chingfeng/bg02.jpg);
  background-size: cover; 
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*電腦LOGO*/

/*.pageIndex .nav-brand img {
	filter: brightness(0) invert(1);
}*/
/*.nav-brand {
    max-width: 55%;
	padding-top: 8px;
}*/
.nav-brand {
    max-width: 37%;
}

/*內頁header*/

.header_area, .header_area.sticky {
	background: #ffffff;
	position: sticky;
}
.nav-brand img {
	background: #ffffff;
	padding: 6px;
}
.nav-header {
	top: -10px;/*
	 max-width: 100%;*/
}
/*首頁header*/

.stellarnav>ul>li>a {
    background: transparent;
    color: #474747;
    padding: 0px 15px;
    transition: .5s;
    font-size: 15px;
    letter-spacing: 4.5px;
    font-weight: 500;
}

.pageIndex .header_area {
	top: 0;
    position: fixed;
    background: linear-gradient(
        to right,
    rgb(243, 211, 173) 0%,
    rgba(154, 126, 100, 0.75) 35%,
    rgba(70, 61, 55, 0.85) 68%,
    rgba(0, 0, 0, 0.88) 100%
    );
    transition: all 0.4s ease-in-out;
    padding: 9px 0;
}

.pageIndex .stellarnav>ul>li>a {
    background: transparent;
    color: #fff;
    padding: 0px 15px;
    transition: .5s;
    font-size: 15px;
    letter-spacing: 4.5px;
    font-weight: 500;
}


.stellarnav>ul>li>a:hover {
    color: #c4a141;
}


.stellarnav>ul>li>a:hover b {
	color: #d14828;
	transition: .5s;
	font-weight: 500;
	font-size: 15px;
    letter-spacing: 1.5px;

}
.stellarnav>ul>li.has-sub>a {
	padding: 0px 15px;
}
.pageIndex .nav-brand img {
	background: transparent;
    padding: 0px;
    border-radius: 0px;
   filter:
        drop-shadow(0 0 3px rgba(243, 211, 173, 0.9))
        drop-shadow(0 0 8px rgba(243, 211, 173, 0.65))
        drop-shadow(0 0 15px rgba(243, 211, 173, 0.35));

}
/*.pageIndex .nav-header {
	top: 0px;
	max-width: 70%;
}*/
/*首頁header sticky*/

.pageIndex .header_area.sticky {
    width: 100%;
    z-index: 9999;
    /*background: #ffffff;*/
    transition: all .3s ease-in-out;
    padding: 1vw 0vw 0.8vw;
}
/*.pageIndex .header_area.sticky .main_header_area .container {
    margin: auto;
    background: #ffffff;
    padding: 16px 30px 4px;
    transition: 0.5s;
    border-radius: 0px;border-bottom:none
}*/

.pageIndex .navigation {
	display: grid;
	grid-template-columns: 250px 1fr;
}
/*header ALL*/

.me_tp_features {
	display: none;
}
.navigation {
	display: flex;
	align-items: center;
}
.stellarnav li.has-sub>a:after {
	display: none;
}
.main_header_area .container {
	max-width: 92%;
	transition: all .4s ease-in-out;
}
.stellarnav ul ul {
    background: transparent;
}
.stellarnav ul {
    padding: 10px 0 0;
}
.stellarnav li li {
	border: none;
}
.stellarnav li li a {
    color: #2e2e2e;
    background: rgb(214 214 214 / 55%);
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 20px;
    line-height: 160%;
    transition: all .5s;
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav li li.has-sub > a {
    padding: 10px 20px;
}
.stellarnav>ul>li ul li a:hover {
    background: #d14828;
    transition: all .5s;
    color: #fff;
}
/*footer*/

.footer_info li p:before {
    position: absolute;
	display: inline-block;
    left: 75px;
    text-align: justify;
    text-align-last: justify;
    color: #727272;
	    width: 76px;
}

.footer_info li p {
    padding-left: 61px;
}


p.taxid a {
    pointer-events: none;
}
.footer_menu a:first-child {
	display: none;
}
.footer {
	background:#ffffff;
}
.footer .center {
	padding: 20px 0px;
}
.center {
	max-width: 1600px;
}
.footer_info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-left: 60px;
	grid-gap: 10px;
}
.footer_menu {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(110px, 100%), 1fr));
	gap: 28px;
}

/*---------------------*/
/*.footer_menu a {
	position: relative;
	margin: 0;
	text-align: center;
	color: #ffffff;
	background: transparent;
	border: none;
	border-bottom: 1pt solid #89cceb;
	padding: 10px 0px;
	overflow: hidden;
	z-index: 1;
}

.footer_menu a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0%;
	background: #9ccddd;
	z-index: -1;
	transition: height 0.3s ease;
}
.footer_menu a:hover::before {
	height: 100%;
}*/
.footer_menu a {
  position: relative;
  margin: 0;
  text-align: center;
  color: #bdbdbd;
  background: #f5f5f5;
  border: none;
  border-bottom: 1pt solid #ffffff00;
  padding: 2px 0;
  overflow: hidden;
  transition: transform 0.2s ease;
}

/* ❤️ 心跳動畫 */
@keyframes heartbeat {
  0%   { transform: scale(1); }
  20%  { transform: scale(1.12); }
  40%  { transform: scale(1); }
  60%  { transform: scale(1.08); }
  100% { transform: scale(1); }
}

.footer_menu a:hover {
  animation: heartbeat 0.7s ease-in-out;
  color: #fff;
  background: #d04729;
}


/*---------------------*/

.footer_logo img {
	padding: 10px;
	width: 200px;
}
.footer_info li:nth-child(1) p a {
    margin-left: 30px;
}
.footer_info li:nth-child(2) {
	padding-top: 25px;
}
.footer_info li p/*, .footer_info li a*/ {
    color: #727272;
}

/*.footer_info li:nth-of-type(1) p:nth-of-type(n+2):before {
    letter-spacing: 1em;
}*/

.box_link {
	display: none;
}
.box_link a {
	transition: all 0.3s;
}
.box_link a:hover {
	background: #ADA17E;
	color: #fff;
}
.copy {
	background: #ffffff;
	color: #545454;
	border: none;
	font-size: 11px;
	letter-spacing: 0.5px;
	padding: 5px 0;
}
.copy a {
	color: #545454;
	transition: all 0.3s;
}
.privacyLinks a+a {
	border-left: none
}
.copy a:hover {
	color: #d04729;
}
/*側邊按鈕*/
.info_fix>span{  display: none;}
.info_fix_links {  display: none !important;}
.linksBtn { display: none;}

@media screen and (max-width: 768px) {
	.footer_info {
		padding: 0 110px;
	}
	.footer_info li p:before {
    left: 114px;
}
.copy {
    margin-bottom: 50px;
}

}

@media screen and (max-width: 600px) {
	.footer_info {
		padding: 0 70px 0 30px;
	}
	.footer_info li p:before {
    left: 36px;
	}
    .footer_menu {
        gap: 5px;
        grid-template-columns: repeat(auto-fit, minmax(min(100px, 100%), 1fr));
    }
}

/*大圖特效******************************************/

#content_main {
	margin: 0;
}
.swiper-banner {
	position: static;
	margin: 0;
	height: auto;
}
.swiper-slide {
	padding: 0px !important;
	position: relative;
}
.swiper-slide img {
	height: auto;
    width: 100%; /* 確保圖片填滿 */
}
.swiper-pagination {
	display: none;
}

@media screen and (max-width: 768px) {
	.bannerindex {
		padding: 0;
		margin: 0;
	}
}

/* --- 主標題圖 (使用 :after) --- */
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background: url('https://pic03.eapple.com.tw/chingfeng/title03.png') no-repeat right center;
    background-size: contain;
   bottom: 19%;
    right: 39%;
    width: 45vw;
    height: 40vw;
    animation: fade-in-top 1s cubic-bezier(.1, .300, .400, 0.2) both;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw/chingfeng/title05.png) no-repeat right center;
    background-size: contain;
    bottom: 26%;
    right: 37%;
    width: 21vw;
    height: 30vw;
    animation: wave-reveal 4s both;
}

/* --- 新增裝飾圖 (使用 :before) --- */
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw/chingfeng/title04.png) no-repeat center center;
    background-size: contain;
    top: 51%;
    left: 16%;
    width: 45vw;
    height: 10vw;
    animation: fade-in-top 1s both;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw/chingfeng/title06.png) no-repeat center center;
    background-size: contain;
    top: 5%;
    left: 62%;
    width: 27vw;
    height: 40vw;
    animation: fade-in-top 1s both;
}
/* --- 針對手機版 (RWD) 的微調 --- */

@media screen and (max-width: 768px) {
   
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::after {
        bottom: 16%;
        right: 39%;
        width: 54vw;
    }

   .bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::after {
        bottom: 19%;
        right: 40%;
        width: 18vw;
        height: 30vw;
    }

    .bannerindex .swiper-slide.swiper-slide-active:nth-child(1)::before {
        top: 60%;
        left: 8%;
        width: 53vw;
        height: 10vw;
    }

    .bannerindex .swiper-slide.swiper-slide-active:nth-child(2)::before {
        top: 8%;
        left: 60%;
        width: 36vw;
        height: 40vw;
    }
	
	

}


/* --- 動畫設定 --- */
@keyframes fade-in-top {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes wave-reveal {
	0% { clip-path: ellipse(100% 0% at 0% 0%); }
	100% { clip-path: ellipse(100% 100% at 50% 50%); }
}


/*購物車側選單*********************************************/

.product-layer-two li a {
	padding: 10px 16px;
	color: #FAF7EF;
	background: #2b2b2b;
	position: relative;
	border: none;
}
.product-layer-two li a:hover {
	color: #000;
	background: #d14828;
	transition: all .4s ease-in-out;
}
.product-layer-two li.active a {
	border: none;
	font-weight: 400;
	color: #000;
	background: #d14828;
}
.product-layer-two li i {
	top: 4px;
	color: #FAF7EF;
	transition: 0.3s;
}
.product-layer-two li i:hover {
	filter: drop-shadow(2px 2px 3px #4f5a47);
	transform: rotate(45deg);
	color: #FFF;
	transition: 0.3s;
}
.product-layer-two li.active li a {
	font-weight: 400;
	letter-spacing: 2px;
	color: #444;
	background: transparent;
}
.product-layer-two li li a {
	padding: 5px 10px;
	color: #444;
	transition: all 0.4s;
}
.product-layer-two>li {
	width: 100%;
	max-width: 100%;
	padding: 0;
	text-align: left;
	padding-bottom: 5px;
}
/*商品外觀*/

.products-list .price b {
	color: #000;
	letter-spacing: 1px;
	font-weight: 400;
	padding-left: 25px;
	position: relative;
}
.products-list .price b::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #d14828;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.products-list .name {
	font-size: 16px;
    color: #493e33;
    letter-spacing: 1px;
    font-weight: 800;
    border-bottom: 1pt solid #cad3c3;
    height: 60px;
}
.animated-arrow {
    background: #d14828;
}
.products-list .more {
	display: none;
}
.products-list .item a {
	padding-bottom: 0px;
	position: relative;
}
.products-list .pic:before {
	content: "READ MORE";
	letter-spacing: 2px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	line-height: 161%;
	background: #d14828;
	opacity: 1;
	transition: all 0.3s;
	font-size: 14px;
	width: 100%;
	color: #000;
}
.products-list .pic img {
	border-radius: 5px;
	transition: all 0.6s;
}
.products-list a:hover .pic:before {
	opacity: 0;
}
.products-list a:hover .pic img {
	transform: translate(0%, 0%) scale(1.1);
	filter: none;
	transition: all 0.6s;
}
/*商品內頁側邊單*/

.sidebarBtn {
	border: none;
	background: transparent;
	color: #000;
}
.product_info li .txt_box {
	color: #000;
}
.sidebarBtn .price span {
	color: #d14828;
	font-weight: 800;
	border-radius: 50px;
	text-align: justify;
	font-size: 17px;
	margin: 8px 0px;
}
.edit {
	margin: auto;
	padding: 20px 0;
	color: #000000;
}
.product_info li span {
	color: #000000;
	letter-spacing: 1px;
	font-family: "Noto Serif TC", serif;
	font-weight: 400;
}
.sidebarBtn h2 {
	color: #d14828;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: 500;
}
.sidebarBtn .price {
	color: #444;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #adb8a4;
}
.radio-inline__label {
	color: #fff;
}
.radio-inline__input:checked+.radio-inline__label {
	background: #d14828;
	color: #2b2b2b;
}
.inquiry_a3 {
	background: #d14828;
}
.inquiry_a3:hover {
	letter-spacing: 2px;
	background: #ffffff;
}
/*商品推薦*/

.prod_related {
	background: #1e1e1e;
	padding: 25px 15px;
}
.related_list li a {
	background: #FAF7EF;
	height: 100%;
	padding: 11px;
	border-radius: 10px;
	transition: all 0.5s;
}
.related_list li a:hover {
	box-shadow: 3px 3px 3px #afafaf45;
	transform: translate(0%, 0%) scale(1.1);
	transition: all 0.5s;
}
.pd_tabTitle li.activeTab::after {
	height: 2px;
	background: #d14828;
}
.pd_tabTitle li.activeTab a {
	color: #000000;
}
.prod_related h6 {
	max-width: 100%;
	margin: 0px auto 48px;
	background: transparent;
	text-align: center;
	padding: 8px 0px;
}
.prod_related h6 span:before {
	color: #fff;
}
.related_list li a p {
	padding-top: 10px;
}
.lastPage {
	color: #fff;
	background: #c4a141;
	border-radius: 50px;
	padding: 10px 20px;
	margin: 55px auto 40px;
	text-align: center;
	transition: all 0.3s;
}
.lastPage:hover {
	background: #d14828;
	color: #ffffff;
	transition: all 0.3s;
}
.path p, .path p a {
	display: none;
}
@media screen and (max-width: 768px) {
	.product_page .product_menu_list>h5 {
		display: block;
		font-size: 20px;
		font-weight: 400;
		padding-left: 7px;
	}
	a.pd_menu_toggle i {
		color: #444;
	}
}
/* 商品下拉超過30個變大 */

.stellarnav.desktop li.bigMenu>ul {
    top: 26px;
    left: 0;
    width: 67%;
    position: absolute;
    padding: 20px;
    max-width: 1000px;
    min-width: 211px;
    transform: translateX(-1%);
}
.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;
}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */

.product_page .main_part {
	max-width: 1500px;
}


/* 統一表單文字字型 */
.contact_page .contact_content,
.contact_page .contact_content h4,
.contact_page .contact_content ul,
.contact_page .contact_content li,
.contact_page .contact_content div,
.contact_page .contact_content span,
.contact_page .contact_content input,
.contact_page .contact_content textarea,
.contact_page .contact_content button,
.contact_page .contact_content blockquote,
.contact_page .contact_content cite {
    font-family: "Noto Serif TC", "PingFang TC",
                 "Microsoft JhengHei", serif;
}
.contact_page .blank_letter {
    letter-spacing: 0.08em;
}
.contact_page .blank_letter .note {
    letter-spacing: 0.05em;
}
.contact_page .contact_form li {
    grid-template-columns: 135px minmax(0, 1fr);
    gap: 25px;
}
.contact_page .contact_form li .form__label {
    letter-spacing: 0.08em;
    white-space: nowrap;
}.contact_page .contact_form input,
.contact_page .contact_form textarea {
    width: 100%;
    min-width: 0;
    letter-spacing: 0.04em;
    box-sizing: border-box;
}

.contact_page .main_part {
   display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: clamp(25px, 3vw, 50px);
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: clamp(30px, 4vw, 60px) 30px;
    box-sizing: border-box;
}
.contact_page .contact_editbox,
.contact_page .contact_content {
    width: auto;
    min-width: 0;
    margin: 0;
}
.contact_page .contact_content {
    padding: 20px 10px;
	margin-right: 197px;
}
.contact_page .contact_editbox {
    padding: 10px;
}
.contact_page .information_right {
    width: 100%;
    padding: 30px 50px 10px;
    box-sizing: border-box;
}
.contact_content .information_right {
    background: #ececec63;
    border-radius: 30px;
    padding: 120px 49px;
    width: 141%;}


@media screen and (max-width: 1400px) {
     .contact_page .main_part {
    max-width: 1400px;
}}

/* 平板開始改為上下排列 */
@media screen and (max-width: 1024px) {
    .contact_page .main_part {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 40px 25px;
		
    }

    .contact_page .contact_content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
		margin-right: 0px;
    }
	.contact_content .information_right {
    padding: 120px 49px;
    width: 100%;
}
	
}

@media screen and (max-width: 600px) {
    .contact_page .main_part {
        padding: 25px 15px;
    }

    .contact_page .contact_editbox {
        padding: 0;
    }

    .contact_page .contact_content {
        padding: 10px 0;
    }

    .contact_page .information_right {
        padding: 25px 20px 15px;
        border-radius: 24px;
    }

    .contact_page .contact_form li {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .contact_page .contact_form li .form__label {
        width: 100%;
        max-width: none;
        margin-bottom: 2px;
        text-align: left;
        white-space: normal;
    }

    .contact_page .blank_letter {
        font-size: 22px;
    }
}

/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content, .product_info_page .show_content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
}
.product_page .product_menu_list {
	position: relative;
	width: 220px;
	letter-spacing: 1px;
	/*border-right: 1px solid #ccc;*/
	min-height: 30vw;
}
.product_page .products-list,
.product_page .product-wrapper {
    width: calc(100% - 270px);
}
ul.page {
	width: 100%;
}
.product-layer-two li ul {
	position: static;
	margin: 13px 0px;
	/*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:hover>a {
	background: #fff;
	color: #93a877;
}
.product-layer-two>li ul>li+li {
	margin-top: 5px;
}
.product_info_page .product-layer-two {
	display: none;
}
.product_info_page .products-list,
.product_info_page .product-wrapper {
    width: 100%;
}
.product-layer-two li li:hover {
	margin-left: 23px;
}
.product-layer-two li li>a:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 8px;
	background: transparent;
	left: 0;
	margin-left: -20px;
	top: 50%;
	margin-top: -4px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.product-layer-two li li:hover>a:before {
	background: #93a877;
}
.product_info_page .half_box {
	width: 100%;
	float: none;
	padding-right: 0;
}
.product_info_page .half_box li.btn_blankTop {
	margin-top: 50px;
	justify-content: space-between;
	display: flex;
}
.product_info_page .half_box li.btn_blankTop input {
	width: calc(50% - 10px);
	background-image: none;
	padding: 0;
	text-align: center;
}
@media screen and (max-width: 1200px) {
    .pageIndex .navigation {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 15px;
		background: transparent;
    }
	.pageIndex .nav-brand img {
    filter: none;
}
	

.stellarnav ul {
    text-align: center;
}

	.pageIndex .header_area, .pageIndex .header_area.sticky {
		/*position: sticky;
        top: 0px;
        transition: none;
        background:#ffffff;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;*/
        /*pointer-events: none;*/
		position: sticky;
    top: 0px;
    transition: none;

    background-color: #ffffff;
    background-image: url('https://pic03.eapple.com.tw/chingfeng/0101.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
		
		 
	}
		/*.header_area, .header_area.sticky {
    border-bottom: 2px solid #2f3160;
}*/
.pageIndex .stellarnav>ul>li>a {
    color: #191919;
}
}
@media screen and (max-width: 1024px) {
	/*HEADER*/
	.nav-header {
		position: relative;
	}
	/*.nav-brand {
		margin: 10px auto;
	}*/
	/*內頁HEADER*/
	/*.nav-brand img {
		background: transparent;
		padding: 20px 0px 0px 0px;
	}*/
	/*.pageIndex .header_area{
		top: 0px;
		background: #ffffff;
		position: sticky;
	}*/
	/*STICKY HEADER*/
	.main_header_area .container{
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {

	/*.pageIndex .header_area.sticky .nav-brand {
margin: 5px auto 0px;
        width: 200px;
}*/
	.pageIndex .navigation {
		display: flex;
		align-items: center;
	}
	/*.nav-brand {
		margin: 5px auto 0px;
		width: 200px;
	}*/
	.product_menu_list, .products-list, .product-wrapper {
		width: 100%;
	}
	.pageIndex .navigation {
        padding-top: 0px;
    }
	.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 .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;
	}
	/*選單MENU*/
	.stellarnav .menu-toggle:after {
		color: #ffffff;
	}
	.stellarnav .menu-toggle span.bars span {
		background: #ffffff;
	}
	/*漢堡單*/
	.stellarnav.mobile.right>ul, .stellarnav.mobile.left>ul {
		top: -1px;
		background: #ffffff;
		border-right: none;
	}
	.stellarnav>ul>li.has-sub>a {
		padding: 10px 43px 10px 10px;
	}
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
		background: #ffffff;
	}
    .stellarnav.mobile>ul>li>a {
        color: #000000;
        text-shadow: none;
        font-size: 13px;
        border: none;
        display: flex;
        flex-direction: column;
		line-height: 346%;
    }
    .stellarnav.mobile > ul > li > a b:nth-of-type(2) {
        color: #d14828;
        font-weight: 400;
    }
	.stellarnav>ul>li>a:hover b {
    color: #fff;
    font-weight: 400;
}
	.stellarnav.mobile li.open {
		 background: rgb(194 223 235 / 78%);
		padding: 0px;
	}
	.stellarnav li li:last-of-type {
		border-bottom-width: 0px;
	}
	.stellarnav.mobile>ul>li {
		border-bottom: 1px #9f9f9f solid;
	}
	.stellarnav.mobile li.open li a:not(.dd-toggle):not(.icon-plus) {
        margin-left: 24px;
        font-size: 14px;
        border-left: 1pt solid #ffffff00;
        padding: 7px 9px;
        color: #fff;
        border-bottom: none;
    }
	.stellarnav a.dd-toggle .icon-plus:before ,.stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #d14828;
}
a.close-menu.full {
    color: #d14828;
}
.stellarnav .icon-close:before,.stellarnav .icon-close:after {border-bottom: solid 3px #d14828;}
	.stellarnav.mobile > ul > li > a.dd-toggle {
    padding-top: 15px;
}
	.stellarnav li a {
		color: #fff;
		background: transparent;
		border-radius: 0px;
	}
	.stellarnav>ul>li ul li a:hover {
		background: transparent;
	}
	.stellarnav.mobile ul ul {
		padding: 2px;
		background: rgb(18 66 86);
	}
	.stellarnav.mobile li.open li.open {
		background: #232323;
		padding: 0px;
	}
	.stellarnav.mobile ul ul ul {
		margin-left: 30px;
	}
	.stellarnav li li a {
    background: rgba(18, 66, 86, 0.55);
}
}
@media screen and (max-width: 600px) {
	
	.stellarnav.mobile {
        top: 10px;
    }
	.pageIndex .stellarnav.mobile {
        left: 18px;
        top: 7px;
    }
	
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/

#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;
	}
	.nav-header {
        position: static;
		margin-top: 8px;
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/

.banner {
	background-image: url(https://pic03.eapple.com.tw/chingfeng/banner-09.jpg);	
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 2000 / 400;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    animation: fade-in-left .6s cubic-bezier(.39, .575, .565, 1.000) both;
    padding: 0px;
    min-height: auto;
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.banner h5 {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 700;
    animation: fade-in-top .8s 
cubic-bezier(.39, .575, .565, 1.000) both;
    animation-delay: .3s;
    top: 0;
}

.banner.banblog {
	background-image: url(https://pic03.eapple.com.tw/chingfeng/banner-09.jpg);	
}
.banner.banE {
	background-image: url(https://pic03.eapple.com.tw/chingfeng/banner-09.jpg);
}
.banner.banC {
	background-image: url(https://pic03.eapple.com.tw/chingfeng/banner-09.jpg);
}


.banner.banB{display: none;}
@media screen and (max-width: 768px) {

.banner {
	aspect-ratio: unset;
    background-size: cover;
    min-height: 340px;
}

}


@media screen and (max-width: 600px) {

.banner h5:after {
    width: 300px;
}

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章*/

.blog_search input[type=search] {
	border-radius: 0px;
}


h5.blog_le_t {
	display: flex;
	justify-content: center;
	font-family: "Noto Serif TC", serif;
	font-weight: 400;
	color: #dfdfdf;
}
h5.blog_le_t span {
	display: none;
}
.blog_le .accordion {
	border: none;
	border-radius: 0px;
}
.accordion li .link a {
	letter-spacing: 2px;
	font-weight: 700;
	color: #404040;

}
.blog_list_ri h5 {
    color: #404040;
    font-size: 17px;
    letter-spacing: 1px;
	font-weight: 700;
}
h5.blog_le_t em {
    color: #404040;
	font-weight: 700;
}
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));

}
.blog_le .accordion>li:hover, .blog_le .accordion>li.on_this_category {
	background: #d14828 !important;
	transition: all .4s ease-in-out;
}
.blog_le .accordion>li:hover .link a, .blog_le .accordion>li.on_this_category .link a {
	color: #fff !important;
}

.blog_list_le img {
    aspect-ratio: 1 / 1;
}

.blog_list_ri {
    padding: 5px 0 45px;
}
.blog_list_ri p {
    font-size: 14px;
    color: #9b9b9b;
    letter-spacing: 1.5px;
	}
.blog_back a.article_btn_prev {
    background: #c4a141;
}
.blog_back a.article_btn_next {
    background: #c4a141;
}
.blog_back a.article_btn_back {
    background: #d14828;
}

.news_related h6 span:before {
    font-size: 40px;
    color: #d14828;
    letter-spacing: 1px;
    font-weight: 400;
    content: 'MORE';
   
}
/*
.news_related {
    background: url(https://pic03.eapple.com.tw/chingfeng/more.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	border-top: 10px solid;
}*/
.blog_box_edit * {
    color: #404040;
    letter-spacing: 1.5px;
    font-weight: 400;
    line-height: 180%;
}
.articel_mainPic img {
    display: none;
}
h4.blog_category_title {
    color: #404040;
    font-size: 27px;
    font-weight: 800;
}

.news_related_list li a {
    padding: 10px;
    background: #000000;
}
.news_related_list li a p {
    color: #ffffff;
	letter-spacing: 1px;
}

/*
.submenu li.on_this_category a, .submenu a:hover {
	background: #ffffff;
	color: #FFF;
}

.subbox_item a {
    display: flex;
    flex-direction: column;
    position: static;
}
.subbox_item {
    border: 1pt solid #d1482852;
    padding: 10px;
}


.subbox_item a:hover:before {
	opacity: 0;
	transition: all .5s;
}
.subbox_item a:after {
	top: 0;
	bottom: -1px;
	border: none;
	transition: all .5s;
	background: linear-gradient(to bottom, #ffffff00, #d1482866);
	height: 0%;
}
.subbox_item a:hover:after {
	opacity: 1;
	height: 100%;
}*/


/*---------------*/
.subbox_item {
  position: relative;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(210,182,107,0.3);
}
.subbox_item::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #c4a141;
  pointer-events: none;
  clip-path: inset(0 100% 100% 0);
}

.subbox_item::after {
  content: "查看更多";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #d14828;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.35s ease;
  z-index: 2;
  pointer-events: none;
}

.subbox_item:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.subbox_item:hover::before {
  animation: borderRun 0.9s linear forwards;
}

.subbox_item a:after {
   
  display: none;
}

.subbox_item a {
  display: flex;
  flex-direction: column;
  position: relative;
}

.subbox_item a:before {
    bottom: 0px;
    right: 0px;
    font-size: 15px;
    padding: 5px;
    letter-spacing: 1px;
    background: #d14828;
    transition: all .6s;
    color: #000000;
    opacity: 1;
	display: none;
}

@keyframes borderRun {
  0%   { clip-path: inset(0 100% 100% 0); }
  25%  { clip-path: inset(0 0 100% 0); }
  50%  { clip-path: inset(0 0 0 0); }
  75%  { clip-path: inset(100% 0 0 0); }
  100% { clip-path: inset(0 0 0 0); }
}


@media screen and (max-width: 768px) {
	h5.blog_le_t {
		padding-bottom: 15px;
		justify-content: flex-start;
	}
	a.news_menu_toggle i {
		color: #d14828;
	}
}
@media screen and (max-width: 600px) {
	.subbox_item a {
		grid-gap: 25px;
		display: flex;
		position: relative;
		flex-wrap: wrap;
		padding: 16px;
	}
	.subbox_item{
		padding: 0px;
	}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/

.show-list .show_name {
    color: #fff;
    border-left: 3px solid #fff;
    padding-left: 20px;
    font-weight: 400;
    margin-top: 15px;
}

.show-list .item:hover .show_name {
	border-left: 3px solid #d14828;
    color: #d14828;
}

.album_descrip {
    color: #ffffff;
}
.other_album_choice li {
    background: #d14828;
    border: 1px solid #ffffff00;
}

.other_album_choice li:hover{
	background:#7ab6cf ;
}

.overlay {
    z-index: 9999;
    width: 0%;
    transform: none;
    transition: all .7s;
    background: #00000048;
}

.show-list .item:hover .overlay {
    width: 100%;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: all .7s;
}

.show-list .item .show_pic img{
	transition: all .7s;
}

.show-list .item:hover .show_pic img{
	transform: scale(1.1);
	transition: all .7s;
}

.other_subalbum li a p {
	padding: 3px 10px;
	background: #d14828;
	color: #000;
	letter-spacing: 1px;
}
.subalbum-menu h2 {
	display: none;
}
.album_fixed_title {
	color: #fff;
	background: transparent;
}
@media screen and (max-width: 600px) {
    .show-list {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap: 30px;
    }
	.show_content {
		padding: 0px 0;
	}
	.show-list .show_name {
    padding-left: 12px;
    font-size: 15px;
}
}
/*聯絡我們/＝＝＝＝＝*/

/*.information_right .blank_letter {
	display: none;
}*/
.contact_content .information_left {display: none;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert { color: #fff;}
.contact_content { margin-right: 30px;}
.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{
	color:#d14828;
	letter-spacing: 1.5px;
	width: 50px;
}

.list_before.info li {
    color: #404040;
    padding-left: 50px;
}
.list_before {
    color: #e3e3e3;
    letter-spacing: 1.5px;
}

.contact_editbox {
	margin-left: 30px;
    padding: 10px 10px;
	 width: 100%;
}

p.tel {
    padding-bottom: 6px;
}
p.phone {
	padding-bottom: 6px;
}
.contact_form li.last cite {
	background: #c4a141;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.contact_form li.last input {
    color: #fff;
}

.contact_form li.last blockquote input {
    color: #c4a141;
}


/*表格排列版面*/


.red {
	color: #d14828;
}
.blank_letter {
    padding: 0;
    font-size: 24px;
    color: #404040;
    text-align: left;
    letter-spacing: 1.5px;
	font-family: "Noto Serif TC", serif;
}
.blank_letter .note {
	display: block;
	color: #d14828;
	text-align: left;
}

.contact_form li {
	padding: 0;
	align-items: center;
	grid-template-columns: 135px 1fr;
	grid-gap: 25px;	
}
.contact_form li .form__label {
	display: block;
	width: 100%;
	max-width: 100%;
	text-align: start;
	margin: 0 0 5px;
	padding-left: 50px;
	color: #404040;
	letter-spacing: 1.5px;
}

.contact_form li:nth-of-type(4) .form__label {
    padding-left: 63px;
}
.contact_form li.last {
	text-align: center;
	grid-column: 1/-1;
}
.contact_form li.last blockquote, .contact_form li.last cite {
	border: 1px #c4a141 solid;
	padding: 0px 20px;
}
.noborder {
    background: #ffffff;
}

.contact_form li input.noborder {
    border:none;
}
.contact_form li textarea.noborder{
	    border:none;
}
@media screen and (max-width: 600px) {
	.contact_form li .form__label {
		text-align: justify;
		background: transparent;
		font-weight: 400;
		padding-left: 0px;
	}
	.contact_form li:nth-of-type(4) .form__label {
    padding-left: 10px;
}

	.contact_form li {
    grid-template-columns: 1fr;
}
.contact_content .information_right {
    padding: 30px 35px 10px;
}
}
@media screen and (max-width: 768px) {
	/* 開啟手機板下方按鈕所需設定 */
	#bottom_menu {
		display: flex;
		background: #fff;
	}
	#to_top {
		bottom: 60px;
	}
	
	#bottom_menu li a i {
		color: #303030;
	}
	#bottom_menu li a em {
		color:  #303030;
	}

	#bottom_menu li:nth-of-type(3),#bottom_menu li:nth-of-type(4),#bottom_menu li:nth-of-type(6){
		display: none;
	}

}
