@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #ADA17E /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/
  

/*引入字體*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');


/*字型更換*/

.navigation, .stellarnav > ul > li > a b,
.footer_info ul,
.product-layer-two, .products-list, .products-list .name, .product_info_page #content, .product_info li span,
.module_i_news, .blog_box,
body.promotions_page .main_part,.news_part,
body.album_page .show_content, body.album_info_page .show_content, body.album_class_page .show_content,
.contact_editbox, .contact_content, .blank_letter,
.animated-arrow b {
    font-family: "Noto Sans", "Noto Sans TC", sans-serif;
    font-weight: 400;
	letter-spacing: 1px;
}

.list_before.info li, .list_before.info li a, 
.footer_info li p, .footer_info li p a {
    font-family: "Noto Sans", "Noto Sans TC", sans-serif !important;
    font-weight: 400;
	letter-spacing: 1px;
}


.show-list .show_name {
    font-weight: 400;
}


/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.main_header_area{
	/*background: rgba(0,0,0,0.8);*/
    /*box-shadow: 1px 1px 10px rgba(0,0,0,0.07);*/
	/*background: url(https://pic03.eapple.com.tw/tspackage/bg.jpg) no-repeat center center;*/
	background: rgb(245 243 238 / 90%);
	padding: 0px 20px;
}

/*.header_area,.header_area.sticky {
    z-index: 20000000;
}*/

.main_header_area .container {
    max-width: 1600px;
}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation {
	padding: 0px 0px 0px 200px;
}



/*第一層*/
.stellarnav > ul > li > a{
	transition:all 0.3s;
	/*color: #FFF;*/
}
.stellarnav > ul > li > a{
	margin: 30px 1vw;
	padding:0px;
}
.stellarnav > ul > li:hover > a{color: #CAB09E !important;text-shadow: unset !important;}

.stellarnav li.has-sub > a:after {
    height: 8px;
    width: 8px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
	/*border-color: transparent #FFF #FFF transparent;*/
    border-color: transparent #777 #777 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s;
    margin: 0px;
    top: 40px;
    right: -13px;
}

.stellarnav li.has-sub:hover > a:after {
    border-color: transparent #d1692b #d1692b transparent !important;
}




@media screen and (min-width:769px) {
	
	.stellarnav > ul > li > a, .stellarnav li.has-sub > a{
		position:relative;
	}
	
	.stellarnav > ul > li > a::before{
		position:absolute;
		content:"";
		width:0%;
		height:1px;
		background:#CAB09E;
		bottom:0px;
		left:50%;
		transform:translate(-50%,0px);
		transition:.5s;
	}
	
	.stellarnav > ul > li:hover > a::before{
		width:100%;
	}
	
	.stellarnav > ul > li:hover > a b {
		transform: translateY(-40px);
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
	}
	
	
}







/*第二層*/
.stellarnav ul ul {
        background: transparent;

    /*width: 185px;*/
}
.stellarnav > ul > li.drop-left > ul {
    /*right: unset;
    left: 0px;*/
}
.stellarnav li li {
    border: unset;
	margin-bottom: unset;
}
.stellarnav li li > a , .stellarnav li li.has-sub > a{
	padding: 10px 15px;
	transition: all 0.5s;
	color: #FFFFFF;
	border-bottom: 1px solid rgb(255 255 255 / 30%);
    /*background: rgb(0 0 0 / 40%);*/
	background: #e3ceb4;
	
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
	/*color: #ADA17E;
	padding-left:10px;
	border-color:#ADA17E;*/
	padding-left: 20px;
	color: #FFF;
}


@media screen and (min-width: 769px) {
	.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
		background: #dcc4a6;
	}
}



/*第三層*/
@media screen and (min-width: 769px){
	.stellarnav li li.has-sub > a:after, .stellarnav li.drop-left li.has-sub > a:after {
		height: 8px;
		width: 8px;
		display: block;
		border-style: solid;
		border-width: 0 1px 1px 0;
		border-color: transparent #FFF #FFF transparent !important;
		-webkit-transition: border .2s;
		transition: border .2s;
		margin: 0px;
		top: 18px !important;
		right: 15px;
	}
	
	.stellarnav li li.has-sub > a:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.stellarnav li.drop-left li.has-sub > a:after {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		right: 10px;
	}
	
	.stellarnav li li.has-sub:hover > a:after, .stellarnav li.drop-left li.has-sub:hover > a:after {
		border-color: transparent #FFF #FFF transparent !important;
	}
	
	.stellarnav li ul ul {
		/*left: 160px !important;
		right: 0px !important;*/
	}
	
	
	
	.stellarnav li ul ul li:hover > a{
		background: #d5ba97;
	}
	
	
}
.stellarnav li ul ul {
	background: transparent;
}

.stellarnav li ul ul li > a{
	background: #dcc4a6;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}



/*SubMenu*/
.shop_search_btn {    background: #f0c34e; transition:.3s;height: 26px;margin-top: 1px;}
.shop_search_btn:hover {    background: #d68920;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
    transition:.3s;
	/*color: #FFF;*/
}
.me_tp_features a.tp_btn_cart:hover, .me_tp_features a.tp_btn_notice:hover {
    color: #D6C5B2 !important;
}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #ADA17E;}

/*隱藏選單按鈕連結*/
.me_tp_features {
    margin: 0px;
	display: none;
}
.tp_links{display: none;}



/*隱藏中英文翻動動畫*/

/*.stellarnav > ul > li > a b {
    line-height: unset;
   	height: unset;
	transform: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
	transition: unset;
}

.stellarnav > ul > li > a b:nth-of-type(2) {
	display:none;
}*/


.stellarnav > ul > li > a b:nth-of-type(2) {
	letter-spacing:0px;
}

@media screen and (min-width: 769px){
	.stellarnav > ul > li > a b:nth-of-type(2) {
		/*text-transform: none;*/
	}
}






@media screen and (min-width: 1025px) {
	.header_area {
		position: fixed;
		width: 100%;
		top: 0px;
	}
	
	.main_header_area {
		transition: 0.3s ease;
		background: transparent;
		box-shadow: unset;
		background: -webkit-linear-gradient(top, rgba(34,34,34,0.3) 0%,rgba(173,161,126,0) 100%); 
    	background: linear-gradient(to bottom, rgba(34,34,34,0.3) 0%,rgba(173,161,126,0) 100%);
		
		position:relative;
		
		/*background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); 
    	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);*/
	}
	
	.header_area.sticky .main_header_area {
		background: transparent;
		/*background: rgba(0, 0, 0, 0.8);*/
		
		/*box-shadow: 1px 1px 10px rgba(0,0,0,0.07);*/
		/*background: url(https://pic03.eapple.com.tw/tspackage/bg.jpg) no-repeat center center;*/
		/*background: rgba(255,255,255,0.9);*/
	}
	
	.header_area .main_header_area::after {
		content:"";
		position:absolute;
		width:0%;
		height:100%;
		top:0px;
		left:0%;
		background: rgb(245 243 238 / 90%);
		opacity: 0;
	}
	
	.header_area.sticky .main_header_area::after {
		width:100%;
		opacity: 1;
		transition: all 1s;
	}
	
	
	
	.header_area .nav-brand {
		/*filter: invert(100%) grayscale(100%) brightness(500%);
		-webkit-filter: invert(100%) grayscale(100%) brightness(500%);*/
		transition:.3s;
		max-width: 201px;
		/*margin-top: 40px;*/
	}
	
	.header_area.sticky .nav-brand {
		filter: unset;
		-webkit-filter: unset;
		max-width: 160px;
        /*margin-top: 18px;*/
	}
	
	.pageIndex .header_area .nav-brand {
		/*opacity:0;*/
	}
	
	.pageIndex .header_area.sticky .nav-brand {
		opacity:1;
	}
	
	
	
	
	
	/*按鈕列-滑鼠滾動換LOGO圖*/
	/*.header_area .nav-brand::before {
		content:"";
		width:242px;
		height:60px;
		background:url("https://pic03.eapple.com.tw/changrongCASA/logo_w.png")no-repeat center center;
		background-size:100%;
		display: block;
        position: absolute;
		transition:.3s;
		opacity:1;
	}
	
	.header_area .nav-brand img {
		opacity:0;
		transition:.3s;
	}
	
	.header_area.sticky .nav-brand::before {
		opacity:0;
	}
	
	.header_area.sticky .nav-brand img {
		opacity:1;
	}*/
	
	
	
	
	
	
	
	
	
	
	
	
	.stellarnav > ul > li > a {
		margin: 60px 1vw 15px;
		color: #FFFFFF;
		text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
		transition: 0.3s ease;
		padding: 0px 5px;
	}
	
	.header_area.sticky .stellarnav > ul > li > a {
		margin: 25px 1vw 20px;
		color: #343a40;
		text-shadow: unset;
	}
	
	.stellarnav li.has-sub > a:after {
		border-color: transparent #FFF #FFF transparent;
		top: 17px;
		transition: 0.3s ease;
	}
	
	.header_area.sticky .stellarnav li.has-sub > a:after {
		border-color: transparent #777 #777 transparent;
		top: 17px;
	}
	
	
	
	
	
	
	
	/*解決首頁最上方時，按鈕列滑鼠移入字看不清*/
	.header_area:not(.sticky) .stellarnav > ul > li:hover > a {
		color: #FFF !important;
		text-shadow: 0px 0px 10px rgb(0 0 0 / 50%) !important;
	}
	
	.header_area:not(.sticky) .stellarnav > ul > li > a::before {
        background: #FFF;
    }
	
	
	
	
	
	.me_tp_features {
		padding: 20px 1vw 10px;
		transition: 0.3s ease;
	}
	
	.header_area.sticky .me_tp_features {
		padding: 10px 1vw 10px;
	}
	
	
	.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
		color: #FFFFFF;
		text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
		transition: 0.3s ease;
	}
	
	.me_tp_features a.tp_btn_cart:hover, .me_tp_features a.tp_btn_notice:hover {
		text-shadow: unset !important;
	}
	
	.header_area.sticky .me_tp_features a.tp_btn_cart, .header_area.sticky .me_tp_features a.tp_btn_notice {
		color: #343a40;
		text-shadow: unset;
	}
	
	
	
	
	
	
	
	
	/*除了首頁的其他頁面按鈕列*/
	/*.main_header_area {
		background: rgba(0,0,0,1);
	}
	
	.header_area.sticky .main_header_area {
		background: rgba(0,0,0,0.8);
	}*/
}







/*首頁大圖點點*/
/*.swiper-pagination {
    display: none;
}*/

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}


