body {
    overflow: hidden;
    font-family: 'Noto Sans TC', 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 700;
    color: #555555;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1rem;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden;
}

p, li {
    font-size: 1.1rem;
}

/* 针对IE10及以下版本 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    body {
        overflow: hidden;
        -ms-overflow-style: none;
    }
}

.btn:focus,
.btn-close:focus {
    box-shadow: none;
}

a:hover,
a:click,
a:visited,
a:focus {
    border: none;
    outline: none;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: white;
}

.form-check-input:focus,
.form-control:focus {
    border: 1px solid rgba(0, 0, 0, .25);
    outline: none;
    box-shadow: none;
}

.text-justify {
    text-align: justify;
}

/* Back to Top Button */
#gotoSignUp {
    text-decoration: none;
    color: white;
    background-color: #72a7d4;
    width: 50px;
    height: 120px;
    padding: 15px 0;
    text-align: center;
    border-radius: 25px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1020;
}

#gotoSignUp:hover {
    background-color: #fb8f08;
}

#gotoSignUp.show {
    opacity: 1;
    visibility: visible;
}

#backtotop {
    display: inline-block;
    background-color: #28a6e3;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 1;
    visibility: hidden;
    z-index: 1020;
}

#backtotop i {
    line-height: 50px;
    color: #FFFFFF;
}

#backtotop.show:hover {
    opacity: .7;
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
}

/* Header CSS */

header .topnav ul li a {
    font-family: 'Noto Sans TC', 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
}

header .nav-item {
    position: relative;
}

.new-mark {
    color: red;
    font-size: .8rem;
    font-weight: 900;
    position: absolute;
    top: -.25rem;
    left: 0rem;
}

.facebook {
    color: #3B5998;
}

.facebook:hover {
    color: #3A4987;
}

.line {
    color: #06C755;
}

.line:hover {
    color: #06B446;
}

.ig {
    color: #dd307d;
}

.ig:hover {
    color: #d32d77;
}

.mobile-menu {
    color: #5d5257;
    text-decoration: none;
}

.mobile-menu:hover {
    color: #5d5257;
}

.mobile-menu:focus,
.mobile-menu:focus-within {
    box-shadow: none;
}

.bg-linear {
    /* background-image: url('../images/backdrop.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    /* background-color: #fdeee7; */
    background-color: #f7f3ec;
}

.bg-blue {
    background: #E2F3FF;
}

.bg-pink {
    background: #FFE2E2;
}

.title-color {
    font-weight: 900;
    color: #28a6e3 !important;
}

.title-color i:first-child {
    margin-right: 0.5rem;
}

.text-important {
    font-weight: 700;
    text-align: justify;
}

.text-default {
    color: #555 !important;
    font-weight: 900;
}

.text-orange {
    color: #ec5413;
    font-weight: 900;
}

.text-pink {
    color: #EA85A6;
    font-weight: 500;
}

.btn-outline-blue {
    font-weight: 700;
    color: #28a6e3;
    border-color: #28a6e3;
}

.btn-outline-blue:hover {
    color: white;
    background-color: #28a6e3;
    border-color: #28a6e3;
}

.border-deep-blue {
    border: 1px solid #2B69A0;
}

.border-pink {
    border: 1px solid #EA85A6;
    border-radius: 5px;
    height: 100%;
}

.border-deep-green {
    border-color: #90b82a;
}

.btn-signup {
    font-weight: 700;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 1.5rem 0;
    color: white;
    background-color: #28a6e3;
    opacity: 1;
}

.btn-signup:hover {
    color: white;
    background-color: #28a6e3;
    opacity: .7;
}

.feature-card {
    background: #28a6e3;
    border-radius: 10px;
}

.feature-card p {
    background: white;
    border-radius: 8px;
    padding: 15px;
    color: #555;
    margin-top: 1rem;
}

.signup-border {
    border: 2px solid #28a6e3;
    border-radius: 10px;
    background-color: white;
}

.event-border {
    border: 2px solid #EA85A6;
    border-radius: 6px;
    background-color: white;
}

footer {
    font-family: 'Noto Sans TC', 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 400;
}

/* // */
.mainkv img {
    display: block;
    width: 100%;
    outline: none;
}

@keyframes fadeup {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* @media screen and (max-width:768px) {
    .mainkv {
        height: 100vw;
        background-image: url('../images/background_m.jpg');
    }
} */

#Purpose .lead {
    font-size: 1.75rem;
}

#Purpose p,
#Feature p {
    font-size: 1.1rem;
    text-align: justify;
}

#Feature p {
    margin-bottom: 0;
}

#Feature h4 {
    letter-spacing: 0;
    font-weight: 800;
}

.signup-border>ul {
    padding: 1.5rem;
    margin-bottom: 0;
}

.signup-border ol {
    padding-left: 1rem;
}

#SignUp ul .card {
    border: 1px solid #28A7E1;
}

#Info li {
    font-size: 1.25rem;
}

.btn-events {
    font-weight: 700;
    color: white !important;
    background: #28a6e3;
    opacity: 1;
}

.btn-events:hover {
    color: white !important;
    background: #28a6e3;
    opacity: 0.7;
}

