/*------------ wrapper ------------*/

.title {
    position: relative;
    margin: 0 0 30px;
}

.title span {
    position: relative;
    display: block;
    font-size: 40px;
    color: #46997F;
    font-family: 'Montserrat', '微軟正黑體', sans-serif;
    letter-spacing: 2px;
    line-height: 1.5;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
}

.title span::first-letter {
    color: #3F6C60;
}

.title span::before {
    content: '';
    position: absolute;
    background: url(../../images/common/title_ic.png) no-repeat;
    width: 37px;
    height: 30px;
    top: 15px;
    right: 102%;
}

.title h2 {
    position: relative;
    color: #333333;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin: 0;
    font-weight: 500;
    font-size: 22px;
}

/*------------ banner ------------*/

.banner .slick-arrow {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 66px;
    color: transparent;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin: -38px 0 0 0;
    left: 2%;
    z-index: 150;
    opacity: 1;
    transition: all .3s ease;
}

.banner .slick-arrow::after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    top: -5px;
    left: -5px;
    transition: all 0.3s ease;
}

.banner .slick-arrow:hover {
    background: rgba(125, 234, 188, 0.8);
}

.banner .slick-arrow:before {
    content: "";
    font-size: 20px;
    display: block;
    color: #90978F;
    margin: 14.5px 0px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner .slick-next {
    left: auto;
    right: 2%;
}

.banner .slick-prev:before {
    content: "\f053";
}

.banner .slick-next:before {
    content: "\f054";
}

.banner .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 8%;
    z-index: 100;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.banner .slick-dots button {
    background: #FFFFFF;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    padding: 0;
}

.banner .slick-active button {
    background: #25C680;
}

/*------------ about ------------*/

.about-sect {
    position: relative;
    background: url(../../images/common/index/a_bg.jpg) no-repeat;
    padding: 80px 0;
    background-size: cover;
}

.about-sect .title {
    text-align: center;
}

.about-sect::after {
    content: '';
    position: absolute;
    background: rgba(71, 153, 128, 0.4);
    width: 1px;
    height: 105px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

/*------------ news ------------*/

.news-sect {
    background: url('../../images/common/index/n_bg.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0 108px;
    position: relative;
}

.news-sect::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 1px;
    height: 55px;
    background: #FFFFFF;
}

.news-sect::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 1px;
    height: 34px;
    background: #FFFFFF;
}

.news-sect .title {
    margin: 0 0 90px;
    text-align: center;
}

.news-sect .title span, .news-sect .title span::first-letter {
    color: #fff;
}

.news-sect .title span::before {
    background: url(../../images/common/title_ic_n.png) no-repeat;
}

.news-sect .title h2 {
    color: #fff;
}

.news-list {
    max-width: 1350px;
    margin: 0 auto;
}

.news-list li {
    padding: 0 25px;
    text-align: center;
    width: calc((100% / 3) - 0.1px);
}

.news-list li .box {
    padding: 80px 30px 0;
    position: relative;
    background: rgba(170, 170, 170, .65);
    transition: all 0.3s ease;
    top: 0;
    border-bottom: 2px solid #fff;
}

.news-list li .box:hover {
    top: -10px;
}

.news-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}

.news-list li .box:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -60px;
    background: rgba(170, 170, 170, .65);
    height: 60px;
    width: 130px;
    border-radius: 50% / 100% 100% 0 0;
    margin: 0 0 0 -65px;
}

.news-list .date {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -47px 0 0 -54px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
}

.news-list .date .circle {
    display: inline-block;
    border-radius: 50%;
}

.news-list .date .circle span {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    display: block;
    background: rgba(255, 255, 255, 0.95);
    line-height: 1.1;
    color: #479980;
    box-sizing: border-box;
    padding: 20px 0 0 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    font-family: 'Montserrat', serif;
    font-weight: 500;
    transition: all 0.3s ease;
}

.news-list .box:hover .date .circle span {
    background: rgba(71, 153, 128, 0.95);
    color: #fff;
}

.news-list .date .circle b {
    display: block;
    font-size: 40px;
}

.news-list li .text {
    text-align: left;
}

.news-list li .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 53px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    font-family: '新微軟正黑體', '微軟正黑體', sans-serif;
    transition: all .3s ease;
    letter-spacing: 0.5px;
}

.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    height: 60px;
    margin: 25px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.6px;
}

.news-list .more {
    width: 56px;
    height: 56px;
    display: block;
    color: #4B9881;
    margin: 0 0 0 -28px;
    text-align: center;
    background: #fff;
    position: absolute;
    bottom: -28px;
    left: 50%;
    z-index: 10;
    transition: all .3s ease;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.news-list .more:before {
    content: "MORE";
    display: block;
    font-size: 13px;
    line-height: 56px;
    font-family: 'Montserrat', '微軟正黑體', sans-serif;
}

.news-list li .box:hover .more {
    color: #fff;
    transition: all .3s ease;
}

.news-list li .box .more::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #4B9881;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s ease;
    z-index: -1;
}

.news-list li .box:hover .more::after {
    -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*------------ service ------------*/

.service-sect {
    position: relative;
    padding: 80px 0;
}

.service-sect::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 1px;
    height: 52px;
    background: rgba(70, 153, 127,0.4);
}

.service-sect .container {
    max-width: 1470px;
    margin: 0 auto;
}

.service-sect .title {
    text-align: center;
}

.service-sect .editor {
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
}

/*------------ rwd ------------*/

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1100px) {
    .about-sect {
        padding: 50px 0;
    }
    /* basic */
    .title span {
        font-size: 25px;
        line-height: 1;
        padding: 0 0 5px;
    }
    .title span::before,
    .news-sect .title span::before{
        top: 0;
        right: 102%;
        background-size: 70%;
        background-position: 100% 0%;
    }
    .news-sect {
        padding: 50px 0 78px;
    }
    .service-sect {
        padding: 50px 0;
    }
    .service-sect::before {
        display: none;
    }
    .news-sect::before{
        height: 20px;
    }
    .news-sect::after{
        height: 20px;
    }
    .service-sect::after{
        height: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .news-list li {
        padding: 0;
        width: 100%;
    }
    .news-list li+li {
        margin-top: 130px;
    }
    .about-sect::after {
        display: none;
    }
    .news-list .date{
        margin: -40px 0 0 -37.5px;
        font-size: 14px;
    }
    .news-list .date .circle b {
        font-size: 32px;
    }
    .news-list .date .circle span{
        width: 75px;
        height: 75px;
        font-size: 14px;
        padding: 11px 0 0 0;
    }
    .news-list li .box:before {
        top: -50px;
        height: 50px;
        width: 100px;
        margin: 0 0 0 -50px;
    }
    .news-list li .box {
        padding: 60px 30px 0;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-arrow {
        width: 35px;
        height: 35px;
        line-height: 35px;
        left: 0;
        top: 50%;
        margin: -17px 0 0 0;
    }
    .banner .slick-arrow:before {
        font-size: 20px;
        margin: 8px 0px;
    }
    .banner .slick-next {
        left: auto;
        right: 0;
    }
    .banner .slick-dots {
        bottom: 0;
    }
    body .fancybox-nav span {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }
    .photo-pager {
        float: none;
        margin: 0 0 10px;
    }
    body .fancybox-opened .fancybox-title {
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-dots button{
        width: 5px;
        height: 5px;
    }
    .banner .slick-dots {
        bottom: -8px;
    }
}