.my-jumbo {
    background-color: #00377b;
    color: white;
}

.font-noto-medium {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
}

.font-noto-black {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
}

.font-muli-medium {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}

.font-muli-bold {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
}

.font-muli-black {
    font-family: 'Muli', sans-serif;
    font-weight: 900;
}

.alumni-detail {
    color: #00377b;
    font-weight: 700;
}

.box-detail {
    height: 0px;
    overflow: hidden;
}

.box-detail-show {
    height: auto;
}

.lp3i-color {
    color: #00377b;
}

.bg-lp3i-gradient {
    background-color: #00377b;
    background-image: linear-gradient(0deg, #00377b 10%, #006aec 100%);
    background-size: cover;
}