@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;}
*/


/*上方選單右邊設定 臉書/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}
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+HK:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloock&display=swap');
:root {
    --MainColor: #AF9974; /*網站主要色系*/
    --SubColor: #B87C4C; /*網站輔助色系1*/
    --SubColor2: #DFD0B8; /*網站輔助色系2*/
    --color:#52545B;
    --SFont:"Noto Serif HK", serif;/*黑體*/
    --SFontE:"Anton", sans-serif;/*特殊字體*/
    --SFontE2: "Outfit", sans-serif;/*特殊字體*/
--SFontE3:"Gloock", serif;/*特殊字體*/


    --pd100:100px 0;
    --m100:100px;
    --m50:50px;
    --m30:30px;
    --f100: 100px;
    --f60: 60px;
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --m100: 100px;
    --m50: 50px;

}

@media (max-width:1024px) {
    :root {
        --m50: 40px;
        --m30: 25px;
        --f100: 90px;
        --f60: 52px;
        --f48: 40px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
}

@media (max-width:768px) {
    :root {
        --pd100: 70px 0;
        --m100: 70px;
        --m50: 30px;
        --m30: 20px;
        --f100: 72px;
        --f60: 50px;
        --f48: 32px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
        --f16: 15px;
    }
}

@media (max-width:600px) {
    :root {
        --pd100: 50px 0;
        --m100: 50px;
        --m50: 25px;
        --f100: 60px;
        --f60: 40px;
        --f48: 28px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
    }
}

@media (max-width:375px) {
    :root {
        --f100: 48px;
        --f60: 32px;
        --f48: 24px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}
.path { display: none;}
.edit_part { padding:0px;}
.contact_editbox {padding: 0;}
.promotion_title, .other_promotion { display: none;}
.other_select_page ul.page{display: none;}
.me_tp_features{display: none;}
.header_area { background: #ffffff00;    padding: 0px;position: fixed;}
#content, #content_main{
    background: url(https://pic03.eapple.com.tw/jingyilaw/bg.jpg) ;
    background-repeat: repeat-y;
    background-size: cover!important;}






/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/
.nav-header {
   
}
.nav-brand {    width: 100%;transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s;   position: relative;}
.header_area .nav-brand::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 220px;
    height: 88px;
    left: 50%;
    transform: translateX(-50%);
    top: -120px;
    z-index: -1;
    transition: 0.3s ease-in;
}
.header_area::after{
    position: absolute;
    content: "";
    background: var(--MainColor);
    width:0;
    height: 100%;
    left: 0%;
    top: 0;
}

.main_header_area .container { max-width: 1800px;}


/*sticky*/
.sticky .main_header_area .container { max-width: 100%;}
.header_area.sticky{position: fixed;background: #ffffff00;}
.sticky .nav-brand img{display: none;}
.sticky .nav-brand{
    background: url(https://pic03.eapple.com.tw/jingyilaw/logo-header-s.png) no-repeat;
    background-size: contain!important;
    background-position: center;
    width: 200px;
    height: 70px;
}
.sticky .nav-brand::before{top: -10px;transition: 0.3s ease-in;}
.sticky .stellarnav { top: 0px;  background:#d5bb91;transition: 0.3s ease-in;    padding-top: 12px;}





/*第一層*/
.navigation { 
    display: flex;
    flex-direction: column;
    align-items: center;padding: 10px 0;
  
}
.stellarnav {  position: absolute;   width: 100%;    top: 50px;border-bottom:1px solid #ffffff9f ;  z-index: 0;}
.stellarnav ul { text-align: center; }
.stellarnav > ul > li {
    width: 130px;
    text-align: center;
}

.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);color: var(--SubColor);letter-spacing: 1px;color: #fff;font-weight: 600;}
.stellarnav > ul > li > a b{color: #fff;}
.stellarnav > ul > li > a b:nth-child(2){font-family: var(--SFontE3);}
.stellarnav > ul > li:hover > a{color: #fff;}
.stellarnav > ul > li > a:hover b{color:#fff;}
.stellarnav li.has-sub > a:after { border-top: 6px solid #fff;}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid #fff;}
.stellarnav > ul > li:nth-child(4) {margin-right: 120px;}
.stellarnav > ul > li:nth-child(5) {margin-left: 120px;}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;color: #fff;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff;	padding-left:10px;background: var(--SubColor);}
.stellarnav ul ul { width: 180px;background:#8e6e457a;}
.stellarnav li li {   border:none;}
/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*進入網站動畫*/
.pageIndex::after{
    position: fixed;
    content: "";
    display: block;
    background: url(https://pic03.eapple.com.tw/jingyilaw/logo-roomin.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 0;
    padding-bottom:calc(100% / 1*0.06);
    top:45%;
     left: 50%;
    z-index:  99999999999999999999999999999999999999999999999;
    transform: translateX(-50%);
    pointer-events: none;
    animation: action-logo 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
  }
  @keyframes action-logo {
    0%{
        opacity: 0;
        transform: translateX(-50%) scale(0,1);
        filter: brightness(200%) ;
    }
    50%{
        opacity: 1;
        transform: translateX(-50%) scale(1,1);
    }
    100%{
        opacity: 0;
        transform: translateX(-50%) scale(1,1);
           filter: brightness(1) ;
    }
  }

.pageIndex #page::after{
    content: "";
    position:fixed;
     pointer-events: none;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1* 0.02);
    background: url(https://pic03.eapple.com.tw/jingyilaw/logo-roomin-p.svg) no-repeat;
    background-position:  center;
    background-size: contain;
    top: 60%;
    left:50%;
    filter: drop-shadow(0 0 5px #473b2f9d);
    transform: translateX(-50%);
    z-index:  100000000;
    opacity: 1;
    animation: logo-p 2s linear forwards;
    animation-delay: 1;
  }
@keyframes logo-p{
    0%{opacity: 1; }
    50%{ opacity: 1; }
    100%{opacity: 0; }
}
.pageIndex #page::before{
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    background:#ffffff00;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation:  blur 3.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
  
    backdrop-filter: saturate(90%) blur(7px);
}

@keyframes blur{
    0% {  opacity: 0;background: #ffffff;}
    50% {  opacity: 1;background:  #473b2f81;}
    100% {  opacity: 0;background: #ffffff00;}
}




/*大圖*/
.swiper-fade .swiper-slide-active:nth-child(1):after{}
.bannerindex .swiper-fade .swiper-slide:nth-child(1)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/jingyilaw/bn01-be.png) no-repeat;
    background-size: contain!important;
    background-position: left;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.1);
    left: 15%;
    bottom:15%;
    z-index: 1;
}

.bannerindex .swiper-fade .swiper-slide:nth-child(2)::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/jingyilaw/bn02-be.png) no-repeat;
    background-size: contain!important;
      background-position: center;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.1);
    left:50%;
    top: 40%;
    z-index: 1;
    transform: translateX(-50%);
}




/*Banner/＝＝＝＝＝*/
.banner{
    background: url(https://pic03.eapple.com.tw/jingyilaw/banner.jpg) no-repeat;
    background-size: cover!important;
    background-position: left!important;
    min-height: 700px;
    position: relative;
}
.banner::after{
position: absolute;
content: "";
background: linear-gradient(45deg,#AE9873,#B77B4B);
width: 40%;
height: 155px;
left: 0;
bottom: 0;
z-index: 0;

}
.banner h5{
    position: absolute;
    content: "";
    font-size: 20px;
    font-family: var(--SFont);
    color: #fff;
    left: 20%;
    bottom: 44px;
    z-index: 1;
    letter-spacing: 2px;
}

.banner h5::before{
    position: absolute;
    content: "";
    font-family: var(--SFontE3);
    font-size: 40px;
    left: 0;
    top: -50px;
    font-weight: 100;
}

.services_page .banner{ background: url(https://pic03.eapple.com.tw/jingyilaw/banner-service.jpg) no-repeat;    background-position: center!important;}
.services_page .banner h5::before{    content: "Service";}

.contact_page .banner{ background: url(https://pic03.eapple.com.tw/jingyilaw/banner-consoult.jpg) no-repeat;    background-position: right!important;}
.contact_page .banner h5::before{    content: "Consoult";}

.article_a .banner h5::before{    content: "News";}










/*Footer/＝＝＝＝＝*/
.footer{background: var(--SubColor2);}
.footer_logo{
    background: url(https://pic03.eapple.com.tw/jingyilaw/logo-f.svg) no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 345px;
    height: 41px;
    margin-left: 10px;
}
.footer_logo img { width: 100%;display: none;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;     justify-content: flex-start;padding: 0;grid-gap: 0px;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        padding-right: 70px;
}
.footer_info li:nth-child(1){  
    width: 75%;       
    display: grid;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-items: start;
    align-items: start;
    grid-template-columns:1fr 1fr; 
    border-right:1px solid var(--SubColor) ;
        padding: 10px 10px 80px;
}
.footer_info li:nth-child(2){  width: 22%;}
.footer_info li p {  color:  var(--color);}
.footer_info li p a {  color: var(--color);}
.footer_info li p a:hover{color: var(--SubColor);}

.footer_info li p:before{font-family: var(--SFont);}

.footer_info li p.tel{order: 2;}
.footer_info li p.tel:before { content: '電話';}

.footer_info li p.fax{order: 1;grid-row: auto / span 3;font-family: var(--SFontE2);font-size: 20px;line-height: 120%;position: relative;    left: 100px;pointer-events: none;}
.footer_info li p.fax:before { content: '營業時間';pointer-events: none;display: block;font-size: 16px;margin-left: -94px;font-weight:bold;}
.footer_info li p.fax::after{
       content: "周一~週五";
    display: block;
    font-size: 13px;
    position: absolute;
    top: 24px;
    background: var(--color);
    color: var(--SubColor2);
    padding: 0 8px;
    border-radius: 17px;
    left: -100px;
}



.footer_info li p.taxid{order: 3;}
.footer_info li p.taxid:before { content: '統編';}

.footer_info li p.add{order: 4;}
.footer_info li p.add:before { content: '地址';}




.footer_menu {    display: grid;    grid-template-columns:1fr 1fr;    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0;	
    text-align: left;	
    padding: 5px 25px;
    transition: all 0.3s;
    border: none;
    color: var(--color);
    background: #ffffff00;
    position: relative;
    width: max-content;
}
.footer_menu a::after{
    position: absolute;
    content: "";
    background:var(--SubColor);
    background-size: contain;
    width:0;
    height: 100%;
    left: 0;
    bottom: 0px;
    transition: 0.3s ease-in;
    z-index: -1;
}
.footer_menu a:hover::after{width:100%;transition: 0.3s ease-in;}

.footer_menu a:nth-child(1){display: none;}
.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;}
.copy {    background: var(--SubColor2);    color: var(--SubColor);	border:none;}
.copy a{    color: #a55d33;transition:all 0.3s;}
.box_link {
    top: unset;
    right: unset;
    left: 0;
    bottom: 0;
width: max-content;
    max-width: 225px;
    display: flex;
    align-items: center;
    max-height: 100%;
    justify-content: space-between;
    flex-direction: row;}
.box_link a{transition:all 0.3s;color: var(--MainColor);width: 100%;position: relative;border: none;}
.box_link a.me_tp_call{display: none;}
.box_link a:hover {    background: #ffffff00; }
.box_link a i.fa-brands.fa-line { display: flex;}
.fa-line:before {
    content: "立即加入";
    font-size: 15px;
    width: 100%;
    max-width: 42px;
    display: flex;
    flex-wrap: wrap;
    line-height: 180%;
    color: var(--color);
}
.box_link a:hover .fa-line:before{color: var(--SubColor);}
.box_link a.me_tp_line i::after{
  
    content: "";
    background:url(https://pic03.eapple.com.tw/jingyilaw/footer-qr.svg) no-repeat;
    background-size: contain!important;
    background-position: center!important;
    margin: auto;
    width: 50px;
    height: 50px;
    display: block;
}










/*url(https://pic03.eapple.com.tw/jingyilaw/icon-01.png) no-repeat;*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;margin-top: 0;column-gap: 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:var(--MainColor);}
.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:var(--MainColor);}

.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 .name { text-align: center;}
.products-list .more {  border: 1px solid var(--MainColor);   color:var(--MainColor);}
.products-list .item a:hover .more{background: var(--MainColor);}

.product-layer-two li.active>a {
    border: 1px var(--MainColor) solid;
    background:var(--MainColor);
color: #fff;}
.product-layer-two>li:hover>a {
    border: 1px var(--MainColor) solid;
    background:var(--MainColor);}
    .product-layer-two li ul {    grid-gap: 0;}




    /*首頁*/
.animated-arrow { background:var(--MainColor);}
    
/*產品內頁*/
.sidebarBtn { border: 5px var(--MainColor) solid;}
.inquiry_a1 { background: var(--MainColor);}
.inquiry_a2 { background: var(--color);}
.inquiry_a3 { background:var(--MainColor);}
.lastPage {background:var(--color);}
.pd_tabTitle li.activeTab a {  color:var(--color);}
.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: var(--MainColor);
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.pd_tabTitle li {  border-bottom: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}




/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相簿 內頁*/
.other_album_choice li{background: var(--MainColor);}
.show-list .show_name {text-align: center;   color: var(--SubColor2);}
.show-list .item:hover .show_name { color: var(--MainColor);}
.album_fixed_title {  background: #ffffff00;}

/*最新消息-文章*/
.blog_back a.article_btn_back {    background:var(--MainColor);}
.lastPage {  background:var(--MainColor);}
.blog_le .accordion{border: none;border-radius:0;}
.blog_le .accordion > li{position: relative;}
.blog_le .accordion > li a::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    right: 100%;
    height: 100%;
    background-color:#ffffffa1;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.8s;
    transition: 0.8s;
    z-index:9;
}

.blog_le .accordion > li a:hover::after {
        width: 100%;
        right: -100%;
    }

.accordion li .link a {font-family: var(--SFont);border-bottom:1px solid var(--SubColor) ;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background:#e6d1af !important; }
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {    color:var(--SubColor) !important;border: none;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  color: #ffffff00 !important;}
.link, .blog_le .accordion > li.on_this_category .link {border-bottom:1px solid var(--color2) ;}
.blog_le .accordion > li.open{ border: 1px solid var(--color2);}

.subbox_item a{padding: 5px;}
.blog_list_ri h5{color: var(--SubColor);font-weight: bold;font-family: var(--SFont);}
.subbox_item a:after {
    background: rgb(255 255 255 / 0%);
    border: 1px #ccc1ae7e solid;
    opacity: 1;
}
.subbox_item  a:hover:after{border: 1px var(--SubColor) solid;}
.subbox_item a:before {
    content: 'MORE';
    color:var(--color);
    background:#ffffff00;
    border: 1px solid var(--color);
    border-radius:10px ;
    padding: 0px 10px;
    opacity: 1;
    font-size: 15px;
}
.subbox_item  a:hover::before{background: var(--MainColor);color: #fff;border: 1px solid var(--MainColor) ;}
.other_subalbum li a p { text-align: center;font-weight: bold;line-height: 3;}
.show-list .item:hover{background: var(--MainColor);}


.submenu {  background: #000000;}
.blog_le .accordion ul.submenu li{border: none;}
.submenu li.on_this_category a, .submenu a:hover { background:var(--SubColor);}



.blog_box_edit .articel_mainPic{display: none;}/*關閉文章內頁第一張圖*/

/*首頁-靖義快訊*/
.module_i_news .title_i_box h4{font-size: 20px;color: var(--SubColor);font-family: var(--SFont);}
.module_i_news .title_i_box h6{font-size: 40px;color: var(--SubColor);font-family: var(--SFontE3);font-weight: 100;}
.module_i_news ul {grid-template-columns: repeat(3, 1fr);}
.module_i_news li:nth-child(n+4){display: none;}
.module_i_news li a { grid-template-columns: 150px 1fr;padding-bottom: 30px;}
.module_i_news li a:hover .i_blog_ri h5{color: var(--SubColor);}
.module_i_news li a:hover .i_blog_le img{transform: scale(1.05);transition: 0.3s ease-in;}
.module_i_news .i_blog_ri h5{font-family: var(--SFont);color: var(--color);border-bottom:1px solid var(--color) ;}

.module_i_news li a:after {
    background: #ffffff00;
    border:none;
}

.module_i_news li a:before {
    content: 'MORE';
    opacity: 1;
    font-size: 15px;
    color: #999;
    border: 1px solid var(--color);
    background: #fff;
    border-radius: 10px;
    padding: 0 10px;
}
.module_i_news li a:hover:before{background: var(--SubColor);color: #fff;border:var(--SubColor) ;}

.module_i_news ul:hover  .i_blog_le img{filter: saturate(0) opacity(0.5) blur(3px);transition: 0.3s ease-in;}
.module_i_news ul li a:hover .i_blog_le img{filter: saturate(1) opacity(1) blur(0px);transition: 0.3s ease-in;}
/*聯絡我們*/
.contact_form li.last cite {  background: var(--MainColor);}
.contact_content .information_left{display: none;}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
    margin: auto;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
}

.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: 1px #ded0ba solid;
    border-radius: 10px;
    background: #ffffff52;
}








/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width:1200px) { 
.banner { min-height: 550px;}
.banner::after{width: 50%;}


.module_i_news ul {  grid-template-columns: repeat(1, 1fr);}
.module_i_news ul {
    width: 100%;
    max-width: 700px;
    margin: auto;}
}
@media screen and (max-width:1024px) { 
    /*進入網站動畫*/
.pageIndex::after{
    padding-bottom:calc(100% / 1*0.07);
    top:45%;
  }    
.pageIndex #page::after{
    padding-bottom: calc(100% / 1* 0.03);
    top:55%;}



.nav-header { margin: auto;}
.header_area.sticky { background: #ffffff;}
.sticky .stellarnav {  position: relative;}
    
.header_area {
    position: static;
    text-align: center;
}
.nav-brand img{display: none;}
.nav-brand {
    background: url(https://pic03.eapple.com.tw/jingyilaw/logo-header-1024.png) no-repeat;
    background-size: contain !important;
    background-position: center;
    width: 220px;
    height: 75px;
}
.navigation { gap: 0px;    padding: 10px 0 0;}
.stellarnav {
    position: relative;
    top: 0;
    border-bottom: none;
    z-index: 2;
}
.stellarnav > ul > li {  width: unset;}
.stellarnav > ul > li:nth-child(4){margin-right: 0;}
.stellarnav > ul > li:nth-child(5) { margin-left: 0;}

.stellarnav > ul > li > a b{color: var(--color);}
.stellarnav > ul > li > a:hover b{color: var(--SubColor);}
.stellarnav li.has-sub > a:after { border-top: 6px solid var(--color);}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--SubColor);}


/*.sticky */
.sticky .navigation { gap: 0;}
.sticky .stellarnav {
    top: 0px;
    background: #ffffff;
    padding-top: 0;}
.header_area .nav-brand::before{display: none;}



    }
    
    @media screen and (max-width: 980px) { 
 

   .banner { min-height: 350px;}
    .banner h5 { bottom: 27px;}
    .banner::after {  height: 120px;}
    
    
    }
    @media screen and (max-width:850px) { 
    /*footer*/
    .footer_logo {
        background-position: center;
        width: 100%;}
    .footer_info { padding: 0 60px;}
    .footer_info ul {padding-right: 0;}
    .footer_info li:nth-child(1) {gap: 5px; width: 100%;border-right:none ;padding: 10px;}
    .footer_info li:nth-child(2) { width: 100%;border-top: 1px solid var(--color);        padding-left: 115px;}
    .footer_menu {grid-template-columns: 1fr 1fr 1fr 1fr;}
        
    .box_link {  left: 63px;}
       }
    @media screen and (max-width: 768px) { 
    /*HEADER*/
    .nav-header { max-width:180px;        margin: auto auto auto 0; }
    .nav-header { position: relative; }
    .navigation {  flex-direction: row; gap: 15px; padding: 10px;}
    .nav-brand {
        background: url(https://pic03.eapple.com.tw/jingyilaw/logo-header-768.png) no-repeat;
        background-size: contain !important;
        width: 190px;
        height: 45px;
    }
    .stellarnav.mobile {left: unset; right: 0;position: relative;}


    .sticky .nav-brand {  background: url(https://pic03.eapple.com.tw/jingyilaw/logo-header-768.png) no-repeat;    width: 175px;    height: 40px;}
    /*進入網站動畫*/
    .pageIndex::after{ padding-bottom:calc(100% / 1*0.09); }    
    .pageIndex #page::after{padding-bottom: calc(100% / 1* 0.035);}


    /*大圖*/
    .swiper-banner .swiper-slide img {
    height:600px;
    object-fit: cover;}
    .bannerindex .swiper-fade .swiper-slide:nth-child(2)::before, .bannerindex .swiper-fade .swiper-slide:nth-child(1)::before { padding-bottom: calc(100% / 1 * 0.17)}




    /*手機側邊欄位*/
    .stellarnav.mobile { right: 0;left: unset;}
    .stellarnav.mobile.left > ul{transition: 0.5s ease;max-width: 300px;    left: unset;        right: 0;}
    .stellarnav.mobile.active>ul{z-index: 9999999;     animation: move 0.5s linear;box-shadow: 0 0 3px #00000059; background: var(--MainColor);}
    @keyframes move{  
        0% {
            transform: translateX(100%);       
          }
        100% {
            transform: translateX(0%);   
            }
    }
    .stellarnav a.dd-toggle .icon-plus:after, .stellarnav a.dd-toggle .icon-plus:before { border-bottom: solid 3px #fff;}
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px #fff;}
   .stellarnav .menu-toggle span.bars span, .sticky .stellarnav .menu-toggle span.bars span {  background: var(--MainColor);}
    .stellarnav .menu-toggle:after, .sticky .stellarnav .menu-toggle:after { color:var(--MainColor);}
    .stellarnav > ul > li {  width: 100%;border-bottom: none!important;}
    .stellarnav.mobile > ul > li > a { padding: 20px 0;  color: #fff;}
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a { color: #fff;         padding: 20px 0;}
    .stellarnav.mobile > ul > li > a:hover b{color: var(--MainColor);font-weight: bold;}
  
    .stellarnav.mobile.left .close-menu ,   .sticky .stellarnav.mobile.left .close-menu{
        padding: 15px 10px ;
        background: #ffffff00;
        color: #fff;
    }
    .stellarnav.mobile ul ul{background: #ffffff00;border-top:1px solid var(--SubColor) ;}
    .stellarnav.mobile li.open {background: #f0e5d2;}
    .stellarnav.mobile li.open >a b{color: var(--SubColor);}
    .stellarnav.mobile > ul > li.open > a.dd-toggle .icon-plus:after, .stellarnav.mobile > ul > li.open > a.dd-toggle .icon-plus::before{        border-bottom: solid 3px var(--SubColor);}
    .stellarnav li li > a, .stellarnav li li.has-sub > a{color: var(--SubColor);padding-left:20px ;}
    .stellarnav ul li ul li{position: relative;}
    .stellarnav ul li ul li>a::after{
    position: absolute;
    content: "";
    background: var(--SubColor);
    width: 7px;
    height: 7px;
    border-radius:5px ;
    left: 5px;
    top: 14px;
}

    .banner { min-height: 300px;}    
    .banner::after { height: 100px;}
    .banner h5 { bottom: 24px;font-size: 18px;}
    .banner h5::before {
    font-size: 33px;
    top: -36px;}






    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {display: none; }
    .footer.with_shopping_mode { padding:30px 0 0px; }
    #to_top { bottom:60px;}
    .footer_logo {  max-width:280px; height: 32px}
    .footer_info li { width: 90%;}
    .footer_info li:nth-child(1) {border-right:none ;   }
    .footer_menu {   margin: auto;}
    .footer_info {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: auto;
        gap: 0px;
        padding: 0 60px 0 10px;
        position: relative;
    }
    .footer_info ul {  padding-left: 10px;}

    .footer_info li:nth-child(1) { grid-template-columns: 1fr;}
    .footer_info li:nth-child(2) { padding-top: 10px;        padding-left: 0;}
    .box_link {  
        top:27px;
    bottom: unset;
    left: unset;
    right: 60px;
    position: absolute;
 }
   
    .box_link a i.fa-brands.fa-line { flex-direction: column;}
    .box_link a i.fa-line:before { max-width: 65px;    justify-content: center;}
.box_link a.me_tp_line i::after { width: 65px;  height: 65px;}



    .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;}


    .contact_content .information_right{padding: 10px;width: 90%;}
    .contact_form li { grid-gap: 0;}
    .contact_form li.last {         justify-content: space-around;}
    }
    
    
    @media screen and (max-width: 600px) { 
    /*進入網站動畫*/
    .pageIndex::after{ padding-bottom:calc(100% / 1*0.1); }    
    .pageIndex #page::after{padding-bottom: calc(100% / 1* 0.04);top: 53%;}
    /*大圖*/
    .swiper-banner .swiper-slide img {  height:500px;}
    .footer_menu {grid-template-columns: 1fr 1fr 1fr;}
    .contact_form li .form__label {  background: rgb(255 255 255 / 0%);    }

    .banner {min-height: 250px;}
    .banner::after {  height: 88px;}
    .banner h5 {  bottom: 17px;font-size: 18px;}
    .banner h5::before { font-size: 29px;top: -32px;}





    }
    @media screen and (max-width: 500px) { 
    /*進入網站動畫*/
    .pageIndex::after{ padding-bottom:calc(100% / 1*0.15); }    
    .pageIndex #page::after{padding-bottom: calc(100% / 1* 0.05);top: 55%;}

    .footer_menu {  grid-template-columns: 1fr 1fr;}
    .footer_menu a {  padding: 5px;}
    
    }
    @media screen and (max-width: 480px) { 
    




    }


    @media screen and (max-width: 420px) { 
    .footer_info li p.fax {left:0px;display: flex;        flex-wrap: wrap;}
.footer_info li p.fax:before { margin-left: 0;order: 1;font-size: 15px;}
.footer_info li p.fax::after { 
    left:0px;
    position: unset;
    order:2;
    background: #ffffff00;
    color: var(--color);
    border-left:1px solid #00000085 ;
    border-radius: 0;
}
.footer_info li p.fax a{order: 3;width: 100%;}

    .box_link a.me_tp_line i::after {
        width: 50px;
        height: 50px;
    }

       }  
    @media screen and (max-width: 375px) { 
    
    }
    
    