@charset "utf-8";

*{font-family: 'Cinzel', 'Noto Serif TC',sans-serif;}
/*網站全域設定/＝＝＝＝＝*/
/*
  #65234f /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/

/*  = 預設解除背景輪播 =  */

#content {
    background-image: url(https://pic03.eapple.com.tw/jzwanglawyer/BG.jpg);
}

.banC {
    background-image: url(https://pic03.eapple.com.tw/jzwanglawyer/共用BN.jpg);
}

.banF {
    background-image: url(https://pic03.eapple.com.tw/jzwanglawyer/共用BN.jpg);
}

.banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/jzwanglawyer/共用BN.jpg);
}

.banA { background-image: url(https://pic03.eapple.com.tw/jzwanglawyer/共用BN.jpg);
}


.banner {
    font-size: 40px;
    padding: 80px 0;
    color: #fff;
}

#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

.nav-header { padding: 0;}
.header_area.sticky .main_header_area:before { content: ""; width: 100%;}
.main_header_area:before {
    content: "";
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #ffffff, #65234f);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
    animation-timing-function: ease-in;}
.tp_links a {
    font-size: 16px;
    color: #65234f;
    margin: 0;}
.nav-brand{display: inline-block; width: 318px;  transform: translateX(-50%);}
.nav-header {top:7px;}
.main_header_area{ background:#ffffff; height:92px;}





/*選單*/
.stellarnav > ul > li > a {
    color: #444; font-size:18px;}
.stellarnav li.has-sub > a:after {
	display:none;}
.navigation {    padding: 38px 0 0 210px;}
.stellarnav > ul > li > a {
    padding: 14px 15px 40px 25px;
    letter-spacing: 0px;
    color: #000000;
    display: block;
    font-size: 16px;
    margin: 0 0px;
    line-height: 0;
    height: 0;}
.stellarnav > ul > li:hover>a, .stellarnav > ul > li.active>a, .stellarnav > ul > li.focus>a {
    color: #65234f;
    filter: unset;}
.stellarnav > ul > li:not(.tp_links) > a:before {
    content: "";
    background: #65234f;
    width: 8px;
    height: 8px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    left: -5%;
    position: absolute;
    transform: translate(-50%,-50%) rotate(45deg);
    text-align: center;
    top: 25%;
    transition: all 0.3s;
    border-radius: 100%;}
.stellarnav > ul > li:hover > a:not(.tp_links a):before {
    opacity: 1;
    left: 15%;
    transition: all .5s;}

/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
/*第一層*/
.stellarnav > ul > li > a{transition:all 0.3s;}
.stellarnav > ul > li:hover > a{color: #65234f;}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #65234f;	padding-left:10px;border-color:#65234f ;}
/*SubMenu*/
.shop_search_btn {    background: #65234f;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #65234f;}
.me_tp_features {
    display: none;}
/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

.blog_ri {
    width: 100%;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
    .swiper-pagination { display: none;}
    .nav-brand {display: inline-block; margin: 4px 0;width: 324px;transform: translateX(-14%);}
}

@media screen and (max-width: 1366px) {
    .nav-brand {
        display: inline-block;
        margin: 10px 0;
        width: 258px;
        transform: translateX(-16%);
    }
}

@media screen and (max-width: 1024px) { 
    /*header*/
    .main_header_area .container { max-width: 100%;}

    /*logo*/
    .header_area .nav-brand {   max-width: 258px; margin: 6px 0 0 42px;transition: .3s ease-in-out;}

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding:none;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/
    .main_header_area {background: #ffffff;height: 120px;}
    .stellarnav > ul > li > a {padding: 14px 10px 20px 33px;}
}

@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;}
    

    /*menu*/
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a {padding:none;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}
    .bannerindex {padding: 0;margin: 0;}
    .main_header_area {background: #ffffff;height: 80px;}
    .header_area .nav-brand {max-width: 270px;margin: 6px 0 0 45px;transition: .3s ease-in-out;}
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
        padding: 10px;}
    .stellarnav > ul > li:hover > a:not(.tp_links a):before {display: none;}

}

@media screen and (max-width: 425px) {
.header_area .nav-brand {
    max-width: 240px;
    margin: 9px 0 0 76px;
    transition: .3s ease-in-out;
}
    /*大圖*/
    .swiper-slide img { display:none; }
    .swiper-container-fade .swiper-slide {
    padding-bottom:600px;
    height: 0;
    width: 100% !important;}
    .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/jzwanglawyer/425_1.jpg); background-position: top; background-size:cover;}
    .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/jzwanglawyer/425_2.jpg); background-position: bottom; background-size:cover;}
    .bannerindex {position: static;height: auto;}
    .swiper-banner {position: static;margin: 0;height: auto;}
    
}

