﻿@charset "UTF-8";
/*$font-size: 16px;*/
.font-size-inherit {
    font-size: inherit;
}

.tag-group .featured-tag {
    cursor: pointer;
    border-radius: 4px;
    box-shadow: inset 3px 3px 6px 0 rgba(0, 0, 0, 0.22);
    background-color: rgba(241, 232, 203, 0.75);
}

.fill-height {
    flex: 1 0 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    position: relative;
}

.cursor-point, .featured_button_group .custom-pagination button, .custom-btn-switch button {
    cursor: pointer;
}

/* custom */
html {
    height: 100%;
    /*font-size: 0.88rem;*/
    /*font-size: 18px;*/
    font-size: 1.13em;
}

html, body {
    overflow-x: clip;
}

body {
    min-height: 100%;
    padding: 0 !important;
}

    body.ms-layout-default {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    body.h-auto {
        height: auto;
    }

.custom-border {
    border-top: 1px solid #afafad !important;
    opacity: 1;
    height: auto !important;
}

.bg-sec {
    background: #fcfcfc;
}

.custom-input-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .custom-input-group span {
        width: 25%;
    }

.ms-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .ms-header h2, .ms-header span {
        margin-bottom: 0 !important;
    }

        .ms-header h2:before, .ms-header span:before {
            content: '';
            width: 12px;
            height: 12px;
            background: #ffb300;
            display: inline-block;
            transform: rotate(45deg);
            margin-right: 0.5rem;
        }

    .ms-header hr {
        flex-grow: 1;
    }

.ms-user-name {
    font-weight: 600;
    padding: 0 20px;
    word-wrap: break-word;
    max-width: 240px;
    font-size: 0.88em;
}

    .ms-user-name i {
        color: #6da765;
        margin-right: 4px;
    }

    .ms-user-name.mobile {
        background: #38393a;
        font-size: 1em;
        padding: 20px;
        width: 100%;
        max-width: 100%;
        color: #fff;
        border-bottom: 2px solid #80cace;
    }

/* Tab 樣式 */
.nav.ms-nav-tab a.nav-link {
    color: #6d7278;
    opacity: 0.6;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    border-bottom: 4px solid transparent;
}

    .nav.ms-nav-tab a.nav-link:hover {
        color: #ffbb1a;
    }

    .nav.ms-nav-tab a.nav-link.active {
        opacity: 1;
        border-bottom: 4px solid #ffb300;
    }

.nav.ms-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
}

    .nav.ms-nav a.nav-link {
        white-space: nowrap;
        border-radius: 5rem;
    }