/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

/*Footer/＝＝＝＝＝*/
.footer {
    background: #f5f3ee;
	border-top: 1px rgba(0, 0, 0, 0.2) solid;
}
.footer_logo {
	/*width: 320px;*/
	margin-top: 10px;
	text-align: center;
}

.footer_logo a{
	/*filter: invert(100%) grayscale(100%) brightness(500%);
    -webkit-filter: invert(100%) grayscale(100%) brightness(500%);*/
}
.footer_logo img {
	max-width: 100%;
}
.footer_info li p, .footer_info li p a{
	color:#857d76;
}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.footer_info ul {
    /*width: calc(100% - 350px);*/
}
.footer_menu {
	/*display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));
	gap: 5px;*/
	display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
	/*footer按鈕最小寬度100px*/
.footer_menu a {
	margin: 0;
	text-align: center;
	/*padding: 3px 20px;*/
	padding: 3px 10px;
	transition: all 0.3s;
	background: unset;
    border: unset;
	/*border-right: 1px #3a836c solid;*/
	/*margin: 0 0px 4px 0;*/
	margin: 0 5px 4px 5px;
	color: #857d76;
}
.footer_menu a:hover {
	color: #CAB09E;
	background:unset;
}
.footer_menu a:first-child {
    /*border-left: 1px #3a836c solid;*/
}





/*footer更換LOGO圖*/

/*.footer_logo {
    background: url(https://pic03.eapple.com.tw/changrongCASA/logo_w.png) no-repeat center center;
    background-size: 242px;
    height: 60px;
}

.footer_logo a img {
    width: 0px;
}*/







.copy {
	background: #d9d0b8;
	color: #FFF;
	border:none;
	padding: 15px 0px;
	margin-top: 35px;
	/*margin-top: 0px;*/
}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link a{
	transition:all 0.3s;
	/*border: 1px #FFF solid;
    color: #FFF;*/
}
.box_link a:hover {
	background: #d2b998;
    color: #FFF;
}






.footer_info li:nth-child(1) {
	border-bottom: 1px rgba(0,0,0,0.2) solid;
    padding-bottom: 20px;
    margin-bottom: 5px;
}
.footer_info li p {
    width: 100%;
}








.footer_info li:nth-child(2) {
    padding: 10px 0px;
}



/*@media screen and (min-width: 769px){
	.footer_info li:nth-child(1) {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0px 10px;
	}
	
	.footer_info li p.fax {
		grid-column: 1 / 2;
    	grid-row: 2;
	}
	
	.footer_info li p.mail{
		grid-column: 1 / 2;
    	grid-row: 3;
	}
	
	.footer_info li p.add2 {
		grid-column: 2 / 3;
    	grid-row: 2 / 4;
	}
	
}*/







/*footer資訊重新排版*/
.footer .center {
    max-width: 1300px;
}

.footer_info ul {
	display: grid;
    grid-template-columns: 2fr 1fr;
	gap: 30px;
}

.footer_info li:nth-child(1) {
    border-bottom: unset;
	padding-bottom: 10px;
    margin-bottom: 0px;
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
	border-right: 1px rgba(0, 0, 0, 0.2) solid;
}


.footer_info li:nth-child(1):before {
    content: "INFORMATION";
}

.box_link:before {
    content: "CONTACT";
	width: 100%;
}

.footer_info li:nth-child(2)::before {
	content:"RELATED LINK";
}


.footer_info li:nth-child(1):before, .box_link:before, .footer_info li:nth-child(2)::before {
    margin-bottom: 10px;
	display: block;
	font-size: 18px;
    color: #232021;
	font-family: 'Marcellus', serif;
}


.footer_menu a {
    width: 45%;
    text-align: left;
	padding: 3px 0px;
	margin: 0 0px 6px 0px;
}

.box_link {
    grid-row: 1 / 4;
    grid-column: 2 / 3;
}





@media screen and (max-width: 768px) {
	.footer_info ul {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.footer_info li:nth-child(1) {
        padding-top: 20px !important;
        border: unset;
		text-align: left;
    }
	
	.footer_info li:nth-child(2) {
		padding-top: 20px;
		border-top: 1px rgba(0, 0, 0, 0.2) solid;
		text-align: left;
	}
	
	.box_link {
        padding: 0px;
    }
	
	.footer_menu {
        justify-content: flex-start !important;
    }
	
	.footer_menu a {
		width: fit-content;
		margin: 0 10px 6px 0px;
	}
}

@media screen and (max-width: 600px) {
	.footer_info li:nth-child(1) {
		grid-template-columns: 1fr;
		text-align: center;
	}
	
	.box_link {
		padding-top: 20px;
		grid-row: unset;
		grid-column: unset;
	}
	
	.footer_info li:nth-child(2) {
        text-align: center;
    }
	
	.footer_menu {
        justify-content: center !important;
    }
	
	.footer_menu a {
        margin: 0 5px 6px 5px;
    }
	
	.copy {
		margin-top: 15px;
	}
}








/*頁尾-ICON連結重新排版*/


@media screen and (min-width: 769px) {
	.footer_info {
		padding: 0 0;
	}
}

.box_link {
    width: 100%;
	right: 0px;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
	position: unset;
}


.box_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 45px;
    height: 45px;
    line-height: 0px;
    letter-spacing: 0px;
    padding: 0px;
    border-radius: 50px;
    margin: 0px 10px 6px 0px;
}


@media screen and (max-width: 600px) {
	.box_link {
		justify-content: center;
	}
	
	.box_link a {
		margin: 0px 5px 0px 5px;
	}
}














/*浮動按鈕*/

.right_member_in {
    bottom: calc(20% + 340px);
	top: unset;
	z-index: 99;
}

@media screen and (max-width: 768px) {
	.right_member_in {
		bottom: calc(10% + 310px);
	}
}


.info_fix_links{
    display: block !important;
}

.info_fix_links a.info_fix_default {
    display: none;
}

.info_fix>span {
    display: none;
}


.fix_ri {
    line-height: 0;
}

.fix_ri a {
    background: unset;
	transition:.3s;
	color: #857d76;
	border-radius: unset;
	width: 100%;
    height: 100%;
}

.fix_ri a:last-child {
    border-bottom: unset;
}

.fix_ri a:hover {
    background: unset;
}

.fix_ri a img {
    background: #EBC973;
    transition: .3s;
    max-width: 100%;
    width: auto;
    margin: auto;
    border-radius: 50%;
    max-width: 52px;
	border: 1px #FFF solid;
}
.fix_ri a:hover img {
	background: #f8bd00;
}
.fix_ri a s {
    display: block;
    font-size: 13px;
    margin: 5px 0px 15px;
    font-weight: 600;
	line-height: 1.2;
}








/*Logo/＝＝＝＝＝*/
.nav-brand {    
	width: 100%;
	max-width: 275px;
	transition:all 0.3s;
}
.header_area .nav-brand {
	transition: all 0.3s;

	position:relative;
	
	width: 100%;
}







.header_area .nav-brand img{
	z-index: 10;
    position: relative;
}

.header_area.sticky .nav-brand{}










/*按鈕列LOGO滾動特效*/


.header_area .nav-brand {
	max-width: 201px;
}






@media screen and (min-width:1025px) {	
	.header_area .nav-brand::after {
		top:-100%;
		opacity: 0;
	}
	
	
	
	
	
	.header_area .nav-brand {
		padding: 25px 25px 15px 25px;
	}
	
	.header_area.sticky .nav-brand {
		padding: 20px 20px 15px 20px;
	}
	
	.header_area .nav-brand::after {
		content:"";
		position:absolute;
		width:100%;
		height:100%;
		left:0px;
		background: #FFF;
		
		border-radius: 0 0 15px 15px;
	}
	
	.header_area.sticky .nav-brand::after {
		top:0%;
		transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1) .4s;
		opacity: 1;
	}
	
	.header_area:not(.sticky) .nav-brand img{
		filter: invert(100%) grayscale(100%) brightness(500%);
		-webkit-filter: invert(100%) grayscale(100%) brightness(500%);
	}
}




















