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


body, button, input, select, textarea,
#ktheme-thumbnail-type1 {
	font-size: 1rem;
	font-family: 'Open Sans','Noto Sans KR',Dotum,'돋움',Helvetica,"Apple SD Gothic Neo", sans-serif;
}

body, button, input, select, textarea, {
	margin:0;
	padding:0;
}
.kboard-list table a{
	text-decoration: none !important;
}
a.kboard-default-button-small,
input.kboard-default-button-small,
button.kboard-default-button-small {}

a.kboard-default-button-small:hover,
a.kboard-default-button-small:focus,
a.kboard-default-button-small:active,
input.kboard-default-button-small:hover,
input.kboard-default-button-small:focus,
input.kboard-default-button-small:active,
button.kboard-default-button-small:hover,
button.kboard-default-button-small:focus,
button.kboard-default-button-small:active {
	opacity: 0.7;
}


.kb-btn {
	display: inline-block;
	font-weight: normal;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #333;
	border: 1px solid #333;
	padding: 0.5rem 1.5rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.kb-btn-outline {
	background-color: #fff;
	color: #333;
}

.kb-btn-text{
	background-color: transparent !important;
}

.kb-btn-group {
	display: inline-block;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #333;
	border: 1px solid #333;
	padding: 0.5rem 1.5rem;
	font-size: 1rem;
	border-radius: 3rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.kb-btn-group.kb-btn-group-outline {
	background-color: transparent;
}

.kb-btn-group.kb-btn-group-outline a {
	color: #333;
}

.kb-btn-group a {
	display: inline-block;
	color: #fff;
	font-size: 0.875rem;
	line-height: 0.875rem;
	margin-right: 0.8rem;
	padding-right: 0.8rem;
	border-right: 1px solid #555;
}

.kb-btn-group a:last-child {
	padding-right: 0;
	margin-right: 0;
	border: none;
}

.kb-round {
	border-radius: 5rem;
}


.pull-left{
	float: left;
}

.pull-right{
	float: right;
}

.kboard-default-poweredby {
	float: left;
	padding-bottom: 15px;
	width: 100%;
	font-size: 0.875rem;
}

.kboard-default-notice-notify,
.kboard-default-new-notify {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0.2rem 0.5rem;
	line-height: 10px;
	font-size: 10px;
	color: white;
	background-color: #6375b7;
	border-radius: 3rem;
	font-weight: normal;
	border-radius: 0.8rem;
}

.kboard-default-notice-notify {
	background-color: #ba4775;
}

.kboard-default-cut-strings {
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	position: relative;
}

.col-no-img{
	
}

.col-no-img > a,
.col-no-img  .thumb-info,
.col-no-img  .thumb-info .thumb-info-wrapper{
	display: block;
	height: 100%;
	
}

.col-no-img .thumb-info .thumb-info-wrapper .no-img{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	
}

.col-no-img  .thumb-info .thumb-info-wrapper .no-img i{
	font-size: 3rem;
	color: #999;

}

.kboard-default-poweredby{
	display: none !important;
}

.kboard-document-action button{
	border-radius: 0;
}




@media (max-width: 575.98px) {
	
}

@media (max-width: 767.98px) {
	
}

@media (min-width: 768px) {
	
	
	
}
  

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}


/* sigle break point */

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* Between breakpoints */

