@import url('../font.css');

.left {
	float: left;
}

.right {
	float: right;
}

.board-top {
	margin-top: 56px;
	border-top: 2px solid #12A19A;
	border-bottom: 1px solid #CFD8DC;
	background-color: #fafafa;
	padding: 34px 48px;
}

.board-top h1 {
	font-size: 20px;
	color: #2a2a2a;
}

.board-info {
	color: #2a2a2a;
	margin-top: 5px;
}

.board-info .slash {
	color: #CFD8DC;
}

.file {
	border-bottom: 1px solid #CFD8DC;
	padding: 20px 48px;
}

.file a {
	color: #2a2a2a;
}

.board-con {
	margin: 22px 48px;
	font-size: 16px;
	min-height:200px;
}
.board-con img{
	max-width: 100%;
}

.commentbox {
	border-top: 1px solid #CFD8DC;
	padding: 0 48px;
}

.comments label {
	color: #fff;
}

.comments textarea {
	background-color: #FAFAFA;
	width: 100%;
	height: 80px;
	resize: none;
	box-sizing: border-box;
}

.comments textarea::placeholder {
	color: #b5b5b5;
}

.enroll-btn {
	background-color: #0774F9;
	margin-top: 8px;
	width: 88px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}

.comment-total {
	margin-top: 24px;
	color: #2a2a2a;
	font-weight: 500;
}

.comment-total>em {
	font-weight: 500;
	color: #0559D6;
}

.comment-list {
	margin-top: 16px;
}

.comment-list li {
	border-bottom: 1px solid #CFD8DC;
}

.comment-text {
	display: inline;
}

.comment-area>div>div {
	display: inline-block;
	padding: 24px 0;
}

div.user {
	margin-right: 48px;
	color: #2a2a2a;
}

div.date {
	font-family: Lato, sans-serif;
	margin-right: 24px;
}

div.option a {
	font-size: 14px;
	color: #727272;
}

.button-box {
	margin: 72px auto 104px;
	text-align: center;
}

.correct-btn, .delete-btn, .list-btn {
	display: inline-block;
	border: 1px solid #0774F9;
	width: 88px;
	margin: 0 4px;
}

.button-box>div a {
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 500;
}

.delete-btn a, .list-btn a {
	color: #0774f9;
}

.correct-btn a {
	background-color: #0774f9;
	color: #fff;
}

/* 댓글 링크 색상 변경 */
.comment-text p a {
    color: #000;
    text-decoration: underline;
}
.comment-text p a:link {
    color: #4b70fd;
}
.comment-text p a:visited {
    color: #8c59b9;
}