/* --Start banner--------------- */
.section-banner {
    position: relative;
    height: 25vh;
    background: url(../img/case/banner.webp) no-repeat right center/ cover scroll;
    margin-top: 83px;
}

@media (min-width: 1200px) {
    .section-banner {
        margin-top: 134px;

    }
}

.section-banner .item {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    width: 65%;
    display: block;
    transform: translateY(-50%);
}

.section-banner .item img {
    width: 400px;
    display: none;
}

.section-banner .item h2 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.5;
    padding-left: 0px;
    position: relative;
    margin: 0;
    text-align: left;
}


@media (min-width: 992px) {
    .section-banner .item h2 {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .section-banner {
        height: 30vh;
    }

    .section-banner .item {
        width: auto;
        display: block;
        top: 50%;
        left: auto;
    }
}

@media (min-width: 1400px) {
    .section-banner .item {
        left: auto;
    }
}

/* --End banner--------------- */
/* --Start case--------------- */
.section-case {
    padding: 40px 0;
}

.section-case p {
    text-align: center;
    color: #333;
    padding-bottom: 50px;
}

.section-case .item {
    position: relative;
    height: 100%;
    display: block;
    transition: all 0.2s ease-in-out;
}

.section-case .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 150%;
    overflow: hidden;
    border-radius: 15px;
}


.section-case .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out;

}


.section-case .item:hover img {
    transform: scale(1.05);
}

.section-case .item h2 {
    font-size: 16px;
    color: #2E60AD;
    font-family: 'Noto Sans CJK TC';
    z-index: 1;
    text-align: center;
    padding: 10px 10px 10px;
}

.section-case-contact {
    padding: 200px 0 50px;
    background: url(../img/case/contact-bg.webp) no-repeat center top/ cover scroll;
}

.section-case-contact {
    padding-top: 200px;
}

.section-case-contact h3 {
    font-size: 20px;
    color: #fff;
}

.section-case-contact a {
    font-size: 16px;
    display: block;
    text-align: center;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.section-case-contact a:hover {
    color: #fff;

}

.section-case-contact a i {
    font-size: 24px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    margin-right: 10px;
}

.section-case-contact .more-link i {
    margin-left: 10px;
}

.section-case-contact .more-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
    background: #2E60AD;
    font-size: 16px;
    border-radius: 50px;
    padding: 10px 40px;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
}

.section-case-contact .more-link:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #2E60AD;
}

.section-case-contact .more-link:hover i {
    color: #2E60AD;
}

@media (min-width: 768px) {
    .section-case-contact {
        padding-top: 300px;
    }
}

@media (min-width: 1200px) {
    .section-case-contact {
        padding: 300px 0 100px;
    }

    .section-case {
        padding: 100px 0 0;
    }

    .section-case .item h2 {
        font-size: 18px;
    }

    .section-case-contact h3 {
        font-size: 24px;
    }

    .section-case-contact a {
        font-size: 20px;
    }
}

.section-news-content .title-item {
    position: relative;
    display: block;
    margin-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 30px;
}

    .section-news-content .title-item h2 {
        font-family: 'Noto Sans TC';
        font-weight: 500;
        color: #2B3066;
        font-size: 24px;
        text-shadow: 0 0.1rem 1rem rgba(255, 255, 255, 0.205);
        letter-spacing: 2px;
        margin-bottom: 10px;
        position: relative;
    }

.creator-item {
    border-top: 1px solid #dee2e6;
    padding-top: 30px;
    margin-top: 50px;
}

    .creator-item .creator-icon-item .title {
        margin-left: 20px;
        transition: all 0.2s ease-in-out;
    }

    .creator-item .creator-icon-item a {
        color: #787878;
        font-weight: bolder;
        margin-left: 20px;
        transition: all 0.2s ease-in-out;
    }

        .creator-item .creator-icon-item a:hover .title {
            color: #004989;
        }

    .creator-item .pic-item {
        position: relative;
        width: 90px;
        padding-bottom: 90px;
        overflow: hidden;
        border-radius: 100%;
    }

        .creator-item .pic-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .creator-item .creator-icon-item a {
        position: relative;
    }

        .creator-item .creator-icon-item a + a {
            margin-left: 10px;
        }


    .creator-item .creator-icon-item img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        transition: all 0.2s ease-in-out;
    }

        .creator-item .creator-icon-item img:nth-of-type(2) {
            visibility: hidden;
            opacity: 0;
        }

        .creator-item .creator-icon-item img:nth-of-type(1) {
            visibility: visible;
            opacity: 1;
        }

    .creator-item .creator-icon-item a:hover {
        color: #E0002E;
    }

        .creator-item .creator-icon-item a:hover img:nth-of-type(2) {
            visibility: visible;
            opacity: 1;
        }

        .creator-item .creator-icon-item a:hover img:nth-of-type(1) {
            visibility: hidden;
            opacity: 0;
        }

    .creator-item .text-item {
        padding: 10px 0;
        background: transparent;
    }

        .creator-item .text-item .content {
            padding: 15px 0;
        }

        .creator-item .text-item p {
            font-size: 15px;
            color: #666;
        }

.ck-content .media {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .ck-content .media iframe,
    .ck-content .media object,
    .ck-content .media embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ck-content .image.image_resized {
    display: inline-block;
}
/* --End content--------------- */
.ck-content img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

@media (min-width: 992px) {
    .ck-content img {
        width: auto;
    }
}
/* --End case--------------- */