/**
 * 注意：此檔案包含自定義樣式，請勿在系統更新時覆蓋
 * Note: This file contains custom styles, do not overwrite during system updates
 * 最後更新 / Last updated: 2025-04-16
 */
/* 全局|gdpr|位置變更 */
@media screen and (min-width:991px) {
    .advbox{
        max-width: 480px;
        left: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #000 !important;
        text-align: center;
    }

    .cookies-btn,.advbox .btnset{
        margin: 8px auto;
        text-align: center;
    }
    .cookies-btn {
        color: #C8A96E !important;
        border-color: #C8A96E !important;
        &:hover {
            color: #aaaaaa !important;
            border-color: #aaaaaa !important;
        }
    }
    .advbox .btnset{
        margin: 0 0 3px 8px;
        border-radius: 3px;
        background-color: #C8A96E;
        border-color: #C8A96E;
        &:hover {
            background: #7f5963;
            border-color: #7f5963;
        }
    }

}

/* 全局|set|-- */
.hamburger {
    width: 50px;
}
.main {
    margin-top: 196px;
    &.main--line {
        .banner {
            margin-bottom: 50px;
        }
        .inner {
            h2 {
                color: #000;
                font-size: 2.5rem;
                font-weight: 500;
                span {
                    &:before {
                        display: none;
                    }
                }
                &.title {
                    display: none;
                }
            }
        }
    }
}
@media (max-width: 768px) {
    .main {
        margin-top: 165px;
        &.main--line {
            .inner {
                h2 {
                    font-size: 2rem;
                }
            }
        }
    }
}
@media (max-width: 600px) {
    .main {
        margin-top: 158px;
    }
}
@media (max-width: 480px) {
    .main {
        margin-top: 143px;
        &.main--line {
            .inner {
                h2 {
                    font-size: 1.8rem;
                }
            }
        }
    }
}
@media (max-width: 375px) {
    .main {
        margin-top: 165px;
    }
}
.page-service-detail, .page-news-detail, .page-case-detail, .page-knowledge-detail {
    .inner {
        h2 {
            &.title {
                display: block !important;
            }
        }
    }
}
.page-news-group, .page-case-group, .page-knowledge-group {
    .inner {
        h2 {
            &.title {
                display: block !important;
            }
        }
    }
}
.page-cookie {
    .cookie-editor-template1 {
        h2 {
            &.title {
                display: block !important;
            }
        }
    }
}
.btnset {
    width: 160px;
    padding: 12px 10px;
    border-radius: 6px;
}
.right-icon {
    a {
        width: 50px;
        height: 50px;
        img {
            width: 100%;
            height: auto;
        }
        &:hover {
            background-color: transparent !important;
        }
    }
}
@media (max-width: 600px) {
    .right-icon {
        a {
            padding: 28px 0;
            background-color: #111110;
            img {
                max-width: 40px;
            }
            span {
                display: none;
            }
        }
    }
}
.gotop {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
    &:hover {
        background-color: #2c3e50;
    }
}
.banner {
    .main-h1 {
        text-shadow: none;
        font-size: 3rem;
        line-height: 3.5rem;
        font-weight: 600;
        position: relative;
        top: inherit;
        transform: translateY(0);
    }
    .banner__div {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        .breadcrumb-box {
            margin-top: 20px;
            margin-bottom: 0;
            border-bottom: none;
            .breadcrumb {
                text-align: center;
                .breadcrumb__item {
                    a {
                        color: #fff;
                    }
                    &:first-child {
                        &:before {
                            display: none;
                        }
                    }
                    &:after {
                        color: #fff;
                        content: "/";
                    }
                }
            }
        }
    }
}
@media (max-width: 768px) {
    .banner {
        .main-h1 {
            font-size: 2.5rem;
            line-height: 3rem;
        }
    }
}
@media (max-width: 480px) {
    .banner {
        .main-h1 {
            font-size: 2rem;
            line-height: 2.2rem;
        }
        .banner__div {
            .breadcrumb-box {
                margin-top: 0;
            }
        }
    }
}
.news__item {
    transition: all 500ms ease-in-out;
    .info {
        h3 {
            a {
                color: #000 !important;
            }
        }
        .description {
            color: #7f8c8d;
        }
        .date {
            color: #C8A96E !important;
        }
    }
    &:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.1) !important;
    }
}
.knowledge {
    .news__item {
        padding: 0;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
        .info {
            .title {
                font-weight: 600;
            }
        }
    }
}
.case {
    .news__item {
        .info {
            .title {
                font-size: 1.5rem;
            }
        }
    }
}

