/* 공통 속성 */
.width-15 {
    width: 16.66% !important;
}
.width-20 {
    width: 20% !important;
}
.width-25 {
    width: 25% !important;
}
.width-33 {
    width: 33.3333% !important;
}
.full {
    width: 100% !important;
}
.half {
    width: 50% !important;
}
    .half-two-col {
        display:inline-block;
        vertical-align: top;
    }
        .half-two-col .half-two-col-left {
            display: inline-block;
            width: 20%;         
            text-align: center;   
        }
        .half-two-col .half-two-col-right {
            display: inline-block;
            width: 80%;
        }
.p-lr-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.font-22 {
    font-size: 22px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-bold {
    font-weight: 700 !important;
}
.font-normal {
    font-weight: 400 !important;
}
.font-orange {
    color: #ff3333 !important;
}
.font-black {
    color: #333 !important;
}
.font-blue {
    color: #3b9ef3 !important;
}
.font-gray {
    color: #888!important;
}
.mb120 {
    margin-bottom: 120px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.pl8 {
    padding-left: 8px !important;
}
.pr8 {
    padding-right: 8px !important;
}

.big-tit {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-top: 100px;
}
.small-tit {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    padding-left: 18px;
    margin-top: 40px;
    position: relative;
}

    .small-tit .small-tit-sub {
        font-size: 16px;
        font-weight: 400;
        color: #888;
    }
    .small-tit .small-tit-right-sub {
        font-size: 14px;
        font-weight: 400;
        color: #888;
        position: absolute;
        right: 0;
        bottom: 0;
    }

.half-wrap .half {
    width: 48.75% !important;
}
.mypage-wrap input[type=password],
.mypage-wrap input[type=text], .mypage-wrap select {
    height: 46px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px;
}
.mypage-wrap textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
}
.mypage-wrap select {
    padding-right: 50px
}
.mypage-wrap label {vertical-align: middle}
.mypage-wrap input[type='checkbox'], .mypage-wrap input[type='radio'] {
    display: none;
}
.mypage-wrap input[type='checkbox'] + label::before {    /* 가짜 라디오버튼 만들기 */
    content: ' ';
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    background: url("//img.daara.co.kr/exhi/exhi_2019/main/check-off.png") no-repeat;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.mypage-wrap input[type='checkbox']:checked + label::before {    /* 가짜 라디오버튼 체크했을 때 */
    background: url("//img.daara.co.kr/exhi/exhi_2019/main/check-on.png") no-repeat;
}

.row.p-6 {
    margin-left: -6px;
    margin-right: -6px;
}
    .row.p-6 > div, .row.p-6 > li, .row.p-6 > p {
        padding-left: 6px; padding-right: 6px;
    }
.row.p-8 {
    margin-left: -8px;
    margin-right: -8px;
}
    .row.p-8 > div, .row.p-8 > li, .row.p-8 > p {
        padding-left: 8px; padding-right: 8px;
    }    

.btn-blue {
    background: #3399FF;
    border: 1px solid #3399FF;
    color: #fff;
}
.btn-red {
    border: 1px solid #f32d2d;
    background: #FF3333;
    box-shadow: 0px 3px 0px 0px #FEEAEA;
    color: #fff;
}
.btn-xs {
    width: 74px;
    padding: 6px 0; /* height = 32px */
}
    .btn-cancel .ico-chk {
        display: inline-block;
        width: 17px;
        height: 12px;
        background: url(//img.daara.co.kr/exhi/komaf_2019_new/ico/ico_check_arrow.png) no-repeat;
        background-size: cover;
        margin-right: 8px;
    }
.btn-editor-open {
    border: 1px solid #4e9ce9;
    background: #66B3FE;
    border-bottom-left-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    color: #fff;
    margin-top: 20px;
    padding: 11px 0;
    box-shadow: 0px 3px 0px 0px #F0F0F0;
}
.ico-triangle-down {
    display: inline-block;
    background: url('//img.daara.co.kr/exhi/komaf_2019_new/ico/ico_triangle_down_white.png') no-repeat;
    background-size: cover;
    width: 11px;
    height: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 8px;
}

.global-footer {
    border-top: 1px solid #e4e4e4;
}
.mypage-wrap .page-wrap {
    margin-bottom: 142px;
}
/* 공통 속성 */

/* 탭 메뉴 */
.mypage-wrap .tab-menu {
    border-top: 3px solid #333;
    margin-top: 62px;
}
    .mypage-wrap .tab-list {
        border-left: 1px solid #ccc;
		display: -ms-flex;
		display: flex;
    }
    .mypage-wrap .tab-list li {
        display: flex;
		align-items: center;
		justify-content: center;
        font-size: 20px;
        font-weight: 700;
        color: #333;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 17px 4px;
        text-align: center;
        cursor: pointer;
        background: #F7F7F7;
    }
        .mypage-wrap .tab-list li a {
            color: #333;
            display: block;
			line-height: 1.1;
        }
    .mypage-wrap .tab-list li.selected {
        background: #fff;
        border-bottom: 0;
        color: #4780f2;
    }
        .mypage-wrap .tab-list li.selected a {
            color: #4780f2;
        }

/* 탭 메뉴 */

/* 테이블 메뉴 */
.table-menu .table {
    width: 100%;
    /* border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4; */
    border: 1px solid #ccc;
    margin-top: 14px;
    table-layout:fixed;
}
.table th{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc!important;
}
    /* .table-menu .table tr {
        border-bottom: 1px solid #e4e4e4;
    } */
    /* .table-menu .table tr:last-child {
        border-bottom: 0;
    } */
    .table thead th{
        border-bottom: 0;
    }
.table-menu .table th {
    width: 160px;
    background: #f7f7f7;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 26px 0;
    text-align: center;
}
.table-menu .table td {
    padding: 10px;
}
.type-sub-tit {
    font-size: 16px;
    color: #ff3300;
    margin-left: 30px;
}
.type-hide {
    display: none;
}

.table-menu-row {

}
.table-menu-row .table th {
    width: auto;
    padding: 14px 0;
    border-left: 1px solid #ccc;
}
/* .table-menu-row .table th:last-child {
    border-right: 0;
} */
    .table-menu-row .table td {
        padding: 20px 10px;
        line-height: 30px;
        border-right: 1px solid #e4e4e4;
        color: #333;
        word-break:break-word;
        word-wrap:break-word;
        font-size: 14px;
    }
    .table-menu-row .table td:last-child {
        border-right: 0;
    }
    .table-menu-row .table .con {
        padding: 20px 30px;
    }
.table .bar {
    height: 14px;
    margin: 0 12px;
    top: -1px;
}
/* 테이블 메뉴 */

/* 에디터 */
.item-wrap-box {
    margin-top: 12px;
}
#form-daumeditor {
    display: none;
}
#form-daumeditor.selected {
    display: block;
}
#form-daumeditor-btn.selected .ico-triangle-down {
    transform: rotateX(180deg);
}
/* 에디터 */

