@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/*引入字體*/
/*@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=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=ZCOOL+XiaoWei&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');




/*字型更換*/

.navigation, .stellarnav > ul > li > a b,
.footer_info ul,
#content_main,
.product-layer-two, .products-list, .product-wrapper, .prod_related,
.blog_box, .news_related, h5.blog_le_t,
body.promotions_page .main_part,.news_part,
body.album_page .show_content, body.album_class_page .show_content, body.album_info_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; font-style: normal; font-optical-sizing: auto;}

/* = = = 按鈕列 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*上方選單解除滑動固定*/
/*.header_area.sticky { position:relative;}*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/

.main_header_area{	background: rgb(255 255 255); padding: 0px 20px;}

.header_area,.header_area.sticky { /*z-index: 20000000;*/ padding: 0px;}

.main_header_area .container { max-width: 1600px;}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation { grid-template-columns: 211px 1fr;}
.nav-header {  max-width: 211px;}
.box_link { display: none;}

/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/





/*隱藏中英文翻動動畫*/

/*.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;*/ }
}




/*第一層*/
.stellarnav > ul > li > a{
	transition:all 0.3s;
	/*color: #FFF;*/
}
.stellarnav > ul > li > a{ margin: 10px 20px; padding:0px;}

.stellarnav > ul > li.has-sub > a {  padding-right: 0px;}
.stellarnav > ul > li:hover > a{color: #488691 !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 #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 #523a2c #523a2c 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:#488691;

		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 / 5%);
    background: rgb(0 0 0 / 40%);*/
	border-bottom: 1px solid rgb(255 255 255 / 15%); background: #488691;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{	padding-left: 20px;}
.stellarnav ul ul {top: auto; width: 190px; position: absolute; z-index: 9900; text-align: left;}
/*選單效果*/
.stellarnav > ul > li > a:before {  content: "";  background: url("https://pic03.eapple.com.tw/pinxuan/icon-1.png") no-repeat;  background-size: contain;  width: 36px;  height: 38px; top: 17%; position: absolute; transform: rotate(0.04turn); transition: all 0.5s; left: 20px;	opacity: 0;}
.stellarnav > ul > li > a:hover:before {opacity: 1; }

/*.stellarnav > ul > li:nth-child(odd) > a:before {
  background: url("https://pic03.eapple.com.tw/fruitmama/icon-3.png") no-repeat;
  width: 50px;
    height: 50px;
    transform: translate(0%, -50%);
    top: 29%;ㄋ
    left: 22px;
}
*/
.stellarnav ul {  position: relative;  top:-4px;}
.stellarnav > ul > li > a { transition: 0.3s ease-out; padding: 40px 0px 0 0px; letter-spacing: 2px;  color: #49E7EC;   height: 80px;}
.stellarnav li.has-sub > a:after {	display: none;}
/*.stellarnav > ul > li:nth-last-child(1) > a{  display: none;}*/

/*@media screen and (min-width: 769px) {
	.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
		/*background: rgb(0 0 0 / 70%);
		background: #147036;
	}
}*/



/*第三層*/
@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-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: border .2s;
		transition: border .2s;
		margin: 0px;
		top: 18px !important;
		right: 15px;
	}
	
	
	.stellarnav li.drop-left li.has-sub > a:after {
		-webkit-transform: rotate(-225deg);
        transform: rotate(-225deg);
	}
	
	
	
	.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 li:hover > a{
		background: rgb(0 0 0 / 100%);
	}*/
	.stellarnav li.drop-left ul ul {
		right: 190px;
	}
	
}
.stellarnav li ul ul {
	background: transparent;
}

.stellarnav li ul ul li > a{
	/*background: rgb(0 0 0 / 70%);
    border-bottom: 1px solid rgb(255 255 255 / 5%);*/
	background: #488691;
	border-bottom: 1px solid rgb(255 255 255 / 15%);
	
}

.stellarnav li ul ul li:hover > a{
	background: #488691;
}






/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}


