.table-area {
    /* height: 60vh; 20201115GW : table-area PC 에서 타이틀 짤려보여서 높이값 수정 (맥북에어 13인치 일반..) */
    height: calc(100vh - 372px);/*11-17 오전 수정 기존 calc(100vh - 365px);*/
}
/*11-17 오전 추가*/
.table-area .title-card{
    top:23px;
}
.table-area .inner-wrap {
    width: 100%;
    /* max-height: calc(52vh - 75px - 20px - 40px); 20201115GW : 스폰서의 table-area PC 에서 타이틀 짤려보여서 높이값 수정 (맥북에어 13인치 일반..) */
    overflow-y: scroll;
    /* min-height: calc(52vh - 75px - 20px - 40px); 20201115GW : 스폰서의 table-area PC 에서 타이틀 짤려보여서 높이값 수정 (맥북에어 13인치 일반..) */
    max-height: calc(100vh - 520px); /* 20201115GW : 높이추가 */
    min-height: calc(100vh - 520px); /* 20201115GW : 높이추가 */
}
.desc {
    margin:0 0 10px 3.5%;
    font-size: 13px;
}
.desc .red {
    color: #ff0000!important;
}
.conference-sub {
    padding: 30px;
}
.conference-sub > ul {
    /* 20201119 김소라 삭제 */
    /*display:flex;
    flex-flow:wrap;
    width: 100%;*/

    /* 20201119 김소라 추가 */
    display: table;
    border-collapse:separate;
    border-spacing:15px 8px;
    /***********************/
    /* 20201119 김소라 추가 */
    width: 100%;
    /***********************/
}
.conference-sub > ul li.conference-section{
    display:table-cell; /* 20201119 김소라 추가 */
    width:48.8%;/*20201111 박소희 수정 기존 49.4%*/
    border:1px solid #d7d7d7;
    padding:30px 30px 109px; /* 20201119 김소라 수정 */
    position:relative;
    margin:0 0.6%;/*20201111 박소희 수정 기존 margin-right:1.2%*/
    margin-bottom:1.2%;
}
/*.conference-sub > ul li.conference-section:nth-child(2),
.conference-sub > ul li.conference-section:nth-child(4){
    margin-right:0;
}*//*20201111 박소희 삭제*/
.conference-sub > ul li.conference-section .tit{
    display: none; /* 20201119 김소라 삭제 */
    position: absolute;
    left:0;
    top:0;
    padding: 1.5% 2%;
    background:#000;
    font-weight:600;
    color:#fff;
}
.conference-sub > ul li.conference-section .day{
    display:inline-block;
    position: absolute;
    right:0;
    top:0;
    padding:1% 2%;
    font-weight:600;
    font-size: 15px;
}
.conference-sub > ul li.conference-section .day >span{
    display:inline-block;
    color:#0963eb;
}
.conference-sub > ul li.conference-section span.line{
    display:inline-block;
    margin:0 8px;
    color: #000;
}
.conference-dese{
    padding-top:35px;
}
.conference-dese .tit-day{
    font-size: 18px;
    color: #a5a5a5;
    font-weight: bold;
}
.conference-dese .title{
    padding: 10px 0;
    font-size:25px;
}
.conference-dese .txt{
    padding-bottom: 25px;
    font-size: 16px;
    white-space: pre-line;
    margin-top: -10px;
}
.conference-area .vod-button-on{/*vod 활성화버튼*//*11-12 오후 2시 이후 수정*/
    position: relative;
    padding: 3% 4%;
    background-color: #fff;
    color: #ef0034;
    border: 1px solid #ef0034;
    font-size: 14px;
    float: left;
    font-weight: bold;
    font-family: inherit;
}
/*.conference-area button.vod-button-on a,.conference-area button.vod-button-off a{
    display:block;
    width:100%;
    height:100%;
}*/
.conference-area .vod-button-off {/*vod 비활성화버튼*//*11-12 오후 2시 이후 수정*/
    position: relative;
    padding: 3% 4%;
    background-color: #fff;
    color: #fff;
    background:#c2c2c2;
    font-size: 14px;
    float: left;
    font-weight: bold;
    font-family: inherit;
}
.conference-area a i{/*20201110 박소희 수정*//*11-12 오후 2시 이후 수정*/
    display: inline-block;
    width:15px;
    height:15px;
    margin-left: 5px;
    vertical-align: text-top;
}
/*방송중일 때 버튼*/
.conference-area .onair-button-on {/* 온에어 활성화버튼*//*11-12 오후 2시 이후 수정*/
    position:relative;
    padding: 3% 5%;
    color: #fff;
    background-color:#ef0034;
    font-size: 14px;
    float: left;
    font-family: inherit;
    font-weight: bold;
}
.conference-area .onair-button-off {/* 온에어 비활성화버튼*//*11-12 오후 2시 이후 수정*/
    position: relative;
    padding: 3% 5%;
    color: #fff;
    background:#c2c2c2;
    font-size: 14px;
    float: left;
    font-family: inherit;
    font-weight: bold;
}
.conference-area >ul{
    float:right;
    display: flex;
    flex-flow: wrap;
    width: calc(100% - 150px);
}
.conference-area ul >li{
    margin-right:1.5%;
    width: 12%; /* 20201119 김소라 추가 */
}
.conference-area >ul li:last-child{
    margin-right:0;
}
/* 20201119 김소라 추가 */
.conference-area ul >li img {
    width:100%;
}
/***********************/
.table-area .inner h5 {
    font-size: 15px;
    margin-bottom: 10px;
}


