/* 20201115GW : 높이추가 */
.table-area {
    height: calc(100vh - 212px);/*11-17 오전 수정 기존 calc(100vh - 225px);*/
}
/*11-17 오전 추가*/
.table-area .title-card{
    top:23px;
}
.table-area .inner-wrap {
    max-height: calc(100vh - 350px);
    min-height: calc(100vh - 350px); 
}
@media (max-width: 1024px) {
    .table-area {height: 100%}
    .table-area .inner-wrap {
        max-height: none;
        min-height: 0;
    }
}
/* 20201115GW : 높이추가 끝 */
.exhibitor-top {
    background: #f6f7fc;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 30px;
    font-size: 0;
}
.exhibitor-top .c-box {
    display: inline-block;
    vertical-align: middle;
    width:calc(100% - 260px);
}
.exhibitor-top .c-box h4 {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
}
.search-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width:260px;
    border: 1px solid #2a92ef;
    border-radius: 4px;
}
.search-box input[type="text"] {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    width: calc(100% - 60px);
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 15px;
    font-family: 'Noto Sans KR';
}
.search-box input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #2a92ef url("../images/inc/ico-search.png")no-repeat 50% 50%;
    background-size: 17px;
    width: 60px;
    height: 45px;
    text-indent: -99999px;
}

