@charset "utf-8";
@media(max-width: 1599px) {
    /*header*/
    .header_nav{
        padding-left: 20px;
        padding-right: 20px;
    }
    .header_nav .nav {
        margin-left: -20px;
        margin-right: -20px;
    }
    .header_nav .nav-link {
        padding: 0 20px;
    }
    /*輪播*/
    .swiper-button-prev {
        left: -16px;
    }
    .swiper-button-next {
        right: -16px;
    }
    /*服務卡片*/
    .service_list{
        margin-left: -16px;
        margin-right: -16px;
    }
    .service_item{
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media(max-width: 1439px) {
    .my_container_full{
        padding-right: 16px;
        padding-left: 16px;
    }
    .my_container{
        max-width: 1472px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .footer_nav_group {
        margin-left: -16px;
        margin-right: -16px;
    }
    .footer_nav_list {
        padding-left: 16px;
        padding-right: 16px;
    }
    /* ====== banner 區塊 ====== */
    /* ====== End of banner 區塊 ====== */
    /* ====== 關於乘熙 區塊 ====== */
    /* .index_about_box::after{
        right: 48px;
    } */
    /* ====== End of 關於乘熙 區塊 ====== */
    /* ====== 服務項目 區塊 ====== */
    /* ====== End of 服務項目 區塊 ====== */
    /* ====== 法律小筆記 區塊 ====== */
    /* ====== End of 法律小筆記 區塊 ====== */
    /* ====== Podcast 區塊 ====== */
    /* ====== End of Podcast 區塊 ====== */
    /* ====== 精選文章 區塊 ====== */
    /* ====== End of 精選文章 區塊 ====== */
    /* ====== 最新消息 區塊 ====== */
    /* ====== End of 最新消息 區塊 ====== */
    /* ====== 線上免費諮詢 區塊 ====== */
    /* ====== End of 線上免費諮詢 區塊 ====== */
}

/*xl以下*/
@media(max-width: 1199px) {
    /*footer*/
    .footer_nav{
        flex: 1;
    }
    .footer_nav .nav {
        margin-left: -16px;
        margin-right: -16px;
    }
    .footer_nav li+li {
        margin-left: 0;
    }
    .footer_nav li a {
        padding: 0 16px;
    }
    .footer_nav li.linebtn{
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .footer_nav li.linebtn a{
        margin-top: 0;
    }
    /*服務卡片*/
    .service_list{
        justify-content: center;
    }
    .service_item{
        width: 33.333%;
    }
    /* ====== banner 區塊 ====== */
    /* ====== End of banner 區塊 ====== */
    /* ====== 關於乘熙 區塊 ====== */
    /* .index_about_box::after{
        display: none;
    } */
    .index_about_img_box{
        padding-top: 32px;
    }
    /* ====== End of 關於乘熙 區塊 ====== */
    /* ====== 服務項目 區塊 ====== */
    /* ====== End of 服務項目 區塊 ====== */
    /* ====== 法律小筆記 區塊 ====== */
    /* ====== End of 法律小筆記 區塊 ====== */
    /* ====== Podcast 區塊 ====== */
    /* ====== End of Podcast 區塊 ====== */
    /* ====== 精選文章 區塊 ====== */
    /* ====== End of 精選文章 區塊 ====== */
    /* ====== 最新消息 區塊 ====== */
    /* ====== End of 最新消息 區塊 ====== */
    /* ====== 線上免費諮詢 區塊 ====== */
    /* ====== End of 線上免費諮詢 區塊 ====== */
    /* ====== 文章列表 區塊 ====== */
    .blog_list_main{
        flex-direction: column;
    }
    .blog_list_nav_box{
        width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
    }
    .blog_list_nav_box .blog_block_title{
        display: none;
    }
    .blog_list_nav{
        flex-direction: row !important;
        flex-wrap: wrap;
        margin-bottom: -8px;
    }
    .blog_list_nav .nav-link{
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 8px;
        padding: 0 24px;
        border-radius: 40px;
    }
    .blog_list_nav .nav-link+.nav-link{
        margin-top: 0;
    }
    /* ====== End of 文章列表 區塊 ====== */
    /* ====== 文章內容 區塊 ====== */
    .blog_main_right{
        margin-right: 48px;
    }
    .blog_main_left{
        width: 270px;
    }
    /* ====== End of 文章內容 區塊 ====== */
}

/*lg以下*/
@media(max-width: 991px) {
    .block_pt{
        padding-top: 64px;
    }
    .block_pb{
        padding-bottom: 64px;
    }
    /*區塊標題*/
    .block_title{
        margin-bottom: 32px;
    }
    /*更多按鈕*/
    .more_btn{
        margin-top: 32px;
    }
    /*分享列*/
    .share_item+.share_item{
        margin-left: 16px;
    }
    .share_link{
        width: 36px;
        height: 36px;
    }
    .share_link img{
        width: 18px;
    }
    /*header*/
    .header_box{
        justify-content: space-between;
        height: 64px;
    }
    .header_logo a img {
        height: 44px;
    }
    .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;
        padding: 0 16px;
    }
    .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: 64px;
    }
    /*footer*/
    .footer_row{
        flex-direction: column;
        align-items: center;
    }
    .footer_logo {
        width: 120px;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .footer_nav{
        flex: initial;
        width: 100%;
        margin-top: 24px;
    }
    .footer_nav .nav {
        margin-left: -16px;
        margin-right: -16px;
        justify-content: center;
    }
    .footer_nav li+li {
        margin-left: 0;
    }
    .footer_nav li a {
        padding: 0 16px;
    }
    /* ====== banner 區塊 ====== */
    /* ====== End of banner 區塊 ====== */
    /* ====== 關於乘熙 區塊 ====== */
    /* ====== End of 關於乘熙 區塊 ====== */
    /* ====== 服務項目 區塊 ====== */
    /* ====== End of 服務項目 區塊 ====== */
    /* ====== 法律小筆記 區塊 ====== */
    /* ====== End of 法律小筆記 區塊 ====== */
    /* ====== Podcast 區塊 ====== */
    /* ====== End of Podcast 區塊 ====== */
    /* ====== 精選文章 區塊 ====== */
    /* ====== End of 精選文章 區塊 ====== */
    /* ====== 最新消息 區塊 ====== */
    /* ====== End of 最新消息 區塊 ====== */
    /* ====== 線上免費諮詢 區塊 ====== */
    .index_contact_left{
        width: 600px;
    }
    .index_contact_right{
        flex: 1;
    }
    /* ====== End of 線上免費諮詢 區塊 ====== */
    /* ====== 團隊成員介紹 區塊 ====== */
    .member_page_photo{
        max-width: 50%;
    }
    .member_page_maininfo{
        padding: 24px 0 24px 24px;
    }
    /* ====== End of 團隊成員介紹 區塊 ====== */
    /* ====== 消息列表 區塊 ====== */
    .page_title.news{
        background-image: url(../img/blog-banner-xs.jpg);
    }
    /* ====== End of 消息列表 區塊 ====== */
    /* ====== 文章列表 區塊 ====== */
    .page_title.blog{
        background-image: url(../img/news-banner-xs.jpg);
    }
    /* ====== End of 文章列表 區塊 ====== */
    /* ====== 文章內容 區塊 ====== */
    .blog_main{
        flex-direction: column;
    }
    .blog_main_right{
        margin-right: 0;
    }
    .blog_main_left{
        width: 100%;
        padding-top: 64px;
    }
    /* ====== End of 文章內容 區塊 ====== */
}

/*md以下*/
@media(max-width: 767px) {
    .block_pt{
        padding-top: 40px;
    }
    .block_pb{
        padding-bottom: 40px;
    }
    /*區塊標題*/
    .block_title h2 {
        font-size: 28px;
        letter-spacing: 0.05em;
        margin-bottom: 8px;
    }
    .block_title p {
        line-height: 1.5;
    }
    /*footer*/
    .footer_row {
        padding-top: 40px;
        padding-bottom: 24px;
    }
    .footer_logo {
        margin-bottom: 20px;
    }
    .footer_office_info{
        text-align: center;
    }
    .footer_block_title {
        font-size: 18px;
        letter-spacing: 0.05em;
        margin-bottom: 12px;
    }
    .office_info_item{
        justify-content: center;
    }
    .office_info_item+.office_info_item {
        margin-top: 4px;
    }
    .footer_nav li {
        width: 33.333%;
    }
    .footer_nav li a {
        text-align: center;
    }
    /*服務卡片*/
    .service_item{
        width: 50%;
    }
    /* ====== banner 區塊 ====== */
    /* ====== End of banner 區塊 ====== */
    /* ====== 關於乘熙 區塊 ====== */
    .index_about_title {
        font-size: 28px;
        margin-bottom: 24px;
    }
    /* ====== End of 關於乘熙 區塊 ====== */
    /* ====== 服務項目 區塊 ====== */
    /* ====== End of 服務項目 區塊 ====== */
    /* ====== 法律小筆記 區塊 ====== */
    .index_note_box .block_title .icon {
        margin-top: -16px;
    }
    /* ====== End of 法律小筆記 區塊 ====== */
    /* ====== Podcast 區塊 ====== */
    /* ====== End of Podcast 區塊 ====== */
    /* ====== 精選文章 區塊 ====== */
    /* ====== End of 精選文章 區塊 ====== */
    /* ====== 最新消息 區塊 ====== */
    /* ====== End of 最新消息 區塊 ====== */
    /* ====== 線上免費諮詢 區塊 ====== */
    /* ====== End of 線上免費諮詢 區塊 ====== */
}

/*sm以下*/
@media(max-width: 575px) {
    h1{
        font-size: 28px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 18px;
    }
    h5{
        font-size: 17px;
    }
    /*頁面標題*/
    .page_title{
        height: auto;
        min-height: 160px;
        margin-bottom: 28px;
        /* background-image: linear-gradient(330deg, var(--second-color) 0%, var(--bg-color) 30%, var(--bg-color) 100%); */
    }
    .page_title h1{
        margin-bottom: 8px;
        font-size: 24px;
    }
    .page_title p {
        line-height: 1.5;
    }
    /*輪播*/
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .swiper-pagination{
        display: block;
        bottom: 4px !important;
    }
    .swiper-pagination-bullet-active {
        background: var(--main-color);
    }
    /*區塊標題*/
    .block_title{
        margin-bottom: 28px;
        text-align: center;
    }
    .block_title h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    /*分類標題*/
    .sort_title{
        margin-bottom: 16px;
    }
    .sort_title h2::before{
        width: 5px;
        height: 28px;
        margin-right: 8px;
    }
    /*置頂按鈕*/
    .go_top{
        right: 16px;
        bottom: 80px;
    }
    .gotop_btn {
        width: 36px;
        height: 36px;
    }
    /*更多按鈕*/
    .more_btn{
        margin-top: 28px;
    }
    /*文章列表*/
    .article_card_list{
        margin-bottom: -24px;
    }
    .article_card_item{
        padding-bottom: 24px;
    }
    /*文章列表頁數*/
    .page_box{
        margin-top: 40px;
    }
    /*文章卡片*/
    .article_card_info .article_info {
        margin-top: 8px;
        margin-bottom: 2px;
    }
    /*文章清單*/
    .article_inventory{
        flex-direction: column;
        /* padding: 12px;
        border-radius: 12px;
        box-shadow: 0 2px 30px 0 rgb(237, 176, 110, .15); */
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .article_inventory_img{
        width: 100%;
    }
    .article_inventory_body{
        padding: 12px 8px 0 8px;
    }
    /*消息卡片*/
    .news_card_list{
        margin-bottom: -24px;
    }
    .news_card_item{
        padding-bottom: 24px;
    }
    .news_card_img {
        margin-bottom: 12px;
    }
    /*關鍵字*/
    .tag_list{
        margin-bottom: -16px;
    }
    .tag_list span{
        padding-bottom: 16px;
    }
    /*服務卡片*/
    .service_item{
        width: 100%;
    }
    .service_card{
        display: flex;
        align-items: center;
        max-width: 100%;
        background-color: #fff;
        padding: 12px 16px;
        border-radius: 16px;
        box-shadow: 0 2px 10px rgb(35, 24, 21, .1);
    }
    .service_card_img{
        width: 56px;
        margin: 0;
    }
    .service_card_body{
        text-align: left;
        margin-top: 0;
        padding-left: 16px;
    }
    .service_card_title {
        margin-bottom: 8px;
        font-size: 18px;
    }
    .service_card_brief {
        line-height: 1.8;
    }
    .service_card_list{
        margin-bottom: -24px;
    }
    .service_card_item{
        padding-bottom: 24px;
    }
    .service_card_h{
        flex-direction: column;
        box-shadow: 0 2px 40px 0 rgb(237, 176, 110, .15);
    }
    .service_card_h .service_card_img{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px;
    }
    .service_card_h .service_card_title{
        text-align: center;
    }
    .service_card_h .service_card_body{
        padding-left: 0;
        text-align: justify;
    }
    /*團隊卡片*/
    .team_card_list{
        margin-bottom: -24px;
    }
    .team_card_item{
        padding-bottom: 24px;
    }
    .team_card_body{
        background-color: transparent;
        padding: 12px 8px 0 8px;
    }
    .team_card_name{
        margin-bottom: 0;
        font-size: 20px;
    }
    .team_card_title{
        font-size: 16px;
    }
    /*編輯器內容*/
    .tableWrapper table th {
        padding: 8px;
    }
    .tableWrapper table td {
        padding: 8px;
    }
    .from_ckeditor ul, ol {
        padding-left: 2rem;
    }
    /* ====== 關於乘熙 區塊 ====== */
    .index_about_content {
        padding-left: 16px;
    }
    .index_about_title{
        font-size: 24px;
        margin-bottom: 16px;
    }
    .index_about_title::before {
        left: -19px;
        height: calc(100% + 16px);
    }
    .index_about_img{
        width: 80%;
    }
    /* ====== End of 關於乘熙 區塊 ====== */
    /* ====== 法律小筆記 區塊 ====== */
    .note_card {
        padding: 28px 24px;
    }
    .note_card_brief{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all 0.3s ease;
    }
    /* ====== End of 法律小筆記 區塊 ====== */
    /* ====== Podcast 區塊 ====== */
    .index_podcast_decorate span {
        font-size: 100px;
        line-height: 1.1;
    }
    /* ====== End of Podcast 區塊 ====== */
    /* ====== 精選文章 區塊 ====== */
    .index_article_box{
        padding-bottom: 64px;
    }
    .index_article_bg{
        opacity: .8;
    }
    .index_article_bg>div>img{
        width: 100%;
    }
    .index_article_bg .mountain{
        width: 60%;
    }
    .index_article_bg .sunlight {
        width: 90%;
    }
    .index_article_bg .sun {
        width: 40px;
        right: 40px;
        bottom: 56px;
    }
    /* ====== End of 精選文章 區塊 ====== */
    /* ====== 線上免費諮詢 區塊 ====== */
    .index_contact_title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .index_contact_txt {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .joinline_txt {
        height: 34px;
        border-radius: 34px;
        font-size: 14px;
    }
    /* ====== End of 線上免費諮詢 區塊 ====== */
    /* ====== 團隊列表 區塊 ====== */
    .page_title.team{
        background-image: url(../img/team-banner-xs.jpg);
    }
    /* ====== End of 團隊列表 區塊 ====== */
    /* ====== 服務列表 區塊 ====== */
    .page_title.service{
        background-image: url(../img/service-banner-xs.jpg);
    }
    /* ====== End of 服務列表 區塊 ====== */
    /* ====== 團隊成員介紹 區塊 ====== */
    .member_pn_row{
        margin-bottom: 24px;
        flex-direction: column;
    }
    .member_page_photo{
        max-width: none;
    }
    .member_page_maininfo{
        padding: 16px 0 0 0;
    }
    .member_page_title{
        margin-top: 8px;
        font-size: 16px;
        font-weight: 400;
    }
    .data_block{
        background-color: #fff;
        padding: 12px 16px 16px 16px;
        border-radius: 8px;
        border-top: none;
        box-shadow: 0 2px 40px 0 rgb(237, 176, 110, .15);
    }
    .data_block+.data_block{
        margin-top: 16px;
    }
    .data_title{
        margin-bottom: 8px;
    }
    .member_info_list{
        margin-bottom: 0;
        list-style: none;
        padding-left: 0;
        margin-left: 12px;
    }
    .member_info_list li+li{
        margin-top: 8px;
    }
    .member_info_list li{
        display: flex;
    }
    .member_info_list li::before{
        content: "";
        width: 8px;
        height: 8px;
        border: solid 2px var(--main-color);
        border-radius: 50%;
        margin-right: 12px;
        margin-top: 9px;
    }
    /* ====== End of 團隊成員介紹 區塊 ====== */
    /* ====== 文章列表 區塊 ====== */
    .blog_list_nav_box{
        width: auto;
        overflow: hidden;
        overflow-x: auto;
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: 16px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .blog_list_nav_box::-webkit-scrollbar {
        display: none;
    }
    .blog_list_nav {
        flex-wrap: nowrap;
        width: fit-content;
        padding-right: 16px;
    }
    .blog_list_nav .nav-link{
        word-break: keep-all;
    }
    /* ====== End of 文章列表 區塊 ====== */
    /* ====== 文章內容 區塊 ====== */
    .blog_block{
        margin-left: -16px;
        margin-right: -16px;
    }
    .blog_block+.blog_block{
        margin-top: 32px;
    }
    .blog_block_title{
        padding: 8px 16px;
        border-radius: 0;
    }
    .blog_simple_item+.blog_simple_item{
        margin-top: 24px;
    }
    .blog_simple_item a{
        padding: 0 16px;
    }
    .article_header{
        margin-bottom: 32px;
    }
    .article_title{
        font-size: 24px;
    }
    /* ====== End of 文章內容 區塊 ====== */
}

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