.team_content .container {
    max-width: 1000px;
}
.desc_contnet .container{
    max-width: 1000px;
}

.team_content .cont_title_ch {
    font-size: 36px;
}

.team_content {
    padding: 30px 0 80px 0;
}

.knowledge_content_list_text h2 {
    font-size: 25px;
}

.knowledge_content_list_text p {
    color: #fff;
}

/* 卡片網格 */
.service-card {
    position: relative;
}
/* 卡片 hover 變化 */
.service-card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: 0.6s;
    z-index: 0;
    background-color: #3d0082;
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
    background: linear-gradient(135deg,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.service-card:hover {
    box-shadow: 0.063rem 0.063rem 1.25rem 0.375rem rgba(0, 0, 0, 0.13);
}

.service-card:nth-child(1)::before {
    bottom: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
    border-radius: 8px 0 0 0;
}

.service-card:nth-child(2)::before {
    bottom: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
    border-radius: 0 8px 0 0;
}

.service-card:nth-child(3)::before {
    top: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
    border-radius: 0 0 0 8px;
}

.service-card:nth-child(4)::before {
    top: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%);
    border-radius: 0 0 8px 0;
}

.service-card p {
    transition: 0.8s;
}

.service-card:hover::before {
    clip-path: circle(110vw at 100% 100%);
}

.service-card:hover p {
    color: #fff;
}

.circle {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.service-card {
    height: 280px;
    background-color: #242c3d;
/* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#5ba3c6+0,1c7acc+100 */
background: linear-gradient(135deg,  rgba(91,163,198,1) 0%,rgba(28,122,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.service-card:nth-child(1) {
    bottom: 8px;
    right: 0;
    left: -8px;
    border-radius: 8px 0 0 0;
}


.service-card:nth-child(2) {
    bottom: 8px;
    left: 8px;
    border-radius: 0 8px 0 0;
}

.service-card:nth-child(3) {
    top: 8px;
    right: 0;
    left: -8px;
    border-radius: 0 0 0 8px;
}

.service-card:nth-child(4) {
    top: 8px;
    right: 0;
    left: 8px;
    border-radius: 0 0 8px 0;
}

.service-card:nth-child(1) .knowledge_content_list_text {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 55%;
}

.service-card:nth-child(2) .knowledge_content_list_text {
    position: absolute;
    top: 20px;
    right: 20px;
    /*     left: 20%; */
    margin: auto;
    /*     max-width: 55%; */
}

.service-card:nth-child(3) .knowledge_content_list_text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 55%;
}

.service-card:nth-child(4) .knowledge_content_list_text {
    position: absolute;
    bottom: 20px;
    right: 20px;
    /*     left: 20%; */
    margin: auto;
    /*     max-width: 55%; */
}

.service-card:nth-child(1) .circle {
    background-image: url(../images/index/knowledge_list1.jpg);
    background-position: right 30px;
    background-size: contain;
    bottom: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
}

.service-card:nth-child(2) .circle {
    background-image: url(../images/index/knowledge_list2.jpg);
    background-position: left top;
    background-size: contain;
    bottom: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
}

.service-card:nth-child(3) .circle {
    background-image: url(../images/index/knowledge_list3.jpg);
    background-position: right -40px;
    background-size: contain;
    top: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
}

.service-card:nth-child(4) .circle {
    background-image: url(../images/index/knowledge_list4.jpg);
    background-position: -10px -30px;
    background-size: contain;
    top: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%);
}

/* 響應式裝置========== */
@media (min-width: 1024px) {
    .lg\:pl-48 {
        padding-left: 13.5rem;
    }
}

@media (max-width: 1024px) {
    .lg\:pl-48 {
        padding-left: 12rem;
    }
}


@media only screen and (min-width : 992px) {
    .service-card .knowledge_content_list_text {
        height: 130px;
    }
}

@media only screen and (max-width : 1366px) {
    .service-card {
        padding-left: 15px !important;
        padding-right: 15px !important;
        height: 250px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .service-card {
        height: 270px;
    }

    .lg\:pl-48 {
        padding-left: 10rem;
    }
}

@media (max-width: 767px) {
    .service-card {
        height: 300px;
    }

    .lg\:pl-48 {
        padding-left: 5rem;
    }

    .service-card:nth-child(1) .knowledge_content_list_text {
        top: 20px;
    }

    .service-card:nth-child(2) .knowledge_content_list_text {
        top: 20px;
    }

    .service-card:nth-child(3) .knowledge_content_list_text {
        bottom: 20px;
    }

    .service-card:nth-child(4) .knowledge_content_list_text {
        bottom: 20px;
    }
}

@media (max-width: 640px) {
    .service-card {
        height: 380px;
    }

    .knowledge_content_list_text h2 {
        font-size: 20px;
    }

    .knowledge_content_list_text p {
        font-size: 18px;
    }

    .lg\:pl-48 {
        padding-left: 0;
    }

    .service-card:nth-child(1) .knowledge_content_list_text {
        position: absolute;
        top: 20px;
        left: 15px;
        max-width: 80%;
    }

    .service-card:nth-child(2) .knowledge_content_list_text {
        position: absolute;
        top: 20px;
        left: 15px;
        margin: auto;
        max-width: 80%;
    }

    .service-card:nth-child(3) .knowledge_content_list_text {
        position: absolute;
        top: 160px;
        left: 15px;
        max-width: 80%;
    }

    .service-card:nth-child(4) .knowledge_content_list_text {
        position: absolute;
        top: 160px;
        left: 15px;
        margin: auto;
        max-width: 80%;
    }

    .service-card:nth-child(1) {
        bottom: 4px;
        right: 0;
        left: -4px;
        border-radius: 8px 0 0 0;
    }

    .service-card:nth-child(2) {
        bottom: 4px;
        left: 4px;
        border-radius: 0 8px 0 0;
    }

    .service-card:nth-child(3) {
        top: 4px;
        right: 0;
        left: -4px;
        border-radius: 0 0 0 8px;
    }

    .service-card:nth-child(4) {
        top: 4px;
        right: 0;
        left: 4px;
        border-radius: 0 0 8px 0;
    }

    .service-card:nth-child(1) .circle {
        background-position: right bottom;
        background-size: 85%;
        background-repeat: no-repeat;
    }

    .service-card:nth-child(2) .circle {
        background-position: left bottom;
        background-size: 85%;
        background-repeat: no-repeat;
    }

    .service-card:nth-child(3) .circle {
        background-position: right top;
        background-size: 85%;
        background-repeat: no-repeat;
    }

    .service-card:nth-child(4) .circle {
        background-position: left top;
        background-size: 100%;
        background-repeat: no-repeat;
    }
}

/* ==========響應式裝置 */