@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+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
:root {
    --MainColor: #d3a470; /*網站主要色系*/
    --SubColor: #473d3d; /*網站輔助色系1*/
    --SubColor2: #AF8260; /*網站輔助色系2*/
    --color:#803D3B;
    --SFont:"Noto Serif TC", serif;;/*特殊字體*/
    --SFontE:"Advent Pro", sans-serif;/*特殊字體*/
    --SFontE2:"Playfair Display", serif;/*特殊字體*/

    --pd100:100px 0;
    --m100:100px;
    --m50:50px;
    --m30:30px;
    --f100:100px;
    --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;
    --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:70px;
    --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:50px;
    --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:40px;
    --f48:24px;
    --f40:20px;
    --f36:18px;
    --f32:18px;
    --f28:17px;
    --f24:17px;
    --f22:17px;
    --f20:16px;
    --f18:15px;
  }
  }
  .path { display: none;}
  .edit_part { padding: 0;}
.me_tp_features{display: none;}
.header_area { background: #ffffff00;    padding: 10px 10px 0px 10px;    position: absolute;}
.other_page .header_area{background:var(--SubColor);  }

.header_area .nav-brand{filter: brightness(100);}

/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/
.nav-header {  max-width: 250px;}
.nav-brand {    width: 100%;transition:all 0.3s;}

.header_area .nav-brand {    transition: all 0.3s;   }
.header_area::after{
    position: absolute;
    content: "";
    background: var(--MainColor);
    width:0;
    height: 100%;
    left: 0%;
    top: 0;
}




/*sticky*/
.header_area.sticky{position: sticky;background: var(--MainColor);}
.sticky .stellarnav > ul > li:hover > a b{color: var(--color);}
.sticky .stellarnav > ul > li::before{ background: #fff;}
.sticky .stellarnav > ul > li:hover::before{ background:var(--color);}


/*聯絡我們header*/
.contact_page .nav-brand{filter: brightness(1);}
.contact_page .sticky .nav-brand{filter: brightness(100);}
.contact_page .sticky .stellarnav > ul > li > a{color: #fff;}
.contact_page .sticky .stellarnav li.has-sub > a:after { border-top: 6px solid #fff;}
.contact_page .contact_editbox { padding: 0;}



/*第一層*/
.navigation { grid-template-columns: 280px 1fr;padding: 10px 0; align-items: center;}
.stellarnav { grid-row: 1 / span 2;}
.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);color: var(--SubColor);letter-spacing: 1px;color: #fff;margin: 0 20px}

.stellarnav > ul > li > a b:nth-child(1){font-family: var(--SFont);}
.stellarnav > ul > li > a b:nth-child(2){font-family: var(--SFontE);font-weight: bold;}
.stellarnav > ul > li:hover > a{color: var(--MainColor);}
.stellarnav > ul > li > a:hover b{color: var(--MainColor);}
.stellarnav li.has-sub > a:after { border-top: 6px solid #fff;}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--MainColor);}

.stellarnav > ul > li{position: relative;}
.stellarnav > ul > li::before{
    position: absolute;
    content: "";
    background: var(--MainColor);
    width: 1px;
    height:30px;
    left: 50%;
    transform: translateX(-50%);
    top: -26px;
    transition: 0.5s ease-in-out;
    opacity: 0;
}
.stellarnav > ul > li:hover::before{opacity: 1;   transition: 0.5s ease-in-out;}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;color: #818181;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: var(--SubColor2);	padding-left:10px;background: #fff;font-weight: bold;}


.stellarnav ul ul {background: #ffffff;}
.stellarnav li li {
    border: none;
    border-bottom: 1px #c4c0c0 solid;}
.stellarnav li li{position: relative;}
.stellarnav li li>a::after{
    position: absolute;
    content: "";
    background: var(--MainColor);
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
}
.stellarnav li li:hover>a::after{width: 100%; transition: 0.5s ease-in-out;}

/* 商品下拉超過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{
    content: "";
    pointer-events: none;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom:calc(100% / 1* 0.055);
    background: url(https://pic03.eapple.com.tw/lawyerlai/bn01-logo-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0, 1);
    z-index: 100000000;
    animation: logo 2.2s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    opacity: 0;
}

@keyframes logo {

        0%{
            transform: translate(-50%,-50%) scale(0,1);
            opacity: 0;
            left: 45%;
        }
        50%{
            transform: translate(-50%,-50%) scale(1,1);
            opacity: 1;
            left: 43%;
        }
        68%{
            transform: translate(-50%,-50%) scale(1,1);
            opacity: 1;
            left: 40%;
        }
        100%{
            opacity: 0;
            transform: translate(-50%,-50%) scale(1,1);
            left: 35%;
        }
}
.pageIndex #page::after{
    content: "";
    position:fixed;
     pointer-events: none;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1* 0.045);
    background: url(https://pic03.eapple.com.tw/lawyerlai/bn01-logo-right.svg) no-repeat;
    background-position:  center;
    background-size: contain;
    top: 65%;
left:50%;
    transform: translate(-50%, -65%);
    z-index:  100000000;
    opacity: 1;
    animation: move2 2.2s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: 1;
  }
@keyframes move2{
    0%{
        transform:  translate(-50%,-50%);
        opacity: 0;
        left: 70%;
        top: 50%;
        }
       50%{
            transform:  translate(-50%,-50%);
            opacity: 1;
            left: 60%;
            top: 50%;
    
        }
        68%{
            transform:  translate(-50%,-50%);
            opacity: 1;
            left: 58%;
            top: 50%;
    
        }
        100%{
            transform:  translate(-50%,-50%);
            opacity: 0;
            left: 50%;
            top: 50%;
        }
}
.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: action-bg 2.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    backdrop-filter: blur(10px);

}

  @keyframes action-bg {
    0%{
      opacity: 1;
      background-color: #473d3d;
      backdrop-filter: blur(20px)
    }
    50%{
      opacity: 1;
      background-color: #473d3d77;
      backdrop-filter: blur(20px);
    }
    75% {
      opacity: 1;
      background-color: transparent;
  }
  100% {
      opacity: 0;
      background-color: transparent;
  }
  
  }

  /*大圖*/
.swiper-fade .swiper-slide-active{}

.swiper-fade .swiper-slide:nth-child(1)::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/lawyerlai/bn01p-2.png) no-repeat;
    background-position: left;
    background-size: contain;
    left: 20%;
    top:25%;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.25);
}
.swiper-fade .swiper-slide:nth-child(2)::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/lawyerlai/bn02p-2.png) no-repeat;
    background-position: left;
    background-size: contain;
    left: 10%;
    top:50%;
    width:100%;
    height: 0;
    padding-bottom: calc(100% / 1*0.04);
}
/*Banner/＝＝＝＝＝*/
.other_page .banner, .services_page .banner, .contact_page .banner{display: none;}
.banner{
    background: url(https://pic03.eapple.com.tw/lawyerlai/banner.jpg) no-repeat;
    background-size: cover!important;
    background-position: left;
    min-height: 600px;
    position: relative;
    
}
 .banner h5{        
    background-repeat: no-repeat!important;
    width: 100%!important;
    height: 100%!important;
    min-height: 140px!important;
    background-position: center!important;
    background-size: contain!important;
    display: flex!important;
    align-content: center!important;
    justify-content: center!important;
    align-items: center!important;
    color: #ffffff00!important;
}

.blog_page  .banner, .blog_in_page  .banner{  background: url(https://pic03.eapple.com.tw/lawyerlai/banner-column.jpg) no-repeat;}
.blog_page .banner h5, .blog_in_page  .banner h5{   background: url(https://pic03.eapple.com.tw/lawyerlai/column.svg) no-repeat;  }
.product_page .banner h5, .product_info_page  .banner h5{   background: url(https://pic03.eapple.com.tw/lawyerlai/case.svg) no-repeat;  }

.promotions_page   .banner{   background: url(https://pic03.eapple.com.tw/lawyerlai/banner-news.jpg) no-repeat;  }
.promotions_page  .banner h5{   background: url(https://pic03.eapple.com.tw/lawyerlai/news.svg) no-repeat;  }



/*Footer/＝＝＝＝＝*/
.footer{background: var(--SubColor);}
.footer_logo img { width: 100%;display: none;}
.footer_logo{
    background: url(https://pic03.eapple.com.tw/lawyerlai/logo_f.svg) no-repeat;
    background-size: contain;
    width: 250px;
    height: 50px;
    margin-left: 10px;
}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;       justify-content: center;padding: 0;  grid-gap:0px;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column-reverse;
    width: calc(100% - 350px);
}

.footer_info li:nth-child(1){width: 100%;}
.footer_info li:nth-child(2){display: none;}
.footer_info li p {  color: var(--MainColor);}
.footer_info li p a {  color: var(--MainColor);}
.footer_info li p.mail{display: none;}
.footer_info li p.add:hover a{font-weight: bold;}



.footer_menu a:hover {    background: #ffffff00;letter-spacing: 2px;}
.footer_menu a:hover::after{filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(7%) hue-rotate(167deg) brightness(102%) contrast(104%);}
.footer_info li p.line:before {  content: 'LINE |';}
.footer_info li p.tel:before {  content: 'TEL |';}
.footer_info li p.phone:before {  content: 'PHONE |';}
.footer_info li p.add:before {   content: 'ADD |';}
.footer_info li p::before{font-family: var(--SFontE);}



.copy {    background: var(--SubColor);    color: #fff;	border:none;}
.copy a{    color: var(--MainColor);transition:all 0.3s;}
.box_link{
    display:none ;
    flex-direction: row;
    max-width: max-content;
    top: unset;
    bottom:56px;

}
.box_link a{transition:all 0.3s;    color: #ffffff75;    border: 1px #ffffff75 solid;    border-radius: 50px;    font-size: 17px;width: 35px;}
.box_link a:hover {    background: #ffffff00;    color: #fff;border:1px solid #fff;}

/*url(https://pic03.eapple.com.tw/lawyerlai/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-layer-two li a {
    border: none;
    background: #ffffff00;
    padding: 7px 16px 7px 35px;
    position: relative;
}
.product-layer-two> li >a::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/lawyerlai/product-icon-01.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 7px;
    top: 8px;
    transition: 3 ease-in-out;
}
.product-layer-two> li:hover>a::after, .product-layer-two li.active>a::after{ 
    animation:rotate .5s infinite alternate;
    filter: brightness(0) saturate(100%) invert(93%) sepia(84%) saturate(3995%) hue-rotate(302deg) brightness(85%) contrast(88%);
    transition: 3 ease-in-out;
}
@keyframes rotate {
    0% {transform: rotateY(365deg);}
    50% {transform: rotateY(182.5deg);}
    100% {transform: rotateY(365deg);}
}

.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: left;    
    color: var(--SubColor);
    font-size:var(--f17);
    font-weight: bold;
    line-height: 1;

}
.products-list a:hover .name{color: #fff; filter:unset;}
.products-list .more {
    border: 1px solid var(--MainColor);
    color: #fff;
    background: var(--MainColor);
    width: max-content !important;
    padding: 0px 15px;
    border-radius: 18px;
}

.products-list .item a:hover .more{background: var(--MainColor);}
.product-layer-two li.active>a {
    border: none;
    background: #ffffff00;
color:var(--SubColor2);}
.product-layer-two>li:hover>a {
    border: none;
    background: #ffffff00;}
.product-layer-two li ul {    grid-gap: 0;}



    /*首頁*/
.animated-arrow { background:var(--MainColor);}
.pageIndex .products-list li:nth-child(n+4){display: none;}
.pageIndex .products-list .item a .pic {
    width: 100%;
   opacity: 0.7;   
}
.pageIndex .products-list .item a .pic img{    filter: grayscale(1) blur(2px);}
.pageIndex .products-list .item a:hover .pic{opacity: 1;  } 
.pageIndex .products-list .item a:hover .pic img{    filter: grayscale(0) blur(0px);}
.pageIndex .products-list .name { 
    text-align:left;    
    color: var(--SubColor);
    font-size:var(--f17);
    font-weight: bold;
    line-height: 1;
}
.pageIndex .products-list a:hover .name{color:var(--MainColor); filter:unset;}
.pageIndex .products-list .more {  
    border: 1px solid var(--MainColor);   
    color:#fff;
    background: var(--MainColor);
    bottom:0;
    width: max-content !important;
    padding: 0px 15px;
    border-radius: 18px;
    line-height: 28px;
}
.pageIndex .products-list .item a:hover .more{background: var(--MainColor);}
.pageIndex .i_prod_b a {margin: 30px 0;}
.i_prod_tit, .i_video_tit { line-height: 382%;text-align: left;}
.i_prod_tit h2, .i_video_tit h2{font-family: var(--SFontE2);color: var(--SubColor);font-size: var(--f100);font-weight: 100;}
.i_prod_tit h2{
    position: relative;width: max-content;    margin: 0;
        background:url(https://pic03.eapple.com.tw/lawyerlai/case-index.svg) no-repeat;
    background-size: contain;
    color: #ffffff00;
    height: 115px;
    width: 100%;
}
.products-list {  grid-template-columns: repeat(3, 1fr);}
.products-list .price{display: none;}

.i_prod_tit span, .i_video_tit span {
    font-size: var(--f22);
    font-family: var(--SFont);
    color: var(--SubColor);
    font-weight: bold;
}
.i_prod_tit span {
    position: relative;
    left: 32px;
display: none;
}

.pageIndex .products-list {  grid-template-columns: repeat(3, 1fr);}
.prod_part{position: relative;    padding: 50px 20px 0;background: #fff7ef;}
.prod_part::after{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/lawyerlai/home-prod.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    width: 25%;
    max-width: 500px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.prod_part section { margin-left: 30vw;}
.products-list .more{font-size: var(--f16);}
/*產品內頁*/
.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%);
    display: none;
}
.pd_tabTitle li {  border-bottom: none;}
.product_info_page .sidebarBtn input, .product_info_page .sidebarBtn form{display: none;}
.product_info_page .sidebarBtn .price{display: none;}
.pd_tabTitle li.activeTab a{font-size: var(--f24);font-weight: bold;display: none;}
.prod_related h6 span:before{color: var(--color);}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 > li:hover, .blog_le .accordion > li.on_this_category {  background:var(--MainColor) !important;}
.subbox_item a{padding:2%;}
.blog_list_ri h5{color: var(--SubColor2);font-weight: bold;}
.subbox_item a:after {
    background: rgb(255 255 255 / 0%);
    border: 1px var(--MainColor) solid;}
.subbox_item a:before {
    content: 'MORE';
    bottom:30px;
    color: #fff;
    right: -10px;
    background: var(--MainColor);
    padding: 5px 35px;}
.other_subalbum li a p { text-align: center;font-weight: bold;line-height: 3;}
.show-list .item:hover{background: var(--MainColor);}


.blog_in_page .main_part {
    margin: -100px auto 50px;
    background: #ffffff;
    z-index: 99;
    position: relative;}
.blog_in_page  #content {
    background:url(https://pic03.eapple.com.tw/lawyerlai/.blog_in_page_bg.jpg) no-repeat;
    background-size: cover;
    background-position: left;
 }
 .blog_subbox {  grid-template-columns: 1fr;}
 .subbox_item a { grid-template-columns: 300px 1fr;}
 .blog_list_ri h5{font-family: var(--SFont);font-size: var(--f24);border-bottom: 1px solid var(--MainColor);}
 .blog_list_ri {
    display: flex;
    flex-direction: column;
    justify-content: center;}
.blog_list_ri p {  margin-top: 30px;}
.blog_list_ri em{color: var(--SubColor2);}
/* .blog_le .accordion {margin-top: 95px;} */
/* .blog_search::after{
    position: absolute;
    content: "搜尋關鍵字";
    font-size: 15px;
    left: 0;
   top: 45px;
   color: var(--SubColor2);
}
.blog_search::before{
    position: absolute;
    content: "#勞檢 #補休 #特休 #監護 #調解 #詐騙 #遺囑 #遺產 #本票 #繼承";
    font-size: 15px;
    left: 0;
    top: 64px;
   display: block;
   text-align: justify;
   color: #555555;
} */

.articel_mainPic{display: none;}
.edit {text-align: justify;}
/*內頁固定尺寸*/
.articel_mainPic img {   max-width: 700px!important;}
.blog_box_edit .edit img {   max-width: 700px!important;}
/*聯絡我們*/
.contact_form li.last cite {  background: var(--MainColor);}

.contact_page .contact_content {
    width: 100%;
    max-width: 1200px;
padding: 20px 50px;
}
.blank_letter{font-family: var(--SFont);color: var(--SubColor);}
.contact_form li input.noborder{border: none;border-bottom:1px solid #a1a1a1 ;}
.contact_form li textarea.noborder{border:1px solid #a1a1a1 ;}
.contact_form li {  grid-template-columns: 1fr;}
.contact_form li .form__label {  max-width: 100%;text-align: left;}



/*最新消息-促銷方案*/
.promotion_title h2{font-family: var(--SFont);color: var(--SubColor2);}
.other_promotion li a:before {
    border: 1px var(--MainColor) solid;
    border-bottom: none;
    border-right: none;
}
.other_promotion li a:after {
    border:  1px var(--MainColor) solid;
    border-top: none;
    border-left: none;
}
.promotion_title {
    display: flex;
    flex-direction: column;
}
.promotion_title em{display: none;}
.promotion_title span{border: none;}











/*首頁-最新消息-促銷方案*/
.news_part section {  
    max-width: 2000px;    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.news_part { padding:0;background: var(--SubColor);}
.news_part .title_i_box {
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
    max-width: 200px;
    padding-left: 20px;
    display: flex;
    align-items: flex-start;
     flex-direction: column;
         justify-content: center;
}
.news_part .title_i_box h6{color: #fff;font-family: var(--SFontE2);font-size: var(--f48);}
.news_part .title_i_box h4{font-size: var(--f22);color: #fff;font-family: var(--SFont);padding-left: 35px;position: relative;}
.news_part .title_i_box h4::after{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/lawyerlai/icon-01.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 26px;
    left: 0;
    top: 4px;
}
.news_list ul li { border-bottom: none;    margin: 10px 0;}
.news_list ul li+li{border-left:1px solid #ffffff44 ;}
.news_list ul li:nth-child(n+5){display: none;}
.news_list ul li a {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
    padding: 10px;
}
.news_list {
    width: calc(100% - 400px);
    display: flex;
    justify-content: space-between;
}
.news_list ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(250px,100%), 1fr));
        width: 100%;
}
.news_list ul li span{color: #fff;text-align: left;}
.news_list ul li p{color: #fff;    width: 100%;   padding: 10px 50px 10px 0;white-space: break-spaces;}
.news_list ul li a:hover p {  color: var(--MainColor);}
.news_list ul li a:hover {  background: #352d2d;}
.news_list ul li p:after {
    content: 'MORE';
    font-size: 12px;
    color: #ffffff;
    right: 0;
    top: unset;
    bottom: 0;
    transform: unset;
}
.i_news_b {
    max-width: max-content;
    position: static;
    margin: 0;}
.pageIndex .news_part .i_news_b .animated-arrow {
    background: var(--MainColor);
    color: #fff;
    margin-top: 0;
    height: 100%;
    line-height: 50px;
    width: 200px;
        display: flex;
    align-items: center;
    justify-content: center;
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width:1550px) {
.prod_part section { margin-left: 27vw;} 





}
@media screen and (max-width:1400px) {


.news_list ul li:nth-child(n+4){display: none;}

}
@media screen and (max-width:1200px) { 
    .pageIndex #page::after {  padding-bottom: calc(100% / 1* 0.055);}
    .pageIndex::after { padding-bottom: calc(100% / 1* 0.065);}

    .banner {  min-height:400px;}
    .banner::after {top: 110px;}
    .banner h5 { top: 230px;}
    .banner h5::before { top: -42px;        left: 91px;    left: calc(50% - 104px);}
.article_a .banner::after {  top: 114px;top: 115px;}
.article_a .banner h5::before {top: -33px;}


.blog_in_page .main_part {  margin: 0px auto 50px;}
}

@media screen and (max-width:1150px) { 
   /*最新消息-首頁*/
.news_list ul { grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));}

}
@media screen and (max-width:1024px) { 
    .nav-header { margin: auto;}
    .pageIndex .products-list {   grid-template-columns: repeat(2, 1fr);}
    .pageIndex .products-list li:nth-child(n+5) { display: none; }
    .pageIndex .productsListBox, .productsListBox.swiper {  padding:  0;}
  
    .products-list {    grid-template-columns: repeat(2, 1fr);    }


.header_area {
    background:var(--MainColor);
    position: static;}
.blog_box_edit .edit img {    max-width:500px !important;}
}
    
    @media screen and (max-width: 980px) { 
    .header_area {
        position: static;
        text-align: center;
        background: var(--MainColor);
    }
    .stellarnav > ul > li > a b {color: #fff;}
    .stellarnav > ul > li:hover > a b{color: var(--color);}
    .sticky .nav-brand img{display: block; transition: 0.5s ease-in-out;}
    .sticky .header_area .nav-brand {display: none;}
    .sticky  .stellarnav > ul > li > a b {color: #fff;}
    .stellarnav > ul > li > a::after{border-top: 6px solid #fff;}
    .stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--color); }
    .stellarnav > ul > li::before {
        top: unset;
        bottom: -10px;
        height: 0px;
        background: var(--color);
    }
    .stellarnav > ul > li:hover::before{height: 21px;} 

    .banner {  min-height: 300px;}
    .banner h5 { top:217px;}
    .article_a .banner h5 { left: calc(50% - 153px);transform: unset;}
    .article_a .banner h5::before { left: 253px;}
    /*進入網站動畫*/
    .pageIndex #page::after {  padding-bottom: calc(100% / 1* 0.065);}
    .pageIndex::after { padding-bottom: calc(100% / 1* 0.07);}
    

    /*商品-首頁*/
    .pageIndex .products-list .item a{padding-bottom: 30px;}
   /*最新消息-首頁*/
   .news_part {  padding: 30px 20px 50px;}
   .news_list { width: calc(100% - 300px);}
    .news_list ul { grid-template-columns: 1fr;        margin-left: 10px;}
    .news_list ul li:nth-child(n+3){display:block;}
.news_part section { justify-content: center;}
.news_list ul li+li{border: none;}
.news_part .title_i_box {  border-right: 1px solid #eee;}
.news_list ul li { margin: 0;}
.news_list ul li a{flex-direction:unset;flex-wrap: wrap;flex-direction:unset;}
.news_list ul li p {width: calc(100% - 150px);}
.news_list ul li a p:after {
    border: 1px solid #fff;
    padding: 0px 8px;
    border-radius: 12px;
}

.news_list ul li a:hover p:after {
    border: 1px solid var(--MainColor);
  background: var(--MainColor);
  color: var(--SubColor);

}
.i_news_b { margin: 20px 0;        width: 100%;}

    }
    @media screen and (max-width:850px) { 
        /*footer*/
         .footer_info { padding: 0 60px;}
        .footer_info { grid-template-columns: 1fr;}
        .footer_info li:nth-child(1) { width: 100%;}
        .footer_info li:nth-child(2) { width: 100%;}
        .footer_menu {grid-template-columns: 1fr 1fr 1fr 1fr;}
        
        .box_link { top: 193px;  left: 63px;}

    /*商品-首頁*/
        
   /*最新消息-首頁*/
    .news_part {  padding: 30px 20px;}
   .news_part .title_i_box{
    padding-left: 0;
    border-right:none;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    }
        .news_part section {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .news_list{ width: 100%;        padding: 0 60px;}
    .news_list ul { margin-left: 0px;}
    .news_list ul li p { padding: 10px 60px 10px 0;}
.news_list ul li a { padding: 0 10px;    justify-content: flex-start;}












       }
    @media screen and (max-width: 768px) { 
    /*HEADER*/
    .nav-header { max-width:200px; }
    .nav-header { position: relative;  z-index: 9999;}
    
    .sticky .stellarnav.mobile.left .close-menu {background: var(--MainColor);        color: var(--color);}
    
/*進入網站*/
    .pageIndex #page::after {  padding-bottom: calc(100% / 1* 0.06);}
    .pageIndex::after {    padding-bottom: calc(100% / 1* 0.07);  }


    /*手機側邊欄位*/
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px var(--MainColor);}
    .stellarnav .menu-toggle span.bars span {  background: #fff;}
    .stellarnav .menu-toggle:after { color:#fff;}
    .sticky .stellarnav .icon-close:before,  .sticky  .stellarnav .icon-close:after {   border-bottom: solid 3px var(--color);}
    .sticky .stellarnav .menu-toggle span.bars span {  background: #ffffff;}
    .sticky .stellarnav .menu-toggle:after { color: #fff;}
    .sticky .stellarnav > ul > li > a b {  color: var(--SubColor); }

    .stellarnav.mobile > ul > li {  border-bottom: 1px #f6f1f1 solid;}
    .stellarnav.mobile > ul > li > a { padding: 20px 0;   text-align: center;}
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a { color: var(--SubColor);        text-align: center; }
    .stellarnav.mobile > ul > li > a:hover b{color: var(--MainColor);font-weight: bold;}
    .stellarnav.mobile > ul > li > a b:last-child{display: none;}
    .stellarnav.mobile.left > ul{transition: 0.5s ease;max-width: 100%;border:none ;}
  
    .stellarnav.mobile.left .close-menu {
        padding: 15px 10px 45px;
        background: var(--color);
        color: var(--SubColor2);
    }
    
    .stellarnav.mobile li.open {background: #F1EAE7;}
    .stellarnav.mobile li.open ul { background: #ffffff00;}
    .stellarnav > ul > li::before { top: 51px;bottom: unset;}
    .stellarnav li li { border-bottom: none;width: max-content;        margin: auto;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a { text-align: center;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
        color: var(--SubColor2);
        background: #ffffff00;}



        .banner {  min-height: 250px;}
        .banner::after { top: 45px;    left: 15%;}
        .banner h5 { top: 125px;    left: 15%;}
        .banner h5::before {
        top: -30px;
        left: 79px;
        width: 90px;
        height: 30px;
    }
    .article_a .banner h5 {  left: calc(50% - 116px);}
.article_a .banner::after { top: 47px;}
.article_a  .banner h5::before { top: -20px;left: 194px;}

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {display: none; }
    .footer.with_shopping_mode { padding:30px 0 0px; }
    #to_top { bottom:60px;}
    .footer_logo { margin-left: 0;    width: 220px;}
    .footer_info ul { width: 100%;}
    .footer_info li { width: 90%;}
    .footer_info li p{text-align: center;}
    .footer_menu {   margin: auto;        display: grid;  grid-template-columns: 1fr 1fr 1fr 1fr;}
    .footer_info {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: auto;
        flex-direction: column;}
    .footer_info li:nth-child(1) { grid-template-columns: 1fr;}
    .footer_info li p.line{margin-top: 20px;}
    .box_link{display: none;}


    .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;}
    .products-list .name {  top: 40%;margin-top: 10px;}



    .contact_page .contact_content .information_right {padding: 10px 20px;}


    /*首頁*/
    .pageIndex .products-list .name {    margin-top: 10px;}
    .i_prod_tit h2 { height: 0;
        padding-bottom: calc(100% / 1 * 0.2);}
    .subbox_item a { grid-template-columns: 200px 1fr;}
    .contact_form li:not(.last) { padding-right: 70px;  }



    /*最新消息-首頁*/
    .news_list { padding: 0;}
    .news_list ul li { border:none; background: #ffffff0f; margin-bottom: 20px;}
    .news_list ul li p { width: 100%;text-align: left;padding-bottom: 30px;padding: 10px 0 40px;}
    .news_list ul li span {width: 100px;}
    .news_list ul li a {
        width: 100%;
        display: flex;
         padding: 10px 10px;
        justify-content: flex-start;
       
    }

    .news_list ul li a p:after {
        width: max-content;
        position: absolute;
        bottom: 0;
        LEFT: 50%;
        transform: translateX(-50%);
    }
 




    /*法律專欄-文章*/
    .blog_le .accordion {   margin-top: 60px;}
.stellarnav > ul > li:nth-child(7) > ul>li{display: block!important;}

    /*聯絡我們*/
    .contact_page .contact_content {  padding: 20px 30px;}
    }
    
    
    @media screen and (max-width: 600px) { 
        /*進入網站*/
        .pageIndex #page::after {  padding-bottom: calc(100% / 1* 0.09);left: 50%;top:55%;transform: translate(-50%, -55%);}
        .pageIndex::after {    padding-bottom: calc(100% / 1* 0.10);left: 50%; top:43%;   transform: translate(-50%, -43%) scale(0, 1);}
        @keyframes move2{
            0%{
            transform:  translate(-50%,-50%);
            opacity: 0;
            left: 50%;
            top: 50%;
            }
           50%{
                transform:  translate(-50%,-50%);
                opacity: 1;
                left:50%;
                top: 50%;
        
            }
            68%{
                transform:  translate(-50%,-50%);
                opacity: 1;
                left: 50%;
                top: 50%;
        
            }
            100%{
                transform:  translate(-50%,-50%);
                opacity: 0;
                left: 50%;
                top: 50%;
            }
        }
        @keyframes logo {
            0%{
                transform: translate(-50%,-50%) scale(0,1);
                opacity: 0;
                left: 50%;
            }
            50%{
                transform: translate(-50%,-50%) scale(1,1);
                opacity: 1;
                left: 50%;
            }
            68%{
                transform: translate(-50%,-50%) scale(1,1);
                opacity: 1;
                left: 50%;
            }
            100%{
                opacity: 0;
                transform: translate(-50%,-50%) scale(1,1);
                left: 50%;
            }
        }
    

    /*大圖*/
        .swiper-banner .swiper-slide img { height: 500px;  object-fit: cover;}
        .swiper-banner .swiper-slide:nth-child(1){background: url(https://pic03.eapple.com.tw/lawyerlai/bn01-600.png) no-repeat;background-position: center right;background-size: cover;}
        .swiper-fade .swiper-slide:nth-child(1)::after { padding-bottom: calc(100% / 1* 0.55);    top: 15%;left: 15%;}
        .swiper-banner .swiper-slide:nth-child(2){background: url(https://pic03.eapple.com.tw/lawyerlai/bn02-600.png) no-repeat;background-position: center right;background-size: cover;}
        .swiper-fade .swiper-slide:nth-child(2)::after {
            background: url(https://pic03.eapple.com.tw/lawyerlai/bn02p-600-2.png) no-repeat;
            background-position: LEFT;
        background-size: contain;
        padding-bottom: calc(100% / 1* 0.3);
        top: 20%;
        left: 10%;
            
        }
        .stellarnav > ul > li.open::before{opacity: 1;height: 21px;}
        .contact_form li .form__label {  background: rgb(255 255 255 / 0%);    }
        .contact_form li {  grid-template-columns: 1fr;    grid-gap: 0;}
        .noborder { margin-left: 18px;}
        .contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {  margin-left: 15px; }

         

        .banner h5::before { top: 24px;} 
        .article_a .banner h5 { left: calc(50% - 88px);} 
        .article_a .banner::after { top: 64px;}
        .article_a .banner h5::before {  top: -22px;left: 136px;}

        /*商品-首頁*/
        .pageIndex .prod_part {  padding: 55px 20px 0;}
        .i_prod_tit, .i_video_tit {  text-align: center;    line-height: 260%;}
        .prod_part::after{display: none;}
        .pageIndex .productsListBox, .productsListBox.swiper {  padding: 50px 0;}
        .prod_part section { margin-left: 0;}
        .i_prod_tit h2 {  margin: auto;}
        .i_prod_tit span {  position: unset; }
        .i_prod_tit span::after{display: none;}
        .i_prod_tit h2::after {
            right: unset;
            left: 50%;
            transform: translateX(-50%);
            bottom: 8px;
            filter: drop-shadow(1px 1px 0px #fff);
            width: 90px;
            height: 28px;
        }
    .i_prod_tit h2 {
        padding-bottom: calc(100% / 1 * 0.15);
        background-position: center;}


        
        .pageIndex .products-list .name {  top: 19vw;}
        .pageIndex .products-list .item a .pic {  opacity: 1;}
        .pageIndex .products-list .item a .pic img {  filter: grayscale(0) blur(0px); }
        .pageIndex .i_prod_b a {  margin: 0 0 30px 0;}
        .pageIndex .products-list .more {  top: unset;    line-height: 23px;}

        /*聯絡我們*/
        .contact_form li.last {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .contact_form li.last blockquote{margin-bottom: 10px;}

    .banner::after { top: 113px;}
        .banner h5::before {
        top: -31px;
        left: 39px;
        width: 75px;
        height: 25px;
    }


    /*最新消息-首頁*/
    .news_list ul li p{text-align: center;}
    .news_list ul li span {
        width: 100px;
        text-align: center;
        width: 100%;
    }
    
    /*法律專欄*/
    .blog_le .accordion {margin-top: 75px;}
    .blog_box_edit .edit img {    max-width:350px !important;}

    .subbox_item a:before { right: 0;}
    }
    @media screen and (max-width: 500px) { 
        .swiper-banner .swiper-slide img {  height: 400px;}
      
        .footer_menu {  grid-template-columns:1fr 1fr 1fr;}

        .products-list .name { top: 24vw;}

        .subbox_item a {  grid-template-columns: 1fr;}
        .blog_list_le {  width: 80%; margin: auto;}
        .blog_ri { margin-top: 50px;}
        /*聯絡我們*/
        .contact_page .contact_content {  padding: 20px 10px;}


    /*最新消息-首頁*/
    .news_list ul li a { justify-content: center;}
    }



    @media screen and (max-width: 480px) { 
    .blog_box_edit .edit img {    max-width:330px !important;}
        .banner h5{
           min-height: 9vh!important;
        width: fit-content;
        max-width: initial;}
    }
    @media screen and (max-width: 420px) { 
        .footer_logo { margin-left: 0;    width: 200px;}
        /*商品-首頁*/


        /*商品*/

    }
    @media screen and (max-width: 375px) { 
    .article_a .banner h5 {  left: calc(50% - 70px);}
    .article_a .banner::after { top: 124px;}
     .article_a .banner h5::before {  left: 108px;}

    .footer_info { padding: 0 60px 0 10px;}
    .footer_info li p { text-align: left;}
    .footer_logo { margin: auto auto auto 0;}


    }
    
    