@charset "utf-8";

/*共同設定*/
:root {}
body { 
	font-size: 17px; font-weight: 400; line-height: 1.7; letter-spacing: .07em; color: #111;
    background: url(https://pic03.eapple.com.tw/087932362/bg00.jpg) no-repeat center bottom / cover;
}
.header_area, .header_area.sticky, .tp_links a, .stellarnav > ul > li > a, 
.path p, .path p a, #content_main, #content, 
.footer_info li p, .footer_info li p a, .footer, .footer_menu a, 
h5.blog_le_t, .subalbum-menu h2, .product_menu_list>h5, 
.prod_related h6 span:before, .module_i_album .title_i_box h4, 
.blank_letter, .contact_form, .list_before, 
.products-list .name, .sidebarBtn h2 { color: inherit; background: unset;}
.path p, .path p a, .list_before, .contact_form { color: unset;}
.other_page .path, .contact_page .path { width: 100%; max-width: 1200px; padding: 50px 20px 0; margin: auto; text-align: right;}
.edit { line-height: 1.9;}
a { color: #421e10;}
a:hover, .path p a:hover, .copy a:hover { }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁開場LOGO動畫*/
@-webkit-keyframes fade-in {
  0% {opacity: 0;-webkit-filter: blur(4px);}
  3% {opacity: 1;-webkit-filter: blur(0px);}
  45% {opacity: 1;-webkit-filter: blur(0px);}
  100% {opacity: 0;-webkit-filter: blur(4px);}
}
@keyframes fade-in {
  0% {opacity: 0;-webkit-filter: blur(4px);}
  3% {opacity: 1;-webkit-filter: blur(0px);}
  45% {opacity: 1;-webkit-filter: blur(0px);}
  100% {opacity: 0;-webkit-filter: blur(4px);}
}

body.pageIndex:before {
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    background: url(https://pic03.eapple.com.tw/087932362/logo_WH.png) no-repeat #332925 center / 27vh;
    z-index: 99999;
	animation: fade-in 2.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
	pointer-events: none;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area {
	position: fixed;
    padding: 0;
	border-top: 8px solid #5e4c52;
    background: linear-gradient(to top, #f3e2dc00 0%, #f3e2dc45 45%, #f3e2dc70 80%);
    background: -moz-linear-gradient(to top, #f3e2dc00 0%, #f3e2dc45 45%, #f3e2dc70 80%);
    background: -webkit-linear-gradient(to top, #f3e2dc00 0%, #f3e2dc45 45%, #f3e2dc70 80%);
    background: -ms-linear-gradient(to top, #f3e2dc00 0%, #f3e2dc45 45%, #f3e2dc70 80%);
	height: 150px;
	transition: all 1s ease-out;
}
.header_area.sticky {
    background: linear-gradient(to top, #f3e3e800 0%, #f3e3e8b5 40%, #f3e3e8f0 80%);
    background: -moz-linear-gradient(to top, #f3e3e800 0%, #f3e3e8b5 40%, #f3e3e8f0 80%);
    background: -webkit-linear-gradient(to top, #f3e3e800 0%, #f3e3e8b5 40%, #f3e3e8f0 80%);
    background: -ms-linear-gradient(to top, #f3e3e800 0%, #f3e3e8b5 40%, #f3e3e8f0 80%);
	background: #000000de;
    height: 105px;
}
.navigation {
    grid-template-columns: 340px 1fr;
    padding: 0;
}
.main_header_area .container {
    max-width: unset;
}

/*電腦LOGO*/
.nav-header, .nav-brand {
    width: 100%;
    max-width: fit-content;
}
.nav-brand {
    text-align: center;
    padding: 10px 0 50px 30px;
	transition: all 1s ease-out;
}
.header_area.sticky .nav-brand {
	filter: brightness(15);
}
.nav-brand img { 
	width: 100%;
}

@media screen and (max-width: 1300px) {
.navigation { grid-template-columns: 320px 1fr;}
}
@media screen and (max-width: 1200px) {
.header_area.sticky { height: 99px;}
.navigation { grid-template-columns: 300px 1fr;}
}
@media screen and (max-width: 1024px) {
.header_area.sticky { height: 134px;}
.navigation { padding: 0;}
.nav-brand { padding: 15px 0 0; max-width: 270px;}
}
@media screen and (max-width: 768px) {
.navigation { padding: 0 45px;}
.header_area, .header_area.sticky { padding: 0; height: 105px; border-top: 3px solid #5e4c52;}
.nav-brand { padding: 25px 0 0;}
}
@media only screen and (max-width: 570px) {
.stellarnav .menu-toggle { padding: 10px;}
.navigation { padding: 0 20px 0 55px;}
}
@media only screen and (max-width: 360px) {
.header_area, .header_area.sticky { height: 30vw;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕字體設定*/
.stellarnav ul {
    margin: -8px 0 0;	
    padding-right: 180px;
}
.stellarnav li:nth-child(2) { display: none;}  /* 關於新成發 主按鈕隱藏 */
.stellarnav li {
    padding: 0;
    border-top: 8px solid #5e4c52;
    border-bottom: 2px solid #5d575500;
    transition: ease 1s;
}
.stellarnav li:hover {
    background: linear-gradient(to bottom, #ffffff5c 20%, #f1e3deb5 50% 60%, #edd7cf 100%);
    background: -moz-linear-gradient(to bottom, #ffffff5c 20%, #f1e3deb5 50% 60%, #edd7cf 100%);
    background: -webkit-linear-gradient(to bottom, #ffffff5c 20%, #f1e3deb5 50% 60%, #edd7cf 100%);
    background: -ms-linear-gradient(to bottom, #ffffff5c 20%, #f1e3deb5 50% 60%, #edd7cf 100%);
    border-top: 8px solid #ffffffa6;
    border-bottom: 2px solid #5d5755;
}
.header_area.sticky .stellarnav li:hover {
    border-bottom: 2px solid #ffffff;
    background: #e9e0dc2e;
}
.stellarnav > ul > li > a, 
.stellarnav li.has-sub > a, 
.stellarnav > ul > li.has-sub > a {
    color: #222;
    font-size: 16px;
    text-align: center;
    letter-spacing: .03em;
    line-height: 35px;
    height: 30px;
    margin: 38px 0 23px 0;
    padding: 0 24px 3px;
}
.header_area.sticky .stellarnav > ul > li > a, 
.header_area.sticky .stellarnav > ul > li.has-sub > a {
    color: #fff;
}
.stellarnav > ul > li > a b {
    font-weight: 500;
    height: 65px;
}
.stellarnav > ul > li > a:hover b {
    transform: translateY(-65px);
    -webkit-transform: translateY(-65px);
    -moz-transform: translateY(-65px);
}
.stellarnav > ul > li > a:hover, 
.stellarnav li li a:hover {
    color: #664b40;
}
.stellarnav li.has-sub > a:after { 
	top: 65%;
    right: 5%;
	border-top: 6px solid #835e4e;
}
.stellarnav li.has-sub:hover > a:after {
    border-top: 6px solid #835e4e00;
}

.stellarnav ul ul {
	padding: 0;
    margin: 0;
    width: max-content;
    min-width: 100%;
    max-width: 250px;
	background: #fffffff5;
}
.stellarnav li li {
	border: 0;
	border-bottom: 1px solid #e7ddd9;
    transition: ease.3s;
}
.stellarnav li li:nth-child(n) {
    display: block;
}
.stellarnav li li:hover, .header_area.sticky .stellarnav li li:hover {
    border: 0;
	border-bottom: 1px solid #e7ddd9;
    background: #5d4c52;
}
.stellarnav.desktop li.has-sub li a {
	text-align: left;
    color: #111;
	font-size: 14px;
    line-height: 34px;
    margin: 0;
	height: auto;
    padding: 2px 10px;
}
.stellarnav.desktop li.has-sub li a:hover {
    color: #fff;
}
.tp_links { display: none;}

.me_tp_features {
    width: fit-content;
    position: absolute;
    z-index: 11111;
    top: 5px;
    right: 10px;
}
.shop_search_btn { background: #4c3c35; top: 1px; right: -1px;}
.shop_search_txt, .box_search input[type=text]:focus { color: #000;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice { display: none;} /*購物車 匯款按鈕 隱藏*/

@media screen and (max-width: 1450px) {
.stellarnav > ul > li > a, 
.stellarnav li.has-sub > a, 
.stellarnav > ul > li.has-sub > a { padding: 0 1vw 3px;}
.stellarnav li.has-sub > a:after { right: 0;}
}
@media screen and (max-width: 1300px) {
.box_search { width: 148px;}
.stellarnav ul { padding-right: 160px;}
.stellarnav > ul > li > a, 
.stellarnav li.has-sub > a, 
.stellarnav > ul > li.has-sub > a { font-size: 15px;}
}
@media screen and (max-width: 1200px) {
.stellarnav ul { padding-right: 0;}
.stellarnav > ul > li > a, 
.stellarnav li.has-sub > a, 
.stellarnav > ul > li.has-sub > a { margin: 45px 0 10px 0; padding: 0 1.6vw 3px;}
}
@media screen and (max-width: 1100px) {
.stellarnav > ul > li > a, 
.stellarnav li.has-sub > a, 
.stellarnav > ul > li.has-sub > a { padding: 0 1.1vw 3px;}
}
@media screen and (max-width: 1024px) {
.me_tp_features { top: 0; right: 10px;}
.stellarnav ul { margin: -10px 0 0;}
.stellarnav li {
    border-top: 0;
    border-bottom: 2px solid #ffffff00;
    transition: ease .5s;
}
.stellarnav li:hover, 
.header_area.sticky .stellarnav li:hover {
    border-top: 0;
    border-bottom: 2px solid #5d5755;
    background: #fff0;
}
.header_area.sticky .stellarnav li:hover {
    border-bottom: 2px solid #ffffff;
}
.stellarnav > ul > li > a, 
.stellarnav li.has-sub > a, 
.stellarnav > ul > li.has-sub > a { padding: 0 2.2vw 3px; margin: 8px 0 3px;}
}
@media screen and (max-width: 880px) {
.stellarnav > ul > li > a, 
.stellarnav li.has-sub > a, 
.stellarnav > ul > li.has-sub > a { padding: 0 1.6vw 3px;}
}
@media screen and (max-width: 768px) {
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #ffff;}
.stellarnav.mobile ul { background: #2b2928; margin: 2px 0 0;}
.stellarnav.mobile > ul > li { border-bottom: 1px solid #fff0; background: #fff0;}
.stellarnav.mobile > ul > li:hover, 
.header_area.sticky .stellarnav li:hover { border-bottom: 1px solid #fff; background: #000;}
.stellarnav.mobile > ul > li > a { padding: 10px 43px 8px 10px; margin: 0; color: #dbc8cf;}
.stellarnav.mobile > ul > li > a:hover { color: #fff; border-bottom: 1px solid #fff0;}
.stellarnav.mobile li.open { padding: 0; margin: 0; background: #000;}
.stellarnav > ul > li.has-sub > a { text-align: left; height: auto; line-height: 150%;}
.stellarnav.mobile li a { font-size: 15px; color: #222; padding: 10px;}
.stellarnav.mobile > ul > li > a.dd-toggle:hover { border: 0; padding: 6px 6px 12px;}

.stellarnav.mobile ul ul { background: #efecec; margin: 0;}
.stellarnav li li, .header_area.sticky .stellarnav li li, 
.stellarnav.mobile li li { border: 0;}
.stellarnav li li:hover, .header_area.sticky .stellarnav li li:hover, 
.stellarnav.mobile li li:hover { border: 0; background: #fff;}
.stellarnav.mobile li.open li.open { background: #d3cbcb; padding: 0;}
.stellarnav.mobile li li a { padding: 7px 5px 7px 15px; color: #000; border-bottom: 1px solid #dbcfd3;}
.stellarnav > ul > li > a:hover, .stellarnav li li a:hover, 
.stellarnav.mobile li li a:hover { color: #754853; transition: ease .3s;}
.stellarnav.mobile li li.has-sub a { text-align: left; padding: 10px 10px 10px 15px; margin: 0; line-height: 1; height: auto;}
.stellarnav.mobile li li.has-sub li a { padding-left: 30px;}
.stellarnav li li a:hover, .stellarnav.mobile li.has-sub li.has-sub li a:hover { padding-left: 30px;}
.stellarnav.mobile li li a.dd-toggle { text-align: center;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/
.footer {
    padding: 50px 0 0;
    box-shadow: 0px -80px 50px #ffffff9e inset;
    background: linear-gradient(to bottom, #ffffff00 0%, #ffffff 60%);
    background: -moz-linear-gradient(to bottom, #ffffff00 0%, #ffffff 60%);
    background: -webkit-linear-gradient(to bottom, #ffffff00 0%, #ffffff 60%);
    background: -ms-linear-gradient(to bottom, #ffffff00 0%, #ffffff 60%);
}
.footer .center {
    max-width: 1660px;
}
.footer_info {
    grid-template-columns: 400px 1fr;
    grid-gap: 0;
    padding: 0 70px 0 80px;
}
.footer_logo { margin: 0 30px 0 10px; max-width: 330px;}
.footer_logo img { width: 100%;}

.box_link {
    max-width: 240px;
    flex-direction: row;
    right: unset;
    top: 70%;
    left: 200px;
}
.box_link a {
    width: 32px;
    color: #555;
    border: 1px #555 solid;
    border-radius: 17px;
    padding: 5px;
    font-size: 15px;
    margin: 0 10px 0 0;
}
.box_link a:hover {
    background: #111;
    color: #fff;
}

.footer_info ul {
    padding: 22px 0;
}
.footer_info li {
	display: inline-flex;
    flex-wrap: wrap;
	padding: 0;
}
.footer_info li:nth-child(1) {
    margin: 18px 0 0 15px;
}
.footer_info li p, .footer_info li p a {
	color: #421e10;
    letter-spacing: .2em;
    line-height: 2.1;
	padding: 0 15px 0 0;
}
.footer_info li p:before {
    margin: 0 2px 0 0;
}
p.phone {
    order: -1;
}
p.phone:after {
    content: "（林威丞）";
    margin: 0 12px 0 -12px;
    letter-spacing: .12em;
	display: inline-block;
}
li.info_PHONE:after {
    content: "（林威丞）";
    letter-spacing: .1em;
	display: inline-block;
}
p.tel, li.info_TEL, p.mail, li.info_MAIL, .box_link { display: none;}

/*footer按鈕設定*/
.footer_menu a {
    color: #421e10;
    min-width: 85px;
    font-weight: 500;
    letter-spacing: .03vw;
    background: #fff0;
    border: 1px #fff0 solid;
    border-radius: 0;
    padding: 7px 0 0 10px;
    margin: 0 8px 0 0;
    transition: .3s ease-out;
}
.footer_menu a:hover {
    color: #421e10;
    background: #fff0;
    font-weight: 600;
    letter-spacing: .1vw;
}
.footer_menu a:nth-child(1) { display: none;}  /* 回首頁 按鈕隱藏 */

.footer_menu a:before {
    content: "";
    width: 2px;
    height: 15px;
    margin: 8px 10px -3px -7px;
    background: #835e4e00;
    display: inline-block;
    transition: .3s ease-out;
}
.footer_menu a:hover::before {
    width: 90px;
    height: 30px;
    margin: 0 -75px -10px -9px;
    background: #835e4e00;
    border-radius: 16px;
    border: 1px solid #664b40;
}
.footer_menu a:nth-child(2):hover::before {
    width: 110px;
    margin: 0 -93px -10px -9px;
}


/* 跨欄位+置中 11版必放 */
.footer_info div:nth-of-type(3) { grid-column: 1 / 3; text-align: center;}


/*版權欄位設定*/
.copy { background: #222;}
.copy a { color: #999;}
.copy a:hover { color: #bcb0ad;}

@media screen and (max-width: 1250px) {
.footer_info ul { padding-top: 10px; max-width: 600px;}
}
@media screen and (max-width: 1100px) {
.footer_info { padding: 0 70px 0 50px; grid-template-columns: 340px 1fr;}
.footer_info ul { padding-top: 6px;}
.box_link { left: 95px;}
}
@media screen and (max-width: 880px) {
.footer_info { grid-template-columns: 1fr;}
.footer_logo { max-width: 300px;}
.box_link { position: relative; top: 20px; left: 75px; justify-content: left;}
.footer_info ul { padding: 0; max-width: unset;}
.footer_info li:nth-child(1) { margin: 8px 0 0 15px;}
.footer_info li+li { margin-top: 10px;}

/* 跨欄位+置中 11版必放 */
.footer_info { grid-template-columns: 1fr;}
.footer_info div:nth-of-type(3) { grid-column: unset;}
}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding: 30px 0 55px;}
.box_link a { display: block; width: 32px;}
#bottom_menu li:nth-child(n+2) { display: none;}
.footer_info li+li { margin-top: 10px;}
#to_top { bottom: 65px;}
}
@media screen and (max-width: 600px) { 
.footer_info { padding: 0 20px;}
.footer_info ul { letter-spacing: 0;}
.footer_info li:nth-child(2) { padding-right: 40px;}
.copy { padding-top: 8px;}
}
@media screen and (max-width: 475px) {
.footer_logo { max-width: 280px; width: 90%; margin: 0 10px;}
.box_link { display: none;}
.footer_info { padding: 0 10px;}
.footer_info li:nth-child(1) { flex-direction: column; margin-left: 3vw;}
.footer_info li p, .footer_info li p a, p.phone:after { 
	line-height: 1.9; padding: 0; letter-spacing: .3vw; margin: 0;
	}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 聯絡資訊*/
.blank_letter {
    font-family: Noto Serif TC;
    font-size: 25px;
    font-weight: 500;
    color: #1110;
    letter-spacing: 1px;
	text-align: center;
	line-height: 1.3;
    padding-bottom: 10px;
}
.blank_letter:after {
    content: "新成發生命禮儀";
    display: block;
    color: #111;
    text-shadow: 3px 2px 3px #0000002e;
}
.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: 55px;
    letter-spacing: 3px;
    color: #fff;
    background: #835e4e;
    text-align: center;
    border-radius: 12px;
    padding: 0 0 0 2px;
}
.info_LINE:before {
    letter-spacing: 0;
    padding: 0;
}
.list_before {
    display: inline-flex;
    flex-wrap: wrap;
	justify-content: center;
	border-top: 2px dotted #87895b7d;
    margin: 8px auto 35px;
    padding-top: 10px;
    width: fit-content;
}
.list_before.info li {
	font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 70px;
    margin: 5px 20px;
    letter-spacing: .2em;
    line-height: 1.7;
    color: #111;
}
li.info_LINE {
    display: none;
}
.contact_le_nomap {
    filter: saturate(.5);
}
.contact_le_nomap:hover {
    filter: saturate(.8);
}


/*聯絡資訊 表單寬度 100%呈現*/
.contact_content .information_left, 
.contact_content .information_right { width: 100%; padding: 10px;}
.contact_content .information_left {
    text-align: center;
    border: 2vw solid #6d596047;
    background: #ffffffb5;
    padding: 0 30px 30px;
    box-shadow: 7px 10px 30px #4c3e3a8a;
    margin: 30px auto 50px;
}
.contact_content .information_right { display: none;}
.contact_form { margin-top: 20px;}
.contact_form li.last blockquote, 
.contact_form li.last cite { border: 1px #835e4e solid; border-radius: 25px;}
.contact_form li.last blockquote { color: #835e4e; background: #fff;}
.contact_form li.last cite { background: #835e4e;}

/*線上表單 自選設定*/
.contact_form li { grid-template-columns: 110px 1fr;}
.contact_form li .form__label { max-width: 105px;}
.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, 75px));}

@media screen and (max-width: 1024px) {
.list_before:after { font-size: 15vw; bottom: -40px;}
}
@media screen and (max-width: 768px) {
.contact_content { padding: 0 20px; width: 100%;}
.list_before.info { margin: 8px auto 25px;}
}
@media screen and (max-width: 600px) {
.contact_form li .form__label { background: none; padding: 3px 0 0; margin: 0 0 -5px; background: none;}
.blank_letter { font-size: 22px; width: 100%;}
.contact_content .information_right { margin-top: 30px;}
.contact_content .information_left { text-align: center; padding: 0 5vw 3vw;}
.contact_form li { grid-template-columns: 1fr;}
.list_before.info { flex-direction: column;}
.list_before.info li { font-size: 15px; padding: 40px 0 0; text-align: center; letter-spacing: .05em; margin: 5px 0;}
.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 { margin-top: -30px; left: 43%;}
}
@media screen and (max-width: 400px) {
.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 { left: 38%;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */


/*大圖加文字圖*/
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before, 
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before { 
	content: ""; position: absolute; display: block; width: 100%; height: 100%; z-index: 1;
} 
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before { 
	background: url(https://pic03.eapple.com.tw/087932362/ban-w01.png) no-repeat 34vw 38% / 67vw;
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before { 
	background: url(https://pic03.eapple.com.tw/087932362/ban-w02.png) no-repeat 4vw 50% / 78vw;
}

.swiper-slide.swiper-slide-active:nth-child(1):before{animation: slide-left 2s 1s both;}
.swiper-slide.swiper-slide-active:nth-child(2):before{animation: slide-right 2s 1s both;}
@keyframes slide-left {
    0% {
      -webkit-transform: translateX(-30%);
              transform: translateX(-30%);
              opacity:0;
    }
    100% {
      -webkit-transform: translatex(0);
              transform: translateX(0);
              opacity:1;
    }
  }
@keyframes slide-right {
    0% {
      -webkit-transform: translateX(30%);
              transform: translateX(30%);
              opacity:0;
    }
    100% {
      -webkit-transform: translatex(0);
              transform: translateX(0);
              opacity:1;
    }
  }


@media screen and (max-width: 1200px) {
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before { 
	background-position: 21vw 44%; background-size: 80vw;
	}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before { 
	background-position: 0vw 52%; background-size: 95vw;
	}
}
@media screen and (max-width: 1024px) {
.swiper-banner .swiper-slide img { width: 120vw; max-width: 120vw; margin-left: -5vw;}
.swiper-banner .swiper-slide:nth-child(2) img { margin-left: -13vw;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before { 
	background-position: 14vw 48%; background-size: 86vw;
	}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before { 
	background-position: -8vw 54%; background-size: 105vw;
	}
}
@media screen and (max-width: 768px) {
.bannerindex { padding: 0;}
.swiper-banner .swiper-slide img { width: 150vw; max-width: 150vw; margin-left: -10vw;}
.swiper-banner .swiper-slide:nth-child(2) img { margin-left: -42vw;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before { 
	background-position: -9vw 46%; background-size: 112vw;
	}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before { 
	background-position: -9vw 56%; background-size: 130vw;
	}
}
@media screen and (max-width: 400px) {
.swiper-banner .swiper-slide img { width: 200vw; max-width: 200vw;}
.swiper-banner .swiper-slide:nth-child(2) img { margin-left: -90vw;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before { 
	background-position: -24vw 55%; background-size: 150vw;
	background-position: -30vw 60%; background-size: 150vw;
	}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before { 
	background-position: -9vw 56%; background-size: 175vw;
	background-position: -16vw 60%; background-size: 175vw;
	}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    background: none;
    box-shadow: 0px 100px 100px #fff inset;
    font-family: Noto Serif TC;
	padding: 200px 5% 0;
}
.banner h5 {
    min-width: 170px;
	font-size: 32px;
	font-weight: 600;
    letter-spacing: .07em;
}
.banner h5::after {
    content: "";
    display: block;
    font-size: 13px;
    color: #af9387;
    letter-spacing: .35em;
    padding: 2px 12px;
    margin: 0 auto;
    width: fit-content;
}
.banner.banblog h5::after { content: "CEREMONY";}
.banner.banF h5:after { content: "PRODUCT";}
.banner.banB h5::after { content: "SERVICE";}
.banner.banE h5::after { content: "VENUE";}
.banner.banC h5:after { content: "CONTACT";}



/*功能頁 共同底圖+banner設定*/
.blog_page #content, .blog_in_page #content, 
.product_page #content, .product_info_page #content, .module_i_news {
    background: url(https://pic03.eapple.com.tw/087932362/00-bg01.jpg), #fbfbfae3 center / 1100px;
	background-blend-mode: luminosity;
}
.blog_page #content, .product_page #content { box-shadow: 0 0 30px #0007 inset;}  /*導覽頁content加陰影*/
.blog_page .main_part, .blog_in_page .main_part, 
.product_page .main_part, .product_info_page .main_part, 
.contact_page .main_part { margin-top: -300px;}

.blog_page .banner, .blog_in_page .banner, 
.product_page .banner, .product_info_page .banner, 
.contact_page .banner { background: no-repeat bottom / cover; padding: 200px 5% 300px;}
.blog_page .banner, .product_page .banner, 
.contact_page .banner, .other_page .banner { box-shadow: none;}  /*導覽頁banner陰影取消*/

@media screen and (max-width: 768px) {
.blog_page .banner, .blog_in_page .banner, 
.product_page .banner, .product_info_page .banner, 
.contact_page .banner { padding: 160px 5% 100px;}
.blog_page .main_part, .blog_in_page .main_part, 
.product_page .main_part, .product_info_page .main_part, 
.contact_page .main_part { margin-top: -100px;}
}


.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, .banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/087932362/ban01.png);
}
.banner.banB { background-image: none;}

@media screen and (max-width: 1024px) {
.banner { background-position: 120% 36%; background-size: 780px; padding: 220px 5% 0;}
}
@media screen and (max-width:800px) {
.banner { background-position: right 36%;}
}
@media screen and (max-width: 768px) {
.banner { background-position: left center; background-size: cover; padding: 160px 5% 0;}
.banner h5 { min-width: 150px; font-size: 28px; padding: 0 10px 0 20px;}
.banner h5:after { font-size: 12px; padding: 1px 8px;}
}
@media screen and (max-width: 600px) {
.banner { min-height: 170px;}
}
@media screen and (max-width: 425px) {
.banner { justify-content: center; min-height: 150px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*功能頁 標題共同設定*/
.module_i_news, .pageIndex .prod_part { padding: 80px 20px;}

.animated-arrow { background: #69544c; border-radius: 10px;}
h5.blog_le_t em, .subalbum-menu h2, .product_menu_list>h5, .prod_related h6 span:before, .module_i_album .title_i_box h4 {
    font-family: Noto Serif TC;
    font-size: 26px;
    font-weight: 500;
    color: #111;
    letter-spacing: 1px;
    text-shadow: 3px 2px 3px #0000002e;
}
h5.blog_le_t span {
    margin-left: 10px;
    font-size: 18px;
}
.blog_page .main_part {
    max-width: 1200px;
}
.news_related, .prod_related, .prod_part {
    background: url(https://pic03.eapple.com.tw/087932362/00-bg01.jpg) #77553d26 center / 1100px;
    box-shadow: 0 0 30px #0007 inset;
    padding: 50px 15px;
}
@media screen and (max-width: 980px) {
.main_part { padding: 50px 20px;}
}
@media screen and (max-width: 450px) {
h5.blog_le_t em, .subalbum-menu h2, .product_menu_list>h5, .prod_related h6 span:before, .module_i_album .title_i_box h4 { font-size: 22px;}
}


/*文章設定*/
.module_i_news_list {
	padding: 0 10px 20px;
}
.module_i_news .title_i_box h6, .i_prod_tit h2, .i_video_tit h2 {
    font-size: 44px;
    font-weight: 700;
    font-family: Noto Serif TC;
    font-style: italic;
    color: #958a8e5e;
    margin-bottom: -8px;
}
.module_i_news .title_i_box h4, .i_prod_tit span, .i_video_tit span {
    font-size: 28px;
	font-weight: 600;
    font-family: Noto Serif TC;
    letter-spacing: 2px;
    text-shadow: 3px 2px 3px #0000002e;
    color: #202020;
}
.module_i_news .title_i_box h4:before, .i_prod_tit span:before, .i_video_tit span:before, 
.module_i_news .title_i_box h4:after, .i_prod_tit span:after, .i_video_tit span:after {
    content: "";
    width: 40%;
    height: 1px;
    background: #000;
    display: inline-block;
    vertical-align: super;
    margin: 0 15px;
}

h5.blog_le_t span {
    margin-left: 15px;
}
.accordion li .link a {
    color: #664b40;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 10px;
}

.blog_le .accordion {
    background: #ffffff82;
}
.blog_search input[type=search], .blog_le .accordion {
    border: 1px #a5908796 solid;
}
.accordion li+li .link {
    border-top: 1px #a5908796 solid;
}
.accordion li+li .link:hover, .blog_le .accordion > li.on_this_category .link {
    border-top: 1px solid #fff;
}
.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: #998a85 !important;
}
.blog_list_le {
    max-width: unset;
}

.blog_ri {
    padding: 0 0 0 50px;
}
.blog_subbox {
    grid-template-columns: 1fr;
}
.subbox_item a {
    grid-template-columns: 200px 1fr;
    grid-gap: 30px;
	padding: 15px 0;
	max-width: 830px;
}

.module_i_news ul {
    grid-gap: 30px;
	margin: auto;
}
.module_i_news li {
    max-width: 650px;
	margin: auto;
}
.module_i_news li a {
    grid-template-columns: 180px 1fr;
    grid-gap: 20px;
	padding: 0 0 30px;
}
.subbox_item a:before, 
.module_i_news li a:before {
    bottom: 0;
    background: #69544c;
    color: #fff;
    padding: 4px 12px 2px;
    right: 0;
    transition: all 1s;
}
.subbox_item a:after, 
.module_i_news li a:after {
    background: none;
    border: 0;
    border-bottom: 1px solid #69544c;
}
.blog_list_le, .i_blog_le {
	height: fit-content;
    border: 1px solid #a79189;
    padding: 8px;
    background: #ffffffe0;
    box-shadow: 2px 2px 8px #00000047;
}
.blog_list_ri, .i_blog_ri {
    padding: 3px;
    font-family: 'Noto Sans TC', 'sans-serif', '微軟正黑體';
}
.blog_list_ri h5, .i_blog_ri h5 {
    font-family: Noto Serif TC;
    font-size: 22px;
    font-weight: 600;
    color: #5d4c52;
}
.blog_list_ri em, 
.i_blog_ri em {
    font-weight: 300;
    color: #a59087f2;
}
.blog_list_ri p, 
.i_blog_ri p {
    color: #111;
    line-height: 1.5;
    max-height: 95px;
    font-size: 16px;
    font-weight: 300;
}

h4.blog_category_title {
    font-family: Noto Serif TC;
    color: #111;
    font-weight: 500;
    letter-spacing: 1px;
	line-height: 1.3;
    text-shadow: 3px 2px 3px #0000002e;
    padding-right: 120px;
}
.blog_in_page h4.blog_category_title { 
	margin-bottom: -38px;
}
.toShareNews b {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
}
.toShareNews a {
    margin-left: 6px;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next, .lastPage {
    background: #69544c;
	border-radius: 10px;
}
.blog_back a.article_btn_back {
    background: #333;
	border-radius: 10px;
}
.news_related h6 span:before {
    content: '相關文章';
    font-size: 24px;
    color: #333;
    font-family: Noto Serif TC;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 3px 2px 3px #0000002e;
}
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));}
.news_related_list li a { border: 1px solid #e5e0d8; padding: 10px 10px 2px;}
.news_related_list li a p { line-height: 1.4; padding: 6px 0;  text-align: left;}

@media screen and (max-width: 1100px) {
.subbox_item, .module_i_news li { border: 0;}
}
@media screen and (max-width: 1024px) {
.module_i_news .title_i_box h4:before, .i_prod_tit span:before, .i_video_tit span:before, 
.module_i_news .title_i_box h4:after, .i_prod_tit span:after, .i_video_tit span:after { width: 27%;}
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));}
.blog_ri { padding: 0 0 0 25px;}
.blog_list_ri { padding: 3px;}
.blog_list_ri>*+* { margin-top: 3px;}
.subbox_item a { grid-template-columns: 170px 1fr; grid-gap: 20px; padding: 5px 0 30px;}
.blog_list_ri h5, .i_blog_ri h5 { font-size: 20px;}
.blog_list_ri em, .i_blog_ri em { font-size: 13px;}
}
@media screen and (max-width: 768px) {
.module_i_news .title_i_box h6, .i_prod_tit h2, .i_video_tit h2 { font-size: 36px;}
.module_i_news .title_i_box h4, .i_prod_tit span, .i_video_tit span { font-size: 24px;}
.module_i_news ul { grid-template-columns: 1fr;}
.blog_ri { padding: 0;}
.blog_subbox { margin: auto; max-width: 650px;}
}
@media screen and (max-width: 640px) {
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));}
h4.blog_category_title { margin-bottom: 0; padding-right: 0;}
}
@media screen and (max-width: 450px) {
.module_i_news .title_i_box h6, .i_prod_tit h2, .i_video_tit h2 { font-size: 30px;}
.module_i_news .title_i_box h4:before, .i_prod_tit span:before, .i_video_tit span:before, 
.module_i_news .title_i_box h4:after, .i_prod_tit span:after, .i_video_tit span:after { display: none;}
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));}
.blog_subbox, .module_i_news ul { grid-template-columns: 1fr; max-width: 350px;}
.blog_list_le, .i_blog_le { max-width: 170px;}
.subbox_item a, .module_i_news li a { grid-template-columns: 1fr; padding: 5px 0 20px; grid-gap: 10px;}
.blog_list_ri { letter-spacing: .03em;}
.blog_list_ri>*+* { margin-top: 1px;}
}


/*最新消息*/
.other_promotion li a { background: #ffffff4f;}
.other_promotion li a:hover { background: #eac7dc4f;}
.other_promotion li a:before, 
.other_promotion li a:after {border: 1px #a9116f40 solid;}
.other_promotion li a:before {
    border-bottom: none;
    border-right: none;
}
.other_promotion li a:after {
    border-top: none;
    border-left: none;
}
.promotion_title span { margin: 0 2px 4px 0;}
.promotion_title em { margin: 0 16px 4px 0;}
.promotion_title h2 {
    font-size: 24px;
    color: #111;
    font-family: Noto Serif TC;
    font-weight: 500;
    letter-spacing: 1px;
    text-shadow: 3px 2px 3px #0000002e;
}
.promotions_page .edit img { max-width: 600px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿單頁 banner設定*/
.album_info_page .banner h5 { font-size: 30px;}
@media screen and (max-width: 1024px) {
.album_info_page .banner h5 { font-size: 28px;}
}
@media screen and (max-width: 768px) {
.album_info_page .banner h5 { font-size: 26px;}
}

/*作品展示 相簿設定*/
.other_album { display: none;}
.show-list .show_pic img, 
.pic-list .show_pic img { transition: ease 1s;}
.show-list .show_pic:hover img, 
.pic-list .show_pic:hover img { transform: scale(1.05) rotate(3deg);}
.other_subalbum li { background: #fff0;}


/*作品展示 首頁設定*/
.module_i_album .title_i_box {
    margin: 5vw auto 1vw;
}
.module_i_album .title_i_box h4 {
    font-family: Noto Serif TC;
    font-size: 36px;
    text-shadow: 3px 2px 3px #0000002e;
    font-weight: 700;
    color: #111;
    letter-spacing: 1px;
    line-height: 1.5;
}
.module_i_album .title_i_box h6 {
    font-family: Noto Serif TC;
    font-size: 60px;
    color: #c7bbac4f;
    letter-spacing: .03em;
    margin: 0 0 -40px;
    padding: 0 0 3px 130px;
}
.i_album_list li:hover img { transform: scale(1.5);}
.i_album_list li a p { background: rgba(255, 255, 255, .7); padding: 0 10px; font-size: 15px;}
.i_album_b { margin: 30px auto 60px;}

@media screen and (max-width: 768px) {
.i_album_list { grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));}
.module_i_album .title_i_box { margin: 8vw auto 0;}
.module_i_album .title_i_box h4 { font-size: 32px;}
.module_i_album .title_i_box h6 { font-size: 56px;}
}
@media screen and (max-width: 480px) {
.module_i_album .title_i_box h4 { font-size: 28px;}
.module_i_album .title_i_box h6 { font-size: 46px; padding: 0 0 7px 80px;}
}
@media screen and (max-width: 400px) {
.i_album_list {
        grid-template-columns: 1fr;
        max-width: 230px;
        margin: auto;
    }
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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-top:5px; /*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:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.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: 15px;}
.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:#ad925e;}

.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: 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;}

.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;}
}


/*產品系列 購物車設定*/
.product_page .show_content, .product_info_page .show_content {
    flex-direction: column;
    align-items: center;
}
.product_page .product_menu_list {
    width: 100%;
	min-height: auto;
}
.product_menu_list ul {
    width: 100%;
    display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}
.product-layer-two > li {
    border: 0;
    width: fit-content;
}
.product-layer-two li a {
    border: 0;
    border: 1px solid #a79189;
    border-radius: 6px;
    background: #ffffffbf;
    width: 130px;
    max-width: 100%;
    min-width: fit-content;
    padding: 3px;
    margin: 0 6px;
    text-align: center;
}
.product-layer-two li.active a {
    border: 0;
}
.product-layer-two li a:hover, .product-layer-two li.active a {
    color: #fff;
    background: #69544c;
}
.product_page .products-list {
    width: 100%;
}
.products-list .item {
    border: 1px solid #a79189;
    padding: 10px 10px 2px;
    background: #ffffffd9;
}
.products-list .item a { padding-bottom: 0;}
.products-list .price, .products-list .more { display: none;}  /*價格 詳細資料 隱藏*/
.products-list .name { height: auto; margin: 6px 0; padding: 0 0 0 10px; text-align: center;}


/*產品單頁設定*/
.sidebarBtn { border: 5px #a3979b47 solid; background: #ffffffb5;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 { display: none;}
.related_list li a { border: 1px solid #cfc2b0; padding: 10px 10px 2px;}

/*購物車 首頁設定*/
.pageIndex .productsListBox, .productsListBox.swiper { width: 90%;}

@media screen and (max-width: 768px) {
.product_page .product_menu_list>h5 { display: none;}
.product-layer-two li a { width: 100px; margin: 0 3px;}
}
@media screen and (max-width: 600px) {
.prod_part { padding: 50px 10px;}
}
