@charset "utf-8";


body {
	background:#f9f9f9 !important;
}

p {
    margin-top: 0;
    margin-bottom: 0.3rem;
}

.description-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-title {
	font-size:.95rem !important;
}

.text-date {
	font-size:.8rem !important;
}

.board-content img {
	width:100%;
}

.btn-primary {
    color: #fff;
    background-color: #6d40b3;
    border-color: #6d40b3;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/page/img/minus.png') !important;
}

.accordion-button::after {
    background-image: url('/page/img/plus.png') !important;
	width: 1.3rem;
	height: 1.3rem;
	background-size: 1.3rem;
}

@media (max-width: 720px) {
	
}