@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@keyframes bg_dd01{
	100%{transform:rotate(-0.5deg);}
}
@keyframes bg_dd02{
	100%{transform:rotate(1deg);}
}

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area, 
.header_area.sticky {
    padding: 0;
    box-shadow: 0px 0px 20px #000000db;
	border-top: 8px solid #674b3f;
	background: #c7d2ce bottom url(https://pic03.eapple.com.tw/ahuige/00-bg01.jpg);
    background-size: 900px;
}
.navigation {
	grid-template-columns: 260px 1fr;
    padding: 0 0 0 30px;
}
.main_header_area .container { 
	max-width: unset;
}
.me_tp_features { display: none;}


/*電腦LOGO*/
.nav-header, .nav-brand { width: 100%; max-width: unset;}
.nav-brand { text-align: center;}
.nav-brand img { width: 100%; max-width: 265px;}

/*手機LOGO
.nav-brand-m {}
*/

@media screen and (max-width: 1024px) {
.navigation { padding: 0;}
.me_tp_features { display: none;}
.header_area, 
.header_area.sticky { padding: 0; border-top: 5px solid #814c33;}
.nav-brand img { max-width: 245px;}
}
@media screen and (max-width: 980px) {
.main_part { padding: 50px 20px;}
}
@media screen and (max-width: 768px) {
.navigation { padding: 0 0 0 20px;}
.header_area, 
.header_area.sticky { padding: 0;}
.nav-brand { width: 90%; padding: 0 0 0 20px;}
}
@media only screen and (max-width: 570px) {
.stellarnav .menu-toggle { padding: 10px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕字體設定*/
.stellarnav ul { margin: -8px 0 0;}
.stellarnav li {
    padding: 0;
    border-top: 8px solid #674b3f;
    transition: ease 1s;
}
.stellarnav li:hover {
    background: linear-gradient(to bottom, rgb(241 239 237 / 50%) 35%, rgb(235 203 143 / 35%) 100%);
    background: -moz-linear-gradient(to bottom, rgb(241 239 237 / 50%) 35%, rgb(235 203 143 / 35%) 100%);
    background: -webkit-linear-gradient(to bottom, rgb(241 239 237 / 50%) 35%, rgb(235 203 143 / 35%) 100%);
    background: -ms-linear-gradient(to bottom, rgb(241 239 237 / 50%) 35%, rgb(235 203 143 / 35%) 100%);
    border-top: 8px solid #ffffff40;
}
.stellarnav > ul > li > a, 
.stellarnav li.has-sub > a, 
.stellarnav > ul > li.has-sub > a {
    color: #111;
    font-size: 15px;
    text-align: center;
    letter-spacing: .03em;
    line-height: 35px;
	height: 30px;
    margin: 35px 0 20px;
    padding: 0 1.5vw;
	text-shadow: 2px 2px 10px #ffffff30, 2px 2px 25px #ffffffbd, 0 0 40px #ffffff;
}
.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: #752222;}
.stellarnav li.has-sub > a:after { 
	top: 65%;
    right: 5%;
	border-top: 6px solid #a15a3d;
}
.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;
}
.stellarnav li li {
	margin: 0;
    border: 0;
    border: 1px #eee solid;
    border-top: 0;
    transition: ease.3s;
}
.stellarnav li li:hover {
    border: 0;
    border: 1px #eee solid;
    border-top: 0;
    background: #ebe5dd;
}
.stellarnav.desktop li.has-sub li a {
	text-align: left;
    color: #111;
	font-size: 14px;
    line-height: 34px;
    margin: 0;
	height: auto;
    line-height: 20px;
    padding: 6px 28px 6px 10px;
}
.stellarnav.desktop li.has-sub li a:before {
    content: "●";
    margin: 0 7px 0 0;
    color: #a15a3d00;
    font-size: 8px;
    vertical-align: text-top;
}
.stellarnav.desktop li.has-sub li a:hover:before {
    color: #a15a3d;
}
.tp_links { display: none;}

@media screen and (max-width: 1100px) {
.stellarnav > ul > li > a, .stellarnav li.has-sub > a, .stellarnav > ul > li.has-sub > a { padding: 0 1.3vw;}
}
@media screen and (max-width: 1024px) {
.stellarnav li { border-top: 0; border-bottom: 2px solid #ffffff00; transition: ease .5s;}
.stellarnav li:hover { border-top: 0; border-bottom: 2px solid #7f4b36;
	background: linear-gradient(to bottom, rgb(255 233 212 / 0%) 0%, rgb(255 233 212 / 50%) 100%);
    background: -moz-linear-gradient(to bottom, rgb(255 233 212 / 0%) 0%, rgb(255 233 212 / 50%) 100%);
    background: -webkit-linear-gradient(to bottom, rgb(255 233 212 / 0%) 0%, rgb(255 233 212 / 50%) 100%);
    background: -ms-linear-gradient(to bottom, rgb(255 233 212 / 0%) 0%, rgb(255 233 212 / 50%) 100%);
}
.stellarnav > ul > li > a, 
.stellarnav li.has-sub > a, 
.stellarnav > ul > li.has-sub > a { margin: 3px 0; padding: 0 2vw 3px;}
}
@media screen and (max-width: 768px) {
.stellarnav.mobile > ul > li { border-bottom: 1px solid #fff; background: #fff0;}
.stellarnav.mobile > ul > li:hover { border-top: 1px solid #674b3f; border-bottom: 1px solid #674b3f; background: #f0e9e2;}
.stellarnav.mobile li.open { background: #d3cbc0; border-bottom: 3px solid #d3cbc0; padding: 0;}
.stellarnav > ul > li.has-sub > a { text-align: left; height: auto; line-height: 150%;}
.stellarnav.mobile > ul > li > a { padding: 10px 43px 4px 10px; margin: 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/
.footer {
    background: #e3dacbeb center url(https://pic03.eapple.com.tw/ahuige/00-bg01.jpg);
    background-size: 1100px;
    background-blend-mode: hard-light;
	box-shadow: 0 0 100px #49260bbd;
    border-top: #b99980 solid 1px;
}
.footer .center {
    max-width: 1660px;
}
.footer_info {
    grid-template-columns: 240px 1fr;
    grid-gap: 0;
    padding: 0 70px 0 80px;
}
.footer_logo {
    margin: 0 10px;
    background: no-repeat center 24px url(https://pic03.eapple.com.tw/ahuige/LOGO.png);
    background-size: 85%;
    width: 100%;
    max-width: 230px;
}
.footer_logo img { width: 100%; max-width: 245px; opacity: 0;}

.box_link {
	max-width: 150px;
    flex-direction: row;
    right: unset;
    top: 200px;
    left: 135px;
}
.box_link a {
    width: 27px;
    color: #555;
    border: 1px #555 solid;
    border-radius: 4px;
    padding: 2px;
    font-size: 16px;
    margin: 0 10px 0 0;
}
.box_link a:hover {
    background: #111;
    color: #fff;
}

.footer_info li {
    padding: 15px 55px 25px 3vw;
}
.footer_info li:nth-child(1) {
    margin-top: 10px;
}
.footer_info li:nth-child(2) {
	padding-bottom: 10px;
}
.footer_info li:nth-child(1):before {
    content: "";
    width: calc(100% - 450px);
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    top: 164px;
    right: 130px;
}
.footer_info li:nth-child(1):after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    display: block;
    position: absolute;
    top: 160px;
    right: 125px;
}
.footer_info li p, 
.footer_info li p a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2vw;
    line-height: 1.9;
    color: #7d3d0b;
}
p.taxid, li.info_TAXID { display: none;}  /*統編 不顯示*/

/*footer按鈕設定*/
.footer_menu a {
    width: 5vw;
    min-width: 80px;
    font-weight: 500;
    letter-spacing: .05em;
    color: #a7725a;
    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: #8d1010;
	background: #fff0;
	font-weight: 600;
}
.footer_menu a:before {
    content: "";
    width: 0;
    height: 22px;
    margin: 0 7px -6px -7px;
    background: #d5c4bcc2;
    display: inline-block;
    transition: .2s ease-out;
}
.footer_menu a:hover::before {
    width: 83px;
    height: 4px;
    margin: 24px -73px -12px -5px;
    background: #d7bbae;
}


/* 跨欄位+置中 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;}
}


/*版權欄位設定*/
.copy { background: #222;}
.copy a { color: #999;}
.copy a:hover { color: #c9b085;}


@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 860px) {
.footer_info { padding: 0 60px 0 40px;}
.footer_logo { max-width: 210px; background-size: 75%; background-position-y: 20px;}
.box_link { top: 190px; left: 80px;}
.footer_info li:nth-child(1) { padding: 10px 0 28px 1vw;}
.footer_info li:nth-child(2) { max-width: 450px; padding: 5px 40px 10px 0;}
.footer_info li:nth-child(1):before { width: calc(100% - 160px); top: 155px; right: 110px;}
.footer_info li:nth-child(1):after { top: 152px; right: 105px;}
}
@media screen and (max-width: 768px) {
.footer_info { grid-template-columns: 1fr; padding: 0 60px 0 70px;}
.footer_logo { width: 82%; margin: 0; background-size: contain; max-width: 190px; background-position-y: 0;}
.footer_logo img { height: 130px;}
.box_link { left: 20px; top: 20px;}
.box_link a { display: block;}
.footer_info li:nth-child(1) { padding: 25px 0 0 10px; border: 0;}
.footer_info li:nth-child(2) { max-width: 600px; padding: 10px 35px 10px 10px;}
.footer_info li:nth-child(1):before { top: 328px;}
.footer_info li:nth-child(1):after { right: 105px; top: 324px;}
.footer_menu a { width: 11vw; min-width: 74px; margin: 0 4px 4px 0;}
.footer_menu a:before { height: 30px;}
.footer_menu a:hover::before { margin: 32px -73px -14px -9px;}

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding: 30px 0 55px;}
#bottom_menu li:nth-child(2) .fa-phone-volume::before { content: "\f3cd";}
#to_top { bottom: 65px;}
}
@media screen and (max-width: 600px) { 
.copy { padding-top: 8px;}
}
@media screen and (max-width: 560px) {
.footer_info { padding: 0 10px 0 20px;}
.footer_info li:nth-child(1):before { width: calc(100% - 105px); right: 80px;}
.footer_info li:nth-child(1):after { right: 77px;}
}
@media screen and (max-width: 375px) {
.footer_info { padding: 0 10px;}
.footer_logo { max-width: 175px;}
.footer_logo img { max-width: 140px;}
.box_link { left: 12px;}
.footer_info li:nth-child(2) { margin: 0;}
.footer_info li:nth-child(1):before,
.footer_info li:nth-child(1):after { display: none;}
.footer_info li p, 
.footer_info li p a { letter-spacing: .01em;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 聯絡資訊*/
.blank_letter {
    font-family: Noto Serif TC;
    font-size: 26px;
    font-weight: 700;
    color: #111;
    letter-spacing: 1px;
    text-shadow: 3px 2px 3px #0000002e;
	display: none;
}
.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: 45px;
    letter-spacing: 3px;
    color: #fff;
    background: #8a7065;
    text-align: center;
    border-radius: 4px;
    padding: 0 0 0 2px;
}
.list_before {
    display: inline-flex;
	justify-content: center;
    margin: 100px 10px 15px;
	display: none;
}
.list_before.info li {
	font-size: 16px;
    font-weight: 400;
    padding-left: 60px;
    letter-spacing: .15em;
    line-height: 1.7;
    color: #111;
	padding: 0 55px;
}
.list_before:after {
    content: "CONTACT";
    color: #b4aca01c;
    font-family: Noto Serif TC SemiBold;
    font-size: 160px;
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
}

/* LINE字距縮減 */
.info_LINE:before { letter-spacing: 1px;}

/*地圖hover特效*/
.contact_le_nomap { filter: drop-shadow(8px 8px 12px #0003) grayscale(.5);}
.contact_le_nomap:hover { filter: drop-shadow(8px 8px 12px #0003) grayscale(0);}

/*聯絡資訊 表單寬度 100%呈現*/
.contact_content .information_left, 
.contact_content .information_right { width: 100%; padding: 10px;}
.contact_form { margin-top: 20px;}
.contact_form li.last blockquote, 
.contact_form li.last cite { border: 1px #814c33 solid;}
.contact_form li.last blockquote { color: #814c33; background: #fff;}
.contact_form li.last cite { background: #8b7064;}

/*線上表單 自選設定*/
.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));}

/*聯絡表單 隱藏*/
.contact_content .information_right { display: none;}

@media screen and (max-width: 1024px) {
.list_before:after { font-size: 15vw; bottom: -40px;}
}
@media screen and (max-width: 768px) {
.contact_content { padding: 20px 0;}
}
@media screen and (max-width: 600px) {
.contact_form li .form__label { background: none; padding: 3px 0 0; margin: 0 0 -5px; background: none;}
}
@media screen and (max-width: 450px) {
.blank_letter {
	font-size: 22px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 5px;
    width: 100%;
    max-width: 230px;
    margin: 0 auto 20px;
}
.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 { padding: 40px 0 0; text-align: center; 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: 40%;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
.path p, .path p a { color: #111;}
.main_part { padding: 50px 20px 15vw;}
#content_main { margin:0; padding-bottom: 12vw;}
#content_main, #content {
    background: url(https://pic03.eapple.com.tw/ahuige/content_bg03.png), linear-gradient(to top, #fff0 0%, #ffffff87 30%, #ffffff4f 70%, #fff0 100%), url(https://pic03.eapple.com.tw/ahuige/content_bg.jpg);
    background-size: 40%, 100%, 100%;
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position-x: right, center, center;
    background-position-y: bottom, center, top;
}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

@media screen and (max-width: 1400px) {
#content_main, #content { padding-bottom: 5vw;}
}
@media screen and (max-width: 1024px) {
#content_main, #content { background-size: 60%, 100%, 100%; padding-bottom: 25vw;}
#content:after { max-width: 60%; bottom: 50px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
#content_main, #content { background-size: 90%, 100%, 100%; padding-bottom: 30vw;}
#content:after { max-width: 90%; bottom: 80px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    background: no-repeat left bottom;
    background-size: 80%;
    font-family: Noto Serif TC;
    padding: 15vw 5vw 10px 10vw;
}
.banner h5 {
    min-width: 170px;
	font-size: 28px;
	font-weight: 500;
    letter-spacing: .07em;
}
.banner h5::after {
    content: "AHUIGE";
    display: block;
    font-family: sans-serif;
    font-size: 12px;
    color: #af9387;
    letter-spacing: .3em;
    padding: 4px 14px 3px 18px;
    margin: 2px auto 0;
}
.banner.banB h5::after { content: "BUDDHAS";}
.banner.banF h5:after { content: "PRODUCT";}
.banner.banE h5::after { content: "PROJECT";}
.banner.banblog h5::after { content: "NEWS";}
.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/ahuige/content_bg02.png);}

@media screen and (max-width: 1024px) {
.banner {
	padding: 20vw 5vw 0vw 10vw;
	background-size: 100%;
	background-position-y: -38vw;
}
.banner h5::after { font-size: 12px;}
}
@media screen and (max-width: 768px) {
.main_part { padding: 0 20px 50px;}
.banner { padding: 20vw 5vw 0vw;}
.banner h5 { font-size: 26px; padding: 0 10px;}
}
@media screen and (max-width: 425px) {
.banner { padding: 28vw 0 0; background-size: 106%;}
.banner h5 { font-size: 24px;}
.banner h5:after { margin: 0 auto;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*功能頁 首頁共同設定*/
.animated-arrow { background: #948378; width: 100%; max-width: 250px;}
.pageIndex .edit_part { box-shadow: 0 0 70px #49260b94;}
.pageIndex .module_i_news .title_i_box h6, 
.pageIndex .module_i_album .title_i_box h6, 
.pageIndex .i_prod_tit h2, 
.pageIndex .i_video_tit h2 {
    font-size: 16px;
    color: #967f6b;
    font-weight: normal;
    font-family: 'Noto Serif TC';
    line-height: 1.3;
    letter-spacing: 0.2em;
    border-bottom: 2px dotted #664b4024;
    padding: 6px;
}
.pageIndex .module_i_news .title_i_box h4, 
.pageIndex .module_i_album .title_i_box h4, 
.pageIndex .i_prod_tit span, 
.pageIndex .i_video_tit span {
    width: 100%;
    margin: 0 auto;
    padding: 6px 0 2px;
    text-align: center;
    font-family: 'Noto Serif TC';
    font-size: 28px;
    font-weight: 500;
    color: #8fb19e;
    letter-spacing: 1px;
	text-shadow: none;
}

/*功能頁 標題共同設定*/
h5.blog_le_t em, 
.product_menu_list>h5, .prod_related h6 span:before, 
.module_i_album .title_i_box h4 {
    font-family: Noto Serif TC;
    font-size: 26px;
    color: #111;
    letter-spacing: 1px;
    text-shadow: 3px 2px 3px #0000002e;
}
.subalbum-menu h2, h5.blog_le_t, .blog_page h4.blog_category_title { display: none;}

@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;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章設定*/
.pageIndex .module_i_news {
    padding: 280px 20px 120px;
    box-shadow: 0 0 70px #49260b94;
    background: no-repeat top left url(https://pic03.eapple.com.tw/ahuige/content_bg02.png);
    background-size: 80%;
    background-position-y: -600px;
}
.pageIndex .module_i_news_list { padding: 0;}
.pageIndex .module_i_news ul { grid-template-columns: repeat(4, 1fr); grid-gap: 2vw;}
@media screen and (max-width: 900px) {
.pageIndex .module_i_news ul { grid-template-columns: repeat(2, 1fr); grid-gap: 4vw; max-width: 660px; margin: auto;}
}
@media screen and (max-width: 345px) {
.pageIndex .module_i_news ul { grid-template-columns: 1fr;}
}

/*文章設定*/
.module_i_news {
    padding: 100px 20px;
}
h5.blog_le_t {
    font-size: 20px;
    color: #b7b7b7;
    letter-spacing: 1px;
}
h5.blog_le_t span {
    margin-left: 10px;
	color: #8fb19e;
}
.promotion_title h2 {
	display: block;
    padding: 8px 0;
    font-family: Noto Serif TC;
    font-size: 24px;
    font-weight: 600;
    color: #111;
    letter-spacing: 1px;
    text-shadow: 3px 2px 3px #0000002e;
}
.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: 20px;
}
.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 {
    content: 'more ...';
    font-family: Noto Serif TC;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    letter-spacing: .1vw;
    bottom: 4%;
    right: 8%;
}
.subbox_item a:after, 
.module_i_news li a:after {
    border: 0;
	background: #6d564da8;
}
.blog_search input[type=search], 
.blog_le .accordion, 
.blog_list_le, .i_blog_le {
    background: #ffffff8c;
    border: 1px solid #b59d89bf;
}
.blog_list_le, .i_blog_le {
    padding: 6px;
}
.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: #8fb19e;
}
.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: 24px;
    font-weight: 400;
    color: #7f4d35;
    letter-spacing: .03em;
	padding: 0;
    margin-bottom: 0;
}
.lastPage {
    background: #948378;
}
.blog_back a.article_btn_back {
    background: #5a453c;
}
.blog_back a.article_btn_next, 
.blog_back a.article_btn_prev {
    background: #b0a89d;
}

.news_related h6 span:before {
    color: #111;
    font-family: Noto Serif TC;
    font-weight: 400;
    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;}

.other_promotion li a { border: 1px #c5c5c5 dashed; background: #ffffff63; transition: all .5s;}
.other_promotion li a:hover { background: #ffdc355c;}

@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;}
.subbox_item a:before { font-size: 16px;}
.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;}
.other_subalbum li { background: #fff0; text-align: center;}
.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);}
.album_fixed_title { background: #fff0;}


/*相簿首頁設定*/
.module_i_album .title_i_box { margin: 5vw auto 1vw;}
.i_album_list li:hover img { transform: scale(1.12);}
.i_album_list li a p {  background: #2c5d63ad; color: #fff; padding: 0 10px; font-size: 15px; font-weight: 600;}
.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: 600px) {
.show-list .item { max-width: 250px; margin: 0 auto;}
}
@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) {
.show-list, .i_album_list { grid-template-columns: 1fr; max-width: 230px; margin: auto;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
li.activeN { color: #fff; background: #f0af30; width: 26px; height: 26px; display: flex; line-height: 26px; justify-content: center; align-items: center; align-content: center; text-align: center; border-radius: 50px; transition: .3s; font-weight: bolder;}  /*當頁頁碼設定*/


/*購物車 首頁設定*/
.pageIndex .prod_part { padding: 150px 20px 120px; box-shadow: 0 0 70px #49260b94;}
.pageIndex .prod_part section { max-width: 1500px;}
.pageIndex .products-list { grid-template-columns: repeat(5, 1fr);}
.i_prod_tit span, .i_video_tit span { font-family: Noto Sans TC; font-size: 24px; font-weight: 500; color: #ecb131; letter-spacing: 1px;}
@media screen and (max-width: 900px) {
.pageIndex .products-list { grid-template-columns: repeat(4, 1fr);}
}
@media screen and (max-width: 768px) {
.pageIndex .products-list { grid-template-columns: repeat(3, 1fr);}
}
@media screen and (max-width: 568px) {
.pageIndex .module_i_news .title_i_box h4, 
.pageIndex .module_i_album .title_i_box h4, 
.pageIndex .i_prod_tit span, 
.pageIndex .i_video_tit span { font-size: 26px;}
}
@media screen and (max-width: 450px) {
.pageIndex .products-list { grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 345px) {
.products-list, .pageIndex .products-list { grid-template-columns: 1fr;}
}


/*購物車設定*/
.products-list .pic, .pageIndex .products-list.pic { border: 1px solid #b59d89bf; padding: 5px;}
.products-list .pic img { transition: ease 1s;}
.products-list .pic img:hover { transform: scale(1.1);}
.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;}
.product-layer-two li a { border: 0; background: none;}
.product-layer-two li a:hover { font-weight: 700; color: #700d17;}
.product-layer-two li.active a { background: #39191182; color: #fff; border: 0;}
.product-layer-two li a:before {
    content: "";
    width: 14px;
    height: 14px;
    background: no-repeat center url(https://pic03.eapple.com.tw/ahuige/ah-icon.png);
    background-size: contain;
    margin: 0 3px -2px 0;
    display: none;
}
.product-layer-two li a:hover:before { display: inline-block;}

/*產品單頁設定*/
.product_info { margin: 20px 0 12px;}
a.p_out_link { background: #ecb231;}
.inquiry_a1 { background: #bba891;}

/*相關推薦 設定*/
.related_list li a { border: 1px solid #cfc2b0; padding: 10px 10px 2px;}


/* 商品下拉超過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: 180px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list, .product-wrapper { width: calc(100% - 220px);}
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 #664b4061;}
.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: 1300px) {
.products-list { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));}
}
@media screen and (max-width: 980px) {
.product_page .product_menu_list { width: 150px;}
.product_page .products-list, .product-wrapper { width: calc(100% - 190px);}
.products-list, .pageIndex .products-list { grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));}
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.products-list .item { max-width: 220px; margin: auto;}
.product-layer-two { margin-right: 0; grid-gap: 0 8px; grid-template-columns: repeat(auto-fill, minmax(65px, 1fr));}
.product_page .product-layer-two, .product_page .products-list { width: 100%; border-right: none;}
.product_page .product-layer-two { display: grid !important;}
a.pd_menu_toggle i { display: none;}
.product-layer-two > li { margin: 0 auto; text-align: center;}
.product-layer-two { grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); grid-gap: 0;}
.product-layer-two li a { padding: 4px 0; font-size: 15px;}
.product_page .product_menu_list>h5{display: 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;}
}
@media screen and (max-width: 600px) {
}