@charset "UTF-8";
/* CSS Document */



/* 思源黑 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
/* 思源明 */
@import url('https://fonts.googleapis.com/css2?family=Anta&family=Noto+Serif+TC:wght@200..900&display=swap');


body {
	font-size: 16px;
	line-height: 28px;
	    color: #000000a8;
    font-weight: 400;
    letter-spacing: 0.175em;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    margin: 0;
    padding: 0;
}

section,div,a,p,ul,ol,li,button,input {
    box-sizing: border-box;
}

/* 通用欄位分割 結束end */


.info-dcp-container {
    width: 100%;
    display: flex;
}

.info-dcp-content {
    width: 100%;
    max-width: 1160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.info-dcp-content > h2 {
    font-size: 36px;
    line-height: 36px;
    /* color: #273565; */
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #273565, #4670ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-dcp-content > p {
    text-align: center;
    padding: 20px 0 0 0;
    margin: 0;
}


.link-style-01-button {
    font-size: 18px;
    letter-spacing: 1.75px;
    padding: 10px 20px;
    color: #FFF;
    /*background: linear-gradient(80deg, rgb(178 140 88) 0%, rgb(214 181 136) 100%);*/
    background-color: #ca9f62;
    border: none;
    border-radius: 5px;
    filter: drop-shadow(5px 8px 10px #f0c994);
    transition: .4s;
}

.link-style-01-button:hover {
    background-color: #394b8a;
    filter: drop-shadow(5px 8px 20px #d5aa6d00);
}


.tp-pages-pagination-container {
    display: flex;
}

.tp-pages-pagination-container strong {
    text-decoration: none;
    margin: 0;
    padding: 10px 20px;
    color: #FFF;
    background-color: #394b8a;
    border-radius: 5px;
    transition: .4s;
}

.tp-pages-pagination-container a {
    color: #333;
    text-decoration: none;
    margin: 0 5px;
    padding: 10px 20px;
    border-radius: 5px;
    transition: .4s;
}

.tp-pages-pagination-container a:hover {
    color: #FFF;
    background: linear-gradient(30deg, rgb(178 140 88) 0%, rgb(214 181 136) 100%); 
    /*background-color: #ca9f62;*/
    border: none;
    border-radius: 5px;
    filter: drop-shadow(5px 8px 10px #f0c994);
}

.tp-pages-pagination-container ol {
    width: fit-content;
    display: flex;
    margin: 0!important;
    padding: 0!important;
}

.tp-pages-pagination-container ol li {
    display: flex;
}


/* 通用結束end */

#header-panel {
    z-index: 88;
    border-bottom: solid 1px #ffffff87;
}

.header-panel-add-border {
    border-bottom: solid 3px #be9e74
}

.logo-side-content {
    width: 198px;
    display: flex;
    font-size: 14px;
    align-items: center;
    padding-left: 20px;
    margin-left: 20px;
    border-left: solid 1px #828282;
}

.logo-side-content-color {
    color: #666;
}

.logo-side-content-white {
    color: #FFF;
}

.scroll-header-panel-01 {
    position: absolute!important;
    width: 100%;
    height: 100px;
    background-color: rgb(255 255 255 / 0%);
    /*box-shadow: rgb(204 204 204 / 34%) 0px 12px 34px 1px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scroll-header-panel-02 {
    position: fixed!important;
    width: 100%!important;
    height: 100px!important;
    background-color: rgb(255 255 255 / 100%);
    box-shadow: rgb(204 204 204 / 34%) 0px 12px 34px 1px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: space-between;
    /* animation-name: showNav;
    animation-duration: .5s; 
    transition-timing-function: ease; */
    
}

@keyframes showNav { 
    0% {opacity: 0;top: -100px;}
    100% {opacity: 1;top: 0;}
}

#site-logo {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0 40px;
}

#site-logo img {
    height: 50px;
    width: auto;
}

nav {
    height: 100%;
}

#nav-panel{
    height: 100%;
}

/*  選單樣式-01  */
@keyframes showNav01 { 
    0% {opacity: 0;top: 0;}
    100% {opacity: 1;top: 0;}
}
.scroll-header-panel-01{
     animation-name: showNav01;
    animation-duration: .5s; 
    transition-timing-function: ease; 
}
.scroll-header-panel-01 #nav-panel ul {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
}

.scroll-header-panel-01 #nav-panel ul li {
    height: 100%;
    display: flex;
    align-items: center;
    background: rgb(190,158,116,0);
    transition: .5s;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    font-weight: 600;
}

.scroll-header-panel-01 #nav-panel ul li:hover {
    /*background-color: #000;*/
    /* border-bottom: solid 5px #FFF; */
    background: rgb(190,158,116);
    transition: .5s;
}

.scroll-header-panel-01 #nav-panel ul li:last-child {
    margin-right: 20px;
}

.scroll-header-panel-01 #nav-panel ul li a {
    text-decoration: none;
    height: 100%;
    padding: 0 20px;
    color: #FFF;
    display: flex;
    align-items: center;
    border: none;
    transition: .4s;
    font-size: 18px;
}

.scroll-header-panel-01 #nav-panel ul li:hover a {
    color: #FFF;
    border: none;
    
}


/*  選單樣式-02  */

@keyframes showNav { 
    0% {opacity: 0;top: -100px;}
    100% {opacity: 1;top: 0;}
}
.scroll-header-panel-02{
     animation-name: showNav;
    animation-duration: .5s; 
    transition-timing-function: ease; 
    border-bottom: solid 3px #be9e74!important;
}
.scroll-header-panel-02 #nav-panel ul {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
}

.scroll-header-panel-02 #nav-panel ul li {
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    transition: .5s;
}

.scroll-header-panel-02 #nav-panel ul li:hover {
    background-color: rgb(190,158,116);
}

.scroll-header-panel-02 #nav-panel ul li:last-child {
    margin-right: 20px;
}

.scroll-header-panel-02 #nav-panel ul li a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    height: 100%;
    padding: 0 20px;
    color: #565048 !important;
    display: flex;
    align-items: center;
    border: none;
}

.scroll-header-panel-02 #nav-panel ul li:hover a {
    color: #FFF!important;
}

    #close-mb-menu {
        display: none;
    }

    #open_mb_menu {
        display: none;
    }

.hr-line {
    clear: both;
    width: 100%;
    max-width: 1160px;
    height: 3px;
    margin: 0 auto;
    display: block;
    background-image: url("../images/hr_line.jpg");
    background-position: center;
    background-repeat: no-repeat;
}


/*  網站主要內容  */

#main-panel{
    width: 100%;
    padding-top: 100px;
}


.headbanner-container {
    width: 100%;
    height: 90vh;
}

.pc-headbanner-container {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #e8e8e8;
    display: flex;
    justify-content: center;
}

.pc-headbanner-container-banner{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mb-headbanner-container-banner{
    display: none;
}

.pc-headbanner-container-content {
    position: absolute;
    margin-top: 55vh;
    color: #FFF;
    text-align: center;
}
.pc-headbanner-container-content strong {
    font-size: 48px;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    font-weight: 600;
}

.mb-headbanner-container {
    display: none;
}

.scroll-down-container {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(190,158,116,0) 100%);*/
}

.scroll-down-content {
    width: 80px;
    position: fixed;
    bottom: 80px;
    animation-name: scrollDownPage;
    animation-duration: 3s; 
    transition-timing-function: ease; 
    animation-iteration-count: infinite;
}

.scroll-down-container img {
    width: 100%;
}

@keyframes scrollDownPage { 
    0% {
        bottom: 80px;
        opacity: 0;
    }
    20% {
        bottom: 30px;
        opacity: 1;
    }
    45% {
        bottom: 30px;
        opacity: 1;
    }
    70% {
        bottom: 30px;
        opacity: 1;
    }
    100% {
        bottom: 0px;
        opacity: 0;
    }
}

/*第一個區塊*/
.service-container{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 100px 0;
}

.service-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-content > ul {
    width: 100%;
    max-width: 1160px;
    display: flex;
    padding: 0;
    margin: 50px 0 0 0;
}

.service-content > ul h3 , .service-content > ul h4 , .service-content > ul p {
    margin: 0;
    padding: 0;
}