/* 主分類超過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;}



/*SubMenu*/
.shop_search_btn {    background: #523a2c; transition:.3s;height: 28px;margin-top: 0px;}
.shop_search_btn:hover {    background: #379339;}
.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 {
	display: none;
}
.tp_links{display: none;}


/*隱藏購物車搜尋欄*/
/*.box_search{display:none;}*/

/*隱藏購物車*/
/*.me_tp_features a.tp_btn_cart {display: none;}*/

/*隱藏匯款通知*/
/*.me_tp_features a.tp_btn_notice{display: none;}*/




@media screen and (min-width: 1025px) {
	.header_area {
		position: fixed;
		width: 100%;
		top: 0px;
		background: unset;
	}
	
	.header_area.sticky {
		background: unset;
	}
	
	.main_header_area {
		transition: 0.3s ease;
		background: transparent;
		box-shadow: unset;
		background: linear-gradient(to bottom, rgb(0 0 0 / 50%) 0%, rgba(255, 255, 255, 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: #fff;
		transition: all 1s;
		opacity: 0;
	}
	
	.header_area.sticky .main_header_area::after {
		width:100%;
		opacity: 1;
	}
	
	
	
	.header_area .nav-brand {
		/*filter: invert(100%) grayscale(100%) brightness(500%);
		-webkit-filter: invert(100%) grayscale(100%) brightness(500%);*/
		transition:.3s;
		max-width: 211px;
		margin-top: 25px;
	}
	
	.header_area.sticky .nav-brand {
		filter: unset;
		-webkit-filter: unset;
		max-width: 211px;
		margin-top: 0px;
	}

	.nav-header {
		max-width: 211px;
	}
	
	.pageIndex .header_area .nav-brand {
		/*opacity:0;*/
	}
	
	.pageIndex .header_area.sticky .nav-brand {
		opacity:1;
	}
	
	
	
	/*.stellarnav > ul > li > a {
		margin: 60px 1vw 15px;
		color: #533a2b;
		transition: 0.3s ease;
		padding: 0px 5px;
	}*/
	
	.header_area.sticky .stellarnav > ul > li > a {
		margin:10px 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;
	}
	
	
	
	/*按鈕列-滑鼠滾動換LOGO圖*/
	/*.header_area .nav-brand::before {
		content:"";
		width:199px;
		height:60px;
		background:url("https://pic03.eapple.com.tw/fruitmama/logo-05.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 {
		width:211px;
		opacity:0;
	}
	
	.header_area.sticky .nav-brand img {
		opacity:1;
	}
	
	.nav-brand img {
    max-width: 50%;
}



	
	/*解決首頁最上方時，按鈕列滑鼠移入字看不清*/
	/*.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: 30px 1vw 10px;
		transition: 0.3s ease;
	}
	
	.header_area.sticky .me_tp_features {
		padding: 15px 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);
	}*/
}






/*按鈕中英文 - 隱藏英文翻動特效*/
.stellarnav > ul > li > a b {
    line-height: unset;
   	height: unset;
	transform: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
	transition: unset;
	font-weight: 400;
}

.stellarnav > ul > li > a b:nth-of-type(2) {
	display:none;
}









/*按鈕列RWD*/

@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: 100px;margin-top: 15px;transition:.5s;}
	.header_area.sticky .nav-brand{max-width: 120px;}
	
	
}

@media screen and (max-width: 900px){
.stellarnav > ul > li > a {
	margin: 5px 1.5vw;
}
}

@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;*/}
	.stellarnav.mobile li a {
		border-bottom: 1px solid rgba(255, 255, 255, .20);
	}

	
	.navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        transition: all 0.6s;
    }
	.nav-header {
        position: static;
        text-align: center;
    }
	.header_area .nav-brand{
		max-width: 100px;
		margin: 8px 10px 8px 10px;
	}
	.header_area.sticky .nav-brand{
		max-width: 100px;
	}
	.main_header_area {
		padding: 0px 0px;
	}
	.stellarnav.mobile {
		position: absolute;
		left: 0;
		top: 0;
		width: auto;
		display: inline-block;
		right: 0px;
		left: unset;
	}
	
	.stellarnav .menu-toggle {
        padding: 15px 10px;
    }
	
	.stellarnav.mobile.left > ul {
		/*max-width: 100%;*/
		padding: 10px;
		background: rgba(255,255,255,0.95);
	}
	
	.stellarnav > ul > li > a {
		color: #343a40;
	}
	
	.stellarnav > ul > li > a:before {
		display: none;
	}
	
	.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: #edf2dd;
		margin: 0px;
	}
	
	.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
		color: #FFF;
	}

}

