/* search s */
.search {
    padding: 20px 0;
}
.search .tit {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.search .sub-tit {
    font-size: .875rem;
    color: #888;
    line-height: 20px;
    word-break: keep-all;
}
.search .input-search {
    width: 100%;
    border: 2px solid #005CAC;
    border-radius: 4px;
    padding: 11px 0 11px 12px;
}
.search-wrap {
    position: relative;
    margin-top: 20px;
}
.search-btn-wrap {
    display: flex;
    align-items: center;
    border: 2px solid #005CAC;
    border-radius: 4px;
    height: 46px;
    padding: 0 10px;
    box-shadow: 0px 3px 1px -1px #f5f5f5;
}
.search-wrap .btn-detail {
    /* position: absolute;
    top: 12px;
    right: 0;
    border-left: 1px solid #e4e4e4; */
    padding: 0;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #e4e4e4;
}
.btn-search {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(http://img.daara.co.kr/exhi/komaf_2019_new/ico/ico_search.png) no-repeat;
    border: 0;
    position: static;
    padding: 0;
}
.search-wrap .btn-detail {
    position: static;
    padding: 0;
    margin-left: 7px;
    padding-left: 7px;
}
.search .input-search {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    vertical-align: top;
}
/* search e */

/* search-tab-wrap s */
.search-tab-wrap {
    border-top: 7px solid #e4e4e4;
    background: #fff;
    padding: 20px 0;
}
/* search-tab-wrap e */

.tab-wrap-list {
    border-radius: 50px;
    background: #e4e4e4;
}

/* sort-wrap s */
.sort-wrap {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
}
    .sort-wrap .sort-list li {
        border-left: 1px solid #e4e4e4;
        margin-right: 8px;
        padding-left: 8px;
    }
    .sort-wrap .sort-list li:first-child {
        border-left: none;
        padding-left: 13px;
    }
    .sort-wrap .sort-list a {
        color: #888;
        text-decoration: none;
    }
    .sort-wrap .sort-list .selected a {
        color: #333;
        font-weight: 700;
    }
/* sort-wrap e */

/* list-con-wrap s */
.list-con-wrap {

}
    .list-con-wrap .list-con {
        border-bottom: 7px solid #e4e4e4;
    }
    .list-con-wrap .list-con:last-child {
        border-bottom: none;
    }
        .list-con-wrap .list-con .row {
            display: flex;
            padding: 15px 12px;
            margin-left: 0;
            margin-right: 0; 
        }
        /* 200813 윤성수정 */
        .list-con-wrap .list-con .img {
            width: 120px;
            height: 120px;
        }
        .list-con-wrap .list-con .img img {
            max-height: 120px
        }
        .list-con .img-box {
            text-align: center;
        }
        .list-item .p-name a {
            color: #000;
            text-decoration: none;
        }
        .list-item .p-price a {
            color: initial;
            text-decoration: none;
        }
        .list-con-wrap .list-con .con {
            width: 55%;
            margin-left: 3%;
        }
        .list-con .p-cate {
            font-size: 1rem;
            color: #000;
        }
        .list-con .p-info {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 8px;
            text-align:left;
        }
        .list-con .p-price {
            font-size: 1.188rem;
            font-weight: 700;
            margin: 10px 0;
            line-height: 19px;
        }
        .list-con .p-price .won {
            font-size: .875rem;
            font-weight: normal;
        }
        .list-con .p-booth {
            bottom: 0%;
            white-space: nowrap;
            /* overflow: hidden; */
            text-overflow: ellipsis;
            font-size: .75rem;
            color: #888;
          
        }
         .list-con .p-booth2 {
            bottom: 15%;
            width: 100%;
            white-space: nowrap;
            /* overflow: hidden; */
            text-overflow: ellipsis;
            font-size: .75rem;
            color: #888;
        }
       .p-booth-wrap-list {
           position: absolute;bottom: -3%; overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;}
        .btn-booth-view2 {display: inline-block;
            background: #2196F3;
            width: 77px;
            font-size: 13px;
            height: 21px;
            border: 0;
            border-radius: 30px;
            color: #fff;
            padding: 0;
            vertical-align: middle;
            margin-left: 10px;}
        .btn-booth-view2 .chevron-right {
            width: 7px; height: 7px;
            font-size: 13px;vertical-align: middle;margin-top: -3px;}
        .list-con .p-booth .now {
            color: #000;
        }
        .p-name.on-line .bar {
            height: 70%;
            top: -1px;
            width: 1px;
        }
        
        .list-con .contact {
            /* padding: 20px 12px; */
            padding: 15px 12px; /* 200813 윤성수정 */
            border-top: 1px solid #e4e4e4;
            color: #888;
            justify-content: space-between;
        }
        /* 190821 추가 */
        .p-name.on-line {
            /* height: 19px; */
        }
        .p-name.on-line .p-booth {
            font-size: 1.125rem !important;
            font-weight: 400;
        }
        .p-name.on-line .bar {
            height: 14px;
            top: -1px;
            width: 1px;
            margin: 0 9px;
        }
        /* 190821 추가 */
/* list-con-wrap e */

/* search-wrap-popup */
.search-wrap-popup {
    display: none;
    /* position: absolute; */
    width: 100%;
    text-align: left;
    background: #fff;
    z-index: 1;
}
.search-wrap-popup .popup-btn-wrap {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.popup-btn-wrap .btn-small {
    margin: 0 5px;
}
.popup-con {
    margin-top: 36px;
    padding-left: 35px;
    padding-right: 35px;
}
.popup-con .tit {
    font-size: 14px;
    color: #3366cc;
    margin-bottom: 14px;
}
.popup-con .select-box {
    display: block;
    width: 100%;
    height: 46px;
    margin-top: 5px;
}
.popup-btn-wrap {
    padding: 21px 0;
    text-align: center;
    background: #f7f7f7;
}
/* search-wrap-popup */

/* consult */
.consult {
    padding: 20px 0;
}
.consult .tit {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.consult .sub-tit {
    font-size: .875rem;
    color: #888;
    line-height: 20px;
}
/* consult */

/* step-wrap */
.step-box {
    padding-bottom: 20px;
    border-bottom: 7px solid #e4e4e4;
}
.step-wrap img {
    width: 100%;
    max-width: 83px;
}
.step-wrap > div {
    text-align: center;
}
.step-wrap > div::after {
    content: '';
    display: inline-block;
    background: url(//img.daara.co.kr/exhi/komaf_2019_new/ico/ico_aroow_right_m.png) no-repeat;
    background-size: cover;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -3.5px;
}
.step-wrap > div:last-child::after {
    display: none;
}
.booking-detail .bg-img {
    display: table;
    width: 100%;
    background: url(//img.daara.co.kr/exhi/komaf_2019_new/bg/bg_reservation_m.png) no-repeat;
    background-size: 320px 160px;
    background-position: center;
    background-color: #6666FF;
}
.booking-detail .bg-img > div {
    display: table-cell;
    padding: 0 15px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    height: 160px;
    vertical-align: middle;
}
.booking-detail .bg-img .badge {
    margin-top: 18px;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
}
.booking-detail {
    border-bottom: 7px solid #e4e4e4;
}

.reservation-box .tit {
    padding: 0 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.reservation-box .tit {
    font-size: 1.125rem;
    color: #000;
    margin-top: 20px;
}
.reservation-con li {
    border-bottom: 7px solid #e4e4e4;
}
.reservation-con li:last-child {
    border-bottom: 40px solid #e4e4e4;
}
.reservation-con .status {
    height: 44px;
    line-height: 44px;
    border-top: 1px dotted #e4e4e4;
    margin-top: 10px;
}

.reservation-con .info {
    line-height: 20px;
}
.reservation-con .company {
    display: block;
    margin-top: 19px;
}
.reservation-con .cate {
    color: #3b9ef3;
}
.reservation-con .date {
    margin-top: 18px;
    position: relative;
    height: 26px;
    line-height: 26px;
    font-size: 18px
}
.reservation-con .date::before {
    position: static;
    left: 0;
    top: 0;
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #999;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.reservation-con .date::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 26px;
    height: 26px;
    background: url(//img.daara.co.kr/exhi/komaf_2019_new/ico/ico_reservation.png) no-repeat;
    background-size: 17px auto;
    background-position: center;
}

.list-box-wrap {
    border-top: 7px solid #e4e4e4;
}
.list-box {
    border-top: 3px solid #000;
    width: 100%;
    display: flex;
}
.list-box-tab{
    width: 100%;
}
.list-box-tab a {
    font-size: 1.25rem;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    display: block;
}
.list-box li:last-child {
    border-right: 0;
}
.list-box .tab-con {
    text-align: center;
    background: #F7F7F7;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #ccc;
}
.tab-con.selected  {
    background: #fff;
    border-bottom: none;
    color: #4780F2;
}
.list-box .list-con-wrap {
    border-top: none;
}
.list-con .p-btn .btn-small {
    width: 100%;
    padding: 9px;
}
.list-box-wrap .list-box-tab a {
    font-size: 1rem;    
    font-weight: 500;
}
.list-con-wrap .btn-more-wrap {
    padding: 20px 20px 40px 20px;
}
.q-wrap-bg {
    position: relative;
    display: inline-block;
    width: 87px;
    height: 78px;
    background: url(//img.daara.co.kr/exhi/komaf_2019_new/ico/ico_popup_tit.png) no-repeat;
    background-size: cover;
}

.q-wrap .tit {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 16px;
}
.q-wrap .tit-sub {
    color: #888;
    line-height: 20px;
}
.q-wrap .q-wrap-tit {
    padding: 25px 0;
}
.q-wrap .tit-wrap {
    max-width: 320px;
    margin: 0 auto;
}
/* product */
.product .tags{
    margin: 0px;
}
.mypage-wrap input[type='checkbox'], .mypage-wrap input[type='radio'] {
    display: block !important;
    width: 20px;
    height: 20px;
    margin: 12px 0 0 12px;
}
.product .tags{
    margin: 0px;
}
.product .p-counter{
    font-size: 13px;
    color: #888;
}
/* product [end]*/

.list-box-tab a {
    font-weight: 500;
}
.t_wrap{
	width:100%;
}
.comtitle{
	font-size:20px;
	font-weight:bold;
	padding: 20px 0 0 20px;
	background-image: url(//img.daara.co.kr/exhi/k_robot/twinny_icon_360vr.svg);
    background-size: 48px;
    background-repeat: no-repeat;
	background-position-x: 125px;
    background-position-y: 16px;
}
.com_cons{
	width:100%;
	font-size:14px;
	padding-top:10px;
	padding-left:20px;
	line-height: 18px;
    color: #999;
}	

.t_videos{
	width:100%;
	position:relative;
}
.t_videos:before {
    content: "";
    background-image: url(//img.daara.co.kr/exhi/img/btn-play.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 54px 54px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
	z-index: 1;
}

/* 트위니 0507 탭추가 */
.list-box-wrap li{
    width: 33.3%;
}
.pv-wrap ul li{
	width:100%;
	padding: 12px;
	border-bottom: 1px solid #E4E4E4;
}
.pv-wrap ul li a{
	position: relative;
    width: 100%;
	display: block;
}
.pv-wrap ul li img {
    width: 100%;
}
.list-box-wrap li:nth-child(2) {
    border-right: 1px solid #ccc;
}
.t_videos_wrap{
	padding: 20px 12px;
    border-bottom: 1px solid #e4e4e4;
}
.top_videos_wrap{
	padding: 12px;
	margin-top: 20px;
    border-top: 1px solid #e4e4e4;
}
.t-tit-wrap{
	display: flex;
	padding-top: 30px;
	padding-left:20px;
}
.tn-tit{
	font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
	background-image: url(//img.daara.co.kr/exhi/k_robot/twinny_icon_360vr.svg);
    background-size: 55px;
    background-repeat: no-repeat;
    background-position-x: 92px;
	width: 146px;
    height: 28px;
}
/* end */