.table-area {
    /* height: 60vh; 20201115GW : table-area PC 에서 타이틀 짤려보여서 높이값 수정 (맥북에어 13인치 일반..) */
    height: calc(100vh - 371px);/*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 - 550px); /* 20201115GW : 높이추가 */
    min-height: calc(100vh - 550px); /* 20201115GW : 높이추가 */
}
.table-area .inner h5 {
    font-size: 15px;
    margin-bottom: 10px;
}
.desc {
    margin:0 0 10px 3.5%;
    font-size: 13px;
}
.desc a {
    display: inline-block;
    font-weight: bold;
}
.desc .red {
    color: #ff0000!important;
}
.showcase {
    padding:30px;
}
.showcase table {
    text-align: center;
    width: 100%;
    height: 100%;
    border-spacing: 0;
    border-top: 2px solid black;
}
.showcase table thead th {
    background-color: #f6f7fc;
    height: 25px;
}
.showcase table tbody tr.text td {
    height: 40px;
    border-bottom: 1px solid #dfdfdf;
}
/*20201111 박소희 추가*/
.showcase table tbody tr.text .play-area a.vod-none{color:#c2c2c2;}
.showcase table tbody tr.text .play-area .none-play-img{
    background: url(../images/images/no-vod-play.png)no-repeat center;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.showcase table tbody tr.text .showcaseIn a.no-entrance{
    background: #c2c2c2;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;
}
/*20201111 박소희 추가 끝*/
.showcase table tbody tr.text .play-area .play-img {
    background: url(../images/images/showcase_03.png)no-repeat center;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.showcase table tbody tr.text .button-area {
    width: 40px;
    height: 40px;
}
.showcase table tbody tr.text .button-area .folder {
    transition: all 0.2s ease;
    width: 100%;
    height: 100%;
    text-align: center;
}
.showcase table tbody tr.text .button-area .folder.active {
    background-color: black;
    transform: rotate(180deg);
}
.showcase table tbody tr.text .button-area .folder img {
    text-align: center;
    margin: 0 auto;
}
.showcase table tbody tr.text .showcaseIn a {
    background: #2a92ef;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    border-radius: 20px;
}
.showcase table tbody tr.content {
    display: none;
    background-color: #f2f2f2;
}
.showcase table tbody tr.content td {
    font-size: 0;
}
.showcase table tbody tr.content td > div {
    display: inline-block;
    font-size: 15px;
}
.showcase table tbody tr.content td .image-area {
    margin: 30px;
}
.showcase table tbody tr.content td .text-area {
    width: calc(100% - 260px);
    text-align: left;
    padding: 30px 30px 30px 0;
}
.showcase table tbody tr.content td .text-area > a {
    /* display: block; 20201115GW : 너비 유동으로 변경 - 영문일때를 위해.. */
    border: 1px solid #555;
    background: #fff;
    font-size: 13px;
    /* padding: 5px 0;
    width: 100px; 20201115GW : 너비 유동으로 변경 - 영문일때를 위해.. */
    /* 20201115GW : 너비 유동으로 변경 추가 */
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    min-width: 100px;
    max-width: 100%;
    /* 20201115GW : 추가끝 */
    text-align: center;
    margin-bottom: 10px;
}
/*이세연 추가 1113 html도 수정 처음  */
.showcase table tbody tr.content td .text-area > a.w180{width:180px;}
/*이세연 추가 1113 끝  */
.showcase table tbody tr.content td .text-area .title {
    font-weight: bold;
    font-size: 20px;
    word-break: break-all;/*이세연 추가 1109*/
}
.showcase table tbody tr.content td .text-area .content {
    line-height: 1.5;
    word-break: keep-all;
    font-size: 14px;
}
.showcase table tbody tr.content.active {
    display: table-row;
}

@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;
    }
    .showcase {
        padding: 15px;
    }
    .showcase table thead th {
        font-size: 13px;
    }
    .showcase table tbody tr.text td {
        font-size: 13px;
        height: auto;
        padding: 12px 0 12px 0px;/*12px 0 12px 110px 이세연 수정 1109*/
    }
    .showcase table tbody tr.content td .text-area .title {
        font-size: 17px;
        word-break:break-all;/*이세연 추가 1109*/
    }
    .showcase table tbody tr.content td .text-area .content {
        font-size: 13px;
    }
    .showcase table tbody tr.content td .text-area {
        width: 100%;
        padding: 30px 15px;
    }
    .showcase table tbody tr.content td .image-area {
        width: 100%;
        text-align: left;
        margin: 15px 0 0 15px;
    }
}
@media (max-width:768px) {
     /* 20201115 김소라 추가 */
    .showcase table tbody tr.content.active {
        display: block;
    }
    .showcase table tbody tr.text td {
        width:100%;
        height: 15px;
    }
    .showcase table tbody tr.content {
        margin-top: 0;
    }
    .showcase table tbody tr.text .showcaseIn a {
        font-size: 12px;
        width: 80px;
        height: 24px;
        line-height: 24px;
    }
    .showcase table tbody tr.text .showcaseIn a.no-entrance {
        font-size: 12px;
        width: 80px;
        height: 24px;
        line-height: 24px;
    }
    /************************/
    .showcase table tbody tr.content td {
        padding-left: 0px;
    }
     .showcase table tbody tr.content td .image-area {
         text-align: center;
     }/*이세연 추가 1109*/
     .showcase table tbody tr.content td .image-area img {display: inline-block;}/*이세연 추가 1109*/
    .showcase table tbody tr.text .button-area {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0;
    }
    /*20201111 박소희 클래스 추가*/

    /* 20201115 김소라 수정 */
    .showcase table tbody tr.text .showcaseIn a,.showcase table tbody tr.text .showcaseIn a.no-entrance{
        margin: -4px 0 0;
    }
    /************************/

    /* 20201118 김소라 추가 */
    .showcase table tbody tr.text td:nth-child(5) {
        height: auto;
    }
    /***********************/

    /* 20201119 김소라 추가 */
    .showcase table tbody tr.text td:nth-child(4) {
        height: auto;
    }
    /***********************/
}