
body {
	font-family: 'Noto Sans KR', sans-serif;
}
span{
	font-family: 'Noto Sans KR', sans-serif;
}
.app-sidebar__heading{
	font-size: 1rem;
}
.vertical-nav-menu li a{
	padding: 0 1rem;
}
.search-wrapper.active .close{
	opacity: 1
}
.search-wrapper .input-holder{
	width: 290px;
	border-radius: 50px;
	background-color: #fff;
	border: 1px solid #ddd;
	transition: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-btn{
	width: 70px;
    border: none;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 40px;
    font-size: .88rem;
}
.photoBox{
	display: flex;
	align-items: center;
	justify-content: center;
}
.photo{
	width: 50px;
	height: 50px;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #fff;
	margin: auto;
	margin-right: .5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.photoBox > .photo:last-child{
	margin-right: 0;
}
.photoBox > .flexcol:last-child{
	margin-right: 0;
}
.photoBig{
	width: 100px;
	height: 100px;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #fff;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.event{
	width: 96px;
	height: 34px;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #fff;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.eventBig{
	width: 576px;
	height: 201px;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #fff;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flexrow{
	display: flex;
	align-items: center;
}
.flexrowbetween{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flexcol{
	display: flex;
	flex-flow: column;
	margin-right: .5rem;
}
.blocks{
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.blocks > input{
	margin-right: 7px;
}

.width100{
	width: 100%;
}

.historyBox{
	max-height: 250px;
	overflow-y: auto;
}
.history{
	border-radius: 7px;
	border: 1px solid #ddd;
	padding: 5px 10px;
}
.history span{
	font-size: 0.7rem;
	color: #999;
}
.btn-xs, .btn-group-xs>.btn {
    padding: 5px;
    font-size: .7rem;
    line-height: 1;
    border-radius: .2rem;
}
.fsttablepadding{
	padding: 0 5px;
}
.blockuser{
	color: var(--danger);
}
.app-page-title .page-title-heading{
	margin-bottom: 10px;
}
.nav-link.active{color:#f9a32c!important;}
.mb-0{margin-bottom: 0}
.mb-20{margin-bottom: 2rem;}
.mt-35{margin-top: 35px;}
.mb-35{margin-bottom: 35px;}
.loginForm{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.loginBox{	
    width: 410px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 50px 30px;
    background: #f1f2f4;
    margin: 60px;
}