@media screen and (max-width: 600px) {
	    .header_area .nav-brand {
        max-width: 80px;
		}
	    .header_area.sticky .nav-brand {
        max-width: 80px;
    }
	}


/* = = = 頁尾 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.footer {
	border-top: 1px #91c6ce6e solid;
    background: #FFF;
	padding: 30px 0 0;
}
.footer_logo {
	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: 36%;
}
.footer_info li p, .footer_info li p a{
	/*color:#FFF;*/
}

.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 10px;
	transition: all 0.3s;
	background: unset;
    border: unset;
	margin: 0 5px 4px 5px;
	color: #555;
	font-weight: 600;
}
.footer_menu a:hover {color: #488691; background:unset;}




.copy {
    background: #488691;
	color: #fff;
	border:none;
}
.copy a{ color: #fff;transition:all 0.3s;}
.box_link a{ transition:all 0.3s;}
.box_link a:hover { background: #866d5e; color: #FFF;}




.footer_info li:nth-child(1) {
	border-bottom: 1px #91c6ce6e solid;
    padding-bottom: 20px;
    margin-bottom: 5px;
}
.footer_info li p {
    width: 100%;
}

.footer_info li:nth-child(2) {
    padding: 10px 0px;
	margin: 0px;
}

/*隱藏*/
p.phone {
    display: none;
}
p.mail {
    display: none;
}

/*頁尾LOGO*/
/*.footer_logo {
    text-align: center;
    background: url(https://pic03.eapple.com.tw/notiondential/ft_logo.png) no-repeat center center;
    background-size: 204px;
    height: 68px;
	filter: invert(100%) grayscale(100%) brightness(500%);
    -webkit-filter: invert(100%) grayscale(100%) brightness(500%);
	margin-top: 10px;
}

.footer_logo img {
    width: 0px;
}*/



.footer_info li p.fax:before {
    content: 'LINE ID：';
}




@media screen and (min-width: 769px){
	.footer_info {
		padding-right: 70px;
	}
	
	.footer_info li:nth-child(1) {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0px 10px;
	}
	.footer_info li p.phone{
		grid-column: 1 / 2;
    	grid-row: 2;
	}
	.footer_info li p.fax{
		grid-column: 1 / 2;
    	grid-row: 3;
	}
}






@media screen and (max-width: 980px) {
	.footer_info {
		grid-template-columns: 1fr;
	}
	
	.footer_info ul {
		width: 100%;
	}
}


@media screen and (max-width: 768px) {
	.footer_info ul {
		width: 100%;
	}
	.footer_info li {
		text-align: center;
	}
	.footer_menu {
		justify-content: center;
	}
	.footer_menu a {
		padding: 5px 5px;
	}
	
	.footer.with_shopping_mode { padding:35px 0 54px; }
	
	.footer_logo {    
		text-align: center;
		max-width: 211px;
		background-size: 175px;
		width: 100%;
		margin: 0px auto 0px;
	}

	
	.footer_info li:nth-child(1) {
		padding-top: 0px;
	}
	
	.footer_info li p {
		width: 100%;
	}
	
	.box_link {
		right: unset;
		justify-content: center;
	}
}

@media screen and (max-width: 600px) {
	.box_link {
		text-align: center;
	}
}

@media screen and (max-width: 375px) {
	.footer_menu a {
		padding: 5px 0px
	}
}





/* = = = 浮動按鈕 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.right_member_in { bottom: calc(20% + 340px); top: unset; z-index: 99;}
.linksBtn { display: none;}

@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;
	/*padding-bottom: 50px;
	background:#379339;*/
}

/*.fix_ri::before {
	content: "FOLLOW US";
    font-size: 20px;
	font-family: "ZCOOL XiaoWei", sans-serif;
    display: block;
    writing-mode: vertical-lr;
    line-height: 52px;
    padding: 17px 0px;
    color: #FFF;
    letter-spacing: 1px;
}*/

.fix_ri a {
	transition:.3s;
	color: #FFFFFF;
	border-radius: unset;
	border-radius: 50px;
}


.fix_ri a img {
    background: #ffffff00;
    transition: .3s;
}

/*.fix_ri a:hover img{
    background: #533a2b;
}*/


.fix_ri a span {
	display:block;
	font-size: 13px;
	margin: -8px 0px 0px;
}


#to_top {
	display:block !important;
	opacity: 1 !important;
    	background: #49E7EC;
    color: #FFF;
    border-radius: 5px;
	/*bottom: 30px;*/
}

#to_top i.top {
    height: 15px;
}

