@import url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250701074450/https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap');

* {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

body {
    background-color: #FFF;
    background-image: unset;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

a {
    color: #1A1B1E;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #4A5565;
    }

    a:active {
        text-decoration: none;
        color: #4A5565;
    }

hr {
    color: #B2B2B2;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.multiline-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tripleline-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.rounded-9 {
    border-radius: .9rem !important;
}

.fs--1 {
    font-size: 0.8rem;
}

.fc-white {
    color: #FFF;
}

.fc-gray {
    color: #C9C9C9;
}

.fc-purple {
    color: #2229B5;
}

.fc-ored {
    color: #F56962;
}

.fc-blue {
    color: #7BB8E0;
}

.fc-darkblue {
    color: #183650;
}

.fc-yellow {
    color: #F9D440;
}

.fc-red {
    color: red;
}

.fc-orange {
    color: #ED6F30;
}

.fc-green {
    color: #2DA7A4;
}

.bg-grayblue {
    background-color: #D9E3EC;
}

.bg-green {
    background-color: #2DA7A4;
}

.bg-gray {
    background-color: #DDD;
}

.bg-yellow {
    background-color: #FFF9E1;
}

.bg-transparent {
    background-color: transparent;
}

.bg-lightblue {
    background-color: #EAF6FA;
}


.btn-primary {
    color: #FFF;
    background-color: #ED6F30;
    border-color: #ED6F30;
}

    .btn-primary:hover {
        color: #FFF;
        background-color: #af3e06;
        border-color: #af3e06;
    }

.btn-outline-primary {
    color: #ED6F30;
    border-color: #ED6F30;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #d34b07;
        border-color: #d34b07;
    }

.btn-success {
    color: #FFF;
    background-color: #2DA7A4;
    border-color: #2DA7A4;
}

    .btn-success:hover {
        color: #FFF;
        background-color: #227e7c;
        border-color: #227e7c;
    }

.btn-outline-light {
    color: #000000;
    border-color: #279DEC;
    background-color: #EFF9FF;
}

    .btn-outline-light:hover {
        color: #FFF;
        background-color: #279DEC;
    }

/*modal*/
.modal-header {
    background-color: #E56353;
}

    .modal-header .modal-title {
        color: #FFF;
    }

    .modal-header .btn-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    }

.nw-linkbox {
    list-style: none;
    display: flex;
    justify-content: center;
}

    .nw-linkbox li a {
        color: #0153B1;
    }

    .nw-linkbox li::after {
        content: "|";
        color: #A8A8A8;
        position: relative;
        margin-left: 6px;
        margin-right: 6px;
    }

    .nw-linkbox li:nth-last-child(1)::after {
        content: none;
    }


/*========================*/
/*========= 首頁  ========*/
/*========================*/

/*===== Header =====*/

#myHeader {
    position: fixed;
    top: 0;
    transition: 0.3s;
    z-index: 999;
    background-color: #FFF;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.small-header {
    background: #FFEFE1;
    width: 100%;
    height: 30px;
}

.topLinks .slink {
    font-size: 0.85rem;
    color: #6D6D6D;
    text-decoration: none;
}

    .topLinks .slink::after {
        content: "|";
        color: #6D6D6D;
        margin-right: 8px;
        margin-left: 8px;
    }

    .topLinks .slink:nth-last-child(1)::after {
        content: "";
    }

    .topLinks .slink:hover {
        font-size: 0.95rem;
        color: #2b5c54;
        font-weight: 700;
        text-decoration: none;
    }

#navbarNav a {
    white-space: nowrap;
    font-size: 1.1rem;
    font-weight: 500;
    color: #4A5565;
    padding-bottom: 0;
    line-height: 3;
    border-bottom: 8px solid transparent;
}

    #navbarNav a:hover {
        border-bottom: 8px solid #1CA4FF;
    }

#navbarNav .nav-item:last-child a:hover {
    border-bottom: 8px solid transparent;
}

.topLinks .subscribe-btn {
    font-size: 0.95rem;
    text-decoration: none;
    color: #2DA7A4;
    font-weight: 700;
    background-color: #FFF;
    padding: 13.5px;
}

    .topLinks .subscribe-btn:hover {
        text-decoration: none;
        color: #FFF;
        background-color: #217c7a;
        font-weight: 700;
    }

#headernav {
    background-color: #FFF;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    #headernav {
        padding-left: 0;
        padding-right: 0;
    }
}

/*======= BANNER =======*/
.cus-my {
    margin-top: 130px;
    margin-bottom: 20px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    bottom: -20%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3rem;
    height: 7rem;
    background-color: #E56353;
}

