@charset "utf-8";
/* CSS Document */

.btn-secondary {
    background-color: #0725ca;
    border: none;
}

.btn-secondary.home-button {
    background-color: #FF0000;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:checked, .btn-secondary:active {
    background-color: #175cd9;
}

.dropdown-menu {
    background-color: #2299e2;
}

.btn {	font-weight: bold;
	font-family: 돋음체;
}

.dropdown a:link, .dropdown a:hover, .dropdown a:visited, .dropdown a:active, .dropdown-menu a:link, .dropdown-menu a:hover, .dropdown-menu a:visited, .dropdown-menu a:active {	
	color: #fff;
	font-weight: bold;
	font-family: 돋음체;
	text-decoration: none;
}

.dropdown-menu a:hover {	
	    background-color: #0725ca;

}

.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    border: none;
    box-shadow: none;
}