#to_top i:before, #to_top i:after {
    background: #FFF;
}

/*.footer .center {
    padding-right: 50px;
}*/



@media screen and (max-width: 768px) {
	/* 開啟手機板下方按鈕所需設定 */
	/*#bottom_menu {display: block; }*/
	
	#to_top { 
		bottom:54px;
	}
}






/* = = = BANNER = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*首頁大圖點點*/
.swiper-pagination {

    display: none;
}


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-banner .swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}




/*首頁大圖文字特效*/

.bannerindex .swiper-wrapper {
    position: relative;
}

.bannerindex .swiper-slide.swiper-slide-active:before{
	content: "";
    position: absolute;
    animation: ss 2.5s ease backwards;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before, .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    display: block;
    top: 0;
    left: 0;
    background: url("https://pic03.eapple.com.tw/fruitmama/bn_text.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 10000;
}


/*.bannerindex .swiper-wrapper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	overflow: hidden;
	height: 100vh;
}

.bannerindex .swiper-slide img {
    object-fit: cover;
    object-position: 50% 50%;
}*/


@keyframes ss {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@-webkit-keyframes scroll {
    0%,
    100%,
    20%,
    50%,
    80% {
        /*background-position-y: -57px;*/
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }
    40% {
        /*background-position-y: -38px;*/
        -webkit-transform: translate(-50%, 30%);
        transform: translate(-50%, 30%);
    }
    60% {
        /*background-position-y: -48px;*/
        -webkit-transform: translate(-50%, 40%);
        transform: translate(-50%, 40%);
    }
}


@media screen and (max-width: 1024px) {
	/*.bannerindex .swiper-wrapper .swiper-slide {
        height: calc(100vh - 131px);
    }*/
}

@media screen and (max-width: 768px) {
	/*.bannerindex .swiper-wrapper .swiper-slide {
		height: calc(100vh - 118px);
    }*/
}


@media screen and (max-width: 600px) {
	.bannerindex .swiper-wrapper .swiper-slide {
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		overflow: hidden;
	}
	.bannerindex .swiper-wrapper .swiper-slide img {
        /*width: 210%;*/
    }
	.bannerindex .swiper-slide img {
		object-fit: cover;
		object-position: 50% 50%;
	}
	.bannerindex .swiper-wrapper .swiper-slide:nth-child(1):before, .swiper-wrapper .swiper-slide:nth-child(2):before {
      
    }
}







/*內頁BANNER 設定*/

.banner {height: 600px;clip-path: ellipse(100% 75% at 50% 24%);}

.banner.banA {background: url("https://pic03.eapple.com.tw/pinxuan/ban01-04.jpg")no-repeat center center; background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner.banB {background: url("https://pic03.eapple.com.tw/pinxuan/ban01-06.jpg")no-repeat center center; background-position: center; background-repeat: no-repeat; background-size: cover;}
.services_page .banner.banB {
    background: url(https://pic03.eapple.com.tw/pinxuan/ban01-07.jpg) no-repeat center center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner.banC {background: url("https://pic03.eapple.com.tw/pinxuan/ban01-05.jpg")no-repeat center center; background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner.banD {}
.banner.banE {background: url("https://pic03.eapple.com.tw/pinxuan/ban01-02.jpg")no-repeat center center; background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner.banF {background: url("https://pic03.eapple.com.tw/pinxuan/ban01-01.jpg")no-repeat center center; background-position: center; background-repeat: no-repeat; background-size: cover;}
.banner.banblog {background: url("https://pic03.eapple.com.tw/pinxuan/ban01-03.jpg")no-repeat center center; background-position: center; background-repeat: no-repeat; background-size: cover;}


.banner h5::before{
	/*font-family: "Aboreto", system-ui;*/
    font-weight: 400;
    font-style: normal;
	font-size: 28px;
    display: block;
	letter-spacing: 0px;
}

.banner h5{
	font-size: 45px;
    font-family: "Noto Sans", "Noto Sans TC", sans-serif;
    letter-spacing: 8px;
    font-weight: 600;
    color: #fff;
    max-width: 1600px;
    width: 100%;
    padding: 120px 8vw 0px;
    text-align: center;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 100%);
	line-height: 1.3;
}

.banner h5::after{
	content: "";
   	max-width: 500px;
	width:100%;
    height: 1px;
    background: #FFF;
    display: block;
    margin: 15px auto;
}

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{
		font-size: 35px;
	}
}

@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::after {
		max-width: 340px;
	}
}


@media screen and (max-width:600px) {
	.banner h5 {
		font-size: 30px;
	}
}

@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;
	}
}

/* = = = 其他設定 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


#page{
	/*background: url(https://pic03.eapple.com.tw/fanglongenterprise/bg.jpg) repeat top center;
    background-size: 100%;*/
}