/* 20201119 김소라 추가 */
.conference-area {
    position: absolute;
    width: 95%;
    bottom: 30px;
}
/* 20201121 김소라 삭제 */
/*.not-scroll {
    position: static;
    width: auto;
    height: auto;
}*/
/***********************/


#speaker-pop{
    max-width: 720px;
    width:85%;
    height: 584px;
    margin-left: -50px;
    position: fixed; /* 20201115 김소라 수정 */
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%); /* 20201114 김소라 수정 */  /* 20201114GW 재수정 */
    z-index: 10001; /* 20201115GW : 헤더위로 덮이도록 수정 */ /* 20201119 김소라 수정 */
    background: #fff;
    display:none;
}
/* 20201115GW : 헤더위로 덮이도록 수정 */
.pop-bg {
    z-index: 9999; /* 20201119 김소라 수정 */
}
#speaker-tab{
    width:620px;
    height:50px;
    margin: 0 auto;
}
#speaker-tab li{
    width:50%;
    height: 100%;
    line-height: 50px;
    text-align:center;
    color:#0964eb;
    border-top:1px solid #d7d7d7;
    border-right:1px solid #d7d7d7;
    border-left:1px solid  #d7d7d7;
    border-bottom:1px solid #0964eb;
    float:left;
}
#speaker-tab li a{
    display:block;
    width:100%;
    height:100%;
}
#speaker-tab li.on{
    border-top:0;
    border-bottom:0;
    background:#0964eb;
    color:#fff;
}  
#speaker-pop .terms{
    width: 100%;
    height:auto;
    /*height: 325px;*/
    padding: 44px 50px 35px 50px;
    overflow-y: auto;
}
#speaker-pop .terms .terms-top{
    height:auto;
    overflow: hidden;
    font-size: 0; /* 20201119 김소라 추가 */
} 
#speaker-pop .terms .left{
 width: 40%;
 /*float:left;*/ /* 20201119 김소라 삭제 */
 display: inline-block; /* 20201119 김소라 추가 */
 vertical-align: middle; /* 20201119 김소라 추가 */
}
#speaker-pop .terms .left .speaker-img{
    display:block;
    width: 200px;/*20201109 박소희 수정 기존 233px*/
    height: 200px;/*20201109 박소희 수정 기존 213px*/
    overflow: hidden;
}
#speaker-pop .terms .left .speaker-img img{
    max-width:100%;
}
#speaker-pop .terms .left button{
    margin-top: 10px;
    width:81%;/*20201109 박소희 수정 기존 94%*/
    background: #000;
    color: #fff;
    padding: 5% 0;
    font-size: 16px;
}
#speaker-pop .terms .left button i{
    display:inline-block;
    margin-left:8px;
    width:10px;
    height:12px;
    vertical-align: text-top;
}
#speaker-pop .terms .right{
    width: 56%;
    margin-left: 4%;
    /*float:left;*/ /* 20201119 김소라 삭제 */
    display: inline-block; /* 20201119 김소라 추가 */
    vertical-align: middle; /* 20201119 김소라 추가 */
}
#speaker-pop .terms .right button{
    background:#083f94;
    color:#fff;
    padding: 2% 8%;
    font-size: 18px;
}
#speaker-pop .terms .right> strong.name{
    font-size: 28px;
    display:block;
    color: #000;
    font-weight:600;
    line-height: 1;
    padding: 30px 0 20px;
    border-bottom: 1px solid #d7d7d7;
}
#speaker-pop .terms .right p.terms-txt{
    padding-top: 3%;
    height: 150px;
    font-weight: 600;
    line-height: 1.5;
   border-bottom:1px solid #d7d7d7;
}
#speaker-pop .close{
    width: 52px;
    height: 52px;
    text-indent: -99999px;
    position: absolute;
    right:-52px;
    top:0;
    background: #0963eb url("../images/inc/ico-close.png")no-repeat 50% 50%;
    background-size: 40%;
}
#speaker-pop .terms .terms-desc{
    margin-top:21px;/*11-13 오전 수정*/
    height: 25vh;/*11-13 오전 추가*/
    overflow-y: scroll;/*11-13 오전 추가*/
    width: 100%;/*11-13 오전 추가*/
    display: block;/*11-13 오전 추가*/
}

