@charset "utf-8";


/*網站全域設定/＝＝＝＝＝*/
/*
    #E1D9D0 /*網站主要色系
    #E1CAC5 /*網站輔助色系1
    #f9f6f4; /*網站輔助色系2*/

/*反白顏色*/
::-moz-selection{  background-color: #484E4D;  color: #E9E9E8;}
::selection{  background-color: #484E4D;  color: #E9E9E8;}
:root {
    --MainColor: #484E4D;
    --SubColor:#383d3c;
    --SubColor02:#f9e4bc;
    --SubColor03:#f6eabe;
    --SubColor04:#5a686c;
    --SubColor05:#f7f5ef;
    --SubColor06:#D19F6C;
    --bgColor:#E9E9E8;
    --FontColor:#333333;
    --SFont:"Noto Sans TC", sans-serif;
    --SFontEN: "Figtree", sans-serif;
    --f54: 54px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
}

.path{display: none;}
body{font-family: var(--SFont);color: var(--FontColor); letter-spacing: .64px; }
.main_part {    padding: 80px 20px;}

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 10px; /*右側捲軸寬度*/
    height: 0px; /*下方捲軸高度*/
}
  /* 軌道背景底色 */
::-webkit-scrollbar-track {
    background: #eee; 
}

  /* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background: #f9e4bc; 
}
  /* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #f9e4bc; 
}

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*上方選單右邊設定 臉書/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}
*/
.tp_links {    display: none;}
/*浮動*/
.box_search, .me_tp_features a.tp_btn_notice, .tp_links, .me_tp_features a.tp_btn_cart i {    display: none;}
.me_tp_features a.tp_btn_cart span span {    display: none;}/*購物車文字*/

.me_tp_features a.tp_btn_cart {
    position: fixed;
    right: 14px;
    bottom: 161px;
    background: #f1be5f;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: block;
    overflow: hidden;
    margin: 0;
}
.me_tp_features a.tp_btn_cart span {
    position: absolute;
    bottom: -29px;
    right: 0;
    font-size: 14px;
    letter-spacing: 8px;
    font-weight: bold;
    font-family: 'Poppins', 'Noto Sans TC';
    word-wrap: break-word;
    display: block;
    width: 13.5px;
    line-height: 180%;
}
.me_tp_features a {
    color: #fff;
}

/*按鈕*/
.animated-arrow {
    background: transparent;
    border: 1px solid var(--SubColor04);
    color: var(--SubColor04);
    opacity: .5;
}
.animated-arrow:hover {
    background: var(--SubColor04);
    border-color: var(--SubColor04);
    color: var(--bgColor);
    opacity: 1;
}


/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}



/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.pageIndex .header_area{position: fixed;}
.header_area, .header_area.sticky {    background: #fff;}
.navigation {    grid-template-columns: 140px 1fr;}

/*第一層*/
.stellarnav > ul > li > a {
    transition: all 0.3s;
    padding: 0 15px;
    font-size: 15px;
    letter-spacing: 1px;
    color: var(--FontColor);
    font-family: var(--SFont);
    font-weight: 400;
}
.stellarnav > ul > li:hover > a{color: var(--SubColor04);}


/*下拉線條箭頭*/
.stellarnav li.has-sub>a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--FontColor) var(--FontColor) transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*第二層*/
.stellarnav ul ul {
    background: #ffffffd1;
    backdrop-filter: saturate(180%) blur(5px);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.stellarnav li li {
    border: none;
    padding: 5px;
    border-bottom: 1px #eee solid;
}
.stellarnav li a {    color: var(--FontColor);}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: var(--SubColor04);
    padding-left: 10px;
}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 7px 5px;
    transition: all 0.3s;
}

/*下拉第二層箭頭*/
.stellarnav li li.has-sub > a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--MainCOlor) var(--MainCOlor) transparent;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

/* 商品下拉超過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個--結束 */



/*聯絡我們*/
.contact_form li.last cite {    background: var(--SubColor04);}
.info_ADD2:before {    content: "營業時間";}
.blank_letter {
    color: var(--MainColor);
    font-family: var(--SFontEN);
}
.contact_le_map a {    background: var(--MainColor);    opacity: .5;}

