@charset "utf-8";
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body {
	font-family: "Noto Sans TC", serif;
}
/*#content:not(.other_select_page #content){
  min-height: 80vh;
  background: url(https://pic03.eapple.com.tw/lichieh168/bg02.jpg);
  background-size: cover; 
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}*/
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*電腦LOGO*/

.pageIndex .nav-brand img {
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

/*內頁header*/

.header_area, .header_area.sticky {
	background: #ffffff;
	position: sticky;
}
.nav-brand img {
	background: #ffffff;
	padding: 6px;
}
.nav-header {
	top: -10px;
	 max-width: 250px;
}
/*首頁header*/

.pageIndex .header_area {
	position: sticky;
    background: #ffffff;
    top: 0;
	transition: .5s;
}
.stellarnav>ul>li>a {
    background: transparent;
    color: ##545454f;
    padding: 0px 15px;
    letter-spacing: 1px;
    transition: .5s;
    font-size: 15px;
    letter-spacing: 1.5px;
}




.stellarnav>ul>li>a:hover b {
	color: #d2b66b;
	transition: .5s;
	font-weight: 500;
	font-size: 15px;
    letter-spacing: 1.5px;

}
.stellarnav>ul>li.has-sub>a {
	padding: 0px 15px;
}
.pageIndex .nav-brand img {
	background: transparent;
	padding: 0px;
	border-radius: 0px;
	text-shadow: 2px 2px 3px #0404048c;
}
.pageIndex .nav-header {
	top: 0px;
	max-width: 70%;
}
/*首頁header sticky*/

.pageIndex .header_area.sticky {
	top: 0px;
	transition: .5s;
}
.pageIndex .header_area.sticky .main_header_area .container {
    margin: auto;
    background: #ffffff;
    padding: 16px 30px 4px;
    transition: 0.5s;
    border-radius: 0px;
    border-bottom: 3pt solid #d8f1fb;
}
.pageIndex .header_area.sticky .nav-brand {
    margin-left: 20px;
    transition: .5s;
    width: 250px;
}
.pageIndex .navigation {
	display: grid;
	grid-template-columns: 250px 1fr;
}
/*header ALL*/

.me_tp_features {
	display: none;
}
.navigation {
	display: flex;
	align-items: center;
}
.stellarnav li.has-sub>a:after {
	display: none;
}
.main_header_area .container {
	max-width: 92%;
	transition: all .4s ease-in-out;
}
.stellarnav ul ul {
    background: transparent;
}
.stellarnav ul {
    padding: 10px 0 0;
}
.stellarnav li li {
	border: none;
}
.stellarnav li li a {
    color: #ffffff;
    background: #000000b8;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all .5s;
    padding: 10px 20px;
    line-height: 160%;
}
.stellarnav li li.has-sub > a {
    padding: 10px 20px;
}
.stellarnav>ul>li ul li a:hover {
    background: #d2b66b;
    transition: all .5s;
}
/*footer*/

.footer_info li p:before {
    position: absolute;
	display: inline-block;
    left: 75px;
    text-align: justify;
    text-align-last: justify;
    color: #727272;
}
.footer_info li p.tel:before {
    content: '諮詢專線(市話)：';
}

.footer_info li p.phone:before {
    content: '諮詢專線(行動)：';
}

.footer_info li p.taxid:before {
    content: 'LINE ：';
    width: 115px;
}
p.taxid a {
    pointer-events: none;
}
.footer_info li p.add:before {
    
	width: 115px;
}
.footer_menu a:first-child {
	display: none;
}
.footer {
	background: #c8eef7;
}
.footer .center {
	padding: 20px 0px;
}
.center {
	max-width: 1600px;
}
.footer_info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-left: 60px;
	grid-gap: 10px;
}
.footer_menu {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(110px, 100%), 1fr));
	gap: 28px;
}
.footer_menu a:hover {
	background: transparent;
}


/*---------------------*/
/*.footer_menu a {
	position: relative;
	margin: 0;
	text-align: center;
	color: #ffffff;
	background: transparent;
	border: none;
	border-bottom: 1pt solid #89cceb;
	padding: 10px 0px;
	overflow: hidden;
	z-index: 1;
}

.footer_menu a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0%;
	background: #9ccddd;
	z-index: -1;
	transition: height 0.3s ease;
}
.footer_menu a:hover::before {
	height: 100%;
}*/