/* Modal 樣式 */
.ms-modal .ms-icon-group {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .ms-modal .ms-icon-group i {
        font-size: 2.5rem;
        margin: 1rem;
    }

        .ms-modal .ms-icon-group i.fa-circle-check {
            color: #5e8b58;
        }

        .ms-modal .ms-icon-group i.fa-circle-xmark {
            color: #f55;
        }

.ms-icon-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

    .ms-icon-group.login-e img {
        width: 80px;
        height: 80px;
    }

    .ms-icon-group.login-e span {
        color: #000;
    }

    .ms-icon-group.tip {
        background: #fcfcfc;
        padding: 4em;
    }

        .ms-icon-group.tip i {
            font-size: 1.2em;
            font-weight: 400;
        }

    .ms-icon-group.error {
        height: 50vh;
    }

        .ms-icon-group.error span {
            font-size: 2em;
            font-weight: 600;
        }

/*p樣式*/
.ms-p {
    margin-bottom: 2rem;
    line-height: 2;
}

.ms-content .custom-label {
    font-size: 1.5rem;
    font-weight: 600;
}

.ms-content p {
    font-size: 1.1rem;
}

/*btn樣式*/
.ms-tool-btn-group {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

    .ms-tool-btn-group [class^="ms-evaluation-row-"] i {
        padding: 0.5rem;
        font-size: 1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .ms-tool-btn-group .ms-evaluation-row-copy i {
        color: #5e8b58;
    }

    .ms-tool-btn-group .ms-evaluation-row-del i {
        color: #f55;
    }

    .ms-tool-btn-group.ms-column {
        flex-direction: column;
    }

    .ms-tool-btn-group .btn {
        white-space: nowrap;
    }

.btn_edit {
    color: #1f6bff;
}

    .btn_edit:hover {
        color: #033eb3;
    }

.btn_del {
    color: #f16136;
}

    .btn_del:hover {
        color: #a7300c;
    }

.btn_info {
    color: #5e8b58;
}

    .btn_info:hover {
        color: #1c6b11;
    }

.btn_yellow {
    color: #c78615 !important;
}

    .btn_yellow:hover {
        color: #82570e !important;
    }

[class^="btn_"] i {
    padding: 0.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn.radius {
    border-radius: 5rem;
}

.btn-main {
    color: #fff !important;
    border-color: #5e8b58;
    background: #5e8b58;
}

    .btn-main:hover {
        color: #fff;
        border-color: #79bb71;
        background: #79bb71;
    }

    .btn-main.btn-custom2 {
        border-color: #6da765;
        background: #6da765;
    }

        .btn-main.btn-custom2:hover {
            color: #fff;
            border-color: #5e8b58;
            background: #5e8b58;
        }

    .btn-main.btn-custom3 {
        border-color: #ffC000;
        background: #ffC000;
    }

        .btn-main.btn-custom3:hover {
            color: #fff;
            border-color: #c2991b;
            background: #c2991b;
        }



.btn-tab:hover {
    color: #956d17;
}

.btn-tab.active {
    color: #fff;
    background-color: #e6bb5f;
    border-color: #e6bb5f;
}

    .btn-tab.active:hover {
        color: #fff;
        background-color: #dfa833;
        border-color: #dfa833;
    }

.btn-tab.notify {
    width: 8rem;
    border-color: #6d7278;
    background-color: #fff;
}

    .btn-tab.notify:hover {
        color: #fff;
        background-color: #496c44;
    }

    .btn-tab.notify.active {
        color: #fff;
        background-color: #5e8b58;
        border-color: #5e8b58;
    }

        .btn-tab.notify.active:hover {
            color: #fff;
            background-color: #496c44;
            border-color: #496c44;
        }

.btn-yellow, .nav.ms-nav a.nav-link {
    color: #fff;
    border-color: #eba500;
    background: #eba500;
}

    .btn-yellow:hover, .nav.ms-nav a.nav-link:hover {
        color: #fff;
        border-color: #b37d00;
        background: #b37d00;
    }

/* switch-group */
.ms-switch-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .ms-switch-group .ms-switch-form {
        border: 1px solid #dee2e6;
        background: #fcfcfc;
        padding: 0.5rem;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

        .ms-switch-group .ms-switch-form .form-check-input {
            cursor: pointer;
        }

            .ms-switch-group .ms-switch-form .form-check-input:checked {
                background-color: #ffb300;
                border-color: #ffb300;
            }

            .ms-switch-group .ms-switch-form .form-check-input:focus {
                box-shadow: 0 0 0 0.25rem rgba(74, 78, 83, 0.25);
            }

/* form check inline */
.ms-form-check-inline .form-check-input {
    cursor: pointer;
}

    .ms-form-check-inline .form-check-input:checked {
        background-color: #ffb300;
        border-color: #ffb300;
    }

    .ms-form-check-inline .form-check-input:focus {
        box-shadow: 0 0 0 0.25rem rgba(74, 78, 83, 0.25);
    }

/* table */
.table-container {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.ms-list {
    overflow: auto;
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 0 0 0.25rem 0.25rem;
}

    .ms-list table {
        margin: 0;
        position: relative;
        z-index: 1;
    }

        .ms-list table thead tr th {
            position: sticky;
            top: 0;
            z-index: 9999;
        }

            .ms-list table thead tr th:first-child {
                position: sticky;
                left: 0;
                background: #e9e9e9;
            }

        .ms-list table th, .ms-list table td {
            vertical-align: middle;
            border-color: #dee2e6 !important;
        }

        .ms-list table tbody tr:last-child td {
            border: none;
        }

        .ms-list table tbody tr td:first-child {
            position: sticky;
            left: 0;
            background: #e9e9e9;
        }

.ms-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0.25rem;
    color: #e9e9e9;
    /*  &.example {
        background-color: $main;
        -webkit-mask: url(../images/icon-publish.svg) no-repeat center;
        mask: url(../images/icon-publish.svg) no-repeat center;
    }*/
}

    .ms-icon.inline {
        display: inline-flex;
    }

.step-group {
    margin-bottom: 1.5rem;
}

    .step-group .step-title {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

        .step-group .step-title .title {
            font-size: 1rem;
            color: #fff;
            background: #38393a;
            border-radius: 5rem;
            padding: 0.5rem 1.5rem;
        }

        .step-group .step-title .info {
            font-size: 1.2rem;
            color: #38393a;
        }

    .step-group .step-content {
        padding: 1rem;
        font-size: 1rem;
    }

    .step-group .step-img {
        display: flex;
        gap: 1rem;
    }

.accordion.ms-faq .accordion-item .accordion-header span, .accordion.ms-faq .accordion-item .accordion-body span {
    color: #fff;
    border-radius: 10rem;
    margin-right: 1rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion.ms-faq .accordion-item .accordion-header span {
    background: #5e8b58;
    flex-shrink: 0;
}

.accordion.ms-faq .accordion-item .accordion-header .accordion-button {
    color: #6d7278;
    font-size: 1.1rem;
    line-height: 1.5;
}

    .accordion.ms-faq .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        background-color: #dbe3e3e3;
    }

.accordion.ms-faq .accordion-item .accordion-body {
    display: flex;
}

    .accordion.ms-faq .accordion-item .accordion-body span {
        background: #ffb300;
        flex-shrink: 0;
    }

    .accordion.ms-faq .accordion-item .accordion-body p {
        margin-bottom: 0;
        line-height: 3;
    }

.accordion.ms-faq .ms-tool-download {
    display: flex;
    justify-content: end;
    padding: 1rem;
    gap: 1rem;
    background: #ffffee;
}

/* 覆蓋time_line*/
/*.timeline__content{
    width:40rem;
}*/
/* 覆蓋boostrap */
.breadcrumb-item {
    display: flex;
}

.table > :not(:last-child) > :last-child > * {
    border-color: #dee2e6;
}

.error-message {
    color: #f55;
    line-height: 3;
    white-space: nowrap;
}

/* 覆蓋Slick.js */
.slick-initialized .slick-slide {
    display: flex !important;
    justify-content: center;
}

.slider-nav img {
    transition: all 0.15s linear;
    cursor: pointer;
    opacity: 0.4;
}

    .slider-nav img:hover {
        opacity: 1;
    }

/* 無障礙 AA */
.logo-h1 {
    background-image: url(../images/logo-fnca.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0;
    height: 60px;
    width: 350px;
    /*  將文字推出 <h1>  */
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
}

.t-label {
    color: transparent;
    pointer-events: none;
    display: block;
    visibility: hidden;
}

    .t-label.show {
        color: #000;
        pointer-events: auto;
        margin-bottom: 0.5em;
        padding-left: 1em;
        font-weight: 500;
        width: inherit;
        visibility: visible;
    }

/*a, button, input[type="text"] {
    &:focus {
        background: $yellow;
        outline: $Black solid 2px;
        box-shadow: none !important;
    }
}*/
a:not(.pdf-file):not(.doc-file):not(.odt-file):not(.folder-file):not(.youtube-file):not(.external-link):focus,
button:not(.pdf-file):not(.doc-file):not(.odt-file):not(.folder-file):not(.youtube-file):not(.external-link):focus,
input[type=text]:not(.pdf-file):not(.doc-file):not(.odt-file):not(.folder-file):not(.youtube-file):not(.external-link):focus {
    background: #ffb300;
    outline: #000 solid 2px;
    box-shadow: none !important;
}

a:focus-visible {
    outline: #000 solid 4px;
}

.mobilemenu a:focus {
    background: initial;
    outline: #ffb300 solid 2px;
}

/* menu */
header {
    position: relative;
    z-index: 1111;
}

    header .header-top {
        height: 90px;
        /* box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.22); */
        /* background-image: linear-gradient(to bottom, #fcfbf7, #f8f6ed 50%); */
        background: #fff url("../images/bgline.png") left -340px no-repeat;
        border-bottom: 13px solid #5c5c5c;
        position: relative;
    }

        header .header-top:after {
            content: "";
            height: 3px;
            width: 100%;
            background: #80cace;
            position: absolute;
            bottom: -13px;
            left: 0;
        }

    header.dark .header-top {
        background: #0e1717 url(../images/bgline.png) left -340px no-repeat;
        border-bottom: 13px solid #7a6660;
    }

    header.dark .ms-user-name {
        color: #fff;
    }

    header.dark a {
        color: #fff !important;
    }

        header.dark a .logo-h1 {
            background-image: url(../images/logo-fnca-white.svg);
        }

.header-top-btnlist {
    position: absolute;
    top: -80px;
    right: 5px;
}

    .header-top-btnlist .btn-search-input {
        padding: 0.375rem 0.75rem;
    }

.header-menu {
    background-color: #137D6A;
    box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
}

.header-info {
    width: 100%;
    padding: 1.2rem 100px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.89);
    display: flex;
    justify-content: space-around;
    z-index: 1009;
}

header.fixed, header.fixedmobile {
    position: fixed;
    width: 100%;
    height: 170px;
    top: 0;
    left: 0;
    z-index: 1049;
}

    header.fixed .header-info,
    header.fixedmobile .header-info {
        display: none !important;
    }

header .container {
    height: 100%;
}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo-img {
    height: 70px;
}

.stellarnav.mobile {
    position: relative;
    width: 50px;
    height: 80px;
    margin-top: -80px;
    margin-left: auto;
}

    .stellarnav.mobile ul > li {
        background: #6e7176;
        border-bottom: 1px solid var(--grey);
    }

    .stellarnav.mobile.dark ul {
        background: rgba(56, 57, 58, 0.9);
    }

        .stellarnav.mobile.dark ul ul {
            background: #7aa56d;
        }

        .stellarnav.mobile.dark ul li ul a {
            text-align: left;
            border-bottom: 1px solid var(--grey);
        }

.stellarnav.dark ul ul li:last-child a {
    border-bottom: none;
}

.stellarnav ul {
    text-align: center;
}

.stellarnav.dark li a {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 40px;
}

.stellarnav.dark ul ul {
    width: 100%;
    width: 100%;
    border-radius: 0;
    background-color: #5a5a5a;
    color: #fff;
    text-align: center;
}

.stellarnav.dark > ul > li > a {
    /* padding: 1rem 1rem 1.5rem;*/
}

.stellarnav.dark ul li ul a {
    font-size: 0.88rem;
    margin: 0;
    padding: 0.88rem 0.5rem;
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.8);
}

.stellarnav.dark ul ul li,
.stellarnav.dark ul ul ul li {
    border-radius: 0 !important;
}

.stellarnav.dark ul li ul li:hover {
    background: #6da765;
}

.stellarnav.desktop > ul > li > a::before {
    height: 4px;
    background: #ffb300;
    left: -10px;
    top: 70px;
}

.stellarnav.desktop > ul > li > a:hover::before {
    width: calc(100% + 21px);
}

/* 登入前後 */
.header_index .accYes,
.header_login .accYes {
    /*display: none;*/
}

.header_index2 .accNo {
    display: none;
}

.btn-search {
    display: flex;
    padding-right: 36px;
    align-items: center;
}

    .btn-search form {
        display: flex;
        align-items: center;
    }

.btn-search-input {
    /*   padding: 9px 37px 7px 20px;
         font-size: 0.88rem;
    */
    color: var(--fontColor);
    border-radius: 20px;
    box-shadow: inset 2px 1px 6px 0 rgba(0, 0, 0, 0.14);
    background-color: #fff;
    border: none;
}

.btn-search-icon {
    text-indent: -9999px;
    width: 17px;
    height: 17px;
    margin-left: -36px;
    border: none;
    background: transparent url("../images/icon_search.png") left center no-repeat;
}

    .btn-search-icon:focus {
        background: #ffb300 url("../images/icon_search.png") left center no-repeat;
    }

.btn-login {
    margin: 0 20px;
}

.header-menu .btn-message {
    margin: 0 10px;
    padding-bottom: 2px;
    position: relative;
}

    .header-menu .btn-message a {
        color: var(--fontColor);
        position: relative;
        word-break: keep-all;
        white-space: nowrap;
    }

        .header-menu .btn-message a:hover {
            color: #6da765;
        }

.message-box {
    display: none;
    position: absolute;
    z-index: 10000;
    right: -60px;
    top: 35px;
    width: 240px;
    min-height: 300px;
    font-size: 0.75rem;
    padding: 0 0 9px;
    border-radius: 4px;
    box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #fcfcfc;
}

    .message-box.show {
        display: block;
    }

.message-title {
    font-size: 0.88rem;
    text-align: left;
}

.message-type {
    font-weight: 500;
    color: var(--Black);
    margin-bottom: 6px;
}

.message-txt {
    color: var(--Black);
}

.message-tab .notify {
    width: auto;
}

    .message-tab .notify:hover {
        color: #fff !important;
    }

.message-content {
    max-height: 70vh;
    overflow-y: auto;
}

.message-listlink {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 12px 15px 22px 22px;
    background-color: #f1e3d0;
}

    .message-listlink i.fa-circle-small {
        color: #f55;
    }

    .message-listlink.active {
        background-color: #fff;
    }

        .message-listlink.active i.fa-circle-small {
            display: none;
        }

    .message-listlink:hover {
        color: var(--greenLight);
        background-color: rgba(94, 139, 88, 0.12);
    }

.message-more a {
    height: 30px;
    padding: 5px 95px;
    box-shadow: 2px 6px 13px 0 rgba(0, 0, 0, 0.05);
    background-color: #5c5c5c;
    color: #fff !important;
}

    .message-more a:hover {
        color: var(--yellow2) !important;
    }

/* quick_link */
.quick_link {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 1010;
}

.ql_bg {
    margin-right: -100px;
    position: relative;
    width: 207px;
    height: 54px;
    /* padding: 72px 30px 30px 23px; */
    border-radius: 8px 0 0 8px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.26), rgba(215, 215, 215, 0.36) 98%);
    transition: all 0.3s linear;
}

    .ql_bg:hover {
        margin-right: -20px;
        height: 480px;
    }

        .ql_bg:hover .ql_list {
            display: block;
        }

        .ql_bg:hover .ql_title {
            background: transparent url("../images/bg_function_title_extended.png") left top no-repeat;
            width: 250px;
        }

        .ql_bg:hover .ql_list {
            display: block;
        }

.ql_title {
    position: absolute;
    z-index: 1000;
    width: 233px;
    height: 54px;
    line-height: 54px;
    padding-left: 60px;
    right: 0;
    top: 0;
    background: transparent url("../images/bg_function_title.png") left top no-repeat;
    transition: width 0.3s linear;
}

.ql_list {
    padding: 72px 30px 30px 23px;
    display: none;
    transition: all 0.15s linear;
}

    .ql_list li {
        float: left;
        margin: 8px;
        width: 60px;
        height: 60px;
        border-radius: 4px;
        background: rgba(216, 216, 216, 0.38) url("../images/bg_dot.png") center center no-repeat;
    }

        .ql_list li a {
            width: 100%;
            height: 100%;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            text-align: center;
            font-size: 0.625rem;
            padding: 6px;
            background-color: #fff;
        }

            .ql_list li a:hover {
                background-color: var(--brown);
                color: #fff;
            }

    .ql_list .fun_icon {
        position: absolute;
        left: -5px;
        top: -5px;
        width: 20px;
        height: 20px;
    }

/* Links*/
.link-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .link-list img {
        padding: 0 0.5rem;
    }

/*footer*/
footer {
    /*min-height: 330px;*/
    background-image: linear-gradient(180deg, #f9f8f16e 10%, #f0f0f000 50%, rgba(183, 206, 201, 0.7) 100%);
    border-top: 3px solid #80cace;
}

    footer .footerbg {
        background: transparent url("../images/bgline3.png") left -100px no-repeat;
    }

    footer .footer_info {
        color: #6d7278;
    }

    footer .footer_logo {
        width: 86px;
        height: 86px;
    }

    footer .footer_nav_box {
        width: 100%;
    }

        footer .footer_nav_box ul {
            display: flex;
            justify-content: space-between;
        }

            footer .footer_nav_box ul li {
                display: block;
                width: 100%;
                text-align: center;
            }

                footer .footer_nav_box ul li a {
                    display: block;
                    width: 100%;
                    color: #6d7278;
                    text-align: center;
                }

            footer .footer_nav_box ul ul {
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: start;
            }

                footer .footer_nav_box ul ul li a {
                    display: inline-block;
                    width: auto;
                    color: #137D6A;
                    opacity: 1;
                    /* text-align: center; */
                }

                    footer .footer_nav_box ul ul li a:hover {
                        opacity: 0.5;
                    }

    footer .ms-footer-info {
        background: #343434;
        height: 40px;
        display: flex;
        font-size: 0.5rem;
        justify-content: center;
        padding: 0.5rem;
        gap: 0.5rem;
    }

.non-interactable {
    user-select: none;
    pointer-events: none;
}

/* index - slider */
.indexSlider img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

/*.custom_link {
    color: #40cf2d;
}*/
.container-fluid .indexSlider .swiper-wrapper,
.container-fluid .indexSlider .swiper-slide {
    position: relative;
}

/* ================= Banner =========================*/
.custom-banner {
    box-shadow: 0 16px 42px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
    position: relative;
}

.banner-group {
    display: flex;
    align-items: center;
    height: 300px;
}

    .banner-group .banner-text {
        padding: 2rem 1rem 1rem 5rem;
        border-radius: 8px;
        background-image: linear-gradient(to right, rgba(11, 166, 136, 0.67), rgba(67, 67, 67, 0.49) 91%);
    }

        .banner-group .banner-text hr {
            background: #ffb300;
            margin: 0.5rem 0;
            width: 5rem;
            height: 0.4rem;
            opacity: 1;
        }

        .banner-group .banner-text .title {
            position: relative;
        }

            .banner-group .banner-text .title:after {
                content: '';
                background: #ffb300;
                width: 1.8rem;
                height: 1.8rem;
                border-radius: 100%;
                left: -2.5rem;
                top: 0.2rem;
            }

    .banner-group .img-group {
        width: 100%;
        position: absolute;
        z-index: -1;
    }

.slogan {
    position: absolute;
    right: 100px;
    top: 20%;
    width: 30%;
}

.slogan1txt {
    text-shadow: 4px 2px 13px rgba(0, 0, 0, 0.19);
}

.slogan2txt {
    text-shadow: 4px 2px 13px rgba(0, 0, 0, 0.19);
}

.slogan3txt {
    text-shadow: 4px 2px 13px rgba(0, 0, 0, 0.19);
}

.my-pagination {
    /* bottom: initial;
    top:95%; */
}

.featured-pagination {
    bottom: -2rem !important;
}

.my-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 5px;
    opacity: 0.5;
    margin: 0 10px;
    background-color: #000000;
}

.my-bullet-active {
    width: 40px;
    opacity: 1;
    background-color: #40cf2d;
    border-color: none;
}

.index-title,
.page-title {
    font-family: 'Noto Sans TC', serif;
}

.index-titleEN,
.page-titleEN {
    font-family: 'LiSung', 'Noto Sans TC', serif;
    color: #000;
}

.index-titlespace,
.page-titlespace {
    vertical-align: 4px;
}

.index-titleCH,
.page-titleCH {
    vertical-align: 1px;
}

/* index News */
.news-section {
    position: relative;
}

.bird-3 {
    pointer-events: none;
    width: 40rem;
    height: 30rem;
    bottom: -20rem;
    z-index: -1;
    left: -16em;
    position: absolute;
    background: url(../images/bird03.png) bottom center no-repeat;
    background-size: contain;
}

.index-title-mx {
    padding: 0 5rem;
}

.index-title-line {
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background: #fff url("../images/line1.jpg") left top repeat-x;
}

/*.index-title-mx .index-title {
    width: 330px;
}*/
.index-title-mx .index-title-sub {
    width: 550px;
    margin-top: 20px;
}

.news_box {
    background: #f7f4ea;
}

.news_list {
    /* padding: 0 50px;*/
    border-bottom: 1px dashed #d9ccb0;
}

.news-tagL {
    padding: 0.5rem 1rem;
    margin: 0 15px;
    border-radius: 6px;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 400;
    opacity: 0.4;
}

    .opacity100,
    .news-tagL:hover {
        opacity: 1;
        color: #fff;
    }

.news-tag {
    padding: 4px 16px 5px;
    border-radius: 4px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400;
}

.news-tag1 {
    background-color: var(--greenLight);
}

.news-tag2 {
    background-color: var(--newtag2);
}

.news-tag3 {
    background-color: var(--newtag3);
}

.news-more {
    color: var(--greenLight);
}

    .news-more:hover {
        color: var(--green);
    }

a:hover .news-txt {
    color: var(--Grey3);
}

/* index Object */
.object {
    position: relative;
    background: #e5eded url("../images/bgline.png") left top no-repeat;
}

.icon_diamond {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 17px;
    transform: rotate(-315deg);
    background-color: #ffb300;
}

.object_box {
    padding: 0 50px;
}

.object_list {
    width: 420px;
    min-height: 540px;
    margin: 0 auto;
    padding: 0 0 85px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 4px 2px 16px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
    position: relative;
}

.object_tag.tag {
    position: absolute;
    left: 18px;
    top: 220px;
    text-align: center;
    height: initial;
}

.object-name {
    color: #4b4b4b;
}

.object-size {
    color: var(--greenLight);
}

.object-txt {
    line-height: 2;
    color: #3e3e3e;
}

.objhr {
    width: 90%;
    margin: 10px auto 30px;
}

/* .object_list a:hover .object-name,
.object_list a:hover .object-address, */
.object_list a:hover .object-txt {
    color: var(--greenLight);
}

.objectSlider .my-bullet {
    background-color: #3d3d3d;
    opacity: 1;
}

.objectSlider .my-bullet-active {
    background-color: var(--greenhigh);
}

.objectSlider .my-pagination {
    bottom: 56px;
}

/* index-featured */
.featured {
    position: relative;
    background: #f7f4ea url("../images/bgline.png") left top no-repeat;
}

    .featured.tag-1 {
        /*background: #f7f4ea url('../images/bgline.png') left top no-repeat;*/
        background: linear-gradient(to bottom, rgba(226, 233, 224, 0.33) 30%, rgba(113, 191, 92, 0.28) 120%), url("../images/bgline.png") left top no-repeat;
    }

    .featured.tag-2 {
        background: linear-gradient(to bottom, rgba(226, 233, 224, 0.33) 30%, rgba(180, 149, 126, 0.47) 120%), url("../images/bgline.png") left top no-repeat;
    }

    .featured.tag-3 {
        background: linear-gradient(to bottom, rgba(226, 233, 224, 0.33) 30%, rgba(148, 211, 177, 0.48) 120%), url("../images/bgline.png") left top no-repeat;
    }

    .featured.tag-4 {
        background: linear-gradient(to bottom, rgba(226, 233, 224, 0.33) 30%, rgba(240, 207, 196, 0.49) 120%), url("../images/bgline.png") left top no-repeat;
    }

    .featured.tag-5 {
        background: linear-gradient(to bottom, rgba(226, 233, 224, 0.33) 30%, rgba(70, 163, 255, 0.22) 120%), url("../images/bgline.png") left top no-repeat;
    }

    .featured.tag-6 {
        background: linear-gradient(to bottom, rgba(226, 233, 224, 0.33) 30%, rgba(134, 164, 127, 0.33) 120%), url("../images/bgline.png") left top no-repeat;
    }

    .featured.tag-7 {
        background: linear-gradient(to bottom, rgba(226, 233, 224, 0.33) 30%, rgba(208, 148, 89, 0.68) 120%), url("../images/bgline.png") left top no-repeat;
    }

    .featured.tag-8 {
        background: linear-gradient(to bottom, rgba(226, 233, 224, 0.33) 30%, rgba(237, 153, 153, 0.6) 120%), url("../images/bgline.png") left top no-repeat;
    }

    .featured.tag-9 {
        background: linear-gradient(to bottom, rgba(226, 233, 224, 0.33) 30%, rgba(57, 164, 135, 0.15) 120%), url("../images/bgline.png") left top no-repeat;
    }

    .featured.tag-10 {
        background: linear-gradient(to bottom, rgba(226, 233, 224, 0.33) 30%, rgba(233, 162, 251, 0.15) 120%), url("../images/bgline.png") left top no-repeat;
    }

.fly-1 {
    pointer-events: none;
    display: block;
    position: absolute;
    left: -55px;
    top: -105px;
    width: 224px;
    height: 250px;
    background-image: url("../images/butterfly01.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
}

.fly-2 {
    pointer-events: none;
    display: block;
    position: absolute;
    right: 0;
    bottom: -150px;
    width: 250px;
    height: 250px;
    background-image: url("../images/butterfly02.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
}

/* featured-tag */
.tag-display {
    width: 7rem;
    height: 7rem;
    border-radius: 100%;
    position: absolute;
    left: -1.2rem;
    top: -2.5rem;
    z-index: 100;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23), 4px 2px 16px 0 rgba(0, 0, 0, 0.07);
    border: solid 4px;
    background-image: linear-gradient(169deg, rgba(255, 255, 255, 0.6) -3%, rgba(230, 255, 214, 0.68) 91%);
}

    .tag-display span {
        font-size: 0.5rem;
    }

    .tag-display img {
        width: 2rem;
        height: 2rem;
    }

    .tag-display.tag-1 {
        border-color: #66BB66;
    }

    .tag-display.tag-2 {
        border-color: #009100;
    }

    .tag-display.tag-3 {
        border-color: #DAB960;
    }

    .tag-display.tag-4 {
        border-color: #949449;
    }

    .tag-display.tag-5 {
        border-color: #46A3FF;
    }

    .tag-display.tag-6 {
        border-color: #FFA042;
    }

    .tag-display.tag-7 {
        border-color: #dd916d;
    }

    .tag-display.tag-8 {
        border-color: #ed9999;
    }

    .tag-display.tag-9 {
        border-color: #39a487;
    }

    .tag-display.tag-10 {
        border-color: #c197bc;
    }

.tag-group {
    transition: all 0.15s linear;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: all 0.3s;
    transform: scale(1);
    will-change: transform;
    user-select: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
}

    .tag-group::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .tag-group.active {
        cursor: grabbing;
        cursor: -webkit-grabbing;
        transform: scale(1.05);
    }

    .tag-group .featured-tag {
        transition: all 0.15s linear;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
        width: max-content;
        padding: 0.5rem 1rem;
        margin-right: 1rem;
        cursor: pointer;
        line-height: 2rem;
    }

        .tag-group .featured-tag img {
            width: 30px;
            height: 30px;
        }

        .tag-group .featured-tag:hover {
            color: #38393a;
            box-shadow: 2px 6px 13px 0 rgba(0, 0, 0, 0.33);
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0.74) -6%, rgba(255, 255, 255, 0.27) 123%);
        }

        .tag-group .featured-tag.active {
            color: #fff;
            /*padding: 1.2rem 1.2rem;*/
            font-size: 1rem;
            box-shadow: 3px 1px 7px 0 rgba(0, 0, 0, 0.33);
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0.74) -6%, rgba(255, 255, 255, 0.27) 123%);
        }

            .tag-group .featured-tag.active:hover {
                opacity: 0.6;
            }

        .tag-group .featured-tag.tag-1.active {
            background-image: linear-gradient(to right, #8cedd2 13%, #66BB66 96%);
        }

        .tag-group .featured-tag.tag-2.active {
            background-image: linear-gradient(to right, #e9d3ba 13%, #009100 78%);
        }

        .tag-group .featured-tag.tag-3.active {
            background-image: linear-gradient(to right, #94d3b1 13%, #DAB960 78%);
        }

        .tag-group .featured-tag.tag-4.active {
            background-image: linear-gradient(to right, #F0cfc4 13%, #949449 78%);
        }

        .tag-group .featured-tag.tag-5.active {
            background-image: linear-gradient(to right, #46A3FF 13%, #46A3FF 78%);
        }

        .tag-group .featured-tag.tag-6.active {
            background-image: linear-gradient(to right, #D09459 13%, #FFA042 78%);
        }

        .tag-group .featured-tag.tag-7.active {
            background-image: linear-gradient(to right, #dd916d 13%, #D94600 78%);
        }

        .tag-group .featured-tag.tag-8.active {
            background-image: linear-gradient(to right, #d98abd 13%, #ed9999 78%);
        }

        .tag-group .featured-tag.tag-9.active {
            background-image: linear-gradient(to right, #cee5df 13%, #39a487 78%);
        }

        .tag-group .featured-tag.tag-10.active {
            background-image: linear-gradient(to right, #cec0b1 13%, #c197bc 78%);
        }

.featured_button_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .featured_button_group .custom-page {
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .featured_button_group .custom-page span {
            opacity: 0.5;
        }

            .featured_button_group .custom-page span.h2 {
                opacity: 1;
            }

    .featured_button_group .custom-pagination {
        display: flex;
        gap: 0.8rem;
    }

        .featured_button_group .custom-pagination button {
            transition: all 0.15s linear;
            background-color: #fff;
            width: 4rem;
            height: 4rem;
            border-radius: 100%;
            box-shadow: 4px 2px 16px 0 rgba(0, 0, 0, 0.07);
        }

            .featured_button_group .custom-pagination button.next {
                color: #fff;
                background-color: #4a4c58;
            }

            .featured_button_group .custom-pagination button:hover {
                color: #fff;
                background-color: #5e8b58;
            }

.swiper-button-prev, .swiper-button-next {
    color: #6da765;
}

.featuredframe .col-md-4:nth-child(2) .tag-display, .featuredframe .col-md-4:nth-child(3) .tag-display {
    display: none !important;
}

.custom-btn-switch {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-end;
}

    .custom-btn-switch button {
        transition: all 0.15s linear;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        border: solid 1px #d7d7d7;
        background-color: #fff;
        color: #6d7278;
    }

        .custom-btn-switch button.active {
            border: solid 1px #5e8b58;
            color: #5e8b58;
        }

        .custom-btn-switch button:hover {
            color: #fff;
            background-color: #5e8b58;
        }

.event_box {
    position: relative;
    max-height: 680px;
}

.event-img {
    width: calc( 100% - 510px);
    height: 100%;
}

    .event-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.event-txt {
    width: 510px;
    padding: 40px 70px;
    line-height: 2.86;
}

.eventSlider .my-bullet {
    background-color: #3d3d3d;
    opacity: 1;
}

.eventSlider .my-bullet-active {
    background-color: var(--greenhigh);
}

.eventSlider .my-pagination {
    bottom: 56px;
}

.serNo {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    left: -30px;
    top: calc( 73px - 30px);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #e6e6e6;
    border-radius: 50%;
    font-size: 1.25rem;
    color: #4b4b4b;
    z-index: 10;
}

    .serNo.serNo1 {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 2.4375rem;
        color: #fff;
        background-color: #ffb300;
        top: -40px;
        left: -40px;
    }

    .serNo.serNo2 {
        color: #fff;
        background-color: #23ba7e;
    }

    .serNo.serNo3 {
        color: #fff;
        background-color: #536bc8;
    }

.tag {
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
    background-color: #e6e6e6;
    color: #fff;
    white-space: nowrap;
}

    .tag.tag1 {
        background-color: #ed9999;
    }

    .tag.tag2 {
        background-color: #7fc986;
    }

    .tag.tag3 {
        background-color: rgba(24, 73, 151, 0.45);
    }

/* index Related Links */
.linkbg {
    background: url("../images/linkbg.png") bottom center no-repeat;
    position: relative;
}

.flower {
    pointer-events: none;
    width: 40rem;
    height: 40rem;
    bottom: 0rem;
    right: -16rem;
    z-index: -1;
    position: absolute;
    background: url("../images/flower.png") bottom center no-repeat;
    background-size: contain;
}

/* =================  login page =========================*/
.header_login .header-info {
    display: none !important;
}

.login_frame {
    position: relative;
    background: #fff url("../images/loginbg.jpg") top center no-repeat;
    background-size: cover;
    height: 100%;
}

    .login_frame::before {
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 500px;
        height: 700px;
        background-image: url("../images/ESG-login-tree.png");
        background-size: cover;
        z-index: 0;
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

    .login_frame::after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 18rem;
        height: 30rem;
        background-image: url("../images/bird02.png");
        background-size: cover;
        z-index: 100;
    }

.login_box {
    position: relative;
    width: 80%;
    /*    max-width: 1300px;
    height: 100%;*/
    margin: 0 auto;
    border: 1.4px solid #ffffff80;
    border-radius: 50px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(208, 109, 37, 0) 91%, rgba(237, 121, 43, 0) 91%), radial-gradient(circle at 50% 4.7%, rgba(255, 255, 255, 0.51) 0%, rgba(0, 0, 0, 0.26) 92%), radial-gradient(circle at 52% 110%, rgba(43, 43, 43, 0.25) 0%, rgba(255, 255, 255, 0) 133%), url(../images/noise.png) center center no-repeat, url(../images/line.svg) center center no-repeat;
    backdrop-filter: blur(5px);
    background-size: cover;
}

.login_form {
    width: 40%;
    margin: 0 auto;
    /*    padding: 0 3rem;*/
}

.login_title .logo-img {
    width: 80px;
    height: 80px;
}

.login_title .logo-img-center {
    height: 80px;
}

form input:focus {
    box-shadow: inset 2px 1px 6px 0 rgba(0, 0, 0, 0.14) !important;
}

.login_groupbtn input,
.login_groupbtn select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #fff !important;
    background-position: 15px 7px;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 50px;
    box-shadow: inset 2px 1px 6px 0 rgba(0, 0, 0, 0.14);
}

.custom-login-btn-group .custom-login-btn {
    transition: all 0.15s linear;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.62);
    background-color: rgba(0, 0, 0, 0.4);
    height: calc(100% - 1.5rem);
    color: #fff;
    position: relative;
    padding: 2rem 1rem;
}

    .custom-login-btn-group .custom-login-btn img {
        width: 40px;
        height: 40px;
    }

        .custom-login-btn-group .custom-login-btn img.tp-hint {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 4px;
            right: 6px;
        }

    .custom-login-btn-group .custom-login-btn label {
        margin: 0;
    }

    .custom-login-btn-group .custom-login-btn:hover {
        color: #38393a;
        box-shadow: 2px 6px 13px 0 rgba(0, 0, 0, 0.33);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.74) -6%, rgba(255, 255, 255, 0.27) 123%);
    }

    .custom-login-btn-group .custom-login-btn.active {
        color: #38393a;
        box-shadow: 2px 6px 13px 0 rgba(0, 0, 0, 0.33);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.74) -6%, white 123%);
    }

        .custom-login-btn-group .custom-login-btn.active:hover {
            opacity: 0.8;
        }

.btn-user,
.btn-password {
    position: relative;
}

    .btn-user i, .btn-password i {
        z-index: 99;
        position: absolute;
        font-size: 1.2rem;
        left: 20px;
        line-height: 40px;
        pointer-events: none;
        color: #aeaeae;
    }

.btn-icon-eye {
    position: absolute;
    right: 15px;
    top: 7px;
    width: 26px;
    height: 26px;
    border: none;
    text-indent: -9999px;
    background: url("../images/icon_eye.png") left top no-repeat;
}

    .btn-icon-eye.closeeye {
        background-image: url("../images/icon_eye_close.png");
    }

.rememberPW {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rememberPW,
.forgotPWlink a {
    color: #fff;
}

    .forgotPWlink a:hover {
        color: #6da765;
    }

/* .login_groupbtn .rememberPW input.rememberPWcheck{
    height: 20px;
    width: 20px;
    margin-right: 5px;
    border-radius: 4px;
    border:none;    
    background-color: rgba(255, 255, 255, 0.79);
} */
.checkG {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 25px;
    margin-bottom: 0;
}

    .checkG input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.79);
}

.checkG:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkG input:checked ~ .checkmark {
    background-color: #6da765;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkG input:checked ~ .checkmark:after {
    display: block;
}

.checkG .checkmark:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rememberPWchecklabel {
    margin-bottom: 0;
}

.login_groupbtn1 a,
.login_groupbtn1 button,
.login_groupbtn2 a {
    width: 100%;
    height: 40px;
}

/*.login_groupbtn1 a,
.login_groupbtn1 button {
    padding-top: 9px;
    background-color: rgba(255,255,255,0.05)
}*/
.login_groupbtn2 a {
    padding-top: 4px;
}

    .login_groupbtn2 a img {
        vertical-align: -9px;
    }

.or {
    color: #000;
    opacity: 0.7;
}

    .or .orline {
        display: inline-block;
        width: 100%;
        height: 4px;
        border-bottom: 1px solid #000;
        opacity: 0.5;
    }

    .or .title {
        margin: 0 1rem;
    }

.custom-notice p {
    color: #000;
}

.custom-notice ul li {
    color: #000;
    margin-bottom: 0.5rem;
}

/* =================  publish =========================*/
/*標題樣式*/
.custom-label {
    border-left: 6px solid #5e8b58;
    padding: 0rem 0 0 0.8rem;
    margin-bottom: 1.2rem;
}

/*步驟樣式*/
.custom-process-div {
    border-radius: 10px 10px 0 0;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: rgba(230, 230, 230, 0.49);
}

.custom-process-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
}

    .custom-process-title div {
        width: 30px;
        height: 30px;
        border-radius: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: rgba(92, 92, 92, 0.4);
        color: #fff;
        gap: 1.5rem;
    }

    .custom-process-title.active div {
        width: 40px;
        height: 40px;
        color: #fff;
        background: #4a4c58;
    }

    .custom-process-title span {
        white-space: nowrap;
    }

.custom-hr hr {
    margin: 1.5rem;
    width: 100%;
}

.publish-bg {
    position: relative;
    background: url(../images/publish-bg.png) center top no-repeat;
    background-size: 100%;
}

    .publish-bg::before {
        content: '';
        background: url(../images/bee-left.png) left bottom no-repeat;
        background-size: contain;
        left: 0;
        bottom: 0;
        height: 20rem;
        width: 20rem;
        position: absolute;
        z-index: 1;
        pointer-events: none;
    }

    .publish-bg::after {
        content: '';
        background: url(../images/bee-right.png) right bottom no-repeat;
        background-size: contain;
        right: 0;
        bottom: 0;
        height: 15rem;
        width: 15rem;
        position: absolute;
        z-index: 1;
        pointer-events: none;
    }

/*步驟內容*/
.block-step {
    position: relative;
    z-index: 999;
}

.publish-content {
    border-radius: 0 0 10px 10px;
}

.form_box {
    width: 100%;
}

    .form_box textarea {
        min-height: 100px;
    }

    /*.form-check {
    width: 18%;
}*/
    .form_box .btn-custom {
        padding: 13px 130px;
    }

.formhr {
    margin: 30px auto;
    width: 97%;
}

.form_box label {
    color: #4a4c58;
}

.inputAddress {
    margin-top: 7px;
}

.typeother {
    width: 110px;
}

.pub_contact_info .select {
    min-width: 180px;
}

.uploadIMG {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.uploaditem_photo {
    width: 200px;
    height: auto;
    padding: 0;
    margin: 15px 5px 10px;
}

.uploaditem {
    width: 100%;
    height: 168px;
    padding: 0;
    margin-bottom: 8px;
    border-radius: 4px;
    background-color: #e6e6e6;
    overflow: hidden;
    position: relative;
}

    .uploaditem img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.uploadbtn {
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url("../images/uploadimg_bg.png") center center no-repeat;
}

    .uploadbtn:hover {
        background-color: var(--greenLight);
    }

.btn-del {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 2px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background-color: #ffb300;
}

    .btn-del:hover {
        color: #fff;
        background-color: var(--greenLight);
    }

/* radio */
.radioG {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 25px;
    margin-bottom: 0;
}

    .radioG input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.radiomark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 9px;
    border: solid 1px #979797;
    background-color: #fff;
}

.radioG:hover input ~ .radiomark {
    background-color: #ccc;
}

.radioG input:checked ~ .radiomark {
    /* background-color: $greenLight2; */
}

.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

.radioG input:checked ~ .radiomark:after {
    display: block;
}

.radioG .radiomark:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #008061;
}

.local {
    height: 100%;
}

    .local .w-100 {
        flex: 1 1 auto;
    }

        .local .w-100 textarea {
            height: 98%;
        }

.local_file {
    position: relative;
}

    .local_file input {
        opacity: 0;
    }

    .local_file .btn-local_file {
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        border: 1px solid #333;
        background-color: var(--greenLight);
        color: #fff;
        padding: 8px 60px;
    }

/* =================  obj_detail =========================*/
.obj_detail {
    /*  padding: 50px 10%;*/
}

.obj_map {
    width: 100%;
}

.obj_info_name {
    color: #4b4b4b;
}

.obj_info_item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
}

    .obj_info_item .obj_info_item_name {
        color: var(--Grey9);
        margin-right: 20px;
        width: 130px;
    }

    .obj_info_item .obj_info_item_txt {
        color: #4b4b4b;
        width: calc(100% - 150px);
    }

        .obj_info_item .obj_info_item_txt .obj_info_item_detail {
            display: flex;
            margin: 0.5rem;
            align-items: center;
            position: relative;
            color: #bf9176;
            font-weight: 300;
        }

            .obj_info_item .obj_info_item_txt .obj_info_item_detail .dash {
                margin-right: 0.5rem;
                width: 12px;
                height: 2px;
                background: #ffb300;
            }

