@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
    font-family: 'Noto Sans TC', sans-serif;
}


/* é€™é‚Šæ˜¯æ–°å¢žçš„ */

.banner {
    content: url("../media/img/main1080X280.png");
    width: 100%;
    margin-bottom: 0!important;
}

.like {
    padding: 10px;
}

.title--web-only {
    font-size: 23px;
}

.nav-item {
    height: 40px;
}

.navbar-collapse {
    width: 100%;
}


/* åˆ°é€™è£¡ */

.hidden_title {
    display: none;
}


/* 992ä»¥ä¸Šå¥—ç”¨è¨­å®š */

@media screen and (min-width: 992px) {
    .banner {
        content: url("../media/img/main1080X280.png")
    }
}


/* 991ä»¥ä¸‹éƒ½å¥—ç”¨è¨­å®š */

@media screen and (max-width:991px) {
    .banner {
        content: url("../media/img/main800X540.png")
    }
}


/* 768ä»¥ä¸Šå¥—ç”¨è¨­å®š */


/* 767ä»¥ä¸‹å¥—ç”¨ */

@media screen and (max-width: 767px) {
    .banner {
        content: url("../media/img/main800X540.png")
    }
    .top_logo {
        text-align: left;
        padding: 2px 0 0px 2%;
    }
    .top_logo img {
        width: 25%;
    }
}

@media screen and (min-width:768px) {
    .top_logo img {
        width: 80px
    }
}

.top_logo {
    padding-left: 10px;
    padding-bottom: 5px;
    text-align: left;
    color: white;
    background-color: #2B7CB3;
}

.splash_screen {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background: #EACF83;
    opacity: 1.0;
    transition: opacity 1s, z-index 1s;
}

.logo_tpe {
    max-width: 100%;
    display: none;
    z-index: 2000;
    opacity: 1.0;
    transition: opacity 1s, z-index 1s;
}

.logo_x {
    max-width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
    z-index: 2000;
    opacity: 1.0;
    transition: opacity 1s, z-index 1s;
}

.logo_acp {
    max-width: 100%;
    display: none;
    z-index: 2000;
    opacity: 1.0;
    transition: opacity 1s, z-index 1s;
}

.partner {
    padding: 20px;
    width: 100%;
    background: #f5f5f5;
}

.footer {
    text-align: center;
    width: 100%;
    padding: 20px 0 20px 0;
    height: auto;
    line-height: 100%;
    background-color: #515151;
    color: #f5f5f5;
}

.tpe_logo {
    text-align: center;
}

.accupass_logo {
    text-align: center;
    margin-top: 30px;
}

.events__list {
    list-style: none;
}

.events__list a.events__container {
    display: inline-block;
    box-shadow: none;
    margin: auto auto 40px auto;
}

.events__item-container {
    margin-bottom: 30px;
}

.events__item-container .a .a:hover,
.a:visited,
.a:link,
.a:active {
    color: #4B6FA8;
    text-decoration: none;
}

.events__item {
    width: 100%;
    border-radius: 4px;
    border: solid 1px #e3e3e3;
    border-bottom: none;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}

.events__item:hover {
    box-shadow: 2px 2px 5px #AAAAAA;
}

.events__item_href {
    text-decoration: none;
}

.events__img {
    max-width: 100%;
}

.events__content {
    margin: 20px 20px 24px;
}

.events__title {
    color: #1b1b1b;
    font-size: 20px;
    overflow: hidden;
    min-height: 48px;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.events__p {
    color: #929292;
    margin: auto;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.events__p:before {
    margin-right: 5px;
    vertical-align: middle;
}

.events__p--time:before {
    content: url("../media/img/time.svg");
}

.events__p--place:before {
    content: url("../media/img/map_mark.svg");
}

.events__footer {
    padding: 0 20px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.events__organizer {
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    width: 73%;
    right: 5%;
    display: inline-block;
    vertical-align: middle;
}

.events__avatar {
    border-radius: 100%;
    margin: 10px 10px 10px 0;
    vertical-align: middle;
    width: 13%;
}

.events__none {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100pt;
    font-size: 20px;
}

.divider {
    width: 100%;
    height: 1pt;
    background-color: #CCCCCC;
}

.spinner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.intro__p_nomargintop {
    margin-top: -1em;
}

.btn__blog {
    background-color: #2b42b8;
    border-color: #2b42b8;
    letter-spacing: 1px;
}

.video_container--web-only {
    margin-bottom: -1rem;
    object-fit: fill;
}

.video_container--mobile-only {
    margin-bottom: -1rem;
    object-fit: fill;
}

.p--preline {
    white-space: pre-line;
}