.carousel-control-next {
    justify-content: flex-end;
}

.carousel-control-prev {
    justify-content: flex-start;
}

/*=====  index共用  =====*/

.section {
    z-index: 50;
    margin-top: 20px;
}

    .section.-first {
        margin-top: 0;
        background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250701074450/https://newcv101.gov.taipei/areas/frontend/assets/img/nw-sec01bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 100px 100px 100px 100px;
    }

    .section.-second {
        margin-top: 0;
        background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250701074450/https://newcv101.gov.taipei/areas/frontend/assets/img/nw-sec02bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 200px 100px 100px 100px;
        position: relative;
    }

.mascot {
    position: absolute;
    top: -15%;
    left: 36%;
}

.section.-third {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250701074450/https://newcv101.gov.taipei/areas/frontend/assets/img/nw-sec03bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0px 100px 120px 100px;
    min-height: unset;
}

.section-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250701074450/https://newcv101.gov.taipei/areas/frontend/assets/img/section-title-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 60px;
}

    .section-title .text {
        font-size: 3rem;
        display: flex;
        align-items: center;
    }

    .section-title .engText {
        color: #959595;
    }

/*===== back to top=====*/
#gotopbutton {
    display: inline-block;
    width: 40px;
    height: 65px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250701074450/https://newcv101.gov.taipei/areas/frontend/assets/img/nw-gotop.png) no-repeat center;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 2%;
    display: block;
    width: 80px;
    text-align: center;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #gotopbutton:hover {
        cursor: pointer;
        font-weight: 700;
    }

    #gotopbutton.show {
        opacity: 1;
        visibility: visible;
    }

/*===== 2025雙北世界壯年運動會 =====*/

.bg-pink {
    background-color: #E56353;
}

.img-top {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 18px;
}

iframe, video {
    border-radius: 18px;
}

.nw-ipt-info {
    background-color: transparent;
}

    .nw-ipt-info .card-header {
        padding: 20px 30px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .nw-ipt-info .card-body {
        background-color: #FFF;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        padding: 30px;
    }

    .nw-ipt-info .card-title {
        font-size: 1.3rem;
        font-weight: bold;
        margin-top: 15px;
    }

    .nw-ipt-info .card-ipttag {
        background-color: #FFED00;
        color: #2A2A2A;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        border-radius: 14px;
        padding: 3px 15px;
    }

    .nw-ipt-info .list-group-item {
        border: 0;
        line-height: 2.2rem;
        border-bottom: 1px solid #E8E8E8;
    }

    .nw-ipt-info .date {
        white-space: nowrap;
    }

.nw-cus-height {
    min-height: 440px;
}

/*=====  訊息公告 =====*/

.nw-leftBox {
    border-radius: 15px;
    padding: 25px 15px 30px 15px;
    background-color: #FFF;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.nw-rightBox {
    border-radius: 15px;
    padding: 15px 15px 15px 15px;
    background-color: #FFF;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.nw-leftBox .titlePNG {
    position: absolute;
    top: -50px;
    left: 0;
}

.nw-leftBox .list-group-item {
    border: 0;
    line-height: 2.2rem;
    border-bottom: 1px solid #E8E8E8;
}

.card-tag {
    font-size: 0.9rem;
    color: #1A1311;
    background-color: #E6E6E6;
    border-radius: 8px;
    padding: 0px 10px;
    margin-right: 10px;
    white-space: nowrap;
}

.iconBox {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250701074450/https://newcv101.gov.taipei/areas/frontend/assets/img/icon/news.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 50px;
    min-height: 50px;
}

.list-group-item a:hover .iconBox {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250701074450/https://newcv101.gov.taipei/areas/frontend/assets/img/icon/news-hover.png);
}

.list-group-item a:hover .title {
    color: #9B5416;
}

.nw-rightBox #nw-msg-tab {
    position: absolute;
    top: -4%;
    left: 0;
}

#nw-msg-tab .nav-link {
    position: relative;
    display: block;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    background-color: #555555;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-right: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    #nw-msg-tab .nav-link.active,
    #nw-msg-tab .show > .nav-link {
        color: #464244;
        background-color: #FFFFFF;
        border-top: 4px solid #EF80AD;
    }

.nw-rightBox .list-group-item {
    border: 0;
    line-height: 2.25rem;
    border-bottom: 1px solid #E8E8E8;
}


#nw-tab-owl .card {
    margin-top: 8px;
    border-radius: 15px;
    border: 3px solid #ECECEC;
    padding: 10px;
    margin-bottom: 8px;
}

#nw-tab-owl a:hover .card {
    border: 3px solid #FFEEDF;
}

