@charset "utf-8";


/*網站全域設定/＝＝＝＝＝*/
/*
    #E1D9D0 /*網站主要色系
    #E1CAC5 /*網站輔助色系1
    #f9f6f4; /*網站輔助色系2*/

/*反白顏色*/
::-moz-selection{  background-color: #232323;  color: #fff;}
::selection{  background-color: #232323;  color: #fff;}
:root {
    --MainColor: #F1DDB6;
    --SubColor:#F4DBC1;
    --SubColor02:#ca9570;
    --SFont:"Noto Sans TC", sans-serif; 
    --ffNotoSerif:"Noto Serif TC", serif;
    --SFontEN: "Vollkorn", serif;
    --TitleColor:#503d25;
    --FontColor:#84613C;
    --bgcolor:#F3ECDE;
    --hdcolor:#f6eeeb;
    --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;}

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
&::-webkit-scrollbar {    background: #F1DDB6;    width: 7px;}
&::-webkit-scrollbar-button {
    display: none;
    background: #F1DDB6;
    border-radius: 0;
}
&::-webkit-scrollbar-track-piece {    background: #F1DDB6;}
&::-webkit-scrollbar-thumb {    border-radius: 4px;    background-color: #C5A37F;}
&::-webkit-scrollbar-track {    box-shadow: transparent;}

body {    color: var(--FontColor);}
#content, #content_main  {    background: #f3ecde94;}
/*
關於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;}
*/
.pageIndex .header_area {
    position: fixed;
    background: transparent;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.header_area {
    background: transparent;
    position: fixed;
    transition: all 0.5s;
}
.header_area, .header_area.sticky{    background: var(--hdcolor); transition: all 0.5s; opacity: 1;}
.nav-header {    max-width: 125px;}

/*上方選單右邊設定 臉書/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;}

/*浮動按鈕*/
.info_fix {    right: 0;}
.linksBtn {    display: none;}
a.info_fix_default.info_fix_mail,
a.info_fix_default.info_fix_tel {    display: none;}
.info_fix_links {
    display: flex !important;
    align-items: flex-end;
    position: relative;
}

.info_fix_links a {
    background: #ca9570ba;
    border-radius: 0;
    margin-bottom: 0;
    backdrop-filter: blur(10px);
}
.info_fix_links a:nth-child(odd) {
    background: #ca95708c;
    color: #fff;
}

.info_fix_links a:hover {    background: #ca9570;}
i.fa-brands.fa-facebook-f {
    color: transparent;
    background-image: url(https://pic03.eapple.com.tw/dx2001001/ri_map.png);
    background-size: 26px !important;
    background-position: center !important;
}
a.info_fix_default.info_fix_fb {    order: 3;}
a.info_fix_default.info_fix_ig {    order: 1;}
a.info_fix_default.info_fix_line {    order: 2;}

.info_fix::after {
    content: " ";
    position: absolute;
    background: url(https://pic03.eapple.com.tw/naflorist/fix_icon01.png) no-repeat;
    background-size: contain;
    width: 80px;
    height: 81px;
    right: -19px;
    top: -87px;
    z-index: 1;
    transform: rotate(15deg);
    transform-origin: 7px 23px;
}
.info_fix:hover:after{
    opacity: 0;
    -webkit-animation: icon01 .4s cubic-bezier(.175,.885,.32,1.275) 250ms 1 normal forwards;
    animation: icon01 .4s cubic-bezier(.175,.885,.32,1.275) 250ms 1 normal forwards;
}

.info_fix_links:before {
    content: " ";
    position: absolute;
    background: url(https://pic03.eapple.com.tw/naflorist/fix_icon02.png) no-repeat;
    background-size: contain;
    width: 52px;
    height: 50px;
    right: -4px;
    top: -84px;
    z-index: 5;
    transform: rotate(15deg);
}
.info_fix_links:after {
    content: " ";
    position: absolute;
    background: url(https://pic03.eapple.com.tw/naflorist/fix_icon03.png) no-repeat;
    background-size: contain;
    width: 69px;
    height: 62px;
    right: 0px;
    top: -74px;
    z-index: 2;
    transform: rotate(15deg);
}
.info_fix_links:hover:before{
    opacity: 0;
    -webkit-animation: icon01 .4s cubic-bezier(.175,.885,.32,1.275) 0s 1 normal forwards;
    animation: icon01 .4s cubic-bezier(.175,.885,.32,1.275) 0s 1 normal forwards;
}

.info_fix_links:hover:after  {
    opacity: 0;
    -webkit-animation: icon01 .4s cubic-bezier(.175,.885,.32,1.275) 350ms 1 normal forwards;
    animation: icon01 .4s cubic-bezier(.175,.885,.32,1.275) 350ms 1 normal forwards;
}

@keyframes icon01 {
    0% {        opacity: 0;        transform: scale(0) rotate(15deg);    }
    to {        opacity: 1;        transform: scale(1) rotate(15deg);    }
}

@-webkit-keyframes icon01 {
    0% {        opacity: 0;        transform: scale(0) rotate(15deg);    }
    to {        opacity: 1;        transform: scale(1) rotate(15deg);    }
}


/*第一層*/
.stellarnav > ul > li {    position: relative;}
.stellarnav > ul > li:before {
    content: " ";
    position: absolute;
    background: url(https://pic03.eapple.com.tw/naflorist/hd-icon01.png) no-repeat;
    background-size: contain;
    width: 55px;
    height: 46px;
    left: -12%;
    top: 14px;
    opacity: 0;
    transform-origin: 40% 60%;
}
.stellarnav > ul > li:hover::before {
    opacity: 0;
    -webkit-animation: icon03-01 .4s cubic-bezier(.175,.885,.32,1.275) 350ms 1 normal forwards;
    animation: icon03-01 .4s cubic-bezier(.175,.885,.32,1.275) 350ms 1 normal forwards;
}

.stellarnav > ul > li:after {
    content: " ";
    position: absolute;
    background: url(https://pic03.eapple.com.tw/naflorist/hd-icon02.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 29px;
    left: 5%;
    top: -5px;
    opacity: 0;
    z-index: -1;
}
.stellarnav > ul > li:hover:after {
    opacity: 0;
    -webkit-animation: icon03-01 .4s cubic-bezier(.175,.885,.32,1.275) 450ms 1 normal forwards;
    animation: icon03-01 .4s cubic-bezier(.175,.885,.32,1.275) 450ms 1 normal forwards;
}

@keyframes icon03-01 {
    0% {        opacity: 0;        transform: scale(0)    }
    to {        opacity: .7;        transform: scale(1)    }
}

.stellarnav > ul > li > a {
    transition: all 0.3s;
    color: var(--FontColor);
    padding: 0 21px;
}
.stellarnav > ul > li > a b:nth-child(2) {
    font-family: "Philosopher", sans-serif;
    color: #CA946F;
}

.stellarnav > ul > li:hover > a{ color: #CA946F;}

/*下拉線條箭頭*/
.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: var(--bgcolor);}
.stellarnav li li {    border: none;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: var(--SubColor);
    padding-left: 10px;
    background: var(--SubColor02);
}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 10px 8px;
    transition: all 0.3s;
    color: var(--FontColor);
}
/*下拉第二層箭頭*/
.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個--結束 */


.footer {    background: #dbd1c5;    padding-top: 60px;}
.footer_info ul {    display: flex;    justify-content: space-between;}

.footer_info {
    grid-template-columns: 152px 1fr;
    gap: 35px;
}
p.mail {    display: none;}
a.me_tp_mail {    display: none;}
.footer_info li:nth-child(1):before {
    content: "24小時營業中";
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
}
.footer_info li p, .footer_info li p a {    color: var(--FontColor);}

.footer_menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 20px;
}
.footer_menu a {
    background: transparent;
    border: none;
    color: var(--FontColor);
    position: relative;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 11px 20px;
}
.footer_menu a:hover {
    background: transparent;
    color: #fff;
}
.footer_menu a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: #ca957042;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease;
    z-index: -1;
}
.footer_menu a:hover:before {
    width: 100%;
    background: var(--SubColor02);
}
.footer_info li p.add:before {    content: '潭子店：';}
.footer_info li p.add2:before {    content: '崇德店：';}

.box_link {
    max-width: 280px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    top: 75%;
    left: 0;
    display: none;
}
.box_link a {
    color: #c29c6b;
    border: none;
    font-size: 20px;
}

.box_link a i.fa-brands.fa-facebook-f:before {
    color: transparent;
    background-image: url(https://pic03.eapple.com.tw/dx2001001/ri_map.png);
    background-size: 197% !important;
    background-position: center !important;
    filter: invert(40%) sepia(50%) saturate(349%) hue-rotate(354deg) brightness(101%) contrast(76%);
    background-repeat: no-repeat;
}
.copy a {    color: var(--bgcolor);}
.copy {
    background: #ca95708c;
    color: var(--bgcolor);
    padding: 20px 10px;
    margin-top: 42px;
}


/*聯絡我們*/
.contact_editbox {    padding: 0;}
.contact_content {    text-align: center;}
.contact_form li.last cite {    background: var(--SubColor02);}
.contact_content .information_left {    display: none;}
.contact_content .information_right {
    width: 100%;
    max-width: 1400px;
}
.blank_letter {
    font-size: var(--f28);
    font-weight: 400;
    line-height: 2;
    color: var(--textColor);
    font-family: var(--ffNotoSans);
}
.contact_form li input.noborder {
    border: none;
    background: #ffffff52;
}
.contact_form li textarea.noborder {
    border: none;
    background: #ffffff52;
}
/* = = = 大圖-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#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 {
    background: #f8f4ec;
    color: #f8f4ec;
}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.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 .more {    border: 1px solid var(--SubColor02);    color: var(--SubColor02);}
.products-list .item a:hover .more {    background: var(--SubColor02);}

.products-list .name {
    color: var(--FontColor);
    font-weight: bold;
    text-align: center;
}
.products-list .price b {
    color: var(--FontColor);
    font-family: var(--SFont);
}
.products-list .price b.ori_price {    color: #ca9570;}

/*購物車選單*/
.product-layer-two > li {    border: none;}
.product-layer-two li a {
    border: none;
    background: transparent;
    border-bottom: 1px solid #F4DBC1;
    color: var(--FontColor);
}
.product-layer-two li.active a {
    border: none;
    background: var(--SubColor);
}

.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 .pic img {
    transform: scale(1);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}



/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
.sidebarBtn {
    background: transparent;
    border: none;
}
.sidebarBtn h2 {    color: var(--FontColor);}

/*按鈕顏色*/
.inquiry_a1{background: #cf8a59;}
.inquiry_a2{background: #dfb68b;}
.inquiry_a3{background: var(--SubColor02);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {    background: #edac7e;}
.lastaction {    color: var(--SubColor02);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--SubColor02);}
.lastPage {    background: var(--SubColor02);}

/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
.sidebarBtn .sp_price {    color: var(--SubColor02);}

/*相關推薦*/
.prod_related {    background: var(--bgcolor);    padding: 60px 15px;}
.prod_related h6 span:before {    font-size: 24px;    color: var(--FontColor);}
.related_list li a {    padding: 0;    box-shadow: #f4dbc1 0px 5px 15px 0px;}


/*購物車流程*/
body.car_page .footer_info li p:before{    position: initial;    display: inline;}
.shopping-cart .cart_head {    background: var(--SubColor02);    color: #fff;}
.rewrite_simple {    background: #ca9570 url(../images/simple_left.png) 10% center no-repeat;}
.send_simple {    background: #84613C url(../images/simple_right.png) 88% center no-repeat;}
.stepImg span.active {    color: var(--TitleColor);}
.stepImg span {    color: var(--SubColor02);}
.declaration {    background: #F1DDB6;}

@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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*3個一排*/
.blog_subbox {    grid-template-columns: repeat(3, 1fr);} 
.subbox_item a {    grid-template-columns: 1fr;}
.subbox_item a:before, .subbox_item a:after{display: none;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--SubColor02) !important;
}
.blog_le .accordion {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--MainColor);
}

.accordion li .link a {    color: var(--FontColor);}
.blog_list_ri h5 {
    color: var(--TitleColor);
    font-weight: 600;
    font-family: var(--SFont);
}
.blog_list_ri em, .blog_list_ri p {    color: var(--FontColor);}

/*文章內層*/
/*文章內層封面*/
.articel_mainPic img{display: none;}
.blog_back a.article_btn_back {    background: var(--SubColor02);}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {    background: var(--MainColor);    color: #f4dbc1;}
h5.blog_le_t {    color: var(--FontColor);}

h4.blog_category_title {
    font-size: var(--f36);
    font-weight: 500;
    line-height: 1.2;
    font-family: var(--ffNotoSerif);
    color: var(--TitleColor);
}

/*文章標籤
.news_tags {    flex-wrap: wrap;}*/


/*文章-相關推薦*/
.news_related {    background: var(--bgcolor);    padding: 60px 15px;}
.news_related h6 span:before {    font-size: 24px;    color: var(--FontColor);}
.lastPage {    color: #fff;    background: var(--SubColor02);}


/* = = = 相簿-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*.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:1024px) {
    :root {
        --f54: 48px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
}


@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;
    }

/* 開啟手機板下方按鈕所需設定 */
/*#bottom_menu {display: block; }*/
.footer.with_shopping_mode { padding:30px 0 50px; }
#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;
}
#bottom_menu {           background: var(--SubColor02);    }
#bottom_menu li a {    color: var(--bgcolor);}
.footer_info {
    grid-template-columns: 1fr;
    justify-items: center;
}
.footer_info ul {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pageIndex .header_area {    position: sticky;    opacity: 1; background: var(--hdcolor);}
.footer_logo {    max-width: 180px;   }

/*手機選單*/
.stellarnav .menu-toggle span.bars span {    background: var(--FontColor);}
.stellarnav .menu-toggle:after{ color: var(--FontColor);}
.stellarnav.mobile.left > ul {    border: none; background: var(--bgcolor); }
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: var(--SubColor02);
    color: var(--bgcolor);
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px var(--bgcolor);}
.stellarnav > ul > li:hover::before{display: none;}
.stellarnav.mobile li.open {    background: var(--SubColor);}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px var(--SubColor02);}
.stellarnav.mobile > ul > li {    border-bottom: 1px solid var(--SubColor);}
}


@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_menu {    grid-template-columns: repeat(2, 1fr);}
.contact_form li .form__label {                    background: transparent;                }

}

@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;
    }
}