/* = = = 大圖-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-banner .swiper-slide img {
    width: 100%;
}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*大圖*/
.pageIndex .bannerindex .swiper-slide.swiper-slide:before, 
.pageIndex .bannerindex .swiper-slide.swiper-slide:after {
    content: ""; position: absolute;  z-index: 999; pointer-events: none;
}

.bannerindex .swiper-slide:nth-child(1).swiper-slide:before {
    background: url(https://pic03.eapple.com.tw/shifangdessert/01cover-1ban.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    mix-blend-mode: color-burn;
}


.bannerindex .swiper-slide:nth-child(2).swiper-slide:before {
    background: url(https://pic03.eapple.com.tw/shifangdessert/01cover-2ban.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
}

.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before { 
    -webkit-animation-name: fadeInLeft01;
    animation-name: fadeInLeft01;
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@-webkit-keyframes fadeInLeft01 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: var(--SubColor05);
}
.banner h5 {
    color: var(--MainColor);
    font-weight: 500;
    font-size: var(--f24);
    letter-spacing: 2px;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}



/*footer*/
.footer {    background: #595757;    padding-top: 50px;}
.footer_info {
    grid-template-columns: 1fr 210px;
    padding-right: 0;
}
.footer_logo {    max-width: 200px;    filter: contrast(0) brightness(100); order: 2; pointer-events: none;}
.footer_info {
    grid-template-columns: 1fr 210px;
    padding-right: 0;
    justify-items: end;
}
.footer_info ul {    display: flex;    flex-direction: column-reverse;}
.footer_info li p, .footer_info li p a {
    color: var(--bgColor);
    line-height: 220%;
}

.footer_info li p.add2:before {    content: '營業時間：';}
.footer_info li:nth-child(1) {    padding-left: 16px;}
.footer_menu a {
    background: transparent;
    color: var(--bgColor);
    border: none;
    transition: all .5s;
}
.footer_menu a:hover {
    background: transparent;
    color: #fff;
    opacity: .5;
    transition: all .5s;
}
.box_link {
    max-width: fit-content;
    flex-direction: row;
    top: 40%;
    right: 0;
    z-index: 5;
}
.box_link a {
    border: none;
    color: var(--bgColor);
    font-size: 15px;
    width: 34px;
    opacity: .5;
}

.box_link a:hover{opacity: 1;}
.copy {    font-size: 11px;    border-top: 1px #dddddd21 solid;    margin-top: 33px;}
.copy a{   color: #999;} 



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.news_part {    padding: 60px 20px;}

/*
.news_part .title_i_box h4 {
    color: var(--TitleColor);
    font-weight: bold;
}
.news_part .title_i_box h4:before {
    content: "NEWS";
    display: block;
    font-family: var(--SFontEN);
}
.news_list ul li p {
    color: var(--FontColor);
}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}

.products-list .pic {    aspect-ratio: 2 / 2.5; border-radius: 8px;}
.products-list .pic img {
    transform: scale(1);
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.products-list .item a:hover img {
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: scale(1.2);
}

/*顏色*/
.products-list .more {    border: 1px solid var(--MainColor);    color: var(--MainColor);}
.products-list .item a:hover .more {    background: var(--MainColor);}
.products-list .price b.ori_price {    color: var(--SubColor04);}
.products-list .price b {    color: var(--MainColor);}
.products-list .name {
    color: #252a2c;
    text-align: center;
    font-weight: 500;
    font-size: var(--f16);
}

/*購物車*/
.stepImg {    filter: grayscale(1);}
.car_page .information_left {    display: block;}
body.car_page .footer_info li p:before{    position: initial;    display: inline;}

.shopping-cart .cart_head {    background: var(--MainColor);}
.rewrite_simple {    background: #5a686c82 url(../images/simple_left.png) 10% center no-repeat;}
.send_simple {    background: #5a686c url(../images/simple_right.png) 88% center no-repeat;}

/*首頁*/
.pageIndex .productsListBox {    max-width: 1200px;}
.i_prod_tit span, .i_video_tit span {
    color: var(--MainColor);
    font-weight: 500;
    font-size: var(--f24);
}
.prod_part {    padding: 80px 20px;}
.i_prod_tit span:before {
    content: "PRODUCT";
    display: block;
    color: var(--SubColor06);
    font-family: var(--SFontEN);
}

.product-layer-two > li {
    border-bottom: none;
    padding-bottom: 0;
}
.product-layer-two li a {
    background: transparent;
    color: var(--FontColor);
    border: none;
    border-bottom: 1px solid var(--SubColor05);
}
.product-layer-two li.active a {
    font-weight: bold;
    border: none;
    background: var(--SubColor05);
}
.pageIndex .products-list .item:not(:nth-child(-n+8)) {
    display: none;
}

.pageIndex .products-list
/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
.sidebarBtn .price span {    color: var(--SubColor04);}
.sidebarBtn .sp_price {    color: var(--SubColor) !important;}
.pd_tabInner_contain {    line-height: 200%;}

.pd_tabTitle li {    border-bottom: 1px solid var(--SubColor04);}
.pd_tabTitle li a {
    color: var(--MainColor);
    font-size: var(--f20);
    font-weight: 400;
}
.pd_tabTitle li.activeTab::after {    background: transparent;}

/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
.sidebarBtn {    border: none;}
.sidebarBtn h2 {
    color: var(--MainColor);
    font-weight: 500;
}

/*按鈕顏色*/
.inquiry_a1{background: var(--MainColor);}
.inquiry_a2{background: var(--MainColor);}
.inquiry_a3{background: var(--MainColor);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {    background: var(--SubColor04);}
.lastaction {    color: var(--MainColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--MainColor);}
.lastPage:hover {
    opacity: 1;
}
.lastPage {
    color: #fff;
    background: var(--MainColor);
    opacity: .5;
    transition: all .3s;
}
/*相關推薦*/
.prod_related {
    background: var(--SubColor05);
    padding: 80px 15px;
}
.prod_related h6 {    margin-bottom: 40px;}
.prod_related h6 span:before {
    font-size: 28px;
    color: var(--SubColor);
    font-weight: 500;
    font-family: var(--SFont);
    letter-spacing: .64px;
    font-size: var(--f24);
}
.related_list li a {
    background: transparent;
}
.related_list li a img {
    border-radius: 8px;
}
.related_list li a p {
    color: var(--MainColor);
    text-align: left;
    padding: 5px 0;
}


/*購物車-小工匠商品資訊表格調整*/
body.product_info_page .prod_tabs tbody {
    line-height: 150%;
}
body.product_info_page .prod_tabs table {
    width: 100% !important;
}
body.product_info_page .prod_tabs th, body.product_info_page .prod_tabs td {
    padding: 10px;
}
body.product_info_page .prod_tabs td:nth-child(1) {
    width: 120px;
    text-align: center;
    max-width: 100%;
}

body.product_info_page .prod_tabs th:nth-child(2) {
    text-align: left;
}

@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 .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;}
.product_page .product_menu_list>h5 {
    display: block;
    color: var(--MainColor);
    font-weight: 500;
    font-size: var(--f28);
}
.openNext a.pd_menu_toggle i::before {    color: var(--MainColor);}
.product_page .product-layer-two, .product_page .products-list, .pageIndex .products-list {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 600px) {
    .payment_form {    flex-direction: column;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*3個一排*/
.module_i_news ul, .blog_subbox {    grid-template-columns: repeat(3, 1fr); grid-gap: 25px;}
.module_i_news li a, .subbox_item a {    grid-template-columns: 1fr; grid-gap: 0;}
.blog_list_ri {    padding: 12px 0;}

/*首頁*/
.module_i_news section {    max-width: 1200px;}
.module_i_news {
    padding: 80px 20px;
    background:var(--SubColor05);
}
.module_i_news li {    background: #fff; transition: all .3s;}
.module_i_news li:hover {    filter: drop-shadow(4px 4px 25px rgba(0, 0, 0, 0.07));  transition: all .3s}
.i_blog_le, .i_blog_ri {    padding: 10px;}
.i_blog_le, .blog_list_le  {    aspect-ratio: 4 / 3;}
.i_blog_ri {    padding-bottom: 30px;}
.i_blog_ri h5, .blog_list_ri h5 {
    -webkit-box-orient: vertical;
    color: #000000db;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .04em;
    word-break: break-all;
}
.i_blog_ri p, .blog_list_ri p {
    -webkit-line-clamp: 3;
    color: #0000007a;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .04em;
    word-break: break-all;
}
.module_i_news li a:before, .module_i_news li a:after{display: none;}
.module_i_news .title_i_box h4 {
    color: var(--MainColor);
    font-weight: 500;
    font-size: var(--f24);
    position: relative;
}

.module_i_news .title_i_box h4:before {
    content: "NEWS";
    display: block;
    color: var(--SubColor06);
    font-family: var(--SFontEN);
}
.subbox_item a:before, .subbox_item a:after{display: none;}

/*文章-側邊*/
h5.blog_le_t em {    color: var(--MainColor);}
.blog_search input[type=search] {    border-radius: 0;}
.blog_le .accordion {
    border-radius: 0;
    border: none;
    border-bottom: 1px #ccc solid;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--SubColor04) !important;
}


/*文章內層*/
/*文章內層封面*/
.articel_mainPic img{display: none;}
h4.blog_category_title {
    color: var(--MainColor);
    font-size: var(--f28);
    font-weight: 500;
}
.blog_back a.article_btn_back {    background: var(--FontColor);}
.blog_back a.article_btn_prev {    background: var(--SubColor04);}
.blog_back a.article_btn_next {    background: var(--SubColor04);}

/*文章標籤*/
.news_tags {    flex-wrap: wrap;}
.news_tags a {    color: var(--SubColor04);}


/*文章-相關推薦*/
.news_related {
    background: #f3f3f3;
    padding: 25px 15px;
}
.news_related h6 span:before {
    font-size: 24px;
    color: #6d7980;
}
.lastPage {    color: #fff;    background: var(--MainColor);}


/* = = = 相簿-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}*/

/*相本分類全版面 ( 限制最寬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;}
*/

.pic-list .item a img {
    transition: .4s ease;
}
.pic-list .item a:hover img {
    transform: scale(1.05);
    transition: .4s ease;
    filter: grayscale(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 (max-width:1366px) {
.footer_info {    padding: 0 60px 0 20px;}
.box_link {    right: 60px;}
}

@media (max-width:1024px) {
    :root {
        --f54: 48px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }

    .module_i_news ul, .blog_subbox {    grid-template-columns: repeat(2, 1fr);}
}


@media screen and (max-width: 768px) {
    :root {
        --f54: 36px;
        --f48: 32px;
        --f42: 30px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
#bottom_menu li:first-child:nth-last-child(2), #bottom_menu li:first-child:nth-last-child(2) ~ li {
    width: 50%;
    display: block;
    float: left;
}

.footer_info {    grid-template-columns: 1fr;    grid-gap: 0;}
.box_link {    order: 3;}
.pageIndex .header_area {    position: sticky;}

/*漢堡選單*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {    border: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: var(--FontColor);    color: var(--SubColor05);}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px var(--SubColor05);}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px var(--FontColor);}
.stellarnav.mobile > ul > li {    border-bottom: 1px var(--SubColor05) solid;}
.stellarnav.mobile li.open {    background: var(--SubColor05);}

}


@media (max-width:600px) {
    :root {
        --f54: 32px;
        --f48: 28px;
        --f42: 26px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
    }

    .footer_info {    text-align: center;    padding: 0 20px;}
    .footer_logo {    order: 1;    text-align: center;    margin: auto;}
.footer_info ul {    order: 2;}
.box_link {    max-width: 100%; justify-content: center; }
}

@media (max-width:375px) {
    :root {
        --f54: 28px;
        --f48: 24px;
        --f42: 22px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}