#EventAsk h2,
#EventVote h2 {
    font-weight: 500;
    color: #2B69A0;
    display: block;
}

#EventAsk .row .sec-title,
#EventVote .row .sec-title {
    font-weight: 500;
    text-shadow:
        0.01rem 0.01rem 0.1rem #2B69A0,
        -0.01rem 0.01rem 0.1rem #2B69A0,
        0.01rem -0.01rem 0.1rem #2B69A0,
        -0.01rem -0.01rem 0.1rem #2B69A0,
        0.02rem 0.02rem 0.1rem #2B69A0,
        -0.02rem 0.02rem 0.1rem #2B69A0,
        0.02rem -0.02rem 0.1rem #2B69A0,
        -0.02rem -0.02rem 0.1rem #2B69A0,
        0.03rem 0.03rem 0.1rem #2B69A0,
        -0.03rem 0.03rem 0.1rem #2B69A0,
        0.03rem -0.03rem 0.1rem #2B69A0,
        -0.03rem -0.03rem 0.1rem #2B69A0,
        0.04rem 0.04rem 0.1rem #2B69A0,
        -0.04rem 0.04rem 0.1rem #2B69A0,
        0.04rem -0.04rem 0.1rem #2B69A0,
        -0.04rem -0.04rem 0.1rem #2B69A0,
        0.05rem 0.05rem 0.1rem #2B69A0,
        -0.05rem 0.05rem 0.1rem #2B69A0,
        0.05rem -0.05rem 0.1rem #2B69A0,
        -0.05rem -0.05rem 0.1rem #2B69A0,
        0.06rem 0.06rem 0.1rem #2B69A0,
        -0.06rem 0.06rem 0.1rem #2B69A0,
        0.06rem -0.06rem 0.1rem #2B69A0,
        -0.06rem -0.06rem 0.1rem #2B69A0,
        0.07rem 0.07rem 0.1rem #2B69A0,
        -0.07rem 0.07rem 0.1rem #2B69A0,
        0.07rem -0.07rem 0.1rem #2B69A0,
        -0.07rem -0.07rem 0.1rem #2B69A0,
        0.08rem 0.08rem 0.1rem #2B69A0,
        -0.08rem 0.08rem 0.1rem #2B69A0,
        0.08rem -0.08rem 0.1rem #2B69A0,
        -0.08rem -0.08rem 0.1rem #2B69A0,
        0.09rem 0.09rem 0.1rem #2B69A0,
        -0.09rem 0.09rem 0.1rem #2B69A0,
        0.09rem -0.09rem 0.1rem #2B69A0,
        -0.09rem -0.09rem 0.1rem #2B69A0,
        0.10rem 0.10rem 0.1rem #2B69A0,
        -0.10rem 0.10rem 0.1rem #2B69A0,
        0.10rem -0.10rem 0.1rem #2B69A0,
        -0.10rem -0.10rem 0.1rem #2B69A0,
        0.05rem 0.05rem 0.05rem #2B69A0;
    color: #FFFFFF;
}

#EventAsk .sub-title,
#EventVote .sub-title {
    font-size: 1.2rem;
    color: white;
    border-radius: 5px;
    padding: 0.25rem 0.5rem;
    background: #2B69A0;
}

#EventAsk .form-check-input:checked {
    background-color: #df9326;
    border-color: #df9326;
}

#UpcomingEvents .card {
    border: 1px solid #28a6e3;
}

#EventVote .nav-item {
    margin: .25rem;
}

#EventVote .nav-link {
    color: #2B69A0;
    border: 1px solid #2B69A0;
    border-radius: 2rem;
    background-color: white;
}

#EventVote .nav-pills .nav-link.active,
#EventVote .nav-pills .show>.nav-link {
    color: white;
    background-color: #2B69A0;
}

#EventVote .card {
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 0 0 .3rem rgba(0, 0, 0, .3);
}

#EventVote a {
    color: black;
    text-decoration: none;
}

#EventVote a:hover {
    color: black;
}

#EventVote .badge {
    font-size: .9rem;
}

.btn-vote,
.btn-vote-disabled {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: none;
    padding: 0 0.5rem 0.5rem 0;
}

.btn-vote-disabled i {
    color: #6c757d;
    border: 1px solid #6c757d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0.3rem;
}

.btn-vote-disabled span {
    color: #6c757d;
    font-size: .9rem;
    white-space: nowrap;
}

.btn-vote i {
    color: #df9326;
    border: 1px solid #df9326;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0.3rem;
}

.btn-vote span {
    color: #df9326;
    font-size: .9rem;
    white-space: nowrap;
}

.btn-vote i:hover,
.btn-vote i.active {
    color: white;
    background-color: #df9326;
    border: 1px solid #df9326;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0.3rem;
}

.btn-vote span:hover,
.btn-vote span.active {
    color: #df9326;
}

.badge-vote {
    color: white;
    background-color: #2B69A0;
}

.sponsor img {
    max-width: 100%;
}


.bg-green {
    background-color: rgba(144, 184, 42, 0.2);
}

#Article h2 {
    font-weight: 900;
    display: block;
}

