@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: "Oswald", sans-serif, "Noto Sans TC", serif;
}
#content {
	background: #000;
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*上方選單解除滑動固定
.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}
*/

/*電腦LOGO*/

.pageIndex .nav-brand img {
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
/*手機LOGO
.nav-brand-m {}
*/

/*內頁header*/

.header_area, .header_area.sticky {
	background: #000;
	position: fixed;
}
.nav-brand img {
	background: #101010;
	padding: 6px;
}
.nav-header {
	top: -10px;
}
/*首頁header*/

.pageIndex .header_area {
	position: fixed;
	background: transparent;
	top: 30px;
	transition: .5s;
}
.stellarnav>ul>li>a {
	background: transparent;
	color: #fff;
	padding: 0px 15px;
	letter-spacing: 1px;
	text-shadow: 2px 2px 3px #000;
	transition: .5s;
}
.stellarnav>ul>li>a:hover b {
	color: #d2b66b;
	transition: .5s;
	font-weight: 500;
	letter-spacing: 1px;
}
.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;
}
/*首頁header sticky*/

.pageIndex .header_area.sticky {
	top: 40px;
	transition: .5s;
}
.pageIndex .header_area.sticky .main_header_area .container {
	margin: auto;
	background: #000000;
	padding: 20px 30px 15px;
	transition: .5s;
	border-radius: 0px;
	border-bottom: 6pt solid #d2b66b;
}
.pageIndex .header_area.sticky .nav-brand {
	margin-left: 20px;
	transition: .5s;
	width: 200px;
}
.pageIndex .navigation {
	display: grid
}
/*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: #292929;
}
.stellarnav li li {
	border: none;
}
.stellarnav li a {
	color: #FFF;
	background: #818181;
}
.stellarnav>ul>li ul li a:hover {
	background: #4b4b4b;
}
/*footer*/

.footer_menu a:first-child {
	display: none;
}
.footer {
	background: #000;
}
.footer .center {
	padding: 20px 0px;
}
.center {
	max-width: 1600px;
}
.footer_info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-left: 60px;
	grid-gap: 10px;
}
.footer_menu {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(110px, 100%), 1fr));
	gap: 28px;
}
.footer_menu a {
	position: relative;
	margin: 0;
	text-align: center;
	color: #ffffff;
	background: transparent;
	border: none;
	border-bottom: 1pt solid #d2b66b;
	padding: 10px 0px;
	overflow: hidden;
	z-index: 1;
}
.footer_menu a:hover {
	background: transparent;
}
.footer_menu a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0%;
	background: #d2b66b;
	z-index: -1;
	transition: height 0.3s ease;
}
.footer_menu a:hover::before {
	height: 100%;
}
.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: #fff
}
.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: #191919;
	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;
}
/*大圖特效******************************************/

#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.swiper-slide-active:nth-child(1):after {
	background: url(https://pic03.eapple.com.tw/liqin88/title01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 33%;
	right: 3.5%;
	width: 32% !important;
	height: 34% !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/liqin88/title02.svg);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 33%;
	right: 3.5%;
	width: 30% !important;
	height: 32% !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: #101010;
}
.inquiry_a3:hover {
	letter-spacing: 2px;
	background: #101010;
}
/*商品推薦*/

.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: #101010;
	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) {}