/* 업로드 이미지 */
.upload-img-wrap .img-box {
    float: left;
    width: auto;
    margin-right: 30px;
}
    .img-box .img-box-wrap {
        height: 100px;
        vertical-align: middle;
        line-height: 100px;
        margin-bottom: 10px;
        text-align: center;
    }
        .upload-img-wrap .img-box img {
            max-width: 74px;
            max-height: 100px;
        }
        .upload-img-wrap .img-box .btn-delete {
            display: block;
        }
/* 업로드 이미지 */

/* 업로드 파일 */
.upload-file-wrap .file-box {
    margin-bottom: 20px;
}
.upload-file-wrap .file-box:last-child {
    margin-bottom: 0;
}
    .upload-file-wrap .file-box .btn-delete {
        margin-left: 10px;
    }
/* 업로드 파일 */

/* 체크박스 스타일 */
.chk-box-wrap .chk-item {
    display: inline-block;
    margin-right: 10px;
}
/* 체크박스 스타일 */

/* 버튼 영역 */
.mypage-wrap .btn-wrap {
    margin: 80px;
    text-align: center;
}
.join-pri{
	text-align:center;
}
/* 버튼 영역 */

/* list-con-wrap s */
    .list-con-wrap {
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
    }
        .list-con {
            display: table;
            width: 100%;
            border-bottom: 1px solid #e4e4e4;
        }
        .list-con:last-child {
            border-bottom: 0;
        }
        .list-con .list-item {
            display: table-cell;
            vertical-align: middle;
        }
        .list-con > .img, .list-con .contact {
            width: 256px;
            max-width: 256px;
            padding: 30px 38px;
            text-align: center;
        }
        /* .list-con > .img .img {
            height: 180px;
            display: table;
            position: relative;
        }
        .list-con > .img img {
            max-width: 100%;
        }
        .list-con > .img .img-box {
            display: table-cell;
            vertical-align: middle;
        }
        .list-con > .img .bg-box {
            background-color: rgba(139, 139, 139, 0.2);
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        } */
        .list-con .img img {
            max-height: 180px;
            max-width:180px;
        }
        .list-con .con {
            width: calc(100% - 512px);
        }
        .list-con .img .ribbon {
            left: 0;
        }
        .list-con .btn-base {
            margin-top: 16px;
        }
        .list-con .contact .dc-price {
            color: #888;
            font-weight: bold;
            margin-bottom: 6px;
            position: relative;
            top: -2px;
        }
        .list-con .contact .price {
            color: #000;
            font-weight: bold;
            font-size: 1.5rem;
        }
        .list-con .contact .price.color-orange {
            color: #ff3300;
        }
        .list-con .won {
            color: #333;
            font-weight: bold;
            font-size: 1.125rem;
        }
        .list-con .p-name {
            max-width: 588px;
            font-size: 1.125rem;
            font-weight: bold;
            color: #333;
            margin-bottom: 12px;
            height: 19px;
        }
            .list-con .p-name a {
                color: #333;
                text-decoration: none;
            }
            .list-con .p-cate a {
                color: #888;
                text-decoration: none;
            }
            .list-con .contact p a {
                /* color: ; */
                text-decoration: none;
            }
        .list-con .p-cate {
            font-size: .875rem;
            color: #333;
            white-space: nowrap;
            max-width: 588px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .list-con .p-cate .now {
            color: #3b9ef3;
            border-right: 1px solid #ccc;
            margin-right: 10px;
            padding-right: 10px;
        }
        .list-con .p-booth {
            font-size: .875rem;
            color: #888;
            margin-top: 38px;
        }
        .list-con .p-booth .now {
            color: #000;
            border-right: 1px solid #ccc;
            margin-right: 10px;
            padding-right: 10px;
        }
        .list-con .p-info {
            margin-top: 10px;
        }
        .list-con .p-info, .list-con .p-booth {
            font-size: .875rem;
            color: #888;
        }
        /* 190821 추가 */
        .p-name.on-line .p-booth {
            font-size: 1.125rem;
            font-weight: 400;
        }
        .p-name.on-line .bar {
            height: 70%;
            top: -1px;
            width: 1px;
        }
        /* 190821 추가 */
        .list-con .p-counter {
            font-size: .8125rem;
            color: #888;
            margin-top: 10px;
        }
        .list-wrap .page-wrap {
            margin-bottom: 142px;
        }
        .list-con .contact .btn-small {
            width: 146px;
        }
        .list-con .p-count {
            font-size: .875rem;
            color: #888;
        }
        .list-con .product .p-count a {text-decoration:none;color:inherit}
    /* list-con-wrap e */

/* list-wrap e */

/* 대표제품 선택 영역 */
.result-tit-wrap {
    margin: 40px 0;
    position: relative;
}
/* 대표제품 선택 영역 */

/* 받은 내역 보낸 내역 영역 */
.btn-toggle-wrap {
    display: inline-block;
    width: 280px;
    background: #F7F7F7;
    border-radius: 50px;
    text-align: center;
}
    .btn-toggle-wrap .btn-toggle {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        display: block;
        padding: 11px 0;
        width: 50%;
        float: left;
        border-radius: 50px;
    }
    .btn-toggle-wrap .btn-toggle.selected {
        background: #3B9EF3;
        color: #fff
    }
/* 받은 내역 보낸 내역 영역 */

.q-date {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

/* 예약현황 */
.result-tit-wrap-matching {
    margin: 0;
    position: relative;
    height: 100px;
}
.result-tit-wrap-matching > div {
    border-bottom: 1px solid #e4e4e4;
}
.result-tit-wrap-matching > div::after {
    content: '';
    display: table;
    clear: both;
}
    .matching-date-wrap {
        float: left;
        line-height: 100px;
    }
        .matching-date-list::after {
            content: '';
            display: table;
            clear: both;
        }
            .matching-date-list li {
                float: left;
                width: 170px;
                text-align: center;
                margin-right: 20px;
                position: relative;
            }
            .matching-date-list li.selected {
                border-bottom: 2px solid #3B9EF3;
            }
            .matching-date-list li.selected::after {
                content: '';
                width: 0;
                height: 0;
                position: absolute;
                bottom: -8px;
                left: 50%;
                border-top: 8px solid #3B9EF3;
                border-right: 8px solid transparent;
                border-left: 8px solid transparent;
                margin-right: -8px;
            }

            .matching-date-list li:last-child {
                margin-right: 0;
            }
                .matching-date-list li a {
                    color: #888;
                    display: block;
                }
                .matching-date-list li.selected a {
                    color: #333;
                }
.result-tit-wrap-matching .btn-toggle-wrap {
    float: right;
    margin-top: 30px;
}            

.result-tit-wrap-matching .btn-toggle-wrap_log {
    /* float: right; */
    margin-top: 30px;
}   

/* 통계내역 영역 */
.btn-toggle-wrap_log {
    display: inline-block;
    width: 1110px;
    background: #F7F7F7;
    border-radius: 50px;
    text-align: center;
}
    .btn-toggle-wrap_log .btn-toggle {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        display: block;
        padding: 11px 0;
        width: 20%;
        float: left;
        border-radius: 50px;
    }
    .btn-toggle-wrap_log .btn-toggle.selected {
        background: #3B9EF3;
        color: #fff
    }
/* 통계내역 영역 */

/* 예약현황 */



input.multi_chk[type='checkbox'] {

display:inline;
}
.del_div{width:100%; padding:10px 0 10px 0; display: table;}
.del_div2{width:50%; display: table-cell; text-align:left;}
.del_div3{width:50%; display: table-cell; text-align:right;}

.btn-blue-del {
    background: #3399FF;
    border: 1px solid #3399FF;
    color: #fff;
	width:100px;

}

.tit-wrap{
    padding: 11px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.tit-wrap p{
    float: left;
    font-weight: bold;
    text-align: center;
}
.tit-wrap p:first-child{
    width: 85%;
    text-align: center;
}

/* 2021.04.09 강한솔 통계 탭 리뉴얼 */

.left-result-wrap{
    width: 240px;
    height: 209px;
    float: left;
    margin-right: 25px;
}
.left-result-wrap .btn-toggle-wrap_log{
    width: 100%;
    margin-top: 50px;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 1px 4px #00000014;
    border-radius: 4px;
}
.left-result-wrap .btn-toggle-wrap_log a.btn-toggle{
    
}
.re-matching-list-wrap{
    width: 840px;
    overflow: hidden;
}
.left-result-wrap .btn-toggle-wrap_log a.btn-toggle{
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    border-radius: initial;
    font-weight: initial;
    padding: 8px 0 8px 15px;
    font-size: 16px;
}
.left-result-wrap .btn-toggle-wrap_log .btn-toggle.selected{
    background-color: #4780F2;
    font-weight: bold;
}
.left-result-wrap .btn-toggle-wrap_log .btn-toggle.selected:first-child{
    border-radius: 4px 4px 0 0;
}
.left-result-wrap .btn-toggle-wrap_log .btn-toggle.selected:last-child{
    border-radius: 0 0 4px 4px;
}
.left-result-in{
    border-bottom: #fff!important;
}

/* 참가업체 & 출품제품 btn */
.wish-btn-wrap{
    position: absolute;
    top: 143px;
    right: 10px;
    display: flex;
}
.wish-btn-wrap a{
    width: 60px;
    height: 19px;
    border-radius: 4px;
    background-color: #999;
    color: #fff;
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: initial;
}
.wish-btn-wrap a:first-child{
    margin-right: 5px;
}

.selected + .wish-btn-wrap a.selected{
    background-color: #fff;
    color: #4780F2;
    font-weight: bold;
}
.selected + .wish-btn-wrap a.none-selected{
    background-color: rgba(255,255,255,.4);
    color: #4780F2;
    font-weight: bold;
}
/* end */
.tit-wrap01{
    display: flex;
}
.tit-wrap01 .all-number{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 45px;
    margin-left: 20px;
}
.tit-wrap01 .all-number span{
    color: #FF0000;
}
.date-wrap01{
    background: #f7f7f7;
    padding: 16px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.date-wrap01 table{
    width: 100%;
}
.date-box01 input{
    padding: 7px 10px 7px 0;
    height: 36px;
    font-weight: bold;
}
.date-box02{
    text-align: right;
}
.date-box02 strong{
    padding-right: 10px;
}
.date-box02 button{
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 10px;
}
.date-box02 button.selected{
    background-color: #0094A5;
    border: 1px solid #0094A5;
    color: #fff;
}
.cases-number{
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
}
.cases-number span{
    color: #FF0000;
}
.confirm-btn{
    border: 0;
    background-color: #3399FF;
    color: #fff;
}
.sns-add{
    height: 40px;
    line-height: 40px;
}


.grey-btn{
    display: inline-block;
    background-color: #666666;
    color: #fff;
    padding: 7px 19px;
    border-radius: 2px;
    font-size: 18px;
    box-shadow: 0px 2px 1px #8b8b8b3d;
    margin: 10px 20px 10px 5px;
}
.btn-search{
    margin: 15px 0 0 0;
}
/* .join-pri{
    display: none;
} */
.search-popup{
    background-image: url(//img.daara.co.kr/exhi/koema/search_img.png);
    background-repeat: no-repeat;
    height: 90px;
    margin: 20px 25px 0;
    background-size: 107px 100px;
    border-bottom: 1px solid #ccc;
}
.search-popup ul{
    display: flex;
    justify-content: space-between;
    margin-left: 130px;
}
.search-popup ul li{
    font-size: 24px;
    font-weight: bold;
}
.search-popup .close{
    background-image: url(//img.daara.co.kr/exhi/koema/close_x.PNG);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.search-popup p{
    font-size: 16px;
    color: #666;
    margin-left: 130px;
}
.search-popup-table{
    position: relative;
    margin: 0 20px 25px;
}
.search-popup-table p{
    font-size: 14px;
    color: #0094A5;
    padding: 20px 0 5px 0;
}
.search-input{
    width: 70%;
}
.search-input02{
    height: 132px!important; 
}
.btn-submit{
    color: #fff;
    background-color: #0094A5;
}

.btn-hs-search{
    position: absolute;
    top: 46px;
    right: 0;
    width: 100px;
    text-align: center;
    padding: 8px;
    color: #fff;
    background-color: #0094A5;
}
#search_list{
    overflow: auto;
    height: 143px;
}
#search_list ul{
    border: solid 1px #dee2e6;
    padding: 4px;
    width: 99%;
}
#divpop{
    display: none;
    position:absolute;
    left:50%;
    top:60%;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 42%;
    transform: translate(-50%, 10px);
}.agree-wrap{
    text-align: center;
    margin-top: 30px;
}
@media  (max-width:992px) {
    .grey-btn {
        margin: 12px 0;
        font-size: 13px;
    }
    .search-popup ul li {
        font-size: 16px;
    }
    .search-popup {
        margin: 20px 0 0;
    }
    .search-input{
        width: 60%!important;
    }
    #divpop{
        width: 95%;
    }
}