#content_main, #content {
    /*background: url(https://pic03.eapple.com.tw/wandanshantomb/bg.jpg)repeat center center;
    background-size: 100%;*/
}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #876d5d;transition: .3s;}
.animated-arrow:hover {    background: #f0c8b0;}


/*麵包屑＝＝*/
.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;font-weight: 600;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;    border: 1px #AAA solid;}
.page strong, .page a:hover {    background: #533a2b;border: 1px solid #533a2b;}

.page li.activeN {color: #533a2b;}
.page li.activeN {color: #533a2b;}

/* = = = 購物車 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*購物車首頁*/

/*首頁只顯示8則*/
.prod_part .products-list .item:nth-of-type(n+9) {
	display:none;
}







/*購物車列表*/
.products-list .item a {
    padding-bottom: 50px;
}

.products-list .more {
    border: 1px solid #488691;
    background: #488691;
	color: #FFF;
}

.products-list .price b{
	color: #444;
    letter-spacing: 1px;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
}

.products-list .price b::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #488691;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.products-list .item a:hover .more {
	border: 1px solid #49E7EC;
    background: #49E7EC;
}

.products-list .pic img, .related_list li figure img {
    transition: .5s;
    transform: scale(1);
}

.products-list a:hover .pic img, .related_list li:hover figure img {
    transform: scale(1.05);
}

.products-list .pic::before, .related_list li figure::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: 1.2;
	letter-spacing: 0px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px #FFFFFF solid;
    opacity: 0;
    transition: .5s;
}

.products-list .pic::after, .related_list li figure::after {

    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #49e7ec36;
    opacity: 0;
    transition: .5s;
}

.products-list a:hover .pic::before, .products-list a:hover .pic::after, .related_list li:hover figure::before, .related_list li:hover figure::after  {
    opacity: 1;
}








/*購物車詳細*/

.sidebarBtn {
    border: unset;
}

.sidebarBtn .sp_price {
    display: block;
    color: #488691;
    font-weight: bold;
}
.sidebarBtn .price span {
	font-size: 22px;
}

.product_info li .txt_box {
	color: #488691;
}

.radio-inline__input:checked + .radio-inline__label{
	background: #488691;
    border: 1px solid #fff;
    color: #fff;
}

.inquiry_a1, .inquiry_a2, .inquiry_a3, .lastPage {
    background: #488691;
	transition: all .5s;
}

.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover, .lastPage:hover {
    background: #49e7ec;
}





.prod_related {
    background: unset;
}

.related_list li figure {
    position: relative;
}

.related_list li a p {
    margin-top: 15px;
	text-align: left;
}







/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .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-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}


.product-layer-two li a {
    line-height: 200%;
	background: unset;
	color: #488691;
	border: unset;
	transition:.5s;
}

.product-layer-two li i {
    top: 5px;
	color: #488691;
	transition:.5s;
}
.product-layer-two li > a, .product-layer-two li.active > a {
	border: unset;
}
.product-layer-two li:hover > a, .product-layer-two li.active > a {
    color: #FFF;
    background: #488691;
    padding-left: 25px;
}

.product-layer-two li:hover i, .product-layer-two li.active i {
	color: #FFF;
}

.product-layer-two li.active li a {
    font-weight: normal;
    color: #523a2c;
}
.product-layer-two li ul { position:static; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#f0c8b0;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #e0d6cf; }
.product-layer-two > li ul > li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li > a:before { content: ""; position: absolute; width: 8px; height: 8px; background: transparent; left: 10px; margin-left: 0px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);transition:.5s;}
.product-layer-two li li:hover > a:before { background:#f0c8b0;}

.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) {
	.related_list {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap: 10px;
    }
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); /*grid-gap: 5px;*/}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;font-size: 20px;}

