@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body{font-family: "Noto Sans TC", serif,"Mukta Malar", serif;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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 {}
*/

/*大圖按鈕*/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{display: none;}

/*header*/
.me_tp_features{display: none;}
.header_area {
    background: linear-gradient(to bottom, #FFF, transparent);
    position: fixed;
    padding: 1.5vw 2vw;
    transition: all .4s ease;
}
.main_header_area .container {
    max-width: 90%;
}
.navigation {
    display: block;
}
.stellarnav ul {
    text-align: center;
}

/*logo*/

.nav-brand img {display: none;}

/*下滑*/

.header_area.sticky {background:#f9f6f5;transition: all .4s ease;; padding: 0.5vw 2vw;box-shadow: 0 0 10px #c0c0c0;}
.header_area.sticky .navigation {display: grid;grid-template-columns: 200px 1fr;grid-gap: 0 20px;}
.header_area.sticky .stellarnav ul{text-align: right;}
.header_area.sticky .stellarnav > ul > li:hover > a {color: #C69C6D;transform: translateY(6px);}
.header_area.sticky .stellarnav > ul > li:after {
content: '';
position: absolute;
width: 30%;
height: 1px;
bottom: 0px;
left: 0px;
background: #C69C6D;
opacity: 0;
transform: translateX(100%);
transition: all .4s ease-in-out;
}
.header_area.sticky .stellarnav > ul > li:hover:after {
opacity: 1;
bottom: 40px;
}
.header_area.sticky .nav-brand img {
    display: block;
    position: absolute;
    width: 140px;
    top: 0px;
    left: 0px;
    background: #f9f6f5;
    border-radius: 500px;
    padding: 10px;
    box-shadow: 0 2px 4px #c0c0c0;
}
  

/*第一層*/
.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li > a {color: #444;margin: 0 15px;letter-spacing: 1px;transition: all .4s ease-in-out;font-weight: 400;}
.stellarnav > ul > li:hover > a {
color: #C69C6D;
transform: translateY(-5px);
}
.stellarnav > ul > li.has-sub > a{padding: 0px;}
.stellarnav > ul > li:after {
content: '';
position: absolute;
width: 30%;
height: 1px;
bottom: 0px;
left: 0px;
background: #C69C6D;
opacity: 0;
transform: translateX(100%);
transition: all .4s ease-in-out;
}
.stellarnav > ul > li:hover:after {
opacity: 1;
bottom: 50px;
}

/*第二層*/
.stellarnav li li {    border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 8px 9px;
    transition: all 0.3s;
    color: #444;
    font-size: 15px;
}
.stellarnav li li:hover > a{
    background: #c69d6e;
    color: #fff;
}

.stellarnav li li.has-sub:hover > a {
    background: #d4b188;
    color: #fff;
}


@media screen and (max-width: 1024px){

    .main_header_area .container {
        max-width: 98%;
    }

    .header_area.sticky .stellarnav > ul > li > a {
        margin: 8px 5px;
    }

    .header_area.sticky {
        padding: 1.5vw 2vw;
    }
}

@media screen and (max-width: 768px){
    .header_area {
        background: #f9f6f5;
        position: sticky;
        padding: 2.5vw 2vw;
    }

    .nav-header {
        margin: auto;
    }
    .nav-brand img {
        display: block;
        width: 80px;
    }

    .header_area.sticky .nav-brand img {
        display: block;
        position: sticky;
        width: 60px;
        padding: 0px;
        box-shadow: none;
        background: transparent;
        margin: auto;
        transition: 0.3s;
    }

    .header_area.sticky .navigation {
        display: flex
    }

    .header_area.sticky {
        padding: 1.5vw 2vw;
    }
}


/*footer*/
.footer{background: #f9f6f5;padding: 60px 0px 20px 0px;}
.footer .center{max-width: 1200px;padding: 3%;}
.footer_logo{width: 150px;margin: 0;}
.footer_logo img{width: 130px;}
.footer_info{padding: 0;    justify-items: center; }
.footer_info li{padding: 10px 0;display: inline-block;vertical-align: middle;}
.footer_info li:nth-child(1){width: 100%;}
.footer_info li:nth-child(2){width: 100%;}
.footer_info li p,.footer_info li p a{color: #7a7a7a;}
.footer_menu a {background: transparent;color: #555;border: none;font-weight: 300;}
.copy {border-top: none;}
.copy a{color: #fff;font-weight: 200;}
.box_link {top: 100%;width: 100%;text-align: right;padding: 0 3%;max-width: 300px;display: none;}
.box_link a {display: inline-block;width: 30px;height: 30px;border: none;background: #111;padding: 0px;border-radius: 30px;}
.box_link a i{max-width: 100%;font-size: 18px;line-height: 30px;display: block;}


	
/*※更動處 */

.footer .center {
    max-width: 100%;
    display: flex;
    justify-content: center;
}
.footer_logo {
    display: flex;
    justify-content: flex-end;
}
.footer_info li:nth-child(2){display: none;}
.copy { border-top: solid 1px transparent;}
.copy,.copy a {color: #bcbcbc; padding: 12px 0px;}
.copy a:hover{color: #fff;}

/*改字*/
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {width: 78px; font-weight: 500;}
.list_before.info li {padding-left: 50px;}

.footer_info li:nth-child(1) {
display: grid;
border-left: solid 1px #4b4b4b3d;
padding: 0px 90px;
}
p.tel { grid-row: 1;}
p.line { grid-row: 2;}
p.mail { grid-row: 3;}
p.add2 { grid-row: 4;}
.path p, .path p a {
    display: none;
}



@media screen and (max-width: 1480px) {
.footer_menu {  grid-template-columns: repeat(auto-fit, minmax(min(60px, 100%), 1fr));}
}

@media screen and (max-width: 768px){
	.footer_info li:nth-child(1){width: 100%;}
	.footer_info li:nth-child(2){width: 100%;text-align: center;}
	.footer_menu {margin: 0;}
	.footer_menu a{font-size: 12px;}
	.box_link{position: relative;right: 0;top: 0;text-align: left;padding: 15px 0;}
	.copy {padding: 8px 3% 0 3%;text-align: center;border-top: 1px solid #d8d8d8;font-size: 12px;}
	.footer {padding: 40px 0 30px;}
	.footer_info { flex-direction: column;}
	.footer_info ul{text-align: center;margin: 10px 0;}
	.footer_logo {width: 200px;     margin: 10px auto; margin-bottom: 9px;justify-content: center;}
	.copy { border-top: 1px solid #d8d8d833;}
    .footer_info li:nth-child(1){border-left:none;padding: 0px;}

}




/* 商品下拉超過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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 {
    height: 40vw;
    background-size: cover;
    background-position: left bottom;
    max-height: 476px;
    min-height: 240px;
    border-radius: 0 0 var(--m100) var(--m100);
    position: relative;
    border-bottom: 5px solid #caa67c;
}

.banner h5 {
    position: absolute;
    bottom: -31px;
    font-weight: 400;
    background: #caa67c;
    padding: 10px 43px;
    color: #FFF;
    font-size: 30px;
}

.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banD {}
.banner.banE {}
.blog_page.article_a .banner.banblog {background-image: url(https://pic03.eapple.com.tw/chenyunlive/aBanner.jpg);}
.blog_page.article_b .banner.banblog {background-image: url(https://pic03.eapple.com.tw/chenyunlive/bBanner.jpg);}
.banner.banC {background-image: url(https://pic03.eapple.com.tw/chenyunlive/cBanner.jpg);}
.blog_in_page.article_a .banner.banblog{background-image: url(https://pic03.eapple.com.tw/chenyunlive/dBanner.jpg);}
.blog_in_page.article_b .banner.banblog{background-image: url(https://pic03.eapple.com.tw/chenyunlive/eBanner.jpg);}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.edit {
    color: #333;
    letter-spacing: 0.5px;
}

/*文章B*/

.blog_page.article_b .subbox_item a:before {display: none;}

.blog_page.article_b .blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.blog_page.article_b .subbox_item a {
    grid-template-columns: 1fr;
}

.blog_page.article_b .main_part {
max-width: 1600px;
}

.blog_page.article_b .blog_list_ri p {
    letter-spacing: 1px;
    padding-top: 15px;
}    

.blog_page.article_b .blog_list_ri h5 {
    letter-spacing: 1px;
    padding-bottom: 14px;
    border-bottom: 1px solid;
    color: #c69d6e;
    display: flex
;
}

.blog_page.article_b .subbox_item a:after{
    display: none;
}

.blog_page.article_b .subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
    transition: all .6s ease;
}

@media screen and (max-width: 768px){
.blog_page.article_b .blog_le a.news_menu_toggle{
    display: none;
}
}

/*文章A*/

.news_related{display: none;}

.blog_page.article_a .blog_box {
    padding: 10px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.h4.blog_category_title {display: none;}
.blog_page.article_a .blog_le {padding: 36px 0 0;}
.blog_page.article_a .blog_le, .blog_ri {margin-bottom: 1vw;}
.blog_page.article_a .blog_subbox {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
}
.blog_page.article_a .blog_box:after, .blog_box:before, .blog_subbox:before {content: none;}
.blog_page.article_a .subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.4);
    padding: 36px;
}
.blog_page.article_a .subbox_item a {
    display: flex
;
    flex-flow: row wrap;
    flex-wrap: nowrap;
}
.blog_page.article_a .blog_list_le {
    width: 600px;
    padding: 0;
    height: auto;
    aspect-ratio: auto;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}
.blog_page.article_a .blog_list_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1.2s ease;
}
.blog_page.article_a .subbox_item a:hover .blog_list_le img{
    transform: scale(1.1);
    transition: all .6s ease;
}
.blog_page.article_a .blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 10px 0px;
    width: calc(100% - 305px);
    position: relative;
}
.blog_page.article_a .blog_list_ri h5 {
    color: #c69d6e;
    font-weight: 400;
}
.blog_page.article_a .blog_list_ri em {
    order: 1;
    font-weight: 400;
    margin: 0;
    color: #afafaf;
    position: relative;
}
.blog_page.article_a .blog_list_ri p {
    line-height: 175%;
    margin: 16px 0;
    -webkit-line-clamp: 2;
    text-align: justify;
}
.blog_page.article_a .blog_list_ri em:after {
    content: '＋ Read More';
    letter-spacing: 0.4px;
    color: #c69d6e;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    transition: all 0.6s ease;
}
.blog_page.article_a .subbox_item a:hover .blog_list_ri em:after {letter-spacing: 1.6px;}
.blog_page.article_a .subbox_item a:before, .subbox_item a:after {content: none;}
.blog_le .accordion {border:none;border-radius: 0px;}
.accordion li .link {
    padding: 14px 16px;
    color: #746e6a;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}
.accordion li .link, .accordion li:last-of-type {border-bottom: none;}
.accordion li {
    border-bottom: 1px solid #c69d6e;
    transition: all 0.3s ease;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.open:hover,
.blog_le .accordion > li.on_this_category:hover {
    background: #c69d6e !important;
}
.blog_le .accordion > li.open, .blog_le .accordion > li.on_this_category {
    background: #c69d6e !important;
}
.blog_le .accordion > li.open .link a, .blog_le .accordion > li.open .link i {
    color: #fff !important;
}
.blog_page.article_a .accordion li .link i, .accordion li .link a {
    color: #444 !important;
}
.blog_page.article_a .submenu {background: #f1e9da;font-size: 14px;}
.blog_page.article_a .submenu a {
    color: #c69d6e;
    letter-spacing: 0;
    font-weight: 400;
    padding: 14px 14px 12px 40px;
    border-left: #FFF 0 solid;
    transition: all .15s;
    background: #ffffff;
    letter-spacing: 1px;
}
.blog_page.article_a .submenu a:before {
    top: 13.5px;
    left: 16px;
    font-weight:var(--fa-style, 900);
}
.blog_page.article_a .submenu a:hover {
    background: #f9f6f5;
    color: #787878;
    border-left: #f9f6f5 8px solid;
}

.blog_page.article_a .blog_search input[type=search] {
    font-size: 13px;
    border-radius: 0;
    border: 1px solid #ccc;
}
.blog_page.article_a .blog_search input[type=submit] {
    height: 36px;
    filter: grayscale(20);
}

.blog_le .accordion li.open i.fa-chevron-down::before {
    content: '\f077';
    color: #FFF;
}
.submenu li.on_this_category a, .submenu a:hover {
    background: #f9f6f5;
    color: #444;
}
/*內頁*/
.blog_in_page h4.blog_category_title {
    display: block;
    border-bottom: 1px #9f9f9f solid;
    padding: 0 0 18px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 24px;
    color: #978e89;
    font-weight: 400;
}
.blog_page.article_a .blog_in_page .blog_ri {padding-top: 36px;}
.blog_page.article_a .blog_box_edit * {line-height: 175%;}
.blog_page.article_a .blog_box_edit {
    font-size: 16px;
    color: #666;
}
.blog_page.article_a .blog_back {
    width: 100%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}
.blog_back a {width: 100%;transition: all .3s ease;}
.blog_back a.article_btn_next , .blog_back a.article_btn_prev, .blog_back a.article_btn_back {
    background: transparent;
    color: #4c3e31;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    border-radius: 40px;
}
.blog_back a:hover {background: #c69d6e!important;color: #fff;}
.blog_back {
    grid-gap: 16px;
}

@media screen and (max-width: 1024px) {

.blog_page.article_a .module_i_news ul{grid-template-columns:1fr 1fr;}
.blog_page.article_a .blog_list_ri, .blog_list_le {width: 100%;}
.blog_page.article_a .blog_list_ri {padding: 16px 0;}
.blog_page.article_a .blog_box_edit {font-size: 15px;}
.blog_page.article_a .subbox_item a {
    display: flex;
    flex-wrap: wrap;
    
}

}

@media screen and (max-width: 980px) {
.blog_page.article_a .blog_subbox{grid-template-columns:1fr;}
}

@media screen and (max-width: 768px){
.blog_page.article_a h5.blog_le_t {display: block;}
.h4.blog_category_title{font-size: 24px;}
.h4.blog_category_title span{font-size: 20px;}
.blog_page.article_a .blog_le,.blog_page.article_a .blog_ri {margin-bottom: 0;}
.blog_page.article_a .blog_ri {padding: 0;width: 100%;}
.blog_page.article_a .subbox_item {padding: 32px 0 12px;}
.blog_page.article_a .blog_list_ri p {
line-height: 160%;
margin: 12px 0 16px;
-webkit-line-clamp: 3;
font-size: 14px;
}
.blog_page.article_a .subbox_item:first-of-type {padding-top:18px;}
.blog_page.article_a .blog_le {padding: 22px 0 0;}
.blog_in_page h4.blog_category_title {font-size: 20px;}
.blog_page.article_a .blog_in_page .blog_ri {padding: 16px 0 0 0;}
.blog_page.article_a .blog_list_ri h5 {
font-size: 19px;}

}

@media screen and (max-width: 600px){
.blog_page.article_a .module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.h4.blog_category_title{font-size: 20px;}
.h4.blog_category_title span{font-size: 18px;}


.blog_page.article_a .blog_list_le {
    width: auto;
}


}

/*聯絡表單*/

.contact_le_map a {
    display: none;
}


@media screen and (max-width: 600px){

    .contact_form li .form__label {
        width: 100%;
        font-weight: 400;
        background: transparent;
    }

}


/*一排呈現
.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: flex; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

.stellarnav .menu-toggle {
    padding-top: 26px;
}

.header_area.sticky .stellarnav .menu-toggle {
    padding-top: 15px;
}

.stellarnav > ul > li.has-sub > a {
    padding-right: 17px;
}



.stellarnav > ul > li:after{
    display: none;
}

.stellarnav > ul > li:hover > a {
    transform: none;
    color: #444;
}

.header_area.sticky .stellarnav > ul > li:hover > a {
    transform: none;
    color: #444;
}

.stellarnav.mobile > ul > li > a {
    padding: 10px 43px 10px 10px;
    margin: 15px 0;
}

.header_area.sticky .stellarnav > ul > li > a{
    margin: 15px 0;
}

.stellarnav.mobile li.open li.open {
    background: #C69C6D;
    padding: 0px;
}

.stellarnav.mobile li.open {
    background: #f9f6f5;
    padding: 10px;
}


.stellarnav.mobile > ul > li > a.dd-toggle {
    margin: 0px;
}

.stellarnav.mobile li.open > a.dd-toggle {
    padding: 35px 17px 0px 0px;
}
.stellarnav.mobile li.open li.open > a.dd-toggle {
    padding:0px
}

}

@media screen and (max-width: 600px) { 

}



@media screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding-top: 23px;
    }
}


