.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;
}

/* 라벨 */
.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;
	}
}

@media (max-width: 767.98px) {
	#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;
	}
}

/* gms_001007 */
.map_area {
	position: relative;
	overflow: hidden;
}

.map_area .radius_border {
	border: 1px solid #919191;
	border-radius: 5px;
}

.map_area .custom_typecontrol {
	position: absolute;
	top: 10px;
	right: 10px;
	overflow: hidden;
	width: 130px;
	height: 30px;
	margin: 0;
	padding: 0;
	z-index: 1;
	font-size: 12px;
	font-family: 'Malgun Gothic', '맑은 고딕', sans-serif;
}

.map_area .custom_typecontrol span {
	display: block;
	width: 65px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.map_area .custom_typecontrol .btn {
	background: #fff;
	background: linear-gradient(#fff, #e6e6e6);
}

.map_area .custom_typecontrol .btn:hover {
	background: #f5f5f5;
	background: linear-gradient(#f5f5f5, #e3e3e3);
}

.map_area .custom_typecontrol .btn:active {
	background: #e6e6e6;
	background: linear-gradient(#e6e6e6, #fff);
}

.map_area .custom_typecontrol .selected_btn {
	color: #fff;
	background: #425470;
	background: linear-gradient(#425470, #5b6d8a);
}

.map_area .custom_typecontrol .selected_btn:hover {
	color: #fff;
}

.map_area .custom_zoomcontrol {
	position: absolute;
	top: 50px;
	right: 10px;
	width: 36px;
	height: 80px;
	overflow: hidden;
	z-index: 1;
	background-color: #f5f5f5;
}

.map_area .custom_zoomcontrol span {
	display: block;
	width: 36px;
	height: 40px;
	text-align: center;
	cursor: pointer;
}

.map_area .custom_zoomcontrol span img {
	width: 15px;
	height: 15px;
	padding: 12px 0;
	border: none;
}

.map_area .custom_zoomcontrol span:first-child {
	border-bottom: 1px solid #bfbfbf;
}