.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;}
}
@media screen and (max-width: 600px) {
	/*手機版購物車-首頁、列表頁、相關產品排列統一*/
	.pageIndex .products-list, .products-list, .related_list {
		grid-template-columns: 1fr;
		grid-gap: 20px;
		max-width: 500px;
		margin: auto;
	}
            
}




/* = = = 文章管理 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章下拉選單隱藏*/
.stellarnav > ul > li:nth-child(6) li:nth-child(1) {
    display: none;
}

/*文章首頁*/
.module_i_news {
	border-bottom:1px #91c6ce6e solid;
}

.module_i_news ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.module_i_news li {
	border-bottom: none;
}

.module_i_news li a {
    grid-template-columns: 1fr;
}

.i_blog_ri p {
    -webkit-line-clamp: 2;
    line-height: 180%;
    word-break: normal;
}

.module_i_news li a:before, .subbox_item a:before, .news_related_list li a:before {
    top: 43%;
    left: 50%;
    bottom: unset;
    right: unset;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    font-size: 18px;
    font-family: "Noto Sans", "Noto Sans TC", sans-serif;
	font-weight: 400;
    color: #488691;
}






/*文章列表*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #488691 !important;
}

.submenu li.on_this_category a, .submenu a:hover {
	background: unset;
    color: #f0c8b0;
}




.blog_box {
    max-width: 1160px;
}

.blog_subbox {
    grid-template-columns: 1fr;
	grid-gap: 30px;
}

.subbox_item {
	border:none;
}

.subbox_item a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	grid-gap: 0px;
}

.blog_list_le {
	width:30%;
}

.blog_list_ri {
	width:65%;
}

.blog_list_ri h5 {
    font-size: 24px;
    color: #555;
    display: block;
}

.blog_list_ri p {
    margin-top: 25px;
    line-height: 180%;
    -webkit-line-clamp: 3;
    min-height: 80px;
}







/*文章詳細*/

.blog_back a.article_btn_prev, .blog_back a.article_btn_back, .blog_back a.article_btn_next {
    background: #488691;
    transition: .3s;
	border-radius: 30px;
}

.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_back:hover, .blog_back a.article_btn_next:hover {
    background: #49e7ec;
}




.news_related {
    background: unset;
}

.news_related_list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.news_related_list li a {
    position: relative;
}

.news_related_list li a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    opacity: 0;
	/*color: #999;*/
    transition: all .6s;
}

.news_related_list li a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    border: 1px #ddd solid;
    transition: all .5s;
}

.news_related_list li a:hover:before, .news_related_list li a:hover:after {
    opacity: 1;
    transition: all .5s;
}

