.agenda {
    position: relative;
    background: url(../img/page2.png) no-repeat 100% fixed;
}
.agenda .inner-title{
    border-bottom: 2px solid #c2c2c2;
    padding-bottom: 20px;
    padding-top: 25px;
}
.agenda .deco{
    border-bottom: 2px dashed #c2c2c2;
}
.agenda .deco:last-of-type{
    border-bottom: none;
}
.class-time{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.class-time p{
    display: inline-block;
    margin-bottom: 0;
}
@media (max-width:992px) {
    .class-time{
        justify-content: start;
        padding-top: 25px;
    }    

    .stick {
        position: sticky;
        position: -webkit-sticky;
        top: 120px;
    }
}
@media (max-width:576px) {
    .class-time{
        padding-top: 25px;
        flex-direction: row;
    }
    .class-time p{
        margin-bottom: 5px;
    }
}
.class h4{
    display: inline-block;
    padding-right: 5px;
    font-size: 23px;
}
.class h4 span{
    font-size: 28px;
}
.keynote::after {
    content: 'KEYNOTE';
    display: inline-block;
    color: #ff7a2d;
    border: 1px solid #ff7a2d;
    font-size: 13px;
    padding: 0 8px;
    border-radius: 5px;
    vertical-align: super;
}

.class-title,
.color{
    position: relative;
}
.class-title a,
.color a{
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.class-title h5{
    line-height: 1.4;
    font-weight: normal;
}
.class-name p {
    font-size: 16px;
    line-height: 1.5;
    color: #888;
    margin-bottom: 5px;
}
@media (max-width:992px) {
    .tag-box{
        padding-bottom: 20px;
        border-bottom: 1px dashed #cecece;
    }
    .class-box:last-of-type{
        border-bottom: none;
    }
}
.main-tag,
.tag {
    display: inline-block;
}

.main-tag span,
.tag span {
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 5px;
}

.main-tag span {
    background-color: #6db9ff;
    color: #fff;
}

.tag span {
    background-color: #EDEEED;
    margin: 3px;
}
.txt p{
    margin-top: 60px;
    color: #757575;
    font-size: 16px;
}

/* ---------- 顏色 ---------- */
.class-A{
     color: #0da7c2;
}
.class-B{
   color: #ec2477;
}
.class-C{
    color: #202de9;
}
.class-D{
    color: #0da7c2;
}
.class-E{
    color: #202de9;
}
.color h5{
    color: #6db9ff;
}
.color:hover h5{
    color: #47a6ff;
}
/* ---------- Model ---------- */
.agModal .modal-content {
    border-radius: 10px;
    font-size: 16px;
}
.agModal .modal-body {
    padding: 1.5rem 2.2rem;
}
.modal-body p{
    margin-bottom: 5px;
}
.agModal .modal-header {
    border-bottom: none;
}
.agModal h3 {
    font-weight: 700;
}
/* .ag-time {
    margin-bottom: 2rem;
} */
.agenda-content-class::before{
    content: url(../img/icon/book.svg);
    display: inline-block;
    transform: translateY(2px);
    width: 16px;
    height: 16px;
    color: #353535;
}
.modal-body .list-inline{
    margin-bottom: 0;
}
.agenda-content-class p{
    margin-bottom: 0;
}
.agModal .tag {
    font-size: 13px;
}
.agModal-sp {
    margin-bottom: 20px;
}

.agModal-sp img {
    display: block;
    margin: 0 auto;
    max-width: 120px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


@media (min-width: 768px) {
    .agModal {
        max-width: 650px;
    }
}