.footer_menu a {
  position: relative;
  margin: 0;
  text-align: center;
  color: #ffffff;
  background: transparent;
  border: none;
  border-bottom: 1pt solid #89cceb;
  padding: 10px 0;
  overflow: hidden;
  z-index: 1;
}

.footer_menu a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #9ccddd;
  z-index: -1;
  transition: none;
}

/* 🔥 hover 時觸發動畫 */
.footer_menu a:hover::before {
  animation: flashFill 0.8s ease forwards;
}

/* ✨ 閃兩下後填滿的關鍵幀 */
@keyframes flashFill {
  0% {
    height: 0%;
    opacity: 0.2;
  }
  20% {
    height: 40%;
    opacity: 1;
  }
  35% {
    height: 0%;
    opacity: 0.3;
  }
  20% {
    height: 50%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
  
}


/*---------------------*/

.footer_logo img {
	padding: 10px;
	width: 200px;
}
.footer_info li:nth-child(2) {
	padding-top: 25px;
}
.footer_info li p, .footer_info li a {
    color: #727272;
}
.footer_info li p {
    padding-left: 124px;
}
.footer_menu a:nth-child(1) {
	display: none;
}
.box_link {
	display: none;
}
.box_link a {
	transition: all 0.3s;
}
.box_link a:hover {
	background: #ADA17E;
	color: #fff;
}
.copy {
	background: #ffffff;
	color: #545454;
	border: none;
	font-size: 11px;
	letter-spacing: 0.5px;
	padding: 5px 0;
}
.copy a {
	color: #545454;
	transition: all 0.3s;
}
.privacyLinks a+a {
	border-left: none
}
.copy a:hover {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.footer_info {
		padding: 0 110px;
	}
	.footer_info li p:before {
    left: 114px;
}
.copy {
    margin-bottom: 50px;
}
}

@media screen and (max-width: 600px) {
	.footer_info {
		padding: 0 70px 0 30px;
	}
	.footer_info li p:before {
    left: 36px;
	}
    .footer_menu {
        gap: 5px;
        grid-template-columns: repeat(auto-fit, minmax(min(100px, 100%), 1fr));
    }
}

/*大圖特效******************************************/

#content_main {
	margin: 0;
}
.bannerindex {
	position: static;
	height: auto;
}
.swiper-banner {
	position: static;
	margin: 0;
	height: auto;
}
.swiper-slide {
	padding: 0px !important;
}
.swiper-slide img {
	height: auto;
}
.swiper-pagination {
	display: none;
}
.swiper-slide {
	position: relative;
}
.bannerindex .swiper-slide.swiper-slide-active:before {
	content: "";
	position: absolute;
	z-index: 999;
	pointer-events: none;
}
.bannerindex .swiper-slide.swiper-slide-active:after {
	content: "";
	position: absolute;
	z-index: 999;
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	.bannerindex {
		padding: 0;
		margin: 0;
	}
}

.bannerindex .swiper-slide:before {
    content: "";
    position: absolute; 
    z-index: 9;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 13%);
    padding-bottom: calc(100% / 1* 0.12);
    animation:scale-up-ver-bottom 2s cubic-bezier(.39,.575,.565,1.000) both;

}

@keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
}


