/*20201109 박소희 추가*/
#header .inner.fixmenu{
    background: linear-gradient(to top, #6195ce, #1e2f73);
    height:130px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    }
}
#footer.on-air-footer{
    background: linear-gradient(to bottom, #6195ce, #1e2f73);
}
/*20201109 박소희 추가 끝*/
.table-area {
    height: 60vh;
}
.table-area .inner-wrap {
    width: 100%;
    max-height: calc(70vh - 75px - 20px - 40px);/*11-12 오후 2시 이후 수정*/
    overflow-y: scroll;
    min-height: calc(70vh - 75px - 20px - 40px);/*11-12 오후 2시 이후 수정*/
    padding-top: 30px;/*11-12 오후 2시 이후 추가*/
}
#onair_bg {
    position: relative;
    background: url('../../assets/images/onair/onair_bg.png') #000;
    background-position: top center;
    background-repeat: no-repeat;
}
.onair {
    z-index: 3;
    width: 100%;
    padding: 0 0 120px;
    margin-top: 225px;
}
.onair_movie {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 562px;
    margin:140px auto 0;
}
.movie_view {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*20201109 박소희 추가*/
.onair-desc-box{
    max-width:769px;
    margin:-10px auto 0;
    padding: 1% 0%;
    font-size: 14px;
    line-height: 2;
    color: #fff;
}
/*20201109 박소희 추가 끝*/
.onair_infoTop {
    width: 100%;
    background: #fff;
    padding: 10px 30px 20px;
    margin: 20px 0 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    box-shadow: 0px 15px 10px -15px rgba(0,0,0,0.3);
}
.onair_infoTop:after {
    content: '';
    display: block;
    clear: both;
}
.info_conts {
    float: left;
    width: 375px;
    vertical-align: middle;
}
.info_conts:nth-child(2) {
    position: relative;
    width: calc(100% - 385px);
    padding: 0px 10px 15px;
    box-sizing: border-box;
    white-space: pre-line;
    font-size: 17px;
    margin-top: -10px;
}
.info_conts:nth-child(2):after {
    display: none;
}
.info_conts:nth-child(3) {
    width: 100%;
    margin-top: 15px;
}
.info_line {
    position: relative;
}
.info_line:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 60px;
    background: #000;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
}
.onair_tag {
    display: inline-block;
    background: #000;
    margin: 0 10px 0 0;
    color: #fff;
    width: 150px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
}
.onair_session {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    color: #a5a5a5;
    font-weight: bold;
}
.info_conts strong {
    font-size: 22px;
    color: #000;
    padding-top: 10px;
}
.info_conts ul li {
    display: inline-block;
    margin: 0 2px;
}
.info_conts ul li.on {
    border: 2px solid #f2931f;
    border-radius: 50%;
}
.onair_infoBottom {
    position: relative;
    width: 100%;
    padding: 30px;
    background: #f2f2f2;
    font-size: 0;
}
.info_photo {
    display: inline-block;
    vertical-align: middle;
    width: 20%;/*20201109 박소희 수정 기존 15%*/
    min-width: 200px;
}
.info_txt {
    display: inline-block;
    vertical-align: middle;
    width: calc(80% - 50px);/*20201109 박소희 수정 기존 85%*/
}
.info_txt .blue-btn {
    background: #083f94;
    color: #fff;
    padding: 7px 0 5px;
    font-size: 18px;
    display: block;
    width: 140px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 10px;
}
/*11-16 오전 추가*/
.info_txt .blue-btn.w190{
    width: 190px;
}
/*11-16 오전 추가 끝*/
.info_txt h6 {
    margin: 0 0 5px;
    line-height: 26px;
}
.info_txt h6 span {
    display: inline-block;
    vertical-align: baseline;
}
.info_txt h6 span em {
    display: inline-block;
}
.info_txt h6 + p {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info_txt h6 + p.on {
    height: auto;
    display: block;
}
.info_txt h6 + p.on + .btn_view {
    background: url(../images/onair/arrow-gray-up.png)no-repeat right center;
}
.info_txt .btn_view {
    display: inline-block;
    color: #898989;
    font-size: 12px;
    border: 0;
    outline: 0;
    font-family: inherit;
    font-weight: 300;
    vertical-align: middle;
    margin-top: 10px;
    background: url(../images/onair/arrow-gray.png)no-repeat right center;
    padding-right: 12px;
}
.img_person {
    margin: 0 0 10px;
    width:200px;/*20201109 박소희 추가*/
    height:200px;/*20201109 박소희 추가*/
}
/*20201109 박소희 추가*/
.img_person img{
    max-width:100%;
    width: 100%;
}
/*20201109 박소희 끝*/
.btn_down {
    background: #000;
    font-size: 16px;
    color: #fff;
    width:200px;/*20201109 박소희 추가 기존 174px*/
    text-align: center;
    height: 43px;
    line-height: 43px;
}
.btn_down [class*=" xi-"],
.btn_down [class^=xi-] {
    line-height: 43px;
    font-size: 16px;
}
.name_ko {
    font-size: 26px;
    font-weight: bold;
    color: #000;
}
.name_eng {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-left: 10px;
}
.spot_red {
    font-size: 17px;
    font-weight: bold;
    color: #f00c3c;
    margin-left: 10px;
}
.onair_info_close {
    position: absolute;
    bottom: 0;
    right: 0;
}

.onair_infoBottom.mobile {
    display: none;
}
.onair_infoBottom.mobile .info_photo {
    width: 100%;
}
.onair_infoBottom.mobile .info_photo .img_person {
    display: inline-block;
}
.onair_infoBottom.mobile .info_photo .img_person img {
    width:200px;/*20201109 박소희 수정*/
    margin:auto;/*20201109 박소희 추가*/
}
/*20201109 박소희 추가*/
.onair_infoBottom.mobile .info_photo .info_txt {
    /*display: inline-block;
    width: calc(100% - 160px);
    margin-left: 20px;*//*모바일에서 중앙정렬을 위해 삭제*/
    display: block;
    width: 100%;
    text-align: center;
}
/*20201109 박소희 추가 끝*/
.onair_infoBottom.mobile .name_eng {
    margin-left: 0;
}
.onair_infoBottom.mobile .info_txt {
    width:100%;
}
.onair_infoBottom.mobile .info_txt p {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}
.onair_infoBottom.mobile .info_txt p.on {
    height: auto;
    display: block;
}
.onair_infoBottom.mobile .info_txt p.on + .btn_view {
    background: url(../images/onair/arrow-gray-up.png)no-repeat right center;
}
/*11-12 오후 2시 이후 추가*/
.showcase{
    padding: 30px;
}
.showcase .showcase-content{
    overflow: hidden;
    margin: 0 205px;
    position: relative;
    background-color: #f2f2f2;
}
.showcase .showcase-content .image-area{
    margin: 30px;
    float:left;
}
.showcase .showcase-content .text-area{
    width: calc(100% - 260px);
    text-align: left;
    padding: 30px 30px 30px 0;
    float:left;
}
.showcase .showcase-content .text-area > a{
    display: block;
    border: 1px solid #555;
    background: #fff;
    font-size: 13px;
    padding: 5px 0;
    width: 100px;
    text-align: center;
    margin-bottom: 10px;
}
/* 11-16 오전 추가 */
.showcase .showcase-content .text-area > a.w160{
    width: 160px;
}
/*1-16 오전 추가 끝 */
.showcase .showcase-content .text-area .title{
    font-weight: bold;
    font-size: 20px;
    word-break: break-all;
}
.showcase .showcase-content .text-area p.content{
    line-height: 1.5;
    word-break: keep-all;
    font-size: 14px;
    margin-top: 10px;/*11-12 오후 4시 이후 추가*/
}
/*11-12 오후 2시 이후 추가  끝*/
@media(max-width:1280px) {
    .onair_movie {
        width: 96%;
    }
    /*20201109 박소희 추가*/
    .info_photo{
        width: 30%;
    }
    /*20201109 박소희 추가 끝*/
    .info_txt {
        width: calc(80% - 90px);
        /*20201109 박소희 수정 기존 85%*/
    }
    .info_conts {
        float: none;
        width: 100%;
    }
    .info_conts:nth-child(2) {
        width: 100%;
        padding: 15px 0;
    }
    .info_line:after {
        display: none;
    }
    /*11-12 오후 2시 이후 추가*/
    .onair{
        padding: 0 0 60px;
    }
    .showcase .showcase-content{
        width:100%;
        margin:0;
        height:auto;
    }
    .showcase .showcase-content .image-area{
        width: 100%;
        text-align: left;
        margin:15px 0 0 0;
        float:none;
        text-align:center;
    }
    .showcase .showcase-content .image-area img{
        display:inline-block;
    }
    .showcase .showcase-content .text-area{
        width: 100%;
        padding: 30px 15px;
        float:none;
    }
    .showcase .showcase-content .text-area .title{
        font-size: 17px;
        word-break: break-all;
    }
    .showcase .showcase-content .text-area p.content{
        font-size: 13px;
    }
    /*11-12 오후 2시 이후 추가 끝*/
}
@media(max-width:1024px) {
    .table-area {
        height: auto;
    }
    .table-area .inner-wrap {
        width: 100%;
        max-height: none;
        overflow-y: hidden;
        min-height: auto;
        padding-bottom: 30px;
    }
    #onair_bg {
        background: #141d39;
    }
    .onair {
        margin-top: 35px;
        padding: 0 0 60px;
    }
    .info_photo {
        width: 30%;
    }
    .info_txt {
        width: 70%;
    }
    .onair_movie_wrap {
        background: url(../images/onair/m-onair-bg.png)no-repeat;
        background-size: 100%;
        padding-top: 10%;
    }
    .onair_movie {
        height: 0;
        padding-bottom: 55%;
        margin: 0 auto;
        
    }
    .info_conts:nth-child(2) {
        width: 100%;
        padding: 0;
        margin: 20px 0;
        font-size: 17px;
    }
    .info_conts:nth-child(2):before {
        content: '';
        display: block;
        position: absolute;
        top:0;
        left: 0;
        width:30px;
        height: 1px;
        background: #000;
    }
    .info_conts:nth-child(2):after {
        content: '';
        display: block;
        position: static;
        margin-top: 30px;
        width: 30px;
        height: 1px;
        background: #000;
        transform: none;
    }
    .info_conts:nth-child(3) {
        padding-left: 0;
    }
    .onair_infoBottom {
        padding: 30px 15px;
    }
    .onair_infoBottom.mobile {
        display: block;
    }
    .onair_infoBottom.pc {
        display: none;
    }
    .info_txt .blue-btn {
        padding: 5px 0 3px;
        font-size: 14px;
        width:200px;/*20201109 박소희 수정 기존 105px*/
    }
    .info_txt h6 span {
        display: block;
    }
    .name_ko {
        font-size: 20px;
    }
    .onair_infoBottom.mobile .name_eng {
        line-height: 1.3;
        font-size: 13px;
    }
    .btn_down {
        font-size: 14px;
        width:200px;/*20201109 박소희 수정 기존 140px*/
        height: 33px;
        line-height: 34px;
    }
    .btn_down [class*=" xi-"], 
    .btn_down [class^=xi-] {
        line-height: 33px;
    }
    .onair_infoTop {
        padding:5px 15px 15px;
    }
    /*20201109 박소희 추가*/

    /* 20201118 김소라 수정 */
    #onair_bg #header .inner.fixmenu{
        background: #141d39!important;
        height: 97px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    /***********************/
    .onair-desc-box {
        padding:3%;
        font-size: 15px;
    }
    .onair_infoBottom.mobile .info_photo .img_person{
        display: block;
        margin: auto;
    }
    .info_txt .blue-btn {
        margin: auto;
    }

    .btn_down {
        margin: auto;
        width:200px;
    }
    .onair_infoBottom.mobile .info_txt{
        text-align:center;
    }
    /*20201109 박소희 추가 끝*/
    /*11-16 오전 추가*/
    .info_txt .blue-btn.w190{
        width:200px;
    }
    /*11-16 오전 추가 끝*/
}
@media(max-width:768px) {
@media(max-width:640px) {
    .onair_movie {
        padding: 10% 0 44%;
    }
}
@media(max-width:480px) {
    .info_txt h6 span {
        display: block;
    }
    .spot_red {
        margin-left: 0;
    }
    .btn_down {
        font-size: 14px;
        /*width: 100%/*20201109 박소희 삭제*/
        height: 38px;
        line-height: 38px;
    }
    .btn_down [class*=" xi-"], 
    .btn_down [class^=xi-] {
        line-height: 38px;
    }
}