.service-content ul > li {
    width: calc(100% / 4);
    height: 420px;
    list-style: none;
    position: relative;
    transition: .4s;
}

.service-content ul > li:last-child {
    /* background-color: #BE9E74; */
}
.service-content ul > li:first-child {
    border-left: solid 5px #be9e74;
    border-image: linear-gradient(to bottom, #be9e74 0%, #d8b68a 100%) 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.service-content ul > li:first-child button {
    font-size: 18px;
    letter-spacing: 1.75px;
    margin-left: 20px;
    padding: 10px 20px;
    color: #FFF;
    /*background: linear-gradient(80deg, rgb(178 140 88) 0%, rgb(214 181 136) 100%);*/
    background-color: #ca9f62;
    border: none;
    border-radius: 5px;
    filter: drop-shadow(5px 8px 10px #f0c994);
    transition: .4s;
}

.service-content ul > li:first-child button:hover {
    background-color: #394b8a;
    filter: drop-shadow(5px 8px 20px #d5aa6d00);
}

.service-content ul > li:nth-child(3):hover,
.service-content ul > li:nth-child(4):hover,
.service-content ul > li:nth-child(2):hover
{
    filter: drop-shadow(17px 16px 30px #6b739e);
}
.service-content ul > li:hover .info-dcp-list-content-image img {
    transform: scale(1.1);
}

.service-dcp-container{
    display: flex;
    align-items: center;
}

.service-dcp h3 {
    font-size: 30px;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    color: #273565;
    margin: 0;
    padding: 8px 0 10px 19px!important;
    /* border-left: solid 5px #BE9E74; */
}
.service-dcp h4 {
    font-size: 20px;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    color: #af854c!important;
    margin: 0;
    font-weight: 600;
    padding: 8px 0 0px 19px !important;
}

.service-dcp p {
    padding: 25px!important;
}

.info-dcp-list-content {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgb(83, 116, 155);
    background: linear-gradient(180deg, rgba(83, 116, 155, 0) 0%, rgba(45, 62, 121, 1) 100%);
    color: #FFF;
}
.info-dcp-list-content span {
    display: block;
    margin: 0;
    color: #BE9E74;
    font-size: 48px;
    font-weight: bold;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    padding: 20px;
}
.info-dcp-list-content h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    padding: 15px!important;
    border-left: solid 5px #BE9E74;
}
.info-dcp-list-content p{
    padding: 0 10px 20px 20px!important;
}
.info-dcp-list-content-image {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.info-dcp-list-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

/*第二個區塊*/

.feature-container {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(40, 48, 88);
    background: linear-gradient(110deg, rgba(40, 48, 88, 1) 0%,  rgba(45, 61, 121, 1) 100%);
    position: relative;
    border-top: solid 5px #be9e74;
    overflow: hidden;
}

.feature-container-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/feature_background.webp");
    background-size: cover;
    background-attachment: fixed;
    opacity: .1;
        
}

.feature-content {
    width: 100%;
    z-index: 1;
}

.feature-content ul {
    width: 100%;
    max-width: 1160px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
    padding: 0;
}

.feature-content ul li {
    width: 20%;
    /* background-color: #CCC; */
    padding: 0px;
    margin: 0;
    color: #FFF;
    list-style: none;
}

.feature-content ul li h3,
.feature-content ul li p{
    padding: 0;
    margin: 0;
}

.feature-content ul li h3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    margin-left: 20px;
}

.feature-content ul li .hoz-title-tag {
    width: 20%;
    height: 3px;
    margin-bottom: 10px;
}

.feature-content ul li p{
    padding: 20px 0;
}

.feature-content .info-dcp-content h2 ,.feature-content .info-dcp-content p {
    color: #FFF!important;
}
.feature-content .info-dcp-content h2 ,.feature-content .info-dcp-content p {
    color: #FFF!important;
    background-image: linear-gradient(140deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.advantages-title {
    display: flex;
    align-items: center;
} 


/*第三個區塊*/

.service-step-container {
    margin: 100px 0;
}

.service-step-content {
    width: 100%;
    
}

.service-step-content ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin: 50px 0 0 0;
    padding: 0;
    background-image: url(../images/dotted_line.png);
    background-position: center 109px;
    background-repeat: no-repeat;
}

.service-step-content ul li {
    width: 20%;
    padding: 0px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-step-content ul li h3,
.service-step-content ul li p{
    padding: 0;
    margin: 0;
}

.service-step-content ul li h3 {
    font-size: 24px;
    font-weight: 600;
    color: #273565;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    /* margin: 20px 0 10px 0; */
    padding: 15px 10px 10px 10px;
    background-color: #FFF;
}

.servicr-step-icon {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.servicr-step-icon img {
    object-fit: contain;
}




/*第四區塊*/

.service-team-container {
    width: 100%;
    display: flex;
    align-content: center;
    flex-direction: column;
    margin: 100px 0;
}
.service-team-content {
    width: 100%;
    display: flex;
    align-content: center;
    max-width: 1160px;
    margin: 0 auto 0;
}

.service-team-content ul {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    margin: 50px 0 0 0;
    padding: 0;
}

.service-team-content ul li {
    width: 25%;
    padding: 0px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.service-team-content ul li h3,
.service-team-content ul li p{
    padding: 0;
    margin: 0;
}
.service-team-content h3 {
    color: #273565!important;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    padding: 10px 15px !important;
    border-left: solid 3px #BE9E74;
    margin: 15px 0 10px 0!important;
}

.service-lawyer {
    display: flex;
    align-items: center;
}

.service-lawyer span {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    color: #be9e74;
    padding: 8px 0 0 0;
}


.service-lawyer-open-panel {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background: linear-gradient(162deg, rgb(38 53 101 / 67%) 0%, rgb(38 53 101 / 78%) 100%);
    opacity: 0;
    transition: .4s;
}

.service-lawyer-open-panel button {
    width: 30%;
    max-width: 80px;
    aspect-ratio: auto 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    /*color: #cdac76;*/
    box-sizing: border-box;
    padding: 15px;
    border: solid 1px #FFF;
    border-radius: 40px;
    background-color: #ca9f6200;
    transition: .4s;
}

.service-lawyer-open-panel button:hover {
    transform: scale(.9);
}

.service-lawyer-open-panel button:hover img {
    width: 75%;
}

.service-lawyer-open-panel button img {
    width: 80%;
    height: auto;
    aspect-ratio: auto 1/1;
    transition: .4s;
}

.service-lawyer-detail-container {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 98;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: linear-gradient(110deg, rgb(255 255 255 / 96%) 0%, rgb(255 253 252 / 93%) 100%);
    backdrop-filter: blur(5px);
}

.service-lawyer-detail-container-close-btn {
    position: fixed;
    z-index: 99;
    width: 60px;
    padding: 10px;
    height: auto;
    top: 30px;
    right: 30px;
    display: block;
    transition: .4s;
}

.service-lawyer-detail-container-close-btn:hover {
    transform: scale(.9);
}

.service-lawyer-detail-container-close-btn img {
    width: 100%;
}

.service-lawyer-detail-content {
    display: flex;
    width: 60%;
    height: fit-content;
}

.service-lawyer-detail-content {
    display: flex;
    width: 60%;
    height: fit-content;
}

.service-lawyer-detail-content .left-detail-content{
    width: 40%;
    aspect-ratio: auto 3/4;
    overflow: hidden;
}
.service-lawyer-detail-content .left-detail-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-lawyer-detail-content .right-detail-content{
    box-sizing: border-box;
    width: 60%;
    padding-left: 50px;
}

.service-lawyer-detail-content .right-detail-content .right-detail-content-title {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0;
    margin: 0 0 25px 0;
    border-bottom: solid 1px #CCC;
}

.service-lawyer-detail-content .right-detail-content h3 {
    color: #000;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 0 30px 0 !important;
    border: none;
    border-bottom: solid 3px #C29E79;
}

.service-lawyer-detail-content .right-detail-content span{
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    margin: 0 0 0 10px;
    padding: 0 0 35px 0 !important;
    font-size: 36px;
    line-height: 36px;
}

.service-lawyer-detail-content .right-detail-content p {
    margin: 0;
    padding: 0;
}

.service-lawyer-detail-content .right-detail-content ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 16px!important;
    flex-direction: column;
}
.service-lawyer-detail-content .right-detail-content ul li {
    color: #847765 !important;
    width: 100%;
    display: flex;
    list-style: square !important;
    display: list-item !important;
    margin: 0 0 0 10px !important;
    padding: 5px 0;
    
}
.service-lawyer-detail-content .right-detail-content ul li::marker {
    content: "▪";
    color: #c29e79;
    font-size: 1.2em;
}

.service-team-content-image {
    width: 100%;
    height: 360px;
    overflow: hidden;
    transition: .4s;
    position: relative;
}

.service-team-content-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.service-team-content ul li:hover .service-team-content-image {
    filter: drop-shadow(10px 12px 16px #6b739e);
}


.service-team-content ul li:hover .service-team-content-image > img {
    transform: scale(1.2);
}

.service-team-content ul li:hover .service-lawyer-open-panel {
    opacity: 1;
}



/*第五區塊*/
.about-container{
    width: 100%;
    height: 100%;
    padding: 100px 0;
    background-image: url("../images/about_background.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #FFF;
    display: flex;
    align-content: center;
    justify-content: center;
}
.about-content {
    width: 38%;
    margin: 0;
    padding: 28px;
    text-align: center;
    background-color: #00103cab;
    background: rgb(190, 158, 116);
    background: linear-gradient(110deg, rgb(9 24 75 / 60%) 0%, rgb(32 41 86 / 71%) 100%);
}
.about-content-border {
    padding: 38px;
    border: solid 1px #be9e74;
    border-image: linear-gradient(to bottom, #be9e74 0%, #d8b68a 100%) 1;
}
.about-content h2,
.about-content p
{
    margin: 0;
    padding: 0;
}
.about-content h2 {
    font-size: 36px;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
}

.about-content p {
    clear: both;
    margin-top: 30px;
}


/*  文章列表開始  */

/*  文章列表開始  */
.filters,
.pagination {
  text-align: center;
  margin: 20px 0;
}

.pagination a {
  margin: 0 5px;
  text-decoration: none;
  color: #007BFF;
}

.pagination a.current {
  font-weight: bold;
  color: black;
}
.col4 {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
}
.col4-right {
    width: calc(25% - 25px);
    position: relative;
}
.col4-left{
    width: calc(75% - 25px);
}


.article-list-category-list-container h4 {
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: solid 3px #e8e8e8;
    font-weight: 600;
    color: #263565;
}


.article-list-category-container-search {
    width: 100%;
    position: relative;
}

.article-list-category-container-search input {
    width: 100%;
    font-size: 16px;
    padding: 10px 10px;
    border: solid 1px #af854c;
}

.article-list-category-container-search button {
    height: 100%;
    aspect-ratio: 1 / 1;
    padding: 0 10px;
    border: 0;
    background-color: #bd9137;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-list-category-container-search button > img {
    width: 100%;
}

.article-list-main-content {
    width: 100%;
}

.article-list-main-content ul {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    align-content: flex-end;
    gap: 0 50px;
    /* justify-content: space-between; */
}

.article-list-main-content ul li {
    width: calc(100% / 3 - 35px);
    list-style: none;
    padding: 0;
    margin: 0 0 70px 0;
}

.article-list-main-content ul li > div {
  flex-grow: 1;
}

.article-list-main-content .pagination {
    display: flex;
    text-align: center;
    margin: 20px 0;
    gap: 0 5px;
    justify-content: center;
}

.article-list-main-content .pagination strong,
.article-list-main-content .pagination a {
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 400;
}

.article-list-main-content .pagination strong {
    background-color: #af854c;
    color: #FFF;
}

.article-list-main-content .pagination a {
    margin: 0 5px;
    text-decoration: none;
    color: #b0854c;
    background-color: #FFF;
    border-radius: 5px;
    transition: .4s;
}

.article-list-main-content .pagination a:hover {
    margin: 0 5px;
    text-decoration: none;
    color: #895b1f;
    background-color: #e8dfd2;
    transition: .4s;
}

.article-list-content h2 {
    font-size: 22px;
    line-height: 38px;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    font-weight: 600;
    color: #263565;
    margin: 0 0 5px 0;
    letter-spacing: 1.75px;
}
.article-list-content-category {
    font-size: 12px;
    font-weight: 300;
    /* font-family: 'Noto Serif TC', '微軟正黑體', sans-serif; */
    color: #979797 !important;
    letter-spacing: 1px;
}
.article-list-content-category strong {
    
}

.article-list-content p {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.article-list-preview-image {
    aspect-ratio: 4 / 3;
    width: 100%;
    /* height: 300px; */
    /* max-height: 250px; */
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.article-list-preview-image > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .4s;
    z-index: 3;
}

.article-list-main-content ul li:hover .article-list-preview-image > a > img {
    transform: scale(1.2);
}

.article-date {
    position: absolute;
    margin: 0px 0 0 20px;
    padding: 10px 15px;
    background-color: #bd9136;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    z-index: 8;
}

.article-list-side-content {
    width: 30%;
}

.linkto-article {
    color: #af854c;
    text-decoration: none;
    border-bottom: solid 1px #af854c;
    padding: 10px 0px;
    transition: .4s;
}

.linkto-article:hover {
    color: #FFF;
    text-decoration: none;
    border-bottom: solid 1px #af854c;
    padding: 10px 20px;
    background-color: #af854c;
}

.article-list-pagination {
    display: flex;
    margin-bottom: 70px;
    justify-content: center;
}
.articles-pre-next-navigation{
    width: 100%;
    display: flex;
    padding: 30px 0;
    margin: 30px 0 0 0;
    border-top: solid 1px #CCC;
}

.articles-pre-next-navigation > div {
    width: calc(100% / 3);
}

.articles-pre-next-navigation > div > a {
    display: flex;
    width: 100% !important;
    box-sizing: border-box;
    text-decoration: none;
    color: #af854c;
    background-color: #ffffff;
    border-bottom: solid 1px #6f4a1700;
    padding: 15px 20px;
    transition: .6s;
}

.articles-pre-next-navigation > div > a:hover {
    padding: 15px 30px;
    color: #6f4a17;
    border-bottom: solid 1px #6f4a17;
}

.articles-pre-next-navigation .back-all-articles-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.articles-pre-next-navigation > .articles-pre a {
    display: flex;
    flex-direction: column;
}

.articles-pre-next-navigation > .articles-next a {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.articles-pre-next-navigation > .articles-pre a span,
.articles-pre-next-navigation > .articles-next a span {
    display: block;
}


/* 文章列表結束 */

/* 側邊欄 搜尋文章 */
.side-content-search-article  {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.side-content-search-article form {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.side-content-search-article > form > button {
    width: 50px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    box-sizing: border-box;
    padding: 13px;
    background-color: #00000000;
    transition: .4s;
}

.side-content-search-article > form > button:hover {
    /* transform: scale(1.1); */
    padding: 14px;
}

.side-content-search-article > form > button img {
    width: 100%;
    height: 100%;
}

.side-content-search-article > form > input {
    width: 100%;
    border: solid 1px #7f8495;
    border-bottom: solid 3px #be9e74;
    box-sizing: border-box;
    padding: 13px 15px;
    font-size: 16px;
    letter-spacing: 1.075px;
    margin-bottom: 38px;
}

/* 側邊欄 推薦文章 */
.article-recommend h3 {
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 0px 0 10px 0;
    border-bottom: solid 3px #e8e8e8;
    font-weight: 600;
    color: #263565;
}

.article-detail-side-recommend ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.article-detail-side-recommend ul li {
    list-style: none;
    padding: 15px 0;
}

.article-detail-side-recommend ul li:nth-child(1) {
    list-style: none;
    padding: 30px 0 15px 0;
}

.article-detail-side-recommend ul li:nth-last-child() {
    list-style: none;
    padding: 15px 0 30px 0;
}


.article-detail-side-recommend .recommend-articles-main-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.article-detail-side-recommend .recommend-articles-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-detail-side-recommend h4 {
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 15px 0 10px 0;
    border-bottom: dotted 1px #e8e8e8;
    font-weight: 600;
    color: #af854c;
}

.article-detail-side-recommend .date-group {
    display: flex;
    font-size: 12px;
    color: #888;
}

.article-detail-side-recommend .article-recommend-list-category {
    display: none;
}

.article-detail-side-recommend p {
    margin: 0;
    padding: 0;
    color: #000;
}

.article-detail-side-recommend a {
    text-decoration: none;
    margin: 0;
    padding: 0 0 5px 0;
    color: #af854c;
    font-size: 14px;
    border-bottom: solid 1px #af854c;
    transition: .4s;
}

.article-detail-side-recommend a:hover {
    text-decoration: none;
    margin: 0;
    color: #af854c;
    padding: 0 10px 5px 10px;
}


/*側邊分類*/
.articles-category-lv2 {
      display: none;
    }

    .articles-category-lv1 {
    }

    .articles-category-lv1 img.toggle-icon {
      width: 16px;
      height: 16px;
      transition: transform 0.2s;
    }
ul.side-category {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #000;
    font-weight: 300;
}

ul.side-category a {
    width: fit-content;
    box-sizing: border-box;
    text-decoration:none;
    color: #000;
    font-weight: 300;
    transition: .4s;
}

ul.side-category a:hover {
    font-weight: 500;
    padding-left: 10px;
}

ul.side-category li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 10px 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

ul.side-category > li {
    border-bottom: solid 1px #f3f0e9;
}

ul.side-category li ul {
    margin: 10px 0 5px 0;
    padding: 0 15px;
    background-color: #0000000f;
}

ul.side-category li ul li a {
    width: 100%!important;
    box-sizing: border-box;
    text-decoration:none;
    color: #000;
    font-weight: 300;
    transition: .4s;
}

ul.side-category li ul li a:hover {
    font-weight: 500;
    padding-left: 10px;
}

.articles-category-lv1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
        position: relative;
}
.articles-category-arrow {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 2px 0 0 0;
    box-sizing: border-box;
}


/*近期文章列表結束 */   

/*文章內容開始*/


.article-list-headbanner-content-title {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
}
.article-content-main-container {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto 0;
    padding: 100px 0;
    display: flex;
}

.article-content-container {
    width: 75%;
}

.article-conten-main-image{
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.article-conten-main-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.article-conten-main-image:hover > img {
    transform: scale(1.2);
}

.article-detail-content-panel h1 {
    font-size: 36px;
    line-height: 56px;
    /* color: #273565; */
    text-align: left;
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #273565, #4670ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.article-detail-content-panel > .content {
    margin-top: 38px;
}

.article-detail-meta {
    width: 100%;
    margin: 10px 0 0 0;
}

.articles-detail-next {
    
}

.article-category-titme {
    display: flex;
    font-size: 14px;
    color: #333;
    margin: 20px 0 40px 0;
}

.article-content-side-container {
    width: 25%;
    padding: 0 0 0 6%;
}

.article-category-titme > div  {
    margin: 0 30px 0 0;
}

.article-category-titme > div strong {
    color: #b28c58;
    font-weight: bold;
}

.article-title{
    font-size: 36px;
    line-height: 56px;
    /* color: #273565; */
    text-align: left;
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #273565, #4670ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.articl-content {
    width: 100%;
}



.article-conten-main-image {
    margin-bottom: 40px;
}

.article-search-box {
    display: flex;
}

.search-article-icon {
    width: 50px;
    height: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #273565;
    border: none;
    transition: .4s;
}

.search-article-icon:hover {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ca9f62;
    border: none;
}

.search-article-icon > img {
    width: 80%;
    height: 80%;
}

.article-search-box input {
    width: calc(100% - 50px);
    padding: 15px 20px;
    border: solid 1px #797979;
    /* border-radius: 5px; */
    font-size: 16px;
}

.article-content-side-container-h3-box {
    border-bottom: solid 1px #CCC;
    width: 100%;
    margin-bottom: 30px;
}
.article-content-side-container h3 {
    padding: 0 0 10px 0;
    margin: 0;
    width: fit-content;
    border-bottom: solid 3px #273565;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #273565, #4670ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#recent-post-article-container {
    width: 100%;
    margin: 35px 0 0 0;
}
#recent-post-article-container ul {
    list-style: none;
    padding: 0;
}
#recent-post-article-container li {
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
}

#recent-post-article-container li h4 {
    margin: 10px 0 0 0;
    font-size: 18px;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    color: #333;
    text-align: left;
}

#recent-post-article-container li > img {
    width: 100%;
    filter: grayscale(1);
    opacity: .8;
    transition: .4s;
}

#recent-post-article-container li:hover > img {
    filter: grayscale(0);
    opacity: 1;
}

.list-linkto-article {
    width: fit-content;
    color: #af854c;
    text-decoration: none;
    border-bottom: solid 1px #af854c;
    padding: 10px 0px;
    transition: .4s;
}

.list-linkto-article:hover {
    color: #273565;
    border-bottom: solid 1px #273565;
    padding: 10px 10px;
}

.side-article-list-container {
    
}

.side-article-list-container li {
    display: flex;
    flex-direction: column;
    margin: 0!important;
}

.side-article-list-container li a {
    text-decoration: none;
    padding: 10px 0;
    color: #333;
    border-bottom: dotted 1px #CCC;
    transition: .4s;
}

.side-article-list-container li:nth-child(1) a {
    margin-top: -10px;
}

.side-article-list-container li:hover a {
    text-decoration: none;
    padding: 10px 0 10px 10px;
    color: #000;
    border-bottom: dotted 1px #CCC;
    background-color: #EEEEEE;
}

.article-nav-buttons {
    padding: 38px 0;
}

.article-nav-buttons button {
    font-size: 16px;
    padding: 10px 20px;
    margin-right: 20px;
    color: #FFF;
    background-color: #ca9f62;
    border: none;
    border-radius: 5px;
    transition: .4s;
}

.article-nav-buttons button:hover {
    background-color: #273565;
}

.article-nav-buttons button:disabled {
    color: #ca9f62;
    background-color: #FFF;
    border: solid 1px #ca9f62;
    display: none;
}

.article-nav-buttons button:disabled:hover {
    color: #FFF;
    background-color: #273565;
    border: solid 1px #273565;
}

.share-area {
    width: 100%;
}

ul.share-link {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 10px 0;
}

ul.share-link li {
    list-style: none;
    margin-right: 15px;
}

ul.share-link li button {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    display: flex;
    background-color: rgba(255,255,255,0.00);
    border: none;
    opacity: 0.5;
    transition: .4s;
}

ul.share-link li button:hover {
    transform: scale(.9);
    opacity: 1;
}

ul.share-link li button img {
    width: 100%;
    height: 100%;
}


/*近期文章列表結束 */   

/* 整站通用精選文章 */

.website-recommend-articles-container {
    padding: 100px 0;
    background-color: #f9f9f9;
}
.website-recommend-articles {
    width: 100%;
    display: flex;
}

ul.website-recommend-article-list {
    width: 100%;
    max-width: 1160px;
    margin: 60px auto 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

ul.website-recommend-article-list li {
    margin: 0;
    padding: 0;
    display: flex;
    width: calc(100% / 3 - 40px);
    flex-direction: column;
}

ul.website-recommend-article-list li .recommend-articles-main-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    position: relative;
}

ul.website-recommend-article-list li .recommend-articles-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

ul.website-recommend-article-list li:hover .recommend-articles-main-image img {
    transform: scale(1.2);
}

ul.website-recommend-article-list li h4 {
  font-size: 24px;
  font-weight: 600;
  color: #273565;
  font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
  margin: 20px 0 10px 0;
  padding: 0;
}

ul.website-recommend-article-list li .date-group {
    display: none!important;
    display: flex;
    font-size: 12px;
    color: #888;
}

ul.website-recommend-article-list li p {
    margin: 0;
    padding: 0;
}
ul.website-recommend-article-list li a {
    width: fit-content;
    color: #af854c;
    text-decoration: none;
    border-bottom: solid 1px #af854c;
    padding: 10px 0px;
    transition: .4s;
}

ul.website-recommend-article-list li .recommend-articles-main-image {
    width: 100%!important;
    height: 100%!important;
} 

ul.website-recommend-article-list li .recommend-articles-main-image a {
    width: 100%!important;
    height: 100%!important;
}

.website-recommend-article-link {
    transition: .4s;
}

.website-recommend-article-link:hover {
    padding: 10px 10px;
}

ul.website-recommend-article-list li .website-recommend-article-category {
    display: flex;
    font-size: 12px;
    color: #888;
}

.website-recommend-articles-title-panel {
    display: flex;
    align-items: center;
}

.website-recommend-articles-title {
    width: 88%;
    height: 43px!important;
    display: flex;
    margin: 10px 0 0px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
}


/* 內頁格式 開始 */

.page-headbanner-container {
    width: 100%;
    height: 400px;
    position: relative;
    background-color: #273565;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-pc-headbanner-container {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0;
    z-index: 8;
    align-items: center;
    justify-content: center;
}
.page-headbanner-content {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 100px 0 0 0;
    z-index: 8;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-headbanner-content strong {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;  
    letter-spacing: 15px;
}

.page-headbanner-content p {
    letter-spacing: 7px;
}

.page-headbanner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.page-headbanner-image-mb {
    display: none;
}

.page-footer-google-map {
    width: 100%;
    height: 457px;
    position: relative;
}

.page-description h1 {
    font-size: 36px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #273565, #4670ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-01-style-01 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0 50px 0;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
}

.section-02-style-01 h2,.section-03-style-01 h2 {
    color: #af854c;
    background-image: linear-gradient(40deg, #7e551e, #e3b575);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 3.5px;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    margin: 0;
}

.section-04-style-01 h2 {
    color: #FFF;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 3.5px;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    margin: 0;
    background-image: linear-gradient(45deg, #cdac76, #e9cfa5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.section-02-style-01 {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 100px;
    display: flex;
}

.section-02-style-01 .left-container {
    width: 50%;
    aspect-ratio: 4 / 3;
    position: relative;
}

.section-02-style-01 .left-container img {
    width: calc(100% - 25px);
    aspect-ratio: 4 / 3;
    position: absolute;
}

.section-02-style-01 .left-container .image-background {
    width: calc(100% - 25px);
    aspect-ratio: 4 / 3;
    position: absolute;
    margin: 25px 0 0 25px;
    box-sizing: border-box;
    border: solid 5px #cdac76;
}

.section-02-style-01 .right-container {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 75px;
}


.section-03-style-01 {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    display: flex;
}

.section-03-style-01 .left-container {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 75px 0 0 ;
}

.section-03-style-01 .right-container {
    width: 50%;
    aspect-ratio: 4 / 3;
    position: relative;
}

.section-03-style-01 .right-container img {
    width: calc(100% - 25px);
    aspect-ratio: 4 / 3;
    position: absolute;
    margin: 0 0 0 25px;
}

.section-03-style-01 .right-container .image-background {
    width: calc(100% - 25px);
    aspect-ratio: 4 / 3;
    position: absolute;
    margin: 25px 0 0 0;
    box-sizing: border-box;
    border: solid 5px #cdac76;
}

.section-04-style-01 {
    width: 100%;
    margin-top: 100px;
    display: flex;
    align-items: center;
    position: relative;
    background: rgb(40, 48, 88);
    background: linear-gradient(110deg, rgba(40, 48, 88, 1) 0%, rgba(45, 61, 121, 1) 100%);
    border-bottom: solid 5px #cdac76;
}

.section-04-style-01 .content-container {
    width: 80%;
    max-width: 1160px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 100px 0;
    text-align: center;
    z-index: 8;
    color: #FFF;
}

.section-04-style-01 .image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/feature_background.webp);
    background-size: cover;
    background-attachment: fixed;
    opacity: .1;
}

.content-container img {
    width: 100px;
    margin-bottom: 20px;
}



/* 內頁格式 結束 */

/* 聯絡我們 樣式 */
.contact-send-from-panel {
    width: 100%;
    max-width: 1160px;
    display: flex;
    padding: 100px 0;
    margin: 0 auto;
}
.contact-send-from-panel .send-form-content {
    width: 60%;
    
}

.contact-send-from-panel .send-form-content h1 {
    font-size: 36px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #273565, #4670ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-send-from-panel .send-form-content p {
    width: 100%;
    text-align: left !important;
    display: flex;
    justify-content: flex-start;
}

.contact-subline-content {
    margin: 20px 0 0 0;
    padding: 0 0 0 15px;
    border-left: solid 2px #af854c;
    color: #af854c;
    font-size: 16px;
    letter-spacing: 1px;
}

.contact-content-information {
    width: 30%;
    background-color: #2A3148;
    background-image: url(../images/contact_background.webp);
    background-size: cover;
    background-position: center;
    border-top: solid 5px #cdac76;
}

.contact-content-information ul  {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 50px 15%;
}

.contact-content-information ul li {
    width: 100%;
    padding: 15px 0;
    list-style: none;
    color: #FFF;
}

.contact-content-information ul li:nth-child(1) {
    width: 100%;
    padding: 0 0 15px 0;
}

.contact-send-from-panel .send-form-content .contact-us-content-title img {
    width: 10%;
}

.page-footer-google-map iframe {
    width: 100%;
    height: 100%;
}

.contact-page-footer {
    width: 100%;
    padding: 0;
    background-color: #2A3148;
    background-image: url(../images/contact_background.webp);
    background-size: cover;
    background-position: center;
    border-top: solid 5px #cdac76;
}

.contact-page-footer-copyright {
    width: 100%;
    max-width: 1160px;
    color: #CDAC76;
    margin: 0 auto;
    padding: 10px 0;
    display: flex
;
    justify-content: space-between;
}

/* 聯絡我們 樣式 結束 */

/*表單開始*/

.send-from-panel{
    width: 100%;
    padding: 100px 0;
    background-color: #f8f8f8;
}

.send-form-content {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.send-form-content h2 {
    font-size: 36px;
    line-height: 36px;
    /* color: #273565; */
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #273565, #4670ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.send-form-content p {
    width: 100%;
    margin-bottom: 38px;
    display: flex;
    justify-content: center;
}

.send-form-content form {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.send-form-content form input {
    width: 100%;
    height: 38px;
}

.send-form-content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.send-form-content ul li {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.send-form-content ul li:nth-child(1),
.send-form-content ul li:nth-child(2) {
    padding: 0;
}

.send-form-content ul li:last-child {
    padding-bottom: 38px;
}

.send-form-content ul li span {
    color: red;
    font-weight: bold;
}

.send-form-content textarea {
    height: 150px;
}

.send-form-content .link-style-01-button {
    margin-top: 30px;
}

.form-input-col1 {
    clear: both;
    width: 100%;
    display: block;
    
}

.form-input-col2 {
    width: calc(50% - 38px)!important;
}

.verification-code-panel {
    width: 100%;
    display: inline-flex;
    align-items: center;
    margin-bottom: 38px;
}

.verfication-num {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffe2e2;
    padding: 0 10px;
    margin-right: 38px;
    color: #f00;
    font-weight: bold;
    border-radius: 5px;
}


.contact-pnanel {
    width: 100%;
    background-color: #3b3b3b;
    color: #CCC;
    display: flex;
}

.contact-pnanel h2 {
    font-size: 38px;
    color: #FFF;
    line-height: 68px;
}

.contact-pnanel > div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.send-form-content button {
    clear: both;
}

.contact-information {
    display: flex;
    flex-direction: column;
}

.contact-information ul {
    width: 100%;
}

.contact-information ul li {
    width: 100%;
    margin-bottom: 18px;
    position: relative;
}

.contact-info-title {
    height: 30px;
    display: flex;
    align-items: center;
}

.contact-info-title img {
    margin-right: 10px;
}

/*表單結尾*/

    .scroll-top-button {
        width: 100px;
        height: 100px;
        position: fixed;
        right: 0;
        bottom: 0;
        display: flex;
        background-color: #0000007f;
        z-index: 68;
        justify-content: center;
        align-items: center;
        border-radius: 5px 0 0 0;
    }

    .scroll-top-button img {
        width: 50%;
        height: auto;
        margin-top: 10px;
    }

.social-container {
    width: 100px;
    display: block;
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 8;
}
    
    .social-content {
        width: 100%;
    }
    
    .social-content ul {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    
    .social-content ul li {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0;
        list-style: none;
    }
    
    .social-content ul li a {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .social-content ul li a img {
        width: 60%;
        border: none;
    }

    /* 結尾區塊 */

    .contact-us-container {
        width: 100%;
        padding: 100px 0;
        background-color: #2A3148;
        background-image: url("../images/contact_background.webp");
        background-size: cover;
        background-position: center;
        border-top: solid 5px #cdac76;
    }
    .contact-us-content {
        width: 100%;
        max-width: 1160px;
        margin: 0 auto;
    }

    .contact-us-content h2 {
        color: #CDAC76;
        font-size: 36px;
        line-height: 39px;
        font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
        margin: 0;
        padding: 0;
        background-image: linear-gradient(45deg, #cdac76, #e9cfa5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .contact-us-content ul {
        width: 100%;
        margin: 60px 0 0 0;
        padding: 0;
        display: flex;
        position: relative;
        flex-wrap: wrap;
    }

    .contact-us-content ul li {
        position: relative;
        width: 25%;
        list-style: none;
        color: #FFF;
        border-left: solid 1px #707070;
        margin: 0;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .contact-us-content ul li span {
        color: #999daf;
    }
    .contact-us-content ul li:nth-child(3),
    .contact-us-content ul li:nth-child(5),
    .contact-us-content ul li:nth-child(6) {
        width: 50%;
    }

    .contact-us-content ul li:nth-child(5) {
        display: flex;
        flex-direction: row;
    }

    .contact-us-map {
        margin-top: 50px;
    }

    .contact-us-map-content {
        width: 100%!important;
        height: 450px!important;
        border: none!important;
    }

    .sep-line{
        width: 100%;
        max-width: 1160px;
        height: 1px;
        clear: both;
        margin: 30px 0;
    }

    .contact-us-content-title {
        width: 100%;
        display: flex;
        color: #CDAC76;
        margin-bottom: 10px;
    }

    .contact-us-content-title h3 {
        display: flex;
        color: #CDAC76;
        font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
        margin: 0;
        padding: 0;
    }

    .contact-info-title-icon {
        margin-right: 10px;
        width: 20px;
        max-height: 30px;
    }

    .contact-logo-image {
        width: 50px;
        margin-right: 20px;
    }

    .company-copyright {
        width: 100%;
        color: #CDAC76;
        margin-top: 50px;
        padding: 0;
        display: flex;
        justify-content: space-between;
    }

.ofa-link a {
    text-decoration: none;
    color: #a5aabf;
    transition: .4s;
    letter-spacing: 0;
    font-size: 14px;
}

.ofa-link a:hover {
    text-decoration: none;
    color: azure;
    transition: .4s;
}

.footer-contact-container-panel {
    width: 100%;
    margin-top: 100px;
    background-color: #F5F5F5;
    display: flex;
}

.footer-contact-container {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
    display: flex;
    border-left: solid 4px #cdac76;
}

.footer-contact-container .footer-contact-left-container {
    width: 60%;
    box-sizing: border-box;
}

.footer-contact-container .footer-contact-left-container h2 {
    font-size: 36px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #273565, #4670ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}

.footer-contact-container .footer-contact-left-container p {
    text-align: left!important;
    display: flex;
    justify-content: flex-start;
}

.footer-contact-container .footer-contact-left-container .contact-subline-content {
    margin: 20px 0 0 0;
    padding: 0;
    border-left: none;
}

.footer-contact-container .footer-contact-right-container {
    width: 40%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #CCC;
}

.footer-contact-container .footer-contact-right-container img {
    width: 100%;
    height: 100%;
    object-fit: 100%;
}

/* Ofa dsign studio website teamplate end */


/* ------------------ pad版 如果使用者視窗寬度 <= 1280px ----------------------- */

@media screen and (min-width: 768px) and (max-width: 1280px) {	
    
    .logo-side-content {
        display: none;
    }

    .pc-headbanner-container-content strong {
        font-size: 36px;
        font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
        font-weight: 600;
    }
    #main-panel {
        padding-top: 60px;
    }
    #site-logo {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 0 0 15px;
    }
    .scroll-header-panel-01 {
        position: fixed!important;
        width: 100%!important;
        height: 60px!important;
        background-color: rgb(255 255 255);
        box-shadow: rgb(204 204 204 / 34%) 0px 12px 34px 1px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo-side-content-white {
        color: #FFF;
        display: none;
    }
    #nav-panel {
        position: fixed!important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        /*background-color: #FFF;*/
        background: linear-gradient(158deg, rgb(0 8 46 / 94%) 0%, rgb(41 60 134 / 93%) 100%);
        display: none;
    }
    .scroll-header-panel-01 #nav-panel ul {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .scroll-header-panel-01 #nav-panel ul li {
        width: 80%;
        height: auto;
        display: flex;
        align-items: center;
        border-bottom: dotted 1px #6779b8;
    }
    .scroll-header-panel-01 #nav-panel ul li:last-child {
        margin-right: 0px;
        border-bottom: dotted 0px #CCC;
    }
    
    
    .scroll-header-panel-01 #nav-panel ul li a {
        text-decoration: none;
        width: 100%;
        height: 100%;
        padding: 30px 0;
        color: #FFF!important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .scroll-header-panel-02{
        border-bottom: solid 3px #be9e74!important;
    }
    
    #close-mb-menu {
        width: 30px;
        position: fixed;
        right: 20px;
        top: 20px;
        display: block;
    }
    #close-mb-menu img {
        width: 100%;
    }
    
    #open_mb_menu {
        position: fixed;
        width: 25px;
        display: block;
        right: 25px;
        top: 20px;
    }
    
    #open_mb_menu img {
        width: 100%;
    }

    #site-logo img {
        height: 35px;
        width: auto;
    }

    .head-banner-img-panel {
        position: relative;
    }
    
    .head-banner-img-pc {
        display: none;
    }
    
    .head-banner-img-mb {
        display: block;
    }

    .head-banner-img-mb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .head-banner-content {
        /* display: none; */
        position: absolute;
        width: 80%;
    }


    #head-banner-panel {
        height: 75dvh;
    }

    
    #section-01-panel .column-2 .scale-img {
        height: 280px;
        overflow: hidden;
    }

    .headbanner-container {
        width: 100%;
        height: 80vh;
    }

    .pc-headbanner-container-content {
        position: absolute;
        margin-top: 53vh;
        color: #FFF;
        text-align: center;
        width: 100%;
        padding: 0 10%;
    }

    .pc-headbanner-container-content strong {
        font-size: 42px;
        font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
        font-weight: 600;
    }

    .pc-headbanner-container-content p {
        line-height: 22px;
        font-size: 14px;
        padding: 0;
        margin: 5px 0!important;
    }
    
    /* 選單和headBanner區塊結尾 */
    
    
    .info-dcp-content {
        width: 100%;
        max-width: 1160px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 0 5%;
    }
    .service-container {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 60px 10%;
    }
    .service-content > ul {
        width: 100%;
        max-width: 1160px;
        display: flex;
        padding: 0;
        margin: 50px 0 0 0;
        flex-direction: row;
    }

    .feature-content ul {
        width: 100%;
        max-width: 1160px;
        display: flex;
        justify-content: space-between;
        margin: 50px auto 0;
        padding: 0 5%;
        flex-wrap: wrap;
    }
    
    .feature-content ul li {
        width: 50%;
        /* background-color: #CCC; */
        padding: 0 20px;
        margin: 0;
        color: #FFF;
        list-style: none;
    }
    
    .about-content {
        width: 60%;
        margin: 0;
        padding: 28px;
        text-align: center;
        background-color: #00103cab;
        background: rgb(190, 158, 116);
        background: linear-gradient(110deg, rgb(9 24 75 / 60%) 0%, rgb(32 41 86 / 71%) 100%);
    }
    
    
    .article-list-main-content ul li {
        width: calc(100% / 2 - 30px);
    }
    
/* Ofa dsign studio website pad teamplate end */

}

/* ----------------------------------------- 手機css ----------------------------------------- */

@media screen and  (max-width: 768px) {

/* Ofa dsign studio website bm teamplate end */
    
.logo-side-content {
        display: none;
    }

    .pc-headbanner-container-content strong {
        font-size: 36px;
        font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
        font-weight: 600;
    }
    #main-panel {
        padding-top: 60px;
    }
    #site-logo {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 0 0 15px;
    }
    .scroll-header-panel-01 {
        position: fixed!important;
        width: 100%!important;
        height: 60px!important;
        background-color: rgb(255 255 255);
        box-shadow: rgb(204 204 204 / 34%) 0px 12px 34px 1px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: solid 3px #be9e74!important;
    }
    .logo-side-content-white {
        color: #FFF;
        display: none;
    }
    #nav-panel {
        position: fixed!important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        /*background-color: #FFF;*/
        background: linear-gradient(158deg, rgb(0 8 46 / 94%) 0%, rgb(41 60 134 / 93%) 100%);
        display: none;
    }
    .scroll-header-panel-01 #nav-panel ul {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .scroll-header-panel-01 #nav-panel ul li {
        width: 80%;
        height: auto;
        display: flex;
        align-items: center;
        border-bottom: dotted 1px #6779b8;
    }
    .scroll-header-panel-01 #nav-panel ul li:last-child {
        margin-right: 0px;
        border-bottom: dotted 0px #CCC;
    }
    
    
    .scroll-header-panel-01 #nav-panel ul li a {
        text-decoration: none;
        width: 100%;
        height: 100%;
        padding: 25px 0;
        color: #FFF!important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .scroll-header-panel-02{
        border-bottom: solid 3px #be9e74!important;
    }
    
    #close-mb-menu {
        width: 30px;
        position: fixed;
        right: 20px;
        top: 20px;
        display: block;
        z-index: 888;
    }
    
    #close-mb-menu img {
        width: 100%;
    }
    
    #open_mb_menu {
        position: fixed;
        width: 25px;
        display: block;
        right: 25px;
        top: 20px;
        z-index: 888;
    }
    
    #open_mb_menu img {
        width: 100%;
    }

    #site-logo img {
        height: 35px;
        width: auto;
    }

    .head-banner-img-panel {
        position: relative;
    }
    
    .head-banner-img-pc {
        display: none;
    }
    
    .head-banner-img-mb {
        display: block;
    }

    .head-banner-img-mb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .head-banner-content {
        /* display: none; */
        position: absolute;
        width: 80%;
    }


    #head-banner-panel {
        height: 75dvh;
    }

    
    #section-01-panel .column-2 .scale-img {
        height: 280px;
        overflow: hidden;
    }

    .headbanner-container {
        width: 100%;
        height: 80vh;
    }
    
    .pc-headbanner-container-banner {
        display: none;
    }
    
    .mb-headbanner-container-banner {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .pc-headbanner-container-content {
        position: absolute;
        margin-top: 53vh;
        color: #FFF;
        text-align: center;
        width: 100%;
        padding: 0 10%;
    }

    .pc-headbanner-container-content strong {
        font-size: 24px;
        font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
        font-weight: 600;
    }

    .pc-headbanner-container-content p {
        line-height: 22px;
        font-size: 14px;
        padding: 0;
        margin: 5px 0!important;
    }
    
.scroll-down-container {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(190,158,116,0) 100%);*/
}

