

img {
    max-width: 100%;
}
.navbar .nav-item .nav-link {
    padding: 0 16px;

}
.mobile-show {
    display: none;
}
.short-page-wrapper {
    min-height: 60vh;
}
@media (max-width: 992px) {
    .mobile-show {
        display: block;
    }
}
.border-left-1 {
    border-left: 1px solid #dbdbdb;
}
.page-header {
    margin-top: 85px;
    position: relative;
}
.page-header::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(90,211,176);
background: linear-gradient(298deg, rgb(175 203 82) 0%, rgb(102 200 105) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
}
.page-header .imgbox__inner {
    width: 100%;
    /* height: 300px; */
    position: relative;
}
.page-header .imgbox__inner .image {
    z-index: -1;
}
.bg-1 {
    background-image: url('../img/page/bg1.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.section-title {
    margin-bottom: 48px;
    color: #61be62;
}
/* .section-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    height: 1px;
    background: rgb(90,211,176);
background: linear-gradient(298deg, rgb(175 203 82) 0%, rgb(102 200 105) 100%);
    margin-top: -1px;
    margin-right: 16px;
} */
.section-title::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    height: 3px;
    /* background-color: #2b2b2b; */
    background: rgb(90,211,176);
    background: linear-gradient(298deg, rgb(175 203 82) 0%, rgb(102 200 105) 100%);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
}
.section-title.section-title--left::before {
    content: none;
}
/* deco */
.deco {
    position: absolute;
}
.deco.d4 {
    bottom: -370px;
    left: -100px;
    width: 50%;
    height: 730px;
    background-image: url(../img/deco/d4.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
}
.outter-wrapper {
    position: relative;
}
.de-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1820px;
    height: 50%;
    border-left: 1px solid #d6d6d6;
}
@media (max-width: 430px) {
    .section-title::before,
    .section-title::after {
        width: 50px;
    }
}
/* form */
.req-star {
    color: red;
}
.form-item {
    padding-bottom: 16px;
}
.form-item label {
    display: block;
    margin-bottom: 4px;
}
.form-item input,
.form-item textarea {
    display: block;
    width: 100%;
    border: 1px solid #bdbdbd;
}
.form-control:focus {
    border-color: #0cbae1;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(18 164 179 / 24%);
}
.captcha-box {
    display: flex;
}
.captcha-box .left-box {
    width: 160px;
    flex-shrink: 0;
}
.captcha-box .sm-text {
    display: inline-block;
    font-size: 15px;
    text-decoration: underline;
}
.captcha-box .right-box {
    margin-left: 16px;
}
.hint {
    font-size: 15px;
    color: #2aa7ad;
}
.hint i {
    margin-right: 4px;
}
@media (max-width: 430px) {
    .hint {
        display: flex;
        line-height: 18px;
    }
    .hint i {
        flex-shrink: 0;
    }
}
@media (max-width: 361px) {
    .captcha-box {
        flex-direction: column;
    }
    .captcha-box .right-box {
        margin-left: 0;
        margin-top: 8px;
    }
}
/* banner */
.banner-section {
    padding-top: 85px;
    padding-bottom: 0;
}
.banner-carousel .item {
    position: relative;
    display: block;
    overflow: hidden;
}
.banner-carousel .item:hover .image {
    transform: scale(1.05);
}

.banner-carousel .imgbox__inner {
    width: 100%;
    padding-top: 48%;
    position: relative;
}
.banner-carousel .item .image {
    transition: all 0.8s ease;
}
.banner-carousel .owl-item:nth-child(3n+1) .imgbox__inner {
    background-color: #79e9c0;
}
.banner-carousel .owl-item:nth-child(3n+2) .imgbox__inner {
    background-color: #4cdceb;
}
.banner-carousel .owl-item:nth-child(3n+3) .imgbox__inner {
    background-color: #41b8f7;
}

