@charset "utf-8";


/*網站全域設定/＝＝＝＝＝*/
/*
    #E1D9D0 /*網站主要色系
    #E1CAC5 /*網站輔助色系1
    #f9f6f4; /*網站輔助色系2*/

/*反白顏色*/
::-moz-selection{  background-color: #b87070;  color: #fff;}
::selection{  background-color: #b87070;  color: #fff;}
:root {
    --MainColor: #b87070;
    --SubColor:#d29e9d;
    --SFont:"Noto Serif TC", serif;
    --SFontEN:"Lato", sans-serif;
    --TitleEN:"Cormorant", serif;
    --TitleColor:#9d5858;
    --FontColor:#211817;
    --bg:#F8F0F0;
    --bg02:#f5e6e6;
    --f120: 120px;
    --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;
    --pd60:60px;
}

.path{display: none;}
/*頁碼
.page strong, .page a:hover {    background: var(--SubColor);}
.page li.activeN {    color: var(--SubColor);}
*/
#content {    background: var(--bg);}
body {
    font-size: var(--f16);
    color: var(--FontColor);
    font-family: var(--SFont);
    font-weight: 400;
    letter-spacing: 0.08rem;
}
/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {    background: #f5e6e6;    width: 7px;}
::-webkit-scrollbar-button {    display: none;    background: #f5e6e6;    border-radius: 0;}
::-webkit-scrollbar-track-piece {    background: #f5e6e6;}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {    border-radius: 4px;    background-color: #c58786;}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {    background: #c16767; }

/* 軌道背景底色 */
::-webkit-scrollbar-track {    box-shadow: transparent;}


/*
關於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}
*/
.me_tp_features {    display: none;}

/*浮動按鈕*/
.info_fix_links {    display: flex !important;}
.linksBtn {    display: none;}
a.info_fix_default.info_fix_mail {    display: none;}
.info_fix_links a {
    border-radius: 0;
    margin-bottom: 0;
    background: #d29e9d96;
    backdrop-filter: blur(10px);
    opacity: 0;
    animation: con_btn 1s ease-out forwards;
    width: 40px;
    height: 45px;
    font-size: 1.2em;
}
.info_fix_links a:hover {    background: var(--TitleColor);}
.info_fix_links a:nth-child(1) {
    animation-delay: 1s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.info_fix_links a:nth-child(2){animation-delay: 1.5s;}
.info_fix_links a:nth-child(3) {
    animation-delay: 2s;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@keyframes con_btn{
    0%{transform: scale(1);opacity: 0;}
    50%{transform: scale(.9);}
    100%{transform: scale(1);opacity: 1;}
}


/*電腦LOGO
.nav-brand {}
*/
.nav-header {    max-width: 160px;}
.nav-brand {    display: flex;}
/*手機LOGO
.nav-brand-m {}
*/

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.pageIndex .header_area {    position: fixed; }
.header_area {
    background: var(--bg02);
    box-shadow: -1px -14px 20px rgb(184 112 112 / 72%);
}
.header_area.sticky {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: #f8f0f0d6;
}


/*第一層*/
/*下拉線條箭頭*/
.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 > li > a {
    transition: all 0.3s;
    color: var(--FontColor);
    padding: 0 10px;
    font-weight: 400;
}
.stellarnav > ul > li:hover > a{color: var(--MainColor);}

/*第二層*/
.stellarnav ul ul {    background: var(--bg);}
.stellarnav li li {    border: none;}

.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: var(--bg);
    padding-left: 15px;
    background: var(--MainColor);
}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 10px 8px;
    transition: all 0.3s;
    border-bottom: 1px #b870704d solid;
}

/*下拉第二層箭頭*/
.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*/
.footer {    background: var(--MainColor);    padding-top: var(--pd60);}
.footer_info {
    display: flex;
    flex-direction: column;
    padding-right: 0;
}
.footer_logo {    max-width: 165px;}
.footer_logo img {    filter: contrast(0) brightness(100);}

.footer_info ul {
    display: flex;
    border-top: 1px solid #f8f0f036;
    padding-top: 10px;
    justify-content: space-between;
}
.footer_info li:nth-child(1) {    padding-left: 0;}

.footer_info li p, .footer_info li p a {    color: var(--bg);    display: inline-block;    margin-right: 9px;}
.footer_info li p.line {    display: none;}

.footer_menu a {
    background: transparent;
    border: none;
    color: var(--bg);
    text-align: right;
    margin: 0;
    border-left: 1px solid #c88b8a;
    padding: 2px 7px;
}
.footer_menu a:hover {    background: transparent;    opacity: .5;    transition: all .3s;}
.box_link {    max-width: 100%;    flex-direction: row;    justify-content: flex-end;}
.box_link a {    border: none;    color: var(--bg);    font-size: 18px;}
.box_link a:hover {    opacity: .5;    transition: all .3s;}

.copy {    background: var(--bg);    font-size: 12px;    padding: 10px 20px; margin-top: 25px;}

/*聯絡我們*/
.contact_form li.last cite {    background: #d3af79;}


/* = = = 大圖-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0; background: var(--bg);}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-banner .swiper-slide img {    width: 100%;}

.pageIndex .swiper-wrapper .swiper-slide {
    background-image: url(https://pic03.eapple.com.tw/guiattorney/01cover-2bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background: var(--SubColor);
}
/* .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;
}

/*大圖1*/
.pageIndex .bannerindex .swiper-wrapper .swiper-slide:nth-of-type(1):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/guiattorney/01cover-1b.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left:0;
    background-position: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

/*大圖2*/
.pageIndex .bannerindex .swiper-wrapper .swiper-slide:nth-of-type(2):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/guiattorney/01cover-2b.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0%;
    opacity: 0;
    z-index: -1;
}

.pageIndex .bannerindex .swiper-wrapper .swiper-slide:nth-of-type(2)::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/guiattorney/01cover-2a.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;

}

/*大圖動畫*/
.pageIndex .bannerindex .swiper-wrapper .swiper-slide.swiper-slide-active:before {
    animation: banner-right 2.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}
.pageIndex .bannerindex .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    animation: banner-up 2.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 0.2s;
}

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before {  
    -webkit-animation: slideDownBlurAnimation 1s 0.6s ease-in-out forwards;
    animation: slideDownBlurAnimation 1s 0.6s ease-in-out forwards;
}
@keyframes banner-up {
    0% {        opacity: 0;        transform: translate(-50%, 10vh);    }
    100% {        opacity: 1;        transform: translate(-50%, -50%);
    }
}
@keyframes banner-right {
    0% {        opacity: 0;        transform: translate(-10vh, -50%);    }
    100% {        opacity: 1;        transform: translate(0%, -50%);
    }
}
@keyframes slideDownBlurAnimation {
    0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    }
    100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/guiattorney/ban.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 210px;
    height: 20vw;
}
.banner h5 {
    color: #9D5858;
    text-shadow: 0 0 0.2em #ffffff, 0 0 0.2em #ffffff;
    font-size: var(--f36);
    z-index: 1;
    position: relative;
    letter-spacing: .6rem;
    padding-top: 5vw;
}
.banner h5:before {
    content: "Column";
    font-family: var(--TitleEN);
    font-size: var(--f120);
    z-index: -1;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffffb3;
    letter-spacing: 0;
    text-shadow: none;
}
.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(--MainColor);    color: var(--MainColor);}
.products-list .item a:hover .more {    background: var(--MainColor);}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: var(--MainColor);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: var(--MainColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--MainColor);}
.lastPage {    background: var(--MainColor);}

