/* Import */
/*@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css");*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.1/css/all.min.css");


/* Common */

.offset {
	height: 50px;
}
table th {
	text-align: center !important;
	vertical-align: middle !important;
	word-break: keep-all;
	white-space: nowrap;
}

/* Navbar */

.navbar-brand {
	padding: 0.25rem 0.75rem;
}
.navbar-brand img {
	max-height: 50px;
	margin-right: 0.4rem;
}
.dropdown-menu.lg.show {
    display: flex;
    width: 420px;
    flex-wrap: wrap;
}
.dropdown-menu.show .dropdown-item.secondary-item {
	width: 33.333%;
}
#main-navbar-offset {
	height: 100px;
}
#navbar-offset {
	height: 100px;
}
@media (max-width: 575px) {
	#main-navbar-offset {
		height: 74px;
	}
	#navbar-offset {
		height: 100px;
	}
}

/* Footer */

footer {
	padding: 50px 0;
	margin: 0;
	background-color: #531;
	color: #ca9;
	/*color: #bbb;*/
}
/*footer a, footer a:visited {*/
	/*color: #ddd;*/
/*}*/
footer a:hover, footer a:active, footer a:focus {
	color: #fff;
}
footer address p {
	margin-bottom: 2px;
}
.mb-30 {
	margin-bottom: 30px;
}
#footer-menu {
	padding: 50px 15px;
	margin: 50px auto 0;
	text-align: center;
	background-color: #fed;
}
/*#footer-menu a:hover, #footer-menu a:active, #footer-menu a:focus {*/
	/*color: #fff;*/
/*}*/


/* select2 */
.select2-selection.form-control {
    padding: 0.5rem;
    height: calc(1.5em + 1.5rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}


/* kakao map */
#location .root_daum_roughmap {
	width: 100% !important;
}
#location .root_daum_roughmap .wrap_map {
	height: 50vh !important;
}
/*#location .cont a {*/
	/*color: #eee !important;*/
/*}*/
/*#location .cont p, #location .cont span, #location .cont strong, #location .cont li {*/
	/*color: #ccc !important;*/
/*}*/