#nw-tab-owl .card-quota {
    background-color: #F0F0F0;
    border-radius: 10px;
    padding: 8px 10px;
    color: #00398A;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

    #nw-tab-owl .card-quota .amount {
        color: #E77CA7;
        font-weight: 700;
        font-size: 1.2rem;
        display: inline-block;
    }

.nw-leftBox .list-group-item .title,
.nw-rightBox .list-group-item .title,
.nw-ipt-info .list-group-item .title {
    width: 100%
}

.nw-leftBox .list-group-item div.d-flex,
.nw-rightBox .list-group-item div.d-flex,
.nw-ipt-info .list-group-item div.d-flex {
    width: calc(100% - 30px);
}

/*======  活動集錦  ======*/

.content-block {
    border-radius: 15px;
    padding: 20px 40px;
    background-color: #FFF;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#nw-activity-owl .item,
#nw-video-owl .item {
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}


    #nw-activity-owl .item .card,
    #nw-video-owl .item .card {
        border: 0;
        border-radius: 8px;
        box-shadow: unset;
        padding: 0;
        background-color: transparent;
    }

    #nw-activity-owl .item .card-title,
    #nw-video-owl .item .card-title {
        color: #6C7582;
        font-size: 1.2rem;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #nw-activity-owl .item .card-body,
    #nw-video-owl .item .card-body {
        position: relative;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 30px;
        border-bottom-left-radius: 30px;
        background-color: #F8F8F8;
    }

    #nw-activity-owl .item .card-text,
    #nw-video-owl .item .card-text {
        color: #6C7582;
    }

    #nw-activity-owl .item .card-date,
    #nw-video-owl .item .card-date {
        color: #747474;
        font-size: 0.9rem;
        margin-top: 25px;
    }

    #nw-activity-owl .item .card-tag,
    #nw-video-owl .item .card-tag {
        position: absolute;
        right: 0;
        top: -15%;
        font-size: 1rem;
        padding: 4px 24px;
        border-radius: 12px 2px 12px 2px;
        color: #FFF;
        background-color: #E56353;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	    white-space: normal;
    }

#nw-activity-owl .owl-dots .owl-dot span,
#nw-video-owl .owl-dots .owl-dot span {
    width: 30px;
    height: 7px;
    margin: 5px 7px;
    background: #E5E5E5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#nw-activity-owl .owl-dots .owl-dot:hover span,
#nw-video-owl .owl-dots .owl-dot:hover span {
    background-color: #8F959F;
}

#nw-activity-owl .owl-dots .owl-dot.active span,
#nw-video-owl .owl-dots .owl-dot.active span {
    background-color: #8F959F;
    width: 45px;
}

#nw-activity-owl .card .cus-image {
    width: 260px;
    height: 150px;
    object-fit: cover;
    border-radius: 18px;
}

/*======  Footer  ======*/

.footer-above {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250701074450/https://newcv101.gov.taipei/areas/frontend/assets/img/nw-footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 250px;
    position: relative;
    padding-bottom: 30px;
    background-color: unset;
}

    .footer-above .slink {
        color: #4A5565;
    }

        .footer-above .slink::after {
            content: "　|　";
            color: #AAA;
        }

        .footer-above .slink:nth-last-child(1)::after {
            content: "";
            margin-right: 15px;
        }

    .footer-above .f-title {
        color: #FFF;
        font-size: 1.4rem;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .footer-above .f-title::after {
            content: "";
            border-bottom: 1px solid #c5c5c5;
            display: block;
            width: 30px;
            margin-top: 10px;
        }

    .footer-above .f-link {
        color: #FFF;
        text-align: left;
    }

        .footer-above .f-link:hover {
            text-decoration: underline;
        }

    .footer-above .slink {
        color: #5E9EC8;
        white-space: nowrap;
    }

        .footer-above .slink:hover {
            text-decoration: underline;
        }

.infoBox {
    color: #4A5565;
    font-size: 0.9rem;
}

.footer-text span {
    margin-right: 15px;
    white-space: nowrap;
}

.leadBox {
    position: absolute;
    top: -15%;
    width: 70%;
    background-color: #D15F54;
    border-radius: 65px;
    color: #FFF;
    padding: 1rem 1rem;
}

.footer-below {
    background-color: #F2F2F2;
}


/*========================*/
/*===== index - RWD  =====*/
/*========================*/

/* laptop */
@media (max-width: 1440px) {
}

/* laptop */
@media (max-width: 1366px) {

    .leadBox {
        width: 82%;
    }

    #nw-activity-owl .card .cus-image {
        width: 195px;
        height: 120px;
    }
}