.obj_info_box .formbtn .btn-custom {
    padding: 10px 40px;
    width: 180px;
}

.objFrame .swiper-slide,
.thumbsSwiper .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

/* =================  query =========================*/
.page_bg.object_bg {
    padding: 0;
}

    .page_bg.object_bg .object {
        position: relative;
        background: transparent url("../images/object_bg.png") center bottom no-repeat;
        margin-bottom: 0;
        background-size: cover;
    }

/* .custom-shape-divider-top {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 160px;
}

.custom-shape-divider-top .shape-fill {
    fill: rgba(199,236,236,0.5);
} */
.objectSlider .swiper-button-prev,
.objectSlider .swiper-button-next {
    width: 50px;
    height: 130px;
    padding: 55px 18px;
    border-radius: 4px;
    box-shadow: 2px 6px 13px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffb300;
    color: #fff;
}

    .objectSlider .swiper-button-prev:hover,
    .objectSlider .swiper-button-next:hover {
        background-color: #6da765;
    }

    .objectSlider .swiper-button-prev::after,
    .objectSlider .swiper-button-next::after {
        font-size: 1.5rem !important;
        font-weight: 900;
    }

.objectSlider .swiper-button-prev {
    left: 20px;
    right: auto;
}

.objectSlider .swiper-button-next {
    right: 20px;
    left: auto;
}

.page_title_more {
    position: absolute;
    right: 10%;
    top: 10px;
}

.track_object {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 5%;
}

    .track_object .object_list {
        width: 300px;
        height: 300px;
        border-radius: 8px;
        min-height: auto;
    }

        .track_object .object_list .object_tag.tag {
            top: 150px;
        }

.object_compare {
    position: absolute;
    right: 18px;
    top: 150px;
    width: 80px;
    height: 26px;
    padding: 4px 7px 3px 15px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 0.75rem;
    overflow: hidden;
    pointer-events: fill;
}

.object_compare_select {
    position: relative;
}

.object_compare::before {
    display: block;
    position: absolute;
    content: "";
    left: -5px;
    top: 7px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    background-color: #ffb300;
}

.object_compare::after {
    display: block;
    content: "";
    position: absolute;
    right: 17px;
    top: 7px;
    width: 12px;
    height: 12px;
    border: 1px solid #9b9b9b;
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #ff7272;
    /* content: "\f0c8"; */
}

.object_compare:hover::after {
    top: 3px;
    font-size: 15px;
    content: "\f14a";
    border: none;
}

