body {
	font-family: 'Noto Sans KR';
	background: #262626;
}
h1, h2, h3, h4, h5, h6, button, input, div, span, label {
    font-family: 'Noto Sans KR';
}

li {
	list-style: none;
}
input {
	border-radius: 0 !important;
}

a, button {
	
}

a.btn-flat, button.btn-flat {
	border-radius: 0 !important;
	padding: 2px 6px !important;
}

.link, .link:hover {
	color: white;
	text-decoration: underline;	
}


/* left banner style */
.left-banner-wrapper {
		
		
}
.left-banner-wrapper li {
	margin-top: 4px;
	display: block;
	width: 300px;
}
.left-banner-wrapper ul, .left-banner-wrapper li {
	padding:0;
}
.left-banner-wrapper ul li a {
	padding:0;
	margin:0;		
	display: inline-block;
	background: black;	
	width: 100%;	
}

/* bootstrap custom tab */
ul.page-tab {
	background: rgba(0, 0, 0, 0.7);
	border-radius: 4px 4px 0 0;
	color: white;
}
ul.page-tab .nav-link{
	color: #ccc;
	border: 0;
}
ul.page-tab .nav-link:hover {
	border: 0;
	color: white;	
}
ul.page-tab .active:hover {
	color: #495057;
}