@charset "utf-8";
@media(max-width: 1599px) {
    /*服務項目*/
    .service_process{
        padding: 0 24px;
    }
    .service_process_content {
        flex: 1;
        padding-left: 24px;
    }
    /*常見問題*/
    .faq_menu_box{
        margin-left: 16px;
    }
    .service_process_link{
        padding-left: 48px;
    }
    .contact_link{
        padding-right: 48px;
    }
    /*關於我們*/
    .about_certificate_list{
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: -40px;
    }
    .about_certificate_item{
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 40px;
    }
    /*抖音卡片*/
    .tiktok_list{
        margin-left: -8px;
        margin-right: -8px;
    }
    .tiktok_item{
        padding-left: 8px;
        padding-right: 8px;
    }
    /*遺囑評估*/
    .progress_bar_box{
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media(max-width: 1439px) {
    .block_pt{
        padding-top: 64px;
    }
    .block_pb{
        padding-bottom: 64px;
    }
    .my_container{
        max-width: 1472px;
        padding-right: 16px;
        padding-left: 16px;
    }
    /*區塊標題*/
    .block_title{
        margin-bottom: 32px;
    }
    .block_title_row{
        margin-bottom: 32px;
    }
    /*更多連結*/
    .more_link {
        margin-top: 32px;
    }
    /*服務卡片*/
    .service_list{
        margin-left: -16px;
        margin-right: -16px;
    }
    .service_item{
        padding-left: 16px;
        padding-right: 16px;    
    }
    .service_card_body {
        padding-top: 12px;
    }
    /*成員卡片*/
    .team_list{
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: -48px;
    }
    .team_item{
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 48px;
    }
    /*Scroll*/
    .scroll_hint_box{
        display: none;
    }
    /*banner*/
    .banner_item_bg .bg{
        padding-bottom: 43vw;
    }
    /*數據*/
    .index_statistics_box{
        padding-top: 32px;
    }
    .statistics_list {
        margin-left: -16px;
        margin-right: -16px;
    }
    .statistics_item {
        padding: 0 16px 24px 16px;
    }
    /*關於我們*/
    .index_about_left, .index_about_right {
        position: relative;
        width: calc((100% - 500px)/2);
    }
    .index_about_left img, .index_about_right img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    /*最新消息*/
    .index_news_box{
        display: flex;
        flex-direction: row-reverse;
    }
    .index_news_box .my_container{
        max-width: 732px;
    }
    .index_news_img{
        position: relative;
        right: 0;
        bottom: 0;
        overflow: hidden;
        flex: 1;
    }
    .index_news_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    /*各所*/
    .index_office_map{
        width: 45%;
    }
    .index_office_list{
        margin-left: 0;
        margin-right: -16px;
    }
    .index_office_card {
        background-size: 40px;
        background-position: top 8px left;
    }
    .index_office_item {
        padding-left: 16px;
        padding-right: 16px;
    }
    /*服務項目*/
    .service_process {
        padding: 0 16px;
    }
    .service_process_title{
        padding-right: 16px;
    }
    .service_process_content{
        padding-left: 32px;
    }
    .process_list{
        flex-wrap: wrap;
        margin-bottom: -24px;
    }
    .process_item{
        padding-bottom: 24px;
    }
    .process_item:nth-child(n+1):nth-child(-n+3){
        width: 33.333%;
    }
    .process_item:nth-child(4), .process_item:nth-child(5){
        width: 50%;
    }
    /*關於我們*/
    .about_left{
        display: none;
    }
    .about_right {
        width: 500px;
    }
    /*常見問題*/
    .faq_other_card {
        padding: 72px 24px;
    }
    /*所介紹頁*/
    .office_maininfo_name {
        margin-bottom: 32px;
    }
    /*遺囑評估*/
    .progress_bar_box{
        top: 48px;
    }
    .lastwill_survey_row{
        padding-top: 48px;
    }
    .lastwill_survey_right {
        width: 50%;
    }
    .lastwill_result_bg {
        padding: 0 16px 72px 16px;
    }
}

/*xl以下*/
@media(max-width: 1199px) {
    /*header*/
    .header_box{
        justify-content: space-between;
        height: 68px;
    }
    .header_logo a img {
        height: 44px;
        position: relative;
        left: -6px;
    }
    .header_nav{
        display: none;
    }
    .header_right{
        display: none;
    }
    .header_right.common{
        display: block;
        width: fit-content;
    }
    .mobile_menu_btn{
        display: block;
    }
    .mobile_btn{
        display: block;
    }
    .mobile_btn .two_btn{
        height: 100%;
    }
    .mobile_btn .two_btn>div{
        display: flex;
        align-items: center;
        padding-top: 12px;
    }
    .mobile_btn .two_btn>div .btn{
        width: 24px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }
    .mobile_btn .two_btn>div .btn:hover, .mobile_btn .two_btn>div .btn:focus{
        box-shadow: none;
    }
    .mobile_btn .two_btn>.mobile_search_btn>.btn{
        font-size: 20px;
    }
    .under_page_header {
        height: 68px;
    }
    /*footer*/
    .footer_nav{
        margin-top: 24px;
    }
    .footer_nav.onenav .nav {
        justify-content: flex-start;
        margin-left: -12px;
        margin-right: -12px;
    }
    .footer_nav.onenav .footer_social .nav{
        margin-left: 0;
        margin-right: 0;
    }
    .footer_nav.onenav li+li {
        margin-left: 0;
    }
    .footer_nav li a{
        padding-left: 12px;
        padding-right: 12px;
    }
    .footer_row_bottom {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    /*數據*/
    .index_statistics_box {
        background-image: none;
        padding-bottom: 0;
    }
    /*服務卡片*/
    .service_item.horizontal{
        width: 33.333%;
    }
    .service_card_h{
        flex-direction: column;
        padding: 16px 16px 8px 16px;
        background-image: linear-gradient(to top, var(--bg-color) 50%, rgb(22, 64, 152, .05) 100%);
    }
    .service_card_num{
        padding: 12px 0;
        order: 2;
        display: flex;
        align-items: center;
        display: none;
    }
    .service_card_num::before {
        position: initial;
        content: "";
        height: 2px;
        width: 40px;
        background-color: var(--main-color);
        margin-left: 8px;
        z-index: 2;
    }
    .service_card_num::after {
        position: initial;
        content: "";
        height: 2px;
        width: 36px;
        background-color: var(--second-color);
        z-index: 1;
    }
    .service_card_h .service_card_img{
        order: 1;
        width: 100%;
    }
    .service_card_h .service_card_body{
        padding: 16px 0;
        order: 2;
    }
    .service_card_h .service_card_title{
        color: var(--main-color);
        text-align: center;
        font-size: 18px;
    }
    .service_card_h .service_card_body .btn{
        margin: 0 auto;
    }
    /*快速鍵*/
    .side_nav_box {
        left: auto;
        right: 16px;
        bottom: 128px;
    }
    .side_item+.side_item {
        margin-top: 12px;
    }
    .side_link {
        width: 32px;
        height: 32px;
    }
    .side_link img {
        width: 60%;
    }
    /*服務項目*/
    .service_process {
        background-position: center right;
        background-size: cover;
    }
    .process_list{
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .process_item{
        width: 100%;
    }
    .process_item:nth-child(n+1):nth-child(-n+3),
    .process_item:nth-child(4), .process_item:nth-child(5) {
        width: 100%;
    }
    /*聯絡我們*/
    .contact_img{
        width: 40%;
    }
    /* .contact_info{
        padding-top: 32px;
    } */
    .contact_form_box{
        order: 1;
    }
    .contact_info_box{
        order: 2;
    }
    .contact_office_name{
        font-size: 18px;
    }
    /*常見問題*/
    .faq_list{
        padding-left: 32px;
    }
    .faq_other_item_title{
        margin-bottom: 24px;
    }
    /*經營理念*/
    .index_purpose_content{
        font-size: 24px;
    }
    /*關於我們*/
    .about_row{
        padding: 0;
    }
    .about_right {
        width: 45%;
    }
    .about_purpose_img_box {
        width: 45%;
    }
    .about_purpose_content_box {
        flex: 1;
        padding: 40px 24px;
    }
    .about_certificate_list{
        margin-left: -8px;
        margin-right: -8px;
        margin-bottom: -24px;
    }
    .about_certificate_item{
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 24px;
    }
    /*團隊成員介紹*/
    .member_info_img_box{
        width: 45%;
    }
    .member_right{
        display: none;
    }
    /*404*/
    .error_row{
        flex-direction: column;
    }
    .error_img{
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
    .error_txt{
        flex: initial;
        margin-top: 24px;
        padding-left: 0px;
        margin-bottom: 0;
        text-align: center;
    }
    .error_txt .more_link .btn{
        margin: 0 auto;
    }
    /*所介紹頁*/
    .office_brief_img_box{
        width: 45%;
    }
    /*首頁-遺囑*/
    .index_will_img {
        width: 40%;
    }
    /*遺囑評估*/
    .lastwill_banner{
        min-height: calc(100vh - 68px);
    }
    .lastwill_banner_box{
        position: relative;
        background-position: left -160px center;
    }
    .lastwill_banner_box::after{
        content: "";
        position: absolute;
        width: 50%;
        height: 100%;
        right: 0;
        top: 0;
        background: linear-gradient(to left, var(--bg-color) 0%, rgb(248, 249, 252, 0) 100%);
        z-index: 1;
    }
    .lastwill_banner_box .my_container{
        position: relative;
        z-index: 2;
    }
    .lastwill_survey_step{
        min-height: calc(100vh - 68px);
    }
}

/*lg以下*/
@media(max-width: 991px) {
    .block_pt{
        padding-top: 40px;
    }
    .block_pb{
        padding-bottom: 40px;
    }
    /*服務卡片*/
    .service_list{
        margin-left: -8px;
        margin-right: -8px;
    }
    .service_item{
        padding-left: 8px;
        padding-right: 8px;    
    }
    .service_item.horizontal{
        width: 50%;
    }
    /*成員卡片*/
    .team_item{
        width: 50%;
    }
    /*banner*/
    .banner_item_txt .title {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 16px;
    }
    /*數據*/
    .index_statistics_box{
        padding-right: 32px;
    }
    .statistics_card_body{
        padding: 12px;
    }
    .statistics_card_body::before {
        width: calc(100% - 24px);
        height: calc(100% - 24px);
        top: 12px;
        left: 12px;
    }
    .statistics_num {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .statistics_txt {
        font-size: 18px;
    }
    /*經營理念*/
    .index_purpose_body{
        padding-left: 24px;
    }
    .index_purpose_content{
        line-height: 1.5;
    }
    .index_purpose_content .row2 {
        margin-left: 5rem;
        margin-top: 0.5rem;
    }
    /*關於我們*/
    /*最新消息*/
    /*首頁聯絡我們*/
    /*各所*/
    .index_office_map {
        width: 100%;
        max-width: 600px;
    }
    .index_office_row {
        flex-direction: column;
        max-width: 600px;
        margin: 0 auto;
    }
    .index_office_list{
        margin-left: -16px;
    }
    .index_office{
        margin-top: 24px;
    }
    /*常見問題*/
    .faq_page{
        background-size: 120% auto;
        background-position: top center;
        background-attachment: initial;
    }
    .faq_menu_box{
        display: none;
    }
    .faq_list{
        padding-left: 0;
    }
    .faq_item{
        padding: 0;
    }
    .faq_item+.faq_item {
        margin-top: 0;
    }
    .faq_item:not(:last-child){
        padding-bottom: 0;
    }
    .faq_item.active .faq_card_title{
        background-image: url(../img/icon/chevron-up.svg);
    }
    .faq_other_list {
        margin-top: 32px;
        flex-direction: column;
    }
    .faq_other_item {
        width: 100%;
    }
    .faq_card_body{
        padding-top: 0;
        padding-bottom: 12px;
        padding-left: 30px;
    }
    .faq_card_title{
        padding: 16px 24px 16px 30px;
        font-size: 16px;
        background-image: url(../img/icon/chevron-down.svg);
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: center right 0px;
        margin-bottom: 0;
    }
    .faq_card_title::before{
        font-size: 24px;
        top: 14px;
        /* color: var(--main-color); */
    }
    .faq_other_card {
        padding: 32px 16px 40px 16px;
    }
    .faq_other_item_title {
        margin-bottom: 12px;
        font-size: 20px;
    }
    .faq_other_item_txt {
        margin-bottom: 28px;
    }
    .service_process_link{
        background-position: center;
    }
    .contact_link{
        background-position: center;
    }
    /*專業團隊*/
    .team_list_nav{
        display: none;
    }
    /*關於我們*/
    .about_page.main_pt{
        padding-top: 0;
    }
    .about_row{
        flex-direction: column;
    }
    .about_center {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 24px;
    }
    .about_right{
        position: relative;
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        height: 280px;
        overflow: hidden;
    }
    .about_right img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .about_content_title {
        margin-bottom: 24px;
        font-size: 20px;
    }
    .about_purpose_img_box {
        width: 45%;
    }
    .about_purpose_content_box {
        padding: 0 24px 32px 24px;
    }
    .about_purpose_content{
        margin: 0 auto;
    }
    .about_purpose_row{
        flex-direction: column-reverse;
    }
    .about_purpose_img_box {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .about_purpose_title {
        margin-bottom: 24px;
    }
    .about_purpose_img{
        margin: 0 12px;
        border-radius: 4px;
        width: auto;
    }
    .about_certificate_list{
        justify-content: center;
    }
    .about_certificate_item{
        width: 50%;
    }
    .about_certificate_card:hover{
        box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
        transform: none;
    }
    /*團隊成員介紹*/
    .member_info_row{
        flex-direction: column;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .member_info_img_box{
        width: 100%;
    }
    .member_info_content {
        padding-left: 0;
        padding-top: 24px;
    }
    /*聯絡我們*/
    .contact_content {
        padding-left: 24px;
    }
    .contact_list .row{
        row-gap: 12px;
    }
    .contact_card {
        padding: 16px;
    }
    /*服務據點*/
    .office_list{
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .office_item+.office_item {
        margin-top: 16px;
    }
    .office_card{
        flex-direction: column;
    }
    .office_swiper_box{
        width: 100%;
    }
    .office_item:nth-child(even) .office_swiper_box,
    .office_item:nth-child(even) .office_card_body {
        order: initial;
    }
    .office_card_body{
        margin: 0;
        background-color: var(--bg-color);
        color: var(--font-color);
    }
    .office_card_body .card_link a {
        background-color: var(--main-color);
        background: linear-gradient(310deg, #164098 54%, #359AD7 100%);
        font-size: 1rem;
        font-weight: 600;
        height: 48px;
        padding: 0 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 40px;
        width: fit-content;
        min-width: 140px;
    }
    /*所介紹頁*/
    .office_maininfo_row {
        flex-direction: column;
    }
    .office_maininfo_box {
        flex: 1;
        padding: 0 0 24px 0;
    }
    .office_info_left{
        display: none;
    }
    .office_maininfo_row .office_swiper_box {
        width: 100%;
    }
    .office_maininfo_content {
        max-width: 500px;
    }
    .office_page_swiper{
        display: none;
    }
    .office_page_swiper_2 {
        margin-bottom: 0;
    }
    .office_brief_row {
        flex-direction: column;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .office_brief_img_box{
        width: 100%;
    }
    .office_brief_img img{
        border-radius: 4px;
    }
    .office_brief_box {
        padding: 24px 0;
    }
    /*首頁-遺囑*/
    .index_will_txt span {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.3;
        margin-right: 4px;
        color: var(--main-color);
    }
    /*遺囑評估*/
    .lastwill_banner_box{
        background-size: auto 400px;
        background-position: top;
    }
    .lastwill_content{
        margin-left: auto;
        margin-right: auto;
    }
    .lastwill_banner {
        min-height: 120vw;
        align-items: flex-end;
        padding-bottom: 72px;
    }
    .lastwill_banner_box{
        background-image: url(../img/will_img_xs.jpg);
        background-size: 100% auto;
    }
    .lastwill_survey_row{
        flex-direction: column;
        align-items: center;
    }
    .lastwill_survey_content{
        width: 100%;
    }
    .lastwill_survey_right{
        width: 100%;
        max-width: 560px;
        margin-top: 16px;
        order: 3;
    }
}

/*md以下*/
@media(max-width: 767px) {
    h1{
        font-size: 28px;
        line-height: 1.4;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 18px;
    }
    h5{
        font-size: 17px;
    }
    a:hover{
        color: var(--font-color);
    }
    .block_pt{
        padding-top: 32px;
    }
    .block_pb{
        padding-bottom: 32px;
    }
    /*更多連結*/
    .more_link {
        margin-top: 24px;
    }
    /*頁面標題*/
    .page_title{
        margin-bottom: 24px;
        padding: 24px 0 8px 0;
        /* border-bottom: solid 1px var(--border-color);
        margin-left: -16px;
        margin-right: -16px; */
    }
    .page_title .en{
        font-size: 28px;
        letter-spacing: 0.05em;
        margin-bottom: 4px;
        /* text-align: center; */
    }
    .page_title h1{
        font-size: 16px;
        /* justify-content: center; */
    }
    .page_title h1::before{
        /* order: initial; */
        /* background-color: var(--main-color); */
        flex: 1;
        background: linear-gradient(to right, var(--second-color) 0%, var(--second-color) 90%, #9CBC3A 90%, #9CBC3A 100%);
        margin-right: 0;
    }
    .page_title.left{
        padding: 12px 16px 16px 16px;
        border-bottom: solid 1px var(--border-color);
    }
    .page_title.left .en{
        text-align: center;
    }
    .page_title.left h1{
        justify-content: center;
    }
    .page_title.left h1::before{
        order: initial;
        background-color: var(--main-color);
    }
    /*區塊標題*/
    .block_title{
        margin-bottom: 24px;
    }
    .block_title h2{
        font-size: 28px;
        letter-spacing: 0.05em;
        margin-bottom: 2px;
    }
    .block_title .en {
        font-size: 16px;
    }
    .block_title_row{
        margin-bottom: 24px;
        flex-direction: column;
        align-items: flex-start;
    }
    .block_title_txt {
        margin-left: 0;
        margin-top: 12px;
        font-size: 16px;
    }
    .block_title h3{
        margin-bottom: 0;
    }
    /*footer*/
    .footer_logo{
        text-align: center;
    }
    .footer_logo img {
        height: 48px;
    }
    .office_info_list {
        margin-top: 16px;
    }
    .office_info_item{
        justify-content: center;
    }
    .office_info_item+.office_info_item {
        margin-top: 8px;
    }
    .footer_nav.onenav>.nav{
        margin-bottom: -16px;
    }
    .footer_nav.onenav>.nav li {
        width: 33.333%;
    }
    .footer_nav.onenav>.nav a {
        padding-bottom: 16px;
        text-align: center;
    }
    .footer_social{
        margin-top: 16px;
        justify-content: center;
    }
    .footer_row_bottom .footer_copyright{
        text-align: center;
    }
    .statement{
        margin-top: 12px;
    }
    .footer_row_bottom .statement .nav{
        justify-content: center;
    }
    /*快速鍵*/
    .side_nav_box {
        right: 8px;
        bottom: 32px;
    }
    .side_item+.side_item {
        margin-top: 16px;
    }
    .side_item:nth-child(2), .side_item:nth-child(3){
        display: none;
    }
    .side_link {
        width: 46px;
        height: 46px;
        box-shadow: 1px 1px 6px rgb(0 0 0 / 15%);
    }
    .side_link img {
        width: 60%;
    }
    /*列表資料數*/
    .list_count_row{
        text-align: right;
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: 16px;
        margin-top: -24px;
        padding: 8px 16px;
        background-color: var(--bg-color);
    }
    /*checkbox或radio多項目*/
    .form_check_group {
        margin-bottom: -24px;
    }
    .form_check_group .my_checkbox, .form_check_group .my_radio {
        margin-right: 0;
        margin-bottom: 24px;
    }
    /*頁籤*/
    .tab-content{
        margin-top: 24px;
    }
    /*文章列表*/
    .article_card_list{
        margin-bottom: -24px;
    }
    .article_card_item{
        padding-bottom: 24px;
    }
    /*文章卡片*/
    .article_card{
        display: flex;
    }
    .article_card_img{
        width: 120px;
    }
    .article_card_body{
        flex: 1;
        padding-left: 8px;
        padding-top: 0;
    }
    .article_card_body p{
        display: none;
    }
    .article_card_title{
        margin-bottom: 0;
        line-height: 1.35;
        letter-spacing: 0.05em;
    }
    .article_card .article_card_info .article_info {
        margin-top: 2px;
    }
    /*文章清單*/
    .article_inventory_img{
        width: 120px;
    }
    .article_inventory_body{
        padding-left: 8px;
    }
    .article_inventory_title{
        margin-bottom: 0;
        line-height: 1.35;
        letter-spacing: 0.05em;
    }
    .article_inventory_body p{
        display: none;
    }
    .article_inventory .article_card_info .article_info {
        margin-top: 2px;
        text-align: left;
    }
    /*案例卡片*/
    .case_list{
        margin-bottom: -32px;
    }
    .case_item{
        padding-bottom: 32px;
    }
    .case_body{
        padding-top: 12px;
    }
    .case_title {
        margin-bottom: 12px;
        line-height: 1.35;
        letter-spacing: 0.05em;
    }
    .case_date {
        margin-top: 2px;
    }
    /*服務卡片*/
    .service_list{
        margin-bottom: -16px;
        margin-top: -8px;
    }
    .service_item{
        width: 50%;
        padding-bottom: 16px;
    }
    .service_card_body {
        padding-top: 8px;
    }
    .service_card_title{
        font-weight: 600;
        text-align: justify;
        letter-spacing: 0.05rem;
        line-height: 1.4;
    }
    .service_card_num {
        font-size: 28px;
        padding: 2px 16px;
    }
    .service_card_num::before {
        top: 8px;
    }
    .service_card_num::after {
        top: 32px;
    }
    .service_card_brief{
        margin-top: 8px;
        font-size: 16px;
        padding-left: 8px;
        padding-right: 8px;
    }
    /*成員卡片*/
    .team_list {
        margin-left: -8px;
        margin-right: -8px;
        margin-bottom: -24px;
    }
    .team_item {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 24px;
    }
    .team_card_body {
        padding: 12px 16px;
    }
    .team_card .card_link {
        position: absolute;
        right: 16px;
        bottom: 16px;
    }
    .team_card .card_link a {
        padding: 12px 40px 12px 20px;
        background-position: center right 16px;
    }
    .team_card:hover .card_link a{
        background-position: center right 16px;
    }
    /*最新消息卡片*/
    .news_item+.news_item{
        margin-top: 16px;
    }
    .news_item+.news_item .news_card{
        display: block;
        padding-top: 16px;
        border-top: solid 1px var(--border-color);
    }
    .news_date{
        margin-bottom: 2px;
    }
    .news_date_title{
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 1.4;
    }
    .news_date_txt{
        -webkit-line-clamp: 2;
    }
    .news_card:hover .news_date_title::before{
        display: none;
    }
    .news_list.have_bb{
        margin-top: 0;
    }
    .news_list.have_bb .news_item{
        border-bottom: none;
        padding: 0;
    }
    .news_list.have_bb .news_item+.news_item{
        margin-top: 16px;
    }
    .news_list.have_bb .news_item:hover{
        border-bottom: none;
        background-color: #fff;
    }
    /*抖音卡片*/
    .tiktok_list{
        margin-bottom: -32px;
    }
    .tiktok_item{
        padding-bottom: 32px;
    }
    /*圖文並茂的最新消息卡片*/
    /* .news_card_excellent{
        position: relative;
    }
    .news_item + .news_item .news_card_excellent {
        display: block;
        padding-top: 16px;
        border-top: solid 1px var(--border-color);
    }
    .news_card_img{
        width: 110px;
        position: absolute;
        right: 0;
        bottom: 4px;
    }
    .news_card_body{
        padding-left: 0;
        padding-right: 8px;
    }
    .news_card_body .news_date {
        font-size: 14px;
    }
    .news_card_body .news_date_txt {
        -webkit-line-clamp: 3;
        padding-right: 110px;
        min-height: 72px;
        text-align: justify;
    } */
    /*文章內容*/
    .article_header{
        margin-bottom: 24px;
        padding: 24px 0 12px 0;
    }
    .article_info_row{
        margin-top: 16px;
        margin-bottom: -4px;
    }
    .article_info_row>*{
        padding-bottom: 4px;
    }
    .article_info_row .article_info{
        font-size: 14px;
    }
    .row.article_info_row{
        text-align: center;
    }
    .row.article_info_row .share_list{
        margin: 0 auto;
    }
    /*banner*/
    .banner_item_txt .title {
        font-size: 32px;
        letter-spacing: 0.05em;
        margin-bottom: 8px;
        line-height: 1.2;
    }
    .banner_item_txt .txt{
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.05em;
    }
    /*經營理念*/
    .index_purpose_row{
        flex-direction: column-reverse;
    }
    .index_purpose_body{
        padding-left: 0;
        margin-bottom: 24px;
    }
    .index_purpose_body .block_title{
        margin-bottom: 16px;
    }
    .index_purpose_img{
        width: 100%;
    }
    .index_purpose_content{
        margin-left: 0;
        font-size: 20px;
    }
    /*數據*/
    .index_statistics_box {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        border-bottom: solid 1px var(--border-color);
    }
    .statistics_list{
        margin-bottom: 0;
        margin-left: -8px;
        margin-right: -8px;
    }
    .statistics_item{
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 0;
    }
    .statistics_item:not(:last-child){
        border-right: solid 1px var(--border-color);
    }
    /* .statistics_item{
        width: 50%;
    } */
    .statistics_card_body{
        background-color: transparent;
        border-radius: 0;
        padding: 0px 0 4px 0;
    }
    .statistics_card_body::before {
        display: none;
    }
    .statistics_num {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .statistics_txt {
        font-size: 16px;
        letter-spacing: 0.05em;
        font-weight: 500;
        color: var(--font-color2);
    }
    /*首頁關於我們*/
    .index_about_box{
        padding-top: 0;
        padding-bottom: 0;
    }
    .index_about_content {
        padding: 32px 16px;
    }
    .index_about_txt{
        margin-top: 8px;
    }
    /*最新消息*/
    /*首頁聯絡我們*/
    .index_contact_box{
        min-height: auto;
    }
    .index_contact_content {
        padding: 16px 24px;
        width: 100%;
        text-align: center;
    }
    /*各所*/
    .index_office_photo{
        margin-bottom: 8px;
    }
    .index_office_list{
        margin-bottom: -12px;
    }
    .index_office_item {
        width: 100%;
        padding-bottom: 12px;
    }
    .index_office_card{
        padding: 8px 12px;
        border: solid 1px var(--border-color);
        /* background-size: 24px;
        background-position: top 4px left; */
        background-image: none;
    }
    .index_office_name {
        font-size: 18px;
        font-weight: 600;
    }
    .office_card .index_office_name{
        padding-bottom: 4px;
        margin-bottom: 12px;
    }
    /*服務項目*/
    .service_process {
        padding: 0 16px;
    }
    .service_process>.row{
        flex-direction: column;
    }
    .service_process_title{
        width: 100%;
        padding-right: 16px;
        padding-bottom: 0 !important;
    }
    .service_process_content{
        padding-left: 16px !important;
        padding-top: 16px !important;
    }
    .process_list {
        margin-left: -12px;
        margin-right: -12px;
    }
    .process_item {
        padding-left: 12px;
        padding-right: 12px;
    }
    /*關於我們*/
    .about_row{
        padding-left: 0;
        padding-right: 0;
    }
    .about_center {
        padding: 0 0 32px 0;
    }
    .about_right{
        width: 100%;
        max-width: none;
        height: 0;
        padding-bottom: 54.6%;
    }
    .about_purpose_content_box {
        padding: 0 0 32px 0;
    }
    .about_row.active .about_right img {
        transform: translateY(-20%);
    }
    .about_content_title{
        margin-top: -8px;
    }
    .about_purpose_box {
        background-size: cover;
        background-position: center;
        background-attachment: initial;
    }
    /*聯絡我們*/
    .contact_row{
        margin: 0 auto;
        width: fit-content;
    }
    .contact_img{
        display: none;
    }
    .contact_content{
        padding-left: 0;
    }
    /*404*/
    .error_img{
        width: 70%;
    }
    .error_txt{
        margin-top: 16px;
    }
    .error_txt .title{
        font-size: 1.75em;
    }
    /*所介紹頁*/
    .office_maininfo_content{
        display: flex;
        flex-wrap: wrap;
    }
    .office_maininfo_name{
        order: 1;
    }
    .office_maininfo_name_en{
        order: 2;
        margin-left: 8px;
        margin-top: 6px;
    }
    .office_maininfo_list{
        width: 100%;
        order: 3;
    }
    .office_maininfo_name {
        font-size: 28px;
        letter-spacing: 0.05em;
        margin-top: 0;
        margin-bottom: 0;
    }
    .office_maininfo_list {
        margin-top: 16px;
    }
    /*首頁-遺囑*/
    .index_will_box{
        padding-top: 0;
        padding-bottom: 0;
    }
    .index_will_box .my_container{
        padding-left: 0;
        padding-right: 0;
    }
    .index_will{
        position: relative;
        flex-direction: column-reverse;
        align-items: initial;
    }
    .index_will_img {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .5;
        width: 100%;
        height: 100%;
    }
    .index_will_img img{
        transform: none;
    }
    .index_will_box.active .index_will_img img{
        margin-left: -152px;
        height: 100%;
        width: auto;
    }
    .index_will_body {
        position: relative;
        flex: 1;
        padding: 32px 16px;
        background: linear-gradient(to right, rgba(248, 249, 252, 0) 0, rgba(248, 249, 252, 1) 60%);
    }
    .index_will_title {
        font-size: 28px;
        letter-spacing: 0.05em;
        text-align: center;
        left: 0;
    }
    .index_will_txt{
        font-size: 17px;
        text-align: center;
    }
    .index_will_txt br {
        display: block;
    }
    .index_will_body .more_link .btn{
        margin-left: auto;
        margin-right: auto;
    }
    /*遺囑評估*/
    .lastwill_banner {
        padding-bottom: 40px;
        min-height: 140vw;
    }
    .lastwill_title{
        font-size: 28px;
        letter-spacing: 0.05em;
        margin-bottom: 24px;
        text-align: center;
    }
    .lastwill_btn {
        margin-top: 32px;
    }
    .lastwill_txt {
        font-size: 17px;
        text-align: center;
    }
    .lastwill_btn p {
        font-size: 17px;
        text-align: center;
        margin-bottom: 24px;
    }
    .lastwill_btn .btn{
        width: 100%;
    }
    .progress_bar_box {
        top: 24px;
    }
    .lastwill_survey_row {
        padding-top: 32px;
    }
    .progress_bar {
        height: 12px;
    }
    .progress_num {
        font-size: 16px;
        margin-right: 12px;
    }
    .survey_question_title {
        font-size: 18px;
        margin-bottom: 16px;
        letter-spacing: 0;
    }
    .options_list {
        padding-left: 36px;
    }
    .options_list .form_check_group .my_checkbox, .options_list .form_check_group .my_radio {
        margin-right: 0;
    }
    .lastwill_survey_btn {
        padding-top: 24px;
    }
    .lastwill_result_proposal{
        margin-bottom: 12px;
        font-size: 20px;
    }
    .lastwill_survey_box.show{
        height: auto;
    }
    .lastwill_survey_step{
        min-height: auto;
    }
    .lastwill_result_bg {
        padding: 0 0 32px 0;
    }
    .lastwill_result_txt {
        text-align: justify;
    }
    .lastwill_result_btn {
        margin-top: 32px;
    }
    .lastwill_result_ask {
        padding: 8px 24px 8px 16px;
        border-radius: 32px;
        margin-bottom: 24px;
    }
    .lastwill_result_ask .icon {
        width: 36px;
        margin-right: 4px;
    }
}

/*sm以下*/
@media(max-width: 575px) {
    .main_pt{
        padding-top: 40px;
    }
    .main_pb {
        padding-bottom: 40px;
    }
    /*footer*/
    .page_footer{
        padding: 24px 0;
    }
    .footer_nav li{
        width: 100%;
    }
    .footer_subscribe {
        margin-top: 16px;
        padding-bottom: 32px;
    }
    .subscribe_input_group {
        flex-wrap: wrap;
    }
    .subscribe_input_group>div:last-child {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
    }
    .subscribe_input_group>div:last-child .maincolor_border_btn{
        width: 100%;
    }
    /*表單*/
    .my_form_rowflex{
        flex-direction: column;
    }
    .my_form_btn .btn{
        width: 100%;
    }
    /*文章清單*/
    .article_inventory_body p{
        -webkit-line-clamp: 2;
    }
    /*服務卡片*/
    .service_item.horizontal{
        width: 100%;
    }
    /*成員卡片*/
    .team_list {
        margin-bottom: -16px;
    }
    .team_item {
        width: 100%;
        padding: 0 20px 24px 20px;
    }
    /*關鍵字*/
    .tag_list{
        margin-bottom: -16px;
    }
    .tag_list span{
        padding-bottom: 16px;
    }
    /*常見問題*/
    .faq_other_list {
        margin-top: 32px;
        flex-direction: column;
    }
    .faq_card_body::before{
        font-size: 24px;
    }
    /*聯絡我們*/
    .contact_info_item+.contact_info_item {
        margin-top: 16px;
    }
    .contact_form_txt{
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: 16px;
        margin-top: -24px;
        padding: 8px 16px;
        background-color: var(--bg-color);
    }
    /*各所*/
    .index_office_img{
        top: 0;
    }
    .index_office_img img {
        width: 150px;
    }
    /*團隊成員介紹*/ 
    .member_page.main_pt{
        padding-top: 20px;
    }
    .member_info_row {
        position: relative;
    }
    .member_info_img_box{
        width: auto;
        position: relative;
        overflow: hidden;
    }
    .member_info_content {
        padding-top: 16px;
        position: relative;
        z-index: 1;
    }
    .member_info_img .bg{
        border-radius: 4px 4px 0 0;
    }
    .member_info_main{
        position: relative;
        background-color: var(--main-color);
        background: linear-gradient(-45deg, #164098 70%, #359AD7 100%);
        color: #fff;
        margin-top: -16px;
        border-radius: 0 0 4px 4px;
        padding: 12px 16px 24px 16px;
        margin-bottom: 24px;
    }
    .member_info_main::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/index_office.png);
        background-repeat: no-repeat;
        background-position: right bottom -8px;
        background-size: 72px;
    }
    .member_info_title, .member_info_title a{
        color: #fff;
    }
    .member_info_title a::before{
        margin-left: 2px;
        margin-right: 2px;
    }
    .member_info_img[data-aos="fade-up"],
    .member_info_title[data-aos="fade-up"],
    .member_info_name[data-aos="fade-up"] {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
    .member_info_name {
        margin-bottom: 0;
        font-size: 28px;
        margin-top: 4px;
    }
    .member_info_block_title {
        margin-bottom: 12px;
        width: 100%;
    }
    .member_info_list {
        margin-bottom: 24px;
    }
    .member_info_txt {
        padding: 0 16px;
    }
    /*關於我們*/
    .about_certificate_item{
        width: 100%;
    }
    /*文章內容*/
    .article_page_img{
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .recommend_article{
        padding-top: 32px;
        margin-top: 32px;
    }
    /*所介紹頁*/
    .office_brief_box {
        padding: 0px;
    }
    .office_brief_box .member_info_main{
        margin-top: 0;
    }
    .office_brief_img{
        border-radius: 4px 4px 0 0;
    }
    .office_brief_txt {
        padding: 0 16px;
    }
    /*遺囑評估*/
    .lastwill_result_btn .two_btn{
        flex-direction: column;
    }
    .lastwill_result_btn .two_btn .btn {
        min-width: 100%;
    }
    .lastwill_survey_right{
        margin-top: 32px;
    }
    .lastwill_survey_img img{
        display: none;
    }
    .lastwill_survey_steer{
        position: relative;
        background-color: var(--main-color);
        border-radius: 4px;
        padding: 16px;
        font-size: 1rem;
        text-align: justify;
        letter-spacing: 0.05em;
        border-bottom: solid 2px var(--second-color);
    }
}

/*超窄*/
@media(max-width: 350px) {
}