/************************ 
    議程和工作坊共用樣式 
*************************/
.session-page,
.lab-page {
    padding: 0;
}


.session-page p,
.lab-page p {
    font-size: 16px;
}

.session-page p:last-child,
.lab-page p:last-child {
    margin-bottom: 0;
}


.session-info {
    line-height: 1.5;
    font-weight: 400;
}

.session-info .sestitle {
    color: #ff66a8;
    margin-top: 15px;
    padding-bottom: 5px;
}

.session-title {
    margin-bottom: 2rem;
}

.session-txt {
    border-bottom: 3px dotted #b0ace3;
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
}

.page-photo {
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    border-radius: 50%;
}

.page-name{
    color: var(--C2);
}

.page-title{
    color: #b98da8;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 1rem;
}

.page-left,
.page-right {
    padding: 5rem 3rem;
}

.page-right {
    background-color: #F3F1FF;
}

.page-right .btn {
    color: #fff;
    min-width: 200px;
    margin-bottom: 15px;
    padding: 10px;
}

.page-right .btn:hover {
    opacity: 0.8;
}

.btn-ppt {
    background-color: var(--main);
}

.btn-none {
    background-color: #aba9bc;
}

@media (max-width:992px) {
    .page-left,
    .page-right {
        padding: 2rem;
    }

    .page-photo{
        margin-bottom: 15px;
    }
}

/***********************************  
           lab
***********************************/
.lab-time {
    display: block;
}


.lab-info {
    margin: 2rem 0;
}

.lab-info h5 {
    margin-bottom: 1rem;
}

.lab-info h5::before {
    font-family: "bootstrap-icons";
    content: "\F4EA";
    color: #ff9177;
    margin-right: 10px;
}

.lab-info p {
    margin-bottom: 0;
}

.labline {
    border-top: 1px dashed #666;
    padding-top: 2rem;
}



/***********************************  
            event-page
***********************************/

.event-page .event-tag {
    position: relative;
    display: inline-block;
}

.event-page h4 {
    margin: 10px 0 25px;
}

.event-page-pic {
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

.event-page-info {
    color: #0EA1EA;
}

.event-page-info i {
    color: #666;
}