@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area{
    background: linear-gradient(180deg, rgb(255 255 255), #ffffff75);
    transition: all ease .6s;
}
.header_area.sticky {
    background: rgb(247 231 208);
    box-shadow: 0 0 8px rgba(0 0 0 / 8%);
    backdrop-filter: blur(6px);
}
.main_header_area .container {max-width: 1744px; padding: 0px;}
.nav-header {top: 4px;}
.nav-brand {width: 200px;}

.navigation {padding: 0px;}

.stellarnav > ul {font-family:"Work Sans", serif,"Noto Sans TC", serif;}
.swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}
.stellarnav > ul > li:not(:last-of-type) {
    border-right: 1px solid #eec68980;
}
.stellarnav > ul > li > a, .stellarnav > li.has-sub > a {
	color: #c08e5f;
    padding: 0 12px 0 12px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    height: 24px;
    margin: 0 16px 0 12px;
    overflow: visible;
    background: linear-gradient(to right, #e3ae6299 25%, transparent 50%) 100% bottom / 200% 20% no-repeat;
    transition: background-position .3s cubic-bezier(0, 0, 0.61, 1.01);
}

.stellarnav > ul > li.has-sub > a {
    padding-left: 12px;
    padding-right:12px;
}
.stellarnav > ul > li:nth-child(6) > a {padding-left: 30px;}

.stellarnav > ul > li > a:hover, .stellarnav li.has-sub:hover>a  {
    background-position: 0% bottom;
}
.me_tp_features {display: none;}

.stellarnav ul {
    margin: 0;
    padding: 18px 0 0 0;
    text-align: right;
}
/*次分類*/
.stellarnav ul ul {
    right: auto!important;
    width: 200px;
    padding: 0;
}
.stellarnav ul ul ul {
    right: auto;
    left: 100%;
}
.stellarnav li li a,
.stellarnav li li.has-sub > a,
.stellarnav.mobile li li.has-sub a {
    padding: 10px 18px;
    font-weight: 400;
    font-size: 14px;
    color: #555;
    transition: all 0.3s;
}
.stellarnav li li a:hover,
.stellarnav li li.has-sub > a:hover,
.stellarnav.mobile li li.has-sub a:hover {
    color: #555;
}
.stellarnav > ul > li > ul > li > a,
.stellarnav li li.has-sub > a {
	background: #fff;
	transition: all .2s;
}
.stellarnav > ul > li > ul > li > a:hover,
.stellarnav > ul > li > ul > li > ul > li > a:hover {
	background: rgba(247,231,208, 0.2);
}
ul.news_classes{padding: 0px;}
ul.prod_classes {padding: 0px;}

.stellarnav > ul > li:nth-of-type(5)> a:before {content: ""; background: url(https://pic03.eapple.com.tw/chengsinmoving/icon.png) no-repeat; 
width: 20px;
height: 20px;
background-size: cover;
position: absolute;
left: 5px;
transition: all 0.3s;}/*加燈泡*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*上方選單右邊設定 臉書/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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
}

.main_part {max-width: 1400px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.path,
.other_select_page .promotion_title,
.other_select_page .other_promotion,
.other_select_page .page 
{display: none;}

.banner {
    height: 350px;
    position: relative;
}
.banblog {
    background: url(https://pic03.eapple.com.tw/chengsinmoving/banner2.jpg) center no-repeat;
    background-size: cover;
    filter: saturate(1.2);
}
.services_page .banner {
    display: none;
}
.banC {
    display: none;
}
.banE {
    background: url(https://pic03.eapple.com.tw/chengsinmoving/banner3.jpg) center no-repeat;
    background-size: cover;
    filter: saturate(1.2);
}
.banF {
    background: url(https://pic03.eapple.com.tw/chengsinmoving/banner1.jpg) center no-repeat;
    background-size: cover;
    filter: saturate(1.2);
}
.banner h5 {
    font-family: "Work Sans", serif,"Noto Sans TC", serif;
    position: absolute;
    left: 50%;
    top: calc(50% - 16px);
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 0 8px black;
    /*filter: drop-shadow(0 0 2px #00000033);*/
}
.banner h5:after {
    content: "INTEGRITY EXQUISITE MOVING";
    width: max-content;
    position: absolute;
    left: 50%;
    top: calc(50% + 44px);
    transform: translate(-50%, -50%);
    font-family: 'Philosopher';
    font-weight:700;
    font-size: 16px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
/*標題*/
.i_prod_tit span {font-family: "Noto Sans Mono CJK TC Bold"; font-size: 30px;color: #c08e5f; font-weight: 700; letter-spacing: 0.1em;}
/*顏色*/
.products-list .more {    border: 1px solid #c08e5f;    color: #c08e5f;}
.products-list .item a:hover .more {    background: #c08e5f;}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #c08e5f;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: #f2f2f2;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #777;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #c08e5f;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #c08e5f; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #c08e5f;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #c08e5f;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
/*按鈕顏色*/
.inquiry_a1{background: #eec689;}
.inquiry_a2{background: #efbd71;}
.inquiry_a3{background: #c08e5f;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #c08e5f;}
.lastaction {    color: #c08e5f;    background-color: #f2f2f2;}
.nextaction {    background-color: #c08e5f;}
.lastPage {    background: #c08e5f;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #c08e5f;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿/＝＝＝＝*/
/*首頁相簿*/
.module_i_album .title_i_box h4 {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 30px;
    color: #202020;
    font-weight: 700;
    display: Block;
}
.module_i_album .title_i_box h6:before{
    content: ' RECORDS';
    display: block;
    color:#C08E5F;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.5px;
    font-family: "Noto Sans TC", sans-serif;
}
.i_album_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1vw;
}
.i_album_list li a p {
    font-family: "Noto Sans TC", sans-serif;
    width: 100%;
    height: 2em;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff6e5b3;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #202020;
    font-weight: 700;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.animated-arrow {
    background: #C08E5F;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 250px;
    text-align: center;
    position: relative;
    border-radius: 10px;
}
.i_album_b :hover {
    transition: 0.5s;
    box-shadow: 1px 1px 10px rgb(121, 120, 120);
}

@media screen and (max-width: 1024px) {
    .i_album_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1vw;
    }  
}

/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}


/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

    .overlay {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background: linear-gradient(to bottom, #eec68900, #eec689);
        border-top-right-radius: 500px;
        left: 0;
        top: 0;
        opacity: 0;
        transform-origin: bottom; /* 設定變換原點為底部 */
        -webkit-transform: scaleY(0); /* 初始狀態沿Y軸縮放 */
        transform: scaleY(0); /* 初始狀態沿Y軸縮放 */
        transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
    }
    
    .overlay:hover {
        opacity: 1;
        -webkit-transform: scaleY(1); /* 滑鼠懸停時沿Y軸展開 */
        transform: scaleY(1); /* 滑鼠懸停時沿Y軸展開 */
    }


    .show-list .show_name {
        font-size: 17px;
        color: #444;
        letter-spacing: 1px;
        line-height: 1.5;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 26px;
        font-weight: 500;
    }
.show-list .item:hover .show_name {    color: #c08e5f;}
.other_album_choice li {    background: #c08e5f;}
.subalbum-menu h2{    color: #c08e5f;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定/內層＝＝*/
/*一排呈現
.subbox_item { width:100%;}
*/

/*首頁文章*/
.module_i_news .title_i_box h4 {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 30px;
    color: #202020;
    font-weight: 700;
    display: Block;
}
.module_i_news .title_i_box h6:before{
    content: ' RECORDS';
    display: block;
    color:#C08E5F;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.5px;
    font-family: "Noto Sans TC", sans-serif;
}
.module_i_news li a:after{
    background: none;
    border: none;
}
.module_i_news li a {
    margin: 30px 0;
}
.module_i_news li {
    border-bottom: 1px #ededed solid;
    margin-right: 50px;
    padding: 0 0 0 20px;
}
.module_i_news li:hover {
    background: #fff6e5b3;
    border-radius: 15px;
}
.i_blog_le {
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
}
.module_i_news li a:before{
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    text-align: center;
    font-size: 15px;
    color: #c08e5f;
}
.i_blog_b :hover {
    transition: 0.5s;
    box-shadow: 1px 1px 10px rgb(121, 120, 120);
}

/*文章設定*/
.blog_box, h5.blog_le_t { font-family: "Work Sans", serif,"Noto Sans TC", serif;}
h4.blog_category_title {
    margin-bottom: 18px;
    border-bottom: 1px #ccc solid;
    padding: 5px 0 18px;
}
h5.blog_le_t span {
    font-family: 'Philosopher';
    padding-left: 8px;
}
h5.blog_le_t {letter-spacing: 0;}

.accordion li .link, .accordion li:last-of-type {border-bottom: none;}
.accordion li {
    border-bottom: 1px solid #ccc;
    transition: all 0.2s ease;
}
.accordion li+li .link {
    border-top: none;
}
.accordion li .link {font-weight: 500;}
.blog_le .accordion > li:hover,
.blog_le .accordion > li.open:hover,
.blog_le .accordion > li.on_this_category:hover {
    background: #a7774b !important;
}
.blog_le .accordion > li:hover .link a,
.blog_le .accordion > li.open:hover .link i,
.blog_le .accordion > li.on_this_category.open:hover .link a,
.blog_le .accordion > li.on_this_category:hover .link a,
.blog_le .accordion > li.on_this_category:hover .link i {
    color: #fff !important;
}
 .blog_le .accordion > li.open,
 .blog_le .accordion > li.on_this_category {
    background: rgb(238 198 137 / 54%) !important;
}
.blog_le .accordion > li.open .link i,
.blog_le .accordion > li.on_this_category .link a,
.blog_le .accordion > li.on_this_category .link i {
    color: #555 !important;
}
.submenu {background: #fff;}
.submenu a {
    font-family: "Work Sans", serif,"Noto Sans TC", serif;
    color: #555;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 12px 12px 12px 36px;
    border-left: #fff 0 solid;
    transition: all .15s;
}
.submenu a:before {font-weight: var(--fa-style, 900);}
.submenu a:hover {background: #fcf7ef;color: #555;border-left: #fcf7ef 4px solid;}
.submenu a:before {left: 12px;font-family:var(--fa-style-family, "Font Awesome 6 Free")}

.blog_subbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}
.blog_subbox:before {content: none;}
.subbox_item {
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
}
.blog_list_le {
    padding: 0;
    width: 100%;
    position: relative;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
}
.blog_list_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog_list_ri {
    padding: 12px 0;
    width: 100%;
}
.blog_list_ri h5 {
    font-weight: bold;
    color: #a7774b;
}
.blog_list_ri p {
    line-height: 150%;
    -webkit-line-clamp: 2;
    font-weight: 400;
}
.subbox_item a {display: flex; position: relative; grid-gap: 20px; flex-direction: column; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center;}
.subbox_item a:before, .subbox_item a:after {content: none;}
.subbox_item a:hover .blog_list_le:before, .subbox_item a:hover .blog_list_le:after {
    opacity: 1;
}
.subbox_item a .blog_list_le:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgb(247 231 208 / 20%);
    opacity: 0;
    transition: all .4s;
}
.subbox_item a .blog_list_le:before {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    content: 'VIEW MORE +';
	font-family: "Work Sans", serif,"Noto Sans TC", serif;
    font-size: 16px;
    font-weight: bold;
    color: #a7774b;
    transform: translate(-50%,-50%);
    width: 148px;
    height: 40px;
    left: 50%;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: ease all .4s;
}
/*內頁*/
.blog_box_edit * {line-height: 160%;}

.blog_back {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}
.blog_back a {width: 100%;}
.blog_back a.article_btn_next {
    background: #eec689;
    color: #777;
    font-size: 14px;
    font-weight: 500;
}
.blog_back a.article_btn_back {
    background: rgb(247,231,208);
    color: #777;
    font-size: 14px;
    font-weight: 500;
}
.blog_back a.article_btn_prev{
    background: #eec689;
    color: #777;
    font-size: 14px;
    font-weight: 500;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.footer_info li p.tel {display: none;}/*隱藏電話*/
.footer_info li p.mail {display: none;}/*隱藏信箱*/
.footer_info li p.add {display: none;}/*隱藏地址*/

/*footer*/
.footer_logo {display:none;}
.footer {padding:30px 0 0;background: #fff;border-top: 1px solid #eee;}
.footer .center {max-width: 1744px;padding: 0 72px;}
.footer_menu a:first-child {display:none;}
.footer_info { font-family: "Work Sans", serif,"Noto Sans TC", serif;font-weight: 500; display: block;}
.footer_info, .footer_info li {padding: 0;}
.footer_info ul {
    display: flex;
    width: 100%;
    letter-spacing: 0;
}

/* 資訊 */
.footer_info li:nth-child(1) {width: 100%;display: flex; flex-direction: column;}
/* 資訊順序 */
.footer_info li p:nth-child(1){ order: 1;}
.footer_info li p:nth-child(4){ order: 2;}
.footer_info li p:nth-child(3){ order: 3;}

.footer_info li p, .footer_info li p a {color: #777;}
.footer_info li p {
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
}
.footer_info li:nth-child(2) {
	width: 100%;
}
.footer_menu {
    width: max-content;
    position: absolute;
    right: 80px;
}
.footer_menu a {
	padding: 6px 12px;
	border: none;
	color: #777;
	background: transparent;
	margin: 0;
	margin-left: 24px;
}
.footer_menu a:hover {background: #eec689;}

.copy, .copy a, .copy a:hover {color: #777;font-family: "Work Sans", serif,"Noto Sans TC", serif;}
.copy {
    text-align: left;
    padding: 5px 72px 56px;
    border-top:none;
    max-width: 1744px;
    margin: 0 auto;
}
.box_link {display:none;}
#to_top {
    bottom: 20px;
    right: auto;
    left: 16px;
    width: 44px;
    height: 44px;
    color: #eec689;
    background: #eec689;
    box-shadow: none;
}
#to_top i.top {
    width: 14px;
    height: 14px;
    top: 12px;
    transform: translateY(-50%);
}
#to_top i.top:before, #to_top i.top:after {
    height: 12px;
    width: 2px;
    top: 0;
    left: 46%;
}
#to_top i:before, #to_top i:after {background: #fff;}


@media screen and (max-width: 1400px) {
.nav-brand {width: 150px;}
.main_header_area .container{padding: 0;}
.footer_info ul {flex-direction: column;}
.footer_info li:nth-child(2) {margin-top: 12px;}
.footer_menu {position: relative;right: 12px;}
.footer_menu a {margin-left: 0;}

.banner {height: 250px;}
}

@media screen and (max-width: 1340px) {
.main_header_area .container {padding: 0 2%;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a {margin: 0 4px 0 0;}
}

@media screen and (max-width: 1200px) {
/*上方選單/＝＝＝＝＝*/
.stellarnav > ul > li > a, .stellarnav > li.has-sub > a{padding: 0 5px 0 5px;}
.stellarnav > ul > li.has-sub > a{padding-left: 5px; padding-right: 5px;}
.stellarnav > ul > li:nth-child(6) > a {
    padding-left: 30px;
}

/*購物車/＝＝＝＝＝*/
.products-list { grid-template-columns: 1fr 1fr 1fr;}
}

@media screen and (max-width: 1024px) {
.stellarnav ul {text-align: center;}
/*上方選單/＝＝＝＝＝*/
.header_area {padding: 10px 0;}
.stellarnav > ul > li:nth-child(6) > a {
    padding-left: 30px;
}

.pageIndex .header_area {position: relative;}
.pageIndex .header_area.sticky.header_area {position: fixed;}
.navigation {padding: 0;}
.stellarnav {max-width: 100%; width: auto;}
.stellarnav > ul {padding: 8px 0 16px;}
.nav-header {padding: 6px 0 0;}

.banner {height: 180px;}
.banner h5 {
    top: calc(50% - 12px);
    font-size: 28px;
}
.banner h5:after {
    top: calc(50% + 34px);
    font-size: 14px;
}

.footer .center {padding: 0 80px;}
.footer_menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(112px,100%), auto));
    gap: 2px;
    width: 100%;
}
.copy {padding: 5px 80px 56px;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list { grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 990px) {
/*上方選單/＝＝＝＝＝*/
.header_area {padding: 5px;}
.main_header_area .container { padding: 0px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 960px) {
.blog_subbox {grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 768px) {
/* 漢堡選單 */
a.dd-toggle::before {display: none;}
.stellarnav.mobile > ul > li > a {
    padding: 10px 43px 10px 35px;
}
.stellarnav > ul > li.has-sub > a {
    padding: 10px 43px 10px 35px;
}

/* 開啟手機板下方按鈕所需設定 */
.pageIndex .header_area.sticky {backdrop-filter: unset;}
.nav-brand {width: 150px;}
#bottom_menu {display: none;}
.footer.with_shopping_mode { padding:30px 0 10px; }
#to_top {
    bottom: 100px;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.4);
}

.stellarnav > ul {padding: 0;}
.stellarnav.mobile > ul {border-top: none;}
.stellarnav.mobile.left > ul {
    border-right: none;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.03);
}
.stellarnav > ul > li {width: 100%;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a {
    background: NONE;
    transition: none;
}
.main_header_area .container {padding: 0;}
.stellarnav .menu-toggle span.bars span {background: #c08e5f;}
.stellarnav .menu-toggle:after {color: #c08e5f;}

.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #c08e5f;}
.stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #c08e5f;}

.header_area.sticky{backdrop-filter: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #eec689;
    color: #fff;
}
.stellarnav .icon-close:before,
.stellarnav .icon-close:after
{border-bottom: solid 3px #fff;}

.stellarnav.mobile li.open {background: rgba(247, 231, 208, 0.4);}

.footer .center {padding: 0 54px;}
.footer_info li p { width: 100%;}
.footer_info ul {text-align: center;}
.footer_menu {margin: 0 auto;width: 100%;right: 0;}
.footer_menu a {padding: 6px 8px;}
.copy {
    padding: 20px 0 24px;
    text-align: center;
}
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}
}

@media screen and (max-width: 600px) {
.blog_subbox {grid-template-columns: 1fr;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}
}

@media screen and (max-width: 570px) {
/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}
}

@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}