.banner-carousel .text-box {
    position: absolute;
    bottom: 24px;
    padding: 4px 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background-color: #fff;
    transition: all 0.3s;
}
.banner-carousel .text-box h4 {
    font-weight: 600;
    color: #484848;
    font-family: 微軟正黑體;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.8px;
    margin-bottom: 0;
}
.banner-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: #484848;
    margin: 0;
}
.banner-carousel.owl-carousel .owl-nav button.owl-prev,
.banner-carousel.owl-carousel .owl-nav button.owl-next {
    background-color: #fff;
    width: 45px;
    border-radius: 50%;
    font-size: 15px;
    line-height: 45px;
    height: 45px;
    box-sizing: border-box;
    font-family: 微軟正黑體;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.banner-carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -56px;
}
.banner-carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -56px;
}
.banner-carousel.owl-carousel .owl-nav button span {
    line-height: inherit;
}
.banner-carousel.owl-carousel:hover button.owl-prev,
.banner-carousel.owl-carousel:hover button.owl-next {
    color: #979797;
    opacity: 1;
}
.banner-carousel .owl-stage-outer::after {
    width: 1px;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
}
@media (max-width: 1025px) {
    .banner-carousel.owl-carousel .owl-nav button.owl-prev,
    .banner-carousel.owl-carousel .owl-nav button.owl-next {
        width: 32px;
        border-radius: 50%;
        font-size: 13px;
        line-height: 32px;
        height: 32px;
        opacity: 1;
    }
    .banner-carousel.owl-carousel .owl-nav button.owl-prev {
        left: 6px;
    }
    .banner-carousel.owl-carousel .owl-nav button.owl-next {
        right: 6px;
    }
}
@media (max-width: 992px) {
    .banner-section {
        padding-top: 73.8px;
    }
    .page-header {
        margin-top: 73.8px;
    }
}
@media (max-width: 430px) {
    .banner-section {
        padding-top: 59.59px;
    }
    .page-header {
        margin-top: 59.59px;
    }
}
/* news */
.news-section .inner-wrapper {
    /* background-color: #fff; */
    position: relative;
}
.news-section{
    /* background-image: url(../img/deco/pattern2.png); */
    background-size: 160px;
    background-position: center;
    position: relative;
    background-color: #f5f7f7;
}
.news-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/deco/pattern2.png);
    background-size: 300px;
    background-position: top right;
    opacity: 0.6;
}
.news-item {
    margin-bottom: 24px;
    text-decoration: none;
    position: relative;
    display: block;
    box-shadow: 0 0 16px -5px rgb(0 0 0 / 30%);
    transition: all 0.3s;
    background-color: #fff;
    border-radius: 8px;
}
.news-item.achieve-item {
    padding: 0;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0 16px -5px rgb(0 0 0 / 30%);
}
.news-item:hover::before {
    width: 100%;
}
.news-item:hover::after {
    height: 100%;
}
.news-item:hover {
    text-decoration: none;
}
.news-item:hover .image {
    transform: scale(1.05);
}
.news-item .news-item-inner {
    transition: all 0.5s;
}
.news-item:hover .news-item-inner {
    box-shadow: none;
}
.news-item.collab-item .news-item-inner {
    flex-direction: column;
    background-color: #fff;
}
.news-item .left-box{
    flex-shrink: 0;
    overflow: hidden;
}
.news-item.collab-item .left-box {
    width: 100%;
    margin-right: 0;
}
.news-item.achieve-item .left-box {
    width: 15%;
    margin-right: 0;
    z-index: 1;
}
.news-item .imgbox {
    width: 100%;
    overflow: hidden;
}
.news-item .imgbox .image {
    transition: all 1s;
}
.news-item .imgbox__inner,
.news-item.achieve-item .imgbox__inner {
    width: 100%;
    padding-top: 60%;
    position: relative;
}
.news-item.collab-item .imgbox__inner {
    padding-top: 40%;
}
.news-item .news-text-box {
    /* width: 80%; */
    flex-grow: 1;
    position: relative;
}
.news-item .news-text-box .more,
.sidebox .item .more {
    font-size: 16px;
    text-align: right;
    line-height: 14px;
    padding: 0 10px;
    padding-top: 14px;
    padding-bottom: 0;
    color: #4fb339;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.news-item.collab-item .news-text-box .more {
    position: relative;
}
.news-item .news-text-box .more i {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    margin-left: 10px;
}
.news-item .date-box {
    line-height: 20px;
    font-size: 15px;
    /* font-weight: 900; */
    /* font-family: 'Montserrat', Helvetica, sans-serif; */
    font-family: 微軟正黑體;
    position: relative;
    color: #949494;
    margin-bottom: 4px;
}
.news-item.collab-item .date-box {
    padding: 0 8px;
}
.news-item .date-box .inner {
    position: relative;
}
.news-item .date-box .year {
    font-size: 20px;
    font-weight: 400;
}
/* .news-item .date-box .inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    background: rgb(90, 211, 176);
    background: linear-gradient(298deg, rgb(75 196 24) 0%, rgb(175 203 82) 100%);
} */
.news-item.achieve-item .btn-box {
    width: 10%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #11b3d5;
    
    justify-content: center;
    transition: all 0.3s;
}
.news-item.achieve-item:hover .btn-box {
    opacity: 0.6;
}
.intro-section {
    background-color: #fff;
}
.intro-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url('../img/deco/b1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.intro-section .intro-text {
    max-width: 90%;
}
.plan-section .plan-outter {
    display: flex;
}
.plan-section .plan-box {
    display: block;
    position: relative;
    width: 25%;
    transition: all 0.3s;
}
.plan-section .plan-box:hover {
    width: 50%;
}
.plan-section .plan-box .imgbox__inner {
    width: 100%;
    height: 350px;
    position: relative;
}
.plan-section .plan-box .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(86 133 123 / 70%);
    transition: all 0.5s;
}
.plan-section .plan-box:hover .image::after {
    opacity: 0.6;
}
.plan-box .text-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    transition: all 0.3s;
}
.plan-section .plan-box .hidden-box {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.plan-section .plan-box:hover .hidden-box {
    opacity: 1;
    visibility: visible;
}

.plan-section .plan-box .box {
    transition: all 0.3s;
}
.plan-section .plan-box:hover .box {
    transform: translateY(-16px);
}
.plan-box .text-box h4 {
    font-size: 18px;
    letter-spacing: 1px;
    text-shadow: 0 0 8px rgb(0 0 0 / 80%);
    transition: all 0.3s;
}
.plan-box:hover .text-box h4 {
    margin-bottom: 24px;
}
.plan-box .text-box p {
    color: #fff;
    opacity: 0.9;
    margin-bottom: 16px;
    font-family: 'Montserrat';
    letter-spacing: 0.6px;
    text-shadow: 0 0 8px rgb(0 0 0 / 80%);
    transition: all 0.3s;
}
.plan-box:hover .text-box p {
    margin-bottom: 4px;
}
.plan-box .text-box .icon,
.project-box .imgbox .icon {
    display: inline-block;
    margin-bottom: 32px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    padding: 6px;
    box-shadow: 0 0 10px -1px rgba(0,0,0,0.2);
    transition: all 0.5s;
}
.plan-box:hover .text-box .icon {
    margin-bottom: 10px;
}
.plan-box .text-box .icon img,
.project-box .imgbox .icon img {
    width: 100%;
    max-width: 100%;
    filter: invert(51%) sepia(99%) saturate(1202%) hue-rotate(133deg) brightness(100%) contrast(101%);
    transition: all 0.5s;
}
.plan-box:hover .text-box .icon img {
    filter: invert(56%) sepia(72%) saturate(954%) hue-rotate(167deg) brightness(101%) contrast(95%);
}
@media (max-width: 1441px) {
    .news-item .date-box .inner::after {
        width: 24px;
    }
}
@media (max-width: 1025px) {
    .plan-section .plan-box:hover {
        width: 25%;
    }
    .plan-section .plan-box:hover .box {
        transform: translateY(0);
    }
    .plan-section .plan-box .imgbox__inner {
        height: auto;
        padding-top: 100%;
    }
    .plan-box .text-box .icon,
    .project-box .imgbox .icon {
        margin-bottom: 10px;
        width: 50px;
        height: 50px;
    }
    .plan-box:hover .text-box .icon {
        margin-bottom: 10px;
    }
    .plan-box .text-box p {
        margin-bottom: 0;
    }
    .plan-section .plan-box .hidden-box {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
    }
    .intro-section .intro-text {
        max-width: 90%;
    }
    .news-item .date-box .inner::after {
        width: 22px;
    }
}
@media (max-width: 992px) {
    .news-item {
        width: 80%;
    }
    .intro-section::before {
        width: 100%;
        opacity: 0.3;
    }
    .intro-section .intro-text {
        max-width: 100%;
        padding: 0 24px;
    }
}
@media (max-width: 430px) {
    .news-item {
        width: 100%;
        background-color: #fff;
    }
    .news-item .date-box .inner::after {
        width: 100%;
        height: 16px;
        top: 100%;
    }
    .news-item.collab-item .date-box .inner::after {
        width: 24px;
        height: 100%;
        top: 0;
    }
    .news-item.collab-item .date-box {
        padding: 0;
    }
    .news-item.collab-item .news-text-box {
        padding-left: 0;
        padding-right: 0;
    }
    .plan-section .plan-outter {
        flex-wrap: wrap;
    }
    .plan-section .plan-box {
        width: 100%;
        margin-bottom: 6px;
    }
    .plan-section .plan-box:hover {
        width: 100%;
    }
    .plan-section .plan-box .imgbox__inner {
        padding-top: 60%;
    }
    .plan-box .text-box .icon,
    .project-box .imgbox .icon {
        width: 60px;
        height: 60px;
    }
    .news-item .news-text-box .more,
    .sidebox .item .more {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
@media (max-width: 361px) {
    .intro-section .intro-text {
        padding: 0px;
    }
    .news-item .date-box .year {
        font-size: 18px;
    }
    .news-item .date-box .day {
        font-size: 16px;
    }
}
@keyframes iconscale {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(0.8);
    }
    70% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}
/* footer */
footer .left-box::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}
footer .left-box li {
    float: left;
}
footer .left-box li a {
    font-size: 15px;
    color: #fff;
    padding: 0 4px;
    margin-right: 8px;
    opacity: .7;
    transition: all 0.3s;
}
footer .left-box li a:hover {
    opacity: 1;
    text-decoration: none;
}
.footer a.pinfooter {
    font-size: 0.8em;
    letter-spacing: 0;
    opacity: .6;
}
.footer a.pinfooter:hover {
    opacity: 1;
}
@media (max-width: 430px) {
    footer .left-box li a {
        padding-left: 0;
    }
    
}
/* center */
.wrapper-y {
    padding: 48px 0;
}
@media (max-width: 430px) {
    .wrapper-y {
        padding: 24px 0;
    }
}
.member-item {
    display: flex;
    margin-bottom: 48px;
    box-shadow: 0 0 32px -13px rgb(0 0 0 / 30%);
    position: relative;
    background-color: rgba(255,255,255,0.5);
    margin-left: 16px;
    margin-right: 16px;
}
.member-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    width: 16px;
    height: 50%;
    background: rgb(90,211,176);
background: linear-gradient(298deg, rgb(175 203 82) 0%, rgb(102 200 105) 100%);
}
.member-item .imgbox {
    width: 150px;
    padding: 16px;
    flex-shrink: 0;
}
.member-item h4 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 16px;
}
.member-item h5 {
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 4px;
}
.member-item h5::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 1px;
    margin-top: -1px;
    background-color: #000;
    line-height: 22px;
    margin-left: 8px;
}
.member-item .textbox {
    flex-grow: 1;
    padding: 20px 0;
    padding-left: 32px;
    position: relative;
}
.member-item .textbox::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 60%;
    background: rgb(90,211,176);