.scroll-down-content {
    width: 60px;
    position: fixed;
    bottom: 60px;
    animation-name: scrollDownPage;
    animation-duration: 3s; 
    transition-timing-function: ease; 
    animation-iteration-count: infinite;
}

.scroll-down-container img {
    width: 100%;
}

@keyframes scrollDownPage { 
    0% {
        bottom: 60px;
        opacity: 0;
    }
    20% {
        bottom: 30px;
        opacity: 1;
    }
    45% {
        bottom: 30px;
        opacity: 1;
    }
    70% {
        bottom: 30px;
        opacity: 1;
    }
    100% {
        bottom: 0px;
        opacity: 0;
    }
}

    /* 手機版表單input */

    .send-form-content p {
        width: 100%;
        margin-bottom: 18px;
        display: flex;
        justify-content: center;
    }

    .form-input-col1 {
        clear: both;
        width: 100%;
        display: block;
        
    }
    
    .form-input-col2 {
        width: 100%!important;
    }
    
    .send-form-content ul li:nth-child(1),
    .send-form-content ul li:nth-child(2) {
        padding: 10px 0;
    }

    .send-form-content ul li:last-child {
        padding-bottom: 38px;
    }

    .contact-pnanel {
        display: flex;
        flex-direction: column;
    }

    .contact-pnanel > div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-information {
        width: 80%;
        padding: 58px 0;
    }

    .contact-information h2 {
        font-size: 30px;
    }

    .scroll-top-button {
        width: 60px;
        height: 60px;
        position: fixed;
        right: 0;
        bottom: 0;
        padding-bottom: 5px;
        display: flex;
        background-color: #0000007f;
        z-index: 68;
        justify-content: center;
        align-items: center;
        border-radius: 5px 0 0 0;
    }