@media screen and (max-width: 375px) {
.header_area .nav-brand {
    max-width: 240px;
    margin: 9px 0 0 90px;}
.jz_i p, .jz_i p span{   font-size: 14px;}
}

@media screen and (max-width: 320px) {
.header_area .nav-brand {
    max-width: 196px;
    margin: 9px 0 0 90px;
    transition: .3s ease-in-out;
}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
    padding: 18px;}
.main_header_area {background: #ffffff;height: 70px;}
}




/*footer*/
/* = = = 頁尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.center {max-width: 1750px;}
.footer { background:url(https://pic03.eapple.com.tw/jzwanglawyer/footer.jpg)no-repeat center; background-size: cover;padding: 40px 0 40px 220px; /*border-top: 1px solid #e8e8e8; */overflow: hidden; box-shadow: 1px 1px 15px #dbdbdbc9; /*font-family:"El Messiri","Noto Sans TC","Noto Serif TC";*/}
.footer_info {display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: space-between; padding: 0 0;}
.footer_menu {display: none;  grid-template-columns: repeat(auto-fit, minmax(min(100px,100%), 1fr));  gap: 3px; width: 100%; text-align: left; margin: 0 0 0 0px; max-width: 700px;}/*footer按鈕最小寬度100px*/
.footer_menu a {letter-spacing: 1px; color: #cfc3b7;margin: 0;	text-align: center;	padding: 18px 0px 20px 0px; border:0; border-right: 0px #f7f7f7 solid;  border-left: 0px #f7f7f7 solid; background: none; font-size: 14px; transition: all 0.3s;}
.footer_menu a:first-child {display: none;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a:hover {background: none; color: #222222;} 
.copy { max-width: 1750px; background:none; font-weight: 400; color: #c4c4c4; border:none; text-align: left; margin: 0 auto; padding: 20px 0 20px 10px; letter-spacing: 0px;  font-size: 14px; }
.copy a{color: #c4c4c4;transition:all 0.3s;}
.copy a:hover {color: #c4c4c4;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {background: #fff;  color: #ffffff;}
.box_link {display: none;}
.footer_logo img {max-width: 0px;}
.footer_logo {text-align: center; width: 100%; margin: 0px 0px;}
.footer_info ul {width: 100%; text-align: center; padding: 0 10px;} 
.footer_info li {padding: 15px 0px;}
.footer_info li p {font-size: 14px; color:#222222 ; line-height: 170%; text-align: left; width: 100%; display: inline-block;margin-bottom: 10px; font-weight: 300;}
.footer_info li p a{color:#222222;}
.footer_info li:nth-child(2) {margin-top: 15px; padding: 0 0; margin-bottom: -37px; background:none; width: 100%; margin-left: -30px;}
.footer_info li:nth-child(2)::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #f6e1df;
  position: absolute;
  left: 0;
  display:none}

.footer_info li p.line:before {content: 'LINE ID ｜';}
.footer_info li p.tel:before {content: '電話 ｜';}
.footer_info li p.phone:before {content: '手機 ｜';}
.footer_info li p.mail:before {content: '信箱 ｜';}
.footer_info li p.fax:before {content: '傳真｜';}
.footer_info li p.add {display: none;}


/* 懸浮按鈕 */
.info_fix:hover>span {display: none;}
.info_fix>span {display: none;}

/*--RWD---------------------------------------*/


@media screen and (max-width: 1024px) {
.footer {padding: 40px 0 40px 80px;}

}

@media screen and (max-width: 768px) {
    /*footer*/
    .footer { background:url(https://pic03.eapple.com.tw/jzwanglawyer/footer768.jpg)no-repeat center; background-size: cover;padding: 40px 0 40px 220px; /*border-top: 1px solid #e8e8e8; */overflow: hidden; box-shadow: 1px 1px 15px #dbdbdbc9; /*font-family:"El Messiri","Noto Sans TC","Noto Serif TC";*/}
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li:nth-child(1) { width: 100%;}
    .footer_info li:nth-child(2) { width: 100%; border-left: none;}
    .footer_info ul {padding: 0px 30px;}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    #bottom_menu {display: block; }
    .footer.with_shopping_mode { padding:30px 0 70px; }
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info ul { width: 100%;}

    /*聯絡icon*/
    .box_link { text-align: center;}
}

/* ========分隔線========================================================================================================= */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = =====================================================================*/

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*表單最大寬度設定*/
.contact_content .information_right { max-width: 1400px;}

/*標題*/
.blank_letter { color: #000;}

/*側邊資訊*/
.list_before { margin-top: 10px;}

/*表格樣式*/
.contact_form li input.noborder { border: none; border-bottom: 1px #ddd solid; background: transparent;}/*文字欄*/
.contact_form li textarea.noborder { background: transparent; border: 1px #ddd solid;}/*文字區塊*/
.form select { background: transparent;}/*下拉式*/
input[type="checkbox"], input[type="radio"] { margin: 0 10px;}/*複選、單選*/

/*驗證碼對齊*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px #ddd solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last blockquote { border: 1px #ccc solid;}
.contact_le_map a { background: #65234f;}
.contact_form li.last cite {background: #65234f;}
.red {color: #a779d1;}

@media screen and (max-width: 425px){
    /*聯絡表單*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
    .contact_form li .form__insert { width: 100%;}
}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) { }
@media screen and (max-width: 1024px) { }
@media screen and (max-width: 768px) { }
@media screen and (max-width: 600px) { }
@media screen and (max-width: 425px) { }





/* ====成功案例(購物車) */

/*商品*/
.product-layer-two{    text-align: center;}
.product-layer-two li a:hover {
    transition: all 0.5s ease-out;
    font-weight: bold;
    background-color: #7b7b7b;
    color: #fff;}
.product-layer-two li a{    padding: 10px 20px;
    letter-spacing: 0.15em;border-radius: 3px;color: #777;}
/*商品圖片置中*/  
.product_main { width: 100%;padding: 30px 0;}



.product_pic { padding: 0px;}
.product_pic .bx-wrapper .bx-viewport {
    max-width: 500px;
    margin: auto;
}
.product_pic #bx-pager {display:none;}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #fff!important;
    -webkit-box-shadow: 0 0 5px #fff!important;
}
.path{ display:none;}

.sidebarBtn{display:none;}
ul.prod li h3.prod-thumb{display:none;}
.prod_related {
    background: #fff;}
.half_box{display:none;}
.products-list .more {
    border: 1px solid #ccc;
    color: #333;}
.products-list .item a:hover .more {
    background: #888;
    color: #fff;}
.lastPage{background: #666;}








/* ==========分隔線==================================================================================================== */

/* 常見問題(下拉頁面) */

.other_promotion { background-color: #eee;}
.page {margin: 0px;}








/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_subbox {
    display: flex;
    flex-wrap: wrap;
}

.blog_box_edit {
    line-height: 180%;
    text-align: justify;
}

h4.blog_category_title {
    text-align: justify;
    color: #BAB0C8;
    font-family: 'Noto Serif TC', serif;
    margin-bottom: 20px;
}

.subbox_item {
    width: 32%;
    margin-right: 1%;
}

.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}

.blog_list_le {
    width: 100%;
}

.blog_list_ri {
    width: 100%;
}

.subbox_item a:before {
    color: #fff;
    background: #bab0c8c9;
    top: 55%;
}


.subbox_item a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 158px;
    right: 100px;}

.subbox_item a:after {
    background: transparent;
    border: none;
    border-bottom: 1px #ddd solid;
}

.blog_back a.article_btn_back {
    background: #BAB0C8;
}

/*側邊選單*/
.blog_le .accordion {
    border-radius: 0;
    border: none;
    border-bottom: 1px #ccc solid;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #6c637b !important;
}

@media screen and (max-width: 425px){
.subbox_item{   width: 100%; margin-right: 1%; }}