/* 表格 */
.contact-content {
    padding: 120px 0 20px 0;
}

.schedule-container {
    display: block;
    border: 1px solid #8b4935;
    border-radius: 0px;
    font-size:1.4rem;
}

/* 表格 header */
.schedule-header {
    display: table;
    width: 100%;
    border-bottom: 1px solid #8b4935;
}

.schedule-header-item {
    display: table-cell;
    padding: 4px 0;
    width: 14.28%;
    border-right: 1px solid #8b4935;
}

.schedule-header-item:last-child {
    border-right: 0px solid #8b4935;
}

/* 表格 body */
.schedule-body {
    display: flex;
    width: 100%;
}

/* 表格 body 固定標題 */
.schedule-fixed {
    width: 50%;
    border-right: 1px solid #8b4935;
}

.schedule-fixed-row-td {
    border-bottom: 1px solid #8b4935;
    padding: 4px 0;
}

.schedule-fixed-row-td:last-child {
    border-bottom: 0px solid #777;
}

/* 表格 body 擴充內容 */
.schedule-content {
    display: table;
    width: 50%;
}

.schedule-content-row {
    display: table-cell;
    width: 14.28%;
    border-right: 1px solid #8b4935;
}

.schedule-content-row:last-child {
    border-right: 0px solid #8b4935;
}

.schedule-content-row-td {
    border-bottom: 1px solid #8b4935;
    padding: 0 0;
}

.schedule-content-row-td:last-child {
    border-bottom: 1px solid #8b4935;
}

/* 響應式裝置========== */
@media only screen and (min-width : 992px) {

    .contact-content .container {
        max-width: 1050px;
    }

    .schedule-fixed-row-td {
        padding: 3px 0;
    }
    .schedule-fixed-row-td{
        height: 50px;
        background: #f8f6f1
    }
    .schedule-content-row-td {
        padding: 3px 0;
    }
    .schedule-content-row-td{
        height: 50px;
    }
    .schedule-fixed-row-td span,
    .schedule-content-row-td span{
        position: relative;
        top: 4px;
    }
    .schedule-content-row-td:nth-child(2) .sub-text,
    .schedule-content-row-td:nth-child(3) .sub-text{
        position: relative;
        top: -8px;
    }

    .schedule-content-row-td.moblie-date {
        background: #8ad1ed;
    }

    .schedule-fixed-row-td:last-child {
        border-bottom: 1px solid #8b4935;
    }

    .schedule-body.week5 .schedule-fixed-row-td:last-child {
        border-bottom: 0px solid #8b4935;
    }

    .schedule-body.week5 .schedule-content-row-td:last-child {
        border-bottom: 0px solid #8b4935;
    }
    .schedule-content .schedule-content-row:nth-child(2) div:nth-child(1){
        background: #a40000!important;
        color: #fff;
    }
    .schedule-content .schedule-content-row:nth-child(2) div:nth-child(1) abbr{
        color: #fff;
    }
    .schedule-content .schedule-content-row:nth-child(2) div{
        background: #ffedf0!important;
    }

    .schedule-content-row-td.img-item,
    .schedule-fixed-row-td.img-item{
        height: 200px;
    }
    .schedule-content-row-td.img-item img{
        position: relative;
        top: 10px;
        border-radius: 5px;
        box-shadow: 0 6px 8px -2px rgba(0, 0, 0, 0.2) ;
    }
}

@media screen and (min-width: 992px) and (max-width: 1366px) {}

@media only screen and (max-width : 992px) {
    .schedule-container {
        display: block;
        border: 1px solid #8b4935;
        border-radius: 0;
    }

    .schedule-body.week2,
    .schedule-body.week3,
    .schedule-body.week4,
    .schedule-body.week5,
    .schedule-body.week6 {
        display: none;
    }

    /* 隱藏在桌面版顯示的固定行 */
    .schedule-fixed {
        display: none;
    }

    /* 手機版標題 */
    .schedule-content-row-td.moblie-date::before {
        background-color: #f3c3b4 !important;
        color: #333;
    }

    .schedule-content-row-td::before {
        content: attr(data-title);
        display: block;
        width: 50%;
        /*         background-color: #efefef; */
        padding: 6px 0;
        border-right: 1px solid #8b4935;
        background: #fff;
        color: #333;
    }

    /* 在桌面版隱藏手機版標題 */
    @media (min-width: 992px) {
        .schedule-content-row-td::before {
            display: none;
        }

        .schedule-fixed {
            display: block;
        }
    }

    /* 表格 body 固定標題 */
    .schedule-fixed {
        display: flex;
        width: 40%;
        border-right: 1px solid #8b4935;
    }

    .schedule-fixed-row {
        width: 100%;
    }

    .schedule-fixed-row-td {
        border-bottom: 1px solid #8b4935;
        width: 100%;
    }

    /* 表格 body 擴充內容 */
    .schedule-content {
        display: block;
        width: 100%;
    }

    .schedule-content-row {
        display: block;
        width: 100%;
        border-right: 0px solid #8b4935;
    }

    .schedule-content-row-td {
        display: flex;
        border-bottom: 1px solid #8b4935;
        width: 100%;
    }

    .schedule-content-row-td span.schedule-content-row-td-text {
        width: 50%;
        padding: 6px 0;
    }

    .schedule-content-row-td-text.moblie-date {
        background-color: #ffe3da;
        color: #333;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width : 991px) {
    .chemistry_cont .cont-title-en {
        font-size: 40px;
    }
}

@media only screen and (max-width : 767px) {
    .schedule-content-row-td.moblie-date {
        height: 60px;
    }
    .schedule-content-row-td.moblie-date span {
        padding-top: 14px;
    }
    .schedule-content-row-td.moblie-date::before {
        padding-top: 14px;
    }
    .schedule-content-row-td.img-item img{
        max-width: 50%;
    }
}

@media only screen and (max-width : 330px) {}

.schedule-content-row-td {
    background: #fff !important;
}

.schedule-content-row-td.moblie-date {
    background: #ffe3da !important;
}

.schedule-fixed-row div:first-child {
    background: #f3c3b4 !important;
}

/* ==========響應式裝置 */