@charset "utf-8";
/*湛峰/黃振羽律師*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;} 
.me_tp_features{display: none;}

/*滾輪*/
::-webkit-scrollbar { width: 7px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 4px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: transparent;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 4px; background-color: #D9BF84; border: none;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/*背景*/
.blog_page #content{
     background-image: url(https://pic03.eapple.com.tw/zhanfonglaw/all_bk.jpg);
     background-repeat: no-repeat;
     width: 100%;
}

.module_i_news{
   background-image: url(https://pic03.eapple.com.tw/zhanfonglaw/all_bk.jpg);
   background-repeat: no-repeat;
    width: 100%;
}

/*版面*/
.services_page .main_part{
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.case_page .main_part{
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.blog_page .main_part{
    width: 100%;
    max-width: 78%;
    margin: auto;
    padding: 5% 0 0 0;
} 
.blog_in_page .main_part{
    width: 100%;
    max-width: 74%;
    margin: auto;
    padding: 5% 0 0 0;
}

.product_page .main_part { 
    width: 100%;
    max-width: 76%;
    margin: auto;
    padding: 6% 0 0 0;
}
.contact_page .main_part{
    width: 100%;
    max-width: 84%;
}
.pageIndex  .header_area{
    background: #f9f9f9;
    padding: 0;
    position: fixed;
    width: 100%;
}
.pageIndex  .header_area.sticky{
    background: #f9f9f9;
    padding: 0;
    position: fixed;
    width: 100%;
}
.header_area{
    background: #ffffff;
    position: relative;
    padding: 0;
    width: 100%;
}
.header_area.sticky{
    position: relative;
    background: #ffffff;
}
.nav-brand{
    top: 0;
    position: relative;
    padding: 1% 0 0 0;
}
.main_header_area{
    width: 100%;
}
.main_header_area .container{
    width: 100%;
    max-width: 90%;
}
.nav-header{
    max-width: 100%;
    width: 100%; 
}
.navigation{
    grid-template-columns: 20% 1fr;  
}
.stellarnav{
    padding: 1.6% 0 0 0;
}
.stellarnav > ul > li > a {
    font-family: "Noto Sans TC", sans-serif;
    color: #061739;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 0 50px;
}
.stellarnav > ul > li > a:hover {
    font-family: "Noto Sans TC", sans-serif;
    color: #4A6381;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 0 50px;
}
.stellarnav > ul > li.has-sub > a{
    position: relative;
    padding-right: 0;
}

/*下拉隱藏
.stellarnav > ul > li.has-sub > ul.news_classes,.stellarnav li.has-sub > a::after{
    display: none  !important;
}
*/


/*大圖上特效*/
.swiper-banner .swiper-slide{
    position: relative;
}

.swiper-banner .swiper-slide:nth-child(1)::before {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/zhanfonglaw/big_text02.png);
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 14%;
    left: 50%;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    position: absolute;
    transform: translate(-50%, -50%);
     animation: FadeIn 2s ease-in-out both;
}
.swiper-banner .swiper-slide:nth-child(2)::before {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/zhanfonglaw/big_text01.png);
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 12%;
    left: 12%;
    bottom: 36%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    animation: FadeIn  2s ease-in-out 3s both;
}

/*淡入*/
@-webkit-keyframes FadeIn {
     0% {
         opacity: 0;
        }
    100% { 
        opacity: 1;
    }
}
@keyframes FadeIn { 
    0% { 
        opacity: 0;
    } 
    100% { 
        opacity: 1;
    }
}




/*內頁BANNER 設定*/
.banner {
    font-size: 40px;
    padding: 0;
    text-align: center;
    background: repeat center center #f9f9f9;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: wrap;
    min-height: 240px;
    flex-direction: column;
    align-items: flex-start;
}
.banner h5 {
    font-family: "Noto Serif TC", serif;
    letter-spacing: 8px;
    font-size: 30px;
    color: #ccad63;
    line-height: 240%;
    background-color: #ffffff26;
    width: 100%;
    position: relative;
    z-index: 0;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
.services_page .banner.banB {
    background-image: url(https://pic03.eapple.com.tw/zhanfonglaw/all_banner01.jpg);
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
}
.case_page .banner.banB {
    background-image: url(https://pic03.eapple.com.tw/zhanfonglaw/all_banner02.jpg);
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
}
.blog_page.article_a .banner.banblog,.blog_in_page.article_a  .banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/zhanfonglaw/all_banner03.jpg);
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
}
.blog_page.article_b .banner.banblog,.blog_in_page.article_b .banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/zhanfonglaw/all_banner04.jpg);
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
}
.contact_page .banner.banC{
    background-image: url(https://pic03.eapple.com.tw/zhanfonglaw/all_banner05.jpg);
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
}

.services_page .banner::before {
    content: 'MAJOR FIELDS';
    position: relative;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    top: 4%;
    color: #CCAD63;
    font-size: 30px;
    z-index: 2;
    bottom: 0;
    letter-spacing: 8px;
    font-weight: 500;
    animation: tracking-in-expand 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.case_page .banner::before {
    content: 'PROCESS';
    position: relative;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    top: 4%;
    color: #CCAD63;
    font-size: 30px;
    z-index: 2;
    bottom: 0;
    letter-spacing: 8px;
    font-weight: 500;
    animation: tracking-in-expand 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.blog_page.article_a .banner::before,.blog_in_page.article_a .banner::before{
    content: 'NEWS';
    position: relative;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    top: 4%;
    color: #CCAD63;
    font-size: 30px;
    z-index: 2;
    bottom: 0;
    letter-spacing: 8px;
    font-weight: 500;
    animation: tracking-in-expand 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.blog_page.article_b .banner::before,.blog_in_page.article_b .banner::before{
    content: 'CASE';
    position: relative;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    top: 4%;
    color: #CCAD63;
    font-size: 30px;
    z-index: 2;
    bottom: 0;
    letter-spacing: 8px;
    font-weight: 500;
    animation: tracking-in-expand 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.contact_page .banner::before{
    content: 'CONTACT';
    position: relative;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    top: 4%;
    color: #CCAD63;
    font-size: 30px;
    z-index: 2;
    bottom: 0;
    letter-spacing: 8px;
    font-weight: 500;
    animation: tracking-in-expand 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.path{
    display: none;
}

/*文章*/
h4.blog_category_title{
    display: none;
}
.module_i_news li a{
    grid-template-columns: 1fr;
}
.module_i_news ul{
   grid-template-columns: repeat(4, 1fr);  

}
.module_i_news section{
    max-width: 82%;
    margin: 0 auto;
}
.i_blog_le{
    aspect-ratio: 4 / 3;
}
.module_i_news li a:after{
    background: transparent;

}
.module_i_news li a:after{
    border: none;
}
.i_blog_ri h5{
     font-family: "Noto Sans TC", sans-serif;
    font-size: 22px;
    text-align: center;
    padding-bottom: 0;
    font-weight: 600;
    color: #09163a;
}
.i_blog_ri em {
    font-size: 14px;
    color: #ccad63;
}
.i_blog_ri p{
    -webkit-line-clamp: 3;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    color: #666;
}
.module_i_news li{
    background-color: #ffffff;
}
.i_blog_ri{
    margin-bottom: 6%;
    height: 7vw;
    padding: 0 12px;
}
.module_i_news ul{
    grid-gap: 30px;
}
.module_i_news li a:before{
    content: 'READ MORE';
    position: absolute;
    right: 0;
    opacity: 1;
    font-size: 15px;
    color: #ffffff;
    transition: all .6s;
    margin-bottom: -10%;
    background-color: #ccad63;
    width: 100%;
    text-align: center;
    padding: 2% 0;
}
.module_i_news li a:hover::before {
    opacity: 0.4;
}
.pageIndex .animated-arrow{
    display: none;
}
.module_i_news{
    padding: 4% 0 6% 0;
}


h5.blog_le_t{
    text-align: center;
}
.blog_le{
    width: 18%;
    padding-right: 2%;
}

.blog_ri {
    width: 81%;
    padding: 0;
}
.subbox_item a{
    grid-template-columns: 1fr;
}
.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.blog_list_ri h5 {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 22px;
    text-align: center;
    padding-bottom: 0;
    font-weight: 600;
    color: #09163a;
    letter-spacing: 1px;
}
.blog_list_ri p{
    -webkit-line-clamp: 3;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    color: #666;
}
.blog_list_ri{
    padding: 0 4% 8% 4%;
    height: 10vw;
}
.blog_list_le{
    aspect-ratio: 4 / 3;
}
.subbox_item a:after{
    background: transparent;
    border: none;
}
.news_related h6 span:before{
    color: #373737;
}
.blog_back a.article_btn_back{
    background: #3d4658;
    letter-spacing: 8px;
}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next{
    background: #858585;
    letter-spacing: 8px;
}
.blog_box_edit {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
}
.news_related h6 span:before{
    color: #434343;
}
.blog_back{
    padding-bottom: 6%;
    grid-gap: 10px;
}
.lastPage{
    background: #ccad63;
}
.subbox_item a:before {
    bottom: 0;
    content: 'READ MORE';
    position: absolute;
    right: 0;
    opacity: 1;
    font-size: 15px;
    color: #ffffff;
    transition: all .6s;
    margin-bottom: 0;
    background-color: #ccad63;
    width: 100%;
    text-align: center;
    padding: 2% 0;
}
.blog_list_ri em{
    font-size: 14px;
    color: #ccad63;
}
.subbox_item{
    background-color: #ffffff;
}
.subbox_item a:hover::before{
    opacity: 0.4;
}
.module_i_news .title_i_box h4{
    font-family: "Noto Serif TC", serif;
    color: #061739;
    font-size: 32px;
    letter-spacing: 3px;
    font-weight: bold;
}
.module_i_news .title_i_box h6{
    font-size: 32px;
    color: #CCAE63;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform:uppercase;
}
.news_related_list{
    width: 100%;
    max-width: 74%;
    grid-template-columns: repeat(4, 1fr);
}
.stellarnav li.has-sub > a:after{
    display: none;
}
.accordion li .link a{
    font-size: 16px;
}



.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;}

/*聯絡我們*/
.contact_form li{
    display: grid;
    grid-template-columns: 1fr;
}
.contact_form li .form__label{
    text-align: left;
}
.contact_form li .form__label{
    display: flex;
}
.red{
    order: 2;
}
.contact_content .information_left{
    width: 38%;
}
.contact_content .information_right {
    width: calc(100% - 39%);
    padding-left: 4%;
}
.blank_letter{
    color: #081736;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 25px;
    font-weight: 600;
}
.list_before.info li{
    font-size: 18px;
    padding-left: 14%;
}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before{
    font-size: 18px;
}
.contact_form li .form__label{
    font-size: 18px;
    font-family: 'Noto Sans TC';
}
.list_before.info{
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}
.contact_form li .form__label{
    background: transparent;
}
.contact_form li.last blockquote, .contact_form li.last cite{
    width: 100%;
}


/*頁腳*/
.box_link{
    display: none;
}
.footer{
    padding: 4% 0 0 0;
    background: #e7e7e7;
}
.footer .center{
    position: relative;
    max-width: 80%;
}
.footer_info{
    grid-template-columns: 30% 1fr;
    padding-right: 0;
    padding-bottom: 0;
}
.footer_info li p,.footer_info li p  a{
    font-family: "Noto Sans TC", sans-serif;
    color: #061739;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer_menu a {
    font-family: "Noto Sans TC", sans-serif;
    color: #061739;
    font-weight: 500;
    letter-spacing: 1px;
    width: 13%;
    text-align: center;
    padding: 1%;
}
.footer_menu a:hover{
    background: #b9b9b9;
    color: #061739;
}
.copy,.copy a{
    font-family: "Noto Sans TC", sans-serif;
    color: #A4B6C4;
    font-weight: 500;
    letter-spacing: 1px;
}


@media screen and (max-width: 1600px) {
.i_blog_ri{
    height: 14vw;
}
.blog_list_ri{
    height: 14vw;
}
.blog_subbox{
    grid-template-columns: repeat(2, 1fr);
}
    




}
@media screen and (max-width: 1280px) {
.pageIndex .header_area{
    position: relative;
}

/*文章*/
.blog_page .main_part{
    width: 100%;
    max-width: 90%;
}
.blog_in_page .main_part{
    width: 100%;
    max-width: 84%;
}




}
@media screen and (max-width: 1024px) {
.header_area{
    position: relative;
    width: 100%;
}
.nav-brand{
    padding: 1% 0 0 0;
    position: relative;
}
.stellarnav {
    padding: 0;
}

.services_page .banner.banB,.case_page .banner.banB,.blog_page.article_a .banner.banblog, .blog_in_page.article_a .banner.banblog,.blog_page.article_b .banner.banblog, .blog_in_page.article_b .banner.banblog,.contact_page .banner.banC{
    height: 300px;
}

/*文章*/
.blog_subbox {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 20px;
}
.module_i_news ul{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 30px;
}
.blog_list_ri{
    height: 18vw;
}
.i_blog_ri{
   height: 18vw;
}
.blog_le{
    width: 24%;
    padding-right: 2%;
}
.blog_ri{
    width: 75%;
}



/*聯絡我們*/
.contact_content .information_left{
    width: 100%;
    padding: 0;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}
.blank_letter{
    display: flex;
    justify-content: space-between;
}


/*頁腳*/
.footer_info{
    grid-template-columns: 1fr;
}

}
@media screen and (max-width: 980px) {
.i_blog_ri{
    height: 18vw;
}
.blog_list_ri {
    height: 20vw;
}



}
@media screen and (max-width: 768px) {
.stellarnav.mobile{top: 30%;}    
#bottom_menu li:nth-child(3){
    display: none;
}
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.bannerindex { padding:0; margin:0;}  
/*換手機版大圖*/

.swiper-banner .swiper-slide img{display: none;}
.swiper-banner{ height:90vh; padding:0;}
.swiper-banner .swiper-slide:nth-child(1)::before {
   display: none;
}
.swiper-banner .swiper-slide:nth-child(2)::before {
   display: none;
}
.swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/zhanfonglaw/phone768-1.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}
.swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/zhanfonglaw/phone768-2.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}

.main_header_area .container{
    width: 100%;
    max-width: 100%;
}

/*文章*/
.blog_list_ri {
    height: 24vw;
}
.blog_le {
    width: 100%;
    padding-right: 0;
}
.blog_ri {
    width: 98%;
}
.news_related_list{
    grid-template-columns: repeat(2, 1fr);
}


/*頁腳*/
.footer_menu a{
    width: 48%; 
}
.footer_menu a:nth-child(1){
    display: none;
}
#bottom_menu li a{
    color: #081736;
}
.footer_menu a{
    width: 100%;
    padding: 4% 0;
}


}
@media screen and (max-width: 600px) {
.i_blog_ri{
    height: auto;
}
.blog_list_ri {
    height: auto;
}




}
@media screen and (max-width:480px) { 
/*換手機版大圖*/
.swiper-slide img{display: none;}
.swiper-banner{ height:56vh; padding:0;}
.swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/zhanfonglaw/phone480-1.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}
.swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/zhanfonglaw/phone480-2.jpg); background-repeat:no-repeat;background-size: cover;background-position: top center;height: auto;}

.nav-brand{
    width: 100%;
    max-width: 70%;
}
.stellarnav.mobile{
    left: 2%;
}


/*文章*/
.blog_subbox{
    grid-template-columns: repeat(1, 1fr);
}
.module_i_news ul{
    grid-template-columns: repeat(1, 1fr);
}
.i_blog_ri {
    height: auto;
    margin-bottom: 12%;
}
.blog_back{
    grid-template-columns: repeat(1, 1fr);
}
.news_related_list{
    grid-template-columns: repeat(1, 1fr);
}
.blog_list_ri p{
    margin-bottom: 15%;
}



}