background: linear-gradient(298deg, rgb(175 203 82) 0%, rgb(102 200 105) 100%);
}
.member-item .textbox::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 60%;
    background: rgb(90,211,176);
background: linear-gradient(298deg, rgb(175 203 82) 0%, rgb(102 200 105) 100%);
}
.member-item .textbox p {
    margin-bottom: 0;
}
.member-item .item {
    font-size: 15px;
    display: flex;
}
.member-item .item i {
    color: #2cace7;
    margin-right: 6px;
    font-size: 14px;
}
.member-item .item a {
    display: inline-block;
    padding-left: 10px;
    color: #2cace7;
}
.member-item .item .label {
    width: 22%;
}
.member-item .textbox .contact .title {
    color: #979797;
    font-size: 15px;
    margin-bottom: 8px;
}
.single-img {
    width: 100%;
    max-width: 100%;
    margin: 24px 0;
}
@media (max-width: 1441px) {
    .member-item {
        margin-right: 0;
        margin-left: 0;
    }
    .member-item .imgbox {
        width: 130px;
        padding: 14px;
    }
    .member-item .textbox {
        padding: 14px 0;
        padding-left: 0px;
        padding-right: 10px;
    }
    
}
@media (max-width: 1281px) {
    .member-item h5 {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .member-item h4 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .member-item .textbox .contact .title {
        margin-bottom: 4px;
    }
    .member-item .item .label {
        width: 29%;
    }
    .member-item .item {
        font-size: 14px;
        display: flex;
    }
    .member-item .imgbox {
        width: 120px;
    }
}
@media (max-width: 992px) {
    .member-item {
        margin-right: auto;
        margin-left: auto;
        width: 60%;
    }
    .member-item .item .label {
        width: 24%;
    }
}
@media (max-width: 430px) {
    .member-item .item {
        flex-direction: column;
    }
    .member-item .item .label {
        width: 100%;
    }
    .member-item .item a {
        padding-left: 20px;
    }
    .member-item {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        flex-direction: column;
    }
    .member-item .textbox {
        padding: 14px;
        padding-top: 0;
       
    }
    .member-item::before {
        top: -16px;
        left: 0;
        height: 16px;
        width: 42%;
    }
}
.project-nav-section {
    background-color: #EDEDED;
    padding: 24px 0;
}
.project-nav {
    display: flex;
}
.project-nav .nav-item {
    margin-right: 24px;
    text-align: center;
}
.project-nav .nav-item a {
    display: inline-block;
    padding: 4px 22px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
.project-nav .nav-item a i {
    padding-right: 4px;
}
.project-nav .nav-item a:hover {
    background-color: #25bbf5;
    color: #fff;
}
.project-nav .nav-item.active a {
    background-color: #25bbf5;
    color: #fff;
}
.project-box {
    display: flex;
    margin-bottom: 60px;
}
.project-box:hover,
.project-box:hover * {
    text-decoration: none;
}
.project-box .imgbox {
    width: 24%;
    flex-shrink: 0;
}
.project-box .imgbox .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #588d8d;
    opacity: 0.5;
}
.project-box .imgbox .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 20px -1px rgb(40 74 6 / 50%);
}
.project-box .textbox {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.project-box .textbox .box-item {
    width: 50%;
    background-color: #fff;
    padding: 24px 32px;
    transition: all 0.3s;
    position: relative;
}
.project-box .textbox .box-item .box-header {
    position: relative;
}
.project-box .textbox .link-item {
    transition: all 0.3s;
    background-color: #2ac1c9;
    color: #fff;
    text-decoration: none;
    flex: 1 1 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 600;
    font-size: 17px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
}
.project-box .textbox .link-item:hover {
    background-color: #14a5df;
}
.project-box .textbox .box-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/deco/puzz.svg);
    background-size: 360px;
    background-repeat: no-repeat;
    background-position: 180% 50%;
    opacity: 0.3;
}
.project-box .textbox .box-item:nth-child(1)::before {
    background-image: url('../img/deco/bulb.svg');

}
.project-box .textbox .link-item span {
    padding-left: 32px;
    transition: all 0.5s;
}
.project-box .textbox .link-item span::after {
    content: "";
    display: inline-block;
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: auto;
    top: 50%;
    margin-left: 16px;
    transition: all 0.5s;
}
.project-box .textbox .link-item:hover span::after {
    width: calc(100% - 200px);
}
.project-box .cell {
    margin-bottom: 16px;
}
.project-box .title {
    font-size: 20px;
    margin-bottom: 10px;
}
.project-box .box-label {
    line-height: 16px;
    margin-bottom: 4px;
}
.project-box .box-label::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: rgb(90, 211, 176);
    background: linear-gradient(298deg, rgb(75 196 24) 0%, rgb(175 203 82) 100%);
    margin-right: 6px;
}
.project-box .cell .intro span {
    display: inline;
}
.project-box .cell .title.text-sm {
    font-size: 17px;
}
.project-detail-wrapper .detail-item .label {
    font-size: 15px;
    display: inline-block;
    line-height: 18px;
    padding: 2px 6px;
    margin-bottom: 4px;
    background-color: #4ac4a7;
    color: #fff;
}
.project-detail-wrapper .title {
    font-size: 22px;
}
.project-detail-wrapper .article-box .title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
}
.project-detail-wrapper .detail-item .item.item--sm {
    margin-top: 24px;
}
.project-detail-wrapper .detail-item .item.item--sm .title {
    font-size: 17px;
    line-height: 24px;
}
.project-detail-wrapper .detail-item .item p {
    font-size: 15px;
    line-height: 30px;
}
.project-detail-wrapper .detail-item .item img {
    max-width: 100%;
    margin: 6px 0;
}

