.sub_title{font-size: 25px; font-weight: 600; margin: 80px 0 20px;}
.sub_title:first-child{margin-top: 0;}

.program{position: relative; display: flex;}
.program > div{width: 50%;}

.proCon .schTitle{width: 100%; height: 150px; padding: 10px; box-sizing: border-box;}
.am .schTitle{background: #f79534;}
.pm .schTitle{background: #006db8;}

.proCon p{padding-bottom: 0 !important;}
.proCon .schTitle p{ text-align: center;}
.proCon .schTitle p img{width:80px; height:auto; }
.proCon .schTitle h5{text-align: center; color: #ffffff; font-weight: 600; font-size: 25px; margin-top: -10px;}

.schedule{ border: 1px solid #aaaaaa; height: 950px; padding: 30px; box-sizing: border-box;}
.schedule li{display: flex; padding-top: 20px; padding-bottom: 20px; align-items: center;}
.schedule li div{}

.schedule li .time{width: 22%; font-weight: 800; font-size: 31px;}
.am .schedule li .time{color:#f79534; }
.pm .schedule li .time{color:#006db8; }

.schedule li .detail{font-size: 18px;}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

.tbl thead th {
    background: #f5f5f5;
    font-weight: bold;
    color: #222;
    border-top: 1px solid #ddd;
}

.tbl td:first-child, .tbl th:first-child {
    border-left: 1px solid #ddd;
}

.tbl th, .tbl td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.3;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}


.tbl td h5 {
    margin: 10px 0 10px;
    font-size: 16px;
    font-weight: 600;
}


.tbl td ul li {
    position: relative;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 15px;
}

.border_none {border-left: 0;}

@media (max-width: 1023px) {
.program{width: 100%; }
.sub_title{font-size: 20px;}
.schedule li .time{width: 35%}
.tbl_wrap {overflow-x: auto;}
}

@media (max-width: 768px) {
.program{width:95%; margin:0 auto; display: block;}
.program > div{width: 100%;}
.proCon .schTitle{height: 130px;}
.proCon .schTitle p img{width:60px; height:auto; }
.proCon .schTitle h5{font-size: 23px; margin-top: -8px;}
.am .schedule{height: 550px;}
.pm .schedule{height: 850px;}
.schedule li .time{width: 25%; font-size: 24px;}
.schedule li .detail{font-size: 14px;}
}