@media (max-width: 1280px) {

    .topLinks .slink::after {
        margin-right: 5px;
        margin-left: 5px;
    }

    #navbarNav .nav-item img {
        max-width: 120px;
    }

    .leadBox {
        width: 85%;
        top: -15%;
        padding: 0;
    }

    .nw-cus-height {
        min-height: auto
    }
}

@media (max-width: 1024px) {

    #navbarNav a {
        font-size: 1rem;
    }

    .mascot {
        position: absolute;
        top: -15%;
        left: 30%;
    }

    .cus-my {
        margin-top: 65px;
        margin-bottom: 20px;
    }

    .section.-second {
        padding: 200px 30px 100px 30px;
    }

    .section.-third {
        padding: 0px 30px 100px 30px;
    }

    .leadBox {
        width: 97%;
        top: -10%;
        padding: 20px;
    }

    .footer-above {
        padding-top: 420px;
    }

    #nw-activity-owl .item .card-tag,
    #nw-video-owl .item .card-tag {
        font-size: 0.9rem;
        padding: 5px 5px;
    }
}

/* tablets */
@media (max-width: 992px) {
    #navbarNav a {
        padding: .5rem 1rem;
        line-height: 1.5;
        border-bottom: 0;
    }

        #navbarNav a:hover {
            border-bottom: 0;
        }

    #navbarNav .nav-item:last-child a:hover {
        border-bottom: 0;
    }

    .section.-first {
        background-image: unset;
        background-color: #F3FAFF;
        padding: 0;
    }

    .footer-above .f-link {
        text-align: center;
    }

    .footer-above .f-title::after {
        margin-left: 43%;
    }

    .mascot {
        position: absolute;
        top: -2%;
        left: 26%;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 2rem;
        height: 4rem;
    }

    footer {
        background: unset;
        background-color: unset;
    }
}

@media (max-width: 768px) {

    #navbarNav a {
        font-size: 1.1rem;
    }

    #navbarNav .nav-item img {
        max-width: 165px;
    }

    .leadBox {
        width: 90%;
        top: -15%;
        padding: 20px;
    }

    .footer-above .f-title {
        text-align: center;
    }

    .footer-above {
        padding-top: 300px;
    }

    .bannner-box {
        padding-top: 5rem;
        padding-bottom: 2rem;
    }

    #nw-activity-owl .item .card-tag,
    #nw-video-owl .item .card-tag {
        font-size: 0.9rem;
        padding: 5px 5px;
    }
}


/* phones */
@media (max-width: 576px) {

    .section.-second {
        padding: 30px 10px 30px 10px;
    }

    .section.-third {
        padding: 30px 10px 30px 10px;
    }

    .navbar-brand img {
        width: 75%;
    }

    .section-title {
        height: 80px;
        background-position: bottom;
    }

        .section-title .text {
            font-size: 1.8rem;
        }

    .footer div {
        max-width: 85%;
    }

    .footer-above {
        padding-top: 520px;
    }

        .footer-above .f-title {
            font-size: 1.1rem;
            font-weight: 700;
        }

    #navbarNav .topLinks.-inpnmode a {
        font-size: 1rem;
    }

    .leadBox {
        width: 90%;
        top: 0%;
        padding: 20px;
    }

    .mascot {
        position: absolute;
        top: -5%;
        left: 25%;
        width: 50%;
        z-index: 999;
    }

    .nw-ipt-info .card-body {
        padding: 20px;
    }

    .cus-my {
        margin-top: 100px;
        margin-bottom: 20px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 1rem;
        height: 3rem;
    }

    .carousel-control-next,
    .carousel-control-prev {
        bottom: -40%;
    }

    .section-title .custom {
        font-size: 1.62rem;
    }

    .section-title .engText.custom {
        font-size: 0.8rem;
    }

    .img-top {
        height: auto;
        width: 100%;
    }

    #nw-activity-owl .card .cus-image {
        width: 100%;
        height: 180px;
    }

    footer {
        background: unset;
        background-color: unset;
    }
}


/*===========================*/
/*===== index - RWD  END=====*/
/*===========================*/


/*vnstyle*/
.title {
    font-weight: bold;
}

.btn-success {
    background-color: #329F38;
}

.card {
    border: none;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    padding: 16px;
}

.btn-blue {
    background-color: #00405C;
    color: #FFF;
}

    .btn-blue:hover {
        color: #FFF;
        background-color: #002d40;
    }

.border-radius-12 {
    border-radius: 12px;
}

.btn {
    font-size: 1.05rem;
}

.text-blue {
    color: #00398A;
}

.btn-secondary {
    background-color: #4A5464;
}