.news_related_list li a p {
    margin-top: 10px;
    text-align: left;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pd_tabTitle li.activeTab::after {
    height: 2px;
    background: #488691;
}












@media screen and (max-width: 1200px) {
	/*文章列表*/
    .blog_list_ri h5 {
        margin-top: 0;
        font-size: 20px;
    }
	
	.blog_list_ri p {
        margin-top: 10px;
    }
	
	
	
	
	/*文章詳細*/
    .news_related_list {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap: 10px;
    }
	
}


@media screen and (max-width: 1024px) {
	
}



@media screen and (max-width: 768px) {
	
	/*文章首頁*/
    .module_i_news ul {
		grid-template-columns: 1fr 1fr;
	}

}


@media screen and (max-width: 600px) {
	
	/*手機版文章-首頁、列表頁、相關文章排列統一*/
	.module_i_news ul, .blog_subbox, .news_related_list {
        grid-template-columns: 1fr;
        max-width: 500px;
		margin: auto;
    }
	
	
	/*文章列表*/
	.blog_box {
		width: 96%;
	}
	
	.subbox_item a {
		flex-wrap: wrap;
	}
	
    .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 p {
        margin-top: 15px;
        font-size: 14px;
        min-height: unset;
    }
}










/* = = = 促銷方案 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.promotions_page .main_part{
    display: flex;
    flex-direction: column;
    max-width: 72%;
    padding: 0 0 5% 0;
}

.promotions_page .other_promotion li{
    width: 100%;
    position: relative;
}

.promotions_page .other_promotion li:after {
    content: '';
    width: 0%;
    left: 0px;
    background: #488691;
    position: absolute;
    height: 1px;
    transition: 0.5s;
}

.promotions_page .other_promotion li:hover:after {
    width: 100%;
}

.other_promotion li a:hover {
    background: transparent;
}


.other_promotion li a {
    border: none;
    width: 100%;
    margin: 0;
    padding: 1%;
    border-bottom: 1px #eee solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.other_promotion li{
    width: 100%;
    margin-left: 0;
    
}

.other_promotion li a:before{
    border: none;
}

.other_promotion li a:after{
    border: none;
}

.promotions_page .pmtTitle span{
    display: none;
}

.other_promotion .pmtTime {
    right: unset;
    left: 2%;
}

.other_promotion {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.promotions_page .pmtTitle{
    width: 100%;
}




.promotions_page .other_promotion {
    order: 1;
    width: 100%;
    margin: 0px;
}

.promotions_page .show_content {
    order: 3;
    padding-top: 60px;
    margin: 0px
}

.promotion_title {
    display: flex;
    flex-direction: column;
    margin: 4% 0 0 0;
}

.promotion_title em {
display: none;
}

.promotion_title span {
    border: none;
    padding: 0;
    margin: 0 2px 8px 12px;
    color: #488691;
    font-size: 20px;
    font-weight: 300;
}

.promotion_title{
    margin: 5% 0 0 0;
}

.promotions_page .edit {
    font-family: 'Noto Sans TC';
    color: #726c66;
    font-weight: 400;
    letter-spacing: 1px;
}

.promotion_title h2 {
    font-size: 24px;
    color: #343434;
    letter-spacing: 2px;
    background: #e0e0e04f;
    padding: 10px;
    margin-bottom: 15px;
    font-weight: 400;
}

.news_part{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 8% 0 5% 0;
    max-width: 80%;
    width: 100%;
}

.news_part .title_i_box h4 {
    font-size: 25px;
    letter-spacing: 2px;
    color: #343434;
    font-weight: bold;
    text-align: left;
    font-weight: lighter;
    
    margin-bottom: 50px;
}


.other_promotion .pmtTitle h3 {
    color: #343434;
    letter-spacing: 2px;
    font-size: 16px;
    overflow: unset;
    height: auto;
    margin: 8px 0px;
    transition: 0.3s;
}


.other_promotion .pmtTitle h3:after {
    content: '▶';
    position: absolute;
    left: -30px;
    top: 32px;
    color: #488691;
    transition: 0.3s;
    opacity: 0;
}


.other_promotion li a:hover .pmtTitle h3:after {
    left: 7px;
    opacity: 1;
    transition: 0.6s;
}

.other_promotion li a:hover .pmtTitle h3 {
padding-left: 30px;
transition: 0.3s;
}



.news_list ul{
    padding: 0 0 5% 0;
}

.news_list ul li p{
    color: #343434;
    
    letter-spacing: 2px;
    font-size: 18px;
    padding-left: 4%;
}

.news_list ul li {
    display: block;
    border-bottom: 1px #c3b6a2 solid;
}

.other_promotion .pmtTime span {
    color: #488691;
    font-size: 18px;
    position: relative;
    letter-spacing: 1px;
}

.news_list ul li span{
    color: #cebfad;
    font-size: 18px;
}

.news_list ul li a:hover{
    background: linear-gradient(45deg, #f1f1f1 0%, #fcfbf8 35%, #f4f4f4 70%, #fcfcfc 100%);
    border-radius: 8px;
}

.news_list {
    order: 3;
    max-width: 100%;
    width: 70%;
    margin: 0;
}

.news_part{
    padding: 8% 3% 5% 3%;
}



.news_part .title_i_box {
    order: 1;
    max-width: 100%;
    width: 20%;
    margin: 0;
}

.news_part .title_i_box h4:before {
    content: 'News';
    display: block;
    font-size: 25px;
    margin-bottom: 5px;
    color: #dfb88f;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}


@media screen and (max-width: 768px) {
    .other_promotion {
        display: flex;
        flex-wrap: wrap;
    }
}


/* = = = 相簿 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
/*列表*/
ul.i_album_list li { flex-grow: 1; flex-basis: 24vw; box-sizing: border-box; padding: 0; margin: auto 0; display: inline-block;  vertical-align: top;}
.i_album_list li div { aspect-ratio: unset; height: 20vw;}

.subalbum-menu h2 {letter-spacing: 5px; color: #488691;}
.show-list .show_name , .other_subalbum li a p { line-height: 2; background: linear-gradient(to top, #48869173, #00000000);font-weight: 500;
    color: #ffffff; height: 4em; letter-spacing: 2px;  font-size: 19px; position: absolute; bottom: 0;  width: 100%;  transition: 0.5s; display: flex;  align-items: center; justify-content: center; align-content: center;}
.show-list .item a:hover .show_name , .other_subalbum li:hover a p {  height: 50%; letter-spacing: 3px; background: linear-gradient(to top, #488691cc, #00000000);}
.show-list .item:hover .show_name { color: #fff;}
ul.i_album_list li:hover { flex: 3 0 25vw; transition: flex .4s, -webkit-box-flex .4s, -ms-flex .4s;}
.i_album_list li:hover img { transform: scale(1.12);}
.pic-list .show_pic:hover img { transform: scale(1.12);}
.pic-list .show_pic img { transition: 0.5s;}
.overlay {display: none;}

/*觀看更多*/
.album_info_page .fa-image::before { content: "";}
.other_album_choice li {background: #488691;}
.fa-right-from-bracket::before { content: "+";}


@media screen and (max-width: 600px) { 
/*相簿*/
.show-list { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));}
}

/*相本分類全版面 ( 限制最寬2000px )*/
/*.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}*/




/*相本列表*/
/*.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; }*/ /*取消連結被點擊效果*/



/* = = = 聯絡我們(表單) = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.contact_le_map a, .contact_form li.last cite {
    background: #488691;
	transition:.3s;
}

.contact_le_map a:hover, .contact_form li.last cite:hover {
    background: #49e7ec;
}

.contact_form li .form__label {
	background: transparent;
}

.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(60px, 60px));
}


@media screen and (min-width: 769px) { 
	.contact_content form{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
	}
}

@media screen and (min-width: 601px) { 
	.contact_form li .form__label {
		max-width: 100px;
	}
	
	.contact_form li {
		grid-template-columns: 105px 1fr;
	}
}





.list_before.info li {
    padding-left: 50px;
}

.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    width: 50px;
}

.info_FAX:before {
    content: "LINE ID";
}





/* = = = RWD = = = = = = = = = == = = = = = = = = = = = = = = == = = */






@media screen and (max-width: 600px) { 
}




/* = = = 黑底白字 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


