/* 內頁_start */

.flow-chart-container .card-item{
    padding: 30px;
    border-radius: 1rem;
    background: linear-gradient(45deg, #FAFAFA, #EFEFEF);
}

.num-box{
    font-size: 20px;
    color: var(--white-color-100);
    background: linear-gradient(45deg, #0099FF, #005C99);
    padding: 15px;
    line-height: 1;
    text-align: center;
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
}

.breadcrumbActive{
    color: var(--primary-color-100);
}

.n3-banner-container{
    position: relative;
    z-index: 9;
}

.n3-banner-container::after{
    position: absolute;
    content: '';
    width: 100%;
    background-color: var(--gray-color-200);
    height: 30%;
    bottom: 0;
    left: 0;
}


/* 內頁_end */

@media only screen and (max-width: 1499px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {
    .n3-banner-container::after{
        display: none;
    }
}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}