﻿/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100;300;400;500&family=Noto+Serif+TC:wght@200&family=Roboto:wght@400;500&family=Rubik:wght@300&display=swap');*/
/* 
font-family: 'Noto Serif TC', serif;中文
*/

body {
    background: #fcfcfc;
    font-family: "Microsoft JhengHei", sans-serif;
    background: url(../images/body_bg.jpg);
}

body .section01 {
    opacity: 0;
    transition: transform 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms;
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms;
    -moz-transition: -moz-transform 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms;
    -o-transition: -o-transform 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms;
    -ms-transition: -ms-transform 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms;
    transform: translate3d(0, 0, 15px);
    -webkit-transform: translate3d(0, 15px, 0);
    -moz-transform: translate3d(0, 15px, 0);
    -ms-transform: translate3d(0, 15px, 0);
    -o-transform: translate3d(0, 15px, 0);
}

body.load .section01 {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
}


/*圓角*/
.form_fillet {
    border-radius: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p,
ul li,
ol li,
a {}

a {
    text-decoration: none;
}

.btn-secondary i {
    font-size: 13px;
    display: inline-block;
    padding-right: 5px;

}

.form-check-inline input {
    margin-top: .2em;
}

.form-check-inline label {
    padding: 0 0.6em 0 0.3em;
}

.btn_x,
.btn_m,
.btn_s {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 1px #a4a4a4 solid;
    padding: 0.3em 2em;
    font-size: 15px;
    font-family: "微軟正黑體", "新細明體", "標楷體";
    color: #ab8553;
}

.btn_x {
    padding: 0.7em 4em;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #555;
    font-weight: bold;
}

.btn_s {
    padding: 0.3em 1.3em;
    font-size: 13px;
}

.btn_x:before,
.btn_m:before,
.btn_s:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #232424;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn_x:before {
    background: #08335f;
}

.btn_x:hover,
.btn_x:focus,
.btn_x:active {
    border: 1px #666666 solid;
    color: #fff !important;
}

.btn_m:hover,
.btn_m:focus,
.btn_m:active,
.btn_s:hover,
.btn_s:focus,
.btn_s:active {
    border: 1px #666666 solid;
    color: #fff !important;
}

.btn_x:hover:before,
.btn_x:focus:before,
.btn_x:active:before,
.btn_m:hover:before,
.btn_m:focus:before,
.btn_m:active:before,
.btn_s:hover:before,
.btn_s:focus:before,
.btn_s:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.btn_bg2 {
    background: #45597c;
    color: #fff;
    border: 1px #45597c solid;
}

.btn_bg2:before {
    background: #2a3d5e;
}



.btn_line {
    display: inline-flex;
    flex-direction: row;
    font-family: "微軟正黑體", "新細明體", "標楷體";
    background: #8bbb72;
    color: #fff;
    padding: 0 1em;
    border-radius: 30px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn_line .icon_line {
    margin: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_line span {
    display: flex;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 0.5em;
}

.btn_line .icon_line img {
    height: 32px;
    width: auto;
}

.btn_line:hover {
    background: #6ba252;
}


@media(max-width:480px) {

    .btn_line {
        padding: 0 1em 0 .75em;
    }

    .btn_line .icon_line img {
        height: 30px;
    }

    .btn_line span {
        font-size: 18px;
        padding-top: 8px;
    }


}

@media(max-width:320px) {

    .btn_line .icon_line img {
        height: 26px;
    }

    .btn_line span {
        font-size: 16px;
        padding-top: 7px;
        padding-left: 0.25em;
    }
}



/*內頁container-----------------------------------*/
.page_container {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
    width: 100%;
    max-width: 1140px
}

@media(max-width:1440px) {
    .page_container {
        width: 80%;
        max-width: none;
    }
}

@media(max-width:960px) {
    .page_container {
        width: 90%;
    }
}

@media(max-width:480px) {
    .page_container {
        padding-left: 0;
        padding-right: 0;
        width: 92%;
    }

    .index_banner_right {
        margin-top: 100px;
        float: right;
        width: 150px;
    }

}

/*page_content頁面內容區---------------------------------------------*/
.page_title {
    display: inline-block;
    font-size: 26px;
    color: #5c6064;
    border-bottom: 2px #bb986b solid;
    line-height: 2em;
    margin: 0 0 0.375em 0;
    padding: 0;
}


/*文章內容區---------------------------------------------*/
.fck_h1 {
    display: block;
    margin-bottom: 0.5em;

    font-size: 32px;
    font-weight: bold;
    color: #0d3a6b;
}

.article_banner {
    display: block;
}

.article_banner img {
    width: 100%;
    height: auto;
}

.page_breadcrumb {
    margin-top: 1.5em;
}

.booking_breadcrumb {
    display: block;
    margin: 0 auto;
    width: 1200px;
}

@media(max-width:1366px) {
    .booking_breadcrumb {
        width: 90%;
    }
}

@media(max-width:1160px) {
    .booking_breadcrumb {
        width: 96%;
    }
}

@media(max-width:800px) {
    .booking_row {
        width: 85%;
    }
}

@media(max-width:540px) {
    .booking_row {
        width: 90%;
    }
}

@media(max-width:480px) {
    .booking_row {
        width: 100%;
    }
}



.booking_breadcrumb {
    display: block;
    margin: 0 0 0 0 0;
}

.breadcrumb {
    margin-bottom: 0;
    font-size: 0.9375em;
    color: #616263;
}

/*團隊用*/
.breadcrumb_2 {
    padding-left: 1.5%;
}

@media(max-width:960px) {
    .breadcrumb_2 {
        padding-left: 2%;
    }
}

/*文章用*/
.breadcrumb_3 {
    padding-left: 2%;
    padding-bottom: 15px;
}

@media(max-width:1440px) {
    .breadcrumb_3 {
        padding-left: 4%;
    }
}

@media(max-width:768px) {
    .breadcrumb_3 {
        padding-left: 2%;
    }
}

@media(max-width:360px) {
    .breadcrumb_3 {
        padding-left: 0;
    }
}

.breadcrumb a {
    color: #616263;
}

.breadcrumb a:hover {
    color: #9c7a56;
}

.article_share_nav {
    margin: 0;
    padding: 0;
}

.article_share_nav li {
    width: auto;
    display: inline-block;
    padding: 3px 16px;
    font-size: 15px;
    color: #3c4148;
    text-align: right;
}

.article_share_nav li i {
    display: inline-block;
    padding-right: 5px;
    color: #3c4148;
}

.article_share_nav li a {
    color: inherit;
    color: #3c4148;
}

.article_share_nav li button {
    border: none;
    background: none;
    color: #3c4148;
}

.article_share_nav li button:hover,
.article_share_nav li a:hover {
    color: #1f5296;
}

.article_share_nav li a:hover i,
.article_share_nav li button:hover i {
    color: #1f5296;
}

.article_list_group_box {
    border-top: 1px #b9b9b9 solid;
    border-bottom: 3px #596879 solid;
    padding-bottom: 1em;
    /*
    background: #fff;
    border-radius: 6px;
    padding: 0.5em 1em;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border: 1px #dedede solid;*/
}

.article_list_group_title {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
}

.article_list_group_title i {
    font-size: 18px;
    color: #be9b61;
    display: inline-block;
    padding-right: 5px;
}

.article_list_group {
    padding: 0 16px;
    margin: 0;
}

.article_list_group li {
    display: block;
    border-bottom: 1px #b9b9b9 dashed;
    padding: 5px 0;
    font-size: 0.9375rem;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
}

.article_list_group li:last-child {
    border: none;
}

.article_list_group li a {
    color: inherit;
}

.article_list_group li:hover {
    background: #ededed;
}

.lawyer_row {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 1px #ccced8 solid;
    margin-top: 2em;
    padding-top: 2em;
    margin-bottom: 2em;
}

.lawyer_left {
    float: left;
    width: 180px;
    margin-right: 2em;
}

.lawyer_right {
    margin-left: 200px;
}

.lawyer_img {
    display: inline-block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
}

.lawyer_left:hover .zoom_img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.lawyer_img img {
    width: 100%;
    height: auto;
}

.lawyer_right_title {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    color: #1f5296;
    font-weight: bold;
}

.lawyer_right_title a {
    color: #1f5296;
}

.lawyer_right_title2 {
    display: none;
}

.lawyer_right_txt {
    display: block;
    border-left: 2px #b6b6b8 solid;
    margin-left: 0.5em;
    padding-left: 1em;
}

@media(max-width:1024px) {
    .lawyer_row {
        border-bottom: 1px #ccced8 solid;
        margin: 2em 0;
        padding: 2em 0;
    }

    .lawyer_right {
        margin-left: 200px;
    }
}

@media(max-width:600px) {
    .lawyer_left {

        width: 150px;
        margin-right: 2em;
    }

    .lawyer_img {
        width: 150px;
        height: 150px;
    }

    .lawyer_right {
        margin-left: 170px;
    }
}

@media(max-width:480px) {
    .lawyer_left {
        position: relative;
        float: none;
        width: auto;
        margin-right: 0;
    }

    .lawyer_img {
        width: 120px;
        height: 120px;
    }

    .lawyer_right {
        margin-left: 0;
    }

    .lawyer_right_title {
        display: none;
    }

    .lawyer_right_title2 {
        position: absolute;
        display: inline-block;
        font-size: 18px;
        color: #2a3242;
        top: 50px;
        left: 140px;
    }

    .lawyer_right_txt {
        border: none;
        margin-left: 0;
        padding-left: 0.5em;
    }

}

/*首頁服務項目------------------------------------------*/

.service_section {
    display: block;
    position: relative;
    height: 400px;
    margin-top: 3em;
    margin-bottom: 3em;
}

.service_left {
    width: 40%;
    height: 400px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background: url(../images/service_bg.jpg) left/cover no-repeat;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_right {
    width: 100%;
    height: 385px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #434649;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.service_icon_row {
    display: inline-block;
    width: 670px;
    margin-left: 36%;
}


.service_icon {
    float: left;
    display: block;
    width: 17%;
    margin: 1.5%;
    text-align: center;
    color: #fff;
    padding: 0;
}

.service_icon img {
    width: 100%;
    height: auto;
}

.service_icon span {
    display: block;
    font-size: 15px;
    line-height: 1em;
    font-weight: bold;
}

.service-title {
    display: inline-block;
    color: #fff;
    text-align: right;
}

.service-title h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.8em;
    display: block;
    color: #fff;
    text-align: right;
    border-bottom: 1px #fff solid;
    padding-right: 1.5em;
}

.service-title h3 {
    font-size: 32px;
    font-weight: bold;
    display: block;
    color: #fff;
    text-align: right;
}


@media(max-width:1440px) {
    .service_section {
        height: 350px;
    }

    .service_left {
        height: 350px;
    }

    .service_right {
        height: 335px;
    }
}

@media(max-width:1280px) {
    .service_icon_row {
        width: 580px;
    }

}

@media(max-width:1024px) {
    .service_icon_row {
        display: inline-block;
        width: 550px;
    }

}

@media(max-width:800px) {
    .service_section {
        height: 340px;
        margin-top: 3em;
        background: url(../images/service_bg.jpg) left top/cover no-repeat;
    }

    .service_left {
        width: 100%;
        height: 80px;
        position: absolute;
        bottom: inherit;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        clip-path: none;
    }

    .service_right {
        width: 100%;
        height: 260px;
        position: absolute;
        bottom: inherit;
        top: 60px;
        background: none;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .service_icon_row {
        width: 600px;
        margin-left: 0;
    }

    .service-title {
        display: inline-block;
        border-bottom: 1px #fff solid;
    }

    .service-title h2 {
        font-size: 28px;
        font-weight: bold;
        line-height: 1em;
        display: inline-block;
        color: #fff;
        text-align: right;
        border: none;
        padding-right: 0.25em;
    }

    .service-title h3 {
        font-size: 20px;
        font-weight: bold;
        display: inline-block;
        color: #fff;
        text-align: right;
    }

}

@media(max-width:600px) {
    .service_section {
        height: 340px;
    }

    .service_right {
        height: 260px;

    }
}

@media(max-width:480px) {
    .service_section {
        height: 430px;
    }

    .service_right {
        height: 360px;

    }

    .service_icon {

        width: 21%;
        margin: 2%;

    }

}

@media(max-width:390px) {
    .service_section {
        height: 540px;
    }

    .service_right {
        width: 90%;
        margin-left: 5%;
        height: 450px;
    }

    .service_icon {
        width: 29.33%;
        margin: 2%;
    }
}

@media(max-width:360px) {
    .service_section {
        height: 500px;
    }

    .service_right {
        width: 90%;
        margin-left: 5%;
        height: 420px;

    }


}

@media(max-width:320px) {
    .service_section {
        height: 450px;
    }

    .service_right {
        width: 96%;
        margin-left: 2%;
        height: 380px;

    }


}


/*團隊--------------------------------------*/
.index_team_row {
    display: block;
    margin-top: 2em;
}

.page_team_row {
    position: relative;
    display: block;
    max-width: 1380px;
    margin: 0.5em auto 0 auto;
}

#team1,
#team2,
#team3 {
    display: block;
    overflow: hidden;
    margin-top: 80px;
}




/*tab樣式修改*/
.tabs_row {
    display: block;
    width: 1368px;
    margin-left: auto;
    margin-right: auto;
}

.nav-tabs {
    border-bottom: 1px solid #898989;
    margin-left: 20px;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    padding: .5rem 1.5rem .5rem 1rem;
    color: #2a3242;
    /* 深藍文字 */
    position: relative;
    font-size: 18px;
    font-weight: bold;
    /* 給 ::before 定位參考 */
}

/* Active 樣式 */
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: #fff;
    /* 白字 */
    background: none;
    transition-duration: 1s;
    /* 本體不畫底 */
}

.nav-tabs .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    /* 深藍底 */
    transform: skew(-10deg);
    transform-origin: left top;
    z-index: -1;
    /* 放到文字底下 */

    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

/* 用 ::before 畫一個 skew(-10deg) 的底色 */
.nav-tabs .nav-link.active::before,
.nav-tabs .nav-link:hover::before {
    width: 100%;
    /* 深藍底 */
    /* 放到文字底下 */
    background: #113361;
}

/*更多按鈕*/
.index_team_btn_row {
    display: block;
    text-align: center;
    margin-top: 1em;
}

@media(max-width:414px) {
    .nav-tabs .nav-link {
        padding: .5rem 1.25rem .5rem .75rem;
        font-size: 16px;
    }
}


/*首頁團隊---------------------------------------*/

.card-container_area {
    width: 1368px;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    /* 卡片之間的間距 */
}


.card-container {
    display: inline-block;
    /* 寬度固定 */
    width: 327px;
    height: 443px;
    overflow: hidden;
    transition: transform 0.3s ease;
    cursor: pointer;
    /* 置中示範 */
    margin: 20px auto;
}

.card-container:hover {
    transform: scale(1.1);
}

.mask {
    position: relative;
    width: 100%;
    height: 100%;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.photo {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.name {
    bottom: 0;
    left: 0;
    font-size: 20px;
    width: 100%;
    padding-left: 1.5em;
    vertical-align: bottom;
    padding-top: 8px;
}

.name h3 {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.name h3::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
    width: 3em;
    height: 1px;
    background: #2a3242;
}

/* 介紹文字的遮罩層 */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 51, 95, 0.7);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
    text-align: left;
    font-size: 15px;
}

/* 滑入時顯示 overlay */
.card-container:hover .overlay {
    opacity: 1;
}

@media(max-width:1440px) {

    .card-container_area {
        width: 1230px;
    }

    .tabs_row {
        width: 1260px;
    }

    .card-container {
        width: 300px;
        height: 406px;

    }
}

@media(max-width:1366px) {
    .card-container_area {
        width: 1220px;
    }

    .tabs_row {
        width: 1250px;
    }

    .card-container {
        width: 290px;
        height: 392px;

    }

}

@media(max-width:1280px) {
    .card-container_area {
        width: 960px;
    }

    .tabs_row {
        width: 980px;
    }

    .card-container {
        width: 300px;
        height: 406px;

    }

}

@media(max-width:1024px) {
    .card-container_area {
        width: 660px;
    }

    .tabs_row {
        width: 680px;
    }

    .card-container {
        width: 300px;
        height: 406px;

    }

}

@media(max-width:720px) {
    .card-container_area {
        width: 600px;
    }

    .tabs_row {
        width: 620px;
    }

    .card-container {
        width: 270px;
        height: 365px;

    }

    .name {
        font-size: 18px;
        padding-left: 1em;
        padding-top: 3px;
    }

    .name h3 {
        font-size: 18px;
    }


}

@media(max-width:640px) {
    .card-container_area {
        width: 330px;
    }

    .tabs_row {
        width: 90%;
    }

    .card-container {
        width: 270px;
        height: 365px;

    }

    .name {
        font-size: 18px;
        padding-left: 1em;
        padding-top: 3px;
    }

    .name h3 {
        font-size: 18px;
    }


}

@media(max-width:414px) {
    .tabs_row {
        width: 98%;
    }
}





/*footer---------------------------------------------------------*/
footer {
    clear: both;
    background: #303134;
    display: block;
    overflow: hidden;
}

.footer_nav {
    display: block;
    text-align: center;
    padding-bottom: 0.5em;
}

.footer_nav_ul {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}

.footer_nav_ul li a {
    font-size: 15px;
    color: #dfdfdf;
    line-height: 1em;
    padding: 0 2em;
    border-right: 1px #dfdfdf solid;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
}

.footer_nav_ul li a:hover {
    color: #b89969;
}

.footer_nav_ul li {
    display: inline-block;
    text-align: center;
    margin: 1em 0;
}

.footer_nav_ul li:last-child a {
    border: none;
}


.footer_row {
    display: block;
    overflow: hidden;
    width: 1400px;
    margin: 1em auto 1.5em auto;
}

.footer_box {
    float: left;
    width: 31.33%;
    color: #fff;
    margin: 0 1%;
}

.footer_box h4 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #ededed;
    margin-bottom: 1.5em;
}