/* 20201119 김소라 추가 */
.banner-slider .conference-swiper01{
    height: 150px;
    background-image: url(../images/images/big-banner_red.jpg);
    background-size: cover;
}
.banner-slider .conference-swiper02{
    height: 150px;
    background-image: url(../images/images/goyang_Web banner.jpg);
    background-size: cover;
}
.banner-slider .conference-swiper03{
    height: 150px;
    background-image: url(../images/images/voithru_Web banner.png);
    background-size: cover;
}
@media (max-width:1880px){
    .banner-slider .conference-swiper01,.banner-slider .conference-swiper02,
    .banner-slider .conference-swiper03{
        background-size: contain;
    }
}
@media (max-width:13300px){
    .banner-slider .conference-swiper01,.banner-slider .conference-swiper02,
    .banner-slider .conference-swiper03{
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        height: auto;
        padding-bottom: 10%;
    }
}
/*******************/


@media (max-width:1280px) {
    .conference-dese .tit-day {
        font-size: 15px;
    }
    .conference-dese .title {
        font-size: 20px;
    }
    .conference-dese .txt {
        font-size: 13px;
        white-space: normal;
        margin-top: 0px;
    }
    /* 20201119 김소라 추가 */
    .conference-sub > ul li.conference-section {
        padding: 30px 30px 125px;
    }
    .conference-area >ul {
        float: none;
        width: 100%;
        padding-top: 5px;
    }
    /***********************/
}
@media (max-width:1024px) {
    .conference-sub {
        padding: 15px;
    }
    .table-area {
        height: auto;
    }
    .table-area .inner-wrap {
        width: 100%;
        max-height: none;
        overflow-y: hidden;
        min-height: auto;
        padding-bottom: 30px;
    }
    .conference-area >ul {
        float: none;
        width: 100%;
        padding-top: 15px;
    }
    #speaker-pop{
        margin-left: -20px;
        height: 70%; /* 20201114GW : 연사팝업 높이 줄임 */
    }
    #speaker-pop .terms {
        height: 100%;
        padding: 30px 25px 30px 25px;
    }
    #speaker-pop .terms .left button {
        width: 100%;
        max-width: 200px;/*20201109 박소희 수정 기존 200px*/
    }
    #speaker-pop .terms .left .speaker-img {
        width:100%;
        max-width: 233px;
    }
    #speaker-pop .terms .left .speaker-img img {
        width: 100%;
    }
    /* 20201119 김소라 추가 */
    .conference-area {
        position: static;
    }
    .conference-sub > ul {
        display: block;
        border-spacing: 0;
        border-collapse: inherit;
    }
    .conference-sub > ul li.conference-section {
        display: block;
        width: 100%;
        padding:20px 15px;
    }
    .conference-area ul >li {
        width: auto;
    }
    #speaker-pop .terms .terms-desc{
        height: auto;
        overflow-y: hidden;
    }
    /***********************/
    /* 20201119 김소라 추가 */
    .banner-slider .conference-swiper01,.banner-slider .conference-swiper02,
    .banner-slider .conference-swiper03{
        margin: 10px 2% 0;
    }
    /***********************/
}
@media (max-width:768px) {
    /* 20201119 김소라 삭제 
    .conference-sub > ul li.conference-section {
        width: 100%;
        padding:20px 15px;
    }
    */
}
@media (max-width:640px) {
    .conference-dese .title {
        font-size: 17px;
    }
    .conference-dese .tit-day {
        font-size: 13px;
    }
    .conference-dese .txt {
        font-size: 12px;
    }
    .conference-area button.vod-button {
        font-size: 12px;
    }
    .conference-sub > ul li.conference-section {
        margin:0 0 3%;
    }
    .conference-sub > ul li.conference-section .day {
        font-size: 13px;
    }
    #speaker-pop {
        margin-left: 0px;
        height: 65%;/*11-13 오후 4시 이후 수정*/
        z-index: 10000; /* 20201119 김소라 추가 */
    }
    #speaker-pop .close {
        right:-1px;/*20201111 박소희 기존 0수정*/
        top:0;/*20201111 박소희 기존-52px 수정*/
    }
    #speaker-pop .terms .right button {
        font-size: 14px;
    }
    #speaker-pop .terms .right> strong.name {
        font-size: 22px;
    }
    #speaker-pop .terms .left button {
        font-size: 13px;
    }
    #speaker-pop .terms .left .speaker-img {
        height: 167px;
    }
    #speaker-pop .terms .right p.terms-txt {
        height: 110px;
        font-size: 13px;
    }
}

@media (max-width:480px) {
    #speaker-pop .terms .left .speaker-img {
        height: 135px;
    }
    #speaker-pop .terms .right p.terms-txt {
        height: 78px;
    }
    #speaker-pop .terms .left button {
        font-size: 12px;
    }
    #speaker-pop .terms .terms-desc {
        font-size: 13px;
    }
    #speaker-pop .terms .right> strong.name {
        font-size: 20px;
    }
    #speaker-pop .terms .right button {
        font-size: 12px;
    }
}
@media (max-width:380px) {
    #speaker-pop .terms .right> strong.name {
        padding: 15px 0 20px;
        font-size: 17px;
    }
    #speaker-pop .terms .left .speaker-img {
        height: 105px;
    }
    #speaker-pop .terms .right p.terms-txt {
        height: 65px;
        font-size: 12px;
    }
}