/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #d8bb97;transition: .3s;}
.animated-arrow:hover {    background: #e3ceb4;}




/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-pagination{
	display: none;
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}








/* 大圖圖片動畫-左右移動 、 大圖填滿 */

@keyframes backgroundScroll {
  0% { 
    -webkit-transform: translateX(2.5%);  
  }
  50% { 
    -webkit-transform: translateX(-2.5%);  
  }
  100% { 
    -webkit-transform: translateX(2.5%);  
  }
}



.swiper-container-fade .swiper-slide {
	position:relative;
	overflow: hidden;
}

.swiper-slide img {
	width: 110%;
	max-width: 110%;
	z-index: 9996;
	/*transform: translateX(0);
	animation: backgroundScroll 30s linear infinite;*/
	object-fit: cover;
	height: 110%;
	object-position: 50% 50%;
}




@media screen and (max-width:768px) {
	
	
	/*.swiper-slide img {
		width: 120%;
		max-width: 120%;
		height: 100%;
	}*/
	
	
	@keyframes backgroundScroll {
	  0% { 
		-webkit-transform: translateX(5%);  
	  }
	  50% { 
		-webkit-transform: translateX(-5%);  
	  }
	  100% { 
		-webkit-transform: translateX(5%);  
	  }
	}

}








/*首頁大圖文字特效*/

/*.swiper-wrapper {
    position: relative;
}

.swiper-wrapper:before{
	content: "";
    position: absolute;
    animation: ss 2.5s ease backwards;
	
	display: block;
    top: 0;
    left: 0;
    background: url("https://pic03.eapple.com.tw/changrongCASA/bn_bg.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 10000;
}


.swiper-slide.swiper-slide-active:before, .swiper-slide.swiper-slide-active:after{
	position: absolute;
    animation: ss ease-in-out 2.5s 0.7s both;
    display: block;
	
	left: 50%;
    translate: -50% -50%;
    z-index: 10000;
	color: #FFF;
	font-family: "Noto Sans", "Noto Sans TC", sans-serif;
    font-weight: 400;
	
	width: 90%;
    text-align: center;
    text-shadow: 0px 0px 25px rgb(0 0 0 / 100%);
}


.swiper-slide.swiper-slide-active:nth-child(1):before, .swiper-slide.swiper-slide-active:nth-child(2):before {
	top: calc(47% - 5vw);
    font-size: clamp(15px, 1.75vw, 32px);
    letter-spacing: 0.5em;
}

.swiper-slide.swiper-slide-active:nth-child(1):after, .swiper-slide.swiper-slide-active:nth-child(2):after {
	top: calc(48% - 2.5vw);
    font-size: clamp(10px, 1.2vw, 22px);
    letter-spacing: 0.1em;
}


.swiper-slide.swiper-slide-active:nth-child(1):before {
	content: "生活，可以精緻，也可以簡單。但別將就！";
}

.swiper-slide.swiper-slide-active:nth-child(1):after {
    content:"Life can be exquisite or simple. But don't settle!";
}

.swiper-slide.swiper-slide-active:nth-child(2):before {
    content: "不只是家具，更是生活態度的展現。";
}

.swiper-slide.swiper-slide-active:nth-child(2):after {
    content:"Not just furniture, but also a display of attitude towards life.";
}



.swiper-wrapper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	overflow: hidden;
	height: 100vh;
}

.swiper-slide img {
    object-fit: cover;
    height: 100%;
    object-position: 50% 50%;
}*/


@keyframes ss {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/*@media screen and (max-width: 1024px) {
	.swiper-slide.swiper-slide-active:nth-child(1):before, .swiper-slide.swiper-slide-active:nth-child(2):before {
		top: 38%;
		letter-spacing: 0.85vw;
	}
	
	.swiper-slide.swiper-slide-active:nth-child(1):after, .swiper-slide.swiper-slide-active:nth-child(2):after {
		top: calc(39.5% + 21px);
		letter-spacing: 0.15vw;
	}
	
}

@media screen and (max-width: 600px) {

	.swiper-wrapper .swiper-slide {
		height: 75vw;
		min-height: 400px;
    }
	
	.swiper-slide.swiper-slide-active:before, .swiper-slide.swiper-slide-active:after{
		translate: -50% 0px;
	}
	
	.swiper-slide.swiper-slide-active:nth-child(1):before, .swiper-slide.swiper-slide-active:nth-child(2):before {
        letter-spacing: 5px;
		top: calc(24vw + 5px);
        
    }
	.swiper-slide.swiper-slide-active:nth-child(1):after, .swiper-slide.swiper-slide-active:nth-child(2):after {
        top: calc(24vw + 35px);
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 422px) {
	
	.swiper-slide.swiper-slide-active:nth-child(1):before, .swiper-slide.swiper-slide-active:nth-child(2):before {
		top: 25%;
    }
	
	.swiper-slide.swiper-slide-active:nth-child(1):after, .swiper-slide.swiper-slide-active:nth-child(2):after {
		top: calc(25% + 50px);
    }
	
	.swiper-slide.swiper-slide-active:nth-child(1):before {
		max-width: 280px;
    }
	
	.swiper-slide.swiper-slide-active:nth-child(2):before {
		max-width: 245px;
    }
	
}
@media screen and (max-width: 355px) {
	
	
	
}*/









/*Banner/＝＝＝＝＝*/

.banner {
    /*display: none;*/
	height: 600px;
	display: flex;
	justify-content: center;
    align-items: center;

    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	background: url(https://pic03.eapple.com.tw/chenyaostudio/title_bg.jpg)repeat center center;
	background-size: cover;
	background: #EDE5DD;
}

body.other_select_page .banA{
	/*display:none;*/
}

.banner.banA01{
	display:flex;
	background: url(https://pic03.eapple.com.tw/chenyaostudio/title_bg02.jpg) no-repeat center center;
}

.banner.banA01 h5::before{
	content: "PHOTOGRAPHY";
}

.banner.banA02{
	display:flex;
	background: url(https://pic03.eapple.com.tw/chenyaostudio/title_bg03.jpg) no-repeat center center;
}

.banner.banA02 h5::before{
	content: "VIDEO";
}


body.other_page .banB {
    /*display: none;*/
	background: url(https://pic03.eapple.com.tw/chenyaostudio/title_bg01.jpg)no-repeat center center; 
}

.banblog {
    background: url(https://pic03.eapple.com.tw/chenyaostudio/title_bg06.jpg)no-repeat center center; 
}
.banE {
    background: url(https://pic03.eapple.com.tw/chenyaostudio/title_bg07.jpg)no-repeat center center; 
}
.banF {
    background: url(https://pic03.eapple.com.tw/chenyaostudio/title_bg08.jpg)no-repeat center center; 
}

/*
.banC {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_contact.jpg)repeat 20% center; 
}

.ban_price {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_price.jpg)repeat 75% center; 
}

.ban_team {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_team.jpg)repeat center center;
}

.banB {
    background: url(https://pic03.eapple.com.tw/jiang/title_bg_service.jpg)repeat center center; 
}

*/





body.map_page .banner {
	/*display:none;*/
}

body.services_page .banB h5::before{
	content:"SERVICES";
}

.banA h5::before{
	content:"SERVICE";
}

.banE h5::before{
	content:"PHOTO";
}

.banF h5::before{
	content:"KNOWLEDGE";
}

.banblog h5::before{
	content:"VIDEO";
}
.banB h5::before{
	content:"ABOUT";
}
.banC h5::before, body.map_page .banB h5::before{
	content:"CONTACT";
}

.banner h5::before{
	font-family: 'Marcellus', serif;
    font-style: normal;
    font-weight: 400;
	font-size: 65px;
    display: block;
	letter-spacing: 5px;
}

.banner h5{
	font-size: 24px;
    font-family: "Noto Sans", "Noto Sans TC", sans-serif;
    letter-spacing: 8px;
    font-weight: 400;
    color: #fff;
    max-width: 1600px;
    width: 100%;
    padding: 120px 8vw 0px;
    text-align: left;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
	line-height: 1.3;
}

.banner h5::after{
	content: "";
    max-width: 500px;
	width:100%;
    height: 1px;
    background: #FFFFFF;
    display: block;
    margin: 15px 0px;
}

body.map_page .banB h5::after{
	content: "聯絡我們";
    height: unset;
    background: unset;
    border-bottom: 1px #FFFFFF solid;
    margin-top: 0px;
    padding-bottom: 15px;
}



@media screen and (max-width: 1920px){
	.banner {
		background-size: 1920px;
	}
}

@media screen and (max-width:1200px) {
	.banner {
		background-size: 1700px !important;
		height: 520px;
	}
	
	.banner h5::before {
		font-size: 50px;
	}
	
	.banner h5{
		text-shadow: 0px 0px 10px rgb(0 0 0 / 70%), 0px 0px 10px rgb(0 0 0 / 70%), 0px 0px 10px rgb(0 0 0 / 70%);
		font-size: 22px;
	}
}

@media screen and (max-width:1024px) {
	.banner {
		background-size: 1350px !important;
		height: 380px;
	}
	
	.banner h5 {
		padding: 60px 8vw 0px;
	}
}

@media screen and (max-width:768px) {
	.banner {
		background-size: 1000px !important;;
		height: 265px;
	}
	.banner h5::before {
		font-size: 40px;
	}
	.banner h5 {
		font-size: 22px;
	}
	
	.banner h5::after {
		max-width: 340px;
	}
}


@media screen and (max-width:600px) {
	.banner h5::before {
		font-size: 36px;
		line-height: 1;
    	margin-bottom: 5px;
	}
	
	.banner h5 {
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {
	.banner {
		background-size: 700px !important;;
    	height: 200px;
	}
	
	.banner h5 {
		padding: 35px 6vw 0px;
	}
	
	.banner h5::after {
		max-width: 270px;
	}
}







/*內頁大圖左右移動特效*/

/*.banner {
	height: 650px;
	padding: 0px;
	overflow:hidden;
	position: relative;
}

.banner h5{
	width: 105%;
    transform: translateX(0);
    animation: backgroundScroll 30s linear infinite;
    color: transparent;
    padding: 0px;
    height: 100%;
	position: relative;
    left: -2.5%;
}

.banB::before, .banF::before, .banE::before, .banblog::before, body.other_page .banB::before, .banC::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    z-index: 99;
    font-size: 60px;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 100%),0px 0px 30px rgb(0 0 0 / 100%);
	letter-spacing: 2px;
    width: 100%;
    text-align: center;
    font-family: "Aboreto", serif;
    font-style: normal;
    font-weight: 400;
	padding-bottom: 60px;
	padding: 120px 0px 60px;
}

.banB::after, .banF::after, .banE::after, .banblog::after, body.other_page .banB::after, .banC::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    z-index: 99;
    font-size: 28px;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 100%),0px 0px 30px rgb(0 0 0 / 100%);
    letter-spacing: 8px;
    width: 100%;
    text-align: center;
	padding-top: 60px;
	padding-top: 180px;
	font-family: "Noto Sans", "Noto Sans TC", sans-serif;
	font-weight: 400;
	letter-spacing: 5px;
  	font-style: normal;
 	 font-optical-sizing: auto;
}





body.other_page .banB h5{
    background: url("https://pic03.eapple.com.tw/rc/title_bg04.jpg")no-repeat center center;
	background-size: cover;
}

body.other_page .banB::before {
    content: "PROCESS";
}

body.other_page .banB::after {
    content: "流程";
}





.banE h5{
    background: url("https://pic03.eapple.com.tw/rc/title_bg02.jpg")no-repeat center center;
	background-size: cover;
}

.banE::before {
    content: "PROJECT";
}

.banE::after {
    content: "作品";
}




.banblog h5{
    background: url("https://pic03.eapple.com.tw/rc/title_bg03.jpg")no-repeat center center;
	background-size: cover;
}

.banblog::before {
    content: "NEWS";
}

.banblog::after {
    content: "設計專欄";
}





.banC h5, body.map_page .banB h5{
    background: url("https://pic03.eapple.com.tw/rc/title_bg01.jpg")no-repeat center center;
	background-size: cover;
}

.banC::before, body.map_page .banB::before {
    content: "CONTACT";
}

.banC::after, body.map_page .banB::after {
    content: "聯絡我們";
}






@media screen and (max-width: 1200px) {
	.banner {
		height: 650px;
	}
	
	.banB::before, .banF::before, .banE::before, .banblog::before, body.other_page .banB::before, .banC::before  {
		font-size: 50px;
		padding-bottom: 55px;
	}
	
	.banB::after, .banF::after, .banE::after, .banblog::after, body.other_page .banB::after, .banC::after  {
		font-size: 26px;
		letter-spacing: 6px;
		padding-top: 175px;
	}
}

@media screen and (max-width: 1024px) {
	.banner {
		height: 550px;
	}
	.banB::before, .banF::before, .banE::before, .banblog::before, body.other_page .banB::before, .banC::before  {
		padding-top: 0px;
		padding-bottom: 55px;
	}
	.banB::after, .banF::after, .banE::after, .banblog::after, body.other_page .banB::after, .banC::after  {
		padding-top: 55px;
	}
}

@media screen and (max-width: 768px) {
	.banner {
		height: 400px;
	}
	.banB::before, .banF::before, .banE::before, .banblog::before, body.other_page .banB::before, .banC::before {
		font-size: 45px;
		padding-bottom: 50px;
	}
	
	.banB::after, .banF::after, .banE::after, .banblog::after, body.other_page .banB::after, .banC::after {
		font-size: 24px;
		padding-top: 50px
	}
	
	.banner h5 {
		width: 120%;
	}
}

@media screen and (max-width: 500px) {
	.banner {
		height: 300px;
	}
	.banB::before, .banF::before, .banE::before, .banblog::before, body.other_page .banB::before, .banC::before {
		font-size: 40px;
		padding-bottom: 45px;
		text-shadow: 0px 0px 15px rgb(0 0 0 / 70%);
	}
	
	.banB::after, .banF::after, .banE::after, .banblog::after, body.other_page .banB::after, .banC::after {
		font-size: 22px;
		padding-top: 45px
		text-shadow: 0px 0px 15px rgb(0 0 0 / 70%);
	}
}*/








#page{
	/*background: url(https://pic03.eapple.com.tw/jiang/bg.jpg)no-repeat top center;
    background-size: cover;*/
	
}

#content_main, #content {
    /*background: url(https://pic03.eapple.com.tw/wandanshantomb/bg.jpg)repeat center center;
    background-size: 100%;*/
	background:#F5F3EE;
}

/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover {    color: #ADA17E;}
.path {
    display: none;
}

/*下拉編輯器*/
body.other_select_page .promotion_title, body.other_select_page .other_promotion, body.other_select_page .page {
    display: none;
}

/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #ADA17E;border: 1px solid #ADA17E;}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}




/*購物車首頁 只留8個*/
.prod_part {
    max-width: 1400px;
}

body.pageIndex .products-list .item:nth-child(n+9) {
    display: none;
}




.products-list .pic {
    /*border-radius: 25px;*/
}

.products-list a .pic img {
    transition: .5s;
}

.products-list a:hover .pic img {
    transform: scale(1.05);
}
.products-list .pic::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: .5s;
}
.products-list .pic::before {
    content: "+";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    z-index: 999;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 1px #FFFFFF solid;
    opacity: 0;
    transition: .5s;
	font-weight: 400;
}
.products-list a:hover .pic::before, .products-list a:hover .pic::after {
    opacity: 1;
}

.products-list a .name {
	transition:.3s;
}

.products-list a:hover .name {
    /*color: #a18877;*/
}






.i_prod_tit {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding-bottom: 10px;
}

.i_prod_tit h2, .module_i_news .title_i_box h6 {
    font-size: 60px;
    color: #BFA18C;
    letter-spacing: 3px;
	text-indent: 3px;
    text-indent: 0px;
    font-weight: 400;
    font-family: 'Marcellus', serif;
    width: 100%;
    /* order: 1; */
    line-height: 1.2;
}

.i_prod_tit span, .module_i_news .title_i_box h4 {
    font-family: "Noto Sans", "Noto Sans TC", sans-serif;
    color: #857D76;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 5px;
    text-indent: 5px;
}

.prod_part, .module_i_news {
    padding: 100px 20px;
}

/*.module_i_news {
    padding: 400px 5% 120px;
    background: transparent;
    margin-top: -300px;
    position: relative;
}

.module_i_news:after {
    content: "";
    position: absolute;
    background: url(https://pic03.eapple.com.tw/rc/news_bg.jpg);
    background-position: center;
    background-size: cover;
    animation: bgScroll 12s linear infinite;
    width: 107%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
	pointer-events: none;
}*/

@keyframes bgScroll {
    0% { -webkit-transform: translateX(0);   transform: translateX(0);  }
    50% { -webkit-transform: translateX(-5%); transform: translateX(-5%);  }
    100% {     -webkit-transform: translateX(0);   transform: translateX(0); }
}


@media screen and (max-width: 1200px) {
	.prod_part {
		padding: 100px 5%;
	}
	
	.module_i_news {
		padding: 100px 5%;
		margin-top: 0px;
	}
}



@media screen and (max-width: 1024px) {
	/*.prod_part {
		padding: 80px 5%;
	}
	
	.module_i_news {
		padding: 80px 5%;
	}*/
}

@media screen and (max-width: 768px) {
	.prod_part, .module_i_news {
		padding: 70px 5%;
	}
	
	.module_i_news {
		margin-top: 0px;
		padding: 70px 5%;
	}
	
	.i_prod_tit h2, .module_i_news .title_i_box h6 {
		font-size: 40px;
	}
	.i_prod_tit span, .module_i_news .title_i_box h4 {
		font-size: 22px;
	}
}

@media screen and (max-width: 480px) {
	.prod_part, .module_i_news {
		padding: 50px 5%;
	}
	
	.module_i_news {
		padding: 50px 5%;
	}
	

	
	.i_prod_tit h2, .module_i_news .title_i_box h6 {
		font-size: 35px;
	}
	
	.i_prod_tit span, .module_i_news .title_i_box h4 {
		font-size: 20px;
	}
}






/*首頁購物車加文案*/


/*.i_prod_tit::before {
	content:"一焊一磨，堅持每一次的品質\A一鎚一打，鍛造您的美好記憶";
    white-space: pre-wrap;
    display: block;
    color: #F2AE63;
    line-height: 180%;
	order: 1;
    width: 100%;
	font-family: "Noto Sans", "Noto Sans TC", sans-serif;
    font-weight: 400;
	letter-spacing: 5px;
    font-size: 20px;
	padding: 20px 0px 10px;
}

.i_prod_tit::after {
	content:"針對不同的案場、不同的需求，從初步接洽、規劃、場勘到施工過程，絕不馬虎";
    white-space: pre-wrap;
    display: block;
    color: #FFFFFF;
    line-height: 180%;
	order: 2;
    width: 100%;
	font-family: "Noto Sans", "Noto Sans TC", sans-serif;
    font-weight: 400;
	letter-spacing: 1px;
}


@media screen and (max-width: 1100px) {
	.i_prod_tit::before {
		letter-spacing: 3px;
		font-size: 16px;
	}
}*/


/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {
	border: 1px solid #AAA;
    color: #AAA;
	display: none;
}
.products-list .item a:hover .more {
	border: 1px solid #c8a797;
	background: #c8a797;
}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #d90000;}
.products-list .price b.ori_price {    font-size: 14px;color: #AAA;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    /*background: #f2f2f2;*/}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;/*padding-left: 25px;*/}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
	color: #ffffff;
	/*padding-left: 25px;*/
    background: #d8bb97;
}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #006cab; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #ADA17E;
    background: #dddddd;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
	display:none;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #bfa694 !important;background: transparent;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/

.product_info li .txt_box {
    font-size: 14px;
}

ul.prod li span{
	margin: 0px 0px 5px;
    display: inline-block;
}

ul.prod li input#checknum{
	margin: 5px 0px 0px;
}


.product_info_page .main_part {    width: 90%;}
ul.prod li h3.prod-thumb {
    background: unset;
    text-align: left;
}
ul.prod li {
    margin-bottom: 20px;
}

.qaform .breakF {
    border: 1px #cccccc solid;
    background: #FFFFFF;
}
.product_pic #bx-pager h6{
	display:none;
}

.product-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
/*按鈕顏色*/
.inquiry_a1{background: #ba9d89;}
.inquiry_a2{background: #ba9d89;}
.inquiry_a3{background: #ba9d89;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #a18877;}
.lastaction, .nextaction, .lastPage {    
	color: #FFFFFF;
	background: #d8bb97;
	transition:.3s;
}

.lastaction:hover, .nextaction:hover, .lastPage:hover {    
	background: #e3ceb4;
}

/*商品側邊規格*/
.sidebarBtn {
    border: unset;
    background: unset;
}
.product_info li .txt_box {    color: #222222;    width: 100%;}
.mobile_product_name{font-size: 24px;}

.sidebarBtn .price {
	color: #b77777;
}
.sidebarBtn .price span{
    display: inline-block;
}
.sidebarBtn .price span.sp_price {   display: block;color: #d90000;}

.sidebarBtn .price span.ori_price {   display: block;color: #AAA;text-decoration: line-through;}



/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}
.prod_related {
    background: unset;
}
.related_list li a {
    background: unset;
}

.related_list li a p{
	transition:.3s;
	padding-top: 10px;
}

.related_list li:hover a p{
    color: #a18877;
}










/*購物車 - 改成文章管理排版*/

@media screen and (min-width: 769px){
	.product-layer-two {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		align-content: flex-start;
		flex-wrap: wrap;
		border-bottom: 1px #ccc solid;
		margin-bottom: 30px;
	}
	
	.product-layer-two li {
		padding: 0px;
		width: 100%;
		max-width: 200px;
		margin: 0px 5px;
		position: relative;
	}
	.product-layer-two > li > a {
		border: unset;
		text-align: center;
	}
	
	.product-layer-two li ul {
		padding-top: unset;
		background: #efebe1;
		position: absolute;
		left: 0px;
		display:none;
	}
	
	.product-layer-two li:hover ul {
		display:block;
	}
}


.product_page .products-list {
    width: 100%;
    grid-template-columns: 1fr !important;
}

.products-list .item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	background: #FFF;
}

.products-list .pic {
    width: 50%;
    display: flex;
    line-height: 0;
    overflow: hidden;
    align-self: stretch;
	height: unset;
    padding: 0;
}

.products-list a .pic img {
    object-fit: cover;
    min-height: 100%;
}

.products-list .pic::before, .products-list .pic::after {
	display:none;
}

.products-list a .name {
    width: 50%;
    margin: 0px;
    padding: 50px 5% 120px;
    display: block;
    height: unset;
    font-size: 24px;
    line-height: 1.8;
	letter-spacing: 0.1em;
	position: relative;
}

.products-list .item a .name::after {
	content: "READ MORE";
    font-size: 16px;
    font-family: 'Marcellus', serif;
    font-weight: 400;
    color: #FFF;
    position: absolute;
    bottom: 50px;
    display: block;
    background: #d8bb97;
    padding: 6px 20px;
	transition:.5s;
}

.products-list .item a:hover .name::after {
	background: #93664C;
}



.product_main{
    width: 100%;
}

.sidebarBtn {
    width: 100%;
	order: -1;
}

.bx-wrapper .bx-viewport {
    border: unset;
    background: unset;
}

ul.prod li.is-active h3.prod-thumb {
    display: none;
}

ul.prod > li:not(.is-active) {
	display: none;
}

ul.prod > li:not(.is-active) h3.prod-thumb  {
	color: transparent;
	position:relative;
}

ul.prod > li:not(.is-active) h3.prod-thumb::after  {
	content:"Q&A";
	color: #666;
	position: absolute;
    left: 0px;
}

@media screen and (max-width: 1200px){
	.products-list a .name {
		font-size: 22px;
	}
}

@media screen and (max-width: 1024px){
	.products-list a .name {
		font-size: 20px;
		padding: 40px 5% 100px
	}
	
	.products-list .item a .name::after {
		font-size: 14px;
		bottom: 40px;
	}
}

@media screen and (max-width: 768px){
	.products-list a .name {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px){
	.products-list .pic {
        width: 100%;
	}
	.products-list .item a .name {
		width: 100%;
		padding: 20px 5% 75px;
		font-size: 16px;
    }
	.products-list .item a .name::after {
        bottom: 25px;
    }
}




/*文章管理/＝＝＝＝＝*/

h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}


/*文章管理/外層＝＝*/

.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news ul { gap: 20px;    max-width: 1600px;}
.module_i_news li , .subbox_item {    width: 100%;border-bottom: unset;}
.module_i_news li a , .subbox_item a {
	padding: 5px;
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri {    width: 100%;}

.blog_list_le {
	width: 30%;
}
.blog_list_ri {
    width: 65%;
    padding: 0 0 0 30px;
    position: relative;
}

.i_blog_le , .blog_list_le{    /*position: relative;    padding-bottom: 100%;    height: 0;*/}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_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%);*/
}

.i_blog_ri h5 {
    color: #555;
}


.blog_list_ri h5 {
    font-size: 24px;
    color: #555;
    display: block;
}

.i_blog_ri p {
    -webkit-line-clamp: 2;
    line-height: 180%;
    word-break: normal;
}

/*.i_blog_ri p {
    margin-top: 10px;
    line-height: 180%;
    color: #736668;
    -webkit-line-clamp: 3;
    min-height: 80px;
}*/

.blog_list_ri p {
    margin-top: 25px;
    line-height: 180%;
    color: #736668;
    -webkit-line-clamp: 3;
    min-height: 80px;
}


.subbox_item a:after {
    /*border: 1px #bc8f3e solid;*/
}







/*側邊*/
.blog_le .accordion {
    border: unset;
    border-radius: 0px;
}
.blog_le .accordion > li{transition:all 0.3s;border-bottom: 1px solid #d6d3ca;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #e3ceb4 !important;}
.submenu {
    background: #efebe1;
}
.submenu a:hover {
	background: unset;
    color: #bfa694;
}
.submenu a {
    font-weight: 600;
}
/*首*/

.module_i_news ul{	grid-template-columns:1fr 1fr 1fr;}


.module_i_news li a:before, .subbox_item a:before {
    top: 50%;
    left: 50%;
    bottom: unset;
    right: unset;
    transform: translate(-50%, -50%);
    /*letter-spacing: 2px;*/
    font-size: 18px;
    font-family: 'Marcellus', serif;
    font-weight: 400;
	color:#93664C;
}

.module_i_news li a:after {
    background: rgba(255, 255, 255, 0.85);
}


/*首頁文章只顯示3則*/

.module_i_news li:nth-of-type(n+4){

	display:none;
}




/*.i_blog_le, .i_blog_ri {    width: 100%;}*/

/*功*/
.blog_subbox{/*grid-template-columns:1fr 1fr 1fr;*/}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back, .blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: #d8bb97;
	transition:.3s;
}

.blog_back a.article_btn_back:hover, .blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
    background: #e3ceb4;
}







/*文章管理內頁 - 影片*/

.blog_box_edit iframe {
    width: 100%;
    max-height: 618px;
    height: 44vw;
}

@media screen and (max-width: 768px) {
    .blog_box_edit iframe {
        height: 50vw;
    }
}

@media screen and (max-width: 600px) {
    .blog_box_edit iframe {
        height: 52vw;
    }
}

@media screen and (max-width: 400px) {
    .blog_box_edit iframe {
        height: 50.5vw;
    }
}


/*文章管理列表頁-3個一排*/

body.blog_page .main_part, body.blog_in_page .main_part{
	max-width: 1400px;
}

.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
}

.blog_list_le,.blog_list_ri {
    width: 100%;
}

.blog_list_ri {
    padding: 10px 0px 0px !important;
}

.blog_list_ri p {
    min-height: unset;
    margin-top: unset;
}

.blog_list_ri h5 {
    font-size: 20px;
}

@media screen and (max-width: 980px) {
    .blog_subbox {
        grid-template-columns: 1fr 1fr;
    }
}


.blog_list_le {
	overflow:hidden;
	padding: 0;
}

.subbox_item a .blog_list_le img {
	transform:scale(1);
}

.subbox_item a:hover .blog_list_le img {
	transform:scale(1.05);
}




.module_i_news li a, .subbox_item a {
    height: 100%;
    position: relative;
    /*padding-bottom: 50px;
	border-bottom: 1px solid #ddd;*/
}

/*.module_i_news li a:hover, .subbox_item a:hover {
    border-bottom: 1px solid #345868;
}

.subbox_item a:after {
	display:none;
}

.module_i_news li a:before, .subbox_item a:before {
    left: unset;
    top: unset;
    bottom: 10px;
    right: 0px;
    transform: unset;
    font-size: 14px;
	opacity:1;
	letter-spacing: 1px;
}

.module_i_news li a:hover:before, .subbox_item a:hover:before {
	color: #345868;
}*/







/*.module_i_news li a {
    height: 100%;
    padding-bottom: 50px;
    position: relative;
    border-bottom: 1px solid #9396ab;
	transition: .5s;
}

.module_i_news li a:hover {
    border-bottom: 1px solid #0d1f2d;
}

.i_blog_le {
	overflow:hidden;
	padding: 0;
}

.module_i_news li a .i_blog_le img {
	transform:scale(1);
	transition:.5s;
}

.module_i_news li a:hover .i_blog_le img {
	transform:scale(1.05);
}

.module_i_news li a:before {
    left: unset;
    top: unset;
    bottom: 10px;
    right: 0px;
    transform: unset;
    font-size: 16px;
	opacity:1;
	letter-spacing: 1px;
	transition:.5s;
	color:#9396ab;
}

.module_i_news li a:hover:before {
	color: #0d1f2d;
}
.module_i_news li a:hover:after {
	display:none;
}*/






/*文章管理-圖片長方形*/

.module_i_news li a, .subbox_item a {
    height: auto;
}

.i_blog_le, .blog_list_le {
    padding-bottom: 55%;
    height: auto;
	overflow: hidden;
    display: block;
    position: relative;
}

.i_blog_le img, .subbox_item a .blog_list_le img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: scale(1);
	translate: -50% -50%;
    object-position: center;
	transition: all 0.6s ease;
}

.module_i_news a:hover .i_blog_le img, .subbox_item a:hover .blog_list_le img {
    transform: scale(1.05);
}









/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 67%;}/*相簿圖片長寬比例，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%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}
	


.show-list .item:hover .show_name, .other_subalbum li:hover p {    color: #F3AF63;}
.other_album_choice li {    background: #d8bb97;}
.other_album_choice li:hover {    background: #e3ceb4;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li{background: transparent;}
.other_subalbum li p {    margin-top: 10px;transition: .3s;}
.album_fixed_title {
    background: unset;
}

.block {
    display: none;
}








/*相簿滿版*/

ul.show-list, .other_subalbum, ul.pic-list {
    gap: 10px;
}
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    max-width: unset;
	padding: 50px 0px;
}



.album_class_01 {  padding: 40px 20px 40px 20px !important;}
.show_content {   padding-left: 0;  padding-right: 0;}
.show-list .item {    padding: 0;   margin: 0;}
.subalbum-menu h2 {    color: #c9ab81;   display: none;}
body.album_page ul.show-list.clearfix, body.album_class_page .other_subalbum, body.album_info_page ul.pic-list.clearfix {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 30px 20px;
}


body.album_page .clearfix:before,
body.album_page .clearfix:after,
body.album_class_page .clearfix:before,
.clearfix:after,
body.album_info_page .clearfix:before,
.clearfix:after {
    display: none;
}

.subalbum-menu {
    margin: 0px 0;
    padding: 0px;
}
.album_info_page .show_content {   padding-left: 0;   padding-right: 0;  margin-top: 35px;}
body.album_page .show-list .item, body.album_class_page .other_subalbum li{   width: 100%; }
.album_info_page .pic-list .item {   width: 100%;   background: none;  padding: 0px;   margin: 0px;}
body.album_page .show-list .show_pic, .other_subalbum li a>div, .album_info_page .pic-list .show_pic {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 11 / 7;
    overflow: hidden;
    padding-bottom: 0;
}
body.album_page .show-list .show_pic:before, .other_subalbum li a>div:before, .album_info_page .pic-list .show_pic:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    content: "";
    transition: transform 30ms ease-out, -webkit-transform 3000ms ease-out;
}
.pic-list .item h6 {
    font-size: 16px;
    color: #666;
    padding: 0;
}

body.album_class_page .other_subalbum li {
  position: relative;
  padding: 0px;
}

body.album_page .show-list .show_pic img,
.other_subalbum li a>div img{
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    transition: .5s;
	filter: none;
}

body.album_page .show-list .item:hover .show_pic img,
body.album_class_page .other_subalbum li:hover a>div img {
	transform:translate(-50%,-50%) scale(1.05);
    /*opacity: 0.2;*/
		
}



.album_info_page .pic-list .show_pic img,
.album_info_page .pic-list .show_pic img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%) scale(1);
   	transition: .5s;
}



.overlay, body.album_class_page .other_subalbum li a div::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    opacity: 0;
    transform: none;
    transition: opacity 0.8s;
}
body.album_class_page .other_subalbum li:hover a div::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*.show-list .item .show_name, .other_subalbum li p {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    color: #ffffff;
    z-index: 1;
    top: 50%;
    font-size: 24px;
    text-shadow: 0px 0px 4px #5a5a5a;
    letter-spacing: 0px;
    font-weight: 400;
    height: auto;
	margin: 0px;
}

.show-list .item .show_name, .other_subalbum li p {
    color: #ffffff;
	-webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    text-align: center;
	z-index: 10;
}*/

.show-list .item:hover .show_name, .other_subalbum li:hover p {
    opacity: 1;
	color: #a18877;
}



.album_info_page .pic-list .show_pic {
  aspect-ratio: 15 / 9;
}


.fancybox-button{background:none;}









/*相簿瀑布流*/

body.album_info_page ul.pic-list.clearfix {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
	display: block;
}

body.album_info_page .pic-list .item {
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
	padding-bottom: 10px;
    margin: 0;
}

body.album_info_page .pic-list .show_pic {
    height: auto;
    padding: 0;
	aspect-ratio: unset;
}

body.album_info_page .pic-list .show_pic img {
    position: unset;
    transform: unset;
}


@media screen and (max-width: 600px) {
	/*照片頁*/
	.album_info_page .show_content {
		margin-top: 0px;
	}
	body.album_info_page ul.pic-list.clearfix {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
		width: 100%;
		margin: 0 auto;
		width: 90%;
	}
	.pic-list .item {    width: 96%;    margin: 10px 2%;}
}










@media screen and (max-width: 1200px) {
    body.album_page ul.show-list.clearfix {
        grid-template-columns: 1fr 1fr;
    }
	
	body.album_page ul.show-list.clearfix, body.album_class_page .other_subalbum {
	 	grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 1024px) {
    .show-list .item .show_name, .other_subalbum li p {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	body.album_page ul.show-list.clearfix {
        grid-template-columns: 1fr;
    }
	
	body.album_page ul.show-list.clearfix, body.album_class_page .other_subalbum, body.album_info_page ul.pic-list.clearfix {
		grid-template-columns: 1fr;
	}
	
    body.album_page .show_content {
        padding: 0;
    }

    body.album_page .show-list .item {
        margin: 0px auto;
    }
	
	.show-list .item .show_name, .other_subalbum li p {
		opacity: 1;
	}
	
	/*.show-list .item .overlay, body.album_class_page .other_subalbum li a div::before {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}*/
}

@media screen and (max-width: 600px) {
    

    body.album_page .show-list .show_pic h2 {
        color: #383a3a;
        padding: 20px 10px;
        border: none;
        width: 100%;
        text-align: justify;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: translate(0, 0);
        opacity: 1;
    }
}
@media screen and (max-width: 450px) {
    .show-list .item .show_name, .other_subalbum li p {
        font-size: 16px;
    }
}


.fancybox-button svg {  color: #fff;}
.fancybox-progress{background:#c6951c}


.album_class_01 .button_album:hover, .album_class_01 .button_album.active {
    background: transparent !important;
    color: #444444 !important;
    cursor: pointer;
    transition: 0.5s;
}














/**/

/*促銷方案/＝＝＝＝＝*/
.news_part .title_i_box{
	width: 90%;
    max-width: 1200px;
    margin: 0px auto 30px;
}

.news_part .title_i_box h6{
	font-size: 60px;
    color: #704C39;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
}
.news_part .title_i_box h4{
	font-size: 30px;
    color: #B18361;
	font-weight: 700;
	letter-spacing: 3px;
}


@media screen and (max-width:1024px){
	/*.news_part .title_i_box h6{
		font-size: 45px;
	}
	
	.news_part .title_i_box h4{
		font-size: 24px;
	}*/

}

@media screen and (max-width:600px){
	/*.news_part .title_i_box h6{
		font-size: 40px;
	}
	
	.news_part .title_i_box h4{
		font-size: 22px;
	}*/
}




.news_part {    
	width: 100%;
	max-width:100%;
    padding: 100px 0px;
}

.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {
	content: 'Read More';
	background: unset;
    padding: 3px 5px;
    border-radius: 10px;
    color: #dddddd;
}

.news_list {
    max-width: 1200px;
	width: 90%;
	margin:auto;
}

.news_list ul li a:hover p:after{color: #e3b462;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#ADA17E;}

body.promotions_page .promotion_title em {
	/*display:none;*/
}

.promotion_title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.promotion_title em {
	margin: -3px 10px -3px 0px;
	order: -1;
}


.other_promotion .pmtTitle h3 {
    height: 50px;
}


.promotion_title h2 {
    width: 100%;
    border-bottom: 1px #aaaaaa solid;
	padding: 10px 0px 10px;
}
.promotion_title span {
    border: unset;
    padding: 0px;
    margin: 0px;
    letter-spacing: 2px;
}






@media screen and (max-width:768px) {
	.news_part {
		padding: 60px 0px;
	}
	
	/*.news_part .title_i_box h6 {
		font-size: 32px;
	}
	
	.news_part .title_i_box h4 {
		font-size: 22px;
	}*/
}






/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {
	background: #ba9d89;
}
.contact_le_map a:hover {
	background: #a18877;
}
.contact_form li.last cite {
	background: #ba9d89; 
	border: 1px #ba9d89 solid;
	transition:.3s;
}
.contact_form li.last cite:hover {
	background: #a18877;
	border: 1px #a18877 solid;
}


.list_before.info {
    float: none;
}

.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {
    width: 40px;
}
.list_before.info li {
    padding-left: 40px;
}

@media screen and (min-width: 769px) {
	
	.contact_content .information_left {
		width: 320px;
	}
	
	.contact_content .information_right {
		width: calc(100% - 330px);
	}
}










.contact_form li .form__label {
    width: 125px;
	margin: 5px 0px;
    margin-left: -130px;
}

.contact_form li {
    padding-left: 130px;
    margin-bottom: 5px;
}

.noborder, .qaform .breakF {
    padding: 8px 0;
}

input[type="checkbox"], input[type="radio"] {
	margin: 10px 5px 10px 10px;
}




/*.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {
    width: 50px;
}

.list_before.info li {
    padding-left: 50px;
}*/







/*會員/＝＝＝＝＝*/
.send_simple{background-color: #ADA17E;}
.rewrite_simple{background-color: #cbc0a0;}
.member_title p {    border-top: 2px #ADA17E solid;}
.login_mem_submit{background: #ADA17E;}
.login_mem_other_link a{color: #ADA17E;}
.member_login_regist a{background: #ADA17E;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}


/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}

/*footer*/
/*.footer_logo {
    width: 233px;
}
.footer_info ul {
    width: calc(100% - 310px);
}*/

/*文章管理*/
.blog_list_ri h5 {
    margin-top: 0;
    font-size: 20px;
}

.blog_list_ri p {
    margin-top: 10px;
}

}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.header_area {
    background: #FFF;
}
.header_area.sticky {
    background: transparent;
}

.navigation {    padding: 0px;}
.stellarnav > ul > li > a {
    margin: 5px 1.5vw;
}
.stellarnav li.has-sub > a:after {
    /*top: 25px;*/
    right: calc(1.5vw - 13px);
}
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 120px;margin-top: 20px;}
.header_area.sticky .nav-brand{max-width: 120px;}



/*文章管理/＝＝＝＝＝*/
/*.module_i_news ul{grid-template-columns:1fr 1fr;}*/


/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{/*grid-template-columns:1fr 1fr;*/}


/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}


/*footer*/

.footer_logo {
    margin: 0px auto 20px;
}

.footer_info ul {
    width: 100%;
}

}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*//*
.pageIndex .header_area{position: position:relative;}

/*側邊選單/＝＝＝＝＝*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 15px !important;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 15px !important;/*border-color:transparent;*/}

/*Logo/＝＝＝＝＝*/
.nav-header {
    text-align: center;
	line-height: 0px;
}
.header_area .nav-brand{
	max-width: 80px;
	margin: 10px auto 10px auto;
	/*padding: 10px 10px 5px 10px;*/
}
.header_area.sticky .nav-brand{
	max-width: 80px;
}
.main_header_area {
    padding: 0px 0px;
}
.stellarnav.mobile {
    position: absolute;
    left: 0;
    top: 15px;
    width: auto;
    display: inline-block;
    right: 0px;
    left: unset;
}
.stellarnav.mobile.left > ul {
    max-width: 100%;
	padding: 10px;
	background: rgba(255,255,255,0.95);
}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: unset;
}
.stellarnav.mobile li.drop-left ul ul {
    left: 0px;
}
.stellarnav.mobile li li:last-child > a {
    border-bottom: unset;
}

.stellarnav.mobile li li li:last-child > a {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.mobile > ul > li > a {
    border-bottom: unset;
	margin: 3px 0px;
}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a {
    margin: 0px;
}
.stellarnav.mobile li.open {
    background: unset;
    padding: 0px;
}
.stellarnav.mobile li.open li.open {
	background: unset;
    padding: 0px;
}

.stellarnav li li a.dd-toggle .icon-plus:before, .stellarnav li li a.dd-toggle .icon-plus:after {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    top: 50%;
    border-bottom: solid 3px #FFFFFF;
    position: absolute;
}



.me_tp_features {
    padding: 5px 1vw 0px;
    background: #0e4844;
}

.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
    color: #FFF;
}




/*Footer/＝＝＝＝＝*/
.footer_info ul {
    width: 100%;
}
.footer_info li {
    text-align: center;
}
.footer_menu {
    justify-content: center;
}
.footer_menu a {
	padding: 5px 5px;
}
#to_top { bottom:60px;}
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:35px 0 59px; }
.footer_info {    justify-content: center;}
.footer_logo {    
	text-align: center;
    max-width: 125px;
    width: 100%;
	margin: 0px 5px 5px;
	background-size: 210px;
}




.footer_info li:nth-child(1) {
    padding-top: 0px;
}

.footer_info li p {
    width: 100%;
}



/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
.mobile_product_name {
    display: none;
}
.sidebarBtn {
    order: -1;
    margin: 0px auto 20px;
}

.product_pic {
    padding-top: 0px;
}
/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}
.module_i_news ul{grid-template-columns:1fr;max-width: 500px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}

}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le {    /*padding-bottom: 75%;*/}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

.blog_list_le {
    width: 100%;
}
.blog_list_ri {
    padding: 20px 10px 30px 10px;
    width: 100%;
}
.blog_list_ri h5 {
    font-size: 18px;
}
.blog_list_ri em {
    position: inherit;
}

.blog_list_ri p {
    margin-top: 15px;
    font-size: 14px;
    min-height: unset;
}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}


/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}






/*聯絡我們*/
.contact_form li .form__label {
    width: 100%;
    margin-left: unset;
	text-align: left;
}
.contact_form li {
    padding-left: 0px;
}


}


/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}

/*footer*/
.footer_menu a {
    padding: 5px 0px
}
}