@media (max-width: 1025px) {
    .project-box .imgbox {
        width: 18%;
    }
    .project-box .imgbox__inner-5-5 {
        padding-top: calc(100% * 8 / 5);
    }
}
@media (max-width: 992px) {
    .project-box .imgbox {
        width: 0;
    }
    .project-box .imgbox__inner-5-5 {
        width: 0;
        padding: 0;
    }
    .project-box .imgbox .icon {
        top: 0;
        left: 0;
        z-index: 1;
        box-shadow: 0 0 30px -8px rgb(40 74 6 / 30%);
    }
    .project-detail-wrapper .desc-box {
        display: flex;
        padding: 24px;
    }
    .project-detail-wrapper .desc-box .pic {
        width: 48%;
        margin-right: 24px;
        flex-shrink: 0;
    }
    .project-box .textbox .link-item {
        height: 24px;
    }
}
@media (max-width: 430px) {
    .project-nav {
        width: 100%;
        overflow-x: auto;
    }
    .project-nav .nav-item a {
        font-size: 14.5px;
        font-weight: 600;
    }
    .project-nav::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .project-nav::-webkit-scrollbar:horizontal {
        height: 4px;
    }

    .project-nav::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border: 2px solid transparent;
    }

    .project-nav::-webkit-scrollbar-track {
        background-color: transparent;
    }
    .project-box {
        flex-direction: column;
        margin-bottom: 72px;
    }
    .project-box .textbox {
        flex-direction: column;
    }
    .project-box .textbox .box-item {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        border-bottom: 1px solid #d9d9d9;
    }
    .project-box .imgbox .icon {
        top: -14px;
        left: 30px;
    }
    .project-nav .nav-item a {
        padding: 4px 16px;
    }
    .project-nav .nav-item {
        margin-right: 6px;
        min-width: 0;
        flex-shrink: 0;
    }
    .project-detail-wrapper .desc-box {
        padding: 0;
    }
    .project-detail-wrapper .desc-box .pic {
        margin-right: 8px;
    }
    .project-detail-wrapper .article-box .title {
        font-size: 24px;
        line-height: 30px;
    }
    .project-box .textbox .link-item {
        bottom: -10px;
        height: 32px;
    }
}
@media (max-width: 361px) {
    .project-detail-wrapper .desc-box {
        padding: 10px;
        margin-bottom: 16px;
    }
    .project-detail-wrapper .detail-item .item.item--sm {
        margin-top: 6px;
    }
    .project-detail-wrapper .desc-box .pic {
        width: 50%;
    }
    .project-nav {
        padding-left: 8px;
    }
    .project-nav .nav-item a {
        padding: 2px 8px;
        font-size: 13.5px;
        letter-spacing: 0;
    }
    .project-detail-wrapper .title {
        font-size: 20px;
    }
    .project-detail-wrapper .detail-item .item.item--sm .title {
        font-size: 16px;
    }
    .project-detail-wrapper .article-box .title {
        font-size: 22px;
        line-height: 28px;
    }
}
/* sidebox */
.a-shadow {
    box-shadow: 0 0 24px -6px rgba(0, 0, 0, 0.1);
}
.sidebox {
    margin-left: 16px;
}
.sidebox .item {
    display: flex;
    background-color: #fff;
    margin-bottom: 16px;
    text-decoration: none;
    box-shadow: 0 0 24px -6px rgba(0,0,0,0.1);
}