/* 全局|sub-menu|set */
.sub-menu {
    box-shadow: none;
    > li {
        a {
            padding: 20px 0 20px 20px;
            position: relative;
            &:before, &:after {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }
            &:before {
                width: 3px;
                height: 30px;
                background-color: #ddd;
                content: "";
                left: 3px;
                transition: all 500ms ease-in-out;
            }
            &:after {
                font-family: "icomoon";
                color: #C8A96E;
                content: "\e93a";
                left: 25px;
                opacity: 0;
                transition: all 500ms ease-in-out;
            }
            &.active {
                padding-left: 50px;
                color: #C8A96E !important;
                background-color: transparent !important;
                &:before {
                    background-color: #C8A96E;
                }
                &:after {
                    opacity: 1;
                }
            }
        }
        &:hover {
            a {
                padding-left: 50px;
                color: #C8A96E;
                &:before {
                    background-color: #C8A96E;
                }
                &:after {
                    opacity: 1;
                }
            }
        }
        &:last-child {
            border-bottom: 1px dashed #d0d0d0;
        }
    }
}


/* 全局|header|-- */
.header {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1) !important;
    top: 0;
}
.topblock {
    padding: 0;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    .left-info {
        width: 50%;
        align-items: center;
        li {
            a {
                font-weight: 400;
            }
            i {
                color: #C8A96E;
            }
        }
    }
    .social {
        width: 50%;
        justify-content: flex-end;
        align-items: center;
        a {
            margin-left: 15px;
            color: #C8A96E;
            font-size: 16px;
            &:hover {
                color: #7f5963;
            }
        }
        .btnset {
            width: auto;
            margin: 0 0 0 15px;
            padding: 20px 30px;
            border-radius: 0;
            background-color: #C8A96E;
            border-color: #C8A96E;
            color: #fff;
            letter-spacing: .3rem;
            &:hover {
                color: #fff;
                background-color: #7f5963;
                border-color: #7f5963;
                transform: translateY(0);
            }
            i {
                font-family: 'FontAwesome';
            }
        }
    }
}
@media (max-width: 600px) {
    .topblock {
        .left-info, .social {
            width: 100%;
        }
        .left-info {
            order: 2;
            padding: 6px 0;
        }
        .social {
            order: 1;
            justify-content: space-between;
            .btnset {
                padding: 10px 20px;
            }
        }
    }
}
.header__search {
    display: none;
}
.header__inner {
    padding: 18px 0 !important;
    .nav__box {
        justify-content: flex-end;
    }
}
@media (max-width: 991px) {
    .header__inner {
        padding: 18px 40px !important;
    }
}
@media (max-width: 600px) {
    .header__inner {
        padding: 8px 40px !important;
    }
}
@media (max-width: 480px) {
    .header__inner {
        padding: 8px 10px !important;
    }
}
.nav__item {
    font-size: 1rem;
    .nav__btn {
        display: none;
    }
}
.nav__name {
    padding: 23px 22px;
    &:hover {
        color: #C8A96E;
        opacity: 1;
    }
    &:after {
        width: 2px;
        height: 0;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    &:hover {
        &:after {
            height: 15px;
            width: 2px;
            left: 50%;
        }
    }
    &.active {
        &:after {
            width: 2px;
            height: 15px;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }
    }
}
@media (max-width: 991px) {
    .nav__name {
        padding: 10px 15px !important;
    }
}
.nav__layer {
    top: 60px !important;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    overflow: hidden;
    .nav__item {
        .nav__name {
            &:hover {
                color: #fff !important;
                background-color: #C8A96E;
            }
        }
    }
}
@media (max-width: 991px) {
    .nav__layer {
        top: 0 !important;
        box-shadow: none;
    }
}

/* 全局|footer|-- */
.footer-template1 {
    .footer-common-copy {
        .copy {
            margin: 1rem 0;
            text-align: left;
            color: #fff;
            a {
                color: #fff;
                &:hover {
                    color: #fff;
                }
            }
        }
    }
}
.footer-common-editor1-template1 {
    margin-top: 30px;
    padding: 50px 0;
    background-color: #1d1d1d;
    .footer__logo {
        padding-right: 0;
        .ft-icon-share {
            padding-left: 0;
            margin-top: 1.5rem;
            li {
                margin-right: 10px;
                display: inline-block;
                a {
                    width: 40px;
                    height: 40px;
                    justify-content: center;
                    align-items: center;
                    border-radius: 50%;
                    background-color: rgba(255, 255, 255, 0);
                    transition: all 500ms ease-in-out;
                    display: flex;
                }
                i {
                    font-size: 20px;
                }
                &:last-child {
                    margin-right: 0;
                }
                &:hover {
                    a {
                        background-color: rgba(255, 255, 255, 1);
                        transform: translateY(-2px);
                    }
                    i {
                        color: #C8A96E !important;
                    }
                }
            }
        }
    }
    .footer__info {
        padding: 0 1rem;
        ul {
            li {
                &:before {
                    color: #C8A96E;
                }
            }
        }
    }
    .footer__social {
        ul {
            li {
                width: 50%;
            }
        }
    }
}
@media (max-width: 768px) {
    .footer-common-editor1-template1 {
        .footer__logo {
            margin-bottom: 0;
            order: 1;
        }
        .footer__info {
            padding: 0;
            order: 3;
        }
        .footer__social {
            padding: 2rem 0;
            order: 2;
        }
    }
}


/* index|banner|-- */
@media (min-width: 992px) {
    .ind-banner .swiper-wrapper {
        height: 70vh !important;
        overflow: hidden;
        .swiper-slide {
            img {
                height: 70vh;
                position: absolute;
                left: 0;
                top: 0;
            }
        }
    }
}
.ind-banner__textbox {
    height: 60%;
    margin: 16% 5% 0;
}
@media (max-width: 991px) {
    .ind-banner__textbox {
        height: auto;
        margin: 0;
    }
}
.ind-banner__text {
    .title, p {
        line-height: 1.6;
        text-shadow: -1px -1px 10px rgba(0,0,0,.1), -1px 1px 10px rgba(0,0,0,.1), 1px -1px 10px rgba(0,0,0,.1), 1px 1px 10px rgba(0,0,0,.1);
    }
    .title {
        font-size: 4.5rem;
    }
    p {
        font-size: 1.3rem;
    }
    .btnbox {
        padding-top: 30px;
        .btnset {
            padding: 10px;
            border-radius: 0;
            &:hover {
                color: #fff;
                background-color: #7f5963;
                border-color: #7f5963;
            }
        }
    }
}
@media (max-width: 768px) {
    .ind-banner__text {
        .title {
            font-size: 3.5rem;
        }
    }
}
@media (max-width: 768px) {
    .ind-banner__text {
        .title {
            font-size: 2.5rem;
        }
    }
}
@media (max-width: 480px) {
    .ind-banner__text {
        .title {
            font-size: 2rem;
        }
        p {
            font-size: 1rem;
        }
    }
}
.ind-banner .swiper-button-next, .ind-banner .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(200, 169, 110, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease-in-out;
    &:after {
        content: "\f104";
        text-shadow: none;
        font-size: 40px;
        margin-bottom: 3px;
    }
    &:hover {
        background: rgba(200, 169, 110, 0.7);
    }
}
.ind-banner .swiper-button-next {
    &:after {
        margin-top: 3px;
        margin-bottom: 0;
    }
}
@media (max-width: 375px) {
    .ind-banner {
        .swiper-button-next, .swiper-button-prev {
            top: -webkit-calc(40% - 23px);
            top: calc(40% - 23px);
        }
    }
}
.swiper-pagination {
    display: none !important;
}

/* index|webeditor|-- */
.index-h1 {
    padding-top: 15px;
    .index-h1__setting {
        text-align: right;
        font-weight: 100;
        font-style: oblique;
    }
}
.ind-above {
    z-index: 1;
}
.sort_1.index-editor-template1 {
    padding-bottom: 0;
    .wrapper {
        margin-top: -110px;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 50px;
        overflow: hidden;
        .about-block {
            .text {
                padding: 60px 40px 0 50px;
                color: #7f8c8d;
                font-size: 1.1rem;
                line-height: 1.8;
                .title--lg {
                    margin-bottom: 40px;
                    font-size: 2.5rem;
                    line-height: 3.5rem;
                    letter-spacing: 0.15rem;
                    font-weight: 600;
                    position: relative;
                    &:after {
                        position: absolute;
                        bottom: -10px;
                        left: 0;
                        right: auto;
                        width: 60px;
                        height: 5px;
                        background-color: #C8A96E;
                        content: "";
                    }
                }
            }
        }
    }
}
@media (max-width: 991px) {
    .sort_1.index-editor-template1 {
        .wrapper {
            margin-top: 0;
        }
    }
}
@media (max-width: 768px) {
    .sort_1.index-editor-template1 {
        .wrapper {
            .about-block {
                .text {
                    .title--lg {
                        font-size: 2rem;
                    }
                }
            }
        }
    }
}
@media (max-width: 480px) {
    .sort_1.index-editor-template1 {
        .wrapper {
            .about-block {
                .text {
                    .title--lg {
                        font-size: 1.8rem;
                    }
                }
            }
        }
    }
}
.index-editor-template11 {
    padding: 48px 16px 60px;
    .index-editor-template11-content {
        color: #7f8c8d;
        .main-title {
            margin-bottom: 50px;
            font-size: 2.5rem;
            letter-spacing: 0.2rem;
            color: #2c3e50;
            position: relative;
            &:after {
                content: '';
                position: absolute;
                bottom: -35px;
                left: 50%;
                width: 1px;
                height: 30px;
                background-color: #C8A96E;
            }
        }
        .second-title {
            padding-left: 0;
            font-weight: 400;
            &:before, &:after {
                display: none;
            }
        }
        .card-items {
            .card-item {
                min-height: auto;
                border: none;
                .card-item-icon {
                    img {
                        width: auto;
                    }
                }
                .card-item-title {
                    font-size: 1.5rem;
                    color: #2c3e50;
                }
                .card-item-des {
                    text-align: center;
                }
                .btnset {
                    display: block;
                    i {
                        margin-left: 7px;
                    }
                }
                &:hover {
                    transform: translateY(-10px);
                    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
                    .card-item-icon {
                        display: block;
                    }
                }
            }
        }
    }
}
@media (max-width: 768px) {
    .index-editor-template11 {
        .index-editor-template11-content {
            .main-title {
                font-size: 2rem;
            }
        }
    }
}
@media (max-width: 480px) {
    .index-editor-template11 {
        .index-editor-template11-content {
            .main-title {
                font-size: 1.8rem;
            }
            .card-items {
                .card-item {
                    margin: 15px;
                    padding: 15px;
                }
            }
        }
    }
}

/* index|list|-- */
.ind-section h2 span {
    position: relative;
    &:after {
        content: '';
        position: absolute;
        bottom: -35px;
        left: 50%;
        width: 1px;
        height: 30px;
        background-color: #C8A96E;
    }
}
.ind-news {
    padding-top: 100px;
    padding-bottom: 100px;
    > .title {
        margin-bottom: 60px;
        font-size: 2.5rem;
        letter-spacing: 0.2rem;
        font-weight: 600;
    }
    .sub-title {
        margin-bottom: 20px;
        text-align: center;
        font-size: 18px;
        color: #7f8c8d;
    }
    .news {
        .news__item {
            width: calc(33.3333333333% - 30px);
            padding: 0;
            margin: 0 15px;
            box-shadow: 0 0 24px rgba(0, 0, 0, 0.1) !important;
            .img {
                margin-bottom: 0;
                border-radius: 6px 6px 0 0;
                overflow: hidden;
            }
            .info {
                padding: 40px 20px 30px;
                border-radius: 0 0 6px 6px;
                background-color: #fff;
            }
        }
    }
    .btnbox {
        padding-top: 50px;
        .btnset {
            color: #fff;
        }
    }
}
@media (max-width: 768px) {
    .ind-news {
        > .title {
            font-size: 2rem;
        }
    }
}
@media (max-width: 600px) {
    .ind-news {
        .news {
            .news__item {
                width: calc(100% - 60px);
                margin: 0 30px 50px;
                &:last-child {
                    margin-bottom: 20px;
                }
            }
        }
    }
}
@media (max-width: 480px) {
    .ind-news {
        > .title {
            font-size: 1.8rem;
        }
    }
}

/* other */
.page-ab, .page-service-index, .page-news-list, .page-case-list, .page-knowledge-list {
    .sidebar {
        display: none;
    }
    .inner {
        width: 100%;
    }
}
.page-ab-index {
    padding-bottom: 0;
}
.page-ab-index {
    .wrapper--fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
.sort_ab.index-editor-template1 {
    .about-block {
        .text {
            padding-left: 30px;
            .title--lg {
                font-size: 2.5rem;
                font-weight: 600;
                margin-bottom: 30px;
                span {
                    padding-top: 10px;
                    position: relative;
                    &:before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 40px;
                        height: 5px;
                        background: #c8a96e;
                        border-radius: 30px;
                    }
                }
            }
            .title--md {
                font-size: 1.5rem;
            }
        }
    }
}
@media (max-width: 768px) {
    .sort_ab.index-editor-template1 {
        .about-block {
            .text {
                .title--lg {
                    margin-bottom: 20px;
                    font-size: 2rem;
                }
            }
        }
    }
}
@media (max-width: 480px) {
    .sort_ab.index-editor-template1 {
        .about-block {
            .text {
                .title--lg {
                    font-size: 1.8rem;
                }
            }
        }
    }
}
.sort_ab.index-editor-template41 {
    padding: 80px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    &:after {
        top: 50%;
        left: 50%;
        width: 95%;
        height: 71%;
        transform: translate(-50%, -50%);
        border: 1px solid #575757;
        background-color: transparent !important;
    }
    .wrapper {
        .inner__div {
            .img {
                img {
                    width: auto;
                    height: auto;
                }
            }
        }
    }
}
@media (max-width: 991px) {
    .sort_ab.index-editor-template41 {
        &:after {
            display: none;
        }
    }
}
@media (max-width: 768px) {
    .sort_ab.index-editor-template41 {
        .wrapper {
            .inner__div {
                margin-bottom: 30px;
                &:last-child {
                    margin-bottom: 0;
                }
            }
        }
    }
}
.contact-line {
    .contact-title {
        width: 100%;
        margin-bottom: 10px;
        font-size: 2.5rem;
        font-weight: 600;
    }
    p {
        width: calc(100% - 82px);
        margin: 0;
    }
    .line-qrcode {
        width: 62px;
        margin-left: 20px;
    }
}
.contact-block__info {
    .webeditor {
        &:nth-child(2) {
            display: none;
        }
    }
}
.contact-info {
    .location {
        margin-bottom: 20px;
        .contact-title {
            font-size: 2.5rem;
            font-weight: 600;
        }
        ul {
            padding-left: 10px;
            margin: 10px 0 30px;
            li {
                margin-bottom: 7px;
                list-style-type: none;
                a {
                    color: #c8a96e;
                    &:hover {
                        color: #7f5963;
                    }
                }
            }
        }
    }
}
.ind-knowledge {
    padding: 100px 0;
    order: 4;
    position: relative;
    z-index: 0;
    &:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 285px;
        background-color: #f2f2f2;
        content: "";
        z-index: -1;
    }
    .title, .sub-title {
        color: #fff;
        text-align: center;
    }
    h2.title {
        margin-bottom: 100px;
        font-size: 2.5rem;
        letter-spacing: 0.2rem;
        font-weight: 600;
    }
    .sub-title {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .knowledge {
        padding-bottom: 75px;
        .news__item {
            .info {
                padding: 20px;
                .title {
                    text-align: left;
                }
                .description, .date {
                    display: none;
                }
            }
        }
        .swiper-button-next, .swiper-button-prev {
            width: 50px;
            height: 50px;
            padding: 0;
            margin-top: 0;
            border-radius: 0;
            top: inherit;
            bottom: 0;
            background-color: #fff;
            border: 1px #e6e6e6 solid;
            display: flex;
            justify-content: center;
            align-items: center;
            &:after {
                color: #c8a96e;
                text-shadow: none;
                content: "\f104";
                font-size: 24px;
            }
        }
        .swiper-button-prev {
            left: calc(50% - 60px);
        }
        .swiper-button-next {
            left: inherit;
            right: calc(50% - 60px);
            &:after {
                margin-top: 3px;
            }
        }
    }
}
@media (max-width: 768px) {
    .ind-knowledge {
        h2.title {
            font-size: 2rem;
        }
    }
}
@media (max-width: 480px) {
    .ind-knowledge {
        h2.title {
            font-size: 1.8rem;
        }
    }
}
.ind-case {
    padding: 100px 0;
    order: 5;
    .title, .sub-title {
        text-align: center;
    }
    h2.title {
        margin-bottom: 100px;
        font-size: 2.5rem;
        letter-spacing: 0.2rem;
        font-weight: 600;
        color: #2C3E50;
    }
    .sub-title {
        margin-bottom: 20px;
        font-size: 18px;
        color: #7f8c8d;
    }
    .case {
        padding-bottom: 75px;
        .news__item {
            padding: 0;
            .img {
                margin-bottom: 0;
                overflow: hidden;
                img {
                    transition: all 500ms ease-in-out;
                }
            }
            .info {
                width: 100%;
                height: 100%;
                padding: 20px;
                position: absolute;
                left: 0;
                top: 0;
                background: rgba(200, 169, 110, 0.75);
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                opacity: 0;
                transition: all 500ms ease-in-out;
                h3 {
                    a {
                        color: #fff !important;
                        font-size: 1.5rem;
                    }
                }
                .description {
                    color: #fff;
                }
                .date {
                    display: none;
                }
            }
            &:hover {
                .img {
                    img {
                        transform: scale(1.05)
                    }
                }
                .info {
                    opacity: 1;
                }
            }
        }
        .swiper-button-next, .swiper-button-prev {
            width: 50px;
            height: 50px;
            padding: 0;
            margin-top: 0;
            border-radius: 0;
            top: inherit;
            bottom: 0;
            background-color: #efefef;
            border: 1px #efefef solid;
            display: flex;
            justify-content: center;
            align-items: center;
            &:after {
                color: #c8a96e;
                text-shadow: none;
                font-family: "icomoon";
                content: "\f104";
                font-size: 24px;
            }
        }
        .swiper-button-prev {
            left: calc(50% - 60px);
        }
        .swiper-button-next {
            left: inherit;
            right: calc(50% - 60px);
            &:after {
                margin-top: 3px;
                transform: rotate(180deg);
            }
        }
    }
}
@media (max-width: 768px) {
    .ind-case {
        h2.title {
            font-size: 2rem;
        }
    }
}
@media (max-width: 480px) {
    .ind-case {
        h2.title {
            font-size: 1.8rem;
        }
    }
}
.about-list {
    padding: 100px 0;
    position: relative;
    z-index: 0;
    &:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 285px;
        background-color: #f2f2f2;
        content: "";
        z-index: -1;
    }
    h2.title {
        margin-bottom: 100px;
        font-size: 2.5rem;
        letter-spacing: 0.2rem;
        font-weight: 600;
        color: #2C3E50;
    }
    .about {
        padding-bottom: 75px;
        .news__item {
            box-shadow: 0 0 24px rgba(0, 0, 0, 0.1) !important;
            .img {
                img {
                    width: auto;
                    margin: auto;
                }
            }
            .info {
                padding: 20px;
                .title {
                    font-size: 1.5rem;
                    font-weight: 600;
                }
                .description, .date {
                    display: none;
                }
            }
        }
        .swiper-button-next, .swiper-button-prev {
            width: 50px;
            height: 50px;
            padding: 0;
            margin-top: 0;
            border-radius: 0;
            top: inherit;
            bottom: 0;
            background-color: #fff;
            border: 1px #e6e6e6 solid;
            display: flex;
            justify-content: center;
            align-items: center;
            &:after {
                color: #c8a96e;
                text-shadow: none;
                content: "\f104";
                font-size: 24px;
            }
        }
        .swiper-button-prev {
            left: calc(50% - 60px);
        }
        .swiper-button-next {
            left: inherit;
            right: calc(50% - 60px);
            &:after {
                margin-top: 3px;
            }
        }
    }
}
@media (max-width: 991px) {
    .about-list {
        .about {
            .news__item {
                .img {
                    img {
                        width: 100%;
                    }
                }
            }
        }
    }
}
@media (max-width: 768px) {
    .about-list {
        h2.title {
            font-size: 2rem;
        }
        .about {
            .news__item {
                .info {
                    .title {
                        font-size: 1.25rem;
                    }
                }
            }
        }
    }
}
@media (max-width: 480px) {
    .about-list {
        h2.title {
            font-size: 1.8rem;
        }
    }
}
.lawyer {
    .img {
        img {
            width: auto;
            margin: auto;
        }
        p {
            margin-top: 20px;
            text-align: center;
        }
    }
    .info {
        .indent-ul {
            padding-left: 20px;
            li {
                list-style-type: none;
            }
        }
    }
}
.service-title {
    margin: 0 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1rem;
}
.service {
    .news__item {
        padding: 20px;
        border-radius: 8px;
        .img {
            border-radius: 6px;
            overflow: hidden;
        }
        .info {
            .title {
                font-size: 1.5rem;
                font-weight: 600;
                text-align: center;
            }
            .description {
                text-align: center;
            }
            .btnset {
                margin: auto;
                color: #C8A96E;
                border: none;
                &:after {
                    margin-left: 2px;
                    font-family: "icomoon";
                    font-size: 18px;
                    content: "\e93a";
                    vertical-align: top;
                }
                &:hover {
                    background-color: transparent !important;
                    color: #7f5963;
                    &:after {
                        background-color: transparent;
                    }
                }
            }
        }
    }
}
@media (max-width: 768px) {
    .service {
        .news__item {
            .info {
                .title {
                    font-size: 1.25rem;
                }
            }
        }
    }
}
@media (max-width: 600px) {
    .service {
        .news__item {
            width: 100%;
        }
    }
}
.page-news-group, .page-case-group, .page-knowledge-group {
    .inner {
        h2.title {
            margin: 20px 0 100px;
            text-align: center;
            span {
                position: relative;
                &:after {
                    content: '';
                    position: absolute;
                    bottom: -35px;
                    left: 50%;
                    width: 1px;
                    height: 30px;
                    background-color: #C8A96E;
                }
            }
        }
    }
}
.date-box {
    padding: 0 10px;
    .date {
        color: #C8A96E;
    }
}
.news--list, .case--list {
    .news__item {
        width: calc(33.333333333% - 24px);
        margin: 0 12px 30px;
        padding: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        .img {
            margin-bottom: 30px;
            border-radius: 6px 6px 0 0;
            overflow: hidden;
        }
        .info {
            padding: 0 30px 20px;
            .btnset {
                display: none;
            }
        }
        &:hover {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
        }
    }
}
@media (max-width: 768px) {
    .news--list, .case--list {
        .news__item {
            .info {
                padding: 0 10px 10px;
            }
        }
    }
}
@media (max-width: 600px) {
    .news--list, .case--list {
        .news__item {
            width: calc(100% - 24px);
        }
    }
}
.case--list {
    .news__item {
        .info {
            .title {
                text-align: center;
                font-size: 1.5rem;
                font-weight: 600;
            }
            .description {
                color: #000;
                text-align: center;
            }
            .date {
                display: none;
            }
        }
    }
}
@media (max-width: 768px) {
    .case--list {
        .news__item {
            .info {
                .title {
                    font-size: 1.25rem;
                }
            }
        }
    }
}
.knowledge--list {
    .news__item {
        width: calc(25% - 24px);
        margin: 0 12px 30px;
        padding: 15px 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        .img {
            display: none;
        }
        .info {
            padding-top: 0;
            .title {
                -webkit-line-clamp: 3;
            }
            .description, .date, .btnset {
                display: none;
            }
        }
        &:hover {
            .info {
                .title {
                    color: #C8A96E !important;
                }
            }
        }
    }
}
@media (max-width: 991px) {
    .knowledge--list {
        .news__item {
            width: calc(50% - 24px);
        }
    }
}
@media (max-width: 600px) {
    .knowledge--list {
        .news__item {
            width: calc(100% - 24px);
            margin-bottom: 20px;
        }
    }
}
.sitemap__item {
    ul {
        padding-left: 20px;
        li {
            list-style-type: none;
            position: relative;
            &:before {
                font-family: 'icomoon' !important;
                content: '\e922';
                display: inline-block;
                margin-right: 7px;
                color: #C8A96E;
            }
            a {
                display: inline-block;
            }
        }
    }
}




