@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.main_header_area {
    background: linear-gradient(to top, rgba(255 255 255 /0%) 0%, rgba(255 255 255 /50%) 30%, rgba(255 255 255 /100%) 70%);
    background: -moz-linear-gradient(to top, rgba(255 255 255 /0%) 0%, rgba(255 255 255 /50%) 30%, rgba(255 255 255 /100%) 70%);
    background: -webkit-linear-gradient(to top, rgba(255 255 255 /0%) 0%, rgba(255 255 255 /50%) 30%, rgba(255 255 255 /100%) 70%);
    background: -ms-linear-gradient(to top, rgba(255 255 255 /0%) 0%, rgba(255 255 255 /50%) 30%, rgba(255 255 255 /100%) 70%);
    height: 120px;
}
.pageIndex .main_header_area { height: 150px;}
.main_header_area .container { max-width: 1800px;}



/*上方選單右邊設定 臉書/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 { width: 300px; margin: 20px;}

/*手機LOGO
.nav-brand-m {}
*/


/*按鈕字體設定*/
.stellarnav ul { margin: 0 10px;}
.stellarnav li a { 
	color: #444;
    font-weight: bold;
    text-shadow: #ffffff 2px 2px 20px, #ffffff 2px 2px 27px, #ffffff 2px 2px 35px;
}
.stellarnav li a:hover { color: #c32424;}
.stellarnav li li { font-size: 15px;}
.me_tp_features { padding: 0 20px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main, #content, .bannerindex {
    background: #f9f9f9 top center url(https://pic03.eapple.com.tw/siangde/all-bg.jpg);
    background-size: cover;
}
#content { min-height: 90vh;}
#content_main { margin:0; border-top: #BBAF9D 1px solid;}
.banner {
    margin-top: -150px;
    padding: 150px 0 60px 20px;
    background: no-repeat #f9f9f9 url(https://pic03.eapple.com.tw/siangde/banner.jpg);
    background-position-x: left;
    background-position-y: bottom;
	background-size: cover;
    border-bottom: #BBAF9D 1px solid;
}
.bannerindex { position:static; height:auto; margin-top: -150px;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}


/*內頁BANNER 設定*/
.banner h5 { color: #53585a;}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/
.footer {
    padding: 50px 0 0;
    background: #f9f9f9 bottom center url(https://pic03.eapple.com.tw/siangde/footer-bg.jpg);
    background-size: cover;
	border-top: #BBAF9D 1px solid;
}
.footer .center { max-width: 1100px;}
.footer_info { padding: 0 60px;}
.footer_logo { margin: 10px 20px 0 0;}
.footer_logo img { width: 100%;}

.footer_menu a {
    border: 0px #ccc solid;
    color: #9f8c6b;
    background: #f0f0f000;
    border-radius: 5px;
}
.footer_menu a:hover { background: #b33737;}
.footer_info li p.fax:before { content: 'Line ID：';}


/*社群按鈕設定*/
.box_link { top: 105px; left: 180px; width: 110px;}
.box_link a { display: inline-block; width: 45px;}


/*版權設定*/
.copy {
    color: #b7ad9b;
    margin-bottom: -11px;
    background: #7a6643;
    border-top: 0;
}
.copy a { color: #b7ad9b;}
.copy a:hover { color: #e3ddd3;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 1450px) { 
.banner { padding: 160px 0 50px 20px;}
}
@media screen and (max-width: 1024px) { 
.pageIndex .main_header_area, .main_header_area {
    background: linear-gradient(to top, rgba(255 255 255 /80%) 0%, rgba(255 255 255 /90%) 30%, rgba(255 255 255 /100%) 80%);
    background: -moz-linear-gradient(to top, rgba(255 255 255 /80%) 0%, rgba(255 255 255 /90%) 30%, rgba(255 255 255 /100%) 80%);
    background: -webkit-linear-gradient(to top, rgba(255 255 255 /80%) 0%, rgba(255 255 255 /90%) 30%, rgba(255 255 255 /100%) 80%);
    background: -ms-linear-gradient(to top, rgba(255 255 255 /80%) 0%, rgba(255 255 255 /90%) 30%, rgba(255 255 255 /100%) 80%);
    height: 220px; 
	border-bottom: #BBAF9D 1px solid;}
.bannerindex { margin-top: 0;}
.banner { font-size: 36px; margin-top: -95px; padding: 150px 0 60px 20px;}
}

@media screen and (max-width: 768px) { 

/*上方選單解除滑動固定*/
.header_area.sticky { position:relative;}
.pageIndex .main_header_area, .main_header_area { height: 145px;}
.nav-brand { width: 270px; margin: 12px 20px 0 0;}
.bannerindex { padding:0; margin:0;}
.me_tp_features { padding: 0;}
.footer_info { padding: 0 60px;}
.footer_logo { margin-bottom: 5px;}
.box_link a { width: 45px;}
}

@media screen and (max-width: 600px) { 
.footer_info { padding: 0 60px 0 30px;}
.box_link { width: 46%;}
.copy { padding-top: 8px;}
}

@media screen and (max-width: 425px) { 
.nav-brand { width: 230px; margin: 5px 0 0 15px;}
.box_search { margin-bottom: auto;}
.me_tp_features { padding: 0 5px;}
.footer_info { padding: 0 60px 0 18px;}
.box_link { width: 100%; position: static;}
}

@media screen and (max-width: 340px) { 
.nav-brand { width: 210px; margin: 6px 0 6px 35px;}
.footer_logo { width: 250px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 專案契約 編輯頁設定 */
.promotion_title { display: none;}
.other_promotion li { display: none;}
ul.page { display: none;}


/* 禮儀百科 文章分類設定 */
.subbox_item { width: 32%; margin-bottom: 35px;}
.blog_list_le { width: 95%;}
.blog_list_ri { width: 95%;}
.blog_list_ri h5 { font-weight: bolder; color: #786748; padding-top: 6px;}

.blog_box { padding: 7px 7px 50px 7px;}
.blog_ri { margin-bottom: 50px;}
h4.blog_category_title { color: #786748; border-bottom: 1px #d5d5d5 solid; margin-bottom: 25px;}

.blog_back a.article_btn_back { background: #a19682;}


/* 商品單頁設定 */
.products-list .pic { border: solid 1px #ADA17E; background: #ffffffbd;}
.products-list .pic img { padding: 8px;}
.products-list .name { font-size: 20px; font-weight: bolder; color: #a74a2e; height: 26px;}
.products-list .price b { font-size: 14px;}
.products-list .more { display: none;}

@media screen and (max-width: 1200px) {
.products-list .item { width: 32%;}
}
@media screen and (max-width: 980px) {
.products-list .item { width: 47%;}
}
@media screen and (max-width: 960px) {
.subbox_item { width: 48%; border-bottom: none;}
}
@media screen and (max-width: 768px) {
.product_page .products-list { margin: auto 20px;}
}
@media screen and (max-width: 600px) {
.products-list .item { padding: 0 20px;}
}
@media screen and (max-width: 498px) {
.subbox_item { width: 90%; border-bottom: 1px #eee solid; padding-bottom: 10px;}
}
@media screen and (max-width: 300px) {
.products-list .item { padding: 0;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 聯絡資訊設定*/
.blank_letter { color: #786748;}
.list_before.info li { padding-left: 52px;}
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before { width: 45px;}
.FAX:before { content: "Line ID";}
.contact_le_map a, .contact_form li.last cite { background: #ad9f85;}
.map_page .banner { display: none;}


/*聯絡資訊 線上表單 驗證碼位置設定*/
.contact_form li .form__insert img {
    vertical-align: middle;
    margin-left: 15px;
}

@media screen and (max-width: 768px) {
.list_before.info { float: none;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
.product_page .product-layer-two { 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); display: flex; flex-wrap: wrap; align-items: flex-start;}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:10px; 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:5px 10px; transition:all ease .3s;}
.product-layer-two li li a{ padding:0;}
.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;}
.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: #fff; 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) {
.products-list .item { width: calc(100% / 3);}
}
@media screen and (max-width: 980px) {
.products-list .item { width: 50%;}
}
@media screen and (max-width: 768px) {
.product-layer-two,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0;}
.product-layer-two > li { margin-bottom: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two { order: 4;}
}
@media screen and (max-width: 600px) {
.products-list .item { width: 100%; max-width: 350px;margin: 20px auto; display: block;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; background: #2e2616;}
#bottom_menu li a { color: #c3b8ae; background: #2e2616;}
#bottom_menu li:first-child:nth-last-child(3), #bottom_menu li:first-child:nth-last-child(3) ~ li {
    width: 32%;
    border-right: 0;
    border-left: 1px solid #786748;
}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom: 70px;}
}
@media screen and (max-width: 530px) { 
#bottom_menu li:first-child:nth-last-child(3), #bottom_menu li:first-child:nth-last-child(3) ~ li { width: 30%;}
}
@media screen and (max-width: 425px) { 
#bottom_menu li:first-child:nth-last-child(3), #bottom_menu li:first-child:nth-last-child(3) ~ li { width: 27%;}
}
@media screen and (max-width: 320px) { 
#bottom_menu li:first-child:nth-last-child(3), #bottom_menu li:first-child:nth-last-child(3) ~ li { width: 25%;}
}



