﻿section {
	overflow: hidden;
	padding-top: 52px;
}

.navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;

	margin-bottom: 0;
	border-radius: 0;
}

.navbar-inverse {
	background-color: hsla(190,100%,10%,0.99);
	border-color: hsla(190,100%,20%,0.99);
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: hsla(110,90%,12%,0.99);
}

footer {
	background-color: #2d2d30;
	color: #f5f5f5;
	padding: 25px;
	border-color: hsla(190, 100%, 20%, 0.99);
}

footer a.up-arrow:hover i {
	color: hsla(30,100%,50%,0.99);
}

footer * {
	color: inherit;
	font-size: 12px;
	list-style: none;
}

footer ol {
	padding: 0;
}

footer .doc {
	overflow: hidden;
}

footer .doc li {
	float: left;
	border: 1px solid hsla(190, 50%, 50%, 0.8);
	cursor: pointer;
	padding: 3px 5px;
	margin: 2px 5px;
	border-radius: 5px;
	text-align: center;
	font-weight: 300;
}

footer .doc li:hover {
	border: 1px solid hsla(190, 100%, 50%, 0.8);
	color: hsla(30, 100%, 95%, 0.99);
}

footer .info {
	overflow: hidden;
}

footer .info li {
	padding: 3px 5px;
	margin: 2px 5px;
}

footer .info li:first-child {
	float: left;
	text-align: left;
}

footer .info li:nth-child(n+2) {
	float: right;
}

footer a.p-arrow {
	border: 1px solid yellow;
}

.map_view_container {
	z-index: 9999;
	border: 1px solid yellow;
	overflow: hidden;
	height: 570px;
}

#map_location {
	width: 100%;
	height: 590px;
}

/* 말풍선 */
.balloon {position:relative; display:inline-block;}
.balloon span {display:inline-block; padding:5px; color:#fff; font-weight:800; background:rgba(10,100,255,1.0); border-radius:5px;}
.balloon span:HOVER {
	text-shadow: 0 0 1px #fff, 0 0 1px #fff;
	color: rgba(10, 255, 10, 1.0);
	cursor: pointer;
}

.balloon:after {content:''; position:absolute; width:0; height:0; border-style:solid;}
.balloon.test_1:after{border-width:15px 10px; left:50%; margin-left:-10px;}
.balloon.test_1:after {border-color:rgba(10,100,255,1.0) transparent transparent transparent; bottom:-25px;}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: hsla(210,90%,40%,0.99);
	font-weight: 600;
}

.navbar-inverse .navbar-brand {
	color: hsla(45,100%,60%,1.0);
	font-weight: 600;
}

/*판매 상품들*/
#services .product {
	padding: 10px;
	border-radius: 8px;
}
#services .product:hover {
	background-color: hsla(180,100%,50%,0.3);
	cursor: pointer;
	border-radius: 8px;
	font-weight: bold;

}

.dropdown-menu {
	z-index: 1035;
	border: 2px solid hsla(60,100%,50%,0.8) !important;
}