.page-link {
    border-color: #DEE2E6;
    color: #153656;
}

.page-item.active .page-link {
    background-color: #191210;
    color: #FFF;
    border-color: #191210;
}

.page-item.disabled .page-link {
    color: #CFCFCF;
}

.page-link:hover {
    color: #153656;
}

.text-info {
    color: #0099d1 !important;
}

.nav-pills.style01 .nav-item .nav-link {
    position: relative;
    border-radius: 15px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    width: 85%;
    background-color: #FFF;
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #4A4A4A;
    border: 1.5px solid #7BB8E0;
}

    .nav-pills.style01 .nav-item .nav-link.active::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 19px 11px 0 11px;
        position: absolute;
        bottom: -19px;
        left: 50%;
        transform: translateX(-50%);
    }

    .nav-pills.style01 .nav-item .nav-link::before {
        content: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250701074450/https://newcv101.gov.taipei/areas/frontend/assets/img/icon01.png');
        width: 70px;
        height: 70px;
        position: absolute;
        left: -40px;
        top: -25%;
    }

.nav-pills.style01 .nav-item:nth-child(5n+1) .nav-link {
    border-color: #52BA4D transparent transparent transparent;
    background-color: #FFF;
    border-color: #52BA4D;
    color: #4A4A4A;
}

    .nav-pills.style01 .nav-item:nth-child(5n+1) .nav-link.active {
        background-color: #52BA4D;
        border-color: #52BA4D;
        color: #FFF;
    }

.nav-pills.style01 .nav-item:nth-child(5n+2) .nav-link::before {
    content: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250701074450/https://newcv101.gov.taipei/areas/frontend/assets/img/icon02.png');
}

.nav-pills.style01 .nav-item:nth-child(5n+2) .nav-link {
    border-color: #ED5D3B transparent transparent transparent;
    background-color: #FFF;
    border-color: #ED5D3B;
    color: #4A4A4A;
}

    .nav-pills.style01 .nav-item:nth-child(5n+2) .nav-link.active {
        background-color: #ED5D3B;
        border-color: #ED5D3B;
        color: #FFF;
    }

        .nav-pills.style01 .nav-item:nth-child(5n+2) .nav-link.active::after {
            border-color: #EE623E transparent transparent transparent;
        }

.nav-pills.style01 .nav-item:nth-child(5n+3) .nav-link::before {
    content: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250701074450/https://newcv101.gov.taipei/areas/frontend/assets/img/icon03.png');
}

.nav-pills.style01 .nav-item:nth-child(5n+3) .nav-link {
    border-color: #EEA93E transparent transparent transparent;
    background-color: #FFF;
    border-color: #EEA93E;
    color: #4A4A4A;
}

    .nav-pills.style01 .nav-item:nth-child(5n+3) .nav-link.active {
        background-color: #EEA93E;
        border-color: #EEA93E;
        color: #FFF;
    }

        .nav-pills.style01 .nav-item:nth-child(5n+3) .nav-link.active::after {
            border-color: #EEA93E transparent transparent transparent;
        }

.nav-pills.style01 .nav-item:nth-child(5n+4) .nav-link::before {
    content: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250701074450/https://newcv101.gov.taipei/areas/frontend/assets/img/icon04.png');
}

.nav-pills.style01 .nav-item:nth-child(5n+4) .nav-link {
    border-color: #003889 transparent transparent transparent;
    background-color: #FFF;
    border-color: #003889;
    color: #4A4A4A;
}

    .nav-pills.style01 .nav-item:nth-child(5n+4) .nav-link.active {
        background-color: #003889;
        border-color: #003889;
        color: #FFF;
    }

        .nav-pills.style01 .nav-item:nth-child(5n+4) .nav-link.active::after {
            border-color: #003889 transparent transparent transparent;
        }

.nav-pills.style01 .nav-item:nth-child(5n+5) .nav-link::before {
    content: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250701074450/https://newcv101.gov.taipei/areas/frontend/assets/img/icon05.png');
}

.nav-pills.style01 .nav-item:nth-child(5n+5) .nav-link {
    border-color: #575656 transparent transparent transparent;
    background-color: #FFF;
    border-color: #575656;
    color: #4A4A4A;
}

    .nav-pills.style01 .nav-item:nth-child(5n+5) .nav-link.active {
        background-color: #575656;
        border-color: #575656;
        color: #FFF;
    }

        .nav-pills.style01 .nav-item:nth-child(5n+5) .nav-link.active::after {
            border-color: #575656 transparent transparent transparent;
        }





/*
     FILE ARCHIVED ON 7:44:50 七月 1, 2025 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 11:37:57 五月 24, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