.sidebox .item .imgbox {
    width: 30%;
    flex-shrink: 0;
    padding: 8px;
    padding-right: 0;
    position: relative;
}
.sidebox .item .textbox {
    padding: 8px 12px;
    flex-grow: 1;
}
.sidebox .item .textbox .date {
    font-size: 13px;
    color: #b2b6bf;
}
.sidebox .item .textbox .date::before {
    content: "";
    display: inline-block;
    /* position: absolute;
    top: 0;
    left: -3px; */
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background: rgb(90, 211, 176);
    background: linear-gradient(180deg, rgba(90, 211, 176, 1) 0%, rgba(17, 179, 213, 1) 100%);
}
.sidebox .item .textbox p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    transition: all 0.3s;
}
.sidebox .item:hover .textbox p {
    opacity: 0.6;
}
.sidebox .item .more {
    padding: 0;
    text-align: left;
    padding-top: 4px;
}
.sidebox .item:hover .more {
    color: #2ac1c9;
}
@media (max-width: 992px) {
    .sidebox {
        margin-left: 0;
        padding-top: 32px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .sidebox .item {
        width: 49%;
    }
}
@media (max-width: 430px) {
    .sidebox .item {
        width: 100%;
    }
    .sidebox .back-box {
        width: 100%;
    }
}
.achieve-item {
    display: block;
    margin-bottom: 32px;
}
.achieve-item .imgbox {
    position: relative;
    overflow: hidden;
}
.achieve-item .image {
    transition: all 0.8s;
}
.achieve-item .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c9aad;
    opacity: 0.9;
    transition: all 0.5s ease-in-out;
}
.achieve-item .title {
    font-size:18px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom:24px;
    position: relative;
    color: #fff;
}
.achieve-item .textbox {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.achieve-item .textbox-inner {
    padding: 16px;
    border: 1px solid rgb(255 255 255 / 50%);
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.achieve-item .btn-box {
    width: 100%;
    padding-top: 32px;
    border-top: 1px dashed rgb(255 255 255 / 50%);
}
.achieve-item .btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 4px 22px;
    letter-spacing: 1px;
    width: 100%;
}
.achieve-item:hover .image {
    transform: scale(1.1);
}
.achieve-item:hover .btn {
    background-color: #fff;
    color: #000;
}
.achieve-item:hover .image::after {
    opacity: 0.7;
}

.link-box {
    
    display: flex;
    background-color: #fff;
    margin-bottom: 24px;
    transition: all 0.3s;
    text-decoration: none;
}
.link-box .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    background: rgb(90, 211, 176);
    background: linear-gradient(180deg, rgba(90, 211, 176, 1) 0%, rgba(17, 179, 213, 1) 100%);
    padding: 16px;
    color: #fff;
}
.link-box .link-title {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    padding: 16px 24px;
}
.link-box:hover {
    text-decoration: none;
    box-shadow: 0 0 24px -2px rgba(0, 0, 0, 0.2);
}
@media(max-width: 430px) {
    .link-box .icon {
        font-size: 24px;
        padding: 12px;
    }
    .link-box .link-title {
        font-size: 16px;
        padding: 12px 24px;
    }
}
@media (max-width: 321px) {
    .link-box .icon {
        font-size: 20px;
        padding: 12px;
    }
    .link-box .link-title {
        font-size: 15px;
        padding: 12px 16px;
    }
}
.float-box {
    position: fixed;
    bottom: 24px;
    right: 12px;
    background-color: #11b3d5;
    padding: 10px 18px;
    border-radius: 80px;
    display: block;
    text-decoration: none;
    box-shadow: 0 0 16px 0px rgb(0 0 0 / 30%);
    transition: all 0.3s;
    z-index: 999;
}
.float-box:hover {
    text-decoration: none;
    background-color: #10acb8;
    box-shadow: 0 0 4px 0px rgb(0 0 0 / 30%);
}
.float-box .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 4px;
}
.float-box .icon img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}
.float-box .text {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
}
@media (max-width: 430px) {
    .float-box {
        bottom: 10px;
        right: 8px;
        padding: 0 14px;
        line-height: 36px;
    }
    .float-box .text {
        font-size: 14px;
    }
    .float-box .icon {
        width: 18px;
        height: 18px;
        margin-right: 2px;
    }
}
.sitemap-box {
    background-color: #fff;
    margin-bottom: 16px;
}
.sitemap-box a {
    display: block;
    margin-bottom: 10px;
}
.font-box {
    padding: 16px 0;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 24px;
}
.font-box span {
    font-size: 15px;
    color: #484848;
    margin-right: 8px;
}
.font-box .font-btn {
    cursor: pointer;
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #d5d5d5;
    border-right: 0;
    /* width: 40px; */
}
.font-box .font-btn:last-child {
    border-right: 1px solid #d5d5d5;
}
.font-box .font-btn.active {
    background-color: #d5d5d5;
}
.font-target {
    font-size: 15px;
    
    line-height: 30px;
}
.font-target.fs-changed {
    font-size: .9em;
    line-height: 24px;
}
.font-target.fmd-changed {
    /* font-size: 17px; */
    font-size: 1.05em;
    line-height: 32px;
}
.font-target.flg-changed {
    /* font-size: 22px; */
    font-size: 1.4em;
    line-height: 34px;
    letter-spacing: 0.8px;
}