.footer_box h4:after {
    position: absolute;
    top: 1.75em;
    left: 0;
    width: 4em;
    height: 2px;
    background: #a68b7a;
    display: inline-block;
    content: "";

}

.footer_box p {
    font-size: 15px;
    line-height: 1.8em;
    color: #d5d5d5;
    margin: 0;
    padding: 0;
}

.footer_box a{
    color: #d5d5d5;
    text-decoration:underline;
}
.footer_box a:hover{
    color: #fff;
}

.footer_copyright {
    display: block;
    text-align: center;
    background: #232425;
    color: #b7b7b7;
    padding: 1em;
    font-size: 15px;
    letter-spacing: 0.02em;
}

.footer_copyright a {
    color: #b7b7b7;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
}

.footer_copyright a:hover {
    color: #fff;
}

@media(max-width:1680px) {
    .footer_row {
        width: 1360px;
    }
}

@media(max-width:1500px) {
    .footer_row {
        width: 90%;
    }
}

@media(max-width:960px) {
    .footer_nav {
        padding-bottom: 0;
    }

    .footer_nav_ul li a {
        padding: 0 1em;
    }

    .footer_nav_ul li {
        margin: 1em 0 0 0;
    }

    .footer_row {
        margin: 0 auto 1.5em auto;
    }

    .footer_box {
        float: none;
        width: auto;
        color: #fff;
        margin: 0 1%;
        padding-top: 2em;
    }
}

@media(max-width:440px) {
    .footer_nav_ul li a {
        padding: 0 0.5em;
    }
}



/*line線上諮詢--------------------------------------------*/
#contackbox {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 99999;
}

.contact_line {
    display: block;
    margin-bottom: 0.5em;
}

#contackbox a {
    display: block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 50%;
    background: #a48b78;
    color: #fff;
    text-align: center;
    margin-bottom: 0.5rem;
    text-decoration: none;
}

@media(max-width:800px) {
    #contackbox {
        bottom: 1em;
        right: 0.25em;
    }

    .contact_line img {
        width: 46px;
        height: auto;
    }

    #contackbox a {
        width: 46px;
        height: 46px;
        line-height: 44px;
    }

    #contackbox a img {
        width: 30px;
        height: auto;
    }
}

@media(max-width:480px) {
    #contackbox {
        right: -3px;
    }

    .contact_line img {
        width: 42px;
        height: auto;
    }

    #contackbox a {
        width: 42px;
        height: 42px;
        line-height: 38px;
    }

    #contackbox a img {
        width: 30px;
        height: auto;
    }
}


/*page_banner_row---------------------------------------------------------------*/
/*999*/
.page_banner_row {
    position: relative;
    margin-top: 67px;
    height: 250px;
}

.page_banner {
    width: 100%;
    background: rgba(60, 60, 60, 0.8);
    background: url(../images/page_banner.jpg);
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
   background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 350px;
}