/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}



@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) {
    .payment_form {    flex-direction: column;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*3個一排*/
.blog_subbox {    grid-template-columns: repeat(3, 1fr);}

.subbox_item a {
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding-right: 0;
    background: #fff;
    box-shadow: 2px 2px 19px 0px #9d585854;
    transition: box-shadow .1s;
}
.subbox_item a:hover {    box-shadow: 0 0 20px #9d58588f;}

.blog_list_ri {    padding: 20px 25px;    min-height: 175px;}
.blog_list_ri h5 {    color: var(--FontColor);    font-weight: bold;}
.blog_list_ri p {
    font-weight: 400;
    line-height: 160%;
    -webkit-line-clamp: 3;
}

.subbox_item a:before {
    content: " ";
    width: 100%;
    background-color: var(--SubColor);
    z-index: 1;
    opacity: 1;
    height: 5px;
    bottom: 0;
    right: 0;
}
.subbox_item a:after {
    width: 0;
    background-color: var(--MainColor);
    z-index: 2;
    border: none;
    height: 5px;
    bottom: 0;
    top: 99%;
}
.subbox_item a:hover:after {    width: 100%;}

.blog_list_le {    position: relative;}
.blog_list_le:before {
    content: "＋";
    display: block;
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: var(--f40);
    font-weight: bold;
    font-family: var(--SFontEN);
    margin-top: 50px;
    z-index: 2;
}
.subbox_item a:hover .blog_list_le:before {
    margin-top: 0px;
    opacity: 1;
}
.blog_list_le:after {
    content: "";
    position: absolute;
    background: #b87070bf;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.subbox_item a:hover .blog_list_le:after {    width: 100%;}

/*文章2-法律專欄*/
.article_b .blog_le {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    display: flex;
    padding: 50px 10px 20px;
    flex-direction: column;
}
.article_b .blog_search {
    max-width: 220px;
    display: block;
    margin: 40px 0 25px auto;
}
.article_b .blog_search input[type=search] {    border-radius: 0;}
.article_b h5.blog_le_t {    display: flex;    flex-direction: column-reverse;}

.article_b .blog_le .accordion {
    padding: 0;
    background: var(--bg02);
    border-radius: 0;
    display: flex;
    backdrop-filter: blur(6px);
    width: 100%;
    justify-content: center;
    border: none;
}
.article_b .blog_le .accordion li {
    border-bottom: none;
    width: 24%;
    display: inline-block;
    position: relative;
}
.article_b .accordion li+li .link {    border-top: none;}
.article_b .accordion li .link a {    color: var(--FontColor_);    font-weight: 400;}
.article_b .blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--SubColor) !important;
}
.article_b .blog_ri {    padding: 15px;    width: 100%;}
.article_b .blog_subbox {   grid-gap: 50px 25px;}
.article_b .subbox_item a {    overflow: hidden;}
.article_b .blog_list_le {    aspect-ratio: 4 / 3;    overflow: hidden;}
.article_b .subbox_item a:after {
    z-index: 2;
    border: none;
    top: 99%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    background: var(--MainColor);
    color: #fff;
    padding: 10px 28px;
    opacity: 1;
    content: "MORE";
    font-family: var(--SFontEN);
    width: auto;
    height: auto;
    font-size: var(--f16);
}
.article_b .subbox_item a:hover:after {    top: 92%;}
.article_b .subbox_item a:before {    background: transparent;}

/*文章-側邊選單*/
.blog_search input[type=search] {    border-radius: 0;}
h5.blog_le_t em {
    color: var(--TitleColor);
    font-family: var(--SFont);
    font-weight: 600;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--MainColor) !important;
}
.blog_le .accordion {    border-radius: 0;    border: none;}
.accordion li+li .link {    border-top: 1px solid var(--SubColor);}



/*文章內層*/
/*文章內層封面*/
.articel_mainPic img{display: none;}
.blog_back a.article_btn_back {    background: var(--MainColor);}
.blog_back a.article_btn_prev {    background: var(--SubColor);}
.blog_back a.article_btn_next {    background: var(--SubColor);}

/*文章標籤
.news_tags {    flex-wrap: wrap;}*/


/*文章-相關推薦*/
.news_related {
    background: var(--bg02);
    padding: 60px 20px;
}
.news_related h6 span:before {
    font-size: var(--f24);
    color: var(--TitleColor);
}
.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:1024px) {
    :root {
        --f120: 90px;
        --f54: 48px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
    .pageIndex .header_area {    position: sticky; padding-bottom: 0; }

}

@media screen and (max-width: 768px) {
    :root {
        --f120: 70px;
        --f54: 36px;
        --f48: 32px;
        --f42: 30px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
        --pd60:40px;
    }

/* 開啟手機板下方按鈕所需設定
#bottom_menu {display: block; } */
.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;
}
.box_link {    display: none;}
.footer_info ul {    flex-direction: column;}

.header_area {    height: 50px;}
.header_area.sticky {    -webkit-backdrop-filter: none;    backdrop-filter: none;    }

/*漢堡選單*/
.stellarnav .menu-toggle {    padding: 0;}
.stellarnav .menu-toggle span.bars span {    background: var(--TitleColor);}
.stellarnav .menu-toggle:after {    color: var(--TitleColor);}

.stellarnav.mobile.left > ul {    border: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: var(--SubColor); color: #fff;
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px #ffffff;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px var(--MainColor);}/*下拉關掉*/
.stellarnav.mobile li.open {        background: var(--SubColor);    }/*下拉*/
.stellarnav a.dd-toggle .icon-plus:hover:before, .stellarnav a.dd-toggle .icon-plus:hover:after {
    border-bottom: solid 2px #fff;
}
.stellarnav.mobile li.open:hover > a {    color: var(--bg);}
.stellarnav.mobile li.open > a {    color: var(--bg);}

ul.show-list, .pic-list {    grid-template-columns: repeat(2, 1fr);}
.blog_subbox {    grid-template-columns: repeat(2, 1fr);}
}


@media (max-width:600px) {
    :root {
        --f120: 50px;
        --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 a {    width: 30%;    text-align: left;    margin-bottom: 8px;}

    .banner h5:before {    bottom: 7px;}

    .blog_subbox {        grid-template-columns: 1fr;    }

    .article_b .blog_le{        padding: 0;    }
    .article_b .blog_search {    max-width: 100%;    margin: 8px 0;}
    .article_b .subbox_item a {    grid-gap: 7px;}
    .article_b .blog_list_ri {    padding: 5px; min-height: 160px; }
    .article_b .subbox_item a:hover:after {    top: 89%;}
    .article_b .blog_ri {    padding: 15px 0;}

    ul.show-list, .pic-list {    grid-template-columns: 1fr;}

    /*聯絡我們表單*/
    .contact_form li {    grid-gap: 0;}
    .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;
    }
}


