@charset "utf-8";
/* ******************** google_font ******************** */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');


*{font-family:'noto sans tc'}


/* ******************** header ******************** */
/*中間小標刪除*/
.path {
    display: none;
}

/*按鈕*/

.animated-arrow {
    background: #1E1E1E;
        border-radius: 8px;
}
.animated-arrow:hover {
    background: #91002E;
}
.bannerindex {
    position: relative;
}

/*header*/
.header_area {
    position: sticky;
    backdrop-filter: blur(4px);
    width: 100%;
    padding: 0;
    /* box-shadow: 0px 0px 8px #0000007d; */
}

.main_header_area {
    background: #91002E;
}

.main_header_area .container {
    max-width: 1400px;
}

.me_tp_features {
    display: none;
}

.navigation {
    padding: 0px 2%;
    /* box-shadow: 0px 0px 8px #0000007d; */
    max-width: 1600px;
}

.stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
    padding: 0 2%;
}
#content_main, #content {
    margin: 0;
    position: relative;
    overflow: hidden;
    background: url(https://pic03.eapple.com.tw/yingchih/bg.jpg) center;
    background-size: cover;
    background-attachment: fixed;
}

.services_page #content{ background: url(https://pic03.eapple.com.tw/yingchih/bg2.jpg) center;background-attachment: fixed;background-size: cover;}
.other_page #content{ background: url(https://pic03.eapple.com.tw/yingchih/bg3.jpg) center;background-attachment: fixed;background-size: cover;}
.article_a #content{ background: url(https://pic03.eapple.com.tw/yingchih/bg4.jpg) center;background-attachment: fixed;background-size: cover;}
.article_b #content{ background: url(https://pic03.eapple.com.tw/yingchih/bg5.jpg) center;background-attachment: fixed;background-size: cover;}
.contact_page #content { background: url(https://pic03.eapple.com.tw/yingchih/bg6.jpg) center;background-attachment: fixed;background-size: cover;}
.module_i_news.module_i_news02 {
    background: url(https://pic03.eapple.com.tw/yingchih/bg5.jpg);
    background-position: center;
    background-size: cover;
}
/* 大圖 */
/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    /* position: static; */
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

@media screen and (max-width: 1024px) {
    .bannerindex {
        position: relative;
    }

}

@media screen and (max-width: 768px) {
    .bannerindex {
        height: 0;
        /* padding-bottom: 45%; */
    }

}

/*LOGO*/
.nav-header {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}




/*選單*/


.stellarnav ul {
    margin: 0;
    text-align: right;
}

.stellarnav>ul>li>a {
    font-family: 'Noto Sans TC';
    padding: 0px 12px;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    display: block;
    /* font-size: 18px; */
    margin: 0px 0px;
    transition: all 0.3s;
}
.stellarnav > ul >li > a b{font-weight:500;}
.stellarnav>ul>li:hover>a,
.stellarnav>ul>li.active>a,
.stellarnav>ul>li.focus>a {
    color: #d7b896;
}
.stellarnav > ul >li:hover> a b{font-weight:600;}


.stellarnav>ul>li {
    display: inline-block;
    font-family: 'Noto Sans TC';
    margin: 20px 0;
}

/*下拉選單*/

.stellarnav>ul>li.drop-left>ul {
    right: unset;
}

.stellarnav ul ul {
    transform: translateX(-50%);
    left: 50%;
    /* min-width: 200px; */
    background: #ffffffe8;
}

.stellarnav ul ul ul {
    left: 200px;
    transform: translate(0%);
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav li li {
    border: unset;
    margin-bottom: 0;
}


.stellarnav li li a {
    padding: 10px;
    text-align: center;
    color: #000000;
}

.stellarnav li li a:hover {
    background: #1E1E1E;
    color: #ffffff;
    /* font-weight: 400; */
}


@media screen and (max-width: 1024px) {
    .nav-header {
        padding: 0;
    }

    .stellarnav ul {
        margin: 0;
        padding: 0 2%;
        text-align: center;
    }
    .main_header_area .container {
        max-width: 100%;
        padding: 0;
    }

    .navigation {
        padding: 0;
    }

    .header_area {
        position: sticky;
    }

    .nav-header {
        padding-top: 20px;
    }


    .stellarnav>ul>li>a,
    .header_area.sticky .stellarnav>ul>li>a {
        margin: 0;
    }

    .stellarnav>ul>li:nth-last-child(1) {
        background: none;
    }
    

}

@media screen and (max-width: 768px) {
    .header_area {
    backdrop-filter:unset;}

    .nav-brand img{max-width: 100%;}
    /* .stellarnav .menu-toggle:after {
        color: #ffffff;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    } */

    .stellarnav>ul>li>a {
        color: #5b5b5b;
    }
.stellarnav>ul>li{    margin:  0;}
    .stellarnav>ul>li>a b:nth-child(2) {
        display: none;
    }

    .stellarnav>ul>li:nth-last-child(1) {
        border: none;
        border-bottom: 1px #ddd solid;
        margin: 0;
        padding: 0px;
    }

    .stellarnav>ul>li:nth-last-child(1)>a {
        color: #5b5b5b;
    }

    .pageIndex .header_area {
        backdrop-filter: none;
    }

    .main_header_area .container {
        max-width: 100%;
    }

    .nav-header {
        display: flex;
        padding: 20px 0 15px;
        justify-content: center;
    }

    .nav-brand {
        width: 175px;
    }
.stellarnav .menu-toggle span.bars span{background: #ffffff;}
    .stellarnav .menu-toggle:after{color: #77777700;}
    .stellarnav.mobile {
        display: flex;
        width: auto;
        height: 100%;
        padding: 0 5px;
        left: 0;
        top: 0;
        justify-content: center;
        align-items: center;

    }
    .stellarnav ul {
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    .nav-header {
        padding: 15px 0 10px;
    }

    .nav-brand {
        width: 180px;
    }

    .stellarnav .menu-toggle {
        padding: 15px;
    }

    .stellarnav.mobile {
        padding: 0;
    }

    .stellarnav .menu-toggle span.bars span {
        width: 20px;
    }

    .stellarnav .menu-toggle:after {
        font-size: 8px;
    }
}



/* ******************** banner ******************** */



.banner {
    display: block;
    position: relative;
    font-size: 40px;
    color: #fff;
    padding: 160px 0 120px;
    text-align: center;
    background:#f7f7f7;
    background-size: cover;
    background-position: center right;
}
.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: #91002E2e;
    filter: grayscale(1); */
}

.article_a .banner.banblog{background-image: url(https://pic03.eapple.com.tw/yingchih/banbla.jpg);}
.article_b .banner.banblog{background-image: url(https://pic03.eapple.com.tw/yingchih/banblb.jpg);}
.other_page .banB{background-image: url(https://pic03.eapple.com.tw/yingchih/banb1.jpg);}
.services_page .banB{background-image: url(https://pic03.eapple.com.tw/yingchih/banb2.jpg);}
.case_page .banB{background-image: url(https://pic03.eapple.com.tw/yingchih/banb3.jpg);}
.banC{background-image: url(https://pic03.eapple.com.tw/yingchih/banc.jpg);}
/* .blog_in_page h5 {display: none;} */

.banner h5 {
    font-family: 'Noto Serif TC';
    text-shadow: 0 0 8px #00000054;
    position: relative;
    z-index: 10;
    letter-spacing: 4px;
    font-size: 25px;
}
.banner h5:before {
    content: "";
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    text-align: center;
    font-family: 'Crimson Text';
    font-weight: 400;
    letter-spacing: 4px;
}

.other_page .banner.banB h5:before{ content: "ABOUT";}
.services_page .banner.banB h5:before{ content: "SERVICE";}
.case_page .banner.banB h5:before{ content: "LAWYER";}
.article_a .banner h5:before{ content: "CASE";}
.article_b .banner h5:before{ content: "KNOWLEDGE";}
.banner.banC h5:before { content: "CONTACT";}

@media screen and (max-width: 768px) {
.banner {
    font-size: 30px;
    padding: 100px 0 60px;
    background-position: center;
}
}

/* ******************** footer ******************** */
.footer_logo a img {max-width: 240px;height: 150px;width: 100%;opacity: 0;}
.footer_logo {
    display: block;
    text-align: center;
    max-width: 100%;
    background-image: url(https://pic03.eapple.com.tw/yingchih/logo2.png) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer {
    background: #fff;
    padding-top: 50px;
    box-shadow: 0 0 8px #ccc;
}

.footer_menu {
    border-bottom: none !important;
}

.footer,
#bottom_menu {
    border-top: none !important;
}
#bottom_menu {display:none;}
.footer_info ul,
.footer_info ul li a,
.footer_menu li a {
    /* color: #FFFFFF; */
}
.footer_info ul, .footer_info ul li a, .footer_menu li a
.footer_info li p:before {
    /* color: #fff; */
}



.footer_menu a:nth-child(1) {
    display: none;
}

.footer_menu a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 4px 4px 0;
    font-size: 14px;
    line-height: 100%;
    color: #888;
    background: none;
    border: none;
    border-right: 1px #ccc solid;
}

.footer_menu a:nth-last-child(1) {
    border-right: none;
}
.footer .center {
    max-width: 1600px;
}
.footer_info {
    padding: 0;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: auto;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.footer_info li:nth-child(2) {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.footer_info ul li a:hover, .footer_menu a:hover {
    background: none;
    color: #8e0030;
}

.footer_info li p:before {
    margin: 0;
    font-weight: bolder;
    font-size: 15px;
}

.footer_info li:nth-child(1) {
    display: inline-block;
    width: 100%;
    max-width: 1200px;
    padding: 20px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
}

.footer_info ul {
    display: flex;
    /* width: 50%; */
    align-items: center;
    flex-direction: column;
}

.footer_info ul li {
    margin: 20px 0;
    letter-spacing: 2px;
}

.box_link {
    position: relative;
    flex-wrap: nowrap;
    flex-direction: row;
    max-width: 100%;
    gap:10px;
    right: 0;
}
.box_link a {
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
.box_link a:hover{background:#8e0030;color: #fff;border: 0;}
.footer_info li p{display:flex;flex-direction: column;align-items: center;}
.footer_info li p.tel:before { content: '電話';}
.footer_info li p.mail:before {content: '信箱';}
.footer_info li p.add:before {content: '地址';}
p.phone{display:none;}

.copy {
    border-top: 0;
    background: #111;
}

@media screen and (max-width: 1024px) {
    .footer_info li:nth-child(1) {
        grid-template-columns: 1fr  1fr;
        gap: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .footer_logo a img {
    max-width: 200px;
    height: 100px;
}
    .footer_info {
        display: flex;
        flex-direction: column;
    }
    .footer_info ul {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .footer_info li:nth-child(1) {
        display: inline-block;
        width: 100%;
        padding: 20px 10%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0 20px;
    }
    .footer_logo {
        background-position: left top;
        margin: 0 6%;
    }
    .footer_info li:nth-child(2) {
        width: 100%;
        padding: 0 8%;
    }
    .footer_info li:nth-child(1){border:0;}
    .footer_info li p{padding:10px;}
    .footer_info li p:nth-child(n+2){padding:10px;border-top:1px #ccc solid;}
}

/* 聯絡我們 */

.contact_form li.last cite {
    background: #1E1E1E;
}
.contact_form li.last cite:hover {
    background: #91002E;
}
/* ******************** 分隔線 ******************** */

/*促銷方案*/
.news_part section {
    max-width: 1400px;
}
.news_list ul li{background: transparent; border:0; border-bottom: 1px #e1e1e1 solid;}
.news_list ul li a:hover {
    background: #e1ddd07a;
}
.pageIndex .news_part {
    padding: 100px 20px 20px;
}
.news_part .title_i_box h6:before {
    content: "NEWS";
    font-family: 'Urbanist';
    font-weight: 600;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    font-size: 24px;
    color: #8e0030;
    letter-spacing: 3px;
    z-index: -1;
}
.news_part .title_i_box {
    display: flex;
    margin-bottom: 30px;
    flex-direction: column-reverse;
}


.news_part .title_i_box h6 {
    font-size: 32px;
    color: #212121;
    font-family: 'Noto Sans TC';
    font-weight: 500;
}

.promotion_title {border-bottom: 1px solid #999;}
.promotion_title h2 {
    /* border-bottom: 2px solid #999; */
    padding: 6px 0;
}

.promotion_title em {
    border:none;
    border-right: 1px #ccc solid;
    padding: 2px 7px;
    margin: 0 5px 0px 0;
}
.pageIndex .news_part .title_i_box h4 {
    content: 'NEWS';
    font-size: 24px;
    color: #202020;
    font-weight: 400;
    font-family: 'Noto Sans TC';
    display: none;
}

.promotion_title {
    display: flex;
    border-bottom: 1px solid #999;
    flex-direction: row;
    align-items: center;
}
.promotion_title span {
    border: none;
    padding: 0;
    margin: 0 8px 0 0px;
}
.promotion_title * {
    display: inline-block;
    vertical-align: bottom;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #777;
}
.other_promotion .pmtTime {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 8px;
}
.promotions_page .edit {
    font-size: 18px;
    font-family: 'Noto Sans TC';
    color: #333;
}

.promotions_page .edit * {
    font-size: 17px;
    font-weight: normal;
}

.promotions_page .main_part {
    padding: 50px 40px 10px;
}
/* ********************  文章管理  ******************** */


.module_i_news .title_i_box h6 {font-size: 24px;}
.module_i_news .title_i_box h4 {font-size: 32px;}
.pageIndex .i_blog_le {display: none;}
.module_i_news{ padding: 100px 20px;}

.module_i_news .title_i_box:after {
    display: block;
    content: '';
    width: 40px;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: 3px #d3c382 solid;
}
/* 首頁文章1 */

.module_i_news.module_i_news01 {
    background: #444;
}

.module_i_news.module_i_news01 .title_i_box h4{color: #fff;}
.module_i_news.module_i_news01 .title_i_box h6{color: #dd1a4c;}

.module_i_news.module_i_news01 .i_blog_ri h5{color: #fff;}

.module_i_news.module_i_news01 .i_blog_ri p{color: #ddd;}

.module_i_news.module_i_news01 li a {
    grid-template-columns: 1fr;
    border-bottom: 1px #555 solid;
}
.module_i_news.module_i_news01 .i_blog_ri {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding-bottom: 10px;
}
.module_i_news.module_i_news01 .i_blog_ri h5 {
    font-size: 18px;
}
.module_i_news.module_i_news01 a:before {
    padding: 0;
    background: #a60137;
    color: #fff;
    bottom: 0;
    right: 0;
    height: 0;
    transition: all .3s;
}
.module_i_news.module_i_news01 a:hover:before {
    height: fit-content;
    padding: 10px 15px;
    
}
.module_i_news.module_i_news01 a:after {
    border: 0;
    background: rgba(255, 255, 255, 0.1);
}

.module_i_news.module_i_news01 .animated-arrow{background: #a60137;}


/* 首頁文章2 */
.module_i_news.module_i_news02 .title_i_box h6{color: #91002E;}
.module_i_news.module_i_news02 li:nth-child(n+4) {
    display: none;
}

.module_i_news.module_i_news02 ul {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.module_i_news.module_i_news02 li {
    background: #fff;
    box-shadow: 3px 3px 12px #00000040;
}
.module_i_news.module_i_news02 ul a {
    padding: 20px;
}
.module_i_news.module_i_news02 ul a {
    grid-template-columns: 1fr;
}

.module_i_news.module_i_news02 em {
    padding-bottom: 20px;
    border-bottom: 1px #ccc solid;
    margin-bottom: 20px;
}

.module_i_news.module_i_news02 .i_blog_ri {
    padding-bottom: 50px;
}
.module_i_news.module_i_news02 a:before {
    color: #a60137;
    opacity: 1;
    right: 0;
    bottom: 0;
    padding: 10px;
}
.module_i_news.module_i_news02 a:hover:before {
    background: #a60137;
    color: #fff;
    width: 100%;
    height: fit-content;
}

.module_i_news.module_i_news02 a:hover h5{color: #a60137;}

.module_i_news.module_i_news02 a:hover:after{opacity: 0;}
/* 側邊 */
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: solid 1px #ccc;
    border-radius: 8px;
    padding: 10px 35px 10px 10px;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #91002E !important;
}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 8px;
    border: 1px #ccc solid;
    overflow: hidden;
}
h5.blog_le_t span {
    display: none;
}
/* 文章 */
.subbox_item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    background: #fff;
}
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.subbox_item a {
    display: flex;
    flex-direction: column;
    grid-gap: 0px;
    height: 100%;
}
.blog_list_le {
    display: inline-block;
    vertical-align: top;
    /* padding: 3px; */
    /* width: 160px; */
    line-height: 0;
}

.blog_list_ri {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: 100%;
}

.blog_list_ri h5 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.blog_back a.article_btn_back,.lastPage {
    background: #91002E;
}
.blog_back a.article_btn_back:hover ,
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover,.lastPage:hover
{background: #91002E;}

.news_related {
    background: #ebebeb;
}
.news_related h6 span:before{    color: #333333;}
.news_related_list li a img{transition: all 0.3s;}
.news_related_list li:hover a img {
    transform: scale(1.1);
}
.blog_box_edit * {
    font-size: 17px;
}
/* 文章2 */
.article_b .blog_subbox{
    grid-template-columns: 1fr;
}
.article_b .subbox_item a{
    display: flex;
    height: 100%;
    max-height: 260px;
    flex-direction: column-reverse;
    padding: 40px 30px 40px;
    box-shadow: 3px 3px 15px #0000001f;
    justify-content: center;
}
.article_b .blog_list_le{
    display: none;
}
.article_b .blog_list_ri{padding-top: 0;margin-bottom:20px;}
.article_b .blog_list_ri h5{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #ccc solid;
}
.article_b .subbox_item a:before{
    opacity: 1;
    color:  #91002E;
    border: 1px #91002E solid;
    padding: 8px 15px;
    position: relative;
    bottom: unset;
    right: 0;
    width: 150px;
    text-align: center;
}
.article_b .subbox_item a:hover:before{color:  #fff;background:#91002E;}
.subbox_item a:after{background: rgba(255, 255, 255, 0.5);}
@media screen and (max-width: 425px) {
.blog_list_ri {
    padding: 10px 10px;
    width: calc(100% - 0px);
}
.blog_list_le {
    width: 100%;
}
}

.contact_page .main_part{
    padding: 0px 80px 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.contact_content {
    margin: auto;
    padding: 0;
}
.contact_content form {
    display: flex;
    -moz-column-gap: 100px;
    column-gap: 60px;
    background: #fff;
    padding: 80px;
    padding-top: calc(80px + 120px);
    position: relative;
    margin-bottom: 20px;
    justify-content: space-between;
}
.contact_page form:before {
    width: calc(100% - (80px) * 2);
    content: '線上表單';
    display: block;
    position: absolute;
    top: 80px;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 1px;
    padding: 4px 0 4px 10px;
    border-left: #8e0030 solid 4px;
    z-index: 1;
}
.contact_page form:after {
    top: 50px;
    content: '請留下您的基本資料與需求描述，我們將於工作日儘快與您聯繫。\A您也可直接透過電話或電子郵件聯繫我們。';
    white-space: pre;
    position: absolute;
    padding-top: 90px;
    padding-right: 20px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    color: #666;
}
.contact_content .information_right{width:100%;padding:0;}
.blank_letter{display:none;}
.contact_form li{
    grid-template-columns: 120px 1fr;
}
.contact_form li .form__label{display: flex;flex-direction: row-reverse;justify-content: flex-end;background: #eee;padding: 5px 8px;max-width: 100%;border-right: 3px #eee solid;}
/* 左側資訊 */
.contact_content .information_left {
    display: none;
    padding: 0;
    width: 295px;
    width: 40%;
    max-width: 330px;
    position: sticky;
    top: 120px;
    padding-bottom: 120px;
    height: fit-content;
}
.contact_content .information_left.clearfix:before{}
.list_before{
    display: none;
}
/* ******************** 分隔線 ******************** */

/* 浮動按鈕*/
.info_fix {
    width: 70px;
    box-sizing: border-box;
    position: fixed;
    bottom: 70px;
    right: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    padding-bottom: 24px;
}