.page_banner03 {
    background: url(../images/banner03.jpg);
      background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page_banner04 {
    background: url(../images/banner04.jpg);
      background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page_banner05 {
    background: url(../images/banner05.jpg);
      background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page_banner06 {
    background: url(../images/banner06.jpg);
      background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page_banner_title {
    position: absolute;
    color: #fff;
    font-size: 42px;
    line-height: 1em;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: left;
    padding-top: 2em;
}

.page_banner_title h1 {
    position: relative;
    display: inline-block;
    padding: 0 2.25em;
    font-weight: bold;
}

.page_banner_title h1:before {
    position: absolute;
    right: 0;
    top: 22px;
    width: 2em;
    height: 1px;
    background: #fff;
    display: inline-block;
    content: "";
}

.page_banner_title h1:after {
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 2em;
    height: 1px;
    background: #fff;
    display: inline-block;
    content: "";
}

@media(max-width:960px) {
    .page_banner_row {
        margin-top: 60px;
        height: 180px;
    }

    .page_banner {

        height: 230px;
    }

    .page_banner_title {
        padding-top: 1.5em;
    }
}

/**/
.breadcrumb_row {
    position: absolute;
    bottom: 1em;
    right: 0;
    display: block;
    text-align: right;
    padding: 3px 16px;
    background: rgba(0, 0, 0, 0.3);
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}

ul.my_breadcrumb {
    display: inline-block;
    color: #fff;
}

ul.my_breadcrumb,
ol.my_breadcrumb {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.my_breadcrumb li {
    position: relative;
    display: inline-block;
    padding-left: 0.2em;
    padding-right: 1em;

}

ul.my_breadcrumb li a {
    color: #1d2127;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    color: #fff;

}

ul.my_breadcrumb li a:hover {
    color: #1f5296;
}


ul.my_breadcrumb li:after {
    position: absolute;
    top: 4px;
    right: 0;
    font-family: 'bootstrap-icons';
    content: "\F280";
    display: inline-block;
    font-size: 0.6875rem;
}

ul.my_breadcrumb li:last-child:after {
    content: none;
    display: none;
}

@media(max-width:1024px) {
    .breadcrumb_row {
        display: none;

    }

}


/*article搜尋列------------------------------------------------------------------*/
.search_row {
    display: block;
    max-width: 1440px;
    margin: 1.5em auto 0 auto;
}

.search_box2 {
    display: block;
    margin: 0 2%;
    background: #edf0f3;
    border-radius: 5px;
    padding: 3px 16px;
}

.search_box3 {
    display: inline-block;
    margin: 0;
    background: #08335f;

    /* 
    border: 3px #305688 solid;
    padding: 3px 16px;
    background: rgba(255,255,255, 0.7);*/

}

.form_group .form-select,
.form_group .form-control {
    border-color: #305688;
}

.form_group {
    display: inline-block;
    padding: 10px 5px;
    vertical-align: middle;
}

.form_group label {
    display: inline-block;
}

.form_select_width {
    display: inline-block !important;
    width: 15em;
    background: #2a53a9;
}

.form_select_width .selectpicker {
    width: 100% !important
}

.form_group .btn,
.form_group .form-check,
.form_group .form-select,
.form_group .form-control {
    display: inline-block !important;
    width: auto;
}

a.btn i {
    font-size: 0.875em;
    padding-right: 5px;
    vertical-align: top;
}

@media(max-width:1440px) {
    .search_row {
        max-width: initial;
    }

    .search_box2 {
        margin: 0 auto;
        width: 92%;
        padding: 2px 10px;
    }

    .form_group {
        display: inline-block;
        padding: 8px;
    }

    .search_box2 .form-control-sm,
    .search_box2 .form-select-sm,
    .search_box2 .btn-sm {
        padding: .3125rem .625rem;
        min-height: auto;
    }

    .search_box2 .form-control-sm {
        width: 8rem;
    }
}

@media(max-width:768px) {
    .search_row {
        max-width: initial;
        width: 92%;
        margin: 2em auto 0 auto;
    }

    .search_box2 {
        margin: 0 2%;
        width: auto;
    }
}

@media(max-width:560px) {
    .search_row {

        width: 96%;
    }

    .search_box2 {
        margin: 0 2%;
        width: auto;
    }
}

@media(max-width:360px) {
    .search_row {

        width: 80%;
    }

    .search_box2 {
        margin: 0;
        width: auto;
    }
}

@media(max-width:320px) {
    .search_row {

        width: 90%;
    }
}

/*article_ul----------------------------------------------------------------*/
.article_row {
    /*
    display: block;
   
    margin: 0 auto 3em auto;
    overflow: hidden;*/
}

.article_row .card {
    border-color: #7da7d6;
    overflow: hidden;
}

.article_row2 .card {
    border-color: #b3b3b3;
}

.article_ul_img {
    display: block;
    margin-bottom: 8px;
    background: #08335f;
}

.article_row .card:hover .zoom_img img,
.article_row .card:focus .zoom_img img,
.article_row .card:active .zoom_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.3;
}


.article_ul_img img {
    width: 100%;
    height: auto;
}

.article_class_name {
    background: #08335f;
    color: #fff;
    display: inline-block;
    padding: 5px 22px 5px 10px;
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    font-size: 15px;
    line-height: 1em;
}

.article_t {
    display: block;
    padding: 10px 16px;
}

.article_row .card-body {
    padding: 0;
}

.article_row .card-footer {
    padding: 0 16px 8px 16px;
    border: none;
    margin: 0;
}

.article_ul_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    overflow: hidden;
}

.article_ul_title h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    color: #39577c;
}

.article_ul_summary {
    font-size: 0.9375rem;

    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;

}

.article_ul_summary p {
    font-size: 0.9375rem;
    line-height: 1.5em;
    color: #333;
}

.article_ul_txt {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.article_txt_left {
    float: left;
    width: 50%;
}

.article_txt_right {
    float: right;
    width: 50%;
    text-align: right;

}

a.article_txt_tag {
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    color: #333;
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
    -webkit-transition: background 500ms;
}

a.article_txt_tag i {
    display: inline-block;
    color: #333;
    padding-right: 5px;
}

a.article_txt_tag a {
    color: #333 !important;
}

a.article_txt_tag:hover,
a.article_txt_tag:hover i {
    color: #1f5296;

}

@media(max-width:1440px) {}

@media(max-width:768px) {}

/*放大--------------------------------------------------------------------------------------*/
.zoom_img {
    display: block;
    overflow: hidden;
    position: relative;
}

.zoom_img img {
    vertical-align: bottom;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

li:hover .zoom_img img,
li:focus .zoom_img img,
li:active .zoom_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*收縮--------------------------------------------------------------------------------------*/
.shrink {
    display: block;
    overflow: hidden;
    position: relative;

}

.shrink img {
    vertical-align: bottom;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

li:hover .shrink img,
li:focus .shrink img,
li:active .shrink img,
.shrink img,
.shrink img,
.shrink img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

/*內容頁content_row--------------------------------------------------------------------------*/
.content_row {
    display: block;
    overflow: hidden;
    max-width: 1440px;
    margin: 2em auto;
}

.content_left {
    float: left;
    width: 72%;
    margin-right: 3%;
    background: #fff;
    border: 3px #5a687a solid;
    padding: 0.75em;
}

.content_right {
    float: left;
    width: 25%;
}


/*側欄-------------------------------------------------------------------*/
.aside_title {
    margin-top: 1rem;
    display: block;
}

.aside_title h4 {
    display: inline-block;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
    color: #474d52;
    border-bottom: 2px #fa7872 solid;
    text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff;
}

.aside_title.border_2 h4 {
    border-bottom: 2px #bbab8e solid;
}

.aside_title.no_border h4 {
    border: none;
}


.aside_box {
    display: block;
    border: 1px #ddd solid;
    padding: 0;
    background: #fff;
    border-radius: 6px;
}

.aside_list {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.aside_list li {
    display: block;
    padding: 8px 16px;
    border-bottom: 1px #ddd solid;
    -moz-transition: 600ms;
    -o-transition: 600ms;
    -webkit-transition: 600ms;

}

.aside_list li:last-child {
    border: none;
}

.aside_list li:hover {
    background: #5c6a7c;
    color: #fff;
}

.aside_list li:hover a {
    color: #fff;
}

.aside_list li a {
    color: #33373f;

}

.aside_list li a:hover {
    color: #fff;

}

.aside_tags {
    margin: 6px 0 0 0;
    padding: 0;
    list-style: none;
}

.aside_tags li {
    display: inline-block;
}

.aside_tags li a {
    font-size: 15px;
    color: #33373f;
    line-height: 1.6em;
    display: block;
    border: 1px #ccc solid;
    border-radius: 20px;
    padding: 1px 1em;
    margin: 6px 0;
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    -webkit-transition: background 200ms;
}

.aside_tags li a:hover {
    background: #5c6a7c;
    color: #fff;
}

@media(max-width:1680px) {
    .content_row {
        max-width: initial;
        width: 90%;
    }
}

@media(max-width:1440px) {
    .content_row {
        width: 94%;
    }

    .content_left {
        width: 71%;
        margin-right: 4%;

    }
}

@media(max-width:1024px) {
    .content_row {
        width: 90%;
        margin: 2em auto;
    }

    .content_left {
        float: none;
        width: 100%;
        margin-right: 0
    }

    .content_right {
        float: none;
        width: 100%;

    }
}

/*行事曆表格=====================================================*/
.table01 {
    width: 1200px;
    margin: 0 auto;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
}

.table01 th {
    color: #333;
    padding: 6px 5px;
    text-align: center;
    font-size: 16px;
    background-color: #f1f1f1;
    border-top: #CCC 1px solid;
    border-left: #CCC 1px solid;
}

.table01 th:last-child {
    border-right: #CCC 1px solid;
}

.table01 td {
    color: #555;
    padding: 6px 5px;
    border-top: #CCC 1px solid;
    border-left: #CCC 1px solid;
    font-size: 16px;
    text-align: center;
}

.table01 a {
    color: #3e8bbb;
    /*藍字*/
    text-decoration: none;
}

.table01 a:hover {
    color: #3e8bbb;
    /*藍字*/
    text-decoration: underline;
}

.table01 .td_left {
    text-align: left !important;
}

.table01 .td_center {
    text-align: center !important;
}

.w01 {
    width: 10%;
}

.w02 {
    width: 36%;
}

.w03 {
    width: 37%;
}

.w04 {
    width: 17%;
}

/**/
.w11 {
    width: 25%;
}

.w12 {
    width: 22%;
}

.w13 {
    width: 19%;
}

.w14 {
    width: 18%;
}

.w15 {
    width: 16%;
}

@media(max-width:1280px) {
    .table01 {
        width: 90%;
        border-collapse: collapse !important;
        border: 1px #CCCCCC solid !important;
        margin: 0 auto;
    }
}

/*報名表單=============================================================*/
.sign_up_main {
    width: 1200px;
    margin: 0 auto 0 auto;
    padding: 0;
}

.sign_up_row {
    display: block;
    overflow: hidden;
    padding: 5px 0;
    margin-top: 2px;
}

.sign_up_left {
    float: left;
    width: 29%;
    margin-right: 1%;
    text-align: right;
    line-height: 28px;
    font-size: 16px;
}

.sign_up_content {
    float: left;
    width: 70%;
    line-height: 28px;
    display: block;
    overflow: hidden;
}

.sign_up_control_1 {
    width: 57%;
    display: inline-block;
    color: #509D02;
    line-height: 28px;
}

.sign_up_control_2 {
    width: auto;
    display: inline-block;
    color: #509D02;
    line-height: 28px;
}

.sign_up_right {
    display: inline-block;
    line-height: 28px;
    color: #53A81A;
    padding-left: 10px;
    vertical-align: top;
}

.sign_up_right span {
    display: inline-block;
    font-size: 16px;
}

.sign_up_right input {
    display: inline-block;
    width: 120px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px #ccc solid;
    background: #fff;
    padding: 0px 4px;
    font-size: 14px;
    color: #333;
}

.sign_up_row .msg {
    color: #EE425B;
    display: inline-block;
    padding: 0 2px;
}

.sign_up_control_1 input[type=text],
.sign_up_content textarea {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px #ccc solid;
    background: #fff;
    padding: 3px 1%;
    width: 98%;
    font-size: 14px;
    color: #333;
}

.sign_up_content input[type=radio] {
    line-height: 28px;
}

.sign_up_content label {
    line-height: 28px;
    padding: 0 10px 0 5px;
    display: inline-block;
}

.sign_up_content input.textBox_m {
    display: inline-block;
    width: 57%;
}

.sign_btn_box {
    text-align: center;
    margin: 30px 0;
    overflow: hidden;
}

.sign_btn_box_img {
    width: 6em;
    float: left;
}

.sign_btn_box_input {
    width: 6em;
    float: left;
}

@media(max-width:1280px) {
    .sign_up_main {
        width: 100%;
        margin: 20px auto 0 auto;
    }
}

@media(max-width:900px) {
    .sign_up_main {
        width: 80%;
        margin: 20px auto 0 auto;
    }

    .sign_up_left {
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: left;
        line-height: 28px;
        font-size: 16px;
    }

    .sign_up_content {
        float: none;
        width: 100%;
        line-height: 28px;
        display: block;
        overflow: hidden;
    }

    .sign_btn_box {
        text-align: left;
        margin: 30px auto;
        width: 80%;
    }
}

@media(max-width:768px) {
    .sign_up_main {
        width: 90%;
        margin: 20px auto 0 auto;
    }

    .sign_btn_box {
        text-align: left;
        margin: 30px auto;
        width: 90%;
    }
}

@media(max-width:540px) {
    .sign_up_right {
        display: block;
        line-height: 28px;
        color: #53A81A;
        padding: 5px 0 0 0;
        vertical-align: top;
    }

    .sign_up_control_1 {
        width: 98%;
        display: inline-block;
        color: #509D02;
        line-height: 28px;
    }

    .sign_btn_box {
        text-align: center;
        margin: 30px auto;
        width: 90%;
    }

    .sign_up_control_2 select {
        width: 98% !important;
    }
}

/*月曆===========================================================================*/

.calendar_main {
    width: 1200px;
    margin: 15px auto 50px auto;
    overflow: hidden;
    display: block;
}

.calendar_main_row {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 2em;
}


.calendar_top {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;

}

.calendar_y_m {
    display: block;
    text-align: center;
}

/*年月*/
.calendar_y_m a,
.calendar_y_m span {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    margin-top: 5px;
}

.mm {
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
    padding: 0 3px;
    font-family: "微軟正黑體", "新細明體", "標楷體";
    line-height: 30px;
}

.y_m_a {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
}

.y_m_a i {
    font-size: 30px;
    color: #646464;
    line-height: 30px;
    vertical-align: middle;
}

/*月曆外框*/
.calendar_frame {
    clear: both;
    width: 100%;
    overflow: hidden;
    display: block;
}



.calendar_table {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.calendar_table tr th,
.calendar_table tr td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.calendar_table tr td {
    vertical-align: top;
}

/*星期*/
.calendar_week {
    width: 14.28%;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.week_color {
    color: #D32E5B;
}

/*日的div*/
.calendar_td {
    font-size: 15px;
}

/*非當月*/
.no_day {
    background-color: #f1f1f1;
}

/*當月,非當日*/
.is_day {
    background-color: #fff;
}

/*當日*/
.calendar_now {
    background-color: #686977;
}

/*日期列*/
.calendar_td .day {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 120px;
    width: 100%;
}

/*日*/
.calendar_td .num {
    font-size: 15px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    color: #6B6B6B;
    padding: 5px 0 0 8px;
}

/*星期*/
.calendar_td .week {
    display: none;
}

.calendar_now .num,
.calendar_now .week {
    color: #fff;
}


/*行事*/
.calendar_ol {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.calendar_ol li {
    color: #46474b;
    font-size: 15px;
    line-height: 1.5em;
    background: #f2f2f4;
    margin: 5px;
    padding: 4px 6px;
    border-radius: 5px;
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
    -webkit-transition: background 500ms;
}

.calendar_ol li:hover {
    background: #e7e9eb;
}

.no_day .calendar_ol li {
    background: #fff;
}

.calendar_ol li a {
    color: inherit;
    font-size: 15px;
    display: block;
}

.calendar_ol li a .tt1,
.calendar_ol li a .tt2 {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

.calendar_ol li a .tt1 {
    display: block;
}

.calendar_ol li a .tt2 {
    display: block;
}

.calendar_badge {
    display: inline-block;
    line-height: 15px;
    color: #fc7275;
    padding-left: 0.5em;
}

@media(max-width:1024px) {
    .calendar_ol li a .tt1 {
        display: inline-block;
        padding-right: 0.5em;
    }

    .calendar_ol li a .tt2 {
        display: block;
    }
}

/*滑鼠進入--------*/
/*格子背景*/


/*滑鼠進入end--------*/

@media(max-width:1280px) {
    .calendar_main {
        width: 94%;
    }
}

@media(max-width:1160px) {
    .calendar_main {
        width: 96%;
    }
}

@media(max-width:1024px) {
    .calendar_main {
        width: 90%;
    }

    .calendar_table tr:first-child {
        display: none;
        /* 隐藏第一行 */
    }

    .calendar_table tr:not(:first-child) td {
        display: block;
        /* 将第二行及其后的每个<td>元素都设为块级元素 */
    }

    .calendar_table tr:not(:first-child) td+td {
        margin-top: 0;
        /* 添加上下间距（可选） */
    }

    .calendar_y_m a,
    .calendar_y_m span {
        margin-top: 0;
        padding: 0;
        margin: 0;
    }

    .mm {
        font-size: 24px;
        display: inline-block;
        font-weight: bold;
        padding: 0 3px;
        font-family: "微軟正黑體", "新細明體", "標楷體";
        line-height: 1em;
    }

    .y_m_a {
        display: inline-block;
        padding: 0 10px;
        line-height: 1em;
    }

    .y_m_a i {
        font-size: 30px;
        color: #646464;
        line-height: 1em;
        vertical-align: middle;
    }

    .calendar_frame {
        overflow: hidden;
        display: block;
    }

    .calendar_week {
        display: none;
    }

    /*非當月*/
    td.no_day {
        display: none !important;
    }

    .calendar_td .num {
        font-size: 18px;
        display: inline-block;
        min-width: 26px;
        text-align: right;

    }

    .calendar_td .week {
        padding-left: 10px;
        font-size: 15px;
        color: #333;
        display: inline-block;
    }

    .calendar_now {
        background-color: #e6e5ea;
    }

    /*日期列*/
    .calendar_td .day {
        min-height: auto;
    }

    .calendar_now .num,
    .calendar_now .week {
        color: #333;
    }

    .day_left {
        float: left;
        width: 7em;
    }

    .calendar_ol {
        margin-left: 7em;
    }

    .calendar_now .calendar_ol li {
        background: #fff;
    }

}

@media(max-width:540px) {
    .day_left {
        float: none;
        width: auto;
    }

    .calendar_ol {
        margin-left: 1.5em;

    }

    .calendar_td .num {
        font-size: 16px;
        min-width: 20px;
    }

    .calendar_td .week {
        font-size: 15px;
    }

}

@media(max-width:540px) {
    .calendar_main_row {
        padding-bottom: 1em;
    }

    .calendar_y_m {
        text-align: left;
        margin-top: 8px;
    }

    .mm {
        font-size: 20px;

        padding: 0 3px;

        line-height: 30px;
    }

    .y_m_a {
        display: inline-block;
        padding: 0 10px;
        line-height: 30px;
    }

    .y_m_a i {
        font-size: 22px;
        color: #646464;
        line-height: 30px;
        vertical-align: middle;
        padding: 0 3px;
    }
}


/*=========================================================*/
.index_new {
    clear: both;
    overflow: hidden;
}

.index_new h2 {
    display: block;
    font-size: 36px;
    text-align: center;
}

.index_new_ul {}


.index_new_ul li {
    float: left;
    width: 23%;
    margin: 1%;
    text-align: left;
}

.index_new_ul li .index_news_img {
    position: relative;
    margin: 0 0 7px 0;
}

.index_new_ul li img {
    width: 100%;
    height: auto;
}



.index_new_ul li h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    padding: 8px 0 0 0;
    margin: 0 0 30px 0;
    display: block;
    height: 42px;
    overflow: hidden;
    clear: both;
}

.index_new_ul li h3 p {
    margin: 0;
    line-height: 21px;
}

.index_new_ul li .index_new_left {
    float: left;
    display: block;
    margin-top: 5px;
}

.index_new_ul li .index_new_right {
    float: right;
    display: block;
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
}

.index_new_ul li .index_new_right span {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 5px;
}


.index_new_ul li .news_class {
    background-color: #ef8d9c;
    color: #fff;
    padding: 2px 8px;
    font-size: 14px;
    display: inline-block;
}

.index_new_ul li .btn_box {
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 50px;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.index_new .btn_box {
    margin: 0;
    padding: 0;
}

@media(max-width:1160px) {
    .index_new_ul {
        width: 75%;
        margin: 0 auto;
    }

    .index_new_ul li {
        width: 46%;
        margin: 0 2% 10px 2%;
    }
}

@media(max-width:1024px) {
    .index_new_ul {
        width: 80%;
    }
}

@media(max-width:960px) {
    .index_new_ul {
        width: 85%;
    }
}

@media(max-width:900px) {
    .index_new_ul {
        width: 90%;
    }
}

@media(max-width:768px) {
    .index_new_ul {
        width: 96%;
    }
}


@media(max-width:640px) {
    .index_new_ul {
        width: 100%;
    }
}

@media(max-width:540px) {
    .index_new_ul {
        width: 65%;
    }

    .index_new_ul li {
        float: none;
        width: 100%;
        margin: 0 auto 10px auto;
    }

    .index_new_ul li h3 {
        height: auto;
    }
}

@media(max-width:480px) {
    .index_new_ul {
        width: 70%;
    }
}

@media(max-width:360px) {
    .index_new_ul {
        width: 80%;
    }
}




/*====================================================*/
.panel_frame {
    text-align: center;
    padding: 50px 0;
    font-size: 24px;
}

.panel_frame p {
    font-size: 24px;
    display: block;
}

/*=========================================================*/
.news_list {
    clear: both;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.news_ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.news_ul li {
    float: left;
    width: 31.33%;
    padding: 0;
    margin: 15px 1%;
}

.news_ul li img {
    width: 100%;
    height: auto;
}

.news_ul li .news_img {
    position: relative;
}

.news_ul li .btn_box {
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 50px;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.news_ul li h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    padding: 8px 0 0 0;
    margin: 0 0 30px 0;
    display: block;
    height: 42px;
    overflow: hidden;
    clear: both;
}

.news_ul li h3 p {
    margin: 0;
    line-height: 21px;
}

.news_ul li .new_left {
    float: left;
    display: block;
    margin-top: 5px;
}

.news_ul li .new_right {
    float: right;
    display: block;
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
}

.news_ul li .index_new_right span {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 5px;
}


.news_ul li .news_class {
    background-color: #ef8d9c;
    color: #fff;
    padding: 2px 8px;
    font-size: 14px;
    display: inline-block;
}

@media(max-width:1160px) {
    .news_ul li {
        float: left;
        width: 48%;
        padding: 0;
        margin: 15px 1%;
    }
}

@media(max-width:960px) {
    .news_ul li {
        float: left;
        width: 31.33%;
        padding: 0;
        margin: 0 1%;
    }
}

@media(max-width:900px) {
    .news_ul li {
        float: left;
        width: 48%;
        padding: 0;
        margin: 0 1%;
    }
}

@media(max-width:640px) {
    .news_list {
        width: 60%;
    }

    .news_ul li {
        float: none;
        width: 100%;
        margin: 0;
    }

    .news_ul li h3 {
        height: auto;
    }
}

@media(max-width:540px) {
    .news_list {
        width: 70%;
    }
}

@media(max-width:480px) {
    .news_list {
        width: 75%;
    }
}

@media(max-width:414px) {
    .news_list {
        width: 80%;
    }
}

@media(max-width:360px) {
    .news_list {
        width: 90%;
    }
}




/*同工簡介*/
.ul_menu {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.ul_menu li {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin: 2px;
}

.ul_menu li a {
    display: block;
    padding: 5px 10px;
    background-color: #c4c4c4;
    color: #fff;
    font-size: 15px;
}

.ul_menu li a.now {
    background-color: #e7818d;
}

/*同工簡介區塊*/
.staff_ul {
    width: 100%;
    margin: 20px 0 0 0;
}

.staff_ul li {
    overflow: hidden;
    display: block;
    margin: 20px 0;
    width: 100%;
    border: 1px #CCC solid;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.staff_ul .left {
    float: left;
    width: 18%;
}

.staff_ul .right {
    float: left;
    width: 80.5%;
    margin-left: 1.5%;
}



.staff_ul .img {
    width: 94%;
    margin: 3%;
    display: block;
    overflow: hidden;
}

.staff_ul .img img {
    width: 100%;
    height: auto;
}

.staff_ul .name {
    float: left;
    width: 35%;
    margin: 40px 0 0 0;
    display: block;
    color: #333;
    font-size: 15px;
}

.staff_ul .ps1 {
    display: block;
    float: left;
    width: 63%;
    margin: 2% 0;
}

.staff_ul .ps1 h5 {
    display: inline-block;
    padding: 4px 6px;
    margin: 0;
    background-color: #999;
    color: #fff;
    font-size: 15px;
    line-height: 1em;
    font-weight: bold;
    border-radius: 3px;
    width: 4em;
    text-align: center;
}

.staff_ul .ps1 p {
    font-size: 15px;
    padding: 0 0 0 5px;
    margin: 10px 0;
    color: #333;
}

@media(max-width:1366px) {
    .staff_ul .name {
        float: left;
        width: 38%;
        margin: 30px 0 0 0;
    }

    .staff_ul .ps1 {
        float: left;
        width: 57%;
        margin: 2% 0;
    }
}

@media(max-width:1160px) {
    .staff_ul .name {
        float: left;
        width: 38%;
        margin: 30px 0 0 0;
    }

    .staff_ul .ps1 {
        float: left;
        width: 57%;
        margin: 2% 0;
    }
}

@media(max-width:1024px) {
    .staff_ul .left {
        float: left;
        width: 30%;
    }

    .staff_ul .right {
        float: left;
        width: 67%;
        margin-left: 1.5%;
    }


    .staff_ul .name {
        float: none;
        width: 100%;
        margin: 0 0 0 0;
        display: block;
        color: #333;
        font-size: 15px;
    }

    .staff_ul .name h4 {
        margin: 10px 0 0 0;
        padding: 0;
        font-size: 16px;
    }

    .staff_ul .name p {
        margin: 5px 0 0 0;
        padding: 0;
    }

    .staff_ul .ps1 {
        display: block;
        float: none;
        width: 100%;
        margin: 2% 0;
    }

    .staff_ul .ps1 h5 {
        font-size: 14px;
    }
}

@media(max-width:960px) {
    .staff_ul .left {
        float: left;
        width: 18%;
    }

    .staff_ul .right {
        float: left;
        width: 80.5%;
        margin-left: 1.5%;
    }

    .staff_ul .name {
        float: left;
        width: 35%;
        margin: 30px 0 0 0;
    }

    .staff_ul .name h4 {
        margin-bottom: 10px;
    }

    .staff_ul .ps1 {
        float: left;
        width: 63%;
    }
}



@media(max-width:768px) {
    .staff_ul .left {
        float: left;
        width: 30%;
    }

    .staff_ul .right {
        float: left;
        width: 67%;
        margin-left: 1.5%;
    }


    .staff_ul .name {
        float: none;
        width: 100%;
        margin: 0 0 0 0;
        display: block;
        color: #333;
        font-size: 15px;
    }

    .staff_ul .name h4 {
        margin: 10px 0 0 0;
        padding: 0;
        font-size: 16px;
    }

    .staff_ul .name p {
        margin: 5px 0 0 0;
        padding: 0;
    }

    .staff_ul .ps1 {
        display: block;
        float: none;
        width: 100%;
        margin: 2% 0;
    }

    .staff_ul .ps1 h5 {
        font-size: 14px;
    }
}

@media(max-width:480px) {
    .staff_ul li {
        max-width: 300px;
        width: 100%;
        margin: 30px auto;
    }

    .staff_ul .left {
        float: none;
        width: 100%;
        text-align: center;
    }

    .staff_ul .right {
        float: none;
        display: block;
        width: auto;
        margin: 10px 15px;
    }


    .staff_ul .name {
        float: none;
        width: 100%;
        margin: 0 0 0 0;
        display: block;
        color: #333;
        font-size: 15px;
    }

    .staff_ul .name h4 {
        margin: 5px 0 10px 0;
        padding: 0;
        font-size: 18px;
    }

    .staff_ul .name p {
        margin: 5px 0 0 0;
        padding: 0;
    }

    .staff_ul .ps1 {
        display: block;
        float: none;
        width: 100%;
        margin: 2% 0;
    }

    .staff_ul .ps1 h5 {
        font-size: 14px;
        margin-top: 13px;
    }

    .staff_ul .ps1 p {
        display: block;
        margin: 8px 0 0 0;
    }
}

/*聯絡我們============================================================================================================*/
.form_box {
    clear: both;
    overflow: hidden;
    display: block;
    font-size: 15px;
    width: 52em;
    padding: 30px 0;
    margin: 0 auto 30px auto;
}

.form_box .text {
    text-align: center;
    padding: 20px 10px;
    font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
    font-size: 15px;
}

.form_row {
    overflow: hidden;
    display: block;
    margin: 15px 0;
}

.form_title,
.form_title2 {
    float: left;
    width: auto;
    width: 7em;
    font-size: 15px;
    line-height: 2em;
    text-align: left;
}

.form_title2 {
    width: 16em;
}

.form_text,
.form_text2 {
    float: left;
    font-size: 15px;
    line-height: 2em;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.form_title .msg,
.form_title2 .msg {
    color: #ca4747;
    letter-spacing: 0.5em;
    text-align: center;
    display: inline-block;
}

.t1 {
    letter-spacing: 1em;
}

.form_row input,
.form_row textarea,
.form_row select {
    width: 44em;
    margin: 0;
    border: 1px #ccc solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 0.5em;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.form_row select {
    width: 34em;
}

.form_row select option {
    font-size: 15px;
    color: #333;
    line-height: 2em;
    font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
}

.my_check_box_Horizontal {}

.my_check_box_Horizontal label,
.my_check_box_Horizontal input {
    display: inline-block;
    width: auto;
    padding-right: 6px;
}

.my_check_box_Horizontal label {
    padding: 0 5px;
}

#TBValidateCode1,
.form_row img {
    border: none !important;
    width: 100%;
    height: auto;
}

.check_num {
    float: left;
    width: 7em;
    margin-right: 0.5em;
}

.check_num2 {
    float: left;
    width: auto;
}

.check_num2 input {
    width: 36em;
}

.form_btn {
    text-align: center;
}

@media(max-width:900px) {
    .form_box {
        width: 45em;
    }

    .form_row input,
    .form_row textarea,
    .form_row select {
        width: 37em;
    }

    .my_check_box_Horizontal label,
    .my_check_box_Horizontal input {
        display: inline-block;
        width: auto;
        padding-right: 6px;
    }

    .my_check_box_Horizontal label {
        padding: 0 5px;
    }

    .check_num2 input {
        width: 29em;
    }
}

@media(max-width:768px) {
    .form_box {
        width: 40em;
    }

    .form_row input,
    .form_row textarea,
    .form_row select {
        width: 32em;
    }

    .my_check_box_Horizontal label,
    .my_check_box_Horizontal input {
        display: inline-block;
        width: auto;
        padding-right: 6px;
    }

    .my_check_box_Horizontal label {
        padding: 0 5px;
    }

    .check_num2 input {
        width: 24em;
    }
}

@media(max-width:640px) {
    .form_box {
        width: 90%;
        padding: 20px 0;
    }

    .form_title,
    .form_title2 {
        float: none;
        width: auto;
        font-size: 15px;
    }

    .form_title2 {
        width: 16em;
    }

    .form_text,
    .form_text2 {
        float: none;
        width: 100%;
        font-size: 15px;
        line-height: 2em;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */
    }

    .form_row input,
    .form_row textarea,
    .form_row select {
        width: 100%;
    }

    .form_row select {
        width: 100%;
    }

    .form_row select option {
        font-size: 15px;
        color: #333;
        line-height: 2em;
        font-family: "微軟正黑體", "新細明體", 'Open Sans', sans-serif, Helvetica, Arial;
    }

    .my_check_box_Horizontal {}

    .my_check_box_Horizontal label,
    .my_check_box_Horizontal input {
        display: inline-block;
        width: auto;
        padding-right: 6px;
    }

    .my_check_box_Horizontal label {
        padding: 0 5px;
    }

    #TBValidateCode1,
    .form_row img {
        border: none !important;
        width: 100%;
        height: auto;
    }

    .check_num {
        float: none;
        width: 200px;
    }

    .check_num2 {
        float: none;
        width: auto;
    }

    .check_num2 input {
        width: 100%;
    }

    .form_btn {
        text-align: center;
    }
}

/*submit-------------------------------------------------------------------*/
.submit_3 {
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: none;
    color: #ffffff;
    padding: 0.7em 5em;
    font-size: 15px;
    background-color: #f58c9a;
}

.submit_3:hover,
.submit_3:focus {
    background: #e4707f;
    -moz-transition: background 250ms;
    -o-transition: background 250ms;
    -webkit-transition: background 250ms;
}

.submit_3::-moz-focus-inner {
    border: none !important;
    background: #e4707f;
    -moz-transition: background 250ms;
    -o-transition: background 250ms;
    -webkit-transition: background 250ms;
}

/*sweetalert--------------------------------------------------*/
.sweet-alert button {
    background-color: #595d64 !important;
}

.sweet-alert button:hover {
    background-color: #4a4d53 !important;
}

.sweet-alert button:active {
    background-color: #4a4d53 !important;
}

.sweet-alert button.cancel {
    background-color: #787c83 !important;
}

.sweet-alert button.cancel:hover {
    background-color: #666a72 !important;
}

.sweet-alert button.cancel:active {
    background-color: #666a72 !important;
}

/*booking_check_box=預約成功後的資訊呈現=======================================================*/
.booking_check_box {
    display: block;
    overflow: hidden;
    width: 650px;
    margin: 3rem auto;
    padding: 1em 2em;
    border: 1px #ededed solid;
    border-radius: 6px;
    border-top: 2px #c3af95 solid;
}

.booking_check_box blockquote {

    display: block;
    padding-left: 1em;
    border-left: 1px #ccc solid;
    margin-left: 0.5em;
}

.booking_check_box .lead {
    font-size: 16px;

}

@media(max-width:768px) {
    .booking_check_box {
        width: 85%;
    }
}

@media(max-width:640px) {
    .booking_check_box {
        width: 90%;
    }
}

@media(max-width:540px) {
    .booking_check_box {
        width: 94%;
        margin: 1rem auto;
        padding: 0;
        border: none;
        border-radius: 0;
    }
}

/*預約頁面的標題---------------------------------*/
.booking_title {
    display: block;
    text-align: center;
    margin-top: 1em;
}

.booking_title_h1 {
    display: block;

}

.booking_title_h1 h1 {
    display: inline-block;
    font-size: 20px;
    line-height: 2em;
    color: #2a3242;
    border-bottom: 1px #cab39a solid;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1em;
}

.booking_title_h2 {
    display: block;
    margin: 10px 0 0 0;

}

.booking_title_h2 h2 {
    display: inline-block;
    font-size: 24px;
    line-height: 1.5em;
    color: #2a3242;
    margin: 0;
    padding: 0;
}

.booking_title_txt {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2em;
}

.booking_title_txt span {
    display: inline-block;
}

.booking_title_txt.txt_big {
    font-size: 1.35em;
}

@media(max-width:1160px) {
    .booking_title_h1 h1 {
        font-size: 18px;
    }

    .booking_title_h2 h2 {
        font-size: 22px;
    }

    .booking_title_txt.txt_big {
        font-size: 1.25em;
    }
}

@media(max-width:640px) {
    .booking_title {
        padding-bottom: 1em;
    }

    .booking_title_h1 h1 {
        font-size: 18px;
    }

    .booking_title_h2 {
        margin: 5px 0 0 0;

    }

    .booking_title_h2 h2 {
        font-size: 20px;
    }

    .booking_title_txt {
        font-size: 15px;
    }

    .booking_title_txt.txt_big {
        font-size: 1.2em;
    }
}

@media(max-width:414px) {
    .booking_title {
        padding: 0 2em 1em 2em;
    }

    .booking_title_txt span,
    .booking_title_txt a {
        display: block;
    }

    .booking_title_txt a {
        display: block;
        margin-top: 10px;
    }

    .booking_title_txt.txt_big {
        font-size: 1.1em;
    }

    .boking_time {
        display: block;
        text-align: center;
        padding: 5px;
        letter-spacing: 0.02em;
    }

    .booking_title_txt .boking_time span {
        display: inline-block;

    }
}

/*預約頁的雙欄區------------------------------*/
.booking_row {
    display: block;
    width: 1200px;
    margin: 1em auto 3em auto;
    overflow: hidden;
}

.booking_left {
    float: left;
    width: 48.5%;
    margin-right: 1.5%;
}

.booking_right {
    float: left;
    width: 48.5%;
    margin-left: 1.5%;
}

.booking_ps_box {
    display: block;
    color: #323a4a;

}

.booking_box_title {
    font-size: 18px;
    line-height: 1em;
    color: #b19052;
    border-left: 2px solid #c1933c;
    padding-left: 0.5em;
    margin-bottom: 15px;
}

.booking_ps_box ol li,
.booking_ps_box ul li {
    font-size: 15px;
    line-height: 2em;
}

.booking_form_box {
    display: block;
    border: 1px #e7e7e7 solid;
    background: #fff;
    padding: 1.5em 2em;
    border-radius: 6px;
}


.booking_ps_ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 10px 0;
}

.booking_ps_ul_1 {
    float: left;
    display: block;
    width: 2em;
    font-size: 16px;
    line-height: 1.8em;
}

.booking_ps_ul_2 {
    margin-left: 2em;
    font-size: 16px;
    line-height: 1.8em;
}

@media(max-width:1366px) {
    .booking_row {
        width: 90%;
    }
}

@media(max-width:1160px) {
    .booking_row {
        width: 96%;
    }
}

@media(max-width:800px) {
    .booking_row {
        width: 85%;
    }

    .booking_left {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .booking_right {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

@media(max-width:540px) {
    .booking_row {
        width: 90%;
    }

    .booking_ps_box ol li,
    .booking_ps_box ul li {

        line-height: 1.8em;
    }

    .booking_form_box {
        padding: 1em 1.5em;
    }

    .booking_form_box .mb-3 {
        margin-bottom: .5rem !important
    }
}

@media(max-width:480px) {
    .booking_row {
        width: 100%;
    }

    .booking_left {
        float: none;
        width: 92%;
        margin-left: 3%;
        margin-right: 5%;
    }

    .booking_ps_box ol li,
    .booking_ps_box ul li {

        line-height: 1.6em;
    }

    .booking_right {
        float: none;
        width: 92%;
        margin-left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .booking_form_box {
        display: block;
        border: none;
        background: none;
        padding: 1.5em 1em;
        border-radius: 0;
    }

    .booking_form_box .mb-3 {
        margin-bottom: .35rem !important
    }
}

@media(max-width:360px) {
    .booking_left {
        width: 94%;
        margin-left: 2%;
        margin-right: 4%;
    }

    .booking_right {
        width: 92%;
    }
}


/*匯款資訊-----------------------------------------------------*/
.account_data {
    width: 300px;
    display: inline-block;
    text-align: left;
}

.account_data blockquote {
    display: block;
    padding-left: 0.5em;
    border-left: 1px #ccc solid;
    margin-left: 1.5em;
    line-height: 2em;
    color: #323a4a;
}

.btn-booking {
    width: 12em
}

/*律師團隊 team_row----------------------------------------------------*/
.team_row {
    display: block;
    width: 1440px;
    margin: 2em auto 5em auto;
    overflow: hidden;
}

.team_breadcrumb {
    margin: 0 1.5%;
}

.team_width {
    display: block;
    text-align: center;
    width: 97%;
    margin: 1em auto;
}


.team_ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.team_ul li {
    float: left;
    width: 22%;
    margin: 1.5%;
    vertical-align: bottom;
}

.team_ul_img {
    display: block;
    margin-bottom: 8px;
}

.team_ul_img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
}

.team_ul_title {
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    text-align: center;
}

.team_ul_title h2 {
    font-size: 18px;
    line-height: 1.5em;
    color: #4a4b4e;
}

@media(max-width:1680px) {
    .team_row {
        display: block;
        width: 90%;
        max-width: initial;
    }
}

@media(max-width:960px) {
    .team_row {
        width: 94%;
    }

    .team_breadcrumb {
        margin: 0 2%;
    }

    .team_width {

        width: 96%;
    }

    .team_ul li {
        width: 29.33%;
        margin: 2%;
    }
}

@media(max-width:600px) {
    .team_ul li {
        float: left;
        width: 46%;
        margin: 2%;
    }

    .team_ul_title h1 {
        font-size: 16px;
    }
}

@media(max-width:560px) {
    .team_row {
        width: 96%;
    }
}

/*律師團隊內容頁--------------------------------------------------------------------------*/
/*999*/
.team_content_row {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 1380px;
    margin: 0.5em auto 0 auto;
}

.team_left {
    float: left;
    width: 32%;
}

.team_right {
    position: relative;
    float: left;
    width: 65%;
    margin-left: 3%;
}

.team_txt {
    margin-right: 300px;
}


.team_chart {
    position: absolute;
    right: 0;
    top: 65px;
    width: 300px;
    text-align: center;
}


.team_left_content {
    margin-left: 530px;
    line-height: 2em;
}

.team_left_img {
    position: relative;
    display: block;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.team_left img {
    width: 100%;
    height: auto;
}

.team_left_content_title {
    /*律師姓名*/
    font-size: 30px;
    font-weight: bold;
    color: #2a3242;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    display: inline-block;
    border-bottom: 1px #646568 solid;
    padding-bottom: 10px;
    margin-bottom: 0.5em;

    text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff;
}

.team_left_content_txt {
    display: block;
    padding-left: 1em;
}

.team_left_content_p {
    display: block;
    color: #222;
    font-size: 16px;
    line-height: 2em;
    margin: 0 0;
}

.team_left_content_p ul {
    color: #222;
    font-size: 16px;
    line-height: 2em;
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.team_left_content_p ul li {
    color: #222;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom:10px ;
   
}

.team_left_content_p ul li a {
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition: 500ms;
    display: block;
     border: 1px solid #3c608f;
     padding:5px 10px;
     border-radius: 6px;
color: #3c608f !important;
}

.team_left_content_p ul li a:hover {
background: #3c608f;
color: #fff !important;
}

.team_left_content_label {
    position: relative;
    font-weight: bold;
    color: #113361;
}

.team_left_content_label:before {
    position: absolute;
    top: 9px;
    left: -13px;
    width: 8px;
    height: 2px;
    background: #113361;
    content: '';
}

@media(max-width:1440px) {
    .team_content_row {
        width: 96%;
        margin-left: 3%;
        margin-right: 1%;
    }
}



@media(max-width:960px) {
    .team_content_row {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
    }


    .team_left {
        float: left;
        width: 37%;
    }

    .team_right {
        position: relative;
        float: left;
        width: 60%;
        margin-left: 3%;
    }

    .team_txt {
        margin-right: 0;
    }


    .team_chart {
        position: static;
        right: auto;
        top: auto;
        width: 300px;
        text-align: center;
        padding-top: 1em;
        display: block;
    }
}


@media(max-width:768px) {}

@media(max-width:640px) {}

@media(max-width:540px) {

    .team_left {
        float: none;
        width: 60%;
        margin: 1em auto;
    }

    .team_right {
        float: none;
        width: 90%;
        margin: 2em auto;
    }

    .team_chart {
        width: 100%;
    }
}

@media(max-width:480px) {

    .team_left {
        width: 80%;
    }
}

@media(max-width:414px) {

    .team_left,
    .team_right {
        width: 94%;
    }

}

/*律師專欄--------------------------------------------*/
.column_row {
    display: block;
    width: 1400px;
    margin: 0 auto;

}

.column_title {
    font-size: 36px;
    line-height: 1em;
    font-weight: bold;
    display: block;
    text-align: center;
    background: #fff;
    color: #113361;
    padding: 6px 10px;
}

.column_box {
    display: block;
    border: 5px #154575 solid;
    padding: 1em;
    overflow: hidden;
}

.column_left {
    float: left;
    width: 48.5%;
    margin-right: 1.5%;
}

.column_right {
    float: left;
    width: 48.5%;
    margin-left: 1.5%;
}



@media(max-width:1440px) {
    .column_row {
        width: 94%;
    }

}

@media(max-width:1200px) {

    .column_left,
    .column_right {
        float: none;
        width: 100%;
    }

}

/*team_article_ul----------------------------------------------*/
.team_article_ul {
    margin: 0;
    padding: 0 0 0 0;

}

.team_article_ul li {
    display: block;
}


.team_article_ul li .article_title h2 {
    font-size: 20px;
    line-height: 1.5em;
    color: #39577c;
    padding: 0;
    margin: 0;
}

.team_article_ul li .article_summary p {
    font-size: 15px;
    line-height: 1.5em;
    color: #545a62;
    padding: 0;
    margin: 10px 0;
}

.team_article_ul li .article_txt {
    display: block;
    font-size: 15px;
    color: #565866;
}

.team_article_ul li .article_txt time,
.team_article_ul li .article_txt span,
.team_article_ul li .article_txt i {
    display: inline-block;
    padding-right: 3px;
}

.team_article_ul li .article_txt time {
    padding-right: 16px;
}


.team_article_ul li a {
    display: block;
    padding: 10px;
    border-top: 1px #ccc solid;
    font-size: 16px;
    line-height: 1.6em;
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
    -webkit-transition: background 500ms;
}

.team_article_ul li a:hover {
    background: #efeff1;
}


/*msgBox------------------------------------------------*/
.msgBox {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 400px;
}

.msgBox div {
    display: inline-block;
}

/*feedback_img民眾回饋-----------------------------------------*/
.page_container2 {
    width: 600px;
    margin: 0 auto 5em auto;
}

.page_title2 {
    display: inline-block;
    font-size: 20px;
    color: #5c6064;
    border-bottom: 2px #bb986b solid;
    line-height: 2em;
    margin: 0 0 1em 0;
    padding: 0;
}

.feedback_row {
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}

.feedback_img {
    float: left;
    width: 342px;
    margin-right: 50px;
}

.feedback_img img {
    width: 100%;
    height: auto;
}

.feedback_form {
    float: left;
    width: 50%;

}

.page_container3 {
    width: 600px;
    margin: 200px auto;
    font-size: 16px;
    text-align: center;
}





/*關於我們====================================================*/
.page_container_about {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
    width: 100%;
    max-width: 1140px
}

@media (max-width: 1160px) {
    .page_container_about {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
    }

    .page_container_about .breadcrumb {
        margin-left: 1em;

    }
}

/*關於我們-創辦理念====================================================*/
.about_idea_row {
    display: flex;
    flex-direction: row-reverse;
    margin: 10px auto 50px auto;
    justify-content: space-between;
    align-items: center;
    background: #f1f1f1;
}

.about_idea_left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
}

.about_idea_right {
    width: 50%;

}

.about_idea_right img {
    width: 100%;
    height: auto;
}



.about_idea_text2 {
    position: relative;
    display: block;
    margin-top: 0;
    margin-left: 0;
    margin-right: 50px;

}

.about_idea_title {
    position: relative;
    float: left;
    font-weight: 500;
    font-size: 32px;
    font-family: 'Noto Serif TC', serif;
    color: #fff;
    width: 50px;
    line-height: 1.25em;
    margin-right: 30px;
}

.h2_line {
    position: absolute;
    display: block;
    width: 1px;
    height: 170px;
    background: #bb9964;
    right: 0;
    top: 50px
}

.about_idea_title h2 {
    display: block;
    width: 40px;
    font-weight: 500;
    font-size: 36px;
    font-family: 'Noto Serif TC', serif;
    color: #bb9964;
    width: 40px;
    line-height: 1.25em;

}

.about_idea_summary {
    display: block;
    float: left;
    margin-top: 50px;
}

.about_idea_txt1 .span01 {
    color: #607db8;
    display: inline-block;
    font-family: 'Noto Serif TC', serif;
    font-weight: 500;
    font-size: 32px;
}

.about_idea_txt1 .span02 {
    position: relative;
    color: #73a28e;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    font-family: 'Noto Serif TC', serif;
    padding-right: 1.4em;

}

.about_idea_txt1 .span02::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1px;
    background: #73a28e;
    right: 0;
    top: 0.75em;


}

.about_idea_txt2 {
    color: #4c4d53;
    display: block;
    font-size: 16px;
    line-height: 2em;
    margin-left: 5px;
    margin-top: 1em;
}

.about_idea_txt2 span {
    font-size: 18px;
    display: block;
    font-weight: 400;
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 0.1em;
}

@media (max-width: 1024px) {
    .about_idea_txt2 span {
        font-size: 16px;
    }
}

@media (max-width: 960px) {


    .about_idea_row {
        margin-bottom: 3em;
        margin-top: 0;
        flex-direction: column;
        background: none;
    }

    .about_idea_right,
    .about_idea_left {
        width: 100%;
    }

    .about_idea_left {
        margin-top: 2em;
    }

    .about_idea_txt2 span {
        font-size: 15px;
    }
}

@media (max-width: 540px) {
    .about_idea_title {
        float: none;
        width: auto;
    }

    .about_idea_summary {
        float: none;
        width: auto;
    }

    .about_idea_title,
    .about_idea_title h2 {
        width: 100%;
        display: inline-block;
        font-size: 32px;
        letter-spacing: 0.1em;
    }

    .h2_line {
        display: none;

    }

    .about_idea_title h2 {
        border-bottom: 1px solid #afb2b6;
        padding-bottom: 0.25em;
    }

    .about_idea_summary {
        margin-top: 0;
    }

}

@media (max-width: 360px) {
    .about_idea_title h2 {

        font-size: 28px;
    }

    .about_idea_txt1 .span01 {
        font-size: 28px;
    }

}



/*關於我們-四大重點=====================================================================*/


/*圖左文右-----*/
.about_item1_row {
    display: flex;
    flex-direction: row;
    /* 預設情況下將圖片放在右側 */
    margin: 50px auto;
    justify-content: space-between;
    /* 確保左右兩側的元素有間距 */
    align-items: center;
    /* 確保元素垂直居中 */
}

.about_item1_left {
    float: left;
    width: 53%;
}

.about_item1_right {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
}

.about_item1_left_img {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.about_item1_left_img img {
    width: 100%;
    height: auto;
}


/*圖右文左-----*/
.about_item2_row {
    display: flex;
    flex-direction: row-reverse;
    /* 預設情況下將圖片放在右側 */
    margin: 50px auto;
    justify-content: space-between;
    /* 確保左右兩側的元素有間距 */
    align-items: center;
    /* 確保元素垂直居中 */
}

.about_item2_left {
    width: 53%;


}

.about_item2_right {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


.about_item2_left_img {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}

.about_item2_left_img img {
    width: 100%;
    height: auto;
}

/*文字區塊-------*/

.about_item_text {
    display: block;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.about_item_title {
    display: block;
}

.about_item_title h2 {
    display: inline-block;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 0.1em;
    font-family: 'Noto Serif TC', serif;
    color: #3e4a52;
    line-height: 1.25em;
    padding-bottom: 0.3125em;
    border-bottom: 2px #c8a674 solid;
}

.about_item_p {
    display: block;
    line-height: 2em;
    font-size: 18px;
    font-weight: 400;
    margin-top: 1em;
    font-family: 'Noto Serif TC', serif;
}

.about_item_p span {
    display: block;
    letter-spacing: 0.05em;
}

.about_item_p a {
    color: #c1986f;
}

@media (max-width: 1160px) {
    /*
    .about_item1_left ,  .about_item2_left {
        width: 50%;
    }
    
    .about_item1_right , .about_item2_right {
        width: 48%;
    }*/


    .about_item2_left_img {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    }

    .about_item1_left_img {
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    }

    .about_item_title h2 {
        font-weight: 400;
        font-size: 24px;
    }

    .about_item_p {

        margin-top: 1em;
    }

    .about_item_p {

        font-size: 16px;

    }

    .about_item1_row .about_item_text {
        padding-right: 1em;
    }

    .about_item2_row .about_item_text {
        padding-left: 1em;
    }

}


@media (max-width: 960px) {


    .about_item1_row,
    .about_item2_row {
        width: 80%;
        flex-direction: column;
        /* 在手機視圖中將方向改為垂直 */
        margin-bottom: 0;
        margin-top: 1em;
    }

    .about_item1_left,
    .about_item1_right,
    .about_item2_left,
    .about_item2_right {
        width: 100%;
        /* 在手機視圖中將寬度調整為 100% */
    }

    .about_item1_right,
    .about_item2_right {
        display: block;
        align-items: normal;
        justify-content: left;
        text-align: left;
    }

    .about_item1_left_img,
    .about_item2_left_img {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    }

    .about_item_title h2 {
        font-weight: 400;
        font-size: 20px;
    }


    .about_item1_row .about_item_text,
    .about_item2_row .about_item_text {
        padding-left: 0.5em;
        padding-right: 0;
    }

    .about_item_p {

        font-size: 15px;

    }
}




@media (max-width: 500px) {

    .about_item1_row,
    .about_item2_row {
        width: 85%;
    }

    .about_item1_left_img,
    .about_item2_left_img {
        clip-path: none;
    }

    .about_item_text {
        margin-top: 1em;
    }

    .about_item_p {
        margin-top: 0;
    }
}

@media (max-width: 414px) {

    .about_item1_row,
    .about_item2_row {
        width: 90%;
    }
}



/*品牌比較-----------------------------------*/
.about_brand_row {
    display: block;
    width: auto;
    background: #eaeced;
    padding: 30px 0 50px 0;
    text-align: center;
}


.about_brand_img {
    width: 1120px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.about_brand_img img {
    width: 100%;
    height: auto;
}

.about_brand_title {
    display: block;
    margin-bottom: 2em;
    margin-top: 1em;

}

.about_brand_title h2 {
    display: inline-block;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 0.1em;
    font-family: 'Noto Serif TC', serif;
    color: #3e4a52;
    line-height: 1.25em;
    padding-bottom: 0.3125em;
    border-bottom: 2px #c8a674 solid;
}

@media (max-width: 1366px) {
    .about_brand_img {
        width: 85%;
    }

    .about_brand_title {
        margin-bottom: 1.5em;
        margin-top: 0.75em;

    }
}

@media (max-width: 1160px) {
    .about_brand_img {
        width: 90%;
    }

    .about_brand_title h2 {
        font-size: 34px;
    }

}

@media (max-width: 960px) {
    .about_brand_img {
        width: 93%;

    }

    .about_brand_title {


        margin-top: 0;

    }

    .about_brand_title h2 {
        font-size: 30px;
    }

}

@media (max-width: 768px) {

    .about_brand_title h2 {
        font-size: 28px;
    }

}

@media (max-width: 480px) {
    .about_brand_row {

        padding: 20px 0 30px 0;

    }

    .about_brand_title {
        margin-bottom: 1em;
    }

    .about_brand_title h2 {
        font-size: 22px;
    }
}

@media (max-width: 360px) {
    .about_brand_title h2 {
        font-size: 20px;
    }
}

/*免費法律諮詢流程及管道====================================*/
.process_title {
    font-size: 28px;
    display: block;
    text-align: center;
    padding: 0;
    margin: 2em 0 0 0;
}

.process_area {
    display: block;
    width: 1300px;
    margin: 1em auto;
    border: 10px solid #bdc9d3;
    padding: 1em;
}

.process_row_01 {
    display: block;
    margin: 3em 0;
    text-align: center;
}

.process_row_01_title {
    display: inline-block;
    font-size: 28px;
    color: #9c7a56;
}

.process_arr {}

.process_ul_row {
    display: inline-block;
}

.process_ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.process_ul li {
    display: inline-block;
    margin: 0 10px;

}

.process_box {
    display: flex;
    border: 1px #9aa0a5 solid;
    border-radius: 30px;
    padding: 6px 30px 6px 12px;
    background-color: #fff;
}

.process_ul_num {
    display: flex;
    background: #49729b;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 46px;
    font-weight: 600;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.process_ul_txt {
    display: flex;
    color: #3d4144;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    align-content: center;
    align-items: center;
    justify-content: center;
}

/*虛線----*/
.hr_dashed {
    border-bottom: 1px dashed #ccc;
    display: block;
    margin: 1em;
}

/*管道-----*/
.process_row_02 {
    display: block;
    margin: 2em 0 2em 0;
    text-align: center;
}

.process_02_ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.process_02_box {
    display: inline-block;
    font-size: 24px;
    line-height: 2em;
    font-weight: bold;
    color: #232424;
    text-align: center;
    width: 380px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 90%;
    padding-bottom: 10px;
}

.process_row_02 a {
    color: #232424;
}

.process_row_02 a:hover {
    color: #3c517e;
}

.box1_bg {
    background-image: url(../images/line_01.svg);
}

.box2_bg {
    background-image: url(../images/line_02.svg);
}

.box3_bg {
    background-image: url(../images/line_03.svg);
}

@media(max-width:1440px) {
    .process_area {
        display: block;
        width: 90%;
    }

    .process_row_01_title {
        font-size: 24px;
    }

    .process_02_box {
        font-size: 22px;
        width: 330px;
    }
}

@media(max-width:1160px) {
    .process_row_01 {
        margin: 1em 0;
    }

    .process_ul {
        margin: 1em 0 1em 0;
    }

    .process_row_02 {
        margin: 1em 0 0 0;
    }

    .process_arr {
        display: none;
    }

    .process_row_01_title {
        display: none;
    }
}

@media(max-width:768px) {
    .process_title {
        font-size: 24px;
    }

    .process_area {
        border: 6px solid #d0dae1;
    }

    .process_ul li {
        display: inline-block;
        margin: 8px 6px;

    }

    .process_ul_num {
        font-size: 24px;
        line-height: 36px;
        width: 40px;
        height: 40px;
    }

    .process_ul_txt {
        font-size: 18px;
    }
}

@media(max-width:480px) {
    .process_area {
        width: 95%;
    }

    .process_row_01 {
        margin: 0;
    }

    .process_box {
        display: flex;
        border: 1px #9aa0a5 solid;
        border-radius: 30px;
        padding: 6px 0 6px 12px;
        background-color: #fff;
        width: 170px;
    }

    .process_02_box {
        font-size: 20px;
        width: 300px;
        margin-top: 1em;
    }

    /*虛線----*/
    .hr_dashed {
        border-bottom: 1px dashed #ccc;
        display: block;
        margin: 0 1em;
    }
}

@media(max-width:400px) {
    .process_02_box {
        font-size: 18px;
        width: 98%;

    }
}

/*首頁成功案例-========================================*/
.index_case_container {
    display: block;
    background: url(/images/ind_case_bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.index_case_area {
    display: block;
    width: 1360px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;

}

/*主標題*/
.index_case_title {
    display: block;
    text-align: left;
    margin-top: 1em;
    margin-bottom: 2em;
}

.index_case_title h2 {
    display: inline-block;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
    color: #2a3242;
}

.index_case_title span {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    color: #3a6089;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 15em;
}

.index_case_title span:before {
    position: absolute;
    display: block;
    right: 0;
    top: 8px;
    content: "";
    width: 14em;
    height: 1px;
    background: #999;
}

.case2_class_title {
    color: #08335f;
    font-size: 30px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 0.75em 0;
}

@media(max-width:960px) {
    .case2_class_title {
        font-size: 24px;

    }
}

/*card*/
.index_case_card {
    background: url(../images/case_card_bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 7px;
    border: none;
}

.index_case_card_bg {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px #ccc solid;
    padding: 12px;
    border-radius: 4px;
    height: 100%;
}

.ind_case_card_row {
    position: relative;
    display: block;
    overflow: hidden;
}

.ind_case_card_row2 {
    height: 100%;
    padding-bottom: 2.25em;
}

.ind_case_card_left {
    float: left;
    width: 130px;
}

.ind_case_card_left .zoom_img:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity:1;
}


.ind_case_card_right {
    margin-left: 160px;
}

.index_case_card_line{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background:#0d3a6b;
      transition-property: width;
    transition-duration: 1s;
    /* Firefox 4 */
    -moz-transition-property: width;
    -moz-transition-duration: 1s;
    /* Safari and Chrome */
    -webkit-transition-property: width;
    -webkit-transition-duration: 1s;
    /* Opera */
    -o-transition-property: width;
    -o-transition-duration: 1s;
}
.index_case_card_bg:hover .index_case_card_line{
        width: 100%;
}

.ind_case_card_right hr {
    margin: 0.5rem 0;
    color: inherit;
    border: 0;
    border-top: 1px #999 solid;
    opacity: 1;
}

.ind_case_type {
    color: #08335f;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 0 0 0.25em 0;
}

.ind_case_card_left img {
    width: 100%;
    height: auto;
}

.ind_case_card_title {
    font-size: 22px;
    color: #424448;
    font-weight: bold;
}

.ind_case_card_msg {
    display: block;
    color: #e08492;
}

.ind_case_card_msg i {
    color: #e08492;
}

.ind_case_card_txt {
    display: block;
     color: #2e3033;
    font-size: 15px;
    line-height: 1.6em;
}

.ind_case_card_a:hover .ind_case_card_txt {
     color: #275294;
}


.ind_case_card_btn {
    position: absolute;
    bottom: 0;
    right: 4px;
}

@media(max-width:1680px) {
    .index_case_area {
        width: 90%;
    }
}

@media(max-width:992px) {
    .index_case_card_bg {
        padding: 12px 20px;
    }
}

@media(max-width:480px) {

    .ind_case_card_left {
        float: left;
        width: 110px;
    }

    .ind_case_card_right {
        margin-left: 120px;
    }
}


@media(max-width:440px) {
    .ind_case_card_left {
        float: none;
        width: auto;
        text-align: center;
        padding-bottom: 1em;
    }

    .ind_case_card_left img {
        width: 140px;
        height: auto;
    }

    .ind_case_card_right {
        margin-left: 0;
    }
}



/*點擊取得線上諮詢------------------------------------------------------------*/
.click_line_box {
    display: flex;
    background-color: #f0f3f5;
    overflow: hidden;
}

.click_line_img,
.click_line_text {
    width: 50%;
}

.click_line_img img {
    width: 100%;
    height: auto;
    display: block;
}

.click_line_text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.click_line_txt {
    display: inline-block;
    height: auto;
    padding-right: 2em;
}

.click_line_title {
    display: block;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: left;
}

.click_line_btn {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    padding-left: 2em;
}

.btn_line2 {
    display: block;
    font-family: "微軟正黑體", "新細明體", "標楷體";
    background: #8bbb72;
    color: #fff;
    padding: 0;
    font-size: 20px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 5px 15px;
}

.btn_line2 .icon_line2 {
    display: inline-block;
    height: 40px;
}

.btn_line2 span {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 2em;
    font-weight: bold;
    vertical-align: bottom;
}

.btn_line2 .line2 {
    display: inline-block;
}


.btn_line2:hover {
    background: #6ba252;
}

@media(max-width:1024px) {
    .click_line_txt {
        padding-right: 1em;
    }

    .btn_line2 {
        padding: 0 15px;
    }

    .click_line_title {
        font-size: 28px;
        padding-bottom: 12px;
    }

    .click_line_btn {
        padding-left: 1em;
    }

    .btn_line2 span {
        font-size: 18px;
        line-height: 2.5em;
    }

    .btn_line2 .line2 {
        display: none;
    }
}

@media(max-width:680px) {
    .click_line_box {
        display: block;
    }

    .click_line_img,
    .click_line_text {
        width: 100%;
    }

    .click_line_text {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 3.5em;
        padding-bottom: 4.5em;
    }
}

@media(max-width:480px) {
    .click_line_text {
        padding-top: 2em;
        padding-bottom: 2.5em;
    }

    .click_line_txt {
        padding-left: 0;
        padding-right: 0;
    }

    .click_line_title {
        font-size: 24px;
        padding-bottom: 3px;
    }

    .click_line_btn {
        font-size: 18px;
        padding-left: 0;
    }

    .btn_line2 {
        font-size: 18px;
        padding: 3px 10px;
    }

    .btn_line2 .icon_line2 img {
        height: 20px;
        width: 100%;
    }

    .btn_line2 span {
        line-height: 2.6em;
        font-size: 18px;
    }
}

/*google評論===========================================*/
.index_comment_row {
    display: block;
    margin-top: 3em;
    margin-bottom: 3em;
}

.index_comment_title {
    display: block;
    text-align: center;
    margin-bottom: 2em;
}

.index_comment_title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #2a3242;
}

.comment_container {
    max-width: 1360px;
    margin-bottom: 3em;
}

.index_comment_btn {
    display: block;
    text-align: center;
}

/*每則評論*/
.author {
    font-weight: bold;
    color: #26262a;
    font-size: 16px;
    display: block;
}

.rating {
    display: block;
    color: #de6794;
    margin-bottom: 0.5em;
    line-height: 20px;
}

.rating i {
    font-size: 14px;
    display: inline-block;
    margin-right: 3px;
    line-height: 20px;
}

.relative_time {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}

.comment_text {
    font-size: 15px;
    line-height: 1.6em;
}

.comment-col-2 {
    width: 20%;
}

.avatar_img {
    display: block;
    text-align: center;
    margin-bottom: 1em;
}

.avatar_img img {
    width: 60px;
    height: 60px;

}

@media(max-width:1160px) {
    .comment-col-2 {
        width: 33.33%;
        margin-bottom: 2em;
    }

    .comment_container {
        margin-bottom: 0.5em;
    }
}

@media(max-width:768px) {
    .comment-col-2 {
        width: 100%;
        margin-bottom: 1em;
    }

    .avatar_img {
        display: inline-block;
        text-align: center;
        margin-bottom: 0.5em;
        margin-right: 0.5em;
    }

    .avatar_img img {
        width: 36px;
        height: 36px;
    }

    .author {
        display: inline-block;

    }

    .rating {
        display: inline-block;

    }

    .relative_time {
        display: inline-block;

    }

}

/*律師內頁的成功案例---------------------------------------*/


/*.card_case3---------------------------------------*/
.card_case3 {
    padding: 18px;
    border-top: 6px #919bae solid;
    border-left: 1px #dee0e3 solid;
    border-right: 1px #dee0e3 solid;
    border-bottom: 1px #dee0e3 solid;
}

h2.card_case3_title {
    font-size: 24px;
    font-weight: bold;
    color: #08335f;
}

.card_case3_img img {
    display: block;
    width: 100%;
    height: auto;
}

.card_case3_img {
    float: none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}

.card_case3_txt {
    float: none;
    width: 100%;
}

@media (min-width:280px) {
    .card_case3_img {
        float: none;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
    }

    .card_case3_txt {
        float: none;
        width: 100%;
    }
}

@media (min-width:320px) {
    .card_case3_img {
        float: none;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
    }

    .card_case3_txt {
        float: none;
        width: 100%;
    }
}

@media (min-width:360px) {
    .card_case3_img {
        width: 35%;
    }

    .card_case3_txt {
        width: 65%;
    }
}

@media (min-width:480px) {
    .card_case3_img {
        width: 30%;
    }

    .card_case3_txt {
        width: 70%;
    }
}



@media (min-width:576px) {
    .card_case3_img {
        width: 23%;
    }

    .card_case3_txt {
        width: 77%;
    }
}

@media (min-width:768px) {
    .card_case3_img {
        float: left;
        width: 16%;
    }

    .card_case3_txt {
        float: left;
        width: 84%;
    }
}

@media (min-width:992px) {
    .card_case3_img {
        float: left;
        width: 28%;
    }

    .card_case3_txt {
        float: left;
        width: 72%;
    }


}

/*白光暈文字-----------------*/
.text_halo {
    text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff;
}

/*團隊內頁的nav------------------------------------------------*/

/*line線上諮詢--------------------------------------------*/
#team_nav {
    position: fixed;
    top: 35%;
    left: 5%;
    z-index: 99999;
}

#team_nav a {
    display: block;
    width: 32px;
    line-height: 1em;
    font-size: 16px;
    font-weight: bold;
    background: #26303a;
    color: #fff;
    text-align: center;
    margin-bottom: 0.25rem;
    text-decoration: none;
    padding: 20px 8px 30px 8px;
    clip-path: polygon(0 6%, 100% 0, 100% 94%, 0% 100%);
}

#team_nav a:hover,
#team_nav a.active {
    background: #113361;
}



@media(max-width:1024px) {
    #team_nav {
        top: 25%;
        left: 5%;
    }

}

@media(max-width:480px) {
    #team_nav {
        top: 30%;
        left: 10px;
    }

}

/*搜尋列---------------------------------------------------*/
.search_row,
.search_row_article {
    background: rgba(77, 94, 108, 0.6);
    margin-bottom: 1em;
    padding: 0.5em 1em;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    border-radius: 5px;
}

.search_row label,
.search_row_article label {
    color: #fff;
}


/*成功案例--*/
@media (max-width: 800px) {
    .search_row {
        display: flex;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
}



@media (max-width: 600px) {
    .search_row {
        flex-direction: column;
        align-items: stretch;
        width: 70%;
        gap: 0.25rem;
    }

    .search_row>* {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .search_row {
        width: 80%;
    }
}

@media (max-width: 400px) {
    .search_row {
        width: 96%;
    }
}

/*法律文章--*/

@media (max-width:960px) {
    .search_row_article {
        display: flex;
        width: 90%;
        margin-left: auto;
        margin-right: auto;

    }
}

@media (max-width: 768px) {
    .search_row_article {
        flex-direction: column;
        align-items: stretch;
        width: 70%;
        gap: 0.25rem;
    }

    .search_row_article>* {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .search_row_article {

        width: 80%;
    }

}

@media (max-width: 500px) {
    .search_row_article {

        width: 90%;
    }

}

@media (max-width: 400px) {
    .search_row_article {

        width: 96%;
    }

}

/*服務報價-----------------------------------------------*/
.service_area .fck_h2 {
    text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff;

}





.service_area table {
    width: 100%;
    max-width: 100%;
    margin-top: 0.5em;
    margin-bottom: 2em;
    border-bottom: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    background: #fff;
}

.service_area table tr th,
.service_area table tr td {
    padding: 8px 10px;
    font-size: 16px;
    line-height: 1.65em;
    vertical-align: middle;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    height: auto !important;
}

.service_area table tr th {
    vertical-align: middle;
    border-bottom: 2px solid #576471;
    text-align: center;
    height: auto !important;
    background: #6d7781 !important;
    color: #fff;

}


.service_area table tr th p,
.service_area table tr td p {
    margin: 0;
    padding: 0;
    height: auto !important;
    line-height: 1.65em;
}

.service_area table>tbody+tbody {
    border-top: 2px solid #c8c8c8;
}

.service_area table table {
    background-color: #fff;
}

.service_area table>thead>tr>td.active,
.service_area table>tbody>tr>td.active,
.service_area table>tfoot>tr>td.active,
.service_area table>thead>tr>th.active,
.service_area table>tbody>tr>th.active,
.service_area table>tfoot>tr>th.active,
.service_area table>thead>tr.active>td,
.service_area table>tbody>tr.active>td,
.service_area table>tfoot>tr.active>td,
.service_area table>thead>tr.active>th,
.service_area table>tbody>tr.active>th,
.service_area table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.service_area a {
    color: #00a3ad;
    text-decoration: underline;
}



/*律師個人成功案例------------------------------------------*/
.team_case_row {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.team_case_left {
    display: block;
    float: left;
    width: 25%;
}

.team_case_right {
    display: block;
    float: left;
    width: 72%;
    margin-left: 3%;

}

.team_case_right_p {
    font-size: 18px;
    font-weight: bold;
    color: #bb8761;
    margin: 10px 0 5px 0;
    padding: 0;
}

.team_case_right_title {
    font-size: 36px;
    font-weight: bold;
    color: #113361;
    margin: 10px 0 0 12px;
    padding: 0;
}

.team_case_right_p2 {
    display: inline-block;
    font-size: 20px;
    line-height: 1.5em;
    color: #4b535c;
    margin: 24px 0 0 20px;
    padding-left: 8px;
    padding-bottom: 10px;
    background-image: url(../images/line2.png);
    background-position: top left;
    background-repeat: no-repeat;

}

.team_case_right_p4 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em;
    color: #3d4752;
    margin: 8px 0 0 20px;
    padding-left: 8px;
    padding-bottom: 10px;


}

.team_case_right_p3 {
    color: #353b4a;
    font-weight: bold;
    font-size: 22px;
}

@media(max-width:1200px) {
    .team_case_left {
        width: 28%;
    }

    .team_case_right {
        width: 69%;
        margin-left: 1%;

    }
}

@media(max-width:960px) {
    .team_case_left {
        width: 32%;
    }

    .team_case_right {
        width: 66%;
        margin-left: 0;

    }

    .team_case_right_title {
        font-size: 32px;
    }

    .team_case_right_p2 {
        font-size: 18px;
    }

    .team_case_right_p4 {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .team_case_left {
        width: 37%;
    }

    .team_case_right {
        width: 63%;

    }


    .team_case_right_p4 {
        font-size: 15px;
        line-height: 1.6em;
        margin: 0 0 0 20px;
    }
}

@media(max-width:640px) {
    .team_case_row {
        padding-top: 0;
    }

    .team_case_left {
        float: none;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .team_case_right {
        float: none;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .team_case_right_p2 {
        font-size: 15px;
    }

    .team_case_right_p {
        display: none;
    }

    .team_case_right_title {
        text-align: center;
        font-size: 24px;
        margin: 10px 0 0 0;
    }

    .team_case_right_p2 {
        margin-left: 0;
        font-size: 16px;
    }

    .team_case_right_p3 {
        font-size: 16px;
    }

    .team_case_right_p4 {
        margin: 8px 0 0 0;
        padding-left: 0;


    }
}

@media(max-width:480px) {
    .team_case_left {
        width: 70%;
    }

    .team_case_right {
        width: 100%;

    }
}

@media(max-width:360px) {
    .team_case_left {
        width: 80%;
    }
}

@media(max-width:300px) {
    .team_case_left {
        width: 90%;
    }
}

/*privacy_row*/
.privacy_row {
    border: 1px #ddd solid;
    background: rgba(255, 255, 255, 0.5);
    padding: 1em 2em;
    border-radius: 16px;
    margin-bottom: 2em;
}

@media(max-width:480px) {
    .privacy_row {
        padding: 0.75em 1em;
        border-radius: 10px;
    }

}