@media screen and (max-width: 1024px) {
	/*HEADER*/
	.pageIndex .header_area {
		position: sticky;
		top: 0px;
		background: #101010;
	}
	.nav-header {
		position: relative;
	}
	.nav-brand {
		margin: 10px auto;
		width: 150px;
	}
	/*內頁HEADER*/
	.nav-brand img {
		background: transparent;
		padding: 20px 0px 0px 0px;
	}
	/*STICKY HEADER*/
	.pageIndex .header_area.sticky.header_area {
		position: fixed;
	}
	.pageIndex .header_area.sticky {
		top: 15px;
		padding: 0px;
		background: transparent;
	}
	.pageIndex .header_area.sticky .main_header_area .container {
		padding: 15px 0px 10px;
	}
	.pageIndex .navigation {
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 980px) {}
@media screen and (max-width: 768px) {
	.pageIndex .navigation {
		display: flex;
		align-items: center;
	}
	.nav-brand {
		margin: 5px auto 0px;
		width: 200px;
	}
	.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 .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: #f1f0e0;
	}
	.stellarnav .menu-toggle span.bars span {
		background: #f1f0e0;
	}
	.pageIndex .header_area.sticky .stellarnav.mobile {
		left: 19px;
		top: -13px;
	}
	/*漢堡單*/
	.stellarnav.mobile.right>ul, .stellarnav.mobile.left>ul {
		top: -1px;
		background: #232323;
		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: #101010;
	}
	.stellarnav.mobile>ul>li>a {
		color: #fff;
		text-shadow: none;
		font-size: 16px !important;
		border: none
	}
	.stellarnav>ul>li>a:hover {
		color: #fff;
	}
	.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 #595959 solid;
	}
	.stellarnav.mobile li.open li a:not(.dd-toggle):not(.icon-plus) {
		margin-left: 30px;
		font-size: 15px;
		border-left: 1pt solid #bababa;
		padding: 10px 20px;
		color: #fff;
		border-bottom: none;
	}
	.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;
	}
}
@media screen and (max-width: 600px) {
	.pageIndex .header_area.sticky .nav-brand {
		margin-left: 33px;
	}
	.main_header_area .container {
		max-width: 90%;
	}
	.pageIndex .header_area.sticky .main_header_area .container {
		padding: 10px 0px;
	}
	.stellarnav.mobile, .pageIndex .header_area.sticky .stellarnav.mobile {
		left: 16px;
		top: 7px;
	}
	.main_part {
		padding: 0px 10px 10px;
	}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/

#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 {
	background: #000;
	height: 300px;
}
.banner h5 {
	position: absolute;
	color: #fff;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	top: 25%;
	font-weight: 400;
	width: 100%;
}
.album_a .banner h5:after {
	content: 'PROJECT SHOWCASE';
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	top: -32%;
	color: #d2b66b;
	z-index: -1;
	width: 100%;
	line-height: 64px;
}
.article_a .banner h5:after {
	content: 'NEWS';
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 68px;
	top: -32%;
	color: #d2b66b;
	z-index: -1;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
@media (max-width:500px) {
	.album_a .banner h5:after {
		font-size: 37px;
		top: 0%;
	}
	.article_a .banner h5:after {
		font-size: 37px;
		top: 0%;
	}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章*/

.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: #ebebeb;
}
.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: #101010;
	color: #FFF;
}
.subbox_item {
	border-bottom: 1pt solid #c0c0c0;
}
.subbox_item a:before {
	bottom: 0px;
	right: 0px;
	font-size: 14px;
	padding: 10px;
	border-top-left-radius: 15px;
	letter-spacing: 1px;
	background: #3b3b3b;
	transition: all .6s;
	color: #e3e3e3;
	opacity: 1;
}
.news_related h6 span:before {
	font-size: 22px;
	color: #ededed;
	letter-spacing: 1px;
	font-weight: 400;
}
.news_related {
	background: #333333;
	padding: 25px 15px;
}
.blog_box_edit * {
	line-height: 150%;
	color: #fff;
	letter-spacing: 0.04em;
}
h4.blog_category_title {
	color: #fff;
}
.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);
	transition: all .4s 100ms cubic-bezier(.42, 0, .58, 1);
}
.subbox_item a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.blog_back a.article_btn_back {
	background: #101010;
}
@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 { width:100%;}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/

.other_subalbum li a p {
	padding: 3px 10px;
	background: #d2b66b;
	color: #fff;
	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(250px, 1fr));
	}
	.show_content {
		padding: 0px 0;
	}
}
/*聯絡我們/＝＝＝＝＝*/

.contact_content {
	display: block !important
}
.contact_editbox {
	padding: 0;
}
.contact_le_map a {
	background: #e7e4df;
}
.contact_form li.last cite {
	background: #d2b66b;
}
.contact_content {
	padding: 80px 10px 10px;
}
/*表格排列版面*/

.contact_content .information_left {
	display: none;
}
.red {
	color: #d2b66b;
}
.contact_content .information_right {
	width: 90%;
	padding: 0;
	margin: 0 auto 100px;
	max-width: 1400px;
	display: block;
}
.blank_letter {
	padding: 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.blank_letter .note {
	display: block;
	color: #d2b66b;
	text-align: center;
}
.contact_form {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
	gap: 30px;
}
.contact_form li {
	padding: 0;
	align-items: center;
}
.contact_form li .form__label {
	display: block;
	width: 100%;
	text-align: end;
	margin: 0 0 5px;
	padding: 0;
	color: #fff;
	letter-spacing: 1px;
}
.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 {
	padding: 13px;
}
@media screen and (max-width: 600px) {
	.contact_form li .form__label {
		text-align: justify;
		background: transparent;
		font-weight: 400;
	}
}
@media screen and (max-width: 768px) {
	/* 開啟手機板下方按鈕所需設定 */
	#bottom_menu {
		display: flex;
		background: #000;
	}
	#to_top {
		bottom: 60px;
	}
	#bottom_menu li a i {
		color: #b7b7b7;
	}
	#bottom_menu li a em {
		color: #b7b7b7;
	}
}
@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//rwd01.jpg);
		background-position: top;
		background-size: cover;
	}
	/*個別換背景*/
	.bannerindex .swiper-slide:nth-child(2) {
		background-image: url(https://pic03.eapple.com.tw//rwd02.jpg);
		background-position: top;
		background-size: cover;
	}
	.bannerindex .swiper-slide.swiper-slide-active:before {
		background: url(https://pic03.eapple.com.tw//fp_bg.png);
		background-size: contain;
		background-repeat: no-repeat;
		top: 0%;
		right: 0px;
		width: 100% !important;
		height: 109% !important;
		background-position: right;
		padding-bottom: calc(100% / 1 * 0.25);
		transform: translateY(25%);
	}
	.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
		background: url(https://pic03.eapple.com.tw//title1.svg);
		background-size: contain;
		background-repeat: no-repeat;
		bottom: 0px;
		right: auto;
		left: 48%;
		width: 77% !important;
		height: 31% !important;
		background-position: left;
		padding-bottom: calc(100% / 1 * 0.12);
		transform: translateX(-50%);
	}
	.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
		background: url(https://pic03.eapple.com.tw//title2.svg);
		background-size: contain;
		background-repeat: no-repeat;
		bottom: 0px;
		right: auto;
		left: 48%;
		width: 77% !important;
		height: 31% !important;
		background-position: left;
		padding-bottom: calc(100% / 1 * 0.12);
		transform: translateX(-50%);
	}
}