.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
	background: url(https://pic03.eapple.com.tw/lichieh168/title01.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 19%;
	right: 30%;
	width: 81% !important;
	height: 81% !important;
	background-position: right;
	padding-bottom: calc(100% / 1 * 0.12);
	animation: fade-in-top 1s cubic-bezier(.1, .300, .400, 0.2) both;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
	background: url(https://pic03.eapple.com.tw/lichieh168/title02.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 27%;
	right: 6%;
	width: 56.5% !important;
	height: 43% !important;
	background-position: right;
	padding-bottom: calc(100% / 1 * 0.12);
	animation: wave-reveal 4s both;
}
@keyframes fade-in-top {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes wave-reveal {
	0% {
		clip-path: ellipse(100% 0% at 0% 0%);
	}
	100% {
		clip-path: ellipse(100% 100% at 50% 50%);
	}
}
/*購物車側選單*********************************************/

.product-layer-two li a {
	padding: 10px 16px;
	color: #FAF7EF;
	background: #2b2b2b;
	position: relative;
	border: none;
}
.product-layer-two li a:hover {
	color: #000;
	background: #d2b66b;
	transition: all .4s ease-in-out;
}
.product-layer-two li.active a {
	border: none;
	font-weight: 400;
	color: #000;
	background: #d2b66b;
}
.product-layer-two li i {
	top: 4px;
	color: #FAF7EF;
	transition: 0.3s;
}
.product-layer-two li i:hover {
	filter: drop-shadow(2px 2px 3px #4f5a47);
	transform: rotate(45deg);
	color: #FFF;
	transition: 0.3s;
}
.product-layer-two li.active li a {
	font-weight: 400;
	letter-spacing: 2px;
	color: #444;
	background: transparent;
}
.product-layer-two li li a {
	padding: 5px 10px;
	color: #444;
	transition: all 0.4s;
}
.product-layer-two>li {
	width: 100%;
	max-width: 100%;
	padding: 0;
	text-align: left;
	padding-bottom: 5px;
}
/*商品外觀*/

.products-list .price b {
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 400;
	padding-left: 25px;
	position: relative;
}
.products-list .price b::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #d2b66b;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.products-list .name {
	font-size: 16px;
	color: #ededed;
	letter-spacing: 1px;
	font-weight: 400;
	border-bottom: 1pt solid #cad3c3;
	height: 60px;
}
.products-list .more {
	display: none;
}
.products-list .item a {
	padding-bottom: 0px;
	position: relative;
}
.products-list .pic img {
	border-radius: 5px;
}
.products-list .pic:before {
	content: "READ MORE";
	letter-spacing: 2px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	line-height: 161%;
	background: #d2b66b;
	opacity: 1;
	transition: all 0.3s;
	font-size: 14px;
	width: 100%;
	color: #000;
}
.products-list .pic img {
	border-radius: 5px;
	transition: all 0.6s;
}
.products-list a:hover .pic:before {
	opacity: 0;
}
.products-list a:hover .pic img {
	transform: translate(0%, 0%) scale(1.1);
	filter: none;
	transition: all 0.6s;
}
/*商品內頁側邊單*/

.sidebarBtn {
	border: none;
	background: transparent;
	color: #fff;
}
.product_info li .txt_box {
	color: #ffffff;
}
.sidebarBtn .price span {
	color: #d2b66b;
	font-weight: 800;
	border-radius: 50px;
	text-align: justify;
	font-size: 17px;
	margin: 8px 0px;
}
.edit {
	margin: auto;
	padding: 20px 0;
	color: #fff;
}
.product_info li span {
	color: #ffffff;
	letter-spacing: 1px;
	font-family: "Noto Sans TC", serif;
	font-weight: 400;
}
.sidebarBtn h2 {
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: 500;
}
.sidebarBtn .price {
	color: #444;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #adb8a4;
}
.radio-inline__label {
	color: #fff;
}
.radio-inline__input:checked+.radio-inline__label {
	background: #d2b66b;
	color: #2b2b2b;
}
.inquiry_a3 {
	background: #ffffff;
}
.inquiry_a3:hover {
	letter-spacing: 2px;
	background: #ffffff;
}
/*商品推薦*/

.prod_related {
	background: #1e1e1e;
	padding: 25px 15px;
}
.related_list li a {
	background: #FAF7EF;
	height: 100%;
	padding: 11px;
	border-radius: 10px;
	transition: all 0.5s;
}
.related_list li a:hover {
	box-shadow: 3px 3px 3px #afafaf45;
	transform: translate(0%, 0%) scale(1.1);
	transition: all 0.5s;
}
.pd_tabTitle li.activeTab::after {
	height: 2px;
	background: #d2b66b;
}
.pd_tabTitle li.activeTab a {
	color: #ffffff;
}
.prod_related h6 {
	max-width: 100%;
	margin: 0px auto 48px;
	background: transparent;
	text-align: center;
	padding: 8px 0px;
}
.prod_related h6 span:before {
	color: #fff;
}
.related_list li a p {
	padding-top: 10px;
}
.lastPage {
	color: #fff;
	background: #ffffff;
	border-radius: 50px;
	padding: 10px 20px;
	margin: 55px auto 40px;
	text-align: center;
	transition: all 0.3s;
}
.lastPage:hover {
	background: #d2b66b;
	color: #000;
	transition: all 0.3s;
}
.path p, .path p a {
	display: none;
}
@media screen and (max-width: 768px) {
	.product_page .product_menu_list>h5 {
		display: block;
		font-size: 20px;
		font-weight: 400;
		padding-left: 7px;
	}
	a.pd_menu_toggle i {
		color: #444;
	}
}
/* 商品下拉超過30個變大 */

.stellarnav.desktop li.bigMenu>ul {
	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;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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 ul {
	position: static;
	margin: 13px 0px;
	/*display:block !important;*/
	width: 100%;
	margin-left: 0;
}
.product-layer-two li:hover ul {
	border: none !important;
	/*display:block !important;*/
}
.product-layer-two li li {
	display: block;
	padding: 0;
	transition: all ease .3s;
}
.product-layer-two li li:hover>a {
	background: #fff;
	color: #93a877;
}
.product-layer-two>li ul>li+li {
	margin-top: 5px;
}
.product_info_page .product-layer-two {
	display: none;
}
.product_info_page .products-list, .product-wrapper {
	width: 100%;
}
.product-layer-two li li:hover {
	margin-left: 23px;
}
.product-layer-two li li>a:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 8px;
	background: transparent;
	left: 0;
	margin-left: -20px;
	top: 50%;
	margin-top: -4px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.product-layer-two li li:hover>a:before {
	background: #93a877;
}
.product_info_page .half_box {
	width: 100%;
	float: none;
	padding-right: 0;
}
.product_info_page .half_box li.btn_blankTop {
	margin-top: 50px;
	justify-content: space-between;
	display: flex;
}
.product_info_page .half_box li.btn_blankTop input {
	width: calc(50% - 10px);
	background-image: none;
	padding: 0;
	text-align: center;
}
@media screen and (max-width: 1200px) {
    .pageIndex .navigation {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 15px;
		background: #fff;
    }
.pageIndex .nav-header {
    max-width: 250px;
}
.stellarnav ul {
    text-align: center;
}
.pageIndex .header_area.sticky .main_header_area .container {
    margin: auto;
    background: #ffffff;
    padding: 0px;
    transition: .5s;
    border-radius: 0px;
    border-bottom:none
}
	.pageIndex .header_area, .pageIndex .header_area.sticky {
		position: sticky;
		top: 0px;
		background: #ffffff;
		transition: none;
	}
		.header_area, .header_area.sticky {
    border-bottom: 2px solid #a8e3ff;
}
}
@media screen and (max-width: 1024px) {
	/*HEADER*/



	.nav-header {
		position: relative;
	}
	.nav-brand {
		margin: 10px auto;
	}
	/*內頁HEADER*/
	.nav-brand img {
		background: transparent;
		padding: 20px 0px 0px 0px;
	}
	.pageIndex .header_area{
		top: 0px;
		background: #ffffff;
		position: sticky;
	}
	/*STICKY HEADER*/
	.main_header_area .container{
		max-width: 100%;
	}
}
@media screen and (max-width: 980px) {}
@media screen and (max-width: 768px) {

	.pageIndex .header_area.sticky .nav-brand {
margin: 5px auto 0px;
        width: 200px;
}
	.pageIndex .navigation {
		display: flex;
		align-items: center;
	}
	.nav-brand {
		margin: 5px auto 0px;
		width: 200px;
	}
	.product_menu_list, .products-list, .product-wrapper {
		width: 100%;
	}
	.pageIndex .navigation {
        padding-top: 0px;
    }
	.product-layer-two {
		margin-right: 0;
		grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
		grid-gap: 5px;
	}
	.product_page .product-layer-two, .product_page .products-list {
		width: 100%;
		border-right: none;
	}
	.product_page .show_content>a {
		order: 1;
	}
	.product_page ul.products-list {
		order: 2;
	}
	.product_page ul.page {
		order: 3;
	}
	.product_page .product_menu_list {
		width: 100%;
		order: 0;
		min-height: unset;
	}
	/*選單MENU*/
	.stellarnav .menu-toggle:after {
		color: #7cc4da;
	}
	.stellarnav .menu-toggle span.bars span {
		background: #7cc4da;
	}
	/*漢堡單*/
	.stellarnav.mobile.right>ul, .stellarnav.mobile.left>ul {
		top: -1px;
		background: #ffffff;
		border-right: none;
	}
	.stellarnav>ul>li.has-sub>a {
		padding: 10px 43px 10px 10px;
	}
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
		background: #ffffff;
	}
    .stellarnav.mobile>ul>li>a {
        color: #717171;
        text-shadow: none;
        font-size: 13px;
        border: none;
        display: flex;
        flex-direction: column;
    }
    .stellarnav.mobile > ul > li > a b:nth-of-type(2) {
        color: #d2b66b;
        font-weight: 400;
    }
	.stellarnav>ul>li>a:hover b {
    color: #fff;
    font-weight: 400;
}
	.stellarnav.mobile li.open {
		background: #232323;
		padding: 0px 0px 10px 0px;
	}
	.stellarnav li li:last-of-type {
		border-bottom-width: 0px;
	}
	.stellarnav.mobile>ul>li {
		border-bottom: 1px #7cc4da solid;
	}
	.stellarnav.mobile li.open li a:not(.dd-toggle):not(.icon-plus) {
		margin-left: 30px;
		font-size: 13px;
		border-left: 1pt solid #d2b66b;
		padding: 10px 20px;
		color: #fff;
		border-bottom: none;
	}
	.stellarnav.mobile > ul > li > a.dd-toggle {
    padding-top: 15px;
}
	.stellarnav li a {
		color: #fff;
		background: transparent;
		border-radius: 0px;
	}
	.stellarnav>ul>li ul li a:hover {
		background: transparent;
	}
	.stellarnav.mobile ul ul {
		padding: 2px;
		background: #232323;
	}
	.stellarnav.mobile li.open li.open {
		background: #232323;
		padding: 0px;
	}
	.stellarnav.mobile ul ul ul {
		margin-left: 30px;
	}
	.stellarnav li li a {
    background: #232323;
}
}
@media screen and (max-width: 600px) {
	.pageIndex .nav-brand img {
        padding: 0px 0px 0px 35px;
    }
    .nav-brand img{
        padding: 15px 0px 0px 35px;
    }
	.stellarnav.mobile {
        top: 10px;
    }
	.pageIndex .stellarnav.mobile {
        left: 18px;
        top: 7px;
    }
	.pageIndex  .nav-brand {
    margin-left: 20px;
    transition: .5s;
    width: 250px;
}
.pageIndex .header_area.sticky .nav-brand{
	        margin-left: 20px;
        transition: .5s;
        width: 250px;
}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/

#content_main {
	margin: 0;
}
.bannerindex {
	position: relative;
	height: auto;
}
.swiper-banner {
	position: static;
	margin: 0;
	height: auto;
}
/* .swiper-slide img { height:auto;} */

@media screen and (max-width: 768px) {
	.bannerindex {
		padding: 0;
		margin: 0;
	}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/

.banner {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 2000 / 400;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: fade-in-left .6s cubic-bezier(.39, .575, .565, 1.000) both;
    padding: 0px;
    min-height: auto;
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.banner:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    width: 100%;
    max-width: 500px;
    height: 75%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
    transform: translateX(-50%);
	border-radius: 20px;
}

.banner h5 {
    position: relative;
    color: #ffd14c;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    animation: fade-in-top .8s 
cubic-bezier(.39, .575, .565, 1.000) both;
    animation-delay: .3s;
    top: 0;
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/*.banner h5:before {
    position: absolute;
    content: '';
    font-size: 17px;
    top: 126%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d2b66b;
    font-weight: 400;
    letter-spacing: 2px;
}

.banner.banblog h5:before{
	content:'NEWS'
}

.banner.banE h5:before{
	content:'WORKS'
}

.banner.banC h5:before{
	content:'CONTACT'
}

.banner h5:after {
    position: absolute;
    content: '範例文字';
    font-size: 17px;
    top: 210%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    padding-top: 8px;
    border-top: 1px solid #d2b66b;
}*/

.banner.banblog {
	background-image: url(https://pic03.eapple.com.tw/lichieh168/banner1.jpg);	
}
.banner.banE {
	background-image: url(https://pic03.eapple.com.tw/lichieh168/banner2.jpg);
}
.banner.banC {
	background-image: url(https://pic03.eapple.com.tw/lichieh168/banner3.jpg);
}

@media screen and (max-width: 768px) {

.banner {
	aspect-ratio: unset;
    background-size: cover;
    min-height: 340px;
}

}


@media screen and (max-width: 600px) {

.banner h5:after {
    width: 300px;
}

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章*/

.blog_search input[type=search] {
	border-radius: 0px;
}


h5.blog_le_t {
	display: flex;
	justify-content: center;
	font-family: "Noto Sans TC", serif;
	font-weight: 400;
	color: #dfdfdf;
}
h5.blog_le_t span {
	display: none;
}
.blog_le .accordion {
	border: none;
	border-radius: 0px;
}
.accordion li .link a {
	letter-spacing: 2px;
	font-weight: 500;
	color: #dfdfdf;
}
.blog_list_ri h5 {
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 1px;
	font-weight: 400;
}
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));

}
.blog_le .accordion>li:hover, .blog_le .accordion>li.on_this_category {
	background: #d2b66b !important;
	transition: all .4s ease-in-out;
}
.blog_le .accordion>li:hover .link a, .blog_le .accordion>li.on_this_category .link a {
	color: #fff !important;
}
.submenu li.on_this_category a, .submenu a:hover {
	background: #ffffff;
	color: #FFF;
}

.subbox_item a {
    display: flex;
    flex-direction: column;
    position: static;
}

.blog_list_le img {
    aspect-ratio: 1 / 1;
}
.subbox_item {
    border: 1pt solid #d2b66b52;
    padding: 10px;
}
.blog_list_ri {
    padding: 5px 0 45px;
}
.blog_list_ri p {
    font-size: 14px;
    color: #9b9b9b;
    letter-spacing: 1.5px;
	}
.subbox_item a:before {
    bottom: 0px;
    right: 0px;
    font-size: 15px;
    padding: 5px;
    letter-spacing: 1px;
    background: #d2b66b;
    transition: all .6s;
    color: #000000;
    opacity: 1;
}

.news_related h6 span:before {
    font-size: 40px;
    color: #d2b66b;
    letter-spacing: 1px;
    font-weight: 400;
    content: 'MORE';
    font-style: italic;
}

.news_related {
    background: url(https://pic03.eapple.com.tw/lichieh168/more.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	border-top: 10px solid;
}
.blog_box_edit * {
    color: #eaeaea;
    letter-spacing: 1.5px;
    font-weight: 400;
    line-height: 180%;
}
.articel_mainPic img {
    display: none;
}
h4.blog_category_title {
    color: #fff;
    font-size: 27px;
    font-weight: 500;
}
.subbox_item a:hover:before {
	opacity: 0;
	transition: all .5s;
}
.subbox_item a:after {
	top: 0;
	bottom: -1px;
	border: none;
	transition: all .5s;
	background: linear-gradient(to bottom, #ffffff00, #d2b66b66);
	height: 0%;
}
.subbox_item a:hover:after {
	opacity: 1;
	height: 100%;
}
.blog_back a.article_btn_back {
	background: #ffffff;
}
.news_related_list li a {
    padding: 10px;
    background: #000000;
}
.news_related_list li a p {
    color: #ffffff;
	letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
	h5.blog_le_t {
		padding-bottom: 15px;
		justify-content: flex-start;
	}
	a.news_menu_toggle i {
		color: #d2b66b;
	}
}
@media screen and (max-width: 600px) {
	.subbox_item a {
		grid-gap: 25px;
		display: flex;
		position: relative;
		flex-wrap: wrap;
		padding: 16px;
	}
	.subbox_item{
		padding: 0px;
	}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/

.show-list .show_name {
    color: #fff;
    border-left: 3px solid #fff;
    padding-left: 20px;
    font-weight: 400;
    margin-top: 15px;
}

.show-list .item:hover .show_name {
	border-left: 3px solid #d2b66b;
    color: #d2b66b;
}

.album_descrip {
    color: #ffffff;
}

.other_album_choice li {
    background: #000000;
    border: 1px solid #d2b66b;
}

.other_album_choice li:hover{
	background:#d2b66b ;
}

.overlay {
    z-index: 9999;
    width: 0%;
    transform: none;
    transition: all .7s;
    background: #00000048;
}

.show-list .item:hover .overlay {
    width: 100%;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: all .7s;
}

.show-list .item .show_pic img{
	transition: all .7s;
}

.show-list .item:hover .show_pic img{
	transform: scale(1.1);
	transition: all .7s;
}

.other_subalbum li a p {
	padding: 3px 10px;
	background: #d2b66b;
	color: #000;
	letter-spacing: 1px;
}
.subalbum-menu h2 {
	display: none;
}
.album_fixed_title {
	color: #fff;
	background: transparent;
}
@media screen and (max-width: 600px) {
    .show-list {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap: 30px;
    }
	.show_content {
		padding: 0px 0;
	}
	.show-list .show_name {
    padding-left: 12px;
    font-size: 15px;
}
}
/*聯絡我們/＝＝＝＝＝*/

.contact_content .information_left {
display: none;
}


.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    color: #fff;
}

.information_right .blank_letter {
	display: none;
}

.contact_content .information_right {
    background: #00000063;
    border-radius: 30px;
    padding: 30px 50px 10px;
	width: 100%;
}

.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before{
	color:#d2b66b;
	letter-spacing: 1.5px;
	width: 50px;
}
.info_TEL2:before {
    content: "手機2";
}
.list_before.info li {
    color: #fff;
    padding-left: 50px;
}
.list_before {
    color: #e3e3e3;
    letter-spacing: 1.5px;
}

.contact_editbox {
	padding: 0;
}
.contact_le_map a {
display: none;
}
.contact_form li.last cite {
	background: #d2b66b;
}
.contact_form li.last input{
	color:#fff
}
/*表格排列版面*/


.red {
	color: #d2b66b;
}
.blank_letter {
    padding: 0;
    font-size: 24px;
    color: #fff;
    text-align: left;
    letter-spacing: 1.5px;
}
.blank_letter .note {
	display: block;
	color: #d2b66b;
	text-align: left;
}

.contact_form li {
	padding: 0;
	align-items: center;
	grid-template-columns: 135px 1fr;
	grid-gap: 25px;	
}
.contact_form li .form__label {
	display: block;
	width: 100%;
	max-width: 100%;
	text-align: end;
	margin: 0 0 5px;
	padding: 0;
	color: #fff;
	letter-spacing: 1.5px;
}
.contact_form li.last {
	text-align: center;
	grid-column: 1/-1;
}
.contact_form li.last blockquote, .contact_form li.last cite {
	border: 1px #d2b66b solid;
	padding: 0px;
}
.noborder {
    background: #ffffff1c;
}

.contact_form li input.noborder {
    border:none;
}
.contact_form li textarea.noborder{
	    border:none;
}
@media screen and (max-width: 600px) {
	.contact_form li .form__label {
		text-align: justify;
		background: transparent;
		font-weight: 400;
	}

	.contact_form li {
    grid-template-columns: 1fr;
}
.contact_content .information_right {
    padding: 30px 35px 10px;
}
}
@media screen and (max-width: 768px) {
	/* 開啟手機板下方按鈕所需設定 */
	#bottom_menu {
		display: flex;
		background: #77c3dc;
	}
	#to_top {
		bottom: 60px;
	}
	
	#bottom_menu li a i {
		color: #ffffff;
	}
	#bottom_menu li a em {
		color:  #ffffff;
	}

	#bottom_menu li:nth-of-type(3),#bottom_menu li:nth-of-type(4),#bottom_menu li:nth-of-type(6){
		display: none;
	}

}
@media screen and (max-width: 600px) {
	.bannerindex .swiper-slide img {
		display: none;
	}
	.bannerindex .swiper-slide {
		height: 130vw;
		width: 100% !important;
	}
	/*圖片比例*/
	.bannerindex .swiper-slide:nth-child(1) {
		background-image: url(https://pic03.eapple.com.tw/lichieh168/rwd01.jpg);
		background-position: top;
		background-size: cover;
	}
	/*個別換背景*/
	.bannerindex .swiper-slide:nth-child(2) {
		background-image: url(https://pic03.eapple.com.tw/lichieh168/rwd02.jpg);
		background-position: top;
		background-size: cover;
	}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
        background: url(https://pic03.eapple.com.tw/lichieh168/title01.svg);
        background-size: contain;
        background-repeat: no-repeat;
        bottom: 45%;
        right: 11%;
        width: 80% !important;
        height: 42% !important;
        background-position: right;
        padding-bottom: calc(100% / 1 * 0.12);
        animation: fade-in-top 1s cubic-bezier(.1, .300, .400, 0.2) both;
        filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
    }
    .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
        background: url(https://pic03.eapple.com.tw/lichieh168/title02.svg);
        background-size: contain;
        background-repeat: no-repeat;
        bottom: 28%;
        right: 31%;
        width: 60% !important;
        height: 48% !important;
        background-position: right;
        padding-bottom: calc(100% / 1 * 0.12);
        animation: fade-in-top 1s cubic-bezier(.1, .300, .400, 0.2) both;
        filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
    }
}


