@charset "utf-8";

/*共同設定*/
:root {
	/* 顏色 */
	--textColor: #111;
	--textColor02: #553013;
	--mainColor: #725c4a;
	--subColor: #8b7064;
	--subColor02: #982525;
	--mainBgColor01: #af9387;
	--mainBgColor02: #c2b7b2;
	--mainBgColor03: #ece5e3;

	/* 字型 */
	--ffMicroSoft: "微軟正黑體";
    --ffNotoSans: "Noto Sans TC", sans-serif;
    --ffNotoSer: "Noto Serif TC", serif;
    --ffYujiMai: "Yuji Mai", serif;

	/* 字體 */
	--fz17: 17px;
	--fz19: 19px;
	--fz22: 22px;
	--fz24: 24px;
	--fz30: 30px;
	--fz36: 36px;

	/* 間距 */
	--pd05: 5px;
	--pd10: 10px;
	--pd20: 20px;
	--pd50: 50px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area, .header_area.sticky, .pageIndex .header_area.sticky {
    padding: 0;
    border-top: 8px solid var(--mainColor);
    background: url(https://pic03.eapple.com.tw/anhuailife/00-bg01.jpg), #c5bfbb;
    background-size: cover;
    background-position-x: left;
    background-position-y: center;
    background-blend-mode: soft-light;
	position: sticky;
    height: unset;
    box-shadow: 0 0 8vw #33221bcf;
}
.header_area.sticky, .pageIndex .header_area.sticky {
    box-shadow: 0 0 clamp(40px, 3vw, 60px) #33221bc2;
}
.navigation {
    grid-template-columns: 300px 1fr;
    padding: 0 0 0 30px;
}
.pageIndex .header_area.sticky .main_header_area .container, 
.main_header_area .container { max-width: 1350px; transition: ease 1s;}
.pageIndex .header_area .main_header_area .container { max-width: 1900px;}

.me_tp_features { display: none;}


/*電腦LOGO*/
.nav-header, .nav-brand { width: 100%; max-width: unset;}
.nav-header { width: 400px;}
.nav-brand { text-align: left; padding: 8px 0 0;}
.nav-brand img { width: 100%; max-width: 70px;}
.nav-brand:before {
    content: "安懷生命禮儀";
    font-family: "Yuji Mai", serif;
    position: absolute;
    top: 10px;
    left: 118px;
    font-size: 36px;
    color: #111;
}

/*手機LOGO
.nav-brand-m {}
*/

/*首頁 header設定*/
.pageIndex .header_area {
    box-shadow: none;
    background: linear-gradient(to top, #f1ece800 0%, #f1ece859 35%, #f1ece8 100%);
    background: -moz-linear-gradient(to top, #f1ece800 0%, #f1ece859 35%, #f1ece8 100%);
    background: -webkit-linear-gradient(to top, #f1ece800 0%, #f1ece859 35%, #f1ece8 100%);
    background: -ms-linear-gradient(to top, #f1ece800 0%, #f1ece859 35%, #f1ece8 100%);
    position: fixed;
    height: 15vw;
}
.pageIndex .header_area.sticky { position: fixed;}

@media screen and (max-width: 1200px) {
.nav-header { width: 33vw;}
.nav-brand:before { font-size: 34px; top: 12px;}
}
@media screen and (max-width: 1024px) {
.navigation { padding: 0;}
.me_tp_features { display: none;}
.header_area, .header_area.sticky, .pageIndex .header_area.sticky, .pageIndex .header_area { 
	padding: 0; 
	border-top: 5px solid var(--mainColor);
    box-shadow: 0 0 5vw #33221b94;
    background: url(https://pic03.eapple.com.tw/anhuailife/00-bg01.jpg), #c5bfbb;
    height: unset; 
	position: sticky;
}
.nav-brand img { max-width: 60px;}
.nav-brand:before { text-align: center; width: 71vw; top: 8px; left: 148px; font-size: 32px;}
}
@media screen and (max-width: 980px) {
.main_part { padding: 50px 20px;}
}
@media screen and (max-width: 768px) {
.navigation { padding: 0 0 0 20px;}
.nav-header { width: 100%;}
.header_area, 
.header_area.sticky { padding: 0;}
.nav-brand { padding: 8px 0 4px; margin: 0 210px 0 0; width: 100%; text-align: center;}
.nav-brand img { max-width: 50px;}
.nav-brand:before { font-size: 30px; top: 6px; left: 60px; width: calc(100% - 60px);}
}
@media only screen and (max-width: 570px) {
.stellarnav .menu-toggle { padding: 10px;}
}
@media only screen and (max-width: 375px) {
.nav-brand { margin: 0 46vw 0 0;}
.nav-brand img { width: 15vw;}
.nav-brand:before { left: 30vw; width: calc(100% - 30vw); font-size: 8.3vw;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕字體設定*/
.stellarnav ul { margin: -8px 0 0;}
.stellarnav li {
    background: linear-gradient(to top, rgba(255 255 255 / 0%) 0%, rgb(102 75 64 / 20%) 100%);
    background: -moz-linear-gradient(to top, rgba(255 255 255 / 0%) 0%, rgb(102 75 64 / 20%) 100%);
    background: -webkit-linear-gradient(to top, rgba(255 255 255 / 0%) 0%, rgb(102 75 64 / 20%) 100%);
    background: -ms-linear-gradient(to top, rgba(255 255 255 / 0%) 0%, rgb(102 75 64 / 20%) 100%);
    padding: 0;
    margin: 0 0 0 -4px;
    border-top: 8px solid var(--mainColor);
    transition: ease 1s;
}
.stellarnav li:hover {
    background: linear-gradient(to bottom, rgb(255 255 255 / 20%) 30%, rgb(115 69 51 / 25%) 90%);
    background: -moz-linear-gradient(to bottom, rgb(255 255 255 / 20%) 30%, rgb(115 69 51 / 25%) 90%);
    background: -webkit-linear-gradient(to bottom, rgb(255 255 255 / 20%) 30%, rgb(115 69 51 / 25%) 90%);
    background: -ms-linear-gradient(to bottom, rgb(255 255 255 / 20%) 30%, rgb(115 69 51 / 25%) 90%);
    border-top: 8px solid #ffffff40;
}
.stellarnav li { border-radius: 0 0 8px 8px;}

.stellarnav > ul > li > a, .stellarnav li.has-sub > a, .stellarnav > ul > li.has-sub > a {
    color: #111;
    font-size: 15px;
	font-weight: 500;
    text-align: center;
    letter-spacing: .03em;
    line-height: 35px;
	height: 30px;
    margin: 32px 0 3px 0;
    padding: 0 1.7vw 3px;
}
.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);
	font-weight: 600;
}
.stellarnav > ul > li > a:hover, 
.stellarnav li:hover a {
    color: var(--subColor02);
	font-weight: 600;
}
.stellarnav li.has-sub > a:after { 
	top: 60%;
    right: 10%;
	border-top: 6px solid #d5d0ca;
}
.stellarnav li.has-sub:hover > a:after {
    border-top: 6px solid #d5d0ca00;
}

.stellarnav ul ul {
    margin: 0;
    width: max-content;
    min-width: 100%;
    max-width: 250px;
	background: #fff0;
}
.stellarnav li li {
    background: #ffffffe3;
	border-radius: 0;
    transition: ease.3s;
}
.stellarnav li li:hover {
    border: 1px #eee solid;
	border-bottom-width: 0;
    background: #664b40b5;
}
.stellarnav li li:first-child {
    border-radius: 8px 8px 0 0;
}
.stellarnav li li:last-child {
    border-radius: 0 0 8px 8px;
}
.stellarnav.desktop li.has-sub li a {
	text-align: center;
    color: #111;
	font-size: 15px;
    line-height: 20px;
    margin: 0;
	height: auto;
}
.stellarnav.desktop li.has-sub li:hover a {
    color: #fff;
}
.tp_links { display: none;}

@media screen and (max-width: 1650px) {
.stellarnav li.has-sub > a:after { right: 5%;}
}
@media screen and (max-width: 1350px) {
.stellarnav > ul > li > a, .stellarnav li.has-sub > a, .stellarnav > ul > li.has-sub > a { padding: 0 2.2vw 3px;}
}
@media screen and (max-width: 1200px) {
.navigation { grid-template-columns: 30vw 1fr;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a, .stellarnav > ul > li.has-sub > a { padding: 0 1.5vw 3px;}
.stellarnav li.has-sub > a:after { right: 0;}
}
@media screen and (max-width: 1024px) {
.stellarnav ul { margin: 3px 0 0;}
.stellarnav li { border-top: 1px solid #674b3f; transition: ease .5s;}
.stellarnav li:hover { border-top: 1px solid #ffffffcc;}
.stellarnav li { border-radius: 0;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a, .stellarnav > ul > li.has-sub > a { margin: 3px 0; padding: 0 2.2vw 3px;}
}
@media screen and (max-width: 768px) {
.stellarnav.mobile > ul > li { background: #fff0; border-top: 0;}
.stellarnav.mobile > ul > li:hover { background: #e7e3de; border-top: 0;}
.stellarnav.mobile li.open { background: #e7e3de; padding: 0;}
.stellarnav > ul > li.has-sub > a { text-align: left; height: auto; line-height: 150%;}
.stellarnav.mobile li a { border-bottom: 1px solid rgba(255, 255, 255, .15); font-size: 15px; color: #111;}
.stellarnav.mobile > ul > li > a { padding: 10px 43px 10px 10px; margin: 0; border: 0;}
.stellarnav li li:nth-child(n) { border-radius: 0;}
.stellarnav li li:hover { background: #664b40b5;}
.stellarnav.mobile li li a { padding: 7px 10px 7px 25px;}
.stellarnav.mobile li li a:hover { color: #fff;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/
.footer {
    padding: 50px 0 0;
    background: url(https://pic03.eapple.com.tw/anhuailife/00-bg01.jpg), #e7e0dc;
    background-size: cover;
    background-position-x: right;
    background-position-y: top;
    background-blend-mode: overlay;
}
.footer .center {
    max-width: 1600px;
    margin: 0 0 0 auto;
}
.footer_info {
    grid-template-columns: 200px 1fr;
    grid-gap: 0;
    padding: 0 70px 0 80px;
}
.footer_logo { margin: 0 10px;}
.footer_logo img { width: 100%; max-width: 180px; filter: drop-shadow(2px 2px 12px #ffefb096);}

.box_link {
	max-width: unset;
    flex-direction: row;
    right: unset;
    top: 160px;
    left: 108px;
}
.box_link a {
    width: 31px;
    color: var(--subColor);
    border: 1px var(--subColor) solid;
    border-radius: 15px;
    padding: 4px;
    font-size: 16px;
    margin: 0 7px 0 0;
}
.box_link a:hover {
    border: 1px solid var(--subColor02);
    color: var(--subColor02);
    background: #fff;
    font-size: 18px;
    padding: 2px 0;
}
.box_link a:nth-child(4) { display: none;}  /* 手機重複不顯示 */

.footer_info ul {
	letter-spacing: 0;
}
.footer_info li {
    padding: 15px 0 0 60px;
}
.footer_info li:nth-child(1) {
    margin-top: 36px;
	display: flex;
    flex-direction: column;
}
.footer_info li:nth-child(1):before {
    content: "安懷生命禮儀";
    font-family: "Yuji Mai", serif;
    width: fit-content;
    display: block;
    position: absolute;
    top: 0;
    left: 340px;
    font-size: 26px;
    color: #111;
}
.footer_info li:nth-child(1):after {
    content: "";
    width: calc(100% - 340px);
    height: 1px;
    background: #66483d75;
    display: block;
    position: absolute;
    top: 41px;
    right: 0;
}
.footer_info li p, 
.footer_info li p a {
    letter-spacing: .2em;
    line-height: 1.9;
    color: #111;
}
.footer_info li p.add2:before { content: '營業時間：';}
p.add2, li.info_ADD2 { order: -1;}
p.phone, li.info_PHONE { display: none;}

/*footer按鈕設定*/
.footer_menu a {
    width: 6vw;
    min-width: 80px;
    font-weight: 500;
    letter-spacing: .05em;
    color: var(--subColor);
    background: #fff0;
    border: 1px #fff0 solid;
    border-radius: 0;
    padding: 7px 0 0 10px;
    margin: 0 4px 8px 0;
    transition: .3s ease-out;
}
.footer_menu a:hover {
    color: #111;
	background: #fff0;
	font-weight: 600;
}
.footer_menu a:before {
    content: "";
    width: 1px;
    height: 40px;
    margin: 0 12px -6px -7px;
    background: #66483d75;
    display: inline-block;
    transition: .2s ease-out;
}
.footer_menu a:hover::before {
    width: 70px;
    height: 6px;
    margin: 42px -65px -14px -9px;
    background: #66483d1f;
}

/*版權欄位設定*/
.copy { background: #222;}
.copy a, .copy a:hover { color: #999;}


/* 跨欄位+置中 11版必放 */
.footer_info div:nth-of-type(3) { grid-column: 1 / 3; text-align: center;}
@media screen and (max-width: 768px) {
.footer_info { grid-template-columns: 1fr;}
.footer_info div:nth-of-type(3) { grid-column: unset;}
}


@media screen and (max-width: 1024px) {
.footer_menu a { width: 11vw; min-width: 80px;}
}
@media screen and (max-width: 860px) {
.footer_info { padding: 0 60px 0 40px;}
.footer_logo img { max-width: 160px;}
.box_link { top: 145px; left: 63px;}
.box_link a { width: 28px; padding: 3px; font-size: 14px;}
.footer_info li:nth-child(1) { padding: 10px 0 0 3vw;}
.footer_info li:nth-child(2) { max-width: 450px; padding: 10px 0 0 3vw;}
.footer_info li:nth-child(1):before { left: 264px;}
.footer_info li:nth-child(1):after { width: calc(100% - 264px);}
}
@media screen and (max-width: 768px) {
.footer .center { max-width: 600px;}
.footer_info { grid-template-columns: 1fr; padding: 0 60px 0 70px;}
.footer_logo { margin: 0 7px;}
.footer_logo img { max-width: 150px;}
.box_link { left: unset; top: unset; margin: 15px 0; display: none;}
.box_link a { display: block;}
.footer_info li+li { margin-top: 10px;}
.footer_info li:nth-child(1) { padding: 32px 0 0 10px; border: 0;}
.footer_info li:nth-child(2) { padding: 0 35px 10px 10px;}
.footer_info li:nth-child(1):before { top: 130px; left: 80px;}
.footer_info li:nth-child(1):after { width: calc(100% - 80px); top: 173px; left: 80px;}
.footer_menu a:before { height: 30px;}
.footer_menu a:hover::before { margin-top: 32px;}

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding: 30px 0 55px;}
#bottom_menu li:nth-child(3) { display: none;}
#to_top { bottom: 65px;}
}
@media screen and (max-width: 600px) { 
.copy { padding-top: 8px;}
}
@media screen and (max-width: 560px) {
.footer_info { padding: 0 45px 0 30px;}
.footer_info li:nth-child(1):before, .footer_info li:nth-child(1):after { width: calc(100% - 39px); left: 39px;}
}
@media screen and (max-width: 400px) {
.footer_info { padding: 0 10px 0 3vw;}
.footer_logo { text-align: center; margin: auto; padding: 0 6vw 0 0;}
.footer_logo img { max-width: 125px;}
.box_link { left: 12px;}
.footer_info li:nth-child(1) { align-items: center; padding: 32px 3vw 0 0; text-align: center;}
.footer_info li:nth-child(1):before { top: 110px; font-size: 24px;}
.footer_info li:nth-child(1):after { top: 153px;}
.footer_info li:nth-child(1):before, 
.footer_info li:nth-child(1):after { width: 77%; left: 0; margin: auto; right: 3vw;}
.footer_info li p, .footer_info li p a { letter-spacing: .05em;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 聯絡資訊*/
.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: 100%;
    max-width: 80px;
    letter-spacing: .5em;
    color: #fff;
    background: #c2b7b2;
    text-align: center;
    border-radius: 4px;
    padding: 5px 4px 5px 12px;
    line-height: 1.1;
    height: 26px;
}
.list_before {
    margin: 15px 0 35px;
    display: flex;
    flex-direction: column;
}
.list_before.info li {
    font-size: 16px;
    font-weight: 400;
    padding-left: 100px;
    letter-spacing: .2vw;
    line-height: 1.7;
    color: #111;
}
.list_before:after {
    content: "ANHUAI LIFE";
    color: #ffffffe8;
    font-family: "Noto Serif TC", serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 6px 6px 7px #00000017;
    position: absolute;
    text-align: right;
    right: 5%;
    bottom: 0;
    width: auto;
    z-index: -1;
}
.info_ADD2:before { content: "營業時間"; letter-spacing: .03em; padding: 5px 4px 5px;}
.info_TEL:before { content: "電　話";}
.info_MAIL:before { content: "信　箱";}
.info_ADD:before { content: "地　址";}


/*聯絡我們 個別設定*/
.contact_page .main_part { padding-left: 0; padding-right: 0;}
.contact_page .blank_letter { padding: 0;}
.contact_content { margin: auto; max-width: 1300px; padding: 0px 30px;}


/*地圖特效*/
.contact_le_nomap {
    width: 45%;
    max-width: 530px;
    filter: opacity(0.7) grayscale(.4);
    transition: all .7s ease;
}
.contact_le_nomap:hover {
    filter: opacity(1) grayscale(0);
}

/*聯絡資訊 表單寬度 100%呈現*/
.contact_content .information_left, 
.contact_content .information_right { width: 100%; padding: 10px 30px 50px;}
.contact_content .information_left { background: url(https://pic03.eapple.com.tw/anhuailife/07-bg01.png) no-repeat 120% center / 710px;}

.contact_form { margin-top: 20px;}
.contact_form li.last blockquote, 
.contact_form li.last cite { border: 1px var(--mainColor) solid;}
.contact_form li.last blockquote { color: var(--mainColor); background: #fff;}
.contact_form li.last cite { background: var(--subColor);}
.contact_form li.last cite:hover { background: var(--mainColor);}

/*線上表單 自選設定*/
.contact_form li { grid-template-columns: 75px 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: 1300px) {
.contact_content .information_left { background-position: 45vw center;}
.list_before:after { font-size: 9vw;}
}
@media screen and (max-width: 1024px) {
.list_before:after { font-size: 10vw; bottom: 10%;}
}
@media screen and (max-width: 850px) {
.contact_content { padding: 0px 10px;}
.list_before.info li { padding-left: 95px; letter-spacing: .1vw;}
.contact_content .information_left { background-position: 52vw center;}
.contact_le_nomap { width: 50%;}
}
@media screen and (max-width: 768px) {
.contact_content { padding: 0;}
.contact_content .information_left { background: none;}
.list_before:after { font-size: 100px; right: 3%; bottom: 0; line-height: 1;}
.contact_le_nomap { width: 100%; max-width: unset;}
}
@media screen and (max-width: 600px) {
.contact_form li .form__label { background: none; padding: 3px 0 0; margin: 0 0 -5px; background: none;}
.list_before:after { font-size: 16vw;}
.contact_form li .form__label { text-align: right;}
}
@media screen and (max-width: 450px) {
.blank_letter { border-top: 1px solid #333; border-bottom: 1px solid #333; padding: 5px; width: 100%; max-width: 230px; margin: 0 auto 20px;}
.contact_content .information_left, .contact_content .information_right { padding: 30px 10px;}
.contact_content .information_right { margin-top: 30px;}
.contact_content .information_left { margin: auto; text-align: center;}
.contact_form li { grid-template-columns: 1fr;}
.list_before.info { margin: 15px auto 35px;}
.list_before.info li { display: flex; justify-content: center; padding: 30px 0 0; letter-spacing: .05em;}
.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: unset;}
.list_before:after { content: "AN HUAI LIFE"; text-align: center; font-size: 100px; right: 0%; bottom: 0%; line-height: 1.2; letter-spacing: -0.08em;}
.contact_content .information_right .blank_letter { text-align: right;}
.contact_form li .form__label { display: flex; flex-direction: row-reverse; justify-content: flex-end;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
#content, #content_main {
	background: #fff0;
    background-image: url(https://pic03.eapple.com.tw/anhuailife/00-bg02.jpg), url(https://pic03.eapple.com.tw/anhuailife/00-bg03.png);
    background-size: 1200px, 100%;
    background-position: center bottom, center top;
    background-repeat: repeat, no-repeat;
    background-blend-mode: color;
    box-shadow: 0 0 clamp(40px, 3vw, 60px) #33221b7a inset;
}
.bannerindex { position: relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

@media screen and (max-width: 1024px) {
#content, #content_main { background-size: 1200px, 1024px;}
.bannerindex { position: relative;}
.swiper-banner .swiper-slide img { width: 130%; max-width: 130%;}
.swiper-banner .swiper-slide:nth-child(1) img { margin-left: -15%;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
.swiper-banner .swiper-slide img { width: 150%; max-width: 150%;}
.swiper-banner .swiper-slide:nth-child(1) img { margin-left: -25%;}
}
@media screen and (max-width: 600px) {
.swiper-banner .swiper-slide img { width: 180%; max-width: 180%;}
.swiper-banner .swiper-slide:nth-child(1) img { margin-left: -41%;}
}
@media screen and (max-width: 450px) {
.swiper-banner .swiper-slide img { width: 230%; max-width: 230%;}
.swiper-banner .swiper-slide:nth-child(1) img { margin-left: -66%;}
.swiper-banner .swiper-slide:nth-child(2) img { margin-left: -15%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    background: #c2b7b200 no-repeat right bottom / cover;
    font-family: Noto Serif TC;
    padding: 10% 5% 0%;
    min-height: unset;
}
.banner h5 {
	font-family: "Yuji Mai", serif;
    font-weight: normal;
    min-width: 170px;
	font-size: 36px;
    letter-spacing: .07em;
}
.banner h5::after {
    content: "ANHUAI LIFE";
    display: block;
    font-family: "Noto Serif TC", serif;
    font-size: 12px;
    color: var(--subColor02);
    letter-spacing: .25em;
    padding: 1px 8px 2px;
    margin: 8px auto 0;
    border: 1px solid var(--mainBgColor02);
    width: fit-content;
}
.banner.banB h5::after { content: "PROCESS";}
.banner.banF h5:after { content: "SUPPLIES";}
.banner.banE h5::after { content: "PROJECT";}
.banner.banblog h5::after { content: "INFORMATION";}
.banner.banC h5:after { content: "CONTACT";}

.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, 
.banner.banblog { background-image: url(https://pic03.eapple.com.tw/anhuailife/ban01.jpg);}

@media screen and (max-width: 1300px) {
.banner { padding: 130px 5% 0;}
}
@media screen and (max-width: 1024px) {
.banner h5 { font-size: 33px;}
.banner h5::after { font-size: 12px;}
}
@media screen and (max-width: 768px) {
.banner { min-height: unset; padding: 120px 5% 0;}
.banner h5 { min-width: 150px; font-size: 30px; padding: 0 10px 0 20px;}
.banner h5:after { font-size: 12px; padding: 1px 8px; margin: 6px auto 0;}
}
@media screen and (max-width: 600px) {
.banner { padding: 100px 5% 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*功能頁 標題共同設定*/
.contact_page .path, .other_page .path, .other_select_page .path, 
.promotion_title { padding: 0 20px; max-width: 1300px; margin: auto;}

.other_page .path, .other_select_page .path, 
.other_select_page .promotion_title { max-width: 1200px;}
.other_select_page .main_part { margin: 50px auto 0;}
.other_select_page ul.page { display: none;}
.other_select_page .other_promotion { width: 90%; max-width: 600px; padding-bottom: 80px; grid-template-columns: 1fr 1fr 1fr;}
.other_select_page .other_promotion li a { text-align: center;}

.blank_letter, h5.blog_le_t em, .subalbum-menu h2, 
.product_menu_list>h5, .prod_related h6 span:before, 
.module_i_album .title_i_box h4, .promotion_title h2 {
    font-family: "Yuji Mai", serif;
    font-weight: normal;
    font-size: 28px;
    color: #111;
    letter-spacing: 1px;
    text-shadow: 3px 2px 3px #0000002e;
}
.promotion_title span {
    font-family: "微軟正黑體";
    border: 1px #ccc dashed;
    padding: 1px 10px 2px 0;
    margin: 0 0 6px;
	border: 0;
    color: var(--subColor);
}
.other_promotion .pmtTitle h3 {
    font-family: "Yuji Mai", serif;
    font-weight: normal;
    font-size: 20px;
}
.other_promotion li a { border: 1px #472d212b dashed;}
.other_promotion li a:hover { background: #472d210d;}
.other_promotion li a:before, .other_promotion li a:after { border: 1px #472d2178 solid;}
.other_promotion li a:before { border-bottom: none; border-right: none;}
.other_promotion li a:after { border-top: none; border-left: none;}

@media screen and (max-width: 1300px) {
.other_page .path, .other_select_page .path, .other_select_page .promotion_title { width: 96%;}
}
@media screen and (max-width: 1024px) {
.blank_letter, h5.blog_le_t em, .subalbum-menu h2, 
.product_menu_list>h5, .prod_related h6 span:before, 
.module_i_album .title_i_box h4, .promotion_title h2 { font-size: 26px;}
}
@media screen and (max-width: 768px) {
.blank_letter, h5.blog_le_t em, .subalbum-menu h2, 
.product_menu_list>h5, .prod_related h6 span:before, 
.module_i_album .title_i_box h4, .promotion_title h2 { font-size: 24px;}
.other_page .path, .other_select_page .path, .other_select_page .promotion_title { max-width: 1200px; padding: 0 4%;}
}
@media screen and (max-width: 450px) {
.blank_letter, h5.blog_le_t em, .subalbum-menu h2, 
.product_menu_list>h5, .prod_related h6 span:before, 
.module_i_album .title_i_box h4, .promotion_title h2 { font-size: 22px;}
.other_select_page .promotion_title { margin-top: 20px;}
.other_promotion .pmtTitle h3 { max-width: 50px; margin: 10px auto 3px; line-height: 1.3;}
}


/*最新消息 文章設定*/
.module_i_news {
    padding: 100px 20px;
}
.module_i_news .title_i_box h4 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 2px;
    text-align: center;
    font-family: Noto Sans TC;
    font-size: 24px;
    font-weight: 500;
    color: #ff7b00;
    letter-spacing: 1px;
    border-top: solid 2px;
    border-bottom: solid 2px;
}
h5.blog_le_t span {
    margin-left: 15px;
}
.accordion li .link a {
    color: #664b40;
}
.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: #998a85 !important;
}
.blog_subbox {
    grid-gap: 2vw;
}
.blog_list_le {
    max-width: unset;
}
.blog_subbox, .module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.subbox_item a, 
.module_i_news li a {
    display: flex;
    flex-direction: column;
	grid-gap: 5px;
}
.subbox_item a:before, 
.module_i_news li a:before {
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1.3;
    bottom: 40%;
    right: 37%;
    width: 70px;
    padding: 15px 0;
    border-radius: 50%;
    text-align: center;
    background: var(--subColor02);
}
.subbox_item a:after, 
.module_i_news li a:after {
    border: 0;
	background: #8b706452;
}
.blog_list_le, .i_blog_le {
    border: 1px solid var(--mainBgColor02);
    padding: .6vw;
    background: #ffffffbd;
}
.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: 20px;
    font-weight: 400;
    color: #7f4d35;
    letter-spacing: .03em;
}
.blog_list_ri em, 
.i_blog_ri em {
    font-size: 13px;
    color: #c7b191;
}
.blog_list_ri p, 
.i_blog_ri p {
    color: #3b2c25;
    line-height: 1.5;
}

h4.blog_category_title {
    font-family: Noto Serif TC;
    font-size: 28px;
    font-weight: 400;
    color: #7f4d35;
    letter-spacing: .03em;
}
.lastPage {
    background: #948378;
}

.news_related, .prod_related, .prod_part {
    background: #6551451a;
    box-shadow: 0 0 1.5vw #33221b36 inset;
}
.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 var(--mainBgColor02); padding: 10px 10px 2px; background: #ffffffbd;}
.news_related_list li a p { line-height: 1.4; padding: 6px 0;  text-align: left;}

@media screen and (max-width: 1350px) {
.module_i_news ul { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
}
@media screen and (max-width: 1100px) {
.subbox_item, .module_i_news li { border: 0;}
}
@media screen and (max-width: 1024px) {
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));}
}
@media screen and (max-width: 850px) {
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
}
@media screen and (max-width: 768px) {
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); margin: auto; max-width: 600px;}
.module_i_news ul { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); margin: auto; max-width: 650px; grid-gap: 10px;}
}
@media screen and (max-width: 640px) {
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));}
}
@media screen and (max-width: 450px) {
.blog_subbox { grid-template-columns: 1fr; max-width: 300px;}
.subbox_item a { grid-template-columns: 1fr;}
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));}
}
@media screen and (max-width: 380px) {
.module_i_news ul { grid-template-columns: 1fr; max-width: 240px;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿單頁 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 .item, .other_subalbum li { background: 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);}
.show-list .item a { color: #111;}


/*作品展示 首頁設定*/
.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;}
.i_album_b a.animated-arrow.slowAnimation { display: none;}

@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;}
}
@media screen and (max-width: 600px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*產品系列 購物車設定*/
.products-list .item { border: 1px solid var(--mainBgColor02); padding: 10px 10px 2px; background: #ffffffbd;}
.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;}

/*產品單頁設定*/
.inquiry_a1 { background: var(--subColor02);}
.inquiry_a2 { background: var(--subColor);}

/*相關推薦 設定*/
.related_list li a { border: 1px solid #cfc2b0; padding: 10px 10px 2px;}

/*產品 首頁設定*/
.prod_part { padding: 100px 20px 80px;}
.animated-arrow { background: var(--subColor); border: 1px var(--mainColor) solid;}