.item {
    padding:20px 30px;
}
.item h4 {
    font-size: 15px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ct-depth2 {
    display: inline-block;
    vertical-align: middle;
}
.ct-depth2 > div {
    display: inline;
}
.ct-depth2 > div:after {
    content: '';
    display: inline-block;
    vertical-align: -9px;
    background: #b2b2b2;
    width: 2px;
    height: 20px;
    margin: 0 10px;
}
.ct-depth2 > div:last-child:after {
    display: none;
}
.ct-depth2 > div .md-check {
    margin: 5px 6px 5px 0;
}

.country {
    font-size: 0;
    padding: 15px 30px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.country > div {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.country > div h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    width:180px;
}
.country > div select {
    height: 35px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width:calc(100% - 230px);
    border:1px solid #d7d7d7;
    font-family: 'Noto Sans KR';
    background: url("../images/sub/ico-select.png") no-repeat 97% 50%;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.country > div select::-ms-expand {
    display: none;
}
.country > div select option:first-child {
    color: #999;
}
.country > div select option{
  color: #000;
}

.filter-btn {
    color: #2a92ef;
    font-size: 14px;
    font-weight: bold;
    background:#fafafa;
    text-align: center;
    width: 100%;
    font-family: inherit;
    padding: 15px 0;
}
.filter-btn span {
    background: url(../images/sub/arrow-blue-up.png)no-repeat 100% 50%; /* 20201115GW : 화살표 방향 변경*/
    width: 120px;
    margin: 0 auto;
}
/*이세연 처음 (영문) 클래스 추가 (html도 수정됨 )*/
.filter-btn span.w168{width:168px;}
/*이세연 끝 (영문) 클래스 추가 (html도 수정됨 )*/
.filter-btn.on span {
    background: url(../images/sub/arrow-blue-down.png)no-repeat 100% 50%;/* 20201115GW : 화살표 방향 변경*/
}

.exhibitor-category + .hidden {
    /*display: none;*/
    display:block;/*20201111 박소희 추가*/
}

.inner + .inner {
    margin-top: 15px;
    padding: 15px 30px;
}
.exhibitor-bn {
    font-size: 0;
}
.exhibitor-bn div {
    display: inline-block;
    width:49%;
}
.exhibitor-bn div:first-child {
    margin-right: 2%;
}
.exhibitor-bn div img {
    width:100%;
}

.e-result {
    margin-top: 25px;
}
.e-result h4 {
    font-size: 25px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.e-result h4 span {
    display: inline-block;
    color: #2a92ef;
}
.e-result table {
    border: 1px solid #dbdbdb;
    margin-top: 10px;
}
.e-result table td{
    padding: 15px;
    box-sizing: border-box;
}
/*11-12 오후 4시 이후 추가*/
.e-result table td .thumb{
    width:200px;
    height:100px;
}
.e-result table td .thumb img{
    width:100%;
    height:100%;
}
/*11-12 오후 4시 이후 추가 끝*/
.e-result table td .zone {
    color: #fff;
    height: 25px;
    line-height: 25px;
    border-radius: 30px;
    font-size: 15px;
}
.e-result table td .zone01 {
    background: #118ea7;
}
.e-result table td .zone02 {
    background: #1b5a89;
}
/*20201111 박소희 3시 30분이후 추가*/
.e-result table td .zone03 {
    background: #3399cc;
}
.e-result table td .zone04 {
    background: #339966;
}
.e-result table td .zone05 {
    background: #333366;
}
.e-result table td .zone06{
    background: #663399;
}
/*######## 추가 끝 ###########*/
.e-result table tr.gray {
    background: #fafafa;
}
.e-result table tr.gray td {
    border-top: 1px solid #dbdbdb;
}
.e-result table td strong {
    display: block;
    font-size: 18px;
}
.e-result table td strong + p {
    font-size: 14px;
    margin-top: 10px;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    max-height:60px;
    line-height:20px;
    overflow:hidden;
    text-overflow:ellipsis;
}
.e-result table td .favorite {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #d7d7d7;
    background: #fafafa url("../images/sub/favorite-off.png")no-repeat 50% 50%;
    text-indent: -99999px;
    margin-right: 7px;
}
.e-result table td .favorite.on {
    background: #fafafa url("../images/sub/favorite-on.png")no-repeat 50% 50%;
}
.e-result table td .favorite + a {
    display: inline-block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #2a92ef;
    border:1px solid #2a92ef;
    text-align: center;
    font-weight: bold;
}
.e-result table td.information {
    font-size: 0;
}
.e-result table td.information > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 40px;
}
/*11-17 오전 추가*/
.e-result table td.en-information > div{
    line-height: 21px !important;
}
.e-result table td.information > div.m-right-127{
    margin-right: 127px;
}
/*11-17 오전 추가 끝*/
.e-result table td.information > div:last-child {
    margin-right: 0;
}
.e-result table td.information > div strong {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    min-width: 90px; /* 20201118 김소라 추가 */
}
.e-result table td.information > div strong.alliance {
    min-width: 120px;
}
.e-result table td.information > div strong:after {
    content: ''; 
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 14px;
    background: #d7d7d7;
    margin: 0 14px 0 20px;
}
/*11-16 오전 추가*/
.e-result table td.information > div strong.exhivitor-sub-tit{
        min-width: 165px;
}
/*11-16 오전 추가 끝*/
.e-result table td.information > div strong + div {
    display: inline; /* 20201115GW : 영문되더라도 한줄로 이어지면서 늘어나도록 */
    vertical-align: middle;
    /* max-width: 90%; 20201114 김소라 추가 */ 
    max-width: calc(100% - 95px); /* 20201114GW 재수정 영문일때 짤림 */
}
.e-result table td:first-child {
    padding: 20px 10px 20px 20px;
}



@media (max-width:1024px) {
    .exhibitor-top {
        padding: 15px;
    }
    .exhibitor-top .c-box h4 {
        display: block;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .exhibitor-top .c-box {
        display: block;
        width: 100%;
    }
    .search-box {
        display: block;
        width:100%;
        margin-top: 15px;
    }
    .ct-depth2 {
        margin-left: -10px;
    }
    .search-box input[type="submit"] {
        background-size: 14px;
        width: 50px;
    }
    .search-box input[type="text"] {
        font-size: 16px;
    }
    .item {
        padding: 15px;
    }
    .item h4 {
        font-size: 18px;
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
    }
    .item .ct-depth2 {
        margin-left: 0;
    }
    .ct-depth2 > div {
        display: block;
    }
    .ct-depth2 > div:after {
        display: block;
        vertical-align: middle;
        background: #b2b2b2;
        width: 100%;
        height: 1px;
        margin: 15px 0;
    }
    .country {
        padding:0 15px 5px;
    }
    .country > div h4 {
        width: 150px;
    }
    .country > div {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .country > div select {
        width: calc(100% - 150px);
    }

    .inner + .inner {
        margin-top: -1px;
    }
    .e-result table td strong + p {
        -webkit-line-clamp: 5;
        max-height: 100px;
    }
    .e-result table td {
        display: block;
    }
    .e-result table tr.gray td:not(:first-child) {
        border-top:0;
    }
    .e-result table td .zone {
        width: 30%;
        float: left;
        min-width: 160px;
    }
    .e-result table td.information > div {
        display: block;
        font-size: 15px;
        margin-right: 0; /* 20201114 김소라 추가 */
    }
    .e-result table td.information > div strong {
        display: block;
        margin: 10px 0 5px;
        font-size: 15px;
    }
    .e-result table td.information > div strong + div {
        line-height: 1.4;
        max-width: 100%; /* 20201114 김소라 추가 */
    }
    .e-result table td.information > div strong:after {
        display: none;
    }
}
@media (max-width:640px) {
    .country > div h4 {
        display: block;
        margin: 15px 0 10px;
        width: 100%;
    }
    .country > div select {
        width: 100%;
    }
    .filter-btn {
        font-size: 17px;
    }
    .filter-btn span {
        width: 30%;
        min-width: 135px;
    }
    .inner + .inner {
        padding: 15px;
    }
    .exhibitor-bn div {
        width:100%;
    }
    .exhibitor-bn div:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .search-box input[type="text"] {
        font-size: 14px;
    }
    
    .e-result table td .favorite {
        width: 35px;
        height: 35px;
        margin-right: 4px;
    }
    .e-result table td .favorite {
        background-size: 15px;
    }
    .e-result table td .favorite.on {
        background-size: 15px;
    }
    .e-result table td .favorite + a {
        width: 110px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    .ct-depth2 {
        margin-left: 0;
    }
    .exhibitor-top .md-check {
        margin: 5px 0;
    }
    .exhibitor-top .md-check:nth-child(2n) {
        width:45%;
    }
    .exhibitor-top .md-check:nth-child(2n-1) {
        width:55%;
    }
    .item .md-check {
        width: 100%;
    }
}
@media (max-width:480px) {
    .md-check {
        font-size: 12px;
    }
}