@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
#content {background: url(https://pic03.eapple.com.tw/tg99/o_bg.jpg) fixed;}

@media screen and (max-width: 768px) {
    #content {
        background-attachment: unset;
        background-position: top right;
        background-repeat: no-repeat;
    }
}


.other_classes li:nth-child(2),
.other_classes li:nth-child(3) {
    display: none;
}/* 隱藏菁英師資介紹2個子菜單 */


.path{display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機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: 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個--結束 */

.stellarnav > ul > li > a {margin: 0 10px;}
.tp_links {display: none;}

/* header */
.stellarnav {font-family: "Noto Serif TC", serif;font-weight: 500;}
.stellarnav > ul > li{padding: 10px;margin-top: 5px;}
.stellarnav > ul > li:hover > a{color: #9e8571;}
.stellarnav > ul > li > a b {font-weight: 700;font-family: "Noto Serif TC", serif;}
.header_area{background: rgb(239 239 239 / 90%);}
.header_area {box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);}

.me_tp_features{padding-top: 5px;padding-right: 15px;font-family: "Noto Serif TC", serif;}
.me_tp_features a.tp_btn_cart:hover,
.me_tp_features a.tp_btn_notice:hover {color: #896d56 !important;}
.tp_links{display: none;}
.shop_search_btn:hover {background: #9e8571;}
.shop_search_btn {background: #4b3515;}


/*第二層*/
/* .stellarnav ul ul {
    background: #89cf91;
    width: 185px;
} */
.stellarnav > ul > li.drop-left > ul {
    right: unset;
    left: 0px;
}
.stellarnav li li {
    border: unset;
	margin-bottom: unset;
}
.stellarnav li li > a , .stellarnav li li.has-sub > a{
	padding: 10px 20px;
	transition: all 0.3s;
	color: #6f6d6d;
	background: #fdfafa;
    border-bottom: 1px #c7c0b7 solid;
	
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
	/*color: #ADA17E;
	padding-left:10px;
	border-color:#ADA17E;*/
	background: #896d56;
    color: #ffffff;
}
.header_area.sticky {background: rgb(253 252 250 / 70%);}

@media screen and (max-width: 768px) {
    .me_tp_features{display: none;}

    .stellarnav.mobile > ul > li > a.dd-toggle {padding: 15px;}

    .stellarnav li li > a, .stellarnav li li.has-sub > a{border-bottom: 1px #dfdfdf solid !important;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 側邊按鈕 */
.info_fix_links .info_fix_tel{ display: none;}
.info_fix_links .info_fix_mail{ display: none;}

.linksBtn {background-color: #a0866b;}
.info_fix:hover>.linksBtn{background: #a0866b;} 
.info_fix_links a:hover {background: #a0866b;}
.info_fix_links a {background: rgba(139, 100, 71, 0.428);}

.info_fix_links .info_fix_line{ order: 1;}
.info_fix_links .info_fix_phone{ order: 2;}
.info_fix_links .info_fix_fb{ order: 3;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* footer */
.footer { background:url(https://pic03.eapple.com.tw/tg99/footer.jpg)no-repeat center;background-position: bottom;box-shadow: 1px 1px 15px rgba(38,15,1,.2);padding: 0px 0 0;}
.center{max-width: 1300px;}
.footer_logo {display: block;text-align: center;margin-top: 25px;}
.footer_info {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 0;width: 95%;margin: auto;}
.footer_info ul { width: calc(100% - 100px); padding: 0;}

/*footer_info*/
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
}
.footer_info li p:nth-child(1){
    order: 2;}
.footer_info li p:nth-child(2){
    display: none;}
.footer_info li p:nth-child(3){
    order: 1;}
.footer_info li p:nth-child(4){
    order: 3;}
.footer_info li p:nth-child(5){
    order: 4;}

.footer_info li p.add2:before {content: '營業時間：';}

/* 隱藏所有社交媒體和聯絡方式連結，除了 Facebook */
.me_tp_line, 
.me_tp_call, 
.me_tp_mail {display: none !important;}

.footer_menu a:hover {background: #896d56;}

/*footer_menu*/
.box_link {
    position: absolute;
    top: 60%;
    right: 25%;
}
.footer_info li:nth-child(2) { display: inline-block; width: 100%; vertical-align: top; }
.footer_menu {display: grid;grid-template-columns: repeat(auto-fit, minmax(min(90px, 100%), 1fr));gap: 0px;width: 100%;}/*footer按鈕最小寬度100px*/
.footer_menu a {
    font-weight: 400;
    margin: 0;
    text-align: center;
    padding: 5px;
    transition: all 0.3s;
    color: #343a40;
	background: none;
	border: none;
    border-right: 1px #d7d7d7 solid;
    font-family: "Noto Serif TC", serif;
}
.footer_menu a:last-of-type { border-right: none;}
.footer_menu a:hover { background: #896d56; color: #fff;}

@media screen and (max-width: 1024px) { 
    .footer_menu {grid-template-columns: repeat(auto-fit, minmax(min(80px, 100%), 1fr));}
}

@media screen and (max-width: 768px) {
    /*footer*/
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) { width: 100%;}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;}
    
    .box_link {
        position: relative;
        top: 0;
        left: 0;
    }
    .box_link a {margin: 0 auto;}
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info ul { width: 100%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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; 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;  width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !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_menu_list { 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% !important;}
.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) {
}



/*●●●●●●●●●●●●●●●●●●●●●●●●   購物車(商品展示)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*選單置左設定*/
.product_page .main_part {  max-width: 1400px;}
.product_info_page .main_part { max-width: 1400px;}
.product_page .show_content,.product_info_page .show_content{ width: 100%;  display: flex;  justify-content: space-between;  flex-wrap: wrap; }
.product_page .product-layer-two { position: relative;    letter-spacing: 1px;}
.page{ width: 100%;}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝分隔線＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.prod_part { max-width: 1350px; padding: 80px 30px 90px;}
.products-list .more {  background: #87806c;  border: 1px solid #87806c !important; color: #ffffff;   letter-spacing: 0.1em;   font-weight: 400;   font-size: 13px;   padding: 5px;}
.products-list .item a:hover .more { background: #8d713f; border: 1px solid #8d713f !important;  color: #ffffff;  letter-spacing: 2px;}
li.item.first_box .title_box, li.item.first_box .title_box span { display: none; color: #0e91ff;}

/*外層*/
/* ul.products-list { display: flex; flex-wrap: wrap;}
li.item.first_box { width: 100%;}
.products-list .item { width: 25%;}
.products-list .name {  margin: 10px 5px 5px; }

@media screen and (max-width: 1200px) {.product_page .products-list .item { width: calc(100% / 4);}}
@media screen and (max-width: 1024px) {.products-list .item { width: calc(100% / 4);}}
@media screen and (max-width: 768px) {.products-list .item { width: 50%;}}
@media screen and (max-width: 500px) {.i_prod_tit { padding: 40px 0 0;}  .products-list .item , .product_page .products-list .item{ width: 100%; width: calc(100% / 2); padding: 30px 5px 0;}   } */

.product-layer-two li a {
    color: #333333;
    border: none;
    background: transparent;
    transition: all 0.3s;
    line-height: 200%;
    padding-left: 25px;
    transition: all 0.3s;
    font-weight: 400;
}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: ">";
    color: #fff;
    background: #a58d6a;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 12px;
}
.product-layer-two li.active a {border: 0px #ccc solid;}
.product-layer-two > li.active { background: #f1f1f1;}
.product-layer-two li:hover > a:before, .product-layer-two li.active > a:before {background: #7f6c51;  color: #ffffff;}
/*內層*/
.lastPage { background: #dddddd;    color: #000;}
.nextaction { background-color:#1799B9;}
.lastaction { color: #aaa;  background-color: #555555;}
ul.prod { color: #333333;}
li.prod-item { margin-top: 20px;}
li.prod-item.is-active * { max-width: 100%; line-height: 190%; text-align: justify;}

/*購物車按鈕*/
.inquiry_a3 {background: #776a53;}/*加入詢價車 */
.inquiry_a3:hover {background: #654e39;}


/*價格顏色*/
.sidebarBtn .price { color: #b5b5b5;}
/*輸入數量選擇(隱藏)*/
/*加入購物車鈕(隱藏)*/
.action-button{background: #ffffff;  border: 2px solid #1799B9!important;  color: #1799B9;}


.action-button:hover { background: #1799B9; color: #ffffff;}
.prod_related { display: none;}

.bx-wrapper img { width: 100%;}

.product_pic #bx-pager {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    position: relative;grid-gap: 5px;
}
.product_pic #bx-pager h6 {    display: none;}
.product_pic #bx-pager a {
    margin: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}
.product_pic #bx-pager a img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: contain;
    -moz-object-fit: contain;
    -ms-object-fit: contain;
    -o-object-fit: contain;
    -webkit-object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


.qaform li span { color: #333;}
.half_box:nth-child(2) > ul >li { color: #333;}
.breakF { background: #eee; color: #333; border: none; border-radius: 5px;}
ul.prod li h3.prod-thumb {  color: #ffffff;   background: #888;   padding: 20px;   margin-bottom: 50px;}
ul.prod li:nth-child(2) {   display: none;  margin-bottom: 10px;}


/*-----------------------------------------------------------*/
/*購物車-商品資訊*/

/*購物車金額*/
.sidebarBtn { border: none;  border-radius: 15px;background: transparent;}
.sidebarBtn h2 {color: #333;}
.products-list .price b {  line-height: 180%;   text-align: center;  color: #c00;font-size: 14px;}
.products-list .price b.ori_price {  font-size: 12px;  color: #a6a6a6;}
/*規格調整*/
.product_info li {  padding: 0 5px;}
.product_info li .txt_box {  color: #555;  font-size: 15px;  width: 100%;}
.product_info li span {   margin: 5px 0;   width: 100%;  display: none;}
.radio-inline__label {   width: 100%;   padding: 5px 10px;  margin: 3px 0;  border: 0;}
.radio-inline__input:checked + .radio-inline__label {
    background: none;
    border: 0;}

.product_info li:nth-child(3) {  display: none;}
	

/*詢價車按鈕*/
/*.inquiry_a1 {background: #fd947c;}加入詢價車*/
/*.inquiry_a2 {background: #1799B9;}檢視詢價車*/


/*購物流程*/
.cart_content, .cart_content a {  color: #333;}
.separate_title {
    color: #333;
    background: #dddddd;
    position: relative;
}
.separate_title:before {
    position: absolute;
    content: "";
    background: #8d713f;
    width: 18px;
    height: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0,0 100%);
}

.shopping-cart .cell.product_name { text-align: left; font-weight: 500;}
.total_amount { color: #6a6766;}
.form label.Bigcheck { color: #fff;}
.declaration {
    background: #8d713f;
    border-radius: 15px;
    line-height: 40px;
    padding: 5px 15px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 {}
.banner h5 {}
.banner.banA {background:url(https://pic03.eapple.com.tw/tg99/banA.jpg)no-repeat;}
.banner.banB {background:url(https://pic03.eapple.com.tw/tg99/banB.jpg)no-repeat;}
.banner.banC {background:url(https://pic03.eapple.com.tw/tg99/banblog.jpg)no-repeat;}
.banner.banD {background:url(https://pic03.eapple.com.tw/tg99/banB.jpg)no-repeat;}
.banner.banE {background:url(https://pic03.eapple.com.tw/tg99/banA.jpg)no-repeat;}
.banner.banblog {background:url(https://pic03.eapple.com.tw/tg99/banblog.jpg)no-repeat;}
.banner.banF {background:url(https://pic03.eapple.com.tw/tg99/banF.jpg)no-repeat;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* = = = 文章管理 = = = = = = = = = = = = = = = = = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #ada692 !important;
}
.blog_back a.article_btn_next {
    background: #5f4e35;
}
.blog_back a.article_btn_back {
    background: #957853;
}
.blog_back a.article_btn_prev {
    background: #5f4e35;
}

.subbox_item a {display: block;}
.blog_subbox {grid-template-columns: 1fr 1fr 1fr; grid-gap: 10px;}

/*--文章管理/首頁---------------------------------------*/

/*區塊設定*/
.module_i_news { padding: 60px 20px 50px;}
.module_i_news li a {display: flex;flex-direction: column;}
.module_i_news ul {margin: 0 auto;}

/*英文標題*/
.module_i_news .title_i_box h6 { display: none; color: #cbc0a0;}

/*中文標題*/
.module_i_news .title_i_box h4 { position: relative; color: #3F1F00; font-weight: 600; text-shadow: 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF;}
.module_i_news .title_i_box h4::before {display:none;}
.module_i_news ul { width: 90%; grid-template-columns:repeat(4,1fr);}
.i_blog_ri h5 { color: #7F7C6B; font-weight: 600;}


@media screen and (max-width: 768px) {
    .module_i_news ul {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 375px) {
    .module_i_news ul {grid-template-columns: repeat(1, 1fr);}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*--相簿---------*/

/*相本分類全版面 ( 限制最寬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;}
*/

.show-list .item:hover .show_name {
    color: #ada692;
}
.other_subalbum li {background: transparent;}
.album_fixed_title {background: transparent;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = == = = */

/*聯絡我們*/

.list_before {
    display: flex;
    flex-direction: column;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
}
.info_LINE:before {content: "Line  ID";}
.info_ADD2:before {content: "營業時間";}

.list_before li:nth-child(1) { order: 4;}
.list_before li:nth-child(2) { display: none;}
.list_before li:nth-child(3) { order: 1;}
.list_before li:nth-child(4) { display: none;}
.list_before li:nth-child(5) { order: 2;}
.list_before li:nth-child(6) { order: 3;}

.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;
}

.list_before.info li {
    padding-left: 70px;
}

.contact_le_map a {background: #87806c;}
.contact_form li.last cite {background: #87806c;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #87806c solid;}
.contact_form {font-family: "Noto Serif TC", serif;font-weight: 600;}

.contact_button{margin-bottom:15px ;}

.blank_letter{font-family: "Noto Serif TC", serif;}
.list_before {font-family: "Noto Serif TC", serif;}

/*--匯款通知---------------------------------------*/

.send_simple {
    background: #7F7C6B url(../images/simple_right.png) 88% center no-repeat;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 分享文章內建功能關閉*/
.other_select_page .promotion_title{ display: none;}
.other_select_page .other_promotion{ display: none;}
.other_select_page .page{ display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*--RWD---------------------------------------*/





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




