@charset "utf-8";

/*網站全域設定/＝＝＝＝＝*/
body{
	overflow-x:hidden;
	font-family: "Noto Serif TC", "Noto Sans TC","Source Sans Pro","微軟正黑體","arial","sans-serif";
	font-weight: 400;
}
#content { background: url(https://pic03.eapple.com.tw/thaimeng/all_bg.png); background-position: bottom; background-repeat: no-repeat; background-size: contain;}
.main_part {max-width: 1500px;  padding: 60px 20px 50px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*header*/
.main_header_area .container {max-width: 1366px; transition: 0.5s; }
.header_area {
    background: linear-gradient(to bottom, #4444447d, #00000000);
    height: 150px;
    position: fixed;
}
.main_header_area .container {
    max-width: 1820px;
    margin: auto;
    transition: all 0.3s;
    padding: 0 20px;
}
/*選單位置*/
.navigation {
    grid-template-columns: 120px 1fr 250px;
    align-items: center;
}
.stellarnav ul {
    text-align: left;
}
.stellarnav > ul > li > a {
    font-weight: 400; letter-spacing: 1px; font-size: 16px;    letter-spacing: 2px;
    color: #ffffff; font-family: "El Messiri", "Noto Serif TC", "Noto Sans TC";  padding: 0px 14px 0px 14px;  transition: all 0.3s;}
.stellarnav li a { padding: 10px; display: block; color: #444; font-size: 14px; letter-spacing: 2px;}
.stellarnav > ul > li:nth-last-of-type(1) { display: none;}
.stellarnav ul > li:hover > a {  opacity: 1; transition: 0.3s; letter-spacing: 4px; filter: drop-shadow(2px 4px 6px #888);}
.stellarnav li.has-sub > a:after {display: none;}
.stellarnav.desktop li.has-sub li:hover > a {
    background: #ab7635;  color: #fff;  filter: unset; letter-spacing: 2px;}

/*上方選單右邊設定 臉書/LINE/電話/信箱*/
.me_tp_features { width: 250px; text-align: right; order: 2;}
.tp_links a { font-size: 16px; color: #cfa972; margin: 0;}
.tp_links a.me_tp_mail { display: none;}

/*下滑*/
.header_area.sticky .container {}
.header_area.sticky { background: rgb(255 255 255 / 70%); height: 80px; backdrop-filter: blur(8px);}

/*下拉*/
.stellarnav > ul > li:nth-of-type(3)>ul { overflow: hidden; height: 0;}
.header_area.sticky .stellarnav > ul > li > a { color: #555;}
.header_area.sticky .stellarnav > ul > li:hover > a {
    letter-spacing: 4px;  filter: unset; color: #ab7635;}

/*電腦LOGO*/
.nav-header { grid-row: 1;}

.nav-brand { width: 100%; max-width: 105px;}
.footer_logo img { max-width: 120px; width: 100%;}

/*下滑*/
.header_area.sticky .nav-header { max-width:80px;}

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 0px;}
.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個--結束 */

/*footer*/
.footer { background: #805424;padding: 60px 0 0;}
.footer .center { max-width: 1100px; text-align: center;}
.footer_menu a:nth-of-type(1) { display: none;}/*首頁不顯示*/
.box_link , .footer_info li p:before , p.mail  { display: none;}
.footer_logo { margin: 0 auto; text-align: center;}

.footer_info { grid-template-columns: 1fr; padding-right: 0px;}
.footer_info li p { line-height: 250%;}
.footer_info li p a { color: #ffffff;}
.footer_info li:nth-child(2) { margin-top: 10px; padding: 0 0; margin-bottom: 0px; background: none; width: 100%;  text-align: center; border-top: 1px solid #fff;}
.footer_menu a {
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 15px 0px 10px 0px;
    border: 0;
    border-right: 0px #f7f7f7 solid;
    border-left: 0px #f7f7f7 solid;
    background: none;
    font-size: 14px;
    transition: all 0.3s;
}
.footer_menu {
    width: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(120px, 96%), 1fr));
    gap: 3px; width: 600px; text-align: left; margin: 0 auto; max-width: 1100px; border-radius: 0px; margin-bottom: 9px;}
.footer_menu a:nth-last-of-type(1) { display: none; }
.footer_menu a:hover { background: none; color: #efd6b7;}
.copy { background: none; color: #CFA972; border: none; padding: 15px 0; text-align: right; margin: 0 0px 0 0; padding: 15px 0 35px 0; width: 100%; text-align: center;}
.copy a { color: #CFA972; transition: all 0.3s;}
.copy a:hover { color: #CFA972;}

/*top*/
#to_top { left: auto; right: 0; box-shadow: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*購物車******************************************************** */
.product_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;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*內頁BANNER 設定*/

.banner {  background: url(https://pic03.eapple.com.tw/thaimeng/banner03.jpg);  height: 700px; background-position: center !important;  background-size: cover !important;  background-repeat: no-repeat !important;background-attachment: fixed !important;}
.banner.banA {display:none;}
.banner.banB {  background: url(https://pic03.eapple.com.tw/thaimeng/banner02.jpg);  }
.banner.banC {  background: url(https://pic03.eapple.com.tw/thaimeng/banner01.jpg);  }
.article_b .banner.banblog {  background: url(https://pic03.eapple.com.tw/thaimeng/banner04.jpg);  }
.banner h5 { font-size: 24px;color: #ffffff; width: 100%; font-weight: 500; letter-spacing: 8px; text-shadow: 2px 2px 10px #565656; text-align: center;
  font-family: "Noto Serif TC"; text-indent: 8px;position: relative;top: -50px;}

/*加字*/
.banner h5:before {display: block; position: absolute; font-size: 16px; bottom: -100px; width: 100%; color: #fff;  text-align: center;letter-spacing: 5px; text-indent: 5px;
  content: "泰孟閣將以誠摯的心意，陪伴你一步步走向成功與圓滿的未來";}
.banner.banC h5:before { content: "我們就在這裡，隨時準備好為你指引方向，點亮你前行的路";}  
.banner.banF h5:before { content: "每一場法會、每一件聖物，都蘊含著來自古老傳統的祝福與智慧";}  
.banner.banblog  h5:before { content: "泰孟閣將以誠摯的心意，陪伴你一步步走向成功與圓滿的未來";} 
.article_b .banner.banblog h5:before { content: "我們整理下列常見問題內容，讓大家更了解我們的服務";}  
.banner h5:after {  content: "";height: 35px; width: 1px; background: #fff;  position: absolute;  left: 50%;  bottom: -60px;  transform: rotateZ(24deg) translateX(-50%);}

/*麵包屑*/
.path{display:none;} 
.path p a:hover {display:none;}

/*下拉編輯頁標籤*/
.promotion_title {  display: none;}
.other_select_page .other_promotion , .other_select_page ul.page { display: none;}

/*頁碼*/
.page {  width: 100%;  margin: 40px auto;  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;}
.page li {  display: flex;  margin: 3px;  width: 30px;  height: 34px;  line-height:30px;  align-items: center;  justify-content: center;}
.page li a {  display: block;  width: inherit;  height: inherit;  line-height: inherit;  padding: 0;  transition:all 0.3s;}
.page strong, .page a:hover {  background: #909090;border: 1px solid #909090;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章設定*/
/*首頁+列表*/
.module_i_news section { max-width: 1400px;  margin: 0 auto;  display: flex;  flex-direction: column;}
.module_i_news { padding: 100px 20px 40px;}
.module_i_news .title_i_box { text-align: left;}
.module_i_news .title_i_box h6 { font-size: 60px; color: #273650; font-family: "Noto Serif TC";letter-spacing: 3px;}
.module_i_news .title_i_box h4 { font-size: 20px;font-family: "Noto Serif TC";letter-spacing: 2px;border-left: 5px solid; padding-left: 10px;}
.module_i_news_list {  order: 3;}
.module_i_news_list, .module_i_news_list.swiper { padding: 60px 0;}

.module_i_news ul{ grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));}
.module_i_news li a , .subbox_item a {grid-template-columns: 1fr; grid-gap: 15px;}
.module_i_news li:nth-of-type(4) { display: none;}

.i_blog_le {transition: 0.5s;}
.blog_list_le { width: 100%; overflow: hidden; padding: 0px;  position: relative;}
.blog_list_le:before {
    content: ""; right: 0;  top: 0;  position: absolute; background: url(https://pic03.eapple.com.tw/thaimeng/search.svg) #ffffffa6;
    width: 50px; height: 50px; background-repeat: no-repeat; background-size: auto; background-position: center; opacity: 0; z-index: 99; transition: 1s;}
.subbox_item a:hover .blog_list_le:before { opacity: 1;}

.i_blog_ri h5 ,.blog_list_ri h5 { font-family: "Noto Serif TC";letter-spacing: 1px;}
.i_blog_ri em ,.blog_list_ri em { border-bottom: 1px solid #cecece; color: #555; margin: 10px 0 15px; padding-bottom: 15px;}
.i_blog_le img ,.blog_list_le img {transition: 0.5s;}

.blog_list_ri {  min-height: 200px;}

/*hover*/
.module_i_news li a:hover .i_blog_le img , .subbox_item:hover .blog_list_le img { transform:scale(1.1);  transition: 0.8s;}
.subbox_item a:before {right: 0px; opacity: 1; left:0px; font-weight: 300;font-size: 13px; width: fit-content;}
.subbox_item a:after { content: "+"; border-radius: 99em; background: transparent; right: 5px; left: auto;  bottom: 10px;  top: auto;  border: 1px solid #927458; height: 20px;  width: 20px; color: #927458;  display: flex; align-items: center;  justify-content: center;  padding: 10px;  opacity: 0;}
.subbox_item a:hover:before, .subbox_item a:hover:after { letter-spacing: 2px;color: #927458;}
.subbox_item a:hover .blog_list_le > img {  transform: scale(1.05);}
.subbox_item a:hover .blog_list_le:before { opacity: 1;}

/*側邊分類*/
/*側邊*/
.blog_search { margin-bottom: 40px;}
h5.blog_le_t em { display: block;padding-bottom: 5px;}
.blog_search input[type=search]{border-radius:0px;}
.article_a h5.blog_le_t { font-size: 22px; font-family: 'Noto Serif TC'; margin-bottom: 20px; position: relative;}
.article_a h5.blog_le_t:after { content: "Article";}
.article_a h5.blog_le_t em { padding-bottom: 0px;}

.blog_le .accordion {border-radius: 0px; border: unset;}
.blog_le .accordion li {border-bottom: 1px solid #CCC;border-bottom: unset;}
.blog_le .accordion > li:nth-child(1) { border-top: unset;}
.accordion li .link { border-top: unset;}
.fa-chevron-down::before {color: #999999;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background:transparent !important;}
.blog_le .accordion > li .link a, .blog_le .accordion > li.on_this_category .link a {  transition: 0.5s;}
.accordion li .link a { font-weight: 500; letter-spacing: 1px;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {  color: #684d38 !important;letter-spacing: 3px;}
.submenu a i { display: none;}
.submenu a:hover {  background: #fff; color: #888;  letter-spacing: 4px;}
.submenu a:before {  top: 50%;  left: 9px;  font-size: 15px;  background: #d8c7b3;  content: "";  width: 5px; height: 5px; transform: translateY(-50%);position: absolute;}
.submenu a { font-weight: 600; background: #fff; font-family: "微軟正黑體"; font-size: 15px;}

/*內頁*/
.toShareNews object { width: 18px;}
.blog_shareData {  flex-direction: row;}
.toShareNews b { font-size: 14px;font-weight: 500;}
.articel_mainPic { display: none;}
h4.blog_category_title { font-size: 24px;  margin-bottom: 10px; letter-spacing: 5px;}

/*相關文章*/
.news_related { display: none;}

/*按鈕*/
.blog_back { text-align: center;width: 100%;  max-width: 600px; margin: 50px auto 20px;grid-gap: 15px;}
.blog_back a { color: #555;  padding: 7px 15px;  width: 100%; transition: 0.5s; border-bottom: 1px solid #fff;}
.blog_back a:hover { border-bottom: 1px solid #c0c0c0; transition: 0.8s;letter-spacing: 2px;}
.blog_back a.article_btn_prev ,.blog_back a.article_btn_back ,.blog_back a.article_btn_next{ background: transparent;}

/*QA文章*/
.article_b h5.blog_le_t { font-size: 22px; font-family: 'Noto Serif TC'; margin-bottom: 15px; position: relative; height: 75px; line-height: 150%;}
.article_b h5.blog_le_t:before { content: "常見問題";}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/

/*相簿*/
/*列表*/
.show-list .show_pic:hover img { transform:scale(1.1);  transition: 0.8s;}
.show-list .item:hover .show_name { color: #ccb38b;}
.overlay {  display: none !important;}

/*內頁*/
.album_descrip { margin-bottom: 20px; color: #444; line-height: 1.4; letter-spacing: 3px; font-size: 17px;  padding: 50px 5px;}

/*分類按鈕*/
.other_album_choice li { background: #ccb38b;}
.other_album_choice li a i.fa-solid.fa-right-from-bracket { margin: 0 10px;  display: none;}

/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.contact_page .main_part {  max-width: 100%;padding: 40px 20px 80px 20px;margin-top: -240px;}
.contact_content {max-width: 1500px;}
.contact_content .information_left { width: 100%;margin-right: 0px; text-align: center;background: #fff; padding-bottom: 30px;}
.contact_editbox {padding: 0px 0px;}

/*聯絡資訊*/
.blank_letter { font-weight: 500; font-family: "Noto Serif TC", "Noto Sans TC";  letter-spacing: 5px;  color: #444;  font-size: 20px;padding-top: 60px;}
.list_before {margin-bottom: 50px;}
.list_before.info li:before {display: none;}
.list_before.info li {padding-left: 0px; line-height: 1.6;}
.list_before.info li.MAIL {display: none;}


/*map*/
.contact_le_nomap {width: 100%;max-width: 1300px;  margin: 0 auto;}
.contact_le_nomap iframe {  filter: grayscale(0.7); transition: 0.5s;}
.contact_le_nomap:hover iframe {filter: unset;}

/*表單*/
.contact_content .information_right {  width: 100%;padding-left: 0px; text-align: center;  max-width: 1300px;  margin: 0 auto;  display: block;}
.contact_form { display: grid; grid-template-columns: repeat(12, 1fr);  grid-gap: 10px 30px;}
.contact_form li { padding-left: 0px; grid-column: auto / span 6;}
.contact_form li:nth-of-type(5) { grid-column: auto / span 12;}

/*按鈕*/
.contact_form li.last { border: none; text-align: right; margin-top: 20px; padding-left: 0; display: flex; justify-content: flex-end;}

.contact_form li.last cite {background: #cfa972; border-radius: 0px;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #dfd4c3 solid;  width: 120px; height: 120px;  border-radius: 99em; display: flex;  align-items: center;  justify-content: center;}
.contact_form li.last blockquote { color: #cfa972;}
.contact_form li.last blockquote { margin-right: -15px;}
.contact_form li.last cite {background: transparent;  color: #cfa972;}

.animated-arrow {background: #70302e;}
.contact_form li {padding-left: 0px;}
.contact_form li .form__label {text-align: left; width: 100%; margin-left: 0px;}
.contact_form li .form__insert{width: 100%; text-align: left;}

/*表格*/
input[type="checkbox"], input[type="radio"]{margin-right: 2px; margin-left: 7px;}
.red {color: #bf9b77;}

.contact_form li input.noborder, .contact_form li textarea.noborder {border: 1px #f6f5f3 solid; background: #f6f5f3; padding: 5px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 600px) {
}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

/*購物車*/
.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) { 
}