#Article .sub-title {
    font-size: 1.2rem;
    color: white;
    border-radius: 5px;
    padding: 0.25rem 0.5rem;
    background: #90b82a;
}

.owl-stage {
    display: flex;
}

.item,
.card {
    height: 100%;
}

#Article .owl-prev {
    position: absolute;
    top: 36%;
    left: -3%;
    font-size: 3rem;
    opacity: .6;
    color: #28a6e3;
}

#Article .owl-next {
    position: absolute;
    top: 36%;
    right: -3%;
    font-size: 3rem;
    opacity: .6;
    color: #28a6e3;
}

#Article .owl-prev:hover,
#Article .owl-next:hover {
    opacity: 1;
    background-color: transparent;
}

#Article .owl-theme .owl-dots .owl-dot span {
    opacity: .6;
    background: #28a6e3;
}

#Article .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
}

#Article a {
    font-family: 'Noto Sans TC', 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: black;
}

#Article a:hover {
    color: black;
}

#Organizer h6,
#Directed h6,
#Partner h6,
#Partner2 h6 {
    font-weight: 700;
    font-size: 1.1rem;
}

.projecsynopsis {
    min-height: 74px;
}

#SuccessfulVoteModal .modal-header,
#ReminderVoteModal .modal-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.mb_br {
    display: none;
}

/*news-popup */
.news-popup {
    opacity: 0;
    transition: 0.5s;
}

.news-popup-bg {
    width: 100vw;
    height: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #363636c3;
}

.news-popup-content {
    background-color: #fffaf6;
    max-width: 960px;
    width: 85vw;
    padding: 50px;
    position: relative;
    border-radius: 1rem;
}

.close {
    position: absolute;
    font-size: 2rem;
    right: 10px;
    top: 0px;
    cursor: pointer;
}

.close:hover {
    color: #fb8f08;
}

@media (max-width: 575.98px) {

    /* Winner Button */
    .btn-winner {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        font-size: 1.2rem;
        color: white !important;
        border-radius: 0;
        background: linear-gradient(135deg, #d01e01 0%, #d53102 20%, #dd600f 50%, #e2d128 100%);
        background-size: 150% auto;
        transition: ease-in-out .3s;
        z-index: 1000;
    }

    .btn-winner:hover {
        color: white !important;
        background-position: right center;
    }

    .news-popup-content {
        padding: 50px 20px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {

    /* Winner Button */
    .btn-winner {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        /*text-align: end;*/
        font-size: 1.2rem;
        color: white !important;
        border-radius: 0;
        background: linear-gradient(135deg, #d01e01 0%, #d53102 20%, #dd600f 50%, #e2d128 100%);
        background-size: 150% auto;
        transition: ease-in-out .3s;
        z-index: 1000;
    }

    .btn-winner:hover {
        color: white !important;
        background-position: right center;
    }

}

@media (max-width: 767.98px) {
    .mb_br {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    /* Winner Button */
    .btn-winner {
        position: fixed;
        top: 25%;
        right: 0;
        width: 50px;
        height: 200px;
        text-align: end;
        font-size: 1.5rem;
        color: white !important;
        border-radius: 0;
        background: linear-gradient(135deg, #d01e01 0%, #d53102 20%, #dd600f 50%, #e2d128 100%);
        background-size: 150% auto;
        transition: ease-in-out .3s;
        z-index: 1000;
    }

    .btn-winner:hover {
        color: white !important;
        background-position: right center;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    /* Winner Button */
    .btn-winner {
        position: fixed;
        top: 25%;
        right: 0;
        width: 50px;
        height: 200px;
        text-align: end;
        font-size: 1.5rem;
        color: white !important;
        border-radius: 0;
        background: linear-gradient(135deg, #d01e01 0%, #d53102 20%, #dd600f 50%, #e2d128 100%);
        background-size: 150% auto;
        transition: ease-in-out .3s;
        z-index: 1000;
    }

    .btn-winner:hover {
        color: white !important;
        background-position: right center;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

    /* Winner Button */
    .btn-winner {
        position: fixed;
        top: 25%;
        right: 0;
        width: 50px;
        height: 200px;
        text-align: end;
        font-size: 1.5rem;
        color: white !important;
        border-radius: 0;
        background: linear-gradient(135deg, #d01e01 0%, #d53102 20%, #dd600f 50%, #e2d128 100%);
        background-size: 150% auto;
        transition: ease-in-out .3s;
        z-index: 1000;
    }

    .btn-winner:hover {
        color: white !important;
        background-position: right center;
    }
}

@media (min-width: 1400px) {

    /* Winner Button */
    .btn-winner {
        position: fixed;
        top: 25%;
        right: 0;
        width: 50px;
        height: 200px;
        text-align: end;
        font-size: 1.5rem;
        color: white !important;
        border-radius: 0;
        background: linear-gradient(135deg, #d01e01 0%, #d53102 20%, #dd600f 50%, #e2d128 100%);
        background-size: 150% auto;
        transition: ease-in-out .3s;
        z-index: 1000;
    }

    .btn-winner:hover {
        color: white !important;
        background-position: right center;
    }
}