/* 20201115GW 추가 */
.table-area {
    height: calc(100vh - 214px);/*11-17 오전 수정 기존 calc(100vh - 230px)*/
}
/*11-17 오전 추가*/
.table-area .title-card{
    top:23px;
}
.table-area .inner-wrap {
    max-height: calc(100vh - 355px);/* 20201115GW : 높이변경 */
    min-height: calc(100vh - 355px);/* 20201115GW : 높이변경 */
}
/* 20201119 김소라 삭제 (위치이동)
@media (max-width: 1024px) {
    .table-area {height: 100%}
    .table-area .inner-wrap {
        max-height: none;
        min-height: 0;
    }
    .table-area .pairing-inner {
        max-height: none;
        min-height: 0;
    }
}
*/
/* 20201115GW 끝 */

.pairing {
    padding: 30px;
}
.schedule-list {
    font-size: 16px;
    margin-left: 1px;
    margin-bottom: -1px;
}
.schedule-list .item {
    text-align: center;
    display: inline-block;
    margin: 0 0 0 -1px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    font-weight: bold;
    color: #525252;
    height: 58px;
    line-height: 1.3;
    cursor: pointer;
    padding: 20px 35px;
}
.schedule-list .item.active {
    background-color: #558fcd;
    border: 1px solid #558fcd;
    color: #ffffff;
}
.schedule-list .item.today {
    padding: 10px 35px;
}
.pairing-list {
    display: none;
}
.pairing-list .item:first-child {
    border-top: 1px solid #d7d7d7;
}
.pairing-list .item {
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid #d7d7d7;
}
.pairing-list .item.active {
    background-color: #f8faff;
    border: 2px solid #558fcd;
    color: #252525;
}
.pairing-list .item .time {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 30px;
}
.pairing-list .item .time span {
    font-weight: bold;
}
.pairing-list .item .time img {
    margin: 0 auto 10px;
}
.pairing-list .item .description {
    font-size: 14px;
    display: inline-block;
    padding: 30px 35px;/*20201109 박소희 수정 기존 30px 35px*/
    line-height: 1.5;
    width: 70%;/*11-12 오후 4시 이후 추가*/
}
/*11-12 오후 4시 이후 추가*/
.pairing-list .item .description .title-box{
    display: block;
}
/*11-12 오후 4시 이후 추가 끝*/
/*20201109 박소희 추가*/
.table-area .pairing-inner{
    overflow-y: scroll;
    /* max-height: calc(77vh - 75px - 20px - 40px);
    min-height: calc(77vh - 75px - 20px - 40px); 20201115GW : 삭제 높이 안맞음*/
    max-height: calc(100vh - 355px);/* 20201115GW : 높이변경 */
    min-height: calc(100vh - 355px);/* 20201115GW : 높이변경 */
}
.pairing-list .item span.tit{
    display:inline-block;
    width: 161px;/*11-12 오후 4시 이후 추가*/
    height: 39px;/*11-12 오후 4시 이후 추가*/
    text-align:center;/*11-12 오후 4시 이후 추가*/
    line-height:38px;/*11-12 오후 4시 이후 추가*/
    /*padding: 1% 8%;*//*11-12 오후 4시 이후 삭제*/
    vertical-align: middle;
   background: #000;
   font-weight: 600;
   color: #fff;
}
.pairing-list .item span.session{
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    color: #a5a5a5;
    font-weight: bold;
    vertical-align: middle;/*11-12 오후 4시 이후 추가*/
}
.pairing-list .item strong{
    font-size:25px;
    margin-top: 3%;
}
/*20201109 박소희 추가 끝*/
.pairing-list .item .image {
    position: absolute;
    top: 35px;
    right: 35px;
    background-image: url('../images/pairing/pairing_03.png');
    background-repeat: no-repeat;
    width: 121px;
    height: 41px;
}
.pairing-list .item.active .image {
    background-image: url('../images/pairing/pairing_02.png');
}
/*###### 20201111 박소희 추가 ###### */
/*vod보기 버튼*/
.pairing-list .item .vod-btn{
    position: absolute;
    top: 35px;
    right: 35px;
    width: 121px;
    height: 41px;
    font-size: 17px;
    font-weight: bold;
    line-height: 35px;
    text-indent: 9%;
    border:3px solid #c2c2c2;
    border-radius:30px;
    color:#c2c2c2;
    background:url("../images/sub/no-vod-play.png") no-repeat 88% center;
}
.pairing-list .item .vod-btn.active {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 121px;
    height: 41px;
    font-size: 17px;
    font-weight: bold;
    line-height: 35px;
    text-indent: 9%;
    border:3px solid #ef0034;
    border-radius:30px;
    color:#ef0034;
    background:url("../images/sub/conference_vod.png") no-repeat 88% center;
}
/* 11-16 오전 추가 */
.pairing-list .item .vod-btn.en-bod-btn{
    width: 127px;
}
.pairing-list .item .vod-btn.en-bod-btn.active {
    width: 127px;
}
/* 11-16 오전 추가 끝 */
/*입장하기 버튼*/
.pairing-list .item .entrance-btn{
    position: absolute;
    top: 35px;
    right: 35px;
    width: 121px;
    height: 41px;
    font-size: 17px;
    font-weight: bold;
    text-align:center;
    line-height:41px;
    border-radius: 20px;
    background:#2a92ef;
    color:#fff;
}
.pairing-list .item .entrance-btn.active {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 121px;
    height: 41px;
    font-size: 17px;
    font-weight: bold;
    text-align:center;
    line-height:41px;
    border-radius: 20px;
    background:#c2c2c2;
    color:#fff;
}
/*###### 20201111 박소희 추가 끝###### */
@media(max-width: 1024px) {
    .pairing-list .item {
        padding: 20px 0 15px;
    }
    .pairing-list .item .time {
        padding: 0 0 0 15px;
    }
    .pairing-list .item .time img {
        display: inline-block;
    }
    .pairing-list .item .time span {
        display: inline-block;
        line-height: 30px;
    }
    .pairing-list .item .description {
        display: block;
        padding: 10px 35px;
        width: 100%; /* 20201119 김소라 추가 */
    }
    .pairing-list .item .description span {
        display: inline-block;
    }
    .pairing-list .item .image {
        top: 24px;
    }
    .schedule-list .item {
        width: calc(25% - -1px);
        padding: 10px 0;
    }
    .schedule-list div:not(.today) {
        line-height: 2.4;
    }
    .schedule-list .item.today {
        padding: 10px 0;
    }
    .pairing {
        padding: 15px;
    }
    /* 20201119 김소라 추가 */
    .table-area {height: 100%}
    .table-area .inner-wrap {
        max-height: none;
        min-height: 0;
    }
    .table-area .pairing-inner {
        max-height: none;
        min-height: 0;
        overflow: hidden;
    }
    /***********************/
}
@media(max-width: 768px) {
    .pairing-list .item .image {
        top: 19px;
        right: 10px;
        width: 96px;
        height: 32px;
        background-size: 100%;
    }
    /*###### 20201110 박소희 추가 ###### */
    .pairing-list .item .vod-btn{
        top: 19px;
        right: 10px;
        width: 96px;
        height: 32px;
        font-size: 14px;
        line-height: 30px;
        border: 1px solid #c2c2c2;
    }
    .pairing-list .item .vod-btn.active{
        top: 19px;
        right: 10px;
        width: 96px;
        height: 32px;
        font-size: 14px;
        line-height: 30px;
        border: 2px solid #ef0034;
    }
    .pairing-list .item .entrance-btn, .pairing-list .item .entrance-btn.active{
          top: 19px;
          right: 10px;
          width: 96px;
          height: 32px;
          line-height: 32px;
          font-size: 14px;
    }
    /*###### 20201110 박소희 추가 끝###### */
    /* 11-16 오전 추가 */
    .pairing-list .item .vod-btn.en-bod-btn{
        width: 110px;
    }
    .pairing-list .item .vod-btn.en-bod-btn.active {
        width: 110px;
    }
/* 11-16 오전 추가 끝 */
@media(max-width:640px) {
    .schedule-list {
        font-size: 13px;
    }
    .schedule-list .item {
        height: 52px;
    }
    .pairing-list .item .time {
        font-size: 16px;
    }
    .pairing-list .item .time img {
        width: 20px;
        vertical-align: -15px;
    }
    .pairing-list .item .time span {
        vertical-align: middle;
    }
    .pairing-list .item .description {
        font-size: 13px;
        padding: 10px 15px;
    }
    .pairing-list .item .description span {
        display: block;
    }
}
/*이세연 추가 (Pairing) 1107 끝 */