.social-container {
    width: 60px;
    display: block;
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 99;
}
    
.social-content ul li {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}    
.social-content ul li a img {
    width: 75%;
    border: none;
}    
    
    /* 通用欄位 */
    .info-dcp-container {
        width: 100%;
        display: flex;
        padding: 0 10%;
    }
    /* 通用欄位結束 */
    .service-container {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 60px 0;
    }
    .service-content > ul {
        width: 100%;
        max-width: 1160px;
        display: flex;
        padding: 0 10%;
        margin: 50px 0 0 0;
        flex-direction: column;
    }

    .service-content ul > li {
        width: 100%;
        height: 360px;
        list-style: none;
        position: relative;
        transition: .4s;
    }

    .service-content ul > li:first-child {
        height: auto;
        padding: 20px 0 40px 0;
        border-left: solid 5px #be9e74;
        border-image: linear-gradient(to bottom, #be9e74 0%, #d8b68a 100%) 1;
    }

    .info-dcp-content > h2 {
        font-size: 28px;
        line-height: 48px;
        text-align: center;
        padding: 0;
        margin: 0;
        font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
        background-image: linear-gradient(140deg, #273565, #4670ba);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .service-dcp h3 {
        font-size: 28px;
        font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
        background-image: linear-gradient(140deg, #273565, #4670ba);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0;
        padding: 8px 0 10px 19px !important;
        /* border-left: solid 5px #BE9E74; */
    }

    .feature-container {
        padding: 60px 0;
    }

    .feature-container-img {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../images/feature_background.jpg);
        background-size: cover;
        background-attachment: fixed;
        opacity: .1;
    }

    .feature-content {
        width: 100%;
        padding: 0 10%;
        z-index: 1;
    }

    .feature-content > .info-dcp-container {
        padding:0!important;
    }

    .feature-content ul {
        width: 100%;
        max-width: 1160px;
        display: flex;
        justify-content: space-between;
        margin: 50px auto 0;
        padding: 0;
        flex-direction: column;
    }

    .feature-content ul li {
        width: 100%;
        /* background-color: #CCC; */
        padding: 0px;
        margin: 0 0 10px 0;
        color: #FFF;
        list-style: none;
    }

    .feature-content ul li:last-child {
        margin: 0!important;
    }

    .service-step-container {
        margin: 60px 0;
    }

    .service-step-content ul {
        width: 100%;
        display: flex;
        margin: 50px 0 0 0;
        padding: 0 10%;
        background-image: none;
        flex-wrap: wrap;
    }

    .service-step-content ul li {
        width: 50%;
        padding: 0 10px;
        margin: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .service-step-content ul li h3 {
        font-size: 18px!important;
        font-weight: 600;
        color: #273565;
        font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
        /* margin: 20px 0 10px 0; */
        padding: 15px 10px 10px 10px;
        background-color: #FFF;
    }
    .service-step-content ul li h3, .service-step-content ul li p {
        padding: 0;
        margin: 0 0 10px -2px;
        font-size: 14px;
        line-height: 20px;
    }

    .servicr-step-icon img {
        object-fit: contain;
        width: 35%;
    }

    .service-team-container {
        width: 100%;
        display: flex;
        align-content: center;
        flex-direction: column;
        margin: 60px 0;
    }

    .service-team-content ul {
        width: 100%;
        display: flex;
        align-content: center;
        justify-content: space-evenly;
        margin: 50px 0 0 0;
        padding: 0 10%;
        flex-direction: column;
    }

    .service-team-content ul li {
        width: 100%;
        padding: 0px;
        margin: 0 0 20px 0;
        list-style: none;
        display: flex;
    }

    .service-team-content ul li:last-child {
        margin: 0;
    }

    .service-team-content-image {
        width: 100%;
        height: 305px;
    }
    
.service-lawyer-detail-content {
    position: fixed;
    display: block;
    width: 100% !important;
    height: 100vh;
    flex-direction: column;
    overflow-y: auto;
}
.service-lawyer-detail-content .left-detail-content {
    width: 100%;
    aspect-ratio: auto 1 / 1;
} 

.service-lawyer-detail-content .right-detail-content {
    box-sizing: border-box;
    width: 80%;
    padding: 30px 0;
    margin: 0 auto;
}   
    
    .service-lawyer-detail-content .right-detail-content > div {
        display: block;
    }    
    
.service-lawyer-detail-content .right-detail-content ul li {
    color: #847765 !important;
    width: 100%;
    font-size: 16px !important;
    line-height: 28px !important;
    display: flex;
    list-style: square !important;
    display: list-item !important;
    margin: 0 0 0 10px !important;
    padding: 5px 0;
}    
    
    .service-lawyer-detail-container {
        display: block;
        overflow-y: auto;
        padding: 0;
        box-sizing: border-box;
    }
.service-lawyer-detail-container-close-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
    width: 60px;
    padding: 18px;
    background-color: #273565db;
    overflow: overlay;
    border-radius: 50px;
    aspect-ratio: 1 / 1 !important;
}

/*   
.service-lawyer-detail-content .left-detail-content {
    width: 100%;
    aspect-ratio: auto 3 / 4;
    max-height: 400px !important;
    overflow: hidden;
}    
.service-lawyer-detail-content .right-detail-content
{
    width: 80%;
    box-sizing: border-box !important;
    padding-left: 0 !important;
    margin: 0 auto;
    overflow: scroll; 
}  */  
    
    
    .about-container {
        padding: 0;
    }

    .about-content {
        width: 100%;
        margin: 0;
        padding: 28px;
        text-align: center;
        background-color: #00103cab;
        /* background: rgb(190, 158, 116); */
        background: linear-gradient(110deg, rgb(0 0 0 / 60%) 0%, rgb(32 41 86 / 0%) 100%);
    }

    .about-content-border {
        padding: 30px 25px;
        border: solid 1px #be9e74;
        border-image: linear-gradient(to bottom, #be9e74 0%, #d8b68a 100%) 1;
    }

    .send-from-panel {
        width: 100%;
        padding: 60px 0;
        background-color: #f8f8f8;
    }

    .send-form-content h2 {
        font-size: 32px;
        line-height: 44px;
        /* color: #273565; */
        text-align: center;
        padding: 0;
        margin: 0;
        font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
        background-image: linear-gradient(140deg, #273565, #4670ba);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .send-form-content p {
        width: 100%;
        font-size: 18px;
        padding: 0 10%;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        text-align: center !important;
    }

    .contact-us-container {
        width: 100%;
        padding: 60px 10%;
        background-color: #2A3148;
        background-image: url(../images/contact_background.jpg);
        background-size: cover;
        background-position: center;
        border-top: solid 5px #cdac76;
    }

    .contact-us-content ul {
        width: 100%;
        margin: 60px 0 0 0;
        padding: 0;
        display: flex
    ;
        position: relative;
        flex-direction: column;
    }

    .contact-us-content ul li {
        position: relative;
        width: 100% !important;
        list-style: none;
        color: #FFF;
        border-left: solid 1px #707070;
        margin: 0;
        padding: 0 20px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sep-line {
        display: none;
    }

    .contact-us-content h2 {
        color: #CDAC76;
        font-size: 28px;
        line-height: 49px;
        font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
        margin: 0;
        padding: 0;
        background-image: linear-gradient(45deg, #cdac76, #e9cfa5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .company-copyright {
        width: 100%;
        color: #CDAC76;
        margin-top: 50px;
        padding: 0 38px 0 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    
    .article-list-pre-page , .article-list-next-page {
        display: none;
    }
    
    
    .col4 {
        width: 100%;
        max-width: 1200px;
        margin: 60px auto 0;
        display: flex;
        flex-direction: column;
        position: relative;
        box-sizing: border-box;
        align-items: center;
    }
    
    .col4-left {
        width: 80%;
    }
    .col4-right {
        width: 80%;
    }
    
    .article-list-main-content ul li {
        margin: 0 0 50px 0;
    }
    
    .col4 .filters, .pagination {
        text-align: center;
        margin: 0 0 50px 0;
    }
    
    .search-box {
        position: relative;
    }
    
    .article-list-top-content {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }
    
    .article-list-category-container {
        margin-bottom: 20px;
    }
    
    .article-list-search-input {
        width: 100%;
        padding: 15px 25px;
        border: solid 1px #bd9136;
        border-radius: 5px;
        position: absolute;
    }
    
    .article-list-main-content ul li {
        width: 100%;
    }

    
    .article-content-main-container {
        width: 80%;
        max-width: 1280px;
        margin: 0 auto 0;
        padding: 100px 0;
        display: flex;
        flex-direction: column;
    }
    
    .article-content-container {
        width: 100%;
    }

    .article-content-side-container {
        width: 100%;
        padding: 0;
    }   


    
/*精選推薦文章*/    
ul.website-recommend-article-list {
    width: 80%;
    max-width: 1160px;
    margin: 60px auto 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}    
    
ul.website-recommend-article-list li {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 50px;
} 
    
ul.website-recommend-article-list li:nth-child(3) {
    margin-bottom: 0!important;
} 

    
    /*聯絡我們 頁面 樣式*/
    
.contact-send-from-panel {
    width: 100%;
    max-width: 1160px;
    display: flex;
    padding: 100px 0;
    margin: 0 auto;
    flex-direction: column;
}
    
.contact-send-from-panel .send-form-content {
    width: 80%;
}
    
.contact-content-information {
    width: 100%;
    margin: 68px 0 0 0;
    background-color: #2A3148;
    background-image: url(../images/contact_background.webp);
    background-size: cover;
    background-position: center;
    border-top: solid 5px #cdac76;
}    
  
.contact-send-from-panel {
    width: 100%;
    max-width: 1160px;
    display: flex;
    padding: 100px 0 0 0;
    margin: 0 auto;
    flex-direction: column;
}    
.contact-page-footer-copyright {
    width: 100%;
    max-width: 1160px;
    color: #CDAC76;
    margin: 0 auto;
    padding: 10px 20% 20px 10%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}   
    
/*   內頁樣式    */
.page-headbanner-image-mb {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
}   
    
    .page-headbanner-image-mb {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }   
    
.contact-send-from-panel .send-form-content h1 {
    font-size: 36px;
    line-height: 58px !important;
    line-height: 36px;
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #273565, #4670ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}    
    
.section-01-style-01 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 10% 0px 10%;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
}    
    
.section-02-style-01 {
    width: 80%;
    max-width: 1200px;
    margin: 50px auto 50px;
    display: flex;
    flex-direction: column;
}
    
.section-02-style-01 .left-container {
    width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
}    
    
    
.section-02-style-01 .right-container {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0 0 0;
}    
    
.section-03-style-01 {
    width: 80%;
    max-width: 1200px;
    margin: 0px auto 50px;
    display: flex;
    flex-direction: column;
}    
    
.section-03-style-01 .left-container {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin-bottom: 50px;
} 
    
.section-03-style-01 .right-container {
    width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
}    
    
    
.footer-contact-container-panel {
    width: 100%;
    margin-top: 100px;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
}    
    
.footer-contact-container {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
    display: flex;
    border-left: none;
    flex-direction: column;
}    
 
.footer-contact-container .footer-contact-left-container {
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
}
    
.footer-contact-container .footer-contact-right-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #CCC;
}    
    
.footer-contact-container .send-form-content {
    width: 100%!important;
    max-width: 1200px!important;
    margin: 0 auto;
}    
    
.footer-contact-container .footer-contact-left-container h2 {
    font-size: 36px;
    line-height: 58px;
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #273565, #4670ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}    

.footer-contact-container .footer-contact-left-container p {
    text-align: left !important;
    display: flex;
    justify-content: flex-start;
    margin: 18px 0;
    padding: 0;
} 
    
    .footer-contact-container .footer-contact-right-container {
        display: none;
    }    
    
   /* 手機版css結尾 */

}
