@charset 'utf-8';
.etc_tit {
    font-size: 42px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.8px;
    line-height: 0.9em;
    text-align: center;
}


/* 컨텐츠 영역 */
.sch_contents_area {
    width:1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}

/* 방영 스케줄 */
.date_navi {
    height: 70px;
    background-color: #fafafa;
    text-align: center;
}
.date_text {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #000;
    line-height: 70px;
    margin-left: 80px;
    margin-right: 80px;
}
.date_navi_prev {
    display: inline-block;
    background-repeat:no-repeat;
    width: 26px;
    height: 26px;
    vertical-align: text-bottom;
}
.date_navi_next {
    display: inline-block;
    background-repeat:no-repeat;
    width: 26px;
    height: 26px;
    vertical-align: text-bottom;
}
.disabled {
    opacity: 30%;
}
.sche_s_noti {
    font-size: 14px;
    text-align: right;
    color: #7f7f7f;
    margin: 20px 0 25px;
}
.sche_container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}
.sche_container .table_column {
    display: table;
    width: 240px;
    float: left;
}
.sche_container .table_column td {
    padding: 0;
}
.sche_container .table_date_tit {
    width: 240px;
    height: 80px;
    border-top: 1px solid #ccc;
    text-align: center;
    background-color: #fafafa;
    padding: 0;
}
.sche_container .table_date_tit .on {
    width: 240px;
    height: 80px;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 10px 0;
}
.sch_contents_area .sche_container ul {
    float: left;
}
.sch_contents_area .sche_container p {
    font-size: 18px;
    text-align: center;
    color: #333;
}
.sch_contents_area .sche_container p on {
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 80px;
}
.sch_contents_area .sche_container dl {
    width: 240px;
    height: 115px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}
.sch_contents_area .sche_container dt {
   font-size: 14px;
   line-height: 1.57em;
   color: #999;
   text-align: left;
   margin-bottom: 5px;
}
.sch_contents_area .sche_container dd {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33em;
    text-align: left;
    color: #000;
}
.sche_container .table_column .dd_data_none {
    background-color: #f2f2f2;
    height: 460px;
    text-align: center !important;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
}

/* 콘텐츠 현황 */
.sch_contents_area .contents_status_area {
    border-top: 1px solid #ccc;
    display: flow-root;
}
.sch_contents_area .contents_status_wrap {
    margin-top: 20px;
    position: relative;
}
.sch_contents_area .contents_status_wrap .contents_status {
    width: 260x;
    float: left;
}
.sch_contents_area .contents_status_wrap .contents_status p {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.46em;
    letter-spacing: -0.5px;
    text-align: left;
    color: #000;
}
.sch_contents_area .contents_status_wrap .contents_status ul {
    width: 260px;
    height: 128px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    padding: 30px 30px;
    margin-top: 25px;
}
.sch_contents_area .contents_status_wrap .contents_status li {
    vertical-align: middle;
    height: 30px;
}
.sch_contents_area .contents_status_wrap .contents_status .title {
    font-size: 14px;
    text-align: left;
    float: left;
    line-height: 1.57em;
    color: #333;
}
.sch_contents_area .contents_status_wrap .contents_status .count {
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    float: right;
    line-height: 1.4em;
    color: #000;
}
.sch_contents_area .contents_status_wrap .contents_table_wrap {
    width: 720px;
    float: right;
    overflow-x: auto;
}
.contents_status_wrap .contents_table_wrap .contents_table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid rgba(0, 0, 0, 0.8);
}
.contents_table_wrap .contents_table .contents_table_thead {
    height: 60px;
}
.contents_table_wrap .contents_table .contents_table_thead tr {
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
}
.contents_table_wrap .contents_table .contents_table_thead th {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0 40px;
}
.contents_table_wrap .contents_table .contents_table_tbody tr {
    height: 64px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contents_table_wrap .contents_table .contents_table_tbody td {
    font-size: 16px;
    color: #333;
    padding: 0 40px;
}
.contents_table_wrap .contents_table .table_total {
    height: 80px;
}
.contents_table_wrap .contents_table .table_total tr {
    height: 64px;
}
.contents_table_wrap .contents_table .table_total td {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding: 0 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.8) ;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.scdl_prgm_banner {
    width: 100%;
    height: 340px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.scdl_prgm_banner>img {
    width: 100%;
    height: 340px;
    position: absolute;
}
.scdl_prgm_banner .head_banner_container {
    width: 1200px;
    margin:0 auto;
    text-align: left;
    position: relative;
    top: 50px;
}
.scdl_prgm_banner .head_banner_container .banner_category_s_name {
    font-size: 14px;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.6);
}
.scdl_prgm_banner .head_banner_container .banner_txt_btn {
    margin-top: 15px;
    margin-bottom: 20px;
}
.scdl_prgm_banner .head_banner_txt01 {
    display: inline-block;
    font-size: 40px;
    font-weight: 500;
    color: #000;
    letter-spacing: normal;
    text-align: left;
    margin-right: 20px;
    vertical-align: middle;
    padding: 0;
}
.scdl_prgm_banner .head_banner_txt02 {
    font-size: 20px;
    width: 670px;
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    letter-spacing: normal;
    line-height: 1.5;
    font-weight: normal;
}
.label_schd_date {
    height: 28px;
    background-color: #000;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}