/************************ 
    議程和工作坊共用樣式 
*************************/


.session-page,
.workshop-page {
    position: relative;
    padding: 0;
}

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

.workshop-page h5 {
    color: #0068cf;
    padding-top: 10px;
}

.page-right span {
    color: #0068cf;
    font-weight: 600;
}

.session-time {
    color: #747474;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.session-time li:first-child::after {
    content: "|";
    padding-left: 12px;
}

.session-time .keytag {
    font-size: 15px;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    padding: 3px 6px;
}

.time-share-area .col-md-7 {
    padding-left: 0;
}

@media screen and (max-width:1030px) {
    .time-share-area .col-md-7 {
        max-width: 100%;
    }

    .time-share-area .col-md-5 {
        max-width: 100%;
        text-align: left;
    }

    .session-time {
        position: relative;
        transform: none;
    }

    .page-left .time-share-area {
        display: flex;
        flex-direction: column;
    }
}

.session-title {
    font-weight: 700;
    margin: 1.5rem 0;
    color: #0068cf;
}
.session-content p,
.session-content ol li,
.session-content ul li{
    font-size: 19px;
}
.dash{
    border-top: 1px dashed #666;
}

.speaker-title {
    padding-top: 15px;
    overflow: hidden;
    word-break: break-word;
    line-height: 1.4;
}

.speaker-title img {
    margin: 15px 0;
}

.speaker-title h4 {
    font-size: 24px;
    color: #0068cf;
}

.speaker-title h5 {
    color: #414141;
    font-size: 17px;
    line-height: 1;
    padding: 9px 0 0 0;
    margin: 0;
}

.speaker-title p {
    padding-top: 15px;
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
    padding: 5px 0;
}

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


.session-txt p {
    font-size: 19px;
}

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

.page-right {
    padding: 5rem 0;
}


@media screen and (max-width:768px) {
    .page-left {
        padding: 1rem 3rem;
    }

    .page-right {
        padding: 1rem 0 0;
    }

    .time-share-area .col-md-5 {
        text-align: center;
    }

}

.page-right .sesion-area {
    padding: 20px 40px;
    border-radius: 10px;
    background-color: #e6f2ff;
}

.sesion-area p {
    font-size: 17px;
}

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

.page-right .btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

.btn-ppt {
    background-color: #ff6600;
}

.btn-cowrite {
    background-color: #0068cf;
}

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

/* ========= share 按鈕 ========= */
.button-border {
    display: inline-block;
    border: 1px solid #008fff;
    border-radius: 500px;
    padding: 0 0 0 16px;
}

.fa-share-alt {
    display: inline-block;
    margin-right: 5px;
    color: #008fff;
    font-size: 18px;
}

.button-border .button-area {
    display: inline-block;
    background-color: #008fff;
    border-radius: 500px;
    padding: 3px 12px;
}

.button-border .button-area button {
    position: relative;
    color: #fff;
}

.button-border .button-area button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.button-area i {
    font-size: 18px;
    padding: 7px;
    border-radius: 50%;
    /* background-color: #fff; */
    color: #fff;
    transition: all .3s ease;
}

.button-area button:hover i {
    background-color: #58abff;
    color: #fff;
}

@media screen and (max-width:1500px) {
    .page-left .fa-share-alt {
        font-size: 18px;
    }

    .page-left .button-area {
        padding: 2px 5px;
    }

    .page-left .button-area i {
        padding: 4px;
        font-size: 18px;
        transition: all .2s ease-in;
    }
}

@media screen and (max-width:1100px) {
    .page-left .fa-share-alt {
        font-size: 16px;
    }

    .page-left .button-area i {
        font-size: 16px;
    }
}