.location .depth01>li:hover a.on {
    background:url('../imgs/common/arr_location_on.gif') 90% 50% no-repeat;
}
.location .depth01>li:hover .depth02 {
    display:block;
}
.type_ok {
    color: #39C !important;
}

.type_no {
    color: #dc0707 !important;
}

#section02 .bx-wrapper .bx-viewport,
#section01 .bx-wrapper .bx-viewport {
    background:none;
}
#section02 .photoList li .txt,
#section01 .introList li .info dt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#section03 .newsList li a,
#section03 .qnaList li a {
    padding-right: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#header.darkness_bg {
    background-color:#2c4c61!important;
}

caption.hack {
    position:relative!important;
}

#mainCon .productsArea .productsList ul li {
    margin-left:0;
}

.bx-wrapper .bx-viewport {
    background:none;
}


/* 라벨 */
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label.default {
	background-color: #fff
}
.label.primary {
	background-color: #337ab7
}
.label.success {
	background-color: #5cb85c
}
.label.info {
	background-color: #5bc0de
}
.label.warning {
	background-color: #f0ad4e
}
.label.danger {
    background-color: #d9534f
}
.label.gray {
    background-color: gray
}


.label.enabled {
    background-color: #5cb85c
}
.label.disabled {
    background-color: gray
}


.reservationDetail.rental_view .exProCont:after {
    content:'';
    display:block;
    clear:both;
}
.reservationDetail.rental_view p.exPro {
    width:50%;
    float:left;
    box-sizing:border-box;
    margin-bottom:0!important;
}
.reservationDetail.rental_view .exDetail {
    padding-bottom: 0;
}

.apply_user_phone {
    width:200px!important;
    height:26px!important;
}

.apply_user_name {
    width:130px!important;
    height:26px!important;
}

.rental_view .btnArea {
    text-align:center;
}
.rental_view .btnArea>button {
    font-size:20px;
}

.rental_form .btnArea {
    text-align:center;
}
.rental_form .btnArea>button {
    font-size:20px;
}

.policy_textarea {
    width:90%;margin:auto;height:80px;font-size: 15px;
font-weight: normal;
}

.no_equipment {
    padding: 50px 0!important;
    font-weight: normal;
}

.calCell.valid.can_reservation {
    cursor:pointer;
}
/*모바일*/
@media all and (max-width:480px) {
    .reservationDetail.rental_view p.exPro {
        width:100%;
        float:left;
        box-sizing:border-box;
        margin-bottom:0!important;
    }
}


/*popup*/

.popup_wrap {
    position: absolute;
    z-index: 9999;
}

.popup_wrap .p_inner {
    display: inline-block;
}

.popup_wrap .p_inner .p_img {}

.popup_wrap .p_inner .p_menu {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #000000;
    text-align: right;
    color: #666;
}

.popup_wrap .p_inner .p_menu a {
    color: #ffffff;
    font-size: 12px;
    padding: 5px 20px;
}

@media (max-width: 767.98px) {

        /* 팝업 */
    .popup_wrap {
        visibility: hidden;
        position: absolute;
        top: 30px;
        left:5vw!important;
        width:90vw;
        z-index: 9999
    }

    .popup_wrap .p_inner {
        display: inline-block;
        width:100%;
    }
    .popup_wrap .p_inner .p_img a img {
        width:100%;
    }
    .popup_wrap .p_inner .p_img {
        width: 100%;
    }

    .popup_wrap .p_inner .p_menu {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #000000;
        text-align: right;
        color: #666;
    }

    .popup_wrap .p_inner .p_menu a {
        color: #ffffff;
        font-size: 17px;
        padding: 5px 20px;
    }

    #container .location .depth01 > li > a.on:hover {position:relative;background:url(../imgs/common/arr_location.gif) 90% 50% no-repeat;}

    #container .location .depth01 > li > a.on.hover {position:relative;background:url(../imgs/common/arr_location_on.gif) 90% 50% no-repeat!important;}

}