@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC');

.section_agenda{
    background-image: url(../images/bg2.jpg);
    background-size: cover;
}
.times h2, .part-list,{
    font-family: 'Noto Serif TC', serif;
}
.sp_font{
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 600;
    color: #fff;
}
.pk{
    padding: 6rem 1rem 4rem 1rem;
}
.container.large {
    max-width: 1500px;
}
ul.speaker-title{
    margin-bottom: .5rem;
    padding: 1.25rem 1.5rem;
    color: #bf1e2d;
    line-height: 1.6;
}
.bg-bright{
    background-color: #eee;
}
.referrer_box {
    margin: 50px auto;
}
.carousel-indicators{
    bottom: -5rem;
}
#QnA .display-6{
    font-weight: 300;
    line-height: 1.5;
}
.qna{
    padding: 1.5rem 0;
}
.carousel-indicators .active{
    background-color: #ce1426;
}
.carousel-indicators li {
    background-color: #c9c9ca;
}
.carousel-item {
    flex-direction: column;
}
.carousel-item p{
    color: #666;
}
@media (min-width: 767px) {
    .people{
        background-image: url(../images/main_bg.png);
        background-position: right bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .pk{
        padding: 1rem 0rem 0rem 0rem;
        text-align: center;
    }
}

@media (min-width: 800px) and (max-width: 1260px) {
    .people{
        background-image: url(../images/main_bg_md.png);
        background-position: right bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (min-width: 767px) and (max-width: 1000px) {
    .li-word{
    font-size: 1.2rem;
    }
    .sp_font {
    font-size: 1.5rem;
    line-height: 1.25;
    }
    .mbr-text {
    line-height: 1.5;
    font-weight: 300;
    font-size: 1.1rem;
    }
}

@media (max-width: 767px) {
    .sp_font {
    line-height: 1.4;
    text-align: center;
    font-size: 1.4rem;
    }
    .mbr-text {
    line-height: 1.5;
    font-weight: 300;
    font-size: 1.1rem;
    text-align: center;
    padding: 0rem 1rem;
    }
    .pk {
    padding: 2rem 1rem;
    }
    .part-list {
        font-size: 1.45rem;
        font-weight: 400;
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    h5.mbr-text{
        font-size: 1rem;
    }
    .times{
        width: 100%;
    }
    .part-list {
        font-size: 1.25rem;
        font-weight: 400;
        padding: 1rem;
    }
    .li-word{
    font-size: 1.1rem;
    }
    ul.diamond {
    margin-top: .2rem;
    margin-bottom: 1.5rem!important;
    }
    .sp_font {
    font-size: 1.1rem;
    font-weight: bold;
    }
}