/* query */
.query_box {
    /* padding: 3rem 10%;*/
    position: relative;
}

    .query_box:before {
        content: "";
        display: block;
        position: absolute;
        left: -50px;
        top: 0px;
        height: 150px;
        width: 150px;
        background-image: url(../images/butterfly01.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 10;
    }

    .query_box.style-2:before {
        content: "";
        display: block;
        position: absolute;
        left: -50px;
        top: -50px;
        height: 150px;
        width: 150px;
        background-image: url(../images/butterfly03.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 1;
    }

/* query form */
.query_form {
    position: relative;
    z-index: 2;
}

.query_tabs {
    justify-content: center;
}

    .query_tabs.nav-pills .nav-item {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        box-shadow: 2px 0 13px 0 rgba(0, 0, 0, 0.05);
        background-color: #efeeeb;
        padding: 10px 30px 0;
    }

    .query_tabs.nav-pills .nav-link {
        width: 250px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin: 0 auto;
        text-align: center;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .query_tabs.nav-pills .nav-item.active {
        color: #6b6c71;
        background-color: #fff;
    }

        .query_tabs.nav-pills .nav-item.active a.nav-link {
            border-bottom: 6px solid #ffb300;
            color: #6d7278;
        }

            .query_tabs.nav-pills .nav-item.active a.nav-link:hover {
                color: #5e8b58;
            }

.query_status {
    position: absolute;
    right: 0px;
    top: 5px;
}

.query_form_box {
    padding: 30px 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 2px 6px 13px 0 rgba(0, 0, 0, 0.05);
}

/* query_status */
.query_status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 240px;*/
    height: 46px;
    padding: 0;
    border-radius: 25px;
    box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.24), inset 0 3px 5px 0 rgba(0, 0, 0, 0.16);
    background-color: rgba(230, 230, 230, 0.94);
    color: #969696;
}

.query_status_btn {
    /*  width: 120px;
    height: 46px;*/
    width: 100%;
    padding: 12px;
    text-align: center;
    border-radius: 25px;
    white-space: nowrap;
}

    .query_status_btn:hover a {
        color: #6da765;
    }

.query_status .active {
    box-shadow: 2px 6px 13px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #6da765;
    background-color: var(--footerBg);
}

    .query_status .active a {
        color: #fff;
    }

.query_form_item {
    margin-bottom: 20px;
}

    .query_form_item input {
        font-size: 0.88rem;
    }

.query_form_frame {
    height: 66px;
    padding: 4px 2px 0;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

.query_form_subtitle {
    margin-left: 12px;
    margin-bottom: 0;
}

.query_form_frame .select select {
    border: none;
    box-shadow: none;
    padding-top: 0;
}

.query_form_frame .select svg {
    top: 6px;
}

.query_form_frame .query_form_search_input {
    border: none;
    box-shadow: none;
    padding: 5px 12px;
    width: 100%;
}

.query_form_search_frame {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .query_form_search_frame .query_form_frame {
        width: calc( 100% - 200px);
        margin-right: 5px;
    }

.query_form_search_btn {
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid #ced4da;
    background-color: var(--greenLight);
    color: #fff;
}

.query_form_checkgroup {
    margin-top: 14px;
}

.query_form_item .checkmark {
    border: solid 1px #d7d7d7;
    background-color: #fff;
}

.query_form_item .checkG {
    margin-right: 15px;
}

.query_form_subtitle2 {
    font-size: 1rem;
    margin-bottom: 5px;
}

/* query result  */
.custom-card, .query_list_item, .featured_list_item {
    height: auto;
    border-radius: 8px;
    box-shadow: 4px 2px 16px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
    overflow: hidden;
}

.query_result_sort {
    position: absolute;
    right: 0;
    top: -10px;
}

.query_list_item {
    width: 100%;
    margin-bottom: 15px;
}

.query_list_contenet label {
    color: var(--Grey9);
}

.query_list_item_info {
    position: relative;
    /* width: calc(100% - 300px);*/
}

.ms-object-track {
    border: 1px solid #dbdbdb;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    justify-content: center;
    display: flex;
    align-items: center;
    opacity: 0.8;
}

    .ms-object-track i {
        font-size: 1.2rem;
    }

    .ms-object-track:hover {
        color: var(--orange);
        opacity: 1;
    }

/* Colors of different kinds of tags */
.query_list_item_info_type {
    display: inline-block;
    text-align: center;
    margin: 10px 0;
}

    .query_list_item_info_type.tag-0 {
        background-color: #657C6A;
    }

    .query_list_item_info_type.tag-1 {
        background-color: #A3B633;
    }

    .query_list_item_info_type.tag-3 {
        background-color: #4E9A36;
    }

    .query_list_item_info_type.tag-4 {
        background-color: #125E34;
    }

    .query_list_item_info_type.tag-6 {
        background-color: #A48B78;
    }

    .query_list_item_info_type.tag-7 {
        background-color: #EA5514;
    }

    .query_list_item_info_type.tag-8 {
        background-color: #F39800;
    }

    .query_list_item_info_type.tag-9 {
        background-color: #9b5728;
    }

    .query_list_item_info_type.tag-10 {
        background-color: #49B0B3;
    }

    .query_list_item_info_type.tag-11 {
        background-color: #00689b;
    }

    .query_list_item_info_type.other {
        background-color: #C8C6C6;
    }


/*    .query_list_item_info_type.reforestation {
        background-color: #009100;
    }

    .query_list_item_info_type.bamboo_forest {
        background-color: #DAB960;
    }

    .query_list_item_info_type.flatland_afforestation {
        background-color: #949449;
    }

    .query_list_item_info_type.habitat_creation {
        background-color: #46A3FF;
    }

    .query_list_item_info_type.wildlife_conservation {
        background-color: #FFA042;
    }

    .query_list_item_info_type.sustainable_economy {
        background-color: #D94600;
    }

    .query_list_item_info_type.diversified_development {
        background-color: #f7206b;
    }

    .query_list_item_info_type.preservation_and_utilization {
        background-color: #692323;
    }*/



/**/
.query_list_item_info_address {
    color: #6d7278;
    margin-bottom: 30px;
}

.query_list_item_info_like {
    color: var(--Red);
    opacity: 0.5;
}

    .query_list_item_info_like:hover {
        color: var(--orange);
        opacity: 1;
    }

.query_list_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.8;
}

.custom-object-mx div.col-md-4.col-12 {
    position: relative;
}

.featured_list_item {
    /*  .query_list_item_info {
        height: 18rem;
    }*/
}

    .featured_list_item .query_list_item_info_name {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        min-height: 45px;
    }

    .featured_list_item.no-object {
        display: none;
        /*      .query_list_item_img {
            text-align: center;


            img {
                width: auto;
            }
        }

        .query_list_contenet {
            opacity: 0;
        }*/
    }

/* =================  query02 =========================*/
.query_map {
    /*height: 663px;*/
}

    .query_map .query_result {
        height: 100%;
    }

/*.query_map_api {
    width: 100%;
}
*/
.query_map_api .framewrapper {
    border-radius: 8px;
    overflow: hidden;
    border: solid 1px rgba(151, 151, 151, 0.42);
}

.framewrapper {
    position: relative;
}

    .framewrapper .query_label {
        background: #000;
        position: absolute;
        padding: 15px;
        left: 15px;
        bottom: 15px;
    }

        .framewrapper .query_label ul li {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: #fff;
        }

            .framewrapper .query_label ul li div {
                width: 1rem;
                height: 1rem;
                border: 1px solid #fff;
                border-radius: 100%;
            }

                .framewrapper .query_label ul li div.tag-0 {
                    background: #657C6A;
                }

                .framewrapper .query_label ul li div.tag-1 {
                    background: #A3B633;
                }

                .framewrapper .query_label ul li div.tag-2 {
                    background: #009100;
                }

                .framewrapper .query_label ul li div.tag-3 {
                    background: #4E9A36;
                }

                .framewrapper .query_label ul li div.tag-4 {
                    background: #125E34;
                }

                .framewrapper .query_label ul li div.tag-5 {
                    background: #46A3FF;
                }

                .framewrapper .query_label ul li div.tag-6 {
                    background: #A48B78;
                }

                .framewrapper .query_label ul li div.tag-7 {
                    background: #EA5514;
                }

                .framewrapper .query_label ul li div.tag-8 {
                    background: #F39800;
                }

                .framewrapper .query_label ul li div.tag-9 {
                    background: #9b5728;
                }

                .framewrapper .query_label ul li div.tag-10 {
                    background: #49B0B3;
                }

                .framewrapper .query_label ul li div.tag-11 {
                    background: #00689b;
                }

                .framewrapper .query_label ul li div.tag-other {
                    background: #C8C6C6;
                }


.query_map .query_result .query_list_item {
    height: auto;
}

.query_map .query_result .query_list_item_info {
    padding: 10px !important;
}

.query_map .query_result .query_list_item_info_address {
    margin-bottom: initial;
}

.query_map .query_result .query_list_item_info_like {
    /*position: absolute;*/
    right: 15px;
    top: 15px;
}

/* 物件列表*/
.query_list_item a {
    height: 100%;
}

    .query_list_item a .query_list_item_img {
        height: 100%;
    }

        .query_list_item a .query_list_item_img img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

/* 物件輪播-圖片限制 */
.custom-img-scale {
    aspect-ratio: 1/0.8;
}

    .custom-img-scale img {
        height: 100%;
        object-fit: contain;
    }

    .custom-img-scale.small {
        height: 5rem;
    }

        .custom-img-scale.small img {
            height: 100%;
            object-fit: cover;
        }

/* =================  會員中心 =========================*/
/*nav*/
svg.custom-arrow {
    width: 10px;
    height: 10px;
    stroke-width: 1px;
    stroke: #5e8b58;
    fill: #5e8b58;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: rotate(-180deg);
}

a:hover svg.custom-arrow, .btn:hover svg.custom-arrow {
    stroke: #30a79c;
    fill: #30a79c;
}


.custom-collapse .card {
    border: none;
    background: none;
}

.custom-dropdown {
    padding: 1rem 1rem 0;
}

    .custom-dropdown ul li {
        white-space: nowrap;
        margin-bottom: 1rem;
    }

        .custom-dropdown ul li span {
            color: #9b9b9b;
            font-weight: lighter;
        }

            .custom-dropdown ul li span .custom-arrow {
                stroke: #9b9b9b;
                fill: #9b9b9b;
            }

        .custom-dropdown ul li ul {
            padding: 0;
            margin: 1rem 1rem 0 1rem;
        }

.dropdown-item:active {
    background-color: #86af81;
}

/* Sidebar Styles */
.sys-wrapper.fixed .sidebar-nav {
    padding: 40px 50px 40px;
}

.sidebar-nav {
    list-style: none;
    transition: 0.5s 0.1s all ease;
    opacity: 0;
    visibility: hidden;
    top: 0;
    width: 300px;
    margin: 0;
    padding: 2rem 4rem;
}

    .sidebar-nav li {
        padding: 5px 0;
        margin-bottom: 20px;
        position: relative;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            font-weight: 500;
            color: #8b9399;
            font-size: 1rem;
            position: relative;
        }

            .sidebar-nav li a:hover,
            .sidebar-nav li.active a {
                text-decoration: none;
                color: #22333f;
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

            /* 只在 active 或 hover 時出現 */
            .sidebar-nav a.active::before,
            .sidebar-nav a.active::after,
            .sidebar-nav a:hover::before,
            .sidebar-nav a:hover::after {
                content: "";
                display: inline-block;
                position: absolute;
                left: 0;
                bottom: -10px;
                /*width: 44px;*/
                height: 5px;
                /*background-color: #a8ef9f;*/
            }

            /* 綠色條 */
            .sidebar-nav a.active::before,
            .sidebar-nav a:hover::before {
                width: 44px;
                background-color: #a8ef9f;
                border-top-left-radius: 6px;
                border-bottom-left-radius: 6px;
            }

            /* 灰色條 */
            .sidebar-nav a.active::after,
            .sidebar-nav a:hover::after {
                left: 44px;
                width: 110px;
                border-top-right-radius: 6px;
                border-bottom-right-radius: 6px;
                background-color: #5c5c5c;
            }

.page_bg {
    padding: 50px 60px;
    position: relative;
    height: 100%;
}

.sys-wrapper.fixed #sidebar-wrapper,
.sys-wrapper.fixed .sys_menu_btn {
    top: 90px;
}

/* sys title */
                .sys_title {
    font-size: 1.125rem;
    font-weight: 500;
    color: #22333f;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* btn */
.formbtn {
    display: flex;
    gap: 0.5rem;
}

    .formbtn .btn-custom {
        padding: 10px 80px;
    }

    .formbtn .btn {
        border-radius: 0;
    }

/* breadcrumb */
.breadcrumb {
    font-size: 1rem;
    padding: 0.75rem 1rem;
    margin-bottom: 0;
    list-style: none;
    background: none;
    border: none;
    justify-content: end;
}

    .breadcrumb a {
        color: #969696;
    }

.breadcrumb-item.active,
.breadcrumb-item a:hover {
    color: #008061;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.5;
    color: #969696;
    content: "\f105";
}

.index-title-mx .breadcrumb {
    padding: 20px 1rem 0 1rem !important;
}

/* data table */
.data_table {
    color: #6b6c71;
}

/*
.data_table .table {
    min-width: 1140px;
}*/
.data_top,
.data_btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fun_sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fun_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.data_top .select select,
.data_top .btn-search-input {
    border: none;
    box-shadow: none;
    color: #6b6c71;
}

.data_top .btn-search {
    padding-right: 20px;
}

.data_top .btn-search-input {
    width: 180px;
}

.fun_sort {
    width: 200px;
}

    .fun_sort .select select {
        border: 1px solid #9b9b9b;
        border-radius: 20px;
        padding-left: 20px;
    }

.fun_search {
    /*  width: 320px;*/
    height: 40px;
    margin: 0 0 0 auto;
    border: 1px solid #9b9b9b;
    border-radius: 20px;
    padding: 5px 0 5px 20px;
}

.data_divide {
    color: #d7d7d7;
}

.table td,
.table th {
    text-align: center;
    /*   padding: 1rem;*/
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    color: #6b6c71;
}

.table th {
    border: 0px solid transparent !important;
}

.table thead th {
    vertical-align: bottom;
    border: none !important;
    background-color: rgba(94, 139, 88, 0.12);
    color: #6b6c71;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(94, 139, 88, 0.12);
}

table .btn {
    font-size: inherit;
}

.custom-table {
    /*width:max-content;*/
}

    .custom-table select {
        width: auto;
    }

    .custom-table td button {
        font-size: inherit;
        white-space: nowrap;
    }

    .custom-table td .dropdown button.dropdown-toggle {
        color: #6b6c71;
    }

    .custom-table td .dropdown-menu {
        font-size: inherit;
    }

        .custom-table td .dropdown-menu ul li {
            border-bottom: 1px solid #dee2e6;
        }

            .custom-table td .dropdown-menu ul li button {
                margin-left: 1rem;
            }

            .custom-table td .dropdown-menu ul li:last-child {
                border: none;
            }

    .custom-table thead tr th {
        white-space: nowrap;
    }

    .custom-table th, .custom-table td {
        vertical-align: middle;
    }

    .custom-table.enterprise-list {
        background: #fff;
    }

        .custom-table.enterprise-list th:nth-child(2), .custom-table.enterprise-list td:nth-child(2) {
            max-width: 20rem;
        }

    .custom-table.faq-list {
        table-layout: fixed;
    }

        .custom-table.faq-list th, .custom-table.faq-list td {
            /* &:nth-child(4) {
                max-width: 20rem;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }*/
        }

        .custom-table.faq-list td {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .custom-table.notify tr {
        background-color: #fbf7f2;
    }

        .custom-table.notify tr i.fa-circle-small {
            color: #f55;
        }

        .custom-table.notify tr.active {
            background-color: #fff;
        }

            .custom-table.notify tr.active i.fa-circle-small {
                opacity: 0;
            }

/* 留言板 */
.custom-message-group label {
    font-weight: 700;
}

.custom-message-group.admin {
    border-left: 1px solid #afafad;
}

    .custom-message-group.admin label {
        color: #5e8b58;
    }

    .custom-message-group.admin i {
        margin-right: 0.5rem;
    }

    .custom-message-group.admin.no-border {
        border: none;
    }

/* ================= 圓弧banner =========================*/
/*ESG認證查詢*/
.certification-bg {
    position: relative;
    background: url(../images/certification-bg.png) center top no-repeat;
    background-size: 100%;
}

/*專案類型介紹*/
.project-bg {
    position: relative;
    background: url(../images/introduce-bg.png) center top no-repeat;
    background-size: 100%;
}

/* ================= 新增物件 =========================*/
.custom-sdgs-list {
    transition: all 0.15s linear;
}

    .custom-sdgs-list .list {
        text-align: left;
        padding: 0.5rem;
        min-height: 30px;
        border-bottom: 1px solid #dee2e6;
    }

        .custom-sdgs-list .list:nth-child(odd) {
            background: #f7f7f7;
        }

        .custom-sdgs-list .list:hover {
            background-color: rgba(94, 139, 88, 0.12);
        }

        .custom-sdgs-list .list .option {
            display: flex;
            align-items: center;
            min-height: 30px;
        }

        .custom-sdgs-list .list label {
            cursor: pointer;
            margin: 0 0.5rem;
        }

        .custom-sdgs-list .list span.result {
            display: none;
        }

        .custom-sdgs-list .list.active {
            background-color: rgba(94, 139, 88, 0.12);
        }

            .custom-sdgs-list .list.active .option {
                margin-bottom: 0.5rem;
            }

            .custom-sdgs-list .list.active span.result {
                display: flex !important;
                align-items: center;
            }

                .custom-sdgs-list .list.active span.result label {
                    white-space: nowrap;
                }

                .custom-sdgs-list .list.active span.result input {
                    width: 100%;
                }

.ms-file-name {
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .ms-file-name input {
        text-align: center;
        margin: 0.2rem 0;
    }

    .ms-file-name #upload-status-attach p {
        margin: 0;
    }

/* ================= 公司團體ESG成果展示/憑證詳情 =========================*/
.logo-certification {
    height: 6rem;
}

.certification-group {
    position: relative;
    font-family: 'Noto Serif TC', serif;
}

    .certification-group .certification-title {
        font-weight: 600;
        font-size: 1.5em;
        letter-spacing: 0.25rem;
        margin: 0.8rem 0;
        color: #000;
    }

        .certification-group .certification-title.sub {
            font-size: 1.2em;
            margin: 0.4rem 0;
        }

    .certification-group .bg-certification {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        object-fit: fill;
    }

    .certification-group .bg-content {
        /* background: linear-gradient(177deg, #fff 2%, rgba(255, 255, 255, 0.74) 132%);*/
        height: 100%;
        border-radius: 1rem;
        position: relative;
        z-index: 2;
    }

    .certification-group.A4 {
        height: 1122px;
    }

    .certification-group ul li {
        letter-spacing: 0.15em;
        margin: 0.5rem 0;
        line-height: 1.5rem;
    }

        .certification-group ul li span {
            color: #000;
            font-weight: 600;
        }

.certification-date {
    font-weight: 600;
    color: #000;
}

    .certification-date .title {
        letter-spacing: 1.2rem;
    }

    .certification-date .date {
        letter-spacing: 0.4rem;
        display: flex;
        gap: 1.5rem;
    }

        .certification-date .date span {
            color: #30a79c;
        }

/*憑證管理*/
.ms-file-img-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

    .ms-file-img-group .ms-file-img {
        border: 1px solid #dee2e6;
        width: 10rem;
        height: 10rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

        .ms-file-img-group .ms-file-img span {
            white-space: nowrap;
            position: absolute;
            z-index: 1;
        }

        .ms-file-img-group .ms-file-img img {
            object-fit: contain;
            z-index: 2;
        }

/* ================= 專案介紹 =========================*/
.project-group {
    padding: 0 2.5rem;
}

    .project-group img {
        width: 100%;
    }

    .project-group p {
        margin: 0.5rem auto 2rem;
        padding: 0.5rem;
        font-weight: 500;
        line-height: 1.8;
    }

    .project-group h6 {
        padding-left: 3.5rem;
        font-size: 1.2rem;
        font-weight: 600;
        mix-blend-mode: multiply;
    }

    .project-group.detail {
        padding-right: 15px;
        padding-left: 15px;
    }

.project-mask {
    width: 100%;
    height: 15rem;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.5rem;
}

    .project-mask.tag-1 {
        background: url(../images/project/01.jpg) no-repeat;
        background-size: cover;
    }

    .project-mask.tag-2 {
        background: url(../images/project/02.jpg) no-repeat;
        background-size: cover;
    }

    .project-mask.tag-3 {
        background: url(../images/project/03.jpg) no-repeat;
        background-size: cover;
    }

    .project-mask.tag-4 {
        background: url(../images/project/04.jpg) no-repeat;
        background-size: cover;
    }

    .project-mask.tag-5 {
        background: url(../images/project/05.jpg) no-repeat;
        background-size: cover;
    }

    .project-mask.tag-6 {
        background: url(../images/project/06.jpg) no-repeat;
        background-size: cover;
    }

    .project-mask.tag-7 {
        background: url(../images/project/07.jpg) no-repeat;
        background-size: cover;
    }

    .project-mask.tag-8 {
        background: url(../images/project/08.jpg) no-repeat;
        background-size: cover;
    }

    .project-mask.tag-9 {
        background: url(../images/project/09.jpg) no-repeat;
        background-size: cover;
    }

    .project-mask.tag-10 {
        background: url(../images/project/10.jpg) no-repeat;
        background-size: cover;
    }

    .project-mask.newly-planted-forest {
        background: url(../images/project/新植造林.jpg) no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    .project-mask.reforestation {
        background: url(../images/project/再造林.jpg) no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    .project-mask.cultivation {
        background: url(../images/project/中後期撫育.jpg) no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    .project-mask.bamboo-forest {
        background: url(../images/project/竹林經營.jpg) no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    .project-mask.flatland-afforestation {
        background: url(../images/project/平地造林維護.jpg) no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    .project-mask.habitat-creation {
        background: url(../images/project/棲地營造.jpg) no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    .project-mask.wildlife-conservation {
        background: url(../images/project/野生動物保育.jpg) no-repeat;
        background-size: cover;
        background-position-x: -100px;
    }

    .project-mask.sustainable-econnomy {
        background: url(../images/project/環境友善產業發展.jpg) no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    .project-mask.preservation-and-utilization {
        background: url(../images/project/林業文化資源保存或活用.jpg) no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    .project-mask.wisdom {
        background: url(../images/project/傳統山林智識重建及應用.png) no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    .project-mask.social-services {
        background: url(../images/project/山林開放社會服務發展.jpg) no-repeat;
        background-size: cover;
        background-position-x: center;
    }

    .project-mask.tag-other {
        background: url(../images/project/其他.jpg) no-repeat;
        background-size: cover;
        background-position-x: center;
    }

.project-title {
    position: relative;
}

    .project-title .tag-display {
        width: 5rem;
        height: 5rem;
        left: -2.5rem;
        top: -1.5rem;
        /*width: 3.5rem;
        height: 3.5rem;
        left: -1.8rem;
        top: -0.5rem;*/
        border-width: 4px;
    }

        .project-title .tag-display img {
            width: 2rem;
            height: 2rem;
        }

.project-border {
    border-top-left-radius: 1rem;
}

.project-info-group h5 {
    color: #30a79c;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
    line-height: 1.2rem;
}

.project-info-group .content {
    border: solid 1px #d7d7d7;
    background: #FBFBFB;
    padding: 1rem;
    border-radius: 0.5rem;
    min-height: calc(100% - 3.2rem);
}

.project-info-group ul, .project-info-group li {
    list-style: disc;
    padding-left: 1.5rem;
}

/* ================= ESG知識學堂 ====================*/
.custom-result-area {
    position: relative;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -10px 20px #bb636312;
    transition: all 0.15s linear;
}

    .custom-result-area.expand {
        height: 90vh;
        position: sticky;
        bottom: 0;
        overflow-y: scroll;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
    }

        .custom-result-area.expand::-webkit-scrollbar {
            /* WebKit */
            width: 0;
            height: 0;
        }

/* ================= Slider Layout ===================*/
#page-content-wrapper {
    width: calc(100% - 300px);
    /*  margin-left: 300px;*/
}

.sys-wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    /*   height: 100%;*/
}

    .sys-wrapper.toggled {
        width: 100% !important;
    }

.sys_menu_btn {
    position: absolute;
    right: -40px;
    top: 40px;
    transition: all 0.5s ease;
    z-index: 1000;
}

    .sys_menu_btn.toggled {
        /* left: 0;*/
    }

        .sys_menu_btn.toggled .fa-angle-double-left:before {
            content: "\f101";
        }

    .sys_menu_btn a {
        display: block;
        width: 40px;
        height: 40px;
        color: var(--fontColor);
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 15px;
        background-color: #cecece;
        /* box-shadow: 0 6px 17px 0 rgb(0 0 0 / 5%); */
        border: 1px solid #eee;
    }

        .sys_menu_btn a:hover {
            color: #5e8b58;
            opacity: 1;
        }

/* sidebar */
#sidebar-wrapper {
    z-index: 1000;
    position: sticky;
    left: 0px;
    top: 160px;
    width: 0;
    height: calc(100vh - 80px);
    background: #fcfcfc;
    box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.2);
    /*margin-left: -300px;*/
    /* overflow: hidden auto;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*    &:after{
        content:'';
        position:absolute;
        width:100%;
        height:100%;
        background:$Red;
    }*/
}

    #sidebar-wrapper.toggled {
        width: 300px;
    }

        #sidebar-wrapper.toggled .sidebar-nav {
            visibility: visible;
            opacity: 1;
        }

/* loading mask */
#loading-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

/*[MS-二期 Start*/
.ms-board {
    background: #EDEAE0;
    border-radius: 10px;
    margin-bottom: 60px;
}

    .ms-board .ms-board-header {
        transform: translate(-40px, -30px);
        display: flex;
        position: relative;
        z-index: 1;
    }

        .ms-board .ms-board-header .icon img {
            height: 100px;
        }

        .ms-board .ms-board-header .title {
            font-size: 40px;
            color: #999;
            font-weight: 300;
            margin-left: 20px;
        }

        .ms-board .ms-board-header h3 {
            font-size: 24px;
            color: #000;
            font-weight: 600;
        }

    .ms-board .ms-board-con {
        padding: 0 30px;
    }

        .ms-board .ms-board-con .ms-board-nav {
            text-align: center;
            margin-top: -80px;
            position: relative;
            z-index: 2;
        }

            .ms-board .ms-board-con .ms-board-nav .btn {
                padding: 10px 20px;
                font-size: 16px;
                border: none;
                margin-right: 10px;
                border-radius: 40px;
            }

    .ms-board.ms-board-esg-e .ms-board-con .ms-board-nav .btn-primary {
        background: #52854A;
    }

    .ms-board.ms-board-esg-e .ms-board-con .ms-board-nav .btn-default {
        background: #fff;
        color: #52854A;
    }

    .ms-board.ms-board-esg-e .ms-card-case .price span {
        color: #52854A;
    }

    .ms-board.ms-board-esg-s .ms-board-con .ms-board-nav .btn-primary {
        background: #715F3C;
    }

    .ms-board.ms-board-esg-s .ms-board-con .ms-board-nav .btn-default {
        background: #fff;
        color: #715F3C;
    }

    .ms-board.ms-board-esg-s .ms-card-case .price span {
        color: #715F3C;
    }

    .ms-board .owl-case .owl-stage-outer {
        padding: 30px 0 20px 0;
    }

    .ms-board .owl-case .owl-nav > * {
        position: absolute;
        top: calc(50% - 20px);
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background: #fff !important;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        font-size: 20px !important;
    }

    .ms-board .owl-case .owl-nav .owl-prev {
        left: -50px;
    }

    .ms-board .owl-case .owl-nav .owl-next {
        right: -50px;
    }

    .ms-board .owl-case .owl-dots {
        text-align: center;
        padding-bottom: 30px;
    }

        .ms-board .owl-case .owl-dots > * {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.15);
            margin-right: 10px;
        }

        .ms-board .owl-case .owl-dots .active {
            background: #fff;
        }

.ms-card-case {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    position: relative;
}

    .ms-card-case:hover {
        transform: translateY(-10px);
    }

    .ms-card-case .pic {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-bottom: 60%;
    }

    .ms-card-case .tag {
        padding: 4px 8px;
        position: absolute;
        top: 15px;
        left: 0px;
        font-size: 12px;
        color: #fff;
        max-width: 90%;
        text-wrap: wrap;
    }

    .ms-card-case .tag-esg-e {
        background: #6AAB5F;
    }

    .ms-card-case .tag-esg-s {
        background: #A38242;
    }

    .ms-card-case .con {
        padding: 15px;
        background: #fff;
    }

        .ms-card-case .con .title {
            font-size: 16px;
            color: #000;
            margin-bottom: 10px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .ms-card-case .con .text {
            font-size: 14px;
            color: #333;
            margin-bottom: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .ms-card-case .con .text img {
                height: 14px;
                display: inline;
                width: auto;
                margin-right: 5px;
            }

        .ms-card-case .con .time {
            font-size: 12px;
            color: #666;
            margin-top: 10px;
        }

        .ms-card-case .con .price {
            font-size: 14px;
            color: #000;
            margin-top: 5px;
            text-align: right;
        }

            .ms-card-case .con .price span {
                font-size: 20px;
                font-weight: 600;
            }

        .ms-card-case .con .cta {
            position: absolute;
            text-align: right;
            bottom: 15px;
            right: 15px;
            color: #6DA665;
            font-size: 14px;
        }

            .ms-card-case .con .cta img {
                margin-left: 5px;
                position: relative;
                top: -2px;
            }

    .ms-card-case .tag-0 {
        background-color: #657C6A;
    }

    .ms-card-case .tag-1 {
        background-color: #A3B633;
    }

    .ms-card-case .tag-2 {
        background-color: #009100;
    }

    .ms-card-case .tag-3 {
        background-color: #4E9A36;
    }

    .ms-card-case .tag-4 {
        background-color: #125E34;
    }

    .ms-card-case .tag-5 {
        background-color: #46A3FF;
    }

    .ms-card-case .tag-6 {
        background-color: #A48B78;
    }

    .ms-card-case .tag-7 {
        background-color: #EA5514;
    }

    .ms-card-case .tag-8 {
        background-color: #F39800;
    }

    .ms-card-case .tag-9 {
        background-color: #9b5728;
    }

    .ms-card-case .tag-10 {
        background-color: #49B0B3;
    }

    .ms-card-case .tag-11 {
        background-color: #00689b;
    }

    .ms-card-case .tag-12 {
        background-color: #C8C6C6;
    }

    .ms-card-case .tag-13 {
        background-color: #C8C6C6;
    }

    .ms-card-case .tag-14 {
        background-color: #C8C6C6;
    }

    .ms-card-case .tag-15 {
        background-color: #C8C6C6;
    }

    .ms-card-case .tag-other {
        background-color: #9F4D95;
    }

    .ms-card-case .con {
        padding: 15px;
        background: #fff;
        height: 100%;
    }

        .ms-card-case .con .title {
            font-size: 16px;
            color: #000;
            margin-bottom: 10px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .ms-card-case .con .text {
            font-size: 14px;
            color: #333;
            margin-bottom: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .ms-card-case .con .text img {
                height: 14px;
                display: inline;
                width: auto;
                margin-right: 5px;
            }

        .ms-card-case .con .time {
            font-size: 12px;
            color: #666;
            margin-top: 10px;
        }

        .ms-card-case .con .price {
            font-size: 14px;
            color: #000;
            margin-top: 5px;
            text-align: right;
        }

            .ms-card-case .con .price span {
                font-size: 20px;
                font-weight: 600;
            }

        .ms-card-case .con .cta {
            position: absolute;
            text-align: right;
            bottom: 15px;
            right: 15px;
            color: #6DA665;
            font-size: 14px;
        }

            .ms-card-case .con .cta img {
                margin-left: 5px;
                position: relative;
                top: -2px;
            }

.environmental-item .ms-card-case a .envi-item-admin-logo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}

    .environmental-item .ms-card-case a .envi-item-admin-logo img {
        width: 100%;
        height: 100%;
    }

@media screen and (max-width: 991px) {
    .ms-board .ms-board-con .ms-board-nav {
        margin-top: -40px;
    }
}

.ms-card-goal, .ms-card-subject {
    padding: 15px;
    border-radius: 10px;
}

    .ms-card-goal label, .ms-card-subject label {
        margin-right: 10px;
        font-size: 16px;
        font-weight: bold;
    }

    .ms-card-goal .form-inline, .ms-card-subject .form-inline {
        display: flex;
        align-items: center;
    }

        .ms-card-goal .form-inline lable, .ms-card-subject .form-inline lable {
            flex-shrink: 0;
        }

        .ms-card-goal .form-inline select.form-control, .ms-card-subject .form-inline select.form-control {
            width: 400px;
            background-image: url("../images/ic_arrow_down.svg");
            background-repeat: no-repeat;
            background-size: 10px 10px;
            background-position: top 16px right 16px;
            box-shadow: 0 1px 3px -2px #9098a9;
        }

.ms-card-goal {
    background: #fff;
    border: 1px solid #CED4DA;
    margin-bottom: 15px;
}

.ms-card-subject {
    background: #F4F4F4;
    margin-bottom: 15px;
}

    .ms-card-subject label .num {
        display: inline-block;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 50%;
        background: #D9D9D9;
        font-weight: bold;
        margin-right: 10px;
    }

    .ms-card-subject .text-danger {
        margin-left: auto;
        color: #ff1d18 !important;
    }

        .ms-card-subject .text-danger img {
            position: relative;
            top: -2px;
            margin-right: 10px;
        }

@media screen and (max-width: 767px) {
    .ms-board .ms-board-header {
        transform: translate(-10px, -20px);
    }

        .ms-board .ms-board-header .icon img {
            height: 80px;
        }

        .ms-board .ms-board-header .title {
            font-size: 32px;
        }

    .ms-board .ms-board-con .ms-board-nav {
        margin-top: -10px;
        text-wrap: nowrap;
        overflow-x: auto;
    }

        .ms-board .ms-board-con .ms-board-nav .btn {
            padding: 10px 15px;
            min-width: 80px;
        }

    .ms-board .owl-case .owl-nav .owl-prev {
        left: -40px;
    }

    .ms-board .owl-case .owl-nav .owl-next {
        right: -40px;
    }
}

.card a[data-bs-toggle="collapse"], .card a[data-bs-toggle="collapse"]:focus {
    background: #5e8b58;
    color: #fff;
}

    .card a[data-bs-toggle="collapse"][aria-expanded="true"] i {
        transform: rotate(180deg);
    }

.card .card-header i {
    margin-left: 10px;
}

.ms-list-group {
    margin-top: 10px;
}

    .ms-list-group .list-group-item {
        border: none;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 0px;
    }

        .ms-list-group .list-group-item a {
            display: block;
            padding: 15px;
            color: #6da765;
        }

            .ms-list-group .list-group-item a:focus {
                background: #6da765;
                color: #fff;
            }

        .ms-list-group .list-group-item:hover {
            background: rgba(94, 139, 88, 0.12);
        }

        .ms-list-group .list-group-item.active {
            background: #6da765;
        }

            .ms-list-group .list-group-item.active a {
                color: #fff;
            }

/*[MS-二期 End*/
@media (max-width: 1399px) {
    /* header */
    .stellarnav.dark li a {
        margin: 0 20px;
    }
}

@media (max-width: 1199px) {
    /* header */
    .stellarnav.dark li a {
        margin: 0;
    }

    .stellarnav li a {
        font-size: 1.06rem;
    }
    /* header */
    .header-top {
        padding: 0 10px !important;
        height: 80px !important;
    }

    .header-top-btnlist .btn-custom2 {
        padding: 7px 15px;
    }
    /* menu */
    header,
    header.fixedmobile {
        height: 80px;
    }

    main {
        margin-top: 80px;
    }

    .header-menu {
        height: 80px;
        background-color: transparent;
    }

    .stellarnav.mobile .close-menu {
        height: 80px;
    }

    .stellarnav.dark .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav.dark > ul > li > a {
        padding: 15px;
    }

    .closeBox {
        display: none;
    }

    .header-top-btnlist {
        position: initial;
        justify-content: space-around !important;
        padding: 15px 0;
        background-color: var(--Grey3);
    }

    .header-info {
        padding: 0 10px;
    }

    #sidebar-wrapper {
        top: 80px;
        position: fixed;
    }

    #page-content-wrapper {
        width: 100% !important;
        /*    margin-left: 300px;*/
    }
}

@media (max-width: 991px) {
    /* sys title */
    .sys_title {
        /*   display:block;*/
        margin-bottom: 20px !important;
    }
    /* data table */
    .data_top,
    .data_btm {
        display: block;
    }

    .sys_menu_btn {
        left: 0;
        top: 20px;
    }

        .sys_menu_btn.toggled {
            left: 300px;
        }
}

@media (min-width: 992px) {
    #sidebar-wrapper {
        width: 300px;
    }

        #sidebar-wrapper .sidebar-nav {
            visibility: visible;
            opacity: 1;
        }

        #sidebar-wrapper.toggled {
            width: 0;
        }

            #sidebar-wrapper.toggled .sidebar-nav {
                opacity: 0;
                visibility: hidden;
            }
}

@media (max-width: 767px) {
    /* header-info */
    .header-info {
        flex-wrap: wrap;
        height: auto;
        padding: 10px;
    }

        .header-info .f18 {
            font-size: 0.88rem;
        }

        .header-info .f37 {
            font-size: 1.5rem;
        }

    .btn-custom {
        padding: 5px 30px;
    }

    .page_bg {
        padding: 50px 10px;
    }
}

@media (max-width: 575px) {
    /* header */
    .logo .f20 {
        font-size: 1rem;
    }

    .header-top-btnlist .btn-search-input {
        width: 140px;
    }

    .header-top-btnlist .btn-search {
        padding-right: 15px;
    }

    .header-menu .btn-message {
        margin: 0 3px;
    }
}

@media (max-width: 480px) {
    /* header */
    .logo .f20 {
        font-size: 0.88rem;
    }

    .header-top {
        padding: 0 5px !important;
    }

    .fun_search {
        width: 280px;
    }

    .data_top .btn-search-input {
        width: 140px;
    }
}

@media (max-width: 360px) {
    /* header */
    .logo .f20 {
        width: 66%;
    }
}

@media screen and (min-width: 1024px) {
    .project-group {
        margin-left: 2.5%;
        margin-right: 12.5%;
    }

    .project-mask {
        width: 150%;
    }

    .project-description {
        width: 150%;
    }

    .my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .col-lg-8 {
        height: 600px;
        width: 85%;
    }

    .col-lg-4 {
        width: 10%;
    }

    .custom-img-scale.small {
        height: 500px;
    }

    .contact-info {
        white-space: nowrap;
        flex-shrink: 0;
        flex-grow: 0;
    }
}

@media screen and (max-width: 1024px) {
    .swiper.thumbsSwiper {
        width: 350px;
    }

    .info-buttons-wrapper {
        flex-direction: column;
        justify-content: flex-start;
    }

    .obj_info_txt {
        width: 100%;
    }

    .formbtn {
        justify-content: flex-start;
    }
}

@keyframes fadeHeart {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.heart-animation {
    position: relative;
}

    .heart-animation.track::after {
        content: '❤';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        color: hotpink;
        font-size: 2em;
        animation: fadeHeart 0.75s ease-out;
    }

    .heart-animation.cancel::after {
        content: '❤';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        color: gray;
        font-size: 2em;
        animation: fadeHeart 0.75s ease-out;
    }

.ascending:after {
    content: " \2191";
    font-weight: bold;
    color: olive;
}

.descending:after {
    content: " \2193";
}

.google-style-button {
    background-color: white;
    color: black;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    width: 300px;
    font-family: 'Microsoft JhengHei', sans-serif;
}

.translucent-bg {
    background-color: rgba(248, 246, 222, 0.5);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes tiny-pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.doc-file {
    width: 32px;
    height: 32px;
    background-image: url("../images/file-icon/file.svg");
    background-size: cover;
}

    .doc-file:hover {
        animation: pulse 0.6s ease forwards;
    }

.odt-file {
    width: 32px;
    height: 32px;
    background-image: url("../images/file-icon/odt.png");
    background-size: cover;
    display: inline-block;
    transition: transform 0.3s ease;
}

    .odt-file:hover {
        animation: pulse 0.6s ease forwards;
    }

.pdf-file {
    width: 32px;
    height: 32px;
    background-image: url("../images/file-icon/pdf.png");
    background-size: cover;
    display: inline-block;
    transition: transform 0.3s ease;
}

    .pdf-file:hover {
        animation: pulse 0.6s ease forwards;
    }

.folder-file {
    width: 32px;
    height: 32px;
    background-image: url("../images/file-icon/folder.png");
    background-size: cover;
    display: inline-block;
    transition: transform 0.3s ease;
}

    .folder-file:hover {
        animation: pulse 0.6s ease forwards;
    }

.youtube-file {
    width: 32px;
    height: 32px;
    background-image: url("../images/file-icon/youtube.png");
    background-size: cover;
    display: inline-block;
    transition: transform 0.3s ease;
}

    .youtube-file:hover {
        animation: pulse 0.6s ease forwards;
    }

.external-link {
    width: 32px;
    height: 32px;
    background-image: url('../images/file-icon/link.png');
    background-size: cover;
    display: inline-block;
    transition: transform 0.3s ease;
}

    .external-link:hover
    {
    animation: pulse 0.6s ease forwards;
    }

/* ================= 20240308 GBFs =========================*/
.custom-gbfs-list {
    transition: all 0.15s linear;
}

    .custom-gbfs-list .list {
        text-align: left;
        padding: 0.5rem;
        min-height: 30px;
        border-bottom: 1px solid #dee2e6;
    }

        .custom-gbfs-list .list:nth-child(odd) {
            background: #f7f7f7;
        }

        .custom-gbfs-list .list:hover {
            background-color: rgba(94, 139, 88, 0.12);
        }

        .custom-gbfs-list .list .option {
            display: flex;
            align-items: center;
            min-height: 30px;
        }

        .custom-gbfs-list .list label {
            cursor: pointer;
            margin: 0 0.5rem;
        }

        .custom-gbfs-list .list span.result {
            display: none;
        }

        .custom-gbfs-list .list.active {
            background-color: rgba(94, 139, 88, 0.12);
        }

            .custom-gbfs-list .list.active .option {
                margin-bottom: 0.5rem;
            }

            .custom-gbfs-list .list.active span.result {
                display: flex !important;
                align-items: center;
            }

                .custom-gbfs-list .list.active span.result label {
                    white-space: nowrap;
                }

                .custom-gbfs-list .list.active span.result input {
                    width: 100%;
                }

/* ====== News/Announcement details ====== */
.obj_info_item ol {
    list-style-type: decimal;
}

.obj_info_item ul {
    list-style-type: disc;
}

.obj_info_item li {
    display: list-item;
    list-style-type: inherit !important;
}

/* ====== News/Announcement details ====== */
/* ====== Member/Board/Message/Index ====== */
.custom-message-group {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.admin-message {
    align-items: flex-start;
}

.member-message {
    align-items: flex-end;
}

.chat-box {
    max-width: 75%;
    text-align: left;
    background-color: #F1F1F1;
    padding: 10px;
    border-radius: 10px;
}

    .chat-box .admin-message {
        align-self: start;
    }

    .chat-box .member-message {
        align-self: end;
    }

.text-end {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

/* ====== Member/Board/Message/Index ====== */
.project-card {
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .project-card:hover {
        animation: tiny-pulse 1s ease forwards;
        will-change: transform;
    }

    .project-card .ms-card-case:hover {
        transform: none;
    }

    .project-card .ms-card-case .con .title {
        display: block;
    }

/* ===== 專案類型 =====*/
@media (max-width: 767px) {
    .img-desktop,
    .img-tablet {
        display: none;
    }

    .img-mobile {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1440px) {
    .img-desktop,
    .img-mobile {
        display: none;
    }

    .img-tablet {
        display: block;
    }

    .banner-group {
        display: flex;
        align-items: stretch;
        height: auto;
    }
}

@media (min-width: 1441px) {
    .img-tablet,
    .img-mobile {
        display: none;
    }

    .img-desktop {
        display: block;
    }
}

/* ===== 首頁Banner =====*/
.bg-image {
    background-size: cover;
    background-position: top;
    height: 300px;
}

    .bg-image .coop-name {
        font-size: 60px;
    }

@media (max-width: 1024px) {
    .bg-image {
        background-position-x: 0 !important;
    }

        .bg-image .coop-name {
            font-size: 40px !important;
        }
}

/* ===== 專案紀事 =====*/
/* ===== 橫幅清單 =====*/
.custom-navbar {
    cursor: default !important;
}

    .custom-navbar:focus {
        background: none !important;
        outline: none !important;
    }

/* ===== 橫幅清單 =====*/
/* ===== 倒數時鐘 =====*/
@font-face {
    font-family: 'DSEG7Classic';
    src: url("/Content/fonts/DSEG7Classic-Bold.ttf") format("truetype");
}

.clock-text {
    letter-spacing: 3px;
    user-select: none;
    font-family: 'DSEG7Classic', monospace;
    color: red;
    font-size: 20px;
}


/* 登出區塊樣式 */
.btn-logout-wrapper {
    display: flex;
    flex-direction: column;
}

.logout-timer-text {
    font-size: 14px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

/* ===== 媒合成功專區按鈕 =====*/
.success-button-section {
    text-align: center;
    position: relative;
    z-index: 2;
}

    .success-button-section .btn {
        padding: 10px 20px;
        font-size: 16px;
        border: none;
        margin-right: 10px;
        border-radius: 5px;
        background: white;
        color: black;
    }

        .success-button-section .btn.active {
            background: #52854A;
            color: #FFFFFF;
        }

/* ===== 媒合成功專區按鈕 =====*/
main .company-match .container {
    max-width: 1000px;
}

    main .company-match .container .row {
        position: relative;
        padding-top: 25px;
    }

        main .company-match .container .row .match-menu {
            position: fixed;
            top: 181px;
            /*left: 200px;*/
            left: 5%;
            width: 270px;
            height: 240px;
            padding-top: 20px;
            padding-bottom: 20px;
            background-color: #ffff;
            border-radius: 10px;
            z-index: 999;
        }

            main .company-match .container .row .match-menu .match-menu-item {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding-left: 15px;
                cursor: pointer;
            }

                main .company-match .container .row .match-menu .match-menu-item:hover {
                    background-color: rgba(94, 139, 88, 0.12);
                }

                main .company-match .container .row .match-menu .match-menu-item.active {
                    color: #ffffff;
                    background-color: #137d6a;
                    font-weight: bold;
                }

main .required-docs-check .step-content {
    display: none;
}

    main .required-docs-check .step-content.active {
        display: block;
    }

    main .required-docs-check .step-content .main_content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        main .required-docs-check .step-content .main_content .ms-content {
            width: 80%;
            height: auto;
            overflow: auto;
            margin-top: 15px;
            border-radius: 15px;
            padding: 0px !important;
        }

            main .required-docs-check .step-content .main_content .ms-content .doc-title {
                width: 100%;
                height: 150px;
                background-color: #166534;
                color: #ffffff;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

            main .required-docs-check .step-content .main_content .ms-content .doc-title-main {
                font-size: 2em;
                font-weight: bold;
                margin-bottom: 5px;
            }

            main .required-docs-check .step-content .main_content .ms-content .doc-title-desc {
                font-size: 1.1em;
            }

            main .required-docs-check .step-content .main_content .ms-content .doc-content {
                display: flex;
                flex-direction: column;
                gap: 5px;
                padding: 15px;
                font-size: 1.2em;
            }

                main .required-docs-check .step-content .main_content .ms-content .doc-content .questions {
                    padding: 20px 35px;
                    border: 1px solid #c5c5c5;
                    border-radius: 10px;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: flex-start;
                    gap: 10px;
                }

                    main .required-docs-check .step-content .main_content .ms-content .doc-content .questions.base-info {
                        background-color: #f9fafb;
                    }

                    main .required-docs-check .step-content .main_content .ms-content .doc-content .questions.doc-info {
                        padding: 20px 60px;
                        gap: 20px;
                        display: none;
                    }

                        main .required-docs-check .step-content .main_content .ms-content .doc-content .questions.doc-info.active {
                            display: flex;
                        }

                        main .required-docs-check .step-content .main_content .ms-content .doc-content .questions.doc-info .doc-info-title {
                            color: #2f661c;
                            font-weight: bold;
                        }

                        main .required-docs-check .step-content .main_content .ms-content .doc-content .questions.doc-info .doc-info-answer {
                            width: auto;
                        }

                            main .required-docs-check .step-content .main_content .ms-content .doc-content .questions.doc-info .doc-info-answer .round-edge-button {
                                min-width: 325px;
                                gap: 15px;
                            }

                            main .required-docs-check .step-content .main_content .ms-content .doc-content .questions.doc-info .doc-info-answer .download-docs {
                                width: 210px;
                                display: flex;
                                flex-direction: row;
                                justify-content: flex-start;
                                align-items: center;
                            }

                            main .required-docs-check .step-content .main_content .ms-content .doc-content .questions.doc-info .doc-info-answer:last-of-type {
                                width: fit-content;
                                display: flex;
                                flex-direction: row;
                                justify-content: flex-start;
                                align-items: center;
                                gap: 15px;
                            }

                    main .required-docs-check .step-content .main_content .ms-content .doc-content .questions.btn-group {
                        padding: 35px 0px 15px 0px;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                        border: none;
                    }

                        main .required-docs-check .step-content .main_content .ms-content .doc-content .questions.btn-group .btn.submit, main .required-docs-check .step-content .main_content .ms-content .doc-content .questions.btn-group .btn.cancel {
                            max-width: 35%;
                        }

                        main .required-docs-check .step-content .main_content .ms-content .doc-content .questions.btn-group .btn.submit {
                            width: 35%;
                            background-color: #16a34a;
                        }

                main .required-docs-check .step-content .main_content .ms-content .doc-content .questions-item {
                    padding: 10px;
                }

                main .required-docs-check .step-content .main_content .ms-content .doc-content .questions-item-desc {
                    color: #2f661c;
                    font-weight: bold;
                }

                main .required-docs-check .step-content .main_content .ms-content .doc-content .questions-item-answer {
                    padding-left: 20px;
                    padding-top: 9px;
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-start;
                    align-items: center;
                    gap: 25px;
                }

                main .required-docs-check .step-content .main_content .ms-content .doc-content .questions .round-edge-button {
                    width: fit-content;
                    padding: 10px 15px;
                    border: 1px solid #c5c5c5;
                    border-radius: 8px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    gap: 5px;
                    background-color: #f7f7f7;
                    cursor: pointer;
                }

                    main .required-docs-check .step-content .main_content .ms-content .doc-content .questions .round-edge-button.project-type {
                        justify-content: flex-start;
                    }

    main .required-docs-check .step-content.step-2 .main_content .ms-content .doc-content {
        color: #166534;
    }

        main .required-docs-check .step-content.step-2 .main_content .ms-content .doc-content .results.doc-list {
            padding: 30px 55px;
            border: 1px solid #c5c5c5;
            border-radius: 10px;
            margin-bottom: 15px;
        }

        main .required-docs-check .step-content.step-2 .main_content .ms-content .doc-content .results.doc-list-title {
            width: 70%;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: baseline;
            gap: 10px;
            padding-bottom: 15px;
            border-bottom: 1px solid #86efad;
            font-weight: bold;
            font-size: 1.4em;
        }

        main .required-docs-check .step-content.step-2 .main_content .ms-content .doc-content .results.doc-list .doc-list-content {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-top: 20px;
        }

        main .required-docs-check .step-content.step-2 .main_content .ms-content .doc-content .results.doc-list .doc-list-content-item {
            width: 70%;
            padding: 15px 25px;
            background-color: #f3f4f6;
            border-radius: 13px;
            border-left: 5px solid #16a34b;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: baseline;
            gap: 10px;
        }

        main .required-docs-check .step-content.step-2 .main_content .ms-content .doc-content .results.btn-group {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
        }

            main .required-docs-check .step-content.step-2 .main_content .ms-content .doc-content .results.btn-group .confirm-doc-all-ready {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                gap: 5px;
                cursor: pointer;
            }

            main .required-docs-check .step-content.step-2 .main_content .ms-content .doc-content .results.btn-group .btns {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 10px;
            }

                main .required-docs-check .step-content.step-2 .main_content .ms-content .doc-content .results.btn-group .btns button.submit {
                    width: 250px;
                }

                main .required-docs-check .step-content.step-2 .main_content .ms-content .doc-content .results.btn-group .btns button.cancel {
                    border: 1px solid #c5c5c5;
                    min-width: 120px;
                }

main .required-docs-check input[type="radio"],
main .required-docs-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

main .public-private-case-content .publish-bg .container .publish-content {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

    main .public-private-case-content .publish-bg .container .publish-content .preidict-rental .per-ha {
        min-width: 75px;
        padding-left: 20px;
    }

    main .public-private-case-content .publish-bg .container .publish-content .preidict-rental #selLandRentalPeriod_type {
        width: 200px;
    }

main .public-private-case-content .publish-bg .container .hr-bar {
    width: 100%;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}

main .public-private-case-content .publish-bg .container .formbtn {
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.required-sign-before::before, .required-sign-after::after {
    content: '*';
    color: #ff0000;
    font-size: 1.2em;
}

.swal2-container input[type="checkbox"] {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.query-result-bureau-logo {
    width: 35px !important;
    height: 35px !important;
    z-index: 100 !important;
    top: 5px !important;
    right: 5px !important;
}


/*==== 設計師增加css 成果專案與專案記事 ====*/
.orange_t {
    color: #eb721f !important
}

.no_spacing {
    margin: 0 !important;
}

.header-menu {
    background-color: #005F51;
}

header .header-top {
    height: 110px;
}

.logo-img {
    height: 60px;
}

.h_underline {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.page_main {
    position: relative;
    width: 100%;
    background-color: #fbf9f3;
    padding-bottom: 15%;
    margin-top: 80px;
}

    .page_main::after {
        content: "";
        position: absolute;
        background-image: url(../images/bgline.png);
        background-size: 100% auto;
        background-position: top center;
        background-repeat: repeat;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }

    .page_main > div {
        z-index: 1;
        position: inherit;
    }

/*游標箭頭*/
.fund_future, .project_notes, .firm_notes {
    cursor: default;
}

/*基金banner*/
.fund_banner {
    margin-bottom: 12%;
    position: relative !important;
    width: 100%;
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

    /* 當圖片夠大，維持原比例 */
    .fund_banner.keep-ratio {
        background-size: auto;
    }

    /* 太小或比例差大 → 填滿 */
    .fund_banner.fill-cover {
        background-size: cover;        
    }

/*    .fund_banner > img {
        max-width: none;
        height: 320px;
    }*/

.fund_B_in {
    width: 90%;
    height: 80%;
    position: absolute;
    top: 0;
    left: 5%;
    background-color: rgba(72,87,40,0.74);
    color: #fff;
    padding: 0 16px;
}

.fund_B_top {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    flex-wrap: wrap;
    border-bottom: 2px solid rgba(255,255,255,0.7);
    padding-bottom: 12px;
}

.fund_BT_in {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.fund_B_little {
    width: 100%;
    margin-bottom: 12px;
    font-size: 0.9em;
}

.fund_BT_img {
    width: 40px;
    height: 40px;
    float: left;
    background: url(../images/logo.svg) no-repeat center;
    background-size: 100% auto;
    margin-right: 12px;
}

.fund_BT_text {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.3em;
}

.fund_BB_title {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.7em;
}

.fund_BB_in {
    font-size: 1.1em;
    font-weight: 300;
}

    .fund_BB_in p {
        margin-bottom: 0;
    }

/*基金relation*/
.fund_rela {
    width: 90%;
    margin: 0 auto;
    height: 140px;
    border: 1px solid #5f8b58;
    border-radius: 1em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative !important;
    cursor: default;
    padding: 0 4%;
    background-color: rgba(246, 244, 234, 1);
    box-shadow: 1px 1px 6px rgba(70, 117, 36, 0.3);
}

.fund_rela_left {
    width: 50%;
    height: 70%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .fund_rela_left > div {
        width: 100%;
        font-size: 0.7em;
    }

.fund_rela_right {
    width: 50%;
    height: 80%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    padding-left: 3%;
}

.fund_rela_in {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .fund_rela_in > div {
        width: 100%;
    }

        .fund_rela_in > div:first-child {
            margin-bottom: 3%;
        }

.rela_title {
    float: left;
    padding-right: 3%;
}

.rela_content {
    float: left;
}

    .rela_content.orange_t {
        padding-left: 1%;
    }

.rela_r_title {
    font-size: 0.5em;
    margin-bottom: 2%;
    color: #b3b3b3;
}

.rela_block {
    display: flex;
    align-items: center;
    justify-content: left;
}

.rela_icon, .rela_iconNum {
    width: 84px;
    height: 22px;
    font-size: 0.6em;
    border-radius: 5px;
    margin-right: 1%;
    color: #fff;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rela_iconNum {
    width: 20px;
    height: 16px;
    font-size: 0.5em;
}

/*showcase WoodlandType顏色*/
.rela_color_tag_00 {
    background-color: #657C6A;
}

.rela_color_tag_01 {
    background-color: #A3B633;
}

.rela_color_tag_03 {
    background-color: #4E9A36;
}

.rela_color_tag_04 {
    background-color: #125E34;
}

.rela_color_tag_06 {
    background-color: #A48B78;
}

.rela_color_tag_07 {
    background-color: #EA5514;
}

.rela_color_tag_08 {
    background-color: #F39800;
}

.rela_color_tag_09 {
    background-color: #9b5728;
}

.rela_color_tag_10 {
    background-color: #49B0B3;
}

.rela_color_tag_11 {
    background-color: #00689b;
}

.rela_color_tag_12 {
    background-color: #C8C6C6;
}

.rela_color_tag_13 {
    background-color: #C8C6C6;
}

.rela_color_tag_14 {
    background-color: #C8C6C6;
}

.rela_color_tag_15 {
    background-color: #C8C6C6;
}

/*showcase 永續發展目標(SDFs)顏色*/
.rela_color_sdg_01 {
    background-color: #e5233d;
}

.rela_color_sdg_02 {
    background-color: #dda73a;
}

.rela_color_sdg_03 {
    background-color: #4ca146;
}

.rela_color_sdg_04 {
    background-color: #c5192d;
}

.rela_color_sdg_05 {
    background-color: #ef402c;
}

.rela_color_sdg_06 {
    background-color: #27bfe6;
}

.rela_color_sdg_07 {
    background-color: #fbc412;
}

.rela_color_sdg_08 {
    background-color: #a31c44;
}

.rela_color_sdg_09 {
    background-color: #f26a2d;
}

.rela_color_sdg_10 {
    background-color: #e01483;
}

.rela_color_sdg_11 {
    background-color: #f89d2a;
}

.rela_color_sdg_12 {
    background-color: #bf8d2c;
}

.rela_color_sdg_13 {
    background-color: #407f46;
}

.rela_color_sdg_14 {
    background-color: #1f97d4;
}

.rela_color_sdg_15 {
    background-color: #59ba48;
}

.rela_color_sdg_16 {
    background-color: #126a9f;
}

.rela_color_sdg_17 {
    background-color: #13496b;
}

/*showcase 昆明-蒙特婁生物多樣性框架(GBF)顏色*/
.rela_color_gbf_01 {
    background-color: #7BA902;
}

.rela_color_gbf_02 {
    background-color: #6BC197;
}

.rela_color_gbf_03 {
    background-color: #A0CB56;
}

.rela_color_gbf_04 {
    background-color: #F5A216;
}

.rela_color_gbf_05 {
    background-color: #D39225;
}

.rela_color_gbf_06 {
    background-color: #BEBC5C;
}

.rela_color_gbf_07 {
    background-color: #FCBB3B;
}

.rela_color_gbf_08 {
    background-color: #2C6D35;
}

.rela_color_gbf_09 {
    background-color: #068E83;
}

.rela_color_gbf_10 {
    background-color: #03AF92;
}

.rela_color_gbf_11 {
    background-color: #0AB4CA;
}

.rela_color_gbf_12 {
    background-color: #0286A9;
}

.rela_color_gbf_13 {
    background-color: #005A7E;
}

.rela_color_gbf_14 {
    background-color: #F59C6C;
}

.rela_color_gbf_15 {
    background-color: #BD6028;
}

.rela_color_gbf_16 {
    background-color: #EC6430;
}

.rela_color_gbf_17 {
    background-color: #E67720;
}

.rela_color_gbf_18 {
    background-color: #777371;
}

.rela_color_gbf_19 {
    background-color: #8F361E;
}

.rela_color_gbf_20 {
    background-color: #B4A78B;
}

.rela_color_gbf_21 {
    background-color: #A97070;
}

.rela_color_gbf_22 {
    background-color: #EC7F72;
}

.rela_color_gbf_23 {
    background-color: #E73F1B;
}


.rela_mark {
    width: 1px;
    height: 10px;
    background-color: #b3b3b3;
    margin: 0 3%;
    border-radius: 1em;
    float: left;
}

.fund_more {
    width: 122px;
    height: 32px;
    font-size: 1em;
    color: #fff;
    background-color: #427520;
    margin: 0 auto;
    margin-top: 12%;
    border-radius: 99em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .fund_more:hover {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
    }

    .fund_more a {
        color: #fff; /*白色字*/
        text-decoration: none; /*移除底線*/
    }

        .fund_more a:hover {
            color: #fff; /*滑過仍保持白色*/
            text-decoration: none; /*不出現底線*/
        }

/*基金proof*/
.fund_proof {
    width: 80%;
    margin: 0 auto;
    cursor: default;
    z-index: 2 !important;
}

.proof_title {
    width: 90%;
    margin: 12% auto;
    font-size: 1.2em;
    font-weight: 500;
    color: #000;
}

.proof_img {
}

    .proof_img img {
        width: 80%;
        height: auto;
        display: block;
        margin: 8% auto;
    }

.proof_btnBox {
    width: 90%;
    height: 28px;
    margin: auto;
}

.proof_select {
    position: relative;
    width: 30%;
    height: 100%;
    float: left;
    cursor: pointer;
}

    .proof_select:after {
        content: '';
        width: 8px;
        height: 8px;
        background: url(../images/selectArrow.svg) no-repeat center;
        background-size: 100% auto;
        position: absolute;
        right: 10%;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .proof_select.on:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

.proof_selectChoose {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #b3b3b3;
    border-radius: 99em;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 20%;
    font-size: 0.8em;
    background-color: rgba(246, 244, 234, 1);
}

    .proof_selectChoose.on:before {
        transform: rotate(0deg);
        opacity: 1;
    }

.proof_selectBox {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

.proof_select.on .proof_selectBox {
    display: block;
}

.proof_selectBox li {
    font-size: 0.8em;
    padding: 3% 20%;
    text-align: left;
}

    .proof_selectBox li:hover {
        background-color: #c3d5fe;
    }

.proof_btn {
    width: 32%;
    height: 100%;
    background-color: #427520;
    margin-left: 3%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    font-size: 0.8em;
    border-radius: 99em;
}

    .proof_btn:hover {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
    }

/*基金Report*/
.fund_report {
    width: 90%;
    height: 100px;
    margin: auto;
    display: flex;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.17);
}

.report_title {
    width: 90%;
    margin: 12% auto;
    font-size: 1.2em;
    font-weight: 500;
    color: #000;
}

.fund_report_left {
    width: 36%;
    height: 100%;
    float: left;
    background: url(../images/firm_notes01.jpg) no-repeat center;
    background-size: cover;
}

.fund_report_right {
    width: 64%;
    height: 100%;
    float: left;
    background: url(../images/firm_notes02.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fund_report_t {
    color: #fcfac9;
    font-size: 0.75em;
    font-weight: bold;
}

.report_B {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12%;
    z-index: 2 !important;
}

.report_more {
    float: left;
    font-size: 1.1em;
    margin-right: 2%;
    color: #427520;
    font-weight: 500;
}

.report_select {
    position: relative;
    width: 82px;
    height: 100%;
    float: left;
    cursor: pointer;
    float: left;
}

    .report_select:after {
        content: '';
        width: 8px;
        height: 8px;
        background: url(../images/selectArrow.svg) no-repeat center;
        background-size: 100% auto;
        position: absolute;
        right: 15%;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .report_select.on:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

.report_selectChoose {
    width: 100%;
    height: 100%;
    position: relative;
    color: #427520;
    border: 1px solid #427520;
    border-radius: 99em;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 20%;
    font-size: 0.8em;
    color: #427520;
    background-color: rgba(246, 244, 234, 1);
}

    .report_selectChoose.on:before {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }

.report_selectBox {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

.report_select.on .report_selectBox {
    display: block;
}

.report_selectBox li {
    font-size: 0.8em;
    padding: 3% 20%;
    text-align: left;
    color: #427520;
}

    .report_selectBox li:hover {
        background-color: #c3d5fe;
    }

/*基金team*/
.fund_listBox {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.fund_team {
    width: 100%;
    min-height: 300px;
    cursor: default;
    margin-left: 5%;
    background-color: rgba(255,255,255,0.5);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.17);
    border-radius: 1em;
    margin: 12% auto 0;
    padding: 6%;
}

.team_title, .future_title {
    width: 100%;
    margin: auto;
    margin-bottom: 10%;
    font-size: 1.2em;
    font-weight: 500;
    color: #000;
}

.fund_linkBox {
    min-height: 150px;
}

.fund_link {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #0563c1;
    height: 32px;
}

   /*.fund_link.off {
        display: none;
    }*/

    .fund_link a {
        text-decoration: underline !important;
        text-underline-offset: 0.2em;
        font-size: 1em;
        color: #0563c1;
        vertical-align: text-bottom;
    }

    .fund_link.off a {
        color: #333;
        pointer-events: none;
        cursor: default;
    }


.future_open {
    width: 90px;
    height: 30px;
    background-color: rgba(0, 92, 80,1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: 20px;
    cursor: pointer;
    font-size: 0.8em;
    border-radius: 8px;
}

    .future_open::after {
        content: '';
        width: 14px;
        height: 14px;
        background-image: url(../images/icon_arrow.svg);
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 8px;
    }

    .future_open:hover {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
    }

/*基金future*/
.fund_future {
    width: 100%;
    min-height: 300px;
    margin: 12% auto 0;
    background-color: rgba(255,255,255,0.5);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.17);
    border-radius: 1em;
    padding: 6%;
}

.notes_title {
    width: 90%;
    margin: 12% auto;
    font-size: 1.2em;
    font-weight: 500;
    color: #000;
}

/*專案Notes*/
.project_notes {
    width: 90%;
    margin: 0 auto;
}

.project_item {
    width: 100%;
    height: 280px;
    float: left;
    border-radius: 1em;
    overflow: hidden;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.17);
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
}

.project_img {
    width: 100%;
    height: 56%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.project_bottom {
    width: 100%;
    height: 44%;
    padding: 0 6% 6%;
    background-color: #fff;
    color: #666;
}

.project_date {
    width: 100%;
    height: 24%;
    font-size: 1.1em;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-items: flex-start;
}

.project_conten {
    width: 100%;
    height: 76%;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 500;
    overflow: auto;
}

.project_notes .swiper {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.project_notes .swiper-wrapper {
    margin-bottom: 5%;
}

.project_notes .swiper-button-prev,
.project_notes .swiper-button-next {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    width: 28px;
    height: 28px;
    margin: 0;
    border-radius: 99em;
    background-color: #427520;
}

.project_notes .swiper-button-prev {
    left: 0;
}

.project_notes .swiper-button-next {
    right: 0;
}

.project_notes .swiper-pagination {
    position: relative;
    float: left;
    width: 80%;
    gap: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

    .project_notes .swiper-pagination .swiper-pagination-custom {
        width: auto;
        cursor: pointer;
        color: #becfb3;
        font-weight: bold;
        padding: 0 5%;
        font-size: 1em;
        /*不可反藍*/
        -moz-user-select: none; /* Firefox */
        -webkit-user-select: none; /* Chrome , Safari*/
        -ms-user-select: none; /* IE10 */
        -khtml-user-select: none; /* 古早瀏覽器 */
        user-select: none;
        pointer-events: all;
    }

.project_notes .swiper-pagination-custom.active {
    color: #427520;
}

.project_notes .swiper-button-prev:after,
.project_notes .swiper-button-next:after {
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
}

.project_switch {
    display: flex;
    align-items: center;
    justify-content: center;
}

.firm_top.firm_top {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 8px;
    right: 3%;
    background-image: url(../images/arrow_02.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
    cursor: pointer
}

.firm_top:active {
    opacity: 1;
}

/*企業firm*/
.firm_notes {
    width: 90%;
    margin: 12% auto 0;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.17);
    border-radius: 1em;
    padding: 6%;
    display: table;
}

.firm_T1 {
    font-size: 1.2em;
    font-weight: 500;
    color: #000;
}

.firm_T2 {
    font-size: 1.2em;
    font-weight: 500;
    color: #000;
    margin-bottom: 10%;
}

.firm_listBox {
    min-height: 207px;
}

.firm_list {
    width: 90%;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 12px;
}

    .firm_list.off {
        display: none;
    }

.firm_img {
    width: 60px;
    height: 60px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.img_type01 {
    background-image: url(../images/img_01.svg);
}

.img_type02 {
    background-image: url(../images/img_02.svg);
}

.img_type03 {
    background-image: url(../images/img_03.svg);
}

.img_type04 {
    background-image: url(../images/img_04.svg);
}

.firm_content {
    float: left;
}

.firm_date {
    font-size: 0.8em;
    color: #000;
}

.firm_text {
    font-size: 0.8em;
    color: #6d7278;
}

.firm_open {
    width: 90px;
    height: 30px;
    background-color: rgba(0, 92, 80,1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: 30px;
    cursor: pointer;
    font-size: 0.8em;
    border-radius: 8px;
}

    .firm_open::after {
        content: '';
        width: 14px;
        height: 14px;
        background-image: url(../images/icon_arrow.svg);
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 8px;
    }

    .firm_open:hover {
        -webkit-filter: brightness(1.1);
        filter: brightness(1.1);
    }

/*活動doing*/
.doing_top {
    width: 100%;
    height: 280px;
    position: relative !important;
    margin-bottom: 12%;
    background: url(../images/img_doing03.png) no-repeat center;
    background-size: cover;
}

    .doing_top:after {
        content: '';
        width: 142px;
        height: 76px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/img_doing02.png) no-repeat center top;
        background-size: 100% auto;
    }

    .doing_top:before {
        content: '';
        width: 88px;
        height: 92px;
        position: absolute;
        bottom: -10px;
        left: 5%;
        background: url(../images/img_doing01.png) no-repeat center;
        background-size: 100% auto;
    }

.doing_T1 {
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    z-index: 2;
    color: #fff;
    position: relative;
}

.doing_T1_in {
    width: auto;
    flex: 1;
    margin-bottom: 3%;
    margin-right: 3%;
    text-align: left;
    float: left;
}

.doing_T_img {
    width: 50%;
    flex: 2;
    height: 82%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3%;
}

    .doing_T_img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        max-width: none;
    }

.doing_text1 {
    font-size: 0.5em;
    margin-bottom: 6px;
    letter-spacing: 2px;
}

.doing_text2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 1.4em;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 垂直置中 */
}

.doing_text3 {
    font-size: 0.6em;
}

.doing_img {
    width: 100%;
    height: 259px;
    margin-bottom: 15px;
    max-width: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .doing_img:last-child {
        margin-bottom: 0;
    }

.doing_T2 {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    color: #251612;
    z-index: 2;
}

.doing_top.on {
    background-color: #cfd8bc;
}

.doing_T2 > div {
    float: left;
    font-size: 0.6em;
    display: flex;
    align-items: center;
    justify-content: left;
}

.doing_data > span {
    width: 12px;
    height: 12px;
    background: url(../images/calendar_b.svg) no-repeat center;
    background-size: 100% auto;
    margin-right: 4px;
}

.doing_group > span {
    width: 12px;
    height: 12px;
    background: url(../images/user_b.svg) no-repeat center;
    background-size: 100% auto;
    margin-right: 4px;
}

.doing_mark {
    margin: 0 3px;
}

.doingBox {
    width: 80%;
    margin: auto;
    color: #1e1e1b;
}

.doing_point {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding: 3% 4%;
    margin-bottom: 8%;
    border-radius: 1em;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
}

.doing_title {
    font-size: 1.4em;
    font-weight: 500;
    margin: 8% auto 3%;
}

.doing_point .doing_title {
    margin-top: 0;
}

.doing_point ul {
}

.doing_point li {
    list-style: disc;
    margin-left: 8%;
    margin-bottom: 1%;
    font-size: 1em;
}

.doing_conten {
    text-align: justify;
    margin-bottom: 4%;
    color: #504e4a;
    font-size: 1em;
}

.doing_feedback {
    position: relative;
    background-color: #fff7d8;
    padding: 2% 4%;
    margin-bottom: 6%;
    color: #504e4a;
    font-size: 1em;
    font-style: italic;
    font-weight: 500;
}

    .doing_feedback:before {
        content: '';
        width: 1%;
        height: 100%;
        background-color: #ffba06;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }

.doing_link {
    margin: 0 auto;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #4577b5;
    margin-bottom: 1%;
}

    .doing_link > a {
        cursor: pointer;
        color: #4577b5;
        text-decoration: none;
    }

        .doing_link > a:last-child {
            padding-left: 6px;
        }

    .doing_link:last-child {
        margin-bottom: 0;
    }

.doing_icon {
    width: 14px;
    height: 14px;
    background: url(../images/link.svg) no-repeat center;
    background-size: 100% auto;
}

/*花絮photo*/
.photo_Run {
    width: 100%;
    position: relative;
}

.photo_swiper {
    width: 60%;
    height: 120px;
    overflow: hidden;
}

.photo_Run .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .photo_Run .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 1em;
        transition: transform 0.3s ease;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

.external-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 10;
    margin: 0 auto;
}

    .external-nav .swiper-button {
        position: static;
        margin: 0;
        pointer-events: auto;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #427520;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .external-nav .swiper-button::after {
            font-size: 1em;
            font-weight: bold;
        }

        .external-nav .swiper-button:hover {
            opacity: 0.7;
        }

.mask_pop {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1112 !important;
    display: none;
}

    .mask_pop img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        max-width: 80%;
    }

.btn_close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 12%;
    left: 90%;
    background: url(../images/close.svg) no-repeat center;
    background-size: 100% auto;
    opacity: 0.7;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

    .btn_close:hover {
        opacity: 1;
    }

@media (min-width: 375px) {
    .fund_B_little {
        font-size: 1em;
    }

    .fund_BT_img {
        width: 45px;
        height: 45px;
    }

    .fund_BT_text, .fund_BB_title {
        font-size: 1.8em;
    }

    .fund_BB_in {
        font-size: 1.2em;
    }

    .rela_r_title {
        font-size: 0.6em;
    }

    .rela_iconNum {
        width: 22px;
        height: 18px;
    }

    .fund_more {
        width: 132px;
        height: 36px;
        font-size: 1.1em;
    }

    .report_select {
        width: 102px;
    }

    .report_B {
        height: 32px;
    }

    .report_selectChoose, .report_selectBox li {
        font-size: 0.9em;
    }

    .firm_date, .firm_text {
        font-size: 1em;
    }

    .firm_top.firm_top {
        width: 34px;
        height: 34px;
    }

    .fund_link a {
        font-size: 1.1em;
    }

    .fund_future, .fund_team {
        min-height: 310px;
    }

    .future_open {
        margin-top: 30px;
    }

    .fund_report {
        height: 120px;
    }

    .fund_report_t {
        font-size: 0.8em;
    }

    .project_date {
        font-size: 1.2em;
    }

    .project_conten {
        font-size: 1.1em;
    }

    .project_item {
        height: 360px;
    }

    .doing_text1 {
        font-size: 0.6em;
        margin-bottom: 8px;
    }

    .doing_text2 {
        font-size: 1.4em;
        margin-bottom: 8px;
    }

    .doing_text3 {
        font-size: 0.7em;
    }
}

@media (min-width: 400px) {
    .fund_content p {
        font-size: 0.6em;
    }

    .fund_rela {
        height: 160px;
    }

    .fund_rela_left > div {
        font-size: 0.8em;
    }

    .rela_r_title {
        font-size: 0.6em;
    }

    .rela_icon {
        width: 96px;
        height: 24px;
        font-size: 0.7em;
    }

    .rela_iconNum {
        width: 23px;
        height: 22px;
        font-size: 0.6em;
    }

    .rela_mark {
        height: 14px;
    }

    .proof_selectChoose {
        font-size: 0.9em;
    }

    .proof_selectBox li {
        font-size: 0.9em;
    }

    .proof_btn {
        font-size: 0.9em;
    }

    .proof_select:after, .report_select:after {
        width: 10px;
        height: 10px;
    }

    .fund_link a {
        font-size: 1.3em;
    }

    .proof_title, .report_title, .team_title, .future_title, .notes_title, .firm_T1, .firm_T2 {
        font-size: 1.4em;
    }

    .project_item,
    .firm_item {
        height: 400px;
    }

    .project_date {
        font-size: 1.5em;
    }

    .project_conten {
        font-size: 1.4em;
    }

    .project_notes .swiper-button-prev,
    .project_notes .swiper-button-next {
        width: 38px;
        height: 38px;
    }

    .project_notes .swiper-pagination .swiper-pagination-custom {
        font-size: 1.4em;
    }

    .project_notes .swiper-button-prev:after,
    .project_notes .swiper-button-next:after {
        font-size: 1em;
    }

    .firm_top.firm_top {
        width: 38px;
        height: 38px;
    }

    .firm_open, .future_open {
        width: 100px;
        height: 30px;
        font-size: 1em;
    }

        .firm_open::after, .future_open::after {
            width: 16px;
            height: 16px;
            margin-left: 8px;
        }

    .fund_B_in {
        width: 0 20px;
    }

    .fund_rela_right {
        height: 70%;
    }

    .fund_future, .fund_team {
        min-height: 320px;
    }

    .fund_BT_text, .fund_BB_title {
        font-size: 2em;
    }

    .fund_BT_img {
        width: 50px;
        height: 50px;
    }

    .firm_img {
        width: 70px;
        height: 70px;
    }

    .external-nav .swiper-button {
        width: 36px;
        height: 36px;
    }

    .btn_close {
        width: 40px;
        height: 40px;
    }

    .photo_swiper {
        width: 74%;
        height: 130px;
    }
}

@media (min-width: 500px) {
    .fund_rela {
        height: 160px;
    }

    .fund_rela_left > div {
        font-size: 0.9em;
    }

    .rela_icon {
        width: 102px;
        height: 26px;
    }

    .rela_iconNum {
        width: 28px;
        height: 24px;
        font-size: 0.7em;
    }

    .rela_r_title {
        font-size: 0.7em;
    }

    .proof_selectChoose {
        font-size: 1em;
    }

    .proof_selectBox li {
        font-size: 1em;
    }

    .proof_btn {
        font-size: 1em;
    }

    .proof_select:after {
        width: 12px;
        height: 12px;
        right: 12%;
    }

    .report_select:after {
        width: 12px;
        height: 12px;
    }

    .fund_link a {
        font-size: 1.4em;
    }

    .doing_T2 > div {
        font-size: 0.7em;
    }

    .doing_data > span, .doing_group > span {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }

    .doing_point li {
        font-size: 1.1em;
        margin-left: 6%;
    }

    .fund_B_in {
        width: 350px;
    }

    .fund_banner {
        height: 380px;
    }

    .fund_B_top {
        margin-top: 35px;
        padding-bottom: 12px;
    }

    .fund_BT_img {
        width: 50px;
        height: 50px;
        margin-right: 16px;
    }

    .fund_BT_text, .fund_BB_title {
        font-size: 1.8em;
    }

    .fund_BB_in {
        font-size: 1.2em;
    }

    .fund_more {
        width: 152px;
        height: 38px;
        font-size: 1.2em;
    }

    .fund_report {
        height: 153px;
    }

    .fund_report_t {
        font-size: 1.1em;
    }

    .report_select {
        width: 116px;
    }

    .report_B {
        height: 38px;
    }

    .report_more {
        font-size: 1.3em;
    }

    .report_selectChoose, .report_selectBox li {
        font-size: 1.1em;
    }

    .firm_top.firm_top {
        width: 48px;
        height: 48px;
        bottom: 15px;
    }

    .firm_img {
        width: 100px;
        height: 100px;
        margin-right: 20px;
    }

    .firm_date, .firm_text {
        font-size: 1.2em;
    }

    .firm_open, .future_open {
        width: 120px;
        height: 35px;
        font-size: 1em;
    }

        .firm_open::after, .future_open::after {
            width: 21px;
            height: 21px;
        }

    .fund_B_little {
        margin-bottom: 20px;
    }

    .doing_conten {
        font-size: 1.1em;
    }

    .doing_top {
        height: 320px;
    }

    .doing_text1 {
        font-size: 0.7em;
        letter-spacing: 3px;
    }

    .doing_text2 {
        font-size: 1.7em;
    }

    .doing_text3 {
        font-size: 0.8em;
    }

    .btn_close {
        width: 42px;
        height: 42px;
    }

    .doing_icon {
        width: 16px;
        height: 16px;
    }

    .doing_link {
        font-size: 1.1em;
    }

        .doing_link > a:last-child {
            padding-left: 8px;
        }
}

@media (min-width: 576px) {
    .fund_rela {
        height: 200px;
    }

    .fund_rela_left > div {
        font-size: 1em;
    }

    .rela_icon {
        width: 120px;
        height: 30px;
        font-size: 0.8em;
    }

    .rela_r_title {
        font-size: 0.8em;
    }

    .rela_iconNum {
        width: 32px;
        height: 26px;
        font-size: 0.8em;
    }

    .rela_mark {
        height: 16px;
    }

    .proof_title, .report_title, .team_title, .future_title, .notes_title, .firm_T1, .firm_T2 {
        font-size: 1.6em;
    }

    .proof_selectChoose {
        font-size: 1.2em;
    }

    .proof_selectBox li {
        font-size: 1.2em;
    }

    .proof_btn {
        font-size: 1.2em;
    }

    .proof_btnBox {
        height: 40px;
    }

    .project_notes .swiper-button-prev,
    .project_notes .swiper-button-next {
        width: 42px;
        height: 42px;
    }

        .project_notes .swiper-button-prev:after,
        .project_notes .swiper-button-next:after {
            font-size: 1.2em;
        }

    .project_notes .swiper-pagination .swiper-pagination-custom {
        font-size: 1.6em;
    }

    .fund_B_in {
        width: 380px;
    }

    .fund_banner {
        height: 420px;
    }

    .fund_B_top {
        margin-top: 35px;
        padding-bottom: 12px;
    }

    .fund_BT_img {
        width: 56px;
        height: 56px;
    }

    .fund_BT_text, .fund_BB_title {
        font-size: 2em;
    }

    .fund_BB_in {
        font-size: 1.2em;
    }

    .fund_more {
        width: 170px;
        height: 42px;
        font-size: 1.3em;
    }

    .fund_report {
        height: 193px;
    }

    .fund_report_t {
        font-size: 1.2em;
    }

    .proof_img img {
        width: 70%;
    }

    .report_more {
        font-size: 1.4em;
    }

    .firm_date, .firm_text {
        font-size: 1.4em;
    }

    .firm_top.firm_top {
        width: 52px;
        height: 52px;
        bottom: 18px;
    }

    .report_selectChoose, .report_selectBox li {
        font-size: 1.2em;
    }

    .report_select {
        width: 126px;
    }

    .report_B {
        height: 42px;
    }

    .doing_point {
        width: 90%;
    }

    .doing_title {
        font-size: 1.6em;
    }

    .doing_point li {
        font-size: 1.2em;
    }

    .photo_swiper {
        height: 160px;
    }

    .external-nav .swiper-button {
        width: 40px;
        height: 40px;
    }

        .external-nav .swiper-button::after {
            font-size: 1.1em;
        }

    .doing_text1 {
        font-size: 0.8em;
    }

    .doing_text2 {
        font-size: 2em;
    }

    .doing_text3 {
        font-size: 0.9em;
    }
}

@media (min-width: 768px) {
    .fund_rela {
        height: 230px;
        padding: 0 8%;
    }

    .rela_icon {
        width: 142px;
        height: 36px;
        font-size: 0.9em;
    }

    .rela_iconNum {
        width: 38px;
        height: 28px;
    }

    .rela_mark {
        height: 18px;
    }

    .proof_title, .report_title, .team_title, .future_title, .notes_title {
        font-size: 1.8em;
        margin: 12% auto 6%;
    }

    .firm_T1, .firm_T2 {
        font-size: 1.8em;
    }

    .firm_T2 {
        margin-bottom: 6%;
    }

    .project_item,
    .firm_item {
        height: 420px;
    }

    .project_notes .swiper-button-prev,
    .project_notes .swiper-button-next {
        width: 48px;
        height: 48px;
    }

        .project_notes .swiper-button-prev:after,
        .project_notes .swiper-button-next:after {
            font-size: 1.4em;
        }

    .project_notes .swiper-pagination .swiper-pagination-custom {
        font-size: 1.8em;
    }

    .doing_T2 > div {
        font-size: 0.9em;
    }

    .doing_title {
        font-size: 1.8em;
    }

    .doing_feedback {
        font-size: 1.2em;
        margin-bottom: 3%;
    }

    .doing_link {
        font-size: 1.2em;
    }

    .doing_icon {
        width: 16px;
        height: 16px;
    }

    .doing_link > a:last-child {
        padding-left: 8px;
    }

    .fund_B_in {
        width: 460px;
        padding: 0 28px;
    }

    .fund_banner {
        height: 520px;
    }

    .fund_B_top {
        margin-top: 50px;
        padding-bottom: 16px;
    }

    .fund_BT_img {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }

    .fund_BT_text, .fund_BB_title {
        font-size: 2.4em;
    }

    .fund_BB_in {
        font-size: 1.5em;
    }

    .fund_more {
        width: 190px;
        height: 46px;
        font-size: 1.4em;
        margin-top: 6%;
    }

    .report_select {
        width: 136px;
    }

    .report_B {
        height: 46px;
        margin-top: 8%;
    }

    .firm_top.firm_top {
        width: 60px;
        height: 60px;
        bottom: 30px;
    }

    .fund_report {
        height: 243px;
    }

    .fund_report_t {
        font-size: 1.6em;
    }

    .proof_btnBox {
        width: 70%;
        height: 42px;
    }

    .proof_img img {
        width: 40%;
    }

    .report_more {
        font-size: 1.6em;
    }

    .report_selectChoose {
        font-size: 1.3em;
    }

    .fund_listBox {
        display: table;
    }

    .fund_team {
        width: 49%;
        float: left;
        margin-left: 5%;
        margin: 12% auto 0;
        padding: 3%;
    }

    .fund_future {
        width: 49%;
        float: left;
        margin: 12% 0 0 2%;
        padding: 3%;
    }

    .firm_list {
        margin-bottom: 12px;
    }

    .firm_img {
        width: 120px;
        height: 120px;
        margin-right: 20px;
    }

    .firm_date, .firm_text {
        font-size: 1.4em;
    }

    .doing_text1 {
        font-size: 0.9em;
    }

    .doing_text2 {
        font-size: 2.6em;
    }

    .doing_text3 {
        font-size: 1.2em;
    }

    .doing_top {
        height: 420px;
    }

        .doing_top:before {
            width: 120px;
            height: 118px;
        }

        .doing_top:after {
            width: 168px;
            height: 90px;
        }
}

@media (min-width: 992px) {
    .fund_rela {
        height: 280px;
    }

    .rela_icon {
        width: 152px;
        height: 40px;
        font-size: 0.9em;
    }

    .rela_iconNum {
        width: 44px;
        height: 32px;
        font-size: 0.8em;
    }

    .rela_mark {
        height: 22px;
    }

    .proof_btnBox {
        height: 46px;
    }

    .proof_select:after, .report_select:after {
        width: 14px;
        height: 14px;
    }

    .project_notes .swiper-pagination {
        width: 40%;
    }

    .firm_top.firm_top {
        width: 66px;
        height: 66px;
        bottom: 50px;
    }

    .fund_report {
        height: 343px;
    }

    .fund_report_t {
        font-size: 2em;
    }

    .fund_B_in {
        width: 540px;
    }

    .fund_banner {
        height: 620px;
    }

    .fund_B_top {
        margin-top: 65px;
    }

    .fund_BT_img {
        width: 70px;
        height: 70px;
    }

    .fund_BT_text, .fund_BB_title {
        font-size: 2.8em;
    }

    .fund_BB_in {
        font-size: 1.6em;
    }

    .report_select {
        width: 150px;
    }

    .report_B {
        height: 50px;
    }

    .fund_more {
        width: 220px;
        height: 50px;
    }

    .doing_top {
        height: 620px;
    }

    .doing_point li {
        margin-left: 4%;
    }

    .doing_T_img {
        width: 60%;
    }

    .mask_pop img {
        max-width: 70%;
    }

    .btn_close {
        width: 50px;
        height: 50px;
    }

    .doing_text1 {
        font-size: 1em;
        margin-bottom: 12px;
        letter-spacing: 6px;
    }

    .doing_text2 {
        font-size: 3.2em;
        margin-bottom: 12px;
        line-height: 1.4em;
    }

    .doing_text3 {
        font-size: 1.3em;
    }

    .doing_top:after {
        width: 343px;
        height: 185px;
    }

    .doing_top:before {
        width: 232px;
        height: 212px;
        bottom: -10px;
        left: 5%;
    }

    .doing_T1_in {
        margin-right: 6%;
    }
}

@media (min-width: 1200px) {
    .fund_rela {
        height: 330px;
    }

    .rela_r_title {
        font-size: 0.9em;
    }

    .rela_icon {
        width: 190px;
        height: 48px;
    }

    .rela_iconNum {
        width: 46px;
        height: 36px;
    }

    .rela_mark {
        height: 30px;
    }

    .proof_btnBox {
        height: 50px;
    }

    .proof_select:after, .report_select:after {
        width: 16px;
        height: 16px;
    }

    .report_T {
        height: calc(100% - 50px);
    }

    .project_item,
    .firm_item {
        height: 460px;
    }

    .project_notes .swiper-button-prev,
    .project_notes .swiper-button-next {
        width: 54px;
        height: 54px;
    }

    .project_notes .swiper-pagination .swiper-pagination-custom {
        font-size: 2em;
    }

    .doing_T2 > div {
        font-size: 0.9em;
    }

    .doing_data > span, .doing_group > span {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

    .doing_feedback {
        font-size: 1.2em;
    }

    .doing_link {
        font-size: 1.3em;
    }

    .doing_icon {
        width: 20px;
        height: 20px;
    }

    .doing_link > a:last-child {
        padding-left: 12px;
    }

    .report_B {
        height: 50px;
    }

    .fund_report {
        height: 423px;
    }

    .fund_future, .fund_team {
        min-height: 470px;
    }

    .fund_linkBox {
        min-height: 220px;
    }

    .fund_link {
        height: 46px;
    }

    .fund_more {
        width: 300px;
        height: 56px;
    }

    .page_main {
        margin-top: 0;
    }

    .fund_B_in {
        width: 720px;
        padding: 0 28px;
    }

    .fund_banner {
        height: 700px;
    }

    .fund_B_top {
        margin-top: 85px;
    }

    .fund_BT_img {
        width: 90px;
        height: 90px;
    }

    .fund_BT_text, .fund_BB_title {
        font-size: 3.1em;
    }

    .fund_BB_in {
        font-size: 1.7em;
    }

    .logo-img {
        height: 80px;
    }

    .proof_btnBox {
        width: 60%;
    }

    .firm_top.firm_top {
        width: 70px;
        height: 70px;
    }

    .doing_top {
        height: 780px;
    }

    .doing_img {
        height: 259px;
        margin-bottom: 15px;
    }

    .doing_T2 > div {
        font-size: 0.9em;
    }

    .doing_group > span, .doing_data > span {
        width: 12px;
        height: 12px;
    }

    .photo_swiper {
        width: 85%;
        height: 240px;
    }

    .external-nav .swiper-button {
        width: 50px;
        height: 50px;
    }

        .external-nav .swiper-button::after {
            font-size: 1.2em;
        }

    .firm_top.firm_top {
        width: 80px;
        height: 80px;
        bottom: 80px;
    }

    .btn_close {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 1400px) {
    .project_item,
    .firm_item {
        height: 540px;
    }

    .project_notes .swiper {
        width: 100%;
    }

    .project_notes .swiper-pagination {
        width: 30%;
    }

    .project_notes .swiper-button-prev,
    .project_notes .swiper-button-next {
        width: 68px;
        height: 68px;
    }

    .project_notes .swiper-pagination .swiper-pagination-custom {
        font-size: 2em;
    }

    .project_notes .swiper-button-prev:after,
    .project_notes .swiper-button-next:after {
        font-size: 1.2em;
    }

    .fund_report {
        height: 503px;
    }

    .fund_report_t {
        font-size: 2.5em;
    }

    .report_B {
        height: 56px;
    }

    .report_more {
        font-size: 1.6em;
    }

    .report_select {
        width: 180px;
    }

        .report_select:after {
            width: 16px;
            height: 16px;
            right: 15%;
        }

    .report_selectChoose {
        padding: 0 20%;
        font-size: 1.3em;
    }

    .report_selectBox li {
        font-size: 1.3em;
        padding: 3% 20%;
    }

    .photo_swiper {
        height: 260px;
    }

    .btn_close {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 1700px) {
    .fund_report_t {
        font-size: 3em;
    }

    .fund_banner {
        height: 800px;
    }
}

/*==== 設計師增加css 登入頁 ====*/
.login_frame.alter01 {
    background-color: #fbf9f3;
    background-image: url(../images/bgline.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: repeat;
    padding: 0 !important;
}

    .login_frame.alter01::after,
    .login_frame.alter01::before {
        display: none;
    }

    .login_frame.alter01 .login_box {
        width: 90%;
        background: none;
        backdrop-filter: none;
        padding: 0 !important;
    }

    .login_frame.alter01 .login_title {
        margin-top: 8%;
    }

    .login_frame.alter01 .t_loginColor {
        color: #34496f;
    }

    .login_frame.alter01 .login_title > div {
        font-size: 1.2em;
        margin-bottom: 2%;
        font-weight: bold;
    }

    .login_frame.alter01 .login_title > p {
        font-size: 1em;
        font-weight: bold;
    }

    .login_frame.alter01 .login_form {
        display: flex;
        margin: auto;
        justify-content: center;
        margin-bottom: 8%;
        flex-wrap: wrap;
    }

.login_sort {
    position: relative;
    width: 230px;
    height: 270px;
    border-radius: 1.5em;
    float: left;
    margin: 0 12px;
    margin-top: calc(5% + 30px);
    cursor: pointer;
}

    .login_sort.alter01 {
        background-color: #8acace;
    }

    .login_sort.alter02 {
        background-color: #195e51;
    }

    .login_sort.alter03 {
        background-color: #e89767;
    }

    .login_sort.alter04 {
        background-color: #99c85f;
    }

    .login_sort.alter01:hover {
        background-color: #a5dadd;
    }

    .login_sort.alter02:hover {
        background-color: #2b7d6d;
    }

    .login_sort.alter03:hover {
        background-color: #f7aa7c;
    }

    .login_sort.alter04:hover {
        background-color: #abd775;
    }

.img_sort {
    width: 60px;
    height: 60px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
}

.login_sort.alter01 .img_sort {
    background-image: url(../images/img_login01.png);
}

.login_sort.alter02 .img_sort {
    background-image: url(../images/img_login02.png);
}

.login_sort.alter03 .img_sort {
    background-image: url(../images/img_login03.png);
}

.login_sort.alter04 .img_sort {
    background-image: url(../images/img_login04.png);
}

.sort_in {
    margin-top: 20%;
    text-align: center;
    color: #fff;
}

.sort_title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 8%;
}

.sort_content {
    text-align: left;
    padding: 0 10%;
}

.sort_list {
    font-size: 1em;
    list-style: disc;
    margin-left: 10%;
    margin-bottom: 2%;
}

    .sort_list.offStyle {
        text-align: center;
        list-style: none;
        margin-left: 0;
    }

@media (min-width: 375px) {
    .login_frame.alter01 .login_title > div {
        font-size: 1.4em;
    }

    .login_frame.alter01 .login_title > p {
        font-size: 1.2em;
    }

    .login_sort {
        width: 270px;
        height: 300px;
    }

    .sort_title {
        font-size: 1.4em;
    }

    .sort_list {
        font-size: 1.1em;
    }
}

@media (min-width: 400px) {
    .login_frame.alter01 .login_title > div {
        font-size: 1.5em;
    }

    .login_frame.alter01 .login_title > p {
        font-size: 1.3em;
    }

    .login_sort {
        width: 300px;
        height: 330px;
        margin-top: calc(5% + 35px);
    }

    .img_sort {
        width: 70px;
        height: 70px;
        top: -35px;
    }

    .sort_title {
        font-size: 1.6em;
    }

    .sort_list {
        font-size: 1.2em;
    }
}

@media (min-width: 500px) {
    .login_frame.alter01 .login_title > div {
        font-size: 1.6em;
    }
}

@media (min-width: 576px) {
    .login_frame.alter01 .login_title > div {
        font-size: 1.8em;
    }

    .login_sort {
        width: 230px;
        height: 280px;
        margin-top: calc(5% + 30px);
    }

    .img_sort {
        width: 60px;
        height: 60px;
        top: -30px;
    }

    .sort_title {
        font-size: 1.3em;
    }

    .sort_list {
        font-size: 1em;
    }

    .sort_in {
        margin-top: 22%;
    }
}

@media (min-width: 768px) {
    .login_frame.alter01 .login_title > div {
        font-size: 2em;
    }

    .login_sort {
        width: 280px;
        height: 290px;
        margin-top: calc(5% + 35px);
    }

    .img_sort {
        width: 70px;
        height: 70px;
        top: -35px;
    }
}

@media (min-width: 992px) {
    .login_sort {
        width: 320px;
        margin: 0 10px;
        margin-top: calc(2% + 35px);
    }

    .img_sort {
        width: 70px;
        height: 70px;
        top: -35px;
    }

    .login_frame.alter01 .login_form {
        flex-wrap: initial;
    }

    .sort_in {
        margin-top: 25%;
    }

    .sort_title {
        margin-bottom: 10%;
    }
}

@media (min-width: 1200px) {
    .login_frame.alter01 .login_box {
        width: 86%;
    }

    .login_sort {
        height: 370px;
        margin: 0 10px;
        margin-top: calc(2% + 45px);
    }

    .img_sort {
        width: 90px;
        height: 90px;
        top: -45px;
    }

    .login_frame.alter01 .login_title {
        margin-top: 5%;
    }

    .login_frame.alter01 .login_form {
        margin-bottom: 5%;
    }
}

@media (min-width: 1400px) {
    .login_frame.alter01 .login_title > div {
        font-size: 2.2em;
    }

    .login_sort {
        margin: 0 12px;
        margin-top: calc(2% + 50px);
    }

    .img_sort {
        width: 100px;
        height: 100px;
        top: -50px;
    }

    .sort_title {
        font-size: 1.5em;
    }
}

@media (min-width: 1700px) {
    .login_sort {
        height: 390px;
        margin: 0 12px;
        margin-top: calc(2% + 54px);
    }

    .img_sort {
        width: 108px;
        height: 108px;
        top: -54px;
    }

    .sort_title {
        font-size: 1.6em;
    }

    .sort_list {
        font-size: 1.1em;
    }
}

.connect_alter img {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    cursor: pointer;
}

.footer_alter .footer_info {
    padding: 2em 1em;
}

.footer_alter03 {
    margin-left: 5%;
}

.footer_alter02 {
    white-space: nowrap;
}

@media (min-width: 375px) {
}

@media (min-width: 400px) {
    .connect_alter img {
        width: 36px;
        height: 36px;
        margin-right: 10px;
    }
}

@media (min-width: 500px) {
    .connect_alter img {
        width: 38px;
        height: 38px;
        margin-right: 12px;
    }
}

@media (min-width: 768px) {
    .footer_alter03 {
        margin-left: 10%;
    }

    .footer_alter .footer_info {
        padding: 3em;
    }

    .connect_alter img {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 992px) {
    .connect_alter img {
        width: 46px;
        height: 46px;
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .footer_alter {
        margin-left: 8%;
    }

        .footer_alter .footer_info {
            padding: 0;
        }

    .connect_alter img {
        width: 60px;
        height: 60px;
        margin-right: 30px;
    }
}

/*==== 設計師增加css 首頁 ====*/
/*首頁home*/
.featured.alter01 {
    background-repeat: repeat;
}

.banner-group.alter01,
.banner-group.alter01 img {
    height: auto;
}

.newsBox {
    width: 90%;
    height: 260px;
    background-color: #2c7565;
    border-radius: 1.5em;
    margin: auto;
    position: relative;
    padding: 4% 6%;
    color: #fff;
}

.newsBox_t {
    height: 24%;
}

.news_title {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
    float: left;
}

.btn_newsMore {
    color: #fff;
    font-size: 0.7em;
    font-weight: bold;
    text-align: center;
    padding: 6px 16px;
    background-color: #8acace;
    border-radius: 99em;
    display: flex;
    align-items: center;
    float: right;
    cursor: pointer;
}

    .btn_newsMore:hover {
        background-color: #9dd8db;
    }

.ic_newsMore {
    width: 14px;
    height: 14px;
    position: relative;
    background-color: #fff;
    border-radius: 99em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}

    .ic_newsMore:after {
        content: 'next';
        font-family: swiper-icons;
        color: #8acace;
        font-size: 0.5em;
    }

.news_content {
    width: 90%;
    height: 70%;
    margin: auto;
    cursor: pointer;
}

.news_contain {
    height: calc(100% / 3);
}

.news_contain_t {
    height: calc(100% - 1px);
    font-size: 0.7em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.news_date {
    width: 100%;
    padding: 0 3%;
}

.news_text {
    padding: 0 2%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

    .news_line:after {
        content: '';
        width: 5px;
        height: 5px;
        border: 1px solid #fff;
        border-radius: 99em;
        position: absolute;
        right: -4px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

.news_contain a {
    display: block;
    text-decoration: none;
    color: inherit; /* 保留原本字色 */
}

.home_container {
    width: 96%;
    position: relative;
    background-color: #EDEAE0;
    border-radius: 1em;
    max-width: none;
}

    .home_container .ms-board {
        border-radius: initial;
        margin-bottom: 15px;
    }

        .home_container .ms-board .ms-board-con {
            padding-top: 30px;
        }

            .home_container .ms-board .ms-board-con .ms-board-nav {
                margin-top: 0;
                text-wrap: nowrap;
                overflow-x: auto;
            }

.home_swiper {
    width: 76%;
    padding-top: 30px;
}

.home_switch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 96%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
    margin: 0 auto;
}

    .home_switch .swiper-button {
        position: static;
        margin: 0;
        pointer-events: auto;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #427520;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .home_switch .swiper-button::after {
            font-size: 0.9em;
            font-weight: bold;
        }

.home_swiper .swiper-pagination {
    position: initial;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
}

.home_swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.15);
    margin-right: 10px;
}

.result_Swiper {
    padding: 20px;
}

    .result_Swiper .swiper-wrapper {
        align-items: center;
    }

    .result_Swiper .swiper-slide {
        box-sizing: border-box;
        flex: 0 0 160px;
        transition: none; /* 寬度不動畫，只動畫位移 */
        border-radius: 15px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
        overflow: hidden;
    }

    .result_Swiper .swiper-slide-active {
        flex: 0 0 230px;
    }

.result_conten {
    font-size: 20px;
    display: none;
}

.result_Swiper .swiper-slide-active .result_conten {
    display: block;
}

.result_Swiper .home_controls {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
}

.result_Swiper .swiper-button-prev, .result_Swiper .swiper-button-next {
    position: initial;
}

.home_controls .swiper-button {
    position: static;
    margin: 0;
    pointer-events: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #427520;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
}

    .home_controls .swiper-button::after {
        font-size: 0.9em;
        font-weight: bold;
    }

.home_result,
.result_Swiper .swiper-slide a {
    width: 100%;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    position: relative;
    overflow: visible;
}

    .home_result .pic {
        max-height: none;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-bottom: 60%;
    }

    .home_result .con {
        padding: 15px;
        background: #fff;
        height: 150px;
    }

.swiper-slide-active .home_result .con {
    padding: 15px;
    background: #fff;
    height: 240px;
}

.home_result .con .cta {
    position: absolute;
    text-align: right;
    bottom: 15px;
    right: 15px;
    color: #6DA665;
    font-size: 18px;
}

.t_company {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 6%;
}

.home_result .con .title {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.home_result .tag {
    padding: 4px 8px;
    position: absolute;
    top: 15px;
    left: 0px;
    font-size: 12px;
    color: #fff;
    max-width: 90%;
    text-wrap: wrap;
}

.home_result .tag-0 {
    background-color: #657C6A;
}

.home_result .tag-1 {
    background-color: #A3B633;
}

.home_result .tag-2 {
    background-color: #009100;
}

.home_result .tag-3 {
    background-color: #4E9A36;
}

.home_result .tag-4 {
    background-color: #125E34;
}

.home_result .tag-5 {
    background-color: #46A3FF;
}

.home_result .tag-6 {
    background-color: #A48B78;
}

.home_result .tag-7 {
    background-color: #EA5514;
}

.home_result .tag-8 {
    background-color: #F39800;
}

.home_result .tag-9 {
    background-color: #9b5728;
}

.home_result .tag-10 {
    background-color: #49B0B3;
}

.home_result .tag-11 {
    background-color: #00689b;
}

.home_result .tag-12 {
    background-color: #C8C6C6;
}

.home_result .tag-13 {
    background-color: #C8C6C6;
}

.home_result .tag-14 {
    background-color: #C8C6C6;
}

.home_result .tag-15 {
    background-color: #C8C6C6;
}

.home_result .tag-other {
    background-color: #9F4D95;
}


.linkbg.alter01 {
    background-color: #fff;
    min-height: 320px;
}

.link_spBox {
    width: 90%;
    padding: 0 8%;
    max-width: none;
    position: relative;
}

.link_switch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 10;
    margin: 0 auto;
}

    .link_switch .swiper-button {
        position: static;
        margin: 0;
        pointer-events: auto;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #427520;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .link_switch .swiper-button::after {
            font-size: 0.9em;
            font-weight: bold;
        }

.link_swiper {
    width: 88%;
    overflow: hidden;
}

    .link_swiper .swiper-wrapper {
        align-items: center;
    }

    .link_swiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .link_swiper .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 1em;
            transition: transform 0.3s ease;
            transform: scale(0.9);
            -webkit-transform: scale(0.9);
        }

.home_container .ms-board .ms-board-con .ms-board-nav .btn {
    padding: 8px 28px;
    font-size: 1em;
    border-radius: 99rem;
}

.home_container .btn_more {
    background-color: #52854A;
    padding: 8px 28px;
    border-radius: 99rem;
    margin-bottom: 30px;
    font-size: 1em;
}

    .home_container .btn_more a {
        color: #fff;
    }

.home_container .ms-card-case .con .title,
.home_container .ms-card-case .con .text {
    font-size: 1em;
}

.home_container .ms-card-case .con .time {
    font-size: 0.75em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home_container .ms-card-case .con .price {
    font-size: 0.9em;
}

    .home_container .ms-card-case .con .price span {
        font-size: 1.4em;
    }

/*績效統計*/
.countBox {
    position: relative;
}

.count_in {
    width: 70%;
    height: 30%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #195e51;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.count_title {
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 2%;
}

.count_content {
    font-size: 0.4em;
}

.img_bg_count {
    width: 100%;
    margin: auto;
    max-width: none;
}

.countBall_box {
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    right: 0;
    bottom: 0;
}

.countBall_01, .countBall_02,
.countBall_03, .countBall_04 {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: flex;
    align-content: center;
    text-align: center;
    flex-wrap: wrap;
    color: #fae169;
    background-color: #195e51;
    border-radius: 99em;
}

    .countBall_01:before, .countBall_02:before,
    .countBall_03:before, .countBall_04:before {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        margin: auto;
        border: 1px solid #79b34e;
        border-radius: 99em;
        pointer-events: none;
    }

.countBall_01 {
    width: 82px;
    height: 82px;
    left: 3%;
    top: 52%;
}

.countBall_02 {
    width: 60px;
    height: 60px;
    left: 30%;
    top: 27%;
}

.countBall_03, .countBall_04 {
    width: 68px;
    height: 68px;
    right: 27%;
    top: 48%;
}

.countBall_04 {
    right: 3%;
    top: 18%;
}

.countBall_text {
    width: 100%;
    font-size: 0.4em;
    font-weight: bold;
    line-height: 1em;
    margin: 5% 0;
}

.countBall_num {
    width: 100%;
    font-weight: bold;
    font-size: 1em;
    line-height: 1em;
}

.countBall_01 .countBall_text {
    font-size: 0.6em;
}

.countBall_01 .countBall_num {
    font-size: 1.4em;
}

/*成果專區*/
.success-button-section.alter01 .btn {
    padding: 8px 28px;
    font-size: 1em;
    border-radius: 99rem;
}

.btn_successMore {
    font-size: 1em;
    padding: 8px 28px;
    border-radius: 99rem;
}

/*公有土地*/
.firm_land {
    width: 40px;
    height: 40px;
    bottom: 62px;
    position: fixed;
    right: 3%;
    opacity: 0.95;
    cursor: pointer;
    border-radius: 99em;
    background-image: url(../images/forest_banner.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    z-index: 10;
}

    .firm_land:active {
        opacity: 1;
    }

    .firm_land + .firm_top {
        position: fixed;
        right: calc(3% + 5px);
        z-index: 10;
    }

@media (min-width: 375px) {
    .newsBox {
        height: 290px;
    }

    .news_title {
        font-size: 1.4em;
    }

    .btn_newsMore {
        font-size: 0.8em;
    }

    .news_contain_t {
        font-size: 0.8em;
    }

    .countBall_01:before, .countBall_02:before,
    .countBall_03:before, .countBall_04:before {
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        border: 2px solid #79b34e;
    }

    .countBall_01 {
        width: 94px;
        height: 94px;
    }

    .countBall_02 {
        width: 68px;
        height: 68px;
    }

    .countBall_03, .countBall_04 {
        width: 74px;
        height: 74px;
    }

    .firm_land {
        width: 44px;
        height: 44px;
    }
}

@media (min-width: 400px) {
    .newsBox {
        height: 340px;
        padding: 4% 6%;
    }

    .news_title {
        font-size: 1.6em;
    }

    .btn_newsMore {
        font-size: 1.1em;
        padding: 8px 20px;
    }

    .ic_newsMore {
        width: 16px;
        height: 16px;
        margin-left: 8px;
    }

        .ic_newsMore:after {
            font-size: 0.6em;
        }

    .news_contain_t {
        font-size: 1em;
        height: calc(100% - 2px);
    }

    .news_line {
        height: 2px;
    }

        .news_line:after {
            width: 6px;
            height: 6px;
            border: 2px solid #fff;
            right: -6px;
        }

    .home_container .btn_more,
    .btn_successMore {
        padding: 10px 28px;
        font-size: 1.1em;
    }

    .success-button-section.alter01 .btn {
        padding: 10px 28px;
        font-size: 1.1em;
    }

    .home_container .ms-board .ms-board-con .ms-board-nav .btn {
        padding: 10px 28px;
        font-size: 1.1em;
    }

    .home_swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .result_Swiper .swiper-slide {
        flex: 0 0 200px;
    }

    .result_Swiper .swiper-slide-active {
        flex: 0 0 260px;
    }

    .count_title {
        font-size: 0.9em;
    }

    .count_content {
        font-size: 0.45em;
    }

    .countBall_01 {
        width: 106px;
        height: 106px;
    }

    .countBall_02 {
        width: 74px;
        height: 74px;
    }

    .countBall_03, .countBall_04 {
        width: 82px;
        height: 82px;
    }

    .countBall_text {
        font-size: 0.45em;
    }

    .countBall_num {
        font-size: 1.1em;
    }

    .countBall_01 .countBall_text {
        font-size: 0.7em;
    }

    .countBall_01 .countBall_num {
        font-size: 1.5em;
    }

    .firm_land {
        width: 48px;
        height: 48px;
    }

    .link_switch .swiper-button {
        width: 36px;
        height: 36px;
    }

        .link_switch .swiper-button::after {
            font-size: 0.95em;
        }
}

@media (min-width: 500px) {
    .newsBox {
        height: 390px;
    }

    .news_title {
        font-size: 1.8em;
    }

    .ic_newsMore {
        width: 18px;
        height: 18px;
    }

        .ic_newsMore:after {
            font-size: 0.7em;
        }

    .news_contain_t {
        font-size: 1.1em;
    }

    .home_controls .swiper-button,
    .home_switch .swiper-button {
        width: 36px;
        height: 36px;
    }

        .home_controls .swiper-button::after,
        .home_switch .swiper-button::after {
            font-size: 0.95em;
        }

    .result_Swiper .swiper-slide {
        flex: 0 0 220px;
    }

    .result_Swiper .swiper-slide-active {
        flex: 0 0 300px;
    }

    .count_title {
        font-size: 1em;
    }

    .count_content {
        font-size: 0.55em;
    }

    .countBall_01 {
        width: 116px;
        height: 116px;
    }

    .countBall_02 {
        width: 86px;
        height: 86px;
    }

    .countBall_03, .countBall_04 {
        width: 96px;
        height: 96px;
    }

    .countBall_text {
        font-size: 0.55em;
    }

    .countBall_num {
        font-size: 1.3em;
    }

    .countBall_01 .countBall_text {
        font-size: 0.8em;
    }

    .countBall_01 .countBall_num {
        font-size: 1.6em;
    }

    .firm_land {
        width: 58px;
        height: 58px;
        bottom: 82px;
    }
}

@media (min-width: 576px) {
    .newsBox {
        width: 86%;
        height: 420px;
    }

    .news_title {
        font-size: 2em;
    }

    .btn_newsMore {
        padding: 8px 24px;
    }

    .ic_newsMore {
        width: 20px;
        height: 20px;
    }

    .count_in {
        width: 65%;
    }

    .count_title {
        font-size: 1.1em;
        margin-bottom: 2%;
    }

    .count_content {
        font-size: 0.6em;
    }

    .countBall_01:before, .countBall_02:before,
    .countBall_03:before, .countBall_04:before {
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
        border: 2px solid #79b34e;
    }

    .countBall_01 {
        width: 126px;
        height: 126px;
    }

    .countBall_02 {
        width: 92px;
        height: 92px;
    }

    .countBall_03, .countBall_04 {
        width: 108px;
        height: 108px;
    }

    .countBall_text {
        font-size: 0.6em;
    }

    .countBall_num {
        font-size: 1.4em;
    }

    .countBall_01 .countBall_text {
        font-size: 0.9em;
    }

    .countBall_01 .countBall_num {
        font-size: 1.7em;
    }

    .firm_land {
        width: 62px;
        height: 62px;
    }
}

@media (min-width: 768px) {
    .newsBox {
        height: 450px;
    }

    .news_title {
        font-size: 2.2em;
    }

    .btn_newsMore {
        padding: 10px 24px;
    }

    .news_content {
        width: 82%;
    }

    .news_contain_t {
        font-size: 1.2em;
    }

    .news_contain_t {
        height: calc(100% - 3px);
    }

    .news_line {
        height: 3px;
    }

        .news_line:after {
            width: 9px;
            height: 9px;
            border: 3px solid #fff;
            right: -8px;
        }

    .home_controls .swiper-button,
    .home_switch .swiper-button {
        width: 42px;
        height: 42px;
    }

        .home_controls .swiper-button::after,
        .home_switch .swiper-button::after {
            font-size: 1.1em;
        }

    .home_swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .home_container .ms-board {
        margin-bottom: 20px;
    }

    .result_Swiper .swiper-slide {
        flex: 0 0 230px;
    }

    .result_Swiper .swiper-slide-active {
        flex: 0 0 400px;
    }

    .count_title {
        font-size: 1.4em;
    }

    .count_content {
        font-size: 0.8em;
    }

    .countBall_01:before, .countBall_02:before,
    .countBall_03:before, .countBall_04:before {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border: 3px solid #79b34e;
    }

    .countBall_01 {
        width: 186px;
        height: 186px;
    }

    .countBall_02 {
        width: 132px;
        height: 132px;
    }

    .countBall_03, .countBall_04 {
        width: 152px;
        height: 152px;
    }

    .countBall_text {
        font-size: 0.85em;
    }

    .countBall_num {
        font-size: 1.6em;
    }

    .countBall_01 .countBall_text {
        font-size: 1.2em;
    }

    .countBall_01 .countBall_num {
        font-size: 2em;
    }

    .firm_land {
        width: 70px;
        height: 70px;
        bottom: 110px;
    }

    .link_spBox {
        padding: 0 5%;
    }

    .link_switch .swiper-button {
        width: 42px;
        height: 42px;
    }

        .link_switch .swiper-button::after {
            font-size: 1.1em;
        }

    .linkbg.alter01 {
        min-height: 340px;
    }
}

@media (min-width: 992px) {
    .newsBox {
        height: 520px;
    }

    .news_title {
        font-size: 2.4em;
    }

    .btn_newsMore {
        padding: 12px 24px;
    }

    .ic_newsMore {
        width: 22px;
        height: 22px;
    }

        .ic_newsMore:after {
            font-size: 0.75em;
        }

    .news_contain_t {
        font-size: 1.4em;
    }

    .home_container .ms-board .ms-board-con .ms-board-nav .btn {
        padding: 12px 28px;
    }

    .home_swiper {
        width: 82%;
    }

    .home_container .btn_more,
    .btn_successMore {
        padding: 12px 32px;
    }

    .home_swiper .swiper-pagination {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .result_Swiper .swiper-slide-active {
        flex: 0 0 450px;
    }

    .count_title {
        font-size: 1.6em;
    }

    .count_content {
        font-size: 0.95em;
    }

    .countBall_01:before, .countBall_02:before,
    .countBall_03:before, .countBall_04:before {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border: 3px solid #79b34e;
    }

    .countBall_01 {
        width: 256px;
        height: 256px;
    }

    .countBall_02 {
        width: 176px;
        height: 176px;
    }

    .countBall_03, .countBall_04 {
        width: 210px;
        height: 210px;
    }

    .countBall_text {
        font-size: 1.1em;
    }

    .countBall_num {
        font-size: 1.9em;
    }

    .countBall_01 .countBall_text {
        font-size: 1.4em;
    }

    .countBall_01 .countBall_num {
        font-size: 2.2em;
    }

    .firm_land {
        width: 76px;
        height: 76px;
        bottom: 135px;
    }

    .link_spBox {
        padding: 0;
    }

    .linkbg.alter01 {
        min-height: 380px;
    }
}

@media (min-width: 1200px) {
    .newsBox {
        height: 650px;
    }

    .news_title {
        font-size: 2.6em;
    }

    .btn_newsMore {
        padding: 14px 26px;
    }

    .ic_newsMore {
        width: 27px;
        height: 27px;
    }

        .ic_newsMore:after {
            font-size: 0.8em;
        }

    .news_content {
        width: 70%;
    }

    .news_contain_t {
        font-size: 1.4em;
    }

    .home_container {
        width: 86%;
    }

        .home_container .ms-board {
            margin-bottom: 30px;
        }

            .home_container .ms-board .ms-board-con {
                padding-top: 30px;
            }

                .home_container .ms-board .ms-board-con .ms-board-nav {
                    text-wrap: initial;
                    overflow-x: initial;
                }

    .home_swiper {
        padding-top: 30px;
    }

        .home_swiper .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
        }

    .result_Swiper {
        padding: 20px;
    }

        .result_Swiper .swiper-slide {
            flex: 0 0 240px;
        }

        .result_Swiper .swiper-slide-active {
            flex: 0 0 500px;
        }

    .result_conten {
        font-size: 1.1em;
    }

    .home_controls .swiper-button,
    .home_switch .swiper-button {
        width: 48px;
        height: 48px;
    }

        .home_controls .swiper-button::after,
        .home_switch .swiper-button::after {
            font-size: 1.1em;
        }

    .home_result .con {
        padding: 15px;
        height: 150px;
    }

    .swiper-slide-active .home_result .con {
        padding: 15px;
        height: 240px;
    }

    .home_result .con .cta {
        bottom: 15px;
        right: 15px;
        font-size: 1em;
    }

    .home_result .con .title {
        font-size: 1.1em;
        margin-bottom: 10px;
    }

    .home_result .tag {
        padding: 4px 8px;
        top: 15px;
        font-size: 0.7em;
    }

    .linkbg.alter01 {
        min-height: 400px;
    }

    .link_switch .swiper-button {
        width: 48px;
        height: 48px;
    }

    .home_container .ms-board .ms-board-con .ms-board-nav .btn {
        padding: 14px 32px;
    }

    .home_container .btn_more,
    .btn_successMore {
        padding: 14px 32px;
        font-size: 1.2em;
    }

    .home_container .ms-card-case .con .title,
    .home_container .ms-card-case .con .text {
        font-size: 1em;
    }

    .home_container .ms-card-case .con .time {
        font-size: 0.75em;
    }

    .home_container .ms-card-case .con .price {
        font-size: 0.9em;
    }

        .home_container .ms-card-case .con .price span {
            font-size: 1.4em;
        }

    .success-button-section.alter01 .btn {
        padding: 14px 32px;
    }

    .firm_land {
        width: 90px;
        height: 90px;
        bottom: 180px;
    }

    .countBall_01 {
        width: 286px;
        height: 286px;
    }

    .countBall_02 {
        width: 206px;
        height: 206px;
    }

    .countBall_03, .countBall_04 {
        width: 240px;
        height: 240px;
    }
}

@media (min-width: 1400px) {
    .home_container {
        width: 96%;
    }

    .count_title {
        font-size: 1.8em;
    }

    .count_content {
        font-size: 1em;
    }

    .countBall_01 {
        width: 316px;
        height: 316px;
    }

    .countBall_02 {
        width: 236px;
        height: 236px;
    }

    .countBall_03, .countBall_04 {
        width: 270px;
        height: 270px;
    }

    .countBall_text {
        font-size: 1.3em;
    }

    .countBall_num {
        font-size: 2.1em;
    }

    .countBall_01 .countBall_text {
        font-size: 1.6em;
    }

    .countBall_01 .countBall_num {
        font-size: 2.4em;
    }
}

@media (min-width: 1600px) {
    .newsBox {
        width: 100%;
    }

    .home_container {
        width: 86%;
    }
}


