.navbar-nav .nav-item:nth-child(1) {
    background: #cfbbad;
}

body {
    font-family: 'Noto Serif TC', serif;
    background-color: #ecebe7;
    color: #4d4d4d;
}

section {
    padding: 6%;

}

.text p span {
    display: block;
}

.page01 {
    padding-top: 20%;
    min-height: 100vh;
}


.titleBox {
    letter-spacing: 2px;
    line-height: 1.3;
}


.page01 .titleBox::after {
    content: '';
    display: block;
    width: 9rem;
    height: 3px;
    margin-top: 2rem;
    background-color: #ff0000;
}

.page01 .Txt .text p {
    line-height: 1.8;
}

.page01 .Txt .text {
    margin-bottom: 5rem;
}

.morelLink{
    margin-left: 10%;
}
.page02 {
    overflow: hidden;
    padding-bottom: 10%;
}


.page02 .titleBox::after {
    content: '';
    display: block;
    width: 5rem;
    height: 3px;
    margin: 1.5rem auto;
    background-color: #ff0000;
}

.page02 .year {
    padding-bottom: 3rem;
}

.page02 .year::before {
    content: '';

    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #ecebe7;
    box-shadow: 0 0 10px rgb(255, 255, 255);
    z-index: 10;
}

.page02 .year::after {
    content: '';
    width: 110%;
    height: 3px;
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgb(255, 255, 255);


}

@media (min-width:1366px) {
    section {
        padding: 4%;
    }

    .page01 .Txt .text p {
        line-height: 1.8;
        font-size: 1.5rem;
    }

}

@media (max-width:991px) {
    .page02 h3 span {
        display: block;
    }

    section {
        padding: 15% 0;
    }

    .page01 {
        min-height: auto;
        padding-top: 30%;
        padding-bottom: 30%;
    }

    .page01 .Txt .text p {
        font-size: 1rem;
    }

    .page01 .Txt .text p span {
        display: inline;
    }



    .yearList .item {
        margin-bottom: 3rem;
    }

    .yearList h4 {
        font-size: 1rem;
    }

    .yearList .titleBox {
        font-size: calc(1.3rem